@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cinzel:wght@400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;

  font: 15px/25px;

  color: #393939;

  overflow-x: hidden;

  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;

  color: #28b16d;

  white-space: initial;

  display: inline-block;
}

a:hover,
a:focus {
  text-decoration: none;

  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;

  margin: 0;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;

  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;

  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;

  opacity: 1;
}

ul {
  margin: 0 0 0px;

  padding: 0;

  list-style-type: none;
}

img {
  max-width: 100%;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";

  src: url(../fonts/fontawesome-webfont.eot);

  src:
    url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "ample";

  src: url(../fonts/ample.ttf);
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

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

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.all-section {
  padding: 80px 0;
}

.centerCol {
  float: none;

  margin: 0 auto;
}

.d-flex {
  display: flex;

  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.flexRow {
  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;

  -moz-box-flex: 1;

  -webkit-flex: 1;

  -ms-flex: 1;

  flex: 1;

  align-items: center;
}

h1 {
  font-family: "ample";
  font-size: 60px;
  color: #000;
  font-weight: 900;
  margin: 0 0 15px;
  line-height: 1.1;
}

h2 {
  font-family: "ample";
  font-size: 60px;
  color: #000;
  font-weight: 500;
  margin: 0 0 20px;
  line-height: 1;
}

h3 {
  font-family: "ample";

  font-size: 35px;

  color: #000000;

  font-weight: 600;

  margin: 0 0 0px;
}

h4 {
  font-family: "";

  font-size: 24px;

  color: #000;

  font-weight: 500;

  margin: 0 0 0px;
}

h5 {
  font-family: "";

  font-size: 16px;

  color: #000;

  font-weight: 500;

  margin: 0 0 0px;
}

h6 {
  font-family: "";

  font-size: 14px;

  color: #000;

  font-weight: 500;

  margin: 0 0 0px;
}

p {
  color: #000000;

  font-size: 14px;

  font-weight: 600;

  letter-spacing: 0px;

  line-height: 25px;
}

/* Header Start */

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 40px;
}

.menuSec ul li {
  position: relative;

  display: inline-block;

  margin: 0;

  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;

  display: inline-block;

  text-decoration: none;

  color: #161616;

  padding: 0;

  font-size: 15px;

  text-transform: uppercase;

  font-weight: 600;

  padding: 15px 0;
}

.menu-sec-button {
  text-align: end;
}

.theme-btn-1 {
  background: #649ea0;

  color: #ffffff !important;

  text-transform: uppercase;

  padding: 16px 35px;

  border-radius: 50px;

  font-size: 15px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  color: #649ea0;
}

.menuSec li:hover > ul {
  display: block;

  position: absolute;

  z-index: 1000;

  background-color: #000000;

  left: 0px;

  width: 230px;

  text-align: left;

  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;

  padding: 13px 20px !important;

  color: #fff !important;

  overflow: hidden;

  font-size: 13px;

  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;

  margin: 0;
}

.menuSec li > ul > li > a:before,
.menuSec li > ul > li > a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;

  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;

  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";

  display: table;

  display: none;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;

  top: 0px;

  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;

  position: absolute;

  z-index: 1000;

  background-color: #000000;

  right: 7%;

  width: 230px;

  text-align: left;

  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;

  color: #000 !important;
}

.dropdown-menu {
  position: absolute !important;

  z-index: 1000;

  display: block;

  min-width: 10rem;

  padding: 0.5rem 0;

  margin: 0;

  font-size: 1rem;

  color: #212529;

  text-align: left !important;

  background-color: #fff;

  background-clip: padding-box;

  border: 1px solid rgba(0, 0, 0, 0.15);

  border-radius: 0.25rem;
}

.container-fluid.add-padding {
  padding: 0 7.4%;
}

.header-logo a {
  width: 100%;
}

.header-logo a img {
  width: 65%;
  object-fit: cover;
}

/* Header Ends */

/* Mian Banner Start */

section.main_slider {
  width: 95%;

  margin: 0 auto;
}

.banner_text h1 span {
  display: block;
}

.menuSection {
  padding: 20px 0;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;

  opacity: 1;

  width: 50px;

  height: 50px;

  top: initial;

  top: 40%;

  background: rgba(255, 255, 255, 0.1);

  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);

  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;

  top: 12px;

  font-size: 20px;

  color: #fff;

  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;

  flex: 0 1 auto;

  width: 10px;

  height: 12px;

  padding: 0;

  margin: 3px !important;

  text-indent: -999px;

  cursor: pointer;

  background-color: #fff;

  background-clip: padding-box;

  border: 0;

  border-top: 10px solid transparent;

  border-bottom: 10px solid transparent;

  opacity: 1;

  /* transition: opacity 0.6s ease; */

  border-radius: 20px;
}

.carousel-caption {
  position: absolute;

  top: 0;

  width: 100%;

  height: 100%;

  left: 0;

  right: 0;

  margin: 0;

  padding: 0;

  color: #fff;

  text-align: left;

  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  align-items: center;
}

.carousel-indicators li {
  border: none;

  border-radius: 100%;

  -webkit-border-radius: 100%;

  -moz-border-radius: 100%;

  background: #fff;

  width: 12px;

  height: 12px;

  margin: 0;
}

.carousel-indicators .active {
  margin: 0;

  background-color: #28b16d;

  width: 10px;

  height: 12px;
}

.carousel-item img {
  width: 100%;

  height: 795px;

  object-fit: cover;
}

.banner-have-any-question-box ul li img {
  width: 58px;

  height: 66px;

  object-fit: contain;

  filter: brightness(0) saturate(100%) invert(91%) sepia(0%) saturate(7500%)
    hue-rotate(47deg) brightness(115%) contrast(109%);
}

.banner-have-any-question-row {
  display: flex;

  align-items: center;

  gap: 25px;

  margin-top: 20px;
}

.banner-have-any-question-box ul {
  display: flex;

  align-items: center;

  gap: 15px;
}

.banner-have-any-question-box ul li label {
  color: #000000;

  font-weight: 600;

  width: 100%;

  margin-bottom: 0px;
}

.banner_text p {
  width: 90%;
}

.banner-have-any-question-box ul li a {
  font-family: "ample";

  font-size: 26px;

  color: #000;

  font-weight: bold;
}

/* Mian Banner Ends */

/*About Us Start*/

.sec {
  padding: 100px 0;
}

.about-our-practice-sec:before {
  content: "";

  position: absolute;

  background: #f7f7f7;

  width: 15%;

  height: 100%;

  top: 0;

  z-index: -1;
}

.inner-my-bio-text h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
section.about-our-practice.inner .about-our-practice-sec:after {
  height: 100%;
}
section.about-our-practice.inner:after {
  height: 100%;
}

.inner-my-bio-sec.sec .container-fluid.add-padding {
  padding: 0 5%;
}
.inner-my-bio-text p {
  margin-bottom: 8px;
}
.inner-my-bio-text ul li {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
}
.inner-my-bio-text ul {
  margin-bottom: 10px;
  line-height: 25px;
  margin-top: 10px;
}
.about-our-practice-images img {
  border: 25px solid #ffff;
  border-radius: 50%;
  width: 525px;
  height: 450px;
  object-fit: cover;
  object-position: 0% 100%;
}

section.about-our-practice {
  position: relative;
}

section.about-our-practice:before {
  content: "";

  position: absolute;

  background: #f7f7f7;

  width: 240px;

  height: 240px;

  right: 7%;

  border-radius: 50%;

  z-index: -1;

  top: -120px;
}

section.about-our-practice:after {
  content: "";

  position: absolute;

  background: #e5e5e5;

  width: 2px;

  height: 150%;

  top: 0;

  right: 230px;

  z-index: -999;
}

.get-started-head {
  position: absolute;

  right: 170px;

  top: 70px;

  background: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 120px;

  height: 120px;

  border-radius: 50%;

  border: 2px solid #f4f4f4;

  text-align: center;
}

.get-started-head p {
  font-family: "ample";

  margin-bottom: 0;

  color: #1f1f1f;

  font-weight: 500;

  line-height: 20px;

  position: relative;

  font-size: 18px;
}

.get-started-head p:before {
  content: "";

  position: absolute;

  background: #649ea0;

  width: 12px;

  height: 12px;

  border-radius: 50%;

  right: 0;

  left: 0;

  margin: 0 auto;

  bottom: -45px;
}

.about-our-practice-sec {
  position: relative;

  border-bottom: 2px solid #e1e1e1;
}

.about-our-practice-sec:after {
  content: "";

  position: absolute;

  background: #e1e1e1;

  width: 2px;

  height: 150%;

  left: 238px;

  top: 0;

  z-index: -9999;
}

.about-our-practice-text p {
  color: #414141;

  margin-bottom: 30px;

  width: 80%;
}

.about-our-practice-text h2 span {
  display: block;
}

.about-our-practice-text a {
  padding: 18px 45px;
}

/*About Us Ends */

/*Services We Provide Start*/

.services-we-provide-row .slick-prev:before {
  content: "\f060";

  font-weight: 900;

  font-family: "FontAwesome";

  background: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 48px;

  height: 48px;

  font-size: 15px;

  border-radius: 50%;

  transition: 0.5s;

  border: 2px solid #000;
}

.services-we-provide-row .slick-prev {
  left: -45px;
}

.services-we-provide-row .slick-next:before {
  content: "\f061";

  font-weight: 900;

  font-family: "FontAwesome";

  background: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 48px;

  height: 48px;

  font-size: 15px;

  border-radius: 50%;

  transition: 0.5s;

  border: 2px solid #000;
}

.services-we-provide-heading {
  text-align: center;
}

.sec-7 {
  padding: 70px 0;
}

.services-we-provide-box-text h2 {
  font-size: 25px;
  margin-bottom: 10px;
}

.services-we-provide-box-text p {
  width: 95%;

  margin-bottom: 0;

  font-size: 14px;
}

.services-we-provide-box-text {
  margin-top: 20px;
  height: 285px;
}

.services-we-provide-box {
  margin-top: 35px;
}

.services-we-provide-box-images {
  position: relative;
}

.services-we-provide-button a {
  color: #649ea0;

  font-family: "ample";

  display: flex;

  align-items: center;
}

.services-we-provide-button {
  position: absolute;

  bottom: 0;

  right: 0;

  background: #ffff;

  padding: 15px 30px;

  border-top-left-radius: 10px;
}

.services-we-provide-button a img {
  width: 46px;

  height: 10px;

  object-fit: cover;

  margin-left: 8px;

  margin-top: 3px;

  filter: brightness(0) saturate(100%) invert(64%) sepia(16%) saturate(801%)
    hue-rotate(133deg) brightness(89%) contrast(84%);
}

.slick-active {
  opacity: 1.5;
}

.services-we-provide-box-images img {
  width: 100%;

  height: 308px;

  object-fit: cover;

  border-radius: 30px;
}

.services-we-provide-heading h2 {
  margin-bottom: 0;
}

.services-we-provide-sec {
  padding: 70px 0 100px;
}

/*Services We Provide Ends*/

/*Our Happy Clients Start*/

.our-happy-clients-sec {
  position: relative;
}

.our-happy-clients-sec:after {
  content: "";

  position: absolute;

  background: #649ea0e6;

  width: 100%;

  height: 520px;

  top: 0;

  z-index: -1;
}

.our-happy-clients-sec:before {
  content: "";

  position: absolute;

  background-image: url(../images/our-happy-clients-back.png);

  width: 100%;

  height: 518px;

  background-size: cover;

  z-index: -1;

  background-position: 100% 40%;
}

.our-happy-clients-sec .container-fluid {
  padding: 0 0 0 13%;
}

