
@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;
    text-transform: uppercase;
    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 30px;
}
.appointment p {
	font-size: 30px;
	margin: 0;
	text-align: center;	
}
.appointment p a:hover{
	color: #1b3668;
	text-decoration: none;
}
.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/experience-center.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: 54px;
    line-height: 55px;
    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 {
	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: 32.20%;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: transform 0.3s ease-in-out;
	display: none;
}
.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;
}
.gallery .flex-row {
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
}
.gallery .flex-col {
	width: 33%;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	float: left;
    margin-right: 9px;
}
/* .gallery .flex-col:nth-child(4),
.gallery .flex-col:nth-child(5) {
	    width: calc(50% - 5px);
} */
.gallery .flex-col:nth-child(1) .img-box {height: 930px;}

.gallery .flex-col:nth-child(3), .gallery .flex-col:nth-child(5) {margin-right: 0px;}

.gallery .flex-col .img-box {
	height: 460px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	transition: transform 0.3s ease-in-out;
	transform: scale(1);
}
.gallery .flex-col .img-box:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:#00000066;
	opacity: 0;
	transition: transform 0.3s ease-in-out;
}
.gallery .flex-col h5 {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    background: #0000009e;
}

.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: 70px 0 50px;
}
footer .footer-logo {
/*display: block;*/
border-bottom: 0;
padding: 0 0 0px;
display: flex;flex-wrap: wrap;
margin: 0; 
}
footer .footer-logo p {padding-left: 50px;
	border-left: 2px solid #8d9bb5;
}
footer .footer-logo a{display: block;}

footer .logo-style {
    margin-right: 50px;
}

footer .flex-row {
	display: flex;
	flex-wrap: wrap;
}
footer .f-col {
	width: 25%;margin-top: 30px;
}
footer .f-col:nth-child(2) {
width: 29%;
}
footer .f-col:nth-child(4) {
width: 21%;
}

footer .f-col h5 {
	font-size: 20px;
	font-weight: 700;
	margin:0 0 2px;
}
footer .f-col p, footer p {
	font-size: 20px;
	font-weight: 300;
	margin: 0px;
	    line-height: 24px;
}

 /* Custom Lead Popup Modal Styles */
 .lead-popup-modal {
	background: rgba(0, 0, 0, .75);
}
.lead-popup-modal .modal-dialog {
max-width: 450px;
margin: 1.75rem auto;
position: relative;
transform: translatey(-50%) !important;
top: 50%;
}

