@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Josefin Sans", sans-serif;
    /* overflow-x: hidden; */
}

/* sticky form code */
.stickyForm {
    position: fixed;
    top: 270px;
    width: 310px;
    right: -310px;
    text-align: center;
    padding: 17px;
    background: rgba(84, 84, 84, 0.81);
    border-radius: 11px 0px 0 11px;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    z-index: 9999;
}

.stickyForm.active {
    right: 0px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.stickyForm .btn {
    background: #f26522;
    padding: 10px 30px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: -95px;
    color: #fff !important;
    height: 40px;
    border-radius: 7px 7px 0 0;
    font-size: 15px;
    cursor: pointer;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    border: 0;
    perspective: 100px;
    outline: 0 !important;
}

input#phone {
    /* padding-left: 50px !important; */
}

/* 
body .stickyForm * {
    color: #fff;
} */

body .stickyForm label {
    width: 100% !important;
    color: red;
}

body .stickyForm input[type="text"],
body .stickyForm input[type="email"],
body .stickyForm textarea {
    width: 100% !important;
    border: 0;
    height: 45px;
    background: transparent;
    border-bottom: 1px solid grey;
    margin-bottom: 13px;
    /* border: 1px solid #D2CFBE; */
    /* border-radius: 50px; */
    outline: none;
    color: black;
}

.stickyForm [type="submit"] {
    background: #545454d9;
    color: white;
    border: 0;
    padding: 10px 25px;
    border-radius: 2px;
    border: 1px solid #616161;
}

body .stickyForm ._checkbox {
    margin-bottom: 10px;
}

body .stickyForm ._checkbox .text {
    text-align: left;
    margin-bottom: 10px;
}

body .stickyForm ._checkbox label {
    width: 50% !important;
    float: left;
    padding-right: 5px;
}

body .stickyForm ._checkbox span {
    padding-left: 4px;
    font-size: 13px;
    float: left;
}

.stickyForm{
    /* background: rgba(35, 35, 35, 0.77); */
    background-color: white;
    color: white !important;
}
.stickyForm.active .btn {
    /* background: rgba(35, 35, 35, 0.77); */
    background-color: #f26522;
    color: white !important;

}

.stickyForm ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    letter-spacing: 0px;
    color: #ccc;
}

.stickyForm ::-moz-placeholder {
    /* Firefox 19+ */
    letter-spacing: 0px;
    color: #ccc;
}

.stickyForm ::-ms-input-placeholder {
    /* IE 10+ */
    letter-spacing: 0px;
    color: #ccc;
}

.stickyForm :-moz-placeholder {
    /* Firefox 18- */
    letter-spacing: 0px;
    color: #ccc;
}

body .stickyForm select {
    width: 100%;
    color: #fff;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
    height: 40px;
}

body .stickyForm .btn-group {
    margin-top: 20px;
}

body .stickyForm .error {
    margin-bottom: 0 !important;
}

body .stickyForm label.error {
    padding: 7px 0;
}

body .stickyForm [type="submit"] {
    background: transparent !important;
    color: black;
    height: 40px !important;
    padding: 0px 30px !important;
    transition: all 0.6s ease;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 8px;
}

body .stickyForm [type="submit"]:hover {
    background: #f26522 !important;
    border: 1px solid #f26522;
    color: white;
    height: 40px !important;
    padding: 0px 30px !important;
    transition: all 0.6s ease;
}

body .stickyForm input::placeholder {
    color: black;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}

/* end of sticky form code */

/* Body Styles */

form#banner_form {
    padding: 40px 0;
}

form#banner_form input {
    width: 100%;
    color: black;
    background: white;
    border: none;
    height: 45px;
    border-radius: 15px;
    /*box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;*/
}

input#banner_input_submit {
    transition: all 0.6s ease;
    border: none;
    background: #f26522 !important;
    color: white !important;
}

/*input#banner_input_submit:hover {*/
/*    color: white;*/
/*    background: #f26522;*/
/*    border: 1px solid #f26522 !important;*/
/*    transition: all 0.6s ease;*/
/*}*/

section#project_overivew {
    padding: 45px 0;
    /*background-color: #172A3E;*/
    padding: 25px 0 55px 0;
    /*background: linear-gradient(0deg, #172A3E 30%, #cfc9c9 100%);*/
    background: url(../img/overview_bg_img.png);
}

section#project_overivew p {
    color: white;
    text-align: center;
}

h2.project_overview_header {
    font-size: 30px;
    text-align: center;
    margin-bottom: 35px;
    color: #f26522;
    position: relative;
    display: inline-block;
}

.border_line::before {
    content: "";
    position: absolute;
    width: 100px;
    background-color: white;
    height: 1px;
    top: 16px;
    right: -110px;
}

