/*
Theme Name: Senioridy
Template: twentytwentyfive
Text Domain: senioridy
*/
:root {
  font-size: 18px;
}
body {
  font-family: "Baloo 2", Trebuchet MS, Arial, sans-serif;
  color: rgba(56, 56, 56, 1);
}
body,
html {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0d5094;
  font-weight: 700;
  margin: 0;
  padding: 0;
  margin-block-start: 0 !important;
}
h1,
h2 {
  font-size: 2.6rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.4rem;
}
a {
  color: #1aa7e0;
}
.btn a {
  text-wrap: nowrap;
  text-align: center;
}
.btn a:hover {
  transition: all 0.2s ease;
}
#header-top .blue-button a {
  padding: 7px 24px;
  height: fit-content;
  line-height: 1rem;
  display: block;
}
#header-bottom .wp-block-navigation__container > .wp-block-navigation-item {
  height: 60px;
}
#header-bottom .wp-block-navigation-item > .wp-block-navigation-item__content {
  font-size: 1.2rem;
}
#header-bottom .wp-block-navigation__submenu-container {
  width: 300px;
  padding: 20px 0;
}
#header-bottom
  .wp-block-navigation__submenu-container
  .wp-block-navigation-item
  .wp-block-navigation-item__content {
  padding: 12px 20px;
  transition: background, color 0.2s ease;
}
#header-bottom
  .wp-block-navigation__submenu-container
  .wp-block-navigation-item
  .wp-block-navigation-item__content:hover {
  background: rgba(242, 242, 242, 0.85);
  color: rgba(26, 167, 224, 1);
  transition: background, color 0.2s ease;
  text-decoration: none;
}
.has-modal-open
  .admin-bar
  .is-menu-open
  .wp-block-navigation__responsive-dialog {
  margin-top: 0;
}
#header-bottom
  .wp-block-navigation__container
  > .wp-block-navigation-item.current-menu-item
  > a,
#header-bottom
  .wp-block-navigation__container
  > .wp-block-navigation-item
  > a:hover,
#header-bottom
  .wp-block-navigation__container
  > .wp-block-navigation-item
  > a:hover
  + button {
  text-decoration: none;
  color: #1aa7e0;
}
#header-bottom .wp-block-navigation__responsive-container-open svg {
  fill: #0b4e96;
  height: 40px;
  width: 40px;
}
#header-bottom
  .wp-block-navigation:not(.has-text-color)
  .wp-block-navigation__responsive-container.is-menu-open {
  width: 100%;
  max-width: 300px;
  left: auto;
  right: 0;
  padding: 0;
  top: 0;
}
#header-bottom
  .is-menu-open
  .wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
  width: 100%;
  max-width: 300px;
  color: #fff;
  background: red;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  background: #1aa7e0;
  flex-wrap: nowrap;
}
#header-bottom
  .is-menu-open
  .wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close:before {
  content: "MENU";
  font-weight: 700;
  font-size: 1rem;
}
#header-bottom
  .is-menu-open
  .wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content {
  padding-top: 57px;
}
#mega-menu-wrap-max_mega_menu_1.mega-menu-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item.menu-button {
  padding: 0 20px;
  border-bottom: none !important;
}
#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item.menu-button
  a.mega-menu-link {
  border-radius: 24px;
  margin: 5px !important;
  border-bottom: 1px solid #1aa7e0 !important;
  color: #1aa7e0 !important;
  background-color: #fff;
  color: #1aa7e0;
  border: 1px solid #1aa7e0;
  font-size: 1.2rem;
  padding: 12px 8px;
  line-height: 1em;
  margin-left: 0 !important;
  margin-right: 0;
  text-align: center;
}
#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item.menu-button
  a.mega-menu-link:hover {
  background: rgba(242, 242, 242, 0.85);
  border: none;
  border-radius: 24px;
  margin: 5px !important;
  border-bottom: 2px solid #1aa7e0 !important;
  color: #1aa7e0 !important;
}
#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  .mega-menu-item
  .mega-sub-menu
  .mega-menu-item.mega-current-menu-item
  .mega-menu-link {
  background: #f2f2f2;
  font-weight: normal;
  text-decoration: none;
  color: #1aa7e0;
}
.blue-button a {
  color: #fff;
  font-size: 1rem;
  background-color: #0d5094;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  line-height: 1rem;
  border: 1px solid #0d5094;
  transition: all 0.2s ease;
}
.blue-button a:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
  transition: all 0.2s ease;
  text-decoration: none;
}
.btn-outline a {
  border-radius: 100px;
  border: 1px solid #1aa7e0;
  color: #1aa7e0 !important;
  text-align: center !important;
}
.btn-outline.dark a {
  color: #fff !important;
}
#get-help-button a {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 40px;
  line-height: 40px;
  box-shadow: 0px 8px 8px 1px rgba(27, 166, 223, 0.3);
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
  display: inline-block;
  font-weight: 400;
  font-size: 0.9rem;
}
#get-help-button a:hover {
  background-color: #ffca2c;
  border-color: #ffc720;
}
.need-help-button.btn-outline a {
  margin: 0 20px !important;
}
.need-help-button.btn-outline a:hover {
  border: none;
  border-bottom: 1px solid #1aa7e0 !important;
}

