@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@1,500&family=Inter:wght@400;500;600;700&family=Lato:wght@400;700&family=Montserrat:wght@400;500;600;700;800&family=Playfair+Display:wght@400;500;600;700;800&family=Poppins:wght@400;500;600&family=Quicksand:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@1,500&family=Inter:wght@400;500;600;700&family=Lato:wght@400;700&family=Montserrat:wght@400;500;600;700;800&family=Playfair+Display:wght@400;500;600;700;800&family=Poppins:wght@400;500;600;700&family=Quicksand:wght@400;500;600;700&display=swap');

/* font-family: 'Roboto', sans-serif; */
/*************************
      General Style
**************************/
* {
  font-family: 'Poppins', sans-serif;
}
body {
  font-family: 'Poppins', sans-serif;
  font-family: 'Inter', sans-serif;
  background-color: #fff;
  overflow-x: hidden;
  margin: 0;
  /*font-family: 'Font Awesome 5 Pro';*/
}

p {
  font-size: 14px;
  margin: 0;
  word-break: break-word;
  font-weight: 400;
  color: #1d1d1d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: inherit;
  font-weight: inherit;
  word-break: break-word;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 12px;
}

span,
a {
  display: inline-block;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

button:focus,
select:focus,
input:focus,
textarea:focus {
  outline: none;
}

.select2-selection.select2-selection--single {
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  padding: 5px 0px;
  -webkit-appearance: none;
  width: 100%;
}

input {
  width: 100%;
  border: none;
  /* border-radius: 5px; */
  border-radius: 0px;
  outline: none;
}

label {
  color: rgb(152, 152, 152);
  font-weight: 400;
  font-size: 14px;
  display: block;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: 1230px;
}

section.top-mail-sec {
  background: #e5bc93;
  text-align: center;
  padding: 10px 0;
}

section.top-mail-sec a {
  color: #323548;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: 0.5s ease;
  margin-top: 44px;
  padding: 10px 0;
}

header.login-header {
  margin-top: 0;
}

header.fixed {
  background: #fff;
  margin-top: 0px;
  box-shadow: 0 0 15px -2px rgb(0 0 0 / 20%);
}

.home {
  min-height: 811px;
}

.banner-style {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
}

.banner-text {
  z-index: 1;
  position: relative;
}

.menu {
  display: flex;
  justify-content: end;
  align-items: center;
}

.menu ul {
  display: flex;
  align-items: center;
}

.menu li {
  display: inline-block;
  margin-right: 12px;
}

.menu > ul > li.active > a {
  color: #ffb353;
}

.sub-menu > ul > li.active > a {
  color: #ffb353;
}

.menu li span {
  padding-left: 10px;
}

.menu ul li a:hover {
  color: #ffb353;
}

.menu ul li a:hover::after,
.menu > ul > li.active > a::after {
  width: 100%;
  transition: width 0.3s;
}

.menu ul li a::after {
  content: '';
  display: block;
  width: 0;
  height: 5px;
  background: #ffb353;
  transition: width 0.3s;
  /* border-radius: 100%; */
  position: relative;
  top: 10px;
}

.menu-item-has-children {
  position: relative;
  padding-right: 10px;
  cursor: pointer;
}

.menu-item-has-children::before,
.menu-tab-setting-item-has-children::before {
  content: ' ';
  position: absolute;
  border: 1px solid;
  height: 8px;
  width: 8px;
  border-width: 0px 2px 2px 0;
  transform: rotate(45deg);
  transition: 0.3s ease;
  right: 0px;
  bottom: 0;
  top: -5px;
  margin: auto;
}
.menu-tab-setting-item-has-children::before {
  right: -10px;
}
.menu-setting-item-has-children::before{
  display: none;
}

.menu li a {
  /* color: #000; */
  position: relative;
  transition: 0.3s ease;
  z-index: 2;
  padding: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  text-transform: capitalize;
}
.menu-item-has-children:hover,
.menu-item-has-children:hover::before,
.menu-item-has-children.active::before,
.menu-tab-setting-item-has-children:hover::before,
.menu-item-has-children:has(ul > li > a:hover) {
  color: #ffb353;
}
.has-children:hover ul {
  opacity: 1;
  visibility: visible;
}

.menu-item-has-children > ul {
  position: absolute;
  top: 100%;
  background: #385dc5;
  width: 300px;
  left: 0;
  z-index: 100;
  /*   opacity: 0;
  visibility: hidden; */
  transition: 0.3s ease all;
  box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.2);
  display: none;
}
.menu-setting-item-has-children > ul,
.menu-item-has-children.is-setting > ul{
  left: unset;
  right: 0;
  width: 200px;
}

.menu-item-has-children > ul > li {
  margin-right: 0;
  display: block;
}

.menu-item-has-children > ul > li.active > a {
  color: #ffb353;
}

.menu-item-has-children > ul > li a {
  padding: 15px 25px;
  display: block;
  color: #385dc5;
  background: #fff;
  border-bottom: 1px solid #819ae069;
  font-weight: 500;
  transition: 0.3s ease;
}

.menu-item-has-children > ul > li a::before {
  display: none;
}

.menu-item-has-children > ul > li:last-child a {
  border: none;
}

.menu-item-has-children > ul > li a:hover {
  background: #385dc5;
  color: #fff;
}

.phone-no {
  padding-bottom: 5px;
}

.phone-no a {
  font-size: 14px;
  padding: 15px 20px;
}

.home-banner-text h2 {
  color: #000;
  font-size: 52px;
  line-height: 72px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  position: relative;
}

.home-banner-text h2 span {
  color: #5a4e97;
  display: block;
  position: relative;
}

.home-banner-text h2 span::before {
  content: ' ';
  position: absolute;
  background-image: url('/assets/images/blue-line.png');
  height: 100%;
  width: 100%;
  bottom: -70px;
  left: 0;
  margin: auto;
  background-repeat: no-repeat;
}

.yellow-btn {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #000000;
  background: #ffb353;
  border: 1px solid #ffb353;
  border-radius: 50px;
  padding: 22px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
}

.home-banner-btn {
  margin-top: 53px;
  display: flex;
  align-items: center;
}

a.white-btn {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  display: flex;
  background: #fff;
  padding: 22px 40px;
  border-radius: 30px;
  color: #000;
  max-width: max-content;
}

a.white-btn:hover {
  background: #ffb353;
}

a.white-btn img {
  padding-left: 10px;
}

.phone-no img {
  padding-right: 5px;
}

.home-banner-btn > a {
  margin-right: 23px;
}

section.banner-overlap-sec {
  margin-top: -150px;
}

.insurance-accetp-flex {
  background: #ffffff;
  box-shadow: 0px 5px 54px -6px rgba(209, 208, 214, 0.76);
  border-radius: 8px;
  padding: 50px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.insurance-box {
  display: flex;
  align-items: flex-start;
}

.insurance-accept-img {
  padding-right: 17px;
}

.insurance-accept-text h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 14.4px;
  line-height: 23px;
  color: #12141d;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.insurance-accept-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #484654;
  max-width: 275px;
}

.insurance-accept-text a {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.8px;
  text-transform: capitalize;
  color: #514494;
  display: flex;
  align-items: center;
  margin-top: 12px;
  width: fit-content;
}
.insurance-accept-text a:hover{
  color: #212529;
}

.insurance-accept-text a img {
  padding-left: 7px;
}

section.find-therapist-sec {
  padding: 120px 100px;
}

.find-therapist-text {
  max-width: 345px;
  margin: auto;
}

