
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/amertha-2');
/*====================== 
Variable css 
========================*/
:root {
    
    --bgcolor-primary: #e2a173;
    --bgcolor-secondary: #516776;
    --bgcolor-tertiary: #000000;

    --fontcolor-primary: #e2a173;
    --fontcolor-secondary: #516776;
    --fontcolor-tertiary: #000000;
}

* {
  font-family: "Raleway", sans-serif;
}
body {
  font-family: "Raleway", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Crimson Text", serif;
  color: #343e4c;
  font-weight: 600;
}
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: "Raleway", sans-serif;
}
p {
    color: #343434;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.6;
    
}
h1 {
 font-size: 70px;
}
h2 {
  font-size: 50px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 20px;
}
.fs-32 {
  font-size: 32px;
}
a, 
.page-title {
  color: #5e6c68f2;
  text-decoration: none;
}
a:hover, 
.page-title:hover {
  color: #ae6a45;
}
.uabb-second-heading-text {
  font-family: 'Amertha', sans-serif;
  color: rgba(94, 108, 104, 0.95);
  font-weight: 500;
}
.fl-button,
.vivian-btn {
  display: inline-block;
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    background-color: rgba(94, 108, 104, 0.95);
    padding: 14px 30px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    margin-right: 15px;
    font-size: 16px;
    border: none;
}
.vivian-btn-bg {
  background-color: #a96641;
}
.vivian-btn-navyblue {
  background-color: #343e4c;
}
.fl-button {
  background-color: #343e4c;
  margin-left: 30px;
  color: #fff;
}
.fl-button span {
  color: #fff;
}
.vivian-btn:hover {
  background-color: #343e4c;
  color: #fff;
}
.vivian-btn.vivian-btn-navyblue:hover {
  background-color: #a96641;;
}
@media (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1456px;
    }
}
@media (max-width: 1450px) {
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 45px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
  .fs-32 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
  .vivian-btn {
    font-size: 13px;
    padding: 10px 15px;
  }
  .fs-32 {
    font-size: 25px;
  }
  p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  .fs-32 {
    font-size: 20px;
  }
  .vivian-btn {
    margin-right: 0;
  }
}

/*=============================== 
Header css  
=================================*/


/*======================== 
Header area  
==========================*/
.rentmy-header {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
}
.rentmy-header .rentmy-top-header {
  background-color: var(--bgcolor-secondary);
  width: 100%;
  height: auto;
  padding-bottom: 0;
  position: relative;
  z-index: 999;
}
.rentmy-header .rentmy-top-header .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.rentmy-header .rentmy-top-header .header-top-left,
.rentmy-header .rentmy-top-header .header-top-right {
  display: flex;
  height: 50px;
  width: unset;
  align-items: center;
  justify-content: flex-end;
}
.rentmy-header .rentmy-top-header .header-top-left .rentmy-top-menu,
.rentmy-header .rentmy-top-header .header-top-right .rentmy-top-menu {
  height: 100%;
}
.rentmy-header .rentmy-top-header .header-top-left .rentmy-top-menu ul,
.rentmy-header .rentmy-top-header .header-top-right .rentmy-top-menu ul {
  height: 100%;
}
.rentmy-header .rentmy-top-header .header-top-left .rentmy-top-menu ul li,
.rentmy-header .rentmy-top-header .header-top-right .rentmy-top-menu ul li {
  height: 100%;
  margin-left: 0;
  display: inline-block;
  position: relative;
  border-right: 1px solid #3f4750;
}
.rentmy-header .rentmy-top-header .header-top-left .rentmy-top-menu ul li a,
.rentmy-header .rentmy-top-header .header-top-right .rentmy-top-menu ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 50px;
  display: block;
  padding: 0 10px;
}
.rentmy-header .rentmy-top-header .header-top-left .rentmy-top-menu ul li a:hover,
.rentmy-header .rentmy-top-header .header-top-right .rentmy-top-menu ul li a:hover {
  color: var(--fontcolor-primary);
}
.rentmy-header .rentmy-top-header .header-top-left .rentmy-top-menu ul li a i,
.rentmy-header .rentmy-top-header .header-top-right .rentmy-top-menu ul li a i {
  padding-right: 3px;
}
.rentmy-header .rentmy-top-header .header-top-left .rentmy-top-menu ul li:last-child,
.rentmy-header .rentmy-top-header .header-top-right .rentmy-top-menu ul li:last-child {
  border-right: none;
}
.rentmy-header .rentmy-top-header .header-top-left .rentmy-top-menu ul li.header-top-loginregister,
.rentmy-header .rentmy-top-header .header-top-right .rentmy-top-menu ul li.header-top-loginregister {
  cursor: pointer;
}
.rentmy-header .rentmy-top-header .header-top-left .rentmy-top-menu ul li.header-top-loginregister a,
.rentmy-header .rentmy-top-header .header-top-right .rentmy-top-menu ul li.header-top-loginregister a {
  padding: 0 20px;
  color: #fff;
  font-weight: 500;
}
.rentmy-header .rentmy-top-header .header-top-left .rentmy-top-menu ul li.header-top-loginregister a:hover,
.rentmy-header .rentmy-top-header .header-top-right .rentmy-top-menu ul li.header-top-loginregister a:hover {
  color: var(--fontcolor-primary);
}
.rentmy-header .rentmy-top-header .header-top-left .rentmy-top-menu ul li.header-top-loginregister a i,
.rentmy-header .rentmy-top-header .header-top-right .rentmy-top-menu ul li.header-top-loginregister a i {
  font-weight: 600;
}
.rentmy-header .rentmy-top-header .header-top-right {
  padding-right: 15px;
}
.rentmy-header .rentmy-top-header .header-top-left {
  padding-left: 15px;
}
.rentmy-header .rentmy-top-header .header-top-left .rentmy-top-menu ul li {
  margin-left: 0;
}
.rentmy-header .rentmy-top-header .header-top-left .rentmy-top-menu ul li a {
  display: flex;
  align-items: center;
}
.rentmy-header .rentmy-menu-header {
  background-color: #fff;
  width: 100%;
  height: 100px;
  transition: all 0.4s ease-in-out;
  z-index: 99;
  top: 42px;
  position: fixed;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
}
.rentmy-header .rentmy-menu-header .row {
  justify-content: space-between;
}
.rentmy-header .rentmy-menu-header .rentmy-logo {
  width: 200px;
}
.rentmy-header .rentmy-menu-header .rentmy-logo .rentmy-logo-area {
  height: 100px;
  padding-left: 15px;
}
.rentmy-header .rentmy-menu-header .rentmy-logo .rentmy-logo-area .rentmy-logo-area-inner {
  display: table;
  table-layout: fixed;
  width: auto;
  height: 100%;
}
.rentmy-header .rentmy-menu-header .rentmy-logo .rentmy-logo-area .rentmy-logo-area-inner .rentmy-logo-area-middle {
  display: table-cell;
  height: 40px;
  vertical-align: middle;
  transition: all 0.4s ease-in-out;
}
.rentmy-header .rentmy-menu-header .rentmy-logo .rentmy-logo-area .rentmy-logo-area-inner .rentmy-logo-area-middle a {
  display: block;
  height: 40px;
}
.rentmy-header .rentmy-menu-header .rentmy-logo .rentmy-logo-area .rentmy-logo-area-inner .rentmy-logo-area-middle a img {
  width: unset;
  max-width: unset;
  height: 40px;
  transition: all 0.4s ease-in-out;
}
.rentmy-menu-area {
  width: max-content;
}
.rentmy-header .rentmy-menu-header .rentmy-menu-area .rentmy-menu {
  padding-right: 15px;
}
.rentmy-header .rentmy-menu-header .rentmy-menu-area .rentmy-menu .rentmy-mobile-device {
  display: none;
}
.rentmy-header .rentmy-menu-header .rentmy-menu-area .rentmy-menu .rentmy-nav-manu {
  display: inline-block;
}
.rentmy-header .rentmy-menu-header .rentmy-menu-area .rentmy-menu .rentmy-nav-manu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100px;
  padding-left: 0;
}
.rentmy-header .rentmy-menu-header .rentmy-menu-area .rentmy-menu .rentmy-nav-manu ul li {
  display: inline-block;
  position: relative;
}
.rentmy-header .rentmy-menu-header .rentmy-menu-area .rentmy-menu .rentmy-nav-manu ul li a {
  padding: 0 10px;
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 100px;
  transition: all 0.4s ease-in-out;
  color: #2f394e;
}
.rentmy-header .rentmy-menu-header .rentmy-menu-area .rentmy-menu .rentmy-nav-manu ul li a i {
  font-size: 14px;
  margin-left: 3px;
}
.rentmy-header .rentmy-menu-header .rentmy-menu-area .rentmy-menu .rentmy-nav-manu ul li a .lni-chevron-down {
  font-size: 9px;
  margin-left: 3px;
  font-weight: bold;
}
.rentmy-header .rentmy-menu-header .rentmy-menu-area .rentmy-menu .rentmy-nav-manu ul li a:hover {
  color: #af6137;
}
.rentmy-header .rentmy-menu-header .rentmy-menu-area .rentmy-menu .rentmy-nav-manu ul li a.rentmy-active-menu {
  color: #af6137;
}
.rentmy-header .rentmy-menu-header .rentmy-menu-area .rentmy-menu .rentmy-nav-manu ul li:last-child a {
  padding-right: 0;
}
.rentmy-header .rentmy-menu-header .rentmy-menu-area .rentmy-menu .rentmy-nav-manu ul li .nav-submenu {
  position: absolute;
  min-width: 320px;
  height: auto;
  padding: 20px 0px;
  background-color: #fff;
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: 0 0 0;
  left: 0;
  right: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: 99;
  top: 100%;
  text-align: left;
  border-top: 2px solid #9c5a36;
}
.rentmy-header .rentmy-menu-header .rentmy-menu-area .rentmy-menu .rentmy-nav-manu ul li .nav-submenu.nav-submenu-large {
  min-width: 800px;
}
.rentmy-header .rentmy-menu-header .rentmy-menu-area .rentmy-menu .rentmy-nav-manu ul li ul li {
  width: 100%;
  display: inline-block;
}
.rentmy-header .rentmy-menu-header .rentmy-menu-area .rentmy-menu .rentmy-nav-manu ul li ul li a {
  display: block;
  padding: 14px 20px;
  line-height: 20px;
  border-bottom: 1px solid var(--linecolor-light-primary);
  color: var(--fontcolor-secondary);
}
.rentmy-header .rentmy-menu-header .rentmy-menu-area .rentmy-menu .rentmy-nav-manu ul li ul li a:hover {
  color: var(--fontcolor-primary);
}
.rentmy-header .rentmy-menu-header .rentmy-menu-area .rentmy-menu .rentmy-nav-manu ul li ul li:last-child a {
  border-bottom: none;
}
.rentmy-header .rentmy-menu-header .rentmy-menu-area .rentmy-menu .rentmy-nav-manu ul li:hover .nav-submenu {
  visibility: visible;
  opacity: 1;
  transform: perspective(600px) rotateX(0);
}
.nav-submenu ul {
  height: auto !important;
  padding: 0;
}
.rentmy-header .rentmy-menu-header .rentmy-menu-area.rentmy-rightside-menu .rentmy-menu .rentmy-nav-manu ul li {
  padding-left: 0px;
}
.rentmy-header .rentmy-menu-header .rentmy-menu-area .rentmy-menu .rentmy-nav-manu ul li.rm-header-booknow-btn a {
  background-color: #5e6c68f2;
  color: #fff;
  width: unset;
  height: unset;
  padding: 10px 20px;
  line-height: unset;
  text-align: center;
  border-radius: 0;
  border: none;
  font-weight: 500;
  font-size: 15px;
  margin-left: 30px;
}
.rentmy-header .rentmy-menu-header .rentmy-menu-area .rentmy-menu .rentmy-nav-manu ul li.rm-header-booknow-btn a:hover {
  background-color: #9c5a36;
}
.rentmy-header .rentmy-menu-header .rentmy-menu-area.rentmy-rightside-menu .rentmy-menu .rentmy-nav-manu ul li.rm-header-booknow-btn a:hover {
  background-color: #313a45;
}
.rm-desktop-user-bar i,
.rm-cart-bar i {
  font-size: 18px !important;
}
.rentmy-header .rentmy-menu-header .rentmy-menu-area.rentmy-rightside-menu .rentmy-menu .rentmy-nav-manu ul li a i {
  font-size: 18px;
}
.rentmy-header .rentmy-menu-header .rentmy-menu-area.rentmy-rightside-menu .rentmy-menu .rentmy-nav-manu ul li a .rm-cart-count-circle {
  width: 18px;
  height: 18px;
  border-radius: 100px;
  background-color: #3ac4fa;
  color: #fff;
  position: absolute;
  top: 4px;
  right: 2px;
  font-size: 8px;
  line-height: 18px;
}
.rentmy-header .rentmy-menu-header.shrink {
  top: 0;
}
.rentmy-header .rentmy-menu-header.shrink .rentmy-nav-manu ul li a {
  padding: 0 15px;
  line-height: 100px;
}
.rm-search-bar,
.rm-user-bar {
  border: 1px solid #c77a63 !important;
  line-height: 40px !important;
  border-radius: 100px;
  color: #c77a63 !important;
  display: inline-flex !important;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.rm-search-bar:hover,
.rm-user-bar:hover {
  background-color: var(--bgcolor-primary);
  border: 1px solid var(--linecolor-primary) !important;
  color: var(--fontcolor-white) !important;
}

#toggle {
  margin: 0;
  padding: 0;
  width: 100%;
  display: none;
}
#toggle .menu-item-has-children {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
}
#toggle .menu-item-has-children:last-child {
  border-bottom: none;
}
#toggle .menu-item-has-children {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-right: 6px;
}
.cart-itemmenu {
  min-height: 44px;
}
.cart-itemmenu .RentMyMiniCart .icon-area {
    margin-top: 7px;
}
.menu-item-has-children .btn-1 {
    margin-top: 15px;
    margin-left: 25px !important;
    color: #fff !important;
    width: unset !important;
    padding: 5px 20px !important;
}
#toggle .menu-item-has-children > a {
  display: block;
  width: 82%;
  text-decoration: none;
  color: #343e4c;
  padding-left: 20px;
  line-height: 40px;
}
#toggle .menu-item-has-children > i {
  width: 18%;
  text-align: center;
  font-size: 13px !important;
  cursor: pointer;
}
#toggle .menu-item-has-children > a:hover {
  color: #a96641;
}
#toggle .toggle-sub-menu {
  margin: 0;
  padding: 10px 0;
}
#toggle .toggle-sub-menu li {
  list-style-type: none;
}
#toggle .toggle-sub-menu li a {
  position: relative;
  display: block;
  color: #343e4c;
  font-size: 14px;
  text-decoration: none;
  padding-left: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 40px;
}
#toggle .toggle-sub-menu li a:before {
    content: '\f105';
    font-family: 'Line Awesome Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 4px;
    font-size: 12px;
}
#toggle .toggle-sub-menu li a:hover {
   color: #a96641;
}

