@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
body {
  color: #131519 !important;
}

@font-face {
  font-family: "Questrial";
  src: url("../../fonts/Questrial-Regular.woff2") format("woff2"), url("../../fonts/Questrial-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Firefox */
* {
  scrollbar-width: thin;
  /* makes scrollbar thinner */
  scrollbar-color: #51627b rgba(81, 98, 123, 0.12);
  /* thumb color | track color */
}

/* WebKit browsers (Chrome, Safari, Edge) */
*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

*::-webkit-scrollbar-track {
  background: rgba(81, 98, 123, 0.08);
  border-radius: 8px;
}

*::-webkit-scrollbar-thumb {
  background-color: #51627b;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.06);
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #3f4f63;
  /* darker on hover */
}

strong {
  font-family: "Open Sans";
}

a {
  font-family: "Open Sans";
}

h2.subtitle {
  font-size: 19px;
  color: #886c51;
  display: block;
  text-align: center;
  margin: 0;
  line-height: 1.2em;
  padding: 15px 10px 48px;
  font-weight: 600;
}

.instruction_section .instruction p {
  font-size: 14px;
}
.instruction_section .instruction p a {
  color: #7088ab !important;
}
.instruction_section .instruction p a i {
  font-size: 14px;
  color: #7088ab !important;
}
.instruction_section .instruction p a b {
  font-weight: 600;
  font-size: 14px;
  color: #7088ab !important;
  font-family: "Questrial";
}
.instruction_section .instruction i,
.instruction_section .instruction a,
.instruction_section .instruction span {
  font-family: "Questrial";
  font-size: 14px;
  color: #7088ab !important;
}

.directory_search {
  padding: 60px 0 0;
  max-width: 1024px !important;
}
.directory_search * {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.2;
  color: #131519;
  margin: 0;
}
.directory_search .top-content {
  text-align: center;
}
.directory_search .top-content h2 {
  color: #131519;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 12px;
}
.directory_search .top-content p {
  color: #131519;
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 15px;
}
.directory_search .directory_search_wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 30px 0;
}
.directory_search .directory_search_wrap .leftWrap {
  width: 360px;
  max-width: 100%;
}
.directory_search .directory_search_wrap .leftWrap .searchWrap {
  display: none;
}
.directory_search .directory_search_wrap .leftWrap .searchWrap #back_to_filter {
  background-color: rgb(81, 98, 123);
  padding: 7px;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  font-family: Questrial;
  margin: 0px;
  font-weight: 400;
  display: inline-block;
}
.directory_search .directory_search_wrap .leftWrap .searchWrap #back_to_filter i {
  color: #fff;
  transform: rotate(270deg);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin-right: 5px;
}
.directory_search .directory_search_wrap .leftWrap ul {
  list-style: none;
}
.directory_search .directory_search_wrap .leftWrap .drts-display-name-filters-default .drts-bs-card-group-none:first-child > .drts-bs-card {
  background: #D9E5ED;
  margin-bottom: 2px;
  border: none;
}
.directory_search .directory_search_wrap .leftWrap .drts-display-name-filters-default .drts-bs-card-group-none:first-child > .drts-bs-card input.drts-bs-form-control {
  font-size: 14px !important;
  padding-right: 60px !important;
}
.directory_search .directory_search_wrap .leftWrap .drts-display-name-filters-default .drts-bs-card-group-none:not(:first-child) > .drts-bs-card {
  background-color: #f6f6f6;
}
.directory_search .directory_search_wrap .leftWrap .drts-display-name-filters-default .drts-bs-card-group-none:not(:first-child) > .drts-bs-card .drts-bs-card-header {
  background: #f2e9e1 !important;
  border: none !important;
  font-weight: 700;
  letter-spacing: 0.6px;
  padding: 20px;
  color: #6987A7 !important;
}
.directory_search .directory_search_wrap .leftWrap .drts-display-name-filters-default .drts-bs-card-group-none:not(:first-child) > .drts-bs-card .drts-display-element {
  margin-bottom: 0;
}
.directory_search .directory_search_wrap .leftWrap .drts-display-name-filters-default .drts-bs-card-group-none:nth-child(2) {
  margin-top: 30px;
}
.directory_search .directory_search_wrap .leftWrap .drts-display-name-filters-default .drts-bs-card-group-none .filterResults {
  display: flex;
  justify-content: space-between;
}
.directory_search .directory_search_wrap .leftWrap .drts-display-name-filters-default .drts-bs-card-group-none .filterResults p {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.6px;
  cursor: pointer;
}
.directory_search .directory_search_wrap .leftWrap .drts-display-name-filters-default .drts-bs-card-group-none .filterResults p.clearFilter {
  text-transform: uppercase;
  font-weight: 700;
  top: 0px;
  color: #51627b !important;
  font-size: 13px;
}
.directory_search .directory_search_wrap .leftWrap .drts-display-name-filters-default .drts-bs-card-group-none .notesZipcode p {
  font-size: 80%;
  color: darkgrey;
}
.directory_search .directory_search_wrap .leftWrap .drts-display-name-filters-default .drts-bs-card-group-none .dir_zipcode .drts-bs-form-group {
  margin: 0;
}
.directory_search .directory_search_wrap .leftWrap .drts-display-name-filters-default .drts-bs-card-group-none .dir_zipcode .drts-bs-form-group .drts-form-type-textfield input {
  outline: none;
}
.directory_search .directory_search_wrap .leftWrap .drts-display-name-filters-default .drts-bs-card-group-none .dir_zipcode .drts-bs-form-group .drts-form-type-textfield i {
  font-size: 18px;
  color: #010101;
}
.directory_search .directory_search_wrap .leftWrap .drts-view-filter-form .drts-bs-card-group {
  border: none;
}
.directory_search .directory_search_wrap .leftWrap .drts-view-filter-form .drts-bs-card-group-none {
  border: none;
}
.directory_search .directory_search_wrap .leftWrap .drts-view-filter-form .drts-bs-card-group-none .drts-bs-card {
  border: none;
}
.directory_search .directory_search_wrap .leftWrap .drts-view-filter-form .drts-bs-card-group-none .drts-bs-card label span {
  font-size: 14px;
}
.directory_search .directory_search_wrap .leftWrap .drts-view-filter-field-label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.6px;
  margin: 0 0 7px;
}
.directory_search .directory_search_wrap .leftWrap .drts-form-field-main .drts-bs-custom-checkbox {
  display: flex;
}
.directory_search .directory_search_wrap .leftWrap .drts-form-field-main .drts-bs-custom-checkbox:has(i.fa-0) {
  padding: 20px;
  background: #f2e9e2;
  border: none !important;
  pointer-events: none;
}
.directory_search .directory_search_wrap .leftWrap .drts-form-field-main .drts-bs-custom-checkbox:has(i.fa-0) span {
  color: #6987A7;
  font-size: 16px;
  font-weight: 700;
  left: 0;
  margin: 0;
}
.directory_search .directory_search_wrap .leftWrap .drts-form-field-main .drts-bs-custom-checkbox:has(i.fa-0) + .drts-bs-custom-checkbox {
  margin-top: 15px !important;
}
.directory_search .directory_search_wrap .leftWrap .drts-form-field-main .drts-bs-custom-checkbox input {
  opacity: 1 !important;
  height: 13px;
  margin-top: 2px;
}
.directory_search .directory_search_wrap .leftWrap .findindependentlink a {
  padding: 10px;
  color: #131519;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  background: #f9f3ec;
  border: 1px solid #f2e9e1;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Questrial";
  font-size: 14px;
  text-align: center;
  padding: 5px 10px;
  margin-top: 10px;
}
.directory_search .directory_search_wrap .leftWrap .languageDropdown {
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: auto;
}
.directory_search .directory_search_wrap .rightWrap {
  width: calc(100% - 360px);
}
.directory_search .directory_search_wrap .rightWrap * {
  font-family: "Questrial";
}
.directory_search .directory_search_wrap .rightWrap .drts-view-entity-container {
  border-bottom: 1px solid #d9d9de;
  padding: 0 0 25px;
  margin: 0 0 25px;
}
.directory_search .directory_search_wrap .rightWrap .drts-view-entity-container:nth-child(1) {
  border-top: 1px solid #d9d9de;
  padding-top: 25px;
  margin-top: 25px;
}
.directory_search .directory_search_wrap .rightWrap #drts-content {
  padding-top: 0;
}
.directory_search .directory_search_wrap .rightWrap .drts-view-post-entities .drts-display-default-summary,
.directory_search .directory_search_wrap .rightWrap .drts-view-user-entities .drts-display-default-summary {
  border: none;
}
.directory_search .directory_search_wrap .rightWrap .drts .drts-bs-btn-group > .drts-bs-btn {
  background: #f9f3ec !important;
  border: 1px solid #f2e9e1 !important;
  outline: none;
  color: #000 !important;
}
.directory_search .directory_search_wrap .rightWrap .drts .drts-bs-btn-group > .drts-bs-btn:hover {
  background: #f2e9e1 !important;
  color: #000;
}
.directory_search .directory_search_wrap .rightWrap .facilityListing .drts-row {
  display: flex;
}
.directory_search .directory_search_wrap .rightWrap .facilityListing .drts-row .leftCol {
  width: 180px;
  max-width: 180px !important;
}
.directory_search .directory_search_wrap .rightWrap .facilityListing .drts-row .rightCol {
  width: calc(100% - 180px);
  padding-left: 34px;
}
.directory_search .directory_search_wrap .rightWrap .facilityListing .drts-row .rightCol div[data-name=entity_field_post_title] a {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  list-style: none;
  text-decoration: none;
  margin-bottom: 15px;
  display: block;
  font-family: "Open Sans", sans-serif;
}
.directory_search .directory_search_wrap .rightWrap .facilityListing .drts-row .rightCol div[data-name=entity_field_location_address] a {
  font-size: 13px;
  text-decoration: none;
  font-family: "Questrial";
  margin-bottom: 12px;
  display: block;
}
.directory_search .directory_search_wrap .rightWrap .facilityListing .drts-row .rightCol .rate_inline p {
  text-transform: uppercase;
  border: 2px solid #7088ab;
  padding: 3px;
  font-weight: bold;
  color: #625c5a;
  margin-bottom: 10px !important;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 11px;
  background: #f2e9e2;
  font-family: "Questrial";
}
.directory_search .directory_search_wrap .rightWrap .facilityListing .drts-row .rightCol .drts-view-entity-container {
  padding: 0;
}
.directory_search .directory_search_wrap .rightWrap .facilityListing .drts-row .drts-col-12 {
  flex: inherit;
  max-width: -moz-max-content;
  max-width: max-content;
}
.directory_search .directory_search_wrap .rightWrap .facilityListing .drts-row .drts-display-element-inlineable ul {
  list-style: none;
}
.directory_search .directory_search_wrap .rightWrap .facilityListing .drts-row .drts-display-element-inlineable ul li {
  font-size: 11px;
  padding: 5px;
  margin: 15px 0 10px 0;
}
.directory_search .directory_search_wrap .rightWrap .facilityListing .drts-row .drts-display-element-inlineable ul li.low {
  background: #fdf9f6;
}
.directory_search .directory_search_wrap .rightWrap .facilityListing .drts-row .drts-display-element-inlineable ul li.medium-low {
  background: #faf3ed;
}
.directory_search .directory_search_wrap .rightWrap .facilityListing .drts-row .drts-display-element-inlineable ul li.medium-high {
  background: #f2e9e2;
}
.directory_search .directory_search_wrap .rightWrap .facilityListing .drts-row .drts-display-element-inlineable ul li.medium-high {
  background: #e8e0d8;
}
.directory_search .directory_search_wrap .rightWrap .drts-view-entities-footer .drts-bs-navbar-nav a {
  font-size: 14px;
  padding: 10px 10px;
  text-align: center;
  margin: 0px auto;
  color: #000;
  cursor: pointer;
  text-transform: uppercase;
  background: #f9f3ec;
  border: 1px solid #f2e9e1;
  border-radius: 0;
  line-height: unset;
}
.directory_search .directory_search_wrap .rightWrap .drts-view-entities-sort {
  font-size: 14px;
}
.directory_search .directory_search_wrap .rightWrap .drts-map-container {
  border: solid 3px #67697d;
}
.directory_search .directory_search_wrap .rightWrap .complementary_summary .search-top-title {
  padding: 10px !important;
  margin: 0 0 20px 0;
  background: #f6f6f6;
}
.directory_search .directory_search_wrap .rightWrap .complementary_summary .rightWrap_field_post_title a {
  color: #131519;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  padding-left: 20px;
  display: block;
  font-family: "Open Sans", sans-serif;
}
.directory_search .directory_search_wrap .rightWrap .complementary_summary .drts-display-element {
  color: #131519;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  padding: 0px 0;
  line-height: 27px;
  font-family: "Questrial";
}
.directory_search .directory_search_wrap .rightWrap .complementary_summary .drts-display-element-entity_field_directory_category-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}
.directory_search .directory_search_wrap .rightWrap .complementary_summary .drts-display-element-entity_field_directory_category-1 a {
  padding: 10px;
  color: #131519;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  background: #f9f3ec;
  border: 1px solid #f2e9e1;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Questrial";
  font-size: 11px;
  padding: 2px 5px;
}
.directory_search .directory_search_wrap .drts-system-widget .drts-form label {
  color: #131519;
  font-size: 14px !important;
  font-weight: normal;
  font-family: "Questrial";
}
.directory_search .directory_search_wrap .drts-system-widget .drts-form label::before {
  display: none;
}
.directory_search .directory_search_wrap .drts-system-widget .drts-form label::after {
  display: none;
}
.directory_search .directory_header {
  text-align: center;
}
.directory_search .directory_header .headerSection {
  display: flex;
  justify-content: center;
  gap: 2px;
  align-items: center;
}
.directory_search .directory_header .headerSection h1 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
  padding: 0 10px;
}
.directory_search .search_header_grid {
  margin-top: 25px;
  padding: 25px 25px 15px 25px;
  background-color: #f2e9e1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: start;
  flex-wrap: wrap;
}
.directory_search .search_header_grid h5 {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  margin: auto;
}
.directory_search .search_header_grid ul {
  list-style: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
.directory_search .search_header_grid ul li {
  width: 24%;
}
.directory_search .search_header_grid ul li a {
  padding: 25px 5px;
  border: 1px solid #dad9de;
  text-decoration: none;
  text-align: center;
  margin: 15px 0 0px 0;
  display: block;
  font-size: 14px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.directory_search .search_header_grid .top-header a {
  text-decoration: none;
  width: 230px;
  text-align: center;
  padding: 17px 0;
  border: 1px solid #dad9de;
  display: inline-block;
  margin-left: 20px;
  line-height: 0.8em;
  color: #000;
}
.directory_search .search_header_grid .top-header a i {
  color: #000;
}
.directory_search .search_header_grid .top-header a i::before {
  font-size: 16px;
}
.directory_search .search_header_grid .top-header a span {
  font-family: "Questrial";
}
.directory_search .search_header_grid .search_outer_con {
  padding: 10px;
  width: 248px;
  border: solid 1px rgb(218, 217, 222);
  display: inline-block;
  margin-left: 20px;
  position: relative;
}
.directory_search .search_header_grid .search_outer_con input {
  text-shadow: none;
  box-shadow: none;
  color: #67697d;
  border: solid 1px #cec9c9 !important;
  padding: 5px;
  font-size: 13px;
  width: 100%;
  outline: none;
  padding-right: 28px;
}
.directory_search .search_header_grid .search_outer_con .searchIcons {
  position: absolute;
  right: 13px;
  top: 15px;
}
.directory_search .search_header_grid .search_outer_con .searchIcons img {
  width: 18px;
  width: 18px;
}

.directory_search .directory_search_wrap.search_complementary .leftWrap .drts-display-name-filters-default .drts-bs-card-group-none .drts-bs-card {
  border-left: 1px solid rgba(0, 0, 0, 0.125);
  background: #f6f6f6;
}
.directory_search .directory_search_wrap.search_complementary .leftWrap .drts-bs-card-group-none > .drts-bs-card {
  margin-bottom: 0px !important;
}
.directory_search .directory_search_wrap.search_complementary .leftWrap .filter_searchby .light_gray {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background: #f2e9e2;
}
.directory_search .directory_search_wrap.search_complementary .leftWrap .filter_searchby .light_gray h6 {
  color: #6987A7;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.6px;
  cursor: pointer;
}
.directory_search .directory_search_wrap.search_complementary .leftWrap .filter_searchby .light_gray .clearbutton {
  text-transform: uppercase;
  font-weight: 700;
  top: 0px;
  color: #51627b !important;
  font-size: 13px;
}
.directory_search .directory_search_wrap.search_complementary .leftWrap .complementary_blue_box {
  padding: 20px;
}
.directory_search .directory_search_wrap.search_complementary .leftWrap .complementary_blue_box input.drts-bs-form-control {
  font-size: 14px !important;
  padding-right: 60px !important;
}
.directory_search .directory_search_wrap.search_complementary .leftWrap .header_section {
  padding: 20px;
  background: #f2e9e2;
  border: none !important;
}
.directory_search .directory_search_wrap.search_complementary .leftWrap .header_section h6 {
  color: #6987A7;
  font-size: 16px;
  font-weight: 700;
}
.directory_search .directory_search_wrap.search_complementary .leftWrap .header_section span {
  display: block;
  color: #6987A7;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 0;
  font-style: italic;
  text-transform: uppercase;
}
.directory_search .directory_search_wrap.search_complementary .leftWrap .compare_cate_box .directory_category_section {
  padding: 0;
}
.directory_search .directory_search_wrap.search_complementary .leftWrap .drts-bs-card-body {
  padding: 0;
}
.directory_search .directory_search_wrap.search_complementary .leftWrap .drts-form label {
  color: #131519;
  font-size: 14px !important;
  font-weight: normal;
  font-family: "Questrial";
}
.directory_search .directory_search_wrap.search_complementary .leftWrap .drts-form label::before {
  display: none;
}
.directory_search .directory_search_wrap.search_complementary .leftWrap .drts-form label::after {
  display: none;
}

.search_complementary .tt-open, .directory_search .tt-open {
  display: none !important;
}

#drts-content {
  padding: 60px 0 0;
}

.facility_title h1 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  padding: 0 10px;
  display: block;
  text-align: center;
}