.our-happy-clients-main-box {
  margin-top: 220px;

  padding: 70px 0px 150px 70px;

  border-top-left-radius: 100px;

  background: linear-gradient(180deg, #f6f8f8, #f6f8f8, #f7f8f863);
}

.our-happy-clients-silder-items img {
  width: 38px;

  height: 25px;

  margin: 0 auto 0 0;

  object-fit: contain;

  margin-bottom: 18px;

  filter: brightness(0) saturate(100%) invert(64%) sepia(16%) saturate(801%)
    hue-rotate(133deg) brightness(89%) contrast(84%);
}

.our-happy-clients-silder-items ul {
  margin: 0 auto 0 0;
}

.our-happy-clients-main-box .slick-prev {
  left: -325px;
}

.our-happy-clients-main-box c.slick-prev {
  top: 75%;
}

.our-happy-clients-main-box .slick-next {
  right: inherit;

  left: -260px;
}

.our-happy-clients-main-box .slick-next:before {
  content: "\f061";

  font-weight: 900;

  font-family: "FontAwesome";

  background: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 50px;

  height: 50px;

  font-size: 15px;

  border-radius: 50%;

  transition: 0.5s;

  border: 1px solid #649ea0;
}

.our-happy-clients-main-box .slick-next:hover:before {
  background: #649ea0;

  color: #fff;

  transition: 0.5s;

  font-size: 23px;
}

.our-happy-clients-main-box .slick-prev:hover:before {
  background: #649ea0;

  color: #fff;

  transition: 0.5s;

  font-size: 23px;
}

.our-happy-clients-main-box .slick-prev:before {
  content: "\f060";

  font-weight: 900;

  font-family: "FontAwesome";

  background: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 50px;

  height: 50px;

  font-size: 15px;

  border-radius: 50%;

  transition: 0.5s;

  border: 1px solid #649ea0;
}

.our-happy-clients-main-box .slick-prev {
  top: 78%;
}

.our-happy-clients-main-box .slick-next {
  top: 78%;
}

.our-happy-clients-heading h2 {
  font-size: 65px;

  margin-bottom: 0;

  line-height: 1.2;
}

.our-happy-clients-heading h2 span {
  display: block;
}

.our-happy-clients-silder-items p {
  color: #8a8a8a;

  line-height: 28px;

  margin-bottom: 18px;

  font-size: 15px;
}

.our-happy-clients-silder-items {
  background-image: url(../images/our-happy-clients-silder-items-back.png);

  width: 100%;

  height: 340px;

  padding: 50px;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: bottom;

  filter: drop-shadow(2px 4px 6px #649ea080);

  display: flex;

  align-items: center;

  flex-direction: column;

  position: relative;
}

.our-happy-clients-main-box .slick-slide {
  margin: 20px 25px;
}

.our-happy-clients-silder-items ul li i {
  color: #f39f20;
}

.our-happy-clients-main-box .slick-active {
  opacity: 1.5;
}

.our-happy-clients-silder-peterson ul {
  display: flex;

  align-items: center;

  gap: 12px;
}

.our-happy-clients-silder-items:before {
  content: "";

  position: absolute;

  background-image: url(../images/our-happy-clients-silder-quote.png);

  width: 104px;

  height: 71px;

  background-size: cover;

  z-index: -1;

  right: 0;

  left: 0;

  margin: 0 auto;

  margin-top: 60px;
}

.our-happy-clients-silder-peterson ul li h2 {
  font-size: 25px;

  margin-bottom: 3px;
}

.our-happy-clients-silder-peterson ul li p {
  color: #6d6e6e;

  margin-bottom: 0;

  font-size: 13px;
}

.our-happy-clients-silder-peterson ul li img {
  width: 78px;

  height: 78px;

  object-fit: cover;

  border-radius: 50%;

  border: 4px solid #fff;

  object-position: 100% 0%;
}

.our-happy-clients-silder-peterson {
  margin-top: -25px;

  margin-left: 20px;
  display: none;
}

.our-happy-clients-main-box .slick-slide {
  opacity: 1.2;
}

/*Our Happy Clients Ends*/

/*Book A Session Start*/

.book-a-session-sec .container-fluid.add-padding {
  padding: 0 10% 0px 0px;
}

.book-a-session-images img {
  width: 100%;

  height: 611px;

  object-fit: cover;

  border-bottom-right-radius: 100px;
}

.book-a-session-form {
  margin-left: 80px;
}

.book-a-session-form textarea {
  border: none;

  border-bottom: 1px solid #afb0b0;

  height: 50px;

  width: 100%;

  margin-bottom: 20px;

  color: #4a4a4c;

  font-weight: 500;
}

.book-a-session-form input {
  border: none;

  border-bottom: 1px solid #afb0b0;

  height: 50px;

  width: 100%;

  margin-bottom: 25px;

  color: #4a4a4c;

  font-weight: 500;

  font-size: 15px;
}

.book-a-session-form input::placeholder {
  color: #4a4a4c;

  font-weight: 500;
}

.book-a-session-form textarea::placeholder {
  color: #4a4a4c;

  font-weight: 500;
}

.book-a-session-form textarea {
  border: none;

  border-bottom: 1px solid #afb0b0;

  height: 130px;

  width: 100%;

  margin-bottom: 20px;

  color: #4a4a4c;

  font-weight: 500;

  resize: none;

  font-size: 15px;
}

.book-a-session-form button {
  border: none;

  margin-top: 15px;
}

.book-a-session-sec {
  padding-bottom: 50px;
}

/*Book A Session Ends */

/*Why Work With Us Start*/

.why-work-with-us-boxs {
  position: relative;
}

.why-work-with-us-one-box {
  padding: 50px 50px;

  position: relative;

  margin-left: 50px;
}

.why-work-with-us-two-box h2 span {
  display: block;
}

.why-work-with-us-boxs:before {
  content: "";

  position: absolute;

  background: #000;

  width: 70%;

  height: 100%;

  border-bottom-right-radius: 100px;

  right: 0;
}

.why-work-with-us-two-box {
  margin-top: -300px;

  background: #ffff;

  position: relative;

  box-shadow: 0 0 20px 0 #649ea01f;

  text-align: center;

  padding: 120px 40px;

  border-top-left-radius: 100px;
}

.why-work-with-us-two-box h2 {
  font-size: 50px;

  line-height: 1.2;
}

.why-work-with-us-two-box h3 {
  font-size: 48px;

  color: #649fa1;

  text-decoration: underline;

  text-transform: capitalize;
}

.why-work-with-us-one-box h2 {
  color: #fff;

  font-size: 60px;

  line-height: 1.1;

  margin-bottom: 30px;
}

.why-work-with-us-one-box h2 span {
  display: block;
}

.why-work-with-us-one-box ul li {
  color: #e9e9e9;

  font-family: "ample";

  font-size: 16px;
}

.why-work-with-us-one-box ul li img {
  width: 29px;

  height: 25px;

  object-fit: contain;

  filter: brightness(0) saturate(100%) invert(64%) sepia(16%) saturate(801%)
    hue-rotate(133deg) brightness(89%) contrast(84%);
}

.why-work-with-us-one-box ul li {
  color: #e9e9e9;

  font-family: "ample";

  font-size: 16px;

  display: flex;

  align-items: center;

  gap: 15px;

  margin-bottom: 18px;
}

.why-work-with-us-three-boxs .row {
  justify-content: center;
}

.why-work-with-us-three-box {
  background: #649ea0;

  padding: 50px 80px;

  border-bottom-right-radius: 22px;

  border-bottom-left-radius: 22px;

  margin-top: -140px;

  height: 310px;

  display: flex;

  align-items: flex-end;

  justify-content: center;

  width: 100%;
}

.why-work-with-us-three-box a {
  border: 1px solid #ffffff;

  display: flex;

  align-items: center;

  justify-content: center;

  height: 50px;

  border-radius: 50px;

  color: #ffffff;

  text-transform: uppercase;

  width: 100%;
}

.why-work-with-us-sec:before {
  content: "";

  position: absolute;

  background-image: url(../images/why-work-with-us-before.png);

  width: 297px;

  height: 41px;

  bottom: 0;

  right: 0;
}

.why-work-with-us-sec {
  position: relative;
}

.why-work-with-us-sec:before {
  content: "";

  position: absolute;

  background-image: url(../images/why-work-with-us-before.png);

  width: 297px;

  height: 41px;

  bottom: 28%;

  right: 0;

  background-size: cover;
}

#preloader {
  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: #649ea0;

  display: flex;

  justify-content: center;

  align-items: center;

  z-index: 9999;

  transition:
    opacity 0.6s ease,
    visibility 0.6s ease;
}

.loader {
  display: flex;

  align-items: flex-end;

  gap: 5px;
}

.bar {
  width: 6px;

  height: 20px;

  background: #fff;

  border-radius: 4px;

  animation: bounce 1s infinite ease-in-out;
}

.bar:nth-child(1) {
  animation-delay: 0s;
}

.bar:nth-child(2) {
  animation-delay: 0.1s;
}

.bar:nth-child(3) {
  animation-delay: 0.2s;
}

.bar:nth-child(4) {
  animation-delay: 0.3s;
}

.bar:nth-child(5) {
  animation-delay: 0.4s;
}

@keyframes bounce {
  0%,
  100% {
    height: 20px;
  }

  50% {
    height: 60px;
  }
}

#preloader.hidden {
  opacity: 0;

  visibility: hidden;
}

.total-savings-main h4 {
  text-transform: uppercase;

  font-size: 20px;

  font-weight: 500;
}

.reveal-box {
  position: relative;

  overflow: hidden;

  transform: perspective(1200px) rotateX(0deg) rotateY(0deg);

  box-shadow: unset !important;
}

.reveal-box img {
  width: 100%;

  display: block;

  transform: scale(1.15);

  height: 400px;

  object-fit: cover;
}

/* overlays */

.overlay {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 2;
}

.overlay.blue {
  background: #004aad;
}

.overlay.white {
  background: #fff;
}

/*Why Work With Us Ends */

/*.smooth-wrap {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    will-change: transform;

}*/

/*Footer Start*/

footer {
  background: #1a1a1a;

  position: relative;
}

.quick-link {
  position: absolute;

  height: 100%;

  z-index: 9999;

  bottom: 0;

  width: 310px;

  left: 7%;

  background: #649ea0;

  padding-top: 80px;
}

.ftr-logo img {
  width: 70%;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(19%)
    hue-rotate(316deg) brightness(106%) contrast(106%);
  height: 98px;
}

.quick-link ul li a {
  font-size: 14px;

  font-weight: 500;

  color: #fff;

  padding: 15px 0px;

  line-height: 30px;

  border-bottom: 1px solid #e78c69;

  display: flex;

  margin: 0 30px 0;

  text-transform: uppercase;

  transition: 0.5s;

  justify-content: left;
}

.footer-newsletter ul {
  display: flex;

  align-items: center;

  gap: 20px;

  margin-bottom: 35px;
}

.footer-newsletter ul li h4 {
  font-size: 30px;

  color: #fff;

  margin: 0;

  line-height: 1;

  margin-bottom: 8px;

  font-family: "ample";
}

.newsinpt input {
  width: 100%;

  height: 55px;

  padding: 0 20px;

  border: 0;

  border-radius: 15px;
}

.newsinpt {
  position: relative;

  width: 93%;
}

.newsinpt button {
  position: absolute;

  top: 0;

  right: 0;

  border: 0;

  padding: 11px 40px;

  height: 55px;

  color: #fff;

  text-transform: capitalize;

  background: #649ea0;

  border-radius: 15px;
}

.footer-contact h5 {
  font-size: 30px;

  margin-bottom: 15px;

  color: #fff;

  font-family: "ample";
}

.footer-contact ul li a {
  font-size: 23px;
  color: #c1c1c3;
  font-weight: 500;
  display: flex;
  align-items: center;
  line-height: 20px;
  margin-bottom: 30px;
}

.footer-contact ul li i {
  margin: 0 10px 0 0;

  font-size: 25px;

  color: #fff;
}

.footer-contact ul li {
  line-height: 50px;

  display: flex;

  align-items: center;

  position: relative;
}

.footer-media ul {
  display: flex;

  align-items: center;

  gap: 10px;

  margin: 0;

  padding: 0 10px 0 30px;
}

.footer-media ul li a {
  color: #fff;

  font-size: 16px;

  display: flex;

  align-items: center;

  justify-content: center;

  border: 1px solid #fff;

  width: 45px;

  height: 45px;

  border-radius: 50%;

  transition: 0.5s;
}

.footer-media ul li a:hover {
  color: #fff;

  transition: 0.5s;

  transform: scale(1.2);

  background: #649ea0;
}

.footer-bottom p {
  font-size: 14px;

  margin: 0;

  text-align: right;

  color: #a0a0a0;
}

.footer-bottom {
  border-top: 1px solid #545454;

  padding: 20px 90px;

  background: #131313;

  z-index: 4;

  position: relative;
}

.footer-newsletter {
  width: 95%;

  margin: 0 auto;

  padding: 130px 0;
}

.footer-contact {
  position: relative;
  padding: 130px 0;
  width: fit-content;
  margin: 0 auto;
}

/*
.footer-contact:after {

    content: '';

    position: absolute;

    width: 1px;

    height: 100%;

    top: 0;

    left: -13%;

    z-index: 0;

    background: #5a5a5a;

}
*/

.ftr-logo {
  text-align: center;

  padding: 0;

  margin-bottom: 20px;
}

.footer-newsletter ul li p {
  color: #bbbbbb;

  margin-bottom: 0;

  font-size: 14px;
}

footer .row {
  align-items: stretch;
}

.quick-link ul li a:hover {
  padding-left: 20px;

  transition: 0.5s;
}

.quick-link ul li:last-child a {
  border: unset;
}

/*Cursor Dots Start*/

.theme-btn-1 {
  position: relative;

  overflow: hidden;

  transition: all 0.3s ease;
}

/* lift + shadow */

