.property-details-banner {
    position: relative;
}
.pdb-content-box {
    border-radius: 35px;
    background: var(--color-FAFAFC);
    padding: 25px 20px 50px;
}
.pdb-container {
    margin-top: -140px;
    position: relative;
}
.max-1130 {
    max-width: 1130px;
    width: 100%;
    margin: 0 auto;
}
.pdb-heading span {
    display: block;
}
.blue-txt {
    color: var(--color-0066CB);
}
.pdb-heading .fs-50 {
    font-weight: 600;
}
.pdb-heading {
    text-align: center;
}
.pdb-content {
    text-align: center;
}
.pdb-content .table th, .pdb-content .table td {
    background: transparent;
}
.pdb-heading .blue-txt {
    color: var(--color-0066CB);
    text-align: center;
    font-family: Inter;
    font-size: 34px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.374px;
    margin-bottom: 10px;
}
.pdb-content p {
    color: var(--color-4C4C4C);
    text-align: center;
    font-family: Inter;
    font-size: var(--fs-18);
    line-height: normal;
    padding-bottom: 20px;
}
.pdb-content .table th {
    color: var(--color-4C4C4C);
    text-align: center;
    font-family: Inter;
    font-size: var(--fs-18);
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.198px;
}
.pdb-content .table td {
    color: var(--color-4C4C4C);
    text-align: center;
    font-family: Inter;
    font-size: var(--fs-18);
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.198px;
}
.pdb-content table {
    margin-top: 32px;
    margin-bottom: 0;
}
.financial-details-section {
    padding: 50px 0;
    position: relative;
}
.financial-details-section .fs-30 {
    padding-bottom: 30px;
    font-weight: 600;
}
.listfire {
    display: flex;
    column-gap: 60px;
    row-gap: 24px;
    flex-wrap: wrap;
}
.listfire li {
    color: var(--color-4C4C4C);
    font-family: Inter;
    font-size: var(--fs-18);
    font-weight: 600;
    letter-spacing: -0.198px;
}
.financial-details-section hr {
    margin: 50px 0;
}
.additional-notes {
    text-align: center;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}
