@import url('https://fonts.googleapis.com/css2?family=Playball&family=Roboto:wght@100&display=swap');

@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;
}

.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;
}
.forminator-ui#forminator-module-792.forminator-design--default .forminator-description, .forminator-ui#forminator-module-792.forminator-design--default .forminator-description p {
  color: #000 !important;
}
.forminator-ui#forminator-module-792.forminator-design--default .forminator-signature .forminator-signature--placeholder {
  color: #000 !important;
}
@media (max-width: 1100px) {
  .banner h4 {
    font-size: 36px;
  }
    .offer-text p { font-size:11px;}
}

body { padding:0; margin: 0px;	color: #000; font-family: 'Open Sans', sans-serif; background:#fff; font-weight: 400;}
a{
	text-decoration: none;
}
img { max-width:100%;}
p {  font-size: 13px;line-height: 150%;letter-spacing: 0.04em; color: #000;}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.button {
    background: #e56c25;
    color: #fff;
    padding:10px 24px;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    transition: all ease-in-out 0.3s 0s;
    text-transform: uppercase;
    border-radius: 3px;
}
.map {
    /* background: #ffffff; 
    padding: 0% 16% 0% 5% !important; */
}

 .button:hover {
    background: #000;
    color: #fff;
}
.wrapper {
	width: 100%;
}
.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;
  }
  .top-strip h3 strong {
	display: block;
  }
  .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;
  }
  header{
	background: #fff; position: relative; padding: 15px 0;
  }
section.banner{
/*    height: calc(100vh - 210px);*/
padding: 35px 0;
}
.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;	padding:5px 0;

}
.brand {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 225px; /* scales proportionally */
    width: 100%;
}

  .hdr-right {
	display: flex;
	align-items: center;
  }
  .facility-open {
	background: #e56c25 url(../img/drop-arrow-white.png) no-repeat calc(100% - 10px) center;
	color: #fff;
	border: 1px solid #fff;
	font-size: 15px;
	text-transform: uppercase;
	height: 35px;
	padding: 0 28px 0 12px;
	margin-right: 15px;
	background-size: 12px;
	display: flex;
	align-items: center;
}
.pay-bill {
	color: #000;
	font-weight: 300;
	background: url(../img/pay-bill.png) no-repeat right center;
	font-size: 16px;
	padding: 5px 50px 5px 0; background-size: 36px;
    margin-left: 30px;
  }
.forminator-input-with-icon > label {
  display: block;
}
.forminator-ui#forminator-module-792.forminator-design--default .forminator-repeater-field {
  background: rgb(248, 248, 248) !important;
}
.about-content .forminator-ui .forminator-input {
  border-color: #ccc !important;
  background-color: #fff !important;
}
.about-content .forminator-ui  .forminator-textarea, .about-content .forminator-ui select,
.forminator-ui.forminator-custom-form[data-design="default"] select.forminator-select2 + .forminator-select .selection span[role="combobox"].select2-selection--single .select2-selection__rendered,
.forminator-ui#forminator-module-792.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] .select2-selection__arrow,
.forminator-ui#forminator-module-792.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"]{
  border-color: #ccc !important;
  background-color: #fff !important;
}
.about-content .forminator-ui#forminator-module-792.forminator-design--default .forminator-signature {
  border-color: #ccc;
  background-color: #fff !important;
}
.forminator-ui#forminator-module-792.forminator-design--default .forminator-error-message {
  background: none !important;
  color: #E04562;
  padding: 0;
}



footer {
	background: #262628;
	text-align: center;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 13px;
	padding: 15px 0;
  }
  .Call.Now.Button {
	background: #e56c25;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 9;
	display: none;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 120%;
	text-shadow: 0 1px 0px rgba(0, 0, 0, 0.18);
	height: 60px;
  }
  .Call.Now.Button svg path {
	fill: #fff;
  }
  .Call.Now.Button svg {
	width: 36px;
	height: 36px;
  }
  .banner {
	background-size: auto; position: relative;
	padding: 0px 0;
      text-align: center;
	background-size: cover; background-position: right center;
      /*border-bottom: 5px solid #B3B3B3;*/
  }
  .banner .container {
	position: relative;
	z-index: 1;
  }
/*  .banner::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, rgba(0,0,0,0) 100%);
	z-index: 0;
  }*/
  .banner h4 {
	color: #000;
  font-size: 30px;
  font-family: 'Playball', sans-serif;
  }
  .banner h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	font-size: 50px;
	margin: 0;
	line-height: 50px;
  }
  .banner h1 span {
	font-weight: 300;
  }
  .banner h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 32px; position: relative;
  }
  .banner h3 span {
	font-weight: 500;
  }
.banner-form h3 span::after {
  display: block;
  content: "";
  background: #fff;
  width: 40px;
  height: 1px;
  margin: 15px auto 4px auto;
}
/*  .banner h3::after {
	content: "";
	background: #e2d4de;
	height: 3px;
	width: 200px;
	display: block;
	margin-top: 25px;
  }*/
.banner .ban_can {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #2c3c4a;
  font-size: 15px;
  position: relative;
  border-left: 3px solid #000;
  padding: 15px 0 15px 30px;
  margin: 15px 0;
}
.banner-btn .button {
  background: #000;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin-right: 50px;
  border-radius: 5px;
  font-weight: 600;
  border: none;
}
  .banner-btn {
	display: inline-flex;
	margin-top: 25px; align-items: center;
  }
  .off-time {
	margin-left: 50px;
	color: #f43058;
	background: #fff url(../img/clock.svg) no-repeat 10px center; background-size: 20px;
	font-weight: 600;
	font-size: 18px;
	padding:13px 15px 13px 40px;
  }
  .off-time a {
	font-weight: 300;
	color: #e56c25;
	background: url(../img/down-arrow-black.svg) no-repeat right center; padding-right: 35px; padding-left: 5px;
	background-size: 15px;
  }
  .quickrental {
	background: #e56c25;
     
/* background: linear-gradient(90deg, rgba(116,144,177,1) 0%, rgba(116,144,177,1) 32%, rgba(55,84,120,1) 32%, rgba(55,84,120,1) 100%); */
  }
.banner-inner {
/*    transform: translateY(85%);*/
    display: flex;
}
.offer-text {
    text-align: center;
    width: 100%;
    position: relative;
    
        top: -35px;
}
.offer-arrow {
    position: absolute;
    bottom: 22px;
    right: 17px;
}

.banner-inner-content {
  background: #f6f6f6;
  width: 58%;
  text-align: left;
  padding: 40px;
  border-radius: 10px;
    display: flex;
  flex-direction: column;
  justify-content: center;
}
  .quickrental-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	  width: 100%;
     flex: 1;
	 position: relative;
	/*padding: 15px 0;*/
  }
/* .quickrental h3:after {
    content: url(../img/ki.png);
    position: absolute;
    right: -25px;
    top: 12px;
} */

#storageSearchForm {
  display: flex;
  justify-content: space-between;
}
  .quickrental h3{
      position: relative;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	margin-right: 20px;
}
	.quickrental h3 div {
		position: relative;
		z-index: 1;
		background: url(../img/ki.png) no-repeat right center;
		padding-right: 50px;
		background-size: 35px;
	}
  .quickrental h3 span {
	font-weight: 300;
	display: block;
  }
	.quickrental h3::after {
	  content: "";
	  background: rgb(116,144,177);
	  height: 100%;
	  width: 1000%;
	  right: 15px;
	  left: auto;
	  position: absolute;
	}
  .quickrental-wrapper ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	 width: 100%;
  flex: 1;
  }
  .quickrental-wrapper ul li {
	/*border-right: 1px solid #b2b1b2;*/
	padding: 10px;
	  width: 100%;
  }
  .quickrental select {
	background: url(../img/drop-arrow-black.png) no-repeat calc(100% - 10px) center;
	color:#fff;
	font-size: 15px;
	text-transform: uppercase; border: none;
	height: 35px;
	padding: 0 30px 0 12px;
      border: solid 1px #fff;
	background-size: 12px;
	appearance: none;
	-webkit-appearance: none; 
/*
	max-width: 170px;
	min-width: 170px;
*/
	width: 100%;
  }
  .quickrental-wrapper .button{
	font-size: 16px;
    padding: 35px 30px;
    background-color: #B3B3B3;
    border: none;
    font-weight: 600;
	margin: 0 0 0 10px;
	color:#e56c25;
  }
.wpcf7-not-valid-tip{ font-size:12px !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: #000000 url(../img/form-title-bg.png) no-repeat center bottom;
    font-size: 17px;
    font-weight: bold;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    color: #fff;
    text-align: center;
}
.banner-form h3 span {
  display: block;
  font-size: 12px;
  margin-top:10px;
}
.banner-rental-wrapper {
  padding: 0px 20px 0px 20px;
}
.banner-rental-wrapper ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.banner-rental-wrapper input[type="text"], .banner-rental-wrapper input[type="email"], .banner-rental-wrapper select {
  width: 100%;
  border: 1px solid #eee;
    padding: 13px 10px;
  font-size: 12px;
  background-color: #fff;
  border-radius: 5px;
  color: #999;
}
.banner-rental-wrapper .button {
  background: #000;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: 600;
  border: none;
  margin: 0;
}

  .grove-storage {
	background: #fff;
	padding: 120px 0;
	text-align: center;
  }
  .grove-storage h3 {
	font-family: 'Playball', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 34px;
  margin: 0;
  position: relative;
  }
.grove-storage p {
  color: #000;
}
/*
  .grove-storage h3::after {
	content: "";
	display: block;
	width: 66px;
	height: 2px;
	background: #e56c25;
	margin: 10px auto;
  }
*/
  .grove-block {
	margin-top: 30px;
  background: #f6f6f6;
  padding: 15px 30px 0px 30px;
  min-height: 270px;
  }

  .grove-icon {
	margin: auto;
  width: 110px;
  }
/*
  .grove-block h4::before {
	content: "";
	display: block;
	width: 35px;
	height: 1px;
	background: #e56c25;
	margin: 20px auto;
  }
*/
  .grove-block p {
	color: #666;
  }
  .grove-block h4 {
	font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #000;
  margin: 15px 0;
  }
/*
  .grove-block:hover .grove-icon{
	border: 1px dashed #6979ff;
  }
  .grove-block:hover h4::before{
	background: #6979ff;
  }
  .grove-block:hover .grove-icon {
	background-color: transparent;
	transform: rotate(30deg);
	cursor: pointer;
	box-shadow: none;
}
*/

.about-grove {
	padding: 60px 0;
    background: #f6f6f6;
  }
.about-grove-img {
  position: relative;
  bottom: -100px;
}
  .picture-icon {
	position: absolute;
	right: 20px;
  top: 20px;
	max-width: 60px;
	z-index: 1;
  }
  .about-grove-block h5 {
	font-size: 16px;
	text-transform: uppercase;
	background: #e56c25;
	color: #fff;
	letter-spacing: 7px;
	font-family: 'Montserrat', sans-serif;
	padding: 4px 15px;
	font-weight: 300;
	display: inline-block;
  }
  .about-grove-block h2 {
	font-size: 34px;
  color: #000;
  letter-spacing: 0px;
  font-family: 'Playball', sans-serif;
  margin: 0;
  display: block;
  }
  .about-grove-block h4 {
  font-size: 18px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  font-weight: 400;
  margin: 10px 0 15px 0;
  }
