header {
  padding: 20px 0px 20px;
  box-shadow: 0px 2px 2px 0px #0000000A;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header-top-actions img {
  width: 12px;
  margin-right: 7px;
}
.header select {
  border: none;
  background: transparent;
  font-size: 15px;
  color: #171717;
  font-weight: 500;
  cursor: pointer;
}
.header-search-container form {
  position: relative;
  border: 1px solid #393E464D;
  padding: 5px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.looking_for input {
  border: 0;
  outline: none;
  box-shadow: none;
  width: 200px;
  font-size: 14px;
}
.looking_for input::placeholder{
  font-size: 14px;
  color: #979797;
}
.looking_for {
  border-right: 1px solid #393e4633;
  padding-left: 10px;
  margin-right: 10px;
}
.nav_category {
  display: flex;
  margin-right: 10px;
}
.nav_category img {
  margin-right: 5px;
  width: 22px;
}
.header-search-container button {
  background: #00ADB5;
  border: 0;
  color: #ffffff;
  font-size: 15px;
  padding: 5px 10px;
  font-weight: 500;
  border-radius: 4px;
}
.register {
  align-items: center;
}
.register button {
  text-decoration: none;
  color: #171717;
  font-size: 14px;
  font-weight: 500;
  border: 0;
  background: transparent;
}
.register span {
  color: #979797;
  margin: 0px 2px;
  font-size: 14px;
  font-weight: 500;
}
.add_lizting {
  border-radius: 4px;
  border: 0;
  background: #00ADB5;
  color: #fff;
  font-size: 15px;
  padding: 10px 15px;
  font-weight: 500;
  text-decoration: none;
}
.add_lizting:hover{
  color: #fff;
  cursor: pointer;
}
.add_lizting img {
  margin-right: 10px;
  width: 22px;
  filter: brightness(0) invert(1);
}
/* login */
.form_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  .form_wrapper .tile {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
  }
  .form_wrapper .tile h3 {
    font-size: 22px;
    margin: 0px;
    transition: all 0.3s ease;
  }
  .form_wrapper .radio {
    display: none;
  }
  .form_wrapper .tab {
    width: 40%;
    /* border: solid 2px #f1f1f1; */
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 500;
    transition: color 0.3s ease;
    user-select: none;
    cursor: pointer;
}
  /* .form_wrapper .tab.login_tab {
    border-right: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  } */
  /* .form_wrapper .tab.signup_tab {
    border-left: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  } */
  .form_wrapper .shape {
    background: #00ADB5;
    width: 40%;
    height: calc(40px - 1px);
    border-radius: 5px;
    position: absolute;
    top: 2px;
    left: 0px;
    opacity: 0.9;
    transition: all 0.4s ease;
}
.form_wrapper #login:checked ~ .login_tab {
    background: #00adb5;
    color: #fff;
}
.form_wrapper #login:checked ~ .signup_tab {
  border-color: transparent;
  z-index: 1;
  color: #000000;
}
  .form_wrapper #login:checked ~ .tile .signup {
    display: none;
  }
  .form_wrapper #login:checked ~ .form_wrap {
    transform: translateX(0);
  }
  .form_wrapper #login:checked ~ .form_wrap .signup_form {
    opacity: 0;
  }
  .form_wrapper #signup:checked ~ .shape {
    left: 50%;
  }
  .form_wrapper #signup:checked ~ .signup_tab {
    z-index: 1;
    color: #ffffff;
    background: #00adb5;
}
  .form_wrapper #signup:checked ~ .tile .login {
    display: none;
  }
  .form_wrapper #signup:checked ~ .form_wrap {
    transform: translateX(-100%);
  }
  .form_wrapper #signup:checked ~ .form_wrap .login_form {
    opacity: 0;
  }
  .form_wrapper a {
    color: #667085;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s linear;
  }
  .form_wrapper a:hover {
    color: #667085;
  }
  .form_wrapper .form_wrap {
    display: flex;
    width: 100%;
    flex: 0 0 100%;
    transition: transform 0.3s ease, opacity 0.2s ease;
  }
  .form_wrapper .form_wrap .form_fild {
    width: 100%;
    flex: 0 0 100%;
    transition: all 0.5s ease;
  }
  .form_wrapper .form_wrap .form_fild .input_group {
    width: 100%;
  }
  .form_wrapper .form_wrap .form_fild .input_group .input {
    border: 0;
    width: 90%;
    outline: none;
    transition: all 0.3s linear;
    margin-left: 20px;
    font-size: 14px;
}
.login_input iconify-icon{
    color: #adadad;
}
  .form_wrapper .form_wrap .form_fild .input_group .input::placeholder {
    color: #adadad;
    font-size: 14px;
    font-weight: 400;
  }

  .form_wrapper .form_wrap .form_fild .forgot {
    display: block;
    margin-bottom: 15px;
    padding: 0px 2px;
  }
  .form_wrapper .form_wrap .form_fild .btn {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    background: #00ADB5;
    color: #ffffff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s linear;
  }
  .form_wrapper .form_wrap .form_fild .btn:active {
    transform: scale(0.95);
  }
  .form_wrapper .form_wrap .form_fild .not_mem {
    text-align: center;
    font-size: 13px;
}
  .form_wrapper .form_wrap .form_fild .not_mem label {
    pointer-events: none;
  }
  .form_wrapper .form_wrap .form_fild .not_mem label span {
    pointer-events: all;
    color: #667085;
    text-decoration: none;
    transition: all 0.3s linear;
  }
  .form_wrapper .form_wrap .form_fild .not_mem label span:hover {
    color: #667085;
  }
  .register_content_popup .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
}
.register_content_popup .btn-close:focus {
    outline: 0;
    box-shadow: none;
}
.signup_with_email a img{
    width: 20px;
}
.signup_with_email a span {
  display: block;
  font-size: 12px;
  margin: 4px 0 0;
}
.signup_with_email a {
  display: block;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 10px 5px;
  text-align: center;
}
.or_line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0px;
}
.or_line hr {
    width: 100%;
    color: #0000003b;
    margin: 0;
}
.or_line span{
    margin: 0 10px;
}
.field-icon {
    position: relative;
    z-index: 2;
    color: #565656;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0%, -50%);
}
  .login_input {
    display: flex;
    align-items: center;
    border: 1px solid #e8e8e8;
    padding: 10px;
    border-radius: 4px;
    position: relative;
}
.login_form .form-group {
    margin-bottom: 20px;
}
.register_form .form-group {
    margin-bottom: 20px;
}
.login_form .form-control.is-invalid:focus, .login_form .was-validated .login_form .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: none;
}
.mob_search {
    box-shadow: 0 10px 20px -10px #1018282e;
    padding: 10px 10px;
    border-radius: 10px;
    margin-top: 15px;
    z-index: 9;
    position: relative;
    background: #fff;
    width: 98%;
    display: none;
}
.search_bar {
    display: flex;
    align-items: center;
    border: 1px solid #0000000f;
    border-radius: 4px;
    padding: 6px 8px;
    background: #ffffff;
    width: fit-content;
}
.search_bar img {
    width: 12px;
}
.search_bar input {
    border: 0;
    background: transparent;
    box-shadow: none;
    outline: none;
    margin-left: 5px;
    width: 100%;
}
.search_bar input::placeholder{
    font-size: 14px;
}
.mob_location {
    display: none;
    align-items: center;
}
.mob_category {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cecece54;
    padding: 10px;
    border-radius: 4px;
}
.select_details img {
    width: 13px;
    margin-right: 3px;
}