.blog-grid .wp-block-post {
  border-radius: 16px !important;
  border: 1px solid #ccc !important;
}
.blog-grid .wp-block-post .wp-block-group {
  padding: 0 !important;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-grid .wp-block-post .wp-block-group figure a img,
.blog-grid .wp-block-post .wp-block-group figure a,
.blog-grid .wp-block-post .wp-block-group figure {
  border-radius: 16px 16px 0 0 !important;
  height: 200px;
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}
.blog-grid .wp-block-post .wp-block-group h2 {
  padding: 15px;
  margin: 0;
}
.blog-grid .wp-block-post .wp-block-group h2 a {
  color: #0d5094;
  font-size: 1.2rem;
  line-height: 26px;
}
.blog-grid .wp-block-post .wp-block-group h2 a:hover {
  text-decoration: none;
}
.blog-grid .wp-block-post .wp-block-group .wp-block-post-excerpt {
  margin: 0;
  padding: 0 15px;
}
.blog-grid .wp-block-post .wp-block-group .wp-block-read-more {
  flex: 1;
  width: 100%;
  margin: 0;
  padding: 15px;
  display: flex;
  align-items: flex-end;
  font-weight: 700;
  text-decoration: underline;
  color: #1aa7e0;
}
#empty-blog:empty {
  display: none;
}
.wp-block-query-pagination {
  gap: 0;
  border-radius: 8px;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers span,
.wp-block-query-pagination .wp-block-query-pagination-numbers a,
.wp-block-query-pagination a span {
  margin: 0 -0.5px !important;
  padding: 8px 12px;
  border: 1px solid #e5e5e5;
  font-size: 0.8rem;
  color: #777;
  text-decoration: none;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers span,
.wp-block-query-pagination .wp-block-query-pagination-numbers a:hover,
.wp-block-query-pagination a:hover span {
  background: #f4f4f4;
}
.sidebar-global {
  gap: 0;
}
.sidebar-global ul {
  list-style: none;
  padding: 0;
}
.sidebar-global ul li {
  margin: 0;
  height: fit-content !important;
  line-height: 40px;
}
.sidebar-global ul li a {
  position: relative;
  padding: 7px 0 8px 25px;
  color: #0d5094;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 400;
}
.sidebar-global ul li a:before {
  content: ">";
  position: absolute;
  left: 0;
}
.sidebar-global ul li a:hover,
.back-to-link a:hover {
  color: #0a58ca;
}
.sidebar-global .wp-block-search__no-button {
  width: 100%;
}
.back-to-link a {
  color: #1aa7e0;
}
.back-to-link:before {
  content: "\f3e5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000;
  margin-right: 5px;
}
.taxonomy-category.post-categories a {
  color: #1aa7e0;
  line-height: 16px;
  font-size: 0.8rem;
  font-weight: 400;
  text-decoration: none;
}
.taxonomy-category.post-categories a:hover {
  color: #0a58ca;
}
.post-image img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 5px solid #fff;
  border-radius: 2px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

body .entry-content.post-content hr {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
  border: 0;
  border-top: 1px solid #212529;
  opacity: 0.25;
}
body .uwp_widget_author_box {
  margin-top: 36px;
}
body .uwp_widget_author_box .d-block {
  padding: 0 !important;
  background-color: transparent !important;
  flex-direction: column;
  gap: 16px;
}
.more-posts .wp-block-query {
  margin: 0 !important;
}
body .more-posts hr {
  display: none !important;
}
.more-posts .wp-block-query.more-posts-query .wp-block-group {
  border-top: 1px solid #e5e5e5;
  margin-top: 10px !important;
  padding-top: 10px !important;
  margin-bottom: 10px !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.more-posts .wp-block-query.more-posts-query .wp-block-group h3 {
  font-size: 0.8rem !important;
  font-weight: 400;
}
.post-navigation nav {
  gap: 0;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
}
.post-navigation nav .wp-block-post-navigation-link {
  flex: 1;
  border-right: 1px solid #e5e5e5;
  padding: 0 20px !important;
}
.post-navigation nav .wp-block-post-navigation-link:hover {
  background: #f9f9f9;
}
.post-navigation nav .wp-block-post-navigation-link > * {
  padding: 15px 0 !important;
  text-decoration: none;
  font-size: 0.7rem;
  color: #212529;
}
.post-navigation nav .wp-block-post-navigation-link.post-navigation-link-next {
  text-align: end;
}
#footer {
  border-top: 1px solid #e0e1e3;
}
#footer ul {
  padding: 0;
  list-style: none;
}
#footer a {
  text-decoration: none;
}
#footer ul.wp-block-list li {
  margin: 0;
}
#footer ul.wp-block-list li a,
#footer p a {
  color: #444;
  font-size: 0.9rem;
}
.geodir-add-listing fieldset h3 {
  font-weight: bold !important;
  background-color: #1aa7e0;
  font-size: 1.75rem !important;
  color: #fff !important;
  padding: 5px 0 5px 5px;
}
.geodir-page-single .gd-detail-header h1.geodir-page-title.entry-title.h1 {
  font-weight: 700;
  color: #0d5094;
  font-size: 2.7rem;
  margin: 0;
}
.geodir-page-single
  .gd-detail-header
  .wp-block-geodirectory-geodir-widget-post-address {
  margin-block-start: 0;
}
.geodir-page-single
  .gd-detail-header
  .geodir-post-address-container
  .geodir_post_meta.geodir-field-address {
  color: #444444;
  font-size: 1.1rem;
}
.geodir-page-single
  .gd-detail-header
  .geodir-post-address-container
  .geodir-i-address {
  font-family: "Font Awesome 5 Free";
  color: #1aa7e0;
  font-size: 1.2rem;
}
.geodir-page-single .gd-detail-header .geodir-post-meta-container {
  margin-block-start: 0;
}
.geodir-page-single .gd-detail-header .geodir_post_meta.geodir-field-phone,
.geodir-page-single
  .gd-detail-header
  span.geodir_post_meta_icon.geodir-i-phone
  i {
  font-weight: 700;
  color: #1aa7e0;
  font-size: 1.4rem;
}
/* .geodir-page-single .gd-detail-header .geodir_post_meta.geodir-field-phone a:hover,
.geodir-page-single .gd-detail-header span.geodir_post_meta_icon.geodir-i-phone i:hover{
  color: #0a58ca;
} */
.geodir-page-single .gd-detail-header a.geodir-claim-post-form-link::before {
  content: "";
  background: url(/wp-content/themes/senioridy/icons/shield-fill-check.svg);
  display: inline-block;
  height: 16px;
  width: 16px;
}
.geodir-page-single .gd-detail-breadcrumbs {
  background-color: #f5f5f5;
}
.geodir-page-single .gd-detail-breadcrumbs ul {
  margin: 0;
  padding: 6px 10px;
  list-style: none;
}
.geodir-page-single .gd-detail-breadcrumbs ul li {
  display: inline-block;
  margin-right: 2px;
  text-decoration: none !important;
}
.geodir-page-single .gd-detail-breadcrumbs ul li a {
  text-decoration: none;
  color: #1aa7e0;
}
.geodir-page-single .gd-detail-breadcrumbs ul li a:hover {
  color: #0a58ca;
}
.geodir-page-single .dp-managed-by {
  /* display: inline-block; */
  margin: 0 0 0 5px;
  padding: 0;
  float: left;
  width: 100%;
}
.geodir-page-single .dp-managed-by ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.geodir-page-single .dp-managed-by ul li {
  float: left;
}
.geodir-page-single .dp-managed-by .geodir_post_taxomomies {
  margin: 0 !important;
}
.geodir-page-single
  .gd-detail-header-right-sidebar
  .gd-detail-header-right-sidebar-widgets {
  display: inline-block;
  margin: 0;
  font-size: 0.9rem;
  color: #1aa7e0 !important;
}
.geodir-page-single
  .gd-detail-header-right-sidebar
  .gd-detail-header-right-sidebar-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.geodir-page-single
  .gd-detail-header-right-sidebar
  .gd-detail-header-right-sidebar-ul
  li {
  display: inline-block;
  margin-right: 0px;
}
.geodir-page-single
  .gd-detail-header-right-sidebar
  .gd-detail-header-right-sidebar-widgets
  .detail-share-button {
  /* float: left;
    padding: 2px 0px 0px 0px; */
  margin-left: -5px;
  margin-right: 5px;
}

