@import url("https://fonts.googleapis.com/css2?family=Lalezar&family=Open+Sans:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:wght@100&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans";
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.nav-item button {
  padding-inline: 1.5rem !important;
}

header .nav-item a {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #0f172a;
}

.nav-link:focus {
  border-bottom: 3px solid;
  font-weight: 700;
}

.navbar-nav .nav-link {
  padding-right: unset !important;
  padding-left: unset !important;
}

.register-btn button {
  background-color: #364bc6;
  font-weight: 700;
  border-color: initial;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}

.login-btn button {
  background-color: #0f172a;
  font-weight: 700;
  border-color: initial;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}

.caregiver-btn {
  background-color: #364bc6;
  font-weight: 700;
  border-color: initial;
  padding-inline: 1.5rem !important;
  font-size: 20px;
  line-height: 28px;
}

.client-btn {
  background-color: #0f172a;
  font-weight: 700;
  border-color: initial;
  padding-inline: 1.5rem !important;
  font-size: 20px;
  line-height: 28px;
}

.hero-img {
  background-image: url("/assets/images/hero-img.jpg");
  width: 90vw;
  height: 100vh;
}

.herosection {
  /* width: 100vw; */
  height: auto;
  overflow: hidden;
  /* margin-top: 50px; */
}

h1 {
  font-weight: 700;
  font-size: 42px;
  line-height: 60px;
  color: #0f172a;
}

.herosection p {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #64748b;
}

.banner-heading {
  padding-inline: 5%;
}

.secondsection {
  margin: 100px 0px;
  height: auto;
}

.secondsection h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 52px;
  color: #0f172a;
  text-align: center;
  margin-bottom: 83px;
}

.cardimg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px rgba(15, 23, 42, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
}

.secondsection h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #0f172a;
  margin: 35px 0px 10px 0px;
}

.secondsection p {
  font-weight: 400;
  font-size: 13px;
  line-height: 30px;
  color: #64748b;
  width: 80%;
}

.cardimg::after {
  content: "";
  position: absolute;
  width: 12rem;
  height: 2px;
  left: 9.1rem;
  top: 1rem;
  transform: rotate(340deg);
  opacity: 0.3;
  -webkit-transform: rotate(340deg);
  -moz-transform: rotate(340deg);
  -ms-transform: rotate(340deg);
  -o-transform: rotate(340deg);
  background-image: linear-gradient(
    to right,
    #0f172a 0%,
    #0f172a 50%,
    transparent 50%
  );
  background-size: 28px 1px;
  background-repeat: repeat-x;
}

.card-img-2::after {
  transform: rotate(17deg);
  -webkit-transform: rotate(17deg);
  -moz-transform: rotate(17deg);
  -ms-transform: rotate(17deg);
  -o-transform: rotate(17deg);
  top: 5rem;
}

.card-img-4::after {
  background-image: unset;
}

.even-card {
  margin-top: 5rem;
  padding: 0;
}

.cardimg:hover {
  background-color: #0f172a;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}

.cardimg:hover img {
  filter: brightness(60);
  -webkit-filter: brightness(60);
}

.thirdsection img {
  width: 144.07px;
}
.contact-us input::placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #959ead;
}
option:not(:first-of-type) {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #183b56;
}

.caregiver-rel {
  flex-direction: column;
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}

.relay-caregiver-2 {
  width: 80%;
}
select#selectInput {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url(/assets/images/down-ar.svg);
  background-repeat: no-repeat;
  background-position-x: 96%;
  background-position-y: 46%;
}
.fullvideo {
  animation: videofull 1s ease-out;
  transition: 2s ease;
  -webkit-transition: 2s ease;
  -moz-transition: 2s ease;
  -ms-transition: 2s ease;
  -o-transition: 2s ease;
  -webkit-animation: videofull 1s ease-out;
}
/* @keyframes videofull {
  0% {
    left: 0px;
  }
  100% {
    left: -235px;
  }
} */
.thirdsection h2 {
  font-size: 36px;
  line-height: 49px;
  color: #0f172a;
  padding: 80px 0px 75px 0px;
}

.rel-companion.relay-caregiver-2 {
  width: 61%;
}

.fourthsection {
  margin: 125px 0px 130px 0px;
  height: 115vh;
}
.empower-img {
  margin: 70px 0px 30px 0px;
}
.fourthsection h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  display: flex;
  align-items: center;
  color: #0f172a;
}

.fourthsection p {
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  color: #64748b;
}

.fourthsection ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #64748b;
  padding-bottom: 18px;
}

.fifthsection h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #0f172a;
  padding-bottom: 55px;
}

.fifthsection p {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #64748b;
}

.fifthsection {
  background-color: #f5f6fc;
  height: 100vh;
  padding-bottom: 100px;
}

.fifthsection center {
  width: 78%;
  margin: 0 auto;
}

.join-cards {
  background: #ffffff;
  box-shadow: 0px 10px 60px rgba(15, 23, 42, 0.05);
  border-radius: 20px;
  position: relative;
  margin-right: 4rem;
  width: 12rem;
}

.seventhsection {
  background-color: #f5f6fc;
  height: auto;
  padding-bottom: 100px;
}

.seventhsection h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  color: #0f172a;
  padding: 90px 0px 17px 0px;
}

.seventhsection p {
  font-weight: 400;
  font-size: 20px;
  line-height: 44px;
  color: #64748b;
}

.seventhsection .row {
  justify-content: center;
}

.join-cards p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #64748b;
}

.join-cards::after {
  content: url("/assets/images/arrow.svg");
  position: absolute;
  right: -3.5rem;
  top: 40%;
}

.join-card-4::after {
  content: "";
}

.eightsection {
  height: 60vh;
  background-color: #f7f9fa;
  padding-bottom: 130px !important;
  padding-top: 60px;
}

.eightsection h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 60px;
  letter-spacing: 0.2px;
  color: #0f172a;
}

.eightsection p {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #64748b;
}

.condition-p a {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #ffffff;
}

.footer {
  padding-top: 4rem;
}

