* {
  margin: 0px;
  padding: 0px;
}

.left-side-bar.container .row {
  align-items: center;
}

.row {
  display: -ms-flexbox;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  /* background: #ed1b24; */
  /* padding: 20px 0px; */
  /* background-color: ; */
}
body {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  color: #1a1a1a;
  font-weight: 300;
}

.contact-details a {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding: 15px;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}
a {
  background-color: transparent;
}

.logo {
  width: 85px;
  height: 65px;
}

.int {
  padding-left: 10px;
}

.top-bar {
  /* height: 55px; */
  background-color: #ed1b24;
}

.navbar {
  background-attachment: fixed;
  /* background-color: #fff; */
}

.navbar-light {
  box-shadow: rgba(242, 56, 56, 0.1) 0px 4px 12px;
}

.banner {
  background-image: url(banner.jpg);
  background-size: cover;
  padding: 200px 0;
  text-align: center;
}

section.banner {
  margin-top: 125px;
}

h1 {
  font-family: Rubik, sans-serif;
  font-size: 80px;

  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: 700;
}

p {
  letter-spacing: 2px;

  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.cst-three-div-1 {
  border: 1px solid red;
  border-radius: 2px;
}

.karow-1 {
  padding: 60px 20px 20px 20px;
}

.post-header-1 {
  font-family: Rubik, sans-serif;
  background-color: #ed1b24;
  text-align: center;
  color: #fff !important;
  margin-bottom: 8px;
  font-weight: 500;
  padding: 2.5px;
}

.post-header a {
  font-weight: 500;
}
.card-body {
  box-shadow: rgb(0 0 0 / 10%) 8px 4px 12px;
}

.post-slide .cst-more {
  padding-left: 98px !important;
}

.post-slide .read-more {
  color: #ed1b24;
  font-size: 13px;

  font-weight: 600;
}

.subtitle {
  color: #1a1a1a;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 5px;
  transition: all 0.4s ease 0s;
  font-weight: 900 !important;
}

.hh4 {
  text-align: center;
  background-color: #ed1b24;
  color: white;
  border-radius: 8px 10px;
  padding: 2.5px;
  padding-left: 5px;
}

.textwidget p {
  font-weight: 700;
}

.three {
  margin-top: 40px;
  height: 300px;
  box-shadow: rgb(0 0 0 / 10%) 8px 4px 12px;
}

.sticky-icons {
  position: fixed;
  bottom: 120px;
  right: 20px;
}

.sticky-icons1 {
  position: fixed;
  bottom: 30px;
  right: 20px;
}
.float {
  background-attachment: fixed;
  position: fixed;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
  text-decoration: none;
  margin-left: -100px;
  margin-top: -80px;
}

.float:hover {
  background-color: #128c7e;
}

.my-float {
  margin-top: 8px;
}

.sea {
  padding-left: 300px !important;
}

label {
  display: block;
  margin-bottom: 5px;
}

.search {
  margin-bottom: 20px;
}

.item {
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 10px;
  display: none;
}

/* Full-width style */
.full-width-content {
  width: 100%;
}

.card-body h3 {
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-style: normal;
  color: #fff;
  font-weight: 500;
}

.dropdown-menu li {
  position: relative;
}
.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}

/* .state{
          margin-top: 170px;
      } */

.searchboxbottom {
  background-color: #343a40;
  color: #ffffff;
  padding: 20px;
  font-weight: 600;
  /* margin-top: 10px; */
}

.searchboxbinner {
  max-width: 1200px;
  margin: 0 auto;
}

h4 {
  font-size: 24px;
}

.searchboxdiv {
  margin-top: 20px;
}

.col-md-2 {
  padding: 10px;
}

.searchpic img {
  width: 100%;
  height: auto;
}

.searchtext {
  text-align: center;
  margin-top: 10px;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #17a2b8;
}

.filter-container {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-around;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

label,
select {
  margin-right: 10px;
}

.search-container {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.search-container button {
  padding: 12px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.search-container button:hover {
  background-color: #45a049;
}

.property-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px;
}

.property {
  border: 1px solid #ccc;
  padding: 20px;
  margin: 20px;
  width: 300px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #fff;
}

.property h3 {
  margin-bottom: 10px;
  font-size: 1.2em;
  color: #333;
}

.property img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 10px;
}

.property p {
  margin: 0;
  color: #555;
}

.kesh {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding-bottom: 10px;
}

svg {
  width: 40px;
  height: 40px;
  fill: #00ff9d; /* Change the color as needed */
  transition: fill 0.3s ease-in-out;
}

svg:hover {
  fill: #0056b3; /* Change the hover color as needed */
}

footer {
  padding: 30px;
  background-color: #333;
  color: white;
  text-align: center;
  padding: 10px;
  width: 100%;
}

.navv {
  font-size: 20px;
  font-weight: 700;
}

iframe {
  width: 650px;
  height: 200px;
  border: 2px solid #dcdcdc;
  border-radius: 10px 10px;
}

/* <style>
          body {
              font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
              margin: 0;
              padding: 0;
              background-color: #f8f8f8;
          } */

.filter-container {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-around;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

label,
select {
  margin-right: 10px;
}

.search-container {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.search-container button {
  padding: 12px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.search-container button:hover {
  background-color: #45a049;
}

.property-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px;
}

.property {
  border: 1px solid #ccc;
  padding: 20px;
  margin: 20px;
  width: 300px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #fff;
}

.property h3 {
  margin-bottom: 10px;
  font-size: 1.2em;
  color: #333;
}

.property img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 10px;
}

.property p {
  margin: 0;
  color: #555;
}

/* Add styling for Bootstrap icons */
.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.bi-search {
  width: 1em;
  height: 1em;
}

.bi-filter {
  width: 1.2em;
  height: 1.2em;
}

.search-container {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.filter-container {
  display: flex;
  align-items: center;
}

label {
  margin-right: 10px;
  font-weight: bold;
}

select {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 10px;
}

button {
  padding: 12px 16px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  margin-top: -25px;
  align-items: center;
}

button:hover {
  background-color: #45a049;
}

/* Add styling for Bootstrap icons */
.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.bi-search {
  width: 1em;
  height: 1em;
  margin-right: 5px;
}

.searchboxbottom_a p {
  background-color: transparent !important;
  color: #1a1a1a;
} /* </style> */

.mainn {
  display: flex;
  flex-direction: row;
}

@media (max-width: 767px) {
  .mainn {
    /* display: flex !important; */
    flex-direction: column !important;
    align-items: center;
  }
  .numi {
    margin-left: 50px !important;
  }
  .ony {
    margin-top: 10px;
  }

  iframe {
    width: 290px !important;
  }

  .contact-details {
    padding: 10px;
  }

  .sticky-icons {
    position: fixed;
    z-index: 1000;
    bottom: 2;
    right: 0;
  }

  .sticky-icons1 {
    position: fixed;
    z-index: 1000;
    bottom: 30px; /* Adjust the distance from the bottom */
    right: 0;
    margin-top: 10px;
  }

  .banner {
    height: 150px;
  }
  section.banner {
    margin-top: 125px;
  }

  h1 {
    margin-top: -40px;

    font-size: 45px;
    /* line-height: 1.5rem; */
  }

  p {
    font-size: 12px;
  }
}

.maini {
  background-attachment: fixed;
}

.photos {
  width: 100%;
  height: 200px !important;
  border: 4px solid red;
}
