:root {
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --greyText: #565e6d;
  --greyBg: #f8f9fa;
  --black: #202737;
  --primary: #9160fc;
  --secondary:#F1F4F9;
  --border-color: rgba(32, 39, 55, 0.1);
  --blue-color: #39C9EA;
  --black-70: rgba(32, 39, 55, 0.7);
  --bg-color:#F1F4F9;
  --white:#FFF;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;:root {
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --greyText: #565e6d;
  --greyBg: #f8f9fa;
  --black: #202737;
  --primary: #9160fc;
  --secondary:#F1F4F9;
  --border-color: rgba(32, 39, 55, 0.1);
  --blue-color: #39C9EA;
  --black-70: rgba(32, 39, 55, 0.7);
  --bg-color:#F1F4F9;
  --white:#FFF;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

body {
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--black);
  background-color: #fff;
  padding: 0 !important;
}

main {
  overflow: hidden;
}
main.directory_listing{
  overflow: unset;
}

a,
button {
  cursor: pointer !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
}

dl,
ol,
ul,
p {
  margin: 0 !important;
}
.text-danger, .error-message{
  color: #F1416C !important;
  font-weight: 600;
  font-size: 14px;
}
.ellipse2 {
  -webkit-line-clamp: 2;
}
.ellipse4 {
  -webkit-line-clamp: 4;
}
.ellipse2, .ellipse4 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section {
  margin: 0 auto;
  padding: 6rem 0 2rem;
}

.container {
  max-width: 98%;
  height: auto;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.centered {
  text-align: center;
  vertical-align: middle;
  margin-bottom: 1rem;
}

.text_black {
  color: var(--black) !important;
}
.text_white {
  color: var(--white) !important;
}
.text_black-70 {
  color: var(--black-70) !important;
}
.text_primary {
  color: var(--primary) !important;
}


.text-center {
  text-align: center;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.fw-600 {
  font-weight: 600;
}

.fz-12 {
  font-size: 12px !important;
}

.fz-14 {
  font-size: 14px !important;
}
.fz-15 {
  font-size: 15px !important;
}
.fz-18 {
  font-size: 18px !important;
}

.fz-16 {
  font-size: 16px !important;
}
.fz-17 {
  font-size: 17px !important;
}

.fz-22 {
  font-size: 22px !important;
}
.label {
  font-size: 15px;
  font-weight: 600;
  color: var(--black);
}
.btn-grey {
  background-color: #f3f4f6;
  color: var(--black);
}

.btn-xs {
  padding: 5px 15px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
th {
  border-bottom-width: 0 !important;
  padding: 10px 20px;
}

tr,
td {
  background-color: #fff !important;
  box-shadow: none !important;
}
.border_colorGrey{
  border-color: #565E6DFF;
}
.list-group i{
  font-size: 5px !important;
}
.textGrey{
  color: #565E6DFF !important;
}
.form-switch .form-check-input{
  width: 42px;
  height: 24px;
  background-color: rgba(7, 15, 33, 0.2);
  border: none !important;
}
.form-switch .form-check-input:focus:not(:checked){
  filter: contrast(0.1) !important;
}
.form-switch .form-check-label{
  margin-right: 40px;
  margin-top: 3px;
}
.form-check-input:checked{
  background-color:var(--black);
  border-color:var(--black);
}
.filters_box  .form-check-input:checked{
  background-color:var(--black);
  border-color:var(--black);
}
.form-label{
  font-size: 14px;
  font-weight: 600 !important;
  color: var(--black);
}
.form-select, .custom_dropdown .dropdown-toggle{
  border-color: var(--border-color);
  border-radius: 8px;
  padding: 12px 16px;
  min-width: 160px;
  font-size: 14px;
  font-weight: 400;
  color: var(--black-70);
}
.form-select:focus{
  box-shadow: none;
}
.form-control{
  border-color: var(--border-color) !important;
}
.custom_dropdown .dropdown-toggle::after{
    right: 15px;
    position: absolute;
    top: 47%;
}
input.form-control{
  font-size: 14px;
}
.search_field {
  min-width: 400px;
}
input:focus,
.form-control:focus,
.accordion-button:focus {
  border-color: var(--border-color) !important;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed){
    background-color: var(--greyBg) !important;
    color: var(--greyText) !important;
}
.dropdown-menu .nav-item:hover,.dropdown-item:focus, .dropdown-item:hover{
  background-color: var(--primary);
  color: white;
}
.dropdown-menu .nav-item:hover a{
  color: white;
  background-color: var(--primary);

}
.btn:focus{
  box-shadow: none !important;
  /* background-color: var(--primary); */

}
.bg-active{
  background-color: #b5dd95;
  border-color: #a2c492;
}
.accordion-item{
  border: 1px solid rgba(0, 0, 0, .125) !important;
  border-radius: 12px !important;
}
.accordion-item .accordion-button{
  /* border-radius: 12px !important; */
  padding: 20px;
  background-color: transparent !important;
  border-bottom: 1px solid var(--bg-color);
} 

/* header */

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  margin: 0 auto;
}


.navbar {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 75px;
  margin: 0 auto;
  background-color: var(--white);
  padding: 0 40px;
}

.navbar .navbar__left {
  display: flex;
  align-items: center;
  flex: 0 0 17%;
}
.video_iframe{
  aspect-ratio: 1;
  margin: 10px 0;
  height: auto;
  border-radius: 16px;
}
.imagesModal  .video_iframe{
  width: 100%;
  height: auto;
  margin: 0;
  aspect-ratio: 2/1;
  
}
.filters_box{
  margin-top: 77px;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  padding: 20px 0;
}
.filters_box > .container > div{
  margin-right: 10px;
  margin-bottom: 5px;
}
.filters_box > .container > div.search_field {
  max-width: 600px;
}
.filters_box > .container > div.search_field > .input-group-addon{
  display: flex;
  align-items: center;
}


@media (max-width: 960px) {
  .navbar .navbar__left {
    flex: 0 0 auto;
  }
  .header .brand img{
        margin-right: 10px;
    }
}

.navbar .navbar__center {
  display: flex;
}
.navbar__right .nav-link{
  padding-right: 10px;
}

@media (max-width: 960px) {
  .navbar .navbar__center {
    flex: 0 0 100%;
    order: 3;
    align-items: center;
  }
}

.navbar .navbar__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 1.5rem;
}

@media (max-width: 960px) {
  .navbar .navbar__right {
    flex: 0 0 auto;
    align-items: center;
  }
}

@media (max-width: 960px) {
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 350px;
    max-width: 85%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
    background-color: #fff;
    transform: translate(-100%);
    transition: all 0.4s ease-in-out;
  }

  .menu.is-active {
    transform: translate(0%);
  }
}

.menu .menu__header {
  display: none;
  box-shadow: var(--shadow-medium);
}

@media (max-width: 960px) {
  .menu .menu__header {
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 4rem;
    z-index: 110;
    /* visibility: hidden; */
    background: transparent;
  }

  .menu .menu__header.is-active {
    visibility: visible;
    background-color: #fff;
  }

  .menu .menu__header.is-active > .menu__arrow {
    display: flex;
  }
}

@media (max-width: 960px) {
  .menu .menu__header .menu__arrow {
    /* display: none; */
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 3rem;
  }

  .menu .menu__header .menu__arrow:hover i {
    color: var(--primary);
  }

  .menu .menu__header .menu__arrow > i {
    font-size: 1.5rem;
    color: var(--greyText);
    transition: all 0.25s ease;
  }
}

@media (max-width: 960px) {
  .menu .menu__header .menu__title {
    cursor: pointer;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--greyText);
    transition: all 0.25s ease;
  }

  .menu .menu__header .menu__title:hover {
    color: var(--primary);
  }

  .darkmode .menu .menu__header .menu__title {
    color: #fff;
  }
}

