* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
a {
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
body {
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #5c727d;
    height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
}
:focus {
    outline: none;
}
button:focus {
    outline: none;
}
.form-control:focus {
    color: #3b3b3b;
    background-color: #fff;
    border: none;
    outline: 0;
    box-shadow: none;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #2F2956;
    margin-bottom: 0;
    font-family: 'Cormorant Garamond', serif;
}
p {
    margin-bottom: 0;
}
/* navbar css */
.page_banner_container {
    position: relative;
}
.main-header {
    position: absolute;
    top: 0;
    width: 100%;
}
.main-header .navbar-section {
    padding: 15px 0;
}
.main-header .navbar-section .container {
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-section .logo-container {
    width: 90px;
    z-index: 9999;
    position: relative;
    display: block;
}
.navbar-section .logo-container img {
    max-width: 100%;
    max-height: 100%;
}
.navbar-menu .nav .sidebar_hide_li {
    display: none;
}
.navbar-menu .nav .nav-item {
    z-index: 999;
    position: relative;
    margin-right: 45px;
}
.navbar-menu .nav .nav-item:last-child {
    margin-right: 0;
}
.navbar-menu .nav .nav-item .nav-link {
    color: #fff;
    font-size: 12px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease;
    letter-spacing: 3px;
    font-weight: 500;
}
.navbar-menu .nav .nav-item .nav-link:hover {
    color: #dcc397;
    transition: all 0.3s ease;
}
.navbar-menu .nav .nav-item .nav-link::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease;
}
.navbar-menu .nav .nav-item .nav-link.active{
    color: #dcc397;
}
.navbar-menu .nav .nav-item .nav-link:hover::after,
.navbar-menu .nav .nav-item .nav-link.active::after {
    background-color: #dcc397;
    transition: all 0.3s ease;
}
.navbar_toggle {
    display: none;
    padding-right: 10px;
    cursor: pointer;
    height: 25px;
    width: 25px;
    align-items: center;
    justify-content: center;
}
.navbar_toggle span {
    display: block;
    position: relative;
    width: 15px;
    height: 2px;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
}
.navbar_toggle span::before,
.navbar_toggle span::after {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
}
.navbar_toggle span::before {
    top: -8px;
}
.navbar_toggle span::after {
    bottom: -8px;
}
.navbar-section .navbar-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.navbar-section .navbar-backdrop.active {
    visibility: visible;
    opacity: 1;
    cursor: not-allowed;
}
.navmodal_button {
    display: inline-block;
    position: relative;
    border: 1px solid #ffff;
    padding: 5px 15px;
}
.navmodal_button .btninsideborder {
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    border: 1px solid rgba(255,255,255,.5);
}
.navmodal_button .btntext {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
} 
.desktop_dnone {
    display: none;
}
/* navbar banner slider */
.navbar_banner_slider {
    position: relative;
    height: 100%;
}
.navbar_banner_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 0;
}
.navbar_banner_slider .item {
    height: 100vh;
}
.navbar_banner_slider .item img {
    height: 100%;
    width: 100%;
}
.navbar_banner_slider .item .container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.navbar_banner_slider .item .navbar-banner-content {
    position: absolute;
    right: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    text-align: center;
}
.navbar-banner-content h2 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    letter-spacing: 5px;
}
.navbar-banner-content p {
    font-size: 18px;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    color: #fff;
    letter-spacing: 1px;
}
/* index page css start */
.marquee_container {
    background-color: #e2e3e5;
    height: 44px;
}
.marquee_container marquee {
    padding: 10px 0;
    font-size: 16px;
}
.marquee_container marquee a {
    color: rgb(255,59,48);
}
.marquee_container marquee span {
    margin-right: 5px;
}
/* custom interiors */
.custom_interiors {
    padding-top: 40px;
    padding-bottom: 10px;
    background-color: #fff;
}
.custom_interiors_card {
    position: relative;
    margin-bottom: 30px;
    border-right: 1px dashed #e5e5e5;
}
.custom_interiors .row .col-6:last-child .custom_interiors_card  {
    border-right: none;
}
.custom_interiors_icon {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background: rgba(238,86,47,.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.custom_interiors_icon .bi {
    font-size: 24px;
    color: #c28562;
}
.custom_interiors_content h4 {
    font-size: 16px;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.index_content {
    position: relative;
    padding: 40px 0;
    background-color: #fff;
    text-align: center;
}
.index_content p {
    line-height: 36px;
}
/* neighborhood css */
.neighborhood_info {
    position: relative;
    background-color: #fff;
}
.neighborhood_img img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 43%;
    height: 100%;
}
.neighborhood_content {
    padding: 40px 0 40px 28px;
}
.section_heading {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
}
.neighborhood_content .section_heading {
    margin-bottom: 14px;
}
#accordionFlush .accordion-header .accordion-button {
    padding: 16px 0;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
} 
#accordionFlush .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}  
.accordion-button:focus {
    border: none;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    background-color: #fff;
    border: none;
    box-shadow: none
}
.accordion-button::after {
    background: #fff;
    font-family: bootstrap-icons;
    content: "\f282";
    font-size: 16px;
}
.accordion-button:not(.collapsed)::after {
    background: rgba(255,149,0,.1);
    color: rgb(255,149,0);
    border-radius: 100%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#accordionFlush .accordion-body {
    padding: 10px;
}
/* choose property */
.choose_property {
    padding-top: 40px;
    padding-bottom: 10px;
    background-image: linear-gradient(20deg,rgba(25,4,229,.04) 0%,rgba(250,178,255,.1) 100%);
    background-color: #fff;
}
.choose_property .section_heading {
    text-align: center;
}
.choose_property_card {
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
}
.choose_property_img img {
    max-width: 100%;
}
.choose_property_content {
    padding: 15px;
    text-align: center;
}
.choose_property_content h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
}
.choose_property_content p {
    margin-bottom: 15px;
}
.view_more_btn {
    background: rgba(255,59,48,.1);
    color: rgb(255,59,48);
    display: inline-block;
    font-size: 14px;
    padding: 5px 15px;
}
/* image gallery */
.index_property_gallery {
    padding: 40px 0;
    background-color: #fff;
}
.carousel {
    perspective: 1000px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.carousel > * {
    flex: 0 0 auto;
}
.carousel figure {
    margin: 0;
    width: 65%;
    transform-style: preserve-3d;
    transition: transform 0.5s;
}
.carousel figure img {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px !important;
}
.carousel figure img:not(:first-of-type) {
    position: absolute;
    left: 0;
    top: 0;
}
.carousel nav {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.carousel nav button {
    flex: 0 0 auto;
    cursor: pointer;
    color: #c28562;
    background: none;
    border: 2px solid #c28562;
    letter-spacing: 1px;
    padding: 5px 10px;
}
.carousel nav button:first-child {
    margin-right: 10px;
}
/* property videos */
.projects_videos {
    position: relative;
    background-color: #fff;
    padding: 40px 0;
    background-image: linear-gradient(20deg, rgba(25, 4, 229, .04) 0%, rgba(250, 178, 255, .1) 100%);
}
.projects_videos .virtual_tour_video a {
    height: 345px;
}
.projects_videos .virtual_tour_video {
    border: 5px solid #e5e5e5;
}
#bgimagenone {
    background-image: none;
}
/* visit form */
.visit_request {
    padding: 40px 0;
    background: url(https://maryamgarden.in/assets/images/banner/visitformbanner.jpg) no-repeat scroll center 0;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    position: relative;
}
.visit_request::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: rgba(0, 0, 0, 0.6);
}
.visit_request .section_heading {
    color: #fff;
    text-align: center;
}
.visit_request_form {
    width: 70%;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    padding: 30px;
}
.visit_request_form h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
}
.visit_request_form .visit_form {
    margin-top: 30px;
}
.visit_form .form-group {
    margin-bottom: 20px;
}
.visit_form .form-control {
    border: none;
    border-radius: 0;
    padding-left: 0;
    border-bottom: 1px solid #2F2956;
    font-size: 14px;
    color: #2F2956;
}
.form-control::-webkit-input-placeholder {
    color: #5c727d;
}
.formsubmitbttnn {
    width: 230px;
    margin: 0 auto;
    margin-top: 10px;
    position: relative;
    background-color: rgb(255,59,48);
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form_submitbtn {
    background-color: rgb(255,59,48);
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    position: relative;
    height: 40px;
}
.formsubmitbttnn .btninsideborder {
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    border: 1px solid rgba(255,255,255,.5);
}
.contactus_map .contact_map_container:last-child {
    margin-bottom: 0;
}
/* virtual tour */
.virtual_tour {
    padding: 40px 0;
}
.virtual_tour_video a {
    display: block;
    position: relative;
    height: 500px;
}
.virtual_tour_video a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: rgba(0, 0, 0, 0.6);
}
.virtual_tour_video a img {
    width: 100%;
    height: 100%;
}
.virtual_tour_video a .fa {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 70px;
    color: #fc1105;
    background-color: #fff;
    height: 46px;
    display: flex;
    align-items: center;
    border-radius: 100%;
}
/* index page css end */
/* about page css start */
.aboutus_container {
    position: relative;
    padding: 40px 0;
    background-color: #fff;
}
.aboutus_img img {
    width: 100%;
    max-height: 627px;
}
.aboutus_content {
    padding: 30px 0 30px 30px;
}
.info_text {
    color: #c28562;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.aboutus_para .font_differ {
    font-size: 16px;
}
.aboutus_para p {
    color: #2F2956;
    line-height: 28px;
    font-size: 15px;
}
.aboutus_list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
}
.aboutus_list li {
    padding-left: 50px;
    position: relative;
    margin-bottom: 20px;
    font-size: 15px;
    color: #2F2956;
}
.aboutus_list li:last-child {
    margin-bottom: 0;
}
.aboutus_list li span {
    background: rgba(255,149,0,.1);
    height: 25px;
    width: 25px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
}
.aboutus_list li span .bi {
    color: rgb(255,149,0);
}
.aboutusone_container {
    padding: 40px 0;
    background-image: linear-gradient(20deg,rgba(25,4,229,.04) 0%,rgba(250,178,255,.1) 100%);
}
.aboutusone_card {
    display: flex;
    align-items: center;
    padding-right: 40px;
    border-right: 1px dashed #e5e5e5;
}
.aboutusone_container .row .col-sm-12:last-child .aboutusone_card {
    border-right: none;
}
.aboutusone_card .aboutusone_cardcontent {
    width: calc(100% - 184px);
    padding-right: 30px;
}
.aboutusone_card .aboutusone_cardcontent .section_heading {
    margin-bottom: 10px;
}
.aboutusone_card .aboutusone_cardcontent p {
    font-size: 16px;
    line-height: 28px;
}
.aboutusone_card .aboutusone_cardimg {
    width: 184px;
    border-radius: 100%;
    background-color: #C39E76;
    padding-left: 20px;
}
.aboutusone_card .aboutusone_cardimg img {
    border-radius: 100%;
    max-width: 100%;
}
/* about page css end */
/* property page css start */
.property_map {
    position: relative;
    background-color: #fff;
    padding: 40px 0;
}
.property_mapimg img {
    max-width: 100%;
}
.property_map .section_heading {
    text-align: center;
}
.property_mapcontent {
    margin-top: 20px;
}
.property_mapcontent h6 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
}
.property_mapcontent p {
    text-align: center;
    font-size: 15px;
    line-height: 28px;
    color: #2F2956;
}
.property_type {
    padding-top: 40px;
    padding-bottom: 10px;
    background-image: linear-gradient(20deg,rgba(25,4,229,.04) 0%,rgba(250,178,255,.1) 100%);
    background-color: #fff;
}
.proptype_container {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
}
.proptype_content {
    position: relative;
}
.proptype_content .aboutus_para {
    margin-bottom: 20px;
}
.proptype_content .navmodal_button {
    border: 1px solid rgb(255,59,48);
    padding: 10px 15px;
    background-color: rgb(255,59,48);
}
.proptype_img img {
    max-width: 100%;
    height: 400px;
}
.proptype_amenity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    padding: 20px 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    width: 700px;
    background-color: #fff;
}
.proptype_amenity .proptypeamenity {
    position: relative;
    border-right: 1px dashed #e5e5e5;
    width: 25%;
    padding-left: 50px;
}
.proptype_amenity .proptypeamenity:last-child {
    border-right: none;
}
.proptypeamenity .fa {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 18px;
    color: #C39E76;
}
.proptypeamenity h6 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
}
.proptypeamenity p {
    font-size: 15px;
}
#proptype_contentryt .text-last {
   text-align: right;
}
/* property page css end */
/* property details page css start */
#property_about .property_mapimg {
    height: 400px;
}
#property_about .property_mapimg img {
    height: 100%;
    width: 100%;
}
#property_about .property_mapcontent {
    padding-right: 30px;
}
#property_about .property_mapcontent h6 {
    text-align: left;
}
#property_about .property_mapcontent p {
    text-align: left;
    margin-bottom: 25px;
}
#property_about .property_mapcontent p:last-child {
    margin-bottom: 0;
}
.proprety_details {
    margin-top: 20px;
}
.proprety_details .propdetails_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    padding: 13px 0px;
}
.proprety_details .propdetails_card:last-child {
    border-bottom: none;
}
.propdetails_card p {
    font-size: 15px;
}
.propdetails_card .details_title {
    color: #2F2956;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}
.brochure_bttn {
    background-image: linear-gradient(135deg,#c39f75 0%,#a47947 25%,#a47947 50%,#c39f75 75%,#8b673d 100%);
    background-size: 200% 200%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 200px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 30px;
}
.brochure_bttn .bi {
    margin-right: 5px;
}
#property_amenty {
    background-image: linear-gradient(20deg,rgba(25,4,229,.04) 0%,rgba(250,178,255,.1) 100%);
    background-color: #fff;
}
#property_amenty .custom_interiors_icon .bi {
    font-size: 40px;
}
#property_amenty .custom_interiors_icon {
    height: auto;
    width: auto;
    border-radius: 0;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
