/*Variables starts*/
:root {
  --theme-primary-color: #002664;
  --theme-secondary-color: #f47920;
}

/*Variables starts*/
body {
  min-width: 100%;
}

@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.six-storage-grid-container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.six-storage-grid-container-root {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 576px) {
  .six-storage-grid-container-root {
    padding-right: 15px;
    padding-left: 15px;
  }
  .six-storage-grid-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  #six-storage-online-unit-collection-contianer.six-storage-grid-d-grid .six-storage-gridshadow {
    max-width: 47%;
  }
}

@media (min-width: 768px) {
  .six-storage-grid-container-root {
    padding-right: 15px;
    padding-left: 15px;
  }
  .six-storage-grid-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .six-storage-grid-container-root {
    padding-right: 15px;
    padding-left: 15px;
  }
  .six-storage-grid-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  #six-storage-online-unit-collection-contianer.six-storage-grid-d-grid .six-storage-gridshadow {
    max-width: 31%;
  }
  .min-w-30 {
    min-width: 30% !important;
  }
  .min-w-18 {
    min-width: 18% !important;
  }
  .min-w-25 {
    min-width: 25% !important;
  }
}

#six-storage-online-unit-collection-contianer.six-storage-grid-d-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .six-storage-grid-container-root {
    padding-right: 15px;
    padding-left: 15px;
  }
  .six-storage-grid-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 576px) {
  .six-storage-grid-container-root {
    width: 540px !important;
    max-width: 540px !important;
  }
  .six-storage-grid-container {
    width: 100% !important;
    max-width: 540px !important;
  }
}

@media (min-width: 768px) {
  .six-storage-grid-container-root {
    width: 720px !important;
    max-width: 720px !important;
  }
  .six-storage-grid-container {
    width: 100% !important;
    max-width: 720px !important;
  }
}

@media (min-width: 992px) {
  .six-storage-grid-container-root {
    width: 960px !important;
    max-width: 960px !important;
  }
  .six-storage-grid-container {
    width: 100% !important;
    max-width: 960px !important;
  }
}

@media (min-width: 1200px) {
  .six-storage-grid-container-root {
    width: 1200px !important;
    max-width: 1200px !important;
  }
  .six-storage-grid-container {
    width: 100% !important;
    max-width: 1200px !important;
  }
}

.six-storage-grid-container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .six-storage-grid-container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .six-storage-grid-container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .six-storage-grid-container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .six-storage-grid-container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.text-blue {
  color: #107ef4;
}

.six-storage-grid-m0 {
  margin: 0px !important;
}

.six-storage-grid-mr0 {
  margin-right: 0px !important;
}

.six-storage-grid-ml0 {
  margin-left: 0px !important;
}

.six-storage-grid-mb0 {
  margin-bottom: 0px !important;
}

.six-storage-grid-mt0 {
  margin-top: 0px !important;
}

.six-storage-grid-p0 {
  padding: 0px !important;
}

.six-storage-grid-pr0 {
  padding-right: 0px !important;
}

.six-storage-grid-pl0 {
  padding-left: 0px !important;
}

.six-storage-grid-pb0 {
  padding-bottom: 0px !important;
}

.six-storage-grid-pt0 {
  padding-top: 0px !important;
}

.six-storage-grid-m5 {
  margin: 5px !important;
}

.six-storage-grid-mr5 {
  margin-right: 5px !important;
}

.six-storage-grid-ml5 {
  margin-left: 5px !important;
}

.six-storage-grid-mb5 {
  margin-bottom: 5px !important;
}

.six-storage-grid-mt5 {
  margin-top: 5px !important;
}

.six-storage-grid-p5 {
  padding: 5px !important;
}

.six-storage-grid-pr5 {
  padding-right: 5px !important;
}

.six-storage-grid-pl5 {
  padding-left: 5px !important;
}

.six-storage-grid-pb5 {
  padding-bottom: 5px !important;
}

.six-storage-grid-pt5 {
  padding-top: 5px !important;
}

.six-storage-grid-m10 {
  margin: 10px !important;
}

.six-storage-grid-mr10 {
  margin-right: 10px !important;
}

.six-storage-grid-ml10 {
  margin-left: 10px !important;
}

.six-storage-grid-mb10 {
  margin-bottom: 10px !important;
}

.six-storage-grid-mt10 {
  margin-top: 10px !important;
}

.six-storage-grid-p10 {
  padding: 10px !important;
}

.six-storage-grid-pr10 {
  padding-right: 10px !important;
}

.six-storage-grid-pl10 {
  padding-left: 10px !important;
}

.six-storage-grid-pb10 {
  padding-bottom: 10px !important;
}

.six-storage-grid-pt10 {
  padding-top: 10px !important;
}

.six-storage-grid-m15 {
  margin: 15px !important;
}

.six-storage-grid-mr15 {
  margin-right: 15px !important;
}

.six-storage-grid-ml15 {
  margin-left: 15px !important;
}

.six-storage-grid-mb15 {
  margin-bottom: 15px !important;
}

.six-storage-grid-mt15 {
  margin-top: 15px !important;
}

.six-storage-grid-p15 {
  padding: 15px !important;
}

.six-storage-grid-pr15 {
  padding-right: 15px !important;
}

.six-storage-grid-pl15 {
  padding-left: 15px !important;
}

.six-storage-grid-pb15 {
  padding-bottom: 15px !important;
}

.six-storage-grid-pt15 {
  padding-top: 15px !important;
}

.six-storage-grid-m20 {
  margin: 20px !important;
}

.six-storage-grid-mr20 {
  margin-right: 20px !important;
}

.six-storage-grid-ml20 {
  margin-left: 20px !important;
}

.six-storage-grid-mb20 {
  margin-bottom: 20px !important;
}

.six-storage-grid-mt20 {
  margin-top: 20px !important;
}

.six-storage-grid-p20 {
  padding: 20px !important;
}

.six-storage-grid-pr20 {
  padding-right: 20px !important;
}

.six-storage-grid-pl20 {
  padding-left: 20px !important;
}

.six-storage-grid-pb20 {
  padding-bottom: 20px !important;
}

.six-storage-grid-pt20 {
  padding-top: 20px !important;
}

.six-storage-grid-m25 {
  margin: 25px !important;
}

.six-storage-grid-mr25 {
  margin-right: 25px !important;
}

.six-storage-grid-ml25 {
  margin-left: 25px !important;
}

.six-storage-grid-mb25 {
  margin-bottom: 25px !important;
}

.six-storage-grid-mt25 {
  margin-top: 25px !important;
}

.six-storage-grid-p25 {
  padding: 25px !important;
}

.six-storage-grid-pr25 {
  padding-right: 25px !important;
}

.six-storage-grid-pl25 {
  padding-left: 25px !important;
}

.six-storage-grid-pb25 {
  padding-bottom: 25px !important;
}

.six-storage-grid-pt25 {
  padding-top: 25px !important;
}

.six-storage-grid-m30 {
  margin: 30px !important;
}

.six-storage-grid-mr30 {
  margin-right: 30px !important;
}

.six-storage-grid-ml30 {
  margin-left: 30px !important;
}

.six-storage-grid-mb30 {
  margin-bottom: 30px !important;
}

.six-storage-grid-mt30 {
  margin-top: 30px !important;
}

.six-storage-grid-p30 {
  padding: 30px !important;
}

.six-storage-grid-pr30 {
  padding-right: 30px !important;
}

.six-storage-grid-pl30 {
  padding-left: 30px !important;
}

.six-storage-grid-pb30 {
  padding-bottom: 30px !important;
}

.six-storage-grid-pt30 {
  padding-top: 30px !important;
}

.six-storage-grid-m35 {
  margin: 35px !important;
}

.six-storage-grid-mr35 {
  margin-right: 35px !important;
}

.six-storage-grid-ml35 {
  margin-left: 35px !important;
}

.six-storage-grid-mb35 {
  margin-bottom: 35px !important;
}

.six-storage-grid-mt35 {
  margin-top: 35px !important;
}

.six-storage-grid-p35 {
  padding: 35px !important;
}

.six-storage-grid-pr35 {
  padding-right: 35px !important;
}

.six-storage-grid-pl35 {
  padding-left: 35px !important;
}

.six-storage-grid-pb35 {
  padding-bottom: 35px !important;
}

.six-storage-grid-pt35 {
  padding-top: 35px !important;
}

.six-storage-grid-m40 {
  margin: 40px !important;
}

.six-storage-grid-mr40 {
  margin-right: 40px !important;
}

.six-storage-grid-ml40 {
  margin-left: 40px !important;
}

.six-storage-grid-mb40 {
  margin-bottom: 40px !important;
}

.six-storage-grid-mt40 {
  margin-top: 40px !important;
}

.six-storage-grid-p40 {
  padding: 40px !important;
}

.six-storage-grid-pr40 {
  padding-right: 40px !important;
}

.six-storage-grid-pl40 {
  padding-left: 40px !important;
}

.six-storage-grid-pb40 {
  padding-bottom: 40px !important;
}

.six-storage-grid-pt40 {
  padding-top: 40px !important;
}

.six-storage-grid-m45 {
  margin: 45px !important;
}

.six-storage-grid-mr45 {
  margin-right: 45px !important;
}

.six-storage-grid-ml45 {
  margin-left: 45px !important;
}

.six-storage-grid-mb45 {
  margin-bottom: 45px !important;
}

.six-storage-grid-mt45 {
  margin-top: 45px !important;
}

.six-storage-grid-p45 {
  padding: 45px !important;
}

