html {
  scroll-behavior: smooth;
}
*{padding: 0px;margin:0px;}
body{padding: 0px;margin:0px;font-family: 'Roboto', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Rubik', sans-serif;}
h1,h2,h3,h4,h5,h6{font-family: 'Roboto', sans-serif;}

.main-title{font-size: 70px;font-weight: 700;}
.sub-title{font-size: 40px;font-size: 600;font-family: 'Roboto', sans-serif;line-height: 50px;}
.main-color{color:#55c450;}
.main-bg{background-color:#55c450 !important;}
.light-text{font-family: 'Source Sans Pro';font-weight: 400;font-size: 16px;line-height: 30px;}
.banner{}
.banner h1{padding: 30px 0px 0px 0px;}
.banner p button{border:unset;border-radius: 30px;}
.contact-agent{background-image: url('./img/background-new.jpg');background-size:cover; border-radius: 10px;}
.contact-agent a{font-family: 'Roboto', sans-serif; font-weight: 500;}
.dream-home{padding: 50px 0px;}
.dream-home a,.why-dlf a{border:unset;border-radius: 30px;}
.detail-text{padding: 15px;}
.dream-home, .why-dlf .detail-text{padding:100px 0px 10px 0px;}
.why-dlf{padding: 100px 0px 0px 0px;background-color: #f6f6f8;}
.project-types{padding: 70px 0px;}
.review{background-image: url('../img/Affordable-Web-Design-Canada.jpg');position: relative;background-attachment: fixed;background-size: cover;}
.overlay-review{background-color: rgba(0,0,0,0.5);padding:70px 0px; }
.review-box{background-color: rgba(255,255,255,0.2);margin:15px;}
.review-box .review-heading{font-family: 'Roboto', sans-serif;font-size: 20px;line-height: 30px;font-weight: 500;}
.review-box .review-text{font-size: 14px;line-height: 25px;}
.features{background-image: url('../img/new-bg-dlf.jpg');padding:70px 0px;background-size: cover;background-repeat: no-repeat;}
.floor-type table tr{border-bottom: 1px solid #dee2e6;}
.floor-type table tr td{border-top:none;}
.feature-section .container {
	margin-bottom: -50px;
}
.featured-project{box-shadow: 0px 5px 10px #ccc;margin:40px 0px;}
.grd-tricolor{background-image: linear-gradient(to right, #030722 , #25545c, #eeb48f);}
.grd-tricolor2{background-image: linear-gradient(to right, #b5f8fb, #d1edf5, #f6deed);}
.grd-tricolor3{background-image: linear-gradient(to right, #9bbcf4, #c9b6f0, #efa7e6);}
.grd-tricolor5{background-image: linear-gradient(to right, #a92cb1, #4c8bb0, #1da790);}
.grd-tricolor6{background-image: linear-gradient(to right, #0aef82, #20c0f7, #e47bfa);}
.grd-tricolor7{background-image: linear-gradient(to right, #7af8bc, #f6f976);}
.grd-tricolor8{background-image: linear-gradient(to right, #37e1b2, #7272b2, #dd84fc);}
.grd-tricolor9{background-image: linear-gradient(to bottom, #1ba08e, #e37bfc, #6ffdb5);}
.detail-box{margin-top: 2px;}

.section-title {
	margin-bottom: 60px;
}

.section-title h3 {
	font-weight: 400;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.section-title p {
	margin-bottom: 0;
}
.feature-item {
	margin-bottom: 50px;
	background-color: #fff;
}
.shadow{box-shadow: 3px 3px 10px #ccc;padding-bottom: 1px;}
		.br-5{border-radius: 5px;}
		.room-price-info {border-top: 1px solid #ebebeb;
    padding-top: 15px;
    overflow: hidden;}
    .feature-text {
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}
.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}
.g-yellow{color: #f3b705;}
.g-yellow-bg{background-color: #f3b705;}
.bg-light-dark{background-color: #ddd;}
.feature-item p{font-size: 14px;}
.get-in-touch, .get-interested {
    padding: 50px 0px;
}
.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.footer-widget p {
  color: #ccc;
}

.footer-widget img {
  margin-bottom: 30px;
}

.footer-widget .social {
  padding-top: 10px;
}

.footer-widget .social a {
  color: #fff;
  font-size: 16px;
  margin-right: 35px;
}

.footer-widget .fw-title {
  padding-top: 10px;
  text-transform: uppercase;
  margin-bottom: 35px;
  color: #fff;
}

.footer-widget .contact-widget {
  padding-left: 10px;
}

.footer-widget .contact-widget p i {
  color: #fff;
  margin-right: 10px;
}

.footer-widget .double-menu-widget {
  padding-left: 20px;
}

.footer-widget .double-menu-widget ul {
  list-style: none;
  display: inline-block;
}

.footer-widget .double-menu-widget ul a {
  font-size: 13.9px;
  color: #cccccc;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  right: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}

.footer-widget .double-menu-widget ul a:hover {
  right: -20px;
  color: #fff;
}

.footer-widget .double-menu-widget ul a:hover:after {
  opacity: 1;
  left: -15px;
}

.footer-widget .double-menu-widget ul a:after {
  font-family: 'FontAwesome';
  content: "\f101";
  position: absolute;
  left: -20px;
  top: 0;
  color: #30caa0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.footer-widget .double-menu-widget ul:last-child {
  margin-left: 50px;
}

.footer-widget .footer-newslatter-form {
  position: relative;
  height: 40px;
  overflow: hidden;
  border-radius: 3px;
  margin-top: 25px;
}

.footer-widget .footer-newslatter-form input {
  width: 100%;
  height: 40px;
  padding: 10px 18px;
  padding-right: 50px;
}

.footer-widget .footer-newslatter-form button {
  position: absolute;
  height: 100%;
  width: 40px;
  top: 0;
  right: 0;
  background: #30caa0;
  color: #fff;
  border: none;
}

.footer-bottom {
  overflow: hidden;
  padding-top: 30px;
  margin-top: 65px;
  border-top: 1px solid #324a4e;
}

.footer-nav {
  float: right;
}

.footer-nav ul {
  list-style: none;
}

.footer-nav ul li {
  display: inline;
}

.footer-nav ul li a {
  display: inline-block;
  color: #cccccc;
  margin-left: 10px;
  font-size: 12px;
}

.footer-nav ul li a:hover {
  color: #fff;
}

.copyright {
  float: left;
  padding-top: 3px;
}

.copyright p {
  font-size: 12px;
  margin-bottom: 0;
  color: #bfbfbf;
}

.copyright p a {
  font-weight: 600;
  color: #fff;
}
.in_mobileContact {
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  position: fixed;
  z-index: 999999
}

.in_container {
  position: relative;
  text-align: center;
  height: 44px
}

.in_container > .in_left,
.in_container > .in_right,
.in_container >  div {
  width: 50%;
  float: left;
  padding: 10px;
  font-weight: 700;
  color: white
}

.in_left {
  background: #59595A
}

.in_left > a {
  text-decoration: none;
  color: #fff
}

.in_right {
  border-left: 1px solid #fff;
  background: #59595A
}

.in_right > a {
  text-decoration: none;
  color: #fff
}

#as_form {
  height: calc(100% - 44px);
  position: fixed;
  padding: 15px;
  background: white;
  z-index: 9999999;
  top: 0;
  left: 0;
  right: 0;
  display: none
}

#as_form .as_form-title {
  font-size: 20px;
  text-align: center
}

#as_form .as_form_close {
  font-size: 26px;
  margin-top: -3px;
  border: 1px solid lightgray;
  width: 35px;
  color: lightgray;
  height: 35px;
  cursor: pointer;
  border-radius: 50%
}

.in_show {
  display: block !important
}

.tbl-title {
  font-size: 20px
}

.is-error {
  border: 1px solid red
}
.text-green{
  color: #B2DD4C;
}
.pad0{padding:0px;}
.top-info{position: relative;top:50px;left:11%;}
.mb1{margin-bottom: 5px;}
.dlf-info p
{
  color: #303030;
  font-family (stack):Lato;
  font-size:16px;
  font-weight:400;
 
}
.dlf-info h3
{
  color:  #303030;
  font-family (stack):Lato;
  font-size:28px;
  font-weight:500;
}
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}
@media (min-width: 320px) and (max-width: 767px) {
  .schedule-visit{
      margin:0px !important;
  }
  .display-none{
    display: none !important;
  }
  .mrgn15{margin-left: 15px;margin-right: 15px;}
  .pad0{padding:0px 15px;}
  
}
@media only screen and (max-width:479px) {
  .mb1{margin-bottom: 10px;margin-top: 10px;}
  .mrgn15{margin-left: 15px;margin-right: 15px;}
  .pad0{padding:0px 15px;}
  .top-info{position: relative;top:0px;left:0%;}
  .featured-project{border:1px solid #ccc;}
  .contact-btn{padding: 5px 7px !important; font-size: 14px !important;}
}
