@font-face {
    font-family: "raleway-regular";
    src: url("fonts/Raleway-Regular.ttf");
    src: local('fonts/Raleway-Regular'), local('/fonts/Raleway-Regular'),
        url("fonts/Raleway-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "raleway-light";
    src: url("fonts/Raleway-Light.ttf");
    src: local('fonts/Raleway-Light'), local('/fonts/Raleway-Light'),
        url("fonts/Raleway-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0px;
    padding: 0px;
    overflow: unset;
}

body {
    /*font-family: "raleway-regular";*/
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 17px;
    color: #001F1F;
    overflow-x: hidden;
    width: 100%;
    background: #FAFBFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Wix Madefor Display', sans-serif;

}

button {
    font-family: 'Wix Madefor Display', sans-serif;
    background: #0068ef;
}

p {
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    color: #001F1F;
}

a {
    text-decoration: none;
}

.navbar-brand img {
    width: 166px;
}

.justify-content-end {
    justify-content: flex-end;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

header.animate__animated {
    z-index: 1001;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    /*    box-shadow: 0px 14px 11px #f9f9f9;*/
}

header nav.navbar {
    background-color: rgb(255 255 255 / 99%) !important;
    backdrop-filter: blur(100px);
    border-radius: 0;
}

.nav-link-btn {
    padding: 4px 30px !important;
    border: double 2px transparent;
    border-radius: 80px;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, rgba(14, 58, 159, 1), rgba(149, 26, 69, 1));
    background-origin: border-box;
    background-clip: padding-box, border-box;

}


section {
    /*    height: 100vh;*/
    /*    display: flex;*/
    /*    align-items: center;*/
}

.scroll-item {
    /*    scroll-snap-align: start;*/
    /*    scroll-snap-stop: always;*/
    /*    scroll-behavior: smooth;*/
}

.secpadding {
    padding: 80px 0px;
}

.text-right {
    text-align: right !important;
}

ul.navbar-nav .nav-item:last-child {
    margin-right: 0px;
}

ul.navbar-nav .nav-item {
    margin: 0px 15px;
}

ul.navbar-nav .nav-item a.nav-link {
    font-size: 19px;
    font-family: "raleway-regular";
    transition: 0.2s all ease-in-out;
}

ul.navbar-nav .nav-item a.nav-link:hover {
    transform: scale(1.1);
    transition: 0.2s all ease-in-out;
}

ul.navbar-nav .nav-item a.nav-link.nav-link-btn:hover {
    transform: scale(1.1);
    transition: 0.2s all ease-in-out;
    background: linear-gradient(92deg, rgba(14, 58, 159, 1) 0%, rgba(149, 26, 69, 1) 72%);
    color: #fff;
    background-clip: padding-box, border-box;
}

/* main {
    background: linear-gradient(90deg, rgba(14, 58, 159, 1) 0%, rgba(149, 26, 69, 1) 100%) !important;
    width: 100% !important;
} 
*/

footer {
    background: linear-gradient(90deg, rgba(14, 58, 159, 1) 0%, rgba(149, 26, 69, 1) 100%);
    padding: 5em 0px 0px 0px;
    position: relative;
    width: 100% !important;
    z-index: 100;
}

footer .copyrightsec {
    margin-top: 40px;
    border-top: 1px solid #ffffff21;
    padding-top: 20px;
}

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: -100px;
    right: 20px;
    color: #ffffff;
    background: linear-gradient(90deg, rgba(14, 58, 159, 1) 0%, rgba(149, 26, 69, 1) 100%);
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    font-size: 25px;
    -webkit-transition: .9s;
    transition: .9s;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
}

.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}

