
h4, h5, h6, h1, h2, h3 {
	margin:0;
}
ul, ol {
	margin: 0;
	padding:0;
}
p {
	margin: 0;
}
html, body {
	font-family: 'Work Sans', sans-serif;
	font-size: 100%;
	background:#fff;
	margin: 0px;
	height:100%;
}
a {
	text-decoration: none;
}
a:hover {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	text-decoration:none;
}
/*--top nav start--*/
.top-navg {
	position:fixed;
	background:#fff;
	padding:1em 0em;
	z-index: 999;
	top:0;
	width:100%;
}
/*----*/
.head-icons li {
	display:inline-block;
}
.head-icons li a span {
	background: url(../images/img.png)no-repeat -5px -5px;
	width: 32px;
	height: 32px;
	display: inline-block;
}
.head-icons li a span.tw {
	background-position:-47px -5px;
}
.head-icons li a span:hover {
	background-position: -5px -47px;
}
.head-icons li a span.tw:hover {
	background-position:-47px -47px;
}
.navigation {
	margin-top: 0.5em;
	width: 73%;
	float: left;
}
.head-icons {
	width: 10%;
	padding: 0.4em 0 0;
	text-align: right;
	float: left;
}
.logo {
	padding: 0;
	float: left;
	width: 27%;
}
/*----*/
.navigation ul {
	padding:0;
	margin:0;
	text-align:center;
}
.navigation ul li {
	display:inline-block;
}
.navigation ul li a {
	text-decoration: none;
	display: block;
}
.logo a {
	display:block;
}
span.menu-ic {
	display: none;
}
/*--top nav end here--*/
/* Common styles for all menus */
.menu-item {
	display: block;
	margin: 0em 0;
}
.table-fill {
	border-radius: 3px;
	border-collapse: collapse;
	margin: auto;
	padding: 0px;
	width: 100%;
	animation: float 5s infinite;
	text-align:center;
	color:#ffffff;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:20px;
}
tr:last-child {
	border-bottom: none;
}
tr:first-child {
	border-top: solid 1px #b4b4b4;
	border-left: solid 1px #b4b4b4;
}
tr {
	color: #666B85;
	font-size: 16px;
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
th:first-child {
	border-top-left-radius: 3px;
}
th {
	color: #000000;
	background: #ffffff;
	border-bottom: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;
	font-size: 16px;
	font-weight: 100;
	padding: 0px;
	text-align: left;
	vertical-align: middle;
	height: 40px;
}
td {
	background: #fffcec;
	border-right: 1px solid #b4b4b4;
	vertical-align: middle;
	font-weight: 300;
	font-size: 15px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
	border-bottom: solid 1px #b4b4b4;
	border-left: solid 1px #b4b4b4;
	line-height:50px;
}
tr {
	border-top: 1px solid #b4b4b4;
	border-bottom-: 1px solid #b4b4b4;
	color: #000;
	font-size: 16px;
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
	line-height:50px;
}
tr:nth-child(2n+1) td {
 background: #fffcec;
 border-bottom:1px solid #b4b4b4;
 border-right: 1px solid #b4b4b4;
 text-align:center;
 color:#000;
 line-height:50px;
}
.colspaces {
	padding-left:20%;
}
.dBG {
	width: 100%;
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #cccccc;
	padding: 10px;
	overflow: auto;
	border-collapse: separate;
	border-color: #0067AC;
	border-width: 0 0 0 5px;
padding:
}

.pricetbbg {
	background-color:#f3f3f3;
	background-attachment:fixed;
	background-position:top center;
	background-size:cover;
}
.pricetbbg .mask {
background:(0, 0, 0, 0.65) none repeat scroll 0 0;
	padding:30px 0 50px;
}
.amenitiesbg {
	background-color:#fff;
	background-attachment:fixed;
	background-position:top center;
	background-size:cover;
}
.amenitiesbg .mask {
background:(0, 0, 0, 0.65) none repeat scroll 0 0;
	padding: 50px 0 20px;
}
.locationbg {
	background-image:url(../images/locationbg.jpg);
	background-attachment:fixed;
	background-position:top center;
	background-size:cover;
}
.locationbg .mask {
background:(0, 0, 0, 0.65) none repeat scroll 0 0;
	padding:50px 0 20px;
}
.sinlinecone {
	color: #000;
	font-size: 26px;
	line-height: 45px;
	text-align: center;
	width: 100%;
}
.submitmail {
	background: #e2b13c none repeat scroll 0 0 !important;
	border: medium none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin-top: 5px;
	outline: medium none;
	padding: 8px 0;
	width: 100%;
}
#fixedicon {
	position: fixed;
	bottom: 30px;
	right: 30px;
}
.amenitiesicon {
	width: 25%;
	float:left;
}
.menu-link {
	font-size: 1em;
	font-family: 'Ruluko', sans-serif;
	font-weight:600;
	display: block;
	padding:0.4em 0.3em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border: 2px solid transparent;
}
.menu-link:hover, .menu-link:focus {
	outline: none;
}
/* Viola */
.menu-li .menu-item {
    position: relative;
    margin: 0 0.1em;
    width: auto;
    font-size: 14px;
    text-transform: uppercase;
}
.menu-li .menu-link {
	position: relative;
	display: block;
	text-align: center;
	color: #666;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}
.menu-li .menu-item-current .menu-link, .menu-link:hover {
    color: #fff;
				background-color:#e2b13c;
				border-radius:4px;
}

.floorplan{ background-color:#e2b13c; padding:10px; border-radius:3px; color:#fff;}

.mobilenumber {
    width: 100%;
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding-bottom: 0px;
    font-weight: bold;
    margin-top: 18px;
    margin-bottom: 4px;
}
.mobilenumber a {
    color: #000;
    text-decoration: none;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
}

.enquirebut {
    text-align: left;
    font-size: 15px;
    border-radius: 3px;
    border: solid 2px #e2b13c;
    text-transform: uppercase;
	   background-color:#e2b13c;
}
.enquirebut a{ color:#fff !important; font-weight:600; padding:5px 15px;}
.enquirebut a span{ color:#fff !important; font-weight:300; font-size:13px;}
.enquirebut a:hover{ color:#fff !important;}
.enquirebut img{ width:18px; vertical-align: sub;}

.read-more__content {
  display: none;
}
.read-more__content a { font-size:13px; color:#b3b3b3;}
.read-more__content a:hover { font-size:13px; color:#666;}
.headings {
    font-size: 18px;
    padding: 0px 0px 20px;
    text-align: center;
    font-weight: 600;
}


.furniture h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px !important;
    margin-top: 20px;
    font-weight: 600;
}

.furniture-main .gap {
	padding-top:20px;
}

.furniture-main .leftpart {
    width: 100%;
}

.furniture-main .rightpart {
    width: 25%;
    display: inline-block;
    position: absolute;
    top: 16%;
    right: 5%;
}

.furniture-main .leftpart .main {
    margin: 0px;
}

.furniture-main .leftpart h3 {
    font-size: 26px;
    margin: 0 0 20px;
}

.furniture-main .leftpart .content {
    font-size: 14px;
    line-height: 28px;
}
.contact-form {
    padding: 15px;
    margin-top: 20px;
}
.contact-form img{ width:245px; text-align:center; margin-bottom:15px;}
.contact-form .question{ color:#fff;}
.contact-form .question h5 {
    font-weight: 600;
    font-size: 16px;
    border-top: solid 1px #ccc;
    padding-top: 10px;
}
.contact-form .question p {
    font-size: 16px;
    margin-bottom: 20px;
    padding-top: 8px;
}

.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}
.bottombutton{ text-align:left;}
.bottombutton p{ text-align:left;}
.bottombutton .link a {
    padding: 8px 14px;
    background-color: #f6f7f8;
    font-size: 12px;
    display: inline-block;
    margin: 0 0 5px;
    text-transform: capitalize;
    font-weight: 400;
    color: #000;
}



.form-group .icons {
  position: absolute;
  top: 12px;
  left: 10px;
}

.fea.icon-sm {
    height: 16px;
    width: 16px;
}

.position-relative {
    position: relative!important;
}

.form-group .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    color: #3c4858;
    height: 42px;
    font-size: 13px;
    border-radius: 6px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
				padding: 6px 0px 6px 30px !important;
}

.form-group {
    text-align: -webkit-left !important;
				font-weight: normal !important;
}

.form-radio.flexd {
    
}
.radio {
    margin-top: 0rem;
    margin-bottom: 0px;
    display: inline-block;
}

.form-radio label {
    position: relative;
    cursor: pointer;
    line-height: 22px;
    padding-left: 0px;
    margin-bottom: 0px;
    padding-right: 20px;
    text-align: left;
    color: #fff;
}

.input, .textarea {
	width:100%;
    height: 45px;
    float: left;
    background: #ffffff;
    border: none;
    font-weight: 300;
    font-size: 13px;
    border-radius: 5px;
    padding: 0 18px;
}

.dream-home-bann-main span {
    font-size: 28px;
    color: #fff;
    text-align: left;
    font-weight: 600;
    text-shadow: 4px 3px 3px rgba(0, 0, 0, 0.9);
    width: auto;
    float: left;
				padding-left:8%;
}



#mobile-bottom-tabs-sec {
    display: table-column;
}

.enqbannerbutt {
	margin-top:70px;
	padding-left:8%;
}

.enqbannerbutt a.button-style {
    color: #333;
    letter-spacing: 0px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    font-size: 18px;
    border: 1px solid #dec416;
    text-transform: capitalize;
    padding: 10px 30px;
    background: #dec416;
				font-weight:bold;
}

.enqbannerbutt a.button-style1 {
    color: #fff;
    letter-spacing: 0px;
    text-shadow: 1px 1px 4.8px rgba(3,3,3,.3);
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    font-size: 16px;
    border: 1px solid #fff;
    text-transform: capitalize;
    padding: 10px 30px;
}



.specification .rerano {
    color: #010101;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0;
    word-break: break-word;
    float: none;
}


#location p {
    font-size: 0.9em;
    color: #808080;
    line-height: 1.7em;
}



.company-details {
    padding: 20px 0;
    border-bottom: solid 1px #eeeeee;
	border-top: solid 1px #eeeeee;
	margin-top: 1px;
}
.company-details .button-wrapper {
    float: right;
    margin: 18px 0;
}
.custom-btn1 {
    font-size: 15px;
    color: #098500;
    font-weight: 400;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 2px;
    border: 1px solid #098500;
    background-color: #ffffff;
}
.rera {
    font-size: 14px;
    color: #0d76d7;
    text-align: center;
    padding-top: 6px;
}
.company-details .leftin {
    overflow: hidden;
    position: relative;
	padding: 0px 20px;
}

.company-details h1 {
    font-size: 32px;
    color: #010101;
    font-weight: 600;
    margin: 3px 0;
}
.company-details .label-form {
    color: #0065a9;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.company-details .label-form span {
    color: #8b8a8a;
    font-weight: 400;
}
.company-details figure {
    width: 180px;
    height: 90px;
    border: solid 1px #c9c9c9;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    overflow: hidden;
    float: left;
	margin-bottom:0px;
}

.specification-wrap {
    padding: 15px 0;
    border-bottom: solid 1px #eeeeee;
    background-color: #f5f7f8;
}
.specification {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    -webkit-column-rule: 1px solid #eeeeee;
    -moz-column-rule: 1px solid #eeeeee;
    column-rule: 1px solid #eeeeee;
}
.specification label {
    color: #8b8a8a;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}
span.column_imgs {
    padding: 0 5px 0 0;
}
.specification h3 {
    color: #010101;
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0;
	text-align:left;
}
.specification h3 span {
    font-size: 15px;
    display: block;
}


.amenities-list {
    text-align: center;
}
.amenities-list li {
    display: inline-block;
    width: 16%;
    padding: 20px 10px;
}
.amenities-list li figure{overflow: hidden; background:none; box-shadow: none; margin-bottom:0px;}
.amenities-list li figure img { width:45px; height:45px;}
.amenities-list li p {
    font-size: 14px;
    color: #8b8a8a;
    font-weight: 300;
    margin: 6px 0;
}

.amenities-list li figure:hover img {
	width: 45px;
}
.pname {
	font-size: 2.8em;
	color:#fff;
	text-align: left;
	font-weight: 500;
	text-shadow: 4px 3px 3px rgba(0, 0, 0, 0.9);
	text-transform:capitalize;
	margin-left:8%;
}

#bannerform{}
.mob-form{ display:none;}

.btn-info {
    color: #fff;
    background-color: #333 !important;
}

.dream-home-bann-main p {
    font-size: 28px;
    color: #fff;
    text-align: left;
    width: auto;
    line-height: 50px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 1);
				margin-left:8%;
				font-weight:600
}


.demo-gallery > ul {
              margin-bottom: 0;
            }
            .demo-gallery > ul > li {
    float: left;
    margin-bottom: 15px;
    margin-right: 0px;
    width: 25%;
    list-style-type: none;
}
            .demo-gallery > ul > li a {
              border: 3px solid #ccc;
              border-radius: 3px;
              display: block;
              overflow: hidden;
              position: relative;
              float: left;
            }
            .demo-gallery > ul > li a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            
            .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery > ul > li a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery > ul > li a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .justified-gallery > a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            .demo-gallery .justified-gallery > a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }

            .demo-gallery .video .demo-gallery-poster img {
              height: 48px;
              margin-left: -24px;
              margin-top: -24px;
              opacity: 0.8;
              width: 48px;
            }
            .demo-gallery.dark > ul > li a {
              border: 3px solid #04070a;
            }
            .home .demo-gallery {
              padding-bottom: 80px;
}
.demo-gallery-floor > ul {
              margin-bottom: 0;
            }
.demo-gallery-floor > ul > li {
    float: left;
    margin-bottom: 0px;
    margin-right: 0px;
    width: 100%;
    list-style-type: none;
    margin-top: -10px;
	text-align: -webkit-center;
	
}
.services-middle{ text-align:center; line-height:36px;}	


#footer .follow_us {padding:4px 0 10px 0; 
}
#footer .follow_us ul li {
	padding:0 !important;
	margin:0 0 0 10px !important;
	display:inline-block;
	line-height:18px;
	border:0 !important;
}
#footer .follow_us a {
	background-image:url(../images/foot_socials.png);
	background-repeat:no-repeat;
	height:18px;
	display:block;
	text-indent:-9999px;
	text-align:left;	
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
#footer .follow_us a.facebook {
	background-position:0 0;
	width:13px;	
}
#footer .follow_us a.facebook:hover {background-position:0 -18px;
}
#footer .follow_us a.twitter {
	background-position:-27px 0;
	width:23px;
}
#footer .follow_us a.twitter:hover {background-position:-27px -18px;
}
#footer .follow_us a.tumbrl {
	background-position:-64px 0;
	width:15px;
}
#footer .follow_us a.tumbrl:hover {background-position:-64px -18px;
}
#footer .follow_us a.vimeo {
	background-position:-93px 0;
	width:19px;
}
#footer .follow_us a.vimeo:hover {background-position:-93px -18px;
}
#footer .follow_us a.delicious {
	background-position:-126px 0;
	width:14px;
}
#footer .follow_us a.delicious:hover {background-position:-126px -18px;
}