.about-grove-block p {
  line-height: 24px;
  color: #000;
}


  .about-grove-block a {
	font-size: 21px;
	color: #e56c25;
	background: url(../images/call-icon.png) no-repeat 0 center;
	padding:7px 0 7px 45px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin-top: 10px;
	display: inline-block;
    background-size: 30px;
  }
/*
  .about-grove-block a:hover {
	box-shadow: 1px 4px 10px rgba(55, 84, 120, 0.4);
  }
*/

  .popular-storage {
	padding:60px 0 0px 0;
  } 
  .popular-storage h4 {
	color: #000;
	font-size: 30px;
	font-family: 'Playball', sans-serif;
	margin:0 0 35px 0;
	 }
.popular-filter-units {
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 7px;
  padding: 20px;
}
.popular-filter-units .unit-sizes {
  font-weight: 700;
  font-size: 22px;
}
.popular-filter-units .unit-name {
  font-size: 18px;
}
.popular-filter-units .unit-desc {
  background: #262628 url(../img/drop-arrow-white.png) no-repeat calc(100% - 15px) center;
  color: #fff !important;
  padding:10px 35px 10px 20px;
  display: inline-block;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  border-radius: 5px;
  font-weight: 400;
  border: none;
  margin: 0;
  background-size: 12px;

}
.popular-filter-units .reserve-button a {
  background: #e56c25;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  border-radius: 5px;
  font-weight: 400;
  border: none;
  margin: 10px 0 0 0;
  width: 100%;
  text-align: center;
}
.popular-filter-units .unit-price b {
  font-size: 22px;
}
.facilities-features {
  margin: 50px 0 0 0;
}

.facilities-features h5 {
  color: #040b11;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
.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: 14px;
  color: #2c3c4a;
}
.facilities-features ul li img {
  margin-right: 8px;
}
/*
  .popular-storage h4::after {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	background: #e56c25;
	margin: 25px auto;
  }
*/
  .reviews {
	margin-bottom: 20px;
  }
  .reviews img {
	width: 25px;
  }
  .reviews a {
	display: block;
	color: #000;
	font-size: 16px;
	margin: 5px 0;
  }
  .product-list {
	background: #e9ebeb;
	
  }
  .product-thumb {
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .product-thumb img {
	max-width: 75%;
	max-height: 75%;
  }
  .product-content {
	padding: 5px 5px;
	background: #fff;
	box-shadow: 0 11px 20px rgba(0,0,0,0.2);
	text-align: left;
  }
  .product-sec {
	padding: 0 15px 0px;
	border-bottom: 1px solid #8b8b8b;
  }
  .product-heading h5{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #e56c25;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	margin: 6px 0 0px 0;
	font-weight: 700;
	text-transform: uppercase;
  }
  .product-sec h6 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #e56c25;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	margin: 6px 0 10px 0;
	text-transform: uppercase;
  }
  .product-btn {
	padding: 5px 5px 5px 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  .product-btn a {
	background: #e56c25;
	color: #fff;
	display: block;
	padding: 13px 0;
	text-decoration: none;
	font-size: 15px;
	width: calc(50% - 3px);
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	transition: all ease-in-out 0.3s 0s;
  }
  .product-btn a:last-child {
	background: #B3B3B3;
  }
  .product-btn a:hover{
	box-shadow: 1px 4px 10px rgba(108, 39, 90, 0.4);
  }
  .contact-rental {
	 margin:60px 0; 
  }
.contact-rental>div {flex: 0 0 50%; /* padding: 150px 15px; */}
.contact-rental>div.content {flex: 0 0 33.33%; margin-left: 3.33333333%;}
.contact-rental.the-menus.map-sec>div.content {margin-right: 0; margin-left: 8.33333333%;}
.contact-rental.the-menus { background-position: center; background-size: cover;}
.contact-rental.the-menus .img-sec { background: url(../img/contact-free.jpg) no-repeat; background-position: center; background-size: cover;}
.the-menu > div {
	flex: 0 0 50%;
	padding: 130px 15px 50px 15px;
  }
.the-menu.the-menus.map-sec .map{ padding: 0}

.contact-rental h2 {
  color: #000;
  font-size: 30px;
  margin: 0px 0 30px 0;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.contact-rental p {
  font-size: 16px;
}
  .contact-rental h3 {
	color: #000;
	font-size: 21px;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0 30px 0;
	font-weight: 600;
	position: relative;
  }
  .contact-rental h3::before {
	content: "";
	display: block;
	width: 110px;
	height: 3px;
	background: #668381;
	margin: 40px 0;
  }
  .contact-rental ul {
	list-style: decimal;
	padding: 0 0 0 17px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 50px;
    margin-left: 5px;
  }
  .contact-rental ul li {
	margin: 5px 0;
  }
  .contact-rental ul li span {
	font-weight: 400;
  }
  .contact-rental .button {
	font-weight: 600;
	font-size: 15px;
	padding: 12px 30px;
      margin: 0;
  background: #e56c25;
  }
.the-menu.the-menus.map-sec {
  background: #fff;
  padding: 50px 0 0 0;
}
.map-sec .content > p {
  color: #000;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-top: 15px;
}

.faq #accordion {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
    align-items: flex-start;
}

.faq #accordion .card {
  width: calc(33.33% - 30px);
  box-shadow:  0 0 10px rgba(0,0,0,0.1);
  padding: 15px 20px;
  margin-bottom: 30px;
}
.faq_answer {
  text-align: left;
  padding: 0;
  font-size: 14px;
  color: #2c3c4a;
}
.faq .card-header .btn {
  padding: 0 !important;
  font-weight: 800;
  text-align: left;
  border: 0;
}
.faq .card-header .btn {
  padding: 0 !important;
  font-weight: 800;
  border: 0;
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;
}
.card-header h5 button i {
  padding-top: 15px;
}
.faq .card-header {
  background: none;
  border: none;
    min-height: 50px;
}
.askQuestion {
  background: #e56c25;
  padding: 20px;
  width:calc(33.33% - 30px);
  color: #fff;
  border-radius: 8px;
}
.askQuestion h5 {
  font-size: 21px;
  font-family: 'Playball', sans-serif;
}
.askQuestion p {
  font-size: 13px;
  color: #fff;
}
.askQuestion .button {
    margin: 0;
    border-radius: 7px;
    color: #fff;
    background: #000000;
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
    padding:10px 16px;
    margin-top: 5px;
}
.TenantFeedback {
  background: #f6f6f6;
  padding: 70px 0;
}

.TenantFeedback .container {
  max-width: 830px;
}
.TenantFeedback h2 {
  color: #000;
  font-size: 30px;
  font-family: 'Playball', sans-serif;
  margin: 0 0 35px 0;
  text-align: center;
}
.TenantFeedbackInner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.slick-dots li{
   height: 15px !important;
    width: 15px !important;  
}
.slick-prev, .slick-next{
    display: none !important;
}
.slick-dots li button{
      background: #ccc !important;
    height: 15px !important;
    width: 15px !important;
}
.slick-dots li.slick-active button{
      background: #e56c25 !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: #e56c25 !important;
}

.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: 14px;
}
.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;
}

.fg-default .fg-item {
    width: 25%
}

  .map-sec .content {
	padding-left: 50px;
	padding-top: 50px;
  }
.map-sec h2 {
  font-size: 30px;
  color: #000;
  font-family: 'Playball', sans-serif;
  margin-bottom: 25px;
}
  .map-sec h3 {
	color: #000;
  font-size: 21px;
  font-family: 'Playball', sans-serif;
  margin: 35px 0 5px 0;
  line-height: 30px;
  }
.addDet a{
  color: #000;
  font-size: 14px;
  line-height: 18px;
  margin: 8px 0 0 0;
}
.brand img {
  max-width:73%;
}
  .map-sec .off-time {
	display: inline-block;
  }
  .address {
	margin:30px 0 20px 0;
	list-style: none;
	padding: 0;
  }
  .address li {
	margin: 0 0 20px 0;
	display: block;
      font-size: 14px;
  color: #000;
  }
.address li a.envelop {
  background: #e56c25 !important;
  font-size: 16px;
  color: #fff;
  padding:7px 24px;
  display: inline-block;
  min-width: auto;
}
.address li a.call {
  color: #000;
}


.address li strong {
  color: #000;
  display: block;
}
.address li .email {
  color: #000;
}
.footer .current-day {
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #000;
  height: auto;
  padding: 9px 15px;
  width: 100%;
  max-width: 380px;
}

.footer .current-day span {
  font-size: 18px;
}
/*
  .address li a.call { background-image: url(../img/call.png); }
  .address li a.envelop { background-image: url(../img/envelop.png); }
*/

  .social{  display: inline-block;	padding: 12px 8px; margin-top: 20px;}
  .social a {
	padding: 5px;
  }
  
  
  
  /* View Rates Page */
.sss-cat a .cat-special::after {
    border-right-color: #000;
    opacity: .5;
  }
  .sss-cat a .cat-special::after {
    top: 15px;
    right: 1px;
    border: solid transparent;
      border-top-color: transparent;
      border-top-width: medium;
      border-right-color: transparent;
      border-right-width: medium;
      border-bottom-color: transparent;
      border-bottom-width: medium;
      border-left-color: transparent;
      border-left-width: medium;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
      border-right-color: rgba(136, 183, 213, 0);
    border-right-color: #000;
    border-width: 4px;
    margin-left: -4px;
    transform: rotate(45deg);
  }
  .sss-cat a .cat-special {
    position: absolute;
    right: -5px;
    top: -5px;
    color: #fff;
    font-size: .78em;
    padding: 3px 5px;
    max-height: 22px;
  }
  .sss-cat a .cat-special { 
    background-color: red;
  }
  .sss-cat a span {
    text-align: center;
    display: block;
  }
section.storage-location {
    padding: 50px 0;
    z-index: 9;
    position: relative;
}

.storage-location-main {
    background-color: #f8f8f8;
}

.storage-location-main .col-lg-4.col-md-4 {
    padding-left: 0;
}

.storage-location-image .fg-item:first-child {
    display: block !important;
}

.storage-location-image .fg-item {
    display: none !important;
}

.storage-location-image .foogallery.fg-light.fg-shadow-outline .fg-item-inner {
    box-shadow: unset !important;
    border: none !important;
}

.storage-location-image .foogallery .fg-item .fg-item-inner .fg-caption .fg-caption-inner {
    top: 0px !important;
    right: 0px !important;
    bottom: unset !important;
    left: unset !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(0%) !important;
    align-items: end !important;
}

.storage-location-image .foogallery .fg-item-inner .fg-caption .fg-caption-inner:before {
    background-image: url(../images/gallery-white.png) !important;
}

.storage-location-image .fg-item-inner .fg-caption {
    visibility: visible !important;
    opacity: 1 !important;
}

.storage-location-image .foogallery .fg-caption {
    background-color: transparent !important;
}

.storage-location-content h4 {
    margin: 0 0 10px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #B3B3B3;
        text-transform: uppercase;
    font-size: 1.5rm;
    letter-spacing: 3px;
}

.contact-details-title a {
    color: #000;
    line-height: 22px;
}

.rates-chart-div {
    margin: 0 5%;
}

.storage-location-content a p {
    color: #000;
font-size: 20px;
margin: 5px 0 1px;
text-align: left;
text-transform: uppercase;
letter-spacing: 4px;
line-height: 27px;
}

.photos-reviews-sec {
    display: flex;
    align-items: center;
    padding: 6px 0px;
}

.unit-popup-image {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 99;
    border: 1px solid transparent;
    background-color: gray;
}

.unit-image-popup .modal-body {
    text-align: center;
}

