@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif !important;
  color: var(--text-color) !important;
  overflow-x: hidden !important;
  font-weight: 400 !important;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600;
  margin-bottom: 0 !important;
}

p {
  font-family: "Open Sans", sans-serif !important;
  margin-bottom: 0;
}

body .container {
  max-width: 1240px !important;
  margin: 0 auto;
  width: 100%;
}

.sec-padding {
  padding: 80px 0 !important;
}

.section_heading {
  font-size: 46px !important;
  font-weight: 700 !important;
  color: #000;
}

.section_heading span {
  color: #50c5d3 !important;
}

.font-24 {
  font-size: 24px !important;
}

.bottom-space {
  margin-bottom: 50px !important;
}

.text-center {
  text-align: center !important;
}

/*===============abhinandan-sir================*/
.header_nav li a {
  color: #000;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.header-top figure.wp-block-image.size-full {
  width: 40px;
}

.header-top div#navbarNav_main-nav {
  margin-left: auto;
  display: block;
  height: auto !important;
}

.header-top figure.wp-block-image.size-full {
  width: 40px;
  margin-bottom: 0;
}

.header_nav li a {
  font-weight: 400;
}

.header_nav .uwp-register-link,
.header_nav .uwp-login-link {
  border-left: 2px solid rgba(222, 222, 222, 1) !important;
}

.header_nav li a:hover {
  color: #000 !important;
}

ul.top_navbar li.nav-item a {
  font-weight: 400;
}

.inner_hero {
  padding: 150px 0;
}

.hero_banner h1,
.inner_hero h1 {
  font-size: 77px;

  font-weight: 700;

  text-transform: capitalize;
}

.hero_banner h1 {
  margin-bottom: 60px !important;
}

.inner_hero h1 {
  margin-bottom: 0 !important;
}

.py-80 {
  padding: 80px 0;
}

.about_box h2 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 15px !important;
}

.about_box p {
  font-size: 16px;
  margin-bottom: 18px;
}

.wp-block-spacer {
  display: none;
}

/*==============sandeep=================*/
footer.site-footer p.wp-block-paragraph {
  font-size: 16px;
  margin-bottom: 0 !important;
}

footer.site-footer .link-gray {
  color: #fff !important;
  font-weight: 400 !important;
}

footer.site-footer .link-gray:hover {
  color: #50c5d3 !important;
}

footer.site-footer .footer_logo {
  max-width: 70px;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.counter_heading {
  font-size: 66px !important;
  font-weight: 700 !important;
  color: #50c5d3 !important;
}

.text-width {
  max-width: 190px !important;
  line-height: 1.6 !important;
}

.footer_list-group {
  margin-top: 30px;
}

.j_image {
  width: 100%;
  max-width: 209px;
  margin: 0 auto;
}

.about_box p:last-child {
  margin-bottom: 0;
}

.tevm-section {
  border-radius: 40px;
  margin-bottom: 80px !important;
}

body .container .tevm-comtainer {
  max-width: 1040px !important;
  margin: 0 auto;
}

.tevm-section h2 {
  margin-bottom: 30px !important;
}

.how_work h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 50px !important;
}

.how_work .wp-block-columns.row-second,
.how_work .wp-block-columns.row-first {
  text-align: center;
}

.how_work .wp-block-columns figure.wp-block-image.aligncenter.size-full {
  margin: auto;
  max-width: 120px;
}

.how_work .wp-block-column {
  margin: 20px;
  padding: 30px;
  border-radius: 20px;
  text-align: center;
}

.how_work .wp-block-column h4.wp-block-heading {
  font-size: 24px;
  font-weight: 600;
  margin: 30px 0 15px !important;
}

.how_work .wp-block-column p.wp-block-paragraph {
  font-size: 16px;
}

.how_work .wp-block-columns.row-first .wp-block-column:nth-child(1) {
  background: rgba(80, 197, 211, 20%);
}

.how_work .wp-block-columns.row-first .wp-block-column:nth-child(2) {
  background: rgba(191, 80, 211, 20%);
}

.how_work .wp-block-columns.row-first .wp-block-column:nth-child(3) {
  background: rgba(176, 211, 80, 20%);
}

.how_work .wp-block-columns.row-second .wp-block-column:nth-child(1) {
  background: rgba(211, 80, 82, 20%);
}

.how_work .wp-block-columns.row-second .wp-block-column:nth-child(2) {
  background: rgba(91, 211, 80, 20%);
}

.how_work .wp-block-columns.row-second {
  max-width: 800px;
  margin: auto;
}

.how_work .wp-block-column h4.wp-block-heading {
  font-weight: 700;
}

.how_work .wp-block-column p.wp-block-paragraph {
  font-size: 16px;
  margin-bottom: 0;
}

.join-btn {
  border-radius: 12px !important;
  background-color: #000 !important;
  padding: 20px 50px !important;
  font-size: 35px !important;
  margin-top: 50px !important;
}

.policy_pages h2 {
  font-weight: 600;
  margin-bottom: 30px !important;
}

.privacy_date p {
  margin: 0;
  font-size: 18px;
}

.privacy_pages p {
  font-size: 16px;
}

.privacy_date,
.margin-30 {
  margin-bottom: 30px !important;
}

.policy_point h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px !important;
}

.policy_point h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px !important;
}

.policy_point p {
  margin-bottom: 10px;
  font-size: 16px;
}

.policy_point ul {
  padding-left: 24px;
  list-style: disc;
}

.contact_box {
  padding-top: 80px;
}

.contact_box .wp-block-blockstrap-blockstrap-widget-container>.wp-block-group {
  display: grid;
  grid-template-columns: 2fr 12fr;
  gap: 15px;
  padding: 30px;
  background: rgba(80, 197, 211, 0.2);
  border-radius: 10px;
}

.contact_box .wp-block-blockstrap-blockstrap-widget-container h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px !important;
}

.contact_box .wp-block-blockstrap-blockstrap-widget-container p {
  margin-bottom: 5px;
  font-size: 16px;
}

.adress-style h5 {
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
}

.adress-style p {
  font-size: 16px !important;
  margin-bottom: 0 !important;
}

.form_box h2.wp-block-heading {
  font-size: 46px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px !important;
}

.form_box p.wp-block-paragraph {
  font-size: 16px;
}

.policy_point h2 {
  margin-bottom: 15px !important;
}

.number_list {
  list-style: auto;
  padding-left: 20px;
}

.contact_form .form-row-half {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 30px;
}

.contact_form .mb-3 {
  margin-bottom: 0 !important;
}

.contact_form textarea,
.contact_form input {
  width: 100%;

  height: 56px;

  padding: 15px;

  background: rgba(80, 197, 211, 0.14);

  border-radius: 6px;

  border: 0;

  font-size: 16px;

  color: #000;
}

.contact_form textarea:placeholder,
.contact_form input:placeholder {
  color: #000;
}

.contact_form textarea {
  height: 120px;
}

.contact_form input.wpcf7-submit {
  background-color: #000;

  background: rgba(80, 197, 211, 1);

  color: #fff;

  font-weight: 600;

  font-size: 20px;

  padding: 10px;
}

.contact_form .wpcf7-spinner {
  top: -40px;
}

.contact_form .wpcf7-not-valid-tip {
  font-size: 12px;
}

.contact_form .wpcf7 form .wpcf7-response-output {
  margin: 0;
}

.pricing_card {
  margin: 0 !important;
  padding: 0;
}

