/* ====================================================
    Responsive
==================================================== */
/* Normal desktop :992px. (Laptop 14") */
@media (min-width: 992px) and (max-width: 1199px) {

    /* Global */
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }
}


/* Tablet device :768px. */
@media (min-width: 768px) and (max-width: 991px) {

    /* Global */
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 15px;
    }

    p {
        font-size: 14px;
    }
}

/* small mobile :320px. */
@media (max-width: 767px) {

    /* Global */
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 17px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }

    p {
        font-size: 14px;
    }
}

.hidden {
    display: none !important;
}
span#txtlogo {
    color: var(--white);
}
.text-left {
    text-align: left;
}
.vertical-align-middle {
    vertical-align: middle;
}
.ltn__category-item-5 a .category-icon {
    background-color: var(--white-10);
    margin-bottom: 10px;
}

.modal-header .close {
    right: 0px;
    top: 0px;
    background: transparent;
}

.form-check .form-check-input {
    float: unset;
    margin-left: unset;
    margin-top: 5px;
}

.input-info-save span {
    margin-left: 5px;
    vertical-align: text-bottom;
}

.input-info-save input[type="checkbox"] {
    width: 15px;
    height: 15px;
}

.text-right {
    text-align: right;
}

.cursor-pointer {
    cursor: pointer;
}

.site-language .ltn__currency-menu ul li .dropdown-toggle,
.site-language .ltn__currency-menu ul li .dropdown-toggle::before {
    color: var(--white);
}

.mobile-group div.nice-select {
    width: 25%;
    min-width: 25%;
    height: 65px;
    line-height: 61px;
}

.mobile-group div.nice-select ul.list {
    width: 200%;
}

.country-code {
    color: var(--ltn__color-1);
}

.option-group {
    border-top: 1px solid var(--ltn__color-2);
}

.mobile-group input[type=text] {
    width: 75%;
    border-left: none;
}

.form-check-label.radio-option-content {
    width: 100%;
}

.tab-title {
    font-weight: 500;
}

.tab-pane.fade {
    transition: all 0.5s;
    transform: translateX(2rem);
}

.tab-pane.fade.show {
    transform: translateX(0rem);
}

#contactform .submit-btn {
    width: 300px;
}
#contactform .nice-select .current img {
    margin-bottom: 4px;
}

#contactform .ltn__category-item-5 {
    margin-bottom: 25px;
}
#contactform .ltn__category-item-5 a {
    padding: 0;
}
#contactform .ltn__category-item-5.form-type-2 a {
    min-height: 13rem;
}

#contactform .ltn__category-item-5 a .category-icon {
    width: 90px;
    height: 90px;
    line-height: 100px;
    font-size: 35px;
}

#contactform .ltn__category-item-5 a .category-title {
    font-size: 18px;
}
#contactform .ltn__category-item-5 a .category-sub-title {
    font-size: 0.800em;
    font-weight: bold;
    line-height: 1.4;
}
#contactform .ltn__other_category-item .category-title {
    text-decoration: underline;
    cursor: pointer;
}
#contactform .ltn__category-item input[type=radio],
#contactform .ltn__other_category-item input[type=radio] {
    display: none;
}
#contactform .ltn__category-item .form-check-label {
    padding: 25px 10px 15px;
    cursor: pointer;
}
#contactform .ltn__category-item-5:has(input[type="radio"]:checked) {
    -webkit-box-shadow: var(--ltn__box-shadow-4);
    box-shadow: var(--ltn__box-shadow-4);
    background-color: var(--ltn__secondary-color);
    color: var(--white);
}

#contactform .ltn__category-item-5:has(input[type="radio"]:checked) .category-title,
#contactform .ltn__category-item-5:has(input[type="radio"]:checked) .category-sub-title {
    color: var(--white);
}

#otherType_tab .ltn__category-item-5 {
    margin-bottom: 10px;
}

#otherType_tab .form-check-label {
    width: 100%;
}

#otherType_tab .ltn__category-item-5 a .category-title {
    font-size: 16px;
    margin-bottom: 0;
}

#otherType_tab input[type="text"] {
    margin-bottom: 0;
    height: 45px;
    width: 70%;
}

