:root{
    --color1:#867750;
    --color2:#09b89d;
    --color3:#fdfded;
    --roboto_font:"Roboto", sans-serif;
}

html {
    scroll-behavior: smooth;
}

section#not-foud-section {
    padding: 10rem;
}

body {
    font-family: var(--roboto_font);
    font-weight: 500;
}

.btn{
    box-shadow:none!important;
}

.py_60{
    padding-top:60px;
    padding-bottom:60px;
}

.py_100{
    padding-top:100px;
    padding-bottom:100px;
}

.py_120{
    padding-top:120px;
    padding-bottom:120px;
}

.pb_80{
    padding-bottom:80px;
}

.pb_120{
    padding-bottom:120px;
}

.mx_-5{
    margin-left: -5px;
    margin-right:-5px
}

.mx_-10{
    margin-left: -10px;
    margin-right:-10px
}

.mx_-60{
    margin-left: -60px;
    margin-right:-60px
}

.px_5{
    padding-left: 5px;
    padding-right:5px;
}

.px_10{
    padding-left: 10px;
    padding-right:10px;
}

.px_60{
    padding-left: 60px;
    padding-right:60px;
}

.mt_60{
    margin-top:60px;
}

.mt_100{
    margin-top:100px;
}

.mb_40{
    margin-bottom:40px;
}


.bg_style1{
    background:var(--color3);
}

.bg_style2{
    background:var(--color2);
}

.sub_title{
    color:var(--color1);
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.sub_title.light{
    color: #fff;
}

.sec_title{
    color:var(--color2);
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 50px;
    margin-bottom:60px;
}

.sec_title.light{
    color:var(--color3);
}

.sec_title.text-center{
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.sec_vec1{
    position: absolute;
    max-width: 300px;
    opacity: 0.2;
}

.sec_vec1.center.center{
    top:50%;
    transform:translate(-50%, -50%);
}

.sec_vec1.bottom{
    bottom: -120px;
}

.sec_vec1.top{
    top: -120px;
}

.sec_vec1.center{
    left: 50%;
    transform: translateX(-50%);
}

.sec_vec1.left{
    left:100px;
}

.sec_vec1.right{
    right:100px;
}

.navbar {
    transition: background-color 0.4s ease-out;
}

.navbar.fixed{
    background: var(--color2);
    backdrop-filter: blur(5px);
    box-shadow: 0 8px 6px -6px #4b4b4bad;
}

.navbar .btn_style1{
    border:1px solid #fff;
    background:transparent;
}

.navbar .btn_style1:hover,
.navbar .btn_style1:focus,
.navbar .btn_style1:active{
    background:var(--color2);
    border-color:var(--color2)
}

.navbar.fixed .btn_style1{
    border-color:var(--color3);
    background:var(--color3);
    color:#333;
}

.navbar.fixed .btn_style1:hover,
.navbar.fixed .btn_style1:focus,
.navbar.fixed .btn_style1:active{
    background:#f1f1c4;
    border-color:#f1f1c4;
    color:#333;
}

.banner-1 {
    color: black !important;
}
.footer-form-hidden{
    opacity: 0;
    visibility: hidden;
}
.sidenav {
    height: 100%;
    max-width:350px;
    width: 100%;
    position: fixed;
    height:100vh;
    z-index: 1;
    top: 0;
    right: -350px;
    background-color: var(--color2);
    overflow-x: hidden;
    transition: 0.5s;
    /* padding-top: 60px; */
    background: url(../images/gallery/gallery2.webp) no-repeat bottom center;
    background-size: cover;
}

.sidenav:before{
    position:absolute;
    content:'';
    height:100%;
    width:100%;
    background:#09b89de6;
    top:0;
    left:0;
    height:100%;
}

.sidenav.show{
    right:0;
    box-shadow: 0 -10px 70px rgba(0 0 0 / 20%);
}

.sidenav .top{
    position:relative;
    padding: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #ffffff2b;
    margin-bottom: 30px;
}

.sidenav .top .logo{
    position: relative;
    padding: 0;
    border: none;
}

.sidenav .top .side_logo{
    max-width: 130px;
}

.hallmarks-elevation {
    width: 100%;
}

.main-header {
    width: 63%;
    position: absolute !important;
    bottom: 16em !important;
    left: 26em !important;
    /* background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.75) 20%, rgba(255,255,255,0.50) 40%, rgba(255,255,255,0.25) 60%, rgba(255,255,255,0.10) 80%, rgba(255,255,255,0.05) 100%); */
    color: #ffffff !important;
    /* background-color: rgb(0 0 0 / 33%) !important; */
    /* width: 100%; */
    margin-bottom: 0px;
    padding: 1rem;
}
.price_patch{
    width: 286px;
    margin-left: -15px;
}

.sidenav a {
    padding: 10px;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    color: white;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #ffffff21;
    padding-left: 30px;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    font-size: 36px;
    margin-left: auto;
    border: none;
    padding: 10px;
    line-height: initial;
}

p.scan_code {
    text-align: center;
}

p.scan_code img {
    width: 70px;

}

/* 22-06 */

/* overview_section */

.overview_section{
    position:relative;
}

.overview_section .info{
    padding-left: 70px;
}

.overview_section .counter {
    margin-top:50px;
}

.overview_section .counter ul{
    padding:0;
    margin:0;
    list-style: none;
    display:flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.overview_section .counter li{
    max-width: 50%;
    flex: 0 0 25%;
    padding: 0 20px;
    position:relative;
}

.overview_section .counter li:not(:last-child):before{
    position:absolute;
    content:'';
    height:50px;
    width:1px;
    background:#ddd;
    right:0;
    top:50%;
    transform:translateY(-50%);
}

.overview_section .counter .single{
    /* background: rgb(9 184 157 / 15%);
    padding: 25px;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    border: 2px solid #09b89d12; */
    border-radius: 8px;
}

.overview_section .counter h3{
    color:var(--color2);
    font-size: 32px;
    font-weight: 600;
}

.overview_section .counter small{
    font-size: 17px;
    color: #2d2d2d;
    font-weight: 500;
}

.overview_section .counter .other{
    font-size: 28px;
    line-height: 38px;
}

.overview_section .counter .name{
    font-size: 14px;
    margin: 0;
    letter-spacing: 0.5px;
}

/* .overview_section:before{
    position: absolute;
    content: '';
    height: 200px;
    width: 100%;
    background-image: linear-gradient(180deg, #fdfded00, #fdfded);
    top: -200px;
    z-index: 9;
    display: block;
} */

.bg-footer .disclaimer{
    font-size: 11px;
    text-align: center;
    border-bottom: 1px solid #fff;
    font-weight: 400;
    letter-spacing: 0.4px;
}

.bg-footer .disclaimer span{
    display:block;
    color: var(--color3);
    font-size: 14px;
    margin-bottom: 5px;
}

.image_col{
    position: relative;
}

.image_col .floor_btn{
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translate(-50%, -50%);

}

.banner-offers{
    background-color: #fff;
    color: #000;
    display: inline-block;
    padding: 8px 14px;
    font-size: 16px;
    letter-spacing: 1px;
}
.banner-offer-p{
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: capitalize;
    margin-top: 10px;
}
.banner-offer-pp{
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
    background: #10b097;
    padding: 10px 12px;
    border-radius: 2px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    line-height: initial;
    display: inline-block;
}
.navbar-call-btn{
    position: absolute;
    right: 26%;
    background-color: var(--color2);
    color: #fff;
    text-decoration: none;
}
.navbar-call-btn a{
    text-decoration: none;
    color: #fff;
}
.fixed .navbar-call-btn img {
    filter: invert(1);
}

.fixed .navbar-call-btn a {
   color: #000;
}

/* .close {
    margin-right: 18px;
   
} */

/* responsive */

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}


.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.carousel-control-prev-icon {
    background-image: url(../images/arrow.png);
}

.carousel-control-next-icon {
    background-image: url(../images/r-arrow.png);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1d1d37;
    border-color: #005cbf;
}

.frmbox {
    /* border: 1px solid #000; */
    /* padding: 16px 0px; */
    border-radius: 0px;
}

.frmbox label{
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #333;
}

.frmbdr {
    padding: 0;
    border-radius: 10px;
    background-color: #ffffff;
}

a.carousel-control-prev,
a.carousel-control-next {
    opacity: 1;
    top: 50%;
    background: var(--color1);
    height: 53px;
    width: 53px;
    transform: translateY(-50%);
}

div#navbarNav {
    margin: auto 2em;
}

.hambrger {
    /* color: #1c1c37; */
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    padding: 30px 40px 35px 30px;
    position: absolute;
    right: 0;
}

.navbar.fixed .hambrger{
    color: #ffffff;
}

.navbar-light .navbar-nav .nav-link {
    text-decoration: none;
    font-weight: 500;
    color: rgb(227 182 134);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(251 251 251);
}

button.btn.btn-primary.text-center.skyrise-btn.sky-nav-cta {
    margin-top: 0px;
}

.fixed-top button.btn.btn-primary.text-center.skyrise-btn.sky-nav-cta {
    position: absolute;
    right: 136px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgb(251 251 251);
}

.fixed-top {
    height: 84px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1c1c36;
    border-color: #e3c6a7;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1d1d37;
    border-color: #e3b686;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
}

.floor-plan-cta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 17%;
}

