@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    background: #f8f8f8;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
}

.btn {
    border: 1px solid #b30c0d;
    padding: 10px 25px;
    background-color: #b30c0d;
    transition: all 0.25s ease-in-out;
    font-size: 16px;
    color: #fff;
}

.btn:hover {
    color: #fff;
}

.same-section {
    margin-bottom: 40px;
    position: relative;
}

header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    background-color: #8a0909;
    box-shadow: 0 0 5px #fff;
}

.top-header {
    padding: 6px 0;
    background-color: #000;
}

.inner-top-header {
    display: inline-block;
    margin: 0;
}

.header-mnu .menu {
    display: inline-block;
}

.top-social-icons ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.top-social-icons ul li {
    margin-left: 12px;
}

.top-social-icons ul li a {
    color: #fff;
}

.top-social-icons ul li a .fa {
    font-size: 18px;
}

.top-mobile-number a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.top-mobile-number a .fa {
    font-size: 18px;
    font-weight: 600;
}

.main-header {
    padding: 10px 0;
}

.inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.logo {
    max-width: 300px;
}

.menu .main-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.menu .main-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 20px 15px 20px;
}

.menu .main-menu li .arrow-drop {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    padding: 15px 20px 15px 20px;
}

.menu .main-menu li a:hover {
    border-bottom: 4px solid #fff;
}

.menu .main-menu li .arrow-drop:hover,
.menu .main-menu li.active .arrow-drop {
    border-bottom: 4px solid #fff;
}

.menu .main-menu li .arrow-drop::after {
    content: "\f107";
    font-family: fontawesome;
    position: absolute;
    right: 5px;
    top: 0px;
    transition: transform 0.3s ease-in-out;
    transform-origin: center;
    transform-style: preserve-3D;
    font-size: 18px;
}

.list-property-free .sub-menu {
    left: -398px;
}

.menu .main-menu li.active .arrow-drop::after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sub-menu {
    margin: 0;
    background-color: #fff;
    box-shadow: 0 0 5px 0 gainsboro;
    position: absolute;
    min-width: 750px;
    width: auto;
    max-width: 750px;
    left: -70px;
    padding: 15px 0px 0 15px;
    z-index: -1;
    top: 40px;
    display: none;
    list-style: none;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.menu .main-menu li {
    position: relative;
}

.banner {
    padding-top: 68px;
}

.home-banner {
    height: 100vh;
}

.banner-div video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-tab .nav-tabs {
    border-bottom: none;
}

.search-tab .nav-tabs .nav-link {
    border: none;
    color: #000;
    background-color: transparent;
    padding: 10px 30px 10px 0;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.services-div-tab .nav-tabs {
    display: none;
}

.services-div-tab .nav-tabs {
    border-bottom: none;
}

.services-div-tab .nav-tabs .nav-link {
    color: #75767a;
    font-size: 25px;
    /* line-height: 34px; */
    font-weight: 600;
    /* margin-top: 12px; */
    position: relative;
    white-space: nowrap;
    padding: 0;
    border: 0;
    background-color: transparent;
    display: inline-block;
}

.services-div-tab ul li p {
    display: none;
}

.services-div-tab .nav-tabs .nav-item {
    width: 100%;
    margin: 0 0 30px 0;
}

.services-div-tab ul li .active~p {
    display: block;
}

.services-div-tab .nav-tabs .nav-link.active {
    color: #000;
    text-decoration: underline;
}

.search-div {
    position: relative;
}

.search-div a {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    border: 0;
    border-radius: 0;
    color: #723f67;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.search-div a .fa-long-arrow-right {
    font-size: 28px;
}

.banner-div {
    position: relative;
    height: 100%;
}

.search-header-sticky .search-tab {
    top: 0;
}

.banner-div .swiper-pagination-bullets {
    bottom: 80px;
    display: none;
}

.inner-page-banner .banner-div {
    height: auto;
}

.search-tab {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 2px 15px 10px;
    width: 100%;
    z-index: 2;
}

.menu .main-menu li .sub-menu li a {
    display: flex;
    padding: 0;
    border: 0;
}

.menu .main-menu li .sub-menu li a .sub-menu-left {
    width: auto;
    display: inline-block;
}

.menu .main-menu li .sub-menu li a .sub-menu-right {
    width: auto;
    display: inline-block;
    color: #000;
    font-weight: 400;
    padding: 0 0 0 10px;
}

.sub-menu-right-title {
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    display: inline-block;
}

.sub-menu-right-para {
    width: 100%;
    display: inline-block;
    font-size: 14px;
}

.menu .main-menu li .sub-menu li {
    padding: 0 15px 0 0;
    margin: 0 0 15px 0;
    width: 50%;
    float: left;
}

.active .sub-menu {
    display: flex;
    flex-wrap: wrap;
}

.search-tab .card {
    background-color: transparent;
    border: none;
}

.search-tab .card .card-body {
    padding: 0;
}

.search-tab-left h1 {
    font-size: 25px;
    margin: 0;
    font-weight: 600;
}

.search-tab .nav-tabs .nav-link.active {
    color: #b30c0d;
}

.search-div .form-control {
    border-radius: 0;
    border: 1px solid #fff;
    padding: 8px 15px;
    height: auto;
}

.search-tab-right {
    width: 75%;
}

.qoute-section {
    background-color: #ffffff;
    padding: 15px;
}

.qoute-div h2 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
}

.qoute-div em {
    color: #000;
    font-size: 18px;
}

.title-div h3,
.title-div h2 {
    font-size: 40px;
    font-weight: 700;
}

.qoute-bottom-section .title-div h3 {
    font-size: 27px;
    margin-bottom: 20px;
}

.title-div p {
    font-size: 16px;
    margin: 0;
}

.title-div p a {
    color: #000;
}

.title-div {
    margin-bottom: 40px;
}

.project-location {
    font-size: 15px;
}

.swiper-pagination-bullet-active {
    background-color: #b30c0d;
}

.services-div-tab {
    display: flex;
    justify-content: space-between;
}

.services-div-tab .nav-tabs {
    width: 25%;
}

.services-div-tab .card {
    background-color: transparent;
}

.services-div-tab .card-body {
    padding: 0;
}

.services-div-items a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #000;
}

.reach-out {
    margin-top: 15px;
    display: block;
}

.services-div-items h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.services-div-items p {
    margin: 0;
    font-size: 15px;
}

.services-div-tab .tab-content {
    width: 65%;
}

.services-section {
    background-color: #ffffff;
    padding: 40px 0 10px 0;
}

.services-div-items {
    padding-bottom: 30px;
    border-bottom: 1px solid gray;
    margin-bottom: 30px;
    min-height: 235px;
}

.agent-counter {
    background: #b30c0d;
    padding: 40px 0;
}

.agentcounter-dtls {
    text-align: center;
}

.agentcounter-dtls label {
    color: #fff;
    display: block;
    font-size: 22px;
    margin-bottom: 15px;
}

.agentcounter-dtls strong {
    display: block;
    color: #fff;
    font-size: 40px;
}

.blog-cnt h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

a.blogs-item {
    text-decoration: none;
    width: 100%;
    display: inline-block;
    border: 1px solid #ced4da;
    padding: 15px;
}

.blogs-item .blog-img img {
    width: 100%;
    height: 100%;
}

.blog-cnt {
    padding-top: 15px;
    min-height: 150px;
}

.blog-date {
    color: #000;
    font-size: 14px;
    margin-top: 5px;
}

.blog-cnt p {
    color: #000;
    font-size: 14px;
    margin: 0;
}

a.locations-item {
    display: inline-block;
    border: 1px solid #ced4da;
    margin-top: 20px;
}

.locations-cnt {
    padding-top: 15px;
    text-align: center;
}

.locations-cnt h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.exclusive-access-cnt h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.exclusive-access-cnt p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.exclusive-access-cnt ul {
    list-style: none;
    padding: 0;
}

.exclusive-access-cnt ul li {
    color: #fff;
    margin-bottom: 5px;
}

.exclusive-access-cnt ul li .fa {
    margin: 0 5px 0 0;
}

.exclusive-access-cnt a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-color: #fff;
}

.exclusive-access-cnt {
    padding: 15px;
}

.exclusive-access-section {
    background-color: #b30c0d;
}

.cta-section {
    background-color: #fff;
    padding: 40px 0;
}

.cta-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cta-cnt h5 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.cta-cnt p {
    margin: 0;
    font-size: 18px;
}

.exclusive-access-section .container-fluid {
    padding: 0;
}

.top-footer {
    background-color: #b30c0d;
    padding: 0 0 40px 0;
}

.bottom-footer {
    background-color: #f6f6f6;
    padding-top: 12px;
}

.bottom-footer p {
    margin: 0;
    color: #000;
    font-size: 14px;
    padding-bottom: 12px;
}

.footer-item {
    padding-top: 40px;
}

.footer-item h5 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 700;
}

.footer-item p {
    color: #fff;
    font-size: 13px;
}

.footer-item ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.footer-item ul li {
    margin: 0 0 10px 0;
    display: flex;
}

.footer-item .top-social-icons ul li {
    margin: 15px 15px 0 0;
}

.footer-item ul li a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}

.footer-item ul li .fa {
    color: #fff;
    font-size: 22px;
}

.footer-item ul li label {
    color: #fff;
    margin: 0 0 0 15px;
    font-size: 14px;
}

.footer-item p {
    color: #fff;
    font-size: 13px;
    margin: 15px 0 10px 0;
}

.footer-contact-tab .nav-tabs {
    border-bottom: none;
}

.footer-contact-tab .nav-tabs .nav-link {
    color: #fff;
    font-size: 13px;
    position: relative;
    padding: 4px 10px;
    border: 0;
    background-color: transparent;
    border-radius: .25rem;
}

.footer-contact-tab .nav-tabs .nav-link.active {
    color: #000;
    background-color: #fff;
}

.footer-contact-tab .card {
    background-color: transparent;
    border: none;
}

.footer-contact-tab .card-body {
    padding: 0;
}

.footer-contact-tab .tab-content {
    margin-top: 20px;
}

.sell .sub-menu {
    left: -163px;
}

.our-services .sub-menu {
    left: -252px;
}

.agents .sub-menu {
    left: 0;
    min-width: 380px;
    max-width: 380px;
}

.menu .main-menu li.agents .sub-menu li {
    width: 100%;
}

.about .sub-menu {
    left: -535px;
}

a.whatsapp {
    position: fixed;
    left: 20px;
    bottom: 30px;
    z-index: 9;
    background-color: #31c131;
    font-size: 25px;
    padding: 0 0;
    color: #fff;
    text-decoration: none;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.feature-div {
    position: relative;
}

.swiper-button-next {
    color: #b30c0d;
    right: -35px;
    width: auto;
    height: auto;
    z-index: 1;
}

.swiper-button-prev {
    color: #b30c0d;
    left: -35px;
    width: auto;
    height: auto;
    z-index: 1;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 24px;
    font-weight: 700;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.swiper-button-next .fa,
.swiper-button-prev .fa {
    font-size: 28px;
}

.mobile-number-responsive {
    display: none;
}

.qoute-div {
    display: flex;
}

.qoute-cnt {
    width: 100%;
}

.menu .main-menu li.mobile-number {
    display: none;
}

.banner-slider {
    height: 100%;
    position: relative;
}

.banner-slider .swiper-container {
    height: 100%;
}

.swiper-pagination-bullet {
    width: 40px;
    border-radius: 0;
    height: 7px;
}

#search-tab-close {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 16px;
    cursor: pointer;
}

.search-tab-hidden {
    display: none;
}

.banner-arrow {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 25px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    border: 2px solid #fff;
    color: #fff;
    overflow: hidden;
}

.banner-arrow .fa {
    font-size: 18px;
    animation: a9 1.2s infinite;
}

@keyframes a9 {
    0% {
        transform: translateY(-30px)
    }

    100% {
        transform: translateY(30px)
    }
}

.search-tab-fixed {
    position: fixed;
    display: block;
    background-color: #fff;
    box-shadow: 0 1px 4px gray;
}

.search-tab-fixed .search-div .form-control {
    border: 1px solid #b30c0d;
}

.search-tab-fixed #search-tab-close {
    display: none;
}