@media (max-width: 960px) {
  .menu .menu__inner {
    height: 100%;
    margin-top: -3rem;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.menu .menu__inner .menu__item {
  position: static;
  display: inline-block;
  padding-right: 20px;
  padding: 15px 20px 15px 0;
}

.menu .menu__inner .menu__item:last-child {
  padding-right: 0;
}

.menu .menu__inner .menu__item:hover > .menu__link {
  color: var(--primary);
}

@media (max-width: 960px) {
  .menu .menu__inner .menu__item {
    display: block;
    padding: 0;
  }
}

@media (min-width: 961) {
  .menu .menu__inner .menu__item:hover > .menu__link i {
    transform: rotate(-90deg);
  }
}

@media (min-width: 961) {
  .menu .menu__inner .menu__item.menu__dropdown:hover > .submenu {
    opacity: 1;
    visibility: visible;
    top: 95%;
  }
}

.menu .menu__inner .menu__item .menu__link {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: var(--black);
  text-transform: capitalize;
  transition: all 0.25s ease;
}

@media (max-width: 960px) {
  .menu .menu__inner .menu__item .menu__link {
    justify-content: space-between;
    padding: 20px;
  }
}

.menu .menu__inner .menu__item .menu__link > i {
  margin-left: 5px;
  font-size: 1.35rem;
  transform: rotate(90deg);
  transition: 0.35s;
}

@media (max-width: 960px) {
  .menu .menu__inner .menu__item .menu__link > i {
    margin-left: 10px;
    transform: rotate(0deg);
  }
}

.overlay {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.45s ease-in-out;
  pointer-events: none;
}

@media (max-width: 960px) {
  .overlay {
    cursor: url("https://i.imgur.com/cPh9Zm5.png"), zoom-out;
    pointer-events: visible;
  }

  .overlay.is-active {
    opacity: 1;
    visibility: visible;
  }
}

.burger {
  position: relative;
  display: block;
  cursor: pointer;
  width: 25px;
  height: 15px;
  margin-right: 15px;
  opacity: 0;
  visibility: hidden;
  background: transparent;
}

@media (max-width: 960px) {
  .burger {
    opacity: 1;
    visibility: visible;
  }
}

.burger .burger-line {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  border-radius: 15px;
  background: var(--black);
}

.burger .burger-line:nth-child(1) {
  top: 0px;
}

.burger .burger-line:nth-child(2) {
  top: 8px;
  width: 70%;
}

.burger .burger-line:nth-child(3) {
  top: 16px;
}
/* header end */
/* content main */
.content-wrapper{
  background-color: var(--bg-color);
}
/* content main end */
/* Footer */
.footer {
  background: var(--greyBg);
  color: var(--black);
  padding-top: 80px !important;
}

.footer hr {
  border-color: #9d9d9d;
}

.footer ul {
  list-style-type: none;
}

.footer .product a {
  color: var(--greyText);
  transition: color 0.2s;
  line-height: 40px;
  font-size: 16px;
}

.footer .product li a:hover {
  text-decoration: none;
  color: #4180cb;
}

.footer .followus i {
  font-size: 22px;
  padding-right: 20px;
  color: var(--black);
}

.footer p {
  color: var(--greyText);
  transition: color 0.2s;
  line-height: 40px;
  font-size: 16px;
}

.footer .copyright p {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .copyright i {
  font-size: 4px;
  padding: 0 7px;
  transform: translateY(-2px);
}

.footer .dropdown {
  text-align: end;
}

.footer .company {
  padding-left: 100px;
}

.footer h4 {
  margin-bottom: 20px;
  font-weight: 700;
}
/* footer end */

/* card design */
.img_card .swiper-slide > img,
.img_card .swiper-slide img {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  /* height: 200px;
  object-fit: cover; */
  height: auto;
  aspect-ratio: 1.5 / 1;
}

.img_card_row {
  display: flex;
  flex-wrap: wrap;
}

.img_card_row > div {
  display: flex;
  flex-direction: column;
}
.img_card .card-body .status {
  display: inline-block;
  padding: 3px 15px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.img_card .card-body .status.pending {
  background-color: #f4efff;
  color: var(--primary);
}

.img_card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 12px;
  cursor: pointer;
}
.card.img_card .swiper-slide{
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

.img_card .card_btns {
  margin-top: auto;
}

.swiper {
  width: 100%;
}
.swiper_nav{
  position: absolute;
    top: 23px;
    right: 0px;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 110px;
    margin-left: auto;
}
.swiper.withnav{
  padding-top: 70px;
}
.swiper_nav > div{
  width: 40px;
  min-height: 40px;
  max-height: 40px;
  border-radius: 50%;
  background-color: rgba(32, 39, 55, 1);
}
.swiper_nav > div.swiper-button-disabled{
  background-color: rgba(32, 39, 55, 0.2);

}
.swiper_nav .swiper-button-next:after,.swiper_nav .swiper-button-prev:after{
  color: white !important;
  font-size: 14px;
}
.swiper .swiper-button-next, .swiper .swiper-button-prev{
  width: 40px !important;
    min-height: 40px;
    max-height: 40px;
    border-radius: 50%;
    background-color: rgba(32, 39, 55, 1);
}
.swiper .swiper-button-next:after,.swiper .swiper-button-prev:after{
  color: white !important;
  font-size: 14px;
}
.swiper .swiper-button-disabled {
  background-color: rgba(32, 39, 55, 0.2);
}

.card {
  border-width: 0 !important;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

#filterModal .textbox .form-label{
  font-weight: 600;
}
#filterForm .filter-block {
  margin-bottom: 20px;
}

#filterForm .title {
  font-weight: bold;
  margin-bottom: 5px;
}

#filterForm .fields {
  margin-top: 10px;
}

#filterForm .buttons-block {
  margin-top: 20px;
  text-align: right;
}

.text-center {
  text-align: center;
}

.btn-secondary {
  background-color: var(--secondary) !important;
  border-color: var(--secondary) !important;
}
.btn{
  border-radius: 12px ;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 14px;
}
.btn-blue{
  background-color: var(--blue-color);
  border-color: var(--blue-color);
  color: white;
}
.btn-blue:hover{
  color: var(--blue-color) !important;
  background-color: var(--white);

}
.btn-primary , .btn-primary:focus{
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.btn-primary:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white) !important;
}

.likebtn{
  background-color: var(--white);
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 35px;
  height: 35px;
  z-index: 8;
}
.select2-container--default .select2-selection--single {
  height: 38px !important;
  border-color: var(--border-color) !important;
}
.select2-selection{
  padding: 0 5px;
  border-radius: 0 !important;

}


.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 38px !important;

}
.select2-results__option.select2-results__option--highlighted{
    background-color: var(--primary) !important;
}

.active a {
  font-weight: bold;
}

#togglePassword {
  cursor: pointer;
  background: none;
  border: none;
}

.pw-field {
  position: relative;
}

.pw-field input {
  padding-right: 40px;
  /* Space for the icon */
}

.pw-field .btn-transparent {
  position: absolute;
  top: 50%;
  right: 10px;
  /* Adjust as needed */
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.pw-field .btn-transparent i {
  font-size: 16px;
  /* Adjust icon size as needed */
}

/* Modal Styles */
/* .modal-dialog {
  max-width: 500px;
} */

.modal-content {
  border-radius: 10px;
  overflow: hidden;
  border: 0;
}

.modal-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  padding: 16px 26px;
  text-align: center;
}

.modal-title {
  font-size: 1.5rem;
  margin-bottom: 0;
  /* Adjust the margin to fit the header content */
}

.modal-footer {
  border-top: none;
  padding: 16px 26px;
}
.modal-body{
  padding: 16px 26px;

}
.modal-fullscreen{
  width: 90vw;
  margin: auto;
}
#fullModal .modal-fullscreen .modal-fullscreen{
  width: 100%;
}
#fullModal .modal-fullscreen .modal-fullscreen .modal-header{
  display: none;
}
#fullModal .modal-fullscreen .modal-fullscreen .modal-body,#fullModal .modal-fullscreen .modal-fullscreen .modal-body .container.pb-5{
  padding: 0;
}


#loginModal .modal-body {
  padding: 0px 50px 30px 50px;
}
/* modal end */

.innerSection .btn-outline,
#signupSection .btn-outline {
  padding: 12px 13px;
  border-radius: 30px;
  margin: 6px 0;
  font-weight: 600;
  border-color: var(--border-color);

}

.btn-outline {
  border: 1px solid var(--primary);
  background-color: #fff;
  color: var(--black);
}

/* .btn-outline:hover {
  background-color: #f5f5f5;
  color: var(--primary);

} */


.text_grey {
  color: #000000 !important;
}
.borderR12{
  border-radius: 12px !important;
}
.borderR24{
  border-radius: 24px !important;
}
.cursor-pointer{
  cursor: pointer !important;
}

.cutoff_text {
  width: 83%;
  text-align: center;
  border-bottom: 1px solid #dadbde;
  line-height: 0.1em;
  margin: 20px auto 30px;
}

.cutoff_text span {
  background: #fff;
  padding: 0 10px;
  color: var(--black);
  font-weight: 500 !important;
  font-size: 13px;
}

.login-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.login-form {
  width: 100%;
}

.login-form img {
  max-width: 100%;
  height: auto;
}

.header_section {
  margin-bottom: 20px;
}

.login-options a {
  color: var(--primary);
}

.form-group {
  margin-bottom: 1.5rem;
  position: relative;
}

.form-group .form-control {
  background-color: #fff !important;
  max-height: 50px;
  padding: 15px 18px !important;
  border: 1px solid #dadbde !important;
  border-radius: 10px !important;
  color: #090f20 !important;
  height: 100%;
}

