@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

.container,.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0
}

.bestLead,.commonbutton,.send_btn.btn,button.close_popup {
    cursor: pointer;
    transition: .5s
}

:root {
    --theme-main2: #6a1d5e;
    --theme-main: #a66005;
    --dark-grey: #3d3d3d
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

a,button,h1,h2,h3,h4,h5,h6,input,label,li,p,select,span,td,textarea,th {
    font-family: "Outfit", sans-serif;

}

.container {
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto
}

.header_warrper .container{padding-left: 5px; padding-right: 5px;}
.container-fluid{
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: var(--bs-gutter-y)
}

.align-items-center {
    align-items: center!important
}

.text-center {
    text-align: center
}

.ptb-70 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px
}

.mb-30 {
    margin-bottom: 30px
}
.p-0{padding: 0;}
.bg-cyan {
    background: #F4F8FF;
}
.contactBootom .col-md-6,.mb-20 {
    margin-bottom: 20px
}
.locationpara p {
    font-size: 18px;
    line-height: 1.7;
}
.mb-10 {
    margin-bottom: 10px
}

.mt-30 {
    margin-top: 30px
}

.mt-20 {
    margin-top: 20px
}

.mt-10 {
    margin-top: 10px
}

span.divider {
    display: block;
    background: var(--theme-main2);
    padding: 2px;
    max-width: 100px;
    margin: 20px auto 0
}

.commonheadingh2 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 5px;
    color: #202020;
    position: relative;
    font-weight: 700;
}

.menuList li.active a,.menuList>ul>li:hover>a,.pro_title {
    color: var(--theme-main)
}
.text-theme{color: var(--theme-main);}
.commonheadingh2:before {
    /* position: absolute; */
    content: "";
    /* background-image: url(../images/title-element.svg); */
    /* height: 100%; */
    /* width: 220px; */
    /* top: 100%; */
    /* left: 0; */
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
    display: none;
}
.pro_title:before {
    content: "";
    position: absolute;
    top: 14px;
    right: -70px;
    height: 2px;
    width: 60px;
    background-color: var(--theme-main);
}
.pro_title:before {
    content: "";
    position: absolute;
    top: 14px;
    right: -70px;
    height: 2px;
    width: 60px;
    background-color: var(--theme-main);
}
.pro_title {
    font-weight: 500;
    margin-bottom: 3px;
    font-size: 20px;
    position: relative;
    display: inline-block;
}

.commonheadingh2.text-center::before {
    left: 50%;
    transform: translate(-50%)
}
.banner_content ul.key_high i {
    margin-right: 6px;
}
.commonheadingh3 {
    color: #282828;
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: 500;
}

p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 400;
    color: #545454
}

@media (min-width: 576px) {
    .container,.container-sm {
        max-width:100%;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
}

@media (min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1150px
    }
}

@media (min-width: 1350px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1280px
    }
}

.img-fluid {
    max-width: 100%;
    height: auto
}

header.header_warrper.fixed {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 999;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%)
}

header.header_warrper {
    z-index: 9;
    width: 100%;
    transition: .5s
}

.headerBoxPo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
    gap: 30px;
    border-radius: 7px
}
.startingprice .priceamount {
    font-size: 26px;
    color: #fff;
}
.logo_main {
    max-width: 210px;
    margin-bottom: 0px;
}

.banner_formright label,button.mobile_humbarger {
    display: none
}

.menuList ul li {
    display: inline-block;
    margin-right: 30px;
}

.menuList ul li a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #232323;
    padding: 20px 0;
    transition: .5s
}
.amintyswarp{
    display: flex;
    flex-wrap: wrap;
}
.master_planbox {
    display: grid;
    grid-template-columns: 1fr 110px;
}

.arrow_swiper {
    position: relative;
    top:-5px;
}

.arrow_swiper > div {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #ededed;
}

.arrow_swiper > div:after {
    font-size: 19px;
    color: #000;
    font-weight: 700;
}
ul.dropdown-menu {
    margin-top: 22px;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #f1f1f1;
    border-radius: 16px;
    pointer-events: none;
    box-shadow: 0 20px 25px 0 rgb(5 5 5 / 31%)
}