.go-top:hover {
    background: linear-gradient(90deg, rgba(14, 58, 159, 1) 0%, rgba(149, 26, 69, 1) 100%);
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

footer ul.footerlinks {
    list-style: none;
    margin-bottom: 80px;
}

footer .footersociallinks {
    list-style: none;
}

footer ul.footerlinks li {
    display: inline-block;
    margin: 0px 25px;
}

footer ul.footersociallinks li a {
    font-size: 20px;
    padding: 7px 10px;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #8b1d4c;
}

footer ul.footersociallinks li {
    display: inline-block;
    margin: 0px 12px;
}

footer ul.footerlinks li a {
    color: #fff;
    font-size: 20px;
    padding: 10px;
}

h2.headsec {
    font-size: 60px;
    line-height: 68px;
    margin-top: 15px;
    margin-bottom: 0px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

h4.headsec {
    font-size: 35px;
    line-height: 45px;
    margin-top: 15px;
    margin-bottom: 0px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.text-muted {
    color: #8892A1 !important;
}



.project-banner {
    /*    background: url(../img/projects/banner-image.jpg);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 10;
    /*background-attachment: fixed;*/
    height: 105vh;
}

section#hero {
    /*    height: 100vh;*/
}

section#hero > .divchange {
    height: 105%;
    width: 100%;
    position: absolute;
    top: 0;
    background-size: cover;
    transition: opacity 2s ease;
}

#lion {
    background: url(../img/projects/banner-image.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    opacity: 1;
}

#elephant {
    background: url(../img/projects/banner-image-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    opacity: 0;
}

.project-banner .banner-info {
    position: absolute;
    top: 42%;
    left: auto;
    width: 100%;
    height: 100%;
}

.project-banner h2 {
    position: absolute;
    left: 25px;
    top: 7.5em;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 0.5px;
}

.project-banner img {
    position: absolute;
    left: 70px;
    width: 280px;
    top: 0;
    transition: 0.5s all ease-in-out;
}

.helix-info-sec {
    background: #E9F0FF;
    padding-top: 150px;
}

.helix-info-sec p {
    font-size: 23px;
    line-height: 34px;
}

ul.project-inner-lists {
    padding-left: 0px;
    list-style: none;
    margin-top: 70px;
}

ul.project-inner-lists li {
    color: #6A8DC1;
    display: inline-block;
    border: 1px solid #6A8DC1;
    padding: 13px 35px;
    border-radius: 30px;
    margin-bottom: 15px;
    margin-right: 5px;
}

ul.project-inner-lists li a {
    color: #6A8DC1;
    font-weight: 500;
    font-size: 22px;
    transition: 0.2s all ease-in-out;
}

ul.project-inner-lists li:hover a {
    color: #6A8DC1;
    transition: 0.2s all ease-in-out;
}

ul.project-inner-lists li:hover {
    background: #C0D5F5;
    border: 1px solid #C0D5F5;
    color: #6A8DC1;
    transition: 0.2s all ease-in-out;
}

.project-inner-lists,
.project-inner-lists li {
    position: relative;
    z-index: 10;
}

.togglecontenthide {
    position: absolute;
    right: 0em;
    top: 0rem;
    width: 100%;
    left: auto;
}

.togglecontenthide h4 {
    color: #6A8DC1;
    font-size: 19px;
    line-height: 30px;
}

.togglecontenthide h4 span {
    display: none;
}

.neighbourhood-tabs ul#pills-tab {
    align-items: center;
    justify-content: center;
}

.neighbourhood-tabs .nav-pills .nav-link.active,
.neighbourhood-tabs .nav-pills .show > .nav-link {
    color: #2b81ff;
    background-color: #E9F0FF;
}

.neighbourhood-tabs .nav-pills .nav-link {
    color: #53719D;
    font-weight: 500;
    /* letter-spacing: 0.5px; */
    width: 100%;
    font-size: 20px;
}

.neighbourhood-tabs .nav-pills .nav-link:hover {
    color: #2b81ff;
    background-color: #E9F0FF;
}

.neighbourhood-tabs ul#pills-tab li.nav-item {
    width: 18%;
    margin: 0 auto;
}

.neighbourhood-inner-tabs ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}

.neighbourhood-inner-tabs ul li {
    color: #6A8DC1;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 20px;
    padding-right: 35px;
}

.neighbourhood-tabs .neighbourhood-inner-tabs {
    background: #EEF0F6;
    padding: 30px 50px;
    margin-top: 30px;
    border-radius: 10px;
}

#pills-tabContent .metrotabcontent .row.neighbourhood-inner-tabs {
    display: none;
}

.southblore h2.headsec {
    color: #53719D !important;
    line-height: 65px;
}

.southblore,
.fea-amen-sec {
    background: #E9F0FF;
}

ul.south-blore-list {
    list-style: none;
    padding-left: 0px !important;
}

ul.south-blore-list li {
    margin-bottom: 55px;
    display: flex;
    align-items: center;
}

ul.south-blore-list li span {
    font-weight: 600;
    color: #53719D;
    font-size: 20px;
}

ul.south-blore-list li img {
    margin-right: 15px;
    width: 88px;
}

.designedsec ul.project-inner-lists {
    display: inline-block;
}

.designedsec ul.project-inner-lists li {
    display: table;
    width: auto;
    border-radius: 60px;
    background: #E9F0FF;
    padding: 0px 0px;
    /*    padding: 12px 35px;*/
    border: 0px solid #6A8DC1;
    margin-bottom: 35px;
    transition: 0.5s all ease-in-out;
}