.unit-buttons {
    width: 80%;
    margin: 0 0 0 auto;
}

.storage-photos a, .storage-reviews a {
    color: #000 !important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 6px;
    display: flex; 
    align-items: center;
    text-transform: uppercase;
} 

.storage-photos a img, .storage-reviews a img {
    width: 30px;
    padding-right: 7px;
}

.storage-feature {
    padding: 0;
    margin: 10px 0;
    list-style-type: none;
    display: inline-block;
}

.storage-feature li {
    display: inline-block;
    color: #000;
}
#foogallery-gallery-328 .fg-image {
    /* width: 452px !important; */
}
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;
}
.storage-feature li:after {
    /*content: '\2022';
    margin: 0px 10px 0;*/
}

.unit-facility .unit-dots::before {
    content: '\2022';
    margin: 0px 8px 0px 0;
}

.storage-feature li:last-child:after {
    display: none;
}

.storage-contact-details {
    display: flex;
    align-items: center;
    margin: 13px 0px;
}
   .dropdown {
  position: relative;
  display: inline-block;
}

.dropbtn {
 background-color: #f1f1f1;
    color: #333;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    letter-spacing: 3px;
}

.icon {
  margin-left: 5px;
}

.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;
}

.dropdown-content a {
  color: #333;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}
.storage-details {
    padding-right: 30px;
    position: relative;
}

.storage-details a {
    color: #000 !important;
    font-size: 18px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    justify-content: center;
}

.storage-details a i {
    padding-right: 10px;
    font-size: 25px;
}

.contact-hours-show {
    padding: 10px;
    position: absolute;
    z-index: 2;
    background: #e56c25;
    color: #FFF;
    border-radius: 4px;
    top: 45px;
    left: -50px;
    width: 270px;
}

.storage-reviews {
    padding-left: 0px;
}

#unitSizes .unitTypes {
    width: auto;
}
.sss-cats {
    margin: 0 10px 0 0;
    background-color: #e56c25;
    float: left;
    position: relative;
    line-height: 1.2;
    width: 100%;
}
.sss-cats a {
    min-height: 50px;
    max-height: 101px;
    min-width: 140px;
    max-width: 100%;
    display: flex;
    text-decoration: none;
    padding: 10px;
    color: #fff;
    position: relative;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}
.sss-cat a.active {
    background-color: #B3B3B3;
    color: #e56c25;
}
.mobile-photos-review {
    display: none;
}
.current-units-filter {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.advance-filter p {
    border: 1px solid #123679;
    padding: 2px 10px;
}
.currently-active-units p, .advance-filter p {
    margin: 0;
}
.currently-active-units p
{
    font-size: 15px;
}
.unit-image {
    text-align: center;
    background-color: #e6e6e6;
    padding: 10px;
}
.unit-image img {
    width: 140px;
}
.unit-content p {
    margin: 0;
    color: #000;
}
.unit-discription-btn {
    padding-top: 15px;
}
.unit-discription {
    padding-top: 20px;
}
.unit-desc {
    border: 2px solid #e56c25;
    color: #000;
    padding: 10px 15px;
}
.unit-desc:hover {
    color: #000;
}
.other-price-details p {
    color: red;
}
.special_offer_div div{
    color: #ff0000 !important;
}
.bNeverExpires_cls{
    font-size: 1.0rem;
    color: #f00;
    font-weight: 600;
}
.unit-price, .other-price-details {
    text-align: right;
}
.sale-price {
    color: #ff0000;
}
.no-discount {
    color: #000 !important;
}
p.error-form {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    color: #ff0000;
}
.movein_cost_loading img {
    width: 7%;
    margin-top: 10px;
}
#reserve_payment_success {
    text-align: center;
}
.no-disc {
    margin-bottom: 10px;
}
.regular-price {
    text-decoration: line-through;
}
.other-price-details p {
    margin-bottom: 0px;
}
.reserve-button a {
    background-color: #e56c25;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.start-rental a {
    background-color: #B3B3B3;
    color: #e56c25;
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
}
.filter-units-sub .col-lg-3.col-md-3{
    position: relative;
}
.roolup-powered {
    margin: 20px 0;
}
.roolup-powered {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.padding-top {
    padding-top: 30px;
}
.view-rate-page {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 25px;
}
hr.view-rate-divider {
    padding: 0;
    width: 18%;
    margin: 20px auto;
    background-color: #e56c25 !important;
    height: 2px;
}
.roll-up {
    padding-right: 0;
    margin-bottom: 7px;
    width: 33.33%;
}
.unit-facility i
{
    width: 14px;
    padding-right: 0px;
}
.roll-up img {
    width: 18px;
    padding-right: 3px;
}
i.fa.fa-bolt {
    padding-right: 5px;
    font-size: 23px;
}
/* Facility */
.picture-of-facility {
    padding: 30px 0;
}
.fg-default.fg-gutter-5 {
    padding-left: 0px !important;
}
.view-all-button a {
    background-color: #e56c25;
    color: #fff;
    padding: 15px 30px;
    text-transform: uppercase;
}
.view-all-button {
    padding: 20px 0 40px;
}
#ModalSoldout .modal-title a {
    color: #000;
    font-weight: bold;
}
.call-facility a, #ModalSoldout .modal-footer .btn-default {
    color: #fff !important;
}
/* Reserve & Start Rental Form */
.main_content_form {
    margin-bottom: 40px;
    float: left;
    width: 100%;
    padding: 0 20px;
}
.reserve_main {
    margin-top: 36px;
    float: left;
    border: 1px solid #e56c25;
    width: 98%;
    padding: 15px;
    border-radius: 5px;
}
.move-in-costs-container .move-in-costs #table {
    display: table;
    border: 1px solid #272728;
    width: 100%;
}
.move-in-costs-container .move-in-costs #table .header {
    display: table-caption;
    padding: 9px 15px 5px;
    line-height: 16px;
    background-color: #e56c25;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.move-in-costs-container .move-in-costs .table-row {
    display: table-row;
}
.dis_bg_color {
    background-color: #91FE94;
}
.move-in-costs-container .move-in-costs .cell {
    display: table-cell;
    padding: 9px 15px 5px;
    border: 1px solid #eee;
    color: #000;
    font-weight: 500;
    font-size: 15px;
}
.move-in-costs-container .move-in-costs .right-align {
    text-align: right;
}
.contact-form-main-section-sub {
    margin: 0 auto;
}
.padding_top_ten {
    padding-top: 10px;
}
select.form-control{
    -webkit-appearance:auto;
    -moz-appearance:auto;
    appearance:auto;
}
.display-table .col-md-6 {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}
.credit-card-box {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
}
.display-table {
    border-bottom: 1px solid #ccc;
}
h3.panel-title.display-td {
    font-size: 19px;
    padding-top: 11px;
    font-weight: 500;
}
.panel-body {
    padding: 15px;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.panel-body .col-md-6 {
    float: left;
}
.contact-form-new.home-form-main select {
    width: 100%;
    border: 1px solid #ccc !important;
}
#cardNumber {
    width: 100% !important;
    border: 1px solid #ccc !important;
    padding-top: 6px;
    padding-bottom: 6px;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}
form#reserve_frm .form-group.col-md-12 {
    padding: 0;
}
form#reserve_frm .form-group.col-md-12 .col-md-12 {
    padding: 0;
}
.contact-form-new.home-form-main input, .contact-form-new.home-form-main textarea {
    width: 100% !important;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 10px !important;
    font-size: 1rem;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
}
#btn_reserve-complete {
    background-color: #e56c25;
    font-size: 14px;
    text-decoration: none;
    border-radius: 4px;
    padding: 10px;
}
.form-group {
    margin-bottom: 1rem;
}
.reserve_main {
    margin-top: 36px;
    float: left;
    border: 1px solid #e56c25;
    width: 98%;
    padding: 15px;
    border-radius: 5px;
}
.move_in_header {
    padding: 14px;
    background: #e56c25;
}
.move_in_header h4 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.contact-form-new.home-form-main.elease .elease-center {
    margin-top: 40px;
}
.contact-form-new.home-form-main.elease .step {
    position: relative;
    min-height: 32px;
    padding-bottom: 25px;
    width: 100%;
    float: left;
}
.contact-form-new.home-form-main.elease .step>div:first-child {
    position: static;
    height: 0;
}
.contact-form-new.home-form-main.elease .step>div:last-child {
    margin-left: 32px;
    padding-left: 16px;
}
.contact-form-new.home-form-main.elease .step.options .body>* {
    margin: 0;
    width: 100%;
    margin-top: 20px;
}
.policy_form .col-md-6 {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
}
.error {
    color: red;
}
.policy_form .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.policy_form .col-md-6:last-child {
    float: left;
}
#reserve_frm_movein1 label.checkbox-inlinecust {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 15px !important;
    font-weight: normal !important;
    display: inline-block !important;
    width: auto !important;
}
.checkbox-inlinecust .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox-inlinecust.container input:checked ~ .checkmark::after {
    display: block;
}
.checkbox-inlinecust.container .checkmark::after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
#reserve_frm_movein1 label.checkbox-inlinecust input {
    width: auto !important;
}
#reserve_frm_movein1 .container input:checked~.checkmark {
    background-color: #e56c25;
}
#reserve_frm_movein1 .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #e56c25;
    border-radius: 50%;
}
.container.checkbox-inlinecust input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.contact-form-new.home-form-main.elease select {
    border: none !important;
    border-bottom: 1px solid #000000 !important;
    margin-top: 7px;
    color: #000;
    /* font-weight: 600; */
    font-size: inherit;
    box-shadow: none;
    padding: 0.2em 0em 2px 0em;
    width: 100%;
    background-color: transparent;
    color: #666;
}
.checkbox-inlinecust.container .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.checkbox-inlinecust.container input:checked~.checkmark:after {
    display: block;
}
.contact-form-new.home-form-main.elease .circle {
    background: #e56c25;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    position: relative;
    color: #fff;
    text-align: center;
}
.contact-form-new.home-form-main.elease .line {
    position: absolute;
    border-left: 1px solid #dcdcdc;
    left: 16px;
    bottom: 10px;
    top: 42px;
}
.contact-form-new.home-form-main.elease .title {
    line-height: 32px;
    font-weight: 700;
    color: #000;
}
.contact-form-new.home-form-main.elease .body {
    margin-top: 25px;
}
.elease .disclaimer {
    font-size: 1rem;
    padding-bottom: 5px;
    margin: 10px 5px;
    color: #000;
}
.contact-form-new.home-form-main.elease .move-in-costs-container .move-in-costs #table {
    display: table;
    border: 1px solid #e56c25;
    width: 100%;
    max-width: 600px;
}
.contact-form-new.home-form-main.elease .move-in-costs-container .move-in-costs #table .header {
    display: table-caption;
    padding: 9px 15px 5px;
    line-height: 16px;
    background-color: #e56c25;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.required {
    display: block;
}
.float-label-control {
    position: relative;
    margin-bottom: 1.5em;
}
.float-label-control input.empty+label, .float-label-control textarea.empty+label {
    background: #fff;
}
.float-label-control input.empty+label, .float-label-control textarea.empty+label {
    top: 0.1em;
    font-size: 1.5em;
    animation: none;
    -webkit-animation: none;
    /* z-index: 1; */
    left: 0;
}
.float-label-control input:not(.empty)+label, .float-label-control textarea:not(.empty)+label {
    z-index: 1;
}
.contact-form-new.home-form-main label {
    display: none;
}
.float-label-control label {
    position: absolute;
    font-weight: normal;
    top: -1.0em;
    left: 0.08em;
    color: #000;
    z-index: -1;
    font-size: 18px;
    -moz-animation: float-labels 300ms none ease-out;
    -webkit-animation: float-labels 300ms none ease-out;
    -o-animation: float-labels 300ms none ease-out;
    -ms-animation: float-labels 300ms none ease-out;
    -khtml-animation: float-labels 300ms none ease-out;
    animation: float-labels 300ms none ease-out;
    animation-play-state: running !important;
    -webkit-animation-play-state: running !important;
}
.float-label-control label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 15px;
    font-weight: 700;
    float: left;
    width: 100%;
    text-align: left;
}
.form-group.cust_btn {
    margin-top: 4%;
}
.elease .elease-form input[type=submit] {
    margin-left: 5px;
    border: none;
    cursor: pointer;
    padding: 8px 10px;
    border-radius: 0;
    display: block;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    clear: left;
    color: #fff !important;
    background-color: #e56c25;
    margin-bottom: 8px;
}
.hidden {
    display: none !important;
}
.contact-form-new.home-form-main.elease .date-container, .contact-form-new.home-form-main.elease .insurance-container {
    display: block;
    position: relative;
    font-size: 16px;
    width: 100%;
    color: #000;
}
.float-label-control input, .float-label-control textarea {
    display: block;
    width: 100%;
    padding: 0.1em 0em 1px 0em !important;
    border: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #e56c25 !important;
    outline: none;
    margin: 0px;
    background: none;
    font-size: 1rem;
}
.contact-form-new.home-form-main.elease select {
    border: none !important;
    border-bottom: 1px solid #e56c25 !important;
    margin-top: 0px;
    color: #000; 
    font-size: 1rem;
    box-shadow: none;
    padding: 0.2em 0em 2px 0em;
    width: 100%;
    background-color: transparent;
    color: #666;
}
.contact-form-new.home-form-main.elease select option {
    color: #666;
}
#reserve_frm_movein1 .col-md-12 {
    padding: 0;
}
.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; */
}
.sold_unit_add {
    font-size: 16px;
}
.btn-default {
    color: #fff;
    background-color: #e56c25;
    margin-top: 10px;
}
#ModalSoldout .modal-footer {
    justify-content: space-between !important;
}
.contact-details-title p {
    margin: 0;
}
.sold_unit_add p a {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
}
section.faq {
    padding: 50px 0;
    clear: both;
}
.faq-title h6 {
    margin: 0;
    font-size: 30px;
    text-transform: capitalize;
    color: #000000;
    letter-spacing: .5px;
    font-family: 'Montserrat';
}
.faq-title p {
    margin: 0;
    text-transform: uppercase;
    color: #000000;
}
.card {
    border: none !important;
}
.card-header {
    padding: 0 !important;
    /* background-color: #fff !important; */
}

