:root {
  --primary_color: #2e5aa3;
  --secondary_color: #d1a86e;
	--text_color_primary_color: #fff;
	--text_color_secondary_color: #fff;
}

body {
  padding: 80px 0 0 0;
  margin: 0px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  background: #fff;
  font-weight: 500;
}
@import url('https://fonts.googleapis.com/css2?family=Kalnia&family=Lato:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap');

/*
        font-family: 'Montserrat', sans-serif;

    font-family: 'Mulish', sans-serif;

    font-family: 'Open Sans', sans-serif;

    font-family: 'Playball', cursive;
    font-family: 'Playfair Display', serif;
*/
@font-face {
    font-family: 'Segoe Print';
    src: url('../fonts/SegoePrint.woff2') format('woff2'),
        url('../fonts/SegoePrint.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
p {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #484554;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.button {
  background: var(--primary_color);
  color: #fff;
  padding: 11px 30px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  transition: all ease-in-out 0.3s 0s;
  text-transform: uppercase;
  border-radius: 3px;
}
.button:hover {
  background: #000;
  color: #fff;
}
.wrapper {
  width: 100%;
}
header {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
header.stickey {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4)
}
header .container {
  max-width: 96%;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.brand {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 205px;
    text-align: center;
}
.hdr-right {
  display: flex;
  align-items: center;
}
.facility-open {
  background: var(--primary_color) url(../img/drop-arrow-white.png) no-repeat calc(100% - 30px) center;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  height: 46px;
  padding: 0 35px 0 30px;
  display: flex;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  min-width: 204px;
}
.facility-link { display:none;}
footer {
  background: #000;
  text-align: center;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  padding: 15px 0;
}
section.banner {
    /* height: calc(100vh - 210px); */
    padding: 35px 0;
}
.copy-inn {
  justify-content: space-between;
  display: flex;
}
.copy-inn {
  justify-content: space-between;
  display: flex;
}
.book-now-stickey {
  background: #fff;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 9;
  display: none;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-size: 12px;
  height: 60px;
  border-top: 1px solid #000;
  padding: 0 15px;
  z-index: 99;
}
.book-now-stickey span {
  font-size: 18px;
  font-weight: 700;
}
.banner {
  background-size: 50% 100%;
  position: relative;
  padding: 120px 0;
  background-position: right center;
  background-repeat: no-repeat;
}
.banner-inner {
  display: flex;
}
.banner-inner-content {
  background: #f6f6f6;
  width: 58%;
  text-align: left;
  padding: 50px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner h4 {
  color: #040b11;
  font-size: 30px;
  font-family: 'Playball', cursive;
}
.banner .ban_can {
  font-weight: 400;
  color: #2c3c4a;
  font-size: 16px;
  position: relative;
  border-left: 3px solid var(--primary_color);
  padding: 15px 0 15px 30px;
  margin: 15px 0;
}
.banner-btn {
  display: inline-flex;
  margin-top: 25px;
  align-items: center;
}
.banner-btn .button {
  background: #000;
  padding: 9px 30px;
  margin-right: 35px;
  border: none;
  border-radius: 0;
}
.day-timing {
  z-index: 9;
  position: relative;
  margin-left: 0px;
}
.current-day {
  color: #060743;
  background-color: #fff;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 39px;
  width: 280px;
  font-size: 15px;
}
.current-day span {
  font-size: 13px;
  font-weight: 400;
}
.current-day .hrs-red {
  color: #f4365c !important;
}
.banner-form {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  margin-left: -15px;
  width: 360px;
}
.banner-form #storageSearchForm {
  display: block;
}
.banner-form h3 {
  background: var(--secondary_color);
  font-size: 17px;
  font-weight: bold;
  padding: 15px 10px 10px 10px;
  border-radius: 10px 10px 0 0;
  color: #000;
  text-align: center;
}
.banner-form h3 span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  padding-top: 5px;
}
.banner-form h3 span::after {
  display: block;
  content: "";
  background: #000;
  width: 40px;
  height: 1px;
  margin: 15px auto 4px auto;
}
.banner-rental-wrapper {
  padding: 0px 20px 17px 20px;
}
.banner-rental-wrapper ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.banner-rental-wrapper ul {
  list-style: none;
}
.banner-rental-wrapper input[type="text"], .banner-rental-wrapper input[type="email"], .banner-rental-wrapper select {
  width: 100%;
  border: 1px solid #eee;
  margin: 5px 0;
  padding: 9px 10px;
  font-size: 12px;
  background-color: #fff;
  border-radius: 5px;
  color: #999;
}
.banner-rental-wrapper .button {
  margin: 15px auto 0 auto;
  border: none;
  width: 194px;
  display: block;
}
.offer-text {
  text-align: center;
  width: 100%;
  position: relative;
  margin-top: 15px;
}
.offer-text p {
  color: #222222;
  font-size: 13px;
  font-family: 'Segoe Print', sans-serif;
  font-weight: bold;
  letter-spacing: 0;
}
.offer-text p span {
  color: #ff4444;
}
.offer-arrow {
  position: absolute;
  bottom: 22px;
  right: 17px;
}
.key-storage {
  background: #fff;
  padding: 85px 0 115px 0;
  text-align: center;
}
.key-storage h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 40px;
  margin: 0;
  position: relative;
}
.key-storage h3::after {
    display: block;
    content: "";
    background: #e0b986;
    width: 40px;
    height: 1px;
    margin: 15px auto 4px auto;
}

.key-storage p {
  color: #000;
}
.key-block {
  margin-top: 30px;
  background: #f6f6f6;
  padding: 15px 30px 20px 30px;
  min-height: 270px;
}
.key-icon {
  margin: 20px auto;
  width: 110px;
}
.key-block h4 {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #000;
  margin: 15px 0;
}
.key-block p {
  color: #666;
}
.about-grove {
  padding: 60px 0;
  background: #f6f6f6;
}
.banner-inner {
    /* transform: translateY(85%); */
    display: flex;
}

.about-grove-img {
  position: relative;
  box-shadow: 0 0 3px #ddd;
  border: 10px solid #fff;
  bottom: -100px;
}
.picture-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  max-width: 60px;
}


