body {
  font-family: Arial, Helvetica, sans-serif;
}
h1,
h2,
.sec_call {
  font-family: "Century Gothic";
}
.header {
  border: red solid 1px;
  color: #333;
}
.bg_clr {
  background: #e6b52e;
  margin-left: 0;
  margin-right: 0;
}
.banner_con {
  padding-left: 0;
}

.contact-left {
  background-color: #fff;
  display: flex;
  border: rgb(224, 224, 224) solid 1px;
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .contact-left .description {
    padding: 32px;
  }
}

.contact-left ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-left ul li {
  padding-top: 9px;
  padding-bottom: 9px;
}
@media (min-width: 768px) {
  .contact-left ul li {
    font-size: 18px;
  }
}
.contact-left ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 87%;
}

.contact-left ul li:not(:last-child) {
  border-bottom: 1px dashed #d1d1d1;
}

.contact-left ul li small {
  display: block;
  font-size: 14px;
}

.tag_bg {
  padding: 20px;
}
.left_space {
  border: red solid 1px;
}
a {
  color: #4ca53f;
  text-decoration: none;
}
a:hover {
  color: #006885;
  text-decoration: none;
}
p {
  margin-bottom: 15px;
}
.headline {
  float: left;
}
.headline h1 {
  font-size: 26px;
}
strong {
  font-weight: 700;
}
.img_size {
  min-height: 470px;
}
.form_contact {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
.banner_shadow {
  background: url(../images/banner_shadow.png) 0 0 no-repeat;
  position: absolute;
  width: 150px;
  height: 90px;
  left: 0;
}
.description h2 {
  padding-bottom: 20px;
}
label {
  color: #fff;
}
.navbar-default {
  background-color: transparent;
  border-radius: 0;
  border: none;
  font-size: 15px;
  border-bottom: 2px dotted #ccc;
  margin-top: 5px;
  padding-bottom: 5px;
}
.navbar-default .navbar-nav > li {
  border-left: 1px dotted #ccc;
}
/*.navbar-default .navbar-nav > li span{display:block; background-color:#CBCFDB; color:#333; font-size:18px;}*/
.navbar-default .navbar-nav > li > a {
  color: ;
  padding-left: 10px;
  padding-right: 10px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #000;
  font-weight: bold;
}
.navbar-brand {
  padding: 0 15px;
  width: 181px;
  float: left;
  margin-right: 20px;
}
.logo-brand {
  position: absolute;
  z-index: 9;
  border-bottom: 3px solid #e6b52e;
}
.highlight_menu {
  margin: 10px 0 20px;
  color: #fff;
  text-transform: uppercase;
  background: #ef2832;
  padding: 15px 0;
  font-family: "Century Gothic";
  font-weight: 600;
}
.enq_heading {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
}
.icon {
  text-align: center;
}
.pr_type {
  background: url(../images/project-sprite.png) center 0 no-repeat;
  height: 30px;
}
.pr_location {
  background: url(../images/project-sprite.png) center -61px no-repeat;
  height: 30px;
}
.pr_price {
  background: url(../images/project-sprite.png) center -121px no-repeat;
  height: 30px;
}
.pr_sizes {
  background: url(../images/project-sprite.png) center -181px no-repeat;
  height: 30px;
}
.pr_bedroom {
  background: url(../images/project-sprite.png) center -241px no-repeat;
  height: 30px;
}
.pr_possession {
  background: url(../images/project-sprite.png) center -301px no-repeat;
  height: 30px;
}
.left_content {
  background: #e8e8e8;
  box-shadow: 0px 7px 2px 2px #cdc0b0;
}
.description {
  padding: ;
}
.description p {
  text-align: justify;
}
.floor_plan {
  overflow: auto;
}
.floor_plan ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.floor_plan ul li {
  float: left;
  width: 23.1%;
  margin: 10px 15px 10px 0;
  cursor: pointer;
  border: 1px solid #ccc;
  text-align: center;
}
.floor_plan ul li:hover {
  border: 1px solid #4ca53f;
}
.floor_plan ul li img {
  height: 250px;
  margin: 0 auto;
}
.locality {
  border: 1px solid #ef2832;
}
.locality img {
  margin: 0 auto;
  max-height: 500px;
  cursor: pointer;
}
.topplan {
  background-color: #ef2832;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  clear: both;
}
.topplan_sub {
  background-color: #ccc;
  color: #000;
  font-weight: bold;
  padding: 5px;
  margin: 2px 0 5px;
  clear: both;
}
.right_content {
  background: #9ca738;
}
.footer {
  margin-top: 30px;
  text-align: center;
  padding: 30px 0;
  background-color: #c8c8c8;
}
.footer ul {
  margin: 0 0 10px 0;
  padding: 0;
}
.footer li {
  display: inline;
  color: #fff;
}
.footer li:not(:last-child) {
  border-right: 1px solid #333;
}
.footer li a {
  color: #333;
  padding: 0 5px;
}
.footer li a:hover {
  text-decoration: underline;
}
.disclaimer {
  text-align: justify;
  color: #666;
  border-top: dashed 1px #999999;
  margin-top: 10px;
  padding-top: 10px;
}
.messages a.closeMessage {
  display: none;
  width: 16px;
  height: 16px;
  float: right;
  background: url(../images/messages/close.png) no-repeat;
  margin: -14px -8px 0 0;
}
.messages p {
  font-size: 14px;
  line-height: 16px;
  margin: 3px 0 3px 10px !important;
  padding: 0 10px 0 23px !important;
}
.messages.error {
  border: 1px solid #c42608;
  color: #c00 !important;
  background: #fff0ef;
}
.messages.error p {
  background: url(../images/messages/cross.png) no-repeat 0 50%;
  color: #c00 !important;
}
.messages.success {
  background: #e0fbcc;
  border: 1px solid #6dc70c;
}
.messages.success p {
  background: url(../images/messages/tick.png) no-repeat 0 50%;
  color: #2b6301 !important;
}
.messages.warning {
  background: #fffcd3;
  border: 1px solid #ebcd41;
  color: #000;
}
.messages.warning p {
  background: url(../images/messages/warning.png) no-repeat 0 50%;
  color: #5f4e01;
}
.messages.information,
.messages.info {
  background: #dfebfb;
  border: 1px solid #82aee7;
}
.messages.information p,
.messages.info p {
  background: url(../images/messages/help.png) no-repeat 0 50%;
  color: #064393;
}
.messages.information a {
  text-decoration: underline;
}
.thank {
  padding: 13% 0;
  text-align: center;
}
.thank-you {
  font-size: 600%;
  line-height: 100%;
}
.ftr_copyright {
  text-align: center;
  font-size: 1.2rem;
  color: #333333;
  border-top: 1px dashed #999;
  padding-top: 10px;
}
.ftr_copyright a {
  text-decoration: none;
  color: inherit;
}
.dis_con {
  padding: 17% 0 17%;
  text-align: justify;
}
.dis_heading {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (min-width: 320px) and (max-width: 560px) {
  .headline {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .res-nav {
    margin-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .enq_heading {
    font-size: 18px;
  }
  .icon {
    border-left: 1px dotted #fff;
    padding-bottom: 15px;
  }
  .floor_plan ul li {
    width: 31%;
  }
}
@media (max-width: 640px) {
  .banner_con {
    padding-right: 0;
  }
  .img_size {
    min-height: 300px;
  }
  .icon {
    margin: 15px 0;
    border-left: 1px dotted #fff;
  }
  .floor_plan ul li {
    width: 47.3%;
  }
}
@media (min-width: 480px) and (max-width: 640px) {
}
@media (max-width: 480px) {
  .xsmall {
    width: 50%;
  }
  .floor_plan ul li {
    width: 98%;
    margin: 10px 0 20px;
  }
  .floor_plan ul li img {
    height: auto;
  }
}
@media (max-width: 360px) {
  .img_size {
    min-height: 200px;
  }
  .banner_shadow {
    display: none;
  }
  .xsmall {
    width: 100%;
  }
  .icon {
    border-left: none;
    border-bottom: 1px dotted #fff;
    padding-bottom: 15px;
  }
  .highlight_menu {
    display: none;
  }
}
