/*Global Style Start*/
:root {
  --primary-btn_bg-color: #7600c0;
  --primary-hover: #8a1ce0;
  --primary-btn_text-color: #fdf7e3;
  --interactive-text-color: #7600c0;
  --intense-orange-bg-color: #f95f18;
  --primary-background-color: #f95f18;
  --headline-color: #f95f18;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../webfonts/Poppins-Black.woff2") format("woff2"),
    url("Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../webfonts/Poppins-ExtraLight.woff2") format("woff2"),
    url("../webfontsPoppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../webfonts/Poppins-ExtraBoldItalic.woff2") format("woff2"),
    url("../webfontsPoppins-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../webfonts/Poppins-BoldItalic.woff2") format("woff2"),
    url("Poppins-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../webfonts/Poppins-ExtraBold.woff2") format("woff2"),
    url("../webfonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../webfonts/Poppins-BlackItalic.woff2") format("woff2"),
    url("../webfonts/Poppins-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../webfonts/Poppins-Bold.woff2") format("woff2"),
    url("../webfonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../webfonts/Poppins-ExtraLightItalic.woff2") format("woff2"),
    url("../webfonts/Poppins-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../webfonts/Poppins-Light.woff2") format("woff2"),
    url("../webfonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../webfonts/Poppins-Italic.woff2") format("woff2"),
    url("../webfonts/Poppins-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../webfonts/Poppins-MediumItalic.woff2") format("woff2"),
    url("../webfonts/Poppins-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../webfonts/Poppins-Medium.woff2") format("woff2"),
    url("../webfonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../webfonts/Poppins-LightItalic.woff2") format("woff2"),
    url("../webfonts/Poppins-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../webfonts/Poppins-SemiBold.woff2") format("woff2"),
    url("../webfonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../webfonts/Poppins-SemiBoldItalic.woff2") format("woff2"),
    url("../webfonts/Poppins-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../webfonts/Poppins-Regular.woff2") format("woff2"),
    url("../webfonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../webfonts/Poppins-Thin.woff2") format("woff2"),
    url("../webfonts/Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../webfonts/Poppins-ThinItalic.woff2") format("woff2"),
    url("../webfonts/Poppins-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0;
  padding: 0px;
}

h1,
h2,
h3 {
  font-family: "Poppins";
}

h2 {
  font-size: 2.56rem;
  line-height: 1.35;
  font-weight: bold;
  letter-spacing: -0.5px;
}

h3 {
  font-size: 1.75rem;
  line-height: 3.375rem;
  font-weight: 700;
}

body {
  color: #28303d;
  overflow-x: hidden;
  font-family: "Poppins";
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: var(--interactive-text-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-hover);
}

a:focus-visible,
input:focus-visible,
button:focus-visible,
select:focus-visible,
textarea:focus-visible,
.form-control:focus-visible {
  outline: none;
  box-shadow: none;
}

.btn-lanrge {
  max-width: 240px;
  height: 58px;
  text-align: center;
  line-height: 54px;
  padding: 0;
  width: 100%;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 500;
}
.btn-gradient {
  background: var(--primary-btn_bg-color);
  color: var(--primary-btn_text-color);
  border: none;
}

.section-panding-40 {
  padding: 40px 0px;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1170px;
  position: relative;
}

.section-spacing {
  padding: 3rem 0;
}

.space-top {
  padding-bottom: 0;
  padding-top: 3rem;
}

.space-bottom {
  padding-bottom: 3rem;
  padding-top: 0;
}

.section-heading {
  margin-bottom: 1.25rem;
}

.container-fluid {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

/*Global Style End*/

/*Button Style Start*/

.site-header {
  background: #fff;
}
.site-header .show {
  height: auto;
}

.navbar {
  padding: 0;
}

.navbar .container-fluid {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

.navbar-brand {
  margin-right: 0;
  width: 15rem;
}

.logoBlock {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  width: 100%;
  max-width: 440px;
}
.logoBlock .navbar-brand {
  width: 60%;
  padding: 0;
}
.logoBlock .navbar-brand-client {
  width: 40%;
  max-height: 56px;
}
.logoBlock .navbar-brand-client img {
  max-height: 50px;
}
.logoBlock img {
}

.navbar-brand-client {
}

.navbar-toggler {
  border: none;
  background: none;
  padding: 0;
  width: 3rem;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler svg {
  width: 1.5rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #28303d;
  font-size: 15px;
  line-height: 2rem;
  margin-left: 5px;
  padding: 5px 37px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link.active {
}

.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .show > .nav-link {
  color: #7600c0;
}

.navbar-collapse p a {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.user-links .nav-link i,
.user-links .nav-link svg {
  margin-right: 4px;
  font-size: 1.25rem;
}

/*Header End*/

.main-banner .middle-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-banner .middle-images .img {
  width: calc(50% - 10px);
  position: relative;
  overflow: hidden;
  padding-top: 52%;
  height: 0;
}

.main-banner .middle-images .img:first-child {
  width: 100%;
  margin-bottom: 1rem;
  padding-top: 46%;
}

.main-banner .middle-images .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.highlighted-text {
  background: #fff;
  color: #e21e26;
  letter-spacing: 9.3px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.521vw;
  line-height: 1.72;
  display: inline-block;
  padding: 0 1rem;
  margin-top: -2rem;
}

.middle-banner-sec {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
.middle-banner-sec .img-wrapper {
}
.middle-banner-sec h2 {
  text-align: right;
  color: #fff;
}
.middle-banner-sec h2 span {
  text-align: right;
  color: #fff;
}
.thin-text-heading {
  font-weight: lighter;
}
.middle-banner-sec .form-wrap-sec {
  display: inline-block;
  width: 100%;
  background: #ffffffb2;
  padding: 20px 40px;
  border-radius: 20px;
  margin-top: 20px;
}
.search-form p {
  color: #282f3d !important;
  font-size: 26px;
  padding-bottom: 10px;
  font-weight: 700;
}
.form-wrap-sec .form-note {
  color: #28303d;
  margin-top: 20px;
  font-weight: bold;
  font-size: 14px;
}

.form-wrap-sec .search-wrap {
  display: flex;
  height: 60px;
}
.form-wrap-sec .search-wrap .form-control {
  border-radius: 0;
  border: 1px solid #93939345;
  color: #84878d;
}
.form-wrap-sec .search-wrap button.btn {
  padding: 0;
  min-width: 155px;
  border-radius: 0px 50px 50px 0px;
  border: none;
  font-size: 18px;
  text-decoration: none;
  background: var(--primary-btn_bg-color);
  color: var(--primary-btn_text-color);
}

.form-wrap-sec .search-wrap button.btn:hover {
  background: var(--primary-hover);
}

.middle-banner-sec .img-wrapper {
  width: 100%;
  min-height: 560px;
  background-position: center;
}

.company-reference-top img,
.middle-banner-sec .img-wrapper img {
  width: 100%;
  max-height: 40.5rem;
  vertical-align: top;
  object-fit: cover;
}

.middle-banner-sec .col {
  float: right;
  width: 100%;
}

.middle-banner-sec .content-element {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.75;
  font-weight: 500;
  z-index: 2;
}

.gamble-wrapper {
  padding: 40px 0px;
  background: #f1f0f0;
  text-align: center;
}
.included-contant p {
  padding-bottom: 10px;
}
.gamble-wrapper .top-gamble-text {
  padding-left: 40px;
  text-align: center;
}
.gamble-wrapper .top-gamble-text p {
}
.t-bold {
  font-weight: 600;
}

.brand-slider .owl-nav {
  display: none;
}
.content-element-inr {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.gamble-wrapper .image-panel-sec {
}
.gamble-wrapper .image-panel-sec img {
  max-width: 400px;
  width: 100%;
}
.gamble-wrapper .top-gamble-text p {
  font-size: 18px;
  padding-top: 15px;
}
.gamble-wrapper .top-gamble-text h3 {
  font-size: 38px;
}
.included-sec-inr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem 4rem;
  margin-top: 80px;
  align-items: center;
  padding-bottom: 80px;
}

.comment-button .gamble-wrapper .btn {
  font-size: 16px;
  border-radius: 30px;

  background: var(--primary-btn_bg-color);
  color: var(--primary-btn_text-color);

  max-width: 200px;
  margin-top: 40px;
  width: 100%;
  font-weight: 600;
  padding: 15px 0px;
}

.gamble-wrapper .btn {
  font-size: 16px;
  border-radius: 30px;
  width: 100%;
  background: var(--primary-btn_bg-color);
  color: var(--primary-btn_text-color);

  max-width: 200px;
  margin-top: 40px;

  font-weight: 600;
  padding: 15px 0px;
}

.btn-gradient:hover,
.gamble-wrapper .btn:hover {
  background: var(--primary-hover);
  color: var(--primary-btn_text-color);
}

.health-assessment-sec {
  background: var(--primary-background-color);
  padding: 28px 0px;
}
.health-assessment-sec .assessment-icon-card {
}
.assessment-sec-inr {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5rem;
  text-align: center;
  color: var(--primary-btn_text-color);
  margin-bottom: 0;
}
.included-section-wrap {
  background: #f1f0f0;
  padding: 30px 0px;
}
.included-section-wrap .included-inr-tile {
  background: #fff;
  border-radius: 20px;
  position: relative;
}

.mid-brand-logo {
  background: rgb(108, 16, 185);
  background: -moz-linear-gradient(
    263deg,
    rgba(108, 16, 185, 1) 18%,
    rgba(59, 156, 219, 1) 88%
  );
  background: -webkit-linear-gradient(
    263deg,
    rgba(108, 16, 185, 1) 18%,
    rgba(59, 156, 219, 1) 88%
  );
  background: linear-gradient(
    263deg,
    rgba(108, 16, 185, 1) 18%,
    rgba(59, 156, 219, 1) 88%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6c10b9",endColorstr="#3b9cdb",GradientType=1);
  padding: 15px 0px;
}
.mid-brand-logo .item {
  max-width: 190px;
}
.included-tile-card .included-img {
  max-width: 200px;
  height: 140px;
  overflow: hidden;
  border-radius: 15px;
  margin: 0 auto;
  margin-top: -70px;
}
.included-tile-card .included-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.included-sec-inr .included-tile-card {
  text-align: center;
}
.included-sec-inr .included-contant {
  padding: 20px;
  color: #1a2330;
}
.t-purple h4 {
  color: #6c10b9;
  font-weight: 600;
  font-size: 18px;
}
.t-blue h4 {
  color: var(--intense-orange-bg-color);
  font-size: 18px;
  font-weight: 600;
}
.our-partners-heading h5 {
  color: #3b9cdb;
  font-size: 24px;
  font-weight: 600;
}

/*company-reference-top*/

.company-reference-top {
  position: relative;
  min-height: 502px;
  background-position: center;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 !important;
}
.company-reference-top .healthiflex-inr-deta {
  max-width: 502px;
  background: #ffffffcf;
  border-radius: 20px;
  width: 100%;
  color: #000;
  padding: 35px;
  max-height: 420px;
  height: 100%;
}
.company-reference-top .healthiflex-inr-deta h1 {
  font-size: 60px;
}
.company-reference-top .healthiflex-inr-deta p {
  margin: 18px 0px;
  font-size: 22px;
}
.company-reference-top .reference-top-title {
  position: absolute;
  bottom: 0;
  color: #fff;
}
.company-reference-top .reference-top-title h2 {
  margin-bottom: 38px;
  font-size: 3rem;
}
/*.clinic-based-wrapper-inr { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 20px; padding: 0; align-items: center; color: #fff;}*/

.clinic-based-wrapper-inr {
  display: flex;
  grid-gap: 30px;
  padding: 0;
  align-items: center;
  color: #fff;
}

.clinic-based-card {
  background: #fff;
  text-align: center;
  padding: 15px 0px;
  border-radius: 40px;
  box-shadow: 5px 10px 15px #0000007a;
  max-width: 390px;
  width: 100%;
  overflow: hidden;
}
.clinic-based-card h4 {
  font-weight: 600;
}
.blue-card h4 {
  color: #3b9cdb;
}
.purple-card h4 {
  color: #6c10b9;
}
.clinic-based-card-img .clinic-based-card-imgbox {
  height: 170px;
  width: 100%;
  margin-bottom: 15px;
}
.clinic-based-card .clinic-based-card-img .card-img {
  padding: 0 15px 0 15px;
}
.clinic-based-card .clinic-based-card-img {
  color: #2e2626;
}
.clinic-based-card .clinic-based-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.clinic-based-card .clinic-based-list {
  margin: 0;
  position: relative;
  text-align: left;
  min-height: 175px;
  padding: 0px 0 0 15px;
}
.clinic-based-card .clinic-based-list li {
  list-style: none;
  font-size: 16px;
  position: relative;
  margin-left: 30px;
  color: #2e2626;
  margin-top: 10px;
}

.clinic-based-card .clinic-based-list li:before {
  content: " ";
  background-image: url(../images/check-icons.png);
  position: absolute;
  left: -36px;
  top: 3px;
  width: 25px;
  height: 26px;
  background-size: 25px;
  background-repeat: no-repeat;
}
.clinic-based-card .clinic-based-card-img p {
  text-align: left;
  line-height: 26px;
  min-height: 96px;
  height: 100%;
}
.clinic-based-card .clinic-based-list li fa {
}
.clinic-based-card .clinic-based-card-img .btn {
}
.clinic-based-card .clinic-based-card-img .svg-inline--fa.fa-magnifying-glass {
  background: #fff;
  color: #6c4abb;
  border-radius: 100px;
  padding: 6px;
}
.clinic-based-card .svg-inline--fa.fa-check {
  position: absolute;
  left: -30px;
  top: 4px;
  border-radius: 100px;
  font-size: 14px;
  padding: 4px;
}
.purple-card .svg-inline--fa.fa-check {
  background: #6c10b9;
  color: #fff;
}
.blue-card .svg-inline--fa.fa-check {
  background: #3b9cdb;
  color: #fff;
}
.clinic-based-card .btn {
  padding: 10px 15px;
  display: flex;
  font-size: 15px;
  border-radius: 30px;
  color: #fff;
  min-width: 129px;
  margin: 0 auto;
  align-items: center;
  gap: 10px;
}

.clinic-based-card .btn.btn-blue {
  background: var(--primary-btn_bg-color);
  color: var(--primary-btn_text-color);
}
.clinic-based-card .btn.btn-blue:hover {
  background: var(--primary-hover);
}

.clinic-based-card .btn.btn-purple {
  background: var(--primary-btn_bg-color);
  color: var(--primary-btn_text-color);
}
.clinic-based-card .btn.btn-purple:hover {
  background: var(--primary-hover);
}

.clinic-based-card .btn.btn-blue .svg-inline--fa.fa-magnifying-glass {
  color: #3b9cdb;
}
.text-purple {
  color: #6c10b9;
}
.welcome-healthiflex-inr {
  max-width: 660px;
  padding: 40px;
  display: flex;
  height: 100%;
  align-items: center;
}
.welcome-healthiflex-inr h2 {
  font-size: 2rem;
}
.healthiflex-left-img {
  min-height: 70vh;
  background-position: center;
  margin-left: -40px;
  background-repeat: no-repeat;
}
.healthiflex-inr-deta img {
  max-width: 120px;
}
.healthiflex-inr-deta p {
  margin: 18px 0px;
  font-size: 18px;
}
.welcome-healthiflex-wrap {
  background: #f1f0f0;
  margin: 0;
}
.brand-slider .item {
  text-align: center;
  margin: 0 auto;
}

.healthiflex-form_bg {
  background: rgb(68, 129, 212);
  background: -moz-linear-gradient(
    142deg,
    rgba(68, 129, 212, 1) 5%,
    rgba(92, 59, 195, 1) 100%
  );
  background: -webkit-linear-gradient(
    142deg,
    rgba(68, 129, 212, 1) 5%,
    rgba(92, 59, 195, 1) 100%
  );
  background: linear-gradient(
    142deg,
    rgba(68, 129, 212, 1) 5%,
    rgba(92, 59, 195, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4481d4",endColorstr="#5c3bc3",GradientType=1);
  text-align: left;
  color: #fff;
  position: relative;
  min-height: 100%;
}

.healthiflex-form_bg h2 {
  font-size: 1.5rem;
  padding-top: 40px;
  padding-bottom: 40px;
}

.healthiflex-form_bg h3 {
  font-size: 1.5rem;
}

.healthiflex-form_bg .sbfrm a {
  text-decoration: underline;
  color: #fff;
}

.clinic-based-wrapper,
.bring-out-section {
  background: var(--primary-background-color);
  text-align: center;
  color: var(--primary-btn_text-color);
  position: relative;
  min-height: 100%;
}

.healthiflex-form {
  margin-top: 40px;
}

.clinic-text-description-inr h2 {
  font-size: 24px;
}
.bring-out-boxwrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 70px;
  margin: 10px 0px;
}
.bring-out-box-img {
  max-width: 95px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 5px;
}
.bring-out-box {
  text-align: center;
}
.bring-out-inr p {
  padding: 10px 0px;
}

.bring-out-inr .btn {
  background: var(--primary-btn_bg-color);
  color: var(--primary-btn_text-color);
  border: none;
  margin-top: 10px;
}
.bring-out-inr .btn:hover {
  background: var(--primary-hover);
  color: var(--primary-btn_text-color);
}

.form-wrap-sec .search-wrap .form-control::placeholder {
  color: #a9a9a9;
}
.footer-wrap {
  background: #282f39;
  padding: 50px 0 0px 0;
  margin-top: auto;
}
.footer-wrap a.logo-f img {
  width: 100%;
  max-width: 230px;
}
.footer-wrap .title {
  font-size: 15.5px;
  font-family: "blogger_sansregular";
  display: block;
}
.footer-wrap .links-f {
  list-style: none;
  line-height: 24px;
  margin: 0px;
  padding: 0px;
  column-count: 2;
  float: none;
}
.footer-wrap .links-f li a {
  font-size: 12px;
  color: var(--primary-btn_text-color);
}
.footer-wrap .links-f li a:hover {
  text-decoration: none;
  /* color: var(--primary-hover); */
}
.linkheading {
  color: var(--primary-btn_text-color);
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 12px;
  font-family: "Poppins";
  text-transform: uppercase;
}

.footer-wrap .copyright {
  font-size: 12px;
  color: var(--primary-btn_text-color);
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
}
.footer-wrap .copyright a {
  color: var(--primary-btn_text-color);
}

.footerBG {
  background: #1f1f1f;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 20px 0;
  margin-top: 50px;
}
.copyright {
  display: flex;
  align-items: self-end;
  justify-content: space-between;
}
.copyright p {
  color: var(--primary-btn_text-color);
  font-size: 12px;
}
.copyright .ds-right {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: right;
}
.copyright .ds-right .footer-last {
  color: var(--primary-btn_text-color);
  font-size: 12px;
}
.copyright .ds-right .footer-last .ds-link {
  background: url("../images/dotsquares-logo.png") no-repeat scroll left
    center / 15px auto;
  color: var(--primary-btn_text-color);
  font-size: 12px;
  padding: 0 0 0 20px;
}

.hf_footer_logo img {
  width: 70%;
}

/*  fotter*/

/*about-top-section start*/

.about-top-bnr {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 490px;
  display: flex;
  align-items: center;
}
.included-sec-inr .btn-panel .btn-lanrge {
  max-width: 330px;
  width: 100%;
}
.included-sec-inr .btn-panel {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: end;
  right: 220px;
}
.about-bnr-inr p {
  padding: 20px 0px;
}
.about-bnr-inr h2 {
  color: var(--primary-btn_text-color);
}
.about-bnr-inr .thin-text-heading {
  color: var(--primary-btn_text-color);
}

.about-bnr-inr {
  max-width: 440px;
  width: 100%;
  color: var(--primary-btn_text-color);
  font-size: 18px;
}
.about-top-section {
  min-height: 540px;
  background-position: center;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  position: relative;
}
.about-top-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000057;
  height: 100%;
  width: 100%;
}
.about-top-section .about-inr-bnr h1 {
  font-weight: bold;
  font-size: 3.7rem;
}
.about-inr-bnr h4 {
  font-size: 2rem;
  font-weight: 600;
  padding: 15px 0px;
}
.about-inr-bnr p {
  max-width: 466px;
  margin: 0 auto;
  font-size: 1.2rem;
}

.about-top-section .about-inr-bnr h1 span {
  color: #6c10b9;
}

.about-blue-bg {
  background: var(--primary-background-color);
  color: var(--primary-btn_text-color);
}
.about-blue-bg .included-inr-tile-text p {
  font-size: 24px;
  padding-top: 10px;
}
.dots-wrap {
  text-align: center;
  margin: 10px 0px;
}
.dotts-about {
  background-image: url(../images/dots-icn.svg);
  width: 100%;
  height: 11px;
  display: inline-block;
  background-size: 10px;
  max-width: 342px;
}
.why-chooseus-section {
  text-align: center;
  padding: 40px 0px;
}
.chooseus-deta-pera p {
  padding: 6px 0px;
}
.why-chooseus-box-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  max-width: 920px;
  margin: 40px auto;
}
.why-chooseus-img {
}
.cn-medium-font {
  font-size: 1rem;
  font-weight: bold;
  color: var(--primary-btn_text-color);
  line-height: 1.6rem;
  padding-top: 10px;
}
.cn-medium-font span {
  font-size: 1.8rem;
}
.why-chooseus-img img {
  width: 80px;
  height: 80px;
}
.why-chooseus-box {
  background: var(--primary-background-color);
  padding: 15px 0px;
}
.Bring-out-box-img {
  max-width: 120px;
}
.Bring-out-box-img img {
}
.Bring-out-box {
}

.checks-inr-box .btn {
  display: flex;
  font-size: 15px;
  border-radius: 30px;
  color: #fff;
  margin: 0 auto;
  align-items: center;
  gap: 10px;
  background: rgb(59, 156, 189);
  border: 1px;
  margin-top: 80px;
  max-width: 303px;
  width: 100%;
  height: 50px;
  justify-content: center;
  font-size: 24px;
}

.health-checks-inr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  margin: 0 auto;
  max-width: 830px;
}
.checks-inr-box-icon {
}
.clinic-health-checks .white-bnr-logo img {
  max-width: 263px;
  margin-bottom: 30px;
}
.brand-logo-form {
  text-align: left;
  margin-top: 40px;
}
.checks-inr-box-icon img {
  max-width: 85px;
}
.checks-inr-box {
  background: #fff;
  padding: 30px 35px;
  min-height: 480px;
  border-radius: 30px;
  position: relative;
}
.checks-inr-box h4 {
  font-weight: bold;
}
.checks-inr-box-icon .text-description {
  padding: 25px 0px;
}
.checks-inr-box-icon .text-description p {
  font-size: 22px;
}
.health-checks-form-inr {
  padding-top: 80px;
}
.health-checks-form-inr .form-wrapper .form-control {
  border: none;
  border-bottom: 2px solid #cecece;
  border-radius: 0;
  padding-left: 0;
  color: #a4a4a4;
}
.health-checks-form-inr .form-wrapper {
  margin-bottom: 20px;
  position: relative;
}
.health-checks-form-inr .btn {
}
.health-checks-form-inr .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0);
}
.clinic-health-checks {
  min-height: 500px;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
}
.clinic-health-checks::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgb(59, 156, 189);
  background: -moz-linear-gradient(
    177deg,
    rgba(59, 156, 189, 0.6951155462184874) 5%,
    rgba(108, 16, 185, 0.7147233893557423) 100%
  );
  background: -webkit-linear-gradient(
    177deg,
    rgba(59, 156, 189, 0.6951155462184874) 5%,
    rgba(108, 16, 185, 0.7147233893557423) 100%
  );
  background: linear-gradient(
    177deg,
    rgba(59, 156, 189, 0.6951155462184874) 5%,
    rgba(108, 16, 185, 0.7147233893557423) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b9cbd",endColorstr="#6c10b9",GradientType=1);
}
.window-section-inr {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  padding-top: 20px;
}
.window-section-inr circle {
}
.inr-count-box {
  text-align: center;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  border-radius: 100px;
  border: 6px solid;
}
.window-section-inr .circle-1 {
  border-color: #4682b4;
}
.window-section-inr .circle-2 {
  border-color: #3b9cdb;
}
.window-section-inr .circle-3 {
  border-color: #bf00ff;
}
.window-section-inr .circle-4 {
  border-color: #6c10b9;
}
.inr-count-box p {
  font-size: 2.2rem;
  line-height: 1.8rem;
  font-weight: bold;
}
.inr-count-box span {
  width: 100%;
  display: inline-block;
  font-weight: lighter;
  line-height: 35px;
}
.window-section-outer {
  max-width: 760px;
  margin: 0px auto;
}
.selection-window-section {
  padding: 50px 0px;
}

/*clinic-health-checks-listing*/
.clinic-health-listing-inr .form-list-form {
  display: grid;
  grid-template-columns: 28% 28% 27% 12%;
  grid-gap: 20px;
  margin: 10px 0px;
  align-items: end;
  position: relative;
}
.clinic-health-listing-inr .search-list-sec {
  max-width: 308px;
  width: 100%;
}
.clinic-health-listing-inr .search-list-sec .headingLabel {
  width: 100%;
  color: #28303d;
  font-size: 16px;
  margin-bottom: 20px;
}
.clinic-health-listing-inr .form-select,
.clinic-health-listing-inr .form-control {
  border: none;
  border-bottom: 1px solid #a4a4a4;
  border-radius: 0;
  color: #979797;
  font-size: 14px;
  padding-top: 5px;
  padding: 0px;
}
.clinic-health-listing-inr .form-select:focus,
.clinic-health-listing-inr .form-control:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}
.clinic-health-listing-inr .form-list-form .btn {
  padding: 10px 15px;
  display: flex;
  font-size: 15px;
  border-radius: 30px;
  color: #fff;
  min-width: 129px;
  margin: 0 auto;
  align-items: center;
  gap: 10px;
  background: #6c10b9;
}
.btn .svg-inline--fa.fa-magnifying-glass {
  background: #fff;
  color: #6c4abb;
  border-radius: 100px;
  padding: 6px;
  height: 1em;
}
.clinic-health-listing-inr .view-option-short ul {
  display: flex;
  align-items: center;
  gap: 18px;
  list-style: none;
  font-size: 14px;
  color: #686868;
  padding-left: 8px;
  margin-top: 20px;
}
.clinic-health-listing-inr .view-option-short ul select {
  margin-right: 6px;
}
.pagination {
  display: inline-block;
}

.clinic-health-listing-inr .pagination a {
  float: left;
  padding: 0;
  text-decoration: none;
  background: #3b9cdb;
  margin-right: 4px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  border-radius: 2px;
}
.clinic-health-listing-inr .pagination a.active {
  background-color: #6c10b9;
  color: white;
  border-radius: 1px;
}
.clinic-health-listing-inr .pagination a:hover:not(.active) {
  background-color: #6c10b9;
}
.clinic-health-listing-inr .view-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.clinic-details-inr {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
  background: #f1f0f0;
  margin-bottom: 20px;
  border-radius: 20px;
  width: 100%;
  padding-right: 10px;
}
.info-pans-wrap {
  display: flex;
  gap: 10px;
  line-height: 24px;
  margin-bottom: 10px;
}
.info-pans-wrap img {
  max-width: 47px;
  max-height: 47px;
}
.info-pans-wrap p {
  line-height: 23px;
}
.info-pans-wrap p span {
  font-weight: 500;
}
.helth-listing-details-inr .info-pans-wrap p span {
  font-weight: bold;
}
.clinic-text-description-inr {
}
.r-text-description {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
}
.r-text-description .rate-panel {
  display: flex;
  gap: 13px;
  font-weight: 600;
  align-items: end;
  margin-top: 15px;
  justify-content: space-between;
}
.r-text-description .rate-count {
  background: #fff;
  padding: 11px;
  border-radius: 10px;
  margin-top: 5px;
  display: inline-block;
  font-size: 14px;
  width: 100%;
  text-align: center;
}
.r-text-description .btn.btn-blue {
  background: var(--primary-btn_bg-color);
  border-radius: 10px;
  font-size: 18px;
  color: var(--primary-btn_text-color);
  font-weight: bold;
  padding: 7px 20px;
}
.r-text-description .btn.btn-blue:hover {
  background: var(--primary-hover);
  color: var(--primary-btn_text-color);
}
.clinic-image {
  overflow: hidden;
  border-radius: 20px;
}
.clinic-image img {
  border-radius: 25px;
}
.clinic-text-description {
  padding: 0px;
  position: relative;
  padding-bottom: 10px;
}
.clinic-text-description h3 {
  line-height: 2.5rem;
}
.clinic-listing.clinic-text-description h4 {
  padding-top: 15px;
  padding-bottom: 5px;
}

.clinic-health-listing {
}
.rate-panel-section h2 {
  font-size: 1.5rem;
  color: #fff;
  width: 100%;
}
.rate-panel-section {
  margin-top: 40px;
}
.rate-panel-section .rate_panel_heading_box {
  margin-bottom: 10px;
}
.left-text-panel-sec .clinic-address-details {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 25px;
  font-size: 16px;
  color: var(--intense-orange-bg-color);
  font-weight: 600;
  margin: 5px 0px;
}
.left-text-panel-sec .svg-inline--fa.fa-location-dot {
  font-size: 45px;
}
.location-bar-view {
  max-width: 768px;
  width: 100%;
  float: right;
}
.location-bar-view .location-bar {
  background: #6c10b9;
  padding: 5px 20px;
  border-radius: 45px;
  color: #fff;
  max-width: 768px;
  margin: 25px 0px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.location-bar-view .location-bar .location-adress {
  width: 100%;
  font-size: 18px;
}
.location-bar-view .location-bar .location-adress .distance-area {
  float: right;
}
.clinic-details-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
/*.location-bar-view .location-icon{ font-size:46px; }*/
.location-bar-view .location-icon {
}
.location-bar-view .location-icon svg {
  height: 47px;
}
.healthiflex-form .info_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 830px;
  width: 100%;
}
.healthiflex-form .info_row label {
  text-align: right;
  margin-right: 20px;
}
.healthiflex-form .textbox {
  width: 100%;
  height: auto;
  margin-bottom: 6px;
  border-radius: 0px;
  text-align: left;
}
.healthiflex-form .text-select-box {
  max-width: 135px;
  margin: 0;
  border-radius: 0px;
  height: 40px;
  border: 1px solid #939393;
  padding: 5px;
  width: 100%;
  color: #595959;
  padding: 0px 10px;
}
.healthiflex-form .textbox-inr {
  width: 100%;
  height: 40px;
  border: 1px solid #b5b5b5;
  padding: 0px 5px;
  color: #131313;
  border-radius: 0;
}

.info_col_second .note {
  display: flex;
  text-align: left;
  font-size: 14px;
  font-style: italic;
  padding: 10px 0px;
}

.comment-button {
  padding: 10px 15px;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  border-radius: 30px;
  background: var(--primary-btn_bg-color);
  color: var(--primary-btn_text-color);
  min-width: 128px;
  border: 1px;
  margin: 15px auto;
}

.comment-button:hover {
  background: var(--primary-hover);
}

.loading-bar-count {
  height: 15px;
  background: var(--intense-orange-bg-color);
  display: flex;
  justify-content: end;
  align-items: center;
  border-radius: 0px 10px 10px 0px;
}

.loading-bar-count-40,
.loading-bar-count-70,
.loading-bar-count-100 {
  width: 0%;
}

/* Filter CSS Start 14-8-23*/

.filter-price {
  margin: 0px;
}
.filter-price .headingLabel {
  position: relative;
  top: 5px;
}
.price-title {
  position: relative;
  color: #000;
  line-height: 1.2em;
  padding: 5px;
  font-size: 14px;
}
.price-container {
  display: flex;
  align-items: center;
  gap: 0px;
  justify-content: end;
  position: relative;
  top: -9px;
}
.price-field {
  position: relative;
  width: 100%;
  height: 22px;
  box-sizing: border-box;
  padding: 0px;
  padding-top: 20px;
}
.price-field input[type="range"] {
  position: absolute;
}
.at_home_list_page .search-list-outer {
  min-width: 200px;
}
/* Reset style for input range */

.price-field input[type="range"] {
  width: 95%;
  height: 5px;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  -webkit-appearance: none;
  background: #3e93d9;
}
.price-field input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.price-field input[type="range"]:active,
.price-field input[type="range"]:focus {
  outline: 0;
}
.price-field input[type="range"]::-ms-track {
  width: 188px;
  height: 2px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  color: #3e93d9;
  border-radius: 5px;
}

/* Style toddler input range */

.price-field input[type="range"]::-webkit-slider-thumb {
  /* WebKit/Blink */
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  margin-top: -7px;
  background-color: #3e93d9;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 99;
}

.price-field input[type="range"]::-moz-range-thumb {
  /* Firefox */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  margin-top: -5px;
  background-color: #3e93d9;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 9999;
}

.price-field input[type="range"]::-ms-thumb {
  /* IE */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  margin-top: -5px;
  background-color: #3e93d9;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 9999;
}

/* Style track input range */

.price-field input[type="range"]::-webkit-slider-runnable-track {
  /* WebKit/Blink */
  width: 188px;
  height: 2px;
  cursor: pointer;
  border-radius: 5px;
}

.price-field input[type="range"]::-moz-range-track {
  /* Firefox */
  width: 188px;
  height: 2px;
  cursor: pointer;
  border-radius: 5px;
}

.price-field input[type="range"]::-ms-track {
  /* IE */
  width: 188px;
  height: 5px;
  cursor: pointer;
  border-radius: 5px;
}

/* Style for input value block */

.price-wrap {
  display: flex;
  color: #8a8686;
  font-size: 14px;
  line-height: 1.2em;
  margin-bottom: 0px;
  justify-content: space-between;
  align-items: center;
}

.price-wrap-1,
.price-wrap-2 {
  display: flex;
  text-align: center;
}

.price-title {
  margin-right: 5px;
}

.price-wrap_line {
  padding: 4px;
}

.price-wrap #lower_range_value,
.price-wrap #upper_range_value {
  width: 50px;
  border: 0;
  outline: 0;
  color: #8a8686;
  font-size: 16px;
}

.price-wrap label {
  /*! text-align: right; */
  display: flex;
  align-items: center;
}

/* Style for active state input */

.price-field input[type="range"]:hover::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #242424;
}

.price-field input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #242424;
}

