@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');


/* Teko font cdn */
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');

/* poppins font cdn */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*GK Mobile Contact Icon added*/


@media only screen and (min-width: 767px) {
	.navbar-brand.contact-us {
		display: none !important;
	}
}

/*GK Mobile Contact Icon added*/

body {
	background-color: rgba(255, 255, 255, 1)
	/*{body|background-colour}*/
	;
	font-size: 15px
	/*{body|font-size}*/
	;
	color: #333333
	/*{body|text-colour}*/
	;
	font-family: 'Source Sans Pro', sans-serif;
	overflow-x: hidden;
	--teko_font: "Teko", sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 600;
}

a, a:hover, a:active, .btn-link, .btn-link:hover {
	color: #373737
	/*{buttons|link-colour}*/
	;
}

.wrapper-header {
	background-color: #ffffff
	/*{header|background-colour}*/
	;
	border-bottom: 1px solid;
	border-color: #ededed
	/*{header|border-colour}*/
	;
}

.nMobileNav li a, .navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li:hover>a {
	color: #666666
	/*{header|link-colour}*/
	;
}

.col-12.wrapper_header_section {
	position: fixed !important;
	top: 0px !important;
	left: 0 !important;
	right: 0 !important;
	z-index: 9999 !important;
	background: #fff;
	padding: 0px !important;
}

@media (max-width: 767.98px) {
	.wrapper-header .navbar-nav .dropdown-menu {
		background-color: transparent;
	}

	.wrapper-header .dropdown-menu .dropdown-item {
		color: #666666
		/*{header|menu-colour}*/
		;
	}
}

/* Footer */
.wrapper-footer {
	background-color: #222222
	/*{footer|background-colour}*/
	;
}

.wrapper-footer p, .wrapper-footer h4 {
	color: rgba(120, 93, 161, 1)
	/*{footer|text-colour}*/
	;
	line-height: 30px;
	padding-right: 10px;
}

.wrapper-footer a, .wrapper-footer a:hover, .wrapper-footer a:active {
	color: #ffffff
	/*{footer|link-colour}*/
	;
}

/* Secondary button */
.btn-outline-secondary, .btn-default {
	color: #535353
	/*{buttons | btn-default-text-colour}*/
	;
	background-color: #ffffff
	/*{buttons | btn-default-background-colour}*/
	;
	border-color: #bbbbbb
	/*{buttons | btn-default-border-colour}*/
	;
}

.btn-outline-secondary:hover, .btn-default:hover {
	color: #ffffff
	/*{buttons | btn-default-text-colour-hover}*/
	;
	background-color: #b2b2b2
	/*{buttons | btn-default-background-colour-hover}*/
	;
	border-color: #b2b2b2
	/*{buttons | btn-default-border-colour-hover}*/
	;
}

.btn-outline-secondary.disabled, .btn-default:disabled {
	color: #ffffff
	/*{buttons | btn-default-text-colour-hover}*/
	;
	background-color: #b2b2b2
	/*{buttons | btn-default-background-colour-hover}*/
	;
	border-color: #b2b2b2
	/*{buttons | btn-default-border-colour-hover}*/
	;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show>.btn-outline-secondary.dropdown-toggle,
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show>.btn-default.dropdown-toggle {
	color: #ffffff
	/*{buttons | btn-default-text-colour-hover}*/
	;
	background-color: #b2b2b2
	/*{buttons | btn-default-background-colour-hover}*/
	;
	border-color: #b2b2b2
	/*{buttons | btn-default-border-colour-hover}*/
	;
}

/* Primary button */
.btn-primary {
	color: #ffffff
	/*{buttons | btn-primary-text-colour}*/
	;
	background-color: #3b3b3b
	/*{buttons | btn-primary-background-colour}*/
	;
	border-color: #3b3b3b
	/*{buttons | btn-primary-border-colour}*/
	;
}

.btn-primary:hover {
	color: #ffffff
	/*{buttons | btn-primary-text-colour-hover}*/
	;
	background-color: #575757
	/*{buttons | btn-primary-background-colour-hover}*/
	;
	border-color: #575757
	/*{buttons | btn-primary-border-colour-hover}*/
	;
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #ffffff
	/*{buttons | btn-primary-text-colour-hover}*/
	;
	background-color: #575757
	/*{buttons | btn-primary-background-colour-hover}*/
	;
	border-color: #575757
	/*{buttons | btn-primary-border-colour-hover}*/
	;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
	color: #ffffff
	/*{buttons | btn-primary-text-colour-hover}*/
	;
	background-color: #575757
	/*{buttons | btn-primary-background-colour-hover}*/
	;
	border-color: #575757
	/*{buttons | btn-primary-border-colour-hover}*/
	;
}

/* Success button */
.btn-success {
	color: #ffffff
	/*{buttons | btn-success-text-colour}*/
	;
	background-color: #5cb85c
	/*{buttons | btn-success-background-colour}*/
	;
	border-color: #5cb85c
	/*{buttons | btn-success-border-colour}*/
	;
}

.btn-success:hover {
	color: #ffffff
	/*{buttons | btn-success-text-colour-hover}*/
	;
	background-color: #4da74d
	/*{buttons | btn-success-background-colour-hover}*/
	;
	border-color: #4da74d
	/*{buttons | btn-success-border-colour-hover}*/
	;
}

.btn-success.disabled, .btn-success:disabled {
	color: #ffffff
	/*{buttons | btn-success-text-colour-hover}*/
	;
	background-color: #4da74d
	/*{buttons | btn-success-background-colour-hover}*/
	;
	border-color: #4da74d
	/*{buttons | btn-success-border-colour-hover}*/
	;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show>.btn-success.dropdown-toggle {
	color: #ffffff
	/*{buttons | btn-success-text-colour-hover}*/
	;
	background-color: #4da74d
	/*{buttons | btn-success-background-colour-hover}*/
	;
	border-color: #4da74d
	/*{buttons | btn-success-border-colour-hover}*/
	;
}

ul.navbar-nav.ml-auto li a {
	font-weight: 600 !important;
	color: #000;
	font-size: 16px;
}

li.nav-item.d-none.d-md-flex.phn-tex a {
	background: #000;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 23px;
	vertical-align: middle;
	padding-left: 14px;
	width: 40px !important;
	height: 40px !important;
	font-size: 13px !important;
}

.call-us p {
	font-family: 'New Times Roman' !important;
}



.hero-premium-container .hero-premium-buttons .not-fill {

    max-width: 417px;

}
 

li.nav-item.d-none.d-md-flex.acc-phn a {
	background: #000;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 23px;
	vertical-align: middle;
	padding-left: 12px;
	width: 40px !important;
	height: 40px !important;
	font-size: 13px !important;
}

li.nav-item.d-none.d-md-flex.phn-tex {
	margin-right: 8px;
}

li.nav-item.d-none.d-md-flex.acc-phn {
	position: relative;
}

span.cart-count.ml-1 {
	position: absolute !important;
	top: -21px !important;
	right: -3px !important;
}

li.nav-item.d-none.d-md-flex.tel-num a {
	font-size: 24px !important;
	margin-top: 0 !important;
	color: #000 !important;
	font-weight: bold !important;
}

span.cart-count {
	background: #000;
}

.ml-auto {
	margin-left: 45px !important;
}

ul.navbar-nav.ml-auto li a {

	font-size: 20px;
}

li.nav-item.d-none.d-md-flex.free_des_btn a {
	font-family: var(--teko_font);
	font-size: 24px;
	background: #8668C1;
	font-weight: 400 !important;
	text-decoration: none !important;
	color: #fff;
	padding: 6px 17px;
	margin-left: 7px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.navbar-nav .px-3 {
	padding-left: 0px !important;
}

.navbar-nav.ml-auto {
	align-items: center;
}


@media (max-width:1799px) {
	.navbar-nav.ml-auto {
		margin-left: auto !important;
	}

	ul.navbar-nav.ml-auto li a {
		font-size: 16px;
	}

	.navbar-nav .px-3 {
		padding-right: 8px !important;
	}

	ul.navbar-nav.ml-auto li a {
		font-size: 15px;
	}
}

@media (max-width:1600px) {
	ul.navbar-nav.ml-auto li a {
		font-weight: bold !important;
		color: #000;
		font-size: 13px;
	}

	.navbar-nav.ml-auto {
		margin-left: auto !important;
	}

	ul.navbar-nav.ml-auto li a {
		font-size: 16px;
	}
}

@media (max-width:1500px) {
	ul.navbar-nav.ml-auto li a {
		font-size: 13px;
	}

	li.nav-item.d-none.d-md-flex.tel-num a {
		font-size: 22px !important;
	}

	li.nav-item.d-none.d-md-flex.free_des_btn a {
		padding: 11px 20px !important;
	}

	li.nav-item.d-none.d-md-flex.phn-tex a, .nav-item.d-none.d-md-flex.tel-num a {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media (max-width:1366px) {
	ul.navbar-nav.ml-auto li a {
		font-size: 13px;
	}

	li.nav-item.d-none.d-md-flex.tel-num a {
		font-size: 17px !important;

	}

	.navbar-nav.ml-auto {
		margin-left: auto !important;
	}

	ul.navbar-nav.ml-auto li a {
		padding-left: 0.4rem !important;
		padding-right: 0.4rem !important;
	}

}

@media (max-width:1299px) {
	ul.navbar-nav.ml-auto li a {
		font-size: 12px;
	}
}

@media (max-width:1199px) {
	ul.navbar-nav.ml-auto li a {
		font-size: 11px;
		padding-left: 5px !important;
		padding-right: 3px !important;
	}

	li.nav-item.d-none.d-md-flex.phn-tex a {
		background: #000;
		color: #fff;
		border-radius: 50%;
		text-align: center;
		line-height: 0px;
		vertical-align: middle;
		padding-left: 12px;
		width: 25px !important;
		height: 25px !important;
		font-size: 9px !important;
	}

	li.nav-item.d-none.d-md-flex.acc-phn a {
		background: #000;
		color: #fff;
		border-radius: 50%;
		text-align: center;
		line-height: 0px;
		vertical-align: middle;
		padding-left: 12px;
		width: 25px !important;
		height: 25px !important;
		font-size: 9px !important;
	}

	li.nav-item.d-none.d-md-flex.tel-num a {
		font-size: 15px !important;
	}

	.navbar-brand img {
		width: 196px !important;
	}

	.navbar-brand {
		padding: 0px;
	}

	li.nav-item.d-none.d-md-flex.tel-num a {
		font-size: 12px !important;
		line-height: 28px;
	}

	#n_home .navbar {
		padding: 0px;
	}

	.navbar-nav.ml-auto {
		margin-left: auto !important;
	}

	.col-12.wrapper_header_section {
		padding: 22px 2px 10px !important;
	}
}


@media (max-width: 1366px) {
	.ml-auto {
		margin-left: auto !important;
	}
}

.call-us {
	display: none;
}

@media screen and (max-width: 1320px) and (min-width: 1200px) {

	a.navbar-brand {
		width: 17%;
		margin: 0;
		padding: 0;
	}

	ul.navbar-nav.ml-auto li a {
		padding-left: 0.4rem !important;
		padding-right: 0.4rem !important;
	}

}


@media screen and (max-width: 1536px) and (min-width: 1500px) {
	a.navbar-brand {
		width: 16%;
	}

}


@media screen and (max-width: 800px) and (min-width: 768px) {
	/*li.nav-item.d-none.d-md-flex.tel-num {
    display: none !important;
}*/

	a.navbar-brand {
		width: 15%;
	}

}

@media screen and (max-width: 991px) and (min-width: 768px) {
	li.nav-item.d-none.d-md-flex.phn-tex a {
		width: 15px !important;
		height: 15px !important;
		font-size: 7px !important;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	li.nav-item.d-none.d-md-flex.acc-phn a {
		width: 15px !important;
		height: 15px !important;
		font-size: 7px !important;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#n_home .navbar {
		padding: 0px;
	}

	.navbar-nav.ml-auto {
		margin-left: auto !important;
		align-items: center;
	}

	li.nav-item.d-none.d-md-flex.tel-num a {
		font-size: 12px !important;
	}

	li.nav-item.d-none.d-md-flex.phn-tex {
		margin-right: 3px;
	}

	li.nav-item.d-none.d-md-flex.free_des_btn a {
		margin-left: 2px;
	}

	ul.navbar-nav.ml-auto li a {
		font-size: 10px;
		padding-left: 0px !important;
		padding-right: 2px !important;
	}

	li.nav-item.d-none.d-md-flex.tel-num a {
		font-size: 10px !important;
		line-height: 25px;
	}

	li.nav-item.d-none.d-md-flex.free_des_btn {
		max-width: inherit !important;
		text-align: center;
	}
}


@media only screen and (max-width: 767px) {
	.call-us {
		display: block !important;
	}

	.navbar-brand img {
		width: 100% !important;
	}

	.container-fluid.wrapper-header {
		padding: 0 !important;
	}

	.container-fluid.wrapper-header .row {
		padding-left: 15px;
		padding-right: 15px;
		margin: 0px;
	}


	.call-us {
		background: #7768A1;
		text-align: center;
		padding: 3px 0px 3px;
	}


	.call-us p {
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: baseline;
		font-size: 18px;
		font-weight: 900;
		padding: 0;
		font-family: 'Source Sans Pro', sans-serif;
		margin: 0;
	}

	.call-us p a.nav-link.pr-3 {
		color: #fff;
		font-weight: 900;
		font-family: initial;
		padding: 0 6px;
	}


}


/* New CSS */
.locations-pages .slider-below-contnt, .locations-pages .layout_light, .locations-pages .blocks-cont {
	padding: 40px 0;
	text-align: center;
}

.locations-pages .slider-below-contnt h1, .locations-pages .layout_light h2, .locations-pages .blocks-cont h2 {
	font-size: 35px;
	margin-bottom: 15px;
	line-height: 1;
	font-weight: 900 !important;
}

.locations-pages .slider-below-contnt p, .locations-pages .layout_light p, .locations-pages .blocks-cont p {
	margin-bottom: 25px;
}

.locations-pages #homepageCarousel img {
	max-height: 600px;
	height: 600px;
	object-fit: cover;
}

.locations-pages .smart-storage img {
	width: 100%;
}

.locations-pages .gallery-imgss {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.locations-pages .gallery-imgss .galls-imgs {
	width: calc(100% / 4 - 7px);
	margin: 5px 0;
	position: relative;
}

.locations-pages .gallery-imgss .galls-imgs::after {
	background: rgba(255, 255, 255, .9);
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0px;
	left: 0;
	opacity: 0;
	transition: all 0.5s;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.locations-pages .gallery-imgss .galls-imgs::before {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "+";
	position: absolute;
	background: #2ea3f2;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 26px;
	border-radius: 50%;
	margin-top: 20px;
	transition: all 0.5s;
	opacity: 0;
	z-index: 9;
}

.locations-pages .gallery-imgss .galls-imgs:hover::before {
	opacity: 1;
	margin-top: 0px;
	transition: all 0.5s;
}

.locations-pages .gallery-imgss .galls-imgs:hover::after {
	opacity: 1;
	transition: all 0.5s;
	top: 0px;
}

.locations-pages .gallery-imgss .galls-imgs img {
	max-width: 100%;
	height: auto;
	min-height: 250px;
	object-fit: cover;
}

.locations-pages .galleries-sect {
	text-align: center;
	padding: 40px 0;
}

.locations-pages .galleries-sect h3 {
	font-size: 28px;
}

.locations-pages .galleries-sect p:last-child {
	margin-bottom: 0px;
}

.locations-pages .main-sect .caption {
	text-align: center;
	margin-top: -85px;
}

.locations-pages .main-sect .caption h4 {
	line-height: 22px;
	font-size: 16px;
}

.locations-pages .our-process-sect {
	text-align: center;
	padding: 40px 0;
}

.locations-pages .our-process-sect h3, .locations-pages .smart-storage h3, .locations-pages .blocks-cont h3, .locations-pages .garage-storage h3 {
	font-size: 28px;
}

.locations-pages .smart-storage .layout_light {
	padding: 0px;
}

.locations-pages .main-sect .thumbnail {
	text-align: center;
}

.locations-pages .main-cont-blocks {
	text-align: center;
}

.locations-pages .main-cont-blocks {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: 333px !important;
}

.locations-pages .slider-below-contnt .layout_light, .locations-pages .slider-below-contnt {
	padding-bottom: 0 !important;
}

.locations-pages .slider-below-contnt .et_pb_module.et_pb_image.et_pb_image_0+.layout_light {
	padding-top: 0;
}

.locations-pages .our-process-sect {
	padding-top: 0 !important;
}

.locations-pages .garage-storage img {
	width: 100%;
}

.locations-pages .contact-imgs-block img {
	max-width: 700px;
	margin: 40px auto;
	display: table;
}

.locations-pages .contact-location .btn.btn-lg.btn-default {
	background: #575757;
	border: 0;
	color: #FFFF;
	padding: 10px 40px;
}

.locations-pages .contact-location textarea {
	width: 100%;
	max-width: 100%;
}

.locations-pages #homepageCarousel h2 {
	font-size: 50px;
	font-weight: 900;
}

.locations-pages .contact-location input, .locations-pages .contact-location select {
	height: 45px;
}

.locations-pages .contact-location .small.text-danger {
	margin-bottom: 0;
}

.locations-pages .contact-forms-txt h3 {
	font-size: 28px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}

.locations-pages .video_box iframe {
	width: 100%;
}

.locations-pages .slider-below-contnt a.layout_light {
	background: #7868a2;
	display: table;
	padding: 15px 40px 15px !important;
	line-height: 1;
	color: #FFF;
	border-radius: 40px;
	margin: 0 auto;
	font-size: 17px;
}

.locations-pages iframe {
	max-width: 100%;
}

.locations-pages .main-sect .thumbnail img {
	max-width: 100%;
	height: auto;
}

.locations-pages #homepageCarousel .carousel-caption {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
}

.locations-pages #homepageCarousel .carousel-caption p {
	font-size: 22px;
}

.locations-pages #homepageCarousel .carousel-indicators li {
	width: 15px;
	height: 15px;
	border-radius: 50%;
}

@media only screen and (max-width:1199px) {
	.locations-pages #homepageCarousel img {
		max-height: 500px;
		height: 500px;
	}

}

@media only screen and (max-width:1023px) {
	.locations-pages .gallery-imgss .galls-imgs img {
		min-height: 250px;
		object-fit: cover;
	}

	.locations-pages .contact-imgs-block img {
		max-width: 500px;
	}
}

@media only screen and (max-width:1023px) {
	.locations-pages #homepageCarousel h2 {
		font-size: 25px;
	}

	.locations-pages #homepageCarousel img {
		max-height: 350px;
		height: 350px;
	}

	.locations-pages .slider-below-contnt h1, .locations-pages .layout_light h2, .locations-pages .blocks-cont h2 {
		font-size: 26px;
		line-height: 32px;
	}

	.locations-pages .video_box iframe {
		width: 100%;
		height: 250px;
	}

	.locations-pages .et_pb_module.et_pb_image.et_pb_image_0 img {
		max-width: 100%;
		margin-top: 40px;
	}

	.locations-pages iframe {
		max-width: 100%;
		height: 300px;
	}

	.locations-pages .gallery-imgss .galls-imgs {
		width: calc(100% / 3 - 7px);
		margin: 0px;
	}

	.locations-pages .gallery-imgss {
		justify-content: unset;
		flex-wrap: wrap;
		gap: 10px;
	}

	.locations-pages .contact-imgs-block img {
		max-width: 100%;
	}

	body {
		overflow-x: hidden;
	}

	.locations-pages #homepageCarousel img {
		max-height: 300px;
		height: 300px;
	}

	.locations-pages #homepageCarousel .carousel-caption p {
		font-size: 15px;
	}
}