.find-therapist-text h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 27px;
  line-height: 140%;
  color: #323548;
  padding-bottom: 12px;
}

.find-therapist-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgb(72 70 84 / 80%);
  padding-bottom: 17px;
}

.thoughtfull-sec {
  background: #e5bc93;
  padding: 40px 0;
}

.thoughtfull-text-area h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #323548;
  padding-bottom: 10px;
}

.thoughtfull-text-area h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  color: #323548;
  padding-bottom: 10px;
}

.thoughtfull-text-area p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 17px;
  color: rgb(39 42 61 / 50%);
}

.thoughtfull-sec .container {
  padding-left: 120px;
  padding-right: 70px;
  width: 100%;
  max-width: 100%;
}

.come-as-sec {
  padding: 100px 0;
}

.find-therapist-img img {
  margin: auto;
}

.services-title h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 58px;
  text-align: center;
  color: #12141d;
  padding-bottom: 30px;
}

.services-flex-box a {
  display: flex;
  align-items: center;
  flex: 1;
}

.services-img {
  max-width: 200px;
  width: 100%;
  margin-right: 30px;
}

.services-img img {
  object-fit: cover;
  height: 140px;
  width: 188px;
}

.services-container {
  max-width: 990px;
  margin: auto;
}

.services-text-area h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  color: #323548;
  text-transform: capitalize;
}

.services-text-area p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: rgb(50 53 72 / 80%);
  max-width: 550px;
}

.services-text-area a {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #514494;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.services-text-area {
  display: block;
  width: 100%;
}

.services-flex-box {
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 26px;
  padding-bottom: 26px;
}

.services-text-area a img {
  padding-left: 5px;
}

.all-services {
  display: flex;
  justify-content: center;
  margin: 60px 0;
}

.testimonial-sec {
  background: #f1f5fe;
  padding: 65px 0;
}

.testimonial-title h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  color: #323548;
  text-align: center;
  padding-bottom: 20px;
}

.testimonial-title p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: rgb(50 53 72 / 60%);
  max-width: 983px;
  margin: auto;
}

.testimonial-title {
  position: relative;
}

.testimonial-title::before {
  content: ' ';
  position: absolute;
  background-image: url('/assets/images/blue-cross.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50px;
  width: 50px;
  bottom: 0;
  left: -30;
  z-index: 9;
}

.testi-wrap {
  position: relative;
  margin: 60px 0;
  min-height: 510px;
}

.client-single {
  margin-top: 20px;
  text-align: center;
  position: absolute;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  max-width: 384px;

  border-radius: 48px;
  padding: 15px 22px;
}

.client-single.active {
  background: #fff;
  background: #fbfbfb;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
  z-index: 99;
}

.client-single.active .client-imgg img {
  box-shadow: none;
}

.client-imgg img {
  margin: auto;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  object-fit: cover;
  cursor: pointer;
  background: #fbfbfb;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.07);
  padding: 10px;
}

.client-single.position-2 {
  left: 40%;
  top: 0px;
}

.client-single.position-3 {
  right: 0;
  top: 0px;
}

.client-single.position-4 {
  right: 17%;
  bottom: 55px;
}

.client-single.position-5 {
  bottom: -70px;
  right: 5%;
}

.client-single.position-7 {
  bottom: -20%;
  left: 11%;
}

.client-single.position-6 {
  left: 32%;
  top: 52%;
}

.client-detail h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #323548;
  padding: 11px 0 13px;
}

.client-detail p {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: rgb(50 53 72 / 80%);
}

.client-detail {
  display: none;
}

.client-single.active .client-detail {
  display: block;
}

.partners-logos ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 70px 0;
  margin-top: 24px;
}

.partners-logos ul li a img {
  filter: invert(0.5);
}

.partners-logos ul li a img:hover {
  filter: invert(0);
}

footer.ftr-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 54px 0 0;
}

.ftr-title-menu h2 {
  font-weight: 600;
  font-size: 14.4px;
  line-height: 25px;
  text-transform: uppercase;
  color: #12141d;
  padding-bottom: 19px;
}

.ftr-menu ul li a {
  font-weight: 400;
  font-size: 12.6px;
  line-height: 36px;
  color: rgb(18 20 29 / 80%);
  text-transform: capitalize;
}

.fifty-percent ul li {
  width: 50%;
}

.fifty-percent ul {
  display: flex;
  flex-wrap: wrap;
}

.frt-logo {
  display: flex;
  justify-content: flex-end;
  margin-right: 100px;
}

.ftr-textarea p {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: rgb(18 20 29 / 50%);
}

.ftr-bottom-links-flex {
  border-top: 1px solid rgb(0 0 0 / 20%);
  margin-top: 54px;
  padding: 13px 0 16px 0;
  display: flex;
  justify-content: space-between;
}

.privacy-links ul {
  display: flex;
}

.privacy-links ul li a {
  font-weight: 400;
  font-size: 12.6px;
  line-height: 23px;
  text-align: right;
  color: rgb(18 20 29 / 70%);
  padding-left: 15px;
}

.copywrite p {
  font-weight: 400;
  font-size: 12.6px;
  line-height: 23px;
  text-align: right;
  color: rgb(18 20 29 / 70%);
}

.other-banner {
  min-height: 430px;
  position: relative;
}

.other-banner::before {
  content: ' ';
  position: absolute;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0) 89.04%
  );
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.our-team-check-sec {
  padding: 94px 0 65px 0;
}

section.our-team-check-sec {
  padding: 94px 0 65px 0;
}

.our-team-check-title {
  max-width: 647px;
  margin: auto;
}

.our-team-check-title h2 {
  font-weight: 600;
  font-size: 27px;
  line-height: 37px;
  text-align: center;
  color: #323548;
  padding-bottom: 15px;
}

.our-team-check-title p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgb(72 70 84 / 60%);
}

.ourteamcheck-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0;
  padding-bottom: 0;
  position: relative;
  margin-bottom: 30px;
}

.ourteamcheck-flex::after {
  content: '';
  background: white;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 1px;
}

.our-team-logos {
  max-width: 25%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  border-right: 1px solid #c6cfdd;
  border-bottom: 1px solid #c6cfdd;
  position: relative;
}

.our-team-logos:nth-child(4n) {
  border-right: none;
}

.our-team-logos:nth-child(13) {
  border-left: 1px solid #c6cfdd;
}

.our-team-logos::before {
  content: ' ';
  position: absolute;
  background: #fff;
  height: 15px;
  width: 10px;
  right: -5px;
  bottom: -7px;
  z-index: 9;
}

.banner-text h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  color: #323548;
  padding-top: 50px;
  padding-bottom: 20px;
  text-transform: capitalize;
}

.ourteam-bottom-text h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #484654;
  max-width: 688px;
  margin: auto;
}

.ourteam-bottom-text {
  text-align: center;
}

.ourteam-bottom-text h4 a {
  color: #514494;
  font-weight: 600;
}

.your-mental-health-sec {
  background: #e5bc93;
  padding: 63px 0;
}

.yourmental-health h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  color: #323548;
  padding-bottom: 14px;
}

.yourmental-health h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #323548;
  padding-bottom: 12px;
}

.yourmental-health p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: rgb(39 42 61 / 50%);
}

.yourmental-health-flex {
  display: flex;
  margin: auto;
  justify-content: center;
  padding: 60px 0 0;
}

.yourmental-box h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #12141d;
  padding: 21px 0 9px;
}

.yourmental-box h2 span {
  display: block;
  text-align: center;
  padding: 9px 0;
}

.yourmental-box img {
  margin: auto;
  max-width: 34px;
}

