.container {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

/* @media (orientation: landscape) { 
    .container {max-width: 70vw;} 
 }
 
 @media (orientation: portrait) {
     .container {max-width: 70vh;}
 } */
h1 {
    font-size: 3.4em;
}
h2 {
    font-size: 2em;
    font-weight: 500;
}
h3 {
    font-size: 1em;
}
h4 {
    font-size: 1.6em;
}
p, li {
    font-size: 1.1em;
}
footer p {
    font-size: 0.8em;
    color: #979797;
    margin-block-start: 5px;
    margin-block-end: 5px;
}
footer a {
    /*color: #F8981D;*/
    color: #979797;
    text-decoration: underline;
}
body {
    font-size: 16px;
}

#contact-form h3 {
    text-align: center;
    font-size: 1.4em;
    max-width: 280px;
    align-self: center;
    margin: auto;
}
.hero-container {
    background: url('./images/dtcinquiries-hero.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 3vw;
    /* min-height: calc(51 * (1vw + 1vh - 1vmin)); */
    will-change: background-image;
    transition: background-image 1000ms ease-in-out;
    position: relative;
    min-height: 700px;
    -webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
backface-visibility: hidden;
-webkit-transform:translate3d(0,0,0);
transform:translate3d(0,0,0);
}
.hero-container > .text {
    color: white;
    text-shadow: 0 2px 5px rgba(37,37,37,0.99);
    flex-flow: column nowrap;
    justify-content: flex-start;
    flex: 55%;
    z-index: 1;
}
.hero-container h1 {
    line-height: 58px;
    max-width: 415px;
}
.container > *, .f, header > * {
    display: flex;
}
.container > * {
    padding: 0 calc(3 * (1vw + 1vh - 1vmin));
}
.f-row {
    flex-flow: row wrap;
}
.f-col {
    flex-flow: column wrap;
}
.f-center {
    justify-content: center;
    align-items: center;
}
.f-half {
    flex: 50%;
}
.f-third {
    flex: 33%;
}
.f-full {
    flex: 100%;
}
.f-start {
    justify-content: flex-start;
}
.f-s-even {
    justify-content: space-evenly;
}
.f-s-b {
    justify-content: space-between;
}
.f-s-a {
    justify-content: space-around;
}
.f-end {
    justify-content: flex-end;
}
.container-title {
    align-items: center;
    margin-bottom: 40px;
    width: 100%;
}
.container-title h3 {
    width: 85%;
    background-color: #fff;
    font-size: 2.3em;
    text-align: center;
    margin: 0px 20%;
    white-space: nowrap;
}
.success.container-title h3 {
    margin: 0;
    width: 100%;
}
.container-title .line {
    display: block;
    margin-top: -2.1em;
    margin-left: 0px;
    z-index:-1;
}
.bionesslogo > img {
    width: 250px;
    height: 100%;
}
.bioventuslogo > img {
    width: 280px;
    height: 100%;
}
.line {
    flex: 3;
    border-bottom: 2px solid #F8981D;
    margin-left: 30px;
}
.container-title h3, .cta-container h3, .cta-container .cta-btn {
    text-transform: uppercase;
}
.container-title h3 {
    color: #00A1AA;
    font-weight: bold;
}
.product {
    min-width: 280px;
    /* max-height: 100vh; */
    max-width: 390px;
    /* min-height: 80vh; */
    border-radius: 20px;
    margin: 50px 0.6vw;
    position: relative;
    overflow: hidden;
    box-shadow: none;
    will-change: min-height;
    transition: min-height 200ms ease-in;
    margin-top: 0;
}
.product.activated {
    min-height: 925px;
}
.product.activated[data-current="L300 Go Thigh Cuff"] {
    min-height: 940px;
}
.product.activated[data-current="H200 Wireless Hand Rehabilitation System"] {
    min-height: 1045px;
}
.product.activated[data-current="L300 Go Lower Cuff"] {
    min-height: 1000px;
}
.section.products {
    padding-top: 0px;
    padding-bottom: 0px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    align-items: flex-start;
}
.cta-container {
    min-height: 200px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-image: url(../images/l300ctabg.jpg);
    background-size: cover;
    position: relative;
}
.cta-container ~ .cta-container {
    background-image: url(../images/2ndctabg.png);
}
.cta-container > div {
    z-index: 1;
}
.cta-container::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-color: #00A1AA;
}
.cta-container * {
    color: white;
}

