body {

    margin: 0;
    padding: 0;
}

input::placeholer,
input[type="date"]::placeholer {
  color:#b6b6b6 !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#b6b6b6 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#b6b6b6 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#b6b6b6 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color:#b6b6b6 !important;
}

select.form-control:invalid option[disabled][selected] {
  color: #b6b6b6 !important;}

textarea::-webkit-input-placeholder {
color: #b6b6b6 !important;
}

textarea:-moz-placeholder { /* Firefox 18- */
color: #b6b6b6 !important;  
}

textarea::-moz-placeholder {  /* Firefox 19+ */
color: #b6b6b6!important;  
}

textarea:-ms-input-placeholder {
color: #b6b6b6!important;  
}


.container{
    max-width: 1200px !important;
    padding: 0 15px;
}

/* admin */

/* optional dark overlay for clarity */
.hero-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        background: rgba(10, 39, 67, 0.9);
    z-index: -1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(10, 39, 67, 0.5) 100%);
}

.faq-container {
    /* Updated maximum width */
    padding: 60px 0;
}

.faq-heading1 {

    font-size: 18.26px;
    font-weight: 500;
    color: #2292DF;
    padding-bottom: 20px;
    margin: 0 auto 20px;
    /* Center the heading vertically and horizontally */
    text-align: center;
    /* Center the text within the heading */
    letter-spacing: 3px;
    /* Add 3 pixels of spacing between letters */
    margin-top: 50px;
}

.faq-heading {
    
    font-size: 62.61px;
    font-weight: bold;
    color: #0D3B5A;
    padding-bottom: 20px;
    margin: 0 auto 20px;
    /* Center the heading vertically and horizontally */
    text-align: center;
    /* Center the text within the heading */
}

.faq-item {
    margin-bottom: 20px;
}

.faq-question {

    font-size: 20.87px;
    font-weight: 500;
    padding: 10px;
    cursor: pointer;
    color: #222222;
    user-select: none;
    position: relative;
    outline: none;
    text-align: left;
    /* Align the questions to the left */
}

.faq-answer {
    display: none;

    font-size: 16.87px;
    padding: 10px;
    color: #222222;
    margin-left: 20px;
    /* Added margin to answer */
    text-align: left;
    /* Align the answers to the left */
}

.faq-toggle {
    float: left;
    font-size: 20px;
    margin-right: 10px;
    cursor: pointer;
    color: #87C332;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}
a{
    text-decoration: none !important;
}

/* main wrapper */
.frm_signup {
    display: flex;
    width: 100%;
    min-height: 100vh;
    background: #fff;
}

/* flex container */
.frm_inner {
    display: flex;
    width: 100%;
    height: 100vh;
}

/* left banner */
.img_bx {
    flex: 1;
    position: relative;
}

.sign_bnnr {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
}

.logo {
    position: absolute;
    top: 30px;
    left: 40px;
    width: 120px;
}

.sign_frm {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8f9fb;
    position: relative;
    padding: 60px 20px;
}

/* Home link */
.home-link {
    position: absolute;
    top: 40px;
    right: 60px;
    color: #0a1d3a;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    z-index: 10;
}

.home-link:hover {
    text-decoration: underline;
}

/* White Card */
.form-card {
    background: #fff;
    border-radius: 15px;
    padding: 40px 35px;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1);
    width: 500px;
    text-align: left;
}

/* Heading */
.sign-in {
    font-size: 26px;
    font-weight: 700;
    color: #0a1d3a;
    text-align: center;
    margin-bottom: 25px;
}

/* Form groups */
.frm-grp {
    margin-bottom: 20px;
}

.frm-grp label {
    display: block;
    font-weight: 600;
    color: #0a1d3a;
    margin-bottom: 6px;
}

.frm-grp input {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    outline: none;
}

.frm-grp input:focus {
    border-color: #0a1d3a;
}

/* Or divider */
.or {
    text-align: center;
    color: #999;
    font-size: 14px;
    margin: 20px 0;
}

/* Overall Box */
.phone-box {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 0px 10px;
    background: #fff;
    width: 100%;
    transition: border-color 0.3s ease;
}

/* Flag + Code area */
.flag-area {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-right: 10px;
    border-right: 1px solid #ccc;
    cursor: pointer;
    max-width: 200px;
}
.flag-area button.btn.dropdown-toggle {
    background: transparent;
    border: 0;
    padding: 0;
}

.flag-area img {
        height: 20px;
    width: 20px;
    object-fit: cover;
    background: #000;
    border-radius: 50px;
}

.flag-area .bs-searchbox input.form-control {
    height: 30px;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    padding: 0;
}

.flag-area span {
    font-size: 15px;
    color: #333;
}

/* Dropdown Arrow */
.arrow-down {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #555;
    margin-top: 2px;
}

/* Input Field */
.phone-box input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 15px;
    padding-left: 10px;
    background: transparent;
    color: #333;
}

/* Focus effect */
.phone-box:focus-within {
    border-color: #000;
}

/* OTP boxes */
.otp-boxes {
    display: flex;
    align-items: center;
    gap: 15px;
}

.otp-boxes input {
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 18px;
    padding: 0;
}

.otp-boxes input:focus {
    border-color: #0a1d3a;
}

/* Group for timer + resend together */
.timer {
    font-size: 14px;
    color: #777;
    margin-left: 30px;
    /* space from boxes */
}

.resend {
    font-size: 13px;
    color: #4D4D4D;
    font-weight: 600;
    text-decoration: none;
    margin-left: 15px;
    /* very small gap between timer and Resend OTP */
}

.resend:hover {
    text-decoration: underline;
}

/* Login Button */
.login-btn {
    width: 100%;
    background: #d60000;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 12px 0;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    transition: 0.3s;
}

.login-btn:hover {
    background: #b00000;
}

/* Bottom text */
.enter-login-details {
    text-align: center;
    font-size: 14px;
    color: #444;
    margin-top: 20px;
}

.enter-login-details a {
    color: #0A2743;
    text-decoration: none;
    font-weight: 600;
}

.enter-login-details a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 480px) {
    .form-card {
        width: 100%;
        padding: 30px 20px;
    }

    .home-link {
        top: 20px;
        right: 20px;
    }
}

.account-type {
    margin-bottom: 20px;
}

.account-label {
    display: block;
    font-size: 15px;
    color: #001f3f;
    font-weight: 500;
    margin-bottom: 8px;
}

.account-tabs {
    display: flex;
    gap: 25px;
    align-items: center;
}

.account-tabs label {
    font-size: 15px;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}

.account-tabs input[type="radio"] {
    accent-color: #444;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.account-tabs input[type="radio"]:checked+span {
    font-weight: 600;
    color: #000;
}

.form-section {
    margin-top: 15px;
}

.register {
    display: flex;
    align-items: center;
    gap: 0px;
}

/* .profile {
    display: flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 30px;
} */

.profile-icon {
    width: 24px;


    height: 24px;
    border-radius: 50%;
    margin-right: 8px;
}

.profile-name {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    text-transform: capitalize;
}

/* .arrow-down {
    border: solid #777;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 6px;
    transform: rotate(45deg);
} */

label {
    display: inline-block;
    margin-bottom: .5rem;
     width: 280px;        /* 🔥 yahin magic hai */
    font-weight: 500;
    line-height: 1.4;
    
}

img {
    vertical-align: middle;
    border-style: none;
}


/* onboard css */


/* 
.Onbordingtitle h3 {
    margin: 0 0 20px 1px;
    display: inline-block;
    overflow-wrap: break-word;
    
    font-weight: 700;
    font-size: 48px;
    line-height: 1.333;
    color: #0A2743;
    text-align: center;
    width: 100%;
} */