.row.stickybtn {
    background: black;
    text-align: center;
    padding: 12px;
}

a.col-sm-6.stickycall,
a.col-sm-6.stickyenq.text-center.stickycol {
    text-decoration: none;
    color: #1e1e38;
    font-weight: 600;
}

p.end.text-center.second {
    margin-bottom: 0;
}

#ppsec1 {
    padding: 36px 14px;
}

a.col.stickycall.text-center.stickycol.stickybdr.calltrigger {
    padding: 0px 20px;
    text-decoration: none;
    border-right: 1px solid white;
}

a.col.stickyenq.text-center.stickycol {
    padding: 0px 30px;
    text-decoration: none;
}

p.end.text-center {
    color: #daced2;
    margin-bottom: 3rem;
    font-weight: 400;
    padding: 10px;
    background: #1e1e38;
}

p.end a{
    text-decoration: none;
    color:#e3c6a7;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 25px;
    color:var(--color2);
    text-transform: uppercase;
}

img.logo-site {
    /* display: none; */
    max-width: 200px;
    /* filter: invert(1); */
}

img.logo-site.color{
    display:none;
}

.navbar.fixed .logo-site{
    display:none;
}

.navbar.fixed img.logo-site.color{
    display:block;
    /* filter: invert(0) brightness(0); */
}

a.navbar-brand {
    padding: 0;
}

.bg-light {
    z-index: 1;
    height: 96px;
    /*background-color: #1c1c3700!important;*/
    padding: 0px;
}

.bg-light .container-fluid {
    padding: 0;
}

.skyrise-container {
    margin-top: -2px;
    position:relative;
}

.icon-hamburger {
    font-size: 30px;
    cursor: pointer;
    float: right;
}

section#header-fil-form {
    padding: 5rem 3rem;
}

.skyrise-banner-slider {
    padding: 0;
}

.skyrise-banner-form {
    margin: 0 auto;
    padding: 25px !important;
    /* background: #fbfbfb; */
    background: #fbfbfbd4;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-45%);
    z-index: 9;
    opacity:0;
    visibility: hidden;
    transition:all 0.3s ease-in-out
}

.skyrise-banner-form.show{
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%);
}

.skyrise-banner-form .form_title{
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.stickyest {
    background: #efefcd;
    padding: 16px 0;
}

.stickyest textarea.form-control{
    height: 2.75rem;
}

#FooterForm .form-group {
    display: inline-flex;
}
.gtf-name-style{
    display: flex;
    justify-content: space-between;
}

.gtf-name-style p{
    font-size:11px;
    letter-spacing: 0.3px;
}

.gtf-name-style a{
    color:#fff;
    text-decoration: none;
    font-size:11px;
}

.centered {
    position: absolute;
    top: 50%;
    left: 37%;
    transform: translate(-50%, -50%);
}


