
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
/*font-family: 'Lato', sans-serif;*/


/*input field number remove spinner */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}


.f-lato {font-family: 'Lato', sans-serif;}
.clr-white {color: #fff;}
.clr-blue {color: #1b3668}
.clr-black {color: #000;}
.btns {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
}

.container {max-width: 1340px;}
main {position: relative;}
header {    
	position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    z-index: 1;
    padding: 70px 0; }

.home-banner {
	background: url('../images/home-banner.webp') no-repeat;
	background-size: cover;
	background-position: center; 
	width: 100%;
	height: 970px;
	position: relative;
}
.home-banner .container,.home-banner .banner-caption {position: relative;}
.home-banner h1 {
	    text-transform: uppercase;
    position: relative;
    margin: 0;
    font-weight: 900;
    font-size: 150px;
    padding-top: 145px;
    left: -10px;
}
.home-banner h2 {font-size: 60px;
    margin: 0 0 25px;
    font-weight: 900;
    position: relative;
    left: 0;
    line-height: 55px;}
.home-banner .flex-row {
    	display: flex;
    	flex-wrap: wrap;
    	justify-content: space-between;
    }
.home-banner .flex-col {
	width: 150px;
	height: auto;
}
.home-banner .flex-col .wrapp {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    height: 160px;
        display: block;
    text-decoration: none;
}
.home-banner .flex-col .overlay {
	background: #000000b5;
	position: absolute;
    top: 0;
    left: 0;
    display: flex;
       flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 10px 0 15px 13px;
}
.home-banner .flex-col .overlay:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: top 0.3s ease-in-out;
}

.home-banner .flex-col .overlay.smart-home:before {
	background-image: radial-gradient(circle at bottom left,#000d67,rgba(0, 0, 0, 0) 80%);
}
.home-banner .flex-col .overlay.home-automation:before {
	background-image: radial-gradient(circle at bottom left,#f54337,rgba(0, 0, 0, 0) 80%);
}
.home-banner .flex-col .overlay.hotel:before {
	background-image: radial-gradient(circle at bottom left,#f5841e,rgba(0, 0, 0, 0) 80%);
}
.home-banner .flex-col .overlay.senior-living:before {
	background-image: radial-gradient(circle at bottom left,#3cb4e8,rgba(0, 0, 0, 0) 80%);
}
.home-banner .flex-col .overlay.corporate:before {
	background-image: radial-gradient(circle at bottom left,#0065b3,rgba(0, 0, 0, 0) 80%);
}
.home-banner .flex-col .overlay.hospitals:before {
	background-image: radial-gradient(circle at bottom left,#32bcad,rgba(0, 0, 0, 0) 80%);
}
.home-banner .flex-col .overlay.bms:before {
	background-image: radial-gradient(circle at bottom left,#b29434,rgba(0, 0, 0, 0) 80%);
}
.home-banner .flex-col .overlay.energy-efficiency:before {
	background-image: radial-gradient(circle at bottom left,#00af50,rgba(0, 0, 0, 0) 80%);
}


.home-banner .wrapp .icon-style {
	    font-size: 35px;
    color: #fff;
    position: relative;
    transition: top 0.3s ease-in-out;
    top: 0;
}
.home-banner .wrapp h5 {
	font-size: 18px;
	font-weight: 700;
	line-height: 19px;
	margin: 0;
	text-transform: uppercase;
	position: relative;
}
.home-banner .appointment {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.for-mobile .appointment{position: relative;}
.appointment {
	width:100%;
	background: #ff9728;
	padding: 18px 0;
}
.appointment p,
.appointment p a {
	font-size: 30px;
	margin: 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
	transition: font-size 0.3s ease-in-out;	
}
.appointment p a:hover {color: #1b3668;}
.appointment p span {font-weight: 700;}
.extra-height {display: block;height: 130px;}

.experience-center {
	border-top: 25px solid #fff;
	background: #1b3668;
	position: relative;
}
.experience-center:before {
	content: '';
	position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(../images/embrace-smart-living-background.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

.v-line {position: absolute;width: 25px;height: 100%;background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;}

.experience-center .text-box {
	padding: 60px 0;
	position: relative;
	height: 100%;
}
.experience-center .text-box h3 {
	font-size: 32px;
	line-height: 40px;
	margin: 0;
	font-weight: 300;
}
.experience-center .text-box h4 {
	    position: absolute;
    left: 0;
    bottom: 60px;
    font-size: 46px;
    line-height: 47px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
}

.form-box {
	padding: 60px 50px 60px 40px;
}
.form-box h2 {
	font-size: 35px;
	line-height: 40px;
	margin: 0 0 40px;
	text-transform: uppercase;
	font-weight: 700;
}
.form-box .form-group {
	margin-bottom: 10px;
}
.form-box .form-control {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	    border: 1px solid #ffffff85;
	    color: #fff;
	    font-size: 18px;
    background: transparent;
    border-radius: 10px;
    padding: 17px 20px;
    height: auto;
}
.form-box input::placeholder,
.form-box textarea::placeholder {
	font-size: 18px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.form-box .btns {
	background: #ff9829;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	border-radius: 10px;
	color: #fff;
	width: 100%;
	height: 60px;
	margin-top: 25px;
	transition: background-color 0.3s ease-in-out;

}
.content-div {
	padding: 50px 0; 
}
.content-div p {
	text-align: center;
	font-size: 32px;
	line-height: 40px;
	font-weight: 300;
	margin: 0;
}
.locations {
position: relative;
}

.locations .flex-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.locations .flex-col {width: 49.70%;position: relative;overflow: hidden;}
.locations .flex-col .wrapper {
	position: relative;
	width: 100%;
	height: 435px;
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	position: relative;
	transform: scale(1);
	transition: transform 0.3s ease-in-out;
}
/*.locations .flex-col .wrapper:before {	
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 40%;
	width: 100%;
	background: linear-gradient(0deg, rgba(76,121,207,1) 0%, rgba(76,121,207,0.4318102240896359) 70%, rgba(255,255,255,0) 100%);
	transition: all 0.3s ease-in-out;
}*/
.locations .flex-col p {
	text-transform: uppercase;
	font-size: 48px;
	line-height: 35px;
	font-weight: 600;
	margin: 0;
	text-align: center;
	position: absolute;
	left: 0;right: 0;
	bottom: 50px;
}

.gallery {
	position: relative;
	width: 100%;
}
.gallery .flex-row {
	display: flex;
	flex-wrap: wrap;
	column-gap: 1%;
	row-gap: 20px;
	width: 100%;
	position: relative;
}
.gallery .flex-col {
	overflow: hidden;
	position: relative;
	flex: 1 1 auto;
	flex: 0 1 32.666%;
}
.gallery .img-box1-width{
	flex-basis: 44%;
}
.gallery .img-box2-width{
	flex-basis: 27%;
}
.gallery .img-box3-width{
	flex-basis: 27%;
}

.gallery .flex-row .flex-col:nth-child(1) .img-box,.gallery .flex-row .flex-col:nth-child(2) .img-box,.gallery .flex-row .flex-col:nth-child(3) .img-box{
	height: 677px;
}
.gallery .flex-row .flex-col:nth-child(4) .img-box,.gallery .flex-row .flex-col:nth-child(5) .img-box,.gallery .flex-row .flex-col:nth-child(6) .img-box{
	height: 729px;
}
.gallery .flex-col .img-box {
	position: relative;
}
.gallery .flex-col .img-box img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.gallery .flex-col p {    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #0000009e;
    padding: 10px;
    margin: 0;
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;}

.thumbnail {
	position: relative;
	padding: 0 0 60px;
}
.thumbnail .flex-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.thumbnail .flex-col {
	width: 32%;
}
.thumbnail .flex-col a {
	text-decoration: none !important;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}
.thumbnail .flex-col .wrapp {
	height: 250px;
	position: relative;
	transition: transform 0.3s ease-in-out;
	transform: scale(1);
}
.thumbnail .flex-col .wrapp:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #00000075;
	transition: transform 0.3s ease-in-out;
}
.thumbnail .flex-col p {
	font-size: 26px;
	line-height: 38px;
	font-weight: 700;
	text-align: center;
	position: absolute;
	left: 0;right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	transition: color 0.3s ease-in-out;
}
footer {
	background: #1b3668;
	padding: 60px 0 50px;
}
footer .container-fluid {padding-left: 15.50%;}
footer .footer-logo {
display: block;
border-bottom: 1px solid #ffffff73;
padding: 0 0 30px; 
}
footer .flex-row {
	display: flex;
	flex-wrap: wrap;
}
footer .f-col {
	width: 18%;
}
footer .f-col:nth-child(2) {
width: 40%;
    border-left: 1px solid #fff;
    padding-left: 50px;
}
footer .f-col:nth-child(3) {
width: 30%;
}

footer .f-col h5 {
	font-size: 20px;
	font-weight: 700;
	margin:0 0 2px;
}
footer .f-col p {
	font-size: 20px;
	font-weight: 300;
	margin: 0px;
	    line-height: 24px;
}
footer a{display: block;}
header.comon-header {background: #fff;padding: 30px 0;    box-shadow: 0px 0px 15px #0000001f;}
header.comon-header .container {display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
header.comon-header a.cmn-logo {display: inline-block;}
header.comon-header a.cmn-logo img {display: block;}
header.comon-header a {transition: all .3s ease-in;}
header.comon-header ul.social-icons {float: right;}
header.comon-header ul.social-icons {padding: 0;margin: 0;}
header.comon-header ul.social-icons li {vertical-align: middle;display: inline-block;}
header.comon-header ul.social-icons li {font-size: 24px;padding-right: 18px;color: #9b9a9a;-o-transition: .5s;-ms-transition: .5s;
	-moz-transition: .5s;-webkit-transition: .5s;vertical-align: middle;}
header.comon-header ul.social-icons li a i {color: #9b9a9a;}
header.comon-header ul.social-icons li a:hover i.fa-facebook {color: #3d5b99;}
header.comon-header ul.social-icons li a:hover i.fa-linkedin {color: #4875B4;}
header.comon-header ul.social-icons li a:hover i.fa-twitter {color: #00acee;}
header.comon-header ul.social-icons li a:hover i.fa-youtube {color: #e64a41;}

/*----------- new design page css--------------*/
.home-banner-icon .box-wrapper {
    list-style: none; 
    display: flex; 
    flex-wrap: wrap;
    padding: 0;
    margin: 0 auto;
	gap: 10px;

}

.home-banner-icon .box-wrapper li {
    text-align: center; 
	border: 2px solid #ffffff;
    padding: 20px; 
    flex: 1 1 175px; 
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    max-width: 175px; 
	row-gap: 10px;
}

.home-banner-icon .box-wrapper .img-wrapper {
    display: block; 
	height: 70px;
}
.home-banner-icon .box-wrapper .img-wrapper img{
	height: 100%;
	width: auto;
}

.home-banner-icon .box-wrapper li span {
    font-size: 21px;
    line-height: 22px;
    font-weight: 600;
	width: auto;
	flex: 0 1 40px;
	display: flex;
	align-items: flex-start;
}


/*----------- thank-you page css --------------*/

.thank-you {display: flex;align-items: center;justify-content: center;height: 85vh;width: 100%;}
.thank-you h1 {font-weight: 800; font-size: 70px; margin: 0px;}
.thank-you p {font-size: 20px;margin: 0 0 10px;font-weight: 400;}
.thank-you .style-icon {display: block;font-size: 80px;margin: 25px 0;}
.thank-you .btns { background: #ff9829;text-decoration: none;color: #fff;font-size: 20px;font-weight: 700;height: 45px;width: 200px;
	margin: 0 auto;border-radius: 6px;text-transform: uppercase;}


/*------------- hover button css --------------*/

@media(min-width: 1025px) {
	.form-box .btns:hover {background: #e77d0c;}
	.thumbnail .flex-col a:hover p {color: #fc9b33;}
	/*.gallery .flex-col:hover .img-box:before {opacity: 1;}*/
	/*.gallery .flex-col:hover .img-box {transform: scale(1.05);}*/
	.home-banner .flex-col .wrapp:hover .overlay:before { opacity: 0.8;}
	.home-banner .flex-col .wrapp:hover .icon-style {top: 65px;}
	.home-banner .flex-col .wrapp:hover .smart-home .icon-style {top: 30px;}
	.home-banner .flex-col .wrapp:hover .senior-living .icon-style, .home-banner .flex-col .wrapp:hover .energy-efficiency .icon-style {top: 50px;}
	/*.locations .flex-col:hover .wrapper {transform: scale(1.08);}*/
	/*.locations .flex-col:hover .wrapper:before {height: 100%;}*/
	.thumbnail .flex-col a:hover .wrapp {transform: scale(1.1);}
}



@media(max-width: 1600px) {

header{ padding: 50px 0;}
header .logo img {width: 350px;}
.home-banner h1 {font-size: 100px; padding-top: 110px;}
.home-banner {height: 768px;}
.home-banner h2{ font-size: 40px; line-height: 45px;}
.extra-height{height: 70px;}
footer .container-fluid {padding-left: 9%;}
footer .f-col {width: 20%;}
footer .f-col:nth-child(3) {width: 32%;}

.home-banner-icon .box-wrapper li {
	padding: 10px;
	flex: 1 1 140px;
	max-width: 140px;
}


.home-banner-icon .box-wrapper li span {
    font-size: 18px;
    line-height: 20px;
}

}

@media(max-width: 1500px) {

.container {max-width: 1250px;}
header .logo img {width: 350px;}
header {padding: 25px 0;}
.home-banner {height: 630px;}
.home-banner h1 {font-size: 80px;padding-top: 85px;}
.extra-height {height: 60px;}
.home-banner h2 {font-size: 40px;margin: 0 0 15px;line-height: 38px;}
.appointment {padding: 10px 0;}
.appointment p, .appointment p a {font-size: 20px;}

.home-banner .flex-col {width: 140px;height: auto;}
.home-banner .flex-col .wrapp {height: 150px;}
.home-banner .wrapp .icon-style {font-size: 31px;}
.home-banner .wrapp h5 {font-size: 17px;line-height: 17px;}

.experience-center {border-top: 20px solid #fff; }
.v-line {width: 20px;}
.experience-center .text-box {padding: 45px 0;}
.experience-center .text-box h3 { font-size: 28px;line-height: 34px;}
.experience-center .text-box h4 { bottom: 60px; font-size: 38px; line-height: 40px; }
.form-box {padding: 45px 50px 50px 35px;}
.form-box h2 {font-size: 31px;line-height: 38px;margin: 0 0 30px;}
.form-box .form-control {padding: 14px 16px;height: auto;}
.form-box .btns {font-size: 22px;height: 54px;margin-top: 20px;}

.content-div {padding: 35px 0;}
.content-div p {font-size: 24px;line-height: 30px;}
.locations .flex-col {width:49.50%;}
.locations .flex-col .wrapper {height: 300px;}
.locations .flex-col p {font-size: 34px;line-height: 26px;bottom: 35px;}
.thumbnail .flex-col p {font-size: 24px;line-height: 36px;}
.thumbnail {padding: 0 0 50px;}
footer { padding: 50px 0 40px;}
footer .footer-logo img {width: 200px;}
footer .f-col h5 {font-size: 18px;margin: 0;}
footer .f-col p {font-size: 18px;line-height: 22px;}

.thank-you h1 {font-size: 56px;}
.thank-you .style-icon {font-size: 70px;margin: 20px 0;}
.thank-you .btns {font-size: 18px;height: 40px;width: 170px;}

footer .container-fluid {padding-left: 7.65%;}
footer .f-col {width: 21%;}
.experience-center img{
	width: 75%;
}



}

@media(max-width: 1400px) {
.container {max-width: 1200px;}
.form-box .form-control {padding: 8px 16px;height: auto;}
.form-box .form-control, .form-box input::placeholder, .form-box textarea::placeholder {font-size: 16px;}
.gallery .flex-col p {font-size: 22px;padding: 8px;}
footer .container-fluid {padding-left: 7%;}
footer .f-col {width: 23%;}
footer .f-col:nth-child(3) {width: 33%;}
.experience-center .text-box h4 {bottom: 45px; font-size: 37px; line-height: 38px;}



}

@media(max-width: 1300px) {
.container {max-width: 1150px;}
.home-banner h1 {font-size: 75px;padding-top: 90px;}
.home-banner .flex-col {width: 130px;}
.home-banner .flex-col .wrapp {height: 140px;}
.home-banner .wrapp .icon-style {font-size: 28px;}
.home-banner .wrapp h5 {font-size: 15px;line-height: 16px;}

.experience-center .text-box h3 {font-size: 26px;line-height: 32px;}
/* .experience-center .text-box h4 {bottom: 40px;font-size: 42px;line-height: 44px;} */
.experience-center .text-box {padding: 40px 0;}
.form-box h2 {font-size: 28px;line-height: 34px;margin: 0 0 30px;}
.form-box {padding: 40px 45px 40px 30px;}
.form-box .form-control {padding: 12px 16px;}
.form-box .btns {font-size: 20px;height: 50px;}
.form-box input::placeholder, .form-box .form-control {font-size: 16px;}
.content-div p {font-size: 22px;line-height: 28px;}
.locations .flex-col .wrapper {height: 270px;}
.locations .flex-col p {font-size: 30px;line-height: 24px;bottom: 30px;}
.thumbnail .flex-col p {font-size: 22px;line-height: 34px;}
footer .container-fluid {padding-left: 6.25%;}
footer .f-col:nth-child(2) {width: 40%;padding-left: 40px;}
footer .f-col:nth-child(3) {width: 35%;}

}

@media(max-width: 1200px) {

	.container {max-width: 930px;}
	header .logo img {width: 330px;}
	.home-banner h1 {font-size: 65px;}
	.home-banner h2 {font-size: 40px;margin: 0 0 22px;}
	.home-banner .flex-col {width: 105px;}
	.home-banner .flex-col .wrapp {height: 115px;}
	.home-banner .wrapp .icon-style {font-size: 25px;}
	.home-banner .wrapp h5 {font-size: 14px;line-height: 16px;}
	.home-banner .flex-col .overlay { padding: 10px 0 12px 10px;}
	.extra-height {height: 100px;}
	.appointment { padding: 8px 0;}
	.appointment p, .appointment p a {font-size: 19px;}
	.experience-center {border-top: 15px solid #fff;}
    .v-line {width: 15px;}
    .experience-center .text-box h3 {font-size: 24px;line-height: 28px;}
    .experience-center .text-box {padding: 30px 0;}
    .experience-center .text-box h4 {bottom: 40px;font-size: 34px;line-height: 36px;}
    .form-box {
    padding: 30px 40px 35px 25px;
	}
    .form-box h2 {font-size: 26px;line-height: 30px;margin: 0 0 24px;}
    .form-box .form-control {padding: 10px 15px;}
	.form-box input::placeholder, .form-box .form-control, .form-box textarea::placeholder { font-size: 15px;}
	.form-box .btns { font-size: 18px; height: 44px;}
	.locations .flex-col .wrapper {height: 210px;}
	.locations .flex-col p {font-size: 22px;line-height: 20px;bottom: 22px;}
	.content-div p {font-size: 20px; line-height: 28px;}
	.thumbnail {padding: 0 0 40px;}
	.thumbnail .flex-col {width: 32.50%;}
	.thumbnail .flex-col .wrapp {height: 180px;}
	.thumbnail .flex-col p {font-size: 18px;line-height: 30px;}
	footer .footer-logo img { width: 179px;}
	footer .f-col h5 {font-size: 14px;}
    footer .f-col p {font-size: 14px; line-height: 20px;}
	footer .footer-logo { padding: 0 0 20px;}
	footer { padding: 40px 0 35px;}

	.thank-you h1 {font-size: 50px;}
	.gallery .flex-col .img-box:before {
		display: none;
	}
	.gallery .flex-row{
		row-gap: 10px;
	}
	.gallery .flex-row .flex-col:nth-child(1) .img-box, .gallery .flex-row .flex-col:nth-child(2) .img-box, .gallery .flex-row .flex-col:nth-child(3) .img-box {
		height: 436px;
	}
	.gallery .flex-row .flex-col:nth-child(4) .img-box, .gallery .flex-row .flex-col:nth-child(5) .img-box, .gallery .flex-row .flex-col:nth-child(6) .img-box {
		height: 463px;
	}

	footer .container-fluid {padding-left: 15px;}
	footer .f-col:nth-child(1) {    width: 20%;padding-right: 30px;}
	footer .f-col:nth-child(2) {width: 40%;padding-left: 30px;}
	footer .f-col:nth-child(3) {width: 37%;}

	.home-banner-icon .box-wrapper .img-wrapper {
		height: 55px;
	}
	.home-banner-icon .box-wrapper li{
		padding: 5px;
		row-gap: 5px;
	}

}

@media(max-width: 992px) {
	.container {max-width: 740px;}
	header .logo img {width: 308px;}
	.home-banner h1 {
    font-size: 72px;
    padding-top: 120px;
	}
	.home-banner {
    height: 600px;
	}
	.home-banner .flex-col {
    width: 85px;
	}
	.home-banner .wrapp .icon-style {
    font-size: 20px;
	}
	.home-banner .flex-col .overlay {
    padding: 10px 0 10px 8px;
	}
	.home-banner .wrapp h5 {
    font-size: 11px;
    line-height: 13px;
	}
	.home-banner .flex-col .wrapp {
    height: 95px;
        border-radius: 5px;
	}
	.home-banner h2 {
    font-size: 36px;
    margin: 0 0 25px;
    line-height: 34px;
	}
	.extra-height {
    height: 110px;
	}
	.appointment p {
    font-size: 18px;
	}
	.experience-center {
    border-top: 10px solid #fff;
	}
	.v-line {
    width: 10px;
	}
	.experience-center .text-box h3 {
    font-size: 20px;
    line-height: 24px;
	}
	.experience-center .text-box h4 {
    bottom: 30px;
    font-size: 28px;
    line-height: 32px;
	}
	.form-box h2 {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 20px;
	}
	.form-box {
    padding: 30px 15px 30px 20px;
	}
	.form-box .form-control {
    padding: 10px 13px;
    border-radius: 6px;
	}
	.form-box input::placeholder, .form-box .form-control, .form-box textarea::placeholder {
    font-size: 14px;
	}
	.form-box .btns {
    font-size: 17px;
    height: 42px;
    border-radius: 6px;
    margin-top: 15px;
	}
	.content-div {
    padding: 25px 0;
	}
	.content-div p {
    font-size: 17px;
    line-height: 26px;
	}
	.locations .flex-col {
    width: 49.20%;
	}
	.locations .flex-col p {
    font-size: 18px;
    line-height: 18px;
    bottom: 20px;
	}
	.locations .flex-col .wrapper {
    height: 175px;
	}
	.thumbnail .flex-col p {
    font-size: 16px;
    line-height: 28px;
	}
	.thumbnail .flex-col .wrapp {
    height: 135px;
	}
	footer .footer-logo img {
    width: 169px;
	}
	footer .f-col, footer .f-col:nth-child(2) {
       width: 50%;
	}
	footer .f-col:nth-child(1) {width: 60%;padding-right: 0;margin: 0px auto 30px;text-align: center;}
	footer .f-col:nth-child(1) img {width: 169px;}
	footer .f-col, footer .f-col:nth-child(2) {width: 50%;padding: 0;border: 0;}
	footer .f-col:nth-child(3) {width: 50%;}

	.gallery .flex-row .flex-col:nth-child(1) .img-box, .gallery .flex-row .flex-col:nth-child(2) .img-box, .gallery .flex-row .flex-col:nth-child(3) .img-box,
	.gallery .flex-row .flex-col:nth-child(4) .img-box, .gallery .flex-row .flex-col:nth-child(5) .img-box, .gallery .flex-row .flex-col:nth-child(6) .img-box {
		height: 360px;
	}

	footer .f-col{width: 100% !important; text-align: center;}

	.home-banner-icon .box-wrapper li {
		flex: 1 1 110px; 
		max-width: 110px; 
	}
	
	
	.home-banner-icon .box-wrapper li span {
		font-size: 14px;
		line-height: 16px;
		width: auto;
	}
	.experience-center img{
		width: 100%;
	}
	
	
	

 }

 @media(max-width: 992px) {
	header {
    padding: 20px 0;
	}
	header .logo img {
    width: 270px;
	}
	.home-banner h1 {
    font-size: 60px;
    padding-top: 100px;
	}
	.home-banner h2 {
    font-size: 34px;
	}
	.appointment {
    padding: 6px 0;
	}
	.appointment p, .appointment p a {
    font-size: 17px;
	}
.gallery .flex-col p {
    font-size: 16px;
    padding: 5px;
}	
 
 }


 @media(max-width: 767px) { 
    .container {
    max-width: 550px;
     }
     header {
    padding: 15px 0;
	}
  	/* .home-banner {
    height: auto;
    padding-bottom: 10px;
	} */
	.home-banner h1 {
    font-size: 54px;
    padding-top: 65px;
	}

	.home-banner .appointment {
		position: relative;
	}
	/*-------------- banner indication for phone view css */
	.home-banner .hide-phone-view,
	.home-banner .appointment.hide-phone-view {display: none;}
	.phone-view.navigation {    padding: 20px 0 15px;
    background: #84959f;}
	.phone-view.navigation .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
	.phone-view.navigation .flex-col {
        width: 118px;
    height: auto;
        margin: 0 0 10px;
	}
	.phone-view.navigation .flex-col .wrapp {
       position: relative;
    overflow: hidden;
    border-radius: 8px;
    height: 128px;
        display: block;
    text-decoration: none;
	}
	.phone-view.navigation .flex-col .overlay {
        background: #000000b5;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 10px 0 15px 13px;
	}
	.phone-view.navigation .wrapp .icon-style {
    font-size: 26px;
    color: #fff;
	}
	.phone-view.navigation .wrapp h5 {
    font-size: 15px;
    font-weight: 700;
    line-height: 17px;
    margin: 0;
    text-transform: uppercase;
	}
	/*-------------- end banner indication for phone view css */

	.experience-center {
    border-top: 0;
    background: transparent;
	}
	.extra-height {
    height: 70px;
	}

	.home-banner h2 {
    font-size: 30px;
    margin: 0 0 20px;
    line-height: 30px;
	}	

	.v-line {display: none;}
	.experience-center h4 br{
		display: none;
	}
	.experience-center:before {opacity: 0;}

	.experience-center .text-box {
	background: url(../images/embrace-smart-living-background.webp) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 20px;
    border-top: 25px solid #fff;
    border-bottom: 25px solid #fff;
	min-height: 360px;
	}
	.form-box {
		background: #1b3668;
	}
	.experience-center .text-box h4 {
    bottom: 0;
    font-size: 28px;
    line-height: 32px;
    position: relative;
    margin: 30px 0 0;
	}
	.content-div p {
    font-size: 18px;
    line-height: 26px;
	}
	.locations .flex-col .wrapper {
    height: 130px;
	}
	.locations .flex-col p {
    font-size: 17px;
    line-height: 18px;
    bottom: 15px;
	}



	.thumbnail .flex-col p {
    font-size: 12px;
    line-height: 28px;
	}
	footer .footer-logo img {
    width: 159px;
	}

	.thank-you h1 {
    font-size: 32px;
    margin: 0 0 5px;
	}
	.thank-you p {font-size: 18px;line-height: 22px;}
	.thank-you .style-icon {
    font-size: 55px;
    margin: 15px 0;
	}
	.thank-you .btns {
    font-size: 16px;
    height: 36px;
    width: 130px;
	}
	footer .f-col p br {display: none;}

	header.comon-header {padding: 20px 0;}
	header.comon-header a.cmn-logo img {width: 155px;}
	header.comon-header ul.social-icons {margin-top: 0;}
	header.comon-header ul.social-icons li {font-size: 17px;padding-right: 0px;padding-left: 10px;}

	.gallery .flex-row {
		row-gap: 6px;
	}
	.gallery .flex-row .flex-col:nth-child(1) .img-box, .gallery .flex-row .flex-col:nth-child(2) .img-box, .gallery .flex-row .flex-col:nth-child(3) .img-box,
	.gallery .flex-row .flex-col:nth-child(4) .img-box, .gallery .flex-row .flex-col:nth-child(5) .img-box, .gallery .flex-row .flex-col:nth-child(6) .img-box {
		height: 510px;
	}
	.gallery .flex-col{
		flex: 1 1 48%;
	}
	.gallery .img-box1-width, .gallery .img-box2-width, .gallery .img-box3-width{
		flex: 1 1 48%;
	}

	.home-banner-icon .box-wrapper li {
        height: auto;
        flex: 1 0 30%;
        max-width: unset;
        width: 100%;
		border: 1px solid #ffffff;
	}
	.navigation.box-content ul.box-wrapper li:nth-child(3),
	.navigation.box-content ul.box-wrapper li:nth-child(6) {
		margin-right: 0px;
	}
		
	.home-banner-icon .box-wrapper li span {
		width: auto;
	}
	.home-banner {
		height: auto;
		padding-bottom: 10px;
    }
	.home-banner-icon .box-wrapper .img-wrapper {
		height: 50px;
	}
	
  }


   @media(max-width: 575px) {  

   	.container {
    max-width: 100%;
	}
	header {
    padding: 10px 0;
	}
   	header .logo img {
    width: 220px;
	}
	.home-banner {
		height: auto;
		padding-bottom: 10px;
	}
	.home-banner h1 {
    font-size: 38px;
    padding-top: 60px;
    left: 0;
	}
	.home-banner h2 {
    font-size: 26px;
    line-height: 26px;
	}
	.extra-height {
    height: 60px;
	}
	.appointment p, .appointment p a {
    font-size: 15px;
    line-height: 17px;
	}
	.phone-view.navigation .flex-row {justify-content: flex-start;}
	.phone-view.navigation .flex-col {width: 31%;margin: 0 0 6px;margin-right: 10px;}
	.phone-view.navigation .flex-col .wrapp {border-radius: 6px;height: 100px;}
	.phone-view.navigation .flex-col .overlay {padding: 10px 0 10px 10px;}
	.phone-view.navigation .wrapp .icon-style {font-size: 20px;}
	.phone-view.navigation .wrapp h5 {font-size: 13px;line-height: 15px;}
	.phone-view.navigation .flex-col:last-child {margin-right: 0;}

	.experience-center .text-box {border-top: 15px solid #fff;
    border-bottom: 15px solid #fff;
    padding: 20px 15px;}
    .experience-center .text-box h3 {
    font-size: 18px;
    line-height: 24px;
	}
	.experience-center .text-box h4 {font-size: 24px;line-height: 30px;margin: 40px 0 0;}
	.form-box h2 {font-size: 20px;line-height: 26px;margin: 0 0 15px;}
	.form-box .form-control {padding: 8px 10px;border-radius: 5px;}
	.form-box {
    padding: 20px 15px 30px 15px;}


	.form-box .btns {
    font-size: 16px;
    height: 38px;
    border-radius: 5px;
	}
	.content-div p {
    font-size: 16px;
    line-height: 24px;
	}
	.locations .flex-col {
    width: 100%;
        margin: 0 0 10px;
	}
	.locations .flex-col .wrapper {
    height: 160px;
	}
	.content-div p br {
		display: none;
	}
	.thumbnail .flex-col {
    width: 100%;
    margin: 0 0 10px;
	}
	.thumbnail .flex-col p {
    font-size: 15px;
    line-height: 28px;
	}
	.thumbnail {
    padding: 0 0 25px;
	}
	footer {
    padding: 30px 0 30px;
	}
	footer .footer-logo img {
    width: 149px;
	}
	footer .f-col:nth-child(1) {    margin: 0px auto 0px;}
	footer .f-col, footer .f-col:nth-child(2), footer .f-col:nth-child(3) {
    width: 100%;
    margin-top: 15px;
	}
	footer .footer-logo {
    padding: 0 0 15px;
	}
	.phone-view.navigation .flex-col:nth-child(3), .phone-view.navigation .flex-col:nth-child(6), 
		.phone-view.navigation .flex-col:last-child { margin-right: 0; }

	.gallery .flex-row .flex-col:nth-child(1) .img-box, .gallery .flex-row .flex-col:nth-child(2) .img-box, .gallery .flex-row .flex-col:nth-child(3) .img-box,
	.gallery .flex-row .flex-col:nth-child(4) .img-box, .gallery .flex-row .flex-col:nth-child(5) .img-box, .gallery .flex-row .flex-col:nth-child(6) .img-box {
		height: auto;
		max-height: 650px;
	}
	.gallery .flex-col{
		flex: 1 1 100%;
	}
	.home-banner-icon .box-wrapper li {
        height: auto;
	}
	.home-banner-icon .box-wrapper .img-wrapper {
        height: 40px;
    }

   }


    @media(max-width: 350px) { 
   
     }