* {box-sizing: border-box}
body {
 font-family: 'ProximaNovaRegular';
  margin:0;
  padding: 0;
  overflow-x: auto;
}

h1, h2, h3, h4, h5, h6,
ul, li, p {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
}

a {
  text-decoration: none;
}
ul, li {
  list-style-type: none;
}

h1 {
  font-size: 45px;
  font-style: normal;
  font-weight: bold;
}
h2 {
  font-size: 26px;
  font-style: normal;
  font-weight: bold;
}
h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
}
h4 {
  font-size: 26px;
  font-style: normal;
  font-weight: normal;
}
h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
}
h6 {
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
}

p {
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
}
button {
  background-color: transparent;
  border: none;
  border-radius: 4px;
  text-transform: capitalize; 
}

.main {
  display: inline-block;
  width: 100%;
}
/**************** header start*****************/
.header {
  padding: 15px 0;
  display: inline-block;
  width: 100%;
}
  .header .header-logo  {
    width: 27%;
    float: left;
    margin-right: 51px;
  }

  .header .header-right {
    padding-top: 10px;  width:427px;float:right; text-align:center;display:flex; justify-content:center;align-items:center
  }

  .header .header-detail {
    text-transform: uppercase;
    color: #0b3f76;
    text-align: center;
    
  }
  .header .header-detail h5 {
    text-transform: initial;
    color: #8e744b;
    font-weight: 500;
    font-size: 22px;
  }
  .header .header-detail h1 {
    font-size: 36px;font-family: 'ProximaNovaBold';
  }
  .header .header-detail h1 a {
    color: #124779;
  }
  
    .header .header-detail h1 a:hover {
    text-decoration:none
  }
  .header .mobile-icon {
    width: 40px;
   
    margin-right: 20px;
  }

/**************** header end*****************/



/**************** banner start*****************/
.banner-section {
  width: 100%;
  display:flex; justify-content:center;align-items:center; align-content:center; 
  background-color: #124779;
  padding: 35px 0px ;
}
.banner-section-left {
  text-align: center; padding-top:28px
}
.banner-section-left h3 {
  color: #fff;
  padding-bottom: 18px;font-family: 'ProximaNovaBold'; text-transform:uppercase; font-weight:normal
}
.banner-section-left h6 {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 28px;
}

.banner-section .form {
  width: 427px;
  float: right;
  background-color: #ffffff;
  color: #124779;
  text-align: center;
  position: relative;
  padding: 40px;
  border-radius: 3px;
  margin-top: 38px;
}
.banner-section .form h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 22px;
  color: #124779;font-family: 'ProximaNovaBold'; font-weight:normal
}
.banner-section .form input {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 12px;
  border-radius: 3px;
  /* text-transform: capitalize; */
  height: 45px;
  font-size: 16px;
  color: #9a9a9a; border:1px solid #c2c2c2;
}
.banner-section .form textarea {
  width: 100%;  font-family: 'ProximaNovaRegular'; padding: 10px 15px;color: #9a9a9a; border:1px solid #c2c2c2;
}
::placeholder {
color: #4b4b4b;
}

.banner-section .buto .form button {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  background-color: #8e744b;
  border-color: #000;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  border-color: #8e744b;
  font-size: 22px;
  transition: all 0.5s; font-family: 'ProximaNovaBold'; cursor:pointer
}
.banner-section .buto .form button:hover {
  background-color: #0b3f74;
  color: #fff;
}





/**************** banner end*****************/


/**************** gallery start*****************/
.gallery {
  text-align: center;
  padding-top: 80px;
}
.gallery h3 {
  color: #124779;
  font-size: 26px;
  margin-bottom: 35px;
}
.gallery .gallery-img {
  margin-bottom: 60px;
}
.gallery .para p {
  font-size: 16px;
  line-height: 24px; width:88%; margin:0 auto
}
.gallery .para p:first-child {
  margin-bottom: 30px;
}
/**************** gallery end*****************/





/**************** home start*****************/
.home {
  text-align: center;
  padding: 80px 0;
}
.home h3 {
  font-size: 26px;
  color: #124779;
  margin-bottom: 50px;
}
.home .home-img {
 
  width: 100%; display:flex;justify-content:center;align-items:center; align-content:center;
}
.home .home-img img {

  width: 63px;  height:63px;
}
.home .home-img h6 {
  font-size: 18px;
  font-weight: 600;
  color: #124779;
  padding-left:10px
}

