/*only for one heading*/
  @import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700&display=swap');
/*=========================*/
  @font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?o7ujjt');
  src:  url('../fonts/icomoon.eot?o7ujjt#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?o7ujjt') format('truetype'),
    url('../fonts/icomoon.woff?o7ujjt') format('woff'),
    url('../fonts/icomoon.svg?o7ujjt#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
font-family: 'Swiss 721 BT';
font-style: normal;
font-weight: normal;
src: local('Swiss 721 BT'), url('../fonts/Swiss 721 BT.woff') format('woff');
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?o7ujjt');
  src:  url('../fonts/icomoon.eot?o7ujjt#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?o7ujjt') format('truetype'),
    url('../fonts/icomoon.woff?o7ujjt') format('woff'),
    url('../fonts/icomoon.svg?o7ujjt#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}


* {
    margin: 0;
    padding: 0;
    outline: none !important;
}



body {
    overflow-x: hidden;
    font-family: 'Assistant', sans-serif;
}

body,
html {
    height: 100%;
    width: 100%;
    position: relative;
}

body:before,
body:after {
    content: none !important
}

::i-block-chrome,
body {
    -webkit-text-stroke: .1px
}

img {
    max-width: 100%;
    vertical-align: top;
}

ul,
li {
    list-style: none;
}

select::-ms-expand {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
span,
p,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /* font-size: 100%; */
    background: transparent;
}

label {
    font-weight: normal;
}

.no-padding {
    padding: 0 !important;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}

a,
input[type="submit"],
input[type="button"],
.btn,
button {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="button"]:focus,
input[type="text"]:focus,
select:focus {
    box-shadow: none;
    outline: none;
}

section {
    clear: both;
}

audio,
canvas,
progress,
video {
    vertical-align: middle;
}

.no-padding {
    padding: 0 !important;
}

a[disabled="disabled"] {
    pointer-events: none;
    color: #ccc !important;
}
/***************/
/*moon icons css*/
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-boat-storage {
    /* background: url('../images/icon/boat-storage-icon.png')no-repeat; */
	 /*  background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto; */
    height: 45px;
    width: 100%;
    /* background-position: center; */
    width: auto;
    background-size: 60px;
}

.icon-for-storage {
    height: 45px;
    width: 100%;
    width: auto;
}

.icon-car-storage {
    background-size: 60px !important;
}

.icon-rv-storage {
   background-size: 60px !important;
}

.icon-storage {
    background-size: 35px !important;
}
.icon-vehicle-storage {
    background-size: 35px !important;
}

/* .icon-boat-storage:before {
  content: "";
}
.icon-car-storage:before {
  content: "\e905";
}
.icon-rv-storage:before {
  content: "\e906";
}
.icon-self-storage:before {
  content: "\e902";
}

.icon-vehicle-storage:before {
  content: "\e907";
}

.icon-student-storage:before {
  content: "\e907";
}
.icon-storage-units-near-me:before {
  content: "\e907";
}
.icon-multi-storage:before {
  content: "\e906";
} */




#resp-ad{
  display: none !important;
}

#desk-ad {
display: block !important;
}

.icon-google-plus:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e900";
}
.icon-twitter:before {
  content: "\e903";
}
/********************/
/*header css*/
header.top--header {
    background: #169b04;
    padding-bottom: 15px;
}
.header_top_bar {
    display: block;
    margin-bottom: 4px;
}
.header_top_bar a {
    background: #07f0ff;
    font-size: 11px;
    padding: 3px 15px;
    color: #3d0941;
    font-weight: 400;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.header_top_bar a:hover{
    background: #0161ff;
    color: #fff;
}
.top--header nav.navbar {
    margin: 0;
    border-radius: 0;
    border: none;
}
.top--header .list-menu li {
    padding: 15px 15px;
}
.top--header .list-menu li:last-child{
    padding-right: 0px;
}
.top--header .list-menu li a {
    padding: 2px 0px;
    font-size: 17px;
    color: #fff;  
	width:100%;
}
.top--header .list-menu li a.active, 
.top--header .list-menu li .dropdown-content a.active {
	/*color:#ff015b;*/
    color:#07f0ff
}
.top--header .nav>li>a:focus, 
.top--header .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    /*color:#ff015b;*/
    color:#07f0ff
}
.top--header .navbar-brand {
    padding: 0;
    height: auto;
    margin-left: 0px !important;
    max-width: 300px;
    padding-top: 0px;
}
.top--header .navbar-brand  img{
    width:100%;
    max-width: 210px
}
/************/
/*banner css*/

section.banner {
    background-color: #907a92;
    min-height: 300px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0px;
    position:relative;
}
section.banner:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(22,155,4,0.2);
    top: 0;
}
.search-form-wrap h1 {
    /* font-size: 48px; */
    font-size: 36px;
    color: #ffffff;
    font-weight: 400;
}
.search-form-wrap h1 span{
    font-weight: 900;
}
.search-form-wrap h2 {
    font-size: 26px;
    color: #fff;
    margin: 15px 0px;
}
.input-icons span {
    color: #18021a;
    font-size: 16px;
    display: inline-block;
}
.input-field-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 0px 20px;
    border-radius: 5px;
    height: 48px;
}
.input-field-wrap .form-control {
    padding: 0;
    border: none;
    box-shadow: none;
}

.input-icons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    height: 48px;
    margin-right: 12px;
}
.input-icons figure {
    margin-right: 10px;
    display: inline-block;
    width: 15px;
    height: 15px;
}
form.search-fields .form-group:last-child {
    margin-bottom: 0;
}
form.search-fields {
   /* background: rgba(255, 255, 255, 0.3);*/
    background: rgba(22,155,4,0.6);
    padding: 25px 15px;
    display: block;
    border-radius: 5px;
    margin-top: 40px;
}