.border_line::after {
    content: "";
    position: absolute;
    width: 100px;
    background-color: white;
    height: 1px;
    top: 20px;
    left: -110px;
}

.border_line_black::after {
    content: "";
    position: absolute;
    width: 100px;
    background-color: black;
    height: 1px;
    top: 15px;
    left: -120px;
}

.border_line_black::before {
    content: "";
    position: absolute;
    width: 100px;
    background-color: black;
    height: 1px;
    top: 15px;
    right: -120px;
}

h2.whychoose_header {
    text-align: center;
    color: #f26522;
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
}

h2.thirty_plus_amenities_header {
    text-align: center;
    color: #f26522;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}

h2.project_gallery_header {
    text-align: center;
    color: #f26522;
    position: relative;
    margin: 45px 0 20px 0;
    display: inline-block;
}

h2.location_high_header {
    text-align: center;
    color: #f26522;
    position: relative;
    margin: 20px 0;
    display: inline-block;
}

h2.plans_header {
    text-align: center;
    color: #f26522;
    position: relative;
    margin: 45px 0;
    display: inline-block;
}

p.carousel_text {
    margin: 10px 0 10px 5px;
}

p.sub_header {
    font-weight: 700;
}

p.first_paragraph {
    font-weight: 300;
    font-size: 16px;
}

.overall_card_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.whychoose_card {
    width: 47%;
    background-color: #765E461A;
    color: black;
    padding: 35px;
    display: flex;
    align-items: center;
    gap: 20px;
}

p.whychoose_text {
    margin-bottom: 0;
}

section#whychoose_us_section {
    padding: 75px 0;
    position: relative;
}

section#whychoose_us_section::before {
    content: "";
    position: absolute;
    width: 225px;
    background: url(../images/swing_chair_image.png) no-repeat;
    right: 0;
    top: 0;
    height: 425px;
    background-size: contain;
}


section#whychoose_us_section::after {
    content: "";
    position: absolute;
    width: 80%;
    background: url(../images/peacock_image.png) no-repeat;
    bottom: -30px;
    left: 30px;
    height: 265px;
    background-size: contain;
}

h2.project_config_header {
    color: white;
    text-align: center;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    font-size: 30px;
}

section#project_config_section {
    background: url(../img/project_config_bg_image.webp) no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    padding: 75px 0;
}


section#project_config_section:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000085;
    z-index: 3;
    top: 0;
}

section#project_config_section table tr,
td {
    border: 1px solid white;
    padding: 15px;
    text-align: center;
    color: white;
}

section#project_config_section table {
    width: 100%;
    position: relative;
    z-index: 4;
}

section#project_config_section table a {
    color: white;
}

.header_text_wrapper {
    text-align: center;
    position: relative;
    z-index: 4;
}

.header_black_text_wrapper {
    text-align: center;
    position: relative;
    z-index: 4;
}

#project_gallery_slider .owl-item.active.center {
    transform: scale(1.2);
    transition: all ease 0.6s;
    position: relative;
    z-index: 2;
    padding: 15px 0;
}

#project_gallery_slider .owl-item {
    transform: scale(0.8);
    transition: all ease 0.6s;
    position: relative;
    z-index: -1;
}

#project_gallery_slider .owl-item img {
    border-radius: 20px;
    padding: 25px 0;
}

section#project_gallery_section {
    padding: 75px 0;
}

section#thirty_plus_amenities {
    padding: 75px 0 0 0;
}

section#location_highlights_section {
    padding: 75px 0;
    background-color: #172A3E;
}

.location_list_items ul li {
    color: white;
    margin-bottom: 10px;
}

.location_map_wrapper {
    width: 100%;
    height: 100%;
}

section#master_floor_plan_section {
    padding: 75px 0;
    position: relative;
    background: url(../images/plan_bg_image.png) no-repeat;
    width: 100%;
    height: 100%;
    background-position: bottom;
}

.legend_header h2 {
    text-align: center;
    color: #f26522;
    position: relative;
    margin-bottom: 25px;
}

h2.about_subram_header {
    text-align: center;
    color: #f26522;
    position: relative;
    margin-bottom: 35px;
    display: inline-block;
}

.legend_list_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.legend_list_container ol {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.legend_list_container li {
    font-size: 12px;
    margin-bottom: 10px;
}

.about_subram_image img {
    width: 100%;
}

section#about_subram_section {
    padding: 75px 0;
}

.legacy_of_excellence_content {
    display: flex;
    background-color: #B68C4C;
    padding: 25px 45px;
}

.legacy_text_style {
    width: 25%;
    color: white;
    border-right: 1px solid white;
    margin-left: 40px;
}

p.main_text {
    margin: 15px 0;
}

.legacy_of_text_one h3 {
    margin: 15px 0;
}