.six-storage-grid-pr45 {
  padding-right: 45px !important;
}

.six-storage-grid-pl45 {
  padding-left: 45px !important;
}

.six-storage-grid-pb45 {
  padding-bottom: 45px !important;
}

.six-storage-grid-pt45 {
  padding-top: 45px !important;
}

.six-storage-grid-m50 {
  margin: 50px !important;
}

.six-storage-grid-mr50 {
  margin-right: 50px !important;
}

.six-storage-grid-ml50 {
  margin-left: 50px !important;
}

.six-storage-grid-mb50 {
  margin-bottom: 50px !important;
}

.six-storage-grid-mt50 {
  margin-top: 50px !important;
}

.six-storage-grid-p50 {
  padding: 50px !important;
}

.six-storage-grid-pr50 {
  padding-right: 50px !important;
}

.six-storage-grid-pl50 {
  padding-left: 50px !important;
}

.six-storage-grid-pb50 {
  padding-bottom: 50px !important;
}

.six-storage-grid-pt50 {
  padding-top: 50px !important;
}

.btn-grid-primary {
  background: #002664;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  line-height: 1.5;
  outline: none;
  border-radius: 0.5rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}

.btn-grid-primary:hover {
  color: #fff !important;
}

.btn-grid-secondary {
  background: #f47920;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  line-height: 1.5;
  outline: none;
  border-radius: 0.5rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}

.btn-grid-secondary:hover {
  color: #fff !important;
}

.btn-grid-blue {
  background: #002664;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  line-height: 1.5;
  outline: none;
  border-radius: 0.5rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}

.btn-grid-blue:hover {
  color: #fff !important;
}

.btn-grid-red {
  background: #e41749;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  line-height: 1.5;
  outline: none;
  border-radius: 0.5rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}

.btn-grid-red:hover {
  color: #fff !important;
}

.btn-grid-green {
  background: #17b978;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  line-height: 1.5;
  outline: none;
  border-radius: 0.5rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}

.btn-grid-green:hover {
  color: #fff !important;
}

.btn-grid-black {
  background: #333;
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  line-height: 1.5;
  outline: none;
  border-radius: 0.5rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}

.btn-grid-black:hover {
  color: #fff !important;
}

.six-storage-grid-form-control {
  display: block;
  width: 100% !important;
  padding: 10px 8px !important;
  font-weight: 400 !important;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
}

.six-storage-grid-form-group {
  margin-bottom: 10px;
}

/* The container */
.six-storage-container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.six-storage-container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#six-storage-dvPaymentForm,
#iframePaymentFormMoveIn {
  border: none;
}

.six-storage-container-checkbox input:disabled ~ .checkmark {
  cursor: no-drop;
}

/* Create a custom checkbox */
/* Create a custom radio button */
.radiobutton {
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.six-storage-container-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.six-storage-container-checkbox input:checked ~ .checkmark {
  background-color: #002664;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.six-storage-container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.six-storage-container-checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.six-storage-grid-img-fluid {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
  width: auto;
}

.six-storage-amenities-icon {
  list-style: none;
  padding-left: 0;
  border-top: 1px solid #ddd;
  padding-top: 8px;
  margin-top: 20px;
}

.six-storage-unit-discount {
  font-size: 13px;
}

.float-left {
  float: left;
}

.six-storage-unit-details {
  padding: 15px;
}

.six-storage-unit-details h5 {
  font-size: 22px !important;
}

.six-storage-grid-ml-auto {
  margin-left: auto;
}

.six-storage-grid-mr-auto {
  margin-right: auto;
}

.six-storage-gridw-50 {
  width: 50%;
}

.six-storage-gridw-50 .six-storage-gridw-100 {
  width: 100%;
}

.six-storage-gridh-100 {
  height: 100%;
}

.pt-10 {
  padding-top: 10px;
}

.six-storage-grid-text-center {
  text-align: center;
}

.six-storage-grid-six-storage-text-right {
  text-align: right;
}

.six-storage-gridshadow {
  -webkit-box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.075);
}

.six-storage-right-side-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.mb-20 {
  margin-bottom: 20px;
}

.six-storage-grid-d-inline-block {
  display: inline-block !important;
}

.six-storage-grid-d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.six-storage-pr-20 {
  padding-right: 20px;
}

.six-storage-pr-10 {
  padding-right: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.six-storage-unitDetails-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 8px #ddd;
          box-shadow: 0 0 8px #ddd;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 10px;
  margin-left: 15px;
}

.six-storage-unit-details {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}

.six-storage-right-side-grid {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.six-storage-gridViewclass {
  width: 31.3%;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
}

.six-storage-topBtns {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}

.six-storage-topBtns .btn-blue {
  margin-right: 15px;
}

.six-storage-topBtns img {
  width: 25px;
  padding-right: 5px;
}

/*step-2 scss*/
/****  floating-Lable style start ****/
.six-storage-floating-label {
  position: relative;
  margin-bottom: 25px;
}

.six-storage-floating-input,
.six-storage-floating-select {
  font-size: 14px;
  padding: 4px 4px !important;
  display: block;
  width: 100%;
  height: 35px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: none !important;
  background-color: transparent;
  border: none !important;
  border-bottom: 1px solid #ddd !important;
  font-weight: 600;
}

.six-storage-floating-input:focus,
.six-storage-floating-select:focus {
  outline: none;
  border-bottom: 2px solid #5264ae;
}

.six-storage-floating-label .six-storage-grid-form-control {
  border-radius: 0;
  color: #000;
}

.six-storage-floating-label label {
  color: #6b6b6b !important;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 5px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.six-storage-floating-input:focus ~ label,
.six-storage-floating-input:not(:placeholder-shown) ~ label,
.six-storage-floating-input.floating-active ~ label {
  top: -18px;
  font-size: 13px;
  color: #6b6b6b;
  font-weight: 400;
}

.six-storage-floating-input.floating-active ~ label,
.six-storage-floating-input[type="date"] ~ label,
[type="date"].six-storage-floating-input ~ label {
  top: -18px;
  font-size: 13px;
  color: #6b6b6b;
  font-weight: 400;
}

.six-storage-floating-select:focus ~ label,
.six-storage-floating-select:not([value=""]):valid ~ label {
  top: -18px;
  font-weight: normal;
  font-size: 13px;
}

/* active state */
.six-storage-floating-input:focus ~ .bar:before,
.six-storage-floating-input:focus ~ .bar:after,
.six-storage-floating-select:focus ~ .bar:before,
.six-storage-floating-select:focus ~ .bar:after {
  width: auto;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.six-storage-floating-textarea {
  max-height: 260px;
  overflow: hidden;
  overflow-x: hidden;
  color: #000;
}

/* highlighter */
.highlight {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 15%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

/* active state */
.six-storage-floating-input:focus ~ .highlight,
.six-storage-floating-select:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

/* animation */
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}

/*End*/
.six-storage-grid-w-100 {
  width: 100%;
  clear: both;
}

.six-storage-grid-w-15 {
  width: 15%;
}

.six-storage-fs-title {
  font-size: 25px !important;
  color: #002664;
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.six-storage-text-uppercase {
  text-transform: uppercase !important;
}

.six-storage-text-center {
  text-align: center !important;
}

.six-storage-bordertable {
  border-radius: 5px;
  padding: 15px;
  -webkit-box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.075);
  margin-bottom: 25px;
}

.six-storage-grid-table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border-collapse: collapse;
}

.six-storage-grid-table td {
  font-weight: normal;
  background-color: #fff !important;
}

.six-storage-grid-table th {
  font-weight: bold;
}

.six-storage-grid-table td,
.six-storage-grid-table th {
  padding: 0.75rem;
  vertical-align: middle;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #dee2e6 !important;
}

.six-storage-text-left {
  text-align: left !important;
}

.six-storage-text-right {
  text-align: right;
}

.select-unit-table tbody tr td span {
  float: left;
  padding-left: 80px;
  display: inline-block;
}

.six-storage-grid-bg-light {
  background-color: #f8f9fa !important;
}

.six-storage-grid-table-borderless td,
.six-storage-grid-table-borderless th {
  border: 0;
}

.six-storage-grid-table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.six-storage-grid-border-top {
  border-top: 1px solid #dee2e6 !important;
}

.six-storage-unit-Moveout {
  margin-top: 30px;
  padding: 0;
}

.six-storage-deleteunit-btn {
  right: -8px;
  top: -15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  border: none;
  background-color: transparent !important;
  padding: 15px;
}

.six-storage-deleteunit-btn:focus {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.six-storage-icofont-close {
  width: 30px;
}

/*End*/
/*Step3 scss*/
.accordion {
  background-color: #002664;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.075);
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 15px;
  line-height: 1;
}

.accordion:after,
#six-storage-accordionExample .grid-card .btn-link:after {
  content: "\002B";
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 25px;
  line-height: 0.5 !important;
}

#six-storage-accordionExample .grid-card .btn-link.active:after {
  content: "\2212";
}

.six-storage-grid-panel h6 {
  font-size: 16px;
  margin: 20px auto;
}

#six-storage-showvehicleinfo1 {
  margin-top: 25px;
}

.six-storage-addvehicleinfo {
  max-width: 100%;
  width: 100px;
  margin: 0 auto;
  display: block;
}

.six-storage-img-container {
  position: relative;
  width: 100%;
}

