@font-face {
  font-family: "Metropolis";
  font-weight: bold;
  src: url("../fonts/metropolis/Metropolis-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Metropolis";
  font-weight: medium;
  src: url("../fonts/metropolis/Metropolis-Medium.otf") format("opentype");
}

@font-face {
  font-family: "Metropolis";
  font-weight: 200;
  src: url("../fonts/metropolis/Metropolis-ExtraLight.otf") format("opentype");
}

@font-face {
  font-family: "Metropolis";
  font-weight: 300;
  src: url("../fonts/metropolis/Metropolis-Light.otf") format("opentype");
}

@font-face {
  font-family: "Metropolis";
  font-weight: 400;
  src: url("../fonts/metropolis/Metropolis-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Catalyone";
  font-weight: medium;
  src: url("../fonts/catalyone/Catalyone.otf") format("opentype");
}

.font-catalyone {
  font-family: "Catalyone", sans-serif !important;
}

body {
  font-family: "Metropolis", sans-serif;
  color: #000000;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Metropolis", sans-serif;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #5846f9;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #7b27d8;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #5846f9;
  border-top-color: #e7e4fe;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 4px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: #fff;
  padding: 12px 0;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 85px;
}

.navbar {
  padding: 0;
}

@media (max-width: 767px) {
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .navbar ul {
    margin: -20px 0px 0px 15px;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
}

@media (min-width: 1025px) {
  .navbar ul {
    margin: -20px 0px 0px 15px;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  padding: 10px 0 10px 24px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-family: "Metropolis", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #151012;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -5px;
  left: 0;
  background-color: #151012;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #151012;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 5px;
  color: #151012;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid #3131c1;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #151012;
  color: #151012;
}

.navbar .getstarted:before,
.navbar li:hover>.getstarted:before {
  visibility: hidden;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  color: #151012;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #151012;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.technology-container {
  position: absolute;
  z-index: 1;
}

.technology-container-one {
  background: linear-gradient(45deg, rgba(209, 214, 248, 0.9) 0%, rgba(209, 214, 248, 1) 100%), url(../img/home/map-pattern.png) center center no-repeat;
  margin-top: 40%;
}

.technology-container-two {
  padding-top: 27%;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 1024px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

  .nav-break {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .navbar-mobile ul {
    top: 95px !important;
    right: 25px !important;
    bottom: 15px;
  }

  .navbar-container {
    display: flex;
    justify-content: space-between;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 65, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 35px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

#bg-img {
  overflow: visible;
  position: relative;
  background-color: #f5f7fa;
  background-image: url("../img/remote-patient-monitoring/shape.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 40%, 96%;
}

#bg-img-right {
  background-position: top right;
  overflow: visible;
  position: relative;
  background-image: url("../img/remote-patient-monitoring/Third\ Img.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 23%, 96%;
}

#rpm-hero {
  margin-top: 90px;
  width: 100%;
  height: 100vh;
  background: linear-gradient(45deg, rgba(86, 58, 250, 0) 0%, rgba(116, 15, 214, 0) 100%), url("../img/remote-patient-monitoring/rpm-banner.jpg") center center no-repeat;
  background-size: cover;
}

#rpm-banner-content {
  margin-left: 100px;
}

#hero-footer {
  width: 100%;
  height: 80vh;
  background: linear-gradient(45deg, rgba(86, 58, 250, 0) 0%, rgba(116, 15, 214, 0) 100%), url("../img/remote-patient-monitoring/homeimg7.png") center center no-repeat;
  background-size: cover;
}

#hero-footer-content {
  margin-left: 90px;
}

#hero h2,
#hero-footer h2,
#rpm-hero h2 {
  margin: 0;
  font-weight: 600;
  color: #151012;
}

#hero-footer h2 {
  color: #fff;
}

#green-btn {
  background-color: #8fb569;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
}

#hero h3 {
  color: #131313;
  text-align: left;
  margin: 10px 0 0 0;
  font-size: 16px;
  font-weight: 400;
}