.card-header .mb-0 .btn {
   padding: 10px 0 10px 20px !important;
    border: 0;
   width: 100%;
    text-align: left;
}
.card-header .mb-0 .btn i{
    float:right;
}
.card-header button:not(.toggle) {
    background-color: transparent !important;
    text-decoration: none;
    font-size: 15px;
    color: #000000;
}

.card-header h5 button i {
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
}

.card-body {
    color: #000000;
}
.page-template-homepage .team-section h2 {
    text-align: left;
    color: #ff4800;
}
.testimonial-section {
    padding: 50px 0;
}
.popup-owl-carousel .slick-arrow {
    bottom: 0px;
}
div#reviewModel .modal-dialog, #ModalSoldout .modal-dialog, .unit-image-popup .modal-dialog {
    height: 100%;
    display: flex;
    align-items: center;
}
.unit-image-popup {
    overflow: hidden;
}
.unit-image-popup .modal-header {
    justify-content: flex-end;
}
.unit-image-popup button {
    background: transparent;
    border: none;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 9;
}
.unit-image-popup .modal-content {
    position: relative;
}
.unit-image-popup button span {
    font-size: 30px;
    line-height: 0;
}
.btn-check:focus+.btn, .btn:focus {
    box-shadow: unset;
}
.faq-title {
    padding-bottom: 10px;
}
.mb-0 {
    margin: 10px 0 !important;
}
.unit-content {
    height: 100%;
    position: relative;
}
.unit-prices {
    height: 100%;
}
.page-template-complete_reservation .hero-image {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 100%;
    overflow: hidden;
    top: 0;
    background-position: center 0px;
    background-size: cover;
    min-height: 100px;
    height: 100vh;
    transition: all 500ms ease 0s;
    background-repeat: no-repeat;
}
.page-template-complete_reservation .hero-image {
    background-attachment: fixed;
}
.page-template-complete_reservation .hero_wrap {
    margin: auto;
}
.page-template-complete_reservation .hero-image:after {
    content: "";
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.page-template-complete_reservation .hero_wrap {
    width: 100%;
    box-sizing: border-box;
    max-width: 1140px;
    margin: 0px;
    position: relative;
    z-index: 1;
}
.page-template-complete_reservation .hero_wrap .hero_c {
    position: relative;
}
.page-template-complete_reservation .hero_c {
    width: 100%;
    position: absolute;
    top: 40%;
    text-align: center;
    right: 0%;
}
.page-template-complete_reservation .flash {
    width: 100%;
    border-bottom: 0px solid #000;
    position: relative;
    display: table;
    height: 100vh;
}
.page-template-complete_reservation .over_lay {
    text-align: left;
}
.page-template-complete_reservation .hero_c .over_lay h1 {
    text-align: left;
    font-weight: normal;
    font-size: 41px;
    line-height: 50px !important;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #fff;
}
.page-template-complete_reservation .hero_c .over_lay p {
    font-size: 20px;
    margin: 0 0 0px 0;
    line-height: 22px;
    letter-spacing: 0;
    font-weight: 500;
    color: #fff;
}

/* Blog List Page */
.inner-top-hero {
    position: relative;
}

.top-banner img {
    height: calc(100vh - 60px);
    width: 100%;
    object-fit: cover;
}

.top-banner-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.top-banner-content h2 {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    font-weight: bold;
}

.top-banner-content p {
    font-size: 28px;
    color: #fff;
    margin: 0;
}

.recent_post {
    width: 100%;
    margin: 50px 0;
}

.search-form .screen-reader-text {
    display: none;
}

.search-field {
    border: 1px solid #0E48A0 !important;
    padding: 3px 0px 3px 5px !important;
    border-radius: 0 !important;
}

.search-submit {
    background: #e56c25 !important;
    color: #fff !important;
    border: 0px solid !important;
    padding: 8px 6px !important;
    margin-top: 17px;
    margin-bottom: 40px;
    margin-left: -4px;
    border-radius: 0 !important;
}

.box_bb {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.img_bb img {
    max-width: 100%;
    height: 190px !important;
    width: 100%;
    object-fit: cover;
}

.other_in_b h4 a {
    color: #4b4e53;
    text-decoration: none;
    font-size: 18px;
    float: left;
    width: 100%;
    margin: 15px 0;
}

.box_bb p {
    font-size: 15px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.read_mmm_b a {
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #000;
    text-decoration: none;
}

.hero-container {
    height: calc(100vh - 68px);
    width: 100%;
    position: relative;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.hero-content {
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
    right: 0;
}

.hero__heading {
    font-size: 44px;
    color: #000;
}

.single-post .text-description {
    font-size: 20px;
    margin: 80px 0 0 0px;
}

.head-search {
    margin-top: 5%;
}

.blog-page .no-results .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

.blog-page .no-results .page-header h1 {
    color: #000;
    font-size: 30px;
}

.blog-page .no-results .page-content p {
    font-size: 20px;
}

.blog-page .search-form label {
    width: 100%;
}

.blog-page .search-submit {
    background: #e56c25 !important;
    padding: 9px 15px !important;
    color: #fff !important;
    margin-left: -4px;
}

.blog-page .search-field {
    width: 100% !important;
    padding: 7px;
    border-radius: 0px;
    color: #4b4e53;
    border: 1px solid #ccc;
    background: #fff;
}

.blog-page .pos h2 {
    font-weight: bold;
    margin: 0px 0px 20px 0px;
    font-size: 24px;
}

.pos ul {
    padding-left: 0;
    margin: auto;
}
.post-img a img {
    width: 100%;
    height: auto;
}
.box_bb1 {
    float: left;
    margin-bottom: 30px;
}
.box_bb1 .p-tag {
    margin-bottom: 8px;
}
.box_bb1 .p-tag a {
    font-size: 20px;
    color: #000;
}
.read_m a {
    background: #e56c25;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
}
.about-content-section {
    padding:20px 0 0;
}
.inner-page-title {
    padding: 40px 0 0px;
}
.inner-title.text-center {
    /* text-transform: uppercase;
    color: #e56c25; */
}
.about-content {
    word-break: break-word;
}
.rent-now-form-inner {
    padding: 30px 0 30px 0;
}
.rent-now-form-inner .best_f1 {
    color: #393a3a;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 8px;
    line-height: 26px;
    margin: 0;
}
.rent-now-form-inner .form-group label {
    font-weight: normal;
    letter-spacing: 2px;
    font-size: 13px;
}
.storageSearchForm .form-group, .col-md-9.form-group.no-padding, .form-row .form-group {
    margin-bottom: 0;
}
.rent-now-form-inner .form-group select {
    background: #efefef;
    font-size: 12px;
    height: 37px;
    border-radius: 0;
}
option {
    color: #000;
}
.rent-now-form-inner .form-group .rent-btn {
    background: #e56c25;
    border-radius: 0;
    height: 37px;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 0 24px;
    color: #fff;
}
.rent-now-form-inner .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.rent-now-form-inner label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 15px;
    font-weight: 700;
    float: left;
    width: 100%;
    text-align: left;
}
.rent-now-form-inner .form-row>.col, .rent-now-form-inner .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.blog_m .post-img {
    display: none;
}

.search .bolg-page {
    padding: 50px 0px 50px 0;
    position: relative;
    background-color: #fff;
}

.search .blog_m {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.search .blog_m h1 {
    margin: 0 0 10px;
    font-size: 30px;
    font-weight: 600;
}

.search .blog_m h1 a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.search .by-author {
    font-size: 14px;
    margin-bottom: 10px;
}

.search a.con_r {
    background: #e56c25;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none !important;
    font-size: 14px;
}

.search .widget-title {
    font-weight: bold;
    margin: 0px 0px 20px 0px;
    font-size: 24px;
}

.search .search-form {
    display: block !important;
}

.search .search-form label {
    display: inline-block !important;
    max-width: 100%;
    font-weight: 700;
    float: left;
    width: 100% !important;
    text-align: left;
}

.search .latest-post h4 {
    margin: 5px 0px;
    font-size: 18px;
    text-decoration: none;
}

.search .latest-post h4 a {
    text-decoration: none;
    font-weight: normal;
    color: #000;
}

.search.latest-post-list .red-but a {
    padding: 5px 10px;
}

.search .latest-post {
    margin-bottom: 20px;
}

.search .search-form label {
    display: inline-block !important;
    max-width: 100%;
    font-weight: 700;
    float: left;
    width: 100% !important;
    text-align: left;
    margin-bottom: 0.5rem;
}

.search .search-field {
    width: 100% !important;
    padding: 10px !important;
    border-radius: 0px !important;
    color: #4b4e53;
    border: 1px solid #ccc;
    background: #fff !important;
}

.search .search-form .search-submit {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
}

.search .search-submit {
    margin-left: 0px;
}

/* Footer */
#site-footer {
    padding-top: 0px;
}
.contact-details-title a {
    color: #e56c25;
    line-height: 22px;
}
.footer-contact-detail {
    background-color: #f7f7f7;
    padding: 30px;
}
.footer-icons {
    margin-bottom: 10px;
}
.footer-icons img {
    width: 40px;
    object-fit: cover;
}
.c_box.contact-details-footer .adddressss h3 {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 0;
}
.footer-hours-title a {
   
    font-size: 1rem;
    line-height: 1.5;
    color: #404040;
    font-weight: 400;
    color: #fff;
}
.footer-hours-section {
    position: relative;
}
.footer-hours-show {
    padding: 10px;
    position: absolute;
    z-index: 2;
    background: #54565a;
    color: #FFF;
    border-radius: 4px;
    top: 35px;
    left: 45px;
    width: 270px;
}
.social-icon li a img {
    width: 50px;
}
.adddressss .ofc-address p:first-child {
    margin: 0;
}
.adddressss a {
    color: #fff;
    
    font-weight: 400;
}
.adddressss p, .footer-gate-hours p {
    
    
    color: #fff;
}
.custom-select:focus {
    box-shadow: none !important;
}
.container_no_padding .text-danger {
    color: red !important;
}
.contact-us-details .c_box {
    padding:0px;
}
.ofc-address p {
    width: 50%;
}
.footer-map-main {
    background: #fff;
       text-align: center;
    padding: 25px;
    clear: both;
  
    font-size: 28px;
}
.col-md-12.footer-map-main img {
    width: 19px;
    margin-right: 17px;
}
.footer-map-main a {
   
    color: #325472;
   
    font-family: 'Montserrat', sans-serif;
	font-size:20px;
}

.hours-details h5 {
    font-size: 17px;
    font-weight: 700;
}
.timing {
    display: flex;
    justify-content: space-between;
}
.footer-hours-show {
    padding: 10px;
    position: absolute;
    z-index: 2;
    background: #54565a;
    color: #FFF;
    border-radius: 4px;
   top: 78px;
left: -85px;
    width: 270px;
}
.timing p {
    font-size: .875rem!important;
    margin: 0 !important;
	color:#fff;
}
.footer-hours-section {
    position: relative;
}
.up-arrow i {
    color: #e56c25;
    text-align: center;
    margin-top: -51px;
    position: absolute;
    top: 32px;
    font-size: 28px;
    left: 0;
    right: 0;
}
a.map-pin-a img {
    width: 25px;
    padding-right: 5px;
}
.map-text a {
    padding: 20px 0;
    margin: 0;
    letter-spacing: 1px;
    display: block;
    color: #fff;
}
.map-text a:hover, .map-text a:focus, .map-text a:active {
    color: #fff;
}
.f-map iframe {
    width: 100%;
    height: 300px;
    vertical-align: top;
}
.footer-contact-form {
    background-color: #ffffff;
    padding-top: 30px;
    position: relative;
    display: inline-block;
    width: 100%;
	padding-left: 52px; 
}
.cont-form {
    display: inline-block;
    width: 100%;
	padding-left: 50px;
}
div#wpcf7-f51-o1 {
    float: left;
    width: 100%;
    margin-top: 0px;
}
.wpcf7 input, .wpcf7 select, .wpcf7 textarea {
    width: 100%;
    max-width: 100%;
    border-radius: 0px !important;
    border: 0px !important;
    color: #4b4e53 !important;
    float: left;
    border-bottom: 1px solid #ccc;
    background: #fff;
    padding: 7px !important;
    margin-bottom: 10px;
}

.offer-arrow {
    position: absolute;
    bottom: 18px;
    right: 17px;
}
input.wpcf7-form-control.wpcf7-submit {
    margin-right: 0px;
    float: none;
   
    background: #e56c25; 
    color: #fff !important;
    padding: 12px 19px 12px 19px !important;
    font-size: 13px;
    text-transform: unset;
    height: 45px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
	border-radius: 10px;
}
.popup-contact-detail a {
    justify-content: start;
    color: #fff !important;
	font-size: 14px;
}
.contact-f label {
    width: 100%;
    margin-bottom: .5rem;
}
.wpcf7-form-control-wrap select,
.wpcf7-form-control-wrap input{
   border: solid 1px #dcdcdc !important;
    background: #fff;
    height: 35px;
    margin-bottom: 8px;
}
.my-1.unit-box-main.third-box-unit {
    text-align: left;
}
.wpcf7-form-control-wrap textarea {
     border: solid 1px #dcdcdc !important;
    background: #fff;
    height: 60px;
	
}
.container_no_padding .footer {
    padding: 20px 0;
}
.social-icons {
    text-align: right;
}
.social-icons ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    list-style-type: none;
}
.social-icons ul li a img {
    width: 35px;
}
.footer-hr {
    margin: 0;
    height: 2px;
    background-color: #dfe0e5;
}
.social-icons ul li {
    display: inline-block;
    padding: 0 5px;
}
::-webkit-input-placeholder { /* Edge */
  font-family: "Open Sans";
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: "Open Sans";
}
::placeholder {
  font-family: "Open Sans";
}
.copyright, .website-managed {
    color: #fff !important;
}
.website-managed {
    display: block;
    text-align: right;
}
.footer-copyright {
    background-color: #e56c25;
    padding: 20px;
}
.social-icons {
    text-align: center;
    margin-bottom: 25px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0em 0.5em 1em !important;
}
.text-danger {
    font-size: 15px;
}
.current-day .hrs-green {
    color: green !important;
}
.notfill-start {
    color: gray;
    border-color: gray;
}
.quote-icon img {
    width: 38px !important;
    margin: 0 !important;
    border-radius: unset !important;
}
.testimonial-content {
    padding: 16px 14px;
    /* text-align: left; */
    font-size: 14px;
    min-height: 199px;
    text-align: center;
}
.slick-disabled {
    opacity: .5;
}
.error404 #primary {
    padding: 40px;
}
.unit-selection-form-mobile {
    display: none;
}

