/*tmd realestate agent dashboard css*/
.tmd-realestate-add-form-main {
  text-align: left;
  padding: 13px 8px;
}

.tmd-realestate-add-form-main input[type="text"],
.tmd-realestate-add-form-main select,
.tmd-realestate-add-form-main textarea {
  width: 100%;
}

.tmd-realestate-add-form-main .rlst-div-flex {
  display: flex;
  margin: 10px 0;
}

.rlst-div-flex .label_div,
.rlst-div-flex .input_div {
  width: 50%;
}

.tmd-realestate-add-form-main .tmd-rlst-input-grp {
  padding: 10px 0;
}

.tmd-realestate-add-form-main .add_multiple_images {
  float: right;
  margin: 10px 15px;
}

.tmd-realestate-add-form-main .tmd-rlst-front-submit {
  width: 100%;
}

.tmd_rs_add_multiple_images {
  float: right;
  margin: 10px 15px;
}

/*agent.php*/
.tmd-profile-head {
  text-align: center;
  margin: 10px 0;
}

.user-avtar {
  margin: 10px 0;
}

.tmd_left {
  width: 20%;
  padding: 10px;
}

.tmd-right {
  width: 80%;
  padding: 10px;
}

.tmd-flex {
  display: flex;
}

.tmd-rlst-tab-menu {
  padding: 10px;
  background: #269153;
  border-bottom: 0.1px solid #ffffff;
}

.rtst-menu-items {
  color: #ffffff;
}

.tmd-rlst-tab-menu:hover {
  background: #1d1f2d;
}

.tmd_left .active-tab {
  margin: -5px 0;
}

.rlst-profile-dashboard_c {
  display: none;
}

.active_container {
  display: block !important;
}

/*login.php*/
.tmd-rlst-load-login-container .tmd-rlst-main-container {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  background: #00000052;
  height: 100%;
  z-index: 99999999999;
}

.tmd-rlst-main-container .tmd-rlst-main-form {
  position: relative;
  width: 55%;
  height: 450px;
  background: #fff;
  padding: 0px;
  border-radius: 8px;
  margin: 5% auto;
}

.tmd-rlst-main-form .tmd-close-login-form {
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
}

.tmd-close-login-form .header-text h1 {
  padding: 10px 0;
  font-size: 25px;
}

.tmd-rlst-main-container .tmd-rlst-main-form .tmd-input-grp {
  display: flex;
  margin: 10px 0;
}

.tmd-rlst-main-form .tmd-input-grp label {
  width: 10%;
  padding: 5px 10px;
}

.tmd-rlst-main-form .tmd-input-grp .tmd-rlst-input {
  width: 90%;
  padding: 10px;
}

.tmd-rlst-main-form .tmd-rlst-flex {
  display: flex;
  margin: 15px 0;
  column-gap: 15px;
}

.tmd-rlst-main-form .loginform-footer button {
  width: 50%;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
}

.tmd-rlst-main-form .tmd-rlst-showpass {
  margin-top: -15px;
}

.tmd-rlst-main-form .loginform-footer {
  margin: 55px 0 0 0;
}

.tmd-rlst-main-form .tmd-rlst-error {
  color: #862424;
  background: #ffdede;
  border: 1px solid #ff7a7a;
  padding: 6px;
  font-family: auto;
  display: none;
  position: absolute;
  width: 100%;
}

.tmd-rs-tile-body {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 2px 5px 1px rgb(229 230 235);
  color: #ffffff;
  line-height: 48px;
  min-height: 130px;
  padding: 30px 20px;
}

.tmd-rs-tile .tmd-rs-tile-body {
  color: #000;
  font-size: 45px;
  opacity: 1;
  padding-top: 10px;
  transition: all 1s ease 0s;
}

.tmd-rs-tile {
  background-color: #279fe0;
  border-radius: 3px;
  color: #ffffff;
  margin-bottom: 15px;
  transition: all 1s ease 0s;
}

.tmd-rs-heading-text {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.tmd-rs-tile .tmd-rs-tile-body h2 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  margin-top: 0px;
}

.tmd-rs-text-left {
  font-size: 15px;
  font-weight: 700;
}

.tmd_rs_fade {
  display: flex;
  width: 100%;
}

.tmd_rs_prev,
.tmd_rs_next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.tmd_rs_next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.tmd_rs_prev:hover,
.tmd_rs_next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.tmd_rs_image_slider {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.tmd_rs_dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 10px 0px 0px 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.tmd_rs_dot:hover {
  background-color: #717171;
}

/* Fading animation */
.tmd_rs_fade {
  animation-name: tmd_rs_fade;
  animation-duration: 1.5s;
}

@keyframes tmd_rs_fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

  .prev,
  .next,
  .text {
    font-size: 11px
  }
}