.six-storage-img-box-div {
  background-position: center;
  background-repeat: no-repeat;
  height: 150px;
  margin: 0 auto;
  width: 120px;
  background-size: 76%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.middle {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  height: 100%;
}

.six-storage-img-container:hover .image {
  opacity: 0.3;
}

.six-storage-img-container:hover .middle {
  opacity: 1;
}

.text {
  background-color: rgba(255, 255, 255, 0.7);
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.text.six-storage-addPrdouct {
  width: 100%;
  height: 100%;
}

.text a:focus {
  outline: none;
}

.six-storage-addPrdouct input {
  max-width: 80px;
  margin: 0 auto;
  max-height: 30px;
}

.six-storage-addPrdouct input a.cc {
  cursor: pointer;
}

.six-storage-addcart img {
  width: 30px;
}

.six-storage-font-weight-600 {
  font-weight: 600;
}

/*End*/
/*step4*/
.six-storage-six-storage-font-size-15 {
  font-size: 15px !important;
}

#six-storage-emergency-details-list {
  margin-bottom: 40px;
}

.six-storage-grid-title-hr {
  width: 64px !important;
  max-width: 64px;
  border: none;
  border-bottom: 3px solid #002664;
  margin: 0 auto !important;
  background-color: transparent !important;
  position: relative;
}

.six-storage-grid-title-hr::before {
  content: unset;
}

.six-storage-grid-title-hr::after {
  content: unset;
}

.h-5 {
  font-size: 1.2rem;
}

.six-storage-upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.six-storage-btn-upload {
  border: 2px solid #f47920;
  color: #f47920;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
}

.six-storage-btn-upload .fa {
  font-size: 20px;
  margin-right: 12px;
}

.six-storage-upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.six-storage-invalid-feedback {
  color: red;
  font-size: 13.5px !important;
}

#deliveryaddress-1 h5 {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*end*/
/*step-5 scss*/
.table-left td,
.table-left th {
  text-align: left;
}

.six-storage-grid-border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.six-storage-grid-table .grid-thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
  text-transform: capitalize !important;
}

.six-storage-grid-border {
  border: 1px solid #dee2e6 !important;
}

.p {
  font-size: 14px;
}

.six-storage-signature-pad {
  height: 180px;
}

.six-storage-grid-shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.six-storage-h-6 {
  font-size: 1rem;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.table-left .six-storage-edit-icon {
  width: 21px;
  float: right;
  height: auto;
}

.six-storage-grid-shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.six-storage-cursor-pointer {
  cursor: pointer;
}

.six-storage-d-none {
  display: none !important;
}

.six-storage-min-height-150 {
  min-height: 150px;
}

.multi-select__dropdown:after {
  font-weight: 900;
  content: "\01F893";
  font-size: 31px;
  line-height: 0;
  top: 72%;
  position: absolute;
  right: 3%;
}

.multi-select__table {
  position: absolute;
  top: 50px;
  left: 0px;
  z-index: 999;
  -webkit-transform: translateY(-20px) scale(0.7);
          transform: translateY(-20px) scale(0.7);
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
  visibility: hidden;
}

.multi-select__table thead tr {
  width: calc(100% - 0.5rem);
}

.multi-select__table tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.multi-select__table tbody {
  display: block;
  max-height: 80px;
  overflow-y: auto;
}

.multi-select__table tbody::-webkit-scrollbar {
  width: 5px;
}

.multi-select__table tbody::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.multi-select__table tbody::-webkit-scrollbar-thumb {
  background: #888;
}

.multi-select__table tbody::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.multi-select__table.show {
  -webkit-transform: translateY(0px) scale(1);
          transform: translateY(0px) scale(1);
  visibility: visible;
}

/*Flexbox Code starts*/
.flexbox-important {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.six-storage-grid-d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.six-storage-grid-d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-items-strech {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.align-self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-self-strech {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*Flexbox Code end*/
.text-white {
  color: #fff;
}

.text-danger {
  color: red;
}

.text-lightgreen {
  color: #3ccf8e;
}

.text-red {
  color: red;
}

.border-radius-left-20 {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.border-radius-right-20 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.bg-light-blue {
  background-color: #002664;
  color: #fff;
}

.six-storage-deleteunit-btn span,
.font-50 {
  font-size: 50px;
}

.six-storage-deleteunit-btn span {
  font-size: 35px;
}

.add-more ::after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.remove-items::after {
  content: "\2212";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

#six-storage-selected-units-contianer .bg-light-blue .text-danger {
  cursor: pointer;
}

#six-storage-selected-units-contianer .bg-light-blue {
  margin-right: 10px;
}

.comingsoon-title {
  text-align: center;
  padding: 50px;
  font-size: 50px;
  color: #002664;
}

/*End*/
/*Dashboard*/
/* Style tab links */
.tablink {
  background-color: #f8f8f8;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

.tablink:hover {
  background-color: #ddd;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  display: none;
  padding: 15px;
  width: 100%;
}

#Home {
  background-color: #fff;
}

#News {
  background-color: #fff;
}

#Contact {
  background-color: #fff;
}

#About {
  background-color: #fff;
}

.six-storage-grid-table .grid-thead-blue th {
  color: #fff;
  background-color: #6db8f2;
  border-color: #6db8f2;
}

.grid-justify-content-left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.six-storage-leasetab table td,
.six-storage-leasetab table th {
  text-align: left;
}

.six-storage-leaseInfo tbody tr td span {
  display: block;
  position: relative;
  line-height: 21px;
  margin-top: 4px;
  color: #6b6b6b;
  font-size: 14px;
}

.six-storage-leasetab table th {
  border-top: 1px solid #ddd;
  font-size: 14px;
  min-width: 100px;
  text-transform: capitalize;
}

/* Dropdown */
.dropdown {
  display: inline-block;
  position: relative;
}

.dd-button {
  display: inline-block;
  border-radius: 4px;
  padding: 10px 30px 10px 20px;
  background-color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
}

.dd-button:hover {
  background-color: #eeeeee;
}

.dd-input {
  display: none;
}

.dd-menu {
  position: absolute;
  top: 85%;
  right: 50%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  list-style-type: none;
  z-index: 40;
}

.dd-input + .dd-menu {
  display: none;
}

.dd-input:checked + .dd-menu {
  display: block;
  text-align: left;
}

.dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}

.dd-menu li:hover {
  background-color: #f6f6f6;
}

.dd-menu li a.cc {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
  text-decoration: none;
  color: #333;
}

.dot-icon {
  width: 13px;
}

.grid-text-success {
  color: #34c28d !important;
}

.grid-text-danger {
  color: #f26d7d !important;
}

.six-storage-leaseInfo .six-storage-container-checkbox {
  padding-left: 0;
}

.righText {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.righText h6 {
  font-size: 16px;
  font-style: italic;
}

.btn-blue-outline {
  line-break: anywhere;
  background: #fff;
  border: 1px dashed #002664;
  color: #002664;
  font-weight: 500;
  border-radius: 5px;
  padding: 4px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*End*/
/*Login Form*/
.loginForm {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
}

.loginForm .six-storage-grid-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.loginForm .six-storage-grid-input-group-prepend {
  border: 1px solid #ddd;
  border-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.loginForm .six-storage-grid-input-group-prepend .six-storage-grid-input-group-text {
  position: relative;
  top: 6px;
}

/*End*/
/*Signup Form*/
.six-storage-sign-up-form,
#sign-in-form {
  max-width: 425px;
  margin: 0 auto;
  margin-top: 15px;
  background: #fff;
  margin-bottom: 15px;
}

.six-storage-sign-up-form .form-row,
#sign-in-form .form-row,
#sign-in-form-new .form-row {
  padding: 25px;
}

#six-storage-movein-modal-Body .six-storage-grid-input-group,
.six-storage-sign-up-form .six-storage-grid-input-group,
#sign-in-form .six-storage-grid-input-group,
#sign-in-form-new .six-storage-grid-input-group {
  margin-bottom: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

#six-storage-movein-modal-Body .six-storage-grid-input-group-prepend,
.six-storage-sign-up-form .six-storage-grid-input-group-prepend,
#sign-in-form .six-storage-grid-input-group-prepend,
#sign-in-form-new .six-storage-grid-input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#six-storage-movein-modal-Body .six-storage-grid-form-control,
.six-storage-sign-up-form .six-storage-grid-form-control,
#sign-in-form .six-storage-grid-form-control,
#sign-in-form-new .six-storage-grid-form-control {
  border: none !important;
  border-bottom: 1px solid #9e9e9e !important;
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
  padding: 3px 6px;
  height: 36px;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0px !important;
}

#six-storage-movein-modal-Body .six-storage-grid-input-group-text,
.six-storage-sign-up-form .six-storage-grid-input-group-text,
#sign-in-form .six-storage-grid-input-group-text,
#sign-in-form-new .six-storage-grid-input-group-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  color: #002664;
  min-width: 40px;
}

.six-storage-modal-footer-text {
  display: inline-block;
  margin-bottom: 15px;
  color: #002664;
  font-weight: 400;
}

#six-storage-sign-up-btn {
  margin-bottom: 0;
}

#six-storage-sign-in-btn {
  margin-bottom: 15px;
}

#sign {
  display: inline-block;
  position: relative;
  color: #002664;
}

.forgotpwd-submit {
  display: block;
  max-width: 100px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.show-forgotpwd {
  max-width: 420px;
  margin: 0 auto;
  background: #fff;
  padding: 20px 20px 0px 20px;
}

.show-forgotpwd .six-storage-grid-input-group {
  margin-bottom: 0;
}

.btn .userlogin {
  font-size: 80px !important;
  display: block;
  position: relative;
}

.loginbtn,
.signupbtn {
  width: 150px;
  height: 150px !important;
}

#loginform-validation .six-storage-grid-input-group {
  margin-bottom: 0px !important;
}

