@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i&display=swap");
@font-face {
  font-family: 'Museo Slab';
  src: url("fonts/Museo_Slab_500.otf") format("opentype");
}

:root {
  --primary-color: #2494ce;
  --primary-color-hover:#1873a3;
  --normal-text: #515151;
  --secondary-color: #72b24f;
  --latest-color:#131615;
  --why-header-color:#23282d ;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: var(--normal-text);
  font-size: 16px;
  line-height: 28px;
}

a,
a:hover {
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

p {
  margin-bottom: 15px;
}

img {
  max-width: 100%;
  height: auto;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.9);
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999999999;
}

.loader img {
  position: relative;
  content: '';
  display: block;
  width: auto;
  height: 80px;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: bouncelogo 600ms alternate infinite ease;
          animation: bouncelogo 600ms alternate infinite ease;
}

@-webkit-keyframes bouncelogo {
  0% {
    top: 50vh;
    -webkit-transform: scaleX(1.6);
            transform: scaleX(1.6);
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  35% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    top: 25vh;
  }
}

@keyframes bouncelogo {
  0% {
    top: 50vh;
    -webkit-transform: scaleX(1.6);
            transform: scaleX(1.6);
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  35% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    top: 25vh;
  }
}

.mobile-button {
  display: none;
  width: 26px;
  margin-left: 10px;
}

.mobile-button .bar {
  height: 3px;
  width: 100%;
  background: #b9b5b5;
  margin-bottom: 4px;
}

.mobile-button .bar:last-child {
  margin-bottom: 0;
}

.under-construct {
  text-align: center;
  position: relative;
  display: none;
}

.under-construct div {
  background-color: #e66b00;
  border-radius: 0 0 5em 5em;
  padding: 3px 25px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
}

div#container {
  margin-top: 84px;
}

.top-curve,
.bottom-curve {
  position: absolute;
  width: 100%;
}

.top-curve img,
.bottom-curve img {
  width: 100%;
}

.top-curve {
  top: -1px;
}

.bottom-curve {
  bottom: -1px;
}

a.old-website {
  position: fixed;
  right: -40px;
  top: 47vh;
  font-size: 14px;
  background: #e66b1c;
  padding: 4px 15px;
  color: #fff;
  border-radius: 6px 6px 0px 0px;
  border: 2px solid;
  border-bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

a.old-website:hover, a.old-website:focus {
  background: #2494ce;
  background: #000;
  text-decoration: none;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  margin: 0;
  font-family: 'Museo Slab';
  font-weight: 500;
  margin-top: 0;
}

.main-heading {
  position: relative;
}

.home-banner h1:after,
.main-heading:after,
.section-content h2:after,
h1.entry-title:after,
.testimonials h2:after {
  content: "";
  position: absolute;
  border-bottom: 4px solid var(--primary-color);
  left: 0;
  bottom: -20px;
  width: 30%;
}

section.page-content-covid {
  background: #f5f5f5;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 40px;
}

.section-content h2 {
  position: relative;
  margin-bottom: 35px;
}

#header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
}

#header .header-top {
  background: var(--primary-color);
  color: #fff;
  padding: 5px 0;
  font-size: 13px;
  font-weight: 300;
  position: relative;
}

#header .header-top .phone {
  border-left: 1px solid #ffffff5d;
  padding-left: 10px;
  margin-left: 10px;
}

#header .header-top a {
  color: #fff;
}

#header .header-bottom {
  font-size: 14px;
  text-transform: uppercase;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 0;
}

#header .header-bottom div[class^="container"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header .header-bottom div[class^="container"]:after, #header .header-bottom div[class^="container"]:before {
  display: none;
}

#header .header-bottom .book-appointment a {
  background: #72b24f;
  display: block;
  color: #fff;
  padding: 10px 25px;
  border-radius: 90px;
}

#header .header-bottom .book-appointment a:hover {
  background: #5e9440;
  text-decoration: none;
}

#header .header-bottom .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu {
  margin: 0;
  padding: 0;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li {
  margin-right: 12px;
  position: relative;
  list-style: none;
  float: left;
}

@media (max-width: 767px) {
  #header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li {
    width: 100%;
  }
}

#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li a {
  font-weight: 600;
  font-size: 14px;
  color: #8e8e8e;
  padding: 28px 0;
  display: inline-block;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  position: relative;
}

#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li a:hover {
  text-decoration: none;
}

#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 20px;
  left: 0;
}

#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li a:hover,
#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li.current-menu-item a,
#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li.current-menu-ancestor a {
  color: #1a1a1a;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li .sub-menu {
  position: fixed;
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 100vw;
  left: 0;
  background: #eaeaea;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
  opacity: 0;
  bottom: -112px;
  z-index: 1 !important;
  height: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li .sub-menu li {
  padding: 0;
  border-right: 0;
}

#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li .sub-menu li a {
  border: 0;
  padding: 0px;
  color: #5e5e5e;
  font-weight: 600;
  font-size: 13px;
  display: block;
}

#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li .sub-menu li a:after {
  display: none;
}

#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li .sub-menu li a img {
  padding: 0;
}

#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li .sub-menu li a:hover {
  color: #1a1a1a;
  border: 0;
}

#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li .sub-menu li:last-child {
  margin: 0;
}

#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li:hover .sub-menu {
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  visibility: visible;
  opacity: 1;
  top: 82px;
}


#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li:first-child .sub-menu {
  background: #f8ffe7;
}

#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li:first-child:hover a:after,
#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li:first-child.current-menu-ancestor a:after {
  background: green;
}

#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li:nth-child(2n) .sub-menu {
  background: #fff2da;
}

#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li:nth-child(2n):hover a:after,
#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li:nth-child(2n).current-menu-ancestor a:after {
  background: orange;
}

#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li:nth-child(3n) .sub-menu {
  background: #e7f7ff;
}

#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li:nth-child(3n):hover a:after,
#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li:nth-child(3n).current-menu-ancestor a:after {
  background: #2494ce;
}

#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li:nth-child(4n) .sub-menu {
  background: #f3e1d4;
}

#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li:nth-child(4n):hover a:after,
#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li:nth-child(4n).current-menu-ancestor a:after {
  background: saddlebrown;
}

#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li:nth-child(5n) {
  border: 0;
}

#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li:nth-child(5n) .sub-menu {
  background: #fcfde5;
}

#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li:nth-child(5n):hover a:after,
#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li:nth-child(5n).current-menu-ancestor a:after {
  background: #9ea05e;
}

#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li.book-appointment.primary a {
  padding: 10px 25px;
  color: #fff;
  background: #72b24f;
  display: block;
  color: #fff;
  border-radius: 90px;
}

#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li.book-appointment.primary a:hover {
  background: #5e9440;
  text-decoration: none;
}

#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li.book-appointment a {
  background: #2494ce;
  padding: 10px 25px;
  color: #fff;
}

#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li.book-appointment a:hover {
  background: #2188be;
  text-decoration: none;
}

#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li.book-appointment a:after {
  display: none;
}

#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li.book-appointment:hover {
  text-decoration: none;
}
.logged-in.admin-bar #header {
  top: 32px;
}
@media (max-width: 768px) {
  #header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li.book-appointment {
    display: none;
  }
	.logged-in.admin-bar #header {
    top: 46px;
  }
}

#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li:last-child {
  margin-right: 0;
}

#header.open .overlay {
  background: rgba(0, 0, 0, 0.66);
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

#header.open .header-bottom .header-right .main-navigation {
  z-index: 999999;
}

.mobile-cta-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-cta-bar a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 9px 0px;
  text-align: center;
}

@media (min-width: 767px) {
  .mobile-cta-bar {
    display: none;
  }
}



header.header .entry-title {
  font-size: 50px;
  z-index: 999;
  color: #23282d;
  position: relative;
  display: inline-block;
}

header.header .entry-title:after {
  width: 50%;
  margin: 0 auto;
  right: 0;
}

header.header.curved-header {
  position: relative;
  height: 450px;
  background-size: cover !important;
  background-position: center !important;
}

header.header.curved-header .entry-title {
  position: absolute;
  bottom: 20px;
  z-index: 999;
  color: #23282d;
}

header.header.curved-header .entry-title:after {
  width: 50%;
  margin: 0;
}

header.header.curved-header .entry-title.white {
  color: #fff;
}

header.header.curved-header .entry-title.white:after {
  border-color: #fff;
}

header.header.curved-header .curved-image {
  width: 100%;
  position: absolute;
  bottom: -1px;
}

header.header.curved-header .curved-image svg {
  width: 100%;
  height: auto;
  margin-bottom: -7px;
}

header.header.curved-header .curved-image img {
  width: 100%;
  height: auto;
}

header.header.simple {
  padding-top: 50px;
  text-align: center;
  margin-bottom: 15px;
}

header.header.covid-header {
  background: whitesmoke;
  margin: 0;
  padding-bottom: 40px;
}

.covid-banner {
  background: url(images/covid-19.jpg) no-repeat #f5f5f5;
  position: relative;
  background-size: 100%;
  height: 450px;
  padding-top: 155px;
  text-align: center;
}

.covid-banner h1 {
  color: #fff;
}

.home-banner {
  background: url(images/banner.jpg) no-repeat #f5f5f5;
  position: relative;
  background-size: 100%;
  height: 660px;
  padding-top: 75px;
}

.home-banner .round-btn {
  margin-top: 25px;
  background: var(--primary-color);
  -webkit-box-shadow: 0 8px 20px #4f81b269;
          box-shadow: 0 8px 20px #4f81b269;
}

.home-banner h1 {
  color: #000 !important;
  margin-bottom: 45px;
  position: relative;
}

.home-banner h1:after {
  width: 50%;
}

.home-banner ul {
  color: var(--primary-color);
  margin: 0;
  padding: 0 0 0 25px;
}

.home-banner ul li {
  font-size: 20px;
  line-height: 28px;
}

.home-banner ul li span {
  color: #515151;
  font-size: 18px;
}

.second-step {
  position: relative;
  background: url(images/bg.svg) no-repeat left center #f5f5f5;
  background-size: 50%;
  padding: 0px 0 150px 0;
  background-position: 951px 50px;
}

.why-us {
  padding: 20px 0 30px 0;
  background: url(images/bg.svg) no-repeat left center #f5f5f5;
  background-size: 51%;
  background-position: -167px 0px;
}

.why-us ul {
  margin: 35px 0 0 0;
  padding: 0 0 0 25px;
}

.elementor-element.elementor-element-20fc633 h2:after {
  right: 0;
  margin: 0 auto;
  width: 20%;
}

.network {
  background: #e6f8f1;
  position: relative;
  padding: 270px 0 60px 0;
}

.network .section-content h2:after {
  border-color: var(--secondary-color);
}

.network .top-curve img {
  margin: 0;
}

.network .main-heading {
  color: var(--secondary-color);
}

.network .main-heading:after {
  border-color: var(--secondary-color);
}

.network .round-btn {
  margin-top: 20px;
}

.network .network-bottom-text {
  margin-top: 50px;
}

