@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

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

body {
  font-family: "Poppins", sans-serif;
}

.google-add img {
  width: 100%;
}

/* common css start  */

:root {
  --black: #000;
  --m-color: #754c29;
  --text-color: #4d4d4d;
  --text-555: #555555;
}

img {
  max-width: 100%;
}

label {
  color: var(--black);
  font-size: 15px;
}

input {
  color: var(--black) !important;
  font-size: 15px !important;
  height: 48px;
  border: solid 1px #e7e8ef !important;
}

textarea {
  color: var(--black) !important;
  font-size: 15px !important;
  height: 48px;
  border: solid 1px #e7e8ef !important;
}

input::placeholder {
  color: #6f6c90 !important;
}

textarea::placeholder {
  color: #6f6c90 !important;
}

select {
  color: #6f6c90;
  border: solid 1px #e7e8ef !important;
  height: 48px;
  padding: 0.375rem 0.75rem;
  border-radius: 5px;
}

:focus-visible {
  outline: 0;
}

.form-control:focus {
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.form-check-input:focus {
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: none;
}

.invalid-feedback {
  font-size: 13px !important;
  color: #dc3545 !important;
}

.form-check-input[type="radio"] {
  border-radius: 50% !important;
}

.button-design {
  font-size: 14px;
  background: var(--m-color);
  color: #fff;
  border: 0;
  border-radius: 4px;
  padding: 12px 24px;
  box-shadow: 0px 4px 8px 0px rgba(8, 72, 71, 0.2);
  transition: 0.3s;
}

.button-design:hover {
  background: #624329;
}

p {
  font-size: 14px;
}

ul li {
  list-style: none;
}

/* common css end  */

/* loader css start  */

.spin-loading {
  position: fixed;
  z-index: 10000;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.spin-loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
  background: -webkit-radial-gradient(rgba(20, 20, 20, 0.8),
      rgba(0, 0, 0, 0.8));
}

/* :not(:required) hides these rules from IE9 and below */
.spin-loading:not(:required) {
  /* hide "spin-loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.spin-loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1.2em;
  height: 1.2em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: #754c29 1.5em 0 0 0, #754c29 1.1em 1.1em 0 0,
    #754c29 0 1.5em 0 0, #754c29 -1.1em 1.1em 0 0, #754c29 -1.5em 0 0 0,
    #754c29 -1.1em -1.1em 0 0, #754c29 0 -1.5em 0 0, #754c29 1.1em -1.1em 0 0;
  box-shadow: #c27029 1.5em 0 0 0, #c27029 1.1em 1.1em 0 0, #c27029 0 1.5em 0 0,
    #c27029 -1.1em 1.1em 0 0, #c27029 -1.5em 0 0 0, #c27029 -1.1em -1.1em 0 0,
    #c27029 0 -1.5em 0 0, #c27029 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* loader css end  */

/* header css Start */

header .top-header .header-link .header-link-list a {
  font-size: 20px;
  color: var(--black);
  transition: 0.5s;
}

header .top-header .header-link .header-link-list a:hover {
  color: var(--m-color);
  transform: scale(1.1);
}

header nav {
  background-color: var(--black);
}

header .navbar .nav-item {
  padding: 0 15px;
}

header .navbar {
  padding: 12px 0 0;
}

header .navbar .nav-item .nav-link {
  padding: 0 0 12px !important;
  font-size: 15px;
  transition: 1s;
}

header .navbar .nav-item .nav-link:hover {
  color: var(--m-color) !important;
}

.navbar .nav-item .active {
  position: relative;
}

.navbar .nav-item .active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  background-color: #bd916a;
}

header .dropdown:hover>.dropdown-menu {
  display: block;
}

/* .list-filter .alfabate-list a:hover, .list-filter .alfabate-list .alfabate-list-active */
header .dropdown .dropdown-menu.show {
  display: none;
}

header .dropdown .dropdown-menu {
  width: 200px;
  padding: 20px 16px;
  left: 0;
  border-radius: 8px !important;
  border: solid 1px #ccc;
}

header .dropdown .dropdown-menu:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -10px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #fff;
  left: 50%;
  transform: translateX(-50%);
}

header .dropdown .dropdown-menu .dropdown-item {
  font-size: 13px;
  padding: 0;
  color: var(--black);
  white-space: unset;
}

header .dropdown .dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item.active {
  background: transparent;
  color: var(--m-color);
}

header .dropdown .dropdown-menu .dropdown-item:focus {
  background: transparent;
}

header .dropdown .dropdown-menu .dropdown-divider {
  margin: 14px 0;
}

header .dropdown .dropdown-toggle::after {
  content: "\F282";
  font-family: bootstrap-icons !important;
  border: 0;
  vertical-align: top;
}

/* header css End */

/* home-banner css start */

.home-banner .carousel-item .banner-img {
  width: 100%;
  height: 480px;
  max-height: 480px;
}

.home-banner .carousel-caption {
      left: unset;
    right: -10px;
}

.home-banner .carousel-item .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.economic-update {
  color: #fff;
  /*margin: 145px 0 0;*/
  background-color: rgb(0 0 0 / 50%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  border-radius: 15px;
  padding: 15px 25px 40px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: relative;
  max-width: 460px;
}

.economic-update h1 {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 0;
}
.economic-update h1 span {     font-weight: 100;
    font-size: 18px; }

.home-banner .carousel-item .economic {
  width: 180px;
  max-width: 180px;
  position: relative;
  padding: 34px 10px 130px;
  background-color: var(--black);
  border: solid 3px #fff;
  border-bottom: 0;
  -webkit-clip-path: polygon(0% 0%,
      100% 0%,
      100% 75%,
      100% 100%,
      50% 74%,
      0 100%,
      0% 75%);
  clip-path: polygon(0% 0%,
      100% 0%,
      100% 75%,
      100% 100%,
      50% 74%,
      0 100%,
      0% 75%);
}

.home-banner .carousel-item .economic::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -8px;
  width: 0;
  height: 0;
  border-left: 96px solid transparent;
  border-right: 94px solid transparent;
  border-bottom: 96px solid white;
}

.home-banner .carousel-item .economic h4 {
  font-size: 22px;
}

.home-banner .carousel-item .carousel-caption {
  bottom: -20px;
}

.carousel-control-prev {
  left: unset;
  right: 130px;
}

.home-banner .carousel-control-next,
.carousel-control-prev {
  color: #fff;
  width: 0%;
}

.home-banner .carousel-control-next span,
.carousel-control-prev span {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  border: solid 2px rgba(255, 255, 255, 0.4);
}

.home-banner .carousel-control-prev span {
  bottom: 10px;
}

.home-banner .carousel-control-next span {
  bottom: 10px;
  right: 50px;
}

/* home-banner css End */

/* Find Members css Start */

.find-members .members {
  border-radius: 4px;
  border: 1px solid #e9ebed;
  padding: 12px;
  background: var(--White, #fff);
  box-shadow: 0px 10px 30px 0px rgba(80, 79, 89, 0.1);
}

.find-members .find-head h3 {
  color: var(--black);
  font-size: 30px;
}

.find-members .members .search-location {
  width: calc(100% - 200px);
}

.find-members .members .search-location input {
  width: 100%;
  font-size: 20px !important;
  text-transform: capitalize;
}

.find-members .members .search-location input::placeholder {
  color: #504f59;
}

.find-members .members .find-search button {
  padding: 15px 45px;
  font-size: 18px;
}

.find-members #suggestions-list {
  margin: 0;
  border: 1px solid #e9ebed !important;
  border-top: 0 !important;
  padding: 12px;
  background: var(--White, #fff);
  box-shadow: 0px 10px 30px 0px rgba(80, 79, 89, 0.1);
}

.find-members #suggestions-list li {
  font-size: 14px;
  cursor: pointer;
}

.find-members #suggestions-list li::first-letter {
  text-transform: uppercase;
}

.find-members #suggestions-list li:not(:last-child) {
  margin-bottom: 10px;
}

/* Find Members css End */

/* About Association css Start */

.about-assoc .welcome h6 {
  font-size: 15px;
  color: var(--black);
}

.about-assoc .welcome h6::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #aa8453;
}

.about-assoc .welcome h6::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -16px;
  width: 200px;
  height: 1px;
  background-color: #aa8453;
}

.about-assoc .welcome h3 {
  font-size: 30px;
  color: var(--black);
}

.about-assoc .welcome p {
  font-size: 14px;
  color: var(--text-color);
}

.about-assoc .img {
  width: 400px;
  max-width: 100%;
  max-height: 400px;
  margin: auto;
}

.about-assoc .img img {
  width: 100%;
  height: 100%;
  margin: auto;
}

.about-assoc .img .sub-img {
  width: 36px;
  height: 36px;
}

.about-assoc .img .sub-img img {
  width: 100%;
  height: 100%;
}

.about-assoc .members20k {
  background-color: #fff;
  bottom: 30px;
  left: 0;
  box-shadow: 0 4px 10px rgba(162, 192, 214, 0.25);
}