.pricing_card h3 {
  color: #fff;
  padding: 15px 0;
  background-color: #50c5d3;
  margin: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.pricing_card ul {
  border: 1px solid #dedede;
  border-top: none;
  padding: 20px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  min-height: 405px;
}

.pricing_card ul li {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
}

.pricing_card ul li:last-child {
  margin-bottom: 0;
}

.contact_form .wpcf7-spinner {
  top: 15px;
  position: absolute;
  right: 0;
}

.contact_form .form-row {
  position: relative;
}

.map_box {
  height: 400px;
}

.map_box .contact_map {
  position: absolute;
  left: 0;
}

.footer_list-group .col-3 figure {
  margin-bottom: 0;
}

.footer_list-group .wp-block-blockstrap-blockstrap-widget-container.bg-image-fixed.d-flex.row.align-items-center.justify-content-start {
  margin-bottom: 20px;
}

.home_blog {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.home_blog>li {
  width: 100% !important;
  margin: 0 !important;
}

.home_blog li .wp-block-post-featured-image {
  margin-bottom: 0 !important;
}

.home_blog li .wp-block-post-excerpt__more-text {
  margin-top: 0px !important;
}

.blog_box .card-body {
  padding: 16px 10px !important;
}

.blog_box .card-body h2 a,
.home_blog li h2 {
  font-size: 24px !important;
  font-weight: 600 !important;
}

.home_blog li h2 {
  margin-top: 16px !important;
}

.blog_box .card-body h2 a:hover {
  color: #50c5d3 !important;
}

.blog_box .wp-block-read-more,
.home_blog li .wp-block-post-excerpt__more-link {
  padding-left: 10px !important;
  margin-bottom: 16px !important;
  font-weight: 600;
  color: #000 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-size: 16px !important;
  text-transform: capitalize !important;
}

.home_blog li .wp-block-post-excerpt__more-link {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.home_blog .wp-block-post-excerpt__excerpt {
  font-size: 16px !important;
  margin: 10px 0 !important;
}

.blog_box .wp-block-read-more::after,
.home_blog li .wp-block-post-excerpt__more-link::after {
  content: "\2192";
  /* → */
  font-size: 20px;
  transition: all 0.3s ease;
  text-decoration: none !important;
}

.site-main .page-link.active,
.active>.page-link {
  background-color: #50c5d3 !important;
  border-color: #50c5d3 !important;
  color: #fff !important;
}

.site-main .page-link {
  width: 100% !important;
  height: 36px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
  max-width: 36px !important;
  color: #000 !important;
}

.blog_box .wp-block-read-more:hover::after {
  transform: translateX(5px);
}

.blog_box .wp-block-read-more:hover,
.home_blog li .wp-block-post-excerpt__more-link:hover {
  color: #50c5d3 !important;
  text-decoration: none !important;
}

.blog_box a.badge {
  display: none;
}

.not-found h2 {
  font-size: 36px !important;
  line-height: 1.5;
  color: #000 !important;
}

.not-found .wp-block-button a {
  font-size: 18px !important;
  padding: 20px 24px;
}

.search_input input {
  border: none;
  height: 60px;
}

.search_input {
  padding-bottom: 36px !important;
}

.search_input {
  position: relative;
  max-width: 400px;
  width: 100%;
}

.search_input .input-group {
  border: 1px solid #dedede;
  border-radius: 6px;
}

.search_input .form-control:focus {
  box-shadow: none !important;
  border-color: none !important;
}

.search_input button:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #000;
}

.main_blog h2+p {
  margin-bottom: 40px;
}

.view-blog-btn a {
  padding: 16px 35px;
  font-size: 20px;
  margin-top: 16px;
}

.map-heading {
  margin-top: 80px;
}

.home_category .card-body.btn-outline-primary {
  border-color: transparent !important;
  border: none !important;
}

.home_category .gd-cptcat-ul .card {
  transition: all 0.3s ease;
}

.home_category .card-body.btn-outline-primary:hover {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #000 !important;
}

.home_category .gd-cptcat-cat-right a {
  font-size: 24px !important;
}

.home_category .card-body a span img {
  max-width: 100px !important;
}

.home_gd-map {
  height: 482px !important;
}

.make_left h2 {
  margin-bottom: 20px !important;
}

.wp-block-group.home_category .row.row-cols-1 .gd-cptcat-ul {
  margin-bottom: 0 !important;
}

.main_searchbar button.gd-search-type-tab {
  background-color: #fff;
  background: rgba(220, 251, 255, 1);
  padding: 10px 15px;
  border-radius: 10px 10px 0px 0px;
  border: 0;
  font-size: 20px;
}

.main_searchbar button.gd-search-type-tab.is-active {
  background-color: #fff;
}

.main_searchbar .gd-search-type-tabs {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.main_searchbar .gd-search-has-date.gd-search-event_dates.col-auto.flex-fill.px-0 {
  margin: 0;
}

.main_searchbar .geodir-search.row {
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
  margin-top: 0;
  gap: 25px !important;
  flex-wrap: nowrap;
}

.main_searchbar .geodir_submit_search {
  background-color: #50c5d3;
  padding: 16px 30px;
  height: 60px;
  border: 0;
  border-radius: 6px;
}

.main_searchbar .input-group-text.bg-transparent.border-0 {
  position: absolute;
  right: 15px;
}

.main_searchbar .geodir_submit_search:hover {
  background-color: #000;
}

.main_searchbar .geodir_submit_search i.fas.fas.fa-search {
  display: none;
}

.main_searchbar .geodir_submit_search .visually-hidden {
  position: relative !important;
  font-size: 20px;
  font-weight: 600;
}

.main_searchbar select#geodir_search_post_category {
  height: 60px;
  width: 245px;
  border-radius: 6px;
  font-size: 18px;
  color: #000;
}

.main_searchbar input.form-control::placeholder {
  color: #000;
  font-size: 18px;
}

.main_searchbar i.fas.fa-search {
  top: 11px;
  color: #000;
  position: relative;
}

.main_searchbar input.form-control {
  height: 60px;
  font-size: 18px;
  border-radius: 6px;
  padding: 15px;
  border: 1px solid #dedede;
}

.main_searchbar i.fas.fa-map-marker-alt {
  top: 11px;
  color: #000;
  position: relative;
}

.main_searchbar .gd-search-field-search,
.main_searchbar .gd-search-field-near,
.main_searchbar .gd-search-field-taxonomy.gd-search-field-categories {
  margin-top: 0;
}

ul.pagination.m-0.p-0 {
  justify-content: center;
}

ul.pagination.m-0.p-0 .page-link.active {
  background-color: #50c5d3 !important;
  border-color: #50c5d3 !important;
  color: #fff !important;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.event-listing-card .card-body {
  padding: 20px !important;
  border: 1px solid #dedede;
  border-top: none;
  border-radius: 6px;
}

.event-listing-card .card {
  border: none !important;
}

.event-listing-card .card-body .geodir-entry-title a {
  font-size: 24px !important;
  margin: 15px 0 !important;
}

.event-listing-card .geodir_post_meta br {
  display: none;
}

.event-listing-card .card-body .geodir_post_meta span .geodir_post_meta_title {
  display: none;
}

a:hover {
  color: #50c5d3 !important;
}

.event-listing-card .gd-badge {
  background-color: #fff !important;
  color: #50c5d3 !important;
}

.event-listing-card .gd-list-favorite {
  background-color: #fff;
  height: 34px !important;
  width: 34px !important;
  display: block;
  text-align: center;
  border-radius: 50%;
  line-height: 39px !important;
}

.event-listing-card .ab-right,
.ab-top-right {
  top: 20px !important;
  right: 20px !important;
}

.event-listing-card .ab-left,
.ab-top-left {
  top: 20px !important;
  left: 20px !important;
}

.event-listing-card .geodir-addtofav-icon .fa-heart::before {
  content: "";
  background-size: 22px;
  background-image: url(../images/fav_hollow.svg);
  height: 34px;
  width: 25px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}

.event-listing-card .geodir_post_meta_icon .fa-map-marker-alt::before {
  content: url(../images/map-icoooo.svg);
  background-size: 24px;
  /* background-image: url(../images/map-icoooo.svg); */
  height: 25px;
  width: 25px;
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
  left: 0px;
  top: 6px;
}

.event-listing-card .geodir_post_meta_icon .fa-phone::before {
  content: url(../images/call-icooo.svg);
  background-size: 24px;
  /* background-image: url(../images/map-icoooo.svg); */
  height: 20px;
  width: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
  left: 0px;
  top: 6px;
}

.event-listing-card .geodir_post_meta_icon .fa-folder-open::before {
  content: url(../images/folder-icooo.svg);
  background-size: 24px;
  /* background-image: url(../images/map-icoooo.svg); */
  height: 20px;
  width: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
  left: 0;
  top: 6px;
}

.event-listing-card .geodir_post_meta:has(.geodir_post_meta_icon) a,
.event-listing-card .geodir_post_meta:has(.geodir_post_meta_icon) span {
  padding-left: 10px;
}

.event-listing-card .geodir_post_meta_icon {
  padding-left: 0 !important;
}

ul.top_navbar li.nav-item a.dropdown-toggle.nav-link {
  color: #fff;
}

ul.top_navbar li.nav-item a.dropdown-toggle.nav-link::after {
  margin-right: 0;
  margin-left: 6px;
  top: 0px;
  position: relative;
  color: #fff;
}

ul.top_navbar li.nav-item.dropdown ul.wp-block-blockstrap-blockstrap-widget-nav-dropdown.dropdown-menu li a {
  color: #000 !important;
  font-weight: 600;
  font-size: 16px;
}

.geodir-map-wrap .geodir-map-cat-filter-wrap ul.treeview.main_list li label img {
  display: none;
}

.bottom_footer a:hover {
  color: #000 !important;
}

.wp-block-buttons.text-center.view-blog-btn a.wp-block-button__link:hover {
  color: #fff !important;
}

.modal-dialog.modal-dialog-centered .card:hover {
  transform: translateY(0px);
}

.modal-dialog.modal-dialog-centered .card .form-control {
  height: 55px;
}

.modal-dialog.modal-dialog-centered .card button.btn.btn-primary {
  background-color: #50c5d3;
}

.modal-dialog.modal-dialog-centered .card button.btn.btn-primary {
  background-color: #50c5d3;
  border: 0;
  height: 55px;
}

.tax-gd_eventcategory .geodir-listing-search {
  display: none !important;
}

body.archive.post-type-archive.post-type-archive-gd_event .wp-block-blockstrap-blockstrap-widget-container.bg-image-fixed.row .wp-block-blockstrap-blockstrap-widget-container.col-12.col-md-12.col-lg-4.bg-image-fixed {
  display: none;
}

body.archive.post-type-archive.post-type-archive-gd_event .wp-block-blockstrap-blockstrap-widget-container.bg-image-fixed.row .wp-block-blockstrap-blockstrap-widget-container.col-12.col-md-12.col-lg-8.bg-image-fixed.col.event-listing-card {
  width: 100%;
}

body.archive.post-type-archive.post-type-archive-gd_event .wp-block-blockstrap-blockstrap-widget-container.bg-image-fixed.row .event-listing-card .card .card-body {
  border-top-left-radius: 0;

  border-top-right-radius: 0;

  background: #50c5d333 !important;

  padding: 30px !important;
}

body.archive.post-type-archive.post-type-archive-gd_event .wp-block-blockstrap-blockstrap-widget-container.bg-image-fixed.row .event-listing-card .card .card-body h2 a {
  font-weight: 700;

  margin-bottom: 10px !important;

  display: inline-block;

  margin-top: 0 !important;
}

body.archive.post-type-archive.post-type-archive-gd_event .main_searchbar {
  display: none;
}

.tax-gd_eventcategory .wp-block-blockstrap-blockstrap-widget-container .wp-block-blockstrap-blockstrap-widget-container.col-md-12.col-lg-4.bg-image-fixed.col {
  display: none;
}

.tax-gd_eventcategory .wp-block-blockstrap-blockstrap-widget-container.col-12.col-md-12.col-lg-8.bg-image-fixed.col.z-index--2.event-listing-card {
  width: 100%;
}

.tax-gd_eventcategory .geodir-listing-posts .col.mb-4 {
  flex: 0 0 33.333333% !important;
  max-width: 33.333333% !important;
}

.uwp_account_page .entry-content .row .navbar-light {
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #dedede;
  background-color: #fff;
}

.uwp_account_page .entry-content .row .navbar-light .bg-light.pt-5.h-100 {
  padding: 0px !important;
  background-color: #fff !important;
}

.uwp_account_page .entry-content .row .navbar-light .d-flex.align-items-center {
  flex-direction: row !important;
  justify-content: normal !important;
  gap: 10px;
  margin-bottom: 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}

.uwp_account_page .entry-content .row .navbar-light .d-flex.justify-content-center.nav.mt-0 {
  justify-content: flex-start !important;
}

.uwp_account_page .entry-content .row .navbar-light .card-body {
  padding: 0px !important;
}

.uwp_account_page .entry-content .row .navbar-light .card-body .row .col {
  width: auto;
}

.uwp_account_page .entry-content .navbar-light .card-body .tofront img {
  width: 50px;
  height: 50px;
  border-width: 0 !important;
  box-shadow: none !important;
}

.uwp_account_page .navbar-light .full_name {
  margin-bottom: 0;
  color: #000;
  font-size: 25px;
  font-weight: 500;
  text-transform: capitalize;
}

.uwp_account_page .entry-content .row .navbar-light .list-unstyled {
  gap: 20px;
}

.uwp_account_page .entry-content .row .navbar-light .list-unstyled .nav-link {
  padding: 0px !important;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

.bsui .navbar-light .nav-item .nav-link.active i,
.bsui .navbar-light .nav-item .nav-link.active {
  color: #50c5d3 !important;
}

.uwp_account_page .entry-content .row div.ps-lg-4.ps-sm-0.h-100 {
  padding: 20px !important;
  border: 1px solid rgba(222, 222, 222, 1);
  border-radius: 12px;
}

.uwp_account_page .entry-content .row h3 {
  font-size: 32px;
  color: #011632;
  font-weight: 700;
  margin-bottom: 30px !important;
}

.uwp_widgets.uwp_widget_account {
  padding: 60px 0;
}

.uwp_widgets.uwp_widget_account input.btn.btn-primary {
  background-color: #50c5d3;
  border: 0;
}

.geodir-page-add .wp-block-geodirectory-geodir-widget-add-listing {
  padding-left: 10px;
  padding-right: 10px;
}

.geodir-page-add #geodir_fieldset_details .h3 {
  display: none;
}

.checkout_box label,
.geodir-page-add .mb-3.row label {
  display: block;
  width: 100%;
  color: #000 !important;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 5px;
}

.geodir-page-add .mb-3.row .col-sm-10 {
  display: block;
  width: 100%;
}

.geodir-page-add .mb-3.row .select2-selection,
.geodir-page-add .mb-3.row textarea,
.geodir-page-add .mb-3.row select,
.geodir-page-add .mb-3.row input {
  display: block;
  width: 100%;
  background-color: #f9f9f9;
  border: 1px solid #d0d5dd;
}

.geodir-page-add .mb-3.row .select2-selection,
.geodir-page-add .mb-3.row select,
.geodir-page-add .mb-3.row input {
  height: 55px;
  border-radius: 5px;
  padding: 14px;
}

.geodir-page-add .mb-3.row .select2-selection input {
  border: 0 !important;
}

.geodir-page-add #address_set_address_button,
.geodir-page-add .form-text.text-muted {
  display: none !important;
}

.geodir-page-add .mb-3.row input[type="radio"] {
  width: 20px;
  height: 20px;
  padding: 10px;
  margin-top: 14px;
  x: 10px;
  border-radius: 100%;
  background-color: #fff;
  border-color: #50c5d3 !important;
}

.geodir-page-add .mb-3.row input[type="checkbox"] {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 5px;
  background-color: #fff;
  border-color: #50c5d3 !important;
}

.geodir-page-add .mb-3.row .col-sm-10 .form-check {
  margin-bottom: 20px !important;
}

.geodir-page-add .form-check.form-check-inline {
  min-width: 87px;
  margin-bottom: 0 !important;
}

.geodir-page-add .mb-3.row .form-check-label {
  position: relative;
  top: 10px;
}

.geodir-page-add #geodir-add-listing-submit {
  text-align: center;
}

.geodir-page-add #geodir-add-listing-submit .geodir_button.btn.btn-primary,
.geodir-page-add #geodir-add-listing-submit .geodir_button.geodir_preview_button.btn.btn-outline-primary {
  background-color: #50c5d3;
  border-color: #50c5d3;
  border-radius: 5px;
  text-decoration: none;
  margin-right: 10px;
  font-weight: 600;
  color: #fff;
  height: 47px;
  padding: 10px 20px;
}