.contact-rental-section{
    padding: 100px 0 58px 0;
}
.contact-rental-section .row{
    flex-direction: row-reverse;
}
.contact-rental-section .about-us-img.img-1 img{
    width: 100%;
}
.contact-rental-section .right-content{
    padding: 0px;
}
.contact-rental-section .right-content .rate-sec-tit{
    font-weight: 100;
	color: #e56c25;
    font-size: 36px;
}

.contact-rental-section .right-content h3{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 35px;
    color: #000;
}
.contact-rental-section .right-content h3:before{
    content: '';
    width: 114px;
    height: 3px;
    background-color: #e56c25;
    border-top: 1px solid #788bae;
    border-bottom: 1px solid #788bae;
    margin: 54px 0;
    display: block;
}
.contact-rental-section .right-content ol{
    margin-left: 0;
    padding-left: 18px;
}
.contact-rental-section .right-content ol li:marker{
    font-weight: 700;
}
.get-started{
    background-color: #e56c25;
    color: #fff;
    padding: 10px 30px;
    min-width: 225px;
    line-height: 45px;
    font-weight: 700;
    font-family: 'Montserrat';
    display: inline-block;
    text-align: center;
}
.get-started:hover{
    color: #fff;
}

.accordion-content h4{font-size: 13px; font-weight: normal; letter-spacing: 1px; border-radius: 4px; border: 1px solid #eaeaea; position: relative; padding: 10px 10px 10px 70px; line-height: 28px; margin: 0 0 10px; cursor: pointer;}
.accordion-content h4:before{content: '+'; position: absolute; top: 0px; left: 0px; width: 50px; bottom: 0px; border-right: 1px solid #eaeaea; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: bold;}
.accordion-content .collapsable-content{padding: 20px 0 20px 70px; font-size: 15px; color: #777; display: none;}
.accordion-content .collapsable-content.open-acc{display: block;}
.accordion-content h4.active{margin-bottom: 0;}
.accordion-content h4.active:before{content: '-'; background: #e56c25; color: #fff;}
.accordion-content .collapsable-content a{margin-left: 5px; color: #e56c25;}
.accordion-content .collapsable-content a:hover{text-decoration: underline;}

@media screen and (max-width: 1920px){
    .top-bar > a{font-size: 16px;}
    .facility-btn{font-size: 16px;}
    .header-client-btn{margin: 0 0 0 20px;}
    .pay_now_btn span{font-size: 18px;}
    .downaload-app-button a{min-width: 190px; padding: 11px 15px;}
    .header-fixed .downaload-app-button a{padding: 11px 15px;}

    .home .hero_c .over_lay h1{font-size: 50px; line-height: 50px; }
    .home .hero_c .over_lay p{font-size: 19px; }

    .about_contact_us{margin-top: 50px;}
    .contact-rental-section .right-content h3:before{margin: 25px 0;}

}

@media screen and (max-width: 1365px){
    .downaload-app-button a{
        min-width: 180px;
        padding: 11px 10px;
    }


    .contact-rental-section .right-content{padding: 0 40px;}
    .contact-rental-section{padding: 60px 0;}
    .facility-btn{background-size: 14px; background-position-x: 96%;}


}

@media screen and (max-width: 1199px){


    .desktomargin .row .hero-image-for-mobile{margin-left: 0;}
    .home .hero_c .over_lay h3{font-size: 20px;}
    .home .hero_c .over_lay p{font-size: 22px;}
    .home .hero_c .over_lay h1{font-size: 40px;}
    .input-box-rent{padding: 30px 0 30px 10px;}

    .unit-box-main{padding: 10px 35px;}

    .quick-form-heading{ padding: 10px;}
    .quick-form-heading h3{font-size: 20px;}
    .contact-rental-section .right-content .rate-sec-tit{font-size: 28px;}


}

@media (max-width: 1024px) {
    .best-value {
        font-size: 12px;
    }
    .rent-now-title.text-center h3 {
        font-size: 17px;
    }
    .input-box-rent {
        padding: 30px 30px 30px 30px;
    }
    .input-box-rent .col{flex: 1 0 100%;}
    .storege-block .unites-rates-boxes .unit-price-p .unit-price {
        
        margin: 20px 0px;
    }
    .quick-form-heading{
        height: auto;
    }
    .rent-from-main .input-box-rent .my-1 button{
        height: auto;
    }

    .storege-block .unites-rates-boxes {
        min-height: 370px;
    }

    .unit-box-content {
        min-height: 170px !important;
    }
    .unit-box-main:after{
        content: none;
    }

    .top-hero {
        background-position: center;
    }
    .contact-rental-section .right-content h3{
        margin-bottom: 20px;
    }
    .about_contact_us{
        margin-top: 50px;
    }
    .get-started{
        line-height: 25px;
    }

}

@media (max-width: 991.98px) {

    .header-client-btn{
        margin: 0 0 0 10px;
    }
    .downaload-app-button a{
        min-width: 130px;
    }
    .pay_now_btn span{font-size: 16px;}
    .downaload-app-button a .wallet-icon{width: 30px; height: 30px; margin-left: 5px;}

    .top-bar > a{font-size: 13px; line-height: 24px;}
    .facility-btn{
        font-size: 13px; 
        background-size: 10px;
        background-position-x: 96%; 
        line-height: 24px;
        white-space: nowrap;
    }

    .top-hero{
        height: auto;
        padding: 0;
        min-height: 0;
    }
    .img-fluid.d-none.hero-desktop.d-md-block{
        opacity: 1;
    }
    .top-hero .desktomargin, .top-hero .desktomargin>.row, .top-hero .desktomargin .row .desktopextrleftmargin, .top-hero .desktomargin .row .desktopextrleftmargin .hero-image, .top-hero .desktomargin .row .desktopextrleftmargin .hero-image .hero-desktop{
        height: auto !important;
    }
    .hero_wrap{
        height: auto;
        max-width: 100%;
    }
    .desktomargin .row .hero-image-for-mobile{
        height: auto !important;
        padding: 15px 15px 0;
    }
    .top-hero > .hero-image{
        position: relative;
    }
    .home .hero_c .over_lay p {
        font-size: 17px;
    }
    
    .home .hero_c .over_lay h1{
        color: #e56c25;
    }
    .home .hero_c .over_lay p{
        color: #222 !important;
    }
    .current-day{
        color: #222;
    }


    #foogallery-gallery-97 .fg-image {
        height: auto;
    }

    .rent-now-title.text-center h3 {
        font-size: 17px;
    }

    .best-value {
        font-size: 12px;
    }

    .about_contact_us {
        padding-bottom: 50px;
    }

    .about-us-img.img-1 img {
        width: 100%;
    }

    .storege-block {
        padding-top: 50px;
    }

    .tenant-app-heading {
        padding: 0px 10px;
        font-size: 26px;
    }

    .app-features-list-img img {
        width: 20px;
        height: 20px;
    }

    .app-features-list-content h5 {
        font-size: 1rem;
    }

    .footer-hours-show {
        left: -25px;
    }

    .storege-block h2 {
        text-align: center;
    }

    .page-template-homepage .team-section h2 {
        text-align: center;
    }

    .storage-location-content a p {
        font-size: 20px;
        margin: 0px 0 1px;
    }

    /* .storage-feature li:before {
        content: '\2022';
        margin: 0px 10px 0 0;
    } */

    .storage-feature li:after {
        display: none;
    }

    

    .storage-details a {
        font-size: 15px;
    }

    .storage-location-image .fg-image-wrap img {
        width: 100% !important;
        /* height: 230px !important; */
    }

    .sss-cats a {
        min-width: auto;
        text-align: center;
    }

    .storage-location-content {
        padding: 15px 0;
    }

    .footer-gate-hours p {
        width: 70%;
        margin: 0 auto;
    }

    .top-hero .row {
        width: 100%;
    }

    .desktomargin {
        padding: 0;
    }

    .unit-buttons {
        width: 100%;
    }

    .start-rental a {
        /*font-size: 12px;*/
    }

    .rates-chart-div {
        margin: 0;
    }

    .roll-up {
        width: 50%;
    }

    .desktomargin .row .hero-image-for-mobile {
        height: 30vh;
        margin-left: 0;
    }

    .top-hero .desktomargin, .top-hero .desktomargin>.row, .top-hero .desktomargin .row .desktopextrleftmargin, .top-hero .desktomargin .row .desktopextrleftmargin .hero-image, .top-hero .desktomargin .row .desktopextrleftmargin .hero-image .hero-desktop {
        height: 50vh;
    }
    .contact-rental-section{padding: 60px 0 0;}
    .contact-rental-section .right-content{
        padding: 30px 15px;
        max-width: 720px;
        margin: 0 auto;
    }
    .contact-rental-section .about_contact_us{padding-bottom: 0;}

    .accordion-content{padding-top: 20px;}

}

@media (max-width:767px){
	
	
    #header {
        padding: 0 13px 0 10px !important;
    }
    .downaload-app-button a{
        min-width: 0;
        padding: 11px 15px;
    }
    .downaload-app-button a span:not(.wallet-icon){
        display: none;
    }
    .downaload-app-button a .wallet-icon{
        margin-left: 0;
    }

    .rent-from-main{
        max-width: 100%;
    }

    .home .hero_c .over_lay h1 {
        font-size: 24px;
        line-height: 1.25;
    }

    .unit-selection-form{
        width: 96%;
        margin: -20px auto 20px;
        position: relative;
        z-index: 1;
    }
    .unit-box-main:after{
        content: none;
    }

    .page-template-complete_reservation .hero_c {
        top: 0%;
    }

    .downaload-app-button a i {
        display: none;
    }

    #header:after {
        width: 18%;
    }

    .hero-image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .top-hero .desktomargin, .top-hero .desktomargin .row, .top-hero .desktomargin .row .desktopextrleftmargin, .top-hero .desktomargin .row .desktopextrleftmargin .hero-image, .top-hero .desktomargin .row .desktopextrleftmargin .hero-image .hero-desktop {
        height: 45vh;
    }

    .unit-box-main .number{width: 24px; height: 24px; left: -10px; font-size: 10px; line-height: 21px; border-width: 1px;}

    .step22 .move-in-costs-container{
        margin-left: -15px;
    }
    /*.nav-container {
        max-width: 35px;
    }
    .logo-container{
        max-width: 125px;
    }*/

    .header-client-btn{
        margin: 0;
    }

    #rmp_menu_trigger-23 {
        width: 35px !important;
        left: 0% !important;
    }

    .desktomargin .row .hero-image-for-mobile {
        order: unset;
        height: 41vh;
    }

    .col-sm-12.view-rate-page h2 {
        font-size: 18px;
    }

    .search .blog_m h1 a {
        font-size: 19px;
    }

    .no-results.not-found .container {
        padding: 0;
    }

    .no-results.not-found, .search-result {
        padding-top: 0;
    }

    .page-template-complete_reservation .hero_wrap {
        height: 100%;
    }

    .hero_wrap {
        display: flex;
        align-items: center;
        height: auto;
        padding: 20px 0 0;
    }

    .view-rate-button a {
        padding: 10px;
        font-size: 14px;
    }

    #rmp-container-23 {
        width: 100% !important;
    }

    .rmp_menu_trigger.rmp-menu-trigger-boring.is-active.cu-close-btn {
        right: 0;
    }

    

    .rmp-trigger-label.rmp-trigger-label-right {
        display: none !important;
    }

/*    #header {
        padding: 10px !important;
    }*/

    

    .view-rate-button {
        width: 100%;
        margin-right: 15px;
        margin-bottom: 20px;
    }

    .current-day-details {
        width: 100%;
    }

    .current-day {
        width: 200px;
    }

    .rent-from-main {
        margin: 0;
    }

    .top-hero .row {
        display: flex;
        flex-wrap: wrap;
        height: auto !important;
    }

    .our-facility .fg-item {
        width: 50% !important;
    }

    .storege-block .unites-rates-boxes p {
        min-height: auto !important;
    }

    .storege-block .unites-rates-boxes .rates-units-button {
        margin-top: 20px;
    }

    .footer-details {
        margin-bottom: 25px;
    }

    .footer-copyright, .website-managed {
        text-align: center;
    }

    .tenant-app {
        padding: 30px 0 20px;
    }

    .unit-testimonial {
        padding: 30px 0;
    }

    .tenant-app-heading {
        padding: 10px;
        font-size: 26px;
        text-align: center;
    }
    .unit-sizes-prices {
        display: flex;
        justify-content: space-between;
    }
    .step.step33 {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }

    .current-day-details {
        position: absolute;
        z-index: 99999;
        width: 365px;
        left: -8%;
    }

    .footer-hours-show {
        left: 0px;
    }

    .our-facility .fg-item:first-child {
        display: inline-block !important;
    }

    .our-facility .fg-item {
        display: inline-block !important;
    }

    .our-facility .foogallery.fg-light.fg-shadow-outline .fg-item-inner {
        box-shadow: unset !important;
        border: none !important;
    }

    .our-facility .foogallery .fg-item .fg-item-inner .fg-caption .fg-caption-inner {
        top: 0px !important;
        right: 0px !important;
        bottom: unset !important;
        left: unset !important;
        visibility: visible !important;
        opacity: 1 !important;
        transform: translateY(0%) !important;
        align-items: end !important;
    }

    .our-facility .foogallery .fg-item-inner .fg-caption .fg-caption-inner:before {
        background-image: url(../images/gallery-white.png) !important;
    }

    .our-facility .fg-item-inner .fg-caption {
        visibility: visible !important;
        opacity: 1 !important;
    }

    .our-facility .foogallery .fg-caption {
        background-color: transparent !important;
    }

    .storage-details a i {
        font-size: 19px;
    }

    .storage-details a {
        font-size: 18px;
    }

    .storage-details {
        margin-bottom: 5px;
    }

    .contact-hours-show {
        top: 35px;
        left: -100px;
    }

    .avatar-icon {
        width: 25%;
    }

    #ModalSoldout .modal-title a {
        font-size: 19px;
    }

    .storage-feature li {
        font-size: 15px;
    }

    .storage-details {
        padding-right: 15px;
    }

    .top-banner-content h2, .top-banner-content p {
        text-align: center;
    }

    .recent_post {
        margin: 50px 0 0;
    }

    #site-footer {
        padding-top: 20px;
    }

    .copyright {
        margin-bottom: 5px;
    }

    .app-features-list-main {
        display: block;
        margin-left: unset;
        margin-right: 0;
    }

    .storage-location-content {
        padding: 40px 15px;
    }

    .storage-contact-details {
        flex-wrap: wrap;
    }

    section.storage-location {
       /*  padding: 20px 0; */
    }

    section#units_sizes_sec .section-title h1 {
        font-size: 22px;
    }

    .unit-buttons {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .reserve-button {
        width: 100%;
        padding-right: 5px;
    }

    .start-rental {
        width: 100%;
        padding-left: 5px;
    }

    .reserve-button a {
        margin-bottom: 0px;
    }

    #newunitTypes .col-lg-3.col-md-3 {
        padding: 0;
        width: 24%;
    }

    .sss-cats {
        margin-right: 0px;
        float: none;
        width: auto;
    }

    .mobile-photos-review {
        display: flex;
    }

    .currently-active-units p {
        font-size: 15px;
    }

    .current-units {
        padding: 0px 0 20px;
        text-align: center;
    }

    .unit-image img {
        width: 140px;
    }

    .unit-sizes-prices {
        display: flex;
        justify-content: space-between;
        margin: 15px 0 0;
    }

    .unit-discription-btn {
        padding: 20px 0;
        width: auto;
    }

    .top-banner-content {
        padding: 0 10px;
    }

    .top-banner-content h2 {
        font-size: 21px;
        margin-bottom: 10px;
    }

    .top-banner-content p {
        font-size: 19px;
        line-height: 25px;
    }

    i.fa.fa-chevron-right.slick-arrow {
        right: 41%;
    }

    i.fa.fa-chevron-left.slick-arrow {
        left: 41%;
    }

    .rent-now-form-inner .form-row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .rent-now-form-inner .form-group label {
        font-size: 15px;
    }

    .rent-now-form-inner .best_f1 {
        letter-spacing: 4px;
    }

    .onlymobilemarbottom {
        margin-bottom: 20px;
    }

    .rent-now-form-inner .form-row>.col, .rent-now-form-inner .form-row>[class*=col-] {
        width: 100%;
        text-align: center;
    }

    .footer-contact-detail {
        padding: 30px 10px;
    }

    .footer-gate-hours p {
        width: 100%;
    }

    a.pay_now_btn img {
        width: 20px;
    }

    .pay_now_btn span {
        font-size: 11px;
    }

    #rmp_menu_trigger-23 .responsive-menu-pro-inner, #rmp_menu_trigger-23 .responsive-menu-pro-inner::before, #rmp_menu_trigger-23 .responsive-menu-pro-inner::after {
        height: 2px !important;
        border-radius: 0 !important;
    }

    #rmp_menu_trigger-23 {
        width: 80px !important;
        left: 0% !important;
        text-align: left;
        border-radius: 0;
    }

    #header .logo-area img {
       /*  max-height: 30px; */
    }

    .pay_now_btn span {
        font-size: 13px;
    }

    .input-box-rent {
        padding: 0px 0px 25px 0px;
    }

    .storageSearchForm .form-group, .col-md-9.form-group.no-padding, .form-row .form-group {
        margin-bottom: 1rem;
    }

    #newunitTypes .col-lg-4.col-md-4 {
        padding: 0;
        width: 31%;
    }

    .storage-location-main .col-lg-4.col-md-4 {
        padding-left: 10px;
    }

    .rates-chart-div {
        margin: 0;
    }

    .unit-buttons {
        width: 100%;
    }

    .unit-price, .other-price-details {
        text-align: right;
    }

    .roll-up {
        padding-right: 0px;
        width: 50%;
    }

    .resevation_main_text, .reservation_confirm_details_main {
        width: 100%;
    }

    .main_content_form {
        padding: 0;
    }

    .center_inner>.row>.col-md-12 {
        padding: 0;
    }

    .advance-filter.dropdown {
        position: fixed;
        bottom: 0;
        width: 50.2%;
        left: 0;
        z-index: 999;
    }

    .mobile_location_filter:hover {
        border-color: #123679;
    }


    .mobile_location_filter {
        height: 60px;
        width: 100%;
        font-size: 1rem;
        font-weight: bold;
        background-color: #B3B3B3;
        color: #e56c25;
        border: 0;
    }

    #callnowbutton img {
        width: 30px;
        padding-right: 10px;
    }

    #callnowbutton span {
        font-size: 1rem;
    }

    .mobile_location_filter i {
        padding-left: 5px;
    }

    .advance-filter.dropdown.desktop {
        display: none;
    }

    .advance-filter.dropdown.mobile {
        display: block;
    }

    .mobile-dropdown-menu.filter-dropdown {
        z-index: 9999 !important;
        height: 100vh;
        left: 0 !important;
        right: 0 !important;
        position: fixed !important;
        top: 0 !important;
        width: 100%;
        overflow-y: auto;
        display: none;
        background: #fff;
    }

    #callnowbutton {
        z-index: 999 !important;
        display: flex !important;
    }

    .contact-form-new.home-form-main.elease .step>div:last-child {
        margin-left: 32px;
        padding-left: 5px;
    }

    .reserve_main {
        width: 100%;
        padding: 10px;
    }

    .rent-from-main .input-box-rent .my-1 button {
        width: 100%;
    }

    
    .rent-from-main form{padding-top: 15px; padding-bottom: 15px;}
    .unit-box-main{padding: 0 15px;}
    .unit-box-main label{font-size: 14px; margin: 0 0 5px;}

    .rent-from-main .input-box-rent .my-1 button {
        height: auto;
    }

    .rent-from-main-desktop {
        display: none;
    }

    .unit-selection-form-mobile {
        display: block;
    }

    .rent-from-main  .col{
        width: 100%;
        max-width: 100%;
        flex: 1 0 100%;
    }
    .contact-rental-section .right-content{
        padding: 20px 15px 0;
    }
    .about-section .rate-sec-tit{
        font-size: 22px;
    }
    .about-section .rate-sec-tit b{
        letter-spacing: 8px;
        font-size: 40px;
    }
    .quick-form-heading h3{
        font-size: 32px;
    }
    .rent-from-main .input-box-rent .my-1 select{
        font-size: 16px !important;
    }
    .rent-from-main .input-box-rent .my-1 button{
        font-size: 14px;
    }
    .contact-rental-section{
        padding: 50px 0 0;
    }
    .contact-rental-section .right-content .rate-sec-tit{
        font-size: 24px;
    }
    .contact-rental-section .right-content h3{font-size: 20px;}
    .contact-rental-section .right-content h3:before{
        margin: 20px 0;
    }
    .about_contact_us{
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .about-section .how-it-sub-title{
        /* letter-spacing: 3px; */
		line-height: 1.5;
    }
    .downaload-app-button a .wallet-icon{
        width: 26px;
        height: 26px;
    }

    .shape-heading .rate-sec-tit:before{width: 180px; height: 28px; background-size: 100%;}
    .inner-page-title .inner-title h2:before, .section-title:before, .view-rate-page .page-title:before{width: 180px; height: 28px; background-size: 100%;}
    .rate-sec-tit, .facility_gallery-tit{font-size: 24px;}
    .our-facility-heading p{letter-spacing: 2px;}
    .our-facility-heading{margin-bottom: 30px;}
    .storege-block{padding-top: 0;}
    .storege-block h4{letter-spacing: 2px;}

    .service-section{padding: 0;}

}

