/*--------------------------------------------------
Font faces starts here
-------------------------------------------------- */

@font-face {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

@font-face {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}


/*Font faces end here*/


/*--------------------------------------------------
Global css starts here
--------------------------------------------------*/

body {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

h1 {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

h2,
h3,
h4,
h5,
h6 {
    color: #333;
}

h2 {
    font-size: 2em;
    font-weight: 500;
    line-height: 1.4;
}



video {
    object-fit: fill;
}

.truck-rental-video video,
.coutesy-truck-video video {
    height: 540px;
}

.heading-devider:after {
    /*content: url("Divider");
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    padding-top: 10px;*/
}

h3 {
    font-size: 20px;
}

.protection {

    font-size: 18px;
    color: #d9534f;
    font-style: italic;
}

.protection-mobile {

    font-size: 14px;
    color: #d9534f;
    font-style: italic;
}

.hh-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}


h4 {
    font-size: 18px;
}

p,
a,
.btn,
li>span {
    font-size: 15px;
}



ul {
    list-style: none;
}

.cm-bold {
    font-weight: 900;
}

.cm-block {
    display: block;
}

.cm-inline-block {
    display: inline-block;
}

.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fs-16 {
    font-size: 16px;
}

.m-0 {
    margin: 0 !important;
}

.m-15 {
    margin: 15px;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-80 {
    margin-top: 80px;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-b-30 {
    margin-bottom: 30px;
}


.m-b-30 {
    margin-bottom: 30px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-y-5 {
    margin-bottom: 5px;
    margin-top: 5px;
}

.m-y-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.m-y-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.m-y-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.m-x-0 {
    margin-left: 0;
    margin-right: 0;
}

.h2-m-t-0>h2 {
    margin-top: 0;
}

.p-0 {
    padding: 0 !important;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.p-t0 {
    padding-top: 0;
}

.p-t-30 {
    padding-top: 30px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-lr-2 {
    padding-left: 2%;
    padding-right: 2%;
}

.p-l-0 {
    padding-left: 0;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-l-5 {
    padding-left: 5px;
}

.p-b-0 {
    padding-bottom: 0 !IMPORTANT;
}

.p-r-5 {
    padding-right: 5px;
}

.p-l-30 {
    padding-left: 30px;
}

.p-tb-15 {
    padding-bottom: 15px;
    padding-top: 15px;
}

.p-tb-40 {
    padding-bottom: 40px;
    padding-top: 40px;
}

.p-x-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.p-x-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.clearboth {
    clear: both;
}

.d-block {
    display: block;
}

.w-100 {
    width: 100%;
}

.bg-eee {
    background: #eee;
}

.d-inline-block {
    display: inline-block;
}

.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dashed-border {
    border: 1px dashed #ccc;
    padding: 20px;
}

.unit-results-list {
    display: flex !important;
}

.unit-results-list>li {
    flex: 1;
}

/*.store-space-wrapper>.container {
    width: 100%;
}*/



.container {
    width: 90%
}


@media (max-width: 1440px) {
    .container {
        width: 100%
    }
}

.container-image-gallery {
    width: 100%
}

/* Dyanamic Page CSS */

.promotion-discount-content ul {
    list-style-type: inherit;
    font-size: 16px;
}

#popupPromo {
    width: 100%;
    float: left;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    right: 0;
    z-index: 1000000;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2)
}

.closeBtnWid {
    float: right;
    cursor: pointer;
    background-color: #FFFFFF;
    margin: 0;
    color: #000000;
    width: 4%;
    text-align: center;
    border-radius: 10px;
}

@media screen and (min-device-width : 360px) and (max-device-width : 640px) {
    .closeBtnWid {
        width: 13% !important;
    }
}

@media screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .closeBtnWid {
        width: 15% !important;
    }
}

@media screen and (min-device-width : 375px) and (max-device-width : 667px) {
    .closeBtnWid {
        width: 12% !important;
    }
}

@media screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .closeBtnWid {
        width: 6% !important;
    }
}

.bg-video-height {
    height: 700px;
    overflow: hidden;
}


.page-content-ul ul {
    padding-left: 0 !important;
}

.moving-service-inner ul {
    list-style-type: inherit;
    font-size: 16px;
}

.moving-service-inner a {
    text-decoration: underline;
    color: #fe0000;
}

.moving-service-inner .note {
    color: #fe0000;
}

.moving-service-inner u {
    color: #fe0000;
    text-decoration: none;
}

/* End Dynamic Page */
/* CSS for Breakout Box  */

button.btn.btn-locate-me.banner-locate-me {
    height: 45px;
    margin-left: 2px;
}

.visual-text {
    position: relative;
    /* padding-top: 178px;
    padding-bottom: 228px;*/
    text-align: center;
}

@media (min-width: 1200px) {
    .visual-text {
        /* padding-top: 280px;
    padding-bottom: 288px;*/
    }
}

@media (min-width: 768px) {
    .visual-text {
        /*padding-top: 220px;
    padding-bottom: 268px;*/
    }
}

.front-text-h1 {
    height: 114px;
    max-width: 344px;
    margin: 0 auto 19px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    overflow: hidden;
}

@media (min-width: 768px) {
    .front-text-h1 {
        height: 122px;
        max-width: none;
        margin-bottom: 46px;
    }
}



@media (min-width: 1024px) {
    .front-text-h1 {
        height: 152px;
    }
}



@media (min-width: 1200px) {
    .front-text-h1 {
        height: 192px;
    }
}

/* Special Prominently Feature */
.store-feature-title>a {
    font-size: 15px;
}

span.site_special {
    font-size: 46px;
    color: #fff582;
    display: block;
    font-weight: bold;
    text-shadow: 1px 1px 2px black, 0 0 2px white, 0 0 2px #101010;
}


.site_special_modal {
    font-size: 24px;
    padding: 5px;
    color: #fff !important;
    padding-inline: 75px;
}

p.site_special_text {
    text-align: center;
    margin-top: 10px;
    color: #fff;
}

.feature-modal {
    outline: none !important;
}

.feature-modal {
    color: #333;
    text-align: center;
    text-transform: uppercase;
    min-width: 220px;
    font-weight: 500;
}

.feature-modal:hover {
    /*  color: #333 !important;*/
}


.breakout-boxes {
    position: relative;
    margin-top: -36px;
}

.breakout-box-1>.fa-truck {
    width: 20%;
}

.btn-learn-more {
    text-align: center;
    margin: 0 auto;
    display: block;
    background: #f4f4f4;
    width: 140px;
    border-radius: 0;
}

div.site-top-boxes .boxHeading {
    padding: 10px;
    border: 1px solid #e6e4e4;
    border-bottom: 0px;
}

div.site-top-boxes .boxHeading a {
    text-align: center;
}

.boxHeading a:hover,
.boxHeading a:focus {
    text-decoration: none;
}

div.box-slide-down {
    border: none;
}

div.box-slide-down .panel-body {
    background: none;
}

.box-slide-down .accordionContent img {
    width: 100%;
}

div.box-slide-down.accordionContent {
    display: block;
}

div.box-slide-down.accordionContent img {
    margin: 0 auto;
}

.accordionText {
    color: #fff;
    padding: 10px;
    margin-top: 10px;
}

div.box-slide-down.accordionContent .accordionText a {
    color: #064078;
}

.accordionText {
    color: #fff;
    padding: 10px;
    margin-top: 10px;
}


.btn-learn-more {
    text-align: center;
    margin: 0 auto;
    display: block;
    background: #f4f4f4;
    width: 140px;
    border-radius: 0;
}

.customer-words iframe {
    border: 0px !important;
}

span.p-added {
    color: #c3151d !important;
    font-weight: 700 !important;
}


.mb-30 {
    margin-bottom: 30px !important;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}

/*Global css End here*/


/*--------------------------------------------------
page loader css starts here
--------------------------------------------------*/


/*
#page-wrapper{
    display: none;    
}

.circle{
    width: 180px;
    height: 180px;
    border: 10px inset rgb(241,80,96);
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
    border-radius: 200px;
    -moz-animation: rotate 5s infinitelinear;
    -webkit-animation: rotate 5s infinite linear;
    animation: rotate 5s infinite linear;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.circle-small{
    width: 150px;
    height: 150px;
    border: 6px outset rgb(241,80,96);
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -85px;
    margin-top: -85px;
    border-radius: 156px;
    -moz-animation: rotate-rev 3s infinite linear;
    -webkit-animation: rotate-rev 3s infinite linear;
    animation: rotate-rev 3s infinite linear;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.circle-big{
    width: 210px;
    height: 210px;
    border: 4px dotted rgb(241,80,96);
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -115px;
    margin-top: -115px;
    border-radius: 214px;
    -moz-animation: rotate-rev 10s infinite linear;
    -webkit-animation: rotate-rev 10s infinite linear;
    animation: rotate-rev 10s infinite linear;
}

.circle-inner{
    width: 80px;
    height: 80px;
    background-color: rgb(241,80,96);
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    border-radius: 80px;
    -moz-animation: pulse 1.5s infinite ease-in;
    -webkit-animation: pulse 1.5s infinite ease-in;
    animation: pulse 1.5s infinite ease-in;
    opacity: 1;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.circle-inner-inner{
    width: 100px;
    height: 100px;
    background-color: rgb(204, 42, 68);
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    border-radius: 100px;
    -moz-animation: pulse 1.5s infinite ease-in;
    -webkit-animation: pulse 1.5s infinite ease-in;
    animation: pulse 1.5s infinite ease-in;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
*/


/*==============ANIMATIONS=================*/


/*==============ROTATE=====================*/


/*@-moz-keyframes rotate{
  0% {-moz-transform: rotate(0deg);}
  100% {-moz-transform: rotate(360deg);}
}

@-webkit-keyframes rotate{
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}

@keyframes rotate{
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}*/


/*==============ROTATE-REV=================*/


/*
@-moz-keyframes rotate-rev{
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(-360deg);}
}

@-webkit-keyframes rotate-rev{
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(-360deg);}
}

@keyframes rotate-rev{
	0% {transform: rotate(0deg);}
	100% {transform: rotate(-360deg);}
}
*/


/*==============PULSE======================*/


/*@-moz-keyframes pulse{
	0% {
        -moz-transform: scale(0.1);
        opacity: 0.2;
    }
	50% {
        -moz-transform: scale(1);
        opacity: 0.8;
    }
    100% {
        -moz-transform: scale(0.1);
        opacity: 0.2;
    }
}

@-webkit-keyframes pulse{
	0% {
        -webkit-transform: scale(0.1);
        opacity: 0.2;
    }
	50% {
        -webkit-transform: scale(1);
        opacity: 0.8;
    }
    100% {
        -webkit-transform: scale(0.1);
        opacity: 0.2;
    }
}

@keyframes pulse{
	0% {
        transform: scale(0.1);
        opacity: 0.2;
    }
	50% {
        transform: scale(1);
        opacity: 0.8;
    }
  100% {
        transform: scale(0.1);
        opacity: 0.2;
    }
}*/


/*page loader css end here*/


/*--------------------------------------------------
Header css starts here
--------------------------------------------------*/

.header-menu-container {
    float: left;
    position: relative;
    width: -webkit-calc(100% - 180px);
    width: -moz-calc(100% - 180px);
    width: calc(100% - 180px);
}

.header-menu-container>div>ul {
    text-align: right;
    width: 100%;
}

.header-menu-container div>ul>li:nth-child(n+4) {
    display: inline-block;
    float: none;
}

.nav-wrapper>button>span,
.nav-wrapper .nav>li>a,
.header-social-icon>ul>li>a {
    color: #fafafa;
    font-size: 16px;
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
}

.icon_mar {
    padding-top: 5px;
}

.icon_phone_rent {
    font-size: 30px;
}

.top-header .nav>li>a:hover,
.top-header .nav>li>a:focus,
.top-header .nav>li>a:active,
.header-social-icon>ul>li>a:hover,
.header-social-icon>ul>li>a:focus,
.top-header .nav .open>a {
    background-color: #5f6fbb;
    text-decoration: none;
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
    color: #fff !important;
}

.top-header .nav>li>a:focus,
.top-header .nav>li>a:hover {
    color: #ffffff !important;
}

.top-header .dropdown-menu>li>a {
    padding: 10px;
}

.navbar-toggle .icon-bar {
    background: #fafafa;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 4px;
}

.navbar-toggle {
    float: left;
    margin: 5px 5px 5px 0;
}

.navbar,
address {
    margin: 0;
}

.header-social-icon {
    float: right;
}

address.header-social-icon ul {
    margin-top: 8px;
}

address.header-social-icon a:hover {
    padding: 0;
}

address.header-social-icon ul>li {
    float: left;
    line-height: 52px;
}

address.header-social-icon a {
    border: 2px solid #fafafa;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    line-height: 30px;
    margin: 3px;
    min-height: 30px;
    min-width: 30px;
    padding: 0;
    text-align: center;
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    background: #eee;
    border: 1px solid #dbdbdb;
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
    z-index: 2;
}

.header {
    padding: 10px 0;
    position: relative;
}

.header-logo>img {
    float: left;
}

.header-title {
    padding-top: 26px;
}

.header-heading {
    font-size: 25px;
    font-weight: bold;
}

.header-heading>span {
    color: #fff582;
    letter-spacing: 1.1px;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
    -webkit-text-stroke: .3px;
    -webkit-text-stroke-color: #000000;
}

.attention-grabber {
    color: #fff;
    font-size: 25px;
}

.attention-grabber>span {
    color: #fff582;
    text-shadow: 1px 1px 2px black, 0 0 2px white, 0 0 2px #101010;
}

.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.header-search .input-group {
    padding-top: 22px;
}

.header-search>.input-group>input {
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    max-width: 100%;
}

.btn-search {
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    color: #fafafa;
    height: 34px;
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
}

.btn-search:hover,
.btn-search:focus {
    color: #fafafa;
}

@media (max-width: 991px) {

    header .top-header>.container,
    header>.container {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .header-logo>img {
        float: none !important;
        margin: 0 auto;
    }

    .navbar-header {
        width: 100%;
    }

    .header-title {
        padding-top: 10px !important;
        padding-bottom: 5px;
    }
}

/*header css End here*/

/*===================================================*/
/*home css starts here*/


/*End Home
====================================================*/

/*--------------------------------------------------
Banner css starts here
--------------------------------------------------*/
/*
.banner-item {
    background-image: url('Slide1');
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    padding: 12% 0;
    position: relative;
}
*/
.accordionText.accordionText-bg {
    min-height: 194px;

}

.home-banner {
    position: relative;
}

.cm-video:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(57, 73, 156, 0.25);
    position: absolute;
    top: 0;
    left: 0;
}

.home-video {
    margin-left: 0;
    max-width: 100vw;
    width: 100%;
    height: 100%;
}

.banner-item {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;

}

.banner-text-wrapper>h2 {
    color: #fafafa;
    line-height: 1.3em;
    margin-top: 0;
}

.banner-text-wrapper {
    background: rgba(25, 25, 25, 0.3);
    padding-top: 10px;
    padding-bottom: 10px;

}


.banner-search .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 45px;
}

.banner-search .btn-default {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fafafa;
    height: 45px;
    -moz-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    -webkit-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
    width: 50px;
}

.banner-search-header .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 20px;
    width: 30%;
}

.banner-search-header .btn-default {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fafafa;
    height: 20px;
    -moz-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    -webkit-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
    width: 50px;
}

/*contact banner starts here*/

.banner-area {
    background-color: #555555;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    min-height: 150px;
    position: relative;
}

.banner-area.contact-banner {
    background-image: url(ContactBanner);
    background-position: center top -90px;
}

.banner-area:after,
.banner-area:before {
    content: "";
    display: block;
    height: 150px;
    left: 0;
    position: absolute;
    top: 0;
    width: 35%;
}

.banner-area:before {
    -webkit-transform: skew(-35deg);
    -ms-transform: skew(-35deg);
    -moz-transform: skew(-35deg);
    -o-transform: skew(-35deg);
    transform: skew(-35deg);
}

.banner-area:after {
    width: 10%;
}

.banner-area>.container {
    display: table;
    position: relative;
    z-index: 1;
}

.banner-area .banner-title {
    display: table-cell;
    height: 150px;
    position: relative;
    vertical-align: middle;
}

.banner-area h1 {
    color: #fff;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 35px;
    line-height: 1;
    margin: auto 0;
    position: relative;
    text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.35);
    text-transform: capitalize;
}


/*  Size Guide CSS =========== */


div.size-guide-bg {
    background: #e0e0e0;
}

div.size-guide-bg ul#size-guide-containter {
    min-height: 640px;
}