.geodir-page-add #geodir-add-listing-submit .geodir_button.btn.btn-primary:hover,
.geodir-page-add #geodir-add-listing-submit .geodir_button.geodir_preview_button.btn.btn-outline-primary:hover {
  color: #fff !important;
}

.geodir-page-add .input-group {
  position: relative;
}

.geodir-page-add .gd-locate-me-btn {
  position: absolute;
  background-color: #f9f9f9 !important;
  height: 55px;
  border-radius: 5px !important;
  border-left: 0 !important;
  z-index: 9;
}

.geodir-page-add input#post_imagesplupload-browse-button {
  background-color: #50c5d3;
  border-color: #50c5d3;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.uwp_page .card.mx-auto.container-fluid.p-0.border-0 {
  max-width: 500px;
  margin: auto;
  padding: 40px 0 !important;
}

.uwp_page .uwp_form input:not([type="checkbox"]):not([type="hidden"]) {
  height: 55px !important;
}

.uwp_account_page .entry-content .row .navbar-light .list-unstyled .nav-link {
  font-size: 16px;
}

.uwp_page .uwp_login_submit,
.uwp_page .uwp_register_submit,
.uwp_page .uwp_forgot_submit {
  background-color: #50c5d3;
  height: 55px;
  border: none !important;
}

