/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
@keyframes tada {
  0% { transform: scale(1); }
  10%, 20% { transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% { transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% { transform: scale(1.1) rotate(-3deg); }
  100% { transform: scale(1) rotate(0); }
}
/* Real estate table */
.real-estate-table table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Lexend";
    font-size: 14px;
    font-weight: 600;
}
  
  .real-estate-table thead {
    background-color: #1e1849;
    color: #fff;
  }
  
  .real-estate-table th,
  .real-estate-table td {
    padding: 12px 15px;
    border: 1px solid #ffffff;
    text-align: center;
    vertical-align: middle;
  }
  
  .real-estate-table tbody tr:nth-child(even) {
    background-color: #f8efeb;
  }
  
  .real-estate-table tbody tr:hover {
    background-color: #f1a22b60;
  }

.product_image span {
    background: var(--colorPrimary);
    color: #fff;
    padding: 4px 11px 6px;
    position: absolute;
    right: 20px;
    top: 7px;
    border-radius: 5px;
}

.project-details {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-family: "Lexend";
  text-align: left;
}

.project-details li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
}

.project-details li i {
  color: #1e1849; /* Custom icon color */
  margin-right: 8px;
  min-width: 20px;
  text-align: center;
}

.tada-animation {
  animation: tada 1.5s infinite;
}
.a:hover {
    color: #1e1849;
    text-decoration: none
}

/*--- Locations ---*/
.inner-project-list {
    padding-top: 7px;
    display: flex;
    flex-wrap: wrap;
}

.inner-project-list .project-list-item {
    width: 25%;
    text-align: center;
    padding: 14px;
}


.inner-project-list .project-list-item .proj_list {
    padding: 50px 10px;
    background-position: center center;
    background-size: cover;
    border-radius: 7px;
    position: relative;
    transition: all 0.5s ease;
    overflow: hidden;
}

.inner-project-list .project-list-item .proj_list:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1f4885;
    top: 0;
    left: 400px;
    transition: all 0.5s ease;
    opacity: 0.6;
    z-index: 1;
}

.inner-project-list .project-list-item .proj_list:hover:before {
    left: 0;
}

.inner-project-list .project-list-item .proj_list:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0.6;
}

.inner-project-list .project-list-item .proj_list > * {
    position: relative;
    z-index: 99;
}

.inner-project-list .project-list-item .proj_list .locationHead {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 4px;
}

.inner-project-list .project-list-item .proj_list p {
    color: #eee;
    margin-bottom: 0;
    font-size: 16px;
}
/*--- End Locations ---*/
.lodha_developer {
    border-top: 1px solid #C5C5C5;
}

.lodha_developer .col-md-4 {
    padding: 30px 0;
}

.developer_box h3 {
    font-weight: 900;
    font-size: 80px;
    line-height: 80px;
    color: #1f4885;
    display: flex;
    align-items: center;
    justify-content: center;
}

.developer_box h3 span {
    font-size: 28px;
    line-height: 27px;
    text-transform: uppercase;
    text-align: left;
    padding-left: 10px;
    padding-top: 9px;
}

.developer_box h3 span b {
    display: block;
    font-size: 26px;
}

.developer_box h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    color: #3A3A3A;
}

.developer_tex {
    max-width: 1000px;
    margin: 0 auto 0;
}
/*---Footer--*/
.custom-line {
    height: 2px;
    background-color: black;
    margin: 20px 0;
  }

.copy_right {
    background: #eee;
    padding: 17px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #000;
}
.homepage_heading h2 {
    color: #000000;
    font-family: "Lexend";
    font-weight: 700;
    font-size: 30px;
    margin: 0px 0 0px 0;
    padding: 0px 0 25px 8px;
    text-align: center !important;
    position: relative;
    display: inline-block;
}
.product_price .price_amount {
    font-weight: 500;
    font-family: "Lexend";
    font-size: 22px;
    line-height: 28px;
    color: #2C2C2C;
}
.product_price {
    border-top: 1px solid #C0C0C0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px !important;
}
.product_price .details_btn_pro {
    border-radius: 4px;
    background: #1e1849;
    border: none;
    padding: 9px 30px;
    color: #f8f9fa;
    font-weight: 600;
    transition: all 0.5s ease;
}
.beadcrume {
            margin-top: 50px;
        }
        
        section.projects_grid {
            padding: 30px 0 10px;
            background: #ffffff;
        }
        .box_projects a {
            color: #000;
        }
        
        .box_projects {
            background: #fff;
            padding: 10px 10px 10px;
            border-radius: 5px;
            box-shadow: 0px 2px 16px rgb(0 0 0 / 22%);
            transition: all 0.5s ease;
            position: relative;
                height: 100%;
        }
        
        .box_projects img {
            height: 220px;
            width: 100%;
            object-fit: cover;
        }
        
        .postMeta span {
            padding: 5px 10px;
            background: #c08831;
            color: #fff;
            position: absolute;
            top: 15px;
            right: 16px;
            font-size: 12px;
        }
        .box_projects h4 {
            font-size: 21px;
            line-height: 1.3;
            text-align: left;
            margin: 14px 1px 10px;
            color: rgb(65 67 70);
            font-family: 'Lexend';
            font-weight: 600;
            transition: all 0.5s ease;
        }
        .box_projects_h3_heading_wrapper {
    text-align: center; /* Center child inline-block elements */
}

.box_projects_h3_heading {
    font-size: 20px;
    font-weight: 700;
    color: #001d3d;
    margin: 10px 0 25px;
    padding-bottom: 30px;
    position: relative;
    display: inline-block; /* Needed for centering via parent */
}
        .box_projects p {
            margin: 0 10px 15px;
            display: -webkit-inline-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
            color: #6a6a6a;
        }
        
        .box_projects h5 {
            margin: 0 10px;
            color:  #c08831;
            border-bottom: 2px solid  #c08831;
            display: inline-block;
            padding-bottom: 7px;
        }
        
        .box_projects:hover h4 {
            color:  #c08831;
        }
        
        .projects_grid .col-md-4 {
            margin-bottom: 30px;
        }
        
        .box_projects:hover {
            transform: translate(0px, -20px);
        }

/*---- projects ----*/
.projects_box {
    padding: 0 8px 15px;
    transition: all 0.5s ease;
    border-bottom: 5px solid #ffffff;
    height: 100%;
}

.blog-listing-img {
    position: relative;
    margin-bottom: 10px;
}

.blog-listing-img img {
    height: 210px;
    width: 100%;
    object-fit: cover;
}

.blog-listing-img font {
    background: rgb(0 0 0 / 75%);
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 4px 11px;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
}

.blog-listing-detail h3 {
    font-size: 20px;
    line-height: 1.4;
}

.blog-listing-detail h3 a {font-weight: 900;color: var(--colordark);font-size: 20px;}

.blog-listing-detail p {font-weight: 500;font-size: 15px;line-height: 1.6;}

.blog-listing-detail  a {
    color: var(--colorPrimary);
    font-size: 16px;
}

.projects_box:hover {
    border-bottom: 5px solid var(--colorPrimary);
}
.projects_warpper .projects_box {
    border: 2px solid #eeeeee;
    height: auto;
    margin-bottom: 0;
    padding: 20px;
    border-radius: 5px;
    height: 100%;
}

.projects_warpper .projects_box:hover {
    border: 2px solid #cdcdcd;
}

.projects_warpper .projects_box a {
    font-size: 18px;
}
.projects_warpper .col-md-6 {
    margin-bottom: 30px;
}

div#show_more_load button#loadMore {
    padding: 10px 30px 13px;
    background: var(--colorPrimary);
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    border: none;
    transition: all 0.5s ease;
}