@media (max-width:480px) { 
	
	

    #rmp_menu_trigger-23 {
        width: 30px !important;
        left: 0% !important;
    }

    .pay_now_btn span {
        font-size: 11px;
    }

    header#header .container {
        padding: 0;
    }

    .currently-active-units p {
        font-size: 14px;
    }

    /*#header .logo-area img {
        max-height: 25px;
    }*/

    /*#header {
        padding: 10px !important;
    }*/

/*    #header .logo-area img {
        max-height: 30px;
        max-width: 200px;
    }*/

}

@media (max-width:380px) { 

    .top-hero .desktomargin, .top-hero .desktomargin .row, .top-hero .desktomargin .row .desktopextrleftmargin, .top-hero .desktomargin .row .desktopextrleftmargin .hero-image, .top-hero .desktomargin .row .desktopextrleftmargin .hero-image .hero-desktop {
        height: 45vh;
    }

    .hero-image img {
        height: 45vh;
    }

    .current-day {
        width: 150px;
    }

    .home .hero_c .over_lay p {
        font-size: 15px;
    }

    .best-value {
        font-size: 15px;
    }

    .facility_gallery-tit {
        font-size: 18px;
    }

    .storege-block h2, .page-template-homepage .team-section h2 {
        font-size: 20px;
    }

    .tenant-app-heading {
        font-size: 20px;
    }

    .copyright, .website-managed {
        font-size: 14px;
    }

    .current-day {
        width: 160px;
    }

    .adddressss p, .footer-gate-hours p, .adddressss a, .footer-hours-title a {
        font-size: 14px;
    }

    .current-day-details {
        width: 300px;
        left: -6%;
    }

    .footer-contact-detail {
        padding: 10px;
    }

    .storage-location-content h4 {
        font-size: 20px;
    }

    .storage-location-content a p {
        font-size: 18px;
    }

    .storage-location-content {
        padding: 20px 0px;
    }

    .storage-location-content h4 {
        font-size: 18px;
    }

    .storage-location-content a p {
        font-size: 17px;
    }

    .unit-discription-btn {
        padding: 20px 0;
        width: 180px;
    }

    
    .form-tabing > *{
        padding: 10px 5px;
    }

}

