.footer-frm input{
    /* testimonials page */
    .bg-ddblue{background-color: #185889;}
    .text-lbrown{color: #494949;}
    .bg-ddgrey{background-color: #F6F6F6 !important;}
    .testimonials .testimonial-box{background-color: #fff; border-radius: 12px; border: 0.5px solid #1858894D;transition: 0.5s;height: 100%;}
    .testimonials .testimonial-box .h-image{display:none;}
    .testimonials .testimonial-box:hover .n-image{display:none;}
    .testimonials .testimonial-box:hover .h-image{display:block;}
    .testimonials .testimonial-box:hover{background-color: #185889; transition: 0.5s;}
    .testimonials .testimonial-box:hover p{color: #fff !important;}
    .testimonials .testimonial-box-content {min-height: 230px;}
    .read-more-content{display: none;padding-top: 22px;}
    .read-more.show-less:after {content:"\F148";;font-family:"bootstrap-icons"; }
    .read-more:after {content:"\F128";font-family:"bootstrap-icons"; }    width: 100% !important;
        margin-bottom: 7px;
        padding: 4.5px 9px 4.5px 9px;
        font-size: 14px;
        background: transparent;
        border: 1px solid #FFFFFF;
        border-radius: 2.5px;
        color: #fff;
        font-family: 'Open Sans';
    }
    .footer-frm textarea {
        width: 100%;
        padding: 6px 10px;
        color: #B3B3B3;
        font-family: 'Open Sans';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        border-radius: 0px;
    }
    .footer-frm ::placeholder {
        color: #E1E1E1;
        opacity: 1; 
    }
    .footer-frm textarea::placeholder {
        color: #B3B3B3;
        opacity: 1; 
    }
    input#send-btn, .ft-btn {
        border-radius: 3px !important;
        border: 1px solid #CEE4F0 !important;
        background: #316AA5 !important;
        padding: 10.5px 10.57px 10.5px 10.77px !important;
        color: #FFF !important;
        text-align: center !important;
        font-family: Arial !important;
        font-weight: 700 !important;
        line-height: 12px !important;
        width: auto !important;
    }
    .business-main {
        position: relative;
        width: 100%;
        height: 286px;
        cursor: pointer;
      }
      
      .business-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 286px;
        background: rgba(0, 0, 0, 0);
        transition: background 0.5s ease;
      }
      
      .business-main:hover .business-overlay {
        display: block;
        background: rgba(24, 87, 137, 0.9);
      }
      .business-content {
        padding: 0px 25px;
    }
      .business-main img {
        position: absolute;
        width: 100%;
        height: 286px;
        left: 0;
      }
      
      .business-title {
        position: absolute;
        width: 100%;
        left: 0;
        top: 200px;
        text-align: left;
        color: white;
        z-index: 1;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        padding: 0 25px;
        transition: top .5s ease;
      }
      .business-main .h-t{visibility: hidden;}
      .business-main:hover .h-t{visibility: visible;}
      .business-main:hover .n-t{visibility: hidden;}
      .business-main:hover .title {
        top: 90px;
      }
      
      .business-content {
        position: absolute;
        width: 100%;
        left:0;
        top: 180px;
        visibility: hidden;
        text-align: left;
        opacity: 0;
        transition: opacity .35s ease;
      }
      
      .business-main:hover .business-content {
        opacity: 1;
        top: 100px;
        visibility: visible;
    }
      .business-main:hover .business-title{
        top: 30px;
        padding: 0 25px;
      }
    .home-testimonial{
        background-image: url('../images/home/testimonials-bg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .tesi-quotation:before {
    content:url('../images/quotation-inactive.svg')
    }
    .testimonials-main {
        border-radius: 2px;
        background: #FFF;
        padding: 28px;
    }
    .testimonials-main p {
        color: #494949;
        font-style: normal;
        line-height: 140%;
        font-size: 14px;
    }
    .testimonial-details h4{
        color: #185889;
        font-family: Open Sans;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
    }
    a.disabled{
        color:red !important;
      pointer-events: none;
    }
    a.dropdown-item.disabled{
           color:red !important;
       pointer-events: none;
    }
    .testimonial-swiper .swiper-slide-active .testimonials-main{
        background: #185889;
    }
    .testimonial-swiper .swiper-slide-active .tesi-quotation:before {
        content:url('../images/quotation-active.svg')
    }
    .testimonial-swiper .swiper-slide-active p {
        color: #fff !important;
        font-size: 16px;
    }
    .testimonial-swiper .swiper-slide-active .testimonial-details h4 {
        color: #fff !important;
        font-family: 'Open Sans';
        font-size: 18px;
    }
    .testimonial-swiper .swiper-slide-active .testimonial-details p {
        opacity: 0.7;
    }
    .testimonial-swiper .swiper-slide.swiper-slide-active {
        width: 394px !important;
        margin-top: 0px;
    }
    .testimonial-swiper .swiper-slide{
        margin-top: 10px;
    }
    .testi-para p {
        height: 180px;
    }
    .testimonial-details {
        height: 75px;
    }
    .testimonial-swiper .swiper-slide.swiper-slide-active  .testi-para p {
        height: 190px;
    }
    .testimonial-swiper .swiper-slide.swiper-slide-active .testimonial-details {
        height: 90px;
    }
    .swiper-slide {
        position: relative;
        top: 20px !important;
    }
    .test-swiper-main .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        content: url('../images/charm_arrow-left.svg') !important;
        top: -3px;
        position: relative;
    }
    .test-swiper-main .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        content: url('../images/charm_arrow-right.svg') !important;
        top: -3px;
        position: relative;
    }
    .swiper-button-next.testi-next {
        top: 40px;
        right: 160px;
        background: #fff;
        width: 50px;
        height: 50px;
        border-radius: 50px;
    }
    .swiper-button-prev.testi-prev {
        top: 40px;
        right: 225px;
        background: #fff;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        left: unset;
    }
    .swiper-button-next.testi-next:hover {
        background: #185889;
    }
    .swiper-button-prev.testi-prev:hover {
        background: #185889;
    }
    .swiper-button-next.testi-next:hover:after{
        filter: brightness(0) invert(1) !important;
    }
    .swiper-button-prev.testi-prev:hover:after{
        filter: brightness(0) invert(1) !important;
    }
    .test-swiper-main {
        padding-left: 75px;
        position: relative;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .residential-mbl-main .swiper-button-next {
        top: 20px;
        position: relative;
        left: 20% !important;
    }
    .residential-mbl-main .swiper-button-prev {
        top: -2px;
        position: relative;
        left: 5%;
    }
    
    .residential-mbl-main .swiper-button-disabled{opacity: 0.5 !important;}
    .residential-mbl-main .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        content: url('../images/home/residential-next.svg');
    }
    .residential-mbl-main .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        content: url('../images/home/residential-prev.svg');
    }
    /* .residential-mbl-main .swiper-button-prev.swiper-button-disabled:after {
        content: url('../images/arrow-left-inact.svg');
    }
    .residential-mbl-main .swiper-button-next.swiper-button-disabled:after {
        content: url('../images/arrow-right-inact.svg');  
    } */
    .residential-mbl-main .swiper-button-prev.swiper-button-disabled{
        opacity: 1;
    }
    .residential-mbl-main .swiper-button-next.swiper-button-disabled{
        opacity: 1;
    }
    .residential-mbl-main .swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
        width: fit-content;
        left: 45%;
        bottom: -5%;
        font-size: 20px;
        font-weight: 600;
        color: #316AA5;
    }
    .discover{
        background:#fff;
    }
    .fs-36{
        font-size: 36px;
    }
    @media screen and (min-width:1200px){
        .db{
            display: block;
        }
        .max-1000{
            max-width:1000px;
            margin: auto;
        }
        .commercial .content-head h4{margin-top: 20px;}
    }
    @media screen and (min-width:300px) and (max-width:1080px){
        .col-reverse{
            flex-direction: column-reverse;
        }
        .text-xs-center{
            text-align: center;
        }
    }
    @media screen and (min-width:768px) and (max-width:1080px){
        h4.business-title {
            font-size: 20px;
        }
        .business-content {
            padding: 0px 10px 0 25px;
        }
        .test-swiper-main{
            padding-left: 50px !important;
        }
        .swiper-button-next.testi-next {
            top: 25px;
            right: 40px;
        }
        .swiper-button-prev.testi-prev {
            top: 25px;
            right: 110px;
        }
        .testimonial-swiper .swiper-slide.swiper-slide-active {
            margin-top: 0;
        }
        .testi-para p {
            height: 140px;
        }
        .testimonial-swiper .swiper-slide.swiper-slide-next {
            margin-top: 10px;
        }
        .top-blue-box {
            visibility: hidden;
        }
        .bottom-blue-box {
            visibility: hidden;
        }
       
        .tab-h-120{
            height: 120px;
        }
        .commercial .content-head{
            padding-top: 15px;
        }
        
    }
    @media screen and (min-width:1080px) and (max-width:1200px){
        .testimonial-swiper .swiper-slide.swiper-slide-active {
            width: 600px !important;
            margin-top: 0px;
        }
        .testi-para p {
            height: 110px;
        }
        .testimonial-swiper .swiper-slide.swiper-slide-next {
            margin-top: 20px;
        }
        .h-700{
            height: 100vh;
        }
    }
    @media screen and (max-width:500px){
        .discover{
      overflow:hidden;
    }
        .hospitality{
            padding-bottom: 90px;
        }
        .commercial{
            padding-bottom: 70px;
        }
        .contents {
            /* background: #F1F8FF; */
            padding: 20px 20px 5px 20px;
        }
        .residential-mbl-main{
            position: relative;
        }
        .residential{
            padding-bottom: 70px;
        }
        .top-blue-box {
            display: none;
        }
        .bottom-blue-box {
            display: none;
        }
        .testimonial-swiper .swiper-slide.swiper-slide-active {
        width: 100% !important;
        margin-top:0px;
    }
        .black-btn {
        font-weight: 500;
    }
        .test-swiper-main {
            padding-left: 15px;
            padding-right: 15px;
        }
        .swiper-button-next.testi-next {
            top: 176px;
            right: 15px;
        }
        .swiper-button-prev.testi-prev {
            top: 176px;
            right: 85px;
        }
        .navbar-brand img{
            width: 80%;
        }
        .content-head:before {
            border-left: 3px solid #316AA5 !important;
            height: 30px !important;
            left: 11px !important;
            top: 20px !important;
        }
        .mbl-fs-22{
            font-size: 22px;
        }
        .mbl-fs-14{
            font-size: 14px;
        }
    }
    
    
    /* Screen size 100% start */
    @media screen and (min-width:1200px) and (max-width:1300px){
        .test-swiper-main {
            padding-left: 75px;
        }
        .residential{
            padding-bottom: 95px;
        }
        .hospitality {
            background-position-x: 0px !important;
            position: relative;
            height: 860px;
        }
        .top-blue-box {
            position: absolute;
            top: -97px;
            left: -13px;
        }
        .bottom-blue-box {
            position: absolute;
            left: -12px;
            bottom: -98px;
        }
        .commercial{
            padding-top: 90px;
        }
        .hospit {
            position: relative;
            margin: auto !important;
        }
    }
    /* Screen size 100% end */
    
    /* Screen size 90% start */
    @media screen and (min-width:1300px) and (max-width:1500px){
        .test-swiper-main {
            padding-left: 56px !important;
        }
        .rosetta-column {
            padding-left: 86px !important;
        }
        .elements-column {
            padding-right: 86px !important;
        }
        .residential{
            padding-bottom: 95px;
        }
        .hospitality {
            background-position-x: 0px !important;
            position: relative;
            height: 940px;
        }
        .top-blue-box {
            position: absolute;
            top: -97px;
            left: -3px;
        }
        .bottom-blue-box {
            position: absolute;
            left: -3px;
            bottom: -98px;
        }
        .commercial{
            padding-top: 90px;
        }
        .hospit {
            position: relative;
            margin: auto !important;
            left: 20px;
        }
    }
    /* Screen size 90% end */
    
    /* Screen size 80% start */
    @media screen and (min-width:1500px) and (max-width:1600px){
        .test-swiper-main {
            padding-left: 142px !important;
        }
        .rosetta-column {
            padding-left: 172px !important;
        }
        .elements-column {
            padding-right: 172px !important;
        }
        .residential{
            padding-bottom: 95px;
        }
        .hospitality {
            background-position-x: 0px !important;
            position: relative;
            height: 1050px;
        }
        .top-blue-box {
            position: absolute;
            top: -113px;
            left: -5px;
            width: 129px;
        }
        .top-blue-box img{
            width: 115px;
        }
        .bottom-blue-box {
            position: absolute;
            left: -5px;
            bottom: -112px;
        }
        .bottom-blue-box img{
            width: 115px;
        }
        .commercial{
            padding-top: 90px;
        }
        .hospit {
            position: relative;
            left: 35px;
            margin: auto !important;
        }
    }
    /* Screen size 80% end */
    
    /* Screen size 75% start */
    @media screen and (min-width:1700px) and (max-width:1800px){
        .test-swiper-main {
            padding-left: 190px !important;
        }
        .rosetta-column {
            padding-left: 210px !important;
        }
        .elements-column {
            padding-right: 210px !important;
        }
        .residential{
            padding-bottom: 95px;
        }
        .hospitality {
            background-position-x: 0px !important;
            position: relative;
            height: 1140px;
        }
        .top-blue-box {
            position: absolute;
            top: -114px;
            left: 0px;
            width: 129px;
        }
        .top-blue-box img{
            width: 117px;
        }
        .bottom-blue-box {
            position: absolute;
            left: 0px;
            bottom: -114px;
        }
        .bottom-blue-box img{
            width: 117px;
        }
        .commercial{
            padding-top: 90px;
        }
        .hospit {
            position: relative;
            margin: auto !important;
            left: 50px;
        }
    }
    
    /* Screen size 75% end */
    
    /* Screen size 67% start */
    @media screen and (min-width:1800px) and (max-width:2000px){
        .test-swiper-main {
            padding-left: 300px !important;
        }
        .rosetta-column {
            padding-left: 330px !important;
        }
        .elements-column {
            padding-right: 330px !important;
        }
        .residential{
            padding-bottom: 95px;
        }
        .hospitality {
            background-position-x: 0px !important;
            position: relative;
            height: 1260px;
        }
        .top-blue-box {
            position: absolute;
            top: -127px;
            left: 0px;
            width: 130px;
        }
        .top-blue-box img{
            width: 130px;
        }
        .bottom-blue-box {
            position: absolute;
            left: 0px;
            bottom: -128px;
        }
        .bottom-blue-box img{
            width: 130px;
        }
        .commercial{
            padding-top: 90px;
        }
        .hospit {
            position: relative;
            margin: auto !important;
            left: 60px;
        }
    }
    /* Screen size 67% end */
    
    /* Screen size 50% start */
    @media screen and (min-width:2000px) {
        .test-swiper-main, .rosetta-column {
            padding-left: 610px !important;
        }
        .elements-column {
            padding-right: 610px !important;
        }
        .residential{
            padding-bottom: 95px;
        }
        .hospitality {
            background-position-x: -45px !important;
            position: relative;
            height: 1630px;
            background: #D5E8FC;
        }
        .top-blue-box {
            position: absolute;
            top: -127px;
            left: 0px;
            width: 130px;
        }
        .top-blue-box img{
            width: 130px;
        }
        .bottom-blue-box {
            position: absolute;
            left: 0px;
            bottom: -128px;
        }
        .bottom-blue-box img{
            width: 130px;
        }
        .commercial{
            padding-top: 90px;
        }
        .hospit {
            position: relative;
            margin: auto !important;
            left: 60px;
        }
    }
    /* Screen size 50% end */
    
    @media (max-width: 1000px){.h-700{height: 500px;}}
    .min-height-0 {min-height:0 !important;}
    @media (min-width: 600px){.h-100{min-height: 100px;}}
    @media (min-width: 1000px) and (max-width: 1200px){.h-101{min-height: 123px;}.left-80{left: -80px;}}
    .fw-700{font-weight: 700;}
    @media (min-width:1200px){.max-1200{max-width: 1200px; width: 90%; margin: 0 auto;}.left-80{left: -80px;}.h-700{height: 100vh;} .max-800{max-width:80%; margin:0 auto;}}
    
    /*my styles */
    .ma-10{margin: 2px;}
    @media(min-width: 1200px){.v-lg-hidden{visibility: hidden;}}
    @media(min-width: 600px) and (max-width: 1000px){.d-db{display:block !important;} .d-tab-b{display:block;}}
    @media(min-width: 1200px){.d-db{display:block !important;}}
    @media (min-width: 1000px){.d-b{display: block;}}
    @media (min-width: 1000px) and (max-width: 1200px){.content-head{min-height: 101px !important;}}
    .bdr-top{border-top: 1.5px solid #00000066;}
    
    @media (min-width:1200px){.db{display: block;}.w-85{width: 85%; margin: 0 auto}}
    
    .arrow-btn a{color: #212529;font-family: Open Sans;font-size: 16px;font-style: normal;font-weight: 700;line-height: normal;text-decoration-line: underline;}
    .arrow-btn a:after{content: url(../images/arrow.svg);margin-left: 10px;}
    
    
    /*home page*/
    .home-banner{background-image: url(../images/home/home-banner.jpg); background-position:center; background-repeat: no-repeat; background-size: cover;}
    
    .forest-banner{background-image: url(../images/forest-view/banner.jpg); background-position:center; background-repeat: no-repeat; background-size: cover;}
    /* residential section */
    @media (min-width: 1000px){
        .residential{background-image: url(../images/home/residential.jpg);background-position:center; background-repeat: no-repeat; background-size: cover;}
        
    }
    .content-head:before{ border-left: 2px solid #316AA5;content: ""; display: block; height: 53px;position: absolute;width: 1px;display: flex;left: 0px;top: 6px;z-index: 0;}
    @media (min-width:600px) and (max-width: 1200px){.residential .content-head{min-height: 61px;}}
    
    /* hospitality section */
    @media (min-width: 1000px){
        .hospitality{background-image: url(../images/home/hospitality.jpg);background-position:center; background-repeat: no-repeat; background-size: cover;}
        .hospitality .content-head{min-height: 101px;}
    }
    @media (min-width:600px) and (max-width: 1000px){.hospitality .content-head{min-height: 92px !important;}}
    @media (min-width:1000px) and (max-width: 1200px){.hospitality .content-head{min-height: 89px;}}
    
    /* commercial section */
    @media (min-width: 1000px){.commercial{background-image: url(../images/home/commercial.jpg);background-position:center; background-repeat: no-repeat; background-size: cover;}}
    @media (min-width:1000px) and (max-width: 1200px){.commercial .content-head{min-height: 83px !important;}}
    
    /* counter section */
    .counter .counter-number{color: #FFC109;font-family: var(--font-main); font-size: 52px;font-style: normal;font-weight: 600;line-height: 62px;letter-spacing: -2px;margin-right: 10px;}
    @media (max-width:600px){.counter .counter-number{ font-size: 32px;line-height: 42px;}}
    .counter .counter-text{font-family: Open Sans;font-size: 18px;font-style: normal;font-weight: 500;line-height: 24px;}
    .counter .counter-para{font-family: var(--font-main);font-size: 16px;font-style: normal;font-weight: 500;line-height: 24px;}
    
    
    .fs-18{font-size: 18px !important;}
    .lh-27{line-height: 27px !important;}
    .txt-black{color: #212529 !important;}
    .fw-500{font-weight:500 !important;}
    
    /* forest view page style start */
    @media screen and (min-width:1200px){
    .faq-main .accordion{
        display: flex;
        flex-wrap: wrap;
    }
    .faq-min {
        flex: 2 1 20rem;
    }
    .faq-left {
        padding: 0px 20px;
    }
    .faq-right {
        flex: 2 1 20rem;
        padding: 0px 20px;
    }
    }
    .faq-main {
        background: #fff;
        padding: 3rem;
    }
    .faq-main .accordion-button:not(.collapsed)::after {
        background-image: none;
        content: '-';
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: 600;
        right: 10px;
        position: relative;
        top: 5px;
    }
    .faq-main .accordion-button::after {
        background-image: none;
        content: '+';
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: 600;
    }
    .faq-main .accordion-button{
        color: #212529;
        background-color: transparent;
        box-shadow: none;
        font-weight: 600;
        line-height: 23.4px;
        padding-left: 0px;
        padding-right: 0px;
        font-size: 18px;
    }
    .faq-main .accordion-item {
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 0px !important;
        padding: 1rem 0px;
    }
    .faq-main .accordion-body {
        padding: 0px 0px 20px 0px;
        color: #212529;
        font-family: 'Open Sans';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }
    @media screen and (max-width:500px){
        .faq-main {
            padding: 20px;
        }
        .faq-main .accordion-item {
            padding: 0rem 0px;
        }
    }
    /* forest view page style END */
    
    
    /* hospitality page starts */
    .txt-dblue{color: #175789 !important;}
    .fs-20{font-size: 20px; line-height: 34px;}
    .txt-dgrey{color: #454545;}
    html,body{scroll-padding-top: 20px;}
    @media (max-width: 600px){.mt-mob-4{margin-top: 20px;} .list-content:before{border-left: 3px solid #316AA5;content: ""; display: block; height: 160px !important;position: absolute;width: 1px;display: flex;left: 0px;top: 6px;z-index: 0;}}
    
    /* banner section */
    .hospitality-banner{background-image: url(../images/hospitality/hospitality-banner.jpg); background-position:center; background-repeat: no-repeat; background-size: cover;}
    
    /* breadcrumbs section */
    .breadcrumbs ul li a{font-family: var(--font-main) !important;font-size: 20px !important;font-style: normal !important;line-height: 30.6px !important;min-height: 48px;}
    .breadcrumbs .nav-item{align-items: flex-start !important; margin: 0 15px !important;}
    .breadcrumbs ul  a{color:#175789 !important; opacity: 0.6;}
    .breadcrumbs ul  a.active{border-bottom: 3px solid #175789; color:#175789 !important; opacity: 1;}
    
    
    .rosetta-swiper .swiper-slide.swiper-slide-active { width: 450px !important; margin-top: 0px; object-fit: cover !important;}
     .rosetta-swiper .swiper-slide img {height: 500px !important; object-fit: cover;margin-top: 0px;}
     .rosetta-next, .rosetta-prev{position: absolute !important; top: unset !important; bottom: -60px !important; width: unset !important;}
     .rosetta-next{content: url(../images/hospitality/arrow.svg); left: 70px !important;}
     .rosetta-prev{content: url(../images/hospitality/arrow.svg); transform: rotate(180deg);}
    
     @media (max-width: 600px){
     .rosetta-next{content: url(../images/hospitality/arrow.svg); left: 52%!important;}
     .rosetta-prev{content: url(../images/hospitality/arrow.svg);  left: 32%!important;transform: rotate(180deg);}}
    
     @media (min-width:600px) and (max-width: 1000px){
        .rosetta-next{content: url(../images/hospitality/arrow.svg); left: 50%!important;}
        .rosetta-prev{content: url(../images/hospitality/arrow.svg);  left: 40%!important;transform: rotate(180deg);}}
    @media(min-width: 1200px){
        .rosetta-column {padding-left: 100px; position: relative;}
    }
     @media (min-width: 1700px){
        .rosetta-swiper .swiper-slide.swiper-slide-active { width: 570px !important; margin-top: 0px; object-fit: cover !important;}
    .rosetta-swiper .swiper-slide, .rosetta-swiper .swiper-slide img {height: 600px !important; object-fit: cover;margin-top: 0px;}
     }
    .list-content li{color: #0B0B0B; margin-bottom: 10px;}
     .list-content:before{border-left: 3px solid #316AA5;content: ""; display: block; height: 90px;position: absolute;width: 1px;display: flex;left: 0px;top: 6px;z-index: 0;}
    @media (min-width: 1300px){.list-content:before{border-left: 3px solid #316AA5;content: ""; display: block; height: 80px !important;position: absolute;width: 1px;display: flex;left: 0px;top: 6px;z-index: 0;}}
    .bold-text{color: #212529;font-family: var(--font-main) ;font-size: 18px;font-style: normal; font-weight: 700;line-height: 130%; /* 23.4px */}
    .normal-text{font-family: var(--font-main);}
    
    
    /* elements section */
    .elements-swiper .swiper-slide.swiper-slide-active { width: 450px !important; margin-top: 0px; object-fit: cover !important;}
    .elements-swiper .swiper-slide, .elements-swiper .swiper-slide img {height: 500px !important; object-fit: cover;margin-top: 0px;}
    @media (min-width: 1200px){
        .elements-column {padding-right: 100px; position: relative;}
    }
    
    
    @media (min-width: 1700px){
        .elements-swiper .swiper-slide.swiper-slide-active { width: 570px !important; margin-top: 0px; object-fit: cover !important;}
        .elements-swiper .swiper-slide, .elements-swiper .swiper-slide img {height: 600px !important; object-fit: cover;margin-top: 0px;}
     }
     .elements-next{content: url(../images/hospitality/arrow.svg); left: unset !important;}
     .elements-prev{content: url(../images/hospitality/arrow.svg); transform: rotate(180deg); right: 70px !important; left: unset !important;}
     .elements-next, .elements-prev{position: absolute !important; top: unset !important; bottom: -60px !important; width: unset !important;}
    
     @media (max-width: 600px){
        .elements-next{content: url(../images/hospitality/arrow.svg); left: 52%!important;}
        .elements-prev{content: url(../images/hospitality/arrow.svg);  left: 32%!important;transform: rotate(180deg);}}
       
    @media (min-width:600px) and (max-width: 1000px){
            .elements-next{content: url(../images/hospitality/arrow.svg); left: 50%!important;}
            .elements-prev{content: url(../images/hospitality/arrow.svg);  left: 40%!important;transform: rotate(180deg);}}
    
    /* kalyanpura section */
    .kalyanpura-swiper .swiper-slide.swiper-slide-active { width: 450px !important; margin-top: 0px; object-fit: cover !important;}
    .kalyanpura-swiper .swiper-slide, .kalyanpura-swiper .swiper-slide img {height: 500px !important; object-fit: cover;margin-top: 0px;}
    
    @media (min-width: 1700px){
        .kalyanpura-swiper .swiper-slide.swiper-slide-active { width: 570px !important; margin-top: 0px; object-fit: cover !important;}
        .kalyanpura-swiper .swiper-slide, .kalyanpura-swiper .swiper-slide img {height: 600px !important; object-fit: cover;margin-top: 0px;}
     }
     .kalyanpura-next{content: url(../images/hospitality/arrow.svg); left: 70px !important;}
     .kalyanpura-prev{content: url(../images/hospitality/arrow.svg); transform: rotate(180deg);}
     .kalyanpura-next, .kalyanpura-prev{position: absolute !important; top: unset !important; bottom: -60px !important; width: unset !important;}
    
     @media (max-width: 600px){
        .kalyanpura-next{content: url(../images/hospitality/arrow.svg); left: 52%!important;}
        .kalyanpura-prev{content: url(../images/hospitality/arrow.svg);  left: 32%!important;transform: rotate(180deg);}}
       
        @media (min-width:600px) and (max-width: 1000px){
            .kalyanpura-next{content: url(../images/hospitality/arrow.svg); left: 50%!important;}
            .kalyanpura-prev{content: url(../images/hospitality/arrow.svg);  left: 40%!important;transform: rotate(180deg);}}
    
    
    
    
    
    
            @media screen and (min-width:1000px){
                .vh-70{
                    height: 70vh;
                }
            }
    
            @media(max-width: 1000px){.vh-70{height: 350px;}}
    
            .bg-grey{background-color: #FBFBFB;}
            .br-14{border-radius: 14px;}/* testimonials page */
    .bg-ddblue{background-color: #185889;}
    .text-lbrown{color: #494949;}
    .bg-ddgrey{background-color: #F6F6F6 !important;}
    .testimonials .testimonial-box{background-color: #fff; border-radius: 12px; border: 0.5px solid #1858894D;transition: 0.5s;height: 100%;}
    .testimonials .testimonial-box .h-image{display:none;}
    .testimonials .testimonial-box:hover .n-image{display:none;}
    .testimonials .testimonial-box:hover .h-image{display:block;}
    .testimonials .testimonial-box:hover{background-color: #185889; transition: 0.5s;}
    .testimonials .testimonial-box:hover p{color: #fff !important;}
    .testimonials .testimonial-box-content {min-height: 230px;}
    .read-more-content{display: none;padding-top: 22px;}
    .read-more.show-less:after {content:"\F148";;font-family:"bootstrap-icons"; }
    .read-more:after {content:"\F128";font-family:"bootstrap-icons"; }
    .disclaimer .disclaimer-content{box-shadow: 0px 0px 18.04781px 0px rgba(84, 101, 255, 0.10);}
    
    
    
    /* testimonials page */
    .bg-ddblue{background-color: #185889;}
    .text-lbrown{color: #494949;}
    .bg-ddgrey{background-color: #F6F6F6 !important;}
    .testimonials .testimonial-box{background-color: #fff; border-radius: 12px; border: 0.5px solid #1858894D;transition: 0.5s;height: 100%;}
    .testimonials .testimonial-box .h-image{display:none;}
    .testimonials .testimonial-box:hover .n-image{display:none;}
    .testimonials .testimonial-box:hover .h-image{display:block;}
    .testimonials .testimonial-box:hover{background-color: #185889; transition: 0.5s;}
    .testimonials .testimonial-box:hover p{color: #fff !important;}
    .testimonials .testimonial-box-content {min-height: 230px;}
    .read-more-content{display: none;padding-top: 22px;}
    .read-more{font-size: 24px;font-style: normal;font-family: var(--font-main) ;font-weight: 600;line-height:31.2px;}
    .read-more.show-less:after {content:"\F148";;font-family:"bootstrap-icons";font-size: 18px;margin-left:5px; }
    .read-more:after {content:"\F128";font-family:"bootstrap-icons";font-size: 18px;margin-left:5px; }
    @media(min-width:600px) and (max-width:1000px){.h-430{min-height: 430px !important;}}
    
    
    /* residential-page */
    .text-p-blue{color:#195A8D;}
    
    /* banner section */
    .residential-banner{background-image: url(../images/residential/residential-banner.jpg); background-position:center; background-repeat: no-repeat; background-size: cover;}
    
    /* ongoing projects */
    .residential-page .business-main {
        position: relative;
        width: 100%;
        height: 400px;
        cursor: pointer;
      }
      
      .residential-page .business-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 400px;
        background: rgba(0, 0, 0, 0);
        transition: background 0.5s ease;
      }
      
      .residential-page  .business-main:hover .business-overlay {
        display: block;
        background:rgba(25, 90, 141, 0.8)
      }
      .residential-page  .business-content {
        padding: 0px 20px;
    }
    .residential-page .business-main img {
        position: absolute;
        width: 100%;
        object-fit: cover;
        height: 400px;
        left: 0;
      }
      
      .residential-page  .business-title {
        position: absolute;
        width: 100%;
        left: 20px !important;
        top: 50px;
        text-align: left !important;
        color: white;
        z-index: 1;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        transition: top .5s ease;
      }
      
      .residential-page .business-main:hover .title {
        top: 90px;
      }
      
      .residential-page .business-content {
        position: absolute;
        width: 100%;
        left:0px;
        top: 180px;
        visibility: hidden;
        text-align: left;
        opacity: 0;
        transition: opacity .35s ease;
      }
      
      .residential-page .business-main:hover .business-content {
        opacity: 1;
        top: 130px;
        visibility: visible !important;
    }
    .residential-page .business-main:hover .business-title{
        top: 50px;
      }
    @media all and (min-width: 992px) {.nav-item .submenu{display: none;position: absolute;left:100%;top:-7px;}.nav-item .submenu-left{right:100%;left:auto;}.dropdown-menu > li:hover > .submenu{display: block; top: 0;}}
    @media only screen and (min-width: 992px) {.navbar .dropdown-menu {box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.16)!important;top:90px;}.dropdown-menu .submenu{display: none !important;position: absolute;left:100%;}.navbar .dropdown:hover .dropdown-menu {display: block; }.dropdown-menu li{position: relative; padding: 0 !important;}.dropdown-menu .submenu-left{right:100%;left:auto;}.dropdown-menu > li:hover{background-color: #f1f1f1 }.dropdown-menu > li:hover > .submenu{display: block !important;}.navbar .dropdown-menu ul {list-style: none;padding: 0px;}}
    
    .residential-mbl-main .swiper-slide{padding-left:9px;}
    
    @media (max-width: 1000px){.residential-mbl-main .swiper-button-next {
        top: 20px;
        position: relative;
        transform: scale(0.7);
        left: 55% !important;
    }
    .residential-mbl-main .swiper-button-prev {
        top: -2px;
        position: relative;
        transform: scale(0.7);
        left: 35%;
    }}
    
    @media(max-width: 600px){.mar-20{margin-top: 20px;}.font-24{font-size: 24px !important;} .mar-50{margin-top: 50px !important;}}
    
    
    /* press release page */
    .press-content .press-release-box{border-radius: 12px;border: 1px solid #DBDBDB; transition: 0.2s ease-in;}
    .press-content .press-release-box:hover{box-shadow: 0px 0px 18.048px 0px rgba(84, 101, 255, 0.10); border: 1px solid transparent; transition: 0.2s ease-in;}
    .press-content .press-release-box-content p{min-height: 168px;}
    .press-content .press-link a{border-bottom: 2px solid #185889; padding-bottom: 6px;}
    @media (max-width: 600px){.press-content .press-release-box-content p{min-height: 80px;}}
    
    
    .press-release-page .page{display: none;}
    .press-release-page .page.active{display: block !important;}
    .press-release-page .number.active{background-color:#185889 ; color: #fff;}
    .press-release-page .pagi button{margin: 0 5px; border: 1px solid #185889; border-radius: 50%; background-color: #fff; padding: 10px 18px; color: #185889; font-weight: 500;}
    
    
    html, body{scroll-padding-top: 80px !important;}
    .prop-detail-main .arrow-btn a {
       white-space: nowrap;
    }
    @media screen and (max-width:1000px){
    .prop-detail-main .arrow-btn.locate.text-lg-start.text-center {
        text-align: left !important;
    }
    .prop-detail-main .arrow-btn img {
        width: 16px;
    }
    .prop-detail-main .arrow-btn a {
        font-size: 13px;
    }
    .arrow-btn.locate a:after {
        right: 6px;
    }
    .arrow-btn.locate a:after {
        content: "" !important;
        display: inline-block;
        width: 16px;
        height: 16px;
        background-image: url(../images/blue-right.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        top: 5px !important;
        left: 0px;
    }
}
