@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap');
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: 14px;line-height: 160%;letter-spacing: 0.04em; color: #000;word-break: break-word;}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.button {
	background: #d0092e;
	color: #fff;
	padding: 11px 50px;
	display: inline-block;
	font-size: 21px;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
	transition: all ease-in-out 0.3s 0s;
	text-transform: uppercase;
  }
  .button:hover {
	background:#d0092e;
	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;
  }
  .brand img {
	max-width: 270px;
  }
.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;	padding:20px 0;

}
.brand {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 270px;
  }
  .hdr-right {
	display: flex;
	align-items: center;
  }
  .facility-open {
	background: #d0092e 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: #2a318c;
	font-weight: 700;
	background: url(../img/pay-bill.png) no-repeat right center;
	font-size: 16px;
	padding: 5px 50px 5px 0; background-size: 36px;
  }

  footer {
	background: #d0092e;
	text-align: center;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	padding: 15px 0;
  }
  .Call.Now.Button {
	background: #2a318c;
	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: 120px 0;
	background-size: cover; background-position: right center; border-bottom: 5px solid #2a318c;
}

/* Ensures the content inside the banner is above the gradient overlay */
.banner .container {
	position: relative;
	z-index: 1;
}

.banner::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;

 
	z-index: 0;
}
  .banner h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color: #2a318c;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 22px;
  }
  .banner h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #2a318c;
	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: #2a318c;
	font-size: 32px; position: relative;
  }
  .banner h3 span {
	font-weight: 500;
  }
  .banner h3::after {
	content: "";
	background: #2a318c;
	height: 3px;
	width: 200px;
	display: block;
	margin-top: 25px;
  }

  .banner-btn {
	display: 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: #2a318c;
	background: url(../img/down-arrow-black.svg) no-repeat right center; padding-right: 35px; padding-left: 5px;
	background-size: 15px;
  }
  .quickrental {
	background: #fff;
  }
  .quickrental-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
  }
  .quickrental h3{
	background: url(../img/quick-start-arrow.png) no-repeat right 5px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #2a318c;
	text-transform: uppercase;
	font-size: 24px;
	margin: 0;
	padding-right: 30px;
	background-size: 30px;
  }
  
  @media screen and (max-width: 767px){
	  .quickrental h3{
		  background:none;
	  }
  }
  .quickrental h3 span {
	font-weight: 300;
	display: block;
  }
  .quickrental-wrapper ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
  }
  .quickrental-wrapper ul li {
	border-right: 1px solid #b2b1b2;
	padding: 10px;
  }
  .quickrental select {
	background: url(../img/drop-arrow-black.png) no-repeat calc(100% - 10px) center;
	color:#000;
	font-size: 15px;
	text-transform: uppercase; border: none;
	height: 35px;
	padding: 0 30px 0 12px;
	background-size: 12px;
	appearance: none;
	-webkit-appearance: none; max-width: 170px;
	min-width: 170px;
  }
  .quickrental-wrapper .button{
	font-size: 16px; padding: 11px 30px;
  }

  .grove-storage {
	background: #ebece2;
	padding: 50px 0;
	text-align: center;
  }
  .grove-storage h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #2a318c;
	text-transform: uppercase;
	font-size: 24px;
	margin: 0;
	padding-right: 30px;
	background-size: 30px;
	position: relative;
  }
  .grove-storage h3::after {
	content: "";
	display: block;
	width: 66px;
	height: 2px;
	background: #2a318c;
	margin: 30px auto;
  }
  .grove-block {
	margin-top: 30px;
  }

  .grove-icon {
	width: 90px;
	margin: auto;
	padding: 7px;
	border: 1px dashed #2a318c;
	border-radius: 100%;
	transition: all ease-in-out 0.3s 0s;
  }
  .grove-block h4::before {
	content: "";
	display: block;
	width: 35px;
	height: 1px;
	background: #2a318c;
	margin: 20px auto;
  }
  .grove-block p {
	color: #000;
  }
  .grove-block h4 {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #2a318c; margin-bottom: 15px;
  }
  .grove-block:hover .grove-icon{
	border: 1px dashed #2a318c;
  }
  .grove-block:hover h4::before{
	background: #2a318c;
  }
  .grove-block:hover .grove-icon {
	background-color: transparent;
	transform: rotate(30deg);
	cursor: pointer;
	box-shadow: none;
}

.about-grove {
	padding: 60px 0;
  }
  .about-grove-img {
	position: relative;
  }
  .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: #2a318c;
	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: 42px;
	text-transform: uppercase;
	color: #2a318c;
	letter-spacing: 4px;
	font-family: 'Montserrat', sans-serif;
	margin: 6px 0 0px 0;
	font-weight: 700;
	display: inline-block;
  }
  .about-grove-block h4 {
	font-size: 18px;
	text-transform: uppercase;
	color: #2a318c;
	letter-spacing: 5px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	display: inline-block;
  }
 
  
.about-grove-block-contact_button {
	font-size: 15px;
	color: #fff;
	background: #d0092e;
	padding: 10px 35px;
	border-radius: 25px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-top: 20px;
	display: inline-block;
	box-shadow: 1px 7px 16px #d0092e99; /* 0.6 alpha in hex = 99 */
	transition: all ease-in-out 0.3s 0s;
}