#hero .btn-get-started {
  width: 298px;
  height: 62px;
  background: #3131c1;
  border: 2px solid #3131c1;
  padding: 16px;
  display: block;
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0.05em;
}

#hero-inner {
  width: 100%;
  height: 570px;
  background-color: #efeded;
  background-size: cover;
  padding-bottom: 0px !important;
}

#hero-inner h3 {
  margin: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 60px;
  color: #151012;
}

#hero-inner h2 {
  color: #151012;
  margin: 10px 0 0 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.request-demo {
  margin-top: 32px;
}

.request-demo:hover {
  opacity: 0.9;
}

#hero .btn-get-started:hover {
  background: #fff;
  color: #5846f9;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 1200px) {
  #hero {
    background-attachment: fixed;
  }

  #hero-inner {
    background-attachment: fixed;
  }
}

@media (max-width: 1024px) {
  .technology-container-one {
    margin-top: 44%;
  }

  .technology-container-two {
    padding-top: 23%;
  }
}

@media (max-width: 991px) {

  #hero,
  #hero-inner,
  #hero-footer,
  #rpm-hero {
    text-align: center;
  }

  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }

  #hero .hero-img,
  #hero-inner .hero-img {
    text-align: center;
  }

  #hero .hero-img img,
  #hero-inner .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {

  #hero h1,
  #hero-inner h1 {
    font-size: 26px;
    line-height: 36px;
  }

  #hero-footer h2,
  #hero h2,
  #hero-inner h2,
  #rpm-hero h2 {
    font-size: 18px;
    line-height: 24px;
  }

  #hero .hero-img img,
  #hero-inner .hero-img img {
    width: 60%;
  }

  .technology-container-one {
    margin-top: 47%;
  }

  .technology-container-two {
    padding-top: 23%;
  }
}

@media (max-width: 575px) {

  #hero .hero-img img,
  #hero-inner .hero-img img {
    width: 80%;
  }
}

@media (max-width: 575px),
(max-height: 600px) {
  #hero {
    height: auto;
  }

  #hero-inner {
    height: auto;
  }
}

@media (max-width: 475px) {
  .technology-container-one {
    margin-top: 50%;
  }

  #hero .container,
  #hero-footer .container,
  #rpm-hero .container {
    padding-top: 0px;
  }

  .contact {
    margin-left: 0;
  }
}

