.DeliveryCostList {
  margin-top: 20px;
}
.DeliveryCostList ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.DeliveryCostList ul li {
  padding: 8px 12px;
  background-color: #d2d2d2;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
}
.delivery-collaps-above.same-as-above {
  top: 18px;
  z-index: 9;
}

.RentMyProfilePrefixIcon {
  font-size: 20px;
  transform: translateY(3px);
}

.event-planing-bgwhite h3 {
  margin-bottom: 0px;
}
.event-planing-bgwhite p {
  font-size: inherit;
}
.
/*============================== 
Innerpage banner  
================================*/
.rentmy-innerpage-banner {
  margin-top: 90px;
  /* background-image: url("../image/VGC-Page-Title-Banner.webp"); */
  min-height: 90px;
  background-position: center;
}
.rentmy-innerpage-overlay {
  height: 100%;
}
.rentmy-innerpage-overlay .container {
  height: 100%;
}
.container-inner {
  height: 100%;
}
.container-inner-overlay {
  height: 100%;
}
.rentmy-innerpage-banner .row {
  height: 100%;
}
.rentmy-innerpage-banner .rentmy-innerpage-body {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.rentmy-innerpage-body-inner {
  width: 100%;
  /* text-align: center; */
}
.rentmy-innerpage-banner h1 {
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 5px;
  color: #333;
}
.rentmy-breadcrumbs {
  display: flex;
  align-items: center;
  /* justify-content: center; */
}
.rentmy-innerpage-banner ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.rentmy-innerpage-banner ul li {
  position: relative;
  float: left;
  padding: 0 15px;
  color: #333;
  font-weight: 500;
}
.rentmy-innerpage-banner ul li:before {
  content: "|";
  position: absolute;
  top: 0px;
  left: -6px;
}
.rentmy-innerpage-banner ul li:first-child::before {
  display: none;
}
.rentmy-innerpage-banner ul li,
.rentmy-innerpage-banner ul li a {
  color: #333;
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
}
.rentmy-innerpage-banner ul li:first-child {
  padding-left: 0;
}
.overlay h3 a::after {
  display: none;
}

@media (max-width: 992px) {
  .rentmy-innerpage-banner {
    height: 60px;
    margin-top: 70px;
  }
  .rentmy-innerpage-banner h1 {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 30px;
    padding-bottom: 0;
  }
  .rentmy-innerpage-banner ul li,
  .rentmy-innerpage-banner ul li a {
    font-size: 14px;
  }
}

/*======================== 
Header area  
==========================*/
.rentmy-header {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
}
.rentmy-header .rentmy-top-header {
  background-color: var(--bgcolor-secondary);
  width: 100%;
  height: auto;
  padding-bottom: 0;
  position: relative;
  z-index: 999;
}
.rentmy-header .rentmy-top-header .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.rentmy-header .rentmy-top-header .header-top-left,
.rentmy-header .rentmy-top-header .header-top-right {
  display: flex;
  height: 50px;
  width: unset;
  align-items: center;
  justify-content: flex-end;
}
.rentmy-header .rentmy-top-header .header-top-left .rentmy-top-menu,
.rentmy-header .rentmy-top-header .header-top-right .rentmy-top-menu {
  height: 100%;
}
.rentmy-header .rentmy-top-header .header-top-left .rentmy-top-menu ul,
.rentmy-header .rentmy-top-header .header-top-right .rentmy-top-menu ul {
  height: 100%;
}
.rentmy-header .rentmy-top-header .header-top-left .rentmy-top-menu ul li,
.rentmy-header .rentmy-top-header .header-top-right .rentmy-top-menu ul li {
  height: 100%;
  margin-left: 0;
  display: inline-block;
  position: relative;
  border-right: 1px solid #3f4750;
}
.rentmy-header .rentmy-top-header .header-top-left .rentmy-top-menu ul li a,
.rentmy-header .rentmy-top-header .header-top-right .rentmy-top-menu ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 50px;
  display: block;
  padding: 0 10px;
}
.rentmy-header
  .rentmy-top-header
  .header-top-left
  .rentmy-top-menu
  ul
  li
  a:hover,
.rentmy-header
  .rentmy-top-header
  .header-top-right
  .rentmy-top-menu
  ul
  li
  a:hover {
  color: var(--fontcolor-primary);
}
.rentmy-header .rentmy-top-header .header-top-left .rentmy-top-menu ul li a i,
.rentmy-header .rentmy-top-header .header-top-right .rentmy-top-menu ul li a i {
  padding-right: 3px;
}
.rentmy-header
  .rentmy-top-header
  .header-top-left
  .rentmy-top-menu
  ul
  li:last-child,
.rentmy-header
  .rentmy-top-header
  .header-top-right
  .rentmy-top-menu
  ul
  li:last-child {
  border-right: none;
}
.rentmy-header
  .rentmy-top-header
  .header-top-left
  .rentmy-top-menu
  ul
  li.header-top-loginregister,
.rentmy-header
  .rentmy-top-header
  .header-top-right
  .rentmy-top-menu
  ul
  li.header-top-loginregister {
  cursor: pointer;
}
.rentmy-header
  .rentmy-top-header
  .header-top-left
  .rentmy-top-menu
  ul
  li.header-top-loginregister
  a,
.rentmy-header
  .rentmy-top-header
  .header-top-right
  .rentmy-top-menu
  ul
  li.header-top-loginregister
  a {
  padding: 0 20px;
  color: #fff;
  font-weight: 500;
}
.rentmy-header
  .rentmy-top-header
  .header-top-left
  .rentmy-top-menu
  ul
  li.header-top-loginregister
  a:hover,
.rentmy-header
  .rentmy-top-header
  .header-top-right
  .rentmy-top-menu
  ul
  li.header-top-loginregister
  a:hover {
  color: var(--fontcolor-primary);
}
.rentmy-header
  .rentmy-top-header
  .header-top-left
  .rentmy-top-menu
  ul
  li.header-top-loginregister
  a
  i,
.rentmy-header
  .rentmy-top-header
  .header-top-right
  .rentmy-top-menu
  ul
  li.header-top-loginregister
  a
  i {
  font-weight: 600;
}
.rentmy-header .rentmy-top-header .header-top-right {
  padding-right: 15px;
}
.rentmy-header .rentmy-top-header .header-top-left {
  padding-left: 15px;
}
.rentmy-header .rentmy-top-header .header-top-left .rentmy-top-menu ul li {
  margin-left: 0;
}
.rentmy-header .rentmy-top-header .header-top-left .rentmy-top-menu ul li a {
  display: flex;
  align-items: center;
}
.rentmy-header .rentmy-menu-header {
  background-color: #fff;
  width: 100%;
  height: 90px;
  transition: all 0.4s ease-in-out;
  z-index: 99;
  top: 0;
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.05);
}
.rentmy-header .rentmy-menu-header .row {
  justify-content: space-between;
}
.rentmy-header .rentmy-menu-header .rentmy-logo {
  width: 200px;
}
.rentmy-header .rentmy-menu-header .rentmy-logo .rentmy-logo-area {
  height: 90px;
  padding-left: 15px;
}
.rentmy-header
  .rentmy-menu-header
  .rentmy-logo
  .rentmy-logo-area
  .rentmy-logo-area-inner {
  display: table;
  table-layout: fixed;
  width: auto;
  height: 100%;
}
.rentmy-header
  .rentmy-menu-header
  .rentmy-logo
  .rentmy-logo-area
  .rentmy-logo-area-inner
  .rentmy-logo-area-middle {
  display: table-cell;
  height: 40px;
  vertical-align: middle;
  transition: all 0.4s ease-in-out;
}
.rentmy-header
  .rentmy-menu-header
  .rentmy-logo
  .rentmy-logo-area
  .rentmy-logo-area-inner
  .rentmy-logo-area-middle
  a {
  display: block;
  height: 40px;
}
.rentmy-header
  .rentmy-menu-header
  .rentmy-logo
  .rentmy-logo-area
  .rentmy-logo-area-inner
  .rentmy-logo-area-middle
  a
  img {
  width: unset;
  max-width: unset;
  height: 40px;
  transition: all 0.4s ease-in-out;
}
.rentmy-menu-area {
  width: max-content;
}
.rentmy-header .rentmy-menu-header .rentmy-menu-area .rentmy-menu {
  padding-right: 15px;
}
.rentmy-header
  .rentmy-menu-header
  .rentmy-menu-area
  .rentmy-menu
  .rentmy-mobile-device {
  display: none;
}
.rentmy-header
  .rentmy-menu-header
  .rentmy-menu-area
  .rentmy-menu
  .rentmy-nav-manu {
  display: inline-block;
}
.rentmy-header
  .rentmy-menu-header
  .rentmy-menu-area
  .rentmy-menu
  .rentmy-nav-manu
  ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 90px;
  padding-left: 0;
}
.rentmy-header
  .rentmy-menu-header
  .rentmy-menu-area
  .rentmy-menu
  .rentmy-nav-manu
  ul
  li {
  display: inline-block;
  position: relative;
}
.rentmy-header
  .rentmy-menu-header
  .rentmy-menu-area
  .rentmy-menu
  .rentmy-nav-manu
  ul
  li
  a {
  padding: 0 15px;
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 90px;
  transition: all 0.4s ease-in-out;
  color: #898989;
  font-family: "Acumin Variable Concept", sans-serif;
}
.rentmy-header
  .rentmy-menu-header
  .rentmy-menu-area
  .rentmy-menu
  .rentmy-nav-manu
  ul
  li
  a
  i {
  font-size: 14px;
  margin-left: 3px;
}
.rentmy-header
  .rentmy-menu-header
  .rentmy-menu-area
  .rentmy-menu
  .rentmy-nav-manu
  ul
  li
  a
  .lni-chevron-down {
  font-size: 9px;
  margin-left: 3px;
  font-weight: bold;
}
.rentmy-header
  .rentmy-menu-header
  .rentmy-menu-area
  .rentmy-menu
  .rentmy-nav-manu
  ul
  li
  a:hover {
  color: #af6137;
}
.rentmy-header
  .rentmy-menu-header
  .rentmy-menu-area
  .rentmy-menu
  .rentmy-nav-manu
  ul
  li
  a.rentmy-active-menu {
  color: #af6137;
}
.rentmy-header
  .rentmy-menu-header
  .rentmy-menu-area
  .rentmy-menu
  .rentmy-nav-manu
  ul
  li:last-child
  a {
  padding-right: 0;
}
.rentmy-header
  .rentmy-menu-header
  .rentmy-menu-area
  .rentmy-menu
  .rentmy-nav-manu
  ul
  li
  .nav-submenu {
  position: absolute;
  min-width: 300px;
  height: auto;
  padding: 20px 0px;
  background-color: #fff;
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: 0 0 0;
  left: 0;
  right: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: 99;
  top: 100%;
  text-align: left;
  border-top: 2px solid #9c5a36;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.rentmy-header
  .rentmy-menu-header
  .rentmy-menu-area
  .rentmy-menu
  .rentmy-nav-manu
  ul
  li
  .nav-submenu.nav-submenu-large {
  min-width: 800px;
}
.rentmy-header
  .rentmy-menu-header
  .rentmy-menu-area
  .rentmy-menu
  .rentmy-nav-manu
  ul
  li
  ul
  li {
  width: 100%;
  display: inline-block;
}
.rentmy-header
  .rentmy-menu-header
  .rentmy-menu-area
  .rentmy-menu
  .rentmy-nav-manu
  ul
  li
  ul
  li
  a {
  display: block;
  padding: 14px 20px;
  line-height: 20px;
  border-bottom: 1px solid var(--linecolor-light-primary);
  color: var(--fontcolor-secondary);
  font-family: "Acumin Variable Concept", sans-serif;
}
.rentmy-header
  .rentmy-menu-header
  .rentmy-menu-area
  .rentmy-menu
  .rentmy-nav-manu
  ul
  li
  ul
  li
  a:hover {
  color: var(--fontcolor-primary);
}
.rentmy-header
  .rentmy-menu-header
  .rentmy-menu-area
  .rentmy-menu
  .rentmy-nav-manu
  ul
  li
  ul
  li:last-child
  a {
  border-bottom: none;
}
.rentmy-header
  .rentmy-menu-header
  .rentmy-menu-area
  .rentmy-menu
  .rentmy-nav-manu
  ul
  li:hover
  .nav-submenu {
  visibility: visible;
  opacity: 1;
  transform: perspective(600px) rotateX(0);
}
.nav-submenu ul {
  height: auto !important;
  padding: 0;
}
.rentmy-header
  .rentmy-menu-header
  .rentmy-menu-area.rentmy-rightside-menu
  .rentmy-menu
  .rentmy-nav-manu
  ul
  li {
  padding-left: 0px;
}
.rentmy-header
  .rentmy-menu-header
  .rentmy-menu-area
  .rentmy-menu
  .rentmy-nav-manu
  ul
  li.rm-header-booknow-btn
  a {
  background-color: #ff3e41;
  color: #fff;
  width: unset;
  height: unset;
  padding: 8px 28px;
  line-height: unset;
  text-align: center;
  border-radius: 5px;
  border: none;
  font-weight: 500;
  font-size: 15px;
  margin-left: 30px;
}
.rentmy-header
  .rentmy-menu-header
  .rentmy-menu-area
  .rentmy-menu
  .rentmy-nav-manu
  ul
  li.rm-header-booknow-btn
  a:hover {
  background-color: #9c5a36;
}
.rentmy-header
  .rentmy-menu-header
  .rentmy-menu-area.rentmy-rightside-menu
  .rentmy-menu
  .rentmy-nav-manu
  ul
  li.rm-header-booknow-btn
  a:hover {
  background-color: #313a45;
}
.rm-desktop-user-bar i,
.rm-cart-bar i {
  font-size: 18px !important;
}
.rm-desktop-user-bar i {
  font-weight: bold;
  color: #000000 !important;
}
.rentmy-header
  .rentmy-menu-header
  .rentmy-menu-area.rentmy-rightside-menu
  .rentmy-menu
  .rentmy-nav-manu
  ul
  li
  a
  i {
  font-size: 18px;
}
.rentmy-header
  .rentmy-menu-header
  .rentmy-menu-area.rentmy-rightside-menu
  .rentmy-menu
  .rentmy-nav-manu
  ul
  li
  a
  .rm-cart-count-circle {
  width: 18px;
  height: 18px;
  border-radius: 100px;
  background-color: #3ac4fa;
  color: #fff;
  position: absolute;
  top: 4px;
  right: 2px;
  font-size: 8px;
  line-height: 18px;
}
.rentmy-header .rentmy-menu-header.shrink {
  top: 0;
}
.rentmy-header .rentmy-menu-header.shrink .rentmy-nav-manu ul li a {
  padding: 0 15px;
  line-height: 100px;
}
#toggle {
  margin: 0;
  padding: 0;
  width: 100%;
  display: none;
}
#toggle .menu-item-has-children {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
}
#toggle .menu-item-has-children:last-child {
  border-bottom: none;
}
#toggle .menu-item-has-children {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-right: 6px;
}
.cart-itemmenu {
  min-height: 44px;
}
.cart-itemmenu .RentMyMiniCart .icon-area {
  margin-top: 7px;
}
.menu-item-has-children .btn-1 {
  margin-top: 15px;
  margin-left: 25px !important;
  color: #fff !important;
  width: unset !important;
  padding: 5px 20px !important;
}
#toggle .menu-item-has-children > a {
  display: block;
  width: 82%;
  text-decoration: none;
  color: #343e4c;
  padding-left: 20px;
  line-height: 40px;
}
#toggle .menu-item-has-children > i {
  width: 18%;
  text-align: center;
  font-size: 13px !important;
  cursor: pointer;
}
#toggle .menu-item-has-children > a:hover {
  color: #a96641;
}
#toggle .toggle-sub-menu {
  margin: 0;
  padding: 0px 0;
}
#toggle .toggle-sub-menu li {
  list-style-type: none;
}
#toggle .toggle-sub-menu li a {
  position: relative;
  display: block;
  color: #343e4c;
  font-size: 14px;
  text-decoration: none;
  padding-left: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 40px;
}
#toggle .toggle-sub-menu li a:before {
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 4px;
  font-size: 12px;
}
#toggle .toggle-sub-menu li a:hover {
  color: #a96641;
}