.designedsec {
    background: #fafbff;
}

.designedsec ul.project-inner-lists li a {
    font-size: 21px;
    transition: 0.5s all ease-in-out;
    z-index: 100;
    padding: 12px 35px;
    line-height: 55px;
    cursor: pointer;
}

.designedsec ul.project-inner-lists li:hover {
    background: #6A8DC1;
    /*    padding: 12px 50px 12px 35px;*/
    transition: 0.5s all ease-in-out;
}

.designedsec ul.project-inner-lists li:hover a {
    color: #fff;
    transition: 0.5s all ease-in-out;
}

.togglecontenthide:before {
    content: '';
    position: absolute;
    top: 5.5em;
    left: -39em;
    border: 1px dashed #0068ef;
    width: 87%;
    z-index: -1;
}

.togglecontenthide:after {
    content: '';
    position: absolute;
    top: 5.2em;
    left: -17em;
    background: #0068ef;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    z-index: -1;
}

.hide {
    display: none;
}

div#togglecontent2.togglecontenthide {
    top: 9rem;
}

div#togglecontent2.togglecontenthide::before {
    top: 2.5em;
    width: 81%;
}

div#togglecontent2.togglecontenthide::after {
    top: 2.2em;
    left: -18em;
}

div#togglecontent3.togglecontenthide {
    top: 15rem;
}

div#togglecontent3.togglecontenthide::before {
    top: 2em;
    width: 128%;
}

div#togglecontent3.togglecontenthide::after {
    top: 1.8em;
    left: -6em;
}

div#togglecontent4.togglecontenthide {
    top: 21rem;
}

div#togglecontent4.togglecontenthide::before {
    top: 2em;
    left: -34em;
    width: 100%;
}

div#togglecontent4.togglecontenthide::after {
    top: 1.8em;
    left: -8em;
}

div#togglecontent5.togglecontenthide {
    top: 27rem;
}

div#togglecontent5.togglecontenthide::before {
    top: 1.5em;
    left: -34em;
    width: 70%;
    border: 0px;
    border-left: 1px dashed #0068ef;
    border-bottom: 1px dashed #0068ef;
    height: 124px;
}

div#togglecontent5.togglecontenthide::after {
    top: 8.5em;
    left: -16em;
}

div#togglecontent6.togglecontenthide {
    top: 34rem;
}

div#togglecontent6.togglecontenthide::before {
    top: 0em;
    left: -40em;
    width: 120%;
    border: 0px;
    border-left: 1px dashed #0068ef;
    border-bottom: 1px dashed #0068ef;
    height: 130px;
}

div#togglecontent6.togglecontenthide::after {
    top: 7.3em;
    left: -9em;
}

ul.project-inner-lists li.rera a {
    color: #fff !important;
}