.card-shadow {
    -webkit-box-shadow:0 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow:0 0px 10px rgba(0, 0, 0, 0.3);
}
#contact-form {
    background-color: rgb(255,255,255);
    padding: 30px 20px;
    box-sizing: border-box;
    /* min-width: calc(24 * (1vw + 1vh - 1vmin));
    min-height: calc(47 * (1vw + 1vh - 1vmin)); */
    width: 98%;
    border-radius: 15px;
    position: absolute;
    bottom: -17%;
}
label {
    font-weight: bold;
    font-size: 0.7em;
    margin-top: 20px;
}
.cta-btn.blue {
    background-color: #00A1AA; 
}
header {
    margin: 20px 0;
}
.cta-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 75px;
    background-color: #F8981D;
    font-weight: bold;
    color: white;
    cursor: pointer;
    font-size: 1.4em;
    margin-top: 10px;
    border-radius: 5px;
}
.cta-btn-container{
    display: flex;
    justify-content: center;
}
.cta-btn-container .cta-btn{
    width:250px !important;
    background-color: #aaa;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    padding: 15px 30px;
    box-sizing: border-box;
    text-align: center;
}
.contact-btns > .cta-btn {
    padding: 10px 40px;
    font-weight: normal;
    font-size: 0.8em;
    border-radius: 2px;
}
.contact-btns > .cta-btn.blue {
    margin-right: 0px;
}
.section {
    padding-top: 30px;
    padding-bottom: 40px;
}
.bioness-benefits .disclaimer {
    font-size: 1.2em;
    margin-top: 30px;
    line-height: 20px;
    font-weight: 400;
}
.cta-container h3 {
    font-size: 2.2em;
    padding: 20px 0 0;
    font-weight: bold;
}
footer .logos{
    padding: 10px 0px;
    border-top: 1px solid #979797;
}
footer .logos a:first-child{
    padding-right: 8px;
}
footer .references {
    font-style: italic;
}
.header-top *, .bioness-benefits p, .product * {
    color: rgba(0,0,0,0.8);
}
footer {
    margin-top: 40px;
    margin-bottom: 30px;
}
.header-top * {
    font-weight: 500;
    font-size: 1em;
}
select, input {
    margin-top: 5px;
    padding: 14px 10px;
    min-width: 230px;
    background-color: white;
}
.slidebtn {
    width: 32px;
    height: 32px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    border-radius: 50%;
    cursor: pointer;
    text-shadow: none;
    color: #F5A623;
}
.copy, .newcopy {
    padding: 10px 2em;
    padding-top: 18%;
    box-sizing: border-box;
    height: 60%;
    position: relative;
    will-change: right, left;
    transition: right 300ms ease-out, left 300ms ease-out;
}
.newcopy {
    display: none;
    position: absolute;
    width: 100%;
}
.left {
    left: 100%;
}
.right {
    right: 100%;
}
.bg-image > img {
    width: 100%;
    height: auto;
}
.toggle-content {
    position: absolute;
    bottom: calc(2 * (1vw + 1vh - 1vmin));
    width: 100%;
    font-weight: 500;
}
.arrow {
    margin-top: 25px;
    cursor: pointer;
    will-change: transform;
    transition: transform 300ms linear;
    
}
.activated .arrow {
    transform: rotate(180deg);
}
.product-toggle-button {
    background-color: #FFFFFF;
    width: 51%;
    text-align: center;
    padding: 16px 10px;
    border-radius: 25px;
    font-size: 1em;
    will-change: background-color;
    transition: background-color 100ms ease-in;
}
.toggle {
    width: 100%;
}
.activated .product-toggle-button {
    background-color: #F8981D;
    color: white;
    cursor: pointer;
    z-index: 10;
    font-size: 1.3em;
    padding: 13px 10px;
}
.product-image {
    position: absolute;
    width: 130px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.product-image > img, .testimonial > img {
    height: auto;
    width: 100%;
    user-drag: none; 
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.testimonial {
    position: relative;
    flex: 0 23%;
    margin: 20px 0;
}
.testimonial > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.main-text {
    min-height: 300px;
    margin-top: 40px;
    justify-content: space-around;
    flex-wrap: nowrap;
    max-height: 450px;
}
.half-width-text {
    line-height: 40px;
    max-width: 100%;
    font-weight: 500;
}
h2.half-width-text {
    font-size: 1.8em;
    width: 300px;
}
h3.half-width-text {
    font-size: 1.2em;
    width: 282px;
    line-height: 25px;
}
.prel {
    position: relative;
}
.social-media-icons {
    min-width: 130px;
    margin-left: 15px;
}
.bg-image {
    height: 40%;
    background-image: none;
    background-size: contain;
    background-repeat: no-repeat;
    will-change: transition;
    transition: background-image 200ms linear;
    position: relative;
}
.prel.header-outter {
    padding: 0;
}
.form-container {
    align-items: flex-end;
    flex: 45%;
    z-index: 1;
}
#modal-form .form-iframe{
    min-width: 360px;
    flex:100%;
}
.toggle-btns {
    flex: 45%;
    align-items: center;
    margin-bottom: 30px;
}
.required-line {
    font-weight: bold;
    text-align: right;
    font-size: 0.9em;
    margin: 30px 0 10px;
    padding: 0px 10px;
}
.cta {
    padding: 10px 0px 15px;
    flex-flow: column;
}
.text > * {
    padding-right: 2vw;
}
#video-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(255,255,255, 0.1);
    z-index: 10;
    top: 0;
    left: 0;
}
#video-modal.visible {
    background-color: rgba(255,255,255, 0.9);
    will-change: background-color;
    transition: background-color 100ms linear;
    display: flex;
    justify-content: center;
    align-items: center;
}
.close-modal {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #000000;
    z-index: 10;
}
.disabled {
    display: none;
}