@media (max-width: 1500px) {
  .rentmy-header .rentmy-menu-header .rentmy-logo {
    width: 145px;
  }
  .rentmy-header
    .rentmy-menu-header
    .rentmy-menu-area
    .rentmy-menu
    .rentmy-nav-manu
    ul
    li
    a {
    font-size: 14px;
    padding: 0 6px;
  }
  .rm-desktop-user-bar i,
  .rm-cart-bar i {
    font-size: 17px !important;
  }
  .rentmy-header
    .rentmy-menu-header
    .rentmy-menu-area
    .rentmy-menu
    .rentmy-nav-manu
    ul
    li.rm-header-booknow-btn
    a {
    margin-left: 12px;
    padding: 8px 25px;
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .rentmy-header
    .rentmy-menu-header
    .rentmy-menu-area
    .rentmy-menu
    .rentmy-nav-manu
    ul
    li.rm-header-booknow-btn
    a {
    display: none;
  }
  .rentmy-header
    .rentmy-menu-header
    .rentmy-logo
    .rentmy-logo-area
    .rentmy-logo-area-inner
    .rentmy-logo-area-middle {
    height: 50px;
  }
  .rentmy-header
    .rentmy-menu-header
    .rentmy-logo
    .rentmy-logo-area
    .rentmy-logo-area-inner
    .rentmy-logo-area-middle
    a {
    height: 50px;
  }
  .rentmy-header
    .rentmy-menu-header
    .rentmy-logo
    .rentmy-logo-area
    .rentmy-logo-area-inner
    .rentmy-logo-area-middle
    a
    img {
    height: 50px;
  }
  .rentmy-header
    .rentmy-menu-header
    .rentmy-menu-area
    .rentmy-menu
    .rentmy-nav-manu
    ul
    li
    a {
    font-size: 16px;
  }
  .rentmy-header
    .rentmy-menu-header
    .rentmy-menu-area
    .rentmy-menu
    .rentmy-nav-manu
    ul
    li
    a
    i {
    font-size: 18px;
  }
  .rentmy-mobile-device .rm-order-btn a {
    background-color: #ff3e41;
    color: #fff !important;
    width: unset;
    height: unset;
    padding: 4px 12px !important;
    line-height: unset;
    text-align: center;
    border-radius: 5px;
    border: none;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    position: fixed;
    left: 35%;
    top: auto;
    transform: translateY(-50%);
  }
}

@media (min-width: 992px) {
  .rentmy-header .rentmy-menu-header .rentmy-menu .rentmy-nav-manu {
    display: inline-block !important;
  }
  .rentmy-header
    .rentmy-menu-header
    .rentmy-menu-area
    .rentmy-menu
    .rentmy-nav-manu
    ul
    li.rm-header-booknow-btn
    a {
    margin-right: 12px;
  }
}

@media (max-width: 991px) {
  .rentmy-header .rentmy-top-header {
    display: none;
  }
  .rentmy-header .rentmy-menu-header {
    height: 70px;
    top: 0;
  }
  .rentmy-header .rentmy-menu-header .container {
    background-color: transparent;
  }
  .rentmy-header .rentmy-menu-header .rentmy-logo .rentmy-logo-area {
    height: 70px;
  }
  .rentmy-header
    .rentmy-menu-header
    .rentmy-logo
    .rentmy-logo-area
    .rentmy-logo-area-inner
    .rentmy-logo-area-middle {
    height: 25px;
  }
  .rentmy-header
    .rentmy-menu-header
    .rentmy-logo
    .rentmy-logo-area
    .rentmy-logo-area-inner
    .rentmy-logo-area-middle
    a {
    height: 25px;
  }
  .rentmy-header
    .rentmy-menu-header
    .rentmy-logo
    .rentmy-logo-area
    .rentmy-logo-area-inner
    .rentmy-logo-area-middle
    a
    img {
    height: 25px !important;
    width: auto !important;
    max-width: unset !important;
  }
  .rentmy-menu-area {
    display: flex;
    align-items: center;
  }
  .rentmy-header .rentmy-menu-header .rentmy-menu-area .rentmy-menu {
    position: relative;
  }
  .rentmy-header
    .rentmy-menu-header
    .rentmy-menu-area
    .rentmy-menu
    .rentmy-mobile-device {
    display: flex;
    align-items: center;
  }
  .rentmy-header
    .rentmy-menu-header
    .rentmy-menu-area
    .rentmy-menu
    .rentmy-mobile-device
    li {
    display: inline-block;
    position: relative;
  }
  .rentmy-header
    .rentmy-menu-header
    .rentmy-menu-area
    .rentmy-menu
    .rentmy-mobile-device
    a {
    padding: 0 12px;
    color: var(--fontcolor-secondary);
  }
  .rentmy-header
    .rentmy-menu-header
    .rentmy-menu-area
    .rentmy-menu
    .rentmy-mobile-device
    a
    i {
    font-size: 15px;
  }
  .rentmy-header
    .rentmy-menu-header
    .rentmy-menu-area
    .rentmy-menu
    .rentmy-mobile-device
    .rm-header-booknow-btn {
    background-color: var(--bgcolor-primary);
    color: var(--fontcolor-white);
    padding: 6px 12px;
    border-radius: 4px;
    margin-left: 10px;
    font-size: 15px;
  }
  .rentmy-header
    .rentmy-menu-header
    .rentmy-menu-area
    .rentmy-menu
    .rentmy-nav-manu {
    display: none;
    position: fixed;
    left: 0;
    top: 70px;
    width: 100%;
    height: 95%;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.08);
    border-top: 1px solid var(--linecolor-primary);
    z-index: 9;
    overflow: auto;
    padding-bottom: 70px;
  }
  .rentmy-header
    .rentmy-menu-header
    .rentmy-menu-area
    .rentmy-menu
    .rentmy-nav-manu
    ul {
    height: auto;
    padding: 15px 0;
  }
  .rentmy-header
    .rentmy-menu-header
    .rentmy-menu-area
    .rentmy-menu
    .rentmy-nav-manu
    ul
    li {
    display: inline-block;
    margin: 0;
    width: 100%;
  }
  .rentmy-header
    .rentmy-menu-header
    .rentmy-menu-area
    .rentmy-menu
    .rentmy-nav-manu
    ul
    li.rm-desktop-cart-bar,
  .rentmy-header
    .rentmy-menu-header
    .rentmy-menu-area
    .rentmy-menu
    .rentmy-nav-manu
    ul
    li.rm-desktop-search-bar,
  .rentmy-header
    .rentmy-menu-header
    .rentmy-menu-area
    .rentmy-menu
    .rentmy-nav-manu
    ul
    li.rm-desktop-sidebar-menu {
    display: none;
  }
  .rentmy-header
    .rentmy-menu-header
    .rentmy-menu-area
    .rentmy-menu
    .rentmy-nav-manu
    ul
    li
    a {
    line-height: 37px;
    padding: 0 20px;
    color: #2a2a2a;
  }
  .rentmy-header .rentmy-menu-header .rentmy-rightside-menu {
    display: none;
  }
  .rentmy-header .rentmy-menu-header.shrink {
    height: 70px;
  }
  .rentmy-header
    .rentmy-menu-header.shrink
    .rentmy-logo-area
    .rentmy-logo-area-inner
    .rentmy-logo-area-middle
    a
    img {
    width: unset;
  }
  .rentmy-header
    .rentmy-menu-header.shrink
    .rentmy-menu
    .rentmy-nav-manu
    ul
    li
    a {
    line-height: 37px;
    padding: 0 20px;
  }
  .rentmy-desktopmenu {
    display: none !important;
  }
  #toggle {
    display: block;
  }

  .rentmy-mobile-device > ul {
    display: flex;
    align-items: center;
  }
  .rentmy-mobile-device ul li .nav-submenu {
    position: absolute;
    min-width: 220px;
    height: auto;
    padding: 15px 0px;
    background-color: #fff;
    transform: perspective(600px) rotateX(-90deg);
    transform-origin: 0 0 0;
    left: unset;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    z-index: 99;
    top: 46px;
    text-align: left;
    border-top: 2px solid #111;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .rentmy-mobile-device ul li ul li {
    width: 100%;
  }
  .rentmy-mobile-device ul li ul li a {
    display: block;
    padding: 6px 20px !important;
    line-height: 20px;
    border-bottom: 1px solid var(--linecolor-light-primary);
    color: var(--fontcolor-secondary);
  }
  .rentmy-mobile-device ul li ul li a:hover {
    color: var(--fontcolor-primary);
  }
  .rentmy-mobile-device ul li ul li:last-child a {
    border-bottom: none;
  }
  .rentmy-mobile-device ul li:hover .nav-submenu {
    visibility: visible;
    opacity: 1;
    transform: perspective(600px) rotateX(0);
  }
  .rentmy-header
    .rentmy-menu-header
    .rentmy-menu-area
    .rentmy-menu
    .rentmy-nav-manu
    ul
    li.rm-desktop-user-bar {
    display: none !important;
  }
}
.RentMyQtyListBox {
  width: 155px;
  margin: auto;
}
.RentMyListCartBtn {
  width: 155px;
}
.RentMyWrapperProductList {
  padding-bottom: 50px;
}
.RentMyMiniCart .MiniContinueShoppingBtn,
.RentMyMiniCart .MiniCartBtn {
  color: #fff !important;
  display: flex !important;
  font-size: 14px !important;
  line-height: unset !important;
  font-weight: 400 !important;
}
#dynamic_page_contents {
  min-height: 700px;
}
.rentmy-innerpage-body-inner {
  text-align: left;
}
.rentmy-contact-banner {
  margin-top: 150px;
}
.rentmy-contact-banner p {
  color: #6d6c6c;
}

.RentMyWrapperProductDetails {
  margin-top: 0;
}
.RentMyProductDetilsInfo {
  padding-left: 50px;
}
.RentMyProductDetilsImg {
  flex-wrap: wrap;
}
.RentMyProductDetailsImgList {
  width: 100%;
  order: -1;
  height: 60px;
  margin-top: 15px;
}
.RentMyProductDetailsImgList ul li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 15px;
  border: 1px solid #afafaf !important;
  margin-right: 12px;
}
.RentMyProductDetailsImgList ul li img {
  width: 60px;
  height: 60px;
}
.RentMyProductDetailsImgShow {
  order: -2;
  border-radius: 15px;
}
.RentMyProductDetailsImgShow img {
  border-radius: 15px;
}
.RentMyProductDetailsImgShow {
  border: 1px solid #ddd;
}
.QuantityContainer label {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 14px;
  margin-bottom: 9px;
}
.QuantityBtn .RentMyBtn {
  background-color: #f3f3f3 !important;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  padding: 0;
  width: 25px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.QuantityBtn .RentMyBtn:hover {
  background-color: #f3f3f3 !important;
  color: #000;
}
.QuantityBtn input {
  width: 42px;
  outline: 0 !important;
  text-align: center;
  height: 28px;
}
.RentMyWrapper .RentMyBtn.RentMyAddCartBtn {
  width: 250px;
  height: 50px;
  font-weight: 500;
  border-radius: 7px;
}

.RentMyListViewFilter .RentMyFilterArea {
  padding-right: 0;
  border: 1px solid #dddddd;
}
.RentMyListViewProduct {
  flex: 1 auto;
  min-width: 0;
  max-width: 100%;
}
.RentMyListViewFilter {
  width: 330px;
  padding: 0;
  flex: 0 0 auto;
  padding-left: 15px;
}
.RentMyProductDesTitle {
  text-transform: unset;
  background-color: transparent;
  padding-left: 0;
  color: #0d3745;
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: 600;
  padding-top: 30px;
  margin-bottom: 60px;
}
.RentMyProductDesBody {
  border-radius: 10px;
  border: 1px dashed #b1abab;
  min-height: 230px;
}
.RentMyRelatedProduct {
  text-align: center;
}
.RentMyRelatedProductTitle {
  position: relative;
  text-transform: unset;
  background-color: transparent;
  padding-left: 0;
  color: #0d3745;
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 35px;
}
.RentMyRelatedProductTitle::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  background-color: #c4c4c4;
  width: 127px;
  height: 1px;
  margin: auto;
}
.RentMyProductItemInner {
  border-radius: 10px;
  border: 1px solid #dedede;
  background: #fff;
  overflow: hidden;
}
.RentMyProductItemInner img {
  border-radius: 10px;
  height: 190px;
  width: 100%;
  object-fit: contain !important;
  margin-top: 30px;
}
.ProductName {
  margin-bottom: 0;
}
.ProductName a {
  color: #262424;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}
h5.ProductPrice,
.ProductPrice {
  color: #be2b27;
  font-family: "Open Sans";
  font-size: 32px !important;
  font-weight: 600 !important;
  margin-bottom: 15px;
}
.ProductDetailsBtn {
  display: flex;
  width: 150px;
  height: 35px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #0d3745;
}
.RentMyRelatedProduct {
  margin-top: 45px;
}
@media (min-width: 1450px) {
  .RentMyProductItem {
    position: relative;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .RentMyProductDetilsImg {
    flex: 0 0 35%;
    max-width: 35%;
    display: flex;
  }
  .RentMyProductDetilsInfo {
    flex: 0 0 65%;
    max-width: 65%;
  }
}

.RentMyQtyBtn {
  width: 60px;
}
.RentMyProductName {
  color: #000;
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: 600;
  text-transform: unset;
}
.RentMyProductPrice {
  color: #2f2f2f;
  font-family: Inter;
  font-size: 49px;
  font-weight: 300;
  line-height: 58.8px;
  letter-spacing: 0.2px;
}
.RentMyExactSelectTime h6,
.RentMyExactSelectDuration h6,
.RentMyBookingExactTimes h6,
.RentMyDuration h6,
.RentMyFulfillmentOptions h6,
.RentMyRecurring h6,
.RentMyVariant h6,
.RentMySelectLocation h6,
.RentMyDeliveryOptions h6,
.RentMyRentalDateRange h6,
.RentMyRentalStartDate h6 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  color: #000;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 500;
  line-height: unset;
  letter-spacing: 0.2px;
}
.RentMyExactSelectTime ul li,
.RentMyExactSelectDuration ul li,
.RentMyDuration ul li,
.RentMyFulfillmentOptions ul li,
.RentMyRecurring ul li,
.RentMyVariant ul li,
.RentMySelectLocation ul li,
.RentMyDeliveryOptions ul li,
.RentMyBookingExactTimes ul li,
.RentMyRentalDateRange ul li,
.RentMyRentalStartDate ul li {
  border-radius: 5px;
}

/*=========================== 
cutomer portal css  
============================*/
.quantity {
  text-align: left !important;
}
.inventory-pragraph input.quantity {
  text-align: center !important;
}
.inventory-pragraph h6 {
  font-size: 15px;
  margin-top: 12px;
}
.inventory-pragraph p {
  margin-bottom: 5px;
  font-size: 14px;
}
#RentMyWorkOrder .RentMyTable thead th,
#RentMyWorkOrder .RentMyTable tbody td {
  text-align: left;
}
.client-productname {
  margin-bottom: 15px;
}
.RentMyCardBody p {
  font-size: 15px;
  margin-bottom: 5px;
}
.img-orgin {
  border: 1px solid #eee;
  border-radius: 8px;
}
.SummeryBillingDetails h5 {
  display: block;
  width: 100%;
}
.RentMyWrapper .RentMyBtn.RentMyAddWishlistBtn {
  height: 50px;
  border-radius: 7px;
}

.RentMyMiniCart .RentMyCartBody {
  top: 49px;
}
.RentMyMiniCart .RentMyCartNamePrice h4 {
  color: #333;
}
.RentMyMiniCart .RentMyCartTotalBtn h5 {
  color: #333;
}
.RentMyCartDateRange {
  margin-bottom: 20px;
}
.RentMyCartDateRange b,
.RentMyCartDateRange span {
  color: #1e1e1e;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
}
.date-editicon {
  color: #1e1e1e;
}
.CartRemoveProduct {
  background-color: #555;
}
.cart.product {
  width: 70px;
  height: 70px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #afafaf;
}
.RentMyCartTable tr th {
  color: #ff3e41;
  font-size: 16px;
  font-weight: 500;
  background: rgba(242, 243, 248, 0.7);
  height: 50px;
}
.RentMyCartTable tr th:nth-of-type(3),
.RentMyCartTable tr td:nth-of-type(3) {
  text-align: left;
}
.CartItemTitle {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 500;
}
.RentMyCartTable .QuantityBtn {
  width: 70px;
  border: 1px solid #cecece;
  border-radius: 5px;
}
.RentMyCartTable .QuantityBtn .RentMyBtn {
  background-color: transparent !important;
  height: 26px;
  padding: 2px 4px !important;
  border: none;
}
.RentMyCartWrapper .QuantityBtn input {
  width: 29px;
  height: 26px;
  background-color: #fff !important;
  border: none;
}
.RentMyCartSummery {
  margin-top: 50px;
}
.RentMyInputField {
  border-radius: 4px;
}
.RentMyCouponCode .RentMyInputField {
  height: 43px;
  border: 1px solid #eeeff5;
}
.RentMyWrapper .RentMyCouponCode .RentMyBtn {
  width: 236px;
  font-weight: 600;
  font-size: 15px;
  text-transform: unset;
  border-radius: 5px;
}
.CheckoutMakeContinueBtn .RentMyBtn {
  display: flex;
  width: 190px;
  height: 43px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #0d3745;
  text-transform: unset;
  font-size: 14px;
  font-weight: 600;
}
.CheckoutMakeContinueBtn .RentMyBtn i {
  font-size: 15px;
  margin-left: 8px;
}
.CheckoutMakeContinueBtn .MakeContinue .RentMyBtn {
  background: #ff3e41;
}
.RentMyCartTotal {
  background: rgba(242, 243, 248, 0.7);
  height: 76px;
  line-height: 52px;
  padding-left: 30px;
  border-bottom: 1px solid #ddd;
}
.RentMySummeryTable {
  box-shadow: 0px 0px 30px 0px rgba(56, 71, 109, 0.09);
}
.RentMySummeryTable tr td {
  color: #343a40;
  font-family: Poppins;
  font-size: 18px !important;
  font-weight: 500;
  border-bottom: none;
  padding-left: 30px !important;
}
.RentMySummeryTable tr td span b,
.RentMySummeryTable tr td span {
  color: #ff3e41;
  font-size: 18px !important;
  font-weight: 500;
  font-family: Poppins;
}
.SubTotalTr td {
  padding-top: 30px !important;
}
.TaxTr td {
  padding-bottom: 20px !important;
}
.TotalTr td {
  border-top: 1px solid #dbdbdb !important;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.TotalTr td h5 span,
.TotalTr td h5 {
  color: #343a40 !important;
  font-family: Poppins !important;
  font-size: 30px !important;
  font-weight: 500 !important;
}
.TotalTr td h5 span {
  color: #ff3e41;
  font-weight: 500;
}
.OrderItemImg {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
}
.OrderItemImg img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  border: 1px solid #afafaf;
  padding: 10px;
}
.OrderName {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 500;
}
.OrderItemPrice {
  color: #8d8a8a;
  font-size: 12px;
  font-weight: 400;
}
.OrderSummaryTable tr td,
.OrderSummaryTable tr th {
  color: #343a40;
  font-size: 14px;
  font-weight: 500;
}
.order-total th,
.order-total td {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}
.OrderSummaryTable {
  border-bottom: 1px solid #ddd;
}
.RentMyCheckbox {
  color: #000;
  font-size: 15px !important;
  font-weight: 300;
}
.RentMyCheckbox a {
  color: #227bff !important;
  font-size: 15px;
  font-weight: 700;
}
.RentMyWrapper .RentMyBtn.RentMyBackCartBtn {
  display: flex !important;
  width: 190px;
  height: 43px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #0d3745;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
}
.RentMyPlaceOrder {
  display: flex;
  width: 139px;
  height: 43px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 10px !important;
  background-color: #ff3e41;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
}
.RentMyCheckoutWrapper .RentMyInputGroup label {
  color: #333;
  font-size: 15px;
  font-weight: 400;
}
.RentMyCheckoutWrapper {
  padding-top: 0;
}
.rentmy-breadcrumbs a {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 600;
}
.rentmy-breadcrumbs a:hover {
  color: #41a6c1;
}
.category-reset {
  background-color: #0d3745;
  font-weight: 400;
  font-size: 14px;
}

/*========================== 
citystash tips css  
===========================*/
.citystash-tips-page {
  margin-top: 90px;
  padding-top: 70px;
  padding-bottom: 80px;
}
.citystash-innerpage-title {
  text-align: center;
  margin-bottom: 40px;
}
.citystash-innerpage-title h1 {
  color: #0d3745;
  font-size: 30px;
  letter-spacing: -2px;
  font-weight: 700;
  text-transform: uppercase;
}
.citystash-innerpage-title h1 span {
  color: #ea1e00;
  font-weight: 700;
}
.citystash-tips-card {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
  min-height: 210px;
  fill: #fff;
  stroke-width: 1px;
  stroke: #000;
  border: 1px solid #000;
  padding: 20px 40px;
  margin-bottom: 45px;
}
.citystash-tips-card::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 12px;
  background-color: #0d3745;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.citystash-tips-img {
  margin-right: 15px;
}
.citystash-tips-img img {
  width: 110px;
}
.citystash-tips-number h5 {
  color: #d8d6d6;
  text-align: center;
  font-family: Roboto;
  font-size: 185px;
  font-weight: 500;
}
.citystash-cardlogo {
  position: absolute;
  right: 50px;
  bottom: 30px;
  width: 132px;
}
.citystash-tips-text {
  width: 100%;
  padding-left: 30px;
}
.citystash-tips-text p {
  color: #0d3745;
  font-size: 24px;
  font-weight: 500;
}
.citystash-tips-rightside-card .citystash-tips-img {
  margin-right: 0;
  margin-left: 15px;
}
.citystash-tips-rightside-card .citystash-cardlogo {
  right: unset;
  left: 50px;
}
.citystash-tips-rightside-card .citystash-tips-text {
  text-align: right;
  padding-right: 30px;
  padding-left: 0;
}