@media (max-width: 390px) {
  .break-word {
    inline-size: 376px;
    overflow-wrap: break-word;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

.section-bg {
  background-color: #f9f8ff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title p {
  margin-bottom: 0;
}

.section-title h2 {
  font-size: 40px !important;
  line-height: 56px !important;
}

.doc-page-container {
  padding: 60px 0;
}

.doc-page-container .content h3 {
  font-weight: 600;
  font-size: 32px;
  color: #000000;
}

.doc-page-container .content ul {
  list-style: none;
  padding: 0;
}

.doc-page-container .content ul li {
  padding-bottom: 10px;
}

.doc-page-container .content ul i {
  font-size: 20px;
  padding-right: 4px;
}

.doc-page-container .content p:last-child {
  margin-bottom: 0;
}

.doc-page-container .content .read-more {
  font-family: "Metropolis", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 50px 10px 28px;
  border-radius: 5px;
  transition: 0.5s;
  color: #fff;
  background: linear-gradient(45deg, #5846f9 0%, #7b27d8 100%);
  position: relative;
}

.doc-page-container .content .read-more:hover {
  background: linear-gradient(180deg, #5846f9 0%, #7b27d8 100%);
}

.doc-page-container .content .read-more i {
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: 12px;
}

.services {
  background: linear-gradient(45deg, rgba(209, 214, 248, 0.9) 0%, rgba(209, 214, 248, 1) 100%), url("../img/home/map-pattern.png") center center no-repeat;
  background-size: cover;
  background-color: red;
}

.rpm-services {
  background: linear-gradient(45deg, rgba(56, 58, 186, 0.9) 0%, rgba(56, 58, 186, 1) 100%), url("../img/home/map-pattern.png") center center no-repeat;
  background-size: cover;
  background-color: red;
}

.doc-working {
  background: url("../img/home/homeimg7.png") center center no-repeat;
  background-size: cover;
  height: 600px;
}

.doc-working1 {
  background: url("../img/home/doctor-is-working.png") center center no-repeat;
  background-size: cover;
  height: 600px;
}

.services .icon-box,
.rpm-services .icon-box {
  text-align: left;
  padding: 38px 22px 46px 29px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  opacity: 0.7;
  backdrop-filter: blur(24px);
  border-radius: 16px;
}

.rpm-services .icon-box {
  background-color: rgb(255, 255, 255);
  opacity: 1;
}

.services .icon-box:hover,
.rpm-services .icon-box:hover {
  transition: all ease-in-out 0.3s;
  background: #fff;
  opacity: 1;
  box-shadow: -12px 12px 64px rgba(121, 76, 51, 0.19);
  border-radius: 16px;
  cursor: pointer !important;
}

.rpm-services .icon-box:hover {
  opacity: 0.8;
}

.services .icon-box .icon img,
.rpm-services .icon-box .icon img {
  width: 60px;
  margin-bottom: 16px;
}

.services .icon-box p .rpm-services .icon-box p {
  font-weight: 500;
}

.btn-xs {
  padding: 10px 20px;
  font-size: 15px;
  width: 100%;
}

#footer {
  color: #5f5f5f;
  font-size: 14px;
  background-size: cover;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  position: relative;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

#footer .footer-top .footer-contact p {
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  font-family: "Metropolis", sans-serif;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #222;
  transition: 0.3s;
  display: inline-block;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: underline;
  color: #222;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .copyright-wrap {
  border-top: 1px solid #ccc;
  padding: 18px 8px;
  color: #a0a0a0 !important;
}

#footer .copyright-wrap a {
  color: #a0a0a0 !important;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #fff;
}

.align-right {
  text-align: right !important;
}

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.padding-0 {
  padding: 0px !important;
}

.f-8 {
  font-size: 8px !important;
}

.f-9 {
  font-size: 9px !important;
}

.f-10 {
  font-size: 10px !important;
}

.f-11 {
  font-size: 11px !important;
}

.f-12 {
  font-size: 12px !important;
}

.f-13 {
  font-size: 13px !important;
}

.f-14 {
  font-size: 14px !important;
}

.f-15 {
  font-size: 15px !important;
}

.f-16 {
  font-size: 16px !important;
}

.f-17 {
  font-size: 17px !important;
}

.f-18 {
  font-size: 18px !important;
}

.f-19 {
  font-size: 19px !important;
}

.f-20 {
  font-size: 20px !important;
}

.f-21 {
  font-size: 21px !important;
}

.f-22 {
  font-size: 22px !important;
}

.f-23 {
  font-size: 23px !important;
}

.f-24 {
  font-size: 24px !important;
}

.f-25 {
  font-size: 25px !important;
}

.f-26 {
  font-size: 26px !important;
}

.f-27 {
  font-size: 27px !important;
}

.f-28 {
  font-size: 28px !important;
}

.f-29 {
  font-size: 29px !important;
}

.f-30 {
  font-size: 30px !important;
}

.f-31 {
  font-size: 31px !important;
}

.f-32 {
  font-size: 22px !important;
}

.line-height-47 {
  line-height: 47px !important;
}

.clr-000 {
  color: #000000;
}

.home-section,
.home-section-blue {
  background: #dce3ff;
  padding: 50px 40px;
}

.home-section-blue {
  background: #373aba;
}

.home-section p,
.home-section-blue p {
  font-size: 26px !important;
  line-height: 40px !important;
}

.doc-blue-clr {
  color: #282abb !important;
}

.doc-white-clr {
  color: #fff !important;
  line-height: 40px;
  text-align: center;
}

.monitor-card-base {
  border-radius: 32px;
  padding: 24px 50px 0px 50px;
  width: 430px;
}

.monitor-card {
  background: #ffffff;
  box-shadow: -12px 0px 36px rgba(49, 46, 129, 0.08);
  border-radius: 16px 16px 0px 0px;
  padding: 32px;
  height: 400px;
}

.monitor-bg-1 {
  background: #d7f6e2 !important;
}

.monitor-bg-2 {
  background: #e7ecff !important;
}

.monitor-ball-1,
.monitor-ball-2 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  z-index: 100 !important;
  transform: rotate(90deg);
}

.monitor-ball-1 {
  background: linear-gradient(0deg, #6366f1, #6366f1), radial-gradient(86.13% 86.13% at 33.33% 0%, #fafafa 34.15%, #b2b8fb 100%);
  left: -88px;
  float: right;
  top: 55px;
}

.monitor-ball-2 {
  background: linear-gradient(0deg, #4ade80, #4ade80), radial-gradient(86.13% 86.13% at 33.33% 0%, #fafafa 34.15%, #b2b8fb 100%);
  left: 75px;
  float: left;
  top: 55px;
}

.monitor-dots-1,
.monitor-dots-2 {
  top: 30px;
  position: relative;
}

.monitor-dots-1 {
  text-align: left;
  left: -35px;
}

.monitor-dots-2 {
  text-align: right;
  left: 35px;
}

.monitor-card h2 {
  text-align: center;
  font-weight: 400;
}

.monitor-card p {
  text-align: left;
  font-size: 18px;
  font-weight: 300;
}

.dashed-line {
  height: 30px;
  width: 100%;
  position: relative;
  z-index: 1 !important;
  top: 69px;
  border: 3px dashed #dadbf4;
  border-bottom: none;
}

.doc-icon-box {
  width: 96px;
  height: 96px;
  background: #e7ecff;
  border-radius: 16px;
  text-align: center;
  padding: 20px 0px;
}

.doc-icon-box-section {
  padding: 8px 100px;
}

.doc-icon-box-section p {
  font-size: 22px !important;
  line-height: 28px;
  text-align: center !important;
  font-weight: 300;
  margin-top: 22px;
}

.hover-card {
  background: transparent;
  padding: 32px;
  transition: all ease-in-out 0.3s;
  margin-bottom: 4px;
}

.hover-card h1 {
  font-weight: 300;
  font-size: 24px !important;
  line-height: 36px;
  text-align: left;
}

.hover-card h2 {
  font-weight: 400;
  font-size: 24px !important;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #000000;
}

.hover-card p {
  font-style: normal;
  font-weight: 200;
  font-size: 18px !important;
  line-height: 27px;
  letter-spacing: 0.03em;
  color: #000000;
}

.hover-card:hover {
  box-shadow: -6px 6px 32px rgba(132, 181, 255, 0.25);
  border-radius: 16px;
  transition: all ease-in-out 0.3s;
}

.flow-diagram-heading {
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  width: 80%;
  text-align: center;
  margin: 10px 0px;
}

.header-image-hightlighter {
  background: #fff;
  height: 175px;
}

.common-image-content-section h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 60px;
}

.common-image-content-section p {
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.03em;
  color: #000000;
}

.right-image .image-container {
  text-align: center;
}

.partners h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #272ab3;
}

.solutions-heading {
  font-weight: 400;
  font-size: 40px !important;
  line-height: 60px;
}

.for-patients h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 60px;
  color: #036eb4;
}

