@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css"); 
:root {
    --mainColor: #AE8625;
    --txtColor: #555e69;
    --siteFont:
    'Montserrat', sans-serif;
    --boderRadius15: 10px 0;
    --gradientColor: radial-gradient(      ellipse farthest-corner at right bottom,      #fedb37 0%,      #fdb931 8%,      #9f7928 30%,      #8a6e2f 40%,      transparent 80%    ),    radial-gradient(      ellipse farthest-corner at left top,      #ffffff 0%,      #ffffac 8%,      #d1b464 25%,      #5d4a1f 62.5%,      #5d4a1f 100%    );
}

a {
    color: var(--mainColor);
    transition: 0.5s;
    text-decoration: none;
}

a:hover {
    transition: 0.5s;
    color: #000;
}

/*test*/

html, body, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: var(--siteFont);
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    /* background-color: beige; */
}

img {
    max-width: 100%;
}

.btn {
    background-image: var(--gradientColor);
    color: #000 !important;
    padding: 5px 25px;
    height: 39px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    border-radius: var(--boderRadius15);
    border: 0;
    font-weight: 600;
}

.btn i {
    margin-right: 10px;
    font-size: 20px;
}

.btn:hover {
    box-shadow: 0px 0px 5px #39b378;
    color: #fff;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    margin: 0 auto;
    background: #fff;
}

header .container-fluid {
    max-width: 95%;
}

header .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .header-inner .logo {
    width: 240px;
    float: left;
    display: flex;
    align-items: center;
    font-size: 25px;
    color: #000;
}

header .header-inner .logo img {
    height: 50px;
    float: left;
    max-width: 70%;
    margin-right: 10px;
    object-fit: contain;
}

.cp-logo {
    height: 50px;
}

.cp-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

header .header-inner .main-menu {
    width: calc(100% - 280px);
    float: right;
    text-align: right;
}
p.captchasec {
    /* background: #d7c15d; */
    background-image: var(--gradientColor);
    padding: 5px;
    font-weight: bolder;
    font-size: 20px;
    word-spacing: 10px
}
/*header .header-inner .main-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
          align-items: center;
}*/
header .header-inner .main-menu>ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

header .header-inner .main-menu ul li a {
    display: flex;
    margin-right: 15px;
    text-decoration: none;
    color: #000;
    /* text-transform: uppercase; */
    border: 2px solid transparent;
    padding: 0px 0;
    align-items: center;
    font-family: var(--siteFont);
    font-weight: 600;
    border-radius: var(--boderRadius15);
}

header .header-inner .main-menu ul li a i {
    font-size: 20px;
    line-height: 1;
    margin-right: 10px;
}

.dropdown-toggle::after {
    display: none;
}

header .header-inner .main-menu ul li:first-child a {
    margin-left: 0;
}

header .header-inner .main-menu ul li:last-child a {
    margin-left: 30px;
}

header .header-inner .main-menu ul li .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    height: 40px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-image: var(--gradientColor);
    border: 0;
}

header .header-inner .main-menu ul li.active a {
    color: #000;
}

header .header-inner .main-menu ul li.active .btn {
    color: #000;
}

header .header-inner .main-menu .dropdown-menu {
    border: 0;
    box-shadow: 1px 5px 8px #727272;
    left: 0;
    right: auto;
}

.container {
    /* max-width: 1250px; */
}

header .header-inner .main-menu .dropdown-menu li a {
    margin-left: 0;
    padding: 6px 20px;
}

.hamburger {
    width: 30px;
    height: 21px;
    position: relative;
    display: none;
}

.hamburger span {
    height: 2px;
    width: 30px;
    background: #000;
    opacity: 1;
    position: absolute;
    left: 0;
}

.hamburger span:nth-child(1) {
    top: 0;
}

.hamburger span:nth-child(2) {
    top: 9px;
    width: 24px;
    right: 0;
    left: auto;
}

.hamburger span:nth-child(3) {
    width: 100%;
    top: 19px;
}

.menuoverlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    display: none;
}

/* banner section */
.banner-section {
    margin-top: 121px;
    position: relative;
    display: inline-grid;
    overflow: hidden;
}

.banner-section>div {
    height: 100%;
    z-index: 9;
}

.banner-section:before {
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    left: 0;
    width: 30%;
    background: #eda73a;
}

.banner-section .left_col {
    max-width: 40%;
    flex: 0 0 40%;
    padding-top: 30px;
    padding-right: 0;
}

/* .banner-section div{height:100%;} */
.banner-section .carousel-item img {
    height: 100%;
    object-fit: cover;
}

.banner-section .call_number {
    display: flex;
    justify-content: flex-end;
}

.banner-section .call_number .icon {
    height: 60px;
    width: 60px;
    background: var(--mainColor);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    border-radius: 0 0 0 15px;
}

.banner-section .call_number .number {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 22px;
    background: #fff;
    border-radius: 0 15px 0 0;
}

.banner-section .carousel {
    height: calc(100% - 0px);
    width: 100%;
}

.banner-section .carousel .carousel-inner, .banner-section .carousel .carousel-inner div {
    height: 100%;
}

.banner-section .carousel_btns {
    position: absolute;
    bottom: 20px;
    right: -80px;
    z-index: 1;
    display: flex;
}

.banner-section .carousel_btns button {
    position: relative;
    height: 80px;
    width: 80px;
    opacity: 1;
}

.banner-section .carousel_btns img {
    max-width: 25px;
}

.banner-section .right_col {
    max-width: 60%;
    flex: 0 0 60%;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
}

.banner-section .right_col div {
    height: auto;
}

.banner-section .right_col .top {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 0;
}

.banner-section .top .contents {
    width: calc(100% - 400px);
    padding-left: 70px;
}

.banner-section .contents .project_logo {
    max-width: 200px;
    margin-bottom: 9px;
}

.banner-section .form_col .form {
    background: #eda73a;
    border-radius: 0;
    padding: 50px;
    max-width: 350px;
    border-top: 3px solid #fff;
}

.banner-section .form_col .form_heading {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
    font-weight: 600;
    /* color: #fff; */
}

.banner-section label {
    font-size: 14px;
    font-weight: 400;
    /* color: #fff; */
}

.banner-section .form [type=submit] {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 10px 15px;
    height: 50px;
    text-align: center;
    display: block;
}

.banner-section .project_name {
    margin: 25px 0 0;
    font-size: 45px;
    /* font-weight: 600; */
    line-height: 44px;
}

.banner-section .project_name span {
    display: block;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 3px;
    font-weight: 500;
    color: #555;
}

.banner-section .typo {
    margin: 0;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.banner-section .unit {
    margin: 0;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    width: max-content;
    padding: 4px 10px;
    background: #ebebeb;
}

.banner-section .unit .strike {
    text-decoration: line-through;
    color: red;
}

.banner-section .price {
    margin: 5px 0 20px;
    font-size: 38px;
    color: var(--mainColor);
    font-weight: 600;
    display: flex;
    align-items: center;
}

.banner-section .price .strike {
    text-decoration: line-through;
    color: #000;
    opacity: 0.4;
    font-size: 30px;
    margin: 0 8px;
}

.banner-section .add {
    margin: 0;
    padding-left: 20px;
    margin-top: 30px;
}

.banner-section .add li {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
    list-style-type: circle;
}

.banner-section .bottom {
    padding: 30px 30px 30px 30px;
    background: var(--mainColor);
    width: 100%;
}

.banner-section .other-points {
    display: flex;
    align-items: center;
}

.banner-section .other-points li {
    display: flex;
    align-items: center;
}

.banner-section .other-points li:not(:last-child) {
    margin-right: 50px;
}

.banner-section .other-points .icon {
    height: 65px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 30%);
    border-radius: var(--boderRadius15);
}

.banner-section .other-points .icon img {
    filter: invert(1)
}

.banner-section .other-points .content {
    margin-left: 15px;
}

.banner-section .other-points p {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
}

.banner-section .other-points .title {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}

.banner-section .other-points .icon i {
    color: #fff;
    font-size: 30px;
}

.form-group {
    margin-bottom: 15px;
}

@keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

#blink {
    text-decoration: blink;
    animation-name: blinker;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}