.about-assoc .members20k p {
  font-size: 14px;
  color: #666666;
}

.about-assoc .members20k h4 {
  color: var(--black);
}

/* About Association css End */

/* organization css Start */

.organization {
  background-color: #f6f1f0;
}

.organization .why-should h6 {
  font-size: 15px;
  color: var(--black);
}

.organization .why-should h6::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #aa8453;
}

.organization .why-should h6::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -16px;
  width: 200px;
  height: 1px;
  background-color: #aa8453;
}

.organization .access h3 {
  font-size: 30px;
  color: var(--black);
  margin-bottom: 16px;
}

.organization .access p {
  font-size: 14px;
  color: var(--text-color);
}

.organization .committee {
  border-radius: 6px;
  margin: auto;
  margin-top: 0 !important;
  padding: 14px 14px 24px;
  height: 100%;
}

.organization .committee-img {
  height: 200px;
  max-height: 200px;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.organization .committee-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 1.5s;
}

.organization .committee h6 {
  text-align: center;
  margin: 20px 0 0;
}

.organization .committee p {
  color: var(--black);
  margin-top: 16px !important;
}


.organization .committee:hover>.committee-img img {
  transform: scale(1.1);
}

/* organization css End */

/* interested css Start */

.interested {
  background: url(../images/interested.png) no-repeat top center;
  background-size: cover;
  height: 250px;
  max-height: 250px;
}

.interested-bark {
  width: 100%;
  height: 100%;
  background: linear-gradient(91deg,
      rgba(25, 25, 25, 0.88) 2.59%,
      rgba(6, 87, 142, 0.88) 125.87%);
  top: 0;
  left: 0;
}

.interested .cont {
  z-index: 1;
  top: 50px;
  left: 0;
  right: 0;
}

.interested .cont h3 {
  font-size: 30px;
}

.interested .cont h3 span {
  color: #a97c50;
}

.interested .cont .color-dash-line hr {
  background-color: #a97c50;
  width: 50px;
  height: 2px;
}

.interested .cont .color-dash-line {
  margin: 16px 0 14px;
}

.interested .cont .color-dash-line hr:nth-child(2) {
  width: 20px;
  background-color: #d9d9d9;
}

.interested .cont .color-dash-line hr:nth-child(3) {
  background-color: #d9d9d9;
  width: 10px;
}

.interested .cont p {
  color: #bdbdbd;
  font-size: 14px;
}

.total-members {
  width: 100%;
  background: url(../images/proper.png) no-repeat;
  background-size: cover;
  margin-top: -50px;
  position: sticky;
  padding: 40px 48px;
}

.total-members .properties,
.properties-join {
  width: 25%;
}

.total-members .total-members-img {
  width: 48px;
}

.total-members .total-members-img img {
  height: 100%;
}

.total-members .properties .cont h2 {
  color: var(--black);
  font-size: 36px;
}

.total-members .properties .cont p {
  color: #2c2c2c;
  font-size: 15px;
}

/* interested css End */

/* latest-news css Start */

.latest-news {
  margin-top: 60px;
}

.latest-news .latest-head h4 {
  color: var(--black);
  font-size: 24px;
}

.latest-news .latest-head a {
  color: var(--m-color);
  font-size: 14px;
}

.latest-news .latest-head a:hover {
  text-decoration: underline !important;
}

.latest-news .news-slider .the-best {
  border: solid 1px #e2dfdf;
  border-radius: 6px;
}

.latest-news .news-slider .the-best:hover>.the-best-img img {
  transform: scale(1.1);
}

.latest-news .news-slider .the-best .the-best-img {
  height: 230px;
  max-height: 230px;
  width: 100%;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}

.latest-news .news-slider .the-best .the-best-img img {
  height: 100%;
  width: 100%;
  transition: 1.5s;
}

.latest-news .news-slider .the-best h6 {
  color: var(--black);
  font-size: 16px;
}

.latest-news .news-slider .the-best .cont img {
  width: 20px;
  height: 20px;
}

.latest-news .news-slider .the-best .cont .cont-date {
  margin-top: 12px;
}

.latest-news .news-slider .the-best .cont .cont-date p {
  color: #666666;
  font-size: 13px;
}

.latest-news .news-slider .the-best .cont .read-more {
  font-size: 14px;
  display: inline-block;
  color: var(--m-color);
}

.latest-news .news-slider .the-best .cont .read-more:hover {
  text-decoration: underline !important;
}

.latest-news .owl-theme .owl-dots .owl-dot.active span {
  background-color: #06578e;
}

.latest-news .owl-theme .owl-dots {
  margin-top: 26px !important;
}

.latest-news .owl-theme .owl-dots span {
  margin: 0 7px;
}

/* latest-news css End */

/* footer css Start */

#pre-footer {
  margin-bottom: -60px;
}

.pre-footer {
  background-color: #06578e;
  padding: 40px 0 40px 50px;
  position: relative;
  z-index: 100;
}

#pre-footer::after {
  content: "";
  background-color: #06578e;
  width: 40%;
  top: 0;
  height: 100%;
  position: absolute;
  right: 0;
  /* z-index: -1; */
}

.pre-footer h2 {
  font-size: 36px;
}

.pre-footer p {
  color: #e1e1e1;
  font-size: 16px;
}

.pre-footer button {
  border: solid 1px #fff;
  font-size: 20px;
}

footer {
  background-color: #0d202e;
  padding-top: 110px;
  color: #fafafa;
}

footer hr {
  background-color: #eaeef3;
  height: 1px;
  margin: 45px 0 20px 0;
  opacity: 15%;
}

footer .footer-shra {
  padding-right: 107px;
}

footer .footer-shra p {
  color: #d1d1d1;
  font-size: 14px;
  line-height: 26px;
}

footer .footer-row-head h4 {
  margin-bottom: 18px;
  font-size: 24px;
}

footer .footer-support i {
  font-size: 24px;
  margin-right: 16px;
}

footer .footer-support ul li,
.footer-links ul li {
  list-style: none;
}

footer .footer-support ul li a,
.footer-links ul li a {
  color: #fafafa;
  font-size: 14px;
  transition: 0.5s;
}

footer .footer-links ul li a:hover {
  color: var(--m-color);
}

footer .footer-support p {
  padding-right: 18px;
}

.footer-support ul li a,
footer .footer-support p,
.footer-links ul li a {
  margin-bottom: 20px;
}

.footer-support ul li:nth-last-child(1) a {
  margin-bottom: 0;
}

footer .copyright {
  padding-bottom: 20px;
}

footer .copyright p {
  font-size: 14px;
}

footer .copyright a {
  width: 48px;
  height: 48px;
  color: #fafafa;
  background-color: #754c29;
  transition: 0.5s;
}

footer .copyright a:hover {
  transform: scale(1.1);
}

footer .copyright a i {
  font-size: 14px;
}

/* footer css End */

/* Listing  Page  css Start */

.listing-banner {
  background: url(../images/listing-banner.jpg) no-repeat top center;
  height: 200px;
  max-height: 200px;
  display: flex;
  align-items: center;
  background-size: cover;
}

.listing-banner h2 {
  font-size: 28px;
}

.hotel-list .hotel-details {
  background-color: #f2f4f5;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}

.hotel-list .hotel-details .img {
  width: 100%;
  height: 280px;
  max-height: 280px;
  overflow: hidden;
}

.hotel-list .hotel-details .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 1s;
}

.hotel-list .hotel-details:hover>.img img {
  transform: scale(1.1);
}

.hotel-list .hotel-details .cont {
  padding: 16px 16px 24px;
}

.hotel-list .hotel-details .cont .location-line {
  align-items: start !important;
}

.hotel-list .hotel-details .cont .telephone h6 {
  color: var(--m-color);
  font-size: 12px;
}

.hotel-list .hotel-details .cont .telephone a {
  color: #989898;
  font-size: 12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: solid 1px #d9d9d9;
  background-color: #fff;
}

.hotel-list .hotel-details .cont h5 {
  font-size: 18px;
}

.hotel-list .hotel-details .cont a {
  color: var(--black);
}

.hotel-list .hotel-details .cont .bi-geo-alt-fill {
  color: #989898;
  font-size: 16px;
}

.hotel-list .hotel-details .cont p {
  color: var(--text-555);
  margin-left: 10px;
}

.star-box {
  top: 16px;
  left: 14px;
}

.star-box span {
  color: var(--m-color);
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 12px;
  transition: 0.5s;
  font-size: 15px;
}

.hotel-list .hotel-details:hover>.star-box span {
  background-color: var(--m-color);
  color: #fff;
}

/* Listing  Page  css End */

/* Listing detail Page  css Start */

.dhrp .hotel-park h2 {
  font-size: 30px;
  color: var(--black);
}

.dhrp .hotel-park .bi-geo-alt-fill {
  color: #989898;
}

.dhrp .hotel-park p {
  color: var(--text-555);
}