.legacy_text_style:nth-child(4) {
    border-right: none;
}

.office_location {
    display: flex;
    gap: 15px;
}

.call_number img,
.email_contact img,
.website_link img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 15px;
}

.office_location img {
    width: 23px;
    height: 23px;
}

.details_icons a {
    text-decoration: none;
    color: black;
    font-size: 16px;
}

.details_icons {
    margin: 0 0 25px 40px;
}

h2.contact_info_header {
    display: inline-block;
    margin-bottom: 45px;
    position: relative;
}

form#contact_footer_form {
    width: 100%;
}

form#contact_footer_form input {
    width: 100%;
    height: 55px;
    margin: 0px 0 20px 0;
    outline: none;
    border: none;
    padding-left: 15px;
    border-radius: 10px;
}

input#contact_input_phone {
    margin-bottom: 20px !important;
    padding-left: 50px !important;
}

.contact_us_form_wrapper {
    padding: 35px 60px;
    background-color: #f26522;
    border-radius: 10px;
}

.contact_us_form_wrapper p,
h3 {
    color: white;
}

input#contact_input_submit {
    background: black;
    color: white;
}

form#contact_footer_form label {
    color: white;
    margin-bottom: 10px;
}

section#contact_us_section {
    padding: 85px 0;
    background: url(../images/footer_bg_image.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

.footer_content p {
    text-align: center;
    color: white;
}

.footer_policy_terms a {
    text-decoration: underline;
    color: white;
}

.rera_number p {
    color: white;
    text-align: center;
}

.footer_logo_container {
    text-align: center;
    margin: 20px 0;
}

.footer_policy_terms {
    text-align: center;
}

img.project_footer_logo {}

img.infantry_homes_img {
    width: 140px;
}

#contact-popup-form h3,
#enquire_now_popup_form h3 {
    color: black;
    text-align: center;
}

.no-container-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-container-row>[class*='col-'] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

h2.experience_header {
    border-bottom: 1px solid #9E955E;
    padding-bottom: 10px;
    color: white;
    font-size: 22px;
}

p.exp_sub_text {
    font-family: "park-lane", serif;
    color: white;
    width: 50%;
    margin: 40px 0 0 0;
}

span.features_text {
    display: none;
    color: white;
}

ul#features_content li {
    color: #9E955E;
    cursor: pointer;
    margin-bottom: 10px;
}

ul#features_content p {
    color: white;
}

.features_text_content {
    margin-bottom: 15px;
}

#elevated_living_slider .owl-stage {
    padding-left: 0 !important;
}


section#prime_investment {
    position: relative;
}

.prime_investment_bg_image img {
    width: 100%;
    height: 100%;
}

.prime_investment_wrapper {
    position: absolute;
    width: 40%;
    top: 50px;
    right: 180px;
}

h2.prime_investment_header {
    color: white;
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 20px;
}

.prime_investment_wrapper p {
    font-family: "park-lane", serif;
    color: white;
    font-size: 16px;
}

section#gallery {
    background-color: #151119;
    padding: 100px 0;
}

h2.gallery_header {
    font-size: 22px;
    color: white;
    text-align: center;
    margin-bottom: 25px;
}

#gallery_image_slider .owl-item img {
    filter: grayscale(1);
}

#gallery_image_slider .owl-item.active.center img {
    filter: none;
}

#gallery_image_slider .owl-nav .owl-prev svg {
    transform: rotate(60deg);
}

#gallery_image_slider .owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    left: -50px;
    font-size: 30px;
}

#gallery_image_slider .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    right: -50px;
    font-size: 30px;
}

#gallery_image_slider .owl-dots {
    width: 100%;
    height: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 50px;
    justify-content: center;
}

#gallery_image_slider .owl-dot.active {
    background: #9E955E;
    height: 15px;
    width: 15px;
    border-radius: 25px;
}

#gallery_image_slider .owl-dot {
    background: white;
    height: 10px;
    width: 10px;
    border-radius: 25px;
}

span.head_text {
    display: block;
}

.accordion.custom_elevated_living button.accordion-button {
    border: none;
    box-shadow: none !important;
    background: none !important;
}

.accordion.custom_elevated_living .accordion-item {
    border: none;
    box-shadow: none !important;
    background: none !important;
}

.accordion.custom_elevated_living .accordion-button::after {
    display: none;
    visibility: hidden;
}

.accordion.custom_elevated_living .accordion-button:not(.collapsed)::after {
    display: none;
    visibility: hidden;
}

.accordion.custom_elevated_living button.accordion-button.collapsed,
.accordion.custom_elevated_living button.accordion-button {
    color: #9E955E;
}

.accordion.custom_elevated_living .accordion-body {
    padding: 0 20px;
}