.uwp_page .uwp_login_submit:hover,
.uwp_page .uwp_register_submit:hover,
.uwp_page .uwp_forgot_submit:hover {
  background-color: #000;
}

.uwp_page .card-title {
  color: #000 !important;
  display: none;
}

.uwp-register-class .uwp_page .card-body,
.uwp-login-class .uwp_page .card-body {
  padding-bottom: 0;
}

.uwp-account-form .uwp_hide_from_listing {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.uwp_page .card.mx-auto.container-fluid.p-0.border-0 a.d-block.text-center.mt-2.small {
  color: #000000;
  font-weight: 600;
  font-size: 16px;
}

a.btn.btn-sm.uwp-banner-change-icon {
  top: 5px;
  position: relative;
  color: #fff;
  padding: 0 !important;
  width: 1.2rem;
  height: 1.2rem;
}

.map_background img.leaflet-marker-icon {
  max-width: 40px !important;
  max-height: 40px !important;
}

.tab_detail .wp-block-group.tab_menu figure.wp-block-image {
  margin-bottom: 0;
}

.tab_detail {
  display: flex;
  justify-content: space-between;
}

.tab_detail .wp-block-group.tab_menu h3.wp-block-heading a {
  font-size: 18px;
  font-weight: 600;
}

.tab_detail .wp-block-group.tab_menu h3.wp-block-heading {
  line-height: 100%;
  margin-top: -6px;
}

.tab_detail .wp-block-group.tab_menu {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #dedede;
  width: 100%;
  text-align: center;
  justify-content: center;
  padding: 15px;
  cursor: pointer;
}

div#gd-tabs div#post_content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px !important;
}

/* .inner_hero .geodir-post-meta-container {
  background-color: #50c5d3;
  border-radius: 4px;
  padding: 10px;
  color: #fff !important;
  
} */
.inner_hero .geodir-post-meta-container .geodir-field-post_tags {
  display: none;
}

.inner_hero .geodir-post-meta-container a:hover {
  color: #fff !important;
}

.inner_hero {
  position: relative !important;
}

.inner_hero .wp-block-group.detail_tags {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  max-width: 1240px;
  margin: auto;
  top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.detail_tags .wp-block-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.detail-right_sidebar {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #dedede;
  margin-bottom: 30px;
}

.detail-right_sidebar h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px !important;
  text-transform: capitalize;
}

.detail-right_sidebar .geodir_post_meta_icon i {
  margin-right: 10px;
}

.detail-right_sidebar .geodir_post_meta br {
  display: none;
}

.contact_details .geodir-post-meta-container {
  margin-bottom: 15px;
}

.contact_details .geodir-post-meta-container:last-child {
  margin-bottom: 0px;
}

.detail-right_sidebar.contact_details .geodir_post_meta_icon .fas.fa-map-marker-alt::before {
  content: url(../images/map_icon_detaails.svg);
  background-size: 24px;
  /* background-image: url(../images/map-icoooo.svg); */
  height: 20px;
  width: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
  left: 0;
  top: 6px;
}

.detail-right_sidebar.contact_details .geodir_post_meta_icon .fas.fa-phone::before {
  content: url(../images/call_icon_details.svg);
  background-size: 24px;
  /* background-image: url(../images/map-icoooo.svg); */
  height: 20px;
  width: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
  left: 0;
  top: 6px;
}

.detail-right_sidebar.contact_details .geodir_post_meta_icon .far.fa-envelope::before {
  content: url(../images/mail_icon_details.svg);
  background-size: 24px;
  /* background-image: url(../images/map-icoooo.svg); */
  height: 20px;
  width: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
  left: 0;
  top: 6px;
}

.detail-right_sidebar.category_box .geodir_post_meta {
  float: none !important;
}

.detail-right_sidebar.category_box .geodir_post_meta a {
  display: block !important;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.detail-right_sidebar.category_box .geodir_post_meta a:last-child,
.detail-right_sidebar:last-child {
  margin-bottom: 0;
}

.detail-right_sidebar.category_box .geodir_post_meta a::before {
  position: absolute;
  background-image: url(../images/arrow_details-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  left: 0;
  content: "";
}

.detail-right_sidebar.social_media .geodir-field-facebook a::before {
  content: url(../images/fb_sidebar_icon.svg);
  background-size: 24px;
  height: 40px;
  width: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
}

.detail-right_sidebar.social_media .geodir-field-linkedin,
.detail-right_sidebar.social_media .geodir-field-instagram,
.detail-right_sidebar.social_media .geodir-field-video,
.detail-right_sidebar.social_media .geodir-field-facebook,
.detail-right_sidebar.social_media .geodir-field-twitter {
  font-size: 0;
}
.detail-right_sidebar.social_media .geodir-field-linkedin p,
.detail-right_sidebar.social_media .geodir-field-instagram p,
.detail-right_sidebar.social_media .geodir-field-video p,
.detail-right_sidebar.social_media .geodir-field-facebook p,
.detail-right_sidebar.social_media .geodir-field-twitter p{
  font-size: 0;
}

.detail-right_sidebar.social_media .geodir-field-twitter a::before {
  content: url(../images/x-sidebar-icon.svg);
  background-size: 24px;
  height: 40px;
  width: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
}

.detail-right_sidebar.social_media .geodir-field-instagram a::before {
  content: url(../images/insta-sidebar-icon.svg);
  background-size: 24px;
  height: 40px;
  width: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
}

.detail-right_sidebar.social_media .geodir-field-video a::before {
  content: url(../images/you-sidebar-icon.svg);
  background-size: 24px;
  height: 40px;
  width: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
}

.detail-right_sidebar.social_media .geodir-field-linkedin a::before {
  content: url(../images/link-sidebar-icon.svg);
  background-size: 24px;
  height: 40px;
  width: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
}

div#reviews input#submit {
  background-color: #50c5d3;
  border: 0;
  height: 55px;
  font-size: 20px;
}

.tab_detail {
  padding-left: 0;
}

.geodir-single-tabs-container #gd-single-tabs-content .gd-tab-list-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px !important;
}

.social_media .geodir_post_meta {
  float: none !important;
}

.social_media .wp-block-group.d-flex {
  display: flex;
  gap: 10px;
}