#drts-body {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
}

#drts-content .boxLeft {
  width: 360px;
  max-width: 360px;
  flex: auto;
}
#drts-content .boxLeft .innerBlueBox {
  height: 280px;
  margin-bottom: 25px;
  background: #D9E5ED;
  padding: 20px;
}
#drts-content .boxLeft .innerBlueBox * {
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.45;
}
#drts-content .boxLeft .innerBlueBox .website_social_accounts_box span {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Open Sans";
  letter-spacing: 0.5px;
}
#drts-content .boxLeft .innerBlueBox .drts-entity-field-label {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 7px;
  font-weight: 700;
  letter-spacing: 0.6px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
}
#drts-content .boxLeft .innerBlueBox div[data-name=entity_field_field_phone],
#drts-content .boxLeft .innerBlueBox div[data-name=entity_field_field_phone_mid] {
  margin-bottom: 20px;
}
#drts-content .boxLeft .innerBlueBox div[data-name=entity_field_field_phone] a,
#drts-content .boxLeft .innerBlueBox div[data-name=entity_field_field_phone_mid] a {
  color: #000;
  text-decoration: none;
  font-family: "Questrial", sans-serif !important;
}
#drts-content .boxLeft .innerBlueBox div[data-name=entity_field_field_website],
#drts-content .boxLeft .innerBlueBox div[data-name=entity_field_field_website_group] {
  margin-top: 39px;
}
#drts-content .boxLeft .innerBlueBox div[data-name=entity_field_field_website] a,
#drts-content .boxLeft .innerBlueBox div[data-name=entity_field_field_website_group] a {
  color: #7088ab;
  text-decoration: none;
  font-family: "Questrial", sans-serif !important;
}
#drts-content .boxLeft .innerBlueBox div[data-name=entity_field_field_website] a i,
#drts-content .boxLeft .innerBlueBox div[data-name=entity_field_field_website_group] a i {
  text-align: left;
  width: 12px;
  line-height: normal;
  position: relative;
  top: -2px;
}
#drts-content .boxLeft .innerBlueBox div[data-name=entity_field_field_social_accounts_pg] {
  font-size: 20px;
}
#drts-content .mapRight {
  width: 654px;
  max-width: 100%;
  flex: auto;
  display: flex;
  justify-content: end;
}
#drts-content .mapRight .drts-slider-photos-photo-no-padding {
  background-color: #ffffff;
}
#drts-content .mapRight .groupMaps {
  display: flex;
  gap: 15px;
}
#drts-content .mapRight .groupMaps .galleryPhotos {
  width: 264px;
}
#drts-content .mapRight .groupMaps .dirMaps {
  width: 340px !important;
}
#drts-content .leftSidebar {
  width: 360px;
  max-width: 360px;
  background: #f6f6f6;
}
#drts-content .leftSidebar .postpartum .drts-bs-mb-1:first-child {
  color: #000;
  position: relative;
  left: -27px;
}
#drts-content .leftSidebar .drts-bs-mb-1 {
  display: flex;
  align-items: center;
  padding: 0 0 10px 0;
  line-height: 1.4em;
  color: #c3c2c2;
}
#drts-content .leftSidebar .drts-bs-mb-1.checked-item {
  color: #131519 !important;
}
#drts-content .leftSidebar ._comments .drts-entity-field-label {
  cursor: pointer;
  color: #6987A7 !important;
  font-size: 14px;
  position: relative;
  line-height: 1.4em;
  clear: both;
  padding-bottom: 0px;
  font-family: "Questrial", sans-serif;
  font-weight: normal;
  margin: 16px 0;
  margin-bottom: 0;
}
#drts-content .leftSidebar ._comments .drts-entity-field-value {
  display: none;
}
#drts-content .leftSidebar .drts-display-element .drts-display-element-header {
  padding: 20px;
  color: #6987A7;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  background: #f2e9e1;
  margin: 0;
}
#drts-content .leftSidebar .drts-display-element .drts-display-element-header span {
  font-family: "Open Sans", sans-serif;
}
#drts-content .leftSidebar .drts-display-element .drts-row.drts-gutter-none {
  padding: 22px 25px;
  padding-left: 20px;
  font-size: 14px;
}
#drts-content .leftSidebar .drts-display-element .drts-row.drts-gutter-none .fa-circle {
  display: none !important;
  width: 0;
  font-size: 0;
  visibility: hidden;
}
#drts-content .leftSidebar .drts-display-element .drts-row.drts-gutter-none i.fas.fa-2 {
  display: none !important;
}
#drts-content .leftSidebar .drts-display-element .drts-row.drts-gutter-none i.fas.fa-3 {
  display: none !important;
}
#drts-content .leftSidebar .drts-display-element .drts-row.drts-gutter-none .fa-times {
  display: none !important;
  width: 0;
  font-size: 0;
  visibility: hidden;
}
#drts-content .leftSidebar .drts-display-element .drts-row.drts-gutter-none .fa-check.drts-bs-text-success {
  color: #6987A7 !important;
}
#drts-content .leftSidebar .drts-display-element-entity_field_field_number_of_total_support_people_allowed-1 {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  line-height: 5px;
  margin-bottom: 24px;
}
#drts-content .leftSidebar .drts-display-element-entity_field_field_number_of_total_support_people_allowed-1 .drts-entity-field-label {
  font-size: 14px;
  font-weight: normal;
  padding: 20px 0 15px 0;
  letter-spacing: 1px;
}
#drts-content .leftSidebar .drts-display-element-entity_field_field_number_of_total_support_people_allowed-1 .drts-entity-field-value {
  padding-top: 5px;
}
#drts-content .rigthsidebar {
  flex: 0 0 calc(100% - 360px);
  max-width: 100%;
  padding-left: 42px;
  line-height: 1.45 !important;
}
#drts-content .rigthsidebar h1,
#drts-content .rigthsidebar h2,
#drts-content .rigthsidebar h3,
#drts-content .rigthsidebar h4,
#drts-content .rigthsidebar h5,
#drts-content .rigthsidebar h6 {
  margin: 0 0 0.6em;
  font-weight: inherit;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
}
#drts-content .rigthsidebar p {
  padding: 0 0 1em 0;
  margin: 0 !important;
}
#drts-content .rigthsidebar h5 {
  color: #131519;
  font-size: 22px;
  font-weight: normal;
  line-height: 27px;
  margin-top: 1em;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