.advanced-search-form form.search-fields {
    margin-top: 0;
}
.banner-ser-btn {

    height: 48px;
    color: #18021a;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    display: block;
    line-height: 48px;
    background: #07f0ff;
    border-radius: 5px;
    border: none;

}
.select2-container--default .select2-selection--single .select2-selection__rendered {

    line-height: 20px;

}
.banner-ser-btn:hover{
   /* background: #ff015b;*/
   background:#0161ff;
    color: #fff;
}
.services-wrap {
    display: block;
    margin-top: 130px;
}
.services-wrap ul {
    display: flex;    
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.services-wrap ul li {
    max-width: 135px;
    padding: 6px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    margin-right: 5px;
    margin-bottom: 5px;
}
.services-wrap ul li:last-child {
    margin-right: 0;
}
.services-wrap h3 {
    font-size: 18px;
    color: #fff;
    padding-left: 35px;
}
.services-wrap h3 span{
    font-weight: bold;
}
.services-wrap ul li a {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 35px;
    color: #fff;
    /*background: rgba(55, 0, 60, 0.4);*/
        background: rgba(22,155,4,0.6);
}
.services-wrap ul li a:hover {
    /*background: rgba(255, 1, 91, 0.4);*/
    background:rgba(1,97,255,0.6)
}
.services-wrap ul li a p {
    font-size: 16px;
    margin-bottom: 10px;
}
.services-wrap ul li a span {
    margin: 20px 0px;
    display: block;
}
/*feature cites css*/
section.featured-cities-sec {
    display: block;
    padding: 60px 0px;
}
ul.featured-gallery {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
ul.featured-gallery li {
    width: 25%;
    padding: 5px;
}
.featured-gallery .content {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.featured-gallery .content .content-overlay {
  background: rgba(0,0,0,0.2);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.featured-gallery .content:hover .content-overlay{
  opacity: 1;
}

.featured-gallery .content-image{
  width: 100%;
}

.featured-gallery .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.featured-gallery .content .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.featured-gallery .content-details h1{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  font-size: 38px;
  font-weight: bold;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}
/*************/
.section-headeing {
    display: block;
    margin-bottom: 30px;
}
.section-headeing h1 {
   /* color: #3d0941;*/
   color:#169b04;
    font-size: 36px;
    font-weight: bold;
}
.section-headeing h1 span{
    font-weight: 400;
}
.section-headeing p {
    font-size: 18px;
    line-height: 28px;
    /* color: #404040; */
    color: #000;
    font-weight: 400;
    margin-top: 10px;
}
ul.location-list-wrap {
    column-count: 4;
    column-gap: 30px;
    margin-top: 50px;
}

ul.location-list-wrap li a {
    font-size: 18px;
    /*color: #3d0941;*/
    color: #169b04;
    line-height: 33px;
}
ul.location-list-wrap li a:hover {
    /*color:#ff015b;*/
        color: #0161ff;
}
/**********************/
section.popular-listing-sec {
    background: #faf5fa;
    padding: 40px 0px;
}
ul.product-listing-wrap {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
        align-items: stretch;
}
ul.product-listing-wrap> li {
    width: 33.333%;
    padding: 5px;
}
.product-wrap {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.1);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
            align-items: stretch;
}
figure.product-img {
    position: relative;
    display: block;
}
figure.product-img a {
    position: absolute;
    top: 7px;
    color: #fff;
    right: 18px;
    max-width: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
}
h4.product-location {
    font-size: 14px;
    /* color: #757575; */
    color: #000;
    padding-left: 15px;
    position: relative;
}
h4.product-location:after{
    position: absolute;
    content: "\f041";
    width:10px;
    height: 10px;
    font-family: FontAwesome;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #37003c;
}
figcaption.product-info {
   padding: 15px 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
}
.product-name h2 {
    font-size: 24px;
    /*color: #37003c;*/
    color:#169b04;
    font-weight: bold;
    display: inline-block;
    position: relative;
    padding-right: 10px;
}
.product-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-name span.check-icon {
    font-size: 14px;
    color: #39b54a;
    position: absolute;
    top: 4px;
    right: -6px;
}
figcaption.product-info .product-name {
    display: block;
    margin: 10px 0px;
}
figcaption.product-info p {
    font-size: 16px;
	color: #000;
    /* color: #747474; */
    line-height: 26px;
    font-weight: 400;
}
ul.more-information-listing {
    padding: 15px 0px;
    display: block;
}
ul.more-information-listing li {
    display: inline-block;
    padding: 0px 10px;
    position: relative;
}
ul.more-information-listing li:first-child{
    padding-left: 0;
}
ul.more-information-listing li:last-child{
    padding-right: 0;
}
figure.product-img a p {
    font-size: 14px;
}
.product-price span {
    color: #37003c;
}
.product-price {
    font-weight: 600;
}
a.rating-btn {
    font-size: 14px;
    color: #39b54a;
    padding: 0px 10px;
    border: 2px solid #39b54a;
    font-weight: 600;
    border-radius: 4px;
}
ul.more-information-listing li .type-colle, ul.more-information-listing li .status-close {
    color: #3d0941;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
}
ul.more-information-listing li .status-close{
    color:#ed1c24;
}
ul.more-information-listing li .status-open{
    color:#0072bc;
    text-transform: capitalize;
}
a.type-colle span, .status-close span, .status-open span {
    margin-right: 6px;
}
/*storage sec css*/
.storage-unit-sec {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0px;
}
/*
    background: rgb(182,147,182);
background: -moz-linear-gradient(90deg, rgba(182,147,182,1) 50%, rgba(2,0,36,1) 50%, rgba(147,182,176,1) 50%);
background: -webkit-linear-gradient(90deg, rgba(182,147,182,1) 50%, rgba(2,0,36,1) 50%, rgba(147,182,176,1) 50%);
background: linear-gradient(90deg, rgba(182,147,182,1) 50%, rgba(2,0,36,1) 50%, rgba(147,182,176,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b693b6",endColorstr="#93b6b0",GradientType=1);
}
*/
.storage-inner-content{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;  
  padding-top:
}

.storage-unit-sec .storage-content-wrap {
    width: 50%;
    padding: 20px 40px;
}
.storage-content-wrap.storage-left {
    background:url('../images/self-storage-home-page.jpg')no-repeat;
    padding: 65px;
    position: relative;
    background-size: cover;
    min-height: 500px;
   display: flex;
    justify-content: center;
	padding-top: 120px;

    
}
.storage-content-wrap.storage-right{
    background: url('../images/vehicle-storage-home-page.jpg')no-repeat;
    padding: 65px;
    position: relative;
    background-size: cover;
    min-height: 500px;
   display: flex;
    justify-content: center;
   padding-top: 120px;
}
.storage-content-wrap .storage-content {
    display: block;
}
.storage-unit-sec .section-headeing h1, .storage-unit-sec .section-headeing p{
    color:#fff;
}
span.seprator-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    /*background: #ff015b;*/
    background: #169b04;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    position: absolute;
    left: calc(100% - 25px);
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
/****************/
/*latest news css*/
section.latest-news-sec {
    display: block;
    padding: 60px 0px;
}
figure.product-img img {
    width: 100%;
}
section.latest-news-sec h4.product-location:after{
    display: none;
}
section.latest-news-sec h4.product-location{
    padding-left: 0;
}
.btn-wrap {
    display: block;
    margin-top: 40px;
}
.cstm-btn {
    font-size: 18px;
    color: #fff;
    /*background: #ff015b;*/
        background: #169b04;
    padding: 5px 20px;
    font-weight: 600;
    border-radius: 4px;
    display: inline-block;
   /* border: 2px solid #ff015b;*/
       border: 2px solid #169b04;
	text-align:center;
}
.cstm-btn:hover {
    background: #fff;
    /*color:#ff015b*/;
    color:#169b04
}
.cstm-btn span{
    margin-right: 10px;
}
/****************/
/*footer css*/

/*footer css*/
footer .footer-images{
	/*background:#37003c;*/
    background:#1cc405;
	padding: 50px 0px;
}
footer .footer-images ul {
   display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}

footer .footer-images ul li{
	display:inline-block;
	width: 15%;
}
footer .footer-list-outer{
	/*background:#28002c;*/
    background:#17aa03
}
footer .footer-list-content{
	margin-bottom: 9px;
}
footer h1{
	margin-top: 82px;;
	color:#fff;
	font-size:22px;
	text-transform: capitalize;
	font-weight:700;
	margin-bottom: 39px;
}
footer h5{
  margin-top: 82px;;
  color:#fff;
  font-size:16px;
  text-transform: capitalize;
  font-weight:700;
  margin-bottom: 39px;
}
footer .popular-cities-list ul li{
	display:inline-block;
   margin-right: 6px;
	position:relative;
}
footer .popular-cities-list ul li:after{
	position: absolute;
    content: "";
    background: #fff;
    height: 15px;
    width: 1px;
    top: 6px;
    right: -5px;
	
}
footer  ul li a{
	color:#fff;
	font-size:16px;
	font-weight:400;
	line-height: 26px;
	-webkit-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
transition:all 0.3s ease;
}
footer ul li a:hover{
	/*color:#c6014e;*/
    color:#07f0ff
}
footer .share_list ul li {
  	display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 6px;
    font-size: 24px;
	cursor: pointer;
	-webkit-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
transition:all 0.3s ease;
}
footer .share_list ul li:first-child{
    margin-left: 0;
}
footer .share_list ul li:hover a {
	color:#fff;
}
footer .share_list ul li:hover{
	/*background:#c6014e;
	border:1px solid #c6014e*/
    background: #0161ff;
    border: 1px solid #0161ff;
}
footer .copyright{
	/*background:#210024;*/
    background:#169b04;
	text-align: center;
}
footer .copyright p,footer .copyright p a{
	color: #fff;
    padding: 31px 0px;
    font-size: 16px;
	-webkit-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
transition:all 0.3s ease;
}
footer .copyright p a:hover{
	color:#c6014e;
}
.share_list ul {
    margin-top: 3px;
    display: inline-block;
}
/****************/
/*blog page css*/
.section-headeing.text-white h1, .section-headeing.text-white p {
    color: #fff;
}
section.blog-listing-sec ul.product-listing-wrap> li {
    width: 33%;
}
section.blog-listing-sec h4.product-location:after{
    display: none;
}
section.blog-listing-sec h4.product-location{
    padding-left: 0px;
}
/*breadcrum css*/
.breadcrumb {
    background: #fff;
    margin: 20px 0px;
    padding: 15px 0px;
}
ul.breadcrumb li a {
   /* color: #37003c*/;
   color: #169b04;
    font-size: 16px;
}
ul.breadcrumb li a:hover{
    color:#ff015b;
}
ul.breadcrumb li{
color:#928d92;
}
/****************/
/*pagination css*/
.pagination_wrap {
  background: #fdfdfd;
  padding: 1rem;
  margin: 3rem auto;
  border-radius: 0.2rem;
  counter-reset: pagination;
  text-align: center;
}        

.pagination_wrap ul {
  width: 100%;
}
.pagination ul li {
    display: inline-block;
    float: left;
}

.middle {
  width: 32rem;
}


.pagination ul li {
  counter-increment: pagination;
}
.pagination ul li:hover a {
  color: #37003c;
  background-color: #07f0ff;
  border: solid 1px #07f0ff;
}
.pagination_wrap li.active a {
  color: #37003c;
  background-color: #07f0ff;
  border: solid 1px #07f0ff;
}
.pagination_wrap li:first-child {
  float: left;
}
.pagination_wrap li:first-child a:after {
  content: "Previous";
}
.pagination_wrap li:nth-child(2) {
  counter-reset: pagination;
}
.pagination_wrap li:last-child {
  float: right;
}
.pagination_wrap li:last-child a:after {
  content: "Next";
}
.pagination_wrap li a {
  border: solid 1px #d7d7d7;
  border-radius: 0.2rem;
  color: #37003c;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 0.5rem 0.9rem;
    margin: 2px;
}
/* .pagination_wrap li a:after {
  content: " " counter(pagination) " ";
} */
.middle li a {
  display: none;
}
.middle li:first-child a {
  display: inline-block;
}
.middle li:first-child a:after {
  content: "<";
}
.middle li:last-child a {
  display: inline-block;
}
.middle li:last-child a:after {
  content: ">";
}
.middle li:nth-child(2) a {
  display: inline-block;
}
.middle li:nth-child(3) a {
  display: inline-block;
}
.middle li:nth-child(4) a {
  display: inline-block;
}
.middle li:nth-child(5) a {
  display: inline-block;
}
.middle li:nth-last-child(2) a {
  display: inline-block;
}
.middle li:nth-last-child(3) {
  display: inline-block;
}
/*.middle li:nth-last-child(4):after {
  padding: 0 1rem;
  content: "...";
}*/
/******************/
/******************/


/***********************************
****260319 city page css start here*
***********************************/
/*filter btn css start here*/
.filter-btn{
  padding: 16px 0 20px 0!important;
}
.filter-btn ul.cst--btn{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter-btn ul.cst--btn li a{
  font-family: 'Swiss 721 BT';
  color: #169b04;
  font-size: 13px;
  border:1px solid #ececec;
  border-radius: 5px;
  margin-right: 9px;
  line-height: 38px;
  height: 40px;
  padding: 0 25px;
  display: inline-block;
}

.filter-btn ul.cst--btn li.active a,
.filter-btn ul.cst--btn li a:hover,
.filter-btn ul.cst--btn li a:focus{
  /*background-color: #ff015b;*/
  background-color: #0161ff;
  color: #fff;
}
/*filter btn css end here*/

/*map css start here*/
.cst-map{
  /* padding: 10px 0 0 0 !important; */
  background-color: #faf5fa;
}
.cst-map iframe, .cst-map .map-box{
    width: 100%;
    height: 475px;
}
/*map css end here*/

/*location list start here*/
.location-list,
.storage-units,
.search-for-storage{
  max-width: 995px;
  padding: 0 15px;
  margin: 0 auto;
}
.bg--color{
  background-color: #faf5fa;
}

.storage-units .storage-units-description h3 {
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 20px;
}
.storage-units .storage-units-description h2{
	/*color: #37003c;*/
    color: #169b04;

	font-family: 'Swiss 721 BT';
	font-size: 20px;
	line-height: 20px;
}

h3.cst--heading,
h3.cst--contact{
  /*color: #37003c;*/
  color: #169b04;
  font-family: 'Swiss 721 BT';
  font-size: 20px;
  line-height: 20px;
}

h1.cst--heading{ 
	/*color: #37003c;*/
    color: #169b04;
    font-size: 20px;
    font-family: 'Swiss 721 BT';
    font-weight: 600;
    letter-spacing: 0.9px;
}
h3.cst--heading{
    font-weight: 600;
    color: #000;
}
p.cst--text{
  font-size: 16px;
  line-height: 26px;
  color: #000;
  /* font-family: 'Swiss 721 BT'; */
}
.locations--cst{
  padding: 15px 0!important;
}
.locations--cst .location-list .top-des{
  padding: 17px 0;
}
.locations--cst .location-list .top-des p{
  padding-top: 8px;
}
.locations--cst .location-list .city-list ul{
  border-top: 1px solid #a9a8a8;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.locations--cst .location-list .city-list ul li.left-sec{
  width: 47%;
  position: relative;
  padding: 23px 0;
}
.locations--cst .location-list .city-list ul li.right-sec{
  width: 53%;
  position: relative;
  padding: 23px 0 15px;
}
.locations--cst .location-list .city-list ul li.left-sec:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 1px;
          height: calc(100% - 40px);
          background-color: #d0cdcf;
}
.locations--cst .location-list .city-list ul li.left-sec figure{
  display: inline-block;
  width: 150px;
  float: left;
}
.locations--cst .location-list .city-list ul li.left-sec .text{
  display: inline-block;
  width: calc(100% - 153px);
  float: right;
  padding:0 20px;
}
.locations--cst .location-list .city-list ul li.left-sec .text p{
  font-size: 15px;
  padding: 10px 0;
  max-width: 185px;
}
.locations--cst .location-list .city-list ul li.right-sec .distance{
  padding: 0 20px;
  width: calc(100% - 195px);
  display: inline-block;
  float: left;
}
.locations--cst .location-list .city-list ul li.right-sec .distance p,
.locations--cst .location-list .city-list ul li.right-sec .distance h5{
  font-size: 13px;
  line-height: 20px;
  font-family: 'Swiss 721 BT';
  color: #000;

}
.locations--cst .location-list .city-list ul li.right-sec .distance p span{
  display:block;
  font-weight: 700;
}
.locations--cst .location-list .city-list ul li.right-sec .distance p{
  padding-bottom: 10px;
  color:#000
}
.locations--cst .location-list .city-list ul li.right-sec .distance h5{
  font-weight: 700;
}
.locations--cst .location-list .city-list ul li.right-sec .distance h5 span{
  display: block;
  /*color: #ff015b;*/
  text-transform: uppercase;
  font-weight: 400;
  color: red;
}
.locations--cst .location-list .city-list ul li.right-sec .unit-btn{
  width: 195px;
  display: inline-block;
  float: right;
  margin: 30px 0 0;
}
.locations--cst .location-list .city-list ul li.right-sec .unit-btn a, 
.product-num-content .unit-btn a{
  font-size: 15px;
  line-height: 41px;
  width: 100%;
  border-radius: 5px;
  /*background-color: #ff015b;*/
      background-color: #169b04;
  color: #fff;
  text-transform: uppercase;
  height: 41px;
  display: inline-block;
  text-align: center;
  border:1px solid transparent;
  font-weight: 700;
}
.locations--cst .location-list .city-list ul li.right-sec .unit-btn a:hover,
.locations--cst .location-list .city-list ul li.right-sec .unit-btn a:focus,.product-num-content .unit-btn a:hover,.product-num-content .unit-btn a:focus{
  border-color: #1cc405;
    color: #fff;
    background-color: #1cc405;
}
/*location list end here*/

/*storage unit css start here*/
.storage-units .storage-units-description{
  padding-top: 30px;
}
.storage-units .storage-units-description h3{
  padding-bottom: 12px;
}
.storage-units .storage-units-description p.cst--text:first-of-type{
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 20px;
}
.storage-units .storage-units-description p.cst--text{
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 22px;
}
/*storage unit css end here*/

/*search for storage css start here*/
.search-for-storage ul li a{
  font-size: 16px;
  line-height: 26px;
  font-family:"Helvetica","sans-serif";
  color: #000;
}
.search-for-storage:first-of-type h3.cst--heading{
  padding-top: 10px;
}
.search-for-storage h3.cst--heading{
  padding:15px 0 20px 0;
}
.search-for-storage ul{
  padding-bottom: 22px;
   -webkit-column-count: 3;
    -moz-column-count:3; 
    column-count: 3;
    -webkit-column-gap: 30px;
  -moz-column-gap: 30px; 
  column-gap: 30px;
}
.search-for-storage ul li a:hover,
.search-for-storage ul li a:focus{
 /* color: #ff015b;
 */ color: #0161ff;
}
section.pad--0{
  padding: 0px!important;
   /* margin-bottom: 10px;*/
}
/*search for storage css end here*/

.cst--input {

    max-width: 720px;
    padding-top: 7px;
    padding-left: 15px;
    float: right;
    width: 65%;

}.cst--input div.input-group{
  width: 50%;
}
.cst--input div.input-group:first-of-type {
    float: left;
    background: #fff;
    padding: 0 0;
}
.cst--input div.input-group:first-of-type input{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.cst--input div.input-group:last-of-type{
   float: right;
}
.cst--input div.input-group:last-of-type span{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.cst--input div.input-group span,
.cst--input div.input-group input{
  background-color: #fff;
  border:none;
  box-shadow: none;
  outline: none;
}
.cst--input div.input-group span{
  font-family: 'Swiss 721 BT';
  font-weight: 500;
  color: #37003c;
  letter-spacing: 0.2px;
}
.cst--input.des-view .input-group-addon {

    padding: 10px 12px;

}
.search-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 7px 0;
}
.search-fields .select2.select2-container.select2-container--default span.selection > span > span {
    padding: 3px 6px !important;
}
.search-fields .select2.select2-container.select2-container--default span.selection > span > span {
    padding: 3px 6px !important;
}
.search-fields .select2.select2-container.select2-container--default span.selection > span > spanb {
    top: 54%;
}
.search-fields .select2-container--default .select2-selection--single .select2-selection__clear {
    position: relative;
    right: 16px;
}
#nav-search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
    padding: 7px 0;
        padding-left: 0px;
    padding-left: 8px;
}
#nav-search-form .select2-selection__arrow {
    padding: 32px 0 0 0;
}
header .cst--input.des-view .input-group-addon {
    padding: 10px 12px;
    /*background: #ff015b;*/
    background:#0161ff;
    color: #fff;
}
.cst--input div.input-group input{
    font-family: 'Swiss 721 BT';
  font-weight: 400;
  color: #37003c;
  letter-spacing: 0.2px;
}
.cst--input div.input-group:last-of-type span{
  padding-right: 16px;
}
.cst--input div.input-group:last-of-type span img{
  width: 15px;
}
.cst--input div.input-group:last-of-type:after{
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: -2px;
  background-color: #fff;
}
/***********************************
*********city page css end here*****
***********************************/


/***********************************
**privacy policy page css end here**
***********************************/
.privacy-policy{
    padding-bottom: 60px;
}
.privacy-policy h2{
    font-size: 24px;
    color: #37003c;
    font-weight: bold;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}
.privacy-policy p,
.privacy-policy ul li{
    font-size: 16px;
    color: #747474;
    line-height: 26px;
    font-weight: 400;
    padding-bottom: 10px;
}
.privacy-policy ul{
    padding-left: 20px;
}
.privacy-policy ul li{
    list-style: disc;
    padding-left: 4px;
}

/***********************************
****privacy policy css end here*****
***********************************/

/***********************************
*********faq page css start here****
***********************************/
.banner.faq{
    text-align: center;
}
.questions{
    max-width: 730px;
    margin:  0 auto;
    position: relative;
    top: -100px;
    padding: 0 15px;
}
.questions .queston-box, .about-us-outer{
    padding: 35px 45px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 7px rgba(128,128,128,0.3);
        box-shadow: 0px 0px 7px rgba(128,128,128,0.3);
}

.accordion-blk{
    border-radius: 3px;
    background-color: #fff;
}
.questions p, .accordion-blk p{
    font-size: 20px;
    color: #000;
    /*color: #169b04;*/
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 40px;
}
.questions .panel-default>.panel-heading,
.questions .panel-group .panel-collapse, .accordion-blk .panel-default>.panel-heading, .accordion-blk .panel-group .panel-collapse{
    background-color: #faf5fa;
    border-color: #e4e0e4;
}
.questions .panel-default>.panel-heading, .accordion-blk .panel-default>.panel-heading{
    padding: 0px;
}
.questions .panel-default>.panel-heading h2 a, .accordion-blk .panel-default>.panel-heading h2 a{
    padding: 10px 38px 10px 15px;
    display: inline-block;
    width: 100%;
    position: relative;
}
.questions .panel-default>.panel-heading h2 a span.plus-ico, .accordion-blk .panel-default>.panel-heading h2 a span.plus-ico{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
    float: right;
    width: 18px;
    height: 18px;
    background-color: transparent;
    /*border:1px solid #37003c;*/
    border:1px solid #169b04;
    border-radius: 50%;
}
.questions .panel-default>.panel-heading h2 a span.plus-ico:after,
.questions .panel-default>.panel-heading h2 a span.plus-ico:before,
.accordion-blk .panel-default>.panel-heading h2 a span.plus-ico:after,
.accordion-blk .panel-default>.panel-heading h2 a span.plus-ico:before{
    content: "";
    position: absolute;
    width: calc(100% - 6px);
    height: 1px;
    border-radius: 5px;
   /* background-color: #37003c;*/
   background-color:#169b04;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.questions .panel-default>.panel-heading h2 a span.plus-ico:before, .accordion-blk .panel-default>.panel-heading h2 a span.plus-ico:before{
    -webkit-transform: translate(-50%,-50%) rotate(90deg);    
    -ms-transform: translate(-50%,-50%) rotate(90deg);    
    transform: translate(-50%,-50%) rotate(90deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.questions .panel-default>.panel-heading h2 a[aria-expanded="true"] span.plus-ico:before, .accordion-blk .panel-default>.panel-heading h2 a[aria-expanded="true"] span.plus-ico:before{
    -webkit-transform: translate(-50%,-50%) rotate(0deg);
    -ms-transform: translate(-50%,-50%) rotate(0deg);
    transform: translate(-50%,-50%) rotate(0deg);
}
.panel-group .panel-heading+.panel-collapse>.list-group, 
.panel-group .panel-heading+.panel-collapse>.panel-body{
    border-top: none;
}
.questions .panel-title, .accordion-blk .panel-title{
    font-size: 24px;
    /*color: #37003c;*/
    color: #169b04;
    font-weight: bold;
    display: inline-block;
    position: relative;
    width: 100%;
}
.questions .panel-default>.panel-heading+.panel-collapse>.panel-body, .accordion-blk .panel-default>.panel-heading+.panel-collapse>.panel-body{
    font-size: 16px;
    color: #747474;
    line-height: 26px;
    font-weight: 400;
    padding-bottom: 10px;
}
.questions .still-questions{
    text-align: center;
    padding-top: 40px;
}
.questions .still-questions p{
    font-size: 16px;
    /* color: #747474; */
    color: #000;
    line-height: 26px;
    font-weight: 400;
    padding-bottom: 10px;
}
.questions .still-questions .banner-ser-btn{
    /*background-color: #ff015b;*/
    background-color: #169b04;
    color: #fff;
}
.questions .still-questions .banner-ser-btn:hover{
    background-color: #1cc405;
    color: #fff
}

/***********************************
************faq css end here********
***********************************/

/*28March2019 sh*/
/*Terms and Condition Page Starts here*/

.terms-condition {
    padding-bottom: 60px
}

a.agreement {
    color: #ff015b;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 20px;
    display: block;
}

a.agreement:hover {
    color: #07f0ff
}

.terms-condition h3 {
    font-size: 24px;
    color: #37003c;
    font-weight: bold;
    margin: 10px 0;
}

.terms-condition p {
    font-size: 16px;
    color: #747474;
    line-height: 26px;
    font-weight: 400;
    text-align: justify
}

.terms-condition ul.custm-terms {
    padding: 15px 0
}

.terms-condition ul.custm-terms li {
    position: relative;
    font-size: 16px;
    color: #747474;
    font-weight: 400;
    line-height: 16px;
    padding: 5px 0 5px 15px;
}

.terms-condition ul.custm-terms li:before {
    position: absolute;
    content: "\f111";
    font-family: 'FontAwesome';
    left: 0;
    transform: translateY(-50%);
    color: #747474;
    top: 50%;
    font-size: 8px;
}

/*Terms And conditions Ends Here*/

/*How It works Page Starts here*/
.how-it-works .container-wrapper {
    max-width: 730px;
    margin-top: -100px;
}

.how-it-works .container-wrapper .row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
}
.how-it-works .container-wrapper .row .col-sm-6{
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
}
.how-it-works .container-wrapper .text-wrap {
    padding:35px 45px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
    margin-bottom: 70px
}

.how-it-works .container-wrapper h3 {
    font-size: 20px;
    color: #37003c;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 40px;
}

.how-it-works .container-wrapper .text-wrap .content-box h3 {
    margin-bottom: 10px;
    font-weight: 700
}

.how-it-works .container-wrapper .text-wrap .content-box p {
    font-size: 16px;
    /* color: #747474; */
    color: #000;
    line-height: 26px;
    font-weight: 400;
}
.text-wrap .cstm-btn{
    margin-bottom: 30px
}
/*How It Work Page Ends Here*/
/*contact us css*/
   section.contact_us_form-sec {
    display: block;
/*    padding: 60px 0px;*/
     }
    .contact-form-wrap {
    display: block;
    text-align: center;
    }   
    .main-form_div {
    margin: 0px auto;
    max-width: 620px;
    padding: 40px;
/*    border: 4px solid #37003c;*/
    border-radius: 10px;
    background-color: rgb(243, 243, 243);
}  
    .panel_heading h2 {
    /*color: #37003c;*/
    color: #169b04;
    font-size: 30px;
    margin: 0 0 22px 0;
    background: transparent;
    line-height: 30px;
    font-weight: 600;
}
    label.form_label {
    display: block;
    text-align: left;
    margin-bottom: 8px;
    font-size: 18px;
   /* color: #37003c;*/
   color: #169b04;
}
   #contact-form .form-control{
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-size: 14px;
    height: 50px;
    line-height: 24px;
    box-shadow: none;
    -webkit-appearance: none;
        }
    #contact-form .message_textarea {
    height: 150px;
    resize: none;
}
#contact-form .form-control:focus {
    border:1px solid #37003c;
    box-shadow: none;
}
.contact-map {
    display: block;
    margin-top: 1rem;
    margin-bottom: 40px;
}
div#map {
    display: block;
    margin-bottom: 30px;
    border: 1px solid #d1d1d1;
    width: 100%;
    padding-bottom: 45%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