.theme-btn-1:hover {
  transform: translateY(-4px);

  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

/* shine effect */

.theme-btn-1::before {
  content: "";

  position: absolute;

  top: 0;

  left: -100%;

  width: 60%;

  height: 100%;

  background: rgba(255, 255, 255, 0.4);

  transform: skewX(-20deg);

  transition: 0.6s;
}

.theme-btn-1:hover::before {
  left: 120%;
}

.cursor-dot,
.cursor-outline {
  position: fixed;

  top: 0;

  left: 0;

  pointer-events: none;

  border-radius: 50%;

  transform: translate(-50%, -50%);

  z-index: 9999;
}

.cursor-dot {
  width: 12px;

  height: 12px;

  background: #649ea0;
}

.cursor-outline {
  width: 40px;

  height: 40px;

  border: 2px solid #649ea0;

  transition: all 0.2s ease-out;
}

.cursor-dot,
.cursor-outline {
  transition: transform 0.2s ease-out;
}

.cursor-dot.link-hover,
.cursor-outline.link-hover {
  background: #091e33;

  border-color: #091e33;

  transform: translate(-50%, -50%) scale(2);
}

.reveal-box:before {
  content: "";

  position: absolute;

  width: 200%;

  height: 0%;

  left: 50%;

  top: 50%;

  background-color: rgba(255, 255, 255, 0.3);

  transform: translate(-50%, -50%) rotate(-45deg);

  z-index: 1;
}

.reveal-box:hover::before {
  height: 250%;

  transition: all 600ms linear;

  background-color: transparent;
}

/* Footer Ends */

/*Inner About Us Start*/

.inner-banner-heading h2 {
  margin-bottom: 0;
}

.inner-banner-sec {
  background-image: url(../images/inner-banner.webp);

  height: 480px;

  background-size: cover;

  margin: 0 7.4%;

  border-radius: 30px;

  display: flex;

  align-items: center;

  position: relative;

  overflow: hidden;

  max-width: 100%;

  border-bottom-right-radius: 0;

  border-bottom-left-radius: 0;
}

.inner-banner-sec .container-fluid.add-padding {
  padding: 0 2%;
}

.inner-banner-heading h2 {
  color: #fff;
}

.inner-banner-sec:before {
  content: "";

  position: absolute;

  background: #649ea0a3;

  width: 100%;

  height: 100%;

  border-top-right-radius: 30px;

  border-top-left-radius: 30px;
}

.inner-banner-heading {
  position: relative;

  z-index: 9;
}

.inner-my-bio-sec .container {
  padding-right: 0px;
  padding-left: 0px;
}

.inner-my-bio-images img {
  width: 100%;
  height: 585px;
  object-fit: cover;
  border-radius: 20px;
}
.inner-my-bio-text strong {
  font-family: "ample";
  color: #000;
  font-size: 18px;
}

.inner-services-detail-text h2 {
  font-size: 65px;
  margin-bottom: 10px;
}

.inner-services-detail-text h3 {
  margin-bottom: 10px;
}

.inner-services-detail-row ul li {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
}
.inner-services-detail-row ul {
  line-height: 25px;
}

.inner-my-bio-row {
  margin-top: 70px;
}

/*Inner About Us Ends*/

/*Inenr Services Start*/

.inner-services-detail-img img {
  width: 100%;

  height: 530px;

  object-fit: cover;

  border-radius: 30px;
}

.inner-services-detail-text {
  margin-left: 20px;
}

.inner-services-detail-row {
  margin-top: 30px;
}

/*Inenr Services Ends*/

/*Inner Contact Us Start*/

.inner-contact-us-sec {
  padding: 100px 0 0;
}

.inner-contact-us-box {
  text-align: center;

  background: #fff;

  padding: 40px 0;

  width: 75%;

  margin: 0 auto;

  border-radius: 8px;

  transition: 0.5s;
}

.inner-contact-us-box:hover * {
  color: #fff;
}

.inner-contact-us-box:hover img {
  filter: brightness(0) saturate(100%) invert(91%) sepia(100%) saturate(33%)
    hue-rotate(198deg) brightness(108%) contrast(99%);
}

.inner-contact-us-box img {
  width: 65px;

  height: 65px;

  object-fit: contain;

  margin-bottom: 15px;

  filter: brightness(0) saturate(100%) invert(64%) sepia(11%) saturate(1158%)
    hue-rotate(133deg) brightness(89%) contrast(86%);
}

.inner-contact-us-box:hover {
  transition: 0.5s;

  background: #649ea0;
}

.inner-contact-us-box h2 {
  font-size: 30px;

  margin-bottom: 2px;

  color: #000;
}

.inner-contact-us-box a {
  font-size: 16px;

  color: #000;

  font-weight: 600;

  line-height: 22px;
}

.inner-contact-us-row {
  margin-top: 70px;
}

.inner-contact-us-images img {
  width: 100%;

  height: 660px;

  object-fit: cover;
}

.inner-contact-us-from h2 {
  color: #000;

  margin-bottom: 40px;

  text-transform: capitalize;
}

.inner-contact-us-from .theme-btn-2 {
  background: #649ea0;

  color: #ffffff !important;

  text-transform: uppercase;

  padding: 16px 35px;

  border-radius: 50px;

  font-size: 15px;

  border: none;
}

.container-fluid {
  padding: 0;
}

.inner-contact-us-row {
  background: #f2f2f2;

  padding: 0 0 0 5%;
}

.inner-contact-us-from {
  padding: 70px 60px 40px 0px;
}

.inner-contact-us-from input {
  width: 100%;

  height: 50px;

  border: none;

  border-bottom: 2px solid #d8dcdf;

  margin-bottom: 40px;

  font-weight: 600;

  text-transform: uppercase;

  font-size: 15px;

  background: none;
}

.inner-contact-us-from form textarea {
  width: 100%;

  height: 110px;

  border: none;

  margin-bottom: 40px;

  font-weight: 600;

  text-transform: uppercase;

  font-size: 15px;

  resize: none;

  border-bottom: 2px solid #d8dcdf;

  background: no-repeat;
}

.inner-contact-us-from input::placeholder {
  font-weight: 600;

  text-transform: uppercase;

  font-size: 15px;

  color: #000;
}

.inner-contact-us-from textarea::placeholder {
  font-weight: 600;

  text-transform: uppercase;

  font-size: 15px;

  color: #000;
}

.top-selling-sec.inner {
  padding: 100px 0;
}

/*Inner Contact Us Ends */

/* Inner Book Now Start*/

.book-now-sec {
  padding: 100px 0;
}

.book-now-input input {
  width: 100%;

  height: 50px;

  border: none;

  border-bottom: 2px solid #d8dcdf;

  margin-bottom: 60px;

  font-weight: 600;

  text-transform: uppercase;

  font-size: 15px;

  background: none;
}

.book-now-input select {
  width: 100%;

  height: 50px;

  border: none;

  border-bottom: 2px solid #d8dcdf;

  margin-bottom: 40px;

  font-weight: 600;

  text-transform: uppercase;

  font-size: 15px;
}

.book-now-textarea textarea {
  width: 100%;

  height: 200px;

  border: none;

  border-bottom: 2px solid #d8dcdf;

  margin-bottom: 40px;

  font-weight: 600;

  text-transform: uppercase;

  font-size: 15px;

  background: none;

  resize: none;
}

.book-now-button {
  text-align: center;
}

.book-now-input input::placeholder {
  color: #000;

  text-transform: uppercase;

  font-weight: 500;

  font-size: 15px;
}

.book-now-sec textarea::placeholder {
  color: #000;

  text-transform: uppercase;

  font-weight: 500;

  font-size: 15px;
}

.book-now-button button {
  border: none;
}

.about-us-row {
  margin-top: 15px;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;

  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

/* Inner Book Now End*/

/* Inner Patient Resources Start */

/* ─── SECTION TITLES ──────────────────────────────────── */

.section-eyebrow {
  font-size: 0.75rem;

  font-weight: 500;

  letter-spacing: 0.18em;

  text-transform: uppercase;

  color: var(--sage);

  margin-bottom: 0.75rem;
}

.section-title {
  font-weight: 300;
  margin-bottom: 0.75rem;
  line-height: 1;
  font-family: "ample";
  font-size: 55px;
}

.section-subtitle {
  font-weight: 600;
}

/* ─── QUICK ACTIONS STRIP ────────────────────────────── */

.quick-actions {
  background: var(--sage-dark);

  padding: 1.4rem 0;
}

.quick-btn {
  display: inline-flex;

  align-items: center;

  gap: 0.6rem;

  background: rgba(255, 255, 255, 0.12);

  border: 1px solid rgba(255, 255, 255, 0.25);

  border-radius: 8px;

  color: white;

  text-decoration: none;

  padding: 0.65rem 1.2rem;

  font-size: 0.85rem;

  font-weight: 400;

  transition:
    background 0.25s,
    transform 0.2s;

  white-space: nowrap;
}

.quick-btn:hover {
  background: rgba(255, 255, 255, 0.22);

  color: white;

  transform: translateY(-2px);
}

.quick-btn i {
  font-size: 1rem;
}

/* ─── RESOURCE CARDS ─────────────────────────────────── */

.resources-section {
  padding: 5rem 0;
}

.resource-card {
  background: white;
  border: 2px solid #649ea0;
  border-radius: 10px;
  transition:
    box-shadow 0.3s,
    transform 0.3s;
  position: relative;
  overflow: hidden;
  height: 615px;
}

.resource-card::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 4px;

  height: 100%;

  background: var(--sage-light);

  transition: background 0.3s;
}

.resource-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);

  transform: translateY(-4px);
}

.card-icon img {
  width: 100%;
  height: 315px;
  object-fit: cover;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.resource-card-text {
  padding: 20px 20px 20px;
}

.resource-card h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.6rem;
  font-family: "ample";
}

.resource-card p {
  color: #000;

  line-height: 1.7;

  font-weight: 600;

  margin-bottom: 1.2rem;
}

.card-link {
  letter-spacing: 0.03em;
  align-items: center;
  text-transform: uppercase;
  color: #649ea0;
  font-weight: 700;
  font-size: 15px;
  border-bottom: 2px solid #649ea0;
  width: fit-content;
}

.card-link:hover {
  gap: 0.6rem;

  color: var(--sage-dark);
}

/* ─── FORMS SECTION ──────────────────────────────────── */

.forms-section {
  background: var(--cream);

  padding: 5rem 0;
}

.form-item {
  background: white;
  border-radius: 12px;
  border: 1px solid #000;
  padding: 1.2rem 1.2rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  transition:
    box-shadow 0.25s,
    transform 0.25s;
  text-decoration: none;
  color: inherit;
  justify-content: space-between;
}

.form-item:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.07);

  transform: translateY(-2px);

  color: inherit;
}

.form-icon {
  width: 44px;

  height: 44px;

  background: #649ea0;

  border-radius: 10px;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #fff;

  font-size: 1.1rem;

  flex-shrink: 0;
}

.form-item-body h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0.2rem;
  font-family: "ample";
}

.form-item-body span {
  font-size: 13px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.form-item-body span strong {
  font-weight: 800;
  margin-right: 5px;
}

.form-badge {
  margin-left: auto;

  border-radius: 20px;

  padding: 8px 20px;

  white-space: nowrap;

  flex-shrink: 0;

  font-family: "ample";

  border: 2px solid #fff;

  background: #649ea0;

  color: #ffff;
}

/* ─── FAQ SECTION ────────────────────────────────────── */

.faq-section {
  padding: 5rem 0;
}

.accordion-item {
  border: none !important;

  border-bottom: 1px solid var(--stone) !important;

  border-radius: 0 !important;

  background: transparent !important;
}

.accordion-button {
  background: transparent !important;

  font-size: 22px;

  font-weight: 400;

  color: #649ea0;

  padding: 1.2rem 0 !important;

  box-shadow: none !important;

  font-family: "ample";
}

.accordion-button:not(.collapsed) {
  color: var(--sage-dark) !important;
}

.accordion-button::after {
  filter: none;

  opacity: 0.5;
}

.accordion-button:not(.collapsed) {
  color: #000 !important;
}

.accordion-body {
  color: #000;

  font-size: 16px;

  line-height: 1.8;

  padding: 0 0 1.2rem !important;

  font-weight: 600;
}

.crisis-banner {
  background: #649ea0;

  padding: 4rem 0;
}

.crisis-banner h3 {
  font-weight: 300;

  color: white;

  margin-bottom: 0.75rem;

  font-family: "ample";

  font-size: 70px;

  line-height: 1;
}

.crisis-banner p {
  font-weight: 600;

  color: #fff;
}

.crisis-number {
  font-size: 2.6rem;

  font-weight: 300;

  color: #fff;

  text-decoration: none;

  display: block;

  line-height: 1;

  margin-bottom: 0.3rem;

  transition: color 0.2s;

  font-family: "ample";
}

.crisis-label {
  font-size: 0.75rem;

  letter-spacing: 0.15em;

  text-transform: uppercase;

  color: #fff;

  font-family: "Montserrat", sans-serif;
}

.crisis-divider {
  width: 1px;

  background: rgba(255, 255, 255, 0.15);

  align-self: stretch;
}

/* ─── INSURANCE SECTION ──────────────────────────────── */

.insurance-section {
  background: var(--cream);

  padding: 5rem 0;
}

.insurance-pill {
  display: inline-flex;

  align-items: center;

  gap: 0.5rem;

  background: white;

  border: 2px solid #649ea0;

  border-radius: 30px;

  padding: 12px 30px;

  font-size: 0.85rem;

  color: #000;

  margin: 0.3rem;

  font-weight: 700;
}

.insurance-pill i {
  color: #649ea0;

  font-size: 0.8rem;
}

/* ─── APPOINTMENT CTA ────────────────────────────────── */

.appt-cta {
  padding: 5rem 0;

  background: white;
}

.appt-card {
  background: #649ea0;

  border-radius: 20px;

  padding: 3.5rem;

  position: relative;

  overflow: hidden;
}

.appt-card::after {
  content: "";

  position: absolute;

  bottom: -60px;

  right: -60px;

  width: 250px;

  height: 250px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.06);

  pointer-events: none;
}