.form-control-feedback {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.icon-envelop5,
.icon-lock2 {
  color: #6c757d;
}
.shareIcons{
  justify-content: center;
    column-gap: 20px;
    padding: 0px 10px 50px;
    display: flex;
}
.shareIcons > a:first-child .iconBox{
    background-color: #26C943;
}
.shareIcons > a:first-child .iconBox i{
  color: white;
}
.shareIcons > a:nth-child(2) .iconBox{
  background: rgb(98,40,215);
background: linear-gradient(186deg, rgba(98,40,215,1) 17%, rgba(238,42,123,1) 54%, rgba(249,206,52,1) 84%);
}
.shareIcons > a:nth-child(2) .iconBox i{
color: white;
}
.shareIcons > a:last-child .iconBox{
  background-color: #1974EC;
}
.shareIcons > a:last-child .iconBox i{
color: white;
}
.shareIcons .iconBox{
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 10px;
}
.shareIcons .iconBox i{
  font-size: 32px;
}
/* view profile page */
.view_profile .bannerImg{
  aspect-ratio: 4 / 1;
    height: auto;
}
.view_profile{
  padding-top: 65px;
  background-color: var(--white);
  
}
.view_profile .cardgrid .card{
  border-width: 1px !important;
}
.view_profile .cardgrid .card .card-body{
  flex-direction: column;
    display: flex;
}

.top-user-menus .backdrop{
  position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 200px;
    background: rgb(234, 252, 252);
    background-color: #d6eedc;
    /* background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3CradialGradient id='a' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23d6eedc'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='750' x2='1550' y2='750'%3E%3Cstop offset='0' stop-color='%23ebf7ee'/%3E%3Cstop offset='1' stop-color='%23d6eedc'/%3E%3C/linearGradient%3E%3Cpath id='s' fill='url(%23b)' d='M1549.2 51.6c-5.4 99.1-20.2 197.6-44.2 293.6c-24.1 96-57.4 189.4-99.3 278.6c-41.9 89.2-92.4 174.1-150.3 253.3c-58 79.2-123.4 152.6-195.1 219c-71.7 66.4-149.6 125.8-232.2 177.2c-82.7 51.4-170.1 94.7-260.7 129.1c-90.6 34.4-184.4 60-279.5 76.3C192.6 1495 96.1 1502 0 1500c96.1-2.1 191.8-13.3 285.4-33.6c93.6-20.2 185-49.5 272.5-87.2c87.6-37.7 171.3-83.8 249.6-137.3c78.4-53.5 151.5-114.5 217.9-181.7c66.5-67.2 126.4-140.7 178.6-218.9c52.3-78.3 96.9-161.4 133-247.9c36.1-86.5 63.8-176.2 82.6-267.6c18.8-91.4 28.6-184.4 29.6-277.4c0.3-27.6 23.2-48.7 50.8-48.4s49.5 21.8 49.2 49.5c0 0.7 0 1.3-0.1 2L1549.2 51.6z'/%3E%3Cg id='g'%3E%3Cuse href='%23s' transform='scale(0.12) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.2) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.25) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(0.3) rotate(-20)'/%3E%3Cuse href='%23s' transform='scale(0.4) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(0.5) rotate(20)'/%3E%3Cuse href='%23s' transform='scale(0.6) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.7) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.835) rotate(-40)'/%3E%3Cuse href='%23s' transform='scale(0.9) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(1.05) rotate(25)'/%3E%3Cuse href='%23s' transform='scale(1.2) rotate(8)'/%3E%3Cuse href='%23s' transform='scale(1.333) rotate(-60)'/%3E%3Cuse href='%23s' transform='scale(1.45) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(1.6) rotate(10)'/%3E%3C/g%3E%3C/defs%3E%3Cg transform='rotate(0 0 0)'%3E%3Cg transform='rotate(0 0 0)'%3E%3Ccircle fill='url(%23a)' r='3000'/%3E%3Cg opacity='0.5'%3E%3Ccircle fill='url(%23a)' r='2000'/%3E%3Ccircle fill='url(%23a)' r='1800'/%3E%3Ccircle fill='url(%23a)' r='1700'/%3E%3Ccircle fill='url(%23a)' r='1651'/%3E%3Ccircle fill='url(%23a)' r='1450'/%3E%3Ccircle fill='url(%23a)' r='1250'/%3E%3Ccircle fill='url(%23a)' r='1175'/%3E%3Ccircle fill='url(%23a)' r='900'/%3E%3Ccircle fill='url(%23a)' r='750'/%3E%3Ccircle fill='url(%23a)' r='500'/%3E%3Ccircle fill='url(%23a)' r='380'/%3E%3Ccircle fill='url(%23a)' r='250'/%3E%3C/g%3E%3Cg transform='rotate(0 0 0)'%3E%3Cuse href='%23g' transform='rotate(10)'/%3E%3Cuse href='%23g' transform='rotate(120)'/%3E%3Cuse href='%23g' transform='rotate(240)'/%3E%3C/g%3E%3Ccircle fill-opacity='0' fill='url(%23a)' r='3000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E); */
    background-attachment: fixed;
    background-size: cover;
    background-size: auto 100%;
    background-position: center right;
}
/* directory_listing */
.directory_listing  #map {
  height: 71vh;
  position: sticky ! IMPORTANT;
  top: 100px;
  margin: 0 !IMPORTANT;
  border-radius: 20px;
}
.directory_listing .modal-fullscreen .modal-body{
  margin-top: 70px;
}


/* ------- */
.price_dropdown input{
  min-width: 130px;
} 
.hourstag{
  background-color: rgba(32, 39, 55, 0.7);
  padding: 5px 10px;
  border-radius: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  color: white;
}
/* progress bar */
.progress-main .progress-wrrap .progress-bar {
  height: 6px;
  background-color: #20273726;
  border-radius: 12px;
  overflow: visible;
}
.progress-main .progress-wrrap .progress-per {
  height: 6px;
  background-color: var(--primary);
  border-radius: 12px;
  width: 0;
  /* transition: 1s linear; */
  position: relative;
}
.progress-main .progress-wrrap .progress-per:before {
  content: attr(data-amount);
  position: absolute;
  padding: 4px 8px;
  background-color: #202737;
  color: #fff;
  font-size: 11px;
  border-radius: 50px;
  top: -38px;
  right: -31px;
  min-width: 40px;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.progress-main.removetag .progress-wrrap .progress-per::before,
.progress-main.removetag .progress-wrrap .progress-per::after{
  content: none;
}
.progress-main .circle {
  width: 20px;
  height: 20px;
  background-color: white;
  position: absolute;
  right: 0;
  border-radius: 50%;
  top: -6px;
  bottom: 0;
  border: 1px solid var(--primary);

}
.progress-main .progress-wrrap .progress-per:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #202737;
  top: -33px;
  right: 8px;
  transform: translateX(50%) rotate(45deg);
  border-radius: 2px;
}
/* progress bar end */
.input_withIcon .input-group-text{
  background-color: var(--white);
  border-right: 0 !important;
  border-color: #20273733;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.input_withIcon input{
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-color: #20273733 !important;
  border-left: 0 !important;
}
/*  */
.rates_section{
  background-color: var(--black);
  height: auto;
  position: relative;
  /* aspect-ratio: 3 / 1; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
}
.rates_section h6{
  z-index: 1;
}
.rates_section .patternImg{
  position:absolute;

}
.rates_section .patternImg.img1{
  right: 0;
  bottom: 0;
  max-width: 80%;
}
.rates_section .patternImg.img2{
  left: 0;
  height: 100%;
}
.propertydetails_btns img{
  width: 20px !important;
}
.imgSlider_box{
  background-color: var(--black);
  padding: 40px !important;
}
.imgSlider_box .imgSlider .swiper-slide img{
  height: 150px;
    border-radius: 20px;
}
.imgSlider_box .swiper-wrapper{
  padding-bottom: 30px ;
}
.arrowBox{
  position: absolute;
  left: auto;
  right: 34px;
}
.arrowBox > div{
  width: 15px !important;
  height: 15px !important;
  color: white;
}
.arrowBox .swiper-button-next:after,.arrowBox  .swiper-button-prev:after{
  font-size: 14px;
}
.arrowBox .swiper-button-next{
  left: 17px;
    top: 6px;
}
.arrowBox .swiper-button-prev{
  top: 6px;
  left: 0;
}
/* banner */
.bannerMain{
  background-color: var(--black);
  height: 320px;
  position: relative;
    overflow: hidden;
}
.bannerMain .pattern1{
  position: absolute;
  right: -120px;
  bottom: -60px;
  width: 500px;
}
.bannerMain .pattern2{
  position: absolute;
  right: 200px;
  width: 430px;
  top: -230px;
}
.bannerMain header{
  padding: 20px 30px;
}
.bannerMain header .navbar {
  border-radius: 24px;
  height: 65px;
}
.multiselect ~ .select2{
  width: 100% !important;
}
.multiselect ~ .select2 .select2-selection{
  padding: 7px 16px;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border-color: var(--border-color) !important;
}

.listingHeader{
  top: 0;
  position: fixed;
  z-index: 1055;
  background-color: white;
  width: 89%;
  left: 0;
  right: 0;
  margin: auto;
}
#saveAction{
  cursor: pointer;
}
.cardslider.withnav > .swiper-wrapper > .swiper-slide{
  display: flex;
  height: auto;
}
.cardslider.withnav > .swiper-wrapper > .swiper-slide .card{
  height: 100%;
  cursor: pointer;
}
.cardslider.withnav > .swiper-wrapper > .swiper-slide .card .singleImages {
  max-height: 220px;
}
.cardslider.withnav > .swiper-wrapper > .swiper-slide .card .singleImages ~ .card-body{
  display: flex;
  flex-direction: column;
}
.cardslider.withnav > .swiper-wrapper > .swiper-slide .card .singleImages ~ .card-body .propertydetails_btns {
  margin-top: auto !important;
}
.card.img_card > .mySwiper {
  height: auto;
  aspect-ratio: 1.5 / 1;
}

