@import "bootstrap.min.css";
@import "owl.carousel.min.css";
@import "owl.theme.default.min.css";
@import "fontawesome.css";
@font-face {
    font-family: 'Gotham-Book';
    src: url('../webfonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('../webfonts/Gotham-Book.otf') format('opentype'), url('../webfonts/Gotham-Book.woff') format('woff'), url('../webfonts/Gotham-Book.ttf') format('truetype'), url('../webfonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamPro-Medium';
    src: url('../webfonts/GothamPro-Medium.eot?#iefix') format('embedded-opentype'), url('../webfonts/GothamPro-Medium.woff') format('woff'), url('../webfonts/GothamPro-Medium.ttf') format('truetype'), url('../webfonts/GothamPro-Medium.svg#GothamPro-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../webfonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('../webfonts/Gotham-Bold.woff') format('woff'), url('../webfonts/Gotham-Bold.ttf') format('truetype'), url('../webfonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-family: 'GothamPro-Medium';
    font-size: 45px;
    line-height: 54px;
    color: #4674b7;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

.title-text {
    font-family: 'GothamPro-Medium';
    font-weight: normal;
    font-size: 45px;
    line-height: 54px;
    text-align: center;
    color: #8f00bc;
}

img {
    height: auto;
    max-width: 100%;
}

.lead-text {
    font-size: 27px;
    line-height: 37px;
    text-align: center;
    color: #4d4d4d;
}

body {
    font-family: 'Gotham-Book';
    color: #4D4D4D;
}

a {
    transition: all 0.5s ease-in-out;
}

.btn {
    min-width: 148.81px;
    height: 42.07px;
    border-radius: 21.04px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px 2px;
    font-size: 24px;
}

.cta-primary {
    background: #1699c5;
    color: #fff;
}

.cta-primary:hover {
    color: #fff;
    background-color: #147fa2;
}

.cta-primary img {
    margin-right: 17px;
}

.cta-secondary {
    background: #1699c5;
    color: #fff;
    border: none;
}

.cta-secondary:hover {
    color: #fff;
    background-color: #147fa2;
}

.wrapper {
    overflow: hidden;
}


/* HEADER CSS */

header {
    padding: 20px 0;
    min-height: 135px;
    background-color: #fff;
    box-shadow: 0px 2px 16px rgba(231, 231, 231, 0.5);
}

header.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}

header .navbar-nav {
    align-items: center;
}

header .navbar-nav .nav-item .nav-link {
    font-size: 24px;
    color: #4D4D4D;
    padding: 0 3px;
    position: relative;
}

header .navbar-nav .nav-item {
    margin: 0 18px;
}

header .navbar-nav .nav-item .nav-link:hover {
    color: #1699c5;
}

header .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
}

.hero-text {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.hero-text .cta-secondary {
    min-width: 250.37px;
    height: 60px;
    border-radius: 30px;
}

.hero-text h1 {
    margin-bottom: 40px;
}

.hero-text p {
    font-size: 27px;
    line-height: 36px;
    text-align: center;
    color: #4d4d4d;
    margin-bottom: 50px;
}

.hero-main {
    background-image: url(../images/bg-hero.svg);
    background-position: bottom center;
    background-size: cover;
    padding: 63px 0 200px;
}

.hero-main .img-holder svg {
    height: 100%;
    max-width: 100%;
}

.montair-designed .container {
    max-width: 1055px;
    margin: 0 auto;
    text-align: center;
}

.montair-designed .img-holder img {
    max-width: 100%;
}

.caption {
    max-width: 786px;
    margin: 0 auto;
}

.montair-designed {
    background-image: url(../images/bg2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 60px 0 0;
}

.montair-designed .caption {
    margin-bottom: 60px;
}

.caption .title-text {
    margin-bottom: 30px;
}

.content {
    text-align: left;
}

.content p {
    font-weight: normal;
    font-size: 24px;
    line-height: 28.8px;
    color: #4d4d4d;
    margin: 30px 0 0;
}

.montair-designed .content {
    max-width: 432px;
}

.technology .content-tech {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0 282px;
    background-image: url(../images/bg-tech.svg);
    background-position: bottom center;
    margin-top: -2px;
}

.technology .container {
    position: relative;
    z-index: 5;
}

.technology .tech-img {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}

.technology .caption {
    max-width: 740px;
}

.technology .caption {
    margin-bottom: 60px;
}

.technology .media {
    margin-bottom: 60px;
    max-width: 514px;
}

.technology .media .media-body {
    font-weight: normal;
    font-style: italic;
    font-size: 24px;
    line-height: 28.8px;
    text-align: left;
    color: #4d4d4d;
}

.technology .media .icon {
    min-width: 117px;
    text-align: center;
}

.technology .img-auto {
    max-width: initial;
    float: right;
}

footer {
    background-color: #1699C5;
    padding: 80px 0;
    margin-top: -1px;
}

footer .brand-footer {
    display: inline-flex;
    margin-bottom: 30px;
}

footer p a,
footer p {
    font-size: 21px;
    line-height: 34px;
    text-align: left;
    color: #fff;
    margin: 0;
}

footer p a:hover {
    color: #fff;
    text-decoration: none;
}

.quick-links {
    padding: 0;
    margin: 0;
}

.quick-links li {
    margin-bottom: 20px;
    list-style: none;
}

.quick-links li a {
    font-size: 25.64px;
    line-height: 30.77px;
    text-align: left;
    color: #fff;
    display: inline-flex;
}

footer p a:hover,
.quick-links li a:hover {
    text-decoration: none;
    color: #4d4d4d;
}

.contact-footer p {
    margin-bottom: 15px;
}

.social-footer {
    display: flex;
    align-items: center;
    margin: 0 -8px;
}

.social-footer li a {
    color: #fff;
    width: 41.8px;
    height: 41.8px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.social-footer li a:hover {
    background-color: #147fa2;
    color: #fff;
    border-color: #147fa2;
    text-decoration: none;
}

.social-footer li {
    padding: 0 8px;
}

.technology img.ellipse {
    position: absolute;
    bottom: 4.4%;
    max-width: 41%;
}

.technology {
    position: relative;
    margin: 1px;
}

.wrapper {
    overflow: hidden;
}

#demo .modal-dialog {
    max-width: 1220px;
    width: 100%;
}

#demo .modal-content {
    border-radius: 72.19px 0px;
    background: #65a7dd;
    border: none;
}

.content-detail {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-detail h2 {
    font-weight: 700;
    font-size: 82.63px;
    color: #fff;
    padding: 34px 46px;
}

#demo .modal-content form {
    padding: 100px 0;
    padding-right: 50px;
}

#demo .modal-content form .form-control {
    height: 49.18px;
    border-radius: 10.69px;
    background: rgba(255, 255, 255, 0.34);
    color: #fff;
    border: none;
    font-family: 'GothamPro-Medium';
    font-weight: normal;
    font-size: 20.26px;
}

#demo .modal-content form .form-control::placeholder {
    color: #fff;
}