.temp-heading .bloghead {
    font-size: 28px;
    color: #000;
    text-align: left;
}

.temp-heading p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
}
.temp-heading a{ color:#06F; text-decoration:underline;}
.temp-heading img {
    margin-top: 20px;
    border: solid 1px #999;
}
.locationpart{ width:48%; float:left; border:solid 1px #ccc; padding:10px; margin-right:20px; text-align:left; box-shadow: 0 2px 5px 0 rgba(150,150,150,.2);}
.locationpart .head{ font-size:20px; color:#333; font-weight:600; margin-bottom:15px;}
.locationpart .icon {
    margin-bottom: 15px;
}
.locationpart .icon img{ margin-right: 12px; float:left;}
.locationpart .content {
    width: auto;
    font-size: 16px;
    color: #333;
    float: right;
    font-weight: 600;
}

.carousel-inner img{ width:100%; height:80vh;}


.carousel-caption{ position:absolute;
 top:60%;
  left:35% !important;}

.carousel-caption h3 {
    text-align: left;
    text-align: center;
    margin-right: 33%;
    font-size:38px;
	margin-top:-15%;}
	
	
.carousel-caption h2 {
    font-size: 26px;
    text-align: center;
    margin-left: -25%;
    margin-top: -2%;
}



			
			
			
@media(min-width: 320px) and (max-width: 420px){
.demo-gallery > ul > li {
    float: left;
    margin-bottom: 15px;
    margin-right: 0px;
    width: 50%;
    list-style-type: none;
}

figure .img-wrapper {
    text-align: -webkit-center;
}	
	
.floorplanpage {
    margin-left: 0px !important;
}	


.furniture-main h2{ font-size:22px; line-height:32px;} 	
.services-middle{ text-align:center; line-height:36px;}	
.services-middle p{ font-size:24px !important;}	
.temp-heading img{ width:100%;}
.locationpart{ width:100%; margin-bottom:20px;}
.locationpart .icon{ font-size:14px;}
.locationpart .content {
    font-size: 14px;
}
}	

.locationbg h2{ font-size:24px;}




.floorplanpage {
    margin-bottom: 45px;
    float: left;
    width: 100%;
    margin-left: 0%;
}
figure {
  background: #fff;
  margin-bottom: 45px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.08);
}
figure .img-wrapper {
  position: relative;
  overflow: hidden;
  border: solid 1px #ccc;
}
figure img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 400ms;
  transition: transform 400ms;
}
figure:hover img {
  
}
figure:hover .overlay {
  opacity: 1;
}
figure:hover .overlay .buttons a {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
figure .overlay {
	position: absolute;
	top: 0;
	left: 1px;
	right: 0;
	bottom: 0;
	padding: 10px;
	text-align: center;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	-webkit-transition: opacity 400ms;
	transition: opacity 400ms;
}
figure .overlay a {
  display: inline-block;
  color: #fff;
  padding: 10px 23px;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 0px;
  margin: 4px;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
figure .overlay a:hover {
  text-decoration: none;
}
figure .overlay:hover a {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
figure .buttons {
  position: absolute;
  top: 45%;
  left: 24%;
}
figure figcaption {
  padding: 12px 10px;
  margin-top: 0;
  color: #666;
}
figure figcaption h4 {
  margin: 0;
}
figure figcaption h4 a {
  color: #000;
}
figure figcaption p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 5px;
}

.whatsappicon {
    display: none;
}





.temp-heading {
	padding: 9em 0em 3em 0em;
}
.temp-heading h3 {
	font-size:1em;
	color:#868686;
	text-align:center;
}
.home-banner {
    background: url(../images/banner.jpg)no-repeat;
    min-height: 550px;
    background-size: cover;
    position: relative;
    margin-top: 80px;
}

span.span-dream-bar {
	width: 30em;
	height: 2px;
	background: #fff;
	display: block;
	text-align: center;
	margin: 1.5em auto 1.5em;
}
.dream-home-bann-main {
	padding:16em 0em 0em 0em;
}
.dream-home-bottom {
	padding:0em 0em 6em 0em;
	display:none;
}
.dream-right p {
	font-size: 0.9em;
	color: #808080;
	line-height: 1.9em;
}
.dream-left h2 {
	font-size: 2.5em;
	color: #ECB731;
	text-align: center;
	margin-top: 0.8em;
	line-height: 1.2em;
	font-family: 'Ruluko', sans-serif;
	font-weight: 600;
}
span.history {
	display: block;
}

.furniture-grid h4 {
	font-size: 1.5em;
	color:#333333;
	margin: 0em;
	font-family: 'Ruluko', sans-serif;
	font-weight: 600;
}
.furniture-grid h4 a {
	text-decoration:none;
	color:#333;
}
.furniture-grid h4 a:hover {
	color: #821A1A;
}
.furniture-grid p {
	font-size: 0.9em;
	color: #808080;
	line-height: 1.7em;
}
.promiss {
	background: #ccc;
	padding: 5em 0em;
}
.furniture-grid img {
	width: 100%;
}
.furniture {
	padding: 0em 0;
}

.furnitu-left {
	float: left;
	width: 25%;
}
.furnitu-right {
	float: right;
	width: 70%;
}
.furni-small-grid {
	margin-bottom: 1.5em;
}
.furni-small-grid:last-child {
	margin-bottom:0em;
}
.furnitu-right h5 {
	font-size: 1.3em;
	color:#821A1A;
	margin: 0em 0em 0.5em 0em;
	font-family: 'Ruluko', sans-serif;
	font-weight: 600;
}
.furnitu-right h5 a {
	text-decoration:none;
	color:#821A1A;
}
.furnitu-right h5 a:hover {
	color: #ECB630;
}
.furnitu-right p {
	font-size: 0.9em;
	color: #808080;
	line-height: 1.7em;
}


.copy-right {
    background: #000;
    padding: 1em 0em;
    text-align: center;
    float: left;
    width: 100%;
}
.copy-right p {
	font-size:1em;
	color:#fff;
}
.copy-right p a {
	color:#fff;
}
.copy-right p a:hover {
	color:#ecb731;
}


/*--about start--*/
/*----*/
.furniture-grid figure {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.furniture-grid figure:hover img {
	width: 400px;
}
.furniture-grid figure img {
	width: 350px;
	height: auto;
 -webkit-transition: .3s ease-in-out;
 transition: .3s ease-in-out;
}
/*----*/


/*----*/
.temp-heading h3 {
	font-size:2em;
	color:#1c6e85;
	text-align: center;
	font-family: 'Ruluko', sans-serif;
	font-weight: 600;
}

.delivery-info {
	padding: 5em 0em;
}
.delivery-top {
	text-align: center;
	padding-bottom: 3em;
}
.delivery-top h3 {
	font-size: 2.5em;
	color: #821A1A;
	margin: 0em 0em 0.2em 0em;
	font-family: 'Ruluko', sans-serif;
	font-weight: 600;
}
.delivery-right h6 {
	font-size: 1.3em;
	color: #000;
	line-height: 1.5em;
	margin-bottom:1em;
	font-family: 'Ruluko', sans-serif;
	font-weight: 600;
}
.deliver-dates {
	margin: 0em 0em 1em 0em;
}
span.deliver-num {
	font-size: 1.5em;
	color: #2f97b1;
	font-family: 'Ruluko', sans-serif;
	font-weight: 600;
	float: left;
	width: 10%;
}
.deliver-text {
	float: right;
	width: 90%;
	margin: 0.2em 0em 0em 0em;
	text-align: left;
}
.deliver-text p {
    font-size: 14px;
    color: #333;
    line-height: 1.8em;
}
.deliver-left img {
	width: 100%;
}

/*----*/
.deliver-left figure {
	width:540px;
	height:253px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.deliver-left figure:hover img {
	width: 600px;
}
.deliver-left figure img {
	width: 540px;
	height: auto;
 -webkit-transition: .3s ease-in-out;
 transition: .3s ease-in-out;
}


/*--contact end here--*/

/*-- responsive media queries --*/
@media (max-width: 1440px) {
}
@media (max-width: 1366px) {
 .page {
 padding: 4.98em 0;
}
}
@media (max-width: 1280px) {
 .portfolio-1 {
 padding: 5.73em 0em;
}
}
@media (max-width: 1080px) {
 .menu-li .menu-item {
 margin: 0 0.1em;
}
 .home-banner {
 min-height: 700px;
}
.furniture-grid figure {
 width: 283px;
 height: 212px;
}
.furniture-grid figure img {
 width: 283px;
}
.furnitu-right h5 {
 font-size: 1.1em;
}
.furnitu-right p {
 font-size: 0.76em;
}

.deliver-left figure img {
 width: 439px;
}
.deliver-left figure {
 width: 439px;
 height: 206px;
}
.delivery-right h6 {
 font-size: 1.05em;
}
.delivery-info {
 padding: 4em 0em 3em;
}


.temp-heading {
 padding: 8.3em 0em 3em 0em;
}

.about-left figure img {
 width: 440px;
}
.cantin-text p {
 font-size: 0.8em;
}
.addition {
 padding-bottom: 4.35em;
}
.page-header h3 {
 font-size: 2.4em;
}
.portfolio-grid {
 width: 282px;
}
.portfolio-grid h5 {
 font-size: 20px;
}

h1.grid2 {
 font-size: 30px;
}
.btn-lg, .btn-group-lg > .btn {
 padding: 8px 13px;
 font-size: 16px;
}
h1#h1-bootstrap-heading {
 font-size: 30px;
}
.page-header {
 margin: 35px 0 22px;
}
.portfolio-1 {
 padding: 5.78em 0em 3.78em;
}
}
@media (max-width: 991px) {
.menu-link {
 font-size: 0.9em;
 padding: 0.6em;
 margin: 0.5em 0;
}
.logo {
 float: left;
 width: 30%;
}
.logo img {
 width: 100%;
}
.head-icons {
 float: right;
}
.navigation {
 width: 60%;
 float:left
}
.home-banner {
 min-height: 550px;
}
.dream-home-bann-main {
 padding: 14em 0em 0em 0em;
}
.furniture {
 padding: 4em 0 2em;
}
.furniture-grid {
 text-align: center;
 margin-bottom: 2em;
}
.furniture-grid figure {
 margin: 0 auto;
}
.furnitu-right {
 width: 84%;
 text-align: left;
}
.furnitu-left {
 width: 12%;
}
.furniture-grid:last-child {
    margin-bottom: 0em;
    padding-right: 0px;
    padding-left: 0px;
}

.about-right {
 margin-bottom: 2em;
}
.deliver-left {
 margin-bottom: 2em;
}
.testimonial p {
 width: 70%;
}


/*----*/
.page {
 padding: 3.36em 0;
}
.code-1 {
 display:block;
}
/*----*/
.menu-grid {
 float: left;
 width: 50%;
}
.port-right {
 width: 50%;
 margin: 0 auto 2em;
 float: left;
}
.portfolio-1-main {
 margin-bottom: 0em;
}

.enjoy-food h3 {
 font-size: 3em;
 margin-top: 1em;
}
.portfolio-1 {
 padding: 4em 0em 2em;
}
.menu-port {
 padding-bottom: 2em;
}

.portfolio-grid {
 width: 330px;
}
.sed-sit {
 display:block;
}
}
@media (max-width: 767px) {
span.menu-ic {
 display: block;
 width:100%;
 position:relative;
 cursor:pointer;
 text-align: center;
}
.navigation ul {
 display: none;
 position: absolute;
 width: 100%;
 z-index: 9999;
 left: 0%;
 margin: 1em 0em 0;
 background: rgba(0, 0, 0, 0.9);
 padding: 1em 0;
}
 ul.menu-list li {
 display: block;
 width: 35%;
 margin: 0 auto;
}
ul.menu-list li {
 margin: 0 auto;
}
.top-navg {
 padding: 1.2em 0em;
}
.navigation {
 margin-top: 0.3em;
}
.head-icons {
 padding: 0.2em 0 0;
}
.floorplan {
    padding: 6px;
}


}
@media (max-width: 667px) {
.head-icons {
 width: 15%;
}
.navigation {
 width: 54%;
}
.dream-home-bann-main p {
 width: 56%;
}
.dream-home-bann-main h1 {
 font-size: 2.5em;
}
.dream-home-bann-main {
 padding: 12em 0em 0em 0em;
}
.home-banner {
 min-height: 456px;
}

.furniture {
 padding: 3em 0 1em;
}

.delivery-info {
 padding: 3em 0em 1em;
}
.temp-heading {
 padding: 8.3em 0em 2em 0em;
}
.temp-heading h3 {
 font-size: 2.5em;
}
.delivery-top {
 padding-bottom: 2em;
}


.cantin {
 padding-bottom: 1em;
}
.addition {
 padding-bottom: 1.9em;
}

.addition h3 {
 font-size: 2.3em;
 margin: 0em 0em 0.6em 0em;
}
ul.menu-list li {
 margin: 0 auto !important;
}
/*----*/

h3.typo1 {
 font-size: 2.5em;
}
 h1.grid2 {
 font-size: 25px;
}
h2.grid2 {
 font-size: 24px;
}
h3.grid2 {
 font-size: 22px;
}
.page-header h3 {
 font-size: 2em;
}

/*----*/
.portfolio-1 {
 padding: 3em 0em;
}
.menu-port h4 {
 font-size: 1em;
}
.menu-port p {
 font-size: 0.9em;
}
.menu-port {
 padding-bottom: 0em;
}
.portfolio-1 {
 padding: 3em 0em 1em;
}
.enjoy-food {
 min-height: 143px;
}
.enjoy-food h3 {
 font-size: 2.8em;
}
 .portfolio-grid {
 width: 267px;
}
.portfolio-grid h5 {
 font-size: 17px;
}
.typography {
 padding: 6em 0em 0em 0em;
}

}
@media (max-width: 600px) {
.head-icons {
 width: 20%;
}
.navigation {
 width: 37%;
}
.logo {
 width: 41%;
}
.dream-home-bann-main p {
    width: 100%;
    font-size: 18px;
				line-height:40px !important;
				margin-left:0%;
				text-align:center;
}
.dream-home-bann-main {
 padding: 9em 0em 0em 0em;
}
.home-banner {
 min-height: 370px;
}
.furnitu-left {
 width: 20%;
}
.furnitu-right {
 width: 74%;
}
.promiss-main h3 {
 font-size: 2em;
}

.amet-sed h4, .ftr-grid h4 {
 font-size: 1.7em;
}
.footer {
 min-height: 620px;
 padding: 2em 0em;
}
.copy-right p {
 font-size: 0.9em;
}
.temp-heading {
 padding: 7.5em 0em 1.2em 0em;
}
.about-right h3 {
 font-size: 1.1em;
}
.delivery-top h3 {
 font-size: 2em;
}
.delivery-right h6 {
 font-size: 1em;
}
span.deliver-num {
 font-size: 2em;
}
.testimonial h3 {
 font-size: 2em;
}

/*----*/
.page {
 padding: 1.36em 0 4em;
}
.code-4 {
display:none;
}
/*--typo--*/
.page-header h3 {
 font-size: 2em;
}
button.btn.btn-lg {
 font-size: 1em;
 padding: 7px;
}
button.btn.btn-1 {
 font-size: 0.9em;
 padding: 8px;
}
button.btn.btn-sm {
 font-size: 0.8em;
 padding: 9px;
}
h1#h1-bootstrap-heading {
 font-size: 2.2em;
}
h2#h2-bootstrap-heading {
 font-size: 2em;
}
h2.grid2 {
 font-size: 1.2em;
}
h3.grid2 {
 font-size: 1.1em;
}
h4.grid2 {
 font-size: 1em;
}
p.grid1 {
 font-size: 0.8em;
}
h1.grid2 {
 font-size: 1.4em;
}
h1.grid2 span {
 margin-bottom:0.5em;
}
.typography {
 padding: 6em 0em 0em 0em;
}
.page-header {
 margin: 40px 0 26px;
}
/*----*/

.portfolio-grid {
 width: 188px;
}
.portfolio-grid {
 width: 188px;
 height: 215px;
 padding: 5px 8px;
}
.portfolio-grid p {
 font-size: 0.8em;
}
.portfolio-grid h5 {
 font-size: 14px;
}

.portfolio-1 {
 padding: 3em 0em 1em;
}

/*----*/

}
 @media (max-width: 414px) {
.head-icons {
 width: 26%;
}
.navigation {
 width: 36%;
 padding: 0;
}
span.menu-ic img {
 width: 36%;
}
.dream-home-bann-main h1 {
 font-size: 1.8em;
}
span.span-dream-bar {
 margin: 0.8em auto;
}
.dream-home-bann-main p {
 line-height: 50px;
}
.home-banner {
 min-height: 275px;
}

.dream-home-bann-main {
 padding: 6em 0em 0em 0em;
}
.furniture {
 padding: 2em 0;
}
.furniture-grid figure {
 width: 273px;
}
.furniture {
 padding: 2em 0;
}

.furniture-grid figure img {
 width: 200px;
}
.furniture-grid {
 padding: 0;
}
.furniture {
 padding: 2em 0px 0;
}
.amet-sed h4, .ftr-grid h4 {
 font-size: 1.5em;
}
.ftr-grid {
 width: 100%;
 margin: 1em 0 0;
 padding: 0;
}
.amet-sed {
 padding: 0;
}
.ftr-grid ul.ftr-nav li a {
 font-size: 0.9em;
}
.footer {
 min-height: 574px;
 padding: 2em 0 1em;
}
.copy-right p {
 font-size: 0.8em;
 line-height: 1.5em;
 padding: 0 1em 1.5em 0;
}
.temp-heading h3 {
 font-size: 2em;
}

.delivery-top h3 {
 font-size: 1.7em;
}
.delivery-info {
 padding: 2em 0em 0em;
}
.delivery-top {
 padding-bottom: 1em;
}
.deliver-left {
 margin-bottom: 1em;
 padding: 0;
}
.deliver-left figure {
 width: 273px;
}
.delivery-right {
 padding: 0;
}
.deliver-text {
 width: 90%;
}

.team {
 padding: 1.2em 0em 0.5em;
}

.addition h3 {
 font-size: 1.7em;
}
.addition-left {
 padding: 0;
}
.cantin-text {
 width: 74%;
}
.cantin-text h4 {
 font-size: 1.1em;
}

.menu-grid {
 padding: 0 7px;
}
.menu-port h4 {
 font-size: 0.8em;
}
.menu-port p {
 font-size: 0.9em;
 width: 100%;
 line-height: 1.5em;
}
.menu-grid {
 margin-bottom: 1em;
}

.port-right {
 margin: 0 auto 1em;
 padding: 0 0px;
 width: 100%;
}
.portfolio-grid {
 width: 273px;
 height: 180px;
 padding: 5px 8px;
}
.portfolio-1 {
 padding: 2em 0em 1em;
}
.portfolio-grid p, .portfolio-grid h5 {
 top: 18px;
}
.portfolio-grid h5 {
 font-size: 18px;
}

.sed-sit-1 {
display:none;
}
.logo {
 width: 53%;
}
.navigation {
    width: 20%;
    margin-left: 88px;
    margin-top: 8px;
}
.head-icons {
 padding: 0;
}
.top-navg {
 padding: 1em 0em 0.3em;
}
.about-left figure {
 height: 228px;
}
.temp-heading {
 padding: 5.5em 0em 1.2em 0em;
}
.navigation ul {
 margin: 0.9em 0em 0;
}

/*--typo--*/
h1#h1-bootstrap-heading {
 font-size: 1.6em;
}
h2#h2-bootstrap-heading {
 font-size: 1.5em;
}
h3#h3-bootstrap-heading {
 font-size: 1.4em;
}
button.btn.btn-lg {
 font-size: 0.9em;
 margin: 0 0 0.5em 0px;
 padding: 9px;
}
.grid1 {
 margin: 0.7em 0 0;
}
button.btn.btn-1 {
 font-size: 0.8em;
 margin: 0 0 0.5em;
}
button.btn.btn-sm {
 font-size: 0.7em;
 padding: 5px;
 margin: 0 0 0.5em;
}
button.btn.btn-xs {
 font-size: 0.7em;
}
ul.nav.nav-pills a {
 padding: 0.5em;
 font-size: 0.9em;
}
span.label {
 margin: 0 0 0.5em;
 display: inline-block;
}
.page {
 padding: 0.65em 0 1em;
}
.page-header {
 margin: 16px 0 9px;
}
.grid2 {
 margin: 0.4em 0 0;
}
.bs-example {
 padding: 1em 0 0;
}
.page-header h3 {
 font-size: 1.6em;
}
td.add-check a {
 width: 86px;
}
/*----*/

