@font-face {
  font-family: 'latobold';
  src: url('../fonts/lato-bold-webfont.woff2') format('woff2'), url('../fonts/lato-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latoregular';
  src: url('../fonts/lato-regular-webfont.woff2') format('woff2'), url('../fonts/lato-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latolight';
  src: url('../fonts/lato-light-webfont.woff2') format('woff2'), url('../fonts/lato-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.h-100-vh {
  height: 100vh;
}

section * {
  transition: 0.4s;
}

*:focus,
*:active {
  outline: none;
}

a:focus,
button:focus,
.form-control:focus {
  box-shadow: none !important;
  outline: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "latoregular";
  color: #181c2f;
  padding: 0; 
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'latobold', sans-serif;
}

p {
  font-family: 'latoregular', sans-serif;
}
/*****************************Start New Header CSS******************************************/
.header-top-strip {
    background: #f6f3f2;
}
.header-top-strip .contact-box {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.stair-header .navbar-default { 
    background: #fff;
    border: 0;
    border-color: #fff;
    margin: 0;
    padding: 35px 0;
}
.stair-header .get-in-touch {
    margin-right: 0px;
}
.stair-header .get-in-touch a {
    margin-top: 3px;
    color: #fff !important;
    padding: 10px 30px;
}
.stair-header .get-in-touch a:hover { 
    color: #610c1f !important; 
}
.stair-header .navbar-brand {
    float: none;
    height: auto; 
    padding: 0;
    font-size: unset;
    line-height: normal;
}
.stair-header .navbar-default .navbar-nav>li>a {
    font-size: 16px;
    color: #000043;
}
.stair-header .navbar-default .navbar-nav>.active>a{
    background-color: #ffffff;
}
.stair-header .navbar-header { 
    margin-right: 70px;
}

.nav-custom {
    padding: 15px 0;
}
.nav-custom a.nav-link {
    font-size: 16px;
}
.nav-custom ul.d-flex {
    margin: 0;
}
.form-inner .form-row .form-group {
    margin-bottom: 20px;
}

.award-section {
    padding: 80px 0;
    border-top: 1px solid #ccc;
}
.section-box-head {
    text-align: center;
    margin-bottom: 20px;
}
.section-box-head h2 {
    font-size: 32px;
    color: #444444;
    line-height: 36px;
    margin: 0 0 15px;
}
.bbb-accredited {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.award-section img {
    max-width: 100%;
    height: auto;
}

.stair-footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.stair-footer .col {
    max-width: 25%;
    width: 100%;
}
.stair-footer .col:first-child {
    min-width: 26%;
    margin-right: 40px;
}
.stair-footer .footer-col p {
    margin: 8px 0 0;
    font-size: 16px;
    color: #f7f7f7;
}
.stair-footer .footer-col ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 16px;
    line-height: 30px;
}
.stair-footer .footer-col ul li a{
    color: #fff;
}
.stair-footer .footer-col ul li {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #fff;
}
header.stair-header {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
    top: 0;
}
/**************************End New Header CSS*********************************************/
.main-container {
  padding-top: 125px;
}

.contact-box {
  display: flex;
}

.contact-box a {
  font-size: 16px;
  color: #262626;
  text-decoration: none;
  padding-left: 10px;
}

.contact-box-left,
.contact-box-right {
  padding: 0 20px;
}

.contact-box img {
  vertical-align: baseline;
}

.logo-section {
  border-radius: 50px;
  background-color: #f5f5f5;
  border: solid 1px #bfbfbf;
  padding: 15px 50px;
  ;
  margin: 15px 0 20px 0;
}

.get-in-touch {
  margin-right: -80px;
  display: flex;
  flex-direction: row-reverse;
}

.get-in-touch a {
  background-color: #610c1f;
  padding: 10px 30px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  border: solid 1px #fff;
  margin-top: 7px;
}

.get-in-touch a:hover {
  background-color: #fff;
  color: #610c1f;
  border: solid 1px #610c1f;
}

.banner-text-box {
  display: flex;
  align-content: space-around;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
}

.banner-text-box h1 {
  font-size: 48px;
  color: #ffffff;
  font-family: 'latobold';
}
.banner-text-box h2 {
  font-size: 30px;
  color: #ffffff;
  font-family: 'latobold';
  margin-bottom: 20px 
}
.banner-text-box h3 {
  font-size: 24px;
  color: #ffffff;
  font-family: 'latobold';
}
.banner-text-box p {
  font-size: 16px;
  color: #ffffff;
  font-family: 'latoregular';
}
.key-points {
  color: #ffffff;
}
.call-us-btn {
  padding-top: 30px;
}

.call-us-btn a {
  background-color: #610c1f;
  padding: 15px 40px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}

.call-us-btn a:hover {
  background-color: #fff;
  color: #610c1f;
  border: solid 1px #610c1f;
  transition: all 0.3s ease;
}
.cta-tow .call-us-btn + .call-us-btn a {
  background: #fff;
  color: #610c1f;
}
.footer-box {
  background-color: #152858;
  padding: 80px 0;
}
.footer-left {
  padding-right: 100px;
}
.footer-left p {
  font-size: 18px;
  color: #f7f7f7;
  padding-top: 30px;
}
.footer-right {
  padding-top: 30px;
}
.footer-right a {
  font-size: 16px;
  color: #f7f7f7;
  padding-left: 30px;
  font-family: 'latoregular';
}
.ft-right-heading {
  font-size: 18px;
  color: #f7f7f7;
  font-family: 'latoregular';
  padding-bottom: 20px;
}
.ft-right-email {
  padding-bottom: 20px;
}
.submit-box {
  display: flex;
  justify-content: flex-end;
}
.submit-btn {
  background-color: #fff;
  border-radius: 10px;
  color: #610c1f;
  text-align: center;
  font-size: 18px;
  font-family: 'latobold';
  border: none;
  outline: none;
  padding: 10px 30px;
  border: 1px solid #610c1f;
  width: 100%;
}
.submit-btn:hover {
  background-color: #610c1f;
  color: #fff;
  border-color: #fff;
}
.form-floating>label { 
  font-size: 16px;
}
/*****************************************************/
.banner-section {
  background: url(../img/used-refurbished-new.jpg) no-repeat center top;
  background-size: cover;
  padding: 80px 0;
  position: relative;
}
.banner-section:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(0 0 0 / 50%);
  z-index: 0;
}
.banner-section .container {
  position: relative;
  z-index: 1;
}
.banner-innner-box {
  max-width: 690px;
} 
.key-points ul {
  padding: 0 0 0 0px;
  margin: 0;
  list-style: none;
}
.key-points ul li {
  margin: 0 0 5px;
  font-family: 'latoregular';
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}
.key-points ul li:before {
  content: '\2713';
  position: absolute;
  left: 0;
  top: 0px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  font-size: 18px;
}
.key-points ul li:last-child {
  margin: 0 0 0;
}
.banner-form-wrapper {
  background: rgb(97 12 31 / 80%);
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #fff;
  scroll-margin-top: 80px;
}
.banner-form-head {
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}
.banner-form-head h3 {
  /*
  font-size: 24px; 
  font-family: 'latobold';
  */ 
  font-size: 24px;
  line-height: 38px;
  text-align: left;
  font-weight: 300;
}
.refurbished-stairlifts-box {
  background: url(../img/texture-bg.png) no-repeat left center;
  background-size: auto;
  padding: 80px 0;
}
.section-box-head {
  text-align: center;
  margin-bottom: 20px;
}
.section-box-head h2 {
  font-size: 32px;
  color: #444444;
  line-height: 36px;
  margin: 0 0 15px;
}
.section-box-head h3 {
  font-size: 28px;
  color: #444444;
  line-height: 36px;
  margin: 0 0 15px;
}
.refurbished-stairlifts-col {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  box-shadow: 0px 5px 7px #e4e4e4;
  min-height: 300px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  align-items: center;
  height: 100%; 
}
.refurbished-stairlifts-col h4 {
  margin: 20px 0 8px;
}
.why-choose-box{
  background: #610c1f url(../img/texture-bg-2.png) no-repeat right center;
  background-size: auto;
  padding: 80px 0;
}
.why-choose-box .section-box-head h2 {
  color: #fff;
}
.why-choose-box .section-box-head h3 {
  color: #fff;
}
.why-choose-col {
  color: #444;
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
  box-shadow: 0px 5px 7px rgb(0 0 0 / 50%);
  min-height: 230px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cta-tow {
  display: flex;
  justify-content: center;
  gap: 20px
}
.faq-section {
  background: url(../img/texture-bg.png) no-repeat left center;
  background-size: auto;
  padding: 80px 0;
}
.faq-section .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #610c1f; 
}
.faq-section .accordion-button { 
  font-family: 'latobold';
  font-size: 18px;
}
.faq-section .accordion-button.collapsed::after{
  filter: brightness(0) invert(0);
}
.faq-section .accordion-button::after{
  filter: brightness(0) invert(1);
}
.bbb-accredited {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.final-cta-wrapper {
  background: url(../img/form-bg.jpg) no-repeat center top;
  background-size: cover;
  height: 100%;
  padding: 80px 0;
}
.final-cta-wrapper h2 {
  font-size: 32px;
  color: #ffffff;
  line-height: 36px;
  margin: 0 0 15px;
  text-align: center;
}
.final-cta-wrapper p {
  font-size: 24px;
  color: #ffffff;
  line-height: 30px;
  margin: 0 0 15px;
  text-align: center;
}
.final-cta-wrapper .cta-tow {
  display: flex;
  justify-content: center;
}
.final-cta-wrapper .cta-tow {
  justify-content: center;
}
.award-section {
  padding: 80px 0;
  border-top: 1px solid #ccc;
}
.award-section img {
  max-width: 100%;
  height: auto;
}
/*****************************************************************************/
.intro-box-section{
    background: url(../img/texture-bg-2.png) no-repeat right center;
    background-size: auto;
    padding: 80px 0;
}
.intro-box-text {
    background-color: #fff;
    padding: 20px;
    text-align: center;
    box-shadow: 0px 0px 10px #e4e4e4;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 900px;
    align-items: center;
    margin: 0 auto;
}
.supporting-text {
    margin: 30px 0 10px;
    text-align: center;
    font-size: 20px;
}
.refurbished-stairlifts-box .get-in-touch {
    justify-content: center;
}
.buying-renting-box {
    background: url(../img/texture-bg-2.png) no-repeat right center;
    background-size: auto;
    padding: 80px 0;
}
.buying-renting-list {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.buying-renting-list-item {
    display: flex;
    align-items: center;
    gap: 30px;
}
.buying-renting-list-item-text h3 {
    font-size: 22px;
}
.buying-renting-list-item-text h4 {
    font-size: 18px;
}
.buying-renting-list-item-text ul {
    margin-bottom: 30px;
    padding-left: 20px;
}
.buying-renting-list-item-img {
    min-width: 550px;
}
.buying-renting-list-item-img img {
    box-shadow: 0px 0px 10px #666;
    padding: 5px;
    background: #fff;
}
.buying-renting-list-item:nth-child(2) .buying-renting-list-item-img {
    order: 2;
}
.financing-assistance {
    background: url(../img/texture-bg.png) no-repeat right center;
    background-size: auto;
    padding: 80px 0;
    border-top: 1px solid #ccc;
}
.financing-assistance h2 {
    text-align: center;
}
.financing-assistance-row {
    background: #610c1f;
    margin-top: 25px;
    display: flex;
    align-items: center;
}
.financing-assistance-row>.col-lg-6 {
    padding: 0;
}
.financing-assistance-right {
    padding: 30px;
    font-size: 16px;
    color: #fff;
}
.financing-assistance-right ul {
    list-style: none;
    padding-left: 0;
}
.financing-assistance-right ul li {
    margin-bottom: 15px;
}
.form-box-wrapper { 
    min-height: 606px;
    height: 100%;
}
#form-box-bottom {
    scroll-margin-top: 150px;
    background: #610c1f;
}
.map-address ul {
    margin: 20px 0 25px;
    list-style: none;
    color: #fff;
    font-size: 18px;
    padding: 0;
}
.map-address ul li {
    margin-bottom: 10px;
}
.map-address ul li a {
    color: #fff;
}
.form-inner-body {
    padding: 40px 0 0;
    text-align: center;
    color: #fff;
}
.form-inner-body h3 {
    font-family: 'latoregular';
    font-size: 28px;
    color: #f7f7f7;
}
.form-inner {
    text-align: center;
    max-width: 730px;
    margin: 30px auto 20px;
}
.form-inner .form-row .form-group {
    margin-bottom: 20px;
}
.form-inner input, .form-inner select {
    border-radius: 10px;
    height: 55px;
}
.form-inner textarea {
    border-radius: 10px;
    padding-top: 15px;
}
.submit-box button {
    float: right;
}
.submit-btn {
    background-color: #fff;
    border-radius: 10px;
    color: #610c1f;
    text-align: center;
    font-size: 18px;
    font-family: 'latobold';
    border: 1px solid #fff;
    outline: none;
    padding: 10px 30px;
}
.submit-btn:hover {
    background-color: #610c1f;
    color: #fff;
    border: 1px solid #fff;
}


/**************************************************************************/
header.stair-header {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
    top: 0;
    box-shadow: 0px 0px 10px 0px #dedede;
}
.header-top-strip {
    background: #f6f3f2;
}
.header-top-strip .contact-box {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.contact-box-left, .contact-box-right {
    padding: 0 20px;
    color: #262626;
}
.contact-box-left, .contact-box-right {
    padding: 0 20px;
    color: #262626;
}
.contact-box a {
    font-size: 16px;
    color: #262626;
    text-decoration: none;
    padding-left: 10px;
}
.nav-custom {
    padding: 15px 0;
}
.stair-header .navbar-brand {
    float: none;
    height: auto;
    padding: 0;
    font-size: unset;
    line-height: normal;
}
.nav-custom ul.navbar-nav li.nav-item a.nav-link {
    padding: 8px 25px;
    color: #181C2f;
}
.nav-custom ul.navbar-nav li.nav-item a.nav-link.active {
    color: #181C2f;
}
.nav-custom a.nav-link {
    font-size: 16px;
}
.nav-custom ul.d-flex {
    margin: 0;
}
.stair-header .get-in-touch {
    margin-right: 0px;  
    display: flex;
    flex-direction: row-reverse;
}
.stair-header .get-in-touch a {
    margin-top: 3px;
    color: #fff !important;
    padding: 10px 30px;
}
.stair-header .get-in-touch a:hover {
    color: #610c1f !important;
}
#form-box-main {
    scroll-margin-top: 150px; 
}

.stair-footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.stair-footer .col {
    max-width: 25%;
    width: 100%;
}
.stair-footer .col:first-child {
    min-width: 26%;
    margin-right: 40px;
}
.stair-footer .footer-col p {
    margin: 8px 0 0;
    font-size: 16px;
    color: #f7f7f7;
}
.stair-footer .footer-col ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 16px;
    line-height: 30px;
}
.stair-footer .footer-col ul li a{
    color: #fff;
}
.stair-footer .footer-col ul li {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #fff;
}
/*******************************************************/
/*Responsive style start*/
@media (max-width:991px) {
  .why-choose-col{
    margin-bottom: 20px;
  } 
  .banner-form-wrapper { 
    margin-top: 20px;
  }
  .buying-renting-list-item-img {
    min-width: 350px;
  }
}
@media (max-width:767px) {
  .refurbished-stairlifts-col { 
    height: auto;
  }
  .banner-section { 
    padding: 30px 0; 
  }
  .banner-innner-box { 
    text-align: center;
  }
  .banner-text-box h1 {
    font-size: 36px; 
  }
  .banner-text-box h2 {
    font-size: 24px; 
  }
  .banner-form-wrapper { 
    margin-top: 25px;
  }
  .refurbished-stairlifts-col,
  .why-choose-col { 
    margin-bottom: 20px;
  }
  .bbb-accredited { 
    margin-top: 20px;
  }
  .logo {
    text-align: center;
  }
  .contact-box,
  .get-in-touch {
    justify-content: center;
  }
  .get-in-touch {
    margin-right: 0;
    margin-top: 10px;
  } 
  .footer-left {
    padding-right: 0;
  } 
  .key-points ul li { 
    text-align: left;
  }
  .refurbished-stairlifts-box,
  .why-choose-box { 
    padding: 40px 0;
  } 
  .buying-renting-list-item { 
    flex-direction: column;
  }
  .buying-renting-list-item:nth-child(2) .buying-renting-list-item-img {
    order: 0;
}
.stair-footer { 
    flex-wrap: wrap;
}
.stair-footer .col {
    max-width: 48%;
    width: 100%;
}
.stair-footer .col:first-child {
    min-width: 26%;
    margin-right: 40px;
    margin-bottom: 20px;
}
}

@media (max-width:575px) {
    .header-top-strip .contact-box { 
        flex-direction: column;
    }
    .stair-footer { 
        flex-direction: column;
    }
  .final-cta-wrapper .call-us-btn { 
    position: fixed;
    bottom: 10px;
    z-index: 1;
  }
  .contact-box,
  .get-in-touch {
    display: block;
    text-align: center;
  }
  .submit-box button {
    float: none;
  }
  .ft-right-heading {
    font-size: 26px;
  } 
  .cta-tow {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
  .call-us-btn {
    padding-top: 15px;
  }
.stair-footer .col {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
}
.stair-footer .col:first-child {
    min-width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
}
}