.additional-notes p {
    color: var(--color-4C4C4C);
    text-align: center;
    font-family: Inter;
    font-size: var(--fs-18);
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.198px;
}
.pdb-img, .pdb-img img {
    width: 100%;
    object-fit: cover;
}
.property-gallery {
    background: var(--color-FAFAFC);
    padding: 60px 0;
}
.pg-content {
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.pg-heading span {
    display: block;
}
.pg-heading .fs-20 {
    color: var(--color-0066CB);
}
.pg-heading .fs-30 {
    font-weight: 600;
}
.pg-content p {
    color: var(--color-4C4C4C);
    text-align: center;
    font-family: Inter;
    font-size: var(--fs-18);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.198px;
}
.property-gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 28px;
    margin-top: 30px;
}
.property-gallery-grid .elem {
    height: 230px;
    position: relative;
}
.property-gallery-grid .elem span {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.magnified {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .4);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all .4s ease-in-out;
}
.property-gallery-grid .elem:hover .magnified {
    opacity: 1;
}
#lcl_nav_cmd button.lcl_icon.lcl_play,
#lcl_nav_cmd button.lcl_icon.lcl_right_icon.lcl_thumbs_toggle {
    display: none !important;
}
#lcl_wrap {
    background: rgba(0, 0, 0, .7);
}
#lcl_nav_cmd button.lcl_icon.lcl_prev::before,
#lcl_thumbs_nav span.lcl_tn_prev:before {
    background-image: url("../images/Left\ Arrow.png");
    background-color: transparent;
    background-size: contain;
    font-size: 0;
}
#lcl_nav_cmd button.lcl_icon.lcl_next::before,
#lcl_thumbs_nav span.lcl_tn_next::before {
    background-image: url("../images/Right\ Arrow.png");
    background-color: transparent;
    background-size: contain;
    font-size: 0;
}
#lcl_nav_cmd button.lcl_icon.lcl_right_icon.lcl_close::before {
    background-image: url("../images/Cross\ Property.png");
    background-color: transparent;
    background-size: contain;
    font-size: 0;
}
#lcl_nav_cmd button.lcl_icon.lcl_prev::after,
#lcl_nav_cmd button.lcl_icon.lcl_next::after,
#lcl_nav_cmd button.lcl_icon.lcl_right_icon.lcl_close::after {
    content: none;
}
#lcl_nav_cmd button.lcl_icon.lcl_prev,
#lcl_nav_cmd button.lcl_icon.lcl_next,
#lcl_nav_cmd button.lcl_icon.lcl_right_icon.lcl_close {
    background: transparent;
    border: none;
    font-size: 0;
}
#lcl_nav_cmd button.lcl_icon.lcl_prev:hover,
#lcl_nav_cmd button.lcl_icon.lcl_right_icon.lcl_close:hover {
    background-color: transparent;
}
#lcl_nav_cmd button.lcl_icon.lcl_right_icon.lcl_close {
    width: 20px;
    height: 20px;
    overflow: hidden;
}
.lcl_tn_inner li.lcl_sel_thumb, #lcl_wrap:not(.lcl_on_mobile) .lcl_tn_inner li:not(.lcl_sel_thumb):hover {
    transform: scale(0.90) translateZ(0);
    filter: brightness(0.5);
}
.listfire li a {
    color: var(--color-0066CB);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
}
.amenities-heading span {
    display: block;
}
.amenities-heading span.fs-20 {
    color: var(--color-0066CB);
    font-family: Inter;
    font-size: var(--fs-20);
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.22px;
}
.tourlist {
    display: flex;
    column-gap: 60px;
    align-items: center;
    row-gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
}
.tourlist li {
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--color-4C4C4C);
    font-family: Inter;
    font-size: var(--fs-18);
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.198px;
}
.mapid {
    width: 100%;
    height: 400px;
}
.mapid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.agent-section {
    padding: 60px 0 70px;
    background: var(--Light-Gray, #FAFAFC);
}
.agend-grid {
    max-width: 1375px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 80px;
}
.agent-details {
    max-width: 485px;
    width: 100%;
}
.agent-enquiry {
    width: 100%;
}
.agent-wrapper {
    background: #FFF;
    padding: 30px;
    display: flex;
    gap: 40px;
    align-items: start;
}
.agent-name {
    width: 132px;
    height: 132px;
    background: #0066CB;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: var(--fs-50);
    font-weight: 500;
}
.agent-details .fs-20,
.agent-enquiry .fs-20 {
    padding-bottom: 20px;
    font-weight: 700;
    color: #000;
}
.agent-data p {
    color: var(--Paragraph, #4C4C4C);
    font-family: Inter;
    font-size: var(--fs-18);
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.198px;
}
.agent-data .ag-name {
    color: var(--Black, #000);
    font-family: Inter;
    font-size: var(--fs-20);
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.22px;
}
.agent-contact {
    margin-top: 10px;
    margin-bottom: 20px;
}
.mollar textarea {
    height: 255px;
    padding: 10px;
    border: 1px solid var(--color-BBB);
    color: var(--color-4C4C4C);
    font-size: 16px;
    font-weight: 400;
}
.mollar {
    padding-top: 35px;
}
.only-flex {
    display: flex;  
}
.flx-group {
    display: flex;
    gap: 30px;
    align-items: start;
}
.rollar .universal-onboard select {
    max-width: 120px;
    font-size: 16px;
    appearance: auto;
}
.rollar {
    max-width: 410px;
    width: 100%;
}
.mollar {
    width: 100%;
    max-width: 370px;
}
.tc-flx input[type="checkbox"] {
    margin-right: 8px;
}
.tc-flx {
    margin-bottom: 35px;
}
.tc-flx a {
    color: var(--Blue-Color, #0066CB);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.agent-submit button {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    border: 2px solid var(--color-0066CB);
    padding: 13px 30px;
    background: var(--color-0066CB);
    color: var(--color-white);
    transition: all .4s ease-in-out;
}
.agent-submit button:hover {
    background: var(--color-0A2152);
    border-color: var(--color-0A2152);
}
.about-qi-banner {
    position: relative;
    width: 100%;
    height: 820px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}
.about-qi-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
}
.aqb-box {
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    color: #FFF;
    z-index: 1;
}
.redifining-section {
    padding: 80px 0;
    position: relative;
}
.redifing-box {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}
.redifing-box .fs-50 {
    text-align: center;
    padding-bottom: 30px;
    color: #0A2152;
    font-weight: 600;
}
.redifing-box p {
    color: var(--Paragraph, #4C4C4C);
    text-align: center;
    font-family: Roboto;
    font-size: var(--fs-18);
    font-weight: 400;
    line-height: 1.55; /* 155.556% */
}
.redifining-metrix {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-top: 60px;
}
.rejoice-box .fs-50 {
    padding-bottom: 6px;
    font-weight: 500;
}
.rejoice-box span {
    display: block;
}
.repara {
    color: var(--Paragraph, #4C4C4C);
    text-align: center;
    font-family: Roboto;
    font-size: var(--fs-18);
    font-weight: 400;
    line-height: 1.5;
}
.mainpayment-option {
    margin-top: 20px;
}
.input-wrapper {
    border: 1px solid var(--Outline, #BBB);
    padding: 27px 27px 27px 15px;
    margin-bottom: 14px;
}
.input-flx {
    display: flex;
    gap: 10px;
}
.mainpayment-option .universal-onboard label {
    color: var(--Paragraph, #4C4C4C);
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
.mainpayment-option .universal-onboard label span {
    color: var(--Paragraph, #F00);
}
.mainpayment-option .universal-onboard .customtoogle label {
    color: var(--Paragraph, #4C4C4C);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: -0.176px;
    padding: 0;
}
.mainpayment-option .universal-onboard select {
    background-image: url("../images/selecarr.png");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: center;
}
.mainpayment-option .submit-signup {
    max-width: 100%;
}
.input-group input[type="radio"] {
    width: 20px;
}
@media (max-width: 1600px) {
    .pdb-img {
        height: 600px;
    }
    .pdb-img img {
        height: 100%;
    }
    .pdb-heading .blue-txt {
        font-size: 32px;
    }
    .about-qi-banner {
        height: 730px;
    }
}
@media (max-width: 1400px) {
    .pdb-img {
        height: 560px;
    }
    .pdb-heading .blue-txt {
        font-size: 30px;
    }
    .financial-details-section .fs-30 {
        padding-bottom: 20px;
    }
    .listfire {
        row-gap: 10px;
    }
    .property-gallery-grid .elem {
        height: 200px;
    }
    .property-gallery-grid {
        gap: 20px;
    }
    .mapid {
        height: 300px;
    }
    .mollar textarea {
        height: 218px;
    }
    .agend-grid {
        gap: 40px;
    }
    .agent-details {
        max-width: 440px;
    }
    .agent-name {
        width: 120px;
        height: 120px;
    }
}
@media (max-width: 1199px) {
    .pdb-heading .blue-txt {
        font-size: 28px;
    }
    .property-gallery-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .flx-group {
        flex-direction: column;
        gap: 0;
    }
    .mollar {
        padding-top: 20px;
        max-width: 100%;
    }
    .rollar {
        max-width: 100%;
    }
}
@media (max-width: 991px) {
    .pdb-content .table th, .pdb-content .table td {
        white-space: nowrap;
    }
    .pdb-content table {
        margin: 0;
    }
    .property-gallery-grid {
        grid-template-columns: 1fr 1fr;
    }
    .agend-grid {
        flex-direction: column;
    }
    .agent-details {
        max-width: 100%;
    }
    .mollar textarea {  
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .listfire,
    .tourlist {
        flex-direction: column;
        align-items: start;
    }
    .property-gallery {
        padding: 40px 0;
    }
    .property-gallery-grid .elem {
        height: 160px;
    }
    .mapid {
        height: 260px;
    }
}
@media (max-width: 575px) {
    .pdb-img {
        height: 480px;
    }
    .mapid {
        height: 220px;
    }
    .agent-wrapper {
        flex-wrap: wrap;
    }
    .about-qi-banner {
        height: 540px;
    }
}
@media (max-width: 430px) {
    .property-gallery-grid {
        grid-template-columns: 1fr;
    }
    .property-gallery-grid .elem {
        height: 200px;
    }
    .about-qi-banner {
        height: 480px;
    }
}