.commentlist-wrap ul.commentlist .comment-content.comment.card-body {
  padding-left: 30px;
  padding-right: 30px;
}

.commentlist-wrap ul.commentlist .card-footer {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.commentlist-wrap ul.commentlist .card-header {
  padding: 20px 30px !important;
  padding-bottom: 0 !important;
  border: 0 !important;
}

div#comments .row.gy-4.mb-5 {
  display: none;
}

div#respond h3#reply-title span {
  font-size: 20px;
  color: #50c5d3;
}

.commentlist-wrap ul.commentlist .card-header {
  padding: 20px 30px !important;
  padding-bottom: 0 !important;
  border: 0 !important;
  background: #50c5d34d;
}

.commentlist-wrap ul.commentlist .comment-content.comment.card-body {
  padding-left: 30px;
  padding-right: 30px;
  background: #50c5d34d;
}

.commentlist-wrap ul.commentlist .card-footer {
  padding-left: 30px !important;
  padding-right: 30px !important;
  background: #50c5d34d !important;
  border: 0;
}

.commentlist-wrap ul.commentlist .card-footer a.comment-reply-link {
  background-color: #000;
  background: #50c5d3;
  border: 0;
}

.commentlist-wrap ul.commentlist .card-header .badge.bg-primary {
  background-color: #50c5d3 !important;
}

.main_searchbar i.fas.fa-times {
  top: 11px;
  position: relative;
}

.geodir-page-add .mb-3.row input[type="radio"] {
  margin-right: 8px;
}

.geodir-page-add .mb-3.row input[type="checkbox"] {
  width: 20px;
  padding: 10px;
  height: 20px;
  margin-top: 13px;
}

.geodir_post_meta.details_favorite {
  background-color: #50c5d333;
  border-radius: 50px;
  padding: 10px 20px;
}

.details_favorite .geodir-addtofav-icon {
  display: flex;
  align-items: center;
  gap: 8px;
}

body.archive.post-type-archive.post-type-archive-gd_event .wp-block-blockstrap-blockstrap-widget-container.bg-image-fixed.row .event-listing-card .card .card-body .geodir_post_meta_icon.geodir-i-text {
  display: none;
}

body.archive.post-type-archive.post-type-archive-gd_event .wp-block-blockstrap-blockstrap-widget-container.bg-image-fixed.row .event-listing-card .card .card-body p {
  margin-bottom: 0;
}

.details_favorite .geodir-addtofav-icon .fas.fa-heart::before {
    content: "";
    background-size: 24px;
    background-image: url(../images/detail_heart.svg);
    height: 24px;
    width: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    left: 0;
    top: 2px;
}

.commentlist-wrap ul.commentlist .card-header .media-heading {
  flex-direction: column;

  gap: 10px;
}

.commentlist-wrap ul.commentlist .card-header .media-heading a {
  font-weight: 700;
}

.commentlist-wrap ul.commentlist .card-header .badge.bg-primary {
  background-color: transparent !important;

  color: #000;

  padding: 0;

  font-weight: 500;

  font-size: 14px;
}

.commentlist-wrap ul.commentlist .card-header .media-heading span.ms-2.ms-2.h6.m-0.fs-sm {
  margin-left: 0 !important;
}

.commentlist-wrap ul.commentlist .card-header a.media-object {
  min-width: 65px !important;

  margin-right: 5px;
}

.commentlist-wrap ul.commentlist .card-header a.media-object img.avatar {
  min-width: 65px;
}

div#gd-tabs div#post_images,
div#gd-tabs div#post_map,
div#gd-tabs div#reviews,
div#gd-tabs div#post_content {
  margin-bottom: 50px !important;
}

.bottom_footer p {
  margin: 0;
}

.wp-block-group.recent-post h3.wp-block-heading {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  margin-bottom: 15px !important;
}

.wp-block-group.recent-post {
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgb(222 222 222);
}

.geodir-field-post_tags {
  display: none;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
ul.top_navbar li.nav-item a:hover {
  color: #50c5d3 !important;
}

.detail-right_sidebar {
  display: none;
}

.detail-right_sidebar:has(.geodir-post-meta-container) {
  display: block;
}

.recent-post ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.recent-post ul li:last-child {
  margin-bottom: 0;
}

.recent-post ul li .wp-block-latest-posts__post-title {
  font-size: 18px;
  font-weight: 500;
}

.recent-post ul li img {
  border-radius: 5px;
}

.blog_detail ol.wp-block-list li {
  list-style: disc;
  margin-bottom: 10px;
  color: #000;
}

.blog_detail ol.wp-block-list {
  padding-left: 20px !important;
}

.blog_detail .entry-content h2 {
  font-weight: 700;
  color: #000;
  margin-bottom: 15px !important;
}

.blog_detail p {
  color: #000;
}

.blog_detail .d-block.text-center.text-md-start.d-md-flex.p-3.bg-light {
  align-items: center;
  background-color: #50c5d34d !important;
  border-radius: 10px;
  box-shadow:
    0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08),
    0 0.25rem 0.75rem rgba(31, 27, 45, 0.08) !important;
  margin-bottom: 15px;
  display: flex !important;
}

.blog_detail .wp-block-blockstrap-blockstrap-widget-container.mb-3.border-gray.bg-image-fixed.card {
  background-color: #50c5d34d !important;
}

p:empty {
  display: none;
}

.blog_detail .btn-outline-primary {
  border-color: #50c5d3;
  color: #50c5d3;
}

.blog_detail .btn-outline-primary:hover {
  color: #fff !important;
  background-color: #50c5d3;
  border-color: #50c5d3;
}

.blog_detail .btn-outline-primary:hover.btn-outline-primary a {
  color: #fff !important;
}

.blog_detail .btn.btn-primary {
  background-color: #50c5d3;
  border-color: #50c5d3;
  border: 0;
}

.blog_detail .submit.btn.btn-primary {
  border: 0;
  height: 55px;
  font-size: 20px;
}

.blog_detail h3#reply-title {
  font-size: 28px;
  color: #000 !important;
  font-weight: 600;
}

.blog_detail .btn.btn-primary:hover {
  background-color: #000;
  border: none;
}

.blog_detail h2#comments {
  font-size: 20px;
  color: #000 !important;
  font-weight: 600;
  margin-bottom: 10px !important;
}

.blog_detail .wp-block-comments.wp-block-comments-query-loop {
  margin-top: 30px;
}

.blog_detail .entry-content.alignfull.wp-block-post-content {
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgb(222 222 222);
}

.main_blog .wp-block-post-featured-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.home_blog>li {
  background: #fff;
  transition: all .4s ease;
}

.home_blog>li:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .15);
}

.hero_banner .wp-block-group.has-custom-css.wp-custom-css-a4848b8d,
.inner_hero .wp-block-blockstrap-blockstrap-widget-container.me-auto.ms-auto.col-12.col-md-12.col-lg-8.bg-image-fixed.text-center.col {
  max-width: 90% !important;
  width: 100% !important;
}

/*=============================prrcing=page-css========================================*/
.pricing-section {
  padding: 80px 0;
}

.pricing-section .tabs-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.pricing-section .tab-btn {
  min-width: 180px;
  height: auto;
  padding: 10px 20px;
  border: 1px solid #50c5d3;
  background: #fff;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  transition: .4s;
}

.pricing-section .tab-btn.active {
  background: #50c5d3;
  color: #fff;
}

.pricing-section .tab-content {
  display: none;
}

.pricing-section .tab-content.active {
  display: block;
}

.pricing-section .pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.pricing-section .plan-card {
  border: 1px solid #ddd;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.pricing-section .plan-head {
  background: #50c5d3;
  color: #fff;
  text-align: center;
  padding: 15px;
  padding-bottom: 5px;
  font-size: 30px;
  font-weight: 700;
}

.pricing-section .plan-card ul {
  padding: 22px;
  list-style: none;
  margin-bottom: 0 !important;
}

.pricing-section .plan-price {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  font-size: 25px;
  background-color: #50c5d3;
  color: #fff;
  padding-bottom: 20px;
  font-weight: 600;
}

