* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --brown: #d4aa61;
    --green: #60a734;
    --blue: #02aab0;
}

body {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000;
    transition: all 0.3s;
}

h1,
h2,
h3,
h4 {
    font-family: 'Montserrat', sans-serif;
    color: #444444;
    font-weight: 600;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 26px;
}

a {
    text-decoration: none;
}

ul.list-styled {
    list-style: none;
    padding-left: 0;
}

.text_brown {
    color: #ffffff;
}

main {
    background: #FFFBF2;
}

header {
    background: #fff;
    position: sticky !important;
    top: 0 !important;
    z-index: 999 !important;
         box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 8%);
}

header nav .navbar-brand img {
    height: 63px;
}

header nav.navbar-expand-lg .navbar-nav .nav-link {
        color: #000000;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 500;
}

header nav.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #345827;
}

.lone_btn,
.theme_btn {
    margin: 0px;
    padding: 13px 26px;
    text-align: center;
    text-transform: uppercase;
    transition: 1.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 50px;
    display: inline-block;
    background: #5f361a;
    color: white;
    font-size: 15px;
}

.lone_btn:hover,
.theme_btn:hover {
    background-position: right center;
    color: white;
    text-decoration: none;
}

.banner_wrapper {
    height: 100vh;
    background: #000 url('images/banner-2.jpg') no-repeat center/ cover;
    /*    animation: kenburns-bg-zoom 15s ease-in-out forwards;*/
}

