
/* SideBar */
.main_detailsPage {
    padding-left: 270px;
    position: relative;
    background: #f1f1f1;
}

.sidebarmenu {
    background: #fff;
    max-width: 270px;
    position: fixed;
    left: 0;
    padding: 10px 15px;
    height: 100%;
    overflow-y: auto;
}

.logo img {
    width: 100%;
    max-width: 210px;
    max-height: 74px;
    object-fit: contain;
}

.menuButton {
    display: none;
}

.menulistMega {
    margin: 20px 0;
}

.menulistMega li {
    list-style: none;
}

.menulistMega li a {
    border-bottom: 1px solid #eee;
    text-decoration: none;
    padding: 11px 12px;
    display: grid;
    width: 100%;
    grid-template-columns: 23px 1fr;
    color: #6e6e6e;
    font-size: 16px;
    gap: 12px;
    transition: all 0.5s ease;
}

.menulistMega li a img {
    width: 100%;
    filter: grayscale(1) brightness(0.5);
     transition: all 0.5s ease;
}
.menulistMega li a:hover img,.menulistMega li a.active img {filter: none;}
.menulistMega li a:hover,.menulistMega li a.active {
    color: var(--theme-main);
    background: #f7f7f7;
}

.sidebarform {
    background: #f9f9f9;
    padding:  13px 18px;
    border-radius: 10px;
}

.sidebarform input,.sidebarform select,.sidebarform  textarea  {
    width: 100%;
    height: 38px;
    padding: 0 0px;
    border: none;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #707070;
}

.sidebarform  .form-group textarea {
    padding: 2px 5px;
    height: 50px;
    margin-bottom: 10px;
}

.sidebarform .form-group.contact_number {
    display: grid;
    grid-template-columns: 80px 1fr;
}

.sidebarform .form-group.contact_number select.countryCode {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

.sidebarform  .form-group.contact_number input.form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.sidebarform  button.send_btn.btn {
        padding: 11px 35px;
        display: inline-block;
        border-radius: 7px;
        text-decoration: none;
        color: #fff;
        transition: all 0.5s ease;
        background: #242424;
        border: none;
        font-size: 15px;
        text-transform: uppercase;
        width: 100%;
        margin: 0;
        cursor: pointer;
}

.sidebarform h4 {
    margin-bottom: 11px;
    color: #2a2a2a;
    font-size: 20px;
    padding-bottom: 0px;
    font-weight: 500;
}

.sidebarform label {
    color: #eee;
    margin: 0 0 2px;
    display: none;
}

.sidebarform .form-group {
    margin-bottom: 12px;
}

.sidebarform .form-group.contact_number select {
    padding: 0 0px;
    color: #606060;
}

.sidebarform button.send_btn.btn:hover {
    background: #5c3800;
}
.prop_detailsWarpper {
    padding: 20px 16px;
}
.back_button {
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
    color: #363636;
}

.projectname {
    font-size: 35px;
    color: #212529;
    font-weight: 500;
    margin-bottom: 12px;
}
.review_property  a {
    color: #434343;
    text-decoration: none;
        display: flex;
    align-items: center;
    gap: 5px;
}
.img-24 {
    max-width: 24px;
}
.stars i {
    color: #EA8C00;
}
.stars {
    color: #626262;
    font-weight: 500;
}


.d-flex {
    display: flex;
}

.propery_rating {
    gap: 10px;
    margin-bottom: 8px;
}

.review_property {
    gap: 10px;
}

.topHeader {
    display: grid;
    grid-template-columns: 1fr 292px;
    align-items: end;
    margin-bottom: 30px;
}

.commonbutton:hover {
    background: #3e3e3e;
}
.rightmenyu .commonbutton.callbtn:hover {
    background: var(--theme-main);
    color: #fff;
}
.commonbutton {
    background: var(--theme-main);
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    border-radius: 6px;
    padding: 11px 25px;
    display: inline-block;
    transition: all 0.5s ease;
}

.staringAmount h6 {
    color: #626262;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: end;
    margin-top: 10px;
    font-weight: 400;
}
.rightmenyu .commonbutton.callbtn {
    background: transparent;
    border: 1px solid var(--theme-main);
    color: var(--theme-main);
    margin-right: 0px;
}
.staringAmount h6 span {
    font-size: 29px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: var(--theme-main);
}
.rightPanelheader {
    text-align: right;
}
.overviewPropDetails {
    background: #fff;
    padding: 28px;
    border-radius: 10px;
    margin-bottom: 16px;
}

.customHeadingh2 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #303030;
}