.rating {
  background: #72b24f;
  padding: 220px 0 60px 0;
  color: #fff;
  position: relative;
}

.rating .main-heading {
  color: #fff;
}

.rating .main-heading:after {
  border-color: #fff;
}

.rating .section-content h2 {
  color: #fff;
}

.rating .section-content h2:after {
  border-color: #fff;
}

.we-treat {
  padding: 50px 0;
  background: #e3f5ee;
  background: white;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #e3f5ee), to(#e3f5ee));
  background: -o-linear-gradient(left, #ffffff 0%, #ffffff 50%, #e3f5ee 50%, #e3f5ee 100%);
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #e3f5ee 50%, #e3f5ee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #e3f5ee 50%, #e3f5ee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e3f5ee', GradientType=1);
  /* IE6-9 */
}

.we-treat h2,
.we-treat .small-tagline {
  text-align: center;
}

.we-treat h2 {
  position: relative;
  margin-bottom: 15px;
}

.we-treat h2:after {
  position: absolute;
  width: 20%;
  height: 4px;
  bottom: -12px;
  background: #72b24f;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
}

.we-treat h2:after {
  background: #2494ce;
}

.we-treat ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.we-treat ul li {
  list-style: none;
  margin: 15px 15px 0px 0;
  height: 169px;
  position: relative;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background-size: cover !important;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
}

.we-treat ul li.adhd {
  background: url(images/services/adhd.jpg) no-repeat;
}

.we-treat ul li.anxiety {
  background: url(images/services/anxiety.jpg) no-repeat;
}

.we-treat ul li.medication {
  background: url(images/services/medication.jpg) no-repeat;
}

.we-treat ul li.ocd {
  background: url(images/services/ocd.jpg) no-repeat;
}

.we-treat ul li.ptsd {
  background: url(images/services/ptsd.jpg) no-repeat;
}

.we-treat ul li.depression {
  background: url(images/services/depression.jpg) no-repeat;
}

.we-treat ul li.pschy-test {
  background: url(images/services/psych-test.jpg);
}

.we-treat ul li.tms {
  background: url(images/services/tms.jpg) no-repeat;
}

.we-treat ul li.disease {
  background: url(images/services/disease.jpg) no-repeat;
}

.we-treat ul li.psych {
  background: url(images/services/psych.jpg) no-repeat;
}

.we-treat ul li:before {
  content: "";
  position: absolute;
  background: #0009;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.we-treat ul li:hover::before {
  background: #ffffffd6;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.we-treat ul li b {
  position: relative;
  color: #ffff;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  line-height: 20px;
}

.we-treat ul li .more-info {
  position: relative;
  padding: 0 6px;
  opacity: 0;
  line-height: 0;
  font-size: 0;
  margin-top: 6px;
}

.we-treat ul li:hover .more-info {
  color: #fff;
  background: #2494ce;
  font-size: 14px;
  opacity: 1;
  line-height: 22px;
}

.we-treat ul li:hover .more-info:hover {
  background: var(--secondary-color);
  text-decoration: none;
}

.we-treat ul li:hover b {
  color: #000;
}

.we-treat ul li:hover {
  -webkit-box-shadow: 0 0 10px #00000052;
          box-shadow: 0 0 10px #00000052;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.we-treat ul li:nth-child(3n) {
  margin-right: 0;
}

.testimonials {
  background: url(images/testimonial-bg.jpg) no-repeat fixed;
  background-size: cover;
  position: relative;
  color: #fff;
  padding: 80px 0;
}

.testimonials:before {
  content: "";
  background: rgba(28, 42, 43, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.testimonials h2 {
  color: #fff;
  position: relative;
  margin-bottom: 65px;
}

.testimonials h2:after {
  right: 0;
  margin: 0 auto;
  border-color: #fff;
  width: 25%;
}

.testimonials .round-btn {
  background: #fff;
  color: #1c2120;
  -webkit-box-shadow: 0 8px 20px #c7cec369;
          box-shadow: 0 8px 20px #c7cec369;
}

.testimonials .round-btn:hover {
  color: #000;
}

.testimonials .slider {
  font-size: 20px;
  font-weight: 100;
  line-height: 28px;
  margin: 40px auto;
}

.testimonials .slider .slick-prev:before,
.testimonials .slider .slick-next:before {
  color: white;
}

.testimonials .quote-symbol {
  position: relative;
}

.testimonials .quote-symbol img {
  width: 70px;
}

.we-offer {
  padding: 80px 0;
  background: #e3f5ee;
}

.we-offer .main-heading {
  color: #1c2120;
  position: relative;
  margin-bottom: 65px;
}

.we-offer .main-heading:after {
  right: 0;
  margin: 0 auto;
  border-color: #1c2120;
}

.we-offer .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.we-offer .container ul li {
  position: relative;
  width: 23%;
  height: 215px;
  float: left;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 10px #0000006e;
          box-shadow: 0 0 10px #0000006e;
  margin-bottom: 30px;
  line-height: 18px;
  background-size: cover !important;
}

.we-offer .container ul li b,
.we-offer .container ul li a {
  position: relative;
  color: #fff;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.we-offer .container ul li .more-info {
  font-size: 12px;
  height: 0;
  visibility: hidden;
}

.we-offer .container ul li:hover .more-info {
  height: auto;
  visibility: visible;
}

.we-offer .container ul li.adhd {
  background: url(images/services/adhd.jpg) no-repeat;
}

.we-offer .container ul li.anxiety {
  background: url(images/services/anxiety.jpg) no-repeat;
}

.we-offer .container ul li.ocd {
  background: url(images/services/ocd.jpg) no-repeat;
}

.we-offer .container ul li.ptsd {
  background: url(images/services/ptsd.jpg) no-repeat;
}

.we-offer .container ul li.depression {
  background: url(images/services/depression.jpg) no-repeat;
}

.we-offer .container ul li.tms {
  background: url(images/services/tms.jpg) no-repeat;
}

.we-offer .container ul li.disease {
  background: url(images/services/disease.jpg) no-repeat;
}

.we-offer .container ul li.psych {
  background: url(images/services/psych.jpg) no-repeat;
}

.we-offer .container ul li:before {
  content: "";
  position: absolute;
  background: #0009;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.we-offer .container ul li:hover::before {
  background: #ffffffd6;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.we-offer .container ul li:hover {
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.we-offer .container ul li:hover b {
  color: #000;
  font-size: 16px;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.we-offer .container ul li:hover a {
  color: #000;
  color: var(--primary-color);
  font-size: 13px;
  margin-top: 15px;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.round-btn {
  background: var(--secondary-color);
  border-radius: 90px;
  padding: 10px 25px;
  display: inline-block;
  color: #fff;
  -webkit-box-shadow: 0 8px 20px #72b24f69;
          box-shadow: 0 8px 20px #72b24f69;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.round-btn:hover, .round-btn:focus {
  color: #fff;
  text-decoration: none;
}

.round-btn:hover:before, .round-btn:focus:before {
  content: "";
  background: #00000014;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}

.round-btn.blue {
  margin-top: 15px;
  background: var(--primary-color);
  -webkit-box-shadow: 0 8px 20px #4f81b269;
          box-shadow: 0 8px 20px #4f81b269;
}

.slider {
  margin: 100px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}

.contact {
  background: #1d2120;
  color: #797979;
  padding: 80px 0 40px;
}

.contact .left-side .contact-information {
  border-top: 1px solid #ffffff24;
  padding-top: 10px;
  margin-bottom: 10px;
}

.contact .left-side .contact-information .contact-icon {
  float: left;
}

.contact .left-side .contact-information .contact-icon i {
  width: 50px !important;
  text-align: center;
  font-size: 22px !important;
}

.contact .left-side .contact-information .contact-info {
  float: left;
}

.contact .left-side .contact-information .contact-info .view-on-map {
  display: block;
  margin-top: 15px;
}

.contact .left-side .contact-information .contact-info a {
  color: #797979;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.contact .left-side .contact-information .contact-info a:hover {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.contact .left-side .contact-information.no-border {
  border: 0;
  padding-top: 0;
}

.contact .left-side .follow-section {
  padding-top: 20px;
  border-top: 1px solid #3d403f;
}

.contact .left-side .follow-section h4 {
  color: #fff;
  margin-bottom: 15px;
}

.contact .left-side .follow-section p {
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .left-side .follow-section .contact-information {
  border: 0;
  margin: 0;
  padding: 0;
}

.contact .left-side .follow-section .contact-information .contact-info {
  margin-right: 18px;
}

.contact .left-side .follow-section .contact-information .contact-info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}

.contact .left-side .follow-section .contact-information .contact-info a i {
  margin-right: 8px;
}

.contact .left-side .follow-section .contact-information .contact-info a:hover {
  text-decoration: none;
}

.contact .left-side b {
  display: block;
  color: #fff;
}

.contact .left-side span#gc-number-0 {
  color: #797979;
  text-decoration: none;
}

.contact .left-side span#gc-number-0:hover {
  color: #fff;
}

.contact .left-side .space {
  border-top: 1px solid #ffffff24;
  padding-top: 10px;
  display: block;
}

.contact .main-heading {
  color: #fff;
  display: none;
}

.contact .main-heading:after {
  right: 0;
  margin: 0 auto;
  border-color: #fff;
}

.contact h2.ser-title {
  color: #fff;
}

.contact h3 {
  color: #fff;
  margin-bottom: 25px;
  margin-top: 10px;
}

.contact form .form-field input {
  border-radius: 90px;
}

.contact form .form-field textarea {
  border-radius: 10px;
}

.contact form .form-field input,
.contact form .form-field textarea {
  width: 100%;
  background: #00000057;
  border: 0;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.contact form .form-submitbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact form input[type=submit] {
  border-radius: 90px;
  background: #72b24f;
  display: block;
  color: #fff;
  padding: 10px 25px;
  text-transform: uppercase;
  border: 0;
}

.contact form input[type=submit]:hover {
  background: #66a543;
}

div#copyright {
  background: black;
  padding: 10px;
  text-align: center;
  line-height: 22px;
}

div#copyright a {
  color: var(--normal-text);
  font-weight: 600;
}

div#copyright a:hover {
  color: #fff;
}

.page-id-1243 #container,
.page-id-1246 #container {
  background: -webkit-gradient(linear, left top, left bottom, from(#eef2f3), to(#8e9eab));
  background: -o-linear-gradient(top, #eef2f3, #8e9eab);
  background: linear-gradient(to bottom, #eef2f3, #8e9eab);
}

.page-id-1243 #container .inner-page,
.page-id-1246 #container .inner-page {
  background: url(images/logo-head.svg) no-repeat;
  background-size: 300px;
  background-position: right bottom;
}

.page-id-1243 #container .inner-page .entry-content,
.page-id-1246 #container .inner-page .entry-content {
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-id-1243 #container .inner-page .entry-content #wpmpLoginSection,
.page-id-1243 #container .inner-page .entry-content #wpmpRegisterSection,
.page-id-1246 #container .inner-page .entry-content #wpmpLoginSection,
.page-id-1246 #container .inner-page .entry-content #wpmpRegisterSection {
  width: 400px;
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.page-id-1243 #container .inner-page .entry-content #wpmpLoginSection .btn-primary,
.page-id-1243 #container .inner-page .entry-content #wpmpRegisterSection .btn-primary,
.page-id-1246 #container .inner-page .entry-content #wpmpLoginSection .btn-primary,
.page-id-1246 #container .inner-page .entry-content #wpmpRegisterSection .btn-primary {
  border: 0;
  border-radius: 90px;
  padding: 10px 20px;
  background: var(--secondary-color);
}

.page-id-1243 #container .inner-page .entry-content #wpmpLoginSection .btn-primary#btnForgotPassword,
.page-id-1243 #container .inner-page .entry-content #wpmpRegisterSection .btn-primary#btnForgotPassword,
.page-id-1246 #container .inner-page .entry-content #wpmpLoginSection .btn-primary#btnForgotPassword,
.page-id-1246 #container .inner-page .entry-content #wpmpRegisterSection .btn-primary#btnForgotPassword {
  background: var(--normal-text);
  margin-left: 8px;
}

.page-id-1243 #container .inner-page .desktop-content h3,
.page-id-1246 #container .inner-page .desktop-content h3 {
  margin-bottom: 22px !important;
}

.inner-page header.header {
  padding: 15px;
  background: #eaeaea;
}

.inner-page header.header .container-fluid h1,
.inner-page header.header .container-fluid .entry-title {
  padding: 300px 5.5% 20px;
  font-size: 64px;
  color: #fff;
}

.inner-page .entry-content {
  padding: 40px 0 40px 0;
}

.inner-page .entry-content h3 {
  font-size: 24px;
  margin-bottom: 15px !important;
}

.inner-page .entry-content img {
  max-width: 100%;
  height: auto;
}

.inner-page .service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner-page .service-box .service-content {
  padding: 0 8%;
}

.inner-page .container-fluid .entry-content {
  padding: 0;
}

.inner-page .services-content {
  padding: 0 8%;
}

.inner-page.full-width {
  background: whitesmoke;
}

.inner-page.full-width header.header {
  position: relative;
  background: #fff;
}

.inner-page.full-width header.header .container-fluid {
  position: relative;
}

.inner-page.full-width header.header .container-fluid h1,
.inner-page.full-width header.header .container-fluid .entry-title {
  color: #000;
  padding: 300px 6.3% 20px;
}

.inner-page.full-width .text-content {
  padding: 0 5%;
  font-size: 16px !important;
  line-height: 26px;
}

.inner-page.full-width .text-content.full {
  padding: 0 50px;
}

.inner-page.full-width .text-content p,
.inner-page.full-width .text-content span {
  font-size: 16px !important;
  line-height: 26px;
}

.inner-page.service-template header.header .container-fluid h1,
.inner-page.service-template header.header .container-fluid .entry-title {
  color: #fff;
}

.inner-page.whitesmoke {
  background: whitesmoke;
}

.inner-page.care-team {
  min-height: auto;
}

.inner-page.care-team .entry-content {
  padding: 0px 0 10px 0;
}

.inner-page.insurance {
  margin-top: 40px;
}

.inner-page .text-block.left {
  padding-right: 50px;
}

.inner-page .text-block.right {
  padding-left: 50px;
}

header.image-header {
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
  position: relative;
  width: 100%;
  background-position: center;
  padding: 375px 0 0;
}

header.image-header::before {
  content: "";
  background: url(images/home-banner-bottom.svg) no-repeat bottom left;
  width: 100%;
  position: absolute;
  height: 232px;
  background-size: 100%;
  left: 0;
  bottom: 0;
}

header.image-header .container {
  position: relative;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu ul.mega-sub-menu .mega-sub-menu .mega-sub-menu {
  position: fixed !important;
  width: 100%;
  margin: 0 auto !important;
  background: red;
  left: 0 !important;
}

section.care-team {
  margin-top: 50px;
}

section.care-team.sub-pages {
  background: #f5f5f5;
  padding-top: 40px;
}

section.care-team .container .main-heading:after {
  width: 12%;
  right: 0;
  margin: 0 auto;
}

section.care-team .container .location-box {
  border-bottom: 4px solid #72b24f;
  border-bottom: 1px solid #e0e0e0;
}

section.care-team .container .location-box .provider-heading {
  margin: 20px 0;
}

section.care-team .container .location-box h3,
section.care-team .container .location-box .address,
section.care-team .container .location-box .fax {
  margin-bottom: 15px;
}

section.care-team .container .location-box h3 span {
  display: block;
  font-size: 18px;
}

section.care-team .container .all-members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 0px 10px;
}

section.care-team .container .all-members .care-member {
  margin-bottom: 30px;
  position: relative;
}

section.care-team .container .all-members .care-member .care-member-image img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

section.care-team .container .all-members .care-member h4 {
  background: url(images/providers-top2.svg) no-repeat;
  padding: 0px 20px 20px 20px;
  color: #fff;
  height: 120px;
  width: 100%;
  background-size: cover;
  text-align: right;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-position: 0 0;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

section.care-team .container .all-members .care-member:hover h4 {
  background-size: cover;
  background-position: 0 1px;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-size: 22px;
  height: 133px;
}

section.care-team:last-child .location-box {
  border: 0;
}

.page-template-template-psychiarty section.care-team .container .main-heading,
.page-template-template-therapist section.care-team .container .main-heading,
.page-template-template-pshychologist section.care-team .container .main-heading,
.page-template-template-depression-specialist section.care-team .container .main-heading {
  border: 0;
  padding: 0;
}

.elementor-widget-text-editor strong,
.elementor-widget-text-editor b {
  color: #1a1a1a;
}

.center-heading h2:after {
  width: 18%;
  right: 0;
  margin: 0 auto;
}

.anxiety-ul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.anxiety-ul ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  background: #8eada5;
  list-style: none;
  padding: 18px 20px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 10px #dcdcdc;
          box-shadow: 0 0 10px #dcdcdc;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.anxiety-ul ul li:hover {
  color: #1a1a1a;
  background: #fff;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.blue-content {
  color: #2494ce !important;
}

.blue-bg {
  background: #2494ce !important;
}

.white-content {
  color: #fff !important;
}

.white-content h2 {
  color: #fff !important;
}

.white-content h2:after {
  border-color: #fff;
}

.white-bg {
  background: #fff !important;
}

.green-content {
  color: #72b24f !important;
}

.green-bg {
  background: #72b24f !important;
}

.black-content {
  color: #1a1a1a !important;
}

.black-content h2 {
  color: #1a1a1a !important;
}

.black-content h2:after {
  border-color: #1a1a1a;
}

.black-bg {
  background: #1a1a1a !important;
}

.modal-dialog .form-field {
  margin-bottom: 15px;
}

.modal-dialog .form-field span {
  width: 100%;
}

.modal-dialog .form-field input,
.modal-dialog .form-field textarea {
  border: 1px solid #dadada;
  padding: 5px 10px;
  font-size: 13px;
  width: 100%;
  resize: none;
}

.modal-dialog input[type=submit] {
  background: #72b24f;
  display: block;
  color: #fff;
  padding: 10px 25px;
  border-radius: 90px;
  border: 0;
}

.modal-dialog p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.provider-banner {
  background: url(images/provider-header.jpg) no-repeat;
  height: 237px;
  background-size: cover;
  position: relative;
}

.provider-banner:before {
  content: "";
  position: absolute;
  background: url(images/providers-top-header.svg) no-repeat;
  height: 97px;
  background-position: bottom;
  width: 100%;
  background-size: cover;
  bottom: 0;
}

.provider-img {
  margin-top: 40px;
}

.provider-img img {
  border-radius: 50%;
  border: 6px solid #ffffff59;
  width: 281px;
  width: 300px;
  height: auto;
}

.small-tagline {
  font-size: 16px;
  font-weight: 600;
  color: #949494;
}

.single-providers h2 {
  font-size: 34px;
}

.provider-info {
  margin-top: 15px;
  font-size: 15px;
  margin-bottom: 15px;
}

.provider-info .entry-title {
  position: relative;
  font-size: 50px;
  margin-bottom: 40px;
}

.provider-info .entry-title:after {
  bottom: -10px;
  width: 30%;
}

.provider-info .right-block {
  border: 1px solid #ccc;
  padding: 15px 20px;
  margin-bottom: 15px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.provider-info .right-block .provider-icon span {
  color: #2494ce;
  font-size: 38px;
  margin-right: 18px;
}

.provider-info .right-block .provider-speciality {
  line-height: 18px;
}

.provider-info .right-block .provider-speciality label {
  display: block;
  line-height: initial;
  margin: 0 0 5px 0;
}

.provider-info .right-block.email-section {
  background: #2494ce;
  border: 0;
  color: #fff;
}

.provider-info .right-block.email-section .provider-icon span {
  color: #fff;
}

.provider-info .right-block.email-section .provider-speciality a {
  color: #fff;
  opacity: 0.7;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.provider-info .right-block.email-section .provider-speciality a:hover {
  opacity: 1;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.provider-info .biography-text h1,
.provider-info .biography-text h2,
.provider-info .biography-text h3,
.provider-info .biography-text h4,
.provider-info .biography-text h5,
.provider-info .biography-text h6 {
  font-family: 'Open Sans',
 sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
}

.provider-info .biography-text p {
  line-height: 22px;
  margin-bottom: 25px;
}

.provider-qualification {
  background: #f7f7f7;
  padding: 35px 0;
}

.provider-qualification h2 {
  margin-bottom: 35px;
  position: relative;
  display: inline-block;
}

.provider-qualification h2:after {
  position: absolute;
  height: 4px;
  background: #2494ce;
  content: "";
  width: 50%;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.provider-qualification .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0;
  list-style: none;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.provider-qualification .container ul li {
  margin-bottom: 15px;
}

.provider-qualification .container ul li:nth-child(3n+2) {
  margin: 0 15px;
}

.provider-testimonial {
  padding: 50px 0;
  background: #dfe5db;
}

.provider-testimonial .container {
  font-size: 22px;
  text-align: center;
}

.provider-testimonial .container .testimonial-text {
  position: relative;
  padding: 0px 130px 10px 130px;
  width: 100%;
  font-style: italic;
  line-height: 30px;
}

.provider-testimonial .container .testimonial-text img {
  display: block;
  margin: 0 auto;
  padding-bottom: 30px;
}

.provider-testimonial .container .testimonial-text:before {
  content: "";
  position: absolute;
  background: url(images/quote-top.png) no-repeat;
  background-size: 100%;
  height: 90px;
  width: 115px;
  left: 0px;
  top: 0px;
}

.provider-testimonial .container .testimonial-text:after {
  content: "";
  position: absolute;
  background: url(images/quote-bottom.png) no-repeat;
  background-size: 100%;
  height: 90px;
  width: 115px;
  right: 0px;
  bottom: 0px;
}

.provider-testimonial .container b {
  color: #000;
  display: block;
  margin-top: 15px;
}

.provider-testimonial h2 {
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
  font-style: normal;
}

.virtual-box {
  width: 56%;
  margin: 0 auto;
  background: #f3f3f3;
  padding: 40px 30px;
}

.virtual-box h2 {
  margin-bottom: 15px;
}

.virtual-box h2:after {
  display: none;
}

.virtual-box .virtual-qr {
  width: 165px;
  margin: 25px auto;
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 0 8px #00000038;
          box-shadow: 0 0 8px #00000038;
}

.virtual-sections {
  width: 80%;
  margin: 30px auto;
}

.virtual-sections ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.virtual-sections ul li {
  list-style: none;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  font-weight: 600;
  color: #3a3a3a;
}

.virtual-sections ul li img {
  width: 100%;
  height: auto;
  border: 5px solid #2494ce;
  border-radius: 50%;
  margin-bottom: 10px;
}

.header-top {
  display: none;
}

section.elementor-element .elementor-element-populated {
  padding: 0 !important;
}

section.elementor-element .elementor-element-populated h2.elementor-heading-title {
  font-family: 'Museo Slab';
  font-weight: 300;
  color: #2992cc !important;
}

section.elementor-element .elementor-widget.small-text {
  line-height: 18px;
}

section.elementor-element .elementor-widget.small-text .elementor-text-editor strong,
section.elementor-element .elementor-widget.small-text .elementor-text-editor b {
  color: #333;
  font-size: 14px;
}

section.elementor-element .elementor-widget-wrap .elementor-element ul {
  margin-bottom: 20px;
}

section.elementor-element .elementor-tabs-wrapper {
  background: #e4e4e4;
}

section.elementor-element .elementor-tabs-wrapper .elementor-tab-title {
  border-bottom: 2px solid #fff !important;
}

section.elementor-element .elementor-tabs-wrapper .elementor-tab-title a {
  color: #313131;
}

section.elementor-element .elementor-tabs-wrapper .elementor-tab-title:hover {
  background: #5f5f5f;
}

section.elementor-element .elementor-tabs-wrapper .elementor-tab-title:hover a {
  color: #fff;
}

section.elementor-element .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
  background: var(--primary-color);
}

section.elementor-element .elementor-tabs-wrapper .elementor-tab-title.elementor-active a {
  color: #fff;
}

table.dataTable {
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid #ccc !important;
}

table.dataTable#insuranceTable tr:hover td:first-child,
table.dataTable tr:hover {
  color: #fff;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

table.dataTable tr:hover {
  background: #5f5f5f;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

table.dataTable thead th {
  background: var(--primary-color);
  color: #fff;
  border-bottom: 0 !important;
  border-left: 0;
}

table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 14px;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 6px 8px;
  border-left: 0;
  border-bottom: 0 !important;
}

table.dataTable tbody td:first-child {
  color: #23282d;
  font-weight: 600;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.dataTables_wrapper .dataTables_info {
  font-size: 14px;
}

.dataTables_wrapper .dataTables_paginate {
  font-size: 14px;
  padding-top: 10px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0px 8px !important;
  line-height: 22px;
  border: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: var(--secondary-color) !important;
  color: #ffffff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #a3a3a3 !important;
  border: 0 !important;
}

.dataTables_filter label,
.dataTables_length label {
  font-size: 14px;
  font-weight: normal;
}

.dataTables_filter input,
.dataTables_length input {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 3px #00000024;
          box-shadow: 0 3px 3px #00000024;
}

.dataTables_filter label {
  margin-bottom: 15px;
}

.dataTables_filter input {
  padding: 0 10px;
  border-radius: 90px;
}

.book-appointment-bottom {
  background: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 22px 0;
  color: #ffff;
  font-size: 20px;
}

.book-appointment-bottom .round-btn {
  font-size: 16px;
  margin-left: 20px;
  border: 3px solid rgba(255, 255, 255, 0.7);
}

ul.depre-symp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 18px;
}

ul.depre-symp li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-right: 23px;
  line-height: 16px;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.tml-action {
  background: #f7f7f7;
  background: #8e9eab;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#eef2f3), to(#8e9eab));
  background: -o-linear-gradient(top, #eef2f3, #8e9eab);
  background: linear-gradient(to bottom, #eef2f3, #8e9eab);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.tml-action header.header.simple .entry-title {
  font-size: 40px;
}

.tml-action main#content {
  background: url(images/logo-head.svg) no-repeat;
  background-size: 300px;
  opacity: 1;
  background-position: right bottom;
  padding: 0 0 50px 0;
}

.tml {
  width: 36%;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #00000024;
          box-shadow: 0 0 10px #00000024;
  border-radius: 6px;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
}

.tml form .tml-label {
  margin: 0;
}

.tml .tml-messages {
  background: #fff;
}

.tml .tml-messages .tml-message {
  line-height: 18px;
  font-size: 14px;
}

.tml input[type=submit] {
  border: 0;
}

.tml .tml-links {
  font-size: 14px;
  line-height: 20px;
}

.tml .description {
  font-size: 14px;
  line-height: 18px;
}

#pass-strength-result {
  font-size: 12px;
  padding: 0px 10px;
  display: none;
}

#pass-strength-result.short {
  display: block;
}

.page-template-client-portal-template,
.page-id-203 {
  background: #f7f7f7;
}

.round-btn, .tml input[type=submit] {
  background: var(--secondary-color);
  display: inline-block;
  color: #fff;
  padding: 10px 25px;
  border-radius: 90px;
}
#header .round-btn{
	color: #fff;
    padding:8px 20px;
    border-radius: 90px;
    font-size: 13px;
    font-weight: 600;
}
.round-btn.support, .tml input[type=submit].support {
  background: var(--normal-text);
}

ul.portal-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

ul.portal-points li {
  list-style: none;
  line-height: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
  font-size: 14px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #0000000a;
          box-shadow: 0 0 10px #0000000a;
  text-align: center;
  margin: 0px 10px 10px 0;
  padding: 20px 25px 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

ul.portal-points li span {
  display: block;
  font-size: 44px;
  margin-bottom: 15px;
}

ul.portal-points li:hover {
  color: #fff;
  background: var(--primary-color);
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.login-box {
  margin-bottom: 25px;
}

.login-box .elementor-row .elementor-element.elementor-top-column {
  padding: 30px 20px 20px 20px;
  line-height: 16px;
  border-right: 1px dashed #ccc;
}

.login-box .elementor-row .elementor-element.elementor-top-column:first-child {
  margin-left: 0;
}

.login-box .elementor-row .elementor-element.elementor-top-column:last-child {
  border-right: 0;
}

.login-box .elementor-icon-box-wrapper a,
.login-box .elementor-image-box-wrapper a {
  color: var(--normal-text);
  display: block;
  line-height: 22px;
}

.login-box .elementor-icon-box-wrapper a:hover,
.login-box .elementor-image-box-wrapper a:hover {
  color: var(--primary-color);
}

.login-box .elementor-widget-icon-box.elementor-view-default .elementor-icon {
  fill: var(--primary-color);
  color: var(--primary-color);
  font-size: 70px;
  margin-bottom: 10px;
}

.login-box .elementor-image-box-img img {
  margin-bottom: 10px;
}

.login-box .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title,
.login-box .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
  color: #2a2a2a;
}

.register {
  border-top: 1px solid #ccc;
  margin-top: 15px;
  padding-top: 10px;
  font-size: 14px;
}

.register a {
  border: 1px solid #ccc;
  border-radius: 90px;
  margin-left: 10px;
  padding: 2px 16px;
  display: inline-block;
  color: #2a2a2a;
}

.register a:hover {
  background: #ccc;
  text-decoration: none;
}

.page-id-1185 .elementor-widget-image-box .elementor-image-box-img {
  width: 30%;
  margin-bottom: 15px !important;
}

.page-why .rating, .page-why .network {
  padding: 60px 0 60px 0;
}

.page-why .why-services {
  padding: 60px 0 60px 0;
}

.page-why .why-services h2 {
  margin-bottom: 35px;
  display: none;
}

.page-why .why-services ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
}

.page-why .why-services ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
  border-right: 1px dashed rgba(0, 0, 0, 0.16);
  list-style: none;
  text-align: center;
  padding: 35px 0;
}

.page-why .why-services ul li:last-child {
  border: 0;
}

.page-why .why-services ul li a:hover {
  text-decoration: none;
}

.page-why .why-services ul li span[class^="icon-"] {
  font-size: 70px;
  display: block;
  margin-bottom: 15px;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.page-why .why-services ul li span.title {
  font-size: 18px;
  text-transform: uppercase;
}

.page-why .why-services ul li:hover span {
  color: #72b24f;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.why-head {
  padding: 150px 0;
  background: var(--primary-color);
  color: #fff;
}

.top-content {
  background-size: cover;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  height: 73vh;
  background-position: center center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-content:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
}

.top-content .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.top-content .content .heading {
  color: #ffffff;
  font-weight: 600;
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 60px;
  line-height: 60px;
  text-align: center;
  text-shadow: 0 8px 15px #000000b8;
  width: 500px;
}

.top-content .content h1 {
  color: #fff;
  font-size: 44px;
  line-height: 46px;
  padding: 0 0 40px 0px;
}

.bottom-contnet {
  background: #23282d;
  text-align: center;
  padding: 40px 100px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 22px;
}

.bottom-contnet h2 {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.bottom-contnet p {
  opacity: 0.8;
  font-weight: 300;
  font-size: 15px;
}

.appoint-form {
  color: #fff;
  padding: 30px 100px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.appoint-form .form-content {
  position: relative;
}

.appoint-form .bg {
  position: absolute;
  background: var(--primary-color);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0.85;
}

.appoint-form .form-top {
  text-align: center;
  margin-bottom: 15px;
}

.appoint-form .form-top p {
  display: none;
}

.appoint-form .form-top h1 {
  font-size: 26px;
  line-height: 26px;
  padding: 0;
  color: #2a2a2a;
  color: #fff;
}

.appoint-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.appoint-form form label,
.appoint-form form input,
.appoint-form form textarea {
  display: block;
  width: 100%;
}

.appoint-form form textarea,
.appoint-form form input,
.appoint-form form input[type="submit"] {
  height: 42px;
  padding: 7px 15px;
  line-height: 14px;
}

.appoint-form form .input-group {
  width: 20.5%;
}

.appoint-form form .input-group label {
  margin-bottom: 5px;
  text-transform: uppercase;
}

.appoint-form form .input-group textarea {
  resize: none;
}

.appoint-form form .input-group textarea,
.appoint-form form .input-group input {
  border-radius: 4px;
  border: 0;
}

.appoint-form form input[type=submit] {
  background: var(--secondary-color);
  border: 0;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 18px;
  cursor: pointer;
  width: auto;
  font-weight: 600;
}

.appoint-form form .form-btn {
  margin-bottom: 0;
}

.logout-btn a.round-btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 7.5px;
  background: #a2a2a2;
}

.reg-page {
  background: -webkit-gradient(linear, left top, left bottom, from(#eef2f3), to(#8e9eab));
  background: -o-linear-gradient(top, #eef2f3, #8e9eab);
  background: linear-gradient(to bottom, #eef2f3, #8e9eab);
}

.reg-page .user-registration {
  background: #ffffff !important;
  margin: 40px 0 60px 0 !important;
  border: 0;
  padding: 20px 10px;
}

.reg-page .user-registration input {
  border-radius: 90px !important;
  border: 1px solid #ccc;
  padding: 7px 15px;
}

.reg-page .user-registration input, .reg-page .user-registration label {
  margin: 0 !important;
}

.reg-page .user-registration label {
  color: var(--normal-text);
}

.reg-page .user-registration .login {
  border: 0;
  padding: 0;
  background: none;
}

.reg-page .user-registration .login .register {
  text-align: center;
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.reg-page .user-registration .login .register a {
  margin: 0;
  width: 100%;
  margin: 0;
  width: 100%;
  background: var(--primary-color);
  color: #fff;
  border: 0;
  padding: 5px;
  margin-top: 5px;
}

.reg-page .user-registration .login .register a:hover {
  background: #187db1;
}

.reg-page .user-registration .button {
  background: var(--secondary-color);
  padding: 10px 25px;
  text-transform: uppercase;
  border-radius: 90px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  border: 0;
}

.reg-page .user-registration .button:hover {
  background: #5e9440;
}

.reg-page .user-registration .lost_password {
  font-size: 14px;
}

.reg-page div[id^="user-registration-form-"] .register {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.reg-page div[id^="user-registration-form-"] .register a {
  border: 0;
}

.reg-page .user-registration .ur-field-item,
.reg-page .user-registration .ur-form-grid p {
  margin-bottom: 10px !important;
}

.reg-page .user-registration .ur-form-grid p.register {
  margin-bottom: 0 !important;
}

.more-btn {
  border: 1px solid #fff;
  padding: 1px 8px;
  margin-left: 6px;
  border-radius: 6px;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
}

.more-btn:focus, .more-btn:hover {
  color: #fff;
  background: #000;
  text-decoration: none;
}

.latest-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.latest-news b {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  background: var(--latest-color);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  flex: 0 0 10%;
}

.latest-news b:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 20px solid var(--latest-color);
  border-bottom: 20px solid transparent;
  right: -20px;
  z-index: 999;
  top: 0px;
}

.latest-news ol {
  padding: 0;
  margin: 0;
  background: #e66b1c;
  font-size: 15px;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.latest-news ol marquee li {
  display: inline-block;
  margin-right: 20px;
  border-left: 1px solid #fffc;
  padding-left: 20px;
  list-style: none;
  color: #fff;
}

.latest-news ol marquee li p {
  margin: 0;
}

.latest-news ol marquee li:first-child {
  border: 0;
  padding: 0;
}

.latest-news ol marquee li:last-child {
  margin: 0;
}

.latest-news b, .latest-news ol {
  height: 40px;
}

.Innerform-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Innerform-row:after, .Innerform-row:before {
  display: none;
}

.form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-content .form-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  text-align: center;
  padding: 30px 10px;
  border: 1px dashed #ccc;
  line-height: 16px;
  color: var(--normal-text);
  background: #fff;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 15px 15px 0;
}

.form-content .form-box:last-child {
  margin: 0;
}

.form-content .form-box:hover {
  color: var(--primary-color);
  text-decoration: none;
  border-color: var(--primary-color);
}

.form-content .form-box img {
  display: block;
  margin: 0 auto;
  width: 80px;
  margin-bottom: 15px;
}

.iframe-page figure {
  margin: 0;
  width: 100%;
  height: 100vh;
  padding: 0 50px;
}

.iframe-page figure iframe {
  border: 0;
}

.manual-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.manual-box a {
  background: #fff;
  border: 1px solid #ccc;
  margin-right: 25px;
  padding: 35px 40px 25px 40px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--normal-text);
  width: 270px;
}

.manual-box a:first-child:hover {
  color: var(--primary-color);
}

.manual-box a:last-child {
  margin: 0;
}

.manual-box a:last-child:hover {
  color: var(--secondary-color);
}

.manual-box a img {
  display: block;
  margin: 0 auto 20px;
}

#elementor {
  width: 100%;
}

.elementor {
  width: 100%;
}

.anydesk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 !important;
  padding: 0;
}

.anydesk li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 20px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 275px;
          flex: 0 0 275px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 20px;
  border-right: 1px dashed #ccc;
  margin-right: 30px;
  padding-right: 30px;
}

.anydesk li img {
  display: block;
  margin-bottom: 15px;
}

.anydesk li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.rc-guides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 !important;
  padding: 0;
}

.rc-guides li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 20px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 275px;
          flex: 0 0 275px;
  list-style: none;
  padding: 20px 0;
  border-right: 1px dashed #ccc;
  margin-right: 30px;
  padding-right: 30px;
}

.rc-guides li a {
  font-size: 18px;
  color: #000;
  display: block;
  width: 100%;
}

.rc-guides li a img {
  margin: 0 auto 15px;
  display: block;
}

.rc-guides li a:hover {
  color: #f80;
}

.rc-guides li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.employees-main {
  margin: 0 0 35px 0;
  padding: 0;
}

.employees-main ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
}

.employees-main ul li {
  line-height: 20px;
  padding: 15px;
}

.employees-main ul li b {
  color: var(--latest-color);
  padding-top: 10px;
}

.employees-main ul li span {
  font-size: 14px;
  color: var(--normal-text);
  padding-bottom: 10px;
}

.employees-main ul li b, .employees-main ul li span {
  color: #fff;
  background: var(--primary-color);
  text-align: center;
}

.employees-main ul li a {
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.employees-main ul li a:hover {
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.employees-main ul li a:hover b, .employees-main ul li a:hover span {
  background: var(--latest-color);
}

.employees-main .employee-photo {
  margin: 0;
}

.employees-main .employee-photo img {
  width: 100%;
  height: auto;
}

.employees-main.leadership {
  margin-top: 25px;
}

.slick-slide {
  opacity: 1 !important;
  margin: 0 10px;
}

.elementor-widget-button a.elementor-button, .elementor-widget-button .elementor-button {
  background: var(--secondary-color) !important;
}

.error_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 60vh;
  background: #ececec;
}

.error_section .error_subtitle {
  color: var(--normal-text);
  text-transform: uppercase;
  letter-spacing: 2pt;
  font-weight: 500;
  font-size: 1.4rem;
  margin: 0;
}

.error_section .error_title {
  font-size: 15rem;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0 2rem;
}

.error_section .btn {
  padding: 14px 25px;
  border-radius: 90px;
  display: block;
  text-transform: uppercase;
}

.btn-primary {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
  padding: 10px 25px;
}

.btn-secondary {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff;
  padding: 10px 25px;
}

.btn-secondary:hover {
  background: #5e9440;
  border-color: #5e9440;
  color: #fff;
}

.complaint {
  padding-top: 35px;
}

.complaint a {
  display: inline-block;
  border-radius: 90px;
}

.complaint a:hover {
  text-decoration: none;
}

.under-development {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 60vh;
  background: #ececec;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
	padding:0 15px;
}

.under-development svg path {
  stroke: red;
}

.under-development .dev-subtitle {
  color: var(--normal-text);
  text-transform: uppercase;
  letter-spacing: 2pt;
  font-weight: 500;
  font-size: 1.4rem;
  margin: 0;
  margin-bottom: 15px;
}

.under-development .dev-title {
  font-size: 3.5rem;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.red-banner {
  background: #c72127;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 8px 0;
}

.red-banner a {
  color: #fff;
}

.red-banner a:hover {
  color: #ffd000;
}

.red-banner p {
  margin: 0;
}

.visit-btn {
  text-align: center;
}

.visit-btn .btn {
  background: #72b24f;
  color: #fff;
  padding: 14px 25px;
  border-radius: 90px;
}

.visit-btn .btn:hover {
  background: #5e9440;
}

.page-id-1580 .top-content {
  height: 45vh;
}

.green-section {
  background: var(--secondary-color);
  color: #fff;
  padding: 35px 0;
}

.green-section .entry-title:after {
  border-color: #fff;
}

.green-section h1, .green-section h2, .green-section h3, .green-section h4, .green-section h5, .green-section h6 {
  color: #fff;
  margin-bottom: 15px;
}

.white-section {
  color: var(--normal-text);
  padding: 35px 0;
}

.white-section h1, .white-section h2, .white-section h3, .white-section h4, .white-section h5, .white-section h6 {
  margin-bottom: 15px;
}

.request-btn .btn {
  color: #fff;
  padding: 14px 25px;
  border-radius: 90px;
  text-transform: uppercase;
}

.request-btn .btn.link {
  background: #c72127;
}

.request-btn .btn.link:hover {
  background: #9c1116;
}

.request-btn.blue .btn.link {
  background: var(--primary-color);
}

.request-btn.blue .btn.link:hover {
  background: var(--primary-color-hover);
}

.update-text {
  margin: 0;
  cursor: auto;
  padding: 8px 0 0 0;
  font-size: 12px;
  display: inline-block;
}

.cards-main {
  margin-bottom: 25px;
}

.cards-main .card {
  height: 322px;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: whitesmoke;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
}

.card .card-icon {
  margin-bottom: 20px;
}

.card .card-icon img {
  width: auto;
  height: 80px;
}

.card .card-body {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 2rem;
}

.card .card-title {
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.card .card-link {
  background: var(--primary-color);
  display: inline-block;
  padding: 4px 15px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  border-radius: 90px;
}

.card .card-link:hover {
  background: var(--primary-color-hover);
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media screen and (min-width: 800px) {
  .page-id-555 header.header.curved-header .entry-title {
    bottom: 0;
  }
}

.covid-section-two {
  padding-top: 25px;
}

.guides {
  margin: 30px 0 0 0;
  border-top: 1px solid  #ccc;
  padding-top: 30px;
}

.guides h2 {
  margin-bottom: 15px;
}

.guides ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.guides ul li {
  list-style: none;
  margin-right: 10px;
}

.guides ul li a {
  background: var(--primary-color);
  display: inline-block;
  padding: 4px 15px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  border-radius: 90px;
}

.guides ul li:last-child {
  margin: 0;
}

.portal-boxes-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 18px;
  margin: 20px 0 50px 0;
}

.portal-boxes-main .portal-boxes {
  margin-bottom: 35px;
}

.portal-boxes-main .download-btns {
  padding-bottom: 35px;
  border-bottom: 1px solid #e4e4e4;
}

.portal-boxes-main .download-btns ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}

.portal-boxes-main .download-btns ul li {
  margin-right: 15px;
}

.portal-boxes-main .download-btns ul li:last-child {
  margin-right: 0;
}

.portal-boxes-main .card {
  position: relative;
  background: #f3f3f3;
}

@media screen and (max-width: 480px) {
  .portal-boxes-main .card {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 480px) {
  .portal-boxes-main .card .card-icon img {
    width: auto;
    height: 60px;
  }
}

.portal-boxes-main .card-body {
  padding: 3rem 2rem;
  position: relative;
}

.image-outer {
  width: 100%;
}

.image-outer img {
  width: 100%;
}

.schedule-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
  .schedule-step {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.schedule-step ul li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
}

.vitual-bottom {
  background: #f6f6f6;
  padding: 25px 20px;
  margin: 0;
}

.vitual-bottom ol {
  font-size: 14px;
  line-height: 28px;
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.vitual-bottom ol li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
}

.note-text {
  background: #fff0f0;
  padding: 20px;
  line-height: 18px;
  font-size: 13px;
  border-radius: 4px;
  margin: 20px 0 0;
}

.panel {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.panel.active {
  background: red;
}

.panel-group {
  margin-bottom: 20px;
  font-size: 14px;
}

.panel-group .panels-top .brand-img {
  margin-bottom: 15px;
}

.panel-group .panel-heading {
  padding: 0;
  border: 1px solid #d2d2d2;
  background: none;
  border-radius: 0;
}

.panel-group .panel-heading:hover {
  border-color: var(--latest-color);
}

.panel-group .panel-heading:hover .panel-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.panel-group .panel-heading:hover .panel-title a {
  background: var(--latest-color);
  color: #fff;
}

.panel-group .panel-heading:hover .panel-title a i {
  color: #fff;
}

.panel-group .panel + .panel {
  margin-top: 10px;
}

.panel-group .panel-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.panel-group .panel-title a {
  color: var(--normal-text);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 15px;
  background: #f6f6f6;
}

.panel-group .panel-title a:focus, .panel-group .panel-title a:hover {
  text-decoration: none;
}

.panel-group .panel-title a i {
  margin-right: 5px;
  color: var(--normal-text);
}

.panel-group .panel-body {
  border: 1px solid #ddd;
  border-top: 0 !important;
  margin-bottom: 25px;
}

.panel-group .panel-body .point {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 15px;
  line-height: 22px;
}

.panel-group .panel-body .point:last-child {
  border: 0;
  margin: 0;
}

.panel-group .panel-body .point:last-child p:last-child {
  margin: 0;
}

.panel-group .panels-bottom {
  text-align: center;
  margin-top: 25px;
}

@media screen and (min-width: 800px) {
  .virtual-faqs {
    margin-top: 40px;
  }
}

.virtual-faqs .panels-top {
  text-align: center;
}

.desktop-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-right: 35px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 35px;
  border-bottom: 1px solid #e4e4e4;
}

.desktop-guide img.user {
  width: 293px;
}

.desktop-guide ul {
  margin: 0 0 25px 0;
  padding: 0;
}

.desktop-guide ul li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
}

@media screen and (min-width: 800px) {
  .portal-portion, .portal-portion .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 480px) {
  .portal-portion .text-right, .portal-portion .row .text-right {
    text-align: center !important;
  }
}

@media screen and (max-width: 480px) {
  .portal-portion .download-img, .portal-portion .row .download-img {
    text-align: center;
    margin-bottom: 30px;
  }
}

.portal-portion .row {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
  .portal-portion .row {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.video-section {
  margin-bottom: 60px;
}

@media screen and (min-width: 1281px) {
  .provider-banner:before {
    height: 110px;
  }
  .top-content {
    height: 90vh;
  }
}

@media screen and (min-width: 1200px) {
  .faqs-page {
    margin-bottom: 60px;
  }
  .second-step .container,
  .why-us .container,
  .rating .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .biography {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .biography::after, .biography::before {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }
  .loader img {
    height: 50px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  .container {
    width: 100%;
  }
  #header .header-bottom {
    padding: 0;
    font-size: 12px;
  }
  #header .header-bottom div[class^="container"] {
    padding: 5px 8px;
  }
  #header .header-bottom .logo {
    max-width: 205px;
  }
  #header .header-bottom .header-right .main-navigation {
    position: absolute;
    z-index: 999;
    background: #ebefe9;
    height: 100vh;
    top: 0;
    min-width: 240px;
    max-width: 248px;
    left: -248px;
    overflow: scroll;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  }
	.logged-in.admin-bar #header .header-bottom .header-right .main-navigation {
		height: calc(100vh - 46px);
	}
	#header .header-bottom .header-right .main-navigation .header-buttons {
		display: none;
	}
  #header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 15px 15px 0px;
  }
  #header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li {
    margin: 0; width:100%;
  }
  #header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li a {
    padding: 0 0 8px 0;
    color: #1f1f1f;
  }
  #header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li a:after {
    display: none;
  }
  #header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li .sub-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    min-width: 100%;
    top: 0;
    padding: 0;
    margin-bottom: 20px;
  }
  #header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li .sub-menu li {
    margin-right: 0;
    width: 100%;
  }
  #header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li .sub-menu li a {
    padding: 6px 12px;
  }
  #header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li .sub-menu li a img {
    width: 22px;
    height: auto;
  }
  #header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li:hover .sub-menu {
    top: 0;
  }
  #header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li:hover .sub-menu li:hover {
    background: #00000014;
  }
  #header .header-bottom .header-right .main-navigation.open {
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    display: block;
    left: 0;
  }
  #header .header-bottom .header-right .mobile-button {
    display: block;
    width: 24px;
    margin-left: 8px;
  }
  header.header.curved-header {
    height: 275px;
  }
  header.header.curved-header .entry-title {
    font-size: 36px;
  }
  header.header.curved-header .entry-title:after {
    bottom: -15px;
  }
  .home-banner {
    background-size: cover;
    height: auto;
  }
  #custom_post_widget-539 p {
    margin: 0;
  }
  .small-tagline {
    font-size: 13px;
  }
  a.old-website {
    right: -31px;
    font-size: 12px;
    padding: 4px 9px;
  }
  section.elementor-element {
    margin-bottom: 25px;
  }
  .elementor-page header .container {
    padding: 0 20px;
  }
  .elementor-page header.header .entry-title {
    font-size: 25px;
    bottom: -10px;
  }
  .elementor-page header.header.curved-header {
    height: 147px;
    background-size: 100% !important;
    background-position: top !important;
  }
  .elementor-page header.header.curved-header .curved-image {
    left: -1px;
  }
  .elementor-page .inner-page {
    padding: 0 20px;
  }
  .elementor-page .inner-page .text-block.left, .elementor-page .inner-page .text-block.right {
    padding: 0px;
  }
  .elementor-page .inner-page .text-block.right {
    margin-top: 20px;
  }
  .elementor-page .inner-page .elementor-element ul {
    padding-left: 25px;
  }
  .elementor-page .inner-page .elementor-image {
    width: 70%;
    margin: 0 auto;
  }
  .inner-page {
    float: left;
    width: 100%;
  }
  .inner-page h1 {
    font-size: 22px;
  }
  .inner-page h2 {
    font-size: 20px;
  }
  .inner-page h3 {
    font-size: 18px;
  }
  .inner-page h4 {
    font-size: 16px;
  }
  .inner-page h5 {
    font-size: 14px;
  }
  .inner-page h6 {
    font-size: 12px;
  }
  .inner-page .entry-content {
    padding: 30px 0 20px 0;
  }
  .care-team-all {
    padding-top: 10px;
  }
  .care-team-all section.care-team {
    margin-top: 22px;
  }
  .care-team-all section.care-team .container .location-box h3 {
    margin-bottom: 10px;
  }
  .care-team-all section.care-team .container .location-box .address,
  .care-team-all section.care-team .container .location-box .fax,
  .care-team-all section.care-team .container .location-box .hours {
    margin-bottom: 8px;
  }
  .care-team-all section.care-team .container .all-members .care-member h4 {
    padding: 0px 12px 5px 35px;
    height: 58px;
    font-size: 13px;
  }
  .care-team-all section.care-team .container .all-members .care-member h4:hover {
    height: 62px;
  }
  .provider-banner {
    height: 110px;
    background-size: cover;
    background-position: center;
  }
  .provider-banner .provider-img {
    margin-top: 15px;
    margin-right: 20px;
  }
  .provider-banner .provider-img img {
    border: 5px solid #ffffff59;
    width: 150px;
  }
  .provider-banner:before {
    height: 40px;
  }
  .provider-info {
    font-size: 13px;
  }
  .provider-info .biography-text p {
    line-height: 18px;
  }
  .provider-info .entry-title {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .biography-specialities {
    float: none !important;
  }
  footer#footer {
    float: left;
    width: 100%;
  }
}