.key-storage h3::after {
    display: block;
    content: "";
    background: #e0b986;
    width: 68px;
    height: 3px;
    margin: 12px auto 19px auto;
}


.about-grove-block h2 {
  font-size: 40px;
  color: #000;
  letter-spacing: 0px;
 font-family: 'Lato', sans-serif;
  margin: 0;
  display: block;
	font-weight: 700;
}
.red_st p {
    color: red !important;
    line-height: 10px;
    font-weight: 600;
	    text-align: center;
}
.about-grove-block h2::after {
    display: block;
    content: "";
    background: #e0b986;
    width: 68px;
    height: 3px;
    margin: 12px 0;
}


.about-grove-block h4 {
  font-size: 21px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  font-weight: 400;
  margin: 10px 0 15px 0;
}
.about-grove-block p {
  line-height: 19px;
  color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
.about-call {
  font-size: 24px;
  color: var(--primary_color);
  background: url(../img/call-icon.png) no-repeat 0 center;
  background-size: 40px;
  padding: 7px 0 7px 55px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-top: 10px;
  display: inline-block;
}
.facilities-features {
  margin: 70px 0 0 0;
}
.facilities-features h3, .faq h3 {
  color: #040b11;
  font-size: 40px;
  margin-bottom: 30px;
	font-weight: 700;
  font-family: 'Lato', sans-serif;
}




.facilities-features h3::after {
   display: block;
    content: "";
    background: #e0b986;
    width: 68px;
    height: 3px;
    margin: 12px 19px;
}



.facilities-features ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.facilities-features ul li {
  width: 33.33%;
  margin: 10px 0;
  font-size: 18px;
  color: #2c3c4a;
}
.facilities-features ul li img {
  margin-right: 8px;
  max-width: 30px;
  max-height: 30px;
}
.reserve-CTA {
  background: #f6f6f6;
  text-align: center;
  padding: 40px 0;
  margin-top: 80px;
}
.reserve-CTA h6 {
  color: #24262d;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
}
.reserve-CTA h3 {
  color: #24262d;
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-bottom: 25px;
}
.reserve-CTA h3 a {
  display: block;
  color: #24262d;
  font-size: 30px;
}
.faq {
  padding: 80px 0;
}
.faq .accordion {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  align-items: flex-start;
}
.faq .accordion .accordion-item {
  width: calc(33.33% - 30px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 25px 30px;
  margin-bottom: 30px;
  border-radius: 3px;
  border: none;
}
.accordion-body p {
  text-align: left;
  margin: 15px 0 0 0;
  font-size: 15px;
  color: #2c3c4a;
}
.faq .accordion-header .accordion-button {
  padding: 0 !important;
  font-weight: 800;
  text-align: left;
  border: 0;
  font-size: 18px;
  color: #000;
  font-family: 'Mulish', sans-serif;
}
.faq .accordion-header .accordion-button {
  padding: 0 !important;
  font-weight: 800;
  border: 0;
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  background: none;
  box-shadow: inherit;
  font-family: 'Mulish', sans-serif;
}
.accordion-header h5 button i {
  padding-top: 15px;
}
.faq .accordion-header {
  background: none;
  border: none;
  min-height: 50px;
}
.accordion-body {
  padding: 0;
}
.askQuestion {
  background: #8f1a1d;
  padding: 27px 28px 33px 28px;
  width: calc(33.33% - 28px);
  color: #fff;
  border-radius: 8px;
  margin-bottom: 30px;
}
.askQuestion h5 {
  font-size: 22px;
  font-family: 'Playball', sans-serif;
}
.askQuestion p {
  font-size: 15px;
  color: #fff;
}
.askQuestion .button {
  margin: 0;
  border-radius: 7px;
  color: #fff;
  background: #000000;
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
  padding: 12px 18px;
  margin-top: 5px
}
.popular-gallery {
  display: flex;
}
.gallery-items {
  width: 25%;
}
.TenantFeedback {
  background: #f6f6f6;
  padding: 70px 0 100px 0;
}
.TenantFeedback .container {
  max-width: 830px;
}
.TenantFeedback h2 {
  color: #000;
  font-size: 40px;
  font-family: 'Playball', sans-serif;
  margin: 0 0 35px 0;
  text-align: center;
}
.TenantFeedbackInner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.TenantFeedback .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.TenantFeedback .slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.TenantFeedback .slick-prev, .TenantFeedback .slick-next {
  display: none !important;
}
.TenantFeedback .slick-dots li button {
  background: #ccc !important;
  height: 15px !important;
  width: 15px !important;
  border: 0;
  padding: 5px;
  font-size: 0;
  line-height: 0;
  display: block;
  border-radius: 50px;
}
.TenantFeedback .slick-dots li.slick-active button {
  background: var(--primary_color) !important;
}
.TenantFeedback .slick-dots li button::before {
  display: none
}
.TenantThumb {
  width: 78px;
  height: 78px;
  border-radius: 50px;
  overflow: hidden;
  background: #808385;
}
.TenantContent h5 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.TenantContent p, .TenantContent p a {
  color: #2c3c4a;
  font-size: 16px;
}
.TenantContent p a {
  color: #040b11;
  margin-left: 15px;
}
.TenantThumb img {
  width: 78px;
  height: 78px;
  object-fit: cover;
}
.TenantContent {
  width: 100%;
  flex: 1;
  padding-left: 50px;
}
.the-menu {
  padding: 50px 0;
}
.the-menu > div {
  flex: 0 0 50%;
  padding: 30px 15px;
}
.the-menu.the-menus.map-sec .map {
  padding: 0 0 0 50px
}
.map-sec .content > p {
  color: #999999;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.map-sec .content {
  padding-left: 70px;
}
.map-sec h2 {
  font-size: 42px;
  color: #000;
  font-family: 'Playball', sans-serif;
  margin-bottom: 25px;
}
.map-sec h3 {
  color: #000;
  font-size: 21px;
  font-family: 'Playfair Display', serif;
  margin: 25px 0 5px 0;
  line-height: 30px;
  font-weight: 700
}
.addDet {
  margin-bottom: 10px;
}
.addDet a {
  color: #666666;
  font-size: 16px;
  line-height: 18px;
  margin: 8px 0 0 0;
}
.the-menu .current-day {
  border-radius: 0;
  border: 1px solid #000;
  height: auto;
  padding: 9px 15px;
  width: 100%;
  max-width: 380px;
}

.the-menu i.fa.fa-clock-o {
  padding-right: 5px;
  font-size: 16px;
}
.f-email {
  margin-bottom: 15px;
}
.f-email span {
  font-size: 18px;
  color: #000;
  font-family: 'Playfair Display', serif;
  font-weight: 700
}
.f-email a {
  color: #666;
}
.f-call {
  margin-bottom: 20px;
}
.f-call span {
  display: block;
  font-size: 16px;
  color: #999;
  font-weight: 600;
}
.f-call a {
  color: #000;
}
.brand img {
    max-width: 73%;
}

.room-description {
  padding-bottom: 100px;
}
.room-map {
  /* background: #e6e6e6; */
  text-align: left;
  padding: 20px 20px 20px 0;
}
.room-map img {
  max-width:200px;
}
.room-map-description {
  /* max-width: 170px; */
  margin: 0 auto;
}
.room-map-description h4 {
  font-size: 18px;
  font-weight: 700;
}
.room-map-description select {
  border: 1px solid #000;
  background-color: inherit;
  padding: 5px 12px;
  margin: 8px 0;
  display: inline-block;
}
.room-map-description ul {
  list-style: none;
  padding: 0;
}
.room-map-description ul li {
  font-size: 13px;
  padding: 5px 0 5px 20px;
  background: url("../img/check_circle_icon.svg") no-repeat 0 7px;
  background-size: 18px;
}
.room-map-action {
  text-align: right;
  /* max-width: 170px; */
  margin: 0 auto;
	float: right;
}
.price {
  color: #fe0c0d;
}
.old-price {
  color: #000;
  text-decoration-line: line-through;
}
.offer-price {
  color: #fe0c0d;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
}
.dis-rate {
  color: #fe0c0d;
  font-size: 12px;
}
.map-action {
  background: #1a592e;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 15px;
  min-width: 150px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 10px;
}
.map-action:hover {
    opacity: .9;
}
.room-left {
  color: #fe0c0d;
}




/*view-rates-reserve*/
.storage-locator {
  padding:40px 0;
}
.storage-location-main {
  background-color: #f8f8f8;
}
.moimg {
  position: relative;
}
.photo_count {
  position: absolute;
  bottom: 10px;
  z-index: 99;
  left: 13px;
  background: #000;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
}
.photos-reviews-sec {
  display: flex;
  margin-bottom: 10px;
}
.storage-location-content {
  padding: 15px;
}
.storage-reviews {
  padding-right: 15px;
}
.storage-reviews a {
  color: #0d56bf;
}
.photos-reviews-sec span {
  font-weight: 500;
  padding-right: 10px;
}
.review-count {
  text-decoration: underline;
  color: #0d56bf;
}
.storage-location-content h4 {
  margin: 0 0 10px;
  font-weight: bold;
  color: #313335;
  font-size: 21px;
}
.storage-contact-details {
  display: flex;
  align-items: center;
  margin: 13px 0px;
}
.storage-details {
  padding-right: 30px;
  position: relative;
}
.storage-locator .storage-details a {
  color: #000;
  font-size: 14px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  justify-content: center;
}
.storage-locator .storage-details a i {
  padding-right: 10px;
  font-size: 16px;
}
.storage-locator .dropbtn {
  background-color: #f1f1f1;
  color: #333;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  letter-spacing: 3px;
}
button.dropbtn::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 290px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding: 11px;
}
.storage-feature {
  padding: 0;
  margin: 10px 0;
  list-style-type: none;
  display: inline-block;
}
.storage-feature li {
  display: inline-block;
  color: #000;
}
.storage-locator .icon {
  margin-left: 5px;
}
.storage-locator .dropdown {
  position: relative;
  display: inline-block;
}


.make-reservation {
  padding-bottom: 80px;
}
.make-reservation h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.make-reservation ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 40px;
}
.make-reservation ul li {
  width: 50%;
  margin: 6px 0;
  padding: 0 0 0 25px;
  background: url(../img/check-list.svg) no-repeat 0 2px;
  background-size: 20px;
}
.rates-form .form-control {
  border-radius: 0;
  color: #000;
  border-color:#cfcfcf;
}
.rates-form select.form-control {
  background: #fff url(../img/drop-arrow-black.png) no-repeat calc(100% - 20px) center;
  background-size: 10px;
}
.rates-form label {
  font-size: 13px;
}
.rates-form .form-check label {
  padding-right: 50px;
}
.rates-form .form-check-input[type="radio"] {
  border-color: #000;
}