.geodir-page-single
  .gd-detail-header-right-sidebar
  .gd-detail-header-right-sidebar-sm
  li
  i {
  color: #0d5094;
}
.geodir-page-single
  .gd-detail-header-right-sidebar
  .gd-detail-header-right-sidebar-widgets
  .gd-lists-save-button {
  /* color: red; */
}
.geodir-page-single
  .gd-detail-header-right-sidebar
  .gd-detail-header-right-sidebar-widgets
  .geodir-compare-button {
  /* color: red; */
}
.geodir-page-single
  .gd-detail-header-right-sidebar
  .gd-detail-header-right-sidebar-widgets
  .geodir-claim-post-form-link {
  /* color: red; */
}
.geodir-page-single
  .gd-detail-header-right-sidebar
  ul.gd-detail-header-right-sidebar-sm {
  float: right;
  list-style: none;
}
.geodir-page-single
  .gd-detail-header-right-sidebar
  ul.gd-detail-header-right-sidebar-sm
  li {
  border: 1px solid #0d5094;
  padding: 5px 10px;
  border-radius: 90px;
  background-color: #fff;
  width: 42px;
  height: 42px;
  text-align: center;
  vertical-align: middle;
  line-height: 32px;
  display: inline-block;
  margin: 0 6px;
}
.geodir-page-single
  .gd-detail-header-right-sidebar
  ul.gd-detail-header-right-sidebar-sm
  li
  a {
}
.geodir-page-single
  .gd-detail-header-right-sidebar
  ul.gd-detail-header-right-sidebar-sm
  li
  a:hover {
}
.geodir-page-single
  .gd-detail-header-right-sidebar
  ul.gd-detail-header-right-sidebar-sm
  li
  a
  i {
}
.geodir-page-single .dp-enquire-now {
  border-radius: 8px;
  border: 1px solid #e0e1e3;
  background-color: #f5f5f5;
  padding: 24px;
  margin-bottom: 32px;
  margin-top: 0;
}
.geodir-page-single .dp-enquire-now .geodir-ninja-forms a {
  width: 100%;
  border-radius: 30px;
  font-size: 1.2rem;
}
.geodir-page-single .dp-enquire-now .geodir-ninja-forms a::after {
  content: "\2192";
  margin-left: 5px;
  font-weight: 900;
}
.geodir-page-single .fair-housing {
  border: 1px solid #0d5094;
  padding: 10px;
  border-radius: 8px;
  box-sizing: border-box;
}
.geodir-page-single .fair-housing-top ul.inline li,
.geodir-page-single .fair-housing ul.inline li {
  font-weight: 500;
  color: #0d5094;
  font-size: 1.3rem;
  line-height: 1.3rem;
}
.geodir-page-single .fair-housing .inline {
  display: inline-block;
  margin: 0;
  padding-left: 10px;
}
.geodir-page-single .fair-housing ul.inline li {
  display: inline-block;
  line-height: 1rem;
  list-style-type: none;
  vertical-align: middle;
}
.geodir-page-single .dp-community-info,
.geodir-page-single .side-documents .well {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 4px;
  margin-bottom: 20px;
}
.geodir-page-single .dp-community-info h3.ci-heading,
.geodir-page-single .side-documents h3.ci-heading {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.geodir-page-single .dp-community-info .listing-info hr {
  background-color: transparent;
  border-bottom: 1px dashed;
  color: #999;
}
.geodir-page-single .dp-community-info a {
  color: #1aa7e0;
}
.geodir-page-single .special-section {
  border: 1px solid #1aa7e0;
  border-radius: 8px;
  padding: 36px;
  margin: 24px 0 !important;
}
.geodir-page-single .special-section h2 {
  color: #1aa7e0;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.geodir-page-single .dp-features-content.transportation {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}
.geodir-page-single .geodir-field-video {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(298px, 1fr));
  /* grid-template-columns: repeat(2, 1fr); */
  gap: 10px;
}
.geodir-page-single
  .geodir-single-tabs-container
  .geodir-tabs-content.geodir-tabs-as-list#gd-single-tabs-content
  > div {
  margin: 24px 0 !important;
  border: 1px solid #1aa7e0;
  border-radius: 8px;
  padding: 36px;
}
.geodir-page-single .details-skipto a {
  color: #1aa7e0;
  text-decoration: none;
}
.geodir-page-single .side-documents .jrButton {
  border-radius: 100px !important;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  margin-right: 0.5rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  line-height: 1.5;
  padding: 8px 16px;
}
.geodir-page-single .side-documents .jrButton.jrSmall {
  font-size: 0.7rem;
  padding: 8px 12px;
  max-height: 2.55em;
}
.geodir-page-single .side-documents button.jr-media-download.jrButton.jrSmall {
  border: 1px solid #1aa7e0;
  background-color: #fff;
  color: #1aa7e0;
}
.geodir-page-single .side-documents a {
  text-decoration: none;
  color: #1aa7e0;
}
.geodir-page-single .dp-availibilty-badge-details {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  width: 200px;
}
.geodir-page-single .dp-availibilty-badge-details {
  --r: 0.4em;
  --c: #fc4242;
  position: relative;
  top: 15px;
  left: calc(-1 * var(--r));
  line-height: 1.8;
  padding: 0 0.5em calc(2 * var(--r));
  border-radius: var(--r) 0 0 var(--r);
  background: radial-gradient(100% 50% at left, var(--c) 98%, #0000 101%) 100% 0 /
      0.5lh calc(100% - 2 * var(--r)),
    radial-gradient(100% 50% at right, #0005 98%, #0000 101%) 0 100% / var(--r)
      calc(2 * var(--r)),
    conic-gradient(
        from 90deg at var(--r) calc(100% - 2 * var(--r)),
        #0000 25%,
        var(--c) 0
      )
      0 0 / calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  z-index: 30;
}
.dp-availibilty-badge {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  width: 200px;
}
.dp-availibilty-badge {
  --r: 0.4em;
  --c: #fc4242;
  position: absolute;
  top: 10px;
  left: calc(-1 * var(--r));
  line-height: 1.8;
  padding: 0 0.5em calc(2 * var(--r));
  border-radius: var(--r) 0 0 var(--r);
  background: radial-gradient(100% 50% at left, var(--c) 98%, #0000 101%) 100% 0 /
      0.5lh calc(100% - 2 * var(--r)),
    radial-gradient(100% 50% at right, #0005 98%, #0000 101%) 0 100% / var(--r)
      calc(2 * var(--r)),
    conic-gradient(
        from 90deg at var(--r) calc(100% - 2 * var(--r)),
        #0000 25%,
        var(--c) 0
      )
      0 0 / calc(101% - 0.5lh) 100%;
  background-repeat: no-repeat;
  z-index: 30;
}
.geodir-archive .archive-loop .geodir-post-title .geodir-entry-title a {
  color: #0d5094 !important;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  display: block;
  line-height: 0.9rem;
}
.archive.post-type-archive-gd_in_home_care .geodir-post-title {
  margin-top: 0;
  text-align: center;
  padding: 0 10px;
  height: 35px;
}
.archive.post-type-archive-gd_in_home_care .geodir-post-address-container {
  margin-top: 6px;
}
.archive.post-type-archive-gd_in_home_care .geodir-image-container {
  padding: 20px;
}
.archive.post-type-archive-gd_in_home_care .geodir-post-slider {
  margin-top: 0;
}
.archive.post-type-archive-gd_in_home_care .geodir-post-meta-container {
  font-size: medium;
  line-height: 1rem;
  padding: 0 10px;
  text-align: center;
  color: #3978bf;
  height: 35px;
}
.archive.geodir_custom_posts .geodir-post-meta-container {
  font-size: medium;
  line-height: 1em;
  padding: 10px 0;
  text-align: center;
  color: #3978bf;
  margin-top: 8px;
}
.archive.geodir_custom_posts .geodir-listing-compare-container,
.archive.geodir_custom_posts .archive-item-readmore,
.archive.geodir_custom_posts .geodir-post-address-container {
  margin: 5px;
}
.geodir-archive .archive-loop a.archive-item-readmore {
  float: right;
  background-color: #eee !important;
  padding: 6px 18px 4px;
  font-size: 0.9rem;
  border-radius: 8px;
  color: #000;
}
.geodir-archive
  .archive-loop
  .geodir-listing-compare-container.bsui.sdel-f22c0ebf {
  display: inline-block;
}
.geodir-archive .archive-loop a.archive-item-readmore {
  float: right;
  /* display: inline-block; */
  background-color: #eee !important;
  padding: 5px 10px;
  font-size: 1rem;
  border-radius: 12px;
  color: #000;
}
.geodir-archive .archive-loop a.archive-item-readmore:hover {
  color: #000;
  text-decoration: underline;
}
.geodir-archive .stickymap#sticky_map_gd_map_canvas_archive {
  border: none !important;
  top: 0 !important;
  position: -webkit-sticky !important;
  right: 0 !important;
  min-height: 400px !important;
}
.geodir-archive .sticky-map {
  bottom: 100px !important;
}
.geodir-page-edit div[data-argument="package_id"] .fwrap-package_id-2 {
  display: none !important;
}
.geodir-page-single .in_home_care_logo {
  position: absolute;
  top: 22em;
  z-index: 1;
  background-color: #fff;
  border: 10px solid #fff;
  border-radius: 2px;
  margin-top: 5px;
  margin-left: 7px;
}
.geodir-page-single .in_home_care_logo.single-img {
  top: 21em;
  margin-top: -5px;
}
.geodir-page-single .in_home_care_logo.single-img.paid-listing {
  top: 22.5em;
}
.geodir-page-single .in_home_care_logo.single-img.paid-listing img {
  max-width: 200px;
}
.dp-features-content.features-item {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}
.dp-features-content.features-item > p {
  margin-bottom: 5px;
}
/* 
{
    border: 1px solid #1aa7e0;
    background-color: #fff;
    color: #1aa7e0;
    font-size: 13px;
    padding: 8px 12px;
    max-height: 2.55em;
    display: inline-flex;
    align-items: center;
    margin-right: .5rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    line-height: 1.5;
} */
/*==============================================================================================================================*/
.service-card {
  box-shadow: 0 0 23px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.service-card .wp-block-buttons {
  flex: 1;
  display: flex;
  align-items: flex-end;
}
.btn-outline a {
  background: transparent;
  border: 1px solid #1aa7e0;
  box-shadow: 0px 8px 8px 1px rgba(27, 166, 223, 0.3);
  transition: all 0.2s ease;
}
.btn-outline a:hover {
  background: #1aa7e0;
  color: #fff !important;
  transition: all 0.2s ease;
}
.arrow a {
  display: flex;
  gap: 5px;
  justify-content: center;
}
.arrow a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  display: block;
}
.button-blue a {
  box-shadow: 0px 8px 8px 1px rgba(27, 166, 223, 0.3);
  border: 1px solid #1aa7e0;
  transition: all 0.2s ease;
  background: #1aa7e0;
}
.button-blue.outline a {
  border: 1px solid #1aa7e0;
}
.button-blue a:hover {
  background: #fff !important;
  color: #1aa7e0 !important;
  transition: all 0.2s ease;
  border: 1px solid #1aa7e0;
}
.separator-image {
  margin-top: -84px !important;
}
#step-timeline .timeline-element {
  transition: all 0.2s ease;
  z-index: 100;
}
#step-timeline .timeline-element:hover {
  transform: scale(1.1);
}
#step-timeline .timeline-element .steps-number {
  border: 2px solid #1aa7e0;
  width: 50px;
  display: block;
  height: 50px;
  padding: 10px;
  text-align: center;
  border-radius: 50%;
  color: #1aa7e0;
  font-size: 1.2rem;
  line-height: 24px;
  font-weight: bold;
  background-color: #f5f5f5;
  margin: 0 auto;
  z-index: 100;
}
#step-timeline {
  position: relative;
}
#step-timeline > .wp-block-columns:after {
  content: "";
  width: 75%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 2px dashed #ddd;
  display: block;
  position: absolute;
  z-index: 1;
  top: 45px;
}
.type-card {
  display: flex;
  flex-direction: column;
}
.type-card h2 {
  padding: 16px 20px 0 20px;
}
.type-card p {
  padding: 0 20px;
}
.type-card .wp-block-buttons {
  padding: 0 20px 20px 20px;
  flex: 1;
  align-items: flex-end;
}
.dark-blue-button a {
  background: #0d5094;
}
.dark-blue-button a:hover {
  background: #fff !important;
  color: #0d5094 !important;
}
.latest-posts-card li {
  border-radius: 16px;
  background: #fff;
  border: 1px solid #ccc;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.latest-posts-card li h2,
.latest-posts-card li .wp-block-post-excerpt {
  padding: 0 20px;
}
.latest-posts-card li h2 a:hover {
  text-decoration: none !important;
  color: #444 !important;
}
.latest-posts-card li .wp-block-read-more {
  padding: 0 20px 20px 20px;
  flex: 1;
  display: flex;
  align-items: flex-end;
  color: #1aa7e0;
}
#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item {
  border-bottom: 0px solid #ddd !important;
}
.wp-block-spacer.right,
.wp-block-spacer.left {
  position: relative;
}
.wp-block-spacer.right:after,
.wp-block-spacer.left:after {
  position: absolute;
  background: #fff;
  content: "";
  flex: 0 0 50%;
  width: 100%;
  height: 101%;
  top: 0 !important;
}
.wp-block-spacer.right:after {
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.wp-block-spacer.left:after {
  clip-path: polygon(0 100%, 100% 100%, 0 0);
}
.invert .wp-block-spacer.left:after {
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.invert .wp-block-spacer.right:after {
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
#step-timeline {
  overflow-x: auto;
  overflow-y: visible;
  padding-top: 20px;
  padding-bottom: 20px;
}
#step-timeline .wp-block-columns {
  overflow: visible;
}
#step-timeline .wp-block-column {
  min-width: 200px;
  overflow: visible;
}
details.faq {
  border: 1px solid #c0c6cf;
  border-radius: 5px;
  overflow: hidden;
}
details.faq[open] {
  padding-bottom: 20px;
}
details.faq summary {
  color: #0d5094;
  font-weight: 700;
  padding: 12px 20px;
  border-bottom: 1px solid #c0c6cf;
  font-size: 1.125rem;
}
details.faq[open] summary,
details.faq summary:focus details.faq summary:hover {
  background: #f4f5f6;
}
details.faq > * {
  padding: 0 20px;
}
details.faq > ul {
  padding: 0 52px;
}
.entry-content,
footer {
  margin-top: 0 !important;
}
.full-width img {
  width: 100%;
}
.special-list li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: 2px solid #1aa7e0;
  color: #1aa7e0;
  border-radius: 100px;
  font-size: 10px;
  padding: 3px;
  margin-right: 5px;
}
.special-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.special-list.three-col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.preview-link {
  font-weight: 700 !important;
  text-decoration: none;
  display: flex;
  align-items: center;
  column-gap: 3px;
  text-align: center;
  width: 100%;
  cursor: pointer;
  color: #1aa7e0;
  font-family: "Baloo 2", Trebuchet MS, Arial, sans-serif;
  text-wrap: nowrap;
}
.preview-link:after {
  content: "\f06e";
  font-family: "Font Awesome 5 Free";
  margin-left: 2px;
}
#see-our-previews h2 {
  font-size: 32px;
  font-weight: 700;
  color: #444;
  flex: 1;
}
#see-our-previews .wp-element-button,
.blue-buttons.wp-block-buttons .wp-element-button {
  padding: 8px 12px;
  font-weight: 700;
  transition: all 0.2s ease;
}
#see-our-previews .wp-element-button.has-custom-cyan-color:hover {
  color: #fff !important;
  background-color: #1aa7df !important;
  border: 1px solid #1aa7df;
}
#see-our-previews .wp-block-buttons .wp-element-button {
  border: 1px solid #075096;
  box-shadow: 0px 8px 8px 1px rgba(27, 166, 223, 0.3);
}
#see-our-previews .wp-block-buttons .wp-element-button:hover,
.blue-buttons.wp-block-buttons .wp-element-button:hover {
  color: #075096 !important;
  background-color: #fff !important;
}
.arrow-down-icon {
  padding: 12px 0;
}
.arrow-down-icon:after {
  content: "\f063";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 13px;
  border: 2px solid #fff;
  padding: 5px 6px;
  border-radius: 100px;
  color: #fff;
}
.arrow.down a:after {
  content: "\f063";
}
.wp-block-columns:has(.left-col-separator, .right-col-separator) {
  flex-wrap: nowrap !important;
}
#statement p {
  margin: 8px 0 24px 0;
}
.single.single-post .entry-content > h2,
.single.single-post .entry-content > h3,
.single.single-post .entry-content > h4,
.single.single-post .entry-content > h5 {
  padding-top: 48px;
}
.yes-icon,
.no-icon {
  text-align: center;
  display: flex;
  justify-content: center;
}
.yes-icon:after,
.no-icon:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border-radius: 100px;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yes-icon:after {
  content: "\f00c";
  font-size: 12px;
  color: #fff;
  background: #0d5094;
}
.no-icon:after {
  content: "\f00d";
  font-size: 16px;
  color: #ed4c5c;
  border: 2px solid #ed4c5c;
  border-radius: 100px;
}
#free-vs-premium table thead {
  border-bottom: 0;
}
#free-vs-premium table tr th:first-child,
#free-vs-premium table tr td:first-child {
  width: 48%;
  border-left: 1px solid #e0e1e3 !important;
}
#free-vs-premium table tr th:nth-child(2),
#free-vs-premium table tr td:nth-child(2) {
  width: 8%;
}
#free-vs-premium table tr th:nth-child(3),
#free-vs-premium table tr td:nth-child(3),
#free-vs-premium table tr th:nth-child(4),
#free-vs-premium table tr td:nth-child(4) {
  width: 22%;
  text-align: center;
}
#free-vs-premium table tr th,
#free-vs-premium table tr td {
  border-bottom: 1px solid #e0e1e3 !important;
}
#free-vs-premium table tr th:last-child,
#free-vs-premium table tr td:last-child {
  border-right: 1px solid #e0e1e3 !important;
}
#free-vs-premium table tr th {
  border-top: 1px solid #e0e1e3 !important;
}
.wp-block-table.is-style-stripes {
  border-bottom: none;
}
#nf-form-4-cont .listradio-wrap ul {
  column-count: 2;
}
.nf-form-content nf-fields-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.nf-form-content nf-fields-wrap nf-field {
  flex: 0 0 49%;
}
.nf-form-content
  nf-fields-wrap
  nf-field:has(.listradio-wrap, .textarea-container, .submit-container),