@media (max-width:320px) { 

    .contact-hours-show {
        left: -140px;
    }

    .hero-image.h-100 {
        height: 40vh !important;
    }

    .hero-image.h-100 img {
        object-fit: cover;
        height: 40vh;
        width: 100%;
    }

    .home .hero_c .over_lay p {
        font-size: 12px;
    }

    .current-day {
        width: 140px;
    }

    i.fa.fa-clock-o, .current-day span, .view-rate-button a {
        font-size: 12px;
    }

    .current-day-details {
        width: 275px;
        left: -100%;
    }

    .col-sm-12.view-rate-page h2 {
        font-size: 18px;
    }

    #header:after {
        width: 22%;
    }



}

.foogallery .fg-caption-inner::before {
  right: 20px;
}

@media(max-width:991px){
	/* .facility-div{ */
		/* display:none; */
	/* } */
}







.downaload-app-button {
    background: #e56c25;
}

.col.form-tabing a {
    visibility: hidden;
}
span.number {
    display: none;
}
/* section {
    background: #e6e7e8;
} */

.col.smat_title h2 {
    font-size: 24px;
    color: #e56c25;
    font-family: Popins-light;
    text-align: center;
}
.col.smat_title p{
    
    text-align: center;
}
.rent-from-main label {
    display: none;
}
.col.form-tabing {
    display: none;
}
.my-1.unit-box-main.unit-box-button {
    text-align: center;
}
select {
    text-transform: uppercase;
}



.about-section {
    display: inline-block;
    margin: 80px 0 30px 0;
}