div#map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.cont_address_wrap {
    display: block;
    text-align: center;
}
.cont_address_wrap h3 {
    font-size: 18px;
    font-weight: bold;
    color: #535353;
    margin-bottom: 20px;
}
ul.contact-numbers li {
    padding: 7px 0px;
    display: block;
}
ul.contact-numbers li p {
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 3px;
}
ul.contact-numbers li a {
    font-size: 20px;
    /*color: #37003c;*/
    color: #169b04;
}
ul.contact-numbers li a:hover {
    color: #ff015b;
}
    
/*****************/
/*About Us page starts here*/

.about-us-content h3,
.our-units h1{
	font-size: 24px;
    color: #37003c;
    font-weight: bold;
    margin: 10px 0;
}
.about-us {
/*    margin-bottom: 60px;*/
	    max-width: 730px;
    margin: 0 auto;
    position: relative;
    top: -100px;
    padding: 0 15px;
}
.about-us-content p{
    font-size: 16px;
    color: #747474;
    line-height: 26px;
    font-weight: 400;
    text-align: justify;
}
.about-us figure{
	margin-top:20px;
	padding-bottom: 11px
}
.about-us-content p.lisner-beautiful{
/*  	margin: 40px 0;*/
	padding: 34px 0;
	font-size: 20px;
    color:#69509d;
    line-height: 26px;
    font-weight: 400;
    text-align: justify;
}
.about-us-content a.banner-ser-btn {
		height: 48px;
    	color: #fff;
		/*background: #ff015b;*/
        background: #169b04;
    	width: 128px;
    	margin-top: 30px;
	}