.qoute-bottom-img-div {
    display: flex;
    justify-content: end;
}

.qoute-bottom-img-div ul {
    padding: 0;
    list-style: none;
    margin: 0;
    position: relative;
    height: 395px;
    width: 642px;
}

.qoute-bottom-img-div ul li a {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    width: 150px;
    height: auto;
    display: block;
}

.qoute-bottom-img-div ul li a img {
    max-width: 100%;
    height: auto;
}

.qoute-bottom-img-div ul li {
    position: absolute;
}

.chennai {
    top: 0;
    left: 260px;
}

.kolkata {
    left: 144px;
    top: 67px;
}

.goa {
    left: 375px;
    top: 67px;
}

.mumbai {
    left: 28px;
    top: 133px;
}

.delhi {
    left: 259px;
    top: 133px;
}

.hyderabad {
    left: 491px;
    top: 133px;
}

.pune {
    left: 143px;
    top: 199px;
}

.ahmedabad {
    left: 375px;
    top: 199px;
}

.bengaluru {
    left: 259px;
    top: 262px;
}

.city-itm-cnt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    color: #fff;
}

.qoute-bottom-img-div ul li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #b30c0d;
    opacity: 0.8;
    transition: all 0.5s;
}

.city-itm-cnt-title {
    font-size: 16px;
    font-weight: 600;
}

.city-itm-cnt-para {
    /* font-size: 14px; */
}

.qoute-bottom-img-div ul li a:hover::before {
    opacity: 0;
}

.qoute-bottom-img-div ul li a:hover .city-itm-cnt {
    display: none;
}

.modal-dialog {
    max-width: 800px;
}

.input-group {
    margin-bottom: 20px;
    position: relative;
}

.countryCode {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    height: 100%;
    background-color: transparent;
    border: 0;
    max-width: 115px;
}

.countryCode~.form-control {
    padding-left: 120px;
}

.service-item:nth-last-child(1) .services-div-items,
.service-item:nth-last-child(2) .services-div-items {
    border-bottom: none;
}

.menu .main-menu .list-property-free a {
    background-color: #fff;
    color: #000;
    border-radius: 2px;
    padding: 8px;
}

.menu .main-menu .list-property-free a:hover {
    border-bottom: none;
}

.menu .main-menu .list-property-free a span {
    background-color: #b30c0d;
    color: #fff;
    padding: 2px;
}

.modal-header {
    display: block;
    position: relative;
}

.modal-header .close {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 0;
    margin: 0;
    font-size: 30px;
    color: #fff;
    opacity: 1;
}

.modal-header .modal-title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}

.modal-header p {
    font-size: 12px;
    color: #fff;
}

.modal-form p {
    margin: 15px 0 0 0;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}

.modal-dialog .modal-content {
    background-color: #b30c0d;
}

.modal-form .btn {
    color: #fff;
    border-color: #fff;
}

.banner-div-cnt {
    position: absolute;
    top: 120px;
    width: 100%;
    left: 0;
}

.banner-title {
    color: #fff;
    font-size: 30px;
    margin: 0 0 10px 0;
}

.banner-location {
    color: #fff;
    font-size: 18px;
    margin: 0 0 10px 0;
}

.banner-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.banner-btn b {
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    background-color: transparent;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
}

.banner-btn a {
    color: #000;
    text-decoration: none;
    background-color: #fff;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 4px;
    margin: 0 0 0 10px;
}

.banner-btn a .fa {
    margin: 0 0 0 5px;
}

.main-header-sticky .search-tab-fixed {
    display: none;
}

.main-header-sticky header {
    position: fixed;
    width: 100%;
    top: 0;
}

.search-header-sticky header {
    position: absolute;
}

.banner-div-cnt-inner {
    text-align: right;
}

/*LIST PAGE STARTS HERE */
.sort-options {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0 0 30px 0;
}

.sort-options ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sort-options ul li {
    padding: 0 0 0 20px;
}

.sort-options ul li a {
    color: #666;
    text-decoration: none;
    font-size: 16px;
}

.sort-options .label {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

.sort-options ul li.active a {
    font-weight: 600;
}

.sort-options ul li a:hover {
    text-decoration: underline;
}

.project-detail-itm {
    background-color: #fff;
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
    overflow: hidden;
}

.project-left-img {
    position: relative;
}

.project-image-info {
    width: auto;
    display: inline-flex;
    background-color: #000;
    padding: 8px;
    border-radius: 18px;
    opacity: 0.7;
}

.project-msg span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.project-view span {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.project-msg {
    margin: 0 15px 0 0;
}

.project-image-info {
    width: auto;
    display: inline-flex;
    background-color: #000;
    padding: 5px 15px;
    border-radius: 10px;
    opacity: 0.7;
    position: absolute;
    bottom: 0;
    left: 0;
}

.project-image-info span {
    margin: 0 0 0 5px;
}

.project-right-cnt {
    padding: 10px 15px;
    position: relative;
}

.call-back-div p {
    margin: 0 0 10px 0;
}

.call-back-div {
    margin-top: 15px;
    /* text-align: right; */
}

.project-name h3 {
    font-weight: 600;
    font-size: 22px;
}

.project-price p {
    color: #b30c0d;
    font-size: 18px;
    font-weight: 700;
}

.project-possession p {
    width: auto;
    display: inline-block;
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    right: 4px;
    color: #000;
    background-color: #fff;
    padding: 5px 2px;
    margin: 0;
    border-radius: 4px;
    font-weight: 600;
}

.site-visit-btn p {
    width: auto;
    display: inline-block;
    background-color: transparent;
    padding: 6px 10px;
    border-radius: 4px;
    color: #b30c0d;
    border: 1px solid #b30c0d;
    font-size: 14px;
    cursor: pointer;
}

.project-usp p {
    font-size: 14px;
}

.call-back-btn .btn {
    font-size: 14px;
    padding: 5px 15px;
    margin: 0 15px 0 0;
    border: 2px solid #b30c0d;
    font-weight: 600;
    background-color: #b30c0d;
    color: #fff;
}

.project-logo {
    position: absolute;
    max-width: 100px;
    top: 10px;
    right: 15px;
}

.project-image-info .fa {
    color: #fff;
    font-size: 20px;
}

.call-back-btn .whatsaap-btn {
    background-color: transparent;
    color: #000;
}

.call-back-btn .whatsaap-btn {
    background: none;
    color: #00a884;
    border-color: #00a884;
}

.call-back-btn .whatsaap-btn .fa-whatsapp {
    font-size: 20px;
}

.city-form h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #000;
}

.city-form {
    background-color: transparent;
    padding: 15px;
    border-radius: 10px;
    position: sticky;
    top: 0;
    border: 1px solid #b30c0d;
}

.city-form .form-group {
    position: relative;
}

.city-form .send_btn {
    background-color: #b30c0d;
    color: #fff;
    border: none;
}

.city-form .form-group span {
    color: #000;
    font-size: 13px;
}

.projects-wrap {
    margin-bottom: 30px;
    padding-right: 12px;
}

.inner-page-banner .banner-cnt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.banner-cnt h1 {
    font-size: 40px;
    font-weight: 600;
    border-bottom: 4px solid #fff;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
}

.call-back-btn .blank-btn {
    background: none;
    color: #b30c0d;
}

.project-cupons {
    /* max-width: 70px;
    position: absolute;
    left: 10px;
    top: 15px; */
}

/*LIST PAGE ENDS HERE */

/* Contact page start here */
.inner-page-banner {
    position: relative;
}

.location-detail ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.location-detail ul li {
    margin: 0 0 10px 0;
    display: flex;
}

.location-detail ul li .fa {
    color: #000;
    font-size: 22px;
}

.location-detail ul li label {
    color: #000;
    font-size: 14px;
    margin: 0 0 0 15px;
}

.location-map iframe {
    width: 100%;
}

.location-map iframe {
    width: 100%;
    height: 100%;
}

.location-map {
    height: 100%;
}

.location-detail ul li span {
    font-size: 16px;
    font-weight: 600;
    display: block;
}

.contact-form .form-group {
    display: flex;
}

.contact-form .form-group .label-left {
    width: 150px;
}

.contact-form .form-group .label-left {
    width: 150px;
    font-weight: 600;
}

.contact-form .form-group .label-right {
    width: 90%;
    position: relative;
}

.contact-form .form-group .label-right textarea.form-control {
    height: 90px;
}

.contact-form .send_btn {
    background: #b30c0d;
    border: none;
    color: #fff;
}

.contact-section .services-div-tab .tab-content {
    width: 20%;
}

.contact-section .services-div-tab .tab-content {
    width: 80%;
}

.contact-section .services-div-items iframe {
    width: 100%;
    height: 100%;
}

.contact-section .services-div-items iframe {
    width: 100%;
    height: 100%;
}

.contact-section .services-div-items {
    height: 100%;
}

/* Contact page Ends here */

/* ABOUT PAGE STARTS HERE */
.about-company-title h2,
.about-company-title h3 {
    font-size: 20px;
    font-weight: 600;
    color: #b30c0d;
    margin-bottom: 15px;
}

.about-company-title p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #000;
}

.about-company-title {
    margin-bottom: 40px;
}

.about-company-section {
    padding: 40px 0 0 0;
}

#about-company {
    background-color: #ffffff;
}

.about-subscribe {
    background-color: #b30c0d;
    padding: 40px 0;
}

.about-subscribe-form .form-control {
    border-radius: 0;
    border: 0;
    padding: 12px 15px;
    height: 48px;
}

.about-subscribe-form .submit-btn {
    width: 100%;
    border-radius: 0;
    color: #fff;
    border-color: #fff;
    height: 48px;
    text-transform: uppercase;
    font-weight: 600;
}

.form-text h6 {
    font-size: 17px;
    color: #fff;
}

.form-text p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.about-subscribe-txt p {
    color: #fff;
    font-size: 21px;
}

.about-warren-buffett-quote {
    background-color: #b30c0d;
    color: #fff;
    padding: 25px;
    border-radius: 25px;
    position: relative;
}

.about-warren-buffett-quote::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #b30c0d;
    border-radius: 4px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -14px;
    left: 50%;
    margin-left: -15px;
}

.about-warren-buffett-quote p {
    margin: 0;
}

.about-company-left h5 {
    color: #b30c0d;
    font-size: 20px;
    font-weight: 600;
    margin: 25px 0 5px 0;
    text-align: center;
}

.about-company-left p {
    font-size: 14px;
    text-align: center;
}

.about-warren-buffett-quote p {
    font-size: 16px;
}

#our-vision .about-company-left {
    padding: 0 0 0 50px;
}

/* ABOUT PAGE ENDS HERE */

/* COMING SOON PAGE */
.disclaimer {
    border: 1px solid #000;
    padding: 15px;
    margin: 30px 0;
}

#countdown ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
}

#countdown ul li {
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 0 20px;
    text-transform: uppercase;
}

#countdown ul li span {
    display: block;
    font-size: 40px;
    background-color: #fff;
    color: #b30c0d;
    font-weight: 700;
    padding: 10px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

#countdown {
    margin-top: 30px;
}

/* COMING SOON PAGE */

/* LEADERSHIP PAGE STARTS HERE */
.leadership-team {
    padding: 40px 0;
}

.leadership-item {
    /* margin-bottom: 30px;
    border-bottom: 1px solid #b30c0d;
    padding-bottom: 30px; */
}

.slctcty {
    position: relative;
}

.slctcty i.fa {
    color: #333;
}

.slctcty select {
    border: 1px solid #e2e2e2;
    padding: 8px 15px;
    width: 100%;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 600;
}

.slctcty .subbtn {
    background: none;
    border: none;
    position: absolute;
    right: 13px;
    top: 8px;
}

.slctcty select option {
    font-weight: 600;
}

.slctcty select:focus {
    outline: inherit;
}

.leadership-cnt h2,
.leadership-cnt h3 {
    font-size: 25px;
    font-weight: 600;
    margin: 0;
    color: #b30c0d;
}