.appt-card h3 {
  font-size: 50px;

  color: #fff;

  margin-bottom: 10px;
}

.appt-card p {
  color: #fff;
}

.btn-appt-primary {
  background: white;

  color: #000;

  border: none;

  border-radius: 8px;

  padding: 0.85rem 2rem;

  font-size: 0.9rem;

  font-weight: 600;

  text-decoration: none;

  display: inline-block;

  transition:
    background 0.2s,
    transform 0.2s;
}

.btn-appt-secondary {
  background: transparent;

  color: rgba(255, 255, 255, 0.85);

  border: 1px solid rgba(255, 255, 255, 0.3);

  border-radius: 8px;

  padding: 0.85rem 2rem;

  font-size: 0.9rem;

  font-weight: 400;

  text-decoration: none;

  display: inline-block;

  transition:
    border-color 0.2s,
    color 0.2s;
}

.btn-appt-secondary:hover {
  border-color: white;

  color: white;
}

/* Inner Patient Resources Ends */

/*Book A Session Start*/

:root {
  --theme-color: #649ea0;
}

.book-a-session-popup-box .btn-theme {
  background-color: var(--theme-color);

  border-color: var(--theme-color);

  color: white;

  border-radius: 50px;
}

.book-a-session-popup-box .btn-close:focus {
  box-shadow: inherit !important;
}

.book-a-session-popup-box .form-check label strong {
  font-weight: 600;
}

.book-a-session-popup-box .btn-theme:hover {
  background-color: #4f7e80;

  border-color: #4f7e80;

  color: white;

  border-radius: 50px;
}

.book-a-session-popup-box .btn-outline-theme {
  border-color: var(--theme-color);

  color: var(--theme-color);
}

.book-a-session-popup-box .btn-outline-theme:hover {
  background-color: var(--theme-color);

  color: white;
}

.book-a-session-popup-box .text-theme {
  color: var(--theme-color);
}

.book-a-session-popup-box .border-theme {
  border-color: var(--theme-color) !important;
}

.book-a-session-popup-box .form-check-input:checked {
  background-color: var(--theme-color);

  border-color: var(--theme-color);
}

.book-a-session-popup-box .step {
  display: none;
}

.book-a-session-popup-box .step.active {
  display: block;
}

.book-a-session-popup-box .step-indicator {
  width: 50px;

  height: 50px;

  border-radius: 50%;

  background-color: #e9ecef;

  color: #000;

  display: flex;

  align-items: center;

  justify-content: center;

  font-weight: 600;

  margin: 0 auto 5px;
}

.book-a-session-popup-box .step-indicator.active {
  background-color: var(--theme-color);

  color: white;
}

.book-a-session-popup-box .step-label {
  font-size: 14px;

  color: #000;

  font-weight: 700;
}

.book-a-session-popup-box .step-label.active {
  color: var(--theme-color);

  font-weight: 500;

  font-size: 14px;

  font-weight: 700;
}

.book-a-session-popup-box .modal-dialog {
  max-width: 650px;

  margin: 1.75rem auto;
}

.book-a-session-popup-box .modal-title {
  margin-bottom: 0;

  line-height: 1.5;

  font-family: "ample";

  font-size: 30px;
}

.book-a-session-popup-box .btn-close {
  opacity: inherit;
}

.book-a-session-popup-box h6.fw-semibold {
  font-family: "ample";
}

.book-a-session-popup-box label.form-label.fw-medium {
  font-size: 15px;

  color: #000;

  font-weight: 600;
}

.book-a-session-popup-box .form-control {
  height: 50px;

  text-transform: capitalize;
}

.book-a-session-popup-box .form-control {
  height: 50px;

  text-transform: capitalize;

  font-size: 14px;

  font-weight: 600;

  border-radius: 50px;

  padding: 0 20px;
}

.book-a-session-popup-box .form-check label {
  font-weight: 600;

  font-size: 15px;

  color: #000;
}

.book-a-session-popup-box .btn-outline-secondary {
  color: #000 !important;

  border-color: #000 !important;

  border-radius: 50px;

  font-weight: 500;

  font-size: 15px;
}

.book-a-session-popup-box .btn-outline-secondary:hover {
  color: #fff !important;

  background-color: #000;

  border-color: #6c757d;
}

.book-a-session-popup-box .form-control:focus {
  color: #212529;

  background-color: #fff;

  border-color: inherit !important;

  outline: 0;

  box-shadow: inherit !important;
}

.book-a-session-popup-box .form-control:disabled,
.form-control:read-only {
  background-color: #e9ecef;

  opacity: 1;

  padding: 15px 10px;
}

.book-a-session-popup-box .btn-check:focus + .btn,
.btn:focus {
  outline: 0;

  box-shadow: inherit !important;
}

.book-a-session-popup-box .text-muted {
  color: #6c757d !important;

  font-weight: 600;
}

.privacy-policy-sec.sec h2 {
  font-size: 40px;

  margin-bottom: 10px;

  margin-top: 20px;
}

