@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400);
@font-face {
  font-family: "Berkeley Oldstyle Book";
  src: url("/Site/Media/FaceMyPain/Common/Fonts/BerkeleyOldstyleBook.otf");
}
/* line 137, ../../sass/Common/sass-mixins/_base.scss */
::-webkit-input-placeholder {
  color: #c3c6c9;
  text-align: left !important;
}

/* line 141, ../../sass/Common/sass-mixins/_base.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #c3c6c9;
  text-align: left !important;
}

/* line 145, ../../sass/Common/sass-mixins/_base.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #c3c6c9;
  text-align: left !important;
}

/* line 149, ../../sass/Common/sass-mixins/_base.scss */
:-ms-input-placeholder {
  color: #c3c6c9;
  text-align: left !important;
}

/* line 10, ../../sass/Common/sass-mixins/_text.scss */
.title1 {
  font-size: 50px;
  color: #484848;
  font-family: "Mukta Mahee", sans-serif;
  line-height: 1.5;
}

/* line 14, ../../sass/Common/sass-mixins/_text.scss */
.title2 {
  font-size: 30px;
  color: #484848;
  font-family: "Mukta Mahee", sans-serif;
  line-height: 1.5;
}

/* line 18, ../../sass/Common/sass-mixins/_text.scss */
.title3 {
  font-size: 18px;
  color: #484848;
  font-family: "Mukta Mahee", sans-serif;
  line-height: 1.5;
}

/* line 22, ../../sass/Common/sass-mixins/_text.scss */
.title4 {
  font-size: 16px;
  color: #484848;
  font-family: "Mukta Mahee", sans-serif;
  line-height: 1.5;
  color: #3E9FA1;
  padding-bottom: 10px;
  margin-top: 20px;
  font-weight: 900;
}

/* line 30, ../../sass/Common/sass-mixins/_text.scss */
.title5 {
  font-size: 14px;
  color: #484848;
  font-family: "Mukta Mahee", sans-serif;
  line-height: 1.5;
}

/* line 121, ../../sass/Common/sass-mixins/_base.scss */
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  background-color: #163251;
  outline: 1px solid slategrey;
}

/* line 126, ../../sass/Common/sass-mixins/_base.scss */
::-webkit-scrollbar-track {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

/* line 130, ../../sass/Common/sass-mixins/_base.scss */
::-webkit-scrollbar {
  width: 6px;
}

/* line 5, ../../sass/Common/home/_home.scss */
body {
  margin: 0;
  font-size: 16px;
  color: #484848;
  font-family: "Mukta Mahee", sans-serif;
  line-height: 1.5;
}

/* line 10, ../../sass/Common/home/_home.scss */
input {
  font-size: 16px;
  color: #484848;
  font-family: "Mukta Mahee", sans-serif;
  line-height: 1.5;
}

/* line 14, ../../sass/Common/home/_home.scss */
.flex-1 {
  flex: 1;
}

/* line 18, ../../sass/Common/home/_home.scss */
.p-20 {
  padding: 20px;
}

/* line 22, ../../sass/Common/home/_home.scss */
.p-20-0 {
  padding: 20px 0;
}

/* line 26, ../../sass/Common/home/_home.scss */
.text-center {
  text-align: center;
  font-weight: 400;
}

/* line 31, ../../sass/Common/home/_home.scss */
.without-underline div:before, .without-underline div:after {
  border-bottom: 1px solid #CECECE !important;
}

/* line 34, ../../sass/Common/home/_home.scss */
.without-underline.error div:after {
  border-bottom: 1px solid #ff5959 !important;
}

/* line 38, ../../sass/Common/home/_home.scss */
.teledentistry-container {
  height: calc(100% - 50px);
  max-width: 1255px;
  max-height: 690px;
  overflow-y: visible;
}
/* line 44, ../../sass/Common/home/_home.scss */
.teledentistry-container .dialog-content {
  height: 100%;
}
/* line 47, ../../sass/Common/home/_home.scss */
.teledentistry-container.without-chat {
  max-width: 960px;
}

/* line 52, ../../sass/Common/home/_home.scss */
.teledentistry-form {
  height: calc(100% - 63px);
}

/* line 56, ../../sass/Common/home/_home.scss */
.dialog-content {
  padding: 0 !important;
  overflow-y: visible;
}
/* line 60, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container {
  width: 100%;
}
/* line 63, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container.external {
  height: 100%;
  flex-wrap: unset;
}
/* line 68, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container .title {
  font-size: 18px;
  text-align: left;
}
/* line 73, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container .dialog-content-right {
  flex-grow: 1;
  padding: 40px;
  padding-right: 30px;
  max-width: calc(100% - 230px);
}
/* line 79, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container .dialog-content-right .form {
  margin-bottom: 0;
}
/* line 83, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container .dialog-content-right .close-button {
  padding: 0;
  left: 5px;
}
/* line 88, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container .dialog-content-right .flex-1 {
  margin-top: 30px;
}
/* line 92, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container .dialog-content-right .preferred-field, .dialog-content .dialog-content-container .dialog-content-right .email-field, .dialog-content .dialog-content-container .dialog-content-right .phone-field {
  padding: 25px 32px;
  margin-top: 10px;
}
/* line 98, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container .dialog-content-right .email-field input {
  padding-bottom: 4px;
}
/* line 103, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container .dialog-content-right .phone-field {
  margin-top: 25px;
  padding-bottom: 20px;
}
/* line 107, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container .dialog-content-right .phone-field .country-input {
  margin-bottom: 1px;
}
/* line 112, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container .dialog-content-right .btn-rounded {
  margin-top: 50px;
  font-size: 16px;
}
/* line 118, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container .dialog-content-external-right {
  flex-grow: 1;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}
/* line 124, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container .dialog-content-external-right .close-button {
  color: #2D8688;
}
/* line 130, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container .dialog-content-left {
  background: #3E9FA1;
  padding: 30px;
  max-width: 220px;
  min-width: 220px;
  overflow-y: overlay;
  overflow-x: hidden;
  direction: rtl;
}
/* line 139, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container .dialog-content-left .popup-close-button {
  display: none;
}
/* line 143, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container .dialog-content-left .dialog-provider-name {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
}
/* line 151, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container .dialog-content-left .dialog-component-container {
  margin-left: -30px;
  margin-right: -30px;
  background: #3E9FA1;
}
/* line 157, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container .dialog-content-left .dialog-component-name {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
/* line 164, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container .dialog-content-left .dialog-component {
  position: relative;
  padding-bottom: 20px;
  padding-top: 40px;
  cursor: pointer;
}
/* line 170, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container .dialog-content-left .dialog-component:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.08);
}
/* line 176, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container .dialog-content-left .selected-component {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.15);
}
/* line 180, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container .dialog-content-left .selected-component::before {
  content: '';
  position: absolute;
  left: 205px;
  top: 55px;
  border: 0 solid transparent;
  border-top-width: 20px;
  border-bottom-width: 20px;
  border-right: 20px solid #fff;
}
@media screen and (max-width: 560px) {
  /* line 180, ../../sass/Common/home/_home.scss */
  .dialog-content .dialog-content-container .dialog-content-left .selected-component::before {
    border: 0;
  }
}
/* line 197, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container .external-form {
  position: relative;
  width: 100%;
}
/* line 202, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container .external-form.loaded .fa-spinner {
  display: none;
}
/* line 207, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container .external-form .close-button {
  position: absolute;
  padding: 12px;
  right: 50px;
  top: 35px;
}
/* line 214, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container .external-form .fa-spinner {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  font-size: 80px;
  color: #a8a8a8;
}
/* line 222, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container .external-form iframe {
  border: none;
  width: 100%;
  height: 100%;
}

/* line 231, ../../sass/Common/home/_home.scss */
.btn-rounded {
  cursor: pointer;
  margin-top: 20px;
  border-radius: 20px;
  text-transform: none;
  line-height: 1.25;
  padding: 8px 13%;
  border: 1px solid #a8a8a8;
  color: #FFFFFF;
}
/* line 232, ../../sass/Common/home/_home.scss */
.btn-rounded:disabled {
  background: #fff !important;
  border: 1px solid #ccc !important;
  color: #ccc !important;
}

/* line 247, ../../sass/Common/home/_home.scss */
.btn-red {
  color: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid #f87676 !important;
  background: #f87676 !important;
  font-weight: 600;
}
/* line 253, ../../sass/Common/home/_home.scss */
.btn-red:hover {
  opacity: 0.9;
}

/* line 259, ../../sass/Common/home/_home.scss */
.home-react .home {
  position: absolute;
  width: 100%;
  top: 0;
  overflow-x: hidden;
  background-color: white;
  background-position: center;
  background-size: cover;
}
/* line 268, ../../sass/Common/home/_home.scss */
.home-react .home h1 {
  color: #163251;
  text-align: center;
  font-weight: normal;
}
/* line 275, ../../sass/Common/home/_home.scss */
.home-react .home .button-block.sticky {
  position: fixed;
  z-index: 1500;
  top: 18px;
}
/* line 280, ../../sass/Common/home/_home.scss */
.home-react .home .button-block.sticky .btn-contact {
  background-color: #ff5959;
  color: white;
}
/* line 287, ../../sass/Common/home/_home.scss */
.home-react .home .btn-contact {
  border-radius: 20px;
  text-transform: none;
  color: #ff5959;
  border-color: #ff5959;
  line-height: 1.25;
}
/* line 294, ../../sass/Common/home/_home.scss */
.home-react .home .btn-contact:hover {
  background-color: rgba(255, 89, 89, 0.1);
}
/* line 299, ../../sass/Common/home/_home.scss */
.home-react .home .header {
  position: absolute;
}
/* line 302, ../../sass/Common/home/_home.scss */
.home-react .home .header .toolbar {
  background: #163251;
  color: white;
  align-items: flex-start;
  padding: 0 10px;
  min-height: 65px;
}
/* line 310, ../../sass/Common/home/_home.scss */
.home-react .home .header .title {
  display: inline-flex;
}
/* line 314, ../../sass/Common/home/_home.scss */
.home-react .home .header .left-content, .home-react .home .header .middle-content, .home-react .home .header .right-content {
  margin-top: 12px;
}
/* line 318, ../../sass/Common/home/_home.scss */
.home-react .home .header .left-content {
  display: flex;
  align-items: center;
}
/* line 322, ../../sass/Common/home/_home.scss */
.home-react .home .header .left-content .logo {
  padding: 0;
  margin-left: 10px;
  cursor: pointer;
}
/* line 328, ../../sass/Common/home/_home.scss */
.home-react .home .header .left-content #logo {
  background-image: url("/Site/Media/FaceMyPain/Common/logo.svg");
  width: 100%;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 338, ../../sass/Common/home/_home.scss */