/*----*/

.navigation ul {
    margin: 0.7em 0em 0;
}
}
@media (max-width: 375px) {

.addition-right {
 padding: 2em 0 0;
}
.addition h3 {
 margin: 0em 0em 1.4em 0em;
}

.addition {
 padding-bottom: 4.15em;
}
.page {
 padding: 2.1em 0 2em;
}
}
@media (max-width: 320px) {
span.menu-ic img {
 width: 43%;
}

.delivery-info {
 padding: 2em 0em 1em;
}

.navigation ul {
 margin: 0.9em 0em 0;
}
}
@media(min-width: 320px) and (max-width: 420px) {
span.span-dream-bar {
 width: 20em;
 height: 2px;
 background: #fff;
 display: block;
 text-align: center;
 margin: 1.5em auto 1.5em;
}
 .furniture-grid figure {
 height:auto;
 margin-bottom:20px;
}
.col-md-8 {
padding-left:0px;
padding-right:0px;
}
.contact-right input[type="submit"] {
 font-size: 22px;
 color: #fff;
 background: #8bc458;
 border: none;
 padding: 5px 0px 5px 0px;
 outline: none;
 display: inline-block;
 font-family: 'Ruluko', sans-serif;
 font-weight: 600;
 width: 65%;
 margin-left: 0%;
}

 tr {
 border-top: 1px solid #b4b4b4;
 border-bottom-: 1px solid #b4b4b4;
 color: #000;
 font-size: 12px;
 font-weight: normal;
 text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
 line-height: 25px;
}
tr:nth-child(2n+1) td {
 background: #fffcec;
 border-bottom: 1px solid #b4b4b4;
 border-right: 1px solid #b4b4b4;
 text-align: center;
 color: #000;
 line-height: 35px;
}
td {
 background: #fffcec;
 border-right: 1px solid #b4b4b4;
 vertical-align: middle;
 font-weight: 300;
 font-size: 12px;
 text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
 border-bottom: solid 1px #b4b4b4;
 border-left: solid 1px #b4b4b4;
 line-height: 35px;
}
th {
 color: #000000;
 background: #ffffff;
 border-bottom: 1px solid #b4b4b4;
 border-right: 1px solid #b4b4b4;
 font-size: 13px;
 font-weight: 100;
 padding: 0px;
 text-align: left;
 vertical-align: middle;
 height: 40px;
}
.pricetbbg .mask {
 background: (0, 0, 0, 0.65) none repeat scroll 0 0;
 padding: 10px 0 35px;
}
.amenitiesicon {
 width: 50%;
 float: left;
}
.furniture {
 padding: 0em 0px 0;
}
.colspaces {
padding-left:0%;
}

.amenitiesbg .mask {
    background: (0, 0, 0, 0.65) none repeat scroll 0 0;
    padding: 20px 0 35px;
}
.deliver-text p {
    font-size: 0.9em;
    color: #808080;
    line-height: 3em;
}
.deliver-dates {
    margin: 0em 0em 0em 0em;
}
.deliver-text {
    float: right;
    margin: 0em 0em 0em 0em;
    text-align: left;
}
.deliver-text p {
    font-size: 13px;
    color: #333;
    line-height: 16px;
}
span.deliver-num {
    font-size: 0.8em;
}
.company-details figure {
    width: 180px;
    height: 80px;
}

.company-details .button-wrapper {
    float: right;
    margin: 18px 0 0 0px;
    width: 175px;
}
.company-details .leftin {

    width: 100%;
    padding: 10px 0;

}
.company-details .leftin {
    width: 100%;
    padding: 15px 0;
}

.white-wrapper .specification {
    column-count: 1;
}
.white-wrapper .specification .column {
    padding: 5px 0px 5px 0px;
    height: 65px;
	border-bottom: solid 1px #eee;
}
.white-wrapper .specification label {
    float: left;
    padding-top: 10px;
    width: 50%;
    text-transform: uppercase;
    font-size: 12px;
}
.column .column_imgs {
    width: 30px;
    display: inline;
    padding-right: 5px;
}
.white-wrapper .specification h3 {
    font-size: 18px;
    float: left;
    width: 50%;
}
.specification h3 span {
    font-size: 12px;
    margin: 4px 0 0 0;
    display: inline-block;
}

.amenities-list li {
    width: 32%;
}
.custom-btn1 {
    font-size: 13px;
    color: #098500;
    font-weight: 400;
    display: inline-block;
    padding: 6px 4px;
    border-radius: 2px;
    border: 1px solid #098500;
    background-color: #ffffff;
}
.specification-wrap {
    padding: 15px 0;
    border-bottom: solid 1px #eeeeee;
    background-color: #fff;
    border-top: solid 1px #e8e6e6;
    border-bottom: solid 1px #e8e6e6;
}
.menu-li .menu-item-current .menu-link, .menu-link:hover {
    color: #fff;
}
.menu-li .menu-link {
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}

.company-details {
    padding: 20px 0px 0px 0px;
    border-bottom: solid 1px #eeeeee;
    border-top: solid 1px #eeeeee;
    margin-top: 1px;
}
.company-details .button-wrapper {
    float: right;
    margin: 2px 0 0 0px;
    width: 136px;
}
.rera {
    font-size: 14px;
    color: #0d76d7;
    text-align: center;
    padding-top: 6px;
}
.company-details h1 {
    font-size: 22px;
    color: #010101;
    font-weight: 600;
    margin: 3px 0;
}
.company-details .label-form {
    color: #0065a9;
    font-size: 14px;
    font-weight: 500;
    padding: 2px 0;
}

.pname {
    font-size: 1.4em;
    color: #fff;
    text-align: center;
    font-weight: 600;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.9);
				margin-left:0%;
}
.enqbannerbutt {
    width: 92%;
    padding: 8px;
    text-align: center;
    color: #fff;
    margin-left: 4%;
    margin-top: 26%;
    border-radius: 4px;
    font-size: 18px;
    float: left;
}