.banner_wrapper .overlay {
       background: linear-gradient(115deg, #00000000, #0000000a);
}

.banner_wrapper h1 {
    line-height: 1.2;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 10px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.banner_wrapper p {
    line-height: 1.6;
    font-size: 18px;
}

.theme_btn:hover {
    scale: 1.08;
}

.line_btn {
    background: #fff0;
    border: 1px solid #fff;
    color: #fff;
    backdrop-filter: blur(2px)
}

.line_btn:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    scale: 1;
    border-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
}

.slot_items {
    height: 420px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

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

.slot_content {
    min-height: 300px;
    padding: 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 69%, #0000);
    width: 100%;
    position: relative;
    padding-top: 100px;
    flex-direction: column;
    justify-content: end;
}

.slot_content h4 {
    font-size: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 15px;
}

.sticky_box,
.slot_items:not(:last-child) {
    position: sticky;
    top: 100px;
}

.section {
    padding: 70px 0px;
    min-height: 500px;
}

.sec_title {
    font-size: 20px;
    color: #345827;
    font-weight: 500;
    margin-bottom: 12px;
    display: inline-block;
}

.connect-icon {
    position: fixed;
    cursor: pointer;
    right: 20px;
    bottom: 40px;
    display: flex;
    flex-direction: column;
    z-index: 99;
}

.overview img {
    border-radius: 25px;
}

.highlights {
    background: url('images/Assetz-Codename-Micropolis-4.jpg') no-repeat center / cover;
    background-attachment: fixed;
    min-height: 200px;
}

.highlights .col-lg-10 .row {
    row-gap: 40px;
}

.highlights .col-lg-4:nth-child(2),
.highlights .col-lg-4:nth-child(5) {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.highlights .h_box {
    width: 80%;
    margin: auto;
}

.highlights .h_box i {
    background: #fff0;
    border-radius: 50%;
    --size: 90px;
    width: var(--size);
    height: var(--size);
    margin: auto;
    margin-bottom: 20px;
    color: #345827;
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.highlights .h_box p {
    margin-bottom: 0px;
}

/*.floor_plans { background: url('images/demo-3-pattern.png') no-repeat center bottom / cover; }*/
.fp_box {
    padding: 80px 40px;
    transition: all 0.3s;
    background: #373530;
    color: #fff;
}

.fp_box .text {
    font-size: 14px;
}

.fp_box p.type {
    font-size: 30px;
    font-weight: 700;
    margin: 12px 0 20px;
    color: #fff
}

.fp_box li {
    margin-bottom: 12px;
}

.fp_box li i {
    color: #345827;
}

.fp_box .theme_btn {
    margin-top: 30px;
    background: linear-gradient(to right, #e9e9e9, #e9e9e9);
}

.fp_box .theme_btn:hover {
    background: linear-gradient(to right, #bf953f, #fcf6ba, #b38728);
}

/*
.fp_box.active { background: #4f4432; color: #fff;}
.fp_box.active .type { color: #fff;}
*/

.amenities_list .row {
    row-gap: 15px;
}

.a_box {
         background-color: white !important;
    padding: 21px 12px;
    border-radius: 15px;
    color: #000000;
    font-weight: 600;
    font-size: 15px;
    border: 0px solid #ffffff;
    transition: all 0.3s;
    box-shadow: rgb(0 0 0 / 10%) 0 25px 50px -12px;
}

.a_box:hover {
    background-color: #345827;
    color: #000000;
    box-shadow: 0 12px 20px -8px #0000003d;
}

.a_box img {
    width: 60px;
    margin-bottom: 20px;
    background: #f5eede;
    padding: 7px;
    border-radius: 46px;
}

.e_gallery img {
        border-radius: 10px;
    height: 53vh;
    max-height: 680px;
    object-fit: cover;
    width: 100%;
    transition: all 0.3s;
}

.e_gallery a:hover img {
    opacity: 0.5
}



.CTA {
    background: url('embassy-images/banner2.jpg') no-repeat left center / cover;
}

.CTA .overlay {
    opacity: 0.8;
}

.form_wrapper .form-control {
    background: #ffffff;
    color: #000;
}

.form_wrapper .form-control:not(textarea) {
    height: 34px;
}

.form_wrapper .form-control {
    border: 1px solid #ffffff24;
}

.form_wrapper .form-control:focus {
    border: 2px solid #345827;
    box-shadow: none;
}

.form-label {
    margin-bottom: 4px;
    font-size: 14px;
}

.form_wrapper {
    background: #0000;
    backdrop-filter: blur(20px);
    padding: 60px;
    border-radius: 00px;
    position: relative;
    /*    box-shadow: 0 8px 30px 0 #00000012;*/
}
.hedder-form{
   background: #605a5a4f;
    backdrop-filter: none;
    padding: 20px;
    border-radius: 15px;
    position: relative;
    left: 140%;
    top: 20px;
    background-image: linear-gradient(180deg, #00000052 0%, #5f361a 100%);
}
.hedder-form h2{
   font-size: 22px;
    margin-bottom: 20px;
}
.modal {
    --bs-modal-width: 65%;
}

.modal-content {
    background: url('images/slider1.webp') no-repeat center / cover;
    border: none;
    overflow: hidden;
}

.modal-content .form_wrapper {
    width: 50%;
    margin-left: auto;
    background: #00000087
}

.modal-content .btn-close {
    right: 8px;
    top: 8px;
    display: block;
    opacity: 1;
    position: absolute;
    z-index: 2;
}


.request-btn {
   position: fixed;
    background: #5f361a;
    right: -44px;
    top: 46%;
    transform: rotate(90deg) translateY(-50%);
    z-index: 2;
    color: #ffffff;
    padding: 9px 22px;
    border-radius: 0px;
    transition: all 0.3s linear;
    font-size: 16px;
}

.request-btn:hover {
    background: #121212;
    color: #fff;
}

.Sideform.active {
    right: 0;
}

.Sideform.active .close {
    opacity: 1;
}


.Sideform {
    width: 375px;
    background: #000000a6;
    backdrop-filter: blur(15px);
    padding: 40px 25px;
    position: fixed;
    right: -380px;
    top: 55%;
    transform: translateY(-50%);
    border-radius: 10px;
    transition: all 0.3s linear;
    z-index: 12;
}

.Sideform .close {
    color: #000;
    position: absolute;
    top: -12px;
    left: -15px;
    background: #345827;
    height: 30px;
    width: 30px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    box-shadow: 0 0 15px #00000047;
    opacity: 0;
}


.footer {
    padding: 90px 0 0px;
}

.f_logo {
    height: 100px;
}

.disclaimer {
    padding: 0px;
   
    border-radius: 20px;
    line-height: 1.6;
    font-size: 14px;
    font-weight: 300;
   
    color: #fff;
}

.footer a.text_brown:hover {
    color: #345827;
}

.copyrights {
    border-top: 1px solid #ccc;
    padding: 30px;
    display: flex;
    justify-content: space-between;
}

.copyrights .container {
    display: flex;
    justify-content: center;
}

.floor-plan-pricing-img {
    width: 45px;
    background-color: #f8f9fa;
    border-radius: 100%;
    padding: 8px;
}

.planing-sec {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 1px 1px 2px 2px #00000017;
        height: 332px;
}

.map-sec-background {
    background: url('embassy-images/banner3.webp') no-repeat center / cover;

}

.overlay {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #0000009d;
}

.map-sec-points {
    width: 85%;
    font-size: 16px;
    color: #000000;
    padding: 10px;
   border: 1px solid rgb(255 255 255 / 63%);
    border-radius: 15px;
    backdrop-filter: blur(2px);
    background: rgb(0 0 0 / 5%);
    transition: all 0.3s;
    text-align: start;
    display: inline-block;
}

.privacy-h2-sec {
    font-size: 30px;
}
.privacy-policy-h1-sec {
    font-size: 50px !important;
    margin-bottom: 20px;

}

.embassy-box-sec{
    transition: all 0.3s;
    background: #ffffff;
    border-radius: 20px;
    padding: 0px 0px 20px 0px;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}
.embassy-box-sec img{
    border-radius: 20px;
}
.boxes-1{
    padding: 20px;
}
.embassy-box-sec:hover img{
    transform: scale(1.05);
    transition: 0.4s;
}

@media (max-width: 1399px) {
    body {
        font-size: 15px;
    }

    .banner_wrapper h1 {
       font-size: 33px;
    }

    .banner_wrapper .theme_btn {
               padding: 10px 25px;
    }

    h2 {
        font-size: 40px;
    }

    .modal-content .form_wrapper {
        padding: 30px;
    }

    .form_wrapper h3.title {
        font-size: 28px;
    }

    .disclaimer {
        font-size: 13px;
    }

    footer img {
        max-height: 75px;
    }

    .form_wrapper .form-control:not(textarea) {
        height: 34px;
                margin-bottom: -9px;
    }
    img.img-fluid.rounded-3.wow.fadeInUp {
    top: 40px;
    position: sticky;
}
    p.fs-4 {
    font-size: 14px !important;
    margin-bottom: 5px;
    line-height: 28px;
}
.banner_wrapper p {
    line-height: 1.6;
    font-size: 16px;
}
.a_box {
    background-color: white !important;
    padding: 21px 12px;
    border-radius: 15px;
    color: #000000;
    font-weight: 600;
    font-size: 12px;
    border: 0px solid #ffffff;
    transition: all 0.3s;
    box-shadow: rgb(0 0 0 / 10%) 0 25px 50px -12px;
}
header nav.navbar-expand-lg .navbar-nav .nav-link {
    color: #000000;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 500;
}
.lone_btn, .theme_btn {
    margin: 0px;
    padding: 12px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: 1.5s;
    background-size: 199% auto;
    color: white;
    border-radius: 50px;
    display: inline-block;
    background: #5f361a;
    color: white;
    font-size: 13px;
}
}

@media (max-width: 1199px) {

    .container {
        max-width: 94%;
    }

    .banner_wrapper h1 {
        font-size: 50px;
    }

    .banner_wrapper p.fs-4,
    .fs-4 {
        font-size: 18px;
    }

    .modal {
        --bs-modal-width: 880px;
    }

    .request-btn,
    .sec_title {
        font-size: 16px;
    }

    .lone_btn {
        padding: 15px;
        font-size: 14px;
    }

    #hero_banner .banner_wrapper {
        background-size: 140%;
    }

    .h_box {
        padding: 18px;
    }

    h2 {
        font-size: 34px;
    }

    .e_gallery img {
        height: 250px;
    }

    .form_wrapper {
        padding: 30px;
    }

    .section {
        padding: 80px 0px;
        min-height: 420px;
    }
}

@media (max-width: 991px) {

    .banner_wrapper h1 {
        font-size: 6.2vw;
    }

    .fp_box p.type {
        font-size: 20px;
    }

    .highlights .row {
        row-gap: 30px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler {
        background: #fff;
        margin-left: auto;
        margin-right: 20px;
    }

    #hero_banner .banner_wrapper {
        background-size: cover;
        animation: none;
    }

    .e_gallery img {
        height: 24vw;
    }

    .a_box {
        font-size: 14px;
        padding: 20px 7px;
    }

    .a_box img {
        width: 45px;
        margin-bottom: 8px;
    }

    .fp_box {
        padding: 50px 20px;
    }

    .fp_box .theme_btn {
        padding: 15px 25px;
    }

}

@media (max-width: 768px) {
    .section {
        padding: 50px 0;
    }
    .banner_wrapper p.fs-4, .fs-4{
        font-size: 14px;
    }

    h2 {
        font-size: 24px;
    }
   .font-new1 {
    font-size: 22px!important;
    margin-bottom: 16px!important;
    color: #1f417f;
} 
.fon-p-weight {
    font-size: 15px!important;
    font-weight: 500;
}
.fon-h3 {
    color: #000;
    font-size: 24px!important;
}
.a_box{
    font-size: 13px!important;
        padding: 20px 7px;
        height: 124px!important;
}
.map-sec-points{
        font-size: 13px!important;
    
}
.test-mbl{
    font-size: 14px!important;
}
.hei-image1 {
    height: 360px!important;
   
}
    .banner_wrapper h1 {
        font-size: 26px;
    }

    .banner_wrapper p {
        font-size: 14px!important;
    }

    #hero_banner .banner_wrapper {
        flex-direction: column;
        height: auto;
        padding: 130px 0 60px;
    }

    .banner_wrapper .d-flex {
        flex-direction: column;
    }

    .highlights .h_box {
        width: 100%;
    }

    .mb-5 {
        margin-bottom: 2rem !important;
    }

    button[type="submit"].theme_btn {
        margin: auto;
        display: block;
    }

    .lone_btn {
        display: none;
    }

    .navbar-toggler {
        margin-right: 0;
    }

    header .container-fluid {
        padding: 0;
    }

    .theme_btn {
        padding: 15px 25px;
    }

    .Sideform {
        width: 94%;
        padding: 25px;
        right: -100%;
    }

    .form_wrapper {
        padding: 20px;
    }

    .disclaimer {
        font-size: 12px;
        padding: 15px;
        border-radius: 14px;
    }

    .footer {
        padding: 50px 0 40px;
    }

    .form_wrapper h3.title {
        font-size: 24px;
        text-align: center;
    }

    .modal-content .form_wrapper {
        width: 100%;
    }

    .h_box {
        padding: 2px;
    }

    .floor_plans .row {
        row-gap: 20px;
    }

    .fp_box p.type {
        font-size: 26px;
    }

    .map-sec-points {
        width: 100%;
    }

    .connect-icon {
        right: 12px;
        bottom: 53px;
    }
    .connect-icon img{
        width: 40px!important;
    }
    .privacy-h2-sec {
    font-size: 25px;
}
.planing-sec h3{
    font-size: 22px;
}
.planing-sec{
    height: 233px!important;
}
.planing-sec{
padding: 25px;
margin-top: 20px;
}
.privacy-policy-h1-sec {
    font-size: 36px !important;
    margin-bottom: 10px;

}
.hedder-form{
    background: #00000026;
    backdrop-filter: blur(20px);
    padding: 30px;
    border-radius:15px;
    position: relative;

}
.hedder-form h2{
   font-size: 28px;
}
}

@media (max-width: 430px) {
        #hero_banner .banner_wrapper {
        flex-direction: column;
        height: auto;
        padding: 50px 0;
    }
    .map-sec-points {
        width: 100%;
    }
        .privacy-h2-sec {
    font-size: 20px;        
        }
    .privacy-policy-h1-sec {
    font-size: 30px !important;
    margin-bottom: 10px;

}
.hedder-form{
        background: #605a5a4f;
    backdrop-filter: none;
    padding: 20px;
    border-radius: 15px;
    position: relative;
    left: 0%;
    top: 25px;
    background-image: linear-gradient(180deg, #00000052 0%, #5f361a 100%);
}
.hedder-form h2{
   font-size: 20px;
}
.price_section .item_wrap{
    margin-bottom: 20px!important;
}
.item_wrap {
    margin-bottom: 23px!important;
}
}



p.fs-4 {
    font-size: 15px !important;
    margin-bottom: 5px;
    line-height: 28px;
}


.new-botgh {
        background: #f8f8f8;
    color: #090909;
    padding: 10px 19px;
}

h2.title {
    color: rgb(11 36 82);
}

.bg-co-new {
    background: #fffbf2;
}


p.text-center.cls-lines {
    font-size: 17px;
    margin-top: 18px;
    margin-bottom: 32px !important;
}


i.fas.fa-badge-check.me-2 {
    color: #059ed0;
}


.fon-p-weight{
    font-size: 19px;
    font-weight: 500;
}


.fon-h3{
    color: #000;
    font-size: 28px;
}


.font-new1 {
    font-size: 43px;
    margin-bottom: 34px;
    color: #1f417f;
}

.background-img-tata {
    background-image: url(images/hover-bgh.webp);
    background-size: cover;
    height: 100vh;
}


.hei-image1 {
    height: 700px;
    width: 100%;
    object-fit: cover;
}

.bg-blue0{
        background: #1f417f;
}

.pad-hj{
    padding: 60px 20px 20px 20px!important;
}


.btn-wr {
    background: #00c0ff;
    color: #ffffff;
}

.map2 iframe {
   border-radius: 0px;
    border: 4px solid #5f361a !important;
}


.bg-banner2{
       background: #0000004d;
    padding-left: 36px !important;
    padding-right: 30px !important;
    padding-top: 33px;
    padding-bottom: 26px;
    border-radius: 10px;
    background-image: linear-gradient(180deg, #00000052 0%, #000000c7 100%);
}


.h2-clas-title{
        font-size: 38px;
    color: #5f361a!important;
}

/*////*/
/* price section start here */
.price_section .item_wrap{padding: 30px 15px;
    color: #000;
    box-shadow: rgb(0 0 0 / 13%) 0 25px 50px -12px;
    text-align: center;
    border-radius: 14px;
    background-color: #e5ddc8;}
.price_section .item_wrap .title h3{font-size:22px;font-family:var(--primary-font);padding:5px;margin-bottom:0px}
.price_section .item_wrap .price{border-bottom:1px dashed var(--primary-color);margin-bottom:20px;padding-bottom:10px}
.price_section .item_wrap .size p{font-size:18px;font-weight:500}
.price_section .price_inner{margin-top:40px}
.price_section .item_wrap .title h3{background:#fff;color:#5f361a;width:100%}
.price_section .item_wrap .price span{font-size:20px}
.price_btn button{font-size:16px;letter-spacing:1.4px;padding:12px 24px}
.price_section .item_wrap .title { border: 1px solid #000;padding: 2px;margin-bottom: 20px;
}
.price_section .price_inner .col-lg-4{margin-bottom:15px}
.price_section{position:relative}
.price_section::after{content:attr(data-name);font-size:40px;position:absolute;line-height:100px;color:#6d6d6d;font-weight:600;z-index:-1;opacity:.1;text-transform:uppercase;left:25px;writing-mode:tb-rl;top:50%;transform:rotate(180deg) translateY(50%);height:100%;text-align:center}
/* price section ends here */

#floor-price

 {
    padding-top: 62px;
    padding-bottom: 88px;
}


.banner_btn.price_btn button {
    background: #5f361a;
    color: #fff;
    border-radius: 50px;
    padding: 8px 30px;
}


.section2{
    padding: 60px 0px 40px 0px;
}


.bg-hit1{
    background: #F9F6E4;
}


.fa-location:before {
    content: "\f601";
    color: #5f361a;
}

/*///////*/
.property-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #f9f9f9;
  padding: 60px 0px;
  font-family: 'Montserrat', sans-serif;
}

.info-left, .info-right {
  flex: 1 1 45%;
  background-color: #fff;
      padding: 1px;
    border-radius: 13px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin: 10px;
    background: #000 url(images/slider1.webp) no-repeat center / cover;
}

.info-left h2, .info-right h2 {
  font-size: 1.8rem;
  color: #134300;
  margin-bottom: 20px;
}

.info-left ul {
  list-style: none;
  padding: 0;
}

.info-left li {
  font-size: 1rem;
  margin-bottom: 12px;
  color: #333;
}

form input {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
}

form button {
  background-color: #134300;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

form button:hover {
  background-color: #5f361a;
}


/*////*/
.quick-facts {
  background-color: #fff;
    color: #f5f5f5;
    padding: 32px 40px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 12px;
    max-width: 600px;
    margin: 0 auto;
        border: 1px solid #0000002b;
}

.fact-block {
  margin-bottom: 13px;
    padding: 15px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: #583827;
    border-radius: 6px;
    text-align: center;
}

.fact-block:last-child {
  border-bottom: none;
}

.fact-block h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #ffffff;
}

.fact-block p {
  font-size: 1.1rem;
  margin: 0;
}


.overlay1 {
      position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
    padding: 30px;
    border-radius: 11px;
}


.bg-co-new3 {
    background-color: #5f361a;
}



/* floorplan start here */ 
.floor_plan .item_wrap .title{background-color:#5f361a;color: #fff;text-align:center;margin-top:20px;padding:10px;margin-bottom:0;border-radius:10px}
.floor_plan .img_sec{border:1px solid #0000005e;padding:8px;border-radius:14px}
.floor_plan .img_sec img{cursor:pointer}
.floor_plan.ptb .title_section{margin-bottom:40px}
.floor_plan{position:relative;background-color:#fff;padding: 80px 0px;}
.floor_plan::after{content:attr(data-name);font-size:40px;position:absolute;line-height:100px;color:#6d6d6d;font-weight:600;opacity:.1;text-transform:uppercase;right:24px;writing-mode:tb-rl;top:50%;transform:translateY(-50%);height:100%;text-align:center}
.floor_plan .row .col-lg-4{margin-bottom:15px}


.titl-color-change {
    color: #5f361a;
    font-size: 26px;
}

.privac-pading{
    padding: 20px 0px;
}

.sticky_contact {
    display: none;
}

    @media screen and (max-width: 992px) {
    .sticky_contact {
        display: block;
        background: #5f361a;
        width: 100vw;
        position: fixed;
        left: 0;
        bottom: -10px;
        z-index: 9;
        padding: 10px 0px;
    }
        .sticky_contact ul.list-styled li {
        margin: 0 24px;
        padding: 3px 5px;
        border: 0;
        font-size: 15px;
        min-width: 108px;
        text-align: center;
        list-style: none;
        margin-bottom: 0;
        text-decoration: none;
    }
    .connect-icon{
        display: none;
    }
     .sticky_contact ul {
        justify-content: center !important;
    }
    .sticky_contact ul.list-styled li:first-child {
        border-right: 1px solid #fff;
        padding-right: 30px;
        margin-right: 0;
    }
}