.clinic-health-listing-inr .form-select,
.clinic-health-listing-inr .form-control {
  margin-bottom: 8px;
}

#lower_range_value {
  text-align: left;
}

.at_home_tag_cloud ul {
  list-style: none;
  float: right;
  margin: 0px;
  padding-left: 5px;
}

.at_home_tag_cloud ul li {
  display: inline-block;
  font-size: 10px;
  text-align: left;
}

.at_home_tag_cloud ul li .tag_btn {
  color: #6c10b9;
  font-size: 12px;
  line-height: 2rem;
  background: #f1edf0;
  margin-left: 5px;
  padding: 0px 11px;
  border: navajowhite;
  margin-right: 0px;
  margin-top: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.at_home_tag_cloud ul li .tag_btn.active {
  color: #fff;
  background: #d2a3ff;
}

.at_home_tag_cloud ul li:first-child .tag_btn {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-left: 10px;
}

.at_home_tag_cloud ul li:last-child .tag_btn {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-right: 10px;
}

.at_home_tag_cloud {
  text-align: center;
}

.at_home_list_page .search-list-sec {
  max-width: none;
}

.at_home_list_page .search-list-sec.at_home_tag_cloud .headingLabel {
  margin-left: -169px;
}

.at_home_list_page .form-list-form {
  display: grid;
  grid-template-columns: 15% 15% 55% 7%;
  grid-gap: 20px;
  margin: 10px 0px;
  align-items: start;
  position: relative;
}

.at_home_list_page .search-list-sec-btn {
  float: right;
  margin-top: 45px;
}

.at_home_list_page .form-list-form .btn {
  padding: 5px 10px;
  display: flex;
  font-size: 15px;
  border-radius: 30px;
  color: #fff;
  min-width: 108px;
  margin: 0 auto;
  align-items: center;
  gap: 6px;
  background: #6c10b9;
}

/*Filter CSS End*/

.loading-bar {
  width: 100%;
  position: absolute;
  z-index: 9999;
  background: #ebebeb;
}
.percent-count {
  width: 85px;
  height: 85px;
  background: var(--intense-orange-bg-color);
  line-height: 5.5rem;
  border-radius: 100px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: var(--primary-btn_text-color);
}
.healthiflex-form .reg_form {
  margin-top: 50px;
}
.bring-out-inr {
  margin: 40px 0px;
}

.helth-listing-details {
  background: var(--primary-background-color);

  position: relative;
  padding: 80px 0px;
}

.l-text-description {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.helth-listing-details .clinic-text-description-inr {
  align-items: normal;
}
.helth-listing-details .text-description-panel {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.left-text-panel-sec {
  width: 68%;
}
.helth-listing-details .key-features-sec {
  width: 33%;
  text-align: left;
  background: #f2f2f2;
  border-radius: 10px;
  margin: 0px;
  padding: 20px 20px 120px 20px;
  font-weight: 300;
  line-height: 22px;
  max-height: 580px;
}
.reg_form .comment-button {
  background: var(--primary-btn_bg-color);
  color: var(--primary-btn_text-color);
  font-size: 18px;
}
.reg_form .comment-button:hover {
  background: var(--primary-hover);
  color: var(--primary-btn_text-color);
}

.helth-listing-details .key-features-sec ul {
  padding-top: 60px;
}
.helth-listing-details .key-features-sec ul {
  margin: 0;
  padding: 20px 0px 0px 0px;
}
.clinic-health-listing-inr .pagination a {
  margin-bottom: 5px;
}
.top_banner img {
  width: 100%;
}

.helth-listing-details-inr {
  position: relative;
}

.helth-listing-details .key-features-sec ul {
  height: auto;
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  padding-left: 20px;
}
.helth-listing-details .key-features-sec ul li:before {
}

.sc-content {
  width: 100%;
  padding: 0;
  position: relative;
  overflow: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  max-height: 430px;
}

.sc-scroll {
  position: relative;
  background: red;
  width: 9px;
  border-radius: 4px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s linear;
}

.sc-container:hover .sc-scroll {
  opacity: 1;
}

.sc-grabbed {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.msg-page {
  height: 500px;
  width: 400px;
}

/* Works on Firefox */
.sc-content {
  scrollbar-width: 14px; /*thin;*/
  scrollbar-color: #6c10b9 #d3d3d3;
}
.sc-content::-webkit-scrollbar {
  width: 14px;
  border-radius: 10px;
}

.sc-content::-webkit-scrollbar-track {
  background: #f1f0f0; /* color of the tracking area */
}

.sc-content::-moz-scrollbar-thumb {
  background-color: #6c10b9; /* color of the scroll thumb */
  border-radius: 10px; /* roundness of the scroll thumb */
}

.sc-content::-webkit-scrollbar-thumb {
  background-color: #6c10b9; /* color of the scroll thumb */
  border-radius: 10px; /* roundness of the scroll thumb */
}

.helth-listing-details .clinic-text-description-inr {
}
.clinic-listing .l-text-description {
  display: flex;
  width: 100%;
  margin-top: 15px;
  min-height: 127px;
}
.clinic-listing .clinic-text-description-inr {
}
.clinic-listing .r-text-description {
  background: #f1f0f0;
  border-radius: 20px;
  max-width: 900px;
  width: 100%;
  padding: 0;
  min-height: 70px;
}
.clinic-listing .r-text-description p {
  font-size: 14px;
}

.helth-listing-details .brand-logo {
  max-width: 140px;
  margin: 10px 0px;
}
.helth-listing-details .r-text-description .text-description {
  font-size: 14px;
  line-height: 1.8rem;
  margin-top: 0px;
}
.rate-panel-blue {
  display: flex;
  gap: 20px;
  padding: 10px;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  justify-content: center;
  width: 100%;
}
.rate-panel-inr {
  width: 100%;
  max-width: 160px;
  font-weight: bold;
}
.rate-panel-section .rate-panel {
  display: flex;
  gap: 15px;
  margin-bottom: 0px;
  align-items: center;
  color: #fff;
}
.rate-panel-section .rate-panel p {
  max-width: 134px;
  width: 100%;
}
.rate-panel-section .rate-panel-inr {
  width: 100%;
  min-width: 135px;
  font-weight: 500;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.rate-panel-section .rate-panel-inr p {
  white-space: nowrap;
  padding-bottom: 5px;
}
.rate-panel-section .rate-panel p.center {
  font-size: 18px;
  font-weight: 600;
}
.rate-panel-section .rate-panel-blue .rate-count {
  color: #19202c;
  font-size: 18px;
  padding: 10px 0px;
  text-align: center;
  width: 100%;
  background: #fff;
  border-radius: 10px;
}

.clinic-text-description .rate-panel-inr {
  text-align: center;
  width: 100%;
  font-size: 14px;
  line-height: 17px;
}
.clinic-text-description .rate-panel-inr br {
  display: none;
}
.r-text-description .rate-panel .bnt-panel {
}
.rate-panel-blue .rate-count {
  color: #19202c;
  font-size: 22px;
  padding: 20px 0px;
  text-align: center;
  max-width: 207px;
  width: 100%;
}

.helth-listing-details .rate-panel h3 {
  margin-bottom: 0px;
  padding: 0;
  line-height: 30px;
}
.helth-listing-details .rate-panel .btn-blue {
  font-size: 26px;
  border-radius: 20px;
  padding: 20px 40px;
  font-weight: 600;
}
.clinic-health-listing h3 {
  color: #3b9cdb;
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.helth-listing-details .info-pans-wrap {
  margin-bottom: 0;
}
.key-features-sec .text-description .btn {
}
.key-btn-blue {
  background: #3b9cdb;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
}

.btn-blue:hover,
.key-btn-blue:hover {
  background: var(--primary-btn_bg-color);
  color: var(--primary-btn_text-color);
}

.welcome-text-description {
  max-width: 790px;
  width: 100%;
}
.welcome-text-description p {
  padding: 16px 0;
}
.welcome-text-description .thank-you {
}
.thank-you-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.thank-you-title img {
  max-width: 110px;
}
.next-step-text {
  text-align: left;
  padding-top: 30px;
}
.thank-you {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 80px 0px;
}
.m-thanks-sec .btn {
  background: #3b9cdb;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  padding: 5px 20px;
}
.m-thanks-sec {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
}
.r-text-description .rate-count {
  padding: 11px 0px;
}

.reg_form h2 {
  font-size: 1.5rem;
  margin-top: 20px;
}

.rate-panel p {
  width: 100%;
}
.emp-detail-l {
  float: left;
}

.emp-detail-r {
  float: right;
}

/*.inner-pages-start here*/
.inner-pages .search-head {
  background: var(--primary-background-color);
  color: var(--primary-btn_text-color);
  padding: 30px 0px;
}
.section-inr {
  padding: 20px 0px;
}
.simple-page-bg p {
  font-size: 16px;
  line-height: 31px;
}

#login .btn {
  color: var(--primary-btn_text-color);
  background: var(--primary-btn_bg-color);
  font-size: 16px;
  border-radius: 100px;
  max-width: 122px;
  width: 100%;
}

#login .btn:hover {
  background: var(--primary-hover);
}

#login {
  max-width: 585px;
  width: 100%;
  margin: 80px 0px;
}
#login label {
  width: 100%;
  margin-bottom: 17px;
  font-size: 18px;
  color: #797979;
  position: relative !important;
}
#login .input {
  width: 100%;
  height: 49px;
  background: #f9f9f9;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.05);
  padding: 10px;
  position: relative !important;
}
#login #captcha_code_1 {
  width: 70%;
  margin-bottom: 17px;
}