.footer p {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

.footer img {
  transform: translate(0px, -1rem);
}

.card-img-4:hover img {
  filter: invert(44) brightness(1.5);
}

.navbar ul li button {
  transform: translate(0px, -0.5rem);
  font-size: 20px;
}

.custom-border {
  position: relative;
}

.custom-border::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 9px;
  bottom: 0px;
  left: 0px;
  /* bottom: 2px;
    left: -4px; */
  background: #364bc6;
  opacity: 0.4;
  border-radius: 20px;
}

.dropdown-toggle::after {
  border: none;
  content: url("../images/downarrow.svg") !important;
  vertical-align: unset;
  transform: translate(-5px, 5px);
  position: absolute;
}

.nav-link.dropdown-toggle.show {
  transition: 2s ease-in;
  -webkit-transition: 2s ease-in;
  -moz-transition: 2s ease-in;
  -ms-transition: 2s ease-in;
  -o-transition: 2s ease-in;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  left: -2rem;
  top: 3rem;
  transition: 1s ease;
  background: #ffffff;
  box-shadow: 1px 10px 60px 3px rgb(0 0 0 / 10%);
  border-radius: 20px;
}

.dropdown-menu li {
  display: flex;
  padding-left: 1rem;
  align-items: center;
}

.dropdown-menu li a {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #0f172a;
}

.thirdsection p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #0f172a;
}

.join-card-1 {
  margin-left: 4rem;
}

.visible-xs {
  display: none;
}

.hidden-xs {
  display: block;
}

video {
  border-radius: 20px 0px 0px 20px;
  width: 102%;
  -webkit-border-radius: 20px 0px 0px 20px;
  -moz-border-radius: 20px 0px 0px 20px;
  -ms-border-radius: 20px 0px 0px 20px;
  -o-border-radius: 20px 0px 0px 20px;
}
#custom-fullscreen-button {
  position: absolute;
  right: 0px;
  bottom: 10px;
  cursor: pointer;
}
.herosection .row {
  align-items: center;
}

/* video */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 4rem;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #282828;
  margin: auto;
  padding: 8px;
  border: 1px solid #888;
  width: 60%;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.herosection,
.secondsection,
.thirdsection,
.fourthsection,
.fifthsection,
.seventhsection,
.eightsection {
  height: auto;
}
.herosecti .fifthsection ul p {
  margin-bottom: 0px;
}

::marker {
  color: #64748b;
}

.fifthsection ul {
  padding-left: 1rem;
}

.card-boxs {
  margin: 30px 0px 65px 0px;
}

.card-boxs .card-box {
  flex-basis: 20%;
  padding: 2rem 0px;
  position: relative;
  border-top: 3px solid #364bc6;
  background: #ffffff;
  box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.03);
  border-radius: 8px 8px 16px 16px;
  margin-right: 20px;
}

.card-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #0f172a;
  padding-inline: 20px;
}

.card-boxs .card-box img {
  margin-bottom: 32px;
}

.card-box::after {
  position: absolute;
  content: url("/assets/images/before-arrow.svg");
  right: -5%;
  top: 19%;
}
.brand-logo {
  cursor: pointer;
}

.card-last::after {
  display: none;
}

.brand-logo {
  height: auto;
  position: relative;
  bottom: 10px;
  width: 300.95px;
  height: 60px;
}

/* About us css */
.aboutfirst {
  height: 80vh;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}

.aboutfirst h1 {
  font-weight: 700;
  font-size: 38px;
  line-height: 52px;
  color: #0f172a;
}

.aboutfirst p {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #64748b;
}

.aboutsecond {
  height: auto;
  padding-bottom: 74px;
}

.aboutsecond h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #0f172a;
  padding-top: 75px;
  padding-bottom: 30px;
}

.aboutsecond p {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: #64748b;
}

.content {
  padding-inline: 10px;
}

.content-down {
  width: 80%;
}

.content-down p {
  font-weight: 500;
  font-size: 26px;
  line-height: 40px;
  color: #64748b;
}

.aboutthird {
  height: auto;
  padding-top: 90px !important;
}

.aboutthird .boxes {
  background: #ffffff;
  box-shadow: 0px 10px 60px rgba(15, 23, 42, 0.05);
  border-radius: 20px;
  width: 19rem;
}

.aboutthird .row {
  justify-content: space-between;
}

.aboutthird h2 {
  font-weight: 600;
  font-size: 26px;
  line-height: 52px;
  color: #0f172a;
  padding-bottom: 55px !important;
}

.aboutthird p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #64748b;
}

.aboutfourth {
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.aboutfourth h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  padding-bottom: 27px;
  color: #0f172a;
}

.aboutfourth p {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: #64748b;
  padding-bottom: 86px;
}

/* Responsive About page */
@media screen and (max-width: 999px) {
  .aboutfirst .content {
    width: 90% !important;
  }

  .aboutfirst h1 br {
    display: none;
  }

  .aboutfirst {
    height: auto;
    padding-bottom: 0rem;
  }

  .content-down {
    width: 100%;
  }

  .aboutthird .boxes {
    width: 70%;
    margin: 1rem auto;
    padding: 2rem 27px;
  }
}

@media screen and (max-width: 600px) {
  .aboutfirst h1 {
    font-size: 32px;
  }

  .content-down p {
    font-size: 23px;
    line-height: 36px;
  }

  .aboutsecond h2 {
    padding-top: 1rem;
    font-size: 25px;
    line-height: 39px;
    width: 76%;
  }

  .aboutthird h2 {
    padding-top: 2rem !important;
    font-size: 26px;
    line-height: 42px;
  }

  .aboutfourth .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .aboutfourth h2 {
    font-size: 28px;
    line-height: 40px;
  }

  .aboutfourth img {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 360px) {
  .aboutfirst .content {
    width: 100% !important;
  }

  .aboutfourth h2 {
    font-size: 24px;
    line-height: 38px;
  }
}

@media screen and (max-width: 320px) {
  .aboutsecond h2 {
    width: 83%;
  }
}

#myModal {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(12px);
}

/* Insights page */
.aboutfirst.insightfirst {
  height: auto;
}

.insightfirst h1 {
  font-size: 47px;
  padding-top: 70px;
}

.insightfirst p {
  padding: 10px 0 0 0;
  margin: 0;
}