div#show_more_load button#loadMore:hover {
    background: #000;
}


.popup-form-left{
	text-align:center;
}

.popup-form-left img {
    width: 36%;
    display: inline-block;
    margin-top: 30px;
}

.popup-form-left h3 {
    padding: 12px 0 25px 0;
    margin: 0px;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}


#myCarousel2 i.fa.fa-chevron-left {
    background: #ffffffeb;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #1b1b1b;
    font-size: 17px;
}

#myCarousel2 i.fa.fa-chevron-right {
    background: #ffffffeb;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #1b1b1b;
    font-size: 17px;
}


.left-arrow{
	position:absolute;
	top:0;
	left:10px;
	width: 15% !important;
}

.right-arrow{
	position:absolute;
	top:0;
	right:10px;
	width: 15% !important;
}

.carousel-control.left{
	 background:none;
}
.carousel-control.right{
	 background:none;
}	

.carousel-control {
    opacity: 1 !important;
}

.carousel-control:hover{
	opacity:0.8 !important; 
}




.popup-form-left span{
	color:#ff0000;
}


.popup-form-right {
	margin: 0;
    padding: 15px 10px 15px 10px;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	text-align:center;
	margin-top: 15px;
}


.popup-form-right h5{
	padding:0px;
	margin:0px;
	color:#1e1849;
	font-size: 13px;
}

.popup-form-right img{
	margin:auto;
}




















.accordion {
    background-color: #ffffff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-family: "Lexend";
    border-bottom: #e9e9e9 solid 1px;
}
.active, .accordion:hover {
	background-color: #ccc;
}
.accordion:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}
.active:after {
	content: "\2212";
}
.panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	margin-bottom:0px;
}
.panel p {
	font-family: "Lexend";
	text-align:left;
	padding:10px 5px;
	font-size:15px;
	margin:0px;
}
.faq_section {
    padding: 50px 0px 40px 0;
    text-align: center;
    background-color: #fff;
}
.faq_heading h2 {
	color:#000;
	font-family: "Lexend";
	font-weight:600;
	font-size:30px;
	margin:0px 0 40px 0;
	position:relative;
	display:inline-block;
	padding: 0 0 10px 0;
}
 .faq_heading h2::before {
content:"";
width:90px;
height:4px;
position:absolute;
bottom:0;
right:0;
background: #1e1849;
margin: auto;
left: 0;
}
 .faq_heading h2::after {
content:"";
width:10px;
height:10px;
position:absolute;
bottom:-3px;
right:0;
background:#fff;
margin: auto;
left: 0;
border-radius:50%;
}
.developer_section {
    padding: 50px 0px 40px 0;
    text-align: center;
    background-color: #ffffff;
}
.developer_heading h2 {
	color:#000;
	font-family: "Lexend";
	font-weight:600;
	font-size:30px;
	margin:0px 0 40px 0;
	position:relative;
	display:inline-block;
	padding: 0 0 10px 0;
}
 .developer_heading h2::before {
content:"";
width:90px;
height:4px;
position:absolute;
bottom:0;
right:0;
background: #1e1849;
margin: auto;
left: 0;
}
 .developer_heading h2::after {
content:"";
width:10px;
height:10px;
position:absolute;
bottom:-3px;
right:0;
background:#fff;
margin: auto;
left: 0;
border-radius:50%;
}
.developer_section p {
	font-family: "Lexend";
	font-size:15px;
	color:#353434;
	margin:0px;
	line-height:28px;
	padding-bottom:10px;
	text-align:justify;
}


.logo-codename {
    width: 32%;
    margin-bottom: 15px;
    margin-top: 8px;
    display: inline;
    background: #ffffff8f;
    padding: 15px;
    border-radius: 10px;
}


.main-slider{
	
	position:relative;
}

.main-slider img{
	width:100%;
	height:100vh !important;
}


.form-content {
	background:#f8fdf9;
	position:absolute;
	top:25px;
	left:5%;
	width:25%;
	padding:15px;
	text-align:center;
	border: #1e1849 solid 4px;
	border-radius:5px;
}

.form-content .form-control {
    background: #fff;
    margin-bottom: 10px;
    border-bottom: #69727d solid 1px;
    border-width: 0 0 1px;
    height: 45px;
	font-size: 1.1rem;
		box-shadow: none;
}

.form-content .btn{
	   background: #1e1849 !important;
    color: #fff !important;
    font-size: 20px !important;
    border-radius: 15px !important;
    padding: 7px 25px 7px 25px !important;
}



.form-content h1 {
    background: #1e1849;
    color: #fff;
    font-size: 19px;
    border-radius: 10px;
    font-weight: 500;
    padding: 8px 0 8px 0;
}

.form-content h1 span{
	display:block;
	font-size:17px;
	font-weight:700;
}

.form-content p span{
	font-weight:bolder;
}





.form-content p {
    text-align: center;
    color: #111;
    font-family: "Jost",Sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 26px;
    padding: 8px 0 12px 0;
    margin: 0px !important;
}

.form-content h4 {
    text-align: center;
    color: #000;
    font-family: "Jost",Sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    padding: 0px 0 20px 0;
    margin: 0px;
}

.form-content h6 {
    text-align: center;
    color: #000;
    font-family: "Jost",Sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    padding: 0px 0 10px 0;
    margin: 0px;
}


.form-content h5 {
    padding: 13px;
    background-color: #dee2e6;
    border-radius: 10px;
    font-weight: 400;
    color: #000;
    margin: 15px 0 0 0;
}







/* Privacy Policy Start */

.privacy-policy {
    padding: 5% 0;
}

.privacy-policy h3 {
    color: #000;
    font-family: "Lexend";
    font-weight: 700;
    font-size: 20px;
    margin: 0px 0 0px 0;
    padding: 0px;
    text-align: left;
}

.privacy-policy p {
   font-family: "Lexend";
    font-size: 14px;
    color: #4d4d4d;
    margin: 0px;
    line-height: 36px;
    padding-bottom: 10px;
    text-align: left;
    font-weight: 400;
}
.modal .term-condition{
margin-top:10px;
margin-bottom:15px;
	color:#000;
	font-size:12px;
	display: inline-block;
}


.term-condition{
margin-top:10px;
	color:#000;
	font-size:12px;
	display: inline-block;
}

input[type=checkbox] {
    margin: 4px 0 30px 0;
    margin-top: 1px\9;
    line-height: normal;
}


/* Privacy Policy End */






/*offer section start*/



@keyframes lefttoright {
0% {
transform: translate(1em, 0);
}
 100% {
transform: transform: translate(1em, 0);
}
}
 @keyframes bigtext {
0% {
transform: scale(0.9);
}
 50% {
transform: scale(1);
}
 100% {
transform: scale(0.5);
}
}


#text {
    display: none;
}

.btn-container button {
    background: #1e1849;
    padding: 8px 15px;
    color: #fff;
    border: none;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}







.slider_content h2 {
	font-family: "Lexend";
	font-size:22px;
	font-weight:900;
	text-align:center;
	margin:0px 0 15px 0;
	padding: 0 0 10px 0;
	display: inline-block;
	border-bottom: #daa520 solid 2px;
}
.slider_content h2 span {
	animation: bigtext 1s linear infinite;
	display: inline-block;
}
.slider_content h2 a {
	color:#ffd400;
}
.slider_content h2 img {
	margin:0 15px 0 0;
	animation: lefttoright 1s linear infinite;
}
.slider_content h2 a:hover {
	text-decoration:none;
}
#offerModal .close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	top: 5px;
	position: absolute;
	right: 5px;
}
#offerModal h5 {
	color:#d69e00;
}
/*offer section End*/