.about-us-content a.banner-ser-btn:hover{
    background:#1cc405
}


.add-block {
    height: 95px;
    max-width: 475px;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;

}
.add-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.add-block-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.add-content {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}
.city-list .right-sec .unit-btn h5 {
    text-align: center;
    font-weight: 600;
    margin-top: 8px;
}
.city-list .right-sec .unit-btn h5:nth-of-type(1) {
    margin-top: 15px!important;
    margin-bottom: 10px;
}

strong {
    font-weight: 800 !important;
}
.unit-btn.hide-desktop {
    display: none!important;
}
/*About Us page ends here*/

/* Style the list Breadcrumbs */
.state-page ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #31c01e;
}

/* Display list items side by side */
.state-page ul.breadcrumb li {
  display: inline;
  font-size: 18px;
  font-weight: bold;
}

/* Add a slash symbol (/) before/behind each list item */
.state-page ul.breadcrumb li+li:before {
  padding: 8px;
  color: white;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
.state-page ul.breadcrumb li a {
  color: white;
  padding-bottom: 4px;
  border-bottom: 2px solid white;
  line-height: 48px;
}

.state-page ul.breadcrumb li.active {
  color: white;
  display: inline;
  font-size: 15px;
  font-weight: 500;
}

/* Add a color on mouse-over */
.state-page ul.breadcrumb li a:hover {
  padding-bottom: 4px;
  border-bottom: 2px solid #0161ff;
  line-height: 48px;
}

/*Media Query Starts here*/

@media(max-width: 767px){
    .questions .queston-box,
    .how-it-works .container-wrapper .text-wrap{
        padding:25px 20px;
    }
    .questions .panel-title,
    .privacy-policy h2{
        font-size: 20px;
    }
    /*sh280319*/
    .how-it-works .container-wrapper h3,
    .terms-condition h3{
        font-size: 20px;
}
    a.agreement{
        font-size: 18px
    }
}
@media(max-width: 480px){
    .questions .queston-box,
    .how-it-works .container-wrapper .text-wrap{
        padding:25px 15px;
    }    
    /*sh280319*/

    .how-it-works .container-wrapper .row .col-sm-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .how-it-works .container-wrapper .text-wrap figure{
        text-align: center;
        margin-bottom: 30px
    }
    .how-it-works .container-wrapper .text-wrap .row.even{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; 
    }
    
.unit-btn.hide-desktop {
    width: 100%!important;
    display: flex!important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 15px!important;
}

.city-list .right-sec .unit-btn.hide-desktop h5 {
    margin: 0!important;
    display: block;
}

.right-sec .unit-btn h5 {
    display: none;
}
}

/**css here vehicle page 190402**/
footer .popular-cities-list ul li:last-child:after
{
    display: none;
}
.list.mob-view.city-map-wrapper .location-list
{
 margin-top: 10px;    
}
.list.mob-view.city-map-wrapper .close-location {
    padding: 5px;
    width: 100%;
    text-align: right;
    z-index: 9999;
    position: absolute;
    right: 20px;
}
.list.mob-view.city-map-wrapper .locations--cst .location-list .city-list ul li.left-sec .text p{
    padding: 4px 0 0px 0;
  }
section.locations--cst.bg--color.background--clr .location-list .city-list ul
{
    background-color: #fff;
    padding: 10px;
}
.vehicle-content {
    padding: 50px 0px;
}
.vehicle-inner-content h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin: 20px 0px 30px;
    position: relative;
    color: #37003c;
}