.yourmental-box:last-child {
  border-right: none;
}

.yourmental-box {
  border-right: 1px solid #323548;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.insurance-plan-sec {
  padding: 100px 0;
}

.insurance-plan-title h2 {
  font-weight: 600;
  font-size: 27px;
  line-height: 37px;
  text-align: center;
  color: #323548;
  padding-bottom: 11px;
}

.insurance-plan-title p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #484654;
  max-width: 777px;
  margin: auto;
  padding-bottom: 70px;
}

.insuranceplan-img img {
  margin-left: auto;
}

.whatisppo-sec {
  max-width: 493px;
  padding-left: 33px;
}

.whatisppo-sec h2 {
  font-weight: 600;
  font-size: 27px;
  line-height: 140%;
  color: #323548;
  padding-bottom: 18px;
}

.whatisppo-sec p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgb(72 70 84 / 80%);
}

.insuranceplan-detail-sec {
  background: #f1f5fe;
  padding: 80px 0 160px;
}

.insuranceplan-main-row {
  max-width: 780px;
  margin: auto;
}

.insuranceplan-row-img img {
  margin-left: auto;
}

.whatis-hmo-title h2 {
  font-weight: 600;
  font-size: 27px;
  line-height: 37px;
  text-align: center;
  color: #323548;
  padding-bottom: 12px;
}

.whatis-hmo-title p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #484654;
  padding-bottom: 46px;
  max-width: 740px;
  margin: auto;
}

.ppoandhmo-flex {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}

.ppoandhmo-box {
  max-width: 485px;
  margin: 0 auto;
}

.ppoandhmo-content {
  padding: 35px 20px;
}

.ppoandhmo-content h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #484654;
  padding-bottom: 12px;
}

.ppoandhmo-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #484654;
  padding-bottom: 35px;
}

section.need-protection-sec {
  padding: 80px 0;
  background: rgba(241, 245, 254, 0.99);
}

.need-protection-text h2 {
  font-weight: 600;
  font-size: 37px;
  line-height: 52px;
  text-align: center;
  color: #323548;
  max-width: 638px;
  margin: auto;
  padding-bottom: 35px;
}

.need-protection-text a img {
  padding-right: 10px;
}

.need-protection-text a {
  margin: auto;
}

.yellow-btn:hover {
  background: #fff;
  color: #000;
}

.container-width {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1073px;
}

.healthcare-led-img img {
  max-width: 490px;
}

.healthcare-led-sec {
  padding: 100px 0;
}

.healthcare-led-cotent h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #323548;
  padding-bottom: 19px;
}

.healthcare-led-cotent p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: rgb(72 70 84 / 80%);
  padding-bottom: 30px;
}

.healthcare-led-bottomcontent p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: rgb(72 70 84 / 80%);
  max-width: 962px;
  margin: auto;
  padding-top: 70px;
}

section.industryandthoughtfull-sec {
  padding: 100px 0;
}

.industrythoughtfull-content h2 {
  font-weight: 600;
  font-size: 27px;
  line-height: 140%;
  color: #323548;
  max-width: 380px;
  padding-bottom: 16px;
}

.industrythoughtfull-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgb(50 53 72 / 70%);
  padding-bottom: 40px;
}

.industryand-thoughtfull-img img {
  max-width: 500px;
  margin-right: auto;
}

.industrythoughtfull-content {
  max-width: 494px;
  margin-left: auto;
}

.industryandthoughtfull-sec .row:nth-child(even) {
  flex-direction: row-reverse;
  padding-top: 100px;
}

.industryandthoughtfull-sec .row:nth-child(even) .industrythoughtfull-content {
  max-width: 494px;
  margin-left: 0;
  margin-right: auto;
}

section.blog-sec {
  padding: 100px 0;
}

section.blog-sec .row {
  border-bottom: 2px solid #cdcfd3;
  padding-bottom: 25px;
  margin-bottom: 20px;
}

.blog-images img {
  max-width: 359px;
}

.blog-flex a {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #cdcfd3;
  margin-bottom: 20px;
  padding-bottom: 25px;
}

.the-title {
  max-width: 580px;
  margin: auto;
}

.the-title {
  max-width: 580px;
  margin: auto;
}

.the-title h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 125%;
  color: #323548;
  padding-bottom: 14px;
}

.the-title p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgb(0 0 0 / 65%);
  padding-bottom: 14px;
}

.the-title h5 {
  display: flex;
  align-items: baseline;
  font-weight: 400;
  font-size: 17.8889px;
  line-height: 130%;
  color: #1b3059;
  border-bottom: 1px solid #1b3059;
  max-width: max-content;
  padding: 6px 0;
}

.the-title h5 img {
  padding-left: 5px;
}

.blog-detail-page {
  padding: 100px 0;
}

.blog-detail-width {
  max-width: 789px;
  margin: auto;
}

.blog-partner-flex {
  display: flex;
  align-items: center;
  padding-bottom: 31px;
}

.blog-partner-img img {
  max-width: 53px;
  border-radius: 50%;
  margin-right: 12px;
}

.blog-partner-name h2 {
  font-weight: 600;
  font-size: 14.6667px;
  line-height: 125%;
  color: #000000;
}

.blog-partner-name p {
  font-weight: 400;
  font-size: 12.2222px;
  line-height: 125%;
  color: #000000;
}

.blog-detail-textarea p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: rgb(0 0 0 / 70%);
}

.blog-detail-textarea h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: rgb(0 0 0 / 70%);
  margin-top: 30px;
}

.blog-detail-textarea {
  padding-bottom: 20px;
}

.blog-detail-imgg {
  width: 49%;
}

.blog-images-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 28px;
}

.blog-detail-share-on h2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #000000;
  padding-bottom: 19px;
}

.blog-detail-share-on ul {
  display: flex;
  justify-content: space-between;
  max-width: 220px;
}

.blog-detail-share-on ul li a img {
  filter: opacity(0.5);
}

.blog-detail-share-on ul li a img:hover {
  filter: opacity(1);
}

.careers-page-sec {
  padding: 100px 0;
}

.careers-page-width {
  max-width: 887px;
  margin: auto;
}

.careers-job-title h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  color: #323548;
  padding-bottom: 10px;
}

.careers-job-title h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: rgb(14 14 14 / 80%);
  padding-bottom: 18px;
}

.carrers-job-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: rgb(0 0 0 / 70%);
  padding-bottom: 30px;
}

.careers-requirements ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.careers-requirements ul li img {
  padding-right: 15px;
}

.careers-requirements ul li {
  display: flex;
  align-items: center;
}

a.read-more img {
  padding-left: 10px;
}

a.read-more {
  display: flex;
  align-items: baseline;
  font-weight: 400;
  font-size: 17.8889px;
  line-height: 130%;
  color: #1b3059;
  border-bottom: 1px solid #1b3059;
  max-width: max-content;
  padding: 6px 0;
}

.careers-post-box {
  border-bottom: 2px solid #cdcfd3;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.read-more:hover {
  color: #ffb353;
}

section.careers-detail-page {
  padding: 100px 0;
}

.careers-detail-page-width {
  max-width: 887px;
  margin: auto;
}

.careers-detail-contentt h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  color: #323548;
  padding-bottom: 20px;
}

.careers-detail-contentt p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: rgb(0 0 0 / 70%);
}

.careers-detail-contentt {
  margin-bottom: 60px;
}

section.careers-detail-page {
  padding: 100px 0;
}

.careers-detail-page-width {
  max-width: 887px;
  margin: auto;
}

.careers-detail-contentt h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  color: #323548;
  padding-bottom: 20px;
}