.modal-header .close {
    margin-top: -2px;
    position: absolute;
    top: 5px;
    right: 5px;
}


.hide-link {
	color:#1e1849 !important;
}
 @keyframes ripple {
 0% {
 box-shadow: 0 0 0 .3rem rgba(0, 0, 0, 0.3);
}
 100% {
 box-shadow: 0 0 0 4rem rgba(0, 0, 0, 0);
}
}
 @keyframes bigtext {
 0% {
transform: scale(0.9);
}
 50% {
transform: scale(1);
}
 100% {
transform: scale(0.9);
}
}
* {
	margin:0px;
	padding:0px;
}
.mb-30 {
	margin-bottom:30px;
}
.mt-40 {
	margin-top:40px;
}
 #pickupModal .ui[class*="left icon"].input>i.icon {
right: auto;
left: 1px;
border-radius: .28571429rem 0 0 .28571429rem;
top: -7px;
}



#pickupModal .modal-title {
	margin: 0px 0 10px 0;
}
#pickupModal .modal-header .close {
	margin-top: 0px;
	top: 5px;
	right: 5px;
	position: absolute;
}



.ui.input input {
    
    margin-bottom: 10px !important;
    border: 0 !important;
	    border-bottom: #69727d solid 1px !important;
    border-width: 0 0 1px !important;
}











.modal-title {
    font-family: "Lexend";
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    margin: 0px 0 0px 0 !important;
    position: relative;
    padding: 20px 0 20px 0;
    background: #1e1849;
}
.modal-header {
	border-bottom:0px;
	padding:0px;
}
.modal-header img {
    position: absolute;
    top: 24px;
    left: 35px;
    width: 21%;
}
.modal-body {
	position: relative;
	padding: 0px 15px;
}




.modal-body .form-control {
	background: #fff;
    margin-bottom: 10px;
    border-bottom: #69727d solid 1px;
    border-width: 0 0 1px;
    height: 45px;
   font-size: 1.1rem;
    box-shadow: none;
}
 .modal-body:placeholder {
font-family: "Lexend";
font-size:15px;
}
.modal-body .form-control:focus {
	box-shadow:none;
	
}
.modal-body input[type=submit] {
    padding: 10px 35px;
    background: #1e1849;
    color: #fff;
    font-family: "Lexend";
    font-size: 18px;
    border: none;
}



.modal .close {
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    top: 5px;
    position: absolute;
    right: 5px;
    opacity: 1;
}



#myHeader {
	background:rgba(255, 255, 255, 1);
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index:9;
}
.navbar-brand img {
	width:100%;
}
.main-menu {
	padding:15px 0;
	background:rgba(255, 255, 255, 1);
}
.main-menu .navbar-default {
	background:none !important;
	border:none !important;
}
.navbar-brand {
	height:auto;
	padding:0px !important;
	margin-top:5px;
}
.main-menu .navbar {
	margin-bottom:0px;
}
.main-menu .navbar-nav li a {
	font-family: "Lexend";
	font-size:14px;
	font-weight:700;
	transition:1s;
	color:#000;
}
.main-menu .navbar-nav {
	margin-top:3px;
}
.main-menu .navbar-nav li a:hover {
	color:#CC6633 !important;
}
.main-menu .navbar .btn {
	background:#1e1849;
	margin-top:0px;
}
.main-menu .navbar .btn a {
	color:#fff !important;
	padding:5px 8px !important;
	font-family: "Lexend";
	font-size:15px;
	font-weight:700;
}
.main-menu .navbar .btn a:hover {
	color:#fff !important;
}
.nav>li>a {
	padding: 10px 10px !important;
}
.bdr-r {
	border:#1e1849 solid 1px;
	margin-right:5px;
	border-radius:5px;
}
/*Broucher animated button start*/



.mobile-view {
	display:none;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
 @-webkit-keyframes slideInDown {
 0% {
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 visibility: visible
}
 80% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
}
 @keyframes slideInDown {
 0% {
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 visibility: visible
}
 80% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0)
}
}
/*Broucher animated button end*/



.configuration{
	background:#fff !important;
}

.configuration .btn-info {
    color: #fff;
    background-color: #1e1849;
    border-color: #1e1849;
    padding: 8px 8px 8px 8px;
    font-size: 16px;
	border:none;
}
.configuration .btn-info:hover {
    color: #fff;
    background-color: #1e1849;
    border-color: #1e1849;
    padding: 8px 8px 8px 8px;
    font-size: 16px;
	border:none;
}

.configuration .btn-info:focus{
	color: #fff !important;
    background-color: #1e1849 !important;
    border-color: #1e1849 !important;
}
.configuration table tr td{
	vertical-align:middle;
}




.slider {
	background:url(../images/slider-2.webp);
	background-repeat:no-repeat;
	background-size:cover;
	padding:10% 0 10% 0;
}



.slider_content {
	background:rgba(0, 0, 0, 0.6);
	padding:35px 20px 35px 40px;
	text-align:left;
}
.slider_content h3 {
	font-family: "Lexend";
	font-size:24px;
	font-weight:700;
	text-align:left;
	color:#fff;
	margin:0px 0 20px 0;
	padding: 0 0 10px 0;
}
.slider_content h3 span {
	background:#1e1849;
	padding: 0 10px 0 10px;
}
.slider_content h1 {
	font-family: "Lexend";
	font-size:32px;
	font-weight:700;
	text-align:left;
	color:#fff;
	margin:0px 0 10px 0;
	padding: 0 0 0px 0;
}
.heading_wrapper {
	border-left:3px solid #fff;
	padding:0 0 0 20px;
}
.effect img {
	margin-right: 10px;
	width:80px;
	height:29px !important;
}
.effect {
	animation: bigtext 1s linear infinite;
	transform: scale3d(1.1, 1.1, 1);
}
.bg-orng {
    background-color: #1e1849 !important;
    display: block;
    padding: 10px 10px 10px 10px !important;
    border-radius: 5px;
    font-size: 18px;
	color:#fff !important;
}
.slider_content p {
	font-family: "Lexend";
	font-size:19px;
	color:#fff;
	margin:0px 0 30px 0;
	font-weight:500;
	padding:0 0 0 0;
	line-height:28px;
}
.slider_content p span {
	font-size:22px;
	font-weight:700;
	display: block;
}
.slider_content h5 {
	font-family: "Lexend";
	font-size:19px;
	font-weight:700;
	color:#fff;
	margin:0px 0 30px 0;
	padding: 0 0 0 0;
}
.slider_content h6 {
	font-family: "Lexend";
	font-size:19px;
	font-weight:500;
	color:#fff;
	margin:0px 0 30px 0;
	padding:  0px 0px;
	line-height:28px;
}
.slider_content h6 span {
	font-size:22px;
	font-weight:700;
	display: block;
}
.slider_form {
	background:rgba(0, 0, 0, 0.7);
	padding:15px 10px 35px 10px;
}
.slider_form h3 {
	font-family: "Lexend";
	font-size:22px;
	font-weight:700;
	text-align:center;
	color:#fff;
	margin:0px 0 20px 0;
	position:relative;
	padding: 0 0 15px 0;
}
 .slider_form h3::before {
content:"";
width:100%;
height:1px;
background: #fff;
position:absolute;
bottom:0px;
left:0;
}
.slider_form .form-control {
	border-radius:5px;
	padding:12px 12px;
	height:auto;
	border: solid 1px #dedede;
	margin-bottom:15px;
}
 .slider_form:placeholder {
font-family: "Lexend";
font-size:15px;
}
.slider_form .form-control:focus {
	box-shadow:none;
	border: solid 1px #dedede;
}
.slider_form input[type=submit] {
	padding:12px 12px;
	background: #1e1849;
	color:#fff;
	font-family: "Lexend";
	font-size:16px;
	border: none;
	width:100%;
}
/*.slider_heading{margin-bottom:50px;}

.slider_heading h1{font-family: "Lexend"; font-size:45px; color:#FFFFFF; text-align:center; font-weight:700;}

.slider_heading p{font-family: "Lexend"; font-size:22px; color:#FFFFFF; text-align:center;}*/