@media (max-width: 1500px) {
  .rentmy-header .rentmy-menu-header .rentmy-logo {
    width: 145px;
  }
  .rentmy-header .rentmy-menu-header .rentmy-menu-area .rentmy-menu .rentmy-nav-manu ul li a {
    font-size: 14px;
    padding: 0 6px;
  }
  .rm-desktop-user-bar i, .rm-cart-bar i {
    font-size: 17px !important;
  }
  .rentmy-header .rentmy-menu-header .rentmy-menu-area .rentmy-menu .rentmy-nav-manu ul li.rm-header-booknow-btn a {
    margin-left: 12px;
    padding: 10px 15px;
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .rentmy-header .rentmy-menu-header .rentmy-menu-area .rentmy-menu .rentmy-nav-manu ul li.rm-header-booknow-btn a {
    display: none;
  }
  .rentmy-header .rentmy-menu-header .rentmy-logo .rentmy-logo-area .rentmy-logo-area-inner .rentmy-logo-area-middle {
      height: 50px;
  }
  .rentmy-header .rentmy-menu-header .rentmy-logo .rentmy-logo-area .rentmy-logo-area-inner .rentmy-logo-area-middle a {
      height: 50px;
  }
  .rentmy-header .rentmy-menu-header .rentmy-logo .rentmy-logo-area .rentmy-logo-area-inner .rentmy-logo-area-middle a img {
      height: 50px;
  }
  .rentmy-header .rentmy-menu-header .rentmy-menu-area .rentmy-menu .rentmy-nav-manu ul li a {
      font-size: 12px;
  }
  .rentmy-header .rentmy-menu-header .rentmy-menu-area .rentmy-menu .rentmy-nav-manu ul li a i {
      font-size: 18px;
  }
}

@media (min-width: 992px) {
  .rentmy-header .rentmy-menu-header .rentmy-menu .rentmy-nav-manu {
      display: inline-block !important;
  }
}

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


  /* .rentmy-header .rentmy-menu-header {
    position: fixed;
    position: relative;
    top: 0;
    width: 100%;
    height: 90px;
    transition: all 0.4s ease-in-out;
    z-index: 9999;
  }
  .rentmy-header .rentmy-menu-header .row {
    align-items: center;
  }
  .rentmy-header .rentmy-menu-header .rentmy-logo-area {
    height: 90px;
  }
  .rentmy-header .rentmy-menu-header .rentmy-logo-area .rentmy-logo-area-inner {
    display: table;
    table-layout: fixed;
    width: auto;
    height: 100%;
  }
  .rentmy-header .rentmy-menu-header .rentmy-logo-area .rentmy-logo-area-inner .rentmy-logo-area-middle {
    display: table-cell;
    height: 40px;
    vertical-align: middle;
    transition: all 0.4s ease-in-out;
  }
  .rentmy-header .rentmy-menu-header .rentmy-logo-area .rentmy-logo-area-inner .rentmy-logo-area-middle a {
    display: block;
    height: 40px;
  }
  .rentmy-header .rentmy-menu-header .rentmy-logo-area .rentmy-logo-area-inner .rentmy-logo-area-middle a img {
    width: unset;
    max-width: unset;
    height: 40px;
    transition: all 0.4s ease-in-out;
  }
  .navbar-expand-lg .navbar-nav .nav-item {
    position: relative;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    color: #111;
    padding-right: 15px;
    padding-left: 15px;
  }
  .rentmy-header .rentmy-menu-header .rentmy-menu .rentmy-mobile-device {
    display: none;
  }

  .RentMyMiniCart .MiniContinueShoppingBtn, 
  .RentMyMiniCart .MiniCartBtn {
    line-height: 42px !important;
    font-size: 13px !important;
    color: #fff !important;
}
.navbar-expand-lg .navbar-nav .nav-item ul {
    position: absolute;
    min-width: 180px;
    height: auto;
    padding: 5px 0px;
    background: #fff;
    transform: perspective(600px) rotateX(-90deg);
    transform-origin: 0 0 0;
    left: -60px;
    right: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    z-index: 99;
    top: 100%;
    text-align: left;
    border-top: 3px solid #111;
    box-shadow: 0px 0px 10px #eee;
  }

  .navbar-expand-lg .navbar-nav .nav-item:hover ul {
    visibility: visible;
    opacity: 1;
    transform: perspective(600px) rotateX(0);
  }
  .navbar-expand-lg .navbar-nav .nav-item ul li a {
    display: block;
    color: #111;
    font-size: 15px;
    padding: 7px 15px;
    text-decoration: none;
  }
  
  @media (min-width: 993px) {
    .rentmy-header .rentmy-menu-header .rentmy-menu .rentmy-nav-manu {
      display: inline-block !important;
      float: right;
    }
  }
  @media (max-width: 992px) {
    .rentmy-header .rentmy-menu-header {
      height: 70px;
      top: 0;
      background-color: #fff;
      border-bottom: 1px solid #eee;
    }
    .rentmy-header .rentmy-menu-header .container {
      background-color: transparent;
    }
    .rentmy-header .rentmy-menu-header .row {
      align-items: unset;
    }
    .rentmy-header .rentmy-menu-header .rentmy-logo-area {
      height: 70px;
    }
    .rentmy-header .rentmy-menu-header .rentmy-logo-area .rentmy-logo-area-inner .rentmy-logo-area-middle {
      height: 25px;
    }
    .rentmy-header .rentmy-menu-header .rentmy-logo-area .rentmy-logo-area-inner .rentmy-logo-area-middle a {
      height: 25px;
    }
    .rentmy-header .rentmy-menu-header .rentmy-logo-area .rentmy-logo-area-inner .rentmy-logo-area-middle a img {
      height: 25px !important;
      width: auto !important;
      max-width: unset !important;
    }
    .rentmy-header .rentmy-menu-header .rentmy-menu {
      position: relative;
    }
    .rentmy-header .rentmy-menu-header .rentmy-menu .rentmy-mobile-device {
      display: flex;
      padding-right: 0;
      justify-content: flex-end;
      align-items: center;
    }
    .rentmy-header .rentmy-menu-header .rentmy-menu .rentmy-mobile-device li {
      display: inline-block;
      position: relative;
    }
    .rentmy-header .rentmy-menu-header .rentmy-menu .rentmy-mobile-device li a {
      padding: 0 8px;
      color: #212b36;
    }
    .rentmy-header .rentmy-menu-header .rentmy-menu .rentmy-mobile-device li a i {
      font-size: 20px;
    }
    .rentmy-header .rentmy-menu-header .rentmy-menu .rentmy-nav-manu {
      display: none;
      position: fixed;
      left: 0;
      width: 100%;
      background: #fff;
      box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.08);
      top: 70px;
      z-index: 9;
      border-top: 1px solid #FF6502;
    }
    .rentmy-header .rentmy-menu-header .rentmy-menu .rentmy-nav-manu ul {
      height: auto;
      padding: 15px 0;
    }
    .rentmy-header .rentmy-menu-header .rentmy-menu .rentmy-nav-manu ul li {
      display: inline-block;
      margin: 0;
      width: 100%;
    }
    .rentmy-header .rentmy-menu-header .rentmy-menu .rentmy-nav-manu ul li.rm-desktop-cart-bar, .rentmy-header .rentmy-menu-header .rentmy-menu .rentmy-nav-manu ul li.rm-desktop-search-bar, .rentmy-header .rentmy-menu-header .rentmy-menu .rentmy-nav-manu ul li.rm-desktop-sidebar-menu {
      display: none;
    }
    .rentmy-header .rentmy-menu-header .rentmy-menu .rentmy-nav-manu ul li a {
      line-height: 37px;
      padding: 0 20px;
      color: #212b36;
    }
    .rentmy-header .rentmy-menu-header.shrink {
      height: 70px;
    }
    .rentmy-header .rentmy-menu-header.shrink .rentmy-logo-area .rentmy-logo-area-inner .rentmy-logo-area-middle a img {
      width: unset;
    }
    .rentmy-header .rentmy-menu-header.shrink .rentmy-menu .rentmy-nav-manu ul li a {
      line-height: 37px;
      padding: 0 20px;
    }
    .RentMyMiniCart .RentMyCartBody {
      width: 340px;
      right: -18px;
    }
    .rentmy-header .rentmy-menu-header .rentmy-menu ul.rentmy-mobile-device li ul {
      position: absolute;
      min-width: 200px;
      height: auto;
      padding: 5px 0px;
      background: #fff;
      transform: perspective(600px) rotateX(-90deg);
      transform-origin: 0 0 0;
      right: 0;
      opacity: 0;
      visibility: hidden;
      transition: 0.5s;
      z-index: 99;
      top: 46px;
      text-align: left;
      border-top: 3px solid #FF6502;
    }
    .rentmy-header .rentmy-menu-header .rentmy-menu ul.rentmy-mobile-device li ul li {
      float: unset;
      width: 100%;
      display: inline-block;
    }
    .rentmy-header .rentmy-menu-header .rentmy-menu .rentmy-nav-manu ul li ul li a {
      display: block;
      padding: 10px 20px;
      font-size: 14px;
      line-height: 20px;
      border-bottom: 1px solid #f2f3f8;
      color: #555;
    }
    .rentmy-header .rentmy-menu-header .rentmy-menu ul.rentmy-mobile-device li ul li a:hover {
      color: #FF6502;
    }
    .rentmy-header .rentmy-menu-header .rentmy-menu ul.rentmy-mobile-device li ul li:last-child a {
      border-bottom: none;
    }
    .rentmy-header .rentmy-menu-header .rentmy-menu ul.rentmy-mobile-device li:hover ul {
      visibility: visible;
      opacity: 1;
      transform: perspective(600px) rotateX(0);
    }
  } */


#dynamic_page_contents {
  margin-top: 100px;
}
@media (max-width: 991px) {
  #dynamic_page_contents {
    margin-top: 30px;
  } 
}


