@charset "UTF-8";
body {
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none !important;
}

.bg1 {
  background: rgb(245, 247, 250) !important;
}

.bg2 {
  background: rgb(231, 255, 248) !important;
}

section {
  padding: 60px 0;
}

.container-fluid {
  width: 90%;
}

.section-full-height {
  height: 100vh;
  display: flex;
  align-items: center;
}

.image-crop-modal .modal-body .img-container img {
  max-width: 100%;
}

.product-image-feature .progress,
.product-image-feature .alert {
  display: none;
}

.product-image-feature .progress {
  margin-bottom: 16px;
  height: 40px;
}

.product-image-feature .progress .progress-bar {
  background-color: #198754;
  height: 40px;
}

.product-image-feature .alert {
  padding: 8px 12px;
  border-radius: 0;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
}

span.mup-main-msg.max-upload-message {
  border: 2px dashed #ff8b96;
  padding: 20px 12px;
  height: 200px;
  width: 100%;
  border-radius: 6px;
  background: #fff3f4;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  line-height: 18px;
  color: #818181;
  font-weight: 600;
  cursor: pointer;
}

span.mup-main-msg.max-upload-message small {
  font-size: 75%;
  font-style: italic;
  font-weight: 400;
}

span.mup-main-msg.max-upload-message i {
  color: #e9908a;
  font-size: 40px;
}

.modal.image-crop-modal {
  background: rgba(255, 255, 255, 0.6);
}

.modal.image-crop-modal .modal-content {
  background: #fff;
  border: 0;
  border-radius: 0;
}

.modal.image-crop-modal .modal-content .modal-header {
  padding: 8px 12px;
}

.modal.image-crop-modal .modal-content .modal-header h5 {
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Serif", serif;
  color: #000;
}

.modal.image-crop-modal button.close {
  border: 0;
  background: transparent;
  opacity: 1;
}

.modal.image-crop-modal button.close i {
  font-size: 26px;
  color: #787878;
}

.modal.image-crop-modal .modal-footer {
  padding: 4px;
  border: 0;
}

.modal.image-crop-modal .modal-footer button.btn {
  width: 100%;
  margin: 0;
  border-radius: 0;
}

.mobile-header-block {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #0c3e2f;
  padding: 8px 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.mobile-header-box ul {
  list-style-type: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  display: flex;
  justify-content: space-around;
  margin-bottom: 0;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}

.mobile-header-box ul li {
  flex: 0 0 auto;
  width: 20%;
}

.mobile-header-box ul li a {
  color: #dddddd;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.mobile-header-box ul li a .cart-bandge {
  position: relative;
}

.mobile-header-box ul li a .cart-bandge sup {
  position: absolute;
  top: -3px;
  right: 10px;
  background: #d50e00;
  padding: 8px 5px;
  border-radius: 50%;
  font-size: 11px;
  color: #fff;
  font-weight: 300;
}

.mobile-header-box ul li a.active {
  display: inline-block;
  color: #fff;
}

.mobile-header-box ul li a span {
  display: block;
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  text-transform: uppercase;
}

.menu-bar-open {
  display: flex;
}

.mobile-top-header-block a.mobile-logo {
  color: #333;
  font-weight: 600;
  font-size: 32px;
  margin-right: 0;
  font-family: "Noto Serif", serif;
  letter-spacing: 1px;
  font-style: italic;
}

.mobile-top-header-block {
  padding: 0;
  background: #fff;
}

.mobile-top-header-block .input-group input.form-control {
  height: 46px;
  font-size: 16px;
  color: #000;
  padding: 6px 16px 8px;
  border-radius: 4px;
  border-right: 0;
  background: #f5f7fa;
}

.hiddenBox {
  width: 300px;
  border: 1px solid #000;
  margin: 10px;
  cursor: pointer;
}

.hiddenBox-container {
  transition: height 0.35s ease-in-out;
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: 8px;
}

.hiddenBox-container:not(.active) {
  display: none;
}

.mobile-top-header-block .input-group button.btn {
  color: #444;
  border: 1px solid #ced4da;
  border-left: 0;
  padding: 0 16px 0 12px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  background: #f5f7fa;
}

.mobile-top-header-block button.btn.location {
  font-size: 16px;
  color: #212529;
  display: flex;
  justify-content: space-between;
}

.mobile-top-header-block button.btn.location i {
  position: relative;
  top: 5px;
  left: 3px;
}

.mobile-top-header-block .input-group select.form-select {
  padding: 6px 16px 7px 16px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 16px;
  background-position: right 0px center;
  border-right: 0;
}

.mobile-top-header-block .input-group .form-select:focus {
  border-right: 0;
}

.mobile-top-header-block .toggle-container {
  margin-top: 12px;
}

.mobile-top-bar {
  align-items: center;
}

.menu-bar-open a i {
  font-size: 17px;
  padding: 12px 6px;
  color: #333;
  margin-left: 6px;
}

.menu-bar-open a {
  display: flex;
}

.mobile-header-box ul li a.menu-icon {
  background: #fff;
  padding: 0px 6px;
  border-radius: 50%;
  color: #0c3e2f;
  font-size: 25px;
  border: 2px solid;
  outline: 1px solid #fff;
}

.product-desc-price-mobile {
  background: white;
  padding: 20px 0 30px;
  margin: 0 12px;
}

.product-desc-price-mobile .product-divide-block {
  display: flex;
}

.product-desc-price-mobile .product-divide-block h2 {
  margin-bottom: 0;
  width: 55%;
  margin-right: 20px;
}

.product-desc-price-mobile .product-divide-block .product-duration label.input-group-text {
  display: none;
}

.product-desc-price-mobile .product-rent-deposit h3 {
  font-size: 26px;
  line-height: 20px;
}

.product-desc-price-mobile .product-rent-deposit {
  padding: 8px 8px;
}

.product-desc-price-mobile .product-rent-deposit h3 b {
  font-size: 13px;
}

.product-desc-price-mobile .product-rent-range {
  margin: 20px 0;
}

/*------------------------ Mobile Hamburger Start --------------------------*/
body.offcanvas-active {
  overflow: hidden;
}

.offcanvas-header {
  display: none;
}

.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active {
  z-index: 9999;
  transition: opacity 0.3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

/* ============ mobile view ============ */
@media all and (max-width: 991px) {
  .offcanvas-header {
    display: block;
  }
  .mobile-offcanvas {
    visibility: hidden;
    transform: translateY(100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9999;
    width: 100%;
    /*overflow-y: scroll;
    overflow-x: hidden;*/
    overflow-y: initial;
    overflow-x: initial;
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    background: #fff;
    padding: 0;
  }
  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateY(0);
  }
  .mobile-offcanvas .container,
  .mobile-offcanvas .container-fluid {
    display: block;
  }
  .mobile-offcanvas ul.navbar-nav li.nav-item a.nav-link {
    color: #222;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    padding: 6px 20px 6px 45px;
    position: relative;
  }
  .mobile-offcanvas ul.navbar-nav li.nav-item a.nav-link i {
    font-size: 85%;
    position: absolute;
    left: 20px;
    top: 12px;
    color: #6e6e6e;
  }
  .mobile-offcanvas ul.navbar-nav.dashboad-mobile-navbar {
    border-top: 2px solid #ddd;
    margin-top: 16px;
    padding-top: 16px;
  }
  .mobile-offcanvas .offcanvas-header a.navbar-brand {
    display: block;
    margin-right: 0;
  }
  .mobile-offcanvas .offcanvas-header button.btn-close {
    opacity: 1;
    position: absolute;
    top: 45px;
    right: 30px;
    font-size: 20px;
    padding: 0;
    filter: opacity(0.7);
  }
  .mobile-offcanvas .offcanvas-header a.navbar-brand img {
    width: 250px;
  }
  .mobile-offcanvas .offcanvas-header {
    padding: 20px;
  }
  .mobile-offcanvas ul.navbar-nav li.nav-item a.nav-link.dropdown-toggle::after {
    display: none;
  }
  .mobile-offcanvas ul.navbar-nav li.nav-item a.nav-link i.fa-solid.fa-plus {
    position: relative;
    top: 5px;
    font-size: 95%;
    color: #222;
    left: auto;
  }
  .mobile-offcanvas ul.navbar-nav li.nav-item ul.dropdown-menu {
    border: 0;
    padding: 8px 0;
  }
  .mobile-offcanvas ul.navbar-nav li.nav-item ul.dropdown-menu a.dropdown-item {
    padding: 4px 12px;
    color: #000;
    font-size: 17px;
    font-family: "Noto Serif", serif;
  }
}
/*------------------------ Mobile Hamburger End --------------------------*/
/*------------------------ Main Header Start --------------------------*/
.main-header a.navbar-brand img {
  width: 250px;
}

.main-header-sticky {
  position: sticky;
  top: 0;
  z-index: 999;
}

.main-header .navbar-dark .navbar-nav .nav-link,
.main-header .navbar-dark .navbar-nav .nav-link:hover {
  padding: 20px 15px 18px;
  color: #333;
  font-weight: 400;
  font-size: 15px;
}

.main-header .navbar-dark .navbar-nav .nav-link.preview-dropdown {
  padding: 0 !important;
  border: 0;
}

a.navbar-brand {
  color: #333 !important;
  font-weight: 600;
  font-size: 37px;
  margin-right: 30px;
  font-family: "Noto Serif", serif;
  letter-spacing: 1.5px;
  font-style: italic;
  margin-top: -4px;
}

.main-header nav.navbar {
  padding: 3px 0 0;
  background: #fff;
}

.main-header .form-control:focus {
  border-color: #d3d3d3;
  box-shadow: none;
}

form.search-bar-btn .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

form.search-bar-btn .input-group select.form-select.searchType, .mobile-top-header-block .input-group select.form-select {
  background-color: #f5f7fa;
  width: 130px;
  padding: 6px 12px 7px 12px;
  border-left: 0;
  font-size: 15px;
  color: #333;
  font-weight: 400;
  height: 100%;
  border-radius: 0;
  background-image: none;
}

form.search-bar-btn .searchDropdown span.separation, .mobile-top-header-block .input-group .searchDropdown span.separation {
  position: absolute;
  top: 45%;
  left: -5px;
  transform: translate(0, -50%);
  color: #c1c1c1;
  font-size: 18px;
}

form.search-bar-btn .searchDropdown select.searchType {
  height: 44px;
  border-radius: 0;
}

form.search-bar-btn .input-group select.form-select.searchType:focus {
  border-right: 0;
}

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}

.mobile-top-header-block .input-group input.form-control {
  padding: 6px 8px 8px 16px;
}

form.search-bar-btn input {
  height: 44px;
  width: 180px !important;
  border-radius: 10px;
  font-size: 16px;
  color: #222;
  padding: 6px 16px 7px;
  background: #f5f7fa;
}

form.search-bar-btn input:focus {
  border-right: 0;
}

form.search-bar-btn input:focus {
  background: #f5f7fa;
}

form.search-bar-btn button {
  background: white;
  color: #444;
  border: 1px solid #ced4da;
  border-left: 0;
  padding: 0 20px 0 12px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  background: #f5f7fa;
}

.main-header li.login-btn a.nav-link {
  background: #d50e00;
  color: #fff !important;
  padding: 8px 10px 9px !important;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 15px;
  margin-left: 16px;
}

.main-header .navbar-dark .navbar-nav .nav-link span {
  position: absolute;
  top: 16px;
  right: 8px;
  background: #d50e00;
  border-radius: 50%;
  color: #fff;
  line-height: 15px;
  padding: 1px 6px 2px;
  font-size: 11px;
}

.main-header .navbar-dark ul.dropdown-menu {
  padding: 16px 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  border: 1px solid #e1e1e1;
}

.main-header .navbar-dark ul.dropdown-menu.dropdown-scroll {
  min-height: 250px;
  overflow-y: scroll;
  height: 100%;
}

ul.dropdown-scroll li.dropdown-li {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

ul.dropdown-scroll li.dropdown-li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.main-header ul.dropdown-menu:before {
  border: solid transparent;
  bottom: 100%;
  content: " ";
  height: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  width: 0;
  border-bottom-color: #ebf1f9;
  border-width: 11px;
  margin-left: -11px;
}

li.nav-item.login-btn {
  margin: 11px 0;
}

a.take-cart-btn {
  background: #d50e00;
  color: #fff;
  padding: 6px 12px;
  font-size: 15px;
  display: block;
  border-radius: 5px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  border: 6px solid;
  opacity: 0.9;
  transition: 0.5s ease-in-out;
}

a.take-cart-btn:hover {
  opacity: 1;
}

.header-cart-box {
  display: flex;
  width: 100%;
}

.header-cart-box .header-cart-box-img {
  margin-right: 8px;
}

.header-cart-box .header-cart-box-img img {
  width: 60px;
  height: 55px;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-cart-box .header-cart-box-info h3 {
  font-size: 14px;
  color: #111;
  font-weight: 600;
  margin-bottom: 4px;
}

.header-cart-box .header-cart-box-info h3 span.rm-addon__container {
  display: block;
  font-size: 11px;
  color: #6a6a6a;
  font-weight: 600;
}

.header-cart-box .header-cart-box-info ul.rm-product__details {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}

.header-cart-box .header-cart-box-info ul.rm-product__details li {
  font-size: 11px;
  line-height: 14px;
  padding: 0 10px 0 0;
}

.header-cart-box .header-cart-box-info ul.rm-product__details li p {
  margin-bottom: 0;
  color: #777;
}

.header-cart-box .header-cart-box-info ul.rm-product__details li p span {
  color: #000;
  font-size: 13px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #222;
  background-color: #fff;
}

.main-header .navbar-dark .navbar-nav ul.dropdown-menu li a.dropdown-item {
  padding: 6px 12px;
  font-size: 15px;
  white-space: inherit;
}

.main-header .navbar-dark .navbar-nav ul.dropdown-menu li a.dropdown-item i {
  color: #999999;
  margin-right: 4px;
}

.main-header .navbar-dark .navbar-nav ul.dropdown-menu li a.dropdown-item:hover {
  background: #fff;
}

@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0;
  }
  .navbar .nav-item:hover .nav-link {
    color: rgb(0, 0, 0);
  }
  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }
  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}