.Insights {
  padding: 65px 0;
}

.Insights .nav-pills {
  border-bottom: 1px solid rgba(100, 116, 139, 0.5);
  padding-bottom: 15px;
}

.Insights .nav-pills .nav-item .nav-link {
  color: #0f172a;
  padding: 0 !important;
  font-size: 18px;
  line-height: 28px;
  background: none;
  border: none;
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.Insights .nav-pills .nav-item {
  padding: 0 25px;
}

.Insights .nav-pills .nav-item:first-child {
  padding-left: 0;
}

.Insights .nav-pills .nav-link.active {
  color: #0f172a;
  font-weight: 700;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.Insights .nav-pills .nav-link.active::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #0f172a;
  left: 0;
  bottom: -15px;
  border-radius: 2px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.Insights .nav-pills .nav-link:focus {
  border: none;
}

.Insights .tab-content {
  padding: 70px 0;
}

.Insights .tab-content .insight-card {
  margin-bottom: 60px;
}

.Insights .tab-content .insight-card .featured-img-box {
  height: 310px;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
}

.Insights .tab-content .insight-card img.featured-img {
  width: 100%;
}

.Insights .tab-content .insight-card a {
  background-color: transparent;
  font-weight: 400;
  border-color: initial;
  font-size: 20px;
  line-height: 28px;
  color: #364bc6;
  padding: 10px 20px;
  border: 1px solid #364bc6;
  border-radius: 25px;
}

.Insights .tab-content .insight-card ul {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 20px;
}

.Insights .tab-content .insight-card ul li {
  list-style: none;
  float: left;
  padding: 0 30px;
  position: relative;
}

.Insights .tab-content .insight-card ul li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 19px;
  background-color: rgba(100, 116, 139, 0.5);
  right: 0;
  top: 7px;
}

.Insights .tab-content .insight-card ul li:first-child::after,
.Insights .tab-content .insight-card ul li:last-child::after {
  display: none;
}

.Insights .tab-content .insight-card ul li:first-child {
  padding: 0 12px 0 0;
}

.Insights .tab-content .insight-card ul li:nth-child(2) {
  padding-left: 0;
}

.Insights .tab-content .insight-card ul li .authorPic {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  overflow: hidden;
}

.Insights .tab-content .insight-card ul li img {
  width: 100%;
}

.Insights .tab-content .insight-card ul li h6 {
  padding-top: 7px;
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  color: #000000;
}

.Insights .tab-content .insight-card h4 {
  clear: both;
  padding-bottom: 20px;
  font-weight: 600;
  color: #0f172a;
  font-size: 22px;
  line-height: 30px;
  margin: 0;
  min-height: 80px;
  max-height: 80px;
  overflow: hidden;
}

.Insights .tab-content .insight-card p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #64748b;
  min-height: 56px;
  max-height: 56px;
  overflow: hidden;
  margin-bottom: 20px;
}

.Insights .tab-content .insight-card .btn-primary {
  border: 1px solid #364bc6;
  border-radius: 45px;
  padding: 14px 20px 16px 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #364bc6;
}

.Insights .tab-content .insight-card .btn-primary svg {
  margin-left: 8px;
  margin-top: -1px;
  fill: #364bc6;
}

.Insights .tab-content .insight-card .btn-primary:hover {
  background-color: #364bc6;
  color: #fff;
}

.Insights .tab-content .insight-card .btn-primary:hover svg {
  fill: #fff;
}

.loadmore-btn {
  border: 1px solid #0f172a;
  border-radius: 45px;
  padding: 15px 20px 17px 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #364bc6;
  color: #fff;
  background: #0f172a;
  text-align: center;
  margin-top: 40px;
}

.loadmore-btn:hover {
  background-color: #364bc6;
  color: #fff;
}

.insightsingle {
  text-align: center;
  padding: 85px 0 90px 0;
}

.insightsingle .content-head h6 {
  padding-bottom: 30px;
  color: #364bc6;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  margin: 0;
}

.insightsingle .content-head h6 span {
  color: rgba(100, 116, 139, 0.5);
}

.insightsingle .content-head h1 {
  padding-bottom: 30px;
  padding-top: 0;
  font-size: 42px;
  line-height: 60px;
  color: #0f172a;
  margin: 0;
}

.insightsingle .content-featured-image img {
  border-radius: 20px;
  margin-bottom: 70px;
  width: 100%;
}

.insightsingle .content-head p {
  padding-top: 0;
  padding-bottom: 60px;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #64748b;
}

.insightsingle .content {
  text-align: left;
}

.insightsingle .content h1 {
  padding-bottom: 30px;
  padding-top: 0;
  font-size: 38px;
  line-height: 58px;
  color: #0f172a;
  margin: 0;
  font-weight: 700;
}

.insightsingle .content h2 {
  padding-bottom: 30px;
  padding-top: 0;
  font-size: 32px;
  line-height: 50px;
  color: #0f172a;
  margin: 0;
  font-weight: 700;
}

.insightsingle .content h3 {
  padding-bottom: 30px;
  padding-top: 0;
  font-size: 26px;
  line-height: 46px;
  color: #0f172a;
  margin: 0;
  font-weight: 700;
}

.insightsingle .content h4 {
  padding-bottom: 30px;
  padding-top: 0;
  font-size: 24px;
  line-height: 36px;
  color: #0f172a;
  margin: 0;
  font-weight: 600;
}

.insightsingle .content h5 {
  padding-bottom: 30px;
  padding-top: 0;
  font-size: 22px;
  line-height: 32px;
  color: #0f172a;
  margin: 0;
  font-weight: 600;
}

.insightsingle .content h6 {
  padding-bottom: 30px;
  padding-top: 0;
  font-size: 20px;
  line-height: 30px;
  color: #0f172a;
  margin: 0;
  font-weight: 600;
}

.insightsingle .content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #64748b;
  padding: 0 0 25px 0;
}

.insightsingle .content li {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #64748b;
  padding: 0 0 20px 0;
}

.insightsingle .content a {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #364bc6;
  padding: 0;
}

.insightsingle .content img {
  width: 100%;
  border-radius: 20px;
}