.lead-popup-content {
border-radius: 10px;
box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

.lead-popup-close {
font-size: 1.5rem;
font-weight: 700;
}

.lead-popup-body {
text-align: center;
}

.lead-popup-heading h3 {
font-weight: 700;
margin-bottom: 20px;
color: #1b3668;
font-size: 24px;
}

.lead-popup-buttons {
display: flex;
justify-content: center;
gap: 0px;
padding-bottom: 20px;
}

.lead-popup-buttons .btn {
margin: 0px 6px;
}

.lead-popup-buttons .btn-primary {
background-color: #1b3668;
border-color: #1b3668;
}

.lead-popup-buttons .btn-secondary {
background-color: #6c757d;
border-color: #6c757d;
}

.lead-popup-input {
margin-bottom: 15px;
}

.lead-popup-input .form-control {
border-radius: 5px;
padding: 10px 15px;
}
.lead-popup-buttons .btn-secondary {
	color: #000;
    padding: 9px 40px;
    background-color: #d7e6f9;
    border: 1px solid #d7e6f9;
}
.lead-popup-buttons .btn-primary:hover {
    color: #000000;
    background-color: #d7e6f9;
    border: 1px solid #d7e6f9;
}
.lead-popup-buttons .btn-secondary:hover {
    color: #ffffff;
    background-color: #1b3769;
    border: 1px solid #1b3769;
}

/* Enhanced Lead Popup Modal Styles */
.lead-popup-modal .modal-content {
border-radius: 10px;
border: none;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.lead-popup-modal .modal-header {
	padding: 15px 15px 5px;
	border: 0;
}

.lead-popup-modal .lead-popup-close {
	opacity: 1;
    font-size: 30px;
    font-weight: 500;
	padding: 0;
    margin: 0 0 0 auto;
    transition: all .3s ease-in-out;
}

.lead-popup-modal .lead-popup-close:hover {
opacity: 1;
}

.lead-popup-modal .lead-popup-body {
text-align: center;
}

.lead-popup-buttons .btn {
	padding: 9px 35px;
    transition: all .23s ease-in-out;
    outline: none;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 2px;
    border-radius: 6px;
}

.lead-popup-modal .lead-popup-input {
margin-bottom: 15px;
}

.lead-popup-modal .lead-popup-input .form-control {
border-radius: 4px;
height: 45px;
font-size: 14px;
border: 1px solid #cdd4de;
}

.lead-popup-modal .lead-popup-input .form-control:focus {
border-color: #1c3667;
box-shadow: 0 0 0 0.2rem rgba(28, 54, 103, 0.25);
}

.lead-popup-modal .lead-form-button {
background-color: #1c3667;
border-color: #1c3667;
padding: 8px 30px;
font-weight: 500;
margin-top: 10px;
transition: all 0.3s ease;
}

.lead-popup-modal .lead-form-button:hover {
background-color: #142a4e;
}

.lead-popup-modal .success {
text-align: center;
padding: 20px;
}

.lead-popup-modal .success h3 {
color: #28a745;
margin-bottom: 15px;
}

.lead-popup-modal .error {
border-radius: 5px;
margin-top: 20px;
}

.lead-popup-modal .lead-success-img {
max-width: 100px;
}

/* EU Cookie Law Popup Styles */
.clearfix {
clear: both;
}

.eupopup-container {
background-color: #000000d1;
color: #fff;
padding: 5px 0px;
font-size: 12px;
line-height: 1.2em;
text-align: center;
display: none;
z-index: 9999999;
right: 276px;
border-radius: 10px;
}

.eupopup-container-top,
.eupopup-container-fixedtop {
position: fixed;
bottom: 19px;
left: 15px;
right: 260px;
}

.eupopup-container-fixedtop {
position: fixed;
}

.eupopup-container-bottom {
position: fixed;
bottom: 0;
left: 0;
right: 0;
}

.eupopup-container-bottomleft {
position: fixed;
bottom: 10px;
left: 10px;
width: 300px;
}

.eupopup-container-bottomright {
position: fixed;
bottom: 10px;
right: 10px;
width: 300px;
}

.eupopup-closebutton {
font-size: 16px;
font-weight: 100;
line-height: 1;
color: #a2a2a2;
filter: alpha(opacity=20);
position: absolute;
font-family: helvetica, arial, verdana, sans-serif;
top: 0;
display: none;
right: 0;
padding: 5px 10px;
}

.eupopup-closebutton:hover,
.eupopup-closebutton:active {
color: #000;
text-decoration: none;
}

.eupopup-head {
display: none;
}

.eupopup-body {
color: #fff;
position: relative;
padding: 0;
}

.eupopup-body p,
.eupopup-buttons {
display: inline-block;
font-size: 13px;
padding: 5px 15px 5px 15px;
margin-bottom: 0 !important;
}

.eupopup-buttons {
padding: 7px 0 5px 0;
margin-bottom: 2px;
}

.eupopup-button_1 {
color: #fff;
font-weight: bold;
font-size: 12px;
background-color: #4b626d;
padding: 5px;
box-sizing: border-box;
border-radius: 5px;
transition: all 0.3s ease-in;
}

.eupopup-button_2 {
color: #fff;
font-weight: normal;
font-size: 12px;
background-color: #3171bd;
padding: 5px;
box-sizing: border-box;
border-radius: 5px;
transition: all 0.3s ease-in;
}

.eupopup-button {
margin: 0 10px;
}

.eupopup-button:hover,
.eupopup-button:focus {
text-decoration: none;
color: #000;
}

.lead-popup-heading h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    color: #000;
    margin: 0;
  }
  .lead-popup-modal .lead-popup-input input {
    font-weight: 300;
    width: 100%;
    height: 40px;
    padding: 10px 15px;
    margin-bottom: 12px;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #7f7e7e;
  }
  .lead-popup-modal .lead-popup-input input::placeholder{ color: #000000;}
  
  .lead-popup-modal .lead-popup-input .form-control:focus {
    border-color: #1c3667;
    box-shadow: 0 0 0 0.2rem rgba(28, 54, 103, 0.25);
  }
  .lead-popup-modal .modal-body {
    padding: 0 25px 25px;
    }
    .lead-popup-modal .lead-form-button {
        font-weight: 400;
        font-size: 20px;
        line-height: 22px;
        letter-spacing: 2px;
        width: 100%;
        background-color: #1b3769;
        border-color: #1b3769;
        padding: 12px 0;
        margin-top: 10px;
        transition: all 0.3s ease;
      }
      
      .lead-popup-modal .lead-form-button:hover {
        background-color: #142a4e;
      }

	  .lead-popup-heading {
		padding-top: 26px !important;
		padding-bottom: 30px !important;
	}


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

.thank-you {display: flex;align-items: center;justify-content: center;height: 100vh;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 h2{ font-size: 40px; line-height: 45px;}
.extra-height{height: 70px;}
.home-banner {height: 768px;}
.gallery .flex-col:nth-child(1) .img-box {height: 780px;}
.gallery .flex-col {margin-right: 8px;}
.gallery .flex-col .img-box {height: 385px;}


}




@media(max-width: 1500px) {

.container {max-width: 1250px;}
header .logo img {width: 350px;}
header {padding: 25px 0;}
.home-banner {height: 625px;    background-position: 50% 20%;}
.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 20px;}
.appointment p {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: 50px;font-size: 46px;line-height: 48px}
.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: 32.30%;}
.locations .flex-col .wrapper {height: 300px;}
.locations .flex-col p {font-size: 34px;line-height: 26px;bottom: 35px;}
.gallery .flex-col .img-box {height: 340px;}
.gallery .flex-col {width: 32.85%;margin-bottom: 10px;}
.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: 199px;}
footer .f-col h5 {font-size: 18px;margin: 0;}
footer .f-col p, footer 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;}