.select_details select {
    border: 0;
    font-size: 14px;
    background: transparent;
    width: 100%;
}
select:focus-visible {
    outline: none;
}
.mob_location img {
    width: 13px;
}
.mob_location select {
    border: 0;
    font-size: 14px;
    font-weight: 500;
    background: transparent;
}
.search_btn {
  background: #00adb5;
  width: 100%;
  border: 0;
  padding: 8px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  color: #fff;
}
/* mobile profile */
/* menu toggle */

.menu-toggle {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: not-allowed;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-toggle::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 4px;
  background: #000;
  box-shadow: 0 8px 0 #000,
              0 -8px 0 #000;
}

/* profile menu */

.profile {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  text-align: end;
}

.profile h3 {
  text-align: end;
  line-height: 1;
  margin-bottom: 4px;
  font-weight: 600;
}

.profile p {
  line-height: 1;
  font-size: 14px;
  opacity: .6;
}

.profile .img-box > img{
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* overflow: hidden; */
}

.profile .img-box img {
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; */
  object-fit: cover;
}
.pr_arrw {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #ececec;
  z-index: 99;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pr_arrw > img {
  width: 8px;
}
/* menu (the right one) */

.menu {
  position: absolute;
  top: calc(100% + 24px);
  right: -45px;
  width: 200px;
  min-height: 100px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: 300ms;
  z-index: 99;
  border-radius: 4px;
  overflow: hidden;
}
.account {
  position: relative;
  display: flex;
}
.menu::before {
  content: '';
  position: absolute;
  top: -10px;
  right: 14px;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
  z-index: -1;
}

.menu.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

/* menu links */

.menu ul {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 10;
  background: #fff;
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu ul li {
  list-style: none;
}
.menu ul li img{
  width: 10px;
}
.menu ul li:hover {
  background: #f0f0f0;
}

.menu ul li a {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  gap: 6px;
  font-size: 14px;
  color: #344054;
  font-weight: 500;
}
.menu ul li img {
  width: 18px;
  opacity: .7;
}

/* mobile navigation */
.mobile_nav_fix {
  display: none;
  position: fixed;
  align-items: center;
  justify-content: space-between;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #6C5CE7;
  z-index: 999;
  padding: 0px 20px;
  height: 47px;
}
.mobile_nav_fix a, .mobile_nav_fix button {
  text-align: center;
  display: inline-grid;
  text-decoration: none;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 10px;
}
.mobile_nav_fix span{
  font-size: 10px;
    color: #ffffff;
    display: block;
}
.mobile_nav_fix iconify-icon{
  font-size: 30px;
  margin: auto;
}
@media only screen and (max-width: 991px){
  .mobile_nav_fix{
    display: flex;
  }
}


/* profile sidebar */
#sidebar {
  display: none;
}
@media (max-width: 575px) {
  header {
    padding: 12px 0px;
}
   /* .form_wrapper #login:checked ~ .shape {
      left: 26px;
  } */

}
#filterclose {
  border: 0;
  background: transparent;
  font-size: 24px;
  position: absolute;
  top: 7px;
  right: 7px;
  color: #000000a3;
}
.register_popup {
  z-index: 99999999;
}
.mobile_account_details ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#filterclose2 {
position: absolute;
top: 10px;
left: 10px;
border: 0;
background: transparent;
color: #ffffff;
font-size: 24px;
}
.mobile_account_details li {
padding: 12px 20px !important;
border-bottom: 1px solid #ffffff1c;
}
.mobile_account_details li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
}
.mobile_account_details li a img {
margin-right: 10px;
width: 20px;
filter: brightness(0) invert(1);
}
.register_form p {
  font-size: 12px;
}
.register_form p a{
  font-size: 12px;
  color: #00adb5;
}
.notifications {
  position: relative;
  cursor: pointer;
}
.notifications img{
  width: 20px;
}
.notify {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: #00adb5;
  border-radius: 50px;
  color: #fff;
  font-size: 9px;
  top: 0;
  right: -5px;
}
.notifications {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: 20px;
  background: #ececec;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  justify-content: center;
}