.insightsingle .content figcaption {
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: #64748b;
  padding: 0;
  font-style: italic;
  text-align: center;
}

.insightsingle .content blockquote {
  position: relative;
  padding-left: 30px;
  margin-bottom: 50px;
}

.insightsingle .content blockquote::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #364bc6;
  left: 0;
  top: 0;
}

.insightsingle .content blockquote p {
  font-weight: 500;
  font-size: 26px;
  line-height: 42px;
  color: #0f172a;
  font-style: italic;
  padding-bottom: 20px;
}

.insightsingle .content blockquote cite {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #64748b;
  padding-left: 30px;
  position: relative;
}

.insightsingle .content blockquote cite::before {
  position: absolute;
  content: "—";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #64748b;
  left: 0;
  top: -7px;
}

.insightsingle .content pre {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #64748b;
  padding: 0 0 25px 0;
  font-style: italic;
}

.insightsingle .content .conclusion {
  background: rgba(54, 75, 198, 0.1);
  padding: 32px;
  border-radius: 20px;
  padding-bottom: 17px;
  margin-bottom: 70px;
}

.insightsingle .content .conclusion h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 52px;
  color: #0f172a;
  padding-bottom: 10px;
}

.insightsingle .content .conclusion p {
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
}

.insightsingle .content .author {
  margin-top: 45px;
}

.insightsingle .content .author ul {
  display: inline-block;
  padding-left: 0;
  margin: 0;
}

.insightsingle .content .author ul li {
  list-style: none;
  float: left;
  padding: 0;
}

.insightsingle .content .author ul.author-details li .authorPicIn {
  width: 55px;
  height: 55px;
  border-radius: 100px;
  overflow: hidden;
  margin-right: 20px;
}

.insightsingle .content .author ul.author-details li .authorPicIn img {
  width: 100%;
}

.insightsingle .content .author ul.author-details li h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  padding-bottom: 2px;
}

.insightsingle .content .author ul.author-details li h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #64748b;
  padding-bottom: 2px;
}

.insightsingle .content .author ul.post-share {
  float: right;
}

.insightsingle .content .author ul.post-share li {
  margin-right: 12px;
}

.insightsingle .content .author ul.post-share li button {
  border: 1px solid #e7e8ea;
  border-radius: 8px;
  padding: 9px 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #64748b;
  background: transparent;
  display: inline-block;
}

.insightsingle .content .author ul.post-share li a {
  border: 1px solid #e7e8ea;
  border-radius: 8px;
  padding: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #64748b;
  background: transparent;
  display: inline-block;
}

.insightsingle .content .author ul.post-share li:last-child {
  margin: 0;
}

.insightsingle .content .author ul.post-share li img {
  width: 25px;
}

.insightsingle .content .author ul.post-share li:first-child img {
  width: 14px;
}

.insightsingle_more {
  padding-bottom: 89px;
}

.insightsingle_more h2 {
  padding-top: 50px;
  font-weight: 700;
  font-size: 34px;
  line-height: 52px;
  color: #0f172a;
  padding-bottom: 10px;
  margin: 0;
}

.insightsingle_more p {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #64748b;
  padding-bottom: 50px;
  margin: 0;
}

.insightsingle_more .insight-card {
  margin-bottom: 60px;
}

.insightsingle_more .insight-card .featured-img-box {
  height: 310px;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
}

.insightsingle_more .insight-card img.featured-img {
  width: 100%;
}

.insightsingle_more .insight-card a {
  background-color: transparent;
  font-weight: 400;
  border-color: initial;
  font-size: 20px;
  line-height: 28px;
  color: #364bc6;
  padding: 10px 20px;
  border: 1px solid #364bc6;
  border-radius: 25px;
}

.insightsingle_more .insight-card ul {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 20px;
}

.insightsingle_more .insight-card ul li {
  list-style: none;
  float: left;
  padding: 0 30px;
  position: relative;
}

.insightsingle_more .insight-card ul li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 19px;
  background-color: rgba(100, 116, 139, 0.5);
  right: 0;
  top: 7px;
}

.insightsingle_more .insight-card ul li:first-child::after,
.Insights .tab-content .insight-card ul li:last-child::after {
  display: none;
}

.insightsingle_more .insight-card ul li:first-child {
  padding: 0 12px 0 0;
}

.insightsingle_more .insight-card ul li:nth-child(2) {
  padding-left: 0;
}

.insightsingle_more .insight-card ul li .authorPic {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  overflow: hidden;
}

.insightsingle_more .insight-card ul li img {
  width: 100%;
}

.insightsingle_more .insight-card ul li h6 {
  padding-top: 7px;
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  color: #000000;
}

.insightsingle_more .insight-card h4 {
  clear: both;
  padding-bottom: 20px;
  font-weight: 600;
  color: #0f172a;
  font-size: 22px;
  line-height: 30px;
  margin: 0;
  min-height: 80px;
  max-height: 80px;
  overflow: hidden;
}

.insightsingle_more .insight-card p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #64748b;
  min-height: 56px;
  max-height: 56px;
  overflow: hidden;
  margin-bottom: 20px;
}

.insightsingle_more .insight-card .btn-primary {
  border: 1px solid #364bc6;
  border-radius: 45px;
  padding: 14px 20px 16px 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #364bc6;
}

.insightsingle_more .insight-card .btn-primary svg {
  margin-left: 8px;
  margin-top: -1px;
  fill: #364bc6;
}

.insightsingle_more .insight-card .btn-primary:hover {
  background-color: #364bc6;
  color: #fff;
}

.insightsingle_more .insight-card .btn-primary:hover svg {
  fill: #fff;
}

.loadmore-btn {
  border: 1px solid #0f172a;
  border-radius: 45px;
  padding: 15px 20px 17px 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #364bc6;
  color: #fff;
  background: #0f172a;
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .Insights .tab-content .insight-card .featured-img-box {
    height: 225px;
  }

  .Insights .tab-content .insight-card ul li {
    padding: 0 20px;
  }

  .Insights .tab-content .insight-card h4 {
    min-height: 108px;
  }

  .Insights .tab-content .insight-card p {
    min-height: 90px;
  }

  .eightsection {
    height: 30vh;
  }

  .insightsingle_more .insight-card .featured-img-box {
    height: 225px;
  }

  .insightsingle_more .insight-card ul li {
    padding: 0 20px;
  }

  .insightsingle_more .insight-card h4 {
    min-height: 108px;
  }

  .insightsingle_more .insight-card p {
    min-height: 90px;
  }
}

