﻿:root {
    /** fonts **/
    --heroFont: 'Roboto', sans-serif;
    --navFont: 'Staatliches', cursive;
    --textFont: 'Open Sans', sans-serif;
    --secondaryFont: 'Raleway', sans-serif;
    /** colors **/
    --ovsl-font-black: #444444;
    --ovsl-highlight-color: #ffd100;
    --ovsl-highlight-hover-color: #fbdb65;
    --ovsl-highlight-hover-color-50: #fbdb65ca;
    --ovsl-green: #5aa687;
    --ovsl-button-blue: #1e94b2;
    --ovsl-blue-color: #1e94b2;
    --ovsl-brown-black-color: #524d4d;
    /* 
    ovsl blue 
    rgb: 30 148 178 
     #1e94b2
*/
}

@media (min-width: 768px) {
}
.validation-summary-errors {
    color:red;
}

.highlight-text {
    color: var(--ovsl-highlight-color);
}
.nav-font {
    font-family: var(--navFont)
}

a {
    text-decoration: none;
}

body {
    color:var(--ovsl-font-black);
}


h1, h2, h3, h4, h5 {
    font-family: var(--textFont);
}


.testr {
    border:1px solid lime;
    color:red;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}



.ovsl-button {
    background-color: var(--ovsl-button-blue);
    color: white;
    font-size: 1rem;
    margin: 0 2px;
    border: 0;
    padding: 12px 40px;
    border-radius: 40px;
    margin-top: 8px;
}

.ovsl-button:hover {
    margin-top: -2px;
    margin-bottom: 14px;
    padding-bottom:8px;
}

.ovsl-button-outlined {
    background-color: #ffffff78;
    border: 2px solid #444444;
    color: #444444;
}
    /** home page hero**/

    .home-title {
    position: absolute;
    left: -2000px;
}

.home-header {
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url("/imgs/home/hero-home-sm.jpg"); height: auto;
    min-height: 100vh;
    padding-top: 20px;
    margin-bottom: 40px;
    z-index: 1;
}