@media (max-width: 767px) {
  .citystash-tips-page {
    padding-top: 15px;
    padding-right: 15px;
  }
  .citystash-innerpage-title {
    margin-bottom: 25px;
  }
  .citystash-innerpage-title h1 {
    font-size: 25px;
  }
  .citystash-tips-card {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 20px 20px;
  }
  .citystash-tips-img img {
    width: 60px;
  }
  .citystash-tips-number {
    width: 100%;
  }
  .citystash-tips-number h5 {
    font-size: 100px;
  }
  .citystash-tips-text p {
    font-size: 20px;
  }
  .citystash-cardlogo {
    position: unset;
  }
  .citystash-tips-img {
    margin-right: 0;
  }
  .citystash-tips-text {
    padding-left: 0;
  }
  .citystash-tips-rightside-card .citystash-tips-img {
    margin-left: 15px;
    order: -2;
  }
  .citystash-tips-rightside-card .citystash-tips-number {
    order: -1;
  }
  .citystash-tips-rightside-card .citystash-tips-text {
    text-align: center;
    padding-right: 0;
  }
  .RentMyWrapperInpageCartWidget .SidebarSummery {
    position: fixed;
    bottom: 0px;
  }
}

/*========================== 
citystash tips css  
===========================*/
.meetour-customers-page {
  margin-top: 90px;
  padding-top: 70px;
  padding-bottom: 80px;
}
.meetour-customers-innerpage-title {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.meetour-customers-innerpage-title h1 {
  min-width: 515px;
  color: #0d3745;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -2px;
}
.meetour-customers-innerpage-title h1 span {
  color: #ea1e00;
  font-weight: 700;
}
.meetour-customers-innerpage-title p {
  color: #060315;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  padding-left: 60px;
  border-left: 2px solid #c3c3c3;
}
.meetoutcustomer-card {
  border-radius: 15px;
  border: 1px solid #c7c7c7;
  background: #fff;
  margin-bottom: 50px;
}
.meetoutcustomer-card figure {
  margin-bottom: 0;
}
.meetoutcustomer-card iframe {
  width: 100%;
  height: 257px;
}
.meetoutcustomer-card img {
  width: 100%;
  height: 257px;
  object-fit: cover;
}
.meetoutcustomer-card h3 {
  color: #454545;
  font-size: 18px;
  letter-spacing: -1px;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.loadmore-btn {
  display: inline-flex;
  padding: 20px 60px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: #0d3745;
}

@media (max-width: 993px) {
  .meetour-customers-innerpage-title {
    flex-wrap: wrap;
    text-align: center;
  }
  .meetour-customers-innerpage-title h1 {
    min-width: 100%;
    font-size: 35px;
  }
  .meetour-customers-innerpage-title p {
    font-size: 16px;
    padding-left: 0px;
    border-left: none;
  }
}

.RentMyContentBodyInner {
  border: 1px solid #eee !important;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px !important;
}
#RentMyCustomerOrderDetails .RentMyContentBodyInner {
  padding: 0px !important;
}
#RentMyCustomerOrderDetails .RentMyCard {
  border-radius: 10px;
}
.RentMyCardHeader {
  padding-left: 20px;
  padding-right: 20px;
}
.RentMyCardBody {
  padding: 20px;
}
.RentMyDashboardContainer {
  margin: 20px;
}
.contact-content {
  padding-bottom: 50px;
}
.DeliveryCostList {
  margin-top: 20px;
}
.DeliveryCostList ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.DeliveryCostList ul li {
  padding: 8px 12px;
  background-color: #d2d2d2;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
}
.delivery-collaps-above.same-as-above {
  top: 18px;
  z-index: 9;
}
.CountryFlagCode {
  border-radius: 0.25rem 0 0 0.15rem;
  height: 36px;
}
.country-name:disabled {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*============================= 
customer portal new css   
===============================*/
.RentMyCustomerPortalWrapper {
  padding-top: 0px;
  padding-bottom: 100px;
  margin-top: 0px;
  border: 1px solid #eee;
  border-radius: 8px;
}
.customer-portal-container {
  background-color: #fbfbfb;
  padding-top: 150px;
}
.RentMyRightContent {
  background-color: transparent;
}
.RentMyLeftSidebarmenuInner {
  margin-top: 0;
  box-shadow: none;
  border-radius: 0;
}
.RentMyRightContent {
  border-right: none;
}
.dashboard-welcome-section {
  margin-bottom: 40px;
}
.dashboard-welcome-section h1 {
  color: #3c3b3b;
  font-size: 30px;
  font-weight: 400;
}
.dashboard-welcome-section h1 span {
  color: #3c3b3b;
  font-size: 30px;
  font-weight: 400;
}
.dashboard-welcome-section span {
  color: #3c3b3b;
  font-size: 20px;
  font-weight: 300;
}
.RentMyCardHeader svg {
  margin-right: 10px;
}
.DashboardCard .RentMyCardHeader {
  height: unset;
  min-height: 76px;
}
.DashboardCard .RentMyCardHeader .RentMyCardRightSide {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.DashboardCard .RentMyCardHeader h3 {
  color: #3c3b3b;
  font-size: 20px;
  font-weight: 500;
}
.DashboardCard .RentMyCardHeader span {
  color: #3c3b3b;
  font-size: 15px;
  font-weight: 300;
}
.next-estimate-bill {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #eceef2;
  padding-left: 12px;
  padding-right: 12px;
}
.next-estimate-bill b,
.next-estimate-bill span {
  margin-right: 10px;
}
.next-estimate-bill span {
  color: #3c3b3b;
  font-size: 14px;
  font-weight: 400;
}
.next-estimate-bill b {
  color: #3c3b3b;
  font-size: 18px;
  font-weight: 500;
}
.next-estimate-bill a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d5d7dd;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #626262;
  border-radius: 4px;
}
.next-estimate-bill a i {
  font-size: 15px;
  color: #626262;
}
.RentMyWrapper .RentMyBtn.RentMyPickupBtn,
.RentMyWrapper .RentMyBtn.RentMyDeliveryBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.RentMyWrapper .RentMyBtn.RentMyPickupBtn {
  background-color: #8b32fd;
}

.RentMyWrapper .RentMyBtn.RentMyDeliveryBtn {
  background-color: #2ea1fa;
}
.RentMyWrapper .RentMyBtn.RentMyPickupBtn i,
.RentMyWrapper .RentMyBtn.RentMyDeliveryBtn i {
  font-size: 18px;
}
.RentMyCardBox > div {
  gap: 10px;
}

.DashboardCard .RentMyCardBox {
  border: 1px solid #c9c9c9;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
  min-height: 88px;
}
.DashboardCard .RentMyCardBox.pickup-item.store-cardbox {
  min-height: 65px;
}
.DashboardCard .RentMyCardBox .remove-item {
  position: absolute;
  right: 10px;
  top: 5px;
  background-color: transparent;
  font-size: 20px;
  cursor: pointer;
}
.DashboardCard .RentMyCardBox.boxactive,
.DashboardCard .RentMyCardBox:hover {
  border: 1px solid #000;
}
.RentMyCardBox:hover,
.RentMyCardBoxSelected {
  box-shadow: none;
}
.DashboardCard .RentMyCardIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 6px;
  background: #eceef2;
  border: 1px solid #eceef2;
  overflow: hidden;
}
.DashboardCard .RentMyCardTitle {
  color: #3c3b3b;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 100%;
}
.dashboard-name {
  color: #3c3b3b;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 12px;
}
.dashboard-content .dashboard-pricing {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 22px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #eceef2;
  color: #000;
  font-size: 12px;
  font-weight: 300;
  padding: 0px 6px;
}
.dashboard-content.pickup-item .dashboard-pricing,
.dashboard-content .dashboard-pricing.left-align {
  justify-content: start;
  max-width: max-content;
}

@media (max-width: 1450px) {
  .dashboard-card-column {
    flex: 0 0 auto;
    width: 33.333333%;
  }
}
@media (max-width: 1199px) {
  .dashboard-card-column {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (max-width: 992px) {
  .dashboard-card-column {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .DashboardCard .RentMyCardTitle {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .dashboard-card-column {
    flex: 0 0 auto;
    width: 100%;
  }
  .RentMyPageHeader {
    border-top: 1px solid #eee;
    padding-left: 15px;
    padding-right: 15px;
  }
  .RentMyPageHeader h3 {
    font-size: 18px;
  }
  .RentMyPageHeader h1 {
    font-size: 18px;
  }
  .dashboard-welcome-section span {
    font-size: 16px;
    line-height: 20px;
  }
  .dashboard-welcome-section h2 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .dashboard-welcome-section h2 span {
    font-size: 20px;
  }
  .dashboard-welcome-section {
    padding-left: 0px;
    margin-bottom: 12px;
  }
  .DashboardCard .RentMyCardHeader h3 {
    font-size: 18px;
  }
  .DashboardCard .RentMyCardHeader span {
    font-size: 14px;
  }
  .DashboardCard .RentMyCardBox {
    margin-bottom: 15px;
  }
  .RentMyCardBox {
    padding: 15px;
  }
  .pickup-date-dotmenu,
  .delivery-date-dotmenu {
    justify-content: space-between;
    width: 100%;
  }
  .DashboardCard .RentMyCardTitle {
    margin-bottom: 5px;
  }
  .dashboard-name {
    margin-bottom: 6px;
  }
  .RentMyCustomerPortalWrapper {
    padding-bottom: 0px;
  }
  .request-item-pickup-area,
  .request-item-delivery-area {
    padding-bottom: 0px;
  }
  .RentMyPageHeader {
    flex-wrap: wrap;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 60px;
  }
  .pickup-step {
    margin-top: 12px;
  }
  .RentMyCardHeader {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .RentMyCardHeader {
    flex-wrap: wrap;
  }
  .RentMyCardBody {
    padding: 15px;
  }
  .RentMyCardHeader div.d-flex {
    width: 100%;
  }
  .RentMyCardHeader .d-flex > div {
    width: 100%;
  }
  .DashboardCard .RentMyCardHeader .d-flex > div span {
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin-bottom: 0px;
  }
  .DashboardCard .RentMyCardHeader .d-flex > div span span {
    display: unset;
  }
  .DashboardCard .RentMyCardBox {
    min-height: auto;
    padding: 14px 10px;
  }
}
@media (max-width: 575px) {
  .DashboardCard .RentMyCardHeader .RentMyCardRightSide {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }
  .pickuplist-headersection,
  .deliverylist-headersection {
    flex-wrap: wrap;
  }
  .pickuplist-headersection > span,
  .deliverylist-headersection > span {
    width: 100%;
    line-height: 100%;
    margin-bottom: 10px;
  }
  .dashboard-welcome-section h1 {
    font-size: 24px;
  }
  .dashboard-welcome-section h1 span {
    font-size: 24px;
  }
}

/*============================== 
customer portal pickup css  
=================================*/
.pickup-step {
  display: flex;
  align-items: center;
}
.pickup-step-line {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  padding-right: 70px;
}
.pickup-step-line:last-child {
  padding-right: 0px;
}
.pickup-step-line::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 15px;
  background-color: #bebdbd;
  width: 40px;
  height: 1px;
}
.pickup-step-line:last-child:after {
  display: none;
}
.pickup-step-number {
  background-color: #bebdbd;
  width: 38px;
  height: 38px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step-line-active .pickup-step-number {
  background-color: #282635;
  color: #fff;
}
.pickup-step-text {
  color: #3c3b3b;
  font-size: 14px;
  font-weight: 300;
}
.pickup-cardbox svg {
  margin-bottom: 5px;
}
.pickup-cardbox .RentMyCardTitle {
  margin-bottom: 10px;
}
.pickup-activeitem {
  background-color: #f5f5f5;
}
.pickup-itemstore {
  border-radius: 10px;
  border: 1px solid #c9c9c9;
  padding: 25px;
  margin-bottom: 20px;
}
.pickup-itemsstore-title {
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pickup-itemsstore-title button {
  background-color: black !important;
}
.pickup-date-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pickup-itemsstore-title h3 {
  color: #3c3b3b;
  font-size: 20px;
  font-weight: 500;
}
.RentMyWrapper .pickup-note-input input.RentMyInputField {
  border-radius: 4px;
  border: 1px solid #c9c9c9;
}
.pickup-cardbox.pickup-itemstore-cardbox .dashboard-content {
  width: 100%;
}
.dashboard-img-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}
.dashboard-img-preview {
  width: 36.5px;
  height: 36.5px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #c9c9c9;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.pickup-note-input {
  width: 55%;
}
.pickup-img-area {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 43%;
}
.pickup-img-preview {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex: 1;
  gap: 10px;
}
.pickup-img-upload-area {
  position: relative;
  width: 36.5px;
  height: 36.5px;
  border: 1px dashed #c9c9c9;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #f9f9f9;
  transition: all 0.3s ease;
}
.pickup-img-upload-area:hover {
  border-color: #3c3b3b;
  background-color: #f0f0f0;
}
.pickup-img-upload-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.pickup-img-preview-img {
  width: 36.5px;
  height: 36.5px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #c9c9c9;
  overflow: hidden;
}
.pickup-img-preview-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pickup-img-remove {
  position: absolute;
  top: -6px;
  right: -6px;
  z-index: 10;
}
.pickup-img-remove i {
  font-size: 14px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.pickup-img-remove i:hover {
  background: rgba(255, 0, 0, 0.8);
}
.pickup-next-preview {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pickup-next-btn,
.pickup-preview-btn {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  gap: 5px;
  height: 36px;
  border-radius: 5px;
}
.RentMyWrapper .RentMyBtn.pickup-preview-btn {
  border: 1px solid #a2a2a2;
  background-color: transparent;
  color: #7c7c7c;
  font-size: 15px;
  font-weight: 400;
}
.RentMyWrapper .RentMyBtn.pickup-next-btn {
  background-color: #ff3969;
}
.RentMyWrapper .RentMyCardRightSide .search-input {
  border-radius: 6px;
  background-color: white;
  height: 38px;
  padding: 0px 10px;
  outline: 0;
}

.customerportal-pickup-area {
  padding: 25px;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  margin-bottom: 20px;
}
.cp-pickup-summery,
.cp-pickup-adddelivery,
.cp-pickup-finalsummery,
.cp-pickup-paymentmethods,
.cp-pickup-address {
  border: 1px solid #c9c9c9;
  padding: 20px;
  margin-bottom: 25px;
  border-radius: 10px;
}
.cp-pickup-subtitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.cp-pickup-subtitle h4 {
  color: #3c3b3b;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
}
.cp-pickup-subtitle a {
  color: #3c3b3b;
  text-align: right;
  font-size: 20px;
  font-weight: 500;
}
.TableBorderNone tr td {
  color: #3c3b3b;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  border: none;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
}
.TableBorderNone.TableSpaceLess tr td {
  padding-top: 4px;
  padding-bottom: 4px;
}
.pickup-linebar {
  width: 100%;
  height: 1px;
  background: #3c3b3b;
  margin-bottom: 15px;
}
.total-pickup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
}
.total-pickup h5,
.total-pickup b {
  color: #3c3b3b;
  font-size: 18px;
  font-weight: 600;
}
.cp-pickup-adddelivery {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 45px;
  border: 2px dashed #c9c9c9;
}
.cp-pickup-adddelivery h5 {
  color: #3c3b3b;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 35px;
}
.add-delivery-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.cp-pickup-adddelivery .add-delivery-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 207px;
  height: 58px;
  border-radius: 5px;
  border: 1px solid #c9c9c9;
  background: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}
.cp-pickup-adddelivery .add-delivery-btn input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
}
.add-delivery-area span {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.pickup-paymentmethod-list {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: 115px;
  border-radius: 10px;
  border: 1px solid #c9c9c9;
  padding: 25px;
  margin-bottom: 20px;
}
.paymentmethod-img-number {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cp-pickup-paymentmethods img {
  width: 62px;
  object-fit: contain;
}
.cp-pickup-paymentmethods h5 {
  color: #3c3b3b;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.cp-pickup-paymentmethods label {
  width: unset;
  margin-bottom: 0;
}
.cp-pickup-paymentmethods .RentMyRadio > span {
  top: -14px;
  left: 0;
  height: 28px;
  width: 28px;
}
.cp-pickup-paymentmethods .RentMyRadio > span:after {
  margin-left: -4px;
  margin-top: -4px;
  height: 8px;
  width: 8px;
}

.pickup-address-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 115px;
  border-radius: 10px;
  border: 1px solid #c9c9c9;
  padding: 25px;
  margin-bottom: 20px;
}
.address-radio-text {
  display: flex;
  align-items: center;
  gap: 15px;
}
.address-radio-text h5 {
  color: #3c3b3b;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}
.address-radio-text i {
  font-size: 30px;
}
.address-radio-text label {
  width: unset;
  margin-bottom: 0;
}
.address-radio-text .RentMyRadio > span {
  top: -14px;
  left: 0;
  height: 28px;
  width: 28px;
}
.address-radio-text .RentMyRadio > span:after {
  margin-left: -4px;
  margin-top: -4px;
  height: 8px;
  width: 8px;
}
.pickup-address-action .pickup-editicon {
  color: #757575;
}
.pickup-address-action .pickup-deletecon {
  color: #ed252f;
}
.pickup-address-action a i {
  font-size: 22px;
}
.pickup-terms-condition-checkbox {
  color: #000;
  font-size: 14px !important;
  font-weight: 300;
}
.pickup-terms-condition-checkbox a {
  color: #227bff;
  font-size: 14px !important;
  font-weight: 700;
}
.cp-pickup-content h6 {
  color: #3c3b3b;
  font-size: 20px;
  font-weight: 500;
  padding-top: 12px;
}
.selected-date-time {
  border: 1px solid #e1e1e1;
  background-color: #eceef2;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-direction: column;
  margin-bottom: 20px;
}
.request-item-pickup-area,
.request-item-delivery-area {
  padding-top: 30px;
  padding-bottom: 25px;
}
.request-pickup-header,
.request-delivery-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  background: lightblue;
  padding: 15px;
  border-radius: 5px;
}
.request-pickup-header h3,
.request-delivery-header h3 {
  color: #3c3b3b;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  margin-left: 5px;
}
.request-item-pickuplist,
.request-item-deliverylist {
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #dadada;
}
.request-item-pickuplist:not(:last-child),
.request-item-deliverylist:not(:last-child) {
  margin-bottom: 15px;
}
.pickuplist-headersection,
.deliverylist-headersection {
  padding-bottom: 15px;
}
.pickuplist-headersection span,
.pickuplist-headersection span {
  color: #3c3b3b;
  font-size: 16px;
  font-weight: 300;
}
.pickuplist-headersection span strong,
.deliverylist-headersection span strong {
  font-weight: 500;
}
.pickuplist-headersection,
.deliverylist-headersection {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pickup-date-dotmenu,
.delivery-date-dotmenu {
  display: flex;
  align-items: center;
}
.pickup-dotmenu,
.delivery-dotmenu {
  position: relative;
}
.pickup-dotmenu i,
.delivery-dotmenu i {
  font-size: 22px;
  margin-left: 5px;
  cursor: pointer;
}
.dotmenu-body {
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 10px #ddd;
  padding: 12px;
  width: 110px;
  min-height: 50px;
  border-radius: 5px;
  z-index: 1;
}
.pickup-dotmenu ul,
.delivery-dotmenu ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  user-select: none;
}
.pickup-dotmenu ul li,
.delivery-dotmenu ul li {
  color: #3c3b3b;
  font-size: 14px;
  font-weight: 500;
  padding: 3px 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .RentMyLeftSidebarmenu {
    width: 230px;
    padding: 0;
    flex: 0 0 auto;
  }
}
@media (max-width: 992px) {
  .RentMyCardHeaderResponsive {
    flex-wrap: wrap;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .RentMyCardLeftSide {
    margin-bottom: 5px;
  }
  .next-estimate-bill b {
    font-size: 16px;
  }
  .RentMyWrapper .RentMyBtn.RentMyPickupBtn,
  .RentMyWrapper .RentMyBtn.RentMyDeliveryBtn {
    font-size: 13px;
  }
  .pickup-note-input {
    width: 100%;
  }
  .pickup-img-area {
    width: 100%;
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
 
  .pickup-itemsstore-title {
    flex-wrap: wrap;
  }
  .pickup-itemsstore-title h3 {
    font-size: 18px;
  }
  .pickup-itemsstore-title button {
    margin-top: 12px;
  }
  .pickup-itemstore {
    padding: 15px;
  }
  .customerportal-pickup-area {
    padding: 0;
    border: none;
  }
  .cp-pickup-summery,
  .cp-pickup-adddelivery,
  .cp-pickup-finalsummery,
  .cp-pickup-paymentmethods,
  .cp-pickup-address {
    padding: 12px;
  }
  .cp-pickup-subtitle h4 {
    font-size: 18px;
  }
  .cp-pickup-content .TableBorderNone tr td {
    font-size: 14px;
  }
  .cp-pickup-subtitle {
    flex-wrap: wrap;
  }
  .cp-pickup-subtitle h4 {
    width: 100%;
  }
  .cp-pickup-subtitle .RentMyBtn {
    margin-top: 12px;
  }
  .pickup-paymentmethod-list {
    padding: 10px;
  }
  .address-radio-text .RentMyRadio > span,
  .cp-pickup-paymentmethods .RentMyRadio > span {
    top: -10px;
    height: 20px;
    width: 20px;
  }
  .address-radio-text .RentMyRadio > span:after,
  .cp-pickup-paymentmethods .RentMyRadio > span:after {
    margin-left: -3px;
    margin-top: -3px;
    height: 6px;
    width: 6px;
  }
  .cp-pickup-paymentmethods img {
    width: 30px;
  }
  .address-radio-text,
  .cp-pickup-paymentmethods {
    gap: 5px;
  }
  .address-radio-text h5,
  .cp-pickup-paymentmethods h5 {
    font-size: 12px;
  }
  .pickup-address-list,
  .pickup-paymentmethod-list {
    height: 80px;
    padding: 10px;
    margin-bottom: 15px;
  }
  .pickup-address-action {
    min-width: 50px;
  }
  .RentMyCardForm {
    width: 100%;
  }
  .pickup-note-input label {
    margin-bottom: 10px;
  }
  .pickup-date-buttons{
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .pickup-date-buttons .RentMyBtn{
    margin-top: 7px;
  }
}

.RentMyProfileImge {
  position: relative;
  width: 90px;
  height: 90px;
  padding-top: 15px;
  margin-left: 15px;
}
.RentMyProfileImge img {
  width: 75px;
  height: 75px;
  border: 1px solid #7c7c7c;
  border-radius: 100px;
  padding: 2px;
}
.RentMyProfileChangeIcon {
  position: absolute;
  right: 8px;
  top: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e2e5e9;
  width: 26px;
  height: 26px;
  border-radius: 100px;
  box-shadow: 0px 2px 5px #ccc;
}
.RentMyProfileChangeIcon:hover {
  color: #0d6efd;
}
.RentMySideMenu ul li a {
  color: #757575;
  font-size: 15px;
}
.RentMySideMenu ul li a i {
  font-size: 22px;
  color: #757575;
  margin-right: 8px;
}
.payment-card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e0e0e0;
  padding: 25px 20px;
  background-color: #f2f3f8;
  border-radius: 8px;
  margin-top: 15px;
}
.payment-card-box-inner {
  text-align: center;
}
.payment-card-box h3 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 6px;
}
.payment-card-box p {
  color: #7c7a7a;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0;
}
.RentMyWrapper .RentMyBtn.RentMyViewInvoice {
  background-color: #151515;
  height: 25px;
  padding: 0px 10px;
  border-radius: 5px;
  margin-top: 10px;
}
.invoice-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.invoice-date-status h6 {
  color: #060606;
  font-size: 15px;
  font-weight: 400;
}
.invoice-date-status span {
  color: #878787;
  font-size: 11px;
  font-weight: 400;
}
.invoice-amount {
  background: #edebeb;
  display: inline-flex;
  height: 17px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #000;
  font-size: 12px;
  font-weight: 400;
}
.rentMyPaymentMethods .rentMyAddButton {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.rentMyPaymentMethods .rentMyAddButton i {
  font-size: 18px;
}
.rentMyPaymentMethods {
  margin: 0;
  margin-bottom: 30px;
}
.RentMyBtn.RentMySubmitBtn {
  background-color: #333333;
}

/*============================
product list css  
==============================*/
.RentMyProductWrapper {
  padding: 15px 20px;
}
.RentMyProductCard {
  padding: 5px 15px;
}
.RentMyProductCard .card-body {
  padding: 8px;
}
.RentMyProductImage {
  flex: 0 0 auto;
  padding: 10px;
}
.form-control.RentMySearchInput {
  height: 36px;
}
.RentMyFilter {
  margin-bottom: 15px !important;
}
.RentMyBreadcrumb {
  display: none !important;
}

@media (min-width: 993px) {
  .RentMyProductImage {
    width: 130px;
  }
}
@media (max-width: 767px) {
  .RentMyProductWrapper {
    padding: 15px 12px;
  }
  .all-products {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
  }
  .RentMyProductCard {
    padding: 0px 6px;
    width: 50%;
    border: none;
    margin-bottom: 12px !important;
  }
  .RentMyProductCard .card-body {
    padding: 8px;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    margin: 0;
  }
  .RentMyProductInfo {
    padding: 0 0px;
  }
  .list-view-product-name strong {
    font-size: 16px;
    line-height: 22px;
    display: block;
  }
  .list-view-product-name strong {
    font-size: 16px;
    line-height: 22px;
    display: block;
    text-align: center;
  }
  h5.RentMyProductPrice {
    font-size: 15px;
    line-height: 18px;
    display: block;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .RentMyProductHeader h1 {
    font-size: 18px;
    min-width: 130px;
  }
}

.signin-signup-title {
  text-align: center;
  padding-bottom: 25px;
}
#RentMyCustomerRegistrationContainer .RegistrationTitle,
#RentMyCustomerLoginContainer .LoginTitle,
.signin-signup-title .RegistrationTitle,
.signin-signup-title .LoginTitle {
  padding-bottom: 10px !important;
  font-size: 22px;
  text-transform: uppercase;
}
#RentMyCustomerRegistrationContainer .RegistrationTitle,
#RentMyCustomerLoginContainer .LoginTitle {
  /* font-size: 26px; */
}
.signin-signup-title span {
  color: #666;
  line-height: 20px;
  display: block;
}
.signin-signup-title span b {
  color: #444;
}
#RentMyCustomerRegistrationContainer .RegistrationBtn,
#RentMyCustomerLoginContainer .LoginBtn {
  background-color: #41a6c1;
  border-radius: 12px;
}
#RentMyCustomerRegistrationContainer .RegistrationElement,
#RentMyCustomerLoginContainer .LoginElement {
  border-radius: 15px;
}
#RentMyCustomerRegistrationContainer .RentMyInputField,
#RentMyCustomerLoginContainer .RentMyInputField {
  border-radius: 12px;
}
.RentMyWrapper a.LoginHere {
  text-decoration: underline !important;
}
.RentMyWrapper .RentMyBtn.addnewdeliveryaddress-btn,
.RentMyWrapper .RentMyBtn.addnewpaymnetmethod-btn {
  background-color: #41a6c1;
}
.RentMyWrapper .RentMyBtn.addnewdeliveryaddress-btn:hover,
.RentMyWrapper .RentMyBtn.addnewpaymnetmethod-btn:hover {
  background-color: #ff3e41;
}
select.RentMyInputField {
  margin-top: 0;
}
.RentMyWrapper input[type="text"],
.RentMyWrapper .RentMyInputField {
  border: 1px solid #e5e2e2;
}
.RentMyCardBody {
  min-height: 220px;
}
.RentMyCartWrapper {
  margin-top: 0;
}
@media (max-width: 767px) {
  .RentMyMiniCart .RentMyCartBody {
    right: -20px;
    left: unset;
    width: 325px;
  }
  .RentMyProductHeader {
    flex-wrap: wrap;
  }
  .RentMySearchFilter {
    width: 100%;
  }
  .add-item-form-area-new {
    width: 100%;
    margin-top: 15px;
  }
  .RentMySearchBox {
    width: 100%;
  }
  .CheckoutMakeContinueBtn .RentMyBtn {
    width: 160px;
  }
}

[selectedDateTime] {
  padding: 2px 8px;
  background-color: #ececec;
  border-radius: 4px;
}

.RentMyWorkOrderProgressBar {
  width: 100%;
  margin: 30px auto;
  position: relative;
}

#progress-bar-container {
  position: relative;
  width: 100%;
}

#progress-bar-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

#progress-bar-container ul li.step {
  text-align: center;
  flex: 1;
  position: relative;
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
}

#progress-bar-container ul li.step::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  background: #fff;
  transition: all 0.3s ease;
}

#progress-bar-container ul li.step.active::before,
#progress-bar-container ul li.step.completed::before {
  background: #27a7c9;
  border-color: #27a7c9;
}