.custfield {
    background-color: transparent;
    color: #000000;
    border-width: 0px 0px 1px 0px;
    border-radius: 0;
    border-style: solid;
    border-color: #a3a3a3;
    box-shadow: 0px 0px !important;
    /* height: calc(1.5em + 0.75rem + 2px); */
    height: 2.75rem;
    resize: none;
}

.custfield:focus{
    background:transparent;
}

hr {
    margin: 20px 0px;
    border: none;
    border-left: 1px solid hsl(0deg 0% 100%);
    height: 10vh;
    width: 1px;
}

.media {
    margin: 0;
    list-style: none;
}

i {
    padding: 0px;
    font-size: 30px;
    color: white;
}

.hero-copy {
    text-align: center;
    font-size: 50px;
    font-family: 'Playfair Display', serif;
    line-height: 68px;
}

.btn_style1 {
    background: #444444;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.8px;
    color: #fff;
}

.btn_style1:hover,
.btn_style1:active,
.btn_style1:focus{
    background:#222;
    color:#fff;
}

h2.skyrise-big-header.dark-color {
    padding-bottom: 30px;
}

.hamburger {
    font-size: 30px;
    cursor: pointer;
    margin: 40px !important;
}

.section-skyrise-mid {
    padding-right: 50px;
    border-right: 2px solid #1e1d39;
}

/* overview_bottom_section */

.overview_bottom_section{
    position:relative;
}

/* end of overview_bottom_section */

.highlights_section .list-unstyled{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right:-15px;
    margin-top: -10px;
}

.highlights_section .list-unstyled li{
    max-width: 50%;
    flex: 0 0 auto;
    padding: 10px;
}

.highlights_section .list-unstyled .single{
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px 25px;
    height: 100%;
}

.highlights_section .list-unstyled .icon{
    position:relative;
    margin-bottom: 15px;
    display: inline-block;
}

.highlights_section .list-unstyled .icon:before{
    position: absolute;
    content: '';
    display: block;
    height: 45px;
    width: 45px;
    background: url(../images/icons/shape1.svg) no-repeat center;
    background-size: cover;
    opacity: 0.3;
    left: -20px;
    top: calc(100% - 35px);
    z-index: 0;
}

.highlights_section .list-unstyled .icon img{
    width: 55px;
    filter: invert(1);
}

.highlights_section .list-unstyled .title{
    font-size:16px;
    color:var(--color3);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.highlights_section .list-unstyled p{
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.4px;
    margin:0;
}

.skyrise-project-hallmarks .image_col{
    height:100%;
}

.skyrise-project-hallmarks .image_col img{
    height:100%;
    object-fit: cover;
}

.location-plan-half {
    width: 86%;
    padding: 32px;
}

#amenities .skyrise-big-header {
    text-transform: capitalize;
    font-size: 30px;
    font-family: 'Playfair Display';
    /* color: #1e1e38; */
    color: #fff;
    /* line-height: 60px; */
}

.skyrise-paragraph-text {
    line-height: 26px;
    color: #1e1e38;
    font-weight: 600;
}


.bullets {
    width: 8%;
}

.mt-4.mb-1 {
    color: white;
    margin-top: 16px !important;
    text-align: left;
    margin-left: 6px;
    font-size: 17px;
}

li.nav-item {
    list-style: none;
    position: relative;
}

/* .list-unstyled {
    margin: 13px 0px 50px 50px;
} */
img.img-fluid.project_logo {
    margin: 0;
    width: 200px;
    padding: 10px 0;
}
a.navbar-call-btn {
    text-decoration: none;
    font-size: 20px;
}

.banner-call-section {
    /* width: fit-content; */
    margin-top: 26px;
    /* padding: 3px 8px; */
    /* border: 1px solid #e3c6a7a6; */
    /* background: #1c1c37; */
}
 
.banner-call-section .call_btn{
    background: #fdfded;
    padding: 12px 20px;
    text-decoration: none;
    color: #222;
    border: 1px solid #fff;
    letter-spacing: 0.4px;
}


.trin-trin{animation-name:trin;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:linear;width: 20px;margin-right: 5px;}
@keyframes trin {
    0% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0, 0, 1, -15deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

section#pointofview {
    padding: 5rem 3rem;
}

img.bullets-pov {
    width: 3%;
}

.list-unstyled-pov {
    margin: 20px 40px;
}

.text-pov {
    font-size: 18px;
    padding: 4px 14px;
}

.skyrise-icons-con {
    width: 12%;
}

.sky-amen-carousel {
    height: 23rem;
    width: 100% !important;
    /* margin: 43px auto; */
}

/* .skyrise-con-blocks {
    margin: 10px;
    border: 1px dashed #15234c;
    padding: 10px 14px;
} */

.com-row-amen {
    margin-top: 3%;
}

.skyrise-amen-lists {
    text-align: left;
    color: white;
    font-size: 16px;
}

.skyrise-amenities .list-unstyled {
    margin: 46px 0px 0px 0px;
}

.nearest-amenities {
    color: #fff;
    text-align: left;
    border-left: 1px solid #e3c6a7;
    width: 100%;
    margin: 0;
    padding-left: 20px;
}

.nearest-amenities li{
    margin: 5px 0;
    font-size: 14px;
    position:relative;
    letter-spacing: 0.5px;
    padding-left:15px;
}

.nearest-amenities li:before{
    position: absolute;
    content: '';
    height: 1px;
    width: 5px;
    top:10px;
    left: 0;
    display: block;
    background: #fff;
}

.amenities-1 {
    margin-top: 25px;
}

section.skyrise-configuration {
    /*padding: 5rem 3rem;*/
    background: #1e1e38;
}

.price_section .single_col {
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    overflow: hidden;
}

.price_section .single_col .image{
    max-width: 50%;
    flex:0 0 50%;
    position:relative;
}