.mobilehero {
    transition: background-image 300ms ease-in;
}
.main-card {
    flex-flow: column nowrap;
    /* transform: scale(1);
    will-change: transform, box-shadow, opacity, min-height;
    transition: transform 200ms cubic-bezier(.7,-0.7,.41,1.67), box-shadow 200ms ease-in, min-height 200ms ease-in; */
    will-change: box-shadow, min-height;
    transition: box-shadow 200ms ease-in, min-height 200ms ease-in;
}

.overflow-card {
    opacity: 0.5;
    /* will-change: transform, filter, scale;
    transition: transform 200ms ease-in, filter 200ms ease-in; */
    cursor: pointer;
}
/* .overflow-card.move {
    transform: scale(0.85);
    filter: blur(2px);
}
.overflow-card:hover {
    transform: scale(0.85);
    transition-duration: 100ms;
} */
.text-container {
    display: flex;
    flex-flow: row nowrap;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    font-weight: 500;
    line-height: 22px;
}
.text-container > * {
    min-width: 100%;
}
.display {
    display: block;
}
.onscreen {
    left: 0;
}
.copyleft {
    left: 0;
}
.copyright {
    right: 0;
}
.copymovingright {
    right: -100%;
}
.copymovingleft {
    left: -100%;
}
.product.overflow-card .toggle-content {
    display: none;
}
.product .toggle-content {
    opacity: 0;
    transition: opacity 700ms linear;
    will-change: opacity;
}
.main-card.card-shadow .toggle-content {
    opacity: 1;
}
.main-card.done-move .toggle-content {
    transition: opacity 300ms linear;
    opacity: 1;
}
/* .initial {
    transform: scale(1.05);
    transition: transform 300ms linear;
    will-change: transform;
} */
.l300-thigh {
    background-image: url('./images/products/Group_7.jpg');
}
.l300-lower {
    background-image: url('./images/products/Group_6.jpg');
}
.h200-hand {
    background-image: url('./images/products/h200_img.png');
}
#card-controls {
    min-height: 70px;
    max-width: 300px;
    flex-wrap: nowrap;
    margin: 0 auto;
}
.control {
    display: block;
    flex: 1 1 25%;
    background-color: #c8c6c6;
    height: 10px;
    border-radius: 10px;
    margin: 0 4px;
    will-change: flex-basis, background-color;
    transition: flex-basis 300ms linear, background-color 350ms linear;
    cursor: pointer;
}
.currentControl {
    flex-basis: 50%;
    background-color: #818181;
}
.cta-container .cta-btn {
    border-radius: 25px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.5);
    background: url('./images/Chatbot_Icon.svg');
    background-repeat: no-repeat;
    background-size: 46px;
    background-position: 10px center;
    background-color: #F8981D;
    margin-top: 20px;
}
.white {
    background-color: white !important;
    color: #F8981D;
}
.product .content {
    opacity: 0;
    padding: 10px 2em;
    max-width: 75%;
    will-change: opacity;
    transition: opacity 100ms linear;
    width: 100%;
    max-width: 77%;
}
.activated .content {
    opacity: 1;
    will-change: opacity;
    transition: opacity 600ms linear;
}
li {
    padding-bottom: 20px;
}
ul {
    list-style: none;
}
li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #F8981D; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */ 
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}
#modal-form {
    background-color: white;
    align-items: flex-start;
    padding-bottom: 20px;
    display: none;
    overflow: hidden;
    border-radius: 15px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 95vh;
    max-height: 1080px;
    flex-flow: column;
}
#modal-form .cta-btn {
    margin: 10px 0;
}
#video-content {
    width: 100%;
    height: auto;
    display: none;
}
.show {
    display: flex !important;
}
.input-container {
    padding: 0 10px;
    box-sizing: border-box;
}
.top-input {
    width: 50%;
}
.checkbox-input label {
    margin-top: 0;
}
.checkbox-input > div {
    padding: 7px 0px;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}