/* notification */

.notification_dropdown {
  position: absolute;
  top: calc(100% + 24px);
  right: -90px;
  width: 315px;
  min-height: 100px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: 300ms;
  z-index: 99;
  border-radius: 4px;
  overflow: hidden;
  padding: 20px;
}
.notification_dropdown::before {
  content: '';
  position: absolute;
  top: -10px;
  right: 14px;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
  z-index: -1;
}
.notification_dropdown h6 {
  font-size: 16px;
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.notification_wrap {
  display: flex;
}
.notification_wrap span {
  min-width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50px;
  overflow: hidden;
}
.notification_wrap span img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.notification_dropdown.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

/* menu links */
.notification_dropdown ul {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 10;
  background: #fff;
  padding: 0;
  margin: 0;
  list-style: none;
  height: 240px;
  overflow-x: scroll;
  padding-right: 10px;
}
.notification_dropdown ul::-webkit-scrollbar
{
  width: 5px;
}

.notification_dropdown ul::-webkit-scrollbar-thumb
{
  background-color: #c2c2c2;
  margin: 5px;
}
.notification_dropdown ul li {
  list-style: none;
  border-bottom: 1px solid #f4f4f4;
  padding: 10px 0px;
}
.notification_dropdown ul li:last-child{
  border: 0;
  padding-bottom: 0;
}
.notification_dropdown ul li:first-child{
  padding-top: 0;
}
.notification_wrap p {
  color: #353535;
  font-size: 12px;
  margin: 0;
}
.notification_dropdown ul li a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.empty_notification {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: none;
}
.empty_notification img {
  width: 40px;
  opacity: .3;
}
.empty_notification h6 {
  font-size: 14px;
  color: #b4b4b4;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 15px;
  text-align: center;
  display: block;
  padding: 0;
  border: 0;
}
.notification_time {
  font-size: 10px;
  color: #bbbbbb;
}
.clear_notification {
  border: 0;
  background: transparent;
  font-size: 12px;
  color: #00adb5;
}
.location_search_wrap {
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #393e4624;
  padding: 12px 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  width: 270px;
}
.location_search {
  outline: none;
  box-shadow: none;
  border: 0;
  width: 100%;
}
.location_search_results {
  position: absolute;
  top: 115px;
  background: #fff;
  z-index: 999999999;
  box-shadow: 0 0 6px 0 #0000000a, 0 6px 6px 0 #00000014;
  border-radius: 5px;
  left: 0;
}
.location_search_results #search_location_suggestions{
  height: 300px;
  overflow-y: auto;
  width: 100%;
 
}
.current_location {
  padding: 10px 20px;
  border-bottom: 1px solid #0000000f;
}
.popular_locations span {
  padding: 7px 20px;
  display: inline-block;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #494949;
  cursor: pointer;
}
.popular_locations span iconify-icon{
  margin-right: 5px;
}
.current_location a {
  text-decoration: none;
  color: #00abb3;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.popular_locations h6 {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
}
.down_arrow {
  margin-right: 0 !important;
  width: 17px !important;
  opacity: .6;
  cursor: pointer;
} 
.down_arrow.rotate {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.close_icon {
  margin-right: 0 !important;
  width: 17px !important;
  opacity: .6;
  cursor: pointer;
}   

/* search style */
#search_location_suggestions li {
  display: flex;
  font-size: 13px;
}
#search_location_suggestions li iconify-icon {
  margin-top: 3px;
  margin-right: 5px;
  font-size: 18px;
}
#search_location_suggestions li:hover {
  background: #00adb5;
  color: #fff;
}
.forgot_password_form .login_input {
  display: flex;
  align-items: center;
  border: 1px solid #e8e8e8;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 0px;
  position: relative;
}
.resetpswrd .input_group .input {
  border: 0;
  width:100%!important;
  outline: none;
  transition: all 0.3s linear;
  margin-left: 10px!important;
}
.forgot_password_form .input_group .input::placeholder{
  font-size: 14px;
}
.forgot_password_form .btn {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  background: #00ADB5;
  color: #ffffff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
}
.forgot_password_form a {
  text-align: center;
  font-size: 13px;
  text-decoration: none;
  color: #667085;
  display: flex;
  align-items: center;
  justify-content: center;
}
.forgot_password_form a iconify-icon{
  margin-right: 10px;
}
.forgot_password_form img {
  width: 80px;
}
.fp_head h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.fp_head p {
  color: #646464;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  width: 370px;
  margin: auto;
}
.fp_head {
  margin: 20px 0px 30px;
}
.resetpswrd {
  width: 40%;
  margin: 0 auto;
  text-align: center;
}
#forgot_password_form .input_group {
  width: 100%;
}
#forgot_password_form .form-group{
  margin-bottom: 20px;
  text-align: left;
}