/* Responsive Styles */
/* @media (max-width:1200px) {
  .singleImages.swiper {
    max-height: 350px;
  }
  .imagesModal .video_iframe {
    height: 350px;
    }
} */
@media (max-width: 768px) {
  .login-box .login-options a,
  .login-box .header_section a {
    font-size: 0.9rem;
  }

  .btn {
    padding: 6px 8px;
    font-size: 14px;
    
  }

  .logo {
    max-width: 180px;
  }

  .header .brand img {
    width: 150px;
  }
  .shareIcons{
    column-gap: 0;
    padding: 0px 10px 30px;
  }
  .shareIcons .iconBox {
    width: 40px;
    height: 40px;
  }
  .shareIcons .fs-5{
    font-size: 14px !important;
  }
  .shareIcons .iconBox i {
      font-size: 24px;
  }
  .ImgGrid_Box .col-xs-6{
    width: 50%;
    max-width: 50%;
  }
  .view_profile .dealsCard > div{
    margin-bottom: 20px;
 }
}
@media (max-width: 600px) {
  .listingHeader > .d-flex{
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .listingHeader > .d-flex .closeFullModal ~ .d-flex{
    justify-content: end;
    width: 100%;
  }
  .residential{
    padding-top: 60px;
  }
  .listingHeader img{
    width: 100%;
    max-width: 150px;
  }
  .listingHeader #saveAction{
    margin-right: 0 !important;
  }
  .directory_listing #map{
    height: 350px;
  }
  .rates_section{
    padding: 20px !important;
  }
  .rates_section > .row > div{
    padding: 0;
  }
  .cardslider .swiper-slide{
    min-width: auto !important;
  }
 
}

@media (max-width: 460px) {
  .navbar .navbar__right {
    column-gap: 0.5rem;
    margin-left: auto;
    margin-right: 20px;
  }
  .navbar__right .profile-dropdown{
    position: absolute;
    top: 3px;
    right: 10px;
  }
  .modal-body {
    padding: 0px 30px 30px 30px;
  }
  .directory_listing .modal-fullscreen .modal-body {
    margin-top: 100px;
}



  .header .brand img {
    width: 130px;
  }

  .burger {
      width: 20px;
        margin-left: auto;
        position: absolute;
        bottom: 20px;
        right: 0px;
    }
    .navbar{
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
      padding: 0 10px;
      height: 100px;
    }
    .navbar > .container{
      height: 100%;
      align-items: flex-start;
    }
    .filters_box{
      margin-top: 100px;
    }
    .search_field {
      min-width: 300px;
    }
    .navbar .navbar__left{
      max-width: 100%;
      width: 100%;
    }
    .multiselect ~ .select2{
      width: 100% !important;
      max-width: 85%;
    }
    .featuresCard > .col-xs-12 > .d-flex{
      flex-direction: column;
      align-items: flex-start !important;
      margin-bottom: 20px;
    }
  }
  @media (max-width:400px) {
    .custom_dropdown .dropdown-toggle, .filters_box > .container > div{
      width: 100%;
    }
    .filters_box > .container > .form-switch{
      justify-content: end;
    }
    .residential .nav-pills{
      width: 100%;
    justify-content: center;
    display: flex;
    }
    .residential .nav-pills .nav-link,.residential .nav-pills .nav-item{
      width: 100%;
    }
  }
 
  .profile-info span{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100px !important;
  }
  .profile-dropdown .dropdown-menu > li:nth-child(2){
    width: 100% !important;
    max-width: 100%;
  }
  .top-user-menus .backdrop{
    display: none !important;
  }
  .profile-dropdown .dropdown-menu{
    width: auto !important;

  }
  .view_profile{
    margin-top: -215px;
  }
  .view_profile .bannerImg {
    aspect-ratio: 2 / 1;
  }
  .ImgGrid_Box .col-xs-6{
    width: 100%;
    max-width: 100%;
  }



/* Ensure the modal header has relative positioning for the button */
.modal-header {
  position: relative;
}

/* Style the close button to be in the top-right corner */

/* Style for profile dropdown */
.profile-dropdown {
  position: relative;
  display: inline-block;
}
.profile-dropdown li{
  max-width: 300px;
  background: #fff;
}
.profile-dropdown li.nav-item a{
  font-size: 14px ;
  padding: 8px 17px;
}
.profile-dropdown .dropdown-menu{
  width: 500px;
}

.profile-info {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 5px;
  border-radius: 5px;
}

.profile-info img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.profile-info span {
  margin-right: 5px;
}
.dropdown.dots .dropdown-toggle::after{
  display: none;
}
.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 9;
  right: 0;
  top: 100%;
  min-width: 160px;
  border-radius: 5px;
}

/* .dropdown-menu button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px;
  border: none;
  background: none;
  cursor: pointer;
} */

.card_btns_4 {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-top: 1px solid var(--border-color);
}

#tab-container .active {
  border-bottom: 2px solid var(--primary) !important;
}

#tab-container > div {
  padding: 15px !important;
}

#tab-container a {
  font-size: 15px !important;
  font-weight: 600;
  color: #090f20 !important;
}

.loginbtn {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  padding: 12px 18px;
}

/* search */
.filters_box .input-group-addon{
  border-color: var(--border-color) !important;
  border-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0 !important;
  padding: 12px 16px;
}

.search_field input {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 12px 16px;
  font-size: 14px;
  color: var(--black-70);
}

.search_field input:focus {
  border-color: var(--border-color);
  box-shadow: none;
}

.search_field #clear_search {
  position: absolute;
  right: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  z-index: 99;
}
/* jeethendra */
.bgImg {
  background-image: url("/public/images/new/imgPlaceholder.jpg");
  /* height: 400px; */
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  aspect-ratio: 2/1;
  margin: 10px 0;
  height: auto;
  border-radius: 16px;
  position: relative;
  cursor: pointer;
}
.bgImg .imgcount{
  z-index: 1;
    left: 10px;
    top: 10px;
    bottom: auto;
    right: auto;
}
.bgImg2 {
  background-image: url("/public/images/new/imgPlaceholder.jpg");
  /* height: 190px; */
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  aspect-ratio: 1;
  margin: 10px 0;
  height: auto;
  border-radius: 16px;
  cursor: pointer;

}


.tags {
  border: 0.5px solid var(--primary);
  padding: 7px 9px;
  border-radius: 4px;
  color: var(--black);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-right: 5px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent !important;
  border-bottom: 2px solid var(--primary) !important;
  border-radius: 0 !important;
  color: var(--black);
}

.nav-pills .title {
  font-size: 16px;
  font-weight: 600;
}

.nav-pills .nav-link {
  color: var(--black-70);
  min-width: 150px;
}

.bg-grey {
  background-color: #f8f9fa;
}
.bg_white {
  background-color: #fff !important;
}
.textbox input::placeholder{
  font-family: Inter !important;
}

.textbox input, .textbox textarea {
  height: 36px !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  background: #ffffffff;
  border-width: 1px !important;
  border-color: #bcc1caff !important;
  outline: none !important;
  border-radius: 0 !important;
  margin-top: 2px;
}
input[type="text"]::placeholder, input[type="email"]::placeholder,
textarea::placeholder {
  font-family: "Inter", sans-serif !important;

}
.textbox textarea{
  height: auto !important;
}

.textbox .form-label {
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

/* hover */
.textbox input:hover {
  color: #171a1fff;
  background: #ffffffff;
  border-color: #a7adb7ff;
}

/* focused */
.textbox input:focused {
  color: #171a1fff;
  background: #ffffffff;
  border-color: #9095a0ff;
}

.profilecard .card-body img {
  margin-top: -80px;
  position: relative;
  z-index: 2;
  border: 3px solid var(--white);
}
.profilecard .fa-star{
  color: #FFC050;
}
.profilecard .card {
  position: sticky ! IMPORTANT;
  top: 100px;
  border-radius: 12px;
  padding: 0;
  box-shadow: 0px 6px 16px 0px #0000001F;
  max-width: 400px;
  margin: auto;
  margin-bottom: 30px;
}
.profilecard .btn-outline{
  background-color: transparent;
  max-width: 180px;
  width: 100%;
}

/* Container 87 */


.profilecard .bg_Img {
  object-fit: cover;
  position: relative;
  z-index: 1;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;

}

.a_tag {
  text-decoration: underline;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper-pagination{
  display: flex;
  justify-content: center;
  background-color: rgba(32, 39, 55, 0.6);
  bottom: 10px !important;
  padding: 5px;
  border-radius: 10px;
  max-width: fit-content;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;

}
.swiper-pagination-bullet{
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.singleImages .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.swiper-pagination-bullet-active {
  background-color: var(--white) !important;
}



.subscribe_box {
  width: 100%;
  height: 360px;
  position: relative;
  overflow: hidden;
  background-color: var(--black);
  max-width: 80%;
  margin: auto;
  border-radius: 20px;
}

.subscribe_box .pattern1 {
  position: absolute;
  bottom: -40px;
  right: -100px;
}

.subscribe_box .pattern2 {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
}


.subscribe_box > div {
  max-width: 600px;
  position: relative;
}
.subscribe_box p{
  color: #E1E1E1;
}

#map {
  height: 250px;
  border-radius: 12px;
}

.imgcount {
  position: absolute;
  right: 20px;
  bottom: 10px;
  display: flex;
  align-items: baseline;
  background-color: rgba(32, 39, 55, 0.7);
  color: var(--white);
  font-size: 13px;
  padding: 8px 12px;
  border-radius: 30px;
}

.singleImages.swiper{
  max-height: 600px;
}
.cardgrid .singleImages .swiper-slide img {
  min-height: 230px;
  max-height: 230px;
}
.cardgrid .card {
  margin-bottom: 20px;
  border-radius: 20px;
}
.fa-circle {
  font-size: 6px;
  transform: translateY(-3px);
}

.dropdown-toggle:hover {
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .message-area > .container{
    max-width: 100%;
  }
  .profilecard .card{
  
    margin-bottom: 30px;
  }
  .navbar{
    padding: 0 20px;
  }
}

@media only screen and (max-width: 768px) {
  .footer .company {
    padding-left: 20px;
  }
  .singleImages .swiper-slide img, .imagesModal .video_iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 1.5 / 1;
  }
  .subscribe_box{
    margin: 0;
    max-width: 100%;
  }

}
/* santhosh */
.residential .tag {
  background-color: #f8f9fa;
  padding: 20px 15px;
  color: var(--black);
  font-size: 16px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
#loginModal h4,#loginModal label {
  font-family: "Satoshi";
  font-weight: bold;

}
#loginModal *:not(i){
  /* font-family: "Satoshi"; */
}

