header{
	position:relative;
}
img.menuIconimg {
    max-width: 36px;
}
a.menuIcon {
    position: absolute;
    left: 0;
    top: 72px;
}

img.callnow {
    display: none;
}
.slideLogo {
    width: 100%;
    background-color: #f1eeec;
    text-align: center;
}
img.slide-logo {
    width: 100%;
    max-width: 300px;
    display: inline-block;
}
/************************/

section.full-view {
    padding: 0;
    margin: 0;
    width: 100%;
}

.full-coimbatore {
    width: 100%;
    position: relative;
}
a.furnishing-h {
    position: absolute;
    width: 325px;
    height: 405px;
    right: 12px;
    bottom: 436px;
    cursor: pointer;
	z-index: 2;
}
a.bio-b {
    position: absolute;
    width: 275px;
    height: 405px;
    left: 12px;
    bottom: 21px;
    cursor: pointer;
}
.full-popup-s {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 4;
}
.model-mid {
    width: 600px;
    margin: 20px auto;
    border: 8px solid #fff;
}
.viewLrg {
    width: 100%;
    background-color: #fff;
    text-align: center;
	position: relative;
}
.viewLrg img{max-width: 100%;}
.viewLrg a {
    padding: 10px 0px;
    display: block;
    font-size: 18px;
    color: #2196F3;
    font-weight: 600;
}
span.closeIcon {
    position: absolute;
    right: -17px;
    top: -16px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px 0px;
    /* border: 4px solid #333; */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.full-coimbatore img{
	max-width: 100%;
}

/**********************/

.navBox {
				overflow: hidden;
				background: #cc0102;
			}

			.navBox a {
			  display: block;
			  padding:14px 10px 14px 20px;
			  color: #fff;
			  text-align: left;
			  text-decoration: none;
			}

			.navBox .active { background: #474747; }

			.navBox ul {
			  max-width: 990px;
			  margin: 0 auto;
			  overflow: hidden;
			  padding: 0;
			}

			.navBox ul li {
			  float: left;
			  list-style: none;
			}

			.navBox ul li .fa { padding-left: 4px; }

			.navBox .dropNav {
			  display: none;
			  width: 100%;
			  padding: 5px 0;
			  position: absolute;
			  left: 0;
			  right: 0;
			  top: inherit;
			  background: #474747;
			  z-index: 7;
			  overflow: hidden;
			}

			.navBox>ul>li.active { background-color: #474747; }
			 

			

			#pageslide { display: block !important; }

			
			


			.navBox ul li { float: none; }

			.navBox>ul>li {
				border-bottom: 1px solid #9e0a0a;
			}

			

			.navBox .dropNav {
			  position: static;
			  background: #0F80B8;
			}

			

			#pageslide {
			  display: none;
			  width: 80%;
			  position: fixed;
			  top: 0;
			  left: -80%;
			  height: 100%;
			  z-index: 999999;
			  overflow-y: auto;
			}

			.pageslideBg {
			  display: none;
			  position: fixed;
			  width: 100%;
			  height: 100%;
			  top: 0;
			  left: 0;
			  background: rgba(0,0,0,0.6);
			  z-index: 9998;
			}




/*********************/


@media (max-width: 767px) {
img.callnow {
    display: block;
}
	.model-mid {
    width: 92%;
    margin: 20px auto;
    border: 8px solid #fff;
}
	a.furnishing-h {
    position: absolute;
    width: 135px;
    height: 165px;
    right: 4px;
    top: 251px;
    cursor: pointer;
    z-index: 2;
}
	a.bio-b {
    position: absolute;
    width: 111px;
    height: 167px;
    left: 7px;
    top: 419px;
    cursor: pointer;
}
}

@media (max-width: 520px) {
a.menuIcon {
    position: absolute;
    left: 10px;
    top: 35px;
}
img.menuIconimg {
    max-width: 30px;
}
}