.new-header-bg-color{
    background: #292929;
}
.services-bg-custom{
    background-color: #18130C;
    background-image: url(../img/services-bg.png);
}
.small-pending{
    padding: 160px 0px 50px;
}
.pb-c-100{
    padding-bottom: 100px;
}
.ser-h2 h2{
    color: #ffffff;
}
.ser-h2 p{
    color: #bbbbbb;
}
.custom-list{
    width: 90% !important;
}
.courtila-logo-cus{
    max-width: 185px;
    margin: 15px 0px;
}
.new-text-emailid{
    width: 100%;
    border: 1.3px solid;
    border-color: var(--tg-secondary-color);
    border-radius: 8px;
    font-size: 15px;
    color: var(--tg-secondary-color);
    padding: 13px 25px;
    height: 56px;
    background: transparent;
    margin-bottom: 20px;
}
.new-submit{
    border: none;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    background: var(--tg-primary-color);
    color: var(--tg-white);
    padding: 16px 40px;
    transition: .3s ease-in-out;
}
.new-submit:hover{
    background-color: #000000;
}
.new-size-add-logo{
    max-width: 120px;
}
.new-details-logo-cort{
    max-width: 300px;
    margin: 0px 0px 10px;
}
.custom-size{
    width: 415px;
    height: 335px !important;
}
.new-hide-efect{
    transition: 1s !important;
    top: 50%;
    bottom: unset!important;
    display: none !important;

}
.view-btn-gallery{
    width: 25px;
    height: auto !important;
}
.gallery-item:hover .new-hide-efect{
    display: block !important;
}

/* fix-btn-right */
.fixed-tab{
    /* background: #ae2a37; */
    position: fixed;
    top: 64%;
    right: 0px;
    color: #fff;
    font-size: 18px;
    z-index: 3;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
}
.roted-enqure{
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    padding: 13px 9px;
    background: #bd9a68;
}
/* end */

.no-amenity-border{
    border: 0px;
}
.no-amenity-border::before{
    width: 85px;
    height: 85px;
}
.no-amenity-border::after{
    border: 0px;
}
.new-main-aeminity{
    border: 1px solid #bd9a68;
    padding: 15px;
    border-radius: 15px;
}
.pr-icon{
    padding-right: 10px;
}

/* apart-new*/

.side-tab{
    background-color: #fffaf3;
    padding: 15px;
}
.new-apart-img{
    width: 100%;
}
.nav-link-custm{
    color: #000000;
    margin: 5px 10px;
}
.nav-link-custm:hover{
    color: #000;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #bd9a68;
}
/* .nav-link:focus, .nav-link:hover{
    color: #bd9a68;
} */
.flor-main{
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0px;
}
.bottom-border{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bottom-border label{
    color: #bd9a68;
}

.flex-column-custom{
    flex-direction: column;
}
/* end */

.icon-pdf{
    border: 1.3px solid #bd9a68;
    padding: 19px 38px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 8px;
    letter-spacing:0;
    line-height: 1rem;
    margin-bottom: 0;
    transition: .3s ease-in-out;
}
.icon-pdf:hover{
    background-color: #000000;
    color: #ffffff;
}
.new-padding{
    padding: 50px 0px;
}
.color-combi h6{
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 15px;
    transition: .3s linear;
    color: #000000;
}
.color-combi p{
    color: #000000;
}
.aemini-bg{
    background-color: #fffaf4;
    background-image: url(../img/services-bg.png);
}
.newheight-img{
    width: 100%;
}
.new-opa{
    background: #ffffff91;
    padding: 15px;
}
.col-black{
    color: #000000 !important;
}
.no-height{
    height: auto !important;
}
.g-h-feect{
    top: 40%;
}



/* tool-tip*/
.bg-floor{
    background-image: url(../img/apart-plan/EF-358.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 60%;
    height: 650px;
    margin: auto;
    position: relative;
}
.content {
    align-items: center;
    /* background-color: #FFFFFF; */
    justify-content: space-around;
    /* width: 500px; */
  }

.tooltip {
    cursor: pointer;
    display: inline-block;
    position: relative;
    /* border-bottom: 1px dotted #1849AB; */
    opacity: 1;
    position: absolute;
    z-index: 999;
}

.tooltip:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 30px;
    top: -4px;
    left: -8px;
    border-radius: 100%;
    background-color: transparent;
    animation: ph-pulse 2.5s ease-out infinite;
  }

  @keyframes ph-pulse {
    0% {
      transform: scale(0.7);
      box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
    }
    60% {
      transform: scale(1.6);
      box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0);
    }
    100% {
    }
  }