/* .error-message {
    color: red; 
    font-size: 14px;
} */



  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

body {
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--black);
  background-color: #fff;
  padding: 0 !important;
}

main {
  overflow: hidden;
}
main.directory_listing{
  overflow: unset;
}

a,
button {
  cursor: pointer !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
}

dl,
ol,
ul,
p {
  margin: 0 !important;
}
.text-danger, .error-message{
  color: #F1416C !important;
  font-weight: 600;
  font-size: 14px;
}
.ellipse2 {
  -webkit-line-clamp: 2;
}
.ellipse4 {
  -webkit-line-clamp: 4;
}
.ellipse2, .ellipse4 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section {
  margin: 0 auto;
  padding: 6rem 0 2rem;
}

.container {
  max-width: 98%;
  height: auto;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.centered {
  text-align: center;
  vertical-align: middle;
  margin-bottom: 1rem;
}

.text_black {
  color: var(--black) !important;
}
.text_white {
  color: var(--white) !important;
}
.text_black-70 {
  color: var(--black-70) !important;
}
.text_primary {
  color: var(--primary) !important;
}


.text-center {
  text-align: center;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.fw-600 {
  font-weight: 600;
}

.fz-12 {
  font-size: 12px !important;
}

.fz-14 {
  font-size: 14px !important;
}
.fz-15 {
  font-size: 15px !important;
}
.fz-18 {
  font-size: 18px !important;
}

.fz-16 {
  font-size: 16px !important;
}
.fz-17 {
  font-size: 17px !important;
}

.fz-22 {
  font-size: 22px !important;
}
.label {
  font-size: 15px;
  font-weight: 600;
  color: var(--black);
}
.btn-grey {
  background-color: #f3f4f6;
  color: var(--black);
}

.btn-xs {
  padding: 5px 15px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
th {
  border-bottom-width: 0 !important;
  padding: 10px 20px;
}

tr,
td {
  background-color: #fff !important;
  box-shadow: none !important;
}
.border_colorGrey{
  border-color: #565E6DFF;
}
.list-group i{
  font-size: 5px !important;
}
.textGrey{
  color: #565E6DFF !important;
}
.form-switch .form-check-input{
  width: 42px;
  height: 24px;
  background-color: rgba(7, 15, 33, 0.2);
  border: none !important;
}
.form-switch .form-check-input:focus:not(:checked){
  filter: contrast(0.1) !important;
}
.form-switch .form-check-label{
  margin-right: 40px;
  margin-top: 3px;
}
.form-check-input:checked{
  background-color:var(--black);
  border-color:var(--black);
}
.filters_box  .form-check-input:checked{
  background-color:var(--black);
  border-color:var(--black);
}
.form-label{
  font-size: 14px;
  font-weight: 600 !important;
  color: var(--black);
}
.form-select, .custom_dropdown .dropdown-toggle{
  border-color: var(--border-color);
  border-radius: 8px;
  padding: 12px 16px;
  min-width: 160px;
  font-size: 14px;
  font-weight: 400;
  color: var(--black-70);
}
.form-select:focus{
  box-shadow: none;
}
.form-control{
  border-color: var(--border-color) !important;
}
.custom_dropdown .dropdown-toggle::after{
    right: 15px;
    position: absolute;
    top: 47%;
}
input.form-control{
  font-size: 14px;
}
.search_field {
  min-width: 400px;
}
input:focus,
.form-control:focus,
.accordion-button:focus {
  border-color: var(--border-color) !important;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed){
    background-color: var(--greyBg) !important;
    color: var(--greyText) !important;
}
.dropdown-menu .nav-item:hover,.dropdown-item:focus, .dropdown-item:hover{
  background-color: var(--primary);
  color: white;
}
.dropdown-menu .nav-item:hover a{
  color: white;
  background-color: var(--primary);

}
.btn:focus{
  box-shadow: none !important;
  /* background-color: var(--primary); */

}
.bg-active{
  background-color: #b5dd95;
  border-color: #a2c492;
}
.accordion-item{
  border: 1px solid rgba(0, 0, 0, .125) !important;
  border-radius: 12px !important;
}
.accordion-item .accordion-button{
  /* border-radius: 12px !important; */
  padding: 20px;
  background-color: transparent !important;
  border-bottom: 1px solid var(--bg-color);
} 

/* header */

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  margin: 0 auto;
}


.navbar {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 75px;
  margin: 0 auto;
  background-color: var(--white);
  padding: 0 40px;
}

.navbar .navbar__left {
  display: flex;
  align-items: center;
  flex: 0 0 17%;
}
.video_iframe{
  aspect-ratio: 1;
  margin: 10px 0;
  height: auto;
  border-radius: 16px;
}
.imagesModal  .video_iframe{
  width: 100%;
  height: auto;
  margin: 0;
  aspect-ratio: 2/1;
  
}
.filters_box{
  margin-top: 77px;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  padding: 20px 0;
}
.filters_box > .container > div{
  margin-right: 10px;
  margin-bottom: 5px;
}
.filters_box > .container > div.search_field {
  max-width: 600px;
}
.filters_box > .container > div.search_field > .input-group-addon{
  display: flex;
  align-items: center;
}


@media (max-width: 960px) {
  .navbar .navbar__left {
    flex: 0 0 auto;
  }
  .header .brand img{
        margin-right: 10px;
    }
}

.navbar .navbar__center {
  display: flex;
}
.navbar__right .nav-link{
  padding-right: 10px;
}

@media (max-width: 960px) {
  .navbar .navbar__center {
    flex: 0 0 100%;
    order: 3;
    align-items: center;
  }
}

.navbar .navbar__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 1.5rem;
}

@media (max-width: 960px) {
  .navbar .navbar__right {
    flex: 0 0 auto;
    align-items: center;
  }
}

@media (max-width: 960px) {
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 350px;
    max-width: 85%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
    background-color: #fff;
    transform: translate(-100%);
    transition: all 0.4s ease-in-out;
  }

  .menu.is-active {
    transform: translate(0%);
  }
}

.menu .menu__header {
  display: none;
  box-shadow: var(--shadow-medium);
}

@media (max-width: 960px) {
  .menu .menu__header {
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 4rem;
    z-index: 110;
    /* visibility: hidden; */
    background: transparent;
  }

  .menu .menu__header.is-active {
    visibility: visible;
    background-color: #fff;
  }

  .menu .menu__header.is-active > .menu__arrow {
    display: flex;
  }
}

@media (max-width: 960px) {
  .menu .menu__header .menu__arrow {
    /* display: none; */
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 3rem;
  }

  .menu .menu__header .menu__arrow:hover i {
    color: var(--primary);
  }

  .menu .menu__header .menu__arrow > i {
    font-size: 1.5rem;
    color: var(--greyText);
    transition: all 0.25s ease;
  }
}

@media (max-width: 960px) {
  .menu .menu__header .menu__title {
    cursor: pointer;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--greyText);
    transition: all 0.25s ease;
  }

  .menu .menu__header .menu__title:hover {
    color: var(--primary);
  }

  .darkmode .menu .menu__header .menu__title {
    color: #fff;
  }
}