ul.project-inner-lists li.rera {
    background: linear-gradient(65deg, #003EA8 0%, #FF0000 100%) 0% 0%;
    color: #fff !important;
    border: 1px solid #e9f0ff;
    padding: 13px 60px;
    opacity: 0.7;
}

ul.project-inner-lists li.rera:hover {
    background: linear-gradient(65deg, #003EA8 0%, #FF0000 100%) 0% 0%;
    opacity: 1;
}

.map-location {
    background: #dde7fc;
    border-radius: 20px;
    padding: 30px 0px;
    transition: 0.5s all ease-in-out;
}

.map-location img {
    width: 100%;
    transition: 0.5s all ease-in-out;
}

.map-location:hover img {
    transition: 0.5s all ease-in-out;
    /*    transform: scale(0.9);*/
}

.fea-amen-legend h4 {
    color: #6A8DC1;
    font-weight: 600;
    /*    letter-spacing: 0.8px;*/
    font-size: 28px;
}

.fea-amen-legend p {
    color: #6A8DC1;
    font-size: 22px;
    line-height: 32px;
}

.floor-plans-tabs .tab-content {
    background: #e9f0ff;
    padding: 1px 0px 0px;
}

.floor-plans-tabs .nav-tabs .nav-link.active {
    background: #e9f0ff;
}

.floor-plans-tabs .nav-tabs .nav-link {
    color: #6A8DC1;
    border: none;
    padding: 20px 30px;
    font-size: 20px;
    font-weight: 500;
}

.floor-plans-tabs .nav-tabs {
    border: none;
}

.floor-plans-tabs .nav-tabs .nav-item {
    margin-right: 25px;
}

.floor-tables,
.floor-tables th,
.floor-tables td {
    border: 1px solid #6A8DC1;
    padding: 10px 10px;
    border-collapse: collapse;
}

.floor-tables td {
    padding: 20px 10px;
    color: #53719D;
    font-size: 18px;
}

.floor-tables {
    width: 100%;
}

.floor-tables th {
    background: #4a648b;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 500;
    line-height: 23px;
}

.floor-plans-tabs .tab-content img {
    margin-top: 29px;
    width: 50%;
}

.specifications-sec {
    background: linear-gradient(123deg, rgb(88 125 209) 0%, rgb(187 85 121) 100%);
    position: relative;
    z-index: 100;
    padding: 150px 0px;
}

.specifications-sec h2.headsec {
    font-weight: 400;
    letter-spacing: 0.5px;
}

.specifications-sec .accordion-button:focus {
    border-color: #86b7fe00 !important;
    box-shadow: none !important;
}

.specifications-sec .accordion-button {
    font-size: 25px;
    background: #E9F0FF !important;
    border: none !important;
    font-weight: 500;
    color: #6A8DC1 !important;
    padding: 20px 40px;
    font-family: "raleway-regular";
    transition: 0.2s all ease-in-out;
}

.specifications-sec .accordion-button:hover {
    background: #6A8DC1 !important;
    /*    background: #E9F0FF !important;*/
    color: #fff !important;
    transition: 0.2s all ease-in-out;
}

.specifications-sec .accordion-button:not(.collapsed):hover {
    background: #e9f0ff !important;
    color: #6a8dc1 !important;
}

.specifications-sec .accordion-item {
    border: 1px solid #E9F0FF;
    transition: 0.2s all ease-in-out;
}

.specifications-sec .accordion-item:hover {
    border: 1px solid #6A8DC1;
    transition: 0.2s all ease-in-out;
}

.specifications-sec .accordion {
    margin-bottom: 50px;
    margin-right: 20px;
}

.specifications-sec .accordion-body ul {
    padding-left: 20px;
}

.specifications-sec .accordion-body ul li {
    margin-bottom: 15px;
    margin-right: 70px;
    font-size: 19px;
}

.specifications-sec .accordion-button span {
    transition: 0.1s all ease-in-out;
}

.specifications-sec .accordion-button:hover span {
    transform: scale(1.1);
    transition: 0.1s all ease-in-out;
}

.specifications-sec .accordion-button:hover::after {
    filter: invert(19);
    filter: brightness(80);
    transition: 0.1s all ease-in-out;
}

.specifications-sec .accordion-button:not(.collapsed):hover::after {
    filter: opacity(0.5);
    color: #53719D !important;
}

.specifications-sec .accordion-button:not(.collapsed):hover span {
    transform: scale(1);
    transition: 0.1s all ease-in-out;
}

.specifications-sec .accordion-button::after {
    background-image: url(../img/plus.png);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
}

.specifications-sec .accordion-button:not(.collapsed)::after {
    background-image: url(../img/minus.png);
}

.amenities-info h4 {
    margin-top: 25px;
    color: #6A8DC1;
    font-weight: 500;
    /* letter-spacing: 0.8px; */
    line-height: 30px;
    font-size: 24px;
}

.amenities-info {
    margin-bottom: 0px;
}

.amenities-info img {
    width: 110px;
}

.amenitiesaccordion button.accordion-button:focus {
    border-color: #86b7fe00;
    box-shadow: 0px 0px 0px;

}

.amenitiesaccordion,
.amenitiesaccordion .accordion-header,
.amenitiesaccordion .accordion-body {
    background: #fafbff !important;
}

.amenitiesaccordion .accordion-item {
    display: inline-block;
    border: none !important;
}

.amenitiesaccordion button.accordion-button {
    background-color: #fafbff;
    width: auto;
    display: grid;
    padding-bottom: 70px;
    transition: 0.2s all ease-in-out;
}

.amenitiesaccordion .accordion-button:not(.collapsed) {
    background-color: #fafbff;
    box-shadow: 0px 0px 0px;
    padding-bottom: 0px;
    transition: 0.2s all ease-in-out;
}

.amenitiesaccordion .accordion-body ul {
    margin-bottom: 60px;
    padding-left: 15px;
}

.amenitiesaccordion .accordion-body ul li {
    margin-bottom: 5px;
    margin-right: 70px;
    font-size: 17px;
    color: #6A8DC1;
}

.amenitiesaccordion .accordion-button::after {
    margin-left: 0px;
    filter: opacity(0.5);
    transition: 0.2s all ease-in-out;
}

.amenitiesaccordion button.accordion-button:hover::after {
    position: relative;
    top: 10px;
    transition: 0.2s all ease-in-out;
}

.amenitiesaccordion .amenities-info h4 {
    transition: 0.2s all ease-in-out;
}

.amenitiesaccordion .amenities-info h4:hover {
    transform: scale(1.1);
    letter-spacing: 0.5px;
    transition: 0.2s all ease-in-out;
}

.row.gallery-row {
    background: #E9F0FF;
    border-radius: 20px;
    padding: 0px 0px 0px 0px;
    margin: 0px !important;
}

.row.gallery-row .headsec {
    padding: 30px 30px 0px 30px;
}

.row.gallery-row .col-md-5,
.row.gallery-row .col-md-7 {
    padding: 0px;
}

#carouselGallery {
    margin-right: 15px;
}

#carouselGallery .carousel-control-next-icon,
#carouselGallery .carousel-control-prev-icon {
    border: 2px solid #fff;
    opacity: 1 !important;
    width: 3rem;
    height: 3rem;
    background-size: 55%;
    border-radius: 50%;
}