.bannerhomeSlider,.contactBootom,nav.menuList {
    position: relative
}

ul.dropdown-menu:before {
    content: "";
    position: absolute;
    bottom: calc(100% - 14px);
    left: 45px;
    border-top: 20px solid #efefef;
    border-right: 20px solid transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

li.dropdown:hover ul.dropdown-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.menuList ul li:last-child {
    margin-right: 0
}

li.dropdown>a:after {
    content: "\f107";
    font-family: fontawesome;
    margin-left: 6px
}

ul.dropdown-menu li {
    margin: 0;
    text-align: center
}

.bestLead,.commonbutton {
    background: var(--theme-main);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border: none;
    padding: 10px 19px 8px;
    border-radius: 96px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.bannerhomeSlider {
    /* border-radius:30px; */
    overflow: hidden;
    /* max-width:95%; */
    margin: 0 auto
}
.justify-content-between {
    justify-content: space-between;
}
.banner_content {
    position: absolute;
    top: 50%;
    z-index: 99;
    left: 50%;
    transform: translate(-50%,-50%);
    padding-top: 110px;
    width: 100%;
}

.slidersbanner img {
    width: 100%;
    object-fit: cover;
    min-height: 530px;
    max-height: 530px;
}
.diviedCenter.white .diviedmy:before {
    background: #fff;
}
.max_para {
    font-size: 17px;
    font-weight: 200;
    margin: 20px 0 40px;
}
.pricing-table {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  }
  .masterwarpper  h3 {
    font-size: 28px;
    margin-bottom: 13px;
    font-weight: 500;
}

  .pricing-table table {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
  }
  
  .pricing-table thead th {
    background-color: #a66005;
    color: white;
    text-align: left;
    padding: 16px;
    font-weight: bold;
  }
  
  .pricing-table tbody td {
    padding: 15px 19px;
    border-top: 1px solid #eee;
    color: #323232;
    font-weight: 500;
  }
  
  .pricing-table button {
    display: inline-block;
    padding: 9px 16px;
    border: 1px solid #a66005;
    border-radius: 8px;
    color: #a66005;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
    cursor: pointer;
    background: transparent;
  }
  
  .pricing-table button:hover {
    background-color: #a66005;
    color: white;
  }
  
  .cost_sheetd {
      text-align: center;
      padding-left: 30px;
      margin: -10px 0 0;
  }
  
  .cost_sheetd h3 {
      font-size: 28px;
      margin-bottom: 17px;
  }
  
  .cost_sheetd figure {
      border: 5px solid var(--theme-main);
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 17px;
  }
  
  .cost_sheetd figure img {margin-bottom: -5px;object-fit: cover;}
  
  .cost_sheetd  .elementor-button {
      background: var(--theme-main);
      width: 100%;
      border: none;
      border-radius: 6px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 15px;
      font-size: 18px;
      color: #fff;
      font-weight: 500;
      padding: 12px 7px;
      cursor: pointer;
      transition: all 0.5s ease;
  }
  
  .cost_sheetd .elementor-button:hover {
      opacity: 0.9;
      transform: scale(0.95);
  }
.text-white{color: #fff !important;}
.slidersbanner .swiper-wrapper:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    top: 0;
    left: 0;
    z-index: 9
}
.slidersbanner .swiper-pagination {
    z-index: 999;
    bottom: 30px;
}
.Connectivity_boxEp {
    background: #fff;
    border: 1px solid #C0C0C0;
    padding: 22px;
    height: 100%;
}

.Connectivity_boxEp h4 {
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 500;
}

.Connectivity_boxEp li {
    list-style: none;
    color: #323232;
    margin: 13px 0;
    padding-left: 25px;
    position: relative;
}

.Connectivity_boxEp li i {
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 3px;
}
.slidersbanner {
    margin-bottom: -4px;
    position: relative
}

.banner_content h1.title {
    font-size: 42px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.fw-light {
    font-weight: 300;
}
.banner_content .locationtext {
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.content_section {
    padding: 10px 0;
}

.keyheihlights {
    background: #F4F8FF;
    padding: 30px;
    margin: 0px 10px 0px 0px;
}

.keyheihlights h4 {
    font-size: 26px;
    margin-bottom: 15px;
}
.diviedCenter {
    text-align: center;
    padding-left: 10px;
    margin-bottom: 10px;
}
.diviedmy {
    display: inline-flex;
    background: var(--theme-main);
    width: 100%;
    height: 4px;
    margin: 0 auto 10px;
    max-width: 75px;
}

.diviedmy:before {
    background: #000;
    height: 4px;
    display: inline-block;
    content: "";
    width: 20px;
    left: -30px;
    position: relative;
}
.keyheihlights li {
    list-style: none;
    margin-bottom: 11px;
    color: #323232;
    line-height: 1.2;
}
.keyheihlights li:last-child {
    margin-bottom: 0;
}
.content_section p {
    font-size: 17px;
}
.banner_content .typo {
    padding: 0px 0px 10px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
}

.RERA-box span {
    color: #000;
    background: #ffffffa8;
    padding: 8px 10px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    border-radius: 50px
}
.Developer_boxp {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #F4F8FF;
}

.rightDeveloperbox {
    padding: 40px 70px 0;
    height: 100%;
}

.rightDeveloperbox .diviedmy {
    margin-left: 30px;
    margin-bottom: 20px;
}

.aboutdeveloper p {
    font-size: 18px;
    margin-bottom: 30px;
}

.devloper_table thead {
    background: var(--theme-main);
    font-size: 17px;
    color: #fff;
}

.devloper_table thead th {font-weight: 400;padding: 10px 13px;}

.devloper_table td {
    font-size: 15px;
    background: #ffff;
    padding: 13px 22px;
    color: #323232;
    border: 1px solid #c3c3c3;
}

.devloper_table table {border-collapse: collapse;}
.banner_content ul.key_high {
    margin: 20px 0
}

.banner_content ul.key_high li {
    font-size: 17px;
    color: #fff;
    list-style: none;
    margin-bottom: 21px
}

.banner_content .content_section {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 30px
}

.startingprice {
    border-top: 2px solid rgb(238 238 238 / 31%);
    text-align: left;
    padding: 30px 0 0;
}

.startingprice p {
    margin-bottom: 0;
    font-weight: 600;
}

.startingprice p span.key {
    font-size: 22px;
    border: none;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 auto 10px;
    padding: 0
}

.configuration-col-inner h5.pbt span,.send_btn.btn,.verticlebutton {
    font-weight: 500
}

.startingprice span {
    border-top: 1px dashed;
    display: block;
    padding: 10px 0 0;
    font-size: 21px
}

.left-fix,.right-fix {
    position: fixed;
    top: 50%;
    right: -66px;
    z-index: 999;
    transform: rotate(-90deg)
}

.left-fix {
    left: -69px;
    right: inherit
}

.verticlebutton {
    background: #000;
    color: #fff;
    min-width: 170px;
    display: inline-block;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: .5s
}

.right-fix a {
    border-radius: 8px 8px 0 0
}

.city-filter-fixedMobile ul li.callicon a,.price_section span.swiper-pagination-bullet.swiper-pagination-bullet-active,
.town_aminites_boxM span.swiper-pagination-bullet.swiper-pagination-bullet-active,.verticlebutton:hover,
.flor_planslider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--theme-main)
}

.banner_formright {
    position: absolute;
    right: 10px;
    background: rgb(255 255 255 / 51%);
    z-index: 99;
    bottom: 10px;
    max-width: 370px;
    padding: 23px 22px;
    border-radius: 20px;
    backdrop-filter: blur(25px)
}
.flor_planslider .swiper-wrapper {
    padding-bottom: 50px;
}
.banner_formright .heading-style-h4 {
    text-align: center;
    margin-bottom: 14px;
    font-size: 26px
}

.banner_formright .col-md-6 {
    width: 100%
}

.banner_formright .form-group {
    margin-bottom: 8px
}
.aboutdeveloper {
    overflow-y: scroll;
    height: 76%;
    margin-bottom: -8%;
}

.leftDeveloperImaghe img {
    height: 100%;
    object-fit: cover;
}
.banner_formright .form-group input {
    width: 100%;
    padding: 9px;
    font-size: 14px;
    border-radius: 4px;
    border: none;
    outline: 0
}
.town_aminites_boxM {display: grid;grid-template-columns: repeat(5,1fr);gap: 23px;}
.form-group.contact_number {
    display: grid;
    grid-template-columns: 90px 1fr
}
img.imgcall {
    position: relative;
    top: -1px;
}
.header_warrper.header-light {
    position: fixed;
    z-index: 9999;
}

.header_warrper.header-light .menuList ul li a {
    color: #ffffff;
}

.header_warrper.header-light .menuList ul li a:hover {
    color: var(--theme-main);
}
.form-group.contact_number .countryCode {
    border: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 1px solid #cbcbcb
}

.form-group.contact_number input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.banner_formright .form-group select {
    font-size: 14px;
    width: 100%;
    color: #747474;
    border: none;
    outline: 0
}

.banner_formright .form-group select.form-select.form-control {
    border-radius: 5px;
    padding: 10px 4px
}

.contactBootom button.send_btn.btn {
    padding: 13px;
    margin-bottom: 0
}

.contactBootom .form-group input,.contactBootom .form-group select,.contactBootom .form-group textarea {
    border: 1px solid #a9a9a9;
    width: 100%;
    padding: 12px 10px;
    color: #2c2c2c;
    font-size: 14px;
    border-radius: 5px
}

.send_btn.btn {
    width: 100%;
    display: block;
    background: #000;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    padding: 10px;
    margin-bottom: 10px
}

.bannerhomeSlider span.swiper-pagination-bullet {
    background: #fff;
    width: 10px;
    height: 10px
}

.send_btn.btn:hover {
    background: #323232
}

.modal_formPoup.active {
    display: flex!important
}

.modal_formPoup {
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 64%);
    width: 100%;
    height: 100%;
    z-index: 9999;
    align-items: center;
    justify-content: center
}

.highlight_section,.price_section {
    background-repeat: no-repeat;
    background-position: left center
}

.modal_formPoup .contact_usWith {
    background: #fff;
    height: auto;
    max-width: 700px;
    padding: 25px;
    border-radius: 10px
}

.modal_formPoup .contact_usWith .heading-style-h4 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 13px;
    margin-bottom: 20px
}