.tablesorter tr th {
  font-size: 16px;
  color: var(--primary-btn_text-color);
  background-color: var(--headline-color);
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: normal !important;
}
#reportTable.tablesorter thead tr th input[type="checkbox"] {
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.inner-pages #deletemultipleentry {
  color: var(--primary-btn_text-color);
  background: var(--primary-btn_bg-color);
  border: none;
  font-size: 16px;
  border-radius: 50px;
  margin-bottom: 15px;
  padding: 5px 20px;
}

.inner-pages #deletemultipleentry:hover {
  background: var(--primary-hover);
}

.heading-links {
  text-align: right;
  margin-top: 50px;
}

.heading-links .btn {
  max-width: 248px;
  width: 100%;
  font-size: 16px;
  text-align: center;
  color: var(--primary-btn_text-color);
  border-radius: 100px;
}

.inner-pages td {
  padding: 5px;
}
.inner-pages th {
  text-align: center;
}
.inner-pages .tablesorter td:first-child + td {
  text-align: center;
}
.inner-pages .providerreport a {
  font-size: 14px;
  font-weight: normal;
}

.search-head {
  margin-bottom: 60px;
}

.comblocks-wrap.blue-bg {
  background: #3b9cdb;
}
.comblocks-wrap.violet-bg {
  background: #6c10b9;
}