@media (max-width: 960px) {
  .menu .menu__inner {
    height: 100%;
    margin-top: -3rem;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.menu .menu__inner .menu__item {
  position: static;
  display: inline-block;
  padding-right: 20px;
  padding: 15px 20px 15px 0;
}

.menu .menu__inner .menu__item:last-child {
  padding-right: 0;
}

.menu .menu__inner .menu__item:hover > .menu__link {
  color: var(--primary);
}

@media (max-width: 960px) {
  .menu .menu__inner .menu__item {
    display: block;
    padding: 0;
  }
}

@media (min-width: 961) {
  .menu .menu__inner .menu__item:hover > .menu__link i {
    transform: rotate(-90deg);
  }
}

@media (min-width: 961) {
  .menu .menu__inner .menu__item.menu__dropdown:hover > .submenu {
    opacity: 1;
    visibility: visible;
    top: 95%;
  }
}

.menu .menu__inner .menu__item .menu__link {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: var(--black);
  text-transform: capitalize;
  transition: all 0.25s ease;
}

@media (max-width: 960px) {
  .menu .menu__inner .menu__item .menu__link {
    justify-content: space-between;
    padding: 20px;
  }
}

.menu .menu__inner .menu__item .menu__link > i {
  margin-left: 5px;
  font-size: 1.35rem;
  transform: rotate(90deg);
  transition: 0.35s;
}

@media (max-width: 960px) {
  .menu .menu__inner .menu__item .menu__link > i {
    margin-left: 10px;
    transform: rotate(0deg);
  }
}

.overlay {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.45s ease-in-out;
  pointer-events: none;
}

@media (max-width: 960px) {
  .overlay {
    cursor: url("https://i.imgur.com/cPh9Zm5.png"), zoom-out;
    pointer-events: visible;
  }

  .overlay.is-active {
    opacity: 1;
    visibility: visible;
  }
}

.burger {
  position: relative;
  display: block;
  cursor: pointer;
  width: 25px;
  height: 15px;
  margin-right: 15px;
  opacity: 0;
  visibility: hidden;
  background: transparent;
}

@media (max-width: 960px) {
  .burger {
    opacity: 1;
    visibility: visible;
  }
}

.burger .burger-line {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  border-radius: 15px;
  background: var(--black);
}

.burger .burger-line:nth-child(1) {
  top: 0px;
}

.burger .burger-line:nth-child(2) {
  top: 8px;
  width: 70%;
}

.burger .burger-line:nth-child(3) {
  top: 16px;
}
/* header end */
/* content main */
.content-wrapper{
  background-color: var(--bg-color);
}
/* content main end */
/* Footer */
.footer {
  background: var(--greyBg);
  color: var(--black);
  padding-top: 80px !important;
}

.footer hr {
  border-color: #9d9d9d;
}

.footer ul {
  list-style-type: none;
}

.footer .product a {
  color: var(--greyText);
  transition: color 0.2s;
  line-height: 40px;
  font-size: 16px;
}

.footer .product li a:hover {
  text-decoration: none;
  color: #4180cb;
}

.footer .followus i {
  font-size: 22px;
  padding-right: 20px;
  color: var(--black);
}

.footer p {
  color: var(--greyText);
  transition: color 0.2s;
  line-height: 40px;
  font-size: 16px;
}

.footer .copyright p {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .copyright i {
  font-size: 4px;
  padding: 0 7px;
  transform: translateY(-2px);
}

.footer .dropdown {
  text-align: end;
}

.footer .company {
  padding-left: 100px;
}

.footer h4 {
  margin-bottom: 20px;
  font-weight: 700;
}
/* footer end */

/* card design */
.img_card .swiper-slide > img,
.img_card .swiper-slide img {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  /* height: 200px;
  object-fit: cover; */
  height: auto;
  aspect-ratio: 1.5 / 1;
}

.img_card_row {
  display: flex;
  flex-wrap: wrap;
}

.img_card_row > div {
  display: flex;
  flex-direction: column;
}
.img_card .card-body .status {
  display: inline-block;
  padding: 3px 15px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.img_card .card-body .status.pending {
  background-color: #f4efff;
  color: var(--primary);
}

.img_card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 12px;
  cursor: pointer;
}
.card.img_card .swiper-slide{
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

.img_card .card_btns {
  margin-top: auto;
}

.swiper {
  width: 100%;
}
.swiper_nav{
  position: absolute;
    top: 23px;
    right: 0px;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 110px;
    margin-left: auto;
}
.swiper.withnav{
  padding-top: 70px;
}
.swiper_nav > div{
  width: 40px;
  min-height: 40px;
  max-height: 40px;
  border-radius: 50%;
  background-color: rgba(32, 39, 55, 1);
}
.swiper_nav > div.swiper-button-disabled{
  background-color: rgba(32, 39, 55, 0.2);

}
.swiper_nav .swiper-button-next:after,.swiper_nav .swiper-button-prev:after{
  color: white !important;
  font-size: 14px;
}
.swiper .swiper-button-next, .swiper .swiper-button-prev{
  width: 40px !important;
    min-height: 40px;
    max-height: 40px;
    border-radius: 50%;
    background-color: rgba(32, 39, 55, 1);
}
.swiper .swiper-button-next:after,.swiper .swiper-button-prev:after{
  color: white !important;
  font-size: 14px;
}
.swiper .swiper-button-disabled {
  background-color: rgba(32, 39, 55, 0.2);
}

.card {
  border-width: 0 !important;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

#filterModal .textbox .form-label{
  font-weight: 600;
}
#filterForm .filter-block {
  margin-bottom: 20px;
}

#filterForm .title {
  font-weight: bold;
  margin-bottom: 5px;
}

#filterForm .fields {
  margin-top: 10px;
}

#filterForm .buttons-block {
  margin-top: 20px;
  text-align: right;
}

.text-center {
  text-align: center;
}

.btn-secondary {
  background-color: var(--secondary) !important;
  border-color: var(--secondary) !important;
}
.btn{
  border-radius: 12px ;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 14px;
}
.btn-blue{
  background-color: var(--blue-color);
  border-color: var(--blue-color);
  color: white;
}
.btn-blue:hover{
  color: var(--blue-color) !important;
  background-color: var(--white);

}
.btn-primary , .btn-primary:focus{
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.btn-primary:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white) !important;
}

.likebtn{
  background-color: var(--white);
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 35px;
  height: 35px;
  z-index: 8;
}
.select2-container--default .select2-selection--single {
  height: 38px !important;
  border-color: var(--border-color) !important;
}
.select2-selection{
  padding: 0 5px;
  border-radius: 0 !important;

}


.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 38px !important;

}
.select2-results__option.select2-results__option--highlighted{
    background-color: var(--primary) !important;
}

.active a {
  font-weight: bold;
}

#togglePassword {
  cursor: pointer;
  background: none;
  border: none;
}

.pw-field {
  position: relative;
}

.pw-field input {
  padding-right: 40px;
  /* Space for the icon */
}

.pw-field .btn-transparent {
  position: absolute;
  top: 50%;
  right: 10px;
  /* Adjust as needed */
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.pw-field .btn-transparent i {
  font-size: 16px;
  /* Adjust icon size as needed */
}

/* Modal Styles */
/* .modal-dialog {
  max-width: 500px;
} */

.modal-content {
  border-radius: 10px;
  overflow: hidden;
  border: 0;
}

.modal-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  padding: 16px 26px;
  text-align: center;
}

.modal-title {
  font-size: 1.5rem;
  margin-bottom: 0;
  /* Adjust the margin to fit the header content */
}

.modal-footer {
  border-top: none;
  padding: 16px 26px;
}
.modal-body{
  padding: 16px 26px;

}
.modal-fullscreen{
  width: 90vw;
  margin: auto;
}
#fullModal .modal-fullscreen .modal-fullscreen{
  width: 100%;
}
#fullModal .modal-fullscreen .modal-fullscreen .modal-header{
  display: none;
}
#fullModal .modal-fullscreen .modal-fullscreen .modal-body,#fullModal .modal-fullscreen .modal-fullscreen .modal-body .container.pb-5{
  padding: 0;
}


#loginModal .modal-body {
  padding: 0px 50px 30px 50px;
}
/* modal end */

.innerSection .btn-outline,
#signupSection .btn-outline {
  padding: 12px 13px;
  border-radius: 30px;
  margin: 6px 0;
  font-weight: 600;
  border-color: var(--border-color);

}

.btn-outline {
  border: 1px solid var(--primary);
  background-color: #fff;
  color: var(--black);
}

/* .btn-outline:hover {
  background-color: #f5f5f5;
  color: var(--primary);

} */


.text_grey {
  color: #000000 !important;
}
.borderR12{
  border-radius: 12px !important;
}
.borderR24{
  border-radius: 24px !important;
}
.cursor-pointer{
  cursor: pointer !important;
}

.cutoff_text {
  width: 83%;
  text-align: center;
  border-bottom: 1px solid #dadbde;
  line-height: 0.1em;
  margin: 20px auto 30px;
}

.cutoff_text span {
  background: #fff;
  padding: 0 10px;
  color: var(--black);
  font-weight: 500 !important;
  font-size: 13px;
}

.login-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.login-form {
  width: 100%;
}

.login-form img {
  max-width: 100%;
  height: auto;
}

.header_section {
  margin-bottom: 20px;
}

.login-options a {
  color: var(--primary);
}

.form-group {
  margin-bottom: 1.5rem;
  position: relative;
}

.form-group .form-control {
  background-color: #fff !important;
  max-height: 50px;
  padding: 15px 18px !important;
  border: 1px solid #dadbde !important;
  border-radius: 10px !important;
  color: #090f20 !important;
  height: 100%;
}