#drts-content .rigthsidebar .amlooking {
  color: #6987A7;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
#drts-content .rigthsidebar .atHospital {
  display: flex;
  color: #7088ab;
  line-height: 1.45 !important;
}
#drts-content .rigthsidebar .atHospital .drts-entity-field-label {
  font-weight: 400;
}
#drts-content .rigthsidebar .atHospital .drts-entity-field-label i {
  font-size: 12px;
  color: #000;
  position: relative;
  padding-right: 30px;
  left: 10px;
  top: -2px;
}
#drts-content .rigthsidebar .atHospital a {
  color: #7088ab;
}
#drts-content .rigthsidebar .atHospital.noanchor .drts-entity-field-value,
#drts-content .rigthsidebar .atHospital.noanchor .drts-entity-field-label {
  color: #000;
}
#drts-content .rigthsidebar ._heading p {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1em;
  color: #3b3e47;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
#drts-content .rigthsidebar ._headingLabel .drts-entity-field-label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1em;
  color: #3b3e47;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
#drts-content .rigthsidebar ._ratebox {
  font-size: 16px;
}
#drts-content .rigthsidebar ._ratebox * {
  font-family: "Open Sans", sans-serif;
}
#drts-content .rigthsidebar ._ratebox span.fa-stack {
  display: none !important;
}
#drts-content .rigthsidebar ._ratebox .sub-heading-bottom-0 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 1px;
  color: #3b3e47;
  text-transform: uppercase;
}
#drts-content .rigthsidebar ._ratebox .sub-heading-bottom-1 p {
  font-family: "Questrial", sans-serif;
}
#drts-content .rigthsidebar .insurance_accepted .drts-display-element-header {
  margin-top: 30px;
  margin-bottom: 15px;
}
#drts-content .rigthsidebar .insurance_accepted p a.click_me {
  color: #7088ab !important;
  text-decoration: none !important;
}

.single-facility .rigthsidebar .drts-display-element-header,
.single-facility .rigthsidebar .drts-display-element-header span {
  color: #3b3e47;
}
.single-facility .rigthsidebar ul {
  margin: 0px 0 0px 30px;
  padding: 0;
}
.single-facility .rigthsidebar .vbac_list ul {
  margin: 0;
  padding: 0;
  margin-left: 20px;
  margin-bottom: 45px;
}
.single-facility .rigthsidebar .drts-display-element-header {
  margin-bottom: 1em;
}
.single-facility .rigthsidebar a {
  font-size: 16px !important;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.45 !important;
  color: #7088ab !important;
  text-decoration: none;
  font-family: "Questrial";
}
.single-facility .rigthsidebar .__maternit_overview {
  margin-top: 15px;
  margin-bottom: 15px;
}

.external_reviews .drts-row.drts-gutter-none {
  margin-bottom: 35px;
}
.external_reviews .drts-bs-list-group-item {
  padding: 0px;
  margin-bottom: 0px;
}
.external_reviews .drts-bs-list-group-item .drts-display-element a {
  font-size: 16px !important;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.45 !important;
  color: #7088ab !important;
  text-decoration: none;
  font-family: "Questrial";
}
.external_reviews .drts-bs-list-group-item .drts-display-element a i {
  font-size: 10px;
  padding-right: 24px;
  color: #131519 !important;
}

.last_updated {
  display: flex;
  justify-content: end;
  width: 100%;
}
.last_updated .drts-entity-field-label {
  font-family: "Questrial";
  font-size: 16px !important;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.45 !important;
  color: #131519 !important;
}

.midwives_directory_search .directory_search_wrap .leftWrap .drts-display-name-filters-default .drts-bs-card-group-none:first-child .drts-bs-card:first-child,
.facilitySearch .directory_search_wrap .leftWrap .drts-display-name-filters-default .drts-bs-card-group-none:first-child .drts-bs-card:first-child {
  display: none;
}

.facilitySearch .drts-display-element-view_filter_post_title-1 {
  margin-bottom: 10px;
}