/*===================== 
Home css  
=======================*/

.event-planing-content h1 {
  font-weight: 400;
  line-height: 1.2;
}
.event-planing-content h4 {
  font-size: 26px;
}
.our-service-area {
  background-color: #5e6c68f2;
    padding-top: 120px;
    padding-bottom: 170px;
}
.our-service-area h2 {
  color: #f0ece1;
  font-weight: 500;
  font-family: 'Amertha', sans-serif !important;
}
.our-service-area p {
  color: #f0ece1;
}
.our-services-box {
  text-align: center;
  padding: 30px 50px;
  margin-top: 40px;
}
.our-services-box img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.our-services-box h3 {
  font-family: Raleway, sans-serif;
  color: #f0ece1;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.6;
}
.vivian-btn-border {
  background-color: transparent;
  border: 2px solid #fff;
}
.wedding-rent-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.wedding-rent-content {
  padding-left: 50px;
}
.wedding-rent-content p {
  margin-bottom: 50px;
}
.wedding-rent-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.wedding-rent-item {
  width: 33.333333%;
  padding-left: 10px;
  padding-right: 10px;
}
.wedding-rent-iteminner {
  background-color: #fff;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.11);
  border-style: none;
  border-radius: 0px;
  /* border: 1px solid; */
  padding: 30px 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wedding-rent-item.wedding-rent-firstitem {
  width: 100%;
}
.wedding-rent-iteminner-middle {
  text-align: center;
}
.wedding-rent-item img {
  width:70px;
  margin-bottom: 15px;
}
.wedding-rent-img {
  margin-top: -150px;
  position: relative;
  z-index: 1;
}
.wedding-decorator.event-planing-section {
  margin-top: 40px;
}
.wedding-decorator .event-planing-content {
  padding-top: 315px;
    padding-right: 180px;
    padding-bottom: 300px;
    padding-left: 80px;
    margin-top: 0;
    z-index: 0;
}
.wedding-decorator .event-planing-content span {
  color: rgba(94, 108, 104, 0.95);
}
.wedding-decorator.event-planing-bgwhite .event-planing-img {
  z-index: 3;
  margin-left: -20%;
}

.gallery-slider-section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.gallery-slider-section h2 {
  padding-bottom:30px;
}
.gallery-slider-section .item {
  height: 700px;
}
.gallery-slider-section .owl-carousel .owl-nav .owl-next, 
.gallery-slider-section .owl-carousel .owl-nav .owl-prev {
  position: absolute;
    top: 45%;
    background-color: #fff;
    width: 40px;
    height: 40px;
    opacity: unset;
    color: #a96641;
    font-size: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
} 
.gallery-slider-section .owl-carousel .owl-nav .owl-next span, 
.gallery-slider-section .owl-carousel .owl-nav .owl-prev span {
  margin-top: -5px;
} 
.gallery-slider-section .owl-carousel .owl-nav .owl-prev {
  left: 20px;
}
.gallery-slider-section .owl-carousel .owl-nav .owl-next {
  right: 20px;
}
@media (max-width: 1450px) {
  .gallery-slider-section .item {
    height: 600px;
  }
}

.customer-section.event-planing-section {
  padding-top: 90px;
  margin-top: 0;
}
.customer-section.event-planing-section img {
  border-radius: 10px;
}
.customer-content {
  position: relative;
  margin-left: -100px;
  z-index: 9;
}
.customer-slider {
  background-color: #fff;
}
.qoutation-img {
  float: right;
  margin-top: -30px;
  width: 98px;
}
.customer-slier-content {
  padding-top: 75px;
    padding-right: 75px;
    padding-bottom: 20px;
    padding-left: 75px;
}
.customer-slider .item {
  border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;

}
.customer-img-name {
  display: flex;
  align-items: center;
}
.customer-img-name img {
  margin-right: 30px;
  width: 70px !important;
  border-radius: 100px !important;
}
.customer-name h6 {
  color: rgb(94, 108, 104);
  letter-spacing: 1px;
  font-family: "Crimson Text", serif;
    font-weight: 400;
    margin-bottom: 0;
}
.customer-name span {
  color: rgb(94, 108, 104);
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "Crimson Text", serif;
    font-weight: 400;
}
.customer-slider .owl-carousel .owl-dots {
  display: block !important;
  position: absolute;
  bottom: -60px !important;
  left: 0;
  right: 0;
}
.review-btn {
  text-align: center;
  padding-top: 80px;
}
.howrental-works .rental-steps-box {
  min-height: 385px;
}
.rental-steps-box img {
  margin-bottom: 40px;
}
.howrental-works {
  padding-top: 80px;
}
.howrental-works .content-top-text {
  padding-bottom: 30px !important;
}


.mind-bigday-section.event-planing-bgwhite .event-planing-img {
  margin-left: 0;
  margin-bottom: 0;
  margin-right: -25px;
}
.mind-bigday-section.event-planing-bgwhite .uabb-second-heading-text {
  color: #5e6c68f2;
}

.instagram-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.instagram-link {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.instagram-link .instagram-img {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  overflow: hidden;
  margin-right: 40px;
}
.instagram-link .instagram-img .instagram-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}
.instagram-link .instagram-img .instagram-overlay i {
  font-size:40px;
  color: #fff;
}
.instagram-link .instagram-img:hover .instagram-overlay {
  display: flex;
}
.instagram-link h6 {
  margin-bottom: 3px;
}
.instagram-link p {
  font-size: 12px;
}
.instagram-link:hover p {
  color: #9c5a36;
}
.instagram-box-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.instagram-box-item {
  width: 20%;
  padding-left: 5px;
  padding-right: 5px;
}
.instagram-box-iteminner {
  position: relative;
  display: block;
}
.instagram-box-item img {
  width: 100%;
  height: 268px;
  object-fit: cover;
}
.instagram-box-item .instagram-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.instagram-box-item:hover .instagram-overlay {
  background-color: rgba(0, 0, 0, .1);
}
.instagram-box-item .instagram-overlay i {
  font-size:40px;
  color: #fff;
}
.follow-btn {
  padding: 7px 15px;
  font-size: 12px;
  border-radius: 3px;
}

@media (max-width: 767px) {
  .our-service-area {
    background-color: #5e6c68f2;
      padding-top: 50px;
      padding-bottom: 50px;
  }
  .our-services-box {
    padding: 20px 0px;
    margin-top: 40px;
  }
  .wedding-rent-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .wedding-rent-img {
    margin-top: 0;
  }
  .wedding-rent-content {
    padding-left: 0;
    padding-top: 20px;
    text-align: center;
  }
  .wedding-rent-item {
    width: 50%;
  }
  .wedding-decorator .event-planing-content {
    padding: 20px;
    text-align: center;
  }
  .wedding-rent-iteminner {
    padding: 20px 15px;
  }
  .wedding-rent-item img {
    width: 60px;
  }
  .event-planing-content h1 {
    margin-bottom: 30px;
  }
  .wedding-decorator.event-planing-bgwhite .event-planing-img {
    margin-left: 0;
  }
  .event-planing-content h4 {
    font-size: 18px;
  }
  .gallery-slider-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .gallery-slider-section .item {
    height: auto;
  }
  .gallery-slider-section .owl-height {
    height: auto;
  }
  .gallery-slider-section .owl-carousel .owl-nav .owl-next, 
  .gallery-slider-section .owl-carousel .owl-nav .owl-prev {
    top: 32%;
  }
  .customer-slier-content {
    padding-top: 30px;
      padding-right: 20px;
      padding-bottom: 20px;
      padding-left: 20px;
  }
  .customer-content {
    margin-left: 0;
  }
  .qoutation-img {
    width: 40px;
  }
  .howrental-works {
    padding-top: 0px;
  }
  .instagram-box-item {
    width: 50%;
    margin-bottom: 10px;
  }
  .instagram-box-item img {
    height: 150px;
  }
}


/*===================== 
product list css  
=======================*/
.RentMyProductItemInner {
  box-shadow: none;
}
.RentMyProductListRow .RentMyFilterArea {
  width: 330px;
  flex: 0 0 auto;
}
.RentMyProductImg {
  padding-top: 0;
  padding-bottom: 0;
}
.RentMyProductImg img {
  height: auto;
  object-fit: cover !important;
}
.RentMyFilterTitle {
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 0px;
    height: 50px;
    background-color: #F1EEE6 !important;
    color: #697370;
    line-height: 50px;
    padding-left: 15px;
    font-weight: 700;
}
.RentMyProductBody {
  border-top: none;
}
.ProductName a {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0;
  color: #171717;
  line-height: 25px;
}
.ProductDetailsIcon, 
.ProductCartIcon {
  display: flex !important;
  cursor: pointer;
}
ul.CategoryMenu {
  margin-top: 10px !important;
}
.CategoryMenu li a {
    padding: 10px 15px;
    color: #555;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
    border-bottom: 1px solid #f2f3f8;
}
.CategoryMenu li a span {
  display: block;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
}
.CategoryMenu li a i {
  font-size: 14px;
}
.CategoryMenuList.scrollbar {
  max-height: 320px;
}
.RentMyCheckboxInline .RentMyCheckbox>span, 
.RentMyCheckboxInline .RentMyRadio>span, 
.RentMyCheckbox>span, .RentMyRadio>span {
  top: 2px;
}
.CategoryMenuList.scrollbar {
  max-height: unset;
}
.FilterCheckbox.scrollbar {
  max-height: unset;
  margin-top: 10px;
}
.FilterCheckbox .RentMyCheckbox {
  margin-bottom: 10px !important;
  font-size: 17px;
}
@media (max-width: 767px) {
  .RentMyProductListRow .RentMyFilterArea {
    width: 100%;
  }
  .RentMyFilterArea {
    padding-right: 0;
  }
  .SortProduct {
    width: 100%;
    margin-top: 20px;
  }
  .productlist-search-box {
    width: 100%;
    padding-right: 7px;
  }
  .productlist-search-box .add-item-form-area-new {
    width: 100%;
  }
  .RentMyProductImg img {
    height: 160px !important;
  }
}


/*====================== 
Product details css  
=========================*/


/*====================== 
Cart css  
=========================*/
.RentMySummeryTable,
.RentMyCartTable {
  border-left: 1px solid #f2f3f8;
  border-right: 1px solid #f2f3f8;
  border-bottom: 1px solid #f2f3f8;
}
.RentMyCartTable tr th {
  background-color: #f2f3f8;
  border-bottom: none !important;
}
.RentMyCartTable tr td {
  border-color: #f2f3f8;
}
.RentMyTable tr td,
.RentMyTable tr th {
  font-size: 16px;
}
.RentMyCartTotal {
  background-color: #f2f3f8;
}
tbody, 
td, 
tfoot, 
th, 
thead, tr {
  border-top: none !important;
}
.RentMySummeryTable tr td:last-of-type {
  text-align: right;
}
.RentMyCartTotal {
  font-weight: 700;
}
.RentMyTable.RentMySummeryTable tr td, 
.RentMyTable.RentMySummeryTable tr th {
  font-size: 16px;
  padding: .50rem .75rem;
}
.RentMyCartWrapper .RentMyDatePicker input {
  width: 400px !important;
}


/*================== 
checkout css 
====================*/

.CheckoutOrderItem {
  border-top: none;
  border-bottom: 1px solid #eee;
}
.CheckoutOrderList .CheckoutOrderItem:last-child {
  border-bottom: 1px solid #eee;
}
.OrderReviewTitle {
  font-weight: 700;
}
.RentMyWrapper input[type=date], 
.RentMyWrapper input[type=email], 
.RentMyWrapper input[type=number], 
.RentMyWrapper input[type=password], 
.RentMyWrapper input[type=search], 
.RentMyWrapper input[type=tel], 
.RentMyWrapper input[type=text], 
.RentMyWrapper input[type=url], 
.RentMyWrapper select, textarea {
  border: 1px solid #eee;
}
.RentMyWrapper .RentMyInputField {
  border: 1px solid #eee;
}
.FullfillmentPickup {
  border-top: 1px solid #eee;
  padding: 10px 0;
}


/*================================ 
customer portal css  
==================================*/

#RentMyResetPasswordContainer,
#RentMyCustomerRegistrationContainer,
#RentMyCustomerLoginContainer {
  margin-top: 120px;
}
#RentMyResetPasswordContainer,
#RentMyCustomerLoginContainer {
  margin-top: 180px;
}