#otherType_tab .ltn__category-item-5 a {
    padding: 0;
    height: unset !important;
}

#otherType_tab .ltn__category-item .form-check-label {
    padding: 20px 20px 20px !important;
}

input:invalid {
    color: var(--red);
}

.icon-img-100 {
    width: 100px;
    height: 60px;
    vertical-align: middle;
}

.icon-img {
    width: 45px;
    height: 45px;
    vertical-align: inherit;
}

.icon-img-form {
    width: 45px;
    height: 45px;
    margin-bottom: 16px;
}

.edit-image-label {
    font-size: 25px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 25%;
    height: 30px;
    width: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: cornflowerblue;
    box-shadow: 0 0 8px 3px #B8B8B8;
}

.edit-image-label:has(#title_bg_image),
.edit-image-label:has(#ty_title_bg_image) {
    top: -20%;
    left: -50%;
}

.edit-image-label:has(#location_bg_image) {
    top: -20rem;
    left: 2rem;
}

.btn-secondary {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

#propertytype_tab .nice-select {
    width: 50%;
    margin-top: 20px;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#propertytype_tab .nice-select .list {
    width: 100%;
}

#propertytype_tab .row.slick-arrow-1 {
    width: 103.3%;
}

.property-type-list:has(.form-check-input:disabled) {
    pointer-events: none;
    opacity: 0.25;
}

.golden_visa_section h6 {
    font-weight: normal;
    font-size: 14px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.golden_visa_section h6 span {
    margin-left: 10px;
}

.golden_visa_section .eligible i {
    color: #f3cf0c;
}

.golden_visa_section .not-eligible i {
    color: #cccccc;
}

#scrollUp {
    z-index: 500 !important;
}

.fixed-select-wrapper {
    position: fixed;
    padding: 7px;
    bottom: 140px;
    right: 2.7%;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--section-bg-1);
    box-shadow: var(--ltn__box-shadow-3);
    z-index: 1100;
}
.fixed-select-wrapper:hover {
    box-shadow: 0 1px 6px 1px var(--ltn__secondary-color);
}

.fixed-select-wrapper.language-select-wrapper {
    bottom: 215px;
}

.fixed-select-wrapper select {
    display: none;
}

.fixed-select-wrapper img {
    width: 45px;
    height: 45px;
    cursor: pointer;
    padding: 3px;
}

.fixed-select-wrapper img.option-icon {
    width: 32px;
    height: 32px;
}

.fixed-select-wrapper .custom-dropdown {
    position: absolute;
    bottom: 63px;
    right: 0;
    display: none;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    width: max-content;
}

.fixed-select-wrapper .custom-dropdown li {
    padding: 7px;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
}

.fixed-select-wrapper .custom-dropdown li:hover,
.fixed-select-wrapper .custom-dropdown li.selected {
    background-color: #f0f0f0;
}

.investment-budget-select .list li {
    padding-bottom: 1px;
    margin: 0;
}

.investment-budget-select .list li p {
    line-height: 0px;
    font-size: 12px;
}
.nice-select-search-section {
    padding-right: 10px;
    padding-left: 10px;
}

li:has(.nice-select-search) {
    margin-top: 0 !important;
}
.nice-select-search {
    width: 100% !important;
    height: 40px !important;
    border-left: 2px solid var(--border-color-9) !important;
}
.nice-select-search:focus {
    border-left: 1px solid var(--ltn__secondary-color) !important;
}
.custom-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
}
/* tooltip */
[data-tip] {
    position: relative;
}
[data-tip]:before {
    content: '';
    /* hides the tooltip when not hovered */
    display: none;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1a1a1a;
    position: absolute;
    top: -5px;
    left: 35px;
    z-index: 8;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

[data-tip]:after {
    display: none;
    content: attr(data-tip);
    position: absolute;
    top: -35px;
    left: 0px;
    padding: 5px 8px;
    background: #1a1a1a;
    color: #fff;
    z-index: 9;
    font-size: 0.75em;
    height: 30px;
    line-height: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    word-wrap: normal;
    width: 100%;
    max-width: 100%;
}

[data-tip]:focus-within:before,
[data-tip]:focus-within:after {
    display: block;
}
/* tooltip */


/*** Edits **/
.devlogo {
    display: inline-block;
    height: 35px;
    margin: 15px 15px;
}

.ltn__brand-logo-item {
    margin: 0px;
}

.devlogo img {
    max-height: 35px;
    max-width: 160px;
}

.devlogos {
    text-align: center;
}

.section-bg-1 {
    background-color: #fff;
}

.section-bg-1 .apartments-info-list-color>ul li label {
    background-color: #fff;
}

.section-bg-1 .apartments-info-list-color>ul li span {
    background-color: #fff;
}

.section-bg-7 {
    background-color: #1d1d1d;
}

.ltn__copyright-area {
    padding-top: 18px;
    padding-bottom: 15px;
}

#Amenities .ltn__category-item a {
    min-height: 250px;
}