div.size-guide-bg li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active>a {
    color: #fff !important;
}

div.size-guide-bg .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    background: none !important;
}

div.size-guide-bg li#description>h4 {
    position: relative;
    white-space: normal;
    width: 100%;
    margin-bottom: 0;
    padding: 0.6em 1em;
}

div.size-guide-bg li#description>h4:after {
    height: 2px;
    width: 35px;
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
}

div.size-guide-bg .ui-widget-content {
    background: none !important;
}

div.size-guide-bg li:hover,
div.size-guide-bg li a:focus {
    outline: none;
}

div.size-guide-bg li:hover:not(:last-child):not(:first-child) {
    background: none !important;
}


div.size-guide-bg p.desc-text {
    text-align: justify;
    white-space: normal;
    font-weight: normal;
    padding: 15px;
}


div.size-guide-bg .images img {
    background: transparent;
}

div.size-guide-bg .rotatebox .images {
    width: 500px;
    height: 500px;
    position: relative;
    margin: 0 auto;
}

div.size-guide-bg .rotatebox .images img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 600px) {
    div.size-guide-bg .rotatebox .images {
        max-width: 290px !important;
        max-height: 290px !important;
    }
}



div.size-guide-bg #tabs {
    border: none;
    background: #fff !important;
}

div.size-guide-bg .menu ul,
div.size-guide-bg .menu1 ul {
    padding-left: 0;
}

div.size-guide-bg .menu ul li img,
div.size-guide-bg .menu1 ul li img {
    display: block;
    width: 400px;
    height: 255px;
}

div.size-guide-bg .slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    width: 60%;
    margin: 0 auto;
}





div.size-guide-bg .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    outline: none;
    border: none;
}

div.size-guide-bg .ui-tabs.ui-tabs-vertical .ui-widget-header {
    border: none;
}

div.size-guide-bg .ui-tabs.ui-tabs-vertical .ui-tabs-nav {
    border-radius: 4px 0 0 4px;
}



div.size-guide-bg .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    width: 100%;
    margin: 0.2em 0;
    overflow: hidden;
    position: relative;
    right: -2px;
    z-index: 2;
    background: #f0f0f0;
}


div.size-guide-bg .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
    width: 100%;
    padding: 0.6em 1em;
}


div.size-guide-bg .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover {
    cursor: pointer;
    color: #fff;
}

div.size-guide-bg .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0.2em;
    padding-bottom: 0;
}

div.size-guide-bg .ui-tabs.ui-tabs-vertical .ui-tabs-nav li:last-child {
    margin-bottom: 10px;
}

div.size-guide-bg .ui-tabs.ui-tabs-vertical .ui-tabs-panel {
    border-radius: 0;
    padding-top: 0;
}

/* =============================*/

/*store locator banner starts here*/



/*Banner css end here*/


/*--------------------------------------------------
three boxes css starts here
--------------------------------------------------*/

.breakout-box-1 {
    background-color: #00539f;
    border-bottom: 5px solid #00539f;
    height: auto;
    box-shadow: 0 0 12px 0.2rem rgba(69, 79, 134, 0.2);
    border-radius: 15px;
}

.breakout-box-2 {
    background-color: #6c7d90;
    border-bottom: 5px solid #6c7d90;
    height: auto;
    box-shadow: 0 0 12px 0.2rem rgba(57, 73, 156, 0.1);
    border-radius: 15px;
}

.breakout-box-3 {
    background-color: #b81b22;
    border-bottom: 5px solid #b81b22;
    height: auto;
    box-shadow: 0 0 12px 0.2rem rgba(57, 73, 156, 0.1);
    border-radius: 15px;
}

.breakout-box-1 h3,
.breakout-box-2 h3,
.breakout-box-3 h3 {
    margin-bottom: 20px;
    color: #fff
}

.breakout-box-1>i,
.breakout-box-2>i,
.breakout-box-3>i {
    display: block;
    font-size: 24px;
    margin: 0 auto;
    padding-top: 2rem;
    text-align: center;
}

.breakout-box-1>h3,
.breakout-box-2>h3,
.breakout-box-3>h3 {
    margin-bottom: 20px;
    text-align: center;
}

a.btn.learn-more {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fafafa;
    display: block;
    margin: auto;
    margin-bottom: 2em;
    max-width: 8.286em;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

a.btn.learn-more:hover,
a.btn.learn-more:focus {
    background: transparent;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}


/*--------------------------------------------------
home about css starts here
--------------------------------------------------*/

.home-about {
    position: relative;
}

.image-round {
    height: 450px;
    width: 450px;
    background: #2b2b2b;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    box-shadow: 15px 15px 20px -0.8rem rgba(57, 73, 156, 0.5);
}

.image-round>img {
    position: absolute;
    max-width: 449px;
    margin: auto;
    display: table-cell;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-about-text {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 465px;
}

.home-about-background p {
    color: #fafafa;
}

.home-about>h2.section-heading {
    position: absolute;
    top: -31%;
    left: 50%;
    transform: translateX(-50%);
}


/*home about css end here*/


/*--------------------------------------------------
home customer reviews css starts here
--------------------------------------------------*/

.reviews {
    padding-left: 15px;
    padding-right: 15px;
}

.sliderWrapper .carousel-control.left:before,
.owl-prev {
    left: -10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sliderWrapper .carousel-control.left:before,
.owl-prev:before {
    content: url("Arrow");
}

.sliderWrapper .carousel-control.right:before,
.owl-next {
    /*IE*/
    -webkit-filter: fliph;
    -ms-filter: fliph;
    filter: fliph;
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%) scaleX(-1);
    -ms-transform: translateY(-50%) scaleX(-1);
    -moz-transform: translateY(-50%) scaleX(-1);
    -o-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1);
    /*IE*/
}

.sliderWrapper .carousel-control.right:before,
.owl-next:before {
    content: url("Arrow");
}

.owl-nav {
    font-size: 0;
}

.reviews .owl-item {
    padding: 20px;
}


/* slider css for store page */

.sliderWrapper .cm-carousel-inner {
    margin-bottom: 15px;
}


.sliderWrapper .carousel .carousel-inner {
    max-height: 400px;
    border-radius: 10px;
}


@media (min-width: 320px) and (max-width: 480px) {
    .sliderWrapper .carousel .carousel-inner {
        max-height: 300px;
    }
}



.thumbholder {
    /*padding: 0 20px;*/
}

.sliderWrapper .item .thumb {
    cursor: pointer;
    float: left;
    margin: 0 1px;
    width: calc(33.3333333333% - 2px);
}

.sliderWrapper .item .thumb img {
    max-height: 400px;
    min-height: 400px;
    object-fit: cover;
    width: 100%;
    cursor: default;
}

.sliderWrapper .cm-carousel-inner .item {
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    max-height: 300px;
    min-height: 300px;
}

.sliderWrapper .cm-carousel-inner .item img {
    display: none;
}

.sliderWrapper .carousel-control {
    background: transparent !important;
    opacity: 1;
    width: 15px;
}

.sliderWrapper .carousel-control.left {
    /* left: -15px;  */
}

.sliderWrapper .carousel-control.left:before {
    left: -3px;
}

.sliderWrapper .carousel-control.right {
    /* right: -15px; */
}

.sliderWrapper .carousel-control.right:before {
    right: -3px;
}

li.unitFeaturesTab.active {
    font-weight: bolder;
}


li.unitFeaturesTab.active:after {
    content: "\f063 ";
    text-align: center;
    display: block;
    font-family: 'fontAwesome';
    color: #666;
}


.loader-wrapper {

    position: absolute;
    top: 80%;
    left: 50%;
    margin: 0 auto;
    display: none;
    padding: 10px;
    height: 60px;
    width: 60px;
    border-radius: 6px;
    background: #666;
    transform: translate(-80%, -50%);
    z-index: 9999;
}

.loader-wrapper.in {
    -webkit-transform: scale(1);
    opacity: 1;
    transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
}

.loader {
    position: relative;
    width: 62px;
    height: 77px;
    margin: 0 auto;
    zoom: .5;
}

.loader div {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    width: 10px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0);
    transform: scale(0.4);
    animation: fadeG 0.72s infinite linear;
    border-radius: 8px;
}

.loader div:nth-of-type(1) {
    left: 0;
    top: 28px;
    animation-delay: 0.27s;
    transform: rotate(-90deg);
}

.loader div:nth-of-type(2) {
    left: 8px;
    top: 10px;
    animation-delay: 0.36s;
    transform: rotate(-45deg);
}

.loader div:nth-of-type(3) {
    left: 26px;
    top: 3px;
    animation-delay: 0.45s;
    transform: rotate(0deg);
}

.loader div:nth-of-type(4) {
    right: 8px;
    top: 10px;
    animation-delay: 0.54s;
    transform: rotate(45deg);
}

.loader div:nth-of-type(5) {
    right: 0;
    top: 28px;
    animation-delay: 0.63s;
    transform: rotate(90deg);
}

.loader div:nth-of-type(6) {
    right: 8px;
    bottom: 7px;
    animation-delay: 0.72s;
    transform: rotate(135deg);
}

.loader div:nth-of-type(7) {
    bottom: 0;
    left: 26px;
    animation-delay: 0.8099999999999999s;
    transform: rotate(180deg);
}

.loader div:nth-of-type(8) {
    left: 8px;
    bottom: 7px;
    animation-delay: 0.9s;
    transform: rotate(-135deg);
}

@keyframes fadeG {
    0% {
        background-color: #ffffff;
    }

    100% {
        background-color: rgba(0, 0, 0, 0);
    }
}

.cm-slider-With-map>.row>div {
    height: 400px;
}

.store-awards-container {}


.store-awards-container img {
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    max-height: 355px;
}

.store-awards-container p {
    text-align: center;
}

@media screen and (min-device-width : 360px) and (max-device-width : 640px) {
    .store-awards-container .store-awards-container img .store-awards-container p {
        display: none;
    }
}

@media (max-width: 991px) {
    .mobile-hide {
        display: none;
    }
}

/* Store Page Unit Section      */

.imgclass:click {
    background-image: url(/img/help/helpOrbs.gif);
    background-repeat: no-repeat;
    width: 16px;
    height: 15px;
    background-position: right;

}

.imgclass:hover {
    background-image: url(/img/help/helpOrbs.gif);
    background-repeat: no-repeat;
    width: 16px;
    height: 15px;
    background-position: right;

}

.imgclass {
    background-image: url(/img/help/helpOrbs.gif);
    background-repeat: no-repeat;
    width: 16px;
    height: 15px;
}


.unitFeatureContainer ul {
    list-style-image: url(listMarker) !important;
}

.reserveUnit {
    /* margin-bottom: 10px;*/
}

.noResut h4 {
    text-align: center;
    border-bottom: 2px dotted;
    padding-bottom: 12px;
    border-color: #cccccc;
}

.unit-reserved {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: 4px;
}

div.show-hide a {
    vertical-align: top;
}

.modal-body.feature-video-body {
    padding-top: 0 !important;
}

div.feature-video-body iframe {
    width: 100%;
}


ul.spaceFeaures li {
    font-size: 12px;
    text-align: left;
}

ul.spaceFeaures li span {
    color: #04539c;
    font-weight: 500;
    font-size: 12px;
}

p.store-unit ul {
    margin-bottom: 0 !important;
}

p.store-unit li {
    font-size: 12px;
    text-align: left;
}


.corner {
    width: 0;
    height: 0;
    border-top: 75px solid #d43f3a;
    border-bottom: 75px solid transparent;
    border-right: 75px solid transparent;
}

.corner span {
    position: absolute;
    top: 214px;
    width: 85px;
    left: 7px;
    text-align: center;
    font-size: 12px;
    color: white;
    font-family: arial;
    transform: rotate(-45deg);
    display: block;
}

/*home customer reviews css end here*/


/*--------------------------------------------------
home cities css starts here
--------------------------------------------------*/

.home-cities {
    background-image: url("HomePageBg");
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 40px 0;
}

.home-cities .row {
    background: rgba(12, 12, 12, 0.65);
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.35);
    margin: 5% 0;
}

.cities-list>ul>li {
    color: #fafafa;
    padding: 10px;
}

.cities-list>ul>li>i {
    padding-right: 10px;
}

.cities-list>h3 {
    color: #fafafa;
    margin-top: 10px;
    padding-left: 10px;
}

.cities-list .btn.learn-more {
    margin-top: 15px !important;
}

.cities-list a.btn.learn-more:hover,
.cities-list a.btn.learn-more:focus {
    border-color: #fff;
    color: #fff;
}

#googleMap {
    margin: 6% 0;
}

@media (max-width: 767px) {
    .cities-list {
        padding-top: 10px;
    }
}

/*home cities css end here*/


/*--------------------------------------------------
Footer css starts here
--------------------------------------------------*/

footer {
    background: #000;
}

footer h3 {
    padding: 0 10px 10px !important;
    position: relative;
}

footer h3,
footer li,
footer a {
    color: #fafafa;
}