#carouselGallery .carousel-control-next-icon:hover,
#carouselGallery .carousel-control-prev-icon:hover {
    /*    background: #fff;*/
}

.gallery-sec h2.headsec {
    color: #6A8DC1 !important;
    font-size: 48px;
    letter-spacing: 0.8px;
}

.gallery-sec {
    /*    padding-top: 0px;*/
}

.construction-scroll-box {
    background: #EEF0F6;
    border-radius: 20px;
    /*    padding: 50px 50px 50px 50px;*/
    /* height: 666px; */
    /* overflow-y: scroll;*/
}

.construction-scroll-box p {
    color: #8892A1;
}

.pro-approval {
    background: #E9F0FF;
    border-radius: 100%;
    width: 212px;
    height: 212px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.pro-approval p {
    color: #707070;
    line-height: 24px;
}

.make-sen-sec {
    background: #E9F0FF;
}

.make-sen-sec h2 {
    color: #53719D !important;
    font-size: 62px;
    font-weight: 600;
}

.make-sen-sec p {
    color: #53719D;
    font-size: 26px;
    line-height: 33px;
}

.make-sen-image {
    width: 100%;
}

.grd-lite {
    background: linear-gradient(90deg, rgba(14, 58, 159, 0.9) 0%, rgba(149, 26, 69, 0.9) 100%);
    padding: 80px 0;
}

.grd-lite h2.headsec {
    font-size: 60px;
    line-height: 67px;
    margin-top: 15px;
    margin-bottom: 0px;
    font-weight: 400;
    letter-spacing: 0.8px;
}

.form-main .form-control {
    border-radius: 40px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    padding: 8px 30px;
    height: 70px;
}

.form-floating > label {
    color: #fff;
    padding: 20px 30px;
}

.btn-main {
    width: 95%;
    background: #0068ef;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    border-radius: 40px;
    transition: 0.5s;
}

.custom-link {
    background: #6a8dc1;
    width: 95%;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    border-radius: 40px;
    transition: 0.5s;
}

.custom-link a i {
    font-size: 24px;
}

.btn-main:hover {
    width: 100%;
    background-color: #fff;
    color: #0068ef !important;
}

.custom-link:hover {
    background: #fff;
    width: 100%;
}

.custom-link:hover a {
    color: #0068ef !important;
}

.form-floating > label {
    padding: 20px 30px;
    color: #fff !important;
}

.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
    background: transparent;
}

.specifications-sec .accordion-body {
    font-size: 18px;
    padding: 30px 40px;
    color: #53719D;
    background: #e9f0ff;
}

.specifications-sec .accordion-item {
    background: transparent !important;
    margin: 0px 10px 45px;
    border-radius: 4px;
}

.projectapproval-sec {
    padding-bottom: 240px;
}

.neighbourhood-tabs {
    position: relative;
    /* height: 163vh; */
    margin-bottom: 35em;
}

.nav-location-tabs {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
}

.nav-location-tabs ul#pills-tab {
    position: relative;
    top: 35em;
    width: 100%;
    z-index: 10;
}

.nav-location-tabs div#pills-tabContent {
    position: relative;
    top: 35em;
    width: 100%;
}

.tab-image {
    position: absolute;
    top: -40em;
    left: 0;
    width: 100%;
    height: 100%;
}