@media screen and (max-width: 900px) {
  .Insights {
    padding: 40px 0;
  }

  .Insights .tab-content .insight-card .featured-img-box {
    height: 175px;
  }

  .Insights .tab-content .insight-card ul li {
    padding: 0 15px;
  }

  .Insights .tab-content .insight-card ul li:last-child {
    width: 100%;
    padding-left: 42px;
    margin-top: 5px;
  }

  .Insights .tab-content .insight-card ul li:nth-child(3)::after {
    display: none;
  }

  .Insights .tab-content .insight-card ul li h6 {
    font-size: 14px;
  }

  .Insights .tab-content .insight-card ul li .authorPic {
    width: 30px;
    height: 30px;
  }

  .Insights .tab-content .insight-card h4 {
    min-height: 142px;
  }

  .Insights .tab-content .insight-card p {
    min-height: 120px;
  }

  .eightsection {
    height: 40vh;
  }

  .Insights .mobile_scroll_tab {
    width: 100%;
    overflow-x: scroll;
  }

  .Insights .mobile_scroll_tab .nav-pills {
    width: 1000px;
  }

  .insightsingle_more .insight-card .featured-img-box {
    height: 175px;
  }

  .insightsingle_more .insight-card ul li {
    padding: 0 15px;
  }

  .insightsingle_more .insight-card ul li:last-child {
    width: 100%;
    padding-left: 42px;
    margin-top: 5px;
  }

  .insightsingle_more .insight-card ul li:nth-child(3)::after {
    display: none;
  }

  .insightsingle_more .insight-card ul li h6 {
    font-size: 14px;
  }

  .insightsingle_more .insight-card ul li .authorPic {
    width: 30px;
    height: 30px;
  }

  .insightsingle_more .insight-card h4 {
    min-height: 142px;
  }

  .insightsingle_more .insight-card p {
    min-height: 120px;
  }

  .insightsingle.aboutfirst .content {
    width: 90% !important;
    margin-left: 5%;
  }

  .insightsingle_more .insight-card ul li:last-child::after {
    display: none;
  }
}

@media screen and (max-width: 760px) {
  .insightfirst h1 {
    font-size: 32px;
    line-height: 40px;
    padding-top: 45px;
  }

  .insightfirst p {
    line-height: 26px;
    font-size: 16px;
  }

  .Insights {
    padding: 20px 0;
  }

  .Insights .tab-content {
    padding: 50px 0;
  }

  .Insights .tab-content .insight-card .featured-img-box {
    height: 200px;
  }

  .Insights .tab-content .insight-card img.featured-img {
    width: auto;
    height: 250px;
    display: flex;
    justify-content: center;
  }

  .Insights .tab-content .insight-card ul li {
    padding: 0 10px;
  }

  .Insights .tab-content .insight-card ul li:last-child {
    width: auto;
    padding-left: 10px;
    margin-top: 0px;
  }

  .Insights .tab-content .insight-card ul li:nth-child(3)::after {
    display: inherit;
  }

  .Insights .tab-content .insight-card ul {
    margin-bottom: 15px;
  }

  .Insights .tab-content .insight-card h4 {
    font-size: 20px;
    line-height: 28px;
    min-height: auto;
    max-height: none;
  }

  .Insights .tab-content .insight-card p {
    font-size: 16px;
    line-height: 26px;
    min-height: auto;
    max-height: none;
  }

  .Insights .tab-content .insight-card .btn-primary {
    font-size: 16px;
    line-height: 18px;
    padding: 12px 18px 14px 18px;
  }

  .Insights .tab-content .insight-card {
    margin-bottom: 50px;
  }

  .loadmore-btn {
    font-size: 16px;
    line-height: 18px;
    margin-top: 30px;
  }

  .Insights .mobile_scroll_tab {
    width: 100%;
    overflow-x: scroll;
  }

  .Insights .mobile_scroll_tab .nav-pills {
    width: 1000px;
  }

  .insightsingle {
    padding: 55px 0 50px 0;
  }

  .insightsingle .content-head h6 {
    font-size: 16px;
    line-height: 30px;
  }

  .insightsingle .content-head h1 {
    font-size: 26px;
    line-height: 36px;
  }

  .insightsingle .content-head p {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 30px;
  }

  .insightsingle .content-featured-image img {
    margin-bottom: 30px;
  }

  .insightsingle .content h2 {
    padding-bottom: 25px;
    font-size: 24px;
    line-height: 32px;
  }

  .insightsingle .content h3 {
    padding-bottom: 25px;
    font-size: 22px;
    line-height: 30px;
  }

  .insightsingle .content h4 {
    padding-bottom: 25px;
    font-size: 20px;
    line-height: 28px;
  }

  .insightsingle .content h5 {
    padding-bottom: 25px;
    font-size: 18px;
    line-height: 26px;
  }

  .insightsingle .content h6 {
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 25px;
  }

  .insightsingle .content p {
    font-size: 16px;
    line-height: 26px;
  }

  .insightsingle .content li {
    font-size: 16px;
    line-height: 26px;
  }

  .insightsingle .content a {
    font-size: 16px;
    line-height: 26px;
  }

  .insightsingle .content figcaption {
    font-size: 15px;
    line-height: 26px;
  }

  .insightsingle .content blockquote {
    position: relative;
    padding-left: 30px;
    margin-bottom: 50px;
  }

  .insightsingle .content blockquote::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #364bc6;
    left: 0;
    top: 0;
  }

  .insightsingle .content blockquote p {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 20px;
  }

  .insightsingle .content blockquote cite {
    font-size: 16px;
    line-height: 26px;
  }

  .insightsingle .content blockquote cite::before {
    font-size: 16px;
    line-height: 26px;
  }

  .insightsingle .content pre {
    font-size: 16px;
    line-height: 26px;
  }

  .insightsingle .content .conclusion {
    margin-bottom: 50px;
  }

  .insightsingle .content .conclusion h3 {
    font-size: 24px;
    line-height: 42px;
  }

  .insightsingle .content .conclusion p {
    font-size: 16px;
    line-height: 26px;
  }

  .insightsingle .content .author ul.post-share {
    float: left;
    margin-top: 30px;
  }

  .insightsingle_more h2 {
    padding-top: 30px;
    font-size: 26px;
    line-height: 42px;
  }

  .insightsingle_more p {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 30px;
  }

  .insightsingle_more .insight-card .featured-img-box {
    height: 200px;
  }

  .insightsingle_more .insight-card img.featured-img {
    width: auto;
    height: 250px;
    display: flex;
    justify-content: center;
  }

  .insightsingle_more .insight-card ul li {
    padding: 0 10px;
  }

  .insightsingle_more .insight-card ul li:last-child {
    width: auto;
    padding-left: 10px;
    margin-top: 0px;
  }

  .insightsingle_more .insight-card ul li:nth-child(3)::after {
    display: inherit;
  }

  .insightsingle_more .insight-card ul {
    margin-bottom: 15px;
  }

  .insightsingle_more .insight-card h4 {
    font-size: 20px;
    line-height: 28px;
    min-height: auto;
    max-height: none;
  }

  .insightsingle_more .insight-card p {
    font-size: 16px;
    line-height: 26px;
    min-height: auto;
    max-height: none;
    margin: 0;
  }

  .insightsingle_more .insight-card .btn-primary {
    font-size: 16px;
    line-height: 18px;
    padding: 12px 18px 14px 18px;
  }

  .insightsingle_more .insight-card {
    margin-bottom: 50px;
  }

  .insightsingle_more {
    padding-bottom: 50px;
  }
}

