body {
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
}

@font-face {
    font-family: 'Orpheus Pro';
    src: url('../fonts/OrpheusPro.eot');
    src: url('../fonts/OrpheusPro.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OrpheusPro.woff2') format('woff2'),
        url('../fonts/OrpheusPro.woff') format('woff'),
        url('../fonts/OrpheusPro.ttf') format('truetype'),
        url('../fonts/OrpheusPro.svg#../fonts/OrpheusPro') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Orpheus Pro';
    src: url('../fonts/OrpheusPro-Italic.eot');
    src: url('../fonts/OrpheusPro-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OrpheusPro-Italic.woff2') format('woff2'),
        url('../fonts/OrpheusPro-Italic.woff') format('woff'),
        url('../fonts/OrpheusPro-Italic.ttf') format('truetype'),
        url('../fonts/OrpheusPro-Italic.svg#../fonts/OrpheusPro-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Orpheus Pro';
    src: url('../fonts/OrpheusPro-Medium.eot');
    src: url('../fonts/OrpheusPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OrpheusPro-Medium.woff2') format('woff2'),
        url('../fonts/OrpheusPro-Medium.woff') format('woff'),
        url('../fonts/OrpheusPro-Medium.ttf') format('truetype'),
        url('../fonts/OrpheusPro-Medium.svg#../fonts/OrpheusPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Orpheus Pro';
    src: url('../fonts/OrpheusPro-Bold.eot');
    src: url('../fonts/OrpheusPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OrpheusPro-Bold.woff2') format('woff2'),
        url('../fonts/OrpheusPro-Bold.woff') format('woff'),
        url('../fonts/OrpheusPro-Bold.ttf') format('truetype'),
        url('../fonts/OrpheusPro-Bold.svg#../fonts/OrpheusPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
 


















img {
    width: 100%;
}

.pding {
    padding: 80px 0;
}

h2 {
    font-weight: 700 !important;
    color: #222;
    margin-top: 5px;
    font-size: 30px !important;
}

.banner_sec {
    position: relative;
}

.banner_sec img {
    width: 100%;
    margin-top: -105px;
}



/* about se  */

.about_section {

    background: #fff;
    background-color: #fff;
    background-image: linear-gradient(#ffffffeb, #fffffff5), url(../images/bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.about_sectionleft img {
    border-radius: 10px;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
    display: flex;
}

.about_sectionright {
    padding-left: 30px;
}

.about_sectionright .subtitle {
    color: #777;
    font-style: italic;
    font-size: 16px;
}

.about_sectionright h2 {
    font-weight: 700;
    color: #222;
    margin-top: 5px;
}

.underline {
    width: 60px;
    height: 3px;
    background-color: #fff;
    margin: 10px 0 20px 0;
}

.about_sectionright p {
    color: #555;
    line-height: 1.8;
    font-size: 16px;
}

.info-boxes {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
}

.info-item {
    text-align: center;
    flex: 1;
    min-width: 100px;
}

.info-item i {
    font-size: 36px;
    color: #f6a21a;
    margin-bottom: 10px;
}

.info-item h4 {
    font-size: 16px;
    color: #333;
    font-weight: 200;
}

.info-item p {
    font-size: 22px;
    color: #000;
    margin: 5px 0 0;
}








/* --------------------------------------- */


.property_highlights {
    background: #fff;
}

.prohigh {
    background: #fff;
    background-image: url(../images/artisanal.webp);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.property_highlightsleft img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    height: 503px !important;
}


.property_highlightsright {
    background: #194b36;
    color: #fff;
    padding: 80px 50px 80px 35px;
}

.property_highlightsright h2 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.property_highlightsright .underline {
    width: 60px;
    height: 3px;
    background-color: #fff;
    margin-bottom: 40px;
}

.highlights_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 60px;
}


.highlights_grid {
    display: flex
;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    flex-wrap: wrap;
}

.highlight_item {
    margin-left: 0px;
    width: 48%;
}
 


.highlight_item h4 {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.highlight_item ul li {
    color: #b8b8b8;
    line-height: 40px;
    font-size: 15px;
    margin: 0;
       list-style-position: inside;
}

.highlight_item {
    margin-left: 0px;
}

.highlight_item12 {
    margin-left: 0px;

}



/* //////////////////////////////////////////////////////////////////////// */
.balcony_section {
    background-color: #fff;
}

.balcony_image {
    position: relative;
    border: 6px solid #fff;
    outline: 4px solid #dce4ed;
    display: inline-block;
}



.balcony_image::after {
    position: absolute;
    top: 9px;
    left: 10px;
    background-color: #00000000;
    width: 97%;
    height: 96%;
    content: '';
    border: 2px solid #fff;
}

.balcony_image img {
    width: 100%;
    border-radius: 2px;
    display: block;
}

.dimension_box {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #fff;
    padding: 6px 15px;
    font-weight: 700;
    font-size: 16px;
    color: #000;
}


.balcony_content {
    background: #f7f7f7;
    border: 1px solid #ececec;
    padding: 35px 40px;
    margin-left: -148px;
    position: relative;
    z-index: 1;
    margin-top: -5px;
}


.balcony_content::after {
    position: absolute;
    top: 9px;
    left: 10px;
    background-color: #00000000;
    width: 96%;
    height: 95%;
    content: '';
    border: 2px solid #1557244f;
}



.balcony_content h2 {
    color: #194b36;
    margin-bottom: 6px;
}


.balcony_content p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
}



.balcony_content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}



.balcony_content ul li {
    font-weight: 400;
    color: #1d1d1d;
    margin-bottom: 7px;
    display: flex;
    font-size: 14px;
    align-items: center;
}



.balcony_content ul li span {
    color: #06281a;
    margin-right: 10px;
    font-size: 18px;
}

.craftunil1 {
    width: 108%;
    margin-bottom: -43px;
    z-index: 1;
    position: relative;
    margin-left: -30px;
}

.craftunil2 {
    width: 108%;
    margin-top: -43px;
    margin-left: -33px;
    z-index: 1;
    position: relative;
}




/* ===================================================== */

.lifeunlink_comfort {
    position: relative;
    background-color: #fff;
    background-image: linear-gradient(#01160dc4, #011b1042), url(../images/modern_comfort.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


.lifeunlink_comfort img {
    display: flex;
    justify-content: center;
    margin: 0 auto;
     width: 60px;
    position: relative;
}
 

.lifeunlink_comfort h2 {
    color: #fff !important;
    margin-bottom: 20px;
    text-align: center;
}

.lifeunlink_comfortbx {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
    width: max-content;
    margin-top: -40px;
    flex-wrap: wrap;
}

.lftunikbx1 {
    margin-top: -3%;
}

.lftunikbx2 {
    margin-top: 10%;
}

.lftunikbx3 {
    margin-top: 20%;
}

.lftunikbx4 {
    margin-top: 13%;
}

.lftunikbx5 {
    margin-top: 3%;
}





.lifeunlink_cominbox {
    background-color: #ffffff;
    padding: 25px;
    margin-bottom: 25px;
    color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px #00000091;
    box-shadow: 0px 0px 10px 0px #00000091;
    height: 216px;
    width: 200px;
    align-items: center;
    display: block;
    border-radius: 7px;
}

.lifeunlink_cominbox p { 
    font-size: 15px;
    text-align: center;
    line-height: 24px;
    color: #000;
    display: table-cell;
    vertical-align: middle;
}

.craftsmanship_sec {
    padding: 20px 0px 50px 0;
}

.craftsmanship_sec h2 {
    text-align: center;
    margin-bottom: 0px;
    font-weight: 700;
    color: #222;
    margin-top: 5p
}

.responsive img {
    display: block;
    margin: 0 auto;
    width: 97%;
}


.slick-prev:before,
.slick-next:before {
    font-size: 25px !important;
    line-height: 1;
    opacity: 1.75;
    color: #155724 !important;
}

.responsive .slick-prev {
    left: -40px !important;
}

.responsive .slick-next {
    right: -40px !important;
}



/* footer section */
.footer-section {
      background-color: #194b36;
    padding: 50px 0px 50px 0px;
    margin-top: -4px;

}

.foot1 {}

.foot1 img {
    width: 200px;
    background: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    display: flex;
}

.foot1 h3 {
    color: #fff;
    font-size: 25px;
    margin-top: 15px;
}


.foot1 p {
    color: #fff !important;
}

.foot2 {}

.foot2 ul {
    display: flex;
    list-style-type: none;
}

.foot2 ul li {
    margin-right: 20px;
}

.foot2 ul li a {
    color: #fff !important;
}

.foot2 ul li i {
    margin-right: 5px;
}

.foot2 ul li a:hover {
    text-decoration: none !important;
}

.foot2 p {
    color: #fff !important;
}

.mapsec iframe {
    width: 100%;
    height: 600px;
    margin-bottom: -5px;
    z-index: 0;
    position: relative;
}


/* fmsection */
.fmsection {
    padding: 60px 0px;
}

.fmfskbx {
margin: 0px 5px;
    margin-bottom: 15px;
}

.fmfskbx label {
    font-size: 15px;
    color: #555;
}

.fmsection form {
    width: 400px;
    margin: 0 auto !important;
}

.fmsection h2 {
    margin: 0 auto;
    margin-bottom: 30px;
    color: #194b36;
    text-align: center;
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
}



.fmfskbxbutton {
    width: 200px;
    padding: 7px 0px !important;
    border: none !important;
    font-size: 15px;
    margin: 0 auto !important;
    display: flex;
    justify-content: center;
    background: #194b36;
    color: #fff;
    border-radius: 65px;
    margin-top: -2px !important;
    border: 1px solid #fff !important;
}
.poptextceckbx input{
    margin-right: 5px;
}
.btnbaner {
    margin-top: 30px;
}

.btnbaner a {
    font-size: 14px;
    background: #fff;
    padding: 8px 11px;
    height: 42px;
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    color: #155724;
    border-radius: 41px;
    width: 105%;
    margin-left: -6px;
    align-items: center;
}




.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    margin: auto 0 auto auto;
    color: #194b36;
    font-weight: 500;
}


.bottom-sticky {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    background: #194b36;
    z-index: 99999;
    display: none;
    padding: 4px 10px;

}

.mbl_btnscol_l {
    justify-content: center;
}

.bottom-sticky ul {
    padding: 0px !important;
    margin: 0px !important;
}

.bottom-sticky ul li {
    width: 40%;
    background: #194b36;
    list-style-type: none !important;
    margin: 0 2%;
    padding: 6px 7px;
    color: #FFF !important;

    text-align: center;
}

.mbl_btnscol_l .col_cl1 {
    border-right: 1px solid #fff;
    margin-left: 35px;
}

.modal_div {
    z-index: 99999999;
    transform-origin: right bottom 0;
    position: fixed;
    top: 58%;
    right: 36px;
    line-height: 1;
    margin: 0px;
    text-align: center;
    transform: rotate(90deg);
}

.rowftbtm {
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin-top: 45px;
}


.forrt {
    background-color: #06281a;
    padding-bottom: 90px;
}


.forrtbox {
    color: #fff;
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    font-size: 15px !important;
}

.forrtbox a {
    color: #fff;
    margin: 15px 0px;
}

.forrtbox a {
    margin: 0px 10px !important;
}


.forrtbox a:hover {
    color: #fff;
}

.navenqr a {
    background: #194b36;
    color: #fff !important;
}

.info-item img {
    width: 55px;
}































/* Responsive */
@media (max-width: 992px) {

    .balcony_content {
        margin: 0 auto;
        margin-top: -30px;
        padding: 20px 20px;
        width: 93%;
    }

    .balcony_image {
        outline: none;
        border: none;
    }


}









































.form-control {
    color: #6c757d !important;
}

.deskview {
    display: block !important;
}

.mblview {
    display: none !important;
}
.bannerfms {
 position: fixed;
    display: flex;
    bottom: 0px;
    left: 0px;
width: 100%;
    z-index: 99;

}


.bannerfms form {
    z-index: 2;
    width: 100%;
    display: flex;
    background: #194b36;
    padding: 17px 15px 25px 15px;
    justify-content: space-between;
    border-radius: 11px 11px 0px 0px;
}

.bannerfms form {
    padding: 15px;
}

.bannerfms
.poptextceckbx{
       position: absolute;
    bottom: 7px;
    color: #fff;
    font-size: 12px;
    align-items: center;
    display: flex
;
    justify-content: center;
    margin: 0px auto;
    width: 100%;
}
.poptextceckbx{
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
}


.fmsection22 h2{
    width: 80%;
}

.bannerfms h3{
    display: none;
    text-align: center;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 0px;
    font-weight: 700;
    color: #194b36
}

 
            
h1 {
    font-weight: 700 !important;
    color: #222;
    margin-top: 5px;
    font-size: 30px !important;
}

h1 {
     margin-bottom: 0px;
    font-weight: 700;
    color: #222;
    margin-top: 5p;
}
/* Responsive */
@media (max-width: 768px) {
    .bannerfms h3{
    display: block;
    }
.bannerfms .poptextceckbx {
    position: relative;
    bottom: inherit;
    color: #6c757d !important;
    font-size: 12px;
    align-items: center;
    display: flex
;
    justify-content: center;
    margin: 2px auto 7px auto;
}
    .bannerfms form {
    position: relative;
    display: block;
        background: #ffffff;
    }
    .bottom-sticky {
        display: block;
    }

    .highlights_grid {
    display: flex
;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    flex-wrap: wrap;
}

    .about_sectionright {
        padding: 25px 10px 0px 10px;
        text-align: center;
    }

    .deskview {
        display: none !important;
    }

    .mblview {
        display: block !important;
    }

    h2 {
        text-align: center;
    }

    .fmsection form {
        width: 100%;
    }

    .lifeunlink_cominbox {
              padding: 6px;
        margin: 0px 0px;
        margin-bottom: 15px;
        height: auto;
        width: 100%;
        float: left;
        align-items: center;
        display: block
;
        justify-content: center;
        margin-left: auto !important;
    }

    .underline {
        width: 60px;
        height: 3px;
        margin-bottom: 40px !important;
        justify-content: center;
        display: flex;
        margin: 0 auto;
    }

    .property_highlightsright .underline {
        width: 60px;
        height: 3px;

        margin-bottom: 40px !important;
        justify-content: center;
        display: flex;
        margin: 0 auto;
    }

    .lifeunlink_comfortbx {
        display: block;
        margin-top: 10px;
        width: 100%;
    }

    .lftunikbx1 {
        margin-top: 0%;
    }

    .lftunikbx2 {
        margin-top: 0%;
    }

    .lftunikbx3 {
        margin-top: 0%;
    }

    .lftunikbx4 {
        margin-top: 0%;
    }

    .lftunikbx5 {
        margin-top: 0%;
    }

    .banner_secbox {
        position: relative;
        top: inherit;
        right: inherit;
        width: 100%;
        height: inherit;
    }

    .craftunil2 {
        width: 108%;
        margin-top: -22px;
        margin-left: -22px;
    }

    .craftunil1 {
        margin-bottom: -23px;
        margin-left: -24px;
    }

    .property_highlightsright {
        padding: 35px 15px;
    }

    .highlight_item {
        margin-left: 15px;
    }

    .balcony_image::after {
        top: 6px;
        left: 6px;
    }


    .fmsection h2 {
        margin-bottom: 26px;
        width: 82%;
        display: flex;
        font-size: 22px;
    }

    .foot2 ul {
        display: block;
    }

    .foot2 ul li {
        margin: 10px 0px;
        display: block;
    }

    .responsive .slick-next {
        right: -40px !important;
        top: inherit !important;
        bottom: -12% !important;
        right: 35% !important;
    }

    .responsive .slick-prev {
        left: 30% !important;
        top: inherit !important;
        bottom: -12%;
    }




    .mblnav {
        position: relative;
        z-index: 1;
        background: #fff;
    }

    .foot2 {
        text-align: center;
        padding-bottom: 30px;
    }

    .foot1 {
        text-align: center;
    }

    .foot1 img {
        width: 200px;
        padding: 15px 20px;
        border-radius: 5px;
        display: flex;
        margin: 0 auto;
    }


    .pding {
        padding: 35px 0;
    }

    .craftsmanship_sec {
        padding-bottom: 70px;
    }

    .mapsecpding {
        padding: 0px !important;
        margin: 0px !important;
    }

    .modal_div {
        display: none !important;
    }

    .info-item h4 {
        font-size: 13px;
        font-weight: 500;
    }

    .info-item i {
        font-size: 25px;
    }

    .info-item p {
        font-size: 17px;
    }

    .info-item {
        min-width: inherit;
    }

    .footer-section {
        padding: 50px 0px 0px 0px;
    }

    .forrtbox {
        display: block;
        justify-content: space-between;
        text-align: center;
    }

    .forrt {
        padding-bottom: 50px;
    }

    .fmsection h2 {
        margin-bottom: 20px;
        width: 100%;

    }

    .fmsection {
        padding: 30px 0px;
    }

    .forrt {
        background-color: #154330;
    }


    h2 {
        font-size: 21px !important;
    }

    .lifeunlink_comfort h2 {
        margin-bottom: 20px !important;
        text-align: center;
        width: 90%;
        margin: 0 auto;
    }

    .property_highlightsleft img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        display: block;
        height: auto !important;
    }

    .navenqr {
        display: none !important;
    }

    .underline {
        display: none !important;
    }
    .mapsec iframe {
    width: 100%;
    height: 250px;
    }
    
    .about_sectionleft img {
      height: auto;
    height: 300px;
    margin: 0 auto;
    display: flex;
    object-fit: cover;
    }


    .info-boxes {
    display: block;
    }
        .info-item {
        min-width: inherit;
        width: 50%;
        float: right;
    }

}


@media (max-width: 1340px){
    
    .highlight_item {
    margin-left: 0px;
    width: 90%;
}

}


@media (max-width: 768px){
    
    .highlight_item {
    margin-left: 12px;
    width: 100%;
}
.banner_sec img {
    width: 100%;
    margin-top: 0px;
    height: auto;
}

    h1 {
        font-size: 21px !important;
    }
.about_sectionleft .deskview{
    display: none  !important;
}

.bannerfms form {
     z-index: 0;
}
}



.bannerfms form {
    padding: 15px 10px;
}




 
h1 {
    font-family: 'Orpheus Pro' !important;
  font-weight: 700;
}


h2 {
    font-family: 'Orpheus Pro' !important;
  font-weight: 700;
}