.form-control-feedback {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.icon-envelop5,
.icon-lock2 {
  color: #6c757d;
}
.shareIcons{
  justify-content: center;
    column-gap: 20px;
    padding: 0px 10px 50px;
    display: flex;
}
.shareIcons > a:first-child .iconBox{
    background-color: #26C943;
}
.shareIcons > a:first-child .iconBox i{
  color: white;
}
.shareIcons > a:nth-child(2) .iconBox{
  background: rgb(98,40,215);
background: linear-gradient(186deg, rgba(98,40,215,1) 17%, rgba(238,42,123,1) 54%, rgba(249,206,52,1) 84%);
}
.shareIcons > a:nth-child(2) .iconBox i{
color: white;
}
.shareIcons > a:last-child .iconBox{
  background-color: #1974EC;
}
.shareIcons > a:last-child .iconBox i{
color: white;
}
.shareIcons .iconBox{
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 10px;
}
.shareIcons .iconBox i{
  font-size: 32px;
}
/* view profile page */
.view_profile .bannerImg{
  aspect-ratio: 4 / 1;
    height: auto;
}
.view_profile{
  padding-top: 65px;
  background-color: var(--white);
  
}
.view_profile .cardgrid .card{
  border-width: 1px !important;
}
.view_profile .cardgrid .card .card-body{
  flex-direction: column;
    display: flex;
}

.top-user-menus .backdrop{
  position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 200px;
    background: rgb(234, 252, 252);
    background-color: #d6eedc;
    /* background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3CradialGradient id='a' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23d6eedc'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='750' x2='1550' y2='750'%3E%3Cstop offset='0' stop-color='%23ebf7ee'/%3E%3Cstop offset='1' stop-color='%23d6eedc'/%3E%3C/linearGradient%3E%3Cpath id='s' fill='url(%23b)' d='M1549.2 51.6c-5.4 99.1-20.2 197.6-44.2 293.6c-24.1 96-57.4 189.4-99.3 278.6c-41.9 89.2-92.4 174.1-150.3 253.3c-58 79.2-123.4 152.6-195.1 219c-71.7 66.4-149.6 125.8-232.2 177.2c-82.7 51.4-170.1 94.7-260.7 129.1c-90.6 34.4-184.4 60-279.5 76.3C192.6 1495 96.1 1502 0 1500c96.1-2.1 191.8-13.3 285.4-33.6c93.6-20.2 185-49.5 272.5-87.2c87.6-37.7 171.3-83.8 249.6-137.3c78.4-53.5 151.5-114.5 217.9-181.7c66.5-67.2 126.4-140.7 178.6-218.9c52.3-78.3 96.9-161.4 133-247.9c36.1-86.5 63.8-176.2 82.6-267.6c18.8-91.4 28.6-184.4 29.6-277.4c0.3-27.6 23.2-48.7 50.8-48.4s49.5 21.8 49.2 49.5c0 0.7 0 1.3-0.1 2L1549.2 51.6z'/%3E%3Cg id='g'%3E%3Cuse href='%23s' transform='scale(0.12) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.2) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.25) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(0.3) rotate(-20)'/%3E%3Cuse href='%23s' transform='scale(0.4) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(0.5) rotate(20)'/%3E%3Cuse href='%23s' transform='scale(0.6) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.7) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.835) rotate(-40)'/%3E%3Cuse href='%23s' transform='scale(0.9) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(1.05) rotate(25)'/%3E%3Cuse href='%23s' transform='scale(1.2) rotate(8)'/%3E%3Cuse href='%23s' transform='scale(1.333) rotate(-60)'/%3E%3Cuse href='%23s' transform='scale(1.45) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(1.6) rotate(10)'/%3E%3C/g%3E%3C/defs%3E%3Cg transform='rotate(0 0 0)'%3E%3Cg transform='rotate(0 0 0)'%3E%3Ccircle fill='url(%23a)' r='3000'/%3E%3Cg opacity='0.5'%3E%3Ccircle fill='url(%23a)' r='2000'/%3E%3Ccircle fill='url(%23a)' r='1800'/%3E%3Ccircle fill='url(%23a)' r='1700'/%3E%3Ccircle fill='url(%23a)' r='1651'/%3E%3Ccircle fill='url(%23a)' r='1450'/%3E%3Ccircle fill='url(%23a)' r='1250'/%3E%3Ccircle fill='url(%23a)' r='1175'/%3E%3Ccircle fill='url(%23a)' r='900'/%3E%3Ccircle fill='url(%23a)' r='750'/%3E%3Ccircle fill='url(%23a)' r='500'/%3E%3Ccircle fill='url(%23a)' r='380'/%3E%3Ccircle fill='url(%23a)' r='250'/%3E%3C/g%3E%3Cg transform='rotate(0 0 0)'%3E%3Cuse href='%23g' transform='rotate(10)'/%3E%3Cuse href='%23g' transform='rotate(120)'/%3E%3Cuse href='%23g' transform='rotate(240)'/%3E%3C/g%3E%3Ccircle fill-opacity='0' fill='url(%23a)' r='3000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E); */
    background-attachment: fixed;
    background-size: cover;
    background-size: auto 100%;
    background-position: center right;
}
/* directory_listing */
.directory_listing  #map {
  height: 71vh;
  position: sticky ! IMPORTANT;
  top: 100px;
  margin: 0 !IMPORTANT;
  border-radius: 20px;
}


/* ------- */
.price_dropdown input{
  min-width: 130px;
} 
.hourstag{
  background-color: rgba(32, 39, 55, 0.7);
  padding: 5px 10px;
  border-radius: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  color: white;
}
/* progress bar */
.progress-main .progress-wrrap .progress-bar {
  height: 6px;
  background-color: #20273726;
  border-radius: 12px;
  overflow: visible;
}
.progress-main .progress-wrrap .progress-per {
  height: 6px;
  background-color: var(--primary);
  border-radius: 12px;
  width: 0;
  /* transition: 1s linear; */
  position: relative;
}
.progress-main .progress-wrrap .progress-per:before {
  content: attr(data-amount);
  position: absolute;
  padding: 4px 8px;
  background-color: #202737;
  color: #fff;
  font-size: 11px;
  border-radius: 50px;
  top: -38px;
  right: -31px;
  min-width: 40px;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.progress-main.removetag .progress-wrrap .progress-per::before,
.progress-main.removetag .progress-wrrap .progress-per::after{
  content: none;
}
.progress-main .circle {
  width: 20px;
  height: 20px;
  background-color: white;
  position: absolute;
  right: 0;
  border-radius: 50%;
  top: -6px;
  bottom: 0;
  border: 1px solid var(--primary);

}
.progress-main .progress-wrrap .progress-per:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #202737;
  top: -33px;
  right: 8px;
  transform: translateX(50%) rotate(45deg);
  border-radius: 2px;
}
/* progress bar end */
.input_withIcon .input-group-text{
  background-color: var(--white);
  border-right: 0 !important;
  border-color: #20273733;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.input_withIcon input{
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-color: #20273733 !important;
  border-left: 0 !important;
}
/*  */
.rates_section{
  background-color: var(--black);
  height: auto;
  position: relative;
  /* aspect-ratio: 3 / 1; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
}
.rates_section h6{
  z-index: 1;
}
.rates_section .patternImg{
  position:absolute;

}
.rates_section .patternImg.img1{
  right: 0;
  bottom: 0;
  max-width: 80%;
}
.rates_section .patternImg.img2{
  left: 0;
  height: 100%;
}
.propertydetails_btns img{
  width: 20px !important;
}
.imgSlider_box{
  background-color: var(--black);
  padding: 40px !important;
}
.imgSlider_box .imgSlider .swiper-slide img{
  height: 150px;
    border-radius: 20px;
}
.imgSlider_box .swiper-wrapper{
  padding-bottom: 30px ;
}
.arrowBox{
  position: absolute;
  left: auto;
  right: 34px;
}
.arrowBox > div{
  width: 15px !important;
  height: 15px !important;
  color: white;
}
.arrowBox .swiper-button-next:after,.arrowBox  .swiper-button-prev:after{
  font-size: 14px;
}
.arrowBox .swiper-button-next{
  left: 17px;
    top: 6px;
}
.arrowBox .swiper-button-prev{
  top: 6px;
  left: 0;
}
/* banner */
.bannerMain{
  background-color: var(--black);
  height: 320px;
  position: relative;
    overflow: hidden;
}
.bannerMain .pattern1{
  position: absolute;
  right: -120px;
  bottom: -60px;
  width: 500px;
}
.bannerMain .pattern2{
  position: absolute;
  right: 200px;
  width: 430px;
  top: -230px;
}
.bannerMain header{
  padding: 20px 30px;
}
.bannerMain header .navbar {
  border-radius: 24px;
  height: 65px;
}
.multiselect ~ .select2{
  width: 100% !important;
}
.multiselect ~ .select2 .select2-selection{
  padding: 7px 16px;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border-color: var(--border-color) !important;
}

.listingHeader{
  top: 0;
  position: fixed;
  z-index: 1055;
  background-color: white;
  width: 89%;
  left: 0;
  right: 0;
  margin: auto;
}
#saveAction{
  cursor: pointer;
}
.cardslider.withnav > .swiper-wrapper > .swiper-slide{
  display: flex;
  height: auto;
}
.cardslider.withnav > .swiper-wrapper > .swiper-slide .card{
  height: 100%;
  cursor: pointer;
}
.cardslider.withnav > .swiper-wrapper > .swiper-slide .card .singleImages {
  max-height: 220px;
}
.cardslider.withnav > .swiper-wrapper > .swiper-slide .card .singleImages ~ .card-body{
  display: flex;
  flex-direction: column;
}
.cardslider.withnav > .swiper-wrapper > .swiper-slide .card .singleImages ~ .card-body .propertydetails_btns {
  margin-top: auto !important;
}
.card.img_card > .mySwiper {
  height: auto;
  aspect-ratio: 1.5 / 1;
}

/* Responsive Styles */
/* @media (max-width:1200px) {
  .singleImages.swiper {
    max-height: 350px;
  }
  .imagesModal .video_iframe {
    height: 350px;
    }
} */
@media (max-width: 768px) {
  .login-box .login-options a,
  .login-box .header_section a {
    font-size: 0.9rem;
  }

  .btn {
    padding: 6px 8px;
    font-size: 14px;
    
  }

  .logo {
    max-width: 180px;
  }

  .header .brand img {
    width: 150px;
  }
  .shareIcons{
    column-gap: 0;
    padding: 0px 10px 30px;
  }
  .shareIcons .iconBox {
    width: 40px;
    height: 40px;
  }
  .shareIcons .fs-5{
    font-size: 14px !important;
  }
  .shareIcons .iconBox i {
      font-size: 24px;
  }
  .ImgGrid_Box .col-xs-6{
    width: 50%;
    max-width: 50%;
  }
  .view_profile .dealsCard > div{
    margin-bottom: 20px;
 }
}
@media (max-width: 600px) {
  .listingHeader > .d-flex{
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .listingHeader > .d-flex .closeFullModal ~ .d-flex{
    justify-content: end;
    width: 100%;
  }
  .residential{
    padding-top: 60px;
  }
  .listingHeader img{
    width: 100%;
    max-width: 150px;
  }
  .listingHeader #saveAction{
    margin-right: 0 !important;
  }
  .directory_listing #map{
    height: 350px;
  }
  .rates_section{
    padding: 20px !important;
  }
  .rates_section > .row > div{
    padding: 0;
  }
  .cardslider .swiper-slide{
    min-width: auto !important;
  }
 
}