/* forgot password */
.forgot_password_form{
  text-align: center;
}
.forgot_password_form{
  display: none;
}
.forgot_password_form .input_group .input {
  border: 0;
  width: 90%;
  outline: none;
  transition: all 0.3s linear;
  margin-left: 10px;
}
.forgot_password_form .input_group .input::placeholder{
  font-size: 14px;
}

.forgot_password_form a iconify-icon{
  margin-right: 10px;
}

.disabled1 {
  pointer-events: none;
  background: #f7f7f7;
  cursor: not-allowed;
}
.disabled1 .form-control:disabled {
  background-color: transparent;
  opacity: 1;
}
.resetpswrd .form-group {
  margin-bottom: 20px;
}
.location_radius_wrap {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
  border: 1px solid #393e4626;
}
.location_radius_wrap label {
  width: 47%;
  font-size: 14px;
  margin-bottom: 0;
  background: #ececec;
  padding: 12px 10px;
  text-align: center;
}
.location_radius_wrap select {
  position: relative;
  border: 0;
  padding: 12px 10px;
  border-radius: 4px;
  font-size: 14px;
  width: 100%;
}
#current_location_btn {
  display: flex;
  align-items: center;
  font-size: 13px;
  padding: 0;
  color: #00ADB5;
  border: 0;
  background: transparent;
  font-weight: 400;
  margin-bottom: 10px;
  width: 100%;
  justify-content: end;
}
#current_location_btn iconify-icon {
  margin-right: 5px;
  margin-top: 1px;
}