.single-midwives #drts-content .topmapsection .midwives_address .drts-display-element-header {
  margin: 0;
}
.single-midwives #drts-content .topmapsection .midwives_address .phone_number {
  display: flex;
}
.single-midwives #drts-content .topmapsection .midwives_address .midwives_single_adress span {
  padding-bottom: 10px;
  display: inline-block;
}
.single-midwives #drts-content .topmapsection .midwives_address .midwives_single_adress span i {
  margin-right: 4px;
}
.single-midwives #drts-content .topmapsection .midwives_address .website_social_accounts i {
  font-size: 28px;
}
.single-midwives #drts-content .topmapsection .boxLeft .innerBlueBox {
  height: 264px;
}
.single-midwives .rigthsidebar .optionValue {
  margin-top: 15px !important;
}
.single-midwives .rigthsidebar .top-heading-red p {
  color: #7088ab;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Open Sans";
}
.single-midwives .rigthsidebar .drts-display-element-header {
  margin: 30px 0 15px 0;
}
.single-midwives .rigthsidebar .drts-display-element-header span {
  color: #131519;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Open Sans";
}
.single-midwives .rigthsidebar .drts-entity-field-label {
  width: 40%;
  color: #131519;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Open Sans";
  margin: 0px 0 10px 0;
}
.single-midwives .rigthsidebar .attendBirthAt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  margin: 20px 0;
}
.single-midwives .rigthsidebar .attendBirthAt .drts-entity-field-value {
  width: 60%;
}
.single-midwives .rigthsidebar .attendBirthAt .drts-entity-field-value ul {
  list-style: none;
  margin: 0 0px;
}
.single-midwives .rigthsidebar .attendBirthAt .drts-entity-field-value ul li a {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  font-family: "Open Sans";
  text-decoration: none;
  padding: 0 0 5px 0;
  display: block;
}
.single-midwives .rigthsidebar .attendBirthAt .drts-entity-field-value ul li.hightlightItem {
  padding: 10px;
  margin: 5px 0;
  font-weight: 600;
  font-family: "Open Sans";
  line-height: inherit;
  font-size: 14px;
}
.single-midwives .rigthsidebar .practiceBirthAt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 20px 0;
}
.single-midwives .rigthsidebar .practiceBirthAt ul {
  list-style: none;
  margin: 0 0px;
}
.single-midwives .rigthsidebar .practiceBirthAt ul li a {
  color: #18aca8;
  font-size: 16px;
  font-weight: normal;
  font-family: "Open Sans";
  text-decoration: none;
  padding: 0 0 5px 0;
  display: block;
}
.single-midwives .rigthsidebar .inpracticeMid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 20px 0 0px 0;
}
.single-midwives .rigthsidebar .inpracticeMid .drts-entity-field-value {
  width: 60%;
  color: #18aca8;
  font-size: 16px;
  font-weight: normal;
  font-family: "Open Sans";
  text-decoration: none;
  padding: 0 0 5px 0;
  display: block;
}
.single-midwives .rigthsidebar .individual_outcomes .text_for_percentage {
  align-items: baseline;
}
.single-midwives .rigthsidebar .individual_outcomes .text_for_percentage .drts-entity-field-label-type-custom {
  color: #131519;
  font-size: 14px;
  font-weight: normal !important;
  font-family: "Questrial";
  line-height: 26px;
}
.single-midwives .rigthsidebar .review_link {
  display: flex;
  flex-direction: column;
}
.single-midwives .rigthsidebar .review_link a {
  color: #7088ab;
  text-decoration: none;
}

.directory_search .directory_search_wrap .rightWrap .rightWrap .drts-map-map.drts-popover-ignore-click {
  height: 310px !important;
}

.filter_searchby .light_gray {
  display: flex;
  justify-content: space-between;
}
.filter_searchby .light_gray h6 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.6px;
  cursor: pointer;
}
.filter_searchby .light_gray .clearbutton {
  text-transform: uppercase;
  font-weight: 700;
  top: 0px;
  color: #51627b !important;
  font-size: 13px;
  cursor: pointer;
}

input::-moz-placeholder {
  color: #000;
  opacity: 1;
  font-family: "Open Sans";
  font-size: 14px;
}

input::placeholder {
  color: #000;
  opacity: 1;
  font-family: "Open Sans";
  font-size: 14px;
}

.search_by_name {
  position: relative;
}

.search_by_name .drts-view-filter-field-label-type-icon {
  position: absolute;
  z-index: 9;
  right: 6px;
  top: 8px;
}

.search_by_zipcode_mid {
  position: relative;
}

.search_by_zipcode_mid .drts-view-filter-field-label-type-custom_icon i {
  position: absolute;
  right: 6px;
  top: 54%;
  z-index: 9;
}

.filterOpen .directory_search .directory_search_wrap .leftWrap .innerWrap-filter {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 999;
}
.filterOpen .directory_search .directory_search_wrap .leftWrap .searchWrap {
  z-index: 999;
}

.mnp-menu-subarrow {
  display: none;
}

.single-complementary p {
  font-size: 16px;
  line-height: 26px;
}
.single-complementary h5 {
  margin: 10px 0;
  font-size: 14px;
}
.single-complementary .servicenutshell {
  padding-left: 30px;
}

.practitioner_slide_box .practitioner_box a {
  text-decoration: none;
  color: #000;
}
.practitioner_slide_box .practitioner_box .practitioner_name {
  margin-top: 12px !important;
}
.practitioner_slide_box .practitioner_section {
  justify-content: start;
}
.practitioner_slide_box .section_heading h2 {
  text-transform: uppercase;
  font-size: 20px;
}

.zipcode_search_icon .drts-form-field .drts-clear,
.search_by_name .drts-form-field .drts-clear,
.search_by_zipcode_mid .drts-form-field .drts-clear {
  right: 35px;
}

.gform_confirmation_message {
  text-align: center !important;
  margin-top: 60px !important;
}

.podcastGrid_outer .podcast_main {
  padding-top: 10px;
}

.content-frame {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
}
.content-frame strong {
  line-height: 30px;
}

.table_layout {
  width: 100%;
  overflow-x: auto;
  /* Enable horizontal scroll */
  -webkit-overflow-scrolling: touch;
  /* Smooth scrolling on mobile */
}

.table_layout table {
  width: 100%;
  min-width: 600px;
  /* optional: force scroll when table is wide */
  border-collapse: collapse;
}

.outerContainer .risk-boxInner .high_risk_box {
  margin: 0px auto 0px auto;
  padding: 10px 15px 35px 15px;
}
.outerContainer .risk-boxInner .high_risk_box.boxHighlight {
  margin: 15px auto 0px auto;
  padding: 30px 15px 30px 15px;
  max-width: 1140px;
}
.outerContainer .risk-boxInner .high_risk_box p {
  text-align: inherit;
}
@media (max-width: 768px) {
  .outerContainer .risk-boxInner .high_risk_box h2.subtitle {
    font-size: 16px;
    margin-bottom: 12px;
    padding-bottom: 0;
  }
}
.outerContainer ul {
  padding-left: 15px;
}
.outerContainer .explore_app_sec {
  margin-top: 60px;
}

body .main_outer .questionnaire-rangeForm_wrapper {
  max-width: 100% !important;
}

.single-birth-setting .outerContainer .risk-boxInner .high_risk_box {
  max-width: 1140px;
  margin-top: 50px;
}

.questionnaire_sec {
  padding-top: 30px;
}
.questionnaire_sec blockquote {
  margin: 0;
}
.questionnaire_sec table.box-centered {
  margin-top: 30px;
}

.safetyBox h2.subtitle.with_category {
  margin: 20px 0 0px 0;
  padding-bottom: 30px;
}

.heading h2 {
  padding-bottom: 20px;
}
.heading p {
  padding: 0;
}

.podcast_main .podcast_bnr P {
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans";
}
.podcast_main .podcast_community_main {
  padding-top: 0;
}
.podcast_main .podcast_community_main p {
  font-family: "Open Sans";
  font-weight: 600;
}
@media (max-width: 768px) {
  .podcast_main .heading h1 {
    font-size: 16px;
  }
  .podcast_main .podcast_bnr h2 {
    font-size: 16px;
  }
  .podcast_main .podcast_bnr P {
    font-size: 14px;
  }
  .podcast_main .podcast_main_btn a.blue_gray {
    max-width: 240px;
    margin: auto;
    font-size: 14px;
  }
  .podcast_main .podcast_community_inr .podcast_community_box {
    max-width: 300px;
    margin: 10px auto;
  }
}

div.single-episode {
  padding: 0 15px;
}
div.single-episode .custom_back_button {
  margin-top: 30px;
}
div.single-episode .buzzspout {
  margin-top: 0;
}
div.single-episode .buzzspout .wrap-content {
  margin-top: 30px;
}
div.single-episode ul {
  list-style: none;
}
div.single-episode .section-third-episode .outer-content {
  padding: 30px;
}
div.single-episode .section-seven-episode p {
  line-height: 30px;
}
div.single-episode .transscript .script-area {
  padding: 15px;
}
div.single-episode .transscript .script-area p {
  font-size: 14px;
  line-height: 30px;
}
@media (max-width: 768px) {
  div.single-episode .section-second-episode .outer-content {
    display: block;
  }
  div.single-episode .section-second-episode .outer-content .outer-left-1 {
    padding-right: 0;
    width: 100%;
  }
  div.single-episode .section-second-episode .outer-content .outer-left-2 {
    width: 100%;
    margin-top: 30px;
  }
  div.single-episode .top-heading h2 {
    font-size: 16px;
  }
  div.single-episode h1 {
    font-size: 16px;
  }
  div.single-episode .section-second-episode {
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  div.single-episode .section-second-episode .outer-content .outer-left-2 .wrap-all-image-outer {
    flex-wrap: wrap;
    grid-template-columns: repeat(2, 1fr);
  }
}

.learn_boxes .learn_Box a p {
  margin: 14px 0;
  margin-bottom: 0;
  font-size: 18px;
}
.learn_boxes .learn_Box a h2 {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 500;
}

.heading .cont-description img {
  margin-top: 30px;
}

#facilityModal {
  display: none;
  margin: auto;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
#facilityModal .modal-content {
  width: 750px;
  padding: 17px 0 20px 22px;
  font-size: 16px;
  margin: auto;
  margin-top: 60px;
  background-color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  position: relative;
}
#facilityModal .modal-content h2 {
  text-align: center;
  font-family: "Questrial";
  font-size: 24px;
  height: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}
#facilityModal .modal-content .close-btn {
  padding: 10px;
  background: #7088ab;
  font-size: 14px;
  color: white;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 22px;
}
#facilityModal .modal-content .close-btn:hover {
  background: #08125a;
}
#facilityModal .modal-content .modal-body {
  padding: 20px;
  padding-top: 30px;
  height: 230px;
  overflow-y: auto;
  scroll-behavior: smooth;
  box-sizing: content-box;
}
#facilityModal .modal-content .modal-body::-webkit-scrollbar {
  width: 8px;
}
#facilityModal .modal-content .modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
#facilityModal .modal-content .modal-body::-webkit-scrollbar-thumb {
  background: #7088ab;
  border-radius: 4px;
}
#facilityModal .modal-content .modal-body::-webkit-scrollbar-thumb:hover {
  background: #5a6f8a;
}
#facilityModal .modal-content .modal-body ul {
  padding-left: 16px;
}
#facilityModal .modal-content .modal-body p {
  font-family: "Questrial", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.45;
  color: #131519;
}
#facilityModal .modal-content .arrow-image {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
#facilityModal .modal-content .arrow-image img {
  width: 19px;
  cursor: pointer;
}