/*------------------------ Main Header End --------------------------*/
/*------------------------ Main Slider Start --------------------------*/
.main-slider {
  margin-top: 6px;
}

.main-slider .carousel-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-slider .carousel-inner {
  border-radius: 20px;
}
.main-slider .carousel-control-next,
.main-slider .carousel-control-prev {
  width: auto !important;
  opacity: 1;
  top: 50%;
  transform: translate(0, -50%);
  bottom: auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 2px;
}
.main-slider .carousel-control-next {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.main-slider .carousel-control-prev {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.main-slider .carousel-control-next span.carousel-control-next-icon,
.main-slider .carousel-control-prev span.carousel-control-prev-icon {
  filter: invert(1) opacity(0.8);
  width: 20px;
  height: 25px;
}

/*------------------------ Main Slider End --------------------------*/
/*------------------------ Product Category Start --------------------------*/
.product-category-block {
  padding: 16px 0;
}

.product-category:hover {
  background: #f5f7fa;
}

.product-category {
  position: relative;
  overflow: hidden;
  border: 1px solid #c1cee1;
  text-align: center;
  padding: 15px 12px;
  border-radius: 6px;
  background: #f5f7fa;
  transition: 0.4s ease-in-out;
  height: 125px;
}

.product-category:hover svg {
  fill: #d50e00;
  filter: opacity(0.7);
}

.product-category img,
.product-category svg {
  width: 45px;
  fill: #000000;
  filter: opacity(0.5);
  transition: 0.4s ease-in-out;
}

.product-category h1 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #222;
  text-transform: uppercase;
  font-weight: 500;
}

.mySwiperProduct .swiper-button-next:after,
.mySwiperSubscribers .swiper-button-next:after,
.mySwiperProduct .swiper-button-prev:after,
.mySwiperSubscribers .swiper-button-prev:after {
  display: none;
}

.mySwiperProduct .swiper-button-next,
.mySwiperProduct .swiper-rtl .swiper-button-prev,
.mySwiperProduct .swiper-button-prev,
.mySwiperProduct .swiper-rtl .swiper-button-next {
  background: #fff;
  color: #111;
  font-size: 19px;
  padding: 30px 12px !important;
}

.mySwiperProduct .swiper-button-next,
.mySwiperProduct .swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.mySwiperProduct .swiper-button-prev,
.mySwiperProduct .swiper-rtl .swiper-button-next {
  right: auto;
  left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.mySwiperSubscribers .swiper-button-next,
.mySwiperSubscribers .swiper-rtl .swiper-button-prev {
  right: 12px;
  top: 40%;
  left: auto;
  background: #fff;
  color: #303030;
  padding: 28px;
  font-size: 22px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e5e5;
  transition: 0.5s ease-in-out;
  transform: scale(0);
  opacity: 0;
}

.mySwiperSubscribers:hover .swiper-button-next,
.mySwiperSubscribers:hover .swiper-rtl .swiper-button-prev {
  transform: scale(1);
  opacity: 1;
}

.main-title h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 62px;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Serif", serif;
  font-style: italic;
}

.main-title h1:before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 80px;
  height: 5px;
  background: #d50e00;
}

.product-category-head .main-title h1:before {
  left: 0;
  right: 0;
  margin: auto;
}

.main-title h1 small {
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  color: #222;
}

.main-title {
  position: relative;
  margin-bottom: 40px;
}

.product-category-head .main-title {
  margin-bottom: 50px;
}

.main-title-right {
  position: sticky;
  top: 20px;
}

.main-title-right .main-title {
  text-align: end;
}

.main-title-right .main-title h1:before {
  right: 0;
  left: auto;
}

.main-title-right .subscribers-info {
  padding-right: 0;
  text-align: end;
  padding-left: 12px;
}

.productCategoryBox-info {
  padding: 0 8px;
}

.productCategoryBox-info h1 {
  margin: 18px 0;
  font-size: 17px;
  color: #000;
  position: relative;
  overflow: hidden;
  height: 24px;
}

.productCategoryBox-info1 {
  display: flex;
  justify-content: space-between;
}

.productCategoryBox-info1 h2 {
  font-size: 17px;
  color: #111;
  margin-bottom: 0;
}

.productCategoryBox-info1 h2 small {
  color: #898989;
  font-size: 13px;
}

.productCategoryBox {
  background: #fff;
  border: 8px solid #fff;
}

a.productBtn {
  padding: 2px 8px 3px;
  color: #d50e00;
  border: 1px solid #d50e00;
  transition: all 0.2s ease-in;
  border-radius: 2px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  align-self: center;
}

a.productBtn:hover {
  color: #fff;
  background: #d50e00;
}

.productCategoryBox-img {
  position: relative;
  overflow: hidden;
}

.productCategoryBox:hover .productCategoryBox-img img {
  transform: scale(1.2);
}

.productCategoryBox-img img {
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  transition: 0.2s ease-in-out;
}

.swiper.mySwiperCategory {
  position: relative;
  padding: 0 30px;
}

.mySwiperCategory .swiper-button-next, .mySwiperCategory .swiper-button-prev {
  background: #f2f2f2;
  height: 100%;
  top: 0;
  margin-top: 0;
  width: auto;
  padding: 0 4px;
  border-radius: 4px;
}

.mySwiperCategory .swiper-button-next:after, .mySwiperCategory .swiper-button-prev:after {
  display: none;
}

.mySwiperCategory .swiper-button-next {
  right: 0;
}

.mySwiperCategory .swiper-button-prev {
  left: 0;
}

.mySwiperCategory .swiper-button-prev.swiper-button-disabled, .mySwiperCategory .swiper-button-next.swiper-button-disabled {
  display: none;
}

.mySwiperCategory .swiper-button-next i, .mySwiperCategory .swiper-button-prev i {
  font-size: 18px;
  color: #3a3a3a;
}

/*------------------------ Product Category End --------------------------*/
.services-block {
  padding: 20px;
  border: 1px solid #d7d7d7;
  height: 100%;
  border-radius: 6px;
}

.services-block svg {
  width: 55px;
  fill: #5c5c5c;
}

.services-block h1 {
  font-size: 18px;
  color: #111;
  text-transform: capitalize;
  margin-top: 16px;
  margin-bottom: 6px;
  font-weight: 600;
}

.services-block p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  font-weight: 400;
}

.subscribers-info {
  padding-right: 30%;
}

.subscribers-info p {
  font-size: 21px;
  color: #222;
  line-height: 28px;
  margin-bottom: 0;
}

.subscribers-box-img img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid #fff;
  border-radius: 50%;
}

.subscribers-box {
  background: rgb(245, 247, 250) !important;
  padding: 60px 30px 30px;
  border-radius: 6px;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.06);
  margin: 50px 0 0;
  position: relative;
}

.subscribers-box-img h1 {
  padding-left: 12px;
  font-size: 20px;
  align-self: center;
  margin-bottom: 0;
  font-weight: 600;
}

.subscribers-box-img {
  display: flex;
}

.subscribers-box p {
  margin-bottom: 0;
  margin-top: 12px;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  font-weight: 400;
}

.subscribers-box svg {
  position: absolute;
  fill: #d2dbe7;
  width: 120px;
  top: -50px;
  right: 20px;
  text-shadow: 2px 2px 6px black;
}

.category-pointer-block-img {
  position: relative;
  overflow: hidden;
  border: 1px solid #ebebeb;
  border-right: 0;
}

.category-pointer-block-img img {
  height: 220px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
}

.category-pointer-block:hover .category-pointer-block-img img {
  transform: scale(1.2);
}

.category-pointer-block-info h1 {
  color: #111;
  font-size: 19px;
  margin-bottom: 8px;
  font-weight: 600;
}

.category-pointer-block-info {
  padding: 12px;
  background: #f5f7fa;
  border-left: 0;
  margin: -40px 8px 0;
  z-index: 99;
  position: relative;
  height: 100%;
  border-radius: 4px;
}

.category-pointer-block-info ul {
  list-style-type: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

.category-pointer-block-info ul li:last-child {
  margin-bottom: 0;
}

.category-pointer-block-info ul li a:hover {
  color: #d50e00;
}

.category-pointer-block-info ul li a {
  font-size: 14px;
  line-height: 19px;
  color: #111;
  font-weight: 500;
  position: relative;
  transition: 0.5s ease-in-out;
  background: #ffffff;
  border: 1px solid #d5d5d5;
  border-radius: 30px;
  padding: 2px 12px 4px;
  margin: 2px 4px 2px 0;
  display: inline-block;
}

.category-pointer-block-info ul li a i {
  font-size: 50%;
  position: absolute;
  top: 7px;
  left: 0;
  color: #d19f9f;
  transition: 0.5s ease-in-out;
  display: none;
}

.category-pointer-block-info ul li a:hover i {
  color: #d50e00;
}

.sub-header-block {
  background: rgb(245, 247, 250);
  padding: 12px 0;
  border-bottom: 1px solid #d7dfed;
}

.sub-header-block nav ol.breadcrumb {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.sub-header-block nav ol.breadcrumb .dropdown .btn {
  padding: 3px 0px !important;
  background: transparent !important;
  border: 0 !important;
  color: #333 !important;
  font-size: 15px !important;
}

.sub-header-block nav ol.breadcrumb li.breadcrumb-item,
.sub-header-block nav ol.breadcrumb li.breadcrumb-item a {
  font-size: 15px;
  color: #333;
  font-weight: 400;
  transition: 0.5s ease-in-out;
}

.sub-header-block nav ol.breadcrumb li.breadcrumb-item:hover a {
  color: #23bcbf;
}

.top-navbar ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  justify-content: end;
  margin-bottom: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.top-navbar ul li {
  padding: 0 12px;
}

.top-navbar ul li a {
  color: #333;
  font-size: 15px;
}

.category-block {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.category-block img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s ease-in-out;
}

.category-block:hover img {
  transform: scale(1.1);
}

.category-block .category-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(0deg, white, transparent);
  padding: 100px 0 12px;
}

.category-block .category-info h1 {
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  color: #111;
  margin-bottom: 0;
}

.category-block-btn {
  height: 280px;
  background: rgb(245, 247, 250);
  position: relative;
  text-align: center;
  outline: 1px solid rgba(35, 186, 193, 0.3215686275);
  outline-offset: -12px;
}

.category-block-btn h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #0c3e2f;
  margin-bottom: 0;
  font-size: 20px;
}

h1.title-text:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  background: #d50e00;
  width: 60px;
  height: 4px;
}

h1.title-text {
  font-size: 36px;
  color: #111;
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
  font-family: "Noto Serif", serif;
  font-style: italic;
}

h1.title-text.title-text-center {
  font-size: 42px;
}

h1.title-text.title-text-center:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #d50e00;
  width: 60px;
  height: 4px;
}

.product-list-block {
  position: relative;
  border: 1px solid #dbdbdb;
  margin-bottom: 20px;
}

.product-list-block:hover img {
  transform: scale(1.1);
}

.product-list-block img {
  height: 220px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: contain;
  transition: 0.2s ease-in-out;
}

.ofs-box {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  text-align: center;
  padding: 8px 0;
}

.ofs-box h5 {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: uppercase;
}

.ofs-box h5 small {
  font-size: 13px;
  text-transform: none;
}

.product-list-block .product-list-content {
  padding: 10px 12px 8px;
  background: white;
}

.product-list-block .product-list-content h1 {
  font-size: 16px;
  color: #222;
  position: relative;
  overflow: hidden;
  height: 40px;
  margin-bottom: 10px;
}

.product-list-block .product-list-content .product-list-price {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #dbdbdb;
  padding-top: 8px;
}

.product-list-block .product-list-content .product-list-price h4 {
  margin-bottom: 0;
  font-size: 17px;
  color: #000;
}

.product-list-block .product-list-content .product-list-price h4 b {
  font-size: 11px;
  line-height: 20px;
  color: #8d8d8d;
  font-weight: 700;
  text-transform: uppercase;
}

.product-list-block .product-list-content .product-list-price h4 small {
  color: #686868;
  font-size: 78%;
}