.careers-detail-contentt p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: rgb(0 0 0 / 70%);
}

.careers-detail-contentt {
  margin-bottom: 60px;
}

.careers-detail-contentt ul {
  max-width: 606px;
}

.careers-detail-contentt ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  color: #000000;
  padding-left: 20px;
  position: relative;
}

.careers-detail-contentt ul li::before {
  content: ' ';
  position: absolute;
  background: rgb(0 0 0 / 70%);
  top: 10px;
  margin: auto;
  left: 0;
  height: 7px;
  width: 7px;
  border-radius: 50%;
}

.career-detail-banner {
  min-height: 320px;
}

.careers-detail-btnn a {
  margin: auto;
}

section.location-page {
  padding: 83px 0;
}

.location-box h2 {
  font-weight: 500;
  font-size: 22.8241px;
  line-height: 34px;
  color: #050505;
  padding-bottom: 27px;
}

.location-box ul li a {
  display: flex;
  align-items: baseline;
  padding: 16px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1d1d1d;
  position: relative;
}

.location-box ul li a img {
  padding-right: 9px;
}

.location-box {
  padding: 20px 19px 30px 18px;
  background: #ffffff;
  border: 1px solid rgba(81, 68, 148, 0.06);
  box-shadow: 0px 1px 22px rgba(0, 0, 0, 0.06);
  margin: 0 18px 18px 0;
}

.location-box ul li {
  position: relative;
  /* margin: 20px 0; */
  margin-bottom: 20px;
}

.location-box ul li::before {
  content: ' ';
  position: absolute;
  background: rgba(81, 68, 148, 0.58);
  opacity: 0.1;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 30%;
  transition: 0.5s;
}

.location-box ul li:hover::before {
  width: 100%;
  transition: 0.5s;
}

.location-btn a.yellow-btn {
  font-size: 10.5px;
  line-height: 13px;
  letter-spacing: 0.6px;
  padding: 16px 17px;
}

.location-btn a.yellow-btn {
  font-size: 10.5px;
  line-height: 13px;
  /* identical to box height */
  /* text-align: center; */
  letter-spacing: 0.6px;
  padding: 16px 18px;
  margin-right: 5px;
}

.location-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.location-btn a.white-btn {
  background: #514494;
  font-size: 10.5px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 0.6px;
  padding: 16px 28px;
  color: #fff;
  border: 1px solid #514494;
}

.location-btn a.white-btn:hover {
  background-color: #fff;
  color: #000;
}

.location-btn a.white-btn img {
  filter: invert(1);
}

.location-btn a.white-btn:hover img {
  filter: invert(0);
}

.location-box ul {
  max-width: 308px;
  padding-bottom: 20px;
}

.location-detail-box-flex {
  display: flex;
  flex-wrap: wrap;
}

.location-box:nth-child(3n),
.location-box:nth-child(6n),
.location-box:nth-child(9n) {
  margin: 0 0 18px 0;
}

.upload-bg.updated {
  display: block;
  height: 100px;
  width: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* upload file */
input.upload__input::file-selector-button {
  background-color: transparent;
  background: #e2e2e2;
  border: 1px solid rgba(0, 0, 0, 0.17);
  border-radius: 5px;
  padding: 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 0px;
  color: #020202;
}

.upload__files {
  display: flex;
  align-items: center;
  max-width: 890px;
}

.preview {
  padding-right: 10px;
}

section.contact-us-page {
  padding: 100px 0;
}

.contact-us-form {
  max-width: 793px;
  background: #ffffff;
  box-shadow: 0px 1px 22px rgba(0, 0, 0, 0.06);
  padding: 45px 40px;
  margin-right: 20px;
}

.contact-us-title h2 {
  font-weight: 500;
  font-size: 29.1788px;
  line-height: 44px;
  text-transform: capitalize;
  color: #1b3059;
  text-align: center;
  padding-bottom: 40px;
}

.form-field-half {
  width: 49%;
  margin-bottom: 20px;
}

form div#wpcf7-f488-o1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.input-style {
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0;
  padding: 6px 0;
  width: 100%;
  resize: none;
}

.form-field-half label,
.form-field-full label {
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
}

.form-field-full {
  width: 100%;
}

.insurance-card-upload p {
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  text-transform: capitalize;
  color: #112a50;
  padding-bottom: 7px;
  padding-top: 13px;
}

.insurance-card-upload p:last-child {
  color: rgb(17 42 80 / 80%);
}

.form-btn {
  display: block;
  width: 100%;
  margin-top: 30px;
}

input.submit-btn-style {
  background: #514494;
  border-radius: 35.0925px;
  font-weight: 500;
  font-size: 17.5016px;
  line-height: 27px;
  color: #ffffff !important;
  padding: 20px 0;
  border: 1px solid #514494;
}

.insurance-card-upload p:last-child {
  color: rgb(17 42 80 / 80%);
}

input.submit-btn-style:hover {
  background: #fff;
  color: #000;
}

.contact-us-page .container {
  max-width: 1170px;
}

.contact-us-flex {
  display: flex;
  justify-content: center;
}

.contact-detail-side .location-box ul li a {
  align-items: flex-start;
  font-size: 10px;
}

.contact-detail-side {
  max-width: 387px;
  margin-left: auto;
}

.contact-detail-side .location-box h2 {
  padding-top: 26px;
  font-size: 22px;
}

section.services-page {
  padding: 83px 0;
}

.services-main-width {
  max-width: 990px;
  margin: auto;
}

section.services-detail-page {
  padding: 80px 0 100px;
}

.services-detail-page-width {
  max-width: 780px;
  margin: auto;
}

.services-detail-style p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: rgb(0 0 0 / 70%);
  padding-bottom: 30px;
}

.services-detail-style h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: rgb(0 0 0 / 70%);
  padding-bottom: 30px;
}

.services-detail-style ul li {
  width: 50%;
  padding-left: 15px;
  position: relative;
  padding-bottom: 10px;
}

.services-detail-style ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.services-detail-style ul li::before {
  content: ' ';
  position: absolute;
  background: rgb(0 0 0 / 70%);
  top: 9px;
  margin: auto;
  left: 0;
  height: 7px;
  width: 7px;
  border-radius: 50%;
}

.services-detail-style h4 p {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: rgb(0 0 0 / 70%);
  padding-bottom: 30px;
}

.services-detail-btn {
  display: flex;
  width: 100%;
  justify-content: center;
}

.services-detail-btn {
  display: flex;
  width: 100%;
}

.services-detail-btn .yellow-btn {
  max-width: 325px;
  width: 100%;
  margin-right: 23px;
}

.services-detail-btn .white-btn {
  background: #514494;
  color: #fff;
  width: 100%;
  max-width: 325px;
  justify-content: center;
}

.services-detail-btn .white-btn:hover {
  color: #000;
}

.services-detail-btn .white-btn img {
  filter: invert(1);
  max-width: 18px;
}

.services-detail-btn .white-btn:hover img {
  filter: invert(0);
}

.burger-menu {
  display: none;
}

.ipad-style {
  display: none;
}

.ftr-menu ul li.active a,
.ftr-menu > ul > li:hover > a {
  color: #ffc57b;
}

.privacy-links ul li.active a,
.privacy-links ul li:hover a {
  color: #ffc57b;
}

/* .serviceTxt{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgb(50 53 72 / 80%);
    max-width: 550px;
} */
.insuranceplan-width .row.align-items-center {
  padding: 60px 0;
}

.insuranceplan-width .row.align-items-center:nth-child(even) {
  flex-direction: row-reverse;
}