.SubbottomHeading {
    color: var(--theme-main);
    margin-bottom: 20px;
}

.propertyOffer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.offer-text-outer {
    background: var(--theme-main);
    text-align: center;
    padding: 10px 16px;
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 500;
    border-radius: 5px;
}

.propertyOffer ul li {
    list-style: none;
    margin: 7px 0;
    font-size: 17px;
}

.propertyOffer ul li .heading2 {
    color: #666666;
    min-width: 100px;
    display: inline-block;
}

.propertyOffer ul li .heading1 {font-weight: 600;color: #646464;}
.galleybix {border-radius: 10px;overflow: hidden;}
.galleybix img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiperBtn {
    background: #fff;
    width: 46px;
    height: 46px;
    border-radius: 50%;
}

.swiperBtn:after {
    color: #000;
    font-size: 21px;
}

.galleryslider,.galleryslider > div,.galleryslider .swiper-wrapper,.galleryslider .swiper-slide {
    height: auto;
}
.price_list_box {
    overflow: hidden;
    padding: 25px 16px;
    /* box-shadow: rgb(185 185 185 / 25%) 0px 6px 12px -2px, rgb(169 169 169 / 30%) 0px 3px 7px -3px; */
    position: relative;
    background: #e9e9e9;
    border-radius: 8px;
    transition: all 0.5s ease;
}
.price_list_box:hover{
       background: #fff3df;
}
.Price_list_text_highlight {
    border-radius: 9px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    border: 2px solid #fff;
    padding: 10px 0;
    margin-bottom: 30px;
}

.price_list_box:before,.price_list_box:after  {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: var(--theme-main);
    animation-name:full;
  animation-duration:1s;
  animation-iteration-count:infinite;
  animation-direction:alternate;

}
.price_list_box:before{
    left: 0;
    top: 0;
}
.price_list_box:after{
    right: 0;
    bottom: 0;
}
@keyframes full{
  from{width: 0;}
  to{width: 100%;}
}
.price_list_high h3 {
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 10px;
}
.price_list_box  li {
    justify-content: center;
    gap: 20px;
    font-size: 19px;
    font-weight: 400;
}

.price_list_box li p {
    margin: 0;
    font-size: 18px;
}

.Price_list_text {
    margin: 15px 0px 17px;
}

.Price_list_text_highlight p {
    background: #242424;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    padding: 5px 7px;
}
.aminityBox img {
    width: 100%;
    border-radius: 15px;
}

.aminityBox {
    position: relative;
}

.aminityBox p {
    font-size: 17px;
    color: #727272;
    border-radius: 5px;
    text-align: center;
    line-height: 1.4;
    margin: 6px 0 0;
}
/* Floor Plan */

.masterPlanoi {
    min-height: 320px;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    position: relative;
    border-radius: 13px;
    overflow: hidden;
}
.masterPlanoi.masterbox {
    min-height: 420px;
}
.floercontainer{
    padding:0 40px;
    display: flex    ;
        flex-wrap: wrap;
        align-items: center;
}
.masterPlanoi.masterbox:before {
    background: #704600;
}
.floercontainer .col-md-12{
    width: 100%;
}
.masterPlanoi .elementor-button:hover {
    background: #202020;
    color: #fff
}
.floercontainer .col-lg-6 {
    padding: 0 18px;
}
.masterPlanoi:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: .6;
    transition: .5s;
    filter: blur(31px)
}

.masterPlanoi .masterplanbutton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center
}

.masterPlanoi .elementor-button {
    background-color: var(--theme-main);
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    border-radius: 7px;
    padding: 15px 20px;
    text-decoration: none;
    color: #ffffff;
    border: none;
    cursor: pointer;
    transition: .5s
}
.flor_planslider .swiper-wrapper {
    padding-bottom: 20px;
}