/* Insights page */
.client-btn:hover,
.login-btn button:hover {
  background-color: #0f172a;
  border-color: #0f172a;
}
.caregiver-btn:hover,
.register-btn button:hover {
  background-color: #364bc6;
  border-color: #364bc6;
}
.seventhsection .client-btn {
  padding: 1rem 49px !important;
}
.accordion-button::after {
  background-image: url("/assets/images/down.svg") !important;
  padding: 15px 0px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("/assets/images/up.svg") !important;
  padding: 15px 0px;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}
.faq-head {
  padding: 110px 0px 30px 0px;
  font-size: 36px;
  line-height: 52px;
  color: #0f172a;
}
.about-us-page .aboutthird .row {
  transform: translate(5px);
  padding-bottom: 190px !important;
}
.about-us-page .aboutthird .row23 {
  padding-bottom: 105px !important;
}
.accordion-button:focus {
  border: none;
  box-shadow: none;
}
.accordion-button:not(.collapsed),
.accordion-button {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  color: #0f172a;
  background-color: #ffffff;
  padding: 0;
}
.accordion-body {
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: #64748b;
  padding-top: 20px;
}
.accordion-item {
  background: #ffffff;
  box-shadow: 0px 10px 60px rgba(15, 23, 42, 0.05);
}
.accordion-flush .accordion-item {
  margin-bottom: 30px;
  padding: 36px 56px;
  border-radius: 20px;
}
.accordion {
  --bs-accordion-border-color: none;
}
.insites {
  width: 100vw !important;
  margin-left: 0 !important;
  margin-top: 100px;
}
.insite-img {
  width: 419px !important;
  height: 260px;
  overflow: hidden;
  border-radius: 20px;
}
.author-img {
  width: 35px !important;
  height: 35px;
  overflow: hidden;
  border-radius: 50%;
}
.insites h2 {
  font-weight: 700;
  font-size: 34px;
  line-height: 52px;
  color: #0f172a;
}
.int-para {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #64748b;
  padding-top: 5px;
  margin-bottom: 50px;
}
.insites .client-btn:hover,
.insites .login-btn button:hover {
  background-color: #ffffff;
  border-color: #364bc6;
  color: #364bc6;
}
.insite-main {
  display: flex;
  flex-direction: column;
}
.post-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 20px 0px;
}
.post-info span {
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  color: #000000;
}
.author {
  padding: 6px 6px 6px 12px;
}
.category,
.date {
  padding: 5px 30px;
}
.post-info p {
  width: auto;
  margin-right: 1rem;
}
.insite-main h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #0f172a;
  padding-bottom: 20px;
}
.insite-main p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #64748b;
  padding-bottom: 25px;
}
.insite-main a {
  width: max-content;
  border: 1px solid #364bc6;
  background-color: #ffffff;
  color: #364bc6;
}
.insite-main a img {
  width: 17px !important;
  display: initial !important;
  margin-left: 8px !important;
}
.owl-theme .owl-nav {
  position: absolute;
  top: -7rem;
  right: 0rem;
}
.insites-slider i {
  background: #959fdd;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  display: block;
  text-align: center;
  padding: 12px 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none !important;
}
.insites-slider i:hover {
  background: #364bc6;
}
.owl-dots {
  display: none;
}
#view-all-post {
  padding: 15px 63px 17px 62px !important;
  margin-top: 100px;
}
.contact-us {
  height: auto;
}
.contact-div {
  background-image: linear-gradient(
    to bottom,
    white 50%,
    #f7f9fa 0,
    #f7f9fa 50%
  );
  padding-bottom: 70px;
}
.contact-form {
  background: #ffffff;
  box-shadow: 0px 10px 60px rgba(15, 23, 42, 0.05);
  border-radius: 20px;
}
.contact-form label {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #5a7184;
}
.contact-form input,
.contact-form select {
  background: #ffffff;
  border: 1px solid #c3cad9;
  border-radius: 8px;
  width: 401px;
  height: 56px;
  margin: 12px 20px 20px 0px;
  padding: 15px 13px 13px 13px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #183b56;
}
.inputdiv,
.contact-form textarea,
.contact-form select {
  display: flex;
  flex-direction: column;
}
.row1,
.row2 {
  display: flex;
  justify-content: center;
}
#contact-form {
  padding-top: 106px;
}
#message {
  width: 832px;
  margin: auto;
  background: #ffffff;
  border: 1px solid #c3cad9;
  border-radius: 8px;
  height: 137px;
  resize: none;
}
.row3 label {
  width: 832px;
  margin: auto;
  display: flex;
}
.submit-btn button {
  background: #364bc6;
  border-radius: 45px;
  margin: auto;
  display: block;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  padding: 13px 69px;
  border: none;
}
.terms {
  width: 832px;
  margin: auto;
  margin-top: 24px;
  padding-bottom: 74px;
  display: flex;
}
.terms input {
  margin: 0;
  width: unset;
  height: unset;
  width: 21.67px;
  height: 21.67px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #ddd;
  /* appearance: none; */
  width: 33.67px;
  height: 19.67px;
}
.terms span {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #5a7184;
  margin-left: 10px;
  margin-top: -4px;
}
.submit-btn {
  padding-bottom: 106px;
}