.violet-btn {
  background: #6c10b9;
  color: #fff;
}

.violet-btn:hover {
  color: #6c10b9;
  background: #fff;
  color: #3b9cdb;
  border: 1px solid #3b9cdb;
}

.comblocks-wrap {
  min-height: 630px;
  padding: 10px 0px;
  margin-bottom: 35px;
}
.company-blocks .comblocks-wrap .comblocks-content {
  text-align: center;
  padding: 10px 20px;
  color: #fff;
}
.find-section {
  margin-bottom: 35px;
}

label.error {
  color: red !important;
  font-size: 14px !important;
  background: #f8d7da;
}
.container.with-banner .page-content,
.container.with-map .page-content {
  padding: 20px;
}

.welLogo {
  border: 1px solid #eee;
  padding: 15px;
  float: left;
  margin-right: 15px;
}
.page-text p,
.page-text li {
  font-size: 14px;
  line-height: 28px;
  padding-bottom: 10px;
}
.error {
  color: #ff5656;
  padding: 5px;
  position: relative;
}
label.error::before {
  clip-path: polygon(93% 95%, 84% 100%, 100% 100%);
  position: absolute;
  top: -119px;
  background: #f8d7da;
  content: " ";
  width: 119px;
  height: 120px;
  left: -86px;
}
.a.btn.btn-primary.sign-in {
  margin-left: 9px;
  border-radius: 0px;
  background: #3f91d9;
  border: none;
  padding: 9px 10px;
}

.mainTable2 {
  background: #fff;
  color: #000;
  margin-bottom: 30px;
}

.mainTable2 h3 {
  padding: 0 20px;
  color: var(--headline-color);
}
.mainTable2 td input {
  font-family: "Poppins";
  color: #84878d;
  max-width: 455px;
  width: 100%;
  margin-top: 1px;
  margin-bottom: 1px;
}

.tablesorter tr th {
  text-align: left;
}

.mainTable2 .tdTitle {
  padding: 20px 0;
  font-size: 1.75rem;
  line-height: 3.375rem;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

#change_pass_frm .mainTable2 td.tdText {
  text-align: right;
}

#change_pass_frm #login {
  max-width: 200px;
  color: var(--primary-btn_text-color);
  border-radius: 30px;
  margin: 20px 0;
}

.btn-gradient:active {
  background: var(--primary-hover) !important;
  color: var(--primary-btn_text-color) !important;
}

.healthiflex-form .textbox {
  display: flex;
  flex-wrap: wrap;
}
.healthiflex-form .textbox .info_date_col {
  flex: 1 1 0;
}
.healthiflex-form .textbox .info_date_col .text-select-box {
  width: 100% !important;
  max-width: 100%;
}
.healthiflex-form .textbox .info_date_col label.error {
  text-align: left;
}
img#best-seller-icon-right {
  position: absolute;
  right: -10px;
  top: -18px;
  max-width: 61px;
}

.clinic-based-wrapper {
  background-color: #f2f2f2;
  position: relative;
  display: flex;
  align-items: center;
}

.form-submit-line {
  display: flex;
  max-width: 211px;
  gap: 10px;
  margin: 0 auto;
}
form#apply_frm_joint {
  display: flex;
  flex-wrap: wrap;
}
#result .show {
  padding: 10px 0px;
  border-bottom: 1px #7778bf dashed;
  font-size: 12px;
  min-height: 30px;
  margin: 0px;
}
.confirm-text-img {
  max-width: 130px;
}

#postcode {
  position: relative;
}
.confirm-text-body {
  padding: 60px 40px;
  /* background: var(--primary-background-color); color:var(--primary-btn_text-color);  */
  border-radius: 30px;
  margin-top: 80px;
}
.confirm-text-mid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px;
}
.confirm-text-left {
  border-right: 3px solid var(--interactive-text-color);
  padding-right: 20px;
}
.confirm-text-body .confirm-text-right {
  text-align: center;
  max-width: 440px;
  width: 100%;
}
.confirm-text-right .high-color {
  font-weight: 400;
  font-size: 21px;
  line-height: 2.6rem;
}
.confirm-text-bottom .confirm-text a {
  color: var(--interactive-text-color);
  font-weight: bold;
}
.confirm-text-bottom-buttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
.confirm-text-img img {
  filter: brightness(0);
}

input[type="checkbox"] {
  accent-color: #fff;
}
.confirm-text-bottom input[type="checkbox"] {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}

.faq-topsearhblk form {
  position: relative;
  max-width: 560px;
  margin-bottom: 20px;
}
.faq-topsearhblk form .inputxt {
  width: 100%;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 10px 1rem;
  line-height: 2;
  font-size: 16px;
  color: #fff;
}
.faq-topsearhblk form .inputxt::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.faq-topsearhblk form .inputxt::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.faq-topsearhblk form .inputxt:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.faq-topsearhblk form .inputxt:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.faq-topsearhblk form .submitbtn {
  border: 1px solid #fff;
  padding: 10px 1.5rem;
  background: #fff;
  line-height: 2;
  font-size: 16px;
  color: #5c3bc3;
  cursor: pointer;
  font-weight: 700;
  text-transform: capitalize;
  position: absolute;
  top: 0;
  right: 0;
}
.faq-topsearhblk form .submitbtn:hover {
  background: #5c3bc3;
  color: #fff;
}
.faq-topsearhblk form label.error {
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 0;
  margin: 10px 0;
}
.answer-formblk .input-div br {
  display: none;
}
.answer-formblk .input-div img {
  vertical-align: bottom;
  margin-bottom: 0;
}
.answer-formblk .input-div .input-text {
  padding: 13px;
  vertical-align: top;
}
.helth-listing-details .key-features-sec ul li {
}