.sorting-custom .d-flex{
    justify-content:space-between;
}
.size-sort{
    background-color: #1a592e;
    background-size: 10px;
    border: none;
    color: #fff;
    padding: 8px 28px 8px 8px;text-transform: uppercase;
    border-radius: 5px;
}

.sort-drop{
    background-color: #fff;
    background-size: 10px;
    border: 1px solid #ccc;
    color: #000;
    padding: 8px 28px 8px 8px;
    border-radius: 5px;
}

.sorting-custom p{ text-align:center; font-size: 12px;}
.sorting-custom {
  padding-bottom: 20px;
}

.next-step{
    background: #1a592e;
  color: #fff;
  font-size: 12px;
  padding: 5px 15px;
  min-width: 150px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 10px;
}
.make-reservation h3 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}
.make-reservation h4 {
  font-size: 18px;
  font-weight: 700;
}
.step-title {
  text-align: center;
}
.step-title img{
    max-width:50px;
}
.alt-cont {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 12px 0;
  margin: 15px 0 20px 0;
}
.alt-cont h4 {
  margin: 0;
}
.btm-tags {
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  font-size: 12px;
  color: #555;
}
.btm-tags span {
  padding: 0 8px;
}
.summary-rental {
  border-bottom: 1px solid #ccc;
  padding: 0 0 15px 0;
}
.summary-rental h2 {
  text-align: left;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
  margin-bottom: 15px;
}

