body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Lato", sans-serif !important;
  position: relative;
}
body {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif !important ;
  margin-bottom: 0;
}
span,
b,
p,
strong,
em,
label,
input,
textarea,
button,
select,
ul li,
ol li,
ul li a,
sub,
sup,
samp,
.form-control,
input,
select,
table tr th,
table tr td,
button,
a {
  font-family: "Lato", sans-serif !important ;
}
a {
  transition: all 500ms ease;
}
a:hover,
.page-title:hover {
  color: #dad7d7;
}
.hero-section {
  background: url("https://s3.us-east-2.amazonaws.com/images.rentmy.co/content-image/3893/media/1755667503_ed5x2oj7_Rectangle608.png")
    no-repeat;
  background-position: top;
  background-size: cover;

  min-height: 970px;
  height: 100vh;
  color: white;
  position: relative;
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}


.hero-content {
  z-index: 1;
  margin-top: 104px;
}
.hero-section__subtitle {
  color: #fff;
  text-align: center;
  font-family: "Alex Brush", cursive !important;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.hero-section__title {
  color: #fff;
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.4px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.hero-section__description {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.hero-section__link {
  border-radius: 6px;
  background: #4a5489;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 18px 40px;
  width: fit-content;
  text-transform: uppercase;
}
.hero-section__link:hover {
  background-color: #081631;
}
.form-box {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  padding:15px 20px;
  margin-top: 30px;
  max-width: 1000px;
  margin: 0 auto;

}

/* Custom Dropdown */
.form-box .hero-section__select {
  background-color: white;
  border: 1px solid #e0e0e0;
  padding: 0.375rem 20px;

  height: 55px;
  border-radius: 5px;

  text-align: left;
}
.form-box .hero-section__select select {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 16px;
  color: #424242 !important;
  padding: 0;
}
.dropdown-menu-custom {
  width: 100%;
  padding: 10px 14px;
  border-radius: 10px 0 10px 10px;
  border: 1px solid #cecece;
  background: #fff;
  box-shadow: 0 7px 7px -5px rgba(0, 0, 0, 0.25);
}

.dropdown-item-custom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
}
.dropdown-rental__label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #081631;
  font-size: 18px;
  font-weight: 600;
}

.qty-controls {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 8px;
  border-radius: 5px;
  border: 1px solid #c8c8c8;
  height: 25px;
}

.qty-controls button {
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qty-controls span {
  width: 20px;
  text-align: center;
  color: #7e7c7c;
  font-size: 12px;
  font-weight: 700;
}
.hero-section__date {
  height: 55px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
}
.hero-section__date input {
  width: 100%;
  height: 100%;
  background-color: #ffffff !important;
  border: none !important;
  color: #424242 !important;
  padding: 0 20px;
}
#dynamic_page_contents {
  margin-top: 0px;
}
.hero-section__logo {
  position: absolute;
  top: 22px;
  left: 40px;
  z-index: 99;
  display: flex;
  align-items: center;
  gap: 40px;
}
.contact-header {
  background-color: #f8f8f8;
  padding: 8px 0;
  border: 1px solid #ccc;
}
.contact-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  color: #181616;
}
.contact-icon {
  color: #000;
}
@media (max-width: 768px) {
  .contact-row {
    flex-direction: column;
    align-items: start;
    gap: 5px;
  }
}

.contact-header .container-fluid {
  padding-left: 2%;
  padding-right: 2%;
}
.hero-section__btn {
  border-radius: 10px !important;
  border: 1px solid #081631 !important;
  background: #081631 !important;
  height: 55px;
  padding: 19px !important;
  width: 100%;
  font-size: 18px !important;
  line-height: 1 !important;
  color: #fff !important;
  font-weight: 600 !important;
}
@media (max-width: 1199px) {
  .hero-section__btn {
    font-size: 16px !important;
  }
}
.hero-section__date .form-control:disabled,
.form-control[readonly] {
  background-color: #d7d7d7;
}
.contact-info-phone span {
  font-size: 16px;
}
.dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.experience-section {
  background-color: #f7f7f7;
  padding: 60px 0;
}

.experience-title {
  color: #333131;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.experience-divider {
  width: 3px;
  height: 140px;
  background: #a7a7a7;
}

