.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: "Poppins", 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: 220px;
  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;
  left: -100px;
  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: "Poppins", 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.70);
  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.70);
  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: 13px !important;
  font-weight: 300;
}
.RentMyCheckbox a {
  color: #227BFF !important;
  font-size: 13px;
  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-family: Roboto;
  font-size: 40px;
  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-family: Roboto;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
.meetour-customers-innerpage-title h2 span {
  color: #EA1E00;
  font-weight: 700;
}
.meetour-customers-innerpage-title p {
  color: #060315;
  font-family: Poppins;
  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 iframe {
  width: 100%;
  height: 257px;
}
.meetoutcustomer-card h3 {
  color: #454545;
  font-family: Roboto;
  font-size: 24px;
  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: .25rem 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%;
}
.pickup-note-input {
  margin-top: 5px;
}
.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: 30px;
  border-radius: 5px;
}
.RentMyWrapper .RentMyBtn.pickup-preview-btn {
  border: 1px solid #A2A2A2;
  background-color: transparent;
  color: #7C7C7C;
  font-size: 14px;
  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: 20px;
  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: 18px;
  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: 14px;
  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: 200px;
    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;
  }
}
@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;
}
.RentMyProfileImge i {
  /* border: 1px solid #7C7C7C;
  border-radius: 100px;
  font-size: 35px;
  color: #7C7C7C;
  padding: 8px; */
}
.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;
}
.signin-signup-title .RegistrationTitle,
.signin-signup-title .LoginTitle {
  padding-bottom: 10px !important;
}
#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-family: "Roboto", sans-serif;
  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;
}