.short_detail {
	position: relative;
	padding: 0px;
	text-align: center;
	margin-top:-25px;
}
.short_detail_box {
	border: solid 1px #585858;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	background:#fff;
	padding: 25px;
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
}
.short_detail_box h3 {
	font-family: "Lexend";
	font-size:17px;
	font-weight:700;
	color:#000;
	margin:0;
	padding:0px;
	text-decoration: underline;
}
.short_detail_box p {
	font-family: "Lexend";
	font-size:16px;
	font-weight:500;
	color:#000;
	margin:0;
	padding:5px 0 0 0;
	z-index: 1;
}
.short_detail_box p a {
	background: #1e1849;
	padding:3px 5px;
	color:#fff;
}
.short_detail .col-lg-3 {
	padding-left:0px;
	padding-right:0px;
}


.life-logo img{
	width:23%;
}

.about {
    padding: 50px 0px 40px 0;
    text-align: center;
}
.about_content p {
    font-family: "Lexend";
    font-size: 15px;
    color: #353434;
    margin: 0px;
    line-height: 30px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: justify;
}
.about_content ul li {
	text-align:left;
	font-family: "Lexend";
	font-size:17px;
	color:#353434;
	margin:0px;
	padding-bottom:10px;
	line-height:28px;
}

.about_content h2 {
    color: #fff;
    font-family: "Lexend";
    font-weight: 500;
    font-size: 18px;
    margin: 0px 0 0px 0;
    position: relative;
    display: inline-block;
    background: #1e1849;
    border-radius: 5px 5px 0 0;
    padding: 10px;
}


.devider {
    width: 300px;
    height: 2px;
    margin: auto;
    background: #1e1849;
    margin-bottom: 15px;
}

.title-heading {
    font-size: 20px;
    font-weight: 900;
    color: #54595f;
    margin: 0px;
    padding: 0px 0 35px 0;
	font-family: "Lexend";
}


.about_content h3 {
	color:#1e1849;
	font-family: "Lexend";
	font-weight:700;
	font-size:35px;
	margin:45px 0 15px 0;
	padding:0px;
	text-align:left;
}
.about_content h4 {
	color:#1e1849;
	font-family: "Lexend";
	font-weight:700;
	font-size:25px;
	margin:45px 0 10px 0;
	padding:0px;
	text-align:left;
}




.abt_feature {
	margin-left:20px;
}
.abt_feature li {
	color:#353434;
	font-family: "Lexend";
	font-size:17px;
	margin:0px 0 15px 0;
	text-align:left;
}
.about_content_box {
	background:#003333;
	padding:35px 25px;
	transition:1s;
}
.about_content_box:hover {
	background:#044e4e;
}
.about_content_box h3 {
	margin:0px 0 5px 0;
	color:#fff;
	font-family: "Lexend";
	font-size:26px;
}
.about_content_box p {
	margin:0px;
	color:#a9a9a9;
	font-family: "Lexend";
	font-size:18px;
	line-height:28px;
	font-weight:300;
}
.about_content img {
	margin-bottom:10px;
}
.abt_img {
	position:relative;
}
 .abt_img::before {
content:"";
border:#000 solid 3px;
position:absolute;
top:0px;
left:0px;
right:0px;
bottom:0px;
}
/*.aminities_bg{display: flex;    justify-content: center;    flex-wrap: wrap;}*/

.flex_center {
	display: flex;
	justify-content: center;
}


.aminities_bg {
    border: #00000020 solid 1px;
    padding: 15px;
	border-top:none;
}

.our_aminities_section {
    padding: 50px 0px 40px 0;
    text-align: center;
    background-attachment: fixed;
}
.our_aminities_heading h2 {
	color:#000;
	font-family: "Lexend";
	font-weight:600;
	font-size:30px;
	margin:0px 0 15px 0;
	position:relative;
	display:inline-block;
	padding: 0 0 10px 0;
}


.our_aminities_section h4 {
    font-size: 18px;
    font-weight: 900;
    color: #000;
   margin: 40px 0 0 0;
    padding: 15px 5px 15px 15px;
    font-family: "Lexend";
    text-align: left;
    border: #00000020 solid 1px;
}


.our_aminities_box {
	display: inline-block;
    width: 100%;
    text-align: center;
    background: #f3f3f3;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 0;
    margin: 5px;
    box-shadow: 0 4px 4px 0 rgb(50 50 50 / 20%);
    border-radius: 5px;
}
.our_aminities_box img {
	margin:auto;
}
.our_aminities_box p {
	color:#646362;
	font-family: "Lexend";
	font-size:14px;
	margin: 15px 0 0 0;
	font-weight:500;
}
.bdr-r-0 {
	border-right:0px;
}
.bdr-t-0 {
	border-top:0px;
}




.sub-heading {
	    font-family: "Lexend";
    font-size: 15px;
    color: #353434;
    margin: 0px;
    line-height: 36px;
    padding: 0px 0px 0 0px;
    text-align: left;
}











.our_aminities_section .col-lg-2 {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
 .your_host_content ul li::before {
content:"\f18e";
font-family: FontAwesome;
position:absolute;
top:14px;
left:-30px;
font-size:20px;
color:#ff7344;
}
.our_project_gallery_section {
    padding: 50px 0px 40px 0;
    text-align: center;
    background-color: #fff;
}
.our_project_gallery_heading h2 {
	color:#000;
	font-family: "Lexend";
	font-weight:600;
	font-size:30px;
	margin:0px 0 40px 0 !important;
	position:relative;
	display:inline-block;
	padding: 0 0 10px 0;
}
 .our_project_gallery_heading h2::before {
content:"";
width:90px;
height:4px;
position:absolute;
bottom:0;
right:0;
background: #1e1849;
margin: auto;
left: 0;
}
 .our_project_gallery_heading h2::after {
content:"";
width:10px;
height:10px;
position:absolute;
bottom:-3px;
right:0; /*background: linear-gradient(90deg, #FF7900, #932E00);*/
background:#fff;
margin: auto;
left: 0;
border-radius:50%;
}
.our_project_gallery_section .item {
	border:#ccc solid 1px;
	padding:0px;
	margin-bottom:0px;
}
.our_project_gallery_section .item img {
    width: 100%;
}
#higlits {
    padding: 50px 0px 40px 0;
    text-align: center;
    background-color: #fff;
}


.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: none;
}

.active:after {
    content: "\2212";
	display:none;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px;
}

.our_project_gallery_section .active {
    background-color: #ccc;
	background:none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #1e1849 !important;
    width: 10px;
    height: 10px;
    border: navajowhite;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    background-color: #b5b5b580 !important;
}


.cost-sheet img{
	width:100%;
}

.middle-bg{
	background:url(../images/middle-bg.webp);
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:70px 0;
	text-align:center;
}

.middle-bg h3{
	 color: #fff;
     font-family: "Lexend";
    font-size: 24px;
    font-weight: 600;
	text-align:center;
	padding:0px;
	margin:0px;
}

.middle-bg p{
	 color: #fff;
     font-family: "Lexend";
    font-size: 16px;
    font-weight: 400;
	text-align:center;
	padding:10px 0 0 0;
	margin:0px;
}