.about-section .rate-sec-title {
    text-align: left;
    color: #e56c25;
    font-weight: 500;
}
.about-section .how-it-sub-title {
    text-align: left;
    color: #000;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}
.about-section ul {
    margin: 0;
    padding: 29px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about-section ul li {
    display: inline-block;
    width: 50%;
    font-size: 13px;
    padding: 15px 10px 0 10px;
}
.about-section ul li img {
    margin: 0px;
    width: 30px;
    height: 54px;
    object-fit: contain;
}
.about-section ul li span {
    clear: both;
    font-size: 18px;
    font-weight: normal;
}
li.about-facility-li p {
    color: #999999;
}
.about-section .img-block .action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #888;
    padding-top: 38px;
}
.about-section .img-block .action a.call {
    font-size: 12px;
    text-transform: uppercase;
    color: #e56c25;
    font-weight: 600;
    line-height: 22px;
    height: auto;
    width: 46%;
    text-align: center;
    border-radius: 100px;
    margin-top: 0;
    border: solid 1px #eeeeee; padding: 13px;
}
.about-section .img-block .action a.send {
	padding: 13px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    background: #e56c25;
    font-weight: 600;
    line-height: 22px;
    height: auto;
    width: 46%;
    text-align: center;
    border-radius: 100px;
    margin-top: 0;
    box-shadow: 0 0 11px hsl(0deg 0% 0% / 31%);
}

ul.app_list {
    padding: 0;
    margin: 37px 0;
}

ul.app_list li {
    list-style: none;
    position: relative;
    font-size: 25px;
    line-height: 56px;
    color: #000;
}
ul.app_list li:before {
    content: url(https://staging.selfstorage.com/wp-content/uploads/2022/11/check.png);
}

.contact_lock {
    width: 100%;
    float: left;
    text-align: left;
    color: #333333;
    margin-top: 0px;
    background-color: #e6e7e8;
}

.footer-contact-form {
    background-color: #e6e7e8;
    padding: 0px 0px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.footer-contact-form:before {
    content: '';
    background: #e56c25;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    display: inline-block;
    height: 100%;
}
.contact-us-details {
    margin: 0 auto;
    width: 300px;
    float: right;
    padding-bottom: 60px;
}
.contact-us-details {
    margin: 0 auto;
    width: 300px;
    float: right;
    padding-bottom: 60px;
}
.contact-details-title h2 {
    color: #FFF;
    font-size: 40px;
    text-transform: capitalize;
    letter-spacing: 2px;
    display: inline-block;
    font-weight: bold;
    position: relative;
    padding-top: 50px;
    font-family: 'Josefin Sans';
}

.contact-form-title-main h2.sec-title {
    color: #e56c25;
    font-size: 40px;
    text-transform: capitalize;
    letter-spacing: 2px;
    display: inline-block;
    font-weight: bold;
    position: relative;
    padding-top: 50px;
    font-family: 'Josefin Sans';
}


.contact-f .rate-sec-tit {
    margin-bottom: 10px;
    color: #01367a;
    font-size: 35px;
    text-transform: capitalize;
    letter-spacing: 0;
    display: inline-block;
    font-weight: bold;
    position: relative;
    font-family: 'Josefin Sans';
    text-align: left;
}
.contact-f p {
    font-size: 14px;
    font-weight: 500;
}
.adddressss {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.c_box.contact-details-footer .adddressss h3 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    margin-bottom: 10px;
    margin-top: 25px;
    font-weight: 500;
    margin-top: 0;
}
.adddressss a p {
	font-size: 14px;
    color: #fff;
    text-decoration: none !important;
}
.c_box.contact-details-footer {
    color: #fff !important;
}

.adddressss {
    float: left;
    width: 100%;
    position: relative;
    color: #fff;
}

.c_box.contact-details-footer{
    position: relative !important;
}
.avatar-icon {
    margin: 0 auto;
    width: 12% !important;
    padding-bottom: 32px;
}

.c_box.contact-details-footer .adddressss h3 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 25px;
    font-weight: 500;
    margin-top: 0;
}


@media (max-width:480px) { 
	
	.about-section ul li { width: 100%;}
	.about-section {
     margin: 0px;
		padding: 0px 0px 50px 0px;
}
	
	ul.app_list li { font-size: 18px;}
	.contact-us-details {
    width: 100%;
}
.col-md-6.left_part {
    background: #e56c25;
}
	.footer-contact-form:before {
    content: '';
   background: rgb(230 231 232 / 0%);
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    display: inline-block;
    height: 100%;
}
	
	.cont-form {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
}
	
	
}



.facility-btn:hover{
	color:#fff;
}

@media (max-width:767px) { 
	.contact-us-details{
		text-align:center;
	}
	.ofc-address p {
	  width: auto;
	}
	.storege-block .unites-rates-boxes .unit-price-p .unit-price {
		font-size:50px;
	}
}

.rent-now-form-inner {
	
}

.mobile-dropdown-menu.filter-dropdown {
  display: none;
}


.day-timing {
    z-index: 999;
    position: relative;
    margin-left: 0px;
}

.current-day-details.reverse {
    bottom: 100%;
    top: auto;
}

.current-day {
    color: #e56c25;
  background-color: #fff;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 39px;
  width: 280px;
  font-size: 15px;
  border-radius: 5px;
   
}

i.fa.fa-clock-o {
    padding-right: 5px;
    font-size: 16px;
}

.current-day span {
    font-size: 13px;
  font-weight: 400;
}

.current-day .hrs-red {
    color: #f4365c !important;
}

i.fa.fa-caret-down {
    padding-left: 5px;
}

.current-day-details {
    background-color: #e56c25;
    padding: 10px;
    
    position: absolute;
    width: 290px;
}
.current-day-details h5 {
    color:#fff;
}
.current-day-details a {
    color:#fff;
}
.footer .current-day {    
    background-color: #fff;    
}

.facility-popup {position: relative;}
.facility-popup-content {
  /*border-right: 3px solid #000;
  padding-right: 20px;*/
}
.facility-btn{
     background: #e56c25 url(../img/drop-arrow-white.png) no-repeat calc(100% - 20px) center;
    color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  height: 46px;
  padding: 0 35px 0 30px;
  display: flex;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  min-width: 204px;
  background-size: 15px;
}
.facility-btn:hover{
	color: #000;
} 

.facility-dropdown{
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    min-width: 100%;
    display: none;
    z-index: 999;
}
.facility-dropdown ul{
    margin: 0;
    padding: 10px 0;
    list-style: none;
}
.facility-dropdown ul li{
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
}
.facility-dropdown ul li a{
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    padding: 7px 15px;
    color: #fff;
    white-space: nowrap;
}


.close {
 position: absolute;
right: 5px;
background-color: #fff;
color: #000;
border: none;
font-size: 40px;
padding: 0px 0px;
top: 4px;
z-index: 4;
cursor: pointer;
line-height: 23px;
}
section.blue_strip {
    background: #0e385d;
    color: #fff;
    padding: 35px 0px;
}

.storage_app span.hrs-red:hover {
    background: #000;
    color: #fff;
}
div.storage_app {
    width: 80%;
    margin: 0 auto;
   
    display: flex;
    align-items: center;
    justify-content: space-around;
    
    font-size: 20px;
}
.storage_app span.hrs-red {
    color: #0e385d;
    background: #fff;
    padding: 14px 34px;
    width: 312px;
    border-radius: 50px;
    text-align: center;
}

.storage_app span {
    font-size: 18px;
    font-weight: 600;
}

.black_btn {
background-color: #e56c25;
    background-repeat: no-repeat;
    background-position: 18px center;
    background-size: 22px;
    font-size: 18px;
    color: #fff;
    padding: 15px 50px 15px 50px;
    display: block;
    min-width: 190px;
    /* width: 100%; */
    margin-top: 30px;
    float: left;
    border-radius: 5px;
}

.wpcf7-form h4{
 font-family: 'Playball', sans-serif;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #263e5b;
    font-size: 38px;
    text-align: left;
}
/* .map {
    padding-top: 130px !important;
} */

li#menu_337 a{
  background-color: #B3B3B3;
  color: #e56c25 !important;
  text-align: center !important;
  padding: 10px 10px;
}
li#menu_350 a{
  background-color: #e56c25;
color: #fff !important;
text-align: center !important;
padding: 10px 10px;
margin-top: 10px;
margin-bottom: 20px;
}
.top-strip{
	display:none;
}

.faq_answer{
	text-align:left;
}



.storage-location-main .moimg{
padding-left: 0;

}


.section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #e56c25;
  margin: 25px auto;
}
.available-unit{
	color:red;
}
.available-unit span{
	color:red;
}
.reservation_number_btn{
	padding: 8px 23px !important;
border-radius: 0 !important;
display: block;
font-size: 14px;
color: #e56c25 !important;
background-color: #B3B3B3 !important;
}

.facility-dropdown p{
	color:#000;
}



.call-now-button {background-color: rgb(30, 72, 70);}


.testimonial-review {
    text-align: center;
    margin-top: 5px;
}

.fill-star {
    color: #FFC927;
    border-color: #FFC927;
}

.slick-arrow {
    position: absolute;
    bottom: -20px;
    width: 25px;
    height: 25px;
    background-color: #e56c25;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 12px;
    cursor: pointer;
    z-index: 999;
}

.slick-arrow:before {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-list {
    padding-bottom: 30px;
}

i.fa.fa-chevron-left.slick-arrow {
    left: 43%;
    background-color: #ccced9;
}

i.fa.fa-chevron-right.slick-arrow {
    right: 43%;
}
.unit-testimonial .testimonial{
    margin-top: 20px;
    text-align: center;
    padding: 0 15px;
}
.unit-testimonial .testimonial .testimonial-content{
    
    position: relative;
    margin-bottom: 30px;
}
/*.unit-testimonial .testimonial .testimonial-content:after{content: ''; position: absolute; top: 100%; left: 30px; width: 29px; height: 27px; background-image: url(../images/arrow-b.png); background-repeat: no-repeat; background-position: center; }
.unit-testimonial .testimonial .testimonial-content:before{content: ''; width: 27px; height: 1px; background: #fff; position: absolute; top: 100%; left: 31px;}
*/
.unit-testimonial .testimonial .testimonial-content .quote-icon {
    margin-bottom: 15px;
    width: 70px;
    height: 70px;
    background: #ccc;
    margin: 0 auto;
    border-radius: 50%;
}

.testimonial .avatar {
    display: flex;
    width: 100%;
    align-items: center;
}

.avatar-icon {
    width: 20%;
}

.testimonial .avatar img {
    display: block;
    width: 38px !important;
    margin: 20px auto 0;
    border-radius: 100px;
}

.testimonial-client-info {
    margin-left: 20px;
    width: 100%;
    text-align:center;
    margin-top: 15px !important;
}

.client-name {
    margin-bottom: 0;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-right: 10px;
    display: inline-block;
    text-align: left;
}

.client-location {
    font-family: 'Montserrat', sans-serif;
    color: #7a7a7a;
    margin: 0;
    display: inline-block;
}

.address li a.call {
  background-size: 18px;
}

#comment{
	min-height:90px;
}

.header-fixed #header {
  position: fixed;
  
  width: 100%;
  
  transition: all 0.5s;
  z-index: 9999;
  height: auto;
  top: 0;
  box-shadow: 0 0 21px rgb(0 0 0 / 27%);
}

.cust_btn_reservation:hover{
	display:block;
	
}

.cust_btn_reservation{
	background-color:#e56c25;
	color:#fff;
	padding: 10px 15px;
border-radius: 5px;
}

.single-blog-img1{
	text-align:center;
}


.show_map_div{
	display:none;
}

.product-heading-2 h5{
	font-size: 16px;
}

.errorMessage {
    position: absolute;
  bottom: 2px;
  font-size: 13px;
  color: #fff;
  padding-left: 12px;
    
}

a.text-danger {
    font-size: 12px;
}


.foogallery.fg-border-thin .fg-item-inner{
    border-width: 8px;
}
.foogallery.fg-light.fg-shadow-outline .fg-item-inner {
  box-shadow: 0 0 3px #ddd;
}

@media (min-width: 767px) {
	.current-day-details {
	  width: 331px;
	}
}
@media (max-width: 530px) {
  .current-day-details {
    left: -78%;
  }
}

@media (min-width: 530px) and (max-width:767px) {
  .current-day-details {
    left: 0%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 530px) {
  .button {
    margin-right: 10px !important;
  }
}

.errorMessage a{
	color:#fff !important;
}
@media only screen and  (max-device-width: 767px) {
	.mobile-banner img{
		/* max-height: 240px; */
		width: 100%;
	}
}

.facilities-features img{
	max-width: 25px;
	max-height: 25px;
}

.banner {
  background-size: 50% 100%;
  position: relative;
  padding: 120px 0;
  background-position: right center;
  background-repeat: no-repeat;
}

.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: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-bottom: 25px;
}
.reserve-CTA h3 a {
  display: block;
  color: #24262d;
  font-size: 26px;
}


.inner-page-title {
    padding: 80px 0;
    background-image: url(../images/inner-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-color: #000000;
}
section.inner-page-title:after {
    width: 100%;
    height: 100%;
    content: '';
    background: #000;
    position: absolute;
    top: 0;
    opacity: 0.6;
}
section.inner-page-title .newineer h2 {
    z-index: 999;
    position: relative;
}
.newineer h2{
	color:#fff;
	font-family: 'Playball', sans-serif;
	font-size: 50px;
}

@media (max-width: 767px) {
  .book-now-stickey {
    display: flex;
  }
  .galleronlydesktop{
	  display:none;
  }
}
.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 {
  color: #000;
  font-size: 12px;
}

.book-now-stickey span {
  font-size: 18px;
  font-weight: 700;
}

.social img{
	max-width:40px;
}
.p_class{
	margin: 0;text-align: left;font-size: 12px;
}


/* .wpcf7-date {
    position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background-position: right;
    background-size: auto;
    cursor: pointer;
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    top: 7px;
    width: auto;
	
} */

.wpcf7-date{
	    position: relative;
}

.nb-pop-up-booking-summary strong{
	width: 110px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

li#menu_780 a {
  background-color: #e56c25;
  color: #fff !important;
  text-align: center !important;
  padding: 10px 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.facility-btn:hover {
	color:#fff;
}
.forminator-ui#forminator-module-792.forminator-design--default .forminator-label {
  color: #000 !important;
}

.forminator-ui#forminator-module-792.forminator-design--default .forminator-input-with-icon [class*="forminator-icon-"] {
  color: #e56c25 !important;
}