html body {
  font-family: Arial, sans-serif !important;
  font-size: 14px;
  color: #000;
  background-color: #f2f2f2;
}

/* #outer-header {

    background-color: #c2c2c2;

} */

/* a {

    margin: 3px;

    display: inline-block;

} */

.logo a {
  color: #fff;
  display: block;
  font-size: 40px;
  height: 100%;
  padding: 0;
  position: relative;
  text-decoration: none;
}

/* .header_menu {

    background-color: #646666;

    padding: 0;

} */

#menu ul {
  list-style: none;
  /* margin: auto; */
}

#menu ul li {
  padding: 0 10px;
  float: left;
  position: relative;
  border-right: solid thin #ccc;
}

#menu ul li ul li {
  border-right: none;
}

.lastli {
  border-right: none !important;
}

#menu ul li ul {
  width: 167px;
  padding: 11px 0 5px 0;
  margin-top: -4px;
  display: none;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 555;
}

#menu ul li:hover ul {
  display: block;
}

#menu ul li ul li {
  padding: 3px 2px 3px 10px;
  width: 155px;
  border-bottom: 1px solid #d6d6d6;
  background: 0 0;
  float: none;
}

#menu ul li ul li:first-child {
  padding-left: 10px;
  padding-top: 4px;
}

#menu ul li:last-child {
  border-right: none;
}

#menu ul li ul li a:hover {
  text-decoration: none !important;
}

#menu .icon-bar {
  display: block;
  width: 25px;
  height: 2px;
  margin: 6px 0;
  border-radius: 1px;
  background-color: #000;
}

#menu .navbar-light .navbar-toggler {
  color: #000;
  border-color: #000;
  padding: 1px 5px;
  outline: 0;
}
#menu .navbar-light .navbar-toggler:focus {
  box-shadow: none;
}
.search-area {
  width: 75%;
  margin: 15px auto;
  padding: 15px;
  background-color: #e1e1e1;
  /* float: left; */
  border: 1px solid #ccc;
  border-radius: 5px;
  display: grid;
}

.search-area h4 {
  font-size: 18px;
  font-weight: 400;
  float: left;
  padding-top: 9px;
  margin: 10px 50px 0 45px;
}