.dhrp .hotel-park h6 {
  color: var(--black);
}

.dhrp .dhrp-row .card {
  border-radius: 0px;
  border: 0;
}

.dhrp .dhrp-row .card-image {
  position: relative;
  display: block;border: 1px solid #ddd;
  width: 100%;overflow: hidden;border-radius: 5px;
  background: #ffffff;
}

.dhrp .dhrp-row .card-image img {
  display: block;
  position: unset;
  top: 50%;
  left: 50%;
 /* transform: translate(-50%, -50%);*/
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dhrp .dhrp-pick-lg {
  width: 100%;
  height: 386px;
  max-height: 386px;
  overflow: hidden;
  border-radius: 16px 0 0 16px;
}

.dhrp .dhrp-pick-lg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 2s;
}

.dhrp .dhrp-pick-lg img:hover {
  transform: scale(1.1) ;
}

.dhrp .dhrp-sm-row {
  border-radius: 0 16px 16px 0;
  overflow: hidden;
}

.dhrp .dhrp-sm {
  width: 100%;
  height: 183px;
  max-height: 183px;
  overflow: hidden;
}

.dhrp-sm-row .col-md-6:nth-child(3) .card,
.dhrp-sm-row .col-md-6:nth-child(4) .card {
  margin-top: 20px;
}

.dhrp .dhrp-sm img {
  width: 100%;
  height: 100%;
  transition: 2s;
  object-fit: cover;
}

.dhrp .dhrp-sm img:hover {
  transform: scale(1.1) ;
}