@media only screen and (min-width:801px) and (max-width:1023px) {

	.navbar-brand img {
		height: 35px;
		width: auto;
	}

	#n_home .navbar {
		padding-left: 0;
		padding-right: 0;
	}

	ul.navbar-nav.ml-auto li a {
		font-size: 10px;
		padding-left: 0px !important;
		padding-right: 4px !important;
	}

	li.nav-item.d-none.d-md-flex.phn-tex {
		margin-right: 3px;
	}
}

@media only screen and (max-width:991px) {
	.navbar-brand img {
		width: 130px;
	}
}

.desc-blogs-tx a span, .desc-blogs-tx a font, .desc-blogs-tx a {
	color: #785da1 !important;
}

.layout_light-text ul li {
	float: left;
	text-align: left;
	padding: 9px;
}


/*05May form Style*/
.contnt-boxes-form {
	/* background: #d9d9d9; */
	position: relative;
	/* padding: 20px 0; */
	margin: 50px 0;
}

/* .contnt-boxes-form:after {
    content: '';
    position: absolute;
    width: 100%;
    right: -100%;
    background: #d9d9d9;
    height: 100%;
    top: 0;
}
.contnt-boxes-form:before {
    content: '';
    position: absolute;
    width: 100%;
    left: -100%;
    background: #d9d9d9;
    height: 100%;
    top: 0;
} */
.contnt-boxes-form .main-pdf-section {
	display: flex;
	/*align-items: center;*/
	justify-content: space-between;
}

.contnt-boxes-form .left-form-section .images-form-blocks img {
	width: 100%;
	max-width: 100% !important;
	position: relative;
	top: -72px;
}

.contnt-boxes-form .contnt-sect h4 {
	font-size: 34px;
	font-weight: 700;
	line-height: 34px;
	font-family: 'Poppins', sans-serif;
}

.contnt-boxes-form .page-sect p {
	background: #bda579;
	color: #fff;
	width: 100%;
	max-width: 156px;
	border-radius: 6px;
	padding: 3px 9px;
	text-align: center;
}

.contnt-boxes-form .contnt-sect>p {
	color: black;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	width: 100%;
	max-width: 540px;
	margin-bottom: 35px;
}

/* .contnt-boxes-form {
    width: 100vw;
    float: left;
    transform: translateX(-50%);
    margin-left: 50%;
    padding-bottom: 0;
    position:relative;
}
.contnt-boxes-form:before {
    content: '';
    position: absolute;
    height: 25px;
    width: 100%;
    background: white;
    bottom: 0;
} */
.contnt-boxes-form .main-pdf-section .left-form-section {
	flex: 0 0 50%;
	max-width: 50%;
}

.contnt-boxes-form .main-pdf-section .right-form-section {
	flex: 0 0 50%;
	max-width: 50%;
}

/*.main-form-sections {*/
/*    height: 529px;*/
/*}*/
@media(max-width:991px) {
	.contnt-boxes-form .main-pdf-section .left-form-section {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.contnt-boxes-form .main-pdf-section {
		flex-direction: column !important
	}

	.contnt-boxes-form .main-pdf-section .right-form-section {
		flex: 0 0 100%;
		max-width: 100%;
	}

	/*.forms-sections-htmls iframe {*/
	/*	min-height: 500px;*/
	/*}*/
}

@media(max-width:767px) {
	.contnt-boxes-form .main-pdf-section {
		flex-direction: column !important
	}

	.collapse.navbar-collapse.navbar-responsive-collapse {
		position: absolute !important;
		left: 0 !important;
		right: 0 !important;
		top: 84px !important;
		background: #fff !important;
		height: 500px;
		overflow-y: auto;
	}

	li.nav-item.d-none.d-md-flex.free_des_btn {
		display: block !important;
	}

	li.nav-item.d-none.d-md-flex.tel-num {
		display: block !important;
	}

	ul.navbar-nav.ml-auto li a {}
}

.contnt-boxes-form {
	display: block !important;
}

/*05May form Style Close*/


div#main-content {
	margin-top: 100px;
}


body#n_checkout div#main-content {
	margin-top: 130px;
}

.col-12.wrapper_header_section {
	background-color: #fff;
	border-bottom: 1px solid;
	border-color: #fff;
}

/* code issue header */
@media screen and (max-width: 991px) and (min-width: 768px) {

	li.nav-item.d-none.d-md-flex.phn-tex {
		margin-top: 6px;
		margin-left: 2px;
		margin-right: 5px;
	}

	li.nav-item.d-none.d-md-flex.acc-phn {
		margin-top: 6px;
	}

	li.nav-item.d-none.d-md-flex.free_des_btn {
		max-width: 100px;
		text-align: center;
	}

	.nkg_main:after {
		display: none;
	}

}





@media screen and (max-width:767px) {

	div#main-content {
		margin-top: 96px;
	}

	.collapse.navbar-collapse.navbar-responsive-collapse {

		padding-bottom: 30px;
	}

	.nkg_main:after {
		display: none;
	}

	.header_nkg h1 span {
		font-size: 39px !important;
	}

}

.footer_btn .free_des_btn a {
	background: #77689f;
	color: #fff;
	border-radius: 33px;
	padding: 11px 20px;
	margin-left: 7px;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	margin-left: 0;
	display: inline-block;
	margin-bottom: 5px;
}

.header_nkg h1 span {
	font-weight: bold;
	font-size: 43px;
	color: #77689f;
	padding-top: 20px;
	border-bottom: 3px solid #eaeaea;
	padding: 0 40px;
	padding-bottom: 10px;
	margin-bottom: 40px;
}

.thumbnail_nkg img {
	border-radius: 50%;
	padding: 0 30px;
}

.thumbnail_nkg h5.headline {
	text-align: center;
	font-weight: bold;
	font-size: 31px;
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 20px;
}

.thumbnail_nkg .caption p {
	font-size: 14px;
	text-align: center;
}

.header_nkg {
	margin-top: 20px;
	margin-bottom: 60px;
}

.nkg_main:after {
	content: "";
	position: absolute;
	right: -25px;
	border-width: 15px;
	border-style: solid;
	border-color: transparent transparent transparent #eaeaea;
	top: calc(25% - 7.5px);
}

.nkg_main:last-child:after {
	border-color: transparent;
}

/*#creating-your-dream-garage {*/
/*	padding-top: 133px;*/
/*	display: block;*/
/*}*/



/*gallery css*/

/*#sync1.owl-theme .owl-next, .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: ;
    top: 50%;
  }*/


/* New Homepage Design 
************************
*************************
**************************/
.section-first- {
	text-align: center;
	padding: 120px 0;
}

.section-first- h2, .sectionBottom h2, .section01 h2, .beforeAfter h2, .areaBGLight h2 {
	font-size: 38px;
	line-height: 42px;
	font-weight: 700;
	margin: 0 auto 25px;
	color: #000;
}

.section-first- p, .sectionBottom p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	margin: 0 auto;
	color: #000;
}

.sectionBottom {
	background: url(../img/bottomBanner.png) center center no-repeat;
	background-size: cover;
	padding: 120px 0;
	background-color: #77689F;
}

.sectionBottom h2 {
	margin-bottom: 27px;
}

.sectionBottom h2, .sectionBottom p {
	color: #FFF;
	text-align: center;
}

.sectionBottom .button {
	width: 100%;
	text-align: center;
	margin-top: 29px;
}

.sectionBottom .content {
	width: 100%;
	text-align: center;
}

.sectionBottom .button a, .whiteArea .tab-content .call {
	background: #333;
	font-size: 16px;
	color: #FFF;
	line-height: 18px;
	font-weight: 700;
	padding: 20px 35px;
	display: table;
	margin: 0 auto;
	text-decoration: none;
}