#progress-bar-container ul li.step .step-inner {
  font-size: 14px;
}

#progress-bar-container ul li.step.active .step-inner {
  color: #333;
}

#progress-bar-container ul li.step.completed .step-inner {
  color: #27a7c9;
}

/* Line behind steps */
#line {
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e0e0e0;
  z-index: 1;
}

#line-progress {
  height: 100%;
  width: 0;
  background: #27a7c9;
  transition: width 0.3s ease;
}

.RentmyTextArea {
  width: 100%;
  padding: 10px;
  background-color: rgb(246, 246, 246);
  font-size: 14px;
  color: #444444;
}

/*============================== 
Request Complete Page Styles  
================================*/
.RequestCompleteContainer {
  margin-top: 90px;
  min-height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.request-complete-container {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 30px 0px rgba(56, 71, 109, 0.09);
  padding: 60px 40px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid #eee;
}

.request-complete-icon {
  margin-bottom: 30px;
}

.request-complete-icon i {
  font-size: 80px;
  color: #28a745;
  animation: successPulse 2s ease-in-out infinite;
}

@keyframes successPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.request-complete-title {
  color: #0d3745;

  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.request-complete-title span {
  color: #ea1e00;
  font-weight: 700;
}

.request-complete-message {
  color: #3c3b3b;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 40px;
  padding: 0 20px;
}

.request-complete-details {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 40px;
  border: 1px solid #e9ecef;
}

.request-complete-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  color: #3c3b3b;
  font-size: 16px;
  font-weight: 400;
}

.request-complete-info:last-child {
  margin-bottom: 0;
}

.request-complete-info i {
  font-size: 20px;
  margin-right: 12px;
  color: #41a6c1;
}

.request-complete-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.RequestSuccessBackBtn {
  background-color: #41a6c1 !important;
  color: #fff !important;
  border: none !important;
  padding: 12px 30px !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  transition: all 0.3s ease !important;
  min-width: 160px !important;
}

.RequestSuccessBackBtn:hover {
  background-color: #ff3e41 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

.request-complete-secondary-btn {
  background-color: #0d3745 !important;
  color: #fff !important;
  border: none !important;
  padding: 12px 30px !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  transition: all 0.3s ease !important;
  min-width: 160px !important;
}

.request-complete-secondary-btn:hover {
  background-color: #282635 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

/* Responsive Design */
@media (max-width: 768px) {
  .request-complete-container {
    padding: 40px 20px;
    margin: 20px;
  }

  .request-complete-title {
    font-size: 24px;
  }

  .request-complete-message {
    font-size: 16px;
    padding: 0 10px;
  }

  .request-complete-icon i {
    font-size: 60px;
  }

  .request-complete-actions {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .RequestSuccessBackBtn,
  .request-complete-secondary-btn {
    width: 100% !important;
    max-width: 280px !important;
  }
}

@media (max-width: 480px) {
  .request-complete-container {
    padding: 30px 15px;
    margin: 10px;
  }

  .request-complete-title {
    font-size: 20px;
  }

  .request-complete-message {
    font-size: 14px;
  }

  .request-complete-details {
    padding: 20px 15px;
  }

  .request-complete-info {
    font-size: 14px;
  }
}
/* Order Complete */
.OrderCompleteContainer {
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.order-complete-container {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 30px 0px rgba(56, 71, 109, 0.09);
  padding: 60px 40px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid #eee;
}

.order-complete-icon {
  margin-bottom: 30px;
  animation: successPulse 2s ease-in-out infinite;
  display: inline-block;
}

.order-complete-title {
  color: #0d3745;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.order-complete-message {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 40px;
  padding: 0 20px;
}

.order-complete-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.OrderCompleteDashboardBtn {
  background-color: #9b1c1c !important;
  color: #fff !important;
  border: none !important;
  padding: 14px 36px !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  transition: all 0.3s ease !important;
  min-width: 200px !important;
  justify-content: center !important;
}

.OrderCompleteDashboardBtn:hover {
  background-color: #7b1515 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

@media (max-width: 768px) {
  .order-complete-container {
    padding: 40px 20px;
    margin: 20px;
  }

  .order-complete-title {
    font-size: 24px;
  }

  .order-complete-message {
    font-size: 15px;
    padding: 0 10px;
  }

  .order-complete-actions {
    flex-direction: column;
    align-items: center;
  }

  .OrderCompleteDashboardBtn {
    width: 100% !important;
    max-width: 280px !important;
  }
}

@media (max-width: 480px) {
  .order-complete-container {
    padding: 30px 15px;
    margin: 10px;
  }

  .order-complete-title {
    font-size: 20px;
  }
}

.upload-area-file-details {
  width: 100%;
  text-align: left;
  transition: none 500ms ease-in-out;
  transition-property: opacity, visibility;
  transition-delay: 500ms;
  padding-top: 10px;
}
.file-details-open {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.file-details-title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #eee;
}
.uploaded-file {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: none 500ms ease-in-out;
  transition-property: visibility, opacity;

  margin: 10px 0 0;
  padding: 8px 14px;
  padding-right: 18px;
  background: #ffffff;
  border: 1px solid #e8ebf3;
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(20, 42, 80, 0.05);
  width: 50%;
}
.uploaded-file-open {
  visibility: visible;
  opacity: 1;
}

.uploaded-file-icon-container {
  position: relative;
  margin-right: 5px;
  width: 65px;
  height: 60px;
  flex: 0 0 60px;
  border-radius: 8px;
  overflow: hidden;
  background: #eef2f7;
  display: grid;
  place-items: center;
  border: 1px solid #eef1f6;
}
.uploaded-file-icon-container img {
  height: 100%;
  object-fit: cover;
  display: block;
}
.uploaded-file-icon {
  font-size: 3.4375rem;
  color: #5867dd;
}
.uploaded-file-info {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.imagename-counter {
  width: 100%;
  display: flex;
  justify-content: end;
}
.uploaded-file-name {
  width: 100%;
  max-width: 16.5rem;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.2px;
  font-size: clamp(15px, 2.6vw, 16px);
  line-height: 1.2;
  margin: 0;
  color: #898989;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uploaded-file-remove {
  font-size: 20px;
}
.uploaded-file-counter {
  font-size: 15px;
  color: #aaa;
  font-weight: 500;
}
.remove-image {
  cursor: pointer;
  color: #ff0000;
}
.communication-cardheader {
  min-height: 50px !important;
}
.communication-table.RentMyTable thead tr th,
.communication-table.RentMyTable tbody tr td {
  text-align: left;
}
.communication-table td span {
  display: block;
}
.communication-table td a i {
  font-size: 20px;
}
.category-tab {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 15px;
}
.category-tab ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.category-tab ul li {
  display: inline-flex;
  align-items: center;
}
.category-tab ul li a {
  color: #525252;
  font-size: 17px;
  font-weight: 400;
  line-height: 58px;
  padding-left: 10px;
  padding-right: 10px;
}
.category-tab ul li.Selected a {
  color: #ea1e00;
  border-bottom: 2px solid #ea1e00;
}

/* Mobile trigger reuses .rm-cattab-mob-trigger styles */
@media (max-width: 767px) {
  .category-tab {
    position: relative;
    border-bottom: none !important;
    margin-bottom: 12px !important;
  }

  /* Dropdown panel */
  .category-tabl-inner {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    z-index: 99;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .category-tab.rm-cattab-open .category-tabl-inner {
    max-height: 240px;
    overflow-y: auto;
    border: 1px solid #ddd;
  }

  .category-tabl-inner::-webkit-scrollbar {
    width: 4px;
  }
  .category-tabl-inner::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 4px;
  }
  .category-tabl-inner::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 4px;
  }

  .category-tab .category-tabl-inner ul {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    overflow-x: unset !important;
    padding: 6px 0 !important;
    margin: 0;
    list-style: none;
  }

  .category-tab .category-tabl-inner ul li {
    display: block !important;
    width: 100%;
  }

  .category-tab .category-tabl-inner ul li a {
    display: block !important;
    padding: 11px 14px !important;
    font-size: 14px !important;
    font-weight: 400;
    color: #3c3b3b !important;
    line-height: 1.4 !important;
    border-bottom: 1px solid #f3f3f3 !important;
    text-decoration: none !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background 0.15s ease;
  }

  .category-tab .category-tabl-inner ul li:last-child a {
    border-bottom: none !important;
  }

  .category-tab .category-tabl-inner ul li.Selected a {
    color: #ea1e00 !important;
    background: #fff5f3 !important;
    font-weight: 500;
    border-bottom-color: #fce9e6 !important;
  }
  .RentMyProductHeader {
    border-bottom: none;
  }
}

.CategoryTab {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 15px;
  margin-top: -20px;
}
.CategoryTab ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.CategoryTab ul li {
  display: inline-flex;
  align-items: center;
}

.CategoryTab ul li a {
  color: #525252;
  font-size: 17px;
  font-weight: 400;
  line-height: 58px;
  padding-left: 12px;
  padding-right: 12px;
}
.CategoryTab ul li.Selected a {
  color: #ea1e00;
  border-bottom: 2px solid #ea1e00;
}

/* Mobile trigger button – hidden on desktop */
.rm-cattab-mob-trigger {
  display: none;
}

/* ===========================
   Mobile CategoryTab Dropdown
   max-width: 767px only
   =========================== */
@media (max-width: 767px) {
  .CategoryTab {
    position: relative;
    border-bottom: none !important;
    margin-bottom: 12px !important;
    margin-top: 0px !important;
  }

  /* Show trigger bar */
  .rm-cattab-mob-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 11px 14px;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #3c3b3b;
    line-height: 1;
    -webkit-tap-highlight-color: transparent;
    transition: border-color 0.2s ease;
  }

  .rm-cattab-mob-trigger:focus {
    outline: none;
    border-color: #ea1e00;
  }

  .rm-cattab-chevron {
    font-size: 14px;
    color: #999;
    flex-shrink: 0;
    transition: transform 0.25s ease;
  }

  .CategoryTab.rm-cattab-open .rm-cattab-chevron {
    transform: rotate(180deg);
  }

  /* Dropdown panel */
  .CategoryTabInner {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    z-index: 99;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    max-height: 0;
    overflow: hidden;
    transition:
      max-height 0.3s ease,
      box-shadow 0.2s ease;
  }
  .rm-cattab-open .CategoryTabInner {
    border: 1px solid #ddd;
  }

  .CategoryTab.rm-cattab-open .CategoryTabInner {
    max-height: 240px;
    overflow-y: auto;
  }

  /* Scrollbar styling for dropdown */
  .CategoryTabInner::-webkit-scrollbar {
    width: 0px;
  }
  .CategoryTabInner::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 4px;
  }
  .CategoryTabInner::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 4px;
  }

  /* Category list inside dropdown */
  .CategoryTab .CategoryTabInner ul {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    overflow-x: unset !important;
    padding: 6px 0 !important;
    margin: 0;
    list-style: none;
  }

  .CategoryTab .CategoryTabInner ul li {
    display: block !important;
    width: 100%;
  }

  .CategoryTab .CategoryTabInner ul li a {
    display: block !important;
    padding: 11px 14px !important;
    font-size: 14px !important;
    font-weight: 400;
    color: #3c3b3b !important;
    line-height: 1.4 !important;
    border-bottom: 1px solid #f3f3f3 !important;
    text-decoration: none !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background 0.15s ease;
  }

  .CategoryTab .CategoryTabInner ul li:last-child a {
    border-bottom: none !important;
  }

  .CategoryTab .CategoryTabInner ul li.Selected a {
    color: #ea1e00 !important;
    background: #fff5f3 !important;
    font-weight: 500;
    border-bottom-color: #fce9e6 !important;
  }
  .RentMyWrapper .RentMyCardRightSide .search-input {
    flex: 1;
  }
}

.all-products .RentMyProductCard .RentMyProductInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.all-products .RentMyProductCard .RentMyProductInfo .RentMyProductInfoWrapper {
  flex: 1;
}
.all-products .RentMyProductCard .RentMyProductInfo .product_short_desc {
  width: 70%;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}
.DashboardCard .product_short_desc {
  font-size: 14px;
  line-height: 18px;
  color: #444444;
}
.RentMyWrapper .RentMyBtn.pickup-next-btn,
.RentMyWrapper .RentMyBtn.pickup-preview-btn {
  padding: 10px 20px;
}
/*====================== 
New Home Page Ui Css Start 
========================*/
@font-face {
  font-family: "Acumin Variable Concept";
  src:
    url("../fonts/066ce24dae3730ed6c648b09efaea93a.woff") format("woff"),
    url("../fonts/066ce24dae3730ed6c648b09efaea93a.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sackers Gothic Heavy";
  src: url("../fonts/Sackers Gothic Heavy.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Acumin Variable Concept", sans-serif;
}
span,
p,
button,
a {
  font-family: "Acumin Variable Concept", sans-serif;
}
h1,
h2,
#dynamic_page_contents h3,
#dynamic_page_contents h4,
#dynamic_page_contents h5,
#dynamic_page_contents h6 {
  font-family: "Sackers Gothic Heavy", sans-serif;
}

.hero-truck-image {
  background: url("https://s3.us-east-2.amazonaws.com/citystash.rentmy.co/content-image/1/media/1765430908_cbbuykyn_cityStash-hero-layer.png");
  background-size: cover;
}
.hero-text-top {
  color: #fff;
  font-size: 26px;
  margin-bottom: 20px;
  line-height: normal;
}

.hero-heading {
  color: #fff;
  font-size: 64px;
  font-weight: 850;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.hero-subtext {
  font-size: 15px;
  line-height: 24px;
}
.estimate-btn {
  border-radius: 3px;
  border: 2px solid #af262c;
  background: #af262c;
  font-size: 16px;
  font-family: "Sackers Gothic Heavy";
  text-transform: uppercase;
  padding: 16px 24px;
  max-width: 270px;
  min-width: 270px;
  text-align: center;
}
.estimate-btn:hover {
  border: 2px solid #ea1e00;
  background: #ea1e00;
}

.rentmy-header
  .rentmy-menu-header
  .rentmy-menu-area
  .rentmy-menu
  .rentmy-nav-manu
  ul
  li.rm-header-booknow-btn
  a {
  background: #af262c;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding: 10px 28px;
  font-family: "Acumin Variable Concept", sans-serif;
}

.rentmy-header
  .rentmy-menu-header
  .rentmy-menu-area
  .rentmy-menu
  .rentmy-nav-manu
  ul
  li.rm-header-booknow-btn
  a:hover {
  background: #ea1e00;
}
.process-section .row {
  align-items: flex-start;
}
.process-section-label,
.info-section-label,
.contact-section-label,
.about-label {
  color: #af262c;
  font-size: 20px !important;
  font-style: normal;
  line-height: normal;
  margin-bottom: 26px;
}

.process-section-label::before,
.info-section-label::before,
.contact-section-label::before,
.about-label::before {
  width: 75px;
  background-color: #af262c;
}
.process-section-title,
.info-section-title,
.contact-section-title {
  color: #020001;
  font-size: 27px;
  font-style: normal;
  font-weight: 850;
  line-height: normal;
  text-transform: uppercase;
}

.process-section-btn {
  background-color: #af262c;
  color: #fff;
  font-size: 16px;
  font-family: "Sackers Gothic Heavy";
  padding: 15px 22px;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.process-section-btn:hover {
  background-color: #ea1e00;
  color: #fff;
}

.process-section-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch !important;
}
.step-card {
  max-width: 250px;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1;
}
.step-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.step-title {
  color: #798a9d;
  font-size: 14px;
  font-style: normal;
  font-weight: 850;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Sackers Gothic Heavy", sans-serif;
}
.step-desc {
  color: #646464;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 194;
  line-height: 18px;
  padding-bottom: 15px;
}

.step-link {
  color: #020001;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  font-family: "Acumin Variable Concept", sans-serif;
  position: absolute;
  bottom: 12px;
}
.step-link:hover{
  color: #ea1e00;
}
.step-number {
  background: rgba(121, 138, 157, 0.15);
  color: #00044b;
  font-size: 16px;
  font-style: normal;
  font-weight: 850;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Sackers Gothic Heavy", sans-serif;
}
.years-box {
  z-index: 90;
  font-family: "Acumin Variable Concept", sans-serif;
}
.years-box-count {
  color: #00044b;
  font-family: "Acumin Variable Concept", sans-serif;
}
.about-title,
.section-title {
  color: #798a9d;
  font-size: 27px;
  font-style: normal;
  font-weight: 850;
  line-height: normal;
  text-transform: uppercase;
}
.about-desc,
.section-subtitle {
  color: #646464;
  font-size: 15px;
  font-style: normal;
  font-weight: 194;
  line-height: 24px;
}

.about-box {
  border-radius: 6px;
  border: 1px solid #d4d4d4;
  background: rgba(255, 255, 255, 0);
  padding: 17px 20px;
  box-shadow: none;
}
.icon-circle {
  width: 55px;
  height: 55px;
  border-radius: 55px;
  background: #f5f5f5;
}

.about-box-title {
  color: #798a9d;
  font-size: 16px;
  font-style: normal;
  font-weight: 850;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Sackers Gothic Heavy", sans-serif;
  margin-bottom: 8px;
}
.about-box-text {
  color: #646464;
  font-size: 15px;
  font-style: normal;
  font-weight: 194;
  line-height: 24px;
}

.section-label {
  color: #af262c;
  font-size: 26px;
  font-style: normal;
  font-weight: 194;
  line-height: normal;
}

.section-label::before,
.section-label::after {
  width: 75px;
  background: #af262c;
  margin-left: 8px;
  margin-right: 8px;
}

.store-item-icon {
  border: 2px dashed #ffebe8;
  background: #fff;
  box-shadow: 1.045px 9.945px 40px 0 rgba(68, 68, 68, 0.15);
}
.store-item-text {
  color: #020001;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 194;
  line-height: 24px; /* 160% */
}
.get-started-title {
  color: #020001;
  font-size: 27px;
  font-style: normal;
  font-weight: 850;
  line-height: normal;
  text-transform: uppercase;
}

.get-started-text {
  color: #020001;
  font-size: 16px;
  font-style: normal;
  font-weight: 850;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Sackers Gothic Heavy", sans-serif;
}

.get-started-btn {
  border-radius: 7px;
  background: #af262c;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 850;
  line-height: normal;
  text-transform: uppercase;
  padding: 19px 61px 18px 62px;
  font-family: "Sackers Gothic Heavy", sans-serif;
  transition: all 500ms ease;
}
.get-started-btn:hover {
  background: #ea1e00;
}
.get-started-section {
  background: #eeeced;
}
/* Section wrapper */
.business-logistics-section {
  padding: 4rem 0rem;
  text-align: center;
}

/* Top label with lines */
.business-label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
  color: #af262c;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.business-label-wrap::before,
.business-label-wrap::after {
  content: "";
  display: block;
  width: 4rem;
  height: 2px;
  background-color: #af262c;
}

.business-subtitle {
  font-size: clamp(1.6rem, 3vw, 2rem);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 600;
  color: #485c6e;
  margin-bottom: 0.75rem;
}

.business-description {
  max-width: 640px;
  margin: 0 auto 2.5rem;
  font-size: 0.95rem;
  color: #777;
  line-height: 1.6;
}

/* Cards */
.business-card {
  border-radius: 16px;
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
  padding: 2rem 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease,
    border-color 0.2s ease;
  text-align: center;
}

.business-card:hover {
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
  transform: translateY(-3px);
  border-color: #f4cac5;
}

.business-icon-circle {
  width: 85px;
  height: 85px;
  border-radius: 100px;
  border: 2px solid #ffebe8;
  background: #fff6f7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  color: #e36a5a;
}

.business-card-title {
  margin-bottom: 0.75rem !important;
  color: #2a282f;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 109.091% */
}

.business-card-text {
  margin-bottom: 1.5rem;

  color: #a8a6ac;
  text-align: center;

  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.business-learn-link {
  text-decoration: none;
  color: #af262c;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  transition: all 500ms ease;
}
.business-learn-link:hover{
  color: #ea1e00;
}

.business-learn-link i {
  margin-left: 0.35rem;
  font-size: 0.8rem;
}

/* Bottom button */
.business-view-all-btn {
  margin-top: 2.75rem;
  padding: 0.9rem 2.8rem;
  border-radius: 8px;
  border: none;
  background-color: #af262c;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.business-view-all-btn:hover {
  background-color: #ea1e00;
  color: #fff;
}

.info-section-title {
  color: #798a9d;
}
.info-section-text {
  max-width: 600px;
  color: #646464;
  font-size: 15px;
  font-style: normal;
  font-weight: 194;
  line-height: 24px;
}

.info-section-bottom {
  color: #020001;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.worker-image {
  display: block;
  margin-left: auto;
}

.testimonial-img-wrapper {
  width: 66px !important;
  height: 66px !important;
}
.quote-icon {
  border-radius: 28px;
  border: 2px solid #cbcbcb;
  background: #fff;
}

.quote-icon img {
  width: auto !important;
}
.testimonial-text {
  color: #646464;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 194;
  line-height: 24px;
}
.testimonial-footer::before {
  border-image-source: linear-gradient(
    280deg,
    rgba(0, 0, 0, 0) 39.02%,
    #af262c 39.02%
  );
}
.testimonial-card {
  min-height: 254px;
}
.testimonial-footer {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 850;
  line-height: normal;
  text-transform: uppercase;
}
.testimonial-footer span {
  font-family: "Sackers Gothic Heavy", sans-serif;
}
.testimonial-footer::after {
  border-image: linear-gradient(45deg, #af262c 50%, rgba(0, 0, 0, 0) 50%);
}
.testimonial-footer {
  background-color: #af262c;
}
.testimonial-section .owl-theme .owl-nav.disabled + .owl-dots .owl-dot span {
  background: #00044b;
}
.testimonial-section-dec {
  color: #646464;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 194;
  line-height: 24px;
  margin-bottom: 80px;
}
.testimonial-section-title {
  color: #798a9d;
  text-align: center;
  font-size: 27px;
  font-style: normal;
  font-weight: 850;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.contact-section-title {
  color: #798a9d;
  font-size: 27px;
  font-style: normal;
  font-weight: 850;
  line-height: normal;
  text-transform: uppercase;
}

.contact-section-text {
  color: #646464;
  font-size: 15px;
  font-style: normal;
  font-weight: 194;
  line-height: 24px;
}

@media (min-width: 1500px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    /* max-width: 1200px; */
  }
}
@media (min-width: 1500px) {
  .rentmy-header .container,
  .rentmy-header .container-lg,
  .rentmy-header .container-md,
  .rentmy-header .container-sm,
  .rentmy-header .container-xl,
  .rentmy-header .container-xxl {
    max-width: 1456px;
  }
}
.contact-section {
  z-index: 1;
}
.image-container {
  clip-path: polygon(30% 0, 100% 0%, 100% 100%, 0% 100%);
}
.contact-section .form-control {
  border-radius: 5px;
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.contact-section .form-group {
  margin-bottom: 34px;
}

.contact-section-btn {
  border-radius: 6px;
  background: #af262c;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 850;
  line-height: normal;
  text-transform: uppercase;
  padding: 18px 20px;
  font-family: "Sackers Gothic Heavy", sans-serif;
  transition: all 500ms ease;
}
.contact-section-btn:hover {
  background: #ea1e00;
}
.contact-section br {
  display: block;
}
.footer-section {
  background-color: #798a9d;
  padding-bottom: 30px;
}
.footer-links a:hover {
  color: #af262c;
}
.footer-section .center-col-title,
.footer-section .right-col-title {
  color: #fff;
  font-family: "Sackers Gothic Heavy", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 850;
  line-height: normal;
  text-transform: uppercase;
}
.footer-section .left-col .footer-links a,
.footer-section .center-col .footer-links a,
.footer-section .right-col .footer-links a {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.45px;
  font-family: "Acumin Variable Concept", sans-serif;
}
.footer-section .left-col .footer-links a {
  color: #fff;
}
.footer-section .center-col .footer-links a {
  color: #dadada;
}
.footer-section .right-col .footer-links a {
  color: #e2e2e2;
}

@media (max-width: 768px) {
  .step-card {
    max-width: 100%;
  }
  .hero-heading {
    font-size: 48px;
    line-height: 60px;
  }
  .hero-text-top {
    font-size: 20px;
  }
  .process-section .col-md-3 {
    margin-bottom: 20px;
  }
  .contact-section {
    padding: 0 20px;
  }
  .rentmy-mobile-device .rm-order-btn a {
    background-color: #798a9d;
  }
}

/*====================== 
New Home Page Ui Css End 
========================*/

.business-hero-section .business-hero-btn {
  border-radius: 3px;
  border: 2px solid #af262c;
  background: #af262c;
  color: #fff;
  font-size: 16px;
  font-family: "Sackers Gothic Heavy";
  text-transform: uppercase;
  padding: 16px 13px;

  text-align: center;
}

.biz-feature-section {
  background: #ffffff;
}

.biz-feature-card {
  padding: 3rem 2rem;
  transition: all 500ms ease;
  border-radius: 15px;
  border: 1px solid #cdcdcd;
  background: #fff;
}

.biz-feature-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #b21e23; /* red icon */
  font-size: 30px;
}

/* circle around icon like image */
.biz-feature-icon i {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid #b21e23;
  display: grid;
  place-items: center;
}

.biz-feature-title {
  margin-top: 0.25rem;
  color: #2c3847;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
}

.biz-feature-text {
  color: #828282;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 194;
  line-height: 24px;
}
.biz-feature-card:hover {
  border: 1px solid #cdcdcd;
  box-shadow: 0 15px 30px 0 rgba(99, 122, 166, 0.15);
}

/* Responsive spacing like the design */
@media (max-width: 575.98px) {
  .biz-feature-card {
    padding: 2.25rem 1.5rem;
  }
  .biz-feature-title {
    font-size: 1.4rem;
  }
}

.biz-ops-section {
  background: #ffffff;
}

/* Top header */
.biz-ops-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 20px;
}
.biz-ops-kicker-line {
  width: 70px;
  height: 2px;
  background: #af262c; /* red */
  opacity: 0.9;
}
.biz-ops-kicker-text {
  color: #af262c;

  font-size: 26px;
  font-style: normal;
  font-weight: 194;
  line-height: normal;
  font-family: "Acumin Variable Concept", sans-serif;
}

/* Left column heading */
.biz-ops-h3 {
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
  margin: 0;
  color: #798a9d;
  font-style: normal;
  font-weight: 850;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Sackers Gothic Heavy", sans-serif;
}
.biz-ops-underline {
  display: block;
  width: 120px;
  height: 3px;
  background: #af262c;
  margin-top: 10px;
}

/* Blocks */
.biz-ops-block-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.biz-ops-miniicon {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: #ffc8c833;
  font-size: 16px;
}
.biz-ops-block-title {
  color: #af262c;
  font-size: 16px;
  font-style: normal;
  font-weight: 850;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Sackers Gothic Heavy", sans-serif;
}

.biz-ops-desc {
  margin-right: 10px;

  color: #646464;

  font-size: 15px;
  font-style: normal;
  font-weight: 194;
  line-height: 24px;
}

.biz-ops-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.biz-ops-list li {
  position: relative;
  padding-left: 26px;
  color: #374151;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 10px;
}

.biz-ops-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: #af262c;
  font-size: 0.95rem;
  line-height: 1;
}

.biz-ops-divider {
  border: 0;
  height: 1px;
  background: #e6eaee;
  opacity: 1;
}

/* Image */
.biz-ops-imagewrap {
  border-radius: 14px;
  overflow: hidden;
}
.biz-ops-image {
  width: 100%;
  height: 100%;
  max-height: 560px;
  object-fit: cover;
  border-radius: 14px;
}
@media (min-width: 1500px) {
  .biz-ops-section .container,
  .biz-ops-section .container-lg,
  .biz-ops-section .container-md,
  .biz-ops-section .container-sm,
  .biz-ops-section .container-xl,
  .biz-ops-section .container-xxl {
    max-width: 1240px;
  }
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
  .biz-ops-image {
    max-height: 420px;
  }
  .biz-ops-underline {
    width: 96px;
  }
}
@media (max-width: 575.98px) {
  .biz-ops-kicker-line {
    width: 40px;
  }
  .biz-ops-list li {
    font-size: 0.95rem;
  }
}

/* ====== VALUE-ADDED MANAGEMENT (VAM) ====== */
.vam-section {
  padding: 70px 0 80px;
  background: #fff;
}

.vam-heading {
  margin-bottom: 28px;
}

.vam-title {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #7f8b97;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
}

.vam-underline {
  display: inline-block;
  width: 120px;
  height: 4px;
  background: #af262c;
  border-radius: 999px;
  margin-top: 10px;
}

.vam-top {
  position: relative;
  margin-top: 10px;
}

.vam-block {
  max-width: 560px;
  position: relative;
}
.vam-block::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #b9b9b9;
}
.vam-block-right::after {
  display: none;
}

.vam-block-title {
  color: #af262c;
  font-size: 16px;
  font-style: normal;
  font-weight: 850;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Sackers Gothic Heavy", sans-serif;
}

.vam-ico {
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #af262c;

  margin-top: 2px;
  background-color: #ffc8c833;
}

.vam-text {
  margin: 12px 0 18px;
  color: #646464;
  font-size: 15px;
  font-style: normal;
  font-weight: 194;
  line-height: 24px;
}

.vam-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.vam-list li {
  position: relative;
  padding-left: 28px;
  color: #374151;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.vam-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: #af262c;
  font-size: 0.95rem;
}

.vam-divider-col {
  position: relative;
  width: 0;
}
.vam-divider {
  position: absolute;
  left: 50%;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: #d9d9d9;
  transform: translateX(-50%);
}

/* Image */
.vam-image-wrap {
  margin-top: 47px;
}

.vam-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

/* Responsive tweaks */
@media (max-width: 991px) {
  .vam-section {
    padding: 56px 0 64px;
  }
  .vam-block {
    max-width: 100%;
  }
  .vam-block::after {
    display: none;
  }
  .vam-image {
    border-radius: 12px;
  }

  .process-section .process-section-row .col-md-3 {
    padding: 0 5px !important;
  }
  .step-body {
    padding: 15px 12px;
  }
  .step-title {
    margin-bottom: 10px;
  }
  .step-desc {
    font-size: 13px !important;
  }
}

/* ===== Flexible Storage Solutions ===== */
.flex-storage-section {
  background: #fff;
}

.flex-storage-imgWrap {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
}
.flex-storage-imgWrap img {
  width: 100%;
  height: auto;
  display: block;
}
/* soft fade at bottom like screenshot */
.flex-storage-imgWrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 110px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 70%);
  pointer-events: none;
}

.flex-storage-title {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 28px;
  color: #798a9d;
  font-size: 27px;
  font-style: normal;
  font-weight: 850;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Sackers Gothic Heavy", sans-serif;
}
.flex-storage-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  height: 3px;
  background: #af262c;
  border-radius: 2px;
}

.flex-storage-ico {
  width: 34px;
  height: 34px;
  border-radius: 6px;
  background: #fdecee;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  margin-top: 2px;
}
.flex-storage-ico i {
  color: #af262c;
  font-size: 16px;
}

.flex-storage-blockTitle {
  color: #af262c;
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 850;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Sackers Gothic Heavy", sans-serif;
}

.flex-storage-text {
  max-width: 560px;
  color: #646464;
  font-size: 15px;
  font-style: normal;
  font-weight: 194;
  line-height: 24px;
}

.flex-storage-divider {
  margin: 26px 0;
  border-top: 1px solid #eaeaea;
  opacity: 1;
}

.flex-storage-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.flex-storage-list li {
  position: relative;
  padding-left: 26px;
  margin: 10px 0;
  color: #374151;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.flex-storage-list li::before {
  content: "\f00c"; /* fa-check */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #af262c;
  position: absolute;
  left: 0;
  top: 1px;
}

/* spacing tweaks on smaller screens */
@media (max-width: 991.98px) {
  .flex-storage-title::after {
    left: 0;
  }
  .flex-storage-imgWrap {
    max-width: 440px;
  }
}
@media (max-width: 575.98px) {
  .flex-storage-text {
    font-size: 0.95rem;
  }
}

/* ===== Business CTA ===== */
.biz-cta-section {
  background: #af262c; /* main red */
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.biz-cta-title {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 194;
  line-height: normal;
  font-family: "Acumin Variable Concept", sans-serif;
}

.biz-cta-text {
  margin: 0 auto;
  max-width: 680px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 194;
  line-height: 24px;
}

.biz-cta-actions {
  margin-top: 28px;
}

.biz-cta-btn {
  border-radius: 4px;
  padding: 14px 24px;
  transition: all 500ms ease;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 194;
  line-height: 24px;
}

/* left white button */
.biz-cta-btn-primary {
  background: #fff;
  color: #af262c;
  border-radius: 4px;
  background: #fff;
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.biz-cta-btn-primary:hover {
  transform: translateY(-1px);
  color: #af262c;
}

/* right outline button */
.biz-cta-btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.9);
}
.biz-cta-btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

/* mobile spacing */
@media (max-width: 575.98px) {
  .biz-cta-section {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .biz-cta-btn {
    min-width: 100%;
  }
}

.RememberMeCheckbox label {
  line-height: 24px;
  margin-bottom: 18px !important;
  color: #666;
  font-weight: 400;
}

/*===================
faq css  
=====================*/
.faq-page {
  padding-top: 120px;
}
.faq-innerpage-title {
  margin-bottom: 40px;
}
.faq-innerpage-title h1 {
  color: #000;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: -4.13px;
}
.faq-accordion .accordion-item {
  margin-bottom: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.faq-accordion .accordion-button {
  display: flex;
  justify-content: space-between;
  color: #000;
  background-color: transparent;
  font-weight: 600;
  font-family: "Sackers Gothic Heavy", sans-serif;
  box-shadow: none !important;
  letter-spacing: -1px;
}
.faq-accordion .accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.faq-accordion .accordion-button .bx {
  font-size: 22px;
}
.faq-accordion .accordion-button .bx-minus {
  display: none;
}
.faq-accordion .accordion-button .bx-plus {
  display: block;
}
.faq-accordion .accordion-button:not(.collapsed) .bx-minus {
  display: block;
}
.faq-accordion .accordion-button:not(.collapsed) .bx-plus {
  display: none;
}
.accordion-button:focus {
  box-shadow: none;
  outline: 0;
}
.accordion-button::after {
  display: none;
}
.faq-accordion .accordion-body {
  padding-top: 0;
}
.customer-portal-container h1,
.customer-portal-container h2,
.customer-portal-container h3,
.customer-portal-container h4,
.customer-portal-container h5,
.customer-portal-container h6,
.embed-content h1,
.embed-content h2,
.embed-content h3,
.embed-content h4,
.embed-content h5,
.embed-content h6,
.RentMyProductPrice,
.RentMyWrapperProductList h1,
.RentMyWrapperProductList h2,
.RentMyWrapperProductList h3,
.RentMyWrapperProductList h4,
.RentMyWrapperProductList h5,
.RentMyWrapperProductList h6,
.rentmy-innerpage-banner.productlist-banner h1,
.rentmy-innerpage-banner.cart-banner h1,
.RentMyCartWrapper h1,
.RentMyCartWrapper h2,
.RentMyCartWrapper h3,
.RentMyCartWrapper h4,
.RentMyCartWrapper h5,
.RentMyCartWrapper h6,
.signin-signup-title .LoginTitle,
.signin-signup-title .RegistrationTitle,
.RentMyCartNamePrice h4,
.RentMyCartTotalPrice h5,
.RentMyProductHeader h1 {
  letter-spacing: -1px;
  text-transform: uppercase;
}

/* .RentMyMiniCart .RentMyCartNamePrice h4,
.RentMyCartTotalPrice h5 {
  font-family: "Acumin Variable Concept", sans-serif !important;
  font-weight: 600;
} */
.rentmy-innerpage-banner ul li,
.rentmy-innerpage-banner ul li a,
.contact-content label {
  font-family: "Acumin Variable Concept", sans-serif !important;
}
.rentMyPaymentMethods .rentMyTitle {
  font-size: 17px;
}
.RentMyPageHeader h3 {
  font-size: 20px;
}
.RentMyPageHeader h1 {
  font-size: 20px;
}
.dashboard-welcome-section h2 {
  font-size: 25px;
}
.dashboard-welcome-section span {
  font-size: 18px;
}
.RentMyWrapper .RentMyBtn {
  font-size: 15px;
}
.RentMyProductHeader h1 {
  font-size: 20px;
}
.RentMyProductInfo h5 {
  font-size: 17px;
}
.list-view-product-name strong {
  font-size: 17px;
  letter-spacing: 0;
  font-family: "Sackers Gothic Heavy", sans-serif;
}
h5.RentMyProductPrice {
  font-size: 18px;
  font-family: "Acumin Variable Concept", sans-serif !important;
  text-transform: unset;
}
.RentMyMiniCart .RentMyCartNamePrice h4 {
  font-size: 13px;
}
.RentMySummeryTable tr th,
.RentMySummeryTable tr td {
  font-family: "Acumin Variable Concept", sans-serif !important;
}
.RentMySummeryTable tr td h5 {
  font-size: 15px;
}
.rentmy-innerpage-banner h1 {
  font-size: 20px;
}

/*======================== 
about us css
==========================*/
.about-main-content .hero-section {
  margin: 50px;
  margin-top: 140px;
  border-radius: 15px;
}
.about-main-content .hero-truck-image {
  background: url("https://s3.us-east-2.amazonaws.com/citystash.rentmy.co/content-image/1/media/1768554316_ay8abt1r_aboutbanner.png");
}
.about-main-content .hero-section a {
  border: 2px solid #af262c;
  background: #af262c;
}
.about-main-content h2,
.about-main-content .business-subtitle {
  color: #798a9d;
  letter-spacing: -1px;
}
.about-main-content .info-section-title {
  position: relative;
}
.about-main-content .info-section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: #af262c;
  width: 120px;
  height: 3px;
}
.admin-cart {
  position: relative;
}
.admin-cart .search-close-icon {
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .hero-section {
    padding: 120px 0;
    padding-bottom: 60px;
  }
  .about-main-content .hero-section {
    margin: 15px;
    margin-top: 85px;
  }
  .hero-heading {
    font-size: 30px;
    line-height: 30px;
  }
  .about-main-content .estimate-btn {
    font-size: 14px;
    padding: 13px 20px;
    max-width: 230px;
    min-width: 230px;
  }
  .info-section img {
    margin-bottom: 20px;
  }
  .about-main-content .info-section-title::after {
    display: none;
  }
  .admin-cart .search-close-icon button {
    font-size: 14px;
  }
  .estimate-btn {
    padding: 12px 15px;
    max-width: 250px;
    min-width: 250px;
  }
  .process-section-btn {
    padding: 12px 22px;
  }
  .about-section,
  .store-anything-section {
    padding: 60px 0;
  }

  .process-section {
    padding: 60px 0;
    padding-bottom: 10px;
  }
  .business-logistics-section {
    padding-top: 0;
  }
  .about-section {
    padding-bottom: 0;
  }
}

.RentMyContentBody {
  padding: 20px !important;
}
.rentMyCardContainer {
  overflow-x: auto;
}
.rentMyCardContainer:empty {
  display: none;
}
.rentMyPaymentMethods {
  min-height: auto !important;
}
.rentMyCardContainer {
  min-height: 155px;
  justify-content: center;
}
.payment-card-box {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .rentMyCardContainer {
    padding: 10px;
  }
  .payment-card-box {
    margin-top: 0;
  }
  .rentMyPaymentMethods .rentMyTitle {
    font-size: 15px;
  }
}
.RentMyCardHeader .no-items-alert .bg-light {
  background-color: transparent !important;
  text-align: left !important;
  padding-left: 0 !important;
  padding: 0 !important;
}
.RentMyCardBody .no-items-alert .bg-light {
  background-color: transparent !important;
}
.RentMyCardBody .RentMyCardHeader.RentMyCardHeaderResponsive {
  background-color: #eeeeee;
}
#RentMyCustomerLoginContainer .RentMyAlertMessage {
  background-color: #fff2f2;
  border: 1px solid #da8a8a;
  border-radius: 10px;
  color: #c61c26;
  padding: 15px 15px;
}
#RentMyCustomerLoginContainer .RentMyAlertMessage a {
  display: inline-block;
  background-color: #fff;
  font-weight: 600;
  letter-spacing: 0.7px;
  color: #c61c26;
  border: 1px solid #da8a8a;
  padding: 6px 12px;
  border-radius: 8px;
  margin-top: 10px;
  text-decoration: none !important;
}
#RentMyCustomerLoginContainer .RentMyAlertMessage a:hover {
  border: 1px solid #b26767;
  color: #ec4a55;
  text-decoration: none !important;
}
.RentMyOrderDetails .modal-dialog {
  max-width: 500px !important;
}
.RentMyOrderDetails .nav-tabs .nav-link[data-v-c95f581c] {
  color: #555 !important;
}
.RentMyOrderDetails .nav-tabs .nav-item.show .nav-link,
.RentMyOrderDetails .nav-tabs .nav-link.active {
  background-color: #41a6c1;
  color: #fff !important;
}
.RentMyOrderDetails .nav-tabs .nav-link.active[data-v-c95f581c] {
  color: #fff !important;
}
.RentMyAuthModalClose {
  top: 22px !important;
  right: 22px !important;
  outline: 0;
  box-shadow: none !important;
  position: absolute;
}
.modal-content.RentMyWrapper h3 u,
.modal-content.RentMyWrapper h3 {
  font-size: 22px !important;
}
.modal-content.RentMyWrapper h3 u {
  text-decoration: none !important;
}