@media (max-width: 823px) and (min-width: 568px) and (orientation: landscape) {
  body {
    font-size: 13px;
    line-height: 20px;
  }
  #header .header-bottom .logo {
    max-width: 175px;
  }
  #header .header-bottom .book-appointment a {
    padding: 7px 18px;
  }
  div#container {
    margin-top: 63px;
  }
  .home-banner {
    padding: 50px 0 70px 0;
    background-position: 0 -40px;
  }
  .home-banner h1 {
    margin-bottom: 32px;
  }
  .home-banner h1:after {
    bottom: -18px;
  }
  .home-banner ul li {
    font-size: 16px;
    line-height: 22px;
  }
  .home-banner ul li span {
    font-size: 15px;
  }
  .home-banner h1:after,
  .main-heading:after,
  .section-content h2:after,
  h1.entry-title:after,
  .testimonials h2:after {
    border-width: 3px;
  }
  .under-construct div {
    font-size: 12px;
  }
  section.second-step .container, section.why-us .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section.second-step {
    padding: 30px 0 60px 0;
    background-position: 594px 9px;
    background-size: 49%;
  }
  section.why-us {
    padding: 0;
  }
  section.network {
    padding: 160px 0 0px 0;
  }
  section.network .container.first-section {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section.rating {
    padding: 145px 0 35px 0;
  }
  section.rating .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section.we-treat {
    background: #e2f5ed;
    padding: 25px 0;
  }
  section.we-treat div[class^="container"] {
    padding: 0;
  }
  section.we-treat h2 {
    margin-bottom: 30px;
  }
  section.we-treat ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.we-treat ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
    height: 162px;
    margin: 0 5px 10px;
    padding: 0 10px;
  }
  section.we-treat ul li b {
    font-size: 14px;
    line-height: 16px;
  }
  section.we-treat ul li .more-info {
    padding: 0 6px;
  }
  section.we-treat ul li:hover .more-info {
    font-size: 11px;
    line-height: 20px;
  }
  section.we-treat .treatment-section,
  section.we-treat .offer-section {
    padding: 0;
  }
  section.we-treat .offer-section {
    margin-top: 10px;
  }
  section.testimonials {
    padding: 30px 12px;
    background-position: 0px 0px;
  }
  section.testimonials h2 {
    padding: 0 85px;
    margin-bottom: 35px;
  }
  section.testimonials .quote-symbol img {
    width: 35px;
  }
  section.testimonials .slider {
    font-size: 14px;
    line-height: 20px;
    margin: 15px auto;
  }
  .contact {
    padding: 25px 0;
  }
  .contact h3 {
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .contact .left-side {
    margin-bottom: 25px;
  }
  .contact .container {
    padding: 0 30px;
  }
  .contact form .form-field textarea {
    border-radius: 10px;
    height: 150px;
  }
  .section-content {
    width: 57%;
  }
  .section-img {
    width: 38%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    font-size: 15px;
    line-height: 24px;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  div#container {
    margin-top: 68px;
  }
  section.second-step .container, section.rating .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.network {
    padding: 200px 0 0px 0;
  }
  section.network .network-bottom-text {
    margin-top: 28px;
  }
  section.rating {
    padding: 150px 0 30px 0;
  }
  section.testimonials {
    padding: 30px 12px;
    background-position: 0px 0px;
  }
  section.testimonials h2 {
    padding: 0 85px;
    margin-bottom: 35px;
  }
  section.testimonials .quote-symbol img {
    width: 35px;
  }
  section.testimonials .slider {
    font-size: 14px;
    line-height: 20px;
    margin: 15px auto;
  }
  section.contact {
    padding: 40px 0;
  }
  .under-construct div {
    border-radius: 0 0 2em 2em;
    padding: 1px 25px;
    font-size: 13px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  section.home-banner {
    padding: 72px 0 0;
    background-size: 115% !important;
    background-position: 0 -23px;
    height: 477px;
  }
  section.home-banner div[class^="col-"] {
    width: 47%;
  }
  section.home-banner h1 {
    margin-bottom: 30px;
  }
  section.home-banner ul li {
    font-size: 18px;
    line-height: 24px;
  }
  section.home-banner ul li span {
    font-size: 16px;
  }
  section.second-step {
    padding: 20px 0 40px 0;
    background-position: 512px bottom;
  }
  section.why-us {
    padding: 50px 0 0 0;
    background-size: 66%;
    background-position: -212px 29px;
  }
  section.network {
    padding: 160px 0 0px 0;
  }
  section.network .network-bottom-text {
    margin-top: 30px;
  }
  section.rating {
    padding: 125px 0 30px 0;
  }
  section.we-treat {
    background: #e3f5ee;
    /* IE6-9 */
  }
  section.we-treat h2 {
    margin-bottom: 35px;
  }
  section.we-treat ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.we-treat ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
    height: 162px;
    margin: 0 5px 10px;
    padding: 0 10px;
  }
  section.we-treat ul li b {
    font-size: 14px;
    line-height: 16px;
  }
  section.we-treat ul li .more-info {
    padding: 0 6px;
  }
  section.we-treat ul li:hover .more-info {
    font-size: 11px;
    line-height: 20px;
  }
  section.we-treat .treatment-section {
    margin-bottom: 15px;
  }
  a.old-website {
    top: 26vh;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li {
    margin-right: 22px;
  }
  #header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li a {
    font-size: 14px;
/*     padding: 28px 0; */
  }
  #header .header-bottom .book-appointment a {
    padding: 8px 20px;
  }
  section.we-treat {
    padding: 30px 0;
  }
  section.we-treat ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
  }
  section.home-banner {
    height: 590px;
  }
  section.home-banner h1 {
    font-size: 32px;
  }
  section.second-step {
    padding: 0px 0 50px 0;
    background-position: 668px 50px;
  }
  section.rating .section-img img {
    width: 80%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) and (orientation: landscape) {
  .logo {
    width: 185px;
  }
  header.header.curved-header {
    height: 365px;
  }
  header.header.curved-header .entry-title {
    font-size: 40px;
  }
  #header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li a {
    font-size: 13px;
    padding: 22px 0;
  }
  #header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li .sub-menu li a {
    font-size: 12px;
  }
  #header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li:hover .sub-menu {
    top: 67px;
    height: 56px;
  }
  .biography {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .biography::after, .biography::before {
    display: none;
  }
  .provider-info .entry-title {
    font-size: 38px;
  }
  section.care-team .container .all-members .care-member h4 {
    font-size: 18px;
    padding: 0px 12px 14px 10px;
    height: 85px;
  }
  section.care-team .container .all-members .care-member:hover h4 {
    height: 100px;
    font-size: 18px;
    padding: 0px 12px 29px 10px;
  }
  .why-us {
    padding: 20px 0 0 0;
  }
  .why-us .section-img {
    margin-top: 90px;
  }
}