.vehicle-inner-content p{
font-size: 16px;
    color: #747474;
    line-height: 26px;
    font-weight: 400;
    text-align: justify;
}
.vehicle-inner-content ul.vehicle-list {
    padding: 30px;
    position: relative; 
}
.vehicle-inner-content ul.vehicle-list li
{
    font-size: 16px;
    color: #747474;
    line-height: 26px;
    font-weight: 400;
    text-align: justify;
    margin: 5px 0;
    position: relative; 
}
.vehicle-inner-content ul.vehicle-list li:before
{
   position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #333;
    left: -20px;
    top: 8px;
    border-radius: 20px;
}



/**css here**/
.content-info.vehicle{
    width: 700px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.3);
    padding: 25px 15px 30px;
    display: block;
    border-radius: 5px;
}
.content-info.vehicle .content-full-info {
    width: 100%;
    display: inline-block;
}
.content-info.vehicle span {
    color: #37003c;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    width: 100%;
}
.content-info.vehicle form {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 20px;
}
.content-info.vehicle .input_box1 {
    width: 60%;
    float: left;
}
.content-info.vehicle input[type="text"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-right: 1px solid #e7e7e7;
    border-radius: 17px 0 0 17px/17px 17px 18px 18px;
    color: #000;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    padding-left: 15px;
    width: 100%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
}
.content-info.vehicle .calendr_icn {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    float: left;
    padding-bottom: 8px;
    padding-left: 0px;
    padding-top: 12px;
    width: 6%;
    z-index: 1;
}
.content-info.vehicle .input_box2 {
    width: 16%;
    float: left;
    margin-left: -10px;
}
.content-info.vehicle form .input_box2>input[type="text"] {
    border-radius: 0px;
    border-top: none;
    border-left: none;
}
.content-info.vehicle form .banner-search {
    background-color: #37003c;
    -webkit-border-radius: 0 17px 18px 0/17px 17px 18px 18px;
    -moz-border-radius: 0 17px 18px 0/17px 17px 18px 18px;
    float: left;
    letter-spacing: 2px;
    line-height: 1.9;
    text-indent: 20px;
    border-radius: 0 17px 18px 0/17px 17px 18px 18px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    width: 19%;
    height: 40px;
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
    border: none;
    background-position: 15px 50%;
}
.content-info.vehicle form input[type="text"] {
    background-color: #fff;
    border-right: 1px solid #e7e7e7;
    border-radius: 17px 0 0 17px/17px 17px 18px 18px;
    color: #000;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    padding-left: 15px;
    width: 100%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.container-fluid {
    padding: 0px 15px;
}
.copyright span
{
    /*color: #fe015b;*/
    color: #07f0ff;
}

/**dropdown menu**/
.dropdown-list {
  float: left;
  position: relative;
  z-index: 1;
}

/* Dropdown button */
.dropdown-list a {
  font-size: 16px; 
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
  position: relative;
  z-index: -1;
}
/* Dropdown content (hidden by default) */
.dropdown-content {
    position: absolute;
    padding: 1.1875rem 0;
    min-width: 200px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 7px 2px rgba(0,0,0,.15);
    right: -50px;
    display: none;
    margin-top: -1px;
     transition: all 0.5s ease;
    z-index: 999;
}

.top--header .list-menu li a:hover + .dropdown-list .dropdown-content {
    display: block;
    
}

.top--header .list-menu li .dropdown-content a
{
   display: block;
    padding: 10px 30px 10px 20px;
    font-size: 16px;
    color: #747474;
    white-space: nowrap;
}
.top--header .list-menu li .dropdown-content a:hover{
/*background:#ffe5ee;*/
background: rgba(1,97,255,0.2);
}

.blog-listing-sec {
    padding-top: 60px;
}
/* .dropdown-list a:hover + .dropdown-content {
    display: block;
     transition: all 0.5s ease;
} */

section.banner.banner--height {
    padding: 50px 0px;
}
.banner.banner--height .banner-content {
    padding-top: 58px;
}
.input-icons.search-i i {
    color: #d1ced1;
    position: relative;
    top: -5px;
}
.product-number span {
    font-size: 18px;
   /* color: #37003c;*/
   color:#169b04;
    display: inline-block;
    position: relative;
   
    font-weight: 600;
}

.product-special h6 {
    color: #fe015b;
    font-size: 14px;
}
.product-icon-content h4 {
    font-size: 14px;
    /* color: #757575; */
    color: #000;
    padding-left: 22px;
    position: relative;
}
.product-icon-content h4:after {
    position: absolute;
    content: "\f1b9";
    width: 8px;
    height: 8px;
    font-family: FontAwesome;
    left: 4px;
    top: 2px;
    font-size: 11px;
    color: #37003c;
}
.cst-map .gm-style .default-card {
    display: none !important;
}
.mob-view.map-wrap {
    display: block !important;
    position: absolute;
    right: 0;
}

.carousel-wrap {
  margin: 0px auto;
  padding: 0 5%;
  width: 100%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
 font-size: 24px;
 color: #fff;
}

.owl-nav .owl-prev {
    left: -20px;
    position: absolute;
    top: 50%;
}

.owl-nav .owl-next {
    right: -20px;
    position: absolute;
    top: 50%;
}
.owl-carousel .owl-nav
{
    display: block !important;
}
a#open-map-des{
    position: relative;
    float: right;
    padding-right: 40px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
	cursor: pointer;
}
a#open-map-des.hide_show{
    padding-left: 20px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