input[type="checkbox"] {
    padding: 0;
    height: 25px;
    margin-bottom: 5px;
    width: 25px;
    min-width: 0;
}
.mobile {
    display: none;
}
.mobile-title {
    display: none;
}
.gradient {
    padding: 15px;
    background-image: linear-gradient(to bottom, rgb(255, 255, 255, 0), rgba(255, 255, 255));
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.mobile-carousel-container {
    padding: 0;
}
.visible {
    opacity: 1;
}
.faded {
    background-image: white !important;
}

#contact-form .required-line {
    font-size: 0.7em;
    font-weight: lighter;
    margin-top: 16px;
}
.bioness-benefits > p {
    font-size: 1.4em;
    line-height: 30px;
    font-weight: 500;
}

.bg-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+50&0.65+0,0+34 */
background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 34%, rgba(0,0,0,0) 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 34%,rgba(0,0,0,0) 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 34%,rgba(0,0,0,0) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
opacity: 0.8;
}

.mobile-bg {
    display: none;
}
.mobile-overlay {
    display: none;
}

.cta-form, .modal-iframe {
    width: 100%;
}
.modal-iframe {
    min-width: 310px;
    width: 650px;
    max-width: 100%;
    height:100%;
}
.bioness-benefits {
    margin-top: 30px;
}
.cta > p, .cta-container h3 {
    text-shadow: 0 2px 5px rgba(37,37,37,0.99);
}
.cta-btn a {
    color: white;
    width: 100%;
    height: 100%;
}

.head {
    background-color: #F8981D;
    width: 100%;
    height: 70px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 1.4vw;
    box-sizing: border-box;
}
.head .close-modal {
    position: static;
    color: white;
    font-weight: normal;
    font-size: 25px;
}
#modal-form .required-line {
    font-size: 0.9em;
    margin: 18px 1.4vw;
}
.modal-form-container{
    flex-direction: column;
    flex-wrap: nowrap;
}
.head > h1 {
    font-size: 1.7em;
    color: white;
}
.close-modal {
    display: none;
}
.showbtn {
    display: block;
}
#video-modal > .showbtn {
    display: block;
    padding: 6px 9px 4px;
    border-radius: 99% 99%;
    background-color: rgba(255,255,255,0.5);
}
#modal-form .showbtn {
    display: none;
}