.sectionBottom .button a:hover, .whiteArea .tab-content .call:hover {
	background-color: #FFF;
	color: #333;
}

.wrapper-footer {
	margin: 0 !important;
}

.section01 {
	padding-bottom: 120px;
}

.section01 h2 {
	text-align: center;
	margin-bottom: 48px;

}

.section01 .item.slick-slide {
	padding: 0 15px;
	text-align: center;
}

.section01 .slick-slide img {
	display: block;
	max-width: 100%;
}

.section01 .slick-slide h2 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 700;
	margin-top: 24px;
	margin-bottom: 10px;
}

.section01 .slick-slide a {
	text-decoration: none;
}

.section01 .slick-slide p {
	font-size: 16px;
	line-height: 24px;
}

.beforeAfter h2 {
	text-align: center;
	margin-bottom: 42px;
}

.beforeAfter .slider-for .slick-track img {
	max-height: 750px;
	min-height: 750px;
	object-fit: cover;
}

.beforeAfter .slider-for .slick-track {
	margin-bottom: 28px;
}

.beforeAfter .slick-slider.slider-for .slick-list {
	max-width: 100%;
	margin: 0 auto;
}

.beforeAfter .slick-slider .slick-arrow, .section01 .slick-arrow {
	background: #77689F !important;
	width: 48px;
	width: ;
	height: 48px;
	border-radius: 50%;
}

.beforeAfter .slick-slider .slick-arrow.slick-prev {
	left: -70px;
}

.beforeAfter .slick-slider .slick-arrow.slick-next {
	right: -70px;
}

.beforeAfter .slick-slider .slick-arrow.slick-prev::before, .beforeAfter .slick-slider .slick-arrow.slick-next::before, .section01 .slick-arrow:before {
	content: '';
	/*background: url(../img/arrow-point-to-right.png) center center no-repeat;*/
	width: 17px;
	height: 17px;
	position: absolute;
	opacity: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.beforeAfter .slick-slider .slick-arrow.slick-next::before, .section01 .slick-arrow.slick-next:before {
	transform: translate(-50%, -50%) rotate(180deg);
}

.beforeAfter .slick-slider.slider-nav .slick-list {
	max-width: 100%;
	margin: 0 auto;
}

.slider-nav .slick-list .slick-track img {
	height: 200px;
	object-fit: cover;
}

#homepageCarousel {
	background: #77689f;
}

#homepageCarousel .carousel-caption {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	bottom: auto;
	width: 455px;
}

#homepageCarousel .carousel-caption h1 {
	font-size: 65px;
	line-height: 65px;
	font-weight: 700;
	text-align: left;
	width: 510px;
}

.beforeAfter .container:first-child {
	padding-bottom: 120px;
}

.areaBGLight {
	background: rgba(119, 104, 159, 0.3);
	padding: 120px 0;
}

.whiteArea {
	/*background: #FFF;*/
	padding: 0px 15px;
}

.whiteArea .nav-tabs .nav-link {
	background: #77689F;
}

.whiteArea .nav-tabs {
	border-bottom: 0px solid #dee2e6;
	width: 100%;
	justify-content: space-between;
}

.whiteArea .nav-tabs .nav-item {
	width: calc(100% / 3 - 15px);
}

.whiteArea .nav-tabs .nav-link .num_home {
	font-size: 34px;
	line-height: 64px;
	margin: 0 15px;
}

.whiteArea .nav-tabs .nav-link {
	background: #77689F;
	display: flex;
	align-items: center;
	color: #FFF;
	justify-content: center;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	padding: 30px 0;
	border-color: transparent !important;
}

.whiteArea .nav-tabs .nav-link img {
	-webkit-filter: invert(100%);
}

.whiteArea .nav-tabs .nav-link.active {
	background: #FFF;
	color: #000;
	border-color: #FFF;
}

.whiteArea .nav-tabs .nav-link.active img {
	-webkit-filter: invert(0%);
}

.whiteArea .tab-content {
	padding: 80px;
	background: #FFF;
}

.whiteArea .tab-content .call {
	margin-left: 0;
	margin-top: 9px;
	float: left;
}

.whiteArea .tab-content .call:hover {
	background: #77689F;
	color: #FFF;
}

.whiteArea .tab-content p {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 20px;
	color: #000;
}

.whiteArea .tab-content h3 img {
	max-width: 50px;
	margin-right: 15px;
}

.whiteArea .tab-content h3 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
}

.areaBGLight h2 {
	text-align: center;
}

.areaBGLight h2 a {
	color: #77689F;
	text-decoration: underline;
}

.videoArea {
	background: url(../img/image01.png) auto 50% no-repeat #77689F;
}

.videoArea .hideDesktop {
	display: none;
}

.videoArea {
	background: url(../img/the-block.jpg) no-repeat;
	background-position: left top;
	background-size: 50% auto;
	min-height: 700px;
	background-color: #77689f;
}

.videoAreainner {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 120px 30px;
	max-width: 550px;
	margin: 0 auto;
}

.videoAreainner h3 {
	font-size: 26px;
	line-height: 32px;
	color: #FFF;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin-bottom: 27px;
}

.videoAreainner .thumbnail {
	border-bottom: 1px solid #FFF;
	padding-bottom: 35px;
	margin-bottom: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #FFF;
}

.videoAreainner .thumbnail .btn.btn-primary {
	background: #FFF;
	border: 0;
	border-radius: 50%;
	padding: 0;
	width: 55px;
	height: 55px;
}

.videoAreainner .thumbnail .caption {
	margin-left: ;
	margin-right: auto;
	margin-left: 20px;
}

.videoAreainner .thumbnail .caption .headline a {
	font-size: 20px;
	line-height: 24px;
	color: #FFF;
	font-weight: bold;
}

.videoAreainner .thumbnail .image.float-left {
	flex: 0 0 148px;

}

.videoAreainner .col-12:last-child .thumbnail {
	border: 0 none;
	border: 0 none;
}

.section01 .slick-arrow.slick-prev {
	z-index: 9;
	left: -10px;
}

.section01 .slick-arrow.slick-next {
	z-index: 9;
	right: -10px;
}

.section01 .slick-arrow {
	margin-top: -60px;
	border: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	outline: none;
}

.beforeAfter .slick-slider .slick-arrow {
	border: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	outline: none;
}

.section01 .slide-arrow.next-arrow {
	right: -50px;
	z-index: 999;
}

.beforeAfter .slick-slider .slick-arrow.next-arrow {
	right: -65px;
	z-index: 999;
}

.section01 .slide-arrow.prev-arrow, .beforeAfter .slick-slider .slick-arrow.prev-arrow {
	left: -50px;
	z-index: 999;
}

.beforeAfter .slick-slider .slick-arrow.prev-arrow {
	left: -65px;
	z-index: 999;
}

.whiteArea .tab-content img {
	max-width: 100%;
}

#exampleModalCenter .modal-body {
	padding: 0;
	border: 0;
	line-height: 1;
}

#exampleModalCenter .close {
	position: absolute;
	top: -15px;
	right: -15px;
	background: #77689f;
	z-index: 11;
	color: #FFF;
	opacity: 1;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 28px;
	text-shadow: none;
}

#exampleModalCenter .modal-content {
	border: 0;
	padding: 0;
	line-height: 1;
}

#exampleModalCenter .modal-content iframe {
	display: block;
	line-height: 1;
	min-height: 300px;
	max-width: 100%;
}

.areaBGLight h2 {
	margin: 0 auto 48px;
}

.scrl {
	overflow-y: scroll;
	height: 400px;
}

.beforeAfter .slider-nav img {
	border: 5px solid #FFF !important;
}

.videoAreainner .thumbnail .btn.btn-primary {
	background: none;
}


.videoAreainner .thumbnail .btn.btn-primary img {
	width: 55px;
	height: 55px;
	cursor: pointer;
}

#exampleModalCenter {
	z-index: 99999999;
}

/* Design changes/Feedback
*****************************/
#exampleModalCenter .modal-dialog.modal-dialog-centered {
	max-width: 1200px;
}

.whiteArea .nav-tabs .nav-item {
	width: calc(100%/3 - 8px);
	border-radius: 5px 5px 0px 0;
	overflow: hidden;
}

/* Animation Area */
/*.section-first- h2, .section-first- p, .section01 .container > h2,  .section01 .slick-slider{
	transform:translateY(100%);
	transition:0.5s all;
	opacity:0;
}
.section-first- p{
	transition-delay:0.3s;
}
.section01 .slick-slider{
	transform:translateY(50px);
}
.section-first-.visible h2, .section-first-.visible p, .section01.visible h2, .section01.visible .slick-slider{
	transform:translateY(0%);
	transition:0.5s all;
	opacity:1;
}*/

.row.slider-for.slick-initialized.slick-slider {
	margin: 0;
}

.row.slider-nav.slick-initialized.slick-slider {
	margin: 0 -5px;
}

/* Responsive Homepage CSS 
*****************************/
@media only screen and (min-width:992px) {
	.col-md-6.tab_img {
		padding-right: 40px;
	}
}

@media only screen and (max-width:1599px) {
	.videoAreainner {
		padding: 80px 30px;
	}

	.videoArea {
		min-height: 600px;
	}
}

@media only screen and (max-width:1439px) {
	.videoAreainner .col-12:last-child .thumbnail {
		padding-bottom: 0;
		margin-bottom: 0;
	}
}

@media only screen and (max-width:1365px) {
	#homepageCarousel .carousel-caption {
		width: 100%;
		padding: 0 30px;
	}

	.videoAreainner {
		padding: 50px 30px;
	}

	.videoArea {
		min-height: 500px;
	}

	#homepageCarousel .carousel-caption h1 {
		width: 100%;
	}

	div#main-content {
		margin-top: 100px;
	}

	.beforeAfter .slick-slider .slick-arrow.prev-arrow {
		left: 35px;
	}

	.beforeAfter .slick-slider .slick-arrow.next-arrow {
		right: 35px;
	}

	.section01 .slide-arrow.prev-arrow {
		left: 35px;
	}

	.section01 .slide-arrow.next-arrow {
		right: 35px;
	}
}


@media only screen and (max-width:1199px) {
	li.nav-item.d-none.d-md-flex.free_des_btn a {
		padding: 11px 12px !important;
	}

	.section-first- {
		padding: 50px 0;
	}

	.section01 {
		padding-bottom: 50px;
	}

	.beforeAfter .container:first-child {
		padding-bottom: 50px;
	}

	.areaBGLight {
		padding: 50px 0;
	}

	.videoAreainner h3 {
		font-size: 20px;
	}

	.videoAreainner .thumbnail {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.videoArea {
		min-height: 450px;
	}

	.whiteArea .tab-content {
		padding: 40px;
	}

	#homepageCarousel .carousel-caption h1 {
		font-size: 40px;
		line-height: 50px;
	}

	.videoAreainner .thumbnail .caption {
		padding-right: 15px;
	}

	.videoAreainner .thumbnail .caption .headline a {
		font-size: 15px;
		line-height: 19px;
	}

	.whiteArea .nav-tabs .nav-link {
		padding: 15px 0;
	}

	#homepageCarousel .carousel-caption {
		bottom: auto;
	}

	.beforeAfter .slider-for .slick-track img {
		max-height: 500px;
		min-height: 500px;
	}

}

@media only screen and (max-width:1023px) {
	.sectionBottom {
		padding: 70px 0;
	}

	.section-first- h2, .sectionBottom h2, .section01 h2, .beforeAfter h2, .areaBGLight h2 {
		font-size: 30px;
		line-height: 36px;
	}

	.whiteArea .tab-content h3 {
		font-size: 20px;
	}

	.whiteArea .tab-content h3 img {
		margin-right: 5px;
	}

	.whiteArea .nav-tabs .nav-link .num_home {
		font-size: 40px;
		margin: 0 5px;
	}

	.whiteArea .nav-tabs .nav-link img {
		max-width: 30px;
	}

	.whiteArea .nav-tabs .nav-link {
		font-size: 17px;
		line-height: 18px;
	}

	.whiteArea .tab-content {
		padding: 20px;
	}

	.section-first- h2, .sectionBottom h2, .section01 h2, .beforeAfter h2, .areaBGLight h2 {
		font-size: 25px;
		line-height: 1;
	}

	.section01 .slick-slide h2 {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 5px;
	}

	.videoAreainner {
		padding: 15px 0;
	}

	.videoAreainner h3 {
		font-size: 17px;
		line-height: 1;
		margin-bottom: 15px;
	}

	.videoAreainner .thumbnail .image.float-left {
		flex: 0 0 100px;
	}

	.videoArea {
		min-height: 350px;
	}

	.beforeAfter .slick-slider .slick-arrow.slick-next {
		right: -13px;
	}

	.beforeAfter .slick-slider .slick-arrow.slick-prev {
		left: -13px;
		z-index: 9;
	}

	.sectionBottom .button a, .whiteArea .tab-content .call {
		font-size: 14px;
	}

	ul.navbar-nav.ml-auto li a {
		font-size: 9px;
	}

	.navbar-brand img {
		height: auto;
	}

	#homepageCarousel .carousel-caption h1 {
		font-size: 30px;
		line-height: 40px;
		width: 100%;
	}

	#n_home div#main-content {
		margin-top: 70px;
	}

	.videoAreainner .thumbnail {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.scrl {
		height: 300px;
	}
}