@media( min-width: 768px ) {
    .home-header {

/*        background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .4 ) ), url("/imgs/home/hero-home.jpg"); height: 80vh;
*/        background-image: linear-gradient( 20deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url("/imgs/home/hero-home.jpg"); 
          height: 80vh;
        min-height: 90vh; /* 650px */
        margin-bottom: 20px;
    }
}

.home-header .container,
.page-header .container {
    position: relative;
}




.hero-logo-area {
    position: absolute;
    top:40vh;
    z-index:-1;
    width:100%;
    color:white;
    text-align:center;
    margin:0 auto;
    
}

.hero-logo-area img {
    display:none;
}

.hero-logo-area h2 {
    display: block;
    font-weight: 800;
    font-size: 7rem;
    font-family: var(--navFont);
    margin:0;
    line-height:  6rem;

}
.hero-logo-area p {
    display: block;
    font-size:1.25rem;
    line-height:1rem;
}

@media( min-width: 768px ) {
   .hero-logo-area {
        padding:0;
        position: absolute;

        width: 30vw;
        top: 20vh;
        right: 10vw;
        background-color:transparent;
    }

    .hero-logo-area img {
        display:block;
        width: 100%;
/*        filter: brightness(1.2);*/
    }

    .hero-logo-area h2 {
        display: none;

    }

    .hero-logo-area p {
        display: none;
    }



}



.hero-text-area {
    font-family: var(--heroFont);
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    color: white;
    padding:20px;
    z-index:-1;

}

.hero-text-area h2 {
    font-size: 2rem;
    text-shadow: 0px 0px 20px rgba(0,0,0,.4);
    font-family: var(--navFont);
}

@media (min-width: 768px) {

    .hero-text-area {
        bottom: 60px;    
        margin:0;
    }

    .hero-text-area h2 {
        font-size:3.8rem;    
    }

}



.hero-text-area p {
    font-size: 1rem;
    margin-bottom: 1rem;
    text-shadow: 0px 0px 20px rgba(0,0,0,.4);
}

@media (min-width: 768px) {
    .hero-text-area p {
        font-size: 1.4rem;
        margin-bottom: 2rem;

    }
}

.hero-text-area h3 {
    font-size: 3rem;
    font-weight: 700;
    color: var(--ovsl-highlight-color);
    text-shadow: 0px 10px 30px rgba(0,0,0,.4);
    font-family: var(--navFont);
}

@media (max-width: 300px) {
    .hero-text-area h3 {
        font-size: 2rem;

    }

}

@media (min-width: 768px) {

    .hero-text-area h3 {
        font-size: 6rem;
    }
}

.hero-text-area a {
    text-decoration: none;
}

.hero-text-area a h3:hover {
    color: var(--ovsl-highlight-hover-color);
}

/*sub page header ( not home page )     */
.hero-text-area div h2 {
    font-size: 6rem;
    line-height: 4rem;
    font-family: var(--navFont);
    color:#ffe130bd;
}

.hero-text-area div p {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #ffffffbd;
}



.heroFollower {
    color: #585858;
    text-align: center;margin: 60px 0;

}

.heroFollower h5 {
    font-size: 1.2rem;
    text-align: center;
}

    .heroFollower h5 a {
        color: #585858;
    } 

@media (min-width: 768px) {

    .heroFollower h5 {
        font-size: 2rem; 
        text-align: center;
    }

    
}

.heroStairliftModelName {
    color: var(--ovsl-highlight-color);
}

.straight-or-curved {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px) {
    .straight-or-curved {
        display: flex;
        flex-wrap: nowrap;
        display: flex;
        flex-direction: row;
    }

}

.straight-or-curved--stairlift {
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    text-shadow: 2px 2px 0px rgba(0,0,0,1);
    text-decoration: none;
    text-decoration-color: var(--ovsl-highlight-hover-color);    
    display: flex;
    flex-direction: column;
    width:100%;
}

@media(min-width: 768px) {
    .straight-or-curved--stairlift {
        width:auto;
    }
}




.straight-or-curved--stairlift:hover {
    box-shadow: inset 0 0 0 1000px var(--ovsl-highlight-hover-color);

    text-decoration: none;
    transition: all .25s ease-in-out;
}



.straight-or-curved--stairlift:hover h3 {
    background-color:transparent
}

.straight-or-curved--stairlift h3 {
    font-size: 3rem;
    font-weight: 700;
    /*   text-decoration: underline;*/
    background-color: rgba( 21, 29, 37, .80 );
    /*   text-decoration-color: var(--ovsl-highlight-color);
    text-shadow: 0px 1px 6px rgba(0,0,0,.5);*/
    padding: 0 1rem;
}


@media(min-width: 768px) {
    .straight-or-curved--stairlift:hover h3 {
        text-decoration:none;
    }
}



.straight-or-curved--stairlift ul li {
    display: none;
    text-align: center;
    font-size: 1.6rem;
    list-style-type: none;
}



.straight-or-curved--stairlift h3 a {
    color: white !important;
}

.straight-or-curved--stairlift h3 a:hover {
    text-decoration: underline;
}


.straight-or-curved--stairlift:hover ul li {
    display: block;

}

.straight-or-curved--stairlift ul li a {
    color: white !important;
}

.straight-or-curved--stairlift ul li a:hover {
    text-decoration: underline;
}


.straight-or-curved--stairlift-straight {
    background-image: url('../imgs/home/home-page-straight-stairlift.jpg');
}

.straight-or-curved--stairlift-curved {
    background-image: url('../imgs/home/home-page-curved-stairlift.jpg');
}


.straight-or-curved--circle {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 160px;
    width: 160px;
    position: absolute;
    background-color: var(--ovsl-blue-color);
    border-radius: 100%;
    color: white;
    font-size: 3rem;
    font-weight: 700;
    box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.5);
}



.three-steps-to-independence {
    margin-top: 0px;
    min-height: 300px;
    padding-top: 80px;
    margin-bottom: 10px;
}

.three-steps-to-independence__form {
    min-height: 240px;
}
.three-steps-to-independence h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 700; 
    margin: 0 0 20px;
}

.three-steps-to-independence h5 {
    text-align: center;
    font-size: 1rem;
    font-weight: 600; 
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    .three-steps-to-independence h5 {
        font-size: 1.25rem;
        margin: 0 0 10px;
    }
}




/** process area **/
.three-steps-to-independence__section {
    text-align:center;
}


.three-steps-to-independence__steps {
    display: flex;
    flex-direction: column;
    justify-content: center;
}



@media( min-width: 768px ) {
    .three-steps-to-independence__steps {
        flex-direction: row;
    }
}