span.productRating {
  display: inline-block;
  color: #fff;
  padding: 2px 4px 2px 6px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  vertical-align: middle;
  background-color: #388e3c;
  margin-bottom: 2px;
}

span.productRating i {
  font-size: 90%;
}

.product-list-block .product-list-content .product-list-price h4 i.fa-solid.fa-truck {
  color: #0c3e2f;
}

.product-list-block .product-list-img {
  position: relative;
  overflow: hidden;
}

.cat-tag-main {
  position: absolute;
  top: 8px;
  left: -10px;
  font-size: 12px;
  padding: 3px 8px;
  z-index: 2;
  background-color: #209116;
}

.cat-tag-main:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #209116;
  border-top: 10px solid #209116;
  content: "";
  height: 100%;
  position: absolute;
  right: -10px;
  top: 0;
}

.cat-tag-main:after {
  border-left: 10px solid transparent;
  border-right: 0 solid transparent;
  border-top: 7px solid #209116;
  content: "";
  height: 100%;
  position: absolute;
  top: 24px;
  left: 0;
}

.cat-tag-main p {
  margin: 0;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.filter-accordion .accordion-item {
  border: 0;
}

.filter-accordion button.accordion-button1 {
  background-color: transparent !important;
  font-size: 15px !important;
  color: #333 !important;
}

.filter-accordion button.accordion-button {
  padding: 12px 10px;
  margin-bottom: 0;
  background: #fbfbfb;
  border: 1px solid #dae0e9;
  font-size: 17px;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
}

.filter-accordion .accordion-body {
  padding: 0;
}

.filter-accordion .accordion-button {
  box-shadow: none;
}

.filter-accordion .accordion-body {
  padding: 0;
}

.filter-accordion .accordion-button:not(.collapsed)::after {
  filter: grayscale(1);
}

.desktop-filter {
  position: sticky;
  top: 30px;
  padding: 0 12px 0 0;
}

.product-cat-sidebar h1 {
  font-size: 19px;
  color: #939393;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}

.product-cat-sidebar h1 a {
  font-size: 14px;
  color: #444;
  border: 1px solid #ababab;
  font-weight: 500;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 3px;
  transition: 0.5s ease-in-out;
}

.product-cat-sidebar h1 a:hover {
  border: 1px solid #777;
}

.product-cat-sidebar .product-cat-inner {
  border: 1px solid #c9c9c9;
  margin-top: 25px;
  padding: 14px;
}

.product-cat-sidebar .product-cat-inner h2 {
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 12px;
}

.product-cat-sidebar .product-cat-inner form label {
  font-size: 14px;
  color: #444444;
}

.product-form-range {
  display: flex;
  justify-content: space-between;
}

.product-form-range p {
  margin-bottom: 0;
  font-size: 12px;
  color: #444;
  font-weight: 500;
}

.product-cat-sidebar .product-cat-inner form .form-check {
  margin-bottom: 3px;
  padding-left: 0;
}

.product-cat-sidebar .product-cat-inner form .form-check-input:focus {
  border-color: #888;
  box-shadow: none;
}

ul.selected-filter-sidebar {
  list-style-type: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  display: flex;
  margin-bottom: 20px;
}

ul.selected-filter-sidebar li {
  margin-right: 12px;
  display: inline-block;
  border: 1px solid #ababab;
  padding: 2px 12px;
  font-size: 14px;
  color: #444;
  border-radius: 3px;
  transition: 0.5px ease-in-out;
}

ul.selected-filter-sidebar li a {
  color: #444;
  margin-left: 8px;
}

.mySwiperProductDes img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.mySwiperProductDes .swiper-button-next:after,
.mySwiperProductDes .swiper-button-prev:after {
  display: none;
}

.mySwiperProductDes .swiper-button-prev,
.mySwiperProductDes .swiper-button-next {
  color: #2a2a2a;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.8);
  width: 25px;
  height: 80px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.mySwiperProductDes .swiper-button-prev {
  left: 0;
}

.mySwiperProductDes .swiper-button-next {
  right: 0;
}

.mySwiperProductDes span.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  border: 2px solid #0c3e2f;
}

.mySwiperProductDes span.swiper-pagination-bullet-active {
  background: #0c3e2f;
}

h1.title-text2 {
  font-size: 26px;
  color: #000;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
  font-family: "Noto Serif", serif;
  font-style: italic;
}

h1.title-text2:before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  background: #d50e00;
  width: 60px;
  height: 4px;
}

h1.title-text2 small {
  font-size: 65%;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000000;
}

.prod-details-block {
  padding: 30px 30px 30px 0;
  position: relative;
}

.mySwiperProductSubDes2 img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  cursor: zoom-in;
}

.mySwiperProductSubDes img {
  border: 1px solid #fff;
  cursor: pointer;
}

.mySwiperProductSubDes svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  fill: #0c3e2f;
  background: rgba(255, 255, 255, 0.5);
  margin: 8px;
}

.swiper.mySwiperProductSubDes .swiper-button-next,
.swiper.mySwiperProductSubDes .swiper-button-prev {
  width: auto !important;
  opacity: 1;
  top: 55%;
  transform: translate(0, -50%);
  bottom: auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 0;
}

.swiper.mySwiperProductSubDes .swiper-button-next i,
.swiper.mySwiperProductSubDes .swiper-button-prev i {
  width: 20px;
  height: 25px;
  color: #121212;
  padding: 4px 4px;
}

.swiper.mySwiperProductSubDes .swiper-button-next {
  right: 0;
}

.swiper.mySwiperProductSubDes .swiper-button-prev {
  left: 0;
}

.swiper.mySwiperProductSubDes .swiper-button-next:after,
.swiper.mySwiperProductSubDes .swiper-button-prev:after {
  display: none;
}

.swiperData .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiperData .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper.mySwiperProductSubDes {
  position: absolute !important;
  left: 0;
  top: auto !important;
  bottom: 0;
  width: 100%;
  background: #f1f1f1;
  padding: 10px 10px;
}

.swiperData .swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiperProductSubDes2 {
  height: 80%;
  width: 100%;
}

.mySwiperProductSubDes {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiperProductSubDes .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.8;
  filter: blur(0.5px);
}

.mySwiperProductSubDes .swiper-slide-thumb-active {
  opacity: 1;
  filter: blur(0px);
}

.swiperData .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mySwiperProductSubDes2 svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  fill: #fff;
  background: rgba(0, 0, 0, 0.5);
  margin: 8px;
  padding: 4px;
  border-radius: 2px;
}