@media only screen and (max-width:767px) {
	.videoArea {
		min-height: inherit;
		background-image: none;
	}

	.videoArea .hideDesktop {
		display: block;
		max-width: 100%;
		margin-top: 15px;
	}

	.sectionBottom {
		padding: 50px 0;
	}

	.whiteArea .tab-content img {
		margin-bottom: 30px;
	}

	.whiteArea .tab-content h3 img {
		margin-right: 5px;
		margin: 0;
		margin-right: 10px;
	}

	.whiteArea .nav-tabs .nav-link .num_home {
		font-size: 25px;
		margin: 0 5px;
	}

	.whiteArea .nav-tabs .nav-link img {
		max-width: 15px;
	}

	.whiteArea .nav-tabs .nav-link {
		font-size: 12px;
		line-height: 15px;
	}

	.whiteArea .nav-tabs .nav-link {
		padding: 5px 0;
	}

	.sectionBottom .button a, .whiteArea .tab-content .call {
		padding: 15px 25px;
	}

	.beforeAfter .slider-for .slick-track {
		margin-bottom: 20px;
	}

	.beforeAfter .slider-for .slick-track img {
		max-height: 300px;
		min-height: 300px;
		object-fit: cover;
	}

	.beforeAfter .slick-slider.slider-for .slick-list, .beforeAfter .slick-slider.slider-nav .slick-list {
		max-width: 90%;
	}

	.beforeAfter .slick-slider .slick-arrow.slick-prev {
		left: 10px;
		z-index: 9;
	}

	.beforeAfter .slick-slider .slick-arrow.slick-next {
		right: 10px;
	}

	#homepageCarousel .carousel-caption {
		padding: 70px 30px;
		position: relative;
	}

	.section01 .slick-arrow.slick-prev {
		left: 20px;
	}

	.section01 .slick-arrow.slick-next {
		right: 20px;
	}

	.col-12.wrapper_header_section {
		padding: 15px 0 0 !important;
	}

	.whiteArea .tab-content h3 {
		font-size: 16px;
	}

	.section-first- {
		padding: 25px 30px;
	}

	.section01 .item.slick-slide {
		padding: 0 30px;
		text-align: center;
	}

	.section01 {
		padding-bottom: 0;
	}

	.beforeAfter .container:first-child {
		padding-bottom: 25px;
	}

	.whiteArea {
		padding: 0 45px;
	}

	.areaBGLight h2 {
		padding: 0 30px;
	}

	.whiteArea .nav-tabs .nav-item {
		width: calc(100%/3 - 5px);

	}

	.whiteArea .tab-content h3 img {
		max-width: 35px;
		margin-right: 10px;
	}

	.whiteArea .tab-content h3 {
		margin-bottom: 0;
	}

	.whiteArea .tab-content img {
		margin-bottom: 20px;
	}

	.videoArea {
		padding: 0 15px;
	}

	.sectionBottom {
		padding: 25px 30px;
	}

	#homepageCarousel .carousel-caption h1 {
		text-align: center;
	}

	.whiteArea ul li a img {
		display: none;
	}

	.gk-search {
		padding-bottom: 10px;
		padding-top: 50px;
	}
}

@media only screen and (max-width:567px) {

	.section-first- h2, .sectionBottom h2, .section01 h2, .beforeAfter h2, .areaBGLight h2 {
		font-size: 20px;
		margin-bottom: 15px;
		line-height: 24px;
	}

	.section-first- p br, .sectionBottom p br {
		display: none;
	}

	.beforeAfter .slider-for .slick-track img {
		max-height: 200px;
		min-height: 200px;
		object-fit: cover;
	}

	.slider-nav .slick-list .slick-track img {
		height: 70px;
		border: 2px solid #FFF;
	}

	.sectionBottom {
		padding: 25px 15px;
	}

	.sectionBottom p br {
		display: none;
	}

	.whiteArea .nav-tabs .nav-link {
		padding: 5px;
	}

	.whiteArea .nav-tabs .nav-link .num_home {
		font-size: 18px;
		margin: 0 2px;
		line-height: 31px;
	}

	.whiteArea .nav-tabs .nav-link {
		font-size: 10px;
		line-height: 12px;
	}

	.areaBGLight {
		padding: 25px 0;
	}

	.areaBGLight .container {
		padding: 0;
	}

	.whiteArea .nav-tabs .nav-link {
		padding: 3px;
	}

	#homepageCarousel .carousel-inner .row {
		flex-direction: column-reverse;
	}

	#homepageCarousel .carousel-caption {
		padding: 70px 30px;
		position: relative;
		top: auto;
		bottom: auto;
		transform: translate(0, 0);
		width: 100%;
		left: auto;
		right: auto;
	}

	#exampleModalCenter .modal-content {
		max-width: 90%;
		margin: 0 5%;
	}

	.gk-search {
		padding-bottom: 10px;
		padding-top: 50px;
	}
}



.col-12.wrapper_header_section .navbar-nav.ml-auto {
	margin-left: auto !important;
}

.collapse.navbar-collapse.navbar-responsive-collapse ul li {
	padding: 0 5px;
}

.dropdown-hover .nuhover.dropdown-item {
	position: relative;
}

.dropdown-hover .dropdown-hover .nuhover.dropdown-item::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
	transform: rotate(-90deg);
	position: absolute;
	top: 18px;
	right: 0;
}


/*19-10*/

.after-before-popup .prev, .after-before-popup .next {
	position: absolute;
	top: 50%;
	text-transform: capitalize;
	background: #77689f;
	color: #FFF;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.after-before-popup .next {
	left: auto;
	right: 0;
	z-index: 9;
}

#exampleModalCenter.after-before-popup .close {
	padding: 0;
}

#exampleModalCenter.after-before-popup .modal-header {
	padding: 0;
}

.after-before-popup .prev, .after-before-popup .next {
	transform: translateY(-50%);
}

/*20-10*/
.before {
	position: absolute;
	bottom: 15px;
	font-size: 25px;
	font-weight: bold;
	left: 15px;
	line-height: 1;
}

.after {
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 1;
	font-size: 25px;
	font-weight: bold;
}



.beforeAfter .container:first-child {
	position: relative;
}

.magnify {
	position: absolute;
	z-index: 99;
	right: 35px;
	top: 100px;
	font-size: 20px;
	background: #FFF;
	color: #77689f;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 2px 2px 2px #eee;
}