.tmd-rs-btn-block {
  display: block;
  width: 100%;
  margin-top: 4px;
  padding: 9px 15px;
  border-radius: 6px;
}

.tmd-rs-btn-primary {
  color: #fff;
  background-color: #555555;
  border-color: #555555;
}

.tmd-rs-form-head {
  color: forestgreen;
}

/*change password*/
.rlst-profile-dashboard_c .rlst-change-pass {
  width: 70%;
  margin: 0 15%;
  border: 1px solid #ccc;
  padding: 21px;
  box-shadow: 10px 10px 5px lightblue;
  background: #ffffffff;
}

.rlst-profile-dashboard_c .rlst-change-pass .form-group {
  margin: 0 0 20px 0;
}

/*change password end*/
.rs_feature_cat_img {
  display: flex;
  width: 100%;
}

.tmd-rlst-ftr-img {
  display: flex;
  width: 10%;
  margin: -32px 0px 0px 140px;
}

/*manage property image*/
.tmd_rs_img img {
  width: 100px;
  height: 60px;
}

/* manage property image end  */
/*change password msg css*/
.rlst-change-pass-msg-container {
  display: none;
}

.tmd-rlst-re-rt-pass-error {
  margin: 10px 0;
  padding: 10px;
  background: #ff44445e;
  color: #8b1313;
  border: 1px solid #ff0000;
}

.tmd-rlst-re-rt-pass-success {
  margin: 10px 0;
  padding: 10px;
  background: #30aa1f5e;
  color: #184a04;
  border: 1px solid #0f7d07;
}

/*change password msg css END*/
.tmd_rs_status {
  vertical-align: inherit;
}

/*dashboard user-avtar img css*/
.tmd_rs_user_avatar {
  width: 110px;
  min-height: 100px;
}

.user_profile_img {
  width: 100%;
  cursor: pointer;
}

/*delete account error msg css*/
.rlst-dlt-ac-msg-container {
  background: #c96c31;
  padding: 10px;
  margin: 10px 0;
  color: #ffffff;
  display: none;
}

/* manage-property.php msg show */
.rlst_msg_container {
  padding: 10px;
  margin-bottom: 20px;
  color: white;
  display: none;
}

/*class-login.php success msg show*/
.tmd_rlst_enqy_success {
  color: green;
  font-style: italic;
  text-transform: capitalize;
}

/*class-login.php error msg show*/
.tmd-rlst-re-rt-pass-error {
  font-style: italic;
  text-transform: capitalize;
}

/*dashbord.php pagination css start*/
#tmd-pagination li {
  display: inline-block;
  text-align: center;
}

#tmd-pagination {
  float: right;
  margin: 20px;
}

#tmd-pagination li a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

#tmd-pagination li a.current {
  background-color: #4CAF50;
  color: white;
  border-radius: 5px;
}

#tmd-pagination a:hover:not(.current) {
  background-color: #ddd;
  border-radius: 5px;
}

/*dashbord.php pagination css end*/
/*css for modal enquiry data start*/
.tmd-rlst-enquiry-mdl {
  display: none;
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  z-index: 9999;
  background: #00000069;
  top: 0;
  left: 0;
}

.rlst-main-modal-container {
  width: 50%;
  position: absolute;
  top: 20%;
  left: 25%;
  background: #fff;
  padding: 0 20px;
  min-height: auto;
  max-height: 60%;
  overflow: auto;
}

.rlst-main-modal-container .tmd-enquiry-mdl-colse {
  float: right;
  background: red;
  border: 1px solid red;
  cursor: pointer;
  color: #fff;
  margin-right: -10px;
}

.main-content .tmd_rlst_enq_data_dtl {
  display: flex;
}

.main-content {
  margin-bottom: 25px;
}

.main-content .property-img {
  width: 50%;
}

.main-content .property-img img {
  width: 100%;
}

.main-content .property-details {
  padding-left: 20px;
  width: 50%;
}

.main-content .property-details .row {
  display: flex;
}

.main-content .property-details .row .title {
  width: 35%;
  margin: 5px 0;
}

.main-content .property-details .row .data {
  width: 65%;
  margin: 5px 0;
}

.main-content .realestate-no-empty-img {
  width: 50%;
  margin: auto;
}

/*css for modal enquiry data end*/
/*dashboard Edit profile style*/
.tmd_rlst_edit_profile input[type=text],
.tmd_rlst_edit_profile input[type=password],
.tmd_rlst_edit_profile input[type=email] {
  width: 100%;
  padding: 10px;
}