@media (max-width: 736px) and (min-width: 568px) and (orientation: landscape) {
  .home-banner .col-xs-12 {
    width: 50%;
  }
  .slick-prev,
  .slick-next {
    z-index: 9990;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
  section.contact .left-side {
    margin-bottom: 0;
    width: 40%;
    float: left;
  }
  section.contact .right-side {
    width: 60%;
    float: right;
  }
  section.network {
    padding: 140px 0 0px 0;
  }
  section.network .network-bottom-text {
    margin-top: 25px;
  }
  section.rating {
    padding: 110px 0 10px 0;
  }
  section.rating .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header.header.curved-header {
    height: 215px;
  }
}

@media (max-width: 731px) and (min-width: 568px) and (orientation: landscape) {
  section.network {
    padding: 140px 0 0px 0;
  }
  section.rating {
    padding: 130px 0 25px 0;
  }
}

@media (max-width: 667px) and (min-width: 568px) and (orientation: landscape) {
  section.second-step {
    background-position: 483px 9px;
    padding: 0 0 35px 0;
  }
  section.why-us {
    padding: 30px 0 0 0;
    background-position: -114px 0;
    background-size: 52%;
  }
  section.why-us .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  section.network {
    padding: 125px 0 0px 0;
  }
  section.network .network-bottom-text {
    margin-top: 25px;
  }
  section.rating {
    padding: 80px 0 15px 0;
  }
}

@media (max-width: 640px) and (min-width: 568px) and (orientation: landscape) {
  .home-banner {
    padding: 50px 0;
  }
  .home-banner ul li span {
    font-size: 14px;
  }
  .slick-prev {
    left: -10px;
  }
  .slick-next {
    right: -10px;
  }
  section.we-treat ul li {
    height: 118px;
  }
  section.second-step {
    background-position: 469px 55px;
    padding: 0 0 35px 0;
  }
  section.why-us {
    padding: 30px 0 0 0;
    background-position: -114px 0;
    background-size: 52%;
  }
  section.why-us .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  section.network {
    padding: 125px 0 0px 0;
  }
  section.network .network-bottom-text {
    margin-top: 25px;
  }
  section.rating {
    padding: 80px 0 15px 0;
  }
  section.contact .left-side {
    width: 43%;
  }
  section.contact .right-side {
    width: 57%;
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

@media screen and (max-width: 480px) {
  header.header.covid-header {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  section.page-content-covid {
    font-size: 14px;
    padding-bottom: 0px;
  }
  .covid-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .covid-section .section-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .covid-section .section-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .covid-section-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .covid-section-one .section-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .covid-section-one .section-img {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  section.covid.second-step {
    background-position: -143px top  !important;
  }
  section.covid.why-us {
    background-position: 97px top;
  }
  .round-btn.blue {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  body {
    font-size: 13px;
    line-height: 18px;
  }
  .desktop-guide {
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .desktop-guide img.user {
    width: 175px;
    margin-bottom: 30px;
  }
  .desktop-content a img {
    width: 232px;
  }
  .vitual-bottom, .note-text {
    margin: 0 15px;
  }
  .vitual-bottom {
    padding: 25px 10px;
  }
  .schedule-step {
    margin: 0 0px 25px;
  }
  .portal-boxes-main {
    margin: 20px 0 25px 0;
  }
  .portal-boxes-main .portal-boxes {
    margin-bottom: 5px;
  }
  .portal-boxes-main .download-btns {
    padding-bottom: 20px;
  }
  .portal-boxes-main .download-btns ul {
    padding: 0 10px;
  }
  .cards-main .card {
    height: auto;
    margin: 0 0 15px 0;
  }
  .cards-main .card .card-icon img {
    width: auto;
    height: 55px;
  }
  .top-content {
    background-position: center center !important;
    height: auto;
  }
  .top-content .content {
    height: 79vh;
  }
  .top-content .content .heading {
    font-size: 32px;
    line-height: 32px;
    width: 75%;
    margin-bottom: 117px;
  }
  .top-content.corona {
    height: 30vh;
  }
  .top-content.corona .content {
    height: auto;
  }
  .top-content.corona .content .heading {
    margin-bottom: 40px;
  }
  .bottom-contnet,
  .appoint-form {
    padding: 30px;
  }
  .bottom-contnet .form-top h1,
  .appoint-form .form-top h1 {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 20px;
  }
  .bottom-contnet form .input-group,
  .appoint-form form .input-group {
    width: 48%;
    margin-bottom: 15px;
  }
  .bottom-contnet form textarea,
  .bottom-contnet form input,
  .bottom-contnet form input[type="submit"],
  .appoint-form form textarea,
  .appoint-form form input,
  .appoint-form form input[type="submit"] {
    height: 34px;
  }
  .bottom-contnet form .form-btn,
  .appoint-form form .form-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .bottom-contnet form input[type=submit],
  .appoint-form form input[type=submit] {
    width: 100%;
    height: 44px;
  }
  .bottom-contnet {
    height: auto;
  }
  
  div#container {
    margin-top: 95px;
  }
  .employees-main ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 15px;
  }
  .employees-main ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    padding: 8px 0;
  }
  header.header .entry-title {
    font-size: 24px;
  }
  .reg-page .user-registration .button {
    font-size: 14px;
    padding: 7px 16px;
  }
  .reg-page .user-registration .login .register a {
    padding: 10px;
  }
  .book-appointment-bottom {
    float: left;
    width: 100%;
    font-size: 16px;
    padding: 10px 15px;
  }
  .book-appointment-bottom .round-btn {
    font-size: 14px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    text-align: center;
    padding: 10px 0;
  }
  #header .header-bottom .logo {
    max-width: 165px;
  }
  #header .header-bottom .book-appointment a {
    padding: 6px 14px;
  }
  .mobile-btn {
    display: none;
  }
  .latest-news b {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
  }
  .latest-news ol marquee li {
    font-size: 13px;
  }
  .under-construct div {
    border-radius: 0;
    padding: 3px 0px;
    display: block;
    font-size: 12px;
  }
  .login-box .elementor-row .elementor-element.elementor-top-column {
    border-right: 0;
    border-bottom: 1px dashed #ccc;
  }
  .login-box .elementor-row .elementor-element.elementor-top-column:first-child {
    padding-top: 0;
  }
  .login-box .elementor-image-box-img img {
    width: 60px;
    margin: 0;
  }
  .inner-page .entry-content .login-box h3 {
    font-size: 18px;
    margin-bottom: 5px !important;
  }
  .home-banner {
    padding-top: 320px;
    background-size: 120%;
    background-position: -80px -30px;
  }
  .home-banner h1 {
    margin-bottom: 25px;
    padding-right: 80px;
  }
  .home-banner ul li {
    font-size: 18px;
    line-height: 24px;
  }
  .home-banner ul li span {
    color: #515151;
    font-size: 15px;
  }
  .home-banner .bottom-curve {
    top: 220px;
  }
  .inner-page {
    margin-top: 15px;
    float: left;
    width: 100%;
  }
  header.header.curved-header {
    height: 150px;
  }
  header.header.curved-header .entry-title {
    font-size: 26px;
    bottom: -20px;
  }
  header.header.curved-header .entry-title:after {
    bottom: -12px;
  }
  .home-banner h1:after {
    border-bottom: 3px solid var(--primary-color);
    bottom: -13px;
  }
  .section-content h2:after,
  h1.entry-title:after,
  .testimonials h2:after {
    border-bottom: 3px solid var(--primary-color);
    bottom: -15px;
  }
  .section-content h2 {
    margin-bottom: 25px;
  }
  .section-content h2:after {
    right: 0;
    margin: 0 auto;
  }
  .section-img {
    text-align: center;
    padding: 15px 15px 30px 15px;
  }
  .section-img img {
    width: 80%;
  }
  section.second-step, section.why-us {
    padding: 20px 0 0 0;
    text-align: center;
  }
  section.second-step {
    background-size: 100%;
    background-position: -143px bottom;
  }
  section.why-us {
    background-size: 100%;
    background-position: 97px bottom;
  }
  section.why-us .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.why-us .container .section-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  section.why-us .container .section-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  section.network {
    padding: 60px 0 0 0;
    text-align: center;
  }
  section.network .section-img {
    padding: 15px 15px 15px 15px;
  }
  section.network .round-btn {
    margin-top: 5px;
  }
  section.network .network-bottom-text {
    margin: 0 0 20px 0;
  }
  section.rating {
    padding: 40px 0 15px 0;
    text-align: center;
  }
  section.rating .section-img img {
    width: 60%;
  }
  section.we-treat {
    background: #e2f5ed;
    padding: 25px 0;
  }
  section.we-treat div[class^="container"] {
    padding: 0;
  }
  section.we-treat h2 {
    margin-bottom: 30px;
  }
  section.we-treat ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.we-treat ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    -ms-flex: 0 0 32%;
        flex: 0 0 32%;
    height: 100px;
    margin: 0 0 8px;
    padding: 0 10px;
  }
  section.we-treat ul li b {
    font-size: 13px;
    line-height: 16px;
  }
  section.we-treat ul li .more-info {
    padding: 0 6px;
  }
  section.we-treat ul li:nth-child(3n+2) {
    margin-left: 7px;
    margin-right: 7px;
  }
  section.we-treat ul li:hover .more-info {
    font-size: 11px;
    line-height: 20px;
  }
  section.we-treat .treatment-section,
  section.we-treat .offer-section {
    padding: 0;
  }
  section.we-treat .offer-section {
    margin-top: 10px;
  }
  section.testimonials {
    padding: 30px 12px;
    background-position: -520px 0px;
  }
  section.testimonials h2 {
    padding: 0 85px;
    margin-bottom: 35px;
  }
  section.testimonials .quote-symbol img {
    width: 35px;
  }
  section.testimonials .slider {
    font-size: 14px;
    line-height: 20px;
    margin: 15px auto;
  }
  .contact {
    padding: 25px 0;
  }
  .contact h3 {
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .contact .left-side {
    margin-bottom: 25px;
  }
  .contact .container {
    padding: 0 30px;
  }
  .contact form .form-field textarea {
    border-radius: 10px;
    height: 150px;
  }
  div#copyright {
    padding: 10px 100px 10px 15px;
    text-align: left;
    font-size: 13px;
  }
  a.old-website {
    top: 195px;
  }
  .care-team-all section.care-team .container .all-members .care-member h4 {
    padding: 0px 12px 5px 52px;
  }
  .single-providers h2 {
    font-size: 22px;
  }
  .contact h3 {
    font-size: 18px;
  }
  .red-banner {
    font-size: 13px;
    line-height: 16px;
  }
}
@media screen and (max-width: 414px){
	.home-banner {
		padding-top: 270px;
	}
	.home-banner .bottom-curve {
		top: 200px;
	  }
}
@media screen and (max-width: 375px) {
  #header .header-bottom .logo {
    max-width: 150px;
  }
  div#container {
    margin-top: 90px;
  }
  .home-banner {
    padding-top: 250px;
    background-position: -74px -30px;
  }
  .home-banner h1 {
    padding: 0;
  }
  .home-banner .bottom-curve {
    top: 178px;
  }
  section.we-treat ul li {
    padding: 0 8px;
  }
  section.we-treat ul li:nth-child(3n+2) {
    margin-left: 6px;
    margin-right: 6px;
  }
  section.testimonials h2 {
    padding: 0 55px;
  }
  a.old-website {
    top: 180px;
  }
}