footer ul>li {
    display: inline-block;
}

footer .quick-links>li {
    padding-bottom: 10px;
}

footer a {
    color: #fafafa;
    padding: 2px 10px;
    text-decoration: none;
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
    display: inline-block;
}

a.nacf:focus,
a.nacf:hover {
    background-color: #ffffff00;
}

footer a:focus,
footer a:hover {
    background-color: #eee;
    text-decoration: none;
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
    padding: 2px 10px;
    border-radius: 10px;
}

.contact-footer li:not(:last-child) {
    margin-bottom: 20px;
}

footer>.container {
    padding: 20px 15px;
}

footer .copyright {
    background: #00539f;
    color: #fff;
    margin: 0;
    padding: 10px;
    text-align: center;
}

.footer-social-icon {
    float: left;
    padding-left: 10px;
}

.header-social-icon.footer-social-icon>ul {
    padding-top: 0;
}


ul.footer-link-menu li {
    display: block;
    padding: 5px 2px;
    margin-bottom: 0px !important;
}

ul.footer-link-menu {
    padding-left: 0;
}

.row.footer-last-menu h3 {
    padding-bottom: 0;
}

footer>.container>.row:first-child {
    border-bottom: 4px solid rgba(238, 238, 238, 0.15);
    padding-bottom: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

footer address.header-social-icon ul {
    margin-top: -8px;
    margin-left: -5px;
}

footer>.container>.row {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 991px) and (min-width: 768px) {
    footer>.container {
        width: 100%;
    }

    footer>.container>.row {
        display: flex;
        flex-wrap: wrap;
    }

    footer>.container>.row>.col-md-4 {
        width: 33.3333333%;
    }

    .store-space-wrapper {
        clear: both;
    }
}

@media (max-width: 767px) {
    footer a {
        font-size: 14px;
    }

    footer h3 {
        margin-bottom: 0;
        font-size: 20px;
    }

    footer address.header-social-icon ul {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .contact-footer {
        margin-bottom: 10px !important;
    }

    .footer-last-menu .col-md-4:not(:last-child) {
        margin-bottom: 10px !important;
    }
}

/*Footer css end here*/

/* CHAT FOOTER */

/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
    background-color: #508c50;
    color: white;
    font-weight: bold;
    padding: 16px 20px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    opacity: 0.9;
    position: fixed;
    width: 80px;
    height: 60px;
    bottom: 40px;
    right: 40px;
}



/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
    opacity: 1;
}


/*--------------------------------------------------
Contact us Page css starts here
--------------------------------------------------*/

.get-touch-wrapper {
    background: #fff;
    margin-top: -150px;
    padding: 30px 6%;
    position: relative;
    z-index: 9;
}

.contact-address {
    margin-bottom: 10px;
    padding: 30px 0;
    position: relative;
}

.contact-address div:not(:last-child) .contact-icon {
    margin: 0 0 30px;
}

.contact-address .contact-icon>img {
    margin-bottom: 15px;
}

.contact-address .contact-icon>span {
    display: block;
    font-size: 16px;
}

.contact-form-container {
    padding-top: 30px;
    position: relative;
}

.form-title {
    color: #555555;
    font-size: 20px;
    margin: 0 0 30px;
}

.form-group {
    margin-bottom: 30px;
    position: relative;
}

.form-group label {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
}

.form-group .form-control {
    -webkit-appearance: none;
    background: #eeeeee;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    height: auto;
    line-height: 1.6;
    outline: none;
    padding: 12px;
}

.form-group select.form-control {
    background: -o-linear-gradient(left, rgb(238, 238, 238) -webkit-calc(100% - 45px), rgb(238, 238, 238) -webkit-calc(100% - 45px), rgba(238, 238, 238, 0) -webkit-calc(100% - 45px));
    background: -o-linear-gradient(left, rgb(238, 238, 238) -moz-calc(100% - 45px), rgb(238, 238, 238) -moz-calc(100% - 45px), rgba(238, 238, 238, 0) -moz-calc(100% - 45px));
    background: -o-linear-gradient(left, rgb(238, 238, 238) calc(100% - 45px), rgb(238, 238, 238) calc(100% - 45px), rgba(238, 238, 238, 0) calc(100% - 45px));
    background: -webkit-linear-gradient(left, rgb(238, 238, 238) -webkit-calc(100% - 45px), rgb(238, 238, 238) -webkit-calc(100% - 45px), rgba(238, 238, 238, 0) -webkit-calc(100% - 45px));
    background: -moz-linear-gradient(left, rgb(238, 238, 238) -moz-calc(100% - 45px), rgb(238, 238, 238) -moz-calc(100% - 45px), rgba(238, 238, 238, 0) -moz-calc(100% - 45px));
    background: linear-gradient(to right, rgb(238, 238, 238) calc(100% - 45px), rgb(238, 238, 238) calc(100% - 45px), rgba(238, 238, 238, 0) calc(100% - 45px));
    cursor: pointer;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00eeeeee', GradientType=1);
    padding-right: 45px;
    position: relative;
    white-space: normal;
    z-index: 2;
}

.form-group .checkbox,
.form-group .radio {
    margin-bottom: 20px;
}

.form-group input[type=checkbox],
.form-group input[type=radio] {
    margin-top: 6px;
}

.form-group .radio.cm-radio-btn input[type="radio"] {
    cursor: pointer;
    opacity: 0;
    position: relative;
    z-index: 99;
}

.form-group .radio.cm-radio-btn input[type="radio"]+span {
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    height: 17px;
    margin-left: -13px;
    margin-right: 10px;
    position: relative;
    top: 3px;
    width: 17px;
    z-index: -1;
}

.form-group .radio.cm-radio-btn input[type="radio"]+span:after {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    bottom: 0;
    content: " ";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 0;
}

.form-group .radio input[type="radio"]:checked+span:after {
    height: 9px;
    width: 9px;
}

.select-arrow {
    background: #e85061;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    color: #fff;
    display: block;
    font-size: 24px;
    height: 100%;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 45px;
}

.select-arrow>i {
    display: block;
    font-size: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -80%);
    -ms-transform: translate(-50%, -80%);
    -moz-transform: translate(-50%, -80%);
    -o-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%);
}

.custom-btn {
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
}

.custom-btn:hover {
    color: #fff;
}

.form-group .form-control::-webkit-input-placeholder,
.form-group .form-control::-moz-placeholder,
.form-group .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #b2b2b2;
}


/*Contact us Page css end here*/


/*--------------------------------------------------
Store Locator Page css starts here
--------------------------------------------------*/

.btn-apply-now,
.btn-reset-now {
    padding: 8px 16px;
    border-radius: 0;
    color: #fff;
    float: right;
    margin-right: 10px;
}

h4.noResult {
    background-color: #f24a00;
    border-top: 1px solid #e7652c;
    padding: 10px 15px 10px;
    border-bottom: 1px solid #f05713;
    color: #fff;
    text-align: center;
}

.locator-search input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-advance-search {
    -webkit-border-bottom-right-radius: 17px !important;
    -moz-border-bottom-right-radius: 17px !important;
    border-bottom-right-radius: 17px !important;
    -webkit-border-top-right-radius: 17px !important;
    -moz-border-top-right-radius: 17px !important;
    border-top-right-radius: 17px !important;
    color: #fafafa;
}

.btn-locate-me {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fafafa;
    margin-right: 3px;
}

.result-div>h4 {
    margin-bottom: 20px;
    margin-top: 0;
}


.banner-area.store-locator-banner {
    background-image: url(StoreLocatorBanner);
    background-position: right center;
    background-size: cover;
}

.store-banner.banner-area,
.unit-banner {
    background-image: url(StoreBanner);
    background-position: top center;
    background-size: cover;
}



.promotion-discount-banner {
    background-image: url(PromotionDiscount);
    background-position: right center;
    background-size: 70%;
}

.quality-assurance-banner {
    background-image: url(QualityAssurance);
    background-position: right center;
    background-size: cover;
}

.storage-options-banner {
    background-image: url(StorageOption);
    background-position: right center;
    background-size: cover;
}

.packing-storage-tips-banner {
    background-image: url(PackingStorageTips);
    background-position: right center;
    background-size: 70%;
}

.our-team-banner {
    background-image: url(OurTeam);
    background-position: right center;
    background-size: cover;
}

.career-banner {
    background-image: url(CareerBanner);
    background-position: right center;
    background-size: cover;
}

.city-server-banner {
    background-image: url(CityServed);
    background-position: right center;
    background-size: cover;
}

.community-market-banner {
    background-image: url(CommunityBanner);
    background-position: right center;
    background-size: cover;
}

.calendar-banner {
    background-image: url(CalendarBanner);
    background-position: right center;
    background-size: cover;
}

.contact-home-banner {
    background-image: url(ContactNewBanner);
    background-position: right center;
    background-size: cover;
}

.what-fits-banner {
    background-image: url(WhatFits);
    background-position: right center;
    background-size: cover;
}

.reservation-banner {
    background-image: url(ReservationBanner);
    background-position: right center;
    background-size: 70%;
}


.company-banner {
    background-image: url(CompanyBanner);
    background-position: right center;
    background-size: cover;
}

.privacy-banner {
    background-image: url(PrivacyBanner);
    background-position: right center;
    background-size: cover;
}

.checklist-banner {
    background-image: url(CheckListBanner);
    background-position: right bottom;
    background-size: cover;
}

.moving-services-banner {
    background-image: url(MovingServicesBanner);
    background-position: right center;
    background-size: cover;
}

.faq-banner {
    background-image: url(FAQBanner);
    background-position: right top;
    background-size: cover;
}

.pay-my-bill-banner {
    background-image: url(PayBillBanner);
    background-position: right center;
    background-size: cover;
}

.Reservation-banner {
    background-image: url(ReservationBanner);
    background-position: right center;
    background-size: 70%;
}



.modal-body.feature-video-body {
    padding-top: 0 !important;
}

div.feature-video-body iframe {
    width: 100%;
}


div.packing-and-storage-tips div.frame-container div.frame-shadow {
    width: auto;
    background-color: #fff;
    padding: 8px 12px;
    word-wrap: break-word;
}

div.frame-shadow li:nth-child(even) {
    background: #a7a7a721;
}


b.highlight {
    color: #3a4b9c;
    font-weight: normal;
}

.promotion-discount-container .odd,
.promotion-discount-container .even {
    margin-bottom: 25px;
}

.promotion-text ul {
    padding-left: 0;
}

@media screen and (min-device-width : 360px) and (max-device-width : 640px) {
    .PromotioncloseBtnWid {
        width: 13% !important;
    }
}

@media screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .PromotioncloseBtnWid {
        width: 15% !important;
    }
}

@media screen and (min-device-width : 375px) and (max-device-width : 667px) {
    .PromotioncloseBtnWid {
        width: 12% !important;
    }
}

@media screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .PromotioncloseBtnWid {
        width: 6% !important;
    }
}

#popup {
    width: 100%;
    float: left;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    right: 0;
    z-index: 1000000;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2)
}

.PromotioncloseBtnWid {
    float: right;
    cursor: pointer;
    background-color: #FFFFFF;
    margin: 0;
    color: #000000;
    width: 4%;
    text-align: center;
    border-radius: 10px;
}


div.storaage-option-container div.even .col-sm-5 {
    float: right;
    box-shadow: -5px 2px 10px rgba(0, 0, 0, .5);
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    padding: initial;
}


.unitId {
    padding: 10px 0;
    background: #ffffff57;
}

div.filter-body .unitId {
    background: none;
}

div.filter-body .unitId label {
    white-space: normal;
}


/*--------------------------------------------------
store description css
--------------------------------------------------*/
div#features-description {
    background: #f9f9f9;
    box-shadow: 0px 2px 2px #eaeaea;
}

div#features-description h2 {
    text-align: center;
}


div#features-description ul {
    padding-left: 0;
}

div#features-description ul li {
    text-align: left;
    box-sizing: border-box;
    padding: 0 15px;
}

div.features-description-pay-bill ul li {
    text-align: center !important;
    float: left;
    width: 33%;
}


div#features-description ul:first-of-type+ul {
    margin-top: 50px;
    float: left;
}

div#features-description ul li img {
    height: 40px;
}

div#features-description h3 {
    font-size: 15px;
}


div#features-description li p {
    font-size: 13px;
}




span.search-string {
    text-transform: capitalize;
}

.advance-container {
    border: 1px solid #eaeaea;
    background: #f9f9f9;
    box-shadow: 0px 2px 2px #eaeaea;
    padding: 0 20px !important;
}

.advance-container-unit-size {
    margin-top: 10px;
    float: left;
    width: 100%;
}


.bg-2b {
    background: #2b2b2b !important;
    border: none !important;
}

.color-white {
    color: #fff;
}

.pt30-bt2dotted-white {
    padding-top: 30px;
    border-top: 2px dotted #fff;
}


/*  CSS of Store Locator Page */

a.icon-text:hover {
    text-decoration: none;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 2048px) {
    .result-div {
        width: 100% !important;
        /*min-height: 230px !important;*/
    }

}

@media only screen and (min-device-width : 768px) and (max-device-width : 2048px) {
    .viewHInsideHH {
        width: 70% !important;
        margin: 12% 0% 0% 15% !important;
    }

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .closeBtnWid1 {
        width: 4% !important;
    }

    .closeBtnWid2 {
        width: 5% !important;
    }
}

@media only screen and (min-device-width : 360px) and (max-device-width : 640px) {
    .first {
        width: 100% !important;
    }

    .viewHInsideHH {
        width: 80% !important;
        margin: 10% 0% 0% 10% !important;
    }

    .middle {
        min-height: auto !important;
    }

    .coupons {
        width: 70% !important;
        margin: 14% 0% 0% 15% !important;
    }

    .closeBtnWid1,
    .closeBtnWid2 {
        width: 7% !important;
    }
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) {
    .first {
        width: 100% !important;
    }

    .viewHInsideHH {
        width: 80% !important;
        margin: 10% 0% 0% 10% !important;
    }

    .middle {
        min-height: auto !important;
    }

    .coupons {
        width: 70% !important;
        margin: 14% 0% 0% 15% !important;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
    .first {
        width: 100% !important;
    }

    .closeBtnWid1,
    .closeBtnWid2 {
        width: 7% !important;
    }

    .viewHInsideHH {
        width: 80% !important;
        margin: 10% 0% 0% 10% !important;
    }

    .middle {
        min-height: auto !important;
    }

    .coupons {
        width: 70% !important;
        margin: 14% 0% 0% 15% !important;
    }
}

@media screen and (max-width: 414px) and (max-height: 736px) {

    .AllDiv1,
    .AllDiv2,
    .AllDiv3,
    .AllDiv4 {
        width: 50% !important;
    }
}

@media screen and (max-width: 375px) and (max-height: 667px) {
    .AllDiv1 {
        width: 45% !important;
    }

    .AllDiv2 {
        width: 55% !important;
    }

    .AllDiv3 {
        width: 45% !important;
    }

    .AllDiv4 {
        width: 55% !important;
    }
}

@media screen and (max-width: 320px) and (max-height: 568px) {

    .AllDiv1,
    .AllDiv2,
    .AllDiv3,
    .AllDiv4 {
        width: 100% !important;
    }
}


.closeBtnWid2 {
    float: right;
    cursor: pointer;
    background-color: #FFFFFF;
    margin: 0;
    color: #000000;
    width: 3.5%;
    text-align: center;
    border-radius: 10px;
}

.closeBtnWid1 {
    float: right;
    cursor: pointer;
    background-color: #FFFFFF;
    margin: 0;
    color: #000000;
    width: 2.5%;
    text-align: center;
    border-radius: 10px;
}

.viewH {
    width: 100%;
    float: left;
    display: none;
    float: left;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    right: 0;
    z-index: 1000000;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2)
}