/*End*/
/*Modal Popup Start*/
.modal-container.active {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.modal-container-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
  background-color: white;
  width: 600px;
  max-width: 100%;
  max-height: 600px;
}

.modal-container.active .modal-container-dialog {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.six-storage-modal-container-header {
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid black;
  background: #002664;
}

.six-storage-modal-container-header .title {
  font-weight: bold;
  width: 100%;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.six-storage-modal-container-header .close-button {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  font-weight: bold;
  color: #fff;
  font-size: 30px;
}

.modal-container-body {
  padding: 10px 15px;
  background: #f8f8f8;
}

#overlay {
  position: fixed;
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

#overlay.active {
  opacity: 1;
  pointer-events: all;
}

.six-storage-invalid-feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 95%;
  color: #dc3545;
}

.six-storage-price-detail {
  font-size: 25px !important;
}

/*End*/
/*Final Chanes*/
.gridcol3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.leftsidebar {
  width: 100%;
  border-radius: 10px;
}

.six-storage-unit-details h3 {
  font-size: 1.17em;
  font-weight: 600;
}

.six-storage-location-building {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}

.six-storage-right-side-grid {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.six-storage-unitImg {
  width: 150px;
  height: auto;
}

#six-storage-load-more-container {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

#six-storage-unit-image {
  padding: 15px;
  max-width: 240px;
  width: 100%;
}

.six-storage-grid-d-grid #six-storage-unit-image {
  width: 250px;
}

/* End */
/*step5 latest*/
#six-storage-accordionExample {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#six-storage-accordionExample .grid-card .btn-link {
  color: #fff;
  text-align: left;
  display: block;
  margin-bottom: 14px;
  padding: 20px;
  outline: none;
  -webkit-box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.075);
  font-size: 14px;
  font-weight: 600;
  background-color: #002664 !important;
  margin-bottom: 0;
  margin-top: 20px;
}

#myTab {
  background: #eee;
  padding: 20px;
  margin-left: 0;
  width: 100%;
  clear: both;
  margin-bottom: 0;
  height: 60px;
  margin-top: 90px;
}

#myTab li {
  list-style: none;
  float: left;
  padding: 0px 14px;
}

#spinners {
  width: 100%;
  height: 100%;
  z-index: 999;
}

#six-storage-loading-container {
  z-index: 9999;
}

#preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}

.six-storage-fs-title {
  width: 100%;
}

.mt-60 {
  margin-top: 60px;
}

.mb-35 {
  margin-bottom: 35px;
}

.six-storage-merSearch {
  position: absolute;
  right: 0;
  top: 0px;
  padding: 8px 15px;
  background: #002664;
  color: #fff;
}

.six-storage-cart-items {
  height: 15px;
  width: 15px;
  background: #002664;
  border-radius: 50%;
  text-align: center;
  font-size: 9px;
  line-height: 16px;
  position: absolute;
  top: -14px;
  right: 89%;
  color: #fff;
}

.six-storage-font-weight-bold {
  font-weight: bold;
}

.font-weight-400 {
  font-weight: 400;
}

.six-storage-font-weight-600 {
  font-weight: 600;
}

.six-storage-prdTitle {
  margin-top: 20px;
  font-size: 14px;
}

.six-storage-merCart {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.six-storage-addcart {
  position: relative;
  top: 8px;
}

.grid-border-right {
  border-right: 1px solid #ddd;
}

.grid-bg-white {
  background: #fff !important;
}

table.grid-bg-white tbody tr td,
table.grid-bg-white thead tr th {
  height: 50px;
}

#six-storage-user-details .table-left tbody tr td {
  width: 50%;
}

.moveinSuccess {
  text-align: center;
  padding: 35px;
  max-width: 650px;
  margin: 40px auto;
  -webkit-box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.075);
}

/*End*/
/*Signature pad css*/
#six-storage-signature-pad {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 10px;
  width: 100%;
  height: 100%;
  max-width: 700px;
  height: 310px;
  border: 2px solid #e8e8e8;
  background-color: #fff;
  border-radius: 4px;
  padding: 16px;
  top: 0px;
}

.six-storage-signature-pad--body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #f4f4f4;
}

.six-storage-signature-pad--body canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.02) inset;
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.02) inset;
}

/*End*/
/*Recall CSS*/
/* Radiobutton */
.containerradio {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #6b6b6b;
}

/* Hide the browser's default radio button */
.containerradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmarkradio {
  position: absolute;
  top: -4px;
  left: 5px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerradio:hover input ~ .checkmarkradio {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containerradio input:checked ~ .checkmarkradio {
  background-color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmarkradio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerradio input:checked ~ .checkmarkradio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containerradio .checkmarkradio:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.recall-row {
  max-width: 650px;
  margin: 0 auto;
  background: #fff;
  padding: 25px;
}

.cccardrow {
  padding: 20px;
}

.savedCards li {
  list-style: none;
  background: #f8f8f8;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 15px;
}

.default-btn {
  float: right;
  position: relative;
  top: -5px;
}

#ShowNewCard,
#showSavedCards {
  display: none;
}

/*DAshboard Css*/
/* Style tab links */
.tablink {
  background-color: #fff;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 14px;
}

.tablink:hover {
  background-color: #ddd;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  display: none;
  padding: 15px;
  width: 100%;
}

#Home {
  background-color: #fff;
}

#News {
  background-color: #fff;
}

#Contact {
  background-color: #fff;
}

#About {
  background-color: #fff;
}

.six-storage-grid-table .grid-thead-blue th {
  color: #fff;
  background-color: #6db8f2;
  border-color: #6db8f2;
}

.grid-justify-content-left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.six-storage-leasetab table td,
.six-storage-leasetab table th {
  text-align: center;
  border: 0;
  min-width: 100px;
}

.six-storage-leaseInfo tbody tr td span {
  display: block;
  position: relative;
  line-height: 21px;
  margin-top: 4px;
  color: #6b6b6b;
}

.six-storage-leasetab table th {
  border-top: 1px solid #ddd;
  background: #fafafa !important;
  color: #606060 !important;
}

.six-storage-leasetab table td {
  background: #fff !important;
}

/* Dropdown */
.dropdown {
  display: inline-block;
  position: relative;
}

.dd-button {
  display: inline-block;
  border-radius: 4px;
  padding: 10px 10px 10px 10px;
  background-color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
}

.dd-button:hover {
  background-color: #eeeeee;
}

.dd-input {
  display: none;
}

.dd-menu {
  position: absolute;
  top: 33%;
  right: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  list-style-type: none;
  z-index: 40;
  text-align: left;
  display: none;
}

.dd-button.active + .dd-menu {
  display: block !important;
}

.dd-input:checked + .dd-menu {
  display: block;
}

.dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}

.dd-menu li:hover {
  background-color: #f6f6f6;
}

.dd-menu li a.cc {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
  text-decoration: none;
  color: #333;
}

.dot-icon {
  width: 13px;
}

.grid-text-success {
  color: #34c28d !important;
}

.grid-text-danger {
  color: #f26d7d !important;
}

.grid-text-warning {
  color: orangered !important;
}

.topSearchUnits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  margin-top: 20px;
}

.searchunit span {
  width: 20%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  border: 1px solid #ced4da;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 0;
}

.searchunit input {
  width: 80%;
  float: left;
  border-right: 0;
  border-radius: 0;
}

.font-italic {
  font-style: italic;
}

.dashboard-graybg .tabcontent {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  background-color: #fff;
}

.topSearchUnits .six-storage-grid-form-control {
  border-radius: 0;
}

.six-storage-leaseInfo .six-storage-container-checkbox {
  padding-left: 0;
}

.six-storage-SelectedUnits p {
  font-weight: 500;
  padding-right: 5px;
}

.six-storage-SelectedUnits p span {
  font-weight: 400;
  padding-right: 5px;
  font-size: 13px;
}

a.cc {
  color: #2196f3;
}

a.cc:hover {
  color: #2196f3;
}

a.cc:focus {
  outline: unset;
}

/*End */
/*Custom Tooltip*/
.custom-tooltip {
  position: relative;
  display: inline-block;
}

.custom-tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 13px;
}

.custom-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.custom-tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/*Tooltip End*/
/*Multi Select*/
.multiselect {
  width: 200px;
}

.selectBox {
  position: relative;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkboxes {
  display: none;
  border: 1px #dadada solid;
  position: absolute;
  z-index: 9999;
  background: white;
  width: 200px;
  padding: 10px;
  -webkit-box-shadow: 0 0 8px #ddd;
          box-shadow: 0 0 8px #ddd;
}

#checkboxes label {
  display: block;
  margin-bottom: 15px;
}

#checkboxes label:hover {
  background-color: #fff;
}

/*End here*/
/*header*/
.navbar {
  overflow: hidden;
  background-color: #002664;
  padding-top: 5px;
}

.navbar a.cc {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  text-decoration: none;
}

.dashboard-navbar a.cc {
  padding: 10px 15px;
}

.navbar .dropdown {
  float: left;
  overflow: hidden;
}

.navbar .dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.navbar .dropdown-content a.cc {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

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

.navbar .dropdown:hover .navbar .dropdown-content {
  display: block;
}

body {
  margin: 0;
}

.rightmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.logo {
  position: relative;
  top: -2px;
}

/*footer*/
.footer-big {
  padding-top: 50;
  padding-bottom: 50;
}

.textwidget {
  line-height: 25px;
}

/*Modified  Scss*/
#six-storage-tenant-details,
#six-storage-preview-payment {
  -webkit-box-shadow: 0 0 8px #ddd;
          box-shadow: 0 0 8px #ddd;
  padding: 20px;
  margin-top: 20px;
}