.dhrp .show-all-photos {
  border-radius: 8px;
  border: 1px solid var(--black, #000);
  background: #fff;
  right: 16px;
  bottom: 24px;
  padding: 8px 16px;
  box-shadow: 0px 1px 2px 0px rgba(31, 41, 55, 0.08);
}

.dhrp .show-all-photos .all-grid {
  column-gap: 6px;
}

.dhrp .show-all-photos h6 {
  font-size: 14px;
  color: var(--black);
}

.listing-details .star-box span {
  border: solid 1px #d9d9d9;
}

.listing-details .listing-park .cont {
  width: 90%;
}

.listing-details .listing-park .cont h4 {
  color: var(--black);
  font-size: 24px;
}

.listing-details .listing-park .cont p {
  color: #333333;
  font-size: 14px;
}

.listing-details .listing-park hr {
  width: 100%;
  height: 1px;
  background-color: #cfd5df;
  opacity: 1;
  margin: 30px 0 20px;
}

.toeh-row .toeh {
  margin-bottom: 30px;
}

.toeh-row .toeh .toeh-img {
  width: 24px;
  height: 24px;
}

.toeh-row .toeh .toeh-img img {
  width: 100%;
  height: 100%;
}

.toeh-row .toeh p {
  font-size: 14px;
  color: var(--text-555);
}

.toeh-row .toeh h6 {
  color: var(--black);
  font-size: 16px;
}

.listing-map {
  width: 100%;
  height: 350px;
}

.listing-map iframe {
  width: 100%;
  height: 100%;
}

.listing-address {
  border-radius: 8px;
  border: 1px solid var(--gray-200, #e5e7eb);
  background: #fff;
  padding: 20px 20px 36px;
  border-top: solid 5px var(--m-color);
  box-shadow: 0px 10px 10px 0px rgba(31, 41, 55, 0.04),
    0px 20px 25px 0px rgba(31, 41, 55, 0.1);
}

.listing-address h4 {
  color: var(--black);
  font-size: 24px;
}

.listing-address p {
  color: var(--black);
}

.listing-address i {
  color: #3a3a3a;
  font-size: 24px;
}

.listing-address a {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 14px;
}

.listing-address hr {
  height: 1px;
  margin: 30px 0 20px;
  background-color: #cfd5df;
}

/* Listing detail Page  css End */

/* registration Page  css Start */

.registration {
  margin-bottom: 65px;
}

.registration .img {
  width: 100%;
  height: 400px;
  max-height: 400px;
  overflow: hidden;
}

.registration .img img {
  width: 100%;
  height: 100%;
  transition: 1.5s;
  object-fit: cover;
}

.registration .img img:hover {
  transform: scale(1.1);
}

.registration .cont h4 {
  color: var(--black);
  font-size: 24px;
}

.registration .cont p {
  color: #4d4d4d;
}

.registration .registration-btn {
  font-size: 16px;
  margin-top: 8px;
}

.why-be-a {
  background-color: #f6f1f0;
  padding: 65px 0;
}

.why-be-a .be-a h4 {
  color: var(--black);
  font-size: 24px;
}

.ul-li {
  overflow: hidden;
}

.ul-li li {
  color: var(--black);
  font-size: 14px;
  list-style: none;
  margin-bottom: 24px;
  position: relative;
}

.ul-li li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 12px;
  top: 5px;
  left: -24px;
  background-color: var(--m-color);
  -webkit-clip-path: polygon(69% 0,
      100% 50%,
      71% 100%,
      0% 100%,
      38% 51%,
      0% 0%);
  clip-path: polygon(69% 0, 100% 50%, 71% 100%, 0% 100%, 38% 51%, 0% 0%);
}

.why-be-a .be-a p {
  color: #4d4d4d;
  font-size: 12px !important;
  margin-top: 30px;
}

.structure-table {
  margin-top: 44px;
}

.structure-table h3 {
  color: var(--black);
  font-size: 28px;
}

.structure-table table {
  width: 100%;
}

.structure-table table tr {
  border: solid 1px #e5e5e5;
}

.structure-table table tr th {
  background-color: #f2f3f6;
  color: var(--black);
  padding: 12px 10px;
}

.structure-table table tr td {
  font-size: 14px;
  padding: 12px 10px;
  color: var(--black);
}

.structure-table .download-membership {
  padding: 16px 30px;
  margin: 36px auto 0;
  font-size: 16px;
}

/* registration Page  css End */

/* registration-payment Page  css Start */

.registration-form .payment-details {
  border-radius: 20px;
  margin-top: 30px;
  border: 1px solid var(--neutral-300, #eff0f6);
  box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06);
}

.payment-details hr {
  height: 1px;
  background-color: #d9dbe9;
}

.payment-details .qr .qr-div {
  width: 250px;
  height: 250px;
  margin: auto;
  overflow: hidden;
}

.payment-details .qr h2 {
  font-size: 36px;
  color: var(--black);
}

.payment-details .qr img {
  /* width: 100%;
  height: 100%; */
  max-height: 100%;
  /* object-fit: cn; */
  object-fit: contain;
}

.payment-details .qr p {
  color: #6f6c8f;
}

.payment-details .details h5 {
  color: var(--black);
  font-size: 20px;
}

.payment-details .details h6 {
  color: var(--m-color);
  font-size: 16px;
}

.payment-details .details p {
  color: var(--black);
  font-size: 16px;
}

.payment-details .details p span {
  color: #6f6c8f;
  font-size: 14px;
}

.payment-details .details b {
  font-weight: 600;
  font-size: 16px;
}

.payment-details .details .regist-fee,
.annual-ren {
  margin-bottom: 8px;
}

.payment-details .transaction-detail h5 {
  color: var(--black);
  font-size: 20px;
}

.payment-details .transaction-detail .submit-btn {
  padding: 12px 30px;
  font-size: 16px;
}

.renewal_table {
  width: 100%;
  border: solid 1px #ccc;
  margin-bottom: 16px;
}

.renewal_table tr th:nth-child(1) {
  min-width: 100px;
  display: flex;
  align-items: center;
  padding-left: 16px;
}

.renewal_table tr th:nth-child(1) input {
  margin-right: 10px;
  width: 14px;
  height: 14px;
}

.renewal_table tr th {
  width: 25%;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 10px 0 10px 6px;
  font-size: 15px;
  font-weight: 500;
}

.renewal_table tr td:nth-child(1) {
  min-width: 80px;
  padding-left: 16px;
}

.renewal_table tr td:last-child(1) {
  padding-right: 16px;
}

.renewal_table tr td {
  padding: 6px;
  font-size: 14px;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

/* registration-payment Page  css End */

/* registration-Form Page  css Start */

.registration-form {
  margin-top: 40px;
}

.registration-form .smrf h3 {
  color: var(--black);
  font-size: 28px;
}

.registration-form .smrf p {
  color: #6f6c90;
}

.registration-form .form-details {
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 190px;
  border: 1px solid var(--neutral-300, #eff0f6);
  box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06);
}

.registration-form .form-details h5 {
  color: var(--black);
  font-size: 18px;
}

.registration-form .form-details h5 {
  color: var(--black);
  font-size: 18px;
  margin-bottom: 16px;
}

.registration-form .form-details p {
  color: var(--black);
}

.registration-form .form-details p span {
  color: #878688;
}

.registration-form .form-details h6 {
  color: var(--black);
}

.payment-steps .step-0 p {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--black);
  background-color: #e1e3ec;
}

.payment-steps .step-active p {
  background-color: var(--m-color);
}

.payment-steps .step-0 p span {
  color: var(--black);
}

.payment-steps .step-active p span {
  color: #fff;
}

.payment-steps hr {
  width: 80px;
  height: 5px;
  border-radius: 5px;
  background-color: #e1e3ec;
}

.payment-steps .step-active hr {
  background-color: var(--m-color);
}

.form-details .below-steps {
  background: #d9dbe9;
  height: 1px;
}

.form-details .please-tick .type-of {
  gap: 10px;
}

.form-details .please-tick .type-of .tick {
  background-color: #f1f1f1;
  padding: 4px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.form-details .please-tick .type-of .tick label {
  font-size: 14px;
  color: #343440;
  margin-right: 5px;
  cursor: pointer;
}

.form-details .please-tick .type-of .tick input {
  width: 18px;
  height: 18px;
  margin-top: 0;
  cursor: pointer;
}

.form-details .form-check-input:checked {
  background-color: var(--m-color);
}

.form-details .for-hotel .classification {
  gap: 10px;
}

.form-details .for-hotel .classic label,
.is-the-hotel label,
.owner-of .classic label {
  color: #444444;
  cursor: pointer;
}

.form-details .for-hotel .classic input,
.is-the-hotel input,
.owner-of .classic input {
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 10px;
  cursor: pointer;
}

.owner-of .r-gap {
  row-gap: 6px;
}

.form-details .for-hotel .classic label i {
  color: #ffad33;
}

.add-image .dis-play span,
.logo-img .dis-play span {
  color: #6f6c8f;
  font-size: 11px;
}

/* .form-details .form-image .add-image .file-container {
    display: flex;
    gap: 16px;
} */

.form-details .form-image p {
  color: #6f6c90;
  font-size: 13px;
}

.form-details .add-more-people {
  color: var(--m-color);
  font-size: 18px;
  border: solid 2px var(--m-color);
  padding: 10px 30px;
  background: transparent;
  margin-top: 30px;
}

.file-wrapper {
  width: 140px;
  height: 140px;
  border: 1px dashed #cfcfd2;
  position: relative;
  border-radius: 8px;
  background-color: #f1f1f1;
}

.file-wrapper:after {
  content: " \F297";
  position: absolute;
  font-family: bootstrap-icons !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: max-content;
  height: max-content;
  display: block;
  max-height: 85px;
  font-size: 36px;
  font-weight: bolder;
  color: gray;
}

.file-wrapper:before {
  content: "Upload logo";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 35px;
  width: max-content;
  height: max-content;
  font-size: 0.75em;
  color: gray;
}

.add-image .file-wrapper:before {
  content: "Upload Image";
}

.file-wrapper .close-btn {
  display: none;
}

input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 99999;
  cursor: pointer;
}

.file-set {
  background-size: cover;
  background-repeat: no-repeat;
  color: transparent;
  padding: 10px;
  border: solid 10px var(--black);
}

.file-set:hover {
  transition: all 0.5s ease-out;
  filter: brightness(110%);
}

.file-set:before {
  color: transparent;
}

.file-set:after {
  color: transparent;
}

.file-set .close-btn {
  position: absolute;
  width: 30px;
  height: 26px;
  display: block;
  background: #000;
  color: #fff;
  top: 0;
  left: 0;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  cursor: pointer;
  opacity: 0.8;
}

.file-set>input {
  pointer-events: none;
}

.how-many-years {
  margin-top: 40px;
}

.remove-div .bi-trash {
  font-size: 16px;
}

.fee-include {
  background-color: #f1f1f1;
  padding: 30px;
  border-radius: 10px;
  border: solid 1px #eff0f6;
  left: 0px;
  bottom: -145px;
}

.fee-include h5 {
  color: var(--black);
  font-size: 20px;
}

.fee-include p {
  color: #6f6c8f;
  font-size: 13px;
}

.fee-include button {
  font-size: 18px;
}

.registration-form .form-image h6 {
  margin-bottom: 14px;
}

.registration-form .form-image .file-wrapper .invalid-feedback {
  position: absolute;
  bottom: -20px;
  width: 250px;
}

/* registration-Form Page  css End */

/* About Us Page  css Start */

.about-banner {
  background: url(../images/about-banner.jpg) no-repeat top center;
  height: 150px;
  max-height: 150px;
  background-size: cover;
  display: flex;
  align-items: center;
}

.about-page .img {
  width: 100%;
  height: 400px;
  max-height: 400px;
  padding-left: 30px;
}

.about-page .welcome p {
  line-height: 28px;
}

.about-banner h2 {
  font-size: 30px;
}

.mission {
  margin-top: 40px;
  padding-bottom: 1px;
}

.mission h3 {
  font-size: 30px;
  color: var(--black);
}

.mission p {
  line-height: 28px;
}

/* About Us Page  css End */

/* Management Committee Page  css Start */

.management-banner,
.member-banner {
  background: url(../images/management-banner.jpg) no-repeat;
  height: 150px;
  max-height: 150px;
  display: flex;
  align-items: center;
  background-size: cover;
}

.management-banner h2,
.member-banner h2 {
  font-size: 28px;
}

.management {
  margin-top: 40px;
}

.management .management-head h3 {
  color: var(--black);
  font-size: 28px;
}

.management .management-head p {
  color: #4d4d4d;
  line-height: 28px;
}

.management .committee {
  border: 2px solid #dcdcdc;
  margin-top: 20px;
  padding: 20px 16px;
}

.management .committee-img {
  width: 80%;
  height: 170px;
  max-width: 80%;
  max-height: 170px;
}

.management .committee img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.management .committee h6 {
  color: var(--black);
  margin-bottom: 10px;
}

.management .committee span {
  color: #3e3e59;
  font-size: 14px;
}

.management .committee p {
  color: #4d4d4d;
  font-size: 14px;
  margin-top: 10px;
}

/* Management Committee Page  css End */

/* Members Page  css Start */

.member-why-be-a {
  margin: 40px 0;
}

.member-why-be-a .be-a h3 {
  color: var(--black);
  font-size: 28px;
}

.member-why-be-a .be-a p {
  color: #4d4d4d;
  font-size: 15px;
  margin-top: 6px;
  line-height: 28px;
}

.member-why-be-a .be-a .ul-li li::before {
  width: 10px;
  height: 14px;
  top: 4px;
}

.account-details .account {
  border-radius: 10px;
  border: 2px solid #d1d1d1;
  padding: 20px 30px 30px;
}

.account-details .account h5 {
  color: var(--black);
  font-size: 20px;
}

.account-details .account .name label {
  color: var(--black);
  font-size: 15px;
  width: 30%;
}

.account-details .account .name p {
  color: var(--black);
  font-size: 15px;
  width: 70%;
  margin-bottom: 0;
}

.account-details .account .name:not(:last-child) {
  margin-bottom: 16px;
}

/* Members Page  css End */

/* Contact Us Page  css Start */

.contact-info .contact-info-head h2 {
  font-size: 28px;
}

.contact-banner .contact-info-head p {
  color: #666666;
}

.contact-info .contact-info-contact {
  background-color: #06578e;
  border-radius: 10px;
  padding: 40px 40px 50px;
}

.contact-info .contact-info-contact h2 {
  font-size: 30px;
}

.contact-info .contact-info-contact ul {
  margin-top: 32px;
}

.contact-info .contact-info-contact ul li:not(:last-child) {
  margin-bottom: 30px;
}

.contact-info .contact-info-contact ul li i {
  font-size: 20px;
}

.contact-info .contact-info-contact address,
.contact-info-contact a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}

.contact-info .contact-info-contact hr {
  color: rgba(217, 217, 217, 0.3);
  margin: 60px 0 30px;
}

.contact-info .contact-social-link i {
  font-size: 24px;
}

.contact-info .contat-form h4 {
  font-size: 22px;
  color: #000;
  margin-bottom: 30px;
}

.contact-info .contat-form h4 {
  font-size: 22px;
  color: #000;
  margin-bottom: 30px;
}

.contact-info .contat-form .button-design {
  font-size: 16px;
  padding: 12px 36px;
}

.contact-map {
  margin-top: 40px;
}

.contact-map .contact-map-div {
  width: 100%;
  height: 450px;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
}

/* Contact Us Page  css End */

/* Members-list Page CSS Start  */

.members-list-banner {
  background: url(../images/members-list-banner.jpg) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  height: 150px;
  max-height: 150px;
  background-position: center;
}

.members-list-banner h2 {
  font-size: 30px;
  color: var(--black);
}

.list-filter .alfabate-list {
  background-color: #e8e8e8;
  padding: 16px 40px;
  border-radius: 10px;
}

.list-filter .alfabate-list span {
  background-color: transparent;
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  color: var(--black);
  text-transform: uppercase;
  font-size: 16px;
  transition: 1s;
  cursor: pointer;
}

.list-filter .alfabate-list span:hover,
.list-filter .alfabate-list .alfabate-list-active {
  background-color: var(--m-color);
  color: #fff;
}