.pricing-section .plan-desc {
  min-height: 425px;
}

.pricing-section .plan-card ul li {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}

.pricing-section .buy-btn {
  display: block;
  width: calc(100% - 50px);
  margin: 0 auto 30px;
  text-align: center;
  background: #50c5d3;
  color: #fff;
  text-decoration: none;
  padding: 15px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 18px;
}

.pricing-section .buy-btn:hover {
  background: #38b3c2;
  color: #fff !important;
}

.checkout_box .form-select,
.checkout_box .form-control {
  height: 45px;
  padding: 9px 15px;
  border-radius: 4px;
}

input#getpaid-pay-now {
  background-color: #50c5d3;
  border: 0;
  font-size: 17px;
}

body .getpaid-checkout .getpaid-payment-form-items-cart-header {
  background-color: #50c5d3 !important;
  color: #fff;
  font-weight: 600 !important;
  font-size: 16px;
}

body .getpaid-checkout .getpaid-form-cart-totals-col {
  background-color: #50c5d3 !important;
  color: #fff;
  font-weight: 600 !important;
  font-size: 16px;
}

body .getpaid-payment-form-items-cart-totals {
  border: 1px solid #50c5d3 !important;
}

body .getpaid-payment-form-element .getpaid-payment-form-items-cart-item {
  border-left: 1px solid #50c5d3 !important;
  border-right: 1px solid #50c5d3 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body .getpaid-payment-form-element .getpaid-payment-form-items-cart-item .getpaid-form-cart-item-name {
  border-right: 1px solid #50c5d3;
}

.checkout_box form.getpaid-payment-form.getpaid-payment-form-100 {
  border: 1px solid #dedede;
  padding: 20px;
  border-radius: 10px;
}

.checkout_box {
  padding-left: 0;
  padding-right: 0;
}

.invoice_box h4.wpinv-details-t {
  font-weight: 700;
}

.invoice_box table.table.table-bordered {
  border-color: #50c5d3;
}

.navbar-nav .nav-link i.fa-regular.fa-circle-user {
  font-size: 22px;
}

header .nav-link:hover,
header .nav-link:focus {
  color: #50c5d3;
}

td.invoice-actions.text-center .btn-secondary {
  background-color: #50c5d3;
  color: #fff;
  border: 0;
}

td.invoice-actions.text-center .btn-secondary:hover {
  color: #000 !important;
}

.blog_box .wp-block-blockstrap-blockstrap-widget-container {
  height: auto !important;
}
button.btn.geodir-claim-post-form-link.btn-primary, .detail_popbtn button.btn.btn-primary {
    background-color: #50c5d3;
    border: 0;
    border-radius: 4px;
    font-size: 17px;
    padding: 10px 25px;
    font-weight: 700;
    margin-bottom: 10px;
}
.geodir-claim-form-fields .form-label,
.nf-form-wrap.ninja-forms-form-wrap .nf-form-layout .nf-form-content .nf-field-label label {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 600;
}
.geodir-claim-form-fields .form-label,
.nf-form-wrap.ninja-forms-form-wrap .nf-form-layout .nf-form-content .nf-field-label{
  margin-bottom: 5px;
}
.geodir-claim-form-fields input,
.nf-form-wrap.ninja-forms-form-wrap .nf-form-layout .nf-form-content input {
    height: 45px !important;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #7f7f7f;
}
.nf-form-wrap.ninja-forms-form-wrap .nf-form-layout  .nf-form-fields-required {
    font-size: 12px;
}
.nf-form-wrap.ninja-forms-form-wrap .nf-form-layout .nf-field-description p {
    font-size: 12px !important;
}
.nf-form-wrap.ninja-forms-form-wrap .nf-form-layout{
  padding: 20px;
}
body .geodir-claim-form-footer .geodir-post-claim-button,
.nf-form-wrap.ninja-forms-form-wrap .nf-form-layout .nf-form-content input[type="submit"] {
    background-color: #50c5d3;
    border: 0;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 9px 25px;
}
.geodir-claim-form-fields textarea,
.nf-form-wrap.ninja-forms-form-wrap .nf-form-layout .nf-field-element textarea {
    height: 120px;
    border-radius: 4px;
}
.nf-form-wrap.ninja-forms-form-wrap .nf-form-layout .nf-field-container {
    margin-bottom: 15px;
}
.main_searchbar .gd-search-has-date.gd-search-event_dates .btn-close {
    font-size: 18px !important;
}
.main_searchbar .gd-search-has-date.gd-search-event_dates .input-group-text {
    top: 15px !important;
}
.event-listing-card .geodir-badge-featured span.gd-badge.badge.ab-bottom-left {
    background-color: #50c5d3 !important;
    color: #fff !important;
    top: 24px;
    height: fit-content;
    left: 80px;
}
.getpaid-subscriptions .btn-secondary {
    background-color: #50c5d3;
    color: #fff;
}
.getpaid-subscriptions-table-column-actions a.btn.btn-xs.btn-outline-primary.text-decoration-none {
    border-color: #50c5d3;
    color: #50c5d3;
}
.event-listing-card .gd-badge,
.event-listing-card .geodir-badge-featured span.gd-badge.badge.ab-bottom-left {
    border-radius: 4px !important;
}

.gd-login-links a.login-link.uwp-login-link.btn.btn-primary {
    background-color: #50c5d3;
    border-color: #50c5d3;
}
.gd-login-links a.register-link.uwp-register-link{
  border-color: #50c5d3;
  color: #50c5d3;
}
.modal-body  .nf-form-wrap.ninja-forms-form-wrap .nf-form-layout{
  padding: 0px !important;
}
.modal-body .nf-form-wrap.ninja-forms-form-wrap .nf-form-layout .nf-field-container {
    margin-bottom: 10px;
}
.modal-body .nf-form-wrap.ninja-forms-form-wrap .nf-form-layout .nf-form-content input {
    height: 40px !important;
}
.modal-body .nf-form-wrap.ninja-forms-form-wrap .nf-form-layout .nf-field-element textarea {
    height: 100px;
}
.modal-body .nf-form-wrap.ninja-forms-form-wrap .nf-form-layout .nf-form-content input[type="submit"] {
    font-size: 16px;
}
.social_media .geodir_post_meta .geodir_post_meta_icon i{
  margin-right: 0;
}