#six-storage-addons-container.six-storage-grid-table-borderless td,
#six-storage-addons-container .six-storage-grid-table-borderless th {
  font-weight: 600;
}

#six-storage-addon-details h6 {
  color: #000;
}

#six-storage-agreement-signature .grid-custom-control-label {
  color: #000;
  padding-left: 35px;
  position: relative;
  top: -10px;
}

#six-storage-signature-pad h5 {
  color: #000;
}

#six-storage-agreement-signature .six-storage-grid-table tbody tr td {
  padding: 15px;
}

#six-storage-agreement-signature .six-storage-grid-table thead tr th {
  text-align: center;
  font-size: 16px;
}

.six-storage-font-weight-bold td {
  font-weight: bold;
}

#six-storage-addons-container .six-storage-grid-bg-light tbody tr td {
  font-weight: 600;
}

#six-storage-addons-container .six-storage-grid-panel {
  border: 1px solid #ddd;
}

.six-storage-unitselectedgrid {
  -webkit-box-shadow: 0 0 8px #ddd;
          box-shadow: 0 0 8px #ddd;
  padding: 10px;
}

#six-storage-moveinstep-buffer-time {
  text-align: center;
  width: 100%;
  position: relative;
  display: block;
  background: #ddd;
  padding: 5px;
  font-weight: 600;
}

#six-storage-moveinstep-rental-period {
  text-align: right;
}

#six-storage-unit-lists {
  margin-top: 20px;
  margin-bottom: 20px;
}

.six-storage-floatingselect label {
  top: -18px;
  font-weight: 400;
  font-size: 13px;
}

.six-storage-addserviceediticon {
  width: 25px;
  float: right;
  color: #002664;
  position: relative;
  top: -20px;
}

.six-storage-upload-icon {
  position: relative;
  top: -2px;
  margin-right: 8px;
}

.six-storage-paymentForms {
  margin-top: 125px;
}

.six-storage-grid-panel {
  padding: 0 0px;
  display: none;
  width: 100%;
  background-color: white;
  overflow: hidden;
  -webkit-transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  display: none;
}

.six-storage-grid-panel.show {
  display: block !important;
}

.accordion.active + .six-storage-grid-panel {
  display: block;
}

#six-storage-rent-now-err {
  text-align: right;
  font-size: 13px;
  font-weight: 600;
}

#preloader-background,
#six-storage-loading-container {
  top: 25px !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  width: 100%;
  height: 500%;
  z-index: 9999999;
}

#six-storage-spinner_background {
  width: 100%;
  height: 100%;
  z-index: 9999999;
}

#six-storage-spinnerLoader {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999999;
}

#preloader span {
  display: block;
  bottom: 0;
  width: 9px;
  height: 5px;
  background: #21858c;
  position: absolute;
  -webkit-animation: preloader 1.5s infinite ease-in-out;
  animation: preloader 1.5s infinite ease-in-out;
}

#preloader span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#preloader span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#preloader span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

#preloader span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

@-webkit-keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0);
    background: #21858c;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    background: #30aeb7;
  }
  50% {
    height: 5px;
    -webkit-transform: translateY(0);
    background: #21858c;
  }
  100% {
    height: 5px;
    -webkit-transform: translateY(0);
    background: #21858c;
  }
}

@keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #21858c;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    background: #30aeb7;
  }
  50% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #21858c;
  }
  100% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #21858c;
  }
}

#six-storage-sign-up-response {
  color: #721c24;
}

.qs-datepicker-container {
  width: 250px !important;
}

.qs-datepicker .qs-square {
  height: 2.2em !important;
  font-size: 14px;
}

.qs-controls {
  padding: 7px;
  font-size: 13px;
}

/*End Modified Scss*/
/*media queries*/
@media (max-width: 1024px) {
  .six-storage-selectedUnits-2 {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .addonGrid-3 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .six-storage-right-side-grid h2 {
    font-size: 24px;
  }
  .six-storage-dashboard-action-navbar a.cc {
    font-size: 12px !important;
  }
  .six-storage-dashboard-action-navbar li a:not(.active) .navbar-text {
    display: none;
  }
  .six-storage-dashboard-action-navbar li a:not(.active) .navbar-text .tab {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  table.six-storage-whitespace-pre-table td {
    white-space: nowrap;
  }
}

.six-storage-grid-alert {
  border-radius: 0.25rem;
  padding: 0.75rem 1.25rem;
}

.six-storage-grid-alert-primary {
  color: #002664;
  background-color: #cce5ff;
  border-left: 2px solid #002664;
}

.six-storage-grid-alert-danger {
  color: #721c24;
  text-align: center;
}

.six-storage-grid-input-group.required:after,
[data-element_required="true"] label:after {
  content: "*" !important;
  color: red;
  position: absolute !important;
  top: -8px !important;
  left: 95% !important;
  opacity: 1 !important;
}

.six-storage-grid-input-group.required:after,
[data-element_required="true"] div.checkboxRequired:after {
  content: "*" !important;
  color: red;
  top: -8px !important;
  left: 53% !important;
  opacity: 1 !important;
}

.six-storage-grid-input-group.required:after,
[data-element_required="true"] div.checkboxdeliveryRequired:after {
  content: "*" !important;
  color: red;
  left: 37% !important;
  opacity: 1 !important;
}

.six-storage-custom_input_fields_radio_btn[data-element_required="true"] label:after {
  display: none !important;
}

.six-storage-custom_input_fields_check_btn[data-element_required="true"] label:after {
  display: none !important;
}

.six-storage-grid-input-group.required:after,
[data-element_required="true"] label.hiderequired:after {
  content: "" !important;
}

.profile-form-wrapper.non-edit-form [data-element_required="true"] label:after {
  content: " " !important;
}

.six-storage-grid-input-group.required:after {
  position: absolute;
  font-size: 20px;
  top: -10%;
  right: 5px;
}

[data-element_required="true"] label:after {
  font-size: 16px;
  padding-left: 5px;
}

.six-storage-grid-form-control[type="tel"] {
  padding: 3px 6px;
}

/*Utilities code for css starts*/
.border {
  border: 1px solid #ddd;
}

.border-none {
  border: none;
}

.six-storage-grid-shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.six-storage-grid-shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.six-storage-grid-shadow-md {
  -webkit-box-shadow: 0 0 8px #ddd !important;
          box-shadow: 0 0 8px #ddd !important;
}

.six-storage-grid-shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.six-storage-grid-shadow-hoverable {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.six-storage-grid-shadow-hoverable:hover {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.six-storage-grid-position-relative {
  position: relative;
}

.six-storage-grid-position-absolute {
  position: absolute;
}

.six-storage-grid-position-sticky {
  position: -webkit-sticky;
  position: sticky;
}

.six-storage-grid-position-fixed {
  position: fixed;
}

#content.site-content {
  min-height: calc(100vh - 150px);
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.six-storage-tenant-content {
  background-color: #f47920;
  height: 100%;
}

.six-storage-tenant-content span {
  font-size: 60px;
  line-height: 80px;
  display: block;
  font-weight: 600;
  opacity: 0;
  -webkit-animation: fadeIn 0.5s forwards;
          animation: fadeIn 0.5s forwards;
  -webkit-transform: translateY(-14px);
          transform: translateY(-14px);
}

.six-storage-tenant-content span:nth-child(0) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.six-storage-tenant-content span:nth-child(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.six-storage-tenant-content span:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.six-storage-tenant-content span:nth-child(3) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

#six-storage-upload-list li {
  list-style-type: none;
  padding: 10px 20px;
  display: inline-block;
  background-color: #e8f0fe;
}

#six-storage-upload-list li .remove-document {
  font-size: 25px;
  margin-left: 15px;
  line-height: 0;
  top: 5px;
  position: relative;
}

.six-storage-amount-div {
  margin-left: auto;
  text-align: left;
  width: 95px;
}

[data-element_hidden="true"] {
  display: none !important;
}

@media (min-width: 576px) {
  .dashboard-graybg .tabcontent {
    padding: 15px 50px;
  }
  .dashboard-graybg {
    padding: 30px;
  }
}

.six-storage-float-none {
  float: none !important;
}

#six-storage-move-in-accordion li .collapsible-header svg,
.addon-collapsible li .collapsible-header svg {
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}

#six-storage-move-in-accordion li.active .collapsible-header svg,
.addon-collapsible li.active .collapsible-header svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.content-box {
  border-radius: 15px;
}

.content-box .top-title {
  top: -36px;
}

@media (min-width: 575px) {
  #six-storage-online-unit-collection-contianer:not(.six-storage-grid-d-grid) .six-storage-right-side-grid {
    border-radius: 40px 10px 10px 40px;
    width: 220px;
  }
  #six-storage-move-in-accordion.popout > li {
    margin: 10px 100px;
  }
  .six-storage-tenant-info-div input.cc,
  .six-storage-tenant-info-div textarea {
    margin-bottom: 0px !important;
  }
  .content-box .top-title {
    top: -30px;
  }
}

.six-storage-d-mob-block {
  display: none;
}

@media (max-width: 1200px) {
  .overflow-scroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 575px) {
  .six-storage-card-actions-div {
    position: absolute;
    top: 5px;
    right: -5px !important;
  }
  .rental-period-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .six-storage-unitImg {
    max-width: 100%;
  }
  .content-box {
    padding: 20px 0px !important;
  }
  .six-storage-tenant-content span {
    font-size: 35px;
    line-height: 40px;
  }
  .collapsible-body.cc {
    padding: 6px !important;
  }
  #six-storage-grid-list {
    display: none !important;
  }
  #six-storage-user-details,
  #six-storage-addon-details,
  #six-storage-final-unit-details,
  #agreement-signature,
  #six-storage-unit-details,
  #six-storage-preview-payment {
    padding: 0 !important;
  }
  .table-sm-block-data td,
  .table-sm-block-data th {
    display: block !important;
  }
  thead.table-head-mobile-extend tr {
    display: table;
  }
  thead.table-head-mobile-extend tr th {
    display: block;
    text-align: center !important;
  }
  .six-storage-addserviceediticon {
    top: 0px !important;
  }
  .six-storage-grid-xs-p0 {
    padding: 0px !important;
  }
  .justify-content-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-end-mob {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: end !important;
  }
  .justify-content-start-mob {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
}

