/* ECG Page Style Sheet */

.ecg-page {
    background-color: #fefaef;
}
.ecg-page h1 {
    font-family: 'MuseoSans300' !important;
    font-size: 40px !important;
    font-weight: 600 !important;
    margin: 0 0 10px 0 !important;
    text-align: left;
}
.ecg-page.mypatch .putting-ears p {
    font-family: 'MuseoSans300';
    font-size: 26px;
    font-weight: 400;
    color: #000;
    margin: 0;
}
/* Hero Section */
.ecg-page .listen-to-heart-main {
    background-color: #fefaef;
    background-image: url(../images/ecg-hero-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ecg-page.mypatch .putting-ears {
    background-color: transparent;
    padding: 120px 0 150px;
}
.ecg-page.mypatch .putting-ears::before {
    display: none;
}

.ecg-page.mypatch .putting-ears .float-img {
    width: 300px;
    margin-top: -35px;
}
.ecg-page.mypatch .highlight-text {
    color: #0e5da2;
    font-weight: 600;
    font-size: 26px;
    font-family: 'MuseoSans500';
}
.ecg-page .scroll-down {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 5;
    width: 40px;
    margin: 0 auto;
    cursor: pointer;
}

/* Hero Section */

/* Who we are */
.ecg-page .who-we-are {
    position: relative;
    padding: 100px 0;
}
.ecg-page .who-we-are:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background-image: url(../images/background.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: -1050px 75px;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 0;
}
.ecg-page .who-we-are .content {
    padding: 100px 0 0 15px;
    justify-content: flex-start;
}
.ecg-page .who-we-are .image {
    height: auto;
}
.ecg-page .who-we-are .image img {
    width: 100%;
    margin-left: 125px;
}
.ecg-page .bottom-text {
    position: absolute;
    bottom: 0;
    left: 15px;
    width: auto;
}
.ecg-page .who-we-are h1 {
    font-family: 'MuseoSans500';
}
.ecg-page #btn-test {
    border: 1px solid #318ce7;
    background: #318ce7;
    color: #fff;
    border-radius: 30px;
    padding: 8px 20px;
    font-family: 'MuseoSans300';
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    width: 150px;
    text-align: center;
    margin: 25px 0;
}
.ecg-page #btn-test:hover {
    background: #fff !important;
    color: #141413 !important;
}
.ecg-page .who-we-are a.highlight-lightcream {
    color: #a9905e;
    font-size: 14px;
}
.ecg-page .who-we-are .mobile {
    display: none;
}
.ecg-page .who-we-are p {
    font-size: 26px;
}
/* Who we are */