.leadership-cnt .blockquote p {
    color: #b30c0d;
}

.leadership-cnt p {
    font-size: 16px;
    margin-bottom: 10px;
}

.leadership-cnt a {
    color: #b30c0d;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
}

.modal-dialop-small {
    max-width: 500px;
}

.modal-dialop-small .submit-btn {
    margin: 0 auto;
    display: table;
}

.leadership-team hr {
    border-color: #b30c0d;
    margin: 30px 0;
}

.leadership-img {
    /* margin-bottom: 20px; */
}

.leadership-img .img-fluid {
    border-radius: .25rem;
}

/* LEADERSHIP PAGE STARTS HERE */
.calltoactionresponsive {
    display: none;
}

.tab-section {
    padding: 70px 0;
}

.tab-section .nav-tabs {
    display: block;
    border-bottom: none;
}

.tab-section .nav-tabs li {
    display: block;
    margin-bottom: 5px;
}

.tab-section .nav-tabs li a {
    display: block;
    padding: 12px 25px;
    color: #b30c0d;
    background: #fff;
    border-radius: 5px 0 5px 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
}

.tab-section .nav-tabs li a.active {
    background: #b30c0d;
    color: #fff;
}

.tab-section .fqrgt {
    padding-left: 30px;
}

.tab-section .fqrgt .panel {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    margin-bottom: 15px;
    width: 100%;
}

.tab-section .fqrgt .panel-heading a {
    background: url(../images/faq_plus.svg) no-repeat 98% center #fff;
    color: #000;
    padding: 14px 45px 14px 15px;
    display: block;
    background-size: 22px auto;
}

.tab-section .fqrgt .panel-heading a h4 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 24px;
}

.tab-section .fqrgt .panel-heading a:hover {
    text-decoration: none;
}

.tab-section .fqrgt .panel-heading a[aria-expanded="true"] {
    background: url(../images/faq_minus.svg) no-repeat 98% center #b30c0d;
    color: #fff;
    padding: 14px 45px 14px 15px;
    background-size: 22px auto;
}

.tab-section .fqrgt .panel-body {
    padding: 1rem;
}

.tab-section .fqrgt .panel-group {
    width: 100%;
}

.tab-section .fqrgt h3 {
    font-weight: 600;
    color: #b30c0d;
    font-size: 20px;
}

.cardvsec .inlne {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.cardvsec .inlne i {
    margin-right: 10px;
    color: #b30c0d;
}

.cardvsec .panel-body a.appbtn {
    padding: 10px 20px;
    background: #b30c0d;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #b30c0d;
    display: table;
    margin-bottom: 20px;
}

.cardvsec .panel-body a.appbtn:hover {
    background: transparent;
    color: #b30c0d;
    text-decoration: none;
}

.cardvsec .panel-body p {
    margin-bottom: 20px;
}

.leadership-item .align-items-end {
    align-items: flex-start !important;
}

.whtwedo {
    background-color: #fff;
    padding: 80px 0;
}

.whtwedo h2 {
    color: #603256;
    font-weight: 700;
    margin-bottom: 20px;
}

.whtwedo p {
    color: #603256;
    margin-bottom: 20px;
    line-height: 28px;
}

.whtwedo strong {
    color: #603256;
    display: table;
    font-weight: 600;
    margin-top: 14%;
    margin-bottom: 20px;
    font-size: 18px;
}

.whtwedo span {
    color: #603256;
    font-weight: 400;
}

.whtwedo img {
    margin-bottom: 10px;
}

.whtwedo h4 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
}

.whtwedo h4 span {
    font-size: 12px;
    display: block;
    margin-top: 5px;
}

.whtwedo .connectbx {
    border-radius: 15px;
    padding: 10px 25px;
    background-color: #b30c0d;
    text-align: center;
}

.whtwedo .connectbx strong {
    font-size: 16px;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    margin-right: 10px;
    color: #fff;
}

.whtwedo .connectbx a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.whtwedo .connectbx a img {
    max-width: 30px;
    margin-bottom: 0;
}

.whtwedo .connectbx a:last-child {
    margin-right: 0;
}

.whtwedo .col-sm-4 {
    padding-left: 5%;
}

.graywhobg {
    padding: 70px 0 20px;
}

.graywhobg h2 {
    font-weight: 600;
    margin-bottom: 50px;
}

.graywhobg .row {
    margin-bottom: 50px;
}

.graywhobg h4 {
    font-weight: 600;
    margin-bottom: 15px;
}

.whtbg {
    padding: 70px 0 20px;
    background-color: #fff;
}

.whtbg .row {
    margin-bottom: 50px;
}

.whtbg h4 {
    font-weight: 600;
    margin-bottom: 15px;
}

.bioscroll {
    max-height: 180px;
    overflow-y: auto;
    margin-bottom: 20px;
}

.locations-div a.locations-item {
    position: relative;
}

.locations-div a.locations-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #b30c0d;
    opacity: 0.8;
    transition: all 0.5s;
}

.locations-div a.locations-item:hover:before {
    opacity: 0;
}

.locations-div a.locations-item:hover .locations-cnt {
    display: none;
}

.locations-div .locations-cnt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    color: #fff;
}

.locations-div .locations-cnt h4 {
    color: #fff;
    font-size: 20px;
}

.locations-div .numverproperty {
    background: #fff;
    padding: 12px 20px;
    text-align: center;
    font-weight: 500;
}

.lstpgesty {
    padding: 60px 0;
}

.lstpgesty h4 {
    margin-bottom: 40px;
    font-size: 42px;
    max-width: 60%;
    color: #000;
    margin: 50px auto 70px;
}

.lstpgesty .icnlft {
    width: 35%;
    margin-right: 10px;
    float: left;
}

.lstpgesty .icnlft img {
    max-width: 60%;
    display: block;
    margin: 0 auto 20px;
}

.lstpgesty .ctnrgt {
    width: 63%;
    float: left;
}

.lstpgesty .ctnrgt h2 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
}

.lstpgesty .ctnrgt a {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.lstpgesty .ctnrgt p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
}

.lstpgesty .col-sm-6 {
    margin-bottom: 40px;
}

.lstpgesty p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
}

.faqsec {
    margin: 30px 0;
}

.faqsec h5 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.banner-div a.addpropertybtn {
    background: #fff;
    border-radius: 10px;
    color: #000;
    font-size: 16px;
    padding: 8px 20px;
    margin: 20px auto;
    display: table;
    border: 1px solid #fff;
    font-weight: 700;
}

.banner-div a.addpropertybtn:hover {
    background: transparent;
    color: #fff;
    text-decoration: none;
}

.faqsec .card-header {
    padding: 0;
}

.faqsec .card-header a {
    display: block;
    padding: .75rem 1.25rem;
    background: #faf1df;
    color: #000;
    text-align: left;
    font-weight: 600;
    border: 1px solid #faf1df;
}

.faqsec .card-header a:focus {
    box-shadow: none;
}

.faqsec .card {
    margin-bottom: 20px !important;
}

.faqsec .card .card-header .btn-header-link:after {
    content: "\f077";
    font-family: 'FontAwesome';
    position: absolute;
    right: 20px;
    top: 14px;
}

.faqsec .card .card-header .btn-header-link.collapsed:after {
    content: "\f078";
    font-family: 'FontAwesome';
}

.faqsec .card {
    margin-bottom: 10px;
}

.singlpgewrp {
    background: url(../images/project-images/ranbanka-palace/banner.jpg);
    background-size: cover;
    height: 100vh;
}

.singlpgewrp:before {
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 78%, #000 100%);
    content: "";
    width: 100%;
    height: 100%;
}

.singlpgewrp .mobfxdv {
    display: none;
}

@font-face {
    font-family: 'details_phoenix';
    font-display: swap;
    src: local('details_phoenix'), url('//c.housingcdn.com/supply/s/common/assets/style.7ea322e3.woff2') format('woff2'), url('//c.housingcdn.com/supply/s/common/assets/style.d7670146.woff') format('woff'), url('//c.housingcdn.com/supply/s/common/assets/style.ab442e59.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.singlpgewrp .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.singlpgewrp .lftspainfo {
    align-self: center;
}

.singlpgewrp .col-sm-5 {
    align-self: center;
}

.singlpgewrp .lftspainfo .compnylogo {
    line-height: 64px;
    width: 64px;
    height: 64px;
    border-radius: 10px;
    margin-bottom: 24px;
    background: #fff;
    text-align: center;
}

.singlpgewrp .lftspainfo .compnylogo img {
    max-width: 100%;
}

.singlpgewrp .lftspainfo h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}

.singlpgewrp .lftspainfo span {
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
    display: block;
}

.singlpgewrp .logowrp {
    padding: 20px;
}

.singlpgewrp .apprvdv .inlblkbx {
    line-height: 1;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px 10px;
    display: inline-block;
    vertical-align: middle;
}

.singlpgewrp .apprvdv .inlblkbx:first-child {
    margin-right: 20px;
}

.singlpgewrp .apprvdv .inlblkbx span {
    color: rgb(186, 152, 81);
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 0;
}

.singlpgewrp .apprvdv .inlblkbx:first-child:before {
    content: '\e90c';
    font-family: 'details_phoenix';
    vertical-align: middle;
    font-size: 30px;
    margin-right: 10px;
    color: rgb(186, 152, 81);
}

.singlpgewrp .apprvdv .inlblkbx:before {
    color: #fff;
    content: '\e908';
    font-family: 'details_phoenix';
    vertical-align: middle;
    font-size: 26px;
    margin-right: 10px;
}

.singlpgewrp .apprvdv .inlblkbx h6 {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.singlpgewrp .roomsze {
    padding: 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.15);
    margin-top: 40px;
    overflow: hidden;
}

.singlpgewrp .roomsze .lpeszerme {
    display: block;
    vertical-align: middle;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.singlpgewrp .roomsze .lpeszerme:last-child {
    margin-bottom: 0;
}

.singlpgewrp .roomsze .lpeszerme:before {
    content: '\e925';
    font-family: 'details_phoenix';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    color: #fff;
}

.singlpgewrp .roomsze .lpeszerme h4 {
    color: #fff;
    width: 75%;
    float: left;
    font-weight: 500;
    font-size: 20px;
    padding-left: 40px;
}

.singlpgewrp .roomsze .lpeszerme h6 {
    color: #fff;
    width: 25%;
    float: left;
    font-weight: 400;
    font-size: 16px;
}

.singlpgewrp .roomsze .lpeszerme.threerme:before {
    content: '\e927';
}

.singlpgewrp .contactsellbx {
    padding: 24px;
    background: rgb(255, 255, 255);
    border-radius: 6px;
}

.singlpgewrp .contactsellbx .topbxsell {
    box-shadow: rgb(0 0 0 / 12%) 0px 0px 26px 0px;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 6px;
    background-color: #fff;
    padding: 14px 16px;
    display: block;
    margin-bottom: 20px;
}

.singlpgewrp .contactsellbx h6 {
    font-weight: 500;
}

.singlpgewrp .contactsellbx h6.userflw {
    margin-top: 20px !important;
    display: block;
}

.singlpgewrp .contactsellbx .cmpydftdv {}

.singlpgewrp .contactsellbx .cmpydftdv h6 {
    margin-top: 10px;
}

.singlpgewrp .contactsellbx .cmpydftdv h6 strong {
    margin-left: 5px;
}

.singlpgewrp .contactsellbx .cmpydftdv a {
    color: #b30c0d;
    text-decoration: underline;
    font-size: 14px;
}

.singlpgewrp .contactsellbx .cmpydftdv .circdv {
    background: #b30c0d;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
}

.singlpgewrp .contactsellbx .cmpydftdv span {
    vertical-align: middle;
    display: inline-block;
    font-weight: 500;
}

.singlpgewrp .contactsellbx .checctnbx .form-group {
    display: block;
    margin-bottom: 7px;
}

.singlpgewrp .contactsellbx .checctnbx .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.singlpgewrp .hiddenfrm input {
    width: 100%;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    border: 1px solid #e2e2e2;
    height: 40px;
    padding: 10px 15px;
}

.singlpgewrp .hiddenfrm input:focus {
    outline: inherit;
}

.singlpgewrp #show-hidden-menu.hidelnk {
    display: none;
}

