@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400);
/* 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: Montserrat;
  line-height: 1.5;
}

/* line 14, ../../sass/Common/sass-mixins/_text.scss */
.title2 {
  font-size: 30px;
  color: #484848;
  font-family: Montserrat;
  line-height: 1.5;
}

/* line 18, ../../sass/Common/sass-mixins/_text.scss */
.title3 {
  font-size: 18px;
  color: #484848;
  font-family: Montserrat;
  line-height: 1.5;
}

/* line 22, ../../sass/Common/sass-mixins/_text.scss */
.title4 {
  font-size: 16px;
  color: #484848;
  font-family: Montserrat;
  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: Montserrat;
  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: #c3c6c9;
}

/* 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.1);
}

/* 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: Montserrat;
  line-height: 1.5;
}

/* line 10, ../../sass/Common/home/_home.scss */
input {
  font-size: 16px;
  color: #484848;
  font-family: Montserrat;
  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: 720px;
  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 .title {
  font-size: 18px;
  text-align: left;
}
/* line 68, ../../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 74, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container .dialog-content-right .form {
  margin-bottom: 0;
}
/* line 78, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container .dialog-content-right .close-button {
  padding: 0;
  left: 5px;
}
/* line 83, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container .dialog-content-right .flex-1 {
  margin-top: 30px;
}
/* line 87, ../../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 93, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container .dialog-content-right .email-field input {
  padding-bottom: 4px;
}
/* line 98, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container .dialog-content-right .phone-field {
  margin-top: 25px;
  padding-bottom: 20px;
}
/* line 102, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container .dialog-content-right .phone-field .country-input {
  margin-bottom: 1px;
}
/* line 107, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container .dialog-content-right .btn-rounded {
  margin-top: 50px;
  font-size: 16px;
}
/* line 114, ../../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 123, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container .dialog-content-left .popup-close-button {
  display: none;
}
/* line 127, ../../sass/Common/home/_home.scss */
.dialog-content .dialog-content-container .dialog-content-left .dialog-organization-name {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
}
/* line 135, ../../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 141, ../../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 148, ../../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 154, ../../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 160, ../../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 164, ../../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 164, ../../sass/Common/home/_home.scss */
  .dialog-content .dialog-content-container .dialog-content-left .selected-component::before {
    border: 0;
  }
}

/* line 183, ../../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 184, ../../sass/Common/home/_home.scss */
.btn-rounded:disabled {
  background: #fff !important;
  border: 1px solid #ccc !important;
  color: #ccc !important;
}

/* line 199, ../../sass/Common/home/_home.scss */
.btn-red {
  color: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid #EB5757 !important;
  background: #EB5757 !important;
  font-weight: 500;
}
/* line 205, ../../sass/Common/home/_home.scss */
.btn-red:hover {
  opacity: 0.9;
}

/* line 211, ../../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 220, ../../sass/Common/home/_home.scss */
.home-react .home h1 {
  color: #3E9FA1;
  text-align: center;
  font-weight: bold;
}
/* line 227, ../../sass/Common/home/_home.scss */
.home-react .home .button-block.sticky {
  position: fixed;
  z-index: 1500;
  top: 18px;
}
/* line 232, ../../sass/Common/home/_home.scss */
.home-react .home .button-block.sticky .btn-contact {
  background-color: #ff5959;
  color: white;
}
/* line 239, ../../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 246, ../../sass/Common/home/_home.scss */
.home-react .home .btn-contact:hover {
  background-color: rgba(255, 89, 89, 0.1);
}
/* line 251, ../../sass/Common/home/_home.scss */
.home-react .home .header {
  position: absolute;
}
/* line 254, ../../sass/Common/home/_home.scss */
.home-react .home .header .toolbar {
  background: #3E9FA1;
  color: white;
  align-items: flex-start;
  padding: 0 10px;
  min-height: 65px;
}
/* line 262, ../../sass/Common/home/_home.scss */
.home-react .home .header .title {
  display: inline-flex;
}
/* line 266, ../../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 270, ../../sass/Common/home/_home.scss */
.home-react .home .header .left-content {
  display: flex;
  align-items: center;
}
/* line 274, ../../sass/Common/home/_home.scss */
.home-react .home .header .left-content .logo {
  padding: 0;
  margin-left: 10px;
  cursor: pointer;
}
/* line 280, ../../sass/Common/home/_home.scss */
.home-react .home .header .left-content #logo {
  background-image: url("/Site/Media/ToothService/Common/logoWhite.svg");
  width: 100%;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 290, ../../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: normal;
}
/* line 296, ../../sass/Common/home/_home.scss */
.home-react .home .header .middle-content .link-back:hover {
  cursor: pointer;
  color: #f4f4f4;
}
/* line 301, ../../sass/Common/home/_home.scss */
.home-react .home .header .middle-content .link-back .link-back-arrow {
  margin-right: 5px;
}
/* line 306, ../../sass/Common/home/_home.scss */
.home-react .home .header .middle-content-filters {
  display: flex;
}
/* line 311, ../../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 318, ../../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 325, ../../sass/Common/home/_home.scss */
.home-react .home .header .right-content button:last-of-type {
  margin-right: 0;
}
/* line 329, ../../sass/Common/home/_home.scss */
.home-react .home .header .right-content button:hover {
  color: white;
  background-color: transparent;
}
/* line 334, ../../sass/Common/home/_home.scss */
.home-react .home .header .right-content button svg {
  font-size: 1rem;
  margin-right: 3px;
}
/* line 340, ../../sass/Common/home/_home.scss */
.home-react .home .header .right-content .user-photo {
  height: 42px;
  width: 42px;
  margin: 0 10px;
  cursor: pointer;
}
/* line 346, ../../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 357, ../../sass/Common/home/_home.scss */
.home-react .home .header .right-content .user-photo .initials {
  font-size: 23px;
}
/* line 361, ../../sass/Common/home/_home.scss */
.home-react .home .header .right-content .user-photo .default {
  font-size: 30px;
}
/* line 366, ../../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 375, ../../sass/Common/home/_home.scss */
.home-react .home .header .right-content .menu-items.opened {
  display: block;
}
/* line 379, ../../sass/Common/home/_home.scss */
.home-react .home .header .right-content .menu-items:before {
  top: -9px;
  right: 8px;
}
/* line 385, ../../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 392, ../../sass/Common/home/_home.scss */
.home-react .home .header .right-content .menu-items .menu-item .fa.fa-users {
  font-size: 16px;
  top: 0;
}
/* line 398, ../../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 411, ../../sass/Common/home/_home.scss */
.home-react .home .header-basic .toolbar {
  background-color: #FFFFFF;
  color: #797979;
}
/* line 417, ../../sass/Common/home/_home.scss */
.home-react .home .header-basic .left-content #logo {
  background-image: url("/Site/Media/ToothService/Common/logo.svg");
  width: 100%;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 427, ../../sass/Common/home/_home.scss */
