@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;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;
}
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;}
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 {
    background: #77689f;
    color: #fff;
    border-radius: 33px;
    padding: 11px 20px;
    margin-left: 7px;
}
.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;
}