.experience-text {
  color: #474646;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

@media (max-width: 768px) {
  .experience-divider {
    display: none;
  }
  .contact-info-phone span {
    font-size: 14px;
  }
}
.badge-best-seller {
  border-radius: 3px;
  background: #d9231a;
  padding: 5px 10px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding: 0px 54.59px 4px 10px;
  height: 30px;
}

.package-section-heading {
  color: #333131;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.package-section-btn {
  border-radius: 10px;
  background: #081631;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 19px 40px;
}

.package-card {
  border-radius: 30px;
  background: #4a5489;
  padding-top: 18px;
  padding-bottom: 12px;
  height: 100%;
}

.package-image {
  background-color: white;
  border-radius: 15px;
  padding: 10px;
  margin: 0 15px;
  margin-bottom: 16px;
  text-align: center;
  min-height: 210px;
}
.packagecard-info {
  border-radius: 16px;
  background-color: white;
  padding: 19px 12px;
  margin: 0 10px;
  margin-bottom: 14px;
}
.packagecard-info h3 {
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 600;
}
.package-price {
  color: #444446;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  text-wrap: nowrap;
}
.package-price b {
  color: #4a5489;
  font-size: 20px;
  font-weight: 600;
}
.card-description {
  color: #5c5d62;
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 15px;
}

.btn-view-details {
  border-radius: 25px;
  background: #4a5489;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  height: 30px;
  padding: 0 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.card-icons {
  display: flex;
  gap: 10px;
}

.icon-button {
  border-radius: 20px;
  background: #d4f3ff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.card-bottom {
  border-radius: 20px;
  background: #fff;
  margin: 0 10px;
  padding: 11px 16px;
}
@media (max-width: 1399px) {
  .btn-view-details {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .btn-view-details {
    font-size: 8px;
  }
  .packagecard-info {
    padding: 16px 10px;
    margin: 0px 7px;
    margin-bottom: 14px;
  }
  .package-image {
    margin: 0 14px;
    margin-bottom: 14px;
  }
  .packagecard-info h3 {
    font-size: 14px;
  }
  .package-price {
    text-align: right;
  }
  .hero-section__link {
    font-size: 14px;
    padding: 18px 35px;
  }
}
.how-it-works-section {
  background-color: #f9f9f9;
}
.how-it-works-badge,
.review-section-badge {
  display: inline-block;
  padding: 0px 18px 3px 17px;
  border-radius: 3px;
  background: #d9231a;
  color: #fff;
  height: 30px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.how-it-works-title {
  color: #333131;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 65px;
}
.how-it-works-card {
  border-radius: 20px;
  padding: 32px 22px !important;
  padding-bottom: 82px !important;
  background: #081631;
}

.how-it-works-icon {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: #2ba8db;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: white;
  border: 4px solid #337e9ca8;
}
.how-it-works-icon img{
  width: 100%;
  border-radius: 50%;
}
.how-it-works-number {
  color: #081631;
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.how-it-works-cart-title {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}
.how-it-works-cart-text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.why-choose-section {
  background-color: #ffffff;
  padding: 75px 0;
}

.we-deliver-box {
  border-radius: 20px;
  background: #d92629;
}
.we-deliver-box-title {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.we-deliver-box-text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.why-choose-right {
  margin-top: 0;
}
.why-choose-right-title {
  color: #333131;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.why-choose-right-text {
  color: #565658;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 40px;
}
.read-more-btn {
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: rgb(8, 22, 49);
  gap: 10px;
  padding: 19px 40px;
  display: inline-block;
}

.read-more-btn:hover {
  background-color: #051127;
}

.w-48 {
  width: 48%;
}
.review-section {
  background-color: #f7f7f7;
}
.review-section-title {
  color: #333131;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 120px;
  margin-top: 0;
}
.review-carousel {
  padding: 0 62px;
}
.review-card {
  transition: all 0.3s ease;
  padding: 40px 50px 70px 50px;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 57.867px 123.121px 0 rgba(21, 21, 21, 0.15);
  text-align: left;
}
.review-card:hover {
  transform: translateY(-5px);
}
.review-section .owl-nav {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.review-section .owl-nav button {
  background: #fff;
  border: 1px solid #ddd;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.review-card img {
  width: 100px !important;
  height: 100px !important;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: 50px;
}
.review-card-text {
  color: #666363;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 64px 0;
}
.review-card-name {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}
.review-card-desig {
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.review-card-reating {
  margin-top: 45px;
}
.review-section .owl-dots .owl-dot.active span {
  background: #212529 !important;
}
.review-section .owl-carousel .owl-stage-outer {
  overflow: visible !important;
}
.review-section .owl-carousel.owl-drag .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}
.review-section .owl-carousel.owl-drag .owl-item.active {
  opacity: 1;
  visibility: visible;
}
.review-section .owl-dots {
  margin-top: 65px;
}
.review-section .owl-dots .owl-dot span {
  background-color: #8d8d8d;
  width: 20px;
  height: 20px;
}
.review-section .owl-dots .owl-dot.active span {
  background-color: #4a5489 !important;
}
.review-section .owl-nav button.owl-next,
.review-section .owl-nav button.owl-prev {
  border: 1px solid #929292;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
}
.review-section .owl-nav button.owl-next {
  right: -50px;
}
.review-section .owl-nav button.owl-prev {
  left: -50px;
}
.map-section {
  padding-top: 90px;
  padding-bottom: 118px;
}
.map-section-title {
  color: #333131;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 60px;
  text-align: center;
}
.map-box {
  text-align: center;
}
.business-partners {
  background-color: #f7f7f7;
  padding: 65px 0;
}
.partner-box {
  min-height: 120px;
  border-color: #000 !important;
  border-width: 2px !important;
}
.partner-logo {
  object-fit: contain;
}
.business-partners-title {
  color: #1d1d1d;
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
}
.business-partners-text {
  color: #474747;

  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
.newsletter-section {
  background: #d92629;
  padding: 60px 0px;
}

.newsletter-heading {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
}

.email-icon {
  background-color: #ffffff;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.subscribe-btn {
  background-color: #081631;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  height: 40px;
  padding: 0 34px;
  text-transform: uppercase;
}

.subscribe-btn:hover {
  background-color: #000000;
}
.newsletter-form-icon {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.newsletter-form-input {
  background: #fff;
  box-shadow: 0 2.053px 61.594px 0 rgba(142, 131, 113, 0.15);
  padding-left: 65px;
  color: #57656c;
  font-size: 12px;
  font-weight: 400;
  height: 40px;
}
@media (max-width: 768px) {
  .partner-box {
    border: none !important;
    border-bottom: 2px solid #000000 !important;
  }
  .map-section {
    padding-bottom: 70px;
  }
}

/* footer */
.footer {
  background: #081631;
  color: #ffffff;
  padding: 50px 0 30px;
  font-size: 0.95rem;
}

.footer a {
  color: #ffffff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer-logo {
  max-width: 100%;
  margin-bottom: 15px;
}

.footer .kayak-img {
  max-width: 175x;
  margin-top: 15px;
}
.footer .logo-text p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.categories-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 10px;
}
.categories-list li {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.footer .social-icons a {
  color: #ffffff;
  font-size: 1.2rem;
  margin-right: 15px;
  display: inline-block;
}

.footer .social-icons a:hover {
  color: #ccc;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
  margin-top: 30px;
  font-size: 0.85rem;
  text-align: center;
}
.footer-contact-info,
.footer-categories {
  padding-left: 50px;
}
.footer .footer-contact-info h6 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}

.footer .footer-contact-info p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.RentMyFilterTitle,
.RentMyFilterSubTitle {
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  background-color: #4a5489 !important;
  color: #fff;
  height: 50px;
  padding: 12px 197.873px 12px 15px;
}
.RentMyFilterSubTitle {
  margin-bottom: 10px;
}
.sidebar .sub-heading {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 0px 10.5px 15px;
  margin-bottom: 0;
}
.CategoryMenu li a span {
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  padding: 0 !important;
  letter-spacing: 0px;
  word-spacing: 0px;
}

.sidebar .type-form input {
  height: 18px !important;
  width: 18px !important;
  border: 1px solid #cacaca;
}
.sidebar .type-form label {
  color: #242424;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  cursor: pointer;
}
.sidebar .type-form .form-check {
  margin-bottom: 8px;
}

.RmRentalOptionDaytime {
  width: auto;
  padding-right: 10px;
}
.product-listing-section {
  padding-top: 90px;
  padding-bottom: 120px;
}
.filter-search {
  border-radius: 3px;
  border: 1px solid #ddd;
  background: #fff;
  height: 48px;
  color: #6c757d;
  font-size: 14px;
  font-weight: 400;
  width: 324px !important;
  padding: 0 10px;
}
.SortProduct {
  justify-content: flex-end;
}
.SortProduct .RentMyInputField {
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #fff;
  height: 48px;
  color: #6c757d;
  font-size: 14px;
  font-weight: 400;
  display: inline-block !important;
  padding: 0 10px;
  width: 226px;
  outline: none;
}
.SortProduct label {
  display: inline-block !important;
  margin-right: 0px;
  color: #212529;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding: 0 10px;
}
.RentMyProductItemInner {
  width: 93%;
  margin: 0 auto;
}

.product-card-badge {
  height: 40px;
  padding: 6px 11px 5px 11px;
  background-color: #4a5489;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  top: 15px;
  z-index: 11;
}
.product-card-heart {
  background-color: transparent;
  border: none;
  outline: none;
  top: 15px;
  right: 10px;
  z-index: 11;
}
.RentMyProductItem {
  margin-bottom: 30px;
}
.RentMyProductImg {
  border: 1px solid #dfdfdf;
  background: #fff;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ProductName {
  color: #222;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.ProductName a {
  color: inherit !important;
  text-decoration: none !important;
}
.ProductName a:hover {
  color: #081631 !important;
}
.ProductPrice {
  color: #4a5489 !important;
  text-align: center;
  font-size: 16px !important;
  font-weight: 700 !important;
}
.ProductCartIcon {
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 100px;
  background: #4a5489;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
}
.WishlistSingleItemOption a i,
.WishlistSingleItemOption button i {
  color: #4a5489 !important;
}
.product-more-wrapper {
  margin-top: 75px;
}
.product-more-btn {
  display: block;
  margin: 0 auto;
  text-align: center;
  height: 51px;
  padding: 10px 20px;
  border-radius: 5px;
  background: #081631;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  width: 215px;
}

/* innerpage-banner */
.rentmy-innerpage-banner {
  background-image: url(https://s3.us-east-2.amazonaws.com/images.rentmy.co/content-image/3893/media/1753872889_kmaorddm_bg-inner.png);
  background-position: center;
  background-size: cover;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.rentmy-innerpage-banner h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 700;

  text-transform: uppercase;
}
.innerpage-banner-logo {
  position: absolute;
  top: 22px;
  left: 40px;
  z-index: 99;
  display: flex;
  align-items: center;
  gap: 40px;
}
.RentMyProductDetilsImg {
  flex-direction: column;
}
.RentMyProductDetailsImgList {
  order: 1;
  margin-right: 0;
  margin-top: 15px;
  width: auto;
}
.RentMyProductDetailsImgList ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.RentMyProductDetailsImgList ul li img {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  border: 1px solid #9d9d9d;
}
.RentMyProductDetailsImgList ul li.ActiveImg {
  border-left: none;
}
.RentMyProductDetailsImgList ul li.ActiveImg img {
  border: 3px solid #6fc8cc;
}
.product-preview {
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
  background: #fff;
}

.thumbnail-list img {
  height: 60px;
  width: 60px;
  object-fit: contain;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 4px;
  cursor: pointer;
}

.thumbnail-list img.active {
  border: 2px solid #16a085;
}

.RentMyProductName {
  color: #424242;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.RentMyProductPrice {
  color: #000;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.RentMyWrapper label {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.QuantityBtn {
  display: flex;
  width: fit-content;
  border-radius: 5px;
  border: 1px solid #7e7777;
  height: 30px;
  overflow: hidden;
}
.QuantityBtn .RentMyBtn {
  background-color: transparent !important;
  color: #000000;
  border: none;
  border-radius: 0px;
  padding: 0;
  width: 30px;
  height: 100%;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.QuantityBtn input {
  background-color: transparent !important;
  width: 40px;
  border: none;
}
.RentMyWrapper .RentMyBtn:hover {
  background-color: #4c50a1 !important;
  color: #fff;
}
.RentMyCartBtnArea .RentMyBtn {
  border-radius: 50px;
  background: #4a5489 !important;
  height: 55px;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}
.rentmy-breadcrumbs {
  justify-content: center !important;
}
.RentMyProductDetailsImgShow {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #d1d1d1;
  min-height: 500px;
  max-height: 500px;
  overflow: hidden;
}
.RentMyProductDetailsImgShow img {
  object-fit: contain;
  height: 100%;
}
.RentMyTable {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  border: none;
  border-spacing: 0 10px;
  border-collapse: separate;
}
.RentMySummeryTable {
  box-shadow: none;
  border-collapse: collapse;
  border-radius: 0px;
}
.RentMySummeryTable tr td {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.RentMySummeryTable tr td small {
  font-size: 16px !important;
}
.RentMySummeryTable tr:last-child td {
  border-bottom: none !important;
}
.RentMySummeryTable tr td h5 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.RentMyCartTotal {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  background-color: transparent !important;
}

.RentMyCartSummery {
  margin-top: 30px;
}
.RentMyCartSummery .RentMyHalfwidth:last-child {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  max-width: 48%;
  margin: 0 0 0 auto;
}
.RentMyCouponCode .RentMyInputField,
.CheckoutMakeContinueBtn button {
  height: 42px;
}
.CheckoutMakeContinueBtn button,
.RentMyCouponCode button {
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700 !important;
  text-transform: capitalize !important;
  line-height: 1 !important;
  background-color: #4a5489 !important;
}
.RentMyCouponCode .RentMyInputField {
  border-radius: 10px;
  border: 1px solid #dadada !important;
  font-size: 12px;
  color: #838383;
}
.CartRemoveProduct {
  background-color: transparent;
}
.CartRemoveProduct:hover {
  background-color: #e5e5e5;
}
.CartRemoveProduct i {
  color: #ff0000 !important;
  font-size: 16px !important;
}
.RentMyTable thead {
  background-color: transparent;
}
.RentMyTable thead tr th {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  background-color: transparent;
}
.RentMyCartTable thead tr th:first-child {
  width: 50px;
}
.RentMyTable tr td {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.RentMyCartDateRange {
  margin-bottom: 12px;
}
.RentMyCartTable .QuantityBtn {
  display: flex;
  width: fit-content;
  border-radius: 5px;
  border: none !important;
  height: 24px;
  overflow: hidden;
  margin: 0 auto;
}
.RentMyCartTable .QuantityBtn input {
  border: none;
  height: 100%;
  width: 45px;
}
.RentMyCartTable .QuantityBtn .RentMyBtn {
  border: 1px solid #000;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: transparent !important;
}
.RentMyCartTable .QuantityBtn .RentMyBtn:hover {
  color: #051127 !important;
  opacity: 0.9;
}
.RentMyTableStriped tbody tr:not(:last-child) td {
  border-bottom: 1px dotted #d5d5d5;
}
.RentMyCartTable tr td:nth-child(3) h6 {
  margin-bottom: 8px;
}
.RentMyCartTable tr td:nth-child(3) p {
  font-size: 14px;
}
.RentMyCartTable .ImageAreaWrapper {
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  background: #fff;
  width: 100px;
  height: 138px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.RentMyCartTable tbody td:nth-child(2) {
  width: 100px;
}
.RentMyCartTable tbody .ImageAreaWrapper img {
  width: 77px;
  height: 77px;
}
@media (max-width: 1399px) {
  .hero-section__date,
  .dropdown-toggle-custom {
    width: 100% !important;
  }
}
@media (max-width: 1199px) {
  .w-48:last-child {
    width: 100%;
    margin-bottom: 20px !important;
  }
  .hero-section__btn {
    font-size: 16px !important;
  }
}
@media (max-width: 1024px) {
  br {
    display: none;
  }
  .hero-section__title {
    font-size: 60px;
    line-height: 1.3;
  }
  .hero-section__subtitle {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .hero-section__description {
    font-size: 20px;
  }
  .review-section-title,
  .why-choose-right-title,
  .how-it-works-title,
  .map-section-title,
  .business-partners-title {
    font-size: 40px;
  }
  .experience-title,
  .package-section-heading {
    font-size: 32px;
    line-height: 1.3;
  }
  .newsletter-form {
    display: flex;
    justify-content: center;
  }
  .newsletter-form .input-group {
    gap: 10px 0;
  }
  .form-box {
    margin: 0;
  }
  .w-48 {
    width: 47%;
    margin: 0 !important;
  }

  .why-choose-right-title {
    margin-bottom: 20px;
  }
  .why-choose-right-text {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .review-carousel {
    padding: 20px !important;
  }
  .review-section .owl-nav button.owl-next {
    right: -15px;
  }
  .review-section .owl-nav button.owl-prev {
    left: -15px;
  }
  .map-box img {
    width: 100%;
  }
  .footer-contact-info,
  .footer-categories {
    padding: 0;
  }
  .review-card-text {
    margin: 30px 0;
  }
  .review-card {
    padding: 20px 35px;
  }
}
.BillingCheckoutTitle {
  display: none;
}
.BillingDetailsLeftSideInner {
  border-radius: 10px;
  border: none;
  background: #fff;
  padding-top: 0;
}
.BillingDetailsLeftSideInner .RentMyInputGroup label {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}
.BillingDetailsLeftSideInner .RentMyInputField {
  border-radius: 4px;
  border: 1px solid #eeeff5;
  background: #fff;
}
.OrderReviewWrapper {
  border-radius: 10px;
  border: 1px solid #cdcdcd;
  background: #fff;
  padding: 20px 20px 35px;
}
.OrderReviewTitle {
  color: #081631;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
}
.OrderItemImg {
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  background: #fff;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.OrderItemImg img {
  width: 50px;
  height: 50px;
  border: none;
}

.OrderName {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 700;
}
.CheckoutDatetimeShow {
  margin-top: -8px;
}

.OrderSummaryTable {
  box-shadow: none;
}

.OrderSummaryTable tr th {
  color: #343a40;

  font-size: 14px;
  font-weight: 400;
}
.OrderSummaryTable tr td {
  color: #6a6868;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: right;
}

.order-total th {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 26px !important;
}
.order-total td {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}
.RentMyPlaceOrder {
  border-radius: 5px !important;
  background: #081631 !important;
  color: #fff;
  text-align: center;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 8px 52px !important;
}

.RentMyBackCartBtn {
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 8px 22px !important;
}
.RentMyProductDesTitle,
.RentMyRelatedProductTitle {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  padding: 0;
  margin-bottom: 15px;
}
.RentMyProductDesBody {
  border-radius: 10px;
  border: 1px dashed #b1abab;
  padding: 30px 25px;
}

@media (min-width: 1399px) {
  .RentMyRelatedProduct .RentMyProductItem {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.RentMyRelatedProduct .RentMyProductImg {
  border: none;
  background: #fff;
  min-height: auto;
}
.RentMyRelatedProduct .RentMyProductImg img {
  height: 160px;
}
.RentMyRelatedProduct .ProductPrice {
  margin-bottom: 0;
}
.RentMyRelatedProduct .ProductButton {
  display: none;
}
.RentMyRelatedProduct .RentMyProductImg {
  border: none;
  background: #fff;
  min-height: auto;
}

.RentMyRelatedProduct .RentMyProductItemInner {
  border-radius: 10px;
  border: 1px solid #151515;
  background: #fff;
  overflow: hidden;
}
.RentMyRelatedProductBody {
  padding: 0;
}
.RentMyRelatedProduct {
  margin-top: 30px;
  padding-top: 60px;
  border-top: 1px solid #c4c4c4;
}
.CheckoutOrderItem {
  padding-top: 20px;
  padding-bottom: 20px;
}
.wear-section {
  background-color: #fff;
  padding: 55px 0;
}

.wear-section .section-title {
  color: #000;
  text-align: center;

  font-size: 50px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.wear-tab-content .card-title {
  color: #333131;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -1.4px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.wear-item {
  border-bottom: 1px solid #bebebe;
  padding-bottom: 50px;
}
.wear-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.wear-item h5 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 20px;
}
.wear-description {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
}
.wear-tabs {
  justify-content: space-between;
  border-bottom: none;
  margin-bottom: 40px;
}
.wear-tabs .nav-item {
  width: 31%;
}
.wear-tabs .nav-link {
  border: 2px solid #ebebeb;
  background: #f5f5f5;
  color: #081631;
  border: none;
  font-weight: 700;
  font-size: 22px;
  padding: 1rem;
  margin: 0 0.5rem;
  height: 100px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
}

.wear-tabs .nav-link.active {
  background-color: #4a5489;
  border: none;
  color: white;
}

.tab-number {
  background-color: #fff;
  color: #081631;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  border: 3px solid #081631;
}
.wear-tabs .nav-link.active .tab-number {
  border: 3px solid #4a5489;
}
.wear-card {
  border-radius: 50px;
  border: 1px solid #c5c5c5;
  background: #fff;
  padding: 35px 45px;
  padding-bottom: 58px;
}
.wear-section .tab-pane {
  position: relative;
}
.wear-section .tab-pane::after {
  content: "";
  box-shadow: -1px 1px 1px 0px #c5c5c5;
  background: #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 174px;
  top: -17px;
  transform: rotate(135deg);
  border-radius: 0 0 0 2px;
  box-shadow: -1px 1px 1px 0px #c5c5c5;
}
.wear-section .tab-pane:nth-child(2):after {
  left: 625px;
}
.wear-section .tab-pane:nth-child(3):after {
  left: auto;
  right: 150px;
}
.wear-item p {
  font-size: 0.95rem;
  line-height: 1.6;
}
.wear-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.wear-buttons a {
  border-radius: 5px;
  border: 1px solid #5c5c5c;
  background: #fff;
  padding: 10px;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: all 500ms ease;
  height: 42px;
}
.wear-buttons a:hover {
  background: #d92629;
  border: 1px solid #d92629;
  color: #fff;
}
.wear-buttons a.active {
  background: #d92629;
  border: 1px solid #d92629;
  color: #fff;
}

.wear-item-three h5 {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.wear-item-three p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
}
.wear-image {
  max-width: 240px;
  height: 550px;
}
@media (max-width: 1199px) {
  .wear-tabs .nav-link {
    font-size: 18px;
    height: auto;
  }

  .tab-number {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .wear-section .tab-pane::after {
    left: 110px;
  }
  .wear-section .tab-pane:nth-child(2):after {
    left: 450px;
  }
  .wear-tab-content .card-title {
    font-size: 48px;
    margin-bottom: 20px;
  }
  .wear-item h5 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .wear-description {
    margin-bottom: 30px;
  }
  .wear-item-three h5 {
    font-size: 28px;
  }
  .wear-item-three p {
    font-size: 14px;
  }
  .wear-buttons button {
    font-size: 14px;
    height: 38px;
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .wear-tabs .nav-link {
    font-size: 16px;
    gap: 5px;
    padding: 16px 12px;
  }
  .wear-section .section-title {
    font-size: 38px;
  }
  .wear-section .tab-pane:nth-child(2):after {
    left: 320px;
  }
  .wear-section .tab-pane:nth-child(3):after {
    right: 90px;
  }
}
@media (max-width: 768px) {
  .wear-tabs .nav-link {
    flex-direction: column;
    text-align: center;
    font-size: 0.875rem;
  }
  .wear-card {
    padding: 30px;
    border-radius: 40px;
  }
  .wear-image {
    max-width: 100%;
    margin-top: 1rem;
  }
  .wear-section .tab-pane::after {
    left: 70px;
  }
  .wear-section .tab-pane:nth-child(2):after {
    left: 200px;
  }
  .wear-section .tab-pane:nth-child(3):after {
    right: 50px;
  }
  .wear-tab-content .card-title {
    font-size: 32px;
  }
  .wear-item-three h5 {
    font-size: 24px;
  }
  .wear-section .section-title {
    font-size: 32px;
  }
}
@media (max-width: 529px) {
  .wear-card {
    border-radius: 10px;
    padding: 20px;
  }
  .wear-section .tab-pane::after {
    left: 40px;
  }
  .wear-section .tab-pane:nth-child(2):after {
    left: 180px;
  }
  .wear-section .tab-pane:nth-child(3):after {
    right: 40px;
  }
  .wear-tabs .nav-link {
    font-size: 12px;
    gap: 5px;
    padding: 10px 8px;
  }
  .wear-tab-content .card-title {
    font-size: 32px;
    margin-bottom: 0;
  }
  .wear-item {
    padding-bottom: 30px;
  }
  .wear-item h5 {
    font-size: 22px;
    margin-top: 20px;
  }
  .tab-number {
    width: 25px;
    height: 25px;
    font-size: 14px;
    border-width: 1px !important;
  }
}
@media (max-width: 439px) {
  .wear-tabs .nav-link {
    font-size: 10px;
    gap: 5px;
    padding: 10px 6px;
  }
}
/* how it work */
.store-icon {
  font-size: 24px;
  margin-right: 10px;
  color: #6c757d;
}

.location-icon {
  font-size: 30px;
  color: #6c757d;
}

.store-section {
  padding: 60px 0;
}
.store-section-title {
  color: #000;
  text-align: center;
  font-size: 70px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.4px;
  text-transform: uppercase;
}
.store-section-desc {
  color: #7e7e7e;
  text-align: center;

  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.store-hours-title {
  color: #081631;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.store-hours {
  border-top: 1px solid #bebebe;
  padding-top: 15px;
}
.store-hours li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #818181;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.store-hours li svg {
  margin-right: 10px;
  color: #6c757d;
}

.highlight-note {
  font-weight: 600;
}

.store-address {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.store-address p {
  color: #5c5c5c;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 26px;
}
.store-address a {
  color: #03a8ec;
}

.store-address i {
  font-size: 26px;
  margin-top: 5px;
  color: #6c757d;
}
.store-section-left-desc {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
}
.store-section .highlight-note {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.colorado-resorts-section {
  padding-bottom: 80px;
}
.colorado-resorts-title {
  color: #000;
  text-align: center;

  font-family: Lato;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.colorado-resorts-text {
  color: #212121;
  text-align: center;

  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.colorado-resorts-contact h2 {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.colorado-resorts-contact p {
  color: #3c3c3c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.colorado-resorts-contact p a {
  color: #0a87e0;
}

@media (max-width: 1199px) {
  .store-section-title {
    font-size: 48px;
  }
  .store-section-left-desc {
    font-size: 18px;
  }
  .store-hours-title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .store-section-title {
    font-size: 32px;
  }
  .store-section-desc {
    font-size: 14px;
  }
  .store-section-left-desc {
    font-size: 16px;
  }
  .store-address p,
  .colorado-resorts-text,
  .colorado-resorts-contact p {
    font-size: 14px;
  }
  .colorado-resorts-contact h2 {
    font-size: 22px;
  }
}

/* reviews */

.testimonial-section {
  padding: 60px 15px;
  background-color: #fff;
}
.testimonial-title {
  margin-bottom: 40px;
  color: #000;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
}
.testimonial-card {
  border-radius: 20px;
  border: 1px solid rgba(74, 84, 137, 0.3);
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  padding: 25px;
  height: 100%;
  position: relative;
}
.testimonial-header {
  display: flex;
  /* align-items: center; */
  margin-bottom: 10px;
}
.testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
}
.testimonial-name {
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
  color: #000;
  font-size: 18px;
  margin-bottom: 10px;
}
.testimonial-date {
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 0;
}
.testimonial-stars {
  color: #f4c150;
  font-size: 0.9rem;
  margin-left: auto;
}
.testimonial-quote {
  color: #585858;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-left: 18px;
}
.testimonial-quote::before {
  content: "“";
  font-size: 3rem;
  line-height: 10px;

  color: #aaaaaa;
  position: absolute;
  left: -3px;
  top: 10px;
}
.testimonial-quote::after {
  content: "”";
  font-size: 3rem;
  line-height: 10px;
  color: #aaaaaa;
  position: absolute;
  right: -10px;
  bottom: -20px;
}
.highlighted-text {
  font-weight: bold;
  color: #222;
}
.testimonial-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.testimonial-section-btn button {
  width: 215px;
  height: 51px;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  border-radius: 5px;
  background: #4a5489;
  border: none;
  outline: none;
}
@media (max-width: 991px) {
  .testimonial-title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .testimonial-title {
    font-size: 32px;
  }
}
/* contact us */
.contact-section {
  padding: 60px 20px;
}

.contact-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.contact-subtitle {
  font-size: 16px;
  color: #777;
  text-align: center;
  margin-bottom: 40px;
}

.contact-wrapper {
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 60px 30px rgba(0, 0, 0, 0.03);
}

.contact-info-box {
  background-color: #a9b4f042;
  padding: 30px;
  border-radius: 10px;
  height: 100%;
}

.contact-info-title {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.contact-info-desc {
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 70px;
}

.contact-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.contact-info-icon {
  font-size: 18px;
  margin-right: 12px;
}

.contact-socials a {
  margin-right: 12px;
  color: #333;
  font-size: 18px;
}
.contact-form {
  padding: 60px 50px;
}
.contact-form label {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.contact-form .form-control {
  border: none !important;
  border-bottom: 1px solid #8d8d8d !important;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  color: #8d8d8d;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
}

.contact-form .form-control:focus {
  box-shadow: none;
  border-color: #007bff;
}

.contact-form textarea {
  resize: none;
}
.contact-form textarea.form-control {
  height: 50px;
}
.contact-form-shape {
  position: absolute;
  left: 42%;
  transform: translateX(-50%);
  bottom: -50px;
}
.send-btn {
  color: white;
  padding: 15px 48px;
  border: none;
  transition: 0.3s ease;
  border-radius: 5px;
  background: #081631;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.12);
}

.send-btn:hover {
  background-color: #14387c;
}

@media (max-width: 767px) {
  .contact-info-box {
    margin-bottom: 30px;
  }
}
/* mobile humberger */
.mobile-header {
  background-color: #fff;
  padding: 1rem;
  border-bottom: 1px solid #eee;
}

.menu-toggle-btn {
  font-size: 24px;
  border: none;
  background: none;
}

.offcanvas-menu {
  width: 320px;
}

.menu-close-btn {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  color: #666;
}

.menu-list {
  list-style: none;
  padding-left: 0;
  margin: 2rem 0;
  margin-top: 0;
}

.menu-item {
  /* padding: 15px 0;
  border-top: 1px solid #eee; */
  font-weight: 500;
  color: #454141;
  border-top: 1px solid #eee;
}
.menu-item a {
  width: 100%;
  padding: 15px 15px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  transition: all 500ms ease;
}
.menu-item a:hover {
  color: #4A5489;

}

.menu-item.active {
  color: #4A5489;
  font-weight: 700;
}

.menu-item.active i {
  float: right;
}

.contact-block {
  margin-top: 2rem;
  padding: 0 15px;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  color: #454141;
  font-size: 14px;
  font-weight: 300;
}

.contact-icon {
  font-size: 18px;
  margin-right: 12px;
}

.social-links-section {
  margin-top: auto;
  border-top: 1px solid #eee;
  padding-top: 1rem;
}

.social-title {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  color: #555;
}

.social-icons a {
  margin-right: 15px;
  font-size: 22px;
}
.offcanvas.show {
  visibility: visible;
  opacity: 1;
}
.menu-brand-wrapper {
  position: absolute;
  top: 75px;
  left: 40px;
  z-index: 99;
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1199px) {
  .contact-form-shape {
    position: absolute;
    left: 0;
    transform: translateX(0%);
  }
}
@media (max-width: 842px) {
  .menu-brand-wrapper {
    top: 112px;
  }
}
@media (max-width: 747px) {
  .menu-brand-wrapper {
    top: 155px;
  }
}
@media (max-width: 593px) {
  .menu-brand-wrapper {
    top: 186px;
    left: 10px;
    gap: 10px;
  }
}
@media (max-width: 568px) {
  .contact-form {
    padding: 10px 18px;
  }
  .contact-form-shape {
    display: none;
  }
}
/* plan your trip */

.plan-section {
  padding-top: 80px;
  padding-bottom: 0;
  margin-bottom: -70px;
}

.plan-title {
  color: #000;
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.plan-title .highlight {
  background-color: #4a5489;
  padding: 0.3rem 1rem;
  border-radius: 4px;
  margin-left: 0.5rem;
  display: inline-block;
  position: relative;
  color: #fff;

  text-transform: uppercase;
}
.plan-title .highlight::after {
  content: "";
  background: #4a5489;
  width: 48px;
  height: 48px;
  position: absolute;
  right: -23px;
  transform: rotate(135deg);
  border-radius: 0 0 0 2px;
  box-shadow: -1px 1px 1px 0px #c5c5c5;
  z-index: -1;
  top: 10px;
}
.plan-subtitle {
  margin-top: 1rem;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
}

.plan-description {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #565555;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.plan-features {
  margin-top: 1.5rem;
  padding-left: 42px;
}

.plan-features li {
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  padding-left: 10px;
}

.plan-button {
  color: #fff;
  padding: 0.75rem 4rem;
  border: none;
  font-weight: 700;
  margin-top: 2rem;
  font-size: 18px;
  border-radius: 5px;
  background: #081631;
  display: inline-block;
}

.plan-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.plan-image:last-child {
  transform: translateY(-178px);
}
.plan-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1399px) {
  .plan-image:last-child {
    transform: translateY(-144px);
  }
}
@media (max-width: 1199px) {
  .plan-section {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  .plan-image:last-child {
    transform: translateY(-120px);
  }
}
@media (max-width: 991px) {
  .plan-title {
    font-size: 2rem;
  }
  .plan-title .highlight::after {
    width: 33px;
    height: 33px;
    right: -15px;
    top: 8px;
  }
  .plan-description {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .plan-features {
    padding-left: 25px;
  }
  .plan-images {
    grid-template-columns: 1fr 1fr;
  }
  .plan-image:last-child {
    transform: translateY(-192px);
  }
  .plan-section {
    margin-bottom: -80px;
    padding-bottom: 0px;
  }
  .rentmy-innerpage-banner h1 {
    font-size: 32px !important;
  }
}

@media (max-width: 767x) {
  .plan-image:last-child {
    transform: translateY(-140px);
  }
}
@media (max-width: 499px) {
  .plan-image:last-child {
    transform: translateY(-100px);
  }
  .plan-section {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
/* shoes size chart */
.size-chart-section {
  padding: 80px 0px;
}

.brand-logos {
  gap: 1rem;
  border-bottom: 1px solid #cecece;
  padding-bottom: 25px;
  margin-bottom: 45px;
}

.brand-logo {
  width: 170px;
  height: 90px;
  border: 1px solid #4a54894d;
  padding: 10px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.brand-logo.active {
  border: 2px solid #4a5489;
}

.tab-buttons .nav-link {
  color: #081631;
  font-weight: 700;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  height: 50px;
  padding: 0 53px;
}
.nav-tabs.tab-buttons {
  border-bottom: none;
}
.tab-buttons .nav-link.active {
  background-color: #4c50a1;
  color: white;
}

.size-table-wrapper {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-top: 35px;
  border: 1px solid #e5e5e5;
  position: relative;
}
.size-table-wrapper .tab-pane {
  padding: 20px;

  border-radius: 5px;
  border: 1px solid rgba(74, 84, 137, 0.3);
}
.size-table-wrapper .tab-pane::after {
  content: "";
  box-shadow: -1px 1px 1px 0px #c5c5c5;
  background: #fff;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 50px;
  top: -13px;
  transform: rotate(135deg);
  border-radius: 0 0 0 2px;
  box-shadow: -1px 1px 1px 0px #c5c5c5;
}
.size-table-wrapper .tab-pane:nth-child(2):after {
  left: 222px;
}
.size-table-wrapper .tab-pane:nth-child(3):after {
  left: 402px;
}
@media (max-width: 768px) {
  .brand-logo {
    height: auto;
  }

  .size-table-wrapper {
    padding: 10px;
  }

  .tab-buttons .nav-link {
    font-size: 14px;
  }
  .nav-tabs.tab-buttons {
    overflow-x: auto;
    flex-wrap: nowrap;
  }
}
/* closthing size */

.size-chart-section-title {
  color: #000;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.size-section {
  /* padding: 30px 20px; */
  margin-bottom: 40px;

  border-radius: 20px;
  border: 1px solid #d5d5d5;
  background: #fff;
  overflow: hidden;
}
.size-chart-wrapper {
  padding: 0px 20px;
}
.size-chart-wrapper h3 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin: 20px 0;
}
.size-section .section-title {
  background-color: #4c50a1;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 0px;
}

.size-section .table th,
.size-section .table td {
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  padding: 10px;
}
.size-section .table td {
  border-bottom: 1px solid #c2c2c2;
  height: 50px;
}
.size-section .table tr:last-child td {
  border-bottom: none !important;
}
.size-section .table td:first-child {
  text-align: left !important;
}
.size-section .table thead th {
  background-color: transparent;
  color: #000;
  font-size: 14px;
  font-weight: 800;
  line-height: normal;
  border-bottom: 1px solid #4c4b4b;
  height: 50px;
}
.size-section .table thead th:first-child {
  text-align: left !important;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 16px;
    padding: 8px 16px;
  }
  .size-section {
    border-radius: 10px;
  }
  .size-section .table th,
  .size-section .table td {
    font-size: 13px;
    padding: 6px;
  }
  .size-chart-section-title {
    font-size: 32px;
  }
  .size-chart-section {
    padding: 40px 0;
  }
  .size-chart-wrapper h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .rentmy-innerpage-banner {
    min-height: 400px;
  }
}
/* faq */
.faq-section {
  padding-top: 70px;
  padding-bottom: 100px;
}
.faq-section-title {
  color: #081631;
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
}
.faq-heading {
  font-weight: 700;
  font-size: 2.5rem;
  color: #0d1b2a;
  margin-bottom: 40px;
}

.accordion-item {
  border-radius: 8px;
  border: 1px solid #dee2e6;
  margin-bottom: 15px;
  overflow: hidden;
}

.faq-section .accordion-button {
  font-weight: 600;
  font-size: 1rem;
  border: none;
  background-color: transparent !important;
  border: none !important;
  outline: none;
  box-shadow: none !important;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
}

.faq-section .accordion-body {
  color: #666565;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding-top: 0;
}
.faq-section .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 20.5V0.5H11V20.5H9Z' fill='%233D3D3D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-1.90735e-06 9.5L20 9.5L20 11.5L-1.99477e-06 11.5L-1.90735e-06 9.5Z' fill='%233D3D3D'/%3E%3C/svg%3E") !important;
  transition: all 0.3s ease-in-out;
}

.faq-section .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='3' viewBox='0 0 20 3' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-1.90735e-06 0.499999L20 0.5L20 2.5L-1.99477e-06 2.5L-1.90735e-06 0.499999Z' fill='%233D3D3D'/%3E%3C/svg%3E") !important;
}
.faq-section .accordion-item {
  border-radius: 10px !important;
  border: 1px solid rgba(74, 84, 137, 0.3);
}
.faq-section .accordion-item:first-of-type {
  border-radius: 10px !important;
}
.faq-section .card {
  border-radius: 10px !important;
  border: 1px solid rgba(74, 84, 137, 0.3) !important;
}
.faq-section .faq-icon {
  margin-bottom: 40px;
}
.faq-section .card h5 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
.faq-section .card p {
  color: #626262;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.faq-section .card a {
  padding: 25px 20px;
  display: inline-block;
  border-radius: 10px;
  background: #4a5489;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  width: 88%;
  margin: 0 auto;
  margin-top: 70px;
}
.contact-box {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
}

.contact-box .icon {
  font-size: 50px;
  color: #404980;
  margin-bottom: 15px;
}

.contact-box h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-box p {
  font-size: 0.95rem;
  color: #6c757d;
  margin-bottom: 20px;
}

.contact-box .btn {
  background-color: #404980;
  color: white;
  font-weight: 600;
  border-radius: 6px;
  padding: 10px 25px;
}

.contact-box .btn:hover {
  background-color: #2f3561;
}
@media (max-width: 991px) {
  .faq-section-title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .faq-section-title {
    font-size: 32px;
  }
  .faq-section .accordion-button {
    font-size: 18px;
  }
  .faq-section .accordion-body {
    font-size: 14px;
  }
  .faq-section .card a {
    width: 60%;
    font-size: 18px;
    padding: 18px 10px;
    margin-top: 30px;
  }
  .faq-section .card .card-body {
    padding: 30px 10px;
  }
}
.size-category-title {
  margin-bottom: 1rem;
  color: #4a5489;
  font-size: 24px;
  font-weight: 700;
}

.chart-card {
  border-radius: 12px;
  border: 1px solid rgba(74, 84, 137, 0.3);
  padding: 12px;
  background-color: #fff;
  min-height: 578px;
}

.chart-table {
  width: 100%;
  margin-bottom: 1rem;
}

.chart-table th,
.chart-table td {
  text-align: center;
  font-size: 0.9rem;
  padding: 0.5rem;
}

.chart-note {
  font-size: 0.85rem;
  margin-top: 1rem;
}

.full-size-button {
  color: #fff;
  padding: 9px 16px;
  display: block;
  width: 35%;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 5.5px;
  border: 1px solid #4a5489;
  background: #081631;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.chart-card .img-fluid {
  width: 100%;
}
.scott-chart-card {
  min-height: 336px;
}
@media (max-width: 1199px) {
  .full-size-button {
    width: 45%;
  }
}
.DeliveryCostList {
  margin-top: 20px;
}
.DeliveryCostList ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.DeliveryCostList ul li {
  padding: 8px 12px;
  background-color: #d2d2d2;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
}
.delivery-collaps-above.same-as-above {
  top: 18px;
  z-index: 9;
}
.category-reset {
  background-color: #0d3745;
  font-weight: 400;
  font-size: 14px;
}
.SizeCartBtn {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 10px;
  border-radius: 5px;
  border: 1px solid #4a5489;
  color: #081631;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 20px;
}
.SizeCartBtn svg {
  margin-right: 5px;
}
.size-chart-modal .modal-content {
  border-radius: 12px;
  padding: 20px;
}
.size-chart-modal .modal-header {
  border-bottom: none;
  justify-content: center;
  color: #081631;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.size-chart-modal .modal-title {
  font-weight: 700;
  font-size: 28px;
  color: #0c2242;
}
.size-chart-modal .btn-close {
  background: none;
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 20px;
}
.size-chart-modal .btn-close::before {
  content: "\00D7"; /* X symbol */
  font-size: 28px;
  color: red;
}
.size-chart-title {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
  border-radius: 10px 10px 0 0;
  background: #eaeaea;
  padding: 8px 20px;
}
.size-chart-table {
  border-radius: 10px;
  border: 1px solid #d5d5d5;
  background: #fff;
  overflow: hidden;
  margin-bottom: 20px;
}
.size-chart-table-wrapper {
  padding: 0 10px;
}

.size-chart-table-wrapper .table {
  border: none;
  border-radius: 8px;
  margin-bottom: 20px;
}
.size-chart-table-wrapper .table th {
  background-color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  text-wrap: nowrap;
}
.size-chart-table-wrapper .table th:first-child {
  text-align: left;
}
.size-chart-table-wrapper .table th:nth-child(2) {
  text-align: left;
}
.size-chart-table-wrapper .table td:first-child {
  text-align: left;
}
.size-chart-table-wrapper .table td:nth-child(2) {
  text-align: left;
}
.table .second-tr td:nth-child(2) {
  text-align: center;
}

.size-chart-table-wrapper .table td {
  color: #434343;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  border-color: #c2c2c2 !important;
  text-wrap: nowrap;
}

@media (min-width: 992px) {
  .size-chart-modal .modal-lg,
  .modal-xl {
    max-width: 1000px;
  }
}
@media (max-width: 1199px) {
  .size-chart-modal .modal-body {
    padding: 0 !important;
  }
}
.rentmy-nav-manu {
  display: flex;
  list-style: none;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.rentmy-nav-manu .nav-submenu {
  position: absolute;
  min-width: 220px;
  height: auto;
  padding: 20px 0px;
  background-color: #fff;
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: 0 0 0;
  right: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: 99;
  top: 35px;
  text-align: left;
  border-top: 2px solid #4a5489;
  left: -174px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.rentmy-nav-manu li:hover .nav-submenu {
  visibility: visible;
  opacity: 1;
  transform: perspective(600px) rotateX(0);
}

.rentmy-nav-manu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 90px;
  padding-left: 0;
}
.rentmy-nav-manu li {
  width: 100%;
  display: inline-block;
  position: relative;
}
.rentmy-nav-manu ul li ul li a {
  display: block;
  padding: 14px 20px;
  line-height: 20px;
}
.rentmy-nav-manu ul li a {
  padding: 8px 15px;
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  transition: all 0.4s ease-in-out;
  color: #898989;
}
.RentMyTable thead th:first-child,
.RentMyTable thead th:nth-child(3) {
  text-align: left;
}
.btn[type="button"][disabled],
.btn[disabled],
.btn[type="submit"][disabled],
.btn[type="reset"][disabled],
button[type="button"][disabled],
button[disabled],
button[type="submit"][disabled],
button[type="reset"][disabled] {
  opacity: 0.5;
  cursor: no-drop;
}
.cdn_global_loader {
  z-index: 999999999;
}

.RentMyCartTable tr td .CartItemTitle {
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
}
.clothing-tab-buttons {
  border-bottom: 1px solid #4a5489;
  margin-bottom: 40px;
}

.clothing-tab-buttons .nav-link {
  padding: 15px;
  border: none;
  background-color: transparent;
  color: #081631;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.clothing-tab-buttons .nav-link.active {
  background-color: transparent;
  border-bottom: 2px solid #4a5489;
}

/* about page */

.about-section .section-title,
.why-us .section-title {
  color: #000;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.about-text h2 {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.about-text p {
  color: #081631;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 55px;
}
.btn-custom {
  border-radius: 5px;
  background: #4a5489;
  padding: 19px 56px;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
.btn-custom:hover {
  background-color: #3a3d73;
  color: #fff;
}
.why-us {
  padding-bottom: 85px !important;
}
.why-us .feature-card {
  padding: 20px 25px;
  height: 100%;
  border-radius: 5px;
  border: 0.7px solid rgba(74, 84, 137, 0.3);
  box-shadow: 0 77.857px 57.143px 0 rgba(11, 102, 73, 0.03),
    0 50.463px 33.466px 0 rgba(11, 102, 73, 0.02),
    0 29.989px 18.201px 0 rgba(11, 102, 73, 0.02),
    0 15.571px 9.286px 0 rgba(11, 102, 73, 0.01),
    0 6.344px 4.656px 0 rgba(11, 102, 73, 0.01),
    0 1.442px 2.249px 0 rgba(11, 102, 73, 0.01);
}
.feature-card h5 {
  margin-bottom: 0.8rem;
  color: #081631;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.feature-card p {
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .why-us {
    padding-top: 0 !important;
  }
  .btn-custom {
    display: inline-block;
    margin-bottom: 10px;
  }
}
.blog-main-title {
  color: #081631;
  font-size: 70px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.content-top-text {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.content-top-text p {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.blog-list-content h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 18px;
}
.blog-main-title::after {
  content: none;
}
.blog-list-content p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 40px;
}
.blog-list-content .tabs .content img {
  height: 350px;
}
[selector="blog_page_tags"] [selector="single_tag"] {
  border-radius: 2px;
  background: #f5f5f5;
  height: 30px;
  color: #081631;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
  border: 0.5px solid #ebebeb;
  min-width: 80px;
  margin-right: 10px;
}
[selector="blog_page_tags"] [selector="single_tag"].selected {
  background: #4a5489;
  color: #fff;
  font-weight: 600;
}

.innerpage-menu-header-CustomerOrderHistory {
  background: #4a5489;
  padding: 6px 10px;
  border-radius: 4px 4px 0 0;
  width: 100%;
  min-height: 100px;
  display: flex;
  align-items: center;
  gap: 26px;
}
.offcanvas-body {
  padding: 0 !important;
}
.nav-submenu ul {
  background-color: #f7f8fb;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-submenu li {
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
}
.nav-submenu li:last-child {
  border-bottom: none;
}
.nav-submenu li a {
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  color: #555;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
}
.blog-details-section {
  padding: 50px 0;
}
.blog-details-content h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 18px;
  color: #081631;
}

.blog-details-content p {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
}

.blog-details-title {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
}
.RentMyContentBodyInner__modify {
  padding: 20px !important;
}
.menu-item.has-submenu > a[rentmy-menu-anchor-sample]::after {
  content: "";
  float: right;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M10 17L15 12L10 7' stroke='%234A5489' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/></svg>")
    no-repeat center;
  transition: transform 0.2s ease;
    transform: rotate(90deg);

}


.menu-item.has-submenu.open > a[rentmy-menu-anchor-sample]::after {
  transform: rotate(-90deg); /* right arrow becomes down */
}

.has-submenu > [rentmy-sub-menu-area] {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}
.has-submenu.open > [rentmy-sub-menu-area] {
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: all 500ms ease;
}