@media (max-width: 992px) {
  .modal-content.RentMyWrapper h3 u,
  .modal-content.RentMyWrapper h3 {
    font-size: 18px !important;
  }
  .RentMyProductInfo {
    flex-wrap: wrap;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .list-view-product-name strong {
    text-align: left;
  }
  h5.RentMyProductPrice {
    text-align: left;
    font-size: 16px;
  }
  .all-products .RentMyProductCard .RentMyProductInfo .product_short_desc {
    width: 100%;
    font-size: 14px;
  }
  .product_short_desc p {
    margin-bottom: 0;
  }
  .RentMyProductInfo h5 strong,
  .RentMyProductInfo h5 {
    font-size: 14px;
  }
  .RentMyProductDetailsImgList {
    height: auto;
  }
  .RentMyProductDetailsImgList ul li img {
    width: 40px;
    height: 40px;
  }
  .RentMyProductDetailsImgList ul li {
    width: 60px;
    height: 60px;
  }
  .RentMyProductDetailsImgShow {
    margin-bottom: 0px;
  }
  .RentMyProductDetilsInfo {
    padding-top: 20px;
  }
  .RentMyProductPrice {
    font-size: 38px;
  }
  .RentMyProductDesTitle {
    font-size: 22px;
    padding-top: 20px;
    margin-bottom: 15px;
    line-height: 1.1;
  }
  .RentMyProductDescription {
    margin-top: 0;
  }
  h5.ProductPrice,
  .ProductPrice {
    font-size: 15px !important;
    margin-bottom: 15px;
  }
  .RentMyRelatedProductTitle {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .btn-close {
    background: none !important;
  }
  /* .RentMyOrderDetails .btn-close {
    background: transparent
      url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
      center / 1em auto no-repeat !important;
  } */
  #RentMyCustomerRegistrationContainer .RentMyRow .RentMyHalfwidth {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .RentMyAuthModalClose {
    top: 22px !important;
    right: 22px !important;
    outline: 0;
    box-shadow: none !important;
  }
  #RentMyCustomerRegistrationContainer .RentMyRow .RentMyHalfwidth:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #RentMyCustomerRegistrationContainer .RegistrationTitle,
  #RentMyCustomerLoginContainer .LoginTitle {
    font-size: 18px !important;
  }
  #RentMyCustomerRegistrationContainer .RegistrationElement[data-v-c95f581c],
  #RentMyCustomerLoginContainer .LoginElement[data-v-c95f581c] {
    padding: 32px 0px !important;
  }
  .RentMyFilter {
    margin-bottom: 6px;
  }
}
@media (max-width: 499px) {
  .RentMyProductCard {
    width: 100%;
  }
  .RentMyContentBody {
    padding: 14px !important;
  }
  .address-radio-text h5 {
    font-size: 12px;
  }
  .comm-log-modal .reply-form-area {
    padding: 8px !important;
  }
}
/* ============================================================
   Mobile Customer Portal Sidebar – Accordion Navigation
   Only applies at max-width 767px. Desktop is unchanged.
   ============================================================ */