.three-steps-to-independence__steps--step {

    flex-basis: 100%;
    position: relative;

    padding: 0 40px 30px;
    text-align:center;
}
@media( min-width: 768px ) {
    .three-steps-to-independence__steps--step {
        flex-basis: 33.3%;
        padding: 0 40px;
    }
 }

.three-steps-to-independence__steps--step h3 {
    text-align: center;
    font-weight:700;
    margin: 0 0 40px;
    font-size:2rem;
}

.three-steps-to-independence__steps--step::before {
    position: absolute;
    top: 60px;
    left: 25%;
    font-size: 40vw;
    font-size: clamp(20rem, 30vw, 30rem);
    line-height: 1rem;
    font-family: var(--secondaryFont );
    font-weight: 900;
    color: #eeeeee;
    z-index: -1;
}

@media( min-width: 768px ) {
    .three-steps-to-independence__steps--step::before {
        left: 10%;
        top: 10%;
/*        font-size: 30rem;*/
    }
}


.three-steps-to-independence__steps--step--1::before {
    content: '1';
}

.three-steps-to-independence__steps--step--2::before {
    content: '2';
}

.three-steps-to-independence__steps--step--3::before {
    content: '3';
}


.get-started-button {
    background-color: var(--ovsl-brown-black-color);
    color: white;
    font-size: 1.6rem;
    margin: 0 auto;
    border: 0;
    padding: 10px 30px;
    border-radius: 40px;
    margin-top: 60px;
}

.get-started-button:hover {
    margin-top: 40px;
    margin-bottom:20px;
}






@supports (clip-path: polygon(0 0)) or (-webkit-clip-path: polygon(0 0)) {
    .customer-programs {
        clip-path: polygon( 0 0, 100% 8%, 100% 100%, 0 92% );
        padding: 200px 0;
    }
}


@media( min-width: 768px ) {

    @supports (clip-path: polygon(0 0)) or (-webkit-clip-path: polygon(0 0)) {
        .customer-programs {
            clip-path: polygon( 0 0, 100% 10%, 100% 100%, 0 90% );    
            padding: 200px 0;
        }
    }
}


.customer-programs {
    background-color: #f0f0f0;
/*    min-height: 800px;*/

}


.customer-programs__services {

    text-align: center;
    background-color: white;
    height: 100%;
}
.customer-programs__services div {
    padding: 40px;
    min-height:260px
}

.customer-programs__services h5 {
    font-weight:700;
}

.customer-programs__services div p {
    text-align:left;
}

.customer-programs__services img {
    width:100%;
}

.customer-programs__services button {
    position:relative;
    bottom:10px;
    z-index:100;
}

/** what our clients have to say **/


.what-customers-have-to-say {

}

.what-customers-have-to-say h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 60px;
}

.what-customers-have-to-say__sliders {
    display: block;
    margin: 0 auto;

    width: 100%;
}

@media (min-width: 768px) {
    .what-customers-have-to-say__sliders {
        width: calc(100% - 200px);
    }

}


.what-customers-have-to-say__sliders h5 {
    text-align:center;
    font-weight:700;
    font-size:1.5rem;
    margin: 20px 0 20px;
}

.what-customers-have-to-say__sliders p {
    padding:10px 10%;
}

.customer-review-from {
    font-style:italic;
}

.slick-slide {
    width: 100%;
}

.slick-prev {
    left: -50px;
    display:none !important;
}
@media (min-width: 768px) {
    .slick-prev {
        right: -50px;
        display: block !important;
    }
}


.slick-prev:before {
    content: "\f104";
    font-family: "font awesome 6 free" !important;
    font-weight: 900;
}

.slick-next:before {
    content: "\f105";
    font-family: "font awesome 6 free" !important;
    font-weight: 900;
}

.slick-next {
    right: -50px;
    display:none !important;
}
@media (min-width: 768px) {
    .slick-next {
        right: -50px;
        display: block !important;
    }
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 50px;
    line-height: 1;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: dimgray;
    border: none;
    outline: none;
    background: white;
}





/*footer */




/** Footer **/

.footer {
    position: relative;
    display: block;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
    background-image: linear-gradient( rgba( 21, 29, 37, .80 ), rgba( 21, 29, 37, .80 ) ), url(../imgs/ovsl-stairlift-footer-sm.jpg);
    background-color: black);
    z-index: 200;
    margin-top:40px;
}