/*NEW FAQ start*/

.FaqWrap {
  padding-bottom: 100px;
}
.FaqWrap .SearchHeading {
  margin: 0 0 25px 0;
  font-size: 40px;
  font-weight: normal;
  padding-bottom: 0;
  display: flex;
  vertical-align: middle;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.FaqWrap .SearchHeading:before {
  content: "";
  width: 47px;
  height: 47px;
  display: inline-block;
  background: #fff url(../images/searchIcon.png) no-repeat center center;
  margin-top: 5px;
  float: left;
  border-radius: 100px;
  margin-right: 8px;
  vertical-align: middle;
}
.FaqWrap .SearchHeading b {
  margin-left: 10px;
}
.FaqWrap .subheading {
}

.FaqWrap .tabingWrap .nav-tabs {
  border: none;
  border-bottom: solid 1px var(--bs-border-color);
}
.FaqWrap .tabingWrap .nav-tabs li.nav-item {
}
.FaqWrap .tabingWrap .nav-tabs li.nav-item button {
  background: transparent;
  position: relative;
  color: #28303d;
  border: none;
  padding: 0 0 15px 0;
  margin-right: 20px;
}

.FaqWrap .tabingWrap .nav-tabs li.nav-item button.active:after,
.FaqWrap .tabingWrap .nav-tabs li.nav-item button:hover:after {
  content: "";

  background: var(--primary-btn_bg-color);

  bottom: -2px;
  left: 0;
  width: 100%;
  height: 6px;
  display: inline-block;
  position: absolute;
  border-radius: 10px;
}

.FaqWrap .tabingWrap {
  margin-top: 30px;
}
.FaqWrap .tabingWrap .accordion-item {
  background: transparent;
  border: none;
  margin-bottom: 8px;
  margin-top: 15px;
}
.FaqWrap .tabingWrap .accordionWrap {
}
.FaqWrap .tabingWrap .accordionWrap .row {
  justify-content: space-between;
}
.FaqWrap .tabingWrap .accordionWrap .row .col-md-6 {
  width: 48%;
}
.FaqWrap .tabingWrap .accordionWrap h2 {
  margin: 0;
  padding: 50px 0 10px 0;
  font-size: 25px;
}
.FaqWrap .tabingWrap .accordionWrap .accordion-header {
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.FaqWrap .tabingWrap .accordionWrap .accordion-header .accordion-button {
  padding: 0;
  background: transparent;
  box-shadow: 0 0 0;
  color: #28303d;
}

.FaqWrap .tabingWrap .accordionWrap .accordion-header .accordion-button:after {
  background: url(../images/download.svg) no-repeat 0 0;
}
.FaqWrap .tabingWrap .accordionWrap .accordion-body {
  color: #28303d;
  font-size: 14px;
  padding: 15px;
  line-height: normal;
  margin-top: 14px;
  border: none;
  background: #f9f9fd;
}
.FaqWrap .tabingWrap .accordionWrap .accordion-body p {
}

.fade:not(.show) {
  opacity: 0;
  display: none;
}

/*FAQ*/

label.error {
  color: #f00;
  border-radius: 4px;
  width: auto;
  margin-top: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

.pointer {
  cursor: pointer;
}

.accordion_head {
  background-color: #ededed;
  border: 1px solid #c5c5c5;
  color: #313131;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 0;
  padding: 11px 15px;
  position: relative;
  width: 100%;
  text-align: left;
}

.toggleblock .plusminus {
  color: #282f3d;
  font-size: 35px;
  position: absolute;
  right: 19px;
  top: -6px;
}
.plusminus {
  display: inline-block;
}

.accordion_container_m_l {
  padding-left: 37px;
}
.accordion_container {
  padding-top: 15px;
  width: 100%;
}

.accordion_body {
  box-shadow: 3px 2px 5px -2px #999;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #c5c5c5;
  margin-top: -3px;
  padding: 0 10px;
}

.accordion_body p {
  margin: 0;
  padding: 17px 5px;
  color: #313131;
  font-size: 14px;
}

.cms_page h2 {
  font-size: 1.5rem;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}

.toggleblock h3 {
  float: left;
  font-weight: normal;
  font-size: 16px;
  width: 100%;
  text-align: left;
}

.welcome_faq_form {
  padding: 16px 0;
  background: #3b9cdb;
}

.welcome {
  padding: 16px 0;
  background: #b24195;
}
.welcome h3 {
  color: #fff;
  display: inline-block;
  font-size: 38px;
  font-weight: normal;
  padding: 0;
  position: relative;
}
.answer-form {
  display: inline-block;
  padding-bottom: 27px;
  padding-top: 30px;
  width: 100%;
}
.answer-form h3 {
  color: #fff;
}
.answer-form .answer-input label {
  color: #fff;
}
.answer-formblk {
  margin-bottom: 20px;
}
.answer-input label {
  clear: both;
  font-size: 16px;
  width: 100%;
}
.answer-input .textarea {
  border: medium none;
  min-height: 144px;
  padding: 11px;
  resize: none;
  width: 100%;
}
.answer-input .inputxt1 {
  border: medium none;
  padding: 13px;
  width: 100%;
}
.comment-button {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.comment-button {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  border: none;
  font-size: 24px;
  line-height: 57px;
  padding: 0 33px;
  height: 61px;
  min-width: 178px;
}
.comment-button-white {
  background: #fff;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  border: none;
  font-size: 24px;
  line-height: 57px;
  padding: 0 33px;
  height: 61px;
  min-width: 178px;
  color: #b8539c;
}

/*contact us*/

.contact-sec .confirm-text-body {
  padding: 40px 0px;
  margin-top: 30px;
}

.page-banner .banner-img {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 0;
  padding-top: 15%;
}

.page-banner .banner-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.contact-title {
  position: relative;
}
.text-center {
  text-align: center !important;
}
.contact-title .green-box {
  background: #6c10b9;
  padding: 25px 30px;
  border-radius: 15px;
  color: #fff;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.contact-title .green-box p {
  margin: 0;
}

.contact-sec {
  background: #f1f0f0;
  padding: 100px 0;
}

.text-center {
  text-align: center !important;
}

.contact-sec .contact-block h3 {
  font-size: 1.5rem;
  margin: 25px 0 15px;
}

.contact-sec .contact-block p {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  min-height: 96px;
  margin-bottom: 15px;
}

.contact-sec .contact-block .btn {
  max-width: 281px;
  padding: 13px 10px;
  border-radius: 100px;
  font-size: 18px;
  width: 100%;
  color: #fff;
}
.btn-blue {
  background: var(--primary-btn_bg-color);
  color: var(--primary-btn_text-color);
}

.btn {
  background: var(--primary-btn_bg-color);
  color: var(--primary-btn_text-color);
}
.btn:hover {
  background: var(--primary-hover);
  color: var(--primary-btn_text-color);
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.contact-sec .form {
  margin-top: 0px;
}

.contact-sec .heading {
  margin-bottom: 30px;
  font-family: "Poppins";
}
.heading {
  font-size: 1.5rem;
  margin: 0;
  margin-bottom: 30px;
  text-align: center;
}

.error-message {
  color: #c00;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  display: none;
}

.contact-sec .error-message {
  color: #c00;
  background-color: #f8d7da;
  position: relative;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  max-width: 1115px;
  margin: 18px auto;
  margin-top: 18px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
  width: 100%;
}

.contact-sec .form .form-group {
  margin-bottom: 10px;
  padding: 0 40px;
}

.contact-sec .form .form-group label {
  font-size: 1rem;
  margin-bottom: 0.725rem;
  font-weight: normal;
}

.contact-sec .form .form-group .form-control {
  border-radius: 0;
  padding: 10px 10px;
  font-size: 1rem;
  height: auto;
  border: 1px solid #fff;
  box-shadow: none;
  outline: none;
}

.contact-sec .form .form-group textarea.form-control {
  height: 120px;
  resize: none;
}
.contact-sec .form .form-group .form-control {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 1rem;
  height: auto;
  border: 1px solid #fff;
  box-shadow: none;
  outline: none;
  background: #fff;
}

.contact-sec .form .form-group label {
  font-size: 1rem;
  margin-bottom: 0.725rem;
  font-weight: normal;
}
.contact-sec .form .error {
  color: #ff0000;
  font-size: 0.875rem;
  margin-top: 5px;
  margin-bottom: 0;
}

.contact-sec .form .form-submit {
  padding: 0 40px;
  margin-top: 20px;
}

.green-box h1 {
  font-weight: bold;
}

.thanks-message {
  /*border: 3px solid #6C10B9;*/
  padding: 30px;
  /* background: #fff;*/
  width: 75%;
  max-width: 700px;
  margin: 60px auto 0;
}

.thanks-message h3 {
  font-size: 2rem;
}
.thanks-message p {
  margin: 30px 0;
}

.thank-you .welcome-text-description ul {
  padding: 0;
  margin: 0;
}
.thank-you .welcome-text-description ul li {
  text-align: left;
  margin-left: 17px;
}

.thank-you .welcome-text-description a {
  color: #ffffff;
}

.rate-count.min_quantity_box {
  width: 100%;
  max-width: 120px;
}
.rate-panel-home {
  padding: 19px 25px;
}
.rate-panel-home #min_quantity {
  max-width: 88px;
  width: 100%;
  min-height: 58px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
}

.confirm-text-left .confirm-text {
  background: #ffffff21;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
}
.delete_additional_item {
  position: relative;
  right: 10px;
  top: 10px;
}
.delete_additional_item {
  font-size: 15px;
  border-radius: 30px;
  color: #fff;
  transition: 0.4s;
  background: rgb(59, 156, 219);
  background: -moz-linear-gradient(
    90deg,
    rgba(59, 156, 219, 1) 0%,
    rgba(108, 16, 185, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(59, 156, 219, 1) 0%,
    rgba(108, 16, 185, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(59, 156, 219, 1) 0%,
    rgba(108, 16, 185, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b9cdb",endColorstr="#6c10b9",GradientType=1);
  border: 1px;
  margin: 0px;
  font-weight: bold;
  width: 35px;
  padding: 8px;
  height: 35px;
  float: right;
  margin-top: 5px;
}

/* 02-08-23 css update*/

/* .clinic-based-wrapper {
  background: #f2f2f2;
} */

.center {
  text-align: center;
}

.reference-top-title {
  max-width: 310px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  text-align: left;
  padding-left: 0;
  color: #fff;
  width: 100%;
}
.reference-top-title h1 {
  font-weight: bold;
  color: var(--primary-btn_text-color);
}
.reference-top-title .thin-text-heading {
  font-weight: bold;
}
.reference-top-title p {
  font-style: italic;
  margin-bottom: 20px;
  color: var(--primary-btn_text-color);
}
.reference-top-title h3 {
  line-height: 2.5rem;
  padding: 10px 0px;
  color: var(--primary-btn_text-color);
}

.clinic-based-wrapper .clinic-based-card .btn {
  padding: 10px 0px;
  font-size: 18px;
  border-radius: 30px;
  color: #fff;
  margin: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
}

.helth-listing-details-inr .rate_panel_box {
  width: 100%;
}
.rate-panel-section .bnt-panel {
}
.rate-panel-section .bnt-panel {
  width: 100%;
  max-width: 209px;
  min-height: 123px;
  display: flex;
  align-items: center;
}

.helth-listing-details .rate-panel-section .rate-panel .btn-blue {
  font-size: 22px;
  border-radius: 20px;
  font-weight: 600;
  width: 100%;
  min-height: 100px;
}
.helth-listing-details .rate-panel-section .rate-panel .btn-blue:hover {
  background: var(--primary-hover);
  color: var(--primary-btn_text-color);
}

.faq-topsearhblk form .inputxt {
  border-radius: 5px;
}

.faq-topsearhblk form .submitbtn {
  border-radius: 5px;
}

#feature_compare_btn {
  margin-top: 20px;
  float: left;
}

.contact-sec #submit_btn {
  max-width: 150px;
  width: 100%;
  padding: 12px 0px;
  border-radius: 100px;
  font-size: 18px;
  background-color: #fff;
  color: #3b9cdb !important;
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #3b9cdb;
  background-color: #3b9cdb;
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #6c10b9;
  background-color: #6c10b9;
}

#mCSB_1_dragger_vertical {
  min-height: 120px !important;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
}
.mCSB_dragger_bar {
  background: #6c10b9 !important;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border: none !important;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px !important;
}

#moreText {
  display: none;
}

#textButton {
  padding: 5px 10px;
  margin-bottom: 20px;
  display: block;
  margin-top: 10px;
}

.r-text-description h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.key-features-sec h4 {
  font-size: 20px;
  font-weight: bold;
}

.form-wrap-sec .search-form h1 {
  font-weight: 700;
  color: var(--headline-color);
}
.form-wrap-sec .search-form h1:after {
  content: "";
  display: block;
  max-width: 511px;
  background-color: var(--headline-color);
  height: 3px;
  margin-top: 10px;
  width: 100%;
}

.partner_slider .health_club {
  position: relative;
  padding: 30px 0 0 0;
  margin: 0;
}

.partner_slider .health_club h2 {
  margin-bottom: 20px;
  position: relative;
}

.partner_slider .logo_slider {
  padding: 20px;
  min-height: 120px;
  background-color: var(--intense-orange-bg-color);
}

.partner_slider .logo_slider .owl-item > div > img {
  border-radius: 4px;
  width: inherit;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.75);
}

.partner_slider .owl-carousel .owl-item {
  padding: 5px;
}

.partner_slider .owl-dot {
  display: none;
}

.improve-health-boxs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-top: 80px;
  align-items: center;
  padding: 20px;
}

.improve-health-boxs .included-tile-card {
  text-align: center;
  width: 100%;
  max-width: 680px;
}

.improve-health-boxs .btn-panal {
  grid-column-start: 1;
  grid-column-end: 3;
  text-align: center;
}

.home-included-section .included-sec-inr {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.improve-health-boxs .btn-lanrge {
  max-width: 420px;
}

.improve-health-boxs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-top: 80px;
  align-items: center;
  padding: 20px;
}

.improve-health-boxs .included-tile-card {
  text-align: center;
  width: 100%;
  max-width: 680px;
}

.improve-health-boxs .btn-panal {
  grid-column-start: 1;
  grid-column-end: 3;
  text-align: center;
}

.home-included-section .included-sec-inr {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.improve-health-boxs .btn-lanrge {
  max-width: 420px;
}

.bring-out-new {
  background: #f2f2f2;
  margin-top: 20px;
}

.bring-out-new .bring-out-rihgt {
  text-align: right;
  max-width: 838px;
  width: 100%;
}
.bring-out-new .bring-inr {
  display: flex;
  gap: 26px;
  margin-top: 30px;
}
.bring-out-new .bring-out-new-mid {
  display: flex;
  gap: 10px;
  margin-top: 40px;
}
.bring-out-left img {
  max-width: 800px;
  width: 100%;
}
.bring-out-new .bring-out-box-img {
}
.bring-out-new .bring-out-new .bring-out-box-img img {
  width: 100%;
}
.bring-out-new .bring-out-box {
  text-align: center;
  max-width: 423px;
  width: 100%;
}
.bring-out-new .bring-out-left {
  width: 100%;
  max-width: 356px;
}

.bring-out-new .dotts-about {
  width: 100%;
  height: 11px;
  display: inline-block;
  background-size: 10px;
  max-width: 690px;
  margin-top: 30px;
}

.bring-out-new .dots-wrap {
  text-align: right;
}
.booking_submit_btn .comment-button {
  float: right;
}
.boost-section-in {
  margin: 0;
}
.boost-section-inr li {
  position: relative;
  list-style: none;
  font-weight: 600;
  padding: 10px 0px;
  font-size: 18px;
}
.boost-section-inr li::before {
  content: " ";
  background-image: url(../images/h-arrow.png);
  position: absolute;
  left: -60px;
  top: 10px;
  width: 40px;
  height: 40px;
  background-size: 38px;
  background-repeat: no-repeat;
}
.boost-arrow-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 940px;
  width: 100%;
  margin: 20px auto;
  text-align: left;
}
.boost-arrow-outer {
  text-align: center;
}

#additional_item_container {
  margin-top: 20px;
  border-top: 1px solid lightskyblue;
  border-radius: 0px;
  padding-top: 10px;
}