.list-s {
  float: left;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.list-s li {
  padding: 0;
  float: left;
  width: 171px;
}

.list-s li label {
  color: #000 !important;
}

.list-s li label {
  font-size: 13px;
  margin: 0px;
  color: #000;
  float: left;
  width: 100%;
}

.list-s li select {
  border: 1px solid #ccc;
  font-size: 13px;
  color: #000;
  float: left;
  width: 159px;
  padding: 3px 5px;
}

.list-s li select option {
  font-size: 13px;
  color: #000;
  padding: 0;
  float: left;
}

.list-s li.btn {
  width: 65px;
  padding-top: 16px;
}

.list-s li.btn input {
  border: 0;
  cursor: pointer;
  margin-top: 2px;
  padding: 3px 12px;
  font-size: 12px;
  color: #fff !important;
  background-image: linear-gradient(180deg, #555, #202020, #111) !important;
}

.list-s li.btn input:hover {
  background-image: linear-gradient(180deg, #555, #666565, #5a5a5a) !important;
}

/* section.banner img {
    height: 315px;
} */
section.header_search {
  position: absolute;
  width: 100%;
  bottom: 0px;
}
.outer-banner {
  width: 100%;
  height: 342px;
  padding: 0;
}
.housing_widget_phone_wrapper .intl-tel-input {
  width: 100%;
}
#outer-wrapper p,
#outer-wrapper p span {
  text-align: justify;
}
.banner {
  position: relative;
}
.head-1 {
  font-size: 1.2rem;
}

.outer-banner img {
  width: 100%;
}

#menu ul li a,
.navbar-light .navbar-nav .nav-link {
  font-size: 14px;
  padding: 0px;
  text-decoration: none;
  color: #000;
}
/* a.nav-link.active {
    font-weight: 600;
    border-bottom: 1px solid #000;
} */
div#navbarNavDropdown {
  justify-content: end;
}

.banner img {
  width: 100%;
}

/* .inner_content {

    background-color: #f2f2f2;

} */

.inner_content h1,
.inner_content h2 {
  font-size: 24px;
  color: #060606;
  padding: 0;
  /* letter-spacing: 1px; */
  font-weight: 400;
  /* text-align: justify; */
}

.inner_content h2 {
  font-size: 22px;
}

#outer-wrapper {
  width: 100%;
  padding: 0;
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

.footer {
  background: #f2f2f2;
  border-top: 1px solid #ccc;
  margin-top: 10px;
}

.footer p a {
  color: #fff;
  font-size: 12px;
  background-image: linear-gradient(180deg, #555, #202020, #111) !important;
  padding: 3px 10px;
  margin-left: 24px;
}

.footer p a:hover {
  text-decoration: none;
}

#preSurveyButton-mini {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  z-index: 2147483646;
}

.copyright-section {
  padding: 15px 0;
  align-items: center;
}

.social-icons {
  text-align: right;
  padding-left: 0;
  margin: 0px;
}

.social-icons li {
  padding: 0 2px;
}

.social-icons li,
ul.footer-navbar li {
  display: inline-block;
}

.social-icons li a {
  border-radius: 50%;
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
  font-size: 14px;
  padding: 2px 4px 2px;
  width: 28px;
  height: 28px;
  text-align: center;
  display: inline-block;
  margin: 0px;
}

.social-icons li a img {
  width: 14px;
  object-fit: contain;
  height: 14px;
}

ul.footer-navbar {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

ul.footer-navbar a {
  color: #000;
  padding: 1px 5px;
  border-right: 1px solid #ccc;
  font-size: 14px;
  margin: 0px;
}

.contact {
  padding: 15px;
  border: 1px solid #ccc;
  float: left;
  width: 100%;
}

.contact label {
  width: 100%;
  margin-top: 10px;
}

.contact input,
.contact textArea {
  width: 80%;
  border: 1px solid #ccc;
  padding: 6px;
  font-size: 14px;
}

.contact textArea {
  height: 100px;
}

.contact .sub-mit {
  width: 100px !important;
  margin: auto;
  float: unset;
  margin-top: 10px;
  background-color: #5087c8;
  border-radius: 0;
  border: 1px solid #9d9f9b;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.8em;
}

.vitalcontact .vitalcntbox {
  text-align: center;
  min-height: 325px;
  margin: 20px 0;
  padding: 12px;
  background: #efefef;
  border: 1px solid #ccc;
  border-right-color: #ccc;
  border-right-style: solid;
  border-right-width: 1px;
  box-shadow: 0 0 2px #ccc;
  border-right: 1px solid #fffbfb;
}
.map-image img {
  width: 135px;
  height: 80px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.vitalcontact .vitalcntbox:last-child {
  border-right-color: #ccc;
}

.vitalcntbox h4 {
  color: #5087c8;
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
}

.generic-content,
.sitemap {
  background-color: #fff;
  border: 1px solid #918f8f;
  box-shadow: 2px 3px 4px #ccc;
  margin: 0 0 10px 0;
  padding: 10px;
  text-align: justify;
}

#sitemap ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 10px;
}

#sitemap ul li {
  display: inline-block;
  margin: 0px 5px 0px 0px;
  width: 49.5%;
}
#sitemap ul li:nth-child(even) {
  margin-right: 0px;
}
.box-shadow {
  padding: 10px 20px;
  box-shadow: 0 0 5px #ccc;
  background-color: #fff;
}
.sitemap-links img {
  width: 190px;
}
#sitemap ul li a {
  font-size: 14px;
  line-height: 16px;
  color: #666;
  padding: 0;
  text-decoration: none;
  background-color: #e3e3e3;
  padding: 10px;
  border: 1px solid #d5d5d5;
  text-decoration: none;
  display: block;
}

#sitemap ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#sitemap ul li ul.sub-menu {
  width: 130px;
  padding: 9px 0 0 12px;
  background: 0 0 !important;
  list-style: disc;
}

#sitemap ul li ul.sub-menu li {
  padding: 0 0 5px 0;
  width: 130px;
}

.post-home {
  min-height: 255px;
  height: auto !important;
  height: 255px;
  float: left;
  padding: 10px 15px 25px 19px;
  background: #e1e1e1;
  border: 1px solid #b1b1b1;
  margin-bottom: 17px;
  position: relative;
  width: 100%;
}

img.btn_sponsors {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}

.left-col {
  background: #fff;
  border: 3px solid #fff;
}

.left-col img {
  width: 100%;
}

.right-col {
  float: right;
}

.up-head {
  width: 100%;
  float: left;
  padding: 25px 0 0 15px;
  height: auto;
  background: #fff;
}