.middle-bg a{
	font-family: "Jost",Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    fill: #fff;
    color: #fff;
    background-color: #e40103;
    border-radius: 15px;
	padding:15px;
	display: inline-block;
	margin-top: 30px;
}

.middle-bg a:hover{
	color:#fff;
}	


.walkthrough{
	  padding: 50px 0px 40px 0;
	  text-align:center;
}





.higlights_heading h2 {
	 color: #fff;
    font-family: "Lexend";
    font-weight: 500;
    font-size: 18px;
    margin: 0px 0 0px 0;
    position: relative;
    display: inline-block;
    background: #1e1849;
    border-radius: 5px 5px 0 0;
    padding: 10px;
}


.devider {
    width: 300px;
    height: 2px;
    margin: auto;
    background: #1e1849;
    margin-bottom: 15px;
}

.title-heading {
    font-size: 22px;
    font-weight: 700;
    color: #54595f;
    margin: 0px;
    padding: 0px 0 35px 0;
    font-family: "Lexend";
}


#higlits table{
	border:#ccc solid 1px;
}

#higlits table tr td{
	padding:15px 0;
	font-family: "Lexend"; 
	font-size:14px;
	font-weight:600;
	color:#54595f;
}












#higlits ul li {
	text-align:left;
	list-style:none;
	margin-bottom:0px;
	font-family: "Lexend";
	font-size: 17px;
	color: #757272;
	padding-bottom:25px;
	position:relative;
}
#higlits ul {
	margin-top:15px;
	margin-left:25px;
}
 #higlits ul li::before {
content: "\f101";
position:absolute;
top:0;
left:-20px;
font-family: FontAwesome;
color:#932E00;
font-size:20px;
}
.higlits_box {
	padding:5px;
	text-align:center;
	background:#fff;
	box-shadow: #939393 0px 0px 7px;
	border-radius:0 15px 0 15px;
	position:relative;
}
/*.higlits_box{ padding:30px; text-align:center; background:#fff;     box-shadow: #939393 0px 0px 7px; border-radius:0 15px 0 15px; position:relative;}

.higlits_box::before{border:#932E00 solid 1px; content:""; position:absolute; top:15px; left:15px; right:15px; bottom:15px;}*/

.higlits_box img {
	margin:auto;
	border-radius: 0 10px 0 10px;
}
.higlits_box h4 {
	color:#000;
	font-family: "Lexend";
	font-size:17px;
	margin: 10px 0 0 0;
	font-weight:700;
	padding:0;
}
.higlits_box p {
	color:#000;
	font-family: "Lexend";
	font-size:15px;
	margin: 5px 0 0 0;
	font-weight:500;
	padding:0;
}



.connectivity-highlights {
    padding: 50px 0px 40px 0;
    text-align: center;
    background-color: #fff;
}

.connectivity-highlights p{
	font-family: "Lexend";
    font-size: 15px;
    color: #353434;
    margin: 0px;
    line-height: 25px;
    padding: 0px;
    text-align: justify;
}

.connectivity-highlights table{
	    border: #ccc solid 1px;
		margin-top:30px;
}

.connectivity-highlights table tr td {
    padding: 15px 0;
    font-family: "Lexend";
    font-size: 14px;
    font-weight: 600;
    color: #54595f;
}


.infrastructure {
    padding: 50px 0px 40px 0;
    text-align: center;
    background-color: #fff;
}


.infrastructure p{
	font-family: "Lexend";
    font-size: 15px;
    color: #353434;
    margin: 0px;
    line-height: 36px;
    padding: 0px 30px 0 30px;
    text-align: center;
}

.metro {
	text-align:center;
}

.metro img{
	display:inline-block;
}

.metro h4 {
    padding: 12px 0 0 0;
    margin: 0px;
    color: #1e1849;
    font-size: 18px;
    font-weight: 600;
}

.metro p{
	font-family: "Lexend";
    font-size: 14px;
    color: #353434;
    margin: 0px;
    line-height: 36px;
    padding: 0px 30px 0 30px;
    text-align: center;
}


.call-action {
	background:#f3f3f3;
	padding:30px 0;
}

.call-action h5{
    color: #484848;
    font-family: "Lexend";
    font-size: 20px;
    font-weight: 400;
	    padding: 0px 0 15px 0;
	margin:0px;
}

.call-action a{
	    color: #ffffff;
    background-color: #1e1849;
    text-decoration: none;
    padding: 13px 20px;
    border-radius: 5px;
	display: inline-block;
	font-size:16px;
}

.call-action a:hover{
	color:#fff;
}







.flour_plans_section .item img {
	filter: blur(2px);
}
.flour_plans_section .item {
	border:#dbdbdb solid 1px;
	padding:5px;
}
.flour_plans_section {
    padding: 50px 0px 40px 0;
    text-align: center;
}
.flour_plans_section h3{
	padding:0px;
	margin:0px;
}



.location_advantage_section {
    padding: 50px 0px 40px 0;
    text-align: center;
    background-color: #fff;
}
.location_advantage_section img{
	width:100%;
}

