@import url(color.css);
body {
    font-family: "Montserrat", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif !important;
}
p,
span,
a {
    font-family: "Montserrat", sans-serif !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.m-l-20 {
    margin-left: 20px !important;
}
.pr-10 {
    padding-left: 10px !important;
}
.p-r-5 {
    padding-right: 5px !important;
}
.p-l-5 {
    padding-left: 5px !important;
}
.p-r-2 {
    padding-right: 2px !important;
}
.p-l-2 {
    padding-left: 2px !important;
}
.font-primary {
    color: var(--primary-color) !important;
}
.widget-500 {
    font-weight: 500 !important;
}
.boxVisit {
    border: 1px solid var(--primary-color);
    padding: 5px 25px 5px 5px;
}
.align-self-center {
    align-self: center;
}
.setting-menu {
    height: auto !important;
    top: 65px !important;
    z-index: 1;
}
.mr-20 {
    margin-right: 20px !important;
}
.pl-5 {
    padding-left: 5px !important;
}
.bannerImg {
    height: auto !important;
    width: 100% !important;
    object-fit: contain;
}

.bannerImage {
  height: auto;
  width: 100%;
  object-fit: contain;
}

.banner-text {
    position: absolute;
    margin-top: -23%;
    left: 13%;
}
.headerFields {
    padding: 0 !important;
}
.container-fluid {
    padding: 0px !important;
}
.logoDiv {
    padding-right: 0 !important;
}
.btn-property-box {
    font-size: 0.8rem !important;
    font-weight: 500 !important;
}
.btnDiv {
    bottom: -12px;
}
.box-icon {
    background-color: #fff !important;
    border-radius: 15% !important;
    height: 22px !important;
    width: 30px !important;
    padding: 3px;
}
.font-15 {
    font-size: 15px !important;
}
.font-black {
    color: var(--secondary-color) !important;
    font-weight: 500 !important;
}
.border-black {
    border: 1px solid var(--secondary-color) !important;
}
.btn-secondary {
    color: var(--thired-color);
    background-color: var(--secondary-color);
    border: 1px solid var(--thired-color);
}
.btn-secondary:hover {
    color: var(--primary-color);
    background-color: var(--thired-color);
    border: 1px solid var(--primary-color);
}
.bg-width .container {
    width: 82% !important;
}
.property-boxslider-height {
    height: 150px !important;
}
.sliderDiv {
    border: 1px solid #fff0;
    border-radius: 20px !important;
}
.input input[type="text"] {
    padding: 2px 8px 0 18px !important;
}
.possetion-tag {
    background-color: #efefef;
    border-radius: 50px;
    padding: 3px 15px 3px 15px;
}
.possetion-tag i {
    color: var(--primary-color);
    position: relative;
    font-size: 16px;
    margin-right: 10px;
}
.rera-id {
    font-size: 9px !important;
}
.property-item .property-author {
    background: rgb(255 255 255 / 0.32);
    padding: 8px;
    right: 18px;
}
.property-feature li {
    padding: 0 !important;
    width: 98px !important;
    line-height: 1.8;
}
.projectTitle {
    border-right: 1px solid #ddd;
}
.user-btn li a {
    display: flex;
    width: auto;
}
.user-btn li a i {
    color: #969696;
}
.user-btn li a p {
    color: #000;
}
.contact-txt {
    color: #969696;
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.new-launch-item {
    display: flex;
    align-items: center;
}
.headerIcon {
    height: 40px !important;
    width: 40px !important;
    object-fit: contain;
}
.new-launch-txt {
    font-size: 0.9rem;
    font-weight: 500;
    color: #000;
    margin-left: 5px;
}
.icon-and-text {
    display: flex;
    align-items: center;
}
.headerInputRadiousOne {
    border-radius: 3px 0 0 3px;
}
.headerInputRadiousTwo {
    border-radius: 0 3px 3px 0px !important;
}
.titleBox {
    border: 2px solid var(--secondary-color);
    background-color: var(--secondary-color);
    border-radius: 2px;
    text-align: center;
}
.builder-title {
    font-size: 0.8rem !important;
    font-weight: 500;
    margin-bottom: 5px !important;
}
.font-small {
    font-size: 1rem !important;
}
.titleBox h3 {
    font-size: 1.3rem !important;
}
.formTitle {
    margin-bottom: 10px !important;
    align-items: center !important;
    color: var(--thired-color) !important;
}
.propertyImg {
    height: 450px !important;
}
.callback-img {
    height: 70px !important;
    width: 100% !important;
    object-fit: contain;
}
.fixFormTxt {
    font-size: 1rem !important;
    font-weight: 500;
    color: var(--secondary-color);
}
.agree-checkbox-div {
    padding: 10px;
}
.agree-checkbox {
    display: none;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 2px;
}
.agree-checkbox:checked + .checkmark:before {
    content: "\2713";
    display: block;
    text-align: center;
    line-height: 16px;
    font-size: 14px;
    background-color: var(--primary-color);
    color: var(--thired-color);
}
#section2-form {
    position: sticky;
    max-width: 375px !important;
}
.inqForm {
    box-shadow: 0 2px 4px rgb(0 0 0 / 0.1);
}
.inquiryForm-textArea {
    border: 1px solid #dddddd !important;
}
.amenityDiv {
    background-color: #fff0;
    align-items: center !important;
}
.amanityTxt {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    margin-top: 10px !important;
    line-height: 0px !important;
}
.amenitiesBox {
    text-align: center;
    padding: 5px;
    min-height: 100px;
    margin-bottom: 10px;
    border-radius: 4px;
}
.amenitiesBox:hover {
    box-shadow: 1px 1px 6px 1px #efefef;
}
.amenityTxt {
    font-size: 12px;
    color: #000;
    line-height: 16px;
}
.propertyTitleDiv {
    min-height: 140px !important;
    padding: 10px 15px 10px 15px !important;
}
.propertyTitleDiv h4 {
    margin-bottom: 5px !important;
}
.propertybox-img {
    height: 225px !important;
}
.propertyTitle {
    font-size: 1rem !important;
}
.locationTxt i {
    font-size: 0.9rem !important;
    line-height: 20px;
    height: 35px;
}
.property-img-height {
    height: 150px !important;
}
.propertyImgHome {
    height: 280px !important;
}
.builder-txt {
    font-size: 0.9rem !important;
    color: var(--sixth-color) !important;
}
.slide-track {
    width: 100%;
    display: flex;
    gap: 3em;
    overflow: hidden;
}
.slider {
    padding-bottom: 10px !important;
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translatex(-1000%);
    }
}
.client-section {
    background-color: var(--thired-color);
    padding-top: 50px !important;
}
.slick-slide {
    margin: 0 5px;
}
.slick-slide img {
    width: 100%;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: #fff0;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
}
.slick-arrow.slick-hidden {
    display: none;
}
.clientSliderLogoDiv {
    border: 1px 1px 1px 1px var(--sixth-color);
}
.clientSliderLogo {
    height: 85px;
    width: 100%;
    object-fit: contain;
    padding: 10px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 0.2);
}
html {
    font-size: 15px;
}
body {
    margin: 0;
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1em;
}
.btn-nav {
    position: relative;
    cursor: pointer;
    background: #fff0;
    display: inline-block;
    zoom: 1;
    border-radius: 4px;
    line-height: 1;
    top: 4px !important;
}
.btn-banner {
    padding: 8px 28px !important;
}
.btn-header {
    background: var(--primary-color);
    padding: 8px 0px !important;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #fff0;
    color: var(--thired-color);
    transition: 0.3s;
    font-size: 1rem !important;
    display: block;
    font-weight: 500;
}
.btn-nav .line {
    display: block;
    background: #969696;
    height: 3px;
    width: 20px;
    margin: 3px 0;
}
.site-navbar-wrap.v2 {
    padding: 10px;
}
.header-top {
    padding: 0 20px;
    background: #fff;
    display: flex;
    align-items: center;
}
.header-top h1 {
    margin: 0;
    display: inline-block;
    font-size: 1.5em;
    vertical-align: text-bottom;
    line-height: 1;
    font-weight: 400;
}
.custom-select .dropdown-toggle,
.custom-select:hover .dropdown-toggle {
    padding: 0 8px !important;
}
.navigation-backdrop {
    position: fixed;
    left: 275px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    background: rgb(212 212 212 / 0.36);
}
.navigation {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background: #fff;
    z-index: 1000;
    width: 275px;
    overflow: auto;
    display: none;
    box-shadow: -1px 2px 6px 1px #9e9e9e;
}
.navigation.open {
    display: block;
}
.navigation-btn {
    padding: 10px;
    text-align: right;
}
.navigation-heading {
    margin: 15px 0 0 0;
    font-weight: 500;
    color: #000;
    padding: 10px;
}
.navigation-list {
    padding: 0;
    list-style: none;
    margin: 0;
}
.navigation-list li {
    line-height: 25px;
}
.navigation-list a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 5px 10px;
    font-weight: 500;
}
.navigation-list a:hover {
    background-color: var(--primary-light-color);
}
.custom-accordion {
    list-style: none;
    max-width: 300px;
    margin: 20px auto;
}
.custom-accordion-item {
    border: 1px solid #ccc;
    margin-bottom: 5px;
}
.custom-accordion-title {
    padding: 10px;
    background-color: #f2f2f2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.custom-accordion-content {
    display: none;
    padding: 10px;
}
.accordion-arrow {
    padding-left: 2px;
}
.accordion-container {
    list-style-type: none;
    padding: 0;
}
.accordion-item {
    border-bottom: 1px solid #ccc;
    margin: 5px;
    cursor: pointer;
    display: inline-block;
}
.accordion-content {
    display: none;
}
.accordion-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-title i {
    cursor: pointer;
}
.dropdown {
    position: relative;
}
.dropdown .dropdown-list {
    padding: 25px 20px;
    background: #fff;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    border: 1px solid rgb(0 0 0 / 0.2);
    max-height: 223px;
    overflow-y: auto;
    background: #fff;
    display: none;
    z-index: 10;
}
.dropdown .checkbox {
    opacity: 0;
    transition: opacity 0.2s;
}
.dropdown .dropdown-label {
    display: block;
    height: 44px;
    font-size: 12px;
    line-height: 40px;
    background: #fff;
    border: 1px solid rgb(0 0 0 / 0.2);
    padding: 0 40px 0 20px;
    cursor: pointer;
    position: relative;
    font-weight: 700;
}
.dropdown .dropdown-label:before {
    content: "▼";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.25s;
    transform-origin: center center;
}
.dropdown.open .dropdown-list {
    display: block;
    z-index: 15;
}
.dropdown.open .checkbox {
    transition: 2s opacity 2s;
    opacity: 1;
}
.dropdown.open .dropdown-label:before {
    transform: translateY(-50%) rotate(-180deg);
}
.checkbox {
    margin-bottom: 10px;
}
.checkbox:last-child {
    margin-bottom: 0;
}
.checkbox .checkbox-custom {
    display: none;
}
.checkbox .checkbox-custom-label {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox .checkbox-custom + .checkbox-custom-label:before {
    content: "";
    background: #fff0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    width: 12px;
    height: 12px;
    border: 1px solid rgb(0 0 0 / 0.3);
    border-radius: 2px;
    margin-top: -2px;
}
.checkbox .checkbox-custom:checked + .checkbox-custom-label:after {
    content: "";
    position: absolute;
    top: 2 px;
    left: 3px;
    height: 4px;
    padding: 2px;
    transform: rotate(45deg);
    text-align: center;
    border: solid #000;
    border-width: 0 2px 2px 0;
}
.checkbox .checkbox-custom-label {
    line-height: 10px;
    font-size: 14px;
    margin-right: 0;
    margin-left: 0;
    color: #000;
}
.multiselect {
    margin-bottom: 10px;
}
.multiselect-label {
    font-size: 12px;
    margin-bottom: 5px;
}
.multiselect-options {
    width: 100%;
    padding: 5px;
    font-size: 0.8rem;
    font-weight: 500;
    border: 1px solid var(--primary-color);
}
.filter-outline {
    border: 1px solid var(--eighth-color) !important;
    line-height: 20px;
}
.filter-border {
    border: 1px solid var(--eighth-color) !important;
}
.btn-light {
    font-size: 0.8rem !important;
    font-weight: 600;
}
.nav-list li {
    list-style: none;
}
.nav-list li a {
    text-decoration: none;
    display: block;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #515151 !important;
    color: #9d9d9d;
}
.nav-list > li > a {
    color: #c4c4c4;
    font-size: 14px;
    padding-left: 13px !important;
    border-bottom: 1px solid #585858;
}
.nav-list > li > a:hover {
    background-color: #444;
}
.tipClick > a {
    font-size: 0.6rem;
    line-height: 21px;
    padding: 0 0 5px 0 !important;
}
.tipClick {
    display: block;
    position: relative;
}
.tipClick > a:focus + .tooltipT {
    display: block;
}
.tooltipT {
    display: none;
    position: absolute;
    background: #fff;
    -moz-box-shadow: 0 0 6px 1px #666;
    -webkit-box-shadow: 0 0 6px 1px #666;
    box-shadow: 0 0 6px 1px #666;
    border: 1px solid var(--sixth-color);
    color: var(--sixth-color);
    padding: 0 15px;
    font-family: Arial;
    font-size: 0.6rem !important;
    text-align: center;
    bottom: 30px;
    right: -10px;
    z-index: 10;
    max-width: 300px;
}
.tooltipT p {
    margin: 10px;
    color: 1px solid var(--sixth-color) !important;
    font-size: 0.8rem !important;
}
.tooltipT span {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0.8rem !important;
    line-height: 1;
}
.tooltipT span a {
    text-decoration: none;
    color: #00529b;
}
.tooltipT span:focus .tooltipT {
    display: none;
}
.tooltipT > .arrow,
.tooltipT > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: #fff0;
    border-style: solid;
}
.tipClick > .tooltipT > .arrow {
    border-width: 11px;
    bottom: -14px;
    right: 0;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgb(0 0 0 / 0.25);
    border-bottom-width: 0;
}
.tipClick > .tooltipT > .arrow:after {
    content: "";
    border-width: 10px;
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}
.modal-confirm {
    color: #636363;
    width: 350px;
    font-size: 14px;
}
.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}
.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}
.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px;
}
.modal-confirm .form-control,
.modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px;
}
.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -5px;
}
.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
}
.modal-confirm .icon-box {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: var(--primary-color);
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 2px rgb(0 0 0 / 0.1);
}
.modal-confirm .icon-box i {
    font-size: 58px;
    position: relative;
    top: 3px;
}
.modal-confirm.modal-dialog {
    margin-top: 80px;
}
.modal-confirm .btn {
    color: #fff;
    border-radius: 4px;
    background: var(--primary-color);
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}
.modal-confirm .btn:hover,
.modal-confirm .btn:focus {
    background: var(--primary-color);
    outline: none;
}
.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: #f0f0f0;
}
::-webkit-scrollbar-track {
    background: #f0f0f0;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.suggestion-box {
    position: absolute;
    background: #fff;
    width: 100% !important;
    z-index: 10;
}
.header-text.v1 h1 {
    margin-bottom: 0px !important;
}
.video-area.v1 .video-container {
    justify-content: normal;
}
.suggestion-sub-div {
    box-shadow: 0 0 3px #ccc;
}
.suggestion-title {
    text-align: right;
    text-transform: uppercase;
    vertical-align: top;
    padding: 1px 15px;
    border-top: solid 1px #666;
    background: #efefef;
}
.suggestion-title h3 {
    font-size: 12px;
    margin: 10px;
    color: #777;
}
.suggestion-div {
    padding-bottom: 5px;
    display: grid;
}
.suggestion-div a {
    padding: 5px 5px;
    color: #6c6c6c;
    color: #000 !important;
    font-weight: 400;
    font-size: 0.8rem;
    border-top: 1px solid var(--eighth-color);
    text-align: left;
    cursor: pointer;
}
.NotFoundImg {
    height: 300px !important;
    width: 100% !important;
}
.hidden {
    overflow: hidden;
    visibility: hidden;
}
.sliderIcon {
    background: #14121294;
    padding: 5px 5px;
    border-radius: 100px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}
