/* font */
@font-face {
	font-family: 'Givonic';
	src: url('../fonts/Givonic-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Givonic';
	src: url('../fonts/Givonic-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Givonic';
	src: url('../fonts/Givonic-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Givonic';
	src: url('../fonts/Givonic-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Givonic';
	src: url('../fonts/Givonic-Thin.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}


/* comman css */
*,
body {
	font-family: 'Givonic';
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700 !important;
}

.bg-primary {
	background: #000 !important;
}

.bg-secondary {
	background: #c5e5f3 !important;
}

.bg-gray {
    background:#EDF2EA;
}

.bg-trasparent {
	background: transparent;
}

.text-primary {
	color: #000 !important;
}

li {
	list-style: none;
}

a {
	color: #000;
}

a:hover {
	color: #000;
}

a,
a:hover {
	text-decoration: none;
}

.border-b {
	border-bottom: 1px solid #000;
}

.border {
	border: 1px solid #000000 !important;
}

.container {
	max-width: 104rem;
	padding: 0 5rem;
}

.button-primary {
	border-radius: 5px;
	font-weight: 700;
	margin-top: 10px;
	min-width: 258px;
	letter-spacing: 0;
	font-size: 16px;
	position: relative;
	background: transparent;

	padding: 0 3rem;
	display: inline-flex;
	height: 45px;
	justify-content: center;
	align-items: center;
	color: #fff;
	overflow: hidden;
	
	z-index: 1;
}

.button-primary::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:#366245;
	z-index: -1;
	transition: transform 0.5s ease;
	transform: scale(1);
	border-radius: 5px;
}

.button-primary:hover::before {
	transform: scale(1.2);
	
}

.button-primary:hover {
	color: #fff;
}

.section-title {
	font-size:40px;
}

button:focus,
button:focus-visible {
	outline: none;
	box-shadow: none;
}

/* top-header */
.announcement-message {
	padding: 10px 20px;
	letter-spacing: 0;
	color: #231f20;
	font-size: 16px;
	font-weight: 500;
}

/* menu */

section.homepage{
	    overflow-x: hidden;
}
.offcanvas-body a {
	font-size: 18px;
	margin-bottom: 10px;

	display: block;
}
.offcanvas-body .btn-close{
      float: right;
    margin-right: 20px;
}
.header-section {
	border-bottom: 1px solid #000000;
	position: sticky;
	top: 0;
	z-index: 99;
}

.header-section .top-menu {
	padding: 20px 10px;
}

.header-section .navbar-brand {
	max-width: 180px;
	margin-right: 0;
	display:none;
}

.header-section .nav-link {

	padding: 0 0.8rem !important;
	font-size: 16px;
	color: rgb(0 0 0 / 51%);
}

.header-section .navbar-nav .nav-link:hover,
.header-section .navbar-nav .nav-link.active {
	color: #000;
}

.header-section .navbar-nav.right-menu .nav-link {
	padding: 0 !important;
	margin-right: 16px;
}

.header-section .right-menu .button-primary {
	min-width: auto;
	margin-top: 0;
	padding: 0 2rem;
	font-weight: 500;
	margin-left: 0px;
}

.header-section .collapse.navbar-collapse {
	margin-top: 0.5rem;
}

.header-section .phone-link img {
	width: 20px;
	margin-right: 5px;
	opacity: 0.5;
}

.header-section .phone-link:hover img {
	opacity: 1;
}

.modal-backdrop {
	background-color: transparent;
}

/* mobile-menu */
.offcanvas-start {
	top: 0px;
	left: 0;
	width: 100%;
	margin-top:70px;
}
.offcanvas-body{
  padding:1.5rem;
}
.footer-links {
    background-color: #f7f7f7;
    
}
.footer-links ul{
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
    padding: 1.5rem;
}
.offcanvas-start .btn-close {
   
   

    padding: 6px 10px 16px;
    background: #fff;
    position: absolute;
   top: -45px;
    left: 44px;
    opacity: 1;
}

/* keypoint-section  */
.keypoint-section {

	padding: 55px 0;
}

.keypoint-section img {
	width: 100px;
}

.keypoint-section h6 {
	letter-spacing: 0.5px;
	margin-top: 13px;
	font-weight: 500 !important;
	color: #000;
	letter-spacing: 0.5px;
}

.keypoint-mobile-section {
	padding: 15px 0;
}

.keypoint-mobile-section img {
	width: 50px
}

.keypoint-mobile-section h6 {
	font-size: 13px;
	letter-spacing: 0.5px;
	margin-top: 20px;
	font-weight: 500 !important;
	color: #000;
	letter-spacing: 0.5px;
}

/* home-storage-services-section */
.home-storage-services-section {
	padding: 52px 50px;
}

.service-title .section-title {
	margin-bottom: 40px;
}

.home-storage-services-section .multicolumn-card img {
	border-radius: 7px;
}

.home-storage-services-section .multicolumn-card__info {
	padding: 2.5rem 1.5rem;
}

.home-storage-services-section h3 {

	font-size: 26px;
}

.home-storage-services-section .rte {
	line-height: 1.4;
	margin: 11px 0 5px;
	min-height:110px;
}
.home-storage-services-section .rte p{
	margin-bottom:0;
}
.home-storage-services-section .image-tag {
	position: absolute;
	border: 0.800000011920929px solid #000;
	background: #c5e5f3;
	height: auto !important;
	top: 20px !important;
	right: 20px !important;
	width: auto !important;
	left: auto !important;
	border-radius: 5px;
	padding: 14px 30px;
	font-size: 14px;
	font-weight: 700 !important;
	line-height: 1 !important;
}

/* start customer-counter */
.customer-counter h3 {
	font-size: 60px;
	line-height: 1;
}

.customer-counter .rte p {
	margin-bottom: 0;
	max-width: 220px;
	margin: 0 auto;
	line-height: 1.2;
	font-size: 22px;
}

.customer-counter {
	padding-top: 60px;
	padding-bottom: 56px;
}

/* End customer-counter */
.book-step,
.always-here-section {
	margin-top: 52px;
}

.book-step .image-with-text {
	max-width: 1100px;
}

.book-step .book-step-text {
	max-width: 350px;
	margin: 0 auto;
}

.book-step .book-step-text h2 {
	margin-top: 0;
	line-height: 1.2;
	font-size: 40px;
}

.book-step .book-step-text p {
	line-height: 1.4;
	margin-top: 13px;
}

/* always-here-section */
.always-here-section {
	padding: 56px 50px;

}

.always-here-section .always-here-card {
	max-width: 1100px;
	margin: 0 auto;
}

.always-here-section .rte p {
	line-height: 1.4;
}

.always-here-section-title {
	margin-bottom: 30px;
}

.always-here-section .multicolumn-card {
	border: 0.5px solid #000;
	border-radius: 6px;
	background:#366245;
	padding-top: 40px;
	padding-bottom: 40px;
}
.navbar-toggler:focus{
	box-shadow: none !important;
}
.always-here-section img {
	max-width: 95px;
	        filter: invert(1);
}

.always-here-section h3 {
	font-size: 20px;
	color:#fff;
}

/* mordern-storage-section */
.mordern-storage-section {
	padding: 52px 50px;
	margin-top: 52px;
}

.storage-details {

	max-width: 435px;
	margin: 0 auto;
}

.storage-details .section-title {
	max-width: 300px;
}

.mordern-storage-section img {
	border-radius: 7px;
}

/* storage-solutions */
.storage-solutions {
	padding: 50px 56px;
	margin-top: 52px;
}

.storage-solutions .container {
	max-width: 1024px;
}

.storage-solutions-card .image-box {
	height: 260px
}

.storage-solutions-details {
	margin-bottom: 30px;
}

.storage-solutions-card .image-box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center center;
	border-radius: 10px;
}

.storage-solutions-card {
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}

.storage-solutions-card h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	color: rgb(255, 255, 255);
	font-size: 24px;
	text-shadow: rgb(0, 0, 0) 0px 0px 1px;
	z-index: 9;
}

.storage-solutions-card .image-box::after {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	top: 0px;
	background: rgb(0, 0, 0);
	opacity: 0.1;
	visibility: visible;
	transition: 0.5s;
}

.storage-solutions-card .image-box:hover:after {
	opacity: 0.5;
}

.storage-solutions .col-md-4 {
	padding: 0 10px 20px;
}

/* FAQ */
.faq-title {
	font-weight: bold;
	text-align: center;
	margin-bottom: 2rem;
}

.faq-section .nav-tabs {
	justify-content: space-between;
	border: none;
	margin-bottom: 20px;
}

.faq-section .nav-tabs .nav-link {
	font-size: 30px;
	font-weight: 700;
	text-decoration: none;
	color: #0000009c;
	border: none;
}

.faq-section .nav-tabs .nav-link.active {
	color: black;
	border: none;
}

.faq-section .nav-tabs .nav-link:hover {
	border: none;
}

.faq-section .nav-tabs .nav-item {
	width: 50%;

}

.faq-section .nav-tabs .nav-item button {
	margin: 0 auto;

}

.faq-section {
	padding: 56px 50px;
}

.tab-inner {
	max-width: 800px;
	margin: 0 auto;
}

.faq-section .accordion-button {
	color: #040404;
	background-color: transparent;
	box-shadow: none;
	letter-spacing: 0;
	font-weight: 700;
	font-size: 18px;
	padding: 18px 0;
	cursor: pointer;
}

.faq-section .accordion-item {
	border: none;

	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.faq-section .accordion-button:not(.collapsed)::after {
	filter: grayscale(1);
}

.faq-section .accordion-body {
	padding: 0;
}

.faq-section .accordion-body p {
	margin-bottom: 12px;
}

/* footer */
.footer-section {
	padding: 44px 0 40px 0;
	color: #fff;
}

.footer-section .footer-title {
	font-size: 50px;
	line-height: 1;
}

.footer-section .footer-block-details {
	font-size: 20px;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.footer-section .form-floating.mb-3 {
	max-width: 360px;
	position: relative;

}

.footer-section .form-floating input {
	background: transparent;
}

.footer-section .subscribe-btn {
	width: 56px;
	border-radius: 0 5px 5px 0;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #dbf1f8;
	transition: 0.25s;
	pointer-events: none;
	height: 100%;
	border: 1px solid transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-section .footer-card h5 {
	margin-bottom: 20px;
	font-size: 18px;
}

.footer-section li {
	line-height: 28.8px;


}

.footer-section li a {
	font-size: 14px;

	color: #ffffffbf;
}

.footer-copyright p {
	font-size: 16px;
	margin-top: 20px;
	color: #ffffffbf;
}

.footer-section li a:hover {
	text-decoration: underline;
	text-underline-offset: .3rem;
	color: #fff;
}

.footer-section .form-floating>label {
	font-weight: 500;
	color: #fff;
	opacity: 0.7;
	padding: 0.8rem .75rem;
	font-size: 16px;
	padding-left: 21px;
}

.footer-section .form-floating>.form-control,
.footer-section .form-floating>.form-select {
	height: calc(3rem + 2px);
}

.footer-section .footer-block__newsletter {
	margin-top: 20px;
}

/* client-logo */
.client-logo {
	padding: 27px 0;
}

.logo-slider img {
	max-width: 200px;
	/* adjust logo size */
	height: auto;
	display: block;
	margin: 0 auto;
	transition: 0.3s;
}

.client-logo .section-title {
	font-size: 30px;
}

.client-logo .logo-slider {
	margin-top: 14px;
}
.slider-details textarea.form-control{
	height: calc(3rem + 2px);
    line-height: 1.25;
    border: 1px solid #000;
    border-radius:5px;
}
/* happy customer */
.happy-customers {
	padding: 52px 50px;
}

.happy-customers-section {
	max-width: 255px;
	margin: 0 auto;
	margin-bottom: 60px;
}

.tp-star__canvas,
.tp-star__canvas--half {
	fill: #00b67a;
}

.happy-customers-section .trustpilot:hover .tp-star__canvas,
.happy-customers-section .trustpilot:hover .tp-star__canvas--half {
	fill: #007a52;
}

.happy-customers-section .stars {
	margin-bottom: 8px;
}

.happy-customers-section span#reviews-summary {
	color: #000;
	font-size: 14px;
}

.happy-customers-section span#reviews-summary span,
.happy-customers-section .review span,
.happy-customers-section .review strong,
.happy-customers-section span#reviews-summary strong {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
}

.happy-customers-section .review {
	text-decoration: underline;
}

.happy-customers-section:hover .review {
	text-decoration: none;
}

/* happy customers */
.client-slider .client-box {
	padding: 25px;
	border-radius: 8px;
	margin: 0 15px;
	min-height: 328px;
}

.client-slider h3 {
	font-size: 20px;
}

.client-slider p {
	font-size: 16px;
	margin-bottom: 0;
}

.client-slider .rte {
	margin: 11px 0 15px 0;
}

.client-slider .slick-dots {
	bottom: 26px;
}


.client-slider .slick-dots li button {
	border: 1px solid rgba(0, 0, 0, 0.44);
	width: 10px;
	border-radius: 100%;
	height: 10px !important;
}

.client-slider .slick-dots li button:before {
	font-size: 12px;
	position: absolute;
	top: -3px;
	left: -4px;
	width: 20px;
	height: 20px;

}

.slider-img {
	width: calc(55% - 8px);
}



.slider-img img {
	max-width: 50%;
	height: 38vw;
	object-fit: cover;
	object-position: center;
}

.slider-details {
	max-width: 500px;
	text-align: center;
	margin: 0 auto;
}

.slider-details h3.i-need {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 7px;
	text-align: left;
	line-height: 1.2;
	letter-spacing: 0.6px;
}

.slider-details .help-with {
	position: relative;
	display: flex;
	width:180px;
	height: 3em;
	border-radius: .25em;
}

.help-with span {
	position: absolute;
	top: 1px;
	right: 1px;
	background-color:#ADDBB9;
	transition: .25s all ease;
	pointer-events: none;
	height:46px;
	width: 34px;
	border-left: 1px solid;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider-details select {
	appearance: none;
	outline: 10px red;
	border: 1px solid;
	box-shadow: none;
	flex: 1;
	padding: 12px 10px;
	color: #000;
	background-color: #fff;
	background-image: none;
	cursor: pointer;
	border-radius: 5px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}


.slider-details input {

	display: block;
	width: 100%;
	padding: 12px 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: #666;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #000;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;

}

.form-icon input::placeholder {
	color: #ccc;
}



.form-icon {
	position: relative;
}

.form-icon span {
	position: absolute;
	width: 34px;
	top: 0;
	right: 0;
	border: 1px solid;
	background: #dbf1f8;
	height: 100%;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.form-icon span,
.help-with span {
	width: 48px;
	border-radius: 0 5px 5px 0;
}

a.whatsapp-link.button {
	background: 0 0;
	border: 1px solid #000;
	color: #000;
	margin: 15px 0 0;
	font-size: 18px;
	padding: 0 30px;
	min-height: 45px;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
}

.slider-stars {
	width: 100px;
	margin: 0 8px 8px 0;
}

.tp-widget-logo {
	width: 72px;
	margin-top: -10px;
}

.tp-widget-trustscore {
	font-size: 18px;
	margin: 0 12px 8px 0;
}

.slider-trustpilot-section {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

.execellent-txt {
	font-size: 18px;
	margin: 0 12px 0px 0;
	text-decoration: underline;
	color: #000;
	font-weight: 500;
}

.slider-trustpilot-section:hover .tp-star__canvas,
.slider-trustpilot-section:hover .tp-star__canvas--half {
	fill: #007a52;
}

.slider-trustpilot-section:hover .execellent-txt {
	text-decoration: none;
}

.slider-buttons .button-primary {
	font-size: 18px;
	font-weight: 500;
}

/* chat */
.chat-btn {
	align-items: center;
	border-radius: 34px 8px 34px 34px;
	bottom: 70px;
	box-shadow: 0 5px 4px 0 rgba(0, 0, 0, .26);
	color: #fff;
	cursor: pointer;
	display: flex;
	justify-content: center;
	position: fixed;
	right: 20px;
	z-index: 9995;
	height: 60px;
	width: 60px;
	background-color: #000000 !important;
	color: #ffffff !important;
	border-color: transparent #000000 transparent transparent;
	animation-duration: 500ms;
	animation-name: zoomin;

	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@keyframes zoomin {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

.chat-icon {
	border-radius: 6px 6px 6px 2px;
	height: 17px;
	left: 32%;
	position: absolute;
	top: 37%;
	width: 38%;
	background: #fff;
}

.chat-icon::before {
	border-radius: 2px 2px 2px 2px;
	border-top: 5px;
	content: "";
	height: 2px;
	left: 4px;
	position: absolute;
	top: 5px;
	width: 65%;
	background: #000;
}

.chat-icon::after {
	border-radius: 2px 2px 2px 2px;
	border-top: 5px;
	content: "";
	height: 2px;
	left: 4px;
	position: absolute;
	top: 10px;
	width: 44%;
	background: #000;
}

/* Chatbox */
.chatbox {
	position: fixed;
	bottom: 90px;
	right: 20px;
	width: 320px;

	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
	display: none;
	flex-direction: column;
	overflow: hidden;
	z-index: 1100;
	height: calc(100vh - 48px);
	max-height: 522px;
	min-height: 0;
	overflow: hidden;
}

.chatbox-header {
	background: #bce3f9;
	padding: 12px;
	font-weight: bold;
	display: flex;
	align-items: start;
	justify-content: space-between;
	position: relative;

}

.chatbox-body .card {
	position: absolute;
	top: 75px;
	left: 8px;
	max-width: 95%;
	margin: 0 auto;
	box-shadow: 0px 10px 20px #ccc;
	padding: 15px;
	border-radius: 5px;
	border: none;
	height: calc(100vh - 48px);
	max-height: 435px;
	min-height: 0;
	overflow: hidden;
}

.chat-header img {
	height: 2rem;
	padding-left: 12px;
}

.chat-header span {
	font-size: 1rem;
	margin-bottom: 2px;
	padding: 10px;
	color: #091e42de;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Segoe UI Emoji", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", Cantarell, "Helvetica Neue", sans-serif;
}

.chatbox-body {
	flex: 1;
	padding: 15px;
	overflow-y: auto;
	font-size: 14px;

}

.chatbox-body div,
.chatbox-body small {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Segoe UI Emoji", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", Cantarell, "Helvetica Neue", sans-serif !important;
}

.chat-msg {
	background: #f1f1f1;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 5px;
	max-width: 80%;
	border-radius: 8px 20px 20px 4px;
	font-size: 12px;
}

.chatbox-body .line {
	border-top: 1px dotted #065;
	display: block;
	height: 1px;
	width: 100%;
}

.text-green {
	color: #007a52;
}

.chat-msg.border-change {
	border-radius: 4px 20px 20px;
	max-width: 100%;
}

.chat-options button {

	background-color: #fff;
	border: 1px solid #bde6f5;
	border-radius: 8px;
	box-shadow: 0 2px 3px 1px rgba(27, 19, 19, .1);
	cursor: pointer;
	font-size: .875rem;
	font-weight: 500;
	margin: 5px;
	min-height: 32px;
	min-width: 64px;
	padding: 8px 16px;
	vertical-align: middle;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;

}

.chat-options button:hover {
	background-color: #bde6f5 !important;
	color: #3A4B67;
}

.slider-details .section-title {
    font-size: 36px;
}
/* responsive */
@media(max-width:1650px) {
	.mordern-storage-section {
		padding: 52px 20px;
	}
}

@media(max-width:1400px) {
	.container {
		padding-left: 2rem;
		padding-right: 2rem;
	}

}

@media(max-width:1280px) {
	.header-section .navbar-brand {
		max-width: 140px;
		margin-right: 0;
	}

	.header-section .nav-link {
		
		font-size: 15px;
	}

	.header-section .right-menu .button-primary {
		padding: 0 1rem;
	}

	.section-title,
	.book-step .book-step-text h2 {
		font-size: 30px;
	}

	.slider-details {
		max-width:40%;

		margin: 40px;
	}
.slider-details  .section-title{
font-size:28px;
}
	.home-storage-services-section h3 {
		font-size: 20px;
	}
.slider-img img{
    height: 45vw;

}
	.home-storage-services-section .multicolumn-card__info {
		padding: 25px 0;
	}

	.home-storage-services-section,
	.happy-customers {
		padding: 52px 0px;
	}

	.customer-counter h3 {
		font-size: 50px;
	}

	.customer-counter .rte p {
		font-size: 16px;
	}

	.always-here-section-title h2 {
		font-size: 28px;
	}

	.always-here-section {
		padding: 56px 0px;
	}

	.always-here-section img {
		max-width: 79px;
	}

	.always-here-section h3 {
		font-size: 16px;
	}

	.main-first-image {
		min-height: 103px;
	}

	.storage-details .section-title {
		max-width: 100%;
	}

	.storage-solutions {
		padding: 50px 30px;
	}

	.faq-section .nav-tabs .nav-link {
		font-size: 20px;
	}
	 .slider-details .section-title {
        font-size: 24px;
    }
}

@media(max-width:989px) {
	.home-storage-services-section .multicolumn-card img{
		width: 100%;
	}

	.logo-slider img {
		max-width: 150px;
	}

	.customer-counter .card-info-mb {
		margin-bottom: 30px;
	}

	.footer-section .footer-title {

		font-size: 30px;
	}
	.home-storage-services-section .rte{
		min-height: auto;
	}
	    .slider-details .section-title {
        font-size: 22px;
    }
}
@media (max-width: 768px) {
    .slider-img, .slider-img img {
        width: 100%;
    }
	.slider-img img{
	height:60vw;
}
	.slider-details {
		max-width: 500px;
		margin: 20px;
		margin: 0 auto !important;
		padding: 20px;
	}
}
@media(max-width:767px) {                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
	.container {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.header-section .top-menu {
		padding: 15px 0px;
	}

	.navbar-nav.right-menu {
		margin-right: 0;
	}

	.header-section .phone-link img {
		width: 30px;
		opacity: 1;
	}

	.announcement-message {
		font-size: 10px;
	}




	.home-storage-services-section,
	.home-storage-services-section,
	.happy-customers {
		padding: 39px 0px;
	}

	.slider-mobile-details {
		padding: 20px;
	}

	.section-title {
		font-size: 28px;
	}

	.client-slider .client-box {
		margin: 0;
	}

	.customer-counter {
		padding-top: 45px;
		padding-bottom: 42px;
	}

	.customer-counter h3 {
		font-size: 42px;
	}

	.customer-counter .rte p {
		font-size: 15px;
		max-width: 100%;
	}

	.customer-counter {
		padding-top: 45px;
		padding-bottom: 42px;
	}

	.book-step .book-step-text {
		max-width: 100%;
		text-align: center;
	}

	.book-step,
	.always-here-section {
		margin-top:0px;
	}

	.always-here-card .col-lg-3.col-md-6.col-sm-6 {
		width: 50%;
		padding: 5px;
	}

	.main-first-image {
		min-height: 88px;
	}

	.storage-details {
		margin-top: 30px;
		text-align: center;
		padding: 0 20px;
	}

	.mordern-storage-section {
		padding: 0px 0px 39px;
	}

	
	.storage-solutions-card h3 {
		font-size: 14px;
	}

	.storage-solutions-card .image-box {
		height: 29vw;
	}

	.storage-solutions {
		padding: 40px 0px;
		margin-top: 40px;
	}

	.storage-solutions .col-md-4 {
		padding: 5px;
	}

	.storage-solutions .col-md-4.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.footer-section .footer-block-details {
		font-size: 16px;

		margin-bottom: 15px;

	}

	.footer-section .form-floating.mb-3 {
		margin: 0 auto;
	}

	.footer-section .col-lg-2.col-md-3.col-sm-6 {
		width: 50%;
		margin-bottom: 2rem;
	}

	.faq-section {
		padding: 42px 0px;
	}
  .offcanvas-start .btn-close {
   
    top:inherit;
    left:inherit;
	position: relative;
  }
  .offcanvas-start {
    top: -10px;
    left: 0;
    width: 100%;
    margin-top: 70px;
}


}
/* @media(max-width:456px){
	.slider-details .help-with{
	width:56%;
}
} */
@media (max-width:320px) {
	.header-section .navbar-brand img {
		max-width: 80%;

	}
	    .slider-details .section-title {
        font-size: 20px;
    }
	
}

/* tab */
 .item-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border: 1px solid #ddd;
      border-radius: 6px;
      padding: 8px 12px;
      margin-bottom: 8px;
      background: #fff;
    }
    .quantity-control {
      display: none;
      align-items: center;
      gap: 5px;
    }
    .quantity-control button {
      width: 30px;
      height: 30px;
      border: none;
      background: #007bff;
      color: white;
      font-size: 18px;
      border-radius: 50%;
      cursor: pointer;
    }
    .quantity-control input {
      width: 40px;
      text-align: center;
      border: 1px solid #ccc;
      border-radius: 4px;
    }
/* order */
    .order-card {
      background-color: #e6f6fc;
      border-radius: 12px;
      padding: 20px;
      max-width: 400px;
      margin: auto;
    }
    .order-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: 500;
      margin: 6px 0;
    }
    .order-subitem {
      font-size: 14px;
      color: #555;
      display: flex;
      justify-content: space-between;
      margin: 2px 0 8px 15px;
    }
    .order-total {
      font-weight: bold;
      border-top: 2px solid #000;
      padding-top: 10px;
      margin-top: 10px;
      display: flex;
      justify-content: space-between;
    }
    .order-total span:last-child {
      color: #d81b60; /* Pinkish like screenshot */
    }
    .order-note {
      background-color: #cdeffb;
      border-radius: 12px;
      padding: 12px;
      font-size: 13px;
      text-align: center;
      margin-top: 15px;
      color: #333;
    }
	input::placeholder{
	color:#444 !important;
}