.tag-1 {
  font-size: 16px;
  color: #151515;
  padding: 0 0 7px 0;
  display: block;
  word-spacing: 1px;
}

.tag-1 a,
.tag-1 a:hover {
  color: #000;
}

.tag-2 {
  font-size: 14px;
  color: #676767;
  padding: 0 0 7px 0;
  display: block;
}

.down-area {
  width: 100%;
  float: left;
}

.down-left {
  padding-top: 15px;
  font-size: 14px;
}

.down-left p {
  margin-bottom: 5px;
  word-break: break-all;
}

.down-left h3 {
  font-size: 16px;
  color: #5087c8;
  padding: 0 0 5px 0;
  margin: 0;
  font-weight: 600;
}

.head-left {
  float: left;
}

.head-right {
  float: right;
  padding: 15px 0 15px 0;
  margin-right: 15px;
}

.head-right .btn-link,
.post-home button,
.down-left a {
  width: 100px !important;
  margin: auto;
  background-color: #5087c8;
  border-radius: 0;
  border: 1px solid #9d9f9b;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  text-align: center;
  padding: 3px 5px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
}

.head-right .btn-link:hover,
.down-left a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #5087c8;
}

.head-right .btn-link {
  width: 115px !important;
}

#pagination-flickr li {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 11px;
  list-style: none;
  display: inline-block;
}

#pagination-flickr .next-off,
#pagination-flickr .previous-off {
  display: block;
  float: left;
  font-weight: 700;
  padding: 3px 4px;
}

#pagination-flickr .next a,
#pagination-flickr .previous a {
  font-weight: 700;
}

#pagination-flickr .active {
  background-color: #5087c8;
  color: #fff !important;
}

#pagination-flickr a:link,
#pagination-flickr a:visited {
  color: #000;
  display: block;
  float: left;
  padding: 1px 5px;
  text-decoration: none;
}

ul#pagination-flickr {
  float: left;
  width: 100%;
  margin: 0px 0px 5px;
  display: flex;
  align-items: center;
  justify-content: end;
}

#pagination-flickr a:hover {
  background-color: #5087c8;
  color: #fff;
}

.detail-up-head {
  width: 100%;
  float: left;
  padding: 10px 15px;
  background: #e1e1e1;
}

.detail-tag-1 {
  font-size: 20px;
  text-align: center;
}

.right iframe {
  height: 22px !important;
}

.property-id-color {
  color: #5087c8;
}

.right {
  float: right;
}

.detail-post-home {
  margin-bottom: 17px;
  padding-top: 30px;
}

.detail-left-col {
  background: #e1e1e1 none repeat scroll 0 0;
}

#nav {
  background: #e1e1e1 none repeat scroll 0 0;
  padding: 5px 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  margin: 0px;
}

#nav li {
  flex: 15%;
}

#nav a {
  display: block;
}

#nav a img {
  width: 100%;
}

.detail-right-col {
  width: 100%;
  font-size: 14px;
}

.detail-right-col h3 {
  color: #5087c8;
  font-size: 16px;
  margin: 0;
  padding: 0 0 9px;
}

.detail-right-col p {
  font-size: 13px;
  line-height: 16px;
  padding: 0 0 15px 0;
}

.property-post-home {
  width: 100%;
  min-height: 255px;
  height: auto !important;
  height: 255px;
  float: left;
  padding: 25px 21px 0 51px;
  background: #e1e1e1;
  border: 1px solid #b1b1b1;
  margin-bottom: 17px;
}

.box-1 {
  width: 260px;
  float: left;
  padding: 0 0 15px 0;
}

.hdg {
  font-size: 18px;
  color: #5087c8;
  font-weight: 400;
  padding: 0 0 5px 0;
  display: block;
}

.phone {
  width: 295px;
  list-style: none;
  padding: 0px 0 10px 0;
  margin: 0;
  float: left;
}

.phone li {
  padding: 0;
  float: left;
  width: 295px;
}

.features {
  width: 295px;
  margin: 0;
  padding: 0;
  float: left;
}

.pop-up-link {
  padding: 0;
  text-align: center;
  display: block;
  color: #3f3f3f;
  font-size: 12px;
  border: 0;
  width: 104px;
  height: 33px;
  line-height: 33px;
  text-decoration: none;
  background: url(../images/phn-btn.gif) no-repeat;
}

.features {
  width: 295px;
  margin: 0;
  padding: 0;
  float: left;
}

.features ul {
  padding-left: 16px !important;
  margin: 0;
  padding: 0;
  list-style: disc;
}