.location_advantage_heading h2 {
	color:#000;
	font-family: "Lexend";
	font-weight:600;
	font-size:30px;
	margin:0px 0 40px 0 !important;
	position:relative;
	display:inline-block;
	padding: 0 0 10px 0;
}
 .location_advantage_heading h2::before {
content:"";
width:90px;
height:4px;
position:absolute;
bottom:0;
right:0;
background: #1e1849;
margin: auto;
left: 0;
}
 .location_advantage_heading h2::after {
content:"";
width:10px;
height:10px;
position:absolute;
bottom:-3px;
right:0; /*background: linear-gradient(90deg, #FF7900, #932E00);*/
background:#fff;
margin: auto;
left: 0;
border-radius:50%;
}
.location_advantage_section h4 {
	color:#000;
	font-family: "Lexend";
	font-weight:600;
	font-size:20px;
	margin:0px 0 0px 0;
	text-align:left;
}
.location_advantage_section ul {
	margin-left:35px;
}
.location_advantage_section ul li {
	color:#000;
	font-family: "Lexend";
	font-size:16px;
	margin:0px 0 25px 0;
	text-align:left;
}
.footer {
	background: #f3f3f3;
	padding:30px 0;
}
.footer p {
	color:#000;
	font-family: "Lexend";
	font-size:14px;
	margin: 0 0 6px 0px;
	text-align:center;
	line-height:18px;
}
.footer a {
	color:#1e1849;
	font-family: Lexend;
}
.footer a:hover {
	text-decoration:none;
	color:#000000;
}
.slider_model_box h5 {
	color:#000;
	font-family: "Lexend";
	font-size:30px;
	margin:0;
	text-align:center;
	font-weight:600;
}
.slider_model_box .modal-header p {
	color:#000;
	font-family: "Lexend";
	font-size:16px;
	margin:0;
	text-align:center;
}
.slider_model_box .modal-body {
	display: inline-block;
	width: 100%;
	padding: 0 15px 15px 15px;
}
.slider_model_box form .form-control {
	border-radius:0px;
	padding:12px 12px;
	height:auto;
	border: 1px solid #b1acac;
	margin-bottom:15px;
}
 .slider_model_box form input::placeholder {
font-family: "Lexend";
font-size:16px;
}
.slider_model_box form .form-control:focus {
	box-shadow:none;
	border: 1px solid #b1acac;
}
.slider_model_box form input[type=submit] {
	padding:12px 12px;
	background:#CC3300;
	color:#fff;
	font-family: "Lexend";
	font-size:18px;
	border: 1px solid #CC3300;
}
.slider_model_box .modal-header {
	border-bottom:none;
	padding: 15px 15px 0px 15px;
}
.slider_model_box .modal-header .close {
	margin-top: -2px;
	position: absolute;
	top: -10px;
	right: -10px;
	background: #fff;
	width: 25px;
	height: 25px;
	opacity: 1;
	border-radius: 50%;
}
.sticky_footer {
	background:#ee9b0e;
	padding: 15px 15px 15px 15px;
	position: sticky;
	bottom: 0;
	z-index: 9;
	border-top:#FFFFFF solid 1px;
}
.enquery_form_bg h2 {
	text-align:center;
	color:#000;
	font-family: "Lexend";
	font-weight:600;
	font-size:28px;
	margin:0px;
}
.enquery_form_bg .form-control {
	border-radius:0px;
	padding:12px 12px;
	height:auto;
	border: none;
}
 .enquery_form_bg:placeholder {
font-family: "Lexend";
font-size:15px;
}
.enquery_form_bg .form-control:focus {
	box-shadow:none;
	border: none;
}
.enquery_form_bg input[type=submit] {
	padding:12px 12px;
	background:#000;
	color:#fff;
	font-family: "Lexend";
	font-size:16px;
	border: none;
}
.sticky_whatsapp {
	bottom:2%;
	left:10px;
	z-index:999;
	position:fixed;
}
.sticky_whatsapp span {
	display:none;
}
.sticky-contact {
	bottom:2%;
	right:10px;
	z-index:999;
	position:fixed;
}
.sticky-contact span {
	display:none;
}
.live-chat {
	bottom:15%;
	right:10px;
	z-index:999;
	position:fixed;
	background:#1e1849;
	border-radius:50%;
	padding:10px;
	animation: bigtext 1s linear infinite;
	border: #fff solid 1px;
}
.live-chat span {
	display:none;
}
.sticky_contact {
	top:48%;
	right:-48px;
	z-index:999;
	position:fixed;
	background: #1e1849;
	padding:10px 10px;
	transform: rotate(-90deg);
}
.sticky_contact a {
	color:#fff;
	font-family: "Lexend";
	font-size:16px;
	text-transform:uppercase;
	font-weight:700;
}
.sticky_contact a:hover {
	text-decoration:none;
	color:#fff !important;
}
.thank_you {
	text-align:center;
	padding:110px 0px;
	background:#f7f7f7;
}
.thank_you i {
	text-align:center;
	font-size:65px;
	color:#1e1849;
}
.thank_you h4 {
	text-align:center;
	color:#000;
	font-family: "Lexend";
	font-weight:600;
	font-size:28px;
	margin:10px 0 10px 0;
}
.thank_you p {
	text-align:center;
	color:#000;
	font-family: "Lexend";
	font-size:18px;
	margin:0px;
	line-height: 31px;
}




.blog {
    padding: 70px 0;
	background:#f9f9f9;
	}

.blog-bg {
    background: #fff;
    padding: 50px 20px 30px 20px;
    box-shadow: #ccc9c9 0px 2px 23px;
}

.blog-bg h4 {
    font-family: "Lexend";
    font-size: 25px;
    font-weight: 700;
    margin: 0px;
    padding: 0px 0 20px 0;
}

.blog-bg img{
	border-radius:5px;
}
.blog-bg .calander span{
	font-family: "Lexend";
	font-size:12px;
	padding:20px 0 10px 0;
	display: inline-block;
	color:#a09f9f;
}
.blog-bg .calander span i{
	padding:0 5px 0 0px;
}

.blog-bg p{
   	font-family: "Lexend";
	font-size:14px;
	margin:0px;
	padding:0px 0 20px 0;
	line-height:30px;
	text-align:justify;
   }
   
   
   
.blog-content{
	padding:10px 0 0 0;
}  

.blog-content ul{
	margin:0 0 0 25px;
} 

.blog-content ul li{
   	font-family: "Lexend";
	font-size:14px;
	margin:0px;
	padding:10px 0 10px 0;
   }



    


.modal-dialog {
    width: 685px;
    margin: 30px auto;
}




















/* lg */ 

@media (min-width: 1200px) {

}



/* md */

@media (min-width: 992px) and (max-width: 1199px) {
}



/* sm */

@media (min-width: 768px) and (max-width: 991px) {
}



/* xs */

@media (max-width: 767px) {

.left-arrow {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 35% !important;
}


.right-arrow {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 35% !important;
}

.modal-footer {
    display: none !important;
}

.popup-form-left h3 {
    font-size: 17px;
}

.modal-title {
    font-size: 16px;
}

.owl-theme .owl-dots {
    margin-top: 0px !important;
}

.owl-carousel .owl-stage-outer {
    padding: 10px 0px 0px 0px;
}


.developer_section p {
    font-size: 14px;
}

.accordion {
    font-size: 14px;
}

.connectivity-highlights p {
    font-size: 14px;
}

.infrastructure p {
    font-size: 14px;
}

.location_advantage_section ul li {
    font-size: 14px;
}

.footer p {
    font-size: 13px;
}


.configuration table tr th{
	display:none;
}

.configuration table tr td{
	display:block;
}

.configuration table tr {
	margin-bottom:15px;
}


.sub-heading {
    font-size: 14px;
}

.call-action {
    text-align: center;
}

.call-action img {
    margin: auto;
    width: 25%;
    margin-bottom: 15px;
}

.call-action h5 {
    font-size: 16px;
}

.modal .col-lg-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 20px;
	    margin-bottom: 15px;
}

#higlits table {
    width: 90%;
    margin: auto;
}

.connectivity-highlights table tr td {
    display: block;
}


#higlits table tr td {
    display: block;
}


.main-slider {
    height: auto;
}

.modal-dialog {
    width: 100%;
    margin: 30px auto;
}



.form-content {
    background: #f8fdf9;
    position: relative;
    top: -15px;
    left: 0%;
    width: 92%;
    padding: 15px;
    text-align: center;
    border: #1e1849 solid 4px;
    border-radius: 5px;
    margin: auto;
    right: 0%;
}

.main-slider img {
   height: auto !important;
}


.slider_content p {
    margin: 0px 0 15px 0;
}

.slider_content h1 {
    font-size: 23px;
}

.logo-codename {
    width: 40%;
    margin-bottom: 10px;
    margin-top: 8px;
    display: inline;
    background: #ffffff8f;
    padding: 15px;
    border-radius: 10px;
}


.modal-header img {
    position: absolute;
    top: 30px;
    left: 35px;
    width: 18%;
}


.location_advantage_section img {
    height: auto;
}

.sticky_contact {
    display: none;
}

.our_project_gallery_section .item img {
    width: 100%;
}


.developer_section {
    padding: 40px 15px 40px 15px;
}


 .slider_content h5 {
font-size: 14px;
}
 .mobile-view {
background: #1e1849;
color:#fff;
padding:7px 25px;
text-align:left;
display:inline-block;
position:absolute;
top:8px;
right:67px;
font-size:14px;
z-index:1;
}
 .mobile-view:hover {
text-decoration:none;
}
 .mobile-view:focus {
color:#fff;
text-decoration:none;
}
 .mobile-view i {
margin-right:5px;
}
 .navbar-default .navbar-toggle {
border-color: #1e1849;
background: #1e1849;
color:#fff;
margin-right: 5px;
border-radius: 0px;
}
 .navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}
 .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