.members-list .hotel-list .members-list-button .button-design {
  font-size: 16px;
  letter-spacing: 1px;
}

/* Members-list Page CSS End  */

/* Gallery Page CSS Start  */

.gallery {
  margin-top: 40px;
}

.gallery .gallery-div {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 20px 30px;
}

.gallery .gallery-div .card {
  height: 200px;
  max-height: 200px;
  border-radius: 0;
  border: 2px solid #f1f1f1;
  max-width: 250px;
}

.gallery .gallery-div .card .card-image {
  width: 100%;
  height: 100%;
}

.gallery .gallery-div .card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery .gallery-btn .button-design {
  font-size: 16px;
  margin-top: 40px;
}

/* Gallery Page CSS End  */

/* news-event Page CSS Start  */
.january-18 {
  margin: 36px 0 44px 0;
}

.january-div-head h2 {
  color: var(--black);
  font-size: 28px;
}

.january-18 .january-img {
  width: 100%;
  height: 300px;
  max-height: 300px;
  overflow: hidden;
}

.january-18 .january-img:hover>a img {
  transform: scale(1.1);
}

.january-18 .january-img img {
  width: 100%;
  height: 100%;
  transition: 1.5s;
}

.january-18 .january-cont {
  padding-left: 30px;
}

.january-18 .january-cont h6 {
  font-size: 15px;
  color: var(--black);
}

.january-18 .january-cont p {
  color: #6a6a6a;
  line-height: 28px;
}

.old-news .old-news-head h2 {
  font-size: 28px;
  color: var(--black);
}

.old-news .old-news-list {
  filter: drop-shadow(0px 18.952880859375px 47.382198333740234px rgba(119, 115, 170, 0.1));
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  margin-top: 26px;
}

.old-news .old-news-list .img {
  width: 100%;
  height: 230px;
  max-height: 230px;
  overflow: hidden;
}

.old-news .old-news-list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}

.old-news .old-news-list:hover>.old-img .img img {
  transform: scale(1.1);
}

.old-news .old-news-list .content {
  padding: 24px 24px 30px;
}

.old-news .old-news-list .content span {
  font-size: 12px;
  color: var(--m-color);
}

.old-news .old-news-list .content b {
  font-size: 18px;
  color: var(--black);
  line-height: 14px;
}

.old-news .old-news-list .content h6 {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.old-news .old-news-list .content h6 a {
  color: var(--black);
}

.old-news .old-news-list:hover>.content h6 a {
  color: var(--m-color);
  text-decoration: underline !important;
}

.old-news .old-news-list .content p {
  color: #6a6a6a;
}

/* news-event Page CSS End  */

/* news-detail Page CSS Start  */

.section1 {
  margin: 36px 0;
}

.section1 .back-btn {
  margin-bottom: 4px;
}

.section1 .back-btn a {
  color: #666666;
  font-size: 16px;
  transition: 0.5s;
  display: inline-flex;
}

.section1 .back-btn a:hover {
  color: var(--m-color);
  text-decoration: underline !important;
}

.section1 .back-btn a i {
  font-size: 26px;
}

.section1 .back-side h2 {
  font-size: 28px;
  color: var(--black);
}

.section1 .back-side .descripation h6 {
  font-size: 15px;
  color: var(--black);
}

.section1 .back-side .descripation-img {
  width: 100%;
  height: 550px;
  max-height: 550px;
  border-radius: 20px;
  overflow: hidden;
  margin: 26px 0 36px;
}

.section1 .back-side .descripation-img img {
  width: 100%;
  height: 100%;
}

.section1 .back-side p {
  line-height: 28px;
  color: #6a6a6a;
}

.section1 .back-side .left-line {
  margin: 36px 0 46px;
}

.section1 .back-side .left-line h6 {
  line-height: 28px;
  color: var(--black);
  font-size: 15px;
}

.section1 .back-side .left-line h6::before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 4px;
  border-radius: 4px;
  background-color: var(--m-color);
}

/* news-detail Page CSS End  */

/* Responsive CSS Start */

@media (max-width: 1200px) {
  .home-banner .carousel-item .economic::before {
    left: -7px;
    border-left: 94px solid transparent;
    border-right: 94px solid transparent;
    border-bottom: 91px solid white;
  }

  .about-assoc .img .members20k {
    padding-right: 18px !important;
  }

  .about-assoc .img .members20k img {
    width: 30px !important;
  }

  .about-assoc .img .members20k .ms-4 {
    margin-left: 10px !important;
  }

  .about-assoc .img .members20k h4 {
    font-size: 20px;
  }

  .home-banner .carousel-item .economic h4 {
    font-size: 20px;
  }

  .home-banner .carousel-item .economic a img {
    width: 80px;
  }

  .home-banner .carousel-item .economic p {
    font-size: 13px;
  }

  footer .footer-shra {
    padding-right: 50px;
  }

  footer hr {
    margin: 35px 0 20px 0;
  }

  .hotel-list .hotel-details .cont h5 {
    font-size: 16px;
    margin-top: 4px !important;
  }

  .about-page .welcome p {
    line-height: 22px;
  }

  .about-page .img {
    padding-left: 21px;
  }

  .about-assoc .welcome h3 {
    margin-bottom: 16px !important;
  }

  .gallery .gallery-div {
    grid-template-columns: auto auto auto auto;
    gap: 20px 24px;
  }

  .gallery .gallery-div .card {
    height: 170px;
    max-height: 170px;
  }
}