.cstatushead {
    padding: 30px 30px 0px 30px;
    /*    color: #6A8DC1 !important;*/
    font-size: 55px !important;
    letter-spacing: 0.8px;
}

.mobileview-southblore {
    display: none;
}

.construction-scroll-sec {
    padding-bottom: 120px;
}

.blurdiv-info {
    filter: blur(12px);
}

.blurdiv-contact {
    margin-top: 50px;
    position: relative;
    z-index: 100;
}

.blurdiv-contact .btncustom {
    position: absolute;
    left: 38%;
    top: 17em;
}

.blurdiv-contact .btncustom {
    background: linear-gradient(92deg, rgba(14, 58, 159, 1) 0%, rgba(149, 26, 69, 1) 72%);
    color: #fff;
    padding: 18px 55px;
    border-radius: 50px;
    font-size: 22px;
    border: 2px solid #fff0;
    font-weight: 500;
    transition: 0.2s all ease-in-out;
}

.blurdiv-contact .btncustom:hover {
    transition: 0.2s all ease-in-out;
    letter-spacing: 0.8px;
    background: linear-gradient(92deg, rgba(14, 58, 159, 1) 0%, rgba(149, 26, 69, 1) 72%);
}

.modal-content {
    background: linear-gradient(92deg, rgba(14, 58, 159, 1) 0%, rgba(149, 26, 69, 1) 72%);
    border: none;
    padding: 30px !important;
}

.modal-content button.btn-close {
    filter: invert(1);
}

footer ul.footersociallinks li a.twitter-img img {
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
}

footer ul.footersociallinks li a.twitter-img {
    padding: 8px 10px;
}

.designedsecdesktop,
.sectionhidemob {
    display: block;
}

.designedsecmobile {
    display: none;
}

.custom-link:hover a span {
    display: inline-block;
    transition: 0.2s all ease-in-out;
    margin-left: 10px;
    color: #0068ef;
    font-weight: 600;
}

.custom-link a span {
    display: none;
    transition: 0.2s all ease-in-out;
}

.mobileslidergallery {
    display: none !important;
}

.desktopslidergallery {
    display: block;
}

.pro-banner .text-left {
    text-align: left;
}

.pro-banner .carousel-caption {
    bottom: 11rem;
    right: auto;
}

.pro-banner .carousel-caption img {
    margin-bottom: 45px;
    background-color: rgb(255 255 255 / 73%) !important;
    backdrop-filter: blur(4px);
    padding: 30px 30px;
    border-radius: 25px;
    width: 60%;
}

.pro-banner .carousel-item img.bannerimage.mobile {
    display: none;
}

.pro-banner .carousel-item img.bannerimage.desktop {
    display: block;
}

.metrotab,
.metrotabcontent {
    display: none;
}

#pills-tabContent .metrotabcontent {}