.w-80 {
  width: 70%;
}

.center-dv-logo {
  margin-top: 50px;
}

.patients-hero-image {
  position: relative;
  top: 60px;
}

.patients-hero-image img {
  height: 570px;
  width: auto;
}

.common-hero-image {
  position: relative;
  top: 80px;
}

.common-hero-image img {
  width: auto;
}

.mobile-none {
  display: block;
}

.desktop-none {
  display: none;
}

.privacy-policy .title {
  color: #3131c1;
  font-weight: bold;
}

.privacy-policy b {
  font-weight: bold !important;
}

.privacy-policy a {
  font-weight: bold !important;
  text-decoration: underline;
}

.popup {
  width: 350px;
  background: #fff;
  border-radius: 6px;
  position: absolute;
  top: 0%;
  left: 55%;
  transform: translate(-50%, -50%) scale(0.1);
  text-align: center;
  padding: 0 30px 30px;
  color: #333;
  visibility: hidden;
  transition: transform 0.4s, top 0.4s;
}

.popup img {
  width: 100px;
  margin-top: -50px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.popup h2 {
  font-size: 38px;
  font-weight: 500;
  margin: 30px 0 10px;
}

.popup button {
  width: 100%;
  margin-top: 50px;
  padding: 10px 0;
  background: #091d2b;
  color: #fff;
  border: 0;
  outline: none;
  font-size: 18px;
  border-radius: 4px;
}

.open-popup {
  visibility: visible;
  top: 50%;
  transform: translate(-55%, -50%) scale(1);
}

.techno-container {
  height: 130px;
  border: 1px solid black;
}

th,
td {
  text-align: left;
  height: 35px;
  padding-left: 15px;
}

th {
  width: 40%;
}

.techno1-container {
  background: linear-gradient(222.88deg, #e4f1fb 7.62%, #cdd7fe 96.46%);
}

#request-quote-navbar {
  background-color: #8fb569;
  color: #fff;
  border: 0.225rem solid #8fb569;
  border-radius: 0.5rem;
  cursor: pointer;
  outline: 0;
  text-align: center;
  transition: 0.2s;
  font-weight: 600;
  padding: 0.40rem 0.65rem;
}

#request-quote-navbar:hover {
  background-color: #fff;
  border-color: #8fb569;
  color: #8fb569 !important;
}