@media( min-width: 768px ) {

    .footer {
        background-image: linear-gradient( rgba( 21, 29, 37, .80 ), rgba( 21, 29, 37, .80 ) ), url(../imgs/ovsl-stairlift-footer.jpg);
    }
}


.footer-top {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba( 21, 29, 37, .1 );
    min-height: 100px;
    text-align: center;
    color: var(--ovsl-highlight-color); /*rgba( 255, 255, 255,.5 )*/
    font-family: var(--navFont);
    line-height: 1.2;
    font-size: 1.4rem;
    font-weight: 700 !important;
}

@media( min-width: 768px ) {

    .footer-top {
        font-size: 2.7rem;
    }
}

.footer-top span {
    display: flex;
    flex-direction: column;

}

@media( min-width: 768px ) {
    .footer-top span {
        flex-direction: row;
        margin-left:1rem;
    }
}



.footer-top span span:last-child {
    color: white;
}

.footer-content {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0;
    padding: 100px 0;
}

.footer-content div {
    flex-basis: 50%;
}

.footer-content .footer-content__links {
    display: none;
}


@media( min-width: 768px ) {

    .footer-content .footer-content__links {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.footer-content .footer-content__links ul {
/*    display:flex;
    flex-direction:row;*/
    list-style-type: none;
}


.footer-content .footer-content__links li {
    line-height: 1.6rem;
}

.footer-content .footer-content__links li a {
    color: white;
    text-decoration: none;
    font-size: .9rem;
    transition: all .2s ease-in;
}

.footer-content .footer-content__links li a:before {
    position: relative;
    font-family: "font awesome 6 free" !important;
    font-weight: 900;
    content: "\f105";
    margin-right: 10px;
}

.footer-content .footer-content__links li a:hover {
    color: lime;
}


.footer-content .footer-content__links li a:hover::before {
    left: 8px;
}



.footer-content .footer-content__social {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:4rem;
    max-height:120px
}

.footer-content .footer-content__social a:hover {
    margin-top:-6px;
}


.footer-content .footer-content__25-years {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #f6da9c;
    line-height:1.2rem;
    font-size:1.3rem;
    font-family: var(--navFont);
    text-align:center;
}
.footer-content .footer-content__25-years img {
    width:120px;
}

@media (min-width: 768px) {
    .footer-content .footer-content__25-years img {
        width: 200px;
    }
}
.footer-content .footer-content__25-years p {
    margin-top:20px;
}

.footer-content .footer-content__25-years span {

    font-size: 3rem;
}

.footer-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba( 21, 29, 37, .25 );
    min-height: 100px;
    text-align: center;
    color: white;
    font-size: .8rem;
}




.page-header {
    position: relative;
    background-repeat: no-repeat;
/*    background-attachment: fixed;*/
    background-size:cover;
    background-position: bottom;
    background-color: white; /*rgba( 21, 29, 37, .70 )*/

    /*background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/page-header-sm.jpg);*/
    min-height: 80vh;
    padding-top: 20px;
    margin-bottom: 40px;
    z-index: 1;
}


@media( min-width: 768px ) {
    .page-header {
        background-attachment: fixed;
        background-size: cover;
        /*background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/page-header.jpg);*/
        min-height: 90vh; /* 650px */
        margin-bottom: 60px;
        background-position: center;
    }
}


.page-intro-area {
    background-color: #faf7f0;
    border-radius:0;
    padding:20px;
    margin-bottom:60px;
}

@media( min-width: 768px ) {
    .page-intro-area {

        padding: 40px 60px;
 /*       margin-bottom:0px;*/
    }}


.page-intro-area hr {
    margin: 40px 0; 
}

.page-intro-area a {
    text-decoration:underline; 
    color:rgba( 21, 29, 37, .80 );
}


.all-stairlift-header {
    background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/stairlifts/hero/hero-01-sm.jpg);
}


@media( min-width: 768px ) {
    .all-stairlift-header {
        background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/stairlifts/hero/hero-01-lrg.jpg);
    }
}



.straight-stairlift-header {
    background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/stairlifts/hero/hero-02-sm.jpg);
}


@media( min-width: 768px ) {
    .straight-stairlift-header {
        background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/stairlifts/hero/hero-02-lrg.jpg);
    }
}