.viewHInsideH {
    display: none;
}

.viewHInsideHH {
    display: block;
}

.viewHH {
    width: 100%;
    float: left;
    display: block;
    float: left;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    right: 0;
    z-index: 1000000;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2)
}

.one {
    width: 40%;
    float: left;
    padding-left: 5%;
    line-height: 25px;
}

.two {
    width: 60%;
    float: left;
    line-height: 25px;
}

h5 {
    padding-left: 5%;
}


.couponsH {
    width: 100%;
    float: left;
    display: none !important;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    right: 0;
    z-index: 1000000;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2)
}

.couponsHH {
    width: 100%;
    float: left;
    display: block !important;
    float: left;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    right: 0;
    z-index: 1000000;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2)
}



div.result-div ul.result-icons.unstyled li {
    float: left;
}

div.result-div ul.result-icons.unstyled li img {
    padding-right: 10px;
}

.min_height {
    min-height: 120px;
}

#checkBoxContainer {
    width: 100%;
    float: left;
    padding-top: 10px;
}

.hide1 {
    display: none;
}

.show1 {
    display: block;
}

#checkBoxContainer ul {
    margin: 0;
    padding: 0;
}

#checkBoxContainer ul li {
    float: left;
    width: 20%;
    display: block !important;
    padding-left: 10%;
}

.AllDiv1 {
    width: 20%;
}

.AllDiv2 {
    width: 20%;
}

.AllDiv3 {
    width: 20%;
}

.AllDiv4 {
    width: 40%;
}

#checkBoxContainer .AllDiv {
    float: left;
}

.sepGroup {

    border: 1px solid #eaeaea;
    background: #f9f9f9;
    box-shadow: 0px 2px 2px #eaeaea;
}

.result-div.sepGroup {
    height: 337px;
}

.result-div .store-img-contianer {
    max-height: 150px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
}

.result-div ul.result-icons {
    min-height: 1px;
}

ul.result-icons.unstyled li img {
    height: 44px;
    width: 44px;
    box-sizing: content-box;
}

.right-container #features-description {
    margin-top: 20px;
    border-radius: 10px;
}

.store-locator-result-container .result-div.sepGroup {
    border: none !important;
    box-shadow: none;
    background: none;
    padding: 15px 0;
    border-bottom: 1px dashed #ccc !important;
    height: auto;
}

.store-locator-result-container:first-child {
    border-top: 1px dashed #ccc !important;
}

.store-locator-result-container .left-store-locator-info {
    width: calc(100% - 26%);
    float: left;
}

.store-locator-result-container .right-store-locator-info {
    float: left;
    width: 26%;
    padding-top: 40px;
}

.store-locator-result-container .location-icon {
    top: -20px;
    height: 20%;
}

.store-locator-result-container .as-low-container {
    text-align: center;
}

.store-locator-result-container .unit-start-price {
    margin: 0;
    padding-bottom: 10px;
}

.store-locator-result-container .view-hours-coupons-container {
    text-align: center;
    padding: 10px 0;
    width: 100%;
    display: inline-block;
}

@media (max-width: 1199px) {
    .store-locator-result-container .view-hours-coupons-container span a {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .result-div .store-img-contianer {
        max-height: 200px;
    }

    .store-locator-result-container .left-store-locator-info {
        width: calc(100% - 30%);
    }

    .store-locator-result-container .right-store-locator-info {
        width: 30%;
        padding-top: 70px;
    }

    .store-locator-result-container .location-icon {
        top: 10px;
    }
}

/* End Store Locator Page Here */
/*rating stars css starts here*/

.rating {
    border: none;
    float: left;
}

.rating>input {
    display: none;
}

.rating>label:before {
    content: "\f005";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.25em;
    margin: 5px;
}

.rating>.half:before {
    content: "\f089";
    position: absolute;
}

.rating>label {
    color: #ddd;
    float: right;
}


/***** CSS Magic to Highlight Stars on Hover *****/

.rating>input:checked~label,

/* show gold star when clicked */

.rating:not(:checked)>label:hover,

/* hover current star */

.rating:not(:checked)>label {
    color: #FFD700;
}


/* hover previous stars in list */

.rating>input:checked+label:hover,

/* hover current star when changing rating */

.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,

/* lighten current selection */

.rating>input:checked~label:hover~label {
    color: #FFED85;
}


/*rating stars css end here*/

.result-div {
    float: left;
    padding: 20px;
    position: relative;
}

.search-result .col-md-6.m-b-30 {
    float: left;
}

.search-result img {
    width: 100%;
}

.result-div a {
    font-size: 16px;
}

.result-icons>li {
    display: inline-block;
    padding: 10px 0;
}

.result-icons>li:not(:first-child) {
    /*margin-left: -10px;*/
}

.result-icons>li>img {
    height: auto;
    opacity: 0.6;
    /*width: 65%;*/
}

a.btn-view-store {
    margin: 0px !important;
    border-radius: 10px;
}

.btn-view-store {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fafafa;
    display: block;
    margin-top: 15px;
    padding: 6px 20px;
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
}

.btn-view-store:active,
.btn-view-store:focus,
.btn-view-store:hover {
    background: #eee;
    border: 1px solid #dbdbdb;
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
}

.location-icon>i {
    font-size: 70px;
    position: relative;
}

.location-icon>i>span {
    color: #333;
    font-size: 16px;
    left: -3px;
    position: absolute;
    top: 17px;
    width: 46px;
    text-align: center;
}



.location-icon {
    bottom: 20px;
    position: absolute;
    right: 20px;
}


/*Store Locator Page css end here*/


/*--------------------------------------------------
Our team page css starts here
--------------------------------------------------*/

.picture-team {
    text-align: center;
}

.picture-team>img {
    -webkit-animation: border-colors 10s infinite both;
    -moz-animation: border-colors 10s infinite both;
    -o-animation: border-colors 10s infinite both;
    animation: border-colors 10s infinite both;
    border: 2px solid rgba(0, 0, 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 300px;
}

.box-info-team {
    margin-top: 20px;
}

.info-team h2 {
    line-height: 45px;
    text-transform: capitalize;
}

.info-team p {
    color: #666;
    line-height: 1.8;
    width: 100%;
}

hr.line-title-left {
    margin: 0 0 15px;
    width: 75px;
}

.info-team .network-social-team a {
    color: #333333;
    font-size: 22px;
    line-height: 2;
    margin: 15px;
}

.our-team-section>.row:nth-child(even) .box-picture-team {
    float: right;
}


/*Our team page css end here*/


/*--------------------------------------------------
Store page css starts here
--------------------------------------------------*/

.store-map-container {
    z-index: 999;
    position: sticky;
    /*width: 100%;*/
}

.store-space-wrapper {
    padding-top: 50px;
}


.store-reviews {
    padding-left: 5%;
    padding-right: 5%;
}

.alert {
    margin-bottom: 0;
    text-align: center;
    padding: 8px;
    color: #ef3e42;
    background: #f0f32b;
    border-color: #000;
    font-weight: bold;


}

.alert-dismissable .close,
.alert-dismissible .close {
    right: 12px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    margin-right: 20px;
}

.alert p {
    font-size: 16px;
}

.alert>p,
.alert>ul {
    margin-bottom: 0;
}

.alert a {
    color: #00aeef;
    font-size: 16px;
}


.author-reviews {
    padding: 0 20px;
    position: relative;
}

.author-reviews:before,
.author-reviews:after {
    color: #999999;
    font-family: 'FontAwesome';
    font-size: 16px;
    left: 1px;
    position: absolute;
    top: 0;
}

.author-reviews:after {
    bottom: 0;
    left: auto;
    right: 1px;
    top: auto;
}

.author-rating ul li {
    color: #ffd23a;
    display: inline-block;
    font-size: 18px;
}

.store-left-container,
.store-left-container {
    padding-bottom: 15px;
    padding-top: 15px;
}

.store-left-container {
    color: #fff;
    position: relative;
}

.store-time-wrapper {
    position: relative;
    border: none !important;
}

.community-partners .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}

.horizontal-links-container .link-wrap>ul {
    display: flex;
    justify-content: space-evenly;
}

.horizontal-links-container .link-wrap>ul>li {
    flex: 1;
    border-right: 1px solid #eee;
}

.horizontal-links-container .unstyled {
    display: flex;
    justify-content: space-between;
}

.horizontal-links-container .tenanthub-link {
    background: #00539f;
    border-radius: 10px;
    font-weight: 500;
    padding: 0px 0px;
    color: #ffffff;
    align-items: baseline;
    text-decoration: auto;
    padding: 5px 15px;
}

.horizontal-links-container .tenanthub-link>li>a:hover {
    color: white;
}

.horizontal-links-container .tenanthub-link>li>a:focus {
    color: white;
}

.horizontal-links-container .tenanthub-link>li>.open>a {
    color: white;
}

.tenanthub-link {
    background: #00539f;
    border-radius: 7px;
    font-weight: 500;
    padding: 0px 0px;
    color: #ffffff;
    align-items: baseline;
    text-decoration: auto;
    padding: 5px;
}

.tenant-hub-mobile {
    left: -56px;
}

.dropdown-tenanthub {
    color: white;

}

.horizontal-links-container .unstyled>li>a {
    background: #ffffff;
    border-radius: 25px;
    font-weight: 500;
    padding: 0px 0px;
    color: #333333;
    align-items: baseline;
    text-decoration: underline;
}

.horizontal-links-container .unstyled>li>a {
    background: #ffffff;
    border-radius: 25px;
    font-weight: 500;
    padding: 0px 0px;
    color: #333333;
    align-items: baseline;
    text-decoration: underline;
}

.horizontal-links-container .unstyled>li>a:hover {
    text-decoration: none !important;
}

.horizontal-links-container .unstyled>li {
    display: flex;
    align-items: center;
}

.horizontal-links-container .social-icons-container .custom-social-links li>a {
    width: 30px;
    height: 30px;
    padding: 0;
    margin-right: 9px;
    font-size: 20px;
}

/*--------------------------------------------------
Horizontal Links Mobile CSS Starts Here
--------------------------------------------------*/

.horizontal-links-container-mob .link-wrap>ul {
    display: flex;
    justify-content: space-evenly;
}

.horizontal-links-container-mob .link-wrap>ul>li {
    flex: 1;
    border-right: 1px solid #eee;
}

.horizontal-links-container-mob .unstyled {
    display: flex;
    justify-content: space-between;
}

.horizontal-links-container-mob .unstyled>li>a {
    background: #ffffff;
    border-radius: 25px;
    font-weight: 500;
    padding: 0px 0px;
    /*color: #333333;*/
    align-items: baseline;
    text-decoration: underline;
}

.horizontal-links-container-mob .unstyled>li>a:hover {
    text-decoration: none !important;
}

.horizontal-links-container-mob .unstyled>li {
    display: flex;
    align-items: center;
}

.horizontal-links-container-mob .social-icons-container .custom-social-links li>a {
    width: 30px;
    height: 30px;
    padding: 0;
    margin-right: 9px;
    font-size: 20px;
}

.horizontal-links-container-mob .social-icons-container .custom-social-links li>a>i {
    line-height: 30px;
    font-size: 16px;
}

.horizontal-links-container-mob .social-icons-container .custom-social-links li>a>i {
    line-height: 30px;
    font-size: 16px;
}

/*-----------------------------
Horizontal Links Mobile CSS END */

.store-left-container .store-info-section h4.coupons-btn {
    width: 200px;
}

.store-info-section .icon-wrap {
    background: none;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #fafafa;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}

.store-info-section .icon-wrap a {
    color: #fff;
}

.store-info-section .icon-wrap .icons img {
    width: 32px;
    height: 32px;
    border-radius: 4px;
}

.store-info-section .icon-wrap+div a.btn-default {
    border-bottom: 2px solid #303e82;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.store-left-container .near-area-container h3 {
    font-size: 18px;
}


.store-left-container .near-area-container {
    background: #eee;
    border: none;
    border-radius: 0;
    margin-top: 30px;
    margin-bottom: 0;
    border-radius: 10px;

}

.store-left-container .near-area-container>.panel-heading {
    background: no-repeat;
    border: none;
}

.store-left-container .near-area-container input#saddr {
    background: #fafafa;
    text-align: center;
}

.store-left-container {
    background: none !important;
}

.store-left-container .community-partners-wrapper h2.section-heading {
    font-size: 18px;
}

.store-left-container .community-partners-wrapper {
    padding-top: 0;
    background: #eee;
}

.store-left-container .sliderWrapper .carousel-control.left:before,
.owl-prev {
    left: 8px;
}

.store-left-container .sliderWrapper .carousel-control.right:before,
.owl-next {
    right: 8px;
}

cm.carousel-inner {
    border-radius: 10px;
}

.store-right-container .trusted-movers-banner a span {
    height: 100px;
    overflow: hidden;
    border-radius: 10px;

}

.trusted-movers-banner img {
    width: 100%;
    min-height: 100px;
    max-height: 100px;
    object-fit: cover;
}

.border-btn:hover,
.border-btn:focus,
.border-btn:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    color: #fff !important;
}

.btn-default,
.btn-danger,
.custom-btn {
    transition: .25s ease-in-out;
}

.container-tenant-hub-mobile {
    min-height: 57px;
    margin-top: -15px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: aliceblue;
}

.space-features-info>.btn {
    margin-right: 10px;
}

.store-right-container .space-features>h4 {
    font-size: 16px;
}

.store-right-container .store-reviews-bg {
    padding-top: 20px;
    background: none;
}

.store-right-container .about-facilities {
    background: none;
}

.store-right-container .about-facilities h2 {
    color: #444;
}

.store-right-container .about-facilities p {
    color: #555;
}

.store-left-container .community-partners-wrapper .partner-text {
    color: #444;
}

.space-heading.text-center {
    background-color: #dee9f3;
    padding: 15px;
    border-radius: 10px;
    border: solid 2px #00539f;
}