a#open-map-des:after{
    content: "\f279";
    position: absolute;
    font-family: "FontAwesome";
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
}
.des-view.slide-wrap {
    margin-left: auto;
}

.blog--sidenav {
 
  width: 100%; 
  height: 100%;
  z-index: 1; 
  top: 0; 
  left: 0;
  background-color: #fff; 
  overflow-x: hidden; 
  padding: 30px 20px;
    border-radius: 4px;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
}
.blog--sidenav a {
    text-decoration: none;
    /* color: #747474; */
    color: #000;
    display: block;
    font-size: 16px;\
	padding-left: 15px;
}
.blog--sidenav a i {
	font-size: 8px;
	vertical-align: middle;
	margin-right: 6px;
	/*color: #ff015b;*/
    color: #0161ff;
	margin-top: -2px;
	margin-left: -15px;
}
  .widget-title {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    background-color: transparent;
    font-size: 22px;
    font-weight: 700;
    text-transform: none;
    /*color: #3d0941;*/
    color: #169b04;
}
 .widget_search .search-form .input-group-form {
    width: 100%;
}
.blog--sidenav label {
    /*color: #3d0941;*/
    color: #169b04;
    font-size: 14px;
    font-weight: 600;
}
.blog--sidenav input
{
    margin-bottom: 10px !important;
    padding: 16px 1.25rem;
    height: 2.75rem;
    background-color: #faf5fa;
    border: 1px solid;
    border-color: #ececec;
    border-radius: 4px;
    box-shadow: none;
    color: #747474;
}
.search-submit.bttn.bttn-secondary
{
    background-color: #07f0ff;
    color: #3d0941;
    border: none;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
}
.blog--sidenav ul li {
   padding-bottom: 30px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 30px;
}
.blog--sidenav ul li:last-child
{
    border-bottom: none;
}
.vehicle-wrap {
  padding: 40px 0px !important;
    width: 100%;
    
}
.blog--sidenav a:hover {
    /*color: #fe015b;*/
    color: #0161ff;
}
.product-num-content {
    margin: 1px 0px;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.product-number {
    display: inline-block;
    width: 150px;
    vertical-align: top;
}
.product-icon-content {
    display: inline-block;
    vertical-align: top;
    width: 135px;
    padding-top: 14px;
}
.product--txet-wrap {
    padding: 10px 0px 20px;
}
.product--txet-wrap h4
{
    font-size: 16px;
    /*color: #37003c;*/
    color:#000;
    line-height: 30px;
    font-weight: 700;
}
.product--txet-wrap h6 {
    font-size: 12px;
    font-weight: 600;
    /*color: #fe015b;*/
    color: firebrick;
    line-height: 18px;
    text-transform: uppercase;
}
.search-for-storage.second--list ul,
.search-for-storage.third--list ul

{
        column-count: 2;
}
.search-for-storage.fourth--list ul
{
     column-count: 6;
}
.product-listing-wrap + .btn-wrap.text-center{
    position: relative;
}
.product-listing-wrap + .btn-wrap.text-center .cstm-btn:focus{
    background: #fff;
    color: #ff015b;
}
.top--header .list-menu li .dropdown-list:hover .dropdown-content.open {
    display: block;
}
.top--header .list-menu li .dropdown-list:hover>a{
   /* color: #ff015b;*/
       color: #07f0ff
}

label.error {
	color: red;
	text-align: left !important;
	width: 100%;
}
.blog-page {
	margin: 3em 0;
}
.blog-page .blog-title {
    font-size: 1.8em;
    margin-bottom: 0.4em;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    font-family: 'Oswald', sans-serif;
    /*text-shadow: 1px 1px 0px rgba(0,0,0,0.8);*/
}
.blog-page .blog-meta  {
	margin-bottom: 10px;
	display: block;
	font-size: 15px;
	font-weight: 600;
}
.blog-page .blog-img {
	display: inline-block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.blog-page .blog-img > img {
	width: 100%;
}
.blog-page .blog-content p{
	font-family: "Helvetica","sans-serif";
	font-size: 16px;
	color: #000;
	line-height: 26px;
	margin: 20px 0;
}

.blog-page .blog-content li {
	font-size: 16px;
	color: #000;
	line-height: 26px;
	font-family: "Helvetica","sans-serif";
}


/***404 page**/
.w3layouts-errortext{
    padding: 10em 0;
    text-align: center;
} 
.w3layouts-errortext h2 {
    font-size: 1.2em;
    color: #fd0159;
    font-weight: 900; 
	line-height: 1.8em;
}  
/***404 page**/
.info-content {
	width: 160px;
	
}
.info-content img{width: 100%;height:100px;}
.info-content .text{
	margin-top: 1em;
	padding: 5px;
}
.map-zindex {
	z-index:99999 !important;
}
.gm-style .place-card-medium{display:none !important;}
.info-content .cst--contact.des-view {font-size: 12px;}
.info-content h3.cst--heading{
	font-size: 14px;
	font-weight: 600;
}


.boxed-content {
	max-width: 730px;
	margin: 0 auto;
	position: relative;
	top: -100px;
	padding: 0 15px;
}


.info-content .unit-btn a {
	font-size: 13px;
	line-height: 28px;
	width: 75%;
	border-radius: 5px;
	background-color: #ff015b;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	border: 1px solid transparent;
	font-weight: 700;
}

.cst-map{display:none;}

#nav-search-form {
	float:left;
width:100%;
}
#nav-search-form .input-group {

    float: left;
    width: 50%;

}
#nav-search-form .input-group:first-child {

    float: left;
    width: 34%;

}
#nav-search-form .input-group:first-child {
	border-radius:5px 0 0 5px;
}
#nav-search-form .input-group.submit-button {
	width:10%;
}
#nav-search-form .input-group.submit-button button {
	/*background: #ff015b;*/
    background: #0161ff;
	color:#fff;
	border-radius: 0 5px 5px 0;
}
#nav-search-form .input-group span.nearby {

    width: 32%;
    float: left;
    display: block;
    padding: 9.5px 0;
    border-radius: 0;

}
#nav-search-form .input-group #location {

    width: 68%;
    float: left;
    border-radius: 0;
    padding-left: 8px;
    padding-right: 0;

}
#nav-search-form .input-group #locations {

    width: 68%;
    float: left;
    border-radius: 0;
    padding-left: 8px;
    padding-right: 0;

}
.top--header .navbar-header {

    float: left;
    width: 69%;

}
.input-group-addon em img {
	max-width:15px;
}
.cst--input #nav-search-form div.input-group:last-of-type::after {
	position:relative;
}
.pagination>.active>a, .pagination>.active>a:focus,
.pagination>.active>a:hover, 
.pagination>.active>span,
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
	/*background-color: #ff045b;*/
    background-color: #169b04;
    border-color: #dddddd;
}
.pagination > li > a, .pagination > li > span {
	color:#000;
}
.city-map-list{display:none;}