/* Body Parts */
.ecg-page.mypatch .body-parts .highlight-text {
    color: #0e5da2;
    font-weight: 600;
    font-size: 20px;
    font-family: 'MuseoSans500';
}
.ecg-page .body-parts .row.mobile {
    display: none;
}
.body-parts .container {
    max-width: 1440px;
}
.body-parts .center-box img {
    width: 100%;
}
.body-parts .left-main {
    margin-bottom: 70px;
    transition: transform 0.2s;
}
.body-parts .left-main.active {
    transform: scale(1.05);
}
.body-parts .left-main > p {
    margin-bottom: 5px;
    text-align: left;
    font-family: 'MuseoSans500';
    font-size: 24px;
    font-weight: 600;
    margin-left: 105px;
}
.body-parts .left-sub img {
    position: absolute;
    left: -75px;
    top: -45px;
    width: 157px;
}
.body-parts .left-sub {
    border: 2px dashed #d3aa8d;
    border-radius: 15px;
    padding: 15px 20px 15px 115px;
    position: relative;
    min-height: 166px;
}
.body-parts .left-sub p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: initial;
    text-align: center;
}
.body-parts .left-main:nth-child(1) .left-sub {
    padding-top: 25px;
}
.body-parts .left-main:nth-child(1) .left-sub img {
    top: -23px;
}
.body-parts .left-main:nth-child(2) .left-sub {
    padding-top: 30px;
}
.body-parts .left-main:nth-child(2) .left-sub img {
    left: -93px;
    top: -35px;
    width: 198px;
}
.body-parts .left-main:nth-child(3) .left-sub {
    padding-top: 35px;
}
.body-parts .left-main:nth-child(3) .left-sub img {
    left: -80px;
    top: 5px;
    width: 175px;
}
.body-parts .right-boxes .left-main > p {
    margin-left: 35px;
}
.body-parts .right-boxes .left-main > p {
    margin-left: 35px;
}
.body-parts .right-boxes .left-main .left-sub {
    padding: 15px 115px 15px 20px;
}
.body-parts .right-boxes .left-main .left-sub img {
    left: initial;
    top: -40px;
    width: 175px;
    right: -70px;
}
.body-parts .right-boxes .left-main:nth-child(2) .left-sub img {
    top: -8px;
    width: 135px;
    right: -95px;
}
.body-parts .right-boxes .left-main:nth-child(2) .left-sub {
    padding-top: 35px;
}
.body-parts .right-boxes .left-main:nth-child(3) .left-sub img {
    top: -75px;
    width: 135px;
    right: -70px;
}
.body-parts .right-boxes .left-main:nth-child(3) .left-sub {
    padding-top: 35px;
}
.body-parts .center-box {
    background-image: url(../images/patient-back.png);
    background-color: transparent;
    border-radius: 20px;
    padding: 50px 30px 60px;
    background-size: cover;
    background-repeat: no-repeat;
}
.body-parts .left-boxes,
.body-parts .right-boxes {
    padding-top: 100px;
}
.body-parts a.highlight-lightcream {
    color: #a9905e;
    font-size: 13px;
    text-align: center;
    display: block;
    margin: 15px 0 0 0;
}
.body-parts a.highlight-lightcream:hover {
    text-decoration: none;
}
/* Body Parts */

/* Holter 3-Column */
.ecg-page .compare-mypatch h1 {
    font-size: 26px !important;
}
.ecg-page .compare-mypatch h1.event-recorders {
    font-family: 'MuseoSans300' !important;
    font-size: 40px !important;
    font-weight: 600 !important;
    margin: 0 0 10px 0 !important;
}
.ecg-page .compare-mypatch .table-sec .col-md-4:first-child {
    border-right: 0px solid #e6e6e6;
}
.ecg-page .compare-mypatch {
    text-align: left;
}
.ecg-page .compare-mypatch.event-recorders h1 {
    margin: 25px 0 25px 0 !important;
}
.ecg-page .compare-mypatch h2,
.ecg-page .compare-mypatch p,
.ecg-page .compare-mypatch h1 {
    text-align: center;
}
.mypatch .compare-mypatch .table-sec p {
    text-align: left;
    justify-content: flex-start;
    padding: 0px 15px;
    line-height: 28px;
    font-size: 18px;
    display: block;
}
.mypatch .compare-mypatch .table-sec ul {
    font-size: 20px;
    font-family: 'MuseoSans300';
    color: #666;
}
.mypatch .compare-mypatch .table-sec .para3.highlight-red {
    color: #ab2527;
}
.ecg-page .compare-mypatch h2 {
    font-family: 'MuseoSans500';
    margin: 0 0 0px;
}
.ecg-page .compare-mypatch p {
    margin-bottom: 80px;
    line-height: 38px;
    font-size: 24px;
}
.ecg-page .compare-mypatch .highlight-blue {
    color: #318ce7;
}
.ecg-page .compare-mypatch .table-sec .para2,
.ecg-page .compare-mypatch .table-sec .para3 {
    min-height: 35px;
}
.ecg-page .compare-mypatch .table-sec .grey-txt p {
    color: #000;
    font-family: 'MuseoSans300';
}
.ecg-page .compare-mypatch .table-sec ul {
    color: #000;
}
.ecg-page .e-stand .col-md-6 .e-stand-bottom-text {
    line-height: 28px;
    font-size: 18px;
    padding-right: 35px;
}
.ecg-page .compare-mypatch .table-sec p {
    line-height: 32px;
    font-size: 20px;
}
.ecg-page.mypatch .compare-mypatch .table-sec .col-md-4 {
    padding: 0 20px;
}
/* Holter 3-Column */