/*store page css end here*/

/*--------------------------------------------------
Store page css starts here
--------------------------------------------------*/

.store-info-section {
    border-radius: 10px;
    padding: 15px;
    border-bottom: 1px solid #fafafa;
}

.space-size-header ul ul li {
    color: #fff;
}

.facilities-wrapper {
    padding-top: 30px;
    position: relative;
}

.store-left-container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.store-left-container {
    position: relative;
    color: #fff;
}

.icon-wrap {
    background: #eee;
    float: left;
    border: 0;
    margin-top: 12px;
}

.icon-wrap a {
    color: #333;
}

.bg-eee {
    background: #eee !important;
}

.icon-container {
    padding-top: 10px;
    padding-bottom: 10px;
    display: table;
}

.icon-container a,
.icon-container span {
    display: table-cell;
    text-align: left;
}

.icon-container .icons {
    width: 34px;
    height: 34px;
}

.icon-container .icon-text {
    padding-left: 10px;
}


.icon-container a:hover,
.icon-container a:focus {
    text-decoration: none;
    outline: none;
}

.coupons-btn {
    padding-left: 35px;
    padding-right: 35px;
}

.custom-social-links {
    float: right;
}

.custom-social-links>li {
    display: inline-block;
}

.custom-social-links>li>a {
    color: #f25161;
    font-size: 32px;
    line-height: 1;
    padding: 5px;
    text-align: center;
    display: block;
}

.space-features-info {
    padding-top: 10px;
    margin-top: 20px;
    float: left;
    width: 100%;
}

.filter-container {
    float: left;
    width: 100%;
}

.filter-form {
    padding: 15px;
    width: 100%;
    float: left;
    background: #f0f0f0;
    border-bottom: 5px solid #eee;
    border-top: 0;
}