.features ul li {
  padding: 0 0 7px 0px;
  float: left;
  color: #090909;
  font-size: 14px;
  width: 193px;
}

.detail-left-col {
  background: #e1e1e1 none repeat scroll 0 0;
  padding: 5px;
}
.carousel-item {
  transition: 0.3s ease-in-out !important;
}
span.img-caption {
  background-color: #fff;
  padding: 5px 5px;
  border-radius: 3px;
  font-size: 12px;
  position: absolute;
  top: 0px;
}
.pics {
  height: 327px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  z-index: 10;
}

.pics img {
  width: 100% !important;
}

.features ul li:first-child {
  margin-top: 10px;
}

.popup {
  background: #fff;
  border: #666 1px solid;
  display: none;
  width: 525px;
  height: 500px;
  margin: 0 auto;
  padding: 5px;
  overflow: scroll;
  position: absolute;
  z-index: 10;
}

.close {
  float: right;
  position: relative;
  z-index: 99999;
  margin: 3px 6px 0;
}

.pop-heading {
  background: #7f7777;
  color: #fff;
  padding: 10px;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.pop-heading h3 {
  font-size: 18px;
  margin: 0;
}

.pop-up-link-btn,
a.send-q {
  padding: 0;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 12px;
  border: 0;
  width: 104px;
  height: 33px;
  line-height: 33px;
  text-decoration: none;
  background-image: linear-gradient(180deg, #555, #666565, #5a5a5a) !important;
}

.pop-up-link-btn:hover,
a.send-q:hover {
  background: #000 !important;
  color: #fff;
  text-decoration: none;
}

.highlighted,
.passed {
  background-color: red;
  color: #fff;
  text-decoration: line-through;
}

.grayBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.box_content {
  position: fixed;
  top: 10%;
  left: 30%;
  right: 30%;
  width: 40%;
  padding: 16px;
  z-index: 1002;
  overflow: auto;
}

#contact-container {
  font-family: "Trebuchet MS,  Verdana,  Arial";
  text-align: left;
}

#contact-container form {
  margin: 0;
  padding: 0;
}

#contact-container .contact-top {
  background-color: #333;
  border-radius: 8px 8px 0 0;
  height: 13px;
  margin: 0;
  padding: 5px;
}

#contact-container .contact-content {
  background-color: #333;
  padding: 10px;
  color: #ddd;
}

#contact-container .contact-bottom {
  background-color: #333;
  border-radius: 0 0 8px 8px;
  font-size: 12px;
  height: 13px;
  line-height: 12px;
  text-align: center;
}

#contact-container .contact-button {
  background: none repeat scroll 0 0 #000;
  border: 0 none;
  border-radius: 8px 8px 8px 8px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  height: 26px;
  margin: 4px 0 0 4px;
  text-align: center;
  vertical-align: middle;
}

#live_chat_status {
  float: right;
}

#preSurveyButton-mini {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  z-index: 2147483646;
}

.text-us a {
  font-size: 14px;
  color: #524e4e;
  display: block;
  padding: 10px 5px 11px 4px;
  text-decoration: none;
  width: 6.15em;
  vertical-align: middle;
  transition: all 0.3s;
  background-color: #eee;
  box-shadow: 0 1px 8px #666;
}

.text-us a:hover {
  background-color: #373737;
  color: #fff;
  cursor: pointer;
}

.text-us {
  position: fixed;
  right: 0;
  bottom: 20px;
  top: 28%;
}

i.fa.fa-mobile {
  margin: 0 10px 0 0;
  position: relative;
  top: 2px;
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
  font-size: 20px;
}

.availability-modal .modal-dialog {
  max-width: 400px;
  margin: 1.75rem auto;
  height: 500px;
}

.availability-modal .modal-content {
  height: 500px;
  overflow-y: scroll;
  padding: 5px 10px;
}

.availability-modal .modal-body {
  padding: 0;
}

.availability-modal .modal-header {
  border: none;
  padding: 5px 10px;
}

.availability-modal .close {
  outline: 0;
  padding: 6px 0 16px 0 !important;
}

p.copy-right {
  margin-bottom: 0;
  text-align: left;
  font-size: 14px;
}

table.calendar {
  float: left;
  width: 100%;
}

table.calendar td,
table.calendar th {
  padding: 5px;
  font-size: 12px;
}

section.generic-content p {
  margin: 5px 0 !important;
}

