@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: "Colfax-Regular";
    src: url('../fonts/Colfax-Regular.woff');
}

html,
body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Colfax-Regular" !important;
    overflow-x: hidden;
}

.nav-item {
    font-size: 20px;
    font-weight: 400;
    padding: 0px 10px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0) !important;
}


.sticky-subscribe-button {
    position: fixed;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #063d89;
    color: #FFFFFF;
    padding: 15px 8px;
    writing-mode: vertical-lr;
    z-index: 1;
    cursor: pointer;
}

#video-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slick-dots li button:before{
    width: 18px !important;
    height: 18px !important;
    border-radius: 30px;
    border: 2px solid;
    padding: 0;
    margin-top: 10px;
    font-size: 0px;
    content: "" !important;
    border-color: #253D4E;
    background: none;
    transition: all 0.3s linear;
}

.slick-dots {
    position: absolute;
    bottom: -20px !important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots ul li {
    list-style-type: none;
}

.video-container {
    width: 100%;
    height: 700px;
    /* Set your desired height here */
    overflow: hidden;
}

.video-container video {
    width: 100%;
    height: auto;
    display: block;
}

.section-padding {
    padding: 60px 0px;
}

/* .about{
    background-image: url('../images/about-bg.webp');
    background-position: center center;
    background-repeat: no-repeat;
} */

.about h2 {
    font-size: 40px;
    font-weight: 500;
}

.about p {
    font-size: 18px;
    padding-top: 20px;
}

.about div a {
    margin-right: 10px;
}

.cta {
    font-size: 18px;
    font-weight: 400;
    padding: 0 30px;
    line-height: 52px;
    text-align: center;
    outline: 0;
    color: #fff;
    background-color: #063d89;
    border: none;
    border-radius: 6px;
    display: inline-block;
    -webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
    box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
    top: 18px;
    position: relative;
    text-decoration: none;
}

.cta:hover {
    font-size: 18px;
    font-weight: 400;
    padding: 0 30px;
    line-height: 52px;
    text-align: center;
    outline: 0;
    color: #fff;
    background-color: black;
    border: none;
    border-radius: 6px;
    display: inline-block;
    -webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
    box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
    top: 18px;
    position: relative;
    text-decoration: none;
}

.cta1 {
    font-size: 18px;
    font-weight: 500;
    padding: 0 30px;
    line-height: 49px;
    text-align: center;
    outline: 0;
    color: #063d89;
    background-color: transparent;
    border: 2px solid #063d89;
    border-radius: 6px;
    display: inline-block;
    -webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
    box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
    top: 18px;
    position: relative;
    text-decoration: none;
}

.cta1:hover {
    font-size: 18px;
    font-weight: 500;
    padding: 0 30px;
    line-height: 49px;
    text-align: center;
    outline: 0;
    color: #fff;
    background-color: black;
    border: none;
    border-radius: 6px;
    display: inline-block;
    -webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
    box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
    top: 18px;
    position: relative;
    text-decoration: none;
}

.residential h3 {
    font-size: 30px;
    font-weight: 500;
    position: relative;
    margin-bottom: 40px;
}

/* .residential h3::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #063d89;
    top: 52%;
    transform: translateY(-50%);
    width: 40px;
    left: 14%;
} */

.property img {
    width: 100%;
    margin-bottom: 30px;
}

.property h4 {
    /* font-family: "Cormorant Upright", serif; */
    text-transform: uppercase;
    font-weight: 500;
}

.property a {
    text-decoration: none;
    color: black;
}

.round-button {
    margin-right: 10px;
    position: relative;
    color: #063d89;
    cursor: pointer;
}

.round-button .circle {
    width: 30px;
    height: 30px;
    border: 2px solid;
    border-radius: 50%;
}

.round-button>i {
    position: absolute;
    top: 8px;
    left: 9px;
    width: 100%;
    height: 100%;
    font-size: 15px;
    display: block !important;
}

.icon-button {
    font-size: 15px;
    font-weight: 500;
    color: #414040;
    text-decoration: none;
    display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

/* .double-bg-header .double-bg-heading.double-bg-heading-gold {
    color: rgba(65, 124, 192, 0.1);
}

.double-bg-header .double-bg-heading {
    user-select: none;
    font-size: 9.063em;
    line-height: 0;
    color: rgba(2, 0, 0, 0.05);
    position: absolute;
    right: -12%;
    transform: translateY(-20px);
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
} */

footer {
    background: #0a2233;
    padding: 70px 0 25px;
    color: #fff
}

.footer- a img {
    width: 200px;
}

footer h3 {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 700
}

.footer- p {
    font-size: 17px;
    font-weight: 500;
    color: #fff
}

.footer- a {
    display: block;
    margin: 0 0 25px
}

.footer-block {
    padding: 20px 0
}

.footer-address-list li i {
    margin: 0 5px 0 0
}

.copyright {
    border-top: 1px solid #13334a;
    margin-top: 35px
}

.footer-address-list li {
    font-size: 16px;
    text-indent: -20px;
    line-height: 35px;
    list-style-type: none;
}

.footer-address-list li a {
    color: #fff;
    text-decoration: none;
}

.footer-- a {
    color: white;
    text-decoration: none;
}

.navbar .megamenu {
    padding: 2.5rem;
}

.project-list {
    display: flex;
    gap: 1rem;
}


.project-list>div:nth-child(1) {
    width: 30%;
}

.project-list>div:nth-child(2) {
    width: 70%;
}

.property-content {
    display: flex;
    flex-direction: column;
}

.property-info-list {
    display: flex;
    row-gap: 0.5rem;
    column-gap: 1rem;
    flex-direction: column;
}

.project_info {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.project_img {
    width: 1.3rem;
}

.project_info> :nth-child(2) {
    width: 90%;
}

.scroll-bar::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.scroll-bar::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #bdbdbd;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: transparent !important;
}

.article h2 {
    font-size: 40px;
    font-weight: 500;
}

.article p {
    font-size: 18px;
    padding-top: 0px;
}

.article h5 {
    font-weight: 600;
}

/*== Contact Page ==*/
.form_grid {
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #ebebeb;
    padding: 30px;
}

.form_grid h4 {
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}

.form_grid p {
    font-size: 14px;
    line-height: 1.714;
    margin-bottom: 30px;
}

.form_grid .contact_form input {
    border: 1px solid #ebebeb;
    border-radius: 8px;
    background-color: #ffffff;
    color: #484848;
    font-size: 14px;
    height: 50px;
    line-height: 1.2;
    margin-bottom: 20px;
    padding-left: 20px;
}

.form_grid .contact_form textarea.form-control {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    font-size: 14px;
    color: #484848;
    line-height: 1.2;
    margin-bottom: 25px;
    padding: 20px;
}

.form_grid .contact_form button {
    border-radius: 8px;
    background-color: #063d89;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(90, 101, 255, 0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(90, 101, 255, 0.3);
    -o-box-shadow: 0px 1px 4px 0px rgba(90, 101, 255, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(90, 101, 255, 0.3);
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
    height: 50px;
    width: 200px;
}

.contact_localtion {
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 30px;
    position: relative;
}

.contact_localtion h4 {
    font-size: 25px;
    color: #484848;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}

.contact_localtion p {
    font-size: 17px;
    color: #484848;
    line-height: 1.714;
    margin-bottom: 20px;
}

.contact_localtion .content_list h5 {
    font-size: 19px;
    color: #484848;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0;
}

.contact_localtion .content_list p {
    margin-bottom: 30px;
}

.contact_form_social_area {
    margin-bottom: 0;
    position: relative;
}

.contact_form_social_area li {
    background-color: #f7f7f7;
    border-radius: 8px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px;
}

.contact_form_social_area li:hover {
    cursor: pointer;
}

.contact_form_social_area li a {
    font-size: 14px;
    color: #484848;
    line-height: 1.2;
}

.content_list a {
    text-decoration: none;
    color: #484848;
}

.breadcrumb_content.style2 {
    margin-bottom: 55px;
}

.breadcrumb_title {
    font-size: 40px;
}

.feat_property {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.feat_property:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(19, 19, 28, 0.12);
    -moz-box-shadow: 0px 0px 30px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow: 0px 0px 30px 0px rgba(19, 19, 28, 0.12);
    box-shadow: 0px 0px 30px 0px rgba(19, 19, 28, 0.12);
}

.feat_property .thumb {
    background-color: #1d293e;
    border-radius: 8px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    overflow: hidden;
    margin: 10px 10px 0 10px;
    position: relative;
}

.feat_property .thumb img {
    opacity: 1;
    object-fit: cover;
}

.img-whp {
    width: 100% !important;
}

.feat_property .details {
    position: relative;
}

.feat_property .details .tc_content {
    padding: 20px;
}

.feat_property .details .tc_content h4 {
    font-size: 18px;
    color: #484848;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 20px;
}

.feat_property .details .tc_content ul {
    margin: 0 0 10px;
    list-style: none;
    padding: 0;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.list-inline-item {
    display: inline-block;
}

.feat_property .details .tc_content .bpg_meta li a {
    font-size: 14px;
    color: rgb(119, 119, 119);
    line-height: 1.2;
    text-decoration: none;
}

.feat_property .details .fp_footer {
    border-top: 1px solid #eeeeee;
    display: inline-block;
    padding: 20px;
    position: relative;
    width: 100%;
}

.float-left {
    float: left !important;
}

.feat_property .details .fp_footer .fp_meta li {
    margin-right: 10px;
    vertical-align: middle;
}

.feat_property .details .fp_footer .fp_meta li a {
    font-size: 14px;
    color: #777777;
    line-height: 1.2;
    text-decoration: none;
}

a img {
    border: none;
}

.for_blog.feat_property .details .fp_footer .fp_meta li:nth-child(2) {
    margin-right: 30px;
}

.feat_property .details .fp_footer .fp_pdate {
    font-size: 15px;
    color: #0d6efd;
    line-height: 1.2;
    margin-top: 12px;
    text-decoration: none;
}

.float-right {
    float: right !important;
}

.mbp_pagination {
    display: inline-block;
    position: relative;
    width: 100%;
}

.mbp_pagination ul.page_navigation {
    height: 70px;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}

.mbp_pagination ul.page_navigation li.page-item {
    display: inline-block;
    margin-right: 6px;
    margin-top: 12px;
}

.mbp_pagination ul.page_navigation li .page-link {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    font-size: 14px;
    color: #777777;
    line-height: 1.2;
    height: 45px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    width: 45px;
}

.mbp_pagination ul.page_navigation li.active .page-link {
    background-color: #0d6efd;
    color: #ffffff;
}

.main_blog_post_content {
    position: relative;
}

.blog_sp_title {
    font-size: 30px;
    color: #484848;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px;
}

.blog_sp_post_meta {
    margin-bottom: 30px;
}

.blog_sp_post_meta a {
    text-decoration: none;
    color: #484848;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.blog_sp_post_meta li:nth-child(2) {
    margin-right: 25px;
}

.mbp_thumb_post .thumb {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.main_blog_post_content .mbp_thumb_post .details {
    padding-top: 30px;
}

.main_blog_post_content .mbp_thumb_post .details p {
    font-size: 16px;
    color: #484848;
    line-height: 1.714;
}

.mb30 {
    margin-bottom: 30px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb25 {
    margin-bottom: 25px !important;
}

/*== Next Prev Pagination Blog Sinlge Page ==*/
.mbp_pagination_tab {
    padding: 35px 0;
    position: relative;
}

.mbp_pagination_tab .pag_prev {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.mbp_pagination_tab .pag_prev a,
.mbp_pagination_tab .pag_next a {
    background-color: rgb(208, 208, 208);
    border-radius: 50%;
    height: 45px;
    line-height: 45px;
    padding-left: 0;
    text-align: center;
    width: 45px;
}

.mbp_pagination_tab .pag_prev:hover,
.mbp_pagination_tab .pag_next:hover {
    cursor: pointer;
}

.mbp_pagination_tab .pag_next a {
    display: inline-block;
    float: right;
}

.mbp_pagination_tab .pag_prev a:hover,
.mbp_pagination_tab .pag_next a:hover {
    background-color: #063d89;
}

.mbp_pagination_tab .pag_prev a i,
.mbp_pagination_tab .pag_next a i {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.2;
}

.mbp_pagination_tab .pag_prev .detls {
    padding-left: 15px;
}

.mbp_pagination_tab .pag_next a {
    padding-right: 0;
}

.mbp_pagination_tab .pag_next .detls {
    padding-right: 15px;
}

.mbp_pagination_tab .pag_prev .detls,
.mbp_pagination_tab .pag_next .detls {
    display: inline-block;
    font-size: 16px;
    color: #484848;
    line-height: 1.75;
    margin-bottom: 0;
}

.mbp_pagination_tab .pag_prev .detls h5,
.mbp_pagination_tab .pag_next .detls h5 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0;
}

.mbp_pagination_tab .pag_prev .detls p,
.mbp_pagination_tab .pag_next .detls p {
    font-size: 14px;
    color: #484848;
    line-height: 1.714;
    margin-bottom: 0;
}

.mbp_pagination_tab .pag_prev .detls h5:hover,
.mbp_pagination_tab .pag_next .detls h5:hover,
.mbp_pagination_tab .pag_prev .detls p:hover,
.mbp_pagination_tab .pag_next .detls p:hover,
.mbp_pagination_tab .pag_prev a:hover,
.mbp_pagination_tab .pag_next a:hover {
    color: #063d89;
}

.about-three-thumb {
    position: relative;
}

.about-three-thumb img {
    max-width: 520px;
    border-radius: 10px;
    width: 100%;
}

.project-content {
    position: absolute;
    right: 0;
    bottom: clamp(0.75rem, -0.619rem + 2.853vw, 1.875rem);
    display: inline-block;
    text-align: center;
    z-index: 1;
}

.project-content::before {
    position: absolute;
    content: "";
    background-image: url(../images/polygon-border-shape.png);
    background-position: center top;
    background-size: cover;
    left: 33px;
    top: -26px;
    z-index: -1;
    width: 150px;
    height: 167px;
}

.project-content__inner {
    padding: 52px 30px;
    background-color: rgb(192, 192, 192);
    -webkit-mask: url('../images/polygon-shape.png') no-repeat 50% 50%;
    mask: url('../images/polygon-shape.png') no-repeat 50% 50%;
    -webkit-mask-size: 156px;
    mask-size: 156px;
}

.project-content__number {
    margin-bottom: 6px;
    font-size: 40px;
    font-weight: 600;
}

.font-12 {
    font-size: 15px;
}

.section-heading.style-left {
    text-align: left;
    margin-left: 0;
}

.section-heading__title {
    font-size: 40px;
    font-weight: 500;
}

.section-heading__desc {
    font-size: 20px;
    padding-top: 20px;
    margin-bottom: 45px;
}

.check-list.style-two {
    display: grid;
    grid-gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.check-list__item {
    margin-bottom: 20px;
    gap: 12px;
}

.check-list__item .icon {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #ffffff;
    background: linear-gradient(90deg, #2d20f6 0.04%, #2062f6 28.67%, #2162f4 54.05%, #2158f3 78.11%, #2287f0 100.04%);
    border-radius: 50%;
    flex-shrink: 0;
}

.check-list.style-two .check-list__item .text {
    font-size: 20px;
    color: black;
    font-weight: 600;
}

.team-item {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.team-item__thumb {
    position: relative;
    z-index: 1;
    border: inherit;
}

.team-item__thumb::before {
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(180deg, rgba(24, 22, 22, 0) 0%, #181616 100%);
    border-radius: inherit;
    left: 0;
    bottom: 0;
    z-index: 1;
    height: 50%;
}

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

.team-item__content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: clamp(1rem, -0.065rem + 2.219vw, 1.875rem);
    z-index: 2;
}

.flx-between {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(white) !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.team-item__name {
    font-size: 25px;
    font-weight: 600;
}

.feat_property.home3 {
    border: none;
}

.feat_property {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.feat_property.home3 .thumb {
    padding: 0;
}

.feat_property .thumb {
    background-color: #1d293e;
    border-radius: 8px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    overflow: hidden;
    margin: 10px 10px 0 10px;
    position: relative;
}

.feat_property .thumb img {
    opacity: .6;
    object-fit: cover;
}

.img-whp {
    width: 100% !important;
}

.feat_property .details {
    position: relative;
}

.feat_property .details .tc_content {
    padding: 20px;
}

.feat_property .details .tc_content p {
    font-size: 16px;
    color: #484848;
    line-height: 1.2;
}

.feat_property .details .tc_content h4 {
    font-size: 19px;
    color: #484848;
    font-weight: bold;
    line-height: 1.2;
}

.property-details h3 {
    font-size: 30px;
    font-weight: 600;
}

.property-details p {
    font-size: 18px;
    padding-top: 20px;
}

.property-details div a {
    margin-right: 10px;
}

.gallery_item {
    margin-bottom: 30px;
    position: relative;
}

.gallery_item .gallery_overlay {
    background-color: rgb(90 126 255 / 50%);
    border-radius: 5px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.gallery_item:hover .gallery_overlay {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}

.gallery_item .gallery_overlay .icon {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    text-align: center;
}

.gallery_item .gallery_overlay .icon i {
    color: #ffffff;
    font-size: 25px;
}

.amenities {
    border: 1px solid #e2e2e2;
    padding: 2.5rem;

}

.amenities-block{
    padding: 1.5rem;
    background-color: #f7f7f7;
    border: 0px solid #e2e2e2;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    min-height: 177px;
    justify-content: center;
}

.amenities-icon{
    width: 3rem;
}

.amentities-text p{
    font-size: 20px;
    padding-top: 20px;
    font-weight: 600;
}

.amenities-list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 1.5rem;
    gap: 2rem;
    row-gap: 3rem;
    list-style: none;
}

.amenities-list ul li {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.amenities-list ul li > div:nth-child(1) {
    flex-basis: 11%;
}

.amenities-list ul li > div:nth-child(2) {
    flex-basis: 89%;
}









/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 70% !important;
        right: 0;
        width: 30%;
        margin-top: 0;
        max-height: 50vh;
        overflow-y: scroll;
    }

}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px) {

    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }

    .navbar .megamenu {
        max-height: 50vh;
        overflow-y: scroll;
        width: 100%;
        padding: 1rem;
    }

}

@media screen and (max-width:767px) {
    .property-title h4 {
        font-size: 17px;
        margin: 0;
    }

    .project_info h5 {
        font-size: 15px;
    }

    .dropdown-item {
        padding-bottom: 20px !important;
        white-space: normal !important;
    }

    .project_info {
        align-items: flex-start;
    }

    .project-list {
        display: flex;
        gap: 0.5rem;
    }

    .video-container {
        width: 100%;
        height: 200px;
        overflow: hidden;
    }

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

    .about h2 {
        font-size: 25px;
        font-weight: 500;
    }

    .about p {
        font-size: 14px;
        padding-top: 20px;
    }

    .about div a {
        margin-right: 10px;
        margin-bottom: 20px;
    }

    .mob-link {
        display: none;
    }

    footer {
        background: #0a2233;
        padding: 40px 0 25px;
        color: #fff;
    }

    .footer- a img {
        width: 140px;
    }

    .footer- {
        text-align: center;
    }

    .mob-address {
        text-align: center;
    }

    .footer- p {
        margin-bottom: 2.8rem;
    }

    .section-heading__title {
        font-size: 28px;
        font-weight: 500;
        margin-top: 30px;
    }

    .section-heading__desc {
        font-size: 17px;
        padding-top: 20px;
        margin-bottom: 45px;
    }

    .team-item {
        border-radius: 5px;
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .blog_sp_title {
        font-size: 20px;
        color: #484848;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 30px;
    }

    .form_grid {
        background-color: #ffffff;
        border-radius: 8px;
        border: 1px solid #ebebeb;
        padding: 30px;
        margin-bottom: 20px;
    }

    .project-content {
        display: none;
    }

    .breadcrumb_title {
        font-size: 30px;
    }

    .feat_property .details .tc_content h4 {
        font-size: 16px;
        color: #484848;
        font-weight: bold;
        line-height: 1.2;
    }

    .tab-img{
        margin-top: 50px !important;
    }

    .property-details div a {
        margin-right: 10px;
        margin-bottom: 20px;
    }

    .mob-cta{
        font-size: 15px;
    }

    .amenities-list ul{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin-top: 1.5rem;
        gap: 2rem;
        row-gap: 0rem;
    }



}


@media screen and (min-width:768px) and (max-width:1024px) {
    .navbar .megamenu {
        padding: 1rem !important;
    }

    .property-title h4 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .project_info h5 {
        font-size: 14px;
    }

    .dropdown-item {
        padding-bottom: 20px !important;
        white-space: normal !important;
    }

    .project_info {
        display: flex;
        align-items: flex-start;
        gap: 0.3rem;
    }

    .nav-item {
        font-size: 14px;
        font-weight: 600;
        padding: 0px 10px;
    }

    .video-container {
        width: 100%;
        height: 425px;
        overflow: hidden;
    }

    .navbar .megamenu {
        left: 55% !important;
        right: 0;
        width: 45%;
        margin-top: 0;
        max-height: 50vh;
        overflow-y: scroll;
    }

    .form_grid {
        background-color: #ffffff;
        border-radius: 8px;
        border: 1px solid #ebebeb;
        padding: 30px;
        margin-bottom: 20px;
    }

    .about-three-thumb img {
        max-width: 100%;
        border-radius: 10px;
        width: 100%;
        height: auto;
    }

    .section-heading__title {
        font-size: 35px;
        font-weight: 500;
        margin-top: 30px;
    }

    footer {
        background: #0a2233;
        padding: 50px 0 25px;
        color: #fff;
    }

    .tab-footer {
        text-align: center;
    }

    .feat_property .details .tc_content h4 {
        font-size: 18px;
        color: #484848;
        font-weight: bold;
        line-height: 1.2;
    }

    .tab-img{
        margin-top: 50px !important;
    }

    .amenities-list ul{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 1.5rem;
        gap: 2rem;
        row-gap: 0rem;
    }
}

@media screen and (min-width:1024px) {
    .navbar .megamenu {
        left: 60% !important;
        right: 0;
        width: 40%;
        margin-top: 30px;
        max-height: 50vh;
        overflow-y: scroll;
    }
}
