html:focus-within {
  scroll-behavior: smooth;
}
.new_portfolio_wrp {
    scroll-snap-type: y mandatory;
    height: 100vh;
    overflow: auto;
}
.ev_health_monitoring_bg {
    background: rgb(204,178,213);
background: linear-gradient(140deg, rgba(204,178,213,1) 25%, rgba(253,222,166,1) 70%);
    background-size: cover;
    padding: 80px 0px;
    height: 100vh;
    scroll-snap-align: center;
    display: flex;
    align-items: center;

}
.ev_health_monitoring_bg.two {
    background: rgb(242,242,242);
    background: linear-gradient(90deg, rgba(242,242,242,1) 22%, rgba(221,219,240,1) 100%);
}
.ev_health_monitoring_bg.three {
    background: linear-gradient(140deg, rgba(210,140,148,1) 25%, rgba(255,209,124,1) 70%);
}
.ev_health_monitoring_bg.fouth {
    background: rgb(242,242,242);
    background: linear-gradient(123deg, rgba(242,242,242,1) 22%, rgba(246,239,223,1) 100%);
}
.ev_health_monitoring_bg.fifth {
background: rgb(178,176,232);
    background: linear-gradient(140deg, rgba(178,176,232,1) 25%, rgba(253,222,166,1) 62%);

}
.ev_health_monitoring_bg.sixth {
    background: rgb(242,242,242);
    background: linear-gradient(123deg, rgba(242,242,242,1) 15%, rgba(221,219,240,1) 100%);
}
.ev_health_monitoring_bg.seventh {
    background: rgb(212,153,135);
    background: linear-gradient(123deg, rgba(212,153,135,1) 15%, rgba(255,210,125,1) 100%);
}
.ev_health_monitoring_bg.eight {
    background: rgb(242,242,242);
    background: linear-gradient(123deg, rgba(242,242,242,1) 15%, rgba(221,219,240,1) 100%);
}
.ev_health_monitoring_bg.nine {
    background: rgb(157,194,200);
    background: linear-gradient(123deg, rgba(157,194,200,1) 15%, rgba(255,210,125,1) 100%);
}
.ev_health_monitoring_details_side {
    max-height: 730px;
    overflow-y: auto;
}
 .ev_health_monitoring_details_side::-webkit-scrollbar {
   display: none;
   }
   .new_portfolio_wrp::-webkit-scrollbar {
   display: none;
   }
.row.ev_flex {
    align-items: center;
}
.container-fluid.what-we-do {
    width: 85%;
}
.ev_health_monitoring_pro_img img {
    max-width: 100%;
}
.ev_health_monitoring_details_side p {
    font-family: 'Meutas-light';
    font-size: 17px;
    line-height: 26px;
    padding-top: 5px;
    letter-spacing: .8px;
    color: #000;
}
.ev_health_monitoring_details_side h2 {
    font-family: 'Meutas-Bold';
    font-size: 42px;
}

.ev_health_monitoring_details_side p {
    font-family: 'Meutas-light';
    font-size: 17px;
    line-height: 26px;
    padding-top: 5px;
    color: #000;
}

ul.main-listing li {
   font-family: 'Meutas-regular';
    font-size: 15px;
    opacity: .9;
    padding-block: 5px;
    letter-spacing: .5px;
    position: relative;
    list-style: none;
}
ul.main-listing li:before {
    top: 10px;
    content: "";
    position: absolute;
    background: #e4d7d7;
    width: 7px;
    left: -26px;
    height: 7px;
    background: #8a736a;
    border-radius: 150px;
}
.woo-call-us-box {
        margin-top: 20px;
    display: inline-flex;
    align-items: center;
    border: 2px solid #dfdfdf;
    border-radius: 45px;
    padding: 2px 52px 2px 20px;
}
.woo-call-button-box-rgt h3 a {
    font-size: 22px;

}
.woo-call-us-box.one a {
    font-family: 'Meutas-Regular';
}
p.call-us {
    line-height: 0px;
    margin-bottom: 15px;
    font-size: 13px;
    font-family: 'Meutas-Light';
}
.woo-call-us-box.one {
    padding: 13px 56px 9px 24px !important;
}