.gallery .flex-col:nth-child(1) .img-box {height: 695px;}
.gallery .flex-col .img-box {height: 342px;}
.gallery .flex-col h5 {font-size: 22px;}

}


@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 {font-size: 16px;}
.gallery .flex-col .img-box {height: 325px;}
.gallery .flex-col:nth-child(1) .img-box {height: 660px;}
.gallery .flex-col h5 {font-size: 20px;}
footer .footer-logo img {width: 183px;}

}

@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;}
.gallery .flex-col .img-box {height: 280px;}
.thumbnail .flex-col p {font-size: 22px;line-height: 34px;}
.gallery .flex-col:nth-child(1) .img-box {height: 620px;}
.gallery .flex-col .img-box {
height: 305px;}

}

@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 15px;}
	.appointment p {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: 35px;font-size: 38px;line-height: 40px;}
    .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 { 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;}
	.gallery .flex-col .img-box {height: 230px;}
	.gallery .flex-col { margin-bottom: 6px;}
	.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 { }
	footer .f-col h5 {font-size: 14px;}
    footer .f-col p, footer p {font-size: 16px; line-height: 20px;}
	footer .footer-logo { padding: 0px;}
	footer .f-col {margin-top: 20px;}
	footer { padding: 40px 0 35px;}

	.thank-you h1 {font-size: 50px;}
	.gallery .flex-col .img-box:before {
		display: none;
	}
	.gallery .flex-col {margin-right: 7px;}
	.gallery .flex-col:nth-child(1) .img-box {height: 495px;}
	.gallery .flex-col .img-box {height: 244px;}
	.gallery .flex-col h5 {font-size: 17px;}
	footer .footer-logo img {
    width: 135px;}
    
    .home-banner {background-position: 100% 20%;}





}