/* How It's Work */
.ps-timeline-sec {
    position: relative;
    background: #fefaef;
}
.ecg-page .ps-timeline-sec .container {
    width: 1470px;
    max-width: 96%;
}
.ecg-page .ps-timeline-sec h1 {
    text-align: center;
    margin: 0 0 30px !important;
    margin: 80px 0 0 !important;
}
.ps-timeline-sec h3 {
    text-align: center;
    font-family: 'MuseoSans500';
    font-weight: 600;
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 30px;
    color: #000;
    margin: 80px 0 0;
}
.ps-timeline-sec .container {
    position: relative;
    max-width: 1260px;
}
.ps-timeline-sec:before,
.ps-timeline-sec:after,
.ps-timeline:before,
.ps-timeline-sec:after {
    clear: both;
    display: block;
    content: '';
}
.ps-timeline-sec .container ol.ps-timeline {
    margin: 350px 0;
    padding: 0;
    /* border-top: 2px solid #949699; */
    list-style: none;
    display: grid;
    grid-template-columns: 225px 225px 225px 225px 225px 80px 115px;
    justify-content: space-between;
    position: relative;
}
.ps-timeline-sec .container ol.ps-timeline:before {
    position: absolute;
    content: '';
    top: -2px;
    left: 30px;
    right: 32px;
    border-top: 2px solid #949699;
}
.ps-timeline-sec .container ol.ps-timeline li {
    padding-top: 30px;
    position: relative;
}
.ps-timeline-sec .container ol.ps-timeline li span {
    width: 50px;
    height: 50px;
    margin-left: 0;
    background: transparent;
    border: 3px solid #949699;
    border-radius: 50%;
    box-shadow: 0 0 0 0px #fff;
    text-align: center;
    line-height: 50px -10;
    color: #df8625;
    font-size: 2em;
    font-style: normal;
    position: absolute;
    top: -26px;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    left: 0;
    width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    display: table;
    margin: 0;
    width: 85%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute;
    margin-top: 60px;
    width: 100%;
    left: 20px;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
    display: table;
    margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li p {
    text-align: left;
    width: 91%;
    margin: 0;
}
.ps-timeline-sec .container ol.ps-timeline li h2 {
    font-size: 28px;
    font-family: 'MuseoSans500';
    font-weight: 600;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 80px;
    left: -14px;
    width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-top p {
    font-size: 11px;
    text-transform: uppercase;
    padding: 5px 10px;
    background: #ebd4a4;
    border-radius: 25px;
    color: #000000;
    font-weight: 700;
    line-height: 11px;
    text-align: center;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    position: absolute;
    margin-top: 20px;
}
.ps-timeline-sec .container ol.ps-timeline li:nth-child(6) .ps-sp-bot img {
    width: 80px;
    position: absolute;
    left: -19px;
    top: -19px;
    right: initial;
    transform: initial;
}
.ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-top {
    position: absolute;
    bottom: 42px;
    margin-bottom: 0;
    left: 0;
    width: 100%;
}
.ps-timeline-sec
    .container
    ol.ps-timeline
    li:nth-child(6)
    span.ps-sp-bot:before {
    content: '';
    color: #949699;
    width: 2px;
    height: 170px;
    background: #949699;
    position: absolute;
    bottom: -170px;
    left: 47%;
}
.ps-timeline-sec .container ol.ps-timeline li span img {
    width: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    transform: translateY(50%);
}
.ps-timeline-sec
    .container
    ol.ps-timeline
    li:nth-child(6)
    span.ps-sp-bot:after {
    content: '';
    color: #949699;
    width: 8px;
    height: 8px;
    background: transparent;
    background-image: url(../images/next.png);
    position: absolute;
    top: 207px;
    left: 21%;
    border-radius: 100%;
    background-size: contain;
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
}
.ps-timeline-sec
    .container
    ol.ps-timeline
    li:nth-child(2)
    .img-handler-top
    img {
    width: 70%;
}
.ps-timeline-sec .container ol.ps-timeline li:nth-child(3) .img-handler-top {
    bottom: 85px;
}
.ps-timeline-sec
    .container
    ol.ps-timeline
    li:nth-child(3)
    .img-handler-top
    img {
    width: 75%;
}
.ps-timeline-sec .container ol.ps-timeline li:nth-child(4) .img-handler-top {
    bottom: 85px;
}
.ps-timeline-sec
    .container
    ol.ps-timeline
    li:nth-child(4)
    .img-handler-top
    img {
    width: 70%;
}
.ps-timeline-sec .container ol.ps-timeline li:nth-child(5) .img-handler-top {
    bottom: 85px;
}
.ps-timeline-sec
    .container
    ol.ps-timeline
    li:nth-child(5)
    .img-handler-top
    img {
    width: 70%;
}
.ps-timeline-sec .container ol.ps-timeline li:nth-child(7) .img-handler-top {
    bottom: 75px;
    left: 30px;
}
.ps-timeline-sec
    .container
    ol.ps-timeline
    li:nth-child(7)
    .img-handler-top
    img {
    width: 130px;
}
.ps-timeline-sec .container ol.ps-timeline li:nth-child(7) .ps-bot {
    left: 50px;
    width: 200px;
    text-align: left;
}
.ps-timeline-sec .container ol.ps-timeline li:nth-child(6) .img-handler-bot {
    margin-top: 190px;
    width: 290px;
}
.ps-timeline-sec .container ol.ps-timeline li:last-child {
    text-align: right;
}
.ps-timeline-sec .container ol.ps-timeline li:last-child span {
    margin-left: -50px;
}
.ps-timeline-sec .container ol.ps-timeline li:first-child .img-handler-top {
    bottom: 40px;
    left: -45px;
}
/* How It's Work */

/* E-stand for Easy */
.ecg-page .e-stand:before {
    display: none;
}
.ecg-page .e-stand .image img {
    width: 100%;
    margin-left: 0;
}
.ecg-page .e-stand {
    padding: 50px 0;
    text-align: center;
}
.ecg-page .e-stand h2 {
    font-family: 'MuseoSans500';
    margin: 0 0 10px;
    font-size: 40px;
    font-weight: 600;
    color: #000;
}
.ecg-page .e-stand p {
    margin: 20px 0 50px 0;
    line-height: 30px;
    font-size: 26px;
}

.ecg-page .e-stand .e-stand-bottom-text {
    line-height: 28px;
    font-size: 18px;
    padding-right: 23px;
}
/* ecg-rectangle */

/* Spot-On-Doctor */
.ecg-page .spot-on-doctor {
    display: none;
}
.ecg-page .spot-on-doctor .image img {
    margin-left: 0;
}
.ecg-page .spot-on-doctor:before {
    background-image: url(../images/background.svg);
    background-position: -1000px 100px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 0;
}
.ecg-page .spot-on-doctor .image img {
    width: 55%;
}
.ecg-page .spot-on-doctor .image {
    margin: 0 auto;
    text-align: center;
}
.ecg-page .spot-on-doctor .content {
    padding: 0;
    justify-content: center;
}
/* Spot-On-Doctor */

/* ecg-rectangle */
.ecg-page .ecg-rectangle {
    padding: 50px 0;
}
.ecg-page .ecg-rectangle h2 {
    font-family: 'MuseoSans500';
    margin: 0 0 0px;
    font-size: 40px;
    font-weight: 600;
    color: #000;
}
.ecg-page .ecg-rectangle p {
    margin-bottom: 80px;
    line-height: 38px;
    font-size: 24px;
}
.ecg-page .ecg-rectangle .graphic-down .bars,
.ecg-page .ecg-rectangle .graphic-up .bars {
    background: #e1212c;
}
/* ecg-rectangle */

.center-box #shoulder_R,
.center-box #hip_R,
.center-box #leg_R,
.center-box #shoulder_L,
.center-box #hip_L,
.center-box #lef_L {
    cursor: pointer;
}

/* For Webkit browsers (e.g., Chrome, Safari) */
::-webkit-scrollbar {
    height: 3px;
}

::-webkit-scrollbar-track {
    background-color: #fefaef; /* Set the background color of the track */
}

::-webkit-scrollbar-thumb {
    background-color: #888; /* Set the color of the scrollbar thumb */
}