.home-react .home .header-basic .right-content button {
  color: #797979;
}
/* line 430, ../../sass/Common/home/_home.scss */
.home-react .home .header-basic .right-content button:hover {
  color: #3E9FA1;
}
/* line 436, ../../sass/Common/home/_home.scss */
.home-react .home .header-basic .right-content .user-photo .initials {
  color: #3E9FA1;
  border-color: #3E9FA1;
}
/* line 444, ../../sass/Common/home/_home.scss */
.home-react .home .splash-image {
  background-image: url("/Site/Media/ToothService/SearchPage/background.jpeg");
  display: flex;
  width: 100%;
  height: 75vh;
  min-height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  justify-content: center;
  align-items: center;
}
/* line 457, ../../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 469, ../../sass/Common/home/_home.scss */
.home-react .home .treatment-types .treatment-type-label {
  color: #373737;
  font-weight: normal;
}
/* line 475, ../../sass/Common/home/_home.scss */
.home-react .home .treatment-types-grid {
  justify-content: space-around;
}
/* line 479, ../../sass/Common/home/_home.scss */
.home-react .home .treatment-types-grid .treatment-type-description {
  text-align: center;
}
/* line 486, ../../sass/Common/home/_home.scss */
.home-react .home .search-services, .home-react .home .organization-details, .home-react .home .search-result, .home-react .home .search-results-text {
  width: 70%;
  max-width: 1100px;
  margin: 0 auto;
}
/* line 492, ../../sass/Common/home/_home.scss */
.home-react .home .search-services {
  margin: -120px auto 10px;
  padding: 50px;
  background-image: url("/Site/Media/ToothService/SearchPage/searchBackground.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
/* line 499, ../../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 506, ../../sass/Common/home/_home.scss */
.home-react .home .search-services .treatment-type-wrapper {
  min-width: 20%;
}
/* line 510, ../../sass/Common/home/_home.scss */
.home-react .home .search-services .treatment-type {
  text-align: center;
  max-width: none !important;
}
/* line 514, ../../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 521, ../../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 525, ../../sass/Common/home/_home.scss */
.home-react .home .search-services .treatment-type:hover {
  cursor: pointer;
}
/* line 531, ../../sass/Common/home/_home.scss */
.home-react .home .search-results {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
/* line 536, ../../sass/Common/home/_home.scss */
.home-react .home .search-results .link {
  text-decoration: none;
}
/* line 539, ../../sass/Common/home/_home.scss */
.home-react .home .search-results .link:hover {
  text-decoration: underline;
  opacity: 1;
}
/* line 545, ../../sass/Common/home/_home.scss */
.home-react .home .search-results.react-virtualized {
  min-height: calc(100vh - 65px);
}
/* line 549, ../../sass/Common/home/_home.scss */
.home-react .home .search-results .search-results-text {
  padding-top: 40px;
  font-size: 1.1em;
}
/* line 553, ../../sass/Common/home/_home.scss */
.home-react .home .search-results .search-results-text .count {
  font-size: 1.2em;
  padding-left: 5px;
  color: #3E9FA1;
}
/* line 560, ../../sass/Common/home/_home.scss */
.home-react .home .search-results .search-result-right {
  display: flex;
  flex-wrap: wrap;
}
/* line 566, ../../sass/Common/home/_home.scss */
.home-react .home .search-results .regular .organization-name {
  margin-bottom: 15px;
}
/* line 571, ../../sass/Common/home/_home.scss */
.home-react .home .search-results .regular .content-details-middle .search-result-middle {
  margin-bottom: 0;
}
/* line 575, ../../sass/Common/home/_home.scss */
.home-react .home .search-results .regular .content-details-middle .search-result-right {
  margin-bottom: 0;
}
/* line 578, ../../sass/Common/home/_home.scss */
.home-react .home .search-results .regular .content-details-middle .search-result-right .treatment {
  margin-bottom: 0;
}
/* line 586, ../../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 593, ../../sass/Common/home/_home.scss */
.home-react .home .no-results-block .text-center {
  color: c4c4c4;
}
/* line 596, ../../sass/Common/home/_home.scss */
.home-react .home .no-results-block .text-center.firstPart {
  font-size: 30px;
  margin-bottom: 5px;
}
/* line 601, ../../sass/Common/home/_home.scss */
.home-react .home .no-results-block .text-center.secondPart {
  font-size: 24px;
}
/* line 606, ../../sass/Common/home/_home.scss */
.home-react .home .no-results-block .no-results-image {
  content: url("/Site/Media/ToothService/SearchPage/noResults.svg");
  margin-top: 40px;
  width: 200px;
}
/* line 613, ../../sass/Common/home/_home.scss */
.home-react .home .icon-info {
  width: 18px;
  vertical-align: middle;
  margin-right: 10px;
  color: #a8a8a8;
  margin-left: -3px;
}
/* line 621, ../../sass/Common/home/_home.scss */
.home-react .home .organization-name {
  font-size: 18px;
  color: #3E9FA1;
  margin-bottom: 15px;
  text-align: left;
  font-weight: normal;
}
/* line 629, ../../sass/Common/home/_home.scss */
.home-react .home img.treatment {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
/* line 630, ../../sass/Common/home/_home.scss */
.home-react .home img.treatment:last-child {
  margin-right: 0;
}
/* line 639, ../../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 646, ../../sass/Common/home/_home.scss */
.home-react .home .testimonial-date {
  display: inline-block;
  color: #a8a8a8;
}
/* line 651, ../../sass/Common/home/_home.scss */
.home-react .home .testimonial-separator {
  margin-right: 5px;
}
/* line 655, ../../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 662, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .content-details {
  width: calc(100% - 198px);
}
/* line 665, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .content-details .organization-name {
  width: 100%;
}
/* line 669, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .content-details .content-details-middle {
  justify-content: space-between;
}
/* line 674, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .organization-name {
  white-space: nowrap;
}
/* line 678, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .organization-name,
.home-react .home .search-result .organization-name2,
.home-react .home .search-result .organization-practice-categories {
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 685, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .distance-and-hours {
  display: flex;
}
/* line 688, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .distance-and-hours .distance {
  margin-right: 20px;
}
/* line 693, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .search-result-left {
  align-self: flex-start;
  margin-right: 40px;
}
/* line 697, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .search-result-left .btn-contact {
  display: none;
}
/* line 703, ../../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 707, ../../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 713, ../../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: #f4f4f4;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
}
/* line 724, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .extra-treatments .label {
  text-align: center !important;
}
/* line 729, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .logo {
  width: 130px;
}
/* line 733, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .testimonial {
  margin-top: 20px;
}
/* line 736, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .testimonial-right {
  text-align: right;
  padding-right: 10px;
}
/* line 741, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .testimonial-left {
  padding-left: 10px;
}
/* line 745, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .testimonial img.testimonial-img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
/* line 746, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .testimonial img.testimonial-img.right {
  float: right;
}
/* line 755, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .testimonial .search-result-testimonial-img {
  position: relative;
  width: 45px;
  height: 45px;
}
/* line 761, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .testimonial .icon-user-testimonial {
  font-size: 45px;
  margin-top: 2px;
}
/* line 765, ../../sass/Common/home/_home.scss */
.home-react .home .search-result .testimonial .icon-user-testimonial:before {
  margin-left: 5px;
}
/* line 772, ../../sass/Common/home/_home.scss */
.home-react .home .rating {
  margin-top: 20px;
}
/* line 775, ../../sass/Common/home/_home.scss */
.home-react .home .rating .star-rating {
  color: #ff5959;
}
/* line 780, ../../sass/Common/home/_home.scss */
.home-react .home .section-colored {
  background: #f4f4f4;
}
/* line 784, ../../sass/Common/home/_home.scss */
.home-react .home .testimonials {
  padding: 30px 0;
  margin: 0 auto;
  width: 80%;
  max-width: 1200px;
  color: #373737;
}
/* line 791, ../../sass/Common/home/_home.scss */
.home-react .home .testimonials .testimonial-item {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 796, ../../sass/Common/home/_home.scss */
.home-react .home .testimonials .testimonial-item img {
  width: 100%;
  max-width: 200px;
}
/* line 801, ../../sass/Common/home/_home.scss */
.home-react .home .testimonials .testimonial-item p {
  margin-bottom: 0;
  padding: 0 25px;
}
/* line 808, ../../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 816, ../../sass/Common/home/_home.scss */
.home-react .home .faq h1 {
  margin-top: 0;
}
/* line 821, ../../sass/Common/home/_home.scss */
.home-react .home .organization-section {
  background: #f4f4f4;
  color: #797979;
}
/* line 825, ../../sass/Common/home/_home.scss */
.home-react .home .organization-section-content {
  width: 70%;
  max-width: 1100px;
  margin: 0 auto;
}
/* line 832, ../../sass/Common/home/_home.scss */
.home-react .home .links {
  font-size: 2em;
}
/* line 835, ../../sass/Common/home/_home.scss */
.home-react .home .links div {
  margin: 20px auto;
  text-align: center;
}
/* line 839, ../../sass/Common/home/_home.scss */
.home-react .home .links div a {
  color: #3E9FA1;
  text-decoration: none;
}
/* line 843, ../../sass/Common/home/_home.scss */
.home-react .home .links div a:hover {
  opacity: 0.7;
}
/* line 850, ../../sass/Common/home/_home.scss */
.home-react .home .link {
  color: #3E9FA1;
  text-decoration: underline;
}
/* line 853, ../../sass/Common/home/_home.scss */
.home-react .home .link:hover {
  opacity: 0.7;
}
/* line 859, ../../sass/Common/home/_home.scss */
.home-react .footer .jsx-parser {
  color: #797979;
  padding: 20px 50px;
  bottom: 0;
  background: #f4f4f4;
  width: 100%;
  box-sizing: border-box;
}
/* line 867, ../../sass/Common/home/_home.scss */
.home-react .footer .jsx-parser a {
  text-decoration: none;
  color: #797979;
  margin-left: 50px;
}

/* line 875, ../../sass/Common/home/_home.scss */
p.small {
  font-size: .9em;
  color: #a8a8a8;
}

/* line 880, ../../sass/Common/home/_home.scss */
.tiny-icon {
  width: 25px;
  height: 25px;
}

/* line 885, ../../sass/Common/home/_home.scss */
.image-rounded {
  border-radius: 50%;
}

/* line 890, ../../sass/Common/home/_home.scss */
.checkboxes {
  width: calc(100% - 5px);
  padding: 15px 0px;
  margin-left: 5px;
  border-bottom: 1px solid #e1e1e1;
}
/* line 897, ../../sass/Common/home/_home.scss */
.checkboxes.hidden .possible-values {
  display: none;
}
/* line 901, ../../sass/Common/home/_home.scss */
.checkboxes.hidden .label {
  margin-bottom: 0;
}
/* line 906, ../../sass/Common/home/_home.scss */
.checkboxes:first-of-type {
  padding-top: 0;
}
/* line 910, ../../sass/Common/home/_home.scss */
.checkboxes:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
/* line 915, ../../sass/Common/home/_home.scss */
.checkboxes .label {
  margin-bottom: 5px;
  font-size: 18px;
  display: inline-block;
  cursor: pointer;
}
/* line 922, ../../sass/Common/home/_home.scss */
.checkboxes .fa {
  font-size: 17px;
  margin-left: 12px;
  color: #a8a8a8;
  position: relative;
  top: 1px;
}
/* line 930, ../../sass/Common/home/_home.scss */
.checkboxes .cross {
  width: 14px;
  top: 2px;
  margin-left: 50px;
}
/* line 936, ../../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 943, ../../sass/Common/home/_home.scss */
.checkboxes .checkbox input, .checkboxes .checkbox label {
  cursor: pointer;
}
/* line 947, ../../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 958, ../../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 971, ../../sass/Common/home/_home.scss */
.checkboxes .checkbox label {
  position: relative;
  top: 4px;
  padding-left: 7px;
  max-width: calc(100% - 35px);
}

/* line 980, ../../sass/Common/home/_home.scss */
.select {
  cursor: pointer;
  position: relative;
  width: 250px;
  padding: 7px 15px;
  margin-bottom: 20px;
}
/* line 987, ../../sass/Common/home/_home.scss */
.select .currentValue {
  padding: 5px 25px 5px 7px;
  border-bottom: 1px solid #e1e1e1;
}
/* line 992, ../../sass/Common/home/_home.scss */
.select .placeholder, .select .fa {
  color: #a8a8a8;
}
/* line 996, ../../sass/Common/home/_home.scss */
.select .fa {
  position: absolute;
  right: 20px;
}
/* line 1001, ../../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 1011, ../../sass/Common/home/_home.scss */
.select .possible-value {
  padding: 5px 7px;
}
/* line 1014, ../../sass/Common/home/_home.scss */
.select .possible-value:hover {
  background-color: #f4f4f4;
}

/* line 1020, ../../sass/Common/home/_home.scss */
.icon {
  cursor: pointer;
}
/* line 1023, ../../sass/Common/home/_home.scss */
.icon.save {
  content: url("/Site/Media/ToothService/Common/save.svg");
}
/* line 1027, ../../sass/Common/home/_home.scss */
.icon.cancel {
  content: url("/Site/Media/ToothService/Common/cancel.svg");
}
/* line 1031, ../../sass/Common/home/_home.scss */
.icon.plus {
  content: url("/Site/Media/ToothService/Common/plus.svg");
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
/* line 1036, ../../sass/Common/home/_home.scss */
.icon.disabled {
  opacity: 0.4;
  cursor: default;
}

/* line 1042, ../../sass/Common/home/_home.scss */
.tooltip {
  border: 1px solid #ff5959;
  opacity: 1 !important;
}
/* line 1047, ../../sass/Common/home/_home.scss */
.tooltip.place-top:before {
  border-top: 8px solid #ff5959;
}
/* line 1053, ../../sass/Common/home/_home.scss */
.tooltip.place-bottom:before {
  border-bottom: 8px solid #ff5959;
}
/* line 1057, ../../sass/Common/home/_home.scss */
.tooltip.place-bottom:after {
  top: -5.8px !important;
}
/* line 1062, ../../sass/Common/home/_home.scss */
.tooltip.warning {
  width: 200px;
  padding: 20px;
}

/* line 1068, ../../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 1074, ../../sass/Common/home/_home.scss */
.tooltip.operation-hours.place-top:before {
  border-top: 8px solid lightgrey;
}
/* line 1080, ../../sass/Common/home/_home.scss */
.tooltip.operation-hours.place-bottom:before {
  border-bottom: 8px solid lightgrey;
}

/* line 1085, ../../sass/Common/home/_home.scss */
.new-patient-form {
  width: 100%;
}

/* line 1090, ../../sass/Common/home/_home.scss */
.new-patient-video {
  position: absolute;
  height: 101px;
  float: left;
  width: 141px;
  bottom: 30;
  left: 38px;
}

/* line 1099, ../../sass/Common/home/_home.scss */
.widget-instruction-content {
  position: relative;
  width: 100%;
  margin: 35px 50px 0;
  height: 600px;
  max-width: 750px;
  flex-direction: column;
}
/* line 1107, ../../sass/Common/home/_home.scss */
.widget-instruction-content .close-button {
  left: 15px;
}

/* line 1112, ../../sass/Common/home/_home.scss */
.widget-instruction-wrapper {
  display: flex;
}

/* line 1116, ../../sass/Common/home/_home.scss */
.widget-instruction-button {
  padding: 50px 0px 0px 0px;
  bottom: 0;
  width: 100%;
}

/* line 1122, ../../sass/Common/home/_home.scss */
.primary-action-button {
  background: #ff5959;
  border: none;
  color: white;
}
/* line 1123, ../../sass/Common/home/_home.scss */
.primary-action-button:disabled {
  color: #ccc !important;
  border: 1px solid #ccc !important;
  background: #fff !important;
}
/* line 1131, ../../sass/Common/home/_home.scss */
.primary-action-button:hover {
  background: #e84343;
}

/* line 1136, ../../sass/Common/home/_home.scss */
.tooltipButtonBar {
  margin-top: 10px;
}

/* 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;
  flex-direction: row;
  width: 280px;
  height: 40px;
  border-radius: 20px;
  background-color: #EB5757;
  position: relative;
  z-index: 1100;
}
/* line 26, ../../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 35, ../../sass/Common/home/_search.scss */
.search-component-wrapper .search-component:hover {
  background: #f98888;
}
/* line 39, ../../sass/Common/home/_search.scss */
.search-component-wrapper .search-component .input-wrapper {
  width: 140px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 20px;
  background-color: white;
  border: 1px solid #797979;
  color: #797979;
}
/* line 49, ../../sass/Common/home/_search.scss */
.search-component-wrapper .search-component .input-wrapper svg {
  margin: 0 10px;
}
/* line 53, ../../sass/Common/home/_search.scss */
.search-component-wrapper .search-component .input-wrapper input {
  line-height: normal;
  padding: 0;
}
/* line 57, ../../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 67, ../../sass/Common/home/_search.scss */
.search-component-wrapper .search-component .btn-search {
  background-color: transparent;
  box-shadow: none;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  font-size: 16px;
  width: calc(100% - 142px);
}
/* line 68, ../../sass/Common/home/_search.scss */
.search-component-wrapper .search-component .btn-search .icon-search {
  display: none;
}
/* line 72, ../../sass/Common/home/_search.scss */
.search-component-wrapper .search-component .btn-search span div div {
  width: 10px;
  height: 10px;
  background: #fff;
}
/* line 87, ../../sass/Common/home/_search.scss */
.search-component-wrapper .search-component .tooltip {
  line-height: 1.6;
  padding: 15px 21px;
  white-space: pre-line;
}
/* line 92, ../../sass/Common/home/_search.scss */
.search-component-wrapper .search-component .tooltip.place-top {
  margin-top: -17px;
}
/* line 96, ../../sass/Common/home/_search.scss */
.search-component-wrapper .search-component .tooltip.place-bottom {
  margin-top: 19px;
}

/* line 104, ../../sass/Common/home/_search.scss */
.header .middle-content {
  width: 70%;
  max-width: 1100px;
  margin: 0 auto;
}
/* line 110, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search {
  flex-grow: 1;
}
/* line 113, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .search-bar {
  display: flex;
}
/* line 116, ../../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 126, ../../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 135, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .search-bar .sort-order:before {
  border-bottom: none;
}
/* line 139, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .search-bar .sort-order span {
  justify-content: unset;
}
/* line 143, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .search-bar .sort-order svg {
  margin-right: 4px;
}
/* line 148, ../../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 159, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .search-bar .filters .fa-filter {
  display: none;
}
/* line 163, ../../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 174, ../../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 175, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .search-bar .filters .chips .chip-filter .chip-delete-icon {
  font-size: 12px;
}
/* line 182, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .search-bar .filters .chips .chip-filter i {
  color: #FFFFFF;
}
/* line 187, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .search-bar .filters .chips .chip {
  background: transparent;
  color: white;
  padding: 0;
}
/* line 192, ../../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 198, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .search-bar .filters .chips .chip span {
  font-size: 16px;
  padding-left: 5px;
}
/* line 205, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .search-bar .filters .show-filters {
  cursor: pointer;
  padding: 5px;
}
/* line 209, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .search-bar .filters .show-filters svg {
  position: relative;
  top: 3px;
}
/* line 216, ../../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 221, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .search-bar .search-component {
  width: 250px;
}
/* line 226, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .all-filters {
  position: relative;
  margin-top: 20px;
  max-height: 90vh;
}
/* line 231, ../../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 239, ../../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 247, ../../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 253, ../../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 259, ../../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 267, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .all-filters .inverted-round-wrapper .space-1 {
  width: 128px;
}
/* line 271, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .all-filters .inverted-round-wrapper .space-2 {
  width: 240px;
}
/* line 276, ../../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 277, ../../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 292, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .all-filters .wrapper-content span {
  color: #FFF;
  font-weight: 300;
}
/* line 297, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .all-filters .wrapper-content input[type="checkbox"] {
  width: 100%;
  height: 100%;
}
/* line 304, ../../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 308, ../../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 313, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .all-filters .wrapper-content .filter-section label .label {
  padding-left: 5px;
}
/* line 317, ../../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 325, ../../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 332, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .all-filters .wrapper-content .filter-distance {
  margin-left: -15px;
}
/* line 335, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .all-filters .wrapper-content .filter-distance .radio-filter-label {
  margin-left: 4px;
}
/* line 339, ../../sass/Common/home/_search.scss */
.header .middle-content-filters .extended-search .all-filters .wrapper-content .filter-distance .radio-button {
  padding: 0;
}
/* line 343, ../../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 348, ../../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 361, ../../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: #797979;
}

/* 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/_organization.scss */
.logo-container {
  max-width: 205px;
}

/* line 12, ../../sass/Common/home/_organization.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/_organization.scss */
.organization-removed-image {
  cursor: pointer;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
}

/* line 31, ../../sass/Common/home/_organization.scss */
.icon-wrapper.remove {
  padding-top: 30px;
}

/* line 37, ../../sass/Common/home/_organization.scss */
.icon.remove {
  content: url("/Site/Media/ToothService/Common/remove.svg");
  padding: 4px;
  width: 26px;
  height: 26px;
  cursor: pointer;
}

/* line 47, ../../sass/Common/home/_organization.scss */
.icon.restore {
  content: url("/Site/Media/ToothService/Common/restore.svg");
  padding: 4px;
  width: 26px;
  cursor: pointer;
}

/* line 55, ../../sass/Common/home/_organization.scss */
.logo-container {
  margin-right: 30px;
}

/* line 59, ../../sass/Common/home/_organization.scss */
.voice-chat-image {
  content: url("/Site/Media/ToothService/Common/voiceChat.svg");
  background-size: contain;
  box-sizing: border-box;
  color: #e1e1e1;
  height: 70px;
  width: 70px;
}

/* line 68, ../../sass/Common/home/_organization.scss */
.teledentistry-form-image {
  content: url("/Site/Media/ToothService/Common/teledentistry.svg");
  background-size: contain;
  box-sizing: border-box;
  color: #e1e1e1;
  height: 70px;
  width: 70px;
}

/* line 77, ../../sass/Common/home/_organization.scss */
.grid-component-image {
  text-align: center;
  display: block;
  margin: auto;
}

/* line 83, ../../sass/Common/home/_organization.scss */
.organization-logo {
  width: 150px;
  height: 150px;
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
/* line 93, ../../sass/Common/home/_organization.scss */
.organization-logo .icons-container {
  transition: .1s ease;
  opacity: 0;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
/* line 102, ../../sass/Common/home/_organization.scss */
.organization-logo .icons-container i {
  margin: 5px;
  font-size: 20px;
  color: #CECECE;
  cursor: pointer;
}
/* line 112, ../../sass/Common/home/_organization.scss */
.organization-logo:hover.edit .crop-wrapper {
  filter: brightness(40%);
}
/* line 118, ../../sass/Common/home/_organization.scss */
.organization-logo:hover .icons-container {
  opacity: 1;
}
/* line 124, ../../sass/Common/home/_organization.scss */
.organization-logo.for-removed img {
  opacity: 0.3;
}
/* line 129, ../../sass/Common/home/_organization.scss */
.organization-logo img {
  width: 150px;
  height: auto;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  transform: translateY(-50%);
  top: 50%;
  object-fit: cover;
}
/* line 140, ../../sass/Common/home/_organization.scss */
.organization-logo:empty {
  display: none;
}
/* line 144, ../../sass/Common/home/_organization.scss */
.organization-logo .default {
  font-size: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 151, ../../sass/Common/home/_organization.scss */
.organization-logo .default-image {
  background-image: url("/Site/Media/ToothService/Common/defaultOrganizationPhoto.svg");
  background-size: cover;
  border: 2px dashed;
  box-sizing: border-box;
  color: #e1e1e1;
  border-color: #e1e1e1;
}

/* line 161, ../../sass/Common/home/_organization.scss */
.tooltip-content {
  text-align: center;
}

/* line 167, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details {
  margin: 20px auto 20px auto;
  min-width: 850px;
}
/* line 172, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details.editable .button-block {
  display: none;
}
/* line 176, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details.editable .organization-name {
  width: calc(100% - 250px);
  min-width: 250px;
}
/* line 182, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .icons {
  position: absolute;
  left: calc(100% + 15px);
  top: 5px;
  font-size: 20px;
  color: #c7c7c7;
}
/* line 189, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .icons .icon-wrapper {
  margin-top: 5px;
  display: flex;
  cursor: pointer;
  align-items: center;
}
/* line 195, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .icons .icon-wrapper .label {
  display: none;
  padding-left: 5px;
}
/* line 202, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .icons .icon-wrapper.save .label {
  color: #62cc62;
}
/* line 208, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .icons .icon-wrapper.cancel .label {
  color: #ff5959;
}
/* line 213, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .icons .icon-wrapper.disabled {
  cursor: default;
}
/* line 214, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .icons .icon-wrapper.disabled .icon {
  opacity: 0.4;
  cursor: default;
}
/* line 224, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .icons .icon-wrapper:not(.disabled):hover .icon {
  opacity: 0.8;
}
/* line 231, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .icons .icon-wrapper:hover .label {
  display: inline-block;
}
/* line 237, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .icons .extra-tooltip {
  display: inline-block;
  position: relative;
  text-align: left;
  margin: 0px auto 0px 0px;
}
/* line 243, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .icons .extra-tooltip.hidden {
  display: none;
}
/* line 248, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-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 266, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-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 281, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .icons .icon {
  padding: 4px;
  text-align: center;
  width: 20px;
}
/* line 288, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .help-icon {
  content: url("/Site/Media/ToothService/Common/helpIconGrey.svg");
}
/* line 298, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top .organization-details-top-info .info-container .info-container-data .primary-info .organization-website .link {
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
}
/* line 302, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top .organization-details-top-info .info-container .info-container-data .primary-info .organization-website .link:hover {
  opacity: 1;
  text-decoration: underline;
}
/* line 314, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top.edit .organization-details-top-info {
  margin-bottom: 10px;
}
/* line 319, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top.edit .distance.inner, .home-react .home .organization-details-top.edit .distance.outer, .home-react .home .organization-details-top.edit .distance .delimiter {
  display: none;
}
/* line 324, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top.edit .url-slug-block {
  position: relative;
}
/* line 327, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top.edit .url-slug-block .help-icon {
  position: absolute;
  left: 0;
  bottom: 9px;
}
/* line 333, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top.edit .url-slug-block input {
  padding-left: 25px;
}
/* line 337, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-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 341, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top.edit .url-slug-block .tooltip-content {
  max-width: 442px;
  margin: 10px 0;
}
/* line 345, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top.edit .url-slug-block .tooltip-content .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
/* line 351, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top.edit .url-slug-block .tooltip-content .image {
  margin-top: 10px;
  content: url("/Site/Media/ToothService/Common/slugHelpImage.jpg");
}
/* line 358, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top.edit .button-block {
  display: none;
}
/* line 363, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top.edit .info-container-data .primary-info {
  width: calc(100% - 340px);
  min-width: 200px;
}
/* line 369, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top.edit .inputs-block {
  display: flex;
  justify-content: space-between;
}
/* line 373, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top.edit .inputs-block .input-dropdown {
  width: 48%;
}
/* line 379, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top.edit .logo-container .upload-photo {
  margin-top: 4px;
  position: relative;
  width: 100%;
  max-width: 100%;
  color: #797979;
  font-weight: 300;
}
/* line 387, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top.edit .logo-container .upload-photo .fa {
  color: #a8a8a8;
  margin-right: 10px;
}
/* line 395, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top.edit .treatment-content .treatment-wrapper {
  position: relative;
  cursor: pointer;
}
/* line 400, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top.edit .treatment-content .treatment-wrapper:last-child .treatment {
  margin-right: 0;
}
/* line 404, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top.edit .treatment-content .treatment-wrapper:last-child .switch {
  right: -4px;
}
/* line 411, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top.edit .treatment-content .treatment-wrapper:hover .switch .fa {
  color: #ff5959;
}
/* line 417, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top.edit .treatment-content .treatment-wrapper .switch {
  position: absolute;
  top: -4px;
  right: 6px;
  background-color: white;
  border-radius: 50%;
  padding: 2px;
}
/* line 426, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top.edit .treatment-content .treatment-wrapper .fa {
  font-size: 16px;
  color: #62cc62;
  display: block;
}
/* line 432, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top.edit .treatment-content .treatment-wrapper.notChecked {
  opacity: 0.4;
}
/* line 435, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top.edit .treatment-content .treatment-wrapper.notChecked .fa {
  color: #797979;
}
/* line 439, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top.edit .treatment-content .treatment-wrapper.notChecked:hover {
  opacity: 1;
}
/* line 442, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top.edit .treatment-content .treatment-wrapper.notChecked:hover .fa {
  color: #62cc62;
}
/* line 451, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top .url-image-input {
  border-bottom: 1px solid #CECECE;
  display: flex;
  width: 240px;
  height: 31px;
  margin: 0 0 auto 0;
}
/* line 458, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top .url-image-input .fa-link {
  margin-top: 8px;
  font-size: 100%;
  color: #a8a8a8;
  opacity: 0.8;
}
/* line 465, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top .url-image-input input {
  padding-left: 7px;
  width: 240px;
}
/* line 471, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top .upload-control-wrapper {
  width: calc(100% - 3px);
}
/* line 474, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top .upload-control-wrapper .upload-control {
  position: relative;
  display: inline-block;
  width: max-content;
  height: 150px;
  margin: auto 0 0 0;
}
/* line 481, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-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 492, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-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 501, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-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 509, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-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 518, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top .upload-control-wrapper .upload-control .upload-message {
  text-align: center;
  font-family: "Mukta Mahee", sans-serif;
  font-size: 24px;
  color: #a8a8a8;
}
/* line 525, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top .upload-control-wrapper .upload-control .details-info-container {
  position: absolute;
  right: 102px;
  top: 67px;
  z-index: 1;
}
/* line 534, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top .primary-info {
  width: 40%;
}
/* line 538, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top .organization-name,
.home-react .home .organization-details-top .clinic-name,
.home-react .home .organization-details-top .address {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* line 546, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top .organization-details-top-info {
  position: relative;
  padding: 40px;
}
/* line 551, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top .organization-details-top-info .inputs-block .input-dropdown {
  display: inline-block;
}
/* line 556, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top .organization-details-top-info .input {
  width: 100%;
}
/* line 559, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top .organization-details-top-info .input.organization-name {
  width: calc(100% - 340px);
  min-width: 200px;
}
/* line 564, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top .organization-details-top-info .input div {
  width: 100%;
}
/* line 568, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top .organization-details-top-info .input input {
  margin: 15px 0 4px;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
}
/* line 575, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top .organization-details-top-info .input.organization-name {
  margin-bottom: 0;
}
/* line 578, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top .organization-details-top-info .input.organization-name input {
  margin-top: 5px;
}
/* line 584, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top .organization-details-top-info .input.city input, .home-react .home .organization-details-top .organization-details-top-info .input.postalCode input, .home-react .home .organization-details-top .organization-details-top-info .input.phone input, .home-react .home .organization-details-top .organization-details-top-info .input.email input {
  margin-top: 12px;
}
/* line 589, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top .organization-details-top-info .input.city, .home-react .home .organization-details-top .organization-details-top-info .input.postalcode {
  width: 100%;
}
/* line 593, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top .organization-details-top-info .input.email {
  width: 48%;
}
/* line 597, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top .organization-details-top-info .input.city {
  margin-right: 5px;
}
/* line 603, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top .organization-details-top-data {
  padding: 0 40px 40px 40px;
}
/* line 606, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top .organization-details-top-data:empty {
  padding: 0;
}
/* line 611, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top .logo-container {
  position: relative;
}
/* line 616, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top .logo-container:hover .no-image {
  filter: none;
}
/* line 622, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top .logo-container .button-block.sticky .btn-contact {
  margin-top: 0;
}
/* line 627, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top .logo-container .btn-contact {
  padding: 7px 15px;
  display: none;
}
/* line 634, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-top .input.media, .home-react .home .organization-details-top .input.url-slug {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
/* line 644, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .organization-details-video-or-photo:hover .add-new-video-or-photo span {
  color: #C7C7C7;
}
/* line 650, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .organization-details-video-or-photo {
  position: relative;
  padding: 20px 20px 20px 20px;
  margin: 20px 0 20px 0;
  cursor: pointer;
}
/* line 656, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .organization-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 665, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .organization-details-video-or-photo .add-new-video-or-photo span {
  font-size: 20px;
  height: 25px;
  padding-left: 10px;
}
/* line 673, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .organization-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 680, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .organization-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 687, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .organization-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 696, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .organization-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 704, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .organization-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 713, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .organization-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 726, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .organization-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 733, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .organization-details-video-or-photo .upload-control-wrapper .url-image-input .fa-link {
  margin-top: 8px;
  font-size: 100%;
  color: #a8a8a8;
  opacity: 0.8;
}
/* line 740, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .organization-details-video-or-photo .upload-control-wrapper .url-image-input input {
  padding-left: 7px;
  width: 250px;
}
/* line 748, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle {
  margin: 20px 0;
  width: 100%;
}
/* line 754, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle.edit .item .description {
  margin-top: 20px;
  margin-bottom: 10px !important;
  min-height: 180px;
  border: 1px #e1e1e1 solid;
}
/* line 760, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle.edit .item .description textarea {
  margin-left: 10px;
}
/* line 765, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle.edit .item .description div:before, .home-react .home .organization-details-middle.edit .item .description div:after {
  border-bottom: 1px solid #FFFFFF !important;
}
/* line 772, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle.count3 .item {
  padding: 6px 8px;
}
/* line 775, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle.count3 .item:first-of-type {
  padding-right: 16px;
}
/* line 779, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle.count3 .item:last-of-type {
  padding-left: 16px;
}
/* line 785, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle .url-image-input {
  display: flex;
  width: 250px;
  height: 43px;
  border-bottom: 1px solid #CECECE;
  margin: 0 0 auto 0;
}
/* line 792, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle .url-image-input .fa-link {
  margin-top: 20px;
  font-size: 100%;
  color: #a8a8a8;
  opacity: 0.8;
}
/* line 799, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle .url-image-input input {
  padding-left: 7px;
  width: 250px;
}
/* line 2, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle .url-image-input input::-webkit-input-placeholder {
  font-size: 16px;
}
/* line 3, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle .url-image-input input:-moz-placeholder {
  font-size: 16px;
}
/* line 4, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle .url-image-input input::-moz-placeholder {
  font-size: 16px;
}
/* line 5, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle .url-image-input input:-ms-input-placeholder {
  font-size: 16px;
}
/* line 809, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle .upload-control {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 60px;
  margin: auto 0 0 0;
}
/* line 816, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-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 827, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle .upload-control .upload-file {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  cursor: pointer;
  z-index: 1;
}
/* line 835, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle .upload-control .upload-file .fa-cloud-upload {
  font-size: 16px;
  color: #a8a8a8;
  opacity: 0.8;
  position: relative;
  padding-right: 7px;
}
/* line 843, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle .upload-control .upload-file span {
  font-family: "Mukta Mahee", sans-serif;
  font-size: 16px;
  color: #a8a8a8;
}
/* line 850, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle .upload-control .card-info-container {
  position: absolute;
  right: 0;
  top: 2px;
  z-index: 1;
}
/* line 858, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle .item {
  display: flex;
  position: relative;
  padding: 6px 12px;
}
/* line 863, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle .item:first-of-type {
  padding-left: 0;
}
/* line 866, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle .item:first-of-type .add-new-card {
  width: 100%;
}
/* line 870, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle .item:first-of-type .icons {
  right: 18px;
}
/* line 875, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle .item:last-of-type {
  padding-right: 0;
}
/* line 878, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle .item:last-of-type .icons {
  right: 2px;
}
/* line 883, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle .item img {
  width: 100%;
  max-width: 100%;
}
/* line 888, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle .item .edit-image {
  width: 100%;
  border-radius: 5px;
  display: block;
  margin: 10px auto 15px;
}
/* line 895, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-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 907, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle .item .icons {
  left: unset !important;
  right: 10px;
  top: 10px;
  z-index: 1000;
}
/* line 915, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle .item.disabled .input, .home-react .home .organization-details-middle .item.disabled .upload-control, .home-react .home .organization-details-middle .item.disabled .upload-control-wrapper, .home-react .home .organization-details-middle .item.disabled .icons {
  pointer-events: none;
  visibility: hidden;
}
/* line 920, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle .item.disabled upload-control, .home-react .home .organization-details-middle .item.disabled .upload-control-wrapper, .home-react .home .organization-details-middle .item.disabled .icons {
  pointer-events: none;
  visibility: hidden;
  height: 160px;
}
/* line 928, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle .item .input:last-child {
  margin-bottom: 20px;
}
/* line 933, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle .item .input textarea::-webkit-scrollbar {
  width: 0;
}
/* line 939, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle .item .arrows {
  position: absolute;
  bottom: 16px;
  width: calc(100% - 44px);
}
/* line 944, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle .item .arrows .fa {
  position: relative;
}
/* line 948, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle .item .arrows .fa-arrow-right {
  float: right;
  right: -8px;
}
/* line 953, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle .item .arrows .fa-arrow-left {
  left: -8px;
}
/* line 959, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle .input {
  margin: 12px 0 5px;
}
/* line 962, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle .input textarea {
  line-height: 1.5;
  min-height: 25px;
}
/* line 970, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-bottom {
  position: relative;
  padding: 20px 48px 20px 20px;
  margin-top: 20px;
}
/* line 975, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-bottom:first-of-type {
  margin-top: 0;
}
/* line 980, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-bottom.edit .inputs-block {
  display: flex;
  justify-content: space-between;
}
/* line 985, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-bottom.edit .date-block {
  width: 48%;
}
/* line 990, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-bottom .inputs-block {
  position: relative;
  top: 4px;
}
/* line 995, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-bottom.new {
  height: 88px;
  cursor: pointer;
}
/* line 999, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-bottom.new .add-new-testimonial {
  position: relative;
}
/* line 1003, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-bottom.new .add-new-user {
  position: relative;
}
/* line 1008, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-bottom .icons {
  left: unset;
  right: -43px;
  top: unset;
  bottom: 8px;
}
/* line 1015, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-bottom .testimonial-image-container {
  height: 60px;
  width: 60px;
  margin: 13px;
}
/* line 1021, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-bottom .testimonial-img {
  position: relative;
  margin-right: 13px;
  top: -7px;
  width: 60px;
}
/* line 1027, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-bottom .testimonial-img img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
}
/* line 1034, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-bottom .testimonial-img .upload-photo {
  width: 28px;
  height: 28px;
  position: absolute;
  left: 16px;
  top: 16px;
  background: white;
  border-radius: 18px;
}
/* line 1043, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-bottom .testimonial-img .upload-photo .fa-camera {
  font-size: 16px;
  opacity: 0.8;
  position: relative;
  top: 6px;
  left: 6px;
}
/* line 1053, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-bottom .testimonial-info {
  width: 100%;
}
/* line 1059, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-bottom .testimonial-info .testimonial-description:not(.input),
.home-react .home .organization-details-bottom .testimonial-info .testimonial-reviewer:not(.input),
.home-react .home .organization-details-bottom .testimonial-info .testimonial.date:not(.input) {
  padding-top: 4px;
  padding-bottom: 2px;
  margin-bottom: 0px;
}
/* line 1066, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-bottom .testimonial-info .testimonial-description {
  margin-top: 5px;
}
/* line 1070, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-bottom .testimonial-info .date-block {
  display: inline-block;
}
/* line 1074, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-bottom .testimonial-info .input {
  width: 100%;
}
/* line 1077, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-bottom .testimonial-info .input.testimonial-reviewer {
  width: 48%;
}
/* line 1081, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-bottom .testimonial-info .input input {
  height: 16px;
  padding-top: 7px;
}
/* line 1087, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-bottom .testimonial-info .input.testimonial.date input {
  height: 30px;
  padding-top: 8px;
}
/* line 1095, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-bottom .rating {
  margin-top: 0 !important;
  margin: auto;
  margin-left: -2px;
}
/* line 1101, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-bottom .arrows {
  position: absolute;
  width: 16px;
  height: 100%;
  top: 0px;
  right: 16px;
}
/* line 1108, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-bottom .arrows .fa {
  position: absolute;
}
/* line 1112, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-bottom .arrows .fa-arrow-up {
  top: 12px;
}
/* line 1116, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-bottom .arrows .fa-arrow-down {
  bottom: 12px;
}
/* line 1122, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .icon-user-testimonial {
  font-size: 60px;
  margin-top: 6px;
}
/* line 1126, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .icon-user-testimonial:before {
  margin-left: 10px;
}
/* line 1131, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .info-container {
  max-width: calc(100% - 198px);
  flex-basis: 100%;
  position: relative;
}
/* line 1136, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .info-container .organization-name,
.home-react .home .organization-details .info-container .organization-name2,
.home-react .home .organization-details .info-container .organization-practice-categories {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* line 1145, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .button-container {
  position: relative;
}
/* line 1150, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .organization-info {
  margin-left: 20px;
}
/* line 1154, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .secondary-info {
  display: flex;
  justify-content: space-between;
}
/* line 1158, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .secondary-info.withLicense {
  position: absolute;
  top: 0px;
  right: 0px;
  flex-direction: column;
  height: 100%;
}
/* line 1166, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .secondary-info .license-block {
  min-width: 230px;
  font-size: 22px;
  display: flex;
  justify-content: flex-end;
  font-weight: 300;
  flex-direction: column;
}
/* line 1174, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .secondary-info .license-block .name {
  display: flex;
  justify-content: space-between;
}
/* line 1178, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .secondary-info .license-block .name i {
  color: #c7c7c7;
  position: relative;
  top: 2px;
  right: 2px;
  cursor: pointer;
}
/* line 1185, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .secondary-info .license-block .name i:hover {
  opacity: 0.8;
}
/* line 1191, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .secondary-info .license-block .license-info {
  width: calc(100% - 2px);
  padding-left: 2px;
}
/* line 1195, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .secondary-info .license-block .license-info.expired {
  font-size: 16px;
  color: #797979;
  margin-bottom: 5px;
}
/* line 1202, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .secondary-info .license-block .expiring-info, .home-react .home .organization-details .secondary-info .license-block .action-block {
  display: block;
  font-size: 16px;
  padding-left: 1px;
  padding-top: 7px;
  font-weight: 400;
}
/* line 1210, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-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 1223, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .secondary-info .license-block .fields {
  justify-content: space-between;
  display: flex;
  margin-top: 10px;
}
/* line 1228, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .secondary-info .license-block .fields .label {
  font-size: 16px;
  color: #797979;
  padding-right: 5px;
  position: relative;
}
/* line 1236, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .secondary-info .license-block .fields .date-block:first-of-type {
  margin-right: 10px;
}
/* line 1241, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .secondary-info .license-block .fields .input-with-label {
  display: flex;
  border-bottom: 1px solid #CECECE;
}
/* line 1246, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .secondary-info .license-block .fields .date {
  display: inline-block;
  padding-right: 2px;
  width: fit-content;
}
/* line 1251, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .secondary-info .license-block .fields .date input {
  margin-top: -2px;
  margin-bottom: 0;
  height: 26px;
  border-bottom: none;
  width: 75px;
}
/* line 1259, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .secondary-info .license-block .fields .date div {
  min-width: 170px;
}
/* line 1264, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-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 1276, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .secondary-info .license-block .action-block span {
  margin-right: 15px;
  color: #ff5959;
  cursor: pointer;
}
/* line 1281, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .secondary-info .license-block .action-block span:last-child {
  margin-right: 0;
}
/* line 1285, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .secondary-info .license-block .action-block span:hover {
  opacity: 0.8;
}
/* line 1293, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .add-new-card,
.home-react .home .organization-details .add-new-user,
.home-react .home .organization-details .add-new-testimonial {
  position: absolute;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #a8a8a8;
}
/* line 1304, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .add-new-card span,
.home-react .home .organization-details .add-new-user span,
.home-react .home .organization-details .add-new-testimonial span {
  font-size: 20px;
  height: 25px;
  padding-left: 10px;
}
/* line 1310, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .add-new-card:hover,
.home-react .home .organization-details .add-new-user:hover,
.home-react .home .organization-details .add-new-testimonial:hover {
  opacity: 0.8;
}
/* line 1315, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .add-new-card {
  width: calc(100% - 12px);
}
/* line 1319, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .add-new-testimonial {
  width: calc(100% + 33px);
}
/* line 1323, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .add-new-user {
  width: calc(100% + 33px);
}
/* line 1327, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .treatment-content {
  padding-top: 8px;
  display: flex;
  justify-content: flex-end;
}
/* line 1333, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .media {
  width: 100%;
}
/* line 1337, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .photo-input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-size: 0px;
  outline: none;
}
/* line 1350, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-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 1364, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .arrows {
  font-size: 18px;
  color: #c7c7c7;
}
/* line 1368, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .arrows .fa {
  cursor: pointer;
}
/* line 1371, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .arrows .fa:hover {
  opacity: 0.8;
}
/* line 1377, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details .logo-info-container {
  position: absolute;
  right: 7px;
  bottom: 6px;
}
/* line 1384, ../../sass/Common/home/_organization.scss */
.home-react .home .machine-container {
  position: relative;
}
/* line 1389, ../../sass/Common/home/_organization.scss */
.home-react .home .machine-container.top .icons .icon {
  font-size: 25px;
  width: 26px;
}
/* line 1397, ../../sass/Common/home/_organization.scss */
.home-react .home .machine-container.bottom-user-icons .icons {
  top: -13px;
}
/* line 1400, ../../sass/Common/home/_organization.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 .organization-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 .organization-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 .organization-details .icons .extra-tooltip-content:after {
    left: 176px;
  }
  /* line 40, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-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 .organization-details-middle .url-image-input {
    width: 180px;
    bottom: 10px;
    left: 10px;
  }
  /* line 63, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-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 .organization-details-middle .url-image-input input {
    width: 200px;
  }
  /* line 2, ../../sass/Common/home/_organization.scss */
  .home-react .home .organization-details-middle .url-image-input input::-webkit-input-placeholder {
    font-size: 12px;
  }
  /* line 3, ../../sass/Common/home/_organization.scss */
  .home-react .home .organization-details-middle .url-image-input input:-moz-placeholder {
    font-size: 12px;
  }
  /* line 4, ../../sass/Common/home/_organization.scss */
  .home-react .home .organization-details-middle .url-image-input input::-moz-placeholder {
    font-size: 12px;
  }
  /* line 5, ../../sass/Common/home/_organization.scss */
  .home-react .home .organization-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 .organization-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 .organization-details.editable {
    width: calc(89% - 3px);
    min-width: unset;
    margin-right: 42px;
  }
  /* line 177, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details.editable .icons {
    left: calc(100% + 3px);
  }
  /* line 181, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details.editable .icons:hover .label {
    display: none;
  }
  /* line 189, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-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 .organization-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 .organization-details {
    min-width: unset;
    width: 98%;
  }
  /* line 245, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details .organization-details-top .organization-details-top-info {
    padding: 20px;
  }
  /* line 249, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details .organization-details-top .organization-details-top-data {
    padding: 0 20px 20px 20px;
    margin-top: 15px;
  }
  /* line 254, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details .organization-details-top .checkList {
    margin: 15px 0;
  }
  /* line 259, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details .organization-details-middle {
    margin: 15px 0;
  }
  /* line 263, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details .organization-details-bottom {
    padding: 15px 20px;
  }
  /* line 266, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details .organization-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: 100%;
    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%;
  }

  /* line 319, ../../sass/Common/home/_media.scss */
  .virtual-consult-wrapper {
    flex-wrap: wrap;
    height: 100%;
  }

  /* line 324, ../../sass/Common/home/_media.scss */
  .virtual-consult-content {
    height: calc(100% - 93px);
    margin: 0;
    padding: 35px 50px 0;
  }

  /* line 330, ../../sass/Common/home/_media.scss */
  .video-chat-container {
    height: inherit;
  }

  /* line 334, ../../sass/Common/home/_media.scss */
  .video-chat {
    height: 100%;
  }

  /* line 338, ../../sass/Common/home/_media.scss */
  .hidden {
    display: none;
  }

  /* line 342, ../../sass/Common/home/_media.scss */
  .chat-messages {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  /* line 347, ../../sass/Common/home/_media.scss */
  .chat-input-container {
    max-width: 100%;
    margin-left: 0;
  }

  /* line 351, ../../sass/Common/home/_media.scss */
  .virtual-consult-message-name-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 820px) and (max-height: 420px) {
  /* line 359, ../../sass/Common/home/_media.scss */
  .home-react .home .search-services {
    padding: 40px;
    margin-top: -90px;
  }
}
@media (max-width: 790px) {
  /* line 374, ../../sass/Common/home/_media.scss */
  .home-react .home .header .middle-content .middle-content-filters .extended-search .filters {
    margin-left: 0;
  }
  /* line 379, ../../sass/Common/home/_media.scss */
  .home-react .home .header .middle-content .middle-content-filters .extended-search .all-filters .space-1 {
    width: 0;
  }
  /* line 384, ../../sass/Common/home/_media.scss */
  .home-react .home .header .middle-content .middle-content-filters .extended-search .all-filters .inverted-round .left {
    width: 0;
  }
  /* line 389, ../../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 398, ../../sass/Common/home/_media.scss */
  .home-react .home .splash-image:before {
    left: -25%;
  }
  /* line 403, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details .organization-details-top {
    position: relative;
  }
  /* line 409, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details-middle .upload-control .url-image-input {
    width: 150px;
  }
  /* line 2, ../../sass/Common/home/_organization.scss */
  .home-react .home .organization-details-middle .upload-control .url-image-input input::-webkit-input-placeholder {
    font-size: 12px;
  }
  /* line 3, ../../sass/Common/home/_organization.scss */
  .home-react .home .organization-details-middle .upload-control .url-image-input input:-moz-placeholder {
    font-size: 12px;
  }
  /* line 4, ../../sass/Common/home/_organization.scss */
  .home-react .home .organization-details-middle .upload-control .url-image-input input::-moz-placeholder {
    font-size: 12px;
  }
  /* line 5, ../../sass/Common/home/_organization.scss */
  .home-react .home .organization-details-middle .upload-control .url-image-input input:-ms-input-placeholder {
    font-size: 12px;
  }
  /* line 419, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details-middle .upload-control .middle-text {
    font-size: 14px;
  }
  /* line 423, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details-middle .upload-control .upload-file {
    width: 150px;
  }
  /* line 426, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details-middle .upload-control .upload-file .photo-input {
    left: 27%;
    width: 150px;
  }
  /* line 431, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details-middle .upload-control .upload-file .fa-cloud-upload {
    font-size: 14px;
  }
  /* line 435, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details-middle .upload-control .upload-file span {
    font-size: 14px;
  }
  /* line 440, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details-middle .upload-control .card-info-container {
    right: 15px;
  }
  /* line 448, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details .icons .extra-tooltip {
    display: inline-block;
    position: relative;
    text-align: left;
    margin: 0px auto 0px 15px;
    right: 140px;
  }
  /* line 456, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-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 468, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-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 476, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-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 503, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details .logo-help-container {
    bottom: 56px;
  }
}
@media (max-width: 740px) {
  /* line 516, ../../sass/Common/home/_media.scss */
  .home-react .home .search-results .search-result .search-result-left {
    margin-right: 20px;
  }
  /* line 519, ../../sass/Common/home/_media.scss */
  .home-react .home .search-results .search-result .search-result-left .btn-contact {
    font-size: 14px;
  }
  /* line 526, ../../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 {
    text-align: center;
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    margin-top: 8px;
  }

  /* line 539, ../../sass/Common/home/_media.scss */
  .teledentistry-container {
    max-height: 100%;
    height: 100%;
  }
}
@media (max-width: 720px) {
  /* line 546, ../../sass/Common/home/_media.scss */
  .video-consult-bar {
    left: 0;
    width: 100%;
  }

  /* line 551, ../../sass/Common/home/_media.scss */
  .photo-canvas {
    left: 0;
    width: 100%;
    height: 301px;
    object-fit: contain;
  }
}
@media (max-width: 700px) {
  /* line 560, ../../sass/Common/home/_media.scss */
  .virtual-consult-firstName {
    max-width: 150px;
  }
}
@media (max-width: 670px) {
  /* line 567, ../../sass/Common/home/_media.scss */
  .logo-container {
    max-width: unset;
    margin-right: 0;
  }

  /* line 572, ../../sass/Common/home/_media.scss */
  .organization-logo {
    width: calc(100% - 9.5em);
    padding-top: calc(100% - 9.5em);
    height: 0;
    margin: 0 auto;
  }
  /* line 578, ../../sass/Common/home/_media.scss */
  .organization-logo img, .organization-logo .default {
    width: 100%;
    height: 100%;
    left: 0;
    font-size: 90px;
    margin-left: unset;
  }

  /* line 588, ../../sass/Common/home/_media.scss */
  .dialog-content .organization-logo {
    width: 180px;
    padding-top: 180px;
  }
  /* line 593, ../../sass/Common/home/_media.scss */
  .dialog-content .organization-logo img {
    height: auto;
  }

  /* line 603, ../../sass/Common/home/_media.scss */
  .home-react .home .dialog-content .dialog-content-container .dialog-content-left {
    width: 100%;
    padding: 0;
    max-width: none;
  }
  /* line 608, ../../sass/Common/home/_media.scss */
  .home-react .home .dialog-content .dialog-content-container .dialog-content-left .organization-logo {
    margin: auto;
    margin-top: 12px;
  }
  /* line 613, ../../sass/Common/home/_media.scss */
  .home-react .home .dialog-content .dialog-content-container .dialog-content-left .dialog-organization-name {
    margin-top: 7px;
  }
  /* line 621, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details .testimonial-info {
    width: 100%;
  }
  /* line 627, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details .testimonial-info .testimonial-description:not(.input),
  .home-react .home .organization-details .testimonial-info .testimonial-reviewer:not(.input),
  .home-react .home .organization-details .testimonial-info .testimonial.date:not(.input) {
    width: 100%;
    padding-top: 4px;
    padding-bottom: 2px;
    margin-bottom: 0px;
  }
  /* line 636, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details p, .home-react .home .organization-details span {
    font-size: 13px;
  }
  /* line 641, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details .organization-details-top .organization-details-top-info {
    margin-bottom: 10px;
    display: grid;
  }
  /* line 645, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details .organization-details-top .organization-details-top-info .organization-name {
    margin-top: 20px;
  }
  /* line 649, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details .organization-details-top .organization-details-top-info .distance-and-hours {
    margin-bottom: 10px;
  }
  /* line 654, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details .organization-details-top .checkList {
    margin: 10px 0;
  }
  /* line 658, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details .organization-details-top .info-container {
    max-width: unset;
  }
  /* line 661, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details .organization-details-top .info-container .primary-info {
    width: 100%;
  }
  /* line 666, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details .organization-details-top .info-container .secondary-info.withLicense {
    position: relative;
  }
  /* line 673, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details .organization-details-top .upload-control-wrapper .upload-control .details-info-container {
    right: 10px;
  }
  /* line 680, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details .organization-details-middle {
    margin: 10px 0;
  }
  /* line 685, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details .organization-details-bottom:not(:first-of-type) {
    margin-top: 10px;
  }
  /* line 690, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details .logo-help-container {
    left: 140px;
    bottom: 51px;
  }

  /* line 698, ../../sass/Common/home/_media.scss */
  .contactMe-popup {
    margin: 0;
    width: 100%;
  }

  /* line 703, ../../sass/Common/home/_media.scss */
  .contact-form {
    top: -32px !important;
    height: 120%;
  }
}
@media (max-width: 650px) {
  /* line 710, ../../sass/Common/home/_media.scss */
  .virtual-consult-firstName {
    max-width: 100px;
  }
}
@media (max-width: 600px) {
  /* line 718, ../../sass/Common/home/_media.scss */
  .home-react .home h1 {
    font-size: 24px;
  }
  /* line 722, ../../sass/Common/home/_media.scss */
  .home-react .home .search-services, .home-react .home .treatment-types.outer {
    padding: 30px 20px;
  }
  /* line 726, ../../sass/Common/home/_media.scss */
  .home-react .home .section, .home-react .home .faq {
    padding: 30px 0;
  }
  /* line 729, ../../sass/Common/home/_media.scss */
  .home-react .home .section.links, .home-react .home .faq.links {
    padding: 20px 0;
  }
  /* line 732, ../../sass/Common/home/_media.scss */
  .home-react .home .section.links div, .home-react .home .faq.links div {
    margin: 10px 0;
  }
  /* line 735, ../../sass/Common/home/_media.scss */
  .home-react .home .section.links div a, .home-react .home .faq.links div a {
    font-size: 24px;
  }
  /* line 743, ../../sass/Common/home/_media.scss */
  .home-react .home .testimonials .testimonial-item {
    padding-top: 0 !important;
  }
  /* line 746, ../../sass/Common/home/_media.scss */
  .home-react .home .testimonials .testimonial-item:last-of-type {
    padding-bottom: 0;
  }
  /* line 754, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details .organization-details-middle .item {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 762, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details .organization-details-middle.count3 .item:first-of-type {
    padding-right: 0;
  }
  /* line 766, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details .organization-details-middle.count3 .item:last-of-type {
    padding-left: 0;
  }
  /* line 773, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details .organization-details-bottom {
    padding: 10px 15px;
  }
}
@media (max-width: 580px) {
  /* line 792, ../../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 796, ../../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 803, ../../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 818, ../../sass/Common/home/_media.scss */
  .dialog-content .dialog-content-container .dialog-content-right {
    max-width: calc(100% - 230px);
  }
}
@media (max-width: 560px) {
  /* line 826, ../../sass/Common/home/_media.scss */
  .dialog-content .dialog-content-container.external {
    flex-direction: column;
    height: 100%;
  }

  /* line 833, ../../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 841, ../../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 849, ../../sass/Common/home/_media.scss */
  .dialog-content .dialog-content-container .dialog-content-left .organization-logo {
    margin: 0 auto;
  }
  /* line 852, ../../sass/Common/home/_media.scss */
  .dialog-content .dialog-content-container .dialog-content-left .organization-logo .default-image {
    width: 180px;
    height: 180px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /* line 860, ../../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 867, ../../sass/Common/home/_media.scss */
  .dialog-content .dialog-content-container .dialog-content-left .dialog-component {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  /* line 871, ../../sass/Common/home/_media.scss */
  .dialog-content .dialog-content-container .dialog-content-left .dialog-component .grid-component-image {
    height: 80px;
    width: 80px;
  }
  /* line 877, ../../sass/Common/home/_media.scss */
  .dialog-content .dialog-content-container .dialog-content-left .dialog-organization-name {
    margin: 20px 0;
  }
  /* line 882, ../../sass/Common/home/_media.scss */
  .dialog-content .dialog-content-container .dialog-content-right {
    max-width: unset;
  }

  /* line 886, ../../sass/Common/home/_media.scss */
  .virtual-consult-content {
    padding: 25px 25px 0;
    height: calc(100% - 83px);
    margin: 0;
  }
  /* line 890, ../../sass/Common/home/_media.scss */
  .virtual-consult-content .close-button {
    padding-top: 0;
    top: 0;
  }

  /* line 895, ../../sass/Common/home/_media.scss */
  .virtual-consult-title {
    font-size: 18px;
  }

  /* line 899, ../../sass/Common/home/_media.scss */
  .virtual-consult-join-message {
    margin-top: 2px;
  }

  /* line 903, ../../sass/Common/home/_media.scss */
  .virtual-consult-form-control-container {
    flex-direction: column;
    padding-bottom: 8px;
  }

  /* line 907, ../../sass/Common/home/_media.scss */
  .virtual-consult-form {
    width: 100%;
    padding-bottom: 10px;
  }

  /* line 911, ../../sass/Common/home/_media.scss */
  .virtual-consult-text {
    padding-top: 10px;
    padding-bottom: 15px;
  }

  /* line 915, ../../sass/Common/home/_media.scss */
  .virtual-consult-close-icon {
    position: absolute;
    right: 19px;
    top: 24px;
  }

  /* line 920, ../../sass/Common/home/_media.scss */
  .virtual-consult-firstName {
    max-width: 150px;
  }

  /* line 924, ../../sass/Common/home/_media.scss */
  .mobile-hidden {
    display: none !important;
  }

  /* line 927, ../../sass/Common/home/_media.scss */
  .mobile-invisible {
    visibility: hidden;
  }

  /* line 930, ../../sass/Common/home/_media.scss */
  .contactMe-popup {
    height: 100%;
  }

  /* line 933, ../../sass/Common/home/_media.scss */
  .warning {
    left: calc(100% - 243px);
  }
  /* line 935, ../../sass/Common/home/_media.scss */
  .warning:after {
    right: 19px;
  }
}
@media (max-height: 570px) {
  /* line 942, ../../sass/Common/home/_media.scss */
  .contact-form {
    top: -30px !important;
    height: 112%;
  }
}
@media (max-width: 520px) {
  /* line 955, ../../sass/Common/home/_media.scss */
  .home-react .home .organization-details-middle .upload-control .card-info-container .tooltip {
    width: 150px;
  }
}
@media (max-width: 400px) {
  /* line 967, ../../sass/Common/home/_media.scss */
  .photo-canvas {
    height: 300px;
  }
}
@media (max-width: 360px) {
  /* line 973, ../../sass/Common/home/_media.scss */
  .virtual-consult-firstName {
    max-width: 100px;
  }
}
/* line 2, ../../sass/Common/home/_login.scss */
.login-dialog .MuiDialog-paper {
  overflow-y: visible;
}

/* line 7, ../../sass/Common/home/_login.scss */
.login-page, .login-popup {
  overflow: hidden;
  height: 100%;
  position: relative;
}
/* line 12, ../../sass/Common/home/_login.scss */
.login-page .login-header, .login-popup .login-header {
  height: 170px;
  padding-top: 20px;
}
/* line 17, ../../sass/Common/home/_login.scss */
.login-page .logo, .login-popup .logo {
  display: block;
  width: 300px;
  height: 70px;
  margin: 0 auto;
}
/* line 24, ../../sass/Common/home/_login.scss */
.login-page .login-form, .login-popup .login-form {
  box-sizing: border-box;
  top: 100px;
  position: absolute;
  width: 500px;
  min-height: 500px;
  left: calc(50% - 225px);
  padding: 47px 45px 40px;
  margin-bottom: 0;
  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 38, ../../sass/Common/home/_login.scss */
.login-page .login-form .input, .login-popup .login-form .input {
  margin-bottom: 20px;
}
/* line 42, ../../sass/Common/home/_login.scss */
.login-page .login-form button, .login-popup .login-form button {
  font-size: 16px;
  margin-bottom: 7px;
}
/* line 47, ../../sass/Common/home/_login.scss */
.login-page .login-form .message, .login-popup .login-form .message {
  font-size: 14px;
  color: #ff5959;
}
/* line 52, ../../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 57, ../../sass/Common/home/_login.scss */
.login-page .login-form .terms-message a, .login-popup .login-form .terms-message a {
  color: #3E9FA1;
  text-decoration: none;
}
/* line 61, ../../sass/Common/home/_login.scss */
.login-page .login-form .terms-message a:hover, .login-popup .login-form .terms-message a:hover {
  color: #2A7E80;
  text-decoration: underline;
}

/* line 70, ../../sass/Common/home/_login.scss */
.login-popup {
  position: relative;
}
/* line 73, ../../sass/Common/home/_login.scss */
.login-popup .login-form {
  position: unset;
  top: unset;
}
/* line 77, ../../sass/Common/home/_login.scss */
.login-popup .login-form .title {
  margin-bottom: 25px;
}
/* line 82, ../../sass/Common/home/_login.scss */
.login-popup .close-button {
  position: absolute;
  right: 30px;
  top: 39px;
}

/* line 91, ../../sass/Common/home/_login.scss */
.login-page .login-form .title {
  display: none;
}

/* line 97, ../../sass/Common/home/_login.scss */
.logout-popup {
  width: 310px;
  overflow: hidden;
  padding: 35px !important;
}
/* line 102, ../../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 110, ../../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 5, ../../sass/ToothService/home/_home.scss */
.dialog-content .dialog-content-container .title {
  color: #3E9FA1;
}
/* line 9, ../../sass/ToothService/home/_home.scss */
.dialog-content .dialog-content-container .dialog-content-left {
  background: #3E9FA1;
}
/* line 12, ../../sass/ToothService/home/_home.scss */
.dialog-content .dialog-content-container .dialog-content-left .dialog-organization-name {
  color: white;
}

/* line 19, ../../sass/ToothService/home/_home.scss */
.home-react {
  font-family: 'Montserrat';
}
/* line 23, ../../sass/ToothService/home/_home.scss */
.home-react .organization-details-middle p, .home-react .organization-details-middle h3 {
  word-break: break-word;
}
/* line 30, ../../sass/ToothService/home/_home.scss */
.home-react .home .location-icon {
  color: #a8a8a8;
  margin-bottom: 5px;
}
/* line 35, ../../sass/ToothService/home/_home.scss */
.home-react .home .location-icon-red {
  color: red;
  margin-bottom: 5px;
}
/* line 40, ../../sass/ToothService/home/_home.scss */
.home-react .home .location-icon-green {
  color: green;
  margin-bottom: 5px;
}
/* line 45, ../../sass/ToothService/home/_home.scss */
.home-react .home #search-error-tooltip {
  margin-left: -20px !important;
}
/* line 50, ../../sass/ToothService/home/_home.scss */
.home-react .home .header .left-content {
  min-width: 205px;
}
/* line 53, ../../sass/ToothService/home/_home.scss */
.home-react .home .header .left-content.full-logo {
  min-width: 400px;
}
/* line 57, ../../sass/ToothService/home/_home.scss */
.home-react .home .header .left-content .logo {
  margin-left: 0;
  position: relative;
  top: -5px;
  background-position-y: 10px;
}
/* line 64, ../../sass/ToothService/home/_home.scss */
.home-react .home .header .left-content #logo {
  background-size: auto;
  background-repeat: no-repeat;
}
/* line 71, ../../sass/ToothService/home/_home.scss */
.home-react .home .header .middle-content:not(:empty) {
  min-width: 150px;
}
/* line 76, ../../sass/ToothService/home/_home.scss */
.home-react .home .header .right-content {
  width: 200px;
}
/* line 79, ../../sass/ToothService/home/_home.scss */
.home-react .home .header .right-content.increased-width {
  width: 209px;
}
/* line 85, ../../sass/ToothService/home/_home.scss */
.home-react .home .organization-section {
  background: #FFFFFF;
  text-align: center;
}
/* line 89, ../../sass/ToothService/home/_home.scss */
.home-react .home .organization-section a {
  color: #3E9FA1;
  text-decoration: none;
}
/* line 93, ../../sass/ToothService/home/_home.scss */
.home-react .home .organization-section a:hover {
  cursor: pointer;
  color: #2A7E80;
}
/* line 101, ../../sass/ToothService/home/_home.scss */
.home-react .home .search-services .search-title {
  color: #2A7E80;
  text-transform: capitalize;
}
/* line 107, ../../sass/ToothService/home/_home.scss */
.home-react .home .treatment-types {
  margin-top: 50px;
}
/* line 110, ../../sass/ToothService/home/_home.scss */
.home-react .home .treatment-types.outer {
  display: none;
}
/* line 114, ../../sass/ToothService/home/_home.scss */
.home-react .home .treatment-types .treatment-type-label {
  color: #373737 !important;
  font-weight: normal;
}
/* line 120, ../../sass/ToothService/home/_home.scss */
.home-react .home .treatment-types-grid {
  justify-content: space-around;
}
/* line 124, ../../sass/ToothService/home/_home.scss */
.home-react .home .treatment-types-grid .treatment-type-description {
  text-align: center;
}
/* line 129, ../../sass/ToothService/home/_home.scss */
.home-react .home .treatment-type {
  max-width: 20% !important;
  flex-basis: 20% !important;
  text-align: center;
}
/* line 134, ../../sass/ToothService/home/_home.scss */
.home-react .home .treatment-type .treatment-type-label {
  color: #373737 !important;
  font-weight: normal;
}
/* line 141, ../../sass/ToothService/home/_home.scss */
.home-react .home .splash-image:after {
  background-image: url("/Site/Media/ToothService/SearchPage/starsRight.png");
  background-repeat: no-repeat;
  height: 700px;
  width: 830px;
  position: absolute;
  right: 0;
  z-index: 2;
  content: " ";
}
/* line 152, ../../sass/ToothService/home/_home.scss */
.home-react .home .splash-image:before {
  background-image: url("/Site/Media/ToothService/SearchPage/starsLeft.png");
  background-repeat: no-repeat;
  height: 700px;
  width: 221px;
  position: absolute;
  left: 0;
  z-index: 2;
  content: " ";
}
/* line 163, ../../sass/ToothService/home/_home.scss */
.home-react .home .splash-image .title-content {
  margin-top: -130px;
  position: absolute;
  width: 100%;
  z-index: 3;
}
/* line 169, ../../sass/ToothService/home/_home.scss */
.home-react .home .splash-image .title-content .title-logo {
  margin-left: calc(53% - 6px);
  margin-bottom: 10px;
  max-width: 40%;
}
/* line 175, ../../sass/ToothService/home/_home.scss */
.home-react .home .splash-image .title-content h2 {
  margin-left: 53%;
  text-transform: capitalize;
  text-align: left;
}
/* line 183, ../../sass/ToothService/home/_home.scss */
.home-react .home .help-block {
  position: absolute;
  right: 0;
  z-index: 4;
  margin-top: 170px;
}
/* line 190, ../../sass/ToothService/home/_home.scss */
.home-react .home .help-image {
  height: 400px;
}
/* line 194, ../../sass/ToothService/home/_home.scss */
.home-react .home .help-link {
  color: white;
  background-color: #ff5959;
  border-radius: 20px;
  position: absolute;
  left: 30%;
  top: 38%;
  text-decoration: none;
  padding: 8px 30px;
  font-weight: 500;
}
/* line 205, ../../sass/ToothService/home/_home.scss */
.home-react .home .help-link:hover {
  background-color: #e84343;
}
/* line 210, ../../sass/ToothService/home/_home.scss */
.home-react .home .link {
  color: #3E9FA1;
  text-decoration: none;
}
/* line 214, ../../sass/ToothService/home/_home.scss */
.home-react .home .link:hover {
  cursor: pointer;
  color: #2A7E80;
}

/* line 223, ../../sass/ToothService/home/_home.scss */
.phone-input::-webkit-input-placeholder, .preferred-field-input::-webkit-input-placeholder {
  font-family: "Montserrat";
  font-weight: 300 !important;
}
/* line 224, ../../sass/ToothService/home/_home.scss */
.phone-input:-moz-placeholder, .preferred-field-input:-moz-placeholder {
  font-family: "Montserrat";
  font-weight: 300 !important;
}
/* line 225, ../../sass/ToothService/home/_home.scss */
.phone-input::-moz-placeholder, .preferred-field-input::-moz-placeholder {
  font-family: "Montserrat";
  font-weight: 300 !important;
}
/* line 226, ../../sass/ToothService/home/_home.scss */
.phone-input:-ms-input-placeholder, .preferred-field-input:-ms-input-placeholder {
  font-family: "Montserrat";
  font-weight: 300 !important;
}

/* line 229, ../../sass/ToothService/home/_home.scss */
.hours-container {
  margin: 5px 0 15px 0 !important;
}

/* line 1, ../../sass/ToothService/home/_legal.scss */
.page {
  font-family: 'Montserrat' !important;
}

/* line 5, ../../sass/ToothService/home/_legal.scss */
.header-content {
  background: #3E9FA1;
  color: white;
}

/* line 9, ../../sass/ToothService/home/_legal.scss */
.left-content {
  min-width: 200px;
}

/* line 12, ../../sass/ToothService/home/_legal.scss */
.logo {
  background-image: url("/Site/Media/ToothService/Common/logoWhite.svg");
  margin-left: 0;
  position: relative;
  top: -5px;
}

/* line 19, ../../sass/ToothService/home/_legal.scss */
.content {
  line-height: 1.6;
  margin-top: 8px;
}

/* line 23, ../../sass/ToothService/home/_legal.scss */
.footer .jsx-parser {
  background: #f4f4f4;
  color: #797979;
}

/* line 27, ../../sass/ToothService/home/_legal.scss */
.legal-link {
  margin-left: 50px;
}
/* line 29, ../../sass/ToothService/home/_legal.scss */
.legal-link.big {
  margin-left: 54px;
}

/* line 5, ../../sass/ToothService/home/_organization.scss */
.home-react .home .organization-details.editable .primary-info {
  width: calc(100% - 250px);
  min-width: 250px;
}
/* line 11, ../../sass/ToothService/home/_organization.scss */
.home-react .home .organization-details .btn-search-nearby {
  left: unset;
  top: 0;
  font-weight: 300;
  color: #3E9FA1;
  background: transparent;
  border: none;
}
/* line 20, ../../sass/ToothService/home/_organization.scss */
.home-react .home .organization-details .organization-name {
  width: 75%;
}
/* line 25, ../../sass/ToothService/home/_organization.scss */
.home-react .home .organization-details .info-container-data .button-block {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 31, ../../sass/ToothService/home/_organization.scss */
.home-react .home .organization-details .info-container-data .button-block.sticky {
  position: fixed;
  z-index: 1500;
  top: 18px;
  right: unset;
  margin-left: unset;
}
/* line 40, ../../sass/ToothService/home/_organization.scss */
.home-react .home .organization-details .info-container-data .distance span {
  display: inline;
}
/* line 48, ../../sass/ToothService/home/_organization.scss */
.home-react .home .organization-details .secondary-info.withLicense .license-block {
  font-size: 20px;
}
/* line 55, ../../sass/ToothService/home/_organization.scss */
.home-react .home .organization-details-top .primary-info {
  display: grid;
  width: 99%;
  word-break: break-all;
}
/* line 62, ../../sass/ToothService/home/_organization.scss */
.home-react .home .organization-details-top .secondary-info.withLicense .license-block {
  font-size: 18px;
  font-weight: 400;
}
/* line 66, ../../sass/ToothService/home/_organization.scss */
.home-react .home .organization-details-top .secondary-info.withLicense .license-block .expiring-info {
  font-size: 14px;
}
/* line 70, ../../sass/ToothService/home/_organization.scss */
.home-react .home .organization-details-top .secondary-info.withLicense .license-block .extend-date {
  color: #ff5959;
}
/* line 76, ../../sass/ToothService/home/_organization.scss */
.home-react .home .organization-details-top .url-image-input {
  width: 275px;
}
/* line 78, ../../sass/ToothService/home/_organization.scss */
.home-react .home .organization-details-top .url-image-input input {
  width: 260px;
}
/* line 84, ../../sass/ToothService/home/_organization.scss */
.home-react .home .organization-details-top:not(.edit) .organization-details-top-info {
  padding-bottom: 40px;
}
/* line 88, ../../sass/ToothService/home/_organization.scss */
.home-react .home .organization-details-top:not(.edit) .address {
  margin-right: 5px;
}
/* line 91, ../../sass/ToothService/home/_organization.scss */
.home-react .home .organization-details-top:not(.edit) .address:not(:last-child)::after {
  content: ",";
}
/* line 96, ../../sass/ToothService/home/_organization.scss */
.home-react .home .organization-details-top:not(.edit) .inputs-block {
  display: inline-block;
}
/* line 102, ../../sass/ToothService/home/_organization.scss */
.home-react .home .organization-details-top.edit .treatment-content {
  display: flex;
  justify-content: flex-start;
}
/* line 107, ../../sass/ToothService/home/_organization.scss */
.home-react .home .organization-details-top.edit .treatment-content .treatment-wrapper .fa {
  right: 3px;
  top: 0;
}
/* line 116, ../../sass/ToothService/home/_organization.scss */
.home-react .home .organization-details-top .upload-control-wrapper .upload-control .details-info-container {
  right: 125px;
  top: 68px;
}
/* line 123, ../../sass/ToothService/home/_organization.scss */
.home-react .home .organization-details-top .logo-container .icons-container {
  top: 50%;
}
/* line 130, ../../sass/ToothService/home/_organization.scss */
.home-react .home .organization-details-middle .title4.input {
  font-weight: 900;
  padding-bottom: 0;
}
/* line 134, ../../sass/ToothService/home/_organization.scss */
.home-react .home .organization-details-middle .url-image-input {
  width: 220px;
}
/* line 2, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle .url-image-input input::-webkit-input-placeholder {
  font-size: 12px;
}
/* line 3, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle .url-image-input input:-moz-placeholder {
  font-size: 12px;
}
/* line 4, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle .url-image-input input::-moz-placeholder {
  font-size: 12px;
}
/* line 5, ../../sass/Common/home/_organization.scss */
.home-react .home .organization-details-middle .url-image-input input:-ms-input-placeholder {
  font-size: 12px;
}
/* line 144, ../../sass/ToothService/home/_organization.scss */
.home-react .home .organization-details-middle .upload-control .upload-file {
  left: 50.5%;
}
/* line 148, ../../sass/ToothService/home/_organization.scss */
.home-react .home .organization-details-middle .upload-control .card-info-container {
  left: 190px;
  top: 3px;
}
/* line 155, ../../sass/ToothService/home/_organization.scss */
.home-react .home .organization-details .logo-info-container {
  left: 145px;
  bottom: 5px;
}

/* line 163, ../../sass/ToothService/home/_organization.scss */
.tooltip {
  border-color: #3E9FA1;
}
/* line 165, ../../sass/ToothService/home/_organization.scss */
.tooltip .tooltip-content {
  font-family: "Mukta Mahee", sans-serif !important;
}
/* line 168, ../../sass/ToothService/home/_organization.scss */
.tooltip:after {
  border-right: 1px solid #3E9FA1;
  border-bottom: 1px solid #3E9FA1;
}
/* line 174, ../../sass/ToothService/home/_organization.scss */
.tooltip.place-top:before {
  border-top: 8px solid #3E9FA1;
}
/* line 180, ../../sass/ToothService/home/_organization.scss */
.tooltip.place-bottom:before {
  border-bottom: 8px solid #3E9FA1;
}
/* line 186, ../../sass/ToothService/home/_organization.scss */
.tooltip.place-right:before {
  border-right: 8px solid #3E9FA1;
}
/* line 192, ../../sass/ToothService/home/_organization.scss */
.tooltip.place-left:before {
  border-left: 8px solid #3E9FA1;
}

/* line 4, ../../sass/ToothService/home/_search.scss */
.search-component-wrapper .search-component .tooltip .tooltip-content {
  font-weight: 400;
}

/* line 18, ../../sass/ToothService/home/_search.scss */
.header .middle-content-filters .extended-search .search-bar .filters .filter-text {
  width: 71px;
}
/* line 20, ../../sass/ToothService/home/_search.scss */
.header .middle-content-filters .extended-search .search-bar .filters .filter-text .colon {
  margin-left: 2px;
}
/* line 29, ../../sass/ToothService/home/_search.scss */
.header .middle-content-filters .extended-search .all-filters .wrapper .filter-section label {
  width: 20%;
}

/* line 41, ../../sass/ToothService/home/_search.scss */
.search-result .default-image-container, .organization-details .default-image-container, .dialog-content .default-image-container {
  border: none;
  border-radius: unset;
  background-color: inherit;
}
/* line 46, ../../sass/ToothService/home/_search.scss */
.search-result .default-image-container .default-image, .organization-details .default-image-container .default-image, .dialog-content .default-image-container .default-image {
  border-radius: 50%;
}

/* line 54, ../../sass/ToothService/home/_search.scss */
.home-react .home .btn-search-nearby {
  color: white;
  font-weight: normal;
  font-size: 16px;
  top: 12px;
}
/* line 60, ../../sass/ToothService/home/_search.scss */
.home-react .home .organization-details {
  min-height: calc(100% - 102px);
}
/* line 67, ../../sass/ToothService/home/_search.scss */
.home-react .home .organization-details-top .info-container .distance.outer {
  display: none;
}
/* line 74, ../../sass/ToothService/home/_search.scss */
.home-react .home .search-results {
  min-width: 900px;
  min-height: calc(100% - 72px);
}
/* line 80, ../../sass/ToothService/home/_search.scss */
.home-react .home .search-results .content-details .content-details-middle {
  align-items: flex-end;
}
/* line 86, ../../sass/ToothService/home/_search.scss */
.home-react .home .search-results .search-result .search-result-middle {
  width: calc(100% - 290px);
  min-width: 250px;
  margin-bottom: 20px;
}
/* line 92, ../../sass/ToothService/home/_search.scss */
.home-react .home .search-results .search-result .search-result-middle .distance.outer {
  display: none;
}
/* line 97, ../../sass/ToothService/home/_search.scss */
.home-react .home .search-results .search-result .search-result-middle .address {
  padding-right: 5px;
}
/* line 102, ../../sass/ToothService/home/_search.scss */
.home-react .home .search-results .search-result .search-result-right {
  margin-bottom: 20px;
}
/* line 106, ../../sass/ToothService/home/_search.scss */
.home-react .home .search-results .search-result p {
  margin-bottom: 5px;
}
/* line 113, ../../sass/ToothService/home/_search.scss */
.home-react .home .search-component:hover {
  background: #e84343;
}
/* line 120, ../../sass/ToothService/home/_search.scss */
.home-react .home #button-block.sticky .btn-contact:hover {
  background: #e84343;
}
/* line 126, ../../sass/ToothService/home/_search.scss */
.home-react .home .no-results-block {
  min-height: calc(100% - 122px);
}
/* line 129, ../../sass/ToothService/home/_search.scss */
.home-react .home .no-results-block .no-results-image {
  padding-left: 20px;
}

@media (max-width: 1350px) {
  /* line 7, ../../sass/ToothService/home/_media.scss */
  .home-react .home .organization-details-middle .url-image-input {
    width: 190px;
  }
  /* line 9, ../../sass/ToothService/home/_media.scss */
  .home-react .home .organization-details-middle .url-image-input input {
    width: 190px;
  }
  /* line 2, ../../sass/Common/home/_organization.scss */
  .home-react .home .organization-details-middle .url-image-input input::-webkit-input-placeholder {
    font-size: 10px;
  }
  /* line 3, ../../sass/Common/home/_organization.scss */
  .home-react .home .organization-details-middle .url-image-input input:-moz-placeholder {
    font-size: 10px;
  }
  /* line 4, ../../sass/Common/home/_organization.scss */
  .home-react .home .organization-details-middle .url-image-input input::-moz-placeholder {
    font-size: 10px;
  }
  /* line 5, ../../sass/Common/home/_organization.scss */
  .home-react .home .organization-details-middle .url-image-input input:-ms-input-placeholder {
    font-size: 10px;
  }
}
@media (max-width: 1320px) {
  /* line 25, ../../sass/ToothService/home/_media.scss */
  .home-react .home .search-results {
    min-width: unset;
  }
  /* line 29, ../../sass/ToothService/home/_media.scss */
  .home-react .home .search-result, .home-react .home .search-results-text {
    width: auto;
    min-width: unset;
  }
}
@media (max-width: 1250px) {
  /* line 42, ../../sass/ToothService/home/_media.scss */
  .home-react .home .organization-details-middle .upload-control {
    height: 50px;
  }
  /* line 45, ../../sass/ToothService/home/_media.scss */
  .home-react .home .organization-details-middle .upload-control .upload-file .fa-cloud-upload {
    font-size: 14px;
  }
  /* line 48, ../../sass/ToothService/home/_media.scss */
  .home-react .home .organization-details-middle .upload-control .upload-file span {
    font-size: 14px;
  }
  /* line 53, ../../sass/ToothService/home/_media.scss */
  .home-react .home .organization-details-middle .upload-control .card-info-container {
    left: 179px;
    top: 1px;
  }
}
@media (max-width: 1160px) {
  /* line 67, ../../sass/ToothService/home/_media.scss */
  .home-react .home .search-result, .home-react .home .search-results-text {
    margin-right: 2%;
    margin-left: 2%;
  }
}
@media (min-width: 1141px) {
  /* line 82, ../../sass/ToothService/home/_media.scss */
  .home-react .home .header.header-resources .middle-content .header-wrapper .btn-search-nearby-wrapper {
    width: 1080px;
    margin: auto;
  }
  /* line 91, ../../sass/ToothService/home/_media.scss */
  .home-react .home .page.resources .body {
    width: 1080px;
  }
}
@media (max-width: 1140px) {
  /* line 103, ../../sass/ToothService/home/_media.scss */
  .home-react .home .page.resources .body {
    padding-left: 24px;
    padding-right: 24px;
    width: auto;
    margin: 15px auto;
  }
  /* line 113, ../../sass/ToothService/home/_media.scss */
  .home-react .home .header.header-organization .left-content {
    display: inherit;
    margin-top: 12px;
    margin-left: 0;
  }
  /* line 119, ../../sass/ToothService/home/_media.scss */
  .home-react .home .header.header-organization .middle-content {
    width: 100%;
  }
  /* line 125, ../../sass/ToothService/home/_media.scss */
  .home-react .home .header.header-resources .left-content {
    display: inherit;
  }
  /* line 130, ../../sass/ToothService/home/_media.scss */
  .home-react .home .header.header-resources .middle-content .btn-search-nearby {
    margin-left: 12px;
  }
  /* line 135, ../../sass/ToothService/home/_media.scss */
  .home-react .home .header.header-resources .right-content {
    display: inherit;
  }
  /* line 140, ../../sass/ToothService/home/_media.scss */
  .home-react .home .header .left-content {
    display: none;
  }
  /* line 144, ../../sass/ToothService/home/_media.scss */
  .home-react .home .header .middle-content {
    width: 100%;
  }
  /* line 148, ../../sass/ToothService/home/_media.scss */
  .home-react .home .header .right-content {
    width: unset;
  }
  /* line 151, ../../sass/ToothService/home/_media.scss */
  .home-react .home .header .right-content .help-button {
    display: none;
  }
  /* line 157, ../../sass/ToothService/home/_media.scss */
  .home-react .home .header.header-basic .left-content {
    display: inherit;
  }
  /* line 161, ../../sass/ToothService/home/_media.scss */
  .home-react .home .header.header-basic .middle-content {
    width: inherit;
  }
  /* line 165, ../../sass/ToothService/home/_media.scss */
  .home-react .home .header.header-basic .right-content {
    display: inherit;
  }
  /* line 173, ../../sass/ToothService/home/_media.scss */
  .home-react .home .search-services .treatment-types.inner .treatment-types-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  /* line 178, ../../sass/ToothService/home/_media.scss */
  .home-react .home .search-services .treatment-types.inner .treatment-types-grid .treatment-type {
    max-width: none !important;
    flex-basis: auto !important;
  }
}
@media (max-width: 960px) {
  /* line 191, ../../sass/ToothService/home/_media.scss */
  .home-react .home .footer .jsx-parser {
    padding: 30px;
  }
  /* line 194, ../../sass/ToothService/home/_media.scss */
  .home-react .home .footer .jsx-parser a {
    margin-left: 3%;
  }
}
@media (max-width: 920px) {
  /* line 208, ../../sass/ToothService/home/_media.scss */
  .home-react .home .splash-image .title-content h2 {
    font-size: 2em;
  }

  /* line 220, ../../sass/ToothService/home/_media.scss */
  .home-react .home .organization-details-middle .url-image-input {
    width: 150px;
  }
  /* line 223, ../../sass/ToothService/home/_media.scss */
  .home-react .home .organization-details-middle .url-image-input input {
    width: 150px;
  }
  /* line 2, ../../sass/Common/home/_organization.scss */
  .home-react .home .organization-details-middle .url-image-input input::-webkit-input-placeholder {
    font-size: 8px;
  }
  /* line 3, ../../sass/Common/home/_organization.scss */
  .home-react .home .organization-details-middle .url-image-input input:-moz-placeholder {
    font-size: 8px;
  }
  /* line 4, ../../sass/Common/home/_organization.scss */
  .home-react .home .organization-details-middle .url-image-input input::-moz-placeholder {
    font-size: 8px;
  }
  /* line 5, ../../sass/Common/home/_organization.scss */
  .home-react .home .organization-details-middle .url-image-input input:-ms-input-placeholder {
    font-size: 8px;
  }
  /* line 230, ../../sass/ToothService/home/_media.scss */
  .home-react .home .organization-details-middle .upload-control {
    width: 150px;
    height: 40px;
  }
  /* line 233, ../../sass/ToothService/home/_media.scss */
  .home-react .home .organization-details-middle .upload-control .middle-text {
    top: calc(100% - 10px);
  }
  /* line 237, ../../sass/ToothService/home/_media.scss */
  .home-react .home .organization-details-middle .upload-control .upload-file {
    width: 150px;
  }
  /* line 240, ../../sass/ToothService/home/_media.scss */
  .home-react .home .organization-details-middle .upload-control .upload-file .fa-cloud-upload {
    font-size: 14px;
  }
  /* line 243, ../../sass/ToothService/home/_media.scss */
  .home-react .home .organization-details-middle .upload-control .upload-file span {
    font-size: 12px;
  }
  /* line 248, ../../sass/ToothService/home/_media.scss */
  .home-react .home .organization-details-middle .upload-control .card-info-container {
    left: 140px;
    top: 1px;
  }
  /* line 251, ../../sass/ToothService/home/_media.scss */
  .home-react .home .organization-details-middle .upload-control .card-info-container span {
    width: 14px;
    height: 14px;
  }
}
@media (min-width: 851px) {
  /* line 264, ../../sass/ToothService/home/_media.scss */
  .header-wrapper {
    position: absolute;
    width: 100%;
    left: 0px;
  }
}
@media (max-width: 860px) {
  /* line 275, ../../sass/ToothService/home/_media.scss */
  .home-react .home .splash-image:before, .home-react .home .splash-image:after {
    content: none;
  }
  /* line 281, ../../sass/ToothService/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 289, ../../sass/ToothService/home/_media.scss */
  .home-react .home .page.resources .body .list {
    width: auto;
    position: inherit;
    float: none;
    padding: 0 10px;
  }
  /* line 296, ../../sass/ToothService/home/_media.scss */
  .home-react .home .page.resources .body .content {
    width: auto;
    min-width: 30px;
  }
  /* line 304, ../../sass/ToothService/home/_media.scss */
  .home-react .home .search-results .search-result {
    padding: 20px;
    position: relative;
  }
  /* line 308, ../../sass/ToothService/home/_media.scss */
  .home-react .home .search-results .search-result .search-result-middle {
    padding-top: 0;
    flex-direction: column;
    width: 100%;
  }
  /* line 313, ../../sass/ToothService/home/_media.scss */
  .home-react .home .search-results .search-result .search-result-middle p.distance.outer {
    padding-top: 0;
  }
  /* line 318, ../../sass/ToothService/home/_media.scss */
  .home-react .home .search-results .search-result .search-result-right {
    margin-top: 0;
    position: relative;
  }
  /* line 323, ../../sass/ToothService/home/_media.scss */
  .home-react .home .search-results .search-result .search-result-left {
    min-width: unset;
  }
  /* line 327, ../../sass/ToothService/home/_media.scss */
  .home-react .home .search-results .search-result .testimonial {
    margin-top: 20px;
  }
  /* line 334, ../../sass/ToothService/home/_media.scss */
  .home-react .home .search-results .regular .content-details-middle .search-result-middle {
    margin-bottom: 15px;
  }
  /* line 340, ../../sass/ToothService/home/_media.scss */
  .home-react .home .search-results .search-results-text {
    padding-top: 20px;
  }
  /* line 345, ../../sass/ToothService/home/_media.scss */
  .home-react .home .footer .jsx-parser {
    display: flex;
    flex-direction: column;
  }
  /* line 349, ../../sass/ToothService/home/_media.scss */
  .home-react .home .footer .jsx-parser a {
    margin: 10px 0 0;
  }
}
@media (max-width: 820px) and (max-height: 420px) {
  /* line 363, ../../sass/ToothService/home/_media.scss */
  .home-react .home .splash-image .title-content h2.title-first-line {
    font-size: 36px;
  }
  /* line 367, ../../sass/ToothService/home/_media.scss */
  .home-react .home .splash-image .title-content h2.title-second-line {
    font-size: 1.5em;
  }
}
@media (max-width: 820px) {
  /* line 382, ../../sass/ToothService/home/_media.scss */
  .home-react .home .organization-details .organization-details-top .button-block.sticky {
    width: 100%;
  }
}
@media (max-width: 790px) {
  /* line 401, ../../sass/ToothService/home/_media.scss */
  .home-react .home .header .middle-content .middle-content-filters .extended-search .search-bar .sort-order {
    display: none;
  }
  /* line 410, ../../sass/ToothService/home/_media.scss */
  .home-react .home .organization-details .organization-details-middle {
    flex-direction: column;
  }
  /* line 412, ../../sass/ToothService/home/_media.scss */
  .home-react .home .organization-details .organization-details-middle .item {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 750px) {
  /* line 427, ../../sass/ToothService/home/_media.scss */
  .home-react .home .header .right-content {
    display: none;
  }
  /* line 433, ../../sass/ToothService/home/_media.scss */
  .home-react .home .organization-details.editable {
    width: 98%;
    margin-right: auto;
  }
  /* line 437, ../../sass/ToothService/home/_media.scss */
  .home-react .home .organization-details.editable .button-block {
    display: block;
    margin-bottom: 5%;
  }
  /* line 444, ../../sass/ToothService/home/_media.scss */
  .home-react .home .organization-details.editable .info-container .secondary-info.withLicense {
    position: relative;
  }
  /* line 452, ../../sass/ToothService/home/_media.scss */
  .home-react .home .organization-details .secondary-info .license-block {
    display: none;
  }
  /* line 457, ../../sass/ToothService/home/_media.scss */
  .home-react .home .organization-details .icons {
    display: none;
  }
  /* line 461, ../../sass/ToothService/home/_media.scss */
  .home-react .home .organization-details .logo-info-container {
    bottom: 51px;
  }
}
@media (max-width: 740px) {
  /* line 476, ../../sass/ToothService/home/_media.scss */
  .home-react .home .page.resources .body .content .pain-terms-list li {
    width: 50%;
  }
  /* line 485, ../../sass/ToothService/home/_media.scss */
  .home-react .home .splash-image .title-content {
    margin-top: -170px;
  }
  /* line 488, ../../sass/ToothService/home/_media.scss */
  .home-react .home .splash-image .title-content h2 {
    font-size: 26px;
  }
  /* line 494, ../../sass/ToothService/home/_media.scss */
  .home-react .home .help-block {
    margin-top: 120px;
  }
  /* line 498, ../../sass/ToothService/home/_media.scss */
  .home-react .home .help-image {
    height: 340px;
  }
  /* line 502, ../../sass/ToothService/home/_media.scss */
  .home-react .home .help-link {
    left: 27%;
  }
  /* line 506, ../../sass/ToothService/home/_media.scss */
  .home-react .home .treatment-types {
    margin-top: 20px;
  }
}
@media (max-width: 670px) {
  /* line 515, ../../sass/ToothService/home/_media.scss */
  .home-react .home .search-results-text {
    width: 92%;
  }
  /* line 520, ../../sass/ToothService/home/_media.scss */
  .home-react .home .search-results .search-result {
    padding-bottom: 13px;
  }
  /* line 523, ../../sass/ToothService/home/_media.scss */
  .home-react .home .search-results .search-result .search-results-container {
    display: grid;
  }
  /* line 527, ../../sass/ToothService/home/_media.scss */
  .home-react .home .search-results .search-result .content-details {
    height: auto;
    min-height: 155px;
    width: auto;
  }
  /* line 532, ../../sass/ToothService/home/_media.scss */
  .home-react .home .search-results .search-result .content-details .organization-name {
    margin-bottom: 5px;
    font-size: 16px;
  }
  /* line 537, ../../sass/ToothService/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;
    text-align: justify;
  }
  /* line 542, ../../sass/ToothService/home/_media.scss */
  .home-react .home .search-results .search-result .content-details .search-result-right {
    margin-bottom: 0;
  }
  /* line 547, ../../sass/ToothService/home/_media.scss */
  .home-react .home .search-results .search-result .search-result-left {
    margin: unset;
  }
  /* line 551, ../../sass/ToothService/home/_media.scss */
  .home-react .home .search-results .search-result .search-result-middle {
    margin-bottom: 10px;
    width: 100%;
  }
  /* line 556, ../../sass/ToothService/home/_media.scss */
  .home-react .home .search-results .search-result .btn-contact {
    font-size: 12px;
    padding: 5px 10px;
  }
  /* line 561, ../../sass/ToothService/home/_media.scss */
  .home-react .home .search-results .search-result .organization-logo {
    width: calc(100% - 9.5em);
    padding-top: calc(100% - 9.5em);
    height: 0;
    border-radius: 50%;
    margin: 0 auto;
  }
  /* line 568, ../../sass/ToothService/home/_media.scss */
  .home-react .home .search-results .search-result .organization-logo img, .home-react .home .search-results .search-result .organization-logo .default {
    width: 100%;
    height: 100%;
    left: 0;
    font-size: 90px;
    margin-left: unset;
  }
  /* line 577, ../../sass/ToothService/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 583, ../../sass/ToothService/home/_media.scss */
  .home-react .home .search-results .search-result .testimonial .testimonial-second {
    justify-content: flex-start;
    margin-top: 10px;
  }
  /* line 587, ../../sass/ToothService/home/_media.scss */
  .home-react .home .search-results .search-result .testimonial .testimonial-second .testimonial-right {
    order: 2;
    padding-left: 10px;
    text-align: left;
  }
  /* line 600, ../../sass/ToothService/home/_media.scss */
  .home-react .home .organization-details-top .upload-control-wrapper .upload-control .details-info-container {
    right: 15px;
  }
}
@media (max-width: 600px) {
  /* line 612, ../../sass/ToothService/home/_media.scss */
  .home-react .home .splash-image {
    height: 65vh;
  }
  /* line 615, ../../sass/ToothService/home/_media.scss */
  .home-react .home .splash-image .title-content {
    margin-top: -140px;
  }
  /* line 620, ../../sass/ToothService/home/_media.scss */
  .home-react .home .help-block {
    margin-top: 120px;
  }
  /* line 624, ../../sass/ToothService/home/_media.scss */
  .home-react .home .help-image {
    height: 340px;
  }
  /* line 628, ../../sass/ToothService/home/_media.scss */
  .home-react .home .help-link {
    left: 27%;
  }
  /* line 632, ../../sass/ToothService/home/_media.scss */
  .home-react .home .search-services {
    padding-bottom: 0;
    width: unset;
    background-color: white;
    background-image: none;
  }
  /* line 638, ../../sass/ToothService/home/_media.scss */
  .home-react .home .search-services h1 {
    margin-top: 0;
  }
  /* line 642, ../../sass/ToothService/home/_media.scss */
  .home-react .home .search-services .treatment-types-grid {
    width: 100vw;
    margin-left: -20px;
  }
  /* line 646, ../../sass/ToothService/home/_media.scss */
  .home-react .home .search-services .treatment-types-grid .treatment-type {
    transform: scale(0.9, 0.9);
  }
}
@media (max-width: 580px) {
  /* line 661, ../../sass/ToothService/home/_media.scss */
  .home-react .home .page.resources .body .content .pain-terms-list li {
    width: 100%;
  }
  /* line 671, ../../sass/ToothService/home/_media.scss */
  .home-react .home .header.header-organization .left-content, .home-react .home .header.header-resources .left-content {
    min-width: unset;
    margin-top: 15px;
  }
  /* line 674, ../../sass/ToothService/home/_media.scss */
  .home-react .home .header.header-organization .left-content #logo, .home-react .home .header.header-resources .left-content #logo {
    background-image: url("/Site/Media/ToothService/Common/logoSmallWhite.svg");
    width: 40px;
    margin-left: 10px;
  }
  /* line 685, ../../sass/ToothService/home/_media.scss */
  .home-react .home .header .middle-content .middle-content-filters .extended-search .search-bar .filters {
    max-width: calc(100vw - 304px);
    justify-content: center;
    padding-left: 12px;
  }
  /* line 690, ../../sass/ToothService/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;
  }
  /* line 697, ../../sass/ToothService/home/_media.scss */
  .home-react .home .header .middle-content .btn-search-nearby, .home-react .home .header .middle-content .link-back {
    padding-left: 0;
    margin-left: 18px;
  }
  /* line 705, ../../sass/ToothService/home/_media.scss */
  .home-react .home .organization-details .organization-details-top {
    position: relative;
  }
  /* line 709, ../../sass/ToothService/home/_media.scss */
  .home-react .home .organization-details .organization-details-top .button-block.sticky .btn-contact {
    position: absolute;
    top: 0;
    width: 130px;
  }
}
@media (max-width: 450px) {
  /* line 727, ../../sass/ToothService/home/_media.scss */
  .home-react .home .search-services .search-component-wrapper .search-component .tooltip {
    left: 25px !important;
  }
}
@media (max-width: 420px) {
  /* line 740, ../../sass/ToothService/home/_media.scss */
  .home-react .home .splash-image {
    height: 55vh;
  }
  /* line 744, ../../sass/ToothService/home/_media.scss */
  .home-react .home .splash-image .title-content h2 {
    font-size: 18px;
  }
  /* line 750, ../../sass/ToothService/home/_media.scss */
  .home-react .home .help-block {
    margin-top: 70px;
  }
  /* line 754, ../../sass/ToothService/home/_media.scss */
  .home-react .home .help-image {
    height: 240px;
  }
  /* line 758, ../../sass/ToothService/home/_media.scss */
  .home-react .home .help-link {
    left: 24%;
    padding: 5px 21px;
    top: 38%;
  }
  /* line 769, ../../sass/ToothService/home/_media.scss */
  .home-react .home .header .middle-content .middle-content-filters .extended-search .search-bar .filters {
    width: unset;
  }
  /* line 778, ../../sass/ToothService/home/_media.scss */
  .home-react .home .header.header-organization .middle-content, .home-react .home .header.header-resources .middle-content {
    margin-top: 14px;
  }
  /* line 781, ../../sass/ToothService/home/_media.scss */
  .home-react .home .header.header-organization .middle-content .btn-search-nearby, .home-react .home .header.header-organization .middle-content .link-back, .home-react .home .header.header-resources .middle-content .btn-search-nearby, .home-react .home .header.header-resources .middle-content .link-back {
    font-size: 14px;
  }
  /* line 788, ../../sass/ToothService/home/_media.scss */
  .home-react .home .header.header-resources .right-content {
    min-width: 45px;
  }
}
@media (max-width: 390px) {
  /* line 806, ../../sass/ToothService/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 813, ../../sass/ToothService/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 818, ../../sass/ToothService/home/_media.scss */
  .home-react .home .header .middle-content .middle-content-filters .extended-search .search-bar .filters span {
    display: none;
  }
  /* line 822, ../../sass/ToothService/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: 380px) {
  /* line 846, ../../sass/ToothService/home/_media.scss */
  .home-react .home .header .middle-content .extended-search .search-bar .search-component-wrapper .tooltip {
    left: 25px !important;
  }
}
@media (max-width: 360px) {
  /* line 862, ../../sass/ToothService/home/_media.scss */
  .home-react .home .header.header-organization .left-content {
    display: none;
  }
  /* line 869, ../../sass/ToothService/home/_media.scss */
  .home-react img.treatment:not(:last-child) {
    margin-right: 4px;
  }
}
/* line 2, ../../sass/ToothService/home/_login.scss */
.login-page .login-header, .login-popup .login-header {
  background-color: #3E9FA1;
}