#demo .modal-content form .form-group {
    margin-bottom: 20px;
}

#demo .modal-content form textarea.form-control {
    height: auto;
    resize: inherit;
    min-height: 122px;
}

#demo .modal-content form .form-btn {
    margin-top: 50px;
}

.form-btn {
    min-width: 276.96px;
    height: 57.95px;
    border-radius: 28.97px;
    background: #fff;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.31);
    font-family: 'GothamPro-Medium';
    font-weight: normal;
    font-size: 29.09px;
    line-height: 34.9px;
    color: #4674b7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none !important;
}

.form-btn:hover {
    background-color: #4674b7;
    color: #fff;
}

.form-btn:focus {
    box-shadow: none;
}

#demo .close {
    position: absolute;
    right: 50px;
    top: 30px;
    margin: 0;
    padding: 0;
    opacity: 1;
    z-index: 9;
    outline: none !important;
}


/* SLUTION */

.integration {
    padding: 70px 0;
}

.integration .img-holder img {
    max-width: 1140px;
    float: right;
    margin-right: 28px;
}

.how-works li {
    font-family: 'Gotham-Book';
    font-size: 29px;
    line-height: 37.2px;
    color: #4d4d4d;
    margin-top: 32px;
    padding-left: 25px;
    position: relative;
}

.how-works li:before {
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 2px;
    width: 4px;
    background: #65a7dd;
}

.how-works li:first-child {
    margin-top: 0;
}

.how-works li strong {
    font-family: 'Gotham-Bold';
    color: #1699c5;
}