@media (max-width: 991px) {
  .home-banner .carousel-item .economic::before {
    border-left: 84px solid transparent;
    border-right: 85px solid transparent;
    border-bottom: 71px solid white;
  }

  .button-design {
    font-size: 13px;
    padding: 10px 20px;
  }

  label {
    font-size: 14px;
  }

  input {
    height: 44px;
    font-size: 14px !important;
  }

  select {
    height: 44px;
    font-size: 14px !important;
  }

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

  header .top-header {
    padding: 10px 0 !important;
  }

  header .top-header .logo img {
    width: 70px;
  }

  header .navbar .nav-item {
    padding: 0 10px;
  }

  header .top-header .button-design {
    padding: 8px 17px;
    font-size: 13px;
    margin-left: 10px !important;
  }

  header .navbar .nav-item .nav-link {
    font-size: 13px;
    padding: 0 0 8px !important;
  }

  header .navbar {
    padding: 8px 0 0;
  }

  header .top-header .header-link i {
    font-size: 16px;
  }

  header .navbar .nav-item a {
    padding: 0 !important;
    font-size: 14px;
  }

  .carousel-item .banner-img-h {
    min-height: 250px;
    object-fit: cover;
  }

  .home-banner .carousel-item .economic {
    width: 160px;
    max-width: 160px;
    padding: 20px 10px 100px;
  }

  .home-banner .carousel-item .economic h4 {
    font-size: 16px;
  }

  .home-banner .carousel-item .economic a img {
    width: 60px;
  }

  .home-banner .carousel-item .economic p {
    font-size: 12px;
  }

  .find-members .find-head h3 {
    font-size: 20px;
    margin-bottom: 15px !important;
  }

  .find-members {
    margin: 30px 0 !important;
  }

  .find-members .members .search-location input {
    font-size: 15px !important;
    height: 40px;
  }

  .about-assoc .welcome h6,
  .organization .why-should h6 {
    font-size: 14px;
  }

  .find-members .members .find-search button {
    padding: 11px 30px;
    font-size: 14px;
  }

  .find-members .members {
    padding: 8px;
  }

  .about-assoc .welcome h3 {
    font-size: 20px;
    margin-bottom: 10px !important;
  }

  .about-assoc .members20k h4 {
    font-size: 18px;
  }

  .about-assoc .members20k .sub-img {
    width: 30px;
  }

  .about-assoc .members20k .sub-img img {
    width: 100%;
  }

  .about-assoc .members20k .sub-cont {
    margin-left: 14px !important;
  }

  .organization {
    margin: 30px 0 !important;
    padding: 30px 0 !important;
  }

  .organization .access p {
    margin-bottom: 10px !important;
  }

  .about-assoc .members20k {
    padding: 8px 20px !important;
  }

  .organization .access h3,
  .interested .cont h3 {
    font-size: 20px;
  }

  .latest-news .latest-head h4 {
    font-size: 20px;
    margin-bottom: 0;
  }

  .organization .why-should h6::after {
    width: 170px;
  }

  .interested .cont {
    top: 30px;
  }

  .interested {
    height: 230px;
    max-height: 230px;
  }

  .interested .cont .color-dash-line {
    margin: 10px 0 14px;
  }

  .total-members .properties,
  .properties-join {
    width: 50%;
    justify-content: center !important;
  }

  .total-members .properties:nth-child(3),
  .properties-join {
    margin-top: 30px;
  }

  .total-members .properties .cont h2 {
    font-size: 30px;
  }

  .total-members .properties .cont p {
    font-size: 14px;
  }

  .total-members {
    padding: 30px 40px !important;
    margin-top: -60px;
  }

  .pre-footer .call {
    margin-left: 30px !important;
    padding-left: 0 !important;
  }

  .pre-footer {
    padding: 30px 0 30px 40px;
  }

  .pre-footer p {
    font-size: 14px;
  }

  .pre-footer h2 {
    font-size: 24px;
  }

  .pre-footer button {
    border: solid 1px #fff;
    font-size: 14px;
  }

  #pre-footer {
    margin-top: 30px !important;
  }

  footer {
    padding-top: 90px;
  }

  footer .footer-shra {
    padding-right: 20px;
  }

  footer .footer-support i {
    font-size: 20px;
  }

  .footer-support ul li a,
  footer .footer-support p,
  .footer-links ul li a {
    margin-bottom: 14px;
  }

  footer hr {
    margin: 25px 0 20px 0;
  }

  footer .footer-row-head h4 {
    font-size: 18px;
  }

  footer .footer-row-head .footer-support p {
    font-size: 14px;
  }

  footer .footer-row-head .footer-support ul li a,
  .footer-links ul li a {
    font-size: 14px;
  }

  footer .copyright a {
    width: 35px;
    height: 35px;
  }

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

  .latest-news {
    margin-top: 30px;
  }

  .latest-news .news-slider .the-best h6 {
    font-size: 14px;
  }

  .latest-news .news-slider .the-best .cont .cont-date {
    margin-top: 8px;
  }

  .latest-news .news-slider .the-best .cont .read-more {
    font-size: 13px;
    margin-top: 12px !important;
  }

  .latest-news .owl-theme .owl-dots {
    margin-top: 10px !important;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
  }

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

  .hotel-list-button .button-design {
    margin: 0 auto !important;
  }

  .listing-banner h2 {
    font-size: 24px;
  }

  .dhrp .hotel-park h2 {
    font-size: 20px;
    margin-bottom: 2px;
  }

  .dhrp .dhrp-row {
    margin-top: 16px !important;
  }

  .dhrp .dhrp-sm {
    height: 140px;
    max-height: 140px;
  }

  .dhrp .dhrp-pick-lg {
    height: 300px;
    max-height: 300px;
  }

  .listing-details {
    margin-top: 30px !important;
  }

  .star-box span {
    font-size: 14px;
  }

  .listing-details .listing-park .cont h4 {
    font-size: 20px;
  }

  .listing-address h4 {
    font-size: 20px;
  }

  .listing-details .row-reverse {
    flex-direction: column-reverse;
  }

  .listing-address a {
    margin-bottom: 10px;
  }

  .listing-address p {
    margin-bottom: 10px;
    margin-top: 16px !important;
  }

  .listing-address i {
    font-size: 20px;
  }

  .listing-address {
    padding: 20px 20px 30px;
  }

  .listing-details .listing-park {
    margin-top: 30px !important;
  }

  .listing-address hr {
    margin: 22px 0 16px;
  }

  .listing-details .listing-park .cont {
    width: 100%;
  }

  .listing-map {
    height: 300px;
  }

  .registration {
    margin: 30px 0 !important;
  }

  .registration .cont {
    padding-left: 0 !important;
  }

  .registration .cont h4 {
    font-size: 20px;
    margin-top: 0 !important;
  }

  .registration .registration-form-row {
    margin-top: 16px !important;
  }

  .why-be-a {
    padding: 30px 0;
  }

  .why-be-a .be-a h4 {
    font-size: 20px;
  }

  .ul-li li {
    margin-bottom: 16px;
  }

  .registration .registration-btn {
    font-size: 14px;
    font-weight: 500 !important;
  }

  .structure-table {
    margin-top: 30px;
  }

  .structure-table .over-flow-tab {
    overflow-x: auto;
  }

  .structure-table table {
    width: 800px;
    margin-top: 16px !important;
  }

  .structure-table h3 {
    font-size: 20px;
  }

  .structure-table table tr td {
    font-size: 13px;
  }

  .structure-table table tr th {
    font-size: 15px;
    text-align: start;
  }

  .structure-table .download-membership {
    padding: 12px 20px;
    margin: 20px auto 0;
    font-size: 14px;
    font-weight: 500 !important;
  }

  .registration-form {
    margin-top: 30px;
  }

  .registration-form .smrf h3 {
    font-size: 22px;
  }

  .registration-form .form-details {
    margin: 20px 0 140px !important;
    padding: 24px 30px !important;
  }

  .payment-steps .step-0 p {
    width: 30px;
    height: 30px;
  }

  .file-wrapper {
    width: 120px;
    height: 120px;
  }

  .file-wrapper:before {
    bottom: 24px;
  }

  .form-details .add-more-people {
    font-size: 14px;
    margin-top: 20px;
  }

  .fee-include {
    padding: 20px;
    bottom: -110px;
  }

  .fee-include h5 {
    font-size: 16px;
  }

  .fee-include .button-design {
    font-size: 14px;
    font-weight: 500 !important;
  }

  .form-details .below-steps {
    margin: 16px 0 !important;
  }

  .how-many-years {
    margin-top: 20px;
  }

  .registration-form .payment-details {
    margin: 20px 0 0 !important;
    padding: 24px 30px !important;
  }

  .payment-details .qr h2 {
    font-size: 26px;
  }

  .payment-details .qr p {
    margin-top: 10px !important;
  }

  .payment-details hr {
    margin: 16px 0 !important;
  }

  .payment-details .details h5 {
    font-size: 18px;
  }

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

  .payment-details .details b {
    font-size: 13px;
  }

  .payment-details .total-amo {
    padding-bottom: 0 !important;
  }

  .payment-details .details p span {
    font-size: 12px;
  }

  .payment-details .transaction-detail h5 {
    font-size: 18px;
  }

  .payment-details .transaction-detail .submit-btn {
    font-size: 14px;
    margin-top: 8px !important;
  }

  .payment-details .details h6 {
    font-size: 14px;
  }

  header .dropdown .dropdown-menu {
    padding: 14px 14px;
    border: 0;
    width: 100%;
    background-color: #f1f1f1;
  }

  header .dropdown .dropdown-menu .dropdown-divider {
    margin: 10px 0;
    opacity: 0;
  }

  .management-banner h2,
  .member-banner h2 {
    font-size: 26px;
  }

  .management .management-head h3 {
    font-size: 20px;
  }

  .management {
    margin-top: 30px;
  }

  .management .management-head p {
    line-height: 22px;
  }

  .management .committee-row {
    margin-top: 10px !important;
  }

  .management .committee h6 {
    margin: 10px 0 6px !important;
  }

  .management .committee span {
    font-size: 13px;
  }

  .about-page {
    margin: 30px 0 !important;
  }

  .about-page .img img {
    object-fit: contain;
  }

  .about-banner h2 {
    font-size: 26px;
  }

  .about-page .img {
    padding-left: 0;
    margin-top: 10px;
  }

  .mission {
    margin-top: 30px;
  }

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

  .mission p {
    line-height: 22px;
  }

  .member-why-be-a {
    margin: 30px 0;
  }

  .member-why-be-a .be-a h3 {
    font-size: 20px;
  }

  .member-why-be-a .be-a .ul-li li::before {
    width: 8px;
    height: 12px;
  }

  .member-why-be-a .be-a p {
    line-height: 22px;
    font-size: 12px !important;
  }

  .account-details .account h5 {
    font-size: 18px;
  }

  .account-details .account .name:not(:last-child) {
    margin-bottom: 12px;
  }

  .account-details .account .name p {
    font-size: 15px !important;
  }

  .contact-info {
    margin-top: 30px !important;
  }

  .contact-info .contact-info-head h2 {
    font-size: 22px;
  }

  .contact-info .contact-info-contact h2 {
    font-size: 22px;
  }

  .contact-info .contact-info-contact {
    padding: 30px 30px 40px;
  }

  .contact-info .contact-info-contact ul {
    margin-top: 20px;
  }

  .contact-info .contact-info-contact ul li:not(:last-child) {
    margin-bottom: 16px;
  }

  .contact-info .contact-info-contact hr {
    color: rgba(217, 217, 217, 0.3);
    margin: 30px 0 20px;
  }

  .contact-info .contact-social-link i {
    font-size: 22px;
  }

  .contact-info .contact-info-contact ul li i {
    font-size: 18px;
  }

  .contact-info .contact-info-contact address,
  .contact-info-contact a {
    font-size: 14px;
  }

  .contact-info .contat-form {
    margin-top: 30px;
  }

  .contact-info .contat-form h4 {
    margin-bottom: 16px;
  }

  .contact-map .contact-map-div {
    height: 350px;
  }

  .list-filter .alfabate-list {
    padding: 16px 20px;
    overflow-x: auto;
  }

  .members-list-banner h2 {
    font-size: 26px;
  }

  .list-filter .alfabate-list span {
    font-size: 14px;
  }

  .members-list .hotel-list .members-list-button {
    margin-top: 10px !important;
  }

  .gallery .gallery-div {
    grid-template-columns: auto auto auto auto;
    gap: 20px;
  }

  .gallery {
    margin-top: 30px;
  }

  .gallery .gallery-btn .button-design {
    margin-top: 30px;
  }

  .gallery .gallery-div {
    grid-template-columns: auto auto auto;
    gap: 16px;
  }

  .gallery {
    margin: 20px 0 20px;
  }

  .gallery .gallery-btn .button-design {
    margin-top: 20px;
    font-size: 14px;
  }

  .january-18 {
    margin: 30px 0 30px 0;
  }

  .january-div-head h2 {
    font-size: 22px;
  }

  .january-div-head {
    margin-bottom: 16px !important;
  }

  .january-18 .january-img {
    height: 250px;
    max-height: 250px;
  }

  .january-18 .january-cont {
    padding-left: 0;
  }

  .january-18 .january-cont p {
    line-height: 22px;
  }

  .january-18 .january-cont h6 {
    margin: 6px 0 10px !important;
  }

  .old-news .old-news-head h2 {
    font-size: 22px;
  }

  .old-news .old-news-list {
    margin-top: 16px;
  }

  .old-news .old-news-list .content {
    padding: 16px 18px 22px;
  }

  .old-news .old-news-list .content .content-ps {
    padding-left: 16px !important;
  }

  .section1 {
    margin: 20px 0;
  }

  .section1 .back-side h2 {
    font-size: 22px;
  }

  .section1 .back-side .descripation {
    margin-top: 10px !important;
  }

  .section1 .back-side p {
    line-height: 22px;
  }

  .section1 .back-side .descripation-img {
    margin: 20px 0;
    height: unset;
    max-height: unset;
  }

  .section1 .back-side .left-line {
    margin: 20px 0 20px 26px !important;
  }

  .section1 .back-btn a {
    font-size: 14px;
  }

  .section1 .back-btn a i {
    font-size: 22px;
  }

  .section1 .back-side .left-line h6 {
    line-height: 22px;
    color: var(--black);
    font-size: 13px;
  }

  .form-image {
    margin-top: 8px !important;
  }

  .find-members #suggestions-list li {
    font-size: 13px;
  }

  .find-members .members .search-location {
    width: calc(100% - 140px);
  }

  .dhrp .show-all-photos h6 {
    font-size: 12px;
  }

  .dhrp .show-all-photos {
    right: 12px;
    bottom: 16px;
  }