#property_amenty .custom_interiors_content {
    text-align: center;
}
#property_amenty .custom_interiors_card {
    border-right: none;
}
.property_layouts {
    padding: 40px 0;
    background-color: #fff;
}
.property_layouts_tabs .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    margin-bottom: 30px;
}
.property_layouts_tabs .nav-tabs .nav-item {
    margin-right: 15px;
}
.property_layouts_tabs .nav-tabs .nav-item:last-child {
    margin-right: 0;
}
.property_layouts_tabs .nav-tabs .tab-link {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    display: block;
    color: #2F2956;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
}
.property_layouts_tabs .nav-tabs .tab-link.active {
    background-color: #C39E76;
    color: #fff;
}
.property_layouts_tabs .nav-tabs .tab-link.active::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -9px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #C39E76;
}
.property_layouts_img {
    height: 333px;
    display: block;
}
.property_layouts_img img {
    max-width: 100%;
    height: 100%;
}
.property_layouts_tabs .tab-content {
    background-image: linear-gradient(20deg,rgba(25,4,229,.04) 0%,rgba(250,178,255,.1) 100%);
    background-color: #fff;
    padding: 20px;
}
.property_layouts_content h6 {
    font-size: 30px;
    margin-bottom: 15px;
}
.property_layouts_content p {
    margin-bottom: 15px;
}
.property_layouts_content ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 15px;
}
.property_layouts_content ul li {
    margin-bottom: 15px;
}
.property_layouts_content ul li:last-child {
    margin-bottom: 0;
}
.top_amenities {
    background-color: #fff;
    padding-bottom: 25px;
}
.top_amenities .topaminity_card {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}
.topaminity_card .bi {
    position: absolute;
    left: 0;
    color: #c28562;
}
.topaminity_card p {
    color: #2F2956;
}
.property_gallery {
    padding-top: 40px;
    padding-bottom: 16px;
    background-image: linear-gradient(20deg,rgba(25,4,229,.04) 0%,rgba(250,178,255,.1) 100%);
    background-color: #fff;
}
.property_gallery .propimg_gallery {
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    padding: 10px;
    display: block;
    height: 179px;
    margin-bottom: 24px;
}
.property_gallery .propimg_gallery img {
    width: 100%;
    height: 100%;
}
.contactus_map.project_location {
    background-image: none;
}
/* image slider */
.property_image_gallery {
    padding: 40px 0;
}
.image_gallery_slider .image_gallery_card {
    position: relative;
    display: block;
}
.image_gallery_slider .image_gallery_card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #20201f;
    opacity: 0.3;
}
.image_gallery_content {
    background-color: #fff;
}
.image_gallery_content h4 {
    text-align: center;
    padding: 10px;
}
.owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    left: 0;
    right: 0;
}
.image_gallery_slider.owl-theme .owl-nav [class*=owl-] {
    height: 45px;
    width: 45px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(135deg,#c39f75 0%,#a47947 25%,#a47947 50%,#c39f75 75%,#8b673d 100%);
    background-size: 200% 200%;
    background-repeat: no-repeat;
    transition: all 0.5s ease 0s;
}
.image_gallery_slider.owl-carousel .owl-nav .owl-prev .bi,
.image_gallery_slider.owl-carousel .owl-nav .owl-next .bi {
    color: #fff;
    font-size: 26px;
}
.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0;
}
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
}
/* property details page css end */
/* contact page css start */
#contactus_container .aboutus_content{
    padding: 0;
}
.contactus_form .visit_form .form-group {
    margin-bottom: 42px;
    position: relative;
}
.contactus_form .visit_form .form-group .form-control {
    padding-left: 30px;
}
.contactus_form .visit_form .form-group .bi {
    position: absolute;
    left: 0;
    color: #2F2956;
    font-size: 16px;
    top: 4px;
}
.contactus_map {
    padding: 40px 0;
    background-image: linear-gradient(20deg,rgba(25,4,229,.04) 0%,rgba(250,178,255,.1) 100%);
}
.contact_map_container {
    height: 400px;
    border: 1px solid #e5e5e5;
}
.contactus_map .address_text {
    margin-bottom: 30px;
    font-size: 16px;
}
/* contact page css end */
/* footer page css start */