img.mobileimage {
    display: none;
    margin-bottom: 50px;
}

#Amenities .icon-img {
    width: 100px;
    height: auto;
    border-radius: 100%;
}

/*** End Edits **/


@media (max-width: 767px) {
    .form-section {
        width: 110%;
    }

    #contactform .ltn__category-item-5 {
        margin-bottom: 15px;
    }
    #contactform .ltn__category-item-5.form-type-2 a {
        min-height: 8.5rem;
    }

    #contactform .ltn__category-item-5 a .category-title {
        font-size: 12px;
    }

    #contactform .ltn__category-item-5.text-center .category-icon {
        margin-left: auto;
        margin-right: auto;
    }

    #contactform .ltn__category-item-5 a .category-icon {
        width: 55px;
        height: 55px;
        line-height: 65px;
        font-size: 25px;
        margin-bottom: 10px;
    }

    #contactform .row.ltn__category-slider-active--- [class*='col-'] {
        padding-right: 8px;
        padding-left: 8px;
    }

    #contactform .ltn__category-item .form-check-label {
        padding: 15px 3px 5px;
    }

    .icon-img-100 {
        width: 165px;
        height: 55px;
    }

    .icon-img {
        width: 30px;
        height: 30px;
    }

    .icon-img-form {
        width: 27px;
        height: 27px;
        margin-bottom: 15px;
    }

    #contactform .mobile-group div.nice-select {
        width: 35%;
        min-width: 35%;
    }

    #contactform .mobile-group input[type=text] {
        width: 65%;
    }

    #contactform .nice-select .current {
        margin-left: -15px;
        /* line-height: 61px; */
        font-size: 14px;
    }

    #contactform .nice-select .current img {
        margin-bottom: 2px;
    }

    #contactform .input-item .nice-select::before {
        right: 5px;
    }

    .mobile-group div.nice-select ul.list {
        width: 295%;
    }

    .modal-dialog {
        display: contents;
    }

    .modal-content {
        height: auto;
        min-height: 100%;
    }

    .devlogo img {
        max-height: 25px;
        max-width: 90px;
    }

    .devlogo {
        height: 25px;
        margin: 9px 15px;
    }

    div#Developers {
        padding-top: 20px;
    }

    .bg-image-right-before::before {
        position: absolute;
        content: "";
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: var(--location-bg);
        height: 100%;
        width: 48%;
        left: auto;
        right: 0;
        top: 0;
    }
    img.mobileimage {
        display: block;

    }
    .fixed-select-wrapper img {
        width: 40px;
        height: 40px;
        padding: 2px;
    }
    .fixed-select-wrapper img.option-icon {
        width: 27px;
        height: 27px;
    }
    .fixed-select-wrapper {
        padding: 6px;
        bottom: 150px;
        right: 3.6%;
    }
    .fixed-select-wrapper.language-select-wrapper {
        bottom: 215px;
    }
    .fixed-select-wrapper .custom-dropdown {
        bottom: 55px;
    }
    #propertytype_tab .nice-select {
        width: 100%;
    }
    #contactform .ltn__category-item-5 a .category-sub-title {
        font-size: 0.700em;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #contactModal .modal-dialog {
        max-width: 90%;
    }
    #contactform .mobile-group div.nice-select {
        width: 35%;
        min-width: 35%;
    }

    #contactform .mobile-group input[type=text] {
        width: 65%;
    }

    #contactform .input-item .nice-select::before {
        right: 5px;
    }

    #contactform .nice-select .current img {
        margin-left: -14px;
    }

    .mobile-group div.nice-select ul.list {
        width: 295%;
    }

    .devlogo img {
        max-height: 25px;
        max-width: 100px;
    }

    .devlogo {
        height: 25px;
        margin: 10px 15px;
    }

    div#Developers {
        padding-top: 25px;
    }

    img.mobileimage {
        display: block;
    }

    .fixed-select-wrapper img {
        width: 35px;
        height: 35px;
        padding: 2px;
    }
    .fixed-select-wrapper img.option-icon {
        width: 28px;
        height: 28px;
    }
    .fixed-select-wrapper {
        padding: 6px;
        bottom: 125px;
        right: 1.9%;
    }
    .fixed-select-wrapper.language-select-wrapper {
        bottom: 185px;
    }
    .fixed-select-wrapper .custom-dropdown {
        bottom: 52px;
    }
    #propertytype_tab .nice-select {
        width: 100%;
    }
    #contactform .ltn__category-item-5 a .category-sub-title {
        font-size: 1em;
    }
}