.six-storage-recall-modal-input .input-field.select-option {
  height: 55px;
}

.six-storage-sign-up-form .input-field .fa.prefix,
#sign-in-form .input-field .fa.prefix,
#sign-in-form-new .input-field .fa.prefix {
  font-size: 25px;
  top: 24px;
}

.six-storage-sign-up-form .input-field,
#sign-in-form .input-field,
#sign-in-form-new .input-field {
  margin: 8px 0;
}

.six-storage-border-left-primary-5 {
  border-left: 4px solid #002664 !important;
}

.modal .modal-close {
  font-size: 35px;
  color: #fff;
  padding: 0px 6px;
  background-color: transparent !important;
}

.six-storage-form-sign-up-modal {
  max-width: 600px;
}

#six-storage-sign-up-response {
  max-width: 500px;
  padding: 10px;
  margin: 0 auto !important;
  border-radius: 10px;
}

#six-storage-sign-up-response li {
  list-style: none;
}

.suffix ~ label {
  margin-left: 0px !important;
}

.material-icons.suffix {
  right: 0px !important;
}

.input-field .suffix ~ input.cc {
  margin-right: 3rem !important;
  margin-left: 0 !important;
}

.modal-close-button {
  position: absolute;
  top: 20px;
  right: 20px;
}

#six-storage-password-update .modal-content {
  position: relative;
}

/*Utilities code for css Ends*/
/*Intl Telephone css*/
.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input,
.iti input[type="text"],
.iti input[type="tel"] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}

.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  margin: 0px;
}

.iti__country {
  padding: 5px 10px;
  outline: none;
  margin: 0px;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}

.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-dial-code {
  color: #495057 !important;
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 99999;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}

.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti__flag {
  height: 15px;
  -webkit-box-shadow: 0px 0px 1px 0px #888;
          box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../images/flags.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../images/flags@2x.png");
  }
}

.iti__flag.iti__np {
  background-color: transparent;
}

.six-storage-phone-input .iti--allow-dropdown {
  width: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.six-storage-phone-icon {
  top: -20px !important;
  font-size: 12px !important;
  margin-left: 85px !important;
  font-weight: 600;
}

.telephone.icon {
  padding-left: 0px !important;
  margin-left: 82px !important;
}

.six-storage-rounded-circle {
  border-radius: 50% !important;
}

.six-storage-text-title {
  font-size: 15px !important;
}

.six-storage-text-title-dashboard {
  font-weight: bold !important;
}

.six-storage-rounded-15 {
  border-radius: 15px;
}

.six-storage-card-type {
  width: 50px;
  height: 50px;
}

#six-storage-card-action-dd {
  min-width: 150px !important;
}

.six-storage-border-primary {
  border-color: #002664;
}

.six-storage-default-text {
  border: 1px dashed;
  border-radius: 3px;
}

.six-storage-cutom-close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
}

.six-storage-position-relative {
  position: relative;
}

.six-storage-position-fixed {
  position: fixed;
}

.six-storage-position-absolute {
  position: absolute;
}

.six-storage-background-fade-loader {
  background-color: rgba(0, 0, 0, 0.2);
}

.position-sticky {
  position: -webkit-sticky;
  position: sticky;
}

.text-lowercase {
  text-transform: lowercase;
}

.six-storage-six-storage-font-size-14 {
  font-size: 14px;
}

.six-storage-alert-box {
  max-width: 630px;
  height: 45px;
  width: 100%;
  z-index: 99999;
  position: fixed;
  top: 20px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  border-radius: 50px !important;
}

.six-storage-font-size-35 {
  font-size: 35px !important;
}

.six-storage-font-size-30 {
  font-size: 30px !important;
}

.six-storage-font-size-20 {
  font-size: 20px;
}

.six-storage-font-size-18 {
  font-size: 18px !important;
}

.six-storage-font-size-17 {
  font-size: 17px !important;
}

.six-storage-font-size-25 {
  font-size: 25px;
}

.six-storage-icon-alert-box {
  min-width: 40px;
  min-height: 40px;
}

.six-storage-border-none {
  border: none !important;
}

.alert-wrapper.active-alert .material-icons {
  -webkit-animation: scale-in-center 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: scale-in-center 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

#six-storage-movein-modal-Body #signupphone,
.cc.telephone#six_storage_phone2,
.cc.telephone#six_storage_phone1,
.cc.telephone#six-storage-phoneNumber_edit,
.cc.telephone#emergency_contact_phone,
#six_storage_new_phone1,
#six_storage_new_phone2 {
  padding-left: 82px !important;
}

.text-indent-50 {
  text-indent: 50px;
}

.six-storage-border-bottom-2 {
  border-bottom: 2px solid #ddd;
}

#six-storage-password-update .input-field .suffix,
.password-type-toggle.input-field .suffix {
  top: 0rem;
  right: -15px;
}

#six-storage-password-update .input-field .prefix ~ input.cc {
  width: 100%;
}

.dateicon-append {
  position: absolute;
  right: 10px;
  top: 10px;
  pointer-events: none;
}

.six-storage-custom-scroller::-webkit-scrollbar {
  width: 6px;
}

.six-storage-custom-scroller.scroll-hide::-webkit-scrollbar {
  display: none !important;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.six-storage-custom-scroller::-webkit-scrollbar-thumb {
  background: #888;
}

.six-storage-custom-scroller::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.datepicker-modal thead th,
.datepicker-modal table td {
  background: transparent !important;
  border: none !important;
}

.six-storage-unitImg {
  display: inline;
}

#six-storage-addons-container .six-storage-grid-bg-light tbody tr td {
  background: #ffff;
}

#six-storage-addons-container.six-storage-grid-table-borderless td,
#six-storage-addons-container .six-storage-grid-table-borderless th,
#agreement-signature .six-storage-grid-table tbody tr td,
#agreement-signature .six-storage-grid-table thead tr th,
#six-storage-units-details-display th,
#six-storage-units-details-display td {
  background: #fff;
  color: #000;
}

.modal {
  z-index: 99999 !important;
}

.row.cc {
  display: block;
}

.moveinSuccess svg {
  margin: 0 auto;
}

.moveinSuccess p,
.moveinSuccess h5 {
  font-weight: 600;
}

#sign-in-form .input-field,
#sign-in-form-new .input-field {
  margin: 20px 0;
}

#six-storage-movein-container .six-storage-grid-d-flex,
#six-storage-password-update .six-storage-grid-d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.collapsible.cc li {
  margin: 0px;
}

h1.cc,
h2.cc,
h3.cc,
h4.cc,
h5.cc,
h6.cc,
p.cc,
blockquote.cc,
address.cc,
big.cc,
cite.cc,
code.cc,
em.cc,
font.cc,
img.cc,
small.cc,
strike.cc,
sub.cc,
sup.cc,
li.cc,
ol.cc,
ul.cc,
fieldset.cc,
form.cc,
label.cc,
legend.cc,
button.cc,
table.cc,
caption.cc,
tr.cc,
th.cc,
td.cc {
  font-family: "Roboto", sans-serif !important;
}

.six-storage-merCart {
  margin-left: auto !important;
}

table.six-storage-grid-table.six-storage-grid-table-borderless.six-storage-grid-mt20.responsive-table * {
  word-break: normal;
}

.six-storage-min-w-120 {
  min-width: 120px;
}

.six-storage-addPrdouct img {
  width: 25px;
  padding: 0px;
}

.word-break-table td,
.word-break-table th {
  word-break: normal;
}

.six-storage-z-index-1 {
  z-index: 1;
}

.six-storage-z-index-2 {
  z-index: 2;
}

.datepicker-modal.open ~ .dropdown-content.select-dropdown {
  z-index: 99999;
  max-height: 350px;
  width: auto !important;
  position: fixed !important;
}

.six-storage-flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.six-storage-main-content-dashboard {
  min-height: 80vh;
}

#six-storage-movein-modal .iti__country {
  max-width: 190px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
}

.six-storage-custom-label {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
}

.six-storage-custom-error-message .six-storage-invalid-feedback li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.six-storage-custom-error-message .six-storage-invalid-feedback li:before {
  font-family: "Material Icons";
  content: "error_outline";
  margin-right: 6px;
  font-size: 22px;
  line-height: 1;
}

#six-storage-profile-dropdown {
  min-width: 220px;
  z-index: 2;
}

#six-storage-profile-dropdown li a.cc:hover {
  color: #616161 !important;
}