#pagelast_container {
    margin-bottom: 388px;
    z-index: 99;
    position: relative;
    background-color: #fff;
}
.footer-section {
    background-color: #111;
    padding: 40px 0 20px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.footer-social-icons {
    overflow: hidden;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social-icons li {
    margin-right: 15px;
}
.footer-social-icons li:last-child {
    margin-right: 0px;
}
.footer-social-icons li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 45px;
    border: 1px solid #c28562;
}
.footer-social-icons li a i {
    display: block;
    color: #c28562;
    font-size: 18px;
}
.footer-content .footer-heading {
    font-size: 16px;
    color: #c28562;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
}
.footer-content .footer-list {
    padding-left: 0;
    margin-bottom: 0px;
}
.footer-content .footer-list li {
    color: #fff;
    padding-bottom: 15px;
    list-style: none;
}
.footer-content .footer-list li:last-child {
    padding-bottom: 0px;
}
.footer-content .footer-list li a {
    font-size: 14px;
    color: #fff;
    position: relative;
}
.footer-contact-info .contact-data {
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    line-height: 30px;
}
.footer-contact-info .contact-data a {
    color: #fff;
}

.footer-contact-info .contact-data:last-child {
    margin-bottom: 0px;
}
.footer-contact-info .contact-data i {
    position: absolute;
    left: 0;
    font-size: 16px;
    color: #c28562;
    top: 8px;
}
.copyright-box {
    border-top: 1px solid rgba(255,255,255,.1);
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}
.copyright-box p {
    font-size: 14px;
    color: #fff;
}
.copyright-box p a {
    color: #c28562;
}
/* footer page css end */
/* media query */

@media screen and (max-width: 992px) {
    .navbar-section .navmodal_button {
        display: none;
    }
    .navbar-section .logo-container {
        width: 70px;
    }
    .navbar_banner_slider .item .navbar-banner-content {
        width: 95%;
    }
    .navbar-menu .nav .sidebar_hide_li {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: -40px;
        top: 0;
        width: 40px;
        height: 40px;
        background-image: linear-gradient(135deg,#c39f75 0%,#a47947 25%,#a47947 50%,#c39f75 75%,#8b673d 100%);
        background-size: 200% 200%;
        background-repeat: no-repeat;
    }
    .navbar-menu .nav .sidebar_hide_li .bi {
        font-size: 22px;
        color: #fff;
        cursor: pointer;
    }
    .navbar_toggle {
        display: flex;
    }
    .navbar-section .container .navbar-menu {
        display: none;
        position: fixed;
        right: 0;
        bottom: 0;
        top: 0;
        width: 270px;
        background-color: #000000;
    }
    .navbar-menu .nav {
        display: block;
        position: relative;
    }
    .navbar-menu .nav .nav-item .nav-link {
        padding: 15px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .navbar-menu .nav .nav-item .nav-link.active::after {
        height: 100%;
        width: 2px;
    }
    .navbar-menu .nav .nav-item .nav-link:hover:after {
        content: none;
    }
    .navbar-menu .nav .nav-item {
        margin-right: 0;
    }
    .desktop_dnone {
        display: block;
    }
    .custom_interiors_card {
        border-right: none;
    }
    .neighborhood_img img {
        width: 36%;
    }
    .section_heading {
        font-size: 28px;
        line-height: 36px;
        font-weight: 700;
    }
    .neighborhood_content {
        padding: 20px 0 40px 20px;
    }
    #accordionFlush .accordion-header .accordion-button {
        padding: 12px 0;
    }
    .visit_request_form {
        width: 80%;
    }
    .aboutus_img img {
        max-width: 100%;
        max-height: none;
        width: auto;
    }
    .aboutus_content {
        padding: 30px 0 0 0;
    }
    .aboutusone_card {
        border-bottom: 1px dashed #e5e5e5;
        border-right: none;
        padding-right: 0;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .aboutusone_container .row .col-sm-12:last-child .aboutusone_card {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #contactus_container .aboutus_content {
        margin-bottom: 30px;
    }
    .contactus_map .contact_map_container {
        margin-bottom: 30px;
    }
    .contactus_map .row .col-sm-12:last-child .contact_map_container {
        margin-bottom: 0;
    }
    .proptype_img {
        margin-bottom: 30px;
    }
    .proptype_img img {
        max-width: 100%;
        height: auto;
    }
    .proptype_amenity {
        top: 50%;
        transform: translate(-50%, -50%);
        bottom: auto;
        width: 350px;
        text-align: center;
        padding: 10px;
    }
    .proptypeamenity .fa {
        position: initial;
    }
    .proptype_amenity .proptypeamenity {
        padding-left: 0;
    }
    #proptype_contentryt .text-last {
        text-align: left;
    }
    .property_layouts_img {
        height: auto;
        margin-bottom: 30px;
    }
    .property_gallery {
        padding: 40px 0 16px 0;
    }
    .property_gallery .propimg_gallery {
        margin-bottom: 24px;
    }
    #property_about .property_mapimg {
        height: auto;
    }
    #pagelast_container {
        margin-bottom: 419px;
    }
    .virtual_tour_video a {
        height: 380px;
    }
}
@media screen and (max-width: 768px) {
    .navbar-banner-content h2 {
        letter-spacing: 0px;
    }
    .navbar_banner_slider .item {
        height: 400px;
    }
    .navbar_banner_slider .item .navbar-banner-content {
        width: 98%;
        top: 60%;
    }
    .section_heading {
        letter-spacing: 0px;
    }
    .custom_interiors_card {
        border-bottom: 1px dashed #e5e5e5;
        padding-bottom: 30px;
    }
    .custom_interiors .row .col-sm-12:last-child .custom_interiors_card {
        border-bottom: none;
        padding-bottom: 0;
    }
    .neighborhood_img {
        margin-bottom: 30px;
    }
    .neighborhood_img img {
        position: relative;
        width: 100%;
    }
    .neighborhood_content {
        padding: 0 0 40px 0;
    }
    .carousel figure {
        width: 80%;
    }
    .visit_request_form {
        width: 90%;
    }
    #pagelast_container {
        margin-bottom: 527px;
    }
    .footer-contact-info .contact-data {
        margin-bottom: 10px;
        line-height: 28px;
    }
    .footer-content .footer-list li {
        padding-bottom: 10px;
    }
    .footer-contact-info {
        margin-bottom: 20px;
    }
    .proptype_amenity {
        top: 40%;
    }
    .proptype_img {
        margin-bottom: 70px;
    }
    #property_about .property_mapcontent p {
        margin-bottom: 0;
    }
    .virtual_tour_video a {
        height: 380px;
    }
}
@media screen and (max-width: 576px) {
    .navbar-banner-content h2 {
        font-size: 36px;
    }
    .custom_interiors_content {
        text-align: center;
    }
    .custom_interiors_content p {
        display: none;
    }
    .custom_interiors_icon {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    #accordionFlush .accordion-header .accordion-button {
        padding: 16px 0;
    }
    #pagelast_container {
        margin-bottom: 551px;
    }
    .copyright-box {
        display: block;
        text-align: center;
    }
    .aboutusone_card .aboutusone_cardcontent {
        width: calc(100% - 100px);
        padding-right: 15px;
    }
    .aboutusone_card .aboutusone_cardimg {
        width: 100px;
        padding-left: 10px;
    }
    .contactus_map .contact_map_container {
        height: 300px;
    }
    .property_mapcontent h6 {
        font-size: 16px;
        letter-spacing: 0;
    }
    .proptype_container {
        padding: 15px;
    }
    .proptype_amenity {
        top: 35%;
    }
    .proptype_img {
        margin-bottom: 60px;
    }
    .projects_videos .virtual_tour_video a {
        height: 225px;
    }
    .virtual_tour_video a {
        height: auto;
    }
    .virtual_tour_video a .fa {
        font-size: 60px;
        height: 40px;
    }
}
@media screen and (max-width: 480px) {
    .proptype_amenity {
        top: 30%;
    }
    .proptypeamenity .fa {
        font-size: 16px;
        margin-bottom: 2px;
    }
    .proptypeamenity h6 {
        font-size: 13px;
        margin-bottom: 3px;
    }
    .proptypeamenity p {
        font-size: 13px;
    }
    .proptype_amenity {
        width: 330px;
    }
    .top_amenities .topaminity_card {
        padding-left: 20px;
    }
    .projects_videos .virtual_tour_video a {
        height: 180px;
    }
    #pagelast_container {
        margin-bottom: 579px;
    }
}