#nf-form-1-cont .nf-form-content nf-fields-wrap nf-field:first-child {
  flex: 0 0 100%;
}

.field-wrap input {
  border-radius: 100px;
  padding: 4px 12px;
  border-width: 1px;
  border-color: #ced4da;
}
.nf-field textarea {
  padding: 4px 12px;
  border-radius: 4px;
  border: 1px solid #ced4da;
}

.submit-container .ninja-forms-field {
  background-color: #1aa7e0;
  color: #fff;
  border: none;
  font-size: 1.2rem;
  text-transform: uppercase;
  border: 1px solid #1aa7e0;
  transition: all 0.2s ease;
}
.submit-container .ninja-forms-field:hover {
  background: #fff;
  color: #1aa7e0;
}
.middle-form {
  width: 100%;
  max-width: 570px;
}
.uwp_register_page .uwp-register-class .card {
  width: 80vw;
  margin: 64px auto;
}
.uwp_register_page .uwp-register-class .card-body .card-title,
.modal-dialog.modal-dialog-centered .modal-title {
  font-weight: 700;
  color: #0d5094;
  font-size: 1.4rem;
}
.uwp_register_page .uwp-register-class .card-body form input,
.uwp-login-form.uwp_form input {
  border-radius: 100px;
  border: 1px solid #ced4da;
}
.uwp_register_page .uwp-register-class .card-body form button,
.uwp-login-form.uwp_form button {
  border-radius: 100px;
  margin-bottom: 24px;
}
.uwp_register_page .uwp-register-class .card-body {
  padding: 32px !important;
  border-radius: 16px;
  box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0.06);
  border: 1px solid #e0e1e3;
}
.wp-block-search .wp-block-search__input {
  box-shadow: none !important;
  border: 1px solid #d4d4d4 !important;
}
.wp-block-search .wp-block-search__input:focus {
  border-color: #66afe9 !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(103, 176, 233, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(103, 176, 233, 0.6) !important;
}