.cta-form {
    min-height: 650px;
}

.no-sel{
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none;   /* Firefox all */
  -ms-user-select: none;  /* IE 10+ */
  user-select: none;  /* Common */ 
}

.button-nav{
    position:absolute;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.1);
    background-position: center center;
    border-radius: 99% 99%;
    width:32px;
    height:32px;
    cursor:pointer;
    z-index:1;
    display:none;
    transition:linear .5s;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none;   /* Firefox all */
    -ms-user-select: none;  /* IE 10+ */
    user-select: none;  /* Common */ 
}

.button-nav.button-nav-disabled{
    opacity: 0.2;
    cursor: default;
}

.button-nav:hover{
    background-color: rgba(0,0,0,0.3);
}

#button-prev{
    top:320px;
    left: 36px;
    background-image:url('../images/lt-arrow.png');
    z-index: 1000;
}

#button-next{
    top:320px;
    right: 36px;
    background-image:url('../images/gt-arrow.png');
    z-index: 1000;
}

#testimonials-prev{
    top:48%;
    left: 10px;
    background-image:url('../images/lt-arrow.png');
    position:absolute;
}

#testimonials-next{
    top:48%;
    right: 10px;
    background-image:url('../images/gt-arrow.png');
    position:absolute;
}

.contact-container > p {
    margin-bottom: 8px;
}

.header-bottom{
    max-height: 70px;
}

@media (max-width: 1160px) {
    .form-container {
        /* flex: 100%; */
        justify-content: flex-end;
    }
    .product {
        min-height: 590px;
    }
    .product.activated {
        min-height: 740px;
    }
    .product.activated[data-current="H200 Wireless Hand Rehabilitation System"], .product.activated[data-current="L300 Go Lower Cuff"]  {
        min-height: 860px;
    }
    /* .hero-container {
        padding: 0;
        background-size: cover;
        background-attachment: fixed;
        background-position-x: center;
    } */
    /* .mobile-carousel {
        padding-right: 0;
        position: relative;
        opacity: 0;
        will-change: opacity;
        transition: opacity 1s linear;
    } */
    .visible {
        opacity: 1;
    }
    .toggle-btns {
        padding: 0 calc(3 * (1vw + 1vh - 1vmin));
        margin-bottom: 20px;
        margin-top: 20px;
        flex: auto;
    }
    /* #contact-form {
        padding: 30px calc(3 * (1vw + 1vh - 1vmin));
    } */
   
    /* .main-text h1 {
        font-size: 2em;
    } */
    .half-width-text {
        /* line-height: inherit; */
        margin: 10px 0;
    }
    .half-width-text h3 {
        font-size: 0.9em;
    }
}

@media (max-width: 840px) {
    .container-title {
        width: 100%;
    }
}

@media (min-width:570px) {
    .product {
        min-width: 340px;
        min-height: 770px;
    }
}
@media (min-width:570px) and (max-width: 1200px){
    .product.activated {
        min-height: 940px;
    }
    .product.activated[data-current="H200 Wireless Hand Rehabilitation System"] {
        min-height: 1035px;
    }
    .product.activated[data-current="L300 Go Lower Cuff"] {
        min-height: 980px;
    }
}

@media (max-width:1024px) {
    #contact-form {
        position: static;
        margin-top: -20px;
        width:680px;
    }
    .form-container {
        flex: 100%;
        justify-content: center;
    }
    .container-title{
        width: 100%;
    }
    .container-title h3{
        background-color: #fff;
        text-align: center;
        width: 80%;
        margin: 0px 20%;
        font-size: 2em;
    }
    .container-title .line{
        margin-top : -1.8em;
        z-index: -1;
    }
    .cta-form {
        min-height: 690px;
        height:100%;
    }
    .cta-form.long-form{
        height:690px;
    }
    .hero-container > .bg-overlay{
        background: none;
    }
    .hero-container .mobile-overlay{
        display: initial;
    }
    .hero-container h1{
        max-width: 320px;
        font-size: 2.5em;
        line-height: 1.2em;
    }
    .hero-container {
        background-position: left top;
        background-size: contain;
        height: initial;
        min-height: initial;
        margin-bottom: initial;
        padding:0px;
    }
    .hero-container > .text{
        margin-bottom: 30px;
        padding:0px 5%;
        min-height:55vw;
    }
    .hero-container > .prel{
        padding:0px 5%;
        background-color: #fff;
    }

    .contact-btns > .cta-btn {
        padding: 10px 30px;
    }
    .main-text{
        font-size: 0.9em;
        z-index: 1;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

@media (max-width:800px) {

    #contact-form {
        width:620px;
    }
    .cta-form.long-form{
        height:980px;
    }
    .hero-container > .prel{
        padding:0px;
    }
}