.areaAfBf {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

.areaAfBf * {
	fiont: ;
	font-size: 25px;
	font-weight: bold;
}

.areaAfBf .sli_before {

	color: #77689f;
}

.areaAfBf .sli_after {

	color: #77689f;
}

.before {
	color: white;
	background-color: #77689f;
	padding: 12px;
}

.after {
	color: white;
	background-color: #77689f;
	padding: 12px;
}

.beforeAfter>.container, .sectionBottom>.container, {
	transform: translateY(200px);
	transition: all 0.5s;
}

.beforeAfter.in-view>.container, .sectionBottom.in-view>.container, {
	transform: translateY(0px);
	transition: all 0.5s;
}


.beforeAfter h2 {
	margin-bottom: 42px;
	margin-top: 42px;
}

.section-first- h2, .sectionBottom h2, .section01 h2, .beforeAfter h2, .areaBGLight h2 {
	font-size: 28px;
}

.beforeAfter .container:first-child {
	padding-bottom: 29px;
}

.beforeAfter .slider-for .slick-track img {
	max-height: 450px;
	min-height: 450px;
}

.areaAfBf {
	margin-bottom: 5px;
}

@media only screen and (max-width:1650px) {

	.beforeAfter h2 {
		margin-bottom: 25px;
		margin-top: 25px;
	}

}

/* .slider-nav .slick-list .slick-track img { */
/* height: 130px; */
/* } */
/* .slider-nav .slick-list .slick-track img { */
/* height: 130px! important; */
/* } */



@media only screen and (max-width:1880px) {
	.contnt-boxes-form:after {
		display: none;
	}
}

.contents-more {
	display: none;
}

.gk-search {
	padding-bottom: 10px;
	padding-top: 10px;
}


/*inlusso IMAGE START*/
.inlusso-image-contnt-boxes-form {
	position: relative;
	padding: 20px 0;
	margin: 5px 0;
	display: block !important;
}

.inlusso-image-contnt-boxes-form .inlusso-main-image-pdf-section {
	display: flex;
	/*align-items: center;*/
	justify-content: space-between;
}

.inlusso-image-contnt-boxes-form .inlusso-left-image-section .inlusso-images-form-blocks img {
	width: 100%;
	max-width: 100% !important;
	position: relative;
	margin-top: -72px;
}

.inlusso-image-contnt-boxes-form .inlusso-image-contnt-sect h4 {
	font-size: 30px;
	font-weight: 500;
	line-height: 45px;
	font-family: 'Poppins', sans-serif;
}

.inlusso-image-contnt-sect img {
	width: 100%;
	max-width: 100% !important;
	position: relative;
	border-style: solid;
	border-width: thin;
	height: auto;
	margin-top: 5%;
}

.inlusso-image-contnt-boxes-form .inlusso-image-contnt-sect p {
	background: #bda579;
	color: #000;
	width: 100%;
	max-width: 80%;
	border-radius: 6px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-color: black;
	border-style: solid;
	border-width: thin;
	font-size: 20px;
}

.inlusso-image-contnt-boxes-form .inlusso-image-contnt-sect>p {
	color: black;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	width: 100%;
	max-width: 540px;
	margin-bottom: 35px;
}

.inlusso-image-contnt-boxes-form {
	width: 100vw;
	float: left;
	transform: translateX(-50%);
	margin-left: 50%;
	padding-bottom: 0;
	position: relative;
}

.inlusso-image-contnt-boxes-form:before {
	content: '';
	position: absolute;
	height: 25px;
	width: 100%;
	background: white;
	bottom: 0;
}

.inlusso-image-contnt-boxes-form .inlusso-main-image-pdf-section .inlusso-left-image-section {
	flex: 0 0 45%;
	max-width: 50%;
}

.inlusso-image-contnt-boxes-form .inlusso-main-image-pdf-section .inlusso-right-image-section {
	flex: 0 0 45%;
	max-width: 50%;
}

/*.main-form-sections {*/
/*    height: 529px;*/
/*}*/
@media(max-width:991px) {
	.inlusso-image-contnt-boxes-form .inlusso-main-image-pdf-section .inlusso-left-image-section {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.inlusso-image-contnt-boxes-form .inlusso-main-image-pdf-section {
		flex-direction: column !important
	}

	.inlusso-image-contnt-boxes-form .inlusso-main-image-pdf-section .inlusso-right-image-section {
		flex: 0 0 100%;
		max-width: 100%;
	}

	/*.forms-sections-htmls iframe {*/
	/*	min-height: 500px;*/
	/*}*/
}

@media(max-width:767px) {
	.inlusso-image-contnt-boxes-form .inlusso-main-image-pdf-section {
		flex-direction: column !important
	}
}

/*.inlusso-contnt-boxes-form {display:block !important;}*/
/*17May form Style Close*/
.inlusso-image-contnt-boxes-form::before {
	display: none;
}

.inlusso-image-contnt-boxes-form .inlusso-image-contnt-sect h4 {
	text-align: center;
}

.inlusso-image-contnt-boxes-form .inlusso-image-contnt-sect>p {
	text-align: left;
}

.inlusso-image-contnt-boxes-form .inlusso-image-contnt-sect p {
	background: #eaeaea;
}

.inlusso_image_footer_btn .inlusso_image_free_des_btn a {
	background: #eaeaea;
	color: #000;
	border-radius: 0px;
	padding: 5px 20px;
	margin-left: 7px;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	margin-left: 0;
	display: inline-block;
	border-width: thin;
	border-style: solid;
	margin-bottom: 8%;
}

.inlusso_image_title .inlusso_image_title_des a {
	color: #000;
	border-radius: 0px;
	padding: 5px 20px;
	margin-left: 7px;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	margin-left: 0;
	display: inline-block;
}

.inlusso-image-container {
	max-width: 1200px;
}

.inlusso-image-container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.inlusso-image-container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.inlusso-image-container {
		max-width: 700px;
	}
}

@media (min-width: 992px) {
	.inlusso-image-container {
		max-width: 950px;
	}
}

@media (min-width: 1200px) {
	.inlusso-image-container {
		max-width: 1200px;
	}
}

/*inlusso IMAGE END*/










/* new homepage css */
.homepage-banner-section {
	flex-direction: row-reverse;
}

.homepage-banner-section {
	flex-direction: row-reverse;
	margin: 30px 0px 0px;
	gap: 50px;
}

.homepage-banner-desc * {
	color: #77689f;
}

.homepage-banner-image img.img-fluid {
	border-radius: 40px;
}

.homepage-banner-desc p {
	font-size: 20px;
}

.homepage-banner-desc span h1 {
	font-size: 40px;
	text-transform: uppercase;
	margin: 20px 0px;
}

.homepage-banner-desc span ul {
	list-style: none;
	padding: 0px;
	margin: 20px 0px;
}

.homepage-banner-desc span ul li {
	font-size: 20px;
	font-weight: 400;
}

.homepage-banner-desc a.book-order-btn {
	background-color: #77689f;
	color: #fff;
	font-size: 18px;
	padding: 10px 15px;
	text-decoration: underline;
	font-weight: 900;
	width: fit-content;
	display: flex;
}

.reviews-content-sction .customer-reviews-content .product-review-header ul.order-reviews li i.fa {
	color: #FFC83D;
}

.customer-reviews ul li .fa-star {
	color: #FFC83D;
	font-size: 18px;
}

.customer-reviews {
	display: flex;
	gap: 25px;
	align-items: center;
	margin-top: 20px;
}

.customer-reviews ul {
	display: flex;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.customer-reviews p {
	font-size: 15px;
	margin: 0px;
}

.customer-reviews ul {
	display: flex;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.locations-pages {
	margin: 70px 0px;
}

.locations-pages .image-gallery-title {
	text-align: center;
	font-size: 25px;
	color: #000;
	font-weight: 600;
}

.background-color {
	background-color: #796BA2;
}

.reviews-content-sction {
	justify-content: space-between;
	gap: 50px;
	row-gap: 65px;
}

.reviews-content-sction .customer-reviews-content {
	flex: 0 0 29.33333%;
	max-width: 29.33333%;
	padding: 0px;
	/* border: 1px solid #fff; */
	background-color: #fff;
}

.reviews-content-sction .customer-reviews-content .customer-reviews-min-div {
	padding: 20px 15px 0px;
	background-color: #fff;
	/* margin: 5px; */
	/* height: 271px !important; */
}

.reviews-content-sction .customer-reviews-content .product-review-header {
	display: flex;
	gap: 15px;
}

.reviews-content-sction .customer-reviews-content .product-review-header img.img-fluid {
	max-width: 40px;
	border-radius: 50%;
}

.reviews-content-sction .customer-reviews-content .product-review-header span.review-other {
	font-size: 17px;
	color: blue;
	font-weight: 600;
}

.reviews-content-sction .customer-reviews-content .product-review-header ul.order-reviews {
	list-style: none;
	padding: 0px;
	display: flex;
	margin: 0px;
}

.reviews-content-sction .customer-reviews-content .product-review-desc {
	margin: 30px 0px;
	color: #77689f;
	font-size: 16px;
	text-align: center;
}

.min-sction-reviews .customer-reviews-title {
	font-size: 43px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 30px;
}

.min-sction-reviews {
	padding: 50px 15px;
}

.reviews-content-sction .customer-reviews-content .product-review-desc p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	margin: 0px;
}

.Homeowners-choose-sction .Homeowners-choose-title, .Our-Process-sction .Our-Process-title, .costomer-question-sction .costomer-question-title, .contact-location .contact-location-title {
	font-size: 43px;
	color: #7668a0;
	text-transform: capitalize;
	text-align: center;
	margin: 0px;
	padding-bottom: 50px;
	font-weight: 600;
}

.Homeowners-choose-sction .Homeowners-choose-div span {
	font-size: 25px;
	color: #000;
	font-weight: 600;
	text-align: center;
	margin: 30px 0px;
	display: flex;
	line-height: 1.1;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 83px;
}

.Homeowners-choose-sction .Homeowners-choose-div p {
	margin: 0px;
	text-align: center;
	font-size: 21px;
	color: #000;
	line-height: 1.1;
}

.Homeowners-choose-sction .Homeowners-choose-div {
	max-width: 250px;
}

.Homeowners-choose-sction .Homeowners-choose-div img.img-fluid {
	display: flex;
	margin: 0 auto;
	max-height: 130px;
	width: auto;
}

.Homeowners-choose-sction {
	padding: 50px 0px 80px 0px;
}

.Our-Process-sction {
	margin-bottom: 90px;
}

.Our-Process-sction .Our-Process-div {
	text-align: center;
}

.Our-Process-sction .Our-Process-div img.img-fluid {
	display: flex;
	margin: 0 auto 30px auto;
	border-radius: 50%;
}

.Our-Process-sction .Our-Process-div span {
	font-size: 27px;
	line-height: 1.1;
	display: inline-block;
	color: #000;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
	height: 60px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.Our-Process-sction .Our-Process-div p {
	margin: 0px;
	text-align: center;
	display: flex;
	justify-content: center;
	color: #000;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.1;
}

.costomer-question-sction .costomer-question-list li .fa-circle {
	color: #16C60C;
	/* border: 1px solid #000; */
	border-radius: 50%;
}

.costomer-question-sction .costomer-question-list li p {
	color: #7668a0;
	margin: 7px 0px;
	font-size: 17px;
}

.costomer-question-sction {
	margin-bottom: 50px;
}

.costomer-question-sction .costomer-question-list ul {
	list-style: none;
	padding: 0px;
}

.contnt-boxes-form .main-pdf-section {
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
	padding: 20px 0px;
	background: #d9d9d9;
}

.content-box {
	margin: 100px 0px 0px 0px;
}

form#form3 {
	padding-bottom: 0px;
}

.contnt-boxes-form .main-pdf-section .right-form-section {
	padding-right: 50px;
}

.contact-location .Contactus-form iframe {
	width: 100%;
	border: 0px;
	height: 430px;
}

.contact-location p a {
	color: #7668a0;
}

.contact-location p {
	font-size: 19px;
}

@media (max-width:1199.98px) {
	.homepage-banner-desc span h1 {
		font-size: 35px;
	}

	.locations-pages {
		margin: 50px 0px;
	}

	.Homeowners-choose-sction {
		padding: 50px 0px;
	}

	.Our-Process-sction {
		margin-bottom: 50px;
	}

	.reviews-content-sction .customer-reviews-content {
		flex: 0 0 30.33333%;
		max-width: 30.33333%;
	}

	.reviews-content-sction {
		gap: 30px;
		row-gap: 40px;
	}
}

@media (max-width:991.98px) {
	.homepage-banner-image {
		display: flex;
		justify-content: center;
	}

	.homepage-banner-section {
		gap: 25px;
		flex-direction: column;
	}

	.homepage-banner-desc p {
		font-size: 18px;
	}

	.homepage-banner-desc span h1 {
		font-size: 30px;
	}

	.reviews-content-sction .customer-reviews-content .customer-reviews-min-div {
		padding: 15px 15px 0px;
		/* height: 357px !important; */
	}

	.reviews-content-sction .customer-reviews-content .product-review-desc {
		margin: 15px 0px;
	}

	.reviews-content-sction .customer-reviews-content .product-review-header {
		gap: 10px;
	}

	.reviews-content-sction .customer-reviews-content .product-review-desc p {
		-webkit-line-clamp: 11;
	}

	.Homeowners-choose-sction .Homeowners-choose-title, .Our-Process-sction .Our-Process-title, .costomer-question-sction .costomer-question-title, .contact-location .contact-location-title {
		font-size: 35px;
	}

	.Homeowners-choose-sction .Homeowners-choose-div {
		max-width: 200px;
	}

	.Homeowners-choose-sction .Homeowners-choose-div img.img-fluid {
		max-height: 150px;
		width: auto;
	}

	.Homeowners-choose-sction .Homeowners-choose-div span {
		font-size: 23px;
		margin: 25px 0px;
		height: 75px;
	}

	.Homeowners-choose-sction .Homeowners-choose-div p {
		font-size: 18px;
	}

	.Our-Process-content .Our-Process-div {
		padding: 0px;
		flex: 0 0 47%;
		max-width: 47%;
	}

	.Our-Process-sction .Our-Process-content {
		gap: 40px;
	}

	.Our-Process-sction .Our-Process-div span {
		font-size: 23px;
		height: 50px;
	}

	.contnt-boxes-form .left-form-section .images-form-blocks img {
		margin-bottom: -53px !important;
	}

	.contnt-boxes-form .main-pdf-section {
		padding: 0px;
	}

	.contnt-boxes-form .main-pdf-section .right-form-section {
		padding: 0px 20px;
	}

	.min-sction-reviews .customer-reviews-title {
		font-size: 35px;
	}

	.reviews-content-sction {
		gap: 30px;
	}
}

@media (max-width:767.98px) {
	.locations-pages {
		margin: 30px 0px;
	}

	.min-sction-reviews {
		padding: 30px 15px;
	}

	.reviews-content-sction .customer-reviews-content {
		flex: 0 0 47.9999%;
		max-width: 47.9999%;
	}

	.reviews-content-sction {
		gap: 20px;
	}

	.reviews-content-sction .customer-reviews-content .customer-reviews-min-div {
		/* height: 310px !important; */
	}

	.reviews-content-sction .customer-reviews-content .product-review-desc p {
		-webkit-line-clamp: 9;
	}

	.Homeowners-choose-sction {
		padding: 30px 0px 50px 0px;
	}

	.Homeowners-choose-sction .Homeowners-choose-title, .Our-Process-sction .Our-Process-title, .costomer-question-sction .costomer-question-title, .contact-location .contact-location-title {
		font-size: 30px;
		line-height: 1.1;
		padding-bottom: 30px;
	}

	.Homeowners-choose-sction .Homeowners-choose-div {
		max-width: 48%;
		flex: 0 0 48%;
	}

	.Homeowners-choose-content {
		flex-wrap: wrap;
		gap: 20px;
		row-gap: 40px;
	}

	.Homeowners-choose-sction .Homeowners-choose-div span {
		height: 50px;
		margin: 15px 0px;
	}

	.Our-Process-sction {
		margin-bottom: 50px;
	}

	.content-box {
		margin: 70px 0px 0px 0px;
	}

	.contnt-boxes-form .left-form-section .images-form-blocks img {
		margin-bottom: -50px !important;
		top: -50px;
	}

	.contnt-boxes-form .main-pdf-section .right-form-section {
		margin-top: 30px;
	}

	.contnt-boxes-form .contnt-sect h4 {
		font-size: 30px;
	}

	.contnt-boxes-form {
		margin: 33px 0;
	}

	.homepage-banner-desc span ul li {
		font-size: 18px;
	}

	.min-sction-reviews .customer-reviews-title {
		font-size: 30px;
		line-height: 1.1;
	}

	.Homeowners-choose-sction .Homeowners-choose-div img.img-fluid {
		max-height: 100px;
	}

	.locations-pages .gallery-imgss .galls-imgs {
		width: calc(100% / 2 - 7px);
	}

	.Our-Process-content .Our-Process-div {
		flex: 0 0 46%;
		max-width: 46%;
	}

	.contact-location .Contactus-form iframe {
		height: 650px;
	}

	.contact-location {
		margin: 30px 0px 10px 0px;
	}

	.contact-location p {
		font-size: 17px;
	}
}

@media (max-width:575.98px) {
	.min-sction-reviews {
		padding: 30px 15px;
	}

	.reviews-content-sction .customer-reviews-content {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.reviews-content-sction {
		gap: 20px;
	}

	.reviews-content-sction .customer-reviews-content .customer-reviews-min-div {
		/* height: auto !important; */
		padding: 15px;
	}

	.reviews-content-sction .customer-reviews-content .product-review-desc {
		margin: 15px 0px 0px 0px;
	}

	.reviews-content-sction .customer-reviews-content .product-review-desc p {
		-webkit-line-clamp: unset;
		overflow: unset;
	}

	.Homeowners-choose-sction .Homeowners-choose-div {
		max-width: 100%;
		flex: 0 0 100%;
	}

	/* .Homeowners-choose-sction .Homeowners-choose-div img.img-fluid {
		max-height: 100%;
		width: auto;
	} */
	.Homeowners-choose-sction .Homeowners-choose-div span {
		height: auto;
	}

	.Our-Process-content .Our-Process-div {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.Our-Process-sction .Our-Process-div span {
		height: auto;
	}

	.contnt-boxes-form .contnt-sect h4 {
		font-size: 22px;
		line-height: 1.1;
	}

	.homepage-banner-desc a.book-order-btn {
		font-size: 16px;
	}

	.homepage-banner-desc span ul li {
		font-size: 16px;
	}

	.customer-reviews {
		gap: 0px;
		align-items: flex-start;
		flex-direction: column;
	}

	.locations-pages .gallery-imgss .galls-imgs {
		width: 100%;
	}

	.contact-location p {
		font-size: 15px;
	}
}

.contact-location {
	margin: 50px 0px 30px 0px;
}







/* 21 may 26 home new page css */
/* banner css */

:root {
	--white: #ffffff;
	--gray-darkd9: #D9D9D9;
	--black: #000000;
	--purple-color: #8668C1;
	--poppin-font: "Poppins", sans-serif;
}

body#n_home {
	font-family: var(--poppin-font);
}

section.hero-premium-zone {
	position: relative;
}

.image-banner-home img {
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.hero-premium-container {
	position: absolute;
	top: 50%;
	max-width: 1095px;
	padding: 0 15px;
	margin-inline: auto;
	width: 100%;
	left: 50%;
	transform: translate(-50%, -59%);
	-webkit-transform: translate(-50%, -59%);
	-moz-transform: translate(-50%, -59%);
	-ms-transform: translate(-50%, -59%);
	-o-transform: translate(-50%, -59%);
}

.hero-premium-buttons .btn-global.fill {
	max-width: 331px;
	width: 100%;
	background-color: #8668C1C4;
}

.hero-premium-buttons .not-fill {
	max-width: 367px;
	width: 100%;
}

.hero-premium-buttons .btn-global svg {
	width: 37px;
}

.btn-global {
	padding: 3px 20px;
	display: flex;
	color: var(--white) !important;
	font-size: 20px;
	font-family: 'Teko';
	align-items: center;
	line-height: initial;
	gap: 15px;
	justify-content: space-between;
	max-width: max-content;
	min-height: 49px;
	font-weight: 400;
	border-radius: 5px;
	text-decoration: none !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.btn-global svg {
	width: 20px;
	height: 15px;
}

.btn-global svg path {
	stroke: var(--white);
}

.btn-global:hover {
	opacity: 0.8;
}

.btn-global.fill {
	background-color: var(--purple-color);
}


body#n_home h2 {
	font-size: 36px;
	color: var(--black);
	line-height: 134%;
	text-align: center;
	font-weight: 400;
}

body#n_home .container {
	max-width: 1274px;
	width: 100%;
	margin-inline: auto;
}

.btn-global.not-fill {
	border: 1px solid var(--white);
}

.hero-premium-buttons .btn-global {
	min-height: 88px;
	font-size: 32px;
}

h1.hero-premium-title {
	font-size: 96px;
	color: var(--white);
	margin: 0;
	line-height: 92%;
	font-weight: 400;
	font-family: 'Teko';
	text-transform: uppercase;
}

h1.hero-premium-title span {
	display: block;
}

h1.hero-premium-title .text-purple-heading {
	color: var(--purple-color);
}

.hero-premium-container p {
	font-size: 24px;
	color: var(--white);
	line-height: 1.34;
	max-width: 567px;
	font-family: 'Poppins';
	margin: 10px 0px 45px 0;
}

.hero-premium-buttons {
	display: flex;
	max-width: 765px;
	gap: 15px;
	justify-content: space-between;
}



/*banner-below-slider */

body#n_home .banner-below-slider-image-container {
	max-height: 64vh;
	aspect-ratio: 1/1;
}

main.banner-below-slider-wrapper .banner-below-slider-container {
	max-width: 1092px;
	width: 100%;
}

main.banner-below-slider-wrapper .banner-below-slider-container .banner-below-slider-image-container {
	max-width: 100% !important;
	width: 100%;
}

.banner-below-slider-container {
	grid-template-columns: 1fr;
}

.from-cluttered-to-considered .inner-content-of-considered {
	max-width: 712px;
	margin-inline: auto;
	text-align: center;
}

section.from-cluttered-to-considered a.btn-global.fill {
	margin: 0 auto;
	background-color: #000;
}

.from-cluttered-to-considered h3 {
	font-size: 36px;
	font-weight: 400;
	color: var(--black);
	line-height: 1.2;
	margin-bottom: 16px;
}

.from-cluttered-to-considered p {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	color: var(--black);
	line-height: 134%;
	margin-bottom: 30px;
}


/* after before slider css */
body#n_home .banner-below-slider-wrapper {
	min-height: unset;
}

body#n_home main.banner-below-slider-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 20px;
}