/*=========================== 
customer portal css  
=============================*/

.RentMyCustomerPortalWrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 0;
  border: none;
}
.RentMyRightContent {
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.RentMyPageHeader {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#RentMyCustomerChangeAvatarContainer .RentMyButtonGroup {
  flex-wrap: wrap;
}
#RentMyCustomerChangeAvatarContainer .RentMyButtonGroup .RentMyUploadBtn {
  margin-bottom: 20px;
}
.RentMyLeftSidebarmenuInner {
  border-right: 1px solid #eee;
}
.RentMyCard {
  border: 1px solid #eee;
  background-color: #fff;
}
.RentMyCardHeader {
  border-bottom: 1px solid #eee;
}
.RentMyCardBody {
  min-height: 375px;
}
.RentMySideMenu ul li a {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
}
.RentMyPageHeader h3 {
  font-weight: 700;
  font-size: 25px;
}
.RentMyCardHeader h3 {
  font-weight: 700;
}
h5.RentMyProfileName {
  font-weight: 600;
}
.RentMyContentBodyInner {
  border: 1px solid #eee;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
}

@media (max-width:767px) {
  .RentMyContentBody {
    padding: 20px 0;
  }
  .RentMyCustomerPortalWrapper {
    padding-top: 20px;
  }
  .RentMyProfileImge {
    margin-bottom: 20px;
    padding-top: 20px;
  }
  .RentMyProfileImge img {
    height: 150px;
    object-fit: contain;
  }
}