.dream-home-bann-main span {
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    text-shadow: 4px 3px 3px rgba(0, 0, 0, 0.9);
    width: 100%;
    float: left;
				padding-left:0%;
}

.specification .rerano {
    color: #010101;
    font-size: 17px;
    font-weight: 500;
    margin: 10px 0;
    word-break: break-word;
    float: none;
}
#mobile-bottom-tabs-sec{ width:100%; position:fixed; bottom:0px; text-align:center;}
.ctrbtn1 {
    background-color: #000;
    padding: 10px;
    color: #fff;
    width: 50%;
    float: left;
    font-size: 16px;
    letter-spacing: 1px;
	font-family:poppins;
}
.ctrbtn2 {
    background-color: #dec416;
    padding: 10px;
    color: #fff;
    width: 50%;
    float: left;
    font-size: 16px;
    letter-spacing: 1px;
	font-family:poppins;
}


.enquirebut { display:none !important;
}

.enquirebut i {
    font-size:16px;
    right: 17%;
    top: 32px;
    float: left;
    position: unset;
}

.furniture-main .leftpart {
    width: 100%;
    margin-right: 0%;
}

.furniture-main .rightpart {
    width: 100%;
    position: relative;
    right: 0;
}

.whatsappicon {
    display: block;
    position: absolute;
    top: 22px;
    right: 22%;
}

.mobilenumber {
	display:none;
}

.furniture h3 {
    font-size: 17px;
}

.locationpart .head {
    font-size: 17px;
}

.furniture-main .leftpart h3 {
    font-size: 22px !important;
}

.enqbannerbutt a.button-style1 {
    color: #333;
    border: 1px solid #e2b13c;
				text-shadow: none;
}

.mob-form{ display:block;}



}


@media(min-width: 411px) and (max-width: 767px) {
	
	.enqbannerbutt {
    margin-top: 22%;
}

.enqbannerbutt a.button-style1 {
    color: #000;
}

.dream-home-bann-main span {
    font-size: 18px;
}

.pname {
    font-size: 1.5em;
}

.navigation {
    margin-left: 100px;
}

.dream-home-bann-main p {
    font-size: 22px;
}
	
	}
