.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);
}

/*============================== 
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: 12px;
  }
  .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 h2 {
  color: #0d3745;
  font-size: 30px;
  letter-spacing: -2px;
  font-weight: 700;
  text-transform: uppercase;
}
.citystash-innerpage-title h2 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 h2 {
    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;
  }
}

/*========================== 
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 h2 {
  min-width: 515px;
  color: #0d3745;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -2px;
}
.meetour-customers-innerpage-title h2 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 h2 {
    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;
}

/*============================= 
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 h2 {
  color: #3c3b3b;
  font-size: 30px;
  font-weight: 400;
}
.dashboard-welcome-section h2 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;
  }
  .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: 20px;
  }
  .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: 10px;
  }
  .DashboardCard .RentMyCardHeader .d-flex > div span span {
    display: unset;
  }
}
@media (max-width: 575px) {
  .DashboardCard .RentMyCardHeader .RentMyCardRightSide {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .pickuplist-headersection,
  .deliverylist-headersection {
    flex-wrap: wrap;
  }
  .pickuplist-headersection > span,
  .deliverylist-headersection > span {
    width: 100%;
    line-height: 100%;
    margin-bottom: 10px;
  }
}

/*============================== 
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-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;
}
.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: 3px;
  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) {
  .customer-portal-container {
    padding-top: 100px;
  }
  .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: 14px;
  }
  .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;
  }
}

.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 h4 {
    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;
  }

  .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;
  }
}
.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;
}
.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;
}
.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 22px;
}
/*====================== 
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 #798a9d;
  background: #798a9d;
  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-secondary {
  border-radius: 3px;
  border: 2px solid #af262c;
  background: #af262c;
}

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

.process-section-label,
.info-section-label,
.contact-section-label,
.about-label {
  color: #af262c;
  font-size: 26px;
  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: #798a9d;
  color: #fff;
  font-size: 16px;
  font-family: "Sackers Gothic Heavy";
  padding: 15px 22px;
  text-transform: uppercase;
}
.step-card {
  max-width: 220px;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: none;
}
.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: 13px;
  font-style: normal;
  font-weight: 194;
  line-height: 18px;
}

.step-link {
  color: #020001;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  font-family: "Acumin Variable Concept", sans-serif;
}
.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: var(--Primary-Color, #798a9d);
  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;
}
.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;
  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;
}

.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: #c1392c;
  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: #798a9d;
  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;
}
.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;
  }
}

/* ===== 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 h2 {
  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, .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, .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 h4 {
  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;
}
.dashboard-welcome-section h2 {
    font-size: 25px;
}
.dashboard-welcome-section span {
    font-size: 18px;
}
.RentMyWrapper .RentMyBtn {
    font-size: 15px;
}
.RentMyProductHeader h4 {
    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;
}

@media (max-width: 767px) {
  .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;
  }
}
.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;
}