/*  .economic-update h1 {
    font-size: 24px;
  }*/




  .organization .organiz-head1 .row {
    row-gap: 16px;
  }





}

@media (max-width: 767px) {
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
    width: 18px;
    margin-right: 5px;
    opacity: 0.6;
  }

  .navbar .nav-item .active:before {
    display: none;
  }

  .home-banner .carousel-item .economic::before {
    left: -8px;
    border-left: 85px solid transparent;
    border-right: 85px solid transparent;
    border-bottom: 70px solid white;
  }

  .dhrp .dhrp-row .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }

  header .dropdown:hover>.dropdown-menu {
    display: none;
  }

  header .dropdown .dropdown-menu.show {
    display: block;
  }

  header .navbar {
    background-color: #fff;
    position: absolute;
    top: 60px;
    padding: 0;
    z-index: 101;
    width: 100%;
    right: 0px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  }

  header .navbar .nav-item a {
    color: var(--black) !important;
  }

  header .top-header .header-link {
    padding-right: 50px;
  }

  header .navbar .navbar-toggler {
    border: 0;
    padding: 0;
    --bs-navbar-toggler-focus-width: 0rem;
    position: absolute;
    top: -45px;
    right: 20px;
    text-align: right;
  }

  header .navbar .navbar-nav {
    margin: 10px 0 10px;
  }

  header .navbar .nav-item {
    padding: 4px 10px;
  }

  .home-banner .carousel-item .banner-img {
    height: 300px;
    max-height: 300px;
  }

  .find-members {
    margin-top: 20px !important;
  }

  .find-members .members .find-search button {
    font-size: 13px;
  }

  .about-assoc {
    padding-top: 0 !important;
  }

  .about-assoc .img {
    height: unset;
    max-height: unset;
  }

  .organization {
    margin: 20px 0 !important;
  }

  .about-assoc .welcome h3 {
    margin-bottom: 10px !important;
  }

  .about-assoc .img .members20k {
    padding-right: 40px !important;
  }

  .organization .access h3 {
    margin-top: 20px;
  }

  .organization .why-should h6 {
    margin-left: 16px;
  }

  .total-members .total-members-img {
    width: 40px;
  }

  .total-members .properties .cont h2 {
    font-size: 24px;
  }

  .total-members .properties .cont {
    margin-left: 10px !important;
  }

  .total-members .properties-join button {
    font-size: 13px;
    padding: 10px 20px;
  }

  .latest-news .news-slider .the-best h6 {
    font-size: 13px;
  }

  .latest-news {
    margin-top: 20px;
  }

  .latest-news .the-best .cont {
    padding: 10px !important;
  }

  .latest-news .the-best .cont .cont-date svg {
    width: 16px;
    margin-right: 10px !important;
  }

  .pre-footer {
    padding: 25px 0 25px 30px;
  }

  .pre-footer h2 {
    font-size: 18px;
  }

  .pre-footer p {
    font-size: 12px !important;
  }

  footer .footer-row-head h4 {
    margin-bottom: 16px;
    font-size: 16px;
  }

  footer .footer-shra {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .pre-footer button {
    font-size: 12px;
  }

  footer .footer-row-head .footer-support ul li a,
  .footer-links ul li a {
    font-size: 13px;
    margin-bottom: 10px;
  }

  footer hr {
    margin: 20px 0 16px 0;
  }

  footer .copyright {
    padding-bottom: 16px;
  }

  footer .copyright div {
    margin-left: 20px;
  }

  footer .copyright div a:nth-child(2) {
    margin: 0 10px !important;
  }

  footer .copyright a i {
    font-size: 13px;
  }

  footer .footer-support p {
    padding-right: 0;
  }

  footer {
    padding-top: 80px;
  }

  #pre-footer {
    margin-top: 10px !important;
  }

  .carousel-item .economic h4 {
    font-size: 14px;
    margin-bottom: 16px !important;
  }

  .home-banner .carousel-control-next span,
  .carousel-control-prev span {
    width: 30px;
    height: 30px;
  }

  .google-add {
    margin-bottom: 20px !important;
  }

  .listing-banner {
    height: 150px;
    max-height: 150px;
  }

  .listing-banner h2 {
    font-size: 22px;
  }

  .star-box span {
    font-size: 13px;
  }

  .dhrp .dhrp-sm {
    display: none;
  }

  .listing-details {
    margin: 20px 0 20px !important;
  }

  .contact-map {
    margin: 30px 0 20px;
  }

  .toeh-row .toeh h6 {
    font-size: 14px;
  }

  .dhrp .dhrp-pick-lg {
    height: 250px;
    max-height: 250px;
  }

  .listing-map {
    height: 250px;
  }

  header {
    border-bottom: solid 1px #ccc;
  }

  .dhrp {
    margin-top: 16px !important;
  }

  .header-link .header-link-list {
    display: none !important;
  }

  .toeh-row .toeh {
    margin-bottom: 20px;
  }

  .registration .img {
    display: none;
  }

  .registration .cont .for-margin-b {
    margin-bottom: 16px !important;
  }

  .registration {
    margin: 20px 0 !important;
  }

  .ul-li li {
    font-size: 13px;
  }

  .ul-li {
    margin-top: 16px !important;
    padding-left: 16px !important;
  }

  .ul-li li::before {
    width: 7px !important;
    height: 11px !important;
    left: -16px;
  }

  .why-be-a .be-a h4 {
    font-size: 18px;
  }

  .structure-table h3 {
    font-size: 18px;
  }

  .structure-table {
    margin-top: 20px;
  }

  .structure-table .download-membership {
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 400 !important;
    margin-bottom: 10px;
  }

  .registration-form {
    margin: 20px 0;
  }

  .registration-form .smrf h3 {
    font-size: 20px;
  }

  .registration-form .form-details {
    margin: 16px 0 120px !important;
    padding: 16px 20px !important;
  }

  .payment-steps .step-0 p {
    width: 26px;
    height: 26px;
    margin-right: 10px !important;
  }

  .payment-steps .step-0 p span {
    font-size: 12px;
  }

  .payment-steps hr {
    height: 3px;
  }

  .form-details .please-tick .type-of .tick label {
    font-size: 13px;
  }

  .form-details .please-tick .type-of .tick input {
    width: 16px;
    height: 16px;
  }

  .form-details .for-hotel .classic input,
  .is-the-hotel input,
  .owner-of .classic input {
    width: 16px;
    height: 16px;
  }

  .form-details .for-hotel .classic label,
  .is-the-hotel label,
  .owner-of .classic label {
    font-size: 13px;
  }

  .is-the-hotel {
    margin-top: 12px !important;
  }

  .is-the-hotel .is-the-top {
    margin-top: 12px;
  }

  .file-wrapper {
    width: 80px;
    height: 80px;
  }

  .add-image .dis-play {
    display: block !important;
  }

  .file-wrapper:after {
    top: -20px;
    font-size: 24px;
  }

  .file-wrapper:before {
    bottom: 18px;
  }

  .add-image .file-wrapper:before {
    width: 70%;
    text-align: center;
    bottom: 0;
  }

  .form-details .add-more-people {
    font-size: 13px;
  }

  .payment-details .details .regist-fee,
  .annual-ren {
    margin-bottom: 4px;
  }

  .payment-details .details h5 {
    font-size: 16px;
    margin-bottom: 10px !important;
  }

  .payment-details .transaction-detail h5 {
    font-size: 16px;
    margin-bottom: 10px !important;
  }

  .payment-details .transaction-detail .submit-btn {
    font-size: 13px;
    padding: 10px 20px;
    letter-spacing: 1px;
  }

  .management {
    margin: 20px 0;
  }

  .management .committee {
    margin-top: 16px;
  }

  .management .management-head p {
    margin-top: 10px !important;
  }

  .about-page {
    margin: 20px 0 !important;
  }

  .about-page .img {
    margin-top: 0px;
  }

  .mission {
    margin-top: 20px;
  }

  .member-why-be-a {
    margin: 20px 0;
  }

  .account-details .account {
    padding: 14px 12px 14px;
  }

  .account-details .account .name:not(:last-child) {
    margin-bottom: 8px;
  }

  .account-details .account h5 {
    margin-bottom: 12px !important;
    font-size: 16px;
  }

  .account-details .account .name label {
    font-size: 14px;
  }

  .account-details .account .name p {
    font-size: 14px !important;
  }

  .contact-info {
    margin-top: 20px !important;
  }

  .about-banner h2 {
    font-size: 24px;
  }

  .contact-info .contact-info-head h2 {
    font-size: 20px;
  }

  .contact-info .contact-info-contact h2 {
    font-size: 20px;
  }

  .contact-info .contat-form h4 {
    font-size: 20px;
    margin-top: 0 !important;
  }

  .contact-info .contat-form {
    margin-top: 20px;
  }

  .contact-info .contact-info-row {
    margin-top: 20px !important;
  }

  .list-filter .alfabate-list span {
    font-size: 13px;
    min-width: 26px;
    min-height: 26px;
  }

  .members-list {
    margin-bottom: 20px;
  }

  .members-list .hotel-list .members-list-button {
    margin-top: 0px !important;
  }

  .members-list .hotel-list .members-list-button .button-design {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .members-list-banner h2 {
    font-size: 24px;
  }

  .gallery {
    margin-top: 20px;
  }

  .gallery .gallery-div {
    grid-template-columns: auto auto;
  }

  .management-banner h2,
  .member-banner h2 {
    font-size: 24px;
  }

  .january-18 {
    margin: 20px 0 30px;
  }

  .january-div-head h2 {
    font-size: 20px;
  }

  .january-div-head h2 {
    font-size: 18px;
  }

  .january-18 .january-img {
    height: unset;
    max-height: unset;
  }

  .january-18 .january-cont {
    margin-top: 20px;
  }

  .old-news .old-news-head h2 {
    font-size: 18px;
  }

  .old-news {
    margin-bottom: 20px;
    border-top: solid 10px #f1f1f1;
    padding-top: 20px;
  }

  .section1 .back-side h2 {
    font-size: 20px;
  }

  .section1 .back-side .left-line {
    margin: 20px 0 20px 0px !important;
  }

  .section1 .back-side .left-line h6 {
    padding-left: 16px !important;
  }

  .section1 {
    margin: 10px 0;
  }

  .fee-include {
    bottom: -100px;
  }

  .find-members #suggestions-list {
    padding: 8px;
  }

  .contact-info .contact-social-link a:nth-child(2) {
    margin: 0 16px !important;
  }

  header .dropdown .dropdown-menu:after {
    display: none;
  }

  .payment-details .qr .qr-div {
    width: 300px;
    height: 300px;
  }

  .economic-update h1 {
    font-size: 16px;
  }
  .economic-update h1 span { font-size: 14px; }



  .home-banner .carousel-control-next span {
    right: 20px;
  }

  .carousel-control-prev {
    right: 70px;
  }

  .interested .cont h3 {
    font-size: 19px;
  }


}