@media only screen and (max-width: 992px) {

    .pro-banner .carousel-item img.bannerimage.mobile {
        display: block;
    }

    .pro-banner .carousel-item img.bannerimage.desktop {
        display: none;
    }

    .sectionhidemob {
        display: none;
    }

    .desktopslidergallery {
        display: none !important;
    }

    .sectionhidedeskto,
    .mobileslidergallery {
        display: block !important;
    }

    button.navbar-toggler {
        border: transparent !important;
    }

    .pro-banner .carousel-caption {
      top: 0em;
      bottom: auto;
      right: auto;
      text-align: left;
      left: 15px;
        
    }

    section.scroll-item.pro-banner {
        margin-top: 83px;
        padding: 0px 20px;
    }

    .pro-banner .carousel-inner img.w-100.bannerimage {
        height: 85vh;
        object-fit: cover;
        object-position: 68% 50%;
        /*        padding: 0px 20px;*/
    }

    .pro-banner .carousel-inner {
        /*        padding: 0px 20px;*/
    }

    .pro-banner .carousel-caption h1.text-white {
        font-size: 21px;
        visibility: hidden;
    }

    .pro-banner .carousel-caption img {
        margin-bottom: 10px;
        width: 111px;
        padding: 20px 10px;
        border-radius: 15px;
        background-color: rgb(255 255 255 / 73%) !important;
        backdrop-filter: blur(4px);
    }

    .nav-link-btn {
        background: none !important;
        padding: 5px 0px !important;
    }

    .mobileview-southblore {
        display: block
    }

    .desktopview-southblore,
    .designedsecdesktop {
        display: none;
    }

    .designedsecmobile {
        display: block;
    }

    .secpadding {
        padding: 60px 0px;
    }

    .navbar-brand img {
        width: 120px;
    }

    h2.headsec {
        font-size: 40px;
        line-height: 48px;
    }

    header nav.navbar {
        background-color: rgb(255 255 255) !important;
    }

    footer {
        padding: 100px 0px 0px 0px;
    }

    footer .col-md-4,
    footer .col-md-8 {
        text-align: center !important;
    }

    footer ul.footerlinks {
        margin-bottom: 55px;
        padding-left: 0px;
    }

    footer .footersociallinks {
        padding-left: 0px;
    }

    footer ul.footerlinks li {
        display: inline-block;
        margin: 50px 0px 0px 0px;
    }

    footer ul.footerlinks li a {
        color: #fff;
        font-size: 18px;
        padding: 10px 8px;
        text-align: center !important;
    }

    .project-banner .banner-info {
        width: 95%;
        z-index: 100;
    }

    .row.gallery-row {
        margin: 10px !important;
    }

    .row.gallery-row .col-md-5,
    .row.gallery-row .col-md-7 {
        padding: unset;
    }

    .neighbourhood-tabs ul#pills-tab li.nav-item {
        width: 50%;
    }

    .neighbourhood-inner-tabs ul li {
        font-size: 16px;
        padding-right: 20px;
    }

    .southblore h2.headsec {
        line-height: 55px;
    }

    ul.project-inner-lists li {
        padding: 8px 8px;
        margin-bottom: 12px;
        border-radius: 50px;
    }

    .neighbourhood-tabs .nav-pills .nav-link {
        border: 1px solid #e9f0ff;
        border-radius: 0px;
        padding: 15px 0px;
        font-size: 17px;
        font-weight: 500;
    }

    .neighbourhood-tabs .tab-content {
        padding: 0px 0px;
    }

    .row.neighbourhood-inner-tabs {
        padding: 20px 25px;
        margin: 0px 0px;
    }

    .row.neighbourhood-inner-tabs .col-md-4 {
        width: 100%;
    }

    .designedsec ul.project-inner-lists {
        margin-left: 0px;
    }

    .fea-amen-sec,
    .designedsec,
    .specifications-sec,
    .amenitie-sec,
    .projectapproval-sec,
    .make-sen-sec,
    .grd-lite {
        padding: 60px 20px;
    }

    .map-location {
        padding: 30px 0px;
    }

    .floor-plans-tabs .nav-tabs li {
        width: 50%;
        margin-right: 0px !important;
    }

    .specifications-sec .accordion {
        margin-bottom: 25px;
        margin-right: 0px;
    }

    .amenitie-sec .col-md-4,
    .projectapproval-sec .col-md-3 {
        width: 50%;
    }

    #carouselGallery {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .pro-approval {
        width: 150px;
        height: 150px;
        margin-bottom: 25px;
    }

    .projectapproval-sec h2.headsec {
        margin-bottom: 0px !important;
    }

    .grd-lite h2.headsec {
        font-size: 50px;
    }

    section#hero:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #00000040;
        background: linear-gradient(90deg, #032fb38a -26%, #951a4554 100%);
        z-index: 1;
    }

    .navbar-toggler:focus {
        box-shadow: 0px 0px 0px !important;
    }

    div#navbarSupportedContent {
        margin-top: 20px;
    }

    section#hero > .divchange {
        background-position: 70% 50%;
        height: 100%;
        width: 100%;
    }

    .project-banner img {
        left: 50px;
        filter: brightness(27.5);
        width: 250px;
        padding: 40px 30px;
        border-radius: 15px;
        background-color: rgb(255 255 255 / 47%) !important;
        backdrop-filter: blur(51px);
    }

    .project-banner h2 {
        left: 45px;
        font-size: 21px;
        top: 10.5em;
    }

    .helix-info-sec {
        padding-top: 30px !important;
    }

    .helix-info-sec p {
        font-size: 20px;
        line-height: 30px;
    }

    ul.project-inner-lists li a {
        font-size: 16px;
    }

    .designedsec ul.project-inner-lists li a {
        font-size: 16px;
    }

    .designedsec ul.project-inner-lists li {
        padding: 0px 0px;
        margin-bottom: 15px;
    }

    .fea-amen-legend p {
        font-size: 20px;
        line-height: 30px;
    }

    .specifications-sec .accordion-body ul li {
        margin-right: 0px;
    }

    .amenitiesaccordion .accordion-body ul li {
        margin-right: 0px;
        font-size: 16px;
    }

    .amenities-info h4 {
        line-height: 28px;
        font-size: 20px;
    }

    .make-sen-sec p {
        font-size: 22px;
        line-height: 30px;
    }

    .nav-location-tabs ul#pills-tab,
    .nav-location-tabs div#pills-tabContent,
    .tab-image {
        top: 0;
        position: relative;
    }

    .neighbourhood-tabs {
        margin-bottom: 0px;
    }

    .tab-image img.mb-70 {
        margin-bottom: 10px !important;
    }

    .togglecontenthide {
        /*display: none !important;*/
        position: relative !important;
    }

    .togglecontenthide:before {
        width: 0% !important;
    }

    .togglecontenthide:after {
        width: 0px;
        height: 0px;
    }

    .construction-scroll-sec {
        padding: 0px 20px;
    }

    div#togglecontent6 {
        margin-bottom: 80px;
    }

    div#togglecontent2.togglecontenthide,
    div#togglecontent3.togglecontenthide,
    div#togglecontent4.togglecontenthide,
    div#togglecontent5.togglecontenthide,
    div#togglecontent6.togglecontenthide {
        top: 0px;
    }

    .togglecontenthide h4 {
        border-bottom: 1px dashed #6a8dc16e;
        margin-bottom: 20px;
        font-size: 18px;
    }

    .togglecontenthide h4 span {
        display: block;
        margin-bottom: 6px;
        font-size: 20px;
        margin-top: 20px;
        color: #0d6efd;
    }

    ul.south-blore-list {
        display: table;
    }

    ul.south-blore-list li {
        display: inline-grid;
        align-items: flex-start;
        width: 50%;
        margin-bottom: 30px;
        padding-left: 10px;
    }

    ul.south-blore-list li img {
        width: 55px;
        display: block;
    }

    ul.south-blore-list li span {
        font-size: 17px;
        line-height: 24px;
        padding-right: 20px;
        margin-bottom: 15px;
    }

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

    .specifications-sec .accordion-button {
        padding: 20px 12px;
        font-size: 22px;
    }

    .specifications-sec .accordion-body {
        padding: 30px 12px;
    }

    .floor-plans-tabs .nav-tabs .nav-link {
        font-size: 17px;
        font-weight: 600;
    }

    .cstatushead {
        font-size: 35px !important;
    }

    .make-sen-sec p br {
        display: none;
    }

    .amenities-info img {
        width: 80px;
    }

    .custom-link,
    .form-main .btn-main {
        padding: 12px 10px;
    }

    .custom-link i {
        margin-right: 15px;
    }


    .form-main .form-control {
        height: 60px;
    }

    section#hero {
        height: 80vh;
    }

    .amenitiesaccordion .accordion-body ul {
        margin-bottom: 30px;
        padding-left: 0px;
    }

    .amenitiesaccordion .accordion-body {
        padding-right: 0px;
    }

    .amenitiesaccordion .accordion-header button.accordion-button {
        padding: 30px 0px !important;
    }

    .floor-plans-tabs .nav-tabs .nav-link {
        padding: 20px 16px;
    }

    .floor-tables td {
        font-size: 14px;
        padding: 20px 0px;
    }

    .floor-tables,
    .floor-tables th,
    .floor-tables td {
        font-size: 14px;
        padding: 10px 4px;
        line-height: 20px;
    }

    .floor-plans-tabs .tab-content img {
        width: 100%;
    }

    .construction-scroll-sec {
        padding-bottom: 80px;
    }

    .blurdiv-contact .btncustom {
        position: relative;
        left: 0%;
        top: 10em;
    }

    .custom-link:hover {
        width: 95%;
    }

    .custom-link {
        font-size: 18px;
        padding: 16px 10px;
    }

    .neighbourhood-inner-tabs ul li:before {
        content: '';
        position: absolute;
        left: -12px;
        top: 9px;
        background: #0d6efd;
        width: 5px;
        height: 5px;
        border-radius: 50px;
    }

    .neighbourhood-inner-tabs ul li {
        position: relative;
        z-index: 10;
    }

    .row.neighbourhood-inner-tabs .col-md-4:last-child {
        width: 100%;
    }

    .row.neighbourhood-inner-tabs .col-md-4:last-child ul li {
        /*        display: inline-block;*/
        /*        width: 49%;*/
        padding-right: 0px;
        margin-bottom: 10px;
    }

    .row.neighbourhood-inner-tabs.arrangehalf .col-md-4 {
        width: 50%;
    }

    .row.neighbourhood-inner-tabs.arrangehalf .col-md-4:last-child {
        width: 100%;
    }
}