.flor_planslider  .swiper-pagination {
    bottom: -3px;
}

.flor_planslider .swiper-pagination span.swiper-pagination-bullet {
    background: #ababab;
}

.flor_planslider .swiper-pagination-bullet.swiper-pagination-bullet-active{background: var(--theme-main) !important;}

.location_ContentPo li {
    list-style: none;
    margin-bottom: 15px;
    padding: 13px 17px;
    background: #fff5e6;
    border-radius: 5px;
}

.location_ContentPo li i {
    margin-right: 5px;
    color: var(--theme-main);
}


.gallerysliderwrap .swiper-wrapper .swiper-slide {
    height: auto;
}


.city-filter-fixedMobile ul {
    display: flex
}

.city-filter-fixedMobile ul li {
    width: 100%;
    text-align: center;
    list-style: none
}

.city-filter-fixedMobile ul li a {
    text-decoration: none;
    background: var(--theme-main);
    width: 100%;
    display: block;
    padding: 12px 6px;
    color: #fff;
    font-weight: 500
}
.city-filter-fixedMobile ul li.callicon a {
    background: #5a5757;
}
.city-filter-fixedMobile ul li.WhatsAppicon a {
    background: #075e54
}

.city-filter-fixedMobile ul li a i {
    padding-right: 4px
}

.city-filter-fixedMobile {
    position: fixed;
    bottom: 1px;
    width: 100%;
    z-index: 99999;
    display: none
}
.devloepr_logo {
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    height: auto;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.devloepr_logo img {
    width: 100%;
    max-width: 90px;
}
.topHeader.fixed {
    position: sticky;
    position: --webkit--sticky;
    top: 0;
    background: #fff;
    z-index: 999;
    padding: 7px 20px;
    box-shadow: 0px 5px 8px #00000030;
    grid-template-columns: 1fr 452px;
}

.topHeader.fixed .back_button {
    display: none;
}

.topHeader.fixed .propery_rating {
    display: none;
}

.topHeader.fixed .rightPanelheader {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    height: 100%;
}

.topHeader.fixed .rightPanelheader .staringAmount h6 span {
    display: block;
}

.topHeader.fixed .rightPanelheader .staringAmount h6 {
    display: block;
    margin: 0;
}

.topHeader.fixed .projectname {
    margin-bottom: 0;
}
.reasbox  img {
    width: 100%;
    max-width: 112px;
    margin-bottom: 4px;
    border: 1px solid #dfdfdf;
}


.rera-details p {
    color: #525252;
    line-height: 1.4;
}
.masterPlanNew {
    max-width: 810px;
    margin: 0 auto;
}
.town_aminites_boxM {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 19px;
}

.town_aminites_boxM .aminityBox {
    /* box-shadow: 5px 9px 17px 0px rgba(175.18500518798828, 175.18500518798828, 175.18500518798828, 0.5); */
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 10px;
    padding: 14px 10px;
    text-align: center;
}
.town_aminites_boxM .elementor-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 51px;
}
.masterplanbutton {
    margin-top: 20px;
}
.floorplanPrice {
    display: grid;
    grid-template-columns: 48% 1fr;
    gap: 27px;
    align-items: center;
    border: 1px solid #dddddd;
    padding: 20px 10px;
    border-radius: 10px;
    height: 100%;
}

.floorplanDetails h3 {
    font-size: 26px;
    color: #303030;
    font-weight: 500;
}

.floorplanDetails ul {
    margin: 1px 0 10px;
}

.floorplanDetails ul li {
    list-style: none;
    margin: 7px 0 4px;
    font-size: 16px;
    color: #686868;
}

.floorplanDetails ul li span {
    font-weight: 600;
    color: #666666ee;
}

.floorplanDetails .commonbutton {
    margin: 10px 0 0;
    padding: 9px 16px;
    font-size: 16px;
}
.galleryslider .galleybix img {
    height: 320px;
}
.gallerysliderwrap .galleybix img {
    max-height: 200px;
}
.text-end{
    text-align: right;
}
.blinkbutton {
    animation: drift 1s linear infinite;
}