.six-storage-table-header-fixed {
  border: 0;
  border-collapse: collapse;
}

.six-storage-table-header-fixed tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.six-storage-table-header-fixed td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.six-storage-table-header-fixed thead tr {
  padding-right: 6px;
}

.six-storage-table-header-fixed thead tr:after {
  overflow-y: scroll;
  visibility: hidden;
  height: 0;
}

.six-storage-table-header-fixed thead th {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  border-top: none !important;
}

.six-storage-table-header-fixed tbody {
  display: block;
  overflow-y: auto;
  max-height: calc(80vh - 100px);
}

.six-storage-rounded-10 {
  border-radius: 10px;
}

#invoices table.centered thead tr th,
#invoices table.centered tbody tr td {
  position: relative;
}

.six-storage-lease-action-lists {
  min-width: 251px !important;
}

.six-storage-amenities-lists {
  max-width: 310px;
}

.six-storage-amenities-lists img {
  margin: 0 4px 4px 0;
}

.six-storage-text-decoration-none {
  text-decoration: none !important;
}

.btn.cc.primary {
  background-color: #f47920;
}

.btn.cc.secondary {
  background-color: #002664;
}

.six-storage-color-inherit {
  color: inherit !important;
}

#six-storage-profile-dropdown {
  display: none;
}

.six-storage-text-capitalize {
  text-transform: capitalize;
}

.max-width {
  max-width: 100%;
}

.six-storage-opacity-1 {
  opacity: 1 !important;
}

ul[id^="card_actions_"],
.six-storage-transaction-dd-content {
  min-width: 140px !important;
}

#six-storage-online-unit-collection-contianer:not(.six-storage-grid-d-grid) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.six-storage-max-height-100 {
  max-height: 100vh;
}

.six-storage-max-height-40 {
  max-height: 40px;
}

.six-storage-max-height-60 {
  max-height: 60px;
}

.six-storage-max-height-76 {
  max-height: 76px;
}

.six-storage-overflow-y-scroll {
  overflow: auto;
}

.six-storage-overflow-x-hidden {
  overflow-x: hidden;
}

.six-storage-overflow-hidden {
  overflow: hidden !important;
}

.top-0 {
  top: 0px;
}

.six-storage-min-height-75 {
  min-height: 75px !important;
}

@media (min-width: 992px) {
  #six-storage-online-unit-collection-contianer:not(.six-storage-grid-d-grid) .six-storage-unitDetails-info {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}

/*Prasan Changes*/
/*@media(max-width:575px) {
	#dvUnitType span , #dvTenantType span ,
	#unit-details span ,
	#tenant-details span {
  	font-weight:700;
	}
}

@media(min-width:768px) {
	#dvUnitType span , #dvTenantType span ,
	#unit-details span ,
	#tenant-details span {
  	font-weight:700;
	}
}


@media only screen 
   and (max-width : 800px) 
   and (max-height : 1280px) {
   #dvUnitType span , #dvTenantType span ,
	#unit-details span ,
	#tenant-details span {
  	font-weight:700;
	}
}

::placeholder { 
  white-space:nowrap;
}

:-ms-input-placeholder { 
  white-space:nowrap;
}

::-ms-input-placeholder { 
  white-space:nowrap;
}

*/
a.booku-btn {
  border: 2px solid #f47920;
  padding: 12px 24px;
  color: #f47920;
  font-weight: 600;
}

.six-storage-overflow-inherit {
  overflow: inherit !important;
}

.priser-tabs .indicator {
  display: none !important;
}

.priser-tabs a.cc.active {
  background-color: #f47920 !important;
  color: #fff !important;
  position: relative;
}

.priser-tabs a.cc.active::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f47920;
}

.six-storage-right-0 {
  right: 0px !important;
}

/*Prasanna*/
.six-storage-middle-indicator {
  position: absolute;
  top: 20%;
}

.six-storage-middle-indicator-text {
  font-size: 4.2rem;
}

a.six-storage-middle-indicator-text {
  color: white !important;
}

.six-storage-content-indicator {
  width: 64px;
  height: 64px;
  background: none;
  border-radius: 50px;
}

.indicators {
  visibility: hidden;
}

#six-storage-discount_carousel {
  height: 52px !important;
  background-color: #f47920;
}

.six-storage-aligntext {
  margin-top: 5px;
  background-color: #f47920;
  min-height: 40px !important;
}

.six-storage-discount-icon {
  color: #002664;
}

.text-pink {
  color: #747481;
}

.promo-text {
  font-weight: 900;
}

#six-storage-book-now-pay-later {
  margin-top: 30px;
}

#six-storage-dvPaymentForm {
  margin-top: 30px;
}

#discountCountHtml {
  margin-bottom: 20px;
}

.promo-text {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1.1px;
}

i.slider-Officon {
  font-size: 27px;
  position: relative;
  top: 5px;
}

.six-storage-Unitdetail-offtxt {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  top: -7px;
  left: 9px;
}

.six-storage-unit-image-bg {
  width: auto;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .six-storage-right-side-grid,
    .six-storage-unitDetails-info {
      /*display: -webkit-box !important;*/
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
    }
  }
}

.hide-native-scrollbar {
  scrollbar-width: none;
  /* Firefox 64 */
  -ms-overflow-style: none;
  /* Internet Explorer 11 */
}

.hide-native-scrollbar::-webkit-scrollbar {
  /** WebKit */
  display: none;
}

#six-storage-storage-type-input ul {
  max-height: 220px !important;
  top: 14px !important;
}

#six-storage-dvLocation ul {
  max-height: 220px !important;
  top: 14px !important;
}

#six-storage-dvBuilding ul {
  max-height: 220px !important;
  top: 14px !important;
}

#six-storage-dvUnitType ul {
  max-height: 220px !important;
  top: 14px !important;
}

.reservationPaymentForm {
  width: 46% !important;
  padding: 15px !important;
}

.rentsingleUnit {
  width: 30%;
  font-size: 12px !important;
  margin: auto !important;
  padding: 0 !important;
}

.six-storage-units-description-cont {
  color: grey;
}

.six-storage-grid-w-13 {
  width: 13%;
}

.six-storage-grid-w-14 {
  width: 14%;
}

.six-storage-grid-w-20 {
  width: 20%;
}

.six-storage-grid-w-25 {
  width: 25%;
}

.six-storage-grid-w-33 {
  width: 33%;
}

.six-storage-grid-w-50 {
  width: 50%;
}

.six-storage-unitsImage {
  background-size: contain;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
}

span.checkmark {
  border: 0px !important;
}

.six-storage-grid-m0 {
  margin: 0 !important;
}

.six-storage-updateprofile-action-lists {
  width: 150px !important;
}

.six-storage-croppieAlign {
  width: 50%;
  margin: auto;
  height: 50px;
}

#six-storage-upload-demo {
  width: 250px;
  height: 250px;
  padding-bottom: 25px;
}

.six-storage-center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

#six-storage-canvas_prev {
  width: 250px;
  height: 250px;
  padding-bottom: 25px;
}

/* Croppie */
.croppie-container {
  padding: 30px;
}

.croppie-container .cr-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  max-width: none;
}

.croppie-container .cr-boundary {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
}

.croppie-container .cr-viewport {
  position: absolute;
  border: 2px solid #fff;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-box-shadow: 0 0 0 899px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 899px rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.croppie-container .cr-vp-circle {
  border-radius: 50%;
}

.croppie-container .cr-overlay {
  z-index: 1;
  position: absolute;
  cursor: move;
}

.croppie-container .cr-slider-wrap {
  width: 75%;
  margin: 0 auto;
  margin-top: 25px;
  text-align: center;
}

.croppie-result {
  position: relative;
  overflow: hidden;
}

.croppie-result img {
  position: absolute;
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/
.cr-slider {
  -webkit-appearance: none;
  /*removes default webkit styles*/
  /*border: 1px solid white; */
  /*fix for FF unable to apply focus style bug */
  width: 300px;
  /*required for proper track sizing in FF*/
  max-width: 100%;
}

.cr-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}

.cr-slider:focus {
  outline: none;
}

/*
.cr-slider:focus::-webkit-slider-runnable-track {
    background: #ccc;
}
*/
.cr-slider::-moz-range-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

.cr-slider::-ms-track {
  width: 300px;
  height: 5px;
  background: transparent;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  border-color: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-width: 6px 0;
  color: transparent;
  /*remove default tick marks*/
}

.cr-slider::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.cr-slider::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.cr-slider::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
}

.cr-slider:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
}

.cr-slider:focus::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
}

/*******************************************/
/* Just cross hairs for debugging - can be removed upon release */
.croppie-container .cr-viewport.debug:before,
.croppie-container .cr-viewport.debug:after {
  background: white;
  width: 1px;
  height: 1px;
  content: "";
  position: absolute;
}

.croppie-container .cr-viewport.debug:before {
  top: 0;
  height: 100%;
  left: 50%;
}

.croppie-container .cr-viewport.debug:after {
  top: 50%;
  left: 0;
  width: 100%;
}

/* Profile */
figure figcaption {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  padding-left: 9px;
  padding-bottom: 5px;
  text-shadow: 0 0 10px #000;
}

.six-storage-icon-align {
  position: relative;
  top: 3px;
  margin-left: 5px;
}

@media only screen and (max-width: 767px) {
  .six-storage-select-options-mb {
    margin: 10px 0px !important;
  }
}

@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
  .six-storage-select-options-mb {
    margin: 10px 0px !important;
  }
}

