 
        :root {
            --colorPrimary: #0a6b84;
            --colorSecondary: #4e8f9f;
            --colorBtn: #ffffff
        }

        #loader {
            width: 100vw;
            height: 100vh;
            background-color: rgba(255, 255, 255, 1);
            position: fixed;
            top: 0;
            left: 0;
            z-index: 1040
        }

        .loader-text {
            display: block;
            text-align: center;
            color: #d7d7d7;
            font-family: Arial, sans-serif;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
        }

        .loading {
            height: 0;
            width: 0;
            padding: 4vw;
            border: .8vw solid #ccc;
            border-right-color: #888;
            border-radius: 6vw;
            -webkit-animation: rotate 1s infinite linear
        }

        @keyframes loader {
            0% {
                filter: grayscale(0)
            }

            50% {
                filter: grayscale(100%)
            }

            100% {
                filter: grayscale(0)
            }
        }

        .loader-logo {
            width: 300px;
            -webkit-animation: loader 1.3s infinite linear;
            -moz-animation: loader 1.3s infinite linear;
            -ms-animation: loader 1.3s infinite linear;
            -o-animation: loader 1.3s infinite linear;
            animation: loader 1.3s infinite linear
        }

        .pload {
            display: none
        }
 


 
        :root {
            --main-bg-color: #2c6087;
            --main-text-color: #2c6087;
            --colorBtn: #ffffff;
            --main-text-hover-color: #2c6087;
        }

        #loader {
            width: 100vw;
            height: 100vh;
            background-color: rgba(255, 255, 255, 1);
            position: fixed;
            top: 0;
            left: 0;
            z-index: 1040
        }

        .loader-text {
            display: block;
            text-align: center;
            color: #d7d7d7;
            font-family: Arial, sans-serif;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
        }

        .loading {
            height: 0;
            width: 0;
            padding: 4vw;
            border: .8vw solid #ccc;
            border-right-color: #888;
            border-radius: 6vw;
            -webkit-animation: rotate 1s infinite linear
        }

        @keyframes loader {
            0% {
                filter: grayscale(0)
            }

            50% {
                filter: grayscale(100%)
            }

            100% {
                filter: grayscale(0)
            }
        }

        .loader-logo {
            width: 300px;
            -webkit-animation: loader 1.3s infinite linear;
            -moz-animation: loader 1.3s infinite linear;
            -ms-animation: loader 1.3s infinite linear;
            -o-animation: loader 1.3s infinite linear;
            animation: loader 1.3s infinite linear
        }

        .pload {
            display: none
        }
 

        @media only screen and (min-width: 992px) {
            .section .head {
                position: absolute;
                top: 10px;
                right: 0;
                color: var(--main-text-color);
                font-family: roboto, Helvetica, Arial, sans-serif;
                font-size: 3vw;
                letter-spacing: 0;
                writing-mode: vertical-rl;
                text-orientation: mixed;
            }
        }
        
        @media only screen and (min-width: 992px) {
            .info-box {
                width: 27vw;
                top: 8px;
                left: 10px;
                background-color: #fff;
                color: #000;
                text-align: center;
                border-radius: 8px;
                padding: 0 10px;
                font-weight: 400;
            }

            .pro-status {
                display: block;
                text-shadow: none;
                color: var(--colorPrimary);
                background-color: transparent;
                padding: .6vw 2.5vw .3vw 2vw;
                font-weight: 700;
            }

            .pro-title,
            .pro-add,
            .pro-dev,
            ul.pro-spec,
            .info-box span.heading,
            .pro-tag-line,
            .pro-price,
            .pro-rera {
                text-shadow: none;
                color: #000;
                font-weight: 400;
            }

            .pro-title {
                padding: .5vw .8vw .3vw;
            }

            .pro-title,
            .pro-add,
            .pro-price {
                font-weight: 700;
            }

            ul.pro-spec {
                background-color: transparent;
                margin-bottom: 0;
            }

            .info-box span.list-icon {
                display: none;
            }

            .pro-rera {
                font-size: .8vw;
            }
        }

        .offer {
            display: block;
            padding: 8px;
            font-size: 13px;
            font-weight: 700;
        }

        .offer-top {
            background: #76BC4E;
            border-radius: 8px 8px 0px 0px;
        }

        .offer-bottom {
            background: #D6EBCA;
            border-radius: 0px 0px 8px 8px;
        }

        .offer-bg-animation {
            color: #ffffff;
            display: block;
            background: linear-gradient(-45deg, var(--main-bg-color), var(--main-text-color), var(--main-bg-color), var(--main-text-color));
            background-size: 400% 400%;
            -webkit-animation: Gradient 3s ease infinite;
            -moz-animation: Gradient 3s ease infinite;
            animation: Gradient 3s ease infinite;
            
                }
        
        .sendBtn{
        background-color:#944A2F;
        color:white;
        
        
        }
        
            
             .amenities .amenities_card {
            display: flex;
            flex-direction: column;
            align-items: center;
            border-radius: 5px;
            border: 1px solid #ffd155;
            background-image: url(assets/card-bg.webp);
            background-size: cover;
            padding: 10px 10px;
            margin-top: 24px;
            height: 150px;
            text-align: center;
        }    
                    
                .amenities .amenities_card .text-icon {
            font-size: 50px;
            margin-top: 20px;
            margin-bottom: 20px;
            color: dimgray;
        }
        
        
 
        
         .more-cont {
            display: inline;
        }

        .more {
            display: none;
        }

        @media only screen and (max-width: 992px) {
            .more-cont {
                display: none;
            }

            .more {
                display: inline-block;
            }


        }

        .btn-sm.more {
            color: #000;
            text-decoration: underline;
            padding-left: 0;
        }













