*{margin: 0; padding: 0; box-sizing: border-box;}
input:focus, a:focus, button:focus, textarea:focus, select:focus{outline: none !important; border:none; box-shadow: none !important;}
a, img, button, input[type="submit"]{transition: all 0.5s ease;}
img{max-width: 100%;}
.container{position: relative;}
.fa.fa-twitter{font-family:sans-serif;}
.fa.fa-twitter::before{content:"𝕏"; font-size:1.2em;}

body{color:#000; font-size: 16px !important; background:#fff; font-family: "Poppins", serif !important; font-weight: 400;}


header.site-header {background:#fff; padding:0 0 15px 0; position:relative; margin:0; width:100%; border-bottom: 1px solid #ccc;}
header.site-header .row{align-items:center}
header.site-header .site-brand{margin:0;}
header.site-header .site-brand img{width:100%; max-height:120px}
header.site-header .main-menu{display:flex; flex-wrap:wrap; width:100%; justify-content:flex-end; list-style-type:none; margin:0; padding:0}
header.site-header .main-menu li{margin:0; padding:0 15px; display:flex; align-items:center}
header.site-header .main-menu li:last-child {
    padding-right: 0;
}
header.site-header .main-menu li a{color:#000; text-decoration:none; text-transform:uppercase; display:flex; font-weight:500; font-size: 15px;}
header.site-header .main-menu li a:hover, header.site-header .main-menu li.current-menu-item a{color:#465144}
header.site-header .header-top{background:#79b26e; padding:15px 0; color:#fff; margin: 0 0 15px 0;}
header.site-header .header-top .location{text-align:right}
header.site-header .header-top .call a{color:#fff; text-decoration:none}
@keyframes slide-in {
from {
    top: -150px;
  }

  to {
    top:0;
  }
}
header.site-header.fixed-header{width:100%; position:fixed; left:0; top:0; z-index:99; padding-top:15px; animation: slide-in 0.5s forwards;}
header.site-header.fixed-header .header-top{display:none}
header.site-header.fixed-header .site-brand img{max-height:60px; width: auto;}

.home-slider {margin: 0; padding: 0; width: 100%; position: relative; width: 100%}
.home-slider img {display: block; margin: 0; padding: 0}
.home-slider .slide-content {position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; flex-wrap: wrap; flex-direction: column; align-items: center; justify-content: center; z-index: 9; background-color:rgba(0, 0, 0, 0.5); text-align:center; padding:0 60px}
.home-slider .slide-content .title{color:#fff; font-size:48px; font-weight: 600; line-height: 60px; margin: 0 0 30px 0;}
.home-slider .slide-content .title span{color:#79b26e; font-weight: 800;}
.home-slider .slide-content p{color:#fff; font-size:21px}
.home-slider .owl-nav{width:100%; position:absolute; left:0; top:50%}
.home-slider .owl-nav button{position:absolute; width:50px; height:50px; background:#79b26e !important}
.home-slider .owl-nav button:hover{background:#465144 !important}
.home-slider .owl-nav button i{font-size:24px; color:#fff}
.home-slider .owl-nav .owl-prev{left:0; border-radius:0 5px 5px 0}
.home-slider .owl-nav .owl-next{right:0; border-radius:5px 0 0 5px}


.customer-service{margin:0; padding:60px  0; background:#fff; color:#000}
.customer-service h3{font-size:36px; font-weight:600; margin:0 0 15px 0}
.customer-service .content-box, .customer-service .img-box{display:flex; flex-direction:column; justify-content:center}
.customer-service .content-box p:last-child{margin-bottom:0}
.customer-service .img-box img{width:100%; height:100%; object-fit:cover; border-radius:15px; border:1px solid #79b36e}

.facility-winnipeg{margin:0; padding:60px  0; background:#fff; color:#000}
.facility-winnipeg h1{font-size:36px; font-weight:600; margin:0 0 15px 0}
.facility-winnipeg .content-box, .facility-winnipeg .img-box{display:flex; flex-direction:column; justify-content:center}
.facility-winnipeg .content-box p:last-child{margin-bottom:0}
.facility-winnipeg .img-box img{width:100%; height:100%; object-fit:cover; border-radius:15px; border:1px solid #79b36e}


.storage-option{margin:0; padding:60px  0; background:#465144; color:#fff; position: relative; z-index: 1;}
.storage-option::after{background:url("../images/line-01.png") no-repeat right bottom ; z-index: -1; position: absolute; right:0; bottom: 0; width: 100%; height: 100%; content: ""; background-size: contain; opacity: 0.5;}
.storage-option h2{font-size:36px; font-weight:600; margin:0 0 15px 0; text-align:center}
.storage-option .content-box{border:4px #79b26e dashed; padding:30px; border-radius:15px}
.storage-option .content-box .list-items{display:flex; flex-wrap:wrap; list-style-type:none; margin:0; padding:0}
.storage-option .content-box .list-items li{width:100%; margin:0; padding:10px 0 10px 30px; position: relative; }
.storage-option .content-box .list-items li:last-child{padding-bottom:0}
.storage-option .content-box .list-items a{color:#79b26e; display:inline-block; margin:0; padding:0}
.storage-option .content-box .list-items li span {position:absolute; left:0; top:10px}

.our-storage{margin:0; padding:60px  0; background:#fff; color:#000}
.our-storage h3{font-size:36px; font-weight:600; text-align:center; margin:0 0 30px 0}
.our-storage .storage-list{display:flex; margin:0; flex-wrap:wrap; list-style-type:none; width:100%; position:relative}
.our-storage .storage-list li{width:33.333%; padding:0 15px; display:flex}
.our-storage .storage-list .content-box{display:flex; flex-direction:column; background:#465144; color:#fff; border-radius:15px; overflow:hidden}
.our-storage .storage-list .content-box .img-box{overflow:hidden}
.our-storage .storage-list .content-box .img-box img:hover{transform:scale(1.1)}
.our-storage  .content-box .content{padding:25px; text-align:center}
.our-storage  .content-box .content .title{color:#fff;margin:0 0 15px 0 }
.our-storage  .content-box .content .title a{color:#fff; text-decoration:none; font-size:18px; font-weight:500; }
.our-storage  .content-box .content p:last-child{margin-bottom:0}


.why-chhose {margin:0; padding:60px 0 30px 0; background:#f1f1f1; color:#000}
.why-chhose h3{font-size:36px; font-weight:600; text-align:center; margin:0 0 30px 0}
.why-chhose .service-list{display:flex; margin:0; flex-wrap:wrap; list-style-type:none; width:100%; position:relative}
.why-chhose .service-list li{display:flex; margin:0 0 30px 0; padding:0 15px; width:33.333%}
.why-chhose .service-list .content{padding:15px; background:#fff; display:flex; flex-direction:column; text-align:center; border-radius:10px; border-bottom:3px solid #79b26e}
.why-chhose .service-list .content p:last-child{margin-bottom:0}
.why-chhose .service-list .content .title{font-size:21px; font-weight:500; margin:0 0 10px 0}
.why-chhose .service-list .content .img-box{width:75px; height:75px; background:#465144; border-radius:100%; display:flex; color:#fff; margin:0 auto 15px auto; align-items:center; justify-content:center; font-size:32px}

.contact-page{margin:0; padding:60px  0; background:#fff; color:#000}
.contact-page h1{font-size:36px; font-weight:600; margin:0 0 15px 0}
.contact-page .bg{background:#465144; padding:30px; border-radius:25px; color:#fff; margin:30px 0 0 0 }
.contact-page h2{font-size:24px; font-weight:600; margin:0 0 15px 0; color:#fff}
.contact-page .content-box, .contact-page .form-box{display:flex; flex-direction:column; justify-content:center; position:relative}
.contact-page .form-box{padding-left:45px}
.contact-page .form-box:before{height:100%; width:4px; background:#79b26e; content:""; position:absolute; left:0; border-radius:4px; top:0}
.contact-page .form-box:after{height:70%; width:8px; background:#79b26e; content:""; position:absolute; left:-2px; border-radius:4px; top:15%}
.contact-page label{display:block; width:100%; margin:0 0 5px}
.contact-page input, .contact-page textarea{width:100%; padding:8px; border-radius:5px; border:2px solid #79b26e; color:#000; margin:0 0 15px 0}
.contact-page input[type="submit"]{margin:0 auto; width:auto; display:block; border:none; padding:10px 30px; cursor:pointer}
.contact-page input[type="submit"]:hover{background:#79b26e; color:#000}
.contact-page button{margin:0 auto; width:auto; display:block; border:none; padding:10px 30px; cursor:pointer}
.contact-page button:hover{background:#79b26e; color:#000}
.contact-page .list-items{display:flex; flex-wrap:wrap; margin:0; padding:0; position:relative; list-style-type:none}
.contact-page .list-items li{margin:0 0 15px 0; padding:0; display:flex; width:100%}
.contact-page .list-items li span{margin-right:10px}
.contact-page .list-items li a{color:#fff; text-decoration:none; color:#fff}
.contact-page .list-items li a:hover{color:#79b26e}
.google-map{margin:0; padding:0; background:#fff; color:#000}
.google-map iframe{margin:0; padding:0; display:block; width:100%}

.title-container.boat-rv-storage{margin:0; padding:120px  0; background:url("../images/boat-rv-storage.jpg") no-repeat center center; background-size: cover;  color:#000; position: relative; text-align:center; z-index: 1;}
.title-container.service-rate{margin:0; padding:120px  0; background:url("../images/service-rate.jpg") no-repeat center center; background-size: cover;  color:#000; position: relative; text-align:center; z-index: 1;}
.title-container.shot-long{margin:0; padding:120px  0; background:url("../images/shot-long.jpg") no-repeat center center; background-size: cover;  color:#000; position: relative; text-align:center; z-index: 1;}



.title-container:before{position:absolute; left:0; top:0; width:100%; height:100%; background-color:rgba(0, 0, 0, 0.5); content:""; z-index:-1}
.title-container h1{font-size:36px; font-weight:600; margin:0; text-align:center; color:#fff}

.locker-vehicle-storage{margin:0; padding:60px  0; background:#fff; color:#000; position: relative; text-align:center}
.locker-vehicle-storage h2{font-size:30px; font-weight:600; margin:0 0 15px 0; text-align:center}
.locker-vehicle-storage h2 span{color:#465144}
.locker-vehicle-storage .list-items{margin:30px 0 0 0; padding:0; list-style-type:none; display:flex; flex-wrap:wrap; text-align:left}
.locker-vehicle-storage .list-items li{width:100%; flex-wrap:wrap; width:100%; margin:0 0 30px 0; padding:25px 45px; background:#f1f1f1; border-radius:10px; border-bottom:3px solid #465144}
.locker-vehicle-storage .list-items li:last-child{margin-bottom:0}
.locker-vehicle-storage .img-box, .locker-vehicle-storage .content-box{display:flex; flex-wrap:wrap; flex-direction:column; justify-content:center}
.locker-vehicle-storage .img-box{width:25%;  align-items:center}
.locker-vehicle-storage .img-box img {
    border-radius: 10px; padding:10px; border:3px #79b26e dashed; border-radius:10px;
    /*height: 100%;*/
}
.locker-vehicle-storage .img-box{font-size:90px}
.locker-vehicle-storage .content-box{width:75%; padding:0 15px 0 30px}
.locker-vehicle-storage .content-box .title{font-size:24px; font-weight:600; margin:0 0 15px 0;}
.locker-vehicle-storage .rate-list{margin:0 0 15px 0; padding:0; list-style-type:none; display:flex; flex-wrap:wrap; text-align:left}
.locker-vehicle-storage .rate-list li{width:25%; padding:0 !important; margin:0; position:relative; border:none; display:flex; flex-wrap:wrap}
.locker-vehicle-storage .content-box p:last-child{margin-bottom:0}

.locker-vehicle-storage .list-item{margin:0 0 15px 0; padding:0; list-style-type:none; display:flex; flex-wrap:wrap; text-align:left}
.locker-vehicle-storage .list-item li{width:100%; padding:0 !important; margin:0 0 10px 0; position:relative; border:none; display:flex; flex-wrap:wrap}

.more-info{margin:0; padding:30px  0; background:#79b26e; color:#fff; position: relative; z-index: 1; text-align:center; font-size:18px}
.more-info p:last-child{margin-bottom:0}
.more-info p a{color:#465144; text-decoration:none}
.more-info p a:hover{color:#fff}

.short-long-terms{margin:0; padding:60px 0 15px 0; background:#fff; color:#000; position: relative; text-align:center}
.short-long-terms h2{font-size:30px; font-weight:600; margin:0 0 15px 0; text-align:center}
.short-long-terms h2 span{color:#465144}
.short-long-terms p:last-child{margin-bottom:0}
.short-long-terms a{color:#79b26e; font-weight:500}


.rv-boat-storage{margin:0; padding:60px  0; background:#fff; color:#000; position: relative; text-align:center}
.rv-boat-storage h2{font-size:30px; font-weight:600; margin:0 0 15px 0; text-align:center}
.rv-boat-storage h2 span{color:#465144}
.rv-boat-storage p:last-child{margin-bottom:0}
.rv-boat-storage a{color:#79b26e; font-weight:500}


.monthly-parking{margin:0; padding:60px  0; background:#fff; color:#000; position: relative; text-align:center}
.monthly-parking h3{font-size:30px; font-weight:600; margin:0 0 15px 0; text-align:center}
.monthly-parking span{color:#465144}
.monthly-parking p:last-child{margin-bottom:0}
.monthly-parking .list-items{list-style-position:inside; margin:0; padding:0}
.monthly-parking .list-items li{margin:0 0 10px 0}


.storage-sec{margin:0; padding:60px  0; background:#f1f1f1; color:#000; position: relative; text-align:center}
.storage-sec h3{font-size:30px; font-weight:600; margin:0 0 15px 0; text-align:center}
.storage-sec h3 i{color:#465144}
.storage-sec .content-box{border:3px #79b26e dashed; padding:30px; border-radius:15px; }
.storage-sec .content-box .custom-btn{margin:0; padding:0}
.storage-sec .content-box .custom-btn a{color:#fff; background:#465144; display:inline-flex; padding:10px 30px; border-radius:5px; text-decoration:none}
.storage-sec .content-box .custom-btn a:hover{background:#79b26e; color:#000}

.home .company-info{background:#f1f1f1}
.company-info{margin:0; padding:60px  0; background:#fff; color:#000; text-align:center;}
.company-info h4{font-size:36px; font-weight:600; margin:0 0 15px 0}
.company-info .list-items{list-style-type:none; display:flex; flex-wrap:wrap; width:100%}
.company-info .list-items li{width:33.333%; padding:0 15px; margin:0; border-left:1px solid #ccc}
.company-info .list-items li:first-child{border-left:none !important}
.company-info .list-items .icon-box{margin:0 0 15px 0; padding:0}
.company-info .list-items .icon-box i{display:inline-flex; background:#79b26e; color:#fff; width:80px; height:80px; border-radius:100%; align-items:center; justify-content:center; font-size:32px}
.company-info .list-items p:last-child{margin-bottom:0}
.company-info .list-items p a{color:#000; text-decoration:none}
.company-info .list-items p a:hover{color:#79b26e}

footer.site-footer {background:#111; margin:0; padding:45px 0 0 0; position:relative; width:100%; color:#fff}
footer.site-footer h4{margin:0 0 15px 0; padding:0; font-size:21px; font-weight:600}
footer.site-footer .info-list{margin:0; padding:0; display:flex; flex-wrap:wrap; width:100%}
footer.site-footer .info-list li{display:flex; flex-direction:row; margin:0 0 10px 0; width:100%;}
footer.site-footer .info-list li span{font-size:18px; margin:5px 0 0 0; display:flex; min-width:30px; width:30px;}
footer.site-footer .info-list li a{color:#fff; text-decoration: none;}
footer.site-footer .info-list li a:hover{color: #79b26e;}
footer.site-footer .social-list{margin:20px 0 0 0; padding:0; display:flex; list-style-type:none; width:100%}
footer.site-footer .social-list li{margin:0 10px 0 0; padding:0}
footer.site-footer .social-list a{display:flex; width:40px; height:40px; background:#fff; align-items:center; justify-content:center; border-radius:100%; color:#000; font-size:21px; text-decoration:none}
footer.site-footer .social-list a:hover{color:#465144}
footer.site-footer .sub-title{margin:0 0 15px 0; padding:0; font-size:18px; font-weight:600}
footer.site-footer .site-brand{max-width:150px; margin:0 0 15px 0}
footer.site-footer .copy-right {margin:45px 0 0 0; padding:15px 0; text-align:center; background:#000}

.testimonialsArea {padding: 60px 0; position: relative; width: 100%; margin: 0}
.testimonialsArea #testimonials .testimonial {background: #fff; border: 1px solid #ccc; padding: 15px; border-radius: 10px; margin: 0 0 15px 0; border-bottom: 3px solid #79b26e}
.testimonialsArea #testimonials .testimonial:last-child {margin-bottom: 0}
.testimonialsArea #testimonials .testimonial h3 {    font-size: 19px;
    font-weight: 500;
    line-height: 30px;}
.testimonialsArea #testimonials .testimonial .name {color: #79b26e;color: #79b26e;
    margin: 0 0 0 22px;
    font-size: 20px;
    font-weight: 600;}
.testimonialsArea #testimonials .testimonial img {width: 50px; height: 50px; border-radius: 100%; object-fit: cover; border: 2px solid #79b26e}
.testimonialsArea #testimonials .testimonial .quote-part-2, .testimonialsArea #testimonials .testimonial blockquote{margin-bottom:0}
.testimonialsArea figcaption {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}

.testimonialsArea figcaption p.title {
    margin: 0;
}


  .quesItem {
    border: 1px solid #ccc;
    border-bottom:3px solid #79b26e;
    padding: 15px;
    margin: 36px 0;
    border-radius: 10px;
}

.quesItem h4{color:#465144;display: flex; align-items: center;}


.storageTipsArea .accordion-content {
    padding-left: 20px;
}

 
.storageTipsArea .accordion-content ul li {
    font-weight: 600;
    position: relative;
    padding: 0 0 0 12px;
    margin: 0 0 10px;
}

.storageTipsArea .accordion-content ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #79b26e;
    position: absolute;
    left: 0;
    top: 35%;
    border-radius: 100px;
}

.storageTipsArea .accordion-content ul li::marker {
    display: none;
}
.storageTipsArea .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
}



.storageTipsArea .accordion-content ul {
    list-style: none;
}

.quesItem h4 i {
    width: 40px;
    height: 40px;
    background: #79b26e;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    color: #fff;
    margin: 0 30px 0 0;
    min-width:40px;
}
.ansd{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
}
.quesItem .ansd span.icons {
    width: 40px;
    height: 40px;
    background: #343a40;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    color: #fff;
    margin: 0 10px 0 0;
    min-width:40px;
}
.desgImages {
    width: 130px;
    height: 130px;
    border-radius: 100px;
    overflow: hidden;
    margin: 10px 0 20px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


/*-------------- Responsive ---------*/

@media(max-width:1199px){
.home-slider .slide-content p{font-size:18px}
}


@media(min-width:992px) and (max-width:1199px){
header.site-header .main-menu li{padding:0 10px}
.home-slider .slide-content .title{font-size:36px; line-height:normal}
.storage-option h2{font-size:32px}
.testimonials .testi .item>p{min-height:130px !important}
}

@media(min-width:768px) and (max-width:991px){
header.site-header .main-menu li{padding: 0 5px;}
header.site-header .main-menu li a{font-size: 14px;}
.home-slider .slide-content .title{font-size:27px; line-height:normal}
.why-chhose .service-list .content .title{font-size:18px}
.testimonials .testi .item>p{min-height:180px !important}
.ourTeamArea .desgName h5{font-size:18px}
.ourTeamArea .desgName h4{font-size:16px}
.ourTeamArea .desgName{min-height:160px }
.company-info .list-items li:nth-child(2){width:40%}
.company-info .list-items li{width:30%}
.ourTeamArea, .our-storage{padding:60px 0 30px 0 !important;}
.facility-winnipeg h1, .storage-option h2, .customer-service h3, .why-chhose h3, .our-storage h3, .testimonials .title h3, .ourTeamArea h3, .faqSectionArea h3, .company-info h4{font-size:28px;}
.our-storage .storage-list li{width:50%; margin-bottom:30px}
}

@media(max-width:991px){
footer.site-footer .social-list{margin-bottom: 30px;}
.facility-winnipeg .img-box{order:2; margin-top:15px}
.facility-winnipeg .content-box{order: 1;}
.customer-service .img-box{margin-top:30px}
.our-storage .storage-list{justify-content:center}
}

@media(min-width:768px){
header.site-header .header-menu .mobile-menu{display: none;}
}


@media(max-width:767px){
.why-chhose .service-list li, .our-storage .storage-list li, .company-info .list-items li{width:100%; margin-bottom:30px}
.why-chhose .service-list li:last-child, .our-storage .storage-list li:last-child, .company-info .list-items li:last-child{margin-bottom:0;}
.facility-winnipeg h1, .storage-option h2, .customer-service h3, .why-chhose h3, .our-storage h3, .testimonials .title h3, .ourTeamArea h3, .faqSectionArea h3, .company-info h4,.contact-page h1{font-size:28px;}

.facility-winnipeg, .storage-option, .customer-service, .why-chhose, .our-storage, .testimonials, .ourTeamArea, .faqSectionArea, .company-info{padding: 30px 0 !important; text-align: center;}
footer.site-footer{padding: 30px 0 0 0; text-align: center;}
footer.site-footer .copy-right{margin-top:15px}
.home-slider .slide-content .title{font-size: 21px; line-height:normal}
.home-slider  img{height:400px; object-fit:cover}
.home-slider .slide-content p{font-size:16px}
.faqSectionArea .accordion{text-align: left;}
.ourTeamArea .col-md-4:last-child .desgName{margin-bottom:0}
.testimonials .testi .item>p{min-height:auto !important}
.company-info .list-items li{border-left:none !important}
footer.site-footer .site-brand{margin:0 auto 15px auto;}
footer.site-footer .social-list{justify-content:space-around}
footer.site-footer .info-list li{text-align: left;}
.storage-option .content-box .list-items li{text-align: left;}
.faqSectionArea .accordion .accordion-content p{margin: 1rem 0;}


header.site-header .header-top, header.site-header .header-top .location{text-align: center; }
header.site-header .site-brand{max-width:120px}
header.site-header .header-menu {position: relative;}
header.site-header .main-menu {display: none;}
header.site-header .header-menu .mobile-menu {opacity: 1; position: absolute; right: 15px; top: -55px; background: #465144; padding: 5px 10px; border-radius: 5px;}
header.site-header .header-menu .mobile-menu .bar1, header.site-header .header-menu .mobile-menu .bar2, header.site-header .header-menu .mobile-menu .bar3 {width: 35px; height: 3px; background-color: #fff; margin: 5px 0; transition: 0.4s;}
header.site-header .header-menu .mobile-menu.close .bar1 {transform: translate(0, 8px) rotate(-45deg);}
header.site-header .header-menu .mobile-menu.close .bar3 {transform: translate(0, -8px) rotate(45deg);}
header.site-header .header-menu .mobile-menu.close .bar2{opacity: 0;}
header.site-header .main-menu li a{padding: 0; color:#000;}
header.site-header .main-menu {position: absolute; left: 0; top: 0; width: 100%; background: #f2f2f2; padding: 10px 15px; flex-wrap: wrap; z-index:9}
header.site-header .main-menu li{padding: 10px 0; margin: 0; border-bottom: 1px solid #ccc; position:relative; width: 100%;}
header.site-header .main-menu li:last-child{border-bottom: none;}
header.site-header.fixed-header .header-menu .mobile-menu{top:-50px}

.contact-page, .testimonialsArea{padding: 30px 0;}
.contact-page .bg{padding:15px}
.contact-page .form-box{padding-left:15px}
.contact-page .form-box:before, .contact-page .form-box:after{display:none;}
.title-container.service-rate, .title-container.boat-rv-storage{padding: 60px 0;}
.quesItem h4{font-size:18px}
.quesItem h4 i{margin-right:15px;}
.storageTipsArea .accordion-content{padding-left:5px;}
.storage-sec h3{font-size:24px}
.locker-vehicle-storage .content-box{width:100%; padding:0}
.locker-vehicle-storage .img-box{font-size:48px; border:none; width:100%; margin:0 0 15px 0; padding:0px}
.locker-vehicle-storage .img-box i{border: 3px #79b26e dashed; padding:30px}
}













 