@media screen and (max-width: 1024px) {
    .lead-popup-modal .modal-dialog {
        width: 360px !important;
    }
    .lead-popup-modal .modal-header {
        padding: 5px 10px;
    }
    .lead-popup-modal .modal-body {
        padding: 0 20px 20px;
    }
    .lead-popup-heading {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .lead-popup-heading h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .lead-popup-modal .lead-popup-input input {
        width: 100%;
        height: 36px;
        padding: 5px 10px;
        margin-bottom: 10px;
        border-radius: 5px;
        font-size: 14px;
    }
    .lead-popup-modal .lead-form-button {
        margin-top: 8px;
        font-size: 18px;
        line-height: 20px;
        padding: 10px 0;
    }
}

@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: 630px;
	}
	.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 {
    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: 32.70%;
	}
	.locations .flex-col p {
    font-size: 18px;
    line-height: 18px;
    bottom: 20px;
	}
	.locations .flex-col .wrapper {
    height: 175px;
	}
	.gallery .flex-col .img-box {
    height: 170px;
	}
	.thumbnail .flex-col p {
    font-size: 16px;
    line-height: 28px;
	}
	.thumbnail .flex-col .wrapp {
    height: 135px;
	}
	footer .footer-logo img {
  
	}
	footer .f-col, footer .f-col:nth-child(2) {
       width: 50%;
	}
 }

 @media(max-width: 992px) {
	header {
    padding: 20px 0;
	}
	header .logo img {
    width: 270px;
	}
	.home-banner {
    height: 590px;
	}
	.home-banner h1 {
    font-size: 60px;
    padding-top: 100px;
	}
	.home-banner h2 {
    font-size: 34px;
	}
	.appointment {
    padding: 6px 15px;
	}
	.appointment p {
    font-size: 17px;
	}
	.gallery .flex-col {
    margin-right: 5px;
    margin-bottom: 5px;
	}
	.gallery .flex-col:nth-child(1) .img-box {
    height: 375px;
	}
 	.gallery .flex-col .img-box {
    height: 185px;}
    .gallery .flex-col h5 {
    font-size: 15px;
    padding: 10px 0;
	}

 }


 @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 .flex-row.hide-phone-view,
	.home-banner .appointment.hide-phone-view {display: none;}
	.phone-view.navigation {    padding: 20px 0 15px;
    background: #b1dcfe;}
	.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 10px;
    line-height: 30px;
	}	

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

	.experience-center .text-box {
	background: url(../images/experience-center.webp) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0 30px 20px;
    border-top: 25px solid #fff;
    border-bottom: 25px solid #fff;
	}
	.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;
	}

	.gallery .flex-col {width: calc(50% - 5px);}
	.gallery .flex-col .img-box {height: 250px;}

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

	.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;
	}
	.gallery .flex-col:nth-child(1) .img-box {
    height: 415px;
	}
	footer .footer-logo {display: block;}
	footer .footer-logo img {
       padding-right: 0;
    border-right: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
	}
	footer .footer-logo p {
    padding-left: 0;
    padding-top: 15px;
    text-align: center;
	border: none;
	}

  }

  @media (max-width: 576px) {
	.lead-popup-modal .modal-dialog {
		margin: 10px auto;
		width: 95% !important;
	}
	.lead-popup-body {
		padding: 0;
	}
	.lead-popup-body img {
		width: 70px;
	}
	.lead-popup-heading {
		padding-top: 20px !important;
		padding-bottom: 16px !important;
	}
	.lead-popup-heading h3 {
		font-size: 18px;
		line-height: 24px;
	}
	.lead-popup-buttons .btn-primary, .lead-popup-buttons .btn-secondary {
		margin-top: 8px;
		font-size: 18px;
		line-height: 20px;
		padding: 10px 18px;
	}
	.lead-popup-buttons .btn-secondary {
		padding: 10px 22px;
	}

  }

   @media(max-width: 575px) {  

   	.container {
    max-width: 100%;
	}
	header {
    padding: 10px 0;
	}
   	header .logo img {
    width: 220px;
	}
	.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 {
    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 0 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: 56px 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;
	}
	.gallery .flex-col, .gallery .flex-col:nth-child(4), .gallery .flex-col:nth-child(5) {
    width: calc(100% - 0px);
	}
	.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 10px;
	}
	footer .footer-logo img {
 
	}
	footer .f-col, footer .f-col:nth-child(2), footer .f-col:nth-child(4) {
    width: 100%;
	}
	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-col .img-box {height: 230px;}

   }


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