/*========================= 
footer css 
===========================*/
.rentmy-footer {
  background: #657370;
  flex-shrink: 0;
}
.rentmy-top-footer {
  padding: 50px 0 60px;
}
.rentmy-footer-about h4,
.rentmy-social-links h4,
.rentmy-footer-contact h4,
.rentmy-footer-links h4,
.rentmy-footer-newslatter h4 {
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.rentmy-footer-links h4 a {
  color: #fff;
  text-decoration: none;
}
.rentmy-footer-links h4 a:hover {
  color: #dd7842;
}
.rentmy-footer-about {
  text-align: center;
}
.rentmy-footer-about img {
  width: 150px;
  margin-top: 0;
}
.social-icon li a img {
  width: 20px;
  margin-top: -7px;
}
.rentmy-footer-about img.collective-logo {
  width: 40px;
  margin-top: 25px;
}
.rentmy-footer-links img {
  width: 80px;
  margin-top: 10px;
}
.rentmy-footer-about p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.8px;
  padding-right: 60px;
}
.social-icon li {
  display: inline-block;
  margin-top: 10px;
  margin-right: 15px;
}
.social-icon li a {
  color: #fff;
}
.social-icon li a i {
  font-size: 25px;
}
.social-icon li a:hover {
  color: #ddd;
}
.rentmy-footer-contact ul {
  padding-left: 0;
}
.rentmy-footer-contact ul li {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 8px;
}
.rentmy-footer-contact ul li a {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.rentmy-footer-contact ul li i {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 12px;
  margin-right: 8px;
  border-radius: 50px;
  color: #fff;
  background-color: #444;
}
.rentmy-footer-links ul {
  padding-left: 0;
}
.rentmy-footer-links ul li {
  padding-bottom: 5px;
  font-size: 15px;
  display: inline-block;
  margin-right: 22px;
padding-top: 5px;
    padding-bottom: 18px;
}
.rentmy-footer-links ul li a {
  color: #eee;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.rentmy-footer-links ul li a:hover {
  color: #dd7842;
}
.rentmy-footer-links ul li a i {
  margin-right: 4px;
}
.rentmy-bottom-footer {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.rentmy-bottom-footer-content {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 15px;
}
.rentmy-bottom-footer-content p {
  color: #777;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.rentmy-bottom-footer-content p a {
  color: #777;
  font-weight: 400;
}
.rentmy-bottom-footer-content p a:hover {
  text-decoration: underline;
}
.rentmy-bottom-top-footer ul  {
  display: flex;
  justify-content: space-between;
}
.rentmy-bottom-top-footer ul li {
  display: inline-block;
  position: relative;
  width: 33.333333%;
}
.rentmy-bottom-top-footer ul li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #eee;
  width: 1px;
  height: 20px;
}
.rentmy-bottom-top-footer ul li a {
  color: #2f394e;
      font-size: 12px;
  font-weight: bold;
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
text-transform: uppercase;
text-decoration: none;
}
.rentmy-bottom-top-footer {
width: 100%;
}
@media (max-width: 991px) {
  .rentmy-footer-about {
    text-align: center;
    margin-bottom: 30px;
  }
  .rentmy-top-footer {
    padding:40px 0 50px;
  }
}
@media (max-width: 767px) {
  .rentmy-bottom-top-footer ul {
    flex-wrap: wrap;
  }
  .rentmy-bottom-top-footer ul li {
    width: 100%;
  }
  .rentmy-footer-about h4,
  .rentmy-social-links h4,
  .rentmy-footer-contact h4,
  .rentmy-footer-links h4,
  .rentmy-footer-newslatter h4 {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .rentmy-top-footer {
    padding: 50px 0 50px;
  }
  .rentmy-footer-links {
    text-align: center;
  }
  .rentmy-bottom-footer-content p {
    padding-left: 10px;
    padding-right: 10px;
  }
  .social-icon li a i {
    font-size: 20px;
  }
}




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


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



/*============================ 
how rental works css   
==============================*/

.content-top-text {
  padding-top: 50px;
  padding-bottom: 50px;
}
.paragraph-content {
  align-items: center;
  margin-bottom: 50px;
}
.paragraph-icon {
  width: 35px;
  margin-bottom: 12px;
}
.paragraph-content p {
  padding-bottom: 10px;
}
.paragraph-content-body-left {
  padding-right: 100px;
}
.paragraph-content-body-right {
  padding-left: 100px;
}
.fl-rich-text {
   margin-bottom: 40px;
}
.fl-rich-text a {
  color: #5e6c68f2;
    text-decoration: none;
    font-size: 26px;
    font-family: "Crimson Text", serif;
}
.showroom-location .container-inner {
  background-color: #f0ece1;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
}
.showroom-img {
  text-align: center;
}
.showroom-img img {
  width: 170px;
  object-fit: contain;
}
.showroom-content .fl-rich-text a {
  font-size: 17px;
  font-family: 'Raleway', sans-serif;
}
.event-planing-section {
  background-color: #f0ece1;
  margin-top: 80px;
  padding-top: 50px;
  padding-bottom: 40px;
}
.event-planing-section .row {
  align-items: center;
}
.event-planing-content {
  position: relative;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  padding-right: 100px;
  padding-bottom: 80px;
  padding-left: 100px;
  z-index: 2;
  margin-top: 5%;
}
.event-planing-content h2 {
  margin-bottom: 35px;
  line-height: 43px;
}
.event-planing-content h2 span {
  font-size: 60px;
    line-height: 40px;
    font-weight: 400;
}
.event-planing-img {
  position: relative;
  z-index: 1;
  margin-bottom: -10%;
    margin-left: -20%;
}

@media (max-width: 767px) {
  .event-planing-section {
    margin-top: 30px;
  }
  .order-2 {
    order: -2 !important;
  }
  .paragraph-content-body {
    padding-top: 20px;
    text-align: center;
  }
  .paragraph-content-body-left {
    padding-right: 0px;
  }
  .paragraph-content-body-right {
    padding-left: 0px;
  }
  .showroom-img img {
    width: 120px;
    margin-bottom: 30px;
  }
  .event-planing-content {
    padding: 20px;
    text-align: center;
    margin-top: 0;
  }
  .event-planing-content h2 span {
    font-size: 30px;
  }
  .showroom-location .container-inner {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-top-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}


/*============================= 
FAQ css  
===============================*/

.accordion-list {
  margin-top: 40px;
}
.accordion-list h2 {
  font-size: 32px;
  margin-bottom: 40px;
}
.accordion-list .card {
  border: none;
}
.accordion-list .card-header {
  padding: 5px 15px 5px 20px;
  margin-bottom: 0;
  background: #f0ece1;
  border-bottom: none;
  margin-bottom: 12px;
}
.accordion-list .btn {
  background: #f0ece1;
  width: 100%;
  text-align: left;
  font-size: 24px;
  color: #343e4c;
  font-weight: 600;
  text-decoration: none !important;
  gap: 10px;
  font-family: 'Crimson Text', serif;
  border: none;
  outline: 0;
}
.accordion-list .btn:hover,
.accordion-list .btn:focus,
.accordion-list .btn:active {
  box-shadow: none;
}
.accordion-list .btn i {
  font-size: 17px;
    margin-right: 20px;
}
.btn.btn-link.btn-block.text-left .fa-plus {
  display: none;
}
.btn.btn-link.btn-block.text-left .fa-minus {
  display: inline-block;
}
.btn.btn-link.btn-block.text-left.collapsed .fa-plus {
  display: inline-block;
}
.btn.btn-link.btn-block.text-left.collapsed .fa-minus {
  display: none;
}


/*==================== 
reviews css  
======================*/
.reviews-section .container {
  padding-bottom: 80px;
  border-bottom: 1px solid #cccccc;
}
.reviews-section.localdecorclients-section .container {
  padding-bottom: 0px;
  border-bottom: none;
}
.fl-icon-group {
  display: inline-flex;
  margin-left: 40px;
}
.fl-icon-group i {
  color: #ae6a45;
  font-size: 30px;
}
.reviews-experience-title {
  margin-top: 20px;
}
.review-section-title {
  font-size: 32px;
  margin-bottom: 80px;
  margin-top: 50px;
}
.review-box {
  background: #e7e7e7;
  padding: 30px;
  position: relative;
  text-align: center;
}
.localdecorclients-section .review-box {
  background: #f0ece1;
}
.review-box img {
  width: 55px !important;
  margin-top: -80px;
  display:  unset !important;
}
.reviews-section .owl-stage-outer.owl-height {
  height: auto !important;
  padding-top: 30px;
}
.reviews-section .owl-nav {
  display: none;
}
.reviews-section.localdecorclients-section .owl-nav {
  display: block;
}
.reviews-section.localdecorclients-section .owl-carousel .owl-nav button.owl-next, 
.reviews-section.localdecorclients-section .owl-carousel .owl-nav button.owl-prev {
  background-color: #5e6c68f2;
  width: 28px;
  height: 28px;
  border-radius: 0;
  margin: 0;
  color: #fff;
}
.reviews-section.localdecorclients-section .owl-carousel .owl-nav button.owl-next:hover, 
.reviews-section.localdecorclients-section .owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #9c5a36;
}
.reviews-section.localdecorclients-section .owl-theme .owl-nav .disabled {
  opacity: unset;
}
.reviews-section.localdecorclients-section .owl-theme .owl-nav {
  margin-top: 5px;
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .reviews-section .container {
    padding-bottom: 0px;
  }
  .review-box {
    margin-bottom: 50px;
  }
}


/*======================== 
Blog css  
==========================*/
.blog-main-title {
  position: relative;
}
.blog-main-title::after {
  content: "";
    position: absolute;
    top: 45px;
    left: -190px;
    background-color: #343e4c;
    width: 175px;
    height: 5px;
}
.blog-list-content input[type="radio"]{
  display: none;
}
.blog-list-content .tabs label{
  display: inline-block;
  border-style: none;
    border-width: 0;
    background-clip: border-box;
    border-color: rgba(94, 108, 104, 0.95);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    cursor: pointer;
}
.blog-list-content .tabs .tab-content-blog {
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.tab-content-blog .row {
  margin-left: -20px;
  margin-right: -20px;
}
.tab-content-blog .col-lg-6 {
  padding-left: 20px;
  padding-right: 20px;
}
.blog-list-content .tabs .content {
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.blog-list-content .tabs .content img {
  height: 330px;
  width: 100%;
  object-fit: cover;
  transition: all .3s;
}
.blog-list-content .tabs .content:hover img {
  transform: scale(1.1);
}
.blog-list-content .tabs label:not(:first-of-type){
  margin-left: -4px;
}
.blog-list-content input[type="radio"]:checked + label{
  background-color: transparent;
  cursor: default;
}
.content a {
  position: relative;
  display: block;
}
.content a::after {
  content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .7) 100%);
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.blog-list-content .tabs .overlay{
  position: absolute;
  width: 100%;
  bottom:0;
  color: #fff;
  left: 0;
  transition: all .5s;
  transition: all .5s linear;
text-align: left;
padding-left: 25px;
}
.blog-list-content h3 {
  color: #fff;
}
.blog-list-content h3 a {
  color: #fff;
  font-size: 26px;
  text-decoration: none;
}
.blog-list-content p {
  color: #fff;
  font-size: 12px;
}
@keyframes animateTabe{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.classic-list{
  list-style-type: none;
}
@media (max-width:767px) {
  .blog-list-content .tabs label {
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
  }
  .blog-list-content .tabs .content {
    margin-bottom: 15px;
  }
  .blog-list-content h3 a {
    font-size: 20px;
  }
}



/*========================== 
consultation css  
=============================*/

.consultation-content {
  padding-top: 60px;
}
.consultation-content .paragraph-img {
  text-align: right;
}
.consultation-content .paragraph-img img {
  width: 365px;
}
.consultation-content p {
  padding-right: 25%;
}
.vgc-cookies iframe {
  height: 647px;
}
._3efP_GeH5kyBAzqnLzL.w_Mtb2W9166EgOSv9i3M {
  width: 95%;
  border: 1px solid var(--text-color-level3, rgba(26, 26, 26, 0.1));
  border-radius: 8px;
  box-shadow: 0 1px 8px 0 rgb(0 0 0 / 8%);
}
._3efP_GeH5kyBAzqnLzL {
  position: relative;
  width: 100%;
  background-color: var(--color-bg-white-l-1, rgba(255, 255, 255, 1));
}
.consult-text {
  font-size: 14px;
  text-align: center;
}
.consult-text a {
  font-size: 14px;
  font-family: "Raleway", sans-serif;
}
@media (max-width: 767px) {
  .consultation-content p {
    padding-right: 0;
  }
}


/*========================= 
about us css  
===========================*/
.about-experiences {
  padding-top: 70px;
}
.team-box {
  display: flex;
  align-items: center;
  gap: 45px;
  margin-bottom: 60px;
}
.team-box img {
  width: 315px;
}
.team-box h3 {
  color: #ae6a45;
  margin-bottom: 15px;
}
.team-box span {
  font-family: 'Crimson Text', serif;
  font-size: 20px;
  color: #343e4c;
  font-weight: 600;
}
.aboutstory-section .container {
  background-color: #f0ece1;
  padding: 70px 40px;
}
.aboutstory-section h3 {
  font-size: 32px;
}
.aboutstory-section .paragraph-content-body img {
  float: right;
  margin-bottom: -156px;
  width: 260px;
}
blockquote {
  border-left: 5px solid #dddddd;
  margin: 1.5em 1em 1.5em 3em;
  font-size: 1.1em;
  line-height: inherit;
  position: relative;
  padding: 1.2em;
  font-style: italic;
}
blockquote p {
  margin-bottom: 1.6em;
  font-size: 16px;
  line-height: 30px;
  padding-right: 38%;
}
blockquote p span {
  font-size: 16px;
  color: #000;
}
.about-ourlocation {
  padding-top: 80px;
}
.about-ourlocation h3 {
  margin-bottom: 30px;
}
.about-ourlocation p {
  margin-bottom: 30px;
}
.about-ourlocation iframe {
  width: 100%;
  height: 400px;
}
.about-member {
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: center;
}
.about-member h2 {
  margin-bottom: 30px;
}
.about-member img {
  width: 150px;
}
.contact-information ul {
  display: flex;
  list-style: none;
}
.contact-information ul li {
  width: 50%;
}
.contact-information ul li a {
  display: block;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}
.contact-information ul li a img {
  width: 45px;
}
@media (max-width: 767px) {
  .contact-information ul {
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
  }
  .contact-information ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .contact-ordinary {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .about-experiences {
    padding-top: 30px;
  }
  .start-planing-content {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center !important;
  }
  .start-planing-rightside {
    text-align: center;
  }
  .about-experiences .vivian-btn {
    margin-bottom: 15px;
  }
}


/*========================= 
contact css  
===========================*/
.contact-ordinary {
  padding-top: 60px;
  padding-bottom: 80px;
}
.ordinary-img {
  width: 45px;
}
.contact-information {
  padding-top: 80px;
}
.contact-information img {
  margin-bottom: 15px;
}
.contact-information h4 {
  font-size: 18px;
  color: #808285;
}
.start-planing {
  background-color: #f0ece1;
  padding-top: 80px;
  padding-bottom: 80px;
}
.start-planing-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.start-planing-content h2 {
  margin-bottom: 20px;
}


/*============================= 
decor gallery css  
===============================*/

.wedding-gallrey-top {
  padding-top: 70px;
}
.wedding-gallery-section {
  margin-bottom: 100px;
}
.wedding-gallery-list {
  column-count: 4;
  --webkit-column-count: 4;
  --moz-column-count: 4;
  gap: 30px;
}
.wedding-gallery-item {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.wedding-gallery-item img {
  transition: all 0.3s;
  transform-style: preserve-3d;
  will-change: transform;
}
.wedding-gallery-item:hover img {
  transform: scale(1.1);
}
.wedding-gallery-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  display: none;
}
.wedding-gallery-item:hover::after {
  display: block;
}
@media (max-width:767px) {
  .wedding-gallery-list {
    column-count: 2;
    gap: 10px;
  }
  .wedding-gallery-item {
    margin-bottom: 10px;
  }
  .wedding-gallrey-top {
    padding-top: 30px;
  }
  .wedding-gallrey-top .paragraph-content {
    margin-bottom: 0px;
  }
}




/*=========================== 
wedding rental css  
============================*/

.event-planing-bgwhite {
  background-color: #fff;
  padding-top: 0;
}
.event-planing-bgwhite .event-planing-content {
  background-color: #f0ece1;
  padding-left: 70px;
}
.event-planing-bgwhite .event-planing-img {
  margin-left: -48%;
}
.event-planing-bgwhite .uabb-second-heading-text {
  color: #ae6a45;
}
.event-planing-bgwhite h3 {
  margin-bottom: 40px;
}
.event-planing-bgwhite p {
  font-size: 18px;
}
.rental-choose-section {
  padding-top: 100px;
}
.rental-choose-section h2 {
  margin-bottom: 40px;
}
.rental-choose-list {
  display: flex;
  flex-wrap: wrap;
}
.rental-choose-item {
  width: 50%;
  margin-bottom: 50px;
  text-align: center;
}
.rental-choose-item h4 {
  color: #ae6a45;
  font-size: 70px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.rental-choose-item span {
  font-size: 1.5rem;
    letter-spacing: 1.5px;
    color: rgba(94, 108, 104, 0.95);
    font-weight: 600;
    font-family: 'Crimson Text', serif;
}

.shopby-category h2 {
  margin-bottom: 50px;
}
.shop-category-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.shop-category-item {
  display: block;
  width: 20%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
}
.collection-shop-list .shop-category-item {
  width: 33.333333%;
}
.shop-category-item img {
  width: 100%;
  height: 244px;
  object-fit: cover;
}
.collection-shop-list .shop-category-item img {
  height: 440px;
}
.category-body {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f0ece1;
  height: 70px;
  padding-left: 15px;
  padding-right: 15px;
}

.category-body h4 {
  color: #ae6a45;
  font-size: 1.41176470588rem;
    line-height: 1.2em;
    margin-bottom: 0;
}
.shop-category-item:hover .category-body h4 {
  color: #526b6b;
}
@media (max-width: 767px) {
  .event-planing-bgwhite .event-planing-img {
    margin-left: 0;
  }
  .event-planing-bgwhite .event-planing-content {
    padding-left: 20px;
  }
  .event-planing-img {
    margin-bottom: 0;
    margin-left: 0;
  }
  .event-planing-bgwhite p {
    font-size: 16px;
  }
  .rental-choose-section {
    padding-top: 0px;
  }
  .shop-category-list {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .shop-category-item {
    width: 50%;
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px !important;
  }
  .collection-shop-list .shop-category-item {
    width: 50%;
  }
  .shop-category-item img {
    height: 130px;
  }
  .category-body h4 {
    font-size: 18px;
    text-align: center;
  }
}


/*=================================== 
Decorating services css  
===================================*/

.overwhelming-box {
  float: right;
  background-color: #ffffff;
  width: 480px;
    border-radius: 10px;
    box-shadow: 1px 1px 18px 0px rgba(0, 0, 0, 0.11);
    padding-top: 70px;
    padding-right: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
    text-align: center;
}
.overwhelming-box img {
  width: 78px;
  margin-top: -175px;
}
.fl-callout-title {
  margin-bottom: 30px;
}
.fl-callout-title a {
  font-family: "Crimson Text", serif;
}
.rental-steps-section {
  padding-bottom: 70px;
}
.rental-steps-section .content-top-text p {
  font-style: italic;
}
.rental-steps-box {
  background-color: #5e6c68f2;
  min-height: 348px;
  padding: 30px;
  border-radius: 10px;
}
.rental-steps-box h3 {
  font-size: 28px;
  color: #fff;
  text-align: center;
}
.rental-steps-box p {
  color: #fff;
}
.rental-steps-box ul {
  list-style: disc;
}
.rental-steps-box ul li {
  font-size: 16px;
  color: #fff;
  padding-bottom: 3px;
}
.viewfullgallery {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #9c5a36;
  font-weight: 600;
}
.viewfullgallery i {
  font-size: 25px;
  margin-left: 15px;
}
.needs-idea-section .showroom-content {
  padding-left: 25px;
}
.needs-idea-section .row {
  align-items: center;
}
.idea-img-box {
  overflow: hidden;
}
.idea-img-box img {
  transition: all 0.3s;
}
.idea-img-box:hover img {
  transform: scale(1.1);
}
.diydecor-section.consultation-content .paragraph-img {
  text-align: left;
}
.diydecor-section.consultation-content .paragraph-content-body-right {
  padding-left: 15px;
}
.diydecor-section.consultation-content p {
  padding-right: 0;
}
@media (max-width: 767px) {
  .rental-steps-section {
    padding-bottom: 30px;
  }
  .rental-steps-box {
    margin-bottom: 15px;
  }
  .overwhelming-box {
    float: unset;
    width: 100%;
    padding: 30px 20px;
  }
  .overwhelming-box img {
    width: 45px;
    margin-top: -76px;
  }
  .needs-idea-section .showroom-content {
    padding-left: 0px;
    margin-bottom: 20px;
  }
  .needs-idea-section .showroom-content .fl-rich-text {
    margin-bottom: 15px;
  }
  .idea-img-box {
    margin-bottom: 15px;
  }
  .diydecor-section.consultation-content .paragraph-content-body-right {
    padding-left: 0px;
  }
}


/*========================== 
floral rental css  
============================*/

.silkflower-img {
  width: 500px;
}



/*========================== 
Local Weddings css  
============================*/

.decor-service-rental .shop-category-list .shop-category-item {
  width: 100%;
}
.decor-service-rental .col-md-6 {
  padding-left: 50px;
  padding-right: 50px;
}

.design-consultation .container-inner {
  background-color: #5e6c68f2;

}
.design-consultation .showroom-content {
  padding-left: 40px;
}
.design-consultation .showroom-content h3,
.design-consultation .showroom-content p {
  color: #fff;
}
.add-item-form-area-new {
  width: 320px;
}
.add-item-form-area-new input {
  outline: 0;
  box-shadow: none;
  box-shadow: none !important;
}
.RentMyWrapperProductList {
  margin-top: 40px;
}
.FilterCheckbox a {
  font-size: 15px;
  color: #333 !important;
}
.SortProductRow {
  margin-bottom: 30px;
}
.RentMyProductImg img {
  margin-left: auto;
    margin-right: auto;
    display: block;
    z-index: -4;
    object-fit: contain;
    height: 320px;
    width: 100%;
}
.ProductName a {
  font-weight: 600;
    font-size: 20px;
    letter-spacing: 1.5px;
    transition: all .5s;
    padding-top: 10px !important;
    color: #697370;
}
h5.ProductPrice,
.ProductPrice {
  font-size: 16px !important;
  font-weight: 600 !important;
  /* font-family: "Raleway", sans-serif; */
  color: #333;
  margin-bottom: 0;
}
/* .RentMyProductOverlay {
  position: absolute;
  top: unset !important;
  background-color: #697370;
  width: 100%;
  height: 45px;
  bottom: 0;
  justify-content: space-between;
} */
.RentMyProductOverlay {
  background-color: transparent;
}
.ProductDetailsIcon, 
.ProductCartIcon {
  background-color: #5e6c68f2;
}
/* .ProductDetailsIcon i, 
.ProductCartIcon i {
  font-size: 22px;
} */
.RentMyWrapper .RentMyInputField {
  font-size: 15px;
}
.RentMyMiniCart .MiniContinueShoppingBtn,
.RentMyMiniCart .MiniCartBtn {
  color: #fff !important;
  display: flex !important;
}
.RentMyWrapper .RentMyBtn {
  background-color: #697370 !important;
}
.RentMyWrapper .RentMyBtn:hover {
  background-color: #a36136 !important;
}
@media (max-width: 767px) {
  .decor-service-rental .col-md-6 {
    padding-left: 15px;
    padding-right:15px;
  }
  .design-consultation .showroom-content {
    padding-left: 0px;
    text-align: center;
  }
  .fl-module .vivian-btn:nth-of-type(2),
  .btn-area .vivian-btn:nth-of-type(2) {
    margin-top: 15px;
  }
  .fl-rich-text {
    margin-bottom: 20px;
  }
  .fl-icon {
    margin-right: 10px;
  }
  .fl-icon-group .fl-icon i {
    font-size: 18px;
  }
  .ProductName a {
      font-size: 15px;
    line-height: 20px;
  }
}

.terms-conditions-content {
  padding-top: 50px;
}

.form-group label,
.form-label {
  font-family: "Crimson Text", serif;
  color: #343434 !important;
  font-weight: 600;
  margin-bottom: 4px;
}
.form-group {
  margin-bottom: 15px;
}
.form-label strong{
  color: #790000;
    margin-left: 4px;
    font-weight: 600;
    font-size: 15px;
}
.form-group small {
  font-family: "Crimson Text", serif;
    font-weight: 400;
    font-size: 13px;
    color: #343434;
}
.form-control {
  height: 50px;
  border: 1px solid#333333;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
}
.form-control:focus,
.form-control:active,
.form-control:hover {
  border: 1px solid#333333;
  box-shadow: none;
  outline: 0;
}
.SortProduct .RentMyInputField {
  height: 50px;
  border: 1px solid #ddd;
}
.add-item-form-area-new input {
  border: 1px solid #ddd !important;
  border-radius: 3px;
}
.home-search-box {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.home-search-box-inner {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px;
}
.home-search-box-inner .add-item-form-area-new {
  width: 450px;
}
.home-search-box-inner .add-item-form-area-new input {
  border: none !important;
  border-radius: 10px;
}
.vgc-top-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9c5a36;
  height: 42px;
  padding-left: 15px;
  padding-right: 15px;
}
.vgc-top-bar span {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}
.innerpage-text-left {
  text-align: left !important;
}
.RentMyCheckbox, 
.RentMyRadio{
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding-right: 10px;
    color: #242424;
    font-weight: 500;
}
textarea.form-control {
  height: 150px;
}
._3efP_GeH5kyBAzqnLzL {
  background-color: transparent;
}
.small-font {
  font-size: 12px;
  font-weight: 600;
}
@media (max-width: 1450px) {
  .gallery-inspiration-event .vivian-btn {
    padding: 12px 20px;
    margin-right: 12px;
    font-size: 15px;
  }
  .gallery-inspiration-event .event-planing-content{
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .home-search-box-inner .add-item-form-area-new {
    width: 300px;
  }
}



/*============================= 
partner login css  
===============================*/

#RentMyCustomerLoginContainer.PartnerLogin .LoginElement,
#RentMyCustomerRegistrationContainer.PartnerRegister .RegistrationElement {
  display: flex;
  align-items: center;
  width: 900px;
  min-height: 500px;
  box-shadow: 0 0 10px #ddd;
  padding: 0;
  border: none;
}
#RentMyCustomerLoginContainer.PartnerLogin form {
  padding-left: 25px;
  padding-right: 25px;
}
.LoginElementLeftSide {
  width: 45%;
  padding: 25px 0 25px 25px;
}
.LoginElementRightSide {
  width: 55%;
  position: relative;
  padding-left: 30px;
}
#RentMyCustomerLoginContainer .NewAccount,
#RentMyCustomerLoginContainer .ForgotPassword {
  color: #555;
  font-weight: 500;
  font-size: 12px;
}
.AuthSubTitle {
  font-size: 13px;
  color: #666;
  display: block;
  font-weight: 400;
}
#RentMyCustomerRegistrationContainer .RentMyInputField, 
#RentMyCustomerLoginContainer .RentMyInputField {
  background-color: transparent;
}
#RentMyCustomerRegistrationContainer.PartnerRegister .RegistrationElement select {
  margin-top: 0;
}

@media (max-width: 767px) {
  .LoginElementLeftSide {
    width: 100%;
    padding: 20px;
  }
  .LoginElementRightSide {
    display: none;
  }
  #RentMyCustomerLoginContainer.PartnerLogin form {
    padding-left: 0;
    padding-right: 0;
  }
  .RentMyWrapper input[type=date], 
  .RentMyWrapper input[type=email], 
  .RentMyWrapper input[type=number], 
  .RentMyWrapper input[type=password], 
  .RentMyWrapper input[type=search], 
  .RentMyWrapper input[type=tel], 
  .RentMyWrapper input[type=text], 
  .RentMyWrapper input[type=url], 
  .RentMyWrapper select, textarea {
    border: 1px solid #ccc;
  }
  .RentMyMiniCart .RentMyCartBody {
    width: 315px;
    right: -40px;
  }
  .RentMyMiniCart .RentMyTopArrow {
    top: -15px;
    right: 52px;
  }
}


/*============================== 
scroll top button css  
===============================*/


#scroll-top-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(94, 108, 104, 0.95);
  font-size: 15px;
  width:30px;
  height: 30px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color: #fff;
}
#scroll-top-button:hover {
  cursor: pointer;
  background-color: rgba(94, 108, 104, 0.95);
}
#scroll-top-button:active {
  background-color: rgba(94, 108, 104, 0.95);
}
#scroll-top-button.show {
  opacity: 1;
  visibility: visible;
}