/* overview */
.overview-section {
    padding: 100px 0;
    /*background:url('../images/overview-bg.png') no-repeat center center; background-size:cover;*/
}

.overview-section .heading {
    /* margin-bottom: 30px; */
    /* font-size: 38px; */
}

.overview-section .left_col {
    max-width: 45%;
    flex: 0 0 45%
}

.overview-section .left_col p {
    font-weight: 400;
    line-height: 26px;
    color: #333;
}

.overview-section .addHigh {
    position: absolute;
    left: calc(100% + 60px);
    bottom: 30px;
    z-index: 1;
    width: max-content;
}

.overview-section .addHigh li {
    display: flex;
    flex-wrap: wrap;
    background: #E7E7E7;
    padding: 20px 30px;
    align-items: center;
}

.overview-section .addHigh li.dark {
    background: var(--mainColor);
    color: #fff;
}

.overview-section .addHigh li.dark p {
    color: #fff;
}

.overview-section .addHigh li:not(:last-child) {
    margin-bottom: 20px;
}

.overview-section .addHigh .icon {
    margin-right: 15px;
}

.overview-section .addHigh h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}

.overview-section .addHigh p {
    margin: 0;
}

.overview-section .otherImages {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    z-index: 1;
}

.overview-section .otherImages figure {
    max-width: calc(50% - 15px);
    height: 180px;
}

.overview-section .otherImages img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.overview-section .right_col {
    padding-left: 150px;
    max-width: 55%;
    flex: 0 0 55%
}

.overview-section figure {
    position: relative;
    width: 100%;
    height: 100%;
}

.overview-section .overviewImg {
    height: 500px;
    object-fit: cover;
    /* position: absolute; */
    width: 100%;
    border-radius: 30px 0;
}

.sub_heading {
    color: var(--mainColor) !important;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
    font-weight: 500;
    text-align: center;
}

.sub_heading.left {
    text-align: left;
}

.sub_heading:before {
    position: absolute;
    content: '';
    height: 2px;
    background: var(--mainColor);
    top: -7px;
}

.sub_heading.left:before {
    width: 40px;
    left: 0;
}

.heading h2 {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    font-style: italic;
}

.heading.center {
    text-align: center;
}

.line_1 {
    width: 200px;
    margin-top: 10px;
    height: 1px;
    background: #000;
    position: relative;
}

.line_2 {
    width: 150px;
    margin-top: 5px;
    margin-bottom: 30px;
    height: 1px;
    background: #000;
    position: relative;
}

/* highlight section */
.highlight_section {
    padding: 100px 0;
    position: relative;
    background: url('../images/highlights_bg.jpg') center center;
    background-size: cover;
}

.highlight_section:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 30%;
    background: var(--mainColor);
    left: 0;
    top: 0;
    z-index: 1;
}

.highlight_section:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: rgb(217 217 217 / 40%);
    left: 0;
    top: 0;
}

.highlight_section .left_col {
    position: relative;
    z-index: 9;
}

.highlight_section .left_col img {
    height: 100%;
    object-fit: cover;
    object-fit: cover;
}

.highlight_section .single {
    background: #fff;
    padding: 30px;
    text-align: center;
    height: 100%;
    border-top: 3px solid var(--mainColor);
    border-radius: 0 20px 0 20px;
}

.highlight_section .single .icon {
    max-width: 55px;
}

.highlight_section .single p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    line-height: 18px;
}

.my_15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

/* price section */
.price_section {
    padding: 100px 0;
}