.reraDiv {
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 100%;
}
.mobile-rera-div {
    border-radius: 3px;
    margin-top: 15px;
    padding: 7px 10px;
}
.mobile-rera-div a {
    font-weight: 550;
}
.rera-link {
    color: #666;
    font-size: 13px;
    margin-left: 10px;
    float: inline-end;
}
.fa-info-square {
    background: #999;
    border-radius: 5px;
    color: #fff;
    padding: 3px 5px;
    font-size: 9px;
}
.reraText {
    color: #666;
    font-size: 11px;
}
.actionIcon {
    height: 35px;
    background: #00000060;
    padding: 5px 10px;
    border-radius: 0 6px 0 0;
    cursor: pointer;
}
.cameraIcon {
    height: 19px;
}
.imgCount {
    margin-left: 5px;
    color: #fff !important;
    font-weight: 700 !important;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
}
.single-listing-title p {
    font-size: 14px;
}
.propertyName {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 10px;
    display: inline-block;
}
.builder-logo {
    width: 80px !important;
    height: 40px !important;
    object-fit: contain;
    padding: 5px;
    box-shadow: 2px 2px 4px 1px #ccc;
    border-radius: 6px !important;
}
.list-details-btn .trend-open p {
    font-size: 18px;
    margin-left: 0;
    margin-bottom: 10px;
    font-weight: 400;
    color: #111;
}
.priceText {
    color: var(--primary-color);
    font-weight: 500;
}
.floorText {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
}
.floor-card {
    padding: 5px 0;
    border-bottom: 1px solid #efefef;
}
.floor-card:hover {
    background: #fff !important;
    margin-bottom: 10px;
    box-shadow: 1px 1px 6px 1px #ccc;
    border-bottom: 1px solid var(--primary-color);
}
.floorSubText {
    font-size: 12px;
    color: #000;
    font-weight: 450;
}
.floorSubText > span {
    margin-left: 3px;
    font-size: 18px;
    color: var(--primary-color);
    cursor: pointer;
}
.secondaryColor {
    color: var(--primary-color);
    font-weight: 500;
}
.amenityImg {
    height: 50px !important;
    width: 100% !important;
    object-fit: contain;
    margin-bottom: 10px;
}
.pl-5 {
    padding-left: 5px !important;
}
.pr-5 {
    padding-right: 5px !important;
}
.floorPlanDiv {
    margin-top: 20px;
}
.floorUlTab {
    display: inline-flex;
    margin-bottom: 25px;
}
.floorLiTab {
    list-style: none !important;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 15px;
    font-size: 16px;
}
.floorLiTab:hover {
    border-bottom: 3px solid var(--primary-color);
    color: var(--primary-color);
    font-weight: 600;
    cursor: pointer;
}
.activeFloorTab {
    border-bottom: 3px solid var(--primary-color);
    color: var(--primary-color);
    font-weight: 600;
}
.floorHeadingText {
    font-size: 16px;
    font-weight: 500;
    color: #666;
}
.floorPlanImage {
    height: 100px;
    width: 100px;
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: 6px;
    opacity: 0.25;
}
.floorPlanDetails {
    padding-top: 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
}
.blueColor {
    color: var(--primary-color);
}
.btnTransparentBlack {
    background: #000;
    color: #fff;
    border: none;
}
.btnTransparentBlack:hover {
    background: var(--primary-color);
    color: #fff;
    border: none;
}
.btnTransparentBlue {
    background: var(--primary-color);
    color: #fff;
    border: none;
    padding: 3px 8px;
}
.btnTransparentBlue:hover {
    background: #000;
    color: #fff;
    border: none;
}
.galleryUlTab {
    display: inline-flex;
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin-bottom: 10px;
}
.galleryLiTab {
    list-style: none !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
}
.galleryLiTab:hover {
    border-bottom: 3px solid var(--primary-color);
    color: var(--primary-color);
    font-weight: 600;
    cursor: pointer;
}
.activeGalleryTab {
    border-bottom: 3px solid var(--primary-color);
    color: var(--primary-color);
    font-weight: 600;
}
.galleryImageDiv {
    margin-bottom: 10px;
}
.galleryImage {
    height: 170px;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.univerBar {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uniBarBottom {
    bottom: 0;
}
.uniBarEnquire {
    background: #750e21;
    display: block;
    color: #fff;
}
.uniBarEnquire:hover {
    color: #fff;
}
.uniBarCall {
    background: #49108b;
    display: block;
    color: #fff;
}
.uniBarCall:hover {
    color: #fff;
}
.uniBarWhatsApp {
    background: #004225;
    display: block;
    color: #fff;
}
.uniBarWhatsApp:hover {
    color: #fff;
}
.univerBar a.btn {
    align-items: center;
    justify-content: center;
    flex: 1;
    font-size: 16px;
}
.uniBtn {
    padding: 5px 5px 5px 5px;
    font-weight: 400 !important;
    line-height: 24px;
    border: 0px !important;
    border-radius: 0px !important;
}
.enquriyLogo {
    height: 18px;
}
.testiContent {
    text-align: justify;
}
.bg-width .container {
    width: 90% !important;
}
.imageContainer {
    position: relative;
}
.projectImage {
    width: 100%;
    height: 275px;
    display: block;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.5);
}
.icon {
    position: absolute;
    color: #fff;
    font-size: 24px;
    z-index: 2;
}
.accordion-content {
    display: none;
}
.accordion-item {
    margin-top: 0;
    margin-bottom: 0;
}
.accordion-title {
    padding-top: 4px;
    padding-bottom: 4px;
}
.accordion-content {
    border-top: 1px solid #ccc;
    padding-top: 4px;
    padding-bottom: 4px;
}
.accordion-container {
    list-style-type: none;
    padding: 0;
    height: 105px;
    overflow-y: auto;
    scrollbar-width: thin;
    margin-bottom: 15px;
}
.projectCard {
    background: #fff !important;
    margin-bottom: 20px;
}
.projectName {
    font-size: 22px;
    font-weight: 500;
    color: var(--primary-color);
    line-height: 24px;
}
.p-t-15 {
    padding-top: 15px;
}
.p-l-0 {
    padding-left: 0;
}
.p-r-0 {
    padding-right: 0;
}
.property-feature li {
    padding: 0 !important;
    width: 120px !important;
    line-height: 1.8;
}
.projectBox h6,
.projectBox h5 {
    margin-bottom: 5px !important;
}
.badge-default {
    background: #efefef;
    padding: 10px 20px;
    color: #666;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 500;
    box-shadow: 1px 1px 3px 0 #ccc;
}
.builderTitle {
    font-size: 15px;
    color: var(--primary-color);
    font-weight: 500;
}
.text-gray {
    color: #888;
}
.mb--10 {
    margin-bottom: -10px;
}
.actionImagesDiv {
    position: absolute;
    width: auto;
    padding: 2px 5px;
    z-index: 99;
    top: 0;
    right: 0;
}
.actionImagesDivBottom {
    position: absolute;
    width: 100%;
    padding: 10px;
    margin-top: -60px;
    bottom: 0;
    background-color: #000000ab;
}
.heartIcon {
    float: right;
    margin-right: 0;
    height: 27px;
}
.videoIcon {
    float: right;
    margin-right: 0;
}
.blueText {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    float: right;
}
a.blueText:hover {
    color: #000;
}
.grayText {
    color: gray;
}
.font11 {
    font-size: 11px;
}
.rightBtn {
    float: right;
}
.blackBtn {
    background: #222;
    border: 1px solid #222;
    border-radius: 4px;
    color: #fff;
    padding: 5px 10px;
    font-weight: 400;
}
.blueBtnCallBack {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    color: #fff;
    float: right;
    width: 150px;
    padding: 5px;
    cursor: pointer;
    font-weight: 400;
}
.blueBtn {
    background: var(--primary-color);
    padding: 7px 10px;
    border: 1px solid var(--primary-color);
    border-radius: 6px;
    color: #fff;
}
.blackBtn:hover {
    background: #fff;
    color: #222;
}
.blueBtn:hover {
    background: #fff;
    color: var(--primary-color);
}
.dropdown-toggle {
    background-color: #fff;
    color: gray;
    border: none;
    width: 100%;
    text-align: left;
    height: 40px;
    border-radius: 0;
}
.filter-input-cust {
    height: 40px;
    border: none;
}
.filterUl {
    width: 100%;
    display: inline-flex;
    justify-content: center;
}
.filterLi {
    width: 20%;
    border-left: 1px solid #efefef;
}
.dropdown-menu {
    background-color: #fff;
    border: 1px solid gray;
    padding: 10px;
}
.dropdown-menu-checkboxes {
    list-style: none;
    padding: 0;
}
.dropdown-menu-checkboxes li {
    padding: 5px 10px;
    cursor: pointer;
}
.dropdown-menu-checkboxes input[type="checkbox"] {
    margin-right: 5px;
    border-radius: 5px;
}
.filterDropDown::after {
    right: 20px !important;
    position: absolute;
    margin-top: 10px;
}
.filterClose {
    background: #fff !important;
    padding: 6px 10px !important;
    border-radius: 6px;
    margin: 0;
    margin-top: 0;
    margin-bottom: -5px;
    border: none;
}
.filterClose:hover {
    background: #efefef !important;
    color: #000 !important;
}
.dropdown-menu.show {
    display: block;
    width: 100%;
    padding: 5px 10px;
}
.dropdown-menu-checkboxes {
    list-style: none;
    padding: 0;
    max-height: 200px;
    overflow: auto;
    scrollbar-width: thin;
}
.dropdown-menu-checkboxes li {
    padding: 0;
}
.dropdown-search-box {
    width: -webkit-fill-available;
}
.filterBody {
    height: 350px;
    overflow: auto;
    scrollbar-width: thin;
    margin-top: 10px;
}
.filterFooter {
    margin-bottom: -23px;
    margin-top: 10px;
}
@media (max-height: 105px) {
    .accordion-container {
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .accordion-container::-webkit-scrollbar {
        width: 0;
    }
}
@keyframes shine {
    0% {
        background-position: 100% 0%;
    }
    100% {
        background-position: -100% 0%;
    }
}
.shining-button {
    display: inline-block;
    padding: 5px 20px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
    background: linear-gradient(45deg, #489dc0, #080121);
    background-size: 200% 100%;
    transition: background 0.5s;
    animation: shine 3s infinite linear;
    float: right;
    font-weight: 400;
}
.shining-button:hover {
    background: linear-gradient(45deg, #080121, #489dc0);
}
.projectCard:hover {
    box-shadow: 1px 1px 6px 2px #ccc;
}
.placeDetailBox {
    background-image: linear-gradient(179deg, #00a0e320, #e2f4fc 100%);
}
.nearby-box {
    background-color: var(--thired-color);
    border: 1px solid var(--sixth-color);
    border-radius: 5px;
    padding: 8px !important;
    height: auto;
    width: 32%;
    margin: 5px;
    align-content: center;
}
.nearby-box .row {
    align-items: center;
}
.km-text {
    background-color: var(--primary-color);
    color: var(--thired-color);
    padding: 2px;
    text-align: center;
    border-radius: 6px;
    height: 50px;
}
.nearby-place {
    font-size: 0.8rem !important;
}
.distance {
    font-size: 14px !important;
    font-weight: 600;
    line-height: 24px;
}
.disType {
    font-size: 12px !important;
    font-weight: 400;
    line-height: 24px;
}
.list_menu {
    background-color: #efefef !important;
    border-radius: 0px !important;
}
.overview-value {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}
.row .overviewBox {
    border-right: 1px solid #ccc;
}
.row .overviewBox:hover {
    background-color: #efefef;
    cursor: pointer;
}
.row .overviewBox:last-child {
    border-right: none;
}
.border-bottom-box:last-child {
    border-bottom: none;
}
.noBottomBorder {
    border-bottom: none !important;
}
.overview-box {
    padding: 10px 0;
}
.overview-text {
    font-size: 12px;
}
.list-details-section {
    padding: 20px;
}
.details-title {
    font-size: 26px;
    font-weight: 400;
    color: #111;
    margin-bottom: 20px !important;
}
.silentFeatureDiv ul {
    list-style-type: none;
}
.silentFeatureDiv p::before {
    content: "\2713";
    color: #00a0e3;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-right: 0.5em;
}
.silentFeatureDiv li::before {
    content: "\2713";
    color: #00a0e3;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-right: 0.5em;
}
.silentFeatureDiv li {
    font-size: 15px;
    font-weight: 100;
    line-height: 30px;
    color: #222;
}
.hidden-amenities {
    display: none;
}
.noGalleryImage {
    height: 150px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 1px 1px 6px 1px #ccc;
}
.top-0 {
    top: 0 !important;
}
.bottom-0 {
    bottom: 0 !important;
}
.top-auto {
    top: auto !important;
}
.right-0 {
    right: 0px !important;
}
.blackColor {
    color: #000;
}
.header.transparent.scroll {
    z-index: 999 !important;
}
.user-btn li span {
    width: auto !important;
}
.nav-like-icon i {
    font-size: 20px;
}
.video-area.v1,
.video-area.v1 #video-wrapper,
.video-area.v1 .video-container {
    height: 82vh !important;
}
.result-heading h2 {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    margin: 0;
    display: inline;
}
.total-project-count {
    padding-left: 10px;
    font-size: 18px;
    color: #666;
    vertical-align: middle;
}
.disclaimer a {
    display: inline-block;
    font-size: 15px;
    border-bottom: 1px dashed #666;
    cursor: pointer;
    color: #666;
}
.sort-options {
    display: block;
}
.sort-options-item,
.sort-options-lable,
.sort-options-ul {
    display: inline-block;
    vertical-align: middle;
}
.sort-options-li,
.sort-options-ul {
    display: inline-block;
}
.sort-options-li {
    color: #666;
    font-size: 16px;
    margin-left: 15px;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
}
.sort-options-li.active {
    color: var(--primary-color);
}
.border-bottom-box {
    border-bottom: 1px solid #ccc;
}
.overviewShadow {
    height: 135px;
}
.ml-auto {
    margin-left: auto !important;
}
.m-l-5 {
    margin-left: 5px;
}
.m-l-10 {
    margin-left: 10px;
}
.m-t-10 {
    margin-top: 10px !important;
}
.m-t-80 {
    margin-top: 80px !important;
}
.m-r-10 {
    margin-right: 10px;
}
.m-b-10 {
    margin-bottom: 10px;
}
.projectAddress i {
    color: #555;
}
.projectAddress,
.possession {
    color: #222;
}
.possession i {
    color: #555;
}
.more-config {
    color: var(--primary-color);
    border: 1px solid;
    border-radius: 3px;
    cursor: pointer;
    padding: 0 5px;
    display: inline-block;
}
.more-config a {
    color: var(--primary-color);
}
.custom-button {
    background-color: #489dc0;
    border: none;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    padding: 2px 2px 2px 20px;
    cursor: pointer;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.button-icon {
    width: 45px;
    height: 45px;
    vertical-align: middle;
    margin-left: 10px;
    border-radius: 4px;
}
.custom-button::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    background-color: rgb(0 0 0 / 0.2);
    transition: left 0.3s;
    z-index: -1;
}
.custom-button:hover::after {
    left: 0;
}
.tower-details {
    width: 100%;
}
.tower-details th {
    text-align: inherit;
    padding: 5px 0;
    font-weight: 500;
    color: #000;
    font-size: 16px;
}
.tower-details td {
    font-weight: 400;
}
.table-content table td {
    padding: 1px 5px;
}
.project-comparison {
    box-shadow: 0 0 10px -4px rgb(68 68 68 / 0.2);
    border-radius: 6px;
    background-image: linear-gradient(179deg, #00a0e320, #f7f7f7 100%);
    padding-top: 1px;
    margin-left: 20px;
    margin-right: 5px;
}
.comparison-project-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    display: flex;
}
.compare-project-title {
    width: 22%;
    border-right: solid 1px rgb(151 151 151 / 0.2);
    border-radius: 0;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}
.compare-project-item {
    max-width: 210px;
    width: 100%;
    border-right: solid 1px rgb(151 151 151 / 0.2);
    border-radius: 0;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}
.img-box {
    position: relative;
    padding: 0 7px;
    width: 100%;
    height: 145px;
}
.project-spec-lable {
    background-color: #fafafa;
    padding: 0;
}
.project-spec-lable p {
    border-bottom: solid 1px #ccc;
    line-height: 2.5;
    height: 80px;
    padding: 10px;
    margin: 5px 0;
}
.current-project .img-box {
    filter: sepia(0.5);
}
.project-spec-item {
    background-color: #fff;
}
.project-spec-item div {
    height: 80px;
    padding: 10px;
    margin: 5px 0;
    border-bottom: dashed 1px #ccc;
}
.put-ellipsis {
    white-space: nowrap;
    max-width: 99%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.compare-proj-name {
    font-size: 16px;
    font-weight: 500;
    color: #666;
    margin: 0;
}
.compare-buil-name,
.compare-loc-name,
.compare-config-sub {
    font-size: 14px;
    line-height: 18px;
    color: #999;
}
.compare-price,
.compare-config,
.compare-possession {
    font-size: 16px;
    color: #666;
}
.img-box p {
    font-size: 24px;
    padding: 10px;
    text-wrap: pretty;
    text-align: center;
    vertical-align: middle;
    color: var(--primary-color);
}
.view-project-btn button {
    font-size: 15px;
}
.img-box img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.comparison-title {
    margin-left: 25px;
    margin-top: 15px;
    font-weight: 500;
}
.filter-icon {
    width: 35px;
    height: 35px;
    vertical-align: middle;
    align-self: center;
}
.filterDropDown {
    display: flex;
    color: #000;
}
.compare-loc-name i {
    color: var(--primary-color);
}
.projectBadge {
    display: block;
    position: absolute;
    background-color: #7ed321;
    color: #fff;
    padding: 0 4px 0 7px;
    top: 10px;
    left: 2px;
    font-size: 13px;
    z-index: 1;
    line-height: 21px;
}
.projectBadge:after {
    position: absolute;
    content: "";
    left: -1px;
    bottom: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 5px 0;
    border-color: #fff0 #3d7104 #fff0 #fff0;
}
.current-badge {
    background-color: #4a4a4a;
}
.cur-pointer {
    cursor: pointer;
}
.view-btn {
    background: #fff;
    color: #222;
    border: 1px solid #222;
    border-radius: 4px;
    padding: 5px 10px;
    font-weight: 400;
}
.view-btn:hover {
    background: #222;
    color: #fff;
}
.ribbon-new-launch {
    position: absolute;
    width: 125px;
    height: 24px;
    background: #00a0e380;
    left: -8px;
    top: 13px;
    z-index: 99;
}
.ribbon-new-launch p {
    font-size: 14px;
    font-weight: 500;
}
.ribbon-new-launch:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-bottom: 8px solid #14455b;
    border-left: 8px solid #fff0;
    top: -8px;
}
.ribbon-new-launch:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: 0;
    border-top: 12px solid #fff0;
    border-bottom: 12px solid #fff0;
    border-left: 12px solid #00a0e380;
    right: -12px;
}
.ribbon {
    width: 140px;
    height: 140px;
    overflow: hidden;
    position: absolute;
    z-index: 99;
}
.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border: 5px solid #2980b9;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 163px;
    padding: 5px 0;
    background-color: var(--primary-color);
    box-shadow: 0 5px 10px rgb(0 0 0 / 0.1);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-shadow: 0 1px 1px rgb(0 0 0 / 0.2);
    text-align: center;
}
.ribbon-top-left {
    top: -10px;
    left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: #fff0;
    border-left-color: #fff0;
}
.ribbon-top-left::before {
    top: 0;
    right: 26px;
}
.ribbon-top-left::after {
    bottom: 26px;
    left: 0;
}
.ribbon-top-left span {
    right: 12px;
    top: 32px;
    transform: rotate(-45deg);
}
.btn-new-launch {
    padding: 5px 15px !important;
    cursor: auto !important;
}
.whatsapp-btn {
    background: var(--teal);
    padding: 5px 15px;
    border-radius: 3px;
    border: 1px solid var(--teal);
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}
.tower-details-tr {
    border-bottom: 1px solid #ccc;
}
.tower-details-body .tower-details-tr:last-child {
    border-bottom: none;
}
.img-btn {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
}
.whatsapp .img-btn {
    border-color: var(--teal);
}
.callback .img-btn {
    border-color: var(--primary-color);
}
.costsheet .img-btn {
    border-color: #555;
}
.black-border-btn {
    display: inline-block;
    padding: 5px 20px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #000 !important;
    border: 1px solid #000;
    background: #fff0;
    cursor: pointer;
    overflow: hidden;
    font-weight: 400;
    border-radius: 5px;
}
.primary-border-btn {
    display: inline-block;
    padding: 5px 20px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    background: #fff0;
    cursor: pointer;
    overflow: hidden;
    float: right;
    font-weight: 400;
    border-radius: 5px;
}
.black-border-btn-2 {
    display: inline-block;
    padding: 6px 20px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
    background: linear-gradient(45deg, #000, var(--primary-color));
    border: 1px solid;
    overflow: hidden;
    font-weight: 400;
    border-radius: 5px;
    background-size: 200% 100%;
    transition: background 0.5s;
    animation: shine 3s infinite linear;
    cursor: pointer;
}
.primary-border-btn-2 {
    display: inline-block;
    padding: 6px 20px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
    background: #000;
    border: 1px solid;
    overflow: hidden;
    font-weight: 400;
    border-radius: 5px;
    float: right;
    cursor: pointer;
}
.primary-border-btn-2:hover {
    background: #fff0;
    color: #000 !important;
    border: 1px solid #000;
    border-radius: 5px;
}
.nav-login-icon {
    cursor: pointer;
}
.nav-login-icon i {
    color: var(--primary-color);
    font-size: 16px;
    border-radius: 15px;
    padding: 7px;
    background: #f4f7f9;
}
td {
    word-break: break;
}
td.report-zone {
    font-size: 14px;
    width: 20%;
}
td.report-count {
    font-size: 14px;
    color: var(--primary-color) !important;
    font-weight: 500;
    width: 10%;
}
.report-head {
    background-color: #f5f5f5 !important;
}
.report-head th {
    font-size: 15px;
}
.menu-fist-sec {
    align-self: baseline;
}
.close-btn {
    align-self: center;
}
.mobile-bottom-nav {
    display: none;
}
.active {
    color: var(--primary-color);
}
.active-suggestion {
    background-color: var(--primary-color);
}
.mobile-price {
    display: none;
}
.mobile-rera {
    display: none;
}
.mobile-show {
    display: none !important;
}
.fixed-form-button {
    display: none;
}
.similar-builders {
    display: flex;
    align-items: center;
}
.similar-builders span {
    margin: 0 5px;
}
.ad-img {
    margin-bottom: 20px;
    width: 1160px;
    height: 225px;
}
.ad-vid {
    display: flex;
    justify-content: center;
}
.floor-card {
    width: 100%;
}
.width-auto {
    width: auto !important;
}
.comparison-div {
    width: 100%;
}
.custom-scrollbar {
    scrollbar-width: thin;
    scrollbar-gutter: auto;
}
.desktop-only {
    display: table-row;
}
.mobile-only {
    display: none;
}
.margin-5 {
    margin: 5px;
}
.rm-filter-option .btn.v8 {
    padding: 7px 20px;
}
.rm-filter-option {
    flex: 1;
    min-width: 125px;
}
.hero__form.v2 .custom-select.hero__form-input {
    line-height: normal !important;
}
.flex-half {
    flex: 0.5 !important;
}
.rm-filter-div {
    margin: 30px 0;
    padding: 10px;
    background: var(--eighth-color);
    border-radius: 5px;
}
.rm-report-tab {
    padding: 10px;
    background: var(--eighth-color);
    border-radius: 5px;
    margin-bottom: 15px;
}
.rm-report-tab-li {
    padding: 10px 15px;
    font-size: 16px;
    color: #555;
    width: 100%;
    background-color: #eee;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}
.active-tab {
    background-color: var(--primary-color);
    color: #fff !important;
}
.feature_text {
    top: 13px;
    left: 0;
}
.img-info-div {
    flex-wrap: wrap-reverse;
}
.rera-info-div {
    display: flex;
    width: 100%;
    position: absolute;
    top: 0;
    padding: 5px 0;
    background-color: #00a0e350;
    z-index: 99;
}
.rera-common-div {
    font-size: 12px !important;
    margin: 0 10px 0 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 18px;
    align-self: center;
    align-content: center;
}
.rera-common-img {
    height: 16px;
    vertical-align: text-top;
}
.rera-common-text {
    background-image: linear-gradient(
        45deg,
        var(--primary-light-color),
        var(--primary-color)
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: #fff;
}
.rera-common-div:after {
    content: "";
    width: 4px;
    height: 4px;
    background: #eeeb;
    position: absolute;
    margin: 0 10px;
    top: 41%;
    border-radius: 2px;
}
.rera-common-div:first-child {
    margin-left: 10px;
}
.img-top-div .rera-common-div:first-child {
    margin: 0px !important;
}
.rera-common-div:last-child::after,
.img-top-div .rera-common-div::after {
    display: none;
}
.img-top-div .rera-common-div {
    padding: 0 6px;
    border-radius: 5px;
    line-height: 22px;
    align-self: end;
}
.img-top-div {
    background-color: #00a0e350;
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
}
.pickup-drop-div {
    display: flex;
}
.pickup-drop-img {
    height: 17px;
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translate(-50%, 0%);
}
.carousel .rera-common-div:after {
    content: none;
}
.visit-div {
    display: flex;
    align-items: center;
    margin-left: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: var(--primary-light-color);
    clip-path: polygon(
        0% 18%,
        100% 18%,
        93% 50%,
        100% 85%,
        calc(0% - 92px) 85%
    );
    width: 158px;
    position: absolute;
    bottom: 7px;
    left: 0;
}
.visit-text {
    color: var(--secondary-color);
    line-height: normal;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    padding: 8px 5px;
}
.builder-names {
    display: flex;
    justify-content: end;
}
#loader {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgb(0 0 0 / 0.6);
    backface-visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),
        visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
#loader img {
    width: 100px;
    height: 100px;
    background-color: #eee;
    border-radius: 10px;
}
.m-l-40 {
    margin-left: 40px;
}
.hero__form .custom-select.hero__form-input {
    font-weight: 500 !important;
    color: #000;
}
.p-10 {
    padding: 10px !important;
}
.rera-disclaimer-bottom {
    position: fixed;
    bottom: 0;
    z-index: 1001;
}
.rera-content {
    display: flex;
    background-color: #efefef;
}
.rera-disclaimer-info {
    display: flex;
    align-items: center;
    flex: 1;
}
.rera-disclaimer-text {
    flex: 1;
    font-size: 13px;
    font-weight: 450;
}
.close-btn-bottom {
    cursor: default;
}
.close-btn-text {
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    padding: 5px;
}
.align-self {
    align-self: center;
}
.read-disclaimer {
    font-size: 13px;
    font-weight: 400;
    color: var(--primary-color);
    margin-top: 5px;
    float: right;
}
.disclaimer-sec {
    background-color: #e4e4e433;
    border-radius: 5px;
    padding: 15px;
    margin: 0 15px 15px 15px;
}
.disc-title {
    color: #888;
}
.breadcrumb-section {
    background-attachment: unset;
    padding: 63px 0 0px;
}
.multi-builder a {
    display: inline-grid;
    justify-items: center;
    margin: 0 10px;
}
.multi-builder .builder-logo {
    margin: 0px !important;
}
.multi-builder span {
    font-size: 14px !important;
}
.yt-popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 0.5);
}
.yt-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    background-color: #fff0;
    text-align: right;
}
.yt-close {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
}
.yt-popup iframe {
    display: block;
    border: none;
}
.common-white-bg {
    background-color: #fff;
    padding: 30px 10px;
    border-radius: 5px;
}
.popup-img {
    background-color: #000;
    border-radius: 5px;
}
.youtube-thumb-img {
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.font-600 {
    font-weight: 600;
}
.slide-track {
    gap: 0 !important;
}
.rera-disclaimer-text span,
.disclaimer-sec span {
    text-align: justify;
    word-break: break-all;
}
.long-press-image-container {
    position: relative;
    display: inline-block;
}
.long-press-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff0;
}
#submitButtonBookVisit2:disabled:hover {
    background: var(--primary-color) !important;
    color: var(--thired-color) !important;
    border: 1px solid transparent !important;
    opacity: 0.65 !important;
}
.breadcrumb-menu h2 {
    color: #fff !important;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.section-title {
    text-align: center;
    margin-bottom: 25px;
}
.section-title p {
    color: #333;
    font-size: 18px;
}
.section-title h3 {
    color: #333;
    font-size: 36px;
    margin-top: 0;
}
.about-text ul {
    list-style-type: disc;
    margin-left: 20px;
}
.about-text li {
    margin-bottom: 10px;
    line-height: 1.6;
}
.res-box h5 {
    margin-bottom: 0;
    margin-top: 20px;
}
.res-box h6 {
    margin-bottom: 0;
    margin-top: 10px;
    color: #555;
}
.filterDropDown::before {
    left: 8px !important;
    position: absolute;
    margin-top: 0;
    content: "";
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
}
#dropdownConfiguration::before {
    background-image: url(../images/icon/filter-config.png);
}
#dropdownBudget::before {
    background-image: url(../images/icon/filter-budget.jpg);
}
#dropdownPossession::before {
    background-image: url(../images/icon/filter-possession.jpg);
}
#dropdownLocation::before {
    background-image: url(../images/icon/filter-location.jpg);
}
#dropdownSqFt::before {
    background-image: url(../images/icon/filter-sqft-range.jpg);
}
#dropdownPropType::before {
    background-image: url(../images/icon/filter-prop-type.jpg);
}
.filterDropDown::after {
    right: 5px !important;
    position: absolute;
    margin-top: 5px;
}
.dropdown-toggle {
    padding: 10px 10px 10px 40px;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    /*vertical-align: 0.255em;*/
    vertical-align: middle;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../images/icon/down-arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}