.price_section .single_col .image img{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.price_section .single_col .content{
    max-width: 50%;
    flex:0 0 50%;
    padding: 30px;
    background: #09b89d1f;
}

.price_section .single_col ul{
    padding:0;
    margin:0;
    list-style-type: none;
    margin-bottom: 25px;
}

.price_section .single_col li{
    margin-bottom: 15px;
    border-bottom: 1px solid #13bba02b;
    padding-bottom: 15px;
}

.price_section .single_col .title{
    font-size:12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    display: inline-block;
    color: #555;
}

.price_section .single_col h4{
    margin:0;
}

.price_section .single_col .type{
    font-size:20px;
}

.price_section .single_col .size{
    font-size:16px;
}

.price_section .single_col .price{
    /* color:var(--color3); */
    font-weight: 700;
    font-size:34px
}

.price_section .single_col .on_request{
    font-size:24px;
    line-height: initial;
}

.price_section .single_col .symbol{
    font-weight: 400;
    color: #666;
    font-size: 18px;
    margin-right: 3px;
}

.price_section .single_col .price small{
    font-size: 16px;
    font-weight: 500;
}


/* end of price section */


/* start floorplan_section */

.floorplan_section{
    border-top: 1px solid #8677501c;
}


.gallery_section .sec_vec1{
    left:50%;
    transform:translateX(-50%);
}

.floorplan_section .plan_contents{
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}

.floorplan_section .nav-tabs{
    border:none;
    justify-content: center;
    margin-bottom: 80px;
}

.floorplan_section .nav-item{
    margin: 0 5px;
}

.floorplan_section .nav-tabs .nav-link{
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #555;
    padding: 10px 30px;
}

.floorplan_section .nav-tabs .nav-link.active{
    background:#86775069;
}

.floorplan_section .image_col{
    background: #dff5e3;
    /* padding: 40px 0; */
    border-radius: 10px;
}

.floorplan_section .tab-content .image_col img{
    max-height:600px;
}

.floorplan_section .image_col img{
    max-height:500px;
    display: table;
    margin: auto;
}

.floorplan_section .content_col{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.floorplan_section .table{
    max-width: 50%;
    flex:0 0 50%;
}

.floorplan_section .table:not(:last-child){
    margin-bottom:20px;
}

.floorplan_section .table .title{
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.floorplan_section .table th{
    border: none;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.floorplan_section .table_c{
    /* width: 100%; */
    /* padding: 10px 20px; */
    background: #0000000a;
    border-radius: 3px;
}

.floorplan_section table{
    width: 100%;
}

/* end of floor plan section */

/* masterPlan_section */

.masterPlan_section{
    background:var(--color3);
    border-top: 1px solid #8677501c;
}

.masterPlan_section img{
    max-height: 650px;
    display: table;
    margin: auto;
}

/* end of masterPlan_section */

.wapp {
    width: 45px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 78px;
    right: 0px;
    z-index: 99;
    cursor: pointer;
    padding: 15px;
}

/*.configuration1 {
    padding: 5rem 3rem;
}*/
.configuration2 {
    padding: 3rem 3rem 5rem;
    background-color: white;
}

.floorplan {
    width: 80%;
}

.conf-h4 {
    margin-left: -14px;
}

.skyrise-con-amen-blocks {
    max-width: 45%;
    padding: 13px;
}

section.skyrise-contact {
    background: #e3c6a7;
    padding: 5rem 3rem;
}

.skyrise-paragraph-address {
    margin-bottom: 37px;
    color: #1e1e38;
}

.skyrise-cta .skyrise-btn {
    float: none;
    margin-top: 0;
}

/* section.skyrise-about-ss {
    padding: 3rem 2rem;
} */


.relativetextbox {
    position: relative;
    width: auto;
}

.absolutetexttop {
    letter-spacing: 1px;
    font-size: 9px;
    position: absolute;
    bottom: 0;
    padding: 0.5rem;
    text-shadow: 1px 1px 10px #000000;
    color: #fff;
    text-align: left;
    font-weight: 400;
    right: 0;
}

.ss-n {
    font-weight: 600;
    /* background: #e3c6a7; */
    /* color: #1e1e38; */
    font-weight: 600;
    background: #1c1c37;
    color: #e3c6a7;
}


footer {
    color: white;
    padding: 3rem 0;
    background: #01493e;
    padding-bottom: 0;
}

a {
    color: #e3c6a7;
    text-decoration: underline;
    background-color: transparent;
}

.responsive-map {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.responsive-map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

button:focus {
    outline: 1px dotted;
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../images/menu.png);

}

section#tyfssec1 {
    padding: 5rem 3rem;
}

.code-num {
    background: #f0f8ff00;
    border-radius: 0;
    border-bottom: 1px solid black !important;
    border: 1px solid #ced4da00;
}

.skyrise-paragraph-text-blue {
    color: #1e1e38;
}


.space {
    height: 24px;
}
.card{
    border: none;
}
.btn-link{
   color: #1e1e38;
}
.btn-link:hover{
    color: #1e1e38;
    text-decoration: none;
}

.skyrise-banner-slider .patch_img{
    position: absolute !important;
    bottom: 10%;
    right: 50%;
    transform: translateX(50%);
    width: 184px;
    height: 140px;
    z-index: 99;
}

@media screen and (min-device-width: 300px) and (max-device-width: 767px) {
    .price_patch{
        width: 253px !important;
    }
    .logo-box {
        width: 50%;
    }

    .main-header {
        position: absolute !important;
        bottom: 68px !important;
        left: 0px !important;
        /* background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.75) 20%, rgba(255,255,255,0.50) 40%, rgba(255,255,255,0.25) 60%, rgba(255,255,255,0.10) 80%, rgba(255,255,255,0.05) 100%); */
        color: #ffffff !important;
        background-color: rgb(213 213 213 / 65%) !important;
        width: 100%;
        margin-bottom: 0px;
        padding: 1rem;
    }
    .gtf-name-style{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 20px;
        
      }
     .gtf-name-style p{
        font-size: 12px;
        padding-bottom: 0px !important;
        margin-bottom: 0px;
      }
    .sky-amen-carousel {
        height: 16rem;
        width: 100% !important;
        margin: 40px auto;
    }

    img.bullets-pov {
        width: 9%;
    }

    .list-unstyled-pov {
        margin: 20px 30px;
        padding: 5px;
    }

    .text-pov {
        line-height: inherit;
        font-size: 18px;
        padding: 3px 12px;
    }

    .hambrger {
        padding: 12px 25px 33px 14px;
    }

    a.carousel-control-prev,
    a.carousel-control-next {
        top: 150px;
    }

    .Connectivity-1 {
        padding: 0;
    }

    .all-f-links {
        margin-bottom: 30px;
    }

    .skyrise-banner-form {
        padding: 3rem 2rem 0rem 2rem !important;
        height: 30rem;
    }

    .skyrise-big-header-blue {
        font-size: 25px;
        line-height: 35px;
    }

    .skyrise-big-header {
        font-size: 25px;
        line-height: 35px;
    }

    .floorplan {
        width: 100%;
    }

    .floor-plan-cta {
        width: 55%;
    }

    .skyrise-con-blocks {
        max-width: 100%;
    }

    .dark-color {
        color: #1c1c37;
    }

    p.bold-text {
        font-weight: 700;
    }

    .phallmarks-2 {
        padding: 0;
        background-image: none;
    }

    .list-unstyled {
        margin: 42px auto;
    }

    .skyrise-config-blocks {
        margin: 25px auto;
    }

    .skyrise-con-blocks {
        margin: 11px auto;
    }

    .bg-light {
        height: auto;
        /*background-color: #1c1c36!important;*/
        padding: 12px;
    }

    button.btn.btn-primary.text-center.skyrise-btn.sky-nav-cta {
        float: initial;
        margin-left: 0px;
        margin-top: 0px;
    }

    div#navbarNav {
        margin: auto;
    }

    .navbar-light .navbar-toggler {
        color: rgb(21 35 72);
        border-color: none !important;
    }

    .navbar-light .navbar-nav .nav-link {
        text-decoration: none;
        font-weight: 600;
        color: rgb(255 255 255) !important;
    }


    footer {
        padding-bottom: 40px;
    }

    .skyrise-con-amen-blocks {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .location-plan {
        margin: 28px auto;
        width: 100%;
    }


    .amenities-2 {
        background-size: contain;
        /* height: 18rem; */
        background-position: center;
        background-repeat: no-repeat;
    }


    p.end.text-center {
        margin-bottom: 47px;
    }

    .bullets {
        width: 18%;
    }

    .media.my-4 {
        text-align: center;
    }

    .mt-4.mb-1 {
        margin-top: 10px !important;
        font-size: 14px;
    }

    .configuration1 {
        padding: 0px !important;
    }

    .absolutetexttop {
        font-weight: 400;
    }

    .skyrise-container {
        margin-top: 0px;
    }

    .povtext {
        padding: 1rem;
    }


    section#pointofview {
        padding: 3rem 0rem;
    }


    .location-plan-half {
        padding: 0px;
    }

    .Connectivity-1 {
        text-align: center;
        padding: 0;
    }

    .row.d-flex.d-lg-flex {
        flex-direction: column-reverse;
    }

}

/*
@media (min-width: 576px) {
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 100%;
}  
}
*/


#carouselExampleIndicatorsbb{
    /* height: calc(100vh - 200px); */
    position: relative;
    height: auto;
}

#carouselExampleIndicatorsbb .carousel-inner{
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

#carouselExampleIndicatorsbb .carousel-inner:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    /* background-image: linear-gradient(180deg, rgba(0 0 0 / 10%), rgba(0 0 0 / 10%), rgba(0 0 0 / 50%)); */
    background-image: radial-gradient(at center right, #1c453d30 40%, #1c453dde);
    background-image: radial-gradient(at center right, #1c453d57 40%, #1c453de0);
    z-index: 2;
    left: 0;
    top: 0;
}

/* #carouselExampleIndicatorsbb .carousel-inner:after{
    background-image: linear-gradient(180deg, #fdfded00, #fdfded);
} */

#carouselExampleIndicatorsbb div{
    height:100%;
}

#carouselExampleIndicatorsbb .carousel-inner img{
    height:100%;
    object-fit: cover;
}

