/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* STYLE.CSS */
.product_type_list .unit_type .hold-unitbtn .unit-close/*Latest CSS*/
body{
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.container{
  max-width: 1170px;
}
h1,h2,h3,h4,h5,h6{
  margin: 0;
  padding: 0;
}
*{
  box-sizing: border-box;
}
p{
  margin: 0;
  padding: 0;
}
p {
  font-size: 17px;
  color: #000000;
}
ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
li{
  margin: 0;
  padding: 0;
}
a:hover {
  text-decoration:none;  
  color: none;
}
figure{
  margin: 0;
}
input:focus {
  outline: none;
  box-shadow: none!important;
  border-color: #495057;
}
sub{
  font-size: 60%;
  bottom: 0px;
}
.city_map {
  width: 360px;
  height: 398px;
}
.rounded-select {
  border-radius: 35px;
  border: 1px solid !important;
  padding: 5px;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
}
.main-btn {
  color: #fff;
  font-size: 20px;
  background: #ff6633;
  box-shadow: 10px 20px 30px 0px #af895240;
  border-radius: 0px;
  padding: 0px 38px;
  height: 44px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
.main-btn:hover {
  color: #fff;
  background: #0066cc;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
}
.form-control:focus{
  outline: none;
  box-shadow: none!important;
  border-color: #495057; 
}
.navbar-toggler:focus {
  outline: none;
}
.navbar-toggler {
  padding: 0;
}
.navbar-toggler-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #f63;
  height: 40px;
  width: 40px;
  color: #fff;
  border-radius: 4px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
  background: #000;
}
figure img {
  height: 100%!important;
  width:100%;
}
/*RESET END CSS*/
/**************/

.hero_banner{
  min-height: 552px;
  background-size: cover !important;
  background-position: center !important;
  display: flex;
}
.hero_banner .container{
  min-height:100%;
}
.hero_inner_banner{
  position: relative;
  width:100%;
  height:100%;
}
.banner_content_wrap{
  width:436px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color:rgba(255,255,255,0.74);
  padding: 45px;
  text-align: center;
}
.banner_content_wrap h2{
  font-size: 30px;
  line-height: 25px;
  color: #000000;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 16px;
}
.banner_content_wrap h3{
  font-size: 23px;
  line-height: 25px;
  color: #000000;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 30px;
}
.location_btn{
  width: 100%;
  height: 45px;
  border-radius: 22px;
  background-color: #005aff;
  border: none;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  font-family: "Arial";
  position: relative;
  margin-bottom: 30px;
  transition: 0.2s ease-in-out;
}
.location_btn:hover{
  opacity: 0.8;
}
.location_btn .icon{
  margin-right: 20px;
}
.zipcode_wrap{
  position: relative;
  margin-bottom: 30px;
}
.zipcode_wrap input{
  width: 100%;
  height: 45px;
  border-radius: 22px;
  background-color: #ffffff;
  border: 2px solid #005aff;
  padding: 0 90px 0 36px;
  font-size: 19px;
  line-height: 25px;
  color: #666666;
  font-family: "Arial";
}
.zipcode_wrap .search_btn{
  width:67px;
  position: absolute;
  right: 0;
  top: 0;
  height:100%;
  border-radius: 0 22px 22px 0 ;
  border: none;
  background: #005aff;
  outline: none;
}
.banner_content_wrap p{
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  font-family: "Arial";
  text-align:left;
  padding: 0 20px;
}
.storage_unit_wrapper{
  padding: 30px 0;
}
.storage_unit_wrapper h4{
  font-size: 24px;
  line-height: 37px;
  color: #000000;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  max-width: 674px;
  margin: auto;
  margin-bottom: 30px;
}
.storage_card_wrapper{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.storage_card{
  width:18%;
}
.storage_card figure{
  height:137px;
  width:100%;
  margin-bottom: 16px;
}
.storage_card figure img{
  height:100%;
  width:100%;
  object-fit: cover;
  object-position: center;
}
.storage_card .content_ui{
  text-align: center;
}
.storage_card .content_ui h5 a{
  font-size: 17px;
  line-height: 25px;
  color: #000000;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  margin-bottom: 5px;
}
.storage_card .content_ui p{
  width: 192px;
  margin: auto;
  min-height: 127px;
  font-size: 15px;
  line-height: 18px;
  color: #666666;
  font-family: "Arial";
  text-align: center;
}
.self_storage_city{
  background: #e3e3e3;
  padding: 30px 0;
}
.self_storage_city h4{
  font-size: 27px;
  line-height: 21px;
  color: #000000;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  margin-bottom: 24px;
}
.self_storage_city .city_listing {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 40px;
}
.self_storage_city .city_listing ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.self_storage_city .city_listing ul li {
  width: 25%;
  flex: 0 0 25%;
}
.city_listing ul li a{
  font-size: 15px;
  line-height: 21px;
  color: #000000;
  font-family: "Arial";
  transition: 0.2s ease-in-out;
}
.city_listing ul li a:hover, .hover_content a{
  color: #fbae09 !important;
}
.about_sec{
  padding: 45px 0 40px;
}
.about_sec h4{
  font-size: 25px;
  line-height: 26px;
  color: #000000;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 30px;
}
.about_sec p{
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  font-family: "Arial";
  margin-bottom: 30px;
}
.about_sec p:last-child{
  margin-bottom: 0;
}
/*footer */
.main-footer{
  background: #000;
  padding: 20px 0;
}
.main-footer .col-lg-3:last-child{
  margin-left: -67px;
  max-width: 28%;
  flex: 0 0 28%;
}
.main-footer .col-lg-3:nth-child(3){
  margin-left: -67px;
  max-width: 28%;
  flex: 0 0 28%;
}
.copyright-block{
  background: #d1cdcd;
  padding: 30px;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  font-family: "Arial";
  text-align: center;
}
.ftr-content-inn .ftr-heading{
  font-size: 15px;
  line-height: 20px;
  color: #fefefe;
  font-weight: bold;
  font-family: "Arial";
  margin-bottom: 24px;
}
.ftr-content-inn .ftr-link{
  font-size: 14px;
  line-height: 20px;
  color: #fefefe;
  font-family: "Arial";
  transition: 0.2s ease-in-out;
}
.ftr-content-inn .ftr-link:hover{
  opacity: 0.8;
}
.Storage-state-list .storage-state-link{
  font-size: 14px;
  line-height: 20px;
  color: #fefefe;
  font-family: "Arial";
}
.Storage-state-list{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.Storage-state-list li{
  margin-right: 5px;
}
.ftr-content-inn p{
  font-size: 14px;
  line-height: 20px;
  color: #fefefe;
  font-family: "Arial";
  margin-bottom: 20px;
}
.cstm_multi_dropdown {
  position: absolute;
  width: 494px;
  /* height: 595px; */
  filter: drop-shadow(0px 15px 12.5px rgba(0,0,0,0.35));
  background-color: #ffffff;
  right: 0;
  transform: initial;
  top: 59px;
  z-index: 9;
  padding: 40px 30px;
}
.cstm_multi_dropdown.reverse_ui li .left_sec{
  order: 2;
}
.cstm_multi_dropdown.reverse_ui li .right_sec{
  order: 1;
  text-align: right;
  padding: 0 20px 0 0;
}
.cstm_multi_dropdown.reverse_ui li .right_sec p{
 margin-left: auto;
}
.cstm_multi_dropdown li{
  display: flex;
  align-items: flex-start;
  margin:0 0 30px !important;   
}
.cstm_multi_dropdown li:last-child{
  margin:0 0 0px !important;   
}
.cstm_multi_dropdown li .left_sec{
  width: 198px;
  height: 148px;
  min-width: 198px;
}
.cstm_multi_dropdown li .left_sec img{
  width:100%;
  height:100%;
}
.cstm_multi_dropdown li .right_sec{
  width:calc(100% - 198px);
  padding-left: 20px;
}
.cstm_multi_dropdown li .right_sec label{
  font-size: 19px;
  line-height: 30px;
  color: #000000;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 6px;
}
.cstm_multi_dropdown li .right_sec p{
  max-width:205px;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  font-family: "Arial";
  margin-bottom: 12px;
}
.cstm_multi_dropdown li .right_sec .text_btn{
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  font-family: "Arial";
  text-decoration: underline;
  transition:0.2s ease-in-out;
}
.cstm_multi_dropdown li .right_sec .text_btn:hover{
  color: #fbae09;
}
.cstm_multi_dropdown.storage_guide_dropdown{
  right: 0;
  width:750px;
  height: 500px; /*New Change*/
}
.cstm_multi_dropdown.storage_guide_dropdown li{
  margin-bottom: 0 !important;
}
.cstm_multi_dropdown.storage_guide_dropdown li:after{
  display: none;
}
.cstm_navbar ul li .cstm_multi_dropdown.storage_guide_dropdown li a{
  color: #000000;
}
.cstm_navbar ul li .cstm_multi_dropdown.storage_guide_dropdown li a:hover,
.cstm_navbar ul li .cstm_multi_dropdown.storage_guide_dropdown li a.active,
.cstm_navbar ul li .cstm_multi_dropdown.storage_guide_dropdown li.active a{
  color: #fbae09;
}
.cstm_multi_dropdown.storage_guide_dropdown li a{
  font-size: 14px; /*New Change*/
  font-weight: 500;
  line-height: 37px;
  color: #000000;
  font-family: "Arial";
}
.cstm_multi_dropdown.storage_guide_dropdown ul{
  max-width: 230px; /*New Change*/
  height: 420px;
  overflow: auto;
  border-right: 1px solid #000;
  position: relative;
}
.cstm_multi_dropdown.storage_guide_dropdown li{
  position: initial;
}
.cstm_multi_dropdown.storage_guide_dropdown li.active .hover_content{
  opacity: 1;
  visibility: visible;
  top:0%;
  padding: 0px 30px 0px 0px; /*New Change*/
}
.hover_content{
  float: left;
  position: absolute;
  left: 290px; /*New Change*/
  width: 455px;

  /*  New Change

  opacity: 0; 
  visibility: hidden;*/
  top: 40px; /*New Change*/
  overflow: auto; /*New Change*/
  padding-right: 30px; /*New Change*/
}
.hover_content p{
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  font-family: "Arial";
}
.hover_content img{
  /* New Change 

  float: right;
  margin:0 0 6px 16px;*/

  /* Changed on 23 Jul 2023
  width: 100%;
  max-height: 100%;
  max-width: 100%;*/
  width: 425px;
  height: 184px;
  object-fit: contain;
}
.hover_content:not(.unit-size-mega-menu) span{
  display: block;
  font-size: 19px;
  line-height: 30px;
  color: #000000;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 5px;
}
.mob_show{
  display: none;
}
.menu_btn{
  display: flex;
  align-items: center;
  flex-direction: column;
  width:32px;
  height:32px;
  background: transparent;
  border: none;
  justify-content: center;
  outline: none;
  box-shadow: none;
}
.menu_btn:focus{
  box-shadow: none !important;
  outline: none !important;
  position: relative;
}
.menu_btn span{
  width:28px;
  height:2px;
  background: #fff;
  border-radius: 2px;
  margin:2px 0;
  display: inline-flex;
  transition: 0.2s ease-in-out;
 position: relative;
}
.menu_btn span:first-child{
  transform:rotate(0eg);
}
.menu_btn span:nth-child(3){
  transform:rotate(-0deg);
  
}
.menu_btn.active span:first-child{
  transform:rotate(45deg);
  top: 6px;
}
.menu_btn.active span:nth-child(3){
  transform:rotate(-45deg);
  top:-6px;
}
.menu_btn.active span:nth-child(2){
  opacity: 0;
}
.back_btn{
  display: none;
}
.mobile_navbar{
  display: none;
}
body.active{
  overflow: hidden;
}
.header_inner .navbar-brand {
  padding: 0px;
  max-width: 230px;
  font-size: 30px;
  color: #fff;
  font-weight: normal;
}
.header_inner .navbar-brand img{
  width: 100%;
}
.header_inner .right_blk{
  display: flex;
  align-items: center;
}
.header_inner .nearme-btn{
  background:#206aff;
  border: none;
  color: #fff;
  height:40px;
  padding: 0 16px;
  border-radius: 4px;
}
.header_inner .nearme-btn .icon img{
  width: 17px;
  margin-right: 10px;
}
.header_inner .zipcode_ui{
  margin-left: 30px;
  width:300px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.header_inner .zipcode_ui input{
  background: #fff;
  height:40px;
  width:100%;
  padding: 0 20px;
  border: none;
}
.header_inner .zipcode_ui .search_btn{
  background:#206aff;
  color: #fff;
  position: absolute;
  padding: 0 10px;
  right: 0;
  top: 0;
  width:100px;
  height:100%;
  color: #fff;
  border: none;
}
.header_inner .navbar-brand {
  padding: 0px;
  max-width: 230px;
  font-size: 30px;
  color: #fff;
  font-weight: normal;
}
.header_inner .navbar-brand img{
  width: 100%;
}
nav.navbar.navbar-expand-md {
  padding: 0px;
}
.navbar-nav {
  margin-left: auto;
}
.main-header .navbar-nav li.nav-item {
  padding: 0px 20px;
  border-right: 2px solid #d1d1d1;
}
.main-header .navbar-nav li.nav-item:last-child{
  border: none;
}

.main-header .navbar-nav li.nav-item a {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  color: #fff;
  white-space: normal;
  padding: 0px;
}
.main-header .navbar-nav li.nav-item a:hover{
  color: #ff6633;
}
.main-header .nav-item .dropdown-toggle::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: black;
  font-size: 12px;
  border: none;
  margin-left: 6px;
  color: #fff;
}
.main-header .nav-item .dropdown-toggle:hover:after{
  color: #ff6633;
}
.main-header #navbarNav li:last-child {
  margin-right: 0;
}
.main-header .navbar-nav .dropdown-menu .dropdown-item {
  color: #003366;
  padding: 4px 10px;
  font-size: 14px;
}
.main-header .navbar-nav .dropdown-menu .dropdown-item:hover {
  background: #003366;
  color: #fff;
}
.main-header .navbar-nav .dropdown-menu {
  min-width: 191px;
  left: 0;
  right: auto;
}
.main-header .navbar-nav .dropdown-menu {
  min-width: 191px;
  left: 0;
  right: auto;
  background: rgba(251,251,251,0.8);
}
/*HEADER END CSS*/
.banner-sec {
  min-height: 606px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
}
.banner_content {
  padding: 38px;
  background: rgba(0,0,0,0.6);
  text-align: center;
  max-width: 945px;
  margin: 50px auto;
  display: block;
}
.banner-form h1 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 25px;
}
.banner-form {
  max-width: 580px;
  margin: 0px auto;
}
.form-field-row {
  display: flex;
}
.input-wrap .form-control {
  height: 44px;
  border-radius: 0px;
  width: 100%;
  border: none;
  font-size: 20px;
  color: #333;
}
.input-wrap {
  flex-grow: 1;
}
.input-wrap {
  flex-grow: 1;
  position: relative;
}
.search-btn.main-btn {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  padding: 0px 10px;
  font-size: 20px;
}
.form-control::placeholder{
  color: #999999;
  font-size: 20px;
}
.banner-form-btm-etxt h4 {
  font-size: 26px;
  color: #fff;
}
.compare-price-sec {
  background: #e1e1e1;
  padding: 70px 0px;
}
.sec-heading {
  display: block;
  margin-bottom: 40px;
}
.cmpr-info {
  padding-top: 23px;
}
.sec-heading h2{
  color: #ff6633;
  font-size: 32px;
  font-weight: 500;
}
.cmpr-feature-img {
  max-width: 133px;
  display: inline-block;
  height: 100px;
}
.cmpr-feature-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.cmpr-info a {
  font-size: 24px;
  margin-bottom: 6px;
  display: inline-block;
  color: #0066cc;
  font-weight: 600;
}
.mini-heading {
  margin-bottom: 15px;
  font-size: 22px;
  display: inline-block;
  color: #0066cc;
  font-weight: 600;
}
.slf-strg-inn p {
  margin-bottom: 20px;
}
.featured-city-sec {
  padding: 70px 0px;
  background: #e1e1e1;
}
.featured-cities-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto 1fr;
}
.featured-cities-list li {
  padding: 3px 0px;
}
.city-link {
  font-size: 16px;
  color: #000;
/*  New Change  
font-weight: 600;*/
}
.city-link:hover{
  color: #ff6633;
}
/**************/
.main-page {
  background: #e1e1e1;
  padding: 50px 0px;
}
.ln-inn-img {
  width: 220px;
  height: 163px;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 10px;
}     
.ln-inn-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.main-left {
  padding: 30px;
  background: #fff;
  float: left;
}
.sub-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.aside-inn-card{
  padding: 20px;
  background: #fff;
}
.aside-right .featured-cities-list {
  grid-template-columns: repeat(2, 1fr);
}
.aside-right .featured-cities-list li{
  text-align: left;
}
.aside-right .city-link{
  font-size: 14px;
  color: #003366;
}
.ln-inn-block {
  float: left;
}
.ln-content-block {
  float: left;
  clear: both;
}
.ln-content-block .mini-heading {
  color: #000;
}
.aside-right .mini-heading {
  color: #003366;
  font-size: 20px;
}
.ln-content-block p {
  font-size: 16px;
  color: #666666;
}
.ftr-logo {
  max-width: 280px;
  display: inline-block;
}
.ftr-logo img{
  max-width: 100%;
}
.social-icons-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -6px;
}
.social-icon img {
  max-width: 100%;
}
.social-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.social-icon:hover{
  transform: scale(1.1);
}
.social-icons-list li {
  padding: 0px 6px;
}
.cstm-btn {
  display: inline-flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  border: 2px solid #ff6633;
  color: #ff6633;
  font-size: 18px;
  background: #fff;
  padding: 6px 30px;
}
.cstm-btn:hover, .cstm-btn:focus{
 background: #ff6633;
 color: #fff; 
}
.btn-grp.d-f.j-c-s-b.w-100 {
  display: flex;
  justify-content: space-between;
}
.ln-content-block .btn-wrap {
  float: left;
  width: 100%;
}
.aside-inn-card .input-wrap .form-control {
  border: 2px solid #ff6633;
  font-size: 15px;
}
.aside-inn-card .input-wrap .form-control::placeholder{
 font-size: 15px;
}
.str-icon {
  display: inline-block;
  max-width: 70px;
}
.str-icon img{
  max-width: 100%;
}
.storage-unit-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.list-link {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}
.list-link:hover{
  color: #ff6633;
}
.link-listing li {
  padding: 4px 0px;
}
.pop-str-cites {
  display: flex;
  flex-wrap: wrap;
}
.pop-str-cites li {
  width:100%;
}
.post-date {
  display: block;
  font-size: 14px;
  color: #0066cc;
  margin-top: 9px;
}
.blog--article--page .ln-content-block .mini-heading {
  color: #003366;
}
.blog--article--page .sub-heading{
  color: #003366;
}
.in-ftr-label {
  font-size: 18px;
  color: #003366;
  font-weight: 600;
}
.ln-footer {
  float: left;
  width: 100%;
}
.ftr-content-inn p{
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
}
.ftr-content-inn.pop-str-col {
  max-width: 343px;
  margin: 0px auto;
}
.main_wrapper .heading_wrapper{
  padding: 10px 0 10px;
}
.blue_wrapper{
  background:#3366ff;
  padding: 20px;
  margin-bottom: 20px;
}
.blue_wrapper p{
  font-size:20px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  max-width: 800px;
  margin: auto;
}
.yellow_heading_ui{
  background: #ffb400;
  padding: 12px;
  width:100%;
  margin-bottom: 20px;
}
.yellow_heading_ui p{
  font-size: 22px;
  line-height: 25px;
  color: #000000;
  font-family: "Arial";
  text-align: center;
}
.yellow_heading_ui p.h5{
  font-size: 1.25rem;
  margin-bottom: 0px;
}
.no-data-available.yellow_heading_ui{
  margin: 10px 0;
  background-color: #ff0000;
}
.no-data-available.yellow_heading_ui p{
  text-align: center;
  color: #fff !important;
}
/* Check later */
.product_list_wrapper .heading1{
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  font-family: "Arial";   
}
.product_listing .product_card{
  padding:20px 16px;
  border-bottom: 2px solid #bcb8b8;
  margin-bottom: 24px;
}
.product_listing .product_card .top_ui{
  display: flex;
  margin-bottom: 0px;
}
.product_listing .product_card .top_ui figure{
  width:353px;
  height:234px;
  position: relative;
}
.product_listing .product_card .top_ui figure img{
  width:100%;
  height:100%;
  object-fit: cover;
  object-position: center;
}
/* Check Later */
.product_listing .product_card .top_ui figure span {
  background: #ffb400;
  color: #000;
  padding: 4px 8px;
  border-radius: 20px;
  position: absolute;
  left: 10px;
  top: 10px;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
}
.product_listing .product_card .top_ui .content_ui{
  padding-left: 20px;
}
.product_card .top_ui .content_ui h4{
  font-size: 24px;
  line-height: 25px;
  color: #000000;
  font-family: "Arial";
  margin-bottom: 10px;
}
.product_card .top_ui .content_ui .address_ui{
  font-size: 17px;
  line-height: 25px;
  color: #000000;
  font-family: "Arial";
  max-width:200px;
  margin-bottom: 20px;
}
.product_card .top_ui .content_ui .rating_ui{
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.product_card .top_ui .content_ui .rating_ui i{
  display: inline-block;
  padding-right: 16px;
}
.product_card .top_ui .content_ui .number_ui p{
  font-size: 24px;
  line-height: 25px;
  color: #000000;
  font-family: "Arial";
  padding-bottom: 24px;
}
.product_card .top_ui .content_ui .number_ui .icon{
  margin-left: 16px;
}
.miles_ui{
  font-size: 14px;
  line-height: 25px;
  color: #000000;
  font-family: "Arial";
}
.product_type_list .unit_type{
  display: flex;
  align-items: center;
  border-bottom: 2px solid #bcb8b8;
  padding:10px 0;
  justify-content: space-between;
}
.product_type_list .unit_type .group_ui{
  display: flex;
  align-items: center;
}
.product_type_list .unit_type .group_ui .unit_size{
  min-width: 120px;
}
.product_type_list .unit_type .unit_size label{
  font-size: 22px;
  line-height: 25px;
  color: #000000;
  font-weight: bold;
  font-family: "Arial";
  margin-bottom: 0;
}
.product_type_list .unit_type .unit_size p{
  font-size: 14px;
  line-height: 25px;
  color: #000000;
  font-family: "Arial";
  vertical-align: top;
}
.product_type_list .offer_ui{
  background: #ffb400;
  color: #000;
  padding: 10px;
  border-radius: 20px;
  text-align: left;
  min-width: 230px;
  margin: 0 20px;
  height: 40px;
  width: -moz-fit-content;
  width: fit-content;
  block-size: fit-content;
}
/* Check later */
.product_type_list  .offer_ui p{
  font-size: 14px;
  color: #000000;
  font-family: "Arial";
  font-weight: 600;
}
.product_type_list .web_only_ui{
  width: 80px;
  text-align: right;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  font-family: "Arial";
  text-align: right;
  padding-top: 10px;
}
.product_type_list .price_ui{
  padding: 0 16px;
  text-align: left;
}
.product_type_list .price_ui p{
  /*font-size: 35px;*/
  font-size: 23px;
  line-height: 22px;
  color: #000000;
  font-weight: bold;
  font-family: "Arial";
  font-weight: bold;
}
.product_type_list .price_ui span{
  /*font-size: 24px;*/
  font-size: 20px;
  line-height: 22px;
  text-decoration: line-through;
  color: #b3afaf;
  font-weight: bold;
  font-family: "Arial";
  margin-top: 20px;
  display: inline-block;
}
.product_type_list .btn_group{
  text-align: center;
}
.product_type_list .btn_group .blue_btn{
  height:48px;
  min-width: 133px;
  text-align: center;
  font-size: 16px;
  line-height: 15px;
  color: #fefefe;
  font-weight: bold;
  font-family: "Arial";
  text-align: center;
  background: #3366ff;
  border-radius: 30px;
  border: none;
  font-size: 16px;
  font-weight:700;
  cursor: pointer;
}
.product_type_list .btn_group a.blue_btn,
.call-now-for-availability.product_new_list .btn_group a.blue_btn{
  padding-top: 15px !important;
}
/*.product_new_list .btn_group .blue_btn{
  padding-top: 5px !important;
}*/
.product_type_list .btn_group .reserve_text{
  font-size: 12px;
  color: #000;
  text-align: center;
  padding-top: 5px;
}
.bottom_btn_wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 0;
}
.bottom_btn_wrap p{
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  font-family: "Arial";
}
.btn_outline{
  font-size: 16px;
  line-height: 15px;
  color: #000000;
  font-weight: bold;
  font-family: "Arial";
  text-align: center;
  border: 1px solid #000;
  text-align: center;
  min-width: 140px;
  padding: 15px 30px;
  height: 48px;
  border-radius: 30px;
  cursor: pointer;
}
.map_ui{
  position: relative;
  margin-bottom: 30px;
}
.map_ui .btn{
  font-size: 14px;
  color: #000;
  background: #ffb400;
  width: 65%;
  margin: auto;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  height:37px;
}
.filters-detail{
  background:#ededed;
  padding: 12px 20px;
  margin-bottom: 30px;
}
.filters-detail .top-ui label{
  font-size: 14px;
  color: #000;
  margin-bottom: 16px;
}
.filters-detail .filter-left-blk .bottom-ui li:first-child{
  margin-right: 20px;
}
.filters-detail .bottom-ui #Self-storage li:first-child,
.filters-detail .bottom-ui #vehicle-storage li:first-child{
  margin-right: 0;
}
.filters-detail .close-btn, #open-filter .close{
  display: none;
}
.filter-left-blk .filter-card{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-card li{
  position: relative;
}
.filter-left-blk .filter-card li input{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height:100%;
  opacity: 0;
  z-index: 2;
}
.filter-left-blk .filter-card li label{
  font-size:14px;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  height: 55px;
  border-radius: 32px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 125px;
  margin-bottom: 0;
  font-size: 14px;
}
.filter-left-blk .filter-card li input:checked + label{
  background:#3366ff;
  color: #fff;
  border-color:#3366ff;
}
.filter-left-blk .filter-card li input:checked + label p{
  color: #fff;
}
.filter-left-blk  .bottom-ui{
  border-bottom: 4px solid #b7b7b7;
  padding-bottom: 16px;
  margin-bottom: 12px;
}
.filter-right-blk .filter-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width:100%;
}
.filter-card li{
  position: relative;
  width:100%;
  margin-bottom: 16px;
}
.filter-right-blk .filter-card li input{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height:100%;
  opacity: 0;
  z-index: 2;
}
.filter-card li input[type=radio]{
  cursor: pointer;
}
.filter-right-blk .filter-card li:first-child label{
  justify-content: center;
}
.filter-right-blk .filter-card label{
  font-size:14px;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  height: 55px;
  border-radius: 32px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 125px;
  margin-bottom: 0;
  font-size: 14px;
  width:100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-right-blk .filter-card li input:checked + label{
  background:#d1cccc;
}
.how_it_works{
  text-align: center;
}
.how_it_works .title{
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.how_it_works .works_card{
  margin-bottom: 15px;
  padding: 0 40px;
}
.how_it_works .works_card label{
  font-size:18px;
  color: #000;
  margin-bottom: 2px;
  margin-top: 10px;
}
.how_it_works .works_card figure, .how_it_works .works_card figure img{
  width:auto;
}
.how_it_works .works_card p{
  font-size:15px;
  color: #000;
  margin-bottom: 10px;
}
.load_more_wraperr{
  text-align: center;
  margin-bottom: 24px;
}
.load_more_wraperr .load-more-btn{
  max-width: 392px;
  height:45px;
  background: #bdb9b9;
  border-radius: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  font-family: "Arial";
  text-align: center;
  width:100%;
  border: none;
}
.description_wrapper h4{
  font-size:20px;
  color:#000;
  font-weight:bold;
  margin-bottom: 16px;
}
.description_wrapper p{
  line-height: 20px;
  color: #000000;
  font-weight: normal;
  font-family: "Arial";
  color: #000;
  margin-bottom: 12px;
}
.accordian_wrapper .accordion .card{
  margin-bottom: 16px;
  border: none;
  border-radius: 0;
}
.accordian_wrapper .accordion .card-body{
  border: none;
  padding: 1.25rem;
}
.accordian_wrapper .accordion .card-header{
  background:#bdb9b9;
  color: #000;
  border-radius: 0;
  position: relative;
}
.accordian_wrapper .accordion .card-header button:before{
  position: absolute;
  content: "";
  border-top:10px solid transparent;
  border-bottom:10px solid transparent;
  border-left:10px solid #000;
  top:50%;
  left:16px;
  transform: translateY(-50%);
}
.accordian_wrapper .accordion .card-header button{
  padding-left: 24px;
}
.accordian_wrapper .accordion .card-header button[aria-expanded="true"]:before{
  transform: translateY(-50%) rotate(-90deg);
}
.accordian_wrapper .accordion .card-header .btn{
  color: #000;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  font-family: "Arial";
}
.accordian_wrapper .accordion .city-link{
  font-weight: 600;
}
.price_wrap{
  display: flex;
  align-items: flex-start;
}

/*HEADER CSS*/
.main-header {
  background: #222222;
  padding: 20px 0px;
}
.header_inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0px;
}
.cstm_navbar > ul{
  display: flex;
  align-items: center; 
  font-family: 'Roboto Condensed', sans-serif;
}
.cstm_navbar > ul li{
  margin-left: 40px;
  position: relative;
}
.cstm_navbar > ul li:hover{
  z-index: 99;
}
.cstm_navbar > ul li a{
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: #ffffff;
  font-weight: 400;
  transition: 0.2s ease-in-out;
}
.cstm_navbar ul li:hover a{
  color:#fbae09;
}
.cstm_navbar > ul li .cstm_multi_dropdown{
  transition: 0.2s ease-in-out;
  display: none;
  position: absolute;
  z-index: 10;
}
@media (min-width:991px){
  .cstm_navbar > ul li .cstm_multi_dropdown{
    display: none;
  }
}
/*HEADER END CSS*/
/**************/
/* Profile page css starts here */
.storage-details-sec {
  padding-top: 20px;
}
.main_heading {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 25px;
}
.key-points-sec {
  padding: 30px 0px;
}
.key-points-card {
  padding: 25px;
  background-color: #cccccc;
}
.key-points-card.desktop{
  background-color: #ffb400;
}
.key-points-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
  justify-content: center;
}
.key-points-listing li {
  display: flex;
  align-items: center;
  padding: 5px 20px;
}
.key-points-listing li .check-icon {
  max-width: 26px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.key-points-listing li h4 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  line-height: 1;
}
.filter_cad {
  padding: 15px;
  background: #ededed;
}
.filter-action-list {
  display: flex;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 3px solid #b7b7b7;
  margin: 0px -5px;
}
.filter-action-list li{
  padding: 0px 5px;
}
.filter_cad .filter-label {
  font-size: 16px;
  color: #000;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
}
.check_btn .check-label {
  display: inline-flex;
  align-items: center;
  height: 50px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  padding: 6px 15px;
  border-radius: 30px;
  background: #fff;
  border: 2px solid #000;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  width: 150px;
}
.check_btn input{
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.check_btn input:checked + .check-label {
  background: #3366ff;
  color: #fff;
  border-color: #3366ff;
}
.chk-card .check_btn input:checked + .check-label {
  background: #d1cccc;
  color: #000;
  border-color: #000;
}
.custom_select_wrap {
  margin-top: 20px;
}
.product_type_list.filter-items-section, .call-now-for-availability {
  margin-top: 15px;
}
.custom_select_wrap select {
  display: inline-flex;
  border: none;
  font-size: 16px;
  color: #000000;
  width: 20%;
}
.custom_select_wrap select:before {
  content: '\25BC';
}
.custom_select_wrap select:focus-visible {
  outline: none;
}
.product_feature-list li {
  list-style: disc;
  font-size: 16px;
  line-height: 1.4;
}
.product_img {
  width: 80px;
  height: 55px;
}
.product_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}
.yellow-stripe--sec .key-points-card {
  background-color: #ffb400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yellow-stripe--sec .key-points-listing {
  max-width: 700px;
}
.yellow-stripe--sec .key-points-listing li {
  list-style: disc;
  display: revert;
  padding: 5px 0px;
  margin: 0px 15px;
}
.faq-card{
  margin-bottom: 20px;
}
.faq-card h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #000000;
}
.faq-card p {
  font-size: 16px;
  color: #000;
  line-height: 1.2;
  padding-top: 5px;
}
.review-direction-sec {
  padding: 20px 0px;
}
.reviews_block {
  padding: 20px;
  background-color: #e7e2e2;
}
.review-head h6 {
  text-align: right;
  margin-top: -25px;
}
.review-head h2 {
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  margin-right: 20px;
}
.review_card {
  background-color: #fff;
  padding: 15px 20px;
  margin: 20px 0px;
}
.review_card .card_head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.review_card .user-info {
  display: flex;
  align-items: center;
}
.review_card .user-info h4 {
  font-size: 16px;
  font-weight: bold;
  margin-right: 15px;
  color: #000;
}
.user-info span {
  font-size: 12px;
  color: #000;
}
.rating-star i {
  font-size: 16px;
  color: #3366ff;
}
.dir-card h5 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
}
.dir-card p{
  font-size: 16px;
  color: #000;
  line-height: 1.2;
}
.dir-card {
  padding: 7px 0px;
}