#request-quote-navbar:before {
  width: 0%;
  height: 0px;
  background-color: #ffffff !important;
}

@media only screen and (max-width: 1024px) {
  .doc-white-clr {
    font-size: 24px;
  }

  #hero-footer,
  #rpm-hero {
    height: 35vh;
  }

  #rpm-hero {
    height: 50vh;
  }
}

@media only screen and (max-width: 920px) {
  #img-pb {
    padding-bottom: 25px;
  }

  #rpm-banner-content {
    margin-left: 0px;
    text-align: left;
  }

  #hero-footer {
    height: 30vh;
  }

  #hero-footer-content {
    margin-top: 30px;
    margin-left: 20px;
  }

  #request-quote-navbar {
    margin: 0px 10px;
  }
}

@media only screen and (max-width: 820px) {
  .doc-white-clr {
    font-size: 22px;
  }

  #txt-ctr {
    text-align: center;
  }

  #hero-footer {
    height: 28vh;
  }

  #hero-footer-content {
    margin-top: 0px;
    margin-left: 30px;
  }

  #rpm-banner-content {
    margin-left: 0px;
    text-align: left;
  }
}

@media only screen and (max-width: 540px) {
  #rpm-hero {
    height: 60vh;
    background: linear-gradient(45deg, rgba(86, 58, 250, 0) 0%, rgba(116, 15, 214, 0) 100%), url("../img/remote-patient-monitoring/rpm-banner-mobile.jpg") center center no-repeat;
  }

  #hero-footer-content {
    margin-left: 0px;
  }

  #hero-footer {
    height: 35vh;
  }

  #hero-footer .pt-5 {
    padding-top: 0px !important;
  }
}

@media only screen and (max-width: 480px) {
  .doc-white-clr {
    font-size: 18px;
    line-height: 30px;
  }

  #hero-footer {
    height: 23vh;
  }

  #hero-footer .pt-5,
  #rpm-hero .pt-5 {
    padding-top: 0px !important;
  }

  #hero-footer-content {
    margin-left: 0px;
    padding-top: 0px !important;
  }

  #rpm-hero {
    height: 40vh;
  }
}