/* Video player */

.player-container {
  padding: 40px;
  max-width: 700px;
  margin: auto;
}

.player {
  width: 100%;
  left: 7rem;
  height: 83vh;
  position: relative;
  overflow: hidden;
  border-radius: 20px 0px 0px 20px;
}

.player:fullscreen {
  padding-bottom: 100vh;
}

.player:-webkit-full-screen {
  padding-bottom: 100vh;
}

.player:-moz-full-screen {
  padding-bottom: 100vh;
}

.player:-ms-fullscreen {
  padding-bottom: 100vh;
}

.player video {
  width: 100%;
  height: auto;
}
.right-banner {
  position: absolute;
  z-index: 9999;
  background: #ffffff;
  height: 100%;
  width: 32%;
  padding-top: 2rem;
  transition: all 0.2s ease-in 5s;
}
.controls {
  padding: 0;
  position: absolute;
  bottom: -80px;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  transition: all 0.2s ease-in 5s;
}

.player:hover .controls {
  bottom: 0;
  transition: all 0.2s ease-out;
}

.time {
  position: absolute;
  right: 30px;
  bottom: 100%;
  padding-bottom: 14px;
}

.progress {
  height: 8px;
  width: calc(65vw - 40px);
  background: #b1a9a9;
  /* opacity: 0.5; */
  margin: auto;
  border-radius: 6px;
  position: absolute;
  left: 59px;
  bottom: 23px;
}
.time {
  display: none;
}
.progress:hover {
  height: 10px;
}

.progress-filled {
  background: #ffffff;
  width: 0%;
  height: 100%;
  border-radius: 6px;
  transition: all 0.1s;
}

.controls-main {
  width: calc(100% - 40px);
  margin: auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.controls-left,
.controls-right {
  flex: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.controls-left {
  margin-left: 10px;
}

.controls-right {
  margin-right: 10px;
  justify-content: flex-end;
}

.volume {
  display: flex;
  position: absolute;
  right: 101px;
  align-items: center;
  bottom: 16px;
}

.volume-btn {
  margin-right: 10px;
}

.volume-btn #volume-off,
.volume-btn #volume-high {
  opacity: 0;
}

.volume-btn.loud #volume-high {
  opacity: 1;
}

.volume-btn.muted #volume-off {
  opacity: 1;
}

.volume-btn.muted #volume-high,
.volume-btn.muted #volume-low {
  opacity: 0;
}

.volume-slider {
  height: 8px;
  width: 80px;
  background: #b1a9a9;
  border-radius: 6px;
  position: relative;
}

.volume-filled {
  background: #ffffff;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  transition: width 0.2s ease-in-out;
}

button {
}

.play-btn {
  left: 10px;
  width: 30px;
  height: 30px;
  position: relative;
  transition: -webkit-clip-path 0.3s ease-in 0.1s,
    shape-inside 0.3s ease-in 0.1s,
    transform 0.8s cubic-bezier(0.85, -0.25, 0.25, 1.425);
}

/* .play-btn.paused {
  transform: rotate(0deg);
} */

/* .play-btn:before,
.play-btn:after {
  content: "";
  position: absolute;
  background: white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: inherit;
} */

.play-btn:before {
  content: url("/assets/images/play.svg");
}

.play-btn:after {
}

.play-btn.paused:before {
  content: url("/assets/images/pause.svg") !important;
}

/* .play-btn.paused:after {
  content: url("/assets/images/pause.svg") !important;
} */

button:focus {
  outline: none;
}

.speed-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-right: 20px;
  text-align: center;
}

.speed-list li {
  color: purple;
  padding: 5px;
  cursor: default;
}

.speed-list li:hover,
.speed-list li.active {
  color: blue;
  font-weight: bold;
}

.hide-controls {
  visibility: hidden;
}
.visibility-ele {
  visibility: visible;
}
.fullscreen {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#message {
  padding: 15px 13px 13px 13px;
  margin-top: 11px;
}
/* Client */
.client-hero p {
  margin-bottom: 40px;
}
.client-two {
  height: auto;
  padding-top: 90px;
  padding-bottom: 120;
}
.client-two h2,
.why-mf h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 52px;
  text-align: center;
  color: #0f172a;
}
/* .client-service-cards div {
  width: 390px;
  height: 310px;
} */
.client-serivces {
  padding-top: 50px;
}
.user-msg {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: #0f172a;
  width: 90%;
}
.user {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  position: relative;
  color: #0f172a;
  margin-left: 23px;
}
.client-service-cards div img {
  width: 100%;
  height: 282px;
  border-radius: 15px;
}
.client-service-cards h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #0f172a;
  padding: 20px 0px;
  text-align: left;
}
.client-service-cards p {
  font-weight: 400;
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  color: #64748b;
}
.last-card {
  display: flex;
  align-items: center;
  text-align: left;
}
.last-card h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #0f172a;
  padding-bottom: 35px;
}
.client-hero .row {
  align-items: center;
}
.right-hire-caregiver img {
  border-radius: 23px 0px 0px 23px;
}
.hire-caregiver {
  padding: 110px 0px 110px 100px;
  background-color: #f7f9fa;
}
.hire-Benefits img {
  margin-right: 20px;
}
.benefits-info h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  color: #0f172a;
  padding-bottom: 23px;
}
.benefits-info p {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: #64748b;
}
.left-hire-caregiver h2 {
  font-weight: 700;
  font-size: 34px;
  line-height: 52px;
  color: #0f172a;
  padding-bottom: 55px;
}
.left-hire-caregiver {
  padding-right: 37px;
}
/* scroll section*/