.curved-stairlift-header {
    background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/stairlifts/hero/hero-03-sm.jpg);
}


@media( min-width: 768px ) {
    .curved-stairlift-header {
        background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/stairlifts/hero/hero-03-lrg.jpg);
    }
}




.straight-stairlift-header-model-1000 {
    background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/stairlifts/hero/hero-1000-sm.jpg);
}


@media( min-width: 768px ) {
    .straight-stairlift-header-model-1000 {
        background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/stairlifts/hero/hero-1000-lrg.jpg);
    }
}


.straight-stairlift-header-model-1000-xxl {
    background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/stairlifts/hero/hero-1000-xxl-sm.jpg);
}


@media( min-width: 768px ) {
    .straight-stairlift-header-model-1000-xxl {
        background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/stairlifts/hero/hero-1000-xxl-lrg.jpg);
    }
}


.straight-stairlift-header-model-1000-outdoor {
    background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/stairlifts/hero/hero-1000-outdoor-sm.jpg);
}


@media( min-width: 768px ) {
    .straight-stairlift-header-model-1000-outdoor {
        background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/stairlifts/hero/hero-1000-outdoor-lrg.jpg);
    }
}

.straight-stairlift-header-model-1100 {
    background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/stairlifts/hero/hero-1100-sm.jpg);
}


@media( min-width: 768px ) {
    .straight-stairlift-header-model-1100 {
        background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/stairlifts/hero/hero-1100-lrg.jpg);
    }
}

.straight-stairlift-header-rave-2 {
    background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/stairlifts/hero/hero-rave-2-sm.jpg);
}


@media( min-width: 768px ) {
    .straight-stairlift-header-rave-2 {
        background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/stairlifts/hero/hero-rave-2-lrg.jpg);
    }
}



.used-stairlift-header {
    background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/stairlifts/hero/hero-up-lift-sm.jpg);
}


@media( min-width: 768px ) {
    .used-stairlift-header {
        background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/stairlifts/hero/hero-used-stairlift.jpg);
    }
}





.curved-stairlift-header-model-4000 {
    background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/stairlifts/hero/hero-4000-sm.jpg);
}


@media( min-width: 768px ) {
    .curved-stairlift-header-model-4000 {
        background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/stairlifts/hero/hero-4000-lrg.jpg);
    }
}




.curved-stairlift-header-model-4000-outdoor {
    background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/stairlifts/hero/hero-4000-outdoor-sm.jpg);
}


@media( min-width: 768px ) {
    .curved-stairlift-header-model-4000-outdoor {
        background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/stairlifts/hero/hero-4000-outdoor-lrg.jpg);
    }
}






.curved-stairlift-header-savaria-stair-friend {
    background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/stairlifts/hero/hero-savaria-stair-friend-sm.jpg);
}


@media( min-width: 768px ) {
    .curved-stairlift-header-savaria-stair-friend {
        background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/stairlifts/hero/hero-savaria-stair-friend-lrg.jpg);
    }
}



.curved-stairlift-header-handicare-freecurve {
    background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/stairlifts/hero/hero-handicare-freecurve-sm.jpg);
}


@media( min-width: 768px ) {
    .curved-stairlift-header-handicare-freecurve {
        background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/stairlifts/hero/hero-handicare-freecurve-lrg.jpg);
    }
}




.curved-stairlift-header-up-lift {
    background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/stairlifts/hero/hero-up-lift-sm.jpg);
}


@media( min-width: 768px ) {
    .curved-stairlift-header-up-lift {
        background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/stairlifts/hero/hero-up-lift-lrg.jpg);
    }
}


.curved-stairlift-header-infinity {
    background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/stairlifts/hero/hero-infinity-sm.jpg);
}


@media( min-width: 768px ) {
    .curved-stairlift-header-infinity {
        background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/stairlifts/hero/hero-infinity-lrg.jpg);
    }
}




.curved-stairlift-header-comparison {
    background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/stairlifts/hero/hero-comparison-curved-sm.jpg);
}


@media( min-width: 768px ) {
    .curved-stairlift-header-comparison {
        background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/stairlifts/hero/hero-comparison-curved-lrg.jpg);
    }
}


.straight-stairlift-header-comparison {
    background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/stairlifts/hero/hero-comparison-straight-sm.jpg);
}