@media only screen and (device-width: 360px) and (device-height: 780px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .six-storage-select-options-mb {
    margin: 15px 0px !important;
  }
}

@media only screen and (max-width: 390px) {
  .six-storage-select-options-mb {
    margin: 15px 0px !important;
  }
}

.shopping-counter {
  margin-top: 50px;
}

.six-storage-tab-align {
  border: none;
  background-color: white !important;
  padding: 0;
}

.six-storage-tab-head {
  color: white !important;
}

/* Shortcode template 2 */
#sign-in-form-new {
  max-width: 550px;
  background: #fff;
  margin: auto;
  height: auto;
}

#six-storage-sign-in-btn-new {
  margin-bottom: 15px;
}

#usernamenew {
  border-radius: 5px;
  padding: 14px 15px;
  height: 45px;
  border: 1px solid #cdcdcd;
  width: 100%;
}

#passwordnew {
  border-radius: 5px;
  padding: 14px 15px;
  height: 45px;
  border: 1px solid #cdcdcd;
  width: 100%;
}

.six-storage-justify-flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

#six-storage-stepping-buttons-new {
  width: 30%;
  float: right;
}

.addons_head {
  font-size: 16px;
  font-weight: 600;
  margin: 0px 12px 10px;
}

.six-storage-insurance-fields {
  padding: 10px;
  border-radius: 5px;
  height: 90px;
  width: 30% !important;
}

.six-storage-tenant-information-fields {
  padding: 20px 10px !important;
  border-radius: 5px;
  height: auto;
}

.six_storage_new_phone1 {
  width: 100%;
  height: 35px;
}

.tenantInfo_head {
  font-size: 20px;
  font-weight: 600;
  margin: 0px 25px 10px;
}

.six-storage-text-box {
  border-radius: 5px !important;
  height: 45px !important;
  width: 100%;
}

.six-storage-note-text-box {
  border-radius: 5px !important;
  height: 150px !important;
  width: 100%;
}

.six-storage-float-right {
  float: right;
}

@media only screen and (max-width: 768px) {
  #six-storage-stepping-buttons {
    width: 90%;
  }
  .six-storage-addons-alignment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .addons_head {
    text-align: center;
  }
  .six-storage-insurance-fields {
    margin-top: 15px;
    width: 100% !important;
  }
}

.six-storage-addons-alignment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#six-storage-go-back-new {
  border: 1px solid #ff99cc;
  background-color: white;
  color: black;
  border-radius: 5px;
}

#rent-now-single-new {
  border: 1px solid #ff99cc;
  background-color: white !important;
  color: black;
  border-radius: 5px;
  width: 100%;
  white-space: nowrap;
  height: auto;
}

#rent-now-single-new :hover {
  color: black !important;
}

.six-storage-arrow-icon {
  color: #ff99cc;
}

input::-webkit-input-placeholder {
  font-weight: 500;
}

input:-moz-placeholder {
  font-weight: 500;
}

input::-moz-placeholder {
  font-weight: 500;
}

input:-ms-input-placeholder {
  font-weight: 500;
}

.six-storage-arrow-icon {
  position: relative;
  top: 5px;
}

.six-storage-grid-margin-auto {
  margin: auto;
}

#enquiryLeadaccord > .enquiryLeadaccord,
#six_storage_lead_sourceaccord > .six_storage_lead_sourceaccord {
  max-height: 250px !important;
  overflow-y: auto !important;
  z-index: 999 !important;
}

#enquiryLeadaccord {
  position: absolute;
  top: 5px;
  z-index: 999;
  width: 48%;
  padding: 0;
}

#collapsible-body {
  background: #ffffff;
}

#dropdown1 {
  width: 500px !important;
}

.six-storage-leadv2iconmodal {
  position: absolute;
  top: 30px;
  right: 54%;
  pointer-events: none;
}

.six-storage-vtwo-tenantinfo-lead {
  position: absolute;
  top: 21px;
  right: 12px;
  pointer-events: none;
}

.six-storage-contact-through-label {
  font-size: 12px;
  font-weight: 600;
}

.datepicker-controls .select-month input {
  width: 100px !important;
}

@media (max-width: 575px) {
  #six-storage-dvUnitType span,
  #six-storage-dvTenantType span,
  #six-storage-unit-details span,
  #six-storage-tenant-details span {
    font-weight: 700;
  }
}

@media (min-width: 768px) {
  #six-storage-dvUnitType span,
  #six-storage-dvTenantType span,
  #six-storage-unit-details span,
  #six-storage-tenant-details span {
    font-weight: 700;
  }
}

@media only screen and (max-width: 800px) and (max-height: 1280px) {
  #six-storage-dvUnitType span,
  #six-storage-dvTenantType span,
  #six-storage-unit-details span,
  #six-storage-tenant-details span {
    font-weight: 700;
  }
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  white-space: nowrap;
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  white-space: nowrap;
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  white-space: nowrap;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  white-space: nowrap;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  white-space: nowrap;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  white-space: nowrap;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px;
}

#btnPromocode {
  white-space: nowrap;
}

.six-storage-white-space-nowrap {
  white-space: nowrap;
}

@media (max-width: 575px) {
  #six-storage-dvUnitType span,
  #six-storage-dvTenantType span,
  #six-storage-unit-details span,
  #six-storage-tenant-details span,
  #six-storage-profileImage-dropdown a,
  #six-storage-dashboard-modal-Body span {
    font-weight: 700;
  }
  .six-storage-dashboard-tab-text {
    display: none;
  }
  #six-storage-signUp_container label {
    font-size: 12px;
  }
  .six-storage-dashboard-mob-head-text {
    display: block !important;
    font-weight: 700;
  }
}

@media (min-width: 768px) {
  #six-storage-dvUnitType span,
  #six-storage-dvTenantType span,
  #six-storage-unit-details span,
  #six-storage-tenant-details span {
    font-weight: 700;
  }
}

@media only screen and (max-width: 800px) and (max-height: 1280px) {
  #six-storage-dvUnitType span,
  #six-storage-dvTenantType span,
  #six-storage-unit-details span,
  #six-storage-tenant-details span {
    font-weight: 700;
  }
}

#six-storage-signUp_container .six-storage-invalid-feedback {
  padding-left: 45px;
}

#six-storage-sign-in-body .six-storage-invalid-feedback {
  padding-left: 45px;
}

.six_storage_signup_align {
  min-height: 102px ;
}

#six-storage-movein-form-container label {
  white-space: nowrap;
}

.six-storage-font-weight-400 {
  font-weight: 400;
}

#six-storage-img-note-text {
  margin-left: 10px;
}

#reservationleadsource-err {
  float: left;
}

#six-storage-document-upload-btn span {
  position: relative;
  top: -5px;
}

.six-storage-line-break {
  line-break: anywhere;
}

.six-storage-eye-icon-align {
  position: absolute;
  right: 5px;
}

#six-storage-movein-modal-Body .six-storage-invalid-feedback {
  text-indent: 0px !important;
  padding-left: 45px;
}

#reservationleadsource-err,
#ContactPreference-err,
#contactPreferencesData-err {
  margin-left: 0px !important;
}

.six-storage-terms-condition-width {
  width: 100vm;
}

#six-storage-transactions-grid {
  word-break: break-word;
}

.six-storage-customfield-label {
  top: -25px !important;
  left: 25px !important;
}

.six-storage-alert-box {
  margin-top: 14px;
}

#six_storage_lead_sourceaccord {
  top: 39px;
  z-index: 999;
  width: 84%;
  padding: 0px;
  position: absolute;
}

#six_storage_lead_sourcetext {
  border-color: #9e9e9e;
  -webkit-box-shadow: 0 1px 0 0 transparent;
          box-shadow: 0 1px 0 0 transparent;
}

#ContactPreference-err {
  text-indent: 0px !important;
}

#contactPreferencesData-err {
  text-indent: -3px !important;
}

#six-storage-contact-through-label {
  margin: 0 !important;
}

#reservationleadsource-err {
  text-indent: 0px !important;
}

.six-storage-contact-through-label {
  margin: 0;
}

@media (max-width: 575px) {
  #enquiryLeadaccord {
    width: 100%;
  }
  #toast-container {
    top: auto !important;
    left: auto !important;
    min-width: 100%;
    bottom: 0%;
  }
  .six-storage-leadv2iconmodal {
    right: 10px !important;
  }
  #lastName-err,
  #firstName-err,
  #email-err,
  #phone-err,
  #password-err,
  #confirmPassword-err,
  #confirmEmail-err,
  .sixstorageSignupUsernamealign {
    padding-left: 42px;
  }
  .six_storage_signup_align {
    min-height: 50px !important;
  }
}

.input_type_text_add_start {
  -webkit-text-security: disc;
}

.input_type_text_add_start {
  -webkit-text-security: unset;
}

@media (max-width: 575px) {
  .card-number {
    white-space: nowrap;
    font-size: 15px;
  }
}

#ContactPreference-err {
  padding-left: 0 !important;
}

#six-storage-sign-in-response {
  padding: 10px;
  border: 1px solid #cdcdcd;
  text-align: center;
  display: block;
  color: #721c24;
  background-color: #f8d7da;
}

#reservationleadsource-err, #contactPreferencesData-err {
  padding: 0px !important;
}

.personal-detail .six-storage-invalid-feedback {
  padding-left: 10px;
}

.six-storage-leadsource-alignment{
  left: 10px;
}

.six-storage-card-alignment{
  position: relative;
  left: 20px;
}

/*End*/
/*# sourceMappingURL=cc-move-in-style.css.map */