.price_section .amenities {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.price_section .amenities .dot {
    height: 22px;
    width: 22px;
    background: #000;
    display: block;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transition: all 300ms ease-in-out
}

.price_section .amenities .dot:before {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    display: block;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.price_section .amenities .active .dot, .price_section .amenities li:hover .dot {
    background: var(--mainColor);
    transition: all 300ms ease-in-out
}

.price_section .amenities .circle {
    margin: 25px 0 10px;
    position: relative;
}

.price_section .amenities .circle:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    border-bottom: 1px solid rgba(0 0 0 / 20%);
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all 300ms ease-in-out
}

.price_section .amenities .active .circle:after, .price_section .amenities li:hover .circle:after {
    border-color: var(--mainColor);
}

.price_section .amenities p {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    transition: all 300ms ease-in-out;
    padding-right: 15px;
    line-height: 20px;
}

.price_section .amenities .single {
    display: inline-block;
}

.price_section .amenities li {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    position: relative;
    margin: 20px 0;
}

.price_section .amenities .icon {
    background: #fff;
    display: inline-block;
    padding: 10px 15px;
    border-top: 3px solid var(--mainColor);
    border-radius: var(--boderRadius15);
}

.price_section .amenities .icon img {
    max-width: 55px;
    opacity: 0.85;
}

/* .price_section .amenities li img.yellowIcon,
.price_section .amenities li.active img,
.price_section .amenities li:hover img{display:none;} */
/* .price_section .amenities li.active img.yellowIcon,
.price_section .amenities li:hover img.yellowIcon{display:block; opacity:1;}
.price_section .amenities li.active p,
.price_section .amenities li:hover p{color:var(--mainColor); transition:all 300ms ease-in-out} */
/* .price_section .amenityImg{max-height: 450px; width: 100%; object-fit: cover;} */
.price_section .price_lists {
    display: inline-block;
}

.price_section .price_lists li {
    background: #fff;
    position: relative;
    display: flex;
    height: 207px;
    border-top: 3px solid var(--mainColor);
    border-radius: var(--boderRadius15);
}

.price_section .price_lists li:not(:last-child) {
    margin-bottom: 20px;
}

.price_section .price_lists p {
    margin: 0;
}

.price_section .price_lists .size {
    background: var(--mainColor);
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 10px;
    font-size: 17px;
    border-radius: 0 15px 0 0;
}

.price_section .price_lists .cont {
    padding: 30px 30px 30px 80px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.price_section .price_lists .l {
    width: 100%;
}

.price_section .price_lists .icon {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.price_section .price_lists .icon img {
    max-width: 20px;
}

.price_section .price_lists .price {
    font-size: 30px;
    font-weight: 600;
    color: #111;
    margin-top: 15px;
}

.price_section .price_lists .typo {
    font-size: 18px;
    font-weight: 400;
    color: #333;
}

.price_section .price_lists .btn {
    font-size: 12px;
    padding: 0px 12px;
    letter-spacing: 0.5px;
}

.price_section .price_lists .cont .patch {
    position: absolute;
    top: -60px;
    right: 0;
}

.price_section .price_lists .cont .patch img {
    width: 200px;
}

/* amenity section */
/* .amenity_section{padding-bottom:0;} */
.amenity_section .amenityImg {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* floor plan section */
.floorPlan_section .container {
    /*margin-right: 0; max-width: 100%; margin-left: 10%;*/
    z-index: 9;
    position: relative;
}

.floorPlan_section {
    background: #f4f4f4;
    position: relative;
    overflow: hidden;
}

.floorPlan_section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url('../images/floor-plan/bg_pattern.png');
}

/* .floorPlan_section:after{} */
.floorPlan_section .left_col {
    padding: 100px 15px;
}

.floorPlan_section .right_col .image_col {
    background: url('../images/floor-plan/bg.jpg') no-repeat center;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 40vw;
    top: 0;
    bottom: 0;
}

.floorPlan_section .fp_col {
    margin-bottom: 80px
}

.floorPlan_section .fp_col h4 {
    text-align: center;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    background: transparent;
    padding: 10px;
    transition: all 300ms ease-in-out;
}

.floorPlan_section .fp_col:nth-child(2), .floorPlan_section .fp_col:nth-child(5), .floorPlan_section .fp_col:nth-child(8) {
}

.floorPlan_section .fp_col:nth-child(3), .floorPlan_section .fp_col:nth-child(6), .floorPlan_section .fp_col:nth-child(9) {
}

.floorPlan_section .fp_col h4 span {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

.floorPlan_section .fp_col .box {
    position: relative;
    transition: all 300ms ease-in-out;
}

.floorPlan_section .fp_col .box:before {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: rgba(0 0 0 / 50%);
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 300ms ease-in-out;
}

.floorPlan_section .fp_col .box:hover {
    box-shadow: 0 10px 15px rgb(0 0 0 / 15%);
}

.floorPlan_section .fp_col .box:hover:before {
    height: 40px;
}

.floorPlan_section .fp_col .box:hover h4 {
    background: var(--mainColor);
    color: #fff;
}

.floorPlan_section .dn_btn {
    display: table;
    margin: auto;
}

.floorPlan_section .image {
    border: 3px solid rgba(0 0 0 / 10%);
    display: inline-block;
    position: relative;
    border-top: 3px solid var(--mainColor);
}

/* .floorPlan_section .image img{filter:blur(3px);} */
.floorPlan_section .image .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    padding: 6px 12px;
    opacity: 0.8
}

.floorPlan_section .image:hover .btn {
    opacity: 1;
}

/* location section */
.location_section {
    padding: 100px 0;
    position: relative;
    background: #000;
}

.location_section:before {
    position: absolute;
    content: '';
    height: 100%;
    width: calc(40% + 10px);
    background-image: var(--gradientColor);
    top: 0;
    left: 0;
}

.location_section .left_col {
    padding-right: 70px;
    max-width: 40%;
    flex: 0 0 40%;
    display: flex;
    align-items: center;
}

.location_section .left_col ul {
    width: 100%;
}

.location_section .adv-points li {
    display: flex;
    align-items: center;
    padding: 12px 0;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-left: 68px;
/*    height: 70px;*/
}



.location_section .left_col ul li:before {
    content: "\f3e8";
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    border: 3px solid #000;
    color: #000;
    font-size: 20px;
    border-radius: 10px 0;
    position: absolute;
    left: 0;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
}

.location_section .adv-points li:not(:last-child) {
    /* border-bottom: 1px dashed rgba(255 255 255 / 20%); */
}

.location_section .adv-points .icon {
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    border: 3px solid #000;
    color: #000;
    font-size: 20px;
    border-radius: 10px 0;
}

.location_section .adv-points img {
    filter: invert(1);
    max-width: 28px;
}

.location_section .adv-points p {
    margin: 0;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    width: calc(100% - 90px);
    position: relative;
}

.location_section .sub_heading {
    color: #fff !important;
}

.location_section .sub_heading:before {
    background: #fff;
}

.location_section .heading h2 {
    color: #fff;
}

/* .location_section .adv-points p:before{position:absolute; content:''; height:2px; width:50px; background:rgba(255 255 255 / 50%);} */
.location_section .right_col {
    padding: 0 70px;
    max-width: 60%;
    flex: 0 0 60%;
}

.location_section .right_col .mapImage {
    border-radius: 30px 0;
      /*  height: 420px;*/
            object-fit: cover;
}

/* gallery section */
.gallery_section {
    padding: 100px 0;
}


/*==Gallery==*/
.gallery_section .heading h2 {
    text-align: center;
}

.gallery_section .heading .line_1{
    margin: 10px auto 0;
}

.gallery_section .heading .line_2 {
    margin: 10px auto 0;
}

.gallery_section .heading {
    margin-bottom: 30px;
}

.gallery-tabs {
    text-align: center;
    border-bottom: none;
    margin-bottom: 40px;
    display: block;
}

.gallery-tabs li {
    float: none !important;
    display: inline-block;
    margin: 0 7px;
}

.gallery-tabs li .nav-link {
    padding: 9px 20px;
    border: 1px solid #b1b1b1;
    border-radius: 0;
    font-size: 15px;
    background: transparent;
    text-transform: uppercase;
    color: #000;
    transition: ease all 0.5s;
    margin-right: 0;
    font-weight: 700;
    width: 140px;
}
.gallery-tabs li .nav-link i {
    font-size: 48px;
    display: block;
}

.gallery-tabs li .nav-link.active, .gallery-tabs li .nav-link.active:hover, .gallery-tabs li .nav-link.active:focus {
    background-image: var(--gradientColor);
    border: 1px solid #fece7b;
    color: #fff;
}

.virtual-tour {
    background-image: url(../images/virtualtour-desktop.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    min-height: 90vh;
    padding: 100px 0;
}

.masonry {
    columns: 2;
    column-gap: 30px;
}

.masonry .grid {
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

/* .masonry .grid:before { border-radius: 5px; content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.2); } */
.masonry .grid img {
    width: 100%;
    border: 8px solid rgba(0 0 0 / 10%);
    border-top: 8px solid var(--mainColor);
    border-radius: 0 20px 0 20px;
}

.gallery_section .item {
    height: 350px;
}

.gallery_section .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.masonry .grid__title {
    font-size: 28px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

.masonry .grid__author {
    font-size: 14px;
    font-weight: 300;
}

.masonry .grid__link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.masonry .grid__body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 30px 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.masonry .grid__tag {
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    border-radius: 5px;
    padding: 5px 15px;
    margin-bottom: 5px;
}

/* footer_top section */
.footer_top {
    padding: 0px 0;
    position: relative;
    margin-top: 70px;
    z-index: 1;
}

.footer_top .heading {
    font-size: 50px;
    margin-bottom: 40px;
}

.footer_top .left_col {
    position: unset;
    padding-top: 0px;
    padding-bottom: 140px;
    display: flex;
    align-items: center;
}

.footer_top .builderImage {
    position: absolute;
    left: 0;
    top: -70px;
    height: 100%;
    width: 50%;
    object-fit: cover;
}

.footer_top .builderContent {
    position: relative;
    background: rgb(255 255 255 / 90%);
    padding: 50px;
    text-align: center;
    border-radius: 0 40px 0 40px;
}

.footer_top .builderContent p {
    font-weight: 400;
    line-height: 26px;
    color: #333;
    font-size: 14px;
}

.footer_top .builderContent .heading {
    margin-bottom: 30px;
}

.footer_top .right_col {
    padding-top: 80px;
    padding-bottom: 80px;
    position: unset;
    color: #fff;
}

.footer_top .dark_bg {
    background: #232323;
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 60%;
    z-index: -1;
}

.footer_top .dark_bg:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: url('../images/builderform_bg.png') repeat;
}

.footer_top .form-group {
    margin-bottom: 20px;
}

.footer_top button[type=submit] {
    height: 46px;
    margin-top: 5px;
}

/* footer */
footer {
    background: #000;
    color: #f3f3f3;
    text-align: center;
    padding: 30px 0;
}

footer p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}

footer p a {
    font-weight: 400;
    color: #fff !important;
}

#back_to_top {
    display: inline-block;
    background-image: var(--gradientColor);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 0;
    position: fixed;
    bottom: 30px;
    left: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #000;
    font-size: 23px;
    border-radius: 10px 0;
}

#back_to_top.show {
    opacity: 1;
    visibility: visible;
}

#back_to_top img {
    filter: invert(1);
    max-width: 35px;
}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0 0 0 / 50%);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms ease-in-out;
}

.sidebar-open .backdrop {
    opacity: 1;
    visibility: visible;
}

/* modal */
.modal-content {
    border-radius: 0;
}

.modal-body {
    border-radius: 0;
    text-align: center;
}

.modal-body .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: 100;
    text-shadow: none;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.4;
}

.modal-body .logo {
    max-width: 160px;
}

.modal-body .form-group {
    text-align: left;
}

.modal-body .typo {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    margin-top: 15px;
}

.modal-body .price {
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
    color: var(--mainColor)
}

.modal-body .form_heading {
    margin: 15px 0;
    font-weight: 500;
    font-size: 22px;
}

.mobile-section {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: var(--gradientColor);
    display: flex;
    z-index: 9;
}

.mobile-section .btn {
    padding: 7px 10px;
    font-size: 12px;
    text-align: center;
    flex-grow: 1;
    color: #fff;
    position: relative;
}

.mobile-section .btn:not(:last-child):before {
    position: absolute;
    content: '';
    height: 10px;
    width: 1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

/* float call */
.float_call {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 999;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms ease-in-out
}

.float_call.show {
    opacity: 1;
    visibility: visible;
}

.float_call .icon {
    background: #2cb742;
    height: 50px;
    width: 50px;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 15%);
    color: #fff;
    font-size: 20px;
}