@media screen and (max-width: 360px) {
  .home-banner {
    padding-top: 250px;
    background-position: -70px -30px;
  }
  .home-banner .bottom-curve {
    top: 170px;
  }
}

@media screen and (max-width: 320px) {
  #header .header-bottom .book-appointment a {
    padding: 5px 10px;
    font-size: 10px;
  }
  .red-banner .container {
    padding: 0 12px;
  }
  div#container {
    margin-top: 90px;
  }
  .home-banner {
    padding-top: 215px;
    background-position: -63px -30px;
  }
  .home-banner h1 {
    padding: 0;
  }
  .home-banner ul {
    padding: 0 0 0 20px;
  }
  .home-banner ul li {
    font-size: 16px;
    line-height: 22px;
  }
  .home-banner ul li span {
    color: #515151;
    font-size: 14px;
  }
  .home-banner .bottom-curve {
    top: 148px;
  }
  .under-construct div {
    padding: 2px 0px;
    font-size: 10px;
  }
  section.testimonials h2 {
    padding: 0 30px;
  }
  section.we-treat ul li {
    padding: 0;
  }
  section.we-treat ul li b {
    font-size: 12px;
  }
  section.we-treat ul li:nth-child(3n+2) {
    margin-left: 5px;
    margin-right: 5px;
  }
  a.old-website {
    top: 162px;
  }
  .latest-news b {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
    font-size: 11px;
  }
  .latest-news {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .latest-news ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .latest-news ol marquee li {
    font-size: 11px;
    padding-left: 10px;
    margin-right: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .more-btn {
    margin-left: 4px;
    font-size: 11px;
    line-height: 20px;
  }
}


/*it is not inculded in scss*/
#header .header-bottom .zoc-btn{
	margin-left:12px;
}
#header .header-bottom .zoc-btn a{
	font-weight:600;
}
.zoc-btn a{
	padding: 10px 25px;
    color: #fff;
	
	transition:all ease-in-out 0.3s;
	background: #2494ce;
}
.zoc-btn a:hover{
	background: #2188be;
	text-decoration:none;
	transition:all ease-in-out 0.3s;
}
.zoc-btn a img {
    display: none;
}