/* =====================================RTL================================================= */
[data-textdirection="rtl"] .text-left {
    text-align: right;
}
[data-textdirection="rtl"] .tab-pane.fade {
    transition: all 0.5s;
    transform: translateX(-2rem);
}

[data-textdirection="rtl"] .tab-pane.fade.show {
    transform: translateX(0rem);
}

[data-textdirection="rtl"] .modal-header .close {
    right: unset;
    left: 0px;
}

[data-textdirection="rtl"] .input-info-save span {
    margin-right: 5px;
}

[data-textdirection="rtl"] .text-right {
    text-align: left;
    direction: initial;
}

[data-textdirection="rtl"] .ltn__car-dealer-form-box .nice-select {
    padding-right: unset;
    padding-left: 70px;
}

[data-textdirection="rtl"] .mobile-group input[type=text] {
    border-right: none;
    border-left: 2px solid;
    border-color: var(--border-color-9);
}

[data-textdirection="rtl"] #contactform .nice-select .current {
    margin-right: 15px;
}

[data-textdirection="rtl"] #propertytype_tab .nice-select {
    right: 0;
}

[data-textdirection="rtl"] .fixed-select-wrapper {
    left: 2.7%;
    right: unset;
}

[data-textdirection="rtl"] .fixed-select-wrapper .custom-dropdown {
    left: 0;
    right: unset;
}
[data-textdirection="rtl"] .golden_visa_section h6 span {
    margin-right: 10px;
    margin-left: unset;
}
[data-textdirection="rtl"] .icon-img-100 {
    width: 80px;
    height: 60px;
}



/* tooltip */
[data-textdirection="rtl"] [data-tip]:before {
    left: unset;
    right: 35px;
}

/* tooltip */

@media (max-width: 767px) {
    [data-textdirection="rtl"] #contactform .mobile-group input[type=text] {
        width: 65%;
    }

    [data-textdirection="rtl"] #contactform .nice-select .current {
        margin-left: -15px;
        margin-right: 5px;
    }

    [data-textdirection="rtl"] #contactform .nice-select .current img {
        max-width: 24px;
    }

    [data-textdirection="rtl"] #contactform .input-item .nice-select::before {
        right: unset;
        left: 5px;
    }

    [data-textdirection="rtl"] #propertytype_tab .nice-select {
        right: unset;
        left: 50%;
    }
    
    [data-textdirection="rtl"] .fixed-select-wrapper {
        right: unset;
        left: 3.6%;
    }

    [data-textdirection="rtl"] .icon-img-100 {
        width: 145px;
        height: 55px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    [data-textdirection="rtl"] #contactform .input-item .nice-select::before {
        right: unset;
        left: 5px;
    }

    [data-textdirection="rtl"] #contactform .nice-select .current img {
        margin-left: unset;
        margin-right: -14px;
    }

    [data-textdirection="rtl"] #contactform .nice-select .current {
        margin-right: 18px;
    }

    [data-textdirection="rtl"] #propertytype_tab .nice-select {
        right: unset !important;
        left: 50%;
    }

    [data-textdirection="rtl"] .fixed-select-wrapper {
        right: unset;
        left: 2.3%;
    }
}