.mySwiperProductSubDes2 .swiper-button-prev {
  left: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.mySwiperProductSubDes2 .swiper-button-next {
  right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.mySwiperProductSubDes2 .swiper-button-next, .mySwiperProductSubDes2 .swiper-button-prev {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  width: 18px;
  height: 90px;
  top: 36%;
  padding: 0 8px;
}

.mySwiperProductSubDes2 .swiper-button-next:after, .mySwiperProductSubDes2 .swiper-button-prev:after {
  font-size: 14px;
}

.fslightbox-absoluted {
  background: rgba(255, 255, 255, 0.2);
}

.prod-details-content h2 {
  font-size: 19px;
  color: #222;
  font-weight: 500;
  margin-bottom: 4px;
}

.prod-details-content p {
  font-size: 15px;
  line-height: 21px;
  color: #000;
  margin-bottom: 0;
  margin-top: 4px;
  letter-spacing: 0.5px;
}

.prod-details-content .prod-details-content1 {
  margin: 16px 0 0;
}

.prod-details-content .prod-details-content1 h3 {
  font-size: 15px;
  color: #222;
  font-weight: 600;
  margin-bottom: 0px;
}

.prod-details-content .prod-details-content1 ul {
  margin-bottom: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  list-style-type: none;
}

.prod-details-content .prod-details-content1 ul li {
  position: relative;
  font-size: 14px;
  color: #000;
  margin-top: 3px;
  padding-left: 15px;
}

.prod-details-content .prod-details-content1 ul li i {
  color: #919191;
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 60%;
}

.product-desc-details .nav li.nav-item {
  width: 50%;
}

.product-desc-details .nav button {
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  color: #000;
  font-weight: 500;
  font-size: 19px;
  line-height: 27px;
  border-radius: 0;
  text-align: left;
  padding: 10px 16px;
  border-top: 3px solid #e5e9ef;
  transition: 0s ease-in-out;
}

.product-desc-details .nav button.active {
  background: #fff;
  color: #111;
  border: 0;
  border-top: 3px solid #d50e00;
}

.swiper.mySwiperProductSubDes {
  position: sticky;
  top: 60px;
}

.product-desc-details ul.nav {
  position: sticky;
  top: 0;
  z-index: 99;
}

ul.prod-desc-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  list-style-type: none;
}

ul.prod-desc-row li {
  flex: 0 0 auto;
  width: 25%;
}

.prod-desc-box {
  padding: 0 10px;
}

.prod-details-service {
  display: flex;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.prod-details-service-block .prod-details-service:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.prod-details-service .prod-details-service-img {
  padding-right: 20px;
}

.prod-details-service .prod-details-service-img svg {
  width: 40px;
  fill: #0c3e2f;
}

.prod-details-service-info h2 {
  font-size: 16px;
  font-weight: 600;
  color: #3c3c3c;
  margin-bottom: 2px;
}

.prod-details-service-info p {
  font-size: 15px;
  line-height: 20px;
  color: #2a2a2a;
  margin-bottom: 0;
}

.accordion-button:focus {
  border-color: #5e5e5e;
  box-shadow: none;
}

.prod-details-block .accordion-flush .accordion-item:first-child,
.prod-details-block .accordion-flush .accordion-item {
  border: 1px solid #e5e9ef;
  margin-bottom: 16px;
}

.prod-details-block .accordion-item button.accordion-button {
  padding: 10px 16px 11px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  border-radius: 0;
  background: #f5f7fa;
}

.prod-details-block .accordion-item button.accordion-button.collapsed {
  background: #fff;
}

.prod-details-block .accordion-body {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 21px;
  color: #000000;
}

.prod-details-block .accordion-button:not(.collapsed)::after {
  filter: brightness(0.5);
}

.mySwiperProductSubDes span.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #7a7a7a;
}

.mySwiperProductSubDes span.swiper-pagination-bullet-active {
  background: #fff;
}

.product-desc-sticky {
  top: 100px !important;
}

.product-desc-price-desktop {
  padding: 40px 20px;
  position: sticky;
  top: 0;
  box-shadow: -5px 0px 20px rgba(0, 0, 0, 0.04);
  height: 100vh;
  background: #f1f1f1;
}

.product-desc-price-desktop.product-desc-price-sticky {
  top: 95px !important;
}

.product-description-sidebar h1 {
  font-size: 21px;
  line-height: 26px;
  color: #222;
  margin-bottom: 16px;
  font-weight: 600;
}

.product-description-sidebar h2 {
  font-size: 14px;
  line-height: 19px;
  color: #000;
  margin-bottom: 2px;
}

.product-description-sidebar form input {
  width: 100%;
}

.product-duration {
  padding: 8px 0;
}

.product-duration label.input-group-text {
  font-size: 14px;
  font-weight: 500;
  background: #f7f7f7;
  border-radius: 0;
}

.product-duration select {
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 0;
  font-weight: 500;
}

.product-duration select.rent-date1 {
  width: 70%;
}

.product-duration select.rent-date2 {
  width: 30%;
}

.product-rent-range {
  text-align: center;
  margin: 14px 0px 35px;
}

.product-rent-deposit {
  position: relative;
  border: 1px solid #c5c5c5;
  padding: 9px 8px 28px;
  width: 100%;
  margin-top: 15px;
  border-radius: 5px;
  background: #fff;
}

.product-rent-deposit h3 {
  font-size: 21px;
  line-height: 20px;
  margin-bottom: 0;
  font-weight: 600;
  color: #222;
}

.product-rent-deposit h3 small {
  font-size: 14px;
  color: #767676;
  font-weight: 500;
  text-transform: capitalize;
}

.sellerdetail .seller-name span {
  font-size: 12px;
  font-style: italic;
  line-height: 15px;
}

.sellerdetail h6 {
  font-size: 15px;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

.sellerdetail {
  background: #e7e7e7;
  padding: 6px 8px;
  height: 100%;
  line-height: 17px;
}

.sellerdetail .seller-name i {
  font-size: 11px;
  font-style: italic;
}

.product-rent-deposit h3 b {
  background: #dee4ec;
  width: 100%;
  font-size: 11px;
  line-height: 12px;
  color: black;
  font-weight: 600;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  text-transform: uppercase;
  padding: 3px 45px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.product-rent-deposit h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.product-rent-deposit.product-rent-security h3 b {
  top: auto;
  bottom: 0;
  width: 100%;
}

a.main-btn,
button.main-btn {
  background: #d50e00;
  color: #fff;
  display: block;
  padding: 7px 16px 7px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  border-radius: 4px;
  opacity: 0.9;
  transition: 0.5s ease-in-out;
  border: 0;
}

a.main-btn:hover,
button.main-btn:hover {
  opacity: 1;
}

.product-description-sidebar h4 {
  font-size: 16px;
  margin-bottom: 5px;
  color: #000;
  font-weight: 600;
}

.product-description-sidebar h4 small {
  font-size: 82%;
}

.product-rent-deposit h3 i {
  font-size: 70%;
}

.product-description-sidebar .product-form-range p {
  font-size: 14px;
  color: #000;
}

.product-description-sidebar h4 i {
  color: #0c3e2f;
  margin-right: 4px;
  font-size: 14px;
}

.prod-desc-row .product-list-block .product-list-img img {
  height: 160px;
}

.prod-desc-row .product-list-block .product-list-content {
  padding: 12px;
}

.prod-desc-row .product-list-block .product-list-content h1 {
  font-size: 14px;
  height: 35px;
}

.prod-desc-row .product-list-block .product-list-content .product-list-price h4 b {
  font-size: 10px;
}

.slider {
  width: 100%;
  height: 6px;
  background: #dbe1e1;
  outline: none;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
  border: 3px solid #0c3e2f;
}

.slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
  border: 3px solid #0c3e2f;
}

.styled-checkbox,
.styled-checkbox2 {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label,
.styled-checkbox2 + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before,
.styled-checkbox2 + label:before {
  content: "";
  margin-right: 8px;
  margin-top: 3px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #c9c9c9;
}
.styled-checkbox:hover + label:before,
.styled-checkbox2:hover + label:before {
  background: #0c3e2f;
}
.styled-checkbox:focus + label:before,
.styled-checkbox2:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before,
.styled-checkbox2:checked + label:before {
  background: #0c3e2f;
}
.styled-checkbox:disabled + label,
.styled-checkbox2:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before,
.styled-checkbox2:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after,
.styled-checkbox2:checked + label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 11px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

/*----------------------------- Dashboard Header Link Start ----------------------------*/
.dashboard-navbar a.nav-link {
  background: transparent;
  color: #282828 !important;
  padding: 9px 9px 8px !important;
  border-radius: 6px;
  text-transform: capitalize;
  font-size: 15px;
  margin-left: 20px;
  border: 1px solid #cdcdcd;
  margin-top: 11px;
}

.dashboard-navbar a.nav-link.dropdown-toggle .letter-count {
  position: relative;
  display: inline-block;
  background: #0c3e2f;
  border-radius: 50%;
  margin-right: 3px;
  color: #fff;
  font-weight: 500;
  width: 25px;
  height: 25px;
}

.dashboard-navbar a.nav-link.dropdown-toggle .letter-count b {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 500;
}

/*----------------------------- Dashboard Header Link End ----------------------------*/
/*----------------------------- Login Page Start ----------------------------*/
section.login-section {
  padding: 40px 0;
}

.inner-header {
  padding: 30px 0;
  text-align: center;
}

.inner-header a.navbar-brand {
  color: #333;
  font-weight: 600;
  font-size: 44px;
  font-family: "Noto Serif", serif;
  letter-spacing: 1.5px;
  font-style: italic;
  margin-right: 0;
}

.inner-header a.navbar-brand img {
  width: 320px;
}

.login-section .bg-img {
  top: 0;
  bottom: 0;
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
}

.login-section .bg-img {
  position: relative;
}

.login-section .bg-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://img.genial.ly/60909ddaf4e63d0f72bdf6a7/f414a6f3-9260-4b24-83a0-503838390ab4.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  filter: grayscale(100%) opacity(0.3);
}

.bg-img-register-form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-section .bg-color-6 {
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 50px;
  background-color: #fff;
}

.login-btn button {
  padding: 5px 40px;
  border: 0;
  border-radius: 5px;
  color: #1c5444;
}

.login-section1 {
  padding: 0 !important;
}

.create-account-left-side {
  position: relative;
  padding: 10px 65px;
}

.container-fluid1 {
  width: 100%;
}

.create-account-left-side ul {
  text-align: left;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.create-account-left-side h2 {
  text-align: left;
  padding-left: 15px;
  padding-bottom: 15px;
  font-family: "Noto Serif", serif;
  font-size: 35px;
  color: #1c5444;
}

.create-account-left-side ul li {
  text-decoration: none;
  list-style: none;
  font-size: 17px;
  margin: 6px;
  background: #1c5444;
  color: #fff;
  padding: 2px 10px;
}

.create-account-left-side ul li i {
  color: #1c5444;
  padding-right: 10px;
}

.rent-to-buy-logo {
  text-align: left;
}

.create-account-left-side p {
  text-align: justify;
}

.login-block h1 {
  font-size: 35px;
  font-family: "Noto Serif", serif;
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  color: #1c5444;
}

.login-block h1 small {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #4e4e4e;
  margin-top: 6px;
}

.form-control:focus {
  border-color: #b9b9b9;
  box-shadow: none;
}

.login-block form input,
.login-block form select {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-size: 16px;
  border-radius: 0;
  border-bottom: 1px solid #b3b3b3;
  padding: 10px 12px;
  height: 44px;
  font-weight: 400;
}

.login-block form select {
  color: #666666;
}

.btn-deactive {
  background-color: gray !important;
}

.btn-active {
  background: #d50e00 !important;
}

.no-product-page h2 {
  color: #a6a5a5;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 20px;
}

.search-product-page svg {
  fill: #333;
  width: 110px;
  opacity: 0.3;
  margin-bottom: 16px;
}

.search-product-page h2 {
  color: #a6a5a5;
}

.login-block form button.btn,
.form-button a {
  background: #d50e00;
  border-radius: 4px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  padding: 7px 16px 8px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 12px;
  transition: 0.5s ease-in-out;
  opacity: 0.9;
}

.login-block form button.btn:hover,
.form-button a:hover {
  opacity: 1;
  color: #fff;
}

.login-block form .form-box {
  margin-bottom: 35px;
}

.login-block form .input-group.form-box span.input-group-text {
  background: #fff;
  border: 0;
  border-bottom: 1px solid #b3b3b3;
  border-radius: 0;
  padding-right: 4px;
  padding-left: 0;
  color: #878787;
}

.login-footer p {
  font-size: 15px;
  font-weight: 500;
  color: #222;
  margin-bottom: 0;
  margin-top: 4px;
  text-align: center;
}

.login-footer p a {
  color: #036a6c;
  transition: 0.5s ease-in-out;
}

.login-footer p a:hover {
  text-decoration: underline !important;
}

::-moz-placeholder {
  color: #888 !important;
}

::placeholder {
  color: #888 !important;
}

.form-select:focus {
  border-color: #b9b9b9;
  box-shadow: none;
}

/*------------------------ Login Page End --------------------------*/
/*------------------------ Success Page Start --------------------------*/
.success-block {
  padding: 30px 12px;
}

.success-block svg {
  fill: #0e7a48;
  width: 110px;
}

.success-block .notifications p.bg-success {
  background: transparent !important;
  color: #101010 !important;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 16px;
}

.success-block .notifications p.bg-success i {
  display: none;
}

a.btn.btn-home {
  background: #d50e00;
  border-radius: 4px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  padding: 7px 16px 8px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 20px;
  transition: 0.5s ease-in-out;
  opacity: 0.9;
}

/*------------------------ Success Page End --------------------------*/
/*------------------------ Dashboard Sidebar Start --------------------------*/
.dashboard-sidebar-block {
  background: #fff !important;
  padding: 20px 0;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
  position: sticky;
  top: 20px;
  z-index: 99;
}

.dashboard-sidebar-block ul {
  margin-bottom: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  list-style-type: none;
}

.dashboard-sidebar-block ul li {
  border-bottom: 1px solid #efefef !important;
}

.dashboard-sidebar-block ul li a {
  color: #000;
  font-weight: 500;
  padding: 8px 12px 8px 35px;
  display: block;
  font-size: 16px;
  position: relative;
  transition: 0.3s ease-in-out;
  border-left: 5px solid #fff;
}

.dashboard-sidebar-block ul li a small {
  font-size: 70%;
  font-style: italic;
  line-height: 12px;
  color: #5e5e5e;
  font-weight: 400;
}

.dashboard-sidebar-block ul li:last-child {
  border-bottom: 0;
}

.dashboard-sidebar-block ul li a:hover {
  border-left: 5px solid #d50e00;
  background: #f5f7fa;
}

.dashboard-sidebar-block ul li a i {
  position: absolute;
  left: 8px;
  top: 14px;
  color: #858585;
}

/*------------------------ Dashboard Sidebar End --------------------------*/
.alert.alert-email-account {
  background: #c4e4e5;
  border: 0;
  padding: 12px 20px;
  border-radius: 0;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 17px;
  color: #222;
  font-weight: 500;
}

.alert.alert-email-account span {
  display: block;
  margin-top: 3px;
}

.alert.alert-email-account span i {
  color: #0c3e2f;
}

.alert.alert-email-account a {
  background: #0c3e2f;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 4px;
  font-weight: 400;
}

/*------------------------ Welcome Dashboard Start --------------------------*/
.welcome-dashboard {
  background: #324e4e;
  padding: 50px 20px;
  border-radius: 6px;
  text-align: center;
}

.welcome-dashboard h1 {
  color: #fff;
  font-weight: 300;
  font-size: 32px;
  font-style: italic;
  margin-bottom: 20px;
}

.welcome-dashboard p {
  color: #fff;
  font-weight: 300;
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 20px;
}

a.start-rent-btn {
  text-transform: uppercase;
  color: #0c3e2f;
  background: #fff;
  padding: 8px 18px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
}

/*------------------------ Welcome Dashboard End --------------------------*/
/*------------------------ My Profile Dashboard Start --------------------------*/
.dashboard-body {
  background: #fff;
  padding: 30px 30px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
  height: 100%;
  border-radius: 6px;
}

.prod-terms-conditions-tc {
  padding: 12px;
  border: 1px solid #ced4da;
  height: 220px;
  overflow-y: scroll;
  background: #f5f7fa;
}

.dashboard-main-title {
  margin-bottom: 35px;
  position: relative;
  align-items: center;
}

.dashboard-main-title:before {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  width: 60px;
  height: 5px;
  background: #d50e00;
}

.dashboard-main-title h1 {
  margin-bottom: 0;
  font-size: 28px;
  font-family: "Noto Serif", serif;
  color: #111;
}

.dashboard-main-title h1 small {
  font-size: 55%;
  font-family: "Open Sans", sans-serif;
  color: #222;
  font-style: italic;
  font-weight: 400;
}

.dashboard-main-title a {
  background: #363636;
  color: #fff;
  padding: 5px 12px 6px;
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  border-radius: 3px;
}

.dashboard-form input.btn,
.dashboard-form button.btn,
.dashboard-form a.btn {
  background: #d50e00;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  padding: 7px 14px 8px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 12px;
  height: auto;
  transition: 0.5s ease-in-out;
  opacity: 0.9;
}

.dashboard-form input.btn:hover,
.dashboard-form button.btn:hover,
.dashboard-form a.btn:hover {
  opacity: 1;
}

.dashboard-form form input,
.dashboard-form form select,
.dashboard-form form textarea {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-size: 16px;
  border-radius: 0;
  border-bottom: 1px solid #c3c3c3;
  padding: 6px 10px;
  height: 44px;
  font-weight: 400;
}

.dashboard-form form textarea {
  height: 100px !important;
}

.dashboard-form form .textarea-box .input-group-text {
  align-items: start;
  position: relative;
  margin-top: 9px;
}

.dashboard-form form .dimension-block .input-group.form-box span.input-group-text {
  background: #fff;
  border: 0;
  border-bottom: 0;
  border-radius: 0;
  color: #000000;
  padding: 0 8px 0 0;
  display: inline-flex;
  align-self: end;
}

.dashboard-form form .input-group.form-box span.input-group-text {
  color: #888;
  font-size: 15px;
  padding: 6px 8px;
  padding-right: 0;
  background: #fff;
  border-top: 0;
  border-left: 0;
  border-radius: 0;
  border-right: 0;
}

.dashboard-form form .form-box {
  margin-bottom: 20px;
}

.dashboard-form form label.main-label {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin-bottom: 6px;
}

.dashboard-form form label.main-label small {
  font-size: 75%;
  font-style: italic;
  font-weight: 400;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: transparent;
}

form .dimension-block {
  border: 1px solid #dee5ef;
  background: #f9f9f9;
  padding: 16px;
  position: relative;
  margin-bottom: 20px;
}

form .dimension-block h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #222;
  border-bottom: 0;
}

form .dimension-block h3 small {
  font-weight: 400;
  color: #222;
  font-size: 90%;
}

form .dimension-block input,
form .dimension-block input:focus {
  height: 38px;
  background: transparent;
}

form .dimension-block span.input-group-text {
  background: transparent !important;
  padding-left: 0;
}

form .dimension-block label {
  font-size: 15px;
  font-weight: 500;
  color: #363636;
  align-self: end;
  padding-top: 0;
  padding-bottom: 0;
}

form .dimension-block .input-group span.input-group-text.db {
  border-bottom: 0 !important;
  color: #363636 !important;
  font-size: 15px;
  padding-bottom: 0;
  font-weight: 500;
  align-self: end;
}

form .dimension-block .input-group input {
  font-size: 15px;
  padding-bottom: 0;
}

form .dimension-block .form-box {
  margin-bottom: 10px !important;
}

a.add-more-btn {
  font-size: 14px;
  color: #d50e00;
  border: 1px solid #d50e00;
  padding: 2px 6px;
  display: inline-block;
  border-radius: 4px;
  font-weight: 500;
}

/*------------------------ My Profile Dashboard End --------------------------*/
.wrapper-radio.wrapper-color-block .wrapper-box {
  width: 9.09%;
}

.wrapper-radio.wrapper-color-block .option {
  padding: 6px;
  width: 100%;
  height: 75px;
  position: relative;
  border: 3px solid #fff;
}

.wrapper-radio.wrapper-color-block .option.active i.fa-solid {
  color: #009b00;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 2px;
  padding: 2px;
  border-radius: 50%;
  font-size: 12px;
}

.wrapper-radio.wrapper-color-block .option.active span {
  background: #c4ffc4;
  color: green;
}

.wrapper-radio.wrapper-color-block .option .dot {
  visibility: hidden;
  width: 0;
  opacity: 0;
}

.wrapper-radio.wrapper-color-block .option span {
  font-size: 11px;
  color: #333;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: #fff;
}

.wrapper-radio.wrapper-color-block .option i {
  display: none;
}

.wrapper-radio.wrapper-color-block .option.active i {
  display: block;
}

/*------------------------ Terms Condition Start --------------------------*/
.prod-terms-conditions-block p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #222;
  margin-bottom: 0;
  margin-top: 12px;
}

.prod-terms-conditions-block h4 {
  color: #313131;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 700;
}

.prod-terms-conditions-block ul {
  list-style-type: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.prod-terms-conditions-block ul li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #222;
  margin-bottom: 0;
  margin-top: 12px;
}

.prod-terms-conditions-block ul li span {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
}

.prod-terms-conditions-block ol {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  list-style-type: none;
}

.prod-terms-conditions-block ol li {
  padding-left: 20px;
}

form.form-accept-tc {
  margin-top: 12px;
}

.form-check-input:focus {
  box-shadow: none;
}

form.form-accept-tc label.form-check-label {
  margin-left: 5px;
  font-size: 16px;
  font-weight: 500;
}

form.form-accept-tc label.form-check-label {
  margin-left: 2px;
  font-size: 15px;
  font-weight: 600;
  display: block;
}

form.form-accept-tc input.form-check-input {
  border: 1px solid #a5a5a5;
  padding: 8px;
  position: relative;
  top: -1px;
}

.border-textarea {
  border: 1px solid #b3b3b3;
  padding: 0 12px;
}

.border-textarea span.input-group-text {
  border-bottom: 0 !important;
}

.border-textarea textarea.form-control {
  border-bottom: 0;
}

.form-accept-block label,
.form-accept-block input {
  cursor: pointer;
}

.tc-success-block {
  background: #fff;
  padding: 30px 30px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  margin: 0 30px;
}

.p-fail-block svg {
  fill: #d50e00 !important;
  width: 75px;
  margin-bottom: 12px;
}

.tc-success-block svg {
  fill: #00a509;
  width: 75px;
  margin-bottom: 12px;
}

.tc-success-block svg.request-fail {
  fill: #d50e00;
}

.tc-success-block svg.request-expired {
  fill: #008e91;
}

.tc-success-block h1 {
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 4px;
  color: #222;
}

.tc-success-block p {
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
}

/*------------------------ Terms Condition End --------------------------*/
/*------------------------ Cover Image Start --------------------------*/
.cover-image input {
  display: none;
}

.cover-image label {
  display: block;
  width: 100%;
  text-align: center;
  color: #a5a5a5;
  font-family: "Open Sans", sans-serif;
  text-transform: Uppercase;
  border-radius: 6px;
  border: 2px dashed #afafaf;
  cursor: pointer;
  padding: 70px 20px;
  background: #f9f9f9;
}

.cover-image img {
  width: 100%;
  height: 200px;
  display: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.cover-image span.mup-main-msg {
  font-size: 18px;
}

.cover-image .mup-main-msg i {
  font-size: 55px;
}

.cover-image .preview {
  position: relative;
}

.cover-image .preview a {
  position: absolute;
  top: 0;
  right: 0;
  background: #d50e00;
  opacity: 1;
  line-height: 20px;
  padding: 3px 5px;
  color: #fff;
  border-radius: 0;
  font-size: 20px;
  border: 1px solid #ddd;
}

.btn-close:focus {
  box-shadow: none;
}

.product-image-block {
  border: 2px dashed #afafaf;
  padding: 20px 12px;
  height: 200px;
  width: 100%;
  border-radius: 6px;
  background: #f9f9f9;
  cursor: pointer;
}

.product-image-block span.mup-main-msg {
  font-size: 16px;
  line-height: 18px;
}

.product-image-block .mup-main-msg i {
  font-size: 40px !important;
}

.product-image-block span.mup-main-msg small {
  font-size: 75%;
  font-weight: 400;
  font-style: italic;
}

/*------------------------ Cover Image End --------------------------*/
/*------------------------ Custom Radio Start --------------------------*/
.wrapper-radio {
  display: inline-flex;
  flex-wrap: wrap;
  background: #fff;
  align-items: center;
  width: 100%;
}

.wrapper-radio .wrapper-box {
  width: 20%;
  flex: 0 0 auto;
}

.wrapper-radio .option {
  background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 0;
  cursor: pointer;
  padding: 8px;
  border: 1px solid #dbdbdb;
  transition: all 0.3s ease;
  background: #f5f7fa;
}

.wrapper-radio .option .dot {
  height: 12px;
  width: 12px;
  background: #d9d9d9;
  border-radius: 50%;
  position: relative;
  margin-right: 6px;
}

.wrapper-radio .option .dot::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 3px;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.3s ease;
}

.wrapper-radio input[type=radio] {
  display: none;
}

#option-1:checked:checked ~ .option-1,
#option-2:checked:checked ~ .option-2,
#option-3:checked:checked ~ .option-3,
#option-4:checked:checked ~ .option-4,
#option-5:checked:checked ~ .option-5,
#option-6:checked:checked ~ .option-6,
#option-7:checked:checked ~ .option-7,
#option-8:checked:checked ~ .option-8 {
  border-color: #40bb6b;
  background: #b5ffcf;
}

