﻿* {
    --pink: #ed1969;
    --blue: #1c3a8e;
    font-family: "Montserrat", sans-serif;
}

body,
html {
    overflow-x: hidden;
}

button,
.form-control {
    border-radius: 6px !important;
    font-size: 14px !important;
    height: 45px !important;
}

h2 {
    color: #ffffff;
    font-size: 26px;
}

section {
    padding-top: 60px;
    padding-bottom: 60px;
    background: white;
}

.video-section {
    padding-top: 62px;
}

.title {
    color: var(--blue);
    font-size: 28px;
}

.fixed-message-icon {
    width: 100%;
    position: fixed;
    top: 90%;
    z-index: 1000;
}

    .fixed-message-icon img {
        float: right;
        padding-right: 2rem;
    }
/*for devices images and titles large screens*/
.services-row .services__title {
    margin-top : 44px;
}
.services-row img {
    height: 230px;
}
.Lifesense-reusable-patch-image {
    height: auto !important;
    width: 261px;
}
/* Section ONE */
.identity {
    background: #bcbcbc;
    /*height: 45rem;*/
}

@media only screen and (min-width: 997px) {
    .identity__text {
        line-height: 1.7;
    }
}

@media only screen and (min-width: 1100px) {
    .get-in-touch__email {
        width: 400px;
    }
}


.identity__text {
    color: white;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
}

.main-video {
    width: 100%;
    position: relative;
    max-height: calc(100vh - 62px);
    top: 62px;
    margin-bottom: 100px;
}

/*END of Section ONE*/
/*Section Two - SERVICES*/
.services__title {
    color: var(--blue);
    font-size: 20px;
    font-weight: 700;
}

.services__paragraph {
    color: #434343;
    font-size: 14px;
    font-weight: 300;
}

.services__underline-separator {
    width: 60px;
    border-top: 2px solid #ed1969;
    margin: 10px auto;
}

/*End of Section TWO - SERVICES*/

/*Section THREE - Get in touch*/

@media only screen and (min-width: 720px) {
    .get-in-touch__home {
        background: url(../images/get-in-touch.png) center;
        display: table;
        width: 100%; /* width of container */
        /* height of container */
        margin-top: 2rem;
        margin-bottom: 2rem;
        position: relative;
        background-size: cover;
    }
}

@media only screen and (max-width: 720px) {
    .get-in-touch__home {
        background: url(../images/get-in-touch-lowopacity.png) center;
        display: table;
        width: 100%; /* width of container */
        /* height of container */
        margin-top: 2rem;
        margin-bottom: 2rem;
        position: relative;
        background-size: cover;
    }
}

.get-in-touch__text {
    color: var(--blue);
    font-size: 28px;
    font-weight: 700;
}

/*END ofSection THREE - Get in touch*/

/*Section four - testimonials*/

.testimonials__text {
    font-size: 16px;
    font-weight: 300;
}

.testimonials__name {
    font-size: 18px;
    font-weight: 700;
}

.testimonials__name--specs {
    font-size: 16px;
    font-weight: 300;
}

/*End of Section four - testimonials*/

/*Section Five Reports*/
.reports {
    background-color: #ed1969;
    width: 100%;
}

.reports__bigsize {
    font-size: 93px;
    color: white;
}

/*End of Section Five Reports*/

/*Section Six Subscription Plan*/
.subsplan__title {
    font-size: 28px;
    font-weight: 700;
    color: var(--blue);
}

.subsplan__subtitles {
    font-size: 20px;
    font-weight: 700;
    color: var(--blue);
}

.subsplan__parag {
    color: #383838;
    font-size: 16px;
    font-weight: 300;
}
.getInTouch-btn {
    background-color: #9e9e9e !important;
    border-color: #9e9e9e !important;
}
.getInTouch-btn:focus, .getInTouch-btn:active {
    box-shadow:0 0 0 0.2rem #5BC2E7 !important;
}

.reports-background {
    background: #5BC2E7 !important;
}
/*End of Section six Subs Plan*/
/*for devices images small screens*/
@media only screen and (min-width: 768px) and (max-width: 990px) {
    .Lifesense-Disposable-Patch-image {
        height: 151px;
    }
    .Lifesense-reusable-patch-title {
        margin-top: 59px !important;
    }
}
@media only screen and (max-width : 767px) {
    .Lifesense-Disposable-Patch-image {
        height: 280px;
    }
    .Lifesense-reusable-patch-title {
        margin-top: 0 !important;
    }
}
@media only screen and (max-width : 280px) {
    .Lifesense-Disposable-Patch-image {
        height: 200px;
    }
}