.privacy-policy-sec.sec ul li {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.privacy-policy-sec.sec p {
  margin-bottom: 5px;
}
.privacy-policy-sec.sec strong {
  font-weight: 800;
}
.privacy-policy-sec.sec ul {
  line-height: 30px;
  margin-bottom: 10px;
}
.privacy-policy-sec.sec strong {
  font-weight: 800;
  color: #000;
  margin-bottom: 7px;
}
.privacy-policy-sec.sec ul li strong {
  margin-bottom: 0 !important;
}

/*Book A Session Ends*/

/* Patient And Famliy Guide Start */

.patient-respurces-detail-sec {
  padding: 100px 0;
}
.patient-respurces-detail-box h2 {
  font-size: 45px;
  margin-bottom: 10px;
}
.patient-respurces-detail-box h3 {
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 15px;
}
.patient-respurces-detail-box p {
  margin-bottom: 8px;
}
.patient-respurces-detail-box h4 {
  font-family: "ample";
  font-size: 25px;
  margin-bottom: 5px;
  margin-top: 12px;
}
.patient-respurces-detail-box ul {
  line-height: 28px;
}
.patient-respurces-detail-box ul li {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}
.inner-services-sec {
  padding: 100px 0;
}

.inner-services-box-images img {
  width: 100%;
  height: 525px;
  object-fit: cover;
  border-radius: 30px;
}
.inner-services-box-text h2 {
  margin-bottom: 10px;
}
.inner-services-box-text ul li {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}
.inner-services-box-text p {
  margin-bottom: 15px;
}
.inner-services-box-text ul {
  line-height: 25px;
}
.mt-8 {
  margin-top: 80px;
}
.footer-contact-btn svg {
  /*width: 150px;*/
  height: 20px;
  object-fit: contain;
}
.footer-contact-btn a {
  font-size: 13px !important;
  color: #c1c1c3 !important;
  text-decoration: underline !important;
  margin-top: 5px !important;
}
.footer-contact-btn.one {
  margin-top: 5px;
}
.footer-contact-btn.two {
  margin-top: 20px;
}
.footer-contact-btn.two img {
  /*width: 150px;*/
  height: 20px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(248%)
    hue-rotate(347deg) brightness(118%) contrast(100%);
}
.footer-contact-btn a {
  font-size: 16px !important;
  color: #c1c1c3 !important;
  text-decoration: underline !important;
  margin-top: 10px !important;
  width: 100%;
}
/* Patient And Famliy Guide Ends */

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .quick-link ul li a {
    font-size: 13px;
    padding: 8px 0px;
    margin: 0 20px 0;
  }

  .footer-bottom p {
    font-size: 13px;
  }
  .why-work-with-us-two-box {
    margin-top: -300px;
    padding: 30px 30px;
    border-top-left-radius: 80px;
  }
  .why-work-with-us-two-box h3 {
    font-size: 28px;
  }
  .why-work-with-us-three-box {
    padding: 20px 80px;
    height: 240px;
  }
  .why-work-with-us-three-box a {
    height: 45px;
    font-size: 15px;
  }
  .footer-media {
    margin-left: 80px;
  }
  .why-work-with-us-one-box {
    padding: 20px 0px;
    position: relative;
    margin-left: 0px;
  }
  .book-a-session-form {
    margin-left: 10px;
  }
  .our-happy-clients-silder-items {
    height: 290px;
    padding: 15px;
  }
  .services-we-provide-sec {
    padding: 50px 0 40px;
  }
  .services-we-provide-row .slick-prev:before {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }
  .services-we-provide-row .slick-next:before {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }
  section.about-our-practice:before {
    width: 160px;
    height: 210px;
    right: 9%;
  }
  .about-our-practice-text h2 {
    width: 88%;
    font-size: 45px;
    margin-bottom: 10px;
  }
  .services-we-provide-box-text {
    height: 325px;
  }
  .get-started-head {
    right: 155px;
    top: 10px;
    width: 70px;
    height: 70px;
  }
  .container-fluid.add-padding {
    padding: 0 4.4%;
  }
  section.about-our-practice:after {
    right: 190px;
    z-index: -999;
  }
  .about-our-practice-sec:after {
    height: 150%;
    left: 145px;
  }
  .about-our-practice-images img {
    border: 15px solid #ffff;
    width: 350px;
    height: 350px;
  }

  .about-our-practice-text p {
    color: #414141;
    margin-bottom: 20px;
    width: 77%;
  }

  .banner-have-any-question-btn a {
    padding: 12px 15px;
    font-size: 12px;
  }
  .banner-have-any-question-box ul li label {
    font-size: 15px;
  }
  .banner-have-any-question-row {
    gap: 10px;
    margin-top: 10px;
  }
  .banner-have-any-question-box ul li a {
    font-size: 18px;
  }
  .inner-services-sec {
    padding: 50px 0;
  }
  .privacy-policy-sec.sec h2 {
    font-size: 25px;
  }
  .inner-my-bio-images img {
    width: 100%;
    height: 345px;
  }
  .menuSection {
    padding: 15px 0;
  }
  .section-title {
    font-size: 35px;
  }
  .inner-services-box-images img {
    width: 100%;
    height: 315px;
  }
  .patient-respurces-detail-box h4 {
    font-size: 20px;
  }
  .patient-respurces-detail-box h3 {
    font-size: 25px;
  }
  .patient-respurces-detail-box h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .patient-respurces-detail-sec {
    padding: 50px 0;
  }
  section.resources-section .row {
    justify-content: center;
  }
  section.forms-section .form-item-body h5 {
    color: #000 !important;
  }
  .crisis-number {
    font-size: 2rem;
  }
  .d-flex.flex-wrap.gap-4.justify-content-lg-end.align-items-center
    .text-end.fade-up.visible {
    width: 40%;
  }

  .crisis-banner h3 {
    font-size: 35px;
  }
  .book-a-session-popup-box .step-indicator {
    width: 45px;
    height: 45px;
  }
  .book-a-session-popup-box .text-muted {
    font-size: 13px;
  }
  .book-a-session-popup-box .form-control {
    font-size: 13px;
    padding: 16px 15px !important;
  }
  .book-a-session-popup-box .form-check label {
    font-size: 13px;
  }
  .book-a-session-popup-box .form-control {
    font-size: 13px;

    padding: 0 15px;
  }
  .book-a-session-popup-box label.form-label.fw-medium {
    font-size: 14px;
  }
  .book-a-session-popup-box .modal-title {
    font-size: 25px;
  }

  .book-a-session-popup-box .step-label.active {
    font-size: 10px;
  }
  .book-a-session-popup-box .step-label {
    font-size: 10px;
  }
  .col {
    padding: 0 0 !important;
  }
  section.appt-cta h3 br {
    display: none;
  }
  .appt-cta {
    padding: 1rem 0 4rem;
  }
  section.appt-cta h3 {
    font-size: 35px;
  }

  section.appt-cta p {
    margin-bottom: 0;
  }
  .appt-card {
    padding: 1.5rem;
  }
  section.forms-section h2 br {
    display: none;
  }
  .resources-section {
    padding: 3rem 0;
  }
  .forms-section {
    padding: 2rem 0;
  }
  .resource-card {
    height: 575px;
  }

  .card-icon img {
    width: 100%;
    height: 185px;
  }

  .faq-section {
    padding: 3rem 0;
  }
  .accordion-body {
    font-size: 14px;
  }
  .accordion-button {
    font-size: 20px;
  }
  .inner-contact-us-row {
    margin-top: 10px;
  }
  .inner-contact-us-from h2 {
    margin-bottom: 20px;
  }
  .inner-contact-us-images img {
    height: 500px;
  }
  .inner-contact-us-from .theme-btn-2 {
    padding: 14px 25px;
    border-radius: 50px;
    font-size: 14px;
  }
  .inner-contact-us-from form textarea {
    margin-bottom: 20px;

    font-size: 15px;
  }
  .inner-contact-us-from input {
    margin-bottom: 20px;
  }
  .inner-contact-us-box a {
    font-size: 14px;
    line-height: 20px;
  }
  .inner-banner-sec {
    height: 230px;
  }
  .inner-contact-us-box h2 {
    font-size: 25px;
  }
  .inner-contact-us-box img {
    width: 55px;
    height: 55px;
  }
  .inner-contact-us-box {
    padding: 30px 0;
    width: 85%;
  }

  .inner-contact-us-sec {
    padding: 20px 0 0;
  }

  .carousel-item img {
    width: 100%;
    height: 605px;
  }

  .menuSec ul li a {
    font-size: 14px;
  }

  .header-logo a img {
    width: 70%;
  }

  .menuSec ul {
    gap: 10px;
  }
  .banner-have-any-question-box ul li img {
    width: 48px;
    height: 56px;
  }
  h1 {
    font-size: 45px;

    margin: 0 0 5px;
  }
  .about-our-practice-text a {
    padding: 12px 25px;
  }
  .services-we-provide-row .slick-prev {
    left: -25px;
  }
  .services-we-provide-row .slick-next {
    right: 0px;
  }
  .services-we-provide-box-text {
    height: 250px;
  }
  .slick-dots {
    display: none !important;
  }
  .services-we-provide-box-images img {
    height: 238px;
    object-fit: cover;
    border-radius: 20px;
  }

  .services-we-provide-button {
    padding: 10px 12px;
  }
  p {
    font-size: 13px !important;
    line-height: 22px !important;
  }
  .our-happy-clients-sec {
    margin-bottom: 30px;
  }
  .our-happy-clients-main-box .slick-prev:before {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
  .our-happy-clients-main-box .slick-next:before {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
  .our-happy-clients-sec .container-fluid {
    padding: 0 0 0 5%;
  }
  .our-happy-clients-main-box .slick-prev {
    top: 72%;
  }
  .our-happy-clients-main-box .slick-next {
    left: -130px;
  }
  .our-happy-clients-main-box .slick-next {
    top: 72%;
  }
  .our-happy-clients-main-box .slick-prev {
    left: -185px;
  }

  .our-happy-clients-heading h2 {
    font-size: 35px;
    line-height: 1.1;
  }
  .our-happy-clients-main-box .slick-slide {
    margin: 20px 15px;
  }
  .our-happy-clients-silder-items img {
    width: 33px;
    height: 20px;
  }
  .our-happy-clients-silder-items p {
    color: #8a8a8a;
    line-height: 20px;
    margin-bottom: 8px;
    font-size: 12px;
  }
  .our-happy-clients-main-box {
    margin-top: 50px;
    padding: 20px 0px 40px 30px;
  }
  .our-happy-clients-sec:before {
    height: 388px;
  }
  .our-happy-clients-sec:after {
    height: 388px;
  }
  .book-a-session-images img {
    height: 590px;
  }
  h2 {
    font-size: 45px;
  }
  .theme-btn-1 {
    padding: 14px 25px;
    font-size: 12px;
  }

  .book-a-session-form button {
    margin-top: 5px;
  }
  .book-a-session-form textarea {
    height: 90px;
    width: 100%;
    margin-bottom: 10px;
    resize: none;
    font-size: 15px;
  }
  .book-a-session-form input {
    margin-bottom: 15px;

    font-size: 15px;
  }
  .sec {
    padding: 50px 0;
  }
  .why-work-with-us-one-box ul li img {
    width: 23px;
    height: 15px;
    object-fit: contain;
  }
  .why-work-with-us-one-box ul li {
    font-size: 15px;
    gap: 10px;
    margin-bottom: 12px;
  }
  .why-work-with-us-one-box h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }

  .why-work-with-us-two-box h2 {
    font-size: 35px;
  }
  .footer-bottom .row {
    align-items: center;
  }
  .ftr-logo img {
    height: auto;
  }
  .quick-link {
    width: 350px;
    left: 5%;
    padding-top: 30px;
  }
  .footer-contact ul li a {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .footer-contact {
    padding: 50px 0;
  }
  .footer-media ul li a {
    font-size: 14px;
    width: 35px;
    height: 35px;
  }
  .footer-bottom {
    padding: 10px 20px;
  }
  .footer-contact-btn a {
    font-size: 15px !important;
  }
  .footer-contact ul li i {
    margin: 0 10px 0 0;
    font-size: 20px;
  }
  .why-work-with-us-two-box h2 span {
    display: contents;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .quick-link ul li a {
    font-size: 13px;
    padding: 8px 0px;
    margin: 0 20px 0;
  }

  .footer-bottom p {
    font-size: 13px;
  }
  .why-work-with-us-two-box {
    margin-top: -300px;
    padding: 30px 30px;
    border-top-left-radius: 80px;
  }
  .why-work-with-us-two-box h3 {
    font-size: 28px;
  }
  .why-work-with-us-three-box {
    padding: 20px 80px;
    height: 240px;
  }
  .why-work-with-us-three-box a {
    height: 45px;
    font-size: 15px;
  }
  .footer-media {
    margin-left: 20px;
  }
  .why-work-with-us-one-box {
    padding: 20px 0px;
    position: relative;
    margin-left: 0px;
  }
  .book-a-session-form {
    margin-left: 10px;
  }
  .our-happy-clients-silder-items {
    height: 290px;
    padding: 15px;
  }
  .services-we-provide-sec {
    padding: 50px 0 40px;
  }
  .services-we-provide-row .slick-prev:before {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }
  .services-we-provide-row .slick-next:before {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }
  section.about-our-practice:before {
    width: 160px;
    height: 210px;
    right: 8%;
  }

  .about-our-practice-text h2 {
    width: 88%;
    font-size: 40px;
    margin-bottom: 10px;
  }
  .get-started-head {
    right: 115px;
    top: 2px;
    width: 80px;
    height: 80px;
  }
  .container-fluid.add-padding {
    padding: 0 4.4%;
  }
  .about-our-practice-sec:after {
    height: 150%;
    left: 145px;
  }
  .about-our-practice-sec:after {
    height: 150%;
    left: 145px;
  }
  section.about-our-practice:after {
    height: 150%;
    top: 0;
    right: 154px;
  }

  .about-our-practice-images img {
    border: 15px solid #ffff;
    width: 300px;
    height: 300px;
  }
  .about-our-practice-text p {
    color: #414141;
    margin-bottom: 20px;
    width: 77%;
  }
  .banner-have-any-question-btn a {
    padding: 12px 15px;
    font-size: 11px;
  }
  .banner-have-any-question-box ul li label {
    font-size: 15px;
  }
  .banner-have-any-question-row {
    gap: 20px;
    margin-top: 10px;
  }
  .banner-have-any-question-box ul li a {
    font-size: 18px;
  }
  .inner-services-sec {
    padding: 50px 0;
  }
  .privacy-policy-sec.sec h2 {
    font-size: 25px;
  }
  .inner-my-bio-images img {
    width: 100%;
    height: 345px;
  }
  .menuSection {
    padding: 15px 0;
  }
  .section-title {
    font-size: 35px;
  }
  .inner-services-box-images img {
    width: 100%;
    height: 315px;
  }
  .patient-respurces-detail-box h4 {
    font-size: 20px;
  }
  .patient-respurces-detail-box h3 {
    font-size: 25px;
  }
  .patient-respurces-detail-box h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .patient-respurces-detail-sec {
    padding: 50px 0;
  }
  section.resources-section .row {
    justify-content: center;
  }
  section.forms-section .form-item-body h5 {
    color: #000 !important;
  }
  .crisis-number {
    font-size: 2rem;
  }
  .d-flex.flex-wrap.gap-4.justify-content-lg-end.align-items-center
    .text-end.fade-up.visible {
    width: 40%;
  }

  .crisis-banner h3 {
    font-size: 35px;
  }
  .book-a-session-popup-box .step-indicator {
    width: 45px;
    height: 45px;
  }
  .book-a-session-popup-box .text-muted {
    font-size: 13px;
  }
  .book-a-session-popup-box .form-control {
    font-size: 13px;
    padding: 16px 15px !important;
  }
  .book-a-session-popup-box .form-check label {
    font-size: 13px;
  }
  .book-a-session-popup-box .form-control {
    font-size: 13px;

    padding: 0 15px;
  }
  .book-a-session-popup-box label.form-label.fw-medium {
    font-size: 14px;
  }
  .book-a-session-popup-box .modal-title {
    font-size: 25px;
  }

  .book-a-session-popup-box .step-label.active {
    font-size: 10px;
  }
  .book-a-session-popup-box .step-label {
    font-size: 10px;
  }
  .col {
    padding: 0 0 !important;
  }
  section.appt-cta h3 br {
    display: none;
  }
  .appt-cta {
    padding: 1rem 0 4rem;
  }
  section.appt-cta h3 {
    font-size: 35px;
  }

  section.appt-cta p {
    margin-bottom: 0;
  }
  .appt-card {
    padding: 1.5rem;
  }
  section.forms-section h2 br {
    display: none;
  }
  .resources-section {
    padding: 3rem 0;
  }
  .forms-section {
    padding: 2rem 0;
  }
  .resource-card {
    height: 575px;
  }

  .card-icon img {
    width: 100%;
    height: 185px;
  }

  .faq-section {
    padding: 3rem 0;
  }
  .accordion-body {
    font-size: 14px;
  }
  .accordion-button {
    font-size: 20px;
  }
  .inner-contact-us-row {
    margin-top: 10px;
  }
  .inner-contact-us-from h2 {
    margin-bottom: 20px;
  }
  .inner-contact-us-images img {
    height: 500px;
  }
  .inner-contact-us-from .theme-btn-2 {
    padding: 14px 25px;
    border-radius: 50px;
    font-size: 14px;
  }
  .inner-contact-us-from form textarea {
    margin-bottom: 20px;

    font-size: 15px;
  }
  .inner-contact-us-from input {
    margin-bottom: 20px;
  }
  .inner-contact-us-box a {
    font-size: 14px;
    line-height: 20px;
  }
  .inner-banner-sec {
    height: 230px;
  }
  .inner-contact-us-box h2 {
    font-size: 25px;
  }
  .inner-contact-us-box img {
    width: 55px;
    height: 55px;
  }
  .inner-contact-us-box {
    padding: 30px 0;
    width: 85%;
  }

  .inner-contact-us-sec {
    padding: 20px 0 0;
  }

  .carousel-item img {
    width: 100%;
    height: 505px;
  }

  .menu-sec-button a {
    padding: 14px 25px;
    font-size: 11px;
  }
  .menuSec ul li a {
    font-size: 12px;
  }

  .header-logo a img {
    width: 65%;
  }
  .menu-sec-button {
    margin-left: -20px;
  }

  .menuSec ul {
    gap: 10px;
  }
  .banner-have-any-question-box ul li img {
    width: 48px;
    height: 56px;
  }
  h1 {
    font-size: 50px;
    margin: 0 0 5px;
  }
  .about-our-practice-text a {
    padding: 12px 25px;
  }
  .services-we-provide-row .slick-prev {
    left: -20px;
  }
  .services-we-provide-row .slick-next {
    right: 0px;
  }
  .services-we-provide-box-text {
    height: 235px;
  }

  .slick-dots {
    display: none !important;
  }
  .services-we-provide-box-images img {
    height: 238px;
    object-fit: cover;
    border-radius: 20px;
  }

  .services-we-provide-button {
    padding: 10px 12px;
  }
  p {
    font-size: 13px !important;
    line-height: 22px !important;
  }
  .our-happy-clients-sec {
    margin-bottom: 30px;
  }
  .our-happy-clients-main-box .slick-prev:before {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
  .our-happy-clients-main-box .slick-next:before {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
  .our-happy-clients-sec .container-fluid {
    padding: 0 0 0 5%;
  }
  .our-happy-clients-main-box .slick-prev {
    top: 72%;
  }
  .our-happy-clients-main-box .slick-next {
    left: -130px;
  }
  .our-happy-clients-main-box .slick-next {
    top: 72%;
  }
  .our-happy-clients-main-box .slick-prev {
    left: -185px;
  }

  .our-happy-clients-heading h2 {
    font-size: 35px;
    line-height: 1.1;
  }
  .our-happy-clients-main-box .slick-slide {
    margin: 20px 15px;
  }
  .our-happy-clients-silder-items img {
    width: 33px;
    height: 20px;
  }
  .our-happy-clients-silder-items p {
    color: #8a8a8a;
    line-height: 20px;
    margin-bottom: 8px;
    font-size: 12px;
  }
  .our-happy-clients-main-box {
    margin-top: 50px;
    padding: 20px 0px 40px 30px;
  }
  .our-happy-clients-sec:before {
    height: 388px;
  }
  .our-happy-clients-sec:after {
    height: 388px;
  }
  .book-a-session-images img {
    height: 590px;
  }
  h2 {
    font-size: 40px;
  }
  .theme-btn-1 {
    padding: 12px 25px;
    font-size: 14px;
  }
  .book-a-session-form button {
    margin-top: 5px;
  }
  .book-a-session-form textarea {
    height: 90px;
    width: 100%;
    margin-bottom: 10px;
    resize: none;
    font-size: 15px;
  }
  .book-a-session-form input {
    margin-bottom: 15px;

    font-size: 15px;
  }
  .sec {
    padding: 50px 0;
  }
  .why-work-with-us-one-box ul li img {
    width: 23px;
    height: 15px;
    object-fit: contain;
  }
  .why-work-with-us-one-box ul li {
    font-size: 15px;
    gap: 10px;
    margin-bottom: 12px;
  }
  .why-work-with-us-one-box h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }

  .why-work-with-us-two-box h2 {
    font-size: 35px;
  }
  .footer-bottom .row {
    align-items: center;
  }
  .ftr-logo img {
    height: auto;
  }
  .quick-link {
    width: 250px;
    left: 5%;
    padding-top: 30px;
  }
  .footer-contact ul li a {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .footer-contact {
    padding: 50px 0;
  }
  .footer-media ul li a {
    font-size: 14px;
    width: 35px;
    height: 35px;
  }
  .footer-bottom {
    padding: 10px 20px;
  }
  .footer-contact-btn a {
    font-size: 15px !important;
  }
  .footer-contact ul li i {
    margin: 0 10px 0 0;
    font-size: 20px;
  }

  .why-work-with-us-two-box h2 span {
    display: contents;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-work-with-us-two-box h2 span {
    display: contents;
  }
  .why-work-with-us-sec:before {
    width: 297px;
    height: 41px;
    bottom: 15%;
    right: 0;
  }
  .quick-link ul li a {
    font-size: 13px;
    padding: 8px 0px;
    margin: 0 20px 0;
  }
  .footer-bottom p {
    font-size: 13px;
  }
  .why-work-with-us-two-box {
    margin-top: -300px;
    padding: 30px 30px;
    border-top-left-radius: 80px;
  }
  .why-work-with-us-two-box h3 {
    font-size: 28px;
  }
  .why-work-with-us-three-box {
    padding: 20px 80px;
    height: 240px;
  }
  .why-work-with-us-three-box a {
    height: 45px;
    font-size: 15px;
  }
  .footer-media {
    margin-left: 20px;
  }
  .why-work-with-us-one-box {
    padding: 20px 0px;
    position: relative;
    margin-left: 0px;
  }
  .book-a-session-form {
    margin-left: 10px;
  }
  .our-happy-clients-silder-items {
    height: 290px;
    padding: 15px;
  }
  .services-we-provide-sec {
    padding: 50px 0 40px;
  }
  .services-we-provide-row .slick-prev:before {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }
  .services-we-provide-row .slick-next:before {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }
  section.about-our-practice:before {
    width: 130px;
    height: 190px;
    right: 8%;
    top: -140px;
  }
  .about-our-practice-text h2 {
    width: 88%;
    font-size: 30px;
    margin-bottom: 10px;
  }
  .get-started-head {
    right: 95px;
    top: 0px;
    width: 60px;
    height: 60px;
  }
  .container-fluid.add-padding {
    padding: 0 4.4%;
  }
  section.about-our-practice:after {
    right: 124px;
    z-index: -999;
  }
  .about-our-practice-sec:after {
    height: 150%;
    left: 108px;
  }
  .about-our-practice-images img {
    border: 15px solid #ffff;
    width: 200px;
    height: 205px;
  }
  .about-our-practice-text p {
    color: #414141;
    margin-bottom: 20px;
    width: 75%;
  }

  .banner-have-any-question-btn a {
    padding: 12px 15px;
    font-size: 12px;
  }
  .banner-have-any-question-box ul li label {
    font-size: 13px;
  }
  .banner-have-any-question-row {
    gap: 10px;
    margin-top: 10px;
  }
  .banner-have-any-question-box ul li a {
    font-size: 15px;
  }
  .inner-services-sec {
    padding: 50px 0;
  }
  .privacy-policy-sec.sec h2 {
    font-size: 25px;
  }
  .inner-my-bio-images img {
    width: 100%;
    height: 325px;
  }
  .menuSection {
    padding: 15px 0;
  }
  .section-title {
    font-size: 35px;
  }
  .inner-services-box-images img {
    width: 100%;
    height: 275px;
  }
  .patient-respurces-detail-box h4 {
    font-size: 20px;
  }
  .patient-respurces-detail-box h3 {
    font-size: 25px;
  }
  .patient-respurces-detail-box h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .patient-respurces-detail-sec {
    padding: 50px 0;
  }
  section.resources-section .row {
    justify-content: center;
  }
  section.forms-section .form-item-body h5 {
    color: #000 !important;
  }
  .crisis-number {
    font-size: 2rem;
  }
  .d-flex.flex-wrap.gap-4.justify-content-lg-end.align-items-center
    .text-end.fade-up.visible {
    width: 40%;
  }

  .crisis-banner h3 {
    font-size: 35px;
  }
  .book-a-session-popup-box .step-indicator {
    width: 45px;
    height: 45px;
  }
  .book-a-session-popup-box .text-muted {
    font-size: 13px;
  }
  .book-a-session-popup-box .form-control {
    font-size: 13px;
    padding: 16px 15px !important;
  }
  .book-a-session-popup-box .form-check label {
    font-size: 13px;
  }
  .book-a-session-popup-box .form-control {
    font-size: 13px;

    padding: 0 15px;
  }
  .book-a-session-popup-box label.form-label.fw-medium {
    font-size: 14px;
  }
  .book-a-session-popup-box .modal-title {
    font-size: 25px;
  }

  .book-a-session-popup-box .step-label.active {
    font-size: 10px;
  }
  .book-a-session-popup-box .step-label {
    font-size: 10px;
  }
  .col {
    padding: 0 0 !important;
  }
  section.appt-cta h3 br {
    display: none;
  }
  .appt-cta {
    padding: 1rem 0 4rem;
  }
  section.appt-cta h3 {
    font-size: 35px;
  }

  section.appt-cta p {
    margin-bottom: 0;
  }
  .appt-card {
    padding: 1.5rem;
  }
  section.forms-section h2 br {
    display: none;
  }
  .resources-section {
    padding: 3rem 0;
  }
  .forms-section {
    padding: 2rem 0;
  }
  .resource-card {
    height: 575px;
  }

  .card-icon img {
    width: 100%;
    height: 235px;
  }
  .faq-section {
    padding: 3rem 0;
  }
  .accordion-body {
    font-size: 14px;
  }
  .accordion-button {
    font-size: 20px;
  }
  .inner-contact-us-row {
    margin-top: 10px;
  }
  .inner-contact-us-from h2 {
    margin-bottom: 20px;
  }
  .inner-contact-us-images img {
    height: 450px;
  }
  .inner-contact-us-from .theme-btn-2 {
    padding: 14px 25px;
    border-radius: 50px;
    font-size: 14px;
  }
  .inner-contact-us-from form textarea {
    margin-bottom: 20px;

    font-size: 15px;
  }
  .inner-contact-us-from input {
    margin-bottom: 20px;
  }
  .inner-contact-us-box a {
    font-size: 12px;
    line-height: 20px;
  }
  .inner-banner-sec {
    height: 230px;
  }
  .inner-contact-us-box h2 {
    font-size: 25px;
  }
  .inner-contact-us-box img {
    width: 55px;
    height: 55px;
  }
  .inner-contact-us-box {
    padding: 30px 0;
    width: 100%;
  }

  .inner-contact-us-sec {
    padding: 20px 0 0;
  }

  .carousel-item img {
    width: 100%;
    height: 435px;
  }
  .menu-sec-button {
    margin-left: -20px;
  }
  .menu-sec-button a {
    padding: 7px 11px;
    font-size: 10px;
  }
  .menuSec ul li a {
    font-size: 11px;
  }
  .menu-sec-button a {
    padding: 7px 10px;
    font-size: 8px;
  }
  .header-logo a img {
    width: 100%;
  }
  .menuSec ul {
    gap: 10px;
  }
  .banner-have-any-question-box ul li img {
    width: 35px;
    height: 36px;
  }
  .banner-have-any-question-box ul {
    gap: 5px;
  }
  h1 {
    font-size: 45px;

    margin: 0 0 5px;
  }
  .about-our-practice-text a {
    padding: 12px 25px;
  }
  .services-we-provide-row .slick-prev {
    left: -18px;
  }
  .services-we-provide-row .slick-next {
    right: 8px;
  }
  .services-we-provide-box-images img {
    height: 198px;
    object-fit: cover;
    border-radius: 20px;
  }

  .services-we-provide-button {
    padding: 10px 12px;
  }
  p {
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .our-happy-clients-sec {
    margin-bottom: 30px;
  }
  .our-happy-clients-main-box .slick-prev:before {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
  .our-happy-clients-main-box .slick-next:before {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
  .our-happy-clients-sec .container-fluid {
    padding: 0 0 0 5%;
  }
  .our-happy-clients-main-box .slick-prev {
    top: 72%;
  }
  .our-happy-clients-main-box .slick-next {
    left: -130px;
  }
  .our-happy-clients-main-box .slick-next {
    top: 72%;
  }
  .our-happy-clients-main-box .slick-prev {
    left: -185px;
  }

  .our-happy-clients-heading h2 {
    font-size: 35px;
    line-height: 1.1;
  }
  .our-happy-clients-main-box .slick-slide {
    margin: 20px 15px;
  }
  .our-happy-clients-silder-items img {
    width: 33px;
    height: 20px;
  }
  .our-happy-clients-silder-items p {
    color: #8a8a8a;
    line-height: 20px;
    margin-bottom: 8px;
    font-size: 12px;
  }
  .our-happy-clients-main-box {
    margin-top: 50px;
    padding: 20px 0px 40px 30px;
  }
  .our-happy-clients-sec:before {
    height: 388px;
  }
  .our-happy-clients-sec:after {
    height: 388px;
  }
  .book-a-session-images img {
    height: 590px;
  }
  h2 {
    font-size: 35px;
  }
  .theme-btn-1 {
    padding: 12px 25px;
    font-size: 14px;
  }
  .book-a-session-form button {
    margin-top: 5px;
  }
  .book-a-session-form textarea {
    height: 90px;
    width: 100%;
    margin-bottom: 10px;
    resize: none;
    font-size: 15px;
  }
  .book-a-session-form input {
    margin-bottom: 15px;

    font-size: 15px;
  }
  .sec {
    padding: 50px 0;
  }
  .why-work-with-us-one-box ul li img {
    width: 23px;
    height: 15px;
    object-fit: contain;
  }
  .banner_text p {
    width: 80%;
  }
  .why-work-with-us-one-box ul li {
    font-size: 11px;
    gap: 3px;
    margin-bottom: 12px;
  }
  .why-work-with-us-one-box h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }

  .why-work-with-us-two-box h2 {
    font-size: 35px;
  }
  .footer-bottom .row {
    align-items: center;
  }
  .ftr-logo img {
    height: auto;
  }
  .quick-link {
    width: 250px;
    left: 5%;
    padding-top: 30px;
  }
  .footer-contact ul li a {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .footer-contact {
    padding: 50px 0;
  }
  .footer-media ul li a {
    font-size: 14px;
    width: 35px;
    height: 35px;
  }
  .footer-bottom {
    padding: 10px 20px;
  }
  .footer-contact-btn a {
    font-size: 15px !important;
  }
  .footer-contact ul li i {
    margin: 0 10px 0 0;
    font-size: 20px;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .our-happy-clients-main-box .slick-next:before {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
  .our-happy-clients-main-box .slick-next {
    left: 40px;
  }
  .our-happy-clients-main-box .slick-prev {
    left: 0;
    z-index: 99999;
  }
  .our-happy-clients-main-box .slick-prev:before {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
  .our-happy-clients-main-box .slick-next {
    top: 95%;
  }
  .our-happy-clients-silder-items ul li i {
    font-size: 15px;
  }
  .our-happy-clients-main-box .slick-prev {
    top: 95%;
  }
  .theme-btn-1 {
    padding: 12px 25px !important;
    font-size: 12px !important;
  }
  section.about-our-practice:before {
    display: none !important;
  }
  .about-our-practice-images img {
    width: 250px !important;
    height: 250px !important;
    border: 5px solid #ffff;
  }
  .about-our-practice-sec:after {
    display: none !important;
  }
  section.about-our-practice:after {
    display: none !important;
  }
  .get-started-head {
    display: none !important;
  }
  .about-our-practice-sec:before {
    display: none !important;
  }
  .sec {
    padding: 40px 0;
  }
  .ftr-logo img {
    width: 50%;
    height: 62px;
    object-fit: contain;
  }
  .header-logo a img {
    width: 45%;
    object-fit: cover;
  }
  .header-logo {
    text-align: center;
  }
  .menu-sec-button {
    text-align: center;
    margin-top: 20px;
  }
  .menuSection {
    padding: 60px 0 0;
  }

  .quick-link ul li a {
    font-size: 12px;
    padding: 5px 0px;
    margin: 0 10px 0;
    transition: 0.5s;
  }
  .slicknav_menu {
    background: #649ea0;
  }

  .quick-link {
    position: inherit;
    height: 100%;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    left: 0%;
    background: #649ea0;
    padding-top: 20px;
  }
  .footer-contact ul li i {
    font-size: 20px;
  }
  .footer-bottom p {
    font-size: 12px;
    text-align: center;
    color: #a0a0a0;
  }
  .footer-media ul {
    justify-content: center;
    margin-bottom: 10px;
  }
  .footer-media ul li a {
    width: 38px;
    height: 38px;
  }
  .footer-bottom {
    padding: 10px 0px;
  }

  .footer-newsletter {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
  }
  .footer-contact ul li {
    line-height: 45px;
  }
  .footer-contact ul li a {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .footer-contact {
    padding: 30px 0;
  }

  .banner_text h1 {
    font-size: 33px;
    margin-bottom: 0;
  }

  .banner_text p {
    width: 60%;
    margin-bottom: 10px;
  }

  .banner-have-any-question-row {
    gap: 8px;
    align-items: center;
    justify-content: center;
    display: block;
    margin-top: 0;
  }

  .banner-have-any-question-btn {
  }

  .banner-have-any-question-btn a.theme-btn-1 {
    padding: 14px 14px;
    font-size: 12px;
    width: 100%;
    width: fit-content;
  }
  .banner_text {
    margin-left: 10px;
  }
  .banner-have-any-question-box ul li a {
    font-size: 18px;
  }

  .banner-have-any-question-box ul li label {
    font-size: 12px;
  }

  .banner-have-any-question-box ul li img {
    width: 40px;
    height: 40px;
  }

  .banner-have-any-question-box ul {
    gap: 7px;
  }

  .main_slider .container-fluid.add-padding {
    padding: 0 1.4%;
  }

  .banner-have-any-question-box {
    width: 100%;
  }

  .carousel-item img {
    height: 430px;
  }
  section.main_slider .carousel-caption {
    top: 25px;
  }
  .inner-banner-sec {
    height: 150px;
  }
  .slicknav_nav a:hover {
    background: #000;
    color: #fff;
  }

  .about-our-practice-images img {
    width: 100%;
    height: 320px;
  }
  .services-we-provide-box-text {
    margin-top: 20px;
    height: 285px;
    text-align: center;
  }
  .services-we-provide-row .slick-prev {
    left: 0px;
  }

  .services-we-provide-row .slick-prev:before {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }
  .services-we-provide-button {
    padding: 10px 20px;
  }
  .services-we-provide-row .slick-next:before {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }
  .about-our-practice-text h2 {
    font-size: 30px;
  }
  .services-we-provide-heading h2 {
    font-size: 30px;
  }
  .services-we-provide-box-text p {
    width: 99%;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
  }
  .services-we-provide-row .slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  .services-we-provide-box-images img {
    height: 150px;
    border-radius: 30px;
  }

  .services-we-provide-row .slick-next {
    right: 10px;
  }
  .services-we-provide-sec {
    padding: 30px 0 40px;
  }
  .about-our-practice-text p {
    margin-bottom: 10px;
    width: 100%;
  }
  .inner-my-bio-images img {
    width: 100%;
    height: 275px;
  }
  .btn-appt-primary {
    background: #000 !important;
  }
  .form-item {
    display: block;
    text-align: center;
  }
  .form-icon {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .insurance-section {
    padding: 4rem 0;
    text-align: center;
  }
  .appt-card {
    text-align: center;
  }
  section.faq-section.inner {
    padding: 50px 0;
  }
  .inner-contact-us-from h2 {
    color: #000;
    margin-bottom: 20px;
  }
  .inner-contact-us-images {
    margin-top: 20px;
  }
  .inner-contact-us-images img {
    width: 100%;
    height: 360px;
  }
  .book-a-session-popup-box .step-label {
    font-size: 10px;
    color: #000;
    font-weight: 700;
  }

  .inner-contact-us-from input {
    width: 100%;
    height: 50px;

    margin-bottom: 20px;

    font-size: 15px;
  }
  .inner-contact-us-from {
    padding: 30px 0px 0px 0;
  }
  .inner-contact-us-box a {
    font-size: 15px;
  }
  .inner-contact-us-box {
    padding: 20px 0;
    width: 100%;
    margin: 0 auto;
  }
  .inner-contact-us-box h2 {
    font-size: 22px;
  }
  .inner-contact-us-sec {
    padding: 50px 0 50px;
  }
  .inner-contact-us-box img {
    width: 55px;
    height: 55px;
  }
  .patient-respurces-detail-sec {
    padding: 50px 0;
  }

  .faq-section {
    padding: 0rem 0rem 2rem;
  }

  .insurance-section .col-lg-7.fade-up.visible {
    height: auto !important;
    display: block;
    align-content: center;
  }
  section.faq-section .row.justify-content-center.mb-5 {
    margin-bottom: 0 !important;
  }
  .appt-card a {
    margin: 0 auto;
  }
  .book-a-session-popup-box .step-indicator {
    width: 40px;
    height: 40px;
  }
  .insurance-form-box.book-a-session-popup-box .p-4 {
    padding: 0.5rem !important;
  }
  .book-a-session-popup-box .form-check label {
    font-size: 10px;
  }
  .insurance-form-box.book-a-session-popup-box {
    text-align: left;
  }
  .book-a-session-popup-box .modal-title {
    font-size: 18px;
  }
  .accordion-body {
    font-size: 13px;
    line-height: 1.5;
    padding: 0 0 1.2rem !important;
    font-weight: 600;
  }
  .accordion-button {
    font-size: 18px;

    line-height: 25px;
  }
  .appt-cta {
    padding: 1rem 0 3rem;
  }
  section.appt-cta .flex-wrap.gap-3.justify-content-lg-end {
    margin-top: 0 !important;
  }

  section.appt-cta a.btn-appt-primary {
    background: #fff !important;
    padding: 0.5rem 0.8rem;
  }
  .appt-card h3 {
    font-size: 25px;
  }
  .appt-card {
    padding: 1rem;

    text-align: center;
  }
  .crisis-banner .gap-4 {
    gap: 1rem !important;
  }
  .crisis-number {
    font-size: 2rem;
  }
  .crisis-banner .visible {
    visibility: visible !important;
    width: 100%;
    text-align: center !important;
  }
  .crisis-banner h3 {
    font-size: 30px;
  }
  .crisis-banner {
    background: #649ea0;
    padding: 1rem 0;
    text-align: center;
  }

  .form-item-body {
    margin-bottom: 15px;
  }

  .section-title {
    font-size: 30px;
  }
  .resources-section {
    padding: 3rem 0 0;
  }
  .forms-section {
    padding: 3rem 0;
    text-align: center;
  }

  .card-link {
    font-size: 13px;
  }
  .card-icon img {
    width: 100%;
    height: 265px;
  }
  .resource-card-text {
    padding: 10px 10px 20px;
    text-align: center;
  }
  .inner-services-box-text h3 {
    font-size: 25px;
  }
  .inner-services-box-text {
    text-align: center;
  }
  .inner-services-sec .mt-8 {
    margin-top: 20px;
  }
  .inner-services-sec .row.chg {
    flex-direction: column-reverse;
  }

  .inner-services-sec {
    padding: 50px 0;
  }
  .inner-services-box-images img {
    width: 100%;
    height: 165px;
  }

  .inner-my-bio-sec.sec .row.chg {
    flex-direction: column-reverse;
  }

  .inner-my-bio-text h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .inner-my-bio-sec.sec .mt-8 {
    margin-top: 40px;
  }
  .inner-my-bio-row {
    margin-top: 10px;
  }
  .inner-my-bio-sec.sec .mt-5 {
    margin-top: 2rem !important;
  }

  .inner-my-bio-text {
    text-align: center;
    margin-top: 20px;
  }
  p {
    font-size: 13px;

    line-height: 22px;
  }
  .about-our-practice-text {
    text-align: center;
    margin-top: 20px;
  }

  .services-we-provide-row .slick-prev {
    left: 0px;
  }
  .our-happy-clients-silder-items ul {
    margin: 0 auto;
    justify-content: center;
  }
  .our-happy-clients-silder-items p {
    line-height: 22px;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .our-happy-clients-silder-items img {
    width: 38px;
    height: 25px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .our-happy-clients-heading h2 span {
    display: contents;
  }
  .our-happy-clients-main-box .slick-slide {
    margin: 20px 5px;
  }

  .our-happy-clients-silder-items {
    height: auto;
    padding: 50px 10px;
  }
  .our-happy-clients-heading h2 {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1;
  }

  .our-happy-clients-main-box {
    padding: 20px 0px 30px 10px;
    border-top-left-radius: 50px;
    text-align: center;
    margin-top: 40px;
  }

  .our-happy-clients-sec:after {
    height: 320px;
  }

  .our-happy-clients-sec:before {
    height: 320px;
  }

  .our-happy-clients-sec .slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  .book-a-session-images img {
    height: 330px;
    border-bottom-right-radius: 30px;
  }
  .our-happy-clients-sec .container-fluid {
    padding: 0 0% 0 5%;
  }

  .book-a-session-form {
    margin-left: 20px;
  }

  .why-work-with-us-one-box {
    padding: 20px 15px;
    margin-left: 0;
    text-align: center;
  }

  .why-work-with-us-boxs:before {
    width: 100%;
    border-bottom-right-radius: 50px;
  }

  .why-work-with-us-one-box h2 {
    font-size: 30px;
  }
  .book-a-session-sec {
    padding-bottom: 0;
  }
  .book-a-session-form input {
    height: 50px;
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .book-a-session-sec .container-fluid.add-padding {
    padding: 0 5% 0px 5%;
  }
  .book-a-session-form {
    margin-left: 0 !important;
    margin-top: 20px;
    text-align: center;
  }
  .slick-dots {
    display: none !important;
  }
  .book-a-session-form textarea {
    height: 70px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    padding-top: 10px;
  }

  h2 {
    font-size: 30px;

    margin: 0 0 10px;
  }
  .book-a-session-form button {
    border: none;
    margin-top: 5px;
    text-align: center;
  }
  .why-work-with-us-two-box {
    margin-top: 20px;
    padding: 40px 10px;
    border-top-left-radius: 70px;
  }
  .why-work-with-us-one-box ul li img {
    width: 19px;
    height: 15px;
  }
  .why-work-with-us-one-box ul li {
    font-size: 15px;
    gap: 8px;
    margin-bottom: 8px;
    text-align: left;
  }
  .why-work-with-us-two-box h2 {
    font-size: 25px;
  }

  .why-work-with-us-two-box h3 {
    font-size: 25px;
  }
  .why-work-with-us-three-box a {
    height: 45px;
    font-size: 12px;
  }
  .why-work-with-us-three-box {
    padding: 20px 40px;
    margin-top: 0;
    height: 80px;
  }
  .slicknav_btn {
    z-index: 111;
  }

  .slicknav_menu {
    z-index: 999999;
    position: relative;
  }
  .inner-services-box-text h2 {
    font-size: 25px;
    margin-top: 20px;
  }
  .resources-section h2.section-title {
    font-size: 30px;
  }

  .resource-card {
    height: auto;
  }
  .patient-respurces-detail-box h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .patient-respurces-detail-box h3 {
    font-size: 25px;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .privacy-policy-sec.sec ul li {
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .privacy-policy-sec.sec h2 {
    font-size: 30px;
  }
  .patient-respurces-detail-box ul li {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .book-a-session-popup-box .btn-outline-secondary {
    font-size: 13px;
  }
  .book-a-session-popup-box .btn-theme {
    font-size: 13px;
  }

  .book-a-session-popup-box .d-flex.gap-3.mb-2 {
    gap: 10px !important;
  }
  .book-a-session-popup-box label.form-label.fw-medium {
    font-size: 13px;
  }
  .book-a-session-popup-box .form-control {
    height: 40px;
    text-transform: capitalize;
    font-size: 10px;

    padding: 0 10px;
  }
  .about-our-practice-images {
    text-align: center;
  }
  .book-a-session-popup-box .p-4 {
    padding: 0.5rem !important;
  }
  .privacy-policy-sec h2 {
    font-size: 25px !important;
  }
  .inner-services-detail-img img {
    height: 250px;
  }
  .inner-services-detail-text {
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .inner-services-detail-row {
    margin-top: 30px;
    text-align: center;
  }
  .inner-services-detail-text h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
  div#appointmentModal .col {
    width: 32%;
    flex: unset;
    margin-bottom: 12px;
  }
  .book-a-session-popup-box .step-label {
    font-size: 9px;
  }

  div#appointmentModal .row {
    justify-content: center;
  }
  .theme-btn-1 {
    padding: 12px 25px !important;
    font-size: 12px !important;
  }
  .our-happy-clients-main-box .slick-next {
    left: 60px;
  }

  .our-happy-clients-main-box .slick-prev {
    left: 20px;
    z-index: 999999;
  }
  .about-our-practice-images {
    text-align: center;
  }
  section.about-our-practice:before {
    display: none !important;
  }
  .about-our-practice-images img {
    width: 250px !important;
    height: 250px !important;
    border: 5px solid #ffff;
  }
  .about-our-practice-sec:after {
    display: none !important;
  }
  section.about-our-practice:after {
    display: none !important;
  }
  .get-started-head {
    display: none !important;
  }
  .about-our-practice-sec:before {
    display: none !important;
  }
  .sec {
    padding: 40px 0;
  }
  .ftr-logo img {
    width: 50%;
    height: 62px;
  }
  .header-logo a img {
    width: 45%;
    object-fit: cover;
  }
  .header-logo {
    text-align: center;
  }
  .menu-sec-button {
    text-align: center;
    margin-top: 20px;
  }
  .menuSection {
    padding: 60px 0 0;
  }

  .quick-link ul li a {
    font-size: 12px;
    padding: 5px 0px;
    margin: 0 10px 0;
    transition: 0.5s;
  }
  .slicknav_menu {
    background: #649ea0;
  }

  .quick-link {
    position: inherit;
    height: 100%;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    left: 0%;
    background: #649ea0;
    padding-top: 20px;
  }
  .footer-contact ul li i {
    font-size: 20px;
  }
  .footer-bottom p {
    font-size: 12px;
    text-align: center;
    color: #a0a0a0;
  }
  .footer-media ul {
    justify-content: center;
    margin-bottom: 10px;
  }
  .footer-media ul li a {
    width: 38px;
    height: 38px;
  }
  .footer-bottom {
    padding: 10px 0px;
  }

  .footer-newsletter {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
  }
  .footer-contact ul li {
    line-height: 45px;
  }
  .footer-contact ul li a {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .footer-contact {
    padding: 30px 0;
  }

  .banner_text h1 {
    font-size: 25px;
    margin-bottom: 0;
  }

  .banner_text p {
    width: 67%;
    font-size: 12px;
    margin-bottom: 0 !important;
    line-height: 20px;
  }

  .banner-have-any-question-row {
    gap: 8px;
    align-items: center;
    justify-content: center;
    display: block;
    margin-top: 10px;
  }

  .banner-have-any-question-btn {
  }

  .banner-have-any-question-btn a.theme-btn-1 {
    padding: 14px 14px;
    font-size: 12px;
    width: 100%;
    width: fit-content;
  }
  .banner_text {
    margin-left: 10px;
  }
  .banner-have-any-question-box ul li a {
    font-size: 18px;
  }

  .banner-have-any-question-box ul li label {
    font-size: 12px;
  }

  .banner-have-any-question-box ul li img {
    width: 40px;
    height: 40px;
  }

  .banner-have-any-question-box ul {
    gap: 7px;
  }

  .main_slider .container-fluid.add-padding {
    padding: 0 1.4%;
  }

  .banner-have-any-question-box {
    width: 100%;
  }

  .carousel-item img {
    height: 430px;
  }
  section.main_slider .carousel-caption {
    top: 25px;
  }
  .inner-banner-sec {
    height: 150px;
  }
  .slicknav_nav a:hover {
    background: #000;
    color: #fff;
  }

  .about-our-practice-images img {
    width: 100%;
    height: 320px;
  }
  .services-we-provide-box-text {
    margin-top: 20px;
    height: 285px;
    text-align: center;
  }
  .services-we-provide-row .slick-prev {
    left: 0px;
  }
  .services-we-provide-row .slick-prev:before {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
  .services-we-provide-button {
    padding: 5px 10px;
    font-size: 12px;
  }
  .services-we-provide-row .slick-next:before {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
  .about-our-practice-text h2 {
    font-size: 30px;
  }
  .services-we-provide-heading h2 {
    font-size: 30px;
  }
  .services-we-provide-box-text p {
    width: 99%;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
  }
  .services-we-provide-row .slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  .services-we-provide-box-images img {
    height: 150px;
    border-radius: 30px;
  }

  .services-we-provide-row .slick-next {
    right: 5px;
  }
  .services-we-provide-sec {
    padding: 30px 0 40px;
  }
  .about-our-practice-text p {
    margin-bottom: 10px;
    width: 100%;
  }
  .inner-my-bio-images img {
    width: 100%;
    height: 175px;
  }
  .btn-appt-primary {
    background: #000 !important;
  }
  .form-item {
    display: block;
    text-align: center;
  }
  .form-icon {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .insurance-section {
    padding: 4rem 0;
    text-align: center;
  }
  .appt-card {
    text-align: center;
  }
  section.faq-section.inner {
    padding: 50px 0;
  }
  .inner-contact-us-from h2 {
    color: #000;
    margin-bottom: 20px;
  }
  .inner-contact-us-images {
    margin-top: 20px;
  }
  .inner-contact-us-images img {
    width: 100%;
    height: 160px;
  }

  .inner-contact-us-from input {
    width: 100%;
    height: 50px;

    margin-bottom: 20px;

    font-size: 15px;
  }
  .inner-contact-us-from {
    padding: 30px 0px 0px 0;
  }
  .inner-contact-us-box a {
    font-size: 15px;
  }
  .inner-contact-us-box {
    padding: 20px 0;
    width: 100%;
    margin: 0 auto;
  }
  .inner-contact-us-box h2 {
    font-size: 22px;
  }
  .inner-contact-us-sec {
    padding: 50px 0 50px;
  }
  .inner-contact-us-box img {
    width: 55px;
    height: 55px;
  }
  .patient-respurces-detail-sec {
    padding: 50px 0;
  }

  .faq-section {
    padding: 0rem 0rem 2rem;
  }

  .insurance-section .col-lg-7.fade-up.visible {
    height: auto !important;
    display: block;
    align-content: center;
  }
  section.faq-section .row.justify-content-center.mb-5 {
    margin-bottom: 0 !important;
  }
  .appt-card a {
    margin: 0 auto;
  }
  .book-a-session-popup-box .step-indicator {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
  .insurance-form-box.book-a-session-popup-box .p-4 {
    padding: 0.5rem !important;
  }
  .book-a-session-popup-box .form-check label {
    font-size: 10px;
  }
  .insurance-form-box.book-a-session-popup-box {
    text-align: left;
  }
  .book-a-session-popup-box .modal-title {
    font-size: 18px;
  }
  .accordion-body {
    font-size: 13px;
    line-height: 1.5;
    padding: 0 0 1.2rem !important;
    font-weight: 600;
  }
  .accordion-button {
    font-size: 18px;

    line-height: 25px;
  }
  .appt-cta {
    padding: 1rem 0 3rem;
  }
  section.appt-cta .flex-wrap.gap-3.justify-content-lg-end {
    margin-top: 0 !important;
  }

  section.appt-cta a.btn-appt-primary {
    background: #fff !important;
    padding: 0.5rem 0.8rem;
  }
  .appt-card h3 {
    font-size: 25px;
  }
  .appt-card {
    padding: 1rem;

    text-align: center;
  }
  .crisis-banner .gap-4 {
    gap: 1rem !important;
  }
  .crisis-number {
    font-size: 2rem;
  }
  .crisis-banner .visible {
    visibility: visible !important;
    width: 100%;
    text-align: center !important;
  }
  .crisis-banner h3 {
    font-size: 30px;
  }
  .crisis-banner {
    background: #649ea0;
    padding: 1rem 0;
    text-align: center;
  }

  .form-item-body {
    margin-bottom: 15px;
  }

  .section-title {
    font-size: 30px;
  }
  .resources-section {
    padding: 3rem 0 0;
  }
  .forms-section {
    padding: 3rem 0;
    text-align: center;
  }

  .card-link {
    font-size: 13px;
  }
  .card-icon img {
    width: 100%;
    height: 165px;
  }
  .resource-card-text {
    padding: 10px 10px 20px;
    text-align: center;
  }
  .inner-services-box-text h3 {
    font-size: 25px;
  }
  .inner-services-box-text {
    text-align: center;
  }
  .inner-services-sec .mt-8 {
    margin-top: 20px;
  }
  .inner-services-sec .row.chg {
    flex-direction: column-reverse;
  }

  .inner-services-sec {
    padding: 50px 0;
  }
  .inner-services-box-images img {
    width: 100%;
    height: 165px;
  }

  .inner-my-bio-sec.sec .row.chg {
    flex-direction: column-reverse;
  }

  .inner-my-bio-text h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .inner-my-bio-sec.sec .mt-8 {
    margin-top: 40px;
  }
  .inner-my-bio-row {
    margin-top: 10px;
  }
  .inner-my-bio-sec.sec .mt-5 {
    margin-top: 2rem !important;
  }

  .inner-my-bio-text {
    text-align: center;
    margin-top: 20px;
  }
  p {
    font-size: 13px;

    line-height: 22px;
  }
  .about-our-practice-text {
    text-align: center;
    margin-top: 20px;
  }
  .services-we-provide-row .slick-prev {
    left: -5px;
    z-index: 9999;
  }
  .our-happy-clients-silder-items ul {
    margin: 0 auto;
    justify-content: center;
  }
  .our-happy-clients-silder-items p {
    line-height: 22px;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .our-happy-clients-silder-items img {
    width: 38px;
    height: 25px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .our-happy-clients-heading h2 span {
    display: contents;
  }
  .our-happy-clients-main-box .slick-slide {
    margin: 20px 5px;
  }

  .our-happy-clients-silder-items {
    height: auto;
    padding: 50px 10px;
  }
  .our-happy-clients-heading h2 {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1;
  }

  .our-happy-clients-main-box {
    padding: 20px 0px 30px 10px;
    border-top-left-radius: 50px;
    text-align: center;
    margin-top: 40px;
  }

  .our-happy-clients-sec:after {
    height: 320px;
  }

  .our-happy-clients-sec:before {
    height: 320px;
  }

  .our-happy-clients-sec .slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  .book-a-session-images img {
    height: 200px;
    border-bottom-right-radius: 30px;
  }
  .our-happy-clients-sec .container-fluid {
    padding: 0 0% 0 5%;
  }

  .book-a-session-form {
    margin-left: 20px;
  }

  .why-work-with-us-one-box {
    padding: 20px 15px;
    margin-left: 0;
    text-align: center;
  }

  .why-work-with-us-boxs:before {
    width: 100%;
    border-bottom-right-radius: 50px;
  }

  .why-work-with-us-one-box h2 {
    font-size: 30px;
  }
  .book-a-session-sec {
    padding-bottom: 0;
  }
  .book-a-session-form input {
    height: 50px;
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .book-a-session-sec .container-fluid.add-padding {
    padding: 0 5% 0px 5%;
  }
  .book-a-session-form {
    margin-left: 0 !important;
    margin-top: 20px;
    text-align: center;
  }
  .slick-dots {
    display: none !important;
  }
  .book-a-session-form textarea {
    height: 70px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    padding-top: 10px;
  }

  h2 {
    font-size: 30px;

    margin: 0 0 10px;
  }
  .book-a-session-form button {
    border: none;
    margin-top: 5px;
    text-align: center;
  }
  .why-work-with-us-two-box {
    margin-top: 20px;
    padding: 40px 10px;
    border-top-left-radius: 70px;
  }
  .why-work-with-us-one-box ul li img {
    width: 19px;
    height: 15px;
  }
  .why-work-with-us-one-box ul li {
    font-size: 15px;
    gap: 8px;
    margin-bottom: 8px;
    text-align: left;
  }
  .why-work-with-us-two-box h2 {
    font-size: 25px;
  }

  .why-work-with-us-two-box h3 {
    font-size: 25px;
  }
  .why-work-with-us-three-box a {
    height: 45px;
    font-size: 12px;
  }
  .why-work-with-us-three-box {
    padding: 20px 40px;
    margin-top: 0;
    height: 80px;
  }
  .slicknav_btn {
    z-index: 111;
  }

  .slicknav_menu {
    z-index: 999999;
    position: relative;
  }
  .inner-services-box-text h2 {
    font-size: 25px;
    margin-top: 20px;
  }
  .resources-section h2.section-title {
    font-size: 30px;
  }

  .resource-card {
    height: auto;
  }
  .patient-respurces-detail-box h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .patient-respurces-detail-box h3 {
    font-size: 25px;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .privacy-policy-sec.sec ul li {
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .privacy-policy-sec.sec h2 {
    font-size: 30px;
  }
  .patient-respurces-detail-box ul li {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .book-a-session-popup-box .btn-outline-secondary {
    font-size: 13px;
  }
  .book-a-session-popup-box .btn-theme {
    font-size: 13px;
  }

  .book-a-session-popup-box .d-flex.gap-3.mb-2 {
    gap: 10px !important;
  }
  .book-a-session-popup-box label.form-label.fw-medium {
    font-size: 13px;
  }
  .book-a-session-popup-box .form-control {
    height: 40px;
    text-transform: capitalize;
    font-size: 10px;

    padding: 0 10px;
  }
  .book-a-session-popup-box .p-4 {
    padding: 0.5rem !important;
  }
  .privacy-policy-sec h2 {
    font-size: 25px !important;
  }
  .inner-services-detail-img img {
    height: 250px;
  }
  .inner-services-detail-text {
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .inner-services-detail-row {
    margin-top: 30px;
    text-align: center;
  }
  .inner-services-detail-text h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .our-happy-clients-main-box .slick-next:before {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
  .our-happy-clients-main-box .slick-prev:before {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
  .our-happy-clients-main-box .slick-next {
    top: 95%;
  }

  .our-happy-clients-main-box .slick-prev {
    top: 95%;
  }
  span.slicknav_arrow {
    display: none !important;
  }
  .book-a-session-popup-box .step-label.active {
    font-size: 9px;
  }
  .modal-content .row {
    justify-content: center;
  }
  .modal-content .col {
    width: 32%;
    flex: unset;
    margin-bottom: 12px;
  }
}

/*Media Query End*/
.insurance-section .col-lg-7.fade-up.visible {
  height: 650px;
  display: block;
  align-content: center;
}
html {
  overflow-x: hidden;
}