@media( min-width: 768px ) {
    .straight-stairlift-header-comparison {
        background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/stairlifts/hero/hero-comparison-straight-lrg.jpg);
    }
}


.estimate-header {
    background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/estimate/estimate-sm.jpg);
}


@media( min-width: 768px ) {
    .estimate-header {
        background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/estimate/estimate-lrg.jpg);
    }
}


.careers-header {
    background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/careers/careers-header-sm.jpg);
}


@media( min-width: 768px ) {
    .careers-header {
        background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/careers/careers-header-lrg.jpg);
    }
}


.services-header {
    background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/services/services-sm.jpg);
}


@media( min-width: 768px ) {
    .services-header {
        background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/services/services-lrg.jpg);
    }
}



.contact-us-header {
    background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/contact/contact-us-sm.jpg);
}


@media( min-width: 768px ) {
    .contact-us-header {
        background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/contact/contact-us-lrg.jpg);
    }
}



.financing-header {
    background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/financing/financing-sm.jpg);
}


@media( min-width: 768px ) {
    .financing-header {
        background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/financing/financing-lrg.jpg);
    }
}


.buyback-header {
    background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/buyback/buyback-sm.jpg);
}


@media( min-width: 768px ) {
    .buyback-header {
        background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/buyback/buyback-lrg.jpg);
    }
}


.warranty-protection-header {
    background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/warranty-protection/warranty-protection-sm.jpg);
}


@media( min-width: 768px ) {
    .warranty-protection-header {
        background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/warranty-protection/warranty-protection-lrg.jpg);
    }
}


.reviews-header {
    background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/reviews/review-hero-sm.jpg);
}


@media( min-width: 768px ) {
    .reviews-header {
        background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/reviews/review-hero-lrg.jpg);
    }
}



.login-header {
    background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/login/login-hero-sm.jpg);
}


@media( min-width: 768px ) {
    .login-header {
        background-image: linear-gradient( 45deg, rgba( 21, 29, 37, 1 ), rgba( 21, 29, 37, .1 ) ), url(/imgs/login/login-hero-lrg.jpg);
    }
}


/* card for product list */
.card {
    margin-bottom: 0px;
    z-index: -1;
    border-radius: 10px 10px 0 0;
    background-color: rgb( 50, 55, 62 );
    border: 1px solid white;
}

@media( min-width: 768px ) {
    .card {
        flex: 0 0 calc( 50% - 2rem );
        position: relative;
        background-color: transparent;
        z-index: 1 !important;
    }

    .gradient::after {
        content: '';
        position: absolute;
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 95%,rgba(0,0,0,0.6) 100%);       
        left: 0;
        bottom: 0;
        right: 0;
        top:0;
 
    }
}

.card img {
    border-radius: 10px 10px 0 0;
    display: block; /* we added this to fix the over flow of the new line, the image default was inline. */
}

.card .card-content {        
    position: relative;
    bottom: 0;
    padding: 1rem;
}


@media( min-width: 768px ) {
    .card .card-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1; /* the gradient is over the links so they are not clickable until we do this. */
        padding: 2rem;
        text-align: left;
    }
}


.card .card-content a {
    color: black;
}

@media( min-width: 768px ) {
    .card .card-content a {
        color: white;
    }
}

.card .card-content h3 {
    font-size: 3rem;
    margin-bottom: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: white;
    font-family: var(--navFont );
    font-weight:800;
    color:white;
}

@media( min-width: 768px ) {
    .card .card-content h3 {
        font-size: 3rem;
        margin-bottom: 20px;
        line-height: 1.2;
        text-transform: uppercase;
        font-family: var(--navFont );
        text-shadow: 0px 0px 20px rgba(0,0,0,.5);
    }
}

.card .card-content p, .card-content ul {
    color: white;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    margin: 0;   
    font-family: var(--heroFont );
}

.card-content ul {
    font-size: 1rem;
}


@media (min-width: 768px) {
    .card-content ul {
        font-size: 1rem;
    }
}


.card .card-content .card-details {
    color: darkgrey;
    font-weight: 800;
    margin-bottom:.5rem;
    font-size:1rem;
}


@media (min-width: 768px) {
    .card .card-content .card-details {
        font-size: 1rem;    
        color: white;
    }}