.drts-form-field-radio-option[data-value="After routine delivery..."] input[type=checkbox] {
  display: none;
}
.drts-form-field-radio-option[data-value="After routine delivery..."] label span {
  display: none;
}

.single-facility._singleFacility .rigthsidebar .drts-display-element-header span {
  justify-content: start;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #131519 !important;
}
.single-facility._singleFacility .rigthsidebar strong {
  font-family: "Open Sans", sans-serif;
  color: #131519 !important;
}
.single-facility ._ratebox .drts-bs-mb-1 {
  font-size: 11px;
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1.2em;
  padding: 5px 3px !important;
  text-transform: uppercase;
  color: #7b7a7a;
  border: 2px solid transparent;
  text-align: center;
  font-weight: 600;
  font-family: "Questrial", sans-serif !important;
}
.single-facility ._ratebox .checked-active {
  border: solid 2px #7088ab !important;
}
.single-facility ._ratebox .low {
  border-right: 1px solid #fff;
  background: #fdf9f6;
}
.single-facility ._ratebox .medium-low {
  border-right: 1px solid #fff;
  background: #faf3ed;
}
.single-facility ._ratebox .medium-high {
  background: #f2e9e2;
  border-right: 1px solid #fff;
}
.single-facility ._ratebox .high {
  background: #e8e0d8;
  border-right: 1px solid #fff;
}
.single-facility ._ratebox .sub-heading-bottom-0 p,
.single-facility ._ratebox .sub-heading-bottom-1 p {
  padding: 0 !important;
}
.single-facility ._ratebox .optionValue {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
}
.single-facility .drts-display-element-header span {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  cursor: pointer;
}
.single-facility .drts-display-element-header span i {
  font-size: 12px;
}
.single-facility .leftSidebar .drts-display-element-header.__close + .drts-row.drts-gutter-none {
  display: none;
}
.single-facility .leftSidebar .drts-display-element-header.__close span i {
  transform: rotate(180deg);
}
.single-facility .leftSidebar .fa-stack {
  min-width: 2.5em;
}
.single-facility .leftSidebar ._languageScroll .drts-row.drts-gutter-none {
  max-height: 400px;
  overflow-y: scroll;
}

.questionnaire_outer.coulmn3 .questionnaire_box {
  width: 33.33%;
}

.practitioner_slide_box .swiper-button-prev:after,
.practitioner_slide_box .swiper-button-next:after {
  font-size: 16px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 10px 12px;
  border-radius: 2px;
}
.practitioner_slide_box .swiper-button-prev,
.practitioner_slide_box .swiper-button-next {
  top: calc(50% - 20px);
}

.our-team-wrapper .swiper-button-prev:after,
.our-team-wrapper .swiper-button-next:after {
  font-size: 16px;
  background: rgba(255, 255, 255, 0);
  color: #000;
  padding: 12px 15px;
  border-radius: 2px;
  font-weight: 800;
}
.our-team-wrapper .swiper-button-prev,
.our-team-wrapper .swiper-button-next {
  top: calc(50% - 10px);
}
.our-team-wrapper .complementry_text {
  padding: 0 60px;
  text-align: center;
}

.comingSoon_page .coming_outer {
  margin-top: 130px;
  padding: 50px 0;
}
.comingSoon_page .coming_outer .comingSoon_main .instruction_info p strong {
  font-family: "Questrial", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 1.45;
  color: #131519;
  text-transform: uppercase;
}
.comingSoon_page .high_risk_box {
  margin: 50px auto 25px auto;
  padding: 0;
}
.comingSoon_page .high_risk_box p {
  padding: 0;
}
.comingSoon_page .high_risk_box p strong {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  font-family: open sans, sans-serif;
}
.comingSoon_page .birthguide_notify_mail_form_wrapper .birthguide_notify_mail_form .gform_fields {
  grid-row-gap: 30px;
}
.comingSoon_page .birthguide_notify_mail_form_wrapper .birthguide_notify_mail_form .notify_mail_section p {
  color: #886a4e;
  font-weight: 600;
  font-size: 19px;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
  font-family: open sans, sans-serif;
}
.comingSoon_page .birthguide_notify_mail_form_wrapper .birthguide_notify_mail_form .comingSoon_notify_email {
  position: relative;
}
.comingSoon_page .birthguide_notify_mail_form_wrapper .birthguide_notify_mail_form .comingSoon_notify_email .ginput_container_email {
  width: 20%;
  position: absolute;
  left: 30%;
}
.comingSoon_page .birthguide_notify_mail_form_wrapper .birthguide_notify_mail_form .comingSoon_notify_email .ginput_container_email input {
  border: 3px solid #67697d;
  border-radius: 0;
  padding: 7px;
  color: #67697d;
  font-size: inherit;
  font-family: inherit;
}
.comingSoon_page .birthguide_notify_mail_form_wrapper .birthguide_notify_mail_form .gform_footer {
  margin: 0 !important;
}
.comingSoon_page .birthguide_notify_mail_form_wrapper .birthguide_notify_mail_form .gform_footer .gform_button {
  border: 1px solid #f2e9e1 !important;
  line-height: 1em !important;
  padding: 10px 35px !important;
  text-align: center !important;
  background: #f9f3ec !important;
  font-family: "Questrial", sans-serif !important;
  color: #000 !important;
  text-transform: uppercase !important;
  font-size: 15px !important;
  position: absolute !important;
  left: 51% !important;
  position: relative !important;
}
.comingSoon_page .notsure_bg {
  margin-top: 85px;
}

.errorPage_mainSection .articleSection {
  text-align: center;
}
.errorPage_mainSection .articleSection p {
  font-size: 25px;
  font-family: open sans, sans-serif;
}

.site-main .entry-header .entry-title {
  display: none;
}
.site-main .drts-frontendsubmit-login-form h2 {
  font-family: open sans, sans-serif !important;
  font-size: 28px;
  margin: 0 0 0.6em;
  font-weight: inherit;
  line-height: 1.2;
  color: #131519 !important;
}
.site-main .drts-bs-form-group label {
  font-size: 1em;
  margin-bottom: 0.3em;
  display: inline-block;
  font-weight: inherit !important;
  font-family: "Questrial", sans-serif !important;
  letter-spacing: 1px;
  line-height: 1.45 !important;
  color: #131519 !important;
}
.site-main .drts-bs-form-group label .drts-form-field-required {
  color: #cd201f;
  display: inline-block;
  font-weight: 700;
  margin-left: 4px;
}
.site-main .drts-bs-form-group .drts-bs-mx-2 {
  color: #7088ab !important;
  text-decoration: none !important;
}
.site-main .drts-frontendsubmit-register-form h2 {
  font-family: open sans, sans-serif !important;
  font-size: 28px;
  margin: 0 0 0.6em;
  font-weight: inherit;
  line-height: 1.2;
  color: #131519 !important;
}

.episode_box_wrapper {
  background: #d9e5ed;
  padding: 45px 45px 30px 45px;
}
.episode_box_wrapper .episode_box {
  position: relative;
}
.episode_box_wrapper .episode_box .heading p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 22px;
  font-family: open sans, sans-serif !important;
}
.episode_box_wrapper .episode_box .gfield_label_before_complex {
  font-family: "Questrial", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px;
}
.episode_box_wrapper .episode_box .gfield_label_before_complex .gfield_required_text {
  display: inline-block;
  font-size: 13.008px;
  font-style: italic;
  font-weight: 400;
}
.episode_box_wrapper .episode_box .ginput_container_checkbox .gfield_checkbox .gchoice .gform-field-label {
  display: inline-block;
  font-size: 15px;
  text-transform: none;
  cursor: pointer;
  font-weight: inherit !important;
  font-family: "Questrial", sans-serif !important;
  color: #000 !important;
  letter-spacing: 1px;
}
.episode_box_wrapper .episode_box .ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input {
  border: 1px solid #a8a8a8 !important;
  background: #fff;
  border-radius: 3px;
  display: block;
  width: 15px;
  height: 15px;
}
.episode_box_wrapper .episode_box .pregnancy-checkBox {
  width: 200%;
}
.episode_box_wrapper .episode_box .pregnancy-checkBox .gfield_description {
  color: #c02b0a;
  font-family: "Questrial", sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.45 !important;
}
.episode_box_wrapper .episode_box .ginput_container_text {
  width: 100%;
}
.episode_box_wrapper .episode_box .ginput_container_text input {
  font-size: 15px;
  padding: 7px !important;
  color: #67697d !important;
  background-color: #fff;
  text-shadow: none;
  box-shadow: none;
  border: 2px solid #a8a8a8 !important;
  font-family: inherit !important;
}
.episode_box_wrapper .episode_box .episode-Email .gfield_description {
  position: absolute;
  top: 180px;
  left: 51%;
  color: #c02b0a;
  font-family: "Questrial", sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.45 !important;
}
.episode_box_wrapper .episode_box .ginput_container_email {
  position: absolute;
  width: 49%;
  top: 145px;
  left: 51%;
}
.episode_box_wrapper .episode_box .ginput_container_email input {
  font-size: 15px;
  padding: 7px !important;
  color: #67697d !important;
  background-color: #fff;
  text-shadow: none;
  box-shadow: none;
  border: 2px solid #a8a8a8 !important;
  font-family: inherit !important;
}
.episode_box_wrapper .episode_box .gform_footer {
  position: absolute;
  right: 9%;
  top: 200px;
}
.episode_box_wrapper .episode_box .gform_footer .gform_button {
  border: 1px solid #6987a7;
  line-height: 1em !important;
  padding: 16px 15px !important;
  z-index: 90;
  font-family: "Questrial", sans-serif;
  text-transform: capitalize;
  font-size: 18px !important;
  color: #fff !important;
  background: #6987a7 !important;
  text-align: center;
  border-radius: 0 !important;
}

.single-midwives .drts-entity-field-value .medium-low {
  background: #faf3ed;
}
.single-midwives .drts-entity-field-value .low {
  background: #faf3ed;
}
.single-midwives .drts-entity-field-value .high {
  background: #faf3ed;
}
.single-midwives .drts-entity-field-value .medium-high {
  background: #faf3ed;
}