.about-grove-block a:hover {
	box-shadow: 1px 4px 10px #d0092e66; /* 0.4 alpha = 66 in hex */
}

  .popular-storage {
	padding: 30px 0;
	text-align: center;
  }
  .popular-storage h4 {
	color: #2a318c;
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	margin: 6px 0 0px 0;
	font-weight: 500;
	text-transform: uppercase;
  }
  .popular-storage h4::after {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	background: #2a318c;
	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;
	margin: 15px;
  }
  .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: #2a318c;
	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: #2a318c;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	margin: 6px 0 10px 0;
	text-transform: uppercase;
  }
  .product-btn {
	padding: 25px 15px 15px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  .product-btn a {
	background: #2a318c;
	color: #fff;
	display: block;
	padding: 13px 0;
	text-decoration: none;
	font-size: 15px;
	width: calc(50% - 10px);
	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: #d0092e;
  }
  .product-btn a:hover{
	box-shadow: 1px 4px 10px rgba(108, 39, 90, 0.4);
  }
  .contact-rental {
	margin: 0px 0 70px 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: 50px 15px;
  }
.the-menu.the-menus.map-sec .map{ padding: 0}

.contact-rental h2 {
	color: #2a318c;
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0 30px 0;
	font-weight: 500;
	text-transform: uppercase;
  }
  .contact-rental h3 {
	color: #2a318c;
	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: 80px;
	height: 2px;
	background: #2a318c;
	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;
  }
  .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;
  }
  .the-menu.the-menus.map-sec { background: #2a318c;}


  .map-sec .content {
	padding-left: 50px;
  }
  .map-sec h2 {
	font-size: 40px;
	color: #fff;
	text-transform: uppercase; font-family: 'Bebas Neue', sans-serif;
  }
  .map-sec h3 {
	color: #fff;
	font-size: 21px;
	font-family: 'Montserrat', sans-serif;
	margin: 15px 0 50px 0;
	line-height: 30px;
  }
  .map-sec .off-time {
	display: inline-block;
  }
  .address {
	margin: 20px 0;
	list-style: none;
	padding: 0;
  }
  .address li {
	margin: 0 0 20px 0;
	display: block;
  }
  .address li a {
	background-color: #d0092e;
	background-repeat: no-repeat;
	background-position: 18px center; background-size: 22px;
	font-size: 21px;
	color: #fff;
	padding: 15px 40px 15px 70px;
	display: inline-block; min-width: 260px;
  }
  .address li a.call { background-image: url(../img/call.png); }
  .address li a.envelop { background-image: url(../img/envelop.png); }

  .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: #2a318c;
        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: #2a318c;
    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: #2a318c;
    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: #d0092e;
    color: #fff;
}
.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 #2a318c;
    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: #2a318c;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.start-rental a {
    background-color: #d0092e;
    color: #fff;
    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;
}

.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: #2a318c;
    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 #2a318c;
    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: #2a318c;
    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: #2a318c;
    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 #2a318c;
    width: 98%;
    padding: 15px;
    border-radius: 5px;
}
.move_in_header {
    padding: 14px;
    background: #2a318c;
}
.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: #2a318c;
}
#reserve_frm_movein1 .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #2a318c;
    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: #2a318c;
    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 #2a318c;
    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: #2a318c;
    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: #2a318c;
    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 #2a318c !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 #2a318c !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: #2a318c;
    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: 17px;
    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: #2a318c !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: #2a318c !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: #2a318c;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
}
.about-content-section {
    padding:20px 0 0;
}
.inner-page-title {
    padding: 60px 0 0px;
}
.inner-title.text-center {
    text-transform: uppercase;
    color: #2a318c;
}
.about-content {
    word-break: break-all;
}
.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: #2a318c;
    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: #2a318c;
    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: #2a318c;
    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: #74a3f8;
    color: #fff;
    clear: both;
}
.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: #2a318c;
    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: 10px !important;
    margin-bottom: 5px;
}
input.wpcf7-form-control.wpcf7-submit {
    margin-right: 0px;
    float: none;
    width: 188px;
    background: #2a318c;
    color: #fff !important;
    padding: 12px 19px 12px 19px !important;
    font-size: 14px;
    text-transform: unset;
    height: 47px;
    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 input {
    border: solid 1px #dcdcdc !important;
	background: #e6e7e8;
}
.wpcf7-form-control-wrap textarea {
    border: solid 1px #dcdcdc !important;
    height: 150px;
	background: #e6e7e8;
}
.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: #2a318c;
    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: #42d194 !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: #2a318c;
    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: #2a318c;
    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: #2a318c;
    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: #2a318c; color: #fff;}
.accordion-content .collapsable-content a{margin-left: 5px; color: #2a318c;}
.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: #2a318c;
    }
    .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: #d0092e;
        color: #fff;
        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: #2a318c;
}

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

.col.smat_title h2 {
    font-size: 24px;
    color: #2a318c;
    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: #2a318c;
    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: #2a318c;
    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: #2a318c;
    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: #2a318c;
    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: #2a318c;
    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: #2a318c;
}
	.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;
}

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