/*dashboard Edit profile END*/
.tmd_rlst_edit_profile_head {
  width: 30%;
  text-align: center;
}

/*pagination front*/
.tmd_enq_pagination ul {
  list-style: none;
}

/* css for agent-details.php start */
.tmd_rlst_main_conatiner {
  display: flex;
  width: 100%;
}

.tmd_rlst_main_conatiner .rlst-border-hr {
  border-top: 2px solid #009059;
  padding: 10px 5px;
}

.tmd_rlst_main_conatiner .tmd_rlst_conatiner {
  width: 30%;
}

.tmd_rlst_main_conatiner .tmd_rlst_conatiner2 {
  width: 70%;
}

.tmd_rlst_main_conatiner .display-flex {
  display: flex;
}

.tmd_rlst_agent_detail_head {
  padding: 3px 0px;
  width: auto;
}

.tmd_rlst_group {
  width: 50%;
}

.tmd_rlst_main_conatiner .tmd_rlst_conatiner2 .tmd_rlst_group2 {
  width: 50%;
}

.tmd_rlst_agent_detail_inp {
  color: #009059;
  padding: 3px 0;
}

/* css for agent-details.php end */
/*hide agent menu*/
.hidden-agent-login-menu {
  display: none;
}

.signupleft-banner {
  background: url(../css/images/login.jpeg);
  height: 450px;
  min-height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 30px;
  color: #fff;
  padding: 50px;
  border-radius: 8px 0px 0px 8px;
}

.signupright-panel {
  padding: 130px 30px;
  position: relative;
}

.signupright-panel input[type='text'] {
  border-radius: 8px;
}

.signupright-panel input[type='password'] {
  border-radius: 8px;
}

.rlst-pass-checked a {
  color: #555555;
}

.signupright-panel .login-btn {
  width: 90%;
  background: #555555;
  color: #fff;
  margin-bottom: 20px;
}

.signupright-panel2 {
  padding: 30px 30px;
  position: relative;
}

.signupright-panel2 input[type='text'] {
  border-radius: 8px;
}

.signupright-panel2 input[type='password'] {
  border-radius: 8px;
}

.loginform-footer a {
  color: #555555 !important;
}

.tmd-rlst-main-form .loginform-footer2 {
  margin: 20px 0 0 0;
}

.tmd-rlst-main-form .loginform-footer2 button {
  width: 50%;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
}

.table-wishlist .sl-count {
  display: none;
}

.mobile-header .logo-mobile {
  width: 100%;
  margin: 0 auto;
}

.mobile-header .logo-mobile img {
  width: 100%;
}

.mobile-header .mobile-right-menu {
  text-align: right;
}

.mobile-header {
  background: #181D24;
  padding: 10px 0px 5px 0px;
  box-shadow: -1px 1px 6px 3px #ccc;
  position: fixed;
  z-index: 9999999;
}

.mobile-header .mobile-left-menu .btn {
  color: #fff;
  font-size: 30px;
}

.mobile-header .mobile-right-menu .btn {
  color: #fff;
  font-size: 30px;
}

.mobile-header .offcanvas {
  width: 60%;
  background: rgb(0 0 0 / 78%);
  color: #fff;
}

.mobile-header .offcanvas-body {
  background: rgb(0 0 0 / 78%);
  padding: 0;
  margin: 0;
}

.mobile-header .offcanvas-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mobile-header .offcanvas-body ul li {
  padding: 15px 15px;
  border-bottom: 1px solid #fff;
}

.mobile-header .offcanvas-body ul li a {
  color: #fff;
}

.mobile-header .list-group-item {
  border: 0px !important;
  background: rgb(0 0 0 / 78%) !important;
}

.mobile-header .list-group-item a {
  color: #fff !important;
}

#menu-mobile-menu ul li:hover,
#menu-mobile-menu ul li:focus ul li ul.sub-menu {
  display: block !important;
}

#menu-mobile-menu .sub-menu li {
  border-bottom: 0 !important;
}

.agent-imageholder img {
  width: 100%;
}

@media screen and (max-width:768px) {
  .tmd-rlst-main-container .tmd-rlst-main-form {
    width: 90%;
  }

  .tmd-rlst-main-form .tmd-input-grp .tmd-rlst-input {
    width: 100%;
    padding: 10px;
  }

  .signupright-panel .login-btn {
    width: 100%;
  }

  .signupright-panel {
    padding: 50px 30px;
    position: relative;
  }
}