.single-complementary ul {
  padding-left: 15px;
}
.single-complementary .main_heading {
  text-align: center;
  color: #131519;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 30px;
  font-family: "Open Sans";
}
.single-complementary .drts-display-element-header {
  font-family: "Open Sans";
}
.single-complementary .drts-display-element-header span {
  font-family: "Open Sans";
  font-size: 14px;
}
.single-complementary .searchBtn button.drts-bs-btn {
  padding: 10px;
  color: #131519;
  font-size: 16px;
  font-weight: normal;
  background: #f9f3ec;
  border: 1px solid #f2e9e1;
  display: inline-block;
  font-family: "Questrial";
  outline: none !important;
  box-shadow: none !important;
}
.single-complementary .searchBtn button.drts-bs-btn:hover, .single-complementary .searchBtn button.drts-bs-btn:active {
  background: #f2e9e1 !important;
  background-color: #f2e9e1 !important;
  border: 1px solid #f2e9e1 !important;
  color: #000 !important;
}
.single-complementary .general-listing .drts-map-map {
  margin-left: 10px;
}
.single-complementary .general-listing .drts-row .our-team-wrapper {
  display: flex;
}
.single-complementary .our-team-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.single-complementary .our-team-wrapper .team-member {
  width: 15%;
  text-align: center;
}
.single-complementary .our-team-wrapper .team-member img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
.single-complementary .our-team-wrapper .team-member h4 {
  color: #131519;
  font-size: 18px;
  font-weight: normal;
  font-family: "Open Sans";
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-complementary .our-team-wrapper .team-member p {
  color: #131519;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 13px;
  line-height: 1.3;
}
.single-complementary .drts-display-element-header {
  background: #D9E5ED;
  padding: 12px 0px 11px 10px;
  font-size: 15px !important;
}
.single-complementary .drts-display-element-header span {
  background-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}
.single-complementary .drts-display-element-header::before {
  display: none !important;
}
.single-complementary .drts-display-element-header::after {
  display: none !important;
}
.single-complementary .drts-entity-field-value h5 {
  color: #131519;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 12px;
}
.single-complementary .drts-entity-field-value p {
  color: #131519;
  font-weight: normal;
  padding-bottom: 15px;
}
.single-complementary .__c_bluebox {
  background: #D9E5ED;
  padding: 20px;
  height: 350px !important;
  overflow-y: auto;
}
.single-complementary .__c_bluebox .drts-entity-field .drts-entity-field-label-type-icon i.fa-location-dot {
  display: none !important;
}
.single-complementary .__c_bluebox .drts-entity-field .drts-location-address {
  display: flex;
}
.single-complementary .__c_bluebox .drts-entity-field .website_url.drts-display-element-inlineable {
  display: flex !important;
  align-items: flex-start !important;
}
.single-complementary .__c_bluebox .drts-entity-field .website_url.drts-display-element-inlineable .drts-entity-field-label-type-icon {
  margin: 0 !important;
  padding: 0 !important;
}
.single-complementary .__c_bluebox .drts-entity-field .website_url.drts-display-element-inlineable a {
  color: #7088ab !important;
}
.single-complementary .__c_bluebox .listing-social-icons {
  display: flex;
}
.single-complementary .__c_bluebox .listing-social-icons a {
  margin-right: 8px;
}
.single-complementary .__c_bluebox .listing-social-icons a i {
  color: #000205;
  font-size: 22px;
}
.single-complementary .__c_bluebox .drts-bs-list-group-item:nth-child(3) {
  padding: 0;
}
.single-complementary .__c_bluebox .drts-bs-list-group .drts-bs-list-group-item .drts-entity-field-label i .fa-fw.fas.fa-phone-flip {
  transform: rotate(110deg);
}
.single-complementary .__c_bluebox .drts-bs-list-group .drts-bs-list-group-item span {
  line-height: 1.45 !important;
}
.single-complementary .__c_bluebox .drts-bs-list-group .drts-bs-list-group-item a {
  color: #131519;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
}
.single-complementary .drts-slider-photos-photo-no-padding {
  background: transparent !important;
}
.single-complementary .drts-slider-photos-photo-no-padding .slick-initialized .slick-slide {
  width: 200px !important;
}
.single-complementary .drts-gutter-none .drts-display-element-no-header .drts-display-element-entity_field_post_content-1 {
  font-family: "Questrial", sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.45 !important;
  color: #131519 !important;
}
.single-complementary .drts-display-element-header {
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  text-transform: uppercase;
}
.single-complementary .about_text {
  font-family: "Questrial", sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.45 !important;
  color: #131519 !important;
}
.single-complementary .about_text p {
  padding: 10px 0;
}
.single-complementary .practitioner_slider .drts-display-element-header {
  margin-top: 2.5em !important;
  margin-bottom: 35px !important;
}
.single-complementary .practitioner_slider .team-member {
  width: 162px !important;
  margin-right: 10px !important;
}
.single-complementary .team-info .team-name {
  font-size: 18px;
  font-family: open sans, sans-serif !important;
  font-weight: inherit;
  line-height: 1.2;
}
.single-complementary .team-info .team-job {
  font-size: 13px;
}
.single-complementary .training_certification.complementry_text h5 {
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  color: #131519 !important;
}
.single-complementary .training_certification.complementry_text p {
  font-family: "Questrial", sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.45 !important;
  color: #131519 !important;
}
.single-complementary .service_nutshell .listingcategories {
  margin-top: 20px;
}
.single-complementary .service_nutshell .listingcategories a {
  color: #000 !important;
  padding: 5px 10px !important;
  display: inline-block !important;
  margin: 5px 5px !important;
  font-size: 12px !important;
  background: #f9f3ec !important;
  border: 1px solid #f2e9e1 !important;
  text-decoration: none !important;
}
.single-complementary .additional_services_we_offer a {
  color: #000 !important;
  text-align: center;
  background: #f9f3ec;
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  padding: 10px 15px;
  font-size: 13px;
  list-style: none;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  margin: 0 4px 4px 0;
}
.single-complementary .bottom-section {
  display: flex;
  align-items: center;
  vertical-align: middle;
  margin-top: 60px;
  gap: 15px;
}
.single-complementary .bottom-section button.drts-bs-btn-outline-secondary {
  margin-bottom: 0;
}
.single-complementary .bottom-section .make_an_appointment a {
  color: #000;
  padding: 14px 10px;
  font-size: 16px;
  border-radius: 4px;
  background: #f9f3ec;
  border: 1px solid #f2e9e1;
  text-decoration: none;
  font-family: "Questrial";
}
.single-complementary .bottom-section .make_an_appointment a:hover {
  background: #f2e9e1;
  border: 1px solid #f2e9e1;
  color: #000;
}

.main_outer.about_sec {
  padding: 0;
}

.testimonials_slider .desc-wrap {
  padding: 0 40px;
}

.medical_advicory_inr .medical_advicory_box {
  margin: 15px 0 30px 0;
}

.compare-birth-setting-table tr td strong {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  display: block;
}

.logged-in .drt-border-black {
  border: none;
}
.logged-in form .drts-display-element-header {
  margin-top: 0 !important;
}

table.box-centered {
  margin: 0 auto;
  width: 750px;
}

.header_bg + .outerContainer .questionnaire_sec {
  padding-top: 53px;
}

.supportCheckbox .drts-row .drts-bs-mb-1 {
  left: 5%;
  font-style: italic;
}
.supportCheckbox .drts-row .highlight-option {
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  left: 0%;
  font-style: normal;
  color: #131519 !important;
}

i.fa-right-long::before {
  content: "\f101" !important;
  font-family: Flaticon;
  font-size: 7px;
}

#howmanytubs label {
  font-family: "Questrial", sans-serif !important;
}
#howmanytubs label span {
  font-weight: normal;
}

.atHospital .drts-entity-field-value a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

._deliverySearch .italic-option {
  padding-left: 10px !important;
  font-style: italic;
  margin-left: 20px !important;
}
._deliverySearch .italic-option input {
  margin-left: 10px !important;
}

.checklevel.medium-high p {
  background: #f2e9e2 !important;
}

.checklevel.medium-low p {
  background: #faf3ed !important;
}

.checklevel.low p {
  background: #fdf9f6 !important;
}

.checklevel.high p {
  background: #e8e0d8 !important;
}

.directory-global-button button.drts-bs-btn {
  padding: 8px 18px;
  color: #000 !important;
  font-size: 15px;
  cursor: pointer;
  background: #f9f3ec;
  border: none !important;
  text-transform: uppercase;
  margin-bottom: 30px;
  box-shadow: none !important;
  border-radius: 0px;
}
.directory-global-button button.drts-bs-btn i {
  font-size: 14px;
}
.directory-global-button button.drts-bs-btn:focus {
  border: none !important;
  background: #f2e9e1 !important;
}
.directory-global-button button.drts-bs-btn:hover {
  background: #f2e9e1 !important;
  border: 1px solid #f2e9e1;
}