@media only screen and (max-width: 390px) {
  #hero-footer {
    height: 23vh;
  }

  #rpm-hero {
    height: 50vh;
  }
}

@media only screen and (max-width: 380px) {
  #hero-footer {
    height: 30vh;
  }

  #rpm-hero {
    height: 60vh;
  }

  #rpm-hero #green-btn {
    font-size: 15px;
  }
}

.social-icons a {
  transition: transform 0.3s ease, filter 0.3s ease;
  margin-right: 10px;
  text-decoration: none;
}

.social-icons a:hover {
  transform: scale(1.1);
  color: #1DA1F2;
}

.social-icons img {
  transition: transform 0.3s;
}

.social-icons img:hover {
  transform: scale(1.1);
}

.nav-item {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 20%;
  background-color: #ffffff;
  border: 1px solid #ccc;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 10px 10px 13px 10px;
  border-radius: 4px;
  white-space: nowrap;
}

.dropdown-content a {
  display: block;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}

.dropdown-content a:hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 100%;
  height: 2px;
  background-color: #000;
  transform: scaleX(1);
  transition: transform 0.5s ease;
}

.dropdown-content a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.nav-item:hover .dropdown-content {
  display: block;
}

.delete-account-section,
.press-releases-section {
  margin-top: 100px;
}

.whoweserve-main {
  background-color: #E5E5E5;
  margin-top: 100px;
  padding: 70px 100px;
}

.whoweserve-title {
  margin: 0%;
  padding: 0%;
}

.whoweserve-title h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 50px;
}

.whoweserve-title p {
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
}

.physicians,
.healthcare {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 100px;
  margin: 0px 30px;
}

.physicians-heading {
  font-size: 36px;
  font-weight: 700;
}

.physicians-p {
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  text-align: justify;
}

.physicians-img {
  width: 350px;
  height: 410px;
}

.whoweserve-percentage {
  border-radius: 25px;
  background-image: url("../img/who-we-serve/who-we-serve.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px;
  margin-top: 60px;
}

.percentage-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.percentage-p {
  font-size: 24px;
  color: white;
  font-weight: 500;
  line-height: 35px;
  text-align: center;
  margin-top: 20px;
}

.whatwedo-title {
  display: flex;
  gap: 200px;
}

.wwd-heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 55px;
}

.schedule-demo {
  background-color: #3D00CA;
  color: #ffffff;
  padding: 15px 30px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 12px;
  cursor: pointer;
  width: max-content;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.schedule-demo:hover {
  background-color: white;
  color: #3D00CA;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.wwd-img {
  height: 400px;
  width: 450px;
}

.delete-instruction-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wwd-list {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}

.wwd-li-title {
  font-size: 22px;
  font-weight: 700;
  color: black;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}

.wwd-li-title:hover {
  color: #6839D5;
}

.wwd-li-title:hover::after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background-color: #6839D5;
  transition: background-color 0.3s ease;
}

.list-items-container {
  display: flex;
  gap: 100px;
}

.list-items-container.active {
  display: flex;
  gap: 100px;
}

.list-items-image {
  height: 490px;
  width: 450px;
}

.list-item-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}

.wwd-title {
  font-size: 36px;
  font-weight: 700;
}

.wwd-paragraph {
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  text-align: justify;
}

.wwd-li-title {
  cursor: pointer;
  padding: 10px;
  font-weight: bold;
}

.wwd-li-title.active {
  color: #007bff;
}

.list-items-container {
  display: none;
}

.content {
  display: flex;
  gap: 100px;
  align-items: center;
}

.list-items-container.active {
  display: block;
}


.wwd-percentage {
  display: flex;
  justify-content: space-around;
  background-color: white;
  padding: 50px 20px;
  border-radius: 20px;
  margin: 40px 0px;
}

.bi-arrow-right {
  font-weight: 600;
  font-size: 21px;
}

.press-releases-docvoice-benifits-img {
  height: 250px;
}