.accordion.custom_elevated_living .accordion-body p {
    color: white;
    margin-bottom: 10px;
}

button.accordion-button.filter_item {}

.accordion.custom_elevated_living {
    width: 70%;
}

.download_brochure_btn {
    text-align: center;
}

.download_brochure_btn a {
    padding: 15px 25px;
    color: black;
    background: white;
    transition: all 0.6s ease;
    border: 1px solid black !important;
    text-decoration: none;
}

.download_brochure_btn a:hover {
    color: white;
    background: black;
    transition: all 0.6s ease;
}

form#footer_form {
    padding: 80px 0;
}

form#footer_form input {
    width: 100%;
    height: 45px;
    color: black;
    background: white;
    border: 1px solid #989898;
}

input#footer_input_submit {
    transition: all 0.6s ease;
    border: 1px solid black !important;
}

input#footer_input_submit:hover {
    color: white;
    background: black;
    transition: all 0.6s ease;
}

.master_plan_btns a {
    color: black;
    transition: all 0.6s ease;
    text-decoration: none;
    font-size: 20px;
}

.master_plan_btns a.active {
    border-bottom: 1px solid black !important;
    transition: all 0.6s ease;
}

.master_plan_header h2 {
    margin-bottom: 50px;
    font-size: 22px;
    text-align: center;
}

.master_plan_btns {
    margin-bottom: 40px;
    text-align: center;
    display: flex;
    gap: 30px;
    justify-content: center;
}

.tabs_content_plans {
    display: none
}

.tabs_content_plans.active {
    display: block
}

.inner_plan_tabs.owl_master_plan_filter_btns ul,
.inner_plan_tabs.owl_floor_plan_filter_btns ul {
    padding: 0;
}

.owl_master_plan_filter_btns ul li,
.owl_floor_plan_filter_btns ul li {
    list-style: none;
    margin-bottom: 10px;
    max-width: 25%;
    text-align: center;
}


.owl_master_plan_filter_btns ul li a.filter_item,
.owl_floor_plan_filter_btns ul li a.filter_item {

    padding: 15px 25px;
    color: black;
    background: white;
    transition: all 0.6s ease;
    border: 1px solid black !important;
    text-decoration: none;
    width: 200px;
    display: block;
}

.owl_master_plan_filter_btns ul li a.filter_item.active,
.owl_floor_plan_filter_btns ul li a.filter_item.active {
    color: white;
    background: black;
    transition: all 0.6s ease;
}

.cloudzoom-blank {
    display: none;
}

.mfp-figure button.mfp-close {
    width: 25px !important;
    height: 25px !important;
    display: flex !important;
    align-items: center !important;
    padding-right: 0 !important;
    justify-content: center !important;
}

h2.footer_faq_header {
    text-align: center;
    margin-bottom: 35px;
    font-size: 22px;
}

#faq_accordion .accordion-button::after {
    content: "";
    background-image: none;
    content: "+";
    right: 10px;
    position: relative;
    font-size: 25px;
    top: -3px;
    transition: none;
    transform: none;
    color: white;
}

#faq_accordion .accordion-button:not(.collapsed)::after {
    content: "";
    background-image: none;
    content: "-";
    right: 10px;
    position: relative;
    font-size: 25px;
    top: -3px;
    transition: none;
    transform: none;
    color: white;
}

#faq_accordion button:focus:not(:focus-visible) {
    outline: 0;
    background: none;
    box-shadow: none;
}

#faq_accordion button.accordion-button,
#faq_accordion .accordion-body p {}

section#faq_section {
    padding: 60px 0;
}



p.footer_text {
    text-align: center;
    color: white;
    margin: 20px 0;
}

section#footer_section {
    background-color: #27354A;
    padding: 35px 0 100px 0;
}

.hero_banner_image {
    width: 100%;
    height: 100%;
    /*padding-top: 65px;*/
}

.hero_banner_image img {
    width: 100%;
    height: 100%;
}

.header_section {
    position: relative;
}

/*section#header_section:after {*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    z-index: 2;*/
/*    background-color: #00000085;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: auto;*/
/*}*/

section#banner_form_section {
    z-index: 3;
    position: relative;
        background: linear-gradient(0deg, #172A3E, #fff 100%);
}

section#header_section header {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 40px;
}

.navbar-menu ul {
    display: flex;
    gap: 50px;
    padding: 0;
    margin: 0;
}

.navbar-menu ul li {
    list-style: none;
}

.navbar-menu ul li a {
    text-decoration: none;
    color: black;

}

.banner_colored_logo {
    display: block;
    visibility: visible;
    opacity: 1;
}
.banner_colored_logo img{
    width: 160px;
    height: 100%;
}

.banner_white_logo img {
    width: 200px;
}

header.fixed-header .navbar-menu ul li a {
    color: black;
}