background-color: #1e1849;
}
 .footer {
padding: 10px 0 25px 0;
}
 .short_detail_box h3 {
font-size: 13px;
}
.slider_content h3 {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 5px 0;
}
 .slider {
padding: 10% 0 10% 0;
background:url(../images/mobile-slider.webp);
background-position: center;
}
 .slider_content {
margin-bottom:10px;
}
 .short_detail_box {
margin-bottom: 5px;
}
 .higlits_box {
margin-bottom: 7px;
}
 .our_project_gallery_section .item {
margin-bottom: 8px;
}
 .flex_center {
display: inherit;
justify-content: center;
}
 .flour_plans_section .item {
margin-bottom: 8px;
}
 .mob_header button {
text-align:center;
color:#fff;
font-family: "Lexend";
font-weight:600;
font-size:18px;
margin:0px 0 0px 0;
background:#ee9b0e;
width:100%;
border:none;
padding:10px 0;
}
 .navbar-brand img {
width:60%;
}
 .navbar-brand {
margin-top: 12px;
}
 .main-menu {
padding: 0px 0;
}
 .navbar .pull-right {
float: left !important;
}
 .enquery_form_bg .form-control {
margin-bottom:5px;
}
 .about_content p {
font-size: 14px;
}
 .sticky_whatsapp {
bottom:0;
left:0px;
position:fixed;
width:47%;
background:#ffffffe0;
padding:7px 0 7px 10px;
border:#1e1849 solid 1px;
border-radius: 25px;
    margin: 0px 5px 7px 10px;
}
 .sticky_whatsapp img {
display:inline-block;
margin-right:20px;
width:10%;
}
 .sticky_whatsapp a {
display: flex;
align-items: center;
justify-content: center;
color:#1e1849;
font-family: "Lexend";
font-size:14px;
}
 .sticky_whatsapp span {
display:block;
}
 .sticky-contact {
bottom:0;
right:0px;
position:fixed;
width:47%;
background:#ffffffe0;
padding:7px 0 7px 10px;
border:#1e1849 solid 1px;
border-radius: 25px;
    margin: 0px 10px 7px 5px;

}
 .sticky-contact img {
display:inline-block;
margin-right:20px;
width:10%;
}
 .sticky-contact a {
display: flex;
align-items: center;
justify-content: center;
color:#1e1849;
font-family: "Lexend";
font-size:14px;
}
 .sticky-contact span {
display:block;
}
 .sticky_footer {
background: #ee9b0e;
padding: 15px 15px 15px 15px;
position: sticky;
bottom: 13px;
z-index: 9;
border-top: #FFFFFF solid 1px;
}
 .sticky_footer {
background: #ee9b0e;
padding: 15px 15px 15px 15px;
position: sticky;
bottom: 13px;
z-index: 9;
border-top: #FFFFFF solid 1px;
}