.insuranceplan-width {
  max-width: 1010px;
  margin: auto;
}

.ppo-bg {
  width: 100%;
  max-width: 50%;
  min-height: 400px;
  display: flex;
  align-items: center;
  background: #ecfaf8;
}

.ppoandhmo-flex .ppo-bg:first-child {
  background: #eaeffc;
}

.hmoppo-box-title h2 {
  font-weight: 600;
  font-size: 27px;
  line-height: 37px;
  text-align: center;
  color: #323548;
  padding-bottom: 12px;
}

.hmoppo-box-title p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #484654;
}

section.eap-sec {
  padding: 100px 0;
}

.eap-title h2 {
  font-weight: 600;
  font-size: 27px;
  line-height: 37px;
  text-align: center;
  color: #323548;
  padding-bottom: 11px;
}

.eap-title p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #484654;
  max-width: 747px;
  margin: auto;
  padding-bottom: 30px;
}

.eap-sec .row.align-items-center {
  padding: 40px 0;
}

.eap-sec-content h2 {
  font-weight: 600;
  font-size: 27px;
  line-height: 140%;
  color: #323548;
  padding-bottom: 18px;
}

.eap-sec-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgb(72 70 84 / 80%);
  max-width: 449px;
}

.eap-sec .row.align-items-center:nth-child(odd) {
  flex-direction: row-reverse;
}

.healthcare-led-cotent {
  max-width: 519px;
  margin: auto;
}

.healthcare-led-cotent a {
  padding: 20px 40px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.518455px;
  text-transform: uppercase;
  color: #000000;
}

section.mission-vision-sec {
  background: #e5bc93;
  padding: 70px 0;
}

.mision-vision-flex {
  display: flex;
  margin: auto;
  align-items: baseline;
}

.mission-vision-box {
  border-right: 1px solid #fff1e0;
  margin-right: 30px;
  min-height: 184px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*   max-width: 367px; */
  width: 50%;
}

.mission-vision-box h2 {
  font-weight: 600;
  font-size: 26px;
  line-height: 140%;
  color: #323548;
  padding-bottom: 14px;
}

.mission-vision-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  color: rgb(39 42 61 / 70%);
}

.mission-vision-box:last-child {
  border-right: navajowhite;
  margin-right: 0;
  padding-right: 0;
}

.get-started-form {
  max-width: 793px;
  background: #ffffff;
  box-shadow: 0px 1px 22px rgb(0 0 0 / 6%);
  padding: 45px 40px;
  margin: auto;
}

textarea.wpcf7-form-control.wpcf7-textarea.input-style {
  height: 40px;
  width: 100%;
}

.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}

.form-field-full select,
.form-field-full select {
  font-weight: 400;
  font-size: 13.6124px;
  line-height: 27px;
  color: #112a50;
}

div#wpcf7-f538-o1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

section.privacy-policy-page {
  padding: 70px 0;
}

section.terms-of-use-page {
  padding: 70px 0;
}

.privay-policy-width,
.terms-of-use-width {
  max-width: 892px;
  margin: auto;
}

.privay-policy-width p,
.terms-of-use-width p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: rgb(0 0 0 / 70%);
  padding-bottom: 38px;
}

.privay-policy-width h2,
.terms-of-use-width h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  text-transform: capitalize;
  color: #323548;
  padding-bottom: 14px;
}

.personal-info-list ul {
  max-width: 562px;
}

.personal-info-list ul li {
  list-style: outside;
  margin-left: 15px;
  padding-bottom: 10px;
}

form.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.note_list li {
  color: #5a4e97;
  font-size: 52px;
  line-height: 72px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}

.note_list {
  position: relative;
}

.message {
  display: none;
}

.message:first-child {
  display: block;
}

.note_list {
  position: relative;
}

.note_list::before {
  content: ' ';
  position: absolute;
  background-image: url('/assets/images/blue-line.png');
  height: 100%;
  width: 100%;
  bottom: -70px;
  left: 0;
  margin: auto;
  background-repeat: no-repeat;
}

.container-cus {
  padding: 1em;
}

ul.sub-menu li a {
  line-height: 25px;
}

.container-cus {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1440px;
  padding-top: 35px;
}

.whowe-are h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 140%;
  color: #323548;
  padding-bottom: 60px;
  text-align: center;
}

.nims-feeds a {
  font-weight: 600;
  font-size: 27px;
  line-height: 37px;
  color: #323548;
  padding-bottom: 5px;
}

.nims-feeds {
  padding-bottom: 20px;
}

.nims-feeds span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgb(72 70 84 / 80%);
}