.singlpgewrp .hiddenfrm h6 {
    font-size: 14px;
    font-weight: 600;
}

.singlpgewrp .contactsellbx .checctnbx .form-group label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 3px;
}

.singlpgewrp .contactsellbx .checctnbx .form-group label:before {
    content: '';
    margin-top: -3px;
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #b30c0d;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 5px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.singlpgewrp .contactsellbx .cntdetlbtn {
    display: block;
    border-radius: 8px;
    padding: 12px 30px;
    background-color: #b30c0d;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    width: 100%;
    margin-top: 20px;
}

.singlpgewrp .contactsellbx .cntdetlbtn:hover {
    background: #000;
}

.singlpgewrp .contactsellbx .checctnbx .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 6px;
    width: 3px;
    height: 7px;
    border: solid #b30c0d;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.customrad [type="radio"]:checked,
.customrad [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.customrad [type="radio"]:checked+label,
.customrad [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
}

.customrad [type="radio"]:checked+label:before,
.customrad [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.customrad [type="radio"]:checked+label:after,
.customrad [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #b30c0d;
    position: absolute;
    top: 3px;
    left: 3.2px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.customrad [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.customrad [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.blogs-section.graywhobg .blog-img {
    height: 200px;
    overflow: hidden;
}

.blogs-section.graywhobg .blog-img img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.customrad {
    text-align: center;
    margin-top: 30px;
}

.customrad .radiolope {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.customrad .radiolope:last-child {
    margin-right: 0;
}

.customrad .radiolope label {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.hospitaltysec {
    padding: 60px 0;
    margin-bottom: 0;
}

.ctn-btm-section {
    background: #fff;
    padding: 70px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #e2e2e2;
}

.ctn-btm-section .lftctnbtm .cardwrap .userimg {
    width: 25%;
    float: left;
    margin-right: 15px;
    margin-bottom: 25px;
}

.ctn-btm-section .lftctnbtm .userctnwrap h3 {
    font-weight: 600;
    font-size: 24px;
}

.ctn-btm-section .lftctnbtm .userctnwrap span {
    font-weight: 500;
}

.ctn-btm-section .lftctnbtm .officead {
    clear: both;
}

.ctn-btm-section .lftctnbtm .officead h6 {
    position: relative;
    padding-top: 15px;
}

.ctn-btm-section .lftctnbtm .officead h6:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #b30c0d;
    content: "";
}

.ctn-btm-section .lftctnbtm .officead h4 {
    font-weight: 400;
    font-size: 22px;
}

.ctn-btm-section .rgtctnbtm h3 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
}

.ctn-btm-section .rgtctnbtm .frmtuch {}

.ctn-btm-section .rgtctnbtm .frmtuch .form-control {
    border: none;
    border-bottom: 1px solid #001731;
    margin-bottom: 12px;
    padding: 10px 0;
    border-radius: 0;
}

.ctn-btm-section .rgtctnbtm .frmtuch textarea.form-control {
    padding: 10px 0;
    margin-top: 12px;
    height: 100px;
}

.ctn-btm-section .rgtctnbtm .frmtuch .form-control:focus {
    outline: inherit;
}

.ctn-btm-section .rgtctnbtm .frmtuch small {
    font-size: 13px;
    display: block;
    line-height: 18px;
    margin-bottom: 20px;
}

.ctn-btm-section .rgtctnbtm .frmtuch small a {
    font-weight: 600;
    color: #b30c0d;
}

.ctn-btm-section .rgtctnbtm .frmtuch input[type="submit"] {
    border: 1px solid #b30c0d;
    padding: 10px 25px;
    background-color: #b30c0d;
    transition: all 0.25s ease-in-out;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
}

.ctn-btm-section .rgtctnbtm .frmtuch input[type="submit"]:hover {
    background: transparent;
    color: #b30c0d;
}

.banner-div-cnt a.vdowtbanlnk {
    right: 0;
    bottom: -80px;
    left: inherit;
}

.res-ultra-pge-bd .res-ultra-top-secmn .banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-div-cnt-inner {
    position: relative;
}

a.vdowtbanlnk {
    background: #b30c0d;
    border-radius: 5px;
    padding: 10px 20px 10px 50px;
    color: #fff;
    position: absolute;
    bottom: 100px;
    z-index: 2;
    left: 15%;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, .3);
}

a.vdowtbanlnk:hover {
    text-decoration: none;
}

a.vdowtbanlnk i {
    color: #b30c0d;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: -8px;
    top: 3px;
    z-index: 2;
}

a.vdowtbanlnk:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

a.vdowtbanlnk:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    transition: all 200ms;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.modal-backdrop.show {
    opacity: .8;
}

.vdohmepop .modal-header {
    padding: 0;
    border: none;
}

.vdohmepop .modal-body video {
    width: 100%;
}

.vdohmepop .modal-header .close {
    z-index: 2;
    font-weight: 400;
    background: #b30c0d;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    right: -20px;
    top: -20px;
}

.vdohmepop .modal-header .close:focus {
    outline: inherit;
}

.textearnmid h1 {
    border-bottom: none;
}

.textearnmid h1 strong {
    display: block;
    margin-top: 10px;
}

.inner-page-banner .textearnmid {
    top: 30%;
}

.earnmiddsec {
    padding: 40px 0;
    background: #fff;
}

.earnmiddsec h5 {
    font-weight: 600;
    font-size: 20px;
}

.earnmiddsec .lgtviobg {
    padding: 20px;
    border-radius: 20px;
    background: #faf1df;
    width: 90%;
    margin: 0 auto;
}

.earnmiddsec .topseclec {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.earnmiddsec .topseclec .icnlft {
    margin-right: 20px;
}

.earnmiddsec input[type="number"] {
    background: #fff;
    border-radius: 15px;
    padding: 10px 20px;
    height: 45px;
    margin-bottom: 20px;
    width: 100%;
    border: none;
}

.earnmiddsec button {
    background: #552446;
    border-radius: 15px;
    padding: 10px 20px;
    color: #fff;
    border: none;
    width: 100%;
}

.earnmiddsec .topseclec h6 {
    font-size: 22px;
    font-weight: 700;
    align-items: center;
    color: #552446;
    margin-bottom: 0;
}

.earnmiddsec .topseclec h6 span {
    display: block;
    font-size: 12px;
    margin-top: 1px;
    color: #552446;
}

.earnmiddsec .stpsec {
    margin-top: 60px;
    margin-bottom: 50px;
}

.earnmiddsec .stpsec .col-sm-4 {
    text-align: center;
}

.earnmiddsec .stpsec .numbr {
    display: table;
    margin: 0 auto 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    background: #552446;
    border-radius: 100%;
}

.earnmiddsec .stpsec h5 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #552446;
}

.earnmiddsec .stpsec p {
    font-size: 15px;
    font-weight: 400;
    color: #552446;
}

.earnmiddsec .stpsec .col-sm-4 {
    position: relative;
}

.earnmiddsec .stpsec .col-sm-4:after {
    position: absolute;
    width: 90%;
    right: -46%;
    height: 1px;
    border: 3px dashed #552446;
    content: "";
    top: 25px;
}

.earnmiddsec .stpsec .col-sm-4:last-child:after {
    display: none;
}

.refrereward h4 {
    color: #552446;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px;
}

.refrereward span {
    color: #552446;
    font-weight: 400;
    font-size: 18px;
    display: block;
}

.refrereward .boxrewimg {
    background: #faf1df;
    width: 100%;
    height: 300px;
    border-radius: 15px;
    box-shadow: 9px 15px 15.66px 2.34px rgba(3, 4, 3, 0.11);
    margin-bottom: 20px;
}

.bgccc {
    background: #ccc;
    padding: 15px 15px 10px 15px !important;
    margin-bottom: 30px;
}

.bgccc form {
    margin-bottom: 0;
}

.bgccc .label {
    font-weight: 600;
    margin-top: 5px;
}

.bgccc .labelselect {
    width: 100%;
}

.bgccc select:focus {
    outline: inherit;
}

.bgccc .col select {
    width: 100%;
    border: 1px solid #e2e2e2;
    padding: 8px;
    font-size: 14px;
    background-color: #fff;
    border-radius: 7px;
}

.bgccc .labelselect select {
    width: 100%;
    border: 1px solid #e2e2e2;
    padding: 8px;
    font-size: 14px;
    background-color: #fff;
    border-radius: 7px;
}

.contactsellbx a.clsbtn {
    display: none;
}

.bottomtranssec {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    z-index: 2;
    padding: 15px 0;
}

.bottomtranssec .col-sm-4 {
    display: flex;
    align-items: center;
}

.bottomtranssec h5 {
    color: #fff;
    margin-bottom: 5px;
}

.bottomtranssec span {
    color: #fff;
}

.bottomtranssec i {
    color: #fff;
    font-size: 30px;
}

.bottomtranssec .icon-wrap {
    margin-right: 20px;
}

.cityhomesec {
    background: #fff;
    padding: 60px 0;
}

.cityhomesec h3.text-center {
    text-transform: capitalize;
}

.cityhomesec h3.text-center span {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.cityhomesec .cityimg {
    height: 275px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
}

.cityhomesec .cityimg:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    content: "";
}

.cityhomesec .cityimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cityhomesec .cityimg .overleytle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

.cityhomesec .cityimg .overleytle span {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.cityhomesec .cityimg .overleytle h3 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

.cityhomesec .cityimg .projectdes {
    position: absolute;
    left: 50%;
    top: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    width: 90%;
}

.cityhomesec .cityimg .projectdes h4 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
}

.cityhomesec .cityimg .projectdes .ctnwrp {
    margin-bottom: 30px;
}

.cityhomesec .cityimg .projectdes p {
    color: #fff;
    font-size: 14px;
}

.cityhomesec .cityimg .projectdes a.vewprobtn {
    background: #007aff;
    border-radius: 5px;
    padding: 8px 15px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #007aff;
}

.cityhomesec .cityimg .projectdes a.vewprobtn:hover {
    background: transparent;
    border-color: #fff;
    text-decoration: none;
}

.cityhomesec .cityimg:hover .projectdes {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.cityhomesec .cityimg:hover .overleytle {
    top: -50%;
    opacity: 0;
    visibility: hidden;
}

.howwewrk-section {
    padding: 70px 0;
    background: #fff;
}

.howwewrk-section h3.text-center {
    text-transform: capitalize;
    margin-bottom: 40px;
}

.howwewrk-section h3.text-center span {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.howwewrk-section .prpicnwrp {
    display: table;
    margin: 0 auto 70px;
    width: 100px;
    height: 100px;
    border: 1px solid #333;
    text-align: center;
    position: relative;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
}

.howwewrk-section .col-sm-2:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: 25%;
    background: #007aff;
}

.howwewrk-section .prpicnwrp:after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    bottom: -55px;
    background: #007aff;
    border-radius: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.howwewrk-section .prpicnwrp i {
    font-size: 40px;
    color: #007aff;
    line-height: 100px;
}

.howwewrk-section .steplstwrp {
    text-align: center;
}

.howwewrk-section .steplstwrp span {
    font-size: 15px;
    font-weight: 500;
}

.zeroprojecttredsec {
    background: #f7f7f7;
    padding: 70px 0;
}

.zeroprobx {
    display: flex;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 5px;
    border: 1px solid #BBBBBB;
    margin-bottom: 20px;
    background: #fff;
    overflow: hidden;
}

.zerocarpro .zeroprobx .zeroprobximg {
    width: 35%;
    height: 150px;
}

.zerocarpro .zeroprobx .zeroprobximg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zerocarpro .zeroprobxctn {
    width: 65%;
    height: 150px;
    padding: 10px;
}

.zerocarpro .zeroprobxctn span {
    display: block;
}

.zerocarpro .zeroprobxctn span.propertname {
    width: 140px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    color: #8a0909;
}

.zerocarpro .zeroprobxctn small {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    width: 150px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    position: relative;
    bottom: 8px;
    display: block;
    margin: 10px 0 5px;
}

.zerocarpro .zeroprobxctn span.projecttype {
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    width: 150px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    position: relative;
    bottom: 8px;
}

.zerocarpro .zeroprobxctn .locationadd {
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    width: 150px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    position: relative;
    bottom: 8px;
}

.zerocarpro .zeroprobxctn .pricepro {
    position: relative;
    bottom: 8px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    width: 150px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    color: #8a0909;
}

.collecsection {
    padding: 60px 0;
    background: #fff;
}

.collecsection h3 {
    margin-bottom: 20px;
}

.collecsection a.text-center {
    display: table;
    margin: 0 auto 20px;
}

img {
    max-width: 100%;
}

.collecsection .collecbox {
    box-shadow: rgb(0 0 0 / 25%) 0px 14px 28px, rgb(0 0 0 / 22%) 0px 10px 10px;
    border: 1px solid #EBECF0;
    border-radius: 10px;
    overflow: hidden;
}

.collecsection .collecbox .collbximg {
    height: 160px;
    width: 100%;
    overflow: hidden;
}

.collecsection .collecbox .collbximg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collecsection .collecbox .collctnbx span {
    display: block;
}

.collecsection .collecbox .collctnbx span.propertname {
    width: 140px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    color: #8a0909;
}

.collecsection .collecbox .collctnbx small {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    width: 150px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    position: relative;
    bottom: 8px;
    display: block;
    margin: 10px 0 5px;
}

.collecsection .collecbox .collctnbx span.projecttype {
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    width: 150px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    position: relative;
    bottom: 8px;
}

.collecsection .collecbox .collctnbx .locationadd {
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    width: 150px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    position: relative;
    bottom: 8px;
}

.collecsection .collecbox .collctnbx .pricepro {
    position: relative;
    bottom: 8px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    width: 150px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    color: #8a0909;
}

.collecsection .collecbox .collctnbx {
    padding: 10px 15px;
}

.collecsection .col-sm-3 {
    margin-bottom: 20px;
}

.zeroprojecttredsec .owl-nav {
    display: none;
}

.header-mnu .main-menu .sub-menu li a {
    color: #333;
}

.header-mnu .main-menu .active .sub-menu {
    display: block;
}

.menu .main-menu li .sub-menu li {
    width: 100%;
    float: none;
}

.menu .main-menu li .sub-menu {
    min-width: 150px;
    max-width: inherit;
    left: 0;
}

.menu .main-menu li .sub-menu li a .sub-menu-right {
    padding: 0;
}

.search-tab {
    top: 70px;
}

/* RESPONSIVE CSS STARTS HERE */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media only screen and (max-width: 1199px) {
    .same-section {
        margin-bottom: 30px;
    }

    .menu ul li a {
        padding: 6px 15px;
    }

    .logo {
        max-width: 260px;
    }

    .menu .main-menu li a {
        font-size: 15px;
        padding: 10px 20px 8px 20px;
    }

    .menu .main-menu li .arrow-drop {
        font-size: 15px;
        padding: 10px 15px 8px 15px;
    }

    .menu .main-menu li .arrow-drop::after {
        right: 0px;
    }

    .banner {
        padding-top: 68px;
    }

    .search-tab-left h1 {
        font-size: 22px;
    }

    .qoute-div h2 {
        font-size: 20px;
    }

    .title-div h3 {
        font-size: 35px;
    }

    .title-div p {
        font-size: 15px;
    }

    .swiper-button-next {
        right: -20px;
    }

    .swiper-button-prev {
        left: -20px;
    }

    .services-section {
        padding: 30px 0;
    }

    .agentcounter-dtls label {
        font-size: 20px;
    }

    .agentcounter-dtls strong {
        font-size: 35px;
    }

    .blog-cnt h4 {
        font-size: 16px;
    }

    .btn {
        font-size: 15px;
        padding: 8px 20px;
    }

    .exclusive-access-cnt h3 {
        font-size: 22px;
    }

    .exclusive-access-cnt p {
        font-size: 14px;
    }

    .cta-cnt h5 {
        font-size: 25px;
    }

    .cta-cnt p {
        font-size: 16px;
    }

    .footer-item h5 {
        font-size: 20px;
    }

    .footer-item ul li label {
        font-size: 14px;
    }

    .title-div {
        margin-bottom: 30px;
    }

    .agent-counter {
        padding: 30px 0;
    }

    .footer-item {
        padding-top: 30px;
    }

    .projects-wrap {
        padding-right: 0;
    }

    .about-warren-buffett-quote p {
        font-size: 14px;
    }

    #our-vision .about-company-left {
        padding: 0 0 0 0px;
    }

    .about-company-left h5 {
        font-size: 18px;
    }

    .about-company-left p {
        font-size: 13px;
    }

    .banner-cnt h1 {
        font-size: 32px;
    }

    #countdown {
        margin-top: 15px;
    }

    #countdown ul li span {
        font-size: 35px;
        padding: 5px;
    }

    #countdown ul li {
        font-size: 16px;
    }

}

@media only screen and (max-width: 991px) {
    .qoute-bottom-section .title-div {
        text-align: center;
    }

    .menu {
        order: 2;
        position: relative;
    }

    .button_container {
        position: absolute;
        top: 50%;
        right: 0;
        height: 29px;
        width: 35px;
        cursor: pointer;
        z-index: 100;
        transition: opacity 0.25s ease;
        transform: translateY(-50%);
    }

    .button_container span {
        background: #fff;
        border: none;
        height: 5px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
        cursor: pointer;
    }

    .button_container span:nth-of-type(2) {
        top: 11px;
    }

    .button_container span:nth-of-type(3) {
        top: 22px;
    }

    .overlay {
        position: fixed;
        background: #b30c0d;
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.35s, visibility 0.35s, height 0.35s;
        overflow: hidden;
        z-index: 9;
        overflow-y: scroll;
    }

    .overlay nav {
        position: relative;
        height: 70%;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
    }

    .menu .main-menu {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        height: 100%;
        width: 100%;
        padding: 10px 15px;
        text-align: left;
    }

    .menu .main-menu li {
        display: block;
        position: relative;
        opacity: 0;
        margin: 0;
    }

    .menu .main-menu li a,
    .menu .main-menu li .arrow-drop {
        display: inline-block;
        position: relative;
        color: #fff;
        text-decoration: none;
        overflow: hidden;
        font-size: 16px;
        width: 100%;
        padding: 10px 0;
    }

    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #fff;
    }

    .button_container.active .middle {
        opacity: 0;
        background: #fff;
    }

    .button_container.active .bottom {
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #fff;
    }

    .overlay.open {
        opacity: 1;
        visibility: visible;
        height: 100%;
    }

    .overlay.open li {
        -webkit-animation: fadeInRight 0.5s ease forwards;
        animation: fadeInRight 0.5s ease forwards;
        animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-delay: 0.35s;
        animation-delay: 0.35s;
    }

    @-webkit-keyframes fadeInRight {
        0% {
            opacity: 0;
            left: 20%;
        }

        100% {
            opacity: 1;
            left: 0;
        }
    }

    @keyframes fadeInRight {
        0% {
            opacity: 0;
            left: 20%;
        }

        100% {
            opacity: 1;
            left: 0;
        }
    }

    .inner-top-header {
        display: none;
    }

    .mobile-number-responsive {
        position: absolute;
        right: 50px;
        top: 50%;
        transform: translateY(-50%);
        display: block;
    }

    .mobile-number-responsive a {
        background-color: #fff;
        color: #000;
        text-decoration: none;
        border-radius: 100%;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-number-responsive a::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        border: 1px solid #fff;
        border-radius: 100px;
        -webkit-animation: widgetPulse infinite 1.5s;
        animation: widgetPulse infinite 1.5s;
    }

    .mobile-number-responsive a::after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        border: 1px solid #fff;
        border-radius: 100px;
        -webkit-animation: widgetPulse2 infinite 1.5s;
        animation: widgetPulse2 infinite 1.5s;
    }

    @-webkit-keyframes widgetPulse {
        0% {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
            opacity: 1
        }

        100% {
            -webkit-transform: scale(1.8, 1.8);
            transform: scale(1.8, 1.8);
            opacity: 0
        }
    }

    @keyframes widgetPulse2 {
        0% {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
            opacity: 1
        }

        100% {
            -webkit-transform: scale(1.4, 1.4);
            transform: scale(1.4, 1.4);
            opacity: 0
        }
    }

    .services-div-tab .nav-tabs .nav-link {
        font-size: 22px;
    }

    .services-div-tab {
        display: inline-block;
        width: 100%;
    }

    .services-div-tab ul li .active~p {
        display: none;
    }

    .services-div-tab .nav-tabs .nav-item {
        width: auto;
        margin: 0;
        display: inline-block;
    }

    .services-div-tab .tab-content {
        width: 100%;
        margin-top: 15px;
    }

    .services-div-tab .nav-tabs {
        width: 100%;
    }

    .services-div-tab .nav-tabs .nav-link.active {
        margin-bottom: 0;
        background-color: #b30c0d;
        color: #fff;
        text-decoration: none;
    }

    .services-div-tab .nav-tabs .nav-link {
        font-size: 15px;
        margin-top: 0;
        padding: 4px 10px;
        border-radius: 4px;
    }

    .services-div-items h4 {
        font-size: 20px;
    }

    .services-div-items p {
        margin: 0;
        font-size: 16px;
    }

    .agentcounter-dtls label {
        font-size: 15px;
    }

    .agentcounter-dtls strong {
        font-size: 30px;
    }

    a.blogs-item {
        margin-bottom: 16px;
    }

    .cta-cnt h5 {
        font-size: 20px;
    }

    .cta-cnt p {
        font-size: 14px;
    }

    .title-div h3 {
        font-size: 30px;
    }

    .title-div {
        margin-bottom: 25px;
    }

    .same-section {
        margin-bottom: 25px;
    }

    .services-section {
        padding: 25px 0;
    }

    .agent-counter {
        padding: 25px 0;
    }

    .cta-section {
        padding: 25px 0;
    }

    .footer-item {
        padding-top: 25px;
    }

    .menu .main-menu li a:hover {
        border-bottom: none;
    }

    .menu .main-menu li .arrow-drop {
        position: relative;
    }

    .menu .main-menu li .arrow-drop::after {
        top: 6px;
    }

    .menu .main-menu li .arrow-drop:hover,
    .menu .main-menu li.active .arrow-drop {
        border-bottom: none;
    }

    .menu .main-menu li .arrow-drop {
        padding: 10px 0;
    }

    .sub-menu {
        position: static;
        min-width: 100%;
        max-width: 100%;
        padding: 15px;
        box-shadow: none;
        padding: 0;
        background-color: transparent;
    }

    .menu .main-menu li .sub-menu li {
        padding: 0;
        margin: 0 0 5px 0;
        width: 100%;
        float: none;
    }

    .menu .main-menu li .sub-menu li a .sub-menu-left {
        display: none;
    }

    .agents .sub-menu {
        min-width: 100%;
        max-width: 100%;
    }

    .sub-menu-right-para {
        display: none;
    }

    .sub-menu-right-title {
        font-weight: 400;
    }

    .menu .main-menu li .sub-menu li a .sub-menu-right {
        color: #fff;
    }

    .menu .main-menu li.mobile-number {
        display: block;
    }

    .banner-cnt h1 {
        font-size: 25px;
    }

    .project-name h3 {
        font-size: 18px;
    }

    .project-name p {
        font-size: 13px;
        margin: 0 0 10px 0;
    }

    .project-possession p {
        padding: 2px 10px;
        font-size: 13px;
        margin: 0 0 10px 0;
    }

    .project-usp p {
        font-size: 14px;
        margin: 0 0 5px 0;
    }

    .call-back-btn .btn {
        font-size: 12px;
        padding: 5px 10px;
        margin: 0 5px 0 0;
    }

    .project-image-info .fa {
        font-size: 16px;
    }

    .project-view span {
        font-size: 16px;
    }

    .project-msg span {
        font-size: 16px;
    }

    .menu .main-menu .list-property-free a {
        background-color: transparent;
        color: #fff;
        border-radius: 0;
        padding: 0;
    }

    .contact-section .services-div-tab .tab-content {
        width: 100%;
    }

    /* ABOUT PAGE STARTS HERE */
    .about-company-right {
        text-align: center;
    }

    .about-company-title {
        margin-bottom: 30px;
    }

    .about-company-title p {
        font-size: 15px;
    }

    .about-company-left {
        text-align: center;
        margin-bottom: 20px;
    }

    .about-warren-buffett-quote {
        max-width: 300px;
        margin: 0 auto;
    }

    #countdown ul li {
        font-size: 14px;
    }

    #countdown ul li span {
        font-size: 25px;
        padding: 3px;
    }

    .leadership-img {
        margin-bottom: 20px;
    }

    /* ABOUT PAGE ENDS HERE */

    /* CALL & ENQUIRE NOW CSS */
    .calltoactionresponsive {
        display: flex;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 9;
    }

    .calltoactionresponsive a,
    .calltoactionresponsive span {
        background-color: #b30c0d;
        width: 50%;
        text-align: center;
        color: #fff;
        padding: 10px;
        text-decoration: none;
    }

    footer {
        padding-bottom: 44px;
    }

    a.whatsapp {
        width: 44px;
        height: 44px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        z-index: 99;
    }

    /* CALL & ENQUIRE NOW CSS */



}