.flipped-icon {
    transform: scaleX(-1);
}
.serviceMoreBtn {
    font-size: 18px;
    text-underline-offset: var(--sixth-color);
    color: var(--sixth-color) !important;
}
.serviceMoreBtn:hover {
    color: var(--primary-color) !important;
}
.service-section {
    padding: 100px 0 70px;
}
.single-service:hover {
    background-color: var(--seventh-color);
    border-radius: 20px;
}
.single-service {
    padding: 15px;
    height: auto;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}
.single-service h5 {
    text-transform: capitalize;
    font-weight: 700;
    color: var(--secondary-color);
    font-size: 20px;
    margin-bottom: 15px;
}
.single-service h5 span {
    color: var(--primary-color);
}
.single-service p {
    font-size: 15px;
    font-weight: 400;
}
.service-font {
    text-align: justify;
    color: var(--secondary-color);
}
.single-service:hover .icon,
.single-service:hover h5 span {
    color: var(--sixth-color);
}
.moretext {
    display: none;
}
.moretext-one {
    display: none;
}
.readmore .moreText {
    display: none;
}
.readmore a.more {
    display: block;
    width: 140px;
}
.readMoreBtn {
    color: var(--sixth-color);
    font-size: 15px;
}
.blogMoreBtn {
    font-size: 18px;
    text-underline-offset: var(--sixth-color);
    color: var(--sixth-color);
}
.serviceMoreBtn {
    font-size: 18px;
    text-underline-offset: var(--sixth-color);
    color: var(--sixth-color) !important;
}
.serviceMoreBtn:hover {
    color: var(--primary-color) !important;
}
.section-title.mission-title.v3 {
    text-align: center !important;
}
.service-info {
    font-size: 15px;
    text-align: justify;
}
.contact-info .icon {
    position: relative;
}
.video-area.v1 .video-content {
    z-index: 1001;
    padding-top: 0px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -55%);
    width: 73%;
}
.width-23 {
    width: 23%;
}
.width-64 {
    width: 64%;
}
.hero__form.v4.filter.listing-filter {
    background: rgba(255,255,255,.32);
    padding: 10px;
    position: absolute;
    top: 34%;
    width: 58%;
    left: 12%;
}
.width-64 {
    width: 60%;
}
.breadcrumb-menu {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 5%);
    text-align: center;
}
.breadcrumb-menu h1, .breadcrumb-menu span, .breadcrumb-menu span a, .breadcrumb-menu span::before {
    color: var(--secondary-color);
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
}
.breadcrumb-menu span a {
    padding-right: 0;
    padding-left: 0;
}
.con-main-div {
    display: flex;
}
.con-sub-div {
    margin: 5px;
}
.con-name {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
}
.con-contact {
    color: #000;
    font-weight: 500;
    font-size: 14px;
}
.mobile-zone-list {
    width: 100%;
}
.mobile-zone-list p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.rm-suggestion-search-box {
    width: 100%;
}
.floorDetailsDiv {
    width: 100%;
}
.floor-img-slider {
    position: relative;
    max-width: 250px;
    margin: auto;
    overflow: hidden;
    width: 100%;
}
.slides-container {
    display: flex;
    transition: transform 1s ease; /* Smooth transition for the sliding effect */
    height: 100%;
    width: 100%;
}
.floor-img-item {
    height: 100%;
    width: 100%;
    object-fit: cover;
    flex-shrink: 0; 
}
.floor-img-dot {
    text-align: center;
    margin: 0 2px;
    /*background: #00000025;*/
    position: absolute;
    width: 95%;
    bottom: 0;
}
.floor-img-dot .dot {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.active-dot {
    background-color: var(--primary-color) !important;
}
.image-slider-container {
    position: relative;
    max-width: 500px;
    margin: auto;
    overflow: hidden;
    width: 100%;
}
.image-slider-list {
    display: flex;
    /*position: relative;*/
    transition: transform 1s ease-in-out;
}
.image-slider-item {
    min-width: 100%;
    transition: opacity 1s ease-in-out;
    /*position: relative;
    display: inline-block;*/
}
/*.active-slide {
    opacity: 1;
    transform: translateX(0);
}
.image-slider-item:not(.active-slide) {
    opacity: 0;
    transform: translateX(100%);
}*/
.footer-links {
    color: var(--primary-color);
    font-weight: 600;
}
.site-navbar .site-navigation .site-menu>li, ul.hero_list li {
    padding: 0px;
}
.site-menu>li>a.active::before, .site-menu>li>a::before {
    top: -12px;
}

.headerInputRadiousOne {
    padding: 4px 10px;
}
.rmFilterSec {
  background: #fff;
  padding: 20px 4px;
  border-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  border-left: 3px solid skyblue;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-left: 15px;
  margin-right: 10px;
  box-shadow: 1px 1px 2px 1px #efefef;
}
.rmFilterSec .hero__form .custom-select.hero__form-input {
    height: 42px !important;
}
.rmFilterSec .listing-filter input[type="text"] {
    height: 42px !important;
}
.rmFilterSec .filterLi {
    border: 1px solid #ddd;
}
.rmFilterSortby {
    border: 1px solid #ddd;
}