/*--------------------------------------------------------------
STYLE FOR CUSTOM THEME
--------------------------------------------------------------*/

body {
  font-family: "ubuntu-regular";
}

/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/

header {
  position: relative;
  z-index: 10;
}

.btn-login {
  background: #3c5d84;
  color: #fff !important;
  padding: 6px 12px !important;
}

.btn-login:hover {
  background: #fff;
  color: #3c5d84 !important;
  border: solid 1px #3c5d84;
}

.btn-login-reverse {
  background: #fff;
  color: #3c5d84;
  border: solid 1px #3c5d84;
}

.btn-login-reverse:hover {
  background: #3c5d84;
  color: #fff;
  border: solid 1px #3c5d84;
}

ul.nav-menu {
  list-style: none;
  text-align: right;
  padding: 0;
  margin: 0;
}

ul.nav-menu li {
  display: inline-block;
  font-family: "ubuntubold";
  color: #666666;
  padding-left: 10px;
}

ul.nav-menu > li > a {
  text-decoration: none;
  text-transform: uppercase;
  color: #333333;
  font-family: "ubuntubold";
  padding-left: 15px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

/*NAV ACTIVE LINK*/
ul.nav-menu li.active a {
  color: #ff9933 !important;
}

/*NAV ON HOVER*/
ul.nav-menu li a:hover {
  color: #ff9933;
}

a:focus {
  outline: none;
  text-decoration: none;
}

.btn {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

a:hover,
.btn:hover {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
.page-template {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.logo-container {
  padding: 1rem 0;
}


.logo-container img{
  height: 80px;
}


.menu-container {
  display: flex;
  align-items: center;
  height: 100%;
}

.back-to-top {
  display: block;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 80px;
  background: #3c5d84 url(../img/superior/up-arrow.png) no-repeat center 43%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
.banner {
  background: url(../img/superior/banner.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  padding: 100px 0;
}

.banner-content {
  padding: 0 50px;
}

.opening-caption {
  font-size: 30px;
  color: #666666;
  line-height: 30px;
  font-family: "ubuntu-lightItalic";
}

.main-caption {
  font-size: 42px;
  color: #333333;
  line-height: 42px;
  text-transform: uppercase;
  font-family: "ubuntubold";
}

.bottom-caption {
  font-size: 18px;
  color: #666666;
  line-height: 18px;
  font-family: "ubuntu-regular";
}

.bottom-caption span {
  font-family: "ubuntubold";
}

.price {
  width: 360px;
  background: #ffffff;
  margin: 25px 0;
  padding: 8px;
  border-radius: 5px;
  border-bottom: solid 2px var(--color-green);
  display: flex;
}

.price img {
  margin-top: 5px;
  margin-left: 10px;
}

.btn-started {
  padding: 12px 0;
  background: var(--color-green);
  color: white;
  font-size: 20px;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-msd {
  padding: 12px 0;
  color: white;
  font-size: 1rem;
}

.disorder-list ul {
  padding-left: 1rem;
}

.disorder-list ul li {
  font-family: "ubuntu-regular";
  font-size: 1rem;
  color: #999999;
  list-style-type: circle;
}

.disorder-list ul li a {
  text-decoration: none;
  color: #333;
}

.disorder-list ul li:hover a {
  text-decoration: none;
  font-family: "OpenSansB";
  color: #359938;
}

.disorder-list ul li a i {
  padding-right: 10px;
  font-size: 5px;
  position: relative;
  top: -3px;
  color: #288e2d;
}

.disorder-linkall {
  font-family: "ubuntu-lightItalic";
  font-size: 16px;
  color: #333;
  text-decoration: none !important;
}

/*--------------------------------------------------------------
HOW IT HELPS
--------------------------------------------------------------*/
section.help-me {
  background: #e3eef6;
  padding: 48px 15px;
}

.help-me__header {
  font-size: 42px;
  color: #3c5d84;
  font-family: "ubuntubold";
  padding: 0;
  margin: 2px 0;
}

.btn-conditions {
  background: #3c5d84;
  color: #fff ;
  padding: 8px 24px;
}

.btn-conditions:hover {
  background: #fff;
  color: #3c5d84 ;
  border: solid 1px #3c5d84;
}

.help-me__dropdown .dropdown-item:hover, .dropdown-item:focus {
  background-color: #e3eef6;
}
/*--------------------------------------------------------------
STEPS SECTION
--------------------------------------------------------------*/

.steps {
  background: linear-gradient(to bottom, #cecece, transparent) no-repeat;
  background-size: 100% 125px;
  position: relative;
  /* padding-bottom: 70px; */
}

.section-title-container {
  position: relative;
  padding: 0 1rem;
}

.section-title h2 {
  padding-bottom: 0.5rem;
  font-size: 1.5rem !important;
}

.section-title {
  background: #fff;
  height: 2.25rem !important;
}

.section-title::after {
  background: url(../img/header-after.png) no-repeat top left;
  background-size: cover;
  position: absolute;
  height: 2.25rem !important;
  right: -1rem;
  top: 0px;
  color: transparent;
  content: "-----";
}

.section-title::before {
  background: url(../img/header-before.png) no-repeat top right;
  background-size: cover;
  height: 2.25rem !important;
  position: absolute;
  left: -1rem;
  top: 0px;
  color: transparent;
  content: "-----";
}

.research-title-container {
  position: relative;
  padding: 0 0.5rem;
}

.research-title h2 {
  padding-bottom: 0.5rem;
  font-size: 1.5rem !important;
  color: #3c5d84;
  font-family: "ubuntubold";
  text-transform: uppercase;
}

.research-title {
  background: #e1e1e1;
  height: 2.25rem !important;
}

.research-title::after {
  background: url(../img/research-after.png) no-repeat top left;
  background-size: cover;
  position: absolute;
  height: 2.25rem !important;
  right: -1rem;
  top: 0px;
  color: transparent;
  content: "-----";
}

.research-title::before {
  background: url(../img/research-before.png) no-repeat top right;
  background-size: cover;
  height: 2.25rem !important;
  position: absolute;
  left: -1rem;
  top: 0px;
  color: transparent;
  content: "-----";
}

.title h3 {
  font-size: 1.5rem;
  margin-top: 0.25rem;
  text-transform: uppercase;
  font-family: "ubuntubold";
  color: #3c5d84;
}

.callout {
  display: block;
  padding: 0.5rem;
  margin: 0 auto;
}

.callout:hover {
  background: #e3eef6;
}

.callout figure {
  display: inline-block;
  margin-right: 2rem;
  width: 100px;
}

.callout h3,
.callout p {
  position: relative;
  left: 10px;
  margin: 0;
  top: 20px;
}

.callout h3 {
  font-family: "ubuntubold";
  color: #333333;
}

.callout p {
  font-family: "ubuntu-regular";
  color: #333333;
}

.callout a {
  display: block;
  height: 100%;
  width: 100%;
}

.icon {
  float: left;
}

.callout-links {
  text-decoration: none;
  margin-bottom: 2rem;
}

.news-item {
  padding: 1rem;
}

.news-title {
  font-family: "ubuntubold" !important;
  font-size: 1rem;
  margin: 0;
}

.news-content p {
  font-family: "ubuntu-light";
  font-size: 14px;
  color: #333333;
}

.news-link {
  color: #3c5d84;
  text-transform: uppercase;
  text-decoration: none;
}

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

.news-link:hover {
  color: #ff9933;
  font-weight: 800;
}

/*--------------------------------------------------------------
PROVIDERS SECTION
--------------------------------------------------------------*/
.providers {
  background: #e3eef6;
  padding: 50px 0;
}

.provider-slick a,
.provider-item,
.provider-item :hover,
.providers ul.video-list li a {
  text-decoration: none !important;
}

.see-all {
  float: right;
  margin-right: 3rem;
  font-family: "ubuntu-regular";
}

.see-all a:hover {
  color: #ff9933;
  text-decoration: none;
}

ul.video-list {
  width: 100% !important;
}

ul.video-list li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top !important;
  margin-bottom: 50px;
  width: 18%;
}

ul.video-list li .post-thumbnail img {
  width: 135px;
  height: auto;
}

ul.video-list li .post-thumbnail {
  text-align: center;
}

.provider-name {
  font-family: "OpenSansB";
  font-size: 14px;
  /*line-height: 14px;*/
  color: #333333;
  margin-bottom: 0;
  margin-top: 10px;
  transition: 400ms;
}

.provider-title {
  color: #333333;
  font-family: "OpenSans";
  transition: 400ms;
}

.provider-img {
  width: 130px;
  border-radius: 8px;
  border: 3px solid #fff;
}

.title-container {
  border-bottom: solid 2px #fff;
  margin-bottom: 30px;
}

.title-container h3 {
  font-family: "ubuntubold";
  color: #3c5d84;
  text-transform: uppercase;
}

.post-provider:hover {
  text-decoration: none;
}

.post-thumbnail:hover .provider-name,
.post-thumbnail:hover .provider-title {
  color: #3c5d84;
  transition: 400ms;
}

.post-thumbnail img {
  transition: 400ms;
}

.post-thumbnail:hover img {
  opacity: 0.8;
  transition: 400ms;
}

/*--------------------------------------------------------------
THE BAD NEWS | GET THE RIGHT CARE SECTION
--------------------------------------------------------------*/
.right-care {
  background: url(../img/superior/right-care.jpg) no-repeat;
  background-size: cover;
}

.bad-news,
.right-news {
  margin-top: 0;
}

.red {
  font-family: "ubuntubold";
  font-size: 16px;
  color: #ce626e;
}

.red-title {
  font-family: "ubuntubold";
  font-size: 35px;
  color: #ce626e;
  margin-bottom: 0;
  line-height: 35px;
}

.red-sub-title {
  font-family: "ubuntubold";
  font-size: 20px;
  color: #ce626e;
}

.bad-news ul li {
  display: list-item;
  font-family: "ubuntu-regular";
}

.green-title {
  font-family: "ubuntubold";
  font-size: 35px;
  color: #3da13f;
  line-height: 35px;
}

#msd-popup h4 {
  font-family: "ubuntubold";
  color: #3c5d84;
}

/*--------------------------------------------------------------
TESTIMONIALS SECTION
--------------------------------------------------------------*/
.testimonials {
  background: url(../img/superior/testimonials-bg.jpg) fixed no-repeat;
  background-size: cover;
  padding: 50px 0;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
}

blockquote.testimonial-block {
  color: #333333;
  font-family: "ubuntu-regular";
  font-size: 0.9rem;
  padding-left: 1.25rem;
  border-left: solid 5px #93adca;
}

.testimonial-container {
  padding: 0 1rem;
}

.section-header,
.section-title {
  font-size: 25px;
  color: #3c5d84;
  font-family: "ubuntubold";
  text-transform: uppercase;
}

.highlight-item {
  background: rgba(233, 239, 246, 0.5);
  border-radius: 5px;
  padding: 20px 15px;
}

.highlight-item img {
  margin-bottom: 20px;
}

blockquote p.sender {
  font-family: "ubuntubold";
  font-style: italic;
}

/*--------------------------------------------------------------
FOOTER SECTION
--------------------------------------------------------------*/
footer {
  bottom: 0;
  width: 100%;
  background: #e1e4e9;
  padding: 40px 0;
  -webkit-box-shadow: inset 0px 5px 5px 0px rgba(201, 204, 208, 1);
  -moz-box-shadow: inset 0px 5px 5px 0px rgba(201, 204, 208, 1);
  box-shadow: inset 0px 5px 5px 0px rgba(201, 204, 208, 1);
}

ul.footer-nav-menu {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  list-style-type: none;
}

ul.footer-nav-menu li {
  color: #3c5d84;
  font-family: "ubuntubold";
  margin-bottom: 10px;
  font-size: 16px;
}

ul.footer-nav-menu li a {
  text-decoration: none;
}

.footer-links li {
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.footer-links {
  text-align: center;
  font-family: "ubuntubold";
  font-size: 1rem;
  color: #3c5d84;
}

.footer-links li a {
  text-decoration: none;
  color: #3c5d84 !important;
}

.footer-links li a:hover,
.footer-links li.active a {
  color: #ff9933 !important;
}

.login-btn {
  color: #3c5d84;
  font-family: "ubuntubold";
  font-size: 16px;
}

/*--------------------------------------------------------------
MODAL
--------------------------------------------------------------*/
.modal-content {
  padding: 20px;
  background: url(../img/superior/modal.jpg) no-repeat;
  background-size: cover;
}

.modal-dialog.video-dialog {
  max-width: 70% !important;
  position: static;
  pointer-events: all;
}

.video-modal-content {
  display: block;
  height: auto;
  position: relative;
  width: 70%;
  margin: 4% auto 0 auto;
  overflow: hidden;
}

.modal-video-close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.btn-close {
  background: #3c5d84;
  padding: 5px 30px;
  font-family: "ubuntu-lightItalic";
  color: #fff;
}

.btn-close:hover {
  color: #3c5d84;
  background: #fff;
  border: solid 1px #3c5d84;
}

.provider-title-name {
  color: #3c5d84;
  margin-bottom: 0;
}

.modal-header {
  border: none;
  padding: 0;
}

.modal-bio h4.provider-title-name {
  margin-bottom: 0;
}

.started-modal {
  font-family: "ubuntubold";
  font-size: 30px;
  text-align: center;
  color: #666666;
}

#get-started form input {
  height: 40px;
}

#get-started form .form-group {
  margin-bottom: 5px;
}

#get-started form button {
  height: 40px;
  margin-top: 5px;
}

.p-r-0 {
  padding-right: 0;
}

.captcha {
  font-family: "ubuntubold";
  color: #555;
}

.form-container {
  padding: 50px;
  background: #f6fcff;
  border-radius: 5px;
  border: solid 1px #c9edff;
}

.form-box .question {
  padding: 50px 130px;
}

.form-box.step-6 .question {
  padding: 0 130px;
}

.form-box .question p {
  font-size: 22px;
  font-family: "ubuntu-regular";
}

.form-box .question p span {
  font-family: "ubuntubold";
}

.form-box p {
  color: #3c5d84;
  font-family: "ubuntu-regular";
  font-size: 20px;
}

.form-box .btn-primary {
  background: #5fa1ef;
  padding: 10px 20px;
  border: none;
}

.form-nav {
  color: #5fa1ef;
  font-family: "ubuntubold";
}

.form-box ul.form-nav li .btn-primary {
  padding: 10px;
  border: none;
}

.form-box.step-6 .btn-primary {
  font-family: "ubuntubold";
  font-size: 20px;
}

.form-box.step-1 .btn-primary {
  font-family: "ubuntubold";
}

.btn-question {
  width: 190px;
  text-align: left;
  color: #3c5d84;
  background: #fff !important;
  position: relative;
}

.btn-question:hover {
  background: #cfe5ff !important;
}

.btn-question:focus {
  border: solid 3px #c8def8 !important;
  color: #3c5d84;
  outline: none !important;
}

.form-box .question ul li {
  margin-bottom: 5px;
}

.form-box .question .form-group {
  margin-bottom: 5px !important;
}

.form-box .question .form-group label {
  margin-bottom: 0 !important;
}

.form-box .question .p-r-0 {
  padding-right: 0;
}

.m-t-5 {
  margin-top: 5px;
}

.step-2,
.step-3,
.step-4,
.step-5,
.step-6 {
  display: none;
}

/*--------------------------------------------------------------
ERROR PAGE
--------------------------------------------------------------*/
.search-page {
  margin-bottom: 100px;
}

.search {
  padding: 50px 0 0;
}

.search .featured img {
  width: 100%;
  height: auto;
}

.not-found-cont {
  padding: 50px;
}

.error-number {
  font-size: 200px;
  font-family: "ubuntubold";
  line-height: 200px;
  text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);
}

.search-prepend {
  position: absolute;
}

.search-prepend i.fa-search {
  position: relative;
  top: 7px;
  left: 10px;
}

.search-form input {
  padding-left: 30px;
}

.search-item {
  border-bottom: solid 1px #e1e4e9;
  padding: 20px;
  margin-bottom: 20px;
}

.search .featured {
  margin-top: 15px;
}

.not-found-cont .red {
  font-size: 32px;
}

/*--------------------------------------------------------------
HOW IT WORKS
--------------------------------------------------------------*/
.how-it-works {
  min-height: 60vh;
}

.content-section h4 {
  color: #3c5d84;
  font-family: "ubuntubold";
  margin-bottom: 20px;
}

.content-section p {
  margin-bottom: 20px;
}

.content-section ul.works-list {
  margin-top: 30px;
  width: 75%;
  list-style-type: circle;
}

.content-section ul.works-list li {
  margin-bottom: 15px;
}

ul.works-list li a:hover {
  color: #ff9933;
  text-decoration: none;
}

.work-main-video {
  margin-top: 4rem;
}

/*--------------------------------------------------------------
CHOOSE A THERAPIST
--------------------------------------------------------------*/
.form-space {
  padding-top: 1rem;
}

.filter {
  max-width: 980px;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}

.filter h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.filter .input-group {
  position: relative;
}

.therapist-img {
  /*width: 120px;*/
  height: 120px;
}

.choose-img {
  position: absolute;
  left: 0;
  top: 7px;
  z-index: 2;
}

.therapist-btn {
  height: 60px;
  padding-left: 35px;
  position: relative;
  left: 8px;
  z-index: 1;
  padding-right: 15px;
}

ul.therapist {
  max-width: 980px;
  display: block;
  margin: 0 auto;
  padding: 0;
}

ul.therapist li {
  list-style-type: none;
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}

ul.therapist li h4.provider-name {
  font-size: 18px;
  color: #333333;
  font-family: "OpenSansB";
  margin-bottom: 5px;
}

ul.therapist li .provider-title {
  font-size: 14px;
  font-family: "OpenSans";
  color: #333333;
}

.choose-provider {
  color: #3c5d84;
  font-size: 16px;
  padding-top: 10px;
}

/*--------------------------------------------------------------
SINGLE PAGE
--------------------------------------------------------------*/
.single .featured img {
  width: 210px;
  height: auto;
}

.single .featured h3 {
  font-size: 18px;
  color: #333333;
  font-family: "OpenSansB";
  margin-bottom: 5px;
}

.single .featured .provider-title {
  text-align: center;
}

.conditions-content h4 {
  color: #3c5d84;
  font-family: "ubuntu-regular";
  margin-top: 0;
}

.conditions-sidebar h4 {
  color: #333333;
  text-transform: uppercase;
  font-family: "ubuntubold";
}

.conditions-content h3 {
  color: #3c5d84;
  font-family: "ubuntubold";
  margin: 0;
  padding-bottom: 5px;
  border-bottom: solid 5px #88b7ef;
  margin-bottom: 10px;
}

ul.actions {
  margin-top: 10px;
}

ul.actions li a {
  text-decoration: none;
  font-family: "ubuntubold";
  font-size: 14px;
  color: #2c598e;
}

.single p {
  font-size: 15px;
}

/*--------------------------------------------------------------
CONDITIONS SIDEBAR
--------------------------------------------------------------*/
ul.conditions {
  padding: 0;
}
ul.conditions li {
  list-style-type: none;
  margin-bottom: 10px;
}
ul.conditions li a {
  color: #666666;
  font-size: 16px;
  text-decoration: none;
}
ul.conditions li a:hover,
ul.conditions li a:focus {
  color: #3c5d84;
  font-family: "ubuntubold";
}
ul.conditions li a i {
  font-size: 12px;
  color: #3c5d84;
}
/*--------------------------------------------------------------
Pagination
--------------------------------------------------------------*/
.navigation ul {
  margin-top: 20px;
  padding-left: 0;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #ccc;
  text-decoration: none;
  border: 1px solid #ccc;
}

.navigation li {
  display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: #fff;
  border-radius: 3px;
  cursor: pointer;
  padding: 4px 10px;
}

.navigation li a:hover,
.navigation li.active a {
  border: 1px solid #3c5d84;
  color: #3c5d84;
}

/*--------------------------------------------------------------
RATE
--------------------------------------------------------------*/
.rate-container {
  position: relative;
  width: 150px;
  height: 55px;
}

.rate-container p {
  width: 150px;
}

.only-word {
  position: absolute;
  top: 0;
  left: 0;
  color: #288e2d;
  font-family: "ubuntu-lightItalic";
  font-weight: 800;
}

.rate {
  position: absolute;
  top: 20px;
  left: 35px;
  color: #288e2d;
  font-size: 38px;
  line-height: 28px;
  font-family: "ubuntubold";
}

.dollar {
  position: absolute;
  top: 20px;
  left: 15px;
  color: #288e2d;
  font-size: 32px;
  line-height: 28px;
  font-family: "ubuntubold";
}

.per-session {
  position: absolute;
  top: 15px;
  left: 85px;
  color: #288e2d;
  font-size: 16px;
  line-height: 16px;
  font-family: "ubuntu-regular";
}

/*--------------------------------------------------------------
404 PAGE
--------------------------------------------------------------*/
.pg-404 {
  position: relative;
  height: 80vh;
}

.pg-404-content {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.pg-404-content i {
  margin-bottom: 20px;
}

.pg-404-content h1 {
  margin-bottom: 20px;
}

.pg-404-content p {
  margin-bottom: 0;
}

/*FOR MOZILLA FIREFOX ONLY*/
@-moz-document url-prefix() {
  #form_get_started ul.list-unstyled li .btn-question i.fa-check {
    position: absolute;
    right: 10px;
    top: 8px;
  }
}