@media(min-width:768px) {
    .services-div-tab .nav-tabs {
        /* display: flex; */
        display: block;
    }

    .services-div-tab .card {
        border: none;
    }

    .services-div-tab .card .card-header {
        display: none;
    }

    .services-div-tab .card .collapse {
        display: block;
    }

    .footer-contact-tab .card {
        border: none;
    }

    .footer-contact-tab .card .collapse {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .services-div-tab .tab-content>.tab-pane {
        display: block !important;
        opacity: 1;
    }

    .services-div-tab .card .card-header {
        padding: 0;
    }

    .services-div-tab .card .card-header h5 a {
        display: block;
        color: #000;
        font-size: 16px;
        padding: 10px;
        text-decoration: none;
    }

    .search-tab {
        position: static;
        transform: translateX(0);
        padding: 15px;
    }

    .search-tab-left h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .search-tab-right {
        width: 100%;
    }

    .search-div .form-control {
        border: 1px solid gainsboro;
    }

    .qoute-div h2 {
        font-size: 16px;
    }

    .qoute-div em {
        font-size: 14px;
    }

    .title-div h3 {
        font-size: 25px;
    }

    .title-div p {
        font-size: 14px;
    }

    .services-div-tab .card-body {
        padding: 15px;
    }

    .services-div-items {
        padding-bottom: 15px;
        margin-bottom: 15px;
        min-height: auto;
    }

    .services-div-items h4 {
        font-size: 18px;
    }

    .services-div-items p {
        margin: 0;
        font-size: 14px;
    }

    .title-div {
        margin-bottom: 20px;
    }

    .services-div-tab .tab-content .card {
        margin-bottom: 15px;
    }

    .services-div-tab .tab-content {
        margin-top: 0;
    }

    .agentcounter-dtls label {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .agentcounter-dtls {
        margin-bottom: 20px;
    }

    .same-section {
        margin-bottom: 20px;
    }

    .services-section {
        padding: 20px 0 5px 0;
    }

    .agent-counter {
        padding: 20px 0 0 0;
    }

    .cta-div {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .cta-cnt h5 {
        font-size: 18px;
    }

    .cta-cnt p {
        font-size: 13px;
    }

    .cta-btn {
        margin-top: 20px;
    }

    .cta-cnt h5 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .cta-section {
        padding: 20px 0;
    }

    .footer-item {
        padding-top: 20px;
    }

    .banner {
        height: auto;
    }

    #search-tab-close {
        display: none;
    }

    .banner-arrow {
        display: none;
    }

    .qoute-bottom-img-div ul li a {
        width: 135px;
    }

    .mumbai {
        left: -16px;
    }

    .kolkata {
        left: 88px;
        top: 73px;
    }

    .pune {
        left: 88px;
        top: 192px;
    }

    .delhi {
        left: 193px;
        top: 134px;
    }

    .chennai {
        left: 193px;
        top: 13px;
    }

    .city-itm-cnt-title {
        font-size: 14px;
    }

    .city-itm-cnt-para {
        /* font-size: 13px; */
    }

    .bengaluru {
        left: 193px;
        top: 251px;
    }

    .hyderabad {
        left: 358px;
        top: 133px;
    }

    .goa {
        left: 298px;
        top: 72px;
    }

    .ahmedabad {
        left: 298px;
        top: 192px;
    }

    .hyderabad {
        left: 401px;
        top: 132px;
    }

    .qoute-bottom-img-div ul li a {
        width: 135px;
    }

    .qoute-bottom-img-div {
        justify-content: center;
    }

    .qoute-bottom-img-div ul {
        height: 368px;
    }

    .service-item:nth-last-child(2) .services-div-items {
        border-bottom: 1px solid gray;
    }

    .modal-img {
        margin-bottom: 20px;
    }

    .modal-img .img-fluid {
        width: 100%;
    }

    .banner-cnt h1 {
        font-size: 20px;
    }

    .sort-options ul li a {
        font-size: 14px;
    }

    .sort-options .label {
        font-size: 14px;
    }

    /* CITY LISTING PAGE */
    .project-possession {
        display: none;
    }

    .project-name h3 {
        font-size: 16px;
        margin: 0;
    }

    .project-name p {
        font-size: 12px;
        margin: 0;
    }

    .call-back-btn .btn span {
        display: none;
    }

    .project-name p span {
        display: none;
    }

    .project-logo {
        max-width: 50px;
    }

    .project-msg span {
        font-size: 14px;
    }

    .project-image-info .fa {
        font-size: 14px;
    }

    .project-view span {
        font-size: 14px;
    }

    .project-usp p {
        font-size: 12px;
        margin: 0 0 5px 0;
    }

    .call-back-div {
        margin-top: 0;
    }

    .call-back-btn .whatsaap-btn .fa-whatsapp {
        font-size: 14px;
    }

    .project-cupons {
        max-width: 40px;
    }

    /* CITY LISTING PAGE */

    /* ABOUT US PAGE STARTS HERE */
    .about-company-title h2,
    .about-company-title h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .about-company-title p {
        font-size: 14px;
    }

    .about-company-left .img-fluid {
        width: 200px;
    }

    /* ABOUT US PAGE STARTS HERE */

    /* LEADERSHIP PAGE STARTS HERE */
    .leadership-cnt h2,
    .leadership-cnt h3 {
        font-size: 18px;
    }

    .leadership-cnt p {
        font-size: 14px;
    }

    /* LEADERSHIP PAGE STARTS HERE */
    .banner-slider {
        background-color: #000;
    }

    .banner-div-cnt {
        top: 80px;
    }

    .banner-title {
        font-size: 20px;
        margin: 0 0 2px 0;
    }

    .banner-location {
        font-size: 16px;
    }

    .banner-btn b {
        font-size: 14px;
    }

    .banner-btn a {
        font-size: 14px;
    }

    .lstpgesty .icnlft {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .lstpgesty .ctnrgt {
        width: 100%;
        float: none;
        text-align: center;
    }

    .lstpgesty .row {
        margin: 0;
    }

    .lstpgesty .ctnrgt h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .lstpgesty h4 {
        font-size: 24px;
        max-width: 95%;
        margin: 20px auto 40px;
        line-height: 36px;
    }

    .faqsec {
        padding: 0 15px;
    }

    .faqsec .card-body {
        font-size: 14px;
    }

    .faqsec .card-header a {
        padding: .75rem 2.25rem .75rem 1.25rem;
    }

    .singlpgewrp .container {
        max-width: 100%;
    }

    .singlpgewrp .container .lftspainfo {
        margin: 30px 0 50px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .singlpgewrp .lftspainfo .compnylogo {
        margin: 0 auto 30px;
    }

    .singlpgewrp .container .col-sm-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 50px;
    }

    html {
        height: 100%;
    }

    body {
        height: 100%;
    }

    .singlpgewrp .logowrp {
        padding: 20px 20px 10px;
    }

    .singlpgewrp .logowrp .logo {
        margin: 0 auto;
        max-width: 80%;
    }

    .singlpgewrp {
        height: 100%;
        overflow: auto;
    }

    .singlpgewrp .container {
        position: relative;
        transform: none;
        top: inherit;
        left: inherit;
    }

    .singlpgewrp .lftspainfo h2 {
        font-size: 20px;
    }

    .singlpgewrp .lftspainfo span {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .singlpgewrp .roomsze {
        margin-top: 10px;
    }

    .singlpgewrp .roomsze .lpeszerme {
        text-align: left;
    }

    .singlpgewrp .roomsze .lpeszerme h4 {
        font-size: 15px;
        margin-bottom: 20px;
        width: 65%;
        padding-right: 10px;
    }

    .singlpgewrp .roomsze .lpeszerme h6 {
        width: 35%;
        padding-left: 10px;
    }

    .singlpgewrp .apprvdv .inlblkbx {
        margin-bottom: 20px;
    }

    .singlpgewrp .contactsellbx .cmpydftdv .circdv {
        width: 32px;
        height: 32px;
        line-height: 32px;
        margin-right: 6px;
    }

    .singlpgewrp .contactsellbx .cmpydftdv span {
        font-size: 14px;
    }

    .singlpgewrp .mobfxdv {
        display: block;
        position: fixed;
        background: #f1f1f1;
        width: 100%;
        padding: 10px 20px;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .singlpgewrp .mobfxdv button {
        border: none;
        border-radius: 10px;
        padding: 10px 20px;
        background: #b30c0d;
        color: #fff;
        font-weight: 600;
        width: 100%;
    }

    .singlpgewrp .mobfxdv button:focus {
        outline: inherit;
    }

    .contactsellbx a.clsbtn {
        position: absolute;
        top: 0px;
        left: 0px;
        background: #b30c0d;
        color: #fff;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 100%;
        display: block;
    }

    .contactsellbx {
        display: none;
    }

    .contactsellbx.active {
        position: fixed;
        display: block;
        right: 0px;
        left: 0px;
        overflow: auto;
        transition: all 0.3s ease 0s;
        scroll-behavior: smooth;
        height: 100%;
        top: 0;
        padding-bottom: 80px;
    }

    .bottomtranssec {
        position: relative;
    }

    .bottomtranssec .col-sm-4 {
        margin-bottom: 20px;
        display: block;
    }

    .bottomtranssec .col-sm-4 .icon-wrap {
        width: 13%;
        float: left;
        margin-left: 0;
    }

    .bottomtranssec .col-sm-4 .detailnumsec {
        width: 80%;
        float: left;
    }
}

@media only screen and (max-width: 575px) {
    .services-div-tab .card .card-header h5 a {
        font-size: 16px;
    }

    .title-div {
        margin-bottom: 15px;
    }

    .logo {
        max-width: 170px;
    }

    .banner {
        padding-top: 60px;
    }

    .search-tab {
        min-width: 100%;
    }

    .search-tab-left h1 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .search-div .form-control {
        padding: 5px 10px;
    }

    .qoute-div h2 {
        font-size: 13px;
    }

    .qoute-div em {
        font-size: 12px;
    }

    .title-div h3 {
        font-size: 20px;
    }

    .title-div p {
        font-size: 13px;
    }

    .swiper-button-next .fa,
    .swiper-button-prev .fa {
        font-size: 16px;
    }

    .swiper-button-next {
        right: -15px;
    }

    .swiper-button-prev {
        left: -15px;
    }

    .services-div-items h4 {
        font-size: 14px;
    }

    .services-div-items p {
        font-size: 13px;
    }

    .agentcounter-dtls strong {
        font-size: 25px;
    }

    .blog-date {
        font-size: 13px;
    }

    .blog-cnt h4 {
        font-size: 14px;
    }

    .blog-cnt p {
        font-size: 13px;
    }

    .exclusive-access-cnt h3 {
        font-size: 18px;
    }

    .exclusive-access-cnt p {
        font-size: 13px;
    }

    .exclusive-access-cnt a {
        font-size: 13px;
        margin: 0 auto;
        display: table;
    }

    .btn {
        font-size: 13px;
        padding: 8px 10px;
    }

    .footer-item h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .bottom-footer p {
        font-size: 12px;
    }

    .footer-item ul li label {
        font-size: 13px;
    }

    .footer-item ul li {
        margin: 0 0 5px 0;
    }

    .footer-item ul li a {
        font-size: 13px;
    }

    .footer-item ul li .fa {
        font-size: 16px;
    }

    a.whatsapp {
        width: 40px;
        height: 40px;
    }

    .qoute-bottom-img-div ul li a {
        width: 120px;
    }

    .city-itm-cnt-title {
        font-size: 12px;
    }

    .delhi {
        left: 85px;
        top: 107px;
    }

    .kolkata {
        left: 85px;
        top: 0px;
    }

    .pune {
        left: 84px;
        top: 211px;
    }

    .mumbai {
        left: -8px;
        top: 53px;
    }

    .chennai {
        left: 178px;
        top: 53px;
    }

    .bengaluru {
        left: -8px;
        top: 158px;
    }

    .ahmedabad {
        left: 177px;
        top: 159px;
    }

    .goa {
        left: -9px;
        top: 264px;
    }

    .hyderabad {
        left: 176px;
        top: 265px;
    }

    .qoute-bottom-img-div ul {
        width: 290px;
    }

    .services-div-items h4 {
        font-size: 16px;
    }

    /* CITY LISTING PAGE */
    .project-usp p {
        font-size: 11px;
        margin: 0 0 5px 0;
    }

    .sort-options ul li {
        padding: 0 0 0 10px;
    }

    .sort-options ul li a {
        font-size: 12px;
    }

    .sort-options {
        padding: 0 0 20px 0;
    }

    .sort-options .label {
        font-size: 12px;
        width: 65px;
    }

    .project-image .img-fluid {
        width: 100%;
    }

    .banner-cnt h1 {
        font-size: 15px;
    }

    /* CITY LISTING PAGE */

    /* contact page starts here */
    .contact-form .form-group {
        display: block;
    }

    .contact-form .form-group .label-left {
        width: 100%;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .contact-form .form-group .label-right {
        width: 100%;
    }

    /* contact page starts here */

    /* ABOUT US PAGE STARTS HERE */
    .about-company-title h2,
    .about-company-title h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .about-company-title p {
        font-size: 12px;
        text-align: justify;
    }

    .about-subscribe-txt p {
        font-size: 16px;
    }

    .form-text h6 {
        font-size: 14px;
    }

    .form-text p {
        font-size: 10px;
    }

    .about-company-left h5 {
        font-size: 14px;
    }

    .about-company-left p {
        font-size: 12px;
    }

    /* ABOUT US PAGE ENDS HERE */

    /* LEADERSHIP PAGE STARTS HERE */
    .leadership-cnt h2,
    .leadership-cnt h3 {
        font-size: 16px;
    }

    .leadership-cnt p {
        font-size: 13px;
    }

    /* LEADERSHIP PAGE STARTS HERE */

    /* COMING SOON PAGE */
    #countdown ul li {
        font-size: 12px;
        padding: 0 10px;
    }

    /* COMING SOON PAGE */
    .banner-title {
        font-size: 18px;
        margin: 0 0 2px 0;
        text-align: center;
    }

    .banner-location {
        font-size: 15px;
        text-align: center;
    }

    .banner-btn b {
        font-size: 13px;
    }

    .banner-btn a {
        font-size: 13px;
    }

    .banner-btn {
        justify-content: center;
    }

    .banner-div-cnt {
        top: unset;
        bottom: 40px;
    }

    .tab-section .row {
        margin: 0;
    }

    .tab-section .fqrgt {
        padding-left: 15px;
    }

    .tab-section .fqlft {
        margin-bottom: 30px;
    }

    .tab-section .fqrgt .panel-heading a h4 {
        font-size: 15px;
    }

    .tab-section .nav-tabs li a {
        font-size: 16px;
    }

    .lstpgesty .icnlft {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .lstpgesty .ctnrgt {
        width: 100%;
        float: none;
        text-align: center;
    }

    .lstpgesty .row {
        margin: 0;
    }

    .lstpgesty .ctnrgt h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .lstpgesty h4 {
        font-size: 24px;
        max-width: 95%;
        margin: 20px auto 40px;
        line-height: 36px;
    }

    .faqsec {
        padding: 0 15px;
    }

    .faqsec .card-body {
        font-size: 14px;
    }

    .faqsec .card-header a {
        padding: .75rem 2.25rem .75rem 1.25rem;
    }

    .home-banner .swiper-slide {
        height: 100vh;
    }
}

@media only screen and (max-width: 575px) {
    .home-banner .swiper-slide {
        height: 100vh;
    }

    .ctn-btm-section .lftctnbtm .cardwrap .userimg {
        width: 100%;
        margin: 0 auto 20px;
    }

    .ctn-btm-section .lftctnbtm .officead h4 {
        font-size: 20px;
    }

    .ctn-btm-section .lftctnbtm .userctnwrap h3 {
        font-size: 20px;
    }

    .ctn-btm-section .rgtctnbtm h3 {
        font-size: 20px;
    }

    .ctn-btm-section .userctnwrap {
        clear: both;
    }

    .ctn-btm-section {
        margin-bottom: 0 !important;
    }

    .ctn-btm-section .rgtctnbtm .frmtuch .form-control {
        font-size: 14px;
    }

    .whtwedo span {
        display: block;
        margin-bottom: 10px;
    }

    .vdohmepop .modal-body {
        height: 300px;
    }

    .vdohmepop .modal-content {
        margin: 0 auto;
        width: 90%;
    }

    .home-banner .swiper-slide {
        height: 60vh;
    }

    .banner-div {
        height: auto;
    }

    .banner-slider {
        height: auto;
    }

    .banner-slider .swiper-container {
        height: auto;
    }

    .swiper-wrapper {
        height: auto;
    }

    a.vdowtbanlnk {
        font-size: 16px;
    }

    a.vdowtbanlnk:after {
        width: 50px;
        height: 50px;
    }

    a.vdowtbanlnk:before {
        width: 50px;
        height: 50px;
    }
}

#bannerVideo .modal-dialog {
    color: #000;
}

@charset "utf-8";
/* New Design CSS - Merged from zero-brokerage design */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* ================================
   Base Styles & Variables
================================ */
:root {
    --primary-color: #b30c0d;
    --primary-dark: #8a0909;
    --text-dark: #374151;
    --text-light: #4b5563;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-900: #111827;
}

body.new-design {
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #374151;
}

/* ================================
   Header Styles
================================ */
.header {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 50;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.header .bg-primary {
    background-color: #b30c0d !important;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 8px;
}

.header .logotxt h1 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 700;
}

.header .logotxt p {
    font-size: 12px;
    color: #4b5563;
    margin-bottom: 0;
    line-height: 16px;
}

.header .main-menu nav ul {
    display: block;
    padding: 0;
    margin: 0;
}

.header .main-menu nav ul li {
    display: inline-block;
    position: relative;
    margin-right: 25px;
}

.header .main-menu nav ul li:last-child {
    margin-right: 0;
}

.header .main-menu nav ul li a {
    font-size: 16px;
    color: #374151;
    font-weight: 500;
    padding: 0;
    position: relative;
    text-decoration: none;
}

.header .main-menu nav ul li a:after {
    width: 0px;
    left: 0px;
    height: 3px;
    bottom: -8px;
    position: absolute;
    content: "";
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #b30c0d;
}

.header .main-menu nav ul li a:hover:after {
    width: 100%;
}

/* Header Buttons */
.btnthrd svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.btnthrd .phnnmbr {
    color: #374151;
    font-weight: 600;
    margin-right: 15px;
}

.btnthrd .lstpropertybtn {
    border-radius: 8px;
    padding: 12px 24px;
    background: linear-gradient(135deg, #b30c0d 0%, #8a0909 100%);
    color: #fff;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    display: inline-block;
}

.btnthrd .lstpropertybtn:hover {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    transform: scale(1.05);
    color: #fff;
}

/* ================================
   Hero Section
================================ */
.hero-section {
    height: 700px;
    margin-top: 80px;
    position: relative;
}

.hero-section .bnrposion {
    position: absolute;
    inset: 0px;
}

.hero-section .bnrposion img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.hero-section .transparentlyr {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 1));
    opacity: .9;
}

.hero-section .relative {
    z-index: 2;
}

.hero-section .leading-tight {
    line-height: 1;
    font-size: 60px;
    color: #fff;
    font-weight: 700;
}

.hero-section .leading-tight span {
    color: #b30c0d;
}

.hero-section .relative p {
    line-height: 1.625;
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}

/* Search Box */
.hero-section .whtbgrads {
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    padding: 24px;
    background: #fff;
    border-radius: 16px;
    min-height: 275px;
}

.hero-section .whtbgrads .nav li.nav-item button.active {
    border-color: #b30c0d;
    color: #b30c0d;
    background: transparent;
}

.hero-section .whtbgrads .nav li.nav-item button {
    padding: 12px 24px;
    font-weight: 600;
    border-bottom-width: 2px;
    color: #374151;
    border-style: solid;
    border-radius: 0;
    border-color: transparent;
}

.hero-section .whtbgrads .nav {
    border-bottom: 1px solid #e5e7eb !important;
    margin-bottom: 24px !important;
}

.hero-section .whtbgrads .tab-content input.input-fill {
    font-size: 18px;
    line-height: 28px;
    padding: 16px 56px 16px 24px;
    border-radius: 12px;
    border: 2px solid #e5e7eb;
    width: 100%;
}

.hero-section .whtbgrads .tab-content .srchfld {
    position: relative;
    margin-bottom: 16px;
}

.hero-section .whtbgrads .tab-content .srchbtn {
    position: absolute;
    padding: 12px 24px;
    border-radius: 8px;
    border: none;
    background: #b30c0d;
    right: 10px;
    top: 8px;
    cursor: pointer;
}

.hero-section .whtbgrads .tab-content .srchbtn svg {
    width: 16px;
    height: 16px;
    color: #fff;
    fill: #fff;
}

/* Popular Tags */
.hero-section .whtbgrads .tab-content .populartag {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hero-section .whtbgrads .tab-content .populartag span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

.hero-section .whtbgrads .tab-content .populartag a.popularlnk {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 6px 16px;
    border-radius: 9999px;
    background: #f3f4f6;
    color: #222222;
    text-decoration: none;
}

.hero-section .whtbgrads .tab-content .populartag a.popularlnk:hover {
    background: #e5e7eb;
}

/* Verified Section */
.verifiedsec {
    margin-top: 32px;
    display: flex;
    align-items: center;
}

.verifiedsec svg,
.verifiedsec i {
    width: 30px;
    height: 30px;
    color: #b30c0d !important;
}

.verifiedsec span {
    margin-left: 12px;
    font-weight: 600;
    color: #fff;
}

.verifiedsec .flex {
    margin-left: 30px;
}

.verifiedsec .flex:first-child {
    margin-left: 0;
}

/* ================================
   Section Titles
================================ */
h2.cntmntle {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #111827;
}

p.cntsubhead {
    font-size: 20px;
    line-height: 28px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    color: #4b5563;
}

.padd80 {
    padding: 80px 0;
}

/* ================================
   Property Types Section
================================ */
.propertytypes .whtradbg {
    padding: 24px;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    background-image: linear-gradient(to bottom, #f9fafb, #ffffff);
}

.propertytypes .whtradbg:hover {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.propertytypes .whtradbg .propertycn {
    border-radius: 9999px;
    width: 64px;
    height: 64px;
    background: #b30c0d;
    text-align: center;
    line-height: 64px;
    margin-bottom: 16px;
}

.propertytypes .whtradbg .propertycn i,
.propertytypes .whtradbg .propertycn svg {
    color: #fff;
    fill: #fff;
    font-size: 30px;
    width: 30px;
    height: 30px;
}

.propertytypes .whtradbg h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
    color: #111827;
}

.propertytypes .whtradbg p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
    color: #4b5563;
    min-height: 60px;
}

/* ================================
   Featured Properties Section
================================ */
.featuredproperties .nav {
    justify-content: center;
    border-bottom: none !important;
    background: #f3f4f6;
    border-radius: 8px;
    padding: 4px;
    width: auto !important;
    margin: 0 auto 48px !important;
    display: table !important;
}

.featuredproperties .nav li {
    display: inline-block;
}

.featuredproperties .nav li button {
    padding: 12px 32px;
    font-weight: 600;
    color: #4b5563;
    border-radius: 8px;
    margin-right: 8px;
    border: none;
    background: transparent;
}

.featuredproperties .nav li button.active {
    background-color: #b30c0d;
    color: #fff;
}

.featuredproperties .cardwhtlp {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 32px;
}

.featuredproperties .cardwhtlp:hover {
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

.featuredproperties .cardimgbx {
    height: 256px;
    position: relative;
    overflow: hidden;
}

.featuredproperties .cardimgbx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featuredproperties .lkebtn {
    height: 40px;
    width: 40px;
    border-radius: 9999px;
    display: flex;
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    align-items: center;
    justify-content: center;
}

.featuredproperties .lkebtn:hover {
    background: rgba(255, 255, 255, 1);
}

.featuredproperties .cardimgbx .featuredbx {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 16px;
    font-weight: 600;
    left: 16px;
    bottom: 16px;
    border-radius: 8px;
    position: absolute;
    background-color: #b30c0d;
    color: #fff;
}

.featuredproperties .propertyctn {
    padding: 24px;
}

.featuredproperties .propertyctn .flex {
    align-items: center;
    justify-content: space-between;
    display: flex;
}

.featuredproperties .propertyctn .flex .text-3xl {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #111827;
}

.featuredproperties .propertyctn .flex .bg-green-100 {
    color: #15803d;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    padding: 4px 12px;
    border-radius: 9999px;
    background: rgba(220, 252, 231, 1.0);
}

.featuredproperties .propertyctn .flex .bg-blue-100 {
    color: #1d4ed8;
    background: #dbeafe;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    padding: 4px 12px;
    border-radius: 9999px;
}

.featuredproperties .propertyctn .propertytle {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
    color: #111827;
}

.featuredproperties .propertyctn p.propertydes {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
    color: #4b5563;
}

.featuredproperties .propertyctn p.propertydes svg {
    width: 10px;
    height: 14px;
    display: inline-block;
    margin-right: 2px;
    vertical-align: top;
    margin-top: 2px;
}

.featuredproperties .propertyctn p.propertydes svg path {
    fill: #b30c0d;
}

.featuredproperties .propertysbdes i {
    color: #b30c0d;
    margin-bottom: 8px;
    margin-right: 8px;
}

.featuredproperties .propertysbdes i svg {
    width: 17px;
    height: 14px;
    fill: #b30c0d;
}

.featuredproperties .propertysbdes .propertysbtl {
    font-weight: 500;
}

.featuredproperties .btmpropertydv {
    padding-top: 16px;
    border-top: 1px solid #e5e7eb;
}

.featuredproperties .btmpropertydv .flex img {
    width: 32px;
    height: 32px;
    border-radius: 9999px;
    margin-right: 12px;
}

.featuredproperties .btmpropertydv .flex .text-xs {
    color: #6b7280;
    font-size: 12px;
    line-height: 16px;
}

.featuredproperties .btmpropertydv .flex .text-sm {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #111827;
}

.featuredproperties .btmpropertydv .contactlnk {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 8px 16px;
    color: #fff;
    background: #b30c0d;
    border-radius: 8px;
    border: 1px solid #b30c0d;
    text-decoration: none;
}

.featuredproperties .btmpropertydv .contactlnk:hover {
    background: transparent;
    color: #b30c0d;
}

.featuredproperties .btnvetcl {
    margin-top: 18px;
    display: flex;
    justify-content: center;
}

.featuredproperties .btnvetcl a {
    font-weight: 600;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 16px 32px;
    border-radius: 8px;
    border: 2px solid #b30c0d;
    color: #b30c0d;
    text-decoration: none;
}

.featuredproperties .btnvetcl a:hover {
    background: #b30c0d;
    color: #fff;
}

/* ================================
   Footer Styles
================================ */
.footer {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    padding: 64px 0;
}

.footer .ftrlgo {
    margin-bottom: 24px;
}

.footer .ftrlgo .lgoicn {
    border-radius: 8px;
    background-color: #b30c0d;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.footer .ftrlgo .lgoicn svg,
.footer .ftrlgo .lgoicn i {
    fill: #fff;
    color: #fff;
    width: 15px;
    height: 20px;
}

.footer .ftrlgo .ftrtle {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}

.footer .ftrlgo .ftrtle h3 {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 0;
}

.footer .ftrlgo .ftrtle span {
    color: #9ca3af;
    font-size: 14px;
    line-height: 20px;
}

.footer .sclbtnftr {
    display: flex;
    align-items: center;
}

.footer .sclbtnftr a {
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 16px;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    line-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .sclbtnftr a:last-child {
    margin-right: 0;
}

.footer .sclbtnftr a svg,
.footer .sclbtnftr a i {
    width: 15px;
    height: 15px;
    fill: #fff;
    color: #fff;
}

.footer .sclbtnftr a:hover {
    background: #b30c0d;
}

.footer p {
    color: #d1d5db;
}

.footer h4 {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 24px;
}

.footer ul {
    padding: 0;
    list-style: none;
}

.footer ul li {
    margin-bottom: 14px;
}

.footer ul li:last-child {
    margin-bottom: 0;
}

.footer ul li a {
    color: #d1d5db;
    font-size: 16px;
    text-decoration: none;
}

.footer ul li a:hover {
    color: #fff;
}

.footer .border-t {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid #374151;
}

.footer .border-t p {
    font-size: 14px;
    line-height: 20px;
    color: #9ca3af;
    margin-bottom: 0;
}

.footer .border-t .btmprvclnk {
    text-align: right;
}

.footer .border-t .btmprvclnk a {
    font-size: 14px;
    line-height: 20px;
    color: #9ca3af;
    display: inline-block;
    margin-right: 24px;
}

.footer .border-t .btmprvclnk a:last-child {
    margin-right: 0;
}

/* ================================
   Mobile Menu Styles
================================ */
.mobile-header__menu-button {
    display: none;
}

.mobilemenu {
    display: none;
}

/* Animation */
.animate-fade-in {
    animation: fadeIn 0.8s ease-in;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ================================
   Utility Classes
================================ */
.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.relative {
    position: relative;
}

.max-w-3xl {
    max-width: 768px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.w-10 {
    width: 40px;
}

.h-10 {
    height: 40px;
}

.h-full {
    height: 100%;
}

.px-6 {
    padding-left: 24px;
    padding-right: 24px;
}

.py-4 {
    padding-top: 16px;
    padding-bottom: 16px;
}

/* Modal Styles */
.modal-backdrop.fade.show {
    opacity: .8;
}

.modal .modal-header {
    display: block;
    text-align: center;
    background: linear-gradient(90deg, rgba(179, 12, 13, 1) 0%, rgba(138, 9, 9, 1) 100%);
}

.modal .modal-header .modal-title {
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
}

.modal .btn-close {
    right: -30px;
    position: absolute;
    color: #fff;
    top: 0;
    background-color: #fff;
    margin: 0;
    opacity: 1;
}

.modal form .form-control {
    margin-bottom: 20px;
}

.modal form textarea.form-control {
    height: 100px;
}

.modal form input[type="submit"] {
    background: linear-gradient(90deg, rgba(179, 12, 13, 1) 0%, rgba(138, 9, 9, 1) 100%);
    color: #fff;
    border-radius: 8px;
    padding: 8px 16px;
    border: 1px solid #b30c0d;
}

.modal form input[type="submit"]:hover {
    background: transparent;
    color: #b30c0d;
}

/* ================================
   Responsive Media Queries
================================ */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .main-menu {
        display: none;
    }

    .mobile-header__menu-button {
        display: block;
    }

    .mobilemenu {
        display: block;
    }

    .btnthrd {
        display: none;
    }

    .hero-section {
        margin-top: 64px;
        height: 600px;
    }

    .hero-section .leading-tight {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .header .main-menu {
        display: none;
    }

    .mobile-header__menu-button {
        display: block;
        border: none;
        background: none;
        color: #000;
        margin-left: 20px;
        margin-top: 28px;
    }

    .mobilemenu {
        display: block;
    }

    .btnthrd {
        display: none;
    }

    .hero-section {
        margin-top: 64px;
        height: auto;
    }

    .hero-section .leading-tight {
        font-size: 30px;
        max-width: 75%;
    }

    .hero-section .relative p {
        font-size: 16px;
        line-height: 1.325;
    }

    h2.cntmntle {
        font-size: 20px;
        line-height: 28px;
        text-align: left !important;
        margin-bottom: 8px;
    }

    p.cntsubhead {
        font-size: 14px;
        line-height: 20px;
        text-align: left !important;
        margin-bottom: 16px;
    }

    .padd80 {
        padding: 32px 0;
    }

    .featuredproperties .cardimgbx {
        height: 192px;
    }

    .featuredproperties .propertyctn {
        padding: 16px;
    }

    .featuredproperties .propertyctn .flex .text-3xl {
        font-size: 20px;
        line-height: 30px;
    }

    .footer {
        padding: 30px 0;
    }

    .footer .border-t .btmprvclnk {
        text-align: center;
        margin-top: 20px;
    }

    .footer .border-t p {
        text-align: center;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .hero-section .leading-tight {
        max-width: 100%;
        font-size: 24px;
        margin-top: 20px;
        line-height: 30px;
    }

    .hero-section .relative p {
        font-size: 14px;
    }

    .hero-section .whtbgrads {
        padding: 15px;
    }
}

/* ================================
   Homepage Container & Header Overrides
================================ */
.container {
    max-width: 1400px !important;
    padding-left: 24px;
    padding-right: 24px;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.px-6 {
    padding-left: 24px;
    padding-right: 24px;
}

.py-4 {
    padding-top: 16px;
    padding-bottom: 16px;
}

.space-x-2>*+* {
    margin-left: 8px;
}

.space-x-4>*+* {
    margin-left: 16px;
}

.space-x-8>*+* {
    margin-left: 32px;
}

/* === Property Status Badges === */
.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 10px 3px 8px;
    border-radius: 9999px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 18px;
    white-space: nowrap;
}
.status-badge::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    flex-shrink: 0;
}
.status-under-construction {
    background-color: #fff3cd;
    color: #92600a;
}
.status-under-construction::before {
    background-color: #f59e0b;
}
.status-ready {
    background-color: #d1fae5;
    color: #065f46;
}
.status-ready::before {
    background-color: #10b981;
}
.status-new-launch {
    background-color: #ede9fe;
    color: #5b21b6;
}
.status-new-launch::before {
    background-color: #8b5cf6;
}
.status-other {
    background-color: #e0f2fe;
    color: #075985;
}
.status-other::before {
    background-color: #0ea5e9;
}

/* === Bed/Area Spec Divider === */
.spec-divider {
    margin: 4px 0;
    border: none;
    border-top: 1px solid #e5e7eb;
    opacity: 1;
}

/* === Developer Logo Ring === */
.dev-logo-img {
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 1px #e5e7eb;
    object-fit: contain;
    background: #ffffff;
}

/* === Fully Clickable Property Card (stretched-link) === */
.cardwhtlp {
    position: relative;
}
/* Keep Contact modal trigger and phone icon independently clickable */
.cardwhtlp .contactlnk,
.cardwhtlp .shwmbicn {
    position: relative;
    z-index: 2;
}