/****** PLACE YOUR CUSTOM STYLES HERE ******/

body {
    margin: 0;
}

.nav-bar {
    box-shadow: 0 0 0 rgba(0,0,0,0.16), 0 0 0 rgba(0,0,0,0.23);
    transition: all ease .2s;
}

.scrolled .nav-bar {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.header-group {
    display: flex;
    height: 100px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
}

.header .mobile-toggle {
    position: absolute;
    right: 0;
    height: 100%;
    padding: 10px;
    width: 50px;
}

.nav-bar .header .module {
    padding: 0;
}

.module-group.header-menu-list {
    padding: 0;
    max-height: 0;
    overflow: auto;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: white;
    border-bottom: 0px solid #ccc;
}

.nav-bar {
    overflow: visible;
}

.nav-open .module-group.header-menu-list {
    max-height: calc(100vh - 70px);
}

.header {
    height: auto;
    display: flex;
    flex-direction: column;
}

.header .mobile-toggle i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.header .mobile-toggle {
    border-right: 1px solid #ccc !important;
}

a.header-logo {
    width: auto;
    display: inline-flex;
    align-items: center;
    height: 83px;
    margin-right: auto;
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

a.header-logo img {
    height: 90px;
}

.header-menu-list li {
    padding: 3px 12px;
}

.nav-container {
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 1;
    top: 0;
}

.header-menu-list > .menu > li {
    padding: 3px 12px;
    border-bottom: 1px solid #ccc;
}

.header .header-menu-list > .menu > li.has-dropdown:after {
    line-height: 1;
    top: 20px;
    font-size: 16px;
    right: 25px;
    transform: translateY(-50%);
    transition: all ease .3s;
}

body .section {
    padding-top: 110px;
}

.footer .footer-colaborators {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 50px;
}

.footer .footer-copyright {
    color: black;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.footer .footer-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.footer .footer-buttons > a {
    margin-bottom: 0;
}

.footer .footer-company {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 15px;
    margin-bottom: 30px;
    text-align: center;
}

.footer .footer-company > *:not(:first-child) {
    margin-left: auto;
}

.footer .footer-logo {
    margin-bottom: 0;
    width: 300px;
    display: flex;
}

.footer .footer-logo > a {
    width: 160px;
}

.footer .phonenumber {
    width: 200px;
}

.main-container {
    padding-top: 70px;
    width: 100%;
}

/* About us */

.title-section {
    height: 400px;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.title-section h2 {
    color: white;
    font-size: 36px;
}

.abtitle {
    color:white !important;
    text-align: center;
    margin-top: 7%;
}

.abcontent {
    margin: 30px auto 100px;
    text-align: left;
    width: 75%;
}

/*CS*/
.image-row .row {
    display: flex;
}

.image-row img {
    width: 40vw;
    min-width: 100%;
    max-width: none;
}

.image-row .col-md-6 {
    position: relative;
}

.image-row .col-md-6:first-of-type img {
    float: right;
}

.image-row .image-row-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.image-row.academy-section {
    background-color: #e1eef0;
    padding: 50px 0;
}

/*ESH*/
.esh-logo {
    width: 300px;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-25%);
}

/*Home*/
.cardiac-devices-data-management {
    padding-top: 30px;
    padding-bottom: 30px;
}

.cardiac-devices-data-management .row {
    display: flex;
}

@media (max-width: 1023px) {
    .nav-bar .container {
        padding: 0;
        position: inherit;
    }
    .footer .footer-colaborators {
        flex-wrap: wrap;
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
        justify-content: flex-start;
    }
    .footer .footer-colaborators > img {
        width: 33.3333%;
        padding: 20px;
    }
    h3.titlecontact {
        font-size: 24px;
        margin-bottom: 0;
    }
    h4.titlecontact {
        margin-top: 10px;
        padding: 0 35px;
        font-size: 24px;
    }
    .abcontent {
        width: 100%;
    }
    p.lead {
        font-size: 16px;
    }
    p.lead .big {
        font-size: 18px;
    }
    .title-section {
        height: 250px;
    }
    .title-section h2 {
        font-size: 30px;
    }
    .esh-logo {
        display: block;
        margin: 0 auto;
        width: 300px;
        position: inherit;
        left: auto;
        top: auto;
        transform: none;
    }
    .cardiac-devices-data-management .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .cardiac-devices-data-management .row .col-md-6:first-of-type {
        padding: 20px 30px;
    }
    .image-res1 {
        width: 100%;
        position: static;
    }
    .header .header-menu-list > .menu > li > a {
        padding: 7px 40px;
        width: 100%;
    }
    .header .header-menu-list > .menu > li {
        padding: 0;
    }
}

@media (max-width: 992px) {
    .footer .footer-company {
        align-items: flex-start;
    }
    .footer .footer-buttons > a {
        margin-bottom: 10px;
        margin-right: 0;
    }
    .image-row .row {
        display: block;
    }
    .image-row img {
        width: 100%;
    }
    .image-row .col-md-6 {
        position: relative;
    }
    .image-row .col-md-6:first-of-type img {
        float: none;
    }
    .image-row .image-row-text {
        position: inherit;
        top: auto;
        transform: none;
    }
    .image-row:nth-of-type(odd) .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .image-row {
        position: relative;
        padding: 20px 0;
    }
    .image-row.academy-section .col-md-6:last-of-type {
        padding-top: 40px;
    }
    .cardiac-signals-logo {
        width: 50%;
        display: block;
        margin: 0 auto;
    }
    .buttonstop {
        text-align: center;
        margin-right: auto;
        margin-top: 20px;
    }
    .buttonstop > .btn {
        margin-bottom: 0;
    }
}

@media (max-width: 576px) {
    .footer .footer-colaborators {
        width: calc(100% + 10px);
        margin-left: -5px;
        margin-right: -5px;
    }
    .footer .footer-colaborators > img {
        width: 50%;
        padding: 5px;
    }
    .footer .footer-company {
        flex-direction: column;
        margin-bottom: 0;
    }
    .footer .footer-company .footer-logo {
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }
    .footer .footer-buttons {
        margin-bottom: 20px;
        flex-direction: column;
    }
    .footer .footer-company > *:not(:first-child) {
        margin-right: auto;
    }
    .footer .phonenumber {
        width: 100%;
    }
    #crmWebToEntityForm {
        margin-top: 50px;
    }
    .cardiac-signals-logo {
        width: 100%;
    }
    .buttonstop > .btn {
        margin-top: 0;
    }
    .buttonstop > .btn:first-of-type {
        margin-bottom: 10px;
    }
    .main-container {
        padding-top: 70px;
    }
}

@media (min-width: 1024px) {
    .header {
        flex-direction: row;
    }
    .nav-bar .container {

    }
    .header .header-logo {
        flex-shrink: 0;
        margin-right: 30px;
    }
    .header .mobile-toggle {
        display: none;
    }
    .module-group.header-menu-list {
        overflow: visible;
        display: flex;
        margin-left: auto;
        width: auto;
        max-height: none;
        position: inherit;
        top: auto;
        left: auto;
        height: auto;
    }
    .header .header-group {
        padding-left: 0;
    }
    .header .menu {
        display: flex;
        height: auto;
    }
    .header .header-menu-list > .menu > li {
        display: inline-flex;
        border-bottom: none;
        position: relative;
        padding: 0;
        margin-right: 30px;
    }
    .header .header-menu-list > .menu > li > a {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 0∫;
    }
    .header .header-menu-list > .menu > li > a:after {
        content: '';
        height: 3px;
        width: 0;
        position: absolute;
        background-color: #;
        bottom: 14px;
        left: 0;
        transition: all ease .2s;
    }
    .header .header-menu-list > .menu > li:hover > a:after {
        width: 100%;
    }
    .header .header-menu-list > .menu > li > a:hover {
        text-decoration: none;
        cursor: pointer;
    }
    .header .header-menu-list > .menu > li.has-dropdown > a {
        padding-right: 20px;
    }
    .header .header-menu-list > .menu > li.has-dropdown:after {
        line-height: 0;
        top: 50%;
        right: 0;
        font-size: 12px;
        transform: translateY(-50%);
    }
    .header .header-menu-list > .menu > li.has-dropdown > a:hover {
        text-decoration: none;
    }
    .header .header-menu-list > .menu > li:last-of-type {
        margin-right: 0;
    }

    .header .mega-menu {
        top: 100%;
    }
    .nav-bar .header  a {
        height: auto;
    }
    .header .menu > li {
        margin-right: 0;
        float: none;
    }
    .header-menu-list > .menu > li:first-of-type {
        border-top: none;
    }
    .header .mobile-toggle {
        display: none;
    }
}