.social_media .geodir_post_meta .geodir_post_meta_icon {
    background-color: #50c5d3;
    color: #fff;
    padding: 6px;
    border-radius: 4px;
    font-size: 22px;
}
button.btn.geodir-claim-post-form-link.btn-primary{
    margin-bottom: 20px;
}
/*=========================pricing-page-css-end======================*/
@media (max-width: 991px) {
  footer.site-footer.wp-block-template-part div#footer {
    background-color: #000;
    background-image: none !important;
  }

  footer.site-footer .link-gray {
    padding: 7px !important;
    font-size: 14px !important;
  }

  .search_input {
    max-width: 100%;
  }

  footer.site-footer h2.wp-block-heading.has-white-color.has-text-color {
    font-size: 18px !important;
  }

  footer.site-footer .wp-block-blockstrap-blockstrap-widget-container.mb-3.pt-5.bg-image-fixed.row.position-relative {
    padding: 0 !important;
  }

  footer.site-footer p.wp-block-paragraph {
    font-size: 14px;
  }

  .header-top .col-5 {
    width: 30%;
  }

  .header-top .col-7 {
    width: 70%;
  }

  ul.top_navbar li.nav-item a {
    font-weight: 400;
    padding: 10px;
    font-size: 12px;
  }

  button.navbar-toggler {
    background-color: #000;
  }

  .header_nav li {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .header_nav .uwp-register-link,
  .header_nav .uwp-login-link {
    border-left: 0px solid rgba(222, 222, 222, 1) !important;
    padding-bottom: 10px !important;
  }

  .sec-padding {
    padding: 50px 0 !important;
  }

  .map-heading {
    margin-top: 50px;
  }

  .section_heading {
    font-size: 36px !important;
  }

  p {
    font-size: 15px !important;
  }

  .text-width {
    max-width: 100% !important;
    line-height: 1.4 !important;
    text-align: center !important;
    font-size: 18px !important;
  }

  .counter_heading {
    font-size: 40px !important;
  }

  .bottom-space {
    margin-bottom: 30px !important;
  }

  .py-80 {
    padding: 50px 0;
  }

  .about_box h2 {
    font-size: 40px;
  }

  .inner_hero {
    padding: 70px 0;
  }

  .hero_banner h1,
  .inner_hero h1 {
    font-size: 50px;
  }

  .j_image {
    max-width: 150px;
  }

  .footer_list-group .col-3 {
    width: 17%;
  }

  .footer_list-group .wp-block-image {
    margin: 0;
  }

  .footer_list-group .row {
    margin-bottom: 20px;
  }

  .how_work .wp-block-column {
    margin: 10px;
    padding: 20px;
  }

  .how_work .wp-block-column h4.wp-block-heading {
    font-size: 22px;
    margin: 20px 0 15px !important;
  }

  .how_work .wp-block-columns figure.wp-block-image.aligncenter.size-full {
    max-width: 90px;
  }

  .join-btn {
    padding: 20px 30px !important;
    font-size: 24px !important;
    margin-top: 30px !important;
  }

  .tevm-section {
    margin-bottom: 50px !important;
  }

  .contact_box {
    padding-top: 50px;
  }

  .form_box h2.wp-block-heading {
    font-size: 38px;
    margin-bottom: 10px !important;
  }

  .contact_box .wp-block-blockstrap-blockstrap-widget-container>.wp-block-group {
    grid-template-columns: 3fr 12fr;
    gap: 10px;
    padding: 15px;
  }

  .contact_box .wp-block-blockstrap-blockstrap-widget-container h3 {
    font-size: 19px;
  }

  .contact_box .wp-block-blockstrap-blockstrap-widget-container p {
    font-size: 13px !important;
  }

  .policy_point ul li {
    font-size: 14px;
  }

  .map_box {
    height: 310px;
  }

  .pricing_card ul li {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .blog_box .card-body h2 a,
  .home_blog li h2 {
    font-size: 20px !important;
  }

  .not-found h2 {
    font-size: 28px !important;
    line-height: 1.4;
  }

  .not-found .wp-block-button a {
    font-size: 16px !important;
    padding: 16px 20px;
  }

  .search_input {
    padding-bottom: 24px !important;
  }

  .home_blog {
    grid-template-columns: repeat(2, 1fr);
  }

  .main_blog h2+p {
    margin-bottom: 20px;
  }

  .view-blog-btn a {
    padding: 16px 20px;
    font-size: 18px;
    margin-top: 10px;
  }

  .home_category .gd-cptcat-cat-right a {
    font-size: 20px !important;
  }

  .make_left h2,
  .make_left p {
    text-align: center !important;
  }

  .hero_banner h1 {
    margin-bottom: 40px !important;
  }

  .main_searchbar .geodir-search.row {
    gap: 15px !important;
    max-width: 730px !important;
    margin: auto;
  }

  .main_searchbar select#geodir_search_post_category {
    width: 170px;
  }

  .main_searchbar button.gd-search-type-tab {
    font-size: 18px;
  }

  .event-listing-card .geodir_post_meta.py-1.geodir-field-address {
    display: block;
  }

  .event-listing-card .card-body .geodir-entry-title a {
    font-size: 20px !important;
    margin: 10px 0 !important;
  }

  .event-listing-card .card-body span,
  .event-listing-card .card-body a {
    font-size: 14px !important;
  }

  ul.top_navbar li.nav-item.dropdown ul.wp-block-blockstrap-blockstrap-widget-nav-dropdown.dropdown-menu li a {
    font-size: 13px;
    padding-bottom: 0;
  }

  body.archive.post-type-archive.post-type-archive-gd_event .wp-block-blockstrap-blockstrap-widget-container.bg-image-fixed.row .event-listing-card .card .card-body {
    padding: 20px !important;
  }

  .tax-gd_eventcategory .geodir-listing-posts .col.mb-4 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .uwp_account_page .entry-content .row .col-lg-9 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
  }

  .uwp_account_page .entry-content .row .navbar-light .list-unstyled {
    gap: 15px;
  }

  .uwp_account_page .entry-content .row .navbar-light .d-flex.align-items-center {
    padding-bottom: 15px;
  }

  .uwp_page .card.mx-auto.container-fluid.p-0.border-0 {
    padding: 0px 0 !important;
  }

  .tab_detail .wp-block-group.tab_menu {
    padding: 10px;
  }

  .tab_detail .wp-block-group.tab_menu h3.wp-block-heading a {
    font-size: 14px;
  }

  .tab_detail .wp-block-group.tab_menu figure.wp-block-image {
    max-width: 21px !important;
    width: 100%;
    height: 21px;
  }

  .detail_tags a,
  .details_favorite span {
    font-size: 14px;
  }

  .inner_hero .wp-block-group.detail_tags {
    top: 20px;
  }

  .geodir-single-tabs-container #gd-single-tabs-content .gd-tab-list-title {
    font-size: 40px;
    margin-bottom: 10px !important;
  }

  .blog_detail .entry-content h2 {
    font-size: 20px;
  }

  .blog_detail ol.wp-block-list li {
    font-size: 14px;
  }

  .wp-block-group.recent-post h3.wp-block-heading {
    font-size: 24px;
  }

  .recent-post ul li .wp-block-latest-posts__post-title {
    font-size: 16px;
  }

  .main_searchbar input.form-control::placeholder,
  .main_searchbar select#geodir_search_post_category,
  .main_searchbar input.form-control {
    font-size: 16px;
  }

  .pricing-section {
    padding: 50px 0;
  }

  .pricing-section .tab-btn {
    min-width: 160px;
    padding: 10px 15px;
    font-size: 18px;
  }

  .pricing-section .plan-card ul {
    padding: 30px 10px;
    list-style: none;
  }

  .pricing-section .plan-card ul li {
    font-size: 15px;
    line-height: 115%;
  }

  .pricing-section .plan-head {
    font-size: 22px;
  }

  .pricing-section .plan-price {
    font-size: 20px;
  }

  .pricing-section .buy-btn {
    width: calc(100% - 40px);
    font-size: 18px;
  }

  .pricing-section .plan-desc {
    min-height: 440px;
  }
footer.site-footer h2.wp-block-heading.has-white-color.has-text-color {
    margin-top: 25px;
    margin-bottom: 12px !important;
}
.getpaid-subscriptions.bsui .table-bordered thead th {
    width: 135px !important;
}
.getpaid-subscriptions {
    overflow: auto;
}
}

