body {
    font-family: "Muli",sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

.masterhead {
    background: url(../img/Home_BG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
/*.masterhead .container-fluid {
        background-image: linear-gradient(to right, rgba(127,49,167,0.6), rgba(214,9,212,0));
    }*/
.DMT_logo {
    height: 90px;
}

.header-content h1 {
    color: white;
    font-weight: 400;
}

.header-content h3 {
    color: white;
}

.text-theme {
    color: #8944CF;
}

.banner-theme {
    background: linear-gradient(to bottom left, #BF2DA3, #8339CD);
}

.btn-home {
    background-color: white;
    border-radius: 50px;
    font-weight: 500;
    color: #A429B2;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    font-size: 18px;
    text-transform: none;
    padding: 6px 50px;
}

.btn-theme-active {
    background-color: #8944CF;
    border-radius: 50px;
    border: 1px solid #8944CF;
    font-weight: 500;
    text-transform: none;
    font-size: .9rem !important;
    color: white;
}

    .btn-theme-active:hover {
        background-color: #8339CD;
        color: white;
    }

.btn-theme {
    background-color: white;
    border-radius: 50px;
    border: 1px solid #8944CF;
    font-weight: 500;
    text-transform: none;
    font-size: 1rem !important;
    color: #8944CF;
}

    .btn-theme:hover {
        background-color: #8944CF;
        color: white;
    }

.gallery-right {
    background-color: #F5F5F5;
}

.gallery_img img {
    max-height: 400px;
    margin-bottom: auto;
}

h1.gtitle-right:after {
    background-color: #8944CF;
    height: 6px;
    width: 1em;
    content: '';
    position: absolute;
    margin-top: 25px;
    margin-left: 15px;
}

h1.gtitle-left::before {
    background-color: white;
    height: 6px;
    width: 1em;
    content: '';
    position: absolute;
    margin-top: 25px;
    margin-left: -50px;
}

.cards {
    min-height: 500px;
}

.card-grey {
    padding: 50px;
    border-radius: 30px;
    font-size: 20px;
    min-height: 250px;
    font-weight: 500;
    background-color: #F5F5F5;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.16), 0 5px 20px 0 rgba(0,0,0,0.10);
    margin-bottom: 10px;
    margin-top: 10px;
}

.card-theme {
    padding: 50px;
    border-radius: 30px;
    font-size: 20px;
    min-height: 250px;
    font-weight: 500;
    background: linear-gradient(to bottom left, #BF2DA3, #8339CD);
    color: white;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.16), 0 5px 20px 0 rgba(0,0,0,0.10);
    margin-bottom: 10px;
    margin-top: 10px;
}

@media (min-width: 1200px) {
    .card-grey {
        position: absolute;
        width: 600px;
        margin-top: 149px;
        z-index: 101;
    }

    .card-theme {
        position: absolute;
        width: 600px;
        z-index: 102;
        right: 0;
    }
}

@media (max-width: 1199px) {
    .label-right {
        padding: 20px;
        width: 100%;
        margin: auto;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .label-right {
        padding: 30px;
        margin-top: -80px;
        padding-right: 3rem;
        width: 60%;
        position: absolute;
        border-radius: 100px 0px 0px 100px;
        text-align: right;
        right: 0;
    }
}

@media (max-width: 567px) {
    .DMT_logo {
        height: 60px;
    }

    h1.gtitle-right:after {
        display: none;
    }

    h1.gtitle-right:before {
        background-color: #8944CF;
        height: 6px;
        width: 1em;
        content: '';
        position: absolute;
        margin-top: 25px;
        margin-left: -50px;
    }

    .info-right {
        text-align: left !important;
    }

    footer {
        text-align: center !important;
    }
}

@media (min-width: 577px) {

    .footer-logo {
        text-align: right !important;
    }
}

.info-right {
    text-align: right;
}

.label-right {
    background: linear-gradient(to bottom left, #BF2DA3, #8339CD);
}

    .label-right > p {
        font-size: 20px;
        color: white;
        font-weight: 500;
    }

footer {
    padding: 20px;
    background-color: #F5F5F5;
}

    footer img {
    }

@media (min-width: 600px) {
    .navbar.scrolling-navbar {
        padding-bottom: 0px !important;
        padding-top: 0 !important;
    }
}

/*.top-nav-collapse {
    background: linear-gradient(to left, #BF2DA3, #A03FBD);
}*/
nav {
    background-color: white;
}

.bg-grey {
    background-color: #F5F5F5;
    padding: 20px;
}

.custom-badge {
    height: 80px;
    width: 80px;
    font-size: 3rem;
    font-weight: 500;
    color: #8944CF;
    background-color: #F5F5F5;
    text-align: center;
    line-height: 1.6;
    border-radius: 100px;
}

.badge-theme {
    color: #fff !important;
    background-color: #8944CF !important;
    font-size: 1.2em;
    margin-bottom: 10px;
    margin-top: -32px;
    position: absolute;
    text-transform: uppercase;
    left: 4em;
    right: 4em;
    padding: 10px;
}

.card-purple .card-header {
    text-transform: uppercase;
    background-color: #8944CF;
    color: white;
}

.card-black .card-header {
    text-transform: uppercase;
    background-color: #333333;
    color: white;
}

.card-orange .card-header {
    text-transform: uppercase;
    background-color: #F77D01;
    color: white;
}

.card-black, .card-orange, .card-purple {
    height: 95%;
}

.feature_hst {
    display: flex;
    width: 100%;
    height: 100%;
    margin-top: 5.5rem;
    flex-direction: column;
}

@media only screen and (min-width: 767px) {
    .feature_hst {
        flex-direction: row;
        -webkit-flex-direction: row;
    }
}

.hst_right {
    flex: 1 0 50%;
    background: url(../img/listening-to-doctor.jpg);
    background-position: 50%;
    background-size: cover;
}

.hst_left {
    flex: 1 0 50%;
    background: #f4f7fa;
    padding: 30px;
}

@media only screen and (min-width: 767px) {
    .feature_hst .hst_left {
        padding: 60px;
    }
}

.qa {
    padding: 20px;
}

.question {
    font-size: 18px !important;
    margin-left: 20px;
    color: #000;
    min-height: 3.5rem;
    margin-top: auto;
    line-height: 44px;
    margin-bottom: auto;
}

    .question:before {
        position: absolute;
        content: "Q";
        color: white;
        font-size: 30px;
        background-color: #8944CF;
        width: 3rem;
        height: 3rem;
        border-radius: 100px;
        left: 0;
        text-align: center;
    }

.answer {
    font-size: 18px !important;
    margin-left: 50px;
    color: #666;
    min-height: 5rem;
    margin-top: auto;
    margin-bottom: auto;
}

    .answer:before {
        position: absolute;
        content: "A";
        color: #8944CF;
        font-size: 30px;
        background-color: rgba(0,0,0,0.10);
        width: 3rem;
        height: 3rem;
        border-radius: 100px;
        margin-left: -54px;
        text-align: center;
    }

.bg-purple {
    background-color: #8339CD;
}

.map-container {
    overflow: hidden;
    padding-bottom: 40%;
    position: relative;
    margin: 5.5rem auto 0;
}

    .map-container iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

i.fa-facebook:hover {
    color: #395197 !important;
}

i.fa-linkedin:hover {
    color: #3d83d9 !important;
}

.icons-cover {
    display: flex;
}

.icon-set-cover {
    margin-right: auto;
    text-align: center;
}

    .icon-set-cover img {
        height: 60px;
        width: 60px;
    }

    .icon-set-cover h6 {
        color: white;
        font-weight: 500;
        margin-top: 10px;
    }

.bg-deep {
    background-color: #7100A8;
}

.caps {
    text-transform: uppercase;
}

.fw-medium {
    font-weight: 600;
}

.text-primary {
    color: #7E3BD0 !important;
}

.text-secondary {
    color: #EA2687 !important;
}

.saparator {
    margin: 0 6px;
    color: #aaa;
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #000 !important;
    font-weight: 500;
}

.navbar.navbar-light .navbar-nav .nav-item.active > .nav-link {
    background-color: white !important;
    color: #EA2687 !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 .5rem !important;
}

.sleepcover {
    background: url(../img/sleepbanner.png) no-repeat;
    background-position-x: 50%;
    min-height: 300px;
    background-size: cover;
}

@media (max-width:770px) {
    .sleepcover {
        background: #f7f7f7;
    }
}

.paypal-powered-by {
    margin-bottom: 0 !important;
}

.cardioM_right {
    flex: 1 0 50%;
    background: url(../img/car_Monitoring1.jpg);
    background-position: 50%;
    background-size: cover;
}