.current-day {
    color: #2a318c;
    background-color: transparent;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 50px;
    width: 300px;
    font-size: 15px;
}

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

.current-day span {
    font-size: 15px;
}

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

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

.current-day-details {
    background-color: #2a318c;
    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-btn{
    color: #fff;
	padding: 0 28px 0 12px;
	text-transform: uppercase;
	background-image: url(../images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	  background-position-x: center;
	background-position-x: 94%;
	font-size: 15px;
	line-height: 35px;
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: middle;
}
.facility-btn a:hover{
	color: #fff;}

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

.black_btn {
  background-color: #2a318c;
  background-repeat: no-repeat;
  background-position: 18px center;
  background-size: 22px;
  font-size: 21px;
  color: #fff;
  padding: 15px 40px 15px 70px;
  display: inline-block;
  min-width: 260px;
  width: 100%;
}

.wpcf7-form h4{
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}


li#menu_337 a{
  background-color: #d0092e;
  color: #fff !important;
  text-align: center !important;
  padding: 10px 10px;
}
li#menu_350 a{
  background-color: #2a318c;
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: #2a318c;
  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: #fff !important;
background-color: #2a318c !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: #2a318c;
    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:#2a318c;
	color:#fff;
	padding: 10px 15px;
border-radius: 5px;
}

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

.inner-title h2::after {
  content: "";
  background: #2a318c;
  height: 3px;
  width: 200px;
  display: block;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.tooltip1 {
	position: relative;
	display: inline-block;
	color: #000;
	border: 1px solid #000;
	border-radius: 100%;
	padding: 0px 6px;
}


.tooltip1 .tooltiptext {
	visibility: hidden;
	background-color: black;
	color: #fff;
	text-align: center;
	z-index: 1;

	border-radius: 6px;
	position: absolute;

	width: 350px;
	bottom: 100%;
	left: 50%;
	margin-left: -175px;
	font-size: 12px;
	padding: 10px;
  
}

/* Show the tooltip1 text when you mouse over the tooltip1 container */
.tooltip1:hover .tooltiptext {
  visibility: visible;
}
.tooltip1 .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}


@media screen and (min-width: 991px){
	.quickrental-wrapper .unitType_li{
		max-width:200px;
	}
	.quickrental-wrapper .unitSize_li{
		max-width:200px;
	}
	.quickrental-wrapper .insuranceType_li{
		max-width:250px;
	}
}

.text-danger {
  font-size: 15px;
  float: left;
  width: 100%;
}

@media screen and (max-width: 480px){
	.tooltip1 .tooltiptext {
		width: 250px;
	}
}

@media screen and (max-width: 767px) {
  .vbuton {
    float: left;
    margin-top: 20px;
    width: 234px;
    text-align: center;
  }
}
@media screen and (min-width: 767px) {
  .vbuton {
    margin-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .about-grove-block-contact_button {
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 767px) {
  .vbutonhome {
    margin-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  video {
    width: 100%;
  }
  .video-popup.about-video .btn-close {
	  right: 0px !important;
	}
}

/* === Category & Search Page Enhancements === */

/* Add padding below content before footer */
.content-area {
padding-bottom: 60px;
}

/* Add spacing between each post */
.blog_m {
margin-bottom: 40px;
padding-bottom: 20px;
border-bottom: 1px solid #ddd; /* Optional: visual separator */
}

/* Extra bottom margin for the last post */
.blog_m:last-of-type {
margin-bottom: 60px;
}

/* Style the "Continue Reading" button */
.con_r {
display: inline-block;
padding: 10px 20px;
background-color: var(--disabled-background-color);
color: #fff;
text-decoration: none;
font-weight: bold;
border-radius: 5px;
transition: background-color 0.3s ease;
}

.con_r:hover {
background-color: var(--disabled-background-color);
}

/* Post title styles */
.blog_m h1 a {
color: #000;
text-decoration: none;
}

.blog_m h1 a:hover {
color: var(--disabled-background-color);
text-decoration: underline;
}

/* Style thumbnails in main post area */
.post-img img {
max-width: 100%;
height: auto;
border-radius: 8px;
margin-bottom: 15px;
}

/* Sidebar latest post block spacing */
.latest-post {
margin-bottom: 30px;
padding-bottom: 15px;
border-bottom: 1px solid #eee;
}

/* Sidebar thumbnail styling */
.latest-post .post-img img {
width: 100%;
height: auto;
border-radius: 6px;
display: block;
margin-bottom: 10px;
}

/* Sidebar latest post link styles */
.latest-post h4 a {
color: var(--disabled-background-color);
text-decoration: none;
font-weight: bold;
}

.latest-post h4 a:visited {
color: var(--disabled-background-color);
}

.latest-post h4 a:hover {
color: #000;
text-decoration: underline;
}

/* Sidebar widget titles */
.widget-title {
margin-top: 40px;
margin-bottom: 20px;
}


.thank-details-header {
    background: #303486;
    color: #fff;
}

.thank-details-title {
    color: #fff;
    font-size: 18px;
}


