@charset "UTF-8";

html {
  font-size: 12px;
}

body {
  font-family: "Inter", sans-serif !important;
  font-size: 12px;
  font-weight: 400;
  color: black;
  box-sizing: border-box;
  max-width: 100vw;
}

.card {
  border-radius: 12px !important;
}

.font-bold {
  font-weight: 600 !important;
}

label {
  font-weight: 600 !important;
}

.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb !important;
}

.project-single {
  width: 100%;
}

.btn-dark {
  background-color: black !important;
}

.blurred {
  filter: blur(5px);
  pointer-events: none;
}

.blurred .reveal-btn {
  pointer-events: all;
}

.remaining-tokens {
  font-size: 0.9rem;
  flex-direction: column;
  padding: 12px 18px;
  gap: 10px;
  font-weight: 500;
  display: flex;
}

.incoming-client h3 {
  color: #000 !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.incoming-client-info {
  font-weight: 400 !important;
  font-size: 12px !important;
}

.incoming-client-filter h6 {
  font-size: 14px !important;
  color: #0d0d0d !important;
  font-weight: 600 !important;
  line-height: 20px !important;
  padding: 0 !important;
  margin-bottom: 12px !important;
}

.filterFormProjectOffer .form-select {
  padding: 12px 16px !important;
  border-radius: 12px;
}

.trip-search {
  border-radius: 12px;
  border: 1px solid #e8e8e8 !important;
}

.incoming-client-filter-buttons button {
  border: 1px solid #005aa9 !important;
}

.incoming-client-filter-buttons button:hover {
  background-color: #005aa9 !important;
  color: white !important;
}

.applications-content .nav-tabs {
  border-bottom: 1px solid #e8e8e8 !important;
  margin-inline: 15px;
}

.project-table-content ul li p {
  align-content: center;
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 500;
}

.modal-infos {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 7px;
}

.modal-infos h3 {
  margin: 0px !important;
}

.card-body-table th {
  text-align: left !important;
}

.card-body-table td {
  text-align: right !important;
}

.project-table-content .badge {
  border-radius: 12px;
  background: #eaf0e9 !important;
  padding: 6px 16px !important;
}

.review-positive .badge #text {
  font-size: 13px !important;
}
.mblCntr{
margin-top:30px;
}
.brndsldrImg{
width: 100%;
height: 120px;
display: block;
}
.prjcgrdcrd:nth-child(-n+2) {
}
@media (min-width: 768px) {

  .project-table-content .badge {
    position: absolute;
    top: 3rem;
    right: 21rem;
  }
}

@media (max-width: 768px) {
.mblCntr{
margin-top:60px !important;
}
.fvrtsMt{
margin-top:80px;
}
.td-flex-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center !important;
  }
.brndsldrImg{
width: 100%;
margin: 0 auto !important;
}
.brndsldrImgText{
    transform: translateX(-38%) !important;
}
.prjcgrdcrd{
max-height: none !important;
}
.notification{
display: none !important;
}
.cart-link{
display: none !important;
}
.favorite-dropdown{
display: none !important;
}
.header-cart{
display: none !important;
}
  .incoming-client-filter-buttons {
    display: flex !important;
    gap: 16px !important;
    margin-bottom: 20px;
  }

  section.single-proper {
    padding-top: 0 !important;
  }
.
}

.project-table-content .badge.badge-success {
  color: #276e20 !important;
}

.project-table-content .badge.badge-danger {
  color: #9c1c1c !important;
}

.review-positive {
  margin: 0px !important;
}

.modal-infos p {
  margin: 0px !important;
}

#detailsModal .card-body-left {
  padding: 22px 28px !important;
}

.applications-content .nav-tabs .nav-link.active {
  color: #005aa9 !important;
  font-weight: 600 !important;
  background-color: transparent !important;
  border-color: #ececec !important;
}

.applications-content .nav-tabs .nav-link {
  color: #4b4b4b !important;
  background: #fafafa !important;
  font-weight: 400;
  font-size: 13px;
}

.application-top-header h3 {
  font-size: 16px !important;
}

.application-entry {
  position: relative;
}

.reveal-btn {
  font-size: 12px !important;
  padding: 4px 10px !important;
}

.token-count {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#tokenCount {
  display: flex;
  align-items: center;
  gap: 5px;
}

h2 span {
  font-weight: 600;
}

h3 {
  font-family: "Inter", sans-serif !important;

  color: #333;
  font-weight: 600;
}

#toast-container * {
  font-size: 11px !important;
}

h4 {
  font-family: "Inter", sans-serif !important;

  font-size: 10px;
  color: #333;
  font-weight: 600;
}

h5 {
  color: #444;
}

.top-headings-section {
  padding-bottom: 2rem;
}

.select2-results {
  padding: 4px !important;
}

.top-headings-section p {
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  color: #555;
  max-width: 550px;
}

.contact-btn {
  transition: all 0.2s ease;
}

.contact-btn:active {
  transform: scale(0.96);
}

#exTab1 .tab-content {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}

#exTab2 h3 {
  color: black;

  padding: 5px 0px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}

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

.nav-tabs {
  border: none !important;
  align-items: end;
}

.nav-link {
  padding: 0.5rem 2rem;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: transparent;
  color: #005aa9 !important;
  font-weight: 600;
  border-radius: 12px !important;
}

.nav-tabs .nav-link.active {
  padding-top: 10px;
}

.login-tabs .nav-item.show .nav-link,
.login-tabs .nav-link.active {
  border-bottom: 4px solid #005aa9 !important;
  background-color: #005aa9;
  color: #005aa9 !important;
}

.login-tabs .nav-item.show .nav-link h3,
.login-tabs .nav-link.active h3 {
  color: #005aa9 !important;
}

.nav-tabs .nav-link.active h3 {
  color: #005aa9 !important;
}

@media (max-width: 768px) {
  .nav-tabs li {
    margin-right: 2px;
  }
}

.nav-tabs li a {
  text-decoration: none;
  list-style: none;
  color: black;
  font-size: 20px;
  font-weight: #333;
}

.ilan-detay {
  font-size: 25px;
  margin-bottom: 20px;
}

.inner-pages .properties-right.list .homes-img .img-responsive,
.featured.portfolio .project-head .img-responsive {
  height: 185px !important;
  object-fit: cover !important;
}

.social-square {
  float: right;
  margin-left: auto;
  display: flex;
  gap: 12px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  margin-right: 0 !important;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.bank-account.selected {
  border: 1px solid #005aa9 !important;
}

@media (max-width: 768px) {
  .bank-account {
    margin: 20px;
  }

  #orders-container .order .order-item .order-item-status {
    width: 60% !important;
  }
}

.top-headings-section h2::after {
  display: block;
  height: 3px;

  background-color: black;
  content: " ";
  width: 100px;
  margin: 0 auto;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section-title {
  display: flex;
  align-items: center;
  position: relative;
}

.project_imagex_flex {
  display: flex;
  align-items: center;
}

.project_imaget img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.remove-area {
  text-align: center;
}

.favorite-move {
  position: absolute !important;
  z-index: 9 !important;
  margin-top: 0;
  right: 20px !important;
  top: 20px !important;
  left: 20px;
}

.second-area-finish {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.finish-tick {
  display: flex;
}

.situation_imagex {
  margin: 10px;
  width: 150px;
  height: 100px;
  border: 1px solid #e8e8e8;
}

.situation_imagex img {
  cursor: move;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.project_imagex img {
  cursor: move;
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}

.project_imagex {
  margin: 10px;
  width: 150px;
  height: 100px;

  border: 1px solid #e8e8e8;
}

.mbb {
  margin-bottom: 2.5rem;
}

.featured .allView,
.popular-places button {
  border: none;
  border-radius: 12px;
  display: flex;

  justify-content: center;
  align-items: center;
}

.featured .allView h3,
.popular-places button h3 {
  color: white;
  font-size: 12px;
  margin-bottom: 0 !important;
  padding: 10px 15px;
}

.section-title h3 {
  font-size: 12px;
  color: #111;
  text-transform: uppercase;
}

.section-title h2 {
  font-size: 16px !important;
  color: #005aa9;
}

.section-title.col-md-5 {
  margin-left: 1rem;
}

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

.bg-white {
  background: #fff !important;
}

.bg-gray {
  background: #f5f7fb !important;
}

/*-----------------------------------*/
/*------ 2. SECTION HEADINGS ------*/
/*-----------------------------------*/

.header-top {
  background: black;
  color: #7f8997;
  display: block;
  padding: 1rem 0;
}

.header.head-tr {
  position: absolute;
  width: 100%;
  z-index: 99999;
}

.header-top.head-tr {
  background: rgba(255, 255, 255, 0.06);
  color: #7f8997;
  display: block;
  padding: 1rem 0;
}

@media screen and (min-width: 1025px) {
  .container-header {
    max-width: 1660px;
  }

  #logo {
    margin-right: 0px;
  }
}

@media screen and (max-width: 400px) {
  .navbar-brand {
    font-size: 13px !important;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .header-top {
    padding: 0px;
  }
}

.header-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
}

.header-top .the-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 60px;
  padding-left: 60px;
}

.nav-tabs .nav-link:hover {
  color: #005aa9 !important;
}

.top-minus-5 {
  position: relative;
  top: -1px;
}

.bg-soft-danger {
  background: #ffdede;
}

.top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-top p {
  margin-right: 2rem;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0px;
}

.header-top p i {
  color: #fff;
  margin-right: 0.5rem;
  font-size: 1.3rem;
}

.top-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-social .login-wrap ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style: none;
  margin-bottom: 0px;
}

.top-social .login-wrap ul li {
  padding: 0px 13px;
  position: relative;
}

.top-social .login-wrap ul li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.top-social .login-wrap ul li a:hover {
  color: #fff;
}

.top-social .login-wrap ul li a i {
  margin-right: 5px;
}

.header-top .social-icons {
  text-align: right;
  margin-left: 0.6rem;
}

.header-top .social-icons i {
  line-height: 26px;
  font-size: 1.2rem;
  margin-right: 1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.social-icons-header .fa-facebook {
  color: #fff;
}

.social-icons-header .fa-twitter {
  color: #fff;
}

.social-icons-header .fa-google-plus {
  color: #fff;
}

.social-icons-header .fa-linkedin {
  color: #fff;
}

.social-icons-header .fa-skype {
  color: #fff;
}

.header-top .social-icons:hover {
  color: black;
}

.header-top .dropdown {
  display: inline-block;
  background: transparent;
}

.card-body .navbar-brand {
  font-weight: 600;
  color: #333;
  font-size: 12px;
  line-height: 34px;
}

.featured-heads {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.trStyle td {
  display: flex;
}

@media (max-width: 768px) {
  .brand-head {
    padding-top: 0;
    margin-top: 0;
  }

  .search-style {
    padding: 0 !important;
    position: relative !important;
    margin: 10px 10px !important;
  }

  .section-title h2 {
    font-size: 12px !important;
  }

  .portfolio .project-head span {
    font-size: 9px !important;
    text-transform: uppercase;
    margin-top: 10px;
  }

  .view-all-projects-btn {
    font-size: 10px !important;
  }
}

.brand-head .card {
  border: none;
  margin-bottom: 1rem;
}

.brand-head .card-img-top {
  position: relative;
  object-fit: cover;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px 10px 0 0;
  padding: 10px;
}

.housing-list-circle-icon {
  width: 100%;
  font-weight: 500;
  color: black;
}

.rounded-6 {
  border-radius: 12px;
}

.modal-header .btn-close {
  font-size: 20px !important;
}

.modal-title {
  color: #000;
  text-align: center;
  font-family: "Inter", sans-serif !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 30px */
  margin-bottom: 15px;
}

.border {
  border: 1px solid #e8e8e8 !important;
}

@media (max-width: 768px) {
  .brand-head {
    padding-top: 0;
    margin-top: 0px;
  }

  .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: 80vh;
  }

  .profile-image-container {
    display: none;
  }

  .modal-title {
    font-size: 12px;
    text-align: left;
  }

  .brand-head .card-img-top {
    height: 70px !important;
  }

  .search-style {
    padding: 0 !important;
    position: relative !important;
    margin: 0 10px !important;
    margin-bottom: 12px !important;
  }
}

.share-icons .button {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 400;
  background: black;
  color: white;
  padding: 0.35em 0;
  font-size: 17px;
  border: none;
  border-radius: 0.7em;
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  overflow: hidden;
  height: 2.7em;
  padding-left: 3em;
  padding-right: 0.5em;
}

.share-icons .button .icon {
  background: #fff;
  margin-right: 1em;
  height: 2.2em;
  width: 2.2em;
  border-radius: 0.5em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0.2em;
  transition: all 0.7s;
  gap: 10px;
}

.share-icons .shere {
  width: 1.3rem;
  height: 1.3rem;
}

.share-icons .button:hover .icon {
  width: calc(100% - 0.6rem);
}

.share-icons .button:hover .shere {
  width: calc(100% - 0.6rem);
  display: none;
}

.share-icons .button .icon-shere {
  color: #f2295b;
  width: 1.5rem;
  height: 1.5rem;
  display: none;
}

.share-icons .button:hover .icon .icon-shere {
  display: flex;
}

.badgeYearIcon {
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: 5px;
}

/* Tüm input, textarea ve select öğelerinin focus durumunda border'ı kaldır */
input:focus,
textarea:focus,
select:focus,
div:focus,
.tab:focus,
button:focus {
  outline: none;
  /* Border kaldırılır */
  box-shadow: none;
  /* Olası shadow kaldırılır */
}

.header-search-box a:first-child {
  background: #fff4f4 !important;
}

.header-search-box a:hover {
  background: #fff4f4;
}

.badgeYearIcon img {
  width: 40px;
  height: 40px;
}

.brand-head .brands-square {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-head .brand-logo {
  width: 50px !important;
  height: 50px !important;
  border-radius: 30px;
  object-fit: contain !important;
  border: 1px solid #e8e8e8;
}

.brand-head .brand-name {
  margin-right: 10px !important;
  font-weight: 600;
  font-size: 12px;
  margin: 0;
  padding: 0px 5px;
  color: white;
  padding-left: 0 !important;
  line-height: 16px !important;
  display: flex;
}

.brand-head .navbar {
  justify-content: space-between;
}

.listingDetailsSliderNav .item {
  border: solid 1px #e8e8e8;
}

.listingDetailsSliderNav .item.active {
  border: 1px solid #005aa9 !important;
}

.navbar-stretch {
  align-items: stretch;
  display: flex !important;
  flex-wrap: wrap;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}

.brand-head .navbar-items {
  display: flex;
  justify-content: left;
  white-space: nowrap !important;
}

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

.dropdown-header ul {
  width: 180px !important;
}

.dropdown-header li a:hover,
.dropdown-header.toggle > label:hover,
.dropdown-header.toggle > input:checked ~ label {
  background-color: #e8e8e8;
}

.dropdown-header-menu {
  position: absolute;
  top: 100%;
  /* Butonun hemen altına */
  right: 0;
  /* Sağ kenara hizalanır */
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin-top: 0.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-header {
  position: relative;
}

.dropdown-header li:first-child a {
  border-radius: 12px;
}

.dropdown-header li a,
.dropdown-header.toggle > label {
  display: flex;
  justify-content: flex-start;
  padding: 0 0 0 10px;
  background: white;
  text-decoration: none;
  line-height: 30px;
  font-size: 12px;
  font-weight: 600;
  color: black;
  border-radius: 12px !important;
}

.dropdown-header-menu {
  padding: 0 !important;
  border-radius: 12px !important;
}

@media (max-width: 768px) {
  .brand-head .navbar-items {
    overflow-x: scroll;
  }

  .brand-head .navbar-items::-webkit-scrollbar {
    display: none;
  }
}

.brand-head .navbar-item {
  text-decoration: none;
  color: black;
  font-size: 12px;
  font-weight: 600;
  padding: 15px;
}

.brand-head .navbar-item.active {
  border-bottom: 2px solid #005aa9;
}

.brand-head .search-form {
  flex-wrap: nowrap;
}

.brand-head .search-input {
  flex-grow: 1;
  padding: 10px;
  font-size: 12px;
  border: solid 1px #e8e8e8;
}

.brand-head .search-button {
  border: none;
  border-radius: 50px;
  background: transparent;
  color: #005aa9;
  margin-left: -48px;
}

.header-top .dropdown button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.header-top .dropdown button:hover {
  color: #fff;
}

.header-top .dropdown .dropdown-menu {
  border-radius: 0;
  left: auto;
  margin: 0;
  min-width: 115px;
  padding: 0px;
  position: absolute;
  right: 0;
  z-index: 9999999;
}

.header-top .dropdown-menu img {
  margin-right: 5px;
}

.header-top .dropdown-menu li {
  color: #333;
  cursor: pointer;
  padding: 5px 10px;
}

.header-top .dropdown-menu li:hover {
  background: #e8e8e8 none repeat scroll 0 0;
}

.heading {
  background: #121b22;
  color: #fff;
  position: relative;
  padding: 1rem 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sticky,
.sticky.head-tr {
  -webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #121b22 none repeat scroll 0 0;
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.filter-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* .form-control:not([type="radio"]):not([type="checkbox"]) {
  min-width: 150px;
} */

@media screen and (max-width: 991px) {
  .heading.head-tr {
    background: rgba(255, 255, 255, 0.06);
    padding-bottom: 0px;
  }

  .filter-wrapper {
    display: flex;
    align-items: center;
    overflow-x: auto;
    white-space: nowrap;
    flex-direction: row;
  }

  .filter-wrapper .form-control {
    margin: 0px !important;
  }

  .applican-top-header h3 {
    font-size: 16px !important;
  }

  .header.head-tr #main-menu {
    background: #fff;
    width: 100%;
  }

  .header.head-tr #main-menu ul a,
  .header.head-tr #main-menu .po a::after {
    color: #000 !important;
  }

  .sticky.head-tr {
    background: #121b22 none repeat scroll 0 0;
  }

  .header.head-tr .heading .logo img {
    padding-left: 15px;
    padding-bottom: 1rem;
  }

  .header.head-tr .button-menu {
    padding-right: 18px !important;
  }

  .heading.head-tr .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .header.head-tr .search-button,
  .header.head-tr .button-menu {
    margin-bottom: 1rem !important;
  }
}

.heading .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.heading .logo img {
  width: 60px;
}

@media screen and (max-width: 414px) {
  .heading .logo img {
    width: 60px;
  }
}

@media screen and (max-width: 575px) {
  .header.head-tr #bloq-search {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tp-caption.slid-2 {
    padding-top: 7.7rem;
  }
}

.search-button,
.button-menu {
  border: 0;
  font-size: 1.5rem;
  margin: 0;
  padding: 0 0.5rem;
  background: transparent;
  color: #fff;
}

.search-button:focus,
.button-menu:focus {
  outline: 0;
}

.search-button {
  color: #fff;
  margin-left: auto;
  margin-right: 0.8rem;
}

.get-quote {
  background: #fff;
  margin-left: 2rem;
  color: #333;
  padding: 1rem;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  border-radius: 12px !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.get-quote:hover {
  background: #fff;
  color: #fff !important;
}

.get-quote p {
  text-transform: capitalize;
  margin: 0px;
  font-weight: 600;
}

.get-quote a {
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.get-quote a:hover {
  color: black;
}

#bloq-search {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.bloq-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  margin: 1.3rem 0;
  z-index: 1;
}

.bloq-search input[type="text"] {
  border: 1px solid black;
  border-radius: 6px 0 0 5px;
  margin-bottom: 0px;
  padding: 1rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.bloq-search input[type="submit"] {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border: 0;
  width: auto;
  border-radius: 0 5px 5px 0;
  background: black;
  color: #fff;
  cursor: pointer;
  margin-bottom: 0px;
  padding: 0 1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.bloq-search input[type="submit"]:hover {
  background: #121b22;
  color: #fff;
}

#main-menu {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

#main-menu ul {
  padding: 0;
  list-style: none;
  margin: 1rem 0 0 0;
}

#main-menu ul a {
  display: block;
  padding: 0.8rem 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border-top: 1px solid #e5e5e5;
  text-decoration: none;
}

#main-menu ul a:hover,
#main-menu ul li.active a {
  color: black;
}

#main-menu .card {
  background: transparent;
}

#main-menu .card a:hover {
  background: transparent;
}

#main-menu .po a::after {
  content: "\f0d7";
  font-family: FontAwesome;
  color: #fff;
  margin-left: 0.3rem;
}

.text-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*------ ARROW DOWN ------*/

.arrow-down a {
  display: inline-block;
  color: #fff;
  font-size: 3rem;
  -webkit-animation: animate-arrow 2s ease-in-out infinite;
  animation: animate-arrow 2s ease-in-out infinite;
}

@-webkit-keyframes animate-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes animate-arrow {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*------ HEADER SLIDER ------*/

.rev_slider_wrapper {
  width: 100%;
}

.slotholder {
  position: relative;
}

.slotholder:after {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}

.tp-leftarrow {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tp-leftarrow:hover {
  background: black;
}

.tp-rightarrow {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tp-rightarrow:hover {
  background: black;
}

.tp-parallax-wrap {
  top: 10px;
}

.tp-bannertimer {
  z-index: 21;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
  font-size: 48px;
}

.mfp-bg {
  z-index: 1112;
}

.mfp-wrap {
  z-index: 1113;
}

.rev_slider a {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.text-theme-colored2 {
  color: #005aa9 !important;
}

.tp-caption.font-p {
  font-family: "Inter", sans-serif !important;
  font-size: 12px;
  font-weight: 400;
}

@media screen and (max-width: 496px) {
  .tp-caption.font-p {
    margin-top: 0.8rem;
  }
}

.btn-default.btn-theme-colored2 {
  color: #fff;
  font-weight: 600;
  background-color: #121b22;
  border-color: #fff;
  font-size: 12px;
  padding: 13px 32px;
  margin-top: 0.8rem;
  margin-right: 1rem;
  line-height: 1.3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-default.btn-theme-colored2:hover {
  background: black;
  color: #fff;
  border-color: #fff;
}

.btn-dark.btn-theme-colored {
  color: #fff;
  background-color: black;
  border-color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 13px 32px;
  margin-top: 0.8rem;
  line-height: 1.3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-dark.btn-theme-colored:hover {
  background: #121b22;
  color: #fff;
  border-color: #fff;
}

/*------ BUTTOM HOVER EFFECT ------*/
/* Box colors */

.bg-1 {
  background: black;
  color: #fff;
  display: inline-block;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px;
}

.bg-2 {
  background: #fff;
  color: #000;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bg-3 {
  background: transparent;
  color: #005aa9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0px;
}

.bg-4 {
  background: transparent;
  color: #fff;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Common button styles */

.box .button {
  float: left;
  min-width: 150px;
  max-width: 250px;
  display: block;
  margin-bottom: 0px;
  padding: 1em 2em;
  border: 2px solid;
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.button:focus {
  outline: none;
}

.button > span {
  vertical-align: middle;
}

/* Text color adjustments */

.bg-1 .button {
  color: #fff;
  border-color: #fff;
}

.bg-2 .button {
  color: #000 !important;
  border-color: black;
}

.bg-2 .button:hover {
  color: #fff !important;
}

.bg-4 .button {
  color: #fff;
  border-color: transparent;
}

.bg-3 .button {
  color: black;
  border-color: black;
}

.bg-3 .button:hover {
  border-color: black;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .brand-head .navbar-item {
    font-size: 12px !important;
    text-align: center;
    padding: 10px;
  }

  .bg-3 {
    padding-top: 1rem;
  }

  .brand-head .search-form {
    display: none;
  }

  .seller-profile .seller-info-container {
    display: block !important;
  }

  .seller-profile .seller-info-container__wrapper {
    margin-top: 20px;
  }
}

ul.the-agents-details li {
  font-size: 11px !important;
  font-weight: 500 !important;
}

/* Sizes */

b,
strong {
  font-weight: 700 !important;
}

.button--size-s {
  font-size: 12px;
}

.button--size-m {
  font-size: 12px;
}

.button--size-l {
  font-size: 12px;
}

/* Typography and Roundedness */

.button--text-upper {
  text-transform: uppercase;
}

.button--text-thin {
  font-weight: 300;
}

.button--text-medium {
  font-weight: 500;
}

.button--text-thick {
  font-weight: 600;
}

.button--round-s {
  border-radius: 12px !important;
}

.button--round-m {
  border-radius: 15px;
}

.button--round-l {
  border-radius: 40px;
}

/* Borders */

.button--border-thin {
  border: 1px solid;
}

.button--border-medium {
  border: 2px solid;
}

.button--border-thick {
  border: 3px solid;
}

/* Wayra */

.button--wayra {
  overflow: hidden;
  cursor: pointer;
  width: 210px;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--wayra::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: black;
  z-index: -1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: opacity 0.3s, background-color 0.3s,
    -webkit-transform 0.3s;
  transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s,
    -webkit-transform 0.3s;
}

.button--wayra:hover {
  color: #fff;
  border-color: #fff;
}

.button--wayra.button--inverted:hover {
  color: #fff;
  border-color: black;
}

.button--wayra:hover::before {
  opacity: 1;
  background-color: black;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--wayra.button--inverted:hover::before {
  background-color: black;
}

.portfolio .box a {
  background: #121b22;
  text-decoration: none;
  text-align: center;
}

/* Moema */

.button--moema {
  padding: 1.5em 3em;
  border-radius: 50px;
  background: #7986cb;
  color: #fff;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.button--moema.button--inverted {
  background: #eceff1;
  color: #37474f;
}

.button--moema::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
}

.button--moema:hover {
  -webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
  transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
  color: #eceff1;
  background-color: #3f51b5;
  -webkit-animation: anim-moema-1 0.3s forwards;
  animation: anim-moema-1 0.3s forwards;
}

.button--moema.button--inverted:hover {
  color: #eceff1;
  background-color: #7986cb;
}

.button--moema:hover::before {
  -webkit-animation: anim-moema-2 0.3s 0.3s forwards;
  animation: anim-moema-2 0.3s 0.3s forwards;
}

@-webkit-keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }

  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }

  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/*------------------------------------*/
/*-- 3. SECTION RECENTLY PROPERTIES --*/
/*------------------------------------*/

/* section {
  padding: 0.5rem 0;
} */

.portfolio .sec-title {
  margin-left: 0;
}

.portfolio .sec-title h2 span {
  font-weight: 600;
  color: #111;
}

.portfolio .sec-title h2 {
  color: black;
  margin-bottom: 0.5rem;
}

.homes.no-mb {
  margin-bottom: 0px;
}

.homes-img {
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease-in;
  transition: -webkit-transform 0.6s ease-in;
  transition: transform 0.6s ease-in;
  transition: transform 0.6s ease-in, -webkit-transform 0.6s ease-in;
}

.homes-tag.featured {
  background: #005aa9 !important;
  text-align: center;
  padding: 5px;
  font-size: 12px;
}

.recently .homes .button {
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 12px !important;
  color: #fff;
  border: none;
  background-color: black;
  display: inline-block;
  z-index: 99;
}

.recently .homes-tag.featured {
  left: 15px;
  margin-top: 15px;
}

.recently .homes-price,
.recently .homes-tag {
  position: absolute;
  z-index: 99;
}

.recently .homes-tag.sale {
  background: #005aa9 !important;
  width: 84px !important;
  height: 31px;
}

.recently .homes-tag.sale {
  right: 15px;
  margin-top: 15px;
  top: 0;
}

.recently .homes-tag.sale.rent {
  background: #ffb200 !important;
  color: #fff;
  z-index: 99;
}

.recently .price-properties {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 1rem;
}

.recently .compare {
  margin-top: 1.1rem;
  line-height: 0px;
}

.recently .compare a {
  margin-right: 1.5rem;
}

.recently .compare a:last-child {
  margin-right: 0px;
}

.recently .compare i {
  font-size: 12px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.recently .fa-exchange-alt {
  color: #666;
}

.recently .fa-exchange-alt:hover {
  color: #18ba60;
}

.recently .fa-share-alt {
  color: #666;
}

.recently .fa-share-alt:hover {
  color: #ffb200;
}

.recently .fa-heart-o {
  color: #666;
}

.recently .fa-heart-o:hover {
  color: #005aa9;
}

.recently .homes-price {
  color: #fff;
  font-size: 13px !important;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 12px !important;
  background: #3a2c5f;
  bottom: 15px;
  left: 15px;
  z-index: 99;
}

.recently .homes-content {
  background: #fff !important;
  padding: 20px 20px !important;
}

.recently .homes-content h3.title a {
  font-size: 12px;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  text-decoration: none;
}

.recently .homes-content h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #444;
  margin-bottom: 3px;
}

.price-properties h3 {
  margin-bottom: 0px;
}

.recently .homes-content .homes-address {
  margin-top: 0px;
}

.recently .homes-content .homes-address .fa-map-marker {
  font-size: 12px;
  text-decoration: none;
  color: #18ba60;
}

.recently .homes-content .homes-address a span {
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 1px;
  text-decoration: none;
}

.recently .homes-address span {
  color: #666;
}

/* .recently .homes-content .homes-address a i {
  margin-right: 10px;
} */

.recently .homes-content .homes-list {
  padding: 0;
  margin: 0;
}

.recently .homes-content .homes-list li {
  width: 45%;
  font-size: 12px;
  line-height: 40px;
  list-style: none;
  color: black;
}

.recently .homes-content .homes-list li i {
  font-size: 12px;
  margin-right: 5px;
  color: black;
}

.recently .homes-content .homes-list span {
  color: #666;
}

.recently.portfolio .item {
  padding-bottom: 0px;
}

.recently.portfolio .homes {
  margin-bottom: 0px;
}

.recently .footer {
  background: none;
  border-top: 1px solid #e8e8e8;
  padding-top: 1rem;
  font-size: 12px;
  color: #666;
}

.recently .footer a {
  color: #666;
  text-decoration: none;
}

.recently .footer span {
  float: right;
}

.recently .footer i {
  margin-right: 5px;
  font-size: 12px;
  color: #666;
}

.hidden.photo-gallery {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.house-details.thehp-1 i {
  color: black;
  font-size: 12px;
  font-weight: 500;
}

.listing-item.compact.thehp-1 .listing-badges span,
.listing-item.compact.thehp-2 .listing-badges span {
  left: 15px;
  width: 77px !important;
  font-size: 0.8334rem;
  text-transform: uppercase;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 12px !important;
  color: #fff;
  border: none;
  background-color: black;
  display: inline-block;
  z-index: 1;
}

.listing-item.compact.thehp-2 .listing-badges span {
  width: 80px !important;
  background-color: #6449e7 !important;
}

.hp1 .agents-grid {
  padding-left: 0px;
  padding-right: 1.25rem;
}

.hp1 .slick-next {
  right: -60px;
}

.hp1 .slick-prev {
  left: -80px;
}

.hp1 div.partners-1,
.hp1 div.partners {
  padding: 2.6rem 0;
}

.hp1 .top-location .tp-caption p {
  color: #fff;
  margin-bottom: 0px;
}

.hp1 .top-location .tp-caption {
  bottom: 0px;
}

.hp1 .top-location .tp-caption p {
  opacity: 10;
}

.hp1 .blog-section .news-item-sm .news-img-link {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.hp1 .parallax-searchs.home15.thome-6 .hero-inner {
  padding: 293px 0;
}

.homepage-1 .full-l .project-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;

  border: 1px solid #e7e7e7;
}

.homepage-1 .how-it-works .serv-flex {
  -webkit-box-shadow: 0px 0px 1px #e7e7e7 !important;
  box-shadow: 0px 0px 1px #e7e7e7 !important;
  border: 1px solid #e7e7e7;
}

.homepage-1 .portfolio.full-l .homes-content {
  width: 60%;
}

.homepage-1 .portfolio.full-l .homes-content h3 a {
  color: #333;
  font-size: 12px;
}

.homepage-1 .first-footer .bloq-email .email input[type="submit"] {
  margin-top: 0px;
}

.homepage-1 .portfolio.full-l .project-head {
  border-radius: 3px 0 0 3px;
  max-height: 270px;
  max-width: -webkit-fill-available;
  margin: 0;
  position: relative;
  width: 410px;
}

.homepage-1 .portfolio .homes-content .homes-list li i {
  color: #2d2d2d;
  font-size: 12px;
}

.homepage-1 .portfolio .footer i {
  color: #2d2d2d;
  font-size: 12px;
}

.homepage-1 .portfolio.full-l .project-head:before {
  background: transparent !important;
}

.homepage-1 .portfolio.full-l .project-head img {
  opacity: 1 !important;
}

.homepage-1 .small-category-2,
.homepage-1 .blog-section .news-item,
.homepage-1 .team-block .inner-box {
  -webkit-box-shadow: 0px 0px 2px #e7e7e7;
  box-shadow: 0px 0px 2px #e7e7e7;
  border: 1px solid #e7e7e7;
}

.homepage-1 .team .team-social li a.facebook,
.homepage-1 .team .team-social li a.twitter,
.homepage-1 .team .team-social li a.instagram,
.homepage-1 .team .team-social li a.linkedin {
  background-color: rgba(74, 74, 76, 0.5);
}

@media screen and (max-width: 1024px) {
  .homepage-1 .portfolio.full-l .homes-content {
    width: 100%;
  }

  .homepage-1 .portfolio.full-l .project-head {
    width: 60%;
  }
}

@media screen and (max-width: 575px) {
  .hp1 .agents-grid {
    padding-left: 0px;
    padding-right: 1px;
    width: 100%;
  }

  .homepage-1 .full-l .project-single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .homepage-1 .portfolio.full-l .project-head {
    width: 100% !important;
  }

  .hp1 .blog-section .news-item-sm .news-img-link .news-item-img {
    padding-bottom: 75%;
  }
}

@media screen and (max-width: 767px) {
  .how-it-works .service-1 .serv.mb-0.pt.its-2 {
    margin-top: 2rem !important;
  }
}

@media screen and (max-width: 991px) {
  .hp1 .bgc {
    margin-top: 3rem;
  }

  .homepage-1 .portfolio.full-l .project-head {
    width: 100%;
  }
}

/*------ SECTION REQUEST ------*/

.hp1 section.request {
  padding: 6rem 0;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.3)),
      to(rgba(255, 255, 255, 0.3))
    ),
    url(../images/bg/bg-info3.jpg) no-repeat scroll center center;
  background: linear-gradient(
      rgba(255, 255, 255, 0.3),
      rgba(255, 255, 255, 0.3)
    ),
    url(../images/bg/bg-info3.jpg) no-repeat scroll center center;
  background-size: cover;
  position: relative;
  z-index: 3;
  color: #fff;
}

.hp1 .request h3 {
  margin-bottom: 2rem;
}

.hp1 .request ul li {
  list-style: none;
}

.hp1 .request ul {
  margin: 0;
  padding: 0;
}

.btn {
  margin-left: 0 !important;
}

.btn-outline-secondary:hover{
  color: white !important
}

.hp1 .request .btn {
  cursor: pointer;
  margin-top: 1rem;
  background: black;
}

.hp1 .request .btn:hover {
  background: black;
}

.hp1 .request .address-info p:last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .hp1 .request .offices h3:first-child {
    margin-top: 4rem;
  }
}

.hp1 label {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #000;
}

.hp1 form label.error {
  display: block;
  color: #005aa9;
  font-size: 14px !important;
  opacity: 1 !important;
}

.hp1 .request .form-control {
  background: #fff;
  border: 1px solid #e8e8e8;
}

.hp1 .request .contact-form input[type="text"] {
  height: 50px;
}

.hp1 .request .contact-form input[type="text"]:focus,
.hp1 .request .contact-form input[type="email"]:focus,
.hp1 .request .contact-form textarea:focus {
  border-color: black;
}

.hp1 .request .contact-form textarea {
  min-height: 100px;
  max-height: 100px;
}

.hp1 .successform,
.hp1 .errorform {
  display: none;
  height: 70px;
}

.hp1 .successform span,
.hp1 .errorform span {
  display: block;
}

.hp1 .successform span p,
.hp1 .errorform span p {
  margin-top: 15px;
}

.hp1 .successform span p {
  color: #01c15a;
  font-size: 2rem;
}

.hp1 .errorform span p {
  color: #c0392b;
}

.hp1 .bgc {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(43, 43, 43, 0.8)),
      to(rgba(43, 43, 43, 0.8))
    ),
    url(../images/bg/bg-testimonials.jpg) no-repeat center center;
  background: linear-gradient(rgba(43, 43, 43, 0.8), rgba(43, 43, 43, 0.8)),
    url(../images/bg/bg-testimonials.jpg) no-repeat center center;
  padding: 2rem;
  background-size: cover;
}

.hp1 .request h3 {
  text-transform: uppercase;

  font-size: 1.5rem;
  color: #fff;
}

.hp1 .request .btn {
  border: 0;
}

.hp1 .request h3::after {
  display: block;
  height: 3px;

  background-color: black;
  content: " ";
  width: 50px;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.hp1 .call-info h3 {
  margin-bottom: 2rem;
}

.hp1 .call-info h3::after {
  display: block;
  height: 3px;

  background-color: black;
  content: " ";
  width: 50px;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
  .hp1 .call-info {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}

.hp1 .call-info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

.hp1 .call-info .ti {
  margin-bottom: 0px;
}

.hp1 .cll:last-child {
  margin-bottom: 0px;
}

.hp1 .call-info .info p {
  margin: 0px;
  margin-left: 1.5rem;
  font-weight: 300;
}

.hp1 .call-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hp1 .call-info ul li .fa {
  font-size: 1.6rem;
  color: black;
}

.info-help .project-single {
  border: 0px !important;
}

/*----- HOVER EFFECT -----*/

.recently .project-single {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.recently .project-inner {
  position: relative;
  overflow: hidden;
}

.recently .project-head {
  position: relative;
  text-align: center;
}

.recently .project-head:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  z-index: 33;
  background: #121b22;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.recently .project-single:hover .project-head:before {
  opacity: 0.8;
}

.recently .project-head img {
  width: 100%;
  z-index: 2;
}

.recently .project-bottom {
  text-align: center;
  padding: 10px 0 0;
  position: absolute;
  width: 100%;
  text-align: left;
  z-index: 333;
  text-align: center;
  top: 50%;
  margin-top: -23.5px;
}

.recently .project-bottom h4 {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 800;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.recently .project-bottom h4:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}

.recently .project-single:hover .project-bottom h4 {
  opacity: 1;
  visibility: visible;
}

.recently .project-bottom h4 a {
  color: #fff;
  text-decoration: none;
}

.recently .project-bottom h4 span {
  display: block;
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
  font-weight: 400;
}

.recently .button-effect {
  position: absolute;
  text-align: left;
  bottom: 0;
  right: 0;
  z-index: 33;
  background: transparent;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  padding: 8px 15px;
  border-radius: 20px 0 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 0.7rem;
}

.recently .project-single:hover .button-effect {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.recently .button-effect .btn {
  display: inline-block;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin-right: 15px;
  border-radius: 100%;
  width: 31px;
  height: 31px;
  line-height: 31px;
  background: #fff;
  z-index: 99;
}

.recently .button-effect .btn:hover {
  color: #fff;
}

.recently .button-effect .btn:last-child {
  margin: 0;
}

.recently .load-button {
  margin-top: 50px;
}

.recently .load-button .btn {
  padding: 14px 30px;
  color: #fff;
  font-weight: 500;
  border: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0;
}

.recently .load-button .btn:hover {
  background: #353535;
}

.recently .button-effect .fa-link:before {
  content: "\f0c1";
  font-family: FontAwesome;
  color: #000;
}

.recently .button-effect .fa-video:before {
  content: "\f03d";
  font-family: FontAwesome;
  color: #000;
}

.recently .button-effect .fa-photo:before {
  content: "\f03e";
  font-family: FontAwesome;
  color: #000;
}

.recently.portfolio .item {
  padding-bottom: 0;
}

.recently.portfolio .project-single {
  margin-bottom: 0px;
}

.recently.portfolio.bshd .project-single {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.listing-hidden-content.blue {
  background: black;
}

/*----- SLICK CAROUSEL -----*/
/* Arrows */

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  background-color: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: block;
  top: calc(50% - 15px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}

.slick-prev:hover,
.slick-next:hover {
  color: transparent;
  outline: none;
  background: #fff;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1;
  outline: none;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: no-drop;
}

.slick-prev.slick-disabled:hover,
.slick-next.slick-disabled:hover {
  background: black;
  color: #fff;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  color: #2d2d2d;
}

.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  color: #2d2d2d;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  color: #fff;
  -webkit-transform: 0.5s ease;
  transform: 0.5s ease;
}

.slick-prev {
  left: -30px;
  border-radius: 50% !important;
  top: 50%;
  box-shadow: 0px 1px 2px 0px #00000026;
}

.slick-prev:before {
  content: "\f053";
  left: -1px;
}

.slick-next {
  right: -30px;
  border-radius: 50% !important;
  top: 50%;
  box-shadow: 0px 1px 2px 0px #00000026;
}

.slick-next:before {
  content: "\f054";
  right: -1px;
}

/* Dots */

.slick-dots {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

ul.slick-dots {
  margin-top: 20px;
  list-style-type: disc;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 3px;
  cursor: pointer;
}

.slick-dots li {
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: black;
  border: 0;
  position: relative;
  outline: none;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
  opacity: 1;
  border-radius: 50%;
  line-height: 0;
  -webkit-box-shadow: inset 0 0 0 2px black;
  box-shadow: inset 0 0 0 2px black;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slick-dots li.slick-active {
  -webkit-box-shadow: inset 0 0 0 6px black;
  box-shadow: inset 0 0 0 6px black;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slick-dots li:after {
  display: block;
  height: 13px;
  width: 13px;
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  background-color: black;
}

.slick-dots li.slick-active:after {
  opacity: 1;
}

.slick-dots button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  cursor: pointer;
}

.agents-grid {
  position: relative;
  background: transparent;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 12px !important;
  border: none;
}

.locations {
  border: solid 1px #dcdcdc !important;
  width: 140px !important;
}

@media screen and (max-width: 767px) {
  .recently.portfolio .item.no-pb.pbp-3 {
    padding-bottom: 1.6rem !important;
  }

  .agents-grid {
    margin-right: 0px;
  }

  .recently.portfolio .item.landscapes.no-pb {
    padding-bottom: 0px;
    margin-bottom: 12px !important;
  }

  .recently.portfolio .item.landscapes.no-pb:last-child {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .recently.portfolio .item {
    padding-bottom: 1.6rem;
  }

  .recently.portfolio .project-single {
    margin-bottom: 10px;
  }

  .recently.portfolio .item.no-pb {
    padding-bottom: 0px;
  }

  .recently.portfolio .project-single.no-mb {
    margin-bottom: 0px;
  }

  .recently.portfolio .item.landscapes.no-pb {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .recently .compare {
    margin-top: 0.8rem;
    margin-right: 0.2rem;
  }
}

@media screen and (max-width: 420px) {
  .recently .compare {
    margin-right: 0;
  }
}

/*-----------------------------------*/
/*------ 4. SECTION WELCOME ------*/
/*-----------------------------------*/

section.welcome {
  padding: 6rem 0;
  background: #fff;
}

.welcome-title h2 {
  color: #121b22;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.welcome-img {
  text-align: right;
}

.welcome-title h2 span,
.welcome-title h2 span {
  color: black;
  font-weight: 800;
}

.welcome-title h4 {
  color: #000;
  font-size: 22px;
  text-transform: uppercase;
}

.welcome-title {
  padding-bottom: 17px;
}

.welcome-content > p {
  color: #666;
  font-weight: 400;
}

.welcome-content > p span {
  color: #666;
  font-size: 12px;
  font-weight: 600;
}

.services-img,
.services-desc {
  display: inline-block;
}

.services-img {
  float: left;
  margin-right: 16px;
}

.services-desc > h6 {
  color: #555;
  font-weight: 600;
}

.services-desc > p {
  color: #666;
  font-weight: 400;
  margin: 0;
}

.w-single-services {
  margin-bottom: 31px;
}

.w-single-services.no-mb {
  margin-bottom: 0px;
}

.welcome-services {
  padding-top: 34px;
}

.single-services .welcome-title {
  padding-top: 43px;
}

.single-services .welcome-content {
  padding-top: 17px;
}

.welcome .popup-youtube {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  color: black;
  font-size: 30px;
  height: 70px;
  left: 50%;
  line-height: 70px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70px;
  z-index: 9;
}

.welcome .popup-youtube i {
  margin-left: 5px;
}

.welcome .wprt-image-video .iq-waves {
  height: 352px;
  height: 22rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 352px;
  width: 22rem;
  z-index: 2;
}

.welcome .wprt-image-video .iq-waves .waves {
  -webkit-animation: 3s ease-in-out 0s normal none infinite running waves;
  animation: 3s ease-in-out 0s normal none infinite running waves;
  background: #005aa9 none repeat scroll 0 0 padding-box;
  border-radius: 320px;
  height: 352px;
  height: 22rem;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  width: 352px;
  width: 22rem;
}

.welcome .wprt-image-video .iq-waves .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.welcome .wprt-image-video .iq-waves .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.welcome .wprt-image-video .iq-waves .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@-webkit-keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@media screen and (max-width: 991px) {
  .welcome .wprt-image-video {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .w-single-services.no-mb.mbx {
    margin-bottom: 31px;
  }
}

@media screen and (max-width: 575px) {
  .w-single-services.no-mb.mbx {
    margin-bottom: 31px;
  }

  .welcome-title h2 {
    font-size: 20px;
  }

  .welcome-title h4 {
    font-size: 12px;
  }

  .welcome-content > p span {
    font-size: 12px;
  }
}

/*------------------------------------*/
/*--- 5. SECTION PROPERTY SERVICES ---*/
/*------------------------------------*/

section.services-home {
  padding: 2.6rem 0;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.8)),
      to(rgba(255, 255, 255, 0.8))
    ),
    url(../images/bg/bg-counter.jpg) no-repeat center center;
  background: linear-gradient(
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0.8)
    ),
    url(../images/bg/bg-counter.jpg) no-repeat center center;
  background-attachment: fixed;
}

.services-home .service .media {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 50px;
  height: 75px;
  margin-top: -40px;
  width: 75px;
}

.services-home .service .media img {
  width: 100%;
}

.services-home .service .media i {
  font-size: 34px;
  width: 100%;
  text-align: center;
  height: 100%;
  line-height: 65px;
}

.services-home .bg-base {
  background: black;
}

.services-home .text-white {
  color: #ffffff !important;
}

.services-home .box-shadow-1,
.box-shadow-1-hover:hover,
.box-shadow-1:focus,
.box-shadow-1.focus {
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.06) !important;
}

.services-home .rounded-100 {
  border-radius: 100px;
}

.services-home .p-left-5 {
  padding-left: 5px !important;
}

.services-home .p-bottom-5 {
  padding-bottom: 5px !important;
}

.p-right-5 {
  padding-right: 5px !important;
}

.services-home .p-top-5 {
  padding-top: 5px !important;
}

.services-home .p-left-25 {
  padding-left: 25px !important;
}

.services-home .p-right-25 {
  padding-right: 25px !important;
}

.services-home .p-top-35 {
  padding-top: 35px !important;
}

.services-home .p-bottom-30 {
  padding-bottom: 30px !important;
}

.services-home .blog-section,
.agent-section,
.agency-section,
.profile-section {
  display: inline-block;
  width: 100%;
}

.services-home .text-bold-700 {
  color: #fff;
  font-weight: 600;
}

.services-home .m-bottom-15 {
  margin-bottom: 15px;
}

.services-home .agent-section p {
  color: #fff;
}

.services-home a.text-base {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.services-home .border-light {
  border-color: #eaeaea !important;
}

.services-home .border-1 {
  border-style: solid;
  border-width: 1px !important;
}

.services-home .badge-light-2,
.bg-light-2 {
  background: #121b22;
}

.services-home a.text-base:hover {
  color: black;
}

@media screen and (max-width: 991px) {
  .services-home .m-bottom-40 {
    margin-top: 4.5rem;
  }

  .services-home .m-top-0 {
    margin-top: 0px;
  }
}

/*------------------------------------*/
/*-- 6. SECTION FEATURED PROPERTIES --*/
/*------------------------------------*/
.homepage-9 .small-category-2 {
  background: #fff;
  border-radius: 12px !important;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0px;
  align-items: center;
  display: flex;
}

.homepage-9 .small-category-2-thumb {
  width: 135px;
  float: left;
  display: table;
  height: 100px;
  background: #fff;
  padding: 0px;
  border-radius: 50%;
}

.homepage-9 .small-category-2-thumb img {
  width: 135px !important;
  object-fit: cover;
  height: 100px;
  max-width: 135px !important;
}

.homepage-9 .sc-2-detail {
  display: table;
  margin-left: 15px;
  float: left;
  margin-right: 15px;
  font-size: 12px;
}

section.portfolio {
  background: #f7f7f7;
}

.portfolio .sec-title {
  margin-left: 0;
}

.portfolio .sec-title h2 span {
  font-weight: 600;
  color: #111;
}

.portfolio .sec-title h2 {
  color: black;
  margin-bottom: 0.5rem;
}

.portfolio .item {
  padding-bottom: 1.6rem;
}

.portfolio .filters-group {
  margin-top: 1.4rem;
  margin-bottom: 0px;
  padding-left: 0px;
  text-align: right;
  border-radius: 12px !important;
}

.portfolio .filters-group ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.portfolio .filters-group ul li {
  list-style: none;
  color: #000;
  display: inline-block;
  padding: 10px 15px;
  text-transform: capitalize;
  font-weight: 500;
  cursor: pointer;
  border-radius: 12px !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.portfolio .filters-group ul li:hover {
  background: black;
  color: #fff;
}

@media screen and (max-width: 543px) {
  .portfolio .filters-group ul {
    padding-left: 0px;
  }

  .portfolio .filters-group ul li:hover {
    background: none;
    color: #000;
  }
}

.portfolio .filters-group .active {
  background: #121b22;
  color: #fff;
}

.project-single {
  margin-bottom: 10px;
}

.project-single.no-mb {
  margin-bottom: 0px;
}

.portfolio .item.no-pb {
  padding-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .project-single.no-mb.last:last-child {
    margin-bottom: 0px;
  }

  .portfolio .filters-group {
    text-align: left;
    margin-bottom: 2rem;
  }

  .filters-group.col-md-6 {
    margin-left: 1rem;
  }

  .portfolio .item.sale.no-pb {
    padding-bottom: 1.6rem;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  .portfolio .item.landscapes.no-pb {
    padding-bottom: 1.6rem;
    margin-bottom: 10px;
  }

  .portfolio .item.landscapes.h-17.no-pb {
    padding-bottom: 30px;
    margin-bottom: 0px;
  }

  .project-single.mbx-10 {
    margin-bottom: 10px;
  }

  .featured .compare {
    margin-top: 0.9rem !important;
  }
}

.homes-img {
  display: block;
}

.homes,
.homes-img {
  position: relative;
  overflow: hidden;
}

.portfolio .homes .button {
  font-size: 12px;
  font-weight: 600;
  padding: 3px;
  border-radius: 12px !important;
  color: #fff;
  border: none;
  background-color: black;
  display: inline-block;
  z-index: 1;
}

.portfolio .homes-tag.featured {
  left: 10px;
  text-align: center;
  width: auto !important;
  margin-top: 10px;
}

.portfolio .homes-price,
.portfolio .homes-tag {
  position: absolute;
  z-index: 99;
}

.portfolio .homes-tag.sale {
  background: #005aa9 !important;
  width: 84px !important;
  height: 31px;
}

.portfolio .homes-tag.sale {
  right: 15px;
  margin-top: 15px;
  top: 0;
}

.portfolio .homes-tag.sale.rent {
  background: #ffb200 !important;
  color: #fff;
  z-index: 1;
}

.portfolio .price-properties {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 1rem;
}

.portfolio .compare {
  margin-top: 1.1rem;
  line-height: 0px;
}

.portfolio .compare a {
  margin-right: 1.5rem;
}

.portfolio .compare a:last-child {
  margin-right: 0px;
}

.portfolio .compare i {
  font-size: 12px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.portfolio .fa-exchange-alt {
  color: #666;
}

.portfolio .fa-exchange-alt:hover {
  color: #18ba60;
}

.portfolio .fa-share-alt {
  color: #666;
}

.portfolio .fa-share-alt:hover {
  color: #ffb200;
}

.button-effect-div .fa {
  color: black;
  font-size: 14px;
}

.portfolio .fa:hover {
  color: #005aa9;
}

.portfolio .homes-price {
  color: #fff;
  font-size: 13px !important;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 12px !important;
  background: #3a2c5f;
  bottom: 15px;
  left: 15px;
  z-index: 1;
}

.portfolio .homes-content h3.title a {
  font-size: 12px;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  text-decoration: none;
}

.portfolio .homes-content h3 {
  font-size: 12px;
  font-weight: 600;
  color: #444;
  height: 40px !important;
  margin-bottom: 3px;
}

.portfolio .homes-content h3 a {
  font-size: 1.2rem;
  font-weight: 600;
  color: #444;
  margin-bottom: 3px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio .homes-content h3 a:hover {
  color: black;
}

.price-properties h3 {
  margin-top: 1.3 !important;
  margin-bottom: 0px;
}

.portfolio .homes-content .homes-address {
  margin-top: 0px;
}

.portfolio .homes-content .homes-address .fa-map-marker {
  font-size: 12px;
  text-decoration: none;
  color: #18ba60;
}

.portfolio .homes-content .homes-address a {
  text-decoration: none;
}

.portfolio .homes-content .homes-address a span {
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 1px;
  text-decoration: none;
}

.portfolio .homes-address span {
  color: #666;
}

.portfolio .homes-content .homes-address a i {
  margin-right: 10px;
}

.portfolio .homes-content .homes-list {
  padding-left: 0px;
  padding-bottom: 0.9rem;
  margin: 0;
}

.portfolio .homes-content .homes-list li {
  /* width: 33%; */
  float: left;
  font-size: 12px;
  line-height: 40px;
  list-style: none;
  color: black;
}

.portfolio .homes-content .homes-list li i {
  font-size: 12px;
  margin-right: 5px;
}

.portfolio .homes-content .homes-list span {
  color: black;
  font-weight: 600;
}

.portfolio .footer {
  background: none;
  border-top: 1px solid #e8e8e8;
  padding-top: 1rem;
  font-size: 12px;
  color: #666;
}

.portfolio .footer a {
  color: #666;
  text-decoration: none;
}

.portfolio .footer span {
  float: right;
}

.portfolio .footer i {
  margin-right: 5px;
  color: #2d2d2d;
  font-size: 12px;
}

/*----- HOVER EFFECT -----*/

.portfolio .project-single {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.portfolio .project-inner {
  position: relative;
  overflow: hidden;
}

.portfolio .project-head {
  position: relative;
  text-align: center;
  border-radius: 12px;
}

.me-10px {
  margin-right: 10px !important;
}

.border-radius-100px {
  border-radius: 100px !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.p-20px {
  padding: 20px !important;
}

.border-color-transparent-dark-very-light {
  border-color: rgba(35, 35, 35, 0.1) !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
  border: 1px solid #dee2e6;
  border-radius: 30px 0 0 30px;
}

.border-send {
  border: 1px solid #dee2e6;
  border-radius: 0 30px 30px 0;
}

.ls-minus-05px {
  letter-spacing: -0.5px !important;
}

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

.pb-15px {
  padding-bottom: 15px !important;
}

.w-90 {
  width: 90% !important;
}

.border-color-dark-gray {
  border-color: #353642 !important;
}

.icon-small {
  font-size: 18px;
}

.opacity-3 {
  opacity: 0.3;
}

.ls-minus-1px {
  letter-spacing: -1px !important;
}

.bottom-10px {
  bottom: 10px;
}

.h-10px {
  height: 10px !important;
}

.text-highlight {
  position: relative;
  z-index: 1;
}

.text-highlight span {
  display: inline-block;
  left: -3px;
  position: absolute;
  z-index: -1;
  width: calc(100% + 6px);
}

.border-radius-100px {
  border-radius: 100px !important;
}

.bg-base-color,
.header-cart-icon .cart-count {
  background-color: #30bd9b;
}

.portfolio .project-head:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  z-index: 1;
  background: #121b22;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.portfolio .project-single:hover .project-head:before {
  opacity: 0.8;
}

.project-slide-img {
  height: 250px;
}

.brandImageStyle {
  object-fit: cover !important;
  padding: 0;
  margin: 0;
  width: 70px !important;
  height: 70px !important;
  object-fit: cover;
  margin: 0 auto !important;
  /* margin-bottom: 12px !important; */
  /* border: 1px solid #e8e8e8; */
  z-index: 2;
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  height: 68px;
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .brandImageStyle {
    margin-bottom: 0 !important;
    width: 70px !important;
    height: 70px !important;
  }
}

.project-head:hover .brandImageStyle {
  border: 1px solid #005aa9;
}

/* Basit switch-slider tasarımı */
.switch-slider {
  position: relative;
  display: inline-block;
  width: 63px;
  height: 24px;
}

.switch-slider input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-slider .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  border-radius: 20px;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-slider .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-slider input:checked + .slider {
  background-color: #2196f3;
}

.switch-slider input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

.switch-slider input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.portfolio .project-head img {
  width: 100%;
  z-index: 2;
}

.brand-image-pp {
  width: 52px;
  z-index: 2;
  height: 52px !important;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 50%;
}

.portfolio .project-bottom {
  text-align: center;
  padding: 10px 0 0;
  position: absolute;
  width: 100%;
  text-align: left;
  z-index: 333;
  text-align: center;
  top: 50%;
  margin-top: -23.5px;
}

.portfolio .project-bottom h4 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.portfolio .project-bottom h4:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}

.location-card {
  padding: 15px 10px;
}

.location-card .location-card-head {
  justify-content: center;
  display: flex;
}

.location-card .location-card-head img {
  width: 50px;
}

.location-card .location-card-body {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.location-card .location-card-body p {
  margin: 0;
  padding: 0;
}

.portfolio .project-single:hover .project-bottom h4 {
  opacity: 1;
  visibility: visible;
}

.portfolio .project-bottom h4 a {
  color: #fff;
  text-decoration: none;
}

.portfolio .project-bottom h4 span {
  display: block;
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
  font-weight: 400;
}

.portfolio .button-effect {
  position: absolute;
  text-align: left;
  bottom: 0;
  right: 0;
  z-index: 33;
  background: transparent;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  padding: 8px 15px;
  border-radius: 20px 0 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 0.7rem;
}

.portfolio .project-single:hover .button-effect {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.portfolio .button-effect .btn {
  display: inline-block;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin-right: 15px;
  border-radius: 100%;
  width: 31px;
  height: 31px;
  line-height: 31px;
  background: #fff;
  z-index: 99;
}

.portfolio .button-effect .btn:hover {
  color: #fff;
}

.portfolio .button-effect .btn:last-child {
  margin: 0;
}

.portfolio .load-button {
  margin-top: 50px;
}

.portfolio .load-button .btn {
  padding: 14px 30px;
  color: #fff;
  font-weight: 500;
  border: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0;
}

.portfolio .load-button .btn:hover {
  background: #353535;
}

.portfolio .button-effect .fa-link:before {
  content: "\f0c1";
  font-family: FontAwesome;
  color: #000;
}

.portfolio .button-effect .fa-video:before {
  content: "\f03d";
  font-family: FontAwesome;
  color: #000;
}

.portfolio .button-effect .fa-photo:before {
  content: "\f03e";
  font-family: FontAwesome;
  color: #000;
}

/*------ BUTTOM HOVER EFFECT ------*/

.bg-all {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.btn-outline-light {
  background-color: white;
  color: #dedede;
  border: 1px solid #dedede;
  font-size: 12px;
  font-weight: 400;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*------------------------------------*/
/*--- 7. SECTION POPULAR PLACES ---*/
/*------------------------------------*/

section.popular-places {
  padding: 1rem 0;
  background: #fff;
}

.popular-places .img-box {
  height: 200px;
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.5rem;
  z-index: 90;
  border-radius: 12px !important;
}

.popular-places .img-box.no-mb {
  margin-bottom: 0px;
}

.popular-places .img-box:hover {
  background: black;
}

.popular-places .img-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  content: "";
  background-color: #121b22;
  opacity: 0;
  z-index: 99;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.popular-places .listing-badges {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  display: block;
  font-size: 12px;

  padding: 0px;
  overflow: hidden;
  height: 100px;
}

.popular-places .listing-badges .featured {
  background-color: #18ba60;
  float: left;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: -67px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 12.5px;
  margin: 0;
}

.popular-places .listing-badges span {
  color: #fff;
  display: inline-block;
  padding: 1px 10px;
  float: right;
  background-color: rgba(74, 74, 76, 0.7);
  border-radius: 12px !important;
  top: 15px;
  right: 15px;
  position: absolute;
}

.popular-places .img-box-content {
  position: absolute;
  z-index: 101;
  top: 50%;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  -webkit-transform: translate(0, -50.5%);
  transform: translate(0, -50.5%);
}

.popular-places .img-box-content h4 {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin: 0;
}

.popular-places .img-box-content span {
  font-size: 12px;
  color: #fff;
}

.popular-places .img-box img {
  background-size: cover;
  background-position: 50%;
  width: 100%;
  -webkit-transition: all 0.55s;
  transition: all 0.55s;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}

@media screen and (max-width: 767px) {
  .popular-places .img-box.no-mb {
    margin-bottom: 1.5rem;
  }

  .popular-places .img-box.no-mb.x3 {
    margin-bottom: 0px;
  }
}

/*----- HOVER EFFECT -----*/

.popular-places .hover-effect img {
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.popular-places .hover-effect:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/*--------------------------------------*/
/*--- 8. SECTION POPULAR PLACES 2 ---*/
/*--------------------------------------*/

section.feature-cities-1 {
  padding: 6rem 0;
  background: #ffffff;
}

.feature-cities-1 .img-box {
  height: 290px;
  display: inline-block;
  position: relative;
  border-radius: 12px !important;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  z-index: 90;
  border-radius: 12px !important;
}

.feature-cities-1 .col-lg-4.col-md-6 a {
  padding: 20px;
}

.feature-cities-1 .img-box.no-mb {
  margin-bottom: 0px;
}

.feature-cities-1 .img-box:hover {
  background: black;
}

.feature-cities-1 .img-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 12px !important;
  height: 100%;
  display: block;
  content: "";
  background-color: #121b22;
  opacity: 0.3;
  z-index: 99;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.feature-cities-1 .listing-badges {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  display: block;
  font-size: 12px;

  padding: 0px;
  overflow: hidden;
  height: 100px;
}

.feature-cities-1 .listing-badges .featured {
  background-color: black;
  float: right;
  border-radius: 20px;
  right: 23px;
  top: 23px;
  font-weight: 400;
  position: relative;
  text-align: center;
  width: 120px;
  font-size: 12px;
  margin: 0;
}

.feature-cities-1 .listing-badges span {
  color: #fff;
  display: inline-block;
  padding: 5px;
  float: right;
  background-color: rgba(74, 74, 76, 0.9);
  border-radius: 12px !important;
  top: 15px;
  right: 15px;
  position: absolute;
}

.feature-cities-1 .img-box-content {
  position: absolute;
  z-index: 101;
  top: 73%;
  margin: 0 auto;
  text-align: left;
  -webkit-transform: translate(0, -50.5%);
  transform: translate(0, -50.5%);
}

.feature-cities-1 .img-box-content h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  color: #fff;
}

.feature-cities-1 .img-box-content span,
.feature-cities-1 .img-box-content pre {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}

.feature-cities-1 .img-box img {
  background-size: cover;
  background-position: 50%;
  width: 100%;
  height: 100%;
  border-radius: 12px !important;
  -webkit-transition: all 0.55s;
  transition: all 0.55s;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}

/*----- HOVER EFFECT -----*/

.feature-cities-1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 2;
}

.hover-effect img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.hover-effect:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

@media screen and (max-width: 767px) {
  .feature-cities-1 .img-box.no-mb,
  .feature-cities-1 .img-box {
    margin-bottom: 30px;
  }

  .feature-cities-1 .mt {
    margin-top: 30px;
  }

  .feature-cities-1 .img-box.no-mb.x3 {
    margin-bottom: 0px;
  }

  .feature-cities-1 .img-box {
    height: 350px;
  }

  .feature-cities-1 .img-box img {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .feature-cities-1 .img-box img,
  .feature-cities-1 .img-box {
    height: 286px;
  }
}

/*-----------------------------------*/
/*------ 9. SECTION OUR AGENTS ------*/
/*-----------------------------------*/

section.team {
  padding: 2.6rem 0;
  background: #f6f6f6;
}

.team .sec-title {
  margin-left: 1rem;
}

.team .sec-title h2 span {
  font-weight: 600;
  color: #111;
}

.team .sec-title h2 {
  color: black;
  margin-bottom: 0.5rem;
}

.team .team-all {
  padding: 0;
  margin: 0;
}

.team-wrap {
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.team-img {
  position: relative;
  z-index: 9;
}

.team-img img {
  width: 100%;
}

.team-content {
  height: 80px;
  width: 100%;
  bottom: 0;
  border: 1px solid #e8e8e8;
  position: absolute;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 9;
  background: #fff;
}

.team-wrap:hover .team-content {
  height: 120px;
}

.team-info {
  background: #fff;
  padding: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.team-wrap:hover .team-content .team-info {
  background: #fff;
}

.team-content h3 {
  text-transform: capitalize;
  margin-bottom: 0px;
  color: #444;
  font-size: 12px;
}

.team-content p {
  color: #666;
  font-style: italic;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
}

.team-content ul {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.6s;
  transition: opacity 0.4s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.4s;
  transition: transform 0.6s, opacity 0.4s, -webkit-transform 0.6s;
}

.team-wrap:hover .team-content ul {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.6s;
  transition: opacity 0.4s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.4s;
  transition: transform 0.6s, opacity 0.4s, -webkit-transform 0.6s;
  margin-bottom: 10px;
}

.team-content ul li {
  opacity: 0;
  padding: 0.3rem 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: opacity 0.1s, -webkit-transform 0.6s;
  transition: opacity 0.1s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.1s;
  transition: transform 0.6s, opacity 0.1s, -webkit-transform 0.6s;
  display: inline-block;
}

.team-wrap:hover .team-content ul li {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.team-wrap:hover .team-content ul li:nth-child(1) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.team-wrap:hover .team-content ul li:nth-child(2) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.team-wrap:hover .team-content ul li:nth-child(3) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.team-wrap:hover .team-content ul li:nth-child(4) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.team-wrap:hover .team-content ul li:nth-child(5) {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.team-socials ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team-content span a {
  color: #000;
  -webkit-transition: all 1s;
  transition: all 1s;
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
}

.team-wrap:hover .team-content span a {
  bottom: 6px;
}

.team-content span a:hover {
  color: #121b22;
}

.team .team-pro ul {
  padding: 0;
  margin: 0;
}

.team .team-pro ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team .team-pro .fa {
  font-size: 1.2rem;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 12px !important;
  color: #fff;
  margin: 0 0.5rem;
  width: 2.1rem;
  height: 2.1rem;
  line-height: 2.1rem;
}

.team .team-all.padding {
  padding-bottom: 2.5rem;
}

@media screen and (max-width: 991px) {
  .team .team-pro {
    padding-bottom: 2.5rem;
  }

  .team .team-pro:last-child {
    padding-bottom: 0px;
  }

  .team .pb-none {
    padding-bottom: 0px;
  }

  .team .team-all.padding {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .team .pb-none {
    padding-bottom: 2.5rem;
  }
}

.team .team-pro .fa.fa-facebook {
  background: #3b5998;
}

.team .team-pro .fa.fa-twitter {
  background: #1da1f2;
}

.team .team-pro .fa.fa-instagram {
  background: #e1306c;
}

/*------------------------------------*/
/*----- 10. SECTION TOP LOCATION -----*/
/*------------------------------------*/

section.top-location {
  padding: 6rem 0;
  background: #fff;
  text-align: center;
}

.top-location .item {
  position: relative;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
}

.top-location .item:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(16, 37, 46, 0)),
    color-stop(150%, #10252e)
  );
  background: linear-gradient(to bottom, rgba(16, 37, 46, 0) 0%, #10252e 150%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.top-location .tp-caption {
  position: absolute;
  left: 0;
  bottom: -50px;
  padding: 20px;
  width: 100%;
  z-index: 99;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.top-location .tp-caption h6 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0 0 5px;
}

.top-location .tp-caption strong {
  color: #fff;
  font-weight: 400;
  margin: 0 0 10px;
  display: block;
}

.top-location .tp-caption p {
  color: #18ba60;

  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.top-location .item:hover .tp-caption {
  bottom: 0px;
}

.top-location .item:hover .tp-caption p {
  opacity: 1;
}

.top-location h4 {
  font-weight: 600;
  font-size: 1.2rem;
  top: 27px;
  z-index: 9;
  color: #fff;
  margin: 0px !important;
  padding: 0px !important;
  line-height: 0px !important;
  position: relative;
}

.top-location .owl-theme .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  z-index: 9999;
  width: 18%;
  margin: auto;
  background: #121b22;
  height: 54px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .top-location .owl-theme .owl-nav {
    width: 50%;
  }
}

@media screen and (max-width: 575px) {
  .top-location .owl-theme .owl-nav {
    width: 70%;
  }
}

@media screen and (max-width: 400px) {
  .top-location h4 {
    font-size: 0.9rem;
  }
}

.top-location .owl-theme .owl-nav [class*="owl-"] {
  margin: 0;
  padding: 0;
  background: black;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
  font-size: 0;
}

.top-location .owl-prev {
  width: 54px;
  height: 54px;
  background: #fff;
  position: relative;
  float: left;
  border-right: 1px solid #121b22;
}

.top-location .owl-prev:after {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 20px;
  color: #fff !important;
}

.top-location .owl-next {
  width: 54px;
  height: 54px;
  background: #fff;
  position: relative;
  float: right;
  border-left: 1px solid #121b22;
}

.top-location .owl-prev:after {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 36px;
  color: #fff !important;
  line-height: 52px;
}

.top-location .owl-next:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 36px;
  color: #fff !important;
  line-height: 52px;
}

/*------------------------------------*/
/*--------- 11. SECTION BLOG ---------*/
/*------------------------------------*/

section.blog-section {
  padding: 2.6rem 0;
  background: #f7f7f7;
}

.blog-section .news-item {
  background: #fff;
  -webkit-box-shadow: 0px 0px 1px #e7e7e7 !important;
  box-shadow: 0px 0px 1px #e7e7e7 !important;
  overflow: hidden;
}

.blog-section .news-item.-news-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blog-section .news-item-descr.big-news {
  height: 106px;
}

.blog-section .news-item h3 {
  color: #222;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.blog-section .news-item.-news-slider-item {
  height: 100%;
}

.blog-section .news-item.-news-slider {
  height: auto;
}

.blog-section .news-item a:hover {
  text-decoration: none;
}

.blog-section .news-item a:hover h3 {
  color: black;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.blog-section .news-item .news-img-link.-news-page {
  display: block;
  position: relative;
  padding-bottom: 69%;
  width: 100%;
}

.blog-section .news-item .news-img-link.-news-page .resp-img {
  background-size: cover;
}

.blog-section .resp-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-section .news-item-img .resp-img {
  background-size: cover;
}

.blog-section .news-item-img {
  position: relative;
  width: 100%;
}

.blog-section .news-item-img .resp-img {
  background-size: cover;
}

.blog-section .news-item-text {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.blog-section .news-item-text-header {
  display: block;
}

.blog-section .news-item .date {
  display: block;
  margin-bottom: 9px;
  font-size: 12px;
  color: #333;
}

.blog-section .dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.3rem;
}

.blog-section .news-item-bottom img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.blog-section .admin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-section .admin p {
  font-size: 12px;
  font-weight: 600;
  margin-top: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0px;
}

.blog-section .news-item-descr {
  margin: 6px 0px 20px 0px;
  height: 80px;
}

.blog-section .news-item-descr p {
  color: #666;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

.blog-section .news-item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-section .action-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8rem;
  color: #333;
}

.blog-section .action-list .fa-comment {
  color: black;
}

.blog-section .action-list .fa-share-alt {
  color: black;
}

.blog-section .action-list .fa-heart {
  color: black;
}

.blog-section ul.action-list {
  margin-bottom: 0px;
}

.blog-section .action-item {
  display: inline-block;
  padding-left: 15px;
}

.blog-section .news-slider-wrap .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-section .news-item-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 29px;
}

.blog-section .news-item-sm.last {
  margin-bottom: 0px;
}

.blog-section .news-item-sm .news-img-link {
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  position: relative;
}

.blog-section .news-item-sm .news-img-link .news-item-img {
  position: absolute;
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.blog-section .news-item-sm .news-item-text {
  -ms-flex-preferred-size: 66.6%;
  flex-basis: 66.6%;
  padding: 15px 20px;
}

.blog-section .news-item-sm .news-item-descr {
  height: 52px;
}

.blog-section .news-link {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  color: black;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.blog-section .news-link:hover {
  color: #121b22;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

@media screen and (max-width: 1199px) {
  .blog-section .news-item.news-item-sm.mb,
  .blog-section .news-item {
    margin-bottom: 0px;
  }

  .blog-section .news-item.no-mb {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .blog-section .news-item {
    margin-bottom: 2.5rem;
  }

  .blog-section .news-item.no-mb:last-child {
    margin-bottom: 0px;
  }

  .blog-section .news-item-sm .news-img-link {
    -ms-flex-preferred-size: 33.5%;
    flex-basis: 33.5%;
  }
}

@media screen and (min-width: 1025px) {
  .blog-section .news-item.min-last {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 577px) {
  .blog-section .news-item-sm {
    display: block;
  }

  .blog-section .news-item-sm .news-img-link .news-item-img {
    position: relative;
    padding-bottom: 69%;
  }

  .blog-section .news-item-sm {
    border-radius: 0px;
  }
}

@media screen and (max-width: 414px) {
  .blog-section .news-item-descr p,
  .blog-section .news-item-descr {
    overflow: hidden;
  }

  .blog-section ul.action-list {
    padding-left: 0px;
  }

  .blog-section .news-link {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 1024px) {
  .blog-section .news-item-sm .news-img-link {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
  }
}

/*-----------------------------------*/
/*----- 12. SECTION TESTIMONIALS ----*/
/*-----------------------------------*/

section.testimonials {
  background: #fff;
  padding: 2.6rem 0;
}

.testimonials .title-style h2,
.testimonials .title-style p {
  color: black;
}

.testimonials .title-style span {
  color: #000;
}

.testimonials .title-icon:before {
  content: "";
  width: 100px;
  height: 2px;
  background: #121b22;
  position: absolute;
  top: 14px;
  left: -80px;
}

.testimonials .title-icon:after {
  content: "";
  width: 100px;
  height: 2px;
  background: #121b22;
  position: absolute;
  top: 14px;
  right: -80px;
}

.testimonials .title-icon i {
  color: black;
  font-size: 1.8rem;
  margin-top: 1px;
}

.testimonials .owl-carousel .test-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  color: #000;
  padding: 2rem;
  border-radius: 12px;
}

.testimonials .test-1 img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonials .test-1 p {
  text-align: center;
  font-weight: 400;
  font-style: italic;
  margin: 0.3rem auto 0;
  max-width: 500px;
  color: #666;
}

.testimonials .test-1 p::before {
  content: "\f10d ";
  font-size: 1.2rem;
  font-family: fontawesome;
  left: 136px;
  top: -24px;
  position: relative;
  color: black;
}

.testimonials .test-1 p::after {
  bottom: 4px;
  content: "\f10e";
  font-size: 0.7rem;
  font-family: fontawesome;
  color: #fff;
  right: -6px;
  top: 0px;
  position: relative;
  color: #fff;
}

.testimonials .test-1 h3 {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
  color: black;
  font-weight: 600;
}

.testimonials .test-1 h6 {
  text-align: center;
  font-weight: 400;
  margin-bottom: 0px;
  color: #000;
}

.owl-dots {
  text-align: center;
  margin-top: 1.3rem;
  line-height: 0;
}

.owl-dot {
  border-radius: 50px;
  height: 10px;
  width: 10px;
  display: inline-block;
  background: #121b22 !important;
  margin-left: 5px;
  margin-right: 5px;
}

.owl-dot.active {
  background: black !important;
}

.starts {
  list-style: none;
  margin-top: 0.4rem;
  padding: 0px;
}

.starts li {
  text-align: center;
  display: inline-block;
  margin-bottom: 1.8rem;
}

.starts .fa {
  color: #ffc107 !important;
}

@media screen and (max-width: 767px) {
  .testimonials .test-1 p::before {
    left: 190px !important;
  }
  .mblYzd {
    width: 100% !important;
  }
}

@media screen and (max-width: 414px) {
  .testimonials .test-1 p::before {
    left: 135px !important;
  }
}

@media screen and (max-width: 360px) {
  .testimonials .test-1 p::before {
    left: 105px !important;
  }
}

/*-----------------------------------*/
/*------ 13. SECTION PARTNERS ------*/
/*-----------------------------------*/

div.partners-1,
div.partners {
  padding: 3rem 0;
  background: #f7f7f7;
  color: #000;
}

.partners-1 .style2 .owl-item img,
.partners .style2 .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.partners-1 .style2 img {
  background: #fff;
  width: 100px;
  opacity: 0.5;
  border-radius: 12px;
}

.partners .style2 img {
  width: 100%;
  opacity: 0.5;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*-----------------------------------*/
/*------ 14. SECTION COUNTER UP -----*/
/*-----------------------------------*/

section.counterup {
  padding: 6rem 0;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.8)),
      to(rgba(255, 255, 255, 0.8))
    ),
    url(../images/bg/bg-counter2.jpg) no-repeat center center;
  background: linear-gradient(
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0.8)
    ),
    url(../images/bg/bg-counter2.jpg) no-repeat center center;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
}

.counterup .section-title {
  padding-bottom: 3.5rem;
}

.counterup .title-icon:before {
  content: "";
  width: 100px;
  height: 2px;
  background: black;
  position: absolute;
  top: 14px;
  left: -80px;
}

.counterup .title-icon:after {
  content: "";
  width: 100px;
  height: 2px;
  background: black;
  position: absolute;
  top: 14px;
  right: -80px;
}

.counterup .title-icon i {
  color: #121b22;
  font-size: 1.8rem;
  margin-top: 1px;
}

.counterup .countr .fa {
  font-size: 3rem;
  color: black;
  border-radius: 12px !important;
  margin-right: 1.5rem;
}

.counterup .countr p {
  font-size: 30px;
  font-weight: 700;
  color: #121b22;
}

.counterup .title-style h2,
.counterup .title-style p {
  color: black;
}

.counterup .title-style span {
  color: #121b22;
}

.counterup .countr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.counterup .count-me h3 {
  font-family: "Inter", sans-serif !important;
  text-transform: capitalize;
  color: #121b22;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
  .counterup .countr h3 {
    margin-bottom: 5rem;
  }

  .counterup .countr.mb-0 h3 {
    margin-bottom: 0px;
  }

  .counterup .countr {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .counterup .countr p {
    padding: 0px;
  }

  h3.specific:last-child {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .counterup .countr.mb-0 h3 {
    margin-bottom: 5rem;
  }

  .counterup .countr.mb-0.last {
    margin-right: 1rem;
  }

  .counterup .countr.mb-0.last h3 {
    margin-bottom: 0px;
  }

  .counterup .countr .fa {
    margin-top: 0px;
  }
}

/*-----------------------------------*/
/*------ 15. SECTION FOOTER ------*/
/*-----------------------------------*/

.first-footer .top-footer {
  background: linear-gradient(
    to bottom,
    rgba(227, 232, 239, 0.3) 0%,
    rgba(227, 232, 239, 0) 40%
  ) !important;

  padding: 4rem 0 0 0;
}

.first-footer .logo img {
  width: 200px;
  height: auto;
  margin-bottom: 1.6rem;
}

.about_content h3 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .first-footer .netabout {
    margin-bottom: 0px;
  }

  .first-footer .netabout p {
    margin-bottom: 2rem !important;
  }
}

.first-footer .netabout h3 {
  margin-bottom: 2rem;
}

.first-footer .netabout h3::after {
  display: block;
  height: 3px;

  background-color: #fff;
  content: " ";
  width: 50px;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.first-footer .netabout p {
  margin-bottom: 1.5rem;
  font-weight: 400;
  color: rgba(245, 255, 255, 0.8);
}

.first-footer .netsocials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.first-footer .netsocials a .fa,
.first-footer .netsocials a .fab {
  font-size: 12px;
  text-align: center;
  background: transparent;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-right: 1.5rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.first-footer .netsocials a .fa-facebook {
  background: transparent;
  color: #fff;
}

.first-footer .netsocials a .fa-facebook:hover {
  background: #3b5998;
  color: #fff;
}

.first-footer .netsocials a .fa-twitter {
  background: transparent;
  color: #fff;
}

.first-footer .netsocials a .fa-twitter:hover {
  background: #1da1f2;
  color: #fff;
}

.first-footer .netsocials a .fa-instagram {
  background: transparent;
  color: #fff;
}

.first-footer .netsocials a .fa-instagram:hover {
  background: #e1306c;
  color: #fff;
}

.first-footer .netsocials a .fa-whatsapp {
  background: transparent;
  color: #fff;
}

.first-footer .netsocials a .fa-whatsapp:hover {
  background: #379a37;
  color: #fff;
}

.first-footer .netsocials a .fa-youtube {
  background: transparent;
  color: #fff;
  margin-right: 0px;
}

.first-footer .netsocials a .fa-youtube:hover {
  background: #cd201f;
  color: #fff;
}

.homepage-2 .first-footer .netsocials a .fa-facebook,
.homepage-5 .first-footer .netsocials a .fa-facebook,
.int_white_bg .first-footer .netsocials a .fa-facebook,
.th-17 .first-footer .netsocials a .fa-facebook {
  background: #3b5998;
}

.homepage-2 .first-footer .netsocials a .fa-twitter,
.homepage-5 .first-footer .netsocials a .fa-twitter,
.int_white_bg .first-footer .netsocials a .fa-twitter,
.th-17 .first-footer .netsocials a .fa-twitter {
  background: #1da1f2;
}

.homepage-2 .first-footer .netsocials a .fa-instagram,
.homepage-5 .first-footer .netsocials a .fa-instagram,
.int_white_bg .first-footer .netsocials a .fa-instagram,
.th-17 .first-footer .netsocials a .fa-instagram {
  background: #e1306c;
}

.homepage-2 .first-footer .netsocials a .fa-whatsapp,
.homepage-5 .first-footer .netsocials a .fa-whatsapp,
.int_white_bg .first-footer .netsocials a .fa-whatsapp,
.th-17 .first-footer .netsocials a .fa-whatsapp {
  background: #379a37;
}

.homepage-2 .first-footer .netsocials a .fa-youtube,
.homepage-5 .first-footer .netsocials a .fa-youtube,
.int_white_bg .first-footer .netsocials a .fa-youtube,
.th-17 .first-footer .netsocials a .fa-youtube {
  background: #cd201f;
}

@media screen and (max-width: 768px) {
  /* .mobileHousingBrands {
    height: 200px !important;
  } */
  .gp10 {
    gap: 10px;
  }
  .first-footer .logo img {
    width: 200px;
    height: auto;
    margin-bottom: 1.6rem;
  }

  .second-footer .container {
    margin-bottom: 80px;
  }

  .homepage-2 .second-footer .container-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 1025px) {
  .homepage-2 .first-footer .netsocials {
    margin-right: 70px;
  }
}

.first-footer h3 {
  margin-bottom: 2rem;
  color: white !important;
}

.first-footer .contactus h3::after {
  display: block;
  height: 3px;

  background-color: black;
  content: " ";
  width: 50px;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.first-footer .contactus ul li:last-child,
.first-footer .contactus .info:last-child {
  margin-bottom: 0px !important;
}

@media screen and (max-width: 767px) {
  .first-footer .top-footer {
    padding-bottom: 3rem;
  }
}

.first-footer .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.6rem;
}

.first-footer .contactus .ti {
  margin-bottom: 0px;
}

.first-footer .info p {
  margin: 0px;
  font-size: 12px;
  color: rgba(245, 255, 255, 0.8);
  margin-left: 1rem;
  line-height: 1.1;
  font-weight: 400;
}

.first-footer .contactus ul li {
  margin-bottom: 1.1rem;
}

.first-footer .contactus ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.first-footer .contactus ul li .fa {
  font-size: 12px;
  color: #fff;
}

.navigation h3 {
  margin-bottom: 2rem;
}

.navigation h2 {
  top: 0;
  left: 0;
  margin: 0px !important;
  margin-bottom: 0.5rem !important;
  text-align: left !important;
}

.first-footer .nav-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navigation ul li a:hover {
  color: #1849a9 !important;
  text-decoration: underline;
}
.navigation ul li a {
  color: rgba(18, 25, 38, 1) !important;
}

/* .first-footer .navigation h3::after {
  display: block;
  height: 3px;

  background-color: black;
  content: " ";
  width: 50px;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
} */

@media screen and (max-width: 991px) {
  .first-footer .navigation h3 {
    margin-top: 0px;
  }

  .navigation ul {
    margin-bottom: 0px;
  }

  .navigation ul li.no-mgb {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .first-footer .navigation h3 {
    margin-top: 3rem;
    font-size: 13px !important;
  }
}

.navigation ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
}

.navigation ul li {
  margin-bottom: 1.2rem;
}

.navigation ul li:last-child {
  border-bottom: none;
  /* Remove the border for the last list item */
}

.navigation ul li.no-mgb {
  margin-bottom: 0px;
}

.navigation ul li a {
  font-size: 12px;
  text-decoration: none;
  color: rgba(245, 255, 255, 0.8);
  font-weight: 400;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navigation ul li a:hover {
  color: white;
}

.navigation a {
  display: block;
  margin-bottom: 0.6rem;
  padding: 1px;
  color: white !important;
}

.navigation .nav-right {
  margin-left: 2rem;
}

.first-footer .widget h3::after {
  display: block;
  height: 3px;

  background-color: black;
  content: " ";
  width: 50px;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.twitter-widget.contuct .single-item {
  position: relative;
  margin-bottom: 25px;
}

.twitter-widget.contuct .single-item:last-child {
  margin-bottom: 0px;
}

.twitter-widget.contuct .twitter-area .icon-holder {
  position: absolute;
  left: 0;
  top: 0;
}

.twitter-widget.contuct .twitter-area .icon-holder i {
  color: #fff;
}

.twitter-widget.contuct .twitter-area .text {
  padding: 0px 0px 0px 30px;
}

.twitter-widget.contuct .twitter-area .text h5,
.inner-pages .twitter-widget.contuct .twitter-area .text h5 {
  font-size: 12px;
  color: rgba(245, 255, 255, 0.8);
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.3rem;
}

.twitter-widget.contuct .twitter-area .text h5 a,
.inner-pages .twitter-widget.contuct .twitter-area .text h5 a {
  color: #fff;
  font-weight: 400;
}

.twitter-widget.contuct .twitter-area .text h4,
.inner-pages .twitter-widget.contuct .twitter-area .text h4 {
  font-size: 12px;
  color: rgba(245, 255, 255, 0.8);
  font-weight: 500;
  margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
  .first-footer .widget,
  .inner-pages .first-footer .widget {
    padding-top: 0px !important;
  }

  .first-footer .widget h3 {
    margin-top: 3rem;
  }
}

.inner-pages .first-footer .twitter-widget.contuct h5::after {
  display: none;
}

.bloq-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.bloq-email .email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newsletters h3 {
  margin-bottom: 2rem;
}

.first-footer .newsletters h3::after {
  display: block;
  height: 3px;

  background-color: black;
  content: " ";
  width: 50px;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .second-footer p {
    margin-bottom: 1rem !important;
  }
}

@media screen and (max-width: 991px) {
  .first-footer .newsletters h3 {
    margin-top: 3rem;
  }

  .bloq-email .email {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.newsletters p {
  margin-bottom: 2rem;
  color: rgba(245, 255, 255, 0.8);
  font-weight: 400;
}

.first-footer .bloq-email .email input[type="email"] {
  border: 0px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 0.8rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.first-footer .bloq-email .email input[type="submit"] {
  border: 0px;
  padding: 0.8rem;
  background: black;
  color: #fff;
  text-transform: uppercase;

  margin-top: 1.5rem;
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.first-footer .email input[type="submit"]:hover {
  background: rgba(245, 255, 255, 0.1);
}

@media screen and (max-width: 991px) {
  .first-footer .bloq-email .email input[type="submit"] {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .first-footer .bloq-email .email input[type="submit"] {
    margin-top: 0px;
  }
}

@media screen and (max-width: 320px) {
  .bloq-email .email {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .first-footer .bloq-email .email input[type="submit"] {
    margin-top: 1.5rem;
  }
}

.first-footer .bloq-email label.error {
  color: #005aa9;
}

.first-footer .bloq-email label {
  color: #fff;
}

.first-footer .bloq-email .email input::-webkit-input-placeholder {
  color: rgba(245, 255, 255, 0.8);
  opacity: 1;
}

.first-footer .bloq-email .email input:-ms-input-placeholder {
  color: rgba(245, 255, 255, 0.8);
  opacity: 1;
}

.first-footer .bloq-email .email input::-ms-input-placeholder {
  color: rgba(245, 255, 255, 0.8);
  opacity: 1;
}

.first-footer .bloq-email .email input::placeholder {
  color: rgba(245, 255, 255, 0.8);
  opacity: 1;
}

/*------ HOVER EFFECT ------*/

.hover-effect figure {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.hover-effect figure::before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.hover-effect:hover figure::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.hover-effect figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.hover-effect:hover figure img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.second-footer {
  background: #151323 !important;
}

.second-footer {
  padding: 1rem 0;
  background: #151323;
  border-top: 1px solid rgba(245, 255, 255, 0.1);
  color: #fff;
}

.second-footer h3 {
  margin: 0;
  font-weight: 300;
}

.second-footer p {
  margin-top: 0.5rem;
  margin-bottom: 0px;
  font-weight: 400;
}

.second-footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
}

.second-footer p .fa-heart:before {
  color: #fff;
}

/*------ ARROW GO UP ------*/

element.style {
  display: inline;
}

.go-up {
  position: fixed;
  bottom: 1.5rem;
  right: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  background: black;
  padding: 0.9rem;
  color: #fff;
  border-radius: 12px !important;
  text-decoration: none;
  z-index: 99999;
  line-height: 0;
  display: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.go-up:hover,
.go-up:focus {
  outline: 0;
  text-decoration: none;
  color: #fff;
}

/*---------------------------------------*/
/*--------- 16. HOME 2 Image ----------*/
/*---------------------------------------*/

.bg-img3 {
  background-attachment: scroll;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.4)),
      to(rgba(0, 0, 0, 0.4))
    ),
    url(../images/bg/video-poster2.png) no-repeat center top;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../images/bg/video-poster2.png) no-repeat center top;
  border-radius: 12px !important;
  height: 700px;
  position: relative;
  z-index: 99;
}

.m0a {
  margin: 0 auto;
}

.maxw1600 {
  max-width: 1320px;
}

.homepage-2 #header.cloned {
  display: none;
}

.maxw1600 .hero-main {
  padding: 152px 0;
}

.homepage-2 .btn.btn-yellow:hover {
  background: #fff !important;
  color: black;
}

.homepage-2 .info-help:before {
  border-radius: 12px;
}

.homepage-2 .right-side {
  width: 40%;
}

.loginButton {
  border: 1px solid black !important;
  background-color: transparent !important;
}

.loginButton a.button {
  color: black !important;
}

.homepage-2 .info-help.h18 {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.1)),
      to(rgba(255, 255, 255, 0.1))
    ),
    url(../images/bg/info-service3.jpg) no-repeat scroll center center;
  background: linear-gradient(
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.1)
    ),
    url(../images/bg/info-service3.jpg) no-repeat scroll center center;
}

.homepage-2 .team .team-social li a.facebook,
.homepage-2 .team .team-social li a.twitter,
.homepage-2 .team .team-social li a.instagram,
.homepage-2 .team .team-social li a.linkedin {
  background: rgba(74, 74, 76, 0.5);
}

.homepage-2 .first-footer .top-footer {
  background: linear-gradient(
    to bottom,
    rgba(227, 232, 239, 0.3) 0%,
    rgba(227, 232, 239, 0) 40%
  ) !important;

  color: #121926 !important;
}

.homepage-2 .w100 {
  width: 100% !important;
}

.homepage-2 .rld-banner-tab {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.form-group {
  margin-top: 1rem !important;
}

.homepage-2 .form-group .nice-select {
  margin: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border-radius: 12px !important;
  border: none;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #757575;
  font-family: "Inter", sans-serif !important;
  font-weight: 500;
  font-size: 12px;
}

.homepage-2 .form-group .nice-select i {
  color: black;
  font-size: 1.2rem;
  margin-top: 5px;
  margin-right: 10px;
}

.homepage-2 .form-group.categories {
  display: inline-block;
  width: 100%;
}

.homepage-2 .explore__form-checkbox-list.full-filter.filter-block {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-top: 20px;
}

.homepage-2 .range-slider .ui-slider .ui-slider-handle {
  border: 2px solid black;
}

.homepage-2 .range-slider .ui-widget-header,
.homepage-2 .checkboxes input[type="checkbox"]:checked + label:before {
  background: black;
}

.homepage-2 .banner-inner h1 {
  margin-bottom: 30px;
}

.homepage-2 .rld-main-search {
  border-radius: 12px !important;
}

.homepage-2 .rld-main-search {
  height: 113px;
  padding: 30px 20px 30px 20px;
  -webkit-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 1024px) {
  .homepage-2 .team-block {
    padding-bottom: 2.5rem;
  }

  .homepage-2 .team-block.pb-none {
    padding-bottom: 0px;
  }

  .homepage-2 .newsletters p {
    width: 300px;
  }

  .homepage-2 .rld-main-search {
    padding: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .homepage-2 .featured-boxes-area {
    padding-bottom: 3.5rem;
  }

  .homepage-2 .explore__form-checkbox-list.full-filter.filter-block {
    margin-top: 32px;
  }

  .homepage-2 .form-group.categories {
    margin-bottom: 0px !important;
  }
}

@media only screen and (min-width: 992px) {
  .homepage-2 .first-footer .bloq-email .email input[type="submit"] {
    margin-top: 0px;
  }

  .homepage-2 .twitter-widget.contuct .single-item,
  .homepage-2 .first-footer .netabout p {
    width: 280px;
  }
}

@media only screen and (max-width: 991px) {
  .homepage-2 #header.cloned {
    position: absolute;
  }

  .maxw1600 {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .maxw1600 .hero-main {
    padding: 70px 0;
  }

  .homepage-2 .banner-inner h1 {
    margin-bottom: 30px;
  }

  .homepage-2 .explore__form-checkbox-list.full-filter.filter-block {
    margin-top: 40px;
  }

  .homepage-2 .team-block.pb-none {
    padding-bottom: 2.5rem;
  }
}

.homepage-2 .second-footer .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.homepage-2 .portfolio .homes-price {
  font-size: 20px !important;
  font-weight: 500;
  background: transparent !important;
}

.img-responsive {
  width: 100%;
}

.button-effect-div {
  opacity: 1;
  display: flex;
  visibility: visible;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.button-effect-div {
  position: absolute;
  right: -6px;
  background: transparent;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  border-radius: 20px 0 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.add-to-collections-wrapper {
  background: #005aa9;
  padding: 8px;
  border: 1px solid #005aa9 !important;
  cursor: pointer;
  border-radius: 12px !important;
  padding: 10px 20px;
}

.svg-wrapper {
  border-radius: 12px;
  background: #424242;
  padding: 6px;
}

.add-to-swap-wrapper {
  background-color: #d1e8ff;
  padding: 8px;
  margin-bottom: 12px;
  border: 1px solid transparent;
  cursor: pointer;
  border-radius: 12px !important;
}

.listing-card {
  display: flex;
  justify-content: space-between;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 15px;
  align-items: center;
  position: relative;
  background-color: #fff;
  width: 100%;
  margin-bottom: 10px;
}

.listing-card .ribbon {
  position: absolute;
  top: 10px;
  left: -20px;
  background-color: #4caf50;
  color: white;
  padding: 10px 20px;
  transform: rotate(-45deg);
  font-weight: bold;
  font-size: 14px;
  z-index: 1;
}

.listing-card .image-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.gallery-categories li {
  display: flex;
  color: black;
  padding: 14px 8px;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--Stroke, #e8e8e8);
  font-weight: 600;
  border-radius: 12px !important;
  cursor: pointer;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .gallery-categories ul {
    display: flex;
    flex-direction: row;
    overflow-y: scroll;
    white-space: nowrap;
  }
}

.listing-card .image-section img {
  width: 200px;
  height: 120px;
  border-radius: 12px;
  background-color: #ccc;
  border: 1px solid #e8e8e8;
  object-fit: cover;
}

.listing-card .image-section span {
  margin-top: 10px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  position: absolute;
  color: black;
  bottom: 8px;
  left: 8px;
  padding: 3px 10px;
  background: white;
  border-radius: 12px;
}

.listing-card .heart-actions {
  font-weight: bold;
  display: inline-block;
  text-align: center;
  position: absolute;
  color: black;
  top: 10px;
  right: 10px;
}

.listing-card .heart-actions .heart-action {
  padding: 5px;
  border-radius: 50%;
  background: white;
  height: 33px;
  width: 33px;
}

.listing-card .heart-actions .heart-action .fa {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.listing-card .heart-actions .collection-action {
  padding: 5px;
  border-radius: 50%;
  background: white;
}

.listing-card .details-section {
  height: 100%;
  flex-grow: 0.9;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  /* width: 65% !important; */
  border: 1px solid var(--Stroke, #e8e8e8);
}

.listing-card .info .infoDiv {
  display: flex;
  align-items: center;
  gap: 3px;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  color: black;
  font-weight: 400;
}

.listing-card .infoDiv.share-status {
  display: flex;
  align-items: flex-start !important;
  gap: 5px;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  color: black;
  font-weight: 400;
}

.listing-card .info div .spanTitle i {
  font-size: 20px;
  margin-bottom: 5px;
}

.listing-card .info div .spanTitle {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  justify-content: center;
  flex-direction: column;
  font-size: 13px;
  font-weight: 600;
  color: black;
  align-items: center;
}

.listing-card .info-list div {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 20%;
  justify-content: center;
}

.listing-card .info-list {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 12px;
}

.listing-card .share-status {
  display: flex;
  justify-content: space-evenly;
}

.listing-card .red-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #005aa9;
  border-radius: 50%;
  margin-right: 5px;
}

.listing-card .cover-ribbon {
  height: 199px;
  width: 148px;
  position: absolute;
  left: -8px;
  top: -2px;
  overflow: hidden;
  font-weight: bold;
  font-size: 14px;
  z-index: 1;
}

.listing-card .cover-ribbon.satisa-kapali .cover-ribbon-inside {
  background: #005aa9 !important;
}

.listing-card .cover-ribbon.satisa-kapali .cover-ribbon-inside:before {
  border-bottom: 10px solid #005aa9 !important;
}

.listing-card .cover-ribbon.rezerve-edildi .cover-ribbon-inside {
  background: orange !important;
}

.listing-card .cover-ribbon.rezerve-edildi .cover-ribbon-inside:before {
  border-bottom: 10px solid orange !important;
}

.listing-card .cover-ribbon .cover-ribbon-inside {
  background: #4caf50;
  color: #fff;
  transform: rotate(-45deg);
  position: absolute;
  left: -42px;
  top: 36px;
  padding: 9px;
  min-width: 196px;
  text-align: center;
}

.listing-card .cover-ribbon .cover-ribbon-inside:before {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #4caf50;
  position: absolute;
  left: -5px;
  bottom: 0;
  content: "";
  top: 35px;
  transform: rotate(-45deg);
}

.listing-card .actions-section {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 180px;
  gap: 10px;
}

.payment-btn,
.sold-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 12px !important;
  font-weight: bold;
  cursor: pointer;
  width: 180px;
  text-align: center;
  margin: 0 auto;
}

.slick-prev {
  left: -10px !important;
}

.slick-next {
  right: -10px !important;
}

.payment-btn {
  background-color: white !important;
  border: 1px solid #f08414 !important;
  color: #f08414 !important;
}

.listing-card .payment-btn:hover {
  background-color: #f08414 !important;
  border: 1px solid #f08414 !important;
  color: white !important;
}

.listing-card .sold-btn,
.sold-btn {
  background-color: #f08414;
  color: white;
  margin: 0 !important;
}

.add-to-collection-button-wrapper
  .add-to-collection-button
  .add-to-collection-button-text {
  line-height: 16px;
  color: #333;
  font-size: 11px !important;
  font-weight: 600;
}

.add-to-collection-button-text-collection {
  line-height: 16px;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 500;
  text-transform: uppercase !important;
}

/* .animate-float-text {
  display: inline-block;
  font-weight: 600;
  color: white;
  animation: floatText 2.5s ease-in-out infinite;
  transition: transform 0.3s ease;
} */

@keyframes floatText {
  0% {
    transform: scale(1) translateY(0px);
  }

  50% {
    transform: scale(1.1) translateY(0);
  }

  100% {
    transform: scale(1) translateY(0px);
  }
}

.add-to-collections-wrapper .add-to-collection-button-wrapper i,
.add-to-swap-wrapper .add-to-collection-button-wrapper i {
  display: block;
  padding: 4px;
  font-size: 13px !important;
  color: #333;
}

.add-to-collection-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.add-to-collection-button-wrapper .add-to-collection-button {
  display: flex;
  align-items: center;
  gap: 8px;
}

#product-detail-app
  .add-to-collections-wrapper
  .add-to-collection-button-wrapper
  .i-plus-bold {
  display: block;
  padding: 4px;
  font-size: 10.5px;
  color: #333;
}

.housing-card {
  display: flex;
  height: 100%;
  box-sizing: border-box;
  align-items: start;
  flex-direction: column;
  gap: 14px;
}

.housing-card-title {
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #000;
}

.housing-card-footer {
  display: flex;
  align-items: center;
  width: 100%;
}

.housing-card-date {
  color: #888;
  text-align: right;
}

/* Kartların eşit genişlikte olmasını sağlar */
.housing-card-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  /* Kartlar arasındaki boşluk */
}

.shared-ad {
  position: absolute;
  left: 10px;
  object-fit: contain !important;
  bottom: 9px;
  border-radius: 12px;
  padding: 5px;
  display: flex;
  background: white;
  align-items: center;
  justify-content: center;
  color: black;
  color: #000;
  font-family: "Inter", sans-serif !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  border: solid 1px #f0f0f0;
  line-height: 150%;
}

#gallery-display .button-effect-div .btn {
  border-radius: 50%;
  width: 33px;
  background: white;
  height: 33px !important;
  bottom: 40px;
  right: 10px;
  position: relative;
  z-index: 9999;
}
.button-effect-div .btn {
  border-radius: 50%;
  width: 33px;
  background: white;
  height: 33px !important;
  bottom: 190px;
  right: -116px;
  position: relative;
  z-index: 9999;
}

.mb-12 {
  margin-bottom: 12px !important;
}

@media (max-width: 768px) {
  .button-effect-div .btn {
    width: 35px !important;
    height: 35px !important;
  }
  .button-effect-div {
    position: absolute;
    right: -61px;
    bottom: 150px;
    background: transparent;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    border-radius: 20px 0 0 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .slider-fade-right {
    display: none !important;
  }

  .profile-initial {
    border: 1px solid #e8e8e8 !important;
    margin-bottom: 0 !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .button-effect-div .btn {
    bottom: 35px;
  }

  .shared-ad {
    position: absolute;
    left: 10px;
    object-fit: contain !important;
    bottom: 10px;
    border-radius: 100%;
    padding: 4px;
    display: flex;
    align-items: center;
    background: #fff;
    align-items: center;
    justify-content: center;
    color: black;
    color: #000;
    font-family: "Inter", sans-serif !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    justify-content: center;
    border: solid 1px #f0f0f0;
  }
}

.homepage-2 .featured .button-effect .fa-link:before {
  content: "\f0c1";
  font-family: FontAwesome;
  color: black;
}

.homepage-2 .featured .button-effect .fa-video:before {
  content: "\f03d";
  font-family: FontAwesome;
  color: #fff;
}

/* Ana Görsel */
.main-image-container {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  cursor: pointer;
}

.main-image {
  max-width: 100%;
  border-radius: 12px !important;
  height: 400px;
  width: 100% !important;
  object-fit: contain !important;
}

/* Container that holds arrows & dots */
#thumbnail-navigation {
  margin-top: 10px;
}

/* Arrow Buttons */
#thumbnail-prev-btn,
#thumbnail-next-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px !important;
  height: 25px !important;
  border-radius: 50% !important;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  padding: 0px !important;
}

#thumbnail-prev-btn:hover,
#thumbnail-next-btn:hover {
  background-color: #f0f0f0;
}

#thumbnail-prev-btn:hover svg path,
#thumbnail-next-btn:hover svg path {
  stroke: #000;
}

/* Dot Indicators */
.dot-indicator {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border: 1px solid #000;
}

.dot-indicator:hover {
  background-color: #999;
}

.dot-indicator.active-dot {
  background-color: #000;
  /* your active color */
}

/* Thumbnail Slider İçeriği */

.thumbnail-slider-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 10px;
}

.thumbnail-slider {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 3 sütun */
  gap: 10px;
  /* Görseller arasında boşluk */
  justify-items: center;
  /* Thumbnail'leri ortalar */
  align-items: center;
  /* Thumbnail'leri dikeyde ortalar */
  width: 100%;
  /* Slider genişliği */
}

.thumbnail-item {
  width: 100%;
  height: 160px;
  flex: 0 0 calc(100% / 6);
  margin: 5px;
  cursor: pointer;
}

.thumbnail-image {
  width: 100%;
  height: 100%;
  border: 1px solid #e8e8e8;
  transition: border-color 0.3s ease, transform 0.3s ease;
  border-radius: 12px !important;
  object-fit: contain;
}

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 3;
  align-content: start;
  max-width: 700px;
  margin: 0 auto;
  transition: all 150ms linear;
}

.gallery input[type="radio"] {
  display: none;
}

.gallery label {
  position: relative;
  display: block;
  padding-bottom: 60%;
  margin: 5px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.btn-outline-dark {
  border-color: #e8e8e8;
}

.gallery label:before {
  border: 1px solid #e3e3e3;
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -5px;
  top: -5px;
}

.gallery img {
  display: none;
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  width: 100%;
  transition: all 150ms linear;
}

.gallery input[name="select"]:checked + label + img {
  display: block;
}

.gallery input[name="select"]:checked + label:before {
  border: 1px solid #000;
}

.fa {
  font-weight: 600 !important;
}

.homepage-2 .featured .button-effect .fa-photo:before {
  content: "\f03e";
  font-family: FontAwesome;
  color: #fff;
}

.homepage-2 .portfolio .project-head {
  border: none;
}

.button-effect-2 .btn {
  background: white !important;
}

.homepage-2 .portfolio .homes-price {
  font-size: 10px !important;
  background: #005aa9 !important;
  /* width: 50px; */
  color: white !important;
  padding: 1px 20px;
  border-radius: 6px 10px;
}

.homepage-2 .portfolio .homes-price i {
  color: white !important;
}

.homepage-2 .portfolio .project-head:before {
  background: transparent !important;
}

.homepage-2 .portfolio .project-single {
  z-index: 99;
  overflow: visible;
}

.homepage-2 .portfolio .homes-content .homes-address .fa-map-marker {
  color: #666;
}

.homepage-2 .portfolio .homes-content h3 a:hover,
.homepage-2 .blog-section .news-item h3:hover,
.homepage-2 .dropdown-filter span::after {
  color: black;
}

/* public/css/custom.css gibi bir dosyaya ekleyin */
.breadcrumbs-scroller {
  white-space: nowrap;
  /* Tek satırda tut */
  overflow-x: auto;
  /* Yatay kaydırma */
  -webkit-overflow-scrolling: touch;
  /* iOS'ta yumuşak kaydırma */

  /* Firefox */
  scrollbar-width: none;
  /* IE/Edge */
  -ms-overflow-style: none;
}

/* Chrome, Safari ve Opera (WebKit) */
.breadcrumbs-scroller::-webkit-scrollbar {
  display: none;
}

.homepage-2 .portfolio .homes-tag.sale {
  background: rgba(74, 74, 76, 0.7) !important;
}

.homepage-2 .popular-places .img-box {
  border-radius: 12px;
}

.homepage-2 .portfolio .footer img {
  width: 40px;
  height: 40px !important;
  border-radius: 50%;
}

.homepage-2 .portfolio .footer {
  border-top: 1px solid #e8e8e8;
}

/*------ register form------------------------------------------------*/

.login-and-register-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: auto;
  display: none;
  -webkit-transform: translate3d(0, 0, 0);
  background: rgba(0, 0, 0, 0.81);
}

.login-and-register-form .hid-body {
  overflow: hidden;
}

.login-and-register-form .main-register-holder {
  max-width: 480px;
  margin: 100px auto 50px;
  position: relative;
  z-index: 5;
}

.login-and-register-form .main-register h3 {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 20px;
  padding: 20px 30px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #444;
  border-bottom: 1px solid #e8e8e8;
}

.login-and-register-form .main-register h3 span {
  font-weight: 800;
  font-size: 12px;
  color: #121b22;
  text-transform: uppercase;
  font-family: "Inter", sans-serif !important;
}

.login-and-register-form .main-register {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 0 30px;
  margin-bottom: 50px;
  background: #fff;
  border-radius: 12px !important;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.12);
}

.login-and-register-form .close-reg {
  position: absolute;
  background: black;
  top: 14px;
  right: 30px;
  border-radius: 100%;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.login-and-register-form .fa.fa-times {
  padding-left: 14px;
  text-align: center;
}

.login-and-register-form .fa-remove:before,
.login-and-register-form .fa-close:before,
.login-and-register-form .fa-times:before {
  content: "\f00d";
}

.login-and-register-form .soc-log {
  padding: 15px 30px;
}

.login-and-register-form .soc-log p {
  margin-bottom: 13px;
  font-size: 12px;
  color: #454545;
  font-weight: 600;
}

.login-and-register-form .soc-log a {
  float: left;
  width: 100%;
  padding: 13px 0;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 12px !important;
  font-size: 12px;
  line-height: 30px;
  font-weight: 500;
  outline: 0;
  text-decoration: none;
}

.login-and-register-form .soc-log a.facebook-log {
  text-align: center;
  background: #3b5998;
}

.login-and-register-form .soc-log a.twitter-log {
  text-align: center;
  background: #55acee;
}

.login-and-register-form .soc-log a i {
  font-size: 20px;
  padding-right: 15px;
  position: relative;
  top: 3px;
}

.login-and-register-form .soc-log a.facebook-log {
  background: #3b5998;
}

.login-and-register-form .soc-log a.twitter-log {
  background: #55acee;
}

.login-and-register-form .close-reg:hover,
.custom-form .log-submit-btn:hover,
.soc-log a:hover {
  background: #2f3b59;
}

.login-and-register-form .log-separator span {
  position: relative;
  width: 100%;
  font-size: 12px;
  display: inline-block;
  background: #fff;
  z-index: 2;
  text-align: center;
}

.login-and-register-form .log-separator:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  height: 1px;
  background: #e8e8e8;
  z-index: 1;
}

.login-and-register-form .custom-form .log-submit-btn {
  float: left;
  padding: 13px 35px;
  border: none;
  border-radius: 12px !important;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: 13px;
}

.login-and-register-form li {
  list-style: none;
}

.login-and-register-form ul {
  list-style: none;
}

.login-and-register-form .tabs-menu li.current a {
  background: black;
}

.login-and-register-form .main-register .filter-tags {
  float: left;
}

.login-and-register-form .lost_password {
  margin-top: 36px;
  float: right;
}

.login-and-register-form .lost_password a {
  text-decoration: none;
  float: left;
  color: #50596e;
  font-size: 12px;
  font-weight: 400;
}

.login-and-register-form #tabs-container {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding: 0 30px;
}

.login-and-register-form .tab {
  float: left;
  width: 100%;
}

.login-and-register-form .tabs-menu {
  float: left;
  padding-left: 0px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}

.login-and-register-form .tabs-menu li {
  float: left;
  margin-right: 20px;
}

.login-and-register-form .tabs-menu li a {
  text-decoration: none;
  float: left;
  padding: 14px 35px;
  font-weight: 500;
  color: #494949;
  background: #e8e8e8;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.login-and-register-form .main-register .custom-form label {
  padding-bottom: 13px;
}

.login-and-register-form .custom-form label {
  float: left;
  font-size: 12px;
  position: relative;
  width: 100%;
  text-align: left;
  font-weight: 500;
  color: #666;
}

.login-and-register-form .main-register .custom-form input[type="text"],
.login-and-register-form .main-register .custom-form input[type="email"],
.login-and-register-form .main-register .custom-form input[type="password"] {
  padding-left: 20px;
}

.login-and-register-form .custom-form textarea,
.login-and-register-form .custom-form input[type="text"],
.login-and-register-form .custom-form input[type="email"],
.login-and-register-form .custom-form input[type="password"],
.login-and-register-form .custom-form input[type="button"] {
  float: left;
  border: 1px solid #e8e8e8;
  background: #f9f9f9;
  width: 100%;
  padding: 15px 20px 15px 55px;
  border-radius: 12px !important;
  color: #666;
  font-size: 12px;
  -webkit-appearance: none;
}

.login-and-register-form .custom-form input {
  margin-bottom: 20px;
}

.login-and-register-form .custom-form .log-submit-btn {
  float: left;
  background: black;
  padding: 13px 35px;
  border: none;
  border-radius: 12px !important;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: 13px;
}

.login-and-register-form .main-register .filter-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
}

.login-and-register-form .filter-tags {
  margin-top: 30px;
}

.login-and-register-form .tabs-menu li.current a,
.login-and-register-form .tabs-menu li a:hover {
  color: #fff;
  background: black;
}

.login-and-register-form .tab-contents {
  width: 100%;
  padding: 20px 0;
  display: none;
}

.login-and-register-form #tab-1 {
  display: block;
}

.login-and-register-form .main-register h3 span strong {
  color: black;
  border: none;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.login-and-register-form .fl-wrap {
  float: left;
  width: 100%;
  position: relative;
}

.login-and-register-form .soc-log a i {
  font-size: 20px;
  padding-right: 15px;
  position: relative;
  top: 3px;
}

/*---------------------------------------*/
/*--------- 17. HOME 3 Image ----------*/
/*---------------------------------------*/

.homepage-3 .head-tr.bottom {
  background: transparent;
  border: 0px;
}

.homepage-3 a.button.border,
a.button,
.homepage-4 .header-image .left .btn-white {
  background: #fff;
  color: #8731e8 !important;
}

.homepage-3 .header-user-name,
.homepage-3 .header-user-name:before {
  color: #fff;
}

.homepage-3 #navigation.style-2.cloned .header-user-name,
.homepage-3 #header.cloned.sticky .header-user-name,
.homepage-3 #navigation.style-2.cloned .header-user-name:before,
.homepage-3 #header.cloned.sticky .header-user-name:before {
  color: #666;
}

.homepage-3 #navigation.style-1 ul li:hover {
  background: #8731e8;
}

.homepage-3 .welcome-area {
  background: linear-gradient(
      -36deg,
      rgba(69, 40, 220, 0.8) 0%,
      rgba(135, 49, 232, 0.8) 100%
    ),
    url(../images/bg/video-poster2.png) no-repeat scroll center center/cover;
}

.homepage-3 .welcome-area {
  height: 840px;
  position: relative;
  z-index: 99;
}

.homepage-3 .banner-inner h1 {
  margin-bottom: 15px;
}

.homepage-3 .banner-inner .sub-title {
  margin-bottom: 60px;
}

.homepage-3 .bg-overlay,
.overlay-dark {
  position: relative;
  z-index: 0;
}

.homepage-3 .hero-main {
  padding: 243px 0;
}

@media (max-width: 550px) {
  .homepage-3 .hero-main {
    padding: 160px 0;
  }

  .homepage-3 .banner-inner h1 {
    font-size: 22px;
  }

  .homepage-3 .banner-inner .sub-title {
    font-size: 12px;
  }
}

.homepage-3 .btn,
.homepage-3 .btn:active,
.homepage-3 .btn.sApp-btn:before,
.homepage-3 .bg-overlay::after,
.homepage-3 .benifits-item:after {
  background: linear-gradient(-47deg, #4528dc 0%, #8731e8 100%);
}

.homepage-3 a.btn.btn-yellow:hover {
  background: #fff !important;
  color: #8731e8;
}

.homepage-3 .bg-overlay::after {
  opacity: 0.87;
  z-index: -1;
}

.homepage-3 .rld-banner-tab .nav-item a.active,
.homepage-3 .rld-banner-tab .nav-item a:hover,
.homepage-3 .rld-banner-tab .nav-item a.active:before,
.homepage-3 .range-slider .ui-widget-header,
.homepage-3 .checkboxes input[type="checkbox"]:checked + label:before {
  background: #963aff;
}

.homepage-3 .parallax-searchs .form-group .nice-select i,
.homepage-3 .dropdown-filter span::after {
  color: #963aff;
}

.homepage-3 .parallax-searchs .form-group .nice-select:hover {
  color: #963aff;
}

.homepage-3 .rld-banner-tab .nav-item a {
  border-radius: 12px !important;
}

.homepage-3 .range-slider .ui-slider .ui-slider-handle {
  border: 2px solid #963aff;
}

.homepage-3 .rld-single-select .single-select:before {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 8px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 18px;
  top: 48%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 8px;
}

.homepage-3 .rld-single-input input {
  border-radius: 12px !important;
  margin-left: 0px;
  outline: none;
  text-decoration: none;
}

.homepage-3 .rld-single-select .single-select {
  width: 180px;
}

.homepage-3 .btn.btn-yellow {
  border: 0px;
  border-radius: 12px !important;
  font-size: 12px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  color: #ffffff;
  height: 50px;
  width: 170px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .homepage-3 .rld-main-search .rld-single-input,
  .homepage-3 .rld-main-search .rld-single-select .single-select,
  .homepage-3 .popular-searchs {
    margin-bottom: 0px;
  }
}

@media (max-width: 575px) {
  .homepage-3 .popular-searchs {
    display: none !important;
  }
}

.homepage-3 .popular-searchs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.homepage-3 .popular-searchs li {
  display: inline-block;
}

.homepage-3 .popular-searchs li a {
  display: inline-block;
  text-decoration: none;
  width: 115px;
  height: 100px;
  margin-right: 15px;
  background: rgba(255, 255, 255, 0.12);
  padding-top: 11px;
  color: #ffffff;
  font-size: 28px;
  border-radius: 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.homepage-3 .popular-searchs .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.homepage-3 .popular-searchs li a .box span {
  font-size: 12px;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  font-weight: 400;
  display: block;
}

.homepage-3 .rec-pro .container-fluid {
  max-width: 1560px;
}

.homepage-1 .rec-pro2 .container-fluid {
  max-width: 1320px;
}

.homepage-1 .recent-16 {
  display: block;
  position: relative;
  overflow: hidden;
  height: 310px;
}

.homepage-1 .recent-title {
  font-size: 20px;
  font-weight: 500;
}

.homepage-3 .portfolio .homes-price {
  font-size: 20px !important;
  font-weight: 500;
  background: transparent !important;
}

.homepage-3 .featured .project-single .button-effect {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.homepage-3 .featured .button-effect {
  position: absolute;
  text-align: left;
  bottom: 0;
  right: 0;
  z-index: 33;
  background: transparent;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 0;
  visibility: visible;
  padding: 8px 0px;
  border-radius: 20px 0 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 0.7rem;
}

.homepage-3 .featured .button-effect .btn {
  display: inline-block;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin-right: 15px;
  border-radius: 12px !important;
  width: 36px;
  height: 36px;
  line-height: 33px;
  background: rgba(74, 74, 76, 0.7);
  z-index: 99;
}

.homepage-3 .featured .button-effect .fa-link:before {
  content: "\f0c1";
  font-family: FontAwesome;
  color: #fff;
}

.homepage-3 .featured .button-effect .fa-video:before {
  content: "\f03d";
  font-family: FontAwesome;
  color: #fff;
}

.homepage-3 .featured .button-effect .fa-photo:before {
  content: "\f03e";
  font-family: FontAwesome;
  color: #fff;
}

.homepage-3 .portfolio .project-head {
  background-color: #1d293e;
  border-radius: 6px 8px 0 0;
}

.homepage-3 .portfolio .homes-price {
  padding-left: 0px;
}

.homepage-3 .portfolio .project-head:before {
  background: transparent !important;
}

.homepage-3 .portfolio .project-head img {
  background-color: #1d293e;
  opacity: 1;
}

.homepage-3 .portfolio .project-single {
  border-radius: 0 0 8px 8px;
  margin-bottom: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e7e7e7;
}

.homepage-3 .portfolio .homes-content .homes-address .fa-map-marker {
  color: #666;
}

.homepage-3 .portfolio .homes-content h3 a:hover,
.homepage-3 .blog-section .news-item h3:hover {
  color: black;
}

.homepage-3 .btn:hover,
.homepage-3 .popular-places .listing-badges .featured,
.homepage-3 .homes-tag.featured {
  background: #8731e8 !important;
}

.homepage-3 .portfolio .homes-tag.sale {
  background: black !important;
}

.homepage-3 .portfolio .homes-tag.rent {
  background: #18ba60 !important;
}

.homepage-3 .popular-places .img-box {
  border-radius: 12px;
}

.homepage-3 .portfolio .footer img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.homepage-3 .portfolio .homes-content .homes-list li {
  width: 33.3%;
}

.homepage-3 .portfolio .homes-content .homes-list li i {
  color: #2d2d2d;
  font-size: 12px;
}

.homepage-3 img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.homepage-3 .portfolio .footer {
  border-top: 1px solid #e8e8e8;
}

.homepage-3 .portfolio .footer span {
  margin-top: 13px;
}

.homepage-3 .sec-title {
  text-align: center;
  padding-bottom: 2rem;
}

.homepage-3 .sec-title h2 {
  color: #111;
  font-weight: 600;
  text-transform: capitalize;
}

.homepage-3 .sec-title h2 span {
  position: relative;
  color: #444;
  font-weight: 500;
}

.homepage-3 .sec-title p {
  margin-top: 13px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  max-width: 550px;
}

.homepage-3 .slick-dots li.slick-active {
  -webkit-box-shadow: inset 0 0 0 6px #8731e8;
  box-shadow: inset 0 0 0 6px #8731e8;
}

.homepage-3 .slick-prev:hover,
.homepage-3 .slick-next:hover {
  background: #8731e8;
}

.homepage-3 .slick-dots li {
  color: #8731e8;
}

.homepage-3 .slick-dots li:after {
  background: #8731e8;
}

.homepage-3 .slick-dots li {
  -webkit-box-shadow: inset 0 0 0 2px #8731e8;
  box-shadow: inset 0 0 0 2px #8731e8;
}

.homepage-3 .popular-places .img-box {
  height: 280px;
}

.homepage-3 .popular-places .img-box-content h4 {
  font-size: 20px;
}

.homepage-3 .info-help .info-head .info-text .btn-pro {
  background: #8731e8;
}

.homepage-3 .info-help.h17 {
  background: url(../images/bg/bg-home-3.jpg) no-repeat scroll center center;
}

.homepage-3 .blog-section .action-list .fa-heart,
.homepage-3 .blog-section .action-list .fa-comment,
.homepage-3 .blog-section .action-list .fa-share-alt,
.homepage-3 .blog-section .news-link {
  color: #8731e8;
}

.homepage-3 .first-footer .top-footer {
  background: #232733;
}

.homepage-3 .first-footer .navigation h3::after,
.homepage-3 .first-footer .widget h3::after,
.homepage-3 .first-footer .newsletters h3::after,
.homepage-3 .first-footer .bloq-email .email input[type="submit"],
.homepage-3 .go-up {
  background: #8731e8;
}

.bg-white-3 {
  background-color: gray;
}

.homepage-3 .singleJobClinet,
.homepage-1 .singleJobClinet {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 0px 2px #e7e7e7;
  box-shadow: 0px 0px 2px #e7e7e7;
  border: 1px solid #e7e7e7;
  padding: 44px 53px 55px;
  margin-bottom: 30px;
}

.homepage-3 .singleJobClinet p,
.homepage-1 .singleJobClinet p {
  margin-bottom: 25px;
}

.homepage-3 .detailJC,
.homepage-1 .detailJC {
  position: relative;
  padding-left: 88px;
  padding-top: 7px;
}

.homepage-3 .detailJC span,
.homepage-1 .detailJC span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 68px;
  height: 68px;
  padding: 4px;
  border-radius: 50%;
  background: #f04786;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(240, 71, 134, 0.75)),
    to(rgba(125, 107, 255, 0.75))
  );
  background: linear-gradient(
    90deg,
    rgba(240, 71, 134, 0.75) 0%,
    rgba(125, 107, 255, 0.75) 100%
  );
}

.homepage-1 .detailJC span {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(240, 71, 134, 0.75)),
    to(rgba(255, 56, 92, 0.75))
  );
  background: linear-gradient(
    90deg,
    rgba(240, 71, 134, 0.75) 0%,
    rgba(255, 56, 92, 0.75) 100%
  );
}

.homepage-3 .detailJC span img,
.homepage-1 .detailJC span img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.homepage-3 .detailJC h5,
.homepage-1 .detailJC h5 {
  font-size: 19px;
  line-height: 28px;
  margin-bottom: 0;
}

.homepage-3 .detailJC p,
.homepage-1 .detailJC p {
  color: #666;
  font-size: 12px;
  margin: 0;
}

.homepage-3 .detailJC:after,
.homepage-1 .detailJC:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 68px;
  height: 58px;
  background: url(../images/icons/quoe.png) no-repeat center center/cover;
}

.homepage-3 .job_clientSlide .owl-nav .owl-prev,
.homepage-3 .job_clientSlide .owl-nav .owl-next,
.homepage-1 .job_clientSlide .owl-nav .owl-prev,
.homepage-1 .job_clientSlide .owl-nav .owl-next {
  margin: 0 5px;
  padding: 0 0;
  text-align: center;
  width: 43px;
  height: 43px;
  border: 2px solid #e8e8e8;
  border-radius: 50%;
  font-size: 12px;
  color: #70778b;
  line-height: 43px;
  background: transparent;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.homepage-3 .job_clientSlide .owl-nav,
.homepage-1 .job_clientSlide .owl-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.homepage-3 .owl-nav,
.homepage-1 .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.homepage-3 .job_clientSlide .owl-nav .owl-prev:hover,
.homepage-3 .job_clientSlide .owl-nav .owl-next:hover {
  background: #8731e8;
  color: #fff;
}

.homepage-1 .job_clientSlide .owl-nav .owl-prev:hover,
.homepage-1 .job_clientSlide .owl-nav .owl-next:hover {
  background: black;
  color: #fff;
}

/*---------------------------------------*/
/*--- 18. IMAGE VIDEO HOME 4  ---*/
/*---------------------------------------*/

.welcome-area {
  height: 800px;
  z-index: 1;
}

.welcome-thumb {
  max-width: 300px;
  padding-top: 0px;
}

@media (min-width: 992px) {
  .download-page .welcome-intro > h1 {
    font-size: 3.8em;
  }

  .download-page .welcome-intro p {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .homepage-4 .header-image {
    padding: 100px 30px 70px 30px;
  }

  .homepage-4 .info-help .info-head .info-text {
    margin-top: 0px !important;
  }

  .homepage-4 .info-help .info-head .info-text .btn-pro,
  .homepage-4 .portfolio .project-single.specials {
    margin-bottom: 30px;
  }

  .download-page .welcome-intro p {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .homepage-4 a.button.border,
  a.button,
  .homepage-4 .header-image .left .btn-white {
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  .leftSide {
    width: 100%;
    justify-content: space-between;
  }

  .homepage-4 a.button.border,
  a.button,
  .homepage-4 .header-image .left .btn-white {
    margin-left: 0px;
  }
}

.homepage-4 .header-user-name,
.homepage-4 .header-user-name:before {
  color: #fff;
}

.homepage-4 #navigation.style-2.cloned .header-user-name,
.homepage-4 #header.cloned.sticky .header-user-name,
.homepage-4 #navigation.style-2.cloned .header-user-name:before,
.homepage-4 #header.cloned.sticky .header-user-name:before {
  color: #666;
}

.welcome-area .video-icon {
  position: absolute;
  top: 50%;
  left: 70%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.play-btn {
  position: relative;
  display: inline-block;
  height: 100px;
  width: 100px;
  background-color: #fff;
  border-radius: 50%;
}

.btn-circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: #fff;
}

.play-icon {
  font-size: 22px;
  color: black;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@-webkit-keyframes grow {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes grow {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.play-animation {
  -webkit-animation: grow 3s infinite;
  animation: grow 3s infinite;
}

.animation-short {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.welcome-area.bg-overlay::after {
  z-index: -2;
}

.welcome-area .shape-bottom {
  z-index: -1;
}

.shape-bottom {
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0;
  right: 0;
}

.homepage-4 .portfolio .homes-content .homes-list li i {
  color: #2d2d2d;
  font-size: 12px;
}

.homepage-4 .portfolio .footer i {
  color: #2d2d2d;
  font-size: 12px;
}

.the-icons,
.housing-list-circle-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 17px !important;
}

/*BACKGROUND OVERLAY*/

.bg-overlay,
.overlay-dark {
  position: relative;
  z-index: 0;
}

.bg-overlay::after,
.overlay-dark:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.bg-overlay::after {
  opacity: 0.9;
  z-index: -1;
}

.overlay-dark::after {
  background-color: black;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  z-index: -1;
}

/*BACKGROUND COLORS*/

.homepage-4 .bg-gray {
  background-color: #f6f9fe;
}

.bg-inherit {
  background: inherit !important;
}

.homepage-4 #navigation.style-1 ul li:hover {
  background: black;
}

.homepage-4 .btn,
.homepage-4 .btn:active,
.homepage-4 .btn.sApp-btn:before,
.homepage-4 .bg-overlay::after,
.homepage-4 .benifits-item:after {
  background: linear-gradient(148deg, #fd5559 0%, #ff337d 100%);
}

.homepage-4 .head-tr.bottom {
  background: transparent;
  border: 0px;
}

.homepage-4 .slick-prev:hover,
.homepage-4 .slick-next:hover {
  background: black;
}

.homepage-4 .project-single .button-effect {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.homepage-4 .button-effect .btn {
  display: inline-block;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin-right: 15px;
  border-radius: 12px !important;
  width: 36px;
  height: 36px;
  line-height: 33px;
  background: rgba(74, 74, 76, 0.7);
  z-index: 99;
}

.homepage-4 .button-effect .fa-link:before {
  content: "\f0c1";
  font-family: FontAwesome;
  color: #fff;
}

.homepage-4 .button-effect .fa-video:before {
  content: "\f03d";
  font-family: FontAwesome;
  color: #fff;
}

.homepage-4 .button-effect .fa-photo:before {
  content: "\f03e";
  font-family: FontAwesome;
  color: #fff;
}

.homepage-4 img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.hp4 .agents-grid {
  padding-left: 15px;
  padding-right: 15px;
}

.hp4 .slick-next {
  right: -73px;
}

.hp4 .slick-prev {
  left: -73px;
}

.hp4 .slick-dots li.slick-active,
.hp4 .slick-dots li {
  -webkit-box-shadow: inset 0 0 0 3px rgba(74, 74, 76, 0.4) !important;
  box-shadow: inset 0 0 0 3px rgba(74, 74, 76, 0.4) !important;
}

.hp4 .slick-dots li:after {
  background: #696565;
}

.header-user-name span:after {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  bottom: -5px;
  right: -5px;
  background-color: #38b653;
  display: block;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

.homepage-4 a.button.border,
a.button,
.homepage-4 .header-image .left .btn-white {
  background: #fff;
  color: black !important;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
}

.homepage-4 .home18 .sec-title h2 {
  color: black;
}

.homepage-4 .home18 .sec-title h2 span::before {
  background: black;
}

.homepage-4 .portfolio .homes-tag.sale {
  background: rgba(74, 74, 76, 0.7) !important;
}

.homepage-4 .homes-tag.featured {
  background: black !important;
}

.homepage-4 .portfolio .homes-price {
  font-size: 20px !important;
  font-weight: 500;
  background: transparent !important;
}

.homepage-4 .featured .project-single .button-effect {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.homepage-4 .featured .button-effect {
  position: absolute;
  text-align: left;
  bottom: 0;
  right: 0;
  z-index: 33;
  background: transparent;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 0;
  visibility: visible;
  padding: 8px 0px;
  border-radius: 20px 0 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 0.7rem;
}

.homepage-4 .featured .button-effect .btn {
  display: inline-block;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin-right: 15px;
  border-radius: 12px !important;
  width: 36px;
  height: 36px;
  line-height: 33px;
  background: rgba(74, 74, 76, 0.7);
  z-index: 99;
}

.homepage-4 .featured .button-effect .fa-link:before {
  content: "\f0c1";
  font-family: FontAwesome;
  color: #fff;
}

.homepage-4 .featured .button-effect .fa-video:before {
  content: "\f03d";
  font-family: FontAwesome;
  color: #fff;
}

.homepage-4 .featured .button-effect .fa-photo:before {
  content: "\f03e";
  font-family: FontAwesome;
  color: #fff;
}

.homepage-4 .portfolio .project-head {
  background-color: #1d293e;
  border-radius: 6px 8px 0 0;
}

.homepage-4 .portfolio .homes-price {
  padding-left: 0px;
}

.homepage-4 .portfolio .project-head:before {
  background: transparent !important;
}

.homepage-4 .portfolio .project-head img {
  background-color: #1d293e;
  opacity: 0.7;
}

.homepage-4 .portfolio .project-single {
  border-radius: 0 0 8px 8px;
}

.homepage-4 .portfolio .homes-content .homes-address .fa-map-marker {
  color: #666;
}

.homepage-4 .portfolio .homes-content h3 a:hover,
.homepage-4 .blog-section .news-item h3:hover {
  color: black;
}

.homepage-4 .btn:hover,
.homepage-4 .popular-places .listing-badges .featured {
  background: black;
}

.homepage-4 .popular-places .img-box {
  border-radius: 12px;
}

.homepage-4 .portfolio .footer img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.homepage-4 .portfolio .footer {
  border-top: 1px solid #e8e8e8;
}

.homepage-4 .portfolio .footer span {
  margin-top: 13px;
}

.homepage-4 .info-help {
  padding: 2.6rem 0;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.3)),
      to(rgba(255, 255, 255, 0.3))
    ),
    url(../images/bg/bg-info3.jpg) no-repeat scroll center center;
  background: linear-gradient(
      rgba(255, 255, 255, 0.3),
      rgba(255, 255, 255, 0.3)
    ),
    url(../images/bg/bg-info3.jpg) no-repeat scroll center center;
  background-size: cover;
  position: relative;
  z-index: 3;
}

.homepage-4 .info-help .info-head .info-text {
  margin-top: 120px;
}

.homepage-4 .info-help .info-head .info-text .btn-pro {
  background: black;
}

.homepage-4 .testimonials .test-1 h3 {
  color: #666;
}

.homepage-4 .starts .fa {
  color: black !important;
}

.homepage-4 .testimonials .test-1 p::before {
  content: "\f10d ";
  font-size: 1.2rem;
  font-family: fontawesome;
  left: 236px;
  top: -24px;
  position: relative;
  color: black;
}

.homepage-4 .owl-dots {
  margin-top: 0px;
}

.homepage-4 .owl-dot.active {
  background: #666 !important;
}

.homepage-4 .owl-dot {
  background: #dedede !important;
}

.homepage-4 .starts {
  list-style: none;
  margin-top: 0.7rem;
  padding: 0px;
}

.homepage-4 .starts li {
  margin-bottom: 2.4rem;
}

.homepage-4 .testimonials .owl-carousel .test-1 {
  background: transparent;
}

.homepage-4 .blog-section .action-list .fa-heart,
.homepage-4 .blog-section .action-list .fa-comment,
.homepage-4 .blog-section .action-list .fa-share-alt,
.homepage-4 .blog-section .news-link {
  color: black;
}

.homepage-4 .first-footer .top-footer {
  background: #232733;
}

.homepage-4 .first-footer .navigation h3::after,
.homepage-4 .first-footer .widget h3::after,
.homepage-4 .first-footer .newsletters h3::after,
.homepage-4 .first-footer .bloq-email .email input[type="submit"],
.homepage-4 .go-up {
  background: black;
}

.homepage-4 .welcome-area {
  background: rgba(0, 0, 0, 0) url("../images/bg/bg-demo.jpg") no-repeat scroll
    center center/cover;
}

.homepage-4 .welcome-area .shape-bottom svg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/*---------------------------------------*/
/*--- 19. HOME 5 IMAGE  ---*/
/*---------------------------------------*/

.homepage-5 .parallax-searchs.home17 {
  background: url(../images/bg/bg-home-5.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: scroll !important;
  width: 100%;
  height: 85vh;
  position: relative;
  z-index: 99;
}

.homepage-5 .banner-inner-wrap {
  height: 90vh;
}

.homepage-5 .banner-inner .sub-title {
  margin-bottom: 80px;
}

.homepage-5 .rld-banner-tab .nav-item a:hover,
.homepage-5 .rld-banner-tab .nav-item a:focus,
.homepage-5 .rld-banner-tab .nav-item a.active {
  background: #3e4452;
  color: #fff;
}

.homepage-5 .btn-yellow {
  background: #3e4452;
}

.homepage-5 .rld-banner-tab {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.homepage-5 .nav-item a.active,
.homepage-5 .nav-item a:hover,
.homepage-5 .nav-item a.active:before,
.homepage-5 .btn.btn-yellow {
  background: #3e4452;
}

.homepage-5 .form-group .nice-select i {
  color: #3e4452 !important;
}

.homepage-5 .form-group .nice-select:hover {
  color: #3e4452 !important;
}

.homepage-5 .range-slider .ui-slider .ui-slider-handle {
  border: 2px solid #3e4452;
}

.homepage-5 .explore__form-checkbox-list.full-filter.filter-block {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-top: 20px;
}

.homepage-5 .range-slider .ui-widget-header,
.homepage-5 .checkboxes input[type="checkbox"]:checked + label:before {
  background: #3e4452;
}

.homepage-5 .range-slider .ui-widget-header,
.homepage-5 .checkboxes input[type="checkbox"]:checked + label:before {
  background: #3e4452;
}

.homepage-5 .rld-main-search {
  height: 113px;
  padding: 30px 20px 30px 20px;
  border-radius: 12px !important;
}

.homepage-5 .banner-inner h1,
.homepage-5 .banner-inner .sub-title,
.homepage-5 .info-help .info-head .info-text h3,
.homepage-5 .info-help .info-head .info-text p,
.homepage-5 .dropdown-filter span::after {
  color: #3e4452;
}

.homepage-5 .portfolio.right-slider {
  position: relative;
}

.home5-right-slider {
  height: 250px;
}

.home5-right-slider .owl-stage-outer {
  height: 250px;
}

.homepage-5 .home5-right-slider.owl-carousel .owl-prev {
  left: -3%;
}

.homepage-5 .home5-right-slider.owl-carousel .owl-next {
  right: -8%;
}

.container-fluid.recently-slider {
  width: 100%;
}

.homepage-5 .home5-right-slider.owl-carousel .owl-prev,
.homepage-5 .home5-right-slider.owl-carousel .owl-next {
  background-color: #ffffff !important;
  border-radius: 50%;
  color: #555;
  height: 54px;
  line-height: 35px;
  position: absolute;
  top: 50%;
  width: 54px;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1);
  z-index: 10;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.home5-right-slider.owl-carousel .owl-prev {
  left: 0px;
}

.home5-right-slider.owl-carousel .owl-next {
  right: 20px;
}

@media only screen and (max-width: 1440px) {
  .home5-right-slider.owl-carousel .owl-next {
    right: -5%;
  }
}

@media only screen and (max-width: 991px) {
  .homepage-5 .recently-slider {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .home5-right-slider.owl-carousel .owl-next {
    right: 0.5%;
  }

  .home5-right-slider.owl-carousel .owl-prev {
    left: 5%;
  }

  .homepage-5 .team .team-block {
    padding-bottom: 1px;
  }

  .homepage-19 .team .team-block {
    padding-bottom: 2.5rem;
  }
}

@media only screen and (max-width: 575px) {
  .homepage-5 .banner-inner .sub-title {
    margin-bottom: 30px;
  }

  .home5-right-slider.owl-carousel .owl-prev {
    left: 50px;
  }

  .homepage-5 .explore__form-checkbox-list.full-filter.filter-block {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .homepage-5 .recently-slider {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.home5-right-slider.owl-carousel .owl-prev:hover,
.home5-right-slider.owl-carousel .owl-next:hover {
  background: #3e4452 !important;
  color: #fff;
}

.home5-right-slider.owl-carousel .owl-prev i,
.home5-right-slider.owl-carousel .owl-next i {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #fff;
  align-items: center;
  height: 100%;
  color: #2d2d2d;
  font-size: 23px;
}

.home5-right-slider.owl-carousel .owl-prev,
.home5-right-slider.owl-carousel .owl-next {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.homepage-5 .owl-carousel .owl-stage {
  height: 100%;
  padding-left: 0px !important;
}

.homepage-5 .owl-carousel .owl-stage .owl-item,
.homepage-5 .owl-carousel .owl-stage .owl-item .inner-box,
.homepage-5 .owl-carousel .owl-stage .owl-item .inner-box a {
  height: 100%;
}

.homepage-5 .info-help.h18 {
  padding: 9rem 0;
  background: url(../images/bg/bg-service-home-5.jpg) no-repeat scroll center
    center;
  background-size: cover;
  position: relative;
  z-index: 0 !important;
}

.homepage-5 .info-help:before {
  background: transparent;
}

.homepage-5 .popular-places .listing-badges .featured,
.homepage-5 .team .team-social li a.facebook,
.homepage-5 .team .team-social li a.twitter,
.homepage-5 .team .team-social li a.instagram,
.homepage-5 .team .team-social li a.linkedin {
  background: #3e4452;
}

.homepage-5 .popular-places .img-box {
  height: 300px;
}

.homepage-5 .popular-places .img-box-content h4 {
  font-size: 20px;
}

.homepage-5 .sec-title {
  text-align: center;
  padding-bottom: 2rem;
}

.homepage-5 .sec-title h2 {
  color: #111;
  font-weight: 600;
  text-transform: capitalize;
}

.homepage-5 .sec-title h2 span {
  position: relative;
  color: #3e4452;
  font-weight: 600;
}

.homepage-5 .sec-title p {
  margin-top: 13px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  max-width: 550px;
}

.homepage-5 .info-help.h17 {
  padding: 9rem 0;
  background: url(../images/bg/bg-2-home-5.jpg) no-repeat scroll center center;
  background-size: cover;
  position: relative;
  z-index: 0 !important;
}

.homepage-5 .team-block .inner-box {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*---------------------------------------*/
/*--- 20. HOME 2, 3 AND 4 SEARCH AREA ---*/
/*---------------------------------------*/

.main-search-field {
  padding: 3rem 0;
  background: black;
  background-repeat: repeat;
}

.main-search-field.mt10 {
  margin-top: -10px;
}

.main-search-field h3 {
  font-size: 2rem;
  margin-bottom: 2.5rem !important;
  color: #fff;
  font-weight: 800;
  margin: 0 auto 15px;
}

.main-search-field h3 span {
  color: #222;
  font-weight: 300;
}

.main-search-field select {
  width: 100%;
  height: 45px;
  padding: 5px 10px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16pxrem;
  border-radius: 0;
  background: transparent;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.main-search-field .no-mb select,
.main-search-field .at-col-default-mar.no-mb,
.main-search-field .at-input {
  margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
  .main-search-field .no-mb select,
  .main-search-field .at-input {
    margin-bottom: 20px;
  }
}

.main-search-field select:focus {
  outline: none;
}

.main-search-field option {
  background: #fff;
  color: #333;
}

.main-search-field select:focus {
  background: transparent;
}

.main-search-field .at-input {
  width: 100%;
  height: 45px;
  padding: 5px 10px;
  color: #000 !important;
  border: 1px solid #fff;
  border-radius: 0;
  background: #fff;
}

.main-search-field .at-input:focus {
  outline: none;
}

.main-search-field .at-col-default-mar {
  margin-bottom: 10px;
}

.main-search-field .at-input-price {
  background-color: transparent;
  border: none;
  font-size: 12px;
  color: #fff;
  height: 25px;
  width: 180px;
}

.at-pricing-range h4 {
  color: #fff;
}

.main-search-field .hvr-bounce-to-right {
  width: 100%;
}

.main-search-field .hide {
  display: none !important;
}

.main-search-field .at-pricing-range label {
  color: #ffffff;
}

/* BTN CSS START*/

.main-search-field .at-btn-default {
  font-size: 12px;
  background: #fff;
  color: #ffffff;
  border: none;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-search-field .hvr-bounce-to-right {
  font-size: 12px;
  background: #121b22;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  border: none;
  padding: 12px 22px;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-search-field .hvr-bounce-to-right:hover {
  background: #fff;
  color: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.main-search-field .hvr-bounce-to-right:before {
  background-color: #bf864f;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

.slider_amount {
  border: none;
  background: none;
  padding: 0px;
  margin-bottom: 10px;
  width: 100%;
  color: #fff;
}

.ui-widget.ui-widget-content {
  border-radius: 12px !important;
  background: #fff;
  border: none;
}

.ui-slider-horizontal {
  height: 10px;
}

.ui-widget-header {
  background: #121b22;
}

@media screen and (max-width: 767px) {
  .hvr-bounce-to-right {
    margin-top: 30px;
  }

  .main-search-field.pt-3 {
    padding-top: 0px !important;
  }
}

/*---------------------------------------*/
/*--- 21. HOME 6 PARALLAX IMAGE ---*/
/*---------------------------------------*/

.parallax-search {
  position: relative;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url("../images/bg/bg-demo.jpg") no-repeat center top;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/bg/bg-demo.jpg") no-repeat center top;
  background-size: cover;
  background-attachment: fixed !important;
  width: 100%;
  height: auto;
}

.parallax-search .hero-inner {
  text-align: center;
  padding: 300px 0;
}

.parallax-search .welcome-text p {
  color: #fff;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 500;
}

.parallax-search .welcome-text h1 {
  font-size: 40px;
  color: #fff;
  text-transform: capitalize;
}

/* Search Form */

.parallax-search .trip-search {
  background: #fff;
  padding: 10px;
  border: 1px solid #a7cce8;
  border-radius: 50px;
  text-align: left;
  margin-top: 30px;
}

.parallax-search .trip-search .form {
  line-height: 0px;
}

.parallax-search .form-group {
  width: 190px;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 0px;
}

.parallax-search .form-group:last-child {
  margin-right: 0px;
}

.parallax-search .form-group .nice-select {
  margin: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border-radius: 12px !important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #757575;
  font-family: "Inter", sans-serif !important;
  font-weight: 500;
  font-size: 12px;
}

.parallax-search .form-group .nice-select:hover {
  color: black;
}

.parallax-search .form-group .nice-select::after {
  right: 20px;
  color: #757575;
}

.parallax-search .form-group .nice-select i {
  color: black;
  font-size: 1.2rem;
  margin-top: 5px;
  margin-right: 10px;
}

.parallax-search .form-group .list li {
  color: #757575;
}

.parallax-search .form-group .list li.selected {
  color: #757575;
  font-weight: 400;
}

.parallax-search .form-group .list li:hover {
  color: #fff;
  background: black;
}

.parallax-search .form-group.location {
  width: 150px;
}

.parallax-search .form-group.button {
  width: 145px;
  position: relative;
  height: 50px;
}

.hp-6 .rld-main-search {
  height: 113px;
  padding: 30px 20px 30px 20px;
  border-radius: 12px !important;
}

.hp-6 .rld-single-select .single-select:before {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 8px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 18px;
  top: 48%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 8px;
}

.hp-6 .rld-single-select .single-select .list {
  margin-top: 10px;
  border-right: 8px;
  z-index: 99999;
}

.hp-6 .rld-single-input input {
  border-radius: 12px !important;
  margin-left: 0px;
  outline: none;
  text-decoration: none;
}

.hp-6 .rld-single-input input:active {
  text-decoration: none;
}

.hp-6 .rld-banner-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hp-6 .rld-banner-tab .nav-item a {
  border-radius: 12px !important;
}

.hp-6 .rld-banner-tab .nav-item a.active:before {
  content: "";
  height: 20px;
  margin-left: 20px;
  position: absolute;
  top: 40px;
  width: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hp-6 .tab-content > .active {
  margin-top: 30px;
}

.hp-6 .btn,
.homepage-3 .btn:active,
.hp-6 .btn.sApp-btn:before,
.hp-6 .bg-overlay::after,
.hp-6 .benifits-item:after {
  background: linear-gradient(-47deg, black 0%, black 100%);
}

.hp-6 a.btn.btn-yellow:hover {
  background: #fff !important;
  color: black;
}

.hp-6 .bg-overlay::after {
  opacity: 0.87;
  z-index: -1;
}

.hp-6 .rld-banner-tab .nav-item a.active,
.hp-6 .rld-banner-tab .nav-item a:hover,
.hp-6 .rld-banner-tab .nav-item a.active:before {
  background: black;
}

.hp-6 .btn.btn-yellow {
  border: 0px;
  border-radius: 12px !important;
  font-size: 12px;
  background-color: black;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  color: #ffffff;
  height: 50px;
  width: 170px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hp-6 .welcome-text p {
  margin-bottom: 40px !important;
}

.hp-6 .rld-main-search,
.hp-6 .rld-main-search .rld-single-select .single-select {
  margin-bottom: 0px;
  border-radius: 12px !important;
  margin-right: 15px;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.2);
}

.hp-6 a.button.border,
.hp-6 a.button {
  border-radius: 12px !important;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
}

.lang-wrap {
  float: right;
  margin-right: 0px;
  position: relative;
  top: 0px;
}

.header-user-menu .lang-wrap ul {
  width: 100px;
  min-width: 0px;
  left: -1px !important;
}

.header-user-menu .lang-wrap ul li a {
  font-size: 12px;
  display: block;
  text-transform: capitalize;
}

.header-user-menu .lang-wrap ul li {
  width: 55%;
}

.show-lang span .fa-globe-americas {
  font-size: 17px;
}

.show-lang {
  color: #fff;
  cursor: pointer;
  width: 100px;
  float: right;
  padding: 10px 10px 10px 0;
  position: relative;
  z-index: 106;
  font-size: 12px;
  border: 1px solid transparent;
}

.show-lang span {
  position: relative;
  z-index: 2;
  float: left;
  margin-left: 10px;
}

.lang-tooltip {
  position: absolute;
  top: 40px;
  right: 0;
  width: 100px;
  z-index: 105;
  background: #fff;
  padding: 10px 0 13px;
  border-radius: 12px !important;
  border: 1px solid #e8e8e8;
  border-top: none;
  visibility: hidden;
  opacity: 0;
}

.lang-tooltip li {
  float: left;
  width: 100%;
  position: relative;
  text-align: left;
  color: #fff;
  border-radius: 12px !important;
  padding: 6px 14px;
}

.lang-tooltip li a {
  color: #566985;
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  position: relative;
  float: left;
  width: 100%;
}

.show-lang .fa-caret-down.arrlan {
  position: absolute;
  left: 80px;
  top: 45%;
  line-height: 10px;
  height: 10px;
  margin-top: -5px;
  color: #fff;
}

.header-widget.sign-in {
  height: auto;
}

.leftSide {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .payment-btn,
  .sold-btn {
    width: 95%;
    text-align: center;
    margin: 0 auto !important;
  }

  .homepage-2 .portfolio .project-head,
  .homepage-2 .portfolio .project-head a,
  .homepage-2 .portfolio .project-head a .homes,
  .homes-img {
    height: 100% !important;
    display: block !important;
  }

  .main-image {
    height: 280px !important;
    align-self: stretch;
  }

  .brand-head .brand-name {
    font-size: 13px !important;
  }

  .home5-right-slider {
    height: 200px;
  }

  .home5-right-slider .owl-stage-outer {
    height: 200px;
  }

  .recent-16 {
    display: block;
    position: relative;
    overflow: hidden;
    height: 200px;
  }

  .title-fsp {
    margin-top: 10px;
  }

  .itemCircleFont {
    font-size: 12px;
    margin-left: 10px;
  }

  .button-tabs .tab-title {
    width: 100% !important;
  }

  .mobileBtn:hover .IconContainer {
    transform: none !important;
    border-radius: 40px;
    transition-duration: 0.5s;
  }

  .leftSide {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
}

.header-widget.sign-in a {
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

.hd-white .header-widget.sign-in a,
.hd-white .show-lang,
.hd-white .show-lang .fa-caret-down.arrlan {
  color: #666;
}

.hd-white .right-side.sign {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}

.hd-white a.button.border,
a.button {
  width: 120px;
}

.hd-white a.button.border,
.hd-white a.button {
  border-radius: 12px !important;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 991px) {
  .hd-white a.button.border,
  .hd-whitea.button {
    width: 240px;
  }

  .input-group.search {
    width: 100%;
  }
}

.right-side.sign {
  float: right;
  width: 90px;
  padding: 0 10px 0 20px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-left: 0px !important;
  margin-right: 55px;
  display: inline-block;
}

.show-lang span strong {
  padding-left: 10px;
  top: -2px;
  font-size: 12px;
  font-weight: 500;
  position: relative;
}

.divider {
  content: "";
  width: 1px;
  height: 15px;
  opacity: 0.7;
  background-color: #fff;
}

.hp-6 #navigation.style-2.cloned .show-lang,
.hp-6 #header.cloned.sticky .show-lang,
.hp-6 #navigation.style-2.cloned .show-lang .fa-caret-down.arrlan,
.hp-6 #header.cloned.sticky .show-lang .fa-caret-down.arrlan,
.hp-6 #navigation.style-2.cloned .header-widget.sign-in a,
.hp-6 #header.cloned.sticky .header-widget.sign-in a {
  color: #666;
}

.hp-6 .rld-single-select .single-select {
  width: 180px;
}

.hp-6 .rld-single-input input {
  width: 255px;
  border: 1px solid #e8e8e8;
  margin-right: 15px;
}

.hp-6 .dropdown-filter {
  cursor: pointer;
}

.hp-6 .dropdown-filter span {
  width: 180px !important;
  padding: 15px 34px 15px 34px;
  border-radius: 12px !important;
  line-height: 47px;
  margin: 0 15px 0 15px;
  border: 1px solid #e8e8e8;
  width: 150px;
  position: relative;
}

.hp-6 .dropdown-filter span::after {
  content: "\f142";
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: 400;
  margin-left: 15px;
  color: black;
}

.hp-6 .explore__form-checkbox-list.full-filter.filter-block {
  background: #fff;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding: 30px 30px 20px 30px;
  margin-top: 20px;
}

.hp-6 .explore__form-checkbox-list.full-filter {
  top: 75px;
}

.hp-6 .explore__form-checkbox-list.full-filter.filter-block {
  opacity: 1;
  z-index: 999;
  visibility: visible;
}

.hp-6 .explore__form-checkbox-list.full-filter {
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  z-index: -1;
  visibility: hidden;
}

.hp-6 .parallax-searchs .form-group {
  width: 100%;
  margin-bottom: 30px;
}

.hp-6 .parallax-searchs .form-group .nice-select {
  border: 1px solid #e8e8e8;
}

.homepage-9.hp-6 .google-maps input,
.homepage-9.hp-6 .google-maps textarea,
.homepage-9.hp-6 .google-maps select {
  margin-bottom: 0px;
}

.homepage-12 .google-maps input,
.homepage-12 .google-maps textarea,
.homepage-12 .google-maps select {
  margin-bottom: 0px;
}

.homepage-12 #map-container.fullwidth-home-map {
  height: 790px;
}

.homepage-12 .popular-places .img-box {
  z-index: 1;
}

.homepage-12 .rld-single-input input {
  width: 255px;
}

.homepage-12 .explore__form-checkbox-list.full-filter.filter-block {
  margin-top: 22px;
}

.homepage-12 .header-user-name,
.homepage-12 .header-user-name:before {
  color: #fff;
}

.homepage-12 .header-image {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.3)),
      to(rgba(0, 0, 0, 0.3))
    ),
    url(../images/bg/bg-21.jpg) no-repeat center top;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../images/bg/bg-21.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 90vh;
  position: relative;
  z-index: 99;
}

.homepage-12 .jc-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.homepage-12 .teh-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}

.homepage-12 .header-image .left .btn-white {
  background: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 35px;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
  -webkit-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.15);
}

.homepage-12 .play-btn {
  position: relative;
  display: inline-block;
  height: 100px;
  width: 100px;
  background-color: black;
  border-radius: 50%;
  margin-top: 50px;
}

.homepage-12 .btn-circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: black;
}

.homepage-12 .play-icon {
  color: #fff;
}

.homepage-12 .header-image .left h1 {
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.homepage-12 .header-image .left p {
  color: #fff;
  text-align: center;
  font-size: 12px;
  width: 100%;
}

#search-icon,
#search-icon2 {
  height: 36px !important;
  width: 36px !important;
  border-radius: 0 !important;
}

.input-group.search {
  display: flex;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  border-radius: 12px;
}

.input-group.search .searchInputDiv {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

@media screen and (max-width: 991px) {
  .hd-white a.button.border,
  .hd-whitea.button {
    width: 240px;
  }

  .input-group.search {
    width: 100%;
  }
}

.downloadPDFButton {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 500;
  transition: background-color 0.3s ease-in-out;
  border: none;
  width: 100%;
  gap: 10px;
}

.input-group.search i {
  margin-right: 30px;
  color: black;
}

@media screen and (max-width: 991px) {
  .homepage-12 .rld-single-input input {
    width: 200px;
  }

  .homepage-12 .header-image {
    padding: 0px;
  }

  .homepage-12 .header-image .left h1 {
    font-size: 26px;
  }

  .hp-6 .parallax-searchs .form-group {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .hp-6 .dropdown-filter span {
    padding: 15px 15px 15px 15px;
  }

  .hp-6 .rld-single-select.ml-22 {
    margin-left: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .header-user-menu ul {
    left: -80px !important;
  }
}

.header-container {
  background-color: #f9f9f9;
}

#header-container .container {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.userIcon,
.heartIcon {
  margin-right: 15px;
}

.mobile-show {
  display: none !important;
}

.input-group.search input {
  border: none;
  margin-bottom: 0 !important;
  width: 100%;
  border-radius: 12px !important;
  font-size: 12px;
  background-color: transparent !important;
  padding: 10px 30px;
  outline: 0;
  height: 36px !important;
}

@media screen and (max-width: 768px) {
  .input-group.search {
    border: 1px solid #e8e8e8;
    border-bottom: none;
  }

  .input-group.search input {
    border: 1px solid #e8e8e8;
    margin-bottom: 0 !important;
    width: 100%;
    border-radius: 12px !important;
    font-size: 12px;
    background-color: transparent !important;
    padding: 10px 30px;
    outline: 0;
    height: 36px !important;
  }

  .how-it-works-two .service-1 .art-1 {
    background-color: transparent !important;
  }

  .how-it-works-two .service-1 .art-1 img {
    margin-bottom: 10px;
    width: 40px !important;
    height: 40px !important;
  }

  .ps-page__dashboard {
    margin-top: 20px;
  }

  .mobile-show {
    display: block !important;
  }

  .mobile-hidden {
    display: none !important;
  }

  .border-none {
    border: none !important;
  }

  #header-container {
    border: none !important;
  }

  .input-group.search {
    width: 100%;
  }

  .header-widget a svg {
    color: black;
    width: 25px;
  }

  .hp-6 .explore__form-checkbox-list.full-filter.filter-block {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .hp-6 .checkboxes.ch-1,
  .hp-6 .checkboxes.ch-2 {
    margin-top: 30px;
  }

  .hp-6 .dropdown-filter span {
    margin: 0px;
  }

  .homepage-9.hp-6 .dropdown-filter span {
    margin: 0px 15px 0 0;
  }

  .homepage-9.hp-6 .explore__form-checkbox-list.full-filter.filter-block {
    margin-top: 20px !important;
  }

  .homepage-5 .home5-right-slider.owl-carousel .owl-prev {
    left: 50px !important;
  }

  .homepage-5 .home5-right-slider.owl-carousel .owl-next {
    right: 0.5% !important;
  }

  section.recently.portfolio {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 575px) {
  .hp-6 .dropdown-filter {
    width: 100% !important;
    margin-right: 0px;
  }

  .hp-6 .rld-single-select.ml-22 {
    margin-left: 0px;
  }

  .hp-6 .explore__form-checkbox-list.full-filter.filter-block {
    margin-top: 30px;
  }

  .hp-6 .btn.btn-yellow {
    margin-top: 20px;
  }

  .hp-6 .checkboxes.ch-2 {
    margin-top: 0px;
  }

  .hp-6 .sld {
    margin-right: 0px !important;
  }

  .homepage-9.hp-6 .explore__form-checkbox-list.full-filter.filter-block {
    margin-top: 28px !important;
    height: auto;
  }

  .homepage-12 .explore__form-checkbox-list.full-filter.filter-block {
    margin-top: 30px;
  }

  .homepage-12 .header-image .left h1 {
    font-size: 20px;
  }
}

/* Range Slider
------------------------------------- */

.hp-6 .range-slider label {
  color: #333;
  font-size: 12px;
  margin-bottom: 25px;
}

.hp-6 .range-slider .ui-slider {
  position: relative;
  text-align: left;
}

.hp-6 .range-slider .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid black;
  cursor: w-resize;
  background: #fff;
  outline: none;
  top: -8px;
  margin-left: -8px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}

.hp-6 .range-slider .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background-position: 0 0;
}

.hp-6 .range-slider .ui-widget-content {
  background-color: #e8e8e8 !important;
}

.hp-6 .range-slider .ui-widget-header {
  background-color: black;
}

.hp-6 .range-slider .ui-slider.ui-state-disabled .ui-slider-handle,
.hp-6 .range-slider .ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}

.hp-6 .range-slider .ui-slider-horizontal {
  height: 3px;
  border-radius: 12px;
  width: calc(100% - 16px);
  margin-left: 8px;
}

.hp-6 .range-slider .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.hp-6 .range-slider .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.hp-6 .range-slider .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.hp-6 input.first-slider-value:focus,
.hp-6 input.second-slider-value:focus,
.hp-6 input.first-slider-value,
.hp-6 input.second-slider-value {
  width: 40%;
  display: inline-block;
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 12px 0 0 0;
  cursor: default;
}

.hp-6 input.first-slider-value {
  float: left;
  margin-left: -8px;
  width: 40%;
}

.hp-6 input.second-slider-value {
  float: right;
  width: 40%;
  text-align: right;
  margin-right: -8px;
}

.hp-6 .range-slider {
  line-height: 37px;
}

/*----------------------------------- */
/* Custom Checkboxes
------------------------------------- */

.hp-6 .checkboxes {
  list-style: none;
  padding: 0;
}

.hp-6 .checkboxes.in-row label {
  margin-top: 9px;
}

.hp-6 .checkboxes.one-in-row label {
  margin-top: 9px;
  width: 100%;
}

.hp-6 .checkboxes li {
  padding: 4px 0;
}

.hp-6 .checkboxes li:last-child {
  margin-bottom: -8px;
}

.hp-6 .checkboxes label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  position: relative;
  padding-left: 28px;
  margin-right: 20px;
  margin-bottom: 0;
  font-family: "Inter", sans-serif !important;
  color: #666;
  font-size: 14.5px;
}

.hp-6 .checkboxes label span {
  color: #dedede;
  font-size: 12px;
}

.hp-6 .checkboxes input[type="checkbox"] {
  display: none;
}

.hp-6 .checkboxes label:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 3px;
  background-color: #fff;
  border: 2px solid #d0d0d0;
  border-radius: 12px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.hp-6 .checkboxes input[type="checkbox"]:checked + label:before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 15px;
  background-color: black;
  border: 2px solid transparent;
  -webkit-transition: border-color 0s;
  transition: border-color 0s;
}

.parallax-search .form-group .btn {
  display: block;
  width: 100%;
  background: black;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  top: 0;
  height: 50px;
  line-height: 50px;
  padding: 0;
  font-size: 12px;
  border: none;
  border-radius: 50px;
}

.parallax-search .form-group .btn:hover {
  background: #121b22;
  color: #fff;
}

.homepage-9.hp-6 .explore__form-checkbox-list.full-filter.filter-block {
  margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
  .parallax-search .trip-search .form-group {
    margin-top: 15px;
    margin-right: 20px;
    width: 100%;
  }

  .hp-6 .rld-single-input input {
    width: 160px;
  }

  .hp-6 .rld-main-search .rld-single-input,
  .hp-6 .rld-main-search .rld-single-select .single-select {
    width: 160px;
  }

  .hp-6 .parallax-searchs.home15.thome-6 {
    height: 100vh;
  }

  .hp-6 .parallax-searchs.home15.thome-6 .hero-inner {
    padding: 228px 0;
  }

  .homepage-10 .parallax-searchs.home15.thome-10 .hero-inner {
    padding: 228px 0 !important;
  }
}

@media only screen and (max-width: 991px) {
  .parallax-search .trip-search .form-group {
    margin-top: 15px;
    margin-right: 20px;
  }

  .hp-6 .rld-main-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 160px;
    border-radius: 12px;
  }

  .hp-6 .rld-single-input input {
    width: 200px;
  }

  .hp-6 .rld-main-search .rld-single-input,
  .hp-6 .rld-main-search .rld-single-select .single-select {
    width: 200px;
  }

  .parallax-search .trip-search {
    border-radius: 1px;
  }

  .parallax-search .hero-inner {
    margin: 97px 0;
  }

  .parallax-search.home15 .hero-inner {
    margin: 0 !important;
  }

  .int_dark_bg .portfolio .item.landscapes.no-pb {
    margin-bottom: 0px;
  }

  .int_dark_bg .portfolio .item.landscapes.no-pb {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .parallax-search .welcome-text h1 {
    font-size: 30px;
  }

  .parallax-search .hero-inner {
    margin: 69px 0;
  }

  .parallax-search .trip-search .form-group {
    margin-top: 10px;
    width: 100%;
  }
}

@media only screen and (max-width: 450px) {
  .parallax-search .welcome-text h1 {
    font-size: 26px !important;
  }

  .parallax-search .hero-inner {
    padding: 40px 0;
  }

  .parallax-search .welcome-text p {
    font-size: 12px;
  }

  .parallax-search .hero-inner {
    margin: 70px 0;
  }

  .parallax-search .trip-search {
    margin-top: 30px;
  }

  .hp-6 .rld-main-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 363px;
    border-radius: 12px;
  }

  .hp-6 .rld-single-input input {
    width: 100%;
  }

  .hp-6 .rld-single-select {
    width: 100%;
  }

  .hp-6 .rld-main-search .rld-single-input,
  .hp-6 .rld-main-search .rld-single-select .single-select {
    width: 100%;
  }

  .hp-6 .parallax-searchs.home15.thome-6 .hero-inner {
    padding: 90px 0;
    margin-bottom: 0px !important;
  }

  .hp-6 .checkboxes.ch-1 {
    margin-top: 30px;
  }

  .homepage-10 .parallax-searchs.home15.thome-10 .hero-inner {
    padding: 90px 0 !important;
    margin-bottom: 0px !important;
  }
}

@media only screen and (min-width: 768px) {
  .small-category-2.pc-mb {
    margin-bottom: 0px !important;
  }
}

/* Owl Nav */

.hero-area.style2 .owl-controls .owl-nav div {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  padding: 0;
  font-size: 25px;
  border-radius: 25px;
  background: transparent;
  border: 1px solid #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0;
}

.hero-area.style2 .owl-controls .owl-nav div:hover {
  background: #ff7550;
  border-color: transparent;
  color: #fff;
}

.hero-area.style2 .owl-controls .owl-nav div.owl-prev {
  left: 0;
}

.hero-area.style2 .owl-controls .owl-nav div.owl-next {
  right: 0;
}

/* Slider Animation */

.hero-area .owl-item.active .welcome-text p {
  -webkit-animation: fadeInDown 0.8s both 1s;
  animation: fadeInDown 0.8s both 1s;
}

.hero-area .owl-item.active .welcome-text h1 {
  -webkit-animation: fadeInLeft 0.8s both 1.4s;
  animation: fadeInLeft 0.8s both 1.4s;
}

.hero-area .owl-item.active .welcome-text .btn {
  -webkit-animation: fadeInRight 0.8s both 1.6s;
  animation: fadeInRight 0.8s both 1.6s;
}

/*---------------------------------------*/
/*--------- 22. HOME 7 VIDEO ----------*/
/*---------------------------------------*/
/* Search Form */

.search-2 .trip-search.vid {
  background: #fff;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 50px;
  text-align: left;
  margin-top: 30px;
}

.search-2 .trip-search.vid .form {
  line-height: 0px;
}

.search-2 .form-group {
  width: 190px;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 0px;
}

.search-2 .form-group:last-child {
  margin-right: 0px;
}

.search-2 .form-group .nice-select {
  margin: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border-radius: 12px !important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #757575;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 12px;
}

.search-2 .form-group .nice-select:hover {
  color: black;
}

.search-2 .form-group .nice-select::after {
  right: 20px;
  color: #757575;
}

.search-2 .form-group .nice-select i {
  color: black;
  font-size: 1.2rem;
  margin-top: 5px;
  margin-right: 10px;
}

.search-2 .form-group .list li {
  color: #757575;
}

.search-2 .form-group .list li.selected {
  color: #757575;
  font-weight: 400;
}

.search-2 .form-group .list li:hover {
  color: #fff;
  background: black;
}

.search-2 .form-group.looking {
  width: 350px;
  margin: 0px;
}

.search-2 .first-select {
  height: 30px;
  border-radius: 12px !important;
  padding-right: 3px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #757575;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 12px;
}

.main-search-input-item {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  position: relative;
}

.nice-select.wide {
  width: 100%;
}

.search-2 .form-group.looking input {
  float: left;
  border: none;
  border-radius: 12px !important;
  width: 100%;
  height: 50px;
  padding-left: 20px;
}

.search-2 .form-group.location {
  width: 150px;
}

.search-2 .form-group.categories {
  width: 150px;
}

.search-2 .form-group.button {
  width: 135px;
  position: relative;
  height: 50px;
}

.search-2 .form-group .btn {
  display: block;
  width: 100%;
  background: black;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  top: 0;
  height: 50px;
  line-height: 50px;
  padding: 0;
  font-size: 12px;
  border: none;
  border-radius: 50px;
}

.search-2 .form-group .btn:hover {
  background: #121b22;
  color: #fff;
}

#map-container {
  position: relative;
  top: 0;
  left: 0;
  height: 520px;
  width: 100%;
  z-index: 8;
  margin-bottom: 60px;
}

#map-container.fullwidth-home-map {
  height: 690px;
  margin-bottom: 0;
}

#map-container.fullwidth-home-map .main-search-inner {
  position: relative;
  display: block;
  bottom: 60px;
  top: auto;
  -webkit-transform: none;
  transform: none;
  padding-bottom: 0;
  z-index: 9999;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.dark-overlay .main-search-inner {
  bottom: 580px !important;
}

.video-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  overflow: hidden;
}

.fullwidth-home-map.dark-overlay {
  height: 90vh !important;
  margin-bottom: 0;
}

.fullwidth-home-map.dark-overlay video {
  top: 50%;
  -webkit-transform: translateY(-52%);
  transform: translateY(-52%);
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -10;
  background-size: cover;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
  position: absolute;
}

.dark-overlay:before {
  background: rgba(0, 0, 0, 0.2) !important;
}

.dark-overlay:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(20%, rgba(255, 255, 255, 0.99)),
    color-stop(70%, rgba(255, 255, 255, 0.7)),
    color-stop(95%, rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.99) 20%,
    rgba(255, 255, 255, 0.7) 70%,
    rgba(255, 255, 255, 0) 95%
  );
}

.dark-overlay h1 {
  font-size: 40px;
  color: #fff;
  line-height: 57px;
  text-transform: capitalize;
  text-align: center;
}

.dark-overlay p {
  color: rgba(255, 255, 255, 0.99);
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 400;
  text-align: center;
}

.homepage-5.th-10 .recently-slider {
  padding-left: calc((100% - 1140px) / 2 + 15px) !important;
  padding-right: 0 !important;
}

.th-10 .info-help.h17 {
  background: url(../images/bg/bg-home-3.jpg) no-repeat scroll center center;
}

.th-10 .info-help .info-head .info-text .btn-pro {
  background: #6449e7;
}

.th-10 .info-help .info-head .info-text .btn-pro:hover {
  background: #6449e7;
}

@media only screen and (max-width: 1024px) {
  .search-2 .trip-search .form-group {
    margin-top: 15px;
    margin-right: 20px;
    width: 100%;
  }

  .homepage-5.th-10 .recently-slider {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .th-10 .services-img {
    margin-bottom: 15px;
  }

  .th-10 .welcome .popup-youtube,
  .th-10 .welcome .wprt-image-video .iq-waves {
    top: 50%;
  }

  .wprt-image-video.w50 img {
    height: 490px;
  }

  .search-2 .trip-search.vid {
    border-radius: 1px;
  }
}

@media only screen and (max-width: 768px) {
  .th-10 .welcome .popup-youtube,
  .th-10 .welcome .wprt-image-video .iq-waves {
    top: 50%;
  }

  .wprt-image-video.w50 img {
    height: auto;
  }
}

@media only screen and (max-width: 991px) {
  .search-2 .hero-inner {
    margin: 97px 0;
  }

  .hero-inner2 {
    margin-top: 50px;
  }

  .dark-overlay h1 {
    font-size: 30px;
  }

  .dark-overlay .main-search-inner {
    bottom: 770px !important;
  }

  a.button.border,
  a.button {
    width: 240px;
  }
}

@media only screen and (max-width: 767px) {
  .search-2 .hero-inner {
    margin: 69px 0;
  }

  .search-2 .trip-search .form-group {
    margin-top: 10px;
    width: 100%;
  }
}

@media only screen and (max-width: 576px) {
  .dark-overlay h1 {
    font-size: 25px !important;
    line-height: 37px;
  }

  .search-2 .welcome-text p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 450px) {
  .search-2 .welcome-text p {
    font-size: 12px;
  }

  .hero-inner2 {
    margin-top: 0px;
  }

  .search-2 .hero-inner {
    margin: 70px 0;
  }

  .search-2 .trip-search {
    margin-top: 30px;
  }

  .dark-overlay h1 {
    font-size: 21px !important;
  }

  .dark-overlay .main-search-inner {
    bottom: 600px !important;
  }
}

@media only screen and (max-width: 360px) {
  .dark-overlay .main-search-inner {
    bottom: 488px !important;
  }

  .search-2 .trip-search.vid {
    margin-top: 10px;
  }
}

/*-----------------------------------*/
/*- 23. INFO SIDEBAR HOME 13 --*/
/*-----------------------------------*/

.int_infosidebar {
  width: 60px;
  background: #282d32;
  position: absolute;
  left: 0;
  height: 950px;
  z-index: 1;
}

.int_infosidebar .siderbar_social > ul > li {
  margin-bottom: 10px;
  list-style: none;
}

.int_infosidebar .siderbar_social > ul > li > a {
  color: #ffffff;
}

.int_infosidebar .siderbar_social {
  margin: 167px 0px 24px 0px;
  text-align: center;
}

.int_infosidebar .siderbar_contact,
.int_infosidebar .siderbar_email {
  text-align: center;
  padding: 30px 0 22px;
  border-top: 1px solid #353c43;
}

.int_infosidebar .siderbar_contact > a,
.int_infosidebar .siderbar_email > a {
  color: #ffffff;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-transform: lowercase;
}

.int_infosidebar .siderbar_contact > a > svg,
.int_infosidebar .siderbar_email > a > svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-bottom: 5px;
  width: 16px;
  height: 15px;
  vertical-align: baseline;
}

.int_infosidebar .siderbar_contact > a > svg path,
.int_infosidebar .siderbar_email > a > svg path {
  fill: #c18847;
}

.int_infosidebar .siderbar_social > ul > li > a {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.int_infosidebar .siderbar_social > ul > li > a:hover {
  color: #c18847;
}

.int_content_wraapper.hd {
  margin-left: 0px;
}

.int_content_wraapper {
  margin-left: 80px;
}

.int_dark_bg .header-user-name,
.int_dark_bg .header-user-name:before {
  color: #fff;
}

.int_dark_bg .header-user-name,
.int_dark_bg .header-user-name:before {
  color: #fff;
}

.int_dark_bg .blog-section .news-item {
  border: 0px;
}

@media (max-width: 480px) {
  .main_contentblock {
    width: 100%;
  }
}

@media (max-width: 1600px) {
  .int_infosidebar {
    top: -100px;
  }
}

/*-----------------------------------*/
/*- 24. BANNER SLIDER HOME 13 --*/
/*-----------------------------------*/

.int_bannerr_slider .swiper-container {
  width: 100%;
  height: 100%;
}

.int_bannerr_slider .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.int_dark_bg {
  background-color: #212529;
}

body.int_index3_bg {
  background-color: #0e0f21;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.int_dark_bg .rec-pro .container-fluid {
  max-width: 1560px;
}

.int_dark_bg .agents-grid {
  padding-left: 0px;
  padding-right: 1.25rem;
}

.int_dark_bg .slick-prev:hover,
.int_dark_bg .slick-next:hover {
  background: #c18847;
}

.int_dark_bg .slick-prev.slick-disabled,
.int_dark_bg .slick-next.slick-disabled {
  background-color: transparent;
}

.int_dark_bg .slick-prev.slick-disabled:before,
.int_dark_bg .slick-next.slick-disabled:before {
  color: #fff;
}

.int_dark_bg .slick-next,
.int_dark_bg .slick-prev {
  background: transparent;
}

.int_dark_bg .slick-next:before,
.int_dark_bg .slick-prev:before {
  color: #fff;
}

.int_dark_bg .slick-next {
  right: -60px;
}

.int_dark_bg .slick-prev {
  left: -80px;
}

.bg-black-1 {
  background: #282d32 !important;
}

.bg-black-2 {
  background: #212529 !important;
}

.int_dark_bg .section-title h3 {
  color: #fff;
}

.int_dark_bg .section-title h2 {
  color: #c18847;
}

.int_dark_bg .section-title:before {
  background: #c18847;
}

.int_dark_bg .slick-dots li.slick-active {
  -webkit-box-shadow: inset 0 0 0 6px #c18847;
  box-shadow: inset 0 0 0 6px #c18847;
}

.int_dark_bg .slick-dots li:after {
  background: #c18847;
}

.int_dark_bg .slick-dots li {
  -webkit-box-shadow: inset 0 0 0 2px #c18847;
  box-shadow: inset 0 0 0 2px #c18847;
}

.int_dark_bg a.button.border,
a.button {
  background: #c18847;
}

.int_dark_bg section.services-home {
  padding: 2.6rem 0;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.8)),
      to(rgba(0, 0, 0, 0.8))
    ),
    url(../images/bg/bg-counter.jpg) no-repeat center center;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(../images/bg/bg-counter.jpg) no-repeat center center;
  background-attachment: fixed;
}

.int_dark_bg .services-home .bg-base {
  background: #c18847;
}

.int_dark_bg .services-home .border-1 {
  border: 1px dashed #c18847 !important;
}

.int_dark_bg .services-home a.text-base:hover {
  color: #c18847;
}

.int_dark_bg .portfolio .project-single {
  border: 0px;
  margin-bottom: 0px;
}

.int_dark_bg .btn.btn-outline-light {
  background: #c18847;
}

.int_dark_bg .bg-all {
  margin-top: 0px;
}

.int_dark_bg .portfolio .project-single {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.int_dark_bg .feature-cities-1 .listing-badges .featured {
  background: #c18847;
}

.int_dark_bg .team-content {
  background: #212529;
  border: 0px;
}

.int_dark_bg .team-info {
  background: #282d32;
  border: 0px;
}

.int_dark_bg .team-wrap:hover .team-content .team-info {
  background: #c18847;
}

.int_dark_bg .team-content h3,
.int_dark_bg .team-content p,
.int_dark_bg .team-content span a {
  color: #fff;
}

.int_dark_bg .team .team-pro .fa {
  background: #c18847;
  border: 0px;
}

.int_dark_bg .plan {
  background: #212529;
  border: 1px dashed #c18847;
}

.int_dark_bg .plan ul {
  background: #212529;
  color: #f9f9f9;
}

.int_dark_bg .plan ul li {
  border-top: 1px dashed #c18847;
}

.int_dark_bg .plan a.btn {
  background: #c18847;
}

.int_dark_bg .plan a.btn.pro2 {
  background: #282d32;
}

.int_dark_bg .plan.featured .plan-price {
  background: #282d32;
}

.int_dark_bg .plan.featured .plan-price:after {
  border-top-color: #282d32;
}

.int_dark_bg .plan-name,
.int_dark_bg .plan.featured .plan-name {
  color: #fff;
}

.int_dark_bg .plan a.btn.pro {
  background: #121b22;
}

.int_dark_bg .plan-price {
  background: #c18847;
}

.int_dark_bg .plan-price:after {
  border-top-color: #c18847;
}

.int_dark_bg .testimonials .owl-carousel .test-1 {
  background: #282d32;
}

.int_dark_bg .testimonials .test-1 h3 {
  color: #fff;
  margin-bottom: 1.5rem;
}

.int_dark_bg .testimonials .test-1 h6,
.int_dark_bg .testimonials .test-1 p::before,
.int_dark_bg .testimonials .test-1 p {
  color: #fff;
}

.int_dark_bg .testimonials .test-1 img {
  margin-bottom: 0.5rem;
}

.int_dark_bg .starts .fa {
  color: #c18847 !important;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.int_dark_bg .owl-dot.active {
  background: #c18847 !important;
}

.int_dark_bg .testimonials .test-1 p::after {
  display: none;
}

.int_dark_bg .blog-section .news-item {
  background: #212529;
}

.int_dark_bg .blog-section .news-item h3,
.int_dark_bg .blog-section .news-item-descr p {
  color: #fff;
}

.int_dark_bg .blog-section .news-item .date,
.int_dark_bg .blog-section .news-link {
  color: #c18847;
}

.int_dark_bg .blog-section .action-list .fa {
  color: #fff;
}

.int_dark_bg .blog-section .news-item h3:hover {
  color: #c18847;
}

.int_dark_bg .first-footer .top-footer {
  border-top: 0px;
}

.int_dark_bg .first-footer .netabout p,
.int_dark_bg .first-footer .contactus ul li .fa,
.int_dark_bg .first-footer h3,
.int_dark_bg .navigation ul li a,
.int_dark_bg .twitter-widget.contuct .twitter-area .icon-holder i,
.int_dark_bg .twitter-widget.contuct .twitter-area .text h5,
.int_dark_bg .newsletters p {
  color: black !important;
}

.int_dark_bg .navigation ul li a:hover,
.int_dark_bg .twitter-widget.contuct .twitter-area .text h5 a,
.int_dark_bg .twitter-widget.contuct .twitter-area .text h4 {
  color: #c18847;
}

.int_dark_bg .first-footer .navigation h3::after,
.int_dark_bg .first-footer .widget h3::after,
.int_dark_bg .first-footer .newsletters h3::after {
  background: #c18847;
}

.int_dark_bg .first-footer .contactus .info p {
  color: #efe9e9;
}

.int_dark_bg .first-footer .bloq-email .email input[type="email"],
.int_dark_bg .first-footer .bloq-email .email input[type="submit"] {
  border: 1px solid #c18847;
  background: #282d32;
  color: #fff;
}

.int_dark_bg .first-footer .bloq-email .email input::-webkit-input-placeholder {
  color: #fff;
}

.int_dark_bg .first-footer .bloq-email .email input:-ms-input-placeholder {
  color: #fff;
}

.int_dark_bg .first-footer .bloq-email .email input::-ms-input-placeholder {
  color: #fff;
}

.int_dark_bg .first-footer .bloq-email .email input::placeholder {
  color: #fff;
}

.int_dark_bg .second-footer {
  background: #282d32;
}

.int_dark_bg .go-up {
  background: #c18847;
}

.int_dark_bg .portfolio .item {
  padding-bottom: 30px;
}

.int_dark_bg .first-footer .bloq-email .email input[type="submit"] {
  margin-top: 0px;
}

.int_dark_bg .container-fluid.sd-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.int_dark_bg .blog-section .news-item-sm .news-img-link {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.int_banner_slider .banner_box_wrapper {
  position: relative;
}

.swiper_imgbox .swipper_img > h4 {
  font-size: 12px;
  text-transform: uppercase;
  color: #c18847;
  margin: 0;
  position: relative;
}

.swiper_imgbox .swipper_img > h4 > span {
  font-size: 90px;
  text-transform: uppercase;
  font-weight: 400;
  color: #252a2d;
  position: absolute;
  left: 10px;
  right: 0;
  top: -50px;
  z-index: -1;
}

.swiper_imgbox .swipper_img > h2 {
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.swiper_imgbox .swipper_img > h3 {
  font-size: 26px;
  color: #c18847;
  margin-bottom: 20px;
  font-weight: 300;
}

.swiper_imgbox .swipper_img > h3 > .banner_span1 {
  color: #c18847;
}

.swiper_imgbox .swipper_img > p {
  color: #fff;
  margin-bottom: 15px;
}

.swiper_imgbox .homes-list {
  padding-left: 0px;
  padding-bottom: 2.5rem;
  margin: 0;
}

.swiper_imgbox .homes-list li {
  width: 45%;
  float: left;
  font-size: 12px;
  line-height: 40px;
  list-style: none;
  color: #fff;
}

.swiper_imgbox .homes-list li i {
  font-size: 12px;
  margin-right: 8px;
  color: #fff;
}

a.int_btn,
.int_infosidebar .siderbar_contact > a,
.int_infosidebar .siderbar_email > a {
  text-decoration: none;
}

.banner_box_wrapper .swiper_imgbox {
  margin: 140px 0 0;
  padding: 0 15px 0 25px;
}

.banner_box_wrapper .banner_navi {
  position: absolute;
  left: 95px;
  bottom: -8px;
}

.banner_box_wrapper .swiper-button-next,
.banner_box_wrapper .swiper-container-rtl .swiper-button-prev,
.banner_box_wrapper .swiper-button-prev,
.banner_box_wrapper .swiper-container-rtl .swiper-button-next {
  background-image: none;
  text-transform: uppercase;
  width: auto;
  height: auto;
}

.banner_box_wrapper .swiper-button-next,
.banner_box_wrapper .swiper-button-prev {
  color: #fff;
}

.banner_box_wrapper .swiper-button-next,
.banner_box_wrapper .swiper-button-prev {
  bottom: 50px;
  top: auto;
}

.banner_box_wrapper .swiper-button-prev,
.banner_box_wrapper .swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.banner_box_wrapper .swiper-button-next,
.banner_box_wrapper .swiper-container-rtl .swiper-button-prev {
  right: auto;
  left: 97px;
}

.banner_box_wrapper .swiper-button-prev:after,
.banner_box_wrapper .swiper-container-rtl .swiper-button-next:after {
  content: "";
  position: absolute;
  width: 45px;
  height: 1px;
  background: #c18847;
  top: 0px;
  bottom: 0;
  left: -55px;
  margin: auto;
}

.banner_box_wrapper .swiper-button-prev:before,
.banner_box_wrapper .swiper-container-rtl .swiper-button-next:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -55px;
  margin: auto;
  background: #c18847;
  width: 45px;
  height: 1px;
}

.banner_box_wrapper .swiper-button-next:before,
.banner_box_wrapper .swiper-container-rtl .swiper-button-prev:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -55px;
  margin: auto;
  background: #c18847;
  width: 45px;
  height: 1px;
}

.int_main_wraapper {
  overflow: hidden;
  position: relative;
}

.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox1 .swipper_img h4 {
  -webkit-animation: fadeInLeft 1s linear;
  animation: fadeInLeft 1s linear;
}

.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox1 .swipper_img h2 {
  -webkit-animation: fadeInRight 1s linear;
  animation: fadeInRight 1s linear;
}

.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox1 .swipper_img h3 {
  -webkit-animation: fadeInLeft 1s linear;
  animation: fadeInLeft 1s linear;
}

.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox1 .swipper_img p {
  -webkit-animation: fadeInRight 1s linear;
  animation: fadeInRight 1s linear;
}

.banner_box_wrapper
  .swiper-slide.swiper-slide-active
  .imgbox1
  .swipper_img
  .int_btn {
  -webkit-animation: fadeInLeft 1s ease;
  animation: fadeInLeft 1s ease;
}

.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox2 .swipper_img h4 {
  -webkit-animation: fadeInDown 1s linear;
  animation: fadeInDown 1s linear;
}

.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox2 .swipper_img h2 {
  -webkit-animation: fadeInUp 1s linear;
  animation: fadeInUp 1s linear;
}

.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox2 .swipper_img h3 {
  -webkit-animation: fadeInUp 1s linear;
  animation: fadeInUp 1s linear;
}

.banner_box_wrapper .swiper-slide.swiper-slide-active .imgbox2 .swipper_img p {
  -webkit-animation: fadeInDown 1s linear;
  animation: fadeInDown 1s linear;
}

.banner_box_wrapper
  .swiper-slide.swiper-slide-active
  .imgbox2
  .swipper_img
  .int_btn {
  -webkit-animation: fadeInUp 1s ease;
  animation: fadeInUp 1s ease;
}

.swiper_imgbox .swipper_img > h1 {
  font-size: 90px;
  text-transform: uppercase;
  color: #252a2d;
  font-weight: 600;
  margin-top: 85px;
  margin-left: -9px;
}

.swiper_imgbox .btn_caret {
  right: -29px;
}

@media (max-width: 1600px) {
  .swiper_imgbox .swipper_img > h4 > span {
    font-size: 100px;
  }
}

@media (max-width: 1600px) {
  .swiper_imgbox .swipper_img > h2 {
    font-size: 60px;
  }
}

@media (max-width: 1600px) {
  .swiper_imgbox .swipper_img > h3 {
    font-size: 58px;
  }
}

@media (max-width: 1600px) {
  .swiper_imgbox .swipper_img > h1 {
    font-size: 100px;
    margin-top: 30px;
    margin-left: -5px;
  }
}

@media (max-width: 1600px) {
  .banner_box_wrapper .swiper_imgbox {
    margin: 40px 0 0;
    padding: 0 15px 0 0;
  }
}

@media (max-width: 1024px) {
  .swiper_imgbox .swipper_img > h4 {
    font-size: 11px !important;
    line-height: 27px;
  }

  .swiper_imgbox .swipper_img > h2,
  .swiper_imgbox .swipper_img > h3 {
    font-size: 30px !important;
    line-height: 27px;
  }

  .swiper_imgbox .swipper_img > p {
    font-size: 14px !important;
  }

  .swiper_imgbox .swipper_img > h1,
  .swiper_imgbox .swipper_img > h4 > span,
  .int_infosidebar {
    display: none;
  }

  .main_contentblock {
    padding: 20px 0px 100px;
  }

  .int_content_wraapper.int_content_left {
    margin-left: 20px;
  }

  .banner_box_wrapper .banner_navi {
    left: 70px;
    bottom: -8px;
  }
}

@media (max-width: 767px) {
  .main_contentblock {
    text-align: center;
    padding: 12px 0px 92px;
    width: 80%;
    margin: auto;
  }
}

@media (max-width: 480px) {
  .main_contentblock {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .swiper_imgbox .btn_caret {
    display: none;
  }

  .banner_box_wrapper .banner_navi {
    left: 48%;
    -webkit-transform: translate(-50px, 20px);
    transform: translate(-50px, 20px);
    bottom: 13px;
  }

  .main_imgblock {
    display: none;
  }

  .swiper_imgbox .homes-list .fa-bed,
  .swiper_imgbox .homes-list .fa-bath,
  .swiper_imgbox .homes-list,
  .int_white_bg .swiper_imgbox .homes-list .fa-bed,
  .int_white_bg .swiper_imgbox .homes-list .fa-bath,
  .int_white_bg .swiper_imgbox .homes-list {
    margin-left: 1rem;
  }

  .swiper_imgbox .homes-list li,
  .int_white_bg .swiper_imgbox .homes-list li {
    font-size: 13px !important;
  }
}

@media (max-width: 575px) {
  .int_content_wraapper.int_content_left {
    margin-left: 0;
  }

  .int_content_wraapper {
    margin-left: 0px;
  }

  .int_dark_bg .container-fluid.sd-f {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
  }

  .int_dark_bg .agents-grid {
    padding-left: 0px;
    padding-right: 1px;
    width: 100%;
  }
}

/* button css */

.int_btn,
.int_btn:focus {
  min-width: 140px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  outline: none;
  border: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #ffffff;
  background: #c18847;
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.int_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333333;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0% 10% 0;
  transform-origin: 0% 10% 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.int_btn:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.int_btn.left_zero:before {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.int_btn_two:focus {
  background: #ff1d4d;
}

.int_btn_two {
  background: #ff1d4d;
  width: 170px;
}

.btn_caret {
  height: 50px;
  line-height: 53px;
  background: #c18847;
  display: inline-block;
  padding: 0px 13px;
  position: absolute;
  top: 0;
  right: -29px;
}

.btn_caret_two {
  background: #f41a48;
}

.int_btn:hover {
  color: #fff;
  background: #555555;
}

/* button css */
/*------------------------------------*/
/*- 25. FEATURED PROPERTIES HOME 13 --*/
/*------------------------------------*/

.fs-listings,
.listings-container {
  position: relative;
  z-index: 9;
}

.listing-item {
  background-color: #fff;
  display: block;
  width: 100%;
  border-radius: 12px !important;
}

.owl-carousel .listing-item {
  margin-bottom: 0;
}

.listing-img-container {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
}

.listing-img-container img {
  width: 100%;
}

.listing-img-container:after,
.listing-img-container:before {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  content: "";
  z-index: 9;
  border-radius: 12px;
}

.listing-img-container:before {
  opacity: 0.9;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(65%, transparent),
    to(#2f2f2f)
  );
  background: linear-gradient(to bottom, transparent 65%, #2f2f2f);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.compact .listing-img-container:before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, transparent),
    to(#2f2f2f)
  );
  background: linear-gradient(to bottom, transparent 50%, #2f2f2f);
}

.listing-img-container:after {
  opacity: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    to(#66676b)
  );
  background: linear-gradient(to bottom, transparent 60%, #66676b);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.listing-img-container:hover:before {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.listing-img-container:hover:after {
  opacity: 0.9;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* Content on image */

.listing-img-container img {
  border-radius: 12px;
}

.project-filter-reverse .project-card .homes-content .row {
  width: 100% !important;
}

.project_brand_title {
  height: 100%;
  display: flex;
  width: 100%;
  justify-content: Center;
  align-items: center;
  padding: 12px !important;
}

.listing-img-content {
  position: absolute;
  /* z-index: 99; */
  bottom: 0;
  right: 0;
  padding: 0 !important;
  height: 100%;
  width: 140px;
  /* border-radius: 0 20px 10px 10px; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 30px;
  display: flex;
  border-radius: 0 12px 12px 0;
  flex-direction: column;
  justify-content: space-between;
}

.listing-img-content-promotion {
  position: absolute;
  text-transform: uppercase;
  background: #0a3e70cc !important;
  /* z-index: 99; */
  backdrop-filter: blur(5.5px) !important;
  bottom: 0;
  right: 0;
  width: 100%;
  /* border-radius: 0 20px 10px 10px; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  border-radius: 0 0 12px 12px;
  flex-direction: column;
  justify-content: space-between;
}

.compact .listing-img-content {
  padding: 0;
}

.compact .listing-img-content .listing-compact-title {
  padding: 23px 26px;
  display: block;
}

.compact .listing-img-content .listing-compact-title i {
  display: block;
  font-style: normal;
  font-size: 17px;
  padding: 0;
  margin: 2px 0 0 0;
}

.listing-hidden-content {
  position: relative;
  width: 100%;
  background-color: #c18847;
  color: #fff;
  height: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 12px;
  padding: 0 0 0 25px;
  display: block;
  overflow: hidden;
}

.listing-item.compact .listing-hidden-content li {
  opacity: 1;
}

.listing-item.compact:hover .listing-hidden-content {
  height: 70px;
}

.compact .listing-img-container:after {
  display: none;
}

.listing-item.compact li {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  line-height: 20px;
  padding: 15px 20px 0 0;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.listing-item.compact li span {
  display: block;
  font-size: 12px;
  color: #fff;
  margin: 0;
  padding: 0;
}

.compact .listing-img-container:after {
  opacity: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(35%, transparent),
    color-stop(95%, #2f2f2f)
  );
  background: linear-gradient(to bottom, transparent 35%, #2f2f2f 95%);
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.listing-img-container:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    to(#005aa9)
  );
  background: linear-gradient(to bottom, transparent 60%, #005aa9);
}

.listing-img-container:after,
.listing-img-container:before {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  content: "";
  z-index: 9;
}

.compact .listing-img-container:after {
  opacity: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(35%, transparent),
    color-stop(95%, #2f2f2f)
  );
  background: linear-gradient(to bottom, transparent 35%, #2f2f2f 95%);
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.listing-img-content span {
  color: #fff;
  font-size: 12px;
  width: 100%;
  font-weight: 500;
  height: 100%;
  white-space: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center !important;
}

.rounded {
  border-radius: 12px !important;
}

.listing-img-content .listing-price i {
  display: block;
  font-style: normal;
  font-size: 6px;
  padding: 0;
  margin: -4px 0 0 0;
}

/* Badges */

.listing-item.compact .listing-badges {
  position: absolute;
  top: 0;
  z-index: 8;
  right: 0;
  width: 100%;
  display: block;
  font-size: 12px;
  padding: 0px;
  overflow: hidden;
  height: 100px;
}

.listing-item.compact .listing-badges span {
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  float: right;
  background-color: black;
  border-radius: 12px !important;
  top: 15px;
  right: 15px;
  position: absolute;
}

.listing-item.compact .listing-badges span.rent {
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  float: right;
  background-color: #6449e7;
  border-radius: 12px !important;
  top: 15px;
  right: 15px;
  position: absolute;
}

.listing-item.compact .listing-badges .featured {
  background-color: #18ba60;
  float: left;
  left: 15px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 90px;
  font-size: 14.5px;
  margin: 0;
}

/*-----------------------------------*/
/*- 26. BANNER SLIDER HOME 14 --*/
/*-----------------------------------*/

body.int_white_bg {
  background-color: #fff;
}

.bg-white-1 {
  /* background: url(../images/bg/bg-pattern-dot.png) 0 0 repeat !important; */
}

.bg-white-2 {
  background: #f5f7fb !important;
}

.int_white_bg .section-title h3 {
  color: #333;
}

.int_white_bg .section-title h2 {
  color: #c18847;
}

.int_white_bg .section-title:before {
  background: #c18847;
}

.int_white_bg .slick-dots li.slick-active {
  -webkit-box-shadow: inset 0 0 0 6px #c18847;
  box-shadow: inset 0 0 0 6px #c18847;
}

.int_white_bg .slick-dots li:after {
  background: #c18847;
}

.int_white_bg .slick-dots li {
  -webkit-box-shadow: inset 0 0 0 2px #c18847;
  box-shadow: inset 0 0 0 2px #c18847;
}

.int_white_bg .services-home .bg-base {
  background: #c18847;
}

.int_white_bg .services-home .border-1 {
  border: 1px dashed #c18847 !important;
  background: #fff;
}

.int_white_bg .rec-pro .container-fluid {
  max-width: 1560px;
}

.int_white_bg .agents-grid {
  padding-left: 0px;
  padding-right: 1.25rem;
}

.int_white_bg .slick-prev:hover,
.int_white_bg .slick-next:hover {
  background: #c18847;
}

.int_white_bg .slick-next {
  right: -60px;
}

.int_white_bg .slick-prev {
  left: -80px;
}

.int_white_bg a.button.border,
a.button {
  background: #c18847;
}

.int_white_bg .services-home .text-bold-700 {
  color: #333;
}

.int_white_bg .services-home .agent-section p {
  color: #666;
}

.int_white_bg .services-home a.text-base {
  color: #333;
}

.int_white_bg .services-home a.text-base:hover {
  color: #c18847;
}

.int_white_bg .portfolio .project-single {
  border: 0px;
  margin-bottom: 0px;
}

.int_white_bg .btn.btn-outline-light {
  background: #c18847;
}

.int_white_bg .bg-all {
  margin-top: 0px;
}

.int_white_bg .portfolio .project-single {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.int_white_bg .feature-cities-1 .listing-badges .featured {
  background: #c18847;
}

.int_white_bg .team-content,
.int_white_bg .team-info {
  background: #fff;
  border: 0px;
}

.int_white_bg .team-wrap:hover .team-content .team-info {
  background: #fff;
}

.int_white_bg .team-content h3,
.int_white_bg .team-content p,
.int_white_bg .team-content span a {
  color: #333;
}

.int_white_bg .team .team-pro .fa {
  background: #c18847;
  border: 0px;
}

.int_white_bg .plan-price,
.int_white_bg .plan a.btn {
  background: #c18847;
}

.int_white_bg .plan a.btn.pro {
  background: #121b22;
}

.int_white_bg .plan-price:after {
  border-top-color: #c18847;
}

.int_white_bg .testimonials .owl-carousel .test-1 {
  background: #fff;
  border: 1px solid #e7e7e7;
}

.int_white_bg .testimonials .test-1 h3 {
  color: #333;
  margin-bottom: 1.5rem;
}

.int_white_bg .testimonials .test-1 h6,
.int_white_bg .testimonials .test-1 p::before {
  color: #333;
}

.int_white_bg .testimonials .test-1 p {
  color: #666;
}

.int_white_bg .testimonials .test-1 img {
  margin-bottom: 0.5rem;
}

.int_white_bg .starts .fa {
  color: #febe42 !important;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.int_white_bg .owl-dot.active {
  background: #c18847 !important;
}

.int_white_bg .testimonials .test-1 p::after {
  display: none;
}

.int_white_bg .blog-section .news-item {
  background: #fff;
}

.int_white_bg .blog-section .news-item h3 {
  color: #333;
}

.int_white_bg .blog-section .news-item-descr p {
  color: #666;
}

.int_white_bg .blog-section .news-item .date,
.int_white_bg .blog-section .news-link {
  color: #c18847;
}

.int_white_bg .blog-section .action-list .fa {
  color: #c18847;
}

.int_white_bg .blog-section .news-item h3:hover {
  color: #c18847;
}

.int_white_bg .first-footer .top-footer {
  border-top: 0px;
}

.int_white_bg .first-footer .contactus ul li .fa,
.int_white_bg .first-footer h3,
.int_white_bg .navigation ul li a,
.int_white_bg .twitter-widget.contuct .twitter-area .icon-holder i,
.int_white_bg .twitter-widget.contuct .twitter-area .text h5 {
  color: black !important;
}

.int_white_bg .newsletters p,
.int_white_bg .first-footer .netabout p {
  color: #666;
}

.int_white_bg .navigation ul li a:hover,
.int_white_bg .twitter-widget.contuct .twitter-area .text h5 a,
.int_white_bg .twitter-widget.contuct .twitter-area .text h4 {
  color: #c18847;
}

.int_white_bg .first-footer .navigation h3::after,
.int_white_bg .first-footer .widget h3::after,
.int_white_bg .first-footer .newsletters h3::after {
  background: #c18847;
}

.int_white_bg .first-footer .contactus .info p {
  color: #666;
}

.int_white_bg .first-footer .bloq-email .email input[type="email"] {
  border: 1px solid #c18847;
  background: #282d32;
  color: #fff;
}

.int_white_bg .first-footer .bloq-email .email input[type="submit"] {
  border: 1px solid #c18847;
  background: #c18847;
  color: #fff;
}

.int_white_bg
  .first-footer
  .bloq-email
  .email
  input::-webkit-input-placeholder {
  color: #fff;
}

.int_white_bg .first-footer .bloq-email .email input:-ms-input-placeholder {
  color: #fff;
}

.int_white_bg .first-footer .bloq-email .email input::-ms-input-placeholder {
  color: #fff;
}

.int_white_bg .first-footer .bloq-email .email input::placeholder {
  color: #fff;
}

.int_white_bg .second-footer p {
  color: #666;
}

.int_white_bg .second-footer p .fa-heart:before {
  color: #c18847;
}

.int_white_bg .go-up {
  background: #c18847;
}

.int_white_bg .portfolio .item {
  padding-bottom: 30px;
}

.int_white_bg .swiper_imgbox .swipper_img > h4 {
  font-size: 12px;
  text-transform: uppercase;
  color: #c18847;
  margin: 0;
  position: relative;
}

.int_white_bg .swiper_imgbox .swipper_img > h4 > span {
  font-size: 90px;
  text-transform: uppercase;
  font-weight: 400;
  color: #f1f1f1;
  position: absolute;
  left: 10px;
  right: 0;
  top: -50px;
  z-index: -1;
}

.int_white_bg .swiper_imgbox .swipper_img > h2 {
  color: #333;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.int_white_bg .swiper_imgbox .swipper_img > h3 {
  font-size: 26px;
  color: #c18847;
  margin-bottom: 20px;
  font-weight: 300;
}

.int_white_bg .swiper_imgbox .homes-list li,
.int_white_bg .swiper_imgbox .homes-list li i {
  color: #333;
  font-size: 12px;
}

.int_white_bg .swiper_imgbox .swipper_img > h3 > .banner_span1 {
  color: #c18847;
}

.int_white_bg .swiper_imgbox .swipper_img > p {
  color: #333;
  margin-bottom: 15px;
}

.int_white_bg .banner_box_wrapper .swiper-button-next,
.banner_box_wrapper .swiper-button-prev {
  color: #fff;
}

.int_white_bg .banner_box_wrapper .swiper-button-prev:after,
.banner_box_wrapper .swiper-container-rtl .swiper-button-next:after {
  content: "";
  position: absolute;
  width: 45px;
  height: 1px;
  background: #c18847;
  top: 0px;
  bottom: 0;
  left: -55px;
  margin: auto;
}

.int_white_bg .banner_box_wrapper .swiper-button-prev:before,
.banner_box_wrapper .swiper-container-rtl .swiper-button-next:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -55px;
  margin: auto;
  background: #c18847;
  width: 45px;
  height: 1px;
}

.int_white_bg .banner_box_wrapper .swiper-button-next:before,
.banner_box_wrapper .swiper-container-rtl .swiper-button-prev:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -55px;
  margin: auto;
  background: #c18847;
  width: 45px;
  height: 1px;
}

.int_white_bg .swiper_imgbox .swipper_img > h1 {
  font-size: 90px;
  text-transform: uppercase;
  color: #f1f1f1;
  font-weight: 600;
  margin-top: 85px;
  margin-left: -9px;
}

.int_white_bg .banner_box_wrapper .swiper-button-prev,
.int_white_bg .banner_box_wrapper .swiper-button-next {
  color: #111;
}

.int_white_bg .int_infosidebar {
  background: #fff;
}

.int_white_bg .int_infosidebar .siderbar_social > ul > li > a,
.int_white_bg .int_infosidebar .siderbar_contact > a,
.int_white_bg .int_infosidebar .siderbar_email > a {
  color: #333;
}

.int_white_bg .portfolio .item {
  padding-bottom: 30px;
}

.int_white_bg .first-footer .bloq-email .email input[type="submit"] {
  margin-top: 0px;
}

.int_white_bg .container-fluid.sd-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.int_white_bg .blog-section .news-item-sm .news-img-link {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

@media (max-width: 575px) {
  .int_white_bg .container-fluid.sd-f {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
  }

  .int_white_bg .agents-grid {
    padding-left: 0px;
    padding-right: 1px;
    width: 100%;
  }
}

/*---------------------------------------*/
/*--- 27. TYPED IMAGE HOME 15 ---*/
/*---------------------------------------*/

.parallax-searchs.home15 {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url("../images/bg/bg-15.jpg") no-repeat center top;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/bg/bg-15.jpg") no-repeat center top;
  background-size: cover;
  background-attachment: fixed !important;
  width: 100%;
  height: 90vh;
}

.parallax-searchs.home15.thome-6 {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url(../images/bg/thome-6.jpg) no-repeat center top;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/bg/thome-6.jpg) no-repeat center top;
  background-size: cover !important;
  background-attachment: fixed !important;
  width: 100%;
  height: 95vh;
  position: relative;
  z-index: 99;
}

.parallax-searchs.thome-1 {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.3)),
      to(rgba(0, 0, 0, 0.3))
    ),
    url(../images/bg/bg-h-1.jpg) no-repeat center top !important;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../images/bg/bg-h-1.jpg) no-repeat center top !important;
  background-size: cover;
  background-attachment: fixed !important;
  width: 100%;
  height: 95vh;
}

.parallax-searchs.thome-10 {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.3)),
      to(rgba(0, 0, 0, 0.3))
    ),
    url(../images/bg/bg-h-10.jpg) no-repeat center top !important;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../images/bg/bg-h-10.jpg) no-repeat center top !important;
  background-size: cover;
  background-attachment: fixed !important;
  width: 100%;
  height: 100vh !important;
}

.parallax-searchs.home15.thome-10 .hero-inner {
  text-align: center;
  padding: 315px 0 !important;
}

.parallax-searchs.home15.thome-6 .hero-inner {
  text-align: center;
  padding: 290px 0;
}

.th-15 .rec-pro .container-fluid {
  max-width: 1560px;
}

.home-11 .rec-pro .container-fluid {
  max-width: 1560px;
}

.home-11 .house-details.thehp-1 i {
  color: #fff;
  font-weight: 300;
}

.home-11 .header-user-name,
.home-11 .header-user-name:before {
  color: #666 !important;
}

.home-11 .request h3::after {
  background: #fff;
}

.home-11 .request .btn {
  background: #005aa9;
}

.home-11 .request .btn:hover {
  background: #005aa9;
}

.home-11 .call-info ul li .fa {
  color: #fff;
}

.home-11 .sec-title {
  text-align: center;
  padding-bottom: 2rem;
}

.home-11 .sec-title h2 {
  color: #111;
  font-weight: 600;
  text-transform: capitalize;
}

.home-11 .sec-title h2 span {
  position: relative;
  color: #444;
  font-weight: 500;
}

.home-11 .sec-title p {
  margin-top: 13px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  max-width: 550px;
}

.home-11 .first-footer .bloq-email .email input[type="submit"],
.homepage-6 .first-footer .bloq-email .email input[type="submit"],
.th-15 .first-footer .bloq-email .email input[type="submit"] {
  margin-top: 0px;
}

.homepage-1 .header-user-name,
.homepage-1 .header-user-name:before {
  color: #fff;
}

.homepage-1 .agents-grid .project-single {
  border: none !important;
}

.homepage-6 .rec-pro2.hmp .container-fluid {
  max-width: 1320px;
}

.homepage-6 .recent-16.hmp {
  display: block;
  position: relative;
  overflow: hidden;
  height: 310px;
}

.homepage-6 .portfolio .homes-content .homes-list li,
.hmp7 .portfolio .homes-content .homes-list li {
  width: 33.3%;
}

.hmp7 .portfolio .homes-content .homes-list li i {
  color: #2d2d2d;
  font-size: 12px;
}

.hmp7 .portfolio .footer i {
  color: #2d2d2d;
  font-size: 12px;
}

.hmp7 .rp2 .slick-dots li.slick-active,
.hmp7 .rp2 .slick-dots li {
  -webkit-box-shadow: inset 0 0 0 3px rgba(74, 74, 76, 0.4) !important;
  box-shadow: inset 0 0 0 3px rgba(74, 74, 76, 0.4) !important;
}

.hmp7 .rp2 .slick-dots li:after {
  background: #696565;
}

.homepage-6 .small-category-2 {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.homepage-6 .how-it-works .serv-flex {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.homepage-6 .portfolio .homes-content {
  border-bottom: 3px solid #e8e8e8;
}

.homepage-6 .portfolio .project-head img {
  opacity: 1 !important;
}

.homepage-6 .recent-title {
  font-size: 20px;
  font-weight: 500;
}

.home-11 .container-fluid.sd-f,
.homepage-6 .container-fluid.sd-f,
.th-15 .container-fluid.sd-f,
.homepage-1 .container-fluid.sd-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.th-15 .recent-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.th-15 .price-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.th-15 .recent-details {
  padding-bottom: 0px;
}

.th-15 .recent-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}

.th-15 .house-details {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.th-15 .house-details.thehp-1 i {
  color: #18ba60;
}

.th-15 .portfolio .homes-content .homes-list li {
  width: 33.3%;
}

.th-15 .sec-title {
  text-align: center;
  padding-bottom: 2rem;
}

.th-15 .sec-title h2 {
  color: #111;
  font-weight: 600;
  text-transform: capitalize;
}

.th-15 .sec-title h2 span {
  position: relative;
  color: #444;
  font-weight: 500;
}

.th-15 .sec-title p {
  margin-top: 13px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  max-width: 550px;
}

.th-15 .blog-section .news-item-sm .news-img-link {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.th-15 div.partners-1,
.th-15 div.partners {
  padding: 2.6rem 0;
}

.th-15 .top-location .tp-caption p {
  color: #fff;
  margin-bottom: 0px;
}

.th-15 .top-location .tp-caption {
  bottom: 0px;
}

.th-15 .top-location .tp-caption p {
  opacity: 10;
}

@media only screen and (max-width: 1024px) {
  .th-15 .price-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .th-15 .recent-title {
    margin-bottom: 20px;
  }

  .th-15 .featured-boxes-area {
    margin-bottom: 4.6rem;
  }

  .th-15 .team-block {
    padding-bottom: 2.5rem;
  }

  .th-15 .team-block.pb-none {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .th-15 .team-block.pb-none {
    padding-bottom: 2.5rem;
  }

  .home-11 .container-fluid.sd-f,
  .homepage-6 .container-fluid.sd-f,
  .th-15 .container-fluid.sd-f,
  .homepage-1 .container-fluid.sd-f {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 450px) {
  .parallax-searchs.home15.thome-6 {
    height: 95vh;
  }
}

@media only screen and (max-width: 991px) {
  .parallax-searchs.home15.thome-6 .hero-inner {
    padding: 100px 0;
  }
}

.parallax-searchs.home15 .welcome-text p {
  color: rgba(255, 255, 255, 0.89);
  font-size: 12px;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  text-transform: capitalize;
  line-height: 37px;
  font-weight: 400;
}

.parallax-searchs.home15 .hero-inner {
  text-align: center;
  padding: 320px 0;
}

.parallax-searchs .welcome-text p {
  color: #fff;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 500;
}

.parallax-searchs .welcome-text h1 {
  font-size: 36px;
  color: #fff;
  text-transform: capitalize;
}

/* Search Form */

.parallax-searchs .trip-search {
  background: #fff;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 50px;
  text-align: left;
  margin-top: 30px;
}

.parallax-searchs .trip-search .form {
  line-height: 0px;
}

.parallax-searchs .form-group {
  width: 190px;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 0px;
}

.parallax-searchs .form-group:last-child {
  margin-right: 0px;
}

.parallax-searchs .form-group .nice-select {
  margin: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border-radius: 12px !important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #757575;
  font-family: "Inter", sans-serif !important;
  font-weight: 500;
  font-size: 12px;
}

.border-bottom {
  border-bottom: 1px solid #e8e8e8 !important;
}

.brand-head .card .brand-logo {
  height: 100px;
  object-fit: cover;
  background-color: white;
  width: 100%;
  object-fit: cover !important;
}

.parallax-searchs .form-group .nice-select:hover {
  color: #18ba60;
}

.parallax-searchs .form-group .nice-select::after {
  right: 20px;
  color: #757575;
}

.parallax-searchs .form-group .nice-select i {
  color: #18ba60;
  font-size: 1.2rem;
  margin-top: 5px;
  margin-right: 10px;
}

.parallax-searchs .form-group .list li {
  color: #757575;
}

.parallax-searchs .form-group .list li.selected {
  color: #757575;
  font-weight: 400;
}

.parallax-searchs .form-group .list li:hover {
  color: #fff;
  background: #18ba60;
}

.parallax-searchs .form-group.location {
  width: 150px;
}

.parallax-searchs .form-group.button {
  width: 145px;
  position: relative;
  height: 50px;
}

.parallax-searchs .form-group .btn {
  display: block;
  width: 100%;
  background: #18ba60;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  top: 0;
  height: 50px;
  line-height: 50px;
  padding: 0;
  font-size: 12px;
  border: none;
  border-radius: 50px;
}

.parallax-searchs .form-group .btn:hover {
  background: #121b22;
  color: #fff;
}

.th-15 .header-user-name,
.th-15 .header-user-name:before {
  color: #fff;
}

.th-15 #navigation.style-2.cloned .header-user-name,
.th-15 #header.cloned.sticky .header-user-name,
.th-15 #navigation.style-2.cloned .header-user-name:before,
.th-15 #header.cloned.sticky .header-user-name:before {
  color: #666;
}

@media only screen and (max-width: 1024px) {
  .parallax-searchs .trip-search .form-group {
    margin-top: 15px;
    margin-right: 20px;
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .parallax-searchs .trip-search .form-group {
    margin-top: 15px;
    margin-right: 20px;
  }

  .parallax-searchs.home15 {
    height: 100vh;
  }

  .parallax-searchs .trip-search {
    border-radius: 1px;
  }

  .parallax-searchs .hero-inner {
    margin: 97px 0 !important;
  }

  .parallax-searchs.home15 .hero-inner {
    padding: 30px 0;
  }

  .parallax-searchs .welcome-text h1 {
    font-size: 26px;
  }

  .parallax-searchs.home15 .welcome-text p {
    font-size: 12px;
  }

  .featured-boxes-area {
    top: 50px;
  }

  .int_dark_bg .portfolio .item.landscapes.no-pb {
    margin-bottom: 0px;
  }

  .int_dark_bg .portfolio .item.landscapes.no-pb {
    padding-bottom: 30px;
  }
}

.custom-photo-style {
  width: 200px;
  height: 120px;
  object-fit: contain;
  padding: 10px;
}

.frame-wrapper {
  width: 200px;
  height: 130px;
}

@media only screen and (max-width: 768px) {
  .parallax-searchs.home15 .hero-inner {
    padding: 130px 0;
  }

  .custom-photo-style {
    width: 100%;
    height: 120px;
    object-fit: contain;
    padding: 10px;
  }

  .frame-wrapper {
    width: 100%;
    height: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .parallax-searchs .welcome-text h1 {
    font-size: 30px;
  }

  .parallax-searchs .hero-inner {
    margin: 69px 0;
  }

  .parallax-searchs .trip-search .form-group {
    margin-top: 10px;
    width: 100%;
  }

  .header-top.head-tr {
    display: none;
  }
}

@media only screen and (max-width: 450px) {
  .parallax-searchs .welcome-text h1 {
    font-size: 20px !important;
    line-height: 34px;
    margin-bottom: 40px;
  }

  .parallax-searchs .hero-inner {
    padding-top: 55px !important;
  }

  .parallax-searchs.home15 .welcome-text p {
    display: none;
  }

  .parallax-searchs.home15 {
    height: 100vh;
  }

  .featured-boxes-area {
    top: 100px;
    padding-bottom: 6rem;
  }

  .parallax-searchs .welcome-text p {
    font-size: 12px;
  }

  .parallax-searchs .hero-inner {
    margin: 70px 0;
  }

  .parallax-searchs .trip-search {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 360px) {
  .parallax-searchs .welcome-text h1,
  .parallax-searchs.home15 .welcome-text p {
    display: none;
  }

  .parallax-searchs .hero-inner {
    padding-top: 45px !important;
  }

  .parallax-searchs .trip-search {
    margin-top: 0px;
  }
}

/*--------------------------------------------*/
/*-- 28. SECTION INFO HOME 15 --*/
/*--------------------------------------------*/

.featured-boxes-area {
  position: relative;
  z-index: 1;
  margin-top: -100px;
}

.featured-boxes-inner {
  background-color: #fff;
  border-radius: 12px !important;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.featured-boxes-inner .col-lg-3 {
  border-right: 1px solid #e8e8e8;
}

.featured-boxes-inner .col-lg-3:last-child {
  border-right: none;
}

.single-featured-box {
  text-align: center;
  position: relative;
  padding: 115px 25px 40px;
  overflow: hidden;
}

.single-featured-box .icon {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #ee0979;
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-top: -13px;
}

.single-featured-box .icon i::before {
  font-size: 55px;
}

.single-featured-box h3 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 15px 0;
  font-size: 12px;
}

.single-featured-box p {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 12px;
  margin-top: 13px;
  margin-bottom: 0;
}

.single-featured-box .read-more-btn {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #000),
    to(#000)
  );
  background: linear-gradient(90deg, #000 0, #000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6;
  transition: 0.6;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.single-featured-box .read-more-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 1px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #18ba60),
    to(#18ba60)
  );
  background: linear-gradient(90deg, #18ba60 0, #18ba60 100%);
}

.single-featured-box .read-more-btn:hover::before {
  width: 100%;
}

.single-featured-box:hover .icon {
  top: 23px;
  -webkit-animation: 0.4s ease-in-out iconTop;
  animation: 0.4s ease-in-out iconTop;
}

.single-featured-box:hover h3,
.single-featured-box:hover p {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.single-featured-box:hover .read-more-btn {
  opacity: 1;
  visibility: visible;
  bottom: 23px;
}

@-webkit-keyframes iconTop {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  25% {
    opacity: 0;
    -webkit-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@keyframes iconTop {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  25% {
    opacity: 0;
    -webkit-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

@-webkit-keyframes rotateMe {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateMe {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*---------------------------------------------*/
/*-- 29. SECTION FEATURED PROPERTIES HOME 15 --*/
/*---------------------------------------------*/

section.featured.home15 {
  padding: 6rem 0;
  background: #fff;
}

.featured.home15 .sec-title {
  margin-left: 0;
}

.featured.home15 .sec-title h2 span {
  font-weight: 600;
  color: #111;
}

.featured.home15 .sec-title h2 {
  color: black;
  margin-bottom: 0.5rem;
}

.featured.home15 .item {
  padding-bottom: 30px;
}

.featured.home15 .filters-group {
  margin-bottom: 2.5rem;
  padding-left: 0px;
}

.featured.home15 .filters-group ul {
  padding-left: 0px;
}

.featured.home15 .filters-group ul li {
  list-style: none;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  text-transform: capitalize;
  font-weight: 500;
  cursor: pointer;
  border-radius: 12px !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.featured.home15 .filters-group ul li:hover {
  background: black;
  color: #fff;
}

.featured.home15 .filters-group {
  text-align: center;
  border-radius: 12px !important;
}

@media screen and (max-width: 543px) {
  .featured.home15 .filters-group ul {
    padding-left: 0px;
  }

  .featured.home15 .filters-group ul li:hover {
    background: none;
    color: #000;
  }
}

.featured.home15 .filters-group .active {
  background: black;
  color: #fff;
}

.project-single {
  margin-bottom: 10px;
}

.project-single.no-mb {
  margin-bottom: 0px;
}

.featured.home15 .item.no-pb {
  padding-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .project-single.no-mb.last:last-child {
    margin-bottom: 0px;
  }

  .featured.home15 .filters-group {
    text-align: left;
    margin-bottom: 2rem;
  }

  .filters-group.col-md-6 {
    margin-left: 1rem;
  }

  .featured.home15 .item.sale.no-pb {
    padding-bottom: 1.6rem;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  .featured.home15 .item.landscapes.no-pb {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .featured.home15 .item.h33 {
    padding-bottom: 30px !important;
  }

  .project-single.mbx-10 {
    margin-bottom: 10px;
  }

  .featured .compare {
    margin-top: 0.9rem !important;
  }
}

.homes-img {
  display: block;
}

.homes,
.homes-img {
  position: relative;
  overflow: hidden;
}

.featured.home15 .homes-tag.featured {
  background-color: transparent !important;
  float: left;
  left: 0px !important;
  top: 0px !important;
  position: relative;
  text-align: left;
  width: 200px !important;
  font-size: 14px !important;
  margin: 0;
}

.featured.home15 .homes-tag.button.alt.featured.pt-44 {
  padding-top: 25px;
  padding-left: 0px;
}

.featured.home15 .homes .button {
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 12px !important;
  color: #fff;
  border: none;
  background-color: black;
  display: inline-block;
  z-index: 99;
}

.featured.home15 .homes-tag.featured {
  left: 15px !important;
  margin-top: 15px;
}

.featured.home15 .homes-price,
.featured.home15 .homes-tag {
  position: absolute !important;
  z-index: 99 !important;
}

.featured.home15 .homes-tag.sale {
  background: #005aa9 !important;
  width: 84px !important;
  height: 36px;
}

.featured.home15 .homes-tag.sale {
  right: 15px;
  margin-top: 15px;
  top: 0;
}

.featured.home15 .homes-tag.sale.rent {
  background: #34495e !important;
  text-align: center;
  color: #fff;
  width: 96px !important;
  z-index: 99;
}

.featured.home15 .price-properties {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 1rem;
}

.featured.home15 .compare {
  margin-top: 1.1rem;
  line-height: 0px;
}

.featured.home15 .compare a {
  margin-right: 1.5rem;
}

.featured.home15 .compare a:last-child {
  margin-right: 0px;
}

.featured.home15 .compare i {
  font-size: 12px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.featured.home15 .fa-exchange-alt {
  color: #666;
}

.featured.home15 .fa-exchange-alt:hover {
  color: #18ba60;
}

.featured.home15 .fa-share-alt {
  color: #666;
}

.featured.home15 .fa-share-alt:hover {
  color: #ffb200;
}

.featured.home15 .fa-heart-o {
  color: #666;
}

.featured.home15 .fa-heart-o:hover {
  color: #005aa9;
}

.featured.home15 .homes-price {
  color: #fff;
  font-size: 13px !important;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 12px !important;
  background: #18ba60;
  bottom: 20px;
  left: 15px;
  z-index: 99;
}

.featured.home15 .homes-content {
  background: #212529 !important;
  padding: 20px 20px !important;
}

.featured.home15 .homes-content h3.title a {
  font-size: 12px;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  text-decoration: none;
}

.featured.home15 .homes-content h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #444;
  margin-bottom: 20px;
}

.featured.home15 .homes-content h3 a {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.featured.home15 .homes-content h3 a:hover {
  color: black;
}

.price-properties h3 {
  margin-top: 1.3 !important;
  margin-bottom: 0px;
}

.featured.home15 .homes-content .homes-address {
  margin-top: 0px;
}

.featured.home15 .homes-content .homes-address .fa-map-marker {
  font-size: 12px;
  text-decoration: none;
  color: #18ba60;
}

.featured.home15 .homes-content .homes-address a {
  text-decoration: none;
}

.featured.home15 .homes-content .homes-address a span {
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 1px;
  text-decoration: none;
}

.featured.home15 .homes-address span {
  color: #666;
}

.featured.home15 .homes-content .homes-address a i {
  margin-right: 10px;
}

.featured.home15 .homes-content .homes-list {
  padding-left: 0px;
  padding-bottom: 0;
  margin: 0;
}

.featured.home15 .homes-content .homes-list li {
  width: 33%;
  float: left;
  font-size: 12px;
  line-height: 40px;
  list-style: none;
  color: black;
}

.featured.home15 .homes-content .homes-list li i {
  font-size: 12px;
  margin-right: 5px;
  color: #cecdcd;
}

.featured.home15 .homes-content .homes-list span {
  color: #fff;
}

.featured.home15 .footer {
  background: none;
  border-top: 1px solid #d8d8d8;
  padding-top: 1rem;
  font-size: 12px;
  color: #666;
}

.featured.home15 .footer a {
  color: #666;
  text-decoration: none;
}

.featured.home15 .footer span {
  float: right;
}

.featured.home15 .footer i {
  margin-right: 5px;
  font-size: 12px;
  color: #666;
}

/*----- HOVER EFFECT -----*/

.featured.home15 .project-single {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: 0px !important;
}

.featured.home15 .project-inner {
  position: relative;
  overflow: hidden;
}

.featured.home15 .project-head {
  position: relative;
  text-align: center;
}

.featured.home15 .project-head:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  z-index: 33;
  background: #121b22;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.featured.home15 .project-single:hover .project-head:before {
  opacity: 0.8;
}

.featured.home15 .project-head img {
  width: 100%;
  z-index: 2;
}

.featured.home15 .project-bottom {
  text-align: center;
  padding: 10px 0 0;
  position: absolute;
  width: 100%;
  text-align: left;
  z-index: 333;
  text-align: center;
  top: 50%;
  margin-top: -23.5px;
}

.featured.home15 .project-bottom h4 {
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.featured.home15 .project-bottom h4:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}

.featured.home15 .project-single:hover .project-bottom h4 {
  opacity: 1;
  visibility: visible;
}

.featured.home15 .project-bottom h4 a {
  color: #fff;
  text-decoration: none;
}

.featured.home15 .project-bottom h4 span {
  display: block;
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
  font-weight: 400;
}

.featured.home15 .button-effect {
  position: absolute;
  text-align: left;
  bottom: 0;
  right: 0;
  z-index: 33;
  background: transparent;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 0;
  visibility: visible;
  padding: 8px 15px;
  border-radius: 20px 0 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 0.7rem;
}

.featured.home15 .project-single .button-effect {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.featured.home15 .button-effect .btn {
  display: inline-block;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin-right: 15px;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  line-height: 33px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

.featured.home15 .button-effect .btn:hover {
  color: #fff;
}

.featured.home15 .button-effect .btn:last-child {
  margin: 0;
}

.featured.home15 .load-button {
  margin-top: 50px;
}

.featured.home15 .load-button .btn {
  padding: 14px 30px;
  color: #fff;
  font-weight: 500;
  border: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0;
}

.featured.home15 .load-button .btn:hover {
  background: #353535;
}

.featured.home15 .button-effect .fa-link:before {
  content: "\f0c1";
  font-family: FontAwesome;
  color: #fff;
}

.featured.home15 .button-effect .fa-video:before {
  content: "\f03d";
  font-family: FontAwesome;
  color: #fff;
}

.featured.home15 .button-effect .fa-photo:before {
  content: "\f03e";
  font-family: FontAwesome;
  color: #fff;
}

/*----------------------------------------------*/
/*-------- 30. SECTION INFO HELP HOME 15 -------*/
/*----------------------------------------------*/

.info-help {
  padding: 6rem 0;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.3)),
      to(rgba(255, 255, 255, 0.3))
    ),
    url(../images/bg/bg-info3.jpg) no-repeat scroll center center;
  background: linear-gradient(
      rgba(255, 255, 255, 0.3),
      rgba(255, 255, 255, 0.3)
    ),
    url(../images/bg/bg-info3.jpg) no-repeat scroll center center;
  background-size: cover;
  position: relative;
  z-index: 3;
}

.info-help:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.info-help .info-head .info-text {
  padding-left: 0px;
}

.info-help .info-head .info-text h3 {
  font-size: 30px;
  line-height: 45px;
  color: #fff;
  margin-bottom: 0px;
}

.info-help .info-head .info-text p {
  font-size: 12px;
  font-weight: 400;
  line-height: 35px;
  color: #fff;
  padding: 1rem 0;
  margin-bottom: 0px;
}

.info-help .info-head .info-text .btn-pro {
  background: #18ba60;
  color: #fff;
  margin-top: 10px;
  border: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.info-help .info-head .info-text .btn-pro:hover {
  background: #121b22;
}

@media screen and (max-width: 767px) {
  .info-help .info-head .info-text h3 {
    font-size: 25px;
  }

  .info-help .info-head .info-text p {
    font-size: 12px;
  }
}

.rev_row_zone_bottom,
.tp-caption.have {
  bottom: 80px;
}

.hermes .tp-bullet,
.uranus.tparrows {
  display: none;
}

/*------------------------------------------*/
/*--- 31. SECTION VISITED CITIES HOME 15 ---*/
/*------------------------------------------*/

section.visited-cities {
  padding: 6rem 0;
}

.visited-cities .img-box {
  height: 280px;
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 90;
  border-radius: 12px !important;
}

.visited-cities .img-box.no-mb {
  margin-bottom: 0px;
}

.visited-cities .img-box:hover {
  background: black;
}

.visited-cities .img-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #121b22;
  opacity: 0.2;
  z-index: 99;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.visited-cities .listing-badges {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  display: block;
  font-size: 12px;

  padding: 0px;
  overflow: hidden;
  height: 100px;
}

.visited-cities .listing-badges .featured {
  background-color: black;
  float: left;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: -67px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 12px;
  margin: 0;
}

.visited-cities .listing-badges span {
  color: #fff;
  display: inline-block;
  padding: 3px;
  float: right;
  background-color: rgba(74, 74, 76, 0.7);
  border-radius: 12px !important;
  top: 15px;
  right: 15px;
  position: absolute;
}

.visited-cities .starts {
  list-style: none;
  margin-top: 0;
  padding: 0px;
  margin-bottom: 0px;
}

.visited-cities .starts li {
  text-align: center;
  display: inline-block;
  margin-bottom: 0px;
}

.visited-cities .starts .fa {
  color: #fe4f4f !important;
}

.visited-cities .starts ul {
  margin-bottom: 0px;
}

.visited-cities .img-box-content {
  position: absolute;
  z-index: 101;
  top: 50%;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  -webkit-transform: translate(0, -50.5%);
  transform: translate(0, -50.5%);
}

.visited-cities .img-box-content h4 {
  font-size: 20px;
  color: #fff;
  margin: 0;
}

.visited-cities .img-box-content span {
  font-size: 12px;
  color: #fff;
}

.visited-cities .img-box img {
  background-size: cover;
  background-position: 50%;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.55s;
  transition: all 0.55s;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}

@media screen and (max-width: 991px) {
  .visited-cities .pr {
    padding-right: 5px;
  }

  .tp-caption.have {
    bottom: -80px;
  }
}

@media screen and (max-width: 767px) {
  .visited-cities .img-box.no-mb {
    margin-bottom: 1.5rem;
  }

  .visited-cities .img-box.no-mb.x3 {
    margin-bottom: 0px;
  }

  .visited-cities .img-box.san.no-mb.x3 {
    margin-bottom: 0px !important;
  }

  .visited-cities .img-box.mi,
  .visited-cities .img-box {
    margin-bottom: 1.6rem !important;
  }

  .visited-cities .bg-all {
    margin-top: 0px;
  }

  .visited-cities .pr-1,
  .feature-categories .pr-1,
  .feature-categories .mt,
  .visited-cities .pr {
    padding-right: 15px !important;
  }
}

/*-----------------------------------------------*/
/*--- 32. SECTION RECENTLY PROPERTIES HOME 16 ---*/
/*-----------------------------------------------*/

.recent-16 {
  display: block;
  position: relative;
  overflow: hidden;
  height: 250px;
}

.recent-img16 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.recent-content {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.4))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.recent-details {
  position: absolute;
  padding: 20px;
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.recent-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 4px;
}

.recent-price {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
}

.recent-price > small {
  font-size: 60%;
}

.house-details {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.house-details > span {
  opacity: 0.5;
  display: inline-block;
  padding: 0 5px;
}

.recent-16:hover .recent-details {
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}

.view-proper {
  position: absolute;
  color: #fff;
  padding: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  font-size: 12px;
  opacity: 0;
  font-weight: 400;
  -webkit-transform: translateY(400%);
  transform: translateY(400%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.recent-16:hover .view-proper {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.img-center {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.heithree {
  height: 250px !important;
  width: 500px !important;
  margin: 0 auto;
  background-size: contain !important;
  background-position: inherit !important;
  background-repeat: no-repeat !important;
}

.heitwo {
  background-size: contain !important;
  background-position: inherit !important;
  background-repeat: no-repeat !important;
}

/*----------------------------*/
/*--- 33. PARALLAX HOME 17 ---*/
/*----------------------------*/

.parallax-searchs.home17 {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.2)),
      to(rgba(0, 0, 0, 0.2))
    ),
    url("../images/bg/home-17-2.jpg") no-repeat center top;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../images/bg/home-17-2.jpg") no-repeat center top;
  background-size: cover;
  background-attachment: fixed !important;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 99;
}

.banner-inner-wrap {
  height: 110vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-inner-area {
  position: relative;
}

.th-17 .rld-banner-tab {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.th-17 .nav-item a.active,
.th-17 .nav-item a:hover,
.th-17 .nav-item a.active:before,
.th-17 .btn.btn-yellow,
.th-17 .range-slider .ui-widget-header,
.th-17 .checkboxes input[type="checkbox"]:checked + label:before {
  background: black;
}

.th-17 .dropdown-filter span::after,
.th-17 .form-group .nice-select i,
.th-17 a.btn.btn-yellow:hover,
.th-17 .form-group .nice-select:hover {
  color: black;
}

.th-17 .range-slider .ui-slider .ui-slider-handle {
  border: 2px solid black;
}

.th-17 .explore__form-checkbox-list.full-filter.filter-block {
  margin-top: 22px;
}

.tab-content > .active {
  display: block;
}

.banner-inner .sub-title {
  color: #fff;
  margin-bottom: 22px;
}

.banner-inner h1 {
  color: #fff;
  font-size: 45px;
  line-height: 66px;
  font-family: "Inter", sans-serif !important;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.banner-inner .content {
  margin-top: 20px;
  margin-bottom: 0;
}

.banner-inner .banner-btn-wrap {
  margin-top: 19px;
}

.banner-inner .btn {
  height: 55px;
  line-height: 55px;
}

.banner-inner .video-play-btn {
  height: 55px;
  width: 55px;
  line-height: 52px;
  text-align: center;
  border-radius: 12px !important;
  display: inline-block;
  border: 2px solid #e8e8e8;
  font-size: 20px;
  color: #fff;
}

.banner-inner .rld-banner-search {
  margin-top: 33px;
}

.thumb-wrap {
  position: absolute;
  bottom: 0;
}

.main-search-area {
  margin-top: -50px;
}

.rld-main-search {
  padding: 50px 30px 35px 30px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
  border-radius: 0 6px 6px 6px;
}

.rld-main-search .rld-single-input,
.rld-main-search .rld-single-select .single-select {
  margin-bottom: 15px;
}

.rld-main-search .btn {
  width: 100%;
}

.btn-yellow {
  background: black;
  color: #fff;
  border: 1px solid black;
}

.btn.btn-yellow {
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  border-radius: 12px !important;
  overflow: hidden;
  position: relative;
  border: 0px solid black;
  font-size: 12px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 600;
}

.btn-yellow:hover,
.btn-yellow:focus {
  background: #fff;
  border: 1px solid black;
  color: black;
}

.rld-single-input {
  position: relative;
}

.rld-single-input input {
  height: 48px;
  line-height: 48px;
  width: 100%;
  padding: 0 20px;
  border: 1px solid #e8e8e8;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 12px !important;
  font-size: 12px;
}

.rld-single-input input:hover,
.rld-single-input input:active,
.rld-single-input input:focus {
  border: 1px solid black;
}

.rld-single-input.left-icon:before {
  content: "\f041";
  font-size: 12px;
  font-family: fontawesome;
  color: black;
  position: absolute;
  top: 13px;
  background-size: auto;
  height: 17px;
  width: 13px;
  left: 19px;
  background-repeat: no-repeat;
}

.rld-single-input.left-icon input {
  padding-left: 40px;
}

.rld-single-input textarea {
  height: 120px;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #e8e8e8;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 12px !important;
  font-size: 12px;
}

.rld-single-input textarea:hover,
.rld-single-input textarea:active,
.rld-single-input textarea:focus {
  border: 1px solid black;
}

.rld-single-select .single-select {
  height: 48px;
  line-height: 47px;
  width: 100%;
  padding: 0 34px 0 20px;
  border: 1px solid #e8e8e8;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  border-radius: 12px !important;
}

.rld-single-select .single-select:hover,
.rld-single-select .single-select:active,
.rld-single-select .single-select:focus {
  border: 1px solid black;
}

.rld-single-select .single-select:after {
  border: 0;
}

.rld-single-select .single-select:before {
  content: "\f0dd";
  font-size: 20px;
  font-family: fontawesome;
  color: black;
  position: absolute;
  top: 0px;
  margin: 0px;
  background-size: auto;
  height: 0px;
  width: 11px;
  right: 14px;
  left: auto;
  background-repeat: no-repeat;
}

.rld-single-select .single-select .list {
  margin-top: 0px;
  width: 100%;
}

.rld-price-slider-wrap .rld-price-slider,
.rld-price-slider-wrap .rld-size-slider {
  height: 5px;
  background: #fff0e5;
  border: 0;
  margin: 20px 0 0 0;
}

.rld-price-slider-wrap .ui-slider-handle {
  height: 24px;
  width: 42px;
  background: black;
  border: 0;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  top: -10px;
  font-size: 12px;
  line-height: 25px;
}

/****** banner-search *******/

.rld-banner-search .rld-single-input input {
  -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
  border: 0;
  padding-right: 140px;
}

.rld-banner-search .rld-single-input button {
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  line-height: 48px;
  border: 0;
  padding: 0 20px;
  font-weight: 600;
  background: var(--main-color-one);
  color: #fff;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
}

.th-17 .header-user-name,
.th-17 .header-user-name:before {
  color: #fff;
}

.th-17 #navigation.style-2.cloned .header-user-name,
.th-17 #header.cloned.sticky .header-user-name,
.th-17 #navigation.style-2.cloned .header-user-name:before,
.th-17 #header.cloned.sticky .header-user-name:before {
  color: #666;
}

/******* banner tab style *****/

.banner-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-area .banner-search-wrap {
  margin-top: 24px;
}

.rld-banner-tab {
  border-bottom: 0;
}

.rld-banner-tab .nav-item {
  margin-bottom: 0;
}

.rld-banner-tab .nav-item a {
  border: 0;
  border-radius: 6px 5px 0 0;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  margin-right: 15px;
  position: relative;
  display: block;
  background: #fff;
  color: #000;
  font-family: var(--heading-font);
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.rld-banner-tab .nav-item a:hover,
.rld-banner-tab .nav-item a:focus,
.rld-banner-tab .nav-item a.active {
  background: black;
  color: #fff;
}

.rld-banner-tab .nav-item:last-child {
  margin-bottom: 0;
}

.navbar-area-3 {
  background: #fff;
}

.banner-search {
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  .th-17 .banner-inner .sub-title {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .th-17 .banner-inner .sub-title {
    margin-top: 0px;
  }
}

@media screen and (max-width: 575px) {
  .th-17 .explore__form-checkbox-list.full-filter.filter-block {
    margin-top: 30px;
  }
}

/*----------------------------------------------*/
/*-------- 34. SECTION INFO HELP HOME 17 -------*/
/*----------------------------------------------*/

.info-help.h18 {
  padding: 9rem 0;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.1)),
      to(rgba(255, 255, 255, 0.1))
    ),
    url(../images/bg/info-service4.jpg) no-repeat scroll center center;
  background: linear-gradient(
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.1)
    ),
    url(../images/bg/info-service4.jpg) no-repeat scroll center center;
  background-size: cover;
  position: relative;
  z-index: 0 !important;
}

.info-help.h17 {
  padding: 9rem 0;
  background: url(../images/bg/info-service6.jpg) no-repeat scroll center center;
  background-size: cover;
  position: relative;
  z-index: 0 !important;
}

.info-help.h17:before {
  background: none;
}

.info-help.h17 .info-head .info-text {
  background: #fff;
  padding: 30px;
}

.info-help.h17 .info-head .info-text h3 {
  color: #333;
  line-height: 32px;
}

.info-help.h17 .info-head .info-text h5 {
  color: #333;
  font-weight: 500;
}

.info-help.h17 .info-head .info-text p {
  color: #666;
}

.portfolio.ho-17 .item {
  padding-bottom: 30px;
}

.inner-pages .portfolio.ho-17 .item {
  padding-bottom: 30px;
}

@media screen and (max-width: 360px) {
  .banner-inner h1,
  .banner-inner .sub-title {
    display: none;
  }

  .banner-inner-wrap {
    height: 120vh;
  }
}

@media screen and (max-width: 767px) {
  .portfolio .item.sale.h-177.no-pb {
    padding-bottom: 30px;
    margin-bottom: 0px;
  }

  .portfolio .ho17-thelast {
    padding-top: 30px;
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .portfolio .ho17-thelast,
  .portfolio .item.sale.h-177.no-pb {
    padding-bottom: 0px !important;
  }
}

/*-----------------------------------*/
/*------ 35. AGENTS HOME 17 ----*/
/*-----------------------------------*/

section.team {
  padding: 2.6rem 0;
  background: #f7f7f7;
}

.team-block {
  position: relative;
}

.team-block .inner-box {
  position: relative;
  padding-bottom: 0px;
  -webkit-box-shadow: 2px 2px 30px #ccc;
  box-shadow: 2px 2px 30px #ccc;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.team-block .inner-box .image {
  position: relative;
}

.team-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
}

.team-block .inner-box .lower-box {
  position: relative;
  padding: 22px 0;
  text-align: center;
}

.team-block .inner-box .lower-box h3 {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 0px;
}

.team-block .inner-box .lower-box h3 a {
  position: relative;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-block .inner-box .lower-box h3 a:hover {
  color: black;
}

.team-block .inner-box .lower-box .designation {
  position: relative;
  color: #666;
  font-size: 12px;
  font-weight: 400;
  padding-top: 2px;
  text-transform: capitalize;
}

@media screen and (max-width: 991px) {
  .team-block {
    padding-bottom: 2.5rem;
  }

  .team-block.pb-none {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .team-block.pb-none {
    padding-bottom: 2.5rem;
  }

  .team-block.pb-none:last-child {
    padding-bottom: 0px;
  }
}

/*------ HOVER EFFECT ------*/

.team .team-head {
  position: relative;
  overflow: hidden;
}

.team .team-details {
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.team .team-head::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  content: "";
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.team .team-head img {
  width: 100%;
  position: relative;
}

.team .team-social {
  background: transparent;
  width: 75px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 33;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: perspective(600px) rotateY(90deg);
  transform: perspective(600px) rotateY(90deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.team ul.team-social {
  margin: 0px;
}

.team .team-details .team-social {
  opacity: 1;
  visibility: visible;
  -webkit-transform: perspective(600px) rotateY(0deg);
  transform: perspective(600px) rotateY(0deg);
}

.team .team-social li a {
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 5px 0;
  border-bottom: 1px solid #d4cfcf;
}

.team .team-social li a.linkedin {
  border-bottom: 0px;
}

.team .team-social li a.facebook {
  background-color: black;
}

.team .team-social li a.twitter {
  background-color: black;
}

.team .team-social li a.instagram {
  background-color: black;
}

.team .team-social li a.linkedin {
  background-color: black;
}

.team .team-social li {
  display: block;
}

.team .team-social li:last-child {
  margin: 0;
}

.team .team-details:hover .team-bottom {
  background-color: #f9a056;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*---------------------------------------------*/
/*--------- 36. HEADER IMAGE HOME 8 ----------*/
/*---------------------------------------------*/

.th-8 .header-image {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0))
    ),
    url("../images/bg/bg-home-8.jpg") no-repeat center top;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url("../images/bg/bg-home-8.jpg") no-repeat center top;
  background-attachment: fixed !important;
  background-size: cover !important;
  width: 100%;
  height: 90vh;
  position: relative;
}

.th-8 .header-image {
  border-bottom: 1px solid #e5e5e5;
}

.th-8 .filter-item label {
  color: #333;
}

.th-8 .filter {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 12px !important;
  padding: 30px;
  width: 80%;
}

.th-8 input,
.th-8 textarea,
.th-8 select {
  border: 1px solid #d8d8d8;
  border-radius: 12px !important;
  background: #f8f8f8;
}

.th-8 .header-user-name,
.th-8 .header-user-name:before {
  color: #666 !important;
}

.th-8 .ui-widget.ui-widget-content,
.th-8 .header-image .left .btn-white,
.th-8 .sec-title h2 span::before,
.th-8 .btn:hover,
.th-8 .popular-places .listing-badges .featured,
.th-8 .homes-tag.featured {
  background: black !important;
}

.th-8 .filter .button {
  background: #fff;
}

.th-8 .filter-item.sli {
  margin-top: 30px;
}

.th-8 .filter-item .button {
  width: 100% !important;
  cursor: pointer;
  color: #fff;
}

.th-8 img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.th-8 a.button.border,
a.button,
.th-8 .header-image .left .btn-white {
  color: #fff !important;
}

.th-8 .first-footer .top-footer {
  background: #24324a;
}

.th-8 .second-footer {
  background: #1d293e;
}

.th-8 .slick-dots li.slick-active,
.th-8 .slick-dots li,
.homepage-6 .slick-dots li.slick-active,
.homepage-6 .slick-dots li {
  -webkit-box-shadow: inset 0 0 0 3px rgba(74, 74, 76, 0.4) !important;
  box-shadow: inset 0 0 0 3px rgba(74, 74, 76, 0.4) !important;
}

.th-8 .slick-dots li:after,
.home-11 .slick-dots li:after,
.homepage-6 .slick-dots li:after {
  background: #696565 !important;
}

.homepage-6 .header-user-name,
.homepage-6 .header-user-name:before {
  color: #fff;
}

.homepage-6 .portfolio .homes-content .homes-list li i {
  color: #2d2d2d;
  font-size: 12px;
}

.home-11 .portfolio .project-single {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0px;
  border: 1px solid #e7e7e7;
}

.home-11 .portfolio .homes-content h3 a:hover {
  color: #444 !important;
}

.th-8 .sec-title {
  text-align: center;
  padding-bottom: 2rem;
}

.th-8 .form-group.location {
  width: 100%;
  margin: 30px 0;
}

.th-8 .sec-title h2 span {
  position: relative;
  color: #444;
  font-weight: 500;
}

.th-8 a.button.border,
a.button {
  background: black;
  color: #fff !important;
}

.th-8 .header-image .left h1 {
  color: #333;
}

.th-8 .header-image .left p {
  color: #333;
}

.th-8 .project-single .button-effect {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.th-8 .button-effect .btn {
  display: inline-block;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin-right: 15px;
  border-radius: 12px !important;
  width: 36px;
  height: 36px;
  line-height: 33px;
  background: rgba(74, 74, 76, 0.7);
  z-index: 99;
}

.th-8 .button-effect .fa-link:before {
  content: "\f0c1";
  font-family: FontAwesome;
  color: #fff;
}

.th-8 .button-effect .fa-video:before {
  content: "\f03d";
  font-family: FontAwesome;
  color: #fff;
}

.th-8 .button-effect .fa-photo:before {
  content: "\f03e";
  font-family: FontAwesome;
  color: #fff;
}

.home-18.th-8 .google-maps .filter .button {
  font-size: 12px;
}

.home-18.th-8 .google-maps .filter .button:hover {
  color: #fff;
}

/* Contact Form */

.th-8 .contact-us {
  padding: 6rem 0;
}

.th-8 .contact-us ul li {
  list-style: none;
  font-weight: 300;
}

.th-8 .contact-us ul {
  margin: 0;
  padding: 0;
}

.th-8 .contact-us .btn {
  background: black;
  border: 1px solid black;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.th-8 .contact-us .btn:hover {
  background: #fff;
  color: #121b22;
  border: 1px solid black;
}

.th-8 .address-info p:last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .th-8 .offices h3:first-child {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 500px) {
  .th-8 .contact-us h3 {
    font-size: 1.1rem !important;
  }
}

label {
  font-size: 12px;
  line-height: 15px !important;
  font-weight: 400;
  margin-bottom: 5px;
  color: #000;
}

form label.error {
  display: block;
  color: #005aa9;
  font-size: 14px !important;
  opacity: 1 !important;
}

.successform,
.errorform {
  display: none;
  height: 70px;
}

.successform span,
.errorform span {
  display: block;
}

.successform span p,
.errorform span p {
  margin-top: 15px;
}

.successform span p {
  color: #01c15a;
  font-size: 2rem;
}

.errorform span p {
  color: #c0392b;
}

.th-8 .contact-us h3 {
  text-transform: uppercase;

  font-size: 1.2rem;
}

.th-8 .offices h3 {
  text-transform: capitalize;
}

.th-8 .offices p {
  font-weight: 300;
}

/* Search Form */

.th-8 .parallax-search8 .trip-search {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 0 10px 7px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px 7px rgba(0, 0, 0, 0.08);
  border-radius: 12px !important;
  text-align: left;
  margin-top: 10px;
}

.th-8 .trip-search.contact-us h4 {
  line-height: 27px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .th-8 .header-image .left {
    margin-top: 60px;
  }

  .th-8 .header-image .left p {
    display: none;
  }

  .th-8 .header-image .left h1 {
    font-size: 22px;
  }

  .th-8 a.button.border,
  a.button,
  .th-8 .header-image .left .btn-white {
    margin-top: 0px;
  }
}

@media screen and (max-width: 450px) {
  .th-8 .header-image {
    padding: 0px 0px !important;
  }

  .th-8 .header-image {
    height: 100vh;
  }

  .th-8 .header-image .left h1 {
    font-size: 12px;
    margin-bottom: 0px;
    padding-top: 20px;
  }

  .th-8 .header-image .left .btn-white {
    display: none;
  }

  .th-8 .parallax-search8 .trip-search {
    margin-top: 10px !important;
    z-index: 9;
  }

  .th-8 .trip-search.contact-us h4 {
    font-size: 12px;
  }
}

@media (max-width: 991.98px) {
  .th-8 .header-image .left {
    margin-top: 80px;
    margin-bottom: 0px;
  }

  .th-8 .header-image {
    padding: 500px 30px;
  }
}

.th-8 .parallax-search8 p {
  font-size: 17px;
  margin-top: 10px;
}

.th-8 .align-items-center.bg8 {
  margin-bottom: 110px;
}

.th-8 .parallax-search8 .trip-search .form {
  line-height: 0px;
}

.th-8 .parallax-search8 .form-group:last-child {
  margin-right: 0px;
}

.th-8 .parallax-search8 .form-group .nice-select {
  margin: 0px;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border-radius: 12px !important;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #757575;
  font-family: "Inter", sans-serif !important;
  font-weight: 500;
  font-size: 12px;
}

.th-8 .parallax-search8 .form-group .nice-select:hover {
  color: black;
}

.th-8 .parallax-search8 .form-group .nice-select::after {
  right: 20px;
  color: #757575;
}

.th-8 .parallax-search8 .form-group .nice-select i {
  color: black;
  font-size: 1.2rem;
  margin-top: 5px;
  margin-right: 10px;
}

.th-8 .parallax-search8 .form-group .list li {
  color: #757575;
}

.th-8 .parallax-search8 .form-group .list li.selected {
  color: #757575;
  font-weight: 400;
}

.th-8 .parallax-search8 .form-group .list li:hover {
  color: #fff;
  background: black;
}

.th-8 .parallax-search8 .form-group.looking {
  width: 100%;
  margin: 0px;
  border: 1px solid #e8e8e8 !important;
}

.th-8 .parallax-search8 .first-select {
  height: 30px;
  border-radius: 12px !important;
  margin-right: 4px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #757575;
  font-family: "Inter", sans-serif !important;
  font-weight: 500;
  font-size: 12px;
}

.th-8 .main-search-input-item {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  position: relative;
}

.th-8 .nice-select.wide {
  width: 100%;
}

.th-8 .parallax-search8 .form-group.looking input {
  float: left;
  border: none;
  border-radius: 12px !important;
  width: 100%;
  height: 50px;
  padding-left: 20px;
}

.th-8 .parallax-search8 .form-group.location {
  width: 100%;
  margin: 30px 0;
}

.th-8 .parallax-search8 .form-group.categories {
  width: 100%;
}

.th-8 .parallax-search8 .form-group.button {
  width: 100%;
  position: relative;
  height: 50px;
  margin-top: 15px;
  margin-bottom: 0px;
}

.th-8 .parallax-search8 .form-group .btn {
  display: block;
  width: 100%;
  background: black;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  top: 0;
  margin-top: 5px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  font-size: 12px;
  border: none;
  border-radius: 12px !important;
}

.th-8 .parallax-search8 .form-group .nice-select {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.th-8 .parallax-search8 .form-group .nice-select i {
  color: black;
}

.th-8 .parallax-search8 .form-group .nice-select:hover {
  color: black;
}

.th-8 .parallax-search8 img {
  height: auto;
  max-width: 100%;
}

.th-8 .parallax-search8 h1 {
  color: #444;
  font-size: 50px;
}

.th-8 .filter-item .button {
  width: 100% !important;
  cursor: pointer;
  color: #fff;
}

.mobile-title span {
  color: #000;
  font-weight: 600;
}

.form-control {
  font-size: 12px !important;
}

textarea {
  resize: vertical !important;
}

.th-8 input,
select {
  height: 38px !important;
  width: 100%;
  padding: 9px;
  font-size: 12px;
  margin-bottom: 0px;
  border: 1px solid #e8e8e8;
  border-radius: 12px !important;
  font-weight: 400;
  color: #717171;
  font-family: "Inter", sans-serif !important;
  background: #f8f8f8;
}

.th-8 .form-group {
  margin-bottom: 0.625rem;
}

.th-8 .first-footer input,
textarea,
select {
  margin-bottom: 0px;
  width: auto;
}

.th-8 .filter-item {
  width: 100%;
  margin-top: 30px;
  float: none;
}

.th-8 .parallax-search8 .form-group .btn:hover {
  background: #121b22;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .th-8 .header-image {
    padding: 350px 0px;
  }
}

@media screen and (max-width: 768px) {
  .th-8 .parallax-search8 .trip-search {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .th-8 .parallax-search8 .trip-search {
    margin-top: 90px;
  }
}

/* Range Slider
------------------------------------- */

.th-8 .range-slider label {
  color: #333;
  font-size: 12px;
  margin-bottom: 25px;
}

.th-8 .range-slider .ui-slider {
  position: relative;
  text-align: left;
}

.th-8 .range-slider .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid black;
  cursor: w-resize;
  background: #fff;
  outline: none;
  top: -8px;
  margin-left: -8px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}

.th-8 .range-slider .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background-position: 0 0;
}

.th-8 .range-slider .ui-widget-content {
  background-color: #e8e8e8 !important;
}

.th-8 .range-slider .ui-widget-header {
  background-color: black;
}

.th-8 .range-slider .ui-slider.ui-state-disabled .ui-slider-handle,
.th-8 .range-slider .ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}

.th-8 .range-slider .ui-slider-horizontal {
  height: 3px;
  border-radius: 12px;
  width: calc(100% - 16px);
  margin-left: 8px;
}

.th-8 .range-slider .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.th-8 .range-slider .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.th-8 .range-slider .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.th-8 input.first-slider-value:focus,
.th-8 input.second-slider-value:focus,
.th-8 input.first-slider-value,
.th-8 input.second-slider-value {
  width: 40%;
  display: inline-block;
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 12px 0 0 0;
  cursor: default;
}

.th-8 input.first-slider-value {
  float: left;
  margin-left: -8px;
  width: 40%;
}

.th-8 input.second-slider-value {
  float: right;
  width: 40%;
  text-align: right;
  margin-right: -8px;
}

.th-8 .range-slider {
  line-height: 30px;
}

.th-8 .main-search-field-2 {
  margin-top: 30px;
  line-height: 30px;
}

/*---------------------------------------------*/
/*--------- 37. HEADER IMAGE HOME 18 ----------*/
/*---------------------------------------------*/

.header-image.home-18 {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.2)),
      to(rgba(0, 0, 0, 0.2))
    ),
    url("../images/bg/home-18.jpg") no-repeat center top;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../images/bg/home-18.jpg") no-repeat center top;
  background-size: cover;
  background-attachment: fixed !important;
  width: 100%;
  height: 100vh;
}

.header-image .left h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  color: #fff;
  margin: 0;
  margin-bottom: 20px;
}

.header-image .left p {
  font-size: 17px;
  width: 90%;
  font-weight: 400;
  line-height: 27px;
  color: #fff;
  margin: 0;
}

.header-image .left .btn-white {
  background: #f55d2c;
  display: inline-block;
  padding: 12px 35px;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  margin-top: 30px;
  -webkit-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.15);
}

a.btn-white {
  text-decoration: none;
}

.google-maps.home-18 .filter {
  padding: 20px;
  margin-top: 180px;
  width: 70%;
  position: relative;
  z-index: 100;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.3);
  border-top: 0px solid rgba(255, 255, 255, 0.2);
  float: right;
  color: #fff;
}

.th-18 .header-user-name,
.th-18 .header-user-name:before {
  color: #fff;
}

.th-18 #navigation.style-2.cloned .header-user-name,
.th-18 #header.cloned.sticky .header-user-name,
.th-18 #navigation.style-2.cloned .header-user-name:before,
.th-18 #header.cloned.sticky .header-user-name:before {
  color: #666;
}

.clubStyles {
  height: 32px;
  position: absolute;
  left: -9px;
  top: -3px;
}

@media (max-width: 768px) {
  .club-items {
    background-color: white;
    color: black;
  }

  .clubStyles {
    height: 32px;
    position: absolute;
    left: 10px;
    top: 6px;
  }

  .img-center {
    background-size: cover;
    background-position: inherit;
    background-repeat: inherit;
  }

  .th-18 .google-maps .filter form {
    background: #f55d2c;
  }

  .th-18 .ui-widget-header,
  .th-18 .google-maps .filter .button {
    background: #1e1629;
  }

  .th-18 .header-image {
    padding: 10px 0;
  }

  .th-18 .header-image .left,
  .th-18 .google-maps.home-18 .filter {
    margin-top: 0px !important;
  }
}

@media (max-width: 1024px) {
  .th-18 .google-maps.home-18 .filter {
    margin-top: 100px;
  }
}

@media (max-width: 991.98px) {
  .header-image {
    text-align: center;
    padding: 600px 30px;
  }

  .google-maps.home-18 .filter {
    margin-top: 0px;
  }

  .google-maps.home-18 .filter {
    width: 100%;
  }

  .google-maps.home-18 {
    top: 60px;
  }

  .header-image .left {
    margin-top: 150px;
    margin-bottom: 0px;
  }

  .header-image .left h1 {
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .header-image.home-18 {
    height: 10vh;
  }

  .header-image {
    padding: 350px 30px;
  }

  .header-image .left {
    margin-top: 10px;
  }

  .header-image .left h1 {
    font-size: 26px;
  }

  .header-image .left p {
    font-size: 12px;
  }

  .google-maps.home-18 .filter {
    padding: 0px;
  }

  .th-18 .header-image {
    padding: 300px 0;
  }

  .google-maps.home-18 .filter form {
    background: #f55d2c;
    border-top: 1px solid #f55d2c;
  }

  .home18 .sec-title h2 {
    font-size: 24px !important;
  }

  .home18 .sec-title h2 span::before {
    display: none;
  }
}

/*--------------------------------------------*/
/*---- 38. SECTION WHY CHOOSE US HOME 18 -----*/
/*--------------------------------------------*/

.content-section-type-1 .rigthSide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 75px;
  position: relative;
}

.black-section {
  background-color: #000;
  color: white;
}

.inner-wrapper .content-wrapper {
  max-width: 700px;
}

.columns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -15px;
}

.columns-wrapper .column {
  position: relative;
  padding: 15px;
}

.icon-box-type-5 .inner-service .icon-wrapper i {
  color: white;
  font-size: 48px;
}

.icon-wrapper {
  margin-bottom: 25px;
}

.inner-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
  padding: 40px 0;
}

.column-100 {
  width: 100%;
  min-width: 100%;
}

.inner-service .content-wrapper .title {
  margin-bottom: 10px;
  color: white;
}

.content-section-type-1 .inner-wrapper {
  padding: 50px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.right-side-inner {
  position: relative;
}

.background-title {
  color: white;
  position: relative;
  font-size: 16px;
}

.gradient-overlay:before {
  content: " ";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#005aa9),
    to(#005aa9)
  );
  background: linear-gradient(90deg, #005aa9, #005aa9);
  position: absolute;
  top: 0;
  opacity: 0.95;
  left: 0;
}

section.how-it-works {
  background: #fff;
  padding: 2.6rem 0 0 0;
}

.how-it-works .serv-flex {
  background: #fff;
  color: #005aa9;
  text-align: center;
  border-radius: 12px !important;
  -webkit-box-shadow: 0px 0px 1px #e7e7e7 !important;
  box-shadow: 0px 0px 1px #e7e7e7 !important;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.how-it-works .serv-flex.arrow:after {
  display: none;
}

.how-it-works .art-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.how-it-works article .fa {
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  font-size: 40px;
  text-align: left;
}

.how-it-works article img {
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  width: 100px;
  height: 100px;
  text-align: center;
}

.how-it-works .sec-title {
  margin-left: 0.5rem;
}

.how-it-works .sec-title h2 span {
  font-weight: 600;
  color: #111;
}

.how-it-works .sec-title img {
  position: relative;
  width: 151px;
  height: 26px;
}

.how-it-works article h3 {
  color: #222;
  margin: 1.7rem 0 0.2rem;
}

.how-it-works article p {
  color: #666;
  margin-top: 1rem;
  margin-bottom: 0px;
}

.how-it-works .service-1 .serv:hover,
.how-it-works .service-2 .serv:hover {
  cursor: all-scroll;
}

@media screen and (max-width: 767px) {
  .how-it-works .service-1 .serv {
    margin-bottom: 2rem;
  }

  .how-it-works .service-1 .serv:last-child {
    margin-bottom: 0px;
  }

  .how-it-works .mt-50 {
    margin-top: 0px !important;
  }

  .how-it-works .service-1 .serv.mb-0.pt {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .how-it-works .mt-50 {
    margin-top: 2rem;
  }

  .how-it-works .service-1 .serv.mb-0 {
    margin-bottom: 0px;
  }

  .how-it-works .service-1 .serv.mb-0.pt {
    margin-top: 2rem;
  }

  .how-it-works .serv-flex:after {
    display: none;
  }
}

/*-------------------------------------------*/
/*----- 39. SECTION TESTIMONIALS HOME 18 ----*/
/*-------------------------------------------*/

section.h18.testimonials {
  padding: 6rem 0;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(14, 18, 68, 0.88)),
      to(rgba(14, 18, 68, 0.88))
    ),
    url(../images/bg/bg-testimonials-2.jpg) no-repeat scroll center center;
  background: linear-gradient(rgba(14, 18, 68, 0.88), rgba(14, 18, 68, 0.88)),
    url(../images/bg/bg-testimonials-2.jpg) no-repeat scroll center center;
  background-size: cover;
}

.h18.testimonials .sec-title h2 {
  color: #fff;
}

.h18.testimonials .sec-title p {
  color: #fff;
}

.h18.testimonials .client-info {
  display: inline-block;
}

.h18.testimonials .client-thumb {
  border-radius: 100%;
  height: 60px;
  margin-right: 20px;
  width: 60px;
  float: left;
}

.h18.testimonials .sngl-client {
  border: 1px solid #fafafa;
  margin-bottom: 30px;
  text-align: center;
  margin: 5px;
}

.h18.testimonials .single-testimonial {
  display: inline-block;
  padding: 0 10px;
  width: 100%;
}

.h18.testimonials .clinet-inner {
  margin-top: 20px;
}

.h18.testimonials .client-info h2 {
  color: #fff;
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: capitalize;
  font-weight: 600;
}

.h18.testimonials .client-info span {
  color: #fff;
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
}

.h18.testimonials .client-comment span::before {
  height: 1px;
  background: #4cc700;
  width: 40px;
  content: "";
  position: absolute;
  bottom: 0;
}

.h18.testimonials .client-comment h3 {
  color: #4cc700;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: normal;
  font-style: italic;
}

.h18.testimonials .client-comment {
  background-color: #f55d2c;
  padding: 20px 20px 20px 20px;
  position: relative;
  font-style: italic;
  border-radius: 12px;
  color: #fff;
}

.h18.testimonials .client-comment p {
  margin-bottom: 0;
}

.h18.testimonials .client-comment::after {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 16px solid #f55d2c;
  content: "";
  height: 0;
  left: 13px;
  position: absolute;
  width: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  bottom: -16px;
}

.h18.testimonials .client-comment::before {
  color: #fff;
  content: "\f10d";
  font-family: fontawesome;
  font-size: 71px;
  left: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
  opacity: 0.2;
  font-style: normal;
}

.h18.testimonials .client-thumb img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}

.h18.testimonials .client-reviews i {
  color: #005aa9;
  font-size: 12px;
}

.h18.testimonials .client-comment > ul {
  padding-bottom: 15px;
}

.h18.testimonials .owl-dots {
  text-align: center;
  margin-top: 3rem;
  line-height: 0;
}

.h18.testimonials .owl-dot {
  border-radius: 50px;
  height: 10px;
  width: 10px;
  display: inline-block;
  background: #fff;
  margin-left: 5px;
  margin-right: 5px;
}

.h18.testimonials .owl-dot.active {
  background: #f55d2c;
}

.h18.testimonials .sec-title {
  text-align: center;
  padding-bottom: 2.5rem;
}

.h18.testimonials .sec-title h2 {
  font-size: 28px;
  color: #f55d2c;
}

.h18.testimonials .sec-title h2 span {
  position: relative;
  color: #fff;
}

.h18.testimonials .sec-title h2 span::before {
  position: absolute;
  width: 50px;
  height: 1px;
  background: #f55d2c;
  top: 18px;
  content: "";
  left: -60px;
}

.h18.testimonials .sec-title p {
  margin-top: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  max-width: 550px;
}

.home18 .sec-title {
  text-align: center;
  padding-bottom: 2.5rem;
}

.home18 .sec-title h2 {
  font-size: 28px;
  color: #f55d2c;
}

.home18 .sec-title h2 span {
  position: relative;
  color: #111;
}

.home18 .sec-title h2 span::before {
  position: absolute;
  width: 50px;
  height: 1px;
  background: #f55d2c;
  top: 18px;
  content: "";
  left: -60px;
}

.home18 .sec-title p {
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  max-width: 550px;
}

/*----------------------------------------------*/
/*--------- 40. HEADER SLIDER HOME 19 ----------*/
/*----------------------------------------------*/

.slide-left-social {
  position: absolute;
  bottom: 30px;
  left: 40px;
  z-index: 20;
}

.slide-left-social ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.slide-left-social ul li {
  float: left;
  margin-right: 60px;
  position: relative;
}

.slide-left-social ul li:last-child {
  margin-right: 0px;
}

.slide-left-social ul li:after {
  content: "";
  position: absolute;
  width: 36px;
  height: 1px;
  right: -46px;
  top: 50%;
  margin-top: 1px;
  background-color: #000;
}

.slide-left-social ul li:last-child:after {
  display: none;
}

.slide-left-social ul li a {
  color: #000;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 778px) {
  .slide-left-social {
    display: none;
  }
}

/*----------------------------------------------*/
/*--------- 41. HEADER SEARCH HOME 19 ----------*/
/*----------------------------------------------*/

.int_white_bg.h19 .search-2 .form-group .list li.selected:hover,
.int_white_bg.h19 .search-2 .form-group .list li:hover,
.int_white_bg.h19 .search-2 .form-group .btn,
.int_white_bg.h19 .section-title:before,
.int_white_bg.h19 .btn.btn-outline-light,
.int_white_bg.h19 .services-home .bg-base,
.int_white_bg.h19 .listing-hidden-content,
.int_white_bg.h19 .plan-price,
.int_white_bg.h19 .plan a.btn,
.int_white_bg.h19 .go-up {
  background: #293046;
}

.int_white_bg.h19 a.button.border,
a.button {
  background: #293046;
}

.int_white_bg.h19 .dark-overlay h1,
.int_white_bg.h19 .search-2 .form-group .nice-select i,
.int_white_bg.h19 .section-title h2 {
  color: #293046;
}

.int_white_bg.h19 .dark-overlay h1 span {
  color: #fff;
}

.int_white_bg.h19 .search-2 .form-group .nice-select:hover {
  color: #293046;
}

.int_white_bg.h19 .services-home .border-1,
.int_white_bg.h19 .plan,
.int_white_bg.h19 .plan ul li {
  border: 1px dashed #293046 !important;
}

.int_white_bg.h19 .services-home a.text-base:hover {
  color: #293046;
}

.int_white_bg.h19 .listing-item.compact li {
  color: #fff;
}

.int_white_bg.h19 .team-wrap:hover .team-content .team-info {
  background: #293046;
}

.int_white_bg.h19 .team .team-pro .fa {
  background: #212529;
}

.int_white_bg.h19 .plan a.btn.pro2 {
  background: #293046;
}

.int_white_bg.h19 .first-footer .navigation h3::after,
.int_white_bg.h19 .first-footer .widget h3::after,
.int_white_bg.h20 .first-footer .newsletters h3::after {
  background: #293046;
}

.int_white_bg.h19 .navigation ul li a:hover,
.int_white_bg.h19 .twitter-widget.contuct .twitter-area .text h5 a,
.int_white_bg.h19 .twitter-widget.contuct .twitter-area .text h4 {
  color: #293046;
}

.int_white_bg.h19 .first-footer .bloq-email .email input[type="email"],
.int_white_bg.h19 .first-footer .bloq-email .email input[type="submit"] {
  border: 1px solid #293046;
}

.int_white_bg.h19 #navigation.style-1.black ul li:hover {
  background-color: #293046;
  color: #293046;
}

.int_white_bg.h19 .plan-price:after {
  border-top-color: #293046;
}

.int_white_bg.h19 .plan ul li:first-child {
  border-top: 0 !important;
}

.int_white_bg.h19 .plan ul li:last-child {
  border-bottom: 0 !important;
}

.int_white_bg.h19 .header-user-name,
.int_white_bg.h19 .header-user-name:before {
  color: #fff;
}

.int_white_bg.h19 #navigation.style-2.cloned .header-user-name,
.int_white_bg.h19 #header.cloned.sticky .header-user-name,
.int_white_bg.h19 #navigation.style-2.cloned .header-user-name:before,
.int_white_bg.h19 #header.cloned.sticky .header-user-name:before {
  color: #666;
}

.h19 .sec-title {
  text-align: center;
  padding-bottom: 2rem;
}

.h19 .sec-title h2 {
  color: #111;
  font-weight: 600;
  text-transform: capitalize;
}

.h19 .sec-title h2 span {
  position: relative;
  color: #444;
  font-weight: 500;
}

.h19 .sec-title p {
  margin-top: 13px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  max-width: 550px;
}

/*---------------------------------------------*/
/*--------- 42. HEADER VIDEO HOME 20 ----------*/
/*---------------------------------------------*/

.int_dark_bg.h20 a.button.border,
a.button,
.int_dark_bg.h20 .search-2 .form-group .list li.selected:hover,
.int_dark_bg.h20 .search-2 .form-group .list li:hover,
.int_dark_bg.h20 .search-2 .form-group .btn,
.int_dark_bg.h20 .section-title:before,
.int_dark_bg.h20 .btn.btn-outline-light,
.int_dark_bg.h20 .services-home .bg-base,
.int_dark_bg.h20 .listing-hidden-content,
.int_dark_bg.h20 .plan-price,
.int_dark_bg.h20 .plan a.btn,
.int_dark_bg.h20 .go-up {
  background: #f5b200;
}

.int_dark_bg.h20 .dark-overlay h1,
.int_dark_bg.h20 .search-2 .form-group .nice-select i,
.int_dark_bg.h20 .section-title h2 {
  color: #f5b200;
}

.int_dark_bg.h20 .dark-overlay h1 span,
.int_dark_bg.h20 .blog-section .action-list,
.int_dark_bg.h20 .blog-section .admin p {
  color: #fff;
}

.int_dark_bg.h20 .blog-section .news-link {
  color: #f5b200;
}

.int_dark_bg.h20 .blog-section .news-item .date {
  color: #fff;
}

.int_dark_bg.h20 .search-2 .form-group .nice-select:hover,
.int_dark_bg.h20 .blog-section .news-item h3:hover {
  color: #f5b200;
}

.int_dark_bg.h20 .services-home .border-1,
.int_dark_bg.h20 .plan,
.int_dark_bg.h20 .plan ul li {
  border: 1px dashed #f5b200 !important;
}

.int_dark_bg.h20 .services-home a.text-base:hover {
  color: #f5b200;
}

.int_dark_bg.h20 .listing-item.compact li {
  color: #fff;
}

.int_dark_bg.h20 .team-wrap:hover .team-content .team-info {
  background: #f5b200;
}

.int_dark_bg.h20 .team .team-pro .fa {
  background: #212529;
}

.int_dark_bg.h20 .plan a.btn.pro2 {
  background: #282d32;
}

.int_dark_bg.h20 .first-footer .navigation h3::after,
.int_dark_bg.h20 .first-footer .widget h3::after,
.int_dark_bg.h20 .first-footer .newsletters h3::after {
  background: #f5b200;
}

.int_dark_bg.h20 .navigation ul li a:hover,
.int_dark_bg.h20 .twitter-widget.contuct .twitter-area .text h5 a,
.int_dark_bg.h20 .twitter-widget.contuct .twitter-area .text h4 {
  color: #f5b200;
}

.int_dark_bg.h20 .first-footer .bloq-email .email input[type="email"],
.int_dark_bg.h20 .first-footer .bloq-email .email input[type="submit"] {
  border: 1px solid #f5b200;
}

.int_dark_bg.h20 #navigation.style-1.black ul li:hover {
  background-color: #f5b200;
  color: #f5b200;
}

.int_dark_bg.h20 .plan-price:after {
  border-top-color: #f5b200;
}

.int_dark_bg.h20 .plan ul li:first-child {
  border-top: 0 !important;
}

.int_dark_bg.h20 .plan ul li:last-child {
  border-bottom: 0 !important;
}

.h20 .first-footer .bloq-email .email input[type="submit"] {
  margin-top: 1.5rem;
}

@media screen and (max-width: 991px) {
  .int_dark_bg.h20 .fullwidth-home-map.dark-overlay video {
    height: 115vh !important;
  }

  .h20 .first-footer .bloq-email .email input[type="submit"] {
    margin-top: 0;
  }
}

/*---------------------------------------*/
/*--------- 43. HOME 23 Image ----------*/
/*---------------------------------------*/

.homepage-23 .head-tr.bottom {
  background: transparent;
  border: 0px;
}

.homepage-23 a.button.border,
a.button {
  background: #fff;
  color: #005aa9 !important;
}

.homepage-23 .header-user-name,
.homepage-23 .header-user-name:before {
  color: #fff;
}

.homepage-23 #navigation.style-2.cloned .header-user-name,
.homepage-23 #header.cloned.sticky .header-user-name,
.homepage-23 #navigation.style-2.cloned .header-user-name:before,
.homepage-23 #header.cloned.sticky .header-user-name:before {
  color: #666;
}

.homepage-23 #navigation.style-1 ul li:hover {
  background: #005aa9;
}

.homepage-23 .welcome-area {
  background: linear-gradient(
      -36deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    url(../images/bg/bg-23.jpg) no-repeat scroll center center/cover;
}

.homepage-23 .welcome-area {
  height: 100vh;
  position: relative;
  z-index: 99;
}

.homepage-23 .banner-inner h1 {
  margin-bottom: 15px;
}

.homepage-23 .banner-inner .sub-title {
  margin-bottom: 60px;
}

.homepage-23 .bg-overlay,
.overlay-dark {
  position: relative;
  z-index: 0;
}

.homepage-23 .hero-main {
  padding: 315px 0;
}

@media (max-width: 550px) {
  .homepage-23 .hero-main {
    padding: 160px 0;
  }

  .homepage-23 .banner-inner h1 {
    font-size: 22px;
  }

  .homepage-23 .banner-inner .sub-title {
    font-size: 12px;
  }
}

.homepage-23 .btn,
.homepage-3 .btn:active,
.homepage-23 .btn.sApp-btn:before,
.homepage-23 .bg-overlay::after,
.homepage-23 .benifits-item:after {
  background: linear-gradient(-47deg, #005aa9 0%, #005aa9 100%);
}

.homepage-23 a.btn.btn-yellow:hover {
  background: #fff !important;
  color: #005aa9;
}

.homepage-23 .bg-overlay::after {
  opacity: 0.87;
  z-index: -1;
}

.homepage-23 .rld-banner-tab .nav-item a.active,
.homepage-23 .rld-banner-tab .nav-item a:hover,
.homepage-23 .rld-banner-tab .nav-item a.active:before,
.homepage-23 .range-slider .ui-widget-header,
.homepage-23 .checkboxes input[type="checkbox"]:checked + label:before {
  background: #005aa9;
}

.homepage-23 .parallax-searchs .form-group .nice-select i,
.homepage-23 .dropdown-filter span::after {
  color: #005aa9;
}

.homepage-23 .parallax-searchs .form-group .nice-select:hover {
  color: #005aa9;
}

.homepage-23 .rld-banner-tab .nav-item a {
  border-radius: 12px !important;
}

.homepage-23 .range-slider .ui-slider .ui-slider-handle {
  border: 2px solid #005aa9;
}

.homepage-23 .rld-single-select .single-select:before {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 8px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 18px;
  top: 48%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 8px;
}

.homepage-23 .rld-single-input input {
  border-radius: 12px !important;
  margin-left: 0px;
  outline: none;
  text-decoration: none;
}

.homepage-23 .rld-single-select .single-select {
  width: 180px;
}

@media (max-width: 768px) {
  .rightSide {
    height: 70px;
  }

  .input-group.search {
    width: 100% !important;
  }

  .background-title {
    padding: 30px 0;
  }
}

@media (max-width: 992px) {
  .rightSide {
    width: 40%;
    height: 35px;
  }

  .input-group.search {
    width: 100% !important;
  }

  .homepage-23 .rld-main-search .rld-single-input,
  .homepage-3 .rld-main-search .rld-single-select .single-select,
  .homepage-23 .popular-searchs {
    margin-bottom: 0px;
  }
}

@media (max-width: 575px) {
  .homepage-23 .popular-searchs {
    display: none !important;
  }
}

.homepage-23 .popular-searchs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.homepage-23 .popular-searchs li {
  display: inline-block;
}

.homepage-23 .popular-searchs li a {
  display: inline-block;
  text-decoration: none;
  width: 115px;
  height: 100px;
  margin-right: 15px;
  background: rgba(255, 255, 255, 0.12);
  padding-top: 11px;
  color: #ffffff;
  font-size: 28px;
  border-radius: 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.homepage-23 .popular-searchs .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.homepage-23 .popular-searchs li a .box span {
  font-size: 12px;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  font-weight: 400;
  display: block;
}

.homepage-23 img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.homepage-23 .portfolio .price-properties {
  padding-bottom: 0px;
}

/*--------------------------------------------*/
/*--------- 44. HEADER IMAGE HOME 24 ----------*/
/*--------------------------------------------*/

.homepage-24 .header-image {
  background: url(../images/bg/bg-home-24.jpg) no-repeat center bottom;
  height: 90vh;
  border-bottom: 1px solid #e5e5e5;
}

.homepage-24 #header {
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}

.homepage-24 .header-image .left h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 60px;
  color: #333;
  margin: 0;
  margin-bottom: 20px;
}

.homepage-24 .image-24 {
  padding-bottom: 190px;
}

.homepage-24 .header-image .left p {
  font-size: 12px;
  font-weight: 400;
  line-height: 27px;
  color: #666;
  margin: 0;
}

.homepage-24 .header-image .left .btn-white {
  background: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 35px;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  -webkit-box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.15);
  margin-right: 60px;
}

.homepage-24 .header-user-name,
.homepage-24 .header-user-name:before {
  color: #666;
}

.homepage-24 .portfolio .homes-content .homes-list li {
  width: 33.3%;
}

.homepage-24 .portfolio.full-l .project-head {
  border-radius: 3px 0 0 3px;
  max-height: 220px;
  max-width: -webkit-fill-available;
  margin: 0;
  position: relative;
  width: 300px;
}

.homepage-24 section.request {
  padding: 6rem 0;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.3)),
      to(rgba(255, 255, 255, 0.3))
    ),
    url(../images/bg/bg-info3.jpg) no-repeat scroll center center;
  background: linear-gradient(
      rgba(255, 255, 255, 0.3),
      rgba(255, 255, 255, 0.3)
    ),
    url(../images/bg/bg-info3.jpg) no-repeat scroll center center;
  background-size: cover;
  position: relative;
  z-index: 3;
  color: #fff;
}

.homepage-24 .request h3 {
  text-transform: uppercase;

  font-size: 1.5rem;
  color: #fff;
}

.homepage-24 .request h3 {
  margin-bottom: 2rem;
}

.homepage-24 .request h3::after {
  display: block;
  height: 3px;

  background-color: black;
  content: " ";
  width: 50px;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.homepage-24 .successform,
.hp1 .errorform {
  display: none;
  height: 70px;
}

.homepage-24 .request .contact-form input[type="text"] {
  height: 50px;
}

.homepage-24 .request .form-control {
  background: #fff;
  border: 1px solid #e8e8e8;
}

.homepage-24 .request .contact-form textarea {
  min-height: 140px;
  max-height: 100px;
}

.homepage-24 .request .btn {
  cursor: pointer;
  margin-top: 1rem;
  border: 0px;
  background: black;
}

.homepage-24 .bgc {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(43, 43, 43, 0.8)),
      to(rgba(43, 43, 43, 0.8))
    ),
    url(../images/bg/bg-testimonials.jpg) no-repeat center center;
  background: linear-gradient(rgba(43, 43, 43, 0.8), rgba(43, 43, 43, 0.8)),
    url(../images/bg/bg-testimonials.jpg) no-repeat center center;
  padding: 2rem;
  background-size: cover;
}

.homepage-24 .request h3 {
  text-transform: uppercase;

  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 2rem;
}

.homepage-24 .call-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.homepage-24 .request ul li {
  list-style: none;
}

.homepage-24 .call-info ul li .fa {
  font-size: 1.6rem;
  color: black;
}

.homepage-24 .call-info .info p {
  margin: 0px;
  margin-left: 1.5rem;
  font-weight: 300;
}

.homepage-24 .call-info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

.homepage-24 .play-btn {
  position: relative;
  display: inline-block;
  height: 100px;
  width: 100px;
  background-color: black;
  border-radius: 50%;
  margin-top: 35px;
}

.homepage-24 .btn-circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: black;
}

.homepage-24 .teh-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 0px;
}

.homepage-24 .play-icon {
  color: #fff;
}

.homepage-24 .visited-cities .img-box {
  margin-bottom: 0px;
}

@media (max-width: 991.98px) {
  .homepage-24 .header-image .left {
    margin-top: 0px;
    margin-bottom: 80px;
  }

  .homepage-24 .portfolio.full-l .project-head {
    width: 100%;
  }

  .homepage-24 .header-image .left h1 {
    font-size: 26px;
  }

  .homepage-24 .header-image {
    padding: 500px 30px;
  }

  .homepage-24 .bgc {
    margin-top: 3rem;
  }

  .homepage-24 .request h3 {
    font-size: 1.2rem;
  }

  .homepage-24 .teh-left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .homepage-24 .visited-cities .img-box {
    margin-bottom: 20px;
  }

  .homepage-24 .visited-cities .img-box.no-mb {
    margin-bottom: 0px;
  }

  .homepage-24 .team .team-pro.no-mb {
    padding-bottom: 0px;
  }

  .homepage-24 .image-24 {
    padding-bottom: 0px;
  }
}

@media (max-width: 576px) {
  .homepage-24 .header-image .left {
    margin-top: 0px;
    margin-bottom: 80px;
  }

  .homepage-24 .header-image .left h1 {
    font-size: 20px;
    line-height: 30px;
  }

  .homepage-24 .header-image {
    padding: 100px 30px;
  }

  .homepage-24 .visited-cities .img-box.no-mb.sin {
    margin-bottom: 0px !important;
  }

  .homepage-24 .team .team-pro.no-mb.sin {
    padding-bottom: 2.5rem !important;
  }
}

/*-----------------------------------*/
/*- 45. INNER PAGE PROPERTIES LIST --*/
/*-----------------------------------*/

.inner-pages .blog .block-heading {
  background: #f9f9f9;
  border-radius: 12px !important;
  height: 52px;
  margin-bottom: 30px;
}

.inner-pages .properties-list.full .project-single {
  border-bottom: 0px;
}

.inner-pages .properties-list.full .my-44 {
  margin: 2.5rem 0;
}

.agents.list .blog .homes-content .homes-list {
  padding-bottom: 2rem;
}

.inner-pages.hp-6.full .tab-content > .active {
  width: 100%;
  margin-bottom: 30px;
}

.inner-pages.hp-6.full .rld-main-search {
  margin-right: 0px;
}

.inner-pages.hp-6.full .rld-single-input input {
  width: 309px;
  background: #fff;
}

.inner-pages.hp-6.full .rld-main-search {
  padding: 30px 0px 30px 20px;
  background: #f5f7fb;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.inner-pages.hp-6.full .rld-main-search .single-select,
.inner-pages.hp-6.full .dropdown-filter span,
.inner-pages.hp-6.full .form-group .nice-select {
  background: #fff;
}

.inner-pages.hp-6.full .form-group .nice-select {
  border: 1px solid #e8e8e8;
}

.inner-pages.hp-6.full .tab-content > .active {
  margin-top: 0px;
}

.inner-pages.hp-6.full .explore__form-checkbox-list.full-filter.filter-block {
  margin-top: 2px;
  background: #fff;
}

.inner-pages.hp-6.full .main-search-field-2 {
  margin-top: 0px;
}

.inner-pages.hp-6.full .parallax-searchs .form-group .nice-select:hover,
.inner-pages.hp-6.full .dropdown-filter span::after,
.inner-pages.hp-6.full .btn.btn-yellow:hover {
  color: black;
}

.inner-pages.hp-6.full .btn.btn-yellow {
  background: black;
}

.inner-pages.hp-6.full .nice-select.wide {
  margin-top: 0px;
}

.detail-wrapper-body {
  width: 100%;
}

.single.detail-wrapper {
  width: 100%;
}

.inner-pages.hp-6.full .single.detail-wrapper {
  z-index: 8;
}

@media only screen and (max-width: 1024px) {
  .inner-pages.hp-6.full .rld-single-input input {
    width: 160px;
  }
}

@media screen and (max-width: 768px) {
  .detail-wrapper-body {
    width: 100%;
  }

  .single.detail-wrapper {
    width: 100%;
  }

  .inner-pages.hp-6.full .dropdown-filter span {
    margin: 0px 15px 0 0;
  }
}

@media only screen and (max-width: 450px) {
  .inner-pages.hp-6.full .rld-single-input input {
    width: 100% !important;
  }

  .inner-pages.hp-6.full .rld-main-search {
    padding-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .inner-pages .properties-list.full .my-44.ft {
    margin: 0px;
  }

  .inner-pages.hp-6.full .rld-single-input input {
    width: 200px;
  }

  .inner-pages .properties-list.full .pr-0 {
    padding-left: 0px;
  }

  .inner-pages .properties-list.full .col-lg-8 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .inner-pages .properties-list.full .mb-44 {
    margin-bottom: 2.5rem !important;
  }

  .inner-pages .properties-list.full .row.featured {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 575px) {
  .agents.list .pagination.lis-view {
    margin-top: 0px;
  }
}

/*-------------------------------------------------*/
/*- 46. INNER PAGE PROPERTIES LIST RIGHT SIDEBAR --*/
/*-------------------------------------------------*/

.inner-pages .blog .block-heading {
  background: #f9f9f9;
  border-radius: 12px !important;
  height: 52px;
  margin-bottom: 30px;
}

.inner-pages .properties-right.list .homes-img img {
  height: 100%;
  object-fit: cover;
}

.inner-pages .properties-right.list .project-single {
  border-bottom: 0px;
  width: 100%;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  margin-bottom: 0 !important;
  height: 100%;
}

.inner-pages .properties-right.list .my-44 {
  margin: 2.5rem 0;
}

@media screen and (max-width: 991px) {
  .inner-pages .properties-right.list .my-44.ft {
    margin: 0px;
  }

  .inner-pages .properties-right.list .homes-img img {
    height: auto;
  }

  .inner-pages .properties-right.list .pr-0 {
    padding-left: 8px;
  }

  .inner-pages .properties-right.list .col-lg-8 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .inner-pages .properties-right.list .mb-44 {
    margin-bottom: 2.5rem !important;
  }

  .inner-pages .properties-right.list .row.featured {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*-----------------------------------*/
/*- 47. INNER PAGE PROPERTIES GRID --*/
/*-----------------------------------*/

.inner-pages .blog .block-heading {
  background: #fff;
  border-radius: 12px !important;
  height: 52px;
  margin-bottom: 30px;
}

.inner-pages section.portfolio {
  background: #f5f7fb;
}

.inner-pages .blog .block-heading h4 {
  line-height: 52px;
  color: #121b22;
  display: inline-block;
  padding-right: 20px;
  border-radius: 3px 0 0 3px;
  margin: 0 0 0;
  font-weight: 600;
}

.inner-pages .blog .space-3 {
  margin-bottom: 1.6rem;
}

.inner-pages .blog .block-heading .heading-icon {
  background: #121b22;
  width: 50px;
  text-align: center;
  margin-right: 8px;
  display: inline-block;
  border-radius: 3px 0 0 3px;
  position: relative;
  color: #fff;
}

.inner-pages .project-single .homes-content .homes-list li i {
  font-size: 12px;
}

.inner-pages .project-single .fa-user,
.inner-pages .project-single .fa-calendar {
  color: #666 !important;
}

.inner-pages .portfolio .homes-content .homes-list li {
  line-height: 40px;
  padding: 0 !important;
}

.inner-pages .portfolio .homes-content .homes-list-div {
  display: flex;
  height: 100px;
  width: 100% !important;
}

.inner-pages .portfolio .homes-content .homes-list-div ul {
  width: 100% !important;
}

@media (max-width: 768px) {
  .inner-pages .portfolio .homes-content .homes-list-div {
    width: 100% !important;
  }

  .inner-pages .portfolio .homes-content .homes-list-div ul {
    width: 50% !important;
  }

  .inner-pages .portfolio .homes-content .homes-list-div ul li.custom-width {
    width: 50% !important;
    justify-content: start;
  }

  .inner-pages .portfolio .homes-content .homes-list-div ul li.special-width {
    width: 50% !important;
  }

  .project-card p {
    display: none !important;
  }

  .project-card .col-md-3 {
    height: auto !important;
  }
}

.homes-button .first-btn {
  height: 50px;
  /* padding: 15px; */
  color: #005aa9 !important;
  font-size: 12px;
  background-color: white !important;
  font-weight: 600;
  border: 1px solid #005aa9 !important;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-initialized .slick-slide {
  padding: 0 10px !important;
}

.homes-button .second-btn {
  bottom: 0;
  border-radius: 12px !important;
  right: 0;
  font-size: 12px;
  padding: 15px;
  color: white;
  background-color: #005aa9;
  border: none;
  /* right: 0; */
  width: 100%;
  text-align: center !important;
  text-align: -webkit-center;
  position: absolute !important;
  /* top: 0; */
}

@media (max-width: 768px) {
  .homes-button .first-btn {
    position: relative;
  }

  .homes-button .second-btn {
    position: relative;
  }

  .inner-pages .portfolio .homes-content .homes-button {
    width: 50% !important;
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
  }
}

.homes-button .second-btn .second-price-btn {
  border: 1px solid #2bf327;
  border-radius: 6px 10px 0 0;
  padding: 2px;
  text-align: center;
  width: 172px;
}

.homes-button .second-btn #addToCart {
  background-color: #2bf327;
  padding: 4px;
  width: 172px;
  text-align: center;
  border: none;
}

.properties-list .item {
  padding-bottom: 1.6rem;
}

.inner-pages .w-auto {
  width: auto !important;
}

.inner-pages .letter-spacing-093 {
  font-weight: 600;
}

.inner-pages .input-group-lg > .form-control {
  padding: 0.5rem 1rem 0.5rem 0.5rem !important;
  font-size: 12px;
  line-height: 1;
  margin-top: 7px;
  border-radius: 12px !important;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.inner-pages .cod-pad.single.detail-wrapper .nice-select:after {
  height: 8;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 37%;
}

.inner-pages .pro-wrapper .detail-wrapper-body p {
  line-height: 1;
}

.inner-pages .nice-select.open .list {
  overflow: visible;
  z-index: 100000;
  width: auto;
}

@media screen and (max-width: 1024px) {
  .single.detail-wrapper.grid {
    margin-left: 10rem;
  }

  .inner-pages.half-map-view .single.detail-wrapper.grid {
    margin-left: 4rem;
  }
}

@media screen and (max-width: 450px) {
  .single.detail-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .inner-pages .letter-spacing-093 {
    padding-left: 0px !important;
  }

  .single.detail-wrapper.grid {
    margin-left: 0px;
  }

  .inner-pages.half-map-view .single.detail-wrapper.grid {
    margin-left: 0px;
  }

  .inner-pages .pro-wrapper .detail-wrapper-body p.pb-2 {
    margin-bottom: 0.75rem !important;
  }
}

@media screen and (max-width: 767px) {
  .inner-pages .portfolio.blog .item.no-pb.x2 {
    padding-bottom: 0px;
  }
}

.inner-pages .blog .block-heading .sorting {
  padding: 8px 13px;
  width: auto;
  background: #fff;
  border: 1px solid #e8e8e8;
  color: #999;
  margin-right: 5px;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 300;
  outline: none;
}

@media screen and (max-width: 380px) {
  .inner-pages .blog .block-heading .sorting {
    float: left;
    width: 120px;
  }
}

.inner-pages .blog .block-heading .sorting-options {
  margin: 10px 15px 0 0;
  text-align: right;
}

.inner-pages .blog .block-heading .sorting {
  font-size: 12px;
  font-weight: 300;
  padding: 5px 13px;
  border: solid 1px #e7e7e7;
}

.inner-pages .blog .block-heading a {
  text-decoration: none;
}

.inner-pages .blog .block-heading .change-view-btn.lde .fa {
  color: #121b22 !important;
}

.inner-pages .blog .block-heading .change-view-btn.lde:hover {
  background: black;
  color: #fff !important;
}

.inner-pages .blog .sorting-options a .active-view-btn .fa {
  color: #fff !important;
}

.inner-pages .blog .change-view-btn {
  color: #121b22 !important;
  border: 1px solid #e8e8e8;
  margin-left: 5px;
  border-radius: 12px !important;
  background: transparent;
  padding: 5px 9px;
}

.inner-pages .change-view-btn:hover {
  color: black !important;
}

.inner-pages .active-view-btn {
  background: #e8e8e8 !important;
  color: #fff !important;
  margin-left: 5px;
  padding: 5px 9px;
}

.inner-pages .blog .block-heading .fa {
  color: #fff;
  margin-right: 0px;
}

.inner-pages .blog .homes .fa {
  color: black;
}

.inner-pages .properties-list .compare,
.inner-pages .properties-right .compare {
  margin-top: 1.1rem !important;
}

.inner-pages .properties-right .fa {
  font-size: 15px;
}

.inner-pages .blog .single-block {
  padding: 3rem 0;
}

.inner-pages .blog .section-heading .media .media-left i {
  background: black;
  color: #fff;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  font-size: 25px;
  float: left;
}

.inner-pages .blog .section-heading .media .media-left {
  padding-right: 15px;
}

.inner-pages .blog .section-heading .media .media-body h5::after {
  margin-bottom: 16px;
}

.inner-pages .blog .section-heading .media .media-body p {
  margin: 0 0 0;
  color: #666;
  line-height: 0;
}

.inner-pages .blog .main-search-field h5,
.inner-pages .blog .main-search-field-2 h5,
.inner-pages .blog .section-heading .media .media-body h5 {
  font-family: "Inter", sans-serif !important;

  text-transform: capitalize;
}

.inner-pages .blog .main-search-field {
  background: #fff;
  padding: 20px;
}

.inner-pages .blog .main-search-field select {
  background: #fff;
  border: 2px solid #e2dfdf;
  color: #333;
  cursor: pointer;
}

.inner-pages .blog .main-search-field .at-col-default-mar {
  margin-bottom: 0px;
}

.inner-pages .blog .at-input {
  width: 100%;
  height: 45px;
  padding: 5px 10px;
  color: #000;
  border: 2px solid #e2dfdf;
  border-radius: 0;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .inner-pages .blog .at-input {
    margin-bottom: 0px;
  }
}

.inner-pages .blog .col-lg-12.no-pds {
  padding-left: 0px;
  padding-right: 0px;
}

.inner-pages .blog .slider_amount {
  color: #000;
  font-weight: 400;
}

.inner-pages .blog .ui-widget.ui-widget-content {
  background: black;
}

.inner-pages .blog .hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-top: 2rem;
  font-size: 12px;
  cursor: pointer;
  background: black;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  padding: 12px 22px;
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inner-pages .blog .hvr-bounce-to-right:hover {
  background: #121b22;
}

.inner-pages.homepage-4 .first-footer .navigation h3::after,
.inner-pages.homepage-4 .first-footer .widget h3::after,
.inner-pages.homepage-4 .first-footer .newsletters h3::after,
.inner-pages.homepage-4 .first-footer .bloq-email .email input[type="submit"],
.inner-pages.homepage-4 .go-up {
  background: black;
}

.inner-pages.homepage-4 #navigation.style-1 ul li:hover {
  background: black;
}

@media screen and (min-width: 992px) {
  .portfolio .item.sale.h-177.no-pb,
  .ho17-thelast.no-pb,
  .rent.h-17.no-pb {
    padding-bottom: 0px !important;
  }
}

/* More Search Options
------------------------------------- */

.inner-pages .more-search-options {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: 30px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  z-index: 19;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

.inner-pages .more-search-options.relative {
  position: relative;
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: none;
  transition: none;
  display: none;
}

.inner-pages .more-search-options.relative.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.inner-pages .more-search-options.relative .more-search-options-container {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 20px 0 5px 0;
}

/* Custom box*/

.inner-pages .custom-box {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.inner-pages .custom-box .checkboxes {
  padding: 20px 30px 25px 30px;
}

.inner-pages .more-search-options:before {
  position: absolute;
  top: -10px;
  width: 100%;
  content: "";
  background-color: #fff;
  height: 10px;
  display: inline-block;
  z-index: 101;
}

.inner-pages .more-search-options.relative:before {
  display: none;
}

.inner-pages .more-search-options.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.inner-pages .more-search-options-container {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  position: relative;
  padding: 30px 30px 25px 30px;
  padding-top: 0;
  border-radius: 0 0 3px 3px;
}

/* Trigger */

.inner-pages .more-search-options-trigger {
  font-size: 12px;
  margin: 5px 0 2px 0;
  display: inline-block;
}

.inner-pages .more-search-options-trigger:after {
  content: attr(data-open-title);
}

.inner-pages .more-search-options-trigger.active:after {
  content: attr(data-close-title);
}

.inner-pages .more-search-options-trigger:before {
  content: "\f055";
  font-family: "FontAwesome";
  padding-right: 7px;
}

.inner-pages .more-search-options-trigger.active:before {
  content: "";
}

.inner-pages .widget .more-search-options-trigger {
  font-size: 12px;
}

.inner-pages .widget .more-search-options-trigger {
  font-size: 12px;
}

.inner-pages .margin-bottom-10 {
  margin-bottom: 12px !important;
}

.inner-pages .margin-top-30 {
  margin-top: 30px !important;
}

.inner-pages a.more-search-options-trigger {
  text-decoration: none;
  color: black;
}

.inner-pages .form-group.looking {
  width: 100%;
  margin-top: 30px;
}

.inner-pages.listing .form-group {
  width: 100%;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 0px;
}

.inner-pages .first-select {
  height: 30px;
  border-radius: 12px !important;
  margin-right: 4px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #757575;
  font-family: "Inter", sans-serif !important;
  font-weight: 500;
  font-size: 12px;
}

.inner-pages .main-search-input-item {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  position: relative;
}

.inner-pages .form-group.looking input {
  float: left;
  border: 1px solid #e8e8e8;
  border-radius: 12px !important;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.inner-pages .form-group .nice-select {
  margin: 0px;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border-radius: 12px !important;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #757575;
  font-family: "Inter", sans-serif !important;
  font-weight: 400;
  font-size: 12px;
}

.inner-pages .form-group .nice-select i {
  color: #777;
  font-size: 12px;
  margin-top: 5px;
  margin-right: 10px;
}

.inner-pages .form-group.categories {
  width: 100%;
}

.inner-pages .nice-select.wide {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
}

.inner-pages .form-group.location {
  width: 100%;
}

.inner-pages .form-group.beds,
.inner-pages .form-group.bath {
  width: 100%;
}

.inner-pages .main-search-field-2 {
  margin-top: 20px;
}

/* Range Slider
------------------------------------- */

.inner-pages .range-slider label {
  color: #333;
  font-size: 12px;
  margin-bottom: 25px;
}

.inner-pages .range-slider .ui-slider {
  position: relative;
  text-align: left;
}

.inner-pages .range-slider .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid black;
  cursor: w-resize;
  background: #fff;
  outline: none;
  top: -8px;
  margin-left: -8px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}

.inner-pages .range-slider .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background-position: 0 0;
}

.inner-pages .range-slider .ui-widget-content {
  background-color: #e8e8e8 !important;
}

.inner-pages .range-slider .ui-widget-header {
  background-color: black;
}

.inner-pages .range-slider .ui-slider.ui-state-disabled .ui-slider-handle,
.inner-pages .range-slider .ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}

.inner-pages .range-slider .ui-slider-horizontal {
  height: 3px;
  border-radius: 12px;
  width: calc(100% - 16px);
  margin-left: 8px;
}

.inner-pages .range-slider .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.inner-pages .range-slider .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.inner-pages .range-slider .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.inner-pages input.first-slider-value:focus,
.inner-pages input.second-slider-value:focus,
.inner-pages input.first-slider-value,
.inner-pages input.second-slider-value {
  width: 40%;
  display: inline-block;
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 12px 0 0 0;
  cursor: default;
}

.inner-pages input.first-slider-value {
  float: left;
  margin-left: -8px;
  width: 40%;
}

.inner-pages input.second-slider-value {
  float: right;
  width: 40%;
  text-align: right;
  margin-right: -8px;
}

.inner-pages .range-slider {
  line-height: 37px;
}

/*----------------------------------- */
/* Custom Checkboxes
------------------------------------- */

.inner-pages .checkboxes {
  list-style: none;
  padding: 0;
}

.inner-pages .checkboxes.in-row label {
  margin-top: 9px;
}

.inner-pages .checkboxes.one-in-row label {
  margin-top: 9px;
  width: 100%;
}

.inner-pages .checkboxes li {
  padding: 4px 0;
}

.inner-pages .checkboxes li:last-child {
  margin-bottom: -8px;
}

.inner-pages .checkboxes label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 38px;
  margin-right: 20px;
  margin-bottom: 0;
  font-family: "Inter", sans-serif !important;
  color: #666;
  font-size: 12px;
}

.inner-pages .checkboxes label span {
  color: #dedede;
  font-size: 12px;
}

/* .inner-pages .checkboxes input[type="checkbox"] {
  display: none;
} */

.error-check label:before {
  border: 1px solid #005aa9 !important;
}

/* .inner-pages .checkboxes label:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: -2px;
  background-color: #fff;
  border: 2px solid #d0d0d0;
  border-radius: 12px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  margin-top: 5px;
} */

/* .inner-pages .checkboxes input[type="checkbox"]:checked+label:before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 15px;
  background-color: black;
  border: 2px solid transparent;
  -webkit-transition: border-color 0s;
  transition: border-color 0s;
}
 */
/*---------------------------------------*/
/*- 48. INNER PAGE PROPERTIES MAP --*/
/*---------------------------------------*/

.google-maps-right {
  position: fixed;
  top: 1;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 0 !important;
  margin-bottom: 0px;
}

.google-maps-right #map-leaflet {
  height: 867px;
}

section.google-map-right {
  padding: 10px 0 30px 0 !important;
}

.half-map-view .google-maps-right #map-leaflet {
  height: 100vh;
  top: 0;
  bottom: 0;
  padding: 0px;
}

.half-map-view .blog .block-heading {
  padding: 140px 0 30px 0 !important;
}

.half-map-view .headings-2 {
  padding: 130px 0 20px 0;
}

.half-map-view .fx-google-map-right.pl-55 {
  padding-left: 15px;
}

.half-map-view .fx-google-map-right.pl-555 {
  padding-left: 35px;
  padding-right: 35px !important;
}

.half-map-view .mt-5.pagi {
  padding-left: 22px;
  margin-top: 0px !important;
}

.half-map-view .portfolio .homes .button,
.half-map-view .portfolio .homes-price {
  z-index: 1;
}

.header.google-map-right {
  z-index: 99999;
}

.header.google-map-right .header-bottom {
  position: fixed;
  width: 100%;
  z-index: 99999;
}

.half-map-view .rld-single-input input,
.half-map-view .rld-single-select .single-select,
.half-map-view .dropdown-filter span {
  width: 163px !important;
  background: #fff;
}

.half-map-view .rld-main-search {
  background: #ffffff;
  border: 0px;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 0px;
}

.half-map-view .tab-content > .active {
  background: #ffffff;
  margin-top: 0px;
}

.half-map-view .dropdown-filter span::after {
  color: black;
}

.half-map-view .btn.btn-yellow {
  background: black;
}

.half-map-view a.btn.btn-yellow:hover,
.half-map-view .form-group .nice-select:hover {
  color: black;
}

.half-map-view .explore__form-checkbox-list.full-filter.filter-block {
  margin-top: 1px;
}

.half-map-view .main-search-field-2,
.half-map-view .nice-select.wide {
  margin-top: 0px;
}

@media screen and (max-width: 991px) {
  .google-maps-right {
    position: relative;
    margin-top: 30px;
  }

  .mt-5.pagi {
    display: none;
  }

  .mt-55.pagi {
    display: none;
  }

  .half-map-view .fx-google-map-right.pl-55 {
    padding-left: 15px;
    padding-right: 30px !important;
  }

  .half-map-view .fx-google-map-right.pl-555 {
    padding-left: 15px !important;
    padding-right: 0px !important;
  }
}

@media screen and (max-width: 1024px) {
  .inner-pages.half-map-view.list .properties-right.list .my-44 {
    margin: 0px;
  }

  .inner-pages.half-map-view.list .portfolio .homes-content,
  .inner-pages.half-map-view.list .map-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2.5rem;
  }

  .half-map-view .project-single.ps-1 {
    margin-top: 50px;
  }

  .half-map-view .btn.btn-yellow {
    width: 138px;
  }
}

@media screen and (min-width: 1024px) {
  .inner-pages.half-map-view.list .map-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .half-map-view .rld-single-input input,
  .half-map-view .rld-single-select .single-select,
  .half-map-view .dropdown-filter span {
    width: 163px !important;
  }

  .half-map-view .rld-single-select.ml-22,
  .half-map-view .dropdown-filter {
    margin-left: 15px;
  }

  .half-map-view .rld-single-input input {
    margin-right: 15px;
  }

  .half-map-view .rld-main-search .rld-single-input {
    width: 163px;
  }
}

@media screen and (max-width: 768px) {
  .inner-pages.half-map-view.list .portfolio .homes-content,
  .inner-pages.half-map-view.list .map-list {
    margin-bottom: 0rem;
  }

  .half-map-view .btn.btn-yellow {
    width: 163px;
  }

  .half-map-view .project-single.ps-1 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .google-maps-right {
    margin-top: 40px;
  }

  .half-map-view .rld-single-select.ml-22,
  .half-map-view .dropdown-filter {
    margin-left: 0px;
  }

  .half-map-view .rld-single-input input,
  .half-map-view .rld-main-search .rld-single-input,
  .half-map-view .rld-main-search .rld-single-select .single-select {
    width: 100% !important;
  }

  .half-map-view .rld-main-search .rld-single-input {
    width: 100% !important;
  }
}

@media screen and (max-width: 575px) {
  .half-map-view .fx-google-map-right.pl-55 {
    padding-right: 15px !important;
  }
}

/*---------------------------------------*/
/*- 49. INNER PAGE PROPERTIES TOP MAP --*/
/*---------------------------------------*/

.header-map.google-maps.properties #map-leaflet,
.header-map.google-maps.properties {
  height: 450px;
}

/*---------------------------------------*/
/*--- 50. INNER PAGE PROPERTY DETAILS ---*/
/*---------------------------------------*/

section.single-proper {
  background: #f5f7fb;
}

.pro-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.headings-2 {
  padding: 5px 0 !important;
  align-items: center;
}

.bg-white-inner {
  background: #f5f7fb !important;
}

.menu__tabs {
  list-style: none;
  overflow: hidden;
}

.menu__tabs li {
  float: left;
  margin-right: 2px;
  font-size: 1.3em;
}

.menu__tabs a {
  padding: 1em;
  background: #333b48;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.2);
}

.menu__tabs a:hover {
  background: #515a68;
}

.menu__tabs a.active {
  color: #333b48;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.menu__tabs a.active i {
  color: #80cbb7;
}

.menu__tabs a i {
  margin-right: 3px;
  color: #aaaaaa;
}

.product-rating-count-container {
  width: 19% !important;
  margin-right: 0 !important;
}

.product-review-section-wrapper__wrapper__product-rating-filters {
  flex-wrap: wrap !important;
  justify-content: space-between;
}

/*--------------------------
* MENU WRAPPER
---------------------------*/
.menu {
  margin: 55px auto;
  width: 80%;
  max-width: 600px;
  position: relative;
}

.menu__wrapper {
  padding: 2em;
  position: relative;
  z-index: 400;
  background: #fff;
  min-height: 300px;
  -webkit-border-radius: 0 4px 4px 4px;
  -moz-border-radius: 0 4px 4px 4px;
  border-radius: 0 4px 4px 4px;
}

.menu--shadow {
  position: absolute;
  z-index: 300;
  bottom: -5px;
  height: 25px;
  width: 100%;
}

.menu--shadow:after,
.menu--shadow:before {
  content: "";
  display: block;
  width: 50%;
  height: 25px;
  position: absolute;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(0.8) rotate(-4deg);
  -ms-transform: scale(0.8) rotate(-4deg);
  -o-transform: scale(0.8) rotate(-4deg);
  transform: scale(0.8) rotate(-4deg);
}

.menu--shadow:after {
  right: 0;
  left: auto;
  -webkit-transform: scale(0.8) rotate(4deg);
  -ms-transform: scale(0.8) rotate(4deg);
  -o-transform: scale(0.8) rotate(4deg);
  transform: scale(0.8) rotate(4deg);
}

.menu__wrapper .menu__item {
  line-height: 1.3;
  color: #76716f;
  display: none;
}

.menu__wrapper .menu__item.item-active {
  display: block;
}

.menu__wrapper .menu__item h3 {
  font-size: 1.8em;
  color: #333b48;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 5px;
  margin-bottom: 12px;
}

.menu__wrapper .menu__item p {
  font-size: 1.3em;
  line-height: 1.6em;
  color: #76716f;
}

.inner-pages .headings-2 .listing-title-bar h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #222;
  margin-bottom: 0 !important;
  text-transform: capitalize !important;
}

.inner-pages .headings-2 .listing-title-bar h3:after {
  color: #005aa9;
  background-color: #005aa9;
  color: black;
  display: block;
  height: 3px;

  width: 50px;
}

.reservation-list {
  width: 100%;
  margin-bottom: 0 !important;
}

.reservation-list li {
  width: 50% !important;
}

.inner-pages .headings-2 .listing-title-bar h4 {
  font-size: 12px;
  font-weight: 700;
  color: #005aa9;
  display: flex;
  align-items: center;
  justify-content: end;
  text-transform: capitalize !important;
}

.inner-pages .headings-2 .listing-title-bar a,
.inner-pages .headings-2 .listing-title-bar a p {
  font-size: 12px;
  text-decoration: none;
  color: #333;
}

.inner-pages .headings-2 .category-tag {
  font-size: 12px;
  background: #005aa9;
  color: #fff;
  border: 1px solid #005aa9;
  padding: 5px 15px;
  border-radius: 50px;
  top: -3px;
  margin-left: 0.5rem;
  position: relative;
}

.schedule.widget-boxed.mt-33 {
  margin-top: 60px;
}

.inner-pages .detail-list-rating {
  float: left;
  margin-right: 15px;
}

.inner-pages .detail-list-rating i {
  color: #ffc107;
}

h4.widget_author__name {
  color: #222;
}

.inner-pages .listing-title-bar a {
  text-decoration: none;
  color: #333;
}

.inner-pages .listing-title-bar a:last-child {
  text-decoration: none;
  color: #666;
}

.inner-pages.sgv .header-user-name,
.inner-pages.sgv .header-user-name:before {
  color: #fff;
}

.inner-pages.sgv #navigation.style-2.cloned .header-user-name,
.inner-pages.sgv #header.cloned.sticky .header-user-name,
.inner-pages.sgv #navigation.style-2.cloned .header-user-name:before,
.inner-pages.sgv #header.cloned.sticky .header-user-name:before {
  color: #666;
}

/*-------------Sliders---------------------------------------*/

.listing-details-sliders .list-inline {
  white-space: nowrap;
  width: 100% !important;
}

.listing-details-sliders .carousel-indicators {
  position: static;
  left: initial;
  width: initial;
  margin-left: initial;
  margin-top: 15px;
}

.listing-details-sliders .carousel-indicators a {
  cursor: pointer;
}

.listing-details-sliders .carousel-indicators > li {
  height: initial;
  text-indent: initial;
  max-width: 127px;
  margin-right: 10px;
  margin-left: 0;
}

.listing-details-sliders .carousel-indicators > li:last-child {
  margin-right: 0px;
}

.dd.listing-details-sliders .carousel-indicators > li {
  width: initial;
  height: initial;
  text-indent: initial;
}

.smail-listing .list-inline-item {
  width: 20%;
}

.smail-listing .list-inline-item a img {
  width: 600px;
  border: none;
  height: 50px;
  object-fit: cover;
  border-radius: 0;
}

.elements-page .tab-box p {
  margin-bottom: 0;
}

.listing-details-sliders .carousel-indicators > li.active img {
  opacity: 0.9;
}

.listing-details-sliders .right {
  position: absolute;
  right: 15px;
  top: 45%;
}

.listing-details-sliders .left {
  position: absolute;
  top: 50%;
  left: 35px;
  background: black;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  color: #fff;
  font-size: 10px;
  z-index: 120;
  cursor: pointer;
  margin-top: -18px;
  -webkit-box-shadow: 0px 0px 0px 9px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 0px 9px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.listing-details-sliders .left:hover,
.listing-details-sliders .right:hover {
  background: #121b22;
}

.listing-details-sliders .left i {
  font-size: 23px;
  margin-left: 13px;
  margin-top: 5px;
  color: #fff;
}

.listing-details-sliders .right {
  position: absolute;
  top: 50%;
  right: 35px;
  background: black;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  color: #fff;
  font-size: 10px;
  z-index: 120;
  cursor: pointer;
  margin-top: -18px;
  -webkit-box-shadow: 0px 0px 0px 9px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 0px 9px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.carousel-indicator-image {
  height: 70px !important;
  object-fit: cover !important;
}

.listing-details-sliders a {
  width: 100%;
  height: 100%;
}

.listing-details-sliders .img-fluid {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.listing-details-sliders .right i {
  font-size: 23px;
  margin-left: 14px;
  margin-top: 5px;
  color: #fff;
}

.list-inline-item:not(:last-child) {
  margin-right: 1px;
}

div.datedropper.my-style {
  border-radius: 12px !important;
  width: 180px;
}

div.datedropper.my-style .picker {
  border-radius: 12px !important;
  -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
}

div.datedropper.my-style .pick-l {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

div.datedropper.my-style .pick-lg-b .pick-sl:before,
div.datedropper.my-style .pick-lg-h,
div.datedropper.my-style .pick-m,
div.datedropper.my-style .pick-submit,
div.datedropper.my-style:before {
  background-color: black;
}

div.datedropper.my-style .pick-l,
div.datedropper.my-style .picker,
div.datedropper.my-style.picker-tiny .pick-m,
div.datedropper.my-style.picker-tiny:before {
  background-color: #fff;
}

div.datedropper.my-style .pick li span,
div.datedropper.my-style .pick-btn,
div.datedropper.my-style .pick-lg-b .pick-wke,
div.datedropper.my-style .pick-y.pick-jump {
  color: black;
}

div.datedropper.my-style .pick-arw,
div.datedropper.my-style .pick-l,
div.datedropper.my-style .picker {
  color: #3a465e;
}

div.datedropper.my-style .pick-lg-b .pick-sl,
div.datedropper.my-style .pick-lg-h,
div.datedropper.my-style .pick-m,
div.datedropper.my-style .pick-m .pick-arw,
div.datedropper.my-style .pick-submit {
  color: #fff;
}

div.datedropper.my-style.picker-tiny .pick-m,
div.datedropper.my-style.picker-tiny .pick-m .pick-arw {
  color: #3a465e;
}

.form-control[readonly] {
  background: #fff;
}

div.datedropper.my-style.picker-lkd .pick-submit {
  background-color: #fff;
  color: #3a465e;
}

.schedule a.btn {
  padding: 10px 25px;
  text-transform: capitalize;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.schedule .theme-btn,
.theme-btn:focus,
.theme-btn:hover,
.theme-btn:active {
  color: #fff;
  background: black;
}

.schedule .full-width {
  width: 100%;
  margin-top: 15px;
}

.schedule .input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:first-child) > .btn {
  background: #fff;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.schedule .input-group-btn:not(:last-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn:hover {
  background: black;
  color: #fff;
}

.smail-listing {
  width: 100%;
}

.sidebar-widget .author-box {
  margin-bottom: 15px;
}

.sidebar-widget .author-box img {
  float: left;
  width: 65px;
  object-fit: cover;
  height: 65px;
  border: 4px solid #fff;
  margin-right: 15px;
}

.sidebar-widget .author__title {
  font-size: 12px;
  color: #222;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 2px;
}

.sidebar-widget .author-box .author__title {
  margin-top: 18px;
  font-size: 12px;
}

.author__meta {
  font-size: 11px !important;
}

.sidebar .sidebar-widget .author__meta {
  font-size: 12px;
  color: #666;
  font-weight: 400;
}

.sidebar-widget .author__contact li {
  color: #666;
  font-weight: 400;
  font-size: 12px;
}

.sidebar-widget .author__contact li span i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  color: black;
  border-radius: 50%;
  font-size: 12px;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar .sidebar-widget .author__contact li a {
  color: #666;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar .sidebar-widget .author__contact li a:hover {
  color: black;
}

.sidebar-widget ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sidebar-widget .author__img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}

.sidebar-widget .author__link {
  text-align: center;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e4e4e4;
}

.sidebar-widget .author__link li {
  display: inline-block;
}

.sidebar-widget .author__link li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: rgba(128, 137, 150, 0.2);
  color: black;
  border-radius: 50%;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.payment-plan-table td {
  display: table-cell !important;
}

.payment-plan td {
  padding: 0.75rem !important;
  text-align: left !important;
  display: table-cell !important;
}

.widget-boxed .input-group .fa {
  font-size: 16px !important;
  color: black;
}

.widget-boxed .input-group .fa:hover {
  color: #fff;
}

.collection-title tr td {
  display: table-cell !important;
}

.widget-boxed-header {
  padding-top: 0px;
  cursor: pointer;
}

.widget-boxed-header h4 {
  color: #222 !important;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}

.widget-boxed-header h4 .fa {
  color: black;
  position: relative;
  top: 0px;
}

.row.mrg-top-15 label.mb-3 {
  color: #333;
}

.blog-pots .tab {
  width: auto !important;
  padding: 0 !important;
}

.widget-boxed-body {
  padding: 1.5rem 0 0;
}

.widget-boxed {
  background: #fff;
}

.agent-contact-form-sidebar {
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #e8e8e8;
}

.agent-contact-form-sidebar h4 {
  font-size: 12px;
  margin-bottom: 20px;
}

.agent-contact-form-sidebar input {
  width: 100%;
  height: 45px;
  border: 1px solid #dae2e9;
  background-color: #fff;
  padding: 15px;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: #7e8c99;
  margin-bottom: 1rem;
}

.agent-contact-form-sidebar textarea {
  border: 1px solid #dae2e9 !important;
  background-color: #fff;
  padding-left: 15px;
  width: 100%;
  height: 100px;
  color: #7e8c99;
}

.agent-contact-form-sidebar .multiple-send-message {
  background-color: black;
  color: #ffffff;
  font-family: "Inter", sans-serif !important;
  cursor: pointer;
  font-size: 12px;
  text-transform: capitalize;
  padding-top: 13px;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.agent-contact-form-sidebar .multiple-send-message:hover {
  background-color: #121b22;
}

/* Arrows */

.widget-boxed .slick-prev,
.widget-boxed .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
  color: #111;
  border-radius: 12px !important;
  width: 48px;
  height: 48px;
  display: block;
  top: calc(0% - 35px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.widget-boxed .slick-prev:hover,
.widget-boxed .slick-next:hover {
  color: transparent;
  outline: none;
  background: transparent;
}

.widget-boxed .slick-prev:hover:before,
.widget-boxed .slick-next:hover:before {
  outline: none;
}

.widget-boxed .slick-prev.slick-disabled,
.widget-boxed .slick-next.slick-disabled {
  pointer-events: none;
  color: #111;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.widget-boxed .slick-prev.slick-disabled:before,
.widget-boxed .slick-next.slick-disabled:before {
  color: #111;
}

.widget-boxed .slick-prev:before,
.widget-boxed .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 26px;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  color: #111;
}

.widget-boxed .slick-prev {
  left: 0px;
  margin-left: 197px;
}

.widget-boxed .slick-prev:before {
  content: "\f053";
  left: 0px;
  color: #666;
}

.widget-boxed .slick-next {
  right: 0px;
  margin-right: 0px;
}

.widget-boxed .slick-next:before {
  content: "\f054";
  right: 0px;
}

.homes-content .mr-1 {
  font-weight: 600;
  color: #555 !important;
}

.homes-content span.det {
  color: black !important;
  font-weight: 600 !important;
}

.widget-boxed.mt-5,
.widget-boxed.my-5,
.main-search-field.mt-5 {
  margin-top: 30px !important;
}

.inner-pages .blog .block-heading.details h4 {
  color: #000;
}

.inner-pages .blog .blog-info.details,
.listing-details-sliders,
.property-location,
.reviews.comments,
.homes-content.details,
.reviews.leve-comments,
.wprt-image-video.w50.pro,
.ag-de .similar-property,
.ag-de .portfolio.py-0.age,
.det .similar-property {
  background: #fff;
  padding: 20px;
  border: 1px solid #e8e8e8;
}

.wprt-image-video.w50.pro {
  margin-bottom: 30px !important;
}

.table td,
.table th,
.nav-tabs .nav-link {
  font-size: 12px;
  width: auto;
  white-space: nowrap;
  text-align: center;
  background: transparent;
  font-weight: 600 !important;
  padding: 12px 24px !important;
  line-height: 150%;
}

.eids.full-width {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #ededed;
  padding: 10px;
}

.grid-item.full-width {
  grid-column: span 2;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.grid-item .det {
  color: #005aa9;
  font-size: 12px !important;
  font-weight: 600;
}

.grid-item span {
  font-weight: 700;
  color: #000;
  text-align: center;
}

.grid-item,
#location-card table td {
  display: flex;
  flex-direction: row;
  padding: 10px 0px !important;
  border-bottom: 0.5px solid #e6e6e6;
  align-items: center;
  gap: 8px;
  grid-column: span 2;
  justify-content: space-between;
}

.table td {
  font-size: 12px;
  width: auto;
  white-space: nowrap;
  text-align: center;
  background: transparent;
  font-weight: 600;
  padding: 10px !important;
  border: 0.5px solid #e6e6e6;
}

.inner-pages .blog .blog-info.details h4,
.inner-pages .blog .blog-info.details h5,
.inner-pages .carousel-inner h5,
.wprt-image-video.w50.pro h5 {
  color: #000;
  font-size: 14px;
  font-family: "Inter", sans-serif !important;
  font-weight: 600;
  text-transform: capitalize;
  text-align: left;
}

.inner-pages .blog .blog-info.details {
  padding: 10px;
  /* margin-top: 10px !important; */
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.login-page-info h3 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 24px;
}

#slider-range-value1 input,
#slider-range-value2 input,
#slider-range-value3 input,
#slider-range-value4 input {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px !important;
  color: #717171;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 15px;
  width: 100%;
}

.modal-version #slider-range-value1,
.modal-version #slider-range-value2 {
  width: 48%;
}

#slider-range-value1,
#slider-range-value3 {
  float: left;
}

#slider-range-value2 {
  float: right;
}

.projectCardList li {
  width: 20%;
}

.modal.show {
  z-index: 9999999;
}

.collection-body {
  height: 500px;
  overflow-y: scroll;
}

.checkSquareIcon li {
  width: 25%;
}

.inner-pages .blog .homes-content .homes-list li:first-child {
  border-radius: 6px 0 0 10px !important;
}

.inner-pages .blog .homes-content .homes-list li:last-child {
  border-radius: 0 10px 10px 0 !important;
}

.inner-pages .blog .homes-content .homes-list li {
  float: left;
  font-size: 12px;
  line-height: 18px;
  list-style: none;
  justify-content: center;
  color: #005aa9;
}

.reservation-list li {
  width: 50%;
  text-align: center;
}

.checkSquareIcon {
  color: #005aa9;
}

.homes-address span {
  font-size: 9px !important;
}

.inner-pages .blog .homes-content .homes-list li:last-child {
  border: none;
}

.inner-pages .blog .homes-content.details-2 {
  background: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem 0;
}

.recent-post {
  font-size: 11px !important;
}

.inner-pages .blog .homes-content.details-2.mb-4 {
  margin-bottom: 30px !important;
  padding: 3px 30px;
}

.inner-pages .portfolio .homes-content .homes-list {
  padding-left: 0px;
  padding-bottom: 0.9rem;
  margin: 0;
}

.inner-pages.sin-1 .similar-property.portfolio .item {
  padding-bottom: 0px;
}

@media screen and (max-width: 1024px) {
  .inner-pages .headings-2 .listing-title-bar h3 {
    font-size: 12px;
  }

  .inner-pages .headings-2 .listing-title-bar h4 {
    font-size: 20px;
  }

  .widget-boxed .slick-prev {
    margin-left: 150px;
  }
}

@media screen and (max-width: 767px) {
  .inner-pages .blog .homes-content.details-2 {
    padding-left: 4rem;
  }

  .inner-pages .carousel.slide .carousel-inner img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
  }

  .inner-pages .headings-2 .listing-title-bar h3 {
    font-size: 24px;
  }
}

.text-primary {
  color: #005aa9 !important;
}

@media screen and (max-width: 500px) {
  .inner-pages .carousel.slide .carousel-inner img {
    width: 100%;
    height: 280px;
  }
}

@media screen and (max-width: 991px) {
  .inner-pages.sin-1 .similar-property .item {
    padding-bottom: 20px !important;
  }

  .inner-pages.sin-1 .similar-property .no-pb.pbp-3 {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 450px) {
  .inner-pages .blog .homes-content.details-2 {
    padding-left: 2.5rem;
  }

  .inner-pages .blog .block-heading.map {
    margin-top: 30px;
  }

  .pro-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .single.detail-wrapper {
    margin-left: 0px;
  }

  .listing-details-sliders .list-inline {
    width: 88% !important;
    margin-right: 0px;
    margin-top: 0px;
    margin-left: 10px !important;
  }

  .inner-pages.sin-1 .blog .item {
    padding-bottom: 10px;
  }

  .inner-pages.sin-1 .similar-property .item {
    padding-bottom: 20px;
  }

  .inner-pages.sin-1 .similar-property .no-pb.pbp-3 {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }

  .inner-pages.sin-1 .listing-details-sliders .list-inline {
    margin-bottom: 0px;
  }

  .inner-pages.sin-1 .blog .homes-content.details span {
    font-size: 13px !important;
  }

  .inner-pages .single.homes-content .homes-list li,
  .inner-pages .portfolio .homes-content .homes-list li {
    width: 50% !important;
    line-height: 27px;
    margin-bottom: 13px;
  }

  .inner-pages .homes-content.details .homes-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .inner-pages.st-1 .blog .homes-content .homes-list li:last-child {
    margin-left: 13px;
  }

  .property .popup-youtube,
  .property.wprt-image-video .iq-waves {
    top: 54.7% !important;
  }

  .property.vid-si2 .popup-youtube,
  .property.wprt-image-video.vid-si2 .iq-waves {
    top: 51% !important;
  }

  .property.vid-si3 .popup-youtube,
  .property.wprt-image-video.vid-si3 .iq-waves {
    top: 54.2% !important;
  }

  .widget-boxed .slick-prev {
    margin-left: 235px !important;
  }

  .inner-pages .headings-2 .listing-title-bar h3,
  .inner-pages .headings-2 .listing-title-bar h4 {
    font-size: 20px !important;
  }

  .inner-pages .headings-2 .listing-title-bar a {
    font-size: 12px;
  }

  .inner-pages .homes-content.details-2 ul {
    display: block !important;
  }

  .swiper-button-prev.swiper-button-white,
  .swiper-button-next.swiper-button-white {
    display: none;
  }
}

@media screen and (max-width: 360px) {
  .inner-pages .blog .homes-content.details-2 {
    padding-left: 1.3rem;
  }

  .widget-boxed .slick-prev {
    margin-left: 180px !important;
  }
}

.inner-pages .blog .homes-content.details-2 span {
  color: #fff;
  font-size: 12px;
}

.inner-pages .blog .homes-content.details-2 .fa {
  color: #fff;
}

.inner-pages .blog .blog-info p.mb-3 {
  color: #666;
  font-weight: 400;
}

.inner-pages .blog .sorting-options span {
  color: #121b22;
  font-family: "Inter", sans-serif !important;

  text-transform: uppercase;
}

.inner-pages .blog .sorting-options h5 {
  color: black;
  font-family: "Inter", sans-serif !important;

  margin-top: 0px;
}

.inner-pages .blog .sorting-options h6 {
  color: #18ba60;

  margin-right: 3.2rem;
}

.inner-pages .blog .wprt-image-video.w50 {
  margin-bottom: 5rem;
}

.inner-pages .blog .homes-content h5,
.inner-pages .blog .property-location h5,
.inner-pages .blog .team.assigned h5,
.similar-property h5,
.ag-de .blog-section h5,
.inner-pages .carousel h5 {
  color: #000;
  font-size: 12px;
  font-family: "Inter", sans-serif !important;
  font-weight: 600;
  text-transform: capitalize;
}

.property .popup-youtube {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  color: black;
  font-size: 30px;
  height: 70px;
  left: 50%;
  line-height: 70px;
  position: absolute;
  text-align: center;
  top: 57%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70px;
  z-index: 9;
}

.property .popup-youtube i {
  margin-left: 5px;
}

.property.wprt-image-video .iq-waves {
  height: 352px;
  height: 22rem;
  left: 50%;
  position: absolute;
  top: 57%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 352px;
  width: 22rem;
  z-index: 2;
}

.property.vid-si2 .popup-youtube,
.property.wprt-image-video.vid-si2 .iq-waves {
  top: 50.8%;
}

.property.wprt-image-video .iq-waves .waves {
  -webkit-animation: 3s ease-in-out 0s normal none infinite running waves;
  animation: 3s ease-in-out 0s normal none infinite running waves;
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0 padding-box;
  border-radius: 320px;
  height: 352px;
  height: 22rem;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  width: 352px;
  width: 22rem;
}

.property.wprt-image-video .iq-waves .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.property.wprt-image-video .iq-waves .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.property.wprt-image-video .iq-waves .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.carousel-inner.carus img {
  width: 1000%;
}

@-webkit-keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.closeTimes {
  font-size: 20px !important;
}

@media screen and (max-width: 991px) {
  .property.wprt-image-video {
    margin-top: 2.5rem;
  }

  .inner-pages .single.widget {
    padding-top: 0px !important;
  }

  .widget-boxed.popular {
    margin-bottom: 30px;
  }

  .widget-boxed .slick-prev {
    margin-left: 540px;
  }

  .widget-boxed .book {
    margin-bottom: 1.5rem;
  }

  .listing-details-sliders .list-inline {
    width: 94% !important;
    margin-right: 0px;
    margin-left: 20px;
  }

  .single.reviews.leve-comments {
    margin-bottom: 30px !important;
  }

  .inner-pages .headings-2 .listing-title-bar h3 {
    font-size: 16px !important;
    width: 100%;
    text-align: left;
  }

  .schedule.widget-boxed.mt-33 {
    margin-top: 0px;
  }

  .ag-de .single.reviews.leve-comments,
  .ag-de .widget-boxed.popular {
    margin-bottom: 0px !important;
  }
}

.inner-pages .carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.single.reviews.leve-comments {
  margin-top: 0px;
  margin-bottom: 60px;
}

.inner-pages .leave-rating {
  height: 24px;
  float: left;
}

.inner-pages .leave-rating:hover input[type="radio"]:checked ~ label {
  color: #dadada;
}

.inner-pages .leave-rating input[type="radio"] {
  display: none;
}

.inner-pages .leave-rating input[type="radio"]:checked ~ label {
  color: #ffc600;
}

.inner-pages .leave-rating label {
  font-size: 24px;
  float: right;
  color: #dadada;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.inner-pages .leave-rating label:hover,
.inner-pages .leave-rating label:hover ~ label {
  color: #ffc600 !important;
}

.inner-pages .leave-rating-title {
  display: block;
  margin-top: 2.5rem;
  margin-bottom: 7px;
}

.inner-pages .add-review-photos {
  font-weight: 600;
  padding: 6px 7px;
  color: #fff;
  border: 0px;
  background-color: #005aa9;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  font-size: 12px;
  width: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  line-height: 20px;
  float: right;
  top: -25px;
}

.inner-pages .photoUpload {
  position: relative;
  overflow: hidden;
  padding: 3px 13px;
  cursor: pointer;
}

.inner-pages .photoUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.inner-pages .add-review-photos:hover {
  color: #fff;
  background-color: #121b22;
}

.inner-pages .add-review-photos i {
  color: #66676b;
  margin-right: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 12px;
  position: relative;
  top: 2px;
}

.inner-pages .add-review-photos:hover i {
  color: #fff;
}

.inner-pages a.rate-review {
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  font-size: 12px;
  color: #666;
  font-weight: 500;
  padding: 5px 20px;
  margin-top: 20px;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.inner-pages a.rate-review span {
  border-left: 1px solid #e0e0e0;
  line-height: 20px;
  padding-left: 10px;
  margin-left: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #666;
}

.inner-pages a.rate-review i {
  padding-right: 3px;
}

.inner-pages a.rate-review:hover span {
  border-color: #d0d0d0;
}

.inner-pages a.rate-review:hover {
  border-color: #d0d0d0;
  background-color: #fafafa;
}

.inner-pages .blog .homes-content.details .fa {
  color: black;
  font-size: 1.5rem;
}

.inner-pages .blog .homes-content.details span {
  font-size: 12px;
  color: #000;
}

#map-contact {
  width: 100%;
  height: 300px;
}

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

.inner-pages .info-box-img {
  width: 180px !important;
  margin-right: 20px;
  float: left;
}

.inner-pages section.team.assigned {
  padding: 0px;
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  background-color: black;
  width: 55px;
  height: 55px;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: black;
  padding: 8px;
}

.swiper-pagination-bullet {
  padding: 8px;
  background: #fff;
  font-weight: 700;
}

.inner-pages .commented .rest img {
  width: 165px;
  height: 110px;
  margin-top: 13px;
  border-radius: 12px !important;
  margin-right: 15px;
}

.inner-pages .resti {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-inline {
  line-height: 15px;
}

@media screen and (max-width: 575px) {
  .inner-pages .resti {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.single-property-4 {
  position: relative;
}

.p0 {
  padding: 0 !important;
}

.m0 {
  margin: 0 auto;
}

.pr1 {
  padding-right: 1px;
}

.pr1 {
  padding-right: 1px;
}

.w100 {
  width: 100% !important;
}

.single-property-5 .video-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  overflow: hidden;
}

.single-property-5.fullwidth-home-map.dark-overlay {
  height: 70vh !important;
  margin-bottom: 0;
}

.single-property-5.fullwidth-home-map.dark-overlay video {
  top: 50%;
  -webkit-transform: translateY(-52%);
  transform: translateY(-52%);
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -10;
  background-size: cover;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
  position: absolute;
}

.single-property-5.dark-overlay:before {
  background: none !important;
}

.single-property-5.dark-overlay:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  background: none;
}

section.breadcrumb-outer {
  padding: 12rem 0;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(14, 18, 68, 0.3)),
      to(rgba(14, 18, 68, 0.3))
    ),
    url(../images/bg/home-171.jpg) no-repeat scroll center center;
  background: linear-gradient(rgba(14, 18, 68, 0.3), rgba(14, 18, 68, 0.3)),
    url(../images/bg/home-171.jpg) no-repeat scroll center center;
  background-size: cover;
}

.detail-title .detail-title-inner .listing-rating i {
  color: #ffc107;
}

.detail-title .detail-title-inner .list-single-contacts li {
  font-size: 12px;
  padding-right: 17px;
}

.detail-title .detail-title-inner .list-single-details .list-single-rating {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.detail-title
  .detail-title-inner
  .list-single-details
  .list-single-rating
  .rating-score
  span {
  background: #fff;
  color: #005aa9;
  float: left;
  font-weight: 700;
  border-radius: 0;
  padding: 16px 18px;
  font-size: 24px;
}

.white {
  color: #fff !important;
}

h2.white span {
  color: #fff !important;
  margin-bottom: 20px;
}

h2.white {
  margin-top: 20px;
  margin-bottom: 20px;
}

.list-single-contacts ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list-single-contacts ul li {
  margin-bottom: 0;
  line-height: 1.5;
  color: #666;
  position: relative;
  display: inline-block;
  padding: 0;
}

.list-single-contacts ul li a,
.breadcrumb-outer a {
  text-decoration: none;
}

.breadcrumb-outer a:hover {
  color: #fff;
}

.nir-btn,
.nir-btn1,
.nir-btn-black {
  position: relative;
  z-index: 1;
  font-size: 12px;
  text-align: center;
  padding: 10px 20px;
  text-transform: capitalize;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background: #005aa9;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
}

.breadcrumb-outer .mt-1,
.my-1 {
  margin-top: 1rem !important;
}

.nir-btn1:before {
  border-color: #fff !important;
}

.nir-btn:before,
.nir-btn1:before,
.nir-btn-black:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: -1;
  border: 2px solid #ff5a5f;
  color: #ff5a5f;
  background: 0 0;
  border-radius: 0;
}

.property.vid-si6 .popup-youtube,
.property.wprt-image-video.vid-si6 .iq-waves {
  top: 55.9%;
}

/*---------------------------------------*/
/*-- 51. INNER PAGE AGENTS LISTING GRID -*/
/*---------------------------------------*/

.inner-pages section.team {
  padding: 6rem 0;
  background: #f5f7fb;
}

.inner-pages .team .team-all {
  padding: 0;
  margin: 0;
}

.inner-pages .team-wrap {
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.inner-pages .team-img {
  position: relative;
  z-index: 9;
}

.inner-pages .team-img img {
  width: 100%;
}

.inner-pages .team-content {
  height: 80px;
  width: 100%;
  bottom: 0;
  position: absolute;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 9;
  background: black;
}

.inner-pages .team-wrap:hover .team-content {
  height: 120px;
}

.inner-pages .team-content .team-info {
  background: #fff !important;
}

.inner-pages .team-info {
  background: black;
  padding: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.inner-pages .team-wrap:hover .team-content .team-info {
  background: black;
}

.inner-pages .team-content h3 {
  text-transform: capitalize;
  margin-bottom: 0px;
  color: #444;
  font-size: 12px;
}

.inner-pages .team-content p {
  color: #000;
  font-style: italic;
  margin-bottom: 10px;
  font-size: 0.97rem;
  font-weight: 400;
}

.inner-pages .team-content ul {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.6s;
  transition: opacity 0.4s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.4s;
  transition: transform 0.6s, opacity 0.4s, -webkit-transform 0.6s;
}

.inner-pages .team-wrap:hover .team-content ul {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.6s;
  transition: opacity 0.4s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.4s;
  transition: transform 0.6s, opacity 0.4s, -webkit-transform 0.6s;
  margin-bottom: 10px;
}

.inner-pages .team-content ul li {
  opacity: 0;
  padding: 0.3rem 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: opacity 0.1s, -webkit-transform 0.6s;
  transition: opacity 0.1s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.1s;
  transition: transform 0.6s, opacity 0.1s, -webkit-transform 0.6s;
  display: inline-block;
}

.inner-pages .team-wrap:hover .team-content ul li {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.inner-pages .team-wrap:hover .team-content ul li:nth-child(1) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.inner-pages .team-wrap:hover .team-content ul li:nth-child(2) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.inner-pages .team-wrap:hover .team-content ul li:nth-child(3) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.inner-pages .team-wrap:hover .team-content ul li:nth-child(4) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.inner-pages .team-wrap:hover .team-content ul li:nth-child(5) {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.inner-pages .team-socials ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inner-pages .team-content span a {
  color: #000;
  -webkit-transition: all 1s;
  transition: all 1s;
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
}

.inner-pages .team-wrap:hover .team-content span a {
  bottom: 2px;
}

.inner-pages .team-content span a:hover {
  color: black;
}

.inner-pages .team .team-pro ul {
  padding: 0;
  margin: 0;
}

.inner-pages .team .team-pro ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.inner-pages .team .team-pro .fa {
  font-size: 1.2rem;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 12px !important;
  color: #fff;
  margin: 0 0.5rem;
  width: 2.1rem;
  height: 2.1rem;
  line-height: 2.1rem;
}

.inner-pages .team .team-all.padding {
  padding-bottom: 2.5rem;
}

.property-nearby b.title {
  font-size: 15.5px;
}

.property-nearby h6 {
  font-size: 13.2px;
  font-weight: 600;
}

.property-nearby span {
  line-height: 16.5px;
  font-size: 13.2px;
  color: #666;
}

@media screen and (max-width: 991px) {
  .inner-pages .team .team-pro {
    padding-bottom: 2.5rem;
  }

  .inner-pages .team .team-pro:last-child {
    padding-bottom: 0px !important;
  }

  .inner-pages .team .pb-none {
    padding-bottom: 0px;
  }

  .inner-pages .team .team-all.padding {
    padding-bottom: 0px;
  }

  .detail-title-inner,
  .list-single-details {
    text-align: center !important;
  }

  .list-single-details .rating-score {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: none !important;
    margin-bottom: 0.5rem;
  }

  .list-single-details {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .inner-pages .team .team-pro.pb-on {
    padding-bottom: 2.5rem;
  }

  .inner-pages .team-pro.pb-on.np,
  .inner-pages .team-pro.pb-none.np {
    padding-top: 0px;
  }

  .inner-pages .team-pro.pb-on.np-2 {
    padding-bottom: 2.5rem !important;
  }
}

@media screen and (max-width: 575px) {
  .list-single-contacts ul li {
    margin-bottom: 0.7rem;
    text-align: left;
  }

  h2.white span {
    line-height: 37px;
  }

  section.breadcrumb-outer {
    padding: 7rem 0;
  }
}

@media screen and (max-width: 360px) {
  .white.the-last {
    margin-top: 0px;
  }

  .list-single-contacts ul li {
    margin-bottom: 0.7rem;
    text-align: left;
  }
}

@media screen and (max-width: 450px) {
  .property.vid-si6 .popup-youtube,
  .property.wprt-image-video.vid-si6 .iq-waves {
    top: 53% !important;
  }
}

.inner-pages .team .team-pro .fa.fa-facebook:hover {
  background: #3b5998;
}

.inner-pages .team .team-pro .fa.fa-twitter:hover {
  background: #1da1f2;
}

.inner-pages .team .team-pro .fa.fa-instagram:hover {
  background: #e1306c;
}

/*-----------------------------------------*/
/*--- 52. INNER PAGE AGENTS LISTING ROW ---*/
/*-----------------------------------------*/

.inner-pages .agent-row .agent-img {
  width: 30%;
  display: inline-block;
  overflow: hidden;
  min-height: 285px;
  max-height: 285px;
  margin-bottom: 40px;
  background: #d4e0e7;
  float: left;
  z-index: 1;
}

.agents .portfolio .project-head img {
  background-color: #1d293e;
  opacity: 10;
}

ul.the-agents-details {
  list-style: none;
  padding-left: 0px;
  margin-top: 15px;
}

ul.the-agents-details li {
  margin-bottom: 12px;
}

ul.the-agents-details li a {
  text-decoration: none;
  color: #666;
  font-size: 12px;
}

.view-my-listing a {
  color: black !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.view-my-listing a:hover {
  color: #121b22 !important;
}

.agents .listing-hidden-content {
  background: black;
}

.agents .schedule.widget-boxed.mt-33 {
  margin-top: 80px;
}

.agents #header,
.sin-1 #header {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
}

.agents .blog-section .news-link {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.agents .blog-section .news-item-sm:last-child {
  border-radius: 0 0 8px 8px;
}

.agents section.blog-section,
.agents .blog .block-heading,
.agents section.team {
  background: #f5f7fb;
}

@media screen and (min-width: 991px) {
  .agents .no-pb2.icho {
    padding-bottom: 45px;
  }

  .agents .pt-55 {
    padding-top: 45px;
  }

  .agents.pt-55 {
    padding-top: 45px;
  }

  .agents .pt-33 {
    padding-top: 15px;
  }
}

.agents .blog-section .news-item-sm .news-item-text {
  padding: 20px !important;
}

@media screen and (max-width: 991px) {
  .inner-pages .agent-row .agent-img,
  .inner-pages .agent-row .agent-content {
    width: 100% !important;
  }

  .inner-pages .agent-row .agent-content {
    min-height: 300px !important;
  }

  .agents .pagination.disabled {
    display: none;
  }

  .agents .schedule.widget-boxed.mt-33 {
    margin-top: 60px !important;
  }

  .inner-pages .agent-row .agent-img {
    float: none;
    display: block;
    width: 100%;
    min-height: auto;
    max-height: 100%;
    margin-bottom: 0px !important;
  }

  .inner-pages .agent {
    margin-bottom: 0px !important;
  }

  .inner-pages .team .agent-mb {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .inner-pages .agent-row .agent-footer {
    bottom: 22px !important;
  }
}

@media screen and (max-width: 381px) {
  .inner-pages .agent-row .agent-details .fa-envelope {
    padding: 1rem 0;
  }
}

.inner-pages .agent-row .agent-content {
  background: #fff;
  padding: 25px;
  width: 70%;
  float: left;
  min-height: 285px;
  position: relative;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.inner-pages .agent-row .agent-details h4 {
  margin-bottom: 1rem;
}

.inner-pages .agent-row .agent-text p {
  margin-top: 18px;
  line-height: 1.6;
  color: #666;
  overflow: hidden;
}

.inner-pages .agent-row .agent-details {
  padding-left: 0px;
  padding-right: 0px;
}

.inner-pages .agent-row .agent-details p {
  display: inline-block;
  margin-right: 15px;
}

.inner-pages .agent-row .agent-footer {
  text-align: left;
  left: 25px;
  right: 25px;
  position: absolute;
  bottom: 25px;
}

.inner-pages .agent-row .agent-footer .social-icons {
  margin-top: 5px;
}

.inner-pages .agent-row-sidebar .agent-img {
  min-height: 254px;
  max-height: 254px;
}

.inner-pages .agent-row-sidebar .agent-text {
  font-size: 12px;
}

.inner-pages .agent-row-sidebar .agent-content {
  min-height: 254px;
}

.inner-pages .agent-row-sidebar .agent-footer {
  bottom: 20px;
}

.inner-pages .agent {
  background: white;
  position: relative;
  margin-bottom: 30px;
}

.inner-pages .agent-tag {
  position: absolute;
  padding: 8px 8px;
  font-size: 12px;
  z-index: 20;
  top: 20px;
  left: 10px;
}

.inner-pages .agent-img {
  position: relative;
  display: block;
}

.inner-pages .agent-img img {
  width: 100%;
  height: auto;
}

.inner-pages .agent-content {
  padding: 5%;
}

.inner-pages .agent-content p {
  color: #666;
  margin: 0;
}

.inner-pages .button.alt {
  background-color: black;
  color: #fff;
}

.inner-pages .agent-details {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0px 10px 15px 10px;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 1.9;
}

.inner-pages .agent-details:last-child {
  border-bottom: 0px;
}

.inner-pages .agent-details a {
  color: #777;
  font-size: 20px;
  margin-bottom: 1rem;
  text-decoration: none;
}

.inner-pages .homes-content .homes-address a {
  font-size: 1.2rem !important;
  margin: 0 0 15px;
  text-decoration: none;
  color: black;
}

.inner-pages .homes-address span {
  color: black !important;
  font-size: 9px !important;
  font-weight: 600;
}

.inner-pages .homes-content .homes-list li i {
  font-size: 12px;
  margin-right: 5px;
}

.inner-pages .homes-content .homes-list li span {
  color: black;
  font-weight: 500;
}

.inner-pages .agent-details a:hover {
  color: #48a0dc;
}

.inner-pages .agent-details .fa {
  color: black;
  font-size: 12px;
  margin-right: 8px;
}

.inner-pages .agent-content .social-icons.circle li {
  padding-left: 4px;
  padding-right: 4px;
}

.inner-pages .agent-content .social-icons.circle li a {
  color: #9bb0bb;
  border: 1px solid #9bb0bb;
}

.inner-pages .agent-content .social-icons.circle li a:hover {
  color: white;
  border-color: #48a0dc;
}

.inner-pages .agent-content .netsocials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}

.inner-pages .agent-content .netsocials .fa {
  font-size: 12px;
  text-align: center;
  background: transparent;
  border: 1px solid #fff;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-right: 1.5rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inner-pages .agent-content .netsocials a .fa-facebook {
  background: #3b5998;
  color: #fff;
}

.inner-pages .agent-content .netsocials a .fa-facebook:hover {
  background: #3b5998;
  color: #fff;
}

.inner-pages .agent-content .netsocials a .fa-twitter {
  background: #1da1f2;
  color: #fff;
}

.inner-pages .agent-content .netsocials a .fa-twitter:hover {
  background: #1da1f2;
  color: #fff;
}

.inner-pages .agent-content .netsocials a .fa-google-plus {
  background: #dd4b39;
  color: #fff;
}

.agent-content .netsocials a .fa-google-plus:hover {
  background: #dd4b39;
  color: #fff;
}

.inner-pages .agent-content .netsocials a .fa-youtube {
  background: #cd201f;
  color: #fff;
}

.inner-pages .agent-content .netsocials a .fa-youtube:hover {
  background: #cd201f;
  color: #fff;
}

.inner-pages .button.button-icon.right {
  float: right;
}

@media screen and (max-width: 531px) {
  .inner-pages .agent-row .agent-text p {
    margin-bottom: 3rem;
  }
}

/*---------------------------------------*/
/*---- 53. INNER PAGE AGENTS DETAILS ----*/
/*---------------------------------------*/

.inner-pages section.portfolio.agent-details {
  padding: 1rem 0;
  background: #f5f7fb;
}

.inner-pages .agent-details .section-title {
  text-align: left !important;
}

.inner-pages .agent-details .section-title .title-style h2,
.inner-pages .agent-details.no-mb a {
  margin-bottom: 0px;
}

.inner-pages .featured .compare {
  margin-top: 1.1rem;
}

.portfolio .project-head .fa,
.portfolio .project-head .fa-video {
  font-size: 12px;
  text-align: center;
  margin-right: 0px;
  line-height: 0px;
}

.agents .blog .blog-info.details {
  margin-top: 30px;
}

.agents .single.reviews.leve-comments {
  margin-top: 30px;
  margin-bottom: 0px;
}

/* section.single-proper.details {
    padding: 3rem 0 !important;
} */

.agents.det .portfolio {
  margin-bottom: 30px;
}

.agents.det .blog-section .news-item {
  -webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
  box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
  border: 1px solid #e8e8e8;
}

.agents.det section.headings-2 {
  background: #f5f7fb;
}

.agents.det section.headings-2.hee {
  background: #f5f7fb;
}

.agents.det .text-heading.text-left a {
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.agents .pro-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.agents .fa.fa-th-large,
.agents .active-view-btn .fa.fa-th-list {
  color: #fff;
}

.agents .lde .fa.fa-th-large {
  color: #121b22;
}

.agents.det .text-heading.text-left a:hover {
  color: 000;
}

.agents.det .text-heading.text-left span {
  font-size: 12px;
  color: black;
}

.inner-pages .agent-details .button-effect {
  position: absolute;
  text-align: left;
  bottom: 0;
  right: 0;
  z-index: 33;
  background: transparent;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  padding: 8px 15px;
  border-radius: 20px 0 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 0.7rem;
}

.inner-pages .agent-details .button-effect .btn {
  display: inline-block;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin-right: 15px;
  border-radius: 100%;
  width: 31px;
  height: 31px;
  line-height: 31px;
  background: #fff;
  z-index: 99;
}

.inner-pages .button.alt,
.inner-pages .homes-tag.sale.rent {
  line-height: 1.5;
  border-radius: 12px;
  padding: 0 10px;
}

.inner-pages .agent-details .footer a {
  font-size: 12px;
  color: #666;
}

.inner-pages .agent-details .footer i {
  color: #666;
}

.inner-pages .agent-details .compare .fa-heart-o {
  color: #666;
}

.agents a.button.border,
a.button {
  background-color: black;
  color: #fff !important;
}

.inner-pages.agents .header-user-name,
.inner-pages.agents .header-user-name:before,
.inner-pages.sin-1 .header-user-name,
.inner-pages.sin-1 .header-user-name:before {
  color: #666;
}

.inner-pages.sin-1 a.button.border,
a.button {
  background-color: black;
  color: #fff !important;
}

@media screen and (max-width: 991px) {
  .inner-pages section.portfolio.agent-details {
    padding-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .agents .blog-section .no-pb2.icho {
    padding-bottom: 0px !important;
  }
}

/*------------------------------------*/
/*------ 54. INNER PAGE DASHBOARD ----*/
/*------------------------------------*/

.user-page.section-padding {
  padding: 1rem 0;
  margin-top: 90px;
  background: #f5f7fb;
}

.user-page.section-padding.pt-55 {
  padding-top: 10rem !important;
}

.user-profile-box {
  background: #1d293e;
  -webkit-box-shadow: 0 0 20px rgba(38, 38, 38, 0.2);
  box-shadow: 0 0 20px rgba(38, 38, 38, 0.2);
  margin: 0 auto 50px;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 295px;
  height: 100vh;
  z-index: 99999;
}

.user-profile-box .header {
  padding: 20px 20px 120px;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  border: none;
  margin: 0;
  background: #1d293e;
  background-size: cover;
  color: #ffffff;
  z-index: 1;
}

.user-profile-box .header h2 {
  margin: 0 0 8px;
  color: #aeb7c2;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 12px;
}

.user-profile-box .header h4 {
  font-size: 12px;
  color: #aeb7c2;
  margin-top: 15px;
  font-weight: 400;
}

.user-profile-box .profile-img {
  border-radius: 50%;
  background-clip: padding-box;
  border: 5px solid #18ba60;
  bottom: 5px;
  float: left;
  height: 100px;
  width: 100px;
  left: 59.5%;
  margin-left: -75px;
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.user-profile-box .detail {
  padding-top: 30px;
}

.user-profile-box .detail ul li a {
  color: #aeb7c2;
  padding: 12px 50px;
  display: block;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
}

.my-address.pro label {
  color: #222;
  font-weight: 500;
}

.my-address.pro .form-group {
  margin-bottom: 1.5rem;
}

.user-profile-box .detail ul {
  list-style: none;
  padding-left: 0px;
}

.user-profile-box .detail ul li a i {
  margin-right: 10px;
}

.user-profile-box .detail ul li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.user-profile-box .detail ul li .active {
  background: #172133;
  color: #fff;
  font-weight: 500;
}

.user-profile-box .detail ul li a:hover {
  background: #172133;
  color: #fff;
}

.dashborad-box {
  background: #fff;
  padding: 30px;
  margin-bottom: 2.5rem;
  -webkit-box-shadow: 0 0 20px rgba(38, 38, 38, 0.2);
  box-shadow: 0 0 20px rgba(38, 38, 38, 0.2);
}

.dashborad-box.stat {
  background: #f7f7f7;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.db-top-header {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
}

.db-top-header #header.cloned.sticky {
  visibility: hidden;
}

.dashboard-bd.maxw1600 {
  max-width: 100%;
}

.dashboard-bd .left-side {
  margin-left: 80px;
}

.dashboard-bd.hd-white .left-side {
  float: left;
  width: 820px;
  display: inline-block;
  margin-left: 0px;
}

.dashboard-bd #logo {
  margin-right: 0px;
}

.dashboard-bd .sidebar-header {
  background-color: #24324a;
  padding: 28px 0 28px 0;
}

.dashboard-bd .left-side {
  width: 55%;
}

.dashboard-bd .right-side {
  width: auto;
  margin-right: 55px;
}

.dashboard-bd.hd-white .right-side {
  float: right;
  width: 120px;
  margin-left: 30px;
  display: inline-block;
  margin-right: 0px;
}

.dashboard-bd .my-address {
  background: #fff;
  padding: 30px;
}

.dashboard-bd a.button.border,
a.button {
  background: #1ec38b;
  padding: 9px 20px;
  border-radius: 50px;
  border: 1px solid transparent;
  color: #fff !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dashboard-bd.hd-white a.button.border,
.dashboard-bd.hd-white a.button {
  background-color: black;
  width: 150px;
  top: 0;
  padding: 10px 20px;
  color: #fff;
  position: relative;
  text-decoration: none;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  border-radius: 12px !important;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
}

.dashboard-bd .active-user h2 {
  text-transform: capitalize;
  font-weight: 400;
  padding-top: 15px;
  font-size: 12px;
  margin-bottom: 30px;
  color: #aeb7c2;
  text-align: center;
}

body.dashboard-bd {
  background: #f5f7fb;
}

.dashboard-bd .sidebar-header img {
  width: 340px;
  height: 47px;
}

@media only screen and (max-width: 1024px) {
  .dashboard-bd.hd-white #logo {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    margin-top: 3px;
    width: 35%;
    text-align: center;
    left: 0;
    right: 0;
  }

  .dashboard-bd.hd-white .left-side {
    width: 50% !important;
  }
}

@media only screen and (max-width: 575px) {
  .dashboard-bd.hd-white .left-side {
    width: 50% !important;
  }

  .dashboard-bd.hd-white #logo img {
    margin-right: 0px;
  }
}

@media screen and (max-width: 991px) {
  .dashboard-bd.hd-white a.button.border,
  .dashboard-bd.hd-white a.button {
    width: 240px;
  }
}

@media (min-width: 1773px) {
  .dashboard-bd .col-lg-3.user-dash {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    max-width: 17%;
  }

  .dashboard-bd #navigation {
    margin-left: 175px;
  }
}

@media (min-width: 1773px) {
  .dashboard-bd .col-lg-9.user-dash2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 82.5%;
    flex: 0 0 82.5%;
    max-width: 82.5%;
    padding-top: 30px;
  }

  .dashboard-bd .left-side {
    width: 60%;
  }
}

@media (min-width: 1366px) {
  .dashboard-bd .left-side {
    width: 70%;
  }

  .dashboard-bd.hd-white .left-side {
    width: 820px;
  }

  .dashboard-bd a.button.border,
  a.button {
    display: none;
  }

  .dashboard-bd.hd-white a.button.border,
  a.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .dashboard-bd #navigation {
    margin-left: 150px;
  }

  .dashboard-bd.hd-white #navigation {
    margin-left: 40px;
  }
}

@media (max-width: 1773px) {
  .dashborad-box .col-lg-3.dar.pro,
  .dashborad-box .col-lg-3.dar.rev,
  .dashborad-box .col-lg-3.dar.com,
  .dashborad-box .col-lg-3.dar.booked {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 48.9% !important;
  }

  .dashborad-box .col-lg-3.dar.pro,
  .dashborad-box .col-lg-3.dar.rev {
    margin-bottom: 30px;
  }

  .dashborad-box .col-lg-3.dar.rev {
    margin-right: 0px !important;
  }
}

@media (max-width: 575px) {
  .dashboard-bd .left-side {
    margin-left: 0px;
  }

  .dashborad-box .col-lg-3.dar.pro,
  .dashborad-box .col-lg-3.dar.rev,
  .dashborad-box .col-lg-3.dar.com,
  .dashborad-box .col-lg-3.dar.booked {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1000%;
    flex: 0 0 1000%;
    max-width: 100% !important;
    margin-right: 0px !important;
  }

  .dashborad-box .col-lg-3.dar.com {
    margin-bottom: 30px;
  }
}

.header-user-menu {
  float: right;
  position: relative;
  top: 25px;
  margin-left: 0px;
  margin-right: 50px;
}

.header-user-name {
  position: relative;
  float: left;
  cursor: pointer;
  color: #666;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 10px;
  font-weight: 400;
}

.header-user-name:before {
  font-family: "FontAwesome";
  content: "\f0d7";
  position: absolute;
  color: #666;
  bottom: 1px;
  font-size: 12px;
  right: -16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header-user-name span {
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: visible;
  top: 0;
  left: -55px;
}

.header-user-name span img {
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.header-user-name.hu-menu-visdec:before {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.header-user-menu ul {
  margin: 10px 0 0 0;
  opacity: 0;
  list-style: none;
  visibility: hidden;
  position: absolute;
  min-width: 150px;
  top: 40px;
  left: -80px;
  z-index: 1;
  padding: 10px 0;
  background: #fff;
  border-radius: 12px !important;
  border: 1px solid #e8e8e8;
}

.header-user-menu ul li {
  float: left;
  width: 100%;
  padding: 4px 0;
}

.header-user-menu ul li a {
  color: #50596e;
  float: left;
  width: 100%;
  font-size: 12px;
  text-decoration: none;
  font-weight: 400;
  text-align: left;
  padding: 6px 15px;
}

.dashborad-box .title {
  position: relative;
  padding-bottom: 15px;
  color: #222;
  margin-bottom: 15px;
}

.dashborad-box .item,
.table.table-striped {
  margin-bottom: 0px;
}

.dashborad-box .item .icon {
  float: left;
  font-size: 34px;
  width: 50px;
  position: relative;
}

.dashborad-box .item .icon .fa-list {
  color: #fff;
}

.dashborad-box .item .icon .fa-star {
  color: #fff;
}

.dashborad-box .item .icon .fa-comments {
  color: #fff;
}

.dashborad-box .item .icon .fa-heart {
  color: #fff;
}

.dashborad-box .col-lg-3.dar.pro,
.dashborad-box .col-lg-3.dar.rev,
.dashborad-box .col-lg-3.dar.com,
.dashborad-box .col-lg-3.dar.booked {
  max-width: 24%;
}

.dar.pro {
  border-radius: 12px !important;
  padding: 30px;
  background: #1ec38b;
}

.dar.rev {
  border-radius: 12px !important;
  padding: 30px;
  background: #f91;
}

.dar.com {
  border-radius: 12px !important;
  padding: 30px;
  background: #6ae;
}

.dar.booked {
  border-radius: 12px !important;
  padding: 30px;
  background: #f91942;
}

.dashborad-box .item .icon:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: #fff;
}

.dashborad-box a {
  color: black;
  text-decoration: none;
}

.dashborad-box .item .icon span {
  font-size: 32px;
  color: black;
}

.dashborad-box .item .info {
  padding-left: 20px;
  float: left;
}

.dashborad-box .item .info .number {
  font-size: 34px;
  font-weight: 600;
  margin: 0;
  color: #fff;
}

.dashborad-box .item .info .type {
  font-size: 12px;
  color: #fff;
  margin-bottom: 0px;
}

.dashborad-box .item:after {
  display: table;
  content: "";
  clear: both;
}

.dashboard-bd .second-footer {
  background: #fff;
  border: 1px solid #e8e8e8;
  color: #333;
  margin-top: 55px;
  bottom: 0;
  padding-top: 30px;
}

.dashboard-bd .second-footer.ad {
  margin-top: 80px;
}

.dashboard-bd .second-footer.ad2 {
  margin-top: 330px;
}

.dashboard-bd .messages .message .thumb img,
.dashboard-bd .reviews .review .thumb img {
  border-radius: 50px;
}

.dashboard-bd .second-footer p .fa-heart:before {
  color: black;
}

.listing-table .table thead tr .rating span {
  background: #e8e8e8;
  padding: 0 3px;
  border-radius: 12px !important;
}

.listing-table .table thead tr .status .active {
  background: #e8e8e8;
  color: #ffffff;
  padding: 0 3px;
  border-radius: 12px !important;
}

.listing-table .table thead tr .status .non-active {
  background: #d7d7d7;
  padding: 0 3px;
  border-radius: 12px !important;
}

.listing-table .table thead tr .edit a span {
  color: black !important;
}

.listing-table .table thead tr th {
  margin-bottom: 0;
  border: none;
  color: #333;
  font-weight: 600;
}

.messages .message {
  margin-top: 50px;
}

.messages .message:after {
  display: table;
  content: "";
  clear: both;
}

.messages .message .thumb {
  height: 80px;
  width: 80px;
  float: left;
  border-radius: 50px;
  overflow: hidden;
}

.messages .message .body {
  position: relative;
  float: left;
  width: calc(100% - 120px);
  padding-left: 20px;
}

.messages .message .body h6,
.reviews .review .body h6,
.reviews .review .body h4 {
  font-size: 12px;
  margin-bottom: 0.2rem;
  color: #111;
}

.reviews .review .body h4 {
  margin-bottom: 8px;
}

.messages .message .body h6 .badge {
  background: black;
  color: #ffffff;
}

.messages .message .body .post-time {
  margin-bottom: 0;
  color: #666;
}

.messages .message .body .controller {
  position: absolute;
  top: 0;
  right: 0;
}

.messages .message .body .controller ul li {
  display: inline-block;
  margin-left: 6px;
}

.messages .message .body .controller ul li a {
  color: #888;
}

.messages .message .body .controller ul li a:hover {
  color: black;
}

.review {
  margin-top: 30px;
  display: inline-block;
}

.review .thumb {
  height: 80px;
  width: 80px;
  float: left;
  border-radius: 50px;
  overflow: hidden;
}

.review .thumb:after {
  display: table;
  content: "";
  clear: both;
}

.review .body {
  position: relative;
  float: left;
  width: calc(100% - 120px);
  padding-left: 20px;
}

.review .body h6 .stars {
  margin-left: 10px;
  font-size: 12px;
}

.review .body h6 .stars i {
  color: #fcc200;
}

.inner .starts li {
  margin-bottom: 0px;
}

.review .body .post-time {
  margin-bottom: 0;
  color: #666;
}

.review .body .controller {
  position: absolute;
  top: 0;
  right: 0;
}

.review .body .controller ul li {
  display: inline-block;
  margin-left: 6px;
}

.review .body .controller ul li a {
  color: #888;
}

.review .body .controller ul li a:hover {
  color: black;
}

.password-section {
  margin-top: 20px;
}

.password-section h6 {
  margin-bottom: 10px;
  color: #18ba60;
}

.payment-plan-pop-content {
  background: #fff;
  position: relative;
  z-index: 999;
  width: 50%;
  border-radius: 12px;
  overflow: hidden;
}

.my-properties table {
  width: 100%;
  display: table;
}

.my-properties {
  padding: 0 !important;
}

#allFavoriteTable .table td,
.table th {
  border-radius: 0px !important;
  background-color: #e3e8ef !important;
  margin-bottom: 0px !important;
  border-radius: 0px !important;
  border: none !important;
}
#allFavoriteTable .table td,
.table th {
  color: #697586 !important;
}
#allFavorite .favoriteAdvertsNo tr td {
  text-align: left !important;
}
table td,
table th {
  border-left: none;         /* Dikey çizgileri özel olarak kaldırır */
  border-right: none;
}
#allFavorite table tbody tr:hover {
  background: rgba(237, 244, 255, 1) !important;
  cursor: pointer;          
  transition: background-color 0.2s ease;
}
.favorite-table{
    border: 1px solid #e3e8ef !important;
}

.favoriteTableBody tr:hover  {
  background: rgba(237, 244, 255, 1) !important;
box-shadow: inset 0 0 0 3px rgba(196, 218, 255, 1);
  cursor: pointer;    
}
.favoriteTableBrdr{
border: 1px solid #E3E8EF !important;
border-bottom: none !important;
padding: 20px !important; 

}
#favoriteTableBody tr:hover  {
  background: rgba(237, 244, 255, 1) !important;
box-shadow: inset 0 0 0 3px rgba(196, 218, 255, 1);
  cursor: pointer;    
}
#favoriteTablebody,
#favoriteTablebody *,
#favoriteTablebody *::before,
#favoriteTablebody *::after {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}

/* Normal durum */
.table td,
.table th {
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
}

/* Hover durumu — satır veya hücre üzerine gelindiğinde */
.table tr:hover td,
.table tr:hover th,
.table td:hover,
.table th:hover {
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  /* İsteğe bağlı: arka plan rengi de istemiyorsanız */
  /* background-color: transparent !important; */
}


.my-properties table thead tr th {
  font-size: 11px !important;
  text-align: center !important;
  color: #222;
  border: none;
  font-weight: 500;
  padding: 10px 10px 10px 10px;
}

.my-properties table thead tr th:first-child {
  color: #333;
  font-size: 12px;
  font-weight: 600;
}

.discountAmountStyle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pay-desc {
  width: 40%;
}

.my-properties tbody tr td {
  text-align: left !important;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  padding: 15px 20px 15px 20px;
  vertical-align: middle;
  font-size: 12px;
}

.my-properties table h2 {
  border: none;
  width: 300px;
  font-size: 12px;
  color: #444;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 500;
  margin: 0 0 9px 0;
  padding: 0;
}

.my-properties a {
  text-decoration: none;
}

.my-address label {
  color: #222;
}

.my-address .form-group {
  margin-bottom: 1.5rem;
}

.my-properties table tbody tr .image {
  width: 150px;
}

.my-properties table tbody tr .image a img {
  width: 100%;
  height: 85px;
  object-fit: contain;
  border-radius: 6px !important;
}
#allFavoriteTable .inner {
  text-align: left ;
}
#allFavoriteTable .location {
  color: #121926 !important;
  font-weight: 600;
}
#allFavoriteTable .locationDty {
  font-size: 12px;
  color: #697586 !important;
  font-weight: 600;
  text-transform: capitalize;
}
#allFavoriteTable td,
#allFavoriteTable th {
  border-left: none !important;
  border-right: none !important;
  border: none !important;
}
#allFavoriteTable .favoriteAdvertsNo {
  font-weight: 400 !important;
  font-size: 12px !important;
}

#allFavoriteTable .favoriteCheckbox {
  width: 19px !important;
  height: 19px;
  background: #eff1f5 !important;
  border: 1px solid rgba(154, 164, 178, 1) !important;
  margin: 0 auto !important;
  cursor: pointer;
  accent-color: white; /* tik rengi */
  border-radius: 4px; /* isteğe göre */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
}

/* Checkbox tıklanınca arka plan mavi */
#allFavoriteTable .favoriteCheckbox:checked {
  background-color: #1849A9 !important; /* mavi arka plan */
  border: 1px solid #1849A9 !important;
}

.custom-outline {
  border-color: #cdd5df !important;
  color: #697586 !important;
  font-weight: 400;
  border-radius: 6px !important;
}
.emptyTitle {
  color: #121926;
  font-weight: 600;
  font-size: 12px;
}
.emptyText {
  font-size: 12px;
  font-weight: 400;
  color: #121926;
}
.custom-outline:hover {
  background-color: transparent !important;
  border-color: #005585 !important;
}
#favoriListTab .table-responsive {
  border: 1px solid #e3e8ef !important;
  /* overflow-x:clip; */
}
.tableCall {
  border: 1px solid #e3e8ef !important;
}
.filter-btn.active-filter {
  background-color: #005aa9 !important;
  color: #fff !important;
  border-color: #005aa9 !important;
}

.filter-btn.active-filter p {
  color: #fff !important;
}
.filter-btn:hover {
  background-color: #005aa9 !important; /* senin mavin */
  color: #fff !important;
  border-color: #005aa9 !important;
}

.filter-btn:hover p {
  color: #fff !important;
}

.table-responsive table {
  margin-bottom: 0px !important;
}
.custom-select {
  border: 1px solid #cbd5e1; /* gri border */
  border-radius: 6px; /* köşe yuvarlama */
  padding: 8px 52px 10px 10px !important; /* iç boşluk */
  color: #475569; /* yazı rengi */
  font-size: 12px;
  background-color: white;
  appearance: none; /* default oku gizle */
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  padding-right: 30px; /* sağa boşluk bırak ok için */
}

/* sağdaki ok için */
.custom-select-wrapper {
  position: relative;
  display: inline-block;
}

.custom-select-wrapper::after {
  content: "▾"; /* aşağı ok */
  font-size: 14px;
  color: #64748b;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* tıklanmasın */
}
.my-properties table tbody tr td .actions .edit {
  float: left;
}

.my-properties table tbody tr td .inner figure {
  margin-bottom: 16px;
  color: #333;
}

.my-properties table tbody tr td .inner figure i {
  font-size: 12px;
}

.my-properties table tbody tr td .price {
  font-size: 12px;
  font-weight: 500;
}

.my-properties table tbody tr td.actions {
  text-align: right;
}

.my-properties table tbody tr td.actions .edit {
  float: left;
  color: #008000;
}

.my-properties table tbody tr td.actions .edit i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-right: 5px;
}

.my-properties table tbody tr td.actions a {
  padding: 0;
  color: #f50057;
}

.my-properties table tbody tr td:last-child {
  padding-right: 5px;
}

.user-page .heading {
  margin-bottom: 1.5rem;
  text-transform: capitalize;
  background: #fff;
  color: #222;
  font-weight: 500;
}

.section-inforamation label {
  color: #222;
  font-weight: 500;
}

.section-inforamation .form-group {
  margin-bottom: 1.5rem;
}

.dashborad-box .starts {
  margin-top: 0.8rem;
}

.notification-box {
  padding: 30px 35px;
  color: #727272;
  border-radius: 12px !important;
  background-color: #e8e8e8;
}

.notification-box h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.notification-box p {
  margin-bottom: 0;
}

.submit-property .drop-file {
  position: relative;
  border: 2px dashed #e5e5e5;
  border-radius: 12px !important;
  background: #fcfcfc;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
  width: 100%;
}

.user-page.section-padding select {
  border: 0;
  font-size: 12px;
  width: 100%;
  line-height: 30px;
  padding: 0 15px;
  color: #727272;
  background: #ffffff;
  z-index: 1;
  width: 100%;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  min-height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e8e8e8;
  background: #fff;
  border-radius: 12px !important;
  width: 100% !important;
  cursor: pointer;
}

select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-check-input {
  margin-top: 7px;
}

.drop-file {
  position: relative;
  border: 2px dashed #d0d0d0;
  border-radius: 12px !important;
  background: #fcfcfc;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
  width: 100%;
}

.drop-file:before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0.95)),
    to(rgba(255, 255, 255, 0.9))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.95),
    rgba(255, 255, 255, 0.9)
  );
  background-color: #66676b;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 12px !important;
}

.drop-file .drop-message {
  text-align: center;
  margin: 50px 0;
  font-size: 17px;
  color: #4a4747;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  z-index: 11;
}

.drop-file .drop-message:hover {
  color: #66676b;
}

.drop-file .drop-message span {
  display: inline;
  line-height: 117px;
}

.inner-pages .section-inforamation .form-control,
.inner-pages .my-address .form-control {
  border: 1px solid #666;
}

.inner-pages .section-inforamation .btn-primary,
.inner-pages .my-address .btn-primary {
  color: #fff;
  background-color: black;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inner-pages .section-inforamation .btn-primary:hover,
.inner-pages .my-address .btn-primary:hover {
  background: #121b22;
  color: #fff;
}

.btn-outline-primary:hover {
  color: #005aa9;
}

.btn {
  cursor: pointer;
  font-size: 12px !important;
  font-weight: 500;
}

.pagination-container .pagination {
  padding-top: 30px;
}

.pagination-container a {
  text-decoration: none;
}

.pagination-container a:hover {
  background: #121b22;
  color: #fff;
}

.btn-common {
  background-color: black;
  position: relative;
  z-index: 1;
  color: #fff;
}

.btn.btn-common {
  padding: 15px 20px;
}

.pagination-container .pagination .page-item .page-link {
  margin: 0 10px;
  padding: 15px 20px;
  color: black;
  border-color: #e8e8e8;
  border-radius: 12px !important;
  background: #fff;
}

.pagination-container .pagination .page-item .page-link:hover {
  background: black;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .my-address.pro {
    margin-top: 2.5rem;
  }

  .user-profile-box,
  .user-profile-box .detail.pass {
    margin-bottom: 2.5rem !important;
  }

  .dashborad-box .item {
    margin-bottom: 1rem;
  }
}

.header-search-box {
  gap: 5px !important;
}

.small,
small {
  font-size: 12px;
}

.tabs-container {
  position: relative;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-tabs {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  gap: 15px;
}

.nav-tabs::-webkit-scrollbar {
  display: none;
  /* Hide default scrollbar */
}

.scroll-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.1);
  border: none;
  cursor: pointer;
  z-index: 1;
  padding: 6px;
}

.scroll-arrow.left {
  left: 0;
  display: none;
}

.scroll-arrow.right {
  right: 0;
  display: none;
}

@media (max-width: 768px) {
  .tabs-container {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .scroll-arrow.left {
    display: block;
  }

  .scroll-arrow.right {
    display: block;
  }

  .pro-wrapper {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
}

.pro-wrapper {
  margin-top: 10px !important;
  margin-bottom: 12px !important;
}

@media screen and (max-width: 768px) {
  .inner-pages .headings-2 .listing-title-bar h3:after {
    display: none !important;
  }

  /* .listing-title-bar {
    text-align: center !important;
  } */

  .nav-tabs {
    align-items: stretch;
    overflow-x: auto;
    /* Hide horizontal scrollbar */
    display: flex;
    overflow-y: hidden;
    flex-wrap: nowrap;
    scrollbar-width: thin;
    /* For Firefox */
    scrollbar-color: transparent transparent;
    /* For Firefox */
    width: 100%;
  }

  .nav-link {
    text-align: center;
  }

  /* For WebKit (Chrome, Safari) browsers */
  .nav-tabs::-webkit-scrollbar {
    width: 6px;
    /* Adjust as needed */
  }

  .nav-tabs::-webkit-scrollbar-thumb {
    background-color: transparent;
  }

  .mobilePriceStyle {
    display: block;
    width: 100%;
  }

  .reservation-list li {
    width: 100%;
  }

  .portfolio .homes-content .homes-list li {
    width: 50% !important;
  }

  .nav-link {
    padding: 0.5rem 1rem !important;
  }

  /* 
    section.single-proper.details {
        padding: 2rem 0 !important;
    } */

  .dashboard-bd .left-side {
    width: 80% !important;
  }

  .project-filter-reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 1024px) {
  .user-profile-box {
    display: none;
  }

  .col-lg-3.user-dash {
    display: none;
  }

  .col-lg-9.user-dash2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 99.9%;
    flex: 0 0 99.9%;
    max-width: 99.9%;
  }

  .dashboard-bd #navigation {
    margin-left: 15px;
  }

  .dashboard-bd .left-side {
    width: 85%;
  }

  .dashboard-bd .left-side {
    margin-left: 0px;
  }

  .dashboard-bd #logo {
    margin-left: 0px;
  }

  .dashboard-bd .header-user-menu {
    margin-right: 0px;
  }

  .dashboard-bd .header-user-menu ul {
    left: -100px;
  }

  .dashboard-bd #logo {
    margin-left: 250px;
  }
}

.all-favorite-btn {
  padding: 8px 25px !important;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .dashboard-bd #logo {
    margin-left: 250px;
  }

  .my-properties table tbody tr {
    border-bottom: 1px solid #ddd;
    /* margin-bottom: 20px; */
  }

  .my-properties table tbody tr td {
    border: none;
    text-align: left !important;
    padding: 15px !important;
    margin: 0 !important;
  }

  /* .my-properties table tbody tr td .text-center {
    text-align: left !important;
  } */

  .my-properties table tbody tr td.image.myelist a img {
    width: 100% !important;
    height: 150px !important;
  }

  .all-favorite-btn {
    padding: 5px !important;
  }

  .mobile-td-flex {
    display: flex;
    gap: 1rem;
  }
}

@media screen and (max-width: 500px) {
  .dashboard-bd #logo {
    margin-left: 130px !important;
  }
}

@media screen and (max-width: 415px) {
  .dashboard-bd #logo {
    margin-left: 100px !important;
  }
}

@media screen and (max-width: 575px) {
  .my-properties table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .dashboard-bd #logo {
    margin-left: 160px;
  }

  .dashboard-bd .left-side {
    width: 63% !important;
  }

  .dashborad-box .item .info .number {
    font-size: 20px;
  }

  .user-profile-box .detail ul li a,
  .reviews .review .body h4 {
    font-size: 12px;
  }

  .my-properties table tbody tr .image {
    width: 100%;
  }

  .my-properties table thead tr th:first-child,
  .my-properties table thead tr th {
    padding-left: 1rem;
    font-size: 12px;
  }

  .my-properties table tbody tr td {
    padding-top: 0px;
  }

  .inner-pages .pagination.grid-3 {
    margin-top: 0px;
  }

  .my-properties table tbody tr td {
    padding-bottom: 15px;
  }

  .btn.btn-common,
  .pagination-container .pagination .page-item .page-link {
    padding: 8px;
  }
}

@media screen and (max-width: 450px) {
  .messages .message,
  .reviews .review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .review .body,
  .messages .message .body {
    position: relative;
    float: left;
    width: calc(100% - 20px);
    padding-left: 0px;
  }

  .messages .message .thumb,
  .review .thumb {
    margin-bottom: 1rem;
    margin-right: 8rem;
  }

  .messages .message .body {
    padding-left: 0px;
  }

  .listing-table .table thead tr th,
  .listing-table .table tbody {
    font-size: 12px;
  }
}

@media screen and (max-width: 411px) {
  .messages .message .thumb {
    margin-right: 5rem;
  }

  .review .thumb {
    margin-right: 3rem;
  }
}

@media screen and (max-width: 360px) {
  .messages .message .thumb {
    margin-right: 10rem !important;
  }

  .review .thumb {
    margin-right: 10rem !important;
  }
}

@media screen and (max-width: 360px) {
  .messages .message .body,
  .review .body {
    width: 100%;
  }

  .review .body {
    padding-left: 0px;
  }

  .messages .message .thumb,
  .review .thumb {
    margin-right: 8rem;
  }
}

.user-page .royal-add-property-area {
  background: #f6f6f6 none repeat scroll 0 0;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/*---------------------------------------*/
/*---- 55. INNER PAGE PAYMENT-METHOD ----*/
/*---------------------------------------*/

.inner-pages section.payment-method {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  background: #ffffff;
}

.btn-primary {
  color: #fff;
  background-color: #005aa9 !important;
  border-color: #005aa9 !important;
  border-radius: 12px !important;
}

.tr-single-box {
  display: block;
  border-radius: 12px !important;
  border: 1px solid #f7f7f7;
  margin-bottom: 30px;
  background-color: #f7f7f7 !important;
  background: #f7f7f7 !important;
}

.tr-single-header {
  width: 100%;
  border-bottom: 1px solid #f3f4f7;
  margin-bottom: 1rem;
}

.tr-single-header i {
  color: black;
}

#loadingOverlay {
  visibility: hidden;
  background: rgb(255 255 255 / 48%);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9998;
  align-items: center;
  width: 100% !important;
  justify-content: center;
  display: flex !important;
  /* Flex özelliği burada ekleniyor */
}

.tr-single-header h4 {
  margin: 0;
  font-size: 12px;
  color: #222;
}

.tr-single-header h4 > i {
  margin-right: 7px;
}

.tr-single-body {
  width: 100%;
  padding: 25px;
}

.payment-card {
  border-radius: 12px !important;
  padding: 18px 15px 15px;
  border: 1px solid #e8e8e8;
  margin-bottom: 20px;
}

header.payment-card-header {
  display: inline-block;
  width: 100%;
}

.payment-card-title.flexbox {
  float: left;
}

header.payment-card-header .pull-right img {
  max-width: 100px;
}

.payment-card .collapse {
  padding: 20px 15px 10px;
}

.payment-card-title.flexbox h4 {
  margin: 0;
  font-size: 12px;
}

.include-features {
  margin-top: 15px;
}

.features-tag {
  background-color: #eaedf3;
  border-radius: 0 2px 2px 0;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2727272727;
  margin: 2px 15px 5px 0;
  padding: 3px 7px;
  position: relative;
}

.features-tag:before {
  border-top: 10px solid transparent;
  border-left: 9px solid #eaedf3;
  border-bottom: 10px solid transparent;
  height: 0;
  position: absolute;
  top: 0;
  right: -8px;
  width: 0;
}

.features-tag:after {
  background-color: #fff;
  border-radius: 50%;
  height: 4px;
  position: absolute;
  top: 8px;
  right: -2px;
  width: 4px;
}

.features-tag:after,
.features-tag:before {
  content: "";
}

.payment-card .custom-checkbox input[type="checkbox"]:checked + label:after {
  top: 5px;
}

.mrg-bot-20 {
  margin-bottom: 20px;
}

.inner-pages .payment-method .form-control {
  border: 1px solid #e8e8e8;
  margin-bottom: 1.3rem;
}

.booking-price-detail h5 {
  font-size: 12px;
  font-weight: 600;
}

.custom-checkbox {
  position: relative;
}

.custom-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  margin: 5px 0 0 3px;
  z-index: 9;
}

.custom-checkbox label:before {
  width: 18px;
  height: 18px;
}

.custom-checkbox label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  background: #ffffff;
  border: 1px solid #666;
  border-radius: 12px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}

.custom-checkbox input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: inherit;
  transform: inherit;
  z-index: 3;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

input[type="checkbox"]:checked {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 16px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 15px;
}

.custom-checkbox input[type="checkbox"]:checked + label:before {
  border-color: black;
  background: black;
}

.custom-checkbox input[type="checkbox"]:checked + label:after {
  border-color: #fff;
}

.custom-checkbox input[type="checkbox"]:disabled + label:before {
  color: #e8e8e8;
  cursor: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #e8e8e8;
}

.side-list ul {
  margin: 0;
  padding: 0;
}

.side-list ul li {
  font-size: 12px;
  list-style: none;
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  border-bottom: 1px dashed #e8e8e8;
}

.side-list ul li:last-child,
.side-list.no-border ul li {
  border-bottom: none;
}

@media screen and (max-width: 575px) {
  .inner-pages .payment-method .form-control.address {
    margin-bottom: 1.3rem !important;
  }

  .payment-card-title.flexbox h4 {
    font-size: 12px;
  }
}

/*-----------------------------------*/
/*------ 56. INNER PAGE ABOUT US ----*/
/*-----------------------------------*/

.inner-pages section.about-us {
  background: #fff;
  padding: 6rem 0;
}

.inner-pages .headings {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(18, 27, 34, 0.6)),
      to(rgba(18, 27, 34, 0.6))
    ),
    url(../team.jpeg) no-repeat center center;
  background: linear-gradient(rgba(18, 27, 34, 0.6), rgba(18, 27, 34, 0.6)),
    url(../team.jpeg) no-repeat center center;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.inner-pages.about .headings {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(18, 27, 34, 0.6)),
      to(rgba(18, 27, 34, 0.6))
    ),
    url(../images/bg/bg-testimonials-2.jpg) no-repeat center center;
  background: linear-gradient(rgba(18, 27, 34, 0.6), rgba(18, 27, 34, 0.6)),
    url(../images/bg/bg-testimonials-2.jpg) no-repeat center center;
}

.inner-pages .headings {
  padding: 10rem 0;
}

.inner-pages .headings h1 {
  font-size: 26px;
  color: #fff;
}

.inner-pages .headings h2 a,
.inner-pages .headings h2 {
  text-decoration: none;
  text-transform: capitalize;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inner-pages .headings h2 a:hover {
  color: black;
}

.inner-pages .about-us h2::after {
  display: block;
  height: 3px;

  background-color: #121b22;
  content: " ";
  width: 97px;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.inner-pages .about-us.fh .popup-youtube {
  background: #0f1341 none repeat scroll 0 0;
  border-radius: 100%;
  color: #03a9f5;
  font-size: 30px;
  height: 70px;
  left: 50%;
  line-height: 70px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70px;
  z-index: 9;
}

.inner-pages .about-us.fh .wprt-image-video .iq-waves {
  height: 352px;
  height: 22rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 352px;
  width: 22rem;
  z-index: 2;
}

.inner-pages .about-us.fh .wprt-image-video .iq-waves .waves {
  -webkit-animation: 3s ease-in-out 0s normal none infinite running waves;
  animation: 3s ease-in-out 0s normal none infinite running waves;
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0 padding-box;
  border-radius: 320px;
  height: 352px;
  height: 22rem;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  width: 352px;
  width: 22rem;
}

.inner-pages .about-us.fh .box .button {
  padding: 20px;
  width: 100%;
}

.inner-pages .about-us.fh .wprt-image-video .iq-waves .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.inner-pages .about-us.fh .wprt-image-video .iq-waves .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.inner-pages .about-us.fh .wprt-image-video .iq-waves .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.inner-pages.about .sec-title {
  text-align: center;
  padding-bottom: 2rem;
}

.inner-pages.about .sec-title h2 {
  color: #444;
  font-size: 1.7rem;
  text-align: center;
  padding-bottom: 0rem;
}

.inner-pages.about .sec-title h2 span {
  font-weight: 600;
  color: black;
}

.inner-pages.about .sec-title h2 span::before {
  display: none;
}

.inner-pages.about .testimonials .test-1 p::before {
  left: 236px;
  top: -24px;
  position: relative;
}

.inner-pages.about .owl-dots {
  margin-top: 0px;
}

.inner-pages.about .starts .fa {
  color: black !important;
}

@media screen and (max-width: 500px) {
  .inner-pages .headings h1 {
    margin-top: 5rem;
    font-size: 1.5rem;
  }
}

.inner-pages .about-us .who-1 {
  background: #fff;
  background-size: cover;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 80px;
  left: 0;
  top: 0;
}

.inner-pages .about-us .who-1 h2 span {
  color: black;
}

.inner-pages .about-us .who-1 p {
  color: #666;
  background: #fff;
  font-weight: 400;
  font-family: "Inter", sans-serif !important;
}

.inner-pages .services .top-headings-section.se h2 {
  color: #fff;
}

.inner-pages .about-us .box.bg-2 a {
  text-decoration: none;
}

.inner-pages .about-us .box.bg-2 {
  color: #000 !important;
  background: #fff;
}

.inner-pages .about-us .box.bg-2 .button:hover {
  color: #fff;
  border-color: #fff;
}

.inner-pages .services-2 .section-title .title-style h2,
.inner-pages .team .section-title .title-style h2 {
  color: black;
}

.inner-pages .services-2 .title-icon:before,
.inner-pages .team .title-icon:before {
  background: #121b22;
}

.inner-pages .services-2 .title-icon:after,
.inner-pages .team .title-icon:after {
  background: #121b22;
}

.inner-pages .services-2 .img-1 img {
  margin-bottom: 1rem;
}

.inner-pages .services-2 .art-1 {
  color: #121b22;
}

main.services-2 {
  background: #f8f8f8;
  padding: 6rem 0;
}

.services-2 .art-1 {
  background: #fff;
  color: black;
  text-align: center;
  padding: 2rem;
  border-radius: 12px !important;
  border: 1px solid #f9f9f9;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.services-2 .art-1:hover {
  cursor: all-scroll;
}

.services-2 article .fa {
  font-size: 4rem;
  text-align: center;
}

.services-2 article h3 {
  color: #000;
  margin: 1.3rem 0 1rem;
}

.services-2 article p {
  color: #555;
}

.inner-pages .team-content .team-info {
  background: #121b22;
}

@media screen and (max-width: 991px) {
  .box.bg-2 img {
    width: 30%;
  }

  .inner-pages .about-us .wprt-image-video {
    margin-top: 2.5rem;
  }
}

.about-us .who img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .about-us .who img {
    width: 100%;
  }

  .inner-pages .team .jann {
    padding-top: 2.5rem;
  }

  .inner-pages .team .kat {
    padding-top: 2.5rem;
  }

  .services-2 .serv {
    margin-bottom: 2rem;
  }

  .services-2 .serv:last-child {
    margin-bottom: 0px;
  }
}

/*-----------------------------------*/
/*---- 57. INNER PAGE FAQ ---*/
/*-----------------------------------*/

.inner-pages section.faq {
  padding: 2.6rem 0;
}

.inner-pages .panel .panel-heading {
  font-size: 12px;
  font-weight: 400;
}

.inner-pages .panel .panel-heading.no-mb {
  margin-bottom: 0px;
}

.inner-pages .panel .panel-heading a {
  background: black;
  color: #fff;
  display: block;
  padding: 1rem;
  border-radius: 12px !important;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inner-pages .panel .panel-heading a:hover {
  background: #121b22;
  color: #fff;
}

.inner-pages .opening-hours.faq {
  margin-top: 0px;
}

.inner-pages .opening-list.faq ul {
  margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
  .inner-pages .widget-service-details.faq {
    padding-top: 4rem;
  }

  .inner-pages .opening-list ul li:last-child {
    margin-bottom: 0px;
  }
}

/*-----------------------------------*/
/*----- 58. INNER PAGE PRICING ------*/
/*-----------------------------------*/

.inner-pages section.pricing-table {
  padding: 6rem 0;
  background: #f6f6f6;
}

section.pricing-table {
  padding: 6rem 0;
  background: #fff;
}

.plan {
  background: #fff;
  border: 1px solid #dedede;
}

.plan-name {
  font-family: "Inter", sans-serif !important;
  text-transform: uppercase;
  display: block;
  font-size: 24px;
  line-height: 47px;
  font-weight: 800;
  padding: 20px 0;
  color: #000;
}

.plan-price {
  font-size: 48px;
  padding: 30px 0;
  margin-bottom: 30px;
  position: relative;
  background: black;
  color: #fff;
}

.plan-price:after {
  bottom: -30px;
  border: solid transparent;
  content: " ";
  position: absolute;
  border-width: 15px;
  border-top-color: black;
  left: 50%;
  margin-left: -16px;
}

.plan.featured .plan-price {
  background: #121b22;
}

.plan.featured .plan-price:after {
  border-top-color: #121b22;
}

.plan.featured .plan-name {
  color: #323232;
}

.plan.featured .plan-price {
  color: #fff;
}

.plan-price .currency {
  top: -0.9em;
  font-size: 50%;
  left: -0.01em;
  font-weight: 700;
}

.plan-name small {
  font-family: "Inter", sans-serif !important;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
}

.plan-price sub {
  font-size: 12px;
  font-weight: 700;
}

.plan ul {
  background: #fff;
  padding: 0;
  margin-bottom: 0;
}

.plan ul li {
  border-top: 1px dashed #dedede;
  padding: 12px 29px;
  font-weight: 500;
}

.plan ul li:first-child {
  border-top: 0 !important;
}

.plan a.btn {
  color: #fff;
  background: black;
  border: 0px;
  margin: 25px 0;
  padding: 8px 30px;
}

.plan a.btn:hover {
  background: #121b22;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .plan {
    margin-bottom: 40px;
  }

  .plan.no-mgb {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .plan.yes-mgb {
    margin-bottom: 40px;
  }
}

/*-----------------------------------*/
/*------ 59. INNER PAGE 404 ------*/
/*-----------------------------------*/

.inner-pages .notfound {
  padding: 6rem 0;
}

.inner-pages .top-headings h2 {
  font-size: 10rem;
  color: black;
  margin-bottom: 2rem;
  line-height: 0.73;
}

.inner-pages .top-headings h3 {
  font-size: 3rem;
  color: #000;
  margin-bottom: 2rem;
}

.inner-pages .top-headings p:last-child {
  font-size: 1.2rem;
}

.inner-pages .port-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem;
}

.inner-pages .port-info .btn {
  background: black;
  color: #fff;
  border: 1px solid black;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inner-pages .port-info .btn:hover {
  background: #121b22;
  color: #fff;
  border: 1px solid #121b22;
}

@media screen and (max-width: 500px) {
  .inner-pages .top-headings h2 {
    font-size: 7rem;
  }

  .inner-pages .top-headings h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .inner-pages .top-headings p:last-child {
    font-size: 12px;
  }
}

/*---------------------------------------*/
/*- 60. INNER PAGE LOGIN --*/
/*---------------------------------------*/

#login .login,
#register .login {
  width: 430px;
  padding: 45px 60px 60px;
  overflow-y: auto;
  background-color: #fff;
}

#login {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

a.social_bt {
  border-radius: 12px !important;
  color: #fff;
  min-width: 200px;
  display: block;
  padding: 13px;
  line-height: 1;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.social_bt.facebook {
  background-color: #3b5998;
}

a.social_bt.google {
  background-color: #dc4e41;
}

a.social_bt.linkedin {
  background-color: #0077b5;
}

.add_bottom_15,
a.social_bt {
  margin-bottom: 15px;
}

a.social_bt {
  text-align: center;
  text-decoration: none;
}

a.social_bt.facebook:before {
  content: "\f09a";
}

a.social_bt.google:before {
  content: "\f0d5";
  top: 13px;
}

a.social_bt.linkedin:before {
  content: "\f0e1";
}

a.social_bt.facebook:before,
a.social_bt.google:before,
a.social_bt.linkedin:before {
  font-family: FontAwesome;
  position: absolute;
  left: 13px;
  top: 10px;
  font-size: 1.3rem;
  color: #fff;
}

#login .divider {
  height: 1px;
  margin: 30px 0 20px;
  text-align: center;
  background-color: #e1e8ed;
}

#login .divider span {
  background-color: #fff;
  display: inline-block;
  position: relative;
  top: -20px;
  padding: 10px;
  font-style: italic;
}

.add_bottom_30 {
  margin-bottom: 30px;
}

#login .float-left {
  float: left !important;
}

#login .container_check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 13px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 10px;
}

#login .container_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

#login .container_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #d2d8dd;
  border-radius: 12px !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#login .float-right {
  float: right !important;
  margin-top: 0px !important;
}

.checkboxes label,
a#forgot {
  color: #666;
  text-decoration: none;
}

#login .btn_1.rounded,
a.btn_1.rounded {
  border-radius: 25px !important;
}

#login .btn_1.full-width,
a.btn_1.full-width {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  margin-bottom: 5px;
}

#login .btn_1,
a.btn_1 {
  border: none;
  background: black;
  cursor: pointer;
  display: inline-block;
  padding: 15px 30px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 12px !important;
}

#login a.btn_1:hover {
  background: #121b22;
}

#login .add_top_10 {
  margin-top: 16px;
}

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

#login strong a {
  text-decoration: none;
}

.inner-pages .filter-tags input {
  position: relative;
  border: 1px solid #e8e8e8;
  cursor: pointer;
  padding: 0;
  color: #234dd4;
  width: 20px;
  height: 20px;
  color: #fff;
  outline: none;
  margin-right: 0.5rem !important;
  margin-bottom: 0px;
  background: #fff !important;
  -webkit-appearance: none;
}

.filter-tags input:checked:after,
.custom-form .filter-tags input:checked:after {
  font-family: FontAwesome;
  color: #234dd4;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f00c";
  font-size: 12px;
  position: absolute;
  left: 2px;
  z-index: 20;
}

@media screen and (max-width: 767px) {
  #login .login,
  #register .login {
    width: 100%;
  }

  #login .checkboxes label,
  a#forgot {
    font-size: 12px;
  }
}

/*-----------------------------------*/
/*--- 61. INNER PAGE COMING SOON ----*/
/*-----------------------------------*/

.headings-7 {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(58, 44, 95, 0.7)),
      to(rgba(32, 51, 100, 0.7))
    ),
    url(../images/bg/coming-soon.jpg) no-repeat center top;
  background: linear-gradient(rgba(58, 44, 95, 0.7), rgba(32, 51, 100, 0.7)),
    url(../images/bg/coming-soon.jpg) no-repeat center top;
  color: #fff;
  background-size: cover;
  background-attachment: fixed !important;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.headings-7 .text-heading p.sorry {
  text-align: center;
  font-size: 1.3rem;
  margin-top: 0.8rem;
}

.headings-7 .bloq-email {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.5rem;
}

.headings-7 .bloq-email .email input[type="email"] {
  border: 0;
  padding: 0.8rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.headings-7 .bloq-email .email input[type="submit"] {
  border: 0;
  padding: 0.8rem;
  background: black;
  border: 1px solid #fff;
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.headings-7 .email input[type="submit"]:hover {
  background: #121b22;
  border: 1px solid #fff;
}

.font-16 {
  font-size: 12px;
  margin-right: 2rem;
}

.font-36 {
  font-size: 36px;
}

/*------------------------------------------*/
/*--- 62. INNER PAGE UNDER CONSTRUCTION ----*/
/*------------------------------------------*/

.headings-8 {
  background: url(../images/bg/bg-under.jpg) no-repeat center top;
  color: #fff;
  background-size: cover;
  background-attachment: fixed !important;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.headings-8 .text-heading p.sorry {
  text-align: center;
  font-size: 12px;
  margin-top: 0.8rem;
}

.headings-8 .bloq-email {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.5rem;
}

.headings-8 .bloq-email .email input[type="email"] {
  border: 0;
  padding: 0.8rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.headings-8 .bloq-email .email input[type="submit"] {
  border: 0;
  padding: 0.8rem;
  background: black;
  border: 1px solid #fff;
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.headings-8 .email input[type="submit"]:hover {
  background: #121b22;
  border: 1px solid #fff;
}

.font-16 {
  font-size: 12px;
}

.font-36 {
  font-size: 36px;
}

/*------------------------------------*/
/*----- 63. INNER PAGE BLOG GRID -----*/
/*------------------------------------*/

.inner-pages section.blog-section {
  padding: 6rem 0;
  background: #f5f7fb;
}

.inner-pages .blog-section .news-item {
  background: #fff;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.inner-pages .blog-section .news-item.-news-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.inner-pages .blog-section .news-item-descr.big-news {
  height: 120px !important;
}

.inner-pages .blog-section .space,
.inner-pages .blog-section .space2.port {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.inner-pages .blog-section .news-item h3 {
  color: #000;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.inner-pages .blog-section .news-item.-news-slider-item {
  height: 100%;
}

.inner-pages .blog-section .news-item.-news-slider {
  height: auto;
}

.inner-pages .blog-section .news-item a:hover {
  text-decoration: none;
}

.inner-pages .blog-section .news-item a:hover h3 {
  color: black;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.inner-pages .blog-section .news-item .news-img-link.-news-page {
  display: block;
  position: relative;
  padding-bottom: 69%;
  width: 100%;
}

.inner-pages .blog-section .news-item .news-img-link.-news-page .resp-img {
  background-size: cover;
}

.inner-pages .blog-section .resp-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.buyUserRequest img {
  width: 30px;
  stroke: #fff;
}

.swal2-container.swal2-center {
  z-index: 9999999;
}

.swal2-popup {
  z-index: 9999999;
}

.sticky-bar {
  position: sticky;
  top: 80px;
}

.inner-pages .blog-section .news-item-img .resp-img {
  background-size: cover;
  object-fit: cover;
}

.inner-pages .blog-section .news-item-img {
  position: relative;
  width: 100%;
}

.inner-pages .blog-section .news-item-img .resp-img {
  background-size: cover;
}

.inner-pages .blog-section .news-item-text {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.inner-pages .blog-section .news-item-text-header {
  display: block;
}

.inner-pages .blog-section .news-item .date {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  color: black;
}

.inner-pages .blog-section .news-item-descr {
  margin-bottom: 20px;
  height: 110px !important;
}

.inner-pages .blog-section .news-item-descr p {
  color: #666;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

.inner-pages .blog-section .news-item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-pages .blog-section .action-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8rem;
  color: #444;
}

.inner-pages .blog-section .action-list .fa-comment {
  color: black;
}

.inner-pages .blog-section .action-list .fa-share-alt {
  color: black;
}

.inner-pages .blog-section .action-list .fa-heart {
  color: black;
}

.inner-pages .blog-section ul.action-list {
  margin-bottom: 0px;
}

.inner-pages .blog-section .action-item {
  display: inline-block;
  padding-left: 15px;
}

.inner-pages .blog-section .news-slider-wrap .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inner-pages .blog-section .news-item-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5rem;
}

.inner-pages .blog-section .news-item-sm:last-child {
  margin-bottom: 0px;
}

.inner-pages .blog-section .news-item-sm .news-img-link {
  -ms-flex-preferred-size: 43.5%;
  flex-basis: 43.5%;
  position: relative;
}

.agents .blog-section .news-item-sm .news-img-link {
  -ms-flex-preferred-size: 48.5%;
  flex-basis: 48.5%;
  position: relative;
}

.inner-pages .blog-section .news-item-sm .news-img-link .news-item-img {
  position: absolute;
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.inner-pages .blog-section .news-item-sm .news-item-text {
  -ms-flex-preferred-size: 66.6%;
  flex-basis: 66.6%;
  padding: 25px 30px;
}

.inner-pages .blog-section .news-item-sm .news-item-descr {
  height: 52px;
  overflow: hidden;
}

.inner-pages .blog-section .news-link {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  color: black;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.inner-pages .blog-section .news-link:hover {
  color: #121b22;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

@media screen and (max-width: 991px) {
  .inner-pages .blog-section .news-item {
    margin-bottom: 2.5rem;
  }

  .inner-pages .blog-section .news-item.nomb {
    margin-bottom: 0px;
  }

  .inner-pages .blog-section .news-item.no-mb:last-child {
    margin-bottom: 0px;
  }

  .inner-pages .blog-section .space.port,
  .inner-pages .blog-section .space2.port {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .inner-pages .blog-section .no-mb .news-item {
    margin-bottom: 0px;
  }

  .inner-pages .blog-section .space.no-pb2 {
    padding-bottom: 0px;
  }

  .inner-pages .pagination.wpt {
    padding-top: 3rem;
  }

  .inner-pages .blog-section .recent-post.sher {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .inner-pages .blog-section .no-mb.wpt-2 .news-item {
    margin-bottom: 2.5rem;
  }

  .inner-pages .blog-section .space.no-pb2 {
    padding-bottom: 2.5rem;
  }

  .inner-pages .blog-section .news-item.nomb {
    margin-bottom: 2.5rem;
  }

  .inner-pages .blog-section .recent-post.sher {
    margin-top: 0px;
  }
}

@media screen and (max-width: 577px) {
  .inner-pages .blog-section .news-item-sm {
    display: block !important;
  }

  .inner-pages .blog-section .news-item-sm .news-img-link .news-item-img {
    position: relative;
    padding-bottom: 69%;
  }
}

@media screen and (max-width: 414px) {
  .inner-pages .blog-section .news-item-descr p,
  .inner-pages .blog-section .news-item-descr {
    overflow: visible;
  }

  .inner-pages .blog-section .news-item-descr.visib {
    overflow: hidden;
    margin-bottom: 2rem;
  }

  .inner-pages .blog-section .news-item.no-mb2 {
    margin-bottom: 0px;
  }

  .inner-pages .blog-section ul.action-list {
    padding-left: 0px;
  }

  .inner-pages .blog-section .news-link {
    font-size: 0.9rem;
  }
}

.inner-pages .pagination {
  margin-bottom: 0px;
}

.page-item.active .page-link {
  background: black;
  border-color: black;
}

.page-link {
  color: #121b22;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.page-link:hover {
  background: black;
  color: #fff;
}

/*--------------------------------------*/
/*-- 64. INNER PAGE BLOG GRID SIDEBAR --*/
/*--------------------------------------*/

.inner-pages section.blog-section {
  padding: 6rem 0;
  background: #f5f7fb;
}

.inner-pages .blog-section .news-item {
  background: #fff;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.inner-pages .blog-section .news-item.-news-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.inner-pages .blog-section .news-item-descr.big-news {
  height: 120px !important;
}

.inner-pages .blog-section .space,
.inner-pages .blog-section .space2.port {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.inner-pages .blog-section .news-item h3 {
  color: #000;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.inner-pages .blog-section .news-item.-news-slider-item {
  height: 100%;
}

.inner-pages .blog-section .news-item.-news-slider {
  height: auto;
}

.inner-pages .blog-section .news-item a:hover {
  text-decoration: none;
}

.inner-pages .blog-section .news-item a:hover h3 {
  color: black;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.inner-pages .blog-section .news-item .news-img-link.-news-page {
  display: block;
  position: relative;
  padding-bottom: 69%;
  width: 100%;
}

.inner-pages .blog-section .news-item .news-img-link.-news-page .resp-img {
  background-size: cover;
}

.inner-pages .blog-section .resp-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inner-pages .blog-section .news-item-img .resp-img {
  background-size: cover;
}

.inner-pages .blog-section .news-item-img {
  position: relative;
  width: 100%;
}

.inner-pages .blog-section .news-item-img .resp-img {
  background-size: cover;
}

.inner-pages .blog-section .news-item-text {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.inner-pages .blog-section .news-item-text-header {
  display: block;
}

.inner-pages .blog-section .news-item .date {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  color: #333;
}

.inner-pages .blog-section .news-item-descr {
  margin-bottom: 20px;
  height: 110px !important;
}

.inner-pages .blog-section .news-item-descr p {
  color: #666;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

.inner-pages .blog-section .news-item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-pages .blog-section .action-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8rem;
  color: #444;
}

.inner-pages .blog-section .action-list .fa-comment {
  color: black;
}

.inner-pages .blog-section .action-list .fa-share-alt {
  color: black;
}

.inner-pages .blog-section .action-list .fa-heart {
  color: black;
}

.inner-pages .blog-section ul.action-list {
  margin-bottom: 0px;
}

.inner-pages .blog-section .action-item {
  display: inline-block;
  padding-left: 15px;
}

.inner-pages .blog-section .news-slider-wrap .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .inner-pages .space3 {
    padding-bottom: 2.5rem;
  }

  .inner-pages .widget {
    padding-top: 0 !important;
  }
}

.inner-pages .form-control {
  padding: 0 0.3rem !important;
  border: 1px solid;
  border-color: #dedede;
  border-radius: 50px;
}

input[type="checkbox"] {
  border: 1px solid #005aa9 !important;
  border-radius: 4px !important;
}

@media screen and (max-width: 767px) {
  .inner-pages .blog-section .no-pb2 {
    padding-bottom: 2.5rem !important;
  }
}

@media screen and (max-width: 991px) {
  .inner-pages .widget {
    padding-top: 2.5rem;
  }

  .inner-pages .blog-section .no-pb2 {
    padding-bottom: 0px;
  }
}

.inner-pages .input-group-btn .fa {
  font-size: 12px;
  cursor: pointer;
}

.inner-pages .input-group-btn .btn-primary {
  background: black;
  border: 1px solid black;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inner-pages .input-group-btn .btn-primary:hover {
  background: #121b22;
  color: #fff;
}

.inner-pages .recent-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

@media screen and (max-width: 992px) {
  .inner-pages .recent-main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.inner-pages .recent-img img {
  width: 90px;
  height: 70px;
  margin-right: 1rem;
}

.inner-pages .info-img h6 {
  color: #333;
  font-family: "Inter", sans-serif !important;
  font-size: 12px;
  font-weight: 400;
}

.inner-pages .info-img a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inner-pages .info-img a:hover {
  color: black;
}

.inner-pages .recent-post .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.ud-btn {
  border-radius: 12px;
  display: inline-block;
  font-family: var(--title-font-family);
  font-weight: 600;
  font-size: 12px;
  font-style: normal;
  padding: 13px 30px;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.ud-btn i {
  margin-left: 10px;
  font-size: 12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ud-btn:hover,
.ud-btn:focus,
.ud-btn:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 339px) {
  .ud-btn {
    padding: 13px 25px;
  }
}

.ud-btn2 {
  font-family: var(--title-font-family);
  font-weight: 600;
  font-size: 12px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.ud-btn2 i {
  margin-left: 10px;
  font-size: 12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ud-btn2:hover {
  outline: none;
}

.btn-thm {
  background-color: #eb6753;
  border: 1px solid #eb6753;
  color: #fff;
}

.btn-dark {
  background-color: var(--headings-color);
  border: 1px solid var(--headings-color);
  color: #fff;
}

.ud-btn:before,
.btn-gray:before,
.btn-dark:before,
.btn-thm:before,
.btn-thm2:before,
.btn-thm3:before,
.btn-thm-border:before,
.btn-white:before,
.btn-light-gray:before,
.btn-transparent:before,
.btn-transparent2:before {
  background-color: #005aa9;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
  -webkit-transform: skew(50deg);
  -ms-transform: skew(50deg);
  transform: skew(50deg);
  -webkit-transition: width 0.6s;
  -o-transition: width 0.6s;
  transition: width 0.6s;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

/* .homes-content .row {
  width: 100% !important;
} */

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* Varsayılan: 3 sütun */
  gap: 12px;
}

/* Mobilde tek sütun olacak şekilde düzenle */
@media (max-width: 768px) {
  .project-grid {
    grid-template-columns: 1fr !important;
    /* Tek sütun */
  }
}

.btn-white,
.btn-white2 {
  background-color: #fff;
  font-size: 12px;
  border: 1px solid black;
}

.projectMobileMargin {
  padding: 0 !important;
  z-index: 1;
  margin-top: -25px;
  position: relative;
}

@media (max-width: 768px) {
  .marginLeftRightZero {
    padding: 0 !important;
  }

  .circleIcon {
    font-size: 5px;
    color: #005aa9;
    padding-right: 5px;
  }

  .priceFont {
    font-weight: 600;
    width: 60% !important;
    font-size: 12px;
    text-align: right;
    color: #005aa9 !important;
  }
}

.statusHome {
  width: 20%;
  max-width: 20%;
  flex: 0 0 20%;
}

@media (max-width: 768px) {
  .statusHome {
    flex: inherit;
    width: 100% !important;
    max-width: 50% !important;
  }
}

.ud-btn:hover,
.btn-gray:hover,
.btn-dark:hover,
.btn-thm:hover,
.btn-thm2:hover,
.btn-thm3:hover,
.btn-thm-border:hover,
.btn-white:hover,
.btn-light-gray:hover,
.btn-transparent:hover,
.btn-transparent2:hover {
  color: #fff;
}

.ud-btn:hover:before,
.btn-gray:hover:before,
.btn-dark:hover:before,
.btn-thm:hover:before,
.btn-thm2:hover:before,
.btn-thm3:hover:before,
.btn-thm-border:hover:before,
.btn-white:hover:before,
.btn-light-gray:hover:before,
.btn-transparent:hover:before,
.btn-transparent2:hover:before {
  height: 100%;
  width: 200%;
}

.inner-pages .recent-post .tags a {
  background: black;
  font-size: 12px;
  color: #fff;
  border: 1px solid black;
  margin-bottom: 0.7rem;
  margin-left: 0.2rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inner-pages .recent-post .tags a:hover {
  background: #fff;
  color: black;
}

.inner-pages .recent-post .tags.no-mb a {
  margin-bottom: 0px;
}

.inner-pages .recent-post ul {
  margin: 0;
  padding: 0;
}

.inner-pages .recent-post ul li {
  list-style: none;
  padding: 0.5rem 0;
}

.inner-pages .recent-post ul li.npt {
  padding-top: 0px;
}

.inner-pages .recent-post ul li:last-child {
  padding-top: 0.5rem;
  padding-bottom: 0px;
  border: 0 !important;
}

.inner-pages .recent-post ul li a {
  text-decoration: none;
  color: #333 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inner-pages .recent-post ul li a:hover {
  color: black;
}

.inner-pages .recent-post ul li .fa {
  margin-right: 1rem;
}

.inner-pages .recent-post button {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.inner-pages .recent-post .netsocials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.inner-pages .recent-post .netsocials a .fa {
  font-size: 1.3rem;
  text-align: center;
  background: transparent;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-right: 1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inner-pages .recent-post .netsocials a .fa-facebook {
  background: #3b5998;
  color: #fff;
}

.inner-pages .recent-post .netsocials a .fa-twitter {
  background: #1da1f2;
  color: #fff;
}

.inner-pages .recent-post .netsocials a .fa-google-plus {
  background: #dd4b39;
  color: #fff;
}

.inner-pages .recent-post .netsocials a .fa-youtube {
  background: #cd201f;
  color: #fff;
}

.inner-pages .recent-post ul li.npt:last-child {
  padding-top: 0px;
}

/*--------------------------------------*/
/*-- 65. INNER PAGE BLOG LIST SIDEBAR --*/
/*--------------------------------------*/

.inner-pages .space2 {
  padding-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .inner-pages .space3 {
    padding-bottom: 2.5rem;
  }

  .inner-pages .widget {
    padding-top: 3.5rem !important;
  }
}

.cursor-pointer {
  cursor: pointer;
}

input.form-control {
  height: 50px;
}

#searchInput {
  padding: 9px 18px !important;
  /* border: none !important; */
  /* color: black !important; */
  font-weight: 600;
  padding: 0 1rem;
  border-radius: 50px !important;
  border: 1px solid #e3e8ef;
  background: #eef2f6 !important;
}
#searchInput:hover {
  border: 1px solid rgba(152, 191, 255, 1);
  box-shadow: 0 0 0 0.25rem rgba(196, 218, 255, 1) !important;
  outline: none !important;
}
#searchInput::placeholder {
  color: #697586 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}
.inner-pages .form-control {
  padding: 0 0.3rem !important;
  border: 1px solid;
  border-color: #dedede;
  border-radius: 12px;
}

.inner-pages .form-control.mb-2.p-2 {
  padding: 1.5rem !important;
}

@media screen and (max-width: 991px) {
  .inner-pages .widget {
    padding-top: 3.5rem;
  }

  .inner-pages .blog .recent-main.no-mb p {
    margin-bottom: 0px;
  }
}

.inner-pages .input-group-btn .fa {
  font-size: 12px;
  cursor: pointer;
}

.inner-pages .input-group-btn .btn-primary {
  background: black;
  border: 1px solid black;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inner-pages .input-group-btn .btn-primary:hover {
  background: #fff;
  color: black;
}

.inner-pages .recent-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

@media screen and (max-width: 992px) {
  .inner-pages .recent-main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .inner-pages .info-img {
    margin-top: 1rem;
  }
}

.inner-pages .recent-img img {
  width: 90px;
  height: 70px;
  margin-right: 1rem;
}

.inner-pages .info-img h6 {
  font-family: "Inter", sans-serif !important;
  font-size: 12px;
  color: #222;
  font-weight: 400;
}

.inner-pages .info-img a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inner-pages .info-img a:hover {
  color: black;
}

.inner-pages .recent-post .tags a {
  background: #fff;
  color: #000;
  border: 1px solid #e8e8e8;
  margin-bottom: 0.7rem;
  margin-left: 0.2rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inner-pages .recent-post .tags.no-mb a {
  margin-bottom: 0px;
}

.inner-pages .recent-post .tags a:hover {
  background: #fff;
  color: black;
  border: 1px solid black;
}

.inner-pages .recent-post ul {
  margin: 0;
  padding: 0;
}

.inner-pages .recent-post ul li {
  list-style: none;
  padding: 0.5rem 0;
}

.itemsDiv {
  max-height: 270px;
  overflow-y: scroll;
}

.itemsDiv::-webkit-scrollbar {
  width: 0;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
}

/* 
.inner-pages .recent-post ul li a{
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    display: block;
} */

.inner-pages .recent-post ul li:last-child {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.inner-pages .recent-post ul li a {
  text-decoration: none;
  color: #666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inner-pages .recent-post ul li a:hover {
  color: black;
}

.inner-pages .recent-post ul li .fa {
  margin-right: 1rem;
}

.inner-pages .recent-post button {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

/*-----------------------------------*/
/*--- 66. INNER PAGE BLOG DETAILS ---*/
/*-----------------------------------*/

.inner-pages section.blog-section {
  padding: 6rem 0;
  background: #f5f7fb;
}

.inner-pages .blog-section .news-item-descr.big-news.details {
  height: 240px !important;
  -webkit-box-shadow: 0px !important;
  box-shadow: 0px !important;
}

.inner-pages .blog-section .news-item.details {
  background: transparent;
  -webkit-box-shadow: 0 0 0 0 #edeff1;
  box-shadow: 0 0 0 0 #edeff1;
}

.inner-pages .blog-section .news-item-text.details {
  padding: 20px 0;
}

.inner-pages .comments-info .conra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inner-pages .comments-info h5 {
  color: black;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0px;
}

.inner-pages .comments-info p:last-child {
  font-weight: 400;
}

.inner-pages .social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  background: transparent;
  margin: 0;
  padding: 0;
}

.inner-pages .social-share .fa-facebook {
  color: #3b5998;
}

.inner-pages .social-share .fa-twitter {
  color: #1da1f2;
}

.inner-pages .social-share .fa-google-plus {
  color: #dd4b39;
}

.inner-pages .social-share .fa-youtube {
  color: #cd201f;
}

.inner-pages .social-share a {
  color: black;
  font-size: 1.5rem;
  margin: 0 0.5rem;
}

.col-md-10.comments-info {
  padding-left: 0px;
}

.col-md-10.comments-info p.mb-2 {
  color: #333;
}

.col-md-10.comments-info p:last-child {
  font-weight: 400;
}

.inner-pages .comments-info.no-mb p:last-child {
  margin-bottom: 0px;
}

.inner-pages .comments h3::after,
.inner-pages .leve-comments h3::after {
  display: block;
  height: 3px;

  background-color: black;
  content: " ";
  width: 50px;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.inner-pages .commented .comm-inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.inner-pages .commented img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin-right: 2rem;
}

.inner-pages .data form .col-md-12 {
  padding: 0;
  padding-right: 1rem;
}

section.leve-comments {
  margin-top: 4rem;
}

.inner-pages .leve-comments .btn {
  background: black;
  cursor: pointer;
  font-size: 12px;
  border: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inner-pages .leve-comments .btn:hover {
  background: #121b22;
  color: #fff;
}

.inner-pages .recent-post ul li.npt {
  padding-bottom: 0px;
}

.inner-pages .blog-section .news-item-descr.big-news.details {
  height: 240px !important;
  margin-bottom: 2.5rem !important;
  -webkit-box-shadow: 0px !important;
  box-shadow: 0px !important;
}

@media screen and (max-width: 767px) {
  .inner-pages .leve-comments.wpb {
    padding-bottom: 2.5rem;
  }

  .col-md-10.comments-info {
    padding-left: 15px;
  }
}

@media screen and (max-width: 575px) {
  section.leve-comments {
    margin-top: 2rem;
  }
}

/*-----------------------------------*/
/*---- 67. INNER PAGE CONTACT US ----*/
/*-----------------------------------*/

.inner-pages .contact-us {
  padding: 6rem 0;
}

.inner-pages .contact-us ul li {
  list-style: none;
  font-weight: 300;
}

.inner-pages .contact-us ul {
  margin: 0;
  padding: 0;
}

.inner-pages .contact-us .btn {
  background: black;
  border: 1px solid black;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inner-pages .contact-us .btn:hover {
  background: #fff;
  color: #121b22;
  border: 1px solid black;
}

.inner-pages .address-info p:last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .inner-pages .offices h3:first-child {
    margin-top: 4rem;
  }
}

.buttonDetail .btn {
  height: 40px !important;
}

@media screen and (max-width: 500px) {
  .inner-pages .contact-us h3 {
    font-size: 1.1rem !important;
  }
}

label {
  font-size: 12px !important;
  line-height: 24px;
  margin-bottom: 5px;
  color: black !important;
}

form label.error {
  display: block;
  color: #005aa9;
  font-size: 14px !important;
  opacity: 1 !important;
}

.successform,
.errorform {
  display: none;
  height: 70px;
}

.successform span,
.errorform span {
  display: block;
}

.successform span p,
.errorform span p {
  margin-top: 15px;
}

.successform span p {
  color: #01c15a;
  font-size: 2rem;
}

.errorform span p {
  color: #c0392b;
}

.inner-pages .contact-us h3 {
  text-transform: uppercase;

  font-size: 1.2rem;
}

.inner-pages .offices h3 {
  text-transform: capitalize;
}

.inner-pages .offices p {
  font-weight: 300;
}

/*---- CONTACT INFO ----*/

.inner-pages .bgc {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(32, 51, 100, 0.8)),
      to(rgba(32, 51, 100, 0.8))
    ),
    url(../images/bg/bg-testimonials.jpg) no-repeat center center;
  background: linear-gradient(rgba(32, 51, 100, 0.8), rgba(32, 51, 100, 0.8)),
    url(../images/bg/bg-testimonials.jpg) no-repeat center center;
  padding: 2rem;
  background-size: cover;
}

.inner-pages .request h3::after {
  display: block;
  height: 3px;

  background-color: black;
  content: " ";
  width: 50px;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.inner-pages .call-info h3 {
  color: #fff;
  margin-bottom: 2rem;
}

.inner-pages .call-info p {
  color: #fff;
}

.inner-pages .call-info h3::after {
  display: block;
  height: 3px;

  background-color: #fff;
  content: " ";
  width: 50px;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 991px) {
  .inner-pages .bgc {
    margin-top: 3rem;
  }
}

.inner-pages .call-info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

.inner-pages .call-info .ti {
  margin-bottom: 0px;
}

.inner-pages .cll:last-child {
  margin-bottom: 0px;
}

.inner-pages .call-info .info p {
  color: #fff;
  margin: 0px;
  margin-left: 1.5rem;
  font-weight: 300;
}

.inner-pages .call-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.inner-pages .call-info ul li .fa {
  font-size: 1.6rem;
  color: #fff;
}

/*------------------------------------*/
/*-- 68. INNER PAGE SUBMIT PROPERTY --*/
/*------------------------------------*/

.inner-pages .royal-add-property-area {
  padding: 6rem 0;
  background: #f5f7fb none repeat scroll 0 0;
}

.inner-pages .royal-complete-order-head {
  margin-bottom: 50px;
  text-align: center;
}

.inner-pages .property-form-group {
  padding: 0 50px;
}

.inner-pages .royal-complete-order-head h2 {
  color: #333;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.inner-pages .single-add-property > h3 {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 40px;
  padding-bottom: 25px;
  color: black;
  text-transform: capitalize;
}

.inner-pages .property-form-group label {
  color: #333;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
}

.inner-pages .property-form-group p input {
  border: 1px solid #e8e8e8;
  height: 50px;
  padding: 10px;
  width: 100%;
}

.inner-pages .property-form-group p.no-mb,
.inner-pages .property-form-group p.no-mb input {
  margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
  .inner-pages .property-form-group p.no-mb,
  .inner-pages .property-form-group p.no-mb input {
    margin-bottom: 20px;
  }

  .inner-pages .property-form-group p.no-mb.first input {
    margin-bottom: 20px !important;
  }

  .inner-pages .property-form-group p.no-mb.last:last-child,
  .inner-pages .property-form-group p.no-mb input:last-child {
    margin-bottom: 0px;
  }
}

.inner-pages .property-form-group p textarea {
  border: 1px solid #e8e8e8;
  height: 180px;
  padding: 10px;
  width: 100%;
}

.inner-pages .single-add-property {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 30px;
  padding: 30px;
}

.inner-pages .property-form-group p,
.property-form-group .dropdown.faq-drop {
  margin-bottom: 20px;
}

.property-form-group .dropdown.faq-drop.no-mb {
  margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
  .property-form-group .dropdown.faq-drop.no-mb {
    margin-bottom: 40px;
  }

  .property-form-group .dropdown.faq-drop.no-mb.last {
    margin-bottom: 0px;
  }
}

.inner-pages .property-form-group .dropdown-toggle {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  color: #999;
  padding: 10px;
  text-align: left;
  width: 100%;
  text-transform: capitalize;
}

.inner-pages .property-form-group .dropdown-toggle::after {
  display: none;
}

.inner-pages .property-form-group .dropdown-menu.faq-drop-open {
  width: 100%;
  padding: 0;
}

.inner-pages .property-form-group .dropdown-menu.faq-drop-open > li {
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 20px;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.inner-pages .property-form-group .dropdown-menu.faq-drop-open > li:last-child {
  border-bottom: 0px solid #e8e8e8;
}

.inner-pages .property-form-group .dropdown-menu.faq-drop-open > li:hover {
  background: #f9f9f9;
}

.inner-pages .property-form-group .dropdown-toggle i {
  float: right;
  font-size: 20px;
  line-height: 25px;
}

.project-table-content-wrapper {
}

.project-table-content {
  position: relative;
  /* overflow-x: auto; */
}

.border-r-3 {
  border-radius: 3px !important;
}

.popover-project-actions,
.popover-project-mobile-actions {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  border-radius: 12px !important;
  right: 0;
}

.popover-project-actions ul {
  display: block !important;
}

.popover-project-actions ul li {
  text-align: start !important;
  align-items: start !important;
}

.inner-pages .property-form-group .dz-message {
  background: #fff none repeat scroll 0 0;
  border: 2px dashed #1abc9c;
  padding: 50px 20px;
  text-align: center;
}

.inner-pages .dz-default i {
  color: #1abc9c;
  display: block;
  font-size: 60px;
  margin-bottom: 30px;
}

.project-table-card-content {
  display: flex;
  flex-wrap: wrap;
}

.project-table-card-content p {
  width: 50%;
}

.popover-project-actions,
.popover-project-mobile-actions {
  position: absolute;
  background: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  padding: 10px;
  width: 200px;
}

.popover-project-mobile-actions {
  top: 30;
}

.inner-pages .dz-default.dz-message > span {
  color: #1abc9c;
  font-size: 20px;
  text-transform: capitalize;
}

.inner-pages .dropdown.faq-drop span {
  color: #999;
  margin-left: 5px;
}

.inner-pages .pro-feature-add label {
  color: #666;
  font-weight: 400;
}

.inner-pages .pro-feature-add input,
.custom-form .filter-tags input {
  position: relative;
  border: 1px solid #e8e8e8;
  cursor: pointer;
  padding: 0;
  color: #005aa9;
  width: 20px;
  height: 20px;
  color: #fff;
  outline: none;
  margin-right: 0.5rem;
  margin-bottom: 0px;
  background: #fff !important;
  -webkit-appearance: none;
}

.inner-pages .pro-feature-add > li {
  display: inline-block;
  margin: 5px 10px;
}

.inner-pages .pro-feature-add li.no-mb input,
.inner-pages .pro-feature-add .no-mb label,
.inner-pages ul.pro-feature-add,
.inner-pages .pro-feature-add > li.no-mb {
  margin-bottom: 0px;
}

@media screen and (max-width: 404px) {
  .inner-pages .pro-feature-add .no-mb label {
    margin-bottom: 20px;
  }

  .inner-pages .pro-feature-add .no-mb.last label:last-child {
    margin-bottom: 0px;
  }
}

.inner-pages .prperty-submit-button > button {
  background: black none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  height: 100%;
  padding: 10px 20px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-transform: capitalize;
}

.inner-pages .prperty-submit-button > button:hover {
  background: #121b22 none repeat scroll 0 0;
}

.inner-pages .royal-complete-order-head > p {
  font-size: 17px;
}

@media screen and (max-width: 575px) {
  .inner-pages .property-form-group {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*-----------------------------------*/
/*------ 69. PRELOADER ------*/
/*-----------------------------------*/

#preloader {
  background: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

#statusPreloader,
#statusPreloader .status-mes {
  background-image: url(../images/loading.gif);
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
  left: 50%;
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 50%;
  width: 200px;
}

label.clear-before::before {
  content: "";
  /* Pseudo-element içeriğini tamamen boş yapar */
}

.storeShareBtn {
  width: 150px;
  height: 30px;
  margin-right: 20px;
  border: none;
  background-color: white;
  border: 1px solid white;
  display: flex;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 0.5s;
  overflow: hidden;
  position: relative;
}

.storeShareTypeBtnOpen {
  background: white !important;
  color: black !important;
}

.storeShareTypeBtn {
  position: relative;
  white-space: nowrap;
  padding: 10px 0;
  font-weight: 600 !important;
  border-radius: 12px !important;
  border: none;
  color: #fff;
  cursor: pointer;
  background-color: white;
  color: black;
  transition: all 0.2s ease;
  margin-right: 20px;
  border: 1px solid #e8e8e8;
}

.storeShareTypeBtn:before,
.storeShareTypeBtn:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
}

.storeShareTypeBtn:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, #a89215 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, #13a5be 20%, transparent 30%),
    radial-gradient(circle, #a3b82d 20%, transparent 20%),
    radial-gradient(circle, #590cbe 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #bd1717 15%, transparent 20%),
    radial-gradient(circle, #2a7ce8 20%, transparent 20%),
    radial-gradient(circle, #30e82a 20%, transparent 20%),
    radial-gradient(circle, #e92c75 20%, transparent 20%),
    radial-gradient(circle, #914fe7 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease infinite;
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.storeShareTypeBtn:hover:after {
  bottom: -70%;
  background-image: radial-gradient(circle, #ff93db 20%, transparent 20%),
    radial-gradient(circle, #2ae8df 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #71ffbd 15%, transparent 20%),
    radial-gradient(circle, #2a9ce8 20%, transparent 20%),
    radial-gradient(circle, #7814fc 20%, transparent 20%),
    radial-gradient(circle, #73e4f8 20%, transparent 20%),
    radial-gradient(circle, #f8d3a9 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease infinite;
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.see-my-neighbor .animation {
  border-radius: 100%;
  animation: ripple 0.6s linear infinite;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1),
      0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1),
      0 0 0 60px rgba(255, 255, 255, 0.1);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1),
      0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1),
      0 0 0 80px rgba(255, 255, 255, 0);
  }
}

.status-mes {
  background: none;
  left: 0;
  margin: 0;
  text-align: center;
  top: 65%;
}

/*-----------------------------------*/
/*----- 70. HEADER GOOGLE MAPS ------*/
/*-----------------------------------*/

.header-map.google-maps {
  background: #e1e5f1;
  padding: 0;
  height: 755px;
  position: static;
}

.header-map.google-maps .container {
  position: static;
}

#map-canvas {
  width: 100%;
  height: 755px;
  position: absolute;
  z-index: 0;
}

.info-box-img {
  width: 180px;
  margin-right: 20px;
  float: left;
}

.info-box p {
  color: black;
}

.header-map.google-maps.horizontal,
.header-map.google-maps.horizontal #map-canvas {
  height: 600px;
  position: static;
}

.map-leaflet-wrapper,
.map-google-wrapper {
  position: absolute;
}

#map-leaflet,
#map-google {
  width: 100%;
  height: 755px;
  position: absolute;
  z-index: 0;
}

.map-pull-top #map-leaflet,
.map-pull-top #map-google {
  margin-top: -180px;
}

#map-leaflet.full,
#map-google.full {
  display: table;
  height: 100%;
  width: 100%;
}

.map-marker {
  height: 50px;
  width: 50px;
}

.leaflet-div-icon,
.map-marker {
  background-color: black;
  border: 5px solid black;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  z-index: 10;
}

.leaflet-div-icon:before,
.map-marker:before {
  border: 4px solid transparent;
  border-width: 10px 8px;
  border-top-color: black;
  bottom: -24px;
  height: 0;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  z-index: 11;
}

.leaflet-div-icon:after,
.map-marker:after {
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 12;
}

.leaflet-div-icon .fa,
.map-marker .fa {
  color: #000;
  font-size: 23px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 13;
}

.leaflet-div-icon:hover,
.map-marker:hover {
  top: -2px;
}

.map-popup-content-wrapper {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  display: none;
  left: -100px;
  top: -210px !important;
  position: absolute;
  z-index: 9999;
}

.map-popup-content-wrapper:after {
  border: 7px solid transparent;
  border-top-color: #fff;
  bottom: -14px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}

.map-popup-content-wrapper,
.leaflet-popup-content-wrapper {
  border-radius: 0;
  margin: 0;
  padding: 0;
  width: 240px;
}

.map-popup-content,
.leaflet-popup-content {
  background-color: #fff;
  height: 243px;
  margin: 0 0 8px 0;
  padding: 0;
}

.leaflet-popup-tip {
  width: 17px;
  height: 1px;
  padding: 1px;
  margin: -1px auto 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.map-popup-content a:hover,
.leaflet-popup-content a:hover {
  text-decoration: none;
}

.map-popup-content-wrapper .close {
  color: #fff;
  display: block;
  font-size: 12px;
  opacity: 1;
  position: absolute;
  right: 15px;
  top: 15px;
  text-shadow: none;
  z-index: 99999;
}

.listing-window-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 180px;
  position: relative;
}

.listing-window-image:after {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  visibility: hidden;
  z-index: 100;
}

.listing-window-image:before {
  -webkit-font-smoothing: antialiased;
  background-color: black;
  border-radius: 50%;
  color: #fff;
  content: "\f002";
  display: block;
  font-family: "FontAwesome";
  height: 32px;
  left: 50%;
  line-height: 30px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  visibility: hidden;
  width: 32px;
  z-index: 101;
}

.map-popup-content-wrapper:hover .listing-window-image:before,
.map-popup-content-wrapper:hover .listing-window-image:after,
.leaflet-popup-content-wrapper:hover .listing-window-image:before,
.leaflet-popup-content-wrapper:hover .listing-window-image:after {
  opacity: 1;
  visibility: visible;
}

.listing-window-content h2,
.listing-window-content h3 {
  display: block;
  color: #323232;
}

.listing-window-content h2 {
  display: block;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.5;
  margin: 8px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listing-window-content p {
  display: block;
  font-size: 1.1em;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
  margin: 4px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listing-window-content h3 {
  background-color: black;
  border-radius: 12px !important;
  color: #fff;
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  left: 15px;
  margin: 0;
  padding: 4px 8px;
  position: absolute;
  top: 15px;
}

.marker-cluster-small {
  background-color: rgba(39, 74, 187, 0.6);
  color: #fff;
  font-weight: 700;
}

.marker-cluster-small div {
  background-color: rgba(39, 74, 187, 0.6);
  color: #fff;
  font-weight: 700;
}

.marker-cluster-medium {
  background-color: rgba(39, 74, 187, 0.6);
  color: #fff;
  font-weight: 700;
}

.marker-cluster-medium div {
  background-color: rgba(39, 74, 187, 0.6);
  color: #fff;
  font-weight: 700;
}

.marker-cluster-large {
  background-color: rgba(39, 74, 187, 0.6);
  color: #fff;
  font-weight: 700;
}

.marker-cluster-large div {
  background-color: rgba(39, 74, 187, 0.6);
}

/*-----------------------------------*/
/*----- 71. HEADER FILTER ------*/
/*-----------------------------------*/

.filter {
  min-height: 300px;
  background: #cbd8e3;
  padding-bottom: 40px;
}

.filter-header {
  background: #48a0dc;
}

.filter .ui-tabs .ui-tabs-panel {
  padding: 50px 0px 0px 0px;
  background: transparent;
}

.filter .ui-tabs .ui-tabs-nav {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.filter .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  text-align: center;
  font-weight: 700;
  color: white;
  padding: 16px;
  min-width: 100px;
}

.filter .ui-tabs .ui-tabs-nav li.ui-state-active a {
  background: #408dc1;
}

.filter .ui-tabs .ui-tabs-nav li.ui-state-active a:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -9px;
  border-width: 9px 9px 0;
  border-style: solid;
  border-color: #408dc1 transparent;
  display: block;
  width: 0;
  z-index: 1;
}

.filter .ui-tabs .ui-tabs-nav li {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0px;
  background: none;
}

.filter label {
  display: block;
}

.filter label.label-submit {
  visibility: hidden;
  display: inline-block;
}

.filter-item {
  float: left;
  margin-right: 2.6%;
  width: 23%;
}

.filter-item-7 {
  width: 31.6%;
}

.filter-item-7:nth-child(3) {
  margin-right: 0;
}

.filter-item-7:nth-last-child(4) {
  width: 23%;
}

.filter-item-7:nth-last-child(3) {
  width: 23%;
}

.filter-item-7:nth-last-child(2) {
  width: 23%;
}

.filter-item-7:last-child {
  width: 23%;
  margin-right: 0;
}

.noUi-horizontal {
  height: 8px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.09);
  margin-bottom: 53px;
  margin-top: 7px;
}

.filter .noUi-horizontal {
  background: white;
}

.noUi-connect {
  background: #48a0dc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.noUi-horizontal .noUi-handle {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background: white;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

.noUi-horizontal .noUi-handle:before,
.noUi-horizontal .noUi-handle:after {
  content: "";
  display: none;
}

.noUi-horizontal .noUi-tooltip {
  bottom: auto;
  top: 23px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.05);
  border: none;
  padding: 3px 4px;
}

.filter-item .area-filter {
  width: 48.5%;
  float: left;
}

.filter-item .area-filter.filter-1 {
  margin-right: 3% !important;
}

.area-filter:nth-last-child(2) {
  margin-right: 0;
}

.filter-item .button {
  width: 100% !important;
  cursor: pointer;
  color: #fff;
}

.filter-with-slider {
  margin-top: -51px;
  color: white;
  min-height: auto;
  position: relative;
  z-index: 100;
  background: transparent;
}

.filter-with-slider .tabs.ui-widget {
  background: #408dc1;
}

.filter-with-slider .ui-tabs .ui-tabs-panel {
  padding: 20px 20px 0px 20px;
}

.filter-with-slider .filter-item:nth-last-child(2) {
  margin-right: 0;
}

.filter-with-slider label {
  color: white;
}

.filter-with-slider .noUi-horizontal {
  background: rgba(0, 0, 0, 0.13);
}

.filter-with-slider .noUi-connect {
  background: #323746;
}

.filter-with-slider .noUi-horizontal .noUi-tooltip {
  color: white;
}

.filter-with-slider .button {
  background: #323746;
}

/** FILTER GOOGLE MAPS **/

.google-maps .filter {
  padding: 20px;
  margin-top: 40px;
  width: 30%;
  position: relative;
  z-index: 100;
  border-radius: 12px !important;
  background: black;
  float: right;
  color: #fff;
}

#search-icon,
#search-icon2 {
  background: #005aa9 !important;
  border: #005aa9 !important;
}

.google-maps .fa-search {
  margin-right: 0.5rem;
}

h6 {
  font-size: 12px !important;
}

@media screen and (max-width: 768px) {
  .google-maps .filter .filter-toggle {
    display: block;
  }

  .google-maps .filter h6 {
    margin-bottom: 0px;
  }

  .google-maps .filter {
    min-height: auto;
    width: 50%;
    text-align: center;
    padding: 0;
    margin-top: 16px;
    position: relative;
    z-index: 20;
  }

  .google-maps .filter form {
    text-align: left;
    display: none;
    padding: 15px;
    position: absolute;
    width: 100%;
    background: black;
  }

  .google-maps .filter .filter-item {
    width: 100% !important;
  }

  .google-maps .slider_amount {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 575px) {
  .google-maps .filter {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .google-maps .slider_amount {
    font-size: 12px;
  }

  .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 200px;
  }

  .info-box-img {
    width: 100%;
    margin-bottom: 1rem;
  }

  .info-box h4 {
    font-size: 1.2rem;
    text-align: center;
  }

  .info-box p {
    font-size: 12px;
    text-align: center;
  }

  .small {
    font-size: 11px !important;
    text-align: center;
  }
}

.google-maps .filter .filter-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  padding: 20px;
  color: white;
  font-weight: 700;
}

.google-maps .filter-item {
  width: 100%;
  float: none;
}

.google-maps .filter-item:nth-last-child(2) input {
  margin-bottom: 0px;
}

.google-maps .filter-item label {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
  color: white;
}

.google-maps .filter-half {
  width: 48.5%;
  margin-right: 3%;
  float: left;
}

.google-maps .filter-half-last {
  margin-right: 0;
}

.google-maps .noUi-connect {
  background: #323746;
}

.google-maps .noUi-horizontal .noUi-tooltip {
  color: white;
}

.google-maps .filter .button {
  background: #121b22;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.google-maps .filter .button:hover {
  background: #fff;
  color: #000;
}

/** FORM ELEMENTS **/

.google-maps input,
.google-maps textarea,
.google-maps select {
  width: 100%;
  height: auto;
  padding: 9px;
  margin-bottom: 20px;
  border-radius: 12px !important;
  border: none;
  font-weight: 400;
  color: #000;
  font-family: "Inter", sans-serif !important;
  background: white;
}

input[type="file"] {
  background: white;
  border: none;
  padding: 5px 0px 5px 0px;
  width: auto;
  display: inline-block;
}

.chosen-container {
  margin-bottom: 20px;
  width: 100% !important;
}

.chosen-container.chosen-with-drop .chosen-single {
  border: none;
  background: white;
}

.chosen-container .chosen-single {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 12px !important;
  background: white;
  height: 39px;
  line-height: 39px;
  font-size: 12px;
}

.chosen-container .chosen-single div {
  top: 8px;
  right: 6px;
}

.chosen-container .chosen-drop {
  border: none;
}

.chosen-container .chosen-search {
  padding: 10px;
}

.chosen-container .chosen-results {
  padding: 0px 10px 10px 10px;
}

.chosen-container .chosen-results li.highlighted {
  background: #48a0dc;
  border-radius: 12px !important;
}

input[type="checkbox"] {
  width: auto;
  margin-right: 5px;
}

textarea {
  height: 130px;
}

input.border,
select.border,
textarea.border,
.form-block.border .chosen-container .chosen-single,
.form-block.border .chosen-container .chosen-drop {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.form-block.border .chosen-container .chosen-results {
  padding-top: 10px;
}

.form-block label {
  display: block;
}

.form-block label .error {
  color: #005aa9;
  font-size: 12px;
  margin-left: 10px;
}

.search-form {
  position: relative;
}

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

.search-form button[type="submit"] {
  border: none;
  background: none;
  position: absolute;
  right: 9px;
  top: 6px;
  color: black;
}

.button.small {
  padding: 6px 23px 6px 23px;
  font-size: 12px;
  color: #fff;
  background: black;
  display: inline-block;
  width: auto;
  border: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.button.small:hover {
  background: #121b22;
}

/*-----------------------------------*/
/*------ 72. UI ELEMENT ------*/
/*-----------------------------------*/
/** Accordions **/

section.ui-element {
  padding: 6rem 0;
}

h5.uppercase {
  margin-right: -2px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb70 {
  margin-bottom: 70px;
}

.uppercase {
  font-weight: 400;
  text-transform: uppercase;
}

.accordion .title {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.accordion .content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li.active .content {
  max-height: 400px;
}

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

.accordion-1 li {
  margin-bottom: 10px;
}

.accordion-1 li:last-child {
  margin-bottom: 0;
}

.accordion-1 .title {
  background: #f5f5f5;
  padding: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bg-secondary .accordion-1 .title {
  background: #e8e8e8;
}

.bg-secondary .accordion-1 .title:hover {
  background: #005aa9;
}

.accordion-1 .title span {
  font-size: 12px;
  width: 90%;
}

.accordion-1 .active .title {
  background: #005aa9;
  color: #fff;
}

.accordion-1 .content {
  border: 1px solid #e8e8e8;
  border-top: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.accordion-1 .content p {
  padding: 13px;
}

.accordion-1 .active .content {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}

.accordion-1 .title:hover {
  background: #e8e8e8;
}

.accordion-1 .active .title:hover {
  background: #005aa9;
}

ul {
  margin-bottom: 8px;
  margin-top: 0;
  padding: 0;
  list-style: none;
}

/** Accordions **/
/** Tabs **/

.tabs {
  overflow: hidden;
}

.tabs li {
  display: inline-block;
  cursor: pointer;
}

.button-tabs .tabs {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  background: #e8e8e8;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 5px !important;
  border-radius: 12px !important;
}

.button-tabs .tabs > li {
  margin-bottom: 0px;
  float: left;
}

.button-tabs .tabs > li:last-child {
  margin-right: 0;
}

.button-tabs .tab-title {
  padding: 10px;
  display: inline-block;
  text-align: center;
  width: auto;
  background: #e8e8e8;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bg-secondary .button-tabs .tab-title {
  background: #e8e8e8;
}

.button-tabs .tab-title span {
  font-size: 12px;
  color: black;
  font-weight: 600;
}

.button-tabs .active .tab-title {
  background: black;
  color: #fff !important;
}

.seller-profile .seller-info-container {
  display: grid;
  grid-template-columns: repeat(4, 4fr);
  grid-row-gap: 20px;
  grid-column-gap: 18px;
  margin-bottom: 20px;
}

.seller-profile .seller-info-container__wrapper {
  background: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0511637);
  height: 108px;
  padding: 20px;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
}

.seller-profile .seller-info-container__wrapper:last-child {
  margin-right: 0;
}

.seller-profile .seller-info-container__wrapper__img {
  width: 68px;
  height: 68px;
  margin-right: 15px;
  background: #fff0e4;
  border-radius: 100px;
}

.seller-profile .seller-info-container__wrapper__text-container {
  display: flex;
  flex-direction: column;
}

.seller-profile .seller-info-container__wrapper__text-container__title {
  font-family: source_sans_proregular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #333;
  margin-bottom: 8px;
}

.seller-profile .seller-info-container__wrapper__text-container__value {
  font-family: source_sans_proregular, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #333;
}

.button-tabs .active .tab-title span {
  color: #fff !important;
}

.button-tabs .active .tab-title:hover {
  background: black;
}

.button-tabs.vertical {
  overflow: hidden;
}

.button-tabs.vertical > .tabs {
  max-width: 30%;
  float: left;
}

.button-tabs.vertical > .content {
  padding-left: 3%;
  max-width: 70%;
  float: right;
}

.mm-listview li a {
  display: flex !important;
  align-items: center;
  width: 100%;
}

@media all and (max-width: 767px) {
  .button-tabs .tabs li {
    white-space: nowrap;
  }
}

.tabbed-content .content > li {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
}

.tabbed-content .content .active {
  opacity: 1;
  visibility: visible;
  display: block;
}

.text-tabs .tabs {
  padding-bottom: 16px;
  border-bottom: 1px solid #e8e8e8;
  overflow: visible;
}

.text-tabs.no-border .tabs {
  border-bottom: none;
}

.text-tabs .tab-title {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 24px;
  opacity: 0.5;
  position: relative;
}

.text-tabs .tab-title span {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;

  font-weight: 700;
}

.text-tabs .tab-title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #47b475;
  bottom: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: -17px;
  left: 0;
}

.text-tabs .active .tab-title {
  opacity: 1;
  color: #47b475;
}

.bg-primary .text-tabs .tab-title:after {
  background: #b3e1c6;
}

.text-tabs .active .tab-title:after {
  opacity: 1;
}

.text-tabs .tab-title:hover {
  opacity: 1;
}

@media all and (max-width: 767px) {
  .text-tabs .tabs {
    padding-bottom: 0;
  }

  .text-tabs .tabs li {
    width: 49%;
    margin-bottom: 15px;
  }

  .text-tabs .tab-title:after {
    display: none;
  }

  .text-tabs:not(.text-center) .tabs li:first-child .tab-title {
    padding-left: 24px;
  }
}

/** Tabs **/
/** Table **/

table.basic-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  margin-bottom: 15px;
}

table.basic-table th {
  background-color: #66676b;
  text-align: left;
  color: #fff;
  vertical-align: top;
  font-weight: 500;
}

table.basic-table th:first-child {
  border-radius: 4px 0 0 4px;
}

table.basic-table th:last-child {
  border-radius: 0 4px 4px 0;
}

table.basic-table th,
table.basic-table td {
  padding: 15px 28px;
}

table.basic-table tr:nth-child(odd) {
  background-color: #f6f6f6;
}

table.basic-table {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  table.basic-table {
    border: 0;
  }

  table.basic-table th {
    display: none;
  }

  table.basic-table tr {
    display: block;
    margin-bottom: 0;
  }

  table.basic-table td {
    border-bottom: 1px solid #e8e8e8;
    display: block;
    font-size: 12px;
    text-align: right;
  }

  table.basic-table td:before {
    content: attr(data-label);
    float: left;
    font-weight: 600;
  }

  table.basic-table td:last-child {
    border-bottom: 0;
  }
}

/** Table **/
/** Notifications **/

.notification p {
  color: black;
  margin: 0;
  font-size: 12px;
}

#result .success,
.notification.success {
  background-color: #31c77f;
}

#result .success,
.notification.success,
.notification.success a,
.notification.success strong {
  color: #31c77f;
}

.notification.error {
  background-color: #e72660;
}

.notification.error,
.notification.error a,
.notification.error strong {
  color: #e72660;
}

.notification.warning {
  background-color: #f19711;
}

.notification.warning,
.notification.warning a,
.notification.warning strong {
  color: #f19711;
}

.notification.notice h4 {
  font-size: 19px;
  margin: 3px 0 15px;
}

.notification.notice h4,
.notification.notice,
.notification.notice a,
.notification.notice strong {
  color: #17a2b8;
}

.notification.notice {
  background-color: #17a2b8;
}

.notification.success .close,
.notification.error .close,
.notification.warning .close,
.notification.notice .close {
  padding: 0 9px;
  position: absolute;
  color: #fff;
  right: 0;
  top: 22px;
  display: block;
  height: 8px;
  width: 8px;
  cursor: pointer;
}

.notification.notice p span i {
  font-weight: 500;
}

.notification a.button {
  float: right;
  color: #fff;
  margin-top: 3px;
}

.notification.notice a.button {
  background-color: #388fc5;
}

.notification.warning a.button {
  background-color: #dfbe51;
}

.notification.error a.button {
  background-color: #e72660;
}

.notification.success a.button {
  background-color: #79ba38;
}

.notification.closeable a.close:before {
  content: "\f00d";
  font-family: fontawesome;
  position: absolute;
  color: #fff;
  right: 25px;
  top: 0;
  cursor: pointer;
}

.close {
  opacity: 0.7;
}

/** Notifications **/
/** Buttons **/

.group-20 > * {
  margin-top: 0;
  margin-bottom: 1.25rem;
  margin-left: 1.25rem;
}

.ui-buttons .btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid transparent;
  font-weight: 700;
  -webkit-box-shadow: 10px 15px 18px rgba(23, 23, 36, 0.15);
  box-shadow: 10px 15px 18px rgba(23, 23, 36, 0.15);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0.6875rem 1.75rem;
  font-size: 1.0625rem;
  line-height: 1.47;
  border-radius: 0;
}

.ui-buttons .btn-primary {
  color: #fff;
  border-color: #31c77f;
  background-color: #31c77f;
}

.ui-buttons .btn-primary:hover {
  color: #fff;
  border-color: #2ca46d;
  background-color: #2ca46d;
}

.ui-buttons .btn-secondary {
  color: #fff;
  border-color: #6b39bd;
  background-color: #6b39bd;
}

.ui-buttons .btn-secondary:hover {
  color: #fff;
  border-color: #5a329e;
  background-color: #5a329e;
}

.ui-buttons .btn-warning {
  color: #fff;
  border-color: #f19711;
  background-color: #f19711;
}

.ui-buttons .btn-warning:hover {
  color: #fff;
  border-color: #c57d15;
  background-color: #c57d15;
}

.ui-buttons .btn-danger {
  color: #fff;
  border-color: #e72660;
  background-color: #e72660;
}

.ui-buttons .btn-danger:hover {
  color: #fff;
  border-color: #bd2354;
  background-color: #bd2354;
}

.ui-buttons .btn-dark {
  color: #fff;
  border-color: #171724;
  background-color: #171724;
}

.ui-buttons .btn-dark:hover {
  color: #fff;
  border-color: #44444e;
  background-color: #44444e;
}

.ui-buttons .btn-primary.btn-outline {
  color: #31c77f;
  border-color: #31c77f;
  background-color: transparent;
}

.ui-buttons .btn-primary.btn-outline:hover {
  color: #fff;
  background-color: #31c77f;
}

.ui-buttons .link.link-secondary {
  color: #6b39bd;
}

.ui-buttons .link {
  position: relative;
  display: inline-block;
  border: none;
  font-size: 20px;
  cursor: pointer;
  font-weight: 500;
  background: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  color: inherit;
}

.ui-buttons .link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  border-bottom: 2px solid;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
}

.ui-buttons .link:hover {
  color: #5a329e;
}

.ui-buttons .link:hover::before {
  width: 100%;
  opacity: 1;
}

.ui-buttons h4.effect {
  font-family: "Inter", sans-serif !important;
  font-size: 12px;
  color: #444;
  font-weight: 400;
}

.ui-buttons .btn-anis {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  overflow: hidden;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.ui-buttons .btn-anis::before,
.btn-anis::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: -1;
  padding: 10px;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: 0s;
  transition: 0s;
  will-change: transform;
}

.ui-buttons .btn-anis::before {
  left: -30%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ui-buttons .btn-anis::after {
  right: -30%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.ui-buttons .btn-anis:hover {
  -webkit-transition: all 0.25s, border-color 0.3s 0.5s,
    background-color 0.3s 0.5s;
  transition: all 0.25s, border-color 0.3s 0.5s, background-color 0.3s 0.5s;
}

.ui-buttons .btn-anis:hover::before,
.btn-anis:hover::after {
  padding: 50%;
  opacity: 0;
  -webkit-transition: left 0.4s, right 0.4s, padding 0.3s 0.5s,
    opacity 0.05s 0.75s;
  transition: left 0.4s, right 0.4s, padding 0.3s 0.5s, opacity 0.05s 0.75s;
}

.ui-buttons .btn-anis:hover::before {
  left: 50%;
}

.ui-buttons .btn-anis:hover::after {
  right: 50%;
}

.ui-buttons .btn-anis.btn-outline:hover {
  -webkit-transition: all 0.25s, background-color 0.1s 0.7s, color 0.3s 0.5s;
  transition: all 0.25s, background-color 0.1s 0.7s, color 0.3s 0.5s;
}

.ui-buttons .btn-primary.btn-anis::before,
.ui-buttons .btn-primary.btn-anis::after {
  background-color: #2ca46d;
}

.ui-buttons .btn-primary.btn-anis.btn-outline::before,
.ui-buttons .btn-primary.btn-anis.btn-outline::after {
  background-color: #31c77f;
}

.ui-buttons .btn-secondary.btn-anis::before,
.ui-buttons .btn-secondary.btn-anis::after {
  background-color: #5a329e;
}

.ui-buttons .btn-secondary.btn-anis.btn-outline::before,
.ui-buttons .btn-secondary.btn-anis.btn-outline::after {
  background-color: #6b39bd;
}

.ui-buttons .btn-success.btn-anis::before,
.ui-buttons .btn-success.btn-anis::after {
  background-color: #649922;
}

.ui-buttons .btn-success.btn-anis.btn-outline::before,
.ui-buttons .btn-success.btn-anis.btn-outline::after {
  background-color: #77ba21;
}

.ui-buttons .btn-info.btn-anis::before,
.ui-buttons .btn-info.btn-anis::after {
  background-color: #1475be;
}

.ui-buttons .btn-info.btn-anis.btn-outline::before,
.ui-buttons .btn-info.btn-anis.btn-outline::after {
  background-color: #138ce4;
}

.ui-buttons .btn-warning.btn-anis::before,
.ui-buttons .btn-warning.btn-anis::after {
  background-color: #c57d15;
}

.ui-buttons .btn-warning.btn-anis.btn-outline::before,
.ui-buttons .btn-warning.btn-anis.btn-outline::after {
  background-color: #f19711;
}

.ui-buttons .btn-danger.btn-anis::before,
.ui-buttons .btn-danger.btn-anis::after {
  background-color: #bd2354;
}

.ui-buttons .btn-danger.btn-anis.btn-outline::before,
.ui-buttons .btn-danger.btn-anis.btn-outline::after {
  background-color: #e72660;
}

.ui-buttons .btn-light.btn-anis::before,
.ui-buttons .btn-light.btn-anis::after {
  background-color: #cacacd;
}

.ui-buttons .btn-light.btn-anis.btn-outline::before,
.ui-buttons .btn-light.btn-anis.btn-outline::after {
  background-color: #f7f7f7;
}

.ui-buttons .btn-dark.btn-anis::before,
.ui-buttons .btn-dark.btn-anis::after {
  background-color: #44444e;
}

.ui-buttons .btn-dark.btn-anis.btn-outline::before,
.ui-buttons .btn-dark.btn-anis.btn-outline::after {
  background-color: #171724;
}

.ui-buttons .btn-secondary.btn-outline {
  color: #6b39bd;
  border-color: #6b39bd;
  background-color: transparent;
}

.ui-buttons .btn-secondary.btn-outline:hover {
  color: #fff;
  background-color: #6b39bd;
}

.ui-buttons .btn-warning.btn-outline {
  color: #f19711;
  border-color: #f19711;
  background-color: transparent;
}

.ui-buttons .btn-warning.btn-outline:hover {
  color: #fff;
  background-color: #f19711;
}

.ui-buttons .btn-danger.btn-outline {
  color: #e72660;
  border-color: #e72660;
  background-color: transparent;
}

.ui-buttons .btn-danger.btn-outline:hover {
  color: #fff;
  background-color: #e72660;
}

.ui-buttons .btn-dark.btn-outline {
  color: #171724;
  border-color: #171724;
  background-color: transparent;
}

.ui-buttons .btn-dark.btn-outline:hover {
  color: #fff;
  background-color: #171724;
}

.ui-buttons .btn .fas {
  font-size: 1em;
  margin: 0 0.47058em;
}

.ui-buttons .btn-lg,
.ui-buttons .btn-group-lg > .btn {
  padding: 1rem 2.5rem;
  font-size: 1.0625rem;
  line-height: 1.47;
  border-radius: 0 !important;
}

.btn-group-lg > .btn,
.btn-lg {
  border-radius: 12px !important;
}

.ui-buttons .btn-sm,
.ui-buttons .btn-group-sm > .btn {
  padding: 0.375rem 1rem;
  font-size: 1.0625rem;
  line-height: 1.47;
  border-radius: 0;
}

.ui-buttons .link .fas {
  color: #31c77f;
}

section.headings-2 {
  padding: 6rem 0 6.5rem 0;
}

/** Buttons **/
/** Form Elements **/

textarea {
  width: 100%;
  border: none;
  background: #f5f5f5;
  margin-bottom: 24px;
  border-radius: 0;
  padding: 16px 20px;
}

/* ProjectTable.css */

.project-table {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.project-table-header {
  display: none;
  /* Mobil için header'ı gizliyoruz, kartlarda gösterilecektir */
}

.project-table-body {
  display: flex;
  flex-direction: column;
}

.project-table-card {
  border: 1px solid #e8e8e8 !important;
  padding: 15px 30px !important;
  background: #fff;
  margin-top: 10px;
  border-radius: 12px;
  position: relative;
}

.project-table-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.project-table-card-id {
  font-weight: bold;
}

.project-table-card-actions {
  cursor: pointer;
}

.project-table-card-image {
  max-width: 100%;
  max-height: 100px;
  object-fit: cover;
  border-radius: 12px !important;
}

.project-table-card-info {
  margin-top: 10px;
  width: 100%;
}

.project-table-card-title {
  font-weight: bold;
}

.project-table-card-location {
  color: #555;
}

.project-table-card-stats {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.project-table-card-stats div {
  margin-bottom: 5px;
  width: 50%;
}

@media (min-width: 768px) {
  .project-table-header {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    font-weight: bold;
  }

  .project-table-body {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }

  .project-table-card {
    display: contents;
  }

  .project-table-card-header {
    display: none;
    /* Desktop için kart başlığını gizleyebiliriz */
  }

  .project-table-card-info,
  .project-table-card-stats {
    display: contents;
    /* Mobilde gizlediğimiz bilgileri desktop'ta gösterebiliriz */
  }
}

select {
  height: 50px;
  background: #f5f5f5;
  width: 100%;
  border-radius: 12px;
  border: none;
  outline: none;
  padding-left: 20px;
  position: relative;
  font-size: 12px;

  color: #777;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.select-option {
  position: relative;
  cursor: pointer;
  height: 50px;
  overflow: hidden;
  margin-bottom: 24px;
}

.mb24 {
  margin-bottom: 24px;
}

.checkbox-option,
.radio-option {
  display: inline-block;
  width: 50px;
  height: 25px;
  border-radius: 25px;
  border: 1px solid #47b475;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 24px;
}

.pull-right {
  float: right !important;
}

.checkbox-option .inner,
.radio-option .inner {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #47b475;
  position: relative;
  top: 2px;
  left: 2px;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.checkbox-option input {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

h4 {
  font-family: "Inter", sans-serif !important;
  font-size: 10px;
  color: #444;
  font-weight: 400;
}

.radio-option {
  width: 25px;
  height: 25px;
  text-align: left;
}

.radio-option.checked .inner {
  background: #47b475;
}

.radio-option input {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.the-check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.radio-option + span {
  font-size: 12px;
  top: 0;
}

.radio-option .inner {
  border: none;
  width: 19px;
  height: 19px;
  left: 2px;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.checkbox-option.checked .inner {
  -webkit-transform: translate3d(25px, 0, 0);
  transform: translate3d(25px, 0, 0);
  background: #47b475;
}

.radio-option.checked .inner {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.form-elemts input[type="submit"],
.form-elemts button[type="submit"] {
  height: 50px;
  line-height: 48px;
  border: 2px solid #47b475;
  background: #47b475;
  color: #fff;
  width: 100%;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;

  border-radius: 0 !important;
}

/** Form Elements **/
/** Progress Bars **/

.skills {
  padding-top: 17px;
}

.skills h4 {
  font-weight: 600;
}

.skills h4::after {
  display: block;
  height: 3px;

  background-color: #e72660;
  content: " ";
  width: 50px;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.barfiller {
  width: 95%;
  height: 13px;
  background: #0f1341;
  border: none;
  position: relative;
  margin-bottom: 2rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.barfiller:last-child {
  margin-bottom: 0px;
}

.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  background: #e72660 !important;
  z-index: 1;
}

.barfiller .tipWrap {
  display: none;
}

.barfiller .tip {
  margin-top: -30px;
  padding: 2px 4px;
  font-size: 12px;
  color: #fff;
  left: 0px;
  position: absolute;
  z-index: 2;
  background: #0f1341;
}

.barfiller .tip:after {
  border: solid;
  border-color: rgba(0, 0, 0, 0.8) transparent;
  border-width: 6px 6px 0 6px;
  content: "";
  display: block;
  position: absolute;
  left: 9px;
  top: 100%;
  z-index: 9;
}

@media screen and (max-width: 991px) {
  .sks {
    padding-top: 5rem;
  }

  .skills .bar2 {
    margin-top: 1.5rem;
  }
}

.skills .skil1 ul li {
  list-style: none;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.skills .skil1 .fa {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #666;
  text-align: center;
}

.skills .skil1 li:last-child {
  text-align: center;
  font-size: 12px;
}

.skills h3 {
  font-size: 12px;
}

@media screen and (max-width: 400px) {
  .skills h3 {
    font-size: 0.9rem;
  }
}

.skills .sk1 {
  padding-bottom: 6.5rem;
}

.skil1 ul,
.skil1 h3 {
  margin-bottom: 0px;
}

/** Progress Bars **/
/** CountDowns **/

.countdown-boxed .countdown-block {
  padding: 0 10px;
}

.countdown-boxed .countdown-wrap {
  border-radius: 0;
  -webkit-box-shadow: 5px 8px 28px rgba(23, 23, 36, 0.1);
  box-shadow: 5px 8px 28px rgba(23, 23, 36, 0.1);
}

.countdown-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.countdown-boxed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin: 0 -15px;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 768px) {
  .countdown-boxed .countdown-counter {
    min-width: 100px;
    font-size: 32.4px;
  }
}

.countdown-boxed .countdown-counter {
  min-width: 80px;
  padding: 15px 10px;
  font-size: 32.4px;
  line-height: 1;
  color: #fff;
  background-color: #6b39bd;
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
}

.countdown-boxed .countdown-title {
  padding: 5px;
  font-size: 1.0625rem;
  font-weight: 400;
  color: #171724;
  text-transform: uppercase;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.slider_amount {
  color: #000;
  font-weight: 400;
}

.ui-widget.ui-widget-content {
  background: #e72660;
  width: 440px;
}

.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-top: 2rem;
  font-size: 12px;
  cursor: pointer;
  background: #e72660;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  padding: 12px 22px;
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hvr-bounce-to-right:hover {
  background: #0f1341;
}

.main-search-field-2 input[type="text"] {
  background: #fff;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: left;
}

.first-footer .bloq-email .email input[type="submit"] {
  line-height: inherit;
}

@media screen and (max-width: 991px) {
  .ui-widget.ui-widget-content {
    width: 340px;
  }
}

@media screen and (max-width: 767px) {
  .theskills {
    margin: 70px 0;
  }

  .ui-widget.ui-widget-content {
    width: 440px;
  }
}

@media screen and (max-width: 575px) {
  .theskills {
    margin: 70px 0;
  }

  .ui-widget.ui-widget-content {
    width: 340px;
  }
}

/** CountDowns **/
/*-----------------------------------*/
/*------ 73. PAGE SHOP ------*/
/*-----------------------------------*/

.shop section.blog-section {
  background: #f5f7fb;
}

.shop .blog .blog-info {
  padding: 20px 25px;
  background: #fff;
  height: 217px;
}

.shop .blog .blog-pots h3 {
  font-size: 12px;
  margin: 0;
}

.shop .product-old-price {
  color: #858585;
  text-decoration: line-through;
  margin-top: 10px;
  margin-bottom: 0px;
  line-height: 22px;
}

.shop .starts {
  margin: 0px;
}

.shop .starts li {
  margin-bottom: 0px;
}

.shop p.recent-price {
  color: #fe4f4f;

  margin-bottom: 30px;
}

.shop .btn1 {
  background: #fe4f4f;
  border: 1px solid #fe4f4f;
  border-radius: 12px !important;
  text-shadow: none;
  text-decoration: none;
  padding: 15px;
  border-right: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border: 1px solid #e8e8e8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop .btn1:hover {
  background: #fff;
  color: #fe4f4f;
  border: 1px solid #fe4f4f;
}

.shop .fa-shopping-cart {
  margin-right: 0.5rem;
}

.shop .blog-section .news-item {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.single-p-info.shop h2 {
  font-weight: 600;
  text-transform: capitalize;
}

.checkout section.payment-method {
  padding: 6rem 0 !important;
}

[data-animate] {
  opacity: 0;
}

[data-animate].animated {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .sin-1 .thumax-2 {
    margin-bottom: 30px;
  }

  .single-p-info h2 {
    margin-top: 20px;
  }
}

/*-----------------------------------*/
/*------ 74. MEDIAS QUERIES ------*/
/*-----------------------------------*/

@media screen and (min-width: 992px) {
  .search-button {
    margin-left: 4rem;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  #bloq-search {
    position: absolute;
    width: 20rem;
    right: 17.5rem;
    top: 2.5rem;
    z-index: 99999;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

@media screen and (max-width: 768px) {
  .main-search-field h3 {
    font-size: 1.5rem;
  }

  .portfolio .port-item img {
    width: 100%;
  }

  .team .team-pro img {
    width: 100%;
  }

  .team .team-pro {
    padding-right: 1.1rem;
    padding-left: 1.1rem;
  }

  .agents .admin.company img {
    width: 30%;
    height: 30%;
  }

  .agents .admin.company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .second-footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .second-footer .container h3 {
    margin-bottom: 0.8rem;
  }

  .box.bg-3.hed-3 {
    padding-top: 0px;
  }

  .inner-pages .commented img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
  }

  .inner-pages .offices h2 {
    margin-top: 4rem;
  }

  .inner-pages .box.bg-3.mt-5 {
    padding-top: 0px;
  }

  .parallax-search .welcome-text h1 {
    font-size: 30px;
  }

  .agents-grid {
    margin-right: 0px;
  }

  .inner-pages .blog-section .news-item-descr.big-news.details {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 1024px) {
  .header-top .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .top-info {
    margin-bottom: 1rem;
  }

  #navigation {
    margin-left: 0px;
  }

  .rld-main-search .rld-single-input,
  .rld-main-search .rld-single-select .single-select {
    margin-bottom: 15px !important;
  }

  .testimonials .test-1 p::before {
    left: 170px;
  }
}

@media screen and (max-width: 992px) {
  h3 {
    font-size: 13px;
  }

  .headings .text-heading p {
    font-size: 12px;
  }

  .text-header-title {
    margin-top: 20px;
  }

  .header-top .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .top-info {
    margin-bottom: 1rem;
  }

  .who-we-are .who img {
    height: 415px;
  }

  .blog .blog-pots h3 {
    font-size: 12px;
  }

  .team .team-info .artl {
    padding-bottom: 1.3rem;
  }

  .testimonials .test-1 p::before {
    left: 120px;
  }
}

@media screen and (max-width: 576px) {
  body {
    font-size: 12px;
  }

  h1 {
    font-size: 1.6rem;
  }

  .section-title h3 {
    font-size: 12px;
  }

  .section-title h2 {
    font-size: 12px;
  }

  .who-we-are .who img {
    height: 300px;
  }

  .counterup .countr p {
    font-size: 26px;
  }

  .testimonials .test-1 p {
    padding: 0px 1rem;
  }

  .team .team-pro {
    padding-right: 0;
    padding-left: 0;
  }

  .banner-inner h1 {
    font-size: 28px;
    line-height: 37px;
  }

  .banner-inner .sub-title {
    font-size: 17px;
  }

  .inner-pages .services {
    margin: 0px;
  }

  .inner-pages article.faq h2 {
    font-size: 1.4rem;
  }

  .inner-pages .panel .panel-heading a {
    font-size: 12px;
  }

  .first-footer h2 {
    margin-top: 2rem;
  }

  .inner-pages .blog .sorting-options h5 {
    font-size: 1.2rem;
    margin-top: 0px;
  }

  .inner-pages .blog .block-heading .sorting-options {
    margin-top: 0px;
  }

  .inner-pages .blog .sorting-options h6 {
    font-size: 0.95rem;
  }

  .inner-pages .blog .homes-content.details-2 span {
    font-size: 0.9rem;
  }

  .inner-pages .headings h2 a,
  .inner-pages .headings h2 {
    font-size: 12px;
  }

  .inner-pages .contact-us .offices {
    margin-top: 2rem;
  }

  .headings-7 .text-heading p.sorry {
    font-size: 12px;
  }

  .font-36 {
    font-size: 26px;
  }
}

.home-top-banner {
  top: 0;
  text-align: center;
  z-index: 100;
}

.home-top-banner img {
  margin: 0 auto;
  max-width: 100%;
  height: 50px;
  object-fit: cover;
}

.info-banner-button:hover {
  color: white !important;
}

@media (max-width: 768px) {
  .homeTopBanner {
    display: none !important;
  }

  .infoDiv {
    display: flex;
    justify-content: start;
    align-items: center;
  }
}

.view-all-projects-btn {
  font-size: 12px;
  font-weight: 600;
  color: #005aa9;
  padding: 5px 10px;
  border: 1px solid #005aa9;
  background-color: transparent;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.view-all-projects-btn.view-details-btn {
  background: #005aa9 !important;
  color: #fff !important;
  border: 1px solid #005aa9 !important;
  width: 100%;
}

.view-all-projects-btn.btn-sm {
  font-weight: 600;
  padding: 3px;
  font-size: 11px;
  margin-left: 5px;
}

.view-all-projects-btn:hover {
  background-color: #005aa9;
  color: #fff;
}

.portfolio .project-head span {
  text-align: center;
  color: #333;
  border: solid 1px #f0f0f0;
  font-size: 12px;
  display: flex;
  transition: all ease 0.2s;
  /* line-height: 14px; */
  font-weight: 600;
  /* width: 80px;*/
}

.rightNavTextUp {
  font-size: 12px !important;
  color: #121926 !important;
  font-weight: 600 !important;
}
.rightNavText {
  font-size: 10px !important;
  font-weight: 400 !important;
  color: #121926 !important;
}

.new-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  white-space: nowrap;
  box-sizing: border-box;
  color: #fff;
  background: #dc2e2e;
  border-radius: 32px;
  margin-left: 7px;
  height: 20px;
  width: 40px;
  text-transform: initial !important;
}

.special-button-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.special-button-content button {
  padding: 10px 0px;
  border-radius: 12px;
  border: none;
  font-size: 12px;
  font-weight: 600;
}

.special-button-content button:hover {
  background-color: black !important;
  color: white !important;
  transition: 0.5s;
}

.special-button-content button:active {
  background-color: black !important;
  color: white !important;
}

.loginItems {
  padding-bottom: 50px;
  padding-top: 50px;
}

.loginItems .button:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}

.loginItems .button .img {
  padding-right: 1rem;
}

.loginItems .button p {
  font-weight: bolder;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.loginItems .img {
  max-width: 40px;
  max-height: 40px;
}

.loginItems .submitForm {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  margin-top: -1rem !important;
}

.form-check-inline input[type="checkbox"] {
  margin-block: 0px !important;
}

@media (max-width: 600px) {
  .loginSection {
    padding: 0px !important;
  }
}

.social-account-login-buttons .social-login-button .social-login-icon {
  margin-right: 15px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 12px !important;
}

.social-account-login-buttons .social-login-button {
  background-color: #fff;
  display: flex;
  font-size: 12px;
  width: 48%;
  border-radius: 12px !important;
  border: solid 1px #e8e8e8;
  padding: 8px 10px;
  align-items: flex-start;
  align-self: flex-start;
  line-height: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-right: 20px;
}

.forgot-password a {
  text-decoration: underline;
  color: inherit;
  margin-top: 15px;
  font-size: 12px;
  text-align: end;
}

.social-account-login-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.loginItems #next {
  background-color: #446cb2;
  color: white;
  border: 1px black solid;
  border-radius: 24px;
  padding: 0.5rem 4rem;
}

.loginItems #next:hover {
  cursor: pointer;
}

.loginItems #forgot {
  background-color: white;
  border: 1px gray solid;
  border-radius: 24px;
  padding: 0.5rem 4rem;
}

.loginItems #forgot:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}

.login-tabs {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

.custom-control-label {
  color: black;
  margin-top: 15px;
  line-height: 13px;
  font-size: 12px;
}

.user-type-selection {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-inline: 20px;
}

.user-type-selection label {
}

.button-group {
  display: flex;
}

.user-type-button {
  flex: 1;
  padding: 5px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
  transition: background-color 0.3s;
  border-radius: 30px !important;
  margin-right: 8px;
}

.user-type-button:focus {
  outline: none !important;
}

.user-type-button:hover {
  background-color: #e0e0e0;
}

.user-type-button.active {
  background-color: transparent;
  color: white;
  border-color: #005aa9;
  background-color: #005aa9;
}

.login-tabs li a.active {
  background: white !important;
  border-color: white !important;
}

.login-tabs li a:hover,
.login-tabs li:hover {
  border-color: transparent !important;
  background: white !important;
}

.login-tabs li {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

.ps-ratings {
  margin-top: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-font-smoothing: antialiased;
}

.ps-ratings__stars {
  display: flex;
  align-items: center;
}

.ps-ratings__stars .star-w {
  scale: 1.25;
  margin-right: 6px;
}

.ps-ratings__stars .ratings {
  margin-top: 3px;
}

.ps-ratings__average {
  height: 20px;
  color: #999;
  line-height: 10px;
  font-size: 10px;
  font-weight: 600;
}

.ps-ratings__count-text {
  color: #333;
  line-height: 20px;
  margin-left: 5px;
  font-size: 24px;
  margin-right: 4px;
  font-weight: 600;
}

.ps-ratings__divider {
  margin-right: 5px;
  margin-left: 5px;
}

.ps-ratings__counts {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  color: #333;
}

.login-tabs li a h3 {
  margin-top: 10px;
  font-size: 12px;
  width: 100%;
}

.loginItems #signup {
  color: gray;
  font-weight: 600;
  font-size: 12px;
}

.loginItems #signup a {
  color: #1d9bf0;
  text-decoration: none;
}

.password-div {
  position: relative;
}

.field-icon {
  position: absolute;
  top: 41px;
  right: 16px;
  font-size: 15px;
}

.loginItems .login-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.loginItems .login-content {
  background: #fff;
  width: 100%;
}

.loginItems .login-container-inst {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;

  border: 1px solid #e8e8e8;
  border-radius: 12px;
}

.sude .breadcrumb-nav ul {
  text-decoration: none !important;
  list-style: none;
  display: flex;
}

.sude .breadcrumb-nav ul li {
  margin-right: 10px;
  font-size: 12px;
}

.sude .breadcrumb-nav ul li a {
  text-decoration: none !important;
  color: black;
}

.sude
  .odeme-section
  .odeme-info
  .bill-info-left
  form
  .form-group
  .form-control {
  background-color: rgb(247, 246, 246);
  border-radius: 2px !important;
}

.sude
  .odeme-section
  .odeme-info
  .bill-info-right
  form
  .form-group
  .form-control {
  background-color: rgb(247, 246, 246);
  border-radius: 2px !important;
}

.sude .odeme-section .odeme-method button {
  background-color: rgb(247, 246, 246);
  border-radius: 2px !important;
  border: 1px solid rgb(204, 204, 204);
  color: black;
  justify-content: space-between;
}

.sude .sudespecialbuttonsd::hover {
  background-color: #005aa9 !important;
}

.sude .special-div {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 35%,
    rgba(237, 237, 237, 1) 100%
  );
  border: 1px solid rgba(237, 237, 237, 1);
}

.sude .content-sec .content-sec-box .special-div-left {
  height: 250px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 35%,
    rgba(237, 237, 237, 1) 100%
  );
  border: 1px solid rgba(237, 237, 237, 1);
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}

.sude .content-sec .content-sec-box .special-div-right .order-info-payment {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  border-bottom: 1px solid rgb(199, 197, 197);
  padding-bottom: 30px;
}

.sude .content-sec .content-sec-box .special-div-right {
  height: 350px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 35%,
    rgba(237, 237, 237, 1) 100%
  );
  border: 1px solid rgba(237, 237, 237, 1);
  padding: 20px;
}

.sude .content-sec .content-sec-box .special-div-right-bottom {
  height: 350px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 35%,
    rgba(237, 237, 237, 1) 100%
  );
  border: 1px solid rgba(237, 237, 237, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sude
  .content-sec
  .content-sec-box
  .main-div
  .special-div-left-bottom
  .image-content {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 35%,
    rgba(237, 237, 237, 1) 100%
  );
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sudespecialbuttons {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 35%,
    rgba(237, 237, 237, 1) 100%
  );
  border: 1px solid rgb(228, 227, 227);
  height: 80px;
  color: rgb(2, 2, 202);
  border-radius: 12px;
  font-size: 20px;
}

.sudespecialbuttons:hover {
  background: linear-gradient(
    0deg,
    rgba(38, 80, 161, 1) 85%,
    rgba(98, 141, 225, 1) 100%
  );
  height: 80px;
  border-radius: 12px;
  font-size: 20px;
  color: white;
}

.sudespecialbuttonsd {
  background: rgb(38, 80, 161);
  background: linear-gradient(
    0deg,
    rgba(38, 80, 161, 1) 35%,
    rgba(98, 141, 225, 1) 100%
  );
  border: 1px solid rgb(228, 227, 227);
  height: 80px;
  color: white;
  border-radius: 12px;
  font-size: 20px;
}

.sudespecialbuttonsd:hover {
  background: linear-gradient(
    0deg,
    rgba(38, 80, 161, 1) 85%,
    rgba(98, 141, 225, 1) 100%
  );
  height: 80px;
  border-radius: 12px;
  font-size: 20px;
  color: white;
}

.sudespecialbuttonsdd {
  background: rgb(38, 80, 161);
  background: linear-gradient(
    0deg,
    rgba(38, 80, 161, 1) 35%,
    rgba(98, 141, 225, 1) 100%
  );
  height: 25px;
  color: white;
  font-size: 12px;
  padding: 0px !important;
  float: right;
  position: relative;
}

.sudespecialbuttonsdd:hover {
  background: rgb(182, 182, 182);
  border: 1px solid rgb(228, 227, 227);
  height: 25px;
  border-radius: 12px;
  font-size: 12px;
  color: black;
}

.bottom-price {
  background-color: rgb(44, 44, 44);
  font-size: 12px;
  color: white;
  top: 130px;
  width: 100%;
  position: relative;
  margin-top: 2px;
}

input[type="checkbox"] {
  border: 1px solid grey;
  -webkit-appearance: none;
  appearance: none;
  background-color: black;
  margin: 0;
}

input[type="checkbox"] {
  appearance: none;
  background-color: white;
  margin: 0;
  font: inherit;
  color: black;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid none;
  transform: translateY(-0.075em);
}

input[type="checkbox"] {
  display: grid;
  place-content: center;
  width: 1.5rem !important;
  height: 1.5rem !important;
  margin-left: 3px !important;
}

input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}

input[type="checkbox"] {
  display: grid;
  place-content: center;
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.br-10px {
  border-radius: 12px !important;
}

input[type="checkbox"]::before {
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
  .loginItems .login-content {
    background: #fff;
    width: 100%;
    padding: 0px;
  }

  .loginSection h3 {
    margin: 0px !important;
  }

  .pro-wrapper {
    flex-wrap: wrap;
  }

  .sude .odeme-section .odeme-info .odeme-info-left {
    display: flex;
    flex-direction: column !important;
  }

  .special-checkbox-hide {
    display: none;
  }

  .sude .odeme-section {
    display: flex;
    flex-direction: column !important;
  }

  .sude .content-sec .content-sec-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .sude .content-sec .content-sec-box .main-div .special-div-left .images img {
    height: auto;
    margin-bottom: 10px;
  }

  .sude .content-sec .content-sec-box .main-div .special-div-left .images {
    flex-direction: column;
    padding: 20px;
  }

  .sude .content-sec .content-sec-box .special-div-left {
    height: auto;
  }

  .sude
    .content-sec
    .content-sec-box
    .main-div
    .special-div-left-bottom
    .image-content {
    display: flex;
    flex-direction: column;
  }

  .sude
    .content-sec
    .content-sec-box
    .main-div
    .special-div-left-bottom
    .image-content
    .asdfg {
    display: none;
  }

  .image-content {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    text-align: center;
  }

  .image-content input {
    margin: 10px;
  }

  .hiddeninput {
    display: none !important;
  }
}

.header-search {
  position: relative;
  display: inline-block;
}

.search-input {
  padding: 10px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  width: 330px;
}

.header-search__suggestions {
  display: none;
  position: absolute;
  z-index: 100;
  width: 100%;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  margin: 0 -1px;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.19);
}

.header-search__suggestions__section {
  padding: 10px;
}

.header-search__suggestions__section h5 {
  margin: 0;
  font-size: 12px;
}

.header-search__suggestions__section__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.header-search__suggestions__section__items a {
  border-radius: 12px !important;
  text-decoration: none;
  color: #1b1b1b;
  border: solid 1px #e8e8e8;
  padding: 7px;
  margin-right: 4px;
  background: white;
  margin-top: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.header-search__suggestions__section__items a:hover {
  color: black;
  border-color: black;
}

.header-search__suggestions__section__items a:hover {
  background-color: white;
}

.filter-form select {
  background: transparent !important;
}

.companyType {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.companyType label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
}

@media (max-width: 768px) {
  .companyType {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
    gap: 5px;
  }

  .companyType input[type="radio"] {
    width: 25px !important;
    height: 25px !important;
  }
}

.changed-fields-table td {
  word-break: break-word;
  white-space: pre-line;
  max-width: 100%;
}

.input-radio.on:checked {
  box-shadow: 0px 0px 0px 4px #00eb27;
  background-color: #51ff6e;
}

.input-radio.off:checked {
  box-shadow: 0px 0px 0px 4px #eb0000;
  background-color: #ff5151 !important;
}

.companyType .input-radio {
  box-shadow: 0px 0px 0px 1px #6d6d6d !important;
  font-size: 3em;
  padding: 0 !important;
  width: 15px !important;
  height: 15px;
  margin-right: 7px;
  border: 4px solid #fff;
  background-clip: border-box;
  border-radius: 50% !important;
  appearance: none;
  transition: background-color 0.3s, box-shadow 0.3s;
}

.selected-plan-btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0.25rem;
  background: #218838 !important;
  /* Arkaplan rengi */
  border-color: #218838 !important;
  /* Kenar rengi */
  color: #fff !important;
  /* Yazı rengi */
}

.selected-plan-btn:hover {
  background-color: #218838 !important;
  /* Arkaplan rengi */
  border-color: #218838 !important;
  /* Kenar rengi */
  color: #fff !important;
  /* Yazı rengi */
}

.select2-selection__rendered {
  font-size: 10px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #444;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 32px;
}

.select2-dropdown {
  border: 1px solid #e8e8e8 !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  font-size: 10px;
  color: #444;
}

.slick-lancersl {
  position: relative;
  overflow: hidden;
}

/* 
.select2-container--default .select2-selection--single {
  border: 1px solid #e8e8e8 !important;
  border-radius: 0 !important;
}

.select2-container--default .select2-results__option {
  font-size: 10px !important;
} */

.select2-container .select2-selection--single {
  padding: 9px !important;
  /* border: none !important; */
  color: #717171 !important;
  border-color: #e8e8e8;
  padding: 0 1rem;
  border-radius: 0 !important;
  height: 35px !important;
  border-radius: 12px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: normal !important;
}

font {
  font-size: 12px !important;
}

#home div,
#home li {
  font-size: 12px !important;
}

.duyuru-icon {
  background-color: #005aa9;
  border-radius: 74px;
  width: 50px;
  height: 50px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.duyuru-icon i {
  font-size: 20px;
  line-height: 30px;
  color: #d1e8ff !important;
  position: absolute;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.right-minus-50px {
  right: -50px;
}

.p-20px {
  padding: 20px !important;
}

.w-400px {
  width: 400px !important;
}

.border-radius-6px {
  border-radius: 12px !important;
}

.bg-white-transparent {
  background-color: #005aa9;
  z-index: 9999;
}

.animation-float,
.animation-float-small {
  animation: float 2s linear 0.5s infinite alternate both;
}

.h-50px {
  height: 50px !important;
}

.blur-box {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(3px);
}

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

.top-50 {
  top: 50% !important;
}

.position-absolute {
  position: absolute !important;
}

.feature-box.feature-box-left-icon-middle {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  justify-content: flex-start;
}

.feature-box.feature-box-left-icon,
.feature-box.feature-box-left-icon-middle {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.feature-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 1;
  color: white;
  text-align: left !important;
}

.left-20 {
  left: 20px;
}

.bottom-20 {
  bottom: 20px;
}

.feature-box-content {
  width: 100% !important;
}

.feature-box-icon img {
  border-radius: 50%;
}

.map-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  /* Text color */
  padding: 10px;
  background: rgb(0 0 0 / 17%);
}

.mapMarker {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  top: 16px;
  font-size: 10px;
  position: absolute;
  background: white;
  color: black;
  padding: 5px;
  right: -4px;
  border-radius: 6px 0 0 10px;
}

.blur-box {
  background: #005aa9;
  /* Gradient arkaplan ekledim */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  /* Gölgeyi güçlendirdim */
  border-radius: 15px;
  /* Daha yuvarlak köşeler */
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 300px;
  /* Daha kompakt bir genişlik */
  padding: 15px;
  text-align: center;
  transition: all 0.4s ease;
  /* Hover sırasında yumuşak geçiş */
  z-index: 1000;
}

.blur-box:hover {
  transform: scale(1.05);
  /* Hover sırasında hafif bir büyüme efekti */
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  /* Hover sırasında gölgeyi yoğunlaştırdım */
}

.feature-box-icon img {
  border-radius: 50%;
  /* Dairesel profil resmi */
  width: 60px;
  height: 60px;
  object-fit: cover;
  border: 3px solid white;
  /* Beyaz bir çerçeve ekledim */
}

.feature-box-content span {
  color: white;
  /* Beyaz metin */
  font-size: 12px;
  line-height: 1;
}

.icon-with-text-style-08 i {
  color: #ffdfba;
  /* İkon rengi ile kutu rengine uyum sağladım */
  margin-right: 5px;
}

.icon-with-text-style-08 .fs-17 {
  font-weight: 700;
}

@media (max-width: 768px) {
  .blur-box {
    width: 90%;
    left: 5%;
    bottom: 10px;
  }
}

.map-marker img {
  width: 24px;
  /* Adjust the size of the marker icon */
  height: 24px;
}

.map-marker span {
  font-size: 16px;
  /* Adjust the font size as needed */
  font-weight: bold;
}

#home div b {
  font-weight: 700 !important;
}

.reservationBtn {
  background-color: #005aa9 !important;
}

.equal-height-slider .slider-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}

button.CartBtn.mobileCBtn.bg-success {
  color: white;
  font-weight: 600;
}

.list-view .CartBtn.mobileCBtn {
  width: 170px !important;
  white-space: nowrap;
}

.CartBtn,
.reservationBtn,
.soldBtn {
  width: 100%;
  height: 40px;
  border: none;
  background-color: #f08414;
  display: inline-flex;
  border-radius: 7px !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
  position: relative;
}

.mobile-left-width {
  width: 65%;
}

.mobile-right-width {
  align-items: center;
  width: 35%;
  display: flex;
  justify-content: end;
}

@media (max-width: 768px) {
  .homes-img {
    position: relative;
  }

  .payment-plan-mobile-btn {
    background-color: transparent !important;
    border: 1px solid #005aa9;
    color: #005aa9;
  }

  .mobileCBtn {
    width: 100% !important;
    height: 30px !important;
    padding: 0;
    font-size: 10px !important;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 12px;
    margin: 0 !important;
  }

  .mobileNoStyle {
    height: 100%;
    font-size: 10px !important;
    width: 35px;
    background: #fff !important;
    color: #000 !important;
    text-align: center;
    position: absolute;
    z-index: 9;
    height: 20px !important;
    bottom: 6px;
    left: 6px;
    border: none !important;
    display: flex !important;
    align-items: center;
    border: none !important;
    justify-content: center;
    border-radius: 12px !important;
  }
}

.mobileCBtn .IconContainer {
  display: none !important;
}

/* .selected {
            border: 2px solid red;
        } */
/* 
        .paySuccess {
            width: 200px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: none;
            color: white;
            font-weight: 600;
            gap: 8px;
            cursor: pointer;
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.103);
            position: relative;
            overflow: hidden;
            transition-duration: .3s;
        } */

.svgIcon {
  width: 16px;
}

.svgIcon path {
  fill: white;
}

.IconContainer {
  position: absolute;
  left: -50px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
  transition-duration: 0.5s;
}

.flatpickr-day {
  margin: 2px !important;
  border-radius: 0 !important;
}

.CartBtn .icon {
  border-radius: 1px;
}

.yellow-bg {
  background: orange !important;
  color: White !important;
}

.red-bg {
  background: #005aa9 !important;
  color: White !important;
}

.CartBtn .text,
.reservationBtn .text,
.soldBtn .text {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  z-index: 1;
  transition-duration: 0.5s;
  font-size: 1.04em;
  font-weight: 600;
}

.disabledShareButton .fa-bookmark:before {
  color: black !important;
}

.disabledShareButton:hover {
  background: white;
}

.bg-success .fa-bookmark:before {
  color: white !important;
}

.CartBtn:hover {
  background-color: #f39c12 !important;
  /* border: 1px solid #f08414 !important; */
}

.CartBtn:hover .text {
  color: #fff !important;
}

.toggle-project-favorite,
.toggle-favorite {
  border: 1px solid gray;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px !important;
  border: solid 1px #f0f0f0;
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 100%;
  font-size: 12px;
}

.toggle-project-favorite:hover i:before,
.toggle-favorite:hover i:before {
  color: #ea2b2e !important;
}

.toggle-project-favorite:focus i:before,
.toggle-favorite:focus i:before {
  color: #ea2b2e !important;
}

.payment-plan-pop-up {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

@media (max-width: 768px) {
  .payment-plan-pop-up {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }

  .infoDiv span {
    color: var(--Color-9, #0d0d0d);
    text-align: center;
    font-family: "Inter", sans-serif !important;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 16.5px */
    flex-direction: column;
    display: flex;
  }
}

.payment-plan-pop-back {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background: black;
  opacity: 0.9;
}

.payment-plan-pop-content {
  width: 50% !important;
  background-color: white;
  z-index: 9999;
  position: relative;
}

@media (max-width: 768px) {
  .payment-plan-pop-content {
    width: 100% !important;
    background-color: white;
    z-index: 9999;
    position: relative;
    height: 80vh;
    overflow-y: auto;
  }
}

.payment-plan {
  width: 100%;
}

#orders-container .header-bar {
  border: 1px solid #e2e2e2;
  background: #fff;
  border-radius: 12px !important;
  display: flex;
  padding: 15px 20px;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #2a2a2a;

  margin-bottom: 20px;
}

#orders-container .header-bar .order-search-box-warn {
  font-size: 12px;
  font-weight: 600;
  color: #d21313;
  margin: 5px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#orders-container .header-bar .order-search-box-container {
  position: relative;
  display: flex;
}

#orders-container .header-bar .order-search-box-container > div {
  display: inline-block;
  width: 100%;
}

#orders-container .header-bar .order-search-box-container > div input {
  padding-right: 30px;
  border-radius: 12px !important;
}

#orders-container .header-bar .order-search-box-container .osb-give-up {
  position: absolute;
  left: 310px;
}

#orders-container .header-bar .order-search-box-container .osb-give-up span {
  position: absolute;
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  left: 15px;
  top: 9px;
}

#orders-container
  .header-bar
  .order-search-box-container
  .osb-give-up
  span:hover {
  cursor: pointer;
  color: #005aa9;
  text-decoration: underline;
}

#orders-container .header-bar .order-search-box-container .ty-button {
  border: none;
  position: absolute;
  right: 0;
  height: 34px;
  width: 25px;
}

#orders-container .header-bar .order-search-box-container .i-search {
  position: absolute;
  right: 9px;
  top: 9px;
  color: #005aa9;
  font-size: 12px;
  cursor: pointer;
}

#orders-container .header-bar .ty-input {
  height: 34px;
}

#orders-container .header-bar .ty-form {
  width: 310px;
}

#orders-container .header-bar .ty-form .ty-input-w div {
  display: none;
}

#orders-container .header-bar h1 {
  font-size: 12px;
}

#orders-container .header-bar .sorting {
  width: 130px;
}

#orders-container .header-bar .sorting > div > div:last-child {
  display: none;
}

#orders-container .header-bar .sorting .ty-input {
  border-radius: 12px !important;
}

#orders-container .header-info-box {
  border: 1px solid #deddbe;
  padding: 20px 20px 18px 64px;
  background: url("https://cdn.dsmcdn.com/web/production/orders-info-icon.svg")
    no-repeat 20px center #fffff1;
  display: flex;
  line-height: 20px;
  color: #333;
  background-size: 24px 24px;
  margin-bottom: 20px;
  border-radius: 12px !important;
}

#orders-container .order {
  border: 1px solid #e2e2e2;
  margin-bottom: 15px;
  border-radius: 12px !important;
}

.text-red {
  color: #005aa9 !important;
  font-weight: 600 !important;
}

#orders-container .order .last-operation-text {
  padding: 25px 20px 0 20px;
}

#orders-container .order .order-header {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #e2e2e2;
  border-radius: 6px 8px 0 0;
  background-color: #fafafa;
  padding: 15px 20px;
  align-items: center;
}

.list-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: initial;
  gap: 10px;
}

.fa-bookmark:before {
  color: Black;
}

.list-group-item {
  border-radius: 12px !important;
}

.list-group-item {
  width: 48%;
}

#orders-container .order .order-header .order-header-info {
  color: #666;

  font-size: 12px;
  display: flex;
}

#orders-container .order .order-header .order-header-info b {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #333;
  width: 100%;
  font-weight: 400;
}

#orders-container .order .order-header .order-header-info b.orange {
  color: #005aa9;
}

#orders-container .order .order-header button {
  width: 150px;
  border-radius: 12px !important;
}

#orders-container .order .order-list {
  padding: 20px;
}

#orders-container .order .order-item {
  display: flex;
  align-items: center;
  border: 1px solid #e2e2e2;
  border-radius: 12px !important;
  margin-bottom: 15px;
  padding: 15px 20px;
}

#orders-container .order .order-item:last-child {
  margin-bottom: 0;
}

#orders-container .order .order-item .order-item-status {
  display: flex;
  /* flex-direction: column; */
  width: 50%;
  color: #333;
  align-items: center;
  font-size: 12px;
  justify-content: start;
}

#orders-container .order .order-item .order-item-status .title {
  display: flex;
  vertical-align: center;
}

#orders-container .order .order-item .order-item-status .title .icon {
  margin-right: 10px;
}

#orders-container
  .order
  .order-item
  .order-item-status
  .title
  .at_collection_point {
  margin-right: 8px;
  height: 20px;
}

#orders-container .order .order-item .order-item-status .title .shipment-info {
  color: #666;
  font-size: 12px;
  margin-left: 10px;
  line-height: 18px;
  text-decoration: underline;
  transition: all 0.2s ease;
}

#orders-container
  .order
  .order-item
  .order-item-status
  .title
  .shipment-info:hover {
  color: #005aa9;
}

#orders-container
  .order
  .order-item
  .order-item-status
  .title.preparing_defective
  ~ .description,
#orders-container
  .order
  .order-item
  .order-item-status
  .title.shipped_defective
  ~ .description,
#orders-container
  .order
  .order-item
  .order-item-status
  .title.at_collection_point_defective
  ~ .description,
#orders-container
  .order
  .order-item
  .order-item-status
  .title.delivered_defective
  ~ .description,
#orders-container
  .order
  .order-item
  .order-item-status
  .title.undelivered_defective
  ~ .description,
#orders-container
  .order
  .order-item
  .order-item-status
  .title.returned_defective
  ~ .description {
  width: 380px;
}

#orders-container .order .order-item .order-item-status .at_collection_point {
  align-items: center;
}

#orders-container .order .order-item .order-item-status .description {
  margin-top: 5px;
  font-size: 12px;
}

#orders-container
  .order
  .order-item
  .order-item-status
  .description
  .cargo-info {
  display: flex;
  align-items: center;
  color: #666666;
  font-weight: normal;
}

#orders-container
  .order
  .order-item
  .order-item-status
  .description
  .cargo-info
  .provider-name {
  margin-right: 5px;
}

#orders-container
  .order
  .order-item
  .order-item-status
  .description
  .cargo-info
  .tracking-number {
  padding: 2px 5px 0 5px;
  border: dashed 1px #efe1d3;
  background-color: #fff9f3;
  border-radius: 12px !important;
  color: #333333;
}

#orders-container
  .order
  .order-item
  .order-item-status
  .description
  .cargo-info
  .tracking-number
  .highlighted {
  font-weight: 600;
}

#orders-container .order .order-item .order-item-status .description b {
  vertical-align: middle;
}

#orders-container
  .order
  .order-item
  .order-item-status
  .description
  .refund-info {
  display: inline-block;
  border-left: 1px solid #e2e2e2;
  padding-left: 5px;
  margin-left: 5px;
  vertical-align: top;
}

#orders-container
  .order
  .order-item
  .order-item-status
  .description
  .refund-info.wallet {
  background: url("https://cdn.dsmcdn.com/web/production/orders-wallet-icon.svg")
    no-repeat 5px center;
  padding-left: 30px;
}

#orders-container
  .order
  .order-item
  .order-item-status
  .description
  .refund-info
  img {
  height: 10px;
  margin-right: 7px;
}

/* #orders-container .order .order-item .order-item-status strong {
} */

#orders-container .order .order-item .order-item-status .at_collection_point,
#orders-container .order .order-item .order-item-status .az_at_collection_point,
#orders-container .order .order-item .order-item-status .created_assembly,
#orders-container .order .order-item .order-item-status .appointed_assembly,
#orders-container .order .order-item .order-item-status .completed_assembly,
#orders-container
  .order
  .order-item
  .order-item-status
  .at_collection_point_defective,
#orders-container .order .order-item .order-item-status .creating,
#orders-container .order .order-item .order-item-status .created,
#orders-container .order .order-item .order-item-status .preparing,
#orders-container .order .order-item .order-item-status .shipped,
#orders-container .order .order-item .order-item-status .az_shipped,
#orders-container .order .order-item .order-item-status .delivered,
#orders-container .order .order-item .order-item-status .az_delivered,
#orders-container .order .order-item .order-item-status .preparing_defective,
#orders-container .order .order-item .order-item-status .shipped_defective,
#orders-container .order .order-item .order-item-status .delivered_defective,
#orders-container
  .order
  .order-item
  .order-item-status
  .replacement_request_created,
#orders-container
  .order
  .order-item
  .order-item-status
  .replacement_request_shipped,
#orders-container
  .order
  .order-item
  .order-item-status
  .replacement_request_waiting,
#orders-container .order .order-item .order-item-status .replacement_accepted,
#orders-container .order .order-item .order-item-status .replacement_rejected {
  color: #0bc15c;
}

#orders-container .order .order-item .order-item-status .created_inbound,
#orders-container .order .order-item .order-item-status .shipped_inbound,
#orders-container .order .order-item .order-item-status .waiting_in_action,
#orders-container .order .order-item .order-item-status .accepted,
#orders-container .order .order-item .order-item-status .rejected,
#orders-container .order .order-item .order-item-status .uncompleted_assembly,
#orders-container .order .order-item .order-item-status .cancel,
#orders-container .order .order-item .order-item-status .un_delivered,
#orders-container .order .order-item .order-item-status .returned,
#orders-container .order .order-item .order-item-status .payment_failed,
#orders-container .order .order-item .order-item-status .undelivered_defective,
#orders-container .order .order-item .order-item-status .returned_defective {
  color: #bb0000;
}

#orders-container .order .order-item .order-item-images {
  flex: 1;
  width: 20%;
  display: flex;
  align-items: center;
}

#orders-container .order .order-item .order-item-images .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 41px;
  height: 62px;
  border: 2px solid #e8e8e8;
  border-radius: 12px !important;
  margin-right: 10px;
  cursor: pointer;
}

#orders-container .order .order-item .order-item-images img {
  width: 90%;
}

#orders-container .order .order-item .order-item-images span {
  color: #666;
  width: 25px;
  text-align: center;
  font-size: 12px;
}

#orders-container .order .order-item .order-item-easy-return,
#orders-container .order .order-item .order-item-group-deal-info {
  width: 130px;
}

#orders-container .order .order-item .order-item-easy-return button.ty-bordered,
#orders-container
  .order
  .order-item
  .order-item-group-deal-info
  button.ty-bordered {
  border-radius: 12px !important;
}

#orders-container .loader {
  display: block;
  position: relative;
  clear: both;
}

#orders-container .spinner {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}

#orders-container .spinner div {
  transform-origin: 32px 32px;
  animation: spin 1.2s linear infinite;
}

.spinx {
  animation: spinx 1s infinite;
}

@keyframes spinx {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#orders-container .spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #e8e8e8;
}

#orders-container .spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

#orders-container .spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

#orders-container .spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

#orders-container .spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

#orders-container .spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

#orders-container .spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

#orders-container .spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

#orders-container .spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

#orders-container .spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

#orders-container .spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

#orders-container .spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

#orders-container .spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

@keyframes spin {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#orders-container .orders-error {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
}

#orders-container .orders-error .orders-error-icon {
  width: 100px;
  height: 100px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border: solid 1px #e8e8e8;
  border-radius: 50%;
  margin-bottom: 10px;
  background: url("https://cdn.dsmcdn.com/web/production/orders-error-icon.svg")
    center no-repeat #fff;
}

#orders-container .orders-error .orders-error-icon img {
  margin-left: 3px;
}

#orders-container .orders-error button {
  width: 300px;
  height: 38px;
  font-size: 12px;
  margin-top: 10px;
}

#orders-container .icon.creating:before {
  content: url("https://cdn.dsmcdn.com/web/production/preparing.svg");
}

#orders-container .icon.created:before,
#orders-container .icon.created_assembly {
  content: url("https://cdn.dsmcdn.com/web/production/created.svg");
}

#orders-container .icon.appointed_assembly:before {
  content: url("https://cdn.dsmcdn.com/web/production/assembly-appointed.svg");
}

#orders-container .icon.az_delivered:before,
#orders-container .icon.delivered:before,
#orders-container .icon.delivered_defective:before,
#orders-container .icon.completed_assembly:before {
  content: url("https://cdn.dsmcdn.com/web/production/delivered.svg");
}

#orders-container .icon.rejected:before {
  content: url("https://cdn.dsmcdn.com/web/production/rejected.svg");
}

#orders-container .icon.un_delivered:before,
#orders-container .icon.undelivered_defective:before,
#orders-container .icon.uncompleted_assembly:before {
  content: url("https://cdn.dsmcdn.com/web/production/undelivered-icon.svg");
}

#orders-container .icon.returned:before,
#orders-container .icon.returned_defective:before {
  content: url("https://cdn.dsmcdn.com/web/production/returned.svg");
}

#orders-container .icon.cancel:before {
  content: url("https://cdn.dsmcdn.com/web/production/cancel-icon.svg");
}

#orders-container .icon.payment_failed:before {
  content: url("https://cdn.dsmcdn.com/web/production/cancel-icon.svg");
}

#orders-container .icon.accepted:before {
  content: url("https://cdn.dsmcdn.com/web/production/accepted.svg");
}

#orders-container .icon.created_inbound:before {
  content: url("https://cdn.dsmcdn.com/web/production/createdinbound.svg");
}

#orders-container .icon.az_shipped:before,
#orders-container .icon.shipped:before,
#orders-container .icon.shipped_defective:before {
  content: url("https://cdn.dsmcdn.com/web/production/shipped.svg");
}

#orders-container .icon.waiting_in_action:before {
  content: url("https://cdn.dsmcdn.com/web/production/waitinginaction.svg");
}

#orders-container .icon.shipped_inbound:before {
  content: url("https://cdn.dsmcdn.com/web/production/shipped-in-bound.svg");
}

#orders-container .icon.preparing:before,
#orders-container .icon.preparing_defective:before {
  content: url("https://cdn.dsmcdn.com/web/production/preparing.svg");
}

#orders-container .icon.at_collection_point:before,
#orders-container .icon.at_collection_point_defective:before {
  content: url("https://cdn.dsmcdn.com/web/production/at-collection-point.svg");
}

#orders-container .icon.az_at_collection_point:before {
  content: url("https://cdn.dsmcdn.com/web/production/delivered.svg");
}

#orders-container .icon.replacement_request_created:before {
  content: url("https://cdn.dsmcdn.com/web/production/replacementrequestcreated.svg");
}

#orders-container .icon.replacement_request_shipped:before {
  content: url("https://cdn.dsmcdn.com/web/production/replacementrequestshipped.svg");
}

#orders-container .icon.replacement_request_waiting:before {
  content: url("https://cdn.dsmcdn.com/web/production/replacementrequestwaiting.svg");
}

#orders-container .icon.replacement_accepted:before {
  content: url("https://cdn.dsmcdn.com/web/production/replacementaccepted.svg");
}

#orders-container .icon.replacement_rejected:before {
  content: url("https://cdn.dsmcdn.com/web/production/replacementrejected.svg");
}

#orders-container .photo-gallery img {
  max-height: 90vh;
}

#orders-container .photo-gallery a {
  position: absolute;
  height: 50px;
  top: calc(50% - 25px);
  width: 50px;
  left: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
}

#orders-container .photo-gallery a:hover {
  opacity: 1;
}

#orders-container .photo-gallery a.next {
  left: auto;
  right: -50px;
}

#orders-container .empty-order-search-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 445px;
  border-radius: 12px !important;
  border: solid 1px #e2e2e2;
  background-color: #ffffff;
  flex-direction: column;
  line-height: 30px;
}

#orders-container .empty-order-search-container .ty-button {
  width: 210px;
  height: 44px;
  margin: 20px;
  border-radius: 12px !important;
  background-color: #005aa9;
  font-size: 12px;
  font-weight: 600;
}

#orders-container .empty-order-search-container .eos-icon {
  width: 94px;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff4ec;
  font-size: 40px;
  color: #005aa9;
  margin-bottom: 10px;
}

#orders-container .empty-order-search-container .eos-title {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}

#orders-container .empty-order-search-container .eos-desc {
  font-size: 12px;
  font-weight: normal;
  color: #000000;
}

#orders-container .empty-order-search-container .eos-desc .highlighted {
  font-weight: 600;
}

#orders-container .order-search-info {
  margin: 0 0 15px 20px;
  font-size: 12px;
  color: #2a2a2a;
}

#orders-container .order-search-info .highlighted {
  font-weight: 600;
}

#orders-container .tooltip {
  position: relative;
}

#orders-container .tooltip .tooltip-content {
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 12em;
  border-radius: 12px !important;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #ffcfcf;
  background-color: #fff9f9;
}

#orders-container .tooltip .tooltip-content:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 10%;
  z-index: -1;
  border-style: solid;
  border-width: 5px;
  border-color: #fff9f9 transparent transparent transparent;
  filter: drop-shadow(0 1px 0 #ffcfcf);
  transform: translateX(-50%) rotate(180deg);
  transition: bottom 300ms ease;
}

#orders-container .tooltip.is-visible .tooltip-content {
  transform: translateY(0%) translateX(-50%);
  opacity: 1;
  visibility: visible;
  transition: transform 300ms ease, opacity 300ms, visibility 300ms 0s;
}

#orders-container .tooltip.is-visible .tooltip-content:after {
  bottom: 100%;
}

#orders-container .tooltip.is-hidden .tooltip-content {
  transform: translateY(0%) translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: transform 300ms ease, opacity 300ms, visibility 300ms 300ms;
}

#orders-container .tooltip.is-hidden .tooltip-content:after {
  bottom: 0;
}

@keyframes fade {
  0% {
    top: 0;
    opacity: 1;
  }

  100% {
    top: -1em;
    opacity: 0;
  }
}

#orders-container .orders-collection-point-description {
  margin: 15px 20px 0 20px;
}

#orders-container .orders-collection-point-description .delivery-point-desc {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
}

#orders-container .orders-collection-point-description .highlighted-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  background-color: #fef4ec;
  color: #f27a1a;
  font-size: 12px;
  font-family: source_sans_prosemibold, sans-serif;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  padding-right: 6px;
  margin-right: 6px;
}

#orders-container
  .orders-collection-point-description
  .i-collection-point-orders {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  background-color: #fef4ec;
  color: #005aa9;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  padding: 0 6px;
  margin-left: 6px;
}

#orders-container .orders-collection-point-description .otp-code-description {
  margin-left: 5px;
  font-family: source_sans_prosemibold, sans-serif;
}

#orders-container
  .orders-collection-point-description
  .otp-code-description
  .otp-number {
  font-family: source_sans_prosemibold, sans-serif;
  color: #f27a1a;
}

#orders-container .collection-point-information-banner {
  display: flex;
  align-items: center;
  background: #fef4ec;
  border-radius: 12px !important;
  height: 48px;
  box-sizing: border-box;
  margin-top: 15px;
}

#orders-container
  .collection-point-information-banner
  .collection-point-information {
  font-size: 12px;
  color: #333333;
}

#orders-container
  .collection-point-information-banner
  .collection-point-information
  strong {
  font-family: source_sans_prosemibold, sans-serif;
}

#orders-container .collection-point-information-banner .i-warning1-fill {
  font-size: 12px;
  padding-bottom: 1px;
  margin: 0 15px 0 20px;
}

#orders-container
  .collection-point-information-banner
  .i-warning1-fill
  .path1::before {
  color: #f27a1a;
}

#orders-container .no-order-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 445px;
  border-radius: 12px !important;
  border: solid 1px #e2e2e2;
  background-color: #ffffff;
  flex-direction: column;
  line-height: 30px;
}

#orders-container .no-order-container .ty-button {
  width: 210px;
  height: 44px;
  margin: 20px;
  border-radius: 12px !important;
  font-size: 12px;
  font-weight: 600;
}

#orders-container .no-order-container .no-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff4ec;
  font-size: 32px;
  color: #005aa9;
  margin-bottom: 10px;
  box-sizing: border-box;
}

#orders-container .no-order-container .no-title {
  font-size: 20px;
  font-weight: 600;
  color: #005aa9;
}

#orders-container .no-order-container .no-desc {
  font-size: 12px;
  font-weight: normal;
  color: #666;
}

#orders-container .status-quick-filters-wrapper .sticky {
  top: 0;
}

#orders-container .status-quick-filters-wrapper .scrolled {
  position: fixed;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #e8e8e8;
  z-index: 999;
}

#orders-container
  .status-quick-filters-wrapper
  .scrolled
  .status-quick-filter-tabs-wrapper {
  border-bottom: 1px solid #e8e8e8;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding: 20px 0 20px 20px;
}

#orders-container
  .status-quick-filters-wrapper
  .status-quick-filter-tabs-wrapper {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 20px;
}

#orders-container
  .status-quick-filters-wrapper
  .status-quick-filter-tabs-wrapper
  .filter-tab {
  padding: 9px 11px;
  border-radius: 12px !important;
  box-sizing: border-box;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05), 0px 0px 0px 1px #e8e8e8;
  border: 2px solid transparent;
  color: #333333;
  font-family: source_sans_prosemibold, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.4s ease;
  margin-right: 10px;
}

#orders-container
  .status-quick-filters-wrapper
  .status-quick-filter-tabs-wrapper
  .filter-tab:hover,
#orders-container
  .status-quick-filters-wrapper
  .status-quick-filter-tabs-wrapper
  .filter-tab.active {
  border-color: #005aa9;
  color: #005aa9;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}

#orders-container .countdown {
  display: flex;
  flex-direction: column;
  width: 125px;
  align-items: center;
}

#orders-container .countdown .title {
  color: #fff;
  font-size: 10px;

  align-self: center;
  margin-bottom: 4px;
}

#orders-container .countdown .times {
  display: flex;
  align-items: center;
}

#orders-container .countdown .times .break {
  color: #fff;
  margin: 0 4px 0 4px;
}

#orders-container .countdown .times .time {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 12px !important;
  font-family: source_sans_prosemibold, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
}

#orders-container .group-deal-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, #0bc15c -54.18%, #84b3ec 106.8%);
  border-radius: 12px !important;
  height: 86px;
  padding: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

#orders-container .group-deal-info .gdi-details {
  display: flex;
}

#orders-container .group-deal-info .gdi-details i {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #008040;
  font-size: 10px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

#orders-container .group-deal-info .gdi-details .gdi-d-content {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

#orders-container .group-deal-info .gdi-details .gdi-d-content div {
  color: #fff;
  font-family: source_sans_proregular, sans-serif;
}

#orders-container
  .group-deal-info
  .gdi-details
  .gdi-d-content
  div.gdi-d-c-title {
  font-size: 12px;
  margin-bottom: 4px;
}

#orders-container
  .group-deal-info
  .gdi-details
  .gdi-d-content
  div.gdi-d-c-details {
  font-size: 12px;
}

#orders-container
  .group-deal-info
  .gdi-details
  .gdi-d-content
  div.gdi-d-c-details
  span {
  font-family: source_sans_prosemibold, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}

#orders-container .group-deal-share-modal {
  width: 445px;
  font-family: source_sans_proregular, sans-serif;
  color: #333;
  border-radius: 12px !important;
}

#orders-container .group-deal-share-modal .gd-sm-header {
  padding: 20px;
  border-bottom: 1px solid #e8e8e8;
}

#orders-container .group-deal-share-modal .gd-sm-header h1 {
  width: 300px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

#orders-container .group-deal-share-modal .gd-sm-content {
  padding: 0 20px 20px;
}

#orders-container .gd-share-description-item {
  display: flex;
  margin-top: 30px;
}

#orders-container .gd-share-description-item .gd-sdi-icon {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #effbf5;
}

#orders-container .gd-share-description-item .gd-sdi-icon i {
  font-size: 24px;
  font-style: normal;
}

#orders-container .gd-share-description-item .gd-sdi-icon i:before {
  color: #008040;
}

#orders-container .gd-share-description-item .gd-sdi-description-container {
  margin-left: 12px;
}

#orders-container .gd-share-description-item .gd-sdi-description-container h2 {
  font-size: 12px;
  font-weight: 600;
}

#orders-container .gd-share-description-item .gd-sdi-description-container p {
  margin-top: 6px;
  font-size: 12px;
}

#orders-container .gd-copy-link-box {
  margin-top: 30px;
  padding: 12px;
  border-radius: 12px !important;
  background-color: #f5f5f5;
}

#orders-container .gd-copy-link-box .gd-cp-lb-container {
  display: flex;
  height: 42px;
  padding: 0 10px 0 15px;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e8e8e8;
  border-radius: 12px !important;
  background-color: #fff;
}

#orders-container .gd-copy-link-box .gd-cp-lb-container > span {
  display: block;
  max-width: 278px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  flex-shrink: 0;
}

#orders-container .gd-copy-link-box .gd-cp-lb-container button {
  padding: 0;
  align-self: stretch;
  border: none;
  outline: none;
  background-color: transparent;
  color: #1f6bc1;
  cursor: pointer;
}

#orders-container .gd-copy-link-box .gd-cp-lb-container button .i-copy-filled {
  font-size: 12px;
  vertical-align: middle;
}

#orders-container .gd-copy-link-box .gd-cp-lb-container button span {
  font-size: 12px;
  font-weight: 600;
  margin-left: 5px;
}

#orders-container .gd-copy-link-box .gd-cp-lb-container .i-check {
  font-size: 12px;
}

#orders-container .gd-copy-link-box .gd-cp-lb-container .i-check i {
  font-style: normal;
}

#orders-container
  .gd-copy-link-box
  .gd-cp-lb-container
  .i-check
  i.path1:before {
  color: #0bc15c;
}

#orders-container .gd-social-share-box {
  margin-top: 10px;
  padding: 19px 25px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #e8e8e8;
  border-radius: 12px !important;
}

#orders-container .gd-social-share-box button {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

#orders-container .gd-social-share-box button i {
  font-style: normal;
}

#orders-container .gd-social-share-box button span {
  font-size: 32px;
}

#orders-container .gd-social-share-box button span.i-gmail {
  font-size: 24px;
}

#orders-container .gd-social-share-box .separator {
  width: 1px;
  background-color: #e8e8e8;
}

#orders-container .cobranded-card-offer-information {
  min-height: 54px;
  background: linear-gradient(94.54deg, #ffe6d8 0%, #fffaf8 100%);
  border-radius: 12px !important;
  padding: 12px 50px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#orders-container .cobranded-card-offer-information > img {
  border-radius: 12px !important;
  width: 110px;
  height: 70px;
  margin-right: 40px;
}

#orders-container
  .cobranded-card-offer-information
  .offer-information-text-wrapper {
  min-height: 70px;
  flex: 1;
}

#orders-container
  .cobranded-card-offer-information
  .offer-information-text-wrapper
  h4 {
  margin-bottom: 12px;
  font-family: source_sans_proregular, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
}

.gap-1 {
  gap: 3px;
}

.gap-2 {
  gap: 6px;
}
.gap-14 {
  gap: 14px;
}

.gap-4 {
  gap: 12px;
}

.gap-3 {
  gap: 9px;
}

#orders-container
  .cobranded-card-offer-information
  .offer-information-text-wrapper
  .information-bullets {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 6px;
}

#orders-container
  .cobranded-card-offer-information
  .offer-information-text-wrapper
  .information-bullets
  li {
  display: flex;
  align-items: center;
}

#orders-container
  .cobranded-card-offer-information
  .offer-information-text-wrapper
  .information-bullets
  li
  > i {
  font-size: 12px;
  margin-right: 6px;
}

#orders-container
  .cobranded-card-offer-information
  .offer-information-text-wrapper
  .information-bullets
  li
  > i
  > span.path1::before {
  color: #005aa9;
}

#orders-container
  .cobranded-card-offer-information
  .offer-information-text-wrapper
  .information-bullets
  li
  > p {
  font-family: source_sans_proregular, sans-serif;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  color: #1c1c1c;
}

#orders-container
  .cobranded-card-offer-information
  .offer-information-text-wrapper
  .information-bullets
  li
  > p
  > strong {
  color: #f27a1a;
}

#orders-container .cobranded-card-offer-information > .apply-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 28px;
  box-sizing: border-box;
  background: #005aa9;
  border-radius: 12px !important;
  padding: 8px;
  transition: 0.3s ease-in;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-5px);
  }

  50% {
    transform: translateX(5px);
  }

  75% {
    transform: translateX(-5px);
  }

  100% {
    transform: translateX(0);
  }
}

.css-ahj2mt-MuiTypography-root {
  font-family: inherit !important;
  font-size: 14px !important;
}

.checkbox-shake {
  animation: shake 0.3s;
  border: 1px solid red !important;
  margin-right: 5px !important;
}

#orders-container .cobranded-card-offer-information > .apply-button > p {
  margin-top: 1px;
  font-family: source_sans_proregular, sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}

.css-1l1k60i {
  width: 700px !important;
}

.custom-button-important {
  font-size: 16px !important;
}

#contract-modal-description {
  font-size: 16px !important;
}

p {
  line-height: inherit !important;
}

#orders-container .cobranded-card-offer-information > .apply-button:hover {
  background-color: #ff8b38;
}

#orders-container .page-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
}

.ty-scroll-disabled-body {
  overflow: hidden;
  position: absolute;
}

.css-1nm0gly {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  position: absolute;
  font-weight: 600;
  font-size: 10px;
  color: #fff;
  background: #3e9e65;
  z-index: 2;
  bottom: 6px;
  left: 0px;
  -webkit-padding-start: 0.75rem;
  padding-inline-start: 1rem;
  -webkit-padding-end: 0.75rem;
  padding-inline-end: 0.75rem;
  /* padding-top: 0.25rem; */
  /* padding-bottom: 0.25rem; */
}

.type-tag {
  background-color: black !important;
  right: 10px;
  text-align: center;
  width: auto !important;
  margin-top: 10px;
  position: absolute;
}

.flex-1 {
  flex: 1;
}

.msger {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 867px;
  margin: 25px 10px;
  height: calc(100% - 50px);
  border: var(--border);
  border-radius: 12px;
  background: var(--msger-bg);
  box-shadow: 0 15px 15px -5px rgba(0, 0, 0, 0.2);
}

.msger-header {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: var(--border);
  background: #e8e8e8;
  color: #666;
}

.msger-chat {
  flex: 1;
  overflow-y: auto;
  padding: 10px;
}

.msger-chat::-webkit-scrollbar {
  width: 6px;
}

.msger-chat::-webkit-scrollbar-track {
  background: #e8e8e8;
}

.msger-chat::-webkit-scrollbar-thumb {
  background: #bdbdbd;
}

.msg {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}

.msg:last-of-type {
  margin: 0;
}

.msg-img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background: #e8e8e8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}

.msg-bubble {
  max-width: 450px;
  padding: 15px;
  border-radius: 15px;
  background: #ececec;
}

.msg-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.msg-info-name {
  margin-right: 10px;
}

.msg-info-time {
  font-size: 0.85em;
}

.left-msg .msg-bubble {
  border-bottom-left-radius: 0;
}

.right-msg {
  flex-direction: row-reverse;
}

.right-msg .msg-bubble {
  background: #08ae47;
  color: #fff;
  border-bottom-right-radius: 0;
}

.right-msg .msg-img {
  margin: 0 0 0 10px;
}

.msg-text {
  text-align: left;
  font-size: 11px !important;
}

.msger-inputarea {
  display: flex;
  padding: 10px;
  border-top: var(--border);
  background: #e8e8e8;
}

.msger-inputarea * {
  padding: 10px;
  border: none;
  border-radius: 12px !important;
  font-size: 1em;
}

.msger-input {
  flex: 1;
  background: #e8e8e8;
}

.msger-send-btn {
  margin-left: 10px;
  background: rgb(0, 196, 65);
  color: #fff;

  cursor: pointer;
  transition: background 0.23s;
}

.msger-send-btn:hover {
  background: rgb(0, 180, 50);
}

.msger-chat {
  background-color: #fcfcfe;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23dddddd' fill-opacity='0.4'%3E%3Cpath d='M24.37 16c.2.65.39 1.32.54 2H21.17l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06A5 5 0 0 1-17.45 28v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H-20a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1L.9 19.22a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68l1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0L2.26 23h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM-13.82 27l16.37 4.91L18.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H-13.1z'/%3E%3Cpath id='path6_fill-copy' d='M284.37 16c.2.65.39 1.32.54 2H281.17l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06a5 5 0 0 1-2.24-8.94v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H240a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68l1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM246.18 27l16.37 4.91L278.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H246.9z'/%3E%3Cpath d='M159.5 21.02A9 9 0 0 0 151 15h-42a9 9 0 0 0-8.5 6.02 6 6 0 0 0 .02 11.96A8.99 8.99 0 0 0 109 45h42a9 9 0 0 0 8.48-12.02 6 6 0 0 0 .02-11.96zM151 17h-42a7 7 0 0 0-6.33 4h54.66a7 7 0 0 0-6.33-4zm-9.34 26a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-4.34a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-4.34a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-7a7 7 0 1 1 0-14h42a7 7 0 1 1 0 14h-9.34zM109 27a9 9 0 0 0-7.48 4H101a4 4 0 1 1 0-8h58a4 4 0 0 1 0 8h-.52a9 9 0 0 0-7.48-4h-42z'/%3E%3Cpath d='M39 115a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm6-8a6 6 0 1 1-12 0 6 6 0 0 1 12 0zm-3-29v-2h8v-6H40a4 4 0 0 0-4 4v10H22l-1.33 4-.67 2h2.19L26 130h26l3.81-40H58l-.67-2L56 84H42v-6zm-4-4v10h2V74h8v-2h-8a2 2 0 0 0-2 2zm2 12h14.56l.67 2H22.77l.67-2H40zm13.8 4H24.2l3.62 38h22.36l3.62-38z'/%3E%3Cpath d='M129 92h-6v4h-6v4h-6v14h-3l.24 2 3.76 32h36l3.76-32 .24-2h-3v-14h-6v-4h-6v-4h-8zm18 22v-12h-4v4h3v8h1zm-3 0v-6h-4v6h4zm-6 6v-16h-4v19.17c1.6-.7 2.97-1.8 4-3.17zm-6 3.8V100h-4v23.8a10.04 10.04 0 0 0 4 0zm-6-.63V104h-4v16a10.04 10.04 0 0 0 4 3.17zm-6-9.17v-6h-4v6h4zm-6 0v-8h3v-4h-4v12h1zm27-12v-4h-4v4h3v4h1v-4zm-6 0v-8h-4v4h3v4h1zm-6-4v-4h-4v8h1v-4h3zm-6 4v-4h-4v8h1v-4h3zm7 24a12 12 0 0 0 11.83-10h7.92l-3.53 30h-32.44l-3.53-30h7.92A12 12 0 0 0 130 126z'/%3E%3Cpath d='M212 86v2h-4v-2h4zm4 0h-2v2h2v-2zm-20 0v.1a5 5 0 0 0-.56 9.65l.06.25 1.12 4.48a2 2 0 0 0 1.94 1.52h.01l7.02 24.55a2 2 0 0 0 1.92 1.45h4.98a2 2 0 0 0 1.92-1.45l7.02-24.55a2 2 0 0 0 1.95-1.52L224.5 96l.06-.25a5 5 0 0 0-.56-9.65V86a14 14 0 0 0-28 0zm4 0h6v2h-9a3 3 0 1 0 0 6H223a3 3 0 1 0 0-6H220v-2h2a12 12 0 1 0-24 0h2zm-1.44 14l-1-4h24.88l-1 4h-22.88zm8.95 26l-6.86-24h18.7l-6.86 24h-4.98zM150 242a22 22 0 1 0 0-44 22 22 0 0 0 0 44zm24-22a24 24 0 1 1-48 0 24 24 0 0 1 48 0zm-28.38 17.73l2.04-.87a6 6 0 0 1 4.68 0l2.04.87a2 2 0 0 0 2.5-.82l1.14-1.9a6 6 0 0 1 3.79-2.75l2.15-.5a2 2 0 0 0 1.54-2.12l-.19-2.2a6 6 0 0 1 1.45-4.46l1.45-1.67a2 2 0 0 0 0-2.62l-1.45-1.67a6 6 0 0 1-1.45-4.46l.2-2.2a2 2 0 0 0-1.55-2.13l-2.15-.5a6 6 0 0 1-3.8-2.75l-1.13-1.9a2 2 0 0 0-2.5-.8l-2.04.86a6 6 0 0 1-4.68 0l-2.04-.87a2 2 0 0 0-2.5.82l-1.14 1.9a6 6 0 0 1-3.79 2.75l-2.15.5a2 2 0 0 0-1.54 2.12l.19 2.2a6 6 0 0 1-1.45 4.46l-1.45 1.67a2 2 0 0 0 0 2.62l1.45 1.67a6 6 0 0 1 1.45 4.46l-.2 2.2a2 2 0 0 0 1.55 2.13l2.15.5a6 6 0 0 1 3.8 2.75l1.13 1.9a2 2 0 0 0 2.5.8zm2.82.97a4 4 0 0 1 3.12 0l2.04.87a4 4 0 0 0 4.99-1.62l1.14-1.9a4 4 0 0 1 2.53-1.84l2.15-.5a4 4 0 0 0 3.09-4.24l-.2-2.2a4 4 0 0 1 .97-2.98l1.45-1.67a4 4 0 0 0 0-5.24l-1.45-1.67a4 4 0 0 1-.97-2.97l.2-2.2a4 4 0 0 0-3.09-4.25l-2.15-.5a4 4 0 0 1-2.53-1.84l-1.14-1.9a4 4 0 0 0-5-1.62l-2.03.87a4 4 0 0 1-3.12 0l-2.04-.87a4 4 0 0 0-4.99 1.62l-1.14 1.9a4 4 0 0 1-2.53 1.84l-2.15.5a4 4 0 0 0-3.09 4.24l.2 2.2a4 4 0 0 1-.97 2.98l-1.45 1.67a4 4 0 0 0 0 5.24l1.45 1.67a4 4 0 0 1 .97 2.97l-.2 2.2a4 4 0 0 0 3.09 4.25l2.15.5a4 4 0 0 1 2.53 1.84l1.14 1.9a4 4 0 0 0 5 1.62l2.03-.87zM152 207a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6 2a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-11 1a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-6 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm3-5a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-8 8a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm3 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm0 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4 7a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5-2a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5 4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4-6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6-4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-4-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-5-4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-24 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm16 5a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm7-5a7 7 0 1 1-14 0 7 7 0 0 1 14 0zm86-29a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm19 9a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-14 5a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-25 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm5 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm9 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm15 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm12-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-11-14a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-19 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm6 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-25 15c0-.47.01-.94.03-1.4a5 5 0 0 1-1.7-8 3.99 3.99 0 0 1 1.88-5.18 5 5 0 0 1 3.4-6.22 3 3 0 0 1 1.46-1.05 5 5 0 0 1 7.76-3.27A30.86 30.86 0 0 1 246 184c6.79 0 13.06 2.18 18.17 5.88a5 5 0 0 1 7.76 3.27 3 3 0 0 1 1.47 1.05 5 5 0 0 1 3.4 6.22 4 4 0 0 1 1.87 5.18 4.98 4.98 0 0 1-1.7 8c.02.46.03.93.03 1.4v1h-62v-1zm.83-7.17a30.9 30.9 0 0 0-.62 3.57 3 3 0 0 1-.61-4.2c.37.28.78.49 1.23.63zm1.49-4.61c-.36.87-.68 1.76-.96 2.68a2 2 0 0 1-.21-3.71c.33.4.73.75 1.17 1.03zm2.32-4.54c-.54.86-1.03 1.76-1.49 2.68a3 3 0 0 1-.07-4.67 3 3 0 0 0 1.56 1.99zm1.14-1.7c.35-.5.72-.98 1.1-1.46a1 1 0 1 0-1.1 1.45zm5.34-5.77c-1.03.86-2 1.79-2.9 2.77a3 3 0 0 0-1.11-.77 3 3 0 0 1 4-2zm42.66 2.77c-.9-.98-1.87-1.9-2.9-2.77a3 3 0 0 1 4.01 2 3 3 0 0 0-1.1.77zm1.34 1.54c.38.48.75.96 1.1 1.45a1 1 0 1 0-1.1-1.45zm3.73 5.84c-.46-.92-.95-1.82-1.5-2.68a3 3 0 0 0 1.57-1.99 3 3 0 0 1-.07 4.67zm1.8 4.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.63 1.17-1.03a2 2 0 0 1-.2 3.7zm1.14 5.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.35 1.23-.63a2.99 2.99 0 0 1-.6 4.2zM275 214a29 29 0 0 0-57.97 0h57.96zM72.33 198.12c-.21-.32-.34-.7-.34-1.12v-12h-2v12a4.01 4.01 0 0 0 7.09 2.54c.57-.69.91-1.57.91-2.54v-12h-2v12a1.99 1.99 0 0 1-2 2 2 2 0 0 1-1.66-.88zM75 176c.38 0 .74-.04 1.1-.12a4 4 0 0 0 6.19 2.4A13.94 13.94 0 0 1 84 185v24a6 6 0 0 1-6 6h-3v9a5 5 0 1 1-10 0v-9h-3a6 6 0 0 1-6-6v-24a14 14 0 0 1 14-14 5 5 0 0 0 5 5zm-17 15v12a1.99 1.99 0 0 0 1.22 1.84 2 2 0 0 0 2.44-.72c.21-.32.34-.7.34-1.12v-12h2v12a3.98 3.98 0 0 1-5.35 3.77 3.98 3.98 0 0 1-.65-.3V209a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4v-24c.01-1.53-.23-2.88-.72-4.17-.43.1-.87.16-1.28.17a6 6 0 0 1-5.2-3 7 7 0 0 1-6.47-4.88A12 12 0 0 0 58 185v6zm9 24v9a3 3 0 1 0 6 0v-9h-6z'/%3E%3Cpath d='M-17 191a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm19 9a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2H3a1 1 0 0 1-1-1zm-14 5a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-25 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm5 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm9 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm15 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm12-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2H4zm-11-14a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-19 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm6 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-25 15c0-.47.01-.94.03-1.4a5 5 0 0 1-1.7-8 3.99 3.99 0 0 1 1.88-5.18 5 5 0 0 1 3.4-6.22 3 3 0 0 1 1.46-1.05 5 5 0 0 1 7.76-3.27A30.86 30.86 0 0 1-14 184c6.79 0 13.06 2.18 18.17 5.88a5 5 0 0 1 7.76 3.27 3 3 0 0 1 1.47 1.05 5 5 0 0 1 3.4 6.22 4 4 0 0 1 1.87 5.18 4.98 4.98 0 0 1-1.7 8c.02.46.03.93.03 1.4v1h-62v-1zm.83-7.17a30.9 30.9 0 0 0-.62 3.57 3 3 0 0 1-.61-4.2c.37.28.78.49 1.23.63zm1.49-4.61c-.36.87-.68 1.76-.96 2.68a2 2 0 0 1-.21-3.71c.33.4.73.75 1.17 1.03zm2.32-4.54c-.54.86-1.03 1.76-1.49 2.68a3 3 0 0 1-.07-4.67 3 3 0 0 0 1.56 1.99zm1.14-1.7c.35-.5.72-.98 1.1-1.46a1 1 0 1 0-1.1 1.45zm5.34-5.77c-1.03.86-2 1.79-2.9 2.77a3 3 0 0 0-1.11-.77 3 3 0 0 1 4-2zm42.66 2.77c-.9-.98-1.87-1.9-2.9-2.77a3 3 0 0 1 4.01 2 3 3 0 0 0-1.1.77zm1.34 1.54c.38.48.75.96 1.1 1.45a1 1 0 1 0-1.1-1.45zm3.73 5.84c-.46-.92-.95-1.82-1.5-2.68a3 3 0 0 0 1.57-1.99 3 3 0 0 1-.07 4.67zm1.8 4.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.63 1.17-1.03a2 2 0 0 1-.2 3.7zm1.14 5.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.35 1.23-.63a2.99 2.99 0 0 1-.6 4.2zM15 214a29 29 0 0 0-57.97 0h57.96z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.chatbox-messages {
  overflow-y: auto;
  height: 300px;
  max-height: 300px;
}

.user-message,
.admin-message {
  display: inline-block;
  max-width: 80%;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 12px;
}

.user-message {
  text-align: left;
  background-color: #08ae47;
  float: right;
  color: white;
}

.admin-message {
  text-align: left;
  background-color: #1f221f;
  float: left;
  color: white;
  width: 100%;
  font-size: 12px;
}

.chatbox-open,
.chatbox-close {
  color: inherit;
  background-color: transparent;
  border: 0;
  outline: 0 !important;
  cursor: pointer;
}

.chatbox-open {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 42px;
  height: 42px;
  color: #fff;
  background-color: #0360a5;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 12px 15px 20px 0 rgba(46, 61, 73, 0.15);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  margin: 16px;
}

.chatbox-close {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 42px;
  height: 42px;
  color: #fff;
  background-color: #0360a5;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 12px 15px 20px 0 rgba(46, 61, 73, 0.15);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  margin: 16px calc(2 * 16px + 52px) 16px 16px;
}

textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  height: calc(16px + 16px / 2);
  padding: 0 calc(16px / 2);
  font-family: inherit;
  font-size: 12px;
  line-height: calc(16px + 16px / 2);
  color: #888;
  background-color: transparent;
  border: 0;
  outline: 0 !important;
  resize: none;
  overflow: hidden;
}

textarea::-moz-placeholder {
  color: #888;
}

textarea:-ms-input-placeholder {
  color: #888;
}

textarea::placeholder {
  color: #888;
}

.chatbox-popup {
  z-index: 999999;
  display: flex;
  position: fixed;
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  flex-direction: column;
  display: none;
  bottom: calc(2 * 16px + 52px);
  right: 16px;
  width: 377px;
  height: auto;
  background-color: #fff;
  border-radius: 12px;
}

.chatbox-popup .chatbox-popup__header {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  padding: 16px;
  color: #fff;
  background-color: #0360a5;
  align-items: center;
  justify-content: space-around;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

.chatbox-popup .chatbox-popup__header .chatbox-popup__avatar {
  margin-top: -32px;
  background-color: #0360a5;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.chatbox-popup .chatbox-popup__main {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  line-height: calc(16px + 16px / 2);
  color: #888;
  text-align: center;
}

.chatbox-popup .chatbox-popup__footer {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  padding: 16px;
  border-top: 1px solid #e8e8e8;
  align-items: center;
  justify-content: space-around;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

@media (max-width: 768px) {
  .toggle-project-favorite,
  .toggle-favorite {
    margin-left: 10px;
  }

  .css-1l1k60i {
    width: 100% !important;
  }

  .chatbox-popup {
    left: 10px;
  }

  .chatbox-open,
  .chatbox-close {
    bottom: 80px;
    z-index: 99999;
  }

  .chatbox-popup {
    bottom: 170px;
  }

  .chatbox-messages {
    height: 300px;
  }
}

.chatbox-panel {
  display: flex;
  position: absolute;
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  flex-direction: column;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  width: 377px;
  background-color: #fff;
}

.chatbox-panel .chatbox-panel__header {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  padding: 16px;
  color: #fff;
  background-color: #0360a5;
  align-items: center;
  justify-content: space-around;
  flex: 0 0 auto;
}

.chatbox-panel .chatbox-panel__main {
  box-sizing: border-box;
  width: 100%;
  padding: calc(2 * 16px) 16px;
  line-height: calc(16px + 16px / 2);
  color: #888;
  text-align: center;
  flex: 1 1 auto;
}

.chatbox-panel .chatbox-panel__footer {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  padding: 16px;
  border-top: 1px solid #e8e8e8;
  align-items: center;
  justify-content: space-around;
  flex: 0 0 auto;
}

.newButtonStyle {
  background-color: white !important;
  position: relative;
  width: 150px;
  height: 35px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #000;
  justify-content: center;
  border: 1px solid #e8e8e8;
}

.buyUserRequest {
  position: relative;
  width: 150px;
  height: 35px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border: 1px solid #005aa9;
  background-color: #005aa9;
}

.buyUserRequest,
.buyUserRequest__icon,
.buyUserRequest__text {
  transition: all 0.3s;
}

.signup-button {
  box-sizing: border-box;
  margin-top: 10px;
  color: #666;
  border: solid 1px #dedede;
  width: 100%;
  height: 35px;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;

  line-height: 34px;
}

.user-notloggedin-container {
  padding: 16px !important;
  display: flex;
  flex-direction: column;
  justify-content: baseline;
  align-items: baseline;
  padding: 15px;
  box-sizing: border-box;
}

.new-login-dropdown {
  display: none;
  font-weight: 400;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.07);
  border: solid 1px #d9d9d9;
  border-radius: 12px !important;
  position: absolute;
  z-index: 999;
  left: -50px;
  width: 177px;
  height: auto;
  top: 50px;
}

.userIconWrapper {
  position: relative;
  cursor: pointer;
  padding: 15px 0;
}

.userIconWrapper:hover .new-login-dropdown {
  display: block;
}

.buyUserRequest .buyUserRequest__text {
  transform: translateX(20px);
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}

.modalPaymentPlanButtonStyle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
}

.buyUserRequest .buyUserRequest__icon {
  position: absolute;
  transform: translateX(109px);
  height: 35px;
  width: 39px;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.buyUserRequest img {
  width: 30px;
  stroke: #fff;
}

.buyUserRequest:hover {
  background: #005aa9;
}

.buyUserRequest:hover .buyUserRequest__text {
  color: transparent;
}

.buyUserRequest:hover .buyUserRequest__icon {
  width: 148px;
  transform: translateX(0);
}

.buyUserRequest:active .buyUserRequest__icon {
  background-color: #005aa9;
}

.buyUserRequest:active {
  border: 1px solid #005aa9;
}

.cartIconBtn {
  padding: 5px 10px;
  height: 100%;
  background-color: black;
}

.cartTextBtn {
  padding: 5px 10px;
  height: 100%;
  background-color: red;
}

@media (max-width: 768px) {
  .buyUserRequest {
    width: 35px !important;
  }

  .table td {
    justify-content: space-between;
  }

  .buyUserRequest .buyUserRequest__text {
    transform: translateX(5px) !important;
  }

  #map {
    height: 400px;
    width: 100%;
  }

  .spinner-rotate-infinite {
    animation: sri 2s infinite;
  }

  @keyframes sri {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  .loading-bg {
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 70vh;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 150px;
    color: #fff;
  }

  .p-relative {
    position: relative;
  }

  :root {
    --loader-background-color: #e8e8e8;
    --loader-highlight-color: #dedede;
  }

  .skeleton-loader {
    width: 300px;
    height: 20px;
    background: linear-gradient(
      90deg,
      var(--loader-background-color) 25%,
      var(--loader-highlight-color) 50%,
      var(--loader-background-color) 75%
    );
    background-size: 200% 100%;
    animation: loading 2s infinite ease-in-out;
    border-radius: 12px !important;
    margin-bottom: 20px;
  }

  .buyUserRequest__icon {
    display: none !important;
  }

  .cartIconBtn {
    padding: 2px;
    height: 100%;
    background-color: black;
  }

  .cartTextBtn {
    padding: 2px;
    height: 100%;
    background-color: red;
  }

  .paymentTableTitle {
    white-space: normal !important;
  }
}

.dropdown-menu {
  margin-top: 10px !important;
  padding: 0 !important;
  border-radius: 12px !important;
}

.dropdown ul {
  width: 200px !important;
}

.dropdown li a,
.dropdown.toggle > label {
  display: block;
  padding: 0 0 0 10px;
  background: white;
  text-decoration: none;
  line-height: 30px;
  font-size: 12px;
  font-weight: 600;
  color: black;
  border-radius: 12px !important;
}

.dropdown.hover li {
  transition-delay: 300ms;
}

.dropdown li:first-child a {
  border-radius: 12px;
}

.dropdown li:last-child a {
  border-radius: 12px;
}

.dropdown li a:hover,
.dropdown.toggle > label:hover,
.dropdown.toggle > input:checked ~ label {
  background-color: #e8e8e8;
}

.dropdown > li > a:hover::after,
.dropdown.toggle > label:hover::after,
.dropdown.toggle > input:checked ~ label::after {
  border-top-color: #aaa;
}

.buyUserRequestBtn {
  padding: 0;
  background: Black !important;
  border: none;
  border-radius: 0 !important;
}

.buyUserRequestBtn:hover {
  background: black !important;
}

.dropdown li:first-child a:hover::before {
  border-bottom-color: #e8e8e8;
}

.dropdown.hover:hover li,
.dropdown.toggle > input:checked ~ ul li {
  height: 30px;
}

.dropdown.hover:hover li:first-child,
.dropdown.toggle > input:checked ~ ul li:first-child {
  padding-top: 15px;
}

.project-housing-pagination {
  padding-left: 15px;
}

.project-housing-pagination li {
  list-style: none;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #005aa9;
  color: #005aa9;
  margin-right: 8px;
  cursor: pointer;
}

.project-housing-pagination li.active {
  color: #fff;
  background: #005aa9;
}

.project-housing-pagination ul {
  display: flex;
}

.loading-full {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-full .back-opa {
  position: absolute;
  background: #33333357;
  width: 100%;
  height: 100%;
}

.content-loading {
  width: 40%;
  height: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.content-loading i {
  font-size: 100px;
  color: #fff;
  animation: infiniteAnimation 5s infinite;
}

@keyframes infiniteAnimation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.project_brand_profile_image img {
  border-radius: 0 !important;
  object-fit: cover;
  position: relative;
  width: 50px !important;
  height: 50px !important;
  background-color: white !important;
  border-radius: 50% !important;
}

.project_brand_profile_image .country {
  width: 100%;
  height: 15px;
  color: white;
  display: block;
  font-size: 7px !important;
  text-align: center;
  display: flex;
  align-items: center;
  background: black;
  justify-content: center;
}

.advertise_estate_club_rate {
  top: 50px !important;
  background: #005aa9 !important;
  color: white !important;
  left: -1px;
  width: 120px;
  height: 30px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
}

.advertise_estate_club_rate .club_rate {
  color: white !important;
  font-size: 12px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-left: 4px;
  font-weight: 700;
  width: 100%;
  display: block;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
}

.project_estate_club_rate {
  left: -1px;
  top: 94px;
  width: 140px;
  height: 30px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: absolute;
  border: 1px solid #e8e8e8;
}

.project_estate_club_rate .club_rate {
  font-size: 12px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-left: 4px;
  font-weight: 700;
  width: 100%;
  color: #005aa9;
  display: block;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
}

.project_brand_profile_image {
  width: 100%;
  display: flex;
  justify-content: Center;
  align-items: Center;
}

.checkboxes-filter ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.checkboxes-filter ul li label {
  display: flex;
  align-items: center;
}

.checkboxes-filter ul li label span {
  display: block;
  margin-left: 8px;
}

#map {
  height: 400px;
  width: 100%;
}

/* Cool share button made by: csozi | Website: english.csozi.hu*/

.buttons {
  position: relative;
  display: grid;
  place-items: center;
  height: fit-content;
  width: fit-content;
  transition: 0.3s;
  border-radius: 50%;
  z-index: 1;
}

.main-button {
  background: #ffffff;
  position: relative;
  display: grid;
  place-items: center;
  z-index: 9999999 !important;
  padding: 10px;
  border: none;
  border: solid 1px #e8e8e8;
  width: 35px;
  height: 35px;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s;
  z-index: 100;
}

.buttons .button a {
  color: black !important;
}

.buttons .button {
  background: #ffffff;
  position: absolute;
  display: grid;
  place-items: center;
  padding: 10px;
  border: none;
  z-index: 99999 !important;
  border: solid 1px #e8e8e8;
  width: 35px;
  height: 35px;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

.discord-button:hover {
  background: #5865f2;
}

.buttons:hover .discord-button {
  translate: 70px 0px;
  box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}

.buttons button:hover .svg {
  fill: white !important;
}

.twitter-button:hover {
  background: #3b5998;
}

.buttons:hover .twitter-button {
  translate: 47px -47px;
  box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}

.reddit-button:hover {
  background: green;
}

.buttons:hover .reddit-button {
  translate: 0px -70px;
  box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}

.messenger-button:hover {
  background: #0093ff;
}

.buttons:hover .messenger-button {
  translate: -47px -47px;
  box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}

.pinterest-button:hover {
  background: #f0002a;
}

.buttons:hover .pinterest-button {
  translate: -70px 0px;
  box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}

.instagram-button:hover {
  background: #f914af;
}

.buttons:hover .instagram-button {
  translate: -47px 47px;
  box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}

.snapchat-button:hover {
  background: #fffc00;
}

.button-effect {
  width: 35px !important;
  height: 35px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.buttons:hover .snapchat-button {
  translate: 0px 70px;
  box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}

.whatsapp-button:hover {
  background: #25d366;
}

.buttons:hover .whatsapp-button {
  translate: 47px 47px;
  box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}

.b-estate-form {
  border: 1px solid #e8e8e8;
}

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

@media (max-width: 768px) {
  .button-effect,
  .main-button,
  .buttons .button {
    width: 35px !important;
    height: 35px !important;
  }

  .housing-card-container-mobile {
    display: flex !important;
    justify-content: space-between !important;
    height: auto !important;
    border: 1px solid #e8e8e8;
    border-radius: 12px !important;
    background: #fff;
    overflow: hidden !important;
    transition: transform 0.2s;
    /* flex-direction: row !important; */
    box-shadow: none !important;
    flex-direction: column !important;
    margin-bottom: 12px !important;
  }

  .housing-card-container-mobile .housing-card-image-container {
    height: 90px;
    margin-top: 0 !important;
  }

  .housing-card-container-mobile .housing-card-image {
    width: 124px;
    height: 100%;
    object-fit: cover;
    border-radius: 16px !important;
  }

  .housing-card-container-mobile {
    gap: 0;
  }

  .mobileAddCollection,
  .disabledShareButton {
    border: 1px solid gray;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 33px !important;
    border: solid 1px #f0f0f0;
    background: #ffffff;
    box-sizing: border-box;
    border-radius: 100%;
    font-size: 12px;
  }

  .mobileAddCollection:hover,
  .disabledShareButton:hover {
    background-color: white !important;
    color: black !important;
  }
}

.share-area {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  color: #fff;
  background-color: #005aa9;
  font-size: 22px;
}

.price-share {
  font-size: 20px;
  font-weight: 700;
  color: #005aa9;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize !important;
}

.payment-button-share {
  color: white;
  font-size: 12px;
  background-color: black;
  font-weight: 600;
  border: none;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 40px;
}

.project-card {
  position: relative;
}

.sharer-button button {
  background: #005aa9 !important;
  border: #005aa9 !important;
  width: 150px;
  color: White;
  height: auto !important;
  padding: 6px;
  position: absolute;
  top: 250px;
  left: calc(50% - 75px);
  margin-bottom: 1rem;
}

.sharers {
  border: 1px solid #333;
  margin-left: 20px;
}

.newButtonStyle img {
  position: absolute;
  top: -16px;
  left: 22px;
  width: 67px;
}

.newButtonStyle__text {
  font-weight: bold;
}

.ql-align-center {
  text-align: center;
  font-size: initial;
  line-height: inherit;
  margin-bottom: 10px;
}

.ql-size-small {
  font-size: 0.75em;
}

.ql-size-large {
  font-size: 1.5em;
}

.summary-padding {
  padding: 20px;
}

small {
  font-size: 12px !important;
}

/* Placeholder renklerini özelleştirmek */
input::placeholder,
textarea::placeholder {
  color: #999 !important;
  /* Açık gri */
  font-weight: normal !important;
}

/* Placeholder için focus durumu */
input:focus::placeholder,
textarea.focus::placeholder {
  color: transparent;
  /* Placeholder'ı gizle */
}

.card {
  background-color: #fff;
  border-radius: 12px;
  /* padding: 20px !important; */
}

.badge-phoenix-warning {
  width: 100%;
  font-size: 10px;
  padding: 8px 10px;
  border: 1px solid #ffcc85;
  color: #bc3803;
  background-color: #ffefca;
}

.badge-phoenix-info {
  width: 100%;
  font-size: 10px;
  padding: 8px 10px;
  border: 1px solid #96d9ff;
  color: #005585;
  background-color: #c7ebff;
}

.badge-phoenix-success {
  width: 100%;
  font-size: 10px;
  padding: 8px 10px;
  border: 1px solid #bee8b4;
  color: #1c6c09;
  background-color: #d9fbd0;
}

.front-project-tabs ul {
  display: flex;
  overflow-x: auto;
}

.front-project-tabs ul li {
  color: #ff2222;
  padding: 10px 15px;

  border: 1px solid #f03c3c;
  margin-right: 10px;
  cursor: pointer;
}

.front-project-tabs ul li.active {
  background-color: #005aa9 !important;
  color: #fff !important;
}

.project-table-menu {
  border: 1px solid #e8e8e8;
  padding: 15px 30px;
  background: #fff;
}

.project-table-menu ul {
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.project-table-menu ul li {
  font-size: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.project-table-content {
  border: 1px solid #e8e8e8;
  background: #fff;
  margin-top: 10px;
  border-radius: 12px;
  padding: 10px;
}

.project-table-content ul {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}

.project-table-content li {
  flex: 1;
  /* Distributes space equally among the items */
  padding: 8px;
  /* Adjust as needed */
  text-align: center;
  white-space: nowrap;
  /* Prevents text wrapping */
  overflow: hidden;
  text-overflow: ellipsis;
  /* Adds ellipsis for overflow */
  border-right: 1px solid #e8e8e8;
  /* Optional: separates items visually */
}

.project-table-content .order_status,
.project-table-content .order_project {
  flex: 1;
  /* Makes these columns wider */
}

.project-table-content li:last-child {
  border-right: none;
  /* Removes the right border from the last item */
}

.sales_person {
  flex: 2 !important;
}

.sales_person p {
  font-size: 11px;
}

/* Ensures consistent alignment for image and text in .sales_person */
.sales_person a {
  display: flex;
  align-items: center;
}

.sales_person img {
  margin-right: 8px;
  width: 35px;
  height: 35px;
}

/* Optional: Style the popover for better display */
.popover-project-actions,
.popover-project-action-modal {
  position: absolute;
  padding: 10px;
  background-color: white;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.project-table-content ul,
.popover-project-action-modal ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popover-project-action-modal {
  display: flex;
  flex-direction: column;
  width: 150px;
  text-align: center;
  z-index: 9;
}

.popover-project-action-modal a {
  padding: 5px;
}

.project-table-content ul li {
  font-size: 12px;
  display: flex;
  font-weight: 500;
  flex-direction: column;
  align-items: center !important;
  justify-content: space-between;
  text-align: center;
  padding: 0;
}

.project-table-content-location {
  font-size: 10px;
  font-weight: normal !important;
}

.project-table-content ul li p {
  line-height: 12px;
  margin: 0;
}

.project-table-content ul {
  margin: 0;
}

.project-table-content-actions-button {
  background-color: #005aa9;
  width: 25px;
  height: 25px;
  border-radius: 12px !important;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.project-table-content-actions-button i {
  margin-bottom: 2px;
}

.popover-project-actions li a,
.popover-project-mobile-actions li a {
  padding: 10px 20px !important;
  width: 100% !important;
  display: block;
}

.popover-project-actions li:last-child,
.popover-project-mobile-actions li:last-child {
  border-bottom: none;
}

.popover-project-actions,
.popover-project-actions-mobile {
  margin: 0;
}

.popover-project-actions li a,
.popover-project-mobile-actions li a {
  color: #000;
}

.popover-project-actions li,
.popover-project-mobile-actions li {
  cursor: pointer;
}

.table-breadcrumb {
  display: inline-block;
}

.table-breadcrumb ul {
  margin: 0;
}

.table-breadcrumb ul li:last-child {
  color: #005aa9;
}

.table-breadcrumb li i {
  font-size: 16px;
  color: black;
}

.table-breadcrumb li a {
  color: black;
}

.table-breadcrumb li {
  white-space: nowrap;
}

.table-breadcrumb li::after {
  --arrow-color: black;
  margin-left: 1px;
  z-index: 1;
}

.table-breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.icon-input {
  display: flex;
}

/* CustomModal.css */
.custom-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  /* Daha koyu arka plan */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 998;
  /* Modalın diğer öğelerin üstünde olduğundan emin olun */
}

.custom-modal-content {
  background: #fff;
  padding: 24px;
  border-radius: 12px !important;
  width: 25%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 999999999;
}

.custom-modal-header {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

.custom-modal-buttons {
  display: flex;
  justify-content: space-between;
}

.custom-modal-button {
  background-color: #005aa9;
  color: #fff;
  border: none;
  border-radius: 12px !important;
  padding: 10px 15px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  font-size: 12px;
}

.custom-modal-button-secondary {
  background-color: #6c757d;
}

@media (max-width: 768px) {
  .custom-modal-content {
    width: 90%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .custom-modal-content {
    width: 50% !important;
  }

  .tablet-max-width {
    max-width: 100% !important;
  }

  .tablet-max-width-modal {
    max-width: 90% !important;
  }

  .payment-modal-custom .project-image {
    height: 250px !important;
  }

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

  .list-housing {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .housing-card-image {
    width: 250px !important;
    max-width: 100% !important;
  }

  .bottom-menu {
    margin-bottom: 10rem !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .housing-card-image {
    width: 100% !important;
  }

  .bottom-menu {
    margin-bottom: 15rem !important;
  }
}

.list-housing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.p-relative {
  position: relative !important;
}

.table-row-image img {
  max-height: 50px !important;
}

#cover_image.upload-container,
#authority_certificate.upload-container,
#document.upload-container,
#situations.upload-container,
#gallery.upload-container {
  background: #fff none repeat scroll 0 0;
  border: 2px dashed #1abc9c;
  /* padding: 50px 20px; */
  display: flex;
  cursor: pointer;
}

.photos.ui-sortable {
  display: flex !important;
  align-items: center;
}

.next-house-bottom,
.prev-house-bottom {
  cursor: pointer;
}

.border-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.border-container p {
  margin-top: 10px;
  font-weight: 600;
}

.icon-area {
  padding: 5px 10px;
  background-color: #005aa9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-input input {
  background: transparent;
  border: none;
  border-left: 1px solid #d1e8ff;
  padding-left: 10px;
  outline: 0;
  width: 100%;
  border-radius: 0 12px 12px 0 !important;
}

.icon-area svg {
  height: 1em;
  color: white;
}

.cover-photo div {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}

.border-container .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  color: #95afc0;
  opacity: 0.55;
}

.load-area {
  position: fixed;
  top: 0;
  width: 50%;
  height: 70px;
  background: #005aa9;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 9999;
  left: 25%;
}

.load-area .progress {
  margin: 10px 10px;
  height: 20px;
  background: #fff;
}

.load-area .progress-bar {
  background: #333;
}

.load-area span {
  display: block;
  text-align: center;
  color: #fff;
  margin: 10px 0;
}

.d-block {
  display: block;
}

.pinned-left {
  width: 10%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px 0 15px 15px;
  border-right: 1px solid #f1f1f1;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}

.pinned-left span {
  display: inline-block;
  width: 50%;
}

.project-housings-table-head {
  width: 100%;
  display: flex;
  position: relative;
  border: 1px solid #e8e8e8;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.center-scroll {
  overflow: auto;
  white-space: nowrap;
  margin-left: 10%;
  margin-right: 8%;
  padding: 15px 0 15px 30px;
  width: 100%;
}

.center-scroll span {
  width: 15%;
  display: inline-block;
  padding-left: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.pinned-right {
  width: 8%;
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px 15px 15px 0;
  border-left: 1px solid #f1f1f1;
  text-align: right;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}

#style-x::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  background-color: #e8e8e8;
}

#style-x::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #e8e8e8;
}

#style-x::-webkit-scrollbar-thumb {
  border-radius: 12px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: gray;
}

.project-housings-table-row {
  width: 100%;
  display: flex;
  position: relative;
  border: 1px solid #c7bbbb;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 10px;
}

.sale-open-text {
  color: green !important;
  margin: 0;
}

.sale-close-text {
  color: #9d7e23 !important;
  margin: 0;
}

.sale-text {
  color: #005aa9 !important;
  margin: 0;
}

.pay-decs-button {
  padding: 5px 10px;
  border-radius: 12px !important;
  background: #005aa9;
  font-size: 9px;
  color: #fff;
  cursor: pointer;
  margin: 0;
}

.pay-decs-button p {
  margin: 0;
  line-height: 13px;
}

.table-row-image img {
  max-width: 80%;
}

.sold-item {
  top: 50%;
  left: 50%;
  transform: translate(-100%, 0%) rotate(-45deg);
  font-size: 2em;
  color: #fff;
  white-space: nowrap;
  animation: moveText 3s linear infinite;
  font-size: 16px;
  color: #e77878;
}

.sold-area {
  position: absolute;
  width: 83%;
  height: 100%;
  left: 96px;
  top: 0;
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: repeat(15, 1fr);
  gap: 5px;
  background: #e33434;
  z-index: 2;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.sold-area2 {
  position: absolute;
  width: 82%;
  height: 100%;
  left: 0;
  top: 0;
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: repeat(15, 1fr);
  gap: 5px;
  z-index: 9999;
  margin-left: 10%;
  margin-right: 8%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.sold-area .customer-info {
  color: #fff;
  font-size: 12px;
  position: relative;
  z-index: 99999;
}

.selected-div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #04a9be59;
}

.edit-selected-items {
  background: #04a9be;
  border: 1px solid #04a9be;
  color: #fff;
  padding: 7px 15px;
  border-radius: 7px !important;
  display: block;
  outline: 0;
}

.edit-selected-items.disabled {
  background-color: gray;
  border: 1px solid gray;
}

.edit-selected-items:focus {
  outline: 0;
}

.housing-pagination ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.housing-pagination ul li {
  background: gray;
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 12px !important;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 5px;
  cursor: pointer;
  margin-bottom: 15px;
}

.housing-pagination ul li.active {
  background: #04a9be;
}

.selected-item {
  padding: 5px 10px;
  background: #04a9be;
  margin: 0 5px 0 0;
  border-radius: 12px !important;
  color: #fff;
  display: inline-block;
}

.selected-items {
  white-space: nowrap;
  overflow-x: auto;
}

.selected-items-area {
  background: #fff;
  margin: 10px 0;
  border-radius: 12px;
  margin-top: 10px;
}

.selected-items-area h4 {
  margin-top: -17px;
}

.modal-title h4 {
  border: 1px solid #f1f1f1;
  background-color: #fff;
  padding: 10px 20px;
  position: absolute;
  top: -16px;
  margin: 0 auto;
  left: 0%;
  color: #000;
  border-radius: 12px;
}

.save-button-custom-edit {
  background-color: #005aa9;
  padding: 10px 20px;
  border-radius: 3px !important;
  color: #fff;
  border: 1px solid #005aa9;
}

.custom-edit-area input {
  height: 38px;
}

.custom-edit-area label {
  display: block;
}

.block-tabs ul {
  display: flex;
  justify-content: flex;
}

.block-tabs ul li {
  padding: 5px 10px;
  background-color: gray;
  border-radius: 3px !important;
  color: #fff;
  border: 1px solid gray;
  margin-right: 5px;
  cursor: pointer;
}

.block-tabs ul li.active {
  background: #04a9be;
  border: 1px solid #04a9be;
}

.all_selected_button {
  padding: 5px 10px;
  background-color: gray;
  border-radius: 3px !important;
  color: #fff;
  border: 1px solid gray;
  margin-right: 5px;
  cursor: pointer;
}

.all_selected_button:focus {
  outline: 0;
}

.all_selected_button.active {
  background: #04a9be;
  border: 1px solid #04a9be;
}

.info-color {
  display: flex;
  border: 1px solid #005aa9;
  padding: 0.6em 1em;
  margin-left: 5px;
  align-items: center;
  border-radius: 12px;
  color: #005aa9;
}

.info-color span:last-child {
  margin-left: 5px;
}

.loading-icon {
  animation: infinite-spinner 5s infinite;
}

@keyframes infinite-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.payment-modal {
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 1001;
  align-items: center;
  transition: top 0.3s ease;
  /* Smooth animation */
  right: 0px !important;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
}

.payment-modal-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #333333f1;
  left: 0;
  top: 0;
  z-index: 998;
}

.credit-card-form {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.payment-modal-content {
  background: #fff;
  position: relative;
  z-index: 999;
  width: 55%;
  border-radius: 12px;
  max-height: 93%;
}

@media (max-width: 1000px) {
  .payment-modal-content {
    width: 85%;
  }
}

.pop-up-top-gradient {
  background: #005aa9;
  padding: 15px 25px 15px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px 6px 0 0;
}

.pop-up-top-gradient .close span {
  background: #fff;
  padding: 3px;
  font-size: 14px;
  height: 100%;
  color: #005aa9;
  display: block;
  border-radius: 12px !important;
}

.pop-up-top-gradient h3 {
  font-size: 12px;
  color: #fff;
  margin: 0;
}

.pop-up-top-gradient .close {
  opacity: 1 !important;
  cursor: pointer;
}

.payment-modal-section h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.94px;
  text-transform: capitalize;
  margin: 15px 0;
}

.payment-modal-section {
  padding: 0 25px;
}

.content-payment-modal {
  padding-top: 10px;
}

.payment-modal-section .pay-desc {
  width: 100% !important;
}

.payment-modal-section table {
  width: 100%;
}

.payment-modal-section table thead {
  background: #e8e8e8;
}

.payment-modal-section table thead th {
  color: #404040;
  font-size: 10px;
  padding: 10px 10px;
  font-weight: 500;
  line-height: 11px;
}

.payment-method table thead tr th:first-child {
  padding-left: 15px;
}

.payment-method table tbody td:first-child {
  padding-left: 15px;
}

.payment-modal-section table tbody td {
  padding: 10px 10px;
  white-space: break-spaces;
}

.not-payment-bg {
  background: #005aa91a;
}

.payment-bg {
  background: #009f361a;
}

.payment-modal-section table tbody td svg {
  width: 20px;
  height: 20px;
  color: #005aa9;
  fill: #005aa9;
  stroke: #005aa9;
}

.payment-modal-area {
  max-height: 90vh;
  overflow: auto;
}

.add-new-installment svg {
  width: 15px;
  height: 15px;
  color: #e33434;
  stroke: #e33434;
  fill: #e33434;
}

.installment-remove-button svg {
  width: 20px !important;
  height: 20px !important;
  fill: #fff !important;
  stroke: #fff !important;
  color: #fff !important;
}

.payment-modal-section .form-control {
  height: 36px !important;
}

.padding-auto {
  margin-top: 2rem !important;
}

.payment-modal-section .all_selected_button {
  background: #fff;
  border: 1px solid #005aa9;
  color: #005aa9;
  display: flex;
  align-items: center;
}

.modal-footer {
  justify-content: space-between;
  gap: 10px;
  padding-top: 0 !important;
}

.modal-footer button {
  width: 50%;
  display: flex;
  padding: 10px 10px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  flex: 1 0 0;
}

.modal-footer .last-change {
  display: flex;
}

.modal-footer .last-change span {
  display: block;
  margin-left: 15px;
}

.loading-area {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
}

.loading-area i {
  font-size: 30px;
  animation: infinite-spinner-x 1s infinite;
}

@keyframes infinite-spinner-x {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.add-pay-dec {
  background: #005aa9;
  border: 1px solid #005aa9;
  border-radius: 20px !important;
  padding: 5px 20px;
  color: #fff;
  margin: 20px 0;
  font-size: 10px;
  outline: 0;
}

.add-pay-dec:focus {
  outline: 0;
}

.update-pay-dec-selected {
  background: #153d8c;
  border: 1px solid #153d8c;
  border-radius: 20px !important;
  padding: 5px 20px;
  color: #fff;
  margin: 20px 0;
  font-size: 10px;
  outline: 0;
}

.update-pay-dec-selected:focus {
  outline: 0;
}

.update-pay-dec-all {
  border: 1px solid #ff9907;
  border-radius: 20px !important;
  padding: 5px 20px;
  color: #fff;
  margin: 30px 0;
  font-size: 10px;
  background: #ff9907;
  outline: 0;
  margin-left: 17px;
}

.update-pay-dec-all:focus {
  outline: 0;
}

.pay-dec-modal-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.installment-remove-button {
  cursor: pointer;
}

.is_locked {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 160px);
  padding: 20px 0;
}

.is_locked span {
  font-size: 12px;
  margin-top: 20px;
}

.is_locked i {
  font-size: 50px;
}

.confirm-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.confirm-modal-bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: #333333f1;
  left: 0;
  top: 0;
}

.confirm-modal-content {
  background: #fff;
  position: relative;
  z-index: 999;
  width: auto;
  border-radius: 12px;
  overflow: hidden;
}

.message-with-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.message-with-icon i {
  font-size: 30px;
  border: 1px solid #e33434;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e33434;
}

.message-with-icon span {
  margin-top: 20px;
  text-align: center;
}

.confirm-modal-area {
  padding: 10px 0;
}

.confirm-modal-confirm-button {
  background: #005aa9;
  border-radius: 40px !important;
  padding: 3px 20px;
  color: #fff;
  border: 1px solid #005aa9;
}

.confirm-modal-cancel-button {
  background: #000000;
  border-radius: 40px !important;
  padding: 3px 20px;
  color: #fff;
  border: 1px solid #e8e8e8;
  margin-right: 15px;
}

.installment-copy-button svg {
  color: #000000 !important;
  fill: #000000 !important;
  stroke: #000000 !important;
  cursor: pointer;
  margin-left: 5px;
}

.file-upload-area {
  border: 1px dashed #005aa9;
  background: #005aa933;
  padding: 40px 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 20px;
  cursor: pointer;
}

.file-upload-area span {
  color: #005aa9;
  text-align: center;
}

.d-block {
  display: block;
}

.add-project-pay-dec-button {
  background: #005aa9;
  border: 1px solid #005aa9;
  color: #fff;
  border-radius: 12px !important;
  outline: 0 !important;
}

.add-project-pay-dec-button:focus {
  outline: 0 !important;
}

.required-span {
  color: red !important;
  margin-left: 4px;
}

.required-span2 {
  color: red !important;
}

.project_imagex .project-image-button-select {
  display: none !important;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 999;
}

.situation_imagex .situation-image-button-select {
  display: none !important;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 999;
}

.project_imagex .image-checkbox {
  display: none !important;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 999;
}

.situation_imagex .image-checkbox {
  display: none !important;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 999;
}

.project_imagex {
  position: relative;
}

.situation_imagex {
  position: relative;
}

.project_imagex:hover {
  background: #33333357;
}

.situation_imagex:hover {
  background: #33333357;
}

.project_imagex:hover .image-checkbox,
.project_imagex:hover .project-image-button-select {
  display: block !important;
}

.situation_imagex:hover .situation-image-button-select {
  display: block !important;
}

.image-progress-bar {
  display: inline-flex;
  background: #005aa9;
  color: #fff;
  padding: 5px 10px;
  border-radius: 12px;
  margin-top: 10px;
}

.project_imagex:first-child {
  margin-left: 0 !important;
}

.situation_imagex:first-child {
  margin-left: 0 !important;
}

.project_imagex .remove-area {
  display: none !important;
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 999;
  background: #005aa9 !important;
  padding: 3px 5px;
  font-size: 12px;
  border-radius: 12px !important;
  cursor: pointer;
  color: #fff;
}

.project_imagex .image-buttons {
  display: none !important;
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 999;
  background: #005aa9 !important;
  padding: 3px 5px;
  font-size: 12px;
  border-radius: 12px !important;
  cursor: pointer;
  color: #fff;
}

.situation_imagex .image-buttons {
  display: none !important;
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 999;
  background: #005aa9 !important;
  padding: 3px 5px;
  font-size: 12px;
  border-radius: 12px !important;
  cursor: pointer;
  color: #fff;
}

.project_imagex:hover .remove-area,
.project_imagex:hover .image-buttons {
  display: block !important;
}

.situation_imagex:hover .remove-area,
.situation_imagex:hover .image-buttons {
  display: block !important;
}

.checked-image {
  background: #33333357 !important;
}

.checked-image .remove-area {
  display: block !important;
}

.checked-image .image-checkbox {
  display: block !important;
}

.error-area {
  background: red;
  color: #fff;
  border-radius: 12px;
  padding: 5px 10px;
}

.address-overlay {
  position: fixed;
  /* Ensures the overlay covers the viewport */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Dark background with opacity */
  z-index: 999;
  /* Ensure it sits above other elements */
  display: none;
  /* Hidden by default */
}

.address-overlay.show {
  display: block;
  /* Show the overlay */
}

.select2-search {
  position: relative;
}

.select2-clear-button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  font-size: 14px;
  cursor: pointer;
}

#submit-filters {
  height: 40px !important;
}

.select2-clear-button:hover {
  color: red;
}

.pop-up-v2 {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.pop-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #333333f1;
}

.pop-up-v2 .pop-content {
  width: 30%;
  background: #fff;
  padding: 10px 20px;
  border-radius: 12px;
  position: relative;
}

.pop-up-v2 .pop-content .pop-up-title-with-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pop-up-v2 .pop-content .pop-up-title-with-icon i {
  color: #005aa9;
  margin: 10px 0;
  border: 1px solid #005aa9;
}

.pop-up-v2 .pop-content .pop-up-title-with-icon .icon {
  fill: #005aa9;
  border: 1px solid #005aa9;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.pop-up-v2 .pop-content .pop-up-title-with-icon .icon svg {
  fill: #005aa9;
  width: 40px;
  height: 40px;
  font-size: 50px;
  margin-left: 10px;
}

.pop-up-v2 .pop-content .choises {
  display: flex;
  justify-content: space-evenly;
  margin: 20px 0;
}

.pop-up-v2 .pop-content .choises .choise {
  padding: 10px 20px;
  color: #fff;
  background: #005aa9;
  border-radius: 12px;
  cursor: pointer;
}

.finish-tick {
  background: #fff;
  padding: 5px 10px;
}

.finish-tick input {
  margin-right: 5px;
  cursor: pointer;
}

.finish-tick .rulesOpen {
  margin-right: 5px;
}

.finish-tick span {
  cursor: pointer;
}

.upload-container {
  border: 1px solid #005aa9;
  border-radius: 12px;
}

.section-title-form {
  margin: 10px 0;
  font-size: 17px;
  font-weight: bold;
  display: block;
}

.situation-multi-select .multi-select {
  padding: 5px 20px;
  color: #fff;
  background: #005aa9;
  border-radius: 12px !important;
  cursor: pointer;
  border: 1px solid #005aa9;
}

.project-multi-select .multi-select {
  padding: 5px 20px;
  color: #fff;
  background: #005aa9;
  border-radius: 12px !important;
  cursor: pointer;
  border: 1px solid #005aa9;
}

.button-finish {
  padding: 5px 20px;
  color: #fff;
  background: #005aa9;
  border-radius: 12px !important;
  cursor: pointer;
  border: 1px solid #005aa9;
}

.icon-input i {
  color: #fff;
}

.table-right-breadcrumb {
  display: inline-block;
}

.table-right-breadcrumb ul {
  margin: 0;
}

.table-right-breadcrumb li::before,
.table-right-breadcrumb li::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: var(--arrow-size) solid transparent;
  border-bottom: var(--arrow-size) solid transparent;
  border-left: var(--arrow-width) solid var(--arrow-color);
  position: absolute;
  top: 50%;
  margin-top: calc(var(--arrow-size) * -1);
  right: 100%;
  transform: rotate(180deg);
}

.table-right-breadcrumb li::before {
  --arrow-color: #005aa9;
  z-index: 2;
}

.table-right-breadcrumb li i {
  font-size: 16px;
}

.table-right-breadcrumb li {
  --arrow-size: 1.4em;
  --arrow-width: 1em;
  position: relative;
  padding: 0.6em 1em;
  white-space: nowrap;
  color: #fff;
}

.table-right-breadcrumb li:last-child::after {
  --arrow-color: transparent;
}

.table-right-breadcrumb li::after {
  --arrow-color: #fff;
  margin-left: -1px;
  z-index: 1;
}

.table-right-breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  border: 1px solid #ff8c8c;
  border-radius: 12px;
  background-color: #005aa9;
}

.paylasimli-rozet {
  position: absolute;
  left: 10px;
  width: 50px !important;
  height: 50px !important;
  object-fit: contain !important;
  bottom: 10px;
}

#emlak-sepette {
  background-color: #f9f9f9;
  padding: 40px 20px;
  border-top: 1px solid #e8e8e8;
  font-family: "Arial", sans-serif;
  color: #333;
}

#emlak-sepette h2 {
  font-size: 17px;
  margin-bottom: 10px;
  color: #444;
  font-weight: bold;
}

#emlak-sepette h3 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #444;
  font-weight: bold;
}

#emlak-sepette h4 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #444;
  font-weight: bold;
}

#emlak-sepette p {
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 1.7rem;
}

#emlak-sepette ul {
  margin-left: 20px;
  margin-bottom: 10px;
  list-style-type: disc;
}

#emlak-sepette ul li {
  margin-bottom: 10px;
  font-size: 12px;
}

#emlak-sepette a {
  color: #005aa9;
  text-decoration: none;
}

#emlak-sepette a:hover {
  text-decoration: underline;
}

.unique-class-housing-image {
  width: 160px;
  height: 96px;
  object-fit: cover;
  border-radius: 6px 0 0 6px !important;
  margin-right: 1rem;
}

@media (max-width: 768px) {
  .unique-class-housing-image {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 0 12px 12px 0 !important;
    margin-right: 1rem;
  }

  #emlak-sepette {
    padding: 30px 15px;
  }

  #emlak-sepette h2 {
    font-size: 17px;
  }

  #emlak-sepette h3 {
    font-size: 12px;
  }

  #emlak-sepette h4 {
    font-size: 12px;
  }

  #emlak-sepette p,
  #emlak-sepette ul li {
    font-size: 12px;
  }
}

.package-adv-info {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  border-top: 1px solid #b8b4b4;
  margin-top: 10px;
  padding-top: 10px;
}

.expired-time-text {
  font-weight: bold;
  color: red;
}

.date-info-square {
  background: green;
  padding: 5px;
  border-radius: 12px !important;
  color: #fff;
}

.date-info-square i {
  margin-right: 5px;
}

.estate-time-icon {
  border: 1px solid #ec2f2e;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ec2f2e;
  border-radius: 100%;
  font-size: 40px;
}

.confirm-button {
  background: #4bb543;
  border: 1px solid #4bb543;
  font-size: 13px;
  padding: 5px 10px;
  color: #fff;
}

.cancel-button {
  background: #fff;
  border: 1px solid #ec2f2e;
  font-size: 13px;
  padding: 5px 10px;
  color: #ec2f2e;
}

.button-secondary {
  padding: 5px 10px;
  background-color: #17a2b8;
  color: #fff;
  border-radius: 12px;
}

.button-secondary:hover {
  color: #fff;
}

.project-table-content.housing-table-content li:nth-child(3) {
  flex: 1 !important;
}

.project-table-content.housing-table-content ul:first-child li:nth-child(2) {
  flex: 2 !important;
}

.formbuilder-checkbox {
  display: flex;
  margin-right: 16px;
}

.formbuilder-checkbox label {
  font-size: 11px !important;
  font-weight: normal !important;
}

.formbuilder-embedded-bootstrap label {
  margin-bottom: 12px !important;
}

.date-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.date-input-wrapper i {
  position: absolute;
  left: 10px;
  color: #bebebe;
  pointer-events: none;
}

.date-input-wrapper .date-field {
  padding-left: 10px;
}

@media (max-width: 768px) {
  .storeShareTypeBtn {
    width: 100%;
    padding-inline: 5px !important;
  }

  .dropdown-menu {
    left: -100% !important;
    top: 77%;
  }

  .project-table-content-wrapper {
    overflow-x: auto;
    /* Yatay kaydırma sağlar */
  }

  /* .project-table-content {
    display: flex;
    flex-direction: row;
  } */

  .project-table-content ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    gap: 8px !important;
  }

  .project-table-content li {
    padding: 10px;
    white-space: nowrap;
    text-align: center;
    min-width: 90px;
    box-sizing: border-box;
    font-size: 0.9rem;
    width: 100%;
  }

  .project-table-content ul li {
    width: 100%;
  }

  .project-table-content ul li button {
    width: 100%;
  }

  .project-table-content .badge {
    width: 100%;
    margin: 0px !important;
  }

  .project-table-content ul li:nth-child(2) {
    margin-left: 0px !important;
  }
}

.housing-thumbnail {
  width: 200px !important;
  height: 150px !important;
}

.housing-details {
  margin-left: 20px !important;
}

/* .housing-step-slugs {
} */

@media all and (max-width: 767px) {
  .housing-thumbnails {
    flex-direction: column !important;
  }

  .text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .housing-thumbnail {
    width: 100% !important;
  }

  .projectItemFlex {
    align-items: center !important;
    justify-content: start !important;
  }

  .actions-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 10px;
  }

  .projectItemFlex .mobileCBtn {
    white-space: nowrap;
  }

  .projectItemFlex:has(h6) {
    align-items: flex-end !important;
  }

  .receivedImg {
    width: 60px !important;
    height: 60px !important;
  }
}

.housing-card-container-grid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow: hidden;
  width: 302px;
  height: auto;
  min-height: 455px;
  padding: 0px;
  border: 1px solid #cdd5df;
  border-radius: 10px;
}
.housingMt{
margin-top: 30px !important;

}
.housing-card-container-grid:hover {
  border: 1px solid #98bfff !important;
  box-shadow: 0 0 0 4px #c4daff !important;
}

@media (max-width: 768px) {
  .housing-card-container-grid {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    height: 340px;
    padding-bottom: 12px;
  }

  .promotion-card {
    width: 100% !important;
    height: 340px !important;
  }
}

.project-card-container {
  height: 190px;
  margin-bottom: 12px;
  padding: 8px;
  gap: 8px;
}

.project-card-image-container {
  width: 70%;
  max-width: 70%;
  border-radius: 12px;
  position: relative !important;
  flex-grow: 1 !important;
}

.project-card-image {
  object-fit: cover;
  border-radius: 16px;
  height: 100% !important;
  width: 100% !important;
}

.project-card-brand-logo-container {
  position: absolute !important;
  margin: 8px !important;
  left: 0 !important;
  top: 0 !important;
  width: 100%;
  height: 100%;
}

.project-card-brand-logo {
  width: 40px;
  height: 40px;
  font-size: 10px;
  color: #005aa9;
  background: white;
  padding: 5px;
  border: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.project-card-title-part {
  display: flex;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.37);
  color: #fff;
  font-weight: bold;
  position: absolute !important;
  padding: 7px !important;
  right: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  border-radius: 16px;
}

.project-card-ad-title {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 30%;
  max-width: 30%;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
}

.slick-slider {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 10px !important;
}

.housing-card-image-container-grid {
  position: relative;
  height: 200px;
  background: #f9f9f9;
  z-index: 1;
  border-radius: 16px 16px 0 0;
}

.paylasimli-ilan {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 10px;
  backdrop-filter: blur(4px);
  background: white;
  color: #f39c12;
  border-radius: 24px;
  font-weight: 500;
  font-family: "Inter", sans-serif !important;
  font-size: 12px;
  text-decoration: none;
  transition: 0.3s;
  position: absolute;
}

.kaporam-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 10px;
  backdrop-filter: blur(4px);
  background: #2a9fbccc;
  color: #fff;
  border-radius: 24px;
  font-weight: 500;
  font-family: "Inter", sans-serif !important;
  font-size: 12px;
  text-decoration: none;
  transition: background 0.3s;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 99;
}

.slider-top-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #0a3e70;
  /* örnekteki maviye yakın */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  z-index: 2;
  color: white;
}

.card-wrapper {
  overflow: hidden;
  position: relative;
  font-family: sans-serif;
  text-decoration: none;
}

@media (max-width: 400px) {
  .top-banner {
    gap: 13px !important;
  }
}

/* Üst Mavi Alan */
.top-banner {
  background: #0075a3;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 35px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 16px !important;
}

.recent-card-wrapper {
  background: #f0f7ff;
  color: #07274a;
}

.discount-badge {
  background: white;
  color: #1f407a;
  padding: 3px 10px;
  border-radius: 30px;
  font-size: 11px;
}

.is-share-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 6px;
  background: #7C3AED;
  color: #fff;
  border-radius: 6px;
  font-weight: 500;
  font-family: "Inter", sans-serif !important;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
max-height:28px;
}

.rounded-full {
  border-radius: 50%;
}

.recent-card-wrapper .discount-badge {
  background: #1f407a;
  color: white;
}

.project-label {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Görsel Alanı */
.image-area {
  position: relative;
}

.main-image {
  width: 100%;
  display: block;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

/* Etiketler */
.top-left-tags {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  gap: 10px;
}

.tag {
  background: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
}

.rating {
  color: #ffa800;
}

/* Kaporam Güvende */
.kaporam-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(to right, #5ec3d2, #357eab);
  color: white;
  padding: 6px 14px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

/* Ok Butonları */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.arrow.left {
  left: 15px;
}

.image-area {
  position: relative;
  margin-top: -25px;
  /* Görseli yukarı taşır */
  z-index: 1;
}

.main-image {
  width: 100%;
  display: block;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  position: relative;
  z-index: 1;
}

.arrow.right {
  right: 15px;
}

/* Favori Butonu */
.favorite-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: white;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  font-size: 18px;
}

.slider-top-banner .discount {
  background-color: white;
  color: #0a3e70;
  font-weight: bold;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
}

.slider-top-banner .project-type {
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.housing-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top: none;
}

.housing-card-profile-image-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  border-radius: 50%;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
}
.housing-card-content-grid {
  padding: 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}

.housing-card-content {
  padding: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
}

.housing-card-features-grid i {
  font-size: 14px;
}

.housing-card-features i {
  font-size: 14px;
}

.housing-card-address {
  display: flex;
  align-items: center;
  font-size: 10px;
  color: #595959;
  margin-bottom: 0;
  gap: 2px;
}

.alert {
  border-radius: 12px !important;
}

.alert-primary {
  background-color: #ffeded;
  border-color: #ffeded;
  color: black;
}

.alert-primary span {
  font-weight: 500;
}

.housing-card-features-grid {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 8px;
  font-weight: 500;
  color: black;
}

.housing-card-features {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 8px;
  font-weight: 500;
  color: black;
}

.row-desktop-grid .border-row .item {
  height: 150px !important;
}

.housing-card-features-grid li {
  font-size: 11px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  border: 1px solid var(--Stroke, #e8e8e8);
  padding: 4px;
}

.housing-card-features li {
  font-size: 11px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  border: 1px solid var(--Stroke, #e8e8e8);
  padding: 4px;
}

.housing-card-circle-icon {
  font-size: 6px;
  margin-right: 5px;
  color: #005aa9;
}

.housing-card-price {
  font-size: 18px !important;
  font-weight: 600;
  color: #000;
}

.housing-card-price del {
  font-size: 12px;
  color: #aaa;
}

.btn.housing-card-btn-add-to-cart {
  background: #005aa9;
  color: #fff;
  border: none;
}

.housing-card-btn-edit-listing {
  width: 100%;
  height: 40px;
  border: none;
  background-color: green;
  display: flex;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 0.5s;
  overflow: hidden;
  position: relative;
  color: white;
  font-weight: 600;
}

.btn.housing-card-btn-disabled {
  background: #e8e8e8;
  color: #999;
}

/* Kullanıcı Kartı Genel Tasarım */
.user-card {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #e7e7e7;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  flex-direction: column;
}

.user-card:hover {
  transform: translateY(-3px);
}

/* Kullanıcı Fotoğrafı */
.user-card-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid #e8e8e8;
}

/* Profil Baş Harfleri */
.user-card-initial {
  width: 80px;
  height: 80px;
  font-size: 24px;
  color: #fff;
  background: #005aa9;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Profil Fotoğrafı ve Çizgi Konteyneri */
.profile-photo-container {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 15px;
  justify-content: center;
}

.photo-name-wrapper {
  display: flex;
  align-items: center;
  flex-grow: 1;
  width: 100%;
  gap: 12px;
}

.info-card-wrapper {
  width: 100%;
}

/* Dikey Çizgi */
.vertical-divider {
  width: 1px;
  height: 95%;
  background-color: #e8e8e8;
  position: absolute;
  top: 2.5%;
  right: 0;
}

.filter-page {
  transition: background-color 0.3s, color 0.3s;
}

.filter-page:hover {
  background: #005aa9 !important;
  color: white !important;
  /* Yazının hover sırasında görünür olması için */
}

/* Kullanıcı Bilgileri */
.user-card p a {
  color: #444;
  font-weight: 500;
  font-size: 12px;
}

.user-card p {
  color: #444;
  font-weight: 500;
  font-size: 11px;
}

.user-card h5 {
  color: black;
  font-weight: 600;
}

.bg-primary {
  background-color: #005aa9 !important;
}

/* Paylaş Butonu */
.share-button {
  position: absolute;
  top: 10px;
  right: 10px;
}

.share-button .btn-light {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.share-button .btn-light:hover {
  background-color: #f8f9fa;
  transform: scale(1.05);
}

.share-button .btn-light svg {
  margin-right: 5px;
}

/* Satış Noktası */
.sales-point-highlight {
  margin-top: 10px;
}

.highlight-text {
  background-color: #e7f3ff;
  color: #31708f;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
}
.mblSkyt {
  display: none !important;
}
@media all and (max-width: 767px) {
  .info-card-wrapper {
    text-align: left;
  }

  .housing-thumbnails {
    flex-direction: column !important;
  }

  .button-effect-div .fa {
    color: black;
    font-size: 13px;
  }

  .price-style {
    color: #000;
    text-align: right;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    text-align: center;
    font-family: "Inter", sans-serif !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .housing-thumbnail {
    width: 100% !important;
  }

  .projectItemFlex {
    align-items: center !important;
    justify-content: start !important;
  }

  .actions-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .projectItemFlex .mobileCBtn {
    white-space: nowrap;
  }

  .projectItemFlex:has(h6) {
    /* Styles when projectItemFlex contains an h6 */
    align-items: flex-end !important;
  }

  .receivedImg {
    width: 60px !important;
    height: 60px !important;
  }
}

/* Mobil Uyum */
@media (max-width: 768px) {
  .user-card {
    flex-direction: column;
    text-align: center;
  }

  .details-section .infoDiv {
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .frame-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .profile-photo-container {
    margin-bottom: 15px;
  }

  .vertical-divider {
    display: none;
  }

  .share-button {
    position: static;
    margin-top: 10px;
  }
}

.btn-facebook {
  background-color: #3b5998;
  color: white;
}

.btn-twitter {
  background-color: #1da1f2;
  color: white;
}

.btn-whatsapp {
  background-color: #25d366;
  color: white;
}

.btn-sms {
  background-color: #4caf50;
  color: white;
}

.btn-email {
  background-color: #d44638;
  color: white;
}

.text-black {
  color: black !important;
}

.input-group input {
  border-radius: 5px 0 0 5px;
}

.input-group button {
  border-radius: 0 5px 5px 0;
}

.fab,
.fas {
  transition: transform 0.3s ease;
}

.btn-success:hover {
  background-color: #28a745 !important;
}

.btn-primary:hover {
  background-color: #005aa9 !important;
}

.first-half {
  padding: 5px 12px;

  background-color: #f9f9f9;
  border-radius: 6px 8px 0px 0px;
  border: 1px solid #e8e8e8;
  border-bottom: 0px;
}

.btn-order-card {
  border: 1px solid #005aa9 !important;
  padding: 10px 15px;
  color: #005aa9;
  white-space: nowrap;
  background-color: #fff;
}

.right-content .btn:hover svg path {
  fill: #ffffff !important;
  stroke: #ffffff;
}

.second-half .badge-label {
  padding: 6px;
  border: 1px solid;
  border-radius: 12px;
}

.second-half {
  padding: 15px;
  border-radius: 0px 0px 8px 8px;
  border: 1px solid #e8e8e8;
}

.second-content {
  margin-left: 22px;
}

/*for nav-links to be not blue in iphone devices*/
.nav-link {
  background: none;
  /* Remove background */
  border: none;
  /* Remove border */
  color: inherit;
  /* Use the inherited color */
}

.accordion-button {
  background: none;
  /* Remove background */
  border: none;
  /* Remove border */
  color: inherit;
  /* Use the inherited color */
}

.yourSecurity div {
  word-wrap: break-word;
}

.request-franchise-table td {
  text-overflow: ellipsis;
  overflow: hidden;
}

.franchise-section .slick-slide {
  height: inherit;
}

.portfolio .slick-track {
  margin: inherit;
}

.details-section-info-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.info {
  position: relative;
}

.line {
  position: absolute;
  width: 95%;
  border: 0.8px solid #e8e8e8;
  bottom: 29px;
  left: 22px;
}

.line-wrapper {
  display: flex;
  justify-content: center;
}

@media (max-width: 1000px) {
  .line {
    bottom: 45px !important;
  }
}

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

.badge-danger {
  color: #fff !important;
  background-color: #005aa9;
}

.form-select {
  border: 1px solid #e8e8e8 !important;
  background-color: #fff !important;
  color: #6b6b6b !important;
  border-radius: 12px;
}

.no-hover-button:hover {
  background: transparent !important;
}

.lb-details {
  display: none !important;
}

@media (max-width: 768px) {
  .lb-dataContainer {
    position: absolute;
    top: -37px;
    right: 5px;
  }
}

.buttonAction {
  display: flex;
}

.card-text a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #000;
  font-weight: 500;
  justify-content: space-between;
}

.card-text a:hover {
  color: #005aa9;
}

.card-text-location {
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}

.widgetBuyButton {
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 10px 12px;
}

.widgetBuyButton h6 {
  color: #000 !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 150% !important;
  /* 36px */
  text-align: left;
}

.breadcrumb-link {
  color: #00000080 !important;
  font-weight: 300;
}

.breadcrumb-arrow i {
  color: #00000080 !important;
}

.breadcrumb-link:hover {
  color: #005aa9 !important;
}

.grid-item.support {
  display: flex;
  width: 100%;
  height: 178px;
  padding: 12.69px 8.46px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8.46px;
  flex-shrink: 0;
  border-radius: 4.23px;
  border: 0.352px solid var(--Stroke, #dedede);
  background: #d1e8ff;
}

.grid-item.support a {
  color: #223a80;
  font-family: "Inter", sans-serif !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 22.5px */
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.grid-item {
  display: flex;
  flex-direction: row;
  padding: 6px;
  border-radius: 12px;
  align-items: center;
  gap: 8px;
  grid-column: span 2;
  justify-content: space-between;
}

.det2 {
  cursor: pointer !important;
}

.link-to-suppport {
  cursor: pointer !important;
}

#blog-infos {
  border-right: none !important;
  border-left: none !important;
  border-bottom: none !important;
}

.security-info {
  font-style: italic !important;
}

@media (min-width: 768px) {
  .security-cards .card-title {
    color: #000;
    text-align: center !important;
    font-size: 20px !important;
    font-weight: 500 !important;
  }

  .security-cards .card-text {
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 10px;
  }
}

#next-main-btn {
  right: -5px;
  width: 25%;
  height: 80%;
  top: -5px;
  background: transparent;
  border: none;
  text-align: right;
  color: black;
  z-index: 10;
}

#prev-main-btn {
  left: -5px;
  width: 25%;
  height: 100%;
  top: -5px;
  background: transparent;
  border: none;
  text-align: left;
  color: black;
  z-index: 10;
}

#next-main-btn svg path,
#prev-main-btn svg path {
  fill: black !important;
}

.listing-title-bar h3 {
  font-size: 20px !important;
  font-weight: 700 !important;
}

.listing-title-main {
  margin-bottom: 14px !important;
}

.listing-title-main h3 {
  font-size: 20px !important;
  font-weight: 700 !important;
}

.listing-card .details-section .share-status {
  flex-direction: column !important;
}

.lb-outerContainer {
  position: relative !important;
}

.lb-dataContainer {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: -29px !important;
  z-index: 999;
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  margin: -50px auto !important;
}

.lb-closeContainer {
  position: relative;
}

.lb-close {
  position: absolute;
  top: 60px;
  right: 10px;
  color: white;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10000;
}

#map-card {
  display: none !important;
}

@media (max-width: 768px) {
  #mobile-hour {
    margin-bottom: 12px !important;
  }

  #location-card {
    margin-bottom: 12px !important;
  }

  #blog-infos {
    padding: 0px !important;
  }

  #advert-infos h3 {
    font-size: 13px !important;
  }

  .security-cards .card-title {
    font-size: 16px !important;
  }

  .security-cards .card-text {
    font-size: 12px !important;
  }

  #homes-content {
    margin-top: 12px !important;
  }

  #map-card {
    display: flex !important;
    justify-content: space-between !important;
    flex-direction: row;
    align-items: Center;
  }

  .det.location-det {
    color: var(--Color-1, #005aa9);
    font-family: "Inter", sans-serif !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 18px */
  }

  #user-card {
    margin-bottom: 12px !important;
  }

  .advert-top-header {
    margin-bottom: 9px !important;
  }

  .form-control.search-input {
    margin-bottom: 0px !important;
  }

  #mobile-hour {
    padding: 0px !important;
  }

  #main-content {
    justify-content: center;
  }

  .housing-detail-tab .col-md-12 {
    padding: 0px !important;
  }

  .gallery-container {
    border-radius: 12px;
    margin-bottom: 12px;
  }

  .gallery-categories li {
    border: none !important;
    margin-bottom: 0px !important;
  }

  .gallery-categories li.active-category {
    color: #005aa9 !important;
  }

  .gallery-categories ul {
    margin-bottom: 0px !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 12px !important;
  }

  .breadcrumbs-wrapper {
    margin-bottom: 3px !important;
    margin-top: 0px !important;
  }

  .button-effect .fa {
    font-size: 20px !important;
  }

  .general-infos {
    display: flex;
    justify-content: space-around;
    border: 0.5px solid #dedede;
    padding: 10px 4px;
    border-radius: 12px;
    white-space: nowrap;
    margin-bottom: 12px;
  }

  .house-attributes {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  .breadcrumbs-wrapper {
    margin-bottom: 3px;
  }

  .project-room-mobile .payment-btn,
  .project-room-mobile .sold-btn {
    width: 120px !important;
  }

  .projectItemFlex {
    padding-inline: 3px !important;
  }
}

@media (max-width: 400px) {
  .project-room-mobile .payment-btn,
  .project-room-mobile .sold-btn {
    width: 100px !important;
  }
}

.gallery-row .col-12 {
  padding-inline: 0px !important;
}

@media (min-width: 768px) {
  #user-card {
    margin-bottom: 12px !important;
  }

  .security-cards .card-title {
    font-size: 16px !important;
  }

  .security-cards .card-text {
    font-size: 12px !important;
  }

  .detail-wrapper-body {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 4px !important;
  }

  #thumbnail-navigation {
    margin-bottom: 12px !important;
  }
}

.user-card-body {
  display: flex;
}

#advert-infos h3 {
  font-size: 16px !important;
}

.advert-info-wrapper {
  display: flex;
  flex-direction: row;
}

.advert-security {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e8e8e8;
  padding: 24px;
  border-radius: 12px;
}

.advert-security p {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}

.blog-info {
  padding-block: 0px !important;
  margin-top: 0px !important;
}

#blog-infos {
  border: none !important;
}

.advert-header {
  margin-top: 30px !important;
}

.breadcrumbs-wrapper {
  margin-bottom: 7px;
  margin-top: 12px;
}

.input-col {
  position: relative;
}

.leading-parenthesis {
  position: absolute;
  left: 55px;
  top: 45px;
  transform: translateY(-50%);
  z-index: 999;
  font-size: 1rem;
}

.leading-zero {
  position: absolute;
  left: 22px;
  top: 45px;
  transform: translateY(-50%);
  z-index: 999;
  font-size: 1rem;
  /* Adjust color to match input text */
}

.send-again-info {
  text-align: start;
}

.email-below span a {
  color: #005aa9 !important;
  text-decoration: underline !important;
}

.phone-verification-inputs {
  align-items: center;
}

.divider {
  width: 28px;
  height: 7px;
  background: #d0d5dd;
  margin-right: 8px;
}

.timer-wrapper {
  background: #f9fafb;
  padding: 16px 0px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.email-below a {
  text-decoration: underline !important;
  color: #005aa9 !important;
}

.input-container {
  position: relative;
  width: 100%;
}

.line-container {
  position: absolute;
  bottom: 7px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 22px;
  gap: 19px;
}

.lineRegister.line-3 {
  width: 70px;
}

.lineRegister {
  width: 55px;
  height: 3px;
  background-color: #90b1f4;
  transition: background-color 0.3s ease;
}

.line-container:focus-within .lineRegister {
  background-color: #007bff;
}

.email-col {
  padding-bottom: 10px !important;
}

.email-info {
  padding: 20px !important;
}

#phone {
  width: 100%;
}

.btn-wrapper {
  margin-top: 0px !important;
}

.btn-wrapper-phone {
  display: flex;
}

.btn-wrapper-phone button {
  background-color: #9cc2dc !important;
  color: #2c3353 !important;
  border: 0px !important;
  padding: 0.5rem 3rem !important;
}

.email-verify-div {
  max-width: 470px !important;
}

.send-again-info {
  color: #5e5a5a !important;
  font-weight: 500 !important;
}

.btn.send-again {
  background-color: #def1ff;
  border: 1px solid #a3b3e4;
  color: #3a4050;
  text-decoration: none !important;
  margin-bottom: 20px !important;
}

.phone-verification-inputs {
  flex-wrap: nowrap !important;
}

.verification-form {
  max-width: 17.6875rem;
  margin: 0 auto;
}

.verification-form .form-control {
  -moz-appearance: textfield;
}

.verification-form .form-control::-webkit-outer-spin-button,
.verification-form .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

ul {
  margin-bottom: 0 !important;
}

.input-col {
  padding: 0px 23px 0px 6px !important;
  font-weight: 500;
}

.input-col h2 {
  font-size: 14px !important;
  text-transform: capitalize !important;
}

.input-col span {
  font-size: 11px;
  padding-inline: 0px !important;
  color: #005aa9 !important;
  font-weight: 600;
}

.form-check-inline .form-check-input[type="checkbox"] {
  transform: scale(0.7);
}

.example-text {
  color: #888;
  font-size: 11px;
}

.inner-pages .checkboxes label:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: -3px;
  background-color: #fff;
  border: 2px solid #d0d0d0;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.filter-tags-wrap {
  margin-bottom: 0px;
}

.support-phone {
  font-size: 14px;
  color: hsl(0, 0%, 7%);
  margin-bottom: 10px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.support-phone a {
  text-decoration: none;
  color: #005aa9;
}

.support-phone a:hover {
  text-decoration: underline;
}

#passwordInput {
  position: relative;
}

#passwordInput2 {
  position: relative;
}

.field-icon {
  float: right;
  margin-right: 12px;
  margin-top: -24px;
  font-size: 14px;
  position: relative;
  z-index: 2;
  z-index: 9999;
}

.hidden {
  display: none !important;
}

.d-show {
  display: block !important;
}

.error-border {
  border-color: #005aa9 !important;
}

.error-message {
  color: #005aa9;
  font-size: 12px;
}

.success-message {
  color: green;
  font-size: 12px;
}

.code-input:focus {
  border: 1px solid grey !important;
}

.timer-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  background-color: #f0f0f0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#time-remaining {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
  font-weight: bold;
  color: #333;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.phone-verification-content {
  text-align: center;
}

.code-input:hover {
  border-color: #666;
}

@media (max-width: 1000px) {
  .code-input {
    margin-right: 10px;
    width: 43px;
    height: 60px;
  }

  .phone-verification-content {
    text-align: center;
  }
}

@media (max-width: 750px) {
  .timer-circle {
    width: 100px;
    height: 100px;
  }

  #time-remaining {
    font-size: 14px;
  }

  .register-section2 {
    flex-direction: column;
  }

  .code-input {
    margin-right: 10px;
    width: 43px;
    height: 60px;
  }

  .phone-verification-content {
    padding: 20px 40px;
    text-align: center;
  }
}

.advert-top-header {
  background: #005aa9;
  display: flex;
  padding: 10px 16px;
  justify-content: space-between;
  align-items: center;
}

.advert-top-header span {
  color: #fff;
  text-align: center;
  font-size: 13px !important;
  font-weight: 600;
  line-height: 150%;
  /* 18px */
}

.advert-top-header span i {
  font-size: 15px !important;
}

.fav-collection-btns {
  display: flex;
  gap: 8px;
}

.clearfix {
  border: none !important;
}

.buttonContent {
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
}

.widgetBuyButton .second-btn {
  display: flex;
  justify-content: center;
}

.sticky-gallery-row {
  position: sticky;
  top: 0;
}

.toggle-favorite-detail {
  background: transparent;
  box-shadow: none !important;
  padding-block: 0px !important;
}

.button-effect {
  height: 23px !important;
}

.user-card-body img {
  object-fit: cover !important;
}

.logo-image-upload {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  cursor: pointer;
}

.logo-image-upload button {
  border: 1px solid #e8e8e8;
  background: #e8e8e8;
  width: Hug(192px) px;
  height: Hug(38px) px;
  padding: 5px 10px;
  border-radius: 8px 0px 0px 0px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18.29px;
  text-align: center;
}

.logo-image-upload span {
  display: block;
  margin-top: 10px;
}

.show-logo-image {
  width: 155px;
  height: 155px;
  padding: 4px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.not-logo-image {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.parent-body {
  align-items: center;
}

.parent-body-wrapper {
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
  border-bottom: 0.5px solid #dedede;
}

.profile-bar-corporate {
  display: flex;
  justify-content: center;
  align-items: center;
}

.alert-success {
  background-color: #d4edda;
  color: #155724 !important;
}

.alert-warning {
  background-color: #fff3cd;
  color: #856404 !important;
}

.alert-danger {
  background-color: #f8d7da;
  color: #721c24 !important;
}

.upload-image-circle {
  border: 0.5px solid #e8e8e8 !important;
  width: 100px !important;
  height: 100px !important;
  font-weight: 500;
}

.camera-icon {
  position: absolute;
  bottom: 4px;
  right: 1px;
  background: #005aa9;
  color: #fff;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.camera-icon-2 {
  position: absolute;
  bottom: 2rem;
  left: 43.4rem;
  background: #005aa9;
  color: #fff;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.camera-icon-3 {
  position: absolute;
  left: 8.4rem;
  bottom: 2.3rem;
  background: #005aa9;
  color: #fff;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.camera-icon-4 {
  position: absolute;
  bottom: 5rem;
  left: 14rem;
  background: #005aa9;
  color: #fff;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.camera-icon i {
  margin-top: 1px;
}

.camera-icon-2 i {
  margin-top: 1px;
}

.camera-icon-3 i {
  margin-top: 1px;
  margin-left: 1px;
}

.camera-icon-4 i {
  margin-top: 1px;
}

.image-circle-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
}

.modal-content {
  padding: 24px !important;
  gap: 10px;
  border-radius: 12px;
}

.modal-footer button {
  color: #fff;
  font-family: "Inter", sans-serif !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.support-div-panel {
  display: flex;
  padding: 18px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  align-self: stretch;
  border-radius: 12px;
  border: 0.3px solid var(--Stroke, #b8b8b8);
  background: #d1e8ff;
  text-decoration: underline;
  color: #005aa9 !important;
}

.empty-profile-image {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 17px;
}

.menu-title {
  cursor: default;
}

.divider-panel {
  border-top: 1px solid #e8e8e8 !important;
  opacity: 1 !important;
}

.parent-body {
  align-items: center;
}

.parent-body-wrapper {
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
  border-bottom: 0.5px solid #b8b8b8;
}

.table.homes-content {
  border-collapse: separate;
  border-spacing: 0 12px;
}

#location-card table td {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px !important;
}

.active-category {
  border: 1px solid #005aa9 !important;
}

@media (min-width: 900px) {
  .lightbox {
    top: 0px !important;
    left: 0px !important;
    height: 100vh !important;

    position: fixed !important;
    overflow: hidden !important;
  }

  .lb-outerContainer {
    width: 100vw !important;
    height: 100vh !important;
    background-color: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .lb-image {
    width: 80vw !important;
    height: 80vh !important;
    object-fit: contain !important;
    border: none !important;
  }
}

@media (max-width: 900px) {
  .lightboxOverlay {
    opacity: 0.95 !important;
    position: fixed !important;
    overflow: hidden !important;
  }

  .lightbox {
    top: 0px !important;
    left: 0px !important;
    height: 100vh !important;

    position: fixed !important;
    overflow: hidden !important;
  }

  .lb-outerContainer {
    height: 100vh !important;
    background-color: transparent !important;
  }

  .lb-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: none !important;
  }

  .lb-image {
    width: 90vw !important;
    height: 86vh !important;
    object-fit: contain !important;
    border: none !important;
  }

  .lb-next {
    display: none !important;
  }

  .lb-prev {
    display: none !important;
  }
}

.teamMemberModal .modal-header {
  border-bottom: none !important;
}

.teamMemberButton {
  background-color: #d1e8ff !important;
  color: #005aa9 !important;
  margin-top: 10px !important;
}

.profile-image-preview img {
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

.teamMemberModal .form-select,
.teamMemberModal .form-control {
  border: 1px solid #b8b8b8 !important;
}

.teamMemberModal .form-select:focus,
.teamMemberModal .form-control:focus {
  border: 1px solid #232323 !important;
}

.payment-modal-custom {
  padding: 0px !important;
}

.payment-modal-custom {
  padding: 0px !important;
}

.payment-modal-custom .table td {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px !important;
}

.payment-modal-custom .project-image {
  height: 200px;
  overflow: hidden;
}

.payment-modal-custom .project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.timeline {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.timeline-item {
  position: relative;
  margin-bottom: 20px;
  padding-left: 50px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 40px;
  width: 0.5px;
  height: 54%;
  background: #0d0d0d;
}

.timeline-icon {
  position: absolute;
  left: 0px;
  top: 13px;
  width: 20px;
  height: 20px;
  background: #005aa9;
  padding: 4px 5px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  line-height: 30px;
  font-weight: bold;
  font-size: 12px;
  align-items: center;
  justify-content: center;
}

.timeline-content {
  background: transparent;
  padding-left: 20px;
}

.expert-modal-title {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.sale-application-card-matched {
  padding: 0px !important;
  border: none !important;
}

/* Driver.js özelleştirme */
#driver-popover-item {
  background-color: #ffffff;
  border: 1px solid #dbe2ef;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  padding: 20px;
  max-width: 360px;
  font-family: "Inter", sans-serif;
  z-index: 99999;
}

.driver-popover-title {
  font-size: 20px;
  font-weight: 700;
  color: #223a80;
  margin-bottom: 10px;
}

.driver-popover-description {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}

.driver-popover-tip {
  display: none;
}

/* Butonlar */
.driver-popover-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.driver-close-btn {
  background: none;
  border: none;
  color: #999;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}

.driver-btn-group button {
  padding: 8px 16px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  margin-left: 5px;
  font-size: 14px;
}

.driver-prev-btn,
.driver-next-btn {
  background-color: #fff;
  color: #005aa9;
  border: 1px solid #005aa9;
}

.driver-prev-btn:hover,
.driver-next-btn:hover {
  background-color: #005aa9;
  color: #fff;
}

.driver-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.sale-application-button-pending {
  display: inline-flex;
  flex-direction: column;
  cursor: pointer;
  box-shadow: 0px 58px 16px 0px rgba(0, 0, 0, 0),
    0px 37px 15px 0px rgba(0, 0, 0, 0.01), 0px 21px 13px 0px rgba(0, 0, 0, 0.05),
    0px 9px 9px 0px rgba(0, 0, 0, 0.09), 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  border: none !important;
  padding: 0px !important;
}

#external-progress-bar {
  background-color: #005aa9 !important;
}

.mini-spinner {
  width: 78px !important;
  height: 63px !important;
}

.sale-application-card .first-part {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px;
}

.sale-application-title {
  color: #000;
  font-size: 13px;
  font-weight: 600;
  line-height: 150%;
  text-transform: capitalize;
  padding-left: 12px;
}

.button-wrapper {
  display: flex;
  gap: 8px;
}

.btn-light-custom {
  border: 0.5px solid #b8b8b8 !important;
  color: #000 !important;
  background-color: #fff !important;
}

.sale-application-button-matched {
  padding: 0px !important;
  display: inline-flex;
  flex-direction: column;
  cursor: pointer;
  border: none !important;
  background: #fff !important;
}

.payment-modal-custom .project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.timeline {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.timeline-item {
  position: relative;
  margin-bottom: 20px;
  padding-left: 50px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 40px;
  width: 0.5px;
  height: 54%;
  background: #0d0d0d;
}

.timeline-icon {
  position: absolute;
  left: 0px;
  top: 13px;
  width: 20px;
  height: 20px;
  background: #005aa9;
  padding: 4px 5px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  line-height: 30px;
  font-weight: bold;
  font-size: 12px;
  align-items: center;
  justify-content: center;
}

.timeline-content {
  background: transparent;
  padding-left: 20px;
}

.expert-modal-title {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.sale-application-card-matched {
  padding: 0px !important;
  border: none !important;
}

.sale-application-button {
  display: inline-flex;
  flex-direction: column;
  cursor: pointer;
  border: none !important;
}

#external-progress-bar {
  background-color: #005aa9 !important;
}

.mini-spinner {
  width: 78px !important;
  height: 63px !important;
}

.sale-application-card .first-part {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px;
}

.sale-application-title {
  color: #000;
  font-size: 13px;
  font-weight: 600;
  line-height: 150%;
  text-transform: capitalize;
  padding-left: 12px;
}

.button-wrapper {
  display: flex;
  gap: 8px;
}

.btn-light-custom {
  border: 0.5px solid #b8b8b8 !important;
  color: #000 !important;
  background-color: #fff !important;
}

.sale-application-button-matched {
  padding: 0px !important;
  display: inline-flex;
  flex-direction: column;
  cursor: pointer;
  border: none !important;
}

.payment-modal-custom .table td {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px !important;
}

.payment-modal-custom .project-image {
  height: 150px;
  overflow: hidden;
}

.payment-modal-custom .project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.timeline {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.timeline-item {
  position: relative;
  margin-bottom: 20px;
  padding-left: 50px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 40px;
  width: 0.5px;
  height: 54%;
  background: #0d0d0d;
}

.timeline-icon {
  position: absolute;
  left: 0px;
  top: 13px;
  width: 20px;
  height: 20px;
  background: #005aa9;
  padding: 4px 5px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  line-height: 30px;
  font-weight: bold;
  font-size: 12px;
  align-items: center;
  justify-content: center;
}

.timeline-content {
  background: transparent;
  padding-left: 20px;
}

.countdown-container {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.countdown-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 15px;
  background: #f8f9fa;
  border-radius: 8px;
  min-width: 80px;
}

.countdown-box span {
  font-size: 1.5rem;
  font-weight: bold;
}

.expert-card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 10px;
  margin-top: 10px;
}

.expert-card {
  border: 0.4px solid #e6e6e6;
  border-radius: 5px;
  max-width: 400px;
  display: flex;
  justify-content: flex-start;
  padding: 18px;
  padding: 18px;
  flex-direction: column;
  width: 100%;
}

.expert-content {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}

.expert-tel-info {
  padding-inline: 8px;
  padding-top: 18px;
  text-align: left;
}

.expert-photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
}

#expertSearchModal button {
  min-width: 100px;
}

.search-spinner {
  width: 100%;
  height: 180px;
  background: url("/search-frame-1.png") no-repeat center center;
  animation: spinAnimation 5s steps(5, end) infinite;
  background-size: contain;
  display: flex;
  align-items: center;
}

@keyframes spinAnimation {
  0% {
    background-image: url("/search-frame-1.png");
  }

  20% {
    background-image: url("/search-frame-2.png");
  }

  40% {
    background-image: url("/search-frame-3.png");
  }

  60% {
    background-image: url("/search-frame-4.png");
  }

  80% {
    background-image: url("/search-frame-5.png");
  }

  100% {
    background-image: url("/search-frame-1.png");
  }
}

/* Mobile-specific styling */
@media (max-width: 768px) {
  .mobile-realtor-card {
    display: block;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .mobile-realtor-card .logo-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    border: 1px solid #e8e8e8;
  }

  .mobile-realtor-card .slogo {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
    gap: 10px;
  }

  .mobile-realtor-card .realtor-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .mobile-realtor-card .realtor-name {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .mobile-realtor-card .realtor-location,
  .mobile-realtor-card .realtor-phone {
    font-size: 12px;
    color: #555;
    margin-bottom: 0;
  }

  .mobile-realtor-card .realtor-location i,
  .mobile-realtor-card .realtor-phone i {
    margin-right: 5px;
  }

  .special-button-content button {
    margin-bottom: 10px;
  }
}

/* Hide on larger screens */
@media (min-width: 769px) {
  .mobile-realtor-card {
    display: none;
  }
}

@media (max-width: 768px) {
  #project-housing-price {
    margin-bottom: 12px !important;
  }
}

.collection-div {
  position: absolute;
  top: 10px;
  right: 50px;
}

.addCollection {
  padding: 5px !important;
  border-radius: 50% !important;
  width: 33px;
  display: flex;
  height: 33px !important;
  justify-content: center;
  align-items: center;
}

/* Checked state */
input[type="checkbox"]:checked {
  background-color: #005aa9 !important;
}

/* FontAwesome checkmark (requires Font Awesome 5+) */
input[type="checkbox"]:checked::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.shared-advert {
  display: flex;
  flex-direction: column;
}

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

.image-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.expert-card {
  position: relative;
}

@media (max-width: 768px) {
  .match-badge {
    display: flex;
    gap: 10px !important;
    width: 90px !important;
    height: 41px !important;
    border: 1px solid #e6e6e6;
    border-radius: 99px;
    position: absolute;
    right: 8px;
    top: 8px;
    padding-inline: 6px;
    font-size: 10px !important;
    font-weight: 400 !important;
    line-height: 150% !important;
    align-items: center;
    justify-content: center;
  }
}

.match-badge {
  width: auto;
  height: auto;
  border: 1px solid #e6e6e6;
  border-radius: 99px;
  position: absolute;
  right: 8px;
  top: 16px;
  padding-inline: 6px;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 150% !important;
}

.expert-photo-initials {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
  display: flex;
  border: 1px solid #e6e6e6;
  align-items: center;
  justify-content: center;
}

.privilege-card .card {
  justify-content: space-evenly;
}

@media (max-width: 768px) {
  .order-item.image {
    order: -1;
    width: 100% !important;
    height: 250px !important;
  }

  .order-item.image img {
    width: 100% !important;
    height: 250px !important;
  }

  .slick-prev,
  .slick-next {
    width: 34px;
    height: 34px;
  }
}

.btn-outline-logout {
  color: #095394 !important;
  border: 1px solid #095394 !important;
}

@media (min-width: 768px) {
  .user-profile-card {
    display: none !important;
  }

  #shareOptions {
    top: 90% !important;
    left: -60px !important;
    min-width: 15rem !important;
  }
}

.privilege-card a {
  height: 100% !important;
}

.privilege-card .card {
  height: 100% !important;
}

@media (max-width: 768px) {
  .expert-card-wrapper {
    padding: 0px !important;
  }

  .expert-content-wrapper {
    overflow: hidden !important;
  }

  .stage-expert-found {
    overflow: hidden !important;
  }

  #apply-consultant-btn {
    z-index: 99 !important;
  }
}

.card-profile-initial {
  font-size: 10px;
  color: #005aa9;
  background: white;
  padding: 5px;
  border: 1px solid #e8e8e8;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

#lightboxOverlay {
  z-index: 9999999 !important;
}

#lightbox {
  z-index: 9999999 !important;
}

.dropdown-menu-detail {
  z-index: 99999 !important;
}

.kaporam-btn-detail {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 16px;
  backdrop-filter: blur(4px);
  background: #2a9fbccc;
  color: #fff;
  border-radius: 24px;
  font-weight: 500;
  font-family: "Inter", sans-serif !important;
  font-size: 13px;
  text-decoration: none;
  transition: background 0.3s;
  position: absolute;
  right: 67px;
  z-index: 98;
  top: 25px;
}

.kaporam-btn-detail-project {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 16px;
  backdrop-filter: blur(4px);
  background: #2a9fbccc;
  color: #fff;
  border-radius: 24px;
  font-weight: 500;
  font-family: "Inter", sans-serif !important;
  font-size: 13px;
  text-decoration: none;
  transition: background 0.3s;
  position: absolute;
  right: 27px;
  top: 13px;
  z-index: 99;
}

.kaporam-btn-detail-project-housing {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 16px;
  backdrop-filter: blur(4px);
  background: #2a9fbccc;
  color: #fff;
  border-radius: 24px;
  font-weight: 500;
  font-family: "Inter", sans-serif !important;
  font-size: 13px;
  text-decoration: none;
  transition: background 0.3s;
  position: absolute;
  right: 82px;
  top: 23px;
  z-index: 99;
}

.housing-card-container-grid button {
  width: 100% !important;
}
 .view-buttons .active-view-btn {
  background: #609acd30 !important;
  color: #005aa9 !important;
  margin-left: 5px;
  padding: 5px 5px;
  border: 1px solid #005aa9;
  border-radius: 9px;
}

.view-buttons .change-view-btn {
  padding: 5px 5px;
}

.tooltip-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.tooltip-icon {
  position: relative;
  display: inline-block;
  color: #005aa9;
  font-size: 14px;
  cursor: pointer;
}

.tooltip-icon .custom-tooltip {
  display: none;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.tooltip-icon:hover .custom-tooltip {
  display: block;
  opacity: 1;
}

.privilege-card {
  width: 130px !important;
  height: 100px !important;
}

.promotion-card-wrapper {
  height: 450px;
  width: 100%;
}

.listing-img-content-promotion {
  height: 115px;
}

.listing-img-container::before {
  background: transparent !important;
}

.listing-img-container {
  border-radius: 12px 12px 0px 0px;
}

.listing-img-container img {
  border-radius: 12px 12px 0px 0px !important;
}

.project-card-title-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #0000009e;
  text-transform: capitalize !important;
  font-size: 14px !important;
}

.promotion-card-main span {
  font-size: 16px !important;
  font-weight: 700 !important;
}

@media (max-width: 768px) {
  .promotion-card-main span {
    font-size: 13px !important;
    font-weight: 700 !important;
  }
  .privilege-cards {
    width: 44% !important;
    gap: 30px !important;
  }
  /* .brandsliderMblPddng {
    padding-inline: 16% !important;
    padding-inline-end: 3% !important;
  } */
  .prfbrkMblMrgn {
    margin-top: 10px;
  }
  .prfbrkMblMrgnn {
    margin-bottom: 240% !important;
  }
  .mblGyrmnklLg {
    max-width: 100% !important;
    padding: 20px 0px 0px 0px !important;
  }
  .whtscp {
    white-space: nowrap !important;
  }
  .cards-grid .d-flex.flex-md-row {
    flex-direction: column !important;
  }

  .cards-grid .position-absolute.flex-shrink-0 {
    position: static !important;
    max-width: 100% !important;
    max-height: unset !important;
    margin-bottom: 20px;
  }

  .cards-grid .btn.position-absolute {
    position: static !important;
    margin-top: 20px;
  }

  .project-card-title-top {
    font-size: 12px !important;
  }

  .project-brand-title {
    gap: 4px;
  }

  .mobile-promotion {
    padding: 7px !important;
  }
}

.price-title-section {
  display: flex;
}

.project-advert .table td {
  border: none !important;
  border-bottom: 0.5px solid #e6e6e6 !important;
}

.info-btn {
  background: #28a745 !important;
}

#applyForm {
  overflow: hidden;
}

#current-price {
  font-size: 1.5rem !important;
}

#phoneCard {
  display: flex;
  justify-content: space-between;
  font-size: 17px;
  padding-block: 12px;
  padding-inline: 12px;
  border: 1px solid #e4e4e4;
  border-radius: 12px;
  margin-bottom: 12px;
}

.button-detail a span {
  white-space: nowrap !important;
}

.es-btn-outline-secondary {
  cursor: pointer;
  border: 1px solid #005aa9;
  color: #005aa9;
  background: transparent;
  width: 100%;
}

.es-btn-outline-secondary:hover,
.es-btn-outline-secondary:active {
  background-color: #f0f8ff;
  border-color: #f0f8ff;
}

.store-main-title {
  display: flex;
  align-items: center;
  gap: 5px;
}
.btnNewHover:hover {
  background-color: #4c689b;
  border: 1px solid #4c689b !important;
  color: white !important;
  /* border: 2px solid #F08315 !important; */
}
.btnNewHover2:hover {
  background-color: #1e7e59;
  border: 1px solid #1e7e59 !important;
  color: white !important;
  /* border: 2px solid #F08315 !important; */
}

.btnNewHover3:hover {
  background-color: #b8753f !important;
  color: white !important;
  border: 1px solid #b8753f !important;
}
.btnNewHover4:hover {
  background-color: rgb(13 125 81) !important;
  color: white !important;
  border: 1px solid rgb(13 125 81) !important;
}
.btnNewHover5:hover {
  background-color: rgb(13 125 81) !important;
  color: white !important;
  border: 1px solid rgb(13 125 81) !important;
}
.es-btn-light {
  display: flex;
  height: 36px !important;
  padding: 15px 14px !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px !important;
  background: #fff;
  color: #121926 !important;
}

#alert-box {
  display: flex;
  align-items: center;
  gap: 5px;
}
.custom-card:has(.react-wrapper) {
  padding: 0 !important;
  border: none !important;
}

.custom-card {
  padding: 15px;
}
.detailShareTypeBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.card.plain-card {
  border: none !important;
}
.mx-1 {
  margin-left: 1px !important;
}
/* Popup genel stil */
.swal2-popup {
  border-radius: 20px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  padding: 30px !important;
  min-width: 460px !important;
  box-sizing: border-box;
}

/* Header */
.swal2-header {
  padding: 0 !important;
  margin: 0 !important;
  align-items: flex-start !important;
  display: flex !important;
  flex-direction: row;
  gap: 16px;
}

/* Icon */
.swal2-icon {
  max-height: 36px !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Özel icon */
.custom-swal-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
  flex-shrink: 0;
  margin-bottom: 10px;
}

/* Başlık */
.swal2-title {
  margin-bottom: 0px !important;
  color: rgba(18, 25, 38, 1) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-align: left !important;
}

/* İçerik */
.swal2-html-container {
  width: 100% !important;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  margin-top: 10px !important;
  color: rgba(18, 25, 38, 1) !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  padding-bottom: 10px !important;
}

/* Genel içerik */
.swal2-content {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

/* Actions / buton alanı */
.swal2-actions {
  padding-top: 24px !important;
  width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
  border-top: 1px solid rgba(227, 232, 239, 1) !important;
}

/* Butonlar */
.swal2-styled {
  margin: 0 !important;
}

.swal2-confirm {
  min-width: 188px;
  max-width: 188px;
  min-height: 50px;
  background: #1849a9 !important;
  border-radius: 6px !important;
}

.swal2-cancel {
  min-width: 188px;
  max-width: 188px;
  min-height: 50px;
  background: transparent !important;
  border: 1px solid #e3e8ef !important;
  color: #4b5565 !important;
  border-radius: 6px !important;
}

.swal2-cancel:hover {
  background: #eff1f5 !important;
}

.swal2-confirm:hover {
  background: #175cd3 !important;
  outline: none !important;
}

.swal2-confirm:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* SweetAlert2 default icon sıfırlama */
.swal2-icon .no-default-icon {
  border: none !important;
  background: transparent !important;
  color: transparent !important;
  display: none !important;
}

/* ======== MOBILE & RESPONSIVE ======== */
@media (max-width: 480px) {
  .swal2-popup {
    min-width: 90% !important;
    padding: 20px !important;
  }

  .swal2-header {
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px;
  }

  .custom-swal-icon {
    width: 40px !important;
    height: 40px !important;
    margin-bottom: 8px !important;
    margin-inline: auto !important;
  }

  .swal2-title {
    font-size: 16px !important;
    text-align: center !important;
  }

  .swal2-html-container {
    font-size: 14px !important;
    text-align: center !important;
  }

  .swal2-actions {
    flex-direction: column !important;
    gap: 12px;
    justify-content: center !important;
  }

  .swal2-confirm,
  .swal2-cancel {
    min-width: 100% !important;
    max-width: 100% !important;
  }
}



.tableBttons {
  padding: 10px 14px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 35px;
  max-height: 35px;
font-weight: 400 !important;
}
.favorite-dropdown {
    position: relative;
}

.favorite-hover-box {
    display: none;
    position: absolute;
    top: 170%;
    left: -55px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px 24px;
    gap: 8px;
    flex-direction: column;
    min-width: 236px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    z-index: 10;

}
.favorite-hover-box::before {
    content: "";
    position: absolute;
    top: -7px; /* ok kutuya yapışık */
    left: 50%;
    transform: translateX(-50%);

    /* Üçgen şekli */
    width: 0;
    height: 0;

    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff; /* ✅ Ok beyaz */

    /* Ok için border */
    filter: drop-shadow(0 -2px 0 #ddd); /* ✅ Kutunun border’ı ile birebir birleşir */
}
.favorite-hover-box .box-item {
    padding: 18px 0px;
    color: #121926;
    font-weight: 600;
    border-bottom: 1px solid #E3E8EF;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.favorite-hover-box .box-item:last-child {
    border-bottom: none;
}

.favorite-dropdown .heart.default-svg {
  display: inline-block;
  fill: #fff; 
  transition: fill 0.2s ease;
}

.favorite-dropdown .heart.heart-active {
  display: none;
  fill: #e74c3c; 
}

.favorite-dropdown:not(.active):hover .heart.default-svg {
  fill: #e74c3c;

}

.favorite-dropdown.active .heart.default-svg {
  display: none;
}
.favorite-dropdown.active .heart.heart-active {
  display: inline-block;
}

.notification-dropdown {
    position: relative;
}

.notification-hover-box {
    top: 170%;
    left: -165px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    gap: 8px;
    min-width: 350px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    z-index: 10;

}
.notification-hover-box::before {
    content: "";
    position: absolute;
    top: -7px; 
    left: 50%;
    transform: translateX(-50%);

    /* Üçgen şekli */
    width: 0;
    height: 0;

    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #697586; /* ✅ Ok beyaz */
    filter: drop-shadow(0 -2px 0 #ddd); /* ✅ Kutunun border’ı ile birebir birleşir */
}
.notification-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;   /* üst üste binmeyi çözer */
    padding: 10px;
    height: auto;              /* satır boyu içerikle büyüsün */
    gap: 10px;
    border-bottom: 1px solid #eee;
}

.notification-row .left {
    flex: 1;                   /* 70% yerine daha iyi */
    word-break: break-word;    /* taşmaları engeller */
}

.notification-row .right {
    width: 100px;
    text-align: right;
}

.notBtn1::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #697586; 
    filter: drop-shadow(0 -2px 0 #ddd);
}