.float_call .icon img {
    max-width: 24px;
}

.float_call .number {
    background: #000000;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 5px 20px;
    border-radius: 0;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 10%);
}

/* responsive */
h4.pricelist_heading_pricelist {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 32px;
}

img.img-fluid.paymentplan_img {
    position: absolute;
    top: -24%;
    width: 39%;
    right: 16px;
}

.col-sm-12.col-md-4.col-lg-4.mb_30 {
    position: relative;
}

span.price_border {
    width: 53%;
    height: 2px;
    background-color: #f0f0f0;
    display: block;
}

.virtual-tour {
    background-image: url(.././images/virtualtour-desktop);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    min-height: 90vh;
    padding: 100px 0;
}

.virtual-tour .line_1, .virtual-tour .line_2 {
    background: #fff;
    margin: 10px auto 0;
}

.line_1 {
    width: 200px;
    margin-top: 10px;
    height: 1px;
    background: #000;
    position: relative;
}

.virtual-tour .heading h2 {
    color: #fff;
    text-align: center;
}

.vtcontainer {
    display: flex;
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 9;
    width: 80%;
    transform: translate(-50%, -60%);
    color: #fff;
    justify-content: space-evenly;
}

.vtcontainer a {
    background-image: var(--gradientColor);
    color: #fff;
    padding: 10px;
    width: 220px;
    text-align: center;
    font-size: 1.3rem;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #fff;
    margin: 1%;
}

@media(min-width: 1500px) {
    .container {
        /* max-width: 1460px; */
    }

    /* .floorPlan_section .container{max-width:calc(100% - 730px);} */
}