#carouselExampleIndicatorsbb .carousel_content{
    position: relative;
    height: calc(100vh - 53px);
    display: flex;
    align-items: center;
    z-index: 9;
    color: #fff;
}

#carouselExampleIndicatorsbb .carousel_content div{
    height:auto;
}

#carouselExampleIndicatorsbb .tagline{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
}

#carouselExampleIndicatorsbb .project_title{
    font-family: 'Playfair Display';
    font-size: 60px;
    margin-bottom: 15px;
}

#carouselExampleIndicatorsbb .location{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

#carouselExampleIndicatorsbb .location .icon{
    width: 14px;
    margin: 0;
    filter: invert(1);
    margin-right: 7px;
}

#carouselExampleIndicatorsbb .price_col{
    margin-top: 0px;
}

#carouselExampleIndicatorsbb .price_col .price{
    font-size: 36px;
    font-weight: 600;
    margin:0;
}

#carouselExampleIndicatorsbb .price_col small{
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 6px;
    color: #ffffffc4;
    letter-spacing: 1px;
    font-weight: 500;
}

#carouselExampleIndicatorsbb .others{
    padding:0;
    margin:0;
    list-style-type: none;
    display:flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

#carouselExampleIndicatorsbb .others li:not(:last-child){
    padding-right:30px;
    margin-right:30px;
    border-right: 2px solid #ffffff6b;
}

#carouselExampleIndicatorsbb .others .title{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
    background: #10b097;
    padding: 10px 12px;
    border-radius: 2px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    line-height: initial;
}

#carouselExampleIndicatorsbb .others  p{
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}


.skyrise-connectivity .Connectivity-2 .row {flex-direction: column;}
.skyrise-about-ss .overview_points{
    margin-top:60px;
}

.skyrise-about-ss .single_col{
    text-align: left;
    background: #0000001a;
    padding: 30px;
    border-radius: 5px;
    height: 100%;
}

.skyrise-about-ss .single_col .title{
    text-transform: uppercase;
    font-size: 18px;
    color: #1e1e38;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin-bottom: 15px;
}

.skyrise-about-ss .single_col p{
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.4px;
}

.skyrise-about-ss .single_col .additional{
    display:flex;
}