#posts-grid .wp-block-post-template {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
#posts-grid .wp-block-post-template .post,
#posts-grid .wp-block-post-template .post .post-card {
  height: 100%;
}
#posts-grid .wp-block-post-template .post .post-card {
  display: flex;
  flex-direction: column;
}
#posts-grid .wp-block-post-template .post .post-card .wp-block-group {
  flex: 1;
}
#posts-grid
  .wp-block-post-template
  .post
  .post-card
  .wp-block-group
  .wp-block-post-excerpt {
  flex: 1;
}
.breadcrumbs ol {
  display: flex;
  list-style: none;
  gap: 6px;
  margin: 0;
  padding: 0;
  font-size: var(--wp--preset--font-size--medium) !important;
}
.breadcrumbs a {
  text-decoration: none;
  color: #1aa7e0;
}
.breadcrumbs a:hover {
  color: #0a58ca;
}
.sidebar .sidebar-global ul li {
  line-height: 1.3rem;
  padding-top: 8px;
  padding-bottom: 8px;
}
.sidebar-title {
  font-size: 1.2rem;
}
.wp-block-button__link {
  border-radius: 999px;
}
.background-cta {
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center right;
}
.components-popover__content .block-editor-link-control {
  min-width: 350px;
  max-width: 700px;
}

