@media only screen and (max-width: 1111px)
{
	.dng-mobilemenu, .mobile-header-replace, .mobile-header {
		display: block;
	}
    .header-wrap, .header-replace {
		display: none;
	}
    .mobile-header .header-mobile, .mobile-header .header-mobile-top, .mobile-header .header-mobile-bottom {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }
    .mobile-header .header-area {
        display: flex;
        align-items: center;
        vertical-align: middle;
        padding-left: 15px;
        padding-right: 15px;
    }
    .mobile-menu-icon {
        border: none;
        background-color: transparent;
    }

    .d-wrapper .hide1044 {
        display: none;
    }
}

#Body header .header-area.headerMenu nav .dng-megamenu div ul li a {
    background-color: #838383;
    color: white !important;
}

#Body header .header-area.headerMenu nav .dng-megamenu div ul li.current a {
    background-color: #3d3d3d;
}

#Body header .header-area.headerMenu nav .dng-megamenu div ul li a:hover {
    background-color: #cb0c2d;
}

#Body header .header-area.headerMenu nav .dng-megamenu .dnngo_slide_menu {
    padding: 0;
}

@media screen and (max-width:1263px){
    .kavsHeaderLogo {
        display: none;
    }
}

.footerDetails {
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
}

.footerCopyright {
    font-size: 12px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footerDetails h4, .footerDetails h5,
.footerDetails a, .footerDetails a:link{
    color: black;
}

.footerCopyright a, .footerCopyright a:link {
    color: white;
}

.footerDetails a:hover{
    color: black;
}
.footerCopyright a:hover{
    color: #838383;
}

.masonryLayout{
    max-width: 90rem;
    margin: 0 auto;
    columns: 3;
    gap: 1em;
}

@media screen and (max-width:991px){
    .masonryLayout{
        columns: 2;
    }
}

@media screen and (max-width:767px){
    .masonryLayout{
        columns: 1;
    }
}

.masonryLayout .masonryItem{
    break-inside: avoid;
}

@media only screen and (max-width: 767px) {
    .contact-section01 .contact-box01 {
        display: initial;
    }
}

@media only screen and (max-width:767px){
    .contact-section01 .contact-box01{
        display: initial;
    }
    .contact-section01 .is-container.contactDetails {
        margin-top: 0 !important;
        max-width: 100vw;
    }
}

.content-builder .is-section:first-of-type {
    min-height: 50vh;
}

/*Login Panel*/
.loginPanel > div{border-radius: 30px;}

.loginPanel .dnnPrimaryAction, .loginPanel .dnnPrimaryAction:link, .loginPanel .dnnPrimaryAction:visited {
    color: white !important;
}

.loginPanel .dnnSecondaryAction, .loginPanel .dnnSecondaryAction:link, .loginPanel .dnnSecondaryAction:visited {
    color: black !important;
}

.loginPanel .mark, .loginPanel mark {
    background-color: initial;
}

#dnn_content .dnnForm.dnnLogin {
    padding-top: 50px;
    padding-bottom: 25px;
}

.loginPanel .dnnFormMessage.dnnFormValidationSummary{
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.row .headerTextBackground{
    margin: 20px;
}

.headerTextBackground {
	background-color: #cb0c2db5;
    border-radius: 4%;
    padding: 30px;
}

.swiper-slide .parentHeaderTextBackground {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.price-02 {
	padding-right: 40px !important;
	padding-left: 40px !important;
}

.quoteForm .dnnFormItem {
    margin-bottom: 10px !important;
}

.d-wrapper>div {
	background-color: #ebeaea;
}

.ModEmpresaStorageQuotesC {   
    margin-top: 20px;
}
.footerRightSection {
    padding-top: 10px !important; 
}

@media only screen and (max-width: 575px) {
    .lowerFooterRightSection {
        padding-top: 10px !important; 
    }

    .icon-box02.edit-box p.info {
        padding: 0 10px;
    }

    .swiper-button-prev, .swiper-button-next {
        display: none;
    }

    .contactMap {
        aspect-ratio: 9 / 10;
    }

    .storagePricesImg {
        display: none !important;
    }

    .contact-box01 .cont {
        margin: 15px 0;
    }
}

.locationDetails .icon-box01, .businessStorage .icon-box01, 
.personalStorage .icon-box01 {
    margin: 15px 0;
}

@media (max-width: 991px) and (min-width: 576px) {
    .storagePricesImg {
        display: none !important;
    }

    .contactMap {
        aspect-ratio: 4 / 3;
    }
}

@media(min-width: 992px) {
    .d-wrapper>div.is-section-90 {
        height: 90vh;
    }
}