button.close_popup {
    position: absolute;
    right: 0;
    background: 0 0;
    border: 1px solid #9b9b9b;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    top: -10px;
    font-size: 22px;
    line-height: 0
}

.highlight_section ul li:hover span.number,button.close_popup:hover {
    background: var(--theme-main);
    color: #fff
}

.contactBootom label {
    display: block;
    font-size: 15px;
    margin-bottom: 4px;
    font-weight: 600;
    color: #3c3c3c
}

.aminityBox p,.banner_formright p.inp-txt {
    margin-bottom: 0
}

.contactBootom .form-group.contact_number .countryCode {
    border: 1px solid #a9a9a9;
    padding: 4px;
    border-right: 0;
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important
}

.contactBootom .form-group.contact_number input {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
}

.overview .first_img {
    padding: 20px;
    margin-right: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    left: -49px;
    width: 250px;
    background-color: #fff
}

.overview .img_section {
    position: relative;
    overflow: unset;
    padding-top: 60px;
    padding-bottom: 60px
}

.overview .second_img {
    margin-left: 150px;
    margin-top: 20px;
    position: relative
}button#toggleBtn {
    background-color: var(--theme-main);
    font-size: 15px;
    font-weight: 600;
    border-radius: 7px;
    padding: 13px 20px;
    color: #ffffff;
    border: none;
    cursor: pointer;
    transition: .5s;
    min-width: 150px;
    margin: 30px 0 0;
}
.aminityBox.show {
    display: block;
}
.aminityBox {
    /* border: 1px solid #d4d4d4; */
    /* box-shadow: 5px 9px 17px 0 rgba(175.18500518798828,175.18500518798828,175.18500518798828,.5); */
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    border-radius: 0;
    padding: 18px 5px;
    text-align: center;
    background: #ffffff;
    border-radius: 9px;
    display: none;
}