/*=================== 
Blog css  
=====================*/
.blog-details-section {
  padding-top: 100px;
  padding-bottom: 80px;
}
.fl-row:before, 
.fl-row:after, 
.fl-row-content:before, 
.fl-row-content:after, 
.fl-col-group:before, 
.fl-col-group:after, 
.fl-col:before, 
.fl-col:after, 
.fl-module:before, 
.fl-module:after, 
.fl-module-content:before, 
.fl-module-content:after {
  display: table;
  content: " ";
}
.fl-col {
  float: left;
  min-height: 1px;
}
.blog-details-section img {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-details-section strong {
  font-weight: bold;
  color: #343e4c;
}
.blog-details-section h1, 
.blog-details-section h2, 
.blog-details-section h3, 
.blog-details-section h4, 
.blog-details-section h5, 
.blog-details-section h6 {
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
.blog-details-section h1 strong, 
.blog-details-section h2 strong, 
.blog-details-section h3 strong, 
.blog-details-section h4 strong, 
.blog-details-section h5 strong, 
.blog-details-section h6 strong {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
}
.blog-details-section h2 {
  color: #343e4c;
  font-size: 1.88235294118rem;
  line-height: 1.3em;
}
.blog-details-section h3 {
  font-size: 1.52941176471rem;
  font-family: 'Crimson Text', serif;
  line-height: 1.3em;
}
.blog-details-section ol li,
.blog-details-section ul li {
  line-height: 28px;
}

.blog-details-section p, 
.blog-details-section p {
  margin-bottom: 1.6em;
  padding-left: 30px;
  padding-right: 30px;
}
.fl-photo-caption {
  padding-left: 30px;
  padding-right: 30px;
}
.blog-details-section a, 
.blog-details-section .page-title {
  color: #5e6c68f2;
  font-size: 15px;
}
.blog-details-section iframe {
  height: 618px;
}
.wedding-reception-blog .fl-col {
  width: 100%;
}
.wedding-reception-blog .fl-col img {
  width: 50%;
}
.fl-node-x7ac1num680i {
  width: 50%;
}
.fl-node-x0ecpksrfun6 {
  width: 50%;
}
.fl-node-hprv5wselxd8,
.fl-node-5syewdka7q03,
.fl-node-561akswgntj9,
.fl-node-xgqdnr27bi0o,
.fl-node-v87z1mnk624o,
.fl-node-1hgza6br0pxk,
.fl-node-g1kjrish07uf,
.fl-node-o5lr8h270jtq,
.fl-node-ap5ri2mh9swj,
.fl-node-5wcmq8lasjoz,
.fl-node-1bxergqov543,
.fl-node-7owvsz14tejx,
.fl-node-vilkrc7wgm1x,
.fl-node-v6mpf2b570g4,
.fl-node-456olshj3ywb,
.fl-node-awuoxsdfr9bm,
.fl-node-djmcu5z7xfo4,
.fl-node-yb4kz1esw2uf,
.fl-node-09gej2tbnlfv,
.fl-node-3s8lk4ch2u07,
.fl-node-dgwcmzbu56e9,
.fl-node-wxeh0kbsy5do,
.fl-node-57e6idkhx4ag,
.fl-node-4gkqhmjon1cl,
.fl-node-gx1sdpfhemkb,
.fl-node-yw1prgfzt8j2,
.fl-node-e4g59rypcw7m,
.fl-node-zpguy51i2wjf,
.fl-node-7a4iuy159zkv,
.fl-node-u6f7lk0rj42y,
.fl-node-h7l4jbi5g9un,
.fl-node-d1kmajlerfh7,
.fl-node-dcwuynaijgrk,
.fl-node-y7saodx20gm4 {
  width: 50%;
}
.wedding-reception img {
  width: 80%;
  max-width: 80%;
}
.fl-node-dtv79ko45mge,
.fl-node-wye9lhx145u0,
.fl-node-1r76iqnvhobw,
.fl-node-lowjxyhpsair,
.fl-node-aj72t1h36vpy {
  width: 20%;
  padding-left: 30px;
  padding-right: 30px;
}
.fl-node-dtv79ko45mge img,
.fl-node-wye9lhx145u0 img,
.fl-node-1r76iqnvhobw img,
.fl-node-lowjxyhpsair img,
.fl-node-aj72t1h36vpy img {
  padding-left: 0px;
  padding-right: 0px;
}
.fl-col-group-equal-height{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.RentMySummeryTable tr td span, 
.RentMySummeryTable tr td h5 {
  font-family: "Raleway", sans-serif;
}
.RentMyCardBody {
  min-height: 271px;
}
.RentMyContentBodyInner {
  border: none;
  padding: 0;
}
.fl-node-gwnblfuoik2a {
  width: 33%;
}
.fl-node-82aoyx0zs53b {
  width: 67%;
}

.fl-node-f2uspdnkrj0c,
.fl-node-k7o5phwicger,
.fl-node-o8z3ikley2wx,
.fl-node-7wbdjql916cx,
.fl-node-6kyu1pni7x9q {
  width: 37% !important;
}
.fl-node-9vesu7bolr0x,
.fl-node-i94bkncsdy2q,
.fl-node-khywq8xg9mar,
.fl-node-bki8urjl4376 {
  width: 63% !important;
}
.fl-node-9vesu7bolr0x
.fl-node-1mrx52o9ygkq,
.fl-node-7km9e2xb8u1p,
.fl-node-1kbfy943xjl6,
.fl-node-xjpganfwtsvd {
  width: 35%;
}
.fl-node-k7o5phwicger,
.fl-node-swz2vhg3e4kq,
.fl-node-xtyp5szega2m,
.fl-node-qbyvdfarox21  {
  width: 65%;
}
.fl-photo-caption.fl-photo-caption-below {
  margin-top: -15px;
  margin-bottom: 30px;
}
.warehouse-section iframe {
  height:revert-layer !important;
}
.fl-node-i94bkncsdy2q .fl-callout-has-photo {
  display: flex;
  align-items: flex-start;
}
.fl-node-i94bkncsdy2q img {
  width: 130px;
}
.fl-node-8tehdn7lu6mz {
  padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 40px;
    background-color: #f0ece1;
    margin-top: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
}
@media (max-width: 767px) {
  .blog-details-section img {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .blog-details-section h1, 
  .blog-details-section h2, 
  .blog-details-section h3, 
  .blog-details-section h4, 
  .blog-details-section h5, 
  .blog-details-section h6 {
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-details-section p, 
  .blog-details-section p {
    padding-left: 15px;
    padding-right: 15px;
  }
  .fl-photo-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wedding-reception img {
    width: 100%;
    max-width: 100%;
  }
  .fl-node-dtv79ko45mge,
  .fl-node-wye9lhx145u0,
  .fl-node-1r76iqnvhobw,
  .fl-node-lowjxyhpsair,
  .fl-node-aj72t1h36vpy {
    padding-left: 10px;
    padding-right: 10px;
  }
  .wedding-reception-blog .fl-col img {
    width: 100%;
  }
  .fl-node-x7ac1num680i {
    width: 100%;
  }
  .fl-node-x0ecpksrfun6 {
    width: 100%;
  }
  .fl-node-hprv5wselxd8,
  .fl-node-5syewdka7q03,
  .fl-node-561akswgntj9,
  .fl-node-xgqdnr27bi0o,
  .fl-node-v87z1mnk624o,
  .fl-node-1hgza6br0pxk,
  .fl-node-g1kjrish07uf,
  .fl-node-o5lr8h270jtq,
  .fl-node-ap5ri2mh9swj,
  .fl-node-5wcmq8lasjoz,
  .fl-node-1bxergqov543,
  .fl-node-7owvsz14tejx,
  .fl-node-vilkrc7wgm1x,
  .fl-node-v6mpf2b570g4,
  .fl-node-456olshj3ywb,
  .fl-node-awuoxsdfr9bm,
  .fl-node-djmcu5z7xfo4,
  .fl-node-yb4kz1esw2uf,
  .fl-node-09gej2tbnlfv,
  .fl-node-3s8lk4ch2u07,
  .fl-node-dgwcmzbu56e9,
  .fl-node-wxeh0kbsy5do,
  .fl-node-57e6idkhx4ag,
  .fl-node-4gkqhmjon1cl,
  .fl-node-gx1sdpfhemkb,
  .fl-node-yw1prgfzt8j2,
  .fl-node-e4g59rypcw7m,
  .fl-node-zpguy51i2wjf,
  .fl-node-7a4iuy159zkv,
  .fl-node-u6f7lk0rj42y,
  .fl-node-h7l4jbi5g9un,
  .fl-node-d1kmajlerfh7,
  .fl-node-dcwuynaijgrk,
  .fl-node-y7saodx20gm4 {
    width: 100%;
  }
  .wedding-reception img {
    width: 100%;
    max-width: 100%;
  }
  .fl-node-dtv79ko45mge,
  .fl-node-wye9lhx145u0,
  .fl-node-1r76iqnvhobw,
  .fl-node-lowjxyhpsair,
  .fl-node-aj72t1h36vpy {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .fl-node-dtv79ko45mge img,
  .fl-node-wye9lhx145u0 img,
  .fl-node-1r76iqnvhobw img,
  .fl-node-lowjxyhpsair img,
  .fl-node-aj72t1h36vpy img {
    padding-left: 0px;
    padding-right: 0px;
  }
  .fl-col-group-equal-height{
      display: flex;
      flex-wrap: wrap;
      width: 100%;
  }
  .fl-node-gwnblfuoik2a {
    width: 100%;
  }
  .fl-node-82aoyx0zs53b {
    width: 100%;
  }

  .fl-node-f2uspdnkrj0c,
  .fl-node-k7o5phwicger,
  .fl-node-o8z3ikley2wx,
  .fl-node-7wbdjql916cx,
  .fl-node-6kyu1pni7x9q {
    width: 100% !important;
  }
  .fl-node-9vesu7bolr0x,
  .fl-node-i94bkncsdy2q,
  .fl-node-khywq8xg9mar,
  .fl-node-bki8urjl4376 {
    width: 100% !important;
  }
  .fl-node-9vesu7bolr0x
  .fl-node-1mrx52o9ygkq,
  .fl-node-7km9e2xb8u1p,
  .fl-node-1kbfy943xjl6,
  .fl-node-xjpganfwtsvd {
    width: 100%;
  }
  .fl-node-k7o5phwicger,
  .fl-node-swz2vhg3e4kq,
  .fl-node-xtyp5szega2m,
  .fl-node-qbyvdfarox21  {
    width: 100%;
  }
  .fl-node-8tehdn7lu6mz {
    padding-top: 15px;
      padding-right: 15px;
      padding-bottom: 15px;
      padding-left: 15px;
  }
}

.text-color {
  color: #ae6a45;
}

.partnership-requirment {
  background-color: #343e4c;
  padding: 40px;
  color: #fff;
}
.paragraph-content-body.partnership-requirment h3 {
  color: #fff;
  margin-bottom: 30px;
}
h3.blog-main-title::after {
  top: 23px;
}
.employment-accordion {
  margin-bottom: 70px;
}
.employment-accordion .accordion-list .card-header {
  background-color: #343e4c;
}
.employment-accordion .accordion-list .btn {
  background-color: transparent;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wedding-gallery-item img {
  padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.whyrentsilkwedding-section img {
  width: revert-layer;
}
[selector="paginattion_area"]{
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

[selector="paginattion_area"] a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
  color: #444444;
  background-color: #f0f0f0;
}

[selector="paginattion_area"] a[selector="previous"]:has(~ a[selector="next"]) {
  margin-right: 5px;
}

[selector="paginattion_area"] a:hover {
  background-color: #dadada;
  color: black;
}
[selector="paginattion_area"] a.disabled {
  cursor: not-allowed;
  color: #999999;
  background-color: #f6f6f6;
}

[selector="blog_page_tags"] [selector="single_tag"]{
  text-decoration: none;
  display: inline-block;
  padding: 6px 25px;
  background-color: #f0f0f0;
  border-radius: 15px;
  margin-bottom: 5px;
}
[selector="blog_page_tags"] [selector="single_tag"].selected{
  background: #e5e5e5;
  color: #333;
}