#option-1:checked:checked ~ .option-1 .dot,
#option-2:checked:checked ~ .option-2 .dot,
#option-3:checked:checked ~ .option-3 .dot,
#option-4:checked:checked ~ .option-4 .dot,
#option-5:checked:checked ~ .option-5 .dot,
#option-6:checked:checked ~ .option-6 .dot,
#option-7:checked:checked ~ .option-7 .dot,
#option-8:checked:checked ~ .option-8 .dot {
  background: #117a36;
}

#option-1:checked:checked ~ .option-1 .dot::before,
#option-2:checked:checked ~ .option-2 .dot::before,
#option-3:checked:checked ~ .option-3 .dot::before,
#option-4:checked:checked ~ .option-4 .dot::before,
#option-5:checked:checked ~ .option-5 .dot::before,
#option-6:checked:checked ~ .option-6 .dot::before,
#option-7:checked:checked ~ .option-7 .dot::before,
#option-8:checked:checked ~ .option-8 .dot::before {
  opacity: 1;
  transform: scale(1);
}

.wrapper-radio .option span {
  font-size: 15px;
  color: #484848;
  font-weight: 500;
}

#option-1:checked:checked ~ .option-1 span,
#option-2:checked:checked ~ .option-2 span,
#option-3:checked:checked ~ .option-3 span,
#option-4:checked:checked ~ .option-4 span,
#option-5:checked:checked ~ .option-5 span,
#option-6:checked:checked ~ .option-6 span,
#option-7:checked:checked ~ .option-7 span,
#option-8:checked:checked ~ .option-8 span {
  color: #117a36;
}

ul.product-step-block {
  margin-bottom: 30px;
  list-style-type: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  display: flex;
  width: 100%;
  justify-content: left;
}

ul.product-step-block li {
  flex: 0 0 auto;
  width: 20%;
  background: #2e5a4d;
  -webkit-clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
          clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
  font-size: 17px;
  line-height: 20px;
  text-align: left;
  opacity: 0.6;
  transition: 0.6s ease-in-out;
}

ul.product-step-block li.active,
ul.product-step-block li.active:hover {
  opacity: 1;
}

ul.product-step-block li:hover {
  opacity: 0.7;
}

ul.product-step-block li:first-child {
  -webkit-clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 0% 50%, 0% 0%);
          clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 0% 50%, 0% 0%);
}

ul.product-step-block li a {
  color: #fff;
  padding: 8px 35px 8px 25px;
  display: block;
  position: relative;
  border: 2px solid #468572;
}

ul.product-step-block li.active a {
  padding: 8px 35px 8px 25px;
}

ul.product-step-block li a small {
  font-size: 80%;
  font-style: italic;
}

ul.product-step-block li a b {
  font-weight: 600;
  font-size: 16px;
  background: #fff;
  padding: 0px 6px 1px;
  color: #0c3e2f;
  position: absolute;
  right: 15px;
  top: 3px;
  border-radius: 50%;
}

/*------------------------ My Product Table Start --------------------------*/
.dashboard-table table tr th {
  background: #2a2a2a;
  border: 1px solid #444444;
  color: #fff;
  padding: 8px 16px;
  vertical-align: middle;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 22px;
}

.dashboard-table table tr td {
  padding: 10px 16px;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  vertical-align: middle;
}

.dashboard-table table tr td.table-link a {
  color: #bbbbbb;
  transition: 0.4s ease-in-out;
}

.dashboard-table table tr td.table-link a:hover {
  color: #d50e00;
}

.dashboard-table table tr td b {
  font-weight: 600;
}

.product-table table tr td,
.product-table table tr th {
  padding: 8px 12px;
  font-size: 15px;
  line-height: 20px;
}

/*------------------------ My Product Table End --------------------------*/
/*------------------------ Ledger Start --------------------------*/
.ledger-dashboard-pro-list-box {
  background: #0c3e2f;
  padding: 12px 12px;
  white-space: normal;
}

.ledger-dashboard-pro-list-box .dashboard-pro-list-box-img img {
  height: 40px !important;
  border: 2px solid #fff;
}

.ledger-dashboard-pro-list-box .dashboard-pro-list-box-img {
  width: 8% !important;
}

.ledger-dashboard-pro-list-box .dashboard-pro-list-box-info {
  width: 92% !important;
  text-align: left;
  margin: auto;
}

.ledger-dashboard-pro-list-box .dashboard-pro-list-box-info h4 {
  background: #0d7678 !important;
  margin-bottom: 2px !important;
}

.ledger-dashboard-pro-list-box .dashboard-pro-list-box .dashboard-pro-list-box-info h1 {
  color: #fff;
  font-weight: 400;
  font-size: 17px;
}

.custom-ledger-dropdown ul.dropdown-menu {
  padding: 0 !important;
  width: 100% !important;
}

.spanbg {
  font-weight: 600;
}

.col1 {
  color: #008900;
}

.col2 {
  color: #d50e00;
}

.custom-ledger-dropdown ul.dropdown-menu {
  border-radius: 0;
  border: 1px solid #d7d7d7;
  overflow-y: scroll;
  max-height: 200px;
}

.custom-ledger-dropdown .dropdown-menu .ledger-dashboard-pro-list-box {
  background: #f7f7f7;
  padding: 8px 12px;
  border-bottom: 1px solid #d7d7d7;
}

.custom-ledger-dropdown .dropdown-menu .dashboard-pro-list-box .dashboard-pro-list-box-info h4 {
  background: #5b8d8f !important;
}

.custom-ledger-dropdown .dropdown-menu .dashboard-pro-list-box .dashboard-pro-list-box-info h1 {
  color: #111;
  font-weight: 500;
}

.custom-ledger-dropdown button.btn.dropdown-toggle {
  width: 100%;
  padding: 0;
  border: 0;
}

.custom-ledger-dropdown button.dropdown-toggle::after {
  position: absolute;
  right: 16px;
  color: #fff;
  top: 50%;
  transform: translate(-50%, -50%);
  border-top: 0.5em solid;
  border-right: 0.5em solid transparent;
  border-left: 0.5em solid transparent;
}

.custom-ledger-dropdown a.dropdown-item {
  padding: 0;
}

.custom-ledger-dropdown li {
  list-style-type: none;
}

/*------------------------ Ledger End --------------------------*/
.mycart-block {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 18px 90px 18px 16px;
  background: #f7f7f7;
  justify-content: space-between;
  border-bottom: 1px solid #e2e2e2;
}

.order-summay-sec-desktop-sec .mycart-block {
  padding: 18px 60px 18px 16px;
}

.mycart-block.orderSummary-block {
  padding: 18px 16px;
}

.mycart-block:last-child {
  border-bottom: 0;
}

.mycart-block img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.mycart-block .mycart-pro-detail {
  padding: 0 16px;
  width: 50%;
}

.order-summay-sec-desktop-sec .mycart-block .mycart-pro-detail {
  width: 80%;
}

.mycart-block .mycart-pro-detail h1 {
  font-size: 16px;
  line-height: 20px;
  color: #111;
  font-weight: 600;
  margin-bottom: 0;
}

