.p_140 {
    padding-block: 140px;
}

.green_col {
    color: #1a4f35;
}

h5.size28 {
    font-size: 28px;
}

/* *******(contact_sec)***********  */

.ftr_lnks.contact-item {
    display: flex;
    align-items: center;
    gap: 20px;
    /* max-width: 350px; */
}

.contact.ftr_bx {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.contact_txt .contact_para {
    max-width: 530px;
    margin-bottom: 25px;
}

.contact_txt .contact_hd {
    margin-bottom: 25px;
}

.ftr_lnks.contact-item span {
    flex: 0 0 50px;
}

.contact_txt .contact_hd p.size16 {
    font-weight: 600;
}

.contact_txt .contact_hd h2 {
    line-height: 1;
}

.contact_form .form_h {
    margin-bottom: 16px;
}

.contact_form .form_h h5 {
    font-size: 26px;
}

.contact_form .form-control {
    padding: 20px 18px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}

.contact_form .form-control:focus {
    box-shadow: none;
    border-color: #d9d9d9;
}

.contact_form textarea {
    resize: none;
}

.contact_sec .contact_form button.cta {
    max-width: 170px;
    width: 100%;
}

.ftr_link a {
    transition: color 0.2s ease;
}

.ftr_link a:hover {
    color: #1a4f35;
}

/* *******(privacy_sec)******* */

.bread-crumb .breadcrumb-item+.breadcrumb-item::before {
    content: "|";
    color: #000;
    font-weight: 500;
}

.privacy_sec .breadcrumb-item {
    color: #626262;
}

.privacy_sec .breadcrumb-item.active {
    color: #000;
    font-weight: 500;
}

.b-padding {
    padding-top: 20px;
    padding-bottom: 50px;
}

.privacy_dv {
    max-width: 1200px;
    margin: auto;
}

.privacy_dv .p_dv:not(:last-child) {
    margin-bottom: 30px;
}

.privacy_dv .privacy_hd {
    margin-bottom: 28px;
}

.privacy_dv .p_dv h5.size28 {
    margin-bottom: 16px;
}

.privacy_dv .p_dv ul {
    max-width: 1140px;
    margin-bottom: 0;
}

.privacy_dv .p_dv ul li:not(:last-child) {
    margin-bottom: 12px;
}

.privacy_dv .p_dv p:not(:last-child) {
    margin-bottom: 24px;
}

.bread-crumb ol.breadcrumb {
    margin-bottom: 0px;
}

/* (abhinav css 7/2) */
.Luxury_villa .inner_part1h h2 {
    line-height: 43px;
    padding-bottom: 37px;
}

.Luxury_villa .inner_part1h ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.Luxury_villa .inner_part1h ul li,
.Luxury_villa .inner_part2h p {
    list-style: none;
    display: inline;
    font-size: 16px;
    line-height: 19.5px;
    color: #626262;
    padding-right: 26px;
}

.Luxury_villa .inner_part1h ul li i {
    margin-right: 8px;
}

.Luxury_villa .inner_part2h h4 {
    padding-bottom: 14.5px;
}

.py_60 {
    padding: 60px 0px;
}

.Luxury_villa .inner_phots1 {
    width: 100%;
}

.Luxury_villa .inner_phots1 img,
.Luxury_villa .inner_photos2 .part2_photos img {
    border-radius: 25px;
}

.Luxury_villa .inner_photos2 {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
}

/* h5 {
    font-size: 26px;
    line-height: 43px;
    letter-spacing: 0.02em;
} */

.overview1 .overviewelements .over-parts {
    display: flex;
    gap: 20px;
    /* justify-content: start; */
}

.overview1 .overviewelements {
    display: grid;
    grid-template-columns: auto auto auto;
}

.overview1 .overviewelements .over-parts i {
    font-size: 22px;
    padding: 16px 14px;
}

/************(ak detail-page 7/2)************/
.bg_green {
    background: #edf1ef;
}

.pt-80 {
    padding-top: 80px;
}

.pt-100 {
    padding-top: 100px;
}

.m_40 {
    margin-block: 40px;
}

.m_30 {
    margin-block: 30px;
}

.overview1 {
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 25px;
}

.overview h5 {
    font-size: 26px;
    margin-bottom: 16px;
}

.overview1 .overviewelements {
    row-gap: 30px;
}

.overview1 .overviewelements .over-parts p {
    display: flex;
    flex-direction: column;
}

.overview1 .overviewelements .over-parts p span {
    color: #000;
    font-weight: 600;
}

.overview1 .overviewelements .over-parts i,
.overview1 .overviewelements .over-parts .ov-img {
    color: #808080;
    border: 1px solid #1a4f3514;
    border-radius: 10px;
    flex: 0 0 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.cstm-marker {
    list-style-type: none;
    padding-left: 22px;
}

ul.cstm-marker li {
    position: relative;
    margin-bottom: 18px;
}

ul.cstm-marker li::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: -24px;
    width: 16px;
    height: 16px;
    background: url("../img/circle-check.png") no-repeat center;
    background-size: contain;
}

.address_dv {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
}

.address_dv .address-hd p:first-child {
    color: #000;
    font-weight: 600;
    /* flex: 0 0 110px; */
}

.address_dv .address-hd {
    max-width: 110px;
    width: 100%;
}

.overview4 .overview_txt {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.overview-map {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    margin-top: 25px;
    width: 100%;
    padding: 18%;
}

.overview-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.schedule_tour .contact_form button.cta {
    width: 100%;
}

.desc .overview1 {
    max-width: 950px;
}

.more-info-address {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.more-info .address_dv {
    gap: 14px;
    row-gap: 10px;
}

/* .more-info .address_dv p:first-child {
    flex: 0 0 60px;
} */
.more-info .address_dv .address-hd {
    max-width: 60px;
    width: 100%;
}

.featured_list_sec .list-wrapper {
    margin-bottom: 0px;
}

.more-info .address_dv p {
    word-break: break-all;
}

.inner_part2h {
    max-width: 130px;
    margin-left: auto;
    text-align: right;
}

.inner_part2h p {
    padding: 0 !important;
}

.schedule_div {
    position: sticky;
    top: 130px;
}

.more-info .address_dv p a {
    transition: all 0.2s ease-in;
}

.more-info .address_dv p a:hover {
    color: #1a4f35;
}

/* NT 12feb25 */
.overview_txt p {
    margin-bottom: 30px;
}

.con-left {
    min-width: 50px;
}
.privacy_sec .container-fluid{
    max-width: 1800px;
    padding: 0 30px !important;
}


@media only screen and (max-width: 1599px) {
    .more-info .address_dv {
        gap: 5px;
    }
}

@media only screen and (max-width: 1399px) {
    .p_140 {
        padding-block: 120px;
    }

    .contact.ftr_bx {
        gap: 30px;
    }

    .b-padding {
        padding-bottom: 30px;
    }

    .overview1 {
        padding: 30px 20px;
        border-radius: 20px;
    }

    .more-info .address_dv p a {
        font-size: 14px;
    }

    .more-info .address_dv p {

        font-size: 14px;
    }

    .more-info .address_dv .address-hd {
        max-width: 55px;
    }
}

@media only screen and (max-width: 1199px) {
    .p_140 {
        padding-block: 100px;
    }

    .contact_txt .contact_para,
    .contact_txt .contact_hd {
        margin-bottom: 20px;
    }

    .contact.ftr_bx {
        gap: 24px;
    }

    .b-padding {
        padding-bottom: 20px;
    }

    .privacy_dv .privacy_hd {
        margin-bottom: 22px;
    }

    .privacy_dv .p_dv p:not(:last-child) {
        margin-bottom: 20px;
    }

    .privacy_dv .p_dv:not(:last-child) {
        margin-bottom: 24px;
    }

    .privacy_dv .p_dv ul li:not(:last-child) {
        margin-bottom: 10px;
    }

    /* *****(detail page)******* */
    .overview1 {
        padding: 30px 20px;
    }

    .m_40 {
        margin-block: 30px;
    }

    .overview1 .overviewelements .over-parts i {
        font-size: 20px;
        padding: 14px;
    }

    .overview1 .overviewelements .over-parts {
        gap: 14px;
    }

    .schedule_div {
        top: 100px;
    }

    .Luxury_villa .inner_part1h h2 {
        padding-bottom: 26px;
    }
}

@media only screen and (max-width: 991px) {
    .p_140 {
        padding-block: 80px;
    }

    .pt-100 {
        padding-top: 80px;
    }

    .contact_sec .container>.row {
        gap: 40px;
    }

    .contact.ftr_bx {
        gap: 20px;
    }

    .contact_txt .contact_para,
    .contact_txt .contact_hd {
        margin-bottom: 16px;
    }

    .ftr_lnks.contact-item {
        gap: 16px;
    }

    .contact_sec .contact_form button.cta {
        max-width: 140px;
    }

    .contact_form .form-control {
        padding: 18px;
    }

    .privacy_dv .privacy_hd {
        margin-bottom: 18px;
    }

    h5.size28 {
        font-size: 24px;
    }

    .privacy_dv .p_dv h5.size28 {
        margin-bottom: 12px;
    }

    .privacy_dv .p_dv p:not(:last-child) {
        margin-bottom: 14px;
    }

    .privacy_dv .p_dv:not(:last-child) {
        margin-bottom: 20px;
    }

    .privacy_dv .p_dv ul li:not(:last-child) {
        margin-bottom: 8px;
    }

    .contact_form .form_h h5 {
        font-size: 20px;
    }

    /* *****(detail page)******* */
    .row.Luxury_villa-imgs {
        gap: 40px;
    }

    /* .Luxury_villa .inner_part1h ul li, */
    .Luxury_villa .inner_part2h p {
        padding-right: 10px;
    }

    .row.villa-detail {
        gap: 20px;
    }

    .Luxury_villa .inner_part2h h4 {
        padding-bottom: 12px;
    }

    .Luxury_villa .inner_part1h h2 {
        line-height: 1.2;
        padding-bottom: 24px;
    }

    .py_60 {
        padding: 40px 0px;
    }

    .overview h5 {
        margin-bottom: 10px;
    }

    .overview4 .overview_txt {
        gap: 15px;
    }

    .overview>.row {
        gap: 30px;
    }

    .more-info.overview1 {
        margin-bottom: 0px !important;
    }

    /* ul.cstm-marker li {
        margin-block: 14px;
    } */

    .inner_part2h {
        max-width: 100%;
        text-align: left;
    }

    .schedule_div {
        position: static;
    }
}

@media only screen and (max-width: 767px) {
    .p_140 {
        padding-block: 60px;
    }

    .pt-80 {
        padding-top: 60px;
    }

    .pt-100 {
        padding-top: 60px;
    }

    .contact_txt .contact_hd p.size16 {
        margin-bottom: 10px;
    }

    .contact_txt .contact_para,
    .contact_txt .contact_hd {
        margin-bottom: 12px;
    }

    .contact.ftr_bx {
        gap: 16px;
    }

    .contact_form .form-control {
        padding: 16px 18px;
    }

    .ftr_lnks.contact-item span {
        flex: 0 0 45px;
    }

    .b-padding {
        padding-block: 16px;
    }

    .privacy_dv .privacy_hd {
        margin-bottom: 12px;
    }

    .privacy_dv .p_dv h5.size28 {
        margin-bottom: 8px;
    }

    h5.size28,
    .overview h5 {
        font-size: 22px;
    }

    .privacy_dv .p_dv:not(:last-child) {
        margin-bottom: 16px;
    }

    .privacy_dv .p_dv p:not(:last-child) {
        margin-bottom: 10px;
    }

    /* *****(detail page)******* */

    /* .Luxury_villa .inner_part1h ul li, */
    .Luxury_villa .inner_part2h p {
        padding-right: 12px;
    }

    .row.villa-detail {
        gap: 16px;
    }

    .py_60 {
        padding: 25px 0px;
    }

    .overview1 .overviewelements {
        grid-template-columns: auto auto;
    }

    .overview1 .overviewelements {
        row-gap: 20px;
    }

    .overview1 .overviewelements .over-parts i {
        font-size: 18px;
        padding: 12px 10px;
        flex: 0 0 50px;
    }

    .overview1 {
        padding: 22px 16px;
        border-radius: 18px;
    }

    .m_40,
    .m_30 {
        margin-block: 24px;
    }

    .more-info-address {
        gap: 16px;
    }

    /* ul.cstm-marker li {
        margin-block: 12px;
    } */

    ul.cstm-marker li:last-child {
        margin-bottom: 0px;
    }

    .row.Luxury_villa-imgs {
        gap: 30px;
    }

    .overview_txt p {
        margin-bottom: 15px;
    }

    .Luxury_villa .inner_part1h ul li {
        display: inline-block;
        margin-bottom: 6px;
    }

    .Luxury_villa .inner_part1h ul li,
    .Luxury_villa .inner_part2h p {
        padding-bottom: 10px;
        display: inline-block;
    }
}

@media only screen and (max-width: 575px) {
    .p_140 {
        padding-block: 50px;
    }

    .pt-80 {
        padding-top: 50px;
    }

    .pt-100 {
        padding-top: 50px;
    }

    .contact_txt .contact_hd p.size16 {
        margin-bottom: 8px;
    }

    .ftr_lnks.contact-item span {
        flex: 0 0 40px;
    }

    .contact.ftr_bx {
        gap: 14px;
    }

    .contact_form .form_h {
        margin-bottom: 10px;
    }

    .contact_form .form-control {
        padding: 12px;
        font-size: 14px;
    }

    .b-padding {
        padding-top: 12px;
    }

    h5.size28,
    .overview h5 {
        font-size: 20px;
    }

    .privacy_dv .p_dv:not(:last-child) {
        margin-bottom: 14px;
    }

    .privacy_dv .p_dv ul li {
        line-height: 1.2;
    }

    .privacy_dv .p_dv ul {
        padding-left: 24px;
    }

    .contact_form form.row>*:not(:first-child) {
        margin-top: 16px;
    }

    .ftr_lnks.contact-item {
        gap: 10px;
    }

    .ftr_lnks.contact-item p {
        font-size: 14px;
    }

    /* *****(detail page)******* */

    .Luxury_villa .inner_part1h ul li,
    .Luxury_villa .inner_part2h p {
        font-size: 14px;
        line-height: 1.2;
    }

    .Luxury_villa .inner_part2h p {
        padding-right: 6px;
    }

    .Luxury_villa .inner_part1h ul li i {
        margin-right: 0px;
    }

    .Luxury_villa .inner_part1h h2 {
        padding-bottom: 10px;
    }

    .row.villa-detail {
        gap: 12px;
    }

    .py_60 {
        padding: 20px 0px;
    }

    .row.Luxury_villa-imgs {
        gap: 20px;
    }

    .Luxury_villa .inner_photos2 {
        gap: 12px;
    }

    .Luxury_villa .inner_photos2 .part2_photos img {
        border-radius: 12px;
    }

    .overview1 {
        padding: 20px 16px;
    }

    .overview1 .overviewelements {
        grid-template-columns: auto;
    }

    .overview1 .overviewelements {
        row-gap: 16px;
    }

    .overview1 .overviewelements .over-parts {
        gap: 10px;
    }

    .overview1 .overviewelements .over-parts i {
        font-size: 16px;
        padding: 10px;
        flex: 0 0 45px;
        height: 45px;
    }

    .m_40,
    .m_30 {
        margin-block: 20px;
    }

    .overview h5 {
        margin-bottom: 8px;
    }

    ul.cstm-marker li {
        margin-block: 10px;
        line-height: 1.2;
    }

    .overview-map {
        padding: 30%;
        border-radius: 15px;
    }

    .address_dv {
        gap: 20px;
    }

    .overview4 .overview_txt {
        gap: 10px;
    }

    .more-info .address_dv {
        gap: 8px;
    }

    .featured_list_sec .list-wrapper {
        margin-top: 20px;
    }

    .more-info-address {
        gap: 12px;
    }
}
.btn.flexbtns {
    display: flex;
    gap: 10px;
}
a.cta.dark {
    border: 1px solid #fff;
}
.header-btn.desktop a {
    font-size: 14px;
    padding: 12px 14px;
}

    .property_gallery_slider .modal-dialog {
        max-width: 830px;
        margin: 20px auto;
        /* max-height: 400px; */
    }

    .property_gallery_slider .carousel-inner img {
        max-height: 500px;
        height: 100%;
		 object-fit: cover;		
    }

    .property_gallery_slider .modal-content {
        background-color: transparent;
        border: none;
		
    }

    .property_gallery_slider .modal-header {
        padding: 0 25px;
        border: none;
    }

    .property_gallery_slider .btn-close {
        background-color: #fff;
    }

    @media only screen and (max-width: 991px) {
        .property_gallery_slider .modal-dialog {
            max-width: 620px;
            margin: 20px auto;
        }
    }

    @media only screen and (max-width: 767px) {
        .property_gallery_slider .modal-dialog {
            max-width: 530px;
            margin: 20px auto;
        }
    }

    @media only screen and (max-width: 575px) {
        .property_gallery_slider .modal-dialog {
            max-width: 100%;
            margin: 20px auto;
        }
		  .property_gallery_slider .carousel-inner img {
				max-height: 100%;
				height: 100%;
			}
        .property_gallery_slider .modal-header .btn-close {
            padding: 5px;
        }

        .property_gallery_slider.carousel-control-next-icon,
        .carousel-control-prev-icon {
            width: 1.3rem;
            height: 1.3rem;
        }
    }

	