@media (max-width: 460px) {
  .navbar .navbar__right {
    column-gap: 0.5rem;
    margin-left: auto;
    margin-right: 20px;
  }
  .navbar__right .profile-dropdown{
    position: absolute;
    top: 3px;
    right: 10px;
  }
  .modal-body {
    padding: 0px 30px 30px 30px;
  }



  .header .brand img {
    width: 130px;
  }

  .burger {
      width: 20px;
        margin-left: auto;
        position: absolute;
        bottom: 20px;
        right: 0px;
    }
    .navbar{
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
      padding: 0 10px;
      height: 100px;
    }
    .navbar > .container{
      height: 100%;
      align-items: flex-start;
    }
    .filters_box{
      margin-top: 100px;
    }
    .search_field {
      min-width: 300px;
    }
    .navbar .navbar__left{
      max-width: 100%;
      width: 100%;
    }
    .multiselect ~ .select2{
      width: 100% !important;
      max-width: 85%;
    }
    .featuresCard > .col-xs-12 > .d-flex{
      flex-direction: column;
      align-items: flex-start !important;
      margin-bottom: 20px;
    }
  }
  @media (max-width:400px) {
    .custom_dropdown .dropdown-toggle, .filters_box > .container > div{
      width: 100%;
    }
    .filters_box > .container > .form-switch{
      justify-content: end;
    }
    .residential .nav-pills{
      width: 100%;
    justify-content: center;
    display: flex;
    }
    .residential .nav-pills .nav-link,.residential .nav-pills .nav-item{
      width: 100%;
    }
  }
 
  .profile-info span{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100px !important;
  }
  .profile-dropdown .dropdown-menu > li:nth-child(2){
    width: 100% !important;
    max-width: 100%;
  }
  .top-user-menus .backdrop{
    display: none !important;
  }
  .profile-dropdown .dropdown-menu{
    width: auto !important;

  }
  .view_profile{
    padding-top: 100px;
  }
  .view_profile .bannerImg {
    aspect-ratio: 2 / 1;
  }
  .ImgGrid_Box .col-xs-6{
    width: 100%;
    max-width: 100%;
  }



/* Ensure the modal header has relative positioning for the button */
.modal-header {
  position: relative;
}

/* Style the close button to be in the top-right corner */

/* Style for profile dropdown */
.profile-dropdown {
  position: relative;
  display: inline-block;
}
.profile-dropdown li{
  max-width: 300px;
  background: #fff;
}
.profile-dropdown li.nav-item a{
  font-size: 14px ;
  padding: 8px 17px;
}
.profile-dropdown .dropdown-menu{
  width: 500px;
}

.profile-info {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 5px;
  border-radius: 5px;
}

.profile-info img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.profile-info span {
  margin-right: 5px;
}
.dropdown.dots .dropdown-toggle::after{
  display: none;
}
.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 9;
  right: 0;
  top: 100%;
  min-width: 160px;
  border-radius: 5px;
}

/* .dropdown-menu button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px;
  border: none;
  background: none;
  cursor: pointer;
} */

.card_btns_4 {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-top: 1px solid var(--border-color);
}

#tab-container .active {
  border-bottom: 2px solid var(--primary) !important;
}

#tab-container > div {
  padding: 15px !important;
}

#tab-container a {
  font-size: 15px !important;
  font-weight: 600;
  color: #090f20 !important;
}

.loginbtn {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  padding: 12px 18px;
}

/* search */
.filters_box .input-group-addon{
  border-color: var(--border-color) !important;
  border-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0 !important;
  padding: 12px 16px;
}

.search_field input {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 12px 16px;
  font-size: 14px;
  color: var(--black-70);
}

.search_field input:focus {
  border-color: var(--border-color);
  box-shadow: none;
}

.search_field #clear_search {
  position: absolute;
  right: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  z-index: 99;
}
/* jeethendra */
.bgImg {
  background-image: url("/public/images/new/imgPlaceholder.jpg");
  /* height: 400px; */
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  aspect-ratio: 2/1;
  margin: 10px 0;
  height: auto;
  border-radius: 16px;
  position: relative;
  cursor: pointer;
}
.bgImg .imgcount{
  z-index: 1;
    left: 10px;
    top: 10px;
    bottom: auto;
    right: auto;
}
.bgImg2 {
  background-image: url("/public/images/new/imgPlaceholder.jpg");
  /* height: 190px; */
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  aspect-ratio: 1;
  margin: 10px 0;
  height: auto;
  border-radius: 16px;
  cursor: pointer;

}


.tags {
  border: 0.5px solid var(--primary);
  padding: 7px 9px;
  border-radius: 4px;
  color: var(--black);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-right: 5px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent !important;
  border-bottom: 2px solid var(--primary) !important;
  border-radius: 0 !important;
  color: var(--black);
}

.nav-pills .title {
  font-size: 16px;
  font-weight: 600;
}

.nav-pills .nav-link {
  color: var(--black-70);
  min-width: 150px;
}

.bg-grey {
  background-color: #f8f9fa;
}
.bg_white {
  background-color: #fff !important;
}
.textbox input::placeholder{
  font-family: Inter !important;
}

.textbox input, .textbox textarea {
  height: 36px !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  background: #ffffffff;
  border-width: 1px !important;
  border-color: #bcc1caff !important;
  outline: none !important;
  border-radius: 0 !important;
  margin-top: 2px;
}
input[type="text"]::placeholder, input[type="email"]::placeholder,
textarea::placeholder {
  font-family: "Inter", sans-serif !important;

}
.textbox textarea{
  height: auto !important;
}

.textbox .form-label {
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

/* hover */
.textbox input:hover {
  color: #171a1fff;
  background: #ffffffff;
  border-color: #a7adb7ff;
}

/* focused */
.textbox input:focused {
  color: #171a1fff;
  background: #ffffffff;
  border-color: #9095a0ff;
}

.profilecard .card-body img {
  margin-top: -80px;
  position: relative;
  z-index: 2;
  border: 3px solid var(--white);
}
.profilecard .fa-star{
  color: #FFC050;
}
.profilecard .card {
  position: sticky ! IMPORTANT;
  top: 100px;
  border-radius: 12px;
  padding: 0;
  box-shadow: 0px 6px 16px 0px #0000001F;
  max-width: 400px;
  margin: auto;
  margin-bottom: 30px;
}
.profilecard .btn-outline{
  background-color: transparent;
  max-width: 180px;
  width: 100%;
}

/* Container 87 */


.profilecard .bg_Img {
  object-fit: cover;
  position: relative;
  z-index: 1;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;

}

.a_tag {
  text-decoration: underline;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper-pagination{
  display: flex;
  justify-content: center;
  background-color: rgba(32, 39, 55, 0.6);
  bottom: 10px !important;
  padding: 5px;
  border-radius: 10px;
  max-width: fit-content;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;

}
.swiper-pagination-bullet{
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.singleImages .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.swiper-pagination-bullet-active {
  background-color: var(--white) !important;
}



.subscribe_box {
  width: 100%;
  height: 360px;
  position: relative;
  overflow: hidden;
  background-color: var(--black);
  max-width: 80%;
  margin: auto;
  border-radius: 20px;
}

.subscribe_box .pattern1 {
  position: absolute;
  bottom: -40px;
  right: -100px;
}

.subscribe_box .pattern2 {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
}


.subscribe_box > div {
  max-width: 600px;
  position: relative;
}
.subscribe_box p{
  color: #E1E1E1;
}

#map {
  height: 250px;
  border-radius: 12px;
}

.imgcount {
  position: absolute;
  right: 20px;
  bottom: 10px;
  display: flex;
  align-items: baseline;
  background-color: rgba(32, 39, 55, 0.7);
  color: var(--white);
  font-size: 13px;
  padding: 8px 12px;
  border-radius: 30px;
}

.singleImages.swiper{
  max-height: 600px;
}
.cardgrid .singleImages .swiper-slide img {
  min-height: 230px;
  max-height: 230px;
}
.cardgrid .card {
  margin-bottom: 20px;
  border-radius: 20px;
}
.fa-circle {
  font-size: 6px;
  transform: translateY(-3px);
}

.dropdown-toggle:hover {
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .message-area > .container{
    max-width: 100%;
  }
  .profilecard .card{
  
    margin-bottom: 30px;
  }
  .navbar{
    padding: 0 20px;
  }
}

@media only screen and (max-width: 768px) {
  .footer .company {
    padding-left: 20px;
  }
  .singleImages .swiper-slide img, .imagesModal .video_iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 1.5 / 1;
  }
  .subscribe_box{
    margin: 0;
    max-width: 100%;
  }

}
/* santhosh */
.residential .tag {
  background-color: #f8f9fa;
  padding: 20px 15px;
  color: var(--black);
  font-size: 16px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
#loginModal h4,#loginModal label {
  font-family: "Satoshi";
  font-weight: bold;

}
#loginModal *:not(i){
  /* font-family: "Satoshi"; */
}

/* .error-message {
    color: red; 
    font-size: 14px;
} */