@keyframes drift {
  0%, 100% {background-color:#a68842; transform:scale(1.1)}
  50% {background-color: #4e4e4e; transform:scale(1)}
  75% {background-color: #9c1803;}
  100% {background-color: #699aa3;}
}
.blinkoffer {
    animation: drifts 2s linear infinite;
}
@keyframes drifts {
  0%, 100% {background-color:#a68842; transform:scale(1.1);box-shadow:0px 1px 15px #a68842;}
  50% {background-color: #8b6a4e; transform:scale(1);box-shadow:0px 1px 15px #8b6a4e;}
  75% {background-color: #26235e;box-shadow:0px 1px 15px #26235e;}
  100% {background-color: #a68842;box-shadow:0px 1px 15px #a68842;}
}
.modal_formPoup.NewformPoup {}

.modal_formPoup.NewformPoup .contact_usWith.FormNewIcon {
    max-width: 580px;
    padding: 0;
}

.modal_formPoup.NewformPoup .contact_usWith.FormNewIcon .contactBootom {
    background: var(--theme-main);
    color: #fff;
    text-align: center;
    padding: 14px 0;
}

.modal_formPoup.NewformPoup .contact_usWith.FormNewIcon .contactBootom .heading-style-h4 {
    margin: 0;
    padding: 0;
    border: none;
}

.modal_formPoup.NewformPoup .contact_usWith.FormNewIcon .modal-highlight-bg {
    background-color: #f9f9f9;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    min-width: 160px;
    padding: 01;
}

.FormNewIcon .modal-highlight-bg  .modal-highlight {
    list-style: none;
    text-align: center;
}

.FormNewIcon .modal-highlight-bg .modal-highlight img {
    max-height: 60px;
    display: block;
    margin: 0 auto 8px;
}

.FormNewIcon .modal-highlight-bg .modal-highlight li {
    margin-bottom: 20px;
    font-size: 15px;
}

.FormNewIcon   span.modal-highlight-title {
    text-align: center;
    width: 100%;
    display: block;
    background: #eee;
    padding: 12px;
    margin-bottom: 20px;
}

.FormNewIcon .modal-logo {
    max-width: 200px;
    max-height: 130px;
    margin: 0 auto;
    width: 100%;
    display: block;
    object-fit: contain;
    padding: 14px 0 0;
}
    .modal-title-secondary {
        display: block;
        font-size: 1vw;
        text-transform: capitalize;
        font-weight: 600;
        padding: 1vw 0 .5vw;
    }
.text-danger {
    color: #dc3545 !important;
}

.fromNewstep .form-group input, .fromNewstep .form-group select, .fromNewstep .form-group textarea {
    width: 100%;
    height: 43px;
    padding: 0 12px;
    border-bottom: 1px solid #b7b7b7 !important;
    border-radius: 0;
    font-size: 15px;
    color: #898989;
    border: none;
}

.flex-fill {
    padding: 0 20px 24px;
}

.fromNewstep label {
    display: none;
}

.fromNewstep  .form-group {
    margin-bottom: 12px;
}


a.modal-call-btn {
    background: #000;
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px;
    text-align: center;
    text-decoration: none;
    display: none;
}
@media(max-width:1400px){
    .town_aminites_boxM {
        grid-template-columns: repeat(5, 1fr);
    }
     .floorplanPrice {
        gap: 20px;
    }
}
@media(max-width:1300px){
    .sidebarmenu {
        padding: 20px 12px;
    }
    .logo img {
        width: auto;
        max-width: 190px;
        max-height: 70px;
    }
    .menulistMega li a {
        padding: 12px 10px;
        grid-template-columns: 22px 1fr;
        font-size: 17px;
    }
    .projectname {
          font-size: 30px;
    }
    .rightPanelheader .commonbutton {
        font-size: 17px;
        padding: 10px 17px;
    }
    .customHeadingh2 {
        font-size: 28px;
    }
    .SubbottomHeading {
        margin-bottom: 18px;
        font-size: 17px;
    }
    .propertyOffer ul li {
        font-size: 16px;
    }
    .offer-text-outer {
        padding: 19px 16px;
        font-size: 16px;
        line-height: 1.6;
    }
    .price_list_box li {
        gap: 12px;
        font-size: 18px;
    }
    .price_list_box li p {
        font-size: 15px;
    }
    .town_aminites_boxM {
        grid-template-columns: repeat(4, 1fr);
    }
    .floorplanDetails h3 {
        font-size: 28px;
    }
    .floorplanDetails ul li {
        margin: 8px 0;
        font-size: 16px;
    }
    .floorplanDetails .commonbutton {
        margin: 10px 0 0;
        font-size: 16px;
        padding: 10px 15px;
    }
   
}

@media(max-width:1150px){
    .main_detailsPage {
        padding-left: 0;
        padding-top: 110px;
    }
    .sidebarmenu {
        top: 0;
        width: 100%;
        max-width: 100%;
        height: auto;
        overflow: inherit;
        padding: 8px 15px;
        box-shadow: 0px 5px 4px rgb(0 0 0 / 4%);
        background: #fff;
        top: 0;
        z-index: 99999;
    }
    .sidebarform {
        display: none;
    }
    .menulistMega {
        position: absolute;
        top: 40px;
        width: 100%;
        background: #fff;
        z-index: 99;
        left: 0;
        display: none;
    }
    .logo {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
    .menuButton {
    display: block;
    background: transparent;
    border: none;
    font-size: 29px;
    color: #2b2b2b;
}
.topHeader.fixed {
    position: relative;
    grid-template-columns: 1fr;
    box-shadow: none;
    padding: 0;
    background: transparent;
}
.menulistMega.active {
    display: block;
}
.topHeader.fixed .back_button {
    display: block;
}
.topHeader.fixed .propery_rating {
    display: block;
    margin: 6px 0 5px;
}
}

@media(max-width:991px){
    .overviewPropDetails .col-lg-3:nth-child(1) {
    display: none;
}
.town_aminites_boxM {
        grid-template-columns: repeat(3, 1fr);
    }
.topHeader {
    grid-template-columns: 1fr;
    gap: 20px;
}
.rightPanelheader {
    text-align: left;
    margin-left: -10px;
    display: flex
;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
.staringAmount h6 {
    justify-content: start;
    margin: 0;
}
}
@media(max-width:767px){
    .aboutProper,.location_ContentPo {
        padding-top: 20px;
    }
    .city-filter-fixedMobile {
    display: block;
}
    .sidebarmenu {
        padding: 12px 15px;
        background: #fff;
        top: 0;
        z-index: 99999;
    }
    .galleryslider .galleybix img {
    height: auto;
    min-height: 220px;
}

}

@media(max-width:650px){
.review_property {
    flex-wrap: wrap;
}
.overviewPropDetails {
    padding: 20px 15px;
}
.town_aminites_boxM {
        grid-template-columns: repeat(2, 1fr);
    }
    .floorplanPrice {
        grid-template-columns: 1fr;
        text-align: center;
    }
}
@media(max-width:480px){
    .rightPanelheader .rightmenyu .commonbutton {
    width: inherit;
    font-size: inherit;
    height: auto;
    border-radius: 5px;
    line-height: 1.6;
}
.town_aminites_boxM .elementor-img img {
    max-height: 50px;
}
.rightPanelheader .rightmenyu .commonbutton i {
    font-size: inherit;
    margin-right: 4px;
}

.rightPanelheader {
    margin: 0;
    gap: 10px;
}

.rightmenyu {
    margin-left: -10px;
}
.propertyOffer {
    grid-template-columns: 1fr;
}
.aminityBox p {
        font-size: 14px;
    }
    .town_aminites_boxM .aminityBox {
    padding: 20px 4px;
}
    .town_aminites_boxM {
        gap: 10px;
    }
}
@media(max-width:375px){
    .city-filter-fixedMobile ul li a {
        padding: 12px 4px;
    }
    .swiperBtn {
        width: 35px;
        height: 35px;
    }
    .swiperBtn:after {
        font-size: 18px;
    }
}


@media(max-height:580px){
    .contact_usWith {
        height: 94%;
        overflow-y: auto;
    }
}