section#header_section header.fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff !important;
    z-index: 999;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0
}

header.fixed-header .banner_white_logo {
    display: none;
    visibility: hidden;
    opacity: 0
}

header .banner_colored_logo {
    display: block;
    visibility: visible;
    opacity: 1;
}

header.fixed-header .banner_colored_logo {
    display: block;
    visibility: visible;
    opacity: 1;
}

header.fixed-header .banner_colored_logo img {
    width: 160px;
    height: 100%
}

.text_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;

}

.banner_text {
    background-color: #000000a8;
    padding: 25px 35px;
    width: 70%;
    color: white;
    text-align: center;
}

.menu_btn.btn11 {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.intl-tel-input .flag-container {
    max-height: 44px !important;
}

form#banner_form input[type="text"],
input[type="email"],
form#footer_form input[type="text"],
input[type="email"],
#sticky_form input[type="text"],
input[type="email"] {
    padding-left: 15px;
}

form#banner_form label,
form#footer_form label {
    color: red;
    margin-top: 10px;
    font-size: 14px;
}

body #sticky_form input.phone {
    border: none;
    outline: none;
    padding-top: 5px;
}

#sticky_form input {
    height: 45px;
}

#sticky_form input[type="tel"] {
    width: 100% !important;
    border: 0 !important;
    height: 45px !important;
    background: transparent !important;
    border-bottom: 1px solid grey !important;
    margin-bottom: 13px !important;
}

.popup-form {
    background-color: #fff;
    width: 40%;
    margin: auto;
    padding: 30px;
    position: relative;
}

#popup_contact_form .registration {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.firstname_input,
.email_input,
.mobile_input {
    width: 100%;
}

.firstname_input input,
.email_input input,
.mobile_input input {
    width: 100%;
    height: 45px;
    color: black;
    background: white;
    border: 1px solid #989898;
    margin-bottom: 10px;
}

input#popup_input_submit {
    padding: 15px 25px;
    color: black;
    background: white;
    transition: all 0.6s ease;
    border: 1px solid black !important;
    text-decoration: none;
}

input#popup_input_submit:hover {
    color: white;
    background: #f26522;
    transition: all 0.6s ease;
    border: 1px solid #f26522 !important;
}

div#contact-popup-form h3 {
    text-align: center;
    margin-bottom: 25px;
}

.popup_submit_btn {
    margin: 25px 0;
}

.firstname_input input {
    padding-left: 15px;
}

form#popup_contact_form label,
form#enquire_now_popup_form label {
    color: red;
    margin-bottom: 10px;
}

#enquire_now_popup_form .popup_submit_btn {
    margin: 25px 0;
    text-align: center;
}

.prime_investment_bg_image img.mobile_image {
    display: none;
}

/* Footer sticky form */
.floating-icons-mob {
    display: none;
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 99;
    background-color: #ffff;
    -webkit-box-shadow: 0 -3px 14px rgba(0, 0, 0, .16);
    box-shadow: 0 -3px 14px rgba(0, 0, 0, .16)
}

.floating-icons-mob ul li {
    display: inline-block;
    padding: 14px 5px;
    width: calc(100%/3 - 5px);
    position: relative;
    width: 50% !important;
    text-align: center;
    margin-left: 0
}

.floating-icons-mob ul li a {
    text-decoration: none
}

.floating-icons-mob ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 0
}

.floating-icons-mob ul li:after {
    content: "";
    width: 1px;
    height: 27px;
    background-color: #707070;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.floating-icons-mob.scroll-hide {
    display: block !important;
    z-index: 100
}

.floating-icons-mob ul li span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    margin-top: 10px
}

.floating-icons-mob ul li:last-child span {
    margin-top: 8px
}

.download_icon img {
    width: 20px;
    height: 20px;
}

.header_menu {
    position: relative;
}

ul.country-list{
    color: black !important;
}
.footer_policy_terms p {
    color: white;
    margin: 15px 0;
    font-size: 12px;
}
/* Footer sticky form */

.custom_brochure_btn br{
    display: none;
}
.footer_content {
    text-align: center;
}
p.footer_sub_header {
    border-bottom: 1px solid white;
    display: inline-block;
}
p.pre_launch_text{
    border-bottom:1px solid #f26522;
    display: inline-block;
}

h3.banner_main_text{
       font-size: 30px;
       margin: 15px 0;
}
.banner_text img.location_pin {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
ol.legend_list_one{
    margin-left: 10px;
}
section#header_section {
    position: relative;
}

#faq_accordion .accordion-button::after {
    content: "";
    background-image: none;
    content: "+";
    right: 10px;
    position: relative;
    font-size: 25px;
    top: -3px;
    transition: none;
    transform: none;
}

