@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&family=Poppins:wght@400;500;600&display=swap");
html,
body {
  font-family: "Plus Jakarta Sans", sans-serif; }

.txt_poppins {
  font-family: "Poppins" !important; }

a {
  text-decoration: none;
  color: #F58020;
  transition: ease 0.5s; }
  a:hover {
    color: #3A0CA3; }
  a.dark_link {
    color: #3A0CA3; }
    a.dark_link:hover {
      color: #F58020; }

.hr_custom {
  border-color: #C4C4C4;
  opacity: 1; }

.txt_orange {
  color: #F58020 !important; }

.mx_w_127 {
  max-width: 127px;
  width: 100%; }

.mx_w_284 {
  max-width: 284px;
  width: 100%; }

.text_gray {
  color: #666666 !important; }
  .text_gray.hover:hover {
    color: #F58020 !important; }

.section_heading {
  color: #2B2B2B;
  font-family: "Poppins";
  font-size: 39.8px;
  font-weight: 600;
  line-height: 47px; }
  @media (max-width: 992px) {
    .section_heading {
      font-size: 32px;
      line-height: 42px; } }
  @media (max-width: 768px) {
    .section_heading {
      font-size: 28px;
      line-height: 36px; } }
  @media (max-width: 576px) {
    .section_heading {
      font-size: 22px;
      line-height: 36px; } }

.section_md_heading {
  color: #111111;
  font-size: calc(24px + (32 - 24) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 500;
  line-height: normal; }
  @media (max-width: 576px) {
    .section_md_heading {
      font-size: 20px;
      line-height: 30px; } }

@media (max-width: 576px) {
  .section_md_heading.section-sm-heading {
    font-size: 16px; } }
.section_sm_heading {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  line-height: 47px; }
  @media (max-width: 1395px) {
    .section_sm_heading {
      font-size: 21px;
      line-height: 30px; } }
  @media (max-width: 576px) {
    .section_sm_heading {
      font-size: 20px;
      line-height: 30px; } }

.section_xs_heading {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  /* 177.778% */
  letter-spacing: -0.36px; }

.paragraph_new {
  color: #808080;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; }
  @media (min-width: 1200px) {
    .paragraph_new {
      font-size: 18px;
      line-height: 28px; } }
  @media (max-width: 576px) {
    .paragraph_new {
      text-align: center;
      font-size: 14px; } }

.paragraph_txt {
  color: #848484;
  font-size: calc(14px + (16 - 14) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 400;
  line-height: normal; }
  .paragraph_txt a {
    color: #F58020;
    text-decoration: none; }
    .paragraph_txt a:hover {
      color: #666666; }

.dark_paragraph {
  color: #333333;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: normal; }
  .dark_paragraph a {
    color: #111111; }
    .dark_paragraph a:hover {
      color: #F58020; }

.custom_input label {
  font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 400;
  line-height: normal;
  color: #666666;
  font-family: "Poppins"; }
  .custom_input label.notes {
    color: #666666;
    font-family: "Poppins";
    font-size: calc(12px + (14 - 12) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 400;
    line-height: normal; }
.custom_input .text-danger {
  font-size: calc(12px + (14 - 12) * ((100vw - 280px) / (1920 - 280))); }
.custom_input .form-control {
  border-radius: 12px;
  border: 1px solid #c9c9c9;
  font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 400;
  line-height: normal;
  padding: 17px 21px;
  box-shadow: none; }
  .custom_input .form-control::placeholder {
    color: #9C9C9C; }
  .custom_input .form-control:focus, .custom_input .form-control.StripeElement--focus {
    border-color: #F58020; }
.custom_input .form-select {
  color: #9C9C9C;
  padding-right: 30px;
  background-image: url("../images/select_downarrow.svg");
  background-size: 11px 7px;
  background-position: calc(100% - 16px) 55%; }

.btn_orange {
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: #F58020;
  border: 1px solid #F58020;
  padding: 13.5px 30px;
  transition: ease 0.5s; }
  .btn_orange:hover {
    background: #FFFFFF;
    color: #3A0CA3;
    border-color: #3A0CA3; }
  .btn_orange.no_hover {
    background: #F58020;
    border: 1px solid #F58020;
    color: #FFFFFF; }
  @media (max-width: 576px) {
    .btn_orange {
      font-size: 14px; } }
  @media (max-width: 445px) {
    .btn_orange {
      padding: 10.5px 15px;
      font-size: 12px; } }

.btn_line_orange {
  text-align: center;
  color: #F58020;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: #FFFFFF;
  border: 1px solid #F58020;
  padding: 13.5px 30px;
  transition: ease 0.5s; }
  @media (max-width: 576px) {
    .btn_line_orange {
      font-size: 14px; } }
  @media (max-width: 445px) {
    .btn_line_orange {
      font-size: 12px;
      padding: 10.5px 15px;
      width: 100%; } }
  .btn_line_orange:hover {
    background: #3A0CA3;
    border-color: #3A0CA3;
    color: #FFFFFF; }
    .btn_line_orange:hover svg path {
      fill: #FFFFFF; }

.custom_check .form-check-input {
  border-radius: 2px;
  width: 18px;
  height: 18px;
  border: 1px solid #F58020;
  margin-top: 3px; }
  .custom_check .form-check-input:checked {
    background-color: #F58020; }
  .custom_check .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem #fde6d2; }
.custom_check .form-check-label {
  margin-left: 6px;
  color: #333333;
  font-family: "Poppins";
  font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280)));
  font-weight: 400;
  line-height: normal;
  word-break: break-word; }

.custom_radio .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 11px;
  border: 2px solid #666666; }
  .custom_radio .form-check-input:checked[type=radio] {
    background-image: url("../images/radio_active.svg");
    background-size: 12px;
    background-color: #FFFFFF; }
  .custom_radio .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem #FFDEC2; }
.custom_radio .form-check-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #666666; }

.section_pt {
  padding-top: calc(80px + (160 - 80) * ((100vw - 280px) / (1920 - 280))); }
  @media (max-width: 992px) {
    .section_pt {
      padding-top: calc(65px + (120 - 65)*((100vw - 280px) /(1920 - 280))); } }
  @media (max-width: 767px) {
    .section_pt {
      padding-top: calc(45px + (80 - 45) * ((100vw - 280px) / (1920 - 280))); } }

.sectionall_pt {
  padding-top: calc(75px + (150 - 75) * ((100vw - 280px) / (1920 - 280))); }

.section_sticky {
  position: sticky;
  top: 165px;
  background: #FFFFFF;
  border-bottom: 1px solid #C4C4C4;
  z-index: 11;
  margin-left: 0;
  width: 100%;
  transition: margin 0.1s, width 0.1s, padding 0.1s;
  padding: 15px 20px 0; }
  @media (max-width: 576px) {
    .section_sticky {
      top: 90px; } }
  .section_sticky.sticky {
    top: 114px;
    margin-left: 0;
    width: calc(100% + 0px); }
    @media (max-width: 576px) {
      .section_sticky.sticky {
        top: 115px; } }

.section_sticky_btn {
  position: sticky;
  top: 165px;
  z-index: 11;
  margin-left: 0;
  width: 100%;
  padding: 0px; }
  .section_sticky_btn.sticky {
    top: 115px;
    background: #FFFFFF;
    border-bottom: 1px solid #C4C4C4; }

.back_link {
  display: inline-flex;
  align-items: center;
  color: #F58020;
  font-size: 14px;
  font-weight: 700;
  line-height: normal; }
  .back_link svg {
    margin-right: 10px; }

.custom_pagination .pagination .page-item {
  margin-right: 10px; }
  .custom_pagination .pagination .page-item .page-link {
    min-width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 4px;
    border-color: #C4C4C4;
    color: #686d73;
    box-shadow: none; }
  .custom_pagination .pagination .page-item.active .page-link {
    border-color: #F58020;
    color: #F58020;
    background: #FFFFFF; }
  .custom_pagination .pagination .page-item.disabled .page-link {
    opacity: 0.7; }

.custom_modal .modal-dialog {
  max-width: 960px;
  width: 96%; }
  .custom_modal .modal-dialog .modal-header {
    padding: 45px 45px 30px;
    border-bottom: 0; }
    @media (max-width: 991px) {
      .custom_modal .modal-dialog .modal-header {
        padding: 20px; } }
    .custom_modal .modal-dialog .modal-header .btn-close {
      position: absolute;
      top: 20px;
      right: 24px;
      background-image: url("../images/close_icon.svg");
      background-size: cover;
      opacity: 1;
      padding: 0;
      width: 32px;
      height: 32px; }
    .custom_modal .modal-dialog .modal-header .modal-title {
      color: #000000;
      font-size: 23.243px;
      font-weight: 600;
      line-height: 45.517px; }
      .custom_modal .modal-dialog .modal-header .modal-title span {
        color: #573333; }
  .custom_modal .modal-dialog .modal-body {
    padding: 0px 45px 40px; }
    @media (max-width: 991px) {
      .custom_modal .modal-dialog .modal-body {
        padding: 0px 20px 25px; } }
  .custom_modal .modal-dialog .modal-content {
    box-shadow: 4.59098px 11.47745px 34.43235px 0px rgba(0, 0, 0, 0.1);
    border-radius: 34.432px;
    border: none; }
.custom_modal.show {
  z-index: 11111; }

.modal-backdrop.show {
  z-index: 11111; }

.modal-open .modal {
  z-index: 111111; }

@media (max-width: 767px) {
  .report_bill_modal .modal-dialog {
    max-width: calc(100% - 30px); } }
.report_bill_modal .modal-dialog .reportadd_block {
  padding: 15px 5px;
  background: #00000008;
  margin: 0px;
  border-radius: 15px;
  position: relative; }
  @media (max-width: 575px) {
    .report_bill_modal .modal-dialog .reportadd_block {
      padding: 25px 5px 35px; } }
  @media (max-width: 575px) {
    .report_bill_modal .modal-dialog .reportadd_block .remove_block {
      position: absolute;
      bottom: 6px;
      right: 6px; } }
  .report_bill_modal .modal-dialog .reportadd_block .remove_block svg {
    width: 20px; }
    @media (max-width: 767px) {
      .report_bill_modal .modal-dialog .reportadd_block .remove_block svg {
        width: 16px; } }
    @media (max-width: 575px) {
      .report_bill_modal .modal-dialog .reportadd_block .remove_block svg {
        width: 15px; } }

.fieldsets_custom {
  padding: 10px;
  border: 1px solid #c9c9c9;
  border-radius: 12px;
  margin: 1.5rem 0; }
  .fieldsets_custom .fieldsets_label {
    margin-top: -23px;
    padding-bottom: 14px; }
    .fieldsets_custom .fieldsets_label span {
      background: #FFFFFF;
      padding: 0px 5px;
      color: #494D55; }

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1264px; } }
@media screen and (max-width: 575px) {
  .custom_input label {
    margin-bottom: 5px; }

  a {
    font-size: calc(13px + (16 - 13) * ((100vw - 280px) / (1920 - 280))); } }
:root {
  --card-line-height: 1.2em;
  --card-padding: 1em;
  --card-radius: 0.5em;
  --color-green: #558309;
  --color-gray: #e2ebf6;
  --color-dark-gray: #c4d1e1;
  --radio-border-width: 2px;
  --radio-size: 1.5em; }

.txt_green {
  color: #48BB78 !important; }

.txt_darkgray {
  color: #2D3748 !important; }

.gray_65 {
  color: #A3A3A3 !important; }

.darkgray_50 {
  color: #718096 !important; }

.fw_500 {
  font-weight: 500 !important; }

.fw_700 {
  font-weight: 700 !important; }

.fs_14 {
  font-size: 14px !important; }

.bg_gray {
  background: #F9F9F9; }

.min_vh_100 {
  min-height: 100vh; }

.custom_hr {
  border-color: #E0E0E0;
  opacity: 1; }

.object_cover {
  object-fit: cover; }

.link {
  color: #F58020;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%; }
  .link.fs-16 {
    font-size: 16px; }

.link_gray {
  color: #848484;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal; }

.bi {
  display: inline-block;
  width: 1rem;
  height: 1rem; }

.rounded-16 {
  border-radius: 16px !important; }

.border_wrapper {
  border-radius: 16px;
  border: 1px solid #E0E0E0;
  padding: 22px; }
  @media (max-width: 445px) {
    .border_wrapper {
      padding: 16px; } }

.separator {
  display: inline-flex;
  width: 1px;
  height: 37px;
  background: #E0E0E0;
  margin: 0px 18px; }

.bg-primary {
  background-color: #F58020 !important; }

.hide_password,
.confirm_password {
  font-size: 14px; }
  .hide_password svg,
  .confirm_password svg {
    margin-right: 5px; }

.responsive-map {
  overflow: hidden;
  padding-bottom: 50.25%;
  position: relative;
  height: 0; }
  .responsive-map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }
  .responsive-map.sm {
    padding-bottom: 25%;
    min-height: 180px;
    border-radius: 10px; }

.location_address span {
  color: #2B2B2B;
  font-family: "Poppins";
  font-size: 11.439px;
  font-weight: 500;
  letter-spacing: 0.229px; }

.responsive_img {
  overflow: hidden;
  padding-bottom: 38%;
  min-height: 460px;
  position: relative;
  max-height: 510px;
  border-radius: 22.18px; }
  @media (max-width: 767px) {
    .responsive_img {
      min-height: 400px; } }
  @media (max-width: 575px) {
    .responsive_img {
      min-height: 320px; } }
  .responsive_img img {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center; }

.custom_dropdown .dropdown-menu {
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px 0px #0000001c;
  border: none;
  min-width: 200px; }
  .custom_dropdown .dropdown-menu li a {
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding: 5px 22px; }
    .custom_dropdown .dropdown-menu li a:hover {
      background: #FFF3E9;
      color: #F58020; }

.select2-container {
  width: 100% !important; }

.modal-open .select2-container {
  z-index: 111111; }

.fc-daygrid-event-dot {
  border-color: #FFFFFF !important; }

.searchcontrol {
  display: inline-flex;
  align-items: center;
  float: left;
  position: relative;
  max-width: 420px;
  width: 100%; }
  .searchcontrol svg {
    position: absolute;
    left: 20px; }
  .searchcontrol .form-control {
    border-radius: 37px;
    border: 1px solid #EAEAEA;
    background: #FFFFFF;
    padding: 13px 15px 13px 60px;
    box-shadow: none; }
    .searchcontrol .form-control::placeholder {
      color: #ADA7A7;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
    .searchcontrol .form-control:focus {
      border-color: #F58020; }

.custom_tag {
  background: #c9c9c9;
  padding: 8px 20px;
  border-radius: 25px; }

.commonsearch_control .form-control {
  border-radius: 37px;
  padding: 13.5px 21px 13.5px 51px; }
.commonsearch_control svg {
  position: absolute;
  top: 13px;
  left: 18px; }

.full_body .custom_sidebar {
  max-width: 0; }
.full_body .main_section {
  max-width: 100%; }
  .searching_inner .form-control.tt-input, .searching_inner .form-control.tt-hint {
    background-image: url("./../images/loader_icon.svg") !important;
    background-position: 95% !important;
    background-repeat: no-repeat !important;
    background-size: 20px !important;
    padding-right: 50px !important; }
  @media (min-width: 768px) and (max-width: 991px) {
    .full_body .main_section .dashboard_inner .propertysummary_admin .section_sticky.sticky {
      top: 90px; } }
  @media (max-width: 575px) {
    .full_body .main_section .dashboard_inner .propertysummary_admin .section_sticky.sticky {
      top: 80px; } }

.custom_sidebar {
  background: #FFFFFF;
  box-shadow: 1px 0px 2px 0px rgba(128, 128, 128, 0.1);
  max-width: 232px;
  width: 100%;
  padding: 0px 0px 25px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  overflow: auto;
  z-index: 1111;
  transition: ease 0.5s; }
  .custom_sidebar .offcanvas-md {
    position: relative;
    width: auto;
    visibility: visible;
    transform: inherit; }
    .custom_sidebar .offcanvas-md .offcanvas-header .btn-close {
      box-shadow: none; }
  .custom_sidebar .offcanvas-body .sidebar_logo {
    padding-top: 2rem;
    padding-bottom: 4rem;
    min-height: 161px; }
    @media (max-width: 767px) {
      .custom_sidebar .offcanvas-body .sidebar_logo {
        padding-top: 1rem;
        padding-bottom: 2rem;
        min-height: 115px; } }
  .custom_sidebar .offcanvas-body .nav {
    overflow-x: hidden; }
    .custom_sidebar .offcanvas-body .nav .nav-item {
      padding: 0px 20px;
      margin-bottom: 13px;
      transition: all 0.5s; }
      @media (max-width: 1024px) {
        .custom_sidebar .offcanvas-body .nav .nav-item {
          padding: 0px 10px; } }
      .custom_sidebar .offcanvas-body .nav .nav-item .nav-link {
        padding: 7px;
        color: #abb5ba;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        border-radius: 41px;
        transition: all 0.5s; }
        .custom_sidebar .offcanvas-body .nav .nav-item .nav-link .nav-icon {
          min-width: 36px;
          height: 36px;
          border-radius: 50%;
          margin-right: 13px;
          display: inline-flex;
          align-items: center;
          justify-content: center; }
        .custom_sidebar .offcanvas-body .nav .nav-item .nav-link:hover {
          background: #f5802012;
          color: #f58020; }
        .custom_sidebar .offcanvas-body .nav .nav-item .nav-link.active {
          background: #F58020;
          color: #FFFFFF; }
          .custom_sidebar .offcanvas-body .nav .nav-item .nav-link.active .nav-icon {
            background: #FFFFFF; }
  .custom_sidebar::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5; }
  .custom_sidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #c5c5c5; }
  .custom_sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5; }

.mini_menu .custom_sidebar {
  max-width: 60px; }
  .mini_menu .custom_sidebar .offcanvas-body .sidebar_logo {
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 2rem;
    min-height: 161px; }
  .mini_menu .custom_sidebar .offcanvas-body .nav .nav-item {
    padding-left: 3px; }
    .mini_menu .custom_sidebar .offcanvas-body .nav .nav-item .nav-link {
      font-size: 0px;
      padding: 7px 0px 7px 6px; }
      @media (max-width: 991px) {
        .mini_menu .custom_sidebar .offcanvas-body .nav .nav-item .nav-link {
          max-width: 49px; } }
      .mini_menu .custom_sidebar .offcanvas-body .nav .nav-item .nav-link .nav-icon {
        margin-right: 0px; }

.custom-card {
  padding: 20px 24px;
  border-radius: 15px;
  background: var(--black-amp-white-white, #fff);
  box-shadow: 0px 3.5px 5.5px 0px rgba(0, 0, 0, 0.02); }
  @media (max-width: 445px) {
    .custom-card {
      padding: 16px; } }

.user_info {
  display: flex;
  align-items: center; }
  .user_info .user_img {
    min-width: 40px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 15px; }
    .user_info .user_img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .user_info span {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; }

.report_card {
  border-radius: 16px;
  border: 1px solid #E0E0E0;
  padding: 22px;
  margin-bottom: 10px; }
  @media (max-width: 445px) {
    .report_card {
      padding: 16px; } }
  .report_card .report_collapse {
    color: #494D55;
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    @media (max-width: 576px) {
      .report_card .report_collapse {
        font-size: 16px; } }

.comment_wrapper {
  padding: 10px;
  border-radius: 16px;
  border: 1px solid #e0e0e0; }
  .comment_wrapper .child_categories_comment {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden; }
    .comment_wrapper .child_categories_comment::-webkit-scrollbar {
      width: 8px;
      background-color: #f5f5f5; }
    .comment_wrapper .child_categories_comment::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #666666; }
    .comment_wrapper .child_categories_comment::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 10px;
      background-color: #f5f5f5; }

.avatar-upload {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 274px;
  border-radius: 12px;
  border: 1px dashed #C4C4C4;
  overflow: hidden; }
  @media (max-width: 576px) {
    .avatar-upload {
      height: 154px; } }
  .avatar-upload .avatar_close {
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 11; }
  .avatar-upload .avatar-edit {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    color: #000000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
    .avatar-upload .avatar-edit input {
      display: none; }
      .avatar-upload .avatar-edit input + label {
        cursor: pointer;
        transition: all 0.2s ease-in-out;
        border-radius: 12px;
        background: #EAEAEA;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 10px;
        color: #000000;
        font-size: 14px;
        font-weight: 400;
        line-height: normal; }
        .avatar-upload .avatar-edit input + label b {
          color: #F58020;
          font-weight: 700; }
  .avatar-upload .avatar-preview {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 15px;
    border-radius: 12px; }
    .avatar-upload .avatar-preview > div {
      width: 100%;
      height: 100%;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      border-radius: 12px; }

.inspection_uploadimg .uploadimg {
  width: 138px;
  height: 138px;
  margin-right: 13px;
  margin-bottom: 13px;
  position: relative; }
  .inspection_uploadimg .uploadimg .inspection_dropdown {
    position: absolute;
    right: 10px;
    top: 19px; }
    .inspection_uploadimg .uploadimg .inspection_dropdown .dropdown-menu {
      border-radius: 10px;
      background: #FFFFFF;
      box-shadow: 4px 11.48px 34.4px 0px rgba(0, 0, 0, 0.1);
      border: none;
      margin-left: 5px !important; }
      .inspection_uploadimg .uploadimg .inspection_dropdown .dropdown-menu li a {
        color: #000000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; }
  .inspection_uploadimg .uploadimg .dropdown-toggle-split {
    width: 26px;
    height: 26px;
    border: none;
    background: #0000008f;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0; }
  .inspection_uploadimg .uploadimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px; }
  @media (max-width: 575px) {
    .inspection_uploadimg .uploadimg {
      width: 100px;
      height: 100px; } }

.inspection_tagwrapper {
  border-radius: 18px;
  border: 1px solid #E0E0E0;
  padding: 10px 10px;
  margin-right: 13px;
  max-width: 172px; }
  .inspection_tagwrapper .inspection_tag {
    border-radius: 77px;
    background: #E0E0E0;
    color: #232323;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    padding: 8px 9px;
    margin: 0px 8px 8px 0px; }
    .inspection_tagwrapper .inspection_tag:last-child {
      margin-right: 0; }

.budget_rangeslider output {
  border-radius: 12px;
  border: 1px solid #c9c9c9;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.36px;
  width: 100%;
  padding: 19px;
  text-align: center;
  margin-bottom: 21px; }
.budget_rangeslider .rangeslider {
  background: #E2E8F0;
  position: relative;
  border-radius: 4px; }
  .budget_rangeslider .rangeslider.rangeslider--horizontal {
    height: 4px;
    width: 100%; }
    .budget_rangeslider .rangeslider.rangeslider--horizontal .rangeslider__fill {
      top: 0;
      height: 100%; }
    .budget_rangeslider .rangeslider.rangeslider--horizontal .rangeslider__handle {
      background: #F58020;
      cursor: pointer;
      display: inline-block;
      width: 16px;
      height: 16px;
      position: absolute;
      -webkit-box-shadow: 0px 1px 2px 0px #0000003b;
      box-shadow: 0px 1px 2px 0px #0000003b;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
      .budget_rangeslider .rangeslider.rangeslider--horizontal .rangeslider__handle:active {
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
        background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12)); }
    .budget_rangeslider .rangeslider.rangeslider--horizontal .rangeslider__handle {
      top: -6px;
      touch-action: pan-y;
      -ms-touch-action: pan-y; }
  .budget_rangeslider .rangeslider .rangeslider__fill {
    background: #F58020;
    position: absolute; }
.budget_rangeslider .rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4; }
.budget_rangeslider .rangeslider,
.budget_rangeslider .rangeslider__fill {
  display: block;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
.budget_rangeslider .rangeslider_count h5 {
  color: #000000;
  font-size: 15px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.3px; }

.main_section {
  max-width: calc(100% - 232px);
  width: 100%;
  padding: 0px;
  transition: ease 0.5s; }
  @media (max-width: 767px) {
    .main_section {
      max-width: inherit; } }
  .main_section .dashboard_head {
    position: sticky;
    top: 0;
    z-index: 999;
    padding: 0px 24px; }
    @media (max-width: 575px) {
      .main_section .dashboard_head {
        padding: 0px 15px; } }
    .main_section .dashboard_head.sticky {
      -webkit-animation: slideDown 0.32s ease-out;
      animation: slideDown 0.32s ease-out;
      background: #FFFFFF;
      box-shadow: 0px 4px 22px 0px #00000010; }
    .main_section .dashboard_head .dashboardhead_inner {
      display: flex;
      align-items: center;
      justify-content: end;
      text-align: end;
      padding: 22px 0px;
      position: relative; }
      @media (max-width: 575px) {
        .main_section .dashboard_head .dashboardhead_inner {
          padding: 15px 0px; } }
      .main_section .dashboard_head .dashboardhead_inner .notification_wrapper .notification_link {
        width: 50px;
        height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #FFFFFF;
        border-radius: 50%;
        position: relative;
        margin-left: 10px; }
        .main_section .dashboard_head .dashboardhead_inner .notification_wrapper .notification_link:before {
          content: "";
          position: absolute;
          top: 10px;
          right: 11px;
          width: 8px;
          height: 8px;
          background: #FF5B59;
          border-radius: 50%; }
      .main_section .dashboard_head .dashboardhead_inner .notification_wrapper .collapse {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%; }
      .main_section .dashboard_head .dashboardhead_inner .userlogin_wrapper .userlogin_link {
        padding: 6px 36px 6px 6px;
        background: #FFFFFF;
        border-radius: 30px;
        margin-left: 20px; }
        @media (max-width: 576px) {
          .main_section .dashboard_head .dashboardhead_inner .userlogin_wrapper .userlogin_link {
            margin-left: 8px; } }
        .main_section .dashboard_head .dashboardhead_inner .userlogin_wrapper .userlogin_link img {
          width: 38px;
          min-width: 38px;
          height: 38px;
          overflow: hidden;
          border-radius: 50px;
          object-fit: cover;
          margin-right: 15px; }
          @media (max-width: 320px) {
            .main_section .dashboard_head .dashboardhead_inner .userlogin_wrapper .userlogin_link img {
              width: 30px;
              height: 20px; } }
        .main_section .dashboard_head .dashboardhead_inner .userlogin_wrapper .userlogin_link span {
          color: #212121;
          font-size: 17px;
          font-weight: 600;
          line-height: normal;
          text-align: left;
          max-width: 150px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
          @media (max-width: 651px) {
            .main_section .dashboard_head .dashboardhead_inner .userlogin_wrapper .userlogin_link span {
              font-size: 14px; } }
        .main_section .dashboard_head .dashboardhead_inner .userlogin_wrapper .userlogin_link:before {
          content: "";
          position: absolute;
          width: 14px;
          height: 8px;
          background-image: url("../images/chevron-down.svg");
          background-size: cover;
          background-position: center;
          right: 13px; }
      .main_section .dashboard_head .dashboardhead_inner .userlogin_wrapper .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s;
        transform: translate(0%, -200%) scale(1) !important;
        min-height: 104px;
        inset: 60px 0px 0px auto !important;
        min-width: 200px;
        margin-left: auto;
        background: #FFFFFF;
        border: none;
        box-shadow: 0px 3.5px 5.5px 0px #0000001c;
        border-radius: 15px; }
        @media (max-width: 767px) {
          .main_section .dashboard_head .dashboardhead_inner .userlogin_wrapper .dropdown-menu {
            inset: 56px 0px 0px auto !important; } }
        .main_section .dashboard_head .dashboardhead_inner .userlogin_wrapper .dropdown-menu.show {
          visibility: visible;
          transform: translate(0px, 0px) scale(1) !important;
          opacity: 1; }
        .main_section .dashboard_head .dashboardhead_inner .userlogin_wrapper .dropdown-menu li a {
          display: flex;
          align-items: center;
          padding: 10px 20px;
          transition: ease 0.5s;
          color: #000000; }
          .main_section .dashboard_head .dashboardhead_inner .userlogin_wrapper .dropdown-menu li a svg {
            width: 18px;
            fill: #F58020;
            margin-right: 12px; }
          .main_section .dashboard_head .dashboardhead_inner .userlogin_wrapper .dropdown-menu li a:hover {
            background: #f5802012; }
    .main_section .dashboard_head .dashboardhead_left {
      max-width: 485px;
      width: 100%; }
      @media (max-width: 1100px) {
        .main_section .dashboard_head .dashboardhead_left {
          width: 55px; } }
      .main_section .dashboard_head .dashboardhead_left .searchcontrol {
        margin-left: 20px;
        min-width: 235px; }
    .main_section .dashboard_head .ham_menu input {
      -webkit-appearance: none;
      display: none;
      visibility: hidden; }
    .main_section .dashboard_head .ham_menu .bar {
      display: block;
      position: relative;
      cursor: pointer;
      width: 50px;
      height: 50px;
      background: #ffffff;
      box-shadow: 0px 3.5px 5.5px 0px #00000005;
      border-radius: 50%; }
      .main_section .dashboard_head .ham_menu .bar:hover span {
        background: #f58020; }
      .main_section .dashboard_head .ham_menu .bar span {
        position: absolute;
        width: 28px;
        height: 3px;
        background: #f58020;
        border-radius: 100px;
        display: inline-block;
        transition: 0.3s ease;
        left: 11px; }
        .main_section .dashboard_head .ham_menu .bar span.top {
          top: 15px; }
        .main_section .dashboard_head .ham_menu .bar span.middle {
          top: 24.35px; }
        .main_section .dashboard_head .ham_menu .bar span.bottom {
          bottom: 13px; }
    @media (min-width: 768px) {
      .main_section .dashboard_head .ham_menu input[type]:checked ~ span.top {
        transform: rotate(45deg);
        transform-origin: top left;
        width: 29px;
        left: 16px;
        top: 13px; } }
    @media (min-width: 768px) {
      .main_section .dashboard_head .ham_menu input[type]:checked ~ span.bottom {
        transform: rotate(-45deg);
        transform-origin: top left;
        width: 29px;
        bottom: 13px;
        left: 14px; } }
    @media (min-width: 768px) {
      .main_section .dashboard_head .ham_menu input[type]:checked ~ span.middle {
        transform: translateX(-20px);
        opacity: 0; } }
  .main_section .dashboard_inner {
    padding: 0px 24px 24px; }
    @media (max-width: 575px) {
      .main_section .dashboard_inner {
        padding: 0px 15px 15px; } }
    .main_section .dashboard_inner .section_sticky {
      top: 0px; }
      .main_section .dashboard_inner .section_sticky.sticky {
        top: 94px; }
    .main_section .dashboard_inner .section_sticky_btn {
      top: 0px; }
      .main_section .dashboard_inner .section_sticky_btn.sticky {
        top: 94px;
        margin-left: -24px;
        width: calc(100% + 48px);
        padding: 0px 24px; }
        @media (max-width: 767px) {
          .main_section .dashboard_inner .section_sticky_btn.sticky {
            top: 80px; } }
      @media (min-width: 576px) {
        .main_section .dashboard_inner .section_sticky_btn.addnew_report.sticky {
          padding-top: 25px; } }
      @media (max-width: 575px) {
        .main_section .dashboard_inner .section_sticky_btn.addnew_report.sticky {
          padding-top: 20px; } }
    .main_section .dashboard_inner .propertysummary_admin .section_sticky.sticky {
      z-index: 111; }
      @media (min-width: 768px) {
        .main_section .dashboard_inner .propertysummary_admin .section_sticky.sticky {
          top: 90px; } }
    .main_section .dashboard_inner .card_main {
      margin-bottom: 32px; }
      @media (max-width: 1199px) {
        .main_section .dashboard_inner .card_main {
          margin-bottom: 24px; } }
      .main_section .dashboard_inner .card_main .dashboard_card {
        padding: 36px 17px;
        border-radius: 15px;
        background: #FFFFFF;
        box-shadow: 0px 3.5px 5.5px 0px #00000005;
        display: flex;
        align-items: center;
        transition: ease 0.5s;
        position: relative; }
        @media (max-width: 1199px) {
          .main_section .dashboard_inner .card_main .dashboard_card {
            padding: 25px; } }
        @media (max-width: 991px) {
          .main_section .dashboard_inner .card_main .dashboard_card {
            padding: 30px 10px;
            height: 100%; } }
        @media (max-width: 575px) {
          .main_section .dashboard_inner .card_main .dashboard_card {
            padding: 15px 10px 70px; } }
        .main_section .dashboard_inner .card_main .dashboard_card .dashboard_icon {
          min-width: 47px;
          width: 47px;
          height: 47px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          background: #FFDEC2;
          border-radius: 50px;
          margin-right: 20px; }
          @media (min-width: 768px) and (max-width: 991px) {
            .main_section .dashboard_inner .card_main .dashboard_card .dashboard_icon {
              margin-right: 15px; } }
          @media (max-width: 575px) {
            .main_section .dashboard_inner .card_main .dashboard_card .dashboard_icon {
              min-width: 38px;
              width: 38px;
              height: 38px;
              margin-right: 16px; } }
          @media (max-width: 575px) {
            .main_section .dashboard_inner .card_main .dashboard_card .dashboard_icon svg {
              width: 19px; } }
        .main_section .dashboard_inner .card_main .dashboard_card .dashboard_info h5 {
          color: #000000;
          font-size: 22.5px;
          font-weight: 700;
          line-height: normal;
          margin-bottom: 5px; }
          @media (max-width: 575px) {
            .main_section .dashboard_inner .card_main .dashboard_card .dashboard_info h5 {
              font-size: 18.44px; } }
        .main_section .dashboard_inner .card_main .dashboard_card .dashboard_info p {
          color: #666666;
          font-size: 14px;
          font-weight: 500;
          line-height: normal;
          margin-bottom: 0; }
          @media (max-width: 1399px) {
            .main_section .dashboard_inner .card_main .dashboard_card .dashboard_info p {
              max-width: 110px; } }
          @media (max-width: 1199px) {
            .main_section .dashboard_inner .card_main .dashboard_card .dashboard_info p {
              max-width: inherit; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .main_section .dashboard_inner .card_main .dashboard_card .dashboard_info p {
              margin-right: 13px; } }
          @media (max-width: 575px) {
            .main_section .dashboard_inner .card_main .dashboard_card .dashboard_info p {
              font-size: 16px;
              position: absolute;
              bottom: 12px;
              left: 12px;
              padding-right: 10px;
              max-width: 130px; } }
        .main_section .dashboard_inner .card_main .dashboard_card:hover {
          box-shadow: 0px 3.5px 9.5px 0px #00000014; }
      .main_section .dashboard_inner .card_main:nth-child(3) .dashboard_card .dashboard_icon svg {
        width: 24px; }
    .main_section .dashboard_inner .record_wrapper h2 {
      color: #8D8D8D;
      font-size: 20px;
      font-weight: 500;
      line-height: 32px;
      margin-bottom: 5px; }
    .main_section .dashboard_inner .record_wrapper p {
      color: #8D8D8D;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 26.5px;
      margin-bottom: 20px; }
    .main_section .dashboard_inner .payment_wrapper h4 {
      color: #000000;
      font-size: 18px;
      font-weight: 700;
      line-height: 32px;
      /* 177.778% */
      letter-spacing: -0.36px;
      margin-bottom: 0; }
    .main_section .dashboard_inner .payment_wrapper p {
      color: #000000;
      font-size: 14px;
      font-weight: 400;
      line-height: 32px;
      /* 228.571% */
      letter-spacing: -0.28px;
      margin-bottom: 24px; }
    .main_section .dashboard_inner .payment_wrapper .nopayment_card {
      border-radius: 10px;
      border: 1px solid #DADADB;
      background: #F8F8FA;
      padding: 10px 25px 30px; }
      .main_section .dashboard_inner .payment_wrapper .nopayment_card h6 {
        color: #000000;
        font-size: 14px;
        font-weight: 700;
        line-height: 32px;
        /* 228.571% */
        letter-spacing: -0.28px;
        margin-bottom: 0; }
      .main_section .dashboard_inner .payment_wrapper .nopayment_card .link {
        font-size: 16px;
        font-weight: 600;
        line-height: 25.18px; }
    .main_section .dashboard_inner .profilecard_detailwrapper .profilecard_left h6,
    .main_section .dashboard_inner .profilecard_detailwrapper .profilecard_left p {
      color: #000000;
      font-size: 14px;
      font-weight: 400;
      line-height: 32px;
      letter-spacing: -0.28px; }
    .main_section .dashboard_inner .profilecard_detailwrapper .profilecard_right {
      width: 100%;
      max-width: calc(100% - 254px); }
      @media (max-width: 991px) {
        .main_section .dashboard_inner .profilecard_detailwrapper .profilecard_right {
          max-width: 100%; } }
    .main_section .dashboard_inner .profilecard_detailwrapper .profilecard .plan-details {
      cursor: pointer;
      display: flex;
      transition: border-color 0.2s ease-out;
      border-radius: 14px;
      border: 1px solid #D0D5DD;
      background: #FBFBFB;
      padding: 10px 15px;
      margin-bottom: 12px; }
      .main_section .dashboard_inner .profilecard_detailwrapper .profilecard .plan-details .card_img {
        margin-right: 10px;
        padding-top: 5px; }
      .main_section .dashboard_inner .profilecard_detailwrapper .profilecard .plan-details .card_info h6 {
        color: #000000;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        /* 228.571% */
        letter-spacing: -0.28px;
        margin-bottom: 0; }
      .main_section .dashboard_inner .profilecard_detailwrapper .profilecard .plan-details .card_info p {
        color: #000000;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        /* 228.571% */
        letter-spacing: -0.28px;
        margin-bottom: 0; }
      .main_section .dashboard_inner .profilecard_detailwrapper .profilecard .plan-details:hover {
        border: 1px solid #F58020; }
    .main_section .dashboard_inner .profilecard_detailwrapper .profilecard .form-check-input {
      position: absolute;
      right: 15px;
      top: 15px;
      border: 0.778px solid #D0D5DD;
      background-color: #FFFFFF; }
      .main_section .dashboard_inner .profilecard_detailwrapper .profilecard .form-check-input:checked[type="radio"] {
        background-color: #F58020;
        border-color: #F58020;
        background-image: url("../images/checkwhite_icon.svg");
        background-position: 1px 1px;
        background-repeat: no-repeat;
        box-shadow: none !important; }
        .main_section .dashboard_inner .profilecard_detailwrapper .profilecard .form-check-input:checked[type="radio"] ~ .plan-details {
          border-radius: 14px;
          border: 1px solid #F58020;
          background: #FFF3E9; }
    .main_section .dashboard_inner .propertyrecord_wrapper {
      padding: 0px; }
      .main_section .dashboard_inner .propertyrecord_wrapper .modal-content {
        box-shadow: none; }
        .main_section .dashboard_inner .propertyrecord_wrapper .modal-content .modal-header {
          padding: 30px; }
          .main_section .dashboard_inner .propertyrecord_wrapper .modal-content .modal-header .access_label {
            color: #848484;
            font-size: 14px;
            font-weight: 600;
            line-height: 20px; }
        .main_section .dashboard_inner .propertyrecord_wrapper .modal-content .modal-body {
          padding: 0px 30px 30px; }
    .main_section .dashboard_inner .buypropertyslider_wrapper .slider-nav .slick-arrow {
      width: 48px;
      height: 48px;
      top: 35%; }
    .main_section .dashboard_inner .categories_tree_list {
      max-height: 735px;
      overflow-y: auto;
      overflow-x: hidden;
      margin-bottom: 1rem;
      padding-right: 11px; }
      .main_section .dashboard_inner .categories_tree_list::-webkit-scrollbar {
        width: 8px;
        background-color: #f5f5f5; }
      .main_section .dashboard_inner .categories_tree_list::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #666666; }
      .main_section .dashboard_inner .categories_tree_list::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background-color: #f5f5f5; }
    .main_section .dashboard_inner .categories_inner {
      display: flex;
      align-items: center;
      padding: 10px 20px 10px 10px;
      border-radius: 14px; }
      .main_section .dashboard_inner .categories_inner .custom_check {
        width: 100%; }
        .main_section .dashboard_inner .categories_inner .custom_check label {
          color: #7C7C7C;
          font-size: 14px;
          font-weight: 500;
          line-height: 20px; }
      .main_section .dashboard_inner .categories_inner.active {
        background: #FFF3E9; }
        .main_section .dashboard_inner .categories_inner.active .custom_check label {
          color: #2E2E2E; }
      .main_section .dashboard_inner .categories_inner.sub {
        margin-top: 10px;
        margin-left: 36px;
        padding: 10px 20px 10px 15px; }
        @media (max-width: 576px) {
          .main_section .dashboard_inner .categories_inner.sub {
            margin-left: 15px; } }
    .main_section .dashboard_inner .comment_wrapper .categories_inner .custom_check .form-check-input {
      border-color: #A0A0A0;
      box-shadow: none; }
      .main_section .dashboard_inner .comment_wrapper .categories_inner .custom_check .form-check-input:checked {
        border-color: #F58020; }
    .main_section .dashboard_inner .comment_wrapper .categories_inner.success {
      background: #ECFFE9; }
      .main_section .dashboard_inner .comment_wrapper .categories_inner.success .custom_check .form-check-input:checked {
        background-color: #48BB78;
        border-color: #48BB78; }
      .main_section .dashboard_inner .comment_wrapper .categories_inner.success .custom_check .form-check-label {
        color: #2E2E2E; }
    .main_section .dashboard_inner .comment_wrapper .categories_inner.danger {
      background: #FFE7E7; }
      .main_section .dashboard_inner .comment_wrapper .categories_inner.danger .custom_check .form-check-label {
        color: #333333; }
      .main_section .dashboard_inner .comment_wrapper .categories_inner.danger .custom_check .form-check-input:checked {
        border-color: #FF5B59;
        background-color: #FF5B59; }
    .main_section .dashboard_inner .finalreport_wrapper .finalreport_head .finalreport_lefthead p {
      color: #000000;
      font-size: 14.527px;
      font-weight: 400;
      line-height: 23.243px;
      letter-spacing: -0.365px;
      opacity: 0.6; }
    .main_section .dashboard_inner .finalreport_wrapper .finalreport_block {
      padding: 13px 20px;
      border-radius: 22.18px;
      border: 1px solid #C4C4C4;
      min-width: 175px;
      margin-right: 12px; }
      @media (max-width: 1199px) {
        .main_section .dashboard_inner .finalreport_wrapper .finalreport_block {
          width: 100%;
          margin-right: 0px; } }
      .main_section .dashboard_inner .finalreport_wrapper .finalreport_block p {
        color: #666666;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        margin-bottom: 5px; }
      .main_section .dashboard_inner .finalreport_wrapper .finalreport_block h6 {
        color: #000000;
        font-size: 17px;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.427px;
        margin-bottom: 0; }
        .main_section .dashboard_inner .finalreport_wrapper .finalreport_block h6 span {
          color: #8D8D8D;
          font-size: 15px;
          font-weight: 700;
          line-height: normal;
          letter-spacing: -0.427px; }
    .main_section .dashboard_inner .finalreport_wrapper .finalreport_info .finalreport_title {
      color: #000000;
      font-size: 20px;
      font-weight: 600;
      line-height: 32px;
      letter-spacing: -0.4px;
      margin-bottom: 5px; }
    .main_section .dashboard_inner .finalreport_wrapper .finalreport_info .finalreport_subtitle {
      color: #000000;
      font-size: 18px;
      font-weight: 500;
      line-height: 32px;
      letter-spacing: -0.36px; }
    .main_section .dashboard_inner .finalreport_wrapper .finalreport_info .finalreport_areas {
      border: 1px solid #E0E0E0;
      border-radius: 16px;
      padding: 25px 30px; }
      @media (max-width: 991px) {
        .main_section .dashboard_inner .finalreport_wrapper .finalreport_info .finalreport_areas {
          padding: 20px; } }
      .main_section .dashboard_inner .finalreport_wrapper .finalreport_info .finalreport_areas h6 {
        color: #000000;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        margin-bottom: 5px; }
        .main_section .dashboard_inner .finalreport_wrapper .finalreport_info .finalreport_areas h6 label {
          color: #48BB78;
          font-size: 12px;
          font-weight: 600;
          line-height: 12px;
          border-radius: 77px;
          border: 1px solid #48BB78;
          padding: 7px 12px;
          margin-left: 10px; }
      .main_section .dashboard_inner .finalreport_wrapper .finalreport_info .finalreport_areas p {
        color: #7C7C7C;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        margin-bottom: 22px; }
      .main_section .dashboard_inner .finalreport_wrapper .finalreport_info .finalreport_areas .areas_inner {
        display: flex;
        gap: 20px;
        flex-wrap: wrap; }
        .main_section .dashboard_inner .finalreport_wrapper .finalreport_info .finalreport_areas .areas_inner .areas_img {
          width: 231px;
          height: 267px;
          border-radius: 16px;
          overflow: hidden; }
          @media (max-width: 1199px) {
            .main_section .dashboard_inner .finalreport_wrapper .finalreport_info .finalreport_areas .areas_inner .areas_img {
              width: 186px;
              height: 235px; } }
          @media (max-width: 767px) {
            .main_section .dashboard_inner .finalreport_wrapper .finalreport_info .finalreport_areas .areas_inner .areas_img {
              width: 130px;
              height: 160px; } }
          @media (max-width: 575px) {
            .main_section .dashboard_inner .finalreport_wrapper .finalreport_info .finalreport_areas .areas_inner .areas_img {
              width: 116px;
              height: 132px; } }
          .main_section .dashboard_inner .finalreport_wrapper .finalreport_info .finalreport_areas .areas_inner .areas_img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top center; }
    .main_section .dashboard_inner .finalreport_wrapper .finalreport_info .finalreport_intro {
      color: #7C7C7C;
      font-size: 14px;
      font-weight: 500;
      line-height: 20px; }
    .main_section .dashboard_inner .finalreport_wrapper .finalreport_summary {
      padding: 15px;
      border: 1px solid #E0E0E0;
      border-radius: 16px;
      margin-bottom: 16px; }
      .main_section .dashboard_inner .finalreport_wrapper .finalreport_summary .finalreport_summaryinner {
        display: flex; }
        .main_section .dashboard_inner .finalreport_wrapper .finalreport_summary .finalreport_summaryinner .finalreport_leftsummary {
          width: 100%;
          height: 110px;
          border-radius: 10px;
          margin-right: 3px;
          overflow: hidden; }
          .main_section .dashboard_inner .finalreport_wrapper .finalreport_summary .finalreport_summaryinner .finalreport_leftsummary img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center; }
        .main_section .dashboard_inner .finalreport_wrapper .finalreport_summary .finalreport_summaryinner .finalreport_rightsummary .finalreport_rightinner {
          height: 53px;
          max-width: 93px;
          min-width: 93px;
          margin-bottom: 3px;
          border-radius: 10px;
          overflow: hidden;
          position: relative; }
          .main_section .dashboard_inner .finalreport_wrapper .finalreport_summary .finalreport_summaryinner .finalreport_rightsummary .finalreport_rightinner span {
            display: none; }
          .main_section .dashboard_inner .finalreport_wrapper .finalreport_summary .finalreport_summaryinner .finalreport_rightsummary .finalreport_rightinner.more:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #00000094; }
          .main_section .dashboard_inner .finalreport_wrapper .finalreport_summary .finalreport_summaryinner .finalreport_rightsummary .finalreport_rightinner.more span {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            font-size: 16px;
            padding: 5px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #FFFFFF; }
          .main_section .dashboard_inner .finalreport_wrapper .finalreport_summary .finalreport_summaryinner .finalreport_rightsummary .finalreport_rightinner img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top center; }
          .main_section .dashboard_inner .finalreport_wrapper .finalreport_summary .finalreport_summaryinner .finalreport_rightsummary .finalreport_rightinner:last-child {
            margin-bottom: 0; }
      .main_section .dashboard_inner .finalreport_wrapper .finalreport_summary .finalreport_summarydetails .finalreport_tag label {
        color: #FF5B59;
        font-size: 12px;
        font-weight: 600;
        line-height: 12px;
        padding: 8px 10px;
        border: 1px solid #FF5B59;
        border-radius: 77px;
        margin-bottom: 5px; }
      .main_section .dashboard_inner .finalreport_wrapper .finalreport_summary .finalreport_summarydetails h6 {
        color: #000000;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        /* 142.857% */
        margin-bottom: 5px; }
      .main_section .dashboard_inner .finalreport_wrapper .finalreport_summary .finalreport_summarydetails p {
        color: #718096;
        font-size: 14px;
        font-weight: 400;
        line-height: 23px; }
    .main_section .dashboard_inner .unlockrecord_label {
      padding: 0px;
      position: relative;
      z-index: 11; }
      .main_section .dashboard_inner .unlockrecord_label .tooltip {
        color: #FFFFFF;
        font-size: 11.422px;
        font-weight: 700;
        line-height: 20.305px;
        letter-spacing: -0.228px;
        font-family: "Plus Jakarta Sans", sans-serif;
        padding: 8px 30px;
        z-index: 1; }
        .main_section .dashboard_inner .unlockrecord_label .tooltip .tooltiptext {
          width: 320px;
          padding: 8px 8px 20px 8px;
          bottom: 100%;
          right: -80%; }
          .main_section .dashboard_inner .unlockrecord_label .tooltip .tooltiptext .services_wrapper .service_img {
            width: 100%;
            height: 200px;
            overflow: hidden;
            border-radius: 10px;
            margin-bottom: 24px; }
            .main_section .dashboard_inner .unlockrecord_label .tooltip .tooltiptext .services_wrapper .service_img img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              object-position: top center; }
          .main_section .dashboard_inner .unlockrecord_label .tooltip .tooltiptext .services_wrapper h5 {
            color: #111111;
            font-size: 16px;
            font-weight: 600;
            line-height: 136.023%;
            margin-bottom: 16px; }
          .main_section .dashboard_inner .unlockrecord_label .tooltip .tooltiptext .services_wrapper p {
            color: #494D55;
            font-size: 14px;
            font-weight: 400;
            line-height: 23px; }
          .main_section .dashboard_inner .unlockrecord_label .tooltip .tooltiptext .services_wrapper .service_list {
            display: flex;
            flex-direction: column; }
            .main_section .dashboard_inner .unlockrecord_label .tooltip .tooltiptext .services_wrapper .service_list .service_info {
              padding: 8px;
              border-radius: 77px;
              background: #F58020;
              display: inline-flex;
              align-items: center;
              width: fit-content;
              margin-bottom: 9px; }
              .main_section .dashboard_inner .unlockrecord_label .tooltip .tooltiptext .services_wrapper .service_list .service_info a {
                color: #FFFFFF;
                font-size: 12px;
                font-weight: 600;
                line-height: 12px;
                transition: ease 0s; }
              .main_section .dashboard_inner .unlockrecord_label .tooltip .tooltiptext .services_wrapper .service_list .service_info svg {
                margin-right: 8px; }
          .main_section .dashboard_inner .unlockrecord_label .tooltip .tooltiptext::after {
            left: 50%;
            right: auto; }
    .main_section .dashboard_inner .play_btn {
      border-radius: 5px;
      border: 0.5px solid #DBDBDB;
      width: 31px;
      height: 31px;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
    .main_section .dashboard_inner .paused_btn {
      border-radius: 5px;
      border: 0.5px solid #DBDBDB;
      width: 31px;
      height: 31px;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
    .main_section .dashboard_inner .stopped_btn {
      border-radius: 5px;
      border: 0.5px solid #DBDBDB;
      width: 31px;
      height: 31px;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
    .main_section .dashboard_inner .play_btn.disable,
    .main_section .dashboard_inner .paused_btn.disable,
    .main_section .dashboard_inner .stopped_btn.disable {
      background: #DBDBDB; }
      .main_section .dashboard_inner .play_btn.disable svg path,
      .main_section .dashboard_inner .paused_btn.disable svg path,
      .main_section .dashboard_inner .stopped_btn.disable svg path {
        fill: #959595; }
    .main_section .dashboard_inner .service_active .play_btn,
    .main_section .dashboard_inner .service_active .paused_btn,
    .main_section .dashboard_inner .service_active .stopped_btn {
      width: 51px !important;
      height: 51px !important;
      border-radius: 8.696px !important; }
      .main_section .dashboard_inner .service_active .play_btn svg,
      .main_section .dashboard_inner .service_active .paused_btn svg,
      .main_section .dashboard_inner .service_active .stopped_btn svg {
        width: 26px;
        height: 26px; }
    .main_section .dashboard_inner .link_dropdown {
      border: none;
      color: #a0aec0;
      font-size: 12px;
      font-style: normal;
      font-weight: 700;
      line-height: 150%;
      background: transparent;
      padding: 0px;
      transition: ease 0.5s; }
      .main_section .dashboard_inner .link_dropdown:hover {
        color: #3A0CA3; }
        .main_section .dashboard_inner .link_dropdown:hover svg path {
          fill: #3A0CA3; }
    .main_section .dashboard_inner .month_report .month_inner {
      display: flex;
      align-items: center;
      margin-right: 2rem; }
      .main_section .dashboard_inner .month_report .month_inner h5 {
        color: #2D3748;
        font-size: 20.013px;
        font-weight: 700;
        line-height: 100%;
        margin-bottom: 0; }
      .main_section .dashboard_inner .month_report .month_inner label {
        color: #A0AEC0;
        font-size: 10px;
        font-weight: 700;
        line-height: 150%; }
      .main_section .dashboard_inner .month_report .month_inner .month_rightinner span {
        color: #2D3748;
        font-size: 12px;
        font-weight: 600;
        line-height: 140%; }
    .main_section .dashboard_inner .addetail_list {
      border-bottom: 1px solid #E2E8F0;
      display: flex;
      margin-top: 15px; }
      @media (max-width: 576px) {
        .main_section .dashboard_inner .addetail_list {
          flex-wrap: wrap; } }
      .main_section .dashboard_inner .addetail_list label {
        color: #666666;
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        min-width: 130px;
        padding-right: 10px;
        margin-bottom: 15px; }
      .main_section .dashboard_inner .addetail_list h6 {
        color: #000000;
        font-size: 15.495px;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 15px; }
        @media (max-width: 576px) {
          .main_section .dashboard_inner .addetail_list h6 {
            font-size: 13px; } }
      .main_section .dashboard_inner .addetail_list:last-child {
        border-bottom: none; }

@media (max-width: 991px) {
  .buyer_panel .main_section .dashboard_head .dashboardhead_left .searchcontrol {
    position: absolute;
    top: 90px;
    left: 4px;
    width: 100%;
    max-width: calc(100% - 48px); } }
@media (max-width: 575px) {
  .buyer_panel .main_section .dashboard_head .dashboardhead_left .searchcontrol {
    top: 80px;
    max-width: calc(100% - 30px);
    left: 0;
    margin-left: 15px; } }
.buyer_panel .main_section .dashboard_head .dashboardhead_left .searchcontrol .twitter-typeahead {
  width: 100%; }
@media (max-width: 991px) {
  .buyer_panel .main_section .dashboard_head.sticky .dashboardhead_left .searchcontrol {
    background: #FFFFFF;
    max-width: 100%;
    margin-left: 0;
    padding: 0px 15px 15px;
    box-shadow: 0px 12px 12px 0px #00000010;
    left: 0px; } }
@media (max-width: 991px) {
  .buyer_panel .main_section .dashboard_head.sticky .dashboardhead_left .searchcontrol svg {
    left: 35px; } }
@media (max-width: 991px) {
  .buyer_panel .main_section .dashboard_inner {
    padding-top: 3.5rem; } }
@media (max-width: 767px) {
  .buyer_panel .main_section .dashboard_inner {
    padding-top: 4rem; } }
@media (max-width: 991px) {
  .buyer_panel .main_section .dashboard_inner .propertysummary_admin.propertysummary_section .section_sticky.sticky {
    top: 149px; } }
@media (max-width: 575px) {
  .buyer_panel .main_section .dashboard_inner .propertysummary_admin.propertysummary_section .section_sticky.sticky {
    top: 145px; } }
.buyer_panel.mini_menu .custom_sidebar {
  z-index: 11111; }

.mini_menu .main_section {
  max-width: calc(100% - 60px); }
  @media (max-width: 575px) {
    .mini_menu .main_section {
      max-width: 100%; } }

.bootbox-alert .bootbox-close-button {
  border: none;
  background: #FFFFFF;
  color: #C4C4C4;
  font-size: 2rem;
  line-height: 0;
  position: absolute;
  right: 20px;
  top: 30px; }
  .bootbox-alert .bootbox-close-button:hover {
    color: #000000; }
.bootbox-alert .modal-dialog {
  max-width: 400px; }
  .bootbox-alert .modal-dialog .modal-content {
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 4.59px 11.45px 34.43px 0px rgba(0, 0, 0, 0.25);
    border: none; }
    .bootbox-alert .modal-dialog .modal-content .modal-body {
      padding: 22px; }
.bootbox-alert .bootbox-body .alert_wrapper .alert_head {
  display: inline-flex;
  align-items: center;
  color: #333333;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px; }
  .bootbox-alert .bootbox-body .alert_wrapper .alert_head svg {
    margin-right: 10px; }
.bootbox-alert .bootbox-body .alert_wrapper .alert_msg {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 15px; }
.bootbox-alert .modal-footer {
  display: none; }

.bookinspection_modal .modal-body h6 {
  color: #333333;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 25px; }
.bookinspection_modal .inspection_controlwrapper .inspection_inner {
  position: relative;
  padding: 14px 24px;
  border-top: 2px solid #F8F8F8; }
  .bookinspection_modal .inspection_controlwrapper .inspection_inner svg {
    position: absolute;
    top: 12px;
    left: 16px; }
  .bookinspection_modal .inspection_controlwrapper .inspection_inner .inspection_control {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    border: none;
    width: 100%;
    outline: none;
    padding-left: 30px;
    color: #7D8FB3; }
    .bookinspection_modal .inspection_controlwrapper .inspection_inner .inspection_control::placeholder {
      color: #7D8FB3; }
.bookinspection_modal .inspection_controlwrapper .inspection_datetime .inspection_inner {
  width: 50%;
  border-right: 2px solid #F5F6F7; }
  .bookinspection_modal .inspection_controlwrapper .inspection_datetime .inspection_inner:last-child {
    border-right: 0; }

@keyframes slideDown {
  from {
    transform: translateY(-100%); }
  to {
    transform: translateY(0); } }
.custom_table {
  white-space: nowrap;
  overflow-x: scroll; }

.pagination {
  margin-top: 20px; }

.swal2-popup .swal2-title .text-primary {
  color: #f58020 !important; }
.swal2-popup .swal2-actions .swal2-confirm {
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  border-radius: 30px;
  background: #F58020 !important;
  border: 1px solid #F58020;
  padding: 13.5px 30px;
  transition: ease 0.5s;
  box-shadow: none !important; }
  .swal2-popup .swal2-actions .swal2-confirm:hover {
    border-color: #3A0CA3;
    background: #FFFFFF !important;
    color: #3A0CA3; }
.swal2-popup .swal2-actions .swal2-cancel {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  border-radius: 30px;
  padding: 13.5px 30px;
  border: 1px solid #FF5B59;
  transition: ease 0.5s;
  box-shadow: none !important;
  background: #FF5B59;
  color: #FFFFFF; }
  .swal2-popup .swal2-actions .swal2-cancel:hover {
    background: #FFFFFF !important;
    color: #FF5B59; }

html, body {
  min-height: 100vh; }

.sign_main {
  min-height: 100vh;
  height: 100%;
  padding: calc(50px + (100 - 50) * ((100vw - 280px) / (1920 - 280)));
  background-image: url("../images/signin_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  .sign_main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.25);
    backdrop-filter: blur(66px); }

.signin_wrapper {
  padding: calc(20px + (42 - 20) * ((100vw - 280px) / (1920 - 280)));
  border-radius: 30px;
  background: #FFFFFF;
  box-shadow: 4px 10px 30px 0px rgba(0, 0, 0, 0.1); }
  .signin_wrapper .or_txt {
    position: relative;
    margin: calc(20px + (30 - 20) * ((100vw - 280px) / (1920 - 280))) 0px;
    text-align: center; }
    .signin_wrapper .or_txt:before {
      content: '';
      position: absolute;
      top: 12px;
      left: 0;
      height: 2px;
      background: #D0D5DD;
      width: 100%; }
    .signin_wrapper .or_txt span {
      background: #FFFFFF;
      display: inline-block;
      position: relative;
      z-index: 1;
      padding: 0px 23px;
      color: #666666;
      font-size: calc(16px + (20 - 16) * ((100vw - 280px) / (1920 - 280)));
      font-weight: 400;
      line-height: normal; }
  .signin_wrapper .social_btn {
    border-radius: 40px;
    border: 1px solid #333333;
    background: #FFF;
    padding: calc(10px + (15 - 10) * ((100vw - 280px) / (1920 - 280))) calc(18px + (25 - 18) * ((100vw - 280px) / (1920 - 280)));
    color: #333333;
    font-size: calc(16px + (22 - 16) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 400;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    width: 100%; }
    .signin_wrapper .social_btn svg {
      margin-right: calc(10px + (16 - 10) * ((100vw - 280px) / (1920 - 280)));
      width: calc(24px + (32 - 24) * ((100vw - 280px) / (1920 - 280)));
      height: calc(24px + (32 - 24) * ((100vw - 280px) / (1920 - 280))); }
    .signin_wrapper .social_btn:hover {
      border-color: #F58020; }

@media screen and (max-width: 575px) {
  .sign_main {
    padding: 25px 0px; } }
.signup_wrapper {
  border-radius: 30px;
  background: #FFFFFF;
  position: relative;
  padding: calc(20px + (70 - 20) * ((100vw - 280px) / (1920 - 280))) calc(20px + (100 - 20) * ((100vw - 280px) / (1920 - 280))) calc(10px + (35 - 10) * ((100vw - 280px) / (1920 - 280))); }
  .signup_wrapper .joincontent .progresscont {
    width: 100%;
    padding-top: 15px;
    margin-left: auto;
    margin-right: auto;
    min-height: 2rem; }
    .signup_wrapper .joincontent .progresscont .progress {
      background: #333333;
      opacity: 0.35;
      width: 75%;
      margin: auto; }
      .signup_wrapper .joincontent .progresscont .progress .progress-bar {
        background-color: #F58020 !important; }
    .signup_wrapper .joincontent .progresscont .circleblocks {
      width: 75%;
      position: absolute;
      top: 0;
      margin: 0% auto;
      left: 0;
      right: 0; }
      .signup_wrapper .joincontent .progresscont .circleblocks .verifyblock .circulo svg path,
      .signup_wrapper .joincontent .progresscont .circleblocks .languagesblock .circulo svg path,
      .signup_wrapper .joincontent .progresscont .circleblocks .skillsblock .circulo svg path {
        fill: #0080bf;
        stroke: inherit; }
      .signup_wrapper .joincontent .progresscont .circleblocks .title {
        color: #999999;
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
        position: absolute;
        bottom: -27px;
        white-space: nowrap; }
      .signup_wrapper .joincontent .progresscont .circleblocks .circulo {
        width: 20px;
        height: 20px;
        background-color: #999999;
        border-radius: 50%;
        margin-bottom: 5px;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #FFF;
        font-size: 12px;
        font-weight: 600;
        line-height: normal;
        box-shadow: 0px 0px 0px 10px #fff; }
        .signup_wrapper .joincontent .progresscont .circleblocks .circulo.activecirculo {
          transition: .5s ease all;
          background-color: #F58020 !important; }
          .signup_wrapper .joincontent .progresscont .circleblocks .circulo.activecirculo ~ .title {
            color: #333333; }
        .signup_wrapper .joincontent .progresscont .circleblocks .circulo svg {
          width: 38px;
          fill: #0080bf; }
          .signup_wrapper .joincontent .progresscont .circleblocks .circulo svg path {
            stroke: #0080bf; }
    .signup_wrapper .joincontent .progresscont .wizard-navigation {
      position: relative;
      bottom: 0;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
    .signup_wrapper .joincontent .progresscont .registration-content {
      position: relative;
      margin-top: 12%; }
    .signup_wrapper .joincontent .progresscont #addrescont,
    .signup_wrapper .joincontent .progresscont #verifycont,
    .signup_wrapper .joincontent .progresscont #aboutcont,
    .signup_wrapper .joincontent .progresscont #submitForm {
      display: none; }
  .signup_wrapper .social_btn {
    border-radius: 40px;
    border: 1px solid #333333;
    background: #FFF;
    padding: calc(10px + (15 - 10) * ((100vw - 280px) / (1920 - 280))) calc(18px + (25 - 18) * ((100vw - 280px) / (1920 - 280)));
    color: #333333;
    font-size: calc(16px + (22 - 16) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 400;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    max-width: 33.33%;
    width: 100%; }
    .signup_wrapper .social_btn svg {
      margin-right: calc(5px + (16 - 5) * ((100vw - 280px) / (1920 - 280))); }
    .signup_wrapper .social_btn:hover {
      border-color: #F58020; }
    .signup_wrapper .social_btn:last-child {
      margin-right: 0px; }

@media screen and (max-width: 991px) {
  .signup_wrapper .social_btn svg {
    width: 24px;
    height: 24px; } }
@media screen and (max-width: 767px) {
  .signup_wrapper .joincontent .progresscont .circleblocks .title {
    display: none; }
  .signup_wrapper .social_btn {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 16px; }
    .signup_wrapper .social_btn:last-child {
      margin-bottom: 0px; } }
.chooserole_wrapper {
  padding: calc(20px + (72 - 20) * ((100vw - 280px) / (1920 - 280))) calc(10px + (72 - 10) * ((100vw - 280px) / (1920 - 280))); }
  .chooserole_wrapper .grid-wrapper {
    display: grid;
    grid-gap: 32px;
    place-items: center;
    place-content: center; }
    .chooserole_wrapper .grid-wrapper.grid-col-auto {
      grid-template-columns: auto auto auto; }
    .chooserole_wrapper .grid-wrapper label.radio-card {
      cursor: pointer; }
      .chooserole_wrapper .grid-wrapper label.radio-card .card-content-wrapper {
        background: #FFFFFF;
        border-radius: 30px;
        max-width: 252px;
        width: 252px;
        min-height: 252px;
        padding: 15px;
        display: grid;
        box-shadow: 0 10px 30px 0 #00000014;
        transition: 200ms linear;
        border: 2px solid #FFFFFF;
        margin-bottom: 30px;
        transition: all 1s; }
        .chooserole_wrapper .grid-wrapper label.radio-card .card-content-wrapper:hover {
          border-color: #F58020; }
      .chooserole_wrapper .grid-wrapper label.radio-card .check-icon {
        width: 20px;
        height: 20px;
        display: inline-block;
        border: solid 1px #D0D5DD;
        border-radius: 50%;
        transition: 200ms linear;
        position: relative;
        margin-left: auto; }
        .chooserole_wrapper .grid-wrapper label.radio-card .check-icon:before {
          content: "";
          position: absolute;
          inset: 0;
          background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.93552 4.58423C0.890286 4.53718 0.854262 4.48209 0.829309 4.42179C0.779553 4.28741 0.779553 4.13965 0.829309 4.00527C0.853759 3.94471 0.889842 3.88952 0.93552 3.84283L1.68941 3.12018C1.73378 3.06821 1.7893 3.02692 1.85185 2.99939C1.91206 2.97215 1.97736 2.95796 2.04345 2.95774C2.11507 2.95635 2.18613 2.97056 2.2517 2.99939C2.31652 3.02822 2.3752 3.06922 2.42456 3.12018L4.69872 5.39851L9.58026 0.516971C9.62828 0.466328 9.68554 0.42533 9.74895 0.396182C9.81468 0.367844 9.88563 0.353653 9.95721 0.354531C10.0244 0.354903 10.0907 0.369582 10.1517 0.397592C10.2128 0.425602 10.2672 0.466298 10.3112 0.516971L11.0651 1.25003C11.1108 1.29672 11.1469 1.35191 11.1713 1.41247C11.2211 1.54686 11.2211 1.69461 11.1713 1.82899C11.1464 1.88929 11.1104 1.94439 11.0651 1.99143L5.06525 7.96007C5.02054 8.0122 4.96514 8.0541 4.90281 8.08294C4.76944 8.13802 4.61967 8.13802 4.4863 8.08294C4.42397 8.0541 4.36857 8.0122 4.32386 7.96007L0.93552 4.58423Z' fill='white'/%3E%3C/svg%3E%0A");
          background-repeat: no-repeat;
          background-size: 12px;
          background-position: center center;
          transform: scale(1.6);
          transition: 200ms linear;
          opacity: 0; }
      .chooserole_wrapper .grid-wrapper label.radio-card input[type=radio] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none; }
        .chooserole_wrapper .grid-wrapper label.radio-card input[type=radio]:checked + .card-content-wrapper {
          border-color: #F58020; }
          .chooserole_wrapper .grid-wrapper label.radio-card input[type=radio]:checked + .card-content-wrapper .check-icon {
            background: #F58020;
            border-color: #F58020;
            transform: scale(1.2); }
            .chooserole_wrapper .grid-wrapper label.radio-card input[type=radio]:checked + .card-content-wrapper .check-icon:before {
              transform: scale(1);
              opacity: 1; }
        .chooserole_wrapper .grid-wrapper label.radio-card input[type=radio]:focus + .card-content-wrapper .check-icon {
          border-color: #F58020; }
      .chooserole_wrapper .grid-wrapper label.radio-card .card-content h4 {
        font-size: calc(11px + (19.4 - 11) * ((100vw - 280px) / (1920 - 280)));
        font-weight: 500;
        text-align: center;
        color: #2B2B2B;
        margin-bottom: 0; }
      .chooserole_wrapper .grid-wrapper label.radio-card .card-content h5 {
        font-size: 14px;
        line-height: 1.4;
        text-align: center;
        color: #686d73; }
      .chooserole_wrapper .grid-wrapper label.radio-card .card-content .card_icon {
        width: 90px;
        height: 90px;
        background: #F58020;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        margin-bottom: 30px;
        box-shadow: 0px 6px 30px 0px rgba(67, 97, 238, 0.4); }

@media screen and (max-width: 1199px) {
  .chooserole_wrapper .grid-wrapper label.radio-card .card-content-wrapper {
    width: 200px;
    min-height: 200px; } }
@media screen and (max-width: 991px) {
  .chooserole_wrapper .grid-wrapper label.radio-card .card-content-wrapper {
    width: 150px;
    min-height: 150px; }
  .chooserole_wrapper .grid-wrapper label.radio-card .card-content .card_icon {
    width: 70px;
    height: 70px;
    margin-bottom: 16px; }
    .chooserole_wrapper .grid-wrapper label.radio-card .card-content .card_icon svg {
      width: 30px; } }
@media screen and (max-width: 767px) {
  .chooserole_wrapper .grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0rem 0.65rem; }
    .chooserole_wrapper .grid-wrapper label.radio-card .card-content-wrapper {
      width: 115px;
      min-height: 115px;
      border-radius: 16px;
      margin-bottom: 5px;
      padding: 8px; }
      .chooserole_wrapper .grid-wrapper label.radio-card .card-content-wrapper .check-icon {
        width: 14px;
        height: 14px; }
        .chooserole_wrapper .grid-wrapper label.radio-card .card-content-wrapper .check-icon:before {
          background-size: 10px; }
      .chooserole_wrapper .grid-wrapper label.radio-card .card-content-wrapper .card-content .card_icon {
        width: 40px;
        height: 40px;
        margin-bottom: 10px; }
        .chooserole_wrapper .grid-wrapper label.radio-card .card-content-wrapper .card-content .card_icon svg {
          width: 20px; } }
@media screen and (max-width: 575px) {
  .chooserole_wrapper .grid-wrapper label.radio-card .card-content-wrapper {
    width: 95px; } }
.main_navbar {
  padding: 50px 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1111; }
  .main_navbar.is-sticky {
    padding: 25px 0px;
    background: #FFFFFF;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-animation: slideDown 0.5s ease-out;
    animation: slideDown .5s ease-out; }
    @media (max-width: 991px) {
      .main_navbar.is-sticky {
        padding: 15px 0px 10px; } }
  .main_navbar .navbar-brand {
    margin-bottom: 7px; }
  @media (max-width: 991px) {
    .main_navbar .navbar-collapse {
      background: linear-gradient(180deg, #fffbf3 0%, #ffedcd 100%);
      margin-top: 0px;
      margin-bottom: 5px;
      border-radius: 20px; } }
  @media (max-width: 991px) {
    .main_navbar .navbar-collapse .navbar-nav {
      padding: 15px; } }
  @media (max-width: 991px) {
    .main_navbar .navbar-collapse .navbar-nav li {
      border-bottom: 1px solid #f580202b;
      padding-bottom: 0px; } }
  @media (max-width: 991px) {
    .main_navbar .navbar-collapse .navbar-nav li a {
      margin: 12px;
      color: #140C5E; } }
  @media (max-width: 991px) {
    .main_navbar .navbar-collapse .login_link {
      padding: 0px 20px 20px; } }
  .main_navbar .navbar-toggler:focus {
    box-shadow: none; }
  @media (max-width: 991px) {
    .main_navbar .navbar-toggler {
      border: none;
      background: #140C5E;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50px;
      padding: 0px;
      position: relative;
      z-index: 1;
      margin-bottom: 7px; } }
  @media (max-width: 991px) {
    .main_navbar .navbar-toggler .navbar-toggler-icon {
      opacity: 1;
      filter: brightness(0) invert(1);
      width: 25px; } }
  @media (max-width: 991px) {
    .main_navbar .navbar-nav li {
      padding-bottom: 10px; } }
  .main_navbar .navbar-nav li a {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #2B2B2B;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding: 0 !important;
    margin: 0px 14px; }
    .main_navbar .navbar-nav li a.active {
      color: #F58020; }
    .main_navbar .navbar-nav li a:hover {
      color: #F58020; }
    @media (max-width: 1199px) {
      .main_navbar .navbar-nav li a {
        font-size: 12px; } }
  .main_navbar .login_link button, .main_navbar .login_link a {
    padding: 11px 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px; }
    @media (max-width: 1399px) {
      .main_navbar .login_link button, .main_navbar .login_link a {
        padding: 9px 19px; } }
  @media (max-width: 1024px) {
    .main_navbar {
      padding: 25px 0px; } }
  @media (max-width: 991px) {
    .main_navbar {
      padding: 15px 0px; } }

@keyframes slideDown {
  from {
    transform: translateY(-100%); }
  to {
    transform: translateY(0); } }
.welcome_section {
  padding: 14.5% 0%;
  border-radius: 0px 0px 800px 800px;
  background: linear-gradient(180deg, rgba(240, 165, 76, 0) 0%, rgba(254, 195, 88, 0.3) 100%); }
  @media (max-width: 1024px) {
    .welcome_section {
      padding: 20.5% 0%; } }
  @media (max-width: 576px) {
    .welcome_section {
      padding: 28.5% 0% 15% 0;
      border-radius: 0; } }
  @media (max-width: 425px) {
    .welcome_section {
      padding: 40% 0% 15% 0; } }
  .welcome_section .welcome_wrapper {
    max-width: 710px;
    border-radius: 40px;
    background: #140C5E;
    margin: auto;
    padding: 50px;
    position: relative; }
    @media (max-width: 1024px) {
      .welcome_section .welcome_wrapper {
        max-width: 650px;
        padding: 40px; } }
    @media (max-width: 992px) {
      .welcome_section .welcome_wrapper {
        padding: 30px; } }
    @media (max-width: 768px) {
      .welcome_section .welcome_wrapper {
        max-width: 450px; } }
    @media (max-width: 576px) {
      .welcome_section .welcome_wrapper {
        max-width: 390px;
        padding: 16px; } }
    .welcome_section .welcome_wrapper h1 {
      color: #FFFFFF;
      text-align: center;
      font-family: "Poppins";
      font-size: 44.3px;
      font-weight: 600;
      line-height: normal;
      margin-bottom: 55px; }
      @media (max-width: 1024px) {
        .welcome_section .welcome_wrapper h1 {
          font-size: 39px;
          margin-bottom: 30px; } }
      @media (max-width: 768px) {
        .welcome_section .welcome_wrapper h1 {
          font-size: 30px;
          margin-bottom: 35px; } }
      @media (max-width: 576px) {
        .welcome_section .welcome_wrapper h1 {
          font-size: 24px; } }
    .welcome_section .welcome_wrapper .welcome_inner .search_control {
      max-width: 282px; }
      @media (min-width: 576px) {
        .welcome_section .welcome_wrapper .welcome_inner .search_control .twitter-typeahead {
          max-width: 220px; } }
      @media (max-width: 575px) {
        .welcome_section .welcome_wrapper .welcome_inner .search_control .twitter-typeahead {
          max-width: 200px; } }
      .welcome_section .welcome_wrapper .welcome_inner .search_control .form-control {
        border-radius: 26px;
        border: 1px solid #EAEAEA;
        border-right: 0;
        background: #FBFBFB;
        box-shadow: none;
        padding: 10px 15px 10px 29px; }
        @media (max-width: 575px) {
          .welcome_section .welcome_wrapper .welcome_inner .search_control .form-control {
            padding: 5px 15px 5px 15px; } }
        .welcome_section .welcome_wrapper .welcome_inner .search_control .form-control::placeholder {
          color: #ADA7A7;
          font-size: 16px;
          font-weight: 400;
          line-height: normal; }
          @media (max-width: 576px) {
            .welcome_section .welcome_wrapper .welcome_inner .search_control .form-control::placeholder {
              font-size: 14px; } }
      .welcome_section .welcome_wrapper .welcome_inner .search_control .search_btn {
        margin-left: 0 !important;
        padding: 12px 19px 12px 11px; }
        @media (max-width: 575px) {
          .welcome_section .welcome_wrapper .welcome_inner .search_control .search_btn {
            padding: 7px 15px 7px 8px; } }
        .welcome_section .welcome_wrapper .welcome_inner .search_control .search_btn:hover {
          background: #FBFBFB;
          border-color: #FFFFFF;
          border-left-color: #3A0CA3; }
          .welcome_section .welcome_wrapper .welcome_inner .search_control .search_btn:hover svg path {
            stroke: #F58020; }

.gain_section .gain_list ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }
  .gain_section .gain_list ul li {
    color: #808080;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: 42px;
    position: relative;
    padding-left: 33px; }
    @media (min-width: 1200px) {
      .gain_section .gain_list ul li {
        font-size: 18px; } }
    @media (max-width: 576px) {
      .gain_section .gain_list ul li {
        line-height: 28px;
        margin-bottom: 10px;
        font-size: 14px; } }
    .gain_section .gain_list ul li:before {
      content: "";
      position: absolute;
      top: 10px;
      left: 0px;
      background-image: url("../images/check_icon.svg");
      background-repeat: no-repeat;
      background-size: cover;
      width: 20px;
      height: 20px; }

.joinour_wrapper {
  padding: 52px 100px;
  border-radius: 40px;
  background: #F58020;
  overflow: hidden; }
  @media (max-width: 768px) {
    .joinour_wrapper {
      padding: 50px; } }
  @media (max-width: 576px) {
    .joinour_wrapper {
      padding: 35px; } }
  @media (max-width: 445px) {
    .joinour_wrapper {
      padding: 20px; } }

.getstart_section {
  margin-top: calc(80px + (160 - 80) * ((100vw - 280px) / (1920 - 280)));
  padding-top: calc(45px + (60 - 30) * ((100vw - 280px) / (1920 - 280)));
  padding-bottom: calc(45px + (60 - 30) * ((100vw - 280px) / (1920 - 280))); }
  @media (max-width: 992px) {
    .getstart_section {
      margin-top: calc(65px + (120 - 65)*((100vw - 280px) /(1920 - 280))); } }
  @media (max-width: 767px) {
    .getstart_section {
      margin-top: calc(45px + (80 - 45) * ((100vw - 280px) / (1920 - 280))); } }
  .getstart_section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: #D4D4D4; }
  .getstart_section .getstart_card {
    border-radius: 30px;
    background: #FFFFFF;
    box-shadow: 4px 10px 30px 0px rgba(0, 0, 0, 0.03);
    padding: 32px 24px 20px;
    max-width: 340px;
    margin: auto;
    height: 100%; }
    @media (max-width: 992px) {
      .getstart_section .getstart_card {
        padding: 20px 15px; } }
    @media (max-width: 768px) {
      .getstart_section .getstart_card {
        padding: 20px 15px; } }
    .getstart_section .getstart_card .getstart_icon {
      width: 90px;
      height: 90px;
      background: #F58020;
      box-shadow: 4px 10px 30px rgba(67, 97, 238, 0.4);
      border-radius: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: auto;
      margin-bottom: 30px; }
      @media (max-width: 992px) {
        .getstart_section .getstart_card .getstart_icon {
          width: 80px;
          height: 80px; } }
    .getstart_section .getstart_card h4 {
      color: #2B2B2B;
      text-align: center;
      font-family: "Poppins";
      font-size: 19.4px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      margin-bottom: 30px;
      min-height: 58px; }
      @media (max-width: 991px) {
        .getstart_section .getstart_card h4 {
          font-size: 16.4px;
          margin-bottom: 20px; } }
      @media (max-width: 575px) {
        .getstart_section .getstart_card h4 {
          min-height: auto; } }
    .getstart_section .getstart_card p {
      color: #808080;
      text-align: center;
      font-family: "Poppins";
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 26px;
      margin-bottom: 30px; }
      @media (min-width: 1200px) {
        .getstart_section .getstart_card p {
          font-size: 18px; } }
      @media (max-width: 991px) {
        .getstart_section .getstart_card p {
          font-size: 14px; } }
    .getstart_section .getstart_card a {
      transition: all 0.4s;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px; }
      @media (max-width: 991px) {
        .getstart_section .getstart_card a {
          font-size: 14px; } }
      .getstart_section .getstart_card a svg {
        margin-left: 13px;
        transition: margin 0.4s; }
      .getstart_section .getstart_card a:hover svg {
        margin-left: 5px; }

.shape1 {
  position: absolute;
  bottom: 75px;
  left: 0; }

.shape2 {
  position: absolute;
  right: 0px;
  top: 5px;
  width: 50px;
  overflow: hidden; }

.shape3 {
  position: absolute;
  top: -75px;
  left: -70px; }
  @media (max-width: 767px) {
    .shape3 {
      top: -45px; } }

.shape4 {
  position: absolute;
  left: 45px;
  bottom: 3px; }

.shape5 {
  position: absolute;
  top: -45px;
  right: 40px; }

.searchproperties_section {
  padding-top: calc(100px + (220 - 100) * ((100vw - 280px) / (1920 - 280))); }
  .searchproperties_section .searchproperties_control {
    max-width: 524px;
    display: flex;
    align-items: center; }
    .searchproperties_section .searchproperties_control .searchcontrol_inner {
      max-width: 420px;
      width: 100%;
      margin-right: 16px; }
      .searchproperties_section .searchproperties_control .searchcontrol_inner svg {
        position: absolute;
        left: 20px;
        top: 15px; }
        @media (max-width: 575px) {
          .searchproperties_section .searchproperties_control .searchcontrol_inner svg {
            left: 15px;
            top: 9px;
            width: 20px; } }
      .searchproperties_section .searchproperties_control .searchcontrol_inner .form-control {
        border-radius: 26px;
        border: 1px solid #EAEAEA;
        background: #FBFBFB;
        padding: 15px 15px 15px 60px;
        box-shadow: none; }
        .searchproperties_section .searchproperties_control .searchcontrol_inner .form-control:focus {
          border-color: #F58020; }
        @media (max-width: 575px) {
          .searchproperties_section .searchproperties_control .searchcontrol_inner .form-control {
            padding: 8px 15px 8px 50px; } }
  .searchproperties_section .search_result {
    color: #2B2B2B;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px; }
  .searchproperties_section .searchproperties_cardwrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 43px; }
    @media (max-width: 1199px) {
      .searchproperties_section .searchproperties_cardwrapper {
        grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 991px) {
      .searchproperties_section .searchproperties_cardwrapper {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 500px) {
      .searchproperties_section .searchproperties_cardwrapper {
        grid-template-columns: repeat(1, 1fr); } }
    .searchproperties_section .searchproperties_cardwrapper .searchproperties_card .searchproperties_img {
      width: 251px;
      height: 251px;
      border-radius: 22.182px;
      overflow: hidden;
      position: relative;
      margin-bottom: 24px; }
      @media (max-width: 1399px) {
        .searchproperties_section .searchproperties_cardwrapper .searchproperties_card .searchproperties_img {
          width: 100%; } }
      .searchproperties_section .searchproperties_cardwrapper .searchproperties_card .searchproperties_img:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }
      .searchproperties_section .searchproperties_cardwrapper .searchproperties_card .searchproperties_img img {
        width: 100%; }
    .searchproperties_section .searchproperties_cardwrapper .searchproperties_card p {
      color: #2B2B2B;
      font-size: 15.41px;
      font-weight: 600;
      line-height: normal;
      margin-bottom: 15px;
      max-width: 251px; }
    .searchproperties_section .searchproperties_cardwrapper .searchproperties_card .searchproperties_category ul {
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      padding-left: 0;
      margin: 0; }
      .searchproperties_section .searchproperties_cardwrapper .searchproperties_card .searchproperties_category ul li {
        display: inline-flex;
        align-items: center;
        margin-right: 15px; }
        .searchproperties_section .searchproperties_cardwrapper .searchproperties_card .searchproperties_category ul li svg {
          margin-right: 7px; }
        .searchproperties_section .searchproperties_cardwrapper .searchproperties_card .searchproperties_category ul li span {
          color: #2B2B2B;
          font-family: "Poppins";
          font-size: 11.83px;
          font-weight: 400;
          line-height: 19.224px; }
  @media (max-width: 767px) {
    .searchproperties_section .startproperties_img {
      margin-top: 50px; } }
  .searchproperties_section .startproperties_searchwrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative; }
    .searchproperties_section .startproperties_searchwrapper .startproperties_inner {
      position: absolute;
      max-width: 530px;
      width: 41%;
      background: #FFFFFF;
      text-align: center;
      margin-top: -170px;
      margin-left: 6%;
      padding: 50px 0px 0px; }
      @media (max-width: 1199px) {
        .searchproperties_section .startproperties_searchwrapper .startproperties_inner {
          max-width: 370px; } }
      @media (max-width: 991px) {
        .searchproperties_section .startproperties_searchwrapper .startproperties_inner {
          width: auto;
          margin-top: -210px;
          margin-left: 0px; } }
      @media (max-width: 767px) {
        .searchproperties_section .startproperties_searchwrapper .startproperties_inner {
          margin-top: -145px;
          margin-left: 20px;
          padding: 20px 0px 0px;
          width: 390px; } }
      @media (max-width: 499px) {
        .searchproperties_section .startproperties_searchwrapper .startproperties_inner {
          margin-top: -135px;
          margin-left: 0px; } }
      @media (max-width: 425px) {
        .searchproperties_section .startproperties_searchwrapper .startproperties_inner {
          width: 300px;
          margin-top: -90px;
          padding: 0; } }
      .searchproperties_section .startproperties_searchwrapper .startproperties_inner h2 {
        color: #686d73;
        font-size: 28px;
        font-weight: 600;
        line-height: 32px; }
        @media (max-width: 1024px) {
          .searchproperties_section .startproperties_searchwrapper .startproperties_inner h2 {
            font-size: 20px; } }
        @media (max-width: 425px) {
          .searchproperties_section .startproperties_searchwrapper .startproperties_inner h2 {
            font-size: 16px; } }
      .searchproperties_section .startproperties_searchwrapper .startproperties_inner p {
        color: #686d73;
        font-size: 16px;
        font-weight: 400;
        line-height: 26.5px; }
        @media (max-width: 1024px) {
          .searchproperties_section .startproperties_searchwrapper .startproperties_inner p {
            font-size: 14px; } }
        @media (max-width: 425px) {
          .searchproperties_section .startproperties_searchwrapper .startproperties_inner p {
            font-size: 12px;
            line-height: 20px; } }
  @media (max-width: 991px) {
    .searchproperties_section.searchproperties_admin .startproperties_searchwrapper .startproperties_inner {
      margin-top: -165px;
      max-width: 52vw;
      height: 155px;
      padding: 4px 0px 0px; } }
  @media (max-width: 767px) {
    .searchproperties_section.searchproperties_admin .startproperties_searchwrapper .startproperties_inner {
      width: 100%;
      max-width: 475px;
      margin-top: -110px;
      height: auto;
      padding: 4px 25px; } }
  @media (max-width: 575px) {
    .searchproperties_section.searchproperties_admin .startproperties_searchwrapper .startproperties_inner {
      max-width: 416px;
      margin-top: -125px;
      padding: 4px 0px 0px; } }
  @media (max-width: 425px) {
    .searchproperties_section.searchproperties_admin .startproperties_searchwrapper .startproperties_inner {
      margin-top: -108px;
      max-width: 265px; } }

.searching_inner .form-control.tt-input, .searching_inner .form-control.tt-hint {
  background-image: url("./../images/loader_icon.svg") !important;
  background-position: 95% !important;
  background-repeat: no-repeat !important;
  background-size: 20px !important;
  padding-right: 50px !important; }

@media (min-width: 768px) and (max-width: 991px) {
  .full_body .searchproperties_section.searchproperties_admin .startproperties_searchwrapper .startproperties_inner {
    margin-top: -223px;
    max-width: 650px;
    height: auto;
    padding: 35px 75px 28px; } }

.nav_bgwhite {
  background: #FFFFFF; }

.propertysummary_section {
  padding-top: 160px; }
  @media (max-width: 1199px) {
    .propertysummary_section {
      padding-top: 122px; } }
  @media (max-width: 991px) {
    .propertysummary_section {
      padding-top: 102px; } }
  @media (max-width: 1199px) {
    .propertysummary_section .section_sticky {
      top: 122px; } }
  @media (max-width: 991px) {
    .propertysummary_section .section_sticky {
      top: 97px; } }
  .propertysummary_section .propertyintro_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
  .propertysummary_section .propertyhistroy_report {
    border-radius: 22.18px;
    border: 1px solid #C4C4C4;
    background: #FFFFFF;
    padding: 37px 0px 24px; }
    @media (max-width: 991px) {
      .propertysummary_section .propertyhistroy_report {
        padding: 24px 0px; } }
    .propertysummary_section .propertyhistroy_report .propertyhistroy_heading {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0px 30px; }
      @media (max-width: 576px) {
        .propertysummary_section .propertyhistroy_report .propertyhistroy_heading {
          padding: 0 20px; } }
    .propertysummary_section .propertyhistroy_report .propertyhistroy_list ul {
      list-style: none;
      padding-left: 0;
      margin: 0; }
      .propertysummary_section .propertyhistroy_report .propertyhistroy_list ul li {
        border-bottom: 1px solid #e2e8f0;
        padding: 15px 29px;
        display: flex;
        align-items: center; }
        @media (max-width: 576px) {
          .propertysummary_section .propertyhistroy_report .propertyhistroy_list ul li {
            padding: 15px 20px; } }
        .propertysummary_section .propertyhistroy_report .propertyhistroy_list ul li svg {
          margin-right: 22px; }
        .propertysummary_section .propertyhistroy_report .propertyhistroy_list ul li span {
          color: #000000;
          font-size: 14px;
          font-weight: 600;
          line-height: 20px; }
          .propertysummary_section .propertyhistroy_report .propertyhistroy_list ul li span > span {
            min-width: 20px;
            display: inline-block; }
        .propertysummary_section .propertyhistroy_report .propertyhistroy_list ul li:last-child {
          border-bottom: none; }
    .propertysummary_section .propertyhistroy_report .viewall_btn {
      padding: 30px 0px 0px 30px; }
      @media (max-width: 575px) {
        .propertysummary_section .propertyhistroy_report .viewall_btn {
          padding: 10px 0px 0px 20px; } }
  .propertysummary_section .bookinspection_wrapper {
    height: 100%;
    border-radius: 22.18px;
    border: 1px solid #C4C4C4;
    background: #FFFFFF;
    padding: 45px; }
    @media (max-width: 991px) {
      .propertysummary_section .bookinspection_wrapper {
        padding: 30px; } }
    @media (max-width: 576px) {
      .propertysummary_section .bookinspection_wrapper {
        padding: 20px; } }
    .propertysummary_section .bookinspection_wrapper .datetime_wrapper .datetime_control {
      border-radius: 8px;
      border: 1px solid #EAEAEA;
      background: #FBFBFB;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      padding: 15px 50px 15px 18px;
      box-shadow: none; }
      .propertysummary_section .bookinspection_wrapper .datetime_wrapper .datetime_control::placeholder {
        color: #ADA7A7; }
      .propertysummary_section .bookinspection_wrapper .datetime_wrapper .datetime_control:focus {
        border-color: #F58020; }
    .propertysummary_section .bookinspection_wrapper .datetime_wrapper svg {
      position: absolute;
      top: 9px;
      right: 10px; }
  .propertysummary_section .property_details {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    align-items: center;
    justify-content: center;
    gap: 0px;
    padding: 35px 15px;
    border-radius: 22.18px;
    border: 1px solid #C4C4C4;
    margin-bottom: 24px; }
    @media (max-width: 991px) {
      .propertysummary_section .property_details {
        padding: 24px 15px; } }
    @media (max-width: 576px) {
      .propertysummary_section .property_details {
        grid-template-columns: 26% 26% 26%;
        gap: 25px; } }
    .propertysummary_section .property_details .propertydetails_inner {
      display: flex;
      flex-direction: column;
      align-items: center; }
    .propertysummary_section .property_details h6 {
      color: #666666;
      font-size: 14px;
      font-weight: 500;
      line-height: 32px;
      margin-bottom: 35px; }
      @media (max-width: 576px) {
        .propertysummary_section .property_details h6 {
          margin-bottom: 5px; } }
    .propertysummary_section .property_details .details_count {
      display: inline-flex;
      align-items: center; }
      .propertysummary_section .property_details .details_count svg {
        margin-right: 16px; }
      .propertysummary_section .property_details .details_count h5 {
        color: #000000;
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.427px;
        margin-bottom: 0px; }

.records_wrapper .record_control {
  border-radius: 15px;
  border: 1px solid #C4C4C4;
  background: #F8F8F8;
  padding: 15px 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  padding-left: 57px; }
  .records_wrapper .record_control svg {
    position: absolute;
    top: 12px;
    left: 20px; }
  .records_wrapper .record_control label,
  .records_wrapper .record_control code {
    color: #666666;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px; }
.records_wrapper .record_table .table thead tr th {
  color: #A0AEC0;
  font-size: 10px;
  font-weight: 700;
  line-height: 150%;
  padding: 8px 10px 8px 0px; }
.records_wrapper .record_table .table tbody tr td {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 15px 10px 15px 0px;
  vertical-align: middle; }
  .records_wrapper .record_table .table tbody tr td .issuereport_one {
    border-radius: 77px;
    background: #B3B3B3;
    padding: 8px 16px 8px 16px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    color: #FFFFFF; }
  .records_wrapper .record_table .table tbody tr td .issuereport_five {
    color: #000000;
    font-size: 12px;
    padding: 8px 16px 8px 16px;
    border-radius: 77px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    font-weight: 600;
    line-height: 12px;
    background: #FFE872; }
  .records_wrapper .record_table .table tbody tr td .issuereport_ten {
    color: #FFFFFF;
    font-size: 12px;
    padding: 8px 16px 8px 16px;
    border-radius: 77px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    font-weight: 600;
    line-height: 12px;
    background: #FF5B59; }
  .records_wrapper .record_table .table tbody tr td .inprogress_label {
    border-radius: 33px;
    background: #CBD5E0;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    padding: 5px 30px;
    min-width: 136px; }
  .records_wrapper .record_table .table tbody tr td .published_label {
    border-radius: 33px;
    background: #48BB78;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    padding: 5px 30px; }
  .records_wrapper .record_table .table tbody tr td .paused_label {
    border-radius: 33px;
    background: #B3B3B3;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    padding: 5px 30px; }
  .records_wrapper .record_table .table tbody tr td .stopped_label {
    border-radius: 33px;
    background: #FF5B59;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    padding: 5px 30px; }
  .records_wrapper .record_table .table tbody tr td .darkgray_50:hover {
    color: #f58020 !important; }
.records_wrapper .record_table.last_border_0 .table tbody tr:last-child td {
  border-bottom: 0px; }
.records_wrapper .record_table.table_subtable_wrapper table tbody tr td {
  background: #FFFFFF !important;
  box-shadow: none;
  padding: 15px 10px 15px 10px;
  color: #718096;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; }
  .records_wrapper .record_table.table_subtable_wrapper table tbody tr td svg {
    transition: ease 0.5s;
    cursor: pointer; }
.records_wrapper .record_table.table_subtable_wrapper table tbody tr.shown td.details-control svg {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg); }
.records_wrapper .record_table.table_subtable_wrapper table thead tr th {
  padding: 8px; }
.records_wrapper .record_table .dataTables_wrapper .dataTables_length,
.records_wrapper .record_table .dataTables_wrapper .dataTables_filter,
.records_wrapper .record_table .dataTables_wrapper .dataTables_info,
.records_wrapper .record_table .dataTables_wrapper .dataTables_paginate {
  display: none; }

.unlockrecord_label .tooltip {
  position: relative;
  display: inline-block;
  opacity: 1; }
  .unlockrecord_label .tooltip .tooltiptext {
    width: 464px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 130%;
    right: -100%;
    margin-right: 0px;
    visibility: hidden;
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 4.59px 11.48px 34.4px 0px rgba(0, 0, 0, 0.1);
    padding: 25px 20px; }
    @media (max-width: 575px) {
      .unlockrecord_label .tooltip .tooltiptext {
        width: 320px; } }
    .unlockrecord_label .tooltip .tooltiptext::after {
      content: "";
      position: absolute;
      top: 100%;
      right: 51px;
      border-style: solid;
      border-color: #FFFFFF transparent transparent transparent;
      margin-left: -5px;
      border-width: 7px; }
    .unlockrecord_label .tooltip .tooltiptext ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .unlockrecord_label .tooltip .tooltiptext ul li {
        color: #383838;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        font-family: "Plus Jakarta Sans", sans-serif;
        margin-bottom: 16px; }
        .unlockrecord_label .tooltip .tooltiptext ul li:last-child {
          margin-bottom: 0; }
  .unlockrecord_label .tooltip:hover .tooltiptext {
    visibility: visible; }

.property_slider .property_img {
  width: 100%;
  height: 100%;
  max-height: 568px;
  border-radius: 22.18px;
  box-shadow: 0px 4px 20px 0px rgba(71, 100, 195, 0.1);
  overflow: hidden; }
  .property_slider .property_img img {
    width: 100%;
    height: 100%;
    height: 568px;
    object-fit: cover; }
    @media (max-width: 767px) {
      .property_slider .property_img img {
        height: 500px; } }
    @media (max-width: 575px) {
      .property_slider .property_img img {
        height: 300px; } }
.property_slider .slider-nav {
  padding: 0px 15%; }
  .property_slider .slider-nav .propertynav_img {
    margin: 25px 15px 15px;
    max-height: 130px;
    border-radius: 22.18px;
    overflow: hidden; }
    .property_slider .slider-nav .propertynav_img img {
      width: 100%;
      height: 100%;
      height: 130px;
      object-fit: cover; }
  .property_slider .slider-nav .slick-arrow {
    position: absolute;
    top: 30%;
    width: 75px;
    height: 75px;
    background-color: #F58020;
    background-image: url("../images/rightarrow_icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    border-radius: 50%;
    font-size: 0; }
    @media (max-width: 991px) {
      .property_slider .slider-nav .slick-arrow {
        top: 36%;
        width: 60px;
        height: 60px; } }
    @media (max-width: 767px) {
      .property_slider .slider-nav .slick-arrow {
        top: 38%;
        width: 50px;
        height: 50px; } }
    .property_slider .slider-nav .slick-arrow.slick-next {
      right: 0; }
    .property_slider .slider-nav .slick-arrow.slick-prev {
      left: 0;
      transform: rotate(180deg); }
    .property_slider .slider-nav .slick-arrow:hover {
      background-color: #3A0CA3; }

.inspector_select {
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  color: #666666; }
  .inspector_select img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 8px; }
  .inspector_select b {
    color: #f58020;
    margin-left: 5px;
    font-size: 16px; }

.user_inspectors_img {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .user_inspectors_img .user_inspector_inner {
    width: 35px;
    height: 35px;
    cursor: pointer; }
    .user_inspectors_img .user_inspector_inner img {
      border-radius: 50%;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .user_inspectors_img .user_inspector_inner + .user_inspector_inner {
      margin-left: -10px; }
    .user_inspectors_img .user_inspector_inner + .user_inspector_inner + .user_inspector_link {
      margin-left: -20px; }
  .user_inspectors_img .user_inspector_link {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #111111;
    font-size: 14px;
    font-weight: 600;
    color: #f8f8f8 !important;
    margin-left: -10px; }

.book_inspector_wrapper {
  max-height: 400px;
  overflow: auto;
  padding: 0 0.75rem 0 0.75rem; }
  .book_inspector_wrapper .book_inspector_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px #c4c4c4;
    border-bottom-style: dashed; }
    .book_inspector_wrapper .book_inspector_inner .book_inspector_left {
      display: flex;
      align-items: center;
      max-width: calc(100% - 78px); }
      .book_inspector_wrapper .book_inspector_inner .book_inspector_left .book_inspector_img {
        width: 45px;
        min-width: 45px;
        height: 45px;
        margin-right: 15px; }
        .book_inspector_wrapper .book_inspector_inner .book_inspector_left .book_inspector_img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 50px; }
      .book_inspector_wrapper .book_inspector_inner .book_inspector_left .book_inspector_info {
        padding-right: 10px; }
        .book_inspector_wrapper .book_inspector_inner .book_inspector_left .book_inspector_info h4 {
          color: #111111;
          font-size: 18px;
          font-weight: 600;
          margin-bottom: 3px;
          word-break: break-all; }
          @media (max-width: 767px) {
            .book_inspector_wrapper .book_inspector_inner .book_inspector_left .book_inspector_info h4 {
              font-size: 16px; } }
        .book_inspector_wrapper .book_inspector_inner .book_inspector_left .book_inspector_info label {
          color: #666666;
          word-break: break-all; }
          @media (max-width: 767px) {
            .book_inspector_wrapper .book_inspector_inner .book_inspector_left .book_inspector_info label {
              font-size: 14px; } }
    .book_inspector_wrapper .book_inspector_inner:last-child {
      border-bottom: none; }
  .book_inspector_wrapper::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5; }
  .book_inspector_wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #666666; }
  .book_inspector_wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5; }

.footer_main {
  padding-top: calc(45px + (60 - 30) * ((100vw - 280px) / (1920 - 280))); }
  .footer_main .footer_menu ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 575px) {
      .footer_main .footer_menu ul {
        flex-wrap: wrap; } }
    .footer_main .footer_menu ul li a {
      color: #2B2B2B;
      font-family: Poppins;
      font-size: 16px;
      font-weight: 400;
      line-height: 18px;
      margin: 0px 26px 20px;
      display: inline-block; }
      @media (max-width: 768px) {
        .footer_main .footer_menu ul li a {
          margin: 0px 18px 18px;
          font-size: 14px; } }
      @media (max-width: 575px) {
        .footer_main .footer_menu ul li a {
          margin: 0px 10px 18px;
          font-size: 13px; } }
      .footer_main .footer_menu ul li a:hover {
        color: #F58020; }
  .footer_main .reserved_wrapper {
    border-top: 1px solid #CDCDCD;
    padding: 12px 0px; }
    .footer_main .reserved_wrapper span {
      color: #AAAAAA;
      font-family: "Poppins";
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 26px; }
      @media (max-width: 991px) {
        .footer_main .reserved_wrapper span {
          font-size: 14px;
          text-align: center; } }
    .footer_main .reserved_wrapper .reserved_link {
      display: flex;
      gap: 40px;
      flex-wrap: wrap; }
      @media (max-width: 991px) {
        .footer_main .reserved_wrapper .reserved_link {
          gap: 30px; } }
      @media screen and (max-width: 767px) {
        .footer_main .reserved_wrapper .reserved_link {
          margin-top: 7px; } }
      @media (max-width: 575px) {
        .footer_main .reserved_wrapper .reserved_link {
          gap: 20px; } }
      .footer_main .reserved_wrapper .reserved_link a {
        color: #AAAAAA;
        font-family: "Poppins";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; }
        @media (max-width: 991px) {
          .footer_main .reserved_wrapper .reserved_link a {
            font-size: 14px; } }
        @media (max-width: 575px) {
          .footer_main .reserved_wrapper .reserved_link a {
            font-size: 12px; } }
        .footer_main .reserved_wrapper .reserved_link a:hover {
          color: #F58020; }

/*# sourceMappingURL=style.css.map */