.home-react .home .header .middle-content .link-back {
  display: block;
  margin: 11px auto 11px 40px;
  min-width: 200px;
  font-weight: 300;
}
/* line 344, ../../sass/Common/home/_home.scss */
.home-react .home .header .middle-content .link-back:hover {
  cursor: pointer;
  color: #EEF0F2;
}
/* line 349, ../../sass/Common/home/_home.scss */
.home-react .home .header .middle-content .link-back .link-back-arrow {
  margin-right: 5px;
}
/* line 354, ../../sass/Common/home/_home.scss */
.home-react .home .header .middle-content-filters {
  display: flex;
}
/* line 359, ../../sass/Common/home/_home.scss */
.home-react .home .header .right-content {
  display: flex;
  justify-content: flex-end;
  min-width: 70px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
}
/* line 366, ../../sass/Common/home/_home.scss */
.home-react .home .header .right-content button {
  color: rgba(255, 255, 255, 0.8);
  text-transform: capitalize;
  font-size: 1rem;
  margin-right: 5px;
  margin-top: 2px;
}
/* line 373, ../../sass/Common/home/_home.scss */
.home-react .home .header .right-content button:last-of-type {
  margin-right: 0;
}
/* line 377, ../../sass/Common/home/_home.scss */
.home-react .home .header .right-content button:hover {
  color: white;
  background-color: transparent;
}
/* line 382, ../../sass/Common/home/_home.scss */
.home-react .home .header .right-content button svg {
  font-size: 1rem;
  margin-right: 3px;
}
/* line 388, ../../sass/Common/home/_home.scss */
.home-react .home .header .right-content .user-photo {
  height: 42px;
  width: 42px;
  margin: 0 10px;
  cursor: pointer;
}
/* line 394, ../../sass/Common/home/_home.scss */
.home-react .home .header .right-content .user-photo .initials, .home-react .home .header .right-content .user-photo .default {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 405, ../../sass/Common/home/_home.scss */
.home-react .home .header .right-content .user-photo .initials {
  font-size: 23px;
}
/* line 409, ../../sass/Common/home/_home.scss */
.home-react .home .header .right-content .user-photo .default {
  font-size: 30px;
}
/* line 414, ../../sass/Common/home/_home.scss */
.home-react .home .header .right-content .menu-items {
  display: none;
  position: absolute;
  color: #797979;
  right: 10px;
  top: calc(100% + 12px);
  width: max-content;
  min-width: 110px;
}
/* line 423, ../../sass/Common/home/_home.scss */
.home-react .home .header .right-content .menu-items.opened {
  display: block;
}
/* line 427, ../../sass/Common/home/_home.scss */
.home-react .home .header .right-content .menu-items:before {
  top: -9px;
  right: 8px;
}
/* line 433, ../../sass/Common/home/_home.scss */
.home-react .home .header .right-content .menu-items .menu-item .fa {
  padding-right: 10px;
  position: relative;
  top: 1px;
  width: 20px;
  align-self: center;
}
/* line 440, ../../sass/Common/home/_home.scss */
.home-react .home .header .right-content .menu-items .menu-item .fa.fa-users {
  font-size: 16px;
  top: 0;
}
/* line 446, ../../sass/Common/home/_home.scss */
.home-react .home .header .right-content .menu-items .menu-item.logout {
  margin-top: 6px;
  padding: 14px 25px;
  border-top: 1px solid #e1e1e1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 459, ../../sass/Common/home/_home.scss */
.home-react .home .header-basic .toolbar {
  background-color: #163251;
  color: #797979;
}
/* line 465, ../../sass/Common/home/_home.scss */
.home-react .home .header-basic .left-content #logo {
  background-image: url("/Site/Media/FaceMyPain/Common/logo.svg");
  width: 100%;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 475, ../../sass/Common/home/_home.scss */
.home-react .home .header-basic .right-content button {
  color: rgba(255, 255, 255, 0.9);
}
/* line 478, ../../sass/Common/home/_home.scss */
.home-react .home .header-basic .right-content button:hover {
  color: #FFFFFF;
}
/* line 484, ../../sass/Common/home/_home.scss */
.home-react .home .header-basic .right-content .user-photo .initials {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
/* line 492, ../../sass/Common/home/_home.scss */
.home-react .home .splash-image {
  background-image: url("/Site/Media/FaceMyPain/SearchPage/background.jpeg");
  display: flex;
  width: 100%;
  height: 80%;
  min-height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  justify-content: center;
  align-items: center;
}
/* line 505, ../../sass/Common/home/_home.scss */
.home-react .home .splash-image .title-content h2 {
  width: 40%;
  margin: 0 auto;
  text-align: center;
  color: white;
  font-size: 2.5em;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}
/* line 517, ../../sass/Common/home/_home.scss */
.home-react .home .treatment-types .treatment-type-label {
  color: #373737;
  font-weight: normal;
}
/* line 523, ../../sass/Common/home/_home.scss */
.home-react .home .treatment-types-grid {
  justify-content: space-around;
}
/* line 527, ../../sass/Common/home/_home.scss */
.home-react .home .treatment-types-grid .treatment-type-description {
  text-align: center;
}
/* line 534, ../../sass/Common/home/_home.scss */
.home-react .home .search-services, .home-react .home .provider-details, .home-react .home .search-result, .home-react .home .search-results-text {
  width: 70%;
  max-width: 1100px;
  margin: 0 auto;
}
/* line 540, ../../sass/Common/home/_home.scss */
.home-react .home .search-services {
  margin: -120px auto 10px;
  padding: 50px;
  background-image: url("/Site/Media/FaceMyPain/SearchPage/searchBackground.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
/* line 547, ../../sass/Common/home/_home.scss */
.home-react .home .search-services input[type=number]::-webkit-inner-spin-button,
.home-react .home .search-services input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}
/* line 554, ../../sass/Common/home/_home.scss */
.home-react .home .search-services .treatment-type-wrapper {
  min-width: 20%;
}
/* line 558, ../../sass/Common/home/_home.scss */
.home-react .home .search-services .treatment-type {
  text-align: center;
  max-width: none !important;
}
/* line 562, ../../sass/Common/home/_home.scss */
.home-react .home .search-services .treatment-type-label {
  width: 150px;
  margin: 5px auto;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}
/* line 569, ../../sass/Common/home/_home.scss */
.home-react .home .search-services .treatment-type img::after, .home-react .home .search-services .treatment-type img::before {
  box-sizing: border-box;
}
/* line 573, ../../sass/Common/home/_home.scss */
.home-react .home .search-services .treatment-type:hover {
  cursor: pointer;
}
/* line 579, ../../sass/Common/home/_home.scss */
.home-react .home .search-results {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
/* line 584, ../../sass/Common/home/_home.scss */
.home-react .home .search-results .link {
  text-decoration: none;
}
/* line 587, ../../sass/Common/home/_home.scss */
.home-react .home .search-results .link:hover {
  text-decoration: underline;
  opacity: 1;
}
/* line 593, ../../sass/Common/home/_home.scss */
.home-react .home .search-results.react-virtualized {
  height: 100%;
}
/* line 597, ../../sass/Common/home/_home.scss */
.home-react .home .search-results .search-results-text {
  padding-top: 40px;
  font-size: 1.1em;
}
/* line 601, ../../sass/Common/home/_home.scss */
.home-react .home .search-results .search-results-text .count {
  font-size: 1.2em;
  padding-left: 5px;
  color: #163251;
}
/* line 608, ../../sass/Common/home/_home.scss */
.home-react .home .search-results .search-result-right {
  display: flex;
  flex-wrap: wrap;
}
/* line 614, ../../sass/Common/home/_home.scss */
.home-react .home .search-results .regular .provider-name {
  margin-bottom: 15px;
}
/* line 619, ../../sass/Common/home/_home.scss */
.home-react .home .search-results .regular .content-details-middle .search-result-middle {
  margin-bottom: 0;
}
/* line 623, ../../sass/Common/home/_home.scss */
.home-react .home .search-results .regular .content-details-middle .search-result-right {
  margin-bottom: 0;
}
/* line 626, ../../sass/Common/home/_home.scss */
.home-react .home .search-results .regular .content-details-middle .search-result-right .treatment {
  margin-bottom: 0;
}
/* line 634, ../../sass/Common/home/_home.scss */
.home-react .home .no-results-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
/* line 641, ../../sass/Common/home/_home.scss */
.home-react .home .no-results-block .text-center {
  color: c4c4c4;
}
/* line 644, ../../sass/Common/home/_home.scss */
.home-react .home .no-results-block .text-center.firstPart {
  font-size: 30px;
  margin-bottom: 5px;
}
/* line 649, ../../sass/Common/home/_home.scss */
.home-react .home .no-results-block .text-center.secondPart {
  font-size: 24px;
}
/* line 654, ../../sass/Common/home/_home.scss */
.home-react .home .no-results-block .no-results-image {
  content: url("/Site/Media/FaceMyPain/SearchPage/noResults.svg");
  margin-top: 40px;
  width: 200px;
}
/* line 661, ../../sass/Common/home/_home.scss */
.home-react .home .icon-info {
  width: 18px;
  vertical-align: middle;
  margin-right: 10px;
  color: #a8a8a8;
  margin-left: -3px;
}
/* line 669, ../../sass/Common/home/_home.scss */
.home-react .home .provider-name {
  font-size: 18px;
  color: #3E9FA1;
  margin-bottom: 15px;
  text-align: left;
  font-weight: normal;
}
/* line 677, ../../sass/Common/home/_home.scss */
.home-react .home img.treatment {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
/* line 678, ../../sass/Common/home/_home.scss */
.home-react .home img.treatment:last-child {
  margin-right: 0;
}
/* line 687, ../../sass/Common/home/_home.scss */
.home-react .home .testimonial-reviewer,
.home-react .home .testimonial-separator,
.home-react .home .testimonial.date {
  display: inline-block;
  color: #a8a8a8;
}
/* line 694, ../../sass/Common/home/_home.scss */
.home-react .home .testimonial-date {
  display: inline-block;
  color: #a8a8a8;
}
/* line 699, ../../sass/Common/home/_home.scss */
.home-react .home .testimonial-separator {
  margin-right: 5px;
}
/* line 703, ../../sass/Common/home/_home.scss */
.home-react .home .search-result {
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 40px;
  border-radius: 0 !important;
  margin: 10px auto;
}
/* line 710, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .content-details {
  width: calc(100% - 198px);
}
/* line 713, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .content-details .provider-name {
  width: 100%;
}
/* line 717, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .content-details .content-details-middle {
  justify-content: space-between;
}
/* line 722, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .provider-name {
  white-space: nowrap;
}
/* line 726, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .provider-name,
.home-react .home .search-result .provider-name2,
.home-react .home .search-result .provider-practice-categories {
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 733, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .distance-and-hours {
  display: flex;
}
/* line 736, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .distance-and-hours .distance {
  margin-right: 20px;
}
/* line 741, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .search-result-left {
  align-self: flex-start;
  margin-right: 40px;
}
/* line 745, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .search-result-left .btn-contact {
  display: none;
}
/* line 751, ../../sass/Common/home/_home.scss */
.home-react .home .search-result.premium:hover, .home-react .home .search-result.editable:hover {
  background-color: #f4f4f4;
  cursor: pointer;
}
/* line 755, ../../sass/Common/home/_home.scss */
.home-react .home .search-result.premium:hover .extra-treatments, .home-react .home .search-result.editable:hover .extra-treatments {
  background-color: #FFFFFF;
}
/* line 761, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .extra-treatments {
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  color: #797979;
  background-color: #EEF0F2;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
}
/* line 773, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .logo {
  width: 130px;
}
/* line 777, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .testimonial {
  margin-top: 20px;
}
/* line 780, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .testimonial-right {
  text-align: right;
  padding-right: 10px;
}
/* line 785, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .testimonial-left {
  padding-left: 10px;
}
/* line 789, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .testimonial img.testimonial-img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
/* line 790, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .testimonial img.testimonial-img.right {
  float: right;
}
/* line 799, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .testimonial .search-result-testimonial-img {
  position: relative;
  width: 45px;
  height: 45px;
}
/* line 805, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .testimonial .icon-user-testimonial {
  font-size: 45px;
  margin-top: 2px;
}
/* line 809, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .testimonial .icon-user-testimonial:before {
  margin-left: 5px;
}
/* line 816, ../../sass/Common/home/_home.scss */
.home-react .home .rating {
  margin-top: 20px;
}
/* line 819, ../../sass/Common/home/_home.scss */
.home-react .home .rating .star-rating {
  color: #ff5959;
}
/* line 824, ../../sass/Common/home/_home.scss */
.home-react .home .section-colored {
  background: #DCE0E6;
}
/* line 828, ../../sass/Common/home/_home.scss */
.home-react .home .testimonials {
  padding: 30px 0;
  margin: 0 auto;
  width: 80%;
  max-width: 1200px;
  color: #373737;
}
/* line 835, ../../sass/Common/home/_home.scss */
.home-react .home .testimonials .testimonial-item {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 840, ../../sass/Common/home/_home.scss */
.home-react .home .testimonials .testimonial-item img {
  width: 100%;
  max-width: 200px;
}
/* line 845, ../../sass/Common/home/_home.scss */
.home-react .home .testimonials .testimonial-item p {
  margin-bottom: 0;
  padding: 0 25px;
}
/* line 852, ../../sass/Common/home/_home.scss */
.home-react .home .faq {
  background: white;
  color: #797979;
  width: 70%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 0;
}
/* line 860, ../../sass/Common/home/_home.scss */
.home-react .home .faq h1 {
  margin-top: 0;
}
/* line 865, ../../sass/Common/home/_home.scss */
.home-react .home .provider-section {
  background: #f4f4f4;
  color: #797979;
}
/* line 869, ../../sass/Common/home/_home.scss */
.home-react .home .provider-section-content {
  width: 70%;
  max-width: 1100px;
  margin: 0 auto;
}
/* line 876, ../../sass/Common/home/_home.scss */
.home-react .home .links {
  font-size: 2em;
}
/* line 879, ../../sass/Common/home/_home.scss */
.home-react .home .links div {
  margin: 20px auto;
  text-align: center;
}
/* line 883, ../../sass/Common/home/_home.scss */
.home-react .home .links div a {
  color: #163251;
  text-decoration: none;
}
/* line 887, ../../sass/Common/home/_home.scss */
.home-react .home .links div a:hover {
  opacity: 0.7;
}
/* line 894, ../../sass/Common/home/_home.scss */
.home-react .home .link {
  color: #163251;
  text-decoration: underline;
}
/* line 897, ../../sass/Common/home/_home.scss */
.home-react .home .link:hover {
  opacity: 0.7;
}
/* line 903, ../../sass/Common/home/_home.scss */
.home-react .footer .jsx-parser {
  color: rgba(255, 255, 255, 0.9);
  padding: 20px 50px;
  bottom: 0;
  background: #163251;
  width: 100%;
  box-sizing: border-box;
}
/* line 911, ../../sass/Common/home/_home.scss */
.home-react .footer .jsx-parser a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
  margin-left: 50px;
}

/* line 919, ../../sass/Common/home/_home.scss */
p.small {
  font-size: .9em;
  color: #a8a8a8;
}

/* line 924, ../../sass/Common/home/_home.scss */
.tiny-icon {
  width: 25px;
  height: 25px;
}

/* line 929, ../../sass/Common/home/_home.scss */
.image-rounded {
  border-radius: 50%;
}

/* line 934, ../../sass/Common/home/_home.scss */
.checkboxes {
  width: calc(100% - 5px);
  padding: 15px 0px;
  margin-left: 5px;
  border-bottom: 1px solid #e1e1e1;
}
/* line 941, ../../sass/Common/home/_home.scss */
.checkboxes.hidden .possible-values {
  display: none;
}
/* line 945, ../../sass/Common/home/_home.scss */
.checkboxes.hidden .label {
  margin-bottom: 0;
}
/* line 950, ../../sass/Common/home/_home.scss */
.checkboxes:first-of-type {
  padding-top: 0;
}
/* line 954, ../../sass/Common/home/_home.scss */
.checkboxes:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
/* line 959, ../../sass/Common/home/_home.scss */
.checkboxes .label {
  margin-bottom: 5px;
  font-size: 18px;
  display: inline-block;
  cursor: pointer;
}
/* line 966, ../../sass/Common/home/_home.scss */
.checkboxes .fa {
  font-size: 19px;
  margin-left: 12px;
  color: #a8a8a8;
  position: relative;
  top: 2px;
}
/* line 974, ../../sass/Common/home/_home.scss */
.checkboxes .checkbox {
  width: 33%;
  display: inline-flex;
  align-items: flex-start;
  padding: 5px 5px 5px 0;
  box-sizing: border-box;
}
/* line 981, ../../sass/Common/home/_home.scss */
.checkboxes .checkbox input, .checkboxes .checkbox label {
  cursor: pointer;
}
/* line 985, ../../sass/Common/home/_home.scss */
.checkboxes .checkbox input {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  border: 2px solid #a8a8a8;
  position: relative;
  cursor: pointer;
  outline: none;
  margin-left: 0;
}
/* line 996, ../../sass/Common/home/_home.scss */
.checkboxes .checkbox input:checked:after {
  content: '';
  display: inline-block;
  transform: rotate(45deg);
  height: 10px;
  width: 5px;
  position: absolute;
  right: 4px;
  border-bottom: 3px solid #a8a8a8;
  border-right: 3px solid #a8a8a8;
}
/* line 1009, ../../sass/Common/home/_home.scss */
.checkboxes .checkbox label {
  position: relative;
  top: 4px;
  padding-left: 7px;
  max-width: calc(100% - 35px);
}

/* line 1018, ../../sass/Common/home/_home.scss */
.select {
  cursor: pointer;
  position: relative;
  width: 250px;
  padding: 7px 15px;
  margin-bottom: 20px;
}
/* line 1025, ../../sass/Common/home/_home.scss */
.select .currentValue {
  padding: 5px 25px 5px 7px;
  border-bottom: 1px solid #e1e1e1;
}
/* line 1030, ../../sass/Common/home/_home.scss */
.select .placeholder, .select .fa {
  color: #a8a8a8;
}
/* line 1034, ../../sass/Common/home/_home.scss */
.select .fa {
  position: absolute;
  right: 20px;
}
/* line 1039, ../../sass/Common/home/_home.scss */
.select .possible-values {
  position: absolute;
  background-color: white;
  width: 250px;
  padding: 7px 0;
  border: 1px solid #e1e1e1;
  border-top: none;
  z-index: 1;
}
/* line 1049, ../../sass/Common/home/_home.scss */
.select .possible-value {
  padding: 5px 7px;
}
/* line 1052, ../../sass/Common/home/_home.scss */
.select .possible-value:hover {
  background-color: #f4f4f4;
}

/* line 1058, ../../sass/Common/home/_home.scss */
.icon {
  cursor: pointer;
}
/* line 1061, ../../sass/Common/home/_home.scss */
.icon.save {
  content: url("/Site/Media/FaceMyPain/Common/save.svg");
}
/* line 1065, ../../sass/Common/home/_home.scss */
.icon.cancel {
  content: url("/Site/Media/FaceMyPain/Common/cancel.svg");
}
/* line 1069, ../../sass/Common/home/_home.scss */
.icon.plus {
  content: url("/Site/Media/FaceMyPain/Common/plus.svg");
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
/* line 1074, ../../sass/Common/home/_home.scss */
.icon.disabled {
  opacity: 0.4;
  cursor: default;
}

/* line 1080, ../../sass/Common/home/_home.scss */
.tooltip {
  border: 1px solid #ff5959;
  opacity: 1 !important;
}
/* line 1085, ../../sass/Common/home/_home.scss */
.tooltip.place-top:before {
  border-top: 8px solid #ff5959;
}
/* line 1091, ../../sass/Common/home/_home.scss */
.tooltip.place-bottom:before {
  border-bottom: 8px solid #ff5959;
}
/* line 1095, ../../sass/Common/home/_home.scss */
.tooltip.place-bottom:after {
  top: -5.8px !important;
}
/* line 1100, ../../sass/Common/home/_home.scss */
.tooltip.warning {
  width: 200px;
  padding: 20px;
}

/* line 1106, ../../sass/Common/home/_home.scss */
.tooltip.operation-hours {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  border-color: lightgrey;
}
/* line 1112, ../../sass/Common/home/_home.scss */
.tooltip.operation-hours.place-top:before {
  border-top: 8px solid lightgrey;
}
/* line 1118, ../../sass/Common/home/_home.scss */
.tooltip.operation-hours.place-bottom:before {
  border-bottom: 8px solid lightgrey;
}

/* line 1124, ../../sass/Common/home/_home.scss */
.virtual-consult-content {
  position: relative;
  width: 100%;
  margin: 35px 50px 0;
  max-width: 750px;
  display: flex;
  flex-direction: column;
}
/* line 1132, ../../sass/Common/home/_home.scss */
.virtual-consult-content .close-button {
  padding: 5px;
  left: 9px;
  top: 7px;
}

/* line 1139, ../../sass/Common/home/_home.scss */
.virtual-consult-text {
  padding-bottom: 25px;
}

/* line 1143, ../../sass/Common/home/_home.scss */
.virtual-consult-form-control-container {
  padding-bottom: 11px;
}

/* line 1147, ../../sass/Common/home/_home.scss */
.virtual-consult-form-control {
  width: 100%;
  height: 35px;
  border-radius: 6px;
  border: solid 1px lightgrey;
  outline: none;
  padding-left: 10px;
}

/* line 1156, ../../sass/Common/home/_home.scss */
.virtual-consult-title {
  font-size: 28px;
  text-align: left;
  font-weight: 500;
  color: #2D8688;
}

/* line 1163, ../../sass/Common/home/_home.scss */
.virtual-consult-message-name-wrapper {
  display: flex;
  flex-grow: 2;
  flex-wrap: wrap;
}

/* line 1169, ../../sass/Common/home/_home.scss */
.virtual-consult-join-message {
  margin-top: 14px;
  display: flex;
}

/* line 1174, ../../sass/Common/home/_home.scss */
.virtual-consult-firstName {
  margin-left: 7px;
  color: #3E9FA1;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1182, ../../sass/Common/home/_home.scss */
.virtual-consult-lastName {
  margin-left: 3px;
  color: #3E9FA1;
}

/* line 1187, ../../sass/Common/home/_home.scss */
.virtual-consult-close {
  padding-top: 5px;
}

/* line 1191, ../../sass/Common/home/_home.scss */
.virtual-consult-checkin {
  padding: 20px 0px;
  bottom: 0;
  width: 100%;
}

/* line 1197, ../../sass/Common/home/_home.scss */
.primary-action-button {
  background: #ff5959;
  border: none;
  color: white;
}
/* line 1198, ../../sass/Common/home/_home.scss */
.primary-action-button:disabled {
  color: #ccc !important;
  border: 1px solid #ccc !important;
  background: #fff !important;
}
/* line 1206, ../../sass/Common/home/_home.scss */
.primary-action-button:hover {
  background: #f98484;
}

/* line 1211, ../../sass/Common/home/_home.scss */
.video-chat-phone-icon {
  color: #ff5959;
}

/* line 1215, ../../sass/Common/home/_home.scss */
.virtual-consult-selfie {
  padding-top: 10px;
}

/* line 1219, ../../sass/Common/home/_home.scss */
.virtual-consult-wrapper {
  display: flex;
}

/* line 1223, ../../sass/Common/home/_home.scss */
.tooltipButtonBar {
  margin-top: 10px;
}

/* line 1227, ../../sass/Common/home/_home.scss */
.warning-icon:hover {
  -webkit-animation: 0.1s tremor ease-out infinite;
  animation: 0.1s tremor ease-out infinite;
}
@-webkit-keyframes tremor {
  0%, 25% {
    left: -1px;
    top: -1px;
    -webkit-transform: translateX(-4%);
    transform: translateX(-4%);
  }
  50%, 100% {
    left: 1px;
    top: 1px;
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
  }
}
@-moz-keyframes tremor {
  0%, 25% {
    left: -1px;
    -webkit-transform: translateX(-4%);
    transform: translateX(-4%);
  }
  50%, 100% {
    left: 1px;
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
  }
}
@-ms-keyframes tremor {
  0%, 25% {
    left: -1px;
    -webkit-transform: translateX(-4%);
    transform: translateX(-4%);
  }
  50%, 100% {
    left: 1px;
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
  }
}
@-o-keyframes tremor {
  0%, 25% {
    left: -1px;
    -webkit-transform: translateX(-4%);
    transform: translateX(-4%);
  }
  50%, 100% {
    left: 1px;
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
  }
}
@keyframes tremor {
  0%, 25% {
    left: -1px;
    -webkit-transform: translateX(-4%);
    transform: translateX(-4%);
  }
  50%, 100% {
    left: 1px;
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
  }
}
/* line 1, ../../sass/Common/home/_search.scss */
.btn-search-nearby {
  position: relative;
  border-radius: 20px;
  text-transform: none;
  line-height: 1.25;
  margin-left: 40px;
}
/* line 7, ../../sass/Common/home/_search.scss */
.btn-search-nearby:hover {
  cursor: pointer;
}

/* line 11, ../../sass/Common/home/_search.scss */
.search-component-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 16, ../../sass/Common/home/_search.scss */
.search-component-wrapper .search-component {
  display: flex;
  width: 280px;
  border: 1px solid #ff666c;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1100;
}
/* line 24, ../../sass/Common/home/_search.scss */
.search-component-wrapper .search-component:hover {
  border-color: #f98888;
}
/* line 28, ../../sass/Common/home/_search.scss */
.search-component-wrapper .search-component.sticky {
  position: fixed;
  top: 12px;
  z-index: 1500;
  margin: 0 auto;
  left: 0;
  right: 0;
}
/* line 37, ../../sass/Common/home/_search.scss */
.search-component-wrapper .search-component.search-page {
  height: 40px;
}
/* line 41, ../../sass/Common/home/_search.scss */
.search-component-wrapper .search-component .input-wrapper {
  display: flex;
  align-items: center;
  background-color: white;
  border: 1px solid #797979;
  color: #797979;
}
/* line 48, ../../sass/Common/home/_search.scss */
.search-component-wrapper .search-component .input-wrapper svg {
  margin: 0 10px;
}
/* line 52, ../../sass/Common/home/_search.scss */
.search-component-wrapper .search-component .input-wrapper input {
  line-height: normal;
  padding: 0;
}
/* line 56, ../../sass/Common/home/_search.scss */
.search-component-wrapper .search-component .input-wrapper input::-webkit-inner-spin-button, .search-component-wrapper .search-component .input-wrapper input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
/* line 66, ../../sass/Common/home/_search.scss */
.search-component-wrapper .search-component .btn-search {
  box-shadow: none;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  font-size: 22px;
}
/* line 67, ../../sass/Common/home/_search.scss */
.search-component-wrapper .search-component .btn-search .icon-search {
  display: none;
}
/* line 71, ../../sass/Common/home/_search.scss */
.search-component-wrapper .search-component .btn-search span div div {
  width: 10px;
  height: 10px;
  background: #fff;
}
/* line 83, ../../sass/Common/home/_search.scss */
.search-component-wrapper .search-component .btn-search:hover {
  background: #f98888;
}
/* line 87, ../../sass/Common/home/_search.scss */
.search-component-wrapper .search-component .btn-search.search-page-btn {
  font-size: 16px;
}
/* line 92, ../../sass/Common/home/_search.scss */
.search-component-wrapper .search-component .tooltip {
  line-height: 1.6;
  padding: 15px 21px;
  white-space: pre-line;
  background-color: #ff666c;
  border-color: #ff666c;
  border-radius: 17px;
  color: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
/* line 102, ../../sass/Common/home/_search.scss */
.search-component-wrapper .search-component .tooltip.place-top {
  margin-top: -17px;
}
/* line 104, ../../sass/Common/home/_search.scss */
.search-component-wrapper .search-component .tooltip.place-top:after {
  border-bottom-color: #ff666c;
}
/* line 107, ../../sass/Common/home/_search.scss */
.search-component-wrapper .search-component .tooltip.place-top:before {
  border-bottom: 8px solid #ff666c;
}
/* line 112, ../../sass/Common/home/_search.scss */
.search-component-wrapper .search-component .tooltip.place-bottom {
  margin-top: 19px;
}
/* line 114, ../../sass/Common/home/_search.scss */
.search-component-wrapper .search-component .tooltip.place-bottom:after {
  border-bottom-color: #ff666c;
}
/* line 117, ../../sass/Common/home/_search.scss */
.search-component-wrapper .search-component .tooltip.place-bottom:before {
  border-bottom: 8px solid #ff666c;
}
/* line 121, ../../sass/Common/home/_search.scss */
.search-component-wrapper .search-component .tooltip .tooltip-content {
  font-size: 26px;
  max-width: 400px;
}

/* line 130, ../../sass/Common/home/_search.scss */
.header .middle-content {
  width: 70%;
  max-width: 1100px;
  margin: 0 auto;
}
/* line 136, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search {
  flex-grow: 1;
}
/* line 139, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .search-bar {
  display: flex;
}
/* line 142, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .search-bar .help-mobile {
  display: none;
  border-radius: 50%;
  background: #39516b;
  border: 0;
  width: 40px;
  height: 40px;
  color: #f6f7f9;
}
/* line 152, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .search-bar .sort-order {
  border-radius: 20px;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.15);
  color: white;
  width: 138px;
  text-transform: none;
  font-size: 16px;
}
/* line 161, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .search-bar .sort-order:before {
  border-bottom: none;
}
/* line 165, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .search-bar .sort-order span {
  justify-content: unset;
}
/* line 169, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .search-bar .sort-order svg {
  margin-right: 4px;
}
/* line 174, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .search-bar .filters {
  display: flex;
  border-radius: 20px;
  padding: 0 12px 0 25px;
  background: rgba(255, 255, 255, 0.15);
  color: white;
  align-items: center;
  flex-grow: 1;
  margin: 0 10px;
  width: 250px;
}
/* line 185, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .search-bar .filters .fa-filter {
  display: none;
}
/* line 189, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .search-bar .filters .chips {
  background: transparent;
  flex-grow: 1;
  margin-top: 1px;
  padding-left: 10px;
  overflow-y: auto;
  z-index: 100;
  width: calc(100% - 112px);
  display: flex;
  overflow-x: hidden;
}
/* line 200, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .search-bar .filters .chips .chip-filter {
  font-size: 1.5em !important;
  cursor: pointer;
}
/* line 201, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .search-bar .filters .chips .chip-filter .chip-delete-icon {
  font-size: 12px;
}
/* line 208, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .search-bar .filters .chips .chip-filter i {
  color: #FFFFFF;
}
/* line 213, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .search-bar .filters .chips .chip {
  background: transparent;
  color: white;
  padding: 0;
}
/* line 218, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .search-bar .filters .chips .chip svg {
  color: white;
  font-size: 1em;
  margin-top: 1px;
}
/* line 224, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .search-bar .filters .chips .chip span {
  font-size: 16px;
  padding-left: 5px;
}
/* line 231, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .search-bar .filters .show-filters {
  cursor: pointer;
  padding: 5px;
}
/* line 235, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .search-bar .filters .show-filters svg {
  position: relative;
  top: 3px;
}
/* line 242, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .search-bar .filters-opened {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 247, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .search-bar .search-component {
  width: 250px;
}
/* line 252, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .all-filters {
  position: relative;
  margin-top: 20px;
  max-height: 90vh;
}
/* line 257, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .all-filters .inverted-round-wrapper {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  display: flex;
}
/* line 265, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .all-filters .inverted-round-wrapper .inverted-round {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  height: 100%;
  top: -10px;
  position: relative;
}
/* line 273, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .all-filters .inverted-round-wrapper .inverted-round .left {
  height: 100%;
  width: 20px;
  background-image: radial-gradient(circle at top left, rgba(0, 0, 0, 0) 20px, rgba(255, 255, 255, 0.15) 21px);
}
/* line 279, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .all-filters .inverted-round-wrapper .inverted-round .right {
  height: 100%;
  width: 20px;
  background-image: radial-gradient(circle at top right, rgba(0, 0, 0, 0) 20px, rgba(255, 255, 255, 0.15) 21px);
}
/* line 285, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .all-filters .inverted-round-wrapper .inverted-round .center {
  flex-grow: 1;
  background-color: rgba(255, 255, 255, 0.15);
  margin-top: 10px;
  height: 10px;
}
/* line 293, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .all-filters .inverted-round-wrapper .space-1 {
  width: 128px;
}
/* line 297, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .all-filters .inverted-round-wrapper .space-2 {
  width: 240px;
}
/* line 302, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .all-filters .wrapper-content {
  margin: 10px 0 2px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 10px 25px;
  padding-right: 5px;
  top: -10px;
  position: relative;
}
/* line 303, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .all-filters .wrapper-content .wrapper {
  overflow-y: auto !important;
  padding-right: 20px;
  max-height: calc(87vh - 150px);
}
/* line 318, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .all-filters .wrapper-content span {
  color: #FFF;
  font-weight: 300;
}
/* line 323, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .all-filters .wrapper-content input[type="checkbox"] {
  width: 100%;
  height: 100%;
}
/* line 330, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .all-filters .wrapper-content .filter-section .section-name {
  margin: 15px 0 5px 2px;
}
/* line 334, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .all-filters .wrapper-content .filter-section label {
  width: 33%;
  margin: 5px 0;
  vertical-align: top;
}
/* line 339, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .all-filters .wrapper-content .filter-section label .label {
  padding-left: 5px;
}
/* line 343, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .all-filters .wrapper-content .filter-section label .checkbox {
  margin-bottom: auto;
  padding: 0;
  margin-top: 0;
}
/* line 351, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .all-filters .wrapper-content .section-separator {
  width: 100%;
  height: 0px;
  margin: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
/* line 358, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .all-filters .wrapper-content .filter-distance {
  margin-left: -15px;
}
/* line 361, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .all-filters .wrapper-content .filter-distance .radio-filter-label {
  margin-left: 4px;
}
/* line 365, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .all-filters .wrapper-content .filter-distance .radio-button {
  padding: 0;
}
/* line 369, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .all-filters .wrapper-content .filter-distance label {
  flex-direction: row;
  padding: 10px 20px 10px 0;
}
/* line 374, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .all-filters .wrapper-content .filter-distance .section-name {
  margin: 15px 0 0 17px;
}

/* line 387, ../../sass/Common/home/_search.scss */
.search-result.premium .distance-and-hours {
  flex-direction: column;
}

/* line 3, ../../sass/Common/home/_legal.scss */
body {
  margin: 0;
}

/* line 6, ../../sass/Common/home/_legal.scss */
.page {
  top: 0px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  line-height: 1.5;
}
/* line 13, ../../sass/Common/home/_legal.scss */
.page .content {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 75%;
  float: right;
  padding: 0 10px;
  margin-bottom: 15px;
  font-weight: 300;
  color: #000;
}
/* line 21, ../../sass/Common/home/_legal.scss */
.page .content a {
  color: #163251;
}
/* line 22, ../../sass/Common/home/_legal.scss */
.page .content a:hover {
  color: #3e88d9;
}
/* line 25, ../../sass/Common/home/_legal.scss */
.page .content a:visited {
  color: gray;
}
/* line 30, ../../sass/Common/home/_legal.scss */
.page .content p:first-of-type {
  margin-top: 0px;
}
/* line 34, ../../sass/Common/home/_legal.scss */
.page .content h1:first-of-type {
  margin-top: 0px;
  text-align: start;
  color: #000;
}
/* line 40, ../../sass/Common/home/_legal.scss */
.page .content div {
  text-align: justify;
}
/* line 43, ../../sass/Common/home/_legal.scss */
.page .content .font-400 {
  font-weight: 400;
}
/* line 46, ../../sass/Common/home/_legal.scss */
.page .content .font-300 {
  font-weight: 300;
}
/* line 49, ../../sass/Common/home/_legal.scss */
.page .content .font-600 {
  font-weight: 600;
}
/* line 52, ../../sass/Common/home/_legal.scss */
.page .content .width-350 {
  width: 350px;
}
/* line 55, ../../sass/Common/home/_legal.scss */
.page .content .img_speedToTreat {
  width: 350px;
  float: left;
  margin-right: 20px;
  margin-top: 10px;
}
/* line 61, ../../sass/Common/home/_legal.scss */
.page .content .images_aboutUs {
  display: flex;
  align-items: center;
}
/* line 65, ../../sass/Common/home/_legal.scss */
.page .content .text_side_img {
  font-weight: 300;
  margin-top: 30px;
}

/* line 71, ../../sass/Common/home/_legal.scss */
.header {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  width: 100%;
  display: flex;
  z-index: 1100;
  box-sizing: border-box;
  flex-shrink: 0;
  flex-direction: column;
  top: 0;
  left: auto;
  right: 0;
  position: fixed;
}

/* line 89, ../../sass/Common/home/_legal.scss */
.header-content {
  display: flex;
  align-items: flex-start;
  padding: 0 10px;
  min-height: 64px;
  height: 64px;
}

/* line 97, ../../sass/Common/home/_legal.scss */
.left-content {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

/* line 103, ../../sass/Common/home/_legal.scss */
.logo {
  width: 100%;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0;
  cursor: pointer;
}

/* line 112, ../../sass/Common/home/_legal.scss */
.middle-content {
  width: 70%;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 12px;
}

/* line 118, ../../sass/Common/home/_legal.scss */
.right-content {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}

/* line 124, ../../sass/Common/home/_legal.scss */
.help {
  color: rgba(255, 255, 255, 0.8);
  text-transform: capitalize;
  font-size: 1rem;
  text-decoration: none;
  margin-top: 3px;
  padding: 6px 8px;
}
/* line 132, ../../sass/Common/home/_legal.scss */
.help .fa-question-circle-o {
  margin-right: 5px;
}

/* line 136, ../../sass/Common/home/_legal.scss */
.body {
  padding-left: 24px;
  padding-right: 24px;
  width: auto;
  margin: 15px auto;
}
/* line 142, ../../sass/Common/home/_legal.scss */
.body .list {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  list-style: none;
  float: left;
  margin-top: 15px;
  padding-left: 10px;
  position: fixed;
}
/* line 150, ../../sass/Common/home/_legal.scss */
.body .list li {
  margin-bottom: 10px;
}
/* line 154, ../../sass/Common/home/_legal.scss */
.body .list .list-item {
  font-size: 18px;
  font-weight: 300;
  color: black;
  text-decoration: none;
}
/* line 160, ../../sass/Common/home/_legal.scss */
.body .list .list-item.active {
  font-weight: bold;
}

/* line 167, ../../sass/Common/home/_legal.scss */
.footer .jsx-parser {
  padding: 20px;
  bottom: 0;
  width: 100%;
  padding-left: 50px;
  display: flex;
}
/* line 173, ../../sass/Common/home/_legal.scss */
.footer .jsx-parser a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
}

/* line 181, ../../sass/Common/home/_legal.scss */
.header.header-resources .btn-search-nearby {
  padding-left: 10px;
  margin-left: 0;
}

/* line 188, ../../sass/Common/home/_legal.scss */
h3.treatment {
  color: #008E94;
}

@media (min-width: 744px) {
  /* line 193, ../../sass/Common/home/_legal.scss */
  .body {
    width: 696px;
  }
}
@media (min-width: 1128px) {
  /* line 199, ../../sass/Common/home/_legal.scss */
  .body {
    width: 1080px;
  }
}
/* line 8, ../../sass/Common/home/_provider.scss */
.logo-container {
  max-width: 205px;
}

/* line 12, ../../sass/Common/home/_provider.scss */
.removed-image {
  width: 17%;
  position: absolute;
  left: 50%;
  background-color: transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

/* line 22, ../../sass/Common/home/_provider.scss */
.provider-removed-image {
  cursor: pointer;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
}

/* line 31, ../../sass/Common/home/_provider.scss */
.icon-wrapper.remove {
  padding-top: 30px;
}

/* line 37, ../../sass/Common/home/_provider.scss */
.icon.remove {
  content: url("/Site/Media/FaceMyPain/Common/remove.svg");
  padding: 4px;
  width: 26px;
  height: 26px;
  cursor: pointer;
}

/* line 47, ../../sass/Common/home/_provider.scss */
.icon.restore {
  content: url("/Site/Media/FaceMyPain/Common/restore.svg");
  padding: 4px;
  width: 26px;
  cursor: pointer;
}

/* line 55, ../../sass/Common/home/_provider.scss */
.logo-container {
  margin-right: 30px;
}

/* line 59, ../../sass/Common/home/_provider.scss */
.voice-chat-image {
  content: url("/Site/Media/FaceMyPain/Common/voiceChat.svg");
  background-size: contain;
  box-sizing: border-box;
  color: #e1e1e1;
  height: 70px;
  width: 70px;
}

/* line 68, ../../sass/Common/home/_provider.scss */
.teledentistry-form-image {
  content: url("/Site/Media/FaceMyPain/Common/teledentistry.svg");
  background-size: contain;
  box-sizing: border-box;
  color: #e1e1e1;
  height: 70px;
  width: 70px;
}

/* line 77, ../../sass/Common/home/_provider.scss */
.grid-component-image {
  text-align: center;
  display: block;
  margin: auto;
}

/* line 83, ../../sass/Common/home/_provider.scss */
.provider-logo {
  width: 150px;
  height: 150px;
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
/* line 94, ../../sass/Common/home/_provider.scss */
.provider-logo.for-removed img {
  opacity: 0.3;
}
/* line 99, ../../sass/Common/home/_provider.scss */
.provider-logo img {
  width: 150px;
  height: auto;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  transform: translateY(-50%);
  top: 50%;
  object-fit: cover;
}
/* line 110, ../../sass/Common/home/_provider.scss */
.provider-logo:empty {
  display: none;
}
/* line 114, ../../sass/Common/home/_provider.scss */
.provider-logo .default {
  font-size: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 121, ../../sass/Common/home/_provider.scss */
.provider-logo .default-image {
  background-image: url("/Site/Media/FaceMyPain/Common/defaultProviderPhoto.svg");
  background-size: cover;
  border: 2px dashed;
  box-sizing: border-box;
  color: #e1e1e1;
  border-color: #e1e1e1;
}

/* line 131, ../../sass/Common/home/_provider.scss */
.tooltip-content {
  text-align: center;
}

/* line 137, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details {
  margin: 20px auto 20px auto;
  min-width: 850px;
}
/* line 142, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details.editable .button-block {
  display: none;
}
/* line 146, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details.editable .provider-name {
  width: calc(100% - 250px);
  min-width: 250px;
}
/* line 152, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .icons {
  position: absolute;
  left: calc(100% + 15px);
  top: 5px;
  font-size: 20px;
  color: #c7c7c7;
}
/* line 159, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .icons .icon-wrapper {
  margin-top: 5px;
  display: flex;
  cursor: pointer;
  align-items: center;
}
/* line 165, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .icons .icon-wrapper .label {
  display: none;
  padding-left: 5px;
}
/* line 172, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .icons .icon-wrapper.save .label {
  color: #62cc62;
}
/* line 178, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .icons .icon-wrapper.cancel .label {
  color: #ff5959;
}
/* line 183, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .icons .icon-wrapper.disabled {
  cursor: default;
}
/* line 184, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .icons .icon-wrapper.disabled .icon {
  opacity: 0.4;
  cursor: default;
}
/* line 194, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .icons .icon-wrapper:not(.disabled):hover .icon {
  opacity: 0.8;
}
/* line 201, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .icons .icon-wrapper:hover .label {
  display: inline-block;
}
/* line 207, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .icons .extra-tooltip {
  display: inline-block;
  position: relative;
  text-align: left;
  margin: 0px auto 0px 0px;
}
/* line 213, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .icons .extra-tooltip.hidden {
  display: none;
}
/* line 218, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .icons .extra-tooltip-content {
  min-width: 200px;
  margin-left: -5px;
  margin-top: 8px;
  min-height: 150%;
  padding: 10px 10px;
  color: #222;
  background-color: #fff;
  border: 1px solid #ff5959;
  font-weight: normal;
  font-size: 14px;
  border-radius: 3px;
  position: absolute;
  letter-spacing: 0.3px;
  z-index: 99999999;
  box-sizing: border-box;
}
/* line 236, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .icons .extra-tooltip-content:after {
  content: '';
  display: block;
  position: absolute;
  top: -6px;
  left: 11px;
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border-right: 1px solid #ff5959;
  border-bottom: 1px solid #ff5959;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
/* line 251, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .icons .icon {
  padding: 4px;
  text-align: center;
  width: 20px;
}
/* line 258, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .help-icon {
  content: url("/Site/Media/FaceMyPain/Common/helpIconGrey.svg");
}
/* line 268, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .provider-details-top-info .info-container .info-container-data .primary-info .provider-website .link {
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
}
/* line 272, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .provider-details-top-info .info-container .info-container-data .primary-info .provider-website .link:hover {
  opacity: 1;
  text-decoration: underline;
}
/* line 284, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top.edit .provider-details-top-info {
  margin-bottom: 10px;
}
/* line 289, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top.edit .distance.inner, .home-react .home .provider-details-top.edit .distance.outer, .home-react .home .provider-details-top.edit .distance .delimiter {
  display: none;
}
/* line 294, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top.edit .url-slug-block {
  position: relative;
}
/* line 297, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top.edit .url-slug-block .help-icon {
  position: absolute;
  left: 0;
  bottom: 9px;
}
/* line 303, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top.edit .url-slug-block input {
  padding-left: 25px;
}
/* line 307, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top.edit .url-slug-block .tooltip {
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.3);
}
/* line 311, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top.edit .url-slug-block .tooltip-content {
  max-width: 442px;
  margin: 10px 0;
}
/* line 315, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top.edit .url-slug-block .tooltip-content .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
/* line 321, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top.edit .url-slug-block .tooltip-content .image {
  margin-top: 10px;
  content: url("/Site/Media/FaceMyPain/Common/slugHelpImage.jpg");
}
/* line 328, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top.edit .button-block {
  display: none;
}
/* line 333, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top.edit .info-container-data .primary-info {
  width: calc(100% - 340px);
  min-width: 200px;
}
/* line 339, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top.edit .inputs-block {
  display: flex;
  justify-content: space-between;
}
/* line 343, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top.edit .inputs-block .input-dropdown {
  width: 48%;
}
/* line 349, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top.edit .logo-container .upload-photo {
  margin-top: 4px;
  position: relative;
  width: 100%;
  max-width: 100%;
  color: #797979;
  font-weight: 300;
}
/* line 357, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top.edit .logo-container .upload-photo .fa {
  color: #a8a8a8;
  margin-right: 10px;
}
/* line 365, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top.edit .treatment-content .treatment-wrapper {
  position: relative;
  cursor: pointer;
}
/* line 370, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top.edit .treatment-content .treatment-wrapper:last-child .treatment {
  margin-right: 0;
}
/* line 374, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top.edit .treatment-content .treatment-wrapper:last-child .switch {
  right: -4px;
}
/* line 381, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top.edit .treatment-content .treatment-wrapper:hover .switch .fa {
  color: #ff5959;
}
/* line 387, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top.edit .treatment-content .treatment-wrapper .switch {
  position: absolute;
  top: -4px;
  right: 6px;
  background-color: white;
  border-radius: 50%;
  padding: 2px;
}
/* line 396, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top.edit .treatment-content .treatment-wrapper .fa {
  font-size: 16px;
  color: #62cc62;
  display: block;
}
/* line 402, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top.edit .treatment-content .treatment-wrapper.notChecked {
  opacity: 0.4;
}
/* line 405, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top.edit .treatment-content .treatment-wrapper.notChecked .fa {
  color: #797979;
}
/* line 409, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top.edit .treatment-content .treatment-wrapper.notChecked:hover {
  opacity: 1;
}
/* line 412, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top.edit .treatment-content .treatment-wrapper.notChecked:hover .fa {
  color: #62cc62;
}
/* line 421, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .url-image-input {
  border-bottom: 1px solid #CECECE;
  display: flex;
  width: 240px;
  height: 31px;
  margin: 0 0 auto 0;
}
/* line 428, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .url-image-input .fa-link {
  margin-top: 8px;
  font-size: 100%;
  color: #a8a8a8;
  opacity: 0.8;
}
/* line 435, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .url-image-input input {
  padding-left: 7px;
  width: 240px;
}
/* line 441, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .upload-control-wrapper {
  width: calc(100% - 3px);
}
/* line 444, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .upload-control-wrapper .upload-control {
  position: relative;
  display: inline-block;
  width: max-content;
  height: 150px;
  margin: auto 0 0 0;
}
/* line 451, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .upload-control-wrapper .upload-control .middle-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 115px;
  font-family: "Mukta Mahee", sans-serif;
  font-size: 16px;
  color: #a8a8a8;
  font-weight: 100;
}
/* line 462, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .upload-control-wrapper .upload-control .upload-file {
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  cursor: pointer;
  z-index: 1;
}
/* line 471, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .upload-control-wrapper .upload-control .upload-file .fa-cloud-upload {
  font-size: 16px;
  color: #a8a8a8;
  opacity: 0.8;
  position: relative;
  padding-right: 7px;
}
/* line 479, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .upload-control-wrapper .upload-control .upload-file span {
  width: 250px;
  font-family: "Mukta Mahee", sans-serif;
  font-size: 16px;
  font-weight: 100;
  color: #a8a8a8;
}
/* line 488, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .upload-control-wrapper .upload-control .upload-message {
  text-align: center;
  font-family: "Mukta Mahee", sans-serif;
  font-size: 24px;
  color: #a8a8a8;
}
/* line 495, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .upload-control-wrapper .upload-control .details-info-container {
  position: absolute;
  right: 102px;
  top: 67px;
  z-index: 1;
}
/* line 504, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .primary-info {
  width: 40%;
}
/* line 508, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .provider-name,
.home-react .home .provider-details-top .clinic-name,
.home-react .home .provider-details-top .address {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* line 516, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .provider-details-top-info {
  position: relative;
  padding: 40px;
}
/* line 521, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .provider-details-top-info .inputs-block .input-dropdown {
  display: inline-block;
}
/* line 526, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .provider-details-top-info .input {
  width: 100%;
}
/* line 529, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .provider-details-top-info .input.provider-name {
  width: calc(100% - 340px);
  min-width: 200px;
}
/* line 534, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .provider-details-top-info .input div {
  width: 100%;
}
/* line 538, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .provider-details-top-info .input input {
  margin: 15px 0 4px;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
}
/* line 545, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .provider-details-top-info .input.provider-name {
  margin-bottom: 0;
}
/* line 548, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .provider-details-top-info .input.provider-name input {
  margin-top: 5px;
}
/* line 554, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .provider-details-top-info .input.city input, .home-react .home .provider-details-top .provider-details-top-info .input.postalCode input, .home-react .home .provider-details-top .provider-details-top-info .input.phone input, .home-react .home .provider-details-top .provider-details-top-info .input.email input {
  margin-top: 12px;
}
/* line 559, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .provider-details-top-info .input.city, .home-react .home .provider-details-top .provider-details-top-info .input.postalcode {
  width: 100%;
}
/* line 563, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .provider-details-top-info .input.email {
  width: 48%;
}
/* line 567, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .provider-details-top-info .input.city {
  margin-right: 5px;
}
/* line 573, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .provider-details-top-data {
  padding: 0 40px 40px 40px;
}
/* line 576, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .provider-details-top-data:empty {
  padding: 0;
}
/* line 581, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .logo-container {
  position: relative;
}
/* line 585, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .logo-container:hover .edit {
  filter: brightness(40%);
}
/* line 589, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .logo-container:hover .no-image {
  filter: none;
}
/* line 593, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .logo-container:hover .icons-container {
  opacity: 1;
}
/* line 598, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .logo-container .icons-container {
  transition: .1s ease;
  opacity: 0;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
/* line 607, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .logo-container .icons-container i {
  margin: 5px;
  font-size: 20px;
  color: #CECECE;
  cursor: pointer;
}
/* line 616, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .logo-container .button-block.sticky .btn-contact {
  margin-top: 0;
}
/* line 621, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .logo-container .btn-contact {
  padding: 7px 15px;
  display: none;
}
/* line 628, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-top .input.media, .home-react .home .provider-details-top .input.url-slug {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
/* line 638, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .provider-details-video-or-photo:hover .add-new-video-or-photo span {
  color: #C7C7C7;
}
/* line 644, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .provider-details-video-or-photo {
  position: relative;
  padding: 20px 20px 20px 20px;
  margin: 20px 0 20px 0;
  cursor: pointer;
}
/* line 650, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .provider-details-video-or-photo .add-new-video-or-photo {
  position: relative;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #a8a8a8;
}
/* line 659, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .provider-details-video-or-photo .add-new-video-or-photo span {
  font-size: 20px;
  height: 25px;
  padding-left: 10px;
}
/* line 667, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .provider-details-video-or-photo .upload-control-wrapper .upload-control {
  position: relative;
  display: inline-block;
  width: max-content;
  height: 150px;
  margin: auto 0 0 0;
}
/* line 674, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .provider-details-video-or-photo .upload-control-wrapper .upload-control .upload-message {
  text-align: center;
  font-family: "Mukta Mahee", sans-serif;
  font-size: 24px;
  color: #a8a8a8;
}
/* line 681, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .provider-details-video-or-photo .upload-control-wrapper .upload-control .upload-file {
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  cursor: pointer;
  z-index: 1;
}
/* line 690, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .provider-details-video-or-photo .upload-control-wrapper .upload-control .upload-file .fa-cloud-upload {
  font-size: 16px;
  color: #a8a8a8;
  opacity: 0.8;
  position: relative;
  padding-right: 7px;
}
/* line 698, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .provider-details-video-or-photo .upload-control-wrapper .upload-control .upload-file span {
  width: 250px;
  font-family: "Mukta Mahee", sans-serif;
  font-size: 16px;
  font-weight: 100;
  color: #a8a8a8;
}
/* line 707, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .provider-details-video-or-photo .upload-control-wrapper .upload-control .middle-text {
  top: 115px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 115px;
  font-family: "Mukta Mahee", sans-serif;
  font-size: 16px;
  color: #a8a8a8;
  font-weight: 100;
}
/* line 720, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .provider-details-video-or-photo .upload-control-wrapper .url-image-input {
  border-bottom: 1px solid #CECECE;
  display: flex;
  width: 240px;
  height: 31px;
  margin: 0 0 auto 0;
}
/* line 727, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .provider-details-video-or-photo .upload-control-wrapper .url-image-input .fa-link {
  margin-top: 8px;
  font-size: 100%;
  color: #a8a8a8;
  opacity: 0.8;
}
/* line 734, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .provider-details-video-or-photo .upload-control-wrapper .url-image-input input {
  padding-left: 7px;
  width: 250px;
}
/* line 742, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle {
  margin: 20px 0;
  width: 100%;
}
/* line 748, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle.edit .item .description {
  margin-top: 20px;
  margin-bottom: 10px !important;
  min-height: 180px;
  border: 1px #e1e1e1 solid;
}
/* line 754, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle.edit .item .description textarea {
  margin-left: 10px;
}
/* line 759, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle.edit .item .description div:before, .home-react .home .provider-details-middle.edit .item .description div:after {
  border-bottom: 1px solid #FFFFFF !important;
}
/* line 766, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle.count3 .item {
  padding: 6px 8px;
}
/* line 769, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle.count3 .item:first-of-type {
  padding-right: 16px;
}
/* line 773, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle.count3 .item:last-of-type {
  padding-left: 16px;
}
/* line 779, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle .url-image-input {
  display: flex;
  width: 250px;
  height: 43px;
  border-bottom: 1px solid #CECECE;
  margin: 0 0 auto 0;
}
/* line 786, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle .url-image-input .fa-link {
  margin-top: 20px;
  font-size: 100%;
  color: #a8a8a8;
  opacity: 0.8;
}
/* line 793, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle .url-image-input input {
  padding-left: 7px;
  width: 250px;
}
/* line 2, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle .url-image-input input::-webkit-input-placeholder {
  font-size: 16px;
}
/* line 3, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle .url-image-input input:-moz-placeholder {
  font-size: 16px;
}
/* line 4, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle .url-image-input input::-moz-placeholder {
  font-size: 16px;
}
/* line 5, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle .url-image-input input:-ms-input-placeholder {
  font-size: 16px;
}
/* line 803, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle .upload-control {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 60px;
  margin: auto 0 0 0;
}
/* line 810, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle .upload-control .middle-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  font-family: "Mukta Mahee", sans-serif;
  font-size: 16px;
  color: #a8a8a8;
  font-weight: 100;
}
/* line 821, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle .upload-control .upload-file {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  cursor: pointer;
  z-index: 1;
}
/* line 829, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle .upload-control .upload-file .fa-cloud-upload {
  font-size: 16px;
  color: #a8a8a8;
  opacity: 0.8;
  position: relative;
  padding-right: 7px;
}
/* line 837, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle .upload-control .upload-file span {
  font-family: "Mukta Mahee", sans-serif;
  font-size: 16px;
  color: #a8a8a8;
}
/* line 844, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle .upload-control .card-info-container {
  position: absolute;
  right: 0;
  top: 2px;
  z-index: 1;
}
/* line 852, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle .item {
  display: flex;
  position: relative;
  padding: 6px 12px;
}
/* line 857, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle .item:first-of-type {
  padding-left: 0;
}
/* line 860, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle .item:first-of-type .add-new-card {
  width: 100%;
}
/* line 864, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle .item:first-of-type .icons {
  right: 18px;
}
/* line 869, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle .item:last-of-type {
  padding-right: 0;
}
/* line 872, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle .item:last-of-type .icons {
  right: 2px;
}
/* line 877, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle .item img {
  width: 100%;
  max-width: 100%;
}
/* line 882, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle .item .edit-image {
  width: 100%;
  border-radius: 5px;
  display: block;
  margin: 10px auto 15px;
}
/* line 889, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle .item-content {
  padding: 28px;
  border-radius: 0;
  text-align: justify;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: auto;
  overflow-x: hidden;
}
/* line 901, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle .item .icons {
  left: unset !important;
  right: 10px;
  top: 10px;
  z-index: 1000;
}
/* line 909, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle .item.disabled .input, .home-react .home .provider-details-middle .item.disabled .upload-control, .home-react .home .provider-details-middle .item.disabled .upload-control-wrapper, .home-react .home .provider-details-middle .item.disabled .icons {
  pointer-events: none;
  visibility: hidden;
}
/* line 914, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle .item.disabled upload-control, .home-react .home .provider-details-middle .item.disabled .upload-control-wrapper, .home-react .home .provider-details-middle .item.disabled .icons {
  pointer-events: none;
  visibility: hidden;
  height: 160px;
}
/* line 922, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle .item .input:last-child {
  margin-bottom: 20px;
}
/* line 927, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle .item .input textarea::-webkit-scrollbar {
  width: 0;
}
/* line 933, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle .item .arrows {
  position: absolute;
  bottom: 16px;
  width: calc(100% - 44px);
}
/* line 938, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle .item .arrows .fa {
  position: relative;
}
/* line 942, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle .item .arrows .fa-arrow-right {
  float: right;
  right: -8px;
}
/* line 947, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle .item .arrows .fa-arrow-left {
  left: -8px;
}
/* line 953, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle .input {
  margin: 12px 0 5px;
}
/* line 956, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-middle .input textarea {
  line-height: 1.5;
  min-height: 25px;
}
/* line 964, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-bottom {
  position: relative;
  padding: 20px 48px 20px 20px;
  margin-top: 20px;
}
/* line 969, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-bottom:first-of-type {
  margin-top: 0;
}
/* line 974, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-bottom.edit .inputs-block {
  display: flex;
  justify-content: space-between;
}
/* line 979, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-bottom.edit .date-block {
  width: 48%;
}
/* line 984, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-bottom .inputs-block {
  position: relative;
  top: 4px;
}
/* line 989, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-bottom.new {
  height: 88px;
  cursor: pointer;
}
/* line 993, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-bottom.new .add-new-testimonial {
  position: relative;
}
/* line 997, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-bottom.new .add-new-user {
  position: relative;
}
/* line 1002, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-bottom .icons {
  left: unset;
  right: -43px;
  top: unset;
  bottom: 8px;
}
/* line 1009, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-bottom .testimonial-image-container {
  height: 60px;
  width: 60px;
  margin: 13px;
}
/* line 1015, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-bottom .testimonial-img {
  position: relative;
  margin-right: 13px;
  top: -7px;
  width: 60px;
}
/* line 1021, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-bottom .testimonial-img img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
}
/* line 1028, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-bottom .testimonial-img .upload-photo {
  width: 28px;
  height: 28px;
  position: absolute;
  left: 16px;
  top: 16px;
  background: white;
  border-radius: 18px;
}
/* line 1037, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-bottom .testimonial-img .upload-photo .fa-camera {
  font-size: 16px;
  opacity: 0.8;
  position: relative;
  top: 6px;
  left: 6px;
}
/* line 1047, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-bottom .testimonial-info {
  width: 100%;
}
/* line 1053, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-bottom .testimonial-info .testimonial-description:not(.input),
.home-react .home .provider-details-bottom .testimonial-info .testimonial-reviewer:not(.input),
.home-react .home .provider-details-bottom .testimonial-info .testimonial.date:not(.input) {
  padding-top: 4px;
  padding-bottom: 2px;
  margin-bottom: 0px;
}
/* line 1060, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-bottom .testimonial-info .testimonial-description {
  margin-top: 5px;
}
/* line 1064, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-bottom .testimonial-info .date-block {
  display: inline-block;
}
/* line 1068, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-bottom .testimonial-info .input {
  width: 100%;
}
/* line 1071, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-bottom .testimonial-info .input.testimonial-reviewer {
  width: 48%;
}
/* line 1075, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-bottom .testimonial-info .input input {
  height: 16px;
  padding-top: 7px;
}
/* line 1081, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-bottom .testimonial-info .input.testimonial.date input {
  height: 30px;
  padding-top: 8px;
}
/* line 1089, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-bottom .rating {
  margin-top: 0 !important;
  margin: auto;
  margin-left: -2px;
}
/* line 1095, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-bottom .arrows {
  position: absolute;
  width: 16px;
  height: 100%;
  top: 0px;
  right: 16px;
}
/* line 1102, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-bottom .arrows .fa {
  position: absolute;
}
/* line 1106, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-bottom .arrows .fa-arrow-up {
  top: 12px;
}
/* line 1110, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details-bottom .arrows .fa-arrow-down {
  bottom: 12px;
}
/* line 1116, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .icon-user-testimonial {
  font-size: 60px;
  margin-top: 6px;
}
/* line 1120, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .icon-user-testimonial:before {
  margin-left: 10px;
}
/* line 1125, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .info-container {
  max-width: calc(100% - 198px);
  flex-basis: 100%;
  position: relative;
}
/* line 1130, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .info-container .provider-name,
.home-react .home .provider-details .info-container .provider-name2,
.home-react .home .provider-details .info-container .provider-practice-categories {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* line 1139, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .provider-info {
  margin-left: 20px;
}
/* line 1143, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .secondary-info {
  display: flex;
  justify-content: space-between;
}
/* line 1147, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .secondary-info.withLicense {
  position: absolute;
  top: 0px;
  right: 0px;
  flex-direction: column;
  height: 100%;
}
/* line 1155, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .secondary-info .license-block {
  min-width: 230px;
  font-size: 22px;
  display: flex;
  justify-content: flex-end;
  font-weight: 300;
  flex-direction: column;
}
/* line 1163, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .secondary-info .license-block .name {
  display: flex;
  justify-content: space-between;
}
/* line 1167, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .secondary-info .license-block .name i {
  color: #c7c7c7;
  position: relative;
  top: 2px;
  right: 2px;
  cursor: pointer;
}
/* line 1174, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .secondary-info .license-block .name i:hover {
  opacity: 0.8;
}
/* line 1180, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .secondary-info .license-block .license-info {
  width: calc(100% - 2px);
  padding-left: 2px;
}
/* line 1184, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .secondary-info .license-block .license-info.expired {
  font-size: 16px;
  color: #797979;
  margin-bottom: 5px;
}
/* line 1191, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .secondary-info .license-block .expiring-info, .home-react .home .provider-details .secondary-info .license-block .action-block {
  display: block;
  font-size: 16px;
  padding-left: 1px;
  padding-top: 7px;
  font-weight: 400;
}
/* line 1199, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .secondary-info .license-block .license-button {
  width: 100%;
  max-width: 230px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  height: 33px;
  line-height: 33px;
  border-radius: 20px;
  cursor: pointer;
  box-sizing: border-box;
}
/* line 1212, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .secondary-info .license-block .fields {
  justify-content: space-between;
  display: flex;
  margin-top: 10px;
}
/* line 1217, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .secondary-info .license-block .fields .label {
  font-size: 16px;
  color: #797979;
  padding-right: 5px;
  position: relative;
}
/* line 1225, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .secondary-info .license-block .fields .date-block:first-of-type {
  margin-right: 10px;
}
/* line 1230, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .secondary-info .license-block .fields .input-with-label {
  display: flex;
  border-bottom: 1px solid #CECECE;
}
/* line 1235, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .secondary-info .license-block .fields .date {
  display: inline-block;
  padding-right: 2px;
  width: fit-content;
}
/* line 1240, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .secondary-info .license-block .fields .date input {
  margin-top: -2px;
  margin-bottom: 0;
  height: 26px;
  border-bottom: none;
  width: 75px;
}
/* line 1248, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .secondary-info .license-block .fields .date div {
  min-width: 170px;
}
/* line 1253, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .secondary-info .license-block .fields .extend-date {
  display: block;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  width: fit-content;
  margin-left: auto;
  margin-right: 2px;
}
/* line 1265, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .secondary-info .license-block .action-block span {
  margin-right: 15px;
  color: #ff5959;
  cursor: pointer;
}
/* line 1270, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .secondary-info .license-block .action-block span:last-child {
  margin-right: 0;
}
/* line 1274, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .secondary-info .license-block .action-block span:hover {
  opacity: 0.8;
}
/* line 1282, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .add-new-card,
.home-react .home .provider-details .add-new-user,
.home-react .home .provider-details .add-new-testimonial {
  position: absolute;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #a8a8a8;
}
/* line 1293, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .add-new-card span,
.home-react .home .provider-details .add-new-user span,
.home-react .home .provider-details .add-new-testimonial span {
  font-size: 20px;
  height: 25px;
  padding-left: 10px;
}
/* line 1299, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .add-new-card:hover,
.home-react .home .provider-details .add-new-user:hover,
.home-react .home .provider-details .add-new-testimonial:hover {
  opacity: 0.8;
}
/* line 1304, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .add-new-card {
  width: calc(100% - 12px);
}
/* line 1308, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .add-new-testimonial {
  width: calc(100% + 33px);
}
/* line 1312, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .add-new-user {
  width: calc(100% + 33px);
}
/* line 1316, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .treatment-content {
  padding-top: 8px;
  display: flex;
  justify-content: flex-end;
}
/* line 1322, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .media {
  width: 100%;
}
/* line 1326, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .photo-input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-size: 0px;
  outline: none;
}
/* line 1339, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .date .input {
  font-size: 16px;
  font-family: "Mukta Mahee", sans-serif;
  line-height: 1.4;
  border: none;
  border-bottom: 1px solid #c3c6c9;
  height: 32px;
  padding: 7px 0 7px;
  width: 100%;
  outline: none;
  background: transparent;
}
/* line 1353, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .arrows {
  font-size: 18px;
  color: #c7c7c7;
}
/* line 1357, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .arrows .fa {
  cursor: pointer;
}
/* line 1360, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .arrows .fa:hover {
  opacity: 0.8;
}
/* line 1366, ../../sass/Common/home/_provider.scss */
.home-react .home .provider-details .logo-info-container {
  position: absolute;
  right: 7px;
  bottom: 6px;
}
/* line 1373, ../../sass/Common/home/_provider.scss */
.home-react .home .machine-container {
  position: relative;
}
/* line 1378, ../../sass/Common/home/_provider.scss */
.home-react .home .machine-container.top .icons .icon {
  font-size: 25px;
  width: 26px;
}
/* line 1386, ../../sass/Common/home/_provider.scss */
.home-react .home .machine-container.bottom-user-icons .icons {
  top: -13px;
}
/* line 1389, ../../sass/Common/home/_provider.scss */
.home-react .home .machine-container.bottom-user-icons .icons .icon {
  font-size: inherit;
}

@media (pointer: coarse) {
  /* line 6, ../../sass/Common/home/_media.scss */
  .home-react .home {
    overflow-x: unset;
  }
}
@media (max-width: 1700px) {
  /* line 17, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details .icons .extra-tooltip {
    display: inline-block;
    position: relative;
    text-align: left;
    margin: 0px auto 0px 25px;
    right: 150px;
  }
  /* line 25, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details .icons .extra-tooltip-content {
    min-width: 200px;
    top: 0px;
    transform: translate(-25%, 0);
    padding: 5px 10px;
    font-size: 13px;
    box-sizing: border-box;
    margin-left: 5px;
    line-height: 1.5;
    word-break: break-word;
  }
  /* line 35, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details .icons .extra-tooltip-content:after {
    left: 176px;
  }
  /* line 40, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details .icons .extra-tooltip-arrow {
    position: absolute;
    margin-left: -15px;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent #ea6969 transparent transparent;
  }
}
@media (max-width: 1500px) {
  /* line 58, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details-middle .url-image-input {
    width: 180px;
    bottom: 10px;
    left: 10px;
  }
  /* line 63, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details-middle .url-image-input .fa-link {
    margin-top: 20px;
    font-size: 100%;
    color: #a8a8a8;
    opacity: 0.8;
  }
  /* line 70, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details-middle .url-image-input input {
    width: 200px;
  }
  /* line 2, ../../sass/Common/home/_provider.scss */
  .home-react .home .provider-details-middle .url-image-input input::-webkit-input-placeholder {
    font-size: 12px;
  }
  /* line 3, ../../sass/Common/home/_provider.scss */
  .home-react .home .provider-details-middle .url-image-input input:-moz-placeholder {
    font-size: 12px;
  }
  /* line 4, ../../sass/Common/home/_provider.scss */
  .home-react .home .provider-details-middle .url-image-input input::-moz-placeholder {
    font-size: 12px;
  }
  /* line 5, ../../sass/Common/home/_provider.scss */
  .home-react .home .provider-details-middle .url-image-input input:-ms-input-placeholder {
    font-size: 12px;
  }

  /* line 81, ../../sass/Common/home/_media.scss */
  .tooltip {
    opacity: 1 !important;
    width: fit-content;
    right: -60px !important;
  }
  /* line 86, ../../sass/Common/home/_media.scss */
  .tooltip .tooltip-content {
    text-align: center;
  }

  /* line 90, ../../sass/Common/home/_media.scss */
  .teledentistry-container {
    top: 0;
  }
}
@media (max-width: 1100px) {
  /* line 102, ../../sass/Common/home/_media.scss */
  .home-react .home .search-result .distance-and-hours {
    flex-direction: column;
  }
  /* line 105, ../../sass/Common/home/_media.scss */
  .home-react .home .search-result .distance-and-hours .distance {
    margin-right: unset;
  }
  /* line 110, ../../sass/Common/home/_media.scss */
  .home-react .home .testimonials-tooltip {
    width: 150px;
  }
}
@media (pointer: coarse) {
  /* line 123, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details.editable .icons:hover .label {
    display: none;
  }
}
@media (max-width: 960px) {
  /* line 137, ../../sass/Common/home/_media.scss */
  .home-react .home .administrator-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 950px) {
  /* line 151, ../../sass/Common/home/_media.scss */
  .home-react .home .search-results .search-result .content-details .btn-contact {
    display: none;
  }
  /* line 156, ../../sass/Common/home/_media.scss */
  .home-react .home .search-results .search-result .search-result-left {
    position: relative;
    text-align: center;
  }
  /* line 160, ../../sass/Common/home/_media.scss */
  .home-react .home .search-results .search-result .search-result-left .btn-contact {
    display: inline-flex;
    top: unset;
    left: unset;
    margin-top: 18px;
    margin-bottom: 18px;
  }
  /* line 172, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details.editable {
    width: calc(89% - 3px);
    min-width: unset;
    margin-right: 42px;
  }
  /* line 177, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details.editable .icons {
    left: calc(100% + 3px);
  }
  /* line 181, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details.editable .icons:hover .label {
    display: none;
  }
  /* line 189, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details .logo-container .btn-contact {
    display: inline-flex;
    top: unset;
    left: unset;
    margin-top: 18px;
  }
  /* line 198, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details .info-container .btn-contact {
    display: none;
  }

  /* line 206, ../../sass/Common/home/_media.scss */
  .send-message-icon {
    right: 40px;
  }
}
@media (max-width: 920px) {
  /* line 212, ../../sass/Common/home/_media.scss */
  .send-message-icon {
    right: 50px;
  }
}
@media (min-width: 851px) {
  /* line 220, ../../sass/Common/home/_media.scss */
  .header.header-resources .btn-search-nearby {
    left: 25%;
  }
}
@media (max-width: 850px) {
  /* line 232, ../../sass/Common/home/_media.scss */
  .home-react .home .machine-container.bottom-user-icons .icons {
    left: calc(100% - 8px);
  }
  /* line 237, ../../sass/Common/home/_media.scss */
  .home-react .home .user-container-trash-icon {
    left: calc(100% - 2px);
  }
  /* line 240, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details {
    min-width: unset;
    width: 98%;
  }
  /* line 245, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details .provider-details-top .provider-details-top-info {
    padding: 20px;
  }
  /* line 249, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details .provider-details-top .provider-details-top-data {
    padding: 0 20px 20px 20px;
    margin-top: 15px;
  }
  /* line 254, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details .provider-details-top .checkList {
    margin: 15px 0;
  }
  /* line 259, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details .provider-details-middle {
    margin: 15px 0;
  }
  /* line 263, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details .provider-details-bottom {
    padding: 15px 20px;
  }
  /* line 266, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details .provider-details-bottom:not(:first-of-type) {
    margin-top: 15px;
  }
  /* line 272, ../../sass/Common/home/_media.scss */
  .home-react .home .treatment-types {
    margin: auto;
  }

  /* line 284, ../../sass/Common/home/_media.scss */
  .header .middle-content-filters .extended-search .search-bar .filters {
    width: 215px;
  }

  /* line 293, ../../sass/Common/home/_media.scss */
  .teledentistry-container {
    width: 100%;
    margin: 0;
    max-width: 100%;
    height: 700px;
    max-height: 100%;
  }

  /* line 301, ../../sass/Common/home/_media.scss */
  .teledentistry-form {
    height: 100%;
  }

  /* line 308, ../../sass/Common/home/_media.scss */
  .dialog-content .dialog-content-container .external-form .close-button {
    right: 10px;
  }
  /* line 313, ../../sass/Common/home/_media.scss */
  .dialog-content .dialog-content-container.external {
    min-height: 100%;
  }
}
@media (max-width: 820px) and (max-height: 420px) {
  /* line 323, ../../sass/Common/home/_media.scss */
  .home-react .home .search-services {
    padding: 40px;
    margin-top: -90px;
  }
}
@media (max-width: 790px) {
  /* line 338, ../../sass/Common/home/_media.scss */
  .home-react .home .header .middle-content .middle-content-filters .extended-search .filters {
    margin-left: 0;
  }
  /* line 343, ../../sass/Common/home/_media.scss */
  .home-react .home .header .middle-content .middle-content-filters .extended-search .all-filters .space-1 {
    width: 0;
  }
  /* line 348, ../../sass/Common/home/_media.scss */
  .home-react .home .header .middle-content .middle-content-filters .extended-search .all-filters .inverted-round .left {
    width: 0;
  }
  /* line 353, ../../sass/Common/home/_media.scss */
  .home-react .home .header .middle-content .middle-content-filters .extended-search .all-filters .wrapper-content {
    border-top-left-radius: 0;
  }
  /* line 362, ../../sass/Common/home/_media.scss */
  .home-react .home .splash-image:before {
    left: -25%;
  }
  /* line 367, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details .provider-details-top {
    position: relative;
  }
  /* line 373, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details-middle .upload-control .url-image-input {
    width: 150px;
  }
  /* line 2, ../../sass/Common/home/_provider.scss */
  .home-react .home .provider-details-middle .upload-control .url-image-input input::-webkit-input-placeholder {
    font-size: 12px;
  }
  /* line 3, ../../sass/Common/home/_provider.scss */
  .home-react .home .provider-details-middle .upload-control .url-image-input input:-moz-placeholder {
    font-size: 12px;
  }
  /* line 4, ../../sass/Common/home/_provider.scss */
  .home-react .home .provider-details-middle .upload-control .url-image-input input::-moz-placeholder {
    font-size: 12px;
  }
  /* line 5, ../../sass/Common/home/_provider.scss */
  .home-react .home .provider-details-middle .upload-control .url-image-input input:-ms-input-placeholder {
    font-size: 12px;
  }
  /* line 383, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details-middle .upload-control .middle-text {
    font-size: 14px;
  }
  /* line 387, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details-middle .upload-control .upload-file {
    width: 150px;
  }
  /* line 390, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details-middle .upload-control .upload-file .photo-input {
    left: 27%;
    width: 150px;
  }
  /* line 395, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details-middle .upload-control .upload-file .fa-cloud-upload {
    font-size: 14px;
  }
  /* line 399, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details-middle .upload-control .upload-file span {
    font-size: 14px;
  }
  /* line 404, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details-middle .upload-control .card-info-container {
    right: 15px;
  }
  /* line 412, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details .icons .extra-tooltip {
    display: inline-block;
    position: relative;
    text-align: left;
    margin: 0px auto 0px 15px;
    right: 140px;
  }
  /* line 420, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details .icons .extra-tooltip-content {
    min-width: 200px;
    top: 4px;
    transform: translate(-25%, 0);
    padding: 5px 10px;
    font-size: 13px;
    box-sizing: border-box;
    margin-left: 5px;
    line-height: 1.5;
    word-break: break-word;
  }
  /* line 432, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details .icons .extra-tooltip-arrow {
    position: absolute;
    margin-left: -15px;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent #ea6969 transparent transparent;
  }
  /* line 440, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details .icons .extra-tooltip-content:after {
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    left: 176px;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-right: 1px solid #ff5959;
    border-bottom: 1px solid #ff5959;
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
}
@media (max-width: 750px) {
  /* line 467, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details .logo-help-container {
    bottom: 56px;
  }
}
@media (max-width: 740px) {
  /* line 480, ../../sass/Common/home/_media.scss */
  .home-react .home .search-results .search-result .search-result-left {
    margin-right: 20px;
  }
  /* line 483, ../../sass/Common/home/_media.scss */
  .home-react .home .search-results .search-result .search-result-left .btn-contact {
    font-size: 14px;
  }
  /* line 490, ../../sass/Common/home/_media.scss */
  .home-react .home .search-results .search-result .content-details-middle .search-result-right .treatment, .home-react .home .search-results .search-result .content-details-middle .search-result-right .extra-treatments {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    margin-top: 8px;
  }

  /* line 502, ../../sass/Common/home/_media.scss */
  .teledentistry-container {
    max-height: 100%;
    height: 100%;
  }
}
@media (max-width: 720px) {
  /* line 509, ../../sass/Common/home/_media.scss */
  .video-consult-bar {
    left: 0;
    width: 100%;
  }

  /* line 514, ../../sass/Common/home/_media.scss */
  .photo-canvas {
    left: 0;
    width: 100%;
    height: 301px;
    object-fit: contain;
  }
}
@media (max-width: 700px) {
  /* line 523, ../../sass/Common/home/_media.scss */
  .virtual-consult-firstName {
    max-width: 150px;
  }
}
@media (max-width: 670px) {
  /* line 530, ../../sass/Common/home/_media.scss */
  .logo-container {
    max-width: unset;
    margin-right: 0;
  }

  /* line 535, ../../sass/Common/home/_media.scss */
  .provider-logo {
    width: calc(100% - 0.5em);
    padding-top: calc(100% - 0.5em);
    height: 0;
  }
  /* line 540, ../../sass/Common/home/_media.scss */
  .provider-logo img, .provider-logo .default {
    width: 100%;
    height: 100%;
    left: 0;
    font-size: 90px;
    margin-left: unset;
  }

  /* line 550, ../../sass/Common/home/_media.scss */
  .dialog-content .provider-logo {
    width: 180px;
    padding-top: 180px;
  }
  /* line 555, ../../sass/Common/home/_media.scss */
  .dialog-content .provider-logo img {
    height: auto;
  }

  /* line 565, ../../sass/Common/home/_media.scss */
  .home-react .home .dialog-content .dialog-content-container .dialog-content-left {
    width: 100%;
    padding: 0;
    max-width: none;
  }
  /* line 570, ../../sass/Common/home/_media.scss */
  .home-react .home .dialog-content .dialog-content-container .dialog-content-left .provider-logo {
    margin: auto;
    margin-top: 12px;
  }
  /* line 575, ../../sass/Common/home/_media.scss */
  .home-react .home .dialog-content .dialog-content-container .dialog-content-left .dialog-provider-name {
    margin-top: 7px;
  }
  /* line 583, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details .testimonial-info {
    width: 100%;
  }
  /* line 589, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details .testimonial-info .testimonial-description:not(.input),
  .home-react .home .provider-details .testimonial-info .testimonial-reviewer:not(.input),
  .home-react .home .provider-details .testimonial-info .testimonial.date:not(.input) {
    width: 100%;
    padding-top: 4px;
    padding-bottom: 2px;
    margin-bottom: 0px;
  }
  /* line 598, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details p, .home-react .home .provider-details span {
    font-size: 13px;
  }
  /* line 603, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details .provider-details-top .provider-details-top-info {
    margin-bottom: 10px;
    display: grid;
  }
  /* line 607, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details .provider-details-top .provider-details-top-info .provider-name {
    margin-top: 20px;
  }
  /* line 611, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details .provider-details-top .provider-details-top-info .distance-and-hours {
    margin-bottom: 10px;
  }
  /* line 616, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details .provider-details-top .checkList {
    margin: 10px 0;
  }
  /* line 620, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details .provider-details-top .info-container {
    max-width: unset;
  }
  /* line 623, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details .provider-details-top .info-container .primary-info {
    width: 100%;
  }
  /* line 628, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details .provider-details-top .info-container .secondary-info.withLicense {
    position: relative;
  }
  /* line 635, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details .provider-details-top .upload-control-wrapper .upload-control .details-info-container {
    right: 10px;
  }
  /* line 642, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details .provider-details-middle {
    margin: 10px 0;
  }
  /* line 647, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details .provider-details-bottom:not(:first-of-type) {
    margin-top: 10px;
  }
  /* line 652, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details .logo-help-container {
    left: 140px;
    bottom: 51px;
  }

  /* line 660, ../../sass/Common/home/_media.scss */
  .contactMe-popup {
    margin: 0;
    width: 100%;
  }

  /* line 665, ../../sass/Common/home/_media.scss */
  .contact-form {
    top: -32px !important;
    height: 120%;
  }
}
@media (max-width: 650px) {
  /* line 672, ../../sass/Common/home/_media.scss */
  .virtual-consult-firstName {
    max-width: 100px;
  }
}
@media (max-width: 600px) {
  /* line 680, ../../sass/Common/home/_media.scss */
  .home-react .home h1 {
    font-size: 24px;
  }
  /* line 684, ../../sass/Common/home/_media.scss */
  .home-react .home .search-services, .home-react .home .treatment-types.outer {
    padding: 30px 20px;
  }
  /* line 688, ../../sass/Common/home/_media.scss */
  .home-react .home .section, .home-react .home .faq {
    padding: 30px 0;
  }
  /* line 691, ../../sass/Common/home/_media.scss */
  .home-react .home .section.links, .home-react .home .faq.links {
    padding: 20px 0;
  }
  /* line 694, ../../sass/Common/home/_media.scss */
  .home-react .home .section.links div, .home-react .home .faq.links div {
    margin: 10px 0;
  }
  /* line 697, ../../sass/Common/home/_media.scss */
  .home-react .home .section.links div a, .home-react .home .faq.links div a {
    font-size: 24px;
  }
  /* line 705, ../../sass/Common/home/_media.scss */
  .home-react .home .testimonials .testimonial-item {
    padding-top: 0 !important;
  }
  /* line 708, ../../sass/Common/home/_media.scss */
  .home-react .home .testimonials .testimonial-item:last-of-type {
    padding-bottom: 0;
  }
  /* line 716, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details .provider-details-middle .item {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 724, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details .provider-details-middle.count3 .item:first-of-type {
    padding-right: 0;
  }
  /* line 728, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details .provider-details-middle.count3 .item:last-of-type {
    padding-left: 0;
  }
  /* line 735, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details .provider-details-bottom {
    padding: 10px 15px;
  }
}
@media (max-width: 580px) {
  /* line 754, ../../sass/Common/home/_media.scss */
  .home-react .home .header .middle-content .middle-content-filters .extended-search .all-filters .wrapper .filter-section, .home-react .home .header .middle-content .middle-content-filters .extended-search .all-filters .wrapper .filter-distance {
    display: flex;
    flex-direction: column;
  }
  /* line 758, ../../sass/Common/home/_media.scss */
  .home-react .home .header .middle-content .middle-content-filters .extended-search .all-filters .wrapper .filter-section label, .home-react .home .header .middle-content .middle-content-filters .extended-search .all-filters .wrapper .filter-distance label {
    width: auto;
  }
  /* line 765, ../../sass/Common/home/_media.scss */
  .home-react .home .header .middle-content .middle-content-filters .extended-search .all-filters .wrapper .filter-distance label .radio-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  /* line 780, ../../sass/Common/home/_media.scss */
  .dialog-content .dialog-content-container .dialog-content-right {
    max-width: calc(100% - 230px);
  }
}
@media (max-width: 560px) {
  /* line 788, ../../sass/Common/home/_media.scss */
  .dialog-content .dialog-content-container.external {
    flex-direction: column;
    height: 100%;
  }

  /* line 795, ../../sass/Common/home/_media.scss */
  .dialog-content .dialog-content-container .dialog-content-left {
    width: 100%;
    max-width: 100%;
    padding: 30px 0 0 0;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  /* line 803, ../../sass/Common/home/_media.scss */
  .dialog-content .dialog-content-container .dialog-content-left .popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    color: #fff;
  }
  /* line 811, ../../sass/Common/home/_media.scss */
  .dialog-content .dialog-content-container .dialog-content-left .provider-logo {
    margin: 0 auto;
  }
  /* line 814, ../../sass/Common/home/_media.scss */
  .dialog-content .dialog-content-container .dialog-content-left .provider-logo .default-image {
    width: 180px;
    height: 180px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /* line 822, ../../sass/Common/home/_media.scss */
  .dialog-content .dialog-content-container .dialog-content-left .dialog-component-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
  }
  /* line 829, ../../sass/Common/home/_media.scss */
  .dialog-content .dialog-content-container .dialog-content-left .dialog-component {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  /* line 833, ../../sass/Common/home/_media.scss */
  .dialog-content .dialog-content-container .dialog-content-left .dialog-component .grid-component-image {
    height: 80px;
    width: 80px;
  }
  /* line 839, ../../sass/Common/home/_media.scss */
  .dialog-content .dialog-content-container .dialog-content-left .dialog-provider-name {
    margin: 20px 0;
  }
  /* line 844, ../../sass/Common/home/_media.scss */
  .dialog-content .dialog-content-container .dialog-content-right {
    max-width: unset;
  }

  /* line 848, ../../sass/Common/home/_media.scss */
  .virtual-consult-content {
    padding: 25px 20px 0;
    margin: 0;
  }
  /* line 851, ../../sass/Common/home/_media.scss */
  .virtual-consult-content .close-button {
    padding-top: 0;
    top: 0;
  }

  /* line 856, ../../sass/Common/home/_media.scss */
  .virtual-consult-title {
    font-size: 18px;
  }

  /* line 860, ../../sass/Common/home/_media.scss */
  .virtual-consult-join-message {
    margin-top: 2px;
  }

  /* line 864, ../../sass/Common/home/_media.scss */
  .virtual-consult-form-control-container {
    flex-direction: column;
    padding-bottom: 8px;
  }

  /* line 868, ../../sass/Common/home/_media.scss */
  .virtual-consult-form {
    width: 100%;
    padding-bottom: 10px;
  }

  /* line 872, ../../sass/Common/home/_media.scss */
  .virtual-consult-text {
    padding-bottom: 20px;
  }

  /* line 875, ../../sass/Common/home/_media.scss */
  .virtual-consult-close-icon {
    position: absolute;
    right: 19px;
    top: 24px;
  }

  /* line 880, ../../sass/Common/home/_media.scss */
  .virtual-consult-firstName {
    max-width: 150px;
  }

  /* line 883, ../../sass/Common/home/_media.scss */
  .mobile-hidden {
    display: none !important;
  }

  /* line 886, ../../sass/Common/home/_media.scss */
  .mobile-invisible {
    visibility: hidden;
  }

  /* line 889, ../../sass/Common/home/_media.scss */
  .contactMe-popup {
    height: 100%;
  }

  /* line 892, ../../sass/Common/home/_media.scss */
  .warning {
    left: calc(100% - 243px);
  }
  /* line 894, ../../sass/Common/home/_media.scss */
  .warning:after {
    right: 19px;
  }
}
@media (max-height: 570px) {
  /* line 901, ../../sass/Common/home/_media.scss */
  .contact-form {
    top: -30px !important;
    height: 112%;
  }
}
@media (max-width: 520px) {
  /* line 914, ../../sass/Common/home/_media.scss */
  .home-react .home .provider-details-middle .upload-control .card-info-container .tooltip {
    width: 150px;
  }
}
@media (max-width: 400px) {
  /* line 926, ../../sass/Common/home/_media.scss */
  .photo-canvas {
    height: 300px;
  }
}
@media (max-width: 360px) {
  /* line 932, ../../sass/Common/home/_media.scss */
  .virtual-consult-firstName {
    max-width: 100px;
  }
}
/* line 1, ../../sass/Common/home/_login.scss */
.login-page, .login-popup {
  overflow: hidden;
  height: 100%;
  position: relative;
}
/* line 6, ../../sass/Common/home/_login.scss */
.login-page .login-header, .login-popup .login-header {
  height: 170px;
  padding-top: 20px;
}
/* line 11, ../../sass/Common/home/_login.scss */
.login-page .logo, .login-popup .logo {
  display: block;
  width: 300px;
  height: 70px;
  margin: 0 auto;
}
/* line 18, ../../sass/Common/home/_login.scss */
.login-page .login-form, .login-popup .login-form {
  box-sizing: border-box;
  top: 100px;
  position: absolute;
  width: 450px;
  left: calc(50% - 225px);
  padding: 47px 45px 40px;
  background-color: white;
  color: #797979;
  box-shadow: 0 0 5px #797979;
  -moz-box-shadow: 0 0 5px #797979;
  -webkit-box-shadow: 0 0 5px #797979;
  -khtml-box-shadow: 0 0 5px #797979;
  -ms-box-shadow: 0 0 5px #797979;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}
/* line 30, ../../sass/Common/home/_login.scss */
.login-page .login-form .input, .login-popup .login-form .input {
  margin-bottom: 20px;
}
/* line 34, ../../sass/Common/home/_login.scss */
.login-page .login-form button, .login-popup .login-form button {
  font-size: 16px;
  margin-bottom: 7px;
}
/* line 39, ../../sass/Common/home/_login.scss */
.login-page .login-form .message, .login-popup .login-form .message {
  font-size: 14px;
  color: #ff5959;
}
/* line 43, ../../sass/Common/home/_login.scss */
.login-page .login-form .terms-message, .login-popup .login-form .terms-message {
  text-align: center;
  font-size: 13px;
  margin: 3px 0 10px 0;
}
/* line 47, ../../sass/Common/home/_login.scss */
.login-page .login-form .terms-message a, .login-popup .login-form .terms-message a {
  color: #797979;
}

/* line 54, ../../sass/Common/home/_login.scss */
.login-popup {
  position: relative;
}
/* line 57, ../../sass/Common/home/_login.scss */
.login-popup .login-form {
  position: unset;
  top: unset;
}
/* line 61, ../../sass/Common/home/_login.scss */
.login-popup .login-form .title {
  margin-bottom: 25px;
}
/* line 66, ../../sass/Common/home/_login.scss */
.login-popup .close-button {
  position: absolute;
  right: 30px;
  top: 35px;
}

/* line 75, ../../sass/Common/home/_login.scss */
.login-page .login-form .title {
  display: none;
}

/* line 81, ../../sass/Common/home/_login.scss */
.logout-popup {
  width: 310px;
  overflow: hidden;
  padding: 35px !important;
}
/* line 86, ../../sass/Common/home/_login.scss */
.logout-popup .message {
  margin: 0;
  font-family: "Mukta Mahee", sans-serif;
  font-weight: normal;
  text-align: left;
  font-size: 16px;
}
/* line 94, ../../sass/Common/home/_login.scss */
.logout-popup .button {
  height: 40px;
  border-radius: 20px;
  width: 100%;
}

/* line 1, ../../sass/Common/home/_cropper.scss */
.image-cropper-popup {
  overflow: hidden;
  height: 500px;
  width: 100%;
  position: relative;
}

/* line 4, ../../sass/FaceMyPain/home/_home.scss */
.dialog-content .dialog-content-container .title {
  color: #163251;
}
/* line 8, ../../sass/FaceMyPain/home/_home.scss */
.dialog-content .dialog-content-container .dialog-content-left {
  background: #163251;
}
/* line 11, ../../sass/FaceMyPain/home/_home.scss */
.dialog-content .dialog-content-container .dialog-content-left .dialog-provider-name {
  color: #FFFFFF;
}

/* line 21, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .location-icon {
  color: #999999;
}
/* line 25, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .location-icon-red {
  color: #ff5959;
}
/* line 29, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .location-icon-green {
  color: green;
}
/* line 34, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .splash-image .title-content {
  position: absolute;
  left: 10%;
  top: 25%;
}
/* line 39, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .splash-image .title-content .title-first-line, .home-react .home .splash-image .title-content .title-second-line {
  margin: 0;
  width: auto;
}
/* line 44, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .splash-image .title-content .title-first-line {
  content: url("/Site/Media/FaceMyPain/SearchPage/tagLineFirst.svg");
  margin-left: 2px;
  margin-bottom: 1px;
}
/* line 50, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .splash-image .title-content .title-second-line {
  font-family: "Mukta Mahee", sans-serif;
  text-align: left;
  font-weight: lighter;
  font-size: calc(12px + 1vw);
  text-shadow: none;
}
/* line 63, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .header .left-content {
  min-width: 185px;
}
/* line 66, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .header .left-content .logo {
  margin-top: 3px;
}
/* line 72, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .header .middle-content:not(:empty) {
  min-width: 125px;
}
/* line 76, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .header .middle-content .link-back-arrow {
  font-size: 14px;
}
/* line 81, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .header .right-content {
  width: 185px;
}
/* line 86, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .search-services {
  margin-bottom: -10px;
  padding-bottom: 70px;
}
/* line 91, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .search-title {
  margin: 0 auto;
  margin-bottom: 27px;
}
/* line 96, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .treatment-types {
  padding: 0 50px 50px 50px;
  margin: auto;
}
/* line 100, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .treatment-types.inner {
  display: none;
}
/* line 104, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .treatment-types .treatment-types-grid, .home-react .home .treatment-types .treatment-types-text {
  width: 60%;
  min-width: 700px;
  margin: 0 auto;
}
/* line 110, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .treatment-types .treatment-types-grid {
  margin: 50px auto 0px;
  display: flex;
  width: 40%;
}
/* line 115, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .treatment-types .treatment-types-grid .treatment-type-description {
  text-align: left;
}
/* line 120, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .treatment-types .treatment-type-wrapper {
  display: flex;
  flex-direction: column;
}
/* line 125, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .treatment-types .treatment-type-wrapper .treatment-type {
  cursor: pointer;
  position: relative;
  text-align: left;
  padding: 20px;
  width: 160px;
  max-width: 200px;
  background-color: white;
  margin-bottom: 50px;
  border-radius: 20px;
  box-shadow: 0 0 40px #797979;
  -moz-box-shadow: 0 0 40px #797979;
  -webkit-box-shadow: 0 0 40px #797979;
  -khtml-box-shadow: 0 0 40px #797979;
  -ms-box-shadow: 0 0 40px #797979;
}
/* line 137, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .treatment-types .treatment-type-wrapper .treatment-type:hover {
  background-color: #EEF0F2;
}
/* line 141, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .treatment-types .treatment-type-wrapper .treatment-type .treatment-type-label {
  position: absolute;
  margin: 0;
  top: 15px;
  left: 0;
  font-size: 24px;
  line-height: 25px;
  font-weight: unset;
  word-spacing: 100vh;
  border-radius: 35px;
}
/* line 153, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .treatment-types .treatment-type-wrapper .treatment-type .text {
  left: 50%;
  transform: translate(-50%);
  color: #163251;
}
/* line 159, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .treatment-types .treatment-type-wrapper .treatment-type .clickable-label {
  color: #163251;
}
/* line 163, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .treatment-types .treatment-type-wrapper .treatment-type .clickable-label {
  padding: 20px 0;
}
/* line 168, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .treatment-types .treatment-type-wrapper .treatment-type-label {
  color: #163251;
  font-size: 21px;
  margin: 12px 0px 8px 0px;
}
/* line 174, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .treatment-types .treatment-type-wrapper .treatment-type-text {
  color: #163251;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.8;
}
/* line 182, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .treatment-types .image-rounded {
  border-radius: 20px;
  height: 120px;
  width: 120px;
}
/* line 188, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .treatment-types .treatment-types-title {
  margin-top: 0;
}
/* line 192, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .treatment-types .treatment-types-text {
  color: #163251;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 300;
}
/* line 200, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .treatment-types .treatment-types-text:last-of-type {
  margin-bottom: 0;
}
/* line 206, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home img.treatment {
  border-radius: 0%;
}
/* line 210, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .testimonials {
  padding: 30px 0;
  margin: 0;
  color: #373737;
  max-width: unset;
  width: 100%;
}
/* line 217, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .testimonials .testimonial-item {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9);
}
/* line 224, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .testimonials .testimonial-item img {
  width: 250px;
}
/* line 228, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .testimonials .testimonial-item p {
  margin-bottom: 0;
  padding: 0 50px;
  color: rgba(0, 0, 0, 0.9);
  font-size: 1em;
}
/* line 237, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .faq {
  text-align: center;
  color: #163251;
}
/* line 241, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .faq span {
  line-height: 1.8;
  font-weight: 300;
  font-size: 20px;
}
/* line 247, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .faq a {
  color: #163251;
  text-decoration: underline;
}
/* line 251, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .faq a:hover {
  opacity: 0.7;
  cursor: pointer;
}
/* line 258, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .footer .jsx-parser {
  padding: 80px 10%;
  display: flex;
  font-size: 20px;
  font-weight: 300;
}
/* line 264, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .footer .jsx-parser a:first-of-type {
  margin-left: 0;
}
/* line 268, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .footer .jsx-parser .footer-block {
  width: 50%;
}
/* line 271, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .footer .jsx-parser .footer-block-logo {
  cursor: pointer;
  width: 50%;
  margin: auto 0px;
}
/* line 276, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .footer .jsx-parser .footer-block-logo div {
  width: 100%;
  content: url("/Site/Media/FaceMyPain/Common/logo.svg");
}
/* line 282, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .footer .jsx-parser .footer-block div {
  margin: 20px 0px;
}
/* line 288, ../../sass/FaceMyPain/home/_home.scss */
.home-react .home .footer .jsx-parser a:hover {
  color: #FFFFFF;
}

/* line 1, ../../sass/FaceMyPain/home/_legal.scss */
.page {
  font-family: "Mukta Mahee", sans-serif !important;
}

/* line 5, ../../sass/FaceMyPain/home/_legal.scss */
.header-content {
  background: #163251;
  color: #797979;
  height: 65px;
}

/* line 10, ../../sass/FaceMyPain/home/_legal.scss */
.logo {
  background-image: url("/Site/Media/FaceMyPain/Common/logo.svg");
  margin-top: 3px;
  margin-left: 10px;
}

/* line 16, ../../sass/FaceMyPain/home/_legal.scss */
.help {
  color: rgba(255, 255, 255, 0.9);
}

/* line 19, ../../sass/FaceMyPain/home/_legal.scss */
.content {
  margin-top: 5px;
  width: 75%;
}
/* line 22, ../../sass/FaceMyPain/home/_legal.scss */
.content a {
  color: #163251;
}

/* line 26, ../../sass/FaceMyPain/home/_legal.scss */
.footer .jsx-parser {
  background: #163251;
  color: rgba(255, 255, 255, 0.9);
  padding: 80px 10%;
  font-size: 20px;
  font-weight: 300;
}
/* line 35, ../../sass/FaceMyPain/home/_legal.scss */
.footer .jsx-parser a:hover {
  color: #FFFFFF;
}

/* line 40, ../../sass/FaceMyPain/home/_legal.scss */
.left-footer-content {
  width: 40%;
}
/* line 42, ../../sass/FaceMyPain/home/_legal.scss */
.left-footer-content .footer-link {
  margin: 20px 0;
}

/* line 46, ../../sass/FaceMyPain/home/_legal.scss */
.right-footer-content {
  width: 40%;
  margin: auto 0;
}
/* line 49, ../../sass/FaceMyPain/home/_legal.scss */
.right-footer-content .footer-logo {
  width: 100%;
}

/* line 53, ../../sass/FaceMyPain/home/_legal.scss */
.legal-link {
  margin-right: 30px;
}

/* line 57, ../../sass/FaceMyPain/home/_legal.scss */
.list.menu-resources {
  padding-left: 0;
  padding-right: 15px;
}
/* line 61, ../../sass/FaceMyPain/home/_legal.scss */
.list .list-item {
  font-weight: 300;
}
/* line 63, ../../sass/FaceMyPain/home/_legal.scss */
.list .list-item.active {
  font-weight: 600;
}

/* line 68, ../../sass/FaceMyPain/home/_legal.scss */
.tooltip-block {
  position: relative;
  border-bottom: 1px dashed #163251;
  color: #163251;
  display: inline-block;
  height: 22px;
}
/* line 76, ../../sass/FaceMyPain/home/_legal.scss */
.tooltip-block:hover .tooltip {
  display: block;
}
/* line 81, ../../sass/FaceMyPain/home/_legal.scss */
.tooltip-block .tooltip {
  border: 1px solid #163251;
  width: 500px;
  right: -220px;
  top: 40px;
  background-color: white;
  position: absolute;
  font-weight: 300;
  display: none;
  padding: 15px 21px;
  color: black;
}
/* line 93, ../../sass/FaceMyPain/home/_legal.scss */
.tooltip-block .tooltip:before, .tooltip-block .tooltip:after {
  content: "";
  position: absolute;
  border-width: 0 12px 14px;
  right: calc(50% - 12px);
  display: block;
  border-style: solid;
  width: 0;
}
/* line 103, ../../sass/FaceMyPain/home/_legal.scss */
.tooltip-block .tooltip:before {
  top: -14px;
  border-color: #163251 transparent;
}
/* line 108, ../../sass/FaceMyPain/home/_legal.scss */
.tooltip-block .tooltip:after {
  top: -12px;
  border-color: white transparent;
}

/* line 115, ../../sass/FaceMyPain/home/_legal.scss */
.pain-terms-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
/* line 119, ../../sass/FaceMyPain/home/_legal.scss */
.pain-terms-list li {
  width: 33.3333%;
  margin: 5px 0;
  font-weight: 300;
}

/* line 126, ../../sass/FaceMyPain/home/_legal.scss */
.font-italic {
  font-style: italic;
}

/* line 131, ../../sass/FaceMyPain/home/_legal.scss */
.glossary-terms h3 {
  margin: 2px 0;
}

@media (min-width: 1128px) {
  /* line 138, ../../sass/FaceMyPain/home/_legal.scss */
  .body {
    width: 1080px;
  }
}
/* line 4, ../../sass/FaceMyPain/home/_provider.scss */
.home-react .home .provider-details .btn-search-nearby {
  left: unset;
  top: 0;
  color: #163251;
  text-decoration: underline;
  background: transparent;
  border: none;
}
/* line 14, ../../sass/FaceMyPain/home/_provider.scss */
.home-react .home .provider-details .provider-details-top .provider-details-top-info {
  background-color: #f3f3f3;
}
/* line 18, ../../sass/FaceMyPain/home/_provider.scss */
.home-react .home .provider-details .provider-details-top .provider-details-top-info .distance span {
  font-size: inherit;
}
/* line 24, ../../sass/FaceMyPain/home/_provider.scss */
.home-react .home .provider-details .provider-details-top .provider-details-top-data {
  margin-top: 35px;
}
/* line 30, ../../sass/FaceMyPain/home/_provider.scss */
.home-react .home .provider-details .info-container .info-container-data {
  flex-direction: row;
  justify-content: space-between;
}
/* line 34, ../../sass/FaceMyPain/home/_provider.scss */
.home-react .home .provider-details .info-container .info-container-data .button-block {
  position: absolute;
  right: 41%;
  top: 44%;
}
/* line 40, ../../sass/FaceMyPain/home/_provider.scss */
.home-react .home .provider-details .info-container .info-container-data .button-block.sticky {
  position: fixed;
  z-index: 1500;
  top: 17px;
  right: unset;
  margin-left: unset;
}
/* line 49, ../../sass/FaceMyPain/home/_provider.scss */
.home-react .home .provider-details .info-container .treatment-content {
  display: flex;
  align-items: baseline;
}
/* line 53, ../../sass/FaceMyPain/home/_provider.scss */
.home-react .home .provider-details .info-container .treatment-content img {
  width: 70px;
  height: 70px;
}
/* line 61, ../../sass/FaceMyPain/home/_provider.scss */
.home-react .home .provider-details .license-block .fields .extend-date {
  color: #ff5959;
}

/* line 72, ../../sass/FaceMyPain/home/_provider.scss */
.tooltip.place-top:before {
  border-top: 8px solid #ff5959;
}
/* line 78, ../../sass/FaceMyPain/home/_provider.scss */
.tooltip.place-bottom:before {
  border-bottom: 8px solid #ff5959;
}
/* line 81, ../../sass/FaceMyPain/home/_provider.scss */
.tooltip.place-bottom:after {
  top: -5.8px !important;
}
/* line 87, ../../sass/FaceMyPain/home/_provider.scss */
.tooltip.place-right:before {
  border-right: 8px solid #ff5959;
}
/* line 93, ../../sass/FaceMyPain/home/_provider.scss */
.tooltip.place-left:before {
  border-left: 8px solid #ff5959;
}

/* line 2, ../../sass/FaceMyPain/home/_search.scss */
.search-component-wrapper .search-component {
  width: 100%;
}
/* line 5, ../../sass/FaceMyPain/home/_search.scss */
.search-component-wrapper .search-component .input-wrapper {
  border: none;
}
/* line 8, ../../sass/FaceMyPain/home/_search.scss */
.search-component-wrapper .search-component .input-wrapper input {
  font-weight: 500;
  font-size: 26px;
}
/* line 14, ../../sass/FaceMyPain/home/_search.scss */
.search-component-wrapper .search-component .input-wrapper.search-page-input input {
  font-size: 20px;
}
/* line 21, ../../sass/FaceMyPain/home/_search.scss */
.search-component-wrapper .search-component .btn-search.search-page-btn {
  width: 100%;
}

/* line 30, ../../sass/FaceMyPain/home/_search.scss */
.header .middle-content .btn-search-nearby {
  color: white;
  font-weight: 300;
  font-size: 16px;
  top: 13px;
}
/* line 39, ../../sass/FaceMyPain/home/_search.scss */
.header .middle-content-filters .extended-search .wrapper-content {
  scroll-margin-right: 10px;
}
/* line 42, ../../sass/FaceMyPain/home/_search.scss */
.header .middle-content-filters .extended-search .wrapper-content::-webkit-scrollbar-track {
  margin: 13px;
  scroll-margin-right: 10px;
}
/* line 51, ../../sass/FaceMyPain/home/_search.scss */
.header .middle-content-filters .extended-search .search-bar .filters .filter-text .colon {
  margin-left: 2px;
}
/* line 57, ../../sass/FaceMyPain/home/_search.scss */
.header .middle-content-filters .extended-search .search-bar .search-component {
  width: 323px;
}
/* line 62, ../../sass/FaceMyPain/home/_search.scss */
.header .middle-content-filters .extended-search .search-bar .search-component .input-wrapper input {
  padding-left: 20px;
}
/* line 71, ../../sass/FaceMyPain/home/_search.scss */
.header .middle-content-filters .extended-search .all-filters .inverted-round-wrapper .space-2 {
  width: 315px;
}

/* line 82, ../../sass/FaceMyPain/home/_search.scss */
.search-result .provider-logo, .provider-details .provider-logo, .dialog-content .provider-logo {
  border: none;
  border-radius: unset;
  background-color: inherit;
}
/* line 87, ../../sass/FaceMyPain/home/_search.scss */
.search-result .provider-logo img, .search-result .provider-logo .default, .provider-details .provider-logo img, .provider-details .provider-logo .default, .dialog-content .provider-logo img, .dialog-content .provider-logo .default {
  height: 150px;
  border-radius: 30px;
}

/* line 99, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .provider-details-top .info-container .distance .icon-info {
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
/* line 105, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .provider-details-top .info-container .distance.inner {
  display: none;
}
/* line 110, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .provider-details-top .info-container .distance-and-hours {
  padding-top: 15px;
}
/* line 114, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .provider-details-top .info-container .address, .home-react .home .provider-details-top .info-container .city {
  display: block;
  margin-bottom: 2px;
  color: rgba(0, 0, 0, 0.9);
}
/* line 120, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .provider-details-top .info-container .delimiter {
  display: none;
}
/* line 125, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .provider-details-top .logo-container {
  position: relative;
  align-self: flex-start;
}
/* line 131, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .no-premium {
  border: none;
}
/* line 135, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .search-results {
  background-color: #f4f3f1;
  min-width: 900px;
  min-height: calc(100% - 382px);
}
/* line 142, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .search-results .search-result .content-details {
  position: relative;
}
/* line 145, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .search-results .search-result .content-details .btn-contact {
  position: absolute;
  left: 46%;
  top: calc(50% - 15px);
  font-size: 16px;
}
/* line 153, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .search-results .search-result.premium {
  margin-bottom: 25px;
  box-shadow: -7px 7px 7px #a8a8a8;
  -moz-box-shadow: -7px 7px 7px #a8a8a8;
  -webkit-box-shadow: -7px 7px 7px #a8a8a8;
  -khtml-box-shadow: -7px 7px 7px #a8a8a8;
  -ms-box-shadow: -7px 7px 7px #a8a8a8;
}
/* line 158, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .search-results .search-result .search-result-right {
  position: absolute;
  top: calc(50% - 35px);
  right: 0;
}
/* line 163, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .search-results .search-result .search-result-right .treatment {
  width: 70px;
  height: 70px;
}
/* line 168, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .search-results .search-result .search-result-right .extra-treatments {
  width: 68px;
  height: 68px;
  font-size: 32px;
  border-radius: 20px;
  line-height: 68px;
}
/* line 177, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .search-results .search-result .search-result-middle {
  padding-top: 0;
  color: #163251;
  position: relative;
  margin-right: 15px;
  width: 40%;
}
/* line 185, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .search-results .search-result .search-result-middle .distance .icon-info {
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
/* line 191, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .search-results .search-result .search-result-middle .distance.inner {
  display: none;
}
/* line 196, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .search-results .search-result .search-result-middle .distance-and-hours {
  padding-top: 15px;
}
/* line 200, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .search-results .search-result .search-result-middle .address, .home-react .home .search-results .search-result .search-result-middle .city {
  display: block;
  margin-bottom: 2px;
  color: #163251;
}
/* line 206, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .search-results .search-result .search-result-middle .address {
  display: none;
}
/* line 210, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .search-results .search-result .search-result-middle .delimiter {
  display: none;
}
/* line 217, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .btn-contact {
  border: none;
  color: white;
  background-color: #999999;
  padding: 8px 18px 6px;
  font-size: 16px;
}
/* line 224, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .btn-contact:hover {
  opacity: 0.8;
  background-color: #999999;
}
/* line 230, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .provider-details {
  min-height: calc(100% - 412px);
}
/* line 233, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .provider-details .checkList {
  border: 1px solid #e1e1e1;
  margin: 20px 0;
}
/* line 237, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .provider-details .checkList:last-of-type {
  margin-bottom: 0;
}
/* line 241, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .provider-details .checkList .checkList-name {
  font-weight: 600;
  text-transform: uppercase;
}
/* line 248, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .provider-details .checkList .item:last-of-type .separator {
  display: none;
}
/* line 253, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .provider-details .checkList .item .checkList-name {
  margin-right: 5px;
  font-weight: unset;
  text-transform: unset;
}
/* line 260, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .provider-details .checkList.PracticeCategory {
  padding: 10px 7%;
  text-align: center;
}
/* line 264, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .provider-details .checkList.PracticeCategory .checkList-name {
  display: none;
}
/* line 270, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .provider-details .checkList.PracticeCategory .item.Diplomate .checkList-name, .home-react .home .provider-details .checkList.PracticeCategory .item.Fellow .checkList-name {
  display: inline-block;
}
/* line 276, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .provider-details .checkList.PracticeCategory .separator {
  height: 5px;
  width: 5px;
  background-color: black;
  border-radius: 50%;
  display: inline-block;
  margin: 2px 10px;
}
/* line 286, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .provider-details .checkList.Service, .home-react .home .provider-details .checkList.MedicalCondition {
  padding: 10px 40px;
}
/* line 289, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .provider-details .checkList.Service .separator:after, .home-react .home .provider-details .checkList.MedicalCondition .separator:after {
  content: ", ";
}
/* line 294, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .provider-details .checkList.Service .item .checkList-name, .home-react .home .provider-details .checkList.MedicalCondition .item .checkList-name {
  display: none;
}
/* line 304, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .provider-details-middle .item .item-content .title4 {
  margin-top: 20px;
  color: unset;
  font-weight: 600;
  word-break: break-word;
}
/* line 310, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .provider-details-middle .item .item-content .title4.input {
  font-weight: 900;
  padding-bottom: 0;
}
/* line 316, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .provider-details-middle .item .item-content .edit-image {
  width: 100%;
  border-radius: 5px;
  display: block;
  margin: 10px auto 15px;
}
/* line 330, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .provider-details .provider-name, .home-react .home .provider-details .provider-name input, .home-react .home .search-result .provider-name, .home-react .home .search-result .provider-name input {
  color: inherit;
  font-family: inherit;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 4px;
}
/* line 339, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .provider-details p, .home-react .home .search-result p {
  margin-bottom: 2px;
  word-break: break-word;
}
/* line 345, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .no-results-block {
  min-height: calc(100% - 432px);
}
/* line 348, ../../sass/FaceMyPain/home/_search.scss */
.home-react .home .no-results-block .no-results-image {
  padding-left: 35px;
}

@media (pointer: coarse) {
  /* line 6, ../../sass/FaceMyPain/home/_media.scss */
  .search-component-wrapper .search-component .input-wrapper.search-page-input input {
    padding-top: 8px;
  }
}
@media (max-width: 1440px) {
  /* line 20, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .splash-image .title-content {
    top: 20%;
  }
}
@media (max-width: 1400px) {
  /* line 32, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .search-results {
    min-width: unset;
  }
  /* line 36, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .search-result, .home-react .home .search-results-text {
    width: auto;
    min-width: unset;
  }
}
@media (max-width: 1160px) {
  /* line 47, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .footer .jsx-parser a {
    margin-left: 5%;
  }
  /* line 52, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .search-result, .home-react .home .search-results-text {
    margin-right: 2%;
    margin-left: 2%;
  }
}
@media (max-width: 1100px) {
  /* line 64, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .header .help-icon, .home-react .home .header-basic .help-icon {
    font-size: 20px;
  }
  /* line 68, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .header .help-label, .home-react .home .header-basic .help-label {
    display: none;
  }
}
@media (min-width: 1081px) {
  /* line 83, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .header.header-resources .middle-content .header-wrapper .btn-search-nearby-wrapper {
    width: 1024px;
    margin: auto;
  }
  /* line 92, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .page.resources .body {
    width: 1024px;
  }
}
@media (max-width: 1080px) {
  /* line 104, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .page.resources .body {
    padding-left: 24px;
    padding-right: 24px;
    width: auto;
    margin: 15px auto;
  }
  /* line 113, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .splash-image .title-content {
    left: 13%;
    top: 28%;
  }
  /* line 117, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .splash-image .title-content .title-first-line {
    width: 55%;
  }
  /* line 121, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .splash-image .title-content .title-second-line {
    width: auto;
  }
  /* line 129, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .header.header-provider .left-content {
    display: inherit;
  }
  /* line 135, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .header.header-resources .left-content {
    display: inherit;
  }
  /* line 140, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .header.header-resources .middle-content .btn-search-nearby {
    margin-left: 12px;
  }
  /* line 145, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .header.header-resources .right-content {
    display: inherit;
  }
  /* line 150, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .header .left-content {
    display: none;
  }
  /* line 154, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .header .middle-content {
    width: 100%;
  }
  /* line 158, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .header .right-content {
    width: unset;
  }
  /* line 160, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .header .right-content .help-button {
    display: none;
  }
  /* line 166, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .header.header-basic .left-content {
    display: inherit;
  }
  /* line 170, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .header.header-basic .middle-content {
    width: inherit;
  }
  /* line 174, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .header.header-basic .right-content {
    display: inherit;
  }
  /* line 180, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .footer .jsx-parser {
    padding: 60px 7%;
  }
}
@media (min-width: 851px) {
  /* line 188, ../../sass/FaceMyPain/home/_media.scss */
  .header-wrapper {
    position: absolute;
    width: 100%;
    left: 0px;
  }
}
@media (max-width: 850px) {
  /* line 199, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .page.resources .body {
    display: flex;
    flex-wrap: wrap;
    padding-left: 24px;
    padding-right: 24px;
    width: auto;
    margin: 15px auto;
  }
  /* line 207, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .page.resources .body .list {
    width: auto;
    position: inherit;
    float: none;
    padding: 0 10px;
  }
  /* line 214, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .page.resources .body .content {
    width: auto;
  }
  /* line 221, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .search-results .search-result {
    padding: 20px;
    position: relative;
  }
  /* line 225, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .search-results .search-result .content-details {
    height: auto;
  }
  /* line 229, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .search-results .search-result .search-result-middle {
    height: auto;
    padding-top: 0;
    flex-direction: column;
  }
  /* line 235, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .search-results .search-result .search-result-left {
    min-width: unset;
  }
  /* line 240, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .search-results .search-results-text {
    padding-top: 20px;
  }
  /* line 245, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .footer .jsx-parser {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* line 249, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .footer .jsx-parser a {
    display: block;
    margin: 20px 0 0;
  }
  /* line 253, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .footer .jsx-parser a:first-of-type {
    margin-top: 0;
  }
}
@media (max-width: 820px) and (max-height: 420px) {
  /* line 266, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .splash-image .title-content {
    left: 10%;
  }
  /* line 270, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .splash-image .title-content h2.title-first-line {
    width: 50%;
  }
  /* line 274, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .splash-image .title-content h2.title-second-line {
    width: auto;
  }
}
@media (max-width: 790px) {
  /* line 293, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .header .middle-content .middle-content-filters .extended-search .search-bar .sort-order {
    display: none;
  }
  /* line 303, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .treatment-types .treatment-type-wrapper {
    display: block;
    padding: 0 15px 0 15px;
  }
  /* line 307, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .treatment-types .treatment-type-wrapper .treatment-type {
    margin: 0 auto 20px;
  }
  /* line 311, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .treatment-types .treatment-type-wrapper .treatment-type-description {
    margin-bottom: 50px;
    text-align: center;
  }
}
@media (max-width: 750px) {
  /* line 325, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .header .right-content {
    display: none;
  }
  /* line 331, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .provider-details.editable {
    width: 98%;
    margin-right: auto;
  }
  /* line 335, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .provider-details.editable .button-block {
    display: block;
  }
  /* line 341, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .provider-details .secondary-info .license-block {
    display: none;
  }
  /* line 345, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .provider-details .secondary-info .treatment-content {
    padding-top: 8px;
  }
  /* line 350, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .provider-details .icons {
    display: none;
  }
}
@media (max-width: 740px) {
  /* line 365, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .page.resources .body .content .pain-terms-list li {
    width: 50%;
  }
  /* line 376, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .search-results .search-result .search-result-right .treatment, .home-react .home .search-results .search-result .search-result-right .extra-treatments {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
  }
  /* line 382, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .search-results .search-result .search-result-right .extra-treatments {
    font-size: 24px;
    line-height: 50px;
  }
  /* line 389, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .search-results .search-result .search-result-left .btn-contact {
    padding: 7px 12px;
  }
  /* line 398, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .provider-details .logo-container .btn-contact {
    font-size: 14px;
  }
  /* line 405, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .provider-details .info-container .treatment-content img {
    width: 50px;
    height: 50px;
  }
  /* line 413, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .splash-image {
    height: 68%;
  }
  /* line 416, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .splash-image .title-content {
    left: 8%;
    top: 36%;
  }
  /* line 419, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .splash-image .title-content .title-first-line {
    width: 45%;
  }
  /* line 422, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .splash-image .title-content .title-second-line {
    width: auto;
  }
  /* line 429, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .treatment-types .treatment-types-text, .home-react .home .treatment-types .treatment-types-grid {
    width: auto;
    margin: 30px auto;
    min-width: unset;
  }
  /* line 435, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .treatment-types .treatment-types-text {
    margin: 10px auto;
  }
}
@media (max-width: 720px) {
  /* line 445, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .search-results-text {
    width: 92%;
  }
  /* line 450, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .search-results .search-result {
    padding-bottom: 13px;
  }
  /* line 453, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .search-results .search-result .search-results-container {
    display: grid;
  }
  /* line 457, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .search-results .search-result .content-details {
    width: 100%;
  }
  /* line 460, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .search-results .search-result .content-details .provider-name {
    font-size: 20px;
  }
  /* line 464, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .search-results .search-result .content-details p, .home-react .home .search-results .search-result .content-details span, .home-react .home .search-results .search-result .content-details div {
    font-size: 13px;
  }
  /* line 469, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .search-results .search-result .search-result-left {
    margin: unset;
  }
  /* line 474, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .search-results .search-result .search-result-middle p.distance.outer {
    padding-top: 0;
  }
  /* line 479, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .search-results .search-result .provider-logo {
    width: calc(100% - 0.5em);
    padding-top: calc(100% - 0.5em);
    height: 0;
  }
  /* line 484, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .search-results .search-result .provider-logo img, .home-react .home .search-results .search-result .provider-logo .default {
    height: 100%;
    width: 100%;
    left: unset;
    right: 0px;
    font-size: 90px;
  }
  /* line 493, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .search-results .search-result .testimonial {
    flex-wrap: wrap;
    transform: scale(0.9, 0.9);
    margin-left: -20px;
    margin-top: 12px;
  }
  /* line 499, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .search-results .search-result .testimonial .testimonial-second {
    justify-content: flex-start;
    margin-top: 10px;
  }
  /* line 503, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .search-results .search-result .testimonial .testimonial-second .testimonial-right {
    order: 2;
    padding-left: 10px;
    text-align: left;
  }
  /* line 515, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .provider-details .info-container h1 {
    font-size: 20px;
  }
  /* line 520, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .provider-details .info-container .info-container-data .button-block {
    right: 0px;
  }
  /* line 524, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .provider-details .info-container .info-container-data p.distance.outer {
    padding-top: 0;
  }

  /* line 533, ../../sass/FaceMyPain/home/_media.scss */
  .logo-container {
    margin-right: 15px;
  }
  /* line 536, ../../sass/FaceMyPain/home/_media.scss */
  .logo-container .provider-logo {
    border-radius: 30px;
  }
  /* line 539, ../../sass/FaceMyPain/home/_media.scss */
  .logo-container .provider-logo img, .logo-container .provider-logo .default {
    width: calc(100% - 7px);
    height: 100%;
    font-size: 90px;
  }
}
@media (max-width: 670px) {
  /* line 550, ../../sass/FaceMyPain/home/_media.scss */
  .logo-container {
    margin-right: 0;
  }

  /* line 556, ../../sass/FaceMyPain/home/_media.scss */
  .dialog-content .provider-logo img {
    height: auto;
  }
}
@media (max-width: 640px) {
  /* line 571, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .header .middle-content .middle-content-filters .extended-search .search-bar .filters {
    max-width: calc(100vw - 375px);
    justify-content: center;
    padding-left: 12px;
  }
  /* line 576, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .header .middle-content .middle-content-filters .extended-search .search-bar .filters .chips, .home-react .home .header .middle-content .middle-content-filters .extended-search .search-bar .filters .colon, .home-react .home .header .middle-content .middle-content-filters .extended-search .search-bar .filters .show-filters {
    display: none;
  }
}
@media (max-width: 600px) {
  /* line 592, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .search-services {
    padding-bottom: 50px;
    width: unset;
    background-color: white;
    background-image: none;
  }
  /* line 598, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .search-services h1 {
    margin-top: 0;
  }
  /* line 605, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .search-results .search-result .search-result-middle {
    width: 100%;
  }
  /* line 609, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .search-results .search-result .search-result-right {
    position: unset;
  }
  /* line 616, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .treatment-types .treatment-types-text {
    line-height: 1.6;
  }
  /* line 621, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .treatment-types .treatment-type-wrapper .treatment-type-text {
    line-height: 1.6;
  }
  /* line 628, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .faq span {
    line-height: 1.6;
  }
  /* line 635, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .provider-details .checkList.PracticeCategory {
    padding: 10px;
  }
  /* line 639, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .provider-details .checkList.Service, .home-react .home .provider-details .checkList.MedicalCondition {
    padding: 10px 20px;
  }
  /* line 645, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .footer .jsx-parser {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 649, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .footer .jsx-parser .footer-block {
    width: 100%;
  }
  /* line 653, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .footer .jsx-parser .footer-block-logo {
    display: none;
  }
}
@media (max-width: 580px) {
  /* line 667, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .header.header-provider .middle-content .btn-search-nearby, .home-react .home .header.header-provider .middle-content .link-back {
    margin-left: 18px;
  }
  /* line 678, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .page.resources .body .content .pain-terms-list li {
    width: 100%;
  }
  /* line 687, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .splash-image .title-content {
    left: 5%;
    top: 30%;
  }
  /* line 691, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .splash-image .title-content .title-first-line {
    width: 50%;
  }
  /* line 695, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .splash-image .title-content .title-second-line {
    width: auto;
  }
  /* line 704, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .provider-details .info-container .info-container-data .button-block {
    margin-left: -110px;
    top: 80%;
    right: unset;
  }
  /* line 712, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .provider-details .provider-details-top {
    position: relative;
  }
}
@media (max-width: 500px) {
  /* line 724, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .treatment-types .treatment-types-grid {
    width: 100vw;
    margin-left: -20px;
    justify-content: space-around;
    flex-direction: column;
  }
  /* line 733, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .treatment-types .treatment-types-grid .treatment-type .treatment-type-label {
    word-spacing: unset;
    font-size: 22px;
    top: 20px;
    right: 0;
  }
  /* line 740, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .treatment-types .treatment-types-grid .treatment-type .clickable-label {
    padding: 15px 0 0;
  }
}
@media (max-width: 460px) {
  /* line 755, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .splash-image .title-content .title-second-line {
    width: auto;
  }
  /* line 763, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .header.header-provider .left-content, .home-react .home .header.header-resources .left-content {
    min-width: unset;
    margin-top: 15px;
  }
  /* line 767, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .header.header-provider .left-content #logo, .home-react .home .header.header-resources .left-content #logo {
    background-image: url("/Site/Media/FaceMyPain/Common/logoSmall.svg");
    width: 33px;
    height: 33px;
  }
  /* line 775, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .header.header-provider .middle-content .btn-search-nearby, .home-react .home .header.header-resources .middle-content .btn-search-nearby {
    padding-left: 0;
    margin-left: 18px;
  }
  /* line 785, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .provider-details .checkList.Service, .home-react .home .provider-details .checkList.MedicalCondition {
    padding: 10px 20px;
  }
}
@media (max-width: 450px) {
  /* line 800, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .search-services .search-component-wrapper .search-component .tooltip {
    left: 5px !important;
  }
}
@media (max-width: 430px) {
  /* line 819, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .header .middle-content .middle-content-filters .extended-search .all-filters .inverted-round-wrapper .space-2 {
    width: calc(100% - 60px);
  }
  /* line 826, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .header .middle-content .middle-content-filters .extended-search .search-bar .filters {
    max-width: 40px;
    padding: 0;
    position: relative;
  }
  /* line 831, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .header .middle-content .middle-content-filters .extended-search .search-bar .filters span {
    display: none;
  }
  /* line 835, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .header .middle-content .middle-content-filters .extended-search .search-bar .filters .fa-filter {
    display: block;
    position: absolute;
    top: 11px;
    left: 12px;
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  /* line 861, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .treatment-types .treatment-types-grid .treatment-type .treatment-type-label {
    top: -40px;
    font-size: 20px;
  }
  /* line 866, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .treatment-types .treatment-types-grid .treatment-type div {
    transform: scale(0.9, 0.9);
  }
  /* line 873, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .header .middle-content-filters .extended-search .search-bar .search-component-wrapper .search-component {
    width: calc(100vw - 70px);
  }
  /* line 876, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .header .middle-content-filters .extended-search .search-bar .search-component-wrapper .search-component .input-wrapper {
    width: 153px;
  }
  /* line 880, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .header .middle-content-filters .extended-search .search-bar .search-component-wrapper .search-component .btn-search {
    width: calc(100% - 153px);
  }
  /* line 883, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .header .middle-content-filters .extended-search .search-bar .search-component-wrapper .search-component .btn-search .text {
    display: none;
  }
  /* line 887, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .header .middle-content-filters .extended-search .search-bar .search-component-wrapper .search-component .btn-search .icon-search {
    display: block;
    margin-right: 8px;
  }
  /* line 899, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .header .middle-content .middle-content-filters .extended-search .search-bar .filters {
    width: unset;
  }
}
@media (max-width: 380px) {
  /* line 914, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .search-services {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 350px) {
  /* line 929, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .search-services .search-component-wrapper .search-component .input-wrapper input {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 940, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .treatment-types .treatment-types-grid .treatment-type {
    transform: scale(0.95, 0.95);
  }
}
@media (max-width: 320px) {
  /* line 955, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .provider-details .logo-container .provider-logo .default {
    width: calc(100% - 40px);
  }
  /* line 965, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .search-services .search-component-wrapper .search-component button {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 971, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .search-services .search-component-wrapper .search-component .input-wrapper input {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-height: 500px) {
  /* line 987, ../../sass/FaceMyPain/home/_media.scss */
  .home-react .home .splash-image .title-content {
    top: 24%;
  }
}
/* line 2, ../../sass/FaceMyPain/home/_login.scss */
.login-page .login-header, .login-popup .login-header {
  background-color: #163251;
}
/* line 7, ../../sass/FaceMyPain/home/_login.scss */
.login-page .login-form button, .login-popup .login-form button {
  text-transform: uppercase;
}

/* line 13, ../../sass/FaceMyPain/home/_login.scss */
.login-popup {
  height: 100%;
}