.plus-i{
    position: absolute;
    top: 130px;
    left: 269px;
    color: #000000;
}
.plus-i-02{
    top: 202px;
    left: 267px;
}

.tooltip .tooltip__content {
    background-color: #BD9A68;
    border-radius: 4px;
    bottom: 150%;
    color: #FFFFFF;
    left: 50%;
    margin-left: -70%;
    opacity: 0;
    padding: 5px;
    position: absolute;
    text-align: center;
    transition: opacity 0.5s;
    visibility: hidden;
    width: 700px;
    z-index: 1;
}
.new-adj-tool{
    left: -334px !important;
}
.tooltip .tooltip__content::after {
    border-width: 5px;
    border-style: solid;
    border-color: #BD9A68 transparent transparent transparent;
    content: "";
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: 100%;
}
.tooltip:hover .tooltip__content {
    opacity: 1;
    visibility: visible;
}
.no-adjust-g{
    margin: 0px !important;
    z-index: 9999;
}
.no-adjust-g img{
    border-radius: 0px !important;
    display: inline-block !important;
    height: unset !important;
    object-fit: unset !important;
}

/* end */

.new-galery-center{
    justify-content: center;
}
.new-color-g{
    color: #bd9a68;
    margin: 0px 10px;   
    padding: 0.5rem 1rem;
}
/* .nav-pills .nav-link{
    background: #bd9a68 ;

} */
.new-color-g:hover{
color: #000000;
}

/* .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #000000;
} */
  .my-new-pading{
    padding-top: 160px !important;
  }
  .near-p-icon{
    max-width: 20px;
    margin-right: 10px;
  }

  .list-wrap li a{
    color: #000;
  }
.new-design-g{
    border-radius: 16px;
    border: 1px solid #c6c6c6;
}
  .galery-p{
    margin: 0px;
    padding: 10px 0px;
    font-weight: 600;
    color: #000;
  }

.new-icon-color li> a {
    color: #fff;
  }

.new-sec-r{
    border-radius: 15px;
}
.new-bg-c{
    position: relative;
}
.bg-i{
    position: absolute;
    display: block;
    pointer-events: auto;
    left: 16px;
    top: -14px;
    width: 100%;
    height: 480px;
    z-index: 8;
    /* visibility: visible; */
    perspective: 601px;
    background: #e9ddcd;
}
.new-bg-c img{
    position: relative;
    z-index: 999;
 }
/* .new-bg-c{
    background: #bd9a68;
     border-top: 10px solid #bd9a68;
     border-right: 10px solid #bd9a68;
} */

.first-hide-sheek{
    display: block;
}
.hide-and-sheek{
    display: none;
}
.new-accordian{
    border: 2px solid #bd9a68;
    border-radius: 6px !important;
    width: 65%;
    margin: auto;
}
.new-accordian:focus{
    border-color: #bd9a68;
    color: #000;
    box-shadow: unset;
    background-color: #fff;
}
.latest-three{
    height: 100%;
    display: flex;
    align-items: center;
}

.in-img-heading{
    position: absolute;
    top: 7px;
    right: 0;
    left: 0;
    text-align: center;
}
.in-img-heading h4{
    color: #fff;
}

.virtual-reality{
    height: 100%;
    display: flex;
    align-items: center;
}
.virtual-reality h1{
    color: #bd9a68;
}
.main-rera{
    text-align: center;
}
.rera-logo{
    max-width: 90px;
    margin-bottom: 5px;
    margin: auto;
}
.number-rera label{
    line-height: 0;
    font-weight: 600;
    color: #0c5dad;
}
.first-main-rera{
    display: none;
}