#faq_accordion .accordion-button:not(.collapsed)::after {
    content: "";
    background-image: none;
    content: "-";
    right: 10px;
    position: relative;
    font-size: 25px;
    top: -3px;
    transition: none;
    transform: none;
}

#faq_accordion button:focus:not(:focus-visible) {
    outline: 0;
    background: none;
    box-shadow: none;
}

#faq_accordion button.accordion-button,
#faq_accordion .accordion-body p {
}
div#faq_accordion .accordion-item {
    background: transparent;
}
div#faq_accordion .accordion-item p{
    color: white !important;
    margin-bottom: 0;
}

#faq_accordion button.accordion-button {
    background: transparent !important;
    box-shadow: none;
}

p.hightlights_text_2 {
    margin-bottom: 45px;
    color: white;
    font-size: 14px;
}
p.hightlights_text_1 {
    color: white;
    margin: 15px 0 15px 0;
}

p.config_subtext_1 {
    color: white;
    font-size: 18px;
}

p.config_subtext_2 {
    color: white;
    font-size: 14px;
        margin-bottom: 25px;
}
#floor_plan_slider .owl-prev {
    position: absolute;
    top: 45%;
    left: -100px;
}
#floor_plan_slider .owl-next {
    position: absolute;
    top: 45%;
    right: -100px;
}

.legend_container {
    width: 48%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
    background: #F2EFED;
    padding-left: 5px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 13px;
    border-radius: 10px;
}

.legend_icon_text p {
    margin: 0;
}

.legend_list_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-height: 245px;
    overflow-y: auto;
        padding-right: 5px;
}

::-webkit-scrollbar {
    width: 6px; /* Change this value to adjust the width */
    /*height: 12px; */
}
::-webkit-scrollbar-track {
    background: #f1f1f1; /* Change this value to the desired track color */
}
::-webkit-scrollbar-thumb {
    background: #888; /* Change this value to the desired handle color */
    border-radius: 6px; /* Optional: to make the scrollbar handle rounded */
}

.whats_app_btn a{
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 100px;
    background: #27a41b;
    right: 50px;
    border-radius: 50px;
    padding: 5px;
    z-index: 99999;
}
.whats_app_btn a svg{
    fill: white;
}

.location_map_wrapper_image{
    width: 100%;
    height: 100%;
}
.location_map_wrapper_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
p.amenities_sub_text {
    margin: 10px 0 45px 0;
    font-size: 18px;
}
p.project_gallery_subtext{
        margin: 10px 0 45px 0;
    font-size: 18px;
}
#subram_amenities_slider .item img {
    min-height: 240px;
    object-fit: cover;
    border-radius: 10px;
}
#subram_amenities_slider .owl-prev.disabled,#subram_amenities_slider .owl-next.disabled ,#floor_plan_slider .owl-prev.disabled,
#floor_plan_slider .owl-next.disabled
{
    display: none
}

#subram_amenities_slider .owl-nav{
    display: flex; 
    margin-top: 10px;
    gap: 15px;
}

#subram_amenities_slider .owl-prev img, #subram_amenities_slider .owl-next img  {
    width: 40px;
}
/* Body Styles */

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1440px) {
    .navbar-menu ul {
    gap: 40px;

}
section#whychoose_us_section::before {
    content: "";
    position: absolute;
    width: 200px;
    background: url(../images/swing_chair_image.png) no-repeat;
    right: 0;
    top: 0;
    height: 425px;
    background-size: contain;
}
}

@media only screen and (max-width: 1365px) {}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 996px) {}