.checkbox-style span {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.checkbox-style {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 0.972311px solid rgba(17, 42, 80, 0.36);
}

.checkbox-style span {
  display: flex;
  align-items: center;
  margin: 0px 0 0 0;
  margin-bottom: 2px;
  font-weight: 400;
  font-size: 13.6124px;
  line-height: 27px;
  color: #112a50;
}

.checkbox-style span input {
  max-width: 14px;
  margin-right: 10px;
}

.checkbox-style label {
  display: flex;
  align-items: center;
  width: 100%;
}

.custom-banner-btnn {
  position: relative;
}

.nav-links a {
  padding: 0 10px;
}

.wp-rss-aggregator .nav-links {
  display: flex;
  justify-content: center;
}

/* external */
.menu .phone-no,
.page-template-insurance__fees section.your-mental-health-sec {
  display: none;
}

section.our-team-check-sec {
  background: #f1f5fe;
}

.insurance-plan-sec .insurance-plan-title p {
  padding-bottom: 0px;
}

.physcoligist-heading h3 {
  color: #323548;
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  max-width: 280px;
}

.physcoligistContent {
  max-width: 700px;
  margin-left: auto;
}

.physcoligistContent p {
  color: #484654;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

section.physcoligist-parent {
  padding-top: 80px;
}

.valueContent h6 {
  color: #12141d;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.valueContent p {
  color: #484654;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 183.333% */
}

.valueContent {
  max-width: 270px;
}

.valueSec-info {
  padding: 90px 0 0;
}

.valueInfo {
  display: flex;
  max-width: 330px;
  justify-content: space-between;
  margin-top: 40px;
}

section.valuesSec {
  padding-bottom: 100px;
}

.healthcare-led-img {
  max-width: 300px;
  height: 100%;
}

.healthcare-led-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-template-about_us .healthcare-led-cotent {
  margin: auto;
  max-width: 100%;
}

.healthcare-led-cotent h2 {
  font-weight: 600;
  font-size: 26px;
  line-height: 35px;
  color: #323548;
  padding-bottom: 19px;
}

.physcoligistContent p {
  padding-bottom: 32px;
}

.fixed .container-cus {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1440px;
  padding-top: 0;
  padding-bottom: 0;
}

.page-template-find_therapaist .banner-section {
  background: #f9eee3;
  padding: 110px 0 109px;
}

.contact-detail-side {
  display: none;
}

.form-field-half label {
  font-size: 14px;
}

.contact-us-title h2 {
  color: #1b3059;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

ul.tab-links {
  border: 0.972px solid rgba(17, 42, 80, 0.5);
  width: max-content;
  border-radius: 150px;
  overflow: hidden;
  display: flex;
  margin: auto;
}

ul.tab-links li a {
  padding: 23px 33px;
  color: #000;
  text-align: center;
  font-family: 'Inter';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.778px;
  text-transform: uppercase;
}

ul.tab-links li.active a {
  background-color: #ffb353;
  border-radius: 150px;
}

.page-template-services .tab-content .services-flex-box {
  padding-top: 61px;
}

.services-text-area-desc h3 {
  color: #1b3059;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 32px;
  margin-bottom: 0;
}

.services-text-area-desc h4 {
  font-size: 20px;
  color: #323548;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 24px;
  margin-bottom: 16px;
}

#servicPost-contaniner {
  max-width: 800px;
  margin: auto;
}

.tab-container .services-flex-box,
.services-detail-page .services-flex-box {
  border-bottom: none;
}

.blogInfo-content:first-child {
  padding-top: 103px;
}

.blogInfo-content {
  display: flex;
  max-width: 1033px;
  margin: auto;
  align-items: center;
  padding-bottom: 32px;
  border-bottom: 1px solid #cdcfd3;
  padding-top: 25px;
}

.blogInfo-contentDesc {
  max-width: 580px;
  margin: auto;
}

.blog-infoImg {
  max-width: 359px;
  width: 100%;
  margin: 0;
}

.blogInfo-contentDesc h4 {
  color: #323548;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.5px;
}

.blogInfo-contentDesc p {
  padding: 14px 0;
}

a.blogInfo-contentDesc-link {
  border-bottom: 2px solid #1b3059;
  color: #1b3059;
  font-size: 17.889px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.arrow-icon {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}

.link-text {
  display: inline-block;
  font-weight: 500;
}
.page-numbers {
  font-size: 18px;
  padding: 0 10px;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  margin: auto;
  justify-content: center;
  align-items: center;
  padding: 60px 0 100px;
}

.blogSingle-contentInfo {
  max-width: 800px;
  margin: auto;
  padding: 100px 0;
  overflow: auto;
}

.blogContent-infoImagesingle {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
}

.blogContent-infoImagesingle img {
  margin: 0 10px;
  width: 100%;
}

.blogSingle-contentInfo p {
  padding-bottom: 0px;
  padding-top: 20px;
}

.blogSingle-clinetInfo {
  display: flex;
  align-items: center;
  max-width: 135px;
  justify-content: space-between;
}

.blogSingle-clinetInfoDeasing h5 {
  color: #000;
  font-size: 14.667px;
  font-style: normal;
  font-weight: 600;
  line-height: 18.333px;
}

.blogSingle-clinetInfoDeasing h6 {
  color: #000;
  font-size: 12.222px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.278px;
}

.single-post .banner-text h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  color: #323548;
  padding-top: 50px;
  padding-bottom: 20px;
  text-transform: capitalize;
  max-width: 880px;
}

/* responsive */

@media screen and (min-width: 1100px) {
  .menu-item-has-children:hover ul {
    opacity: 1;
    visibility: visible;
  }

  .menu-item-has-children:hover ul {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  section.find-therapist-sec {
    padding: 120px 0px;
  }

  .menu li {
    margin-right: 10px;
  }

  .home-banner-text h2 {
    font-size: 40px;
    line-height: 55px;
  }

  .home-banner-text h2 span::before {
    bottom: -56px;
    background-repeat: no-repeat;
    max-width: 249px;
    background-size: contain;
  }

  .thoughtfull-sec .container {
    padding-left: 50px;
  }

  .testimonial-title::before {
    bottom: -30px;
  }

  .menu li {
    margin-right: 10px;
  }

  .insurance-accetp-flex {
    padding: 50px 15px;
  }

  .find-therapist-text {
    margin-left: inherit;
  }

  .industrythoughtfull-content {
    max-width: 450px;
  }

  .industryandthoughtfull-sec
    .row:nth-child(even)
    .industrythoughtfull-content {
    max-width: 436px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-us-page .container {
    max-width: 999px;
  }

  .contact-us-form {
    max-width: 640px;
  }

  .contact-detail-side {
    max-width: 329px;
    margin-left: inherit;
  }

  .location-btn {
    justify-content: flex-start;
  }

  .location-box {
    width: 48%;
    margin-bottom: 30px;
  }

  .location-box:nth-child(3n),
  .location-box:nth-child(6n),
  .location-box:nth-child(9n) {
    margin: 0 18px 18px 0;
  }

  .menu li a {
    font-size: 13px;
  }

  .phone-no a {
    font-size: 12px;
    padding: 15px 25px;
  }
}

@media screen and (max-width: 1434px) {
  .menu li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1369px) {
  .menu li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1303px) {
  .menu li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1240px) {
  .menu li a {
    font-size: 11px;
  }
}

@media screen and (max-width: 1100px) {
  .menu {
    display: none;
  }

  .ipad-style {
    display: block;
    padding-right: 90px;
  }

  header .col-md-10 {
    position: inherit;
  }

  .burger-menu {
    right: 0;
    display: block;
    z-index: 99;
    height: 20px;
    width: 25px;
    position: absolute;
    top: 18px;
    bottom: 0;
    margin: auto;
    right: 65px;
  }

  .burger-menu span {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #514494;
  }

  .burger-menu span:nth-child(1) {
    top: 0px;
  }

  .burger-menu span:nth-child(2) {
    top: 8px;
  }

  .burger-menu span:nth-child(3) {
    top: 16px;
  }

  .menu {
    position: absolute;
    background: #fff;
    box-shadow: 0 36px 31px -46px #cccc;
    margin-top: 26px;
    padding: 100px 0 5px;
    text-align: center;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 90dvh !important;
    overflow: auto;
  }

  .menu ul {
    display: block;
    width: 100%;
    text-align: center;
  }

  .menu ul li {
    display: block;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid;
    margin-bottom: 10px;
  }

  .menu ul li:last-child {
    border-bottom: none;
  }

  .burger-menu.active span:nth-child(3) {
    display: none;
  }

  .menu ul li a {
    padding-right: 0;
  }

  .burger-menu.active span:nth-child(3) {
    display: none;
  }

  .burger-menu.active span:nth-child(2) {
    transform: rotate(-45deg);
    top: 9px;
  }

  .burger-menu.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 9px;
  }

  .phone-no {
    display: none;
  }

  .ipad-style {
    display: block;
  }

  .ipad-style a {
    justify-content: flex-end;
    margin-left: auto;
  }

  .has-children span img {
    padding-left: 10px;
  }

  .fifty-percent ul li {
    width: 100%;
  }

  .partners-logos ul li a img {
    max-width: 110px;
  }

  .industryand-thoughtfull-img img {
    max-width: 320px;
    margin-right: auto;
    margin: auto;
  }

  .the-title {
    max-width: 490px;
  }

  .blog-images img {
    max-width: 200px;
  }

  .contact-us-page .container {
    max-width: 775px;
  }

  .contact-us-form {
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 30px;
    padding: 20px 15px;
  }

  .banner-text h2 {
    font-size: 40px;
  }

  .contact-us-flex {
    flex-direction: column;
  }

  .location-box ul {
    max-width: 460px;
  }

  .contact-detail-side {
    max-width: 100%;
  }

  .location-box {
    margin: 0 0 0 0;
  }

  .our-team-logos img {
    max-width: 120px;
  }

  .yourmental-box {
    width: 30%;
    margin-bottom: 30px;
  }

  .yourmental-health-flex {
    flex-wrap: wrap;
  }

  .whatisppo-sec {
    max-width: 335px;
    padding-left: 10px;
  }

  .our-team-logos {
    max-width: 32%;
  }

  .our-team-logos:nth-child(3n) {
    border-right: none;
  }

  .our-team-logos:nth-child(4n) {
    border-right: 1px solid #c6cfdd;
  }

  .our-team-logos:nth-child(9n) {
    border-bottom: 1px solid #c6cfdd;
  }

  .our-team-logos:nth-child(12n) {
    border-right: none;
  }

  .ppoandhmo-box {
    margin-bottom: 40px;
    max-width: 320px;
  }

  .location-box {
    margin: 0 15px 15px 0;
    width: 47%;
    padding: 20px 15px 30px 15px;
  }

  .location-btn a.white-btn {
    padding: 16px 11px;
  }

  .menu-item-has-children::before {
    right: 330px;
  }
  .menu-setting-item-has-children::before {
    left: 330px;
    right: unset;
  }
  .menu-setting-item-has-children{
    display: none !important;
  }

  .menu-item-has-children::before {
    display: none;
  }

  ul.sub-menu {
    display: none;
  }

  header .col-lg-10.col-md-8 {
    position: inherit;
  }

  .menu-item-has-children a {
    position: relative;
    display: block;
    width: 100%;
  }

  .menu-item-has-children > a::before {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    content: '';
    position: absolute;
    right: 90px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

  ul.sub-menu {
    position: relative;
    transition: none;
    background-color: transparent;
    top: auto;
    box-shadow: none;
  }

  .menu ul li a:hover::after,
  .menu > ul > li.active > a::after {
    width: 200px;
    margin: auto;
    display: none;
  }

  li.menu-item-has-children ul li a {
    background-color: transparent;
    color: #000;
    padding: 0 0;
  }

  .menu-item-has-children > ul > li a:hover {
    background: #ffb353;
    color: #fff;
  }

  .physcoligistContent p {
    padding-top: 20px;
  }

  .physcoligistContent p,
  .healthcare-led-cotent p {
    padding-top: 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }

  .ipad-style {
    display: none;
  }

  .home-banner-text h2 {
    font-size: 35px;
  }

  .home-banner-btn {
    display: block;
  }

  .home-banner-btn > a {
    width: 100%;
    margin-bottom: 25px;
  }

  .home-banner-btn a.white-btn {
    max-width: inherit;
    justify-content: center;
  }

  .insurance-box {
    padding-bottom: 40px;
  }

  .insurance-accetp-flex {
    flex-direction: column;
  }

  .partners-logos ul li {
    padding-bottom: 28px;
    width: 50%;
  }

  .find-therapist-img img {
    margin-bottom: 20px;
  }

  .thoughtfull-sec .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .thoughtfull-text-area a.white-btn {
    max-width: inherit;
    justify-content: center;
    margin-bottom: 20px;
  }

  .services-flex-box a {
    flex-direction: column;
  }

  .services-img {
    max-width: 350px;
    width: 100%;
    padding-bottom: 20px;
    margin: auto;
  }

  .services-img img {
    width: 100%;
    object-fit: cover;
    max-width: 350px;
  }

  .menu {
    margin-top: 0;
  }

  .testimonial-title::before {
    bottom: -57px;
  }

  .client-single.position-6 {
    left: 0;
    top: 29%;
  }

  .client-single.position-4 {
    right: 29%;
  }

  .client-single.position-2 {
    top: 107px;
  }

  .client-single.active.position-7,
  .client-single.active.position-2 {
    left: 0;
  }

  .client-single.active.position-5,
  .client-single.active.position-4 {
    right: 0;
  }

  .ftr-title-menu h2 {
    position: relative;
  }

  .ftr-title-menu h2::before {
    content: ' ';
    position: absolute;
    border: 1px solid #000;
    border-width: 0px 2px 2px 0px;
    top: 7px;
    right: 30px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-136deg);
    height: 11px;
    width: 11px;
    transition: 0.5s;
  }

  .col-md-2.pl-0.pr-0 {
    padding-right: 15px !important;
  }

  .mb-5,
  .my-5 {
    margin-bottom: 0 !important;
  }

  .ftr-menu ul {
    display: none;
    margin-bottom: 15px;
  }

  .rotaionn h2::before {
    transform: rotate(84deg);
    -webkit-transform: rotate(45deg);
    transition: 0.5s;
  }

  .frt-logo {
    justify-content: center;
    padding: 20px 0;
    margin-right: 0;
  }

  .copywrite p {
    text-align: center;
  }

  .privacy-links ul {
    display: flex;
    justify-content: center;
  }

  .ftr-bottom-links-flex {
    flex-direction: column;
    margin-top: 10px;
  }

  .phone-no {
    display: flex;
    justify-content: center;
    padding: 20px 0;
  }

  .ipad-style {
    display: none;
  }

  .find-therapist-text a.yellow-btn {
    width: auto;
  }

  .banner-text h2 {
    font-size: 30px;
  }

  .healthcare-led-img {
    margin-bottom: 30px;
  }

  .healthcare-led-bottomcontent p {
    padding-top: 20px;
  }

  .industryand-thoughtfull-img img {
    max-width: 345px;
    margin-bottom: 20px;
  }

  .blog-flex a {
    margin-bottom: 30px;
    flex-direction: column;
  }

  .blog-images img {
    max-width: 350px;
    margin-bottom: 25px;
  }

  .blog-detail-imgg {
    width: 100%;
    margin-bottom: 30px;
  }

  .blog-images-sec {
    display: block;
  }

  .careers-requirements ul {
    flex-direction: column;
  }

  .careers-requirements ul li {
    padding: 10px 0;
  }

  input.submit-btn-style {
    padding: 15px 0;
  }

  .contact-us-form {
    padding: 20px 15px;
  }

  .form-field-half {
    width: 100%;
  }

  .form-field-half label,
  .form-field-full label {
    padding-bottom: 0px;
  }

  section.contact-us-page {
    padding: 60px 0;
  }

  .our-team-check-title h2 {
    font-size: 24px;
  }

  .our-team-logos:nth-child(2n) {
    border-right: none;
  }

  .our-team-logos:nth-child(3n) {
    border-right: 1px solid #c6cfdd;
  }

  .our-team-logos:nth-child(10n) {
    border-bottom: 1px solid #c6cfdd;
  }

  .our-team-logos:nth-child(12n) {
    border-right: none;
  }

  .our-team-logos:nth-child(13) {
    border-left: none;
  }

  .our-team-logos {
    max-width: 50%;
  }

  .yourmental-health p {
    margin-bottom: 20px;
  }

  .yourmental-box {
    width: 50%;
    padding-right: 5px;
  }

  .yourmental-box:nth-child(2n) {
    border-right: none;
  }

  .our-team-logos:nth-child(6n) {
    border-right: none;
  }

  .whatisppo-sec h2 {
    padding-top: 30px;
  }

  section.insurance-plan-sec {
    padding: 40px 0;
  }

  section.whatis-hmo {
    padding: 30px 0 0;
  }

  .need-protection-text h2 {
    font-weight: 600;
    font-size: 26px;
    line-height: 40px;
  }

  .location-box {
    width: 100%;
  }

  .services-detail-btn {
    flex-direction: column;
  }

  .services-detail-btn .yellow-btn {
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .services-detail-btn .white-btn {
    max-width: 100%;
  }

  li.menu-item-has-children ul li a {
    border-bottom: none;
  }

  .services-text-area a {
    justify-content: flex-start;
    padding-top: 15px;
    flex-direction: row;
    align-items: center;
  }

  .services-text-area a img {
    height: 12px;
  }

  .menu-item-has-children::before {
    right: 135px;
  }
  .menu-setting-item-has-children::before {
    left: 135px;
    right: unset;
  }

  .ppoandhmo-flex {
    display: block;
  }

  .ppo-bg {
    max-width: 100%;
  }

  .eap-sec-content p {
    padding-bottom: 20px;
  }

  .location-btn a.white-btn {
    padding: 16px 18px;
  }

  .menu li {
    margin-right: 0px;
  }

  .insuranceplan-width .row.align-items-center {
    padding: 50px 0 0;
  }

  section.eap-sec {
    padding: 60px 0 20px;
  }

  section.services-detail-page {
    padding: 60px 0 20px;
  }

  .healthcare-led-sec {
    padding: 60px 0;
  }

  .whowe-are h2 {
    font-size: 26px;
  }

  .healthcare-led-img img {
    max-width: 345px;
  }

  .mission-vision-box {
    border-bottom: 1px solid #fff1e0;
    margin-right: 0px;
    border-right: none;
    width: 100%;
  }

  .mision-vision-flex {
    flex-direction: column;
  }

  .mission-vision-box:last-child {
    border-bottom: none;
  }

  .get-started-form {
    padding: 20px 10px;
  }

  ul.note_list li {
    font-size: 35px;
  }
}

@media screen and (max-width: 350px) {
  .logo a img {
    max-width: 140px;
  }

  .yellow-btn {
    font-size: 12px;
    padding: 20px 25px;
  }
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

#nav-tabContent {
  display: block;
}

td.ui-datepicker-week-end.red-date,
td.red-date {
  background-color: #31639c;
}

.profile-calendar {
  margin-bottom: 40px;
}
.select2-container--default .select2-selection--multiple {
  /*     border: 1px solid rgb(17 42 80 / 9%) !important;
        border-bottom:1px solid rgb(17 42 80 / 9%) !important; */
  /*border: 1px solid #000 !important;
  border-bottom: 1px solid #000 !important;*/
  outline: 0;
}
.insurance-type .select2-container--default .select2-selection--single {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
button#loadmoreten {
  padding: 8px 0px !important;
  font-size: 12px;
  max-width: 140px;
  margin: 0 auto;
}
.therapist-box-upper-left img {
  width: 105px;
  height: 105px;
}
.therapist-box-upper-left-content h3 {
  font-size: 20px;
}
.span-ul-tharapist-flex {
  gap: 20px;
}
.span-ul-tharapist-flex span,
.span-ul-tharapist-flex ul li {
  font-size: 14px;
}
.selection-area ul li {
  padding: 5px 15px;
  font-size: 12px;
}
.therapist-box-lower p {
  font-size: 16px;
}

.mce-top-part {
  display: none !important;
}

.mce-statusbar {
  display: none !important;
}

@media only screen and (max-width: 992px) {
  .blogInfo-contentDesc {
    margin: unset;
  }
  ul.tab-links li a {
    padding: 15px 25px;
    font-size: 12px;
  }
 }

 @media only screen and (max-width: 427px) {
  ul.tab-links li a {
    padding: 10px 20px;
    font-size: 10px;
  }
 }

 @media only screen and (max-width: 370px) {
  ul.tab-links li a {
    padding: 10px 20px;
    font-size: 8px;
  }
 }

 a.blogInfo-contentDesc-link:hover {
  color: #212529;
  border-bottom: 2px solid #212529;
}
/* @media screen and (max-width: 1100px) {
  .menu:hover ul {
      display: block;
      width: 100%;
      text-align: center;
  }
} */

.services-text-area:hover a {
  color: #212529;
 }
.link-label {
  cursor: pointer;
  color: #ffb353 !important;
  background-image: linear-gradient(#ffb353, #ffb353);
  background-size: 0% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s ease-in;
  font-weight: 600;
}

.link-label:hover {
  background-size: 100% 1px;
}
.input-field-layout{
  border-bottom: 1px solid black;
  margin-top: 8px;
  padding-bottom: 4px;
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: #f9eee3 !important;
}
/* Border */
.mat-form-field-appearance-outline .mat-form-field-outline {
  color: white;
}
::ng-deep {
     .mat-form-field-appearance-outline .mat-form-field-outline {
        color: white;
     }
     mat-form-field {
        .mat-hint, input, ::placeholder, .mat-form-field-label {
           color: white;
        }
     }
  }
  .card-design{
    background-color: white;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 1rem 1.2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .card-heading{
    font-size: 1.4rem;
  }
  .highlightLink{
    text-decoration: underline;
    color: #ffb353;
  }
  button.active {
  background-color: #ffb353;
  color: white;
}

.heading-text {
  color: #ffb353;
}

input,
select {
  border: none;
  border-bottom: 1px solid black;
}

textarea {
  width: 100%;
}

.form-display {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.city-account-setting br {
  display: none;
}

.setting-tabs ul {
  display: flex;
  gap: 12px;
  padding: 0;
}

.setting-tabs ul li {
  list-style: none;
  width: fit-content;
  padding: 8px;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 2px solid transparent;
  padding-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-bottom: 8px;
}

.setting-active {
  //border-bottom: 6px solid #ffb353 !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  //color: #ffb353 !important;
  font-weight: 600 !important;
  //background: #fff;
}

.setting-tabs ul li:hover {
  border-bottom: 2px solid #ffb353;
  transition: all 0.3s ease-in-out;
}

.setting-content p,
.setting-content ul li {
  font-size: 14px;
  color: #484654;
  line-height: 1.5;
}

.setting-content h6 {
  font-size: 14px;
  margin: 10px 0;
  padding: 0;
}

.setting-content ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.setting-content ul li strong {
  font-weight: 600;
}

.tab-content {
  display: none;
  margin-top: 16px;
  padding-left: 15px;
  padding-right: 15px;
}

.tab-content.current {
  display: inherit;
}
.field-btn button{
  width: max-content !important;
  padding-inline: 2rem;
}
.dot-text {
  position: relative;
  padding-left: 1.5em;
}

.dot-text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  background-color: #ffb353;
  border-radius: 50%;
}
@media screen and (max-width: 540px) {

  .mat-mdc-paginator-range-label {
    margin: 0 32px 0 24px;
    width: 100%;
    flex: 0 0 max-content;
}
}
.mat-mdc-row{
  height: 35px !important;
}
.mat-mdc-row:hover {
  background-color: #f9eee3; /* light blue, for example */
}
.diagnosis-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.diagnosis-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding-bottom: 15px;

  &:last-of-type {
    border-bottom: none; /* No border for the last row */
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.diagnosis-input-group {
  display: flex;
  flex-grow: 1; /* Allow inputs to take available space */
  gap: 10px;
  align-items: center;
}

.diagnosis-label {
  font-weight: bold;
  white-space: nowrap; /* Prevent "Primary ICD-10" from wrapping */
  min-width: 120px; /* Give it a consistent width */
}

.diagnosis-description-input {
  flex: 1 1 250px; /* Grow and shrink, with a base width */
  min-width: 20px; /* Minimum width for description */
}

.diagnosis-actions {
  display: flex;
  gap: 5px; /* Space between action buttons */
  margin-left: auto; /* Push buttons to the right */
}

.diagnosis-extra-text {
  margin-block: 15px; /* Space above the "test" text area */

}
.mat-mdc-icon-button{
  width: 25px !important;
  height: 25px !important;
  padding: unset !important;
  margin-bottom: 0 !important;
}
.mat-mdc-icon-button .mat-mdc-button-touch-target {
  height: 25px !important;
  width: 25px !important;
}

.mat-mdc-paginator .mat-mdc-form-field-infix {
  padding: 7px !important;
}
.mat-mdc-paginator .mat-mdc-select-value{
  display: flex !important;
}

.mat-mdc-select {
  font-size: 13px !important;
}

.input-style:has(.mat-mdc-select) {
  padding: 3px;
}