.mycart-block .mycart-pro-detail .pick-start-date {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  margin-top: 5px;
  background: #e7e7e7;
  padding: 6px 8px;
  color: #1c1c1c;
  font-style: italic;
  display: inline-block;
}

.mycart-block .mycart-pro-detail .pick-start-date small {
  font-size: 15px;
  font-style: normal;
  color: #000;
}

.mycart-block .mycart-pro-img {
  width: 10%;
}

.mycart-block.buyOutSuccess-block .mycart-pro-img {
  width: 20%;
}

.mycart-block .mycart-pro-detail h2 {
  font-size: 14px;
  font-weight: 600;
  color: #5e5e5e;
  font-style: italic;
  margin-bottom: 0;
}

.mycart-block h3.rent-security {
  font-size: 16px;
  line-height: 20px;
  color: #222;
  margin-bottom: 0;
  width: 20%;
  padding: 0 16px;
  font-weight: 500;
}

.mycart-block h3.rent-security big small {
  font-size: 75%;
}

.mycart-block h3.rent-security i {
  font-weight: 500;
}

.mycart-block h3.rent-security b {
  display: block;
  font-size: 10px;
  line-height: 18px;
  font-weight: 700;
  color: #8d8d8d;
  text-transform: uppercase;
}

.mycart-block .select-form {
  width: 25%;
  padding: 0 12px;
}

.mycart-block .select-form label {
  font-size: 14px;
  color: #5e5e5e;
  font-weight: 600;
  margin-bottom: 2px;
  font-style: italic;
}

.mycart-block .select-form label a {
  background: #565656;
  color: #fff;
  font-size: 10px;
  line-height: 11px;
  padding: 1px 5px;
  border-radius: 50%;
}

.mycart-block .select-form select.form-select {
  font-size: 15px;
  padding: 5px 10px;
  border-radius: 0;
}

.pickup-date i {
  position: absolute;
  right: 14px;
  top: 8px;
  color: #b4b4b4;
}

.mycart-block a.trash-btn {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 20px;
  color: #ffffff;
  font-size: 13px;
  line-height: 13px;
  background: transparent;
  padding: 6px 6px;
  text-align: center;
  border-radius: 2px;
}

.mycart-block a.trash-btn i {
  color: #8b8b8b !important;
  border-radius: 50%;
  padding: 1px 0;
  margin-bottom: 3px;
  font-size: 19px;
}

.order-summ-btn a.main-btn {
  display: inline-block;
  margin-top: 5px;
}

.order-summ-btn a.main-btn-secoundary {
  background: transparent;
  border: 1px solid #505050;
  color: #161616;
  font-weight: 600;
}

.empty-cart-block {
  text-align: center;
  padding: 20px 20px;
}

.empty-cart-block svg {
  fill: #333;
  width: 110px;
  opacity: 0.3;
  margin-bottom: 16px;
}

.empty-cart-block h1 {
  font-size: 28px;
  font-weight: 600;
  color: #222;
  margin-bottom: 6px;
}

.empty-cart-block p {
  font-size: 18px;
  line-height: 24px;
  color: #333;
  margin-bottom: 20px;
}

.empty-cart-block a.main-btn {
  display: inline-block;
}

.order-summary-block {
  padding: 25px 20px;
  border: 1px solid #d3d3d3;
  background: #fff;
  position: sticky;
  top: 20px;
}

.order-summary-block h1 {
  font-size: 24px;
  font-family: "Noto Serif", serif;
  color: #000;
  margin-bottom: 12px;
}

.order-summary-block .order-summary-box {
  display: flex;
  justify-content: space-between;
}

.order-summary-block .order-summary-box .order-summary-box-title p,
.order-summary-block .order-summary-box .order-summary-box-price p {
  font-size: 15px;
  margin-bottom: 7px;
}

.order-summary-block .order-summary-box .order-summary-box-title p {
  color: #464646;
  font-style: italic;
  font-weight: 500;
}

.order-summary-block .order-summary-box .order-summary-box-price p {
  font-weight: 600;
  color: #000;
}

.order-summary-block .order-summary-box .order-summary-box-price p i {
  font-size: 80%;
}

.order-summary-block .order-summary-box-total {
  border-top: 1px solid #dbdbdb;
  padding-top: 6px;
  border-bottom: 1px solid #dbdbdb;
}

.order-summary-block .order-summary-box-total .order-summary-box-title p {
  font-weight: 600;
  color: #222;
}

.order-summary-block .order-summary-box-total .order-summary-box-price p {
  font-weight: 600;
  color: #222;
  font-size: 19px;
}

.discount-block {
  margin-top: 12px;
}

.discount-block label {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 2px;
  color: #222;
}

.discount-block input.form-control {
  border-radius: 0;
  padding: 5px 12px 7px;
  font-size: 15px;
  color: #222;
  border-right: 0;
}

.discount-block input.form-control:focus {
  border: 1px solid #ced4da;
  border-right: 0;
}

.discount-block span.input-group-text {
  background: #fff;
  border-left: 0;
  padding: 3px 4px;
  border-radius: 0;
}

.discount-btn button.btn {
  display: inline-block;
  background: #4c4c4c;
  color: #fff;
  padding: 4px 10px;
  font-size: 13px;
  text-transform: uppercase;
  transition: 0.5s ease-in-out;
}

.discount-btn button.btn:hover {
  opacity: 0.9;
}

.discount-remove-block {
  display: flex;
  justify-content: space-between;
}

.discount-remove-block p {
  margin-bottom: 0;
  font-size: 15px;
  color: #008f2c;
  font-weight: 500;
  text-transform: capitalize;
}

.discount-remove-block a i {
  color: #979797;
  font-size: 15px;
}

/*------------------------ Dashboard Multiple Image Start --------------------------*/
.multiple-uploader {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 6px;
  border: 2px dashed #afafaf;
  cursor: pointer;
  padding: 20px 16px;
}

.mup-msg {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mup-msg .mup-main-msg {
  color: #818181;
  font-size: 20px;
  font-weight: 600;
}

.mup-msg .mup-msg {
  color: #737373;
}

.mup-msg .mup-main-msg i {
  font-size: 50px;
  color: #d7d7d7;
  margin-bottom: 5px;
  display: block;
}

.image-container {
  margin: 1rem;
  width: 120px;
  height: 120px;
  position: relative;
  cursor: auto;
  pointer-events: unset;
}

.image-container:before {
  z-index: 3;
  content: "✖";
  align-content: center;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
  color: white;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e50000;
  pointer-events: all;
  cursor: pointer;
}

.image-preview {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 12px;
}

.image-size {
  position: absolute;
  z-index: 1;
  height: 120px;
  width: 120px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  font-weight: bolder;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  opacity: 0;
  pointer-events: unset;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}

.image-size:hover {
  opacity: 1;
}

.exceeded-size {
  position: absolute;
  z-index: 2;
  height: 120px;
  width: 120px;
  display: flex;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: white;
  background: rgba(255, 0, 0, 0.6);
  pointer-events: unset;
}

/*------------------------ Dashboard Multiple Image Start --------------------------*/
/*------------------------ Dashboard My Products Start --------------------------*/
.dashboard-pro-list-box {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cfd7e3;
  justify-content: space-between;
  position: relative;
}

.dashboard-pro-list-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.dashboard-pro-list-box .dashboard-pro-list-box-img img {
  width: 100%;
  /*height: 140px;*/
  -o-object-fit: contain;
  object-fit: contain;
  transition: 0.3s ease-in-out;
}

.dashboard-pro-list-box .dashboard-pro-list-box-img span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  padding: 5px 6px;
  font-weight: 500;
}

.dashboard-pro-list-box .dashboard-pro-list-box-img span b {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 4px;
  position: relative;
  top: -1px;
}

span.available {
  color: #006a00;
  background: #ceffe8;
}

span.available b {
  background: #006a00;
}

span.published {
  color: #e35511;
  background: #ffe4d7;
}

span.published b {
  background: #e35511;
}

span.under_review {
  color: #d50e00;
  background: #ffd7d4;
}

span.under_review b {
  background: #d50e00;
}

span.sold {
  color: #585858;
  background: #d3d3d3;
}

span.sold b {
  background: #585858;
}

.dashboard-pro-list-box:hover .dashboard-pro-list-box-img img {
  transform: scale(1.2);
}

.dashboard-pro-list-box .dashboard-pro-list-box-img,
.dashboard-pro-list-box .dashboard-pro-list-box-detail {
  width: 20%;
}

.dashboard-pro-list-box .dashboard-pro-list-box-img {
  position: relative;
  overflow: hidden;
}

.dashboard-pro-list-box .dashboard-pro-list-box-info {
  padding: 0 60px 0 20px;
  width: 80%;
}

.dashboard-pro-list-box .dashboard-pro-list-box-info h1 {
  font-size: 17px;
  margin-bottom: 0;
  color: #111;
  font-weight: 500;
}

.dashboard-pro-list-box .dashboard-pro-list-box-info h2 {
  font-size: 13px;
  color: #5c5c5c;
  margin-bottom: 8px;
}

.dashboard-pro-list-box .dashboard-pro-list-box-info h3 {
  font-size: 14px;
  margin-bottom: 3px;
  color: #222;
}

.dashboard-pro-list-box .dashboard-pro-list-box-info h3 b {
  font-weight: 600;
}

.dashboard-pro-list-box .dashboard-pro-list-box-info h4 {
  font-size: 11px;
  margin-bottom: 4px;
  background: #767676;
  display: inline-block;
  color: #fff;
  padding: 2px 4px 3px;
  border-radius: 2px;
}

.dashboard-pro-list-box .dashboard-pro-list-box-detail svg {
  width: 60px;
  fill: #505050;
  filter: opacity(0.3);
}

.dashboard-pro-list-box .dashboard-pro-list-box-detail h5 {
  font-size: 15px;
  color: #858585;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 2px;
  font-style: italic;
}

.main-a-link {
  margin-top: 12px;
}

.main-a-link a {
  display: inline-block;
  text-align: center;
  margin-right: 14px;
}

.main-a-link a i {
  font-size: 16px;
  padding: 4px 4px;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 0;
  transition: 0.4s ease-in-out;
}

.main-a-link a span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #424242;
}

.main-a-link a.color1 i {
  color: #1f5599;
  background: #d4e7ff;
}

.main-a-link a.color2 i {
  color: #d1209b;
  background: #ffe4f5;
}

.main-a-link a.color3 i {
  color: #006a00;
  background: #d1ffea;
}

.main-a-link a.color4 i {
  color: #d50e00;
  background: #ffeaea;
}

.main-a-link a.color5 i {
  color: #ff5e00;
  background: #ffe7d9;
}

/*------------------------ Dashboard My Products End --------------------------*/
/*------------------------ Dashboard Navbar Tab Start --------------------------*/
.dashboard-nav-tab-block ul.nav.nav-tabs {
  background: #f5f7fa;
  position: sticky;
  top: 0;
  z-index: 99;
}

.dashboard-nav-tab-block ul.nav.nav-tabs li.nav-item {
  width: 50%;
}

.dashboard-nav-tab-block ul.nav.nav-tabs li.nav-item button {
  width: 100%;
  text-align: left;
  border-radius: 0;
  padding: 10px 16px;
  font-size: 16px;
  color: #111;
  font-weight: 600;
  text-transform: uppercase;
}

.dashboard-nav-tab-block ul.nav.nav-tabs li.nav-item button.active {
  background: #fff;
}

.dashboard-nav-tab-block .tab-content {
  padding: 20px 16px;
  border: 1px solid #dee2e6;
  border-top: 0;
}

h1.tab-heading {
  background: #e5feff;
  color: #000;
  font-size: 22px;
  padding: 8px 12px;
  font-weight: 400;
  margin-bottom: 20px;
}

/*------------------------ Dashboard Navbar Tab End --------------------------*/
/*------------------------ Dashboard Footer Start --------------------------*/
.dashboard-footer-block {
  background: rgb(18, 18, 18);
  padding: 20px 0;
}

.order-summary-success .tc-success-block {
  box-shadow: none;
  margin: 0;
  background: transparent;
}

.order-summary-success h1.title-text {
  font-size: 26px;
}

/*------------------------ Dashboard Footer End --------------------------*/
/*----------------------------- Alert Messages Start ------------------------------*/
.alert.alert-message {
  padding: 8px 16px;
  border-radius: 4px;
  margin-bottom: 16px;
}

.successbg {
  border: 1px solid #2e9765;
  background: #bdebd6;
  color: #00562d;
}

.dangerbg {
  border: 1px solid #bb7676;
  background: #ffe9e8;
  color: #c11e13;
}

.alert.alert-message button.btn-close {
  padding: 13px;
  font-size: 14px;
}

/*----------------------------- Alert Messages Start ------------------------------*/
/*----------------------------- Product Preview Start ------------------------------*/
ul.navbar-nav.navbar-nav-preview a.nav-link.nav-link2 {
  background: transparent;
  color: #d50e00 !important;
  font-weight: 600;
}

ul.navbar-nav.navbar-nav-preview a.nav-link.nav-link2:hover {
  font-weight: 600;
}