.filter-header {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.filter-header span {
    line-height: 34px;
}

.space-size-container {
    margin: 0;
    border-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    border: 0;
}

.space-size-header {
    width: 100%;
    min-width: 100%;
    display: table;
    position: relative;
}

.space-size-header ul {
    width: 100%;
    min-width: 100%;
    display: table-cell;
    position: relative;
}

.space-size-header ul li {
    display: table-cell;
    padding: 0 5px;
}

.space-size-header>ul>li:first-child {
    padding-left: 0;
}

.space-size-header>ul>li:last-child {
    padding-right: 0;
}

.space-size-header>ul>li>a {
    display: block;
    background: #f0f0f0;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 10px;
    position: relative;
    text-decoration: none;
    color: #fff;
    padding: 5px;
    font-size: 14px;
    border-bottom: 5px solid #e8e8e8;
    min-height: 110px;
}

.space-size-header>ul>li>a:after {
    content: "";
    border-bottom: 5px solid #000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    width: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}

.space-size-header>ul>li:hover>a:after {
    opacity: 0.6;
    visibility: visible;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.space-size-header ul li a span {
    padding: 5px 0;
    display: inline-block;
}

.space-size-header ul li a .size {
    display: block;
    background: #e8e8e8;
    padding: 5px 0;
    color: #333;
}

.space-size-header ul ul {
    display: block;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 15px 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}

.space-size-header ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.space-size-header ul ul li {
    vertical-align: middle;
}

.space-size-header ul ul li+li {
    padding-left: 30px;
}

.space-size-header ul ul li+li span:first-child {
    font-size: 24px;
}

.space-size-header ul ul li+li a {
    margin-top: 15px;
}

.unit-wrapper {
    display: block;
    border: 1px solid #adadad;
    margin-top: 10px;
    opacity: 1 !important;
}

.unit-wrapper .unit {
    display: table;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #f25161;
}

/*@media (min-width: 1400px) {
    .unit-wrapper .unit  {
    padding-left: 75px;
    padding-right: 75px;
    }
}*/

.unit-wrapper .unit:last-child {
    border-bottom: 0;
}

.unit:nth-child(even) {
    background-color: #f9f9f9;
}

.unit:nth-child(odd) {
    background-color: #ffffff;
}

.unit-wrapper .unit .col {
    display: table-cell;
    vertical-align: top;
    width: 25%;
    padding: 0 5px;
}

.unitFeatureItem .img-width,
.unitFeatureItem .unit-sp-feature {
    width: 25%;
}

.unitFeatureItem .unit-sp-feature ul {
    padding-left: 20px;
}

.unitFeatureItem .unit-sp-offer {
    width: 22%;
}



.unitFeatureItem .unit-sp-offer-attn {
    color: red;
            font-size: 16px;
            text-align: center;
            display: block;
            margin-top: 5px;
}

.unitFeatureItem .unit-sp-offer-normal {
    font-weight: 600;
            color: white;
            padding: 5px 10px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
            border: none;
            border-radius: 5px;
            cursor: default;

}

@media (max-width: 1200px) {
    .unitFeatureItem .unit-sp-offer-normal {
        font-weight: 600;
                color: white;
                padding: 2px 5px;
                text-align: center;
                text-decoration: none;
                display: inline-block;
                font-size: 16px;
                border: none;
                border-radius: 5px;
                cursor: default;
    
    }

    .unitFeatureItem .unit-sp-offer-attn {
        color: red;
        font-size: 14px;
        text-align: center;
        display: block;
        margin-top: 5px;
    }
}

.fa-yellow-gold {
    color: #FFD700; /* Yellow gold color */
    transform: scaleX(-1);  /* Flip the icon */
}

.unitFeatureItem .unit-sp-offer-normal>span {
    width: 22%;
    color: #d9534f;
    font-weight: 600;
}



.unitFeatureItem .unit-rate-section {
    width: 28%;
    text-align: center;
}


.unitFeatureItem .unit-rate-section a {
    padding: 5px 15px 5px 15px;
    text-align: center;
    width: 80px;
    vertical-align: inherit;
}


.unit-wrapper .unit img {
    max-width: 110px;
}

.unit-wrapper .unit .unit-header {
    font-size: 20px;
    color: #00539f;
    margin-bottom: 8px;
}

.unit-wrapper .unit .savings {
    color: #00539f;
    font-size: 85%;
    margin-bottom: 5px;
    font-weight: 500;
}

.unit-wrapper .unit .price {
    margin-bottom: 8px;
    color: #347ab7;
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 5px;
}


.unit-wrapper .unit small {
    margin-bottom: 8px;
}

.unit-wrapper .unit large {
    margin-bottom: 10px;
}

.unit-wrapper .unit p {
    margin: 0 0 5px;
}

.unit-wrapper .unit {
    text-align: center;
    border-bottom: 1px solid #888888;
}


.unit a:last-of-type {
    margin-left: 10px;
}

.store-space-wrapper {
    padding-top: 10px;
}

.near-area-container span {
    color: #000 !important;
}


.store-reviews {
    padding-left: 5%;
    padding-right: 5%;
}

.author-reviews {
    position: relative;
    padding: 0 20px;
}

.author-reviews:before,
.author-reviews:after {
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    left: 1px;
    top: 0;
    color: #999999;
}

.author-reviews:after {
    left: auto;
    right: 1px;
    top: auto;
    bottom: 0;
}

.author-rating ul li {
    display: inline-block;
    color: #ffd23a;
    font-size: 18px;
}

.link-wrap ul>li:not(:last-child) {
    /* margin-bottom: 5px; */
}

.link-wrap ul>li>a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 35px;
}

.link-wrap ul>li>a:after {
    content: "\f054";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    line-height: 40px;
}

#changeFont {
    font-family: "Times New Roman", Times, serif !important;
}

.qmark {
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.btn-default:hover {
    color: #fff !important;
}

#unitcontainer_mob{display:none;}

@media (max-width: 991px) {

    /*#unitcontainer1{display:none !important;} 
    #unitcontainer_mob{display:block !important;}*/
}

/*------------------------------------------------
NEW IMAGE GALLERY
-------------------------------------------------*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    padding: 0%
}

/* Typography Styles*/
.caption {
    font-family: Georgia;
    font-size: 0.9rem;
    color: teal;
    margin-top: 1rem;
    font-style: italic;
    text-align: center;
}

/* Background Image Sytles ---*/
.bg-img {
    background-size: cover;
    background-position: center;
    background-color: grey;
    overflow: hidden;
    max-height: 300px;
}

.landscape {
    padding-bottom: 60%;
}



/* Slider */

.slider-container {
    /*border: 2px solid lightblue;*/
    padding: 0%;
}


.slider-item {
    padding: 0.2rem;
    /*border: 2px solid lightgreen;*/
    display: none;
    /* Plus .slider-item:first-child saves the first image to  be shown if js collapses*/
}

.slider-item:first-child {
    display: block;
}

.slider-item:nth-child(odd) {
    /*border: 2px solid teal;*/
}

slick-next:before {
    content: 'Ã¢â€ â€™';
}

.slick-next::before,
.slick-prev::before {
    font-family: 'Bungee', cursive;
    font-weight: 300;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: rgb(90, 90, 90);
}

/* -----Puts the arrows inside the parent container------*/

.slick-prev {
    left: 1%;
}

.slick-next {
    right: 1%;
}

/*-------Dots----*/
.slick-dots {
    bottom: 3%;
    left: 0;
    /* This align the dots perfectly to the center, do not delete */
}

.slick-dots li,
.slick-dots li button {
    width: 12px;
}

.slick-dots li button::before {
    font-size: 10px;
    color: rgb(0, 128, 128);
}

.slick-dots li.slick-active button::before {
    color: teal;
}



/*--------------------------------------------------
Trusted Movers Banner css starts here
--------------------------------------------------*/

.trusted-movers-banner {
    position: relative;
    /* order: -2; */
    /* display: flex; */
}

.trusted-movers-banner a {
    color: rgb(51, 51, 51);
    position: relative;
    z-index: 9;
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.trusted-movers-banner a span {
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 20px;
}


/*--------------------------------------------------
Facilities Wrapper css starts here
--------------------------------------------------*/

.custom-f-group {
    margin-bottom: 15px !important;
}

.near-area-container .panel-body {
    padding-bottom: 0;
}

.near-area {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #ddd;
}

.near-area:nth-child(odd) {
    background-color: #f5f5f5;
}

.near-area h4 {
    margin-top: 0;
}


/*--------------------------------------------------
community-partners css starts here
--------------------------------------------------*/

.community-partners-wrapper {
    padding-top: 30px;
    padding-bottom: 10px;
}

.community-partners {
    padding: 0 15px;
}

.community-partners .partners {
    cursor: pointer;
    float: left;
    width: 100%;
}

.community-partners .partners .partner-image {
    padding: 20px;
    width: 100%;
    float: left;
    clear: both;
}

.partner-bio-wrapper {
    display: none;
    float: left;
    width: 100%;
}

.partner-text {
    border-top: 1px solid #ddd;
    padding: 15px;
}

.partner-text p a {
    display: inline-block;
    color: #333;
    padding: 0 10px;
}

.store-locator-result-container .left-store-locator-info .min_height div:first-child,
.store-locator-result-container .left-store-locator-info .city-state-zip * {
    font-size: 16px;
    color: #555;
    line-height: 22px;
}

.right-container .map-wrapper {
    margin-top: 70px;
}

.container.m-t-30.m-b-30.thank-you-reservation-container {
    padding: 0px !important;
    display: flex;
    flex-direction: column;
    max-width: 1300px;
}

.thank-you-reservation-container .alert-info {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 7px;
}

.thank-you-reservation-container .row.d-flex.flex-wrap {
    padding: 45px;
    padding-top: 0;
}

.thank-you-reservation-container .store-name {
    margin-top: 20px;
    padding-bottom: 10px;
    font-size: 24px;
}

.thank-you-reservation-container .tr-print-btn {
    top: 0px;
}

.thank-you-reservation-container .store-locator-result-container .result-div.sepGroup {
    border-bottom: none !important;
}

.thank-you-reservation-container .mainStore {
    border-bottom: 1px dashed #ccc !important;
}

.promo.center {
    margin: 0 auto;
}

@media screen and (min-width: 992px) {

    /*Store Page Css*/
    .store-time-wrapper {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }



    .cm-video {
        /*  height: 524px;*/
        overflow: hidden;
    }

    .promotion-discount-container .col-sm-12.even .col-sm-3 {
        float: right;
    }

    .thank-you-reservation-container,
    .complete-your-payment-container {
        padding: 20px 20px !important;
    }
}

@media (max-width: 767px) {

    /*Store page Css*/
    .space-size-header ul {
        display: block;
        position: relative;
    }

    .space-size-header ul li {
        display: block;
        padding: 0;
        margin: 0 0 5px;
        position: relative;
    }

    .space-size-header>ul>li>a:after,
    .space-size-header ul li.active>a:before,
    .space-size-header ul ul {
        display: none;
    }

    .locator-search>.input-group {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .mt-mw767-20 {
        margin-top: 20px;
    }

    .horizontal-links-container .link-wrap>ul {
        display: block;
    }

    .result-div.sepGroup {
        height: auto !important;
    }

    .result-div .store-img-contianer {
        height: auto;
        width: 70%;
    }

    div.result-div ul.result-icons.unstyled li img {
        margin-bottom: 10px;
        height:34px;
        width:34px;
    }

    .home-banner .front-image-wrapper.visual-text {
        display: none;
    }

    .storaage-option-container .panel-body>.col-sm-5 {
        margin-bottom: 30px;
    }

    .complete-your-payment-container #payment-form-detais {
        margin-top: 30px;
        width: 100%;
    }

    .complete-your-payment-container div#payment-form-detais form {
        width: 100%;
    }

    .payment-main-wrapper #payment-form-detais input#card_number {
        width: 75%
    }

    .payment-main-wrapper #payment-form-detais .vertical input {
        width: 90%
    }

    .payment-main-wrapper #payment-form-detais form input {
        width: 90%;
        font-size: 14px;
    }

    .locator-search input,
    .locator-search button,
    .locator-search input,
    .locator-search .panel-default {
        margin: bor;
        margin-top: 10px;
    }

    .locator-search input[type="text"] {
        width: 100% !important;
        max-width: 300px;
        float: none !important;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

    .locator-search input[type="text"]+.input-group-btn {
        display: flex;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .container>.store-locator-title {
        margin-top: 0;
    }

    form[name="j_id0:formName"] .result-icons.unstyled {
        width: calc(100vw - 15px);
    }

    .chkUnit.store-locator-result-container {
        padding-right: 0;
    }

    .chkUnit.store-locator-result-container h4.store-name {
        line-height: normal;
        width: calc(100% - 65px);
    }

}

/*--------------------------------------------------
New to the area page CSS starts here
--------------------------------------------------*/

.nta-popular-resources .city-data-holder>a,
.nta-popular-resources .great-schools-holder>a,
.nta-popular-resources .zillow-holder>a {
    height: 200px;
    width: 200px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
}

.nta-popular-resources img {
    border-radius: 50%;
}

.nta-community-partners {
    margin-top: 30px;
    margin-bottom: 30px;
}

.nta-community-partners .owl-prev {
    position: absolute;
    left: -20px;
}

.nta-community-partners .owl-next {
    position: absolute;
    right: -20px;
}

/*--------------------------------------------------
Careers page css starts here
--------------------------------------------------*/

.careers-link-box {
    background-color: #eee;
    border: 1px solid rgba(236, 78, 98, 0.5);
    float: left;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}

.careers-link-box>h3 {
    background: #ec4e62;
    color: #fafafa;
    margin: 0;
    padding: 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.careers-link-box>ul>li {
    padding: 20px;
}

.careers-link-box>ul>li:nth-child(odd) {
    background: #fff;
}

.careers-link-box>ul>li a {
    color: #444;
}

.about-careers>p {
    margin: 0 auto 10px auto;
    max-width: 80%;
    text-align: center;
}

.career-owl {
    padding-left: 5%;
    padding-right: 5%;
}

.career-owl p {
    color: #666;
    padding-bottom: 10px;
}


/*Careers page css end here*/


/*--------------------------------------------------
Why Store With Us css starts here
--------------------------------------------------*/

.info-wswu ul>li {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: 16px;
    padding: 10px;
}

.info-wswu ul>li:before {
    content: "\f061";
    font-family: 'fontAwesome';
    margin-left: -10px;
    padding-right: 10px;
}


/*Why Store With Us css end here*/


/*--------------------------------------------------
Business advantage plan css starts here
--------------------------------------------------*/

.business-advantage-plan {
    background: #f4f4f4;
    padding: 30px 0;
}

.business-advantage-plan .btn-register {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fafafa;
    margin-top: 10px;
}


/*Business advantage plan css end here*/


/*--------------------------------------------------
Automobile and classic storage css starts here
--------------------------------------------------*/

.cm-accordion a.accordion-toggle {
    display: block;
    padding: 5px;
    text-decoration: none;
}


/*.automobile-and-classic-storage a.accordion-toggle:after{
    content: "\f067";
    font-size: 14px;
    color: #FE0000;
    font-family: 'fontAwesome';
    float: right;
}*/

.cm-accordion p {
    color: #555;
}

.cm-accordion .accordion-toggle {
    position: relative;
}

.cm-accordion .accordion-toggle::before,
.cm-accordion .accordion-toggle::after {
    content: '';
    display: block;
    height: 4px;
    margin-top: -2px;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    width: 14px;
}

.cm-accordion .accordion-toggle::before {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.cm-accordion .accordion-toggle.collapsed::before {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.cm-accordion .accordion-toggle.collapsed::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.advance-search-icon::before,
.advance-search-icon::after {
    background-color: #fff !important;
    right: 15px !important;
}


/*Automobile and classic storage end starts here*/


/*--------------------------------------------------
Management services css starts here
--------------------------------------------------*/

.third-party-management {
    background: #2b2b2b;
    padding: 50px 20px;
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
}

.third-party-management h1,
.third-party-management p,
.third-party-management a {
    color: #fafafa;
    font-size: 24px;
}

.third-party-management:hover {
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
}

.third-party-management:hover a,
.third-party-management:hover span {
    color: #2b2b2b;
    -webkit-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
}


/*Management services css end here*/


/*--------------------------------------------------
RV and boat storage css starts here
--------------------------------------------------*/

.rv-and-boat-storage img {
    border: 1px dashed grey;
    padding: 5px;
}


/*RV and boat storage css end here*/


/*--------------------------------------------------
Packing and storage tips
--------------------------------------------------*/

.pencil-icon-list>ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding: 15px;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.pencil-icon-list>ul>li:before {
    content: "\f040";
    font-family: 'fontAwesome';
    font-size: 16px;
    padding-right: 10px;
}

.pencil-icon-list>ul>li:hover:before {
    color: #fafafa
}

.pencil-icon-list>ul>li:hover {
    color: #fafafa;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}


/*Packing and storage tips*/


/*--------------------------------------------------
Moving checklist css starts here
--------------------------------------------------*/

.moving-checklist a.btn.learn-more {
    margin-left: 0;
    max-width: 180px;
}

.moving-checklist a.btn.learn-more:before {
    content: "\f019";
    font-family: 'fontAwesome';
    padding-right: 10px;
}


/*Moving checklist css starts here*/


/*--------------------------------------------------
Community marketplace css starts here
--------------------------------------------------*/

.community-marketplace a.accordion-toggle {
    line-height: 1.5;
}

.community-marketplace a.accordion-toggle .color-me {
    color: #fff;
}

.community-marketplace .btn.btn-search {
    padding: 0 12px;
}

.community-marketplace input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


/*Community marketplace css starts here*/


/*--------------------------------------------------
Space Calculator page css starts here
--------------------------------------------------*/

.space-calc-heading {
    padding: 15px;
    color: #fafafa;
}

#space-calculator-result {
    width: 20%;
    margin-right: 10px;
    display: inline-block;
}

.space-calc-form-section {
    float: left;
    border: 1px dotted #ec4e62;
    margin-bottom: 15px;
    border-top: 0;
}


/*Space Calculator page css end here*/


/*--------------------------------------------------
Login css starts here
--------------------------------------------------*/

.login-bg {
    height: 100vh;
    width: 100%;
}

.login-box {
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    left: 50%;
    max-width: 360px;
    padding: 45px 35px 35px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.login-form input {
    background: #f2f2f2;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    margin: 0 0 15px;
    outline: 0;
    padding: 15px;
    width: 100%;
}

.login-form button {
    border: 0;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    outline: 0;
    padding: 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.3 ease;
    -o-transition: all 0.3 ease;
    -moz-transition: all 0.3 ease;
    transition: all 0.3 ease;
    width: 100%;
}

.login-form button:hover,
.login-form button:active,
.login-form button:focus {
    background: #f2616f;
}

.login-form .message {
    color: #b3b3b3;
    font-size: 14px;
    margin: 15px 0 0;
}

.login-form .message a {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
}

.login-info p {
    color: #555;
    font-size: 14px;
}

.login-info a {
    font-size: 14px;
}


/*Login css end here*/

/*NEW CHECKOUT PROCESS*/

.form-outline input[type="text"],
.form-outline input[type="email"],
.form-outline input[type="number"] {
    border: 1px solid #ced4da;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 5px;
}
.form-outline input[type="text"]:focus,
.form-outline input[type="email"]:focus,
.form-outline input[type="number"]:focus {
    background-color: #ffffff;
    border-color: #80bdff;
    box-shadow: 0 0 5px rgba(128, 189, 255, 0.5);
}
.form-label {
    font-weight: bold;
    color: #333;
}
    
    /* Larger font size for the list */
.list-font {
font-size: 1.5rem; /* Adjust as needed */
}
    
    #reservation-button {
font-size: 1.5rem; /* Larger text */
padding: 1rem;      /* Adjust for more height */
display: none;
}
    
    .loading-overlay {
display: none; /* Hide by default */
position: fixed; /* Position it fixed to the screen */
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent grey */
z-index: 1000; /* Ensure it appears above other elements */
}

.loading {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: transparent;
border: 0px;
}
    
.stepper-head-icon {
width: 4rem; /* Adjust the width to match the desired icon size */
height: 4rem; /* Adjust the height to match the desired icon size */
background-color: #b7b5b5; /* Ensure the background color matches your design */
border-radius: 50%; /* Keeps the shape circular */
display: flex;
justify-content: center; /* Center the icon horizontally */
align-items: center; /* Center the icon vertically */
}

.stepper-head-icon i {
font-size: 2rem; /* Adjust icon size */
}

.stepper-head-text {
font-size: 2rem; /* Adjust text size */
font-weight: bold; /* Optional bold text */
margin-left: 0.5rem; /* Space between icon and text */
}
    
      /* Style for the unselected buttons */
.custom-radio-button .btn {
border-radius: 30px;
transition: all 0.3s ease-in-out;
background-color: white;
}

/* Highlight the selected option */
.custom-radio-button input[type="radio"]:checked + .btn {
color: white;
}

/* Hover effect for better user feedback */
.custom-radio-button .btn:hover {
color: white;
}
    
.card-header{
color: white;
}
    


/*--------------------------------------------------
Media Query css starts here
--------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
    .store-left-container .store-info-section h4 {
        margin-bottom: 10px;
    }

    .unit a:last-of-type {
        margin-left: 0px;
    }


    .store-left-container .store-info-section .col-sm-6 {
        width: 100%;
        margin: 0 auto;
    }

    .store-left-container .store-info-section h4 span {
        display: block;
    }

    .store-left-container .store-info-section h4 span>i {
        display: inline-block;
        margin-bottom: 5px;
    }

    .store-left-container .store-info-section .col-sm-6.p-r-0 {
        padding-right: 15px !important;
    }

    .site_special_modal {
        padding-inline: 50px;
        
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        float: none;
        margin-top: 0;
        position: static;
        width: auto;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .dropdown-menu>li>a {
        clear: both;
        color: #333;
        display: block;
        font-weight: normal;
        line-height: 1.42857143;
        padding: 3px 20px;
        white-space: nowrap;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px 50px 7.5px -15px
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }

    .horizontal-links-container .unstyled>li>a {
        font-size: 12px;
    }

    .dropdown-tenanthub {
        font-size: 12px;

    }

    .tenanthub-link {
        padding: 2px;


    }

    span.site_special {
        font-size: 30px;
    }

    .site_special_modal {
        font-size: 20px;
        padding: 5px;
        color: #fff !important;
        
    }

}

@media (min-width: 768px) {
    .menu-right ul>li>a {
        line-height: 20px;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .cm-ml-10pr {
        margin-left: 10%;
    }

    .store-map-trigger,
    .store-slider-trigger,
    .store-links-trigger {
        display: none;
    }

    .store-slider-trigger+.sliderWrapper,
    .store-map-wrapper,
    .horizontal-links-container {
        display: block !important;
    }

}

@media screen and (min-width: 992px) {
    .contact-address .contact-icon {
        display: table;
        vertical-align: middle;
    }

    .contact-address .contact-icon>img {
        display: table-cell;
        margin: 0;
    }

    .contact-address .contact-icon>span {
        display: table-cell;
        padding: 0 0 0 20px;
        vertical-align: middle;
    }
}

@media (max-width: 1199px) {

    /*our team page css starts here*/
    .picture-team img {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        height: 428px;
        width: 100%;
    }

    .box-info-team {
        padding-left: 4%;
    }

    /*our team page css end here*/

}

@media (min-width: 768px) and (max-width: 1199px) {
    .header-title {
        width: auto;
        float: right;
    }
}

@media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
        background-color: #fff;
    }

    .md-mb-15 {
        margin-bottom: 15px;
    }

    .md-mt-30 {
        margin-top: 30px;
    }

    .md-mt-80 {
        margin-top: 50px;
    }

    .nav-wrapper>button>span,
    .nav-wrapper .nav>li>a,
    .header-social-icon>ul>li>a {
        font-size: 14px;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.8rem;
    }

    p {
        font-size: 1.4rem;
    }

    .header-heading {
        font-size: 22px;
    }

    .home-about-background {
        background: none !important;
    }

    .home-about>h2.section-heading {
        top: -7%;
        width: 100%;
    }

    .home-about-text {
        padding: 0;
    }

    .home-about-background p {
        margin: 0 auto;
        max-width: 750px;
        padding: 40px 20px;
        text-align: center;
    }

    .home-about-background>.container {
        width: 100%;
    }

    .header-title {
        padding-top: 31px;
    }

    /*store locator starts here*/
    .search-result .col-md-6.m-b-30 {
        float: left;
        width: 100%;
    }

    .result-div {
        width: 100%;
    }

    .image-round {
        left: 0;
        margin: 0 auto 65px;
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .image-round:after {
        background: #2b2b2b;
        bottom: -65px;
        content: "";
        display: block;
        height: 80px;
        left: 0;
        margin: auto;
        margin-bottom: 0;
        position: absolute;
        right: 0;
        width: 150px;
    }

    /*Mobile Menu Css*/
    .header-menu-container {
        margin-top: 5px;
        width: 100%;
    }

    .header-menu-container>div {
        padding: 0;
    }

    .header-menu-container>div>ul {
        margin: 0;
        text-align: left;
    }

    .header-menu-container div>ul>li:nth-child(n+4) {
        display: block;
    }

    /* Page Baner */
    .banner-area {
        min-height: 100px;
    }

    .banner-area .banner-title,
    .banner-area:after,
    .banner-area:before {
        height: 100px;
    }

    .banner-area h1 {
        font-size: 25px;
    }

    .get-touch-wrapper {
        padding: 30px 3%;
        text-align: center;
    }

    .contact-form-container {
        text-align: left;
    }

    .form-title {
        text-align: center;
    }

    .store-time-wrapper .store-right-container {
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        order: -1;
    }

    .store-left-container {
        display:flex;
        flex-direction: column;
    }


    store-time-wrapper .store-right-container .row .col-sm-12 .trusted-movers-banner {
        display: flex;
        flex-direction: column;
        order: 5;
    }

    .container {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .store-time-wrapper {
        /* padding-top: 40px; */
        display: flex;
        flex-wrap: wrap;
    }

    

    .horizontal-links-container .unstyled {
        justify-content: center;
        /*flex-wrap: wrap;*/
    }

    .horizontal-links-container .unstyled>li:not(.social-icons-container) {
        margin: 5px;
    }

    .horizontal-links-container-mob .unstyled {
        justify-content: center;
        flex-wrap: wrap;
    }

    .horizontal-links-container-mob .unstyled>li:not(.social-icons-container) {
        margin: 5px;
    }

    .cm-slider-With-map>.row>div {
        height: inherit;
    }

    .store-info-section .icon-wrap {
        justify-content: left;
    }

    .store-left-container .store-info-section>.row:nth-child(1),
    .store-left-container .store-info-section>.row:nth-child(2) {
        text-align: center;
    }

    .promotion-discount-container .col-sm-12.even .col-sm-3,
    .promotion-discount-container .col-sm-12.odd .col-sm-3 {
        margin-bottom: 30px;
    }

    .sliderWrapper .item .thumb,
    .sliderWrapper .item .thumb img {
        width: auto;
    }
}

@media (max-width: 767px) {
    .container {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .store-time-wrapper .store-right-container {
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        order: -1;
    }

    .store-time-wrapper {
        /* padding-top: 40px; */
        display: flex;
        flex-wrap: wrap;
    }

    .store-left-container {
        display:flex;
        flex-direction: column;
    }


    .home-banner {
        min-height: 480px;

    }

    .home-banner .cm-video {
        height: 480px !important;
    }

    .sm-text-center {
        text-align: center;
    }

    .header-search>.input-group>input {
        max-width: 100%;
    }

    .header-heading {
        font-size: 18px;
    }

    /* Page Banner */
    .banner-area {
        min-height: 1px;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .banner-area:after,
    .banner-area:before {
        display: none;
    }

    .banner-area .banner-title {
        display: block;
        height: auto;
    }

    .banner-area h1 {
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
        font-size: 25px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .get-touch-wrapper {
        padding: 30px 15px;
    }


    .attention-grabber {
        color: #fff;
        font-size: 20px;
    }

    span.site_special {
        font-size: 30px;
    }

    .site_special_modal {
        font-size: 20px;
        padding: 5px;
    }

    /*store locator css starts here*/

    #storeFeatureModal:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #00000070;
        position: absolute;
    }


    .locator-search input {
        text-align: center;
    }

    .locator-search>.input-group {
        display: block;
    }

    .locator-search>.input-group>.input-group-btn {
        padding-top: 15px;
        text-align: center;
    }

    .btn-advance-search {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    #features-description ul li {
        width: 100% !important;
        margin-bottom: 30px;
    }


    .result-div.sepGroup .min_height {
        width: 100%;
        padding: 10px 0;
        padding-right: 15px;
    }

    /*store locator css end here*/
    /*our team page css starts here*/
    .picture-team img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        height: 400px;
        width: 400px;
    }

    .info-team h2 {
        font-size: 24px;
    }

    .info-team p {
        width: 100%;
    }

    hr.line-title-left {
        margin-left: auto;
        margin-right: auto;
    }

    /*our team page css end here*/
    .info-wswu>hr.line-title-left {
        margin: 0;
    }

    .text-center-xs {
        text-align: center;
    }

    .store-left-container>.icon-wrap {
        float: none;
    }

    .store-left-container .store-info-section h4 {
        margin-bottom: 10px;
    }

    .store-left-container .store-info-section .col-sm-6 {
        width: 100%;
        margin: 0 auto;
        text-align: left;
    }

    .store-left-container .store-info-section h4 span {
        display: block;
    }

    .store-left-container .store-info-section h4 span>i {
        display: inline-block;
        margin-bottom: 5px;
    }

    .store-left-container .store-info-section .col-sm-6.p-r-0 {
        padding-right: 15px !important;
    }

}

@media (max-width: 576px) {
    .front-text-h1 {
        /* height: 75px !important; */
    }

    .space-features-info.space-size-container .unit-wrapper .unit .col {
        text-align: left;
        font-size: 10px;
    }

    .space-features-info.space-size-container .unit-wrapper .unit .column4 {
        text-align: left;
        font-size: 10px;
    }

    .space-features-info.space-size-container .unit-wrapper .col ul.unit_features {
        padding-left: 0;
    }


    .payment-main-wrapper #payment-form-detais form {
        width: 100%;

    }

    .complete-your-payment-container #payment-form-detais {
        margin-top: 30px;
        width: 100%;
        height: 600px;
    }

    .complete-your-payment-container #payment-form-detais form {
        width: 100%;
    }

    .payment-main-wrapper #payment-form-detais input#card_number {
        width: 75%;
    }

    .payment-main-wrapper #payment-form-detais .vertical input {
        width: 75%;
    }

    .payment-main-wrapper #payment-form-detais form input {
        width: 90%;
        font-size: 12px;
    }

    .horizontal-links-container .unstyled>li>a {
        font-size: 12px;
    }

    .unitFeatureItem .unit-sp-offer-normal {
        font-weight: 600;
                color: white;
                padding: 1px 1px;
                text-align: center;
                text-decoration: none;
                display: inline-block;
                font-size: 12px;
                border: none;
                border-radius: 5px;
                cursor: default;
    
    }

    .unitFeatureItem .unit-sp-offer-attn {
        color: red;
        font-size: 10px;
        text-align: center;
        display: block;
        margin-top: 5px;
    }

}