.drts-form-field-radio-option.drts-bs-custom-control.drts-bs-custom-checkbox.drts-bs-my-1:has(i.fa-0) input {
  display: none;
}
.drts-form-field-radio-option.drts-bs-custom-control.drts-bs-custom-checkbox.drts-bs-my-1:has(i.fa-0) span:last-child {
  display: none;
}
.drts-form-field-radio-option.drts-bs-custom-control.drts-bs-custom-checkbox.drts-bs-my-1:has(i.fa-0) span {
  position: relative;
  font-weight: 600;
  left: -15px;
}
.drts-form-field-radio-option.drts-bs-custom-control.drts-bs-custom-checkbox.drts-bs-my-1:has(i.fa-0) i {
  display: none !important;
}
.drts-form-field-radio-option.drts-bs-custom-control.drts-bs-custom-checkbox.drts-bs-my-1:has(i.fa-1) i {
  display: none !important;
}
.drts-form-field-radio-option.drts-bs-custom-control.drts-bs-custom-checkbox.drts-bs-my-1:has(i.fa-1) label {
  font-style: italic;
}
.drts-form-field-radio-option.drts-bs-custom-control.drts-bs-custom-checkbox.drts-bs-my-1:has(i.fa-2) i {
  display: none !important;
}
.drts-form-field-radio-option.drts-bs-custom-control.drts-bs-custom-checkbox.drts-bs-my-1:has(i.fa-2) input {
  display: none;
}
.drts-form-field-radio-option.drts-bs-custom-control.drts-bs-custom-checkbox.drts-bs-my-1:has(i.fa-2) label {
  font-size: 14px;
  font-weight: 600;
}
.drts-form-field-radio-option.drts-bs-custom-control.drts-bs-custom-checkbox.drts-bs-my-1:has(i.fa-2) label span {
  display: none;
}
.drts-form-field-radio-option.drts-bs-custom-control.drts-bs-custom-checkbox.drts-bs-my-1:has(i.fa-2).drts-bs-custom-checkbox {
  padding-left: 0 !important;
}
.drts-form-field-radio-option.drts-bs-custom-control.drts-bs-custom-checkbox.drts-bs-my-1:has(i.fa-3) i {
  display: none !important;
}
.drts-form-field-radio-option.drts-bs-custom-control.drts-bs-custom-checkbox.drts-bs-my-1:has(i.fa-3) input {
  display: none;
}
.drts-form-field-radio-option.drts-bs-custom-control.drts-bs-custom-checkbox.drts-bs-my-1:has(i.fa-3) label {
  font-size: 14px;
  font-weight: 600;
}
.drts-form-field-radio-option.drts-bs-custom-control.drts-bs-custom-checkbox.drts-bs-my-1:has(i.fa-3).drts-bs-custom-checkbox {
  padding-left: 0 !important;
}
.drts-form-field-radio-option.drts-bs-custom-control.drts-bs-custom-checkbox.drts-bs-my-1:has(i.fa-4) i {
  display: none !important;
}
.drts-form-field-radio-option.drts-bs-custom-control.drts-bs-custom-checkbox.drts-bs-my-1:has(i.fa-4) label {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.drts-form-field-radio-option.drts-bs-custom-control.drts-bs-custom-checkbox.drts-bs-my-1:has(i.fa-4).drts-bs-custom-checkbox {
  padding-left: 15px !important;
}
.drts-form-field-radio-option.drts-bs-custom-control.drts-bs-custom-checkbox.drts-bs-my-1:has(i.fa-5) i {
  display: none !important;
}
.drts-form-field-radio-option.drts-bs-custom-control.drts-bs-custom-checkbox.drts-bs-my-1:has(i.fa-5) span {
  font-size: 14px;
  font-weight: 600 !important;
}
.drts-form-field-radio-option.drts-bs-custom-control.drts-bs-custom-checkbox.drts-bs-my-1:has(i.fa-5).drts-bs-custom-checkbox {
  padding-left: 15px !important;
}

.__filter_mob,
.__pop_mob_heading,
.__done_pop {
  display: none;
}

.more-about-heading .drts-display-element {
  font-size: 16px;
  line-height: 26px;
}

@media screen and (max-width: 1024px) {
  .singlefacility__open_pop .__filter_mob {
    width: calc(80% - 3px);
  }
  .__filter_mob {
    width: 100%;
    position: fixed;
    background: #51627b;
    color: #fff;
    display: block;
    left: 0;
    bottom: 0;
    z-index: 999999;
    text-align: center;
  }
  .__filter_mob i {
    font-size: 10px;
    position: relative;
    top: -1px;
  }
  .__filter_mob span {
    display: inline-block;
    padding: 6px;
    font-size: 14px;
    cursor: pointer;
    border: solid 1px #fff;
    margin: 10px;
    text-transform: uppercase;
    position: relative;
  }
  #facilityModal {
    z-index: 999999;
    width: 100% !important;
  }
  #facilityModal .modal-content {
    width: 100%;
  }
  .__close_pop {
    width: 20%;
    content: "";
    height: 100%;
    right: 0;
    top: 0;
    background: transparent;
    position: fixed;
    opacity: 0;
  }
  .directory_search .directory_search_wrap .leftWrap .drts-display-name-filters-default .drts-bs-card-group-none:nth-child(2) {
    margin-top: 0;
  }
  .directory_search .directory_search_wrap .leftWrap .drts-display-name-filters-default .drts-bs-card-group-none .dir_zipcode {
    display: inline-block;
    width: 100%;
    max-width: 100%;
  }
  .directory_search .directory_search_wrap .leftWrap .drts-display-name-filters-default .drts-bs-card-group-none .dir_zipcode .drts-bs-form-group .drts-form-type-textfield {
    width: 100%;
    max-width: 100%;
  }
  .directory_search .directory_search_wrap .leftWrap .zipcode_search_icon i {
    top: 40px;
  }
  .directory_search .directory_search_wrap .leftWrap .filter_searchby .light_gray .clearbutton {
    display: block;
  }
  .directory_search .directory_search_wrap .leftWrap .filter_searchby .light_gray h6 {
    font-size: 13px !important;
  }
  .directory_search .directory_search_wrap .rightWrap .drts-location-map-container-container {
    height: 220px !important;
  }
  .directory_search .directory_search_wrap .innerWrap-filter .innerWrap {
    position: fixed;
    width: 100%;
  }
  .directory_search .directory_search_wrap .innerWrap-filter ul {
    width: 320px;
    height: 100vh;
    overflow: scroll;
    background-color: #fff;
  }
  .midwives_directory_search.directory_search .directory_search_wrap .leftWrap .drts-display-name-filters-default .drts-bs-card-group-none:nth-child(2) .drts-bs-card:first-child {
    display: none;
  }
  .facilitySearch.directory_search .directory_search_wrap .leftWrap .drts-display-name-filters-default .drts-bs-card-group-none:nth-child(2) .drts-bs-card:first-child {
    display: none;
  }
  .directory_search_wrap .leftWrap .drts-display-name-filters-default .drts-bs-card-group-none:first-child .drts-bs-card:first-child {
    display: block;
  }
  .filterOpen .innerWrap-filter .innerWrap:before {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.64);
    z-index: 9;
    width: 3px;
  }
  .filterOpen .__close_pop {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.64);
    z-index: 9;
    width: calc(100% - 320px);
  }
  #drts-body {
    max-width: 100%;
    padding: 0 0px;
  }
  #drts-content .boxLeft {
    width: 100%;
    max-width: 100%;
  }
  #drts-content .leftSidebar {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999999;
    margin: 0 !important;
    display: none;
  }
  #drts-content .leftSidebar.__open_pop {
    display: block;
    max-width: 80%;
  }
  #drts-content .leftSidebar.__open_pop .__close_pop {
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
  }
  #drts-content .leftSidebar:before {
    width: calc(80% - 3px);
    content: "";
    position: fixed;
    height: 100%;
    background: #fff;
    z-index: -1;
  }
  #drts-content .leftSidebar .drts-display-element .drts-display-element-header {
    width: calc(100% - 3px);
  }
  #drts-content .leftSidebar {
    display: none;
  }
  #drts-content .rigthsidebar {
    flex: 0 0 calc(100% - 0px);
    max-width: 100%;
    padding-left: 0px;
  }
  #drts-content .rigthsidebar h5 {
    font-size: 16px;
    font-weight: 700;
  }
  #drts-content .mapRight {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #drts-content .mapRight .groupMaps {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  #drts-content .mapRight .groupMaps .galleryPhotos {
    width: 100%;
  }
  #drts-content .mapRight .groupMaps .galleryPhotos img {
    width: 100%;
  }
  #drts-content .mapRight .groupMaps .dirMaps {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .directory_search {
    padding: 40px 10px 0 10px;
  }
  .directory_search .search_header_grid {
    display: none;
  }
  .directory_search .directory_header .headerSection h1 {
    font-size: 14px;
  }
  .directory_search .directory_search_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .directory_search .directory_search_wrap .rightWrap {
    width: 100%;
  }
  .directory_search .directory_search_wrap .rightWrap .drts-map-map.drts-popover-ignore-click {
    height: 220px !important;
  }
  .directory_search .directory_search_wrap .leftWrap {
    width: 100%;
    max-width: 100%;
    order: 2;
  }
  .directory_search .directory_search_wrap .leftWrap .innerWrap-filter {
    display: none;
  }
  .directory_search .directory_search_wrap .leftWrap .searchWrap {
    display: inherit;
    width: 100%;
    background: #51627b;
    padding: 10px 0;
    position: fixed;
    bottom: 0px;
    left: 0;
    text-align: center;
    z-index: 1;
    cursor: pointer;
  }
  .directory_search .directory_search_wrap .leftWrap .searchWrap span {
    padding: 6px 6px 6px 35px;
    color: #131519;
    font-size: 13px;
    font-weight: 600;
    font-family: "Questrial";
    letter-spacing: 1px;
    background: white;
    position: relative;
  }
  .directory_search .directory_search_wrap .leftWrap .searchWrap span svg {
    width: 22px;
    left: 6px;
    top: 4px;
    position: absolute;
  }
  .directory_search .instruction_section {
    padding: 0;
  }
  .footer {
    background-color: #fff !important;
  }
  .filterBy {
    display: flex;
    justify-content: space-between;
  }
  .filterBy h6 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.6px;
  }
  .filterBy .clearbutton {
    font-size: 12px;
  }
  .galleryPhotos .slick-list figure {
    max-width: 260px;
    margin: auto;
  }
}
@media (max-width: 1000px) {
  .single-complementary .general-listing .drts-gutter-none {
    display: block;
  }
  .single-complementary .general-listing .drts-gutter-none .__c_bluebox.drts-col-4 {
    max-width: 100% !important;
    margin-bottom: 15px;
  }
  .single-complementary .general-listing .drts-gutter-none .map_section_right {
    max-width: 100% !important;
  }
  .single-complementary .general-listing .drts-gutter-none .map_section_right .map_box_right .drts-map-map {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .sideBar ul li a {
    font-size: 14px;
  }
  .sideBar h2 {
    font-size: 14px;
  }
  .articleSection .articles_box .article_image img {
    height: 220px;
  }
  .articleSection .articles_box .article_shortdescription a h3 {
    font-size: 14px;
  }
  .single-midwives .rigthsidebar .individual_outcomes .text_for_percentage .drts-entity-field-label-type-custom {
    white-space: pre-wrap;
  }
  .toggel_bar span {
    width: 35px;
    margin-top: 6px;
  }
  .toggel_bar {
    cursor: pointer;
  }
  .directory_search .top-content h2 {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 15px;
  }
  .opentogglebar .toggel_bar span:first-child {
    transform: rotate(-45deg) translateY(8px);
    position: relative;
    top: -2px;
    left: 3px;
  }
  .opentogglebar .toggel_bar span:nth-child(2) {
    position: relative;
    left: 2px;
  }
  .opentogglebar header .navigation ul li a {
    font-size: 14px;
  }
  .opentogglebar .toggel_bar {
    cursor: pointer;
    right: 5px;
    top: 0;
    padding: 10px;
  }
  .opentogglebar .toggel_bar span {
    width: 28px;
  }
  .menu-item-has-children ul.sub-menu {
    position: static;
    width: 100%;
    display: none !important;
  }
  .navigation > ul > li ul::after {
    display: none;
  }
  .menu-item-has-children ul.sub-menu.open {
    display: block !important;
  }
  .opentogglebar header .navigation ul li a {
    height: auto;
  }
  .mnp-menu-subarrow {
    position: absolute;
    display: block;
    top: 0;
    right: 0px;
    color: #fff;
    z-index: 11;
    bottom: 0;
    line-height: 1;
    padding: 15px;
    cursor: pointer;
  }
}
@media (max-width: 851px) {
  .single-complementary .servicenutshell {
    padding-left: 0;
  }
  .single-complementary .featured_image_section > div {
    max-width: 320px;
    margin: 0 auto 15px;
  }
  .episode_box_wrapper .episode_box .pregnancy-checkBox {
    width: 200%;
  }
  .episode_box_wrapper .episode_box .pregnancy-checkBox .gfield_description {
    position: absolute;
    bottom: 38%;
  }
  .episode_box_wrapper .episode_box .ginput_container_checkbox {
    padding-bottom: 53px;
  }
  .episode_box_wrapper .episode_box .episode-Email .gfield_description {
    position: absolute;
    margin: 0;
    top: 85%;
    left: 0;
  }
  .episode_box_wrapper .episode_box .ginput_container_email {
    position: unset;
    width: 100%;
  }
  .episode_box_wrapper .episode_box .episode-firstName {
    position: absolute;
    bottom: 136px;
    right: 0;
    width: 100%;
  }
  .episode_box_wrapper .episode_box .gform_footer {
    position: unset;
    margin-top: 25px !important;
    display: flex;
    justify-content: center;
  }
  .single-complementary .service_nutshell .drts-gutter-none {
    display: block;
  }
  .single-complementary .service_nutshell .drts-gutter-none .featured_image_section {
    max-width: unset;
  }
  .single-complementary .service_nutshell .drts-gutter-none .ImageDescription_section {
    max-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .single-midwives .rigthsidebar .drts-entity-field-label {
    width: 100%;
    margin: 0px 0 10px 0;
  }
  .single-midwives .rigthsidebar .attendBirthAt {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
  }
  .single-midwives .rigthsidebar .attendBirthAt .drts-entity-field-value {
    width: 100%;
    padding-left: 20px;
  }
  .single-midwives .rigthsidebar .attendBirthAt .drts-entity-field-value ul {
    list-style: none;
    margin: 0 0px;
  }
  .single-midwives .rigthsidebar .attendBirthAt .drts-entity-field-value ul li a {
    color: #18aca8;
    font-size: 16px;
    font-weight: normal;
    font-family: "Open Sans";
    text-decoration: none;
    padding: 0 0 5px 0;
    display: block;
  }
  .single-midwives .rigthsidebar .practiceBirthAt {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
  }
  .single-midwives .rigthsidebar .practiceBirthAt ul {
    padding-left: 20px;
  }
  .single-midwives .rigthsidebar .inpracticeMid {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 20px 0;
  }
  .single-midwives .rigthsidebar .inpracticeMid .drts-entity-field-value {
    width: 100%;
    padding-left: 20px;
  }
  .single-midwives .rigthsidebar .drts-display-element-header {
    margin: 10px 0 10px 0;
  }
  .directory_search {
    padding: 20px 10px 0 10px;
  }
  .directory_search .directory_search_wrap .rightWrap {
    width: 100%;
  }
  .directory_search .directory_search_wrap .rightWrap .facilityListing .drts-row {
    flex-wrap: wrap;
  }
  .directory_search .directory_search_wrap .rightWrap .facilityListing .drts-row .leftCol {
    width: 100%;
    max-width: 100% !important;
  }
  .directory_search .directory_search_wrap .rightWrap .facilityListing .drts-row .rightCol {
    width: 100%;
    padding-left: 0px;
    padding-top: 10px;
  }
  .directory_search .directory_search_wrap .rightWrap .facilityListing .drts-row .rightCol div[data-name=entity_field_post_title] a {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
  }
  .directory_search .directory_search_wrap .rightWrap .facilityListing .drts-row .rightCol div[data-name=entity_field_location_address] a {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .directory_search .directory_search_wrap .rightWrap .drts-view-entity-container {
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
  .directory_search .directory_search_wrap .rightWrap .drts-view-entity-container:nth-child(1) {
    padding-top: 20px;
    margin-top: 20px;
  }
  .directory_search .leftWrap .searchWrap span {
    padding: 5px 5px 5px 25px;
  }
  .directory_search .leftWrap .searchWrap span svg {
    width: 18px;
  }
  .questionnaire_outer.coulmn3 .questionnaire_box {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .episode_box_wrapper .episode_box .heading {
    margin-bottom: 0;
  }
  .episode_box_wrapper .episode_box .heading p {
    font-size: 17px;
    margin: 0;
  }
}
@media (max-width: 716px) {
  .episode_box_wrapper .episode_box .gform_footer .gform_button {
    max-width: 240px;
    font-size: 13px !important;
    margin: auto !important;
  }
  .episode_box_wrapper .gform_validation_errors .gform_submission_error {
    font-size: 14px !important;
  }
}
@media (max-width: 700px) {
  .header_bg .sub_pageOuter .navigation ul {
    display: block;
  }
}
@media (max-width: 640px) {
  .episode_box_wrapper .episode_box .pregnancy-checkBox {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .single-complementary .drts-main {
    padding-top: 30px !important;
  }
  .single-complementary .drts-main .main_heading {
    font-size: 23px;
    letter-spacing: 0px;
    padding-bottom: 20px;
  }
  .single-complementary .drts-bs-btn.drts-bs-btn-outline-secondary {
    padding: 8px;
    font-size: 15px;
    margin-bottom: 12px;
  }
  .single-complementary .training_certification.complementry_text {
    font-size: 14px !important;
  }
  .single-complementary .about_text {
    font-size: 14px !important;
  }
  .single-complementary .our-team-wrapper .team-member h4 {
    font-size: 14px;
  }
  .single-complementary .drts-gutter-none .drts-display-element-no-header .drts-display-element-entity_field_post_content-1 {
    font-size: 14px !important;
  }
  .single-complementary .training_certification.complementry_text p {
    font-size: 14px !important;
  }
}
@media (max-width: 590px) {
  .episode_box_wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 520px) {
  .questionnaire_outer.alternative_outer {
    display: block;
  }
  .questionnaire_outer.alternative_outer .questionnaire_box {
    width: 100%;
  }
  .outerContainer .explore_app_sec {
    margin-top: 0;
  }
  .single-birth-setting .outerContainer .risk-boxInner .high_risk_box {
    margin-top: 30px;
  }
}
@media (max-width: 407px) {
  .episode_box_wrapper .episode_box .pregnancy-checkBox .gfield_description {
    font-size: 12px !important;
    bottom: 35%;
  }
  .episode_box_wrapper .episode_box .episode-Email .gfield_description {
    font-size: 12px !important;
    top: 87%;
  }
  .episode_box_wrapper .gform_validation_errors .gform_submission_error {
    font-size: 12px !important;
  }
}
@media (max-width: 390px) {
  .single-complementary .drts-bs-btn.drts-bs-btn-outline-secondary {
    font-size: 11px;
    margin-bottom: 10px;
  }
}
.view-virtual-tour i {
  color: #131519 !important;
}

.rigthsidebar .facility-column-list-border ul:has(ul) li:last-child {
  border: 0;
}

.rigthsidebar .facility-column-list-border ul li {
  border-bottom: 1px solid #131519;
}

.has-children.top-has-children > span {
  opacity: 0 !important;
}

body .single-complementary .taxonomy-tree .has-children.top-has-children > .term-category {
  color: #6987A7 !important;
}

.taxonomy-tree .top-has-children .child-terms .term-item:not(.assigned) {
  display: none;
}

.glossary.sub_pageOuter {
  max-width: 1024px;
}
.glossary.sub_pageOuter h2 {
  border-bottom: 2px solid #505050;
  text-transform: uppercase;
  text-align: left;
  font-size: 28px;
  font-weight: 400;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.glossary.sub_pageOuter .cont-description p {
  padding-bottom: 16px;
}

.glossary-alphabetical .high_risk_box {
  max-width: 1024px !important;
}
.glossary-alphabetical table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 3px solid #68697e;
  margin: 40px 0 0;
  width: 100%;
  table-layout: fixed;
}
.glossary-alphabetical table th,
.glossary-alphabetical table td {
  border-right: 1px solid #68697e;
  border-bottom: 1px solid #68697e;
  padding: 10px;
  color: #30313a;
  box-shadow: none !important;
  text-align: left;
}

.single-episode .section-five-episode .outer-content .outer-left-1 {
  gap: 15px;
}
.single-episode .section-five-episode .outer-content .outer-left-1 h1 {
  margin: 0;
}
.single-episode .section-five-episode .outer-content .outer-left-1 p {
  color: #6987a7;
  font-size: 16px;
  font-weight: 300;
  padding: 0;
  line-height: 26px;
}/*# sourceMappingURL=directory.css.map */