.skyrise-about-ss .single_col .additional h4{
    font-size: 30px;
    font-weight: 600;
    /* text-align: center; */
    margin: 0;
    border-right: 1px solid #ddd;
    padding-right: 10px;
    margin-right: 15px;
}

.skyrise-about-ss .single_col .additional h4 span{
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.4px;
    width: 70px;
    margin-top: 5px;
}

.skyrise-about-ss .single_col ul{
    margin: 0;
    padding: 0;
    padding-left: 15px;
}

.skyrise-about-ss .single_col li{
    color: #10b097;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
}

/* overview_bottom_section  */

.overview_bottom_section .image_col{
    height: 100%;
}

.overview_bottom_section .image_col img{
    height:100%;
    object-fit: cover;
}

.overview_bottom_section .content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0;
}

.overview_bottom_section .sec_title{
    margin-bottom: 50px;
}

.overview_bottom_section .additional{
    margin-top: 30px;
}

.overview_bottom_section .additional .title{
    color:var(--color2);
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.overview_bottom_section .additional ul{
    padding:0;
    margin:0;
    padding-left: 0;
    list-style-type: none;
}

.overview_bottom_section .additional li{
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    color: #09b89d;
    letter-spacing: 0.6px;
    font-weight: 500;
}

.overview_bottom_section .additional li:before{
    position: absolute;
    content: '';
    background: url(../images/vector.svg) no-repeat;
    display: block;
    height: 6px;
    width: 6px;
    background-size: contain;
    left: 0;
    top: 7px;
}

/* amenities_section */

.amenities_section .caption{
    background: var(--color3);
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

/* end of amenities_section */

/* location advantage section */

.location_advantage_section .map_section{
    margin-top:200px;
    margin-bottom: 100px;
}

.location_advantage_section .connectivity_content{
    position: absolute;
}

.location_advantage_section .connectivity_col {
    margin: auto;
    text-align: center;
    max-width: max-content;
    flex: 0 0 auto;
    position: relative;
}

.location_advantage_section .connectivity_col a{
    height: 100%;
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    border: 5px solid #09b89d33;
    border-radius: 50%;
    overflow: hidden;
    padding: 80px;
    position: relative;
    height: 550px;
    width: 550px;
}

.location_advantage_section .connectivity_col a img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    padding: 40px;
}

.location_advantage_section .points{
    position: absolute;
    top: 0;
    height: 100%;
}

.location_advantage_section .points .col{
    padding:0;
}

.location_advantage_section .points div{
    height:100%;
}


.location_advantage_section .points .nearest-loc{
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: calc(100% + 50px);
    display: flex;
    flex-direction: column;
}

.location_advantage_section .points .left_col{
    text-align: right;
}

.location_advantage_section .left_col .nearest-loc{
    margin-top: -50px;
}

.location_advantage_section .left_col .nearest-loc li:nth-child(1){
    margin-right:-50px;
    flex-direction: column-reverse;
    align-items: flex-end;
    height: auto;
    margin-top: -60px;
    gap: 15px;
}

.location_advantage_section .left_col .nearest-loc li:nth-child(1) .txt{
    height:auto;
    text-align: center;
    margin-right: -20px;
    align-items: center;
}

.location_advantage_section .left_col .nearest-loc li:nth-child(2){
    right: calc(100% - 125px);
    transform: translateY(-35px);
}

.location_advantage_section .left_col .nearest-loc li:nth-child(3){
    right: calc(100% - 60px);
    transform: translateY(30px);
}

.location_advantage_section .left_col .nearest-loc li:nth-child(4){
    right: calc(100% - 140px);
    transform: translateY(90px);
}

.location_advantage_section .txt{
    font-size: 16px;
    line-height: 20px;
    height: auto!important;
}

.location_advantage_section .txt .distance{
    background: #f7bf44;
    width: max-content;
    font-size: 14px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 5px;
    color: #333;
    margin-bottom: 5px;
}

.location_advantage_section .left_col .txt{
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 20px;
    align-items: flex-end;
}

.location_advantage_section .right_col .txt{
    display: flex;
    flex-wrap: wrap;
    max-width: calc(100% - 100px);
    padding-left: 20px;
    flex-direction: column-reverse;
    align-items: flex-start;
    text-align: left;

}

.location_advantage_section .right_col .nearest-loc{
    justify-content: flex-end;
}

.location_advantage_section .right_col .nearest-loc li:nth-child(4){
    margin-left: -30px;
    flex-direction: column;
    align-items: flex-start;
    height:auto;
    transform: translateY(35px);
}

.location_advantage_section .right_col .nearest-loc li:nth-child(4) .txt{
    height: auto;
    transform: translateY(15px);
    align-items: center;
    margin-left: -10px;
}

.location_advantage_section .right_col .nearest-loc li:nth-child(3){
    left: calc(100% - 145px);
    transform: translateY(45px);
}

.location_advantage_section .right_col .nearest-loc li:nth-child(2){
    left: calc(100% - 85px);
    transform: translateY(-20px);
}

.location_advantage_section .right_col .nearest-loc li:nth-child(1){
    left: calc(100% - 160px);
    transform: translateY(-70px);
}

.location_advantage_section .left_col li{
    flex-direction: row-reverse;
}

.location_advantage_section .points li{
    align-items: center;
    display: flex;
    height: 20%;
    position:relative;
    z-index: 1;
}

.location_advantage_section .points .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color2);
    height: 100px;
    width: 100px;
    border-radius: 100%;
}

.location_advantage_section .points .icon img{
    height: auto;
    width: 35px;
    filter: contrast(1) brightness(0) invert(1);
}



/* end of location advantage section */

/* gallery section */

.gallery_section{
    position:relative;
    border-top:1px solid #8677501c
}

.gallery_section .row-gallaery{
    gap: 20px 0;
}

.gallery_section .img-box a{
    width:100%;
    display:block;
    border-radius: 7px;
    overflow: hidden;
}

.gallery_section .img-box img{
    width:100%;
    height:300px;
    object-fit: cover;
}

/* end of gallery section */

/* query_section */

.query_section{
    background:url('../images/query_bg.webp');
    background-attachment: fixed;
    background-position: center;
    position:relative;
}