/* Mobile trigger bar – hidden on desktop */
.rm-mob-nav-trigger {
  display: none;
}

@media (max-width: 880px) {
  /* --- Sidebar container --- */
   .customer-portal-container {
    padding-top: 100px;
  }
  .RentMyCustomPortalRow {
        flex-wrap: wrap;
    }
  .RentMyLeftSidebarmenu {
    position: relative;
    border-bottom: none !important;
    margin-bottom: 0px !important;
    z-index: 10;
    padding: 10px;
    width: 100%;
  }

  .RentMyLeftSidebarmenuInner {
    border-right: none !important;
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08) !important;
  }

  /* --- Mobile trigger bar --- */
  .rm-mob-nav-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 16px;
    cursor: pointer;
    background: var(--rentmy-bg, #ffffff);
    border-bottom: 1px solid var(--rentmy-border, #eeeeee);
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: background 0.2s ease;
  }

  .rm-mob-nav-trigger:active {
    background: #f7f7f7;
  }

  .rm-mob-trigger-left {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .rm-mob-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
  }

  .rm-mob-avatar i {
    font-size: 26px;
    color: #999;
    line-height: 1;
  }

  .rm-mob-trigger-label {
    font-size: 15px;
    font-weight: 500;
    color: #3c3b3b;
  }

  .rm-mob-chevron {
    font-size: 17px;
    color: #999;
    transition: transform 0.3s ease;
    flex-shrink: 0;
  }

  /* Chevron rotates when expanded */
  .RentMyLeftSidebarmenuInner.rm-nav-expanded .rm-mob-chevron {
    transform: rotate(180deg);
  }

  /* --- Collapsible body (profile image + menu items) --- */
  .rm-mob-nav-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
  }

  .RentMyLeftSidebarmenuInner.rm-nav-expanded .rm-mob-nav-body {
    max-height: 700px;
  }

  /* --- Profile image row inside expanded panel --- */
  .RentMyProfileImge {
    display: flex !important;
    align-items: center;
    width: auto !important;
    height: auto !important;
    padding: 14px 16px !important;
    margin: 0 !important;
    background: var(--rentmy-bg, #ffffff);
    border-bottom: 1px solid var(--rentmy-border, #eeeeee);
  }

  .RentMyProfileImge img {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    border: 2px solid #ddd !important;
    padding: 2px;
    object-fit: cover;
    flex-shrink: 0;
  }

  .RentMyProfileChangeIcon {
    position: static !important;
    margin-left: 10px;
    width: 28px !important;
    height: 28px !important;
  }

  /* --- Menu items --- */
  .RentMySideMenu {
    background: var(--rentmy-bg, #ffffff);
    padding: 6px 0;
  }

  .RentMySideMenu ul {
    margin: 0;
    padding: 0;
  }

  .RentMySideMenu ul li {
    list-style: none;
  }

  .RentMySideMenu ul li a {
    display: flex !important;
    align-items: center;
    padding: 13px 16px !important;
    font-size: 14px !important;
    font-weight: 400;
    color: #555 !important;
    border-bottom: 1px solid #f3f3f3 !important;
    text-decoration: none !important;
    transition:
      background 0.18s ease,
      color 0.18s ease;
    -webkit-tap-highlight-color: transparent;
    gap: 12px;
  }

  .RentMySideMenu ul li a i {
    font-size: 20px !important;
    color: #aaa !important;
    margin-right: 0 !important;
    width: 22px;
    text-align: center;
    flex-shrink: 0;
    transition: color 0.18s ease;
  }

  .RentMySideMenu ul li a.active {
    background: #fff5f3 !important;
    color: #ea1e00 !important;
  }

  .RentMySideMenu ul li a.active i {
    color: #ea1e00 !important;
  }

  .RentMySideMenu ul li:last-child a {
    border-bottom: none !important;
  }

  /* Badge alignment */
  .RentMySideMenu ul li a .badge {
    margin-left: auto;
    font-size: 11px;
    padding: 3px 7px;
    border-radius: 10px;
  }
  .RentMyProductDetilsInfo {
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .modal.invoice-details-modal .modal-dialog[data-v-9da93582] {
    max-width: 1100px !important;
  }
  .modal.RentMyOrderDetails .modal-dialog {
    max-width: 900px !important;
  }
}

/* ============================================================
   Product List – Mobile UI  (max-width: 767px only)
   Horizontal card: image-left | name+price+qty right.
   Brand color: #ea1e00. Desktop untouched.
   ============================================================ */
@media (max-width: 767px) {
  /* ---- Page header ---- */
  .RentMyWrapperProductList .RentMyProductWrapper {
    padding: 12px !important;
  }

  .RentMyWrapperProductList .RentMyProductHeader {
    align-items: center;
    margin-bottom: 0px;
    padding-bottom: 10px;
    gap: 8px;
  }

  .RentMyWrapperProductList .RentMyProductHeader h1 {
    font-size: 18px !important;
    font-weight: 600;
    color: #3c3b3b;
    margin-bottom: 0;
  }

  .RentMyWrapperProductList .RentMySearchBox {
    width: 100%;
  }

  /* "13 Items Available" – number in brand color */
  .RentMyWrapperProductList .RentMyFilter p {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    margin-bottom: 0px;
  }

  .RentMyWrapperProductList
    .RentMyFilter
    p
    span[data-rentmyattr="RentMyProductAvailableItem"] {
    color: #ea1e00;
    font-weight: 700;
  }

  /* ---- Single-column list ---- */
  .RentMyWrapperProductList .all-products {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px;
    margin: 0 !important;
  }

  /* ---- Card shell ---- */
  .RentMyWrapperProductList .RentMyProductCard {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    border: none !important;
    border-radius: 16px !important;
    overflow: hidden;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.07) !important;
    background: #ffffff;
  }

  /* ---- Grid layout: image left, content right ---- */
  .RentMyWrapperProductList .RentMyProductCard .card-body {
    display: grid !important;
    grid-template-columns: 130px 1fr !important;
    grid-template-rows: 1fr auto !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    min-height: 140px;
  }

  /* ---- Image: spans full height on the left ---- */
  .RentMyWrapperProductList .RentMyProductImage {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    width: 130px !important;
    min-width: 130px !important;
    max-width: 130px !important;
    height: 100% !important;
    min-height: 140px;
    padding: 0 !important;
    flex: none !important;
    overflow: hidden;
    background: transparent;
    border: none;
    border-right: 1px solid #f5f5f5 !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .RentMyWrapperProductList .RentMyProductImage img {
    width: 100% !important;
    height: 100%;
    min-height: 140px;
    object-fit: contain;
    object-position: center;
  }

  /* ---- Product info: top-right ---- */
  .RentMyWrapperProductList .RentMyProductInfo,
  .RentMyWrapperProductList
    .all-products
    .RentMyProductCard
    .RentMyProductInfo {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding: 16px 16px 8px !important;
    display: block !important;
    align-self: start;
  }

  .RentMyWrapperProductList .list-view-product-name {
    margin-bottom: 6px;
  }

  .RentMyWrapperProductList .list-view-product-name strong {
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: 700;
    color: #1a1a1a;
    text-align: left !important;
    display: block !important;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }

  /* Price: large number + small "per month" inline */
  .RentMyWrapperProductList h5.RentMyProductPrice {
    display: flex !important;
    align-items: baseline;
    gap: 5px;
    font-size: 22px !important;
    font-weight: 800;
    color: #be2b27 !important;
    text-align: left !important;
    margin-top: 4px;
    margin-bottom: 2px;
    line-height: 1.2 !important;
  }

  .RentMyWrapperProductList h5.RentMyProductPrice small {
    font-size: 13px !important;
    font-weight: 400;
    color: #999;
    line-height: 1;
  }

  /* Hide description */
  /* .RentMyWrapperProductList .product_short_desc {
    display: none !important;
  } */

  /* ---- Qty controls: bottom-right ---- */
  .RentMyWrapperProductList .RentMyProductActions {
    grid-column: 2 !important;
    grid-row: 2 !important;
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 16px 16px !important;
    align-self: end;
  }

  .RentMyWrapperProductList .RentMyQtyBox {
    background: transparent !important;
    border: 1px solid #dee7ea !important;
    border-radius: 10px;
    padding: 5px 6px;
    height: 42px;
    width: 100%;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .RentMyWrapperProductList .RentMyQtyBtn {
    width: 42px !important;
    height: 30px;
    min-width: 30px;
    border-radius: 8px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: none;
    cursor: pointer;
  }
  .RentMyWrapperProductList .RentMyQtyBtn svg {
    width: 14px;
    height: 14px;
  }
  .RentMyWrapperProductList .RentMyQtyBtnMinus {
    background: #dee7ea !important;
  }

  .RentMyWrapperProductList .RentMyQtyBtnMinus svg path {
    stroke: #0d3745;
  }

  .RentMyWrapperProductList .RentMyQtyBtnPlus {
    background: #0d3745 !important;
  }

  .RentMyWrapperProductList .RentMyQtyBtnPlus svg path {
    fill: #ffffff;
  }

  .RentMyWrapperProductList .RentMyQtyBox .form-control {
    font-size: 16px !important;
    font-weight: 700;
    background: transparent;
    border: none !important;
    box-shadow: none !important;
    flex: 1;
    text-align: center;
    padding: 0 !important;
    height: auto !important;
    color: #1a1a1a;
    min-width: 0;
  }
}

/* ======================================================
   Dashboard – Mobile UI (max-width: 767px)
   Covers: Dashboard, Pickup, Delivery, Details areas
   ====================================================== */
@media (max-width: 767px) {
  /* ── Dashboard Home: Welcome ── */
  .RentMyCard {
    border-radius: 6px;
  }
  .dashboard-welcome-section h1 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 6px;
  }
  .dashboard-welcome-section h1 span {
    font-size: 22px;
  }
  .dashboard-welcome-section span {
    font-size: 15px;
  }

  /* ── Dashboard Home: Stored-items card header ── */
  .DashboardCard .RentMyCardHeaderResponsive {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    min-height: unset;
  }
  .DashboardCard .RentMyCardHeaderResponsive .RentMyCardLeftSide {
    width: 100%;
    gap: 5px;
  }
  .DashboardCard .RentMyCardHeaderResponsive .RentMyCardRightSide {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  /* Next Est. Bill – full width pill */
  .next-estimate-bill {
    width: 100%;
    min-width: unset;
    justify-content: space-between;
    padding: 10px 14px;
    height: auto;
    border-radius: 8px;
  }
  .next-estimate-bill span {
    font-size: 13px;
  }
  .next-estimate-bill b {
    font-size: 17px;
  }

  /* Pickup / Delivery action buttons – full-width row */
  .RentMyWrapper .RentMyBtn.RentMyPickupBtn,
  .RentMyWrapper .RentMyBtn.RentMyDeliveryBtn {
    flex: 1;
    width: 100%;
    min-height: 44px;
    max-height: 44px;
    font-size: 15px;
    border-radius: 8px;
  }
  .DashboardCard
    .RentMyCardHeaderResponsive
    .RentMyCardRightSide
    > .RentMyPickupBtn,
  .DashboardCard
    .RentMyCardHeaderResponsive
    .RentMyCardRightSide
    > .RentMyDeliveryBtn {
    width: 100%;
  }

  /* ── Dashboard Home: Requested Delivery / Pickup list headers ── */
  .request-pickup-header,
  .request-delivery-header {
    padding: 12px;
    border-radius: 8px;
  }
  .request-pickup-header h3,
  .request-delivery-header h3 {
    font-size: 16px;
  }
  .request-item-pickuplist,
  .request-item-deliverylist {
    padding: 12px 10px;
    border-radius: 8px;
  }
  .pickuplist-headersection,
  .deliverylist-headersection {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-bottom: 12px;
  }
  .pickuplist-headersection > span,
  .deliverylist-headersection > span {
    font-size: 14px;
    line-height: 1.4;
  }
  .pickup-date-dotmenu,
  .delivery-date-dotmenu {
    width: 100%;
    justify-content: space-between;
  }

  /* ── Pickup / Delivery: Step indicator ── */
  .pickup-step {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }
  .pickup-step-line {
    padding-right: 45px;
    flex-shrink: 0;
  }
  .pickup-step-number {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .pickup-step-text {
    font-size: 13px;
  }
  .pickup-step-line::after {
    width: 28px;
    right: 10px;
    top: 16px;
  }

  /* ── Pickup / Delivery: card header (title + search) ── */
  .DashboardCard .RentMyCardHeader {
    /* flex-direction: column;
    align-items: flex-start; */
    gap: 0px;
    padding: 14px;
    border-radius: 6px;
  }
  .DashboardCard .RentMyCardHeader .RentMyCardRightSide {
    /* width: 100%;
    flex-direction: column;
    align-items: stretch; */
    gap: 8px;
    margin-top: 10px;
  }
  .RentMyWrapper .RentMyCardRightSide .search-input {
    /* width: 100%;
    min-height: 42px;
    max-height: 42px; */
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 0 12px;
  }

  /* ── Category tabs – horizontal scroll ── */
  .CategoryTab {
    overflow: hidden;
  }
  .CategoryTab.rm-cattab-open {
    overflow: visible;
  }
  .CategoryTabInner {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .CategoryTabInner::-webkit-scrollbar {
    display: none;
  }
  .CategoryTabInner ul {
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  /* ── Pickup item store (selected-items panel) ── */
  .pickup-itemstore {
    padding: 16px;
    border-radius: 10px;
  }
  .pickup-itemsstore-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-bottom: 14px;
  }
  .pickup-itemsstore-title h3 {
    font-size: 17px;
  }
  .pickup-itemsstore-title button {
    width: 100%;
    height: 42px;
    border-radius: 8px;
    font-size: 15px;
  }
  .pickup-note-input {
    width: 100%;
  }
  .pickup-img-area {
    width: 100%;
    margin-top: 10px;
  }

  /* ── Pickup / Delivery: Step 2 confirm panel ── */

  .cp-pickup-summery,
  .cp-pickup-paymentmethods,
  .cp-pickup-address,
  .cp-pickup-finalsummery {
    padding: 14px;
    margin-bottom: 16px;
    border-radius: 10px;
  }
  .cp-pickup-subtitle {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
  }
  .cp-pickup-subtitle h4 {
    font-size: 18px;
  }
  .cp-pickup-subtitle a {
    font-size: 14px;
    width: 100%;
    text-align: left;
  }

  /* Summary table – full width */
  .RentMyTable.TableBorderNone {
    width: 100%;
  }
  .TableBorderNone tr td {
    font-size: 15px;
  }
  .cp-pickup-summery .col-md-6.offset-md-6 {
    width: 100%;
    margin-left: 0;
  }

  /* Payment method row */
  .pickup-paymentmethod-list {
    height: auto;
    padding: 10px;
    gap: 0px;
    border-radius: 8px;
  }
  .paymentmethod-img-number {
    gap: 12px;
  }
  .cp-pickup-paymentmethods img {
    width: 48px;
  }
  .cp-pickup-paymentmethods h5 {
    font-size: 12px;
  }

  /* Address list row */
  .pickup-address-list {
    height: auto;
    padding: 14px;
    flex-wrap: wrap;
    gap: 10px;
    border-radius: 8px;
  }
  .address-radio-text {
    gap: 0px;
    flex: 1;
  }
  .address-radio-text h5 {
    font-size: 12px;
    line-height: 1.4;
  }
  .pickup-address-action {
    display: flex;
    gap: 10px;
  }

  /* ── Next / Previous buttons bar ── */
  .pickup-next-preview {
    gap: 10px;
    padding-top: 6px;
  }
  .RentMyWrapper .RentMyBtn.pickup-preview-btn,
  .RentMyWrapper .RentMyBtn.pickup-next-btn {
    flex: 1;
    min-height: 44px;
    max-height: 44px;
    font-size: 15px;
    border-radius: 8px;
  }

  /* ── Details area: card header right side ── */
  [data-rentmyattr="RequestDetails"] .RentMyCardHeader {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 14px;
  }
  [data-rentmyattr="RequestDetails"] .RentMyCardHeader .d-flex {
    width: 100%;
    gap: 10px;
  }
  [data-rentmyattr="RequestDetails"] .RentMyCardHeader .RentMyCardRightSide {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  [data-rentmyattr="RequestDetails"]
    .RentMyCardHeader
    .RentMyCardRightSide
    > div {
    font-size: 14px;
    line-height: 1.4;
    word-break: break-word;
  }
  [data-rentmyattr="RequestDetails"]
    .RentMyCardHeader
    .RentMyCardRightSide
    .RentMyBtn {
    width: 100%;
    height: 42px;
    font-size: 15px;
    border-radius: 8px;
    justify-content: center;
  }
}

/* ── Extra-small tweaks (≤ 480 px) ── */
@media (max-width: 480px) {
  .dashboard-welcome-section h1,
  .dashboard-welcome-section h1 span {
    font-size: 20px;
    margin-bottom: 0;
  }
  .next-estimate-bill b {
    font-size: 16px;
  }
  .DashboardCard .RentMyCardTitle {
    font-size: 15px;
  }
  .cp-pickup-subtitle h4 {
    font-size: 17px;
  }
  .pickup-step-line {
    padding-right: 36px;
  }
  .pickup-step-line::after {
    width: 20px;
    right: 8px;
  }
}

/* ================================
   Mobile Bottom Navigation
================================ */
.mobile-bottom-nav {
  display: none;
}

.mbn-overlay {
  display: none;
}

@media (max-width: 999px) {
  /* Hide all top mobile nav items except the hamburger toggle */
  #RENTMY_MOBILE_MENU > ul > li:not(:has(.rentmy-mobile-menubar)) {
    display: none !important;
  }

  /* Body padding so footer content isn't hidden behind bottom nav */
  body {
    padding-bottom: 65px;
  }

  /* Bottom nav bar */
  .mobile-bottom-nav {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 65px;
    background: #ffffff;
    box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    align-items: stretch;
    justify-content: space-around;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .mbn-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 100%;
    cursor: pointer;
    text-decoration: none !important;
    color: #888888;
    padding: 6px 0 4px;
    transition: color 0.2s ease;
    position: relative;
    -webkit-tap-highlight-color: transparent;
  }

  .mbn-item i {
    font-size: 23px;
    line-height: 1;
    margin-bottom: 3px;
    display: block;
  }

  .mbn-item > span {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    line-height: 1;
    display: block;
  }

  .mbn-item.active {
    color: #af262c;
    text-decoration: none !important;
  }

  /* Cart icon wrapper with badge */
  .mobile-bottom-nav .mbn-item .icon-area {
    position: relative;
    display: inline-block;
    margin-bottom: 3px;
    padding: 0;
    text-align: center;
  }

  .mobile-bottom-nav .mbn-item .icon-area i {
    margin-bottom: 0;
    font-size: 23px;
    display: block;
  }

  .mobile-bottom-nav .mbn-item .icon-area .count {
    position: absolute;
    top: -8px;
    right: -10px;
    min-width: 16px;
    height: 16px;
    background: #af6137;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3px;
  }

  .mobile-bottom-nav .mbn-item .icon-area .count span {
    font-size: 9px !important;
    color: #fff !important;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1;
  }

  /* Cart popup - positioned above bottom nav */
  .mobile-bottom-nav .RentMyMiniCart .RentMyCartBody {
    position: fixed !important;
    bottom: 65px !important;
    top: auto !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    max-height: 72vh !important;
    overflow-y: auto !important;
    z-index: 1002 !important;
    border-radius: 14px 14px 0 0 !important;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15) !important;
  }

  .mobile-bottom-nav .RentMyTopArrow {
    display: none !important;
  }

  /* Account popup */
  .mbn-account-popup {
    display: none;
    position: fixed;
    bottom: 59px;
    left: 0;
    right: 0;
    background: #ffffff;
    border-radius: 14px 14px 0 0;
    z-index: 999;
    padding: 8px 0;
  }

  .mbn-account-popup.is-open {
    display: block;
  }

  .mbn-account-popup ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mbn-account-popup ul li a {
    display: block;
    padding: 15px 24px;
    color: #2a2a2a;
    font-size: 15px;
    font-weight: 500;
    border-bottom: none !important;
    text-decoration: none;
    transition:
      background 0.15s,
      color 0.15s;
  }
  .mbn-account-popup ul .RentMy-client-portal-page a {
    border-bottom: 1px solid #f2f2f2 !important;
  }
  .mbn-account-popup ul li:nth-child(2) a {
    border-top: none !important;
  }

  .mbn-account-popup ul li:last-child a {
    border-bottom: none;
  }

  .mbn-account-popup ul li a:hover {
    background: #fdf7f3;
    color: #af6137;
  }

  /* Scrim overlay for account popup */
  .mbn-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99;
    display: none;
  }

  .mbn-overlay.is-open {
    display: block;
  }

  /* Active account button state */
  #mbn-account.is-active {
    color: #af6137;
  }
  .mbn-item.RentMyMiniCart::after {
    content: "Cart";
    position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .RentMyWrapperInpageCartWidget #InpageCartWidgetLauncher {
    bottom: 72px;
  }
  .RentMyWrapperInpageCartWidget #Sidebar {
    z-index: 9999;
  }

  /* ======================================================
   Customer Profile – Mobile UI (max-width: 767px)
   ====================================================== */
  @media (max-width: 767px) {
    /* Tighten outer wrapper padding on mobile */
    #RentMyCustomerProfileContainer .RentMyContentBody {
      padding: 16px !important;
    }
    #RentMyCustomerProfileContainer .RentMyContentBodyInner {
      padding: 16px !important;
      border-radius: 10px;
    }
    #RentMyCustomerProfileContainer .RentmyCustomerAddessList .Address {
      gap: 10px;
    }
    /* ── Profile info card ── */
    .RentMyCustomerInfo {
      display: flex;
      flex-direction: column;
      gap: 16px;
      padding-bottom: 20px;
      border-bottom: 1px solid #eeeeee;
      margin-bottom: 20px;
    }
    .RentmyCustomerDetails {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }
    .RentmyCustomerDetails h5 {
      font-size: 20px;
      font-weight: 600;
      color: #2a2a2a;
      margin-bottom: 4px;
    }
    .RentmyCustomerDetails p {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
      color: #555;
      margin-bottom: 0 !important;
      line-height: 1.5;
    }
    .RentmyCustomerDetails p i {
      font-size: 17px;
      color: #888;
      flex-shrink: 0;
    }

    /* Edit button – full-width, touch-friendly */
    .RentMyEditArea {
      width: 100%;
    }
    .RentMyEditArea .RentMyEditBtn {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 44px;
      border-radius: 8px;
      font-size: 15px;
      font-weight: 500;
    }

    /* ── Profile edit form ── */
    #RentmyCustomerEditForm .RentMyRow {
      display: flex;
      flex-wrap: wrap;
      gap: 0;
    }
    #RentmyCustomerEditForm .RentMyHalfwidth,
    #RentmyCustomerEditForm .RentMyFullwidth {
      flex: 0 0 100% !important;
      max-width: 100% !important;
      width: 100% !important;
      padding: 0;
      margin-bottom: 14px;
    }
    #RentmyCustomerEditForm .RentMyInputField {
      height: 46px;
      font-size: 15px;
      border-radius: 8px;
      padding: 0 14px;
      width: 100%;
    }
    #RentmyCustomerEditForm label {
      font-size: 13px;
      font-weight: 500;
      color: #555;
      margin-bottom: 6px;
      display: block;
    }

    /* Submit / Cancel button row */
    #RentmyCustomerEditForm .RentMyButtonGroup {
      display: flex;
      gap: 10px;
      width: 100%;
      flex: 0 0 100% !important;
      max-width: 100% !important;
      margin-top: 4px;
      margin-bottom: 0;
    }
    #RentmyCustomerEditForm .RentMyCustomerInfoSubmit,
    #RentmyCustomerEditForm .RentMyCustomerInfoCancel {
      flex: 1;
      height: 46px;
      border-radius: 8px;
      font-size: 15px;
      font-weight: 500;
    }

    /* ── Address list section – mobile spacing only ── */
    #RentmyCustomerAddessList {
      margin-top: 24px;
    }
    .FlexHeader .addAddress {
      width: 36px;
      height: 36px;
      padding: 0;
      font-size: 16px;
    }

    /* ── Address add/edit form ── */
    #RentmyAddressAddEditForm {
      margin-top: 20px;
      padding-top: 20px;
      border-top: 1px solid #eee;
    }
    #RentmyAddressAddEditForm .row {
      --bs-gutter-x: 0;
      gap: 0;
    }
    #RentmyAddressAddEditForm .RentMyInputGroup {
      flex: 0 0 100% !important;
      max-width: 100% !important;
      width: 100% !important;
      padding-left: 0 !important;
      padding-right: 10px;
      margin-bottom: 10px;
    }
    #RentmyAddressAddEditForm .RentMyInputField,
    #RentmyAddressAddEditForm select.RentMyInputField {
      height: 46px;
      font-size: 15px;
      border-radius: 8px;
      padding: 0 14px;
      width: 100%;
    }
    #RentmyAddressAddEditForm label {
      font-size: 14px;
      font-weight: 500;
      color: #555;
      margin-bottom: 3px;
      display: block;
    }

    /* Address form buttons */
    #RentmyAddressAddEditForm .col-12 {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      padding: 0;
      margin-top: 4px;
    }
    #RentmyAddressAddEditForm #RentmyAddressAddBtn,
    #RentmyAddressAddEditForm #RentmyAddressUpdateBtn,
    #RentmyAddressAddEditForm #RentmyAddressCancelBtn {
      flex: 1;
      min-width: 0;
      height: 46px;
      border-radius: 8px;
      font-size: 15px;
      font-weight: 500;
    }
  }

  /* ── ≤ 480 px fine-tuning ── */
  @media (max-width: 480px) {
    .RentmyCustomerDetails h5 {
      font-size: 18px;
    }
    .AddressHeader {
      font-size: 16px;
    }
    #RentmyAddressAddEditForm #RentmyAddressAddBtn,
    #RentmyAddressAddEditForm #RentmyAddressUpdateBtn,
    #RentmyAddressAddEditForm #RentmyAddressCancelBtn {
      flex: 0 0 48%;
    }
  }
  .RentMyWrapper .RentMyCustomerInfoCancel {
    margin-left: 0;
  }
}