.details-data h3 {
  font-size: 24px;
  color: #000;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
}
.details-data .address-info {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 14px;
  line-height: 1.2;
}
.reviews-status {
  display: flex;
  font-size: 16px;
  margin-bottom: 10px;
}
.reviews-status span.rvs {
  margin-left: 15px;
}
.cnt-no {
  font-size: 24px;
  color: #000;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
}
.cnt-no:hover{
 color: #053ea7
}
.call-icon {
  width: 40px;
  height: 40px;
  font-size: 16px;
  background: #ffb400;
  border-radius: 50%;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.cont-number h5 {
  line-height: 1.2;
  font-size: 17px;
  text-decoration: underline;
  color: #000;
  font-weight: 600;
  text-wrap: nowrap;
}
.map-link {
  font-size: 16px;
  text-decoration: underline;
  font-weight: normal;
  color: #053ea7
}
.map-link:hover{
  text-decoration: none;
}
.contact-info {
  margin-top: 20px;
}
.contact-info h4{
  font-weight: bold;
}
.contact-info h4, .contact-info h5 {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  line-height: 1.2;
}
.contact-info h4{
  font-weight: bold;
  margin-bottom: 5px;
}
.product-images{    
  border-bottom: 3px solid #b7b7b7;
}
.image-listing {
  display: flex;
  flex-wrap: wrap;    
  margin-top: 20px;
  padding: 15px 0px;
  margin: 0px -10px;
  justify-content: space-between;
}
.image-listing li {
  padding: 0px 10px;
}
.image-listing li figure {
  width: 120px;
  height: 120px;
}
.image-listing li figure img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.adv-block img {
  width: 100%;
}
.breadcrumb-wrap .breadcrumb {
  background: transparent;
  margin: 0;
  padding: 20px 0px;
}
.slider-nav .slick-slide {
  padding: 0px 10px;
}
.slider-nav{
  margin: 20px -10px;
  position: relative;
}
.slider-nav .slick-track{
  margin-left: 0px;
}
button.slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: #36f;
  color: #fff;
  left: -10px;
  z-index: 1;
}
button.slide-arrow.next-arrow.slick-arrow{
  left: auto;
  right: -10px;
}
.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.breadcrumb-item {
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.breadcrumb-item a, .breadcrumb-item span {
  color: #000;
  text-decoration: underline;
}
.avai-text h4 {
  font-size: 20px;
  color: #000;
}
@media (max-width: 991px){
  .cstm-order-2{
    order: -1;
  }
  .cstm-order-1{
    order: -11;
  }
  .details-data {
    margin-top: 30px;
  }
  .filter-action-list {
    justify-content: flex-start;
  }
}
/*filter page css*/

.filter-bar-card{
  display: none;
}
.product_type_list .right-list {
  display: flex;
  justify-content: space-between;
  width: 50%;
}
#open-map{
  position: fixed;
  width: 100%;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1111;
  height: 100vh;
  overflow-y: auto;
  transition: 0.3s ease-in-out;
}
#open-map.open{
  top: 0;
}
#sort-by{
  display: none;
}