@media only screen and (max-width: 768px) {
    .custom_brochure_btn br{
    display: block;
}
    .navbar-menu {
        display: none;
    }

    /* Hamburgur menu */
    .menu_btn.btn11 {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .menu_lists {
        display: none;
        position: absolute;
        top: 85px;
        background: black;
        left: 0;
        width: 100%;
        z-index: 999;
    }

    .btn11 {
        position: relative;
        width: 30px;
        height: 40px;
        top: -10px;
        left: 0px;
        transition-duration: .5s;
        margin: auto;
        margin-right: 0;
    }

    .btn11 .icon-left {
        transition-duration: .5s;
        position: absolute;
        height: 4px;
        width: 15px;
        top: 30px;
        background-color: #212121
    }

    .btn11 .icon-left:before {
        transition-duration: .5s;
        position: absolute;
        width: 15px;
        height: 4px;
        background-color: #212121;
        content: "";
        top: -10px
    }

    .btn11 .icon-left:after {
        transition-duration: .5s;
        position: absolute;
        width: 15px;
        height: 4px;
        background-color: #212121;
        content: "";
        top: 10px
    }

    .btn11 .icon-left:hover {
        cursor: pointer
    }

    .btn11 .icon-right {
        transition-duration: .5s;
        position: absolute;
        height: 4px;
        width: 15px;
        top: 30px;
        background-color: #212121;
        left: 15px
    }

    .btn11 .icon-right:before {
        transition-duration: .5s;
        position: absolute;
        width: 15px;
        height: 4px;
        background-color: #212121;
        content: "";
        top: -10px
    }

    .btn11 .icon-right:after {
        transition-duration: .5s;
        position: absolute;
        width: 15px;
        height: 4px;
        background-color: #212121;
        content: "";
        top: 10px
    }

    .btn11.open .icon-left {
        transition-duration: .5s;
        background: 0 0
    }

    .btn11.open .icon-left:before {
        transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px)
    }

    .btn11.open .icon-left:after {
        transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px)
    }

    .btn11.open .icon-right {
        transition-duration: .5s;
        background: 0 0
    }

    .btn11.open .icon-right:before {
        transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px)
    }

    .btn11.open .icon-right:after {
        transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px)
    }

    .btn11:hover {
        cursor: pointer
    }

    .navbar-menu {
        display: none;
    }

    ul.custom_class {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: unset !important;
        padding: 15px 0;
        margin: 0;
    }

    .menu_lists li a {
        text-decoration: none;
        color: white;
        display: block;
        margin: 10px 0;
        padding-left: 35px;
        font-size: 16px;

    }

    header.fixed-header .banner_colored_logo img {
        width: 150px;
        height: 100%;
    }

    section#header_section header.fixed-header {
        padding: 15px 25px;
    }

    form#banner_form input {
        margin-bottom: 10px !important;
    }

    form#banner_form label,
    form#footer_form label {
        margin-bottom: 10px;
    }

    section#project_overivew {
        padding: 45px 0;
          /*background: linear-gradient(0deg, #172A3E 80%, #cfc9c9 100%);*/
         background: url(../img/overview_bg_img.png);
    }

    .popup-form {
        width: 95%;
    }

    form#footer_form {
        padding: 25px 0;
    }

    form#footer_form input {
        margin-bottom: 10px !important;
    }

    .exp_living_features {
        position: unset !important;
        margin-bottom: 50px;
    }

    p.exp_sub_text {
        width: 100%;
        padding: 0 15px;
    }

    .accordion.custom_elevated_living button.accordion-button.collapsed p,
    .accordion.custom_elevated_living button.accordion-button p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .accordion.custom_elevated_living .accordion-body p {
        font-size: 14px;
    }

    h2.experience_header {
        text-align: center;
        width: 100%;
    }

    .accordion.custom_elevated_living {
        width: 100%;
        text-align: center;
    }

    .prime_investment_bg_image img.desktop_image {
        display: none;
    }

    .prime_investment_bg_image img.mobile_image {
        display: block;
    }

    .prime_investment_wrapper p {
        font-size: 14px;
        padding: 0 10px;
        position: relative;
        z-index: 3;
    }

    .prime_investment_wrapper {
        width: 100%;
        top: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .prime_investment_wrapper:before {
        content: "";
        position: absolute;
        z-index: 2;
        background: #00000061;
        width: 100%;
        height: 100%;
        top: 0;
    }

    h2.prime_investment_header {
        font-size: 18px;
        text-align: center;
        margin: 20px 0;
        position: relative;
        z-index: 3;
    }

    h2.prime_investment_header br {
        display: none;
    }

    section#gallery {
        padding: 60px 0;
    }

    #faq_accordion button.accordion-button p,
    #faq_accordion button.accordion-button.collapsed p {
        margin: 0;
        width: 85%;
        font-size: 16px;
    }

    #faq_accordion .accordion-body p {
        font-size: 14px;
    }

    #elevated_living_slider .owl-stage {
        padding-left: 10px !important;
    }

    .inner_plan_tabs.owl_master_plan_filter_btns ul {
        margin: 25px 0;
    }

    #gallery_image_slider .owl-nav .owl-prev {
        left: 0px;
        top: 35%;
    }

    #gallery_image_slider .owl-nav .owl-next {
        right: 0px;
        top: 35%;
    }

    /* New Styles for Subram */
    .border_line_black::after {
        content: "";
        position: absolute;
        width: 50px;
        background-color: black;
        height: 1px;
        top: 10px;
        left: -60px;
    }

    .border_line_black::before {
        content: "";
        position: absolute;
        width: 50px;
        background-color: black;
        height: 1px;
        top: 12px;
        right: -60px;
    }

    .border_line::before {
        content: "";
        position: absolute;
        width: 50px;
        background-color: white;
        height: 1px;
        top: 12px;
        right: -60px;
    }

    .border_line::after {
        content: "";
        position: absolute;
        width: 50px;
        background-color: white;
        height: 1px;
        top: 10px;
        left: -60px;
    }

    .border_line_black.custom_border_line::after {
        content: "";
        position: absolute;
        width: 30px;
        background-color: black;
        height: 1px;
        top: 10px;
        left: -35px;
    }

    .border_line_black.custom_border_line::before {
        content: "";
        position: absolute;
        width: 30px;
        background-color: black;
        height: 1px;
        top: 12px;
        right: -35px;
    }

    h2.about_subram_header {
        font-size: 22px;
    }

    .legend_list_container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        position: relative;
        z-index: 1;
    }

    .legend_header h2 {
        margin: 30px 0;
    }

    .location_list_items ul {
        padding-top: 0px;
    }

    section#whychoose_us_section::before {
        content: "";
        position: absolute;
        width: 125px;
        background: url(../images/swing_chair_image.png) no-repeat;
        right: 0;
        top: 0;
        height: 175px;
        background-size: contain;
    }

    .whychoose_card {
        width: 100%;
        background-color: #765E461A;
        color: black;
        padding: 35px;
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .banner_text {
        background-color: #000000a8;
        padding: 25px 25px;
        width: 95%;
        color: white;
        text-align: center;
    }

    .banner_text p {
        font-size: 11px;
        margin: 15px 0;
    }

    section#whychoose_us_section::after {
        content: "";
        position: absolute;
        width: 80%;
        background: url(../images/peacock_image.png) no-repeat;
        bottom: -10px;
        left: 10px;
        height: 125px;
        background-size: contain;
    }

    section#whychoose_us_section::before {
        position: unset;
        display: none;
    }

    .legacy_of_text_one h3 {
        margin: 15px 0;
        font-size: 13px;
        text-transform: uppercase;
    }

    p.main_text {
        margin: 15px 0;
        font-size: 11px;
        font-weight: 800;
    }

    .legacy_text_style {
        width: 50%;
        color: white;
        border-right: none;
        margin-left: 0px;
        font-size: 11px;
        padding-left: 15px;
    }

    .contact_us_form_wrapper {
        padding: 35px 35px;
        background-color: #f26522;
        border-radius: 10px;
    }

    .details_icons {
        margin: 0 0 25px 10px;
    }

    section#master_floor_plan_section {
        padding: 75px 0;
        position: relative;
        background: none;
        width: 100%;
        height: 100%;
        background-position: bottom;
        background-size: contain;
    }

    .legend_content {
        position: relative;
    }

    .legend_content:before {
        content: "";
        position: absolute;
        background: url(../images/plan_bg_image_Copy.png) no-repeat;
        width: 159px;
        height: 300px;
        background-size: contain;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .legacy_of_excellence_content {
        display: flex;
        background-color: #B68C4C;
        padding: 25px 45px;
        flex-wrap: wrap;
    }
    h3.banner_main_text {
    font-size: 12px;
}

    body h2 {
        font-size: 22px !important;
    }

.text_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: end;
}