#Listing_table h4 {
  text-align: left;
}
#Listing_table td {
  padding-left: 20px;
}
.submit_detail_title h5 {
  font-weight: normal;
  line-height: 30px;
}

.form-submit-line {
  margin: 20px auto;
}
.red {
  color: red;
}

.info {
  float: right;
  font-size: 13px;
  font-style: italic;
}
.confirm-text {
  margin-top: 10px;
}

.modal-body .modal_close_button {
  float: right;
}

#mCSB_1_dragger_vertical {
  height: 105px !important;
}
#mCSB_1_scrollbar_vertical {
  border: 1px solid #6c10b9;
  padding: 0 10px;
  border-radius: 10px;
}
.top-confirm-package {
  background-repeat: no-repeat;
  min-height: 370px;
  display: flex;
  align-items: end;
  background-position: center;
  padding-bottom: 50px;
}
.top-confirm-package h2 {
  font-size: 54px;
  color: #fff;
  line-height: 60px;
}

.reg_form .form-submit-line {
  max-width: 304px;
}

.selection_summary h3 {
  text-align: left;
}

.booking_bottom_box_left {
  width: 75%;
  float: left;
  padding: 0px;
  margin: 0px;
}

.booking_bottom_box_left p {
  line-height: 23px;
}

.booking_bottom_box_right {
  width: 24%;
  float: left;
  padding: 0px;
  margin: 0px;
}

#Listing_table {
  line-height: 30px;
}

#Listing_table h4 {
  text-decoration: underline;
}

.selection_summary .reg_form {
  margin-top: 10px;
}

.thanks-faq-btn-box {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.mCustomScrollbar {
  margin-bottom: 20px;
}

.thanks-faq-btn-box .btn {
  background: var(--primary-btn_bg-color);
  color: var(--primary-btn_text-color);
  font-weight: bold;
  border-radius: 30px;
  padding: 5px 20px;
}

.confirm_terms_link {
  float: left;
  padding-top: 20px;
  padding-bottom: 10px;
}

.confirm_terms_link a {
  color: #fff;
  text-decoration: underline;
}
.accredation-icon {
  list-style: none;
  padding: 0px;
  margin: 20px 0 23px;
  display: inline-block;
  width: 100%;
}
.accredation-icon img {
  width: 70%;
}

/* -------------06-10-23 SSS-------------- */

.horizontal_tiles {
  margin-bottom: -30px;
  display: inline-block;
  background: var(--primary-background-color);
}
.horizontal_tiles .clinic-based-wrapper-inr {
}
.horizontal_tiles .healtWrap {
  background: #fff;
  text-align: left;
  padding: 25px;
  border-radius: 30px;
  margin-bottom: 30px;
}
.horizontal_tiles .healtWrap h2 {
  color: #6914bc;
  font-size: 25px;
  font-weight: normal;
}

.horizontal_tiles .healtWrap h2 b {
}
.horizontal_tiles .healtWrap h4 {
  color: #6914bc;
  font-size: 15px;
}
.horizontal_tiles .healtWrap p {
  color: #000000;
  font-size: 14px;
  margin-top: 20px;
}
.horizontal_tiles .healtWrap .iconsList {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.horizontal_tiles .healtWrap .iconsList .box {
  position: relative;
  width: 33%;
  margin-top: 16px;
}
.horizontal_tiles .healtWrap.blueColour .iconsList .box:nth-child(2) p {
  max-width: 116px;
}
.horizontal_tiles .healtWrap .iconsList .box .icons {
  position: absolute;
  max-width: 41px;
  top: 0;
}
.horizontal_tiles .healtWrap .iconsList .box .icons img {
  width: 100%;
}
.horizontal_tiles .healtWrap .iconsList .box .textWrap {
  padding-left: 49px;
}
.horizontal_tiles .healtWrap .iconsList .box .textWrap p {
  font-size: 13px;
  margin: 0;
  line-height: 16px;
}
.horizontal_tiles .healtWrap .saveBox {
  background: var(--primary-btn_bg-color);
  padding-bottom: 15px;
  border-radius: 30px;
  margin-top: 40px;
}
.horizontal_tiles .healtWrap .saveBox h2 {
  background: #fff;
  text-align: center;
  border-radius: 1000px;
  padding: 30px 0 0 0;
  margin: 10px -3px 0 -3px;
  position: relative;
  top: -28px;
  width: 198px;
  height: 96px;
  clip-path: ellipse(46% 40% at 48% 54%);
}
.horizontal_tiles .healtWrap .saveBox ul {
  margin-top: -17px;
}
.horizontal_tiles .healtWrap .saveBox ul li {
  font-size: 13px;
  margin-bottom: 6px;
}
.horizontal_tiles .healtWrap .saveBox a {
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  width: auto;
  display: flex;
  margin: 0px 10px;
  justify-content: center;
  padding: 11px 0;
  border-radius: 100px;
  color: #000;
}

.horizontal_tiles .healtWrap.blueColour h2 {
  color: var(--primary-btn_bg-color);
}
.horizontal_tiles .healtWrap.blueColour h4 {
  color: var(--primary-btn_bg-color);
}
.horizontal_tiles .healtWrap.blueColour .saveBox {
  background: var(--primary-btn_bg-color);
}
.horizontal_tiles .healtWrap.blueColour .saveBox h2 {
  font-weight: bold;
  font-size: 22px;
}

.horizontal_tiles .healtWrap.purpalColour .saveBox h2 {
  font-weight: bold;
  font-size: 22px;
}

.horizontal_5_tiles {
  background: none;
}
.horizontal_5_tiles h4 {
  font-size: 32px;
  margin-bottom: 31px;
}
.horizontal_tiles .reference-top-title {
  align-items: center;
  height: 100%;
}
.horizontal_5_tiles .assessment-sec-inr {
  display: inline-block;
  width: 100%;
}
.horizontal_5_tiles .assessment-sec-inr .assessment-icon-card b {
  border: 1px solid var(--primary-btn_text-color);
  width: 50px;
  height: 49px;
  border-radius: 30px;
  float: left;
  clear: both;
  line-height: 46px;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--primary-btn_text-color);
}
.horizontal_5_tiles .assessment-sec-inr .assessment-icon-card p {
  clear: both;
  text-align: center;
  color: var(--primary-btn_text-color);
}

.horizontal_5_tiles .assessment-sec-inr .assessment-icon-card b {
  float: none;
  display: inline-block;
}

.horizontal_tiles .healtWrap {
  box-shadow: 5px 10px 15px #0000007a;
}
.purpalColour,
.blueColour {
  cursor: pointer;
}
.reference-top-title h3 {
  line-height: 2.5rem;
  padding: 10px 0px;
}

/* addded  after 30 sept------------ */

.package_detail_video {
  width: 100%;
  float: left;
}

.video_layer {
  float: left !important;
  background-repeat: no-repeat !important;
  background-size: 260px 175px !important;
  cursor: pointer;
}

.img-container img {
  margin: 0 auto;
  float: left;
}
.l-text-description {
  width: 100%;
}
#videoModal video {
  width: 565px;
  height: 356px;
}
#videoModal .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 1;
  position: absolute;
  right: -5px;
  top: -6px;
  width: 30px;
}

#videoModal button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

#videoModal .modal-content {
  width: 600px;
}

.rate-panel-section .oura .bnt-panel {
  max-width: 150px;
}

.helth-listing-details-inr .rate_panel_box.oura {
  width: 83%;
  margin: auto;
}

.oura .rate-panel-blue {
  gap: 0px;
  padding: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.oura .rate-panel-blue .rate-panel-inr {
  padding: 10px;
}

.rate-panel-section .oura .rate-panel-inr:first-child {
  padding: 0px;
}
.rate-panel-inr img {
  max-height: 108px;
}

#sizeChartModal .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 1;
  position: absolute;
  right: -5px;
  top: -6px;
  width: 30px;
}

#sizeChartModal button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.openlink {
  cursor: pointer;
}
.r-text-description .rate-count {
  font-weight: 500;
}

/*---------package-detail.php slider---------------------------*/

.leftGallery {
  width: 320px;
}
#imagegallery {
  margin-bottom: 0px;
}
.flexslider {
  margin-bottom: 0px !important;
}

.gallery-thumb {
  margin-bottom: 0px;
}

.gallery-thumb img {
  height: 60px !important;
}