/* Map section */
#infowindow-content .title {
  font-weight: bold;
}
#infowindow-content {
  display: none;
}
#map #infowindow-content {
  display: inline;
}
#infowindow-content .storage-detail-card{
  font-family: Arial !important;
}
.map-frame {
  position: relative;
  height: 100vh;
  width: 100%;
}
.modal-box.back_to_list .close {
  position: absolute;
  left: 10px;
  right: auto;
  top: 10px;
  z-index: 111;
  color: #fff;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  text-decoration: none;
  display: none;
  font-family: "Arial";
  text-align: center;
  background: #3366ff;
  border-radius: 30px;
  border: none;
  font-size: 16px;
  font-weight: 400 !important;
  height: 42px;
  min-width: 150px;
  padding: 5px 20px;
}
.close-map-view-text{
  color: #fff;
  font-size: 18px;
  line-height: 38px;
  padding: 0 17px;
  font-family: Roboto, Arial, sans-serif;
}
.modal-box.back_to_list .close i {
  font-size: 20px;
  margin-right: 7px;
}
.modal-box.open .close {
  display: flex;
}
.modal-box .close i{
  font-weight: 900;
}
.map--btn .lr-btn {
  min-height: 120px;
}
.storage-detail-card {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}
.storage-info-image {
  width: 300px;
  height: 315px;
  overflow: hidden;
}
.storage-info-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.storage-info-image {
  position: relative;
}
.storage-info-image .caption {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  text-align:center;
  padding: 6px 0px;
}
.strg-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}
.strg-head .left-blk {
  flex: 1 1 auto;
  min-width: 0;
}
.strg-head .right-blk {
  flex: 0 0 auto;
  text-align: right;
}
.strg-info-detail {
  width: calc(100% - 300px);
  padding: 15px 30px;
}
.strg-listing li {
  display: flex;
  background: #ebebeb;
  margin: 11px 0px;
  align-items: center;
}
.strg-listing li h4 {
  font-size: 18px;
  font-weight: bold;
  min-width: 150px;
  margin-left: 10px;
}
.strg-listing li .offers {
  color: #ff6633;
  font-size: 16px;
}
.strg-listing .price-info {
  margin-left: auto;
  min-width: 100px;
  background: #3366ff;
  color: #fff;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.strg-listing .price-info:hover,
.strg-listing .price-info:focus {
  background: #3366ff;
  color: #fff;
}
.strg-info-detail .sub-heading {
  color: #003366;
}
.customers-service-no {
  font-size: 26px;
  font-weight: bold;
  color: #06c;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  gap: 6px;
}
.customers-service-no .number,
.customers-service-no .number-text {
  white-space: nowrap;
}
.customers-service-no .number-text {
  display: none;
}
.frequently-adked-question .myaccordion .card {
  background: #ece8e7;
}
.frequently-adked-question {
  max-width: 800px;
  margin: 0px auto;
  padding: 10px 20px;
}
.frequently-adked-question .myaccordion .fa-stack {
  font-size: 11px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.frequently-adked-question .myaccordion .card-header {
  padding: 5px 10px;
}
.frequently-adked-question .sub-heading{
  font-size: 20px;
}
.frequently-adked-question .question-font-size {
  font-size: 17px;
}
.right-blk {
  text-align: right;
}
.yellow-btn.btn {
  background: #ffb400;
  width: 100%;
  color: #000;
  border-radius: 0px;
  margin-top: 7px;
}
.yellow-btn.btn:hover {
  opacity: 0.8;
  color: #000;
}
.storage-info-listing > li {
  margin-bottom: 24px;
}
.storage-info-listing h4.sub-heading {
  font-size: 24px;
}
/* Map section ends */
@media (max-width: 991px){
  #sort-by{
    display: block;
  }
  .modal-box {
    position: fixed;
    width: 100%;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1111;
    height: 100vh;
    overflow-y: auto;
    transition: 0.3s ease-in-out;
    background: #fff;
  }
  .modal-box.open{
    top: 0;
  }
  .filter-bar-card {
    display: flex;
    justify-content: space-around;
    padding: 15px 0px;
    border-bottom: 2px solid #bcb8b8;
  }
  .filter-bar-card a {
    font-size: 18px;
    color: #000;
    font-weight: 400;
  }
}
@media (max-width: 767px){
  .product_listing .product_card .top_ui .content_ui {
    display: flex;
  }
  .product_card .top_ui .content_ui .rating_ui i{
    padding-right: 0px;
  }
  .product_listing .product_card .top_ui .content_ui .left-box {
    width: 70%;
  }
  .product_listing .product_card .top_ui .content_ui .right-box {
    width: 70%;
  }
  .right-box .number_ui {
    display: none;
  }
  .product_card .top_ui .content_ui .rating_ui {
    margin-bottom: 0px;
    flex-direction: column;
    align-items: flex-end;
  }
  .right-box .miles_ui {
    font-weight: bold;
    text-align: right;
    font-size: 16px;
  }
  .product_type_list .unit_type .group_ui {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .product_type_list .price_ui span{
    margin-top: 10px;
  }
  .product_type_list .unit_type .group_ui {
    margin-bottom: 0px !important;
  }
  .product_type_list .offer_ui {
    margin: 0;
    min-width: 200px;
    margin-top: 20px;
  }
  .product_type_list .right-list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .product_type_list .btn_group .reserve_text{
    display: none;
  }
  .product_type_list .price_ui {
    padding: 0 16px;
    text-align: right;
  }
  .offer_ui.before:not(.active), .offer_ui.after:not(.active) {
    display: none !important;
  }
  .offer_ui.active {
    display: block !important;
  }
}
/*********************/
.hide {
  display: none !important;
}
.info-content div {
  display: block;
  margin: 0 0 20px 0;
}
.info-content .image-preview img {
  max-width: 9.5vw !important;
}
.info-content div h2{
  font-weight: 600;
}
/* new css */
.product_list_head_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  border-bottom: 2px solid #bcb8b8;
}
.product_list_sortby {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.product_list_sortby label {
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  font-family: "Arial";
  margin-bottom: 0;
  margin-right: 2px;
  white-space: nowrap;
}
.product_list_sortby select {
  outline: none;
  padding: 6px 5px;
  border: unset;
  appearance: none;
  font-size: 17px;
  line-height: 25px;
  color: #000000;
  font-family: "Arial";
  min-width: 105px;
}
.gm-style .directions-card-medium-large {
  display: none;
}
.loading-overlay {
  display: none;
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 0;
  opacity: 0.7;
}
.loading-overlay-image-container {
  display: none;
  position: fixed;
  z-index: 7;
  top: 50%;
  left: 50%;
  transform: translate( -50%, -50% );
  text-align: center;
}
.loading-overlay-img {
  width: 65%;
  height: 65%;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.filter-card li span img {
  width: 46px;
  height: 49px;
}
/**************** Google Maps ****************/
.city-storage-units .strg-info-detail {
  padding: 15px 20px !important;
  position: static !important;
}
.city-storage-units .strg-info-detail .right-blk {
  margin-right: 15px;
}
.city-storage-units .storage-info-image {
  height: 265px !important;
}
.city-storage-units .strg-footer {
  padding: 15px 20px;
  margin-top: 10px;
}
.city-storage-units .gm-style-iw {
  width: 100% !important;
  max-width: 900px !important;
}
.city-storage-units button.gm-ui-hover-effect {
  z-index: 1051;
  margin: 5px !important;
  color: #000;
  width: 34px !important;
  height: 34px !important;
  font-size: 25px;
  outline: none;
}
/* Commented for 08-10-2023 feedback
.city-storage-units .gm-style-iw .modal {
  overflow: scroll !important;
}*/
.city-storage-units .gm-style-iw .strg-listing li .offers{
  font-size: 14px !important;
}
/***************** Google Maps ***************/
/* Profile page advertisement */
.adv-block {
  background-size: cover;
  height: 154px;
}
.adv-block .container > span {
  top: 50px !important;
  position: relative;
}
.adv-block .container > span > p{
  font-size: 24px !important;
  margin-left: 20px;
  line-height: 32px;
}
/* Profile page advertisement end */

#open-holdunit {
  position: fixed;
  width: 100%;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1111;
  height: 100vh;
  overflow-y: auto;
  background: #fff;
  transition: 0.3s ease-in-out;
}
/* Details Page Booking Form */
#open-holdunit.open {
  top: 0;
}
#open-holdunit .close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 999;
}
.hold-unit-data .blue_btn {
  height: 48px;
  font-size: 16px;
  line-height: normal;
  color: #fefefe;
  font-family: "Arial";
  text-align: center;
  background: #3366ff;
  border: 1px solid #3366ff;
  border-radius: 0px;
  outline: none;
  box-shadow: none;
  font-weight: 700;
  padding: 6px 25px;
  width: 100%;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.hold-unit-data .blue_btn:hover {
  background: transparent;
  color: #3366ff;
}
.hold-unit-data form {
  padding: 40px 35px 35px;
  margin: 0 auto;
  position: relative;
  border: 2px solid #bcb8b8;
  margin-top: 25px;
}
.hold-unit-data form input.form-control {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  color: #00000067;
  height: 50px;
  padding: 8px 20px;
  border-radius: 0px;
  outline: none;
  box-shadow: none;
  background: #ffffff40;
  border: 2px solid #bcb8b8;
}
.hold-unit-data form input.form-control::placeholder {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  color: #00000067;
}
.hold-unit-data form p {
  font-size: 16px;
}
.hold-unit-data form p a {
  text-decoration: underline;
  color: #000;
  font-weight: 600;
}
.product-filter-block .product_type_list .unit_type {
  flex-wrap: wrap;
}
.hold-unit-data {
  width: 100%;
  flex: 0 0 100%;
}
.product_type_list .unit_type.unit_typemain {
  border-bottom: unset;
}
.product_type_list .unit_type .hold-unitbtn {
  position: relative;
}
.redirect-btn.loading {
  opacity: 0.6;
  cursor: not-allowed !important;
}
.product_type_list .unit_type.unit_typemain .hold-unitbtn[aria-expanded="true"] {
  font-size: 0;
  background: #fff;
}
.product_type_list .unit_type .hold-unitbtn .unit-close {
  display: none;
  top: 48%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ccc;
  font-size: 26px;
}
.product_type_list .unit_type.unit_typemain .hold-unitbtn[aria-expanded="true"] .unit-close {
  display: block;
}
.text-underline {
  text-decoration: underline;
}
input[type="date"] {
  position: relative;
}
input[type="date"]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f073";
  color: #555;
  padding: 0 5px;
}
input[type="date"]:hover:after {
  color: #3366ff;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
}
input[type="date"]::-webkit-inner-spin-button {
  z-index: 1;
}
input[type="date"]::-webkit-clear-button {
  z-index: 1;
}
.tooltip-cstm span:after {
  text-align: left;
  white-space: normal;
}
.tooltip-cstm span:focus {
  outline: none;
}
.tooltip-cstm .tool {
  cursor: help;
  position: relative;
}
.tooltip-cstm .tool::after {
  left: 50%;
  opacity: 0;
  position: absolute;
  z-index: -100;
}
.tooltip-cstm .tool:hover::after,
.tooltip-cstm .tool:focus::after {
  opacity: 1;
  transform: scale(1) translateY(0);
  z-index: 100;
}
.tooltip-cstm .tool::after {
  background: #ffffff;
  border-radius: 0.25em;
  bottom: 170%;
  color: #000000;
  content: attr(data-tip);
  margin-left: -7em;
  padding: 10px;
  transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26) .2s;
  transform: scale(.6) translateY(50%);
  width: 15.5em;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
}
.tooltip-cstm .tool:hover::after,
.tooltip-cstm .tool:focus::after {
  transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26);
}