details.faq-item {
  border-radius: 5px;
  border: 1px solid #c0c6cf;
}
details.faq-item summary {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  outline: none !important;
  transition: background 0.2s ease;
  color: #0d5094;
}
details.faq-item summary::marker {
  font-size: 0;
}
details.faq-item[open] summary,
details.faq-item:hover summary {
  background: #f4f5f6;
  transition: background 0.2s ease;
}
details.faq-item > * {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-top: 0;
}
details.faq-item ul {
  padding-left: 3rem;
}
details.faq-item summary + * {
  padding-top: 1.25rem;
  border-top: 1px solid #c0c6cf;
}
details.faq-item > :is(:last-child) {
  padding-bottom: 1.25rem;
}
#faqs {
  gap: 8px;
}
#simple-search {
  padding: 30px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 27px 45px 0px rgba(2, 45, 94, 0.25);
  width: 800px;
  max-width: 100%;
}
#simple-search .wp-block-geodirectory-geodir-widget-search {
  width: 100%;
}
#simple-search .geodir-search-form-wrapper {
  margin-bottom: 0 !important;
}
#simple-search
  .wp-block-geodirectory-geodir-widget-search
  .geodir-search
  .gd-search-field-search {
  order: 0;
}
#simple-search
  .wp-block-geodirectory-geodir-widget-search
  .geodir-search
  .gd-search-field-cpt {
  order: 1;
}
#simple-search
  .wp-block-geodirectory-geodir-widget-search
  .geodir-search
  .gd-search-field-search:has(div button) {
  order: 2;
}
#simple-search .wp-block-geodirectory-geodir-widget-search .geodir-search input,
#simple-search
  .wp-block-geodirectory-geodir-widget-search
  .geodir-search
  select,