.steps-work .container {
    max-width: 1590px;
}

.img-step {
    position: relative;
}

.img-step:after {
    background-image: url(../images/arrow.svg);
    background-size: cover;
    background-position: center;
    width: 48px;
    height: 10px;
    position: absolute;
    right: -55px;
    content: '';
    top: 50%;
}

.steps-work ul li:last-child .img-step:after {
    content: none;
}

.steps-work ul {
    display: flex;
    margin: 0 -28px;
}

.steps-work ul li {
    flex: 1;
    padding: 0 28px;
}

.card-img h3 {
    font-family: 'Gotham-Bold';
    font-size: 29px;
    letter-spacing: 0.02em;
    line-height: 34.8px;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

.card-img p {
    font-family: 'Gotham-Book';
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #333;
}

.steps-work {
    background-image: url(../images/bg-steps.svg);
    background-size: cover;
    background-position: center;
    padding: 500px 0 271px;
    margin-top: -304px;
}

.content h3 {
    font-family: 'GothamPro-Medium';
    font-size: 45px;
    line-height: 54px;
    text-align: left;
    color: #1699c5;
    margin-bottom: 47px;
}

.tele-medicine .content .btn,
.content .btn {
    width: 250.37px;
    height: 60px;
    border-radius: 30px;
    font-family: 'GothamPro-Medium';
    font-size: 27.44px;
    color: #fff;
    margin-top: 47px;
}

.remote-monitoring .img-holder {
    max-width: 624px;
    margin-left: auto;
}

.remote-monitoring {
    padding: 70px 0 0;
}

.tele-medicine .content,
.remote-monitoring .content {
    padding: 30px 0;
}

.bar-divider {
    margin-top: -100px;
}

.tele-medicine .img-holder {
    max-width: 597px;
}

.tele-medicine .content {
    max-width: 657px;
}

.remote-monitoring .content p,
.tele-medicine .content p {
    font-size: 31px;
    line-height: 37px;
}

.img-footer {
    margin: 0 -8px;
}


/*  */

.telemedicine {
    background-image: url(../images/bg-2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 70px 0 206px;
}

.telemedicine h1 {
    font-family: 'GothamPro-Medium';
    font-size: 52.98px;
    line-height: 63.58px;
    text-align: center;
    color: #1699c5;
    margin-bottom: 70px;
}

.telemedicine .how-works li {
    font-family: 'GothamPro-Medium';
    font-weight: normal;
    font-size: 27px;
    line-height: 32.4px;
    text-align: left;
    color: #4d4d4d;
}

.telemedicine .how-works {
    max-width: 509px;
    margin-left: auto;
}

.aims-of-tm {
    padding: 100px 0;
}

.aims-of-tm .caption {
    max-width: 955px;
    margin-bottom: 50px;
}

.caption h3 {
    font-family: 'GothamPro-Medium';
    font-weight: normal;
    font-size: 52.98px;
    line-height: 63.58px;
    text-align: center;
    color: #1699c5;
    margin-bottom: 35px;
}

.aims-of-tm .caption p {
    font-family: 'Gotham-Book';
    font-weight: normal;
    font-size: 31px;
    line-height: 37.2px;
    text-align: center;
    color: #4d4d4d;
    margin: 0;
}

.aims-card h4 {
    font-family: 'GothamPro-Medium';
    font-size: 31px;
    line-height: 37.2px;
    text-align: center;
    color: #27aae2;
}

.aims-card p {
    font-size: 26px;
    line-height: 31.2px;
    color: #4d4d4d;
    text-align: center;
}

.aims-wrapper {
    display: flex;
    align-items: center;
    max-width: 1374px;
    position: relative;
}

.aims-wrapper .aims-card {
    width: 687px;
    min-height: 687px;
    border-radius: 50%;
    position: relative;
    padding: 123px 0;
    display: flex;
    align-items: center;
}

.aims-wrapper .aims-card:after {
    position: absolute;
    content: '';
    background: linear-gradient(#0089cc 4.87%, #65a7dd 29.01%, #7900b6 67%, #9e0f25 100%);
    opacity: 0.14;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 50%;
}

.aims-wrapper .aims-card:first-child {
    right: -150px;
}

.aims-wrapper .aims-card:nth-child(2) {
    left: -150px;
}

.aims-wrapper .aims-card:first-child .text_c {
    max-width: 315px;
    margin-left: 50px;
}

.aims-wrapper .aims-card:nth-child(2) .text_c {
    max-width: 275px;
    margin-left: auto;
    margin-right: 50px;
}

.improve-text {
    position: absolute;
    max-width: 260px;
    font-family: 'GothamPro-Medium';
    font-size: 39px;
    line-height: 46.8px;
    text-align: center;
    color: #8f00bc;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.testimonial {
    max-width: 707px;
    margin-left: auto;
}

.testimonial-card {
    border-radius: 12px;
    background: linear-gradient(#f9f7f9 0%, #bfdbfa 100%);
    box-shadow: 7px 8px 13px rgba(0, 0, 0, 0.15);
    padding: 29px 38px 84px;
    display: flex;
    align-items: flex-start;
}

.testimonial .item {
    padding: 15px 20px 15px;
}

.testimonial-card .media-body p {
    font-family: 'Gotham-Book';
    font-weight: normal;
    font-size: 23px;
    line-height: 32px;
    text-align: left;
    color: #4D4D4D;
}

.testimonial-card .media-body h5 {
    color: #27aae2;
    font-style: italic;
}

.testimonial-card .media-body {
    padding-top: 24px;
}

.testimonial-card .icon-quote {
    margin-right: 28px;
}

.owl-theme .owl-dots .owl-dot span {
    padding: 0;
    margin: 0 16px;
    background: rgba(39, 170, 226, 0.5);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: relative;
}

.owl-theme .owl-dots .owl-dot span:after {
    height: 11px;
    width: 11px;
    content: '';
    background: rgba(39, 170, 226, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(39, 170, 226, 0.5);
}

.owl-theme .owl-dots .owl-dot.active span:after,
.owl-theme .owl-dots .owl-dot:hover span:after {
    background: #27AAE2
}

.owl-theme .owl-dots .owl-dot {
    outline: none !important;
}

.respiratory {
    background-image: url(../images/bg-respirotary.svg);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 397px 0 200px;
    margin-top: -280px;
}

.billing-info .caption {
    max-width: 955px;
}

.billing-info .caption p {
    font-family: 'Gotham-Book';
    font-size: 31px;
    line-height: 37.2px;
    text-align: center;
    color: #4d4d4d;
    margin-bottom: 45px;
}

.billing-info .caption p.lead-text {
    font-family: 'GothamPro-Medium';
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #4674b7;
    margin-bottom: 0;
    text-decoration: underline;
}

.card-modifier {
    padding: 38px;
    border-radius: 27.41px;
    background: linear-gradient(#f9f7f9 0%, #bfdbfa 100%);
    box-shadow: -3px 10px 11px rgba(0, 0, 0, 0.1);
    margin-top: 60px;
}

.card-modifier h4 {
    font-family: 'Gotham-Book';
    font-weight: normal;
    font-size: 35.65px;
    line-height: 42.78px;
    text-align: left;
    color: #4d4d4d;
    margin: 0;
}

.card-modifier h4 span {
    font-family: 'Gotham-Bold';
}

.card-modifier p {
    font-family: 'Gotham-Book';
    font-weight: normal;
    font-size: 19.93px;
    line-height: 28.7px;
    text-align: left;
    color: #4d4d4d;
    margin: 0;
}

.card-modifier p.rec-txt {
    font-size: 18px;
    font-style: italic;
}

.card-modifier hr {
    border-color: #9CCAFA;
    margin: 15px 0;
}

.billing-info {
    padding: 350px 0 140px;
    margin-top: -255px;
    position: relative;
    background-image: url(../images/bg-billings.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.tele-meds .img-footer {
    margin-top: -176px;
}

.rpm {
    padding: 70px 0 150px;
    background-image: url(../images/bg-rpm.svg);
    background-size: cover;
    background-position: bottom center;
}

.rpm .img-holder svg {
    height: auto;
}

.card-overview {
    border-radius: 12px;
    background: #fff;
    box-shadow: 7px 8px 13px rgba(0, 0, 0, 0.15);
    height: 100%;
    padding: 25px;
}

.card-overview h4 {
    font-family: 'GothamPro-Medium';
    font-size: 30px;
    letter-spacing: 0.02em;
    line-height: 36px;
    text-align: left;
    color: #4674b7;
    padding-bottom: 15px;
    border-bottom: 2px solid #707070;
    margin-bottom: 17px;
}

.card-overview p {
    font-family: 'Gotham-Book';
    font-weight: normal;
    font-size: 24.71px;
    line-height: 29.65px;
    text-align: left;
    color: #4d4d4d;
    margin: 0;
}

.overview {
    margin-top: -130px;
}

.evidence {
    padding: 100px 0;
}

.evidence .caption {
    margin-bottom: 30px;
}

.wrapper-evidence {
    max-width: 1496px;
    border-radius: 54px;
    margin: 0 auto;
    padding: 87px 30px;
    position: relative;
    overflow: hidden;
}

.wrapper-evidence:after {
    background: linear-gradient(#0089cc 4.87%, #65a7dd 29.01%, #7900b6 67%, #9e0f25 100%);
    opacity: 0.14;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.inner-evidence {
    max-width: 1203px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.evidence-card {
    margin-bottom: 70px;
}

.evidence-card i {
    display: block;
    width: 170px;
    margin-right: 36px;
}

.evidence-card .media-body p {
    max-width: 316px;
    font-weight: normal;
    font-size: 27px;
    line-height: 32.4px;
    text-align: left;
    color: #333;
    margin-bottom: 0;
}

.evidence-card .media-body p span {
    font-family: 'GothamPro-Medium';
    color: #27AAE2;
}

.sleep-respiratory .content span,
.sleep-respiratory .content p {
    font-size: 31px;
    line-height: 37.2px;
    text-align: left;
}

.sleep-respiratory span {
    color: #27AAE2;
    font-style: italic;
}

.sleep-respiratory .img-holder {
    max-width: 555px;
}

.sleep-respiratory .row {
    margin-top: 57px;
}

.reimbursement {
    padding: 88px 0;
}

.cpc-card {
    border-radius: 27.41px;
    background: linear-gradient(#f9f7f9 0%, #bfdbfa 100%);
    box-shadow: -3px 10px 11px rgba(0, 0, 0, 0.1);
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cpc-body {
    flex: 1;
}

.cpc-card .cpc-title {
    font-size: 35.65px;
    line-height: 42.78px;
    text-align: left;
    color: #4d4d4d;
    padding-bottom: 11px;
    border-bottom: 1px solid #9ccafa;
}

.cpc-card .cpc-body {
    padding: 20px 0 0;
}

.cpc-card .cpc-body p {
    margin: 0 0 20px;
    font-weight: normal;
    font-size: 19.93px;
    line-height: 28.7px;
    text-align: left;
    color: #4d4d4d;
}

.cpc-card .billable {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #9ccafa;
    border-bottom: 1px solid #9ccafa;
    margin-bottom: 20px;
}

.cpc-card .billable img {
    margin-right: 10px;
}

.cpc-card .cpc-body .billable span {
    flex: 1;
}

.cpc-card .footer-cpc h4 {
    font-family: 'Gotham-Bold';
    font-weight: normal;
    font-size: 31.89px;
    line-height: 32px;
    text-align: left;
    color: #27AAE2;
    margin: 0;
}

.cpc-card .footer-cpc p {
    margin: 0;
    font-family: 'GothamPro-Medium';
    font-size: 16.62px;
    line-height: 18px;
    text-align: right;
    color: #4d4d4d;
}

.cpc-card .footer-cpc span {
    font-size: 13px;
    display: block;
    margin: 0;
    line-height: 16px;
}

.reimbursement .row [class*="col-"] {
    margin-top: 30px;
}

.reimbursement {
    background-image: url(../images/bg-rpm-reimbur.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.aims-of-rpm .img-footer {
    margin-top: -170px;
}

#demo .close {
    position: absolute;
    right: 50px;
    top: 30px;
    margin: 0;
    padding: 0;
    opacity: 1;
    z-index: 9;
    outline: none !important;
}

#demo {
    display: block;
    opacity: 0;
    visibility: hidden;
}

.modal-open #demo {
    visibility: inherit;
    opacity: 1;
}

.moretext {
    display: none;
}

.evidence-card .media-body p a {
    font-size: 20px;
    color: #0089cc;
}

.moretext {
    display: none;
}