/*Reservation info modal*/
.reservation-modal-wrapper .modal-header, .unit-info-modal-wrapper .modal-header {
  border-bottom: 0;
  justify-content:center;
}
.reservation-modal-wrapper .modal-header h4 {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background:#2364ff;
  padding:4px 20px;
  color: #fff;
  border-radius:10px;
  width:100%;
  font-size: 40px;
  line-height: normal;
  font-family: 'Great Vibes', cursive;
}
.unit-info-modal-wrapper .modal-header, .unit-info-modal-wrapper .modal-body {
/*  padding: 0px 3.5rem;*/
  text-align: justify;
}
.unit-info-modal-wrapper .modal-header h4 {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:4px 20px;
  width:100%;
  font-size: 40px;
  line-height: normal;
}
.reservation-modal-wrapper .modal-header h4.h5 {
  font-size: 25px;
}
.unit-info-modal-wrapper .modal-header h4.h5{
  font-size: 25px;
  border-bottom: 3px solid #000;
  padding: 15px;
  margin-left: 15px;
  margin-right: 15px;
}
.reservation-modal-wrapper .modal-header .close, .unit-info-modal-wrapper .modal-header .close {
  position: absolute;
  right: 5px;
  top: 6px;
  padding: 0;
  background: #fff;
  width: 24px;
  height: 24px;
  opacity: 1;
  border-radius: 100%;
  font-size: 18px;
  border: 1px solid red;
  line-height: 22px;
}
.reservation-modal-wrapper .modal-header .close:hover, .unit-info-modal-wrapper .modal-header .close:hover {
  opacity: 1;
}
.reservation-modal-wrapper, .unit-info-modal-wrapper {
  max-width: 600px;
}
.reservation-content .content-wrap {
  margin-bottom: 30px;
}
.reservation-content .customers-service-no {
  font-size: 16px;
}
.reservation-content .content-wrap h5 {
  border-bottom: 1px solid #2364ff;
  padding-bottom: 5px;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 16px;
}
.reservation-content .content-wrap h5.details {
  border-bottom: none !important;
  padding-bottom: 5px !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  margin-bottom: 0px !important;
}
.reservation-content .content-wrap h5.details span {
  font-size: 17px !important;
}
.reservation-content .content-wrap h5.details img {
  width: 100% !important;
}
.unit-info-modal-wrapper .content-wrap {
  margin-bottom: 0px;
}
.reservation-content .content-message {
  display: flex;
  justify-content: center;
}
.reservation-modal-wrapper .form-data {
  display: flex;
  align-items:flex-start;
  margin-bottom: 6px;
  word-break: break-word;
}
.reservation-modal-wrapper .form-data label {
  width: 200px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.reservation-modal-wrapper .form-data p {
  width: calc(100% - 200px);
  font-size:16px;
  margin-bottom: 0;
  font-weight:500;
}
.reservation-modal-wrapper .form-data .text-blue {
  color:#2364ff;
}
.reservation-content.unit-info-content {
  padding: 10px 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/*Reservation info modal end*/
/* Details Page Booking Form end */
.zip-codes-for-storage-page-links.eight-columns {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: auto 1fr;
}
.zip-codes-for-storage-page-links.eight-columns li {
  margin: 0px;
  padding: 3px 0px;
}
.test-text-content {
  background-color: #fff;
  text-align: center;
  font-size: 5rem;
}
.slick-slide.single-image-section img {
  height: 270px !important;
}
/*.slider-nav .slick-slide img {
  height: 100px !important;
}*/
.view-more-prices:hover {
  background-color: #ffb400 !important;
  border: none !important;
}
.view-more {
  width: 100% !important;
}
.view-more:focus {
  background-color: #ffb400 !important;
  border: none !important;
}
.desktop_text_h2{
  font-size: 1.7rem !important;
}
.show_xs_web_price {
  display: none !important;
}
.lp_list_c_wrap li a {
  color: #000;
}
.state-cities-btn-section .btn {
  cursor: pointer !important;
}
.header_sticky {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.reset-btn, .reset-btn:focus, .reset-btn:hover {
  float: right;
  background: #3366ff;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 25px;
  width: 150px;
}
.bg-gray {
  background-color: #eef2f1;
}
.find-storage-sec {
  padding: 20px 0;
}
.zipcode_search {
  max-width: 540px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.zipcode_search input {
  padding: 10px;
  border: 2px solid #000;
  border-radius: 8px;
  width: calc(100% - 158px);
  height: 46px;
  color: #000;
  font-size: 18px;
  padding: 5px 20px;
}
.zipcode_search input::placeholder {
  color: #979494;
}
.zipcode_search_btn {
  background: #ffb400;
  border: unset;
  height: 46px;
  font-weight: 600;
  font-size: 18px;
  border-radius: 8px;
  padding: 7px 18px;
  margin: 0 0 0 8px;
  outline: none !important;
}
.disabled {
  opacity: 0.6;
}
.pointer-events-none{
  pointer-events: none;
}
.width-80{
  width: 80%;
  padding-left: 5rem;
}
.filter-bar-card .fa-caret-down{
  color: #bdb9b9;
}
/* RESPONSIVE.CSS */
@media (max-width:1199px){
  .navbar-brand{
    max-width: 300px;
  }
  .navbar-brand img{
    width:100%;
  }
  .cstm_navbar ul li{
    margin-left: 30px;
  }
  .cstm_multi_dropdown.storage_guide_dropdown{
    right: -88px;
    width: 750px;
  }
  .cstm_multi_dropdown{
    top: 53px;
  }
}
@media (min-width: 992px) and (max-width: 1100px){
  .check_btn .check-label {
    font-size: 14px;
    padding: 6px 10px;
    width: 130px;
  }
}
@media (min-width: 992px) and (max-width: 1198px){
  .product_type_list .btn_group .blue_btn {
    min-width: 100px;
  }
  .product_type_list .offer_ui {
    min-width: 150px;
  }
  .city_map {
    width: auto !important;
  }
}
@media (min-width: 991px) {
  .strg-info-detail {
    position: relative;
  }
  .strg-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 15px 30px;
    left: 0px;
  }
  .city-storage-units .strg-info-detail {
    position: static;
  }
  .city-storage-units .strg-footer {
    position: static;
    padding: 15px 20px;
  }
  .city-storage-units .strg-footer {
    padding: 15px 20px;
  }
  .yellow-btn.btn {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .header_inner{
    padding: 0;
  }
  .header_inner .navbar-brand{
    font-size: 26px;
  }
  .header_inner .zipcode_ui .search_btn{
    width:80px;
  }
  .header_inner .zipcode_ui input{
    padding-left: 10px;
  }
  .ftr-content-inn{
    margin-bottom: 20px;
  }
  .ftr-content-inn.pop-str-col{
    margin: 0;
  }
  .header_inner{
    padding: 0;
  }
  .cstm_navbar ul li{
    margin-left: 16px;
  }
  .cstm_navbar ul li a{
    font-size: 14px;
  }
  .navbar-brand{
    max-width: 220px;
  }
  .storage_card_wrapper{
    flex-wrap: wrap;
    justify-content: center;
  }
  .storage_card{
    width:30%;
    margin: 0 1% 30px;
  }
  .storage_card .content_ui p{
    width:100%;
    min-height:80px;
  }
  .main-footer .col-lg-3:last-child{
    margin-left: 0;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .main-footer .col-lg-3:nth-child(3) {
    margin-left: 0px;
    max-width: 33%;
    flex: 0 0 33%;
  }
  .self_storage_city .city_listing{
    padding: 0;
  }
  .banner_content_wrap {
    width: 390px;
    padding: 30px;
  }
  .banner_content_wrap h2 {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .banner_content_wrap h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .location_btn{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .banner_content_wrap p{
    padding: 0;
  }
  .product_list_sortby {
    display: none;
  }
  .strg-info-detail {
    width: 100%;
  }
  .customers-service-no{
    font-size: 22px;
  }
}
@media (min-width:768px){
  .desktop__hide {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .city-storage-units .gm-style-iw {
    max-width: 768px !important;
    height: 287px !important;
  }
  .city-storage-units #infowindow-content .storage-info-image {
    height: 265px !important;
  }
  #infowindow-content .storage-detail-card, #infowindow-content .modal-content {
    height: 245px !important;
    max-height: 245px !important;
  }
  #infowindow-content .modal-content .storage-detail-card {
    flex-wrap: nowrap;
  }
}

@media (max-width: 575px) {
  .city-storage-units .strg-head {
    position: relative;
    padding-right: 0;
    gap: 8px;
  }
  .city-storage-units .strg-head .left-blk {
    flex: 1 1 auto;
    min-width: 0;
  }
  .city-storage-units .strg-head .left-blk h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .city-storage-units .strg-head .right-blk {
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
  }
  .city-storage-units .strg-head .right-blk p {
    display: none;
  }
  .city-storage-units .customers-service-no {
    font-size: 20px;
  }
}
@media (max-width:767px){
  .find-storage-sec {
    padding: 20px 0 15px;
  }
  .filter-bar-card {
    padding: 0px !important;
  }
  .filter-bar-card a{
    width: 100%;
    text-align: center;
    padding: 0 12px 12px 0;
  }
  .blue_wrapper p{
    font-size: 25px;
  }
  .reservation-modal-wrapper .disclosures-section .inner-content .form-data p{
    width: auto !important;
  }
  .mobile_text_h1{
    font-size: 1.4rem !important;
  }
  .mobile_text_h2, .yellow_heading_ui p.h5 {
    font-size: 1rem !important;
  }
  .mobile_text_h3{
    font-size: 1rem !important;
  }
  .question-font-size{
    text-align: left;
  }
  .call-now-for-availability.product_new_list .btn_group a.blue_btn {
    padding-top: 5px !important;
    font-weight: normal;
  }
  .accordian_wrapper .accordion .card-header .btn {
    max-width: max-content;
  }
  .mobile__hide {
    display: none;
  }
  .product-filter-block .filter-bar-card {
    background:#ffb400;
    padding: 20px 15px;
    border: unset;
    display: flex;
    justify-content: space-around;
  }
  .product-filter-block .filter-bar-card a {
    /* margin: 0 25px 0 0; */
    display: inline-block;
    font-weight: 500;
  }
  /*.product-filter-block .filter-bar-card a span {
    display: inline-block;
    transform: rotate(90deg);
    margin-left: 3px;
    width: 9px;
    font-size: 23px;
  }*/
  .main_heading {
    font-size: 20px;
  }
  .product_type_list .unit_type {
    flex-wrap: nowrap;
  }
  #infowindow-content .modal-content {
    border: none !important;
  }
  .close-map-view-text {
    font-size: 15px;
  }
  #open-filter .close {
    display: block !important;
  }
  .self_storage_city .city_listing{
    flex-wrap: wrap;
  }
  .self_storage_city .city_listing ul{
    margin: 0 -10px;
  }
  .self_storage_city .city_listing ul li{
    width: 50%;
    flex: 0 0 50%;
    padding: 0 10px;
  }
  .cstm_navbar{
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out;
    position: fixed;
    left: -100%;
    width:100%;
    height:100%;
    top: 0;
    background: #fff;
    z-index: 99;
  }
  .cstm_multi_dropdown,
  .cstm_navbar > ul li:after{
    display: none;
  }
  .cstm_navbar > ul li a:before{
    position: absolute;
    content: "";
    background: url(/assets/ic_arrow.svg) no-repeat;
    width: 9px;
    height: 16px;
    right:40px;
    top:50%;
    transform: translateY(-50%);
    background-size: 8px;
  }
  .cstm_navbar > ul li a{
    position: relative;
  }
  .cstm_navbar.active{
    opacity: 1;
    visibility: visible;
    transition: 0.2s ease-in-out;
    left: 0;
  }
  .cstm_navbar > ul li.active li{
    border: none;
  }
  .cstm_navbar > ul li li{
    border: none;
  }
  .cstm_navbar > ul li a[aria-expanded="true"]{
    font-size: 16px;
  }
  .cstm_navbar > ul li.active li a,
  .cstm_navbar > ul li li a{
    color: #000;
    background: #fff;
    border: none;
    font-weight: normal;
    font-size: 16px;
    padding: 4px 10px 4px 40px;
  }
  .cstm_navbar > ul li a[aria-expanded="true"]:before{
    background: url(/../images/ic_arrow_white.svg) no-repeat;
    width:16px;
    height: 11px;
  }
  .cstm_navbar > ul li.no_drodpwon a:before{
    display: none;
  }
  .cstm_navbar > ul li.active li a:before,
  .cstm_navbar > ul li li a:before{
    background: none;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    height: 1px;
    width: 6px;
    background: #000;
  }
  .cstm_navbar > ul{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px 0px;
  }
  .cstm_navbar > ul li{
    margin: 0;
    border-bottom:1px solid #dfdfdf;
    width:100%;
  }
  .cstm_navbar > ul li li:before{
    display: none;
  }
  .cstm_multi_dropdown li{
    margin: 0 !important;
  }
  .cstm_multi_dropdown{
    padding: 20px 12px;
    left:-90%;
  }
  .cstm_multi_dropdown li .right_sec label,
  .cstm_navbar ul li .cstm_multi_dropdown.storage_guide_dropdown li a{
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    padding: 8px 0;
    display: flex;
  }
  .cstm_multi_dropdown.storage_guide_dropdown ul{
    border: none;
    max-width:100%;
  }
  .cstm_navbar > ul li.active .cstm_multi_dropdown{
    display: block;
    opacity: 1;
    visibility: visible;
    position: fixed;
    left: 0;
    top: 0;
    width:80%;
    height:100%;
    background: #fff;
    box-shadow: none;
  }
  .back_btn{
    display: inline-flex;
    align-items: center;
    color: #000 !important;
    opacity: 0.6;
    transition: 0.2s ease-in-out;
  }
  .back_btn{
    opacity: 0.8;
  }
  .back_btn .icon{
    margin-right: 6px;
    display:inline-flex;
  }
  .back_btn .icon img{ width:7px; }
  .cstm_multi_dropdown li .left_sec,
  .cstm_multi_dropdown li .right_sec p,
  .cstm_multi_dropdown li .right_sec .text_btn{
    display: none;
  }
  .cstm_multi_dropdown li .right_sec{
    width:100%;
    padding-left: 0;
  }
  .cstm_navbar > ul li a{
    color: #000;
    padding: 12px 52px 12px 16px;
    display: flex;
  }
  .cstm_navbar > ul li a[aria-expanded="true"]{
    background: #feb100;
    color: #fff;
    font-weight: 600;
  }
  .banner_content_wrap{
    width:100%;
  }
  .storage_unit_wrapper h4{
    font-size: 20px;
    line-height: 30px;
  }
  .main-footer .col-lg-3:nth-child(3){
    max-width: 100%;
    flex: 0 0 100%;
  }
  .navbar-brand{
    max-width: 160px;
  }
  .main-header{
    padding: 10px 0;
  }
  .mob_show{
    display: block;
  }
  .hover_content{
    display: none;
  }
  .ftr-content-inn.half_width{
    display: flex;
    align-self: flex-start;
  }
  .ftr-content-inn.half_width .contain{
    width:50%;
  }
  .ftr-content-inn.half_width .ftr-heading.mt-4{
    margin-top: 0 !important;
  }
  .ftr-link-list.pop-str-cites li {
    width: 48%;
    display: inline-flex;
  }
  .desktop_view{
    display: none;
  }
  .mobile_navbar{
    display: block;
  }
  .main-header.active{
    background: #fff;
  }
  .cstm_navbar{
    top: 60px;
  }
  .menu_btn.active span{
    background: #000;
  }
  .header_inner .navbar-brand{
    max-width: 160px;
  }
  .product_listing .product_card .top_ui figure{
    width: 300px;
  }
  .product_listing .product_card{
    padding:20px 0;
  }
  .product_type_list .unit_type .group_ui{
    margin-bottom: 20px;
  }
  .product_type_list .web_only_ui{
    text-align: left;
    width: auto;
  }
  .bottom_btn_wrap{
    flex-direction: column;
  }
  .bottom_btn_wrap p{
    margin-bottom: 10px;
  }
  .offer_ui{
    background: #ffb400;
    color: #000;
    padding: 10px;
    border-radius: 20px;
    min-width: 230px;
    height: 40px;
    width: -moz-fit-content;
    width: 100%;
    block-size: fit-content;
    margin-top: 5px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .header_inner .right_blk{
    flex-direction: column;
  }
  .nearme-btn{
    margin-bottom: 20px;
  }
  .header_inner .zipcode_ui{
    margin-left: 0;
  }
  .ftr-content-inn.pop-str-col{
    margin-bottom: 24px;
  }
  .main_wrapper .heading_wrapper {
    padding: 10px 0 10px;
  }  
  .yellow_heading_ui {
    margin-bottom: 10px;
  }
  .product_list_head_cont {
    padding: 5px 0px;
    margin-top: -13px;
  }
  .d_mobile_none {
    display: none;
  }
  .product_list_head_cont, .filter-bar-card {
    border-bottom: 0px;
  }
  .filter-bar-card {
    background-color: #eef2f1;
  }
  .mobile_bbtn_wrap .blue_btn {
    height: 48px;
    min-width: 133px;
    text-align: center;
    font-size: 16px;
    line-height: 15px;
    color: #fefefe;
    font-weight: bold;
    font-family: "Arial";
    text-align: center;
    background: #3366ff;
    border-radius: 30px;
    border: none;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 30px;
  }
  .bottom_btn_wrap.mobile_bbtn_wrap {
    flex-direction: unset;
  }
  .product_type_list .offer_ui p {
    font-size: 13px;
  }
  .product_type_list .offer_ui {
    min-width: 190px;
    margin-top: 15px;
    min-height: 32px;
    line-height: 14px;
    margin-bottom: 5px;
    max-width: min-content;
  }
  .header_inner.newheader2 .navbar_phone a {
    color: #fff;
    font-size: 22px;
  }
  .header_inner.newheader2 {
    flex-direction: row-reverse;
  }
  .header_inner.newheader2 .navbar-brand {
    max-width: 175px;
    margin: 0 10px;
  }
  .city-storage-units.city-page-map-section .left-blk,
  .storage-info-listing .left-blk {
    margin-bottom: 6px;
  }
  .city-storage-units.profile-marker-map .left-blk {
    margin-bottom: 25px;
  }
  .profile-map .cmprPrice {
    bottom: 17px;
  }
  .city-storage-units .yellow-btn.btn {
    margin-top: 0 !important;
    padding: 4px 10px !important;
  }
  .city-storage-units .customers-service-no {
    padding: 4px 15px !important;
    top: -43px;
  }
  .city-storage-units .strg-info-detail {
    padding: 11px 15px !important;
  }
  .city-storage-units .strg-footer {
    padding: 8px 12px !important;
    margin-top: 6px !important;
  }
  .city-storage-units button.gm-ui-hover-effect {
    width: 36px !important;
    height: 36px !important;
  }
  .city-storage-units .storage-info-image {
    height: 90px !important;
  }
  .city-storage-units.profile-marker-map .storage-info-image {
    height: 97px !important;
  }
  .city-storage-units .gm-style-iw {
    max-width: 305px !important;
    max-height: 386px !important;
    height: 386px !important;
  }
  .city-storage-units.profile-marker-map .gm-style-iw {
    max-height: 393px !important;
    height: 393px !important;
  }
  .city-storage-units .gm-style-iw .offers {
    display: none;
  }
  .city-storage-units .gm-style-iw .modal {
    overflow: scroll !important;
  }
  .strg-head {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .right-blk {
    text-align: right;
    position: relative;
  }
  .strg-listing li {
    justify-content: left;
    flex-wrap: wrap;
    padding-right: 100px;
    position: relative;
    margin: 5px 0 !important;
  }
  .strg-listing .price-info {
    margin: 0;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    font-size: 14px;
  }
  .strg-listing li h4 {
    margin: 6px 10px;
    text-align: left;
  }
  .strg-listing li .offers {
    font-size: 14px;
    margin: 0px 8px 5px;
    text-align: left;
  }
  .strg-info-detail {
    padding: 15px;
  }
  .lr-btn {
    font-size: 16px;
  }
  .storage-info-image {
    height: 180px;
    width: 100%;
    margin: 0px;
    margin-bottom: 0px;
  }
  .left-blk p {
    margin-bottom: 10px;
    font-size: 15px;
  }
  span.location {
    font-size: 14px;
  }
  .customers-service-no span.number {
    display: none;
  }
  .customers-service-no .number-text, .reservation-content .customers-service-no span.number {
    display: block;
  }
  .customers-service-no + p {
    display: none;
  }
  .customers-service-no {
    padding: 4px 20px;
    font-size: 13px;
    border-radius: 30px;
    background: #3366ff;
    color: #fff;
    position: absolute;
    right: 0;
    top: -48px;
  }
  .profile-marker-map .customers-service-no {
    top: -30px;
  }
  .not-available-units .customers-service-no {
    top: -20px;
    font-size: 14px;
    align-items: baseline;
  }
  .reservation-content .customers-service-no {
    position: inherit;
    right: 0;
    top: 0px;
  }
  .customers-service-no:hover,
  .customers-service-no:focus {
    background: #0066cc;
    color: #fff;
  }
  .customers-service-no span.icon {
    font-size: 21px;
    margin-bottom: 2px;
  }
  .pro-info-card .customers-service-no {
    position: static;
    margin-bottom: 10px;
  }
  .storage-details-sec {
    padding-top: 5px;
  }
  .detail_data_head.desktop__hide{
    display: flex;
    justify-content: space-between;
  }
  .detail_data_head .h3 {
    color: #000;
    margin-bottom: 10px;
    width: 75%;
    line-height: 25px;
    font-weight: 400;
  }
  .facility-name {
    font-size: 1.5rem !important;
    font-weight: 600;
  }
  .detail_data_head a, .detail_data_head a:focus, .detail_data_head a:hover {
    color: #000;
    font-weight: 500;
    font-size: 24px;
    display: inline-block;
    min-width: 112px !important;
    text-align: right;
    padding: 0px;
  }
  .detail_head-desc p {
    font-size: 16px;
    color: #000;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .detail_head-desc a {
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
  }
  .product_new_list .unit_type {
    border-bottom: 2px solid #bcb8b8;
    padding: 20px 0;
  }
  .product_new_list .unit_size {
    font-size: 30px;
    font-weight: 600;
    line-height: 0.8;
    display: flex;
    align-items: flex-end;
    color: #000;
    margin-bottom: 25px;
    margin-top: 7px;
  }
  .product_new_list .unit_size p {
    font-size: 16px;
    margin-left: 5px;
  }
  .product_new_list .product_feature-list li {
    list-style: none;
    color: #000;
    font-size: 15px;
    font-weight: 500;
  }
  .product_new_list .product_feature-list {
    margin-bottom: 20px;
  }
  .product_new_list .unit_size_help {
    display: flex;
    align-items: center;
  }
  .product_new_list .unit_size_help a {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-decoration: underline;
  }
  .product_new_list .unit_size_help img {
    width: 24px;
    margin-right: 4px;
  }
  .product_new_list .product_store_price {
    text-align: center;
    color: #b3b5ba;
    padding-bottom: 16px;
  }
  .product_new_list .product_store_price h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 4px;
  }
  .product_new_list .product_store_price h5 {
    font-weight: 700;
    text-decoration: line-through;
    font-size: 22px;
  }
  .product_new_list .product_web_price {
    text-align: center;
    color: #000;
    padding-bottom: 12px;
  }
  .product_new_list .product_web_price h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 2px;
  }
  .product_new_list .product_web_price h5 {
    font-weight: 700;
    font-size: 30px;
  }
  .product_new_list .btn_group .blue_btn {
    height: 48px;
    min-width: 133px;
    text-align: center;
    font-size: 18px;
    line-height: 15px;
    color: #fefefe;
    font-weight: bold;
    font-family: "Arial";
    text-align: center;
    background: #3366ff;
    border-radius: 30px;
    border: none;
    font-size: 16px;
    font-weight: 700;
  }
  .product_new_list .btn_group .blue_btn[aria-expanded="true"] {
    height: 20px !important;
  }
  .product_new_list.desktop__hide .btn_group a.blue_btn{
    padding-top: 15px !important;
  }
  .product_new_list .btn_group p {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    margin: 10px 0 0;
  }
  .product_new_list .group_ui .product_img {
    display: none;
  }
  .product_new_list.product_type_list .unit_type .group_ui .unit_size {
    margin: 0 0 40px 0;
    display: block;
  }
  .product_new_list.product_type_list .unit_type .group_ui .unit_size p {
    margin: 0;
  }
  .product_new_list.product_type_list .unit_type .avai-text h4 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
  }
  .product_new_list.product_type_list .btn_group .blue_btn {
    color: #fff;
    padding: 6px 0;
    height: auto;
    display: inline-block;
  }
  .extra_space_storage {
    background: #b3b5ba;
    padding: 12px 0;
    margin: 15px 0;
  }
  .extra_space_storage p {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 1.3;
  }
  .extra_space_storage p span {
    font-size: 15px;
    font-weight: 500;
    color: #000;
  }
  .margin_container {
    margin: 15px -15px;
  }
  .faq-card h3 {
    font-size: 15px;
    margin-bottom: 2px;
  }
  .contact-info h4,
  .contact-info h5 {
    font-size: 16px;
  }
  .product-filter-block .product_new_list .btn_group {
    text-align: center;
  }
  .product_type_list.product_new_list .group_ui,
  .product_type_list.product_new_list .product_feature-list,
  .product_type_list.product_new_list .avai-text,
  .product_type_list.product_new_list .btn_group {
    width: 35%;
    text-align: left;
  }
  .product_type_list.product_new_list .unit_type .unit_size label {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 5px;
  }
  .product_type_list.product_new_list .unit_type .unit_size p {
    font-size: 16px;
  }
  .reviews_block {
    padding: 25px 15px 20px;
    margin: 0 -15px;
  }
  .review-head {
    padding-bottom: 5px;
  }
  .review-head h2 {
    font-size: 30px;
  }
  .review_card {
    margin: 15px 0px;
  }
  .faqs-sec .faq-card:last-child {
    margin-bottom: 10px;
  }
  .adv-block {
    margin: 15px -15px 5px;
  }
  .profile_prod_image {
    position: relative;
  }
  .profile_prod_image .map-fliter {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: #fff;
    padding: 8px;
    width: 60px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: #000;
  }
  .profile_prod_image .map-fliter i {
    font-size: 24px;
    color: #000;
  }
  .profile_prod_image .prod-toggler-fliter {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #fff;
    padding: 8px;
    width: 60px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    flex-direction: column;
    color: #000;
  }
  .profile_prod_image .prod-toggler-fliter i {
    font-size: 23px;
    color: #000;
    display: inline-block;
    width: 100%;
    line-height: 9px;
    text-align: center;
  }
  .filters-detail {
    height: 100%;
  }
  .modal-box .close {
    right: 15px;
    position: relative;
    top: 10px;
    z-index: 999;
  }
  .breadcrumb-item {
    font-size: 11px;
  }
  .breadcrumb-wrap .breadcrumb {
    padding: 10px 0px 13px;
  }
  .call_to_reserve {
    box-shadow: 0 -1px 7px #d9d9d9 !important;
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    z-index: 999;
    height: 75px;
  }
  .copyright-block.newfootercr {
    margin-bottom: 56px;
  }
  .call_to_reserve a {
    background: #ffb400;
    color: #000;
    border-radius: 20px;
    padding: 12px 30px;
    height: 50px;
    display: inline-block;
    font-weight: 600;
    margin-top: 12px !important;
  }
  .ftr-content-inn .ftr-heading.footer_heading {
    font-size: 18px;
    font-weight: 500;
  }
  #open-prod-toggler {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.6s;
    height: auto;
  }
  #open-prod-toggler.open {
    transform: translate(-50%, -50%) scale(1);
    transition: 0.6s;
    box-shadow: 0px 2px 9px #949494;
    top: 40%;
    width: calc(100% - 40px);
    height: auto;
  }
  #open-prod-toggler .filters-detail {
    height: auto;
    background: #fff;
    margin: 0;
  }
  #open-prod-toggler .filters-detail .product-images {
    border-bottom: unset;
  }
  #open-prod-toggler .filters-detail .product-images .slider-nav {
    margin-bottom: 0;
  }
  #open-prod-toggler .filters-detail .product-images .slider-nav .slick-slide {
    margin: 0px 2px;
    position: relative;
    padding: 0;
  }
  #open-prod-toggler .filters-detail .product-images .slider-nav .slick-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #open-prod-toggler .filters-detail .product-images .slider-nav .slick-slide.slick-current::after {
    content: none;
  }
  .profile_prod_image .slider-for button.slide-arrow {
    display: none !important;
  }
  #open-prod-toggler .filters-detail .slider-for button.slide-arrow {
    transform: unset;
    top: 113%;
    width: 18px;
    height: 18px;
    font-size: 11px;
    color: #000;
    background: #fff;
    box-shadow: 0px 0px 10px 1px #ccc;
    outline: none;
  }
  .product_new_list .btn_group .blue_btn {
    position: relative;
  }
  .product_new_list .unit_typemain .btn_group:has( > .hold-unitbtn[aria-expanded="true"]) {
    position: relative;
    top: -158px;
    right: -80px;
  }
  .bg-transparent {
    background: transparent !important;
  }
  .product_new_list .unit_type.unit_typemain .hold-unitbtn {
    font-size: 0;
    background: transparent !important;
  }
  .product_new_list .unit_type .hold-unitbtn .unit-close {
    display: none;
    top: 24px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ccc;
    font-size: 26px;
  }
  .product_new_list .unit_type.unit_typemain {
    padding-bottom: 0;
    padding-top: 40px;
  }
  .hold-unit-data {
    padding: 0px 15px;
  }
  .hold-unit-data form {
    padding: 25px 20px 25px;
    border: 1px solid #bcb8b8;
    margin-top: 20px;
  }
  .hold-unit-data form input.form-control {
    font-size: 16px;
    height: 44px;
    padding: 8px 15px;
    border: 1px solid #bcb8b8;
  }
  .hold-unit-data form input.form-control::placeholder {
    font-size: 16px;
  }
  body.modal_open {
    overflow: hidden;
  }
  .product_card .top_ui .content_ui .right-box .phone{
    color: #000 !important;
    font-weight: 500;
    text-decoration: none;
  }
  .product_card .top_ui .content_ui .right-box .phone::after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: -4px;
    width: 75%;
    border-bottom: 2px solid #000; /* Adjust thickness and color as needed */
  }
  .detail_data_head a::after {
    content: "";
    position: absolute;
    width: 64px;
    right: 16px;
    top: 55px !important;
    text-align: right;
    border-bottom: 2px solid #000; /* Adjust thickness and color as needed */
  }
  .zipcode_search {
    display: block;
  }
  .zipcode_search label {
    font-size: 17px;
  }
  .zipcode_search_btn {
    height: 44px;
    font-size: 16px;
    padding: 6px 15px;
    margin: 0 0 0 8px;
    color: #000 !important;
  }
  .zipcode_search input {
    height: 44px;
    font-size: 16px;
    padding: 5px 15px;
  }
  /*.mobile-filters-section {
    border-top: 1px solid rgba(255, 255, 255, 1);
    background-color: #fff;
  }*/
}
@media (max-width: 760px) {
  .tooltip-cstm .tool::after {
    font-size: .75em;
    margin-left: -5em;
    width: 10em;
  }
  .test-text-content {
    font-size: 4.5rem;
  }
}
@media (max-width:599px){
  .test-text-content {
    font-size: 3rem;
  }
  .storage_card{
    width:48%;
  }
  .location_btn{
    font-size: 14px;
  }
  .location_btn .icon{
    margin-right: 10px;
  }
  .banner_content_wrap{
    padding: 24px 20px;
  }
  .banner_content_wrap h2{
    font-size: 22px;
  }
  .banner_content_wrap h3{
    font-size: 18px;
  }
  .zipcode_wrap input{
    padding: 0 90px 0 20px;
    font-size: 14px;
  }
  .banner_content_wrap p{
    font-size: 16px;
    line-height: 22px;
  }
  .self_storage_city h4{
    font-size: 20px;
  }
  .about_sec p{
    font-size: 16px;
    line-height: 24px;
  }
  .about_sec h4{
    margin-bottom: 20px;
  }
  .ftr-content-inn .ftr-heading{
    margin-bottom: 10px;
  }
  .ftr-content-inn{
    margin-bottom: 20px;
  }
  .product_listing .product_card .top_ui{
    flex-direction: column;
  }
  .product_card .top_ui .content_ui .address_ui{
    max-width: 100%;
  }
  .product_listing .product_card .top_ui .content_ui{
    padding-left: 0;
    padding-top: 20px;
  }
  .main_wrapper .heading_wrapper h3 {
    font-size: 20px;
    margin-bottom: 6px;
  }  
  .main_wrapper .heading_wrapper p {
    font-size: 14px;
  }
  .product_listing .product_card .top_ui figure {
    width: 100%;
    height: 280px;
  }
  .product_type_list {
    border-top: 2px solid #bcb8b8;
  }
  .product_type_list .unit_type {
    padding: 14px 0;
  }
  .product_type_list .price_ui p {
    font-size: 32px;
  }
  .product_card .top_ui .content_ui .address_ui {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
  }
  .product_listing .product_card .top_ui .content_ui {
    align-items: flex-end;
    padding-bottom: 12px;
  }
  .product_type_list .price_ui {
    padding: 0 10px;
  }
  .product_type_list .web_only_ui {
    width: 58px;
  }
  .product_listing .product_card {
    padding: 15px 0;
    margin-bottom: 0px;
  }
  .product_list_wrapper {
    margin-bottom: 25px;
  }
  .product_listing .product_card .top_ui .content_ui .left-box {
    width: 72%;
  }
  .product_listing .product_card .top_ui .content_ui .right-box {
    width: 32%;
  }
  .product_card .top_ui .content_ui .rating_ui i img {
    width: 14px;
    margin-right: 1px;
  }
  .product_card .top_ui .content_ui .rating_ui p {
    font-size: 13px;
  }
  .product_card .top_ui .content_ui .right-box .phone{
    position: relative;
    top: 8px !important;
  }
  .product_card .top_ui .content_ui .right-box .miles_ui {
    font-size: 14px;
    line-height: 20px;
  }
  .product_card .top_ui .content_ui .right-box .miles_ui.overlay-on-map{
    position: relative;
    top: -335px !important;
    right: 15px !important;
  }
  .product_card .top_ui .content_ui h4 {
    font-size: 20px;
    line-height: 20px;
  }
  .product_type_list {
    border-top: unset;
  }
  .copyright-block {
    padding: 15px;
  }
  .copyright-block p {
    font-size: 15px;
  }
  .detail_data_head .h3{
    width: 70%;
  }
  .detail_data_head a{
    width: 30%;
  }
}
@media (max-width:480px){
  .detail_data_head .h3{
    width: 100%;
  }
  .detail_data_head a {
    width: 40%;
    float: right;
  }
  .product_listing .product_card .top_ui figure {
    height: 235px;
  }
  .modal-box.back_to_list .close{
    padding: 0px !important;
  }
  .product_card .top_ui .content_ui .right-box .miles_ui.overlay-on-map{
    top: -290px !important;
  }
  .product_type_list.product_new_list .unit_type .unit_size label{
    font-size: 25px;
  }
  .product_type_list.product_new_list .unit_type .unit_size p{
    font-size: 14px;
  }
  .btn_group.desktop__hide.align-right{
    text-align: right !important;
  }
  .zipcode_search input {
    width: calc(100% - 136px);
  }
  .zipcode_search_btn {
    font-size: 14px !important;
  }
  .find-storage-sec {
    padding: 14px 0;
  }
}
@media (max-width:425px){
  .product_new_list .unit_size, .product_type_list.product_new_list .unit_type .unit_size label {
    font-size: 22px;
  }
  .product_new_list .unit_size p {
    font-size: 12px;
  }
  .customers-service-no{
    padding: 4px !important;
    font-size: 10px !important;
  }
  .customers-service-no span.icon.mr-2{
    margin-right: 0.25rem !important;
  }
  .reservation-modal-wrapper .form-data p{
    width: calc(100% - 120px) !important;
  }
  .product_new_list.product_type_list .btn_group .blue_btn{
    min-width: 100px;
    font-size: 12px;
  }
  .product_new_list .product_feature-list li{
    font-size: 13px;
  }
}
@media (max-width:410px){
  .offer_ui {
    min-width: 152px !important;
  }
}
@media (max-width:400px){
  .storage_card{
    width:100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 360px) {
  .close-map-view-text{
    padding: 0 10px;
  }
  .filter-left-blk .filter-card li input + label p {
    font-size: 16px;
  }
  .product_type_list .web_only_ui {
    width: 100%;
    margin-right: 15px;
    margin-bottom: 10px;
    text-align: right;
  }
  .hide_xs_web_price {
    display: none !important;
  }
  .show_xs_web_price {
    display: block !important;
  }
}
@media (max-width: 343px) {
  .product_card .top_ui .content_ui .right-box .miles_ui.overlay-on-map{
    top: -290px !important;
    width: 100px;
  }
}
@media (max-width: 333px) {
  .product_type_list .right-list {
    width: 47% !important;
  }
}
/*
 * CKEditor 5 (v15.0.0) content styles.
 * Generated on Wed, 27 Nov 2019 13:26:13 GMT.
 * For more information, check out https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/content-styles.html
 */

 :root {
  --ck-highlight-marker-blue: #72cdfd;
  --ck-highlight-marker-green: #63f963;
  --ck-highlight-marker-pink: #fc7999;
  --ck-highlight-marker-yellow: #fdfd77;
  --ck-highlight-pen-green: #118800;
  --ck-highlight-pen-red: #e91313;
  --ck-image-style-spacing: 1.5em;
  --ck-todo-list-checkmark-size: 16px;
}

/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list {
  list-style: none;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list li {
  margin-bottom: 5px;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list li .todo-list {
  margin-top: 5px;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input {
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  width: var(--ck-todo-list-checkmark-size);
  height: var(--ck-todo-list-checkmark-size);
  vertical-align: middle;
  border: 0;
  left: -25px;
  margin-right: -15px;
  right: 0;
  margin-left: 0;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input::before {
  display: block;
  position: absolute;
  box-sizing: border-box;
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid hsl(0, 0%, 20%);
  border-radius: 2px;
  transition: 250ms ease-in-out box-shadow, 250ms ease-in-out background, 250ms ease-in-out border;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input::after {
  display: block;
  position: absolute;
  box-sizing: content-box;
  pointer-events: none;
  content: '';
  left: calc( var(--ck-todo-list-checkmark-size) / 3 );
  top: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
  width: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
  height: calc( var(--ck-todo-list-checkmark-size) / 2.6 );
  border-style: solid;
  border-color: transparent;
  border-width: 0 calc( var(--ck-todo-list-checkmark-size) / 8 ) calc( var(--ck-todo-list-checkmark-size) / 8 ) 0;
  transform: rotate(45deg);
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input[checked]::before {
  background: hsl(126, 64%, 41%);
  border-color: hsl(126, 64%, 41%);
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input[checked]::after {
  border-color: hsl(0, 0%, 100%);
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label .todo-list__label__description {
  vertical-align: middle;
}
/* ckeditor5-image/theme/image.css */
.ck-content .image {
  display: table;
  clear: both;
  text-align: center;
  margin: 1em auto;
}
/* ckeditor5-image/theme/image.css */
.ck-content .image > img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  min-width: 50px;
}
/* ckeditor5-block-quote/theme/blockquote.css */
.ck-content blockquote {
  overflow: hidden;
  padding-right: 1.5em;
  padding-left: 1.5em;
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
  border-left: solid 5px hsl(0, 0%, 80%);
}
/* ckeditor5-block-quote/theme/blockquote.css */
.ck-content[dir="rtl"] blockquote {
  border-left: 0;
  border-right: solid 5px hsl(0, 0%, 80%);
}
/* ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized {
  max-width: 100%;
  display: block;
  box-sizing: border-box;
}
/* ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized img {
  width: 100%;
}
/* ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized > figcaption {
  display: block;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-side,
.ck-content .image-style-align-left,
.ck-content .image-style-align-center,
.ck-content .image-style-align-right {
  max-width: 50%;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-side {
  float: right;
  margin-left: var(--ck-image-style-spacing);
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-left {
  float: left;
  margin-right: var(--ck-image-style-spacing);
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-center {
  margin-left: auto;
  margin-right: auto;
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-right {
  float: right;
  margin-left: var(--ck-image-style-spacing);
}
/* ckeditor5-media-embed/theme/mediaembed.css */
.ck-content .media {
  clear: both;
  margin: 1em 0;
  display: block;
  min-width: 15em;
}
/* ckeditor5-table/theme/table.css */
.ck-content .table {
  margin: 1em auto;
  display: table;
}
/* ckeditor5-table/theme/table.css */
.ck-content .table table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px double hsl(0, 0%, 70%);
}
/* ckeditor5-table/theme/table.css */
.ck-content .table table td,
.ck-content .table table th {
  min-width: 2em;
  padding: .4em;
  border-color: hsl(0, 0%, 85%);
}
/* ckeditor5-table/theme/table.css */
.ck-content .table table th {
  font-weight: bold;
  background: hsl(0, 0%, 98%);
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-yellow {
  background-color: var(--ck-highlight-marker-yellow);
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-green {
  background-color: var(--ck-highlight-marker-green);
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-pink {
  background-color: var(--ck-highlight-marker-pink);
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-blue {
  background-color: var(--ck-highlight-marker-blue);
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .pen-red {
  color: var(--ck-highlight-pen-red);
  background-color: transparent;
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .pen-green {
  color: var(--ck-highlight-pen-green);
  background-color: transparent;
}
/* ckeditor5-page-break/theme/pagebreak.css */
.ck-content .page-break {
  position: relative;
  clear: both;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ckeditor5-page-break/theme/pagebreak.css */
.ck-content .page-break::after {
  content: '';
  position: absolute;
  border-bottom: 2px dashed hsl(0, 0%, 77%);
  width: 100%;
}
/* ckeditor5-page-break/theme/pagebreak.css */
.ck-content .page-break__label {
  position: relative;
  z-index: 1;
  padding: .3em .6em;
  display: block;
  text-transform: uppercase;
  border: 1px solid hsl(0, 0%, 77%);
  border-radius: 2px;
  font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 0.75em;
  font-weight: bold;
  color: hsl(0, 0%, 20%);
  background: #fff;
  box-shadow: 2px 2px 1px hsla(0, 0%, 0%, 0.15);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* ckeditor5-basic-styles/theme/code.css */
.ck-content code {
  background-color: hsla(0, 0%, 78%, 0.3);
  padding: .15em;
  border-radius: 2px;
}
/* ckeditor5-image/theme/imagecaption.css */
.ck-content .image > figcaption {
  display: table-caption;
  caption-side: bottom;
  word-break: break-word;
  color: hsl(0, 0%, 20%);
  background-color: hsl(0, 0%, 97%);
  padding: .6em;
  font-size: .75em;
  outline-offset: -1px;
}
/* ckeditor5-horizontal-line/theme/horizontalline.css */
.ck-content hr {
  border-width: 1px 0 0;
  border-style: solid;
  border-color: hsl(0, 0%, 37%);
  margin: 0;
}
/* ckeditor5-code-block/theme/codeblock.css */
.ck-content pre {
  padding: 1em;
  color: #353535;
  background: hsla(0, 0%, 78%, 0.3);
  border: 1px solid hsl(0, 0%, 77%);
  border-radius: 2px;
  text-align: left;
  direction: ltr;
  tab-size: 4;
  white-space: pre-wrap;
  font-style: normal;
  min-width: 200px;
}
/* ckeditor5-code-block/theme/codeblock.css */
.ck-content pre code {
  background: unset;
  padding: 0;
  border-radius: 0;
}
@media print {
  /* ckeditor5-page-break/theme/pagebreak.css */
  .ck-content .page-break {
      padding: 0;
  }
  /* ckeditor5-page-break/theme/pagebreak.css */
  .ck-content .page-break::after {
      display: none;
  }
}
/*




*/