body#n_home .banner-below-slider-container {
	position: relative;
	min-height: 520px;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

body#n_home .banner-below-slider-image-container {
	position: relative;
	width: 100%;
	height: 100%;
}

body#n_home .banner-below-slider-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	user-select: none;
	pointer-events: none;
}

body#n_home .banner-below-slider-image-after {
	z-index: 1;
}

body#n_home .banner-below-slider-image-before {
	z-index: 2;
	filter: grayscale(100%);
	clip-path: inset(0 calc(100% - var(--position)) 0 0);
	-webkit-filter: grayscale(100%);
}

body#n_home .banner-below-slider-input {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: ew-resize;
	z-index: 10;
}

body#n_home .banner-below-slider-line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: var(--position);
	width: 2px;
	background: #fff;
	transform: translateX(-50%);
	z-index: 5;
}

body#n_home .banner-below-slider-button {
	position: absolute;
	top: 50%;
	left: var(--position);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: white;
	color: black;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 6;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.banner-below-slider-wrapper .common-class span {
	background: var(--black);
	display: flex;
	z-index: 2;
	position: absolute;
	color: var(--white);
	justify-content: center;
	align-items: center;
	padding: 15px;
	left: 14px;
	top: 14px;
	font-weight: 400;
	font-size: 16px;
	border-radius: 5px;
	text-transform: uppercase;
}

.banner-below-slider-wrapper .common-class.right span {
	right: 14px;
	left: auto;
}


body#n_home .banner-below-slider-button span {
	position: absolute;
	bottom: -100px;
	min-width: 190px;
	display: flex;
	background-color: var(--black);
	color: var(--white);
	justify-content: center;
	align-items: center;
	padding: 6px 10px;
	font-size: 14px;
	border-radius: 10px;
}



/* after before slider css exit*/



/* audience-section */
.audience-section .audience-img-wrapper a {
	display: block;
	position: relative;
	padding-bottom: 83%;
	overflow: hidden;
}

.audience-section .audience-img-wrapper a img {
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.audience-section {
	padding: 109px 0 55px;
}

.audience-section .audience-card:hover a img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.audience-section h2 {
	margin: 0 0 53px;
	border-top: 1px solid var(--black);
	padding-top: 64px;
}

.audience-section .row {
	margin: 0;
	gap: 46px;
}

.audience-section .row>div {
	padding: 0;
	max-width: calc(100% / 3 - 31px);
	flex: calc(100% / 3 - 31px);
}

.audience-section .audience-content {
	text-align: center;
	padding: 20px;
	background-color: var(--gray-darkd9);
	flex: 1;
}

.audience-section .audience-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.audience-section .audience-content h3 {
	font-size: 24px;
	color: var(--black);
	font-weight: 500;
	line-height: 134%;
	margin-bottom: 0;
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 15px;
}

.audience-section .audience-content h3:after {
	content: "";
	max-width: 92px;
	height: 2px;
	background-color: var(--purple-color);
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0px);
}


.audience-section span {
	font-size: 13px;
	font-weight: 700;
	color: var(--black);
	display: block;
	line-height: 134%;
	margin-bottom: 18px;
}

.audience-section p {
	font-size: 14px;
	font-weight: 500;
	line-height: 134%;
	color: var(--black);
	margin: 0 0 15px;
}

a.audience-card-link {
	font-size: 14px;
	font-weight: 500;
	display: block;
	color: var(--black);
	text-decoration: underline;
}


/* rocess-flow-section */
section.process-flow-section {
	background-color: var(--black);
	border-radius: 20px;
	color: var(--white);
	text-align: center;
	padding: 90px 0;
}

section.process-flow-section h2 {
	color: var(--white) !important;
	margin-bottom: 50px;
}

.process-flow-section .row {
	margin: 0;
	gap: 46px;
}

.process-flow-section .row>div {
	max-width: calc(100% / 3 - 31px);
	flex: calc(100% / 3 - 31px);
	padding: 0;
}