.town_aminites_boxM .elementor-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 62px;
}
.aminity_leftimg img {
    min-height: 580px;
    object-fit: cover;
}
.aminityBox p {
    font-weight: 600;
    color: #1a1a1a;
}

.town_aminites_boxM .swiper.mySwiper {
    padding-bottom: 40px;
}

.button_cemnter {
    text-align: center;
    margin: 20px
}

.commonbutton:hover {
    background: #000
}

.highlight_section {
    background-image: url(../images/highlight-bg.png);
    position: relative;
    background-color: #f8f8f8;
    z-index: 1
}

.configuration-col-inner:hover {
    background: #fff
}
.location_ContentPo ul li {
    padding: 15px 0 15px 22px;
    position: relative;
    list-style: none;
    border-bottom: 1px solid #d9d9d9;
    font-weight: 500;
}

.location_ContentPo ul li i {
    position: absolute;
    left: 0px;
    top: 16px;
    color: var(--theme-main);
    font-size: 19px;
}
.configuration-col-inner {
    border: 1px solid #8e7525;
    transition: .5s;
    padding: 30px;
    position: relative;
    text-align: center;
    border-radius: 14px;
    background-color: #f2ece4;
    box-shadow: rgba(0,0,0,.25) 0 25px 50px -12px
}