#nav-search-form .select2-container--default .select2-selection--single .select2-selection__clear {
	    right: 20px;
    font-size: 10px;
}
#nav-search-form .select2-container--default {
	width:150px !important;
}
#nav-search-form .input-group {
	margin-right:5px;
	width:45%;
}

.cms-page p, .cms-page p span, .cms-page li span{
	font-size: 16px !important;
	color: #000 !important;
	line-height: 26px !important;
	font-weight: 400 !important;
	text-align: justify !important;
}

.cms-page h3 {
	font-size: 20px !important;
	/*color: #37003c !important;*/
    color: #169b04!important;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 20px;
}

.cms-page h2 {
	font-size: 20px;
	/*color: #37003c;*/
    color: #169b04;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 20px;
}


#nav-search-form .error_sty .error {
	position: absolute;
	top: 34px;
	left: 0;
}
#myNavbar {
	box-shadow:none; 
}
.storage-left .storage-content {
	padding-right:20px;
}
.storage-right .storage-content {
	padding-left:20px;
}
.popular-listing-sec figure.product-img img {
	min-height:185px;
}

.search-fields .select2-container{width:100% !important;}

.clicks-facility.cstm-btn:hover, .clicks-facility.cstm-btn:focus {
	/*border-color: darkblue;*/
	color: #fff;
	/*background-color: darkblue;*/
    background:#1cc405;
    border-color:#1cc405
}