.process-flow-section .process-flow-img-wrapper {
	position: relative;
	padding-bottom: 83%;
	overflow: hidden;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.process-flow-section .process-flow-img-wrapper img {
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.process-flow-section .process-flow-item:hover .process-flow-img-wrapper img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.process-flow-section h3 {
	font-size: 32px;
	font-weight: 500;
	line-height: 134%;
	margin: 38px auto 22px;
	position: relative;
	max-width: max-content;
	padding-bottom: 15px;
}

.process-flow-section h3:after {
	content: "";
	width: 92px;
	height: 2px;
	background-color: var(--purple-color);
	position: absolute;
	bottom: 0;
	right: 0;
}

.process-flow-section .process-flow-desc {
	font-size: 15px;
	line-height: 134%;
	color: var(--white);
}


/* video sec */
.real-life-section .container {
	max-width: 1110px !important;
}

.real-life-section {
	padding: 48px 0 164px;
}

.real-life-section h2.real-life-title {
	margin-bottom: 30px;
}

.real-life-section .rl-video-container {
	position: relative;
	padding-bottom: 33%;
	margin-bottom: 72px;
}

.real-life-section iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: unset;
}

.real-life-section .row {
	margin: 0;
	gap: 14px;
}

.real-life-section .row>div {
	padding: 0;
	max-width: calc(100% / 4 - 11px);
}

.real-life-section a {
	display: block;
	text-decoration: none;

}

.real-life-section .rl-img-wrapper {
	position: relative;
	padding-bottom: 82%;
	object-fit: cover;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.real-life-section .rl-img-wrapper img {
	width: 100%;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.real-life-section .rl-card:hover .rl-img-wrapper img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.real-life-section h4.rl-card-title {
	text-align: center;
	margin: 24px 0 0;
	font-size: 16px;
	font-weight: 700;
	color: var(--black);
	line-height: 134%;
	text-transform: uppercase;
}

.real-life-section .container {
	max-width: 1110px !important;
}

/* transform-section */

section.transform-section {
	background-color: var(--black);
	border-radius: 20px;
	padding: 70px 0;
}

section.transform-section .container {
	max-width: 1326px !important;
}

section.transform-section .transform-wrapper {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
}

section.transform-section h3 {
	color: var(--white);
	font-size: 64px;
	font-family: 'Teko';
	font-weight: 400;
	line-height: 92%;
	margin-bottom: 0;
}

.transform-section .transform-desc {
	font-size: 20px;
	color: var(--white);
	line-height: 134%;
	font-weight: 400;
}

section.transform-section .transform-buttons {
	display: flex;
	gap: 28px;
	width: 42%;
	justify-content: flex-end;
}

section.transform-section .transform-wrapper .btn-global {
	font-size: 24px;
	min-height: 61px;
}

section.transform-section .transform-wrapper .btn-global svg {
	width: 25px;
}

section.transform-section .transform-buttons .fill {
	max-width: 232px;
	width: 100%;
	background-color: #8668C1C4;
}

section.transform-section .transform-buttons .not-fill {
	max-width: max-content;
	width: 100%;
}

section.transform-section .transform-wrapper .transform-content {
	width: 55%;
}



/* system-section css */
.system-section {
	padding: 137px 0 158px;
}

.system-section .system-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.system-section .system-wrapper .system-gallery {
	width: 55%;
	padding-right: 14px;
}

.system-section .system-wrapper .system-content {
	width: 45%;
}

.system-section .system-wrapper .system-gallery .gallery-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 3px;
}

.system-section .system-wrapper .system-gallery .gallery-grid .gallery-item {
	width: calc(100% / 2 - 2px);
}

.system-section .system-wrapper .system-gallery .gallery-grid .gallery-item img {
	width: 100%;
}

.system-section .system-wrapper h2 {
	text-align: start !important;
	margin-bottom: 18px;
}

.system-section .system-wrapper p {
	font-size: 16px;
	font-weight: 500;
	color: var(--black);
	max-width: 490px;
	margin: 0 0 20px;
}

.system-features {
	margin-top: 40px;
	max-width: 382px;
	width: 100%;
}

.system-section .system-wrapper .system-content .feature-item {
	border-bottom: 1px solid var(--gray-darkd9);
	padding-bottom: 23px;
	display: flex;
	gap: 20px;
	align-items: center;
}

.system-section .system-wrapper .system-content .feature-item:not(:last-child) {
	margin-bottom: 23px;
}

.system-section .system-wrapper .system-content .feature-item span {
	font-size: 16px;
	color: var(--black);
	line-height: 134%;
}



/* place-section css */
section.place-section {
	background-color: var(--black);
	padding: 70px 0;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.place-section h2.place-title {
	color: var(--white) !important;
	margin-bottom: 40px;
}

.place-section .row.place-row {
	margin: 0;
	gap: 24px;
}

.place-section .row.place-row>div {
	padding: 0;
	border: 1px solid hsl(0deg 0% 100% / 36%);
	box-shadow: 0 4px 4px 0 #8668C1BF;
	border-radius: 10px;
	max-width: calc(100% / 5 - 20px);
	flex: calc(100% / 5 - 20px);
}


.place-section .row.place-row .place-card {
	text-align: center;
}

.place-section .place-img a {
	display: block;
	padding: 24px;
}

.place-section a img {
	width: 100%;
	object-fit: contain;
	height: auto;
	height: 250px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.place-section .row.place-row .place-card h3 {
	font-size: 20px;
	margin: 0;
	color: var(--white);
	font-weight: 400;
}

.place-content {
	padding: 10px 10px 25px;
}

.place-section .place-btn-wrap {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

.place-section .place-btn-wrap a.fill {
	max-width: 186px;
	width: 100%;
	padding-top: 8px;
}

.place-section .place-btn-wrap a.fill svg {
	width: 20px;
}

.place-section .row.place-row>div:hover a img {
	transform: translateY(-10px);
}



/* garage-results-section */
.garage-results-section {
	padding: 65px 0 42px;
	text-align: center;
}

.garage-results-section .garage-results-wrapper {
	text-align: center;
	max-width: 534px;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.garage-results-section h2.garage-results-title {
	margin-bottom: 0;
}

.garage-results-section .garage-results-desc {
	margin: 30px 0 20px;
}




/* garage-gallery-section css*/
section.garage-gallery-section {
	padding-bottom: 88px;
}

.garage-gallery-grid {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.garage-gallery-grid .garage-gallery-item {
	width: calc(100% / 3 - 7px);
}

.garage-gallery-grid .garage-gallery-item a {
	display: block;
	position: relative;
	padding-bottom: 72%;
	object-fit: cover;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.garage-gallery-grid .garage-gallery-item a img {
	width: 100%;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.garage-gallery-grid .garage-gallery-item a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

/* testamonial-section css */
.homepage.testamonial-section {
	background-color: var(--black);
	border-radius: 20px;
	color: var(--white);
	padding: 27px 0 0;
}

.homepage.testamonial-section .slick-list.draggable {
	padding: 30px 0 56px;
	margin-inline: -16px;
	display: flex;
}

.homepage.testamonial-section .slick-list.draggable .slick-track {
	display: flex;
}

.homepage.testamonial-section .reviews-slider {
	margin-bottom: 0;
}

.reviews-heading p {
	font-size: 16px !important;
}

.homepage.testamonial-section article {
	margin-inline: 16px;
	border: 1px solid #FFFFFF5C;
	border-radius: 10px;
	padding: 26px;
	box-shadow: 0 4px 4px 0 #8668C1BF;
	height: 100%;
}

.homepage.testamonial-section ul.slick-dots {
	bottom: 14px;
	display: flex;
	justify-content: center;
	gap: 7px;
}

.homepage.testamonial-section ul.slick-dots li {
	margin: 0;
	width: auto;
	height: auto;
}

.homepage.testamonial-section ul.slick-dots li button {
	border-radius: 30px;
	padding: 0;
	width: 13px;
	height: 13px;
	background-color: var(--white);
}

.homepage.testamonial-section ul.slick-dots li button::before {
	display: none;
}

.homepage.testamonial-section ul.slick-dots li.slick-active button {
	background-color: var(--purple-color);
}

.homepage.testamonial-section .quote-icon {
	margin-bottom: 22px;
}

.homepage.testamonial-section p {
	margin: 0;
	font-size: 15px;
	line-height: 161%;
	color: var(--white);
	font-weight: 400;
}

section.more-storage-section {
	padding: 62px 0;
}

section.more-storage-section .more-storage-wrapper {
	text-align: center;
	max-width: 520px;
	margin-inline: auto;
}

section.more-storage-section .more-storage-wrapper p {
	margin: 0;
	font-size: 16px;
	line-height: 134%;
	color: var(--black)
}

section.more-storage-section .more-storage-wrapper p:not(last-child) {
	margin-bottom: 20px;
}

section.more-storage-section h2.more-storage-title {
	margin-bottom: 20px;
}


/* better-garage-section css  */
section.better-garage-section {
	padding: 50px 0;
	background-color: var(--black);
	border-radius: 10px;
	color: var(--white);
	margin-bottom: 18px;
}

section.better-garage-section .better-garage-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}

section.better-garage-section .better-garage-wrapper h2.better-garage-title {
	color: var(--white) !important;
	text-align: start !important;
	margin: 0 0 10px;
}

section.better-garage-section .better-garage-wrapper .better-garage-desc {
	font-size: 24px;
	font-weight: 400;
}


/* contact-location css */

body#n_home .contact-location .Contactus-form {
	position: relative;
	padding-bottom: 55%;
}

body#n_home .contact-location .Contactus-form iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* zip-pay-section css */
section.zip-pay-section .container {
	max-width: 1322px !important;
}

section.zip-pay-section .container .zip-pay-wrapper {
	background-color: #1E1E1E;
	border-radius: 10px;
	border: 4px solid #5A05FF;
	color: var(--white);
	padding: 23px 20px;
	gap: 15px;
}

.zip-pay-wrapper {
	display: flex;
}

.zip-pay-wrapper .zip-pay-features {
	display: flex;
	gap: 15px;
	flex: 1;
	justify-content: space-between;
}

.zip-pay-wrapper .zip-pay-features .zip-feature-item {
	text-align: center;
	display: flex;
	flex-direction: column;
}

section.zip-pay-section .container .zip-pay-wrapper h2.zip-pay-title {
	color: var(--white) !important;
	text-align: start !important;
}

section.zip-pay-section .container .zip-pay-wrapper h2.zip-pay-title span {
	color: var(--purple-color);
}

.zip-pay-wrapper .zip-pay-features .zip-icon img {
	height: 39px;
	width: auto;
}

.zip-pay-wrapper .zip-pay-features .zip-feature-item .zip-feature-text {
	margin-top: auto;
	font-size: 15px;
	padding-top: 25px;
}

section.zip-pay-section .container .zip-pay-wrapper .zip-logo {
	margin-top: auto;
	width: 13%;
	display: flex;
	justify-content: flex-end;
}

section.zip-pay-section .container .zip-pay-wrapper .zip-pay-left {
	width: 42%;
}

section.zip-pay-section {
	padding: 50px 0;
}





/* better-plan-section css */
section.better-plan-section {
	position: relative;
	padding: 50px 0;
	min-height: 458px;
	display: flex;
	align-items: center;
}

section.better-plan-section .better-plan-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section.better-plan-section .better-plan-bg img {
	width: 100%;
	height: 100%;
}

section.better-plan-section .container {
	z-index: 2;
	position: relative;
}

section.better-plan-section .better-plan-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}

section.better-plan-section .better-plan-content h2.better-plan-title {
	color: var(--white) !important;
	text-align: start !important;
}

section.better-plan-section .better-plan-desc {
	color: var(--white);
	font-size: 24px;
	max-width: 454px;
	margin: 20px 0 30px;
}

section.better-plan-section .better-plan-right {
	max-width: max-content;
	text-align: right;
}

section.better-plan-section .better-plan-right a {
	color: var(--white);
	font-size: 24px;
	line-height: 134%;
	text-decoration: unset !important;
}

section.better-plan-section .better-plan-right span.contact-icon {
	display: flex;
	justify-content: end;
	gap: 11px;
	margin-bottom: 10px;
}


/* ==== new css add home page new section  start =====*/
.third-section {
    background: #EFEFEF;
    padding: 38px 0px 53px;
    border-radius: 20px;
    margin-top: 57px;
}
.third-section section.section.container small {
    font-weight: 500;
    font-size: 24px;
    line-height: 134%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    display: block;
    padding-bottom: 22px;
    margin-bottom: 22px;
    position: relative;
    color: #8668C1;
}
 
.third-section section.section.container small:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background: #8668C1;
    max-width: 131px;
}
 
.third-section section.section.container h2 {
    margin: 0 0 22px;
}

 
.third-section section.section.container p.description {
    max-width: 712px;
    margin: 0 auto 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 134%;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
}
.third-section section.section.container .features {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    padding: 30px 0px 0px;
}
.third-section section.section.container .features .feature:not(:last-child) {
    border-right: 1px solid #D9D9D9;
}
.third-section section.section.container .features .feature {
    padding: 0 15px;
}
.third-section section.section.container .features .feature .icon {
    max-height: 86px;
    margin-bottom: 16px;
}
.third-section section.section.container .features .feature .icon svg {
    width: 86px;
    height: 86px;
}
.third-section section.section.container .features .feature h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 134%;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 22px;
    min-height: 62.5px;
}
.third-section section.section.container .features .feature h3:after {
    content : "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background: #8668C1;
    max-width: 67px;
}
.third-section section.section.container .features .feature>p {
    font-weight: 500;
    font-size: 13px;
    line-height: 134%;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
    padding: 0 13px;
}
section.audience-section h2.audience-main-title {
    padding-top: 0;
    border: 0;
}
section.audience-section  .audience-card .audience-content a.audience-card-link {
    display: none;
}
section.process-flow-section {
    background: #1E1E1E;
}
section.process-flow-section h2.color-text {
    font-weight: 500;
    font-size: 24px !important;
    line-height: 134%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #8668C1 !important;
    position: relative;
    margin: 0 0 30px;
    padding-bottom: 24px;
}
section.process-flow-section h2.color-text:after {
        content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
        background: #fff;
    max-width: 131px
}
section.process-flow-section .container>p {
    margin: 0 auto 60px;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0%;
    text-align: center;
    max-width: 490px;
}
section.process-flow-section .container h2.process-flow-main-title {
    margin: 0 0 30px;
}
section.process-flow-section .row .process-flow-item h3.process-flow-title::after {
    left: 50%;
    right: unset;
    transform: translateX(-50%);
}
section.system-section .system-wrapper .system-content {
    width: 100%;
    max-width: 422px;
    margin-left: auto;
}
 
.Garage-transformation-section {
    padding: 54px 0px 100px;
    background: #EFEFEF;
    border-radius: 20px;
}
 
.Garage-transformation-section .subtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 134%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    display: block;
    padding-bottom: 43px;
    margin-bottom: 32px;
    position: relative;
    color: #8668C1;
}
 
.Garage-transformation-section .subtitle:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    max-width: 131px;
}
 
.Garage-transformation-section .title {
    font-size: 36px;
    color: var(--black);
    line-height: 134%;
    text-align: center;
    font-weight: 400;
    margin-bottom: 40px;
}
 
.Garage-transformation-section .desc {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 134%;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
    max-width: 490px;
    margin: 0 auto 80px;
}
 
.Garage-transformation-section .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
 
.Garage-transformation-section .grid .card {
    background: transparent;
    border: 0;
}
 
.Garage-transformation-section .grid .card .step {
    display: flex;
    justify-content: center;
    padding: 20px 0px 0;
    gap: 21px;
    align-items: flex-start;
}
 
.Garage-transformation-section .grid .card .step .num {
    font-weight: 400;
    font-size: 48px;
    line-height: 134%;
    letter-spacing: 0%;
    color: #8668C1;
}
 
.Garage-transformation-section .grid .card .step>div:last-child {
    max-width: 233px;
}
 
.Garage-transformation-section .grid .card .step>div:last-child h3 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 24px;
    line-height: 134%;
    letter-spacing: 0%;
    color: #000000;
}
 
.Garage-transformation-section .grid .card .step>div:last-child p {
    font-weight: 400;
    font-size: 13px;
    line-height: 134%;
    letter-spacing: 0%;
    color: #000000;
}
section.better-plan-section .better-plan-bg {
    max-height: 400px;
}
section.better-plan-section .better-plan-content a.better-plan-btn.btn-global.fill {
    display: none;
}
section.more-storage-section .more-storage-wrapper {
    max-width: 820px;
}
 
section.more-storage-section .more-storage-wrapper .more-storage-content {
    max-width: 584px;
    margin: 0 auto;
}
 
.guide-section {
    padding: 0px 0px 40px;
}
.guide-section section.guide-section.container .container {
    background: #EFEFEF;
    padding: 0;
    border-radius: 20px;
    display: grid;
    max-width: 100% !important;
    grid-template-columns: 1fr 1fr;
}
.guide-section section.guide-section.container {
    max-width: 1440px !important;
    width: 100%;
}
.guide-section section.guide-section.container .container .right {
    max-width: 473px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: left;
}
.guide-section section.guide-section.container .container .right h2 {
    text-align: left !important;
    font-weight: 600 !important;
    max-width: 300px;
    margin-bottom: 40px;
}
 
.guide-section section.guide-section.container .container .right p {
    font-weight: 500;
    font-size: 16px;
    line-height: 161%;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 50px;
}
 
.guide-section section.guide-section.container .container .right p:nth-child(3) {
    margin-bottom: 40px;
    padding-bottom: 30px;
    position: relative;
}
 
.guide-section section.guide-section.container .container .right p:nth-child(3):after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    left: 0;
    background: #8668C1;
    max-width: 78px;
}
 
.guide-section section.guide-section.container .container .right a.btn {
    padding: 3px 20px;
    display: flex;
    color: var(--white) !important;
    font-size: 20px;
    font-family: 'Teko';
    align-items: center;
    line-height: initial;
    gap: 15px;
    justify-content: space-between;
    max-width: max-content;
    min-height: 49px;
    font-weight: 400;
    border-radius: 5px;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    background: #8668C1;
}
.guide-section section.guide-section.container .container .left img {
    width: 100%;
}
/* ==== new css add home page new section  end =====*/
@media (max-width:1410px) {
	li.nav-item.d-none.d-md-flex.free_des_btn a {
		font-size: 16px;
		padding-inline: 12px !important;

	}
}

@media (max-width:1365px) {
	section.transform-section .transform-buttons {
		width: 46%;
	}

	section.transform-section .transform-wrapper .transform-content {
		width: 52%;
	}

	.real-life-section {
		padding: 48px 0 100px;
	}

	.system-section {
		padding: 100px 0 100px;
	}

	body#n_home h2 {
		font-size: 34px;
	}

	section.transform-section h3 {
		font-size: 54px;
	}
	    section.system-section .system-wrapper .system-content {
    max-width: 482px;
}
.guide-section section.guide-section.container .container .right {
    max-width: 523px;
    padding: 30px 0px;
}
.Garage-transformation-section .subtitle {
    padding-bottom: 24px;
    margin-bottom: 30px;
}
.guide-section section.guide-section.container .container .right p {
    margin-bottom: 30px;
}
.guide-section section.guide-section.container .container .right p:nth-child(3) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.guide-section section.guide-section.container .container .right h2 {
    margin-bottom: 20px;
}
}

@media (max-width:1200px) {
	li.nav-item.d-none.d-md-flex.free_des_btn a {
		font-size: 16px;

	}

	li.nav-item.d-none.d-md-flex.free_des_btn a {
		padding: 8px 12px !important;
	}

	.audience-section .row, .process-flow-section .row {
		gap: 20px;
	}

	.audience-section .row>div, .process-flow-section .row>div {
		max-width: calc(100% / 3 - 14px);
		flex: calc(100% / 3 - 14px);
	}

	.process-flow-section .row {
		gap: 20px;
	}

	.process-flow-section h3 {
		font-size: 25px;
		margin: 28px auto 16px;
	}

	.process-flow-section h3:after {
		width: 80px;
	}

	section.transform-section h3 {
		font-size: 46px;
	}

	section.transform-section .transform-wrapper .btn-global {
		font-size: 20px;
		min-height: 51px;
	}

	section.transform-section .transform-buttons {
		gap: 12px;
		width: 48%;
	}

	.btn-global {
		padding: 3px 12px;
	}

	.place-section .row.place-row {
		gap: 12px;
	}

	.place-section .row.place-row>div {
		max-width: calc(100% / 5 - 10px);
		flex: calc(100% / 5 - 10px);

	}

	section.more-storage-section {
		padding: 50px 0;
	}

	section.zip-pay-section {
		padding: 0px 0 50px;
	}

	body#n_home .contact-location .Contactus-form {
		padding-bottom: 68%;
	}

	section.zip-pay-section .container .zip-pay-wrapper .zip-logo {
		width: 8%;
	}

	section.zip-pay-section .container .zip-pay-wrapper .zip-logo img {
		width: 100%;
	}

	body#n_home h2 {
		font-size: 32px;
	}

	.zip-pay-wrapper .zip-pay-features {
		gap: 12px;
	}

	.real-life-section {
		padding: 48px 0 60px;
	}

	.system-section {
		padding: 60px 0 60px;
	}

	section.garage-gallery-section {
		padding-bottom: 60px;
	}

	.hero-premium-buttons .btn-global {
		min-height: 68px;
		font-size: 26px;
	}

	.hero-premium-buttons .btn-global.fill {
		max-width: 280px;
	}

	h1.hero-premium-title {
		font-size: 86px;
	}

	.hero-premium-container p {
		font-size: 22px;
	}

	.hero-premium-buttons {
		max-width: 665px;
	}

	.audience-section {
		padding: 68px 0 55px;
	}

	.real-life-section .rl-video-container {
		margin-bottom: 22px;
	}
}
@media(max-width:1199px){
    .third-section section.section.container .features .feature {
    padding: 0 8px;
}
.third-section section.section.container .features .feature .icon svg {
    width: 76px;
    height: 76px;
}
.third-section section.section.container .features .feature h3 {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.third-section section.section.container .features .feature h3 {
    font-size: 14px;
}
section.process-flow-section {
    padding: 60px 0;
}
section.system-section .system-wrapper .system-content {
    max-width: 410px;
}
.Garage-transformation-section .grid .card .step>div:last-child h3 {
    font-size: 22px;
}
.guide-section section.guide-section.container .container .right {
    max-width: 410px;
}
.guide-section section.guide-section.container .container .left {
    display: flex;
}
}
@media (max-width:1024px) {
	body#n_home .contact-location .Contactus-form {
		padding-bottom: 71%;
	}

	section.transform-section .transform-buttons {
		width: 52%;
	}

	section.transform-section .transform-wrapper .transform-content {
		width: 47%;
	}

	section.transform-section h3 {
		font-size: 40px;
	}

	.system-section .system-wrapper p {
		margin: 0 0 10px;
	}

	.system-features {
		margin-top: 20px;
	}

	.zip-pay-wrapper .zip-pay-features .zip-feature-item .zip-feature-text {
		font-size: 14px;
		padding-top: 15px;
	}

	body#n_home h2 {
		font-size: 30px;
	}

	.audience-section .audience-content h3 {
		font-size: 22px;
	}
	    .third-section section.section.container .features .feature {
    padding: 0 7px;
}
}
@media(max-width:991px){
    .third-section section.section.container .features {
    grid-template-columns: repeat(3, 1fr);
}
.system-section .system-wrapper .system-gallery {
    width: 100%;
    padding-right: 14px;
    position: static !important;
}
section.system-section .system-wrapper .system-content {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    padding-top: 40px;
}
.system-section .system-wrapper p {
    max-width: 100%;
}
.Garage-transformation-section .grid .card .step .num {
    font-size: 38px;
}
.Garage-transformation-section .grid .card .step {
    gap: 10px;
}
.Garage-transformation-section {
    padding: 54px 0px 50px;
}
}