/* ======================================================
   Address Body – All Screen Sizes
   ====================================================== */

/* Section wrapper */
#RentmyCustomerAddessList {
  margin-top: 28px;
}

/* Header row: "Address" title + "+" button */
.FlexHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
  margin-bottom: 16px;
  border-bottom: 2px solid #f2f2f2;
}
.AddressHeader {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 0;
}
.AddressHeader::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 18px;
  background: #af6137;
  border-radius: 3px;
  flex-shrink: 0;
}
.FlexHeader .addAddress {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 36px;
  padding: 0 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  background-color: #af6137;
  color: #ffffff !important;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.FlexHeader .addAddress:hover {
  background-color: #8e4f2c;
  color: #ffffff !important;
}
.FlexHeader .addAddress i {
  font-size: 14px;
}

/* Address cards grid */
.AddressBody {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
}

/* Single address card */
[data-rentmyattr="AddressGroup"] {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 16px 18px 14px;
  transition:
    box-shadow 0.2s ease,
    border-color 0.2s ease;
  position: relative;
}
[data-rentmyattr="AddressGroup"]:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border-color: #d0c8c2;
}

/* Type badge — e.g. "Primary", "Home", "Office" */
.AddressSubHeader {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}

/* Address row: text + action buttons */
[data-rentmyattr="Address"] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
[data-rentmyattr="Address"] label {
  font-size: 14px;
  color: #3c3b3b;
  line-height: 1.6;
  flex: 1;
  margin-bottom: 0;
  cursor: default;
  padding-left: 2px;
}