@media (max-width: 479px) {
    .image-round {
        height: 300px;
        top: 0;
        width: 300px;
    }

    .image-round:after {
        height: 75px;
        width: 100px;
    }

    .image-round>img {
        max-width: 300px;
    }

    /*our team css starts here*/
    .picture-team img {
        height: 280px;
        width: 280px;
    }

    /*our team css end here*/

    .mw479-w100 {
        width: 100%;
    }

    .col-sm-5.col-xs-12.banner-text-wrapper h2 {
        font-size: 16px;
    }

    .payment-main-wrapper #payment-form-detais input#card_number {
        width: 65%;
    }
}

.paddingPercent {
    padding-left: 1.5%;
    text-align: justify;
}

/* Start Scroll To Top*/

#return-to-top {
    position: fixed;
    bottom: 100px;
    right: 20px;
    background: #FE0000;
    border-color: #FE0000;
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 11px;
    top: 10px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: #FE0000;
    border-color: #FE0000;
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/* End Scroll To Top */

.sepGroup {
    border: 1px solid #eaeaea !important;
    background: #f9f9f9;
    box-shadow: 0px 2px 2px #eaeaea;
}

h2.text-center.heading-devider {
    text-transform: capitalize;
}




/*Media Query css end here*/



/*store locator new css*/

.locator-search input[type="text"] {
    max-width: 280px;
    width: 100%;
    float: left;
    height: 36px;
}

.locator-search .btn-locate-me {
    max-width: 111px;
    width: 100%;
    float: left;
    margin-right: 3px;
    margin-left: 0 !important;
}

.locator-search input[type="submit"] {
    width: 90px;
    border-radius: 0 !important;
    float: left;
    margin-right: 3px;
    margin-left: 0 !important;
}



.locator-search .accordion-toggle {
    color: #fff;
    height: 36px;
    padding: 6px 12px !important;
    line-height: 24px;
    border-bottom-right-radius: 18px;
    border-top-right-radius: 18px;
}


.locator-search .cm-accordion {
    max-width: 90px;
    width: 100%;
    float: left;
}

.locator-search .cm-accordion .accordion-toggle::before,
.cm-accordion .accordion-toggle::after {
    background: #fff !important;
    margin-right: auto;
}

.locator-search .cm-accordion .panel-default>.panel-heading {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-right: 5px !important;
}

.advance-search-container>#collapse1One {
    padding: 10px 0;
}

.advance-search-container>#collapse1One>.panel-body {
    padding: 0;
}

.right-container .feature-container>h2 {
    padding: 25px 0;
    margin: 0;
}

.right-container .feature-container li>.feature-description {
    width: calc(100% - 45px);
    display: inline-block;
    padding: 0 10px;
}

.right-container .feature-container li>.feature-description h3 {
    color: #00539f;
    margin-top: 0;
}

.right-container .feature-container li>.feature-description p {
    margin-bottom: 0;
}

.right-container .feature-container li>img {
    display: table-cell;
    vertical-align: top;
    float: left;
}

.right-container .feature-container li {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.right-container .feature-container li:nth-child(odd) {
    background: #f2f2f2;
}

@media (max-width: 767px) {
    .locator-search .cm-accordion .panel-default>.panel-heading {
        border-radius: 0;
    }
}

/*end store locator css*/

/*miscellaneous CSS starts here*/

/*  Storage Option Video CSS   */
#changeFont {
    font-family: "Times New Roman", Times, serif !important;
}

.qmark {
    font-family: "Helvetica Neue", Arial, sans-serif;
}

div.storage-option-video iframe {
    height: 250px !important;
}

div.storage-option-video .modal-dialog {
    margin: 0px !important;
    width: auto !important;
}

div.storage-option-video .feature-video-body {
    padding-bottom: 0px !important;
}

div#player .vp-title {
    display: none !important;
}

@media (max-width: 399px) {
    div.storage-option-video iframe {
        height: 190px !important;
    }
}

/*  End css section */
.panel-default>.panel-heading {
    color: #fff;
}

.panel-body {
    padding-left: 0;
    padding-right: 0;
}

ul.unstyled.p-l-0>ul {
    padding-left: 0;
}

.calender-notification-section>a {
    display: inline-block;
    padding: 10px 16px;
    background: #3f50b5;
    color: #fff;
    border-radius: 25px;
    margin: 10px;
}

.reservation-info-holder {
    background: #f8f8f8;
    float: left;
    width: 100%;
    margin-top: 30px;
    padding: 15px;
    border-radius: 8px;
}

.br-1px-pcolor {
    border-right: 1px solid #ddd;
}

.br-8px {
    border-radius: 8px;
}

.thank-you-reservation-container,
.complete-your-payment-container {
    background: #f8f8f8;
    padding: 15px;
    border-radius: 8px;
}

.thank-you-msg>p {
    font-size: 20px;
}

.unit-detail {
    background: #f0f0f0;
    padding: 1px 20px 16px 20px;
    margin-top: 30px;
    border-radius: 8px;
}

.contact-information {
    background: #f0f0f0;
    padding: 1px 20px 16px 20px;
    margin-top: 30px;
    border-radius: 8px;
    width: 100%;
}

.store-information {
    background: #f0f0f0;
    padding: 1px 20px 16px 20px;
    margin-top: 10px;
    border-radius: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
}

div#payment-form-detais {
    margin: 0;

}

@media print {

    .btn-default,
    input,
    button,
    footer {
        display: none !important;
    }
}

.tr-print-btn {
    position: absolute;
    right: 0;
    top: 30px;
}

.thank-you-reservation-container .tr-store-info>h4,
.thank-you-reservation-container .unit-detail>h4,
.thank-you-reservation-container .contact-information>h4 {
    font-size: 24px;
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 10px;
    margin-bottom: 20px;
    float: left;
}

.thank-you-reservation-container .unit-detail,
.thank-you-reservation-container .contact-information {
    background: none;
    margin-top: 0;
    padding: 0 0 40px 0;
}

.thank-you-reservation-container .unit-detail>img {
    float: left;
    margin-right: 10px;
}

.thank-you-reservation-container .result-div.sepGroup {
    padding-top: 0 !important;
}

.theme-btn-border {
    background: none;
    color: #3f51b5;
    border: 1px solid #3f51b5;
}

.tr-nta {
    font-size: 16px;
    color: #fff;
    background: #3f51b5;
}

.theme-btn-border:hover,
.theme-btn-border:focus,
.theme-btn-border:active {
    background: #3f51b5 !IMPORTANT;
    border: 1px solid #3f51b5 !IMPORTANT;
}

.thankyou-img img {
    width: 100%;
    border-radius: 10px;
}

.modal-body.feature-video-body {
    padding-top: 0 !important;
}

div.feature-video-body iframe {
    width: 100%;
}

.message.errorM3 li,
.messageerrorM3 {

    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;

    display: block;
}

.message.errorM3 table tbody tr:first-child {
    display: none;
}

/*END miscellaneous CSS*/

/*What next page css starts here*/
.what-next-form ul li {
    list-style-type: decimal;
}

.tmn-section {
    display: none;
}


input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    color: #468847;
    background-color: #DFF0D8 !important;
    border: 1px solid #D6E9C6 !important;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE !important;
    border: 1px solid #EED3D7 !important;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;

    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}


.what-next-form .parsley-errors-list,
.user-info-form .parsley-errors-list {
    position: absolute;
    color: #ff0000;
    padding: 5px;
}

.what-next-container {
    background: #f7f5f5;
}

.cm-box {
    box-shadow: 0 1px 2px #ccc;
    -webkit-box-shadow: 0 1px 2px #ccc;
    padding: 25px;
    background-color: #fff;
    margin-bottom: 30px;
    position: relative;
    min-height: 172px;
}

.reservation-info-holder {
    background: none;
    padding: 0;
}

.cm-box p>strong {
    font-weight: 400;
    color: #3f51b5;
}

.reservation-container-wrapper .cm-box,
.what-next-info-wrapper .cm-box {
    min-height: 430px;
}

.info-heading {
    background: #fff;
    margin: 0;
    padding: 20px 0;
    border-bottom: 4px solid #eee;
    position: relative;
    text-align: center;
}

.info-heading:before {
    content: "";
    background: #fff;
    position: absolute;
    bottom: -14px;
    height: 15px;
    width: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.info-heading:after {
    content: "\f107";
    font-family: 'fontawesome';
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    font: normal normal normal 50px/1 FontAwesome;
    position: absolute;
    color: #eee;
}

.cm-box>p:not(:last-child) {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.what-next-form .form-group {
    margin: 15px;
    padding: 0;
}

.what-next-form .form-group>h4,
.store-info-wrapper .info-heading {
    text-align: center;
    margin-bottom: 30px;
}

.what-next-form .form-group>div {
    padding: 15px 30px;
    float: left;
    width: 100%;
}

.what-next-form .form-group>div>.col-sm-6 {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    width: 31%;
    margin-right: 2.33%;
}

@media screen and (max-width:768px) {

    .what-next-form .form-group>div>.col-sm-6 {
        width: 100%;
        margin-right: 0;
    }

}

.what-next-form .form-group>div>.col-sm-6 input[type="radio"] {
    margin-right: 10px;
}

.what-next-form .form-group .info-heading,
.bx-none {
    box-shadow: none;
}

.what-next-form .two-column>.cm-box {
    margin: 0;
    width: 48%;
    min-height: 250px;
}

.what-next-form .two-column {
    margin: 15px;
}

.what-next-form .two-column>.cm-box select#move_storage_option {
    padding: 8px;
    margin: 0 auto;
    width: 60%;
    display: block;
}

.what-next-form .two-column>.cm-box ul {
    display: block;
    padding: 15px;
    width: 60%;
    margin: 0 auto;
    position: relative;
    padding-left: 0;
    padding-top: 10px;
}

.what-next-form .two-column>.cm-box ul>li {
    list-style: none;
}

.btn-primary {
    transition: .25s ease-in-out;
}

.cm-box .btn-primary {
    background: none;
    color: #3f51b5;
    border: none;
    text-align: right;
    display: inline-block;
    text-decoration: underline;
    font-size: 12px
}

.cm-box .btn-primary:focus,
.cm-box .btn-primary:hover,
.cm-box .btn-primary:active {
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    color: #3f51b5;
}

.cm-box .trusted-movers-banner {
    margin-top: 20px;
}

.cm-box.tmn-section input {
    margin-right: 10px;
}

.what-next-form .two-column>.cm-box h5.modal-title {
    font-size: 24px;
    padding-left: 0;
}

.what-next-form .two-column>.cm-box .modal-header {
    padding-bottom: 10px;
    position: relative;
}

.what-next-form .two-column>.cm-box .modal-header .close {
    top: 21px;
    position: absolute;
    right: 30px;
}

.what-next-form .two-column>.cm-box .modal-body {
    padding-top: 10px;
    line-height: 1.6;
}

.what-next-form .continue-btn-wrapper {
    display: block;
    width: 98%;
    text-align: center;
    transition: .25s ease-in-out;
}

.what-next-container .container.m-b-30 {
    margin-bottom: 0px;
    padding-bottom: 10px;
}

/*End Whats next*/


.r-two-column {
    margin: 0;
    width: 48%;
    padding: 0;
}

.r-two-c-heading {
    box-shadow: none;
    text-align: center;
    margin-bottom: 30px;
}

.r-checkbox {
    padding: 15px 30px;
    float: left;
}

.reservation-page select#move_storage_option {
    padding: 8px;
    margin: 0 auto;
    width: 60%;
    display: block;
}