ul.navbar-nav.navbar-nav-preview a.nav-link,
ul.navbar-nav.navbar-nav-preview input.btn {
  border: 1.5px solid #d50e00;
  padding: 6px 20px 7px !important;
  margin-left: 20px;
}

/*.dashboard-form-preview {
    margin-bottom: 20px;
}
.dashboard-form-preview h1 {
    background: #067476;
    color: #fff;
    font-size: 18px;
    padding: 8px 12px;
    margin-bottom: 0;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
}
.dashboard-form-preview h1 a {
    background: #02888b;
    color: #fff;
    font-size: 14px;
    padding: 4px 10px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 3px;
    display: inline-block;
}
.dashboard-form-preview-box {
    padding: 12px 12px;
    border-bottom: 1px solid #d1d1d1;
    background: #f9f9f9;
    border-top: 0;
}
.dashboard-form-preview-box-img {
    margin-left: 20px;
}
.dashboard-form-preview-box-img img {
    height: 150px;
    object-fit: cover;
    border: 2px solid #e3e3e3;
    border-radius: 3px;
}
.dashboard-form-preview-box-info h2 {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 12px;
}
.dashboard-form-preview-box-info h2 b {
    font-weight: 600;
    font-size: 88%;
    line-height: 18px;
    color: #686868;
    font-style: italic;
}*/
/*----------------------------- Product Preview End ------------------------------*/
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}

.upload-btn-wrapper .btns {
  border: 1px dotted gray;
  color: #bdbdbd;
  background-color: white;
  padding: 20px 20px;
  border-radius: 4px;
  font-size: 24px;
  font-weight: 600;
  width: 100%;
}

.upload-btn-wrapper .btns i {
  font-size: 42px;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
}

ul.full-img-block {
  list-style-type: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin-bottom: 0;
}

ul.full-img-block li img {
  width: 100%;
  border: 2px solid #cfcfcf;
  border-radius: 5px;
}

.cover-image-block img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px dashed #afafaf;
}

ul.thumb-img-block {
  list-style-type: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  display: flex;
  flex-wrap: wrap;
}

ul.thumb-img-block img {
  width: 100%;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}

ul.thumb-img-block li {
  border: 4px solid #ffffff;
  position: relative;
  width: 20%;
  margin: 2px 0;
}

ul.thumb-img-block li span {
  display: block;
  font-size: 11px;
  background: #cfcfcf;
  text-align: center;
  color: #000;
  padding: 3px 6px;
  cursor: pointer;
  font-weight: 500;
}

ul.thumb-img-block li.active span {
  background: #b2efb2;
}

ul.thumb-img-block li del {
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
  background: #d50e00;
  color: #fff;
  padding: 0 6px;
  font-weight: 500;
  cursor: pointer;
}

.empty-cart-block.empty-product-block {
  border: 1px solid #d3d3d3;
  padding: 30px 20%;
}

.empty-cart-block.empty-product-block svg {
  width: 100px;
  margin-bottom: 12px;
}

.empty-cart-block.empty-product-block h1 {
  font-size: 24px;
  color: #444;
  margin-bottom: 12px;
}

.empty-cart-block.empty-product-block p {
  color: #555;
  margin-bottom: 12px;
}

.empty-cart-block.empty-product-block a.main-btn {
  font-size: 15px;
  padding: 5px 12px 6px;
  border-radius: 0;
}

.stateCityModal {
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

.stateCityModal .modal-content {
  border-radius: 0;
  border: 0;
}

.stateCityModal .modal-content .modal-header {
  padding: 20px 16px 10px;
  border-bottom: 0;
}

.stateCityModal .modal-content .modal-header h5 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  width: 100%;
  text-align: center;
}

.stateCityModal .modal-content .modal-header button.btn-close {
  opacity: 1;
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 20px;
  filter: invert(1);
  text-shadow: 1px 1px 9px #000;
  padding: 0;
}

.stateCityModal .modal-content .modal-body {
  position: static;
  padding: 10px 16px 25px;
}

.stateCityModal .modal-content .modal-body select.form-select, .stateCityModal .modal-content .modal-body input.form-control {
  font-size: 17px;
  color: #000;
  padding: 9px 12px;
  border-radius: 0;
  font-weight: 400;
  margin-bottom: 20px;
}

.spinLoad-block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}

.spinLoad {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  text-align: center;
}

.spinLoad i {
  color: #ffffff;
  font-size: 70px;
}

.spinLoad h1 {
  color: #fff;
  font-family: "Noto Serif", serif;
  font-size: 20px;
  margin-top: 4px;
  text-shadow: 1px 1px 8px black;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.buy-out-content {
  position: relative;
  text-align: center;
  padding: 0 40px;
}

.buy-out-content img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 12px;
}

.buy-out-content h2 {
  font-size: 18px;
  color: #646464;
  font-style: italic;
  margin-bottom: 0;
  font-weight: 500;
}

.buy-out-content h1 {
  font-size: 19px;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}

h3.buy-out-contenth3 {
  font-size: 24px;
  font-family: "Noto Serif", serif;
  color: #000;
  margin-bottom: 18px;
}

.buy-out-box .buy-out-rent {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}

.buy-out-box .buy-out-rent h6 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  color: #000;
  display: inline-flex;
  align-self: center;
}

.buy-out-box .buy-out-rent p {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
}

.buy-out-box .buy-out-rent.buy-out-rent-total {
  border-top: 1px solid #ced4da;
  padding-top: 8px;
  margin-top: 8px;
}

.buy-out-box .buy-out-rent.buy-out-rent-total p {
  font-size: 20px;
}

.buy-out-box .buy-out-rent p b {
  font-weight: 600;
}

.buy-out-box .buy-out-rent p i {
  font-size: 75%;
}

.buy-out-box .buy-out-rent.buy-out-rent-total h6 {
  font-weight: 700;
}

h4.buy-out-price {
  margin-top: 12px;
  font-size: 21px;
  color: #2a2a2a;
  background: #d4fff3;
  padding: 4px 16px;
  display: inline-block;
  border: 1px solid #90cfbd;
  font-weight: 600;
  margin-bottom: 0;
}

h4.buy-out-price i {
  font-size: 75%;
}

.buy-out-block {
  background: #fff;
  padding: 30px;
}

.line-symbol-box {
  background: #d3dae5;
  width: 3px;
  height: 100%;
  margin: auto;
  position: relative;
}

.line-symbol-box i {
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translate(-50%, -50%);
  background: #fff;
  color: #d9271a;
  padding: 5px 7px;
  border-radius: 50%;
  font-size: 26px;
  border: 3px solid #d3dae5;
}

.line-symbol-box.colr2 i {
  color: #333;
}

.how-buy-out-work-block p {
  font-size: 16px;
  line-height: 23px;
}

.how-buy-out-work-block img {
  width: 75% !important;
}

/*----------------------------- Chat Start ------------------------------*/
.chat-avtar {
  background: #0c3e2f;
  padding: 8px 16px;
}

.chat-avtar .chat-avtar-img {
  display: flex;
  align-self: center;
  align-content: center;
}

.chat-avtar .chat-avtar-img img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1.5px solid #fff;
}

.chat-avtar .chat-avtar-img h2 {
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-self: center;
  align-content: center;
  margin-bottom: 0;
}

.chat-box {
  padding: 20px 12px;
  border: 2px solid #f7f7f7;
  background: #f7f7f7;
  display: grid;
  overflow-y: scroll;
  position: relative;
  height: 300px;
  scroll-behavior: smooth;
}

.chat-box .previous-msg {
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.chat-box .previous-msg a {
  color: #217db3;
}

.chat-box ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.chat-box ul li {
  font-size: 14px;
  line-height: 19px;
  color: #000;
  margin: 8px 0;
  max-width: 80%;
  padding: 10px 16px;
  clear: both;
  position: relative;
}

.chat-box ul li.sendby {
  background: white;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  float: left;
}

.chat-box ul li.sendto {
  background: #d9fdd3;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  float: right;
  padding: 10px 16px 16px;
  text-align: end;
}

.chat-box-form {
  background: #e9e9e9;
  padding: 8px 20px;
}

.chat-box ul li.sendto i {
  position: absolute;
  bottom: 4px;
  right: 4px;
  font-size: 14px;
  color: #2fa11c;
}

.chat-box-form form input.form-control {
  border: 0;
  border-radius: 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04);
  height: 40px;
  padding: 4px 16px;
}

.chat-box-form form button.btn {
  background: white;
  border-radius: 0;
  color: #4e4e4e;
  font-size: 19px;
  padding: 4px 16px;
}

.chat-box ul li small {
  font-size: 72%;
  color: #999;
  font-weight: 500;
  margin-top: 2px;
}

.chat-box ul li.sendto small {
  text-align: end;
}

.chat-box ul li.sendby small {
  text-align: start;
}

.chat-box-form form .input-group span.input-group-text {
  background: #fff;
  border: 0;
  color: #4e4e4e;
  font-size: 19px;
  padding: 4px 4px 4px 12px;
}

/*----------------------------- Chat End ------------------------------*/
/*-----------------------------Main Footer Start ------------------------------*/
footer {
  background: rgb(18, 18, 18);
}

footer .main-footer {
  padding: 40px 0 20px;
}

.main-footer1 h1:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 3px;
  background: #ffffff;
}

.main-footer1 h1 {
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  margin: 0 0 25px;
  font-family: "Noto Serif", serif;
  position: relative;
}

.main-footer1 ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.main-footer1 ul li {
  margin-bottom: 3px;
}

.main-footer1 ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  display: inline-block;
}

.main-footer1 ul li a i {
  font-size: 90%;
  position: relative;
  top: -2px;
  margin-right: 2px;
}

.contact-chat {
  margin-bottom: 12px;
}

.contact-chat a {
  color: #fff;
  padding: 8px 16px 10px;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  border-radius: 6px;
  background: #1a2424;
}

.social-media ul {
  margin-bottom: 0;
  list-style-type: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  display: flex;
  justify-content: flex-end;
}

.main-copyrights p {
  text-align: left;
}

.social-media ul li {
  margin-right: 14px;
}

.social-media ul li a {
  color: #0b1010;
  border-top: 0;
  border-left: 0;
  display: inline-block;
  font-size: 14px;
  /*background: #bbbbbb;*/
  height: 30px;
  width: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.main-copyrights p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #cdcdcd;
}

.main-copyrights p a {
  color: #cdcdcd;
}

.main-copyrights {
  padding: 8px 0;
  border-top: 2px solid #1a1a1a;
}

/*-----------------------------Main Footer End ------------------------------*/
.no-product-page svg {
  fill: #333;
  width: 110px;
  opacity: 0.3;
  margin-bottom: 16px;
}

.no-product-page {
  text-align: center;
  padding: 20px 20px;
}

.payment-main-header ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.payment-main-header ul li {
  text-decoration: none;
  list-style: none;
}

.payment-main-header ul .username a.nav-link.dropdown-toggle b {
  background: #0c3e2f;
  padding: 2px 11px !important;
  border-radius: 50%;
  margin-right: 3px;
  color: #fff;
  font-weight: 500;
}

.payment-main-header .payment-page-logo a img {
  width: 250px;
}

.payment-navbar {
  padding: 16px 0;
  background: #fff;
}

.error-show-not-verifay {
  font-size: 14px;
  padding: 10px;
  border-radius: 5px;
  background: #f3d2d2;
}

.error-show-not-verifay small {
  font-size: 14px;
}

.loginblock2 {
  padding: 30px 40px;
  background-color: #fff;
  border-radius: 5px;
}

.login-footer2 p {
  font-size: 15px;
  font-weight: 500;
  color: #222;
  margin-bottom: 0;
  margin-top: 4px;
  text-align: center;
}

.login-footer2 p a {
  color: #036a6c;
  transition: 0.5s ease-in-out;
}

/*#prod-rent-block table {
    border: 1px solid #c3c3c3;
    text-transform: capitalize;
    width: 100%;
    font-size: 15px;
}
#prod-rent-block table tr {
    border: 1px solid #c3c3c3;
}
#prod-rent-block table tr td {
    padding: 8px;
}
#prod-rent-block table tr :nth-child(1) {
    border: 1px solid #c3c3c3;
}*/
.login-block1 {
  width: 100%;
}

.coupan-error-msg {
  margin-top: 10px;
  width: 100%;
}

.coupan-error-msg small .alert.alert-message {
  padding: 4px 5px !important;
  border-radius: 4px;
  font-size: 13px !important;
  margin-bottom: 0 !important;
}

.coupan-error-msg small .alert.alert-message button.btn-close {
  padding-top: 3px !important;
  padding-right: 0 !important;
  font-size: 12px !important;
}

.seller-detalis {
  padding: 25px 20px;
  border: 1px solid #d3d3d3;
  background: #fff;
  height: 100%;
}

.seller-detalis .seller-name {
  display: flex;
  align-items: center;
}

.seller-detalis .seller-name span {
  color: #464646;
  padding: 2.7px;
  font-weight: 500;
  font-style: italic;
}

.seller-detalis .seller-name i {
  margin-right: 8px;
}