.configuration-col-inner h3.pbt {
    font-size: 33px;
    margin: 0 0 10px
}

.configuration-col-inner p.pbt {
    font-size: 22px
}

.priceslider>div {
    padding-bottom: 50px
}

.configuration-col-inner h5.pbt {
    font-size: 24px;
    margin: 6px 0 22px
}

.price_section {
    background-image: url(../images/theme-bg.webp);
    position: relative;
    background-color: #f8f8f8;
    z-index: 1
}

.highlight_section ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center
}

.highlight_section .highlight_point {
    padding-left: 8px
}

.highlight_section span.number {
    box-shadow: #e2e2e3 0 0 0 5px inset;
    font-size: 20px;
    font-weight: 700;
    color: #212529;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    padding: 13px 16px;
    transition: .5s
}

.image_section,.image_section img {
    height: 100%;
    object-fit: cover
}
.aminitsldier_right .title_section {
    padding: 0 50px;
}
.floors_planWarpper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px
}

.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;
}
.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: #000;
    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: .65;
    transition: .5s;
}

.masterPlanoi .masterplanbutton {
    position: absolute;
    bottom: 0;
    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: 11px 20px;
    text-decoration: none;
    color: #ffffff;
    border: none;
    cursor: pointer;
    transition: .5s;
    min-width: 150px;
}
.faq-item {
  border-bottom: 1px solid #ddd;
}

.faq-question {
  background: none;
  border: none;
  width: 100%;
  padding: 22px 16px;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-answer {
  padding: 0 16px 4px;
  display: none;
  font-size: 16px;
  color: #333;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item .icon {
  font-size: 16px;
  transition: transform 0.3s;
}


.faq-item.active .faq-answer p {
    font-size: 18px;
    color: #323232;
}

.galleybix img {
    height: 280px;
    width: 100%;
    border-radius: 9px;
    object-fit: cover;
    margin-bottom: -4px;
}

.galleybix {
    border-radius: 9px;
    border: 2px solid var(--theme-main);
    margin: 10px;
}

footer.footerwarp p {
    color: #000
}

footer.footerwarp {
    background: #d1d1d1;
    padding: 50px 30px 20px
}

.devloper_content li {
    list-style: none;
    margin-bottom: 20px;
    line-height: 1.4
}

.developerWarpperCOulm {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 40px;
    align-items: flex-start
}

.devloepr_logo {
    border: 1px solid #000;
    border-radius: 10px;
    height: auto;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px
}

.devloper_content p {
    color: #232323
}

.AboutDeveloper {
    border-top: 2px solid #eee
}

.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: #525252;
    width: 100%;
    display: block;
    padding: 12px 6px;
    color: #fff;
    font-weight: 500
}