@media(max-width: 1500px) {
    .form-group {
        margin-bottom: 10px;
    }

    .form-control {
        min-height: 44px;
    }

    .dark_btn .icon {
        max-width: 25px;
    }

    .sub_heading {
        font-size: 16px;
    }

    .heading {
        font-size: 46px;
        margin-bottom: 40px;
    }

    .navbar .navbar-brand {
        max-width: 70px;
    }

    .navbar .nav-link {
        height: 80px;
        font-size: 15px;
        padding: 20px 15px !important;
    }

    .banner-section .left_col {
        padding-top: 30px;
    }

    .banner-section .call_number .icon {
        height: 60px;
        width: 60px;
    }

    .banner-section .call_number .icon img {
        max-width: 28px;
    }

    .banner-section .call_number .number {
        font-size: 18px;
    }

    .banner-section .form_col .form {
        max-width: 300px;
        padding: 20px;
    }

    .banner-section .top .contents {
        width: calc(100% - 320px);
        padding-left: 40px
    }

    .banner-section .form_col .form_heading {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .banner-section label {
        font-size: 13px;
        margin-bottom: 3px;
    }

    .banner-section .contents .project_logo {
        max-width: 140px;
    }

    .banner-section .project_name {
        font-size: 42px;
        margin: 15px 0 0;
    }

    .banner-section .typo {
        font-size: 20px;
        margin-top: 13px;
    }

    .banner-section .price {
        font-size: 30px;
        letter-spacing: 0.5px;
    }

    .banner-section .other-points .title {
        font-size: 15px;
    }

    .banner-section .other-points p {
        font-size: 20px;
    }

    .banner-section .other-points .icon {
        height: 55px;
        width: 55px;
    }

    .banner-section .other-points .icon img {
        max-width: 24px;
    }

    .banner-section .carousel_btns {
        right: -60px;
    }

    .banner-section .carousel_btns button {
        height: 60px;
        width: 60px;
    }

    .banner-section .carousel {
        height: calc(100% - 0px);
    }

    .banner-section .form textarea {
        height: 44px;
    }

    .banner-section .form [type=submit] {
        height: 44px;
        font-size: 13px;
    }

    .banner-section .bottom {
        padding: 25px 25px 25px 100px;
    }

    .banner-section .carousel_btns img {
        max-width: 20px;
    }

    .banner-section .btn {
        padding: 10px 20px;
    }

    .overview-section .right_col {
        padding-left: 90px;
    }

    .overview-section .addHigh {
        left: calc(100% + 40px);
    }

    .overview-section .addHigh h4 {
        font-size: 22px;
    }

    .highlight_section .left_col {
        flex: 0 0 40%;
        max-width: 40%;
        display: flex;
        align-items: center;
    }

    .highlight_section .left_col img {
        height: 79%;
    }

    .highlight_section .right_col {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .highlight_section .right_col .singleCol {
        /* max-width:33.33%; */
        /* flex:0 0 33.33%; */
    }

    .highlight_section .single .icon {
        max-width: 50px;
    }

    .price_section .amenities .icon img {
        max-width: 50px;
    }

    .price_section .amenities .circle {
        margin: 20px 0 10px;
    }

    .price_section .amenities .dot {
        height: 18px;
        width: 18px;
    }

    .price_section .amenities .dot:before {
        height: 7px;
        width: 7px;
    }

    .price_section .amenities p {
        font-size: 14px;
    }

    .price_section .price_lists .size {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .price_section .price_lists .price {
        font-size: 26px;
    }

    .floorPlan_section .fp_col h4 {
        font-size: 15px;
    }

    .location_section .adv-points li {
    }

    .location_section .adv-points p {
        font-size: 16px;
    }

    .footer_top .heading {
        font-size: 36px;
        margin-bottom: 30px;
    }

    #back_to_top {
        /* width: 45px; */
        /* height: 45px; */
    }

    .floorPlan_section .fp_col h4 span {
        font-size: 16px;
    }

    .modal-body h2 {
        font-size: 24px;
        color: var(--mainColor);
    }
}

/* end of 1500 */
@media(max-width: 1400px) {
    .form-group {
        margin-bottom: 5px;
    }

    .form-control {
        min-height: 40px;
    }

    .form-control::placeholder {
        font-size: 13px;
    }

    .btn {
        padding: 10px 20px;
    }

    .dark_btn .icon {
        max-width: 23px;
    }

    .sub_heading {
        font-size: 14px;
    }

    .sub_heading.left:before {
        width: 25px;
    }

    .sub_heading.left {
        padding-left: 0;
    }

    .heading {
        font-size: 37px;
        margin-bottom: 30px;
    }

    .navbar .nav-link {
        height: 75px;
        font-size: 100%;
        align-items: baseline;
    }

    .banner-section .form_col .form {
        padding: 20px;
        max-width: 280px;
    }

    .banner-section {
        padding-top: 75px;
    }

    .banner-section .left_col {
        padding-top: 40px;
    }

    .banner-section .right_col .top {
        padding: 15px 0;
    }

    .banner-section .form_col .form_heading {
        font-size: 22px;
        line-height: 28px;
    }

    .banner-section label {
        margin-bottom: 3px;
        font-size: 13px;
    }

    .banner-section .contents .project_logo {
        max-width: 149px;
    }

    .banner-section .project_name {
        margin: 15px 0 0;
        font-size: 36px;
    }

    .banner-section .typo {
        font-size: 20px;
        margin-top: 12px;
    }

    .banner-section .price {
        font-size: 27px;
        margin: 1px 0 15px;
    }

    .banner-section .call_number .icon {
        height: 55px;
        width: 55px;
    }

    .banner-section .call_number .icon img {
        max-width: 26px;
    }

    .banner-section .bottom {
        padding: 30px 30px 30px 120px;
    }

    .banner-section .carousel {
        height: calc(100% - 0px);
    }

    .banner-section .top .contents {
        width: calc(100% - 300px);
    }

    .banner-section .other-points .icon {
        height: 55px;
        width: 55px;
    }

    .banner-section .bottom {
        padding: 20px 20px 20px 60px;
    }

    .banner-section .carousel_btns button {
        height: 65px;
        width: 65px;
    }

    .banner-section .carousel_btns {
        bottom: 15px;
        right: -65px;
    }

    .banner-section .other-points .title {
        font-size: 15px;
    }

    .banner-section .other-points p {
        font-size: 17px;
    }

    .banner-section .form [type=submit] {
        margin-top: 5px;
        font-size: 12px;
        height: 40px;
        padding: 5px 15px;
    }

    .banner-section .btn {
        padding: 8px 15px;
        font-size: 13px;
    }

    .overview-section, .highlight_section, .price_section, .floorPlan_section .left_col, .location_section, .gallery_section {
        padding: 80px 0;
    }

    .overview-section .addHigh h4 {
        font-size: 20px;
    }

    .overview-section .addHigh p {
        font-size: 15px;
    }

    .overview-section .addHigh li:not(:last-child) {
        margin-bottom: 15px;
    }

    .highlight_section .single {
        padding: 20px;
    }

    .highlight_section .single .icon {
        max-width: 45px;
    }

    .highlight_section .single p {
        font-size: 13px;
        line-height: 19px;
    }

    .price_section .amenities .icon img {
        max-width: 45px;
    }

    /* .price_section .price_lists .price{font-size: 24px;} */
    .price_section .price_lists .price {
        font-size: 22px;
    }

    .price_section .price_lists .typo {
        font-size: 16px;
        line-height: 20px;
    }

    .footer_top .builderContent .heading {
        margin-bottom: 25px;
    }

    #back_to_top img {
        max-width: 30px;
    }

    .price_section .price_lists .cont .patch img {
        width: 140px;
    }

    .price_section .price_lists .cont .patch {
        top: -40px;
    }
}

@media(max-width: 1280px) {
    .price_section .price_lists .cont .patch img {
        width: 140px;
    }
}

/* end of 1400px */
@media(max-width: 1199px) {
    .navbar {
        padding: 12px 0;
    }

    .navbar .navbar-toggler {
        display: block !important;
        margin-left: auto;
    }

    .navbar .navbar-collapse {
        display: block;
        position: absolute;
        left: -400px;
        top: 0;
        width: 100%;
        max-width: 400px;
        height: 100vh;
        background: #fff;
        padding: 50px;
        z-index: 9999;
        transition: all 400ms ease-in-out
    }

    .navbar .navbar-collapse.show {
        left: 0;
    }

    .navbar .navbar-collapse .nav-link {
        height: auto;
        justify-content: flex-start;
        font-size: 16px;
        font-weight: 300;
    }

    .navbar .navbar-collapse .top {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        position: relative;
    }

    .navbar .navbar-collapse .top:before {
        position: absolute;
        content: '';
        height: 1px;
        bottom: -20px;
        left: 0;
        width: 100%;
        background: rgba(0 0 0 / 08%);
    }

    .navbar .navbar-collapse .top .logo {
        max-width: 60px;
    }

    .navbar .navbar-collapse .top .close {
        margin-left: auto;
        font-size: 40px;
        font-weight: normal;
        text-shadow: none;
    }

    .navbar .navbar-collapse .nav-item {
        margin-bottom: 5px;
    }

    .banner-section .top .contents {
        width: calc(100% - 270px);
        padding-left: 30px;
    }

    .navbar .navbar-collapse .bottom {
        display: flex;
        align-items: center;
    }

    .navbar .navbar-collapse .bottom p {
        margin: 0;
        font-size: 14px;
    }

    .navbar .navbar-collapse .navbar-nav {
        height: calc(100vh - 100px - 160px);
        margin: 20px 0;
        overflow: auto;
        display: inline-block;
        width: 100%;
    }

    .banner-section .form_col .form {
        max-width: 250px;
    }

    .banner-section .contents .project_logo {
        max-width: 130px;
    }

    .banner-section .project_name {
        font-size: 35px;
    }

    .banner-section .typo {
        font-size: 18px;
    }

    .banner-section .price {
        font-size: 30px;
        line-height: 35px;
    }
}

/* end of 1199px */
@media(max-width: 991px) {
    .d_md_none {
        display: none !important;
    }

    .d_md_block {
        display: block !important;
    }

    .d_md_flex {
        display: flex !important;
    }

    .px_md_50 {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .px_md_30 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .mx_md_-50 {
        margin-left: -50px !important;
        margin-right: -50px !important;
    }

    .mx_md_-30 {
        margin-left: -30px !important;
        margin-right: -30px !important;
    }

    .banner-section .left_col {
        padding-top: 0px;
        display: flex;
        flex-wrap: wrap;
    }

    .banner-section .left_col, .banner-section .right_col {
        max-width: 100%;
        flex: 0 0 100%
    }

    .banner-section .carousel {
        order: 1;
        height: auto;
    }

    .banner-section .call_number {
        order: 2;
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    .banner-section .carousel_btns {
        right: 15px;
    }

    .banner-section .top .contents {
        padding-left: 40px;
        padding-right: 40px;
    }

    .banner-section .call_number .icon {
        height: 50px;
        width: 50px;
    }

    .banner-section .call_number .number {
        padding: 0 20px;
        font-size: 18px;
    }

    .banner-section .call_number .icon img {
        max-width: 26px;
    }

    .overview-section .left_col, .overview-section .right_col {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .overview-section .overviewImg {
        position: relative;
        height: 300px;
    }

    .overview-section .right_col {
        padding: 0 15px;
        margin-top: 30px;
    }

    .highlight_section .left_col, .highlight_section .right_col {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .highlight_section .left_col img {
        width: 100%
    }

    .highlight_section .right_col {
        position: relative;
        z-index: 9;
        margin-top: 40px;
    }

    .highlight_section .sub_heading {
        color: #fff !important;
    }

    .highlight_section .sub_heading.left:before {
        background: #fff;
    }

    .price_section .right_col {
        margin-top: 40px;
    }

    .price_section .price_lists {
        width: 100%;
    }

    .floorPlan_section .fp_col:nth-child(2), .floorPlan_section .fp_col:nth-child(4), .floorPlan_section .fp_col:nth-child(6), .floorPlan_section .fp_col:nth-child(8), .floorPlan_section .fp_col:nth-child(10) {
        transform: translateY(50px)
    }

    .floorPlan_section .fp_col:nth-child(3), .floorPlan_section .fp_col:nth-child(5), .floorPlan_section .fp_col:nth-child(7), .floorPlan_section .fp_col:nth-child(9) {
        transform: translateY(25px)
    }

    .floorPlan_section .fp_col {
        margin-bottom: 60px;
    }

    .location_section .sub_heading {
        color: #fff !important;
    }

    .location_section .sub_heading:before {
        background: #fff;
    }

    .location_section .heading {
        color: #fff;
    }

    .location_section:before {
        width: 100%;
        /* background: #F7EF8A; */
    }

    .location_section .left_col {
        max-width: 100%;
        flex: 0 0 100%;
        order: 2;
    }

    .location_section .right_col {
        max-width: 100%;
        flex: 0 0 100%;
        order: 1;
        padding: 0 15px;
    }

    .location_section .left_col {
        margin-top: 40px;
        padding: 0 15px;
    }

    .footer_top {
        margin-top: 20px;
    }

    .footer_top .left_col {
        padding-bottom: 60px;
    }

    .footer_top .right_col {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer_top .heading {
        font-size: 30px;
    }

    .footer_top .builderContent {
        padding: 20px;
    }

    .footer_top .builderImage {
        top: -30px;
    }
}

/* end of 991px */
@media(max-width: 767px) {
    .d_sm_block {
        display: block !important;
    }

    .d_sm_flex {
        display: flex !important;
    }

    .d_sm_none {
        display: none !important;
    }

    .btn {
        padding: 12px 20px;
    }

    .banner-section {
        min-height: unset;
    }

    .banner-section:before {
        width: 100%;
        background: #eef4ff;
    }

    .banner-section .left_col, .banner-section .right_col {
        padding-left: 15px;
        padding-right: 15px;
    }

    .banner-section .right_col .top {
        flex-wrap: wrap;
        padding: 40px 0;
    }

    .banner-section .top .contents {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* .banner-section .call_number{justify-content: center;} */
    .banner-section .form_col {
        padding: 0 20px;
        margin-top: 30px;
        width: 100%;
    }

    .banner-section .form_col .form {
        max-width: 100%;
        background: #fff;
    }

    .banner-section .form_col .form_heading {
        font-size: 24px;
    }

    .banner-section .add li {
        font-size: 16px;
    }

    .banner-section .carousel-item img {
        height: auto;
        object-fit: unset;
    }

    .banner-section .contents .project_logo {
        max-width: 150px;
    }

    .banner-section .project_name {
        font-size: 40px;
    }

    .banner-section .typo {
        font-size: 22px
    }

    .banner-section .price {
        font-size: 40px;
        line-height: 50px;
    }

    .banner-section .call_number .icon {
        height: 60px;
        width: 60px;
    }

    .banner-section .call_number .icon img {
        max-width: 30px;
    }

    .banner-section .call_number .number {
        font-size: 22px;
        background: #fff;
    }

    .banner-section .bottom {
        padding: 20px;
        margin-top: 15px;
    }

    .banner-section .other-points {
        justify-content: space-between;
    }

    .banner-section .other-points li:not(:last-child) {
        margin: 0;
    }

    .banner-section .other-points li {
        max-width: calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
    }

    .banner-section .other-points p {
        font-size: 20px;
    }

    /* .footer_top */
    .footer_top {
        margin-top: 0;
    }

    .footer_top .left_col, .footer_top .right_col {
        position: relative;
    }

    .footer_top .left_col {
        padding: 40px 20px;
    }

    .footer_top .builderImage {
        width: 100%;
        top: 0;
    }

    .footer_top .builderContent {
        padding: 40px;
    }

    .footer_top .builderContent p {
        margin: 0;
    }

    .footer_top .dark_bg {
        width: 100%;
    }

    footer {
        padding-bottom: 40px;
    }

    #back_to_top {
        bottom: 50px;
        left: 10px;
    }
}

/* end of 767px */
@media(max-width: 575px) {
    .heading {
        font-size: 34px;
        margin-bottom: 25px;
    }

    .btn {
        padding: 10px 15px;
    }

    p {
        font-size: 14px;
    }

    .navbar {
        padding: 10px 15px;
    }

    .navbar .navbar-brand {
        max-width: 60px;
    }

    .navbar .navbar-collapse {
        padding: 30px;
    }

    .navbar .navbar-collapse .navbar-nav {
        height: calc(100vh - 210px);
    }

    .banner-section {
        padding-top: 0;
        margin-top: 53px;
    }

    .banner-section .carousel_btns button {
        height: 45px;
        width: 55px;
    }

    .banner-section .carousel_btns img {
        max-width: 20px;
    }

    .banner-section .right_col .top {
        padding: 30px 0;
    }

    .banner-section .contents .project_logo {
        max-width: 130px;
    }

    .banner-section .project_name {
        font-size: 28px;
        line-height: 32px;
    }

    .banner-section .typo {
        font-size: 18px;
    }

    .banner-section .price {
        font-size: 24px;
        line-height: 36px;
    }

    .banner-section .call_number .icon {
        height: 50px;
        width: 50px;
    }

    .banner-section .call_number .icon img {
        max-width: 26px;
    }

    .banner-section .call_number .number {
        font-size: 18px;
    }

    .banner-section .form_col .form {
        padding: 30px;
    }

    .banner-section .form [type=submit] {
        height: 46px;
    }

    .banner-section .other-points {
        flex-wrap: wrap;
    }

    .banner-section .other-points li {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .banner-section .other-points li:not(:last-child) {
        margin-bottom: 20px;
        position: relative;
    }

    .banner-section .other-points li:not(:last-child):before {
        position: absolute;
        content: '';
        height: 1px;
        width: 100%;
        background: rgba(255 255 255 / 20%);
        bottom: -10px;
        left: 0;
    }

    .banner-section .other-points .title {
        font-size: 14px;
    }

    .banner-section .other-points p {
        font-size: 18px;
    }

    .banner-section .other-points .icon {
        height: 50px;
        width: 50px;
    }

    .banner-section .other-points .icon img {
        max-width: 22px;
    }

    .overview-section, .highlight_section, .price_section, .floorPlan_section .left_col, .location_section, .gallery_section {
        padding: 60px 0;
    }

    .overview-section .otherImages {
        display: none;
    }

    .highlight_section .sub_heading {
        color: #000 !important;
    }

    .highlight_section .sub_heading.left:before {
        background: #000;
    }

    .highlight_section .right_col .singleCol {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .highlight_section .single {
        padding: 15px;
    }

    .price_section .amenities {
        margin-bottom: 30px;
    }

    .price_section .amenities li {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .price_section .price_lists li {
        height: 170px;
        margin-bottom: 15px;
    }

    .price_section .price_lists .cont {
        padding: 20px 20px 20px 70px;
    }

    .price_section .price_lists .price {
        font-size: 24px;
    }

    .price_section .price_lists .typo {
        font-size: 16px;
        line-height: 20px;
    }

    .price_section .price_lists .btn {
        line-height: 10px;
    }

    .floorPlan_section .fp_col {
        transform: unset !important;
    }

    .location_section .left_col {
        margin-top: 30px;
    }

    .location_section .adv-points .icon {
        /* height: 55px; */
        width: 55px;
        margin-right: 10px;
    }

    .location_section .adv-points img {
        max-width: 25px;
    }

    .location_section .adv-points p {
        width: calc(100% - 65px);
        font-size: 14px;
    }

    .location_section .adv-points li {
    padding-left: 50px;
    height: auto;
    font-size: 15px;
    }
.location_section .left_col ul li:before {
    width: 35px;
    height: 35px;
    font-size: 15px;
}
    .masonry {
        columns: 1;
    }

    .masonry .heading {
        margin-bottom: 20px;
    }

    .masonry .grid {
        margin-bottom: 20px;
    }

    .masonry .grid img {
        border-radius: 5px;
        border: 5px solid rgba(0 0 0 / 10%);
    }

    .footer_top .builderContent {
        padding: 30px;
    }

    .footer_top button[type=submit] {
        height: 42px;
    }

    .footer_top .form-group label {
        font-size: 13px;
        margin-bottom: 3px;
        font-weight: 400;
    }

    .footer_top .form-group {
        margin-bottom: 10px;
    }

    footer p {
        font-size: 12px;
    }

    footer {
        margin-top: 0;
        padding: 10px 0 40px;
    }

    #back_to_top {
        /* width: 35px; */
        /* height: 35px; */
    }

    #back_to_top img {
        max-width: 25px;
    }

    .modal-body {
        padding: 0;
    }

    .modal-body .logo {
        max-width: 130px;
    }

    .modal-body .typo {
        font-size: 16px;
    }

    .modal-body .price {
        font-size: 28px;
    }

    .modal-body .form_heading {
        font-size: 20px;
    }

    img.img-fluid.paymentplan_img {
        position: absolute;
        top: -15%;
        width: 37%;
        right: 16px;
    }

    .navbar .nav-link {
        padding: 10px 15px !important;
    }

    .banner-section .project_name span {
        font-size: 20px;
        letter-spacing: 2px;
    }
}

.single:hover {
    color: var(--mainColor);
}

.form-control {
    border-radius: 0;
}

.highlight_section .container {
    position: relative;
}

.location_section .container {
    z-index: 9;
    position: relative;
}

.round-arrow.owl-carousel .owl-nav button.owl-prev {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    left: -20px;
    display: block !important;
    border: 0px solid black;
    background: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 1px 4px 15px #676767;
    box-shadow: 1px 4px 15px #676767;
    transform: translate(0, -50%);
}

.round-arrow.owl-carousel .owl-nav button.owl-next {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    right: -20px;
    display: block !important;
    border: 0px solid black;
    background: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 1px 4px 15px #676767;
    box-shadow: 1px 4px 15px #676767;
    transform: translate(0, -50%);
}

.round-arrow.owl-carousel .owl-nav button.owl-prev i, .round-arrow.owl-carousel .owl-nav button.owl-next i {
    -webkit-transform: scale(1, 6);
    transform: scale(1, 6);
    color: var(--mainColor);
    font-size: 27px;
}

.site-visit h5 {
    font-size: 25px;
}

@media(max-width: 767px) {
    .hamburger {
        display: block;
    }

    header .header-inner .main-menu ul li a {
        margin: 10px 12px;
    }

    header .header-inner .main-menu ul li:first-child a {
        margin-left: 12px;
    }

    header .header-inner .main-menu ul li:last-child a {
        margin-right: 0;
        margin-left: 12px;
    }

    header .header-inner .main-menu ul li a {
        display: inline-flex;
        color: #fff !important;
    }

    header .header-inner .main-menu ul li .btn {
        display: inline-flex;
    }

    header .header-inner .logo {
        width: calc(100% - 30px);
        float: left;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: bold;
        font-size: 22px;
        line-height: 1;
        display: flex;
        justify-content: start;
    }

    header .header-inner .main-menu {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 80%;
        height: 100%;
        position: fixed;
        right: -100%;
        top: 0;
        background: #000;
        z-index: 99;
        -webkit-box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.5);
        box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.5);
        color: #fff;
        font-size: 16px;
        padding: 40px 20px;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        opacity: 0;
        width: 75%;
        transition-duration: 200ms;
        -webkit-transition-duration: 200ms;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        visibility: hidden;
    }

    header .header-inner .main-menu>ul {
        display: block;
    }

    .menu-open header .header-inner .main-menu {
        opacity: 1;
        right: 0;
        transition-duration: 200ms;
        -webkit-transition-duration: 200ms;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        visibility: visible;
    }

    /* .menu-open .menuoverlay {
        display: block;
    } */

    header .header-inner .logo img {
        /* height: 90px; */
        /* position: absolute; */
        /* top: 11px; */
        /* left: 11px; */
        max-width: 50%;
    }

    .float_call {
        right: 5px;
        bottom: 47px;
    }

    .mobile-section .btn {
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        /* text-transform: uppercase; */
        font-size: 15px;
        border-right: 1px solid #fff;
        color: #fff;
        font-weight: bold;
    }

    :root {
        --boderRadius15: 0 10px 0 10px;
    }

    .round-arrow.owl-carousel .owl-nav button.owl-next {
        right: 0;
    }

    .round-arrow.owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }

    header .header-inner {
        padding: 15px 0;
    }

    header .header-inner .logo .logo-txt {
        padding-left: 50px;
    }

    body,html {
        overflow-x: hidden;
    }

    .float_call .number {
        display: none;
    }

    .site-visit {
        text-align: center;
    }
}

.amenities {
    padding: 100px 0;
}

.amenities-box {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 30px 0;
    position: relative;
}

.amenities-box .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.amenities-box .icon {
    width: 100%;
    height: 240px;
    display: block;
    border-radius: 100%;
}

ul.amenities-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

ul.amenities-list li {
    flex: 0 0 25%;
    width: 25%;
    margin: 10px 0 35px;
    padding: 0 10px;
}

.amenities-box .txt {
    color: #777777;
    font-weight: 600;
    background-image: var(--gradientColor);
    position: absolute;
    padding: 15px;
    color: #333;
    bottom: -21px;
    border-radius: 20px;
    width: 90%;
    text-align: center;
}

.home-banner {
    height: calc(100vh - 71px);
    position: relative;
    margin-top: 70px;
}

.home-banner .carousel {
    height: 100%;
}

.home-banner .carousel .carousel-inner {
    height: 100%;
}

.home-banner .carousel .carousel-inner .carousel-item {
    height: 100%;
}

.home-banner .carousel .carousel-inner .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.floor-box {
    background: #fff;
    width: 100%;
    box-shadow: 0px 5px 10px #cecece;
    margin: 15px 0;
    border-radius: 30px 0;
    overflow: hidden;
}

.floor-box h4 {
    background-image: linear-gradient(100deg, #AE8625 0%, #F7EF8A 100%);
    padding: 15px;
    font-size: 16px;
    color: #000;
    text-align: center;
    margin-bottom: 0;
}

.floor-box h4 span {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
}

.floor-plan {
    padding: 100px 0;
}

.amenities .sub_heading {
    color: #fff !important;
}

.amenities .sub_heading:before {
    background: #fff;
}

.amenities .heading {
    /* color: #fff; */
}

.about-developer {
    padding: 100px 0;
}

.about-logo {
    max-width: 220px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    ul.amenities-list li {
        flex: 0 0 100%;
        width: 100%;
    }

    .home-banner {
        margin-top: 80px;
        height: auto;
    }

    .amenities {
        padding: 60px 0;
    }

    .floor-plan {
        padding: 60px 0;
    }
}

.highlights-content li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.highlights-content li:before {
    position: absolute;
    left: 0;
    border-radius: 100%;
    content: "\f46c";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slider-content {
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(00,00,00,0.5);
    height: 100%;
}

.slider-content .inner-content-box {
    max-width: 90%;
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    color: #fff;
}

.fixed-form-banner {
    background: #ffffff9c;
    padding: 15px;
    border: 10px solid #ffffff1c;
    box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
    border-radius: 25px 0;
}

.fixed-form-banner h3 {
    background-image: var(--gradientColor);
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    color: #000;
    font-size: 17px;
}

.modal-body form .form-group {
    height: 40px;
    margin-bottom: 23px;
    margin-top: 0;
}

.modal-body form .input-group-addon {
    /* background: #fff; */
    background: var(--mainColor);
    border: 1px solid transparent;
    border-right: 0;
    border-radius: 7px 0 0 7px;
    color: #000;
}

.fixed-form-banner .about-logo {
    text-align: center;
    margin: 15px auto;
    max-width: 170px;
}

.gray-bg {
    background: #d7d7fa3b;
}

.price-table th {
    font-weight: 800;
    padding: 15px;
}

.location_section .line_1 {
    background: #fff;
}

.location_section .line_2 {
    background: #fff;
}

.slider-content .price {
    max-width: max-content;
    margin-top: 50px;
    margin-bottom: 50px;
}

.slider-content .price small, .slider-content .price span {
    display: block;
}

/* .slider-content .rupee_symbol{color:var(--yellow); position:relative; display: flex;} */
/*.slider-content .rupee_symbol:before{position: absolute; content: ''; height: 8px; width: calc(100% - 40px); right: 0; /~top: 50%; transform: translateY(-50%);~/ bottom:0; background: var(--yellow);}*/
.slider-content .rupee_symbol span {
    display: inline-block;
    line-height: 32px;
    font-size: 36px;
}

.slider-content .price .amount {
    color: var(--yellow);
    font-weight: 800;
    margin-left: 10px;
    font-size: 50px;
}

/* .slider-content .price_line{color: #fff; } */
.slider-content .rupee_type {
    color: #fff;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.slider-content .rupee_type span {
    display: inline-block;
    line-height: 20px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

.slider-content .rupee_type:before {
    position: absolute;
    content: '';
    height: 8px;
    width: calc(100% - 90px);
    left: 0;
    bottom: 0;
    background: #fff;
}

/* .slider-content .st_price{margin:8px 0 5px;display:flex;font-size:40px;font-weight:600;letter-spacing:1px; align-items: center; line-height: 56px;} */
/* .slider-content .st_price{margin:8px 0 5px;display:flex;font-size:40px;font-weight:600;letter-spacing:1px; align-items: center; line-height: 56px;} */
.slider-content .st_price {
    margin: 40px 0;
    align-items: center;
    position: relative;
    line-height: initial;
    width: max-content;
    padding: 20px 90px;
    background-image: linear-gradient(to right,#000, rgb(0 0 0 / 40%), rgb(0 0 0 / 0%));
}

/* .slider-content .st_price:before{position:absolute; content:''; top:50%; left:0px; transform:translateY(-50%); font-size: 88px; -webkit-text-fill-color: transparent; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #cdcdcd;}  */


.slider-content .price_line {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 5px;
    text-transform: uppercase;
    position: relative;
}

.slider-content .st_price .price_line:before {
   /* position: absolute;
    content: '';
    height: 3px;
    width: 90px;
    background: var(--mainColor);
    right: -96px;
    bottom: 0;*/
}

.slider-content .st_price .amount {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 45px;
    margin-top: 8px;
    display: block;
    position: relative;
}

.slider-content .st_price .amount span {
    color: var(--yellow);
    font-weight: 700;
}

.slider-content .st_price .amount .star {
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    right: -15px;
    top: 0;
}

.slider-content .rupee_symbol {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    font-size: 88px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

.slider-content .rupee_symbol {
    transform: translateY(-50%);
    backface-visibility: visible !important;
    animation: flip 2s ease infinite;
}

.slider-content .typo:after {
    position: absolute;
    content: '';
    background-image: var(--gradientColor);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
}

.slider-content .typo:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 10px;
    background-image: var(--gradientColor);
    right: calc(100% + 10px);
    top: 0;
    transform: skewX(-17deg);
}

.slider-content .typo {
    margin: 0;
    padding: 14px 30px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    font-weight: 800;
    margin-top: 0px;
    position: relative;
    color: #121212;
    max-width: fit-content;
    z-index: 1;
    margin-left: 29px;
}

.inner-content-box h1 {
    font-size: 45px;
    font-weight: 800
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(0) translateY(-50%);
        animation-timing-function: ease-out;
    }

    /* 70% {
    transform: perspective(400px) rotateY(300deg) translateY(-50%);
    animation-timing-function: ease-in;
  } */
    100% {
        transform: perspective(400px) rotateY(360deg) translateY(-50%);
        animation-timing-function: ease-in;
    }
}

.enquireModalAll .modal-body {
    padding: 0!important;
    padding: 0px!important;
    display: flex;
}

.enquireModalAll .modal-content .mb-l {
    width: 50%;
    border-radius: 15px 0 0 15px;
    overflow: hidden;
    align-self: center !important;
}

.enquireModalAll .modal-content .mb-r {
    position: relative;
    width: 100%;
    padding: 30px 30px 30px 30px;
    align-self: auto!important;
}

.enquireModalAll .modal-body .close {
    position: absolute;
    z-index: 9;
    right: -10px;
    top: -10px;
    color: #000;
    width: 39px;
    height: 39px;
    border-radius: 100%;
    background-image: var(--gradientColor);
    border: 0;
    font-size: 28px;
    line-height: 1;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
}

.enquireModalAll .modal-content .mb-l img {
    width: 100%;
     height: 500px; 
    vertical-align: top;
    object-fit: cover;
}

.enquireModalAll .modal-content .mb-r .m-call {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    color: #000;
    border-radius: 0 0 15px 0;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    background-image: var(--gradientColor);
}

.enquireModalAll .modal-content .mb-r img {
    height: 50px;
}

.enquireModalAll .modal-content h2 {
    font-weight: normal!important;
    font-weight: 700!important;
    text-transform: capitalize;
    font-size: 26px!important;
    padding: 0 0 15px 0;
    color: #000000!important;
    margin: 0 0 15px 0!important;
    line-height: normal;
    position: relative;
}

.enquireModalAll .form-control {
    margin-bottom: 10px;
}

.enquireModalAll .btn3 {
    background-color: #000000;
    width: 100%;
    display: block;
    padding: 0px 20px;
    line-height: 50px;
    font-weight: 700!important;
    color: #fff!important;
    text-decoration: none!important;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
    border: 0;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 5px 10px rgba(0,0,0,.2);
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
}

.enquireModalAll .modal-content {
    border-radius: 15px!important;
    outline: 0;
    box-shadow: 15px 15px 25px rgba(0,0,0,.3);
    background-color: #fff!important;
    border: 0!important;
}

.floating-btn {
    position: fixed;
    right: -74px;
    top: 50%;
    transform: translate(0, -50%) rotate(-90deg);
    z-index: 999;
}

/* price section */
.price_section {
    position: relative;
    padding: 100px 0;
    background: url('../images/price_bg.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.price_section:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0 0 0 / 90%);
    z-index: 0;
}

.price_section .container {
    position: relative;
    z-index: 9;
}

.price_section .price_row {
    max-width: 90%;
    margin: auto;
    justify-content: center;
}

.price_section .price_col {
    padding: 0 30px;
}

.price_section .ov_headings {
    margin-bottom: 80px;
    text-align: center;
    width: 100%;
}

.price_section .ov_headings .sec_title {
    color: var(--yellow);
}

.price_section .ov_headings .section_heading {
    color: #fff;
    font-weight: 600;
}

.price_section .price_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    object-fit: cover;
}

.price_section .single_price {
    box-shadow: 0 5px 25px rgb(0 0 0 / 5%);
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    margin: auto;
}

.price_section .single_price p {
    margin-bottom: 0;
}

.price_section .single_price .typology {
    background: #e7e7e7;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding: 10px 20px;
    line-height: 22px;
    letter-spacing: 1px;
    max-width: calc(100% - 30px);
    margin: auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.price_section .price_c {
    background: #fff;
    max-width: calc(100% - 30px);
    margin: auto;
    padding: 25px 10px 35px;
}

.price_section .price {
    color: var(--green);
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 0;
    line-height: 34px;
    margin: auto;
}

.price_section .price sup {
    font-weight: 400;
}

.price_section .onw {
    font-size: 14px;
    color: #797979;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.price_section .title {
    color: #555;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.price_section .type {
    margin-top: 20px;
}

.price_section .sizes p, .price_section .type p {
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-top: 2px;
    color: #333;
}

.price_section .call_btn {
    padding: 6px 24px;
    font-size: 14px;
    margin-top: 24px;
    min-height: 42px;
    width: 100%;
    box-shadow: 0 3px 7px rgb(0 0 0 / 25%);
    justify-content: center;
    color: #fff !important;
    background: #000;
}

.price_section .single_price .content {
    position: relative;
    z-index: 1;
    padding: 40px 10px 20px;
    max-width: calc(100% - 30px);
    margin: auto;
    background: #fff;
}

.price_section .single_price .content:before {
    position: absolute;
    content: '';
    height: calc(100% + 50px);
    width: calc(100% + 30px);
    background: #fdfdfd;
    left: -15px;
    top: 0;
    z-index: -1;
    transform: skewY(-10deg);
    border-radius: 20px;
    background-image: var(--gradientColor);
}

.price_section .single_price .content:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: #e7e7e7;
    top: -10px;
    left: 0;
    z-index: -2;
    transform: skewY(-10deg);
}

.price_section .heading h2 {
    color: #fff;
}

.price_section .heading .line_1, .price_section .heading .line_2 {
    background: #fff;
    margin: 0 auto 6px;
}

.price_section .heading {
    margin-bottom: 50px;
    text-align: center;
}

@media(max-width: 767px) {
    .floating-btn {
        right: -64px;
    }

    .slider-content {
        position: static;
        background: transparent;
    }

    .slider-content .inner-content-box {
        height: auto;
        max-width: 100%;
        color: #000;
        padding: 15px;
    }

    .inner-content-box h1 {
        font-size: 32px;
    }

    .slider-content .typo {
        font-size: 14px;
    }

    .slider-content .st_price {
        margin: 15px 0;
        padding: 20px 60px;
    }

    .slider-content .st_price .amount {
        font-size: 22px;
        display: inline-block;
        color: #fff;
        line-height: 22px;
    }

    .slider-content .act-btn {
        margin-bottom: 15px;
    }

    .home-banner .carousel .carousel-inner {
        height: 200px;
    }

    .amenities-box .icon {
        height: 210px;
    }

    .amenities-box .txt {
        /* font-size: 12px; */
    }

    .enquireModalAll .modal-content .mb-l {
        display: none;
    }

    .enquireModalAll .modal-content .mb-r {
        width: 100%;
        padding: 30px 30px 75px 30px;
    }

    .location_section .heading h2 {
        color: #000;
    }

    .location_section .line_1 {
        background: #000;
    }

    .location_section .line_2 {
        background: #000;
    }

    .price_section .price_col {
        padding: 0 15px 30px;
    }

    .overview-text-container {
        margin-top: 15px;
    }

    .enquireModalAll .modal-content {
        margin-top: 70px;
    }
    .slider-content .rupee_symbol {
    font-size: 50px;
}

.slider-content .price_line {
    font-size: 16px;
}

.slider-content .st_price .price_line:before {
    right: -10px;
    width: 50px;
}
}

 .mobile-section .btn .icon {
    position: relative;
}

.mobile-section .btn .count {
    background: red;
    position: absolute;
    left: 10px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    top: -1px;
    line-height: 1;
    border: 2px solid #fff;
}