/*update css 10-10-24 start*/
.flex-direction-nav a:before {
  font-size: 30px !important ;
}
.helth-listing-details .rightbox {
  background: #f2f2f2;
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
}
.helth-listing-details .rightbox .package_detail_video {
  margin-bottom: 30px;
  float: none;
}
.helth-listing-details .rightbox .key-features-sec {
  width: 100%;
  padding: 0px;
  padding: 0px;
}

.partici-gird {
}
.partici-gird .clinic-details {
  background: #f1f0f0;
  padding: 10px;
  border-radius: 27px;
  margin-bottom: 30px;
  position: relative;
}
.partici-gird .clinic-details .clinic-image {
  height: 160px;
  background-position: center center;
  background-size: 100%;
}
.partici-gird .clinic-details .clinic-listing {
  margin-top: 25px;
}

.partici-gird .clinic-details .clinic-listing h4 {
  font-size: 17px;
  font-weight: 600;
  color: var(--intense-orange-bg-color);
  min-height: 40px;
}
.partici-gird .clinic-details .clinic-listing .clinic-text-description-inr {
}
.partici-gird
  .clinic-details
  .clinic-listing
  .clinic-text-description-inr
  .r-text-description {
  margin-top: 15px;
}
.partici-gird
  .clinic-details
  .clinic-listing
  .clinic-text-description-inr
  .r-text-description
  p {
  display: flex;
}
.partici-gird
  .clinic-details
  .clinic-listing
  .clinic-text-description-inr
  .l-text-description {
  gap: 5px;
}
.partici-gird
  .clinic-details
  .clinic-listing
  .clinic-text-description-inr
  .info-pans-wrap {
  gap: 5px;
  align-items: center;
  margin-bottom: 0;
}
.partici-gird
  .clinic-details
  .clinic-listing
  .clinic-text-description-inr
  .info-pans-wrap
  img {
  max-width: 31px;
}

.partici-gird .clinic-details .lastNew {
  background: #fff;
  padding: 20px;
}
.partici-gird .clinic-details .lastNew h4 {
  color: var(--intense-orange-bg-color);
}
.partici-gird .clinic-details .lastNew .rate-panel {
  width: 100%;
}
.partici-gird .clinic-details .lastNew .rate-panel-inr {
  max-width: 100%;
  margin-bottom: 21px;
  width: 100%;
}
.partici-gird .clinic-details .lastNew .rate-panel-inr p {
  font-weight: normal;
}
.partici-gird .clinic-details .lastNew .rate-panel-inr p .left_span {
  width: 105px;
  font-weight: 500;
}
.partici-gird .clinic-details .lastNew .rate-panel-inr p .direct_rate {
  text-decoration: line-through;
}
.partici-gird .clinic-details .lastNew .rate-panel-inr p .our_rate {
  font-weight: bold;
  margin-right: 10px;
}
.partici-gird .clinic-details .lastNew .rate-panel-inr p .you_save {
  color: green;
  font-weight: bold;
}
.partici-gird .clinic-details .lastNew .rate-panel-inr p .monthly_rate {
  font-weight: bold;
}

/*update css 10-10-24 end*/

.service_saving_section {
  padding: 40px 0;
}

.service_saving_section span {
  font-size: 1.8rem;
  color: var(--intense-orange-bg-color);
}

.service_saving_section p {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: #28303d;
  line-height: 1.8rem;
  padding-top: 10px;
}

.faq_btn_box .btn {
  background: #fff;
  color: #3b9cdb;
  border-radius: 100px;
  padding: 14px 0px;
  min-width: 180px;
}

.tile_icon_box {
  min-height: 120px;
}
.text-description a {
  text-decoration: underline;
  font-weight: inherit;
}

.login_captch_code {
  width: 100%;
  float: left;
  margin-top: 0px;
  margin-bottom: 0px;
}

.login_captch_code label {
  font-size: 14px;
}

.login_captch_code #captcha_code {
  border-radius: 0;
  border: 1px solid #93939345;
  color: #84878d;
  height: 50px;
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-form-control-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.postcode-citytown-focus {
  background: #f1f3f5;
}

.btn-blue-disabled {
  opacity: 0.5;
  caret-color: transparent;
}

/*------------new search page------starts-------*/

.postWrap {
  background: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 25px;
  width: calc(100% - 20px);
  margin: auto;
}
.postWrap h2 {
  color: var(--headline-color);
  font-size: 31px;
  font-weight: 600;
}
.postWrap p {
  font-weight: 600;
}
.postWrap .formPost {
  max-width: 700px;
  margin: auto;
  position: relative;
}
.postWrap .formPost form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 30px;
  justify-content: space-between;
}
.postWrap .formPost form .control {
  text-align: left;
  width: 48%;
  position: relative;
}
.postWrap .formPost form .actionBtn {
  width: 100%;
  margin-top: 30px;
}

.postWrap .formPost form .actionBtn .btn-blue {
  caret-color: transparent;
  display: flex;
  border: none;
  font-size: 15px;
  border-radius: 30px;
  margin: 0 auto;
  align-items: center;
  gap: 10px;
  background: var(--primary-btn_bg-color);
  color: var(--primary-btn_text-color);
  max-width: 303px;
  width: 100%;
  height: 50px;
  justify-content: center;
  font-size: 24px;
}

.postWrap .formPost form .actionBtn .btn-blue:hover {
  background: var(--primary-hover);
  color: var(--primary-btn_text-color);
}

.postWrap .formPost form .control input {
  width: 100%;
  padding: 10px 20px;
  border-radius: 100px;
  border: solid 1px;
  padding-right: 35px;
}
.postWrap .formPost form .control label {
  margin-bottom: 9px;
  padding-left: 13px;
}

.postWrap .formPost form .control .close {
  position: absolute;
  right: 9px;
  top: 44px;
  cursor: pointer;
  display: none;
  caret-color: transparent;
}

.postWrap .formPost form .control .close:after {
  content: "\d7";
  border: solid 1px;
  width: 24px;
  height: 24px;
  display: inline-block;
  font-size: 22px;
  text-align: center;
  border-radius: 15px;
  line-height: 24px;
}

.postWrap .formPost form .control-city-town .close {
  position: absolute;
  right: 9px;
  bottom: 8px;
  cursor: pointer;
  display: none;
  caret-color: transparent;
}
.postWrap .formPost form .control-city-town .close:after {
  content: "\d7";
  border: solid 1px;
  width: 24px;
  height: 24px;
  display: inline-block;
  font-size: 22px;
  text-align: center;
  border-radius: 15px;
  line-height: 24px;
}
/*------------new search page------ends-------*/

/*------------new listing page------starts-------*/

.clinic-health-listing {
  background: var(--primary-background-color);
}

.clinic-health-listing .postWraplisting {
  background: #fff;
  border-radius: 8px;
  text-align: left;
  padding: 0px;
  width: 100%;
  padding: 32px 56px;
  padding-bottom: 48px;
}
.clinic-health-listing .postWraplisting h2 {
  color: var(--headline-color);
  font-size: 20px;
  font-weight: 600;
}
.clinic-health-listing .postWraplisting p {
  color: #000;
}
.clinic-health-listing .postWraplisting .formPost {
  max-width: 100%;
  margin: auto;
}
.clinic-health-listing .postWraplisting .formPost form {
  display: flex;
  justify-content: center; /* flex-wrap: wrap; */
  padding-top: 30px;
  justify-content: space-between;
  column-gap: 30px;
}
.clinic-health-listing .postWraplisting .formPost form .control {
  text-align: left;
  width: 33.333%;
  position: relative;
}
.clinic-health-listing .postWraplisting .formPost form .actionBtn {
  width: 33.333%;
  margin-top: 24px;
}
.clinic-health-listing .postWraplisting .formPost form .actionBtn .btn-blue {
  display: flex;
  font-size: 15px;
  border-radius: 30px;
  margin: 0 auto;
  align-items: center;
  gap: 10px;
  background: var(--primary-btn_bg-color);
  color: var(--primary-btn_text-color);
  max-width: 303px;
  width: 100%;
  height: 50px;
  justify-content: center;
  font-size: 24px;
  caret-color: transparent;
}
.clinic-health-listing
  .postWraplisting
  .formPost
  form
  .actionBtn
  .btn-blue:hover {
  background: var(--primary-hover);
  color: var(--primary-btn_text-color);
}

.clinic-health-listing .postWraplisting .formPost form .control input {
  width: 100%;
  padding: 10px 34px 10px 20px;
  border-radius: 100px;
  border: solid 1px;
}
.clinic-health-listing .postWraplisting .formPost form .control label {
  margin-bottom: 4px;
  padding-left: 12px;
}

.clinic-health-listing .postWraplisting .formPost form .control .close {
  position: absolute;
  right: 9px;
  bottom: 8px;
  cursor: pointer;
}
.clinic-health-listing .postWraplisting .formPost form .control .close:after {
  content: "\d7";
  border: solid 1px;
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 22px;
  text-align: center;
  border-radius: 100px;
  line-height: 29px;
}

.postWraplisting .health-assessment {
  margin-top: 37px;
}

.postWraplisting .health-assessment h2 {
  color: var(--headline-color);
  margin-bottom: 0;
}
.postWraplisting .health-assessment h2 + p {
  color: #000000;
  font-weight: 600;
}
.postWraplisting .health-assessment .assessment-block {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.postWraplisting .health-assessment .assessment-block .assessment-cards {
}
.postWraplisting .health-assessment .assessment-block .assessment-cards .cards {
  padding: 20px;
  border: solid 1px #d1d5d7;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0px 45px 13px 0px #01449600;
  display: flex;
  flex-direction: column;
  position: relative;
}

.assessment-block .assessment-cards span.location {
  display: block;
  text-align: right;
  font-size: 12px;
  line-height: 16px;
  color: #3f4652;
  letter-spacing: 0.5px;
}

.assessment-block .assessment-cards span.location {
  display: block;
  text-align: right;
  font-size: 13px;
  color: #4b525d;
  letter-spacing: 0.2px;
}
.assessment-cards .logo-price {
  display: flex;
  margin-top: 32px;
  align-items: center;
  gap: 32px;
}

.assessment-cards .logo-price .logo-left {
  width: 59%;
  height: 65px;
}
.assessment-cards .logo-price .logo-left img {
  height: 100%;
  width: auto;
  margin: auto;
  object-fit: contain;
}

.assessment-cards .logo-price .price-right {
  text-align: right;
  width: 41%;
}

.assessment-cards .logo-price .price-right span label {
  font-size: 12px;
  line-height: 16px;
  color: #3f4652;
  letter-spacing: 0.5px;
  display: block;
  font-weight: 400;
}

.assessment-cards .logo-price .price-right span {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #30363f;
}

.assessment-block .assessment-cards .card-ass-content h3 {
  margin: 0px;
  line-height: 24px;
  font-size: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  color: #30363f;
}

.assessment-block .assessment-cards .card-ass-content {
  margin-top: 23px;
}

.assessment-block .assessment-cards .card-ass-content p {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  max-height: 528px;
  overflow: hidden;
}

.assessment-block .assessment-cards .card-ass-content a.showmore {
  color: var(--primary-btn_bg-color);
  letter-spacing: 0.5px;
  line-height: 1.25;
  display: flex;
  align-items: center;
  gap: 10px;
}
.assessment-block .assessment-cards .card-ass-content a.showmore::after {
  border: solid var(--primary-btn_bg-color);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-top: -3px;
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.assessment-block .assessment-cards .action-btn {
  text-align: right;
  padding-top: 40px;
  margin-top: auto;
}

.assessment-block .assessment-cards .action-btn .btn {
  background: var(--primary-btn_bg-color);
  color: var(--primary-btn_text-color);
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 30px;
  padding: 15px 28px;
  font-size: 14px;
  line-height: 16px;
  border: 2px solid transparent;
}
.assessment-block .assessment-cards .action-btn .btn:hover {
  background: var(--primary-hover);
  color: var(--primary-btn_text-color);
}

.clinic-health-listing .postWraplisting .formPost form .control .close {
  position: absolute;
  right: 9px;
  bottom: 9px;
  cursor: pointer;
}

.clinic-health-listing .postWraplisting .formPost form .control .close:after {
  content: "\d7";
  border: solid 2px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  font-size: 19px;
  text-align: center;
  border-radius: 100px;
  line-height: 19px;
  align-items: center;
  justify-content: center;
}

.listing-group-desc {
}

.providerMoreContent {
  display: none;
}

.providerShowHide {
  cursor: pointer;
}

.assessment-block .assessment-cards .card-ass-content a.showless {
  color: var(--primary-btn_bg-color);
  letter-spacing: 0.5px;
  line-height: 1.25;
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 84px;
}

.assessment-block .assessment-cards .card-ass-content a.showless::after {
  border: solid var(--primary-btn_bg-color);
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 2px 0 0 2px;
  display: inline-block;
  padding: 3px;
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.showHideInvisivle {
  visibility: hidden;
}

.load-provider-assessments {
  cursor: pointer;
}

.provider_assessment_list {
  margin-top: 48px;
}
.assessmentHeader h1 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: var(--intense-orange-bg-color);
  margin-bottom: 0;
  padding-top: 10px;
}
.assessmentHeader p.subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600 !important;
  margin-bottom: 32px;
}
.provider_assessment_list .assessment-card {
  background-color: #f1f3f5;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: none;
}
.assessment-header .assessment-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #1371b9 !important;
  margin-bottom: 16px !important;
}
.assessment-header .assessment-description {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400 !important;
  max-width: 90%;
}