.wo-we-pending{
    margin-bottom: 25px;
}
.res-btn{
    padding: 15px 30px;   
}
.home-main-rera{
    text-align: center;
}
.cortila-yard-center{
    display: flex;
    align-items: center;
}
.the-courtyard{
    font-size: 21px !important;
    display: inline-block !important;
    padding-left: 6px;
    margin-bottom: 0px !important;
}
/* responsive */
@media (max-width: 768px) {
    .flex-column-custom {
        flex-direction: inherit;
        justify-content: space-between;
}
}
@media (max-width: 425px) {
    .courtila-logo-cus{
        padding-bottom: 25px;
    }
    .feature-content .title-custom {
        font-size: 15px !important;
    }
    .no-amenity-border{
        margin: 0 auto 5px;
    }
    .new-main-aeminity{
        margin-bottom: 20px;
    }
    .only-start-details{
        text-align: start !important;
    }
    .new-side-right{
        justify-content: left !important;
    }
    .banner-content .list-wrap li{
        padding: 0 0px 0px !important;
    }
    .side-tab{
        margin-bottom: 20px;
    }
    .flex-column-custom {
        flex-direction: inherit;
        justify-content: space-between;
    }
    .small-pending{
        padding: 120px 0px 50px !important;
    }
    .new-spaces-tab{
        margin: 20px 0;
        text-align: center;
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
        flex-wrap: wrap;
    }
    .new-submit{
        width: 120px;
    }
    .bg-i{
        height: 333px;
        display: none;
    }
    .new-bg-c img{
        margin-bottom: 25px;
    }

    .first-hide-sheek{
        display: none;
    }
    .hide-and-sheek{
        display: block;
    }
    .latest-center-reverce{
        display: flex;
        flex-wrap: wrap-reverse;
    }
    .n-l-down {
        color: var(--tg-white);
        display: block;
        width: 30px;
        height: 50px;
        text-align: center;
    }
    .n-l-down span {
        border-color: var(--tg-primary-color);
    }
    .n-l-down span {
        display: block;
        width: 15px;
        height: 15px;
        border-bottom: 2px solid var(--tg-white);
        border-right: 2px solid var(--tg-white);
        transform: rotate(45deg);
        margin: -10px 0 0 8px;
        animation: animate 2s infinite;
    }

    /* .single-slider{
        min-height:40vh;
    } */
    .main-rera{
        text-align: end;
        padding-right: 20px;
        display: none;
    }
    .first-main-rera{
        display: block;
        text-align: center;
    }

    .number-rera label {
        font-size: 13px;
    }
    .home-main-rera{
        text-align: center;
    }
    .res-btn{
        padding: 15px 25px;
    }
    .new-color-g{
        /* width: 165px; */
        /* margin: 5px 10px; */
    }
    .nav-link-custm{
        /* width: 160px; */
        margin: 0;
    }

    .cortila-yard-center{
        display: block;
        line-height: 28px !important;
    }
    .the-courtyard{
        font-size: 18px !important;
    }

}
@media (max-width: 414px) {
    .nav-link-custm {
        /* width: 135px;
        margin: 5px 0px;
        padding: 2px; */
        margin: 0;

        font-size: 12px;
    }
}
@media (max-width: 399px) {
    .new-color-g {
        /* width: 155px; */
        /* margin: 5px 10px; */
    }
}
@media (max-width: 393px) {
    .new-color-g {
        /* width: 90px; */
        /* margin: 5px 5px; */
        /* padding: 0px; */
    }
    .nav-link-custm {
        /* width: 115px;
        margin: 5px 0px;
        padding: 2px; */
        margin: 0;

        font-size: 12px;
    }
}

@media (max-width: 390px) {
    .new-color-g {
        /* width: 90px; */
        /* margin: 5px 5px; */
        /* padding: 0px; */
        
    }
    .nav-link-custm {
        /* width: 120px;
        margin: 5px 0px;
        padding: 5px; */
        font-size: 12px;
        margin: 0;

    }
}
@media (max-width: 375px) {
    .new-submit {
        width: 160px;
    }
    .bg-i {
        height: 295px;
    }
    .banner-content .title {
        line-height: 25px;
        font-size: 25px !important;
        margin-bottom: 10px !important;
    }
    .banner-content p {
        margin: 0 auto 15px !important;
    }
    .new-color-g {
        /* width: 135px;
        margin: 5px 10px; */
    }
    .nav-link-custm {
        /* width: 155px;
        margin: 5px 0px; */
        margin: 0;

    }
    .the-courtyard {
        font-size: 15px !important;
    }

    
    
}
@media (max-width: 320px) {
    .new-submit {
        width: 130px;
    }
    .bg-i {
        height: 255px;
    }
    .new-color-g {
        /* width: 90px; */
        /* margin: 5px 5px; */
        /* padding: 0px; */
    }
    .nav-link-custm {
        /* width: 115px;
        margin: 5px 0px;
        padding: 2px; */
        font-size: 12px;
        margin: 0;

    }
    .the-courtyard {
        font-size: 13px !important;
    }
}
@media (max-width: 312px) {
    .flex-column-custom {
        flex-direction: column;
        justify-content: space-between;
    }
}

/* responsive end */