.card .card-content .card-details span {
    margin-right: 6px;
}
.card-guaranteed-buy {
    padding: 1rem;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10000 !important;

}

    .card-guaranteed-buy img {
        z-index: 10000 !important;
        width: 100px;
    }

@media( min-width: 768px ) {
    .card-guaranteed-buy img {
        z-index: 10000 !important;
        width: 160px;
    }
}


.card-guaranteed-buy-details img {
    width: 100px;
    z-index: 10000 !important;
}

@media( min-width: 768px ) {
    .card-guaranteed-buy-details img {
        width: 160px;
        z-index: 10000 !important;
    }
}




.suitable-for {
    background-color:aliceblue;
    padding-top:20px;
    min-height:300px;

}

.suitable-for p {
    text-align: center;
    font-family: var(--navFont );
}



.product-list-product-intro {
    padding: 1rem;
    background-color: antiquewhite;
    height: 140px;
    max-height: 260px;
    overflow-y: auto;
}
.product-list-product-more-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;

    text-align: center;
    background-color: antiquewhite;
    padding-bottom:20px;
}

@media (min-width: 768px) {
    .product-list-product-more-button {

        flex-direction: row;
        justify-content: center;
        align-items: center;
    min-height: 100px;
    }
}


.suitable-for div {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.suitable-for div img{
    width:100%;
}

.suitable-for div div {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.product-list-product-footer {
    background-color: #444444;
    border-radius: 0 0 10px 10px;
    min-height: 60px;
    margin-bottom: 20px;
    color: white;
    text-align: center;

}
/*end card */




.lift-image-area {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: 1rem;
    border: 8px solid white;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
}

.lift-image-area img {
    width:100%;
}


.lift-image-area-thumb {
    display: flex;
    flex-direction: row;
    flex-grow:1;
    justify-content:space-between;
    align-items:center;

}


.lift-image-thumb {
    border-top: 4px solid white;
    border-right: 4px solid white;
    width: 100%;
}


.lift-image-thumb:hover {
    opacity: .5;
    cursor: pointer;
}

.lift-image-thumb-last {
    border-right:0;
}


.card-wrapper {
  
    display: inline-block;
    padding: 1rem 2rem 0;
    margin:10px;
    border-radius:6px;
    text-align: center;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
}
.card-wrapper a i {
    font-size: 4rem;
    color:var(--ovsl-blue-color);
}

.card-wrapper p {
    font-size: .8rem    ;
    margin-top:1rem;
}
 
.card-wrapper p a {
    color: var(--ovsl-font-black);
}

.card-wrapper p a:hover {
    color: var(--ovsl-blue-color);
}


.color-options-header{
    margin:20px;
}

.color-options {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

/*.download-brochure:hover {
    margin-top:-2px;
}
*/

.video-frame {
    width: 100%;
    min-height: 300px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-replacement-image {
    width:100%;
    padding-top: 30px;

}

.stairlift-features-list {
    margin: 20px;
}

.stairlift-features-list h3 {
    font-size:2rem;
    margin: 20px;
}

.stairlift-features-list div {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 16px 0;
}


.stairlift-features-list div p {
    margin:0;
    padding-left:10px;
} 
.stairlift-features-list .fa-circle-check {
    font-size: 2rem;
    color: #8c9f89;

}



.types-of-lifts {
    list-style: none;
}

.lift-seat-options {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}


.types-of-lifts li:before {
    content: "\f064";
    font-family: "font awesome 6 free" !important;
    font-weight: 900;
    margin-right: 10px;
}

.types-of-lifts li a:hover {
    text-decoration:underline;
}

.comparison-chart-row {
    margin-top: 60px;
}

.comparison-chart-table tr {
    height: 100px;
}
.comparison-chart-table tr th, .comparison-chart-table tr td {
    padding: 10px;
  
}

.comparison-chart-table thead {
    background-color: #444444;
    border-radius: 20px;
    color:white;
    font-family:var(--navFont);
}

.comparison-chart-table thead a {
    text-decoration:underline;
    color: var(--ovsl-highlight-hover-color-50);
}
.comparison-chart-table thead a:hover {
    color: var(--ovsl-highlight-hover-color);
}

.comparison-chart-table thead tr th:first-of-type {
    border-radius: 10px 0 0 0;
}
.comparison-chart-table thead tr th:last-of-type {
    border-radius: 0 10px 0 0;
}

.comparison-chart-table .fa-circle-xmark,
.comparison-chart-table .fa-circle-check {
    font-size: 2.8rem;
    color:#8c9f89;
}

.comparison-chart-table .fa-circle-xmark{
    color:#cea9a9;
}
.comarison-label {
    text-align: right;
    font-size: 1.1rem;
    font-family: var(--navFont);
    color: #444;
    padding-right: 40px !important;
}







.loan-calculator {
    background-color: #eeeeee;
    border: 1px solid silver;
    border-radius: 10px;
    padding: 20px;
    margin: 2rem auto;
    text-align: left;
    max-width: 400px;
    box-shadow: 0 0 10px rgba( 0, 0, 0, .2);
}

.loan-calculator p {
    text-align: left;
    font-size: .9rem;
    margin: 1rem 0;
}

.loan-calculator h3 {
    border-bottom: 1px solid silver;
    margin-bottom: 20px;
}

.loan-calculator label {
    font-weight: 700;
}





/** wating spinner **/

.waiting {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.waiting__loader {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}





.three-disks {
    display: flex;
    justify-content: center;
    margin: 20px auto 60px auto;
}

.three-disks div {
    background-color: orange;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin-right: 2px;
}

/**/



.request-form-area {
    background-color: #eeeeee;
    background-image: url('../imgs/effects/form-interior-body.png');
    background-repeat: no-repeat;
    padding: 40px 20px;

}



.request-form label {
    font-size: 1.2rem;
    font-family: var(--navFont);
}

.request-form input::placeholder,
.request-form textarea::placeholder {

    opacity: 0.75;
    color: silver;
}




.request-form .row {
    margin-bottom:40px;
}

.request-form__before-send {
    display: none;
}

.request-form__success {
    display: none;
    height:400px;
    padding-top:60px;
}

.request-form__fail {
    color:red;
    display: none;
}

.request-form__three-steps {
    margin-top:200px;
}




.contact-options {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (min-width: 768px) {
    .contact-options {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
      
    }
}

.contact-options div {
    position:relative;
    width: 100%;
    min-height: 200px;
    border: 0px solid #ccc;
    background-color: #ffffff95;
    border-radius: 20px;
    text-align:center;
    padding:20px;

}



@media (min-width: 768px) {
    .contact-options div {
        width: clamp(100px, 30vw, 360px);
    }
}



.contact-options__body {
 min-height:60px;
}

.contact-options .icon {
    position: absolute;
    top: 10px;
    right: 10px;    
    font-size: 3rem;
    float: right;
    color: #efe7d4;
}

.areas-of-service a {
    color: black;
}

.areas-of-service a:hover {
    text-decoration:underline;
}



.contact-options .ovsl-button {
    background-color: var(--ovsl-brown-black-color);
    font-family: var(--navFont);
    font-size: 1.2rem;
}



.three-steps-to-independence-inquiry-area {

/*    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; */   
    min-height: 680px;
}

.three-steps-to-independence-inquiry-area__1 {
}
.three-steps-to-independence-inquiry-area__2 {
    display:none;
}
.three-steps-to-independence-inquiry-area__3 {
    display: none;
}
.three-steps-to-independence-inquiry-area__4 {
    display: none;
}
.three-steps-to-independence-inquiry-area__5 {
    display: none;
}

.warranty-block-container {
    padding: 0 20px;
}
@media (min-width: 768px) {
    .warranty-block-container {
        padding: 0 10vw;
      
    }
}


.warranty-block {
    height: 200px;
    margin-bottom:100px;
}

.guaranteed-buy-back-program {
    display: flex;
    justify-content: center;
    align-items: center;
}
.guaranteed-buy-back-program img {
    width: 70%;
}


.adm-form-label {
    color:silver;
    font-size:.9rem;
}
.admin-card-container .card,
.card-container .card {
    width: 100%;
    z-index: 0 !important;
    background-color: white;
}

.admin-card-container .card h4,
.card-container .card h4 {
    text-transform:uppercase;
}

.admin-card-container .card-body a,
.card-container .card-body a {
    text-decoration: underline;
}


.card-container .card-body {
    min-height: 340px;
    background-color: white;
}
.admin-card-container .card-body {
    min-height: 200px;
    background-color: white;
}
.admin-card-container .card-footer,
.card-container .card-footer {
    background-color: whitesmoke;
}