.provider_assessment_list .location-dropdown {
  background-color: var(--primary-btn_bg-color);
  color: var(--primary-btn_text-color);
  border-radius: 50px;
  padding: 12px 28px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 712px;
  position: relative;
}
.provider_assessment_list .location-dropdown:hover {
  background: var(--primary-hover);
  color: var(--primary-btn_text-color);
}
.provider_assessment_list .location-dropdown .dropList {
  position: absolute;
  top: 100%;
  background: #fff;
  width: auto;
  left: 25px;
  right: 25px;
  padding: 0px 0 0px 0;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.75);
  z-index: 1;
}
.provider_assessment_list
  .location-dropdown
  .dropList
  .provider-other-locations-inner {
  max-height: 310px;
  overflow-y: auto;
}
.provider_assessment_list .location-dropdown .dropList .boxrow {
  position: relative;
  padding: 10px 88px 10px 18px;
}
.provider_assessment_list .location-dropdown .dropList .boxrow:hover {
  background: #f1f3f5;
  cursor: pointer;
}
.provider_assessment_list .location-dropdown .dropList .boxrow h5 {
  color: #30363f;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
}

.provider_assessment_list .location-dropdown .dropList .boxrow .mil {
  color: #30363f;
  font-size: 14px;
  position: absolute;
  right: 24px;
  transition: 0.5s ease-in-out;
  top: 20px;
  font-weight: normal;
}
.provider_assessment_list .location-dropdown .dropList .boxrow:hover .mil {
  font-weight: 500;
  transition: 0.5s ease-in-out;
}

.provider_assessment_list .location-dropdown .dropList .boxrow p {
  font-size: 14px;
  color: #30363f;
  font-weight: normal;
}

.provider_assessment_list .location-dropdown .dropList .actionBtn {
  text-align: center;
  border-top: solid 1px #d1d5d7;
  margin-top: 21px;
  padding: 15px 0;
  background: #fff;
}

.provider_assessment_list .location-dropdown .dropList .actionBtn:hover {
  background: #ebf6ff;
}
.provider_assessment_list .location-dropdown .dropList .actionBtn a {
  color: var(--primary-btn_bg-color);
  font-size: 16px;
  font-weight: 600;
}
.provider_assessment_list .location-dropdown .dropList .actionBtn a:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--primary-btn_bg-color);
  border-left: 2px solid var(--primary-btn_bg-color);
  display: inline-block;
  rotate: -133deg;
  position: relative;
  right: 7px;
  top: -3px;
}

.location-dropdown .location-details {
  overflow: hidden;
  flex-grow: 1;
}
.location-dropdown .location-name {
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.location-dropdown .location-details .location-address {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.location-dropdown .distance {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  margin-right: 8px;
  min-width: 50px;
}
.provider_assessment_list .dropdown-icon {
  width: 25px;
  cursor: pointer;
  caret-color: transparent;
}
.provider_assessment_list .dropdown-icon::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  display: inline-block;
  rotate: -133deg;
  position: relative;
  right: 0;
  top: -3px;
}
.provider_assessment_list .dropdown-icon.open {
}

.provider_assessment_list .actions {
  display: flex;
  margin: 24px 0;
  padding-bottom: 0;
  border: 0;
}
.provider_assessment_list .actions .action-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
  text-decoration: none;
  color: var(--interactive-text-color);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.provider_assessment_list .actions .action-btn:hover {
  color: var(--primary-hover);
}
.provider_assessment_list .actions .action-btn:hover img {
  filter: brightness(110%);
}
.provider_assessment_list .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.provider_assessment_list .assessment-card {
  background-color: #f1f3f5;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: none;
}
.provider_assessment_list .assessment-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.assessment-header .assessment-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: var(--intense-orange-bg-color) !important;
  margin-bottom: 16px !important;
}
.assessment-header .pricing {
  text-align: right;
  color: #000;
  min-width: 210px;
}
.assessment-header .pricing .original-price {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-decoration: line-through;
  position: relative;
  display: inline-block;
}
/* .assessment-header .pricing .original-price::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #000000;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
} */
.assessment-header .pricing .current-price {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
}
.assessment-header .pricing .current-price small {
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
}

.assessment-header .assessment-description {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400 !important;
  max-width: 90%;
}
.provider_assessment_list .assessment-card .assessment-details {
  display: flex;
  justify-content: space-between;
  margin: 32px 0 0;
  font-size: 12px;
  line-height: 16px;
}
.assessment-details-right {
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  max-width: 650px;
}
.provider_assessment_list .assessment-card .assessment-details .detail-column {
  flex: 1;
  padding-left: 48px;
  text-align: left;
}
.detail-column.Assessment {
  background-image: url("../images/ClockIcon.svg");
  background-position: left;
  background-repeat: no-repeat;
}
.detail-column.Testing {
  background-image: url("../images/ClipboardIcon.svg");
  background-position: left;
  background-repeat: no-repeat;
}
.detail-column.Practitioner {
  background-image: url("../images/StethoscopeIcon.svg");
  background-position: left;
  background-repeat: no-repeat;
}
.provider_assessment_list .assessment-card .assessment-details .detail-label {
  color: #000;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
}
.provider_assessment_list .assessment-card .assessment-details .detail-value {
  font-weight: 400;
  font-size: 14px;
}
.assessment-details-action .find-out-more {
  background: var(--primary-btn_bg-color);
  color: var(--primary-btn_text-color);
  border: none;
  border-radius: 50px;
  padding: 16px 24px;
  font-weight: bold;
  cursor: pointer;
  border: 2px solid transparent;
  float: none;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.assessment-details-action .find-out-more:hover {
  background: var(--primary-hover);
  color: var(--primary-btn_text-color);
}

.provider-other-locations {
  display: none;
}

.load-provider-locations-page {
  cursor: pointer;
}

.width-100-center {
  width: 100%;
  text-align: center;
  padding: 10px;
}

.scrolllocatondiv span {
  color: #000;
}

.topMainLogo img {
  max-width: 230px;
  max-height: 105px;
}

.iframe-placeholder {
  background: url("/images/hf_loading.gif") 50% 100px no-repeat;
}

.print-page,
.view_map {
  cursor: pointer;
}

.home-logo {
  width: 100%;
  padding: 30px;
  padding-left: 30px;
  padding-left: 0px;
}

.home-logo img {
  width: 100%;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.btn-close {
  padding: 5px !important;
  caret-color: transparent;
  margin-right: -1px !important;
  margin-top: 0px !important;
  padding: 0px !important;
}

.modal-header {
  display: block;
  text-align: right;
  float: right;
  padding: 6px;
  border-bottom: 0px;
  caret-color: transparent;
  line-height: 24px;
  padding-top: 5px;
  padding-right: 9px;
}

.modal-body {
  padding-top: 0px;
}

.modal-content {
  border: 3px solid #3b9cdb;
}

#content_frame {
  min-width: 760px;
}

#locationModel .modal-content {
  /*width:80%;*/
  background: #f7f7f7;
}

.control-postcode {
  position: relative;
}

.control-postcode #postcode-error {
  margin-top: 5px;
}

.no_results {
  width: 100%;
  text-align: center;
  font-weight: normal;
}
.no_results p {
  width: 100%;
  text-align: center;
  font-weight: normal !important;
}

.view-option-short li {
  color: #fff;
}

.btn.btn-lanrge {
  border-radius: 50px;
}

.btn.btn-lanrge:hover {
  background: var(--primary-hover);
  color: var(--primary-btn_text-color);
}

.footer-wrap ul {
  margin: 0px;
  padding: 0;
  list-style-type: none;
  font-size: 12px;
  color: var(--primary-btn_text-color);
  float: right;
}

.footer-wrap ul li {
  list-style: none;
  line-height: 22px;
  font-weight: 300;
}

.contactBgTile h1 {
  font-size: 16px;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
  font-weight: 700;
  font-family: "Poppins";
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  .provider_assessment_list .actions {
    visibility: hidden;
    padding: 0px;
    margin: 0px;
  }

  .navbar .container-fluid {
    padding-left: 0rem;
  }

  .navbar-brand img {
    width: 209px !important;
  }

  .assessment-header .pricing {
    width: 209px !important;
  }

  .assessment-header .pricing .original-price {
    font-size: 18px;
  }

  .assessment-header .pricing .current-price {
    font-size: 22px;
  }

  .assessment-header .pricing .original-price {
    text-decoration: line-through !important;
  }
}
/*------------new listing page------ends-------*/
.site-header.sticky-top {
  position: static;
}

small,
small {
  text-align: left;
  float: left;
}

/*for the live pricing page starts-- */
.inner-pages .livepricing-head {
  background: var(--primary-background-color);
  color: var(--primary-btn_text-color);
}

.livepricing-head .container h2 {
  color: var(--primary-btn_text-color);
}

.banner-content {
  background: #edeff1;
  text-align: center;
  width: 100%;
  padding: 40px 20px;
}
.Package-table .container {
  max-width: 1620px;
  margin: auto;
}
.Package-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.Package-table tr {
  text-align: left;
  background: #f1f0f0;
  border-bottom: 4px solid #ffffff;
}
.Package-table tr th {
  padding-right: 15px;
  padding: 30px 15px;
  color: var(--primary-btn_text-color);
  font-weight: 700 !important;
}
.Package-table tr td {
  padding: 38px 15px;
  color: #000 !important;
}

.Package-table tr.tablehead {
  background: var(--primary-background-color);
  color: var(--primary-btn_text-color);
}

.Package-table tr td.button button {
  display: flex;
  align-items: center;
  gap: 10px;
  border: unset;
  padding: 13px 20px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  background: var(--primary-btn_bg-color);
  color: var(--primary-btn_text-color);
}

.Package-table tr td.button button:hover {
  background: var(--primary-hover);
}

.Package-table .home-health h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  color: var(--primary-background-color);
}

.Package-table tr:first-child {
  border: unset;
}
.Package-table tr td:first-child img {
  background: #ffffff;
  border-radius: 10px;
  padding: 10px;
  width: auto;
  border: solid 1px #e6e6e6;
  max-width: 200px;
  max-height: 100px;
}
.home-health .pricing-scrolling tr td {
  padding: 16px 15px;
}
.Package-table .ass-description {
  padding: 20px 20px;
  background: #fff;
  border: solid 1px #e2e4e9;
  border-radius: 20px;
  padding: 20px 20px;
}
.ass-description p {
  padding-bottom: 20px;
}
.ass-description ul {
  list-style: none;
  padding: 0;
  padding-bottom: 10px;
}
.ass-description p strong {
  font-weight: normal;
}
.Package-table tr.Description td {
  background: #fff;
  width: 100%;
}

.pricing-scrolling {
  overflow-x: auto;
}
.home-health {
  padding: 30px 0 18px 0;
  /* border-bottom: solid 1px #ccc; */
}
.home-health .price-head {
  background: url(../images/plus.png) no-repeat right center;
  padding: 6px 0 5px 0px;
  cursor: pointer;
}
.home-health .price-head.icon-plus {
  background: url(../images/minus.png) no-repeat right center;
  padding: 6px 0 5px 0px;
}
.home-health .pricing-scrolling {
  display: none;
}
.home-health .pricing-scrolling.price-table-show {
  display: block;
}

.ass-description a {
  text-decoration: underline;
}

.f_logo {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 5px;
}
.f_logo .aboutus_inc {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
}
.f_logo .aboutus_inc .about-inc-logo {
  font-size: 12px;
  color: var(--primary-btn_text-color);
}
.f_logo .aboutus_inc img {
  max-width: 129px;
}
.f_logo .aboutus_iso {
  max-width: 100px;
}

/*for the live pricing page ends---*/

.disclaimer {
  font-size: 12px;
  padding-top: 20px;
}
.disclaimer a {
  color: var(--primary-btn_bg-color);
}

.main-content {
  min-height: 500px;
}