/**************** home end*****************/




/**************** customer start*****************/
.customer {
  background-image: url('../images/customers-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 80px 0px;
}

.customer .banner-slide h2 {
  font-size: 26px;
    margin-bottom: 40px;
    color: #fff;
}

.customer .banner-slide{width:80%; margin:0 auto}
.customer .banner-slide p {
  font-size: 16px;
    margin-bottom: 30px;
    color: #fff;
    line-height: 22px;
}

.customer .banner-slide span{display:block; text-decoration:underline; color:#fff}

.customer .banner-slide button{background:#8e744b; padding:15px 20px; color:#fff; font-size:16px; color:#fff; max-width:270px; min-width:220px; width:auto; text-transform:uppercase; margin-top:40px; border:2px solid #8e744b; cursor:pointer}

.customer .banner-slide button:hover{background:none; border:2px solid #fff}
/**************** customer end*****************/



.video{  text-align:center; }
	.videoimg{position: relative;
    padding-bottom: 54%;
 padding-top:20px;
    height: 0;
    overflow: hidden; margin-top:20px }
.video iframe{
 position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 98% ;
}

.mapbox img{margin-top:20px;}






/****************Footer****************/

footer {
  display: block;
}
.footer {
  background: #0b3f74 none repeat scroll 0 0;
  color: #fff;
  padding: 82px 0 82px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.footer h5 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: capitalize;
}
.footer .ftr1 {
  width: 20%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0px 20px 0px 0px;
}
.footer .ftr2 {
  width: 38%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0px 20px 0px 20px
}
.footer .ftr3 {
  width: 34%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0px 0px 0px 20px
}
.footer p {
  margin: 0px 0px 20px 0px;
  font-size: 14px;
  line-height: 24px;
}
.footer p, .footer a {
  color: #fff;
  text-transform: none;
}
.footer ul {
  margin: 0px;
}
.footer ul li {
  line-height: normal;
  font-size: 16px;
  margin-bottom: 5px;
}
.footer ul li a img {
  position: relative;
  top: 5px;
  padding-right: 10px;
}
.footer ul li a:hover {
  color: #c7df9d;
}
.footer a:hover {
  color: #c7df9d;
}
.lht {
  float: left;
  width: 55%
}
.rht {
  float: left;
  width: 40%
}
.social-icon a {
  padding-right: 15px;
}
.social-icon a:hover {
  opacity: .6;
}
.footer-copy {
  background: #09345f;
  text-transform: none;
  text-align: center;
  padding-bottom: 5px
}
.footer-copy p {
  font-size: 16px;
  color: #fff;
  margin: 0px;
  padding: 16px 0px 8px 0px;
}

  .screen-reader-response {
  display: none !important;
}
div.wpcf7-validation-errors {
  border: 2px solid #f7e700;
  display: none!important;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{

    display: none !important;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-spam-blocked {
  display: none!important;
}
span.wpcf7-not-valid-tip, .page-template-template-solution span.wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: normal;
  position: relative;
  right: -78px;
  text-align: right;
  top: -43px;
  width: 200px;
  z-index: 10;
}

.footer  .col-full {
  width: 1170px;
  margin: 0 auto;
  float: none;
}
.footer .col-full {
  margin-right: auto;
  margin-left: auto;
}
.footer .col-left {
  float: left
}
.footer .col-right {
  float: right
}

.footer-copy .col-full {
  width: 1170px;
  margin: 0 auto;
  float: none;
}
.footer-copy .col-full {
  margin-right: auto;
  margin-left: auto;
}
.footer-copy .col-left {
  float: left
}
.footer-copy .col-right {
  float: right
}
.tes {
  height: 116px !important;
  margin-bottom: 12px;
}

.btn input{
background-color: #8e744b;
    border-color: #8e744b;
    border-radius: 4px;
    color: #ffffff !important;
    cursor: pointer;
    font-family: "ProximaNovaBold" !important;
    font-size: 22px;
    font-weight: 400;
    height: 50px;
    text-transform: uppercase !important;
    transition: all 0.5s ease 0s;
    width: 100%;

} 

.btn input:hover {
  background-color: #0b3f74 !important;
  color: #fff !important;
}
.tp-space {
  margin-top: 28px;
}
.handicare img {
    margin-bottom: 50px;
}
.handicare h3 {
    font-size: 26px;
    color: #124779;
    margin-bottom: 50px;
    text-align: center;
    padding: 0 10px;
}

/*
*****************************************
        NEW LANDING STAIRLIFT PAGE CSS
*****************************************        
*/


.lp-headings h2 {
	font-size: 36px;
}
.lp-headings h3 {
	font-size: 36px;
}
.lp-headings h4 {
	font-size: 26px;
}
.lp-headings h5 {
	font-size: 22px;
}
.lp-headings h6 {
	font-size: 20px;
}

.lp-header-part {
	background-color: #f6f6f6;
	padding: 12px 0;
}
.lp-logo {
	float: left;
	width: 28.33%;
}
.lp-logo-slogan {
	float: left;
	width: 44.33%;
	text-align: center;
}
.lp-logo-slogan h6 {
	font-size: 26px;
	font-weight: 600;
	color: #124779;
	margin: 26px auto 0;
}
.lp-call-part {
	float: left;
	width: 27.33%;
	text-align: right;
	margin-top: 10px;
}
.lp-call-part img, .lp-call-part .call-content {
	display: inline-block;
	vertical-align: middle;
}
.lp-call-part img {
	margin-right: 15px;
}
.call-content h6 {
	font-size: 18px;
	font-weight: 400;
	color: #124779;
	margin-bottom: 8px;
}
.call-content p {
	margin: 0;
}
.call-content p a {
    font-size: 30px;
    font-weight: 700;
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    transition: 1s all ease;
    color: #124779;
}
.lp-banner-section {
	background-color: #124779;
	padding: 80px 0;
}
.lp-banner-video {
	float: left;

}
.lp-banner-heading {
	max-width: 940px;
	margin: 0 auto 65px;
	text-align: center;
}
.lp-banner-heading h2 {
	font-weight: 700;
	color: #ffffff;
	line-height: 1.3;
	margin-bottom: 30px;
}
.lp-banner-heading p {
	font-size: 30px;
	font-weight: 400;
	color: #ffffff;
}
.lp-banner-formpart {
	display: flex;
	margin-bottom: 40px;
}
.lp-banner-video {
	float: left;
	width: calc(100% - 434px);
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.lp-banner-video img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.lp-banner-form {
	float: right;
	width: 100%;
	max-width: 394px;
	margin-left: 40px;
	background-color: #ffffff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.lp-banner-form h4 {
	font-weight: 700;
	color: #124779;
	text-align: center;
	margin-bottom: 25px;
}
.lp-banner-form form .form-control {
	min-height: 44px;
	border: solid 1px #d7d9da;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	padding: 12px 15px;
	line-height: 16px;
	font-family: 'ProximaNovaRegular';
}
.lp-banner-form form textarea {
	min-height: 92px;
	resize: none;
	font-family: 'ProximaNovaRegular';
}
.lp-banner-form form input[type="submit"] {
	background-color: #124779;
	min-height: 47px;
	color: #ffffff;
	border: 0;
	display: block;
	width: 100%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: 1s all ease;
	-moz-transition: 1s all ease;
	transition: 1s all ease;
	outline: 0;
}
.lp-banner-form form input[type="submit"]:hover,
.lp-banner-form form input[type="submit"]:active,
.lp-banner-form form input[type="submit"]:focus{
	background-color: #8e744b;
	-webkit-transition: 1s all ease;
	-moz-transition: 1s all ease;
	transition: 1s all ease;
}
.lp-banner-form input:not([type]),
.lp-banner-form input[type="color"],
.lp-banner-form input[type="email"],
.lp-banner-form input[type="number"],
.lp-banner-form input[type="password"],
.lp-banner-form input[type="tel"],
.lp-banner-form input[type="url"],
.lp-banner-form input[type="text"],
.lp-banner-form textarea,
.lp-banner-form select {
	width: 100%;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.lp-banner-form textarea{height: 100px;}
.lp-list-left ul {padding-left: 0;}
.lp-list-left ul li {font-size: 24px;font-weight: 700;color: #ffffff;position: relative;padding-left: 55px;margin-bottom: 30px;list-style: none;}
.lp-list-left ul li:last-child {margin-bottom: 0;}
.lp-list-left ul li::before {	content: '';
	background-image: url('../images/check-icon.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 28px;
	min-height: 28px;
	transform: scale(1);
	transform-origin: 0;
	position: absolute;
	left: 0;
	top: 0px;
}
.lp-list-left {
	width: calc(100% - 463px);
	float: left;
}
.lp-list-right {
	float: right;
	max-width: 394px;
	margin-left: 40px;
	text-align: center;
	width: 100%;
}
.lp-list-right p {
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	margin: 15px 0;
}
.lp-about-testimonial {
	display: flex;
	align-items: center;
}
.lp-testimonial-left {
	float: left;
	width: calc(100% - 490px);
}
.lp-testimonial-right {
	max-width: 434px;
	width: 100%;
	float: right;
	margin-left: 55px;
}
.lp-testimonial-block {
	box-shadow: 0 0 12px 6px rgba(0,0,0,0.08);
	border-radius: 3px;
	-webkit-box-shadow: 0 0 12px 6px rgba(0,0,0,0.08);
	-webkit-border-radius: 3px;
	padding: 56px 68px 42px;
	margin: 15px;
	width: 95.7%;		
	box-sizing: border-box;		
	-webkit-box-sizing: border-box;		
	-moz-box-sizing: border-box;
  min-height: 364px;
}
.lp-testimonial-block p {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	margin: 0 auto 10px;
	line-height:24px;
}
.lp-author-section {
	margin-top: 32px;
  position: relative;
}
.lp-author-left, .lp-author-right {
	display: inline-block;
	vertical-align: middle;
}
.lp-author-left {
	width: calc(100% - 105px);
}
.lp-author-right {
	max-width: 100px;
	text-align: right;
	width: 100%;
	position: absolute;
	right: 0;
}
.lp-author-logo {
	max-width: 100px;
}
.lp-author-left p {
	margin: 0;
	font-weight: 600;
}
.lp-about-carousel h3 {
	margin-bottom: 65px;
		color: #124779;
	line-height: 26px;
}
.lp-author-logo img {
	max-width: 100%;
	width: auto !important;
	display: inline-block !important;
  -webkit-transform-style
}
.lp-testimonial-slider .owl-nav {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	left: 50%;
}
.lp-testimonial-slider .owl-next {
	position: absolute;
	right: 0;
}
.lp-testimonial-image {
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.lp-testimonial-image img {
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.lp-about-carousel {
	padding: 80px 0;
}
.lp-wide-selection-block ul {
	padding-left: 0;
	margin-right: -55px;
	margin-left: -55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 0;
	margin-top: 0;
}
.lp-wide-selection-block ul li {
	list-style: none;
	margin-left: 24.5px;
	margin-right: 24.5px;
	margin-top: 55px;
	max-width: 357px;
	width: 100%;
	border: solid 1px #cfcfcf;
	padding: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.lp-wide-selection-col {
	text-align: center;
	height: 100%;
}
.lp-wide-selection-image img {
	max-width: 100%;
	display: block;
}
.lp-wide-selection-content h5 {
	font-size: 22px;
	font-weight: 600;
	color: #124779;
	margin: 0;
}
.lp-wide-selection-content {
	margin: 25px 0 20px;
}
.lp-wide-selection-col .btn {
	background-color: #124779;
	outline: 0;
		padding: 14px 22px;
	display: block;
	margin: 10px 0px;
	width: auto;
	display: inline-block;
	color: #fff;
	border-radius: 4px;
	font-size: 18px;
	/* font-weight: 600; */
	text-transform: uppercase;
}

.lp-wide-selection-col .btn:hover, .lp-wide-selection-col .btn:active, .lp-wide-selection-col .btn:focus {
	background-color: #8e744b;
}
.lp-wide-selection-image {
	max-height: 220px;
	min-height: 220px;
	overflow: hidden;
}
.lp-wide-selection-image img {
	object-fit: cover;
	object-position: center;
}
.lp-wide-selection-block ul li:nth-child(-n+3) {
	margin-top: 0;
}
.lp-wide-selection h3 {
	margin-bottom: 58px;
	color: #124779;

}
.text-center{text-align: center;}
.lp-wide-selection {
	padding-bottom: 100px;
}
.lp-service {
	background-color: #f6f6f6;
	padding: 80px 0;
}
.lp-slider-block h5 {
	font-weight: 400;
	color: #124779;
	font-size: 22px;
	margin-bottom: 0;
	margin-top: 25px;
}
.lp-slider-block {
	text-align: center;
}
.lp-service-slider .owl-nav {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 1;
}
.lp-service-slider .owl-nav .owl-prev, .lp-service-slider .owl-nav .owl-next {
	width: 45px;
	height: 45px;
	background-color: #fff !important;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: solid 2px #dbdbdb !important;
}
.lp-service-slider .owl-nav .owl-prev img, .lp-service-slider .owl-nav .owl-next img {
	padding: 12px;
	box-sizing: border-box;
}
.lp-service-slider .owl-nav .owl-next {
	position: absolute;
	right: 0;
}
.lp-service-slider {
	padding: 0 70px;
	box-sizing: border-box;
}
.lp-service-slider .owl-stage-outer {
	z-index: 9;
}
.lp-service h3 {
	margin-bottom: 60px;
	color: #124779;
}
.lp-book-consultation {
	background-color: #124779;
	padding: 65px 0;
}
.lp-book-consultation .lp-headings h2 {
	color: #ffffff;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 40px;
}
.lp-book-consultation .book-consultation-form form {
	max-width: 705px;
	width: 100%;
	margin: 0 auto;
}
.lp-book-consultation .book-consultation-form .fldwd {
	width: 48%;
}
.lp-book-consultation .book-consultation-form .form-control {
	min-height: 49px;
	border: 0;
	border-radius: 3px;
	padding: 10px 18px;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 23px;
	color: #333333;
	font-family: 'ProximaNovaRegular';
	width: 100%;
}
.lp-book-consultation .book-consultation-form textarea {
	min-height: 93px;
}
.lp-book-consultation .book-consultation-form input[type="submit"] {
	background-color: #8ddcff;
	min-height: 54px;
	max-width: 220px;
	width: 100%;
	display: block;
	border: solid 2px #8ddcff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 18px;
	font-weight: 600;
	color: #124779;
	text-transform: uppercase;
	margin: 20px auto 0;
	cursor: pointer;
	-webkit-transition: 1s all ease;
	-moz-transition: 1s all ease;
	transition: 1s all ease;
	outline: 0;
}
.lp-book-consultation .book-consultation-form input[type="submit"]:hover, .lp-book-consultation .book-consultation-form input[type="submit"]:active, .lp-book-consultation .book-consultation-form input[type="submit"]:focus {
	background-color: #8e744b;
	border-color: #8e744b;
	color: #ffffff;
}
.lp-benifits-starlifts {
	background-color: #8ddcff;
	padding: 68px 0;
}
.lp-benifits-starlifts .lp-headings h2 {
	color: #124779;
	margin-bottom: 70px;
}
.lp-benifits-starlifts-col ul {
	padding-left: 0;
	margin: 0;
}
.lp-benifits-starlifts-col ul li {
	display: inline-block;
	vertical-align: middle;
}
.lp-benifits-starlifts-col ul li.lp-benifits-img {
	max-width: 84px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-right: 20px;
}
.lp-benifits-starlifts-col ul li.lp-benifits-content {
	width: calc(100% - 130px);
	text-align: center;
}
.lp-benifits-starlifts-col ul li.lp-benifits-img img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.lp-benifits-starlifts-inner {
	margin: 0 -10px;
}
.lp-benifits-starlifts-col {
	float: left;
	width: calc(100%/3 - 20px);
	margin: 0 10px;
}
.lp-benifits-content p {
	font-size: 20px;
	font-weight: 600;
	color: #124779;
	line-height: 1.4;
}
.lp-assistance-content {
	max-width: 773px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.lp-more-assistance .lp-headings h2 {
	line-height: 1.3;
	margin-bottom: 30px;
	color:#124779;
}
.lp-assistance-content p, .lp-assistance-content p a {
	font-size: 20px;
	font-weight: 600;
	color: #333333;
	line-height: 1.6;
}
.lp-assistance-content p a:hover {
	color: #8e744b;
}
.lp-more-assistance {
	padding: 80px 0;
}
.lp-footer {
	background-color: #124779;
	padding: 68px 0;
}
.lp-footer-address-left {
	float: left;
	width: 50%;
}
.lp-footer-address-right {
	float: right;
	width: 50%;
}
.lp-footer-ic {
	max-width: 25px;
	display: inline-block;
	vertical-align: top;
	margin-right: 11px;
}
.lp-footer-address-content {
	display: inline-block;
	width: calc(100% - 60px);
}
.lp-footer-address-left {
	float: left;
	width: 50%;
}
.lp-footer-address-right {
	float: right;
	width: 50%;
}
.lp-footer-address-content p, .lp-footer-address-content p a {
	margin: 0;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
}
.lp-footer-address-content p{line-height: 24px;}
.lp-footer-left {
	float: left;
	width: 65%;
}
.lp-footer-right {
	float: right;
	width: 35%;
}
.lp-footer-logo {
	margin-bottom: 63px;
}
.lp-footer-address {
	margin-bottom: 90px;
}
.lp-footer-address:last-child {
	margin-bottom: 0;
}
.lp-footer .lp-footer-map {width:100%;height:300px;border:0; border-radius:5px;}
.footer-map {
	text-align: right;
}
.lp-banner-form, .lp-book-consultation .book-consultation-form .stairlift-frm-book-btn{position: relative;}
.lp-banner-form div.wpcf7 .ajax-loader {
	position: absolute;
	right: 13px;
	bottom: 44px;
}
.book-consultation-form div.wpcf7 .ajax-loader {position: absolute;right: 30%;bottom: 10px;}
.page-template-template-satirlift-landing-page p{font-family: 'ProximaNovaRegular';}
.page-template-template-satirlift-landing-page .clearfix::before, .page-template-template-satirlift-landing-page .clearfix::after {
	display: table;
	line-height: 0;
	content: "";
}
.lp-book-consultation .book-consultation-form .float-left{float: left;}
.lp-book-consultation .book-consultation-form .float-right{float: right;}
.lp-book-consultation .book-consultation-form textarea{height : 100px;}
.lp-banner-form span.wpcf7-not-valid-tip {
	font-size: 14px;
	font-weight: normal;
	position: relative;
	right: unset;
	text-align: left;
	top: unset;
	width: 100%;
	z-index: 10;
	left: 5px;
	bottom: 6px;
}

.book-consultation-form span.wpcf7-not-valid-tip {
	font-size: 14px;
	font-weight: normal;
	position: relative;
	right: 22px;
	text-align: right;
	top: -43px;
	width: 100%;
	z-index: 10;
}


.youtube-player {
	position: relative;
	padding-bottom: 70.85%;
	height: 0;
	cursor: pointer;
}

.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#top_video{display: block;height: 100%;}
#top_video iframe {
	width: 100%;
	height: 100%;
}
.videoimage img:hover{cursor: pointer;}
.ajax-loading::before {
	background: rgba(0, 0, 0, 0.9) url(../images/loader.svg) 50% 50% no-repeat;
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
}
#stairlift_popup_data .popup-box::after{display: block;clear: both;content: '';}
#stairlift_popup_data.formsec{
background : #fff none repeat scroll 0 0;
border: 1px solid #6992BF;
	border-radius: 6px;
	color: #000;
	font-size: 16px;
	font-weight: normal;
	padding: 40px;
	margin: 10% auto;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	max-width: 1000px;
}
#stairlift_popup_data .popup-box-img {
	float: left;
	max-width: 350px;
	width: 100%;
	text-align: center;

}
#stairlift_popup_data .popup-box-content {
	float: right;
	width: calc(100% - 380px);
	margin-left: 30px;
}
.popup-box-img img {
	height: auto;
}

/*#stairlift_popup_data .popup-box-content {
	float: none;
	width: 100%;
}*/
#stairlift_popup_data .popup-box-content p{
  line-height: 24px;
  color: #333333;
  margin: 15px 0
}
#stairlift_popup_data .popup-box-content h3 {
	font-size: 20px;
	color: #124779;
	line-height: 26px;
  margin-bottom: 15px;
}

#stairlift_popup_data .popup-box-content h5 {
	font-size: 30px;;
	color: #124779;
  margin-bottom: 15px;

}

#stairlift_popup_data .popup-box-content ul li {
	margin: 0px 0px 10px 20px;
	padding: 0px;
	list-style-image: url(../images/list.png);
	color: #333333;
	list-style-position: outside;
  line-height: 24px;
}
body.magnificpopupnoscroll{
   overflow-y: hidden !important;
}
.mfp-bg,body.mfp-zoom-out-cur {
overflow: hidden !important;
margin: 0 !important;
padding: 0 !important;
height: 100% !important;
}
.page-id-3264 #onesignal-bell-container{display: none;}
.shw-in-mob{display: none;}

.grecaptcha-badge {
	bottom: 20px !important;
	z-index: 1;
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	right: -175px !important;
}
.grecaptcha-badge:hover {
	right: -38px !important;
}
/*
****************************
        END CSS
****************************        
*/