@media (max-width: 767px) {
  .header-top .col-7 {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .header-top .col-5 {
    width: 100%;
    justify-content: center;
  }

  .header-top figure.wp-block-image.size-full {
    width: 30px;
  }

  .header-top div#navbarNav_main-nav {
    margin-left: auto;
    margin-right: auto;
  }

  ul.top_navbar li.nav-item a {
    padding: 10px 5px;
    font-size: 9px;
    padding-bottom: 0;
  }

  .sec-padding {
    padding: 35px 0 !important;
  }

  .map-heading {
    margin-top: 35px;
  }

  .tevm-section {
    margin-bottom: 35px !important;
  }

  .section_heading {
    font-size: 28px !important;
  }

  .j_image {
    max-width: 120px;
  }

  p {
    font-size: 14px !important;
  }

  .counter_heading {
    font-size: 32px !important;
    margin-top: 10px;
  }

  .inner_hero {
    padding: 60px 0;
  }

  .hero_banner h1,
  .inner_hero h1 {
    font-size: 30px;
  }

  .py-80 {
    padding: 35px 0;
  }

  .about_box h2 {
    font-size: 35px;
  }

  .about_box p {
    margin-bottom: 10px;
  }

  .footer_list-group .col-3 {
    width: 14%;
  }

  .footer_list-group .col-9 {
    width: 86%;
  }

  .how_work h3 {
    font-size: 18px;
    margin-bottom: 20px !important;
  }

  .how_work .wp-block-column {
    margin: 10px 0;
  }

  .join-btn {
    padding: 16px 20px !important;
    font-size: 18px !important;
    margin-top: 20px !important;
  }

  .form_box h2.wp-block-heading {
    font-size: 30px;
  }

  .contact_box {
    padding-top: 30px;
  }

  .contact_box .wp-block-blockstrap-blockstrap-widget-container>.wp-block-group {
    grid-template-columns: 2fr 12fr;
    margin-bottom: 10px;
  }

  .contact_box .wp-block-blockstrap-blockstrap-widget-container h3 {
    font-size: 20px;
  }

  .contact_form .form-row-half {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .contact_form textarea,
  .contact_form input {
    height: 50px;
  }

  .map_box {
    height: 135px;
  }

  .blog_box .card-body h2 a {
    font-size: 20px !important;
  }

  .blog_box .card-body p {
    font-size: 15px !important;
  }

  .not-found h2 {
    font-size: 18px !important;
  }

  .home_blog {
    grid-template-columns: repeat(1, 1fr);
  }

  .home_category .gd-cptcat-cat-right a {
    font-size: 18px !important;
  }

  .wp-block-group.home_category .row.row-cols-1 .gd-cptcat-ul {
    width: 50%;
    margin-bottom: 0 !important;
  }

  .wp-block-group.home_category .row.row-cols-1 .gd-cptcat-ul .card-body {
    padding-bottom: 10px !important;
  }

  .hero_banner h1 {
    margin-bottom: 20px !important;
  }

  .main_searchbar .geodir-search.row {
    flex-wrap: wrap;
  }

  .main_searchbar select#geodir_search_post_category {
    width: 100%;
  }

  .main_searchbar .gd-search-field-search,
  .main_searchbar .gd-search-field-near,
  .main_searchbar .gd-search-field-taxonomy.gd-search-field-categories {
    margin-bottom: 10px;
  }

  .main_searchbar .gd-search-type-tabs {
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    overflow: auto;
  }

  .main_searchbar button.gd-search-type-tab {
    padding: 8px 8px;
    font-size: 13px;
    line-height: normal;
    justify-content: flex-start;
    gap: 10px;
  }

  .main_searchbar .geodir-search.row {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .main_searchbar select#geodir_search_post_category {
    height: 50px;
    font-size: 15px;
  }

  .main_searchbar input.form-control::placeholder {
    font-size: 15px;
  }

  .main_searchbar .geodir_submit_search {
    padding: 11px 30px;
    height: 50px;
  }

  ul.top_navbar li.nav-item.dropdown ul.wp-block-blockstrap-blockstrap-widget-nav-dropdown.dropdown-menu li a {
    font-size: 11px;
    padding-top: 4px;
  }

  .tax-gd_eventcategory .geodir-listing-posts .col.mb-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .uwp_widgets.uwp_widget_account {
    padding: 30px 0;
  }

  .uwp_account_page .entry-content .row h3 {
    font-size: 25px;
    margin-bottom: 20px !important;
  }

  .uwp_page .uwp_form input:not([type="checkbox"]):not([type="hidden"]) {
    height: 45px !important;
  }

  .uwp_page .uwp_login_submit,
  .uwp_page .uwp_register_submit,
  .uwp_page .uwp_forgot_submit {
    height: 45px;
    font-size: 14px;
  }

  .checkout_box label,
  .geodir-page-add .mb-3.row label {
    font-size: 16px;
  }

  .geodir-page-add .mb-3.row input[type="radio"] {
    width: 18px;
    height: 18px;
    padding: 6px;
  }

  .geodir-page-add .mb-3.row .select2-selection,
  .geodir-page-add .mb-3.row select,
  .geodir-page-add .mb-3.row input {
    height: 45px;
    padding: 9px;
  }

  .geodir-page-add #geodir-add-listing-submit .geodir_button.btn.btn-primary,
  .geodir-page-add #geodir-add-listing-submit .geodir_button.geodir_preview_button.btn.btn-outline-primary {
    padding: 10px 10px;
  }

  .geodir_post_meta.details_favorite {
    width: 100%;
    margin-top: 20px;
  }

  .details_favorite .geodir-addtofav-icon {
    justify-content: center;
  }

  .geodir-single-tabs-container #gd-single-tabs-content .gd-tab-list-title {
    font-size: 32px;
  }

  .detail-right_sidebar h3 {
    font-size: 20px;
    margin-bottom: 10px !important;
  }

  .detail-right_sidebar .geodir_post_meta span,
  .detail-right_sidebar .geodir_post_meta a {
    font-size: 14px;
  }

  .detail-right_sidebar {
    padding: 20px;
    margin-bottom: 20px;
  }

  .tab_detail .wp-block-group.tab_menu figure.wp-block-image {
    max-width: 18px !important;
    width: 100%;
    height: 18px;
    margin: auto;
  }

  .tab_detail .wp-block-group.tab_menu {
    display: block;
  }

  .wp-block-group.recent-post h3.wp-block-heading {
    font-size: 20px;
    margin-bottom: 10px !important;
  }

  .recent-post ul li img {
    max-width: 50px !important;
  }

  .recent-post ul li .wp-block-latest-posts__post-title {
    font-size: 14px;
  }

  .blog_detail h3#reply-title {
    font-size: 22px;
  }

  div#gd-tabs div#post_content h3 {
    font-size: 21px;
  }

  /*=====================pricing-page-media=======================*/
  .pricing-section .tabs-nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    margin-bottom: 25px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .pricing-section .tabs-nav::-webkit-scrollbar {
    display: none;
  }

  .pricing-section .tab-btn {
    flex: 0 0 auto;
    white-space: nowrap;
    min-width: max-content;
    padding: 10px 20px;
    font-size: 15px;
  }

  .pricing-section .pricing-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .pricing-section .plan-head {
    font-size: 25px;
  }

  .pricing-section .plan-price {
    font-size: 22px;
  }

  .pricing-section .plan-desc {
    min-height: auto;
  }

  .pricing-section .plan-card ul {
    margin-bottom: 0;
  }

  .pricing-section .buy-btn {
    font-size: 16px;
  }

  .pricing-section {
    padding: 40px 0;
  }

  .checkout_box form.getpaid-payment-form.getpaid-payment-form-100 {
    padding: 20px 15px;
  }
.nf-form-wrap.ninja-forms-form-wrap .nf-form-layout {
    padding: 20px 10px;
}
.ms-auto.me-2.wp-block-comment-date.has-small-font-size {
    display: none;
}
.wp-block-blockstrap-blockstrap-widget-container.mb-3.bg-transparent.bg-image-fixed.card-header {
    gap: 10px;
    justify-content: space-between;
}
.blog_detail .btn.btn-primary,
.blog_detail .btn-outline-primary {
    font-size: 14px !important;
    padding: 8px 15px;
}
.wp-block-comment-content p {
    margin-bottom: 0;
}
.footer_list-group {
    margin-top: 0;
}
.wp-block-blockstrap-blockstrap-widget-container.mb-3.bg-transparent.bg-image-fixed.card-header .wp-block-comment-author-name.has-small-font-size {
    margin-right: auto;
}
.inner_hero:has(.wp-block-group.detail_tags) {
    padding-top: 100px;
}
.inner_hero .wp-block-group.detail_tags {
    top: 15px;
}
.detail_tags .wp-block-group {
    flex-direction: column;
    gap: 10px;
    font-size: 12px;
}
.geodir_post_meta.details_favorite {
    text-align: center;
}
.details_favorite span i.fas.fa-heart {
    font-size: 18px;
    margin-right: 3px;
    margin-top: 4px;
}
.details_favorite .geodir-addtofav-icon {
    gap: 0px;
}
.details_favorite .geodir-addtofav-icon .fas.fa-heart::before {
    top: 0px;
}
  /*===============================end-media================*/
}