/* .zoc-btn a:before {content: "Book Video Appointment";} */
.zoc-btn a + div, 
.zoc-btn a + div + div{
   display: none !important;
}


#header .header-bottom .zoc-btn a{
    background: #72b24f;
    border-radius: 90px;
}
#header .header-bottom .zoc-btn a:hover{
	    background: #5e9440;
}
#header .mobile-cta-bar .hidden-lg{
/* 	flex:1; */
}

.main-navigation {
    display: flex;
    flex-direction: row-reverse;
}
 .header-right {
	 /* justify-content: flex-end; */
}
 .header-right > ul {
	 display: flex;
	 align-items: center;
	 margin: 0;
}
 .header-right > ul li {
	 margin-right: 15px;
}
 .header-right > ul li a {
	 font-weight: 600;
	 text-transform: uppercase;
	 font-size: 0.875em;
}
 .header-right > ul li a, .header-right > ul li a:hover {
	 transition: all ease-in-out 0.3s;
}
 .header-buttons {
	 
	 display: flex;
	 align-items: center;
	 gap: calc(15px / 2);
}
 .header-buttons .appointment-btn {
	 position: relative;
	 display: flex;
}
 .header-buttons .appointment-btn > a[class^="btn"] {
	 border-top-right-radius: 0;
	 border-bottom-right-radius: 0;
}
 .header-buttons .appointment-btn > a[class^="btn"] + [class^="btn"] {
	 border-top-left-radius: 0;
	 border-bottom-left-radius: 0;
	 border-left: 0;
	 background: #3ea7dd;
	 color: #fff;
	 padding: 0 12px;
	 transition: all ease-in-out 0.3s;
}
 .header-buttons .appointment-btn > a[class^="btn"] + [class^="btn"]:hover {
	 background: #2188be;
}