.query_section:before{
    position:absolute;
    content:'';
    height:100%;
    width:100%;
    background: rgb(9 184 157 / 85%);
    top:0;
    left:0;
}

.query_section .btn.btn_style1{
    margin-left: auto;
    display: table;
    margin-right: auto;
    font-size: 14px;
    padding: 15px 40px;
    font-weight: 500;
}

/* end of query_section */

.about_developer_section{
    position: relative;
    overflow: hidden;
}

.about_developer_section .relative .row{
    display:block;
}

.about_developer_section .relative{
    padding: 40px 50px;
}

.about_developer_section .relative .px-1{
    padding: 0 15px !important;
}

.about_developer_section .modal-title{
    font-size: 20px;
}

.about_developer_section .relative .modal-title{
    margin-bottom:15px;
}

.about_developer_section .relative .custfield{
    margin-bottom: 15px;
}

.about_developer_section .relative .custfield::placeholder{
    font-size:14px;
}

.about_developer_section .relative .btn{
    margin-top:15px;
}


/* start responsive */

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

@media(max-width:1500px){
    .price_patch{
        width: 316px;
    }
    .navbar-call-btn {
    right: 19%; 
}
    /* #carouselExampleIndicatorsbb{
        height: calc(100vh - 120px);
    } */

    .skyrise-banner-form .form-group{
        /* margin-bottom: 10px; */
    }

    /* .skyrise-banner-form  label{
        display: none;
    } */

    .skyrise-banner-form{
        top: 56%;
    }

    #carouselExampleIndicatorsbb .carousel_content{
        height: calc(100vh - 53px);
        padding: 100px 0 30px;
    }

    #carouselExampleIndicatorsbb .project_title{
        font-size: 50px;
    }

    #carouselExampleIndicatorsbb .tagline{
        font-size: 16px;
    }

    #carouselExampleIndicatorsbb .location{
        font-size:14px;
    }

    #carouselExampleIndicatorsbb .others .title{
        font-size: 18px;
    }

    #carouselExampleIndicatorsbb .others p{
        font-size: 11px;
    }

    #carouselExampleIndicatorsbb .price_col .price{
        font-size: 32px;
    }

    #carouselExampleIndicatorsbb .price_col small{
        font-size: 12px;
    }

    .sec_title{
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 40px;
    }

    .price_section .single_col .price{
        font-size: 26px;
    }

    .price_section .single_col .on_request{
        font-size: 20px;
    }

}

/* end of 1500 */

@media(max-width:1400px){
    .skyrise-banner-form{
        padding: 20px !important;
    }

        .navbar-call-btn {
        right: 24%;
    }

    .skyrise-banner-form .custfield{
        height: 2.50rem;
    }
    
    .skyrise-banner-form .custfield::placeholder{
        font-size:14px;
    }

    .overview_section .counter .other,
    .overview_section .counter h3{
        font-size: 22px;
        line-height: initial;
    }

    .overview_section .counter small{
        font-size:16px;
    }

    .overview_section .counter .name{
        font-size:12px;
    }

    .highlights_section .list-unstyled .icon img{
        width: 40px;
    }

    .highlights_section .list-unstyled .icon:before{
        height: 30px;
        width: 30px;
    }

    .highlights_section .list-unstyled .title{
        font-size:14px;
    }

}

/* end of 1400 */

@media(max-width:1199px){
    .skyrise-banner-form{
        top: 60%;
        max-width: 30%;
    }
}