.seller-detalis h1 {
  font-size: 24px;
  font-family: "Noto Serif", serif;
  color: #000;
  margin-bottom: 12px;
}

.product-category-name {
  display: flex;
  flex-wrap: wrap;
  padding: 5px !important;
  margin: 0 !important;
}

.product-category-name li .catogorey-pro {
  list-style: none;
  padding: 10px 5px 10px 5px;
  background: #fff;
  border: 1px solid #dae0e9;
  border-radius: 5px;
  flex-direction: column;
  display: flex;
  align-items: center;
}

.product-category-name li {
  list-style: none;
  padding: 5px 5px;
}

.product-category-name li svg {
  width: 20px;
  fill: #6e6e6e;
}

.p-0 {
  padding: 0 !important;
}

.product-category-name li a {
  color: #222;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}

.logo-register-form {
  display: none !important;
}

.sub-header-block1 {
  display: none !important;
}

.mobile-filter1 {
  display: none !important;
  position: sticky;
  top: 0;
  z-index: 999;
}

.desktop-filter1 {
  display: block !important;
}

.product-price-duration {
  display: flex;
  align-items: center;
}

.mycart-block-detail {
  display: flex;
  width: 100%;
}

.mycart-right-side {
  display: flex;
  width: 100%;
  align-items: center;
}

.mycart-rent-sec-price {
  display: flex;
  width: 100%;
}

.mycart-block-detail .mycart-rent-sec-price h3.rent-security {
  width: 50%;
}

.pick-start-date {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 17px;
  font-weight: 600;
  background: #e7e7e7;
  padding: 6px 8px;
  color: #1c1c1c;
  font-style: italic;
  display: inline-block;
}

.pick-start-date1 {
  display: block;
}

.pick-start-date2 {
  display: none;
}

.mycart-block.orderSummary-block1 {
  align-items: start;
  flex-direction: column;
}

.success-sec-pickdate-seller-details {
  display: flex;
  align-items: center;
  font-style: oblique;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
}

.seller-alldetail {
  display: flex;
  font-weight: 600;
  font-style: oblique;
  color: #5e5e5e;
  flex-wrap: wrap;
}

.seller-alldetail .seller-name {
  padding: 1px 5px;
}

.seller-btn {
  padding: 11px 13px;
  background: #e7e7e7;
  height: 100%;
  cursor: pointer;
}

.seller-btn a {
  padding: 1px 5px;
  color: #5e5e5e;
  border-radius: 4px;
  font-size: 15px;
}

.inner-page-banner {
  width: 100%;
  overflow: hidden;
}

.inner-page-banner img {
  height: 55vh;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.about-us-content-block h1 {
  margin-bottom: 0;
  font-size: 46px;
  line-height: 52px;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Serif", serif;
  font-style: italic;
  position: relative;
}

.about-us-content-block-title {
  margin-bottom: 20px;
}

.about-us-content-block h1::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 5px;
  background: #d50e00;
}

.about-us-content-block p {
  padding-top: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: 400;
}

.inner-page-breadcrumb nav .breadcrumb {
  display: flex;
  padding: 10px 0px;
  align-items: center;
}

.inner-page-breadcrumb nav ol li a {
  font-size: 16px;
  color: #000;
}

.inner-page-breadcrumb nav ol li.active {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.contact-us-page-sec .input-block {
  border-bottom: 2px solid #c8c6c6 !important;
  padding: 0px 8px;
  width: 100%;
}

.contact-us-page-sec .input-block input {
  width: 100%;
  height: 40px;
  border: 0 !important;
  color: #787a7a;
  padding: 5px;
  background-color: transparent;
}

.contact-us-page-form-sec-title h1 {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 55px;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Serif", serif;
  font-style: italic;
}

.contact-us-page-sec .input-block input:focus {
  outline: none;
}

.contact-us-page-sec form {
  background: #fff;
  padding: 40px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.contact-us-page-sec .input-block textarea:focus {
  outline: none;
}

.contact-us-page-sec .input-block textarea {
  width: 100%;
  height: 60px;
  border: 0 !important;
  color: #787a7a;
  padding: 5px;
  background-color: transparent;
}

.contact-form-sub-btn button {
  background: #1c5444;
  color: #fff;
  display: block;
  padding: 5px 16px 5px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 4px;
  opacity: 0.9;
  transition: 0.5s ease-in-out;
  border: 0;
  width: 100%;
  font-size: 20px;
}

.contact-us-page-info-sec .info-sec-block {
  font-size: 20px;
  display: flex;
  align-items: baseline;
  gap: 15px;
  line-height: 33px;
  color: #fff;
}

.contact-us-page-info-sec {
  background: #1c5444;
  padding: 40px;
  height: 100%;
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.contact-us-page-info-sec-title h1 {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 55px;
  color: #fff;
  font-weight: 400;
  font-family: "Noto Serif", serif;
  font-style: italic;
}

.faqs-page-sec-content-seller-block {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 15px 12px;
  border-radius: 6px;
  background: #f5f7fa;
  transition: 0.4s ease-in-out;
  border: 1px solid #c1cee1;
}

.faqs-page-sec-content-seller-block svg {
  width: 62px;
  fill: #1c5444;
  filter: opacity(0.7);
  transition: 0.4s ease-in-out;
}

.faqs-page-sec-title h1 {
  margin-bottom: 0;
  font-size: 38px;
  line-height: 55px;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Serif", serif;
  font-style: italic;
  position: relative;
}

.faqs-page-sec-title {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faqs-page-sec-title h1::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 80px;
  height: 5px;
  background: #d50e00;
}

.faqs-page-sec-content-seller-block h1 {
  font-size: 20px;
  margin-top: 12px;
  margin-bottom: 0;
  color: #222;
  text-transform: uppercase;
  font-weight: 400;
}

.faqs-seller-page-sec-title {
  margin-bottom: 45px;
}

.faqs-seller-page-sec-title h1::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 80px;
  height: 5px;
  background: #d50e00;
}

.faqs-seller-answer-page-sec-content-block-1st-block {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.faqs-seller-answer-page-sec-content-block-2st-block {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 0 !important;
}

.faqs-seller-page-sec-title h1 {
  margin-bottom: 0;
  font-size: 38px;
  line-height: 55px;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Serif", serif;
  font-style: italic;
  position: relative;
}

.faqs-page-seller-block-questions {
  background: #fff;
  padding: 30px 50px;
  border-radius: 6px;
}

.faqs-page-seller-block-questions ul li {
  color: #000;
  line-height: 35px;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 19px;
}

.faqs-page-seller-block-questions h2 {
  margin-bottom: 0;
  font-size: 28px;
  line-height: 55px;
  color: #282828;
  font-weight: 400;
  font-family: "Noto Serif", serif;
  font-style: italic;
  position: relative;
}

.faqs-page-seller-block-questions a {
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
  gap: 6px;
}

.faqs-page-seller-block-questions a i {
  background-color: #1c5444;
  height: 20px;
  width: 20px;
  color: #fff;
  border-radius: 50%;
  margin: 0px 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.faqs-page-seller-block-questions ul {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.faqs-page-seller-block-questions ul li i {
  font-size: 8px;
  color: #1c5444;
}

.faqs-seller-answer-page-sec-content-block {
  background: #fff;
  padding: 30px;
  border-bottom: 1px solid #c1cee1;
}

.faqs-seller-answer-page-sec-content-block h4 {
  font-size: 24px;
}

.faqs-seller-answer-page-sec-content-block p {
  font-size: 17px;
  line-height: 28px;
  color: #333;
  font-weight: 400;
}

.inner-banner-bg {
  position: relative;
  background: #1c5444;
  padding: 30px 0px;
}

.inner-bg-title h1 {
  color: #fff;
  font-size: 36px;
  font-family: "Noto Serif", serif;
  margin-bottom: 0;
}

section.siteMapSection {
  padding: 50px 0;
}

h2.categoryTitle {
  font-size: 24px;
  line-height: 28px;
  color: #161616;
  font-weight: 600;
  margin-bottom: 16px;
  text-align: center;
}

.siteMapBlock {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
}

.siteMapBlock:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.siteMapBlock h3 {
  font-size: 18px;
  line-height: 25px;
  color: #111;
  margin-bottom: 6px;
  font-weight: 600;
}

.siteMapList a:hover {
  text-decoration: underline !important;
  color: #111;
}

.siteMapList {
  position: relative;
}

.siteMapList a {
  position: relative;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #232323;
  margin: 0 0 4px 0;
  transition: 0.4s ease-in-out;
  display: block;
  padding-left: 14px;
}

.siteMapList a i {
  position: absolute;
  left: 0;
  top: 3.5px;
  color: #c9c9c9;
  font-size: 80%;
}

.privacy-block h1 {
  font-size: 40px !important;
}

.privacy-block h1::before {
  bottom: -3px !important;
}

.privacy-policy-content h4 {
  font-size: 24px;
  color: #1c5444;
  margin-top: 25px;
}

.privacy-policy-content ul li {
  font-size: 17px;
  color: #333;
  font-weight: 400;
  line-height: 28px;
}

.privacy-policy-content p span {
  margin-right: 5px;
  font-size: 18px;
  font-weight: 500;
}

.privacy-policy-content .table-responsive .table tbody tr td {
  font-size: 17px;
  line-height: 24px;
  color: #333;
  font-weight: 400;
}

.privacy-policy-content .table-responsive .table thead tr th {
  font-size: 17px;
  line-height: 24px;
  color: #333;
}

.privacy-policy-content-i {
  display: flex;
  align-items: baseline;
}

.privacy-policy-content-i span.roman-number {
  padding-right: 15px;
}

.pickUpDetails {
  position: relative;
  margin-top: 8px;
}

.pickUpDetails span.pickUpText {
  font-size: 13px;
  line-height: 18px;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #d9d9d9;
  color: #222;
  font-weight: 600;
}

.pickUpDetails span.pickUpText:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.pickUpDetails span.pickUpText i {
  margin-right: 3px;
  color: #a3a3a3;
}

.rentAmtBoxrow {
  display: flex;
  flex-wrap: wrap;
}

.rentAmtBoxrow .rentAmtBoxColumn {
  flex: 0 0 auto;
  width: 16.66%;
}

.rentAmtBox {
  position: relative;
  background: #ffffff;
  text-align: center;
  border: 1px solid #e1e1e1;
  margin: 2px;
  padding: 45px 6px;
  border-radius: 3px;
  overflow: hidden;
}

.rentAmtBox span.rentMonthCount {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #535353;
  color: #fff;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  padding: 4px 22px 4px 6px;
}

.rentAmtBox h4 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #333;
}

.rentAmtBox h4 small {
  font-size: 68%;
  line-height: 14px;
  color: #515151;
  font-weight: 500;
}

.rentAmtBox a.deftBtn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(46, 90, 77, 0.2);
  color: #2e5a4d;
  font-size: 13px;
  line-height: 18px;
  padding: 6px 0;
  font-weight: 600;
}

.rentAmtBox a.deftBtn.deftActive {
  background: rgba(46, 90, 77, 0.74);
  color: #fff;
}

.rentAmtBox a.delsBtn {
  position: absolute;
  top: 0;
  right: 0;
  color: #bfbfbf;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 8px;
}

ul.ratingReviewsUl {
  position: relative;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  list-style-type: none;
  margin-bottom: 0;
  height: 100%;
  max-height: 150px;
  overflow-y: scroll;
  padding-right: 12px;
}

ul.ratingReviewsUl::-webkit-scrollbar {
  width: 4px;
  border-radius: 6px;
}

ul.ratingReviewsUl::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.3);
  border-radius: 20px;
}

ul.ratingReviewsUl::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 20px;
}

ul.ratingReviewsUl li {
  position: relative;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

ul.ratingReviewsUl li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.ratingReviewsUlBox span.ratingStar {
  background: #388e3c;
  color: #fff;
  padding: 1px 5px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
  margin-right: 12px;
  margin-top: 3px;
  height: 100%;
}

.ratingReviewsUlBox span.ratingStar.badRate {
  background: #ff4d4d;
}

.ratingReviewsUlBox span.ratingStar i {
  font-size: 70%;
  position: relative;
  top: -1px;
  margin-left: 1px;
}

.ratingReviewsUlBox .ratingReviewerProfile {
  font-size: 13.5px;
  line-height: 18px;
  align-self: center;
  font-weight: 600;
  color: #393939;
}

.ratingReviewsUlBox .ratingReviewerProfile span.customerName {
  display: inline-block;
  border-right: 1px solid #c5c5c5;
  padding-right: 6px;
  margin-right: 6px;
}

.ratingReviewsUlBox .ratingReviewerProfile span.customerName:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

.ratingReviewsUlBox p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
  color: #000;
  font-weight: 400;
  margin-top: 0;
}

.ratingReviewsUlBox span.ratingTime {
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #8f8f8f;
  font-weight: 400;
  margin-top: 12px;
}

.rent-commission p {
  font-size: 15px;
  font-weight: 600;
  color: #666565;
  line-height: 18px;
}

.dashboard-pro-list-box .dashboard-pro-list-box-img p {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
}

.dashboard-pro-list-box .dashboard-pro-list-box-img a.main-btn {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}/*# sourceMappingURL=main.css.map */