.banner_submit_btn {
    display: block;
    margin: auto;
    text-align: center;
}
input#banner_input_submit {
    transition: all 0.6s ease;
    border: none;
    background: #f26522 !important;
    color: white !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    width: 50% !important;
}

    .legacy_text_style {
        width: 100%;
        color: white;
        border-right: none;
        margin-left: 0px;
        font-size: 11px;
         padding-left: 0px; 
        text-align: center;
    }
        .legacy_of_text_one h3 {
        margin: 15px 0;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 800;
    }
    
    h2.whychoose_header.border_line_black.custom_border_line {
    font-size: 20px !important;
}

p.hightlights_text_1 {
    font-size: 16px;
}
p.hightlights_text_2 {
    font-size: 12px;
}

.location_list_items {
    padding-top: 35px;
}

p.config_subtext_1 {
    color: white;
    font-size: 16px;
}

p.config_subtext_2 {
    color: white;
    font-size: 14px;
}
#floor_plan_slider .owl-prev {
    position: unset;
    top: 0;
    left: 0;
}
#floor_plan_slider .owl-next {
    position: unset;
    top: 0;
    right: 0px;
}
#floor_plan_slider .owl-nav {
    display: flex;
    height: 50px;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    gap: 20px;
}

.legend_container {
    width: 100%;
}
.legend_list_container {
    display: block;
}
.h2.project_gallery_header {
font-size: 18px !important;
}
p.amenities_sub_text {
    font-size: 12px;
}
p.project_gallery_subtext{
        font-size: 12px;
}
.location_map_wrapper_image img {
    padding-top: 15px;
}
.hero_banner_image img {
    padding-top: 80px;
}

#subram_amenities_slider .owl-nav{
justify-content: center;
}
    /* New Styles for Subram */

    /* Hamburgur menu */
}

@media only screen and (max-width: 479px) {}