/* Action buttons */
.Actions {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  flex-shrink: 0;
  padding-top: 2px;
}
.biling-address-edit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 32px !important;
  height: 32px !important;
  border-radius: 8px !important;
  padding: 0 !important;
  font-size: 15px !important;
  border: 1px solid #e6e6e6 !important;
  background: #f8f8f8 !important;
  color: #666 !important;
  float: none !important;
  transition:
    background 0.15s ease,
    border-color 0.15s ease,
    color 0.15s ease;
  cursor: pointer;
}
.biling-address-edit span {
  display: flex;
}
.biling-address-edit:hover {
  border-color: #af6137 !important;
  background: #fdf7f3 !important;
  color: #af6137 !important;
  box-shadow: none !important;
}
/* Trash button: red on hover */
.biling-address-edit[data-rentmyattr="IconTrash"]:hover {
  border-color: #ef4444 !important;
  background: #fef2f2 !important;
  color: #ef4444 !important;
}
.blog-title {
  font-size: 34px;
}
.blog-title a {
  color: #fff;
}
.blog-title a::after {
  content: none !important;
}
.content a::after {
  content: none;
}
.blog-img::after {
  content: "" !important;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgb(0 0 0 / 5%) 40%,
    rgb(0 0 0 / 90%) 100%
  );
  transition: background-color 0.3s ease;
}
.blog-list-content .tabs .overlay {
  padding-bottom: 10px;
}
.blog-list-content p {
  margin-bottom: 4px;
}
.read_more {
  color: #ea1e00;
}
.dynamic_page_title-blog {
  font-size: 34px !important;
}
.rentmy-innerpage-banner-blog {
  margin-top: 150px;
  height: auto !important;
  min-height: auto !important;
}
.blog-date {
  font-size: 14px;
}

/* Mobile: single-column grid */
@media (max-width: 767px) {
  .AddressBody {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  [data-rentmyattr="AddressGroup"] {
    padding: 14px 16px 12px;
    border-radius: 10px;
  }
  .AddressHeader {
    font-size: 16px;
  }
  .AddressSubHeader {
    padding: 0px;
    margin-bottom: 0px !important;
  }
  [data-rentmyattr="Address"] label {
    font-size: 14px;
  }
  .FlexHeader .addAddress {
    padding: 0 12px;
    height: 34px;
    font-size: 13px;
  }
  .rentmy-innerpage-banner-blog {
    margin-top: 105px;
    height: auto !important;
    min-height: auto !important;
  }
  .blog-title {
    font-size: 26px;
  }
  .RentMyWrapper .RentMyBtn.pickup-next-btn,
  .RentMyWrapper .RentMyBtn.pickup-preview-btn {
    padding: 0.375rem 0.75rem;
  }
}
@media (max-width: 410px) {
  .RentMyWrapper .RentMyBtn.pickup-next-btn,
  .RentMyWrapper .RentMyBtn.pickup-preview-btn {
    padding: 0.375rem 0.2rem;
    font-size: 13px;
  }
}

/*==============================
  Service Area Section (Home)
================================*/
.cs-service-area-section {
  background-color: #f8f9fa;
  padding: 80px 0;
}
/* Eyebrow */
.cs-service-area-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: #af262c;
  position: relative;
}

.cs-service-area-eyebrow::before {
  background-color: #af262c;
  content: "";
  width: 72px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.cs-service-area-eyebrow p {
  font-size: 20px !important;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  padding-left: 78px;
  text-transform: uppercase;
  margin-bottom: 0;
}

/* Title */
.cs-service-area-title {
  color: #0d3745;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 14px;
}
.cs-service-area-title span {
  color: #af262c;
}
.cs-service-area-desc {
  color: #666;
  font-size: 15px;
  line-height: 1.65;
  max-width: 600px;
  margin-bottom: 40px;
}
/* Grid */
.cs-service-area-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
/* Card */
.cs-service-area-col {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 28px;
}
/* Card header row */
.cs-service-area-col-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.cs-service-area-col-icon {
  width: 44px;
  height: 44px;
  background-color: #fdecea;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #af262c;
  font-size: 20px;
  flex-shrink: 0;
}
.cs-service-area-col-title {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #0d3745;
  margin-bottom: 0;
  padding-bottom: 6px;
  border-bottom: 2px solid #af262c;
  display: inline-block;
}
/* Tags */
.cs-service-area-tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cs-service-area-tags li a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 8px 14px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  background: #fff;
  transition:
    border-color 0.2s,
    color 0.2s;
}
.cs-service-area-tags li a::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f3c5";
  color: #af262c;
  font-size: 13px;
}
.cs-service-area-tags li a:hover {
  border-color: #af262c;
  color: #af262c;
}
/* CTA card */
.cs-service-area-cta {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.cs-service-area-cta-icon {
  width: 48px;
  height: 48px;
  background-color: #fdecea;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ea1e00;
  font-size: 22px;
  flex-shrink: 0;
}
.cs-service-area-cta-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.cs-service-area-cta-text strong {
  color: #0d3745;
  font-size: 16px;
  font-weight: 700;
}
.cs-service-area-cta-text span {
  color: #777;
  font-size: 14px;
}
.cs-service-area-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #af262c;
  color: #fff !important;
  text-decoration: none !important;
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  transition: background-color 0.25s;
}
.cs-service-area-cta-btn:hover {
  background-color: #ea1e00;
}
@media (max-width: 767px) {
  .cs-service-area-section {
    padding: 50px 0;
  }
  .cs-service-area-title {
    font-size: 26px;
  }
  .cs-service-area-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .cs-service-area-cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .cs-service-area-col{
    padding: 18px 15px;
  }
  .cs-service-area-tags li a{
    padding: 8px 9px;
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .cs-service-area-section {
    padding: 40px 0;
  }
  .cs-service-area-title {
    font-size: 22px;
  }
  .cs-service-area-desc {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .cs-service-area-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Fix count badge clipping for 3+ digit numbers */
.count,
.RentMyWishlistCounter .icon-area .count {
  width: auto !important;
  min-width: 15px !important;
  height: 15px !important;
  border-radius: 10px !important;
  padding: 0 3px !important;
  box-sizing: border-box !important;
}
.modal.RentMyOrderDetails .modal-body{
  padding: 24px !important;
}
.modal-header .btn-close i{
  display: none !important;
}
.RentMyOrderDetails .RentMyWrapper .RentMyDangerBtn,
.RentMyOrderDetails .RentMyWrapper .RentMySubmitBtn{
  height: 38px;
}
.RentMyOrderDetails .RentMyWrapper .RentMyInputGroup{
  display: flex;
  align-items: center;
  gap: 8px;
}
#RentMyAuthTabContent .RegistrationElement,
#RentMyAuthTabContent .LoginElement{
  box-shadow: none !important;
}
@media (max-width: 1024px){
  .hero-section {
        padding: 120px 0;
        padding-bottom: 60px;
  }
  .process-section .row{
    gap: 24px 0;
  }
  .step-card{
    max-width: 100%;
    width: 100%;
  }
   /* ---- Single-column list ---- */
  .RentMyWrapperProductList .all-products {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px;
    margin: 0 !important;
  }

  /* ---- Card shell ---- */
  .RentMyWrapperProductList .RentMyProductCard {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    border: none !important;
    border-radius: 16px !important;
    overflow: hidden;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.07) !important;
    background: #ffffff;
  }

  /* ---- Grid layout: image left, content right ---- */
  .RentMyWrapperProductList .RentMyProductCard .card-body {
    display: grid !important;
    grid-template-columns: 130px 1fr !important;
    grid-template-rows: 1fr auto !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    min-height: 140px;
  }

  /* ---- Image: spans full height on the left ---- */
  .RentMyWrapperProductList .RentMyProductImage {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    width: 130px !important;
    min-width: 130px !important;
    max-width: 130px !important;
    height: 100% !important;
    min-height: 140px;
    padding: 0 !important;
    flex: none !important;
    overflow: hidden;
    background: transparent;
    border: none;
    border-right: 1px solid #f5f5f5 !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .RentMyWrapperProductList .RentMyProductImage img {
    width: 100% !important;
    height: 100%;
    min-height: 140px;
    object-fit: contain;
    object-position: center;
  }

  /* ---- Product info: top-right ---- */
  .RentMyWrapperProductList .RentMyProductInfo,
  .RentMyWrapperProductList
    .all-products
    .RentMyProductCard
    .RentMyProductInfo {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding: 16px 16px 8px !important;
    display: block !important;
    align-self: start;
  }

  .RentMyWrapperProductList .list-view-product-name {
    margin-bottom: 6px;
  }

  .RentMyWrapperProductList .list-view-product-name strong {
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: 700;
    color: #1a1a1a;
    text-align: left !important;
    display: block !important;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }

  /* Price: large number + small "per month" inline */
  .RentMyWrapperProductList h5.RentMyProductPrice {
    display: flex !important;
    align-items: baseline;
    gap: 5px;
    font-size: 22px !important;
    font-weight: 800;
    color: #be2b27 !important;
    text-align: left !important;
    margin-top: 4px;
    margin-bottom: 2px;
    line-height: 1.2 !important;
  }

  .RentMyWrapperProductList h5.RentMyProductPrice small {
    font-size: 13px !important;
    font-weight: 400;
    color: #999;
    line-height: 1;
  }
  .RentMyWrapperProductList .RentMyProductImage img {
    width: 100% !important;
    height: 100%;
    min-height: 140px;
    object-fit: contain;
    object-position: center;
  }

  /* ---- Product info: top-right ---- */
  .RentMyWrapperProductList .RentMyProductInfo,
  .RentMyWrapperProductList
    .all-products
    .RentMyProductCard
    .RentMyProductInfo {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding: 16px 16px 8px !important;
    display: block !important;
    align-self: start;
  }

  .RentMyWrapperProductList .list-view-product-name {
    margin-bottom: 6px;
  }

  .RentMyWrapperProductList .list-view-product-name strong {
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: 700;
    color: #1a1a1a;
    text-align: left !important;
    display: block !important;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }

  /* Price: large number + small "per month" inline */
  .RentMyWrapperProductList h5.RentMyProductPrice {
    display: flex !important;
    align-items: baseline;
    gap: 5px;
    font-size: 22px !important;
    font-weight: 800;
    color: #be2b27 !important;
    text-align: left !important;
    margin-top: 4px;
    margin-bottom: 2px;
    line-height: 1.2 !important;
  }

  .RentMyWrapperProductList h5.RentMyProductPrice small {
    font-size: 13px !important;
    font-weight: 400;
    color: #999;
    line-height: 1;
  }

  /* Hide description */
  /* .RentMyWrapperProductList .product_short_desc {
    display: none !important;
  } */

  /* ---- Qty controls: bottom-right ---- */
  .RentMyWrapperProductList .RentMyProductActions {
    grid-column: 2 !important;
    grid-row: 2 !important;
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 16px 16px !important;
    align-self: end;
  }

  .RentMyWrapperProductList .RentMyQtyBox {
    background: transparent !important;
    border: 1px solid #dee7ea !important;
    border-radius: 10px;
    padding: 5px 6px;
    height: 42px;
    width: 100%;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .RentMyWrapperProductList .RentMyQtyBtn {
    width: 42px !important;
    height: 30px;
    min-width: 30px;
    border-radius: 8px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: none;
    cursor: pointer;
  }
  .RentMyWrapperProductList .RentMyQtyBtn svg {
    width: 14px;
    height: 14px;
  }
  .RentMyWrapperProductList .RentMyQtyBtnMinus {
    background: #dee7ea !important;
  }

  .RentMyWrapperProductList .RentMyQtyBtnMinus svg path {
    stroke: #0d3745;
  }

  .RentMyWrapperProductList .RentMyQtyBtnPlus {
    background: #0d3745 !important;
  }

  .RentMyWrapperProductList .RentMyQtyBtnPlus svg path {
    fill: #ffffff;
  }

  .RentMyWrapperProductList .RentMyQtyBox .form-control {
    font-size: 16px !important;
    font-weight: 700;
    background: transparent;
    border: none !important;
    box-shadow: none !important;
    flex: 1;
    text-align: center;
    padding: 0 !important;
    height: auto !important;
    color: #1a1a1a;
    min-width: 0;
  }
  .rentmy-header .rentmy-menu-header .rentmy-menu-area .rentmy-menu .rentmy-nav-manu ul li .nav-submenu{
    left: -232px;
  }
  .RentMyProductListRow {
      display: flex;
      flex-wrap: wrap;
  }
  .RentMyProductListRow .RentMyFilterArea{
    width: 100% !important;
  }
}
.modal.terms-and-conditions-modal .modal-dialog{
  max-width: 1200px !important;
}