.scroll-section {
  overflow-x: scroll;
  white-space: nowrap;
  display: flex;
}

.scroll-section .scroll-slides {
  display: inline-block;
  margin-right: 10px;
}
.scroll-section::-webkit-scrollbar {
  display: none;
}
.last-slide-info-3 {
  position: relative;
  top: 98px;
}
.scroll-slider-section h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 52px;
  text-align: center;
  color: #0f172a;
  padding-top: 100px;
  padding-bottom: 0px;
}
.scroll-slider-section {
  background-color: #ebedf9;
}
.step-info-d div img {
  margin-left: -20px;
}
.step span {
  width: 60px;
  height: 60px;
  background: #0f172a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #f1f1f1;
}
.step p {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #0f172a;
  margin-right: 40px;
  padding-top: 24px;
}
.step-info-d p {
  font-weight: 500;
  font-size: 18px;
  line-height: 14px;
  color: #64748b;
}
.step-info {
  display: flex;
}
.scroll-slides {
  /* padding-left: 110px; */
  padding-bottom: 100px;
}
.step-info-d div {
  height: 169px;
}
.slideimg img {
  margin-right: 48px;
}
.scroll-line {
  margin-right: 15px;
}
/* scroll section end */
.top-rated {
  text-align: center;
  height: auto;
  padding-top: 85px;
  padding-bottom: 102px;
  background: #f7f9fa;
}
.top-rated h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 52px;
  color: #0f172a;
  padding-bottom: 35px;
}
.caregiver-cards h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #0f172a;
  padding-top: 20px;
  padding-bottom: 10px;
}
.caregiver-cards span {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #0f172a;
  display: flex;
  justify-content: center;
  align-items: center;
}
.caregiver-cards p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #64748b;
  padding: 20px 2px;
}
.caregiver-cards {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 30px;
}
.caregiver-cards .top-caregiver-img {
  width: 100%;
  border-radius: 20px;
  height: 247px;
}
.why-mf h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #0f172a;
  margin: 0;
}
.why-mf p {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: #64748b;
  padding: 17px 0px 0px 0px;
}
.why-mf-cards {
  padding-right: 50px;
}
.why-mf h2 {
  padding: 100px 0px 80px 0px;
}
.why-mf img {
  width: 100%;
  height: 327px;
  border-radius: 20px;
}
.why-mf-cards.right {
  padding-left: 50px;
}
.why-mf .row {
  padding-bottom: 80px;
}
.why-last-row {
  padding-bottom: 30px !important;
}

.user:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background: black;
  top: 50%;
  left: -1rem;
}
.quote-slider .item img {
  margin-right: 18px;
  width: 47.53px !important;
  height: 44.6px;
}
.quote-slider .item {
  background: #ffffff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 30px;
  margin-left: 5px;
}
.quote-slider .owl-stage {
  padding: 1rem 0px 2rem;
}
.quote-slider {
  margin-left: 100px;
}
.quote-section {
  margin-top: 90px;
  background-image: linear-gradient(
    to bottom,
    white 50%,
    #f7f9fa 0,
    #f7f9fa 50%
  );
}
.cta-btn {
  background-image: linear-gradient(
    to bottom,
    #f7f9fa 50%,
    #ebedf9 0,
    #ebedf9 50%
  );
}
.service-caregiver .step3 {
  margin-top: 60px;
}
.cta {
  background: #0f172a;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 60px;
  align-items: center;
}
.cta a:hover {
  background-color: #ffffff;
  color: #0f172a;
}
.cta a {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  background-color: #ffffff;
  color: #0f172a;
}
.cta h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #ffffff;
}
video:fullscreen {
  width: 60% !important;
}
.fourthsection img {
  width: 100%;
}
.fourthsection .ms-3 {
  margin-left: 0rem !important;
}
.dropdown-item:active {
  color: #0f172a;
}
.nav-link:focus {
  padding-bottom: 1px;
}
/* Contnet pages */
.content-doc {
  background: #ffffff;
  border: 1px solid #e7e8ea;
  border-radius: 15px;
  padding-inline: 40px;
}
.content-doc h2,
.content-doc h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #0f172a;
  padding-top: 20px;
  margin-bottom: 10px;
}
.content-doc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #64748b;
}
.content-doc h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  padding-top: 40px;
}
.content-doc .blue-highlight {
  color: #364bc6;
}
.content-main {
  padding-inline: 10%;
  padding-top: 100px;
  padding-bottom: 190px;
}

/* end */
/* search bar */
.search input {
  width: 736px;
  height: 70px;
  padding-inline: 45px;
  margin-right: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: #64748b !important;
}
.search {
  margin-top: 100px;
}
.search button {
  background: #364bc6;
  border-radius: 45px;
  width: 165px;
  height: 60px;
}
.search img {
  position: relative;
  left: 2.5rem;
  top: 1px;
}
/* Custome check box for contact */
.custom-checkbox {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.custom-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-checkbox label {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #e7e8ea;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.custom-checkbox label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #364bc6;
  border-radius: 50%;
  opacity: 0;
}

.custom-checkbox input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
/* End */
li.nav-item {
  padding-left: 29px;
}
li.nav-item.insights {
  padding-left: 39px;
}
.register-btn button {
  padding: 15px 10px 17px 14px !important;
}
.login-btn button {
  padding: 15px 40px 17px 40px !important;
}
.banner-heading {
  padding-left: unset !important;
}
header {
  position: sticky;
  top: 0px;
  background-color: #ffffff;
  z-index: 99999;
  padding-top: 1px;
}
.insite-img {
  width: 100% !important;
  height: 310px !important;
  object-fit: cover;
}
img {
  object-fit: cover;
}
.player video {
  width: 103%;
  height: 85vh;
  z-index: -100;
  object-fit: cover;
}