.Onbordingtitle .onbordingpanel .onbordingstep {
    flex: 0 0 25%;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul {
    list-style: none;
    padding: 0px;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li {
    /* list-style: disc; */
    text-decoration: none;
    padding: 0px;
    border-bottom: 2px solid #9B9B9B;
    margin-bottom: 25px;
    text-decoration: none;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li.PI.active::before {
    content: url(../../vector/pi1.png);
    background: none;
    margin: 5px -7px;
    height: 20px;
    width: 20px;
}


.Onbordingtitle .onbordingpanel .onbordingstep ul li a {
    margin-bottom: 16px;
    display: inline-block;
    align-self: flex-start;
    overflow-wrap: break-word;    
    font-weight: 400;
    font-size: 18px;
    color: #130b01;
}


.Onbordingtitle .onbordingpanel .onbordingstep ul .active a {
    font-weight: 700;
    color: #D1000B;
}

.Onbordingtitle .onbordingpanel .onbordingformpanel .onbordingform {


    background:white;
    
        position: relative;
        padding: 0 0 40px;
        height: 100%;
        overflow: hidden;
        border: 1px solid rgba(155, 155, 155, 1);
}


/* .Onbordingtitle .onbordingpanel .onbordingform .formItemlist {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
} */

.Onbordingtitle .onbordingpanel .onbordingform .formuser {
    display: flex;
    flex-direction: column;
    flex: 1 1 50%;
    box-sizing: border-box;
    padding: 10px;
}

/* .Onbordingtitle .onbordingpanel .onbordingform label {
    margin-bottom: 10px;
    display: inline-block;
    align-self: flex-start;
    overflow-wrap: break-word;
    
    margin-left: 4px;
    line-height: 1.063;
    overflow-wrap: break-word;
    
    line-height: 1.214;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.214;
    color: #464646;
} */

/* .Onbordingtitle .onbordingpanel .onbordingform input[type=text],
.Onbordingtitle .onbordingpanel .onbordingform input[type=date],
.Onbordingtitle .onbordingpanel .onbordingform input[type=number],
.Onbordingtitle .onbordingpanel .onbordingform textarea,
.Onbordingtitle .onbordingpanel .onbordingform select {
    overflow-wrap: break-word;
    
    font-weight: 400;
    font-size: 16px;
    line-height: 1.438;
    color: #040303;
    border-radius: 5px;
    border: 1px solid #adb0ba;
    background: #FFFFFF;
    padding: 8px 10px;
    box-sizing: border-box;
} */

.text-danger {
    color: #dc3545 !important;
}

.btngroup {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.btngroup .btnrevisor {
    border-radius: 10px;
    background: #D1000B;
    display: flex;
    padding: 12px 30px;
    margin: 20px;
    border: none;
    height: fit-content;
    box-sizing: border-box;
    overflow-wrap: break-word;
    margin: 0 auto;
    
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
}

.Onbordingtitle .onbordingpanel .onbordingform .formuser .listContact {
    display: flex;
    gap: 10px;
}

textarea#Demographic_PersonalFactors {
    width: 741px;
}

.rowlist {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    flex-direction: row;
        display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    align-items: start;
    width: 100%;
}



.formuser50 {
    /* flex: 0 0 49%; */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 46%;
    padding: 10px 0px;
}

.formRoomlist {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    box-sizing: border-box;
    width: 100%;
    padding: 0px 30px;
}

.formRoomlist {
    display: flex;
    gap: 20px;
    /* space between inputs */
    flex-wrap: wrap;
}

.formuser50,
.formuser25 {
    display: flex;
    flex-direction: column;
    /* label above input */
}

.formuser50 {
    flex: 2;
    /* makes it wider */
}

.formuser25 {
    flex: 1;
    /* smaller width */
}

.formuser50 input,
.formuser25 input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
}

/* .range-slider {
    position: relative;
    width: 100%;
    height: 40px;
    margin-top: 15px;
} */

.range-slider input[type="range"] {
    position: absolute;
    left: 0;
    top: -5px;
    width: 100%;
    pointer-events: none;
    -webkit-appearance: none;
    background: none;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #444;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
}

.range-slider .slider-track {
    position: absolute;
    top: 17px;
    left: 0;
    height: 6px;
    width: 100%;
    border-radius: 3px;
    background: #ddd;
}
/* Radios inline */
.radio-inline-group {
  display: flex;
  gap: 32px;
  align-items: center;
  margin-top: 8px;
}

.radio-inline-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Consent checkboxes */
.consent-flex-group {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.consent-flex-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex: 0 0 calc(50% - 12px); /* 2 in first row */
}
.item.consent-flex-item input {
    width: 100px;
    flex: 0 0 38px;
    max-width: 100px;
}

/* Mobile */
@media (max-width: 768px) {
  .consent-flex-item {
    flex: 0 0 100%;
  }
    


 
}


.rowlist.multi-amenities-row > .item {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    min-width: 153px;
    margin: 0px 0;
    justify-content: left;
    align-items: baseline;
    text-align: left;
}
/* Radio options ek line me + equal spacing */
.radio-inline-group {
  display: flex !important;
  flex-wrap: wrap;              /* next line allowed */
  gap: 24px;                    /* equal spacing */
  align-items: center;
  margin-top: 8px;
}

/* Each radio item */
.radio-inline-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
    min-width: 164px !important;
}

/* Radio + label spacing */
.radio-inline-item input[type="radio"] {
  margin-right: 6px;
}


.range-slider::before {
    content: '';
    position: absolute;
    height: 6px;
    top: 20px;
    left: 0;
    background: red;
    border-radius: 3px;
}

/* .output {
    position: absolute;
    top: -20px;
    background: #f5f5f5;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    color: #333;
} */



.formuser p {
    left: 25px;
    position: relative;
    margin: 0;
}

.rowlist.blocklist {
    display: block;
}

.rowlist.blocklist.yes\/now {
    display: flex;
    border-radius: 50%;
}

.inline-group {
    display: flex;
    gap: 470px;
}

.left {
    display: flex;
    gap: 25px;
    align-items: center;
}

.item {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Common Flex Layout for Yes/No sections */
.rowlist.yesno-flex {
    display: flex;
    align-items: center;
    gap: 25px;
}

/* Individual Item Layout */
.rowlist.yesno-flex .item {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Circle Checkbox Style */
.rowlist.yesno-flex input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #999;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    transition: 0.2s ease;
}

/* Blue filled dot when checked */
.rowlist.yesno-flex input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    background: #007bff;
    border-radius: 50%;
}

/* Label Styling */
.rowlist.yesno-flex label {
    cursor: pointer;
    font-weight: 500;
}


/* dashboard css */

.flash-message {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 10px 20px;
    background-color: #4caf50;
    color: white;
    border-radius: 5px;
    z-index: 1000;
    display: none;
}

.buyermaster {
    width: 100%;
}

/* Dropdown styling */
.dropdown {
    position: relative;
}

/* Position the dropdown menu to appear on hover */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    /* Position below the button */
    right: 0;
    margin-top: 10px;
    /* Add some space */
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-menu {
    display: block;
}

/* Style the dropdown items */
.dropdown-item {
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
}

.dropdown-item:hover {
    background-color: #f0f0f0;
}

/* Style for the button */
.btn {
    display: flex;
    align-items: center;
    color: #333;
    text-decoration: none;
}

.btn img {
    border-radius: 50%;
    margin-right: 10px;
}

.btn span {
    margin-left: 5px;
    margin-right: 11.2px;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: #8A8A8A;
}



/* .Onbordingtitle h3 {
    margin: 0 0 20px 1px;
    display: inline-block;
    overflow-wrap: break-word;
    
    font-weight: 700;
    font-size: 48px;
    line-height: 1.333;
    color: #0A2743;
    text-align: center;
    width: 100%;
} */



.Onbordingtitle .onbordingpanel .onbordingstep {
    flex: 0 0 25%;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul {
    list-style: none;
    padding: 0px;
}



.Onbordingtitle .onbordingpanel .onbordingstep ul li {
    /* list-style: disc;*/
    text-decoration: none;
    padding: 0px;
    border-bottom: 2px solid #9B9B9B;
    margin-bottom: 25px;
    text-decoration: none;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li:hover {
    text-decoration: none;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li::before {
    /*content: "";*/
    position: absolute;
    left: 12%;
    margin-top: 10px;
    /* top: 50%; */
    transform: translateY(-50%);
    border-radius: 50%;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li.PI::before {
    content: "";
    background-color: #D1000B;
    height: 20px;
    width: 20px;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li.PI.active::before {
    content: url('../../vector/pi1.png');
    background: none;
    margin: 5px -7px;
    height: 20px;
    width: 20px;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li.DP::before {
    content: "";
    background-color: #D1000B;
    height: 18px;
    width: 18px;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li.DP.active::before {
    content: url('../../vector/pi2.png');
    background: none;
    margin: 5px -7px;
    height: 20px;
    width: 20px;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li.BP::before {
    content: "";
    background-color: #D1000B;
    height: 16px;
    width: 16px;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li.BP.active::before {
    content: url('../../vector/pi3.png');
    background: none;
    margin: 5px -7px;
    height: 20px;
    width: 20px;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li.IG::before {
    content: "";
    background-color: #D1000B;
    height: 14px;
    width: 14px;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li.IG.active::before {
    content: url('../../vector/pi4.png');
    background: none;
    margin: 5px -7px;
    height: 20px;
    width: 20px;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li.PF::before {
    content: "";
    background-color: #D1000B;
    height: 12px;
    width: 12px;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li.PF.active::before {
    content: url('../../vector/pi5.png');
    background: none;
    margin: 5px -7px;
    height: 20px;
    width: 20px;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li.RA::before {
    content: "";
    background-color: #D1000B;
    height: 10px;
    width: 10px;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li.RA.active::before {
    content: url('../../vector/pi6.png');
    background: none;
    margin: 5px -7px;
    height: 20px;
    width: 20px;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li.FO::before {
    content: "";
    background-color: #D1000B;
    height: 8px;
    width: 8px;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li.FO.active::before {
    content: url('../../vector/pi7.png');
    background: none;
    margin: 5px -7px;
    height: 20px;
    width: 20px;
}


.Onbordingtitle .onbordingpanel .onbordingstep ul li.CT::before {
    content: "";
    background-color: #D1000B;
    height: 5px;
    width: 5px;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li.CT.active::before {
    content: url('../../vector/pi8.png');
    background: none;
    margin: 5px -7px;
    height: 20px;
    width: 20px;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li a {
    margin-bottom: 16px;
    display: inline-block;
    align-self: flex-start;
    overflow-wrap: break-word;
    
    font-weight: 400;
    font-size: 18px;
    color: #130b01;
}



.Onbordingtitle .onbordingpanel .onbordingform .onbordingformpanel {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0;
    box-sizing: border-box;
    flex: 0 0 75%;
}





/* .Onbordingtitle .onbordingpanel .onbordingform .formItemlist {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
} */

.Onbordingtitle .onbordingpanel .onbordingform .formuser p {
    overflow-wrap: break-word;
    
    font-weight: 500;
    font-size: 14px;
    line-height: 1.214;
    color: #464646;
}

.Onbordingtitle .onbordingpanel .onbordingform .formuser p::before {
    content: url('../../vector/info.png');
    position: relative;
    top: 5px;
    right: 5px;
}

.Onbordingtitle .onbordingpanel .onbordingform .formuser.fullflex {
    flex: auto;
    width: 100%;
}

.Onbordingtitle .onbordingpanel .onbordingform .formuser .rowlist {
    display: flex;
    gap: 0px 15px;
    align-items: center;
}

.Onbordingtitle .onbordingpanel .onbordingform .formuser .columnlist {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
}
.columnlist .item label {
    max-width: max-content !important;
    margin-bottom: 10px;
}

.Onbordingtitle .onbordingpanel .onbordingform .formuser .columnlist .item {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.columnlist .item input[type="checkbox"]:checked+label,
.rowlist .item input[type="checkbox"]:checked+label,
.listContact .item input[type="checkbox"]:checked+label {
    font-weight: 600 !important;
}

.Onbordingtitle .onbordingpanel .onbordingform .formuser .columnlist .item label,
.Onbordingtitle .onbordingpanel .onbordingform .formuser .rowlist .item label,
.Onbordingtitle .onbordingpanel .onbordingform .formuser .listContact .item label {
    overflow-wrap: break-word;
    
    font-weight: 400;
    font-size: 16px;
    line-height: 1.214;
    color: #464646;
}

.Onbordingtitle .onbordingpanel .onbordingform .formuser .rowlist {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    flex-direction: row;
}

.Onbordingtitle .onbordingpanel .onbordingform .formuser .rowlist .addmore {
        width: 40px;
    height: 40px;
    display: flex;
    min-width: auto;
    max-width: 40px;
    padding: 10px;
}


.Onbordingtitle .onbordingpanel .onbordingform .formuser {
    display: flex;
    flex-direction: column;
    flex: 1 1 50%;
    /* Grow, shrink, and basis (initial width) */
    box-sizing: border-box;
    /* Ensure padding and border are included in the width and height */
    padding: 10px;
}

.Onbordingtitle .onbordingpanel .onbordingform .formuserrow {
    display: flex;
    flex-direction: row;
    flex: 1 1 50%;
    box-sizing: border-box;
    /* Ensure padding and border are included in the width and height */
    padding: 10px;
}

.Onbordingtitle .onbordingpanel .onbordingform .formRoomlist {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /* Add some gap if needed */
    box-sizing: border-box;
    width: 100%;
    /* Ensure it takes full width */
    padding: 0px 30px;
}

.Onbordingtitle .onbordingpanel .onbordingform .formRoomlist .formuser50 {
    /*flex: 0 0 49%;*/
    /* 50% width */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 46%;
    padding: 10px 0px;
}

.Onbordingtitle .onbordingpanel .onbordingform .formRoomlist .formuser25 {
    /*flex: 0 0 24%;*/
    /* 25% width */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 24%;
    padding: 10px 0px;
}

.nopad {
    padding: 0px !important;
}

.Onbordingtitle .onbordingpanel .onbordingform .formuser .listContact {
    display: flex;
    gap: 10px;
}

.profilepad {
    padding: 0px 30px !important;
}
/* 
.Onbordingtitle .onbordingpanel .onbordingform input[type=text],
.Onbordingtitle .onbordingpanel .onbordingform input[type=date],
.Onbordingtitle .onbordingpanel .onbordingform input[type=number],
.Onbordingtitle .onbordingpanel .onbordingform textarea,
.Onbordingtitle .onbordingpanel .onbordingform select {
    overflow-wrap: break-word;
    
    font-weight: 400;
    font-size: 16px;
    line-height: 1.438;
    color: #040303;
    border-radius: 5px;
    border: 1px solid #adb0ba;
    background: #FFFFFF;
    padding: 8px 10px;
    box-sizing: border-box;
} */



.btngroup {
       display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: max-content;
    margin: 0 auto;
    margin-top: 40px;
}

.btngroup .btnrevisor i {
    padding: 0px 10px;
}

.btngroup .btnrevisor {
    border-radius: 10px;
    background: #D1000B;
    display: flex;
    padding: 10px 20px !important;
    margin-top: 1em;
    border: none;
    height: fit-content;
    box-sizing: border-box;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
}

.btngroup .btnnofillrevisor {
    border-radius: 10px;
    background: #ffffff;
    border: 2px solid #D1000B;
    display: flex;
    padding: 10px 20px;
    margin-top: 1em;
    height: fit-content;
    box-sizing: border-box;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 16px;
    color: #D1000B;
}


/* .range-slider {
    position: relative;
    width: 100%;
    height: 35px;
    text-align: center;
} */

/* .range-slider input {
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 15px;
    width: 100%;
    outline: none;
    height: 18px;
    margin: 0;
    padding: 0;
} */

.range-slider input::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    outline: 0;
}

.range-slider input::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -moz-appearance: none;
    width: 9px;
}

.range-slider input::-moz-range-track {
    position: relative;
    z-index: -1;
    background-color: rgba(0, 0, 0, 1);
    border: 0;
}

.range-slider input:last-of-type::-moz-range-track {
    -moz-appearance: none;
    background: none transparent;
    border: 0;
}

.range-slider input[type=range]::-moz-focus-outer {
    border: 0;
}

.rangeValue {
    width: 30px;
}
.range-slider input[type="range"] {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.output {
     position: absolute;
    top: -15px;
    padding: 3px 8px;
    font-size: 14px;
    font-weight: 600;
    color: #464646;
    white-space: nowrap;
    border-radius: 4px;
    pointer-events: none;
}

/* ✅ FIRST VALUE – FIXED LEFT */
.output[data-output-target="budgetMin"] {
    left: 0;
    transform: none;
}

/* ✅ SECOND VALUE – WILL MOVE */
.output[data-output-target="budgetMax"] {
    left: 50%;
    transform: translateX(-50%);
}

.output.outputTwo {
    left: 100%;
}

.rangcontainer {
    /* position: absolute; */
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* input[type=range] {
    -webkit-appearance: none;
    background: none;
} */

input[type=range]::-webkit-slider-runnable-track {
    height: 5px;
    border: none;
    border-radius: 3px;
    background: transparent;
}

input[type=range]::-ms-track {
    height: 5px;
    background: transparent;
    border: none;
    border-radius: 3px;
}

input[type=range]::-moz-range-track {
    height: 5px;
    background: transparent;
    border: none;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #555;
    margin-top: -5px;
    position: relative;
    z-index: 10000;
}

input[type=range]::-ms-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #555;
    margin-top: -5px;
    position: relative;
    z-index: 10000;
}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #555;
    margin-top: -5px;
    position: relative;
    z-index: 10000;
}

input[type=range]:focus {
    outline: none;
}

.full-range,
.incl-range {
    width: 100%;
    height: 5px;
    left: 0;
    top: 21px;
    position: absolute;
    background: #DDD;
}

.incl-range {
    background: #D1000B;
}



.bgend {
    background: hsla(210, 6%, 93%, 1);
    background: linear-gradient(315deg, hsla(210, 6%, 93%, 1) 0%, hsla(209, 74%, 15%, 1) 100%);
    background: -moz-linear-gradient(315deg, hsla(210, 6%, 93%, 1) 0%, hsla(209, 74%, 15%, 1) 100%);
    background: -webkit-linear-gradient(315deg, hsla(210, 6%, 93%, 1) 0%, hsla(209, 74%, 15%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#EDEEEF", endColorstr="#0A2743", GradientType=1);
}

.onbording {
    display: flex;
    gap: 20px;
    padding: 20px 170px;
    height: 85vh;
}

.onbording .robopanel {
    flex: 0 0 40%;
}

.onbording .userinfo {
    flex: 0 0 60%;
    min-height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.onbording .robopanel img {
    max-height: 70vh;
}

.onbording .userinfo h4 {
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 62px;
    line-height: 1.214;
    color: #0A2743;
}

.onbording .userinfo p {
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 24px;
    line-height: 1.214;
    color: #0A2743;
    margin: 30px 0px;
}

.onbording .userinfo .btnrevisor:hover {
    text-decoration: none;
}

.onbording .userinfo .btnrevisor {
    border-radius: 10px;
    background: #D1000B;
    display: flex;
    padding: 12px 30px;
    margin-top: 1em;
    border: none;
    height: fit-content;
    box-sizing: border-box;
    overflow-wrap: break-word;
    
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    width: 165px;
}

.onbording .userinfo .identitys {
    display: flex;
    gap: 10px;
}

.onbording .userinfo .identitys img {}

.onbording .userinfo .identitys .content {
    display: flex;
    gap: 1px;
    flex-flow: column;
    justify-content: center;
}

.onbording .userinfo .content p {
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 24px;
    line-height: 1.214;
    color: #0A2743;
    margin: 0px 0px;
}

.Onbordingtitle .onbordingpanel .onbordingform label span {
    color: red;
    font-size: 21px;
    padding: 4px;
}

.formuser .fileuploaders img {
    padding: 10px;
}

.formuser .fileuploaders input {
    width: 90%;
}

.formuser .fileuploaders a {
    width: 90%;
    color: #A3A3A3;
    padding: 10px 10px;
}

.formuser .rowlist .fileuploaders {
    width: 28%;
}

.formuser .fileuploaders {
    /* width: 100%;*/
    display: flex;
    border: 1px solid #adb0ba;
    justify-items: center;
    border-radius: 5px;
}

.no-border {
    border: none !important;
}

.no-border:hover,
.no-border:focus,
.no-border:active {
    border: none;
    outline: none;
    /* This line ensures there's no outline when the input is focused */
}

.projects {
    display: flex;
    width: 100%;
    gap: 10px;
    margin-bottom: 35px;
}



.projects .colunts {
    display: flex;

    height: 32px;
    width: 43px;
    align-items: center;
    background: #464646;
    border-radius: 50%;
    justify-content: center;
    color: #fff;
}

.projects .projectImages {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.projects .projectdetails {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.projects .projectdetails .projectdetails1 input,
.projects .projectdetails .projectdetails1 .fileuploaders {
    width: 45%;
}

.projects .projectdetails .projectdetails1 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.projects .projectdetails .projectImages {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
    align-items: center;
}

.projectImages img {
    border: 2px solid #f2f2f2;
    padding: 6px;
    border-radius: 10px;
    max-height: 12vh;
    overflow: hidden;
    /* max-width: 25%; */
}

.bobsmodal {
    position: fixed;
    z-index: 4;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}

.bobsmodal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: 700
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.bobsmodal-header {
    padding: 7px 14px;
    background-color: #5cb85c;
    color: #fff
}

.bobsmodal-header strong {
    font-size: 18px
}

.bobsmodal-body .success img {
    padding: 20px 135px;
    width: 100%;
}

.bobsmodal-body h4 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.bobsmodal-content .close,
.bobsmodal-content .close:focus,
.bobsmodal-content .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}



.bobsmodal-body p {
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.bobsmodal-body {
    width: 100%;
    padding: 2px 16px;
    word-break: break-word;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 11px;
    margin-bottom: 2em;
}

.bobsmodal-footer {
    padding: 4px 11px;
    color: #f2f2f2;
    border-top: 1px solid
}

/*Table structure */

.mytable tbody th,
.mytable td {
    border: 1px solid #f2f2f2;
    padding: 3px 6px
}

.mytable {
    border: 1px solid #f2f2f2;
    font-size: 14px;
    width: 100%
}

.mytable tbody th {
    text-align: left;
    background: #4CAF50;
    color: #fff
}

.panelbox {
    max-height: 480px;
    overflow: scroll
}

.D-none {
    display: none;
}

.D-show {
    display: block;
}


.leftMenu {
    display: flex;
    flex-direction: column;
    background: #fff;
    min-width: 18%;
    padding:0;
        height: calc(100vh - 140px);
    padding-bottom: 200px;
    position: relative;
}

.onbordingpanel .panel80 {
    width: 100%;
}

.leftMenu .menuItem.active {
    background: #D1000B;
    color: #ffffff;
}

.leftMenu .menuItem i {
    font-size: 25px;
}



.leftMenu .menuItem {
    display: flex;
    /* flex: 1;*/
    gap: 10px;
    align-items: center;
    /* border-bottom: 1.5px solid #464646; */
    padding: 15px;
    overflow-wrap: break-word;
    
    font-weight: 500;
     font-size: 14px;
    color: #8A8A8F;
}

.profilelist {
    display: flex;
    flex-direction: column;
    gap: 0px 10px;
    width: 100%;
}



/* 
.profilelist .profile {
    flex: 1;
    padding: 10px 15px;
} */

/* .formItemlist .rowformuser {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
} */


.rowlist.new {
max-width: 100%;
    width: 100%;
    display: block;
    margin: 0px;}

.rowlist.new input {
    width: 100% !important;
    display: flex;
    position: relative;
    max-width: 254px;
    position: relative;
margin: 10px 0;
}
.rowformuser.mail-row input {
    width: 100% !important;
    padding: 7px 5px !important;
    border: 1px solid #adb0ba !important;
    border-radius: 8px;
}

input[type="file"] {
    border: 1;
    padding: 7px 5px !important;
    border: 1px solid #adb0ba !important;
    border-radius: 8px;
}

.containerfuiled {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

/* .onboardingInc {
    padding: 0 40px;
    margin-bottom: 0px;
} */

.panelheight {
    height: 84vh;
    justify-content: normal !important;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
    /* Options: auto, thin, none */
    scrollbar-color: #888 #f1f1f1;
    /* thumb color, track color */
}

/* WebKit browsers (Chrome, Safari) */
.panelheight::-webkit-scrollbar {
    width: 4px;
    /* Adjust the width here */
}

.panelheight::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Optional: background of the scrollbar track */
}

.panelheight::-webkit-scrollbar-thumb {
    background: #888;
    /* Optional: background color of the scrollbar thumb */
    border-radius: 10px;
    /* Optional: add border radius for rounded corners */
}

.panelheight::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Optional: color when hovering over the scrollbar thumb */
}



.model50 {
    width: 50%;
}

.model40 {
    width: 40%;
}

.marb20 {
    margin-bottom: 20px;
}

.modelfade {
    background-color: rgb(0 0 0 / 74%);
}


.logoutconfirm {
    text-align: center;
    padding: 45px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.logoutconfirm h6 {
    overflow-wrap: break-word;
    
    font-weight: 700;
    font-size: 36px;
    line-height: 0.833;
    color: #333333;
    margin-bottom: 20px;
}
.house-sign-draft-1 img {
    width: 100%;
    height: auto;
    display: block;
}


@media only screen and (max-width: 767px) {
    .group-1000005080 {
    margin: 10px 0 !important;
    width: 100% !important;

}
.container-10 {
    display: block !important;
    padding: 12px 0 !important;
}

.skyline-developments {
    padding: 5px 0 10px !important;
}
.group-10000050809 {
    margin: 10px 0 !important;
    width: 100% !important;
}
    .view-properties .container-5 {
    display: block !important;
    flex-direction: row;
    column-gap: 55px;
    /* width: 1130px; */
    box-sizing: border-box;
    padding: 15px;
}
.view-properties .mask-group {
    border-radius: 5px;
    position: relative;
    width: 100% !important;
    box-sizing: border-box;
}

.view-properties .house-sign-draft-1 {
    /* transform: rotate(-89.821deg); */
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    height: auto !important;
    margin: 10px 0 !important;
}
.container-9 {
    display: block !important;
}





    .onboardingInc {
    padding: 0px 38px !important;
    margin-bottom: 0px;
}
    .sign_frm {
    flex: 1;   
    justify-content: center;
    align-items: center;
    background: #f8f9fb;
    position: relative;
    padding: 60px 26px !important;
    height: 100%;
}
  

    .navbar-light .navbar-toggler {
        display: none;
    }

    .Onbordingtitle h3 {
        font-size: 28px;
    }

    .navbar-expand-lg>.container {
        justify-content: center;
    }

    .Onbordingtitle .onbordingpanel {
        flex-direction: column;
    }

    .Onbordingtitle .onbordingpanel .onbordingstep ul li {
        text-align: right;
    }

    .Onbordingtitle .onbordingpanel {
        padding: 0px;
    }

    .Onbordingtitle .onbordingpanel .onbordingform .formItemlist {
        padding: 15px;
    }

    .Onbordingtitle .onbordingpanel .onbordingformpanel .btngroup .btnrevisor,
    .Onbordingtitle .onbordingpanel .onbordingformpanel .btngroup .btnnofillrevisor {
        padding: 10px 15px;
        font-size: 12px;
    }

    .Onbordingtitle .onbordingpanel .onbordingform label {
        font-size: 14px;
    }

    .Onbordingtitle .onbordingpanel .onbordingform input[type=text],
    .Onbordingtitle .onbordingpanel .onbordingform input[type=date],
    .Onbordingtitle .onbordingpanel .onbordingform input[type=number],
    .Onbordingtitle .onbordingpanel .onbordingform select {
        font-size: 14px;
    }

    .Onbordingtitle .onbordingpanel .onbordingstep ul li a {
        font-size: 16px;
    }

    .Onbordingtitle .onbordingpanel .onbordingform .formuser .rowlist input[type=text] {
        width: 80%;
    }

    .Onbordingtitle .onbordingpanel .onbordingform .formRoomlist .formuser50,
    .Onbordingtitle .onbordingpanel .onbordingform .formRoomlist .formuser25 {
        width: 100%;
    }

    .Onbordingtitle .onbordingpanel .onbordingform .formRoomlist {
        padding: 0 20px;
    }

    .Onbordingtitle .onbordingpanel .onbordingform .formRoomlist {
        gap: 0px;
    }

    .Onbordingtitle .onbordingpanel .onbordingform h4 {
        font-size: 20px;
    }

    .onbording {
        padding: 0px;
        height: 100%;
        flex-direction: column;
    }

    .onbording .robopanel {
        text-align: center;
    }

    .onbording .robopanel img {
        max-height: 50vh;
    }

    .onbording .userinfo h4 {
        font-size: 42px;
    }

    .onbording .userinfo p,
    .onbording .userinfo h4 {
        text-align: center;
    }

    .onbording .userinfo .btnrevisor {
        text-align: center;
        justify-content: center;
        width: 100%;
    }

    .onbording .userinfo {
        margin: 10px;
    }

    .onbording .userinfo .identitys {
        flex-direction: column;
        align-items: center;
    }

    .onbording .userinfo .identitys img {
        max-width: max-content;
    }
}


a.dropdown-item.py-3 {
    
}

a.dropdown-item.py-3 img {
    height: 18px;
    padding: 0px 8px;
}

.navbar-nav .nav-item .nav-link {
    color: #3E4954;
    
    font-size: 16px !important;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 16px;
}

a#navbarDropdownDocs img {
    padding: 10px;
}



.form-group {
    margin-bottom: 15px;
}


.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    border-radius: 5px;
    font-family: var(--font-roboto-regular), sans-serif;
        padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.form-group textarea {
    resize: vertical;
    height: 100px;
}

.form-group button {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #28a745;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.form-group button:hover {
    background-color: #218838;
}


.rebate {
    gap: 20px;
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
        gap: 50px;
}

.rebate .markDoneRight {
    max-width: 580px;
    margin: 0 auto;
}
.rebate .rebateinfo .rebatedes, .rebatedes.done{
background:rgba(50, 130, 184, 0.8) url(../images/rebate-bg.png) no-repeat left center !important
}

.rebate .rebateinfo .rebatedes.active, .rebatedes.done{
    background-color: #76BF4C !important;
    background-blend-mode: soft-light;
}
.rebate .markDoneRight .rebateinfo {
    border: none;
    box-shadow: none;
    padding: 0;
     
}

.rebate .markDoneleft {
    max-width: 200px;
    text-align: center;
    flex: none;
}

.rebate .markDoneleft .markdone i {
    color: #3FC70080;
    font-size: 50px;
}

.rebate .rebateinfo {
    display: flex;
    flex-direction: row;
    gap: 20px;
    /* justify-content: center;*/
}

.rebate .rebateinfo .markdone {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 20%;
}

.markdone img {
    height: 40px;
    width: auto;
    object-fit: contain;
    /* position: relative; */
}

.rebateinfo {
    background-color: #f5f5f5;
    /* normal bg */
    color: #333;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.rebatedes.active {
    background-color: #76BF4C !important;
    color: #fff !important;
    border-radius: 10px;
    padding: 15px;
    transition: 0.3s ease;
}

.rebatedes.active .rebathead,
.rebatedes.active span,
.rebatedes.active p {
    color: #fff !important;
}



.rebate .rebateinfo .rebatedesfoot,
.rebate .rebateinfo .rebatedeshead,
.rebate .rebateinfo .rebatedes {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: rgba(50, 130, 184, 0.8);
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    width: 70%;
    text-align: center;
    cursor: pointer;
}

.rebate .rebateinfo .rebatedesfoot,
.rebateinfo.nobg .rebatedeshead {
    background: none !important;
}

.rebate .rebateinfo.nobg {
    border: 0;
    box-shadow: none;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    display: block;
}

.rebate .rebateinfo.nobg .rebatedeshead {
    width: auto;
    text-align: center;
}

.rebate .rebateinfo.nobg .rebatedeshead h5 {
    margin: 0;
    display: inline-block;
    align-self: flex-start;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size:25px;
    width: 100%;
    padding: 0;
}
.rebate .rebateinfo.nobg .rebatedesfoot {
    width: 100%;
}

.rebate .rebateinfo.nobg .rebatedeshead p {
    font-weight: 400;
    font-size: 23px;
    
    line-height: 0.4;
}

.rebate .rebateinfo.nobg .rebatedesfoot p {
    font-weight: 400;
    font-size: 20px;
    
    line-height: 1;
}



.rebate .rebateinfo .rebatedes .rebathead {
     
    font-weight: 600;
    font-size: 25px;
    color: #FFFFFF;
    width: 100%;
    
}

.rebate .rebateinfo .rebatedes span {
    overflow-wrap: break-word;
    
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0px;
    word-spacing: 0px !important;
}


.rebatedes.done {
    background: #45C908 !important;
}

/* 
.rebate .rebateinfo .rebatedes,
.rebatedes.done {
    background-image: url(../../vector/bluebubbles.png) !important;
    background-position: left bottom !important;
    background-repeat: no-repeat !important;
    background-size: auto;
} */

/*Bank Details*/

.container-8 .container-4 {
    width: 70%;
    text-align: center;
}

.group-10000051651 .group-1000004738 {
    border-radius: 8px;
    padding: 39.5px 53.5px 36px 56px;
    box-sizing: border-box;
}

.group-10000051651 .container-4 {
    background: #D1000B;
    position: relative;
    display: flex;
    padding: 5.5px 0 6.9px 12.7px;
    width: 85%;
    box-sizing: border-box;
    justify-content: center;
}

.group-10000051651 .container-4 .james-stefano-1 {
    overflow-wrap: break-word;
    
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.group-10000051651 .container-8 {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.cross-svgrepo-com img {
    width: 23px;
    cursor: pointer;
    margin-top: 5px;
}

.bankdetails {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* Two columns of equal width */
    gap: 25px;
    /* Gap between the items */
}

.bankdetails .bankinfo {
    display: flex;
    flex-direction: column;
}

.bankdetails .bankinfo:last-child {
    grid-column: span 2;
    text-align: center;
    align-items: center;
    box-sizing: border-box;
}

.bankdetails .bankinfo label {
    margin: 0 15px 10px 10px;
    display: inline-block;
    align-self: flex-start;
    overflow-wrap: break-word;
    
    font-weight: 700;
    font-size: 16px;
    line-height: 1.063;
    color: #464646;
    width: 100%;
}

.bankdetails .bankinfo input[type="text"],
.bankdetails .bankinfo input[type="password"] {
    padding: 10px 12px;
    font-size: 17px;
    border: 1px solid #ccc;
    border-radius: 4px;
    line-height: 1.2;
}

/*End Bank Details*/

.cashbackcomplete {
    text-align: center;
}

.cashbackcomplete h4 {
    margin: 0 63.1px 30px 63.1px;
    display: inline-block;
    overflow-wrap: break-word;
    
    font-weight: 400;
    font-size: 64px;
    letter-spacing: 1.9px;
    color: #5A97B5;
}

.cashbackcomplete p {
    margin: 0 36.5px 55px 27.5px;
    display: inline-block;
    text-align: center;
    overflow-wrap: break-word;
    
    font-weight: 500;
    font-size: 24px;
    line-height: 1.042;
    color: #464646;
}

.cashbackcomplete .note {
    margin: 0 24.9px 30px 0;
    display: flex;
    flex-direction: row;
    width: fit-content;
    box-sizing: border-box;
}

.cashbackcomplete .info {
    background: url('../../vector/info.png') 50% / contain no-repeat;
    margin-right: 4px;
    width: 20px;
    height: 20px;
}

.cashbackcomplete .email-address {
    margin: 2px 0 1px 0;
    display: inline-block;
    overflow-wrap: break-word;
    
    font-weight: 500;
    font-size: 16px;
    line-height: 1.063;
    color: #464646;
}

.btngroup .btnrevisor span,
.btngroup .btnrevisor img,
.btngroup .btnnofillrevisor span,
.btngroup .btnnofillrevisor img {
    padding: 5px;
}

/* dashboard css */







.flash-message {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 10px 20px;
    background-color: #4caf50;
    color: white;
    border-radius: 5px;
    z-index: 1000;
    display: none;
}

.buyermaster {
    width: 100%;
}

/* Dropdown styling */
.dropdown {
    position: relative;
}

/* Position the dropdown menu to appear on hover */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    /* Position below the button */
    right: 0;
    margin-top: 0;
    /* Add some space */
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 0;
}

.user-profileDropdown a.dropdown-item {
    padding: 15px 10px;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.user-profileDropdown a.dropdown-item img {
    height: 20px !important;
    width: auto;
    margin-right: 8px;
}


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-menu {
    display: block;
}

/* Style the dropdown items */
.dropdown-item {
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
}

.dropdown-item:hover {
    background-color: #f0f0f0;
}

/* Style for the button */
.btn {
    display: flex;
    align-items: center;
    color: #333;
    text-decoration: none;
}

.btn img {
    border-radius: 50%;
    margin-right: 10px;
}

.btn span {
    margin-left: 5px;
    margin-right: 11.2px;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: #8A8A8A;
}

.onbordingformpanel .mainHeading h2 {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
}


.Onbordingtitle {
  
    background: #0A2743;
background: linear-gradient(0deg, rgba(10, 39, 67, 1) 0%, rgba(237, 238, 239, 1) 100%);
padding: 40px;
}
.Onbordingtitle.OnbordingtitleDeveloper,
.Onbordingtitle.OnbordingtitleEdit{
    background: #f1f1f1;
}

.tabel_scoller.table-responsive td {
    border: none;
    padding: 20px 10px;
}

table.table td.actionBtn .btn {
    width: 30px;
    padding: 0;
    height: 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabel_scoller.table-responsive td:first-child {
    border-left: 2px solid #f1f1f1;
}
.tabel_scoller.table-responsive td:last-child {
    border-right: 2px solid #f1f1f1;
}

.Onbordingtitle .onbordingpanel {
    display: flex;
    justify-content:flex-start;
    /* Ensure space between the items */
    gap: 0;
    /* Adjust the gap as needed */
    padding: 0px;
}

.Onbordingtitle .onbordingpanel .onbordingstep {
    flex: 0 0 25%;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul {
    list-style: none;
    padding: 0px;
}



.Onbordingtitle .onbordingpanel .onbordingstep ul li {
    /* list-style: disc;*/
    text-decoration: none;
    padding: 0px;
    border-bottom: 2px solid #9B9B9B;
    margin-bottom: 25px;
    text-decoration: none;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li:hover {
    text-decoration: none;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li::before {
    /*content: "";*/
    position: absolute;
    left: 6%;
    margin-top: 10px;
    /* top: 50%; */
    transform: translateY(-50%);
    border-radius: 50%;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li.PI::before {
    content: "";
    background-color: #D1000B;
    height: 20px;
    width: 20px;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li.PI.active::before {
   content: '1';
    background: #d1000b;
    display: flex;
    align-items: center;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    justify-content: center;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li.DP::before {
    content: "";
    background-color: #D1000B;
    height: 18px;
    width: 18px;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li.DP.active::before {
  content: '2';
    background: #d1000b;
    display: flex;
    align-items: center;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    justify-content: center;
}


.Onbordingtitle .onbordingpanel .onbordingstep ul li.BP::before {
    content: "";
    background-color: #D1000B;
    height: 16px;
    width: 16px;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li.BP.active::before {
   content: '3';
    background: #d1000b;
    display: flex;
    align-items: center;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    justify-content: center;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li.IG::before {
    content: "";
    background-color: #D1000B;
    height: 14px;
    width: 14px;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li.IG.active::before {
    content: url('../../vector/pi4.png');
    background: none;
    margin: 5px -7px;
    height: 20px;
    width: 20px;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li.PF::before {
    content: "";
    background-color: #D1000B;
    height: 12px;
    width: 12px;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li.PF.active::before {
    content: url('../../vector/pi5.png');
    background: none;
    margin: 5px -7px;
    height: 20px;
    width: 20px;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li.RA::before {
    content: "";
    background-color: #D1000B;
    height: 10px;
    width: 10px;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li.RA.active::before {
    content: url('../../vector/pi6.png');
    background: none;
    margin: 5px -7px;
    height: 20px;
    width: 20px;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li.FO::before {
    content: "";
    background-color: #D1000B;
    height: 8px;
    width: 8px;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li.FO.active::before {
    content: url('../../vector/pi7.png');
    background: none;
    margin: 5px -7px;
    height: 20px;
    width: 20px;
}


.Onbordingtitle .onbordingpanel .onbordingstep ul li.CT::before {
    content: "";
    background-color: #D1000B;
    height: 5px;
    width: 5px;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li.CT.active::before {
        content: '4';
    background: #d1000b;
    display: flex;
    align-items: center;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    justify-content: center;
}

.Onbordingtitle .onbordingpanel .onbordingstep ul li a {
    margin-bottom: 16px;
    display: inline-block;
    align-self: flex-start;
    overflow-wrap: break-word;
    
    font-weight: 400;
    font-size: 18px;
    color: #130b01;
}



.Onbordingtitle .onbordingpanel .onbordingform .onbordingformpanel {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0;
    box-sizing: border-box;
    flex: 0 0 75%;
}






/* 
.Onbordingtitle .onbordingpanel .onbordingform .formItemlist {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
} */

.Onbordingtitle .onbordingpanel .onbordingform .formuser p {
    overflow-wrap: break-word;
    
    font-weight: 500;
    font-size: 14px;
    line-height: 1.214;
    color: #464646;
}

.Onbordingtitle .onbordingpanel .onbordingform .formuser p::before {
    content: url('../../vector/info.png');
    position: relative;
    top: 5px;
    right: 5px;
}

.Onbordingtitle .onbordingpanel .onbordingform .formuser.fullflex {
    flex: auto;
    width: 100%;
}


.Onbordingtitle .onbordingpanel .onbordingform .formuser .rowlist {
    display: flex;
    gap: 0px 15px;
    align-items: center;
}

.Onbordingtitle .onbordingpanel .onbordingform .formuser .columnlist {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
}

.Onbordingtitle .onbordingpanel .onbordingform .formuser .columnlist .item {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.columnlist .item input[type="checkbox"]:checked+label,
.rowlist .item input[type="checkbox"]:checked+label,
.listContact .item input[type="checkbox"]:checked+label {
    font-weight: 600 !important;
}

.Onbordingtitle .onbordingpanel .onbordingform .formuser .columnlist .item label,
.Onbordingtitle .onbordingpanel .onbordingform .formuser .rowlist .item label,
.Onbordingtitle .onbordingpanel .onbordingform .formuser .listContact .item label {
    overflow-wrap: break-word;
    
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #464646;
}

.Onbordingtitle .onbordingpanel .onbordingform .formuser .rowlist {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    flex-direction: row;
}

.Onbordingtitle .onbordingpanel .onbordingform .formuser .rowlist .addmore {}


.Onbordingtitle .onbordingpanel .onbordingform .formuser {
    display: flex;
    flex-direction: column;
    flex: 1 1 50%;
    /* Grow, shrink, and basis (initial width) */
    box-sizing: border-box;
    /* Ensure padding and border are included in the width and height */
    padding: 10px;
}

.Onbordingtitle .onbordingpanel .onbordingform .formuserrow {
    display: flex;
    flex-direction: row;
    flex: 1 1 50%;
    box-sizing: border-box;
    /* Ensure padding and border are included in the width and height */
    padding: 10px;
}

.Onbordingtitle .onbordingpanel .onbordingform .formRoomlist {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /* Add some gap if needed */
    box-sizing: border-box;
    width: 100%;
    /* Ensure it takes full width */
    padding: 0px 30px;
}

.Onbordingtitle .onbordingpanel .onbordingform .formRoomlist .formuser50 {
    /*flex: 0 0 49%;*/
    /* 50% width */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 46%;
    padding: 10px 0px;
}

.Onbordingtitle .onbordingpanel .onbordingform .formRoomlist .formuser25 {
    /*flex: 0 0 24%;*/
    /* 25% width */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 24%;
    padding: 10px 0px;
}

.nopad {
    padding: 0px !important;
}

.Onbordingtitle .onbordingpanel .onbordingform .formuser .listContact {
    display: flex;
    gap: 10px;
}

.profilepad {
    padding: 0px 30px !important;
}

.Onbordingtitle .onbordingpanel .onbordingform input[type=text],
.Onbordingtitle .onbordingpanel .onbordingform input[type=date],
.Onbordingtitle .onbordingpanel .onbordingform input[type=number],
.Onbordingtitle .onbordingpanel .onbordingform textarea,
.Onbordingtitle .onbordingpanel .onbordingform select {
   overflow-wrap: break-word;
    font-weight: 400;
    font-size: 14px;
    color: #040303;
    border-radius: 5px;
    border: 1px solid #adb0ba;
    background: #FFFFFF;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
}

/* .Onbordingtitle .onbordingpanel .onbordingform label {
    margin-bottom: 10px;
    display: inline-block;
    align-self: flex-start;
    overflow-wrap: break-word;
    
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #464646;
} */

.btngroup {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.btngroup .btnrevisor i {
    padding: 6px 10px;
}

a.btnrevisor.delete {
    color: #d1000b !important;
    background: white;
    border: 1px solid #d1000b;
    padding: 8px 12px;
    gap: 5px;
    align-items: center;
}

a.menuItem:hover {
    background: #d1000b !important;
    color: white !important;
    border: none;
}

.btngroup .btnrevisor {
    border-radius: 10px;
    background: #D1000B;
    display: flex;
    padding: 12px 30px;
    margin-top: 1em;
    border: none;
    height: fit-content;
    box-sizing: border-box;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
}

.btngroup .btnnofillrevisor {
    border-radius: 10px;
    background: #ffffff;
    border: 2px solid #D1000B;
    display: flex;
    padding: 10px 20px;
    margin-top: 1em;
    height: fit-content;
    box-sizing: border-box;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 16px;
    color: #D1000B;
}


.range-slider {
   position: relative;
    width: 100%;
    height: 45px;
}
.range-slider input {
    border: none !important;
}

/* .range-slider input {
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 15px;
    width: 100%;
    outline: none;
    height: 18px;
    margin: 0;
    padding: 0;
} */

.range-slider input::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    outline: 0;
}

.range-slider input::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -moz-appearance: none;
    width: 9px;
}

.range-slider input::-moz-range-track {
    position: relative;
    z-index: -1;
    background-color: rgba(0, 0, 0, 1);
    border: 0;
}

.range-slider input:last-of-type::-moz-range-track {
    -moz-appearance: none;
    background: none transparent;
    border: 0;
}

.range-slider input[type=range]::-moz-focus-outer {
    border: 0;
}

.rangeValue {
    width: 30px;
}

/* .output {
    position: absolute;
    border: 1px solid #999;
    width: auto;
    height: 30px;
    padding: 0px 5px;
    text-align: center;
    color: #999;
    border-radius: 4px;
    display: inline-block;
    font: bold 15px/30px Helvetica, Arial;
    bottom: 75%;
    left: 50%;
    transform: translate(-50%, 0);
} */

.output.outputTwo {
    left: 100%;
}

.rangcontainer {
    /* position: absolute; */
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* input[type=range] {
    -webkit-appearance: none;
    background: none;
} */

input[type=range]::-webkit-slider-runnable-track {
    height: 5px;
    border: none;
    border-radius: 3px;
    background: transparent;
}

input[type=range]::-ms-track {
    height: 5px;
    background: transparent;
    border: none;
    border-radius: 3px;
}

input[type=range]::-moz-range-track {
    height: 5px;
    background: transparent;
    border: none;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #555;
    margin-top: -5px;
    position: relative;
    z-index: 10000;
}

input[type=range]::-ms-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #555;
    margin-top: -5px;
    position: relative;
    z-index: 10000;
}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #555;
    margin-top: -5px;
    position: relative;
    z-index: 10000;
}

input[type=range]:focus {
    outline: none;
}

.full-range,
.incl-range {
    width: 100%;
    height: 5px;
    left: 0;
    top: 21px;
    position: absolute;
    background: #DDD;
}

.incl-range {
    background: #D1000B;
}




.onbording {
    display: flex;
    gap: 20px;
    padding: 20px 170px;
    height: 85vh;
}

.onbording .robopanel {
    flex: 0 0 40%;
}

.onbording .userinfo {
    flex: 0 0 60%;
    min-height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.onbording .robopanel img {
    max-height: 70vh;
}

.onbording .userinfo h4 {
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 62px;
    line-height: 1.214;
    color: #0A2743;
}

.onbording .userinfo p {
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 24px;
    line-height: 1.214;
    color: #0A2743;
    margin: 30px 0px;
}

.onbording .userinfo .btnrevisor:hover {
    text-decoration: none;
}

.onbording .userinfo .btnrevisor {
    border-radius: 10px;
    background: #D1000B;
    display: flex;
    padding: 12px 30px;
    margin-top: 1em;
    border: none;
    height: fit-content;
    box-sizing: border-box;
    overflow-wrap: break-word;
    
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    width: 165px;
}

.onbording .userinfo .identitys {
    display: flex;
    gap: 10px;
}

.onbording .userinfo .identitys img {}

.onbording .userinfo .identitys .content {
    display: flex;
    gap: 1px;
    flex-flow: column;
    justify-content: center;
}

.onbording .userinfo .content p {
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 24px;
    line-height: 1.214;
    color: #0A2743;
    margin: 0px 0px;
}

.Onbordingtitle .onbordingpanel .onbordingform label span {
    color: red;
    font-size: 21px;
    padding: 4px;
}

.formuser .fileuploaders img {
    padding: 10px;
    width: auto;
    height: 43px;

}

.formuser .fileuploaders input {
    width: 90%;
}

.addmore {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #d9d9d9;
    color: #676767;
    font-size: 22px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    left: 10px;
}

/* .rowlist.preferred-location-wrapper a.addmore {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    min-width: 40px;
    flex: none;
} */

.formItemlist .rowformuser .rowlist.property-type-row input[type="checkbox"] {
    width: 25px;
    height: 25px;
}



.formuser .rowlist .fileuploaders {
    /* width: 28%;*/
}

.formuser .fileuploaders {
    /* width: 100%;*/
    display: flex;
    border: 1px solid #adb0ba;
    justify-items: center;
    border-radius: 5px;
}

.no-border {
    border: none !important;
}

.no-border:hover,
.no-border:focus,
.no-border:active {
    border: none;
    outline: none;
    /* This line ensures there's no outline when the input is focused */
}

.projects {
    display: flex;
    width: 100%;
    gap: 10px;
    margin-bottom: 35px;
}




.projects .colunts {
    display: flex;

    height: 32px;
    width: 32px;
    align-items: center;
    background: #464646;
    border-radius: 50%;
    justify-content: center;
    color: #fff;
}

.projects .projectImages {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.projects .projectdetails {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.projects .projectdetails .projectdetails1 input,
.projects .projectdetails .projectdetails1 .fileuploaders {
    width: 45%;
}

.projects .projectdetails .projectdetails1 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.projects .projectdetails .projectImages {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
    align-items: center;
}

.projectImages img {
    border: 2px solid #f2f2f2;
    padding: 6px;
    border-radius: 10px;
    max-height: 12vh;
    overflow: hidden;
    /* max-width: 25%; */
}

.bobsmodal {
    position: fixed;
    z-index: 4;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}

.bobsmodal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: 700
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.bobsmodal-header {
    padding: 7px 14px;
    background-color: #5cb85c;
    color: #fff
}

.bobsmodal-header strong {
    font-size: 18px
}

.bobsmodal-body .success img {
    padding: 20px 135px;
    width: 100%;
}

.bobsmodal-body h4 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.bobsmodal-content .close,
.bobsmodal-content .close:focus,
.bobsmodal-content .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}



.bobsmodal-body p {
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.bobsmodal-body {
    width: 100%;
    padding: 2px 16px;
    word-break: break-word;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 11px;
    margin-bottom: 2em;
}

.bobsmodal-footer {
    padding: 4px 11px;
    color: #f2f2f2;
    border-top: 1px solid
}

/*Table structure */

.mytable tbody th,
.mytable td {
    border: 1px solid #f2f2f2;
    padding: 3px 6px
}

.mytable {
    border: 1px solid #f2f2f2;
    font-size: 14px;
    width: 100%
}

.mytable tbody th {
    text-align: left;
    background: #4CAF50;
    color: #fff
}

.panelbox {
    max-height: 480px;
    overflow: scroll
}

.D-none {
    display: none;
}

.D-show {
    display: block;
}




.leftMenu .menuItem.active {
    background: #D1000B;
    color: #ffffff;
}

.leftMenu .menuItem i {
    font-size: 17px;
}





.profilelist {
    display: flex;
    flex-direction: column;
    gap: 0px 10px;
    width: 100%;
}



.profilelist .profile {
    flex: 1 !important;
    padding: 10px 15px !important;
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: flex-start;
}

.Onbordingtitle .onbordingpanel .onbordingform
input,
.Onbordingtitle .onbordingpanel .onbordingform
select,
.Onbordingtitle .onbordingpanel .onbordingform
textarea {
  width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 9px 5px;
    border: 1px solid #adb0ba;
    border-radius: 5px;
}
.property-type-row {
    display: flex;
    flex-wrap: wrap;
    gap: 63px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    column-gap: 28px;
    row-gap: 14px;
    align-items: center;
}
.property-type-row input[type="checkbox"] {
    margin: 0;
}
.property-type-row label {
    margin: 1px 1px;
    line-height: 1.2;
}
.property-type-row > .item {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
    min-width: 120px;
}
.rowlist {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.rowlist > * {
      flex: 1 1 0;
    min-width: 180px;
}

.formItemlist .rowformuser {
     display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 18px;

}
.fileuploaders {
    width: 100%;
    justify-content: center;    
    justify-content: end;
    gap: 15px;
    left: 2px;
    position: relative;
    width: 100%;
    display: block;
    justify-content: flex-end;
}

/* .formItemlist .rowformuser label {
    padding-top: 15px;
} */




.containerfuiled {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.onboardingInc {
    padding: 0 40px;
    margin-bottom: 0px;
}

.panelheight {
    height: 84vh;
    justify-content: normal !important;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
    /* Options: auto, thin, none */
    scrollbar-color: #888 #f1f1f1;
    /* thumb color, track color */
}

/* WebKit browsers (Chrome, Safari) */
.panelheight::-webkit-scrollbar {
    width: 4px;
    /* Adjust the width here */
}

.panelheight::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Optional: background of the scrollbar track */
}

.panelheight::-webkit-scrollbar-thumb {
    background: #888;
    /* Optional: background color of the scrollbar thumb */
    border-radius: 10px;
    /* Optional: add border radius for rounded corners */
}

.panelheight::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Optional: color when hovering over the scrollbar thumb */
}



.model50 {
    width: 50%;
}

.model40 {
    width: 40%;
}

.marb20 {
    margin-bottom: 20px;
}

.modelfade {
    background-color: rgb(0 0 0 / 74%);
}


.logoutconfirm {
    text-align: center;
    padding: 45px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.logoutconfirm h6 {
    overflow-wrap: break-word;
    
    font-weight: 700;
    font-size: 36px;
    line-height: 0.833;
    color: #333333;
    margin-bottom: 20px;
}

.owl-nav {
    display: none;
}
.owl-dots {
    display: flex
;
    justify-content: center;
}
@media only screen and (max-width: 767px) {
    .text-secondary.small {
    padding: 24px 10px;
    display: block;
}
.information-line {
    display: block !important;
    width: 100% !important;
}

.view-properties .group-1000005059 {
    margin-bottom: 0.3px;
    display: flex
;
    flex-direction: row;
    justify-content: space-between;
    width: 100% !important;
    box-sizing: border-box;
}

.small-picture-container {
    margin: 10px 0 !important;
}
.maple-street-toronto-on-m-5-j-2-n-1 {
    display: block !important;
    width: 282px !important;
}
span.jasper-avenue {
    font-size: 30px !important;
}

.luxury-high-rise-condominium-with-modern-amenities {
    display: block !important;
    width: 100% !important;
}

span.close-to-downtown-walking-distance-to-parks-schools-and-public-transit {
    display: block !important;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left !important;
}
.top-section {
    display: block !important;
    margin: 0;
}

.big-picture {
    margin: 10px 0 !important;
}

.container-15 {
    width: 100% !important;
}
      /* Whole header ko column bana do */
  .container-fluid.p-0 {
    display: flex;
  }

  /* FIRST ROW = logo + right icons */
  .container-fluid.p-0 > .navbar-brand {
    order: 1;
    margin-bottom: 0;
  }

  .container-fluid.p-0 > #navbarSupportedContent {
    order: 1;
    margin-left: auto !important;
    display: flex !important;
  }

  #navbarSupportedContent .navbar-nav {
           gap: 0px !important;
        bottom: 45px;
        position: relative;

  }

  /* SECOND ROW = Search bar full width */
  .container-fluid.p-0 > form {
    order: 2;
    width: 100%;
    margin-top: 10px;
    margin-left: 0 !important;
  }

  /* Toggle button hide */
  .navbar-toggler {
    display: none !important;
  }
    input.form-control {
    width: 100% !important;
    display: flex !important
;
    border: 1px solid #EBEDF4 !important;
}

.leftMenu {
   display: flex;
    flex-direction: column;
    background: #fff;
    min-width: 18%;
    padding: 0;
    height: 100vh;
}
/* .onbordingpanel .panel80 {
    width: 100% !important;
} */
form.d-flex.ms-4.flex-grow-1 {
    position: relative !important;
    width: 100%  !important;
}
    .onboarding-2 {
        padding: 0px;
    }

    .navbar-light .navbar-toggler {
        display: none;
    }

    .Onbordingtitle h3 {
        font-size: 28px;
    }



    .navbar-expand-lg>.container {
        justify-content: center;
    }

    .Onbordingtitle .onbordingpanel {
        flex-direction: column;
    }

    .Onbordingtitle .onbordingpanel .onbordingstep ul li {
        text-align: right;
    }

    .Onbordingtitle .onbordingpanel {
        padding: 0px;
    }

    .Onbordingtitle .onbordingpanel .onbordingform .formItemlist {
        padding: 15px;
    }

    .Onbordingtitle .onbordingpanel .onbordingformpanel .btngroup .btnrevisor,
    .Onbordingtitle .onbordingpanel .onbordingformpanel .btngroup .btnnofillrevisor {
        padding: 10px 15px;
        font-size: 12px;
    }

    .Onbordingtitle .onbordingpanel .onbordingform label {
        font-size: 14px;
    }

    .Onbordingtitle .onbordingpanel .onbordingform input[type=text],
    .Onbordingtitle .onbordingpanel .onbordingform input[type=date],
    .Onbordingtitle .onbordingpanel .onbordingform input[type=number],
    .Onbordingtitle .onbordingpanel .onbordingform select {
        font-size: 14px;
    }

    .Onbordingtitle .onbordingpanel .onbordingstep ul li a {
        font-size: 16px;
    }

    .Onbordingtitle .onbordingpanel .onbordingform .formuser .rowlist input[type=text] {
        width: 80%;
    }

    .Onbordingtitle .onbordingpanel .onbordingform .formRoomlist .formuser50,
    .Onbordingtitle .onbordingpanel .onbordingform .formRoomlist .formuser25 {
        width: 100%;
    }

    .Onbordingtitle .onbordingpanel .onbordingform .formRoomlist {
        padding: 0 20px;
    }

    .Onbordingtitle .onbordingpanel .onbordingform .formRoomlist {
        gap: 0px;
    }

    .Onbordingtitle .onbordingpanel .onbordingform h4 {
        font-size: 20px;
    }

    .onbording {
        padding: 0px;
        height: 100%;
        flex-direction: column;
    }

    .onbording .robopanel {
        text-align: center;
    }

    .onbording .robopanel img {
        max-height: 50vh;
    }

    .onbording .userinfo h4 {
        font-size: 42px;
    }

    .onbording .userinfo p,
    .onbording .userinfo h4 {
        text-align: center;
    }

    .onbording .userinfo .btnrevisor {
        text-align: center;
        justify-content: center;
        width: 100%;
    }

    .onbording .userinfo {
        margin: 10px;
    }

    .onbording .userinfo .identitys {
        flex-direction: column;
        align-items: center;
    }

    .onbording .userinfo .identitys img {
        max-width: max-content;
    }
}


a.dropdown-item.py-3 {
    
}

a.dropdown-item.py-3 img {
    height: 18px;
    padding: 0px 8px;
}

.navbar-nav .nav-item .nav-link {
    color: #3E4954;
    
    font-size: 16px !important;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 16px;
}

a#navbarDropdownDocs img {
    padding: 10px;
}



.form-group {
    margin-bottom: 15px;
}





.form-group textarea {
    resize: vertical;
    height: 100px;
}

.form-group button {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #28a745;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.form-group button:hover {
    background-color: #218838;
}

.onbordingform h3 {
    background: #D1000B;
    padding: 15px;
    box-sizing: border-box;
    overflow-wrap: break-word;
    
    font-weight: 500;
    font-size: 20px;
    line-height: 0.708;
    color: #FFFFFF;
    width: 100%;
    text-align: left;
}
.dashbardRow {
    padding: 20px;
}


.ShortDescriber {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 15px;

}

.ShortDescriber .Short {
    display: flex;
    gap: 0px;
    justify-content: space-around;
    border-radius: 10px;

    border: 1px solid #f2f2f2;
    align-items:flex-start;
    padding: 20px;
    box-shadow: 0 4px 6px -1px rgba(163, 174, 208, 0.5), 0 2px 4px -1px rgba(163, 174, 208, 0.25);
}

table.table tbody tr td .recived {
    display: inline-block;
    overflow-wrap: break-word;
    
    font-weight: 400;
    font-size: 16px;
    color: #76BF4C;
}

table.table tbody tr td .pending {
    display: inline-block;
    overflow-wrap: break-word;
    
    font-weight: 400;
    font-size: 16px;
    color: #F2960D;
}

.btn_grp .btn {
    color: #0F4C75;
}

.Short.active .imgpanel {
    background: rgb(16 156 216 / 10%);
}

.ShortDescriber .Short .imgpanel {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    background: #DEEFF8;
    align-items: center;
    color: #2A435B;
    margin-right: 20px;
}

.ShortDescriber .Short .Shortcontentpanel {
   }

.ShortDescriber .Short .Shortcontentpanel p {
  font-size: 16px;
    color: #A3AED0;
    margin-bottom: 10px;
    
    text-align: justify;
    font-weight: 100;
}

.ShortDescriber .Short .Shortcontentpanel strong {
    color: #A3AED0;
    font-size: 35px;
}

/********** short describer 2 *****/


.ShortDescriber-2 {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 15px;
}

.ShortDescriber-2 .Short {
     display: flex;
    gap: 20px;
    border: 1px solid #f2f2f2;
    align-items: center;
    padding: 20px;
    box-shadow: 0 4px 6px -1px rgba(163, 174, 208, 0.5), 0 2px 4px -1px rgba(163, 174, 208, 0.25);
    border-radius: 15px;
    justify-content: flex-start;
    width: auto;
}

.ShortDescriber-2 .Short.active {
    background: #109CD8;
}

.ShortDescriber-2 .Short .imgpanel {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: flex;
    justify-items: center;
    background: #deeff8;
    padding: 10px;
    border-radius: 10px;
}

.ShortDescriber-2 .Short .Shortcontentpanel {
 display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 10px;
    text-align: left;
}

.ShortDescriber-2 .Short .Shortcontentpanel p {
    font-size: 16px;
    color: #656565;
    margin-bottom: 0;
}

.ShortDescriber-2 .Short .Shortcontentpanel strong {
    color: #28425A;
    
    font-size: 24px;
}
/* 
.card_body_dash .headtitle {
    font-weight: 700;
    margin-bottom: 10px;
} */

/* .card_body_dash {
    padding: 15px;
    margin: 10px 20px;
} */

.Onbordingtitle-subtitle,
.dashbard-content .headtitle {
    font-size: 20px;
    font-weight: bold;
}

.task_frm .table {
    margin-top: -8px;
    border-collapse: separate;
    border-spacing: 0 8px;
    border: 0px;
    margin-bottom: 0px;
}

.task_frm .table>thead {
    vertical-align: bottom;
}

.task_frm tbody,
td,
.task_frm tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    margin-bottom: 6px;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    margin-bottom: 6px;
    vertical-align: middle !important;
}

.card_body_dash .task_frm .table tbody:before {
    content: "@";
    display: block;
    line-height: 10px;
    text-indent: -99999px;
    line-height: 0px;
}

.card_body_dash .table tbody tr {
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.bottombutton {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    /* margin-top: 40px; */
}

.bottombutton p {
    margin: 0 20px 5px 0;
    display: inline-block;
    overflow-wrap: break-word;
    
    font-weight: 300;
    font-size: 20px;
    line-height: 1.672;
    color: #4A4A4A;
}

/* circle chart list*/
.dash_chat_list .card_box .cont_grp h6 {
    font-weight: 600;
    color: #2e2e2e;
    
    font-size: 36px;
    margin-bottom: 10px;
}

.dash_chat_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin: 10px 35px;
}

.dash_chat_list .card_box {
    display: flex;
    align-items: center;
    padding: 20px 15px;
    justify-content: space-between;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 4px 6px -1px rgba(163, 174, 208, 0.5), 0 2px 4px -1px rgba(163, 174, 208, 0.25);
}

.dash_chat_list .card_box .cont_grp h3 {
    font-weight: 600;
    color: #2e2e2e;
    
    font-size: 36px;
    margin-bottom: 10px;
}

.dash_chat_list .card_box .cont_grp p {
    color: #000;
    
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    /* 125% */
}

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

.card_prog .percent {
    position: relative;
    width: 80px;
    height: 80px;
}

.card_prog svg {
    position: relative;
    width: 80px;
    height: 80px;
    transform: rotate(-90deg);
}

.card_prog svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #f0f0f0;
    stroke-width: 6;
    stroke-linecap: round;
}

.card_prog svg circle:last-of-type {
    stroke: #3b4cb8;
    stroke-dasharray: 215px;
    stroke-dashoffset: calc(225px - (225px * var(--percent)) / 100);
}

.card_prog .number {
    position: absolute;
    top: 51%;
    left: 48%;
    transform: translate(-50%, -50%);
}

.card_prog .number h3 {
    color: #3b4cb8;
    font-size: 12px;
    
    font-weight: 700;
    background: #e1e5ff;
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dash_chat_list .card_box .cont_grp {
    width: 60%;
}

.card_prog .number h3 span {}

.card_prog .title h2 {
    margin: 25px 0 0;
}

.card_prog svg circle:first-child {
    stroke-width: 2;
}

.dash_chat_list .card_box:nth-child(2) .card_prog svg circle {
    stroke: #ab54db;
}

.dash_chat_list .card_box:nth-child(2) .card_prog svg circle:first-child {
    stroke: rgba(171, 84, 219, 0.1);
}

.dash_chat_list .card_box:nth-child(2) .card_prog .number h3 {
    background: rgba(171, 84, 219, 0.1);
    color: #ab54db;
}

.dash_chat_list .card_box:nth-child(3) .card_prog svg circle {
    stroke: #37d159;
}

.dash_chat_list .card_box:nth-child(3) .card_prog svg circle:first-child {
    stroke: rgba(0, 163, 137, 0.1);
}

.dash_chat_list .card_box:nth-child(3) .card_prog .number h3 {
    background: rgba(171, 84, 219, 0.1);
    color: #37d159;
}

.dash_chat_list .card_box:nth-child(4) .card_prog svg circle {
    stroke: #535353;
}

.dash_chat_list .card_box:nth-child(4) .card_prog svg circle:first-child {
    stroke: rgba(83, 83, 83, 0.1);
}

.dash_chat_list .card_box:nth-child(4) .card_prog .number h3 {
    background: rgba(83, 83, 83, 0.1);
    color: #ab54db;
}

.dash_chat_list .card_box:nth-child(5) .card_prog svg circle {
    stroke: #00a389;
}

.dash_chat_list .card_box:nth-child(5) .card_prog svg circle:first-child {
    stroke: rgba(0, 163, 137, 0.1);
}

.dash_chat_list .card_box:nth-child(5) .card_prog .number h3 {
    background: rgba(0, 163, 137, 0.1);
    color: #00a389;
}

.dash_chat_list .card_box:nth-child(6) .card_prog svg circle {
    stroke: #fe5722;
}

.dash_chat_list .card_box:nth-child(6) .card_prog svg circle:first-child {
    stroke: rgba(254, 87, 34, 0.1);
}

.dash_chat_list .card_box:nth-child(6) .card_prog .number h3 {
    background: rgba(254, 87, 34, 0.1);
    color: #fe5722;
}

.grp_card {
    border-radius: 12px;
    border: 1px solid #a0a0a0;
    margin-top: 30px;
    background: #fff;
    padding: 20px 30px;
}

.grp_card .hd_title {
    margin-bottom: 24px;
}

.grp_card .hd_title h3 {
    color: #464e5f;
    font-size: 16px;
    font-weight: 600;
    
}

.grp_card .grp_data {}

.grp_card .grp_data img {
    width: 100%;
}

.Sub_sect .grp_pt {
    margin-top: 20px;
}

.Sub_sect .grp_pt .crd_bx .cont_bx {
    margin-left: 14px;
    box-shadow: none;
}

.Sub_sect .grp_pt .crd_bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.Sub_sect .grp_pt .crd_bx .cont_bx h3 {
    color: #000;
    
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.Sub_sect .grp_pt .crd_bx .revenue_ratio h4 {
    color: #686868;
    text-align: right;
    
    font-size: 13px;
    font-weight: 600;
}

.Sub_sect .grp_pt .crd_bx .icon_bx {
    display: flex;
    align-items: center;
}

.Sub_sect .grp_pt .crd_bx .icon_bx .ic_bx {
    border-radius: 6px;
    background: #c9f7f5;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Sub_sect .grp_pt .crd_bx:last-child .ic_bx {
    background: #fff4de;
}

.EnquiriesChart {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 10px 35px;
    padding-top: 20px;
}

.EnquiriesChart .headtitle {
    color: #000;
    
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.verificationPending,
.verificationApproved {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    min-height: 0vh;
    margin: 20px 0em;
    align-items: center;
}

.verificationPending .verification-pending,
.verificationApproved .verification-pending {
    margin-left: 1px;
    overflow-wrap: break-word;
    
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2;
    color: #0A2743;
}

.verificationPending p {
    text-align: center;
    overflow-wrap: break-word;
    
    font-weight: 300;
    font-size: 20px;
    line-height: 1.672;
    color: #4A4A4A;
}

.manageIconbtn {
    gap: 10px;
    line-height: 1.7;
}

/* property detail css */

.view-properties .container-17 {
    background: url('../assets/images/image.png');
    width: 176px;
    height: 69px;
}

.view-properties .group {
    width: 26.7px;
    height: 26.7px;
}

.view-properties .healthiconsui-user-profile {
    margin-right: 11.7px;
    display: flex;
    width: 26.7px;
    height: 26.7px;
    box-sizing: border-box;
}

.view-properties .james-stefano {
    margin-right: 11.2px;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: #8A8A8A;
}

.view-properties .vector-29 {
    width: 10px;
    height: 5px;
}

.view-properties .ictwotone-arrow-drop-down {
    margin: 8px 0 9px 0;
    display: flex;
    width: 10px;
    height: 5px;
    box-sizing: border-box;
}

.view-properties .group-8062 {
    margin: 3.3px 0 1.3px 0;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}

.view-properties .group-1000002533 {
    margin: 19.7px 0 22.7px 0;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}

.view-properties .group-1000005164 {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: #FFFFFF;
    position: relative;
    margin-bottom: 42.1px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 14px 123px 12px 118px;
    width: 1440px;
    box-sizing: border-box;
}

.view-properties .jasper-avenue {
    /* margin-right: 28px; */
    width: 90%;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 30px;
    text-transform: capitalize;
    color: #0A2743;
}

.view-properties .back {
      display: inline-block;
    overflow-wrap: break-word;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    color: rgba(10, 29, 68, 0.79);
}

.view-properties .container-15 {
    margin: 0 34.4px 5.1px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1209.6px;
    box-sizing: border-box;
}

.view-properties .luxury-high-rise-condominium-with-modern-amenities {
    display: block;
    text-transform: capitalize;
    color: #0A2743;
    text-align: justify;
    font-size: 18px;
    margin-bottom: 15px;
}

.view-properties .maple-street-toronto-on-m-5-j-2-n-1 {
    margin: 0.3px 9.5px 0 0;
    display: inline-block;
    width: 317.5px;
    overflow-wrap: break-word;
    
    font-weight: 400;
    font-size: 16px;
    color: rgba(10, 29, 68, 0.4);
}

.view-properties .ellipse-19 {
    border-radius: 2.8px;
    background: #B1B1B1;
    margin: 7.4px 0 6px 0;
    width: 5.6px;
    height: 5.6px;
}

.view-properties .show-on-map {
    overflow-wrap: break-word;
    
    font-weight: 400;
    font-size: 16px;
    color: #1F59D3;
}

.view-properties .group-1000005060 {
    margin-top: 0.3px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 130.6px;
    box-sizing: border-box;
}

.view-properties .ellipse-23 {
    border-radius: 2.8px;
    background: #B1B1B1;
    margin: 7.7px 0 5.7px 0;
    width: 5.6px;
    height: 5.6px;
}

.view-properties .close-to-downtown-walking-distance-to-parks-schools-and-public-transit {
    overflow-wrap: break-word;
    
    font-weight: 400;
    font-size: 16px;
    color: rgba(10, 29, 68, 0.4);
}

.view-properties .group-1000005059 {
    margin-bottom: 0.3px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 549.9px;
    box-sizing: border-box;
}

.view-properties .information-line {
   margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-self: flex-start;
    width: 100%;
    padding: 10px 0 15px;
}

.view-properties .vector-28 {
    width: 20.5px;
    height: 18px;
}

.view-properties .radix-iconsheart-filled {
    margin: 1px 9.4px 1px 0;
    display: flex;
    width: 20.5px;
    height: 18px;
    box-sizing: border-box;
}

.view-properties .button-save {
    overflow-wrap: break-word;
    
    font-weight: 400;
    font-size: 14px;
    line-height: 1.429;
    color: #666666;
}

.view-properties .container-12 {
    border-radius: 10px;
    background: url('../assets/images/main_image.png') 50% / cover no-repeat;
    position: relative;
    margin: 0 13px 1.4px 0;
    display: flex;
    flex-direction: row;
    padding: 33.4px 0 0 36.3px;
    width: 923px;
    height: 625px;
    box-sizing: border-box;
}

.view-properties .black-white-exterior-building-1 {
    border-radius: 10px;
    background: url('../assets/images/black_white_exterior_building_1.jpeg') 50% / cover no-repeat;
    margin-bottom: 46px;
    width: 270px;
    height: 178px;
}

.view-properties .plain-concrete-structure-city-1 {
    border-radius: 10px;
    background: url('../assets/images/plain_concrete_structure_city_1.jpeg') 50% / cover no-repeat;
    margin-bottom: 46px;
    width: 270px;
    height: 178px;
}

.view-properties .brutalist-inspiration-architecture-background-1 {
    border-radius: 10px;
    background: url('../assets/images/brutalist_inspiration_architecture_background_1.jpeg') 50% / cover no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
}

.view-properties .base {
    border-radius: 7px;
    border: 3px solid #FFFFFF;
    background: rgba(2, 2, 2, 0.38);
    position: absolute;
    left: 50%;
    top: 62px;
    translate: -50% 0;
    width: 195.3px;
    height: 54.7px;
}

.view-properties .view-photos {
    position: relative;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
}

.view-properties .view-photos-button {
    border-radius: 7px;
    position: relative;
    margin-left: 9px;
    display: flex;
    padding: 77px 0 77px 0.3px;
    width: 261px;
    box-sizing: border-box;
}

.view-properties .frame-1171275586 {
    margin: 0.4px 22.8px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 270px;
    box-sizing: border-box;
}

.view-properties .scroll-bar {
    border-radius: 90px;
    background: rgba(0, 0, 0, 0.22);
    margin-bottom: 427.7px;
    width: 11.2px;
    height: 198.7px;
}

.view-properties .container-13 {
    margin-left: 4px;
    display: flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
}

.view-properties .main-image-section {
    /* margin: 0 100px 18.6px 96px;*/
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
}

.property-info-box .property-info-title h3 {
          font-weight: 600;
    font-size: 22px;
    color: #000000;
    line-height: 1.5;

}
.property-info-box .property-info-title h3:after{
content: '';
background: #D1000B;
height: 3px;
width: 50px;
display: block;
margin-top: 10px;
}
.property-info-box {
    border-radius: 10px;
    border: 2px solid #E5E5E5;
    padding: 20px;
    width: 100%;
    margin-top: 30px;
}


.view-properties .vector-32 {
    width: 43.9px;
    height: 32.9px;
}

.view-properties .car-brake-parking {
    margin-bottom: 30.3px;
    display: flex;
    width: 43.9px;
    height: 32.9px;
    box-sizing: border-box;
}

.view-properties .rooftop-pool-and-lounge {
    text-align: center;
    overflow-wrap: break-word;
    
    font-weight: 500;
    font-size: 20px;
    color: #404040;
}

.view-properties .free-parking {
    margin: 13.4px 40.3px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.view-properties .separator-05 {
    background: rgba(19, 53, 124, 0.37);
    margin-bottom: 4.8px;
    width: 1px;
    height: 117.7px;
}

.view-properties .group-1000005068 {
    margin: 0 16.7px 2.9px 0;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    width: 20%;
}

.view-properties .vector-33 {
    width: 40.3px;
    height: 38.8px;
}

.view-properties .dog-solid {
    margin: 0 0.3px 32.8px 0;
    display: flex;
    width: 40.3px;
    height: 38.8px;
    box-sizing: border-box;
}

.view-properties .pet-friendly-zones {
    overflow-wrap: break-word;
    
    font-weight: 500;
    font-size: 20px;
    color: #404040;
}

.view-properties .pets-allowed {
    margin: 17.4px 33.7px 5.8px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.view-properties .separator-04 {
    background: rgba(19, 53, 124, 0.37);
    width: 1px;
    height: 117.7px;
}

.view-properties .group-1000005069 {
    margin: 2px 55.6px 5.7px 0;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}

.view-properties .vector-34 {
    width: 43.4px;
    height: 34.1px;
}

.view-properties .desktop-solid {
    margin: 0 1.2px 21.3px 0;
    display: flex;
    width: 43.4px;
    height: 34.1px;
    box-sizing: border-box;
}

.view-properties .private-movie-theater {
    text-align: center;
    overflow-wrap: break-word;
    
    font-weight: 500;
    font-size: 20px;
    color: #404040;
}

.view-properties .cable-tv {
    margin: 0px 22.6px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.view-properties .separator-03 {
    background: rgba(19, 53, 124, 0.37);
    margin-bottom: 5.7px;
    width: 1px;
    height: 117.7px;
}

.view-properties .group-1000005070 {
    margin: 2px 28.9px 0 0;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}

.view-properties .washing-machine-1 {
    margin-bottom: 27.9px;
    width: 41.6px;
    height: 41.6px;
}

.view-properties .concierge-and-security {
    text-align: center;
    overflow-wrap: break-word;
    
    font-weight: 500;
    font-size: 20px;
    color: #404040;
}

.view-properties .washing-machine {
    margin: 8.4px 29.9px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.view-properties .separator-02 {
    background: rgba(19, 53, 124, 0.37);
    margin-bottom: 6.1px;
    width: 1px;
    height: 117.7px;
}

.view-properties .group-1000005071 {
    margin: 0 28.5px 1.6px 0;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}

.view-properties .vector-40 {
    width: 34.6px;
    height: 34.6px;
}

.view-properties .plane-departure {
    margin: 0 0 34.7px 6.9px;
    display: flex;
    width: 34.6px;
    height: 34.6px;
    box-sizing: border-box;
}

.view-properties .childrens-play-area {
    overflow-wrap: break-word;
    
    font-weight: 500;
    font-size: 20px;
    color: #404040;
}

.view-properties .airport-lift {
    margin: 17.9px 29.5px 7.5px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.view-properties .separator-01 {
    background: rgba(19, 53, 124, 0.37);
    width: 1px;
    height: 117.7px;
}

.view-properties .group-1000005072 {
    margin: 2px 0 5.7px 0;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}

.view-properties .container-4 {
    /*margin: 0 0 28.5px 14.9px;*/
    display: flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
}

.view-properties .background-3 {
    border-radius: 3px;
    background: #D1000B;
    width: 26px;
    height: 4px;
}

.view-properties .background-4 {
    border-radius: 3px;
    background: #A3A3A3;
    width: 26px;
    height: 4px;
}

.view-properties .background-5 {
    border-radius: 3px;
    background: #A3A3A3;
    width: 26px;
    height: 4px;
}

.view-properties .group-1702 {
    border-radius: 3px;
    margin-right: 1px;
    display: flex;
    flex-direction: row;
    align-self: center;
    column-gap: 10px;
    width: 98px;
    box-sizing: border-box;
}



.view-properties .section-00 {

    /* margin: 0 50px 20px 50px;*/
    /* display: flex;*/
    /* padding: 15px;*/
    width: 100%;
    box-sizing: border-box;
}

.view-properties .heading-2-amenities-1 {
    margin-bottom: 15px;
    display: inline-block;
    align-self: flex-start;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 24px;
    line-height: 1.333;
    color: #000000;
}

.view-properties .div-w-147 {
    border-bottom: 3px solid #D1000B;
    margin-bottom: 21.6px;
    align-self: flex-start;
    width: 55px;
    height: 1px;
}

.view-properties .check-box-with-check-svgrepo-com {
    margin: 4.6px 10px 4.4px 0;
    width: 15px;
    height: 15px;
}

.view-properties .public-transit {
    overflow-wrap: break-word;
    
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #404040;
}

.view-properties .group-1000003043 {
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}

.view-properties .check-box-with-check-svgrepo-com-2 {
    margin: 4.6px 10px 4.4px 0;
    width: 15px;
    height: 15px;
}

.view-properties .schools {
    overflow-wrap: break-word;
    
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #404040;
}

.view-properties .group-1000003045 {
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    margin-left: -25px;
}

.view-properties .check-box-with-check-svgrepo-com-4 {
    margin: 4.6px 10px 4.4px 0;
    width: 15px;
    height: 15px;
}

.view-properties .grocery-stores {
    overflow-wrap: break-word;
    
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #404040;
}

.view-properties .group-1000003047 {
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}

.view-properties .container-14 {
    margin-bottom: 18px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-self: flex-start;
    width: 827.7px;
    box-sizing: border-box;
}

.view-properties .check-box-with-check-svgrepo-com-1 {
    margin: 4.6px 10px 4.4px 0;
    width: 15px;
    height: 15px;
}

.view-properties .parks {
    overflow-wrap: break-word;
    
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #404040;
}

.view-properties .group-1000003044 {
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    width: 25%;
}

.view-properties .check-box-with-check-svgrepo-com-3 {
    margin: 4.6px 10px 4.4px 0;
    width: 15px;
    height: 15px;
}

.view-properties .shopping {
    overflow-wrap: break-word;
    
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #404040;
}

.view-properties .group-1000003046 {
    margin: 0px 0;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}

.view-properties .check-box-with-check-svgrepo-com-5 {
    margin: 4.6px 10px 4.4px 0;
    width: 15px;
    height: 15px;
}

.view-properties .pet-friendly-zones-1 {
    overflow-wrap: break-word;
    
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #404040;
}

.view-properties .group-1000003048 {
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}

.view-properties .container-6 {
    display: flex;
    flex-direction: row;
    /*justify-content: space-between;*/
    align-self: flex-start;
    width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
    gap: 10px 20px;
}

/* .view-properties .section-7 {
    border-radius: 16px;
    border: 2px solid #E5E5E5;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    overflow: auto;
} */

.view-properties .heading-2-community-2 {
    margin-bottom: 15px;
    display: inline-block;
    align-self: flex-start;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 24px;
    line-height: 1.333;
    color: #000000;
}

.view-properties .div-w-142 {
    border-bottom: 3px solid #D1000B;
    margin-bottom: 45px;
    align-self: flex-start;
    width: 55px;
    height: 1px;
}

.view-properties .house-sign-draft-1 {
    background: url('../vectors/sitemap1.png');
    /*transform: rotate(-89.821deg);*/
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    height: 360px;
}

.view-properties .mask-group {
    border-radius: 5px;
    position: relative;
    width: 33.333%;
    box-sizing: border-box;
}

.view-properties .flat-lay-architectural-project-with-different-tools-arrangement-2 {
    background: url('../vectors/sitemap2.png');
    position: absolute;
    width: 100%;
    height: 360px;
}

.view-properties .mask-group-2 {
    border-radius: 5px;
    position: relative;
    width: 33.333%;
    box-sizing: border-box;
}

.view-properties .whats-app-image-20240606-at-12561 {
    background: url('../vectors/sitemap3.png');
    width: 100%;
    height: 360px;
}

.view-properties .mask-group-1 {
    border-radius: 5px;
    position: relative;
    width: 33.333%;
    box-sizing: border-box;
}

.view-properties .container-5 {
    display: flex;
    flex-direction: row;
    column-gap: 55px;
    /*width: 1130px;*/
    box-sizing: border-box;
    padding: 15px;
}

.view-properties .section-2 {
    margin-top: 2em;
    border-radius: 16px;
    border: 2px solid #E5E5E5;
    /*margin: 0 50px 20px 50px;*/
    /* display: flex;*/
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
}

.view-properties .heading-2-community {
    margin: 0 11px 15px 11px;
    display: inline-block;
    align-self: flex-start;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 24px;
    line-height: 1.333;
    color: #000000;
}

.view-properties .div-w-14 {
    border-bottom: 3px solid #D1000B;
    margin: 0 11px 18.4px 11px;
    align-self: flex-start;
    width: 55px;
    height: 1px;
}
.property-info-title {
    margin-bottom: 30px;
}



.floorPlan p{    
    font-weight: 500;
    font-size: 18px;
    line-height: 1.65;
    color: #404040;
}

.recommendedItems {
    padding: 15px;
}
.view-properties .section {
    border-radius: 16px;
    border: 2px solid #E5E5E5;
    margin-top: 2em;
    /* display: flex;*/
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
}

.view-properties .heading-2-community-1 {
    margin-bottom: 15px;
    display: inline-block;
    align-self: flex-start;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 24px;
    line-height: 1.333;
    color: #000000;
}

.view-properties .div-w-141 {
    border-bottom: 3px solid #D1000B;
    margin-bottom: 27px;
    align-self: flex-start;
    width: 55px;
    height: 1px;
}

.view-properties .vector {
    width: 50px;
    height: 50px;
}

.view-properties .group-1000005076 {
    margin-right: 26.8px;
    display: flex;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
}

.view-properties .december-2026 {
    margin: 6px 0 7px 0;
    display: inline-block;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 24px;
    line-height: 1.542;
    color: #404040;
}

.view-properties .container-2 {
    display: flex;
    flex-direction: row;
    align-self: flex-start;
    width: 100%;
    box-sizing: border-box;
}

.view-properties .section-1 {
    border-radius: 16px;
    border: 2px solid #E5E5E5;
    margin-top: 2em;
    /* display: flex;*/
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
}

.view-properties .heading-2-community-3 {
    margin-bottom: 15px;
    display: inline-block;
    align-self: flex-start;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 24px;
    line-height: 1.333;
    color: #000000;
}

.view-properties .div-w-143 {
    border-bottom: 3px solid #D1000B;
    margin-bottom: 31px;
    align-self: flex-start;
    width: 55px;
    height: 1px;
}

.view-properties .container-4 {
    margin-bottom: 18px;
    /*display: inline-block;*/
    align-self: flex-start;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 36px;
    color: #404040;
}

.view-properties .bedroom-units {
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    color: #404040;
}

.view-properties .text {
    margin-right: 68.5px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.view-properties .container-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
}

.view-properties .container-2 {
    border-radius: 28.5px;
    /* background: rgba(3, 147, 228, 0.1); */
    /*position: absolute;*/
    top: 12px;
    right: 12px;

    height: 57px;
}

.view-properties .container-3 {
    position: relative;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 16px;
    color: #0393E4;
}

/*.view-properties .ring-progressbar {
  position: relative;
  margin: 3px 0 6px 0;
  display: flex;
  padding: 32px 1.8px 25px 0;
  width: 81px;
  height: 100%;
  box-sizing: border-box;
}*/
.view-properties .for-sale {
    border-radius: 14px;
    background: #FFFFFF;
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 30px 26px 26px 25px;
    box-sizing: border-box;
}

.view-properties .container-9 {
    margin-bottom: 18px;
    display: inline-block;
    align-self: flex-start;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 36px;
    color: #2E2E2E;
}

.view-properties .bedroom-units-1 {
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    color: #404040;
}

.view-properties .text-1 {
    margin-right: 68.5px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}



.view-properties .container-7 {
    border-radius: 28.5px;
    background: rgba(3, 147, 228, 0.1);
    position: absolute;
    top: 12px;
    right: 12px;
    width: 57px;
    height: 57px;
}

.view-properties .container-8 {
    position: relative;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 16px;
    color: #0393E4;
}

/*.view-properties .ring-progressbar-1 {
  position: relative;
  margin: 3px 0 6px 0;
  display: flex;
  padding: 32px 0 25px 1.1px;
  width: 81px;
  height: 100%;
  box-sizing: border-box;
}*/
.view-properties .for-sale-1 {
    border-radius: 14px;
    background: #FFFFFF;
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 30px 26px 26px 25px;
    box-sizing: border-box;
}

/*.view-properties .container-14 {
  margin-bottom: 18px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
  
  font-weight: 600;
  font-size: 36px;
  color: #404040;
}*/
.view-properties .penthouse-units {
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    color: #404040;
}

.view-properties .text-2 {
    margin-right: 70.5px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.view-properties .container-11 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
}

.view-properties .container-12 {
    border-radius: 28.5px;
    background: rgba(3, 147, 228, 0.1);
    position: absolute;
    top: 12px;
    right: 12px;
    width: 57px;
    height: 57px;
}

.view-properties .container-13 {
    position: relative;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 16px;
    color: #0393E4;
}

/*.view-properties .ring-progressbar-2 {
  position: relative;
  margin: 3px 0 6px 0;
  display: flex;
  padding: 32px 1.4px 25px 0;
  width: 81px;
  height: 100%;
  box-sizing: border-box;
}*/
.view-properties .for-sale-2 {
    border-radius: 14px;
    background: #FFFFFF;
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 30px 26px 26px 25px;
    box-sizing: border-box;
}

.view-properties .container-11 {
    display: flex;
    flex-direction: row;
    column-gap: 50px;
    width: 100%;
    box-sizing: border-box;
}

.view-properties .section-3 {
    border-radius: 16px;
    border: 2px solid #E5E5E5;
    margin: 0 50px 20px 50px;
    display: flex;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;

}

.view-properties .heading-2-community-7 {
    margin: 0 11px 15px 11px;
    display: inline-block;
    align-self: flex-start;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 24px;
    line-height: 1.333;
    color: #000000;
}

.view-properties .div-w-149 {
    border-bottom: 3px solid #D1000B;
    margin: 0 11px 21.5px 11px;
    align-self: flex-start;
    width: 55px;
    height: 1px;
}

.view-properties .bedroom-unit-2500-per-month-2-bedroom-unit-3500-per-month-penthouse-6000-per-month {
    align-self: flex-start;
    overflow-wrap: break-word;
    
    font-weight: 500;
    font-size: 20px;
    line-height: 1.65;
    color: #404040;
}

.view-properties .section-9 {
    border-radius: 16px;
    border: 2px solid #E5E5E5;
    margin-top: 2em;
    /* display: flex;*/
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
}

.view-properties .heading-2-community-8 {
    margin: 0 11px 15px 11px;
    display: inline-block;
    align-self: flex-start;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 24px;
    line-height: 1.333;
    color: #000000;
}

.view-properties .div-w-1410 {
    border-bottom: 3px solid #D1000B;
    margin: 0 11px 21.5px 11px;
    align-self: flex-start;
    width: 55px;
    height: 1px;
}

.view-properties .comparable-1-bedroom-condos-22002800-comparable-2-bedroom-condos-30004000-penthouse-units-50007000 {
    align-self: flex-start;
    overflow-wrap: break-word;
    
    font-weight: 500;
    font-size: 20px;
    line-height: 1.65;
    color: #404040;
}

.view-properties .section-10 {
    border-radius: 16px;
    border: 2px solid #E5E5E5;
    margin-top: 2em;
    /* display: flex;*/
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
}

.view-properties .heading-2-community-9 {
    margin: 0 11px 15px 11px;
    display: inline-block;
    align-self: flex-start;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 24px;
    line-height: 1.333;
    color: #000000;
}

.view-properties .div-w-1411 {
    border-bottom: 3px solid #D1000B;
    margin: 0 11px 25px 11px;
    align-self: flex-start;
    width: 55px;
    height: 1px;
}

.view-properties .past-5-years-in-area-average-annual-increase-of-6-in-property-values-market-analysis-consistent-growth-due-to-high-demand-and-limited-supply-in-the-downtown-toronto-area {
    align-self: flex-start;
    overflow-wrap: break-word;
    
    font-weight: 400;
    font-size: 20px;
    line-height: 1.65;
    color: #404040;
}

.view-properties .section-11 {
    border-radius: 16px;
    border: 2px solid #E5E5E5;
    margin-top: 2em;
    /* display: flex;*/
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
}

.view-properties .group-1000005083 {
    border-radius: 16px;
    /*margin: 0 112px 20px 112px;*/
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
}

.view-properties .heading-2-amenities-2 {
    margin-bottom: 15px;
    display: inline-block;
    align-self: flex-start;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 24px;
    line-height: 1.333;
    color: #000000;
}

.view-properties .div-w-1412 {
    border-bottom: 3px solid #D1000B;
    margin-bottom: 32px;
    align-self: flex-start;
    width: 55px;
    height: 1px;
}

.view-properties .container-15 {
    margin: 0 1.1px 7px 0;
    /*display: inline-block;*/
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 36px;
    color: #2E2E2E;
}

.view-properties .average-annual-appreciation {
    overflow-wrap: break-word;
    
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #404040;
}

.view-properties .group-1000005080 .unit {
    display: flex;
    flex-direction: column;
}

.view-properties .group-1000005080 {
    box-shadow: 0px 3px 5px 0px rgba(209, 0, 11, 0.2);
    border-radius: 14px;
    background: #FFFFFF;
    position: relative;
    margin-right: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 25px;
    width: 370px;
    box-sizing: border-box;
}

.view-properties .group-10000050809 {
    box-shadow: 0px 3px 5px 0px rgba(209, 0, 11, 0.2);
    border-radius: 14px;
    background: #FFFFFF;
    position: relative;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
    width: 370px;
    box-sizing: border-box;
}

.view-properties .container-16 {
    margin: 0 0.2px 19px 0;
    display: inline-block;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 36px;
    color: #2E2E2E;
}

.view-properties .projected-roi-over-5-years {
    overflow-wrap: break-word;
    
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #404040;
}

.view-properties .group-1000005081 {
    box-shadow: 0px 3px 5px 0px rgba(209, 0, 11, 0.2);
    border-radius: 14px;
    background: #FFFFFF;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 0 27px 0;
    width: 370px;
    box-sizing: border-box;
}

.view-properties .container-9 {
    display: flex;
    flex-direction: row;
    align-self: flex-start;
    width: 100%;
    box-sizing: border-box;
}

.view-properties .section-12 {
    border-radius: 16px;
    border: 2px solid #E5E5E5;
    margin-top: 2em;
    /* display: flex;*/
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
}

.view-properties .heading-2-community-10 {
    margin: 0 11px 15px 11px;
    display: inline-block;
    align-self: flex-start;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 24px;
    line-height: 1.333;
    color: #000000;
}

.view-properties .div-w-1413 {
    border-bottom: 3px solid #D1000B;
    margin: 0 11px 21px 11px;
    align-self: flex-start;
    width: 55px;
    height: 1px;
}

.view-properties .initial-deposit-20-upon-signing-the-agreement-second-payment-10-after-6-months-third-payment-10-after-12-months-fourth-payment-10-after-18-months-fifth-payment-10-after-24-months-final-payment-40-upon-possession {
    align-self: flex-start;
    overflow-wrap: break-word;
    
    font-weight: 400;
    font-size: 20px;
    line-height: 1.65;
    color: #404040;
}

.view-properties .section-13 {
    border-radius: 16px;
    border: 2px solid #E5E5E5;
    margin-top: 2em;
    /* display: flex;*/
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
}

.view-properties .heading-2-community-4 {
    margin: 0 11px 15px 11px;
    display: inline-block;
    align-self: flex-start;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 24px;
    line-height: 1.333;
    color: #000000;
}

.view-properties .div-w-144 {
    border-bottom: 3px solid #D1000B;
    margin: 0 11px 41px 11px;
    align-self: flex-start;
    width: 55px;
    height: 1px;
}

.view-properties .current-status-foundation-completed-superstructure-construction-in-progress-next-milestone-exterior-finishing-to-begin-in-july-2024-update-frequency-monthly-updates-via-email-newsletter {
    align-self: flex-start;
    overflow-wrap: break-word;
    
    font-weight: 400;
    font-size: 20px;
    line-height: 1.65;
    color: #404040;
}

.current-status {
    
    font-weight: 100;
    font-size: 20px;
    line-height: 1.333;
}

.current-status-foundation-completed-superstructure-construction-in-progress-next-milestone-exterior-finishing-to-begin-in-july-2024-update-frequency-monthly-updates-via-email-newsletter-sub26 {
    
    font-weight: 200;
    font-size: 12px;
    line-height: 1.333;
}

.current-status-foundation-completed-superstructure-construction-in-progress-next-milestone-exterior-finishing-to-begin-in-july-2024-update-frequency-monthly-updates-via-email-newsletter-sub25 {
    
    font-weight: 400;
    font-size: 20px;
    line-height: 1.333;
}

.current-status-foundation-completed-superstructure-construction-in-progress-next-milestone-exterior-finishing-to-begin-in-july-2024-update-frequency-monthly-updates-via-email-newsletter {
    
    font-weight: 400;
    font-size: 20px;
    line-height: 1.333;
}

.view-properties .section-4 {
    border-radius: 16px;
    border: 2px solid #E5E5E5;
    margin-top: 2em;
    /* display: flex;*/
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
}

.view-properties .heading-2-community-5 {
    margin: 0 11px 15px 11px;
    display: inline-block;
    align-self: flex-start;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 24px;
    line-height: 1.333;
    color: #000000;
}

.view-properties .div-w-145 {
    border-bottom: 3px solid #D1000B;
    margin: 0 11px 36.5px 11px;
    align-self: flex-start;
    width: 55px;
    height: 1px;
}

.view-properties .building-permit-approved-by-the-city-of-toronto-environmental-clearance-received-zoning-compliance-verified-and-compliant-with-local-regulation {
    align-self: flex-start;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 20px;
    line-height: 1.65;
    color: #404040;
}

.building-permit-approved-by-the-city-of-toronto-environmental-clearance-received-zoning-compliance-verified-and-compliant-with-local-regulation-sub35 {
    
    font-weight: 600;
    font-size: 20px;
    line-height: 1.333;
}

.building-permit-approved-by-the-city-of-toronto-environmental-clearance-received-zoning-compliance-verified-and-compliant-with-local-regulation-sub34 {
    
    font-weight: 400;
    font-size: 20px;
    line-height: 1.333;
}

.building-permit-approved-by-the-city-of-toronto-environmental-clearance-received-zoning-compliance-verified-and-compliant-with-local-regulation {
    
    font-weight: 400;
    font-size: 20px;
    line-height: 1.333;
}

.view-properties .section-5 {
    border-radius: 16px;
    border: 2px solid #E5E5E5;
    margin-top: 2em;
    /* display: flex;*/
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
}

.view-properties .heading-2-community-6 {
    margin-bottom: 15px;
    display: inline-block;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 24px;
    line-height: 1.333;
    color: #000000;
}

.view-properties .div-w-148 {
    border-bottom: 3px solid #D1000B;
    margin-right: 59px;
    width: 55px;
    height: 1px;
}

.view-properties .heading-2-community-6 {
    margin-bottom: 15px;
    display: inline-block;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 24px;
    line-height: 1.333;
    color: #000000;
}

.view-properties .div-w-148 {
    border-bottom: 3px solid #D1000B;
    margin-right: 59px;
    width: 55px;
    height: 1px;
}

.view-properties .section-8 {
    border-radius: 16px;
    border: 2px solid #E5E5E5;
    background: #FFFFFF;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 31px 0 382px 31px;
    height: 100%;
    box-sizing: border-box;
}

.view-properties .vector-27 {
    width: 44px;
    height: 21.4px;
}

.view-properties .simple-iconssky {
    border-radius: 100px;
    margin: 6.8px 12px 0 0;
    display: flex;
    width: 44px;
    height: 21.4px;
    box-sizing: border-box;
}

.view-properties .skyline-developments {
    margin: 0px 16.9px 0.2px 0;
    display: inline-block;
    overflow-wrap: break-word;
    
    font-weight: 500;
    font-size: 22px;
    line-height: 1.273;
    color: #000000;
}

.view-properties .vector-26 {
    width: 15px;
    height: 15px;
}

.view-properties .svg {
    margin: 2.5px 6.5px 2.5px 0;
    display: flex;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
}

.view-properties .verified-host {
    overflow-wrap: break-word;
    
    font-weight: 500;
    font-size: 14px;
    line-height: 1.429;
    text-transform: uppercase;
    color: #166534;
}

.view-properties .span-inline-flex {
    border-radius: 9999px;
    background: #DCFCE7;
    margin-bottom: 0.2px;
    display: flex;
    flex-direction: row;
    padding: 4px 8px 4px 6.5px;
    box-sizing: border-box;
}

.view-properties .container-10 {
    position: relative;
    margin:7px 11px 15.3px 11px;
    display: flex;
    flex-direction: row;
    align-self: flex-start;
    width: 100%;
    box-sizing: border-box;
}

.view-properties .skyline-developments-is-renowned-for-luxury-residential-projects-in-canada-with-over-20-years-of-experience-and-multiple-award-winning-developments {
    position: relative;
    margin-bottom: 13px;
    display: inline-block;
    overflow-wrap: break-word;
    
    font-weight: 400;
    font-size: 20px;
    line-height: 1.65;
    color: #404040;
}

.view-properties .past-projects-horizon-towers-vancouver-lakeside-residences-toronto-urban-heights-montreal {
    position: relative;
    margin-bottom: 17.5px;
    align-self: flex-start;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 20px;
    line-height: 1.35;
    color: #000000;
}

.past-projects-horizon-towers-vancouver-lakeside-residences-toronto-urban-heights-montreal-sub102 {
    
    font-weight: 600;
    font-size: 20px;
    line-height: 1.333;
    color: #404040;
}

.past-projects-horizon-towers-vancouver-lakeside-residences-toronto-urban-heights-montreal-sub40 {
    
    font-weight: 600;
    font-size: 20px;
    line-height: 1.333;
}

.past-projects-horizon-towers-vancouver-lakeside-residences-toronto-urban-heights-montreal {
    
    font-weight: 400;
    font-size: 20px;
    line-height: 1.333;
    color: #404040;
}

.view-properties .contact-developer {
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #FFFFFF;
}

.view-properties .divcontact-to-host {
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    background: #D1000B;
    position: relative;
    display: flex;
    align-self: flex-start;
    padding: 12px;
    width: 200px;
    box-sizing: border-box;
}

.view-properties .group-1000005082 {

    border-radius: 16px;
    border: 2px solid #E5E5E5;
    margin-top: 2em;
    /* display: flex;*/
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
}

.view-properties .overlay {
    background: url('../assets/images/overlay.jpeg'), linear-gradient(#0A2743, #0A2743);
    position: absolute;
    left: 0px;
    right: 5.5px;
    bottom: 0px;
    height: 521px;
}

.view-properties .copy-of-revisor-solutions-inc-1 {
    background: url('../assets/images/copy_of_revisor_solutions_inc_1.png');
    margin-bottom: 23.1px;
    align-self: flex-start;
    width: 214px;
    height: 87px;
}

.view-properties .atransparent-real-estate-platform-offers-pre-construction-listings-for-buyers-and-allows-developers-to-list-properties-conveniently {
    margin-bottom: 20.5px;
    display: inline-block;
    text-align: justify;
    overflow-wrap: break-word;
    
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 1.333;
    color: #FFFFFF;
}

.view-properties .vector-18 {
    width: 15.5px;
    height: 16px;
}

.view-properties .link {
    border-radius: 20px;
    background: #D1000B;
    display: flex;
    padding: 12px 12.3px 12px 12.2px;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
}

.view-properties .vector-19 {
    width: 17.6px;
    height: 11.9px;
}

.view-properties .link-1 {
    border-radius: 20px;
    background: #D1000B;
    display: flex;
    padding: 14.4px 11.2px 13.7px 11.3px;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
}

.view-properties .instagram-svgrepo-com {
    width: 20px;
    height: 20px;
}

.view-properties .link-2 {
    border-radius: 20px;
    background: #D1000B;
    display: flex;
    padding: 10px;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
}

.view-properties .group-1000004976 {
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    align-self: flex-start;
    column-gap: 15px;
    width: 150px;
    box-sizing: border-box;
}

.view-properties .group-515047 {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
}

.view-properties .container-7 {
    margin: 0 144.1px 22.4px 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.view-properties .quick-links {
    margin-bottom: 9.8px;
    display: inline-block;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 22px;
    line-height: 1.432;
    color: #FFFFFF;
}

.view-properties .horizontal-divider {
    background: #D1000B;
    align-self: flex-start;
    width: 50px;
    height: 3px;
}

.view-properties .group-1715 {
    margin-bottom: 26.3px;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
}

.view-properties .vector-13 {
    width: 4.5px;
    height: 7.8px;
}

.view-properties .icon {
    margin: 8.6px 5.4px 7.6px 0;
    display: flex;
    width: 4.5px;
    height: 7.8px;
    box-sizing: border-box;
}

.view-properties .properties {
    overflow-wrap: break-word;
    
    font-weight: 400;
    font-size: 14px;
    line-height: 1.714;
    color: #FFFFFF;
}

.view-properties .item-link {
    margin: 0 4.3px 15.3px 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
}

.view-properties .vector-14 {
    width: 4.5px;
    height: 7.8px;
}

.view-properties .icon-1 {
    margin: 8.4px 5.4px 7.9px 0;
    display: flex;
    width: 4.5px;
    height: 7.8px;
    box-sizing: border-box;
}

.view-properties .blogs {
    overflow-wrap: break-word;
    
    font-weight: 400;
    font-size: 14px;
    line-height: 1.714;
    color: #FFFFFF;
}

.view-properties .item-link-1 {
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    align-self: flex-start;
    width: 100%;
    box-sizing: border-box;
}

.view-properties .vector-15 {
    width: 4.5px;
    height: 7.8px;
}

.view-properties .icon-2 {
    margin: 8.4px 5.4px 7.9px 0;
    display: flex;
    width: 4.5px;
    height: 7.8px;
    box-sizing: border-box;
}

.view-properties .contact-us {
    overflow-wrap: break-word;
    
    font-weight: 400;
    font-size: 14px;
    line-height: 1.714;
    color: #FFFFFF;
}

.view-properties .item-link-2 {
    display: flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
}

.view-properties .list {
    margin: 0 0.1px;
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    width: 100%;
    box-sizing: border-box;
}

.view-properties .group-515045 {
    margin: 23px 154.5px 92.8px 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.view-properties .legal {
    margin-bottom: 10px;
    display: inline-block;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 22px;
    line-height: 1.432;
    color: #FFFFFF;
}

.view-properties .horizontal-divider-1 {
    background: #D1000B;
    margin-right: 3.8px;
    width: 50px;
    height: 3px;
}

.view-properties .group-1716 {
    margin-bottom: 29.3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: flex-start;
    width: 100%;
    box-sizing: border-box;
}

.view-properties .vector-16 {
    width: 4.5px;
    height: 7.8px;
}

.view-properties .icon-3 {
    margin: 8.6px 5.4px 7.6px 0;
    display: flex;
    width: 4.5px;
    height: 7.8px;
    box-sizing: border-box;
}

.view-properties .our-policy {
    overflow-wrap: break-word;
    
    font-weight: 400;
    font-size: 14px;
    line-height: 1.714;
    color: #FFFFFF;
}

.view-properties .item-link-3 {
    margin: 0 0.1px 15px 0.1px;
    display: flex;
    flex-direction: row;
    align-self: flex-start;
    width: 100%;
    box-sizing: border-box;
}

.view-properties .vector-17 {
    width: 4.5px;
    height: 7.8px;
}

.view-properties .icon-4 {
    margin: 8.6px 5.4px 7.6px 0;
    display: flex;
    width: 4.5px;
    height: 7.8px;
    box-sizing: border-box;
}

.view-properties .terms-and-conditions {
    overflow-wrap: break-word;
    
    font-weight: 400;
    font-size: 14px;
    line-height: 1.714;
    color: #FFFFFF;
}

.view-properties .group-515043 {
    margin-left: 0.1px;
    display: flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
}

.view-properties .group-515044 {
    margin: 19.8px 149.4px 132px 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.view-properties .lets-connect {
    margin: 0 0 9.8px 0.5px;
    display: inline-block;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 22px;
    line-height: 1.432;
    color: #FFFFFF;
}

.view-properties .horizontal-divider-2 {
    background: #D1000B;
    align-self: flex-start;
    width: 50px;
    height: 3px;
}

.view-properties .group-1717 {
    margin-bottom: 34.3px;
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    width: 100%;
    box-sizing: border-box;
}

.view-properties .vector-23 {
    width: 22px;
    height: 20.5px;
}

.view-properties .background-6 {
    border-radius: 20px;
    background: #D1000B;
    margin: 0 15px 4px 0;
    display: flex;
    padding: 9.7px 9px;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
}

.view-properties .heading-5-send-email {
    margin-bottom: 1.6px;
    display: inline-block;
    align-self: flex-start;
    overflow-wrap: break-word;
    
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #FFFFFF;
}

.view-properties .link-ambedcompany-com {
    overflow-wrap: break-word;
    
    font-weight: 400;
    font-size: 14px;
    line-height: 1.714;
    color: #FFFFFF;
}

.view-properties .container-8 {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.view-properties .amenitiesItem {
    border-right: 1px solid rgba(19, 53, 124, 0.37);
}


.view-properties .carbonlocation {
    width: 32px;
    height: 32px;
}

.view-properties .background-7 {
    border-radius: 20px;
    background: #D1000B;
    margin: 6px 15px 0 0;
    display: flex;
    padding: 4.4px 4px 3.6px 4px;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
}

.view-properties .heading-5-send-email-1 {
    margin-bottom: 22px;
    display: inline-block;
    overflow-wrap: break-word;
    
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #FFFFFF;
}

.view-properties .container-3 {
    position: relative;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
}

.view-properties .link-ambedcompany-com-1 {
    position: absolute;
    right: 3.9px;
    bottom: -0.5px;
    overflow-wrap: break-word;
    
    font-weight: 400;
    font-size: 14px;
    line-height: 1.714;
    color: #FFFFFF;
}

.view-properties .item-1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding-bottom: 71px;
    width: 100%;
    box-sizing: border-box;
}

.view-properties .group-515048 {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
}

.view-properties .group-515049 {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    width: 246px;
    box-sizing: border-box;
}

.view-properties .container {
    /* margin: 0 100px 101px 93px; */
    display: flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
}

.view-properties .copyright-revisor-solutions-inc-all-rights-reserved {
    overflow-wrap: break-word;
    
    font-weight: 400;
    font-size: 14px;
    line-height: 1.714;
    color: #ECEAEA;
}

.view-properties .horizontal-border {
    border-top: 1px solid #F1F1F1;
    display: flex;
    padding: 16px 0 15.3px 23.9px;
    width: 1440px;
    box-sizing: border-box;
}

.view-properties .container-1 {
    background: rgba(10, 39, 67, 0.84);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 73px 0 1.7px 0;
    box-sizing: border-box;
}

.view-properties .group-1000005055 {
    position: relative;
    display: flex;
    box-sizing: border-box;
}

.view-properties {
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
        padding: 15px 15px;
}

/* General container styles */
/* .group-1000005080 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
} */

/* Progress Circle Container */
.progress-circle {
    position: relative;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: rgb(31, 165, 206);
    font-weight: bold;
        --size: 70px;
    --thickness: 6px;

    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    position: relative;
    display: grid;
    place-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #0393E4;
}

.progress-circle span {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 2;
    text-align: center;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 7;
    height: 50px;
    width: 50px;
    color: #0393E4;
    /* background: rgb(3 147 228 / 10%);*/
    background: url('../../vector/bgbackground.png');
    border-radius: 50%;
    padding: 13px 7px;
    border: 5px solid #fff;
}

.progress-circle::before {
    content: '';
    position: absolute;
    top: 6px;
    /* Adjust top position to create a gap */
    left: 6px;
    /* Adjust left position to create a gap */
    right: 6px;
    /* Adjust right position to create a gap */
    bottom: 6px;
    /* Adjust bottom position to create a gap */
    background: rgb(194, 186, 186);
    /*background: url('../../vector/bgbackground.png');*/
    border-radius: 50%;
    z-index: 1;
      content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: conic-gradient(
        #0393E4 calc(var(--progress) * 1%),
        #e6eef5 0
    );
}

.progress-circle::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient(rgb(31, 165, 206) calc(var(--progress) * 1%), lightgray 0);
    z-index: 0;
    padding: 6px;
    /* Adjust padding to create a wider border */
    box-sizing: border-box;
    content: "";
    position: absolute;
    inset: var(--thickness);
    border-radius: 50%;
    background: #fff;
}

.frm_grp {
    padding: 10px 0;
}

/* Ring Progress Bar Container */
.ring-progressbar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-section {
    display: flex;
    gap: 20px;
}

.big-picture {
        flex: 3;
    border-radius: 10px;
    overflow: hidden;
    height: 616px;
}

.big-picture img {
    width: 100%;
    height: 100%;
    /* Set the desired height for the big picture */
    object-fit: cover;
}

.small-pictures {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 40px;

}
.small-pictures .small-picture-container {
    border-radius: 20px;
    overflow: hidden;
    height: 180px;
}

.small-pictures img {
    width: 100%;
    height: calc((600px - 20px) / 3);
    /* Adjust height to match the big picture height */
    object-fit: cover;
    margin-bottom: 10px;
}

.small-pictures img:last-child {
    margin-bottom: 0;
}

.back {
    cursor: pointer;
    color: blue;
    text-decoration: none;

    border-radius: 5px;
    transition: background-color 0.3s;
}

.back:hover {
    background-color: rgba(0, 0, 255, 0.1);
}

.container-15 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-concierage {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.section-concierage .checknow {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    margin: 31px 0px;
    padding: 20px;
    border: 2px solid #f3f3f3;
    line-height: normal;
}

.checknow img,
.checknow p {
    margin-top: 2em;
}

.section-concierage .concierage247 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-concierage .concierage247 .frame-11X {
    margin-right: 0px;
    margin-top: 5em;
}

.section-concierage .concierage247 .frame-11X .frame-11 {
    border-radius: 6px;
    background: #D1000B;
    /* margin: 5px 0 12px 0; */
    display: flex;
    flex-direction: column;
    padding: 14.5px 0;
    width: 172px;
    height: fit-content;
    box-sizing: border-box;
    justify-content: center;
}

.section-concierage .concierage247 .frame-11X .frame-11 a {
    color: #fff;
}

.section-concierage .concierage247 .frame-11X .cryptocurrencychat {
    margin-right: 10px;
    display: flex;
    width: 50px;
    height: 50px;
    border: 1px solid #D1000B;
    padding: 8px;
    box-sizing: border-box;
    position: relative;
    left: 33%;
    top: -94px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 5px 6px 9px rgb(209 0 11 / 32%);
}

.section-concierage .concierage247 .frame-11X .cryptocurrencychat .vector-11 {
    width: 32px;
    height: 32px;
}



.amenitiesBox,
.item.slider .slide {
    width: 100%;
    display: flex;
    justify-content: center;
    /*  flex-wrap: wrap;*/
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
}
.amenities-slider ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    list-style: none;
    margin-top: 30px;
}

.amenities-slider ul.slick-dots button {
    display: none;
}


.amenities-slider ul.slick-dots li {
    width: 30px;
    height: 3px;
    background: rgba(163, 163, 163, 1);
    border-radius: 30px;
}

.amenities-slider ul.slick-dots li.slick-active{
    background: rgba(209, 0, 11, 1);

}
.amenitiesBox .imgbox {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
}
.imgbox img {
    height: 44px;
    width: auto;
}

.amenitiesBox .imgbox img {
    width: auto !important;
}

.amenitiesBox h4 {
    margin-top: 20px;
    padding: 0 20px;
        font-weight: 600;
    font-size: 1rem;
    color: #333;
}


.slide-image {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}

.slide-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.formcontroler {
    max-width: 500px;
    margin: auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.formcontroler h2 {
    text-align: center;
    margin-bottom: 20px;
}

.formcontroler label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    
    font-size: 16px;
}

.formcontroler input,
.formcontroler textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    
    font-size: 16px;
}

.star-rating {
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
}

.star-rating .fa-star {
    font-size: 2em;
    cursor: pointer;
    color: #ccc;
}

.star-rating .fa-star.checked {
    color: #f39c12;
}

.formcontroler button {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 3px;
    background-color: #5cb85c;
    color: white;
    font-size: 17px;
    cursor: pointer;
    
}

.formcontroler button:hover {
    background-color: #4cae4c;
}

.section-6 {
    overflow-x: hidden;
    max-width: 100%;
    box-sizing: border-box;
    padding-right: 15px;
    /* agar zaroorat ho to */
}

.container-4 {
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
    padding-right: 15px;
}

.owl-carousel {
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

.owl-stage {
    display: flex !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

.owl-item {
    margin-right: 10px;
    box-sizing: border-box;
}

.owl-carousel.owl-theme .owl-nav [class*='owl-'] {
    color: #444;
    font-size: 30px;
    margin: 0 5px;
    cursor: pointer;
}

.owl-carousel .owl-item {
    margin-right: 10px;
    /* same as your inline style */
}

.item.slider .slide {
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.vector-32 {
    max-width: 100px;
    height: auto;
    margin-bottom: 10px;
}

.slide-title {
    font-weight: 600;
    font-size: 1rem;
    color: #333;
}

/* Red lines container below the slider */
/* Red lines inside each slide, below image and title */
.slide .red-lines {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 6px;
}

.slide .red-lines span {
    display: inline-block;
    width: 30px;
    height: 3px;
    background-color: #D1000B;
    border-radius: 2px;
}

.owl-dots .owl-dot span {
    display: block;
    width: 30px;
    height: 3px;
    margin: 5px auto;
    background-color: grey;
    /* default grey */
    border-radius: 2px;
    transition: background-color 0.3s ease;
}

.owl-dots .owl-dot.active span {
    background-color: red;
    /* active red */
}

/* Hide default checkbox */
.custom-checkbox {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: none;
    border: 2px solid #ccc;
    border-radius: 4px;
    outline: none;
    margin-right: 10px;
    vertical-align: middle;
    transition: background-color 0.3s, border-color 0.3s;
}

/* On check, background green and border green */
.custom-checkbox:checked {
    background-color: green;
    border-color: green;
}

/* Tick mark */
.custom-checkbox:checked::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

/* Align label contents horizontally */
.group-1000003044 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}


/* === Right Panel === */
.property-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
    overflow: hidden;
    transition: all 0.2s ease;
    border: 1px solid #eef2f6;
}

.property-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 40px rgba(16, 24, 40, 0.08);
}

.property-card img {
    width: 100%;
    height: 275px;
    object-fit: cover;
    border-radius: 20px;
}

    .property-card h5 {
          font-weight: 700;
    font-size: 18px;
    color: #0A2743;
    }

.property-card .details {
    display: flex;
    gap: 5px;
    padding: 10px 0;
    color: #6b7280;
    margin: 0;
}
.property-card .price label {
    font-weight: 500;
    font-size: 16px;
    color: #D0D0D0;
    margin: 0 auto;
    width: auto;
}
.property-card .price h4{
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    color: #0A2743;
}

.property-card .price-row .group-btn a {
    border-radius: 10px;
    background: #D1000B;
    border: 2px solid transparent;
    position: relative;
    padding: 13px 20px;
    color: #fff;
    font-weight: 600;
}
/* 
.property-card .price {
    font-weight: 800;
    font-size: 22px;
    color: #0b1226;
    padding: 0;
} */

.property-card .btn {
    background: #D1000B;
    color: #fff;
    border: none;
    margin: 0 15px 15px;
    border-radius: 8px;
    font-weight: 600;
}

.property-card small {
    color: #D0D0D0;
    font-size: 19px;
    padding-left: 15px;
    font-weight: 600;
    top: 10px;
    position: relative;
}

h4.properties {
    font-size: 21px;
    font-weight: 600;
    padding: 0px 10px 0px 10px;
}

.details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    /* gap between each icon-text pair */
    margin-top: 10px;
}

.detail-item {
    display: flex;
    align-items: center;
    /* space between icon and text */
}

.detail-item img {
    height: 22px;
    object-fit: contain;
    margin-right:5px;
    width: auto;
}

.detail-item span {
    font-size: 13px;
    font-weight: 500;
    color: #333;
}

.price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    /* optional spacing between price & button */
}

.price {
    font-size: 22px;
    font-weight: 700;
    color: #d50000;
    /* red tone for price */
}

.price-row .btn {
    border-radius: 8px;
    font-weight: 600;
}

/* Background overlay */
.custom-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.custom-modal.show {
    display: flex;
    opacity: 1;
}

/* Existing design */
.Connect_modal .modal-dialog .modal-content,
.modal-content {
    background: #FFF;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    min-height: 450px;
    border-radius: 10px;
    width: 800px;
    position: relative;
    animation: fadeIn 0.4s ease;
}

.modal-body {
    position: relative !important;
    flex: 1 1 auto !important;
    padding: var(--bs-modal-padding) !important;
    background: white !important;
    justify-content: center !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    background: white !important;
    /* width: 50% !important; */
    margin: auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;}

.connect_popup h3 {
    color: #B40800;
    
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 24px;
}
.connect_popup {
    width: 100%;
    padding: 25px;
}
.connect_popup p {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.frm_grp_connect textarea {
    color: #727272;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    min-height: 120px;
    border-radius: 8px;
    background: #F6F6F6;
    border: none;
    width: 100%;
    padding: 10px;
}

.btn_grp_com {
    text-align: center;
    margin-top: 30px;
    gap: 30px;
}

.btn_grp_com .btn {
       border-radius: 5px;
    border: 1px solid #C50101;
    color: #C50101;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px 30px;
    min-width: 130px;
    text-align: center;
    display: block;
}
.btn:hover {
    color: var(--bs-btn-hover-color) !important;
    background-color: var(--bs-btn-hover-bg) !important;
    border-color: #c50101 !important;
}

.btn_grp_com .btn+.btn {
    background: #C50101;
    color: #fff;
    border-radius: 10px;

    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.btn-close {
    position: absolute;
    top: 10px;
    right: 20px;
    border: none;
}

.verified-badge {
   display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #d8f8e5;
    color: #1e8b45;
    border-radius: 30px;
    padding: 3px 7px;
    
    font-weight: bold;
    font-size: 12px;
    border: 1px solid #b6e3c2;
    margin: 0px 0 25px;
    font-weight: 500;
}

.verified-badge img {
    width: 18px;
    height: 18px;
}

.heading-sub {
    display: flex;
    gap: 32px;
    padding: 0 0px;
}

/* Smooth popup animation */
@keyframes fadeIn {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}


/* Responsive fix agar mobile pe koi issue ho */
@media (max-width: 768px) {
.container-6 {
    display: block !important;
}
.view-properties .group-1000003044 {
 
    width: 100% !important;
}


    .container-4,
    .owl-carousel {
        padding-right: 10px;
        overflow-x: auto;
    }
}

/* connect css */
/* .connect {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    padding: 30px;
} */

.connect .host {
        display: flex;
    justify-content: space-between;
    box-shadow: 10px 24px 54px 0px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    background: #FFFFFF;
    position: relative;
    margin-bottom: 20px;
    flex-direction: row;
    padding: 20px;
    box-sizing: border-box;
    align-items: center;
}

.connect .host .hostdetails h5 {
   display: inline-block;
    overflow-wrap: break-word;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}

.chatbox {
    max-height: 300px;
    overflow-y: auto;
    padding: 10px;
    /* background: #f5f5f5; */
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    margin-top: 40px;
    /* Thoda space profile icon ke liye upar */
}

.chat-message {
    max-width: 60%;
    padding: 20px 50px;
    border-radius: 15px;
    font-size: 14px;
    line-height: 1.3;
    word-wrap: break-word;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* Left side message (other person) */
.chat-message.left {
    background-color: #404040;
    /* WhatsApp greenish */
    align-self: flex-start;
    /* border-bottom-left-radius: 0; */
    color: white;
}

/* Right side message (me) */
.chat-message.right {
    background-color: #F6F6F6;
    /* WhatsApp lighter green */
    align-self: flex-end;
    /* border-bottom-right-radius: 0; */
    color: #000;
}

/* 🔴 Isko hata de ya comment kar de (ye pura box ke upar icon le jata hai)
.profile-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #ddd;
  cursor: pointer;
  background: white;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
*/

/* ✅ Yeh rakho (same design + per-message position) */
.chat-message {
    position: relative;
    display: inline-block;
    margin: 24px 45px;
    /* thoda space upar niche */
}

/* icon style (size, border, etc same) */
.chat-message .profile-icon {
    position: absolute;
    width: 24px;
    padding: 0px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    /* border: 2px solid #ddd; */
    background: white;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); */
}

.chat-message .profile-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* left side ke liye icon top-left */
.chat-message.left .profile-icon {
    top: -3px;
    left: -27px;

}

/* right side ke liye icon top-right */
.chat-message.right .profile-icon {
    top: -7px;
    right: -35px;
}


.connect .host .hostdetails {
    display: flex;
    gap: 15px;
    align-items: center;
}

.connect .host .lstdate {
   font-weight: 400;
    font-size: 14px;
}

.hostdetails img {
    padding: 0px 5px;
    height: 25px;
}

.verify span {
    font-size: 12px;
    align-items: center;
    position: relative;
    justify-content: center;
    text-align: center;
    display: inline-flex;
    /* top: 0; */
    bottom: 1px;
}

.verify img {
    width: auto;
    height: 25px;
}

.verify {
    border-radius: 14px;
    padding: 3px 12px;
    /* padding: 3px; */
    background: #DCFCE7;
}

.bobsmodal {
    position: fixed;
    z-index: 4;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
}

.bobsmodal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: 700;
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.bobsmodal-header {
    padding: 7px 14px;
    background-color: #5cb85c;
    color: #fff;
}

.bobsmodal-header strong {
    font-size: 18px;
}

.bobsmodal-body {
    padding: 2px 16px;
    word-break: break-word;
}

.bobsmodal-footer {
    padding: 4px 11px;
    color: #f2f2f2;
    border-top: 1px solid;
}

/*Table structure */
.mytable tbody th,
.mytable td {
    border: 1px solid #f2f2f2;
    padding: 3px 6px;
}

.mytable {
    border: 1px solid #f2f2f2;
    font-size: 14px;
    width: 100%;
}

.mytable tbody th {
    text-align: left;
    background: #4caf50;
    color: #fff;
}

.panelbox {
    max-height: 480px;
    overflow: scroll;
}

.D-none {
    display: none;
}

.D-show {
    display: block;
}


/*Add on CSS*/

.connect-2 .group-10000051651 {
    position: relative;
    box-sizing: border-box;
}

.connect-2 .group-1000003002 {
    position: absolute;
    left: 128px;
    bottom: 204.9px;
    display: flex;
    width: 7.7px;
    height: 17.1px;
    box-sizing: border-box;
}

.connect-2 .vector-3 {
    width: 7.7px;
    height: 17.1px;
}

.connect-2 .group-1000004738 {
    border-radius: 8px;
    background: #FFFFFF;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 39.5px 53.5px 36px 56px;
    box-sizing: border-box;
}

.connect-2 .container-8 {
    margin-bottom: 20.1px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}

.connect-2 .container-4 {
    background: #D1000B;
    position: relative;
    display: flex;
    padding: 5.5px 0 6.9px 12.7px;
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
}

.connect-2 .james-stefano-1 {
    overflow-wrap: break-word;
    
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.connect-2 .cross-svgrepo-com {
    margin: 12.8px 0 12.9px 0;
    display: flex;
    width: 13.9px;
    height: 14.9px;
    box-sizing: border-box;
    cursor: pointer;
}

.connect-2 .vector-15 {
    width: 13.9px;
    height: 14.9px;
}

section.chatbox {
    width: 100%;
    height: 55vh;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: thin;
}

section.chatbox .frame-2 {
    min-width: 350px;
}

.connect-2 .group-1000005221 {
    position: relative;
    margin: 0 14px 35px 14px;
    display: flex;
    align-self: flex-end;
    padding: 52px 27px 6px 27px;
    /*width: fit-content;*/
    box-sizing: border-box;
    width: 100%;
    justify-content: end;
}

.connect-2 .hellomysite-com {
    overflow-wrap: break-word;
    
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    color: #404040;
}

.connect-2 .frame-2 {
    border-radius: 8px 8px 0 8px;
    background: #F6F6F6;
    /* position: absolute; */
    /* left: 50%; */
    top: 0px;
    /* translate: -50% 0; */
    padding: 15px;
    max-width: 445px;
    /* height: 74px; */
    box-sizing: border-box;
}

.groupright {
    display: flex;
    align-items: center;
    gap: 10px;
}

.connect-2 .hellomysite-com {
    overflow-wrap: break-word;
    
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    color: #404040;
}

.connect-2 .group-1000005220 {
    position: relative;
    display: flex;
    box-sizing: border-box;
    justify-content: end;
}

.connect-2 .pm {
    overflow-wrap: break-word;
    /*
    
    font-weight: 400;
    font-size: 12px;
    line-height: 1.333;
    color: #464646;
}

.group-1000004736 span i {
    font-size: 30px;
}

.connect-2 .group-1000004736 {
    margin: 0 7px 44px 7px;
    display: flex;
    flex-direction: row;
    width: fit-content;
    box-sizing: border-box;
    width: 100%;
    align-items: center;
    gap: 10px;
}

.connect-2 .group-1000004739 {
    border-radius: 8px 8px 0 8px;
    background: #404040;
    position: relative;
    margin-right: 16px;
    display: flex;
    padding: 10px;
    max-width: 475px;
    box-sizing: border-box;
    flex-direction: column;
}

.connect-2 .container-11 {
    position: relative;
    /* display: flex; */
    /* flex-direction: row; */
    box-sizing: border-box;
    text-align: right;
}

.connect-2 .pm-1 {
    margin-right: 7px;
    overflow-wrap: break-word;
    
    font-weight: 400;
    font-size: 12px;
    line-height: 1.333;
    color: #FFFFFF;
}

.connect-2 .checkmark {
    /*margin: 2px 0;
    width: 12px;
    height: 12px;*/
}

.bobsmodal-body .container-11 img {
    padding: 0;
}

.connect-2 .hellomysite-com-1 {
    /* position: absolute;
    left: 15px;
    top: 7px;*/
    overflow-wrap: break-word;
    
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    color: #FFFFFF;
}

.connect-2 .group-2 {
    margin: 23px 0 16px 0;
    width: 17.2px;
    height: 20px;
}

.connect-2 .container-3 {
    margin: 1.8px 0 4.7px 0;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    width: 90%;
    gap: 10px;
}

.connect-2 .attach {
    margin: 12px 0.2px 0.8px 16px;
    display: flex;
    width: 12.6px;
    height: 14.3px;
    box-sizing: border-box;
}

.connect-2 .shape-2 {
    width: 12.6px;
    height: 14.3px;
}

.connect-2 .text-3 input {
    width: 100%;
    background: rgba(0, 0, 0, 0.04);
    height: 35px;
}

.connect-2 .text-3 {
    overflow-wrap: break-word;
    
    font-weight: var(--body-font-weight, 400);
    font-size: var(--body-font-size, 14px);
    line-height: var(--body-line-height, 1.429);
    color: var(--light-fill-color-text-secondary, rgba(0, 0, 0, 0.606));
    width: 100%;
}

.connect-2 .container-7 {
    display: flex;
    flex-direction: row;
    width: 56.2px;
    height: fit-content;
    box-sizing: border-box;
}

.connect-2 .emoji {
    margin: 4.8px 18.4px 4.7px 0;
    display: flex;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
}

.connect-2 .shape-1 {
    width: 16px;
    height: 16px;
}

.connect-2 .carbonsend-alt-filled {
    transform: rotate(49.377deg);
    display: flex;
    width: 21.8px;
    height: 4px;
    box-sizing: border-box;
}

.connect-2 .vector-16 {
    width: 21.8px;
    height: 25.4px;
    top: 5px;
    position: relative;
}

.groupright span i {
    font-size: 30px;
}

.bobsmodal-content {
    position: relative;
    /* taaki close button corner me fix ho sake */
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 10;
}

.modal-close:hover {
    background: #f44336;
    /* red hover */
}

.modal-close img {
    width: 14px;
    height: 14px;
    filter: invert(0.6);
}

.modal-close:hover img {
    filter: invert(1);
}


.connect-2 .group-1000003001 {
    backdrop-filter: blur(30px);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.04);
    position: relative;
    margin-right: 11.1px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* padding: 10.3px 9.7px 4.3px 8.1px; */
    width: 100%;
    box-sizing: border-box;
    align-items: center;
}

/* notification css */
.notification-box {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    width: 70%;
    margin: 30px auto;
    
    overflow: hidden;
}

.notification-header {
    background: #d1000b;
    color: #fff;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notification-header h3 {
    font-size: 18px;
    margin: 0;
}

.tab-buttons {
    display: flex;
    gap: 10px;
    padding: 15px 27px;
}

.tab-btn {
    background: transparent;
    border: 1px solid #E0E0E0;
    color: #E0E0E0;
    padding: 6px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
}

.tab-btn.active {
    background: #d1000b !important;
    border: none;
    border: none;
    color: white;

}


.notif-section {
    padding: 20px;
}

.notif-section h4 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #333;
}

.rebateinfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    padding: 10px 15px;
    position: relative;
    transition: 0.3s;
}

.rebateinfo.active {
    background: #76BF4C;
    color: #fff;
}

.date-box {
    background: #fff3f2;
    color: #d1000b;
    border-radius: 6px;
    padding: 8px 12px;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    width: 45px;
}

.rebatedes {
    flex: 1;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rebatedes .rebathead {
    font-size: 14px;
    font-weight: 500;
}

.eye-icon i {
    color: #d1000b;
    font-size: 18px;
    cursor: pointer;
    color: #9b9191;
    font-size: 18px;
    cursor: pointer;
    background: #109cd829;
    padding: 6px;
    border-radius: 50%;
}
.rebatedes .eye-icon i {
    font-size: 13px;
    cursor: pointer;
    background: #109cd829;
    border-radius: 50%;
    color: #109CD8;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rebateinfo.active .rebathead,
.rebateinfo.active .eye-icon i {
    color: #fff;
}

.delete-account {
    text-align: center;
    margin-top: 30px;
}

.delete-account button {
      border: 1px solid #d1000b;
    color: #d1000b;
    background: transparent;
    border-radius: 4px;
    padding: 10px 15px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
}

.delete-account button:hover {
    background: #d1000b;
    color: #fff;
}


/* logout css */

/* Popup Background */
.logout-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 80%);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

/* Popup Box */
.logout-box {
    background: #fff;
    border-radius: 8px;
    text-align: center;
    padding: 80px;
    width: 700px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    position: relative;
}

/* Close (X) button */
.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}

/* Heading */
.logout-box h3 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    word-spacing: 1px;
}

/* Buttons */
.popup-buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.cancel-btn,
.logout-btn {
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 600;
    border: 2px solid #d1000b;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
}

/* Cancel Button */
.cancel-btn {
    background: #fff;
    color: #d1000b;
}

.cancel-btn:hover {
    background: #d1000b;
    color: #fff;
}

/* Logout Button */
.logout-btn {
    background: #d1000b;
    color: #fff;
    text-decoration: none;
}

.logout-btn:hover {
    background: #b10008;
}

/* rebate popup */

/* Background Overlay */
.congrats-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Popup Box */
.congrats-box {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 35px 40px;
    width: 800px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    position: relative;
}

/* Close Button */
.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}

/* Image */

.cloud-img {
    width: 260px;
    /* thoda bada size */
}

.congrats-img {
    position: absolute;
    top: -20px;
    /* cloud ke upar aane ke liye */
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
}

.img-section {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    overflow: hidden;
    /* image bahar na jaye */
}

.cloud-img {
    width: 260px;
    /* thoda bada cloud */
    max-width: 80%;
    height: auto;
}

.front-img {
    position: absolute;
    top: 30px;
    /* cloud ke upar thoda overlap */
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: auto;
}


/* Heading */
.congrats-box h2 {
    color: #4696C9;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Message */
.msg {
    font-size: 15px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 20px;
    word-spacing: 0px;
}

/* Small Note */
.small-note {
    gap: 10px;
    font-size: 12px;
    color: #555;
    margin-bottom: 25px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    word-spacing: 0px;
}

/* Buttons Group */
.btn-group {
    display: flex;
    justify-content: center;
    gap: 15px;
}

/* Red Button */
.main-btn {
    background: #d1000b;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.main-btn:hover {
    background: #b10008;
}

/* Outline Button */
.outline-btn {
    background: #fff;
    color: #d1000b;
    border: 1.5px solid #d1000b;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.outline-btn:hover {
    background: #d1000b;
    color: #fff;
}

/* Demo trigger */
.open-btn {
    padding: 10px 20px;
    border: none;
    background: #d1000b;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
}


/* bank detail poup */
/* Overlay */
.bank-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Popup Box */
.bank-box {
    background: #fff;
    border-radius: 10px;
    width: 600px;
    padding: 30px;
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.bank-box.bank-box-popup{
width: auto;
}

/* Header */
.bank-header {
    background: #d1000b;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 8px 8px 0 0;
    font-weight: 700;
    margin: -30px -30px 20px -30px;
}

/* Close Button */
.close-bank {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}

/* Form */
.bank-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}



.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form-group.full {
    width: 100%;
}

.listContact .item label {
    display: flex;
    margin: 0 34px 0px 0px;
    padding: 0 5px;
    width: auto;
}
.listContact {
    display: flex;
    align-items: center;
    gap: 0;
}

.listContact .item {
    /* display: inline-flex; */
    /* gap: 0px; */
    display: flex;
    align-items: center;
    gap: 0;
}
.listContact .item input {
    margin: 0;
}





/* Buttons */
.btn-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.outline-btn {
    background: #fff;
    color: #d1000b;
    border: 1.5px solid #d1000b;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
}

.outline-btn:hover {
    background: #d1000b;
    color: #fff;
}

.main-btn {
    background: #d1000b;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
}

.main-btn:hover {
    background: #b10008;
}


/* rebate otp poup css */
/* OTP Popup Overlay */
.otp-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

/* Box */
.otp-box {
    background: #fff;
    border-radius: 10px;
    width: 480px;
    padding: 30px;
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    text-align: center;
}

/* Header */
.otp-header {
    background: #d1000b;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 8px 8px 0 0;
    font-weight: 700;
    margin: -30px -30px 20px -30px;
}

/* Close Button */
.close-otp {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}

/* Text */
.otp-msg {
    font-weight: 600;
    color: #333;
}

.otp-sub {
    color: #777;
    font-size: 14px;
    margin-bottom: 20px;
}

/* OTP Inputs */
.otp-inputs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

.otp-inputs input {
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.otp-inputs input:focus {
    border-color: #d1000b;
    outline: none;
}

/* Timer & Resend */
.otp-timer {
    margin: 10px 0 20px;
    font-size: 14px;
    color: #666;
}

.otp-timer a {
    margin-left: 10px;
    color: #d1000b;
    font-weight: 600;
    text-decoration: none;
}

/* Buttons */
.btn-group {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.outline-btn {
    background: #fff;
    color: #d1000b;
    border: 1.5px solid #d1000b;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
}

.outline-btn:hover {
    background: #d1000b;
    color: #fff;
}

.main-btn {
    background: #d1000b;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
}

.main-btn:hover {
    background: #b10008;
}


/* done popup */

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999999;
}

.popup-content {
    background: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 30px 40px;
    max-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    position: relative;
    animation: popIn 0.4s ease;
}

.popup-content h2 {
    color: #222;
    margin: 15px 0 10px;
}

.popup-content p {
    color: #555;
    font-size: 15px;
    word-spacing: 0px;
}

.popup-img {
    width: 120px;
    margin-bottom: 15px;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    color: #888;
    cursor: pointer;
}

@keyframes popIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* table css rbate  */

.table-container {
    width: 100%;
    padding: 16px;
    border-collapse: collapse;
    
}

.table-container table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    /* td rows chipke rahen */
}
/* 
.table-container th {
    background: #F9F9F9;
    color: #333;
    font-weight: 600;
    padding: 12px 15px;
    border-bottom: 10px solid #fff;
    /* 👈 th aur td ke beech gap banata hai 
} */

.table-container td {
    padding: 12px 15px;
    border: none;
}

td.action a {
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
    color: lightgrey;
}

.table-container tr:hover td {
    background: #f1f1f1;
}


.status {
    color: #0080008a;
    font-weight: 500;
    font-size: 13px;
}

.action a {
    color: #d1000b;
    text-decoration: none;
    margin-right: 10px;
    font-weight: 500;
}

.action a:hover {
    text-decoration: underline;
}


/* property comparison css */
/* Images row flex container */
.images-row {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    max-width: 900px;
    margin: 20px auto 10px;
}

.images-row .image-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 170px;
}

.images-row .image-box img {
    width: 175px;
    height: 175px;
    object-fit: cover;
    border-radius: 4px;
}

.images-row .image-box span {
    margin-top: 6px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

/* Table below images */
table.compare-table {
    width: 900px;
    margin: 0 auto 30px;
    border-collapse: collapse;
    
}

table.compare-table th,
table.compare-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}

table.compare-table th {
    background: #f0f0f0;
    font-weight: 700;
}

table.compare-table td {
    /* background: #fafafa; */
}

.propety-div {
    border: 10px solid black;
    margin: 40px;
}

table.compare-table td:hover {
    background: #fafafa !important;
}


/* developer css */

.Onbordingtitle .onbordingpanel .onbordingform h4 {
    padding: 19px 28px;
    margin-top: 16px;
    box-sizing: border-box;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 22px;
    line-height: 0.708;
    color: #ffffff;
    width: 100%;
    text-align: center;
    background: #d1000b;
}
.headtitle.h4 {
    padding: 10px 20px;
}



.onbordingformpanel {
        /* overflow-y: scroll;
    height: 90vh;
        width: 100%; */
            width: calc(100% - 18%);
    padding-left: 30px;
}


/* .register {
    display: inline-block;
    position: relative;
} */

.profile {
    display: flex;
    flex-direction: column;
    gap: 8px;
    cursor: pointer;
    position: relative;
    /* background: #fff; */
    padding: 10px 14px;
    border-radius: 8px;
    width: 100%;
    transition: all 0.3s ease;
}

tbody:hover {
    background: #f1f1f1 !important;
}

select#BusinessInfo_PreferredContact {
    width: 65%;
}
.profile-top {
    display: flex;
    align-items: center;
    gap: 8px;
}

.profile img.profile-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.arrow-down {
    border: solid #333;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    margin-left: auto;
}

/* 👇 Hidden part (dropdown area) */
.dropdown-inner {
    top: 50px;
    display: none;
    flex-direction: column;
    width: 86%;
    border-top: 1px solid #ddd;
    padding-top: 4px;
    animation: fadeIn 0.2s ease-in-out;
    position: absolute;
    background: #fff;
    border: 1px solid lightgrey;
    padding: 10px;
    border-radius: 4px;
}

.dropdown-inner .dropdown-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
    cursor: pointer;
}

.dropdown-inner .dropdown-item img {
    width: 18px;
    height: 18px;
}

.dropdown-inner .dropdown-item span {
    color: #333;
    transition: 0.2s;
}

.dropdown-inner .dropdown-item:hover span {
    color: #d1000b;
}

/* Smooth open */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.container-9 {
    display: flex
;
    gap: 20px;
    flex-direction: row;
    align-self: flex-start;
    width: 100%;
    box-sizing: border-box;
}

.group-1000005080 {
     display: flex;
    align-items: baseline;
    box-shadow: 0 4px 6px -1px rgba(163, 174, 208, 0.5), 0 2px 4px -1px rgba(163, 174, 208, 0.25);
    width: 100%;
    padding: 14px;
    border-radius: 15px;
        justify-content: space-between;
    

}
/* .group-1000005080 {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    box-shadow: 0px 3px 5px 0px rgba(209, 0, 11, 0.2);
    border-radius: 14px;
    background: #FFFFFF;
    position: relative;
    margin-right: 30px;
    display: flex
;
    flex-direction: row;
    align-items: center;
    padding: 25px;
    width: 370px;
    box-sizing: border-box;
} */
.unit {
    display: flex
;
    flex-direction: column;
}

.container-16 {
    margin: 0 0.2px 19px 0;
    display: inline-block;
    overflow-wrap: break-word;
    
    font-weight: 600;
    font-size: 36px;
    color: #2E2E2E;
}

span.average-annual-appreciation {
    overflow-wrap: break-word;
    
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #404040;
}
.section-12 {
    border-radius: 16px;
    /* border: 2px solid #E5E5E5; */
    margin-top: 2em;
    /* display: flex
; */
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
}

  .chart-container {
    width: 100%;
    height: 350px;
    border-radius: 6px;
    padding: 15px;
    background: linear-gradient(to bottom, #ffffff 0%, #f4fdf5 100%);
  }

  canvas {
  width: 100% !important;
  height: 100% !important;
}

.verificationPending img {
    height: 292px;
    object-fit: 100%;
    width: auto;
}





/* footer css */



/* LEFT column width stable */


/* RIGHT column width stable */


/* Three blocks (Quick Links, Legal, Connect) in a row (side by side) */

/* Make sure each .media block stays in equal width */
.footerrevisor .media {
    flex: 1;
}
/* strong::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 21%;
    height: 3px;
    background: #d1000b;
} */
.media strong {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
}


/* .footerrevisor strong {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
} */

/* .footerrevisor strong::after {
       content: "";
    width: 60px;
    height: 4px;
    background: #d1000b;
    position: absolute;
    bottom: -14px;
    left: 0;
} */


.footerrevisor .fborder {
    border-top: 1px solid #F1F1F1;
}

.footerrevisor .fborder p {
       font-weight: 300;
    font-size: 14px;
    color: #ECEAEA;
    justify-content: center;
    display: flex;
    padding: 10px 20px;
    font-family: 'Roboto-Light';
    margin: 0;
    letter-spacing: 0.5px;
}

.footerrevisor .socialmedia {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.footerrevisor .social a {
    display: contents;
}

.footerrevisor .social {
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    align-self: flex-start;
    column-gap: 15px;
    width: 150px;
    box-sizing: border-box;
}


.footerrevisor .listicon {
    margin-bottom: 20.5px;
    display: inline-block;
    text-align: justify;
    overflow-wrap: break-word;
    
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 1.333;
    color: #FFFFFF;
}

.footerrevisor .social .link a {
    border-radius: 20px;
    background: #D1000B;
    display: flex;
    padding: 12px 12.3px 12px 12.2px;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    color: #fff;
}
.footerrevisor .social .link a:hover{
    background: #000;
}

.footerrevisor .social .vector-39 {
    width: 15.5px;
    height: 16px;
}

.footerrevisor .social .link-1 {
    border-radius: 20px;
    background: #D1000B;
    display: flex;
    padding: 14.4px 11.2px 13.7px 11.3px;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    align-items: center;
}

.footerrevisor .social .vector-40 {
    width: 17.6px;
    height: 11.9px;
}

.footerrevisor .social .link-2 {
    border-radius: 20px;
    background: #D1000B;
    display: flex;
    padding: 10px;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
}

.footerrevisor .social .instagram-svgrepo-com {
    width: 20px;
    height: 20px;
}

 


.onbordingPage .onbordingformpanel{
    overflow: hidden;
    height: auto;
}
.formItemlist .rowformuser label {
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    max-width: 200px;
    flex: none;
}
.Onbordingtitle.onbordingPage .onbordingpanel .onbordingform select,
.Onbordingtitle.onbordingPage .onbordingpanel .onbordingform input {
    font-size: 14px !important;
    font-weight: 300 !important;
    padding: 10px;
    height: 45px;
    border: 1px solid rgba(197, 197, 197, 1) ;
}


.tabel_scoller.table-responsive thead th {
    background: #F9F9F9;
    padding: 20px 10px;
    color: #303940;
    font-weight: 600;
    border: 0;
}

.conciergeBtn button.btn {
   background: #d50000;
    border-radius: 10px;
    padding: 10px !important;
    font-size: 14px;
    font-weight: 700 !important;
    text-align: center;
    margin: 0 auto;
    min-width: 140px;
    display: block;
}

.conciergeBtn {
    position: absolute;
    bottom: 20px;
    display: block;
    left: 0;
    right: 0;
}
.connectIcon {
    color: #d1000b;
}


.Propertyhilight ul.select_list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    padding: 0;
}


.Propertyhilight ul.select_list .highlight-label.checked {
    background-color: #C50101;
    border-color: #C50101;
    color: #C50101;
}
.Propertyhilight ul.select_list .highlight-label.checked span{
    color: #fff;
}

.Propertyhilight ul.select_list .highlight-label {
        gap: 10px;
    padding: 10px 20px;
    transition: all 0.2s ease;
    user-select: none;
    border: 1px solid #A5A5A5;
    border-radius: 50px;
    color: #464646;
    font-size: 22px;
    width: auto;
    cursor: pointer;
}
.Propertyhilight ul.select_list .highlight-label {
    gap: 10px;
    padding: 10px;
    transition: all 0.2s ease;
    user-select: none;
    border: 1px solid #A5A5A5;
    border-radius: 50px;
}

  .Propertyhilight ul.select_list .highlight-label input[type="checkbox"] {
    display: none;
    /* hide the checkbox */
  }

  .Propertyhilight ul.select_list .highlight-label span {
    color: #464646;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
  }


  .unitAddbtn button#removeUnitBtn {
    background: rgba(197, 1, 1, 0.2);
    border: none;
    height: 40px;
    width: 40px;
    align-items: center;
    color: #d1000b;
}

  .unitAddbtn button#addUnitBtn{
    background: rgba(217, 217, 217, 1);
    color: rgba(103, 103, 103, 1);
     border: none;
    height: 40px;
    width: 40px;
    align-items: center;
  }

  .financial-frmgrp .frm_grp span {
    flex: none;
}
  .financial-frmgrp .frm_grp {
    align-items: center;
    gap: 10px;
}
.card_box .form_box textarea.form-control {
    height: 110px;
    padding: 10px;
}

.formItemlist input[type="checkbox"] {
    max-width: 15px !important;
    display: block;
    width: 15px !important;
    height: auto !important;
}

.onbordingform input[type="radio"] {
    width: 20px !important;
    height: auto !important;
    max-width: max-content !important;
    margin: 0;
}
.item.radio-inline-item label {
    margin: 0;
}
.profileform .item label {
    margin: 0;
}


a.btn.onbordingformpanel-btn {
    flex: none;
    gap: 10px;
    height: auto;
    margin: 0;
    position: absolute;
    right: 10px;
 top: 6px;
    font-size: 12px;
}


.action-btn-text .btn small {
    font-size: 12px;
    display: block;
}
.action-btn-text .btn {
    display: flex;
    flex-direction: column;
    padding: 5px;
}

.td-btn-action .btn {
    width: 30px;
    height: 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recommended-property .property-card .price h4 {
    font-size: 25px;
}

.recommended-property .property-card .price-row .group-btn a{
    font-size: 15px;
    padding: 10px;
}


.property-showing-tab a.nav-link {
    background: transparent;
    border: 1px solid #E0E0E0;
    color: #E0E0E0;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
}
.property-showing-tab a span{
    background: #fff !important;
    color: #D1000B;    
}
.property-showing-tab a.nav-link.active {
    background: #D1000B;
    color: #fff;
}

@media (max-width:767px){
    .small-pictures{
        gap:0;
        flex-direction: row;
        gap: 10px;
    }
    .view-properties .amenitiesItem{
        border:none;
    }
    .amenitiesItem{
        margin: 0;
    }

    .small-pictures .small-picture-container{
        height: 100px;
        
    }

    .small-pictures img{
       object-fit: cover;
        height: 100%;
    }
    .big-picture {
  
    height: 350px;
}
}