@media (max-width: 576px) {
  .home-banner .carousel-item .economic::before {
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-bottom: 57px solid white;
  }


  .home-banner .carousel-item .economic {
    padding-top: 14px !important;
    width: 130px;
    max-width: 130px;
    padding: 20px 10px 80px;
  }

  .home-banner .carousel-item .economic h4 {
    margin-bottom: 10px !important;
    font-size: 14px;
  }

  .home-banner .carousel-item .economic a img {
    width: 50px;
  }

  .home-banner .carousel-item .economic p {
    font-size: 10px;
    margin: 10px 0 !important;
  }

  .find-members .members .city::after,
  .category::after {
    right: 20px;
  }

  .pre-footer {
    padding: 25px 0 25px 14px;
  }

  .pre-footer div {
    display: block !important;
  }

  .pre-footer .call {
    margin-left: 0px !important;
    padding-left: 0 !important;
    margin-top: 10px;
  }


  footer .footer-row-head h4 {
    margin-bottom: 10px;
  }

  header .top-header .header-link button {
    font-size: 12px;
    padding: 6px 12px;
    margin-left: 0 !important;
  }

  .find-members .members .find-search button {
    font-size: 13px;
    padding: 8px 20px;
  }

  .listing-map {
    height: 200px;
  }

  .dhrp .dhrp-pick-lg {
    height: 200px;
    max-height: 200px;
  }

  .toeh-row .toeh {
    margin-bottom: 16px;
  }

  .registration {
    margin: 14px 0 20px !important;
  }

  .why-be-a {
    padding: 20px 0;
  }

  .ul-li li {
    margin-bottom: 10px;
  }

  .why-be-a .be-a p {
    margin-top: 16px;
  }

  .fee-include {
    margin: 20px 0 0 !important;
  }

  .registration-form .payment-details {
    margin: 16px 0 0 !important;
    padding: 16px 20px !important;
  }

  .payment-details .qr h2 {
    font-size: 22px;
  }

  .management-banner,
  .member-banner {
    height: 120px;
    max-height: 120px;
  }

  .about-banner {
    height: 120px;
    max-height: 120px;
  }

  .account-details .account .name label {
    font-size: 13px;
  }

  .account-details .account .name p {
    font-size: 13px !important;
  }

  .contact-info .contact-info-contact {
    padding: 16px;
  }

  .members-list-banner {
    height: 120px;
    max-height: 120px;
  }

  .members-list-banner h2 {
    font-size: 22px;
  }

  .list-filter .alfabate-list {
    padding: 16px;
  }

  .management-banner h2,
  .member-banner h2 {
    font-size: 22px;
  }

  .old-news .old-news-list .content b {
    font-size: 16px;
  }

  .find-members .members .search-location {
    width: calc(100% - 115px);
  }

  .total-members {
    margin-top: -50px;
  }

  .interested {
    height: 250px;
    max-height: 250px;
  }




}

@media (max-width: 480px) {

  .find-members .members .city,
  .category {
    width: 100%;
    margin-top: 20px !important;
  }

  .find-members .members .city::after,
  .category::after {
    right: 0px;
  }

  .interested .cont h3 {
    font-size: 19px;
  }

  .total-members {
    margin-top: -70px;
    padding: 20px 20px !important;
  }

  .total-members .properties .cont h2 {
    font-size: 20px;
  }

  footer .footer-shra p {
    color: #d1d1d1;
    font-size: 13px;
  }

  footer .footer-row-head .footer-support p {
    font-size: 13px;
  }

  footer .footer-row-head .footer-support ul li a,
  .footer-links ul li a {
    font-size: 13px;
  }

  footer .footer-support ul {
    line-height: 30px;
  }

  footer .footer-links ul {
    line-height: 25px;
  }

  .home-banner .carousel-item .banner-img {
    height: 250px;
    max-height: 250px;
  }

  .gallery .gallery-div {
    gap: 10px;
  }

  .economic-update {
    max-width: 100%;
    padding: 10px 15px 20px;
    
  }

/*  .economic-update h1 {
    font-size: 19px;
  }*/



}

@media (max-width: 425px) {
  .about-assoc .members20k {
    padding: 6px 10px !important;
  }

  .about-assoc .members20k .sub-cont {
    margin-left: 10px !important;
  }

  .about-assoc .members20k h4 {
    font-size: 16px;
  }

  .interested {
    height: 270px;
    max-height: 270px;
  }

  .interested .cont h3 {
    font-size: 18px;
  }


}

@media (max-width:375px) {
  .total-members {
    margin-top: -60px;
  }
}

/* Responsive CSS End */