.summary-rental h4 {
  text-transform: uppercase;
}
.summary-rental-detail {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.summary-rental-detail span {
  text-transform: uppercase;
  display: block;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
}
.summary-rental-detail h4 {
  display: flex;
  justify-content: space-between;
    padding-bottom: 5px;
}
.summary-rental-detail span:last-child {
  padding: 0;
}

.promotion-code a, .submit-pay button {
  border: 1px solid #1a592e;
  display: inline-block;
  color: #1a592e;
  text-transform: uppercase;
  min-width: 250px;
  text-align: center;
  border-radius: 30px;
  padding: 8px 15px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  transition: all .5s;
  background: #fff;
}
.promotion-code a:hover, .submit-pay button {
  background: #1a592e;
  color: #fff;
}
.submit-pay button:hover {
   color: #1a592e;
   background: #fff;
   border: 1px solid #1a592e;
}
.submit-pay .btn:disabled {
  background: #bbb;
  border-color: #bbb;
}

.button_align {
    position: relative;
}

#target {
	border-radius: 8px;
  background:#fff;
  width:600px;
  height:auto;
  padding:5px 10px 20px 10px;
  display:none;
	position: absolute;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	right: 0;
    top: 52px;
}
button.toggle.size_button_style {
    background: #1a592e;
    border: 1px solid #1a592e;
    padding: 6px 21px;
    border-radius: 4px;
	color: #fff;
}
.Hide
{
  display:none;
}
.accordion-header {
    padding: 7px;
}
.accordion-item{
  margin-bottom:0px;
  border-radius:0px !important;

}