/*---- Responsive ---*/
@media only screen and (max-width: 1320px){
    .container {     
        max-width: 1230px; 
    } 
}
@media only screen and (max-width:1250px){
    .inner-project-list .project-list-item .proj_list .locationHead {
        font-size: 26px;
        line-height: 32px;
    }
    .inner-project-list .project-list-item .proj_list p {
         font-size: 15px;
    }
    .inner-project-list .project-list-item {
        padding: 9px;
    }
    .banner_warpper .carousel-item .main_bannerImg img {
        height: 680px;
    }
    .menu ul li a {
        font-size: 14px;
    }
}
@media only screen and (max-width:1199px){
    .product_description .pro_head {
        font-size: 20px;
    }
    .developer_box h3 {
        font-size: 60px;
    }
    .inner-project-list .project-list-item .proj_list p {
        font-size: 14px;
            line-height: 1.5;
    }
    .banner-configurations-site-visit {
        padding-right: 150px;
    }
    .project-site-visit a.btn {
        padding: 8px 23px 10px;
    }
    h2 {
        font-size: 34px;
        line-height: 49px;
    }
    .ptb-80 {
        padding-top: 26px;
        padding-bottom: 50px;
    }
    .product_price .details_btn_pro {
        padding: 9px 20px;
    }
    .carousel-caption {
        right: 7%;
        left: 7%;
    }
    .pl-40 {
        padding-left: 0px;
    }
    .hight_warpBOx {
        padding: 30px 15px;
    }
    .hight_warpBOx ul li {
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 13px;
        position: relative;
        padding-left: 27px;
    }
    .amentiBox .IconBox h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .menu ul li a {
        padding: 18px 15px 22px;
    }
    .menu ul li.call_button {
        display: none;
    }
    .Lodha_Developer .elementor-icon-box-content .elementor-icon-box-title span {
        font-size: 65px;
        line-height: 70px;
    }
    .Lodha_Developer .elementor-icon-box-content .elementor-icon-box-title span span {
        font-size: 22px;
        line-height: 27px;
    }

}
@media only screen and (max-width: 991px){
    .button_container{position:absolute;top:50%;right:0;height:29px;width:35px;cursor:pointer;z-index:100;transition:opacity 0.25s ease;transform:translateY(-50%);}
    .button_container:hover{opacity:0.7;}
    .button_container.active .top{transform:translateY(11px) translateX(0) rotate(45deg);background:#fff;}
    .button_container.active .middle{opacity:0;background:#fff;}
    .button_container.active .bottom{transform:translateY(-11px) translateX(0) rotate(-45deg);background:#fff;}
    .button_container span{background:var(--colorPrimary);border:none;height:5px;width:100%;position:absolute;top:0;left:0;transition:all 0.35s ease;cursor:pointer;}
    .button_container span:nth-of-type(2){top:11px;}
    .button_container span:nth-of-type(3){top:22px;} 
    .overlay{position:fixed;background:#001d3d;top:0;left:0;width:100%;height:0%;opacity:0;visibility:hidden;transition:opacity 0.35s, visibility 0.35s, height 0.35s;overflow:hidden;z-index:9;}
    .overlay.open{opacity:0.9;visibility:visible;height:100%;}
    .overlay.open li{-webkit-animation:fadeInRight 0.5s ease forwards;animation:fadeInRight 0.5s ease forwards;-webkit-animation-delay:0.35s;animation-delay:0.35s;}
    .overlay.open li:nth-of-type(2){-webkit-animation-delay:0.4s;animation-delay:0.4s;}
    .overlay.open li:nth-of-type(3){-webkit-animation-delay:0.45s;animation-delay:0.45s;}
    .overlay nav{position:relative;height:70%;top:50%;transform:translateY(-50%);text-align:center;}
    .overlay ul{list-style:none;padding:0;margin:0 auto;display:inline-block;position:relative;height:100%;}
    .overlay ul li{display:block;position:relative;opacity:0;margin:0 0 15px 0;}
    .overlay ul li a {
        display: block;
        position: relative;
        color: #fff;
        text-decoration: none;
        overflow: hidden;
        font-size: 25px;
        padding: 0;
        font-weight: 400;
    }
    .menu ul li a:hover {
        background-color: transparent;
    } 
    .img_side::after {
    left: 0;
    bottom: 0;
}
    .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after{width:100%;}
    .overlay ul li a:after{content:"";position:absolute;bottom:0;left:50%;width:0%;transform:translateX(-50%);height:3px;background:#fff;transition:0.35s;}
    @-webkit-keyframes fadeInRight{0%{opacity:0;left:20%;}
    100%{opacity:1;left:0;}
    }
    @keyframes fadeInRight{0%{opacity:0;left:20%;}
    100%{opacity:1;left:0;}
    } 
    header {
        padding: 1px 1px; 
    }
    .banner-configurations-site-visit {
        padding-right: 0;
    }
    .project-site-visit {
        position: relative;
        right: 0;
        top: 0;
        transform: inherit;
        margin-top: 12px;
    }
    .Trending_project .col-md-4 {
        margin-bottom: 30px;
        width: 50%;
    }
    .inner-project-list .project-list-item {
        width: 50%;
    }
    .inner-project-list .project-list-item .proj_list:before {
        left: 600px;
    }
    .overlay ul li a {
        padding-top: 15px;
    }
    .enquire_boxLeft {
        padding: 20px;
    }
    .box_serviceW {
    display: flex;
    flex-direction: column-reverse;
}

.box_serviceW .img_side img {
    width: 100%;
}

.box_serviceW.box_textleft {
    flex-direction: column;
}
}
@media only screen and (max-width: 890px){ 
    .about_us .col-md-6 {
        width: 100%;
    }
    .about_us a.btn_comon {
        margin-bottom: 40px;
    }
    .Highlights_warpper .col-md-6 {
        width: 100%;
    }
    .amentiBox .IconBox:nth-child(5), .amentiBox .IconBox:nth-child(10) {
        margin-right: 2%;
    }
    .amentiBox .IconBox {
        width: 32%;
    }
    .amentiBox .IconBox:nth-child(3n+3) {
       margin-right: 0;
    }
    .Location_warpper .col-md-6 {
        width: 100%;
    }
    h2 {
        font-size: 30px;
        line-height: 46px;
    }
    .all_plan .row > div {
        width: 100%;
    }
    .main_floor_plan {
        padding-top: 20px;
    }
}
@media only screen and (max-width: 767px){ 
    .overlay ul li a {
        font-size: 22px;
    } 
    .banner_warpper button.carousel-control-prev {
        left: 20px;
    }
    .carousel-caption {
        position: relative;
        right: 0;
        bottom: 0;
        left: 0;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #000;
        text-align: center;
        padding: 20px 20px 40px;
    }
    .banner_warpper .carousel-item .main_bannerImg img {
        height: 520px;
    }
    .banner_warpper button.carousel-control-prev, .banner_warpper button.carousel-control-next {
            width: 40px;
    height: 40px;
        top: 40%;
    }
    .banner_warpper .carousel-item:before{
        display: none;
    }
    .main_bannerImg:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgb(15 15 15 / 0%) 21.41%, rgb(0 0 0 / 68%) 89.44%);
        top: 0;
        left: 0;
    }
    .main_bannerImg {
        position: relative;
    }
    .project-configurations {
        text-align: center;
    }
    .sidebar-contact .toggle {
        height: 32px;
        width: 140px;
        left: -85px;
        font-size: 16px;
        line-height: 29px;
    }
    .banner_heading {
        font-size: 35px;
        color: #1c1c1c;
            line-height: 30px;
    }
    .project-configurations p {
        font-size: 16px;
        color: #3d3d3d;
    }
    h2 {
        font-size: 28px;
        line-height: 33px;
    }
    .banner_warpper .carousel-indicators [data-bs-target] {
        background: #c7c7c7;
    }
    .lodha_developer .col-md-4 {
        border-bottom: 1px solid #d6d6d6;
    }
    .lodha_developer .col-md-4:nth-last-child(2) {
        border-bottom: none;
    }
    p {
        font-size: 14px;
        line-height: 26px;
    }
    .banner-configurations .configuration-item img {
        display: block;
        margin: 0 auto 7px;
    }
    .project-info-item-txt h4 {
        color: #1c1c1c;
    }
    .banner-configurations .configuration-item.TYPElist {
        display: block;
    }
    .inner_banner {
        padding: 130px 0 60px;
    }
    .list_viewp_project .property_grid {
        display: block;
    }
    .list_viewp_project .property_grid .product_image {
        width: 100%;
        margin-bottom: 19px;
    }
    .list_viewp_project .property_grid .product_description {
        width: 100%;
    }
    .list_viewp_project .col-md-12 {
        margin-bottom: 30px;
        padding: 0 40px;
    }
}
@media only screen and (max-width: 650px){ 
    .Trending_project .col-md-4 {
        width: 100%;
    }
    .product_price .details_btn_pro {
        padding: 9px 30px;
    }
    .product_image img {
        height: 290px;
    }
}

@media only screen and (max-width: 540px){ 
    .banner-configurations .configuration-item {
        width: 100%;
        display: flex !important;
            margin-bottom: 12px;
    }
    .banner-configurations .configuration-item img {
        display: block;
        max-width: 60px;
        margin: 0 5px 0 0;
        height: 28px;
        object-fit: contain;
    }
    .project-info-item-txt > * {
        width: auto;
        display: inline-block;
    }
    .project-info-item-txt h4 {
        font-size: 15px;
    }
    .project-configurations p {
        margin-bottom: 0;
    }
    .project-configurations {
        text-align: left;
    }
    .project-configurations .banner_heading, .project-configurations > p {
        padding-left: 16px;
    }
    .project-site-visit {
        padding-left: 16px;
    }
    .banner_heading {
        font-size: 30px;
        line-height: 25px;
    }
    h2 {
        font-size: 26px;
        padding-top: 26px;
        line-height: 32px;
    }
    .inner-project-list .project-list-item {
        width: 100%;
    }
    .list_viewp_project .property_grid .product_image img {
        height: auto;
    }
    .video_about iframe {
        height: 300px;
    }
    .about_us a.btn_comon {
        padding: 9px 22px 11px;
        font-size: 16px;
    }
    .amentiBox .IconBox {
        width: 49%;
    }
    .amentiBox .IconBox:nth-child(3n+3) {
        margin-right: 2%;
    }
    .amentiBox .IconBox:nth-child(2n+2) {
        margin-right: 0 !important;
    }
    .amentiBox .IconBox {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width:425px){ 
    .banner_warpper .carousel-item .main_bannerImg img {
        height: 450px;
    }
    a.whatsapp {
        left: 8px;
        bottom: 8px;
    }
    .carousel-caption {
        padding: 20px 2px 40px;
    }
    .product_price .details_btn_pro {
        padding: 6px 17px;
    }
    .product_price .price_amount {
        font-size: 20px;
    }
    .product_price .price_amount span {
        font-size: 13px;
    }
    .product_image img {
        height: 190px;
    }
    .sidebar-contact {
        width: 310px;
        right: -310px;
    }
    .modal-form .form-footer h4 {
        font-size: 21px;
    }
    .modal-form .form-footer p {
        font-size: 14px;
    }
    .list_viewp_project .col-md-12 {
        padding: 0 15px;
    }
    header {
        padding: 1px 1px;
    }
    .button_container span {
        height: 4px;
    }
  
    .button_container span:nth-of-type(2) {
        top: 10px;
    }
    .button_container span:nth-of-type(3) {
        top: 20px;
    }
    .product_image span {
        font-size: 12px;
    }
    .amentiBox .IconBox {
        width: 100%;
        margin-right: 0 !important;
    }
    .accordion_box a.btn.btn-primary {
        padding: 13px 23px;
        font-size: 16px;
    }
    .enquire_boxLeft {
        padding: 20px 0;
    }
    .accordion_box a.btn.btn-primary {
        padding: 13px 15px;
    }
    .accordion_box a.btn.btn-primary span {
       
        right: 10px;
        top: 9px;
    }
    .enquire_boxLeft form .col-md-12 button.send_btn.btn {
        padding: 10px 30px 12px;
        font-size: 14px;
    }
    .price_table tr td {
        min-width: 170px;
    }
}
@media only screen and (max-width:350px){ 
    .sidebar-contact {
        width: 298px;
        right: -298px;
    }
    .modal-form {
    padding: 9px;
}
    }

@media only screen and (max-height:430px){   
    .modal-form .form-footer {
    height: 90vh;
    overflow-y: scroll;
}
}
}