@media (max-width:991px) {
	.audience-section h2 {
		margin: 0 0 25px;
	}

	.audience-section .audience-content {
		padding: 12px;
	}

	.audience-section .audience-content h3 {
		font-size: 18px;
	}

	.audience-section p {
		font-size: 13px;
	}

	.audience-section .row, .process-flow-section .row {
		gap: 12px;
	}

	.audience-section .row>div, .process-flow-section .row>div {
		max-width: calc(100% / 3 - 8px);
		flex: calc(100% / 3 - 8px);
	}

	.audience-section .audience-content h3 {
		margin-bottom: 15px;
		padding-bottom: 10px;
	}

	section.transform-section .transform-wrapper {
		flex-direction: column;
	}

	section.transform-section .transform-wrapper .transform-content {
		width: 100%;
		text-align: center;
	}

	section.transform-section .transform-buttons {
		width: 100%;
		justify-content: center;
	}

	section.transform-section {
		border-radius: 12px;
		padding: 50px 0;
	}

	.system-section .system-wrapper {
		align-items: flex-start;
	}

	.system-section .system-wrapper .system-gallery {
		position: sticky;
		top: 80px;
	}

	.place-section a img {
		height: 160px;
	}

	section.better-garage-section .better-garage-wrapper {
		flex-direction: column;
	}

	section.better-garage-section .better-garage-wrapper .better-garage-desc {
		text-align: center;
	}



	section.better-garage-section .better-garage-wrapper .better-garage-content h2 {
		text-align: center !important;
	}

	section.better-plan-section .better-plan-desc {
		font-size: 21px;
	}

	section.better-plan-section .better-plan-right a {
		color: var(--white);
		font-size: 21px;
	}

	section.zip-pay-section .container .zip-pay-wrapper {
		flex-wrap: wrap;
	}

	section.zip-pay-section .container .zip-pay-wrapper .zip-pay-left {
		width: 100%;
	}

	section.zip-pay-section .container .zip-pay-wrapper .zip-logo {
		width: 14%;
	}

	h1.hero-premium-title {
		font-size: 70px;
	}

	.hero-premium-container p {
		font-size: 18px;
	}

	.hero-premium-buttons {
		max-width: 575px;
	}

	.hero-premium-buttons .btn-global {
		min-height: 57px;
		font-size: 22px;
	}

	.place-section .row.place-row .place-card h3 {
		font-size: 16px;
	}

	li.nav-item.d-none.d-md-flex.free_des_btn a {
		font-size: 14px;
	}
}

@media (max-width:980px) {
	body#n_home .contact-location .Contactus-form {
		padding-bottom: 80%;
	}
}

@media (max-width:870px) {
	body#n_home .contact-location .Contactus-form {
		padding-bottom: 88%;
	}
}

@media (max-width:850px) {
	li.nav-item.d-none.d-md-flex.free_des_btn a {
		font-size: 11px;
	}
}

@media (max-width:797px) {
	body#n_home .contact-location .Contactus-form {
		padding-bottom: 112%;
	}
}

@media (max-width:767px) {
	.system-section .system-wrapper .system-gallery {
		position: static;
		top: 0px;
	}

	.audience-section .row>div, .process-flow-section .row>div {
		max-width: 100%;
		flex: 100%;
	}

	.system-section .system-wrapper {
		flex-direction: column;
	}

	.system-section .system-wrapper .system-gallery {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}

	.system-section .system-wrapper .system-content {
		width: 100%;
	}

	.system-section .system-wrapper p {
		max-width: 100%;
	}

	.system-features {
		max-width: 100%;
		width: 100%;
	}

	.place-section .row.place-row>div {
		max-width: calc(100% / 3 - 8px);
		flex: calc(100% / 3 - 8px);
	}

	.garage-gallery-grid .garage-gallery-item {
		width: calc(100% / 2 - 5px);
	}

	section.better-plan-section .better-plan-content {
		flex-direction: column-reverse;
	}

	section.better-plan-section .better-plan-desc {
		max-width: 100%;
	}

	section.better-plan-section .better-plan-desc {
		text-align: center;
	}

	section.better-plan-section .better-plan-right span.contact-icon {
		justify-content: center;
	}

	section.better-plan-section .better-plan-content .better-plan-left h2 {
		text-align: center !important;
	}


	section.better-plan-section .better-plan-content a.better-plan-btn.btn-global.fill {
		margin-inline: auto;
	}

	section.process-flow-section {
		padding: 50px 0;
	}

	.real-life-section h4.rl-card-title {
		margin: 12px 0 0;
		font-size: 12px;
	}

	.real-life-section .row {
		gap: 2px;
	}

	.real-life-section .row>div {
		max-width: calc(100% / 4 - 2px);
	}

	.real-life-section .rl-video-container {
		margin-bottom: 4px;
	}

	section.better-garage-section .better-garage-wrapper .better-garage-desc {
		font-size: 18px;
	}

	section.better-plan-section .better-plan-desc {
		font-size: 18px;
	}

	.garage-results-section {
		padding: 35px 0 35px;
	}

	.garage-results-section .garage-results-desc {
		margin: 15px 0 20px;
	}

	section.place-section {
		padding: 50px 0;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		-ms-border-radius: 15px;
		-o-border-radius: 15px;
	}

	.from-cluttered-to-considered h3 {
		font-size: 26px;
	}

	.audience-section h2 {
		padding-top: 34px;
	}

	.audience-section {
		padding: 40px 0 50px;
	}

	.system-section .system-wrapper .system-content .feature-item {
		gap: 16px;
	}

	.system-section .system-wrapper .system-content .feature-item img {
		max-width: 50px;
	}



	/* header mobile css */
	#n_home div#main-content {
		margin-top: 110px;
	}

	body#n_home main.banner-below-slider-wrapper {
		padding: 40px 15px;
	}

	ul.navbar-nav.ml-auto li a {
		font-size: 14px;
	}

	.dropdown-hover .dropdown-hover .nuhover.dropdown-item::after {
		top: 14px;
	}

	.container-fluid.wrapper-header ul.nMobileNav {
		justify-content: space-between !important;
		padding-inline: 15px;
	}

	.container-fluid.wrapper-header ul.nMobileNav>li {
		width: auto;
	}

	.container-fluid.wrapper-header ul.nMobileNav>li i {
		color: var(--black);
	}

	.container-fluid.wrapper-header ul.nMobileNav>li>a {
		color: var(--black) !important;
	}

	.wrapper-header ul.navbar-nav {
		margin-left: 0 !important;
	}

	.wrapper-header .navbar-nav .dropdown-menu a.dropdown-item {
		font-weight: 400 !important;
		color: var(--black);
		padding-right: 12px !important;
	}

	li.dropdown.dropdown-hover a.nuhover.dropdown-item {
		font-weight: 600 !important;
	}

	.collapse.navbar-collapse.navbar-responsive-collapse {
		top: 100% !important;
	}

	.col-12.wrapper_header_section .navbar-nav.ml-auto {
		margin-left: 0 !important;
		align-items: flex-start;
	}

	.wrapper_header_section a.navbar-brand {
		margin-left: 0;
		padding-left: 15px;
	}

	.wrapper_header_section a.navbar-brand.contact-us {
		margin-right: 0;
		padding: 0;
		margin-right: 15px;
	}

	footer.wrapper-footer .row>.col-12.col-sm-8 {
		max-width: 100%;
		flex: 0 0 100%;
	}

	li.nav-item.d-none.d-md-flex.free_des_btn a {
		font-size: 16px;
	}
	    .third-section section.section.container .features {
    row-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
.Garage-transformation-section .title {
    font-size: 26px;
    margin-bottom: 20px;
}
.Garage-transformation-section .subtitle {
    font-size: 18px;
}
.Garage-transformation-section .grid {
    grid-template-columns: 1fr;
}
.Garage-transformation-section .grid .card .step>div:last-child {
    max-width: 100%;
}
.Garage-transformation-section .grid .card .step {
    justify-content: flex-start;
    padding: 20px 16px 0;
    align-items: flex-start;
}
.guide-section section.guide-section.container .container {
    grid-template-columns: 1fr;
}
.guide-section section.guide-section.container .container .right {
    max-width: 100%;
    padding: 20px;
}
.guide-section {
    padding: 0px 0px 20px;
}
.guide-section section.guide-section.container .container .right h2 {
    max-width: 100%;
    margin-bottom: 10px;
}
.Garage-transformation-section .desc {
    margin: 0 auto 40px;
}
}


@media (max-width:605px) {
	body#n_home .contact-location .Contactus-form {
		padding-bottom: 174%;
	}
}

@media (max-width:600px) {
	h1.hero-premium-title {
		font-size: 50px;
	}

	.image-banner-home img {
		min-height: 460px;
		border-radius: 12px;
	}

	.hero-premium-buttons {
		flex-direction: column;
		max-width: max-content;
	}

	h1.hero-premium-title {
		font-size: 46px;
	}

	.hero-premium-container {
		transform: translate(-50%, -59%);

	}

	.hero-premium-container p {
		font-size: 16px;
	}

	body#n_home .banner-below-slider-image-container {
		aspect-ratio: 1/1;
		max-height: unset;
	}

	body#n_home .banner-below-slider-container {
		min-height: unset;
	}

	.real-life-section .rl-video-container {
		padding-bottom: 55%;
	}

	.hero-premium-container {
		transform: translate(-50%, -50%);
	}
}

@media (max-width:575px) {
	body#n_home h2 {
		font-size: 26px;
	}

	section.process-flow-section h2 {
		margin-bottom: 30px;
	}

	.process-flow-section h3 {
		font-size: 22px;
	}

	.place-section .row.place-row>div {
		max-width: calc(100% / 2 - 6px);
		flex: calc(100% / 2 - 6px);
	}

	section.transform-section .transform-buttons {
		flex-direction: column;
		align-items: center;
	}

	.homepage.testamonial-section ul.slick-dots li button {
		width: 10px;
		height: 10px;
	}

	section.zip-pay-section .container .zip-pay-wrapper {
		flex-direction: column;
	}

	.zip-pay-wrapper .zip-pay-features {
		flex-wrap: wrap;
	}

	.zip-pay-wrapper .zip-pay-features .zip-feature-item {
		width: calc(100% / 2 - 6px);
	}

	section.zip-pay-section .container .zip-pay-wrapper {
		align-items: center;
	}

	section.zip-pay-section .container .zip-pay-wrapper .zip-logo {
		width: 100%;
		max-width: 90px;
	}

	.navbar-brand img {
		max-width: 220px;
	}

	.banner-below-slider-wrapper .common-class span {
		padding: 4px 10px;
		left: 14px;
		top: 14px;
		font-size: 12px;
	}

	#n_home div#main-content {
		margin-top: 95px;
	}
}
section.garage-guide-section .container .content-box {
    margin: 50px 0 0 0;
}


@media(max-width:567px){
    .third-section section.section.container small {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.third-section section.section.container h2 {
    margin: 0 0 14px;
}
.third-section section.section.container .features {
    grid-template-columns: 1fr;
    padding: 10px 0px;
    row-gap: 20px;
}
.third-section section.section.container .features .feature {
    border-right: 0;
    border: 1px solid #ddd;
    padding: 10px;
}
section.process-flow-section h2.color-text {
    font-size: 20px !important;
    margin: 0 0 20px;
    padding-bottom: 14px;
}
section.process-flow-section .container h2.process-flow-main-title {
    margin: 0 0 10px;
}
.real-life-section .row>div {
    max-width: calc(100% / 2 - 2px);
}
section.system-section .system-wrapper .system-content {
    padding-top: 10px;
}
.Garage-transformation-section .title {
    font-size: 24px;
}
}
 