.accordion-button[aria-expanded="true"]{
	
  background-color:#fff;
  color:#404040;
box-shadow:0px 1px 2px 2px #fffff7;
}
.accordion-button:after{
  color:#404040;
}

button#accordion1btn, button.accordion-button.collapsed, button.accordion-button {
    padding: 0;
    background: #fff;
    border: none;
    font-size: 17px;
    font-weight: 700;
}
.accordion-item {
    border: none;
}


.top-strip {
  background: #dd0b0b;
  text-align: center;
  position: relative;
  padding: 7px 0;
}
.top-strip h3 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  line-height: 22px;
}
.close-strip {
  position: absolute;
  font-size: 24px;
  color: #fff;
  right: 30px;
  top: 0;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  height: 100%;
  display: flex;
  align-items: center;
}

.top-strip h3 strong {
  display: block;
}
.error{
  color: #d61414;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

.facility-dropdown {
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #fff;
	min-width: 100%;
	display: none;
	z-index: 999;
}
.pay-bill {
  color: var(--secondary_color);
  font-weight: 700;
  background: url(../img/pay-bill.png) no-repeat right center;
    background-size: auto;
  font-size: 16px;
  padding: 5px 45px 5px 15px;
  background-size: 36px;
}

.current-day-details.reverse {
    bottom: 100%;
    top: auto;
}

.current-day {
    color: #303486;
    background-color: transparent;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 50px;
    width: 300px;
    font-size: 15px;
}

i.fa.fa-clock-o {
    padding-right: 5px;
    font-size: 20px;
}

.current-day span {
    font-size: 15px;
}

.current-day .hrs-red {
    color: #f4365c !important;
}

i.fa.fa-caret-down {
    padding-left: 5px;
}

.current-day-details {
    background-color: #303486;
    padding: 10px;
    
    position: absolute;
    width: 290px;
}
.current-day-details h5 {
    color:#fff;
}
.current-day-details a {
    color:#fff;
}
.footer .current-day {    
    background-color: #fff;    
}

.timing p {
  font-size: .875rem !important;
  margin: 0 !important;
  color: #fff;
}

.unit-discription-btn {
  padding-top: 15px;
  margin-bottom: 15px;
}
.unit-desc {
  border: 2px solid #375478;
  color: #000;
  padding: 10px 15px;
}
.unit-discription {
  padding-top: 20px;
}
.unit-content p {
  margin: 0;
  color: #000;
}

.old-price {
  color: #000;
  text-decoration-line: line-through;
}

.unit-buttons a{
	
  background: #1a592e;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 15px;
  min-width: 150px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 10px;

}

.hdr-right {position: relative;}
.popup-contact-detail h5 {
    font-size: 16px;
    font-weight: bold;
}
.popup-contact-detail {
    font-size: 13px;
}
.office-hours h5 {
    font-size: 16px;
    font-weight: bold;
}
.hours-details .timing {
    display: flex;
    justify-content: space-between;
}
.hours-details .timing p {
    color: #333;
    font-size: 13px !important;
}
.gate-hours h5 {
    font-size: 16px;
}
.hours-details h5 {
    font-size: 16px;
}
.facility-dropdown {
 
    box-shadow: 0px 10px 10px rgb(0 0 0 / 17%);
}

.desktop-popup-hours  .hours-details .timing p {
	color:#fff;
}

/* Model Call to Reserve css */

#ModalSoldout .modal-title a {
  color: #000;
  font-weight: bold;
font-size: 19px;
}
#ModalSoldout p{
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #000;
  word-break: break-word;
}
.sold_unit_desc {
  background: #d3d3d3;
  padding: 10px;
  font-size: 16px;
  float: left;
  width: 100%;
  margin: 5px 0;
}
.soldcomparesite {
  margin: 0 5px;
  /* text-decoration: line-through; */
}
.regular-price {
  text-decoration: line-through;
}
.price_area_neverexpire {
  display: none;
  width: 100%;
  text-align: right;
}
.discount_offer_popup {
  color: red;
}
.discount_rates_italic {
  color: red;
}
.sold_unit_add {
  font-size: 16px;
}
.sold_unit_add p a {
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
}
.call-facility a{
  color: #fff !important;
}
.cust_btn_reservation {
  background-color: #393c3f;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
}
.page-title {
  text-align: center;
  font-weight: 500;
  position: relative;
  text-transform: capitalize;
  font-size: 32px;
}
.inner-title::after {
  content: "";
  background: #393c3f;
  height: 3px;
  width: 200px;
  display: block;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
.resevation_main_text {
  width: 55%;
  margin: 0 auto;
  display: block;
  border: 1px solid #d3d3d3;
  padding: 25px 25px 10px 15px;
}
.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: auto;
  z-index: 1000
}
.loading img {
  width: 50px; /* adjust the width and height to your liking */
  height: 50px;
  vertical-align: middle;
}

.loading span {
  font-size: 18px; /* adjust the font size to your liking */
  vertical-align: middle;
  color:#000;
}
.reservation_confirm_details h6{
    display: flex;
    justify-content: space-between;
}
.reservation_confirm_details span{
   text-transform: uppercase;
    display: block;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
}
.reservation_confirm_details span:last-child {
  padding: 0;
}
.green_plus {
  color: green;
  font-weight: bold;
}