@media (max-width:640px) {
    .section.products {
        flex-wrap: nowrap;
        justify-content: center;
        gap: 8px;
    }
    #contact-form {
        margin-top:0px;
        width:auto;
    }
    #contact-form h3 {
        padding: 20px;
        max-width: 100%;
    }
    .products, .contact-btns {
        justify-content: flex-end;
        flex-wrap: wrap;
    }
    .contact-btns {
        flex: 100%;
    }
    .contact-btns span{
        display: inline-block;
        margin-right: 0px !important;
        margin-left: 8px !important;
        width: 64px;
        text-align: center;
    }
    .cta-container > * {
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .cta > p {
        padding: 25px 0px;
    }
    .text > * {
        padding-right: 0;
    }
    .cta {
        padding-top: 0;
    }
    .cta .cta-btn {
        margin-top: 0;
    }
    .cta-form.long-form{
        height:1140px;
    }
    .form-header{
        width: 100%;
        max-width: 100%;
        background-color: #119fb8;
        color: #fff;        
        margin: 0px;
    }    
    .main-text{
        justify-content: space-around;
    }
    .testimonial {
        flex: 0 48%;
    }
    
    
    .bioness-benefits > p {
        font-size: 1.1em !important;
        text-align: center;
        line-height: 1.3em !important;
    }
    .cta-container {
        background-image: url(../images/l300ctabg-mobile.png);
        background-position: center center;
    }
    .cta-container ~ .cta-container {
        background-image: url(../images/2ndctabg-mobile.png);
    }
    .cta-container::after {
        background-color: rgba(0, 161, 170, 0.2);
    }
    .testimonial-content {
        padding: 0 calc(3 * (1vw + 1vh - 1vmin)); 
    }
    .LPMcontainer{
        top:85% !important;
    }

    #modal-form {
        border-radius: 0;
        min-height: 30vh;
    }
    .button-nav {
        display:block;
    }
    .testimonials-end{
        width:5px;
        flex:none;
    }
    .container-title h3 {
        font-size: 1.2em;
    }
    .container-title .line {
        margin-top: -1.1em;
    }
    iframe.modal-iframe {
        min-height: 65vh;
    }
    .form-iframe {
        padding: 10px;
    }
    #contact-form {
        width: 100%;
        padding: 0px;
        border-radius: 0;

    }
    .product {
        min-width: 97%;
        min-height: 790px;
    }
    .product.activated {
        min-height: 850px;
    }
    .product.activated[data-current="H200 Wireless Hand Rehabilitation System"] {
        min-height: 1080px;
    }
    .product.activated[data-current="L300 Go Lower Cuff"] {
        min-height: 1010px;
    }
    .product.activated[data-current="L300 Go Thigh Cuff"] {
        min-height: 960px;
    }
    .hero-half.text {
        padding: 0 calc(3 * (1vw + 1vh - 1vmin));
    }
    .hero-container {
        padding: 0;
    }
    .hero-container > .text {
        margin-bottom: 0px !important;
    }
    .hero-container > .prel {
        padding: 0px;
    }
    .hero-half.f.f-col.text.f-s-a {
        position: relative;
    }
    .mobile-overlay {
        display: block;
        opacity:1.0;
        z-index: 0;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007b91+0,00a1aa+44&1+50,0+86 */
        background: -moz-linear-gradient(left,      rgba(0,123,145,1) 0%,rgba(0,161,170,1.0) 40%,rgba(0,161,170,0.9) 50%,rgba(0,161,170,0) 85%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,   rgba(0,123,145,1) 0%,rgba(0,161,170,1.0) 40%,rgba(0,161,170,0.9) 50%,rgba(0,161,170,0) 85%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,       rgba(0,123,145,1) 0%,rgba(0,161,170,1.0) 40%,rgba(0,161,170,0.9) 50%,rgba(0,161,170,0) 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007b91', endColorstr='#0000a1aa',GradientType=1 ); /* IE6-9 */
    }
    .mobile-bg {
        display: block;
        position: absolute;
        width: auto;
        height: 100%;
        left: 0;
        z-index: -1;
        margin-left: 45%;
    }
    .mobile-bg[index="0"]{
        margin-left: 40%;
    }
    .hero-container {
        padding: 0;
        background-size: contain;
        background-position: top;
    }
    .hero-container h1 {
        line-height: 1.1em;
        font-size: 1.8em;
    }
    h2.half-width-text {
        font-size: 1.7em;
    }
    .main-text {
        font-size: 1em;
        margin-top: 25px;
        margin-bottom: 25px;
        width: 75%;
        z-index: 1;
    }
    .half-width-text {
        line-height: normal;
    }
    .contact-btns > .cta-btn {
        padding: 10px 30px;
        font-size: 1.1em;
    }
    .content.testimonials {
        flex-wrap: nowrap;
        width: 100vw;
        overflow: scroll;
        position: relative;
    }
    .testimonial {
        margin: 20px 12% 20px 12%;
        flex: none;
        width: 76%;
    }
    .testimonials-container {
        padding-right: 0;
        padding-left: 0;
        position: relative;
    }
    .container-title {
        margin-bottom: 20px;
    }
    
    body {
        font-size: 14px;
    }
    .mobile-bg {
        margin-left: 35%;
    }
    .mobile-bg[index="0"]{
        margin-left: 25%;
    }
    #modal-form .showbtn{
        display: block;
    }
    h3.half-width-text {
        font-size: 1.3em;
        width: 80%;
        line-height: 20px;
        margin: 5px 0px;
    }
    .main-text {
        width: 70%;
        min-height: 215px;
    }
    .form-iframe {
        min-width: initial;
    }
    .header-bottom{
        flex-wrap: nowrap;
        min-height: 55px;
        align-items: center;
    }
    .container header{
        padding: 0 12px;
    }
    footer .bionesslogo img{
        width: 40%;
    }
    footer .bioventuslogo img {
        width: 45%;
    }


}