@media(max-width:767px){
    .banner-offer-p {
    font-size: 20px;
   
}
.banner-call-section {
    margin-top: 18px;

}
.banner-offer-pp {
    font-size: 14px;
  
}
    .image_col .floor_btn {
       
        left: 30%;
      
    }
    .mx_sm_-15{
        margin-left:-15px;
        margin-right:-15px;
    }

    .px_sm_15{
        padding-left: 15px;
        padding-right:15px;
    }

    .py_sm_50{
        padding-top:50px;
        padding-bottom:50px;
    }

    .pb_sm_50{
        padding-bottom:50px;
    }

    .mt_sm_40{
        margin-top:40px;
    }

    .sec_title.text-center{
        max-width: 100%;
    }

    .sec_vec1{
        max-width: 160px;
    }

    .sec_vec1.top{
        top: -60px;
    }

    .sec_vec1.bottom{
        bottom:-60px
    }

    .sec_vec1.right{
        right: 10px;
    }

    .sidenav .top{
        padding: 10px 15px;
    }

    .sidenav .top .side_logo{
        max-width: 100px;
    }

    .skyrise-banner-form{
        position: relative;
        top: unset;
        transform: unset;
        height: auto;
        right: unset;
    }

    .sub_title{
        margin-bottom: 10px;
        letter-spacing: 1px;
        font-size: 14px;
    }

    .sec_title{
        font-size: 26px;
        line-height: 32px;
    }

    .fixed-top{
        height:auto
    }

    .hambrger{
        position: relative;
        padding: 5px;
        line-height: initial;
        font-size: 20px;
    }

    img.logo-site{
        max-width: 120px;
    }

    #carouselExampleIndicatorsbb .tagline{
        font-size: 14px;
    }

    #carouselExampleIndicatorsbb .project_title{
        font-size: 30px;
    }

    #carouselExampleIndicatorsbb .location{
        font-size: 13px;
    }

    #carouselExampleIndicatorsbb .location .icon{
        width: 12px;
        margin-right: 4px;
    }

    #carouselExampleIndicatorsbb .others{
        margin-top: 10px;
        flex-direction: column;
        gap: 10px;
    }

    #carouselExampleIndicatorsbb .others .title{
        font-size: 14px;
        display: inline-block;
        padding: 10px 15px;
    }

    #carouselExampleIndicatorsbb .others li:not(:last-child){
        margin-right: 9px;
        padding-right: 15px;
    }

    #carouselExampleIndicatorsbb .carousel_content{
        height:auto;
    }

    #carouselExampleIndicatorsbb .price_col .price{
        font-size: 24px;
    }

    #carouselExampleIndicatorsbb .price_col small{
        font-size: 11px;
    }

    .banner-call-section .call_btn{
        padding: 10px 20px;
    }

    /* #carouselExampleIndicatorsbb .others li:not(:last-child){
        border-left: 1px solid #ffffff4a;
        border: none;
    } */

    .skyrise-banner-form{
        max-width: 100%;
    }

    .skyrise-amenities .row {
        /* DISPLAY: flex; */
    }
    
    .skyrise-amenities .caption {
        FONT-SIZE: 15PX;
        PADDING: 2PX 2PX;
    }
    
    .skyrise-amenities {
        PADDING: 20PX 0;
    }

    section#floor-plan .row {
        DISPLAY: flex;
    }

    .skyrise-about-ss .overview_points{
        margin-top: 40px;
    }

    .skyrise-about-ss .single_col{
        margin-bottom: 20px;
    }

    .skyrise-about-ss .single_col .title{
        font-size: 16px;
    }

    .skyrise-about-ss .single_col li{
        font-size: 12px;
        font-weight: 400;
    }

    .skyrise-about-ss .single_col .additional h4{
        font-size: 20px;
        margin-right: 10px;
    }

    .skyrise-about-ss .single_col .additional h4 span{
        font-size: 10px;
        width: 50px;
    }


    .location_advantage_section .connectivity_col a{
        padding:0;
        height: 300px;
        width: 300px;
        border-radius: 2px;
        border-width: 2px;
    }

    .location_advantage_section .connectivity_col a img{
        padding:10px;
    }

    .location_advantage_section .points{
        position: relative;
        margin-top: 40px;
    }

    .location_advantage_section .points .icon{
        height: 50px;
        width: 50px;
    }

    .location_advantage_section .points .nearest-loc{
        height: auto;
        margin-top: 0;
    }

    .location_advantage_section .nearest-loc li{
        flex-direction: unset!important;
        transform:unset!important;
        right:unset!important;
        margin-left:0!important;
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .location_advantage_section .right_col .nearest-loc li:nth-child(1),
    .location_advantage_section .right_col .nearest-loc li:nth-child(2),
    .location_advantage_section .right_col .nearest-loc li:nth-child(3){
        left:0;
        transform:unset;
    }

    .location_advantage_section .left_col .nearest-loc li:nth-child(1){
        margin-right:0;
        margin-top: 0;
        align-items: flex-start;
        gap:0;
    }

    .location_advantage_section .left_col .nearest-loc li:nth-child(2){
        transform: unset;
        right: unset;
    }

    .location_advantage_section .left_col .nearest-loc li:nth-child(3){
        right: unset;
        transform: unset;
    }

    .location_advantage_section .points .icon img{
        width: 20px;
    }

    .location_advantage_section .txt{
        font-size: 14px;
    }

    .location_advantage_section .left_col .txt{
        align-items: start!important;
        margin-left: 15px;
        margin-right: 0;
    }

    .location_advantage_section .txt .distance{
        font-size: 10px;
        padding: 0px 8px;
        border-radius: 2px;
    }

    .location_advantage_section .right_col .nearest-loc li:nth-child(4) .txt{
        margin-left: 0;
        transform: unset;
        align-items: unset;
    }

    .location_advantage_section .map_section{
        margin-bottom:0;
    }

    .overview_section .info{
        padding-left:0;
        margin-top: 30px;
    }

    .skyrise-banner-form,
    .skyrise-banner-form.show{
        transform:unset;
        opacity:1;
        visibility: visible;
    }

    .overview_section .counter li{
        flex:0 0 50%;
        margin-bottom: 20px;
    }

    .overview_section .counter .name{
        font-size:14px;
        letter-spacing: 0;
    }

    .overview_bottom_section .content{
        padding: 30px 0;
    }

    .overview_bottom_section .sec_title{
        margin-bottom: 20px;
    }

    .overview_bottom_section .additional{
        margin-top:10px;
    }

    .overview_bottom_section .additional .title{
        font-size: 18px;
        font-weight: 600;
    }

    .highlights_section .list-unstyled{
        margin:0;
        margin-top: 40px;
    }

    .highlights_section .list-unstyled li{
        max-width: 100%;
        padding: 0;
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .highlights_section .list-unstyled .single{
        padding:0;
        border:none;
    }

    .highlights_section .list-unstyled .icon:before{
        left: 25px;
        top: 15px;
    }

    .highlights_section .list-unstyled .title{
        margin-bottom: 10px;
    }

    .price_section .single_col .image,
    .price_section .single_col .content{
        max-width: 100%;
        flex: 0 0 100%;
    }

    .price_section .single_col .image img{
        position:relative;
        top: unset;
        left: unset;
        height: 250px;
        width: 100%;
    }

    .price_section .single_col .content{
        padding: 20px;
    }

    .floorplan_section .plan_contents{
        margin-top: 20px;
    }

    .floorplan_section .single_col{
        margin:10px 0;
    }

    .location_advantage_section .map_section{
        margin-top: 50px;
    }

    .gallery_section .img-box img{
        height:auto;
        object-fit: unset;
    }

    .frmbox{
        padding: 8px;
    }

    .modal-title{
        font-size:18px;
        margin-bottom:20px;
    }

    .overview_section .counter ul{
        margin-left: -15px;
        margin-right:-15px;
    }


    .about_developer_section .fixed-bottom{
        position:relative;
        padding: 30px;
        z-index: 1;
        margin-top:40px;
    }

    .about_developer_section .fixed-bottom .px-1{
        padding:0 15px!important;
    }

    .about_developer_section .fixed-bottom .custfield{
        margin-bottom: 10px;
    }

    .about_developer_section .modal-title{
        margin-bottom:10px;
    }

    .about_developer_section .btn{
        margin-top:15px;
    }

    .nearest-amenities li{
        line-height:16px;
        font-size:12px;
        font-weight: 400;
    }

    .bg-footer .disclaimer{
        font-size: 8px;
    }
    .skyrise-banner-slider .patch_img{
        position: absolute !important;
        bottom: 20px;
        right: 20px;
        transform: unset;
        width: 91px;
        height: 80px;
        z-index: 99;
    }
}

/* end of 767 */