#simple-search
  .wp-block-geodirectory-geodir-widget-search
  .geodir-search
  button {
  border-radius: 100px;
}
#simple-search
  .wp-block-geodirectory-geodir-widget-search
  .geodir-search
  button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-left: 32px;
  padding-right: 32px;
}
#simple-search
  .wp-block-geodirectory-geodir-widget-search
  .geodir-search
  button:before {
  content: "Search";
}
.wp-block-buttons .wp-block-button__link {
  height: 50px;
  padding: 0 16px;
  align-items: center;
}
#faqs details.faq-item summary {
  padding: 12px 20px;
}
.uwp-login-class .card-body,
#change-password .card-body {
  padding: 32px !important;
  border-radius: 16px;
  box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0.06);
  border: 1px solid #e0e1e3;
}
#change-password .input-group input {
  border-radius: 100px 0 0 100px;
}
#change-password .input-group-text {
  border-radius: 0 100px 100px 0;
}
#change-password .btn {
  border-radius: 100px;
}
.dp-enquire-now .gd-badge.btn {
  padding: 0 24px;
  height: 50px;
  align-items: center;
  box-shadow: 0px 8px 8px 1px rgba(27, 166, 223, 0.3);
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: var(--wp--preset--font-size--medium) !important;
}
.dp-enquire-now .gd-badge.btn:hover {
  background: #fff !important;
  color: #1aa7e0 !important;
  transition: all 0.2s ease;
}
.dp-enquire-now br,
.dp-enquire-now p:empty {
  display: none;
}
.dp-enquire-now h3 {
  margin-bottom: 8px;
}
.wp-site-blocks .geodir-search-form-wrapper.mb-3 {
  margin-bottom: 0 !important;
}
#breadcrumbs {
  width: 100vw !important;
  max-width: 100vw;
  margin-left: calc(-1 * var(--wp--style--root--padding-right)) !important;
}
.wp-block-columns.agent h3,
.wp-block-columns.agent summary,
.wp-block-columns.agent p {
  font-size: 1rem !important;
}
.dark-blue-button.call-button a {
  border: 1px solid #0d5094;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.call-button a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  display: block;
}
.archive.post-type-archive-gd_in_home_care .card p {
  display: none;
}
.archive.post-type-archive-gd_in_home_care .card img {
  width: 90%;
}
.archive.post-type-archive-gd_in_home_care .card .bsui img.size-full {
  float: none;
}
#mega-menu-wrap-max_mega_menu_1
  ul#mega-menu-max_mega_menu_1
  li.mega-menu-item-has-children
  ul.mega-sub-menu
  li.mega-menu-item {
  border-bottom: 1px solid #eee !important;
}
.trigger_sticky.mt-n5.btn.btn-secondary.me-n2.me-n2.c-pointer.triggeron_sticky.position-fixed {
  display: none !important;
}
.wp-block-column.sidebar h2 {
  text-transform: none !important;
  font-size: 1.2rem !important;
}
.wp-block-column.sidebar .wp-block-query ul .wp-block-post {
  margin-top: 0;
}
.wp-block-column.sidebar
  .wp-block-query
  ul
  .wp-block-post
  .wp-block-group
  .wp-block-post-date {
  display: none;
}
.wp-block-column.sidebar
  .wp-block-query
  ul
  .wp-block-post
  .wp-block-group
  .wp-block-post-title
  a,
#account-cols .wp-block-navigation-item__label,
#faq-sidebar h2 a {
  color: #0d5094 !important;
  font-size: 18px !important;
  padding: 7px 0px 0px 25px !important;
  display: block;
  position: relative;
  font-weight: normal !important;
  margin: 0 !important;
}
.wp-block-column.sidebar
  .wp-block-query
  ul
  .wp-block-post
  .wp-block-group
  .wp-block-post-title
  a:hover,
#account-cols .wp-block-navigation-item__label:hover,
#faq-sidebar h2 a:hover {
  text-decoration: none;
  color: #0a58ca !important;
}
.wp-block-column.sidebar
  .wp-block-query
  ul
  .wp-block-post
  .wp-block-group
  .wp-block-post-title
  a:before,
#account-cols .wp-block-navigation-item__label:before,
#faq-sidebar h2 a:before {
  content: ">";
  position: absolute;
  left: 0;
}
.entry-content:has(#account-cols) {
  padding: 0;
}
.page-template-account .wp-block-post-title {
  font-size: 2rem;
}
#account-cols .wp-block-navigation__container {
  gap: 8px;
}
#account-cols .account-content .row > div > div,
#account-cols .account-content .container,
#account-cols .card-body {
  padding: 0 !important;
}
#account-cols .account-content h3 {
  margin-bottom: 24px !important;
}
.invoice-actions .btn.btn-secondary {
  color: #fff;
}
.home-posts .type-card .wp-block-image img {
  height: 200px;
  object-fit: cover;
}
.home-posts .wp-block-column {
  position: relative;
}
.home-posts .card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-posts .card-link a {
  font-size: 0 !important;
  width: 100%;
  height: 100%;
}
#drop-us-a-note
  form
  > div
  > .nf-form-content
  > nf-fields-wrap
  > nf-field:has(.html-container) {
  width: 100%;
  flex: 0 0 100%;
}
.sidebar-post-title a {
  color: #075096;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 1.2rem;
}
.geodir-compare-popup-list-container .list-group-item .d-inline-block {
  margin-bottom: 0;
  height: auto !important;
  font-size: 22px;
  text-transform: none;
}
.geodir-compare-popup-list-container .list-group-item {
  padding: 10px 16px;
}
.geodir-compare-popup-list-actions .geodir-compare-popup-remove {
  border-radius: 100px;
}
.wp-block-geodir-compare-geodir-widget-compare-list
  .geodir-compare-list
  .geodir-compare-page-wrapper
  table
  > *:is(thead, tbody)
  *:is(th, td) {
  padding: 8px;
}
.geodir-compare-field-images:has(
    .geodir-compare-images
      + .geodir-compare-images
      + .geodir-compare-images
      + .geodir-compare-images
      + .geodir-compare-images
  )
  .geodir-image-wrapper
  .embed-responsive
  img,
.geodir-compare-field-images:has(
    .geodir-compare-images
      + .geodir-compare-images
      + .geodir-compare-images
      + .geodir-compare-images
      + .geodir-compare-images
  )
  .geodir-image-wrapper
  .embed-responsive {
  height: 140px !important;
  object-fit: cover;
}
.geodir-compare-field-images:has(
    .geodir-compare-images
      + .geodir-compare-images
      + .geodir-compare-images
      + .geodir-compare-images
  )
  .geodir-image-wrapper
  .embed-responsive
  img,
.geodir-compare-field-images:has(
    .geodir-compare-images
      + .geodir-compare-images
      + .geodir-compare-images
      + .geodir-compare-images
  )
  .geodir-image-wrapper
  .embed-responsive {
  height: 160px !important;
  object-fit: cover;
}
.geodir-compare-field-images:has(
    .geodir-compare-images + .geodir-compare-images + .geodir-compare-images
  )
  .geodir-image-wrapper
  .embed-responsive
  img,
.geodir-compare-field-images:has(
    .geodir-compare-images + .geodir-compare-images + .geodir-compare-images
  )
  .geodir-image-wrapper
  .embed-responsive {
  height: 180px !important;
  object-fit: cover;
}
.geodir-compare-field-images:has(
    .geodir-compare-images + .geodir-compare-images
  )
  .geodir-image-wrapper
  .embed-responsive
  img,
.geodir-compare-field-images:has(
    .geodir-compare-images + .geodir-compare-images
  )
  .geodir-image-wrapper
  .embed-responsive,
.geodir-compare-field-images:has(.geodir-compare-images)
  .geodir-image-wrapper
  .embed-responsive
  img,