@media (max-width: 480px) {
    .main-text {
        font-size: 0.8em;
    }
    .social-media-container span{
        display: none;
    }
    .header-top{
        flex-wrap: nowrap;
    }
    .social-media-icons{
        min-width: 120px;
        margin-left: 6px;
    }
    
}


@media (max-width: 340px) {
    body {
        font-size: 12px;
    }
    .container-title h3 {
        font-size: 1em;
    }
    .container-title .line {
        margin-top: -0.8em;
    }
    .product {
        min-height: 620px;
    }
    .product.activated {
        min-height: 765px;
    }
    .product.activated[data-current="H200 Wireless Hand Rehabilitation System"] {
        min-height: 885px;
    }
    .product.activated[data-current="L300 Go Lower Cuff"] {
        min-height: 830px;
    }
    .product.activated[data-current="L300 Go Thigh Cuff"] {
        min-height: 765px;
    }
    footer .bionesslogo img{
        width: 130px;
    }
    footer .bioventuslogo img {
        width: 140px;
    }
}



@media (max-width:340px) {
    .mobile-bg {
        margin-left: 30%;
    }
    .mobile-bg[index="0"]{
        margin-left: 20%;
    }
    #modal-form .form-iframe{
        min-width: initial;
    }
}

@media (max-height:900px){
    .modal-iframe {
        width: 100%;
    }
}


@media (max-height:700px) and (max-width:400px){
    #modal-form .form-iframe{
        -webkit-overflow-scrolling: touch;
        overflow-y: auto;
        height:65vh;
    }
}
@media (min-width:1025px){
    .testimonials-container {
        margin-top: 120px;
    }
    #contact-form {
        width: 378px;
    }
}