.blog-content ol li{list-style: inherit;}
.blog-content ul li{list-style: square !important;}
.blog-content ol, .blog-content ul{padding-left: 40px;}
.storage-units-description p{font-size:16px !important;line-height:26px !important;color:#000 !important;font-family: "Helvetica","sans-serif";}
.storage-units .storage-units-description h3{color:#169b04;}
.banner-content{
     position: relative;
}
.storage-unit-sec .storage-inner-content .new{
    position: relative;
    padding-bottom: 40px;
}
.storage-unit-sec .storage-inner-content .new:before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(123, 177, 123, 0.4);
}

.storage-unit-sec .storage-inner-content .new1:before{
  position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgb(179, 196, 252,0.6);
}
.storage-content-wrap .storage-content{
    z-index: 1;
}
/*3oct2019*/
.storage-unit-sec .storage-inner-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
}
.storage-unit-sec .new .storage-content-wrap{
    width: 100%;
    min-height: 300px;
    max-height: 300px;
    background-position: center center!important;
    background-size: cover!important;
    margin-bottom: 40px;
}
.storage-unit-sec .new  .section-headeing h1{
    font-size: 57px
}
.storage-unit-sec .storage-inner-content .new p{
    position: relative;
    color: #000;
    font-size: 17px;
    z-index: 1;
    padding: 10px 50px;
}
.storage-unit-sec .storage-inner-content .new:first-child:after{
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #169b04;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    position: absolute;
    content: "OR";
    transform: translateY(-50%);
    z-index: 99;
    right: -22px;
    top: 50%;nslateY(-50%);
    z-index: 99;
}
span.seprator-icon{
    display:none
}
/*11oct2019*/
.storage-unit-sec .storage-inner-content .new ul{
    z-index: 1;
    position: relative;
    padding-left: 48px;
}
.storage-unit-sec .storage-inner-content .new.new1 ul{
    padding-left: 100px;
}
.storage-unit-sec .storage-inner-content .new.new1 ul li{
      list-style: disc;
    font-size: 16px;
    color: #07075f;
}
.storage-unit-sec .storage-inner-content .new ul li{
    color:green;
     list-style: disc;
    font-size: 16px;
}


@media screen and (max-width: 767px) {
#resp-ad { 
display:block !important;
 padding: 0px;
 }
 .add-block{
  margin-bottom: 0px;
  max-width: 100%;
 }
#desk-ad {
display: none !important;  
}
#resp-ad li.left-sec {
    padding: 0px;
}

}