.reservation-page div.two-column ul.parsley-errors-list {
    position: relative !important;
    display: block;
    padding: 15px;
    width: 60%;
    margin: 0 auto;
    padding-left: 0;
    padding-top: 10px;
}

/*  End Storager Reservation page */

/*complete you payment css starts here*/
.store-info-wrapper .store-info-holder {
    padding: 15px 25px;
}

.store-info-wrapper {
    float: left;
    padding: 0;
}

.store-info-wrapper .store-info-holder p {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.store-info-wrapper.cm-box p>span {
    display: inline-block;
    text-align: right;
    width: 20%;
    float: left;
}

.store-info-wrapper.cm-box p>strong {
    font-weight: 400;
    color: #333;
    width: 80%;
    display: inline-block;
    float: left;
}

.store-info-wrapper .store-info-holder p {
    float: left;
    width: 100%;
}

.store-info-wrapper .info-heading {
    box-shadow: none;
}

.double-dash {
    border-top: 2px dashed #333;
    border-bottom: 2px dashed #333 !important;
}

.border-none {
    border-bottom: none !important;
}


.payment-banner {
    background-image: url(PaymentBanner);
    background-position: right center;
    background-size: contain;
}

.payment-main-wrapper,
.unit-reservation-wrapper,
.unit-reservation-bg-wrapper {
    background: #f8f8f8;
    padding-top: 30px;
}

.payment-main-wrapper .payment-form-detais {
    height: 476px;
    margin: 0 auto 56px;
    position: relative;
    width: 327px;
    height: 450px;
}

.payment-main-wrapper div#payment-form-detais form {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    background-color: #f9f9f7;
    border: 1px solid #fff;
    margin: 0 auto 0;
    left: 0;
    padding: 13px 20px;
    position: absolute;

}

.payment-main-wrapper .payment-form-detais form {
    width: 325px;
}

.payment-main-wrapper div#payment-form-detais form li {
    margin: 8px 0;
}


.payment-main-wrapper div#payment-form-detais form li label {
    color: #555;
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.payment-main-wrapper div#payment-form-detais input#card_number {
    background-image: url('/resource/1529577994000/CreditCardImage'), url('/resource/1529577994000/CreditCardImage');
    background-position: 2px -121px, 260px -61px;
    background-size: 120px 361px, 120px 361px;
    background-repeat: no-repeat;
    padding-left: 54px;

}

.payment-main-wrapper .payment-form-detais input#card_number {
    width: 225px;
}

.payment-main-wrapper .payment-form-detais .auto-pay {
    float: left;
    font-size: 14px;
}

.payment-main-wrapper div#payment-form-detais form #card_number.visa {
    background-position: 2px -163px, 260px -61px
}

.payment-main-wrapper div#payment-form-detais form #card_number.visa_electron {
    background-position: 2px -205px, 260px -61px
}

.payment-main-wrapper div#payment-form-detais form #card_number.mastercard {
    background-position: 2px -247px, 260px -61px
}

.payment-main-wrapper div#payment-form-detais form #card_number.maestro {
    background-position: 2px -289px, 260px -61px
}

.payment-main-wrapper div#payment-form-detais form #card_number.discover {
    background-position: 2px -331px, 260px -61px
}

.payment-main-wrapper div#payment-form-detais form #card_number.valid.visa {
    background-position: 2px -163px, 260px -87px
}

.payment-main-wrapper div#payment-form-detais form #card_number.valid.visa_electron {
    background-position: 2px -205px, 260px -87px
}

.payment-main-wrapper div#payment-form-detais form #card_number.valid.mastercard {
    background-position: 2px -247px, 260px -87px
}

.payment-main-wrapper div#payment-form-detais form #card_number.valid.maestro {
    background-position: 2px -289px, 260px -87px
}

.payment-main-wrapper div#payment-form-detais form #card_number.valid.discover {
    background-position: 2px -331px, 260px -87px
}

.payment-main-wrapper div#payment-form-detais form input {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    color: #333;
    display: block;
    height: 32px;
    padding: 0 5px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.payment-main-wrapper .payment-form-detais form input {
    width: 275px;
    font-size: 18px;
}

.payment-main-wrapper div#payment-form-detais .vertical {
    overflow: hidden;
}

.payment-main-wrapper div#payment-form-detais input#card_number {}

.payment-main-wrapper div#payment-form-detais li.vertical li {
    float: left;
    width: 140px;
}

.payment-main-wrapper .payment-form-detais .vertical input {
    width: 68px;
}

.payment-main-wrapper div#payment-form-detais .vertical li:last-child input {
    float: right;
}

.payment-main-wrapper div#payment-form-detais .vertical li:last-child {
    float: right;
    text-align: right;
}

.payment-main-wrapper div#payment-form-detais ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


.payment-main-wrapper div#payment-form-detais .form-error {
    display: inline-block;
    font-size: 12px;
}

.payment-main-wrapper div#payment-form-detais form input[type="submit"] {
    width: auto;
    margin: 0px auto;
    margin-top: 20px;
    font-size: 16px;
    line-height: 16px;
    padding: 5px 20px;
}

.payment-main-wrapper .btn-success {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}


.payment-main-wrapper .payment-form-wrapper {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    background-color: #f9f9f7;
    border: 1px solid #fff;
}




.payment-main-wrapper .payment-info-details-wrapper {
    border: 1px solid #fff;
    webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

.unit-reservation-wrapper .reservation-info-holder {
    /* width: auto; */
}

.ui-datepicker-inline {
    width: auto !IMPORTANT;
}

.date-result-wrapper {
    text-align: left;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 15px;
}

.date-result-wrapper #Move_In_DateVal {
    padding-left: 15px;
    border: none;
    font-size: 20px;
}

.date-result-wrapper label {
    font-size: 20px;
}

/*End complete you payment*/
.forminline {
    display: flex;
    align-items: center;
    padding-right: 15px;
    padding-top: 15px;
    background: #ddd;
    margin-left: 0;
    margin-right: 0;
}

.forminline .custom-f-group input {
    height: 36px;
}

/*store reservation css*/


.store-reservation-wrapper input.parsley-success,
.store-reservation-wrapper select.parsley-success,
.store-reservation-wrapper textarea.parsley-success {
    color: #468847;
    background-color: #DFF0D8 !important;
    border: 1px solid #D6E9C6 !important;
}

.store-reservation-wrapper input.parsley-error,
.store-reservation-wrapper select.parsley-error,
.store-reservation-wrapper textarea.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE !important;
    border: 1px solid #EED3D7 !important;
}

.store-reservation-wrapper .parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;

    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.store-reservation-wrapper .parsley-errors-list.filled {
    opacity: 1;
}


.store-reservation-wrapper .user-info-form .parsley-errors-list {
    position: absolute;
    color: #ff0000;
    padding: 5px;
}

.store-reservation-wrapper .message.errorM3 li,
.messageerrorM3,
.user-info-form .message.errorM3 li,
.user-info-form .messageerrorM3 {

    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;

    display: block;
}

.store-reservation-wrapper .message.errorM3 table tbody tr:first-child {
    display: none;
}

.store-reservation-wrapper div.message table,
.unit-rental-form-container div.message table {
    width: 100%;
    text-align: center;
}

.store-reservation-wrapper div.messageText,
.unit-rental-form-container div.messageText {
    color: #ff0000;
}

.store-reservation-wrapper .form-group.move-calendar,
.unit-rental-form-container .form-group.move-calendar {
    text-align: center;
}

.store-reservation-wrapper .move-calendar #datepicker .ui-datepicker,
.unit-rental-form-container .move-calendar #datepicker .ui-datepicker {
    margin: 0px auto;

}

/*store reservation end here*/

/*  Loader CSS Start here     */

#loading-spinner {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999999;
    margin-top: 0px;
    top: 0px;
}

#loading-spinner-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-spinner-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 118px;
    width: 118px;
    margin-top: -59px;
    margin-left: -59px;

}

.object {
    width: 20px;
    height: 20px;
    background-color: #FFF;
    margin-right: 20px;
    float: left;
    margin-bottom: 20px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

.object:nth-child(3n+0) {
    margin-right: 0px;
}


#object_one {
    -webkit-animation: animate 1s -0.9s ease-in-out infinite;
    animation: animate 1s -0.9s ease-in-out infinite;
}

#object_two {
    -webkit-animation: animate 1s -0.8s ease-in-out infinite;
    animation: animate 1s -0.8s ease-in-out infinite;
}

#object_three {
    -webkit-animation: animate 1s -0.7s ease-in-out infinite;
    animation: animate 1s -0.7s ease-in-out infinite;
}

#object_four {
    -webkit-animation: animate 1s -0.6s ease-in-out infinite;
    animation: animate 1s -0.6s ease-in-out infinite;
}

#object_five {
    -webkit-animation: animate 1s -0.5s ease-in-out infinite;
    animation: animate 1s -0.5s ease-in-out infinite;
}

#object_six {
    -webkit-animation: animate 1s -0.4s ease-in-out infinite;
    animation: animate 1s -0.4s ease-in-out infinite;
}

#object_seven {
    -webkit-animation: animate 1s -0.3s ease-in-out infinite;
    animation: animate 1s -0.3s ease-in-out infinite;
}

#object_eight {
    -webkit-animation: animate 1s -0.2s ease-in-out infinite;
    animation: animate 1s -0.2s ease-in-out infinite;
}

#object_nine {
    -webkit-animation: animate 1s -0.1s ease-in-out infinite;
    animation: animate 1s -0.1s ease-in-out infinite;
}

@-webkit-keyframes animate {


    50% {
        -ms-transform: scale(1.5, 1.5);
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
    }

    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

}

@keyframes animate {
    50% {
        -ms-transform: scale(1.5, 1.5);
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
    }

    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

}

.loading-spinner-text {
    color: #fff;
    font-size: 15px;
}

/*   End Here  */

span.push-rate span {
    text-decoration: line-through;
    padding-left: 10px;
    font-weight: 700;
}

span.push-rate {
    color: #000 !important;
    font-size: 14px !important;
}

span.market-rate span {
    text-decoration: line-through;
    padding-left: 10px;
    font-weight: 700;
}

span.market-rate {
    color: #000 !important;
    font-size: 14px !important;
}

.customer-words {
    box-shadow: 0 0 12px 0.2rem rgba(0 83 159);
    padding: 5px;
    border-radius: 8px;
}

span.sizeName {
    padding-left: 8px !important;
    padding-right: 8px !important;
    display: inline-block;
    margin-bottom: 5px;
}

ul.result-icons.unstyled li img {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .space-container {
        padding: 0 15px;
        padding-top: 0px;
    }

    .space-container .space-features-info {
        margin-top: 0;
    }

    .store-space-wrapper {
        clear: both;
    }

    

    .horizontal-links-container .social-icons-container .custom-social-links li>a {
        margin-right: 0;
    }

    .reserveUnit {
        /*margin-bottom: 10px;*/
    }

    .unit a:last-of-type {
        margin-left: 0px;
    }

    .filter-body .unitId {
        margin-right: 10px;
    }

    .filter-body .unitId input[type="checkbox"] {
        margin-left: -10px;
    }

    .filter-body .unitId .checkbox-inline {
        padding-left: 15px;
    }

    .store-map-trigger,
    .store-links-trigger {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        padding-bottom: 0;
    }

    .store-map-trigger span,
    .store-links-trigger span {
        display: inline-block;
        padding: 8px 30px;
        background: #eee;
        margin-top: 10px;
        color: #00539f;
    }

    .store-map-wrapper {
        display: none;
        margin-top: 10px;
    }

    .store-slider-trigger {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }

    .store-slider-trigger span {
        padding: 8px 30px;
        background: #eee;
        display: inline-block;
        color: #00539f;
    }

    .store-slider-trigger+.sliderWrapper {
        display: none;
        margin-top: 10px;
    }

    .store-links-trigger+.horizontal-links-container {
        display: none;
        margin-bottom: 0;
        margin-top: 15px;
    }

    .horizontal-links-container .unstyled li {
        width: 100%;
        justify-content: center;
    }

    .horizontal-links-container .unstyled li.social-icons-container .unstyled.custom-social-links {
        flex-wrap: nowrap;
    }
}

@media (max-width: 575px) {


    ul.spaceFeaures li {
        font-size: 10px;
        text-align: left;
    }

    ul.spaceFeaures li span {
        color: #04539c;
        font-weight: bold;
        font-size: 10px;
    }


    p.store-unit li {
        font-size: 10px;
        text-align: left;
    }

    span.market-rate span {
        text-decoration: line-through;
        padding-left: 0px;
        font-weight: 700;
    }

    span.market-rate {
        color: #000 !important;
        font-size: 10px !important;
    }

    .unit-wrapper .unit .savings {
        font-size: 70%;

    }

    /*.store-time-wrapper {
        padding-top: 10px;
    }*/

    .unit-wrapper .unit .unit-header {
        font-size: 12px;
    }

    .unit-wrapper .unit img {
        max-width: 80px;
    }

    span.push-rate {
        font-size: 14px !important;
    }

    span.push-rate span {
        padding-left: 5px;
    }

    .unit-wrapper .unit .price {
        font-size: 18px;
    }

    .unitFeatureItem .unit-rate-section a {
        font-size: 12px;
        width: 70px;
    }

    .space-size-header {
        max-width: 100%;
        overflow-x: auto;
        display: block;
    }

    .space-size-header>ul>li>a {
        min-height: fit-content;
    }

    .unitFeatureItem .unit-rate-section a.btn-primary {
        position: absolute;
        left: 35px;
    }

    .unit-wrapper .unit {
        padding: 10px 0;
    }

    .unitFeatureItem .img-width .unit-header.unit-type-block {
        text-align: center;
    }

    .space-size-header>ul>li>a {
        padding: 0px 4px;
        font-size: 12px;
    }

    .space-size-header ul li a span {
        padding: 2px 0;
    }

}

@media (min-width: 576px) {
    .tbt-mobile {
        display: none;
    }
}

@media (max-width: 575px) {
    .store-left-container .store-info-section h4.coupons-btn {
        display: none;
    }
}

.sl-phone {
    font-size: 14px !important;
    color: #333;
}

.sl-phone:hover {
    color: #333;
}

/*Global Bootstrap 4 classes starts here*/
.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

/*End Global Bootstrap*/