div#outer-wrapper
  .chbo-housing-request-widget-input-warraper
  input[type="text"] {
  padding: 6px 12px;
  font-size: 14px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  div#outer-wrapper #housing_widget_phone {
    padding: 6px 0 6px !important;
  }
  div#outer-wrapper span.country-code-input {
    padding: 6px 4px 6px 47px;
  }
}

@media (max-width: 1199px) {
  .search-area h4 {
    float: left;
    padding-top: 0;
    margin: 0 0 5px 0;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  p.copy-right,
  ul.footer-navbar,
  .social-icons {
    text-align: center;
  }
  ul.footer-navbar {
    margin: 10px 0px;
  }
}
@media (max-width: 767px) {
  .sitemap-links img {
    width: 150px;
  }
  #sitemap ul li {
    width: 48.5%;
  }
  nav.navbar.navbar-expand-md.navbar-light {
    justify-content: end;
  }
  #menu ul li {
    border-right: none !important;
    border-bottom: 1px solid #ccc;
  }
  .contact input,
  .contact textArea {
    width: 100%;
  }
  #menu ul li:last-child {
    border-bottom: none;
  }
  #navbarNavDropdown {
    position: absolute;
    top: 60px;
    background: #f2f2f2;
    width: 225px;
    z-index: 999;
    padding: 0 10px;
    border: 1px solid #ccc;
  }
  .head-1 {
    font-size: 1rem;
  }
  #menu ul li {
    padding: 5px 0;
  }
  .list-s li select {
    width: 95%;
  }
  .hide-on-mobile {
    display: none;
  }
  .generic-content iframe {
    width: 100%;
    height: 200px;
  }
  div#preSurveyButton-mini img {
    width: 100px;
  }
  .box-1,
  .phone,
  .phone li,
  ul.phone img {
    width: 100%;
  }
  .property-post-home {
    padding: 20px;
  }
  .vitalcontact .vitalcntbox {
    border-right-color: #918f8f;
    min-height: 100%;
    margin: 5px 0;
  }

  div#outer-wrapper .chbo-housing-request-widget-warraper {
    padding: 26px 15px 17px 15px;
  }
  .contact label {
    width: 100%;
    margin-bottom: 0px;
  }
  div#outer-wrapper .chbo-housing-request-widget-input-warraper-half {
    width: 100%;
    margin-bottom: 15px;
  }
  div#outer-wrapper .chbo-housing-request-widget-footer input[type="button"] {
    padding: 6px 20px;
  }
  div#outer-wrapper .chbo-housing-request-widget-content h1 {
    text-align: left;
    font-size: 20px;
  }
  section.banner img {
    height: 215px;
  }
}

@media (max-width: 575px) {
  .list-s li {
    width: 25%;
  }
  .search-area {
    padding: 5px;
    width: 100%;
  }
  .list-s li.btn {
    padding-top: 5px;
    width: 100%;
    text-align: right;
  }
  .list-s li label {
    font-size: 12px;
  }
  .list-s li select {
    font-size: 11px;
  }

  #nav li {
    width: 62px;
  }
  .inner_content h1,
  .inner_content h2 {
    font-size: 16px;
    padding: 0;
  }
  .vitalcntbox h4 {
    font-size: 16px;
  }
  .contact {
    padding: 10px 0px;
  }
  #outer-wrapper p,
  #outer-wrapper p span {
    font-size: 12px !important;
  }
  .detail-tag-1 {
    font-size: 18px;
  }
  .detail-right-col {
    font-size: 14px;
  }
  .detail-right-col h3 {
    padding: 0 0 5px;
  }
  .detail-right-col p,
  .generic-content {
    text-align: justify;
  }
  .generic-content span {
    font-size: 16px !important;
  }
  .generic-content img {
    width: 100% !important;
  }
  .left-col img {
    height: 250px;
  }
  /* .post-home .row {
    float: left;
  } */
  div#thumbCarousel .carousel-item img {
    width: 19% !important;
    height: 50px !important;
    padding: 0px;
  }
  div#mainCarousel .carousel-item {
    height: 300px !important;
  }
  div#mainCarousel .carousel-item img {
    height: 100%;
    max-height: 100% !important;
    width: 100%;
  }
  div#thumbCarousel  .carousel-control-next-icon,  div#thumbCarousel  .carousel-control-prev-icon {
    width: 1.5rem;
    height: 1.5rem;
    background-size: 19px;
}
.carousel-control-next, .carousel-control-prev{
  opacity: unset !important;
}
}