/*new*/
.header-buttons button:focus, 
.header-buttons .btn:focus, 
.header-buttons button:focus:active, 
.header-buttons .btn:focus:active {
	 outline: none;
}
.header-buttons .appointment-btn{
	margin-left:10px;
}
.menu-main-menu-container {
    display: flex;
    align-items: center;
}
.header-buttons .btn{
	padding: 12px 25px;
	border-radius: 90px;
	font-weight: 600;
	font-size: 13px;
}
 .header-buttons .btn:focus{

 }
.header-buttons .appointment-btn a, .header-buttons .appointment-btn button{
	border-radius:90px;
}
#header .header-bottom .header-right .main-navigation .menu-main-menu-container ul.menu li a{
/* 	font-size: 13px; */
}

.header-buttons .appointment-btn > a[class^="btn"]:hover {
    background: #2188be;
    border-color: #2188be;
}
@media (min-width: 1025px){
.header-buttons.mobile {
	display:none;
}
}
	.header-buttons.mobile {
    background: #ffffff;
    gap: 0px;
    padding: 0px;
}

.header-buttons.mobile .appointment-btn {
    flex: 1;
}

.header-buttons.mobile .appointment-btn {
    margin: 0;
}

.header-buttons.mobile .appointment-btn > a[class^="btn"] + [class^="btn"] {
    padding: 0 10px;
}

.header-buttons.mobile .btn {
    padding: 8px 12px;
    font-size: 12px;
	border-radius: 0;
}

.header-buttons.mobile .appointment-btn  + [class^="btn"], .header-buttons.mobile .appointment-btn {
    flex: 1;
}
.header-buttons .dropdown-menu>li>a {
	font-weight: 600;
	padding: 12px 25px; 
	color:#fff;
    background: #3ea7dd;
}

.header-buttons.mobile .appointment-btn a {
    flex: 1;
}
.header-buttons .dropdown-menu {
    text-align: center;
    border-radius: 90px;
    padding: 0;
    width: 100%;
	border:0;
	background:none;
}
.header-buttons .dropdown-menu>li>a:hover {
    background: #2188be;
}
.header-buttons.mobile .dropdown-menu>li>a,
.header-buttons.mobile .dropdown-menu {
    border-radius: 0px;
     width: 100%;
}
.header-buttons.mobile .dropdown-menu>li>a {
	padding: 8px 12px;
	font-size: 12px;
}