.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
}
@media(max-width: 1299px) {
    .logo_main {
        max-width: 180px;
    }
    .menuList ul li {
        margin-right: 22px;
    }
}
@media(max-width: 1199px) {
    header.header_warrper {
        z-index:9999;
        position: relative;
        overflow: hidden
    }
    .header-light .mobile_humbarger span,.header-light  .mobile_humbarger span:after,.header-light .mobile_humbarger span:before {background-color: #ffffff;}
    .mobile_humbarger span,.mobile_humbarger span:after,.mobile_humbarger span:before {
        position: absolute;
        width: 40px;
        height: 5px;
        background-color: #212121;
        transition-duration: .5s;
        left: 0
    }

    .loginHeader {
        display: flex;
        align-items: center;
        gap: 20px
    }

    .menubar {
        position: fixed;
        left: 0;
        width: 100%;
        top: 0;
        height: 100%;
        background: #fff;
        min-height: 100vh;
        padding-top: 90px;
        display: none
    }

    .grid-box,.menuList ul li,header.header_warrper.active .menubar {
        display: block
    }

    .menuList ul li a {
        display: block;
        border-bottom: 1px solid #d3d3d3;
        padding: 14px 30px;
        text-align: left
    }

    .mobile_humbarger {
        width: 70px;
        height: 47px;
        transition-duration: .5s;
        display: block!important;
        position: relative;
        background: 0 0;
        border: none;
        padding: 0;
        margin-right: -10px;
        margin-top: -12px
    }

    .mobile_humbarger span {
        top: 25px
    }

    .mobile_humbarger span:before {
        content: "";
        top: -13px
    }

    .mobile_humbarger span:after {
        content: "";
        top: 13px
    }

    .mobile_humbarger.open span {
        transition-duration: .5s;
        background: 0 0
    }

    .mobile_humbarger.open span:before {
        transform: rotateZ(45deg) scaleX(1.25) translate(3px,13px);
        left: 16px;
        top: -10px
    }

    .mobile_humbarger.open span:after {
        transform: rotateZ(-45deg) scaleX(1.25) translate(12px,-12px);
        left: 8px;
        top: 19px
    }

    .mobile_humbarger:hover {
        cursor: pointer
    }

    header.header_warrper.active .logo_main {
        position: fixed;
        z-index: 9;
        left: 30px;
        top: 30px
    }

    header.header_warrper.active .loginHeader {
        position: fixed;
        right: 30px;
        top: 15px
    }

    ul.dropdown-menu {
        margin-top: 0;
        position: relative;
        box-shadow: none!important;
        padding: 0;
        left: 0;
        display: none;
        visibility: visible;
        opacity: 1
    }

    ul.dropdown-menu li img,ul.dropdown-menu:before {
        display: none
    }

    ul.dropdown-menu.grid-box.show {
        display: block!important;
        border-radius: 0;
        margin: 0
    }

    .startingprice p span.key {
        font-size: 18px
    }

   .banner_formright {
        max-width: 300px
    }

    .banner_formright .heading-style-h4 {
        font-size: 22px
    }

    .banner_content ul.key_high li {
        font-size: 16px;
        margin-bottom: 16px
    }

    .RERA-box span {
        font-size: 11px
    }

    .startingprice {
        min-width: 180px
    }

    .second_img img {
        width: 100%
    }

    .commonheadingh2 {
        font-size: 2rem
    }
    .commonheadingh3 {
        font-size: 28px;
    }
    .floors_planWarpper {
        gap: 20px
    }
    .content_section p {
        font-size: 16px;
    }
    .masterPlanoi .elementor-button {
        font-size: 14px;
        padding: 12px 11px
    }
    .keyheihlights h4 {
        font-size: 24px;
    }
    .keyheihlights {
        padding: 20px;
        margin: 0;
    }
    .keyheihlights li {
        font-size: 15px;
    }
    .pricing-table tbody td {
        padding: 12px 7px;
        font-size: 14px;
    }
    .cost_sheetd {
        padding-left: 0px;
    }
    .cost_sheetd h3,.masterwarpper h3 {
        font-size: 24px;
    }
    .pricing-table button {
        padding: 9px 7px;
        font-size: 12px;
    }
    .pricing-table thead th {
        padding: 13px 7px;
        font-size: 14px;
    }
    .locationpara p ,.aboutdeveloper p{
        font-size: 16px;
    }
    .Connectivity_boxEp li {
        font-size: 15px;
        margin: 11px 0;
    }
    .Connectivity_boxEp h4 {
        font-size: 20px;
    }.rightDeveloperbox {
        padding: 40px 30px 0 20px;
    }
}

@media(max-width: 991px) {
    .banner_content .content_section {
        flex-wrap:wrap
    }
    .banner_formright {
        max-width: 280px
    }

    .banner_content ul.key_high li {
        margin-bottom: 10px
    }

    .banner_content h1.title {
        font-size: 30px
    }

    .startingprice span {
        display: inline;
        border-top: none;
        padding-left: 10px;
        padding-top: 0
    }

    .headerBoxPo {
        padding: 15px 0
    }
    .bannerright {
        padding-left: 40px;
    }
    .floors_planWarpper {
        grid-template-columns: repeat(1,1fr)
    }
    .slidersbanner img {
        min-height: 510px;
    }
    .galleybix img {
        height: 250px
    }
    .ptb-70 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .configuration-col-inner h3.pbt {
        font-size: 26px
    }

    .configuration-col-inner p.pbt {
        font-size: 18px
    }

    .configuration-col-inner h5.pbt {
        font-size: 20px
    }

    .commonbutton {
        font-size: 14px;
        padding: 10px 19px
    }

    .overview .first_img {
        left: 2px
    }

    .bannerhomeSlider {
        border-radius: 0
    }

    .menuList ul li {
        margin-right: 0
    }
    .amintyswarp .col-md-6 {
        width: 100%;
    }
    .aminitsldier_right .title_section {
        padding: 30px 50px 0;
    }
    .town_aminites_boxM {
        grid-template-columns: repeat(3, 1fr);
    }
    .aminity_leftimg {
        display: none;
    }
    .floercontainer {
        display: block;
    }
    .pricing-table thead th:nth-child(1), .pricing-table tbody td:nth-child(1) {
        padding-left: 20px;
    }
    .pricing-table {
        margin-bottom: 40px;
    }
    .cost_sheetd figure img {
        width: 100%;
    }
    .master_planbox {
        margin-top: 40px;
    }
   header.header_warrper.header-light.active .mobile_humbarger span:after,header.header_warrper.header-light.active .mobile_humbarger span:before {
        background-color: #2b2b2b;
    }
    .header_warrper.header-light .menuList ul li a {
        color: #101010;
    }
}

@media(max-width: 991px) and (max-height:580px) {
    .slidersbanner img {
        height:600px
    }

    .contactBootom form {
        overflow-y: scroll;
        overflow-x: hidden
    }
}

@media(max-width: 767px) {
    .slidersbanner img {
        min-height: 370px;
        height: auto;
        margin-bottom: -10px;
    }
    .floercontainer {
        padding: 0 0px;
    }
    .left-fix,.right-fix,.slidersbanner:before {
        display: none
    }

    .banner_content {
        max-width: 100%;
        position: relative;
        top: 0!important;
        transform: inherit;
        left: 0;
        padding-top: 40px !important;
    }
    .bannerright {
        padding-left: 0;
    }
    .startingprice .priceamount {
        color: #000000;
    }
    .slidersbanner .swiper-wrapper:before {
        background: linear-gradient(to bottom, black 8%, transparent 40%);
    }
    .startingprice {
        border-top: 2px solid rgb(149 149 149 / 31%);
        padding: 20px 0 0;
    }
    .banner_formright {
        max-width: 100%;
        position: relative;
        right: 0;
        border: 0;
        background: rgb(153 153 153 / 51%)
    }

    .banner_content .locationtext {
        color: #121212;
        font-size: 18px;
        margin-bottom: 16px;
    }

    .banner_content h1.title {
        font-size: 38px;
        color: var(--theme-main);
    }
    .banner_content .typo {
        color: #2d2d2d;
    }
    .Developer_boxp {
        grid-template-columns: 1fr;
    }
    .aboutdeveloper {
        overflow-y: visible;
        height: 100%;
        margin-bottom: 50px;
    }
    .banner_content ul.key_high {
        margin: 10px 0 20px
    }

    .banner_content ul.key_high li {
        color: #000;
        background: #e3e3e3;
        padding: 10px
    }

    .banner_content .content_section {
        display: block;
        padding: 20px 10px
    }

    .RERA-box span {
        display: block;
        background: rgb(0 0 0 / 68%);
        border-radius: 0;
        color: #fff;
        text-align: center;
        margin-bottom: 10px;
        padding: 10px;
        font-size: 14px
    }
    .aminitsldier_right .title_section {
        padding: 30px 20px 0;
    }
     .faq-question {
        font-weight: 500;
    }
}

@media(max-width: 600px) {
    .developerWarpperCOulm {
        grid-template-columns:1fr
    }
    .commonheadingh2 {
        font-size: 1.8rem;
    }
    .ptb-70 {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .keyheihlights h4 {
        font-size: 22px;
    }    .commonheadingh3 {
        font-size: 26px;
    }
    .bestLead {
        font-size: 13px;
        padding: 9px;
        display: none
    }

    footer.footerwarp {
        padding: 30px 8px 50px
    }

    .devloepr_logo {
        border: 1px solid #ababab;
        min-height: 140px
    }

    .city-filter-fixedMobile {
        display: block
    }
 
}

@media(max-width: 480px) {
    .slidersbanner img {
        min-height: 280px;
    }
    .town_aminites_boxM {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .devloper_table td {
        padding: 13px 12px;
    }
  

    .banner_content .locationtext,.startingprice p span.key {
        font-size: 16px
    }

    .banner_content ul.key_high li {
        padding: 8px 10px;
        font-size: 15px
    }

    .startingprice span {
        font-size: 18px
    }

    .overview .first_img {
        padding: 12px;
        width: 200px
    }

    .logo_main {
        max-width: 220px
    }

    footer.footerwarp p {
        font-size: 14px;
        word-wrap: break-word
    }

    p {
        font-size: 15px
    }
    .max_para {
        font-size: 15px;
    }
    .aminityBox {
        padding: 20px 5px
    }

    .town_aminites_boxM .elementor-img img {
        max-height: 64px;
        margin-bottom: 10px
    }

    .aminityBox p,.contactBootom label {
        font-size: 14px
    }

    .RERA-box span {
        word-wrap: break-word;
        font-size: 12px
    }

    .highlight_section .highlight_point {
        font-size: 14px;
        line-height: 1.4
    }

    .masterPlanoi {
        min-height: 280px
    }

    button.close_popup {
        right: -20px;
        background: #fff;
        top: -40px
    }

    .mobile_humbarger {
        margin-right: -30px;
        margin-top: -2px
    }

    .city-filter-fixedMobile ul li a {
        font-size: 13px
    }

    .city-filter-fixedMobile ul li a i {
        padding-right: 0
    }

    .contactBootom .form-group input,.contactBootom .form-group select {
        padding: 8px 10px
    }

    .contactBootom .col-md-6 {
        margin-bottom: 14px
    }
}

@media(max-width: 350px) {
    .city-filter-fixedMobile ul li a {
        font-size:12px
    }

    .logo_main {
        max-width: 200px
    }

    .banner_content h1.title {
        font-size: 27px;
    }

    .banner_content .locationtext {
        font-size: 15px
    }
}