.geodir-compare-field-images:has(.geodir-compare-images)
  .geodir-image-wrapper
  .embed-responsive {
  height: 220px !important;
  object-fit: contain;
}
.geodir-compare-field-images:has(.geodir-compare-images)
  .geodir-image-wrapper
  .embed-responsive
  img,
.geodir-compare-field-images:has(.geodir-compare-images)
  .geodir-image-wrapper
  .embed-responsive {
  height: 250px !important;
  object-fit: contain;
}
.geodir-post-slider .carousel-indicators {
  flex-wrap: wrap;
}
.wp-block-geodir-compare-geodir-widget-compare-list
  .geodir-compare-list
  .geodir-compare-page-wrapper
  table
  * {
  font-size: 16px;
}
.wp-block-geodir-compare-geodir-widget-compare-list
  .geodir-compare-list
  .geodir-compare-page-wrapper
  table
  .geodir-compare-images
  h5 {
  font-size: 18px;
  line-height: 20px;
  margin: 0;
}
.archive.post-type-archive-gd_in_home_care .geodir-image-container {
  padding: 0;
}
.geodir-listing-posts .geodir-post .geodir-image-container img {
  object-fit: contain;
  padding: 8px !important;
}
.geodir-listing-posts .geodir-post .geodir-image-container .geodir-link-image {
  height: 120px;
  padding: 8px;
  margin-bottom: 8px;
}
footer #copyright p {
  text-wrap: nowrap;
}
/*------------Responsive----------------------------*/

@media (max-width: 980px) {
  .blog-grid .wp-container-core-post-template-is-layout-1 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #need-help-cta .wp-block-group,
  #cta {
    padding: 24px !important;
    justify-content: center;
    background-image: none !important;
  }
  #need-help-cta .wp-block-group > *,
  #cta > * {
    text-align: center;
    width: 100%;
    justify-content: center;
  }
  #mega-menu-wrap-max_mega_menu_1
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-inner,
  #mega-menu-wrap-max_mega_menu_1
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-inner::before,
  #mega-menu-wrap-max_mega_menu_1
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-inner::after {
    background-color: #0b4e96;
  }
  #mega-menu-wrap-max_mega_menu_1
    .mega-menu-toggle.mega-menu-open
    + #mega-menu-max_mega_menu_1 {
    margin-top: 48px;
  }
  #mega-menu-wrap-max_mega_menu_1:has(.mega-menu-open) button.mega-close {
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    left: unset;
    max-width: 300px;
    height: 48px !important;
    width: 100vw !important;
    background: #1aa7e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 1rem;
    transition: width 410ms ease-in-out;
  }
  #mega-menu-wrap-max_mega_menu_1:has(.mega-menu-open)
    button.mega-close:before {
    content: "MENU";
    font-family: "Baloo 2", Trebuchet MS, Arial, sans-serif !important;
    display: block;
    padding-left: 18px;
    font-weight: 700;
  }
  #mega-menu-wrap-max_mega_menu_1:has(.mega-menu-open)
    p
    button.mega-close:after {
    content: "\f00d";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1rem;
    padding-right: 18px;
  }
  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-item
    > a.mega-menu-link {
    padding: 0 18px;
  }
  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-item
    > ul.mega-sub-menu
    > li.mega-menu-item
    a.mega-menu-link,
  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item.menu-button {
    padding: 0 24px;
  }
  .special-list.three-col {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .blog-grid .wp-container-core-post-template-is-layout-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  h1,
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.4rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  .wp-block-button,
  .wp-block-buttons {
    width: 100%;
    flex: 1;
  }
  .special-list.three-col {
    grid-template-columns: 1fr !important;
  }
  .page-template-account .wp-block-post-title {
    font-size: 1.5rem;
  }
  #header-top .blue-button a {
    padding: 7px;
    text-wrap: nowrap;
    font-size: 16px;
  }
  .geodir-listing-posts
    .geodir-post
    .geodir-image-container
    .geodir-link-image {
    height: 180px;
    margin-bottom: 8px;
  }
}
@media (min-width: 1400px) {
  #step-timeline .wp-block-columns {
    padding: 0 calc((100vw - 1320px) / 2);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #step-timeline .wp-block-columns {
    padding: 0 calc((100vw - 1140px) / 2);
  }
}
@media (min-width: 981px) {
  .uwp_register_page .uwp-register-class .card-body {
    width: 50%;
    margin: auto;
  }
  #posts-grid .wp-block-post-template {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .wp-block-buttons .wp-block-button__link {
    padding: 0 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #step-timeline .wp-block-columns {
    padding: 0 calc((100vw - 960px) / 2);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #step-timeline .wp-block-columns {
    padding: 0 calc((100vw - 720px) / 2);
  }
  #free-vs-premium table tr th:nth-child(3),
  #free-vs-premium table tr td:nth-child(3),
  #free-vs-premium table tr th:nth-child(4),
  #free-vs-premium table tr td:nth-child(4) {
    width: 10%;
  }
}
@media (max-width: 991px) {
  footer #copyright.wp-block-columns {
    flex-direction: column;
    gap: 10px;
  }
  footer #copyright p {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .wp-block-geodir-compare-geodir-widget-compare-list
    .geodir-compare-list
    .geodir-compare-page-wrapper
    table {
    table-layout: fixed;
  }
}
@media (min-width: 769px) {
  #posts-grid .wp-block-post-template {
    grid-template-columns: 1fr 1fr;
  }
  #simple-search .wp-block-geodirectory-geodir-widget-search .geodir-search {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  #account-cols .wp-block-column:has(+ .wp-block-column) {
    border-right: 1px solid #ddd;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  #free-vs-premium table tr th:nth-child(2),
  #free-vs-premium table tr td:nth-child(2) {
    width: 20%;
  }
  .wp-container-core-group-is-layout-9757e70c
    > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #step-timeline .wp-block-columns {
    padding: 0 calc((100vw - 540px) / 2);
  }
}
@media (max-width: 575px) {
  #step-timeline .wp-block-columns {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
  #see-our-previews > * {
    width: 100%;
  }
  #see-our-previews .wp-block-button__link,
  #see-our-previews .wp-block-buttons .wp-element-button {
    text-wrap: nowrap;
    width: 100%;
  }
}
@media (max-width: 781px) {
  .agent-image figure {
    max-height: 200px;
    width: fit-content;
  }
  .agent-image figure img {
    object-fit: contain !important ;
    max-height: 200px;
    width: auto;
  }
}
@media (min-width: 782px) and (max-width: 1000px) {
  .geodir-loop-container .geodir-category-list-view .geodir-post {
    width: 50%;
  }
}
