@charset "utf-8";
/* CSS Document 
Project Name: Homy - Real Estate html Template     
Version:  1.5   
Author Name: Awesome_Theme

---///---///--- TABLE OF CONTENT ---///---///---

01. IMPORTED STYLE CSS
02. GENERAL CSS
        * FORM COMMON CSS
        * TITLE CSS
        * FORM COMMON CSS
        * BTN CSS
        * BACKGROUND OVER LAYER
        * scrollup css
        * Preloader css
        * featherlight css
        * pagination
03. MAIN HEADER CSS
04. MAIN SLIDER CSS
05. MAIN SEARCH CSS
        * main search two
06. ABOUT CSS
07. Call CSS
07. PROPERTY CSS
        * Property right sidebar
        * Property Details
09. AGENTS CSS
        * Agents two
        * Agents Three
        * Agents Detais css
10. BLOG CSS
        * Blog details css
11. NEWSLETTER CSS
12. BRAND CSS
13. INNER HEADING CSS
14. PLAN CSS
15. TESTIMONIAL CSS
16. SERVICE CSS
17. ACCOUNT CSS
18. FAQ CSS
19. ERROR CSS
20. CONTACT CSS
21. MAIN FOOTER CSS
        * COPY RIGHT CSS
*/

/*---///---///---///---///---///---///---///---///---///---
    01. IMPORTED STYLE CSS
---///---///---///---///---///---///---///---///---///---*/
/* GOOGLE FONTs */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,600,600i,700,700i');

/*---///---///---///---///---///---///---///---///---///---
    02. GENERAL CSS 
---///---///---///---///---///---///---///---///---///---*/

body {
  background: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #676767;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  color: #111111;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  text-transform: uppercase;
}
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:focus,
a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* COMMON CSS */

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.at-col-default-mar {
  margin-bottom: 10px;
}
.at-color-word {
  color: #cc935c;
}
/* TITLE CSS START */
.at-sec-title {
  margin-bottom: 60px;
  text-align: center;
}
.at-sec-title {
  font-size: 36px;
  margin-bottom: 10px;
}
.at-sec-title h2 {
  font-size: 36px;
}
.at-sec-title h2 span {
  color: #cc935c;
}
.at-sec-title p {
  color: #333333;
  font-size: 14px;
}
.at-heading-under-line {
  width: 100px;
  height: 1px;
  background: #cc935c;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
}
.at-heading-under-line .at-heading-inside-line {
  width: 30px;
  height: 5px;
  background: #cc935c;
  position: absolute;
  left: 50%;
  top: -2px;
  margin-left: -15px;
}
.at-sec-title-left {
  text-align: left;
}
.at-sec-title-left .at-heading-under-line {
  margin: 0;
  margin-bottom: 20px;
}
.at-sec-title-left .at-heading-under-line .at-heading-inside-line {
  margin-left: 0;
  left: 0;
}

/* FORM COMMON CSS START */

.form-control {
  resize: none;
  height: 40px;
  margin-bottom: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.form-control:focus {
  border-color: #cc935c;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
::-webkit-input-placeholder {
  color: #676767 !important;
}
::-moz-placeholder {
  color: #676767 !important;
}
:-ms-input-placeholder {
  color: #676767 !important;
}
input:-moz-placeholder {
  color: #676767 !important;
}

.at-input::-webkit-input-placeholder {
  color: #c5c5c5 !important;
}
.at-input::-moz-placeholder {
  color: #c5c5c5 !important;
}
.at-input:-ms-input-placeholder {
  color: #c5c5c5 !important;
}
.at-input:-moz-placeholder {
  color: #c5c5c5 !important;
}

/* BTN CSS START*/
.at-btn-default {
  font-size: 18px;
  background: #cc935c;
  color: #ffffff;
  border: none;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hvr-bounce-to-right {
  font-size: 14px;
  background: #cc935c;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  padding: 12px 0px;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hvr-bounce-to-right:hover {
  background: #cc935c;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hvr-bounce-to-right:before {
  background-color: #bf864f;
}

/* BACKGROUND OVER LAYER START */

.at-over-layer-black {
  position: relative;
}
.at-over-layer-black:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
.at-over-layer-white {
  position: relative;
}
.at-over-layer-white:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

/* scrollup css start */
#dyscrollup-btn {
  z-index: 999999;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  display: none;
  color: #ffffff;
  text-align: center;
}
#dyscrollup-btn:before {
  content: '\f106';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #cc935c;
  color: #ffffff;
  font-size: 36px;
  padding: 5px 10px 10px;
}

/* Preloader css start */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #ffffff url('../images/preloader.gif') no-repeat center center;
}

/* featherlight css start */
.featherlight .featherlight-content {
  padding: 10px;
  border-bottom: none;
}
.featherlight-next span {
  right: -2%;
}
.featherlight-previous {
  right: 88%;
  top: 10px;
  left: 10px;
  bottom: 10px;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featherlight-next {
  left: 88%;
  top: 10px;
  right: 10px;
  bottom: 10px;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featherlight-next:hover,
.featherlight-previous:hover {
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featherlight-next span,
.featherlight-previous span {
  font-size: 30px;
  color: #ffffff;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featherlight .featherlight-close-icon {
  background: #000000;
  color: #ffffff;
  right: 20px;
  top: 20px;
  font-size: 16px;
  border: 1px solid #ffffff;
  padding: 0 5px;
}
/* pagination start*/
.at-pagination {
  text-align: center;
}
.at-pagination .pagination > li:first-child > a,
.at-pagination .pagination > li:last-child > a,
.at-pagination .pagination > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.at-pagination .pagination > li > a,
.at-pagination .pagination > li > span {
  background-color: #cc935c;
  color: #ffffff;
}
.at-pagination .pagination > li > a:hover,
.at-pagination .pagination > li > span:hover {
  background-color: #111111;
  color: #ffffff;
}

/*---///---///---///---///---///---///---///---///---///---
    03. MAIN HEADER CSS 
---///---///---///---///---///---///---///---///---///---*/

.at-main-herader {
}
/* Header topbar start */
.at-header-statusbar {
  text-align: center;
  padding: 8px 0px;
  color: #663300;
  font-size: 12px;
}
.at-header-statusbar-link {
  text-decoration: underline;
  font-weight: bold;
  color: #663300;
}
.at-header-statusbar-link:hover,
.at-header-statusbar-link:focus {
  color: #663300;
  text-decoration: underline;
}
.at-header-statusbar-modal {
  display: none;
  position: fixed;
  z-index: 360;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.at-header-statusbar-modal--active {
  display: block;
}
.at-header-statusbar-modal-inner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 480px;
  background-color: white;
  color: #663300;
  position: fixed;
  font-size: 9px;
  line-height: 14px;
  padding: 30px;
}
.at-header-statusbar-modal-inner-x {
  position: absolute;
  top: 3px;
  left: 0px;
  font-size: 40px;
  z-index: 2;
  color: #663300;
  cursor: pointer;
}
.at-header-topbar {
  background-color: #111111;
  padding: 10px 0;
  position: relative;
  z-index: 101;
}
.at-header-topbar i {
  color: #cc935c;
  margin-right: 5px;
}
.at-header-topbar p {
  color: #dcdcdc;
  font-size: 12px;
}
.at-header-topbar p a {
  color: #dcdcdc;
}
.at-sign-in-up p {
  float: left;
  margin-right: 15px;
}
.at-social a i {
  color: #dcdcdc;
  margin-right: 0;
  margin-left: 15px;
  width: 20px;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 2px solid #dcdcdc;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.at-social a i:hover {
  color: #cc935c;
  border-color: #cc935c;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.subnavbar {
  text-align: center;
  padding: 10px;
}
.subnavbar-link {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
}
.subnavbar-link:hover {
  color: #cc935c;
}

/* Navbar start */
.covid19 {
  background-color: #9f0a09;
}
.newaddy {
  background-color: wheat;
  color: black;
  font-size: 16px;
  font-weight: bold;
}

.scroll-to-fixed-fixed {
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
}
.at-navbar {
  background: #663300;
}
.at-navbar .navbar-brand {
  height: 100%;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.at-navbar .navbar-brand img {
  width: 185px;
  height: auto;
}

.bell-logo {
  width: 172px;
  height: 76px;
  position: absolute;
  top: -8px;
  right: -88px;
  z-index: 100;
}

.at-navbar .caret-up {
  width: 0;
  height: 0;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 4px solid;
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
}
.at-navbar .navbar {
  background-color: #663300;
  border: none;
  border-radius: 0;
  min-height: 0;
  margin-bottom: 0;
}
.at-navbar .navbar-default .navbar-nav > li {
  margin-left: 17px;
}

.at-navbar .navbar-default .navbar-nav > li > a {
  font-size: 1.41rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 25px 0;
}
.at-navbar .navbar-default .navbar-nav > .active > a,
.at-navbar .navbar-default .navbar-nav > li > a:hover {
  color: #cc935c;
  background-color: transparent;
}
.at-navbar .open > .dropdown-menu {
  opacity: 1;
}
.at-navbar .navbar-right .dropdown-menu {
  right: auto;
}
.at-navbar .dropdown-menu {
  background: #cc935c;
  border: none;
  margin-left: 2px;
  padding: 0;
  opacity: 0.3;
  -webkit-box-shadow: 0px 0px -2px rgba(128, 128, 128, 1);
  -moz-box-shadow: 0px 0px -2px rgba(128, 128, 128, 1);
  box-shadow: 0px 0px -2px rgba(128, 128, 128, 1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.at-navbar .dropdown-menu > li > a {
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 600;
  padding: 16px 15px;
  border-top: 1px solid #eeeeee;
  background: #ffffff;
}
.at-navbar .dropdown-menu > li > a:hover {
  background-color: #f2f2f2;
  color: #cc935c;
  padding-left: 20px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > pen > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #cc935c !important;
  background-color: transparent;
}

/* Header Transparent CSS */
.herader-transparent {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: transparent;
}
.herader-transparent .navbar-default .navbar-nav > .open > a,
.herader-transparent .navbar-default .navbar-nav > pen > a:focus,
.o .herader-transparent .navbar-default .navbar-nav > .open > a:hover {
  color: #ffffff !important;
}
.herader-transparent .at-navbar {
  background: transparent;
}
.herader-transparent .at-navbar .navbar {
  background: transparent;
}
.herader-transparent .at-header-topbar {
  background-color: rgba(17, 17, 17, 0.3);
}
.herader-transparent .at-navbar .navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.herader-transparent
  .scroll-to-fixed-fixed
  .navbar-default
  .navbar-nav
  > li
  > a {
  color: #333333;
}
.herader-transparent .scroll-to-fixed-fixed {
  background: #ffffff;
}
.logo-black {
  display: none;
}
.scroll-to-fixed-fixed .logo-black {
  display: block;
}
.scroll-to-fixed-fixed .logo-white {
  display: none;
}
.herader-transparent
  .scroll-to-fixed-fixed
  .navbar-default
  .navbar-nav
  > .open
  > a,
.herader-transparent
  .scroll-to-fixed-fixed
  .navbar-default
  .navbar-nav
  > pen
  > a:focus,
.o
  .herader-transparent
  .scroll-to-fixed-fixed
  .navbar-default
  .navbar-nav
  > .open
  > a:hover {
  color: #333333 !important;
}

/*---///---///---///---///---///---///---///---///---///---
    04. MAIN SLIDER CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-main-slider {
  width: 100%;
  overflow-x: hidden;
}
.flexslider {
  border: none;
  margin-bottom: 0;
}
.flexslider .slides li {
  position: relative;
}
.flex-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  padding: 2%;
}
.flex-caption span {
  color: #cc935c;
  font-size: 50px;
}
.flex-direction-nav a:before {
  content: '\f0a8';
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 30px;
}
.flex-direction-nav a.flex-next:before {
  content: '\f0a9';
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 30px;
}
.flex-control-thumbs li {
  width: 20%;
}
/* Main Slider Two CSS */
.main-slider-section {
}
.slide {
  list-style-type: none;
  padding: 0;
}

.slide-item {
  height: 90vh;
}

.slide-item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.7);
}
.slide-item-bg-one {
  background: url(../images/slider/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
}
.slide-item-bg-two {
  background: url(../images/slider/2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
}
.slide-item-bg-three {
  background: url(../images/slider/3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
}
.slide-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.slide-caption-title {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: normal;
}
.slide-caption-title span {
  color: #cc935c;
}
.slide-caption-desc {
  font-size: 20px;
  font-style: italic;
  color: #ffffff;
  letter-spacing: 5px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.slide-caption .btn {
  border-radius: 0;
  border: 2px solid #cc935c;
  color: #ffffff;
  background: #cc935c;
  padding: 10px 25px;
  text-transform: uppercase;
}
.slide-caption .btn:hover {
  color: #ffffff;
  border-color: #ffffff;
  background: transparent;
}
.owl-item.active .slide-caption-desc {
  animation: 1s 1s fadeInRight both;
}
.owl-item.active .slide-caption-title {
  animation: 1s 1.5s fadeInLeft both;
}
.owl-item.active .btn {
  animation: 1s 2.5s fadeInUp both;
}
.main-slider-section .owl-prev {
  position: absolute;
  top: 45%;
  left: 0;
  font-size: 25px;
  background: #551fc0;
  padding: 0 5px;
  color: #ffffff;
  border-radius: 0;
}
.main-slider-section .owl-next {
  position: absolute;
  top: 45%;
  right: 0;
  font-size: 25px;
  background: #551fc0;
  padding: 0 5px;
  color: #ffffff;
  border-radius: 0;
}
.main-slider-section .owl-theme .owl-nav [class*='owl-'] {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 20px;
  border-radius: 0;
  margin: 0;
  padding: 10px 12px;
}

/*---///---///---///---///---///---///---///---///---///---
    05. MAIN SEARCH CSS START
---///---///---///---///---///---///---///---///---///---*/
.main-search-field {
  padding: 10px 0 0px;
  background: url(../images/background/pattern.png);
  background-repeat: repeat;
  background-color: #333333;
}
.main-search-field.mt10 {
  margin-top: -10px;
}
.main-search-field select,
input[type='number'] {
  width: 100%;
  height: 45px;
  padding: 5px 10px;
  border: 1px solid #c5c5c5;
  color: #c5c5c5;
  border-radius: 0;
  background: transparent;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
input[type='number'].rent::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c5c5c5 !important;
  opacity: 1; /* Firefox */
}
input[type='number'].rent:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c5c5c5 !important;
}

input[type='number'].rent::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c5c5c5 !important;
}
input[type='number'].rent::-webkit-inner-spin-button,
input[type='number'].rent::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}
select:focus {
  outline: none;
}
option {
  background: #fff;
  color: #2e2e2f;
}
.main-search-field select:focus {
  background: transparent;
}
.at-input {
  width: 100%;
  height: 45px;
  padding: 5px 10px;
  color: #c5c5c5;
  border: 1px solid #c5c5c5;
  border-radius: 0;
  background: transparent;
}
.at-input:focus {
  outline: none;
}
.main-search-field .at-input-price {
  background-color: transparent;
  border: none;
  font-size: 16px;
  color: #cc935c;
  height: 25px;
  width: 180px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-radius: 0;
}
.ui-widget.ui-widget-content {
  border: none;
  height: 5px;
  margin-top: 5px;
}
.ui-widget-header {
  background-color: #cc935c;
}
.ui-slider .ui-slider-handle {
  height: 12px;
  width: 16px;
  margin-left: 0;
}
.main-search-field .hvr-bounce-to-right {
  width: 100%;
}
.hide {
  display: none;
}
.at-pricing-range label {
  color: #ffffff;
}

/* main search two start */
.main-search-field-two {
  padding: 150px 0;
  background: url(../images/background/4.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-search-field-two.at-over-layer-black:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.main-search-field-two h1 {
  color: #ffffff;
  font-size: 42px;
  height: 70px;
  margin-bottom: 0;
}
.main-search-field-two .at-search-box {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 30px 30px 0 30px;
}
.main-search-field-two .at-word-color {
  color: #cc935c;
}
.main-search-field-two label {
  color: #ffffff;
}
.main-search-field-two .at-input-price {
}
.main-search-field-two ::-webkit-input-placeholder {
  color: #9e9e9e !important;
}
.main-search-field-two ::-moz-placeholder {
  color: #9e9e9e !important;
}
.main-search-field-two :-ms-input-placeholder {
  color: #9e9e9e !important;
}
.main-search-field-two input:-moz-placeholder {
  color: #9e9e9e !important;
}

/* main search two three CSS Start */
.main-search-field-three {
  width: 100%;
  height: 100vh;
  padding: 250px 0 50px;
}

/*---///---///---///---///---///---///---///---///---///---
    06. ABOUT CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-about-sec {
  padding: 20px 0 0;
  overflow: hidden;
}
.at-about-title {
  border-left: 2px solid #cc935c;
  padding-left: 20px;
  margin-bottom: 30px;
}
.at-about-col .at-about-title h1 {
  font-size: 36px;
}
.at-about-col .at-about-title h1 span {
  color: #cc935c;
}
.at-about-col .at-about-title h6 {
  color: #cc935c;
  letter-spacing: 8px;
}
/*****About two*****/
.at-about-sec-two {
  padding: 100px 0 70px;
}

/*---///---///---///---///---///---///---///---///---///---
    07. Call CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-Call-sec {
  /*background: url(../images/background/1.jpg);*/
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-top: -1px;
}
.at-Call-sec.at-over-layer-black:before {
  z-index: -1;
}
.at-Call-left {
  float: left;
  width: 50%;
  margin-left: -5%;
  background: #cc935c;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  overflow: hidden;
  border-right: 10px solid #ffffff;
}
.at-inside-Call {
  padding: 63px 40px 100px 170px;
  text-align: right;
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
}
.at-inside-Call h5 {
  color: #111111;
  font-size: 18px;
  line-height: 18px;
  /*letter-spacing: 8px;*/
}
.at-inside-Call a {
  color: #fff;
}
.at-inside-Call h2 {
  color: #ffffff;
  margin-bottom: 0;
  /*letter-spacing: 1px;*/
  font-size: 23px;
}
.at-Call-right {
  text-align: right;
}
.at-Call-right {
  padding: 30px 0 30px 70px;
  padding-right: 20%;
}
.at-Call-right-inside {
  padding: 20px;
}
.at-Call-right ul li {
  margin-bottom:10px;
  list-style-type: disc !important;
  text-indent: -11px;
  padding-left: 11px;

}

.at-Call-right .at-Call-right-inside h2 {
  color: #ffffff;
  font-size: 24px;
  z-index: 1;
  letter-spacing: 1px;
}
.at-Call-right .at-Call-right-inside h3 {
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 1px;
  margin-bottom: 0;
  z-index: 2;
}
.at-Call-right .at-Call-right-inside h3 span {
  color: #cc935c;
  letter-spacing: 8px;
}

/*---///---///---///---///---///---///---///---///---///---
    08. PROPERTY CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-property-sec {
  padding: 10px 0 10px;
}
.at-property-img {
  position: relative;
  overflow: hidden;
}
.at-property-img .at-property-overlayer {
  position: absolute;
  bottom: -100%;
  z-index: 111;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.at-property-item:hover .at-property-img .at-property-overlayer {
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.at-property-btn {
  text-transform: uppercase;
  border: 1px solid #e0e0e0;
  background: transparent;
  padding: 10px 22px;
  border-radius: 0;
  position: absolute;
  top: -15%;
  left: 50%;
  z-index: 222;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.at-property-item:hover .at-property-btn {
  color: #e0e0e0;
  background: rgba(0, 0, 0, 0.7);
  top: 90%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.at-property-img h4 {
  color: #ffffff;
  font-weight: 600;
  padding: 5px 10px;
  margin-bottom: 0;
  background: #9f0a09;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 18px;
}
.at-property-item:hover .at-property-img h4 {
  left: -110px;
  opacity: 0;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
.at-property-img .price-box {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  padding: 5px 10px;
  margin-bottom: 0;
  background: #9f0a09;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 18px;
}
.at-property-img h5 {
  color: #ffffff;
  font-weight: 600;
  padding: 5px 10px;
  margin-bottom: 0;
  background: #cc935c;
  position: absolute;
  left: 0;
  top: 45px;
  opacity: 1;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.at-property-item:hover .at-property-img h5 {
  left: -110px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.at-property-dis {
  /*padding: 10px 20px;
    background: #CC935C;*/
  line-height: 20px;
  min-height: 60px;
}
.at-property-dis-sale {
  padding: 10px 20px;
  background: #cc935c;
  line-height: 20px;
}

.at-property-dis-sale h5 {
  margin-bottom: 0px !important;
  color: #ffffff;
}
.at-property-dis ul li {
  display: block;
  color: #000;
  margin-right: 20px;
}
/*.at-property-dis li + li {
    margin-left: 12%;
}*/
.at-property-location-sale {
  background: #f2f2f2;
  /*padding: 10px 20px;*/
  line-height: 22px;
  text-align: left;
}
.at-property-dis ul li i {
  margin-right: 5px;
  color: #ffffff;
}
.at-property-location {
  background: #f2f2f2;
  /*padding: 10px 20px;*/
  line-height: 20px;
  text-align: right;
}
.at-property-location h4 i {
  margin-right: 5px;
  color: #737373;
}
.at-property-location h4 a {
  color: #cc935c;
  font-size: 14px;
}
.at-property-location p i {
  margin-right: 5px;
  color: #737373;
}
.at-property-location p {
  text-transform: capitalize;
  color: #111111;
}
.at-property-sec .hvr-bounce-to-right {
  margin-top: 30px;
  margin-bottom: 30px;
}
.at-bg-black {
  background: #333333 !important;
}

/*********** Property right sidebar start **********/
.at-property-right-sidebar {
}
.at-pagination .pagination {
  margin-bottom: 0;
}
.at-pagination-right {
  text-align: right !important;
}
.at-pagination-left {
  text-align: left !important;
}
/* Sidebar start */
.at-sidebar {
  margin-bottom: 30px;
}
.at-sedebar-title {
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.at-sidebar-search {
  
}
.at-sidebar-search .form-control {
  background: #f2f2f2;
  border: none;
  height: 50px;
  box-shadow: none;
  font-size: 14px;
  text-transform: uppercase;
}
.at-sidebar-search .input-group-btn .btn {
  border-radius: 0;
  height: 50px;
  width: 60px;
  background: #cc935c;
}
.at-sidebar-search .input-group-btn .btn i {
  font-size: 28px;
  color: #ffffff;
}
.at-sidebar-search .input-group-btn .btn:hover {
  background: #bf864f;
}
.at-categories {
  margin-bottom: 50px;
}
.at-categories ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.at-categories ul li:last-child {
  border-bottom: none;
}
.at-categories ul li:hover {
  border-color: #cc935c;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.at-categories ul li a {
  color: #676767;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.at-categories ul li:hover a {
  color: #cc935c;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.at-categories ul li:hover span {
  color: #cc935c;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.at-latest-news {
  margin-bottom: 50px;
}
.at-latest-news ul li {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.at-latest-news ul li:last-child {
  border-bottom: none;
}
.at-news-item {
  position: relative;
  padding-left: 100px;
}
.at-news-item img {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
}
.at-news-item h4 {
  margin-bottom: 5px;
}
.at-news-item h4 a {
  color: #cc935c;
  font-size: 15px;
}
.at-sidebar-tags {
  margin-bottom: 50px;
}
.at-sidebar-tags a {
  padding: 10px 18px;
  background: transparent;
  border: 1px solid #e6e6e6;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
  text-transform: uppercase;
  color: #676767;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.at-sidebar-tags a:hover {
  border-color: #cc935c;
  background: #cc935c;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.at-preview {
  margin-bottom: 50px;
}

/*********** Property Details start **********/
.at-property-details-col {
  margin-bottom: 30px;
}
.at-property-details-col .nav > li > a {
  padding: 3px;
  border-radius: 0;
}
.at-property-details-col #myCarousel {
  margin-bottom: 30px;
}
.at-property-details-col .nav-pills > li.active > a {
  background: #cc935c;
}
.at-property-details-col .nav-pills {
  overflow-y: auto;
}
.at-property-details-col .carousel-inner .item .carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  padding-top: 10px;
  padding-bottom: 0;
  width: 100%;
  height: 50px;
}
.at-property-details-col .carousel-inner .item .carousel-caption h2 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 0;
}
.at-property-details-col .at-sec-title {
  margin-top: 50px;
  margin-bottom: 30px;
}
.at-property-details-col .at-property-features li {
  /* border-bottom: 1px solid #E6E6E6;
    background: #F2F2F2;
    font-size: 16px;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 20px;
	*/
  text-transform: capitalize;
  list-style: none;
}
.at-property-details-col .at-property-features li:before {
  content: '\f101';
  font-family: FontAwesome;
  margin: 10px;
}

.virtualtour iframe {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .virtualtour iframe {
    width: 75%;
  }
}

.virtualtour {
  margin: 40px 0px 0px 0px;
}
.virtualtour.floorplan {
  margin-top: 8px;
}
.virtualtour-link {
  padding: 20px 40px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
}

.open-house-request-toor {
  padding: 10px 65px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
}
.request-tour-link {
  padding: 20px 40px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
}

.community-detail {
  padding-left: 0px;
}

.community-detail ul {
  font-size: 13px;
}
/*.community-detail li:before
{
    content: "\f101";
    font-family: FontAwesome;
    margin: 10px;
	font-size:12px;
	
}
*/
.community-detail li {
  list-style-type: disc;
  margin-left: 30px;
}
.at-property-details-col .at-property-features ul li span {
  color: #cc935c;
}
.at-comment-row {
  margin-top: 60px;
  margin-bottom: 60px;
}
.at-comment-row h3 {
  margin-bottom: 50px;
}
.at-comment-row h3 a {
  font-size: 18px;
  color: #111111;
  font-family: 'Open Sans', sans-serif;
}
.at-comment-item {
  margin-bottom: 50px;
  position: relative;
  padding-left: 90px;
}
.at-comment-item img {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
}
.at-comment-item h5 {
  font-size: 12px;
  margin-bottom: 0;
}
.at-comment-item a i {
  color: #cc935c;
}
.at-form-area .hvr-bounce-to-right {
  margin-top: 0;
  margin-bottom: 0;
}

/*---///---///---///---///---///---///---///---///---///---
    09. AGENTS CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-agents-sec {
  padding: 10px 0 10px;
  background: #f2f2f2;
}
.at-agent-col {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
}

.at-agent-img {
  position: relative;
  overflow: hidden;
}
.at-agent-info {
  padding: 20px 5px 5px 5px;
  background: url(../images/background/pattern.png);
  background-repeat: repeat;
  background-color: #333333;
  min-height: 100px;
}
.at-agent-info h4 a {
  color: #cc935c;
  margin-bottom: 0;
}
.at-agent-info p {
  color: #ffffff;
  text-transform: capitalize;
  line-height: 16px;
  font-size: 12px;
}
.at-agent-social {
  background: rgba(0, 0, 0, 0.85);
  padding: 10px;
  width: 80%;
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -40%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.at-agent-col:hover .at-agent-social {
  bottom: 0;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.at-agent-social a i {
  color: #ffffff;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.at-agent-social a i:hover {
  color: #cc935c;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.at-agent-social .at-agent-call p {
  color: #cc935c;
}
.slick-slide {
  outline: none;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-prev:before,
.slick-next:before {
  color: #cc0404;
}

/* Agents two start */
.at-agents-sec-two {
  background: url(../images/background/2.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
.at-agents-sec-two .at-sec-title h2,
.at-agents-sec-two .at-sec-title p {
  color: #ffffff;
}
/* Agents Three start*/
.at-agents-sec-three {
  background: none;
}
/********** Agents Detais css start **********/
.at-agents-details-sec {
  padding: 100px 0 70px;
}
.at-singel-agent {
  border: 3px solid #cc935c;
}
.at-agents-details-col p {
  margin-bottom: 10px;
}
.at-agent-socil-contact {
  margin-bottom: 10px;
}
.at-agent-socil-contact a i {
  color: #111111;
  margin-right: 10px;
}
.at-agent-socil-contact a i:hover {
  color: #cc935c;
}
.at-start {
  margin-bottom: 20px;
}
.at-start i {
  font-size: 30px;
  color: #cc935c;
}
.at-agents-details-sec h3 {
  font-size: 18px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  display: inline-block;
  margin-top: 50px;
}

/*---///---///---///---///---///---///---///---///---///---
    10. BLOG CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-blog-sec {
  padding: 10px 0 10px;
}
.at-blog-column {
  position: relative;
}
.at-blog-sec .at-blog-box {
  background: #f2f2f2;
  border-top: 5px solid #111111;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-height: 575px;
}
.at-blog-sec .row.animatedParent,
.at-blog-sec .row.animatedParent > div[class*='col-'] {
  display: flex;
  flex-wrap: wrap;
}
.at-blog-sec .at-blog-box:hover {
  border-color: #cc935c;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.at-blog-sec .at-blog-box .at-blog-img {
  position: relative;
  overflow: hidden;
}
.at-blog-sec .at-blog-box .at-blog-img img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.at-blog-sec .at-blog-box:hover .at-blog-img img {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari */
  transform: scale(1.1); /* Standard syntax */
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.at-blog-sec .at-blog-box .at-blog-img .at-blog-date {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.9);
}
.at-blog-sec .at-blog-box .at-blog-img .at-blog-date ul li {
  float: left;
  margin-right: 20px;
}
.at-blog-sec .at-blog-box .at-blog-img .at-blog-date ul li i {
  margin-right: 5px;
  color: #cc935c;
}
.at-blog-sec .at-blog-box .at-blog-img .at-blog-date ul li a {
  color: #ffffff;
}
.at-blog-sec .at-blog-content {
  padding: 15px 20px 0px 20px;
}
.at-blog-sec .at-blog-content h4 a {
  color: #111111;
  text-transform: uppercase;
}
.at-blog-sec .at-blog-content h4 a:hover {
  color: #cc935c;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.at-blog-sec .at-blog-content p {
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.at-blog-sec .at-blog-content a {
  /*font-size: 16px;
    color: #CC935C;
    text-transform: capitalize;
    */
}
.at-blog-sec .at-blog-content a i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.at-blog-sec .at-blog-content a:hover i {
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* Blog details css start */
.at-blog-details-sec {
}
.at-blog-details-sec .at-blog-big-img {
  margin-bottom: 30px;
}
.at-blog-details-sec .at-blog-box {
  background: transparent;
}
.at-blog-details-sec .at-blog-box h4 a {
  color: #111111;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.at-blog-details-sec .at-blog-box h4 a:hover {
  color: #cc935c;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.at-blog-details-sec .at-blog-box p {
  margin-bottom: 30px;
}
.at-blog-details-sec .at-comment-row {
  margin-top: 30px;
}

/*---///---///---///---///---///---///---///---///---///---
    11. NEWSLETTER CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-newsletter-sec {
  padding: 80px 0;
  /* background: url(../images/background/3.jpg);*/
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-align: center;
}
.at-newsletter-sec h2 {
  color: #ffffff;
  font-size: 42px;
}
.at-newsletter-sec h2 span {
  color: #cc935c;
}
.at-newsletter-sec p {
  color: #ffffff;
  margin-bottom: 30px;
}
.at-newsletter-sec .form-group {
  width: 100%;
}
.at-newsletter-sec .form-control {
  background: none;
  border: none;
  box-shadow: none;
  color: #ffffff;
  font-style: italic;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.4);
  min-height: 50px;
}
.at-newsletter-sec .at-sub-btn {
  font-size: 18px;
  background: #cc935c;
  color: #ffffff;
  border: none;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*---///---///---///---///---///---///---///---///---///---
    12. BRAND CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-brand-sec {
  padding: 50px 0;
}
.at-brand-sec .brand-carousel .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}

/*---///---///---///---///---///---///---///---///---///---
    13. INNER HEADING CSS START
---///---///---///---///---///---///---///---///---///---*/
#at-inner-title-sec {
  padding: 0 0 50px;
  background: #f2f2f2;
  /*background: url(../images/background/2.jpg);*/
  background-size: cover;
  background-position: center;
}
#at-inner-title-sec .at-inner-title-box {
  background: rgba(0, 0, 0, 0.8);
  border: 5px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  padding: 30px 20px;
}
#at-inner-title-sec .at-inner-title-box h2 {
  color: #cc935c;
  font-size: 48px;
}
#at-inner-title-sec .at-inner-title-box p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}
#at-inner-title-sec .at-inner-title-box p a {
  color: #ffffff;
}
#at-inner-title-sec .at-inner-title-box p a:hover {
  color: #cc935c;
}

/*---///---///---///---///---///---///---///---///---///---
    14. PLAN CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-plan-sec {
  padding: 100px 0 70px;
}
.at-plan-box ul li {
  margin-bottom: 10px;
}
.at-plan-box ul li:before {
  content: '\f101';
  font-family: FontAwesome;
  margin: 10px;
}

/*---///---///---///---///---///---///---///---///---///---
    15. TESTIMONIAL CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-testimonial-sec {
  padding: 140px 0 20px;
}
.at-testimonial-sec .at-single-testimonial {
  margin-bottom: 80px;
  background: #f2f2f2;
  padding: 60px 30px 30px 30px;
  position: relative;
}
.at-single-testimonial .at-test-person {
  position: absolute;
  left: 30px;
  top: -40px;
}
.at-single-testimonial .at-test-person img {
  width: 80px;
  height: 80px;
  border: 3px solid #f2f2f2;
}
.at-single-testimonial i {
  position: absolute;
  right: 20px;
  bottom: 0;
  font-size: 50px;
  opacity: 0.1;
}
.at-single-testimonial p {
  z-index: 99;
}

/*---///---///---///---///---///---///---///---///---///---
    16. SERVICE CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-service-sec {
  padding: 100px 0px 50px;
}
.at-service-content {
  margin-bottom: 50px;
}
.at-service-content h2 {
  margin-bottom: 20px;
  line-height: 1.3;
}
.at-service-content h2 span {
  color: #cc935c;
}
.at-service-item {
  margin-bottom: 50px;
  padding: 0 20px;
  position: relative;
  text-align: center;
}
.at-service-icon {
  width: 70px;
  height: 70px;
  margin: auto;
  text-align: center;
  border: 2px solid #111111;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.at-service-item:hover .at-service-icon {
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
  border-right: 2px solid #cc935c;
  border-left: 2px solid #cc935c;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.at-service-icon i {
  color: #cc935c;
  font-size: 40px;
  line-height: 70px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.at-service-item:hover .at-service-icon i {
  color: #111111;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/*---///---///---///---///---///---///---///---///---///---
    17. ACCOUNT CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-account-sec {
  padding: 100px 0;
}
.at-account-sec .nav-tabs > li.active > a,
.at-account-sec .nav-tabs > li.active > a:focus,
.at-account-sec .nav-tabs > li.active > a:hover {
  color: #ffffff;
  background: #cc935c;
  border: none;
}
.at-account-sec .nav-tabs > li > a {
  border-radius: 0;
  padding: 10px 50px;
  font-size: 18px;
  background: #111111;
  color: #ffffff;
  border: none;
  margin: 0;
}
.at-account-sec .nav-tabs > li,
.at-account-sec .nav-pills > li {
  float: none;
  display: inline-block;
  zoom: 1;
}
.at-account-sec .nav-tabs,
.at-account-sec .nav-pills {
  text-align: center;
  border-bottom: none;
}
.at-account-sec .tab-content {
  padding: 30px;
  background: #f2f2f2;
}
.at-account-sec .tab-content .form-control {
  height: 45px;
}
.at-account-sec .checkbox {
  margin-bottom: 30px;
}
.at-account-sec .checkbox p a {
  color: #cc935c;
}

/*---///---///---///---///---///---///---///---///---///---
    18. FAQ CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-faq-sec {
  padding: 100px 0;
}
.at-faq-sec .panel-group .panel {
  border-radius: 0;
}
.at-faq-sec .panel-heading {
  border-radius: 0;
}
.at-faq-sec img {
  margin-bottom: 30px;
}

/*---///---///---///---///---///---///---///---///---///---
    19. ERROR CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-error-sec {
  padding: 150px 0;
  background: url(../images/background/error.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.at-error-sec h1 {
  font-size: 100px;
}
.at-error-sec h2 {
  font-size: 26px;
  margin-bottom: 50px;
}
.at-error-sec a {
  font-size: 24px;
  font-weight: bold;
  color: #cc935c;
  border-bottom: 2px solid #111111;
}

/*---///---///---///---///---///---///---///---///---///---
    20. CONTACT CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-contact-sec {
  padding: 100px 0 70px;
}
.at-contact-form .form-control {
  height: ;
}
.at-info-box {
  border: 1px solid #eeeeee;
  padding: 30px 20px;
}
.at-info-box i {
  font-size: 18px;
}

/*---///---///---///---///---///---///---///---///---///---
    21. MAIN FOOTER CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-main-footer {
  padding: 60px 0 30px;
  /* background: url(../images/background/1.jpg);*/
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.at-main-footer.at-over-layer-black:before {
  background-color: rgba(0, 0, 0, 0.95);
}

.at-main-footer .at-footer-logo img {
  width: 220px;
  height: 60px;
}
.at-main-footer h4 {
  font-size: 24px;
  color: #cc935c;
  text-transform: uppercase;
}
.at-main-footer .at-heading-under-line {
  width: 100px;
  height: 1px;
  background-color: #ffffff;
  position: relative;
  margin: 0;
  margin-bottom: 40px;
}
.at-main-footer .at-heading-under-line .at-heading-inside-line {
  width: 30px;
  height: 4px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: -2px;
  margin-left: 0;
}
.at-footer-about-col p {
  color: #dedede;
}
.at-footer-about-col .at-social {
  margin-top: 30px;
}
.at-footer-link-col ul li {
  border-bottom: 1px solid #333333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.at-footer-link-col ul li:hover {
  border-bottom: 1px solid #cc935c;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.at-footer-link-col ul li:last-child {
  border-bottom: none;
}
.at-footer-link-col ul li a {
  color: #999999;
  line-height: 48px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.at-footer-link-col ul li a:hover {
  color: #cc935c;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.at-footer-gallery-col .at-gallery ul li {
  float: left;
}
.at-footer-gallery-col .at-gallery ul li img {
  width: 118px;
  height: auto;
}
.at-footer-gallery-col .thumbnail {
  padding: 0;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
}
.at-footer-Tag-col a {
  float: left;
  border: 1px solid #333333;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #999999;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.at-footer-Tag-col a:hover {
  border-color: #cc935c;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.at-footer-Tag-col .hvr-bounce-to-right {
  padding: 12px 30px;
  background: transparent;
}
.at-footer-Tag-col .hvr-bounce-to-right:before {
  background: #cc935c;
}
/* footer social */
.footersocial {
  background-color: black;
  padding: 0px;
  text-align: center;
}
.footersocial-link {
  display: inline-block;
  margin: 0 5px;
}
.footersocial-link-image {
  width: auto;
  max-height: 30px;
}

/* COPY RIGHT CSS START */
.at-copyright {
  padding: 20px 0;
  background-color: #000;
  text-align: center;
  position: relative;
  z-index: 100;
}
.at-copyright p {
  color: #ffffff;
}
.at-copyright p a {
  color: #cc935c;
}
.sortbox {
  background: #663300;
  margin-bottom: 5px;
  padding: 5px;
}
.white-text {
  color: #ffffff;
}
.white-text:hover {
  color: #ffffff;
}
.sortbutton {
  background: #9f0a09;
  color: #fff;
  border-radius: 3px;
  border: transparent;
}
.btn_bg {
  background: #663300;
  border: 1px solid #663300;
  color: #ffffff;
  font-size: 12px;
}
.btn_prnt {
  font-size: 13px !important;
}
.btn_bg:hover {
  background: #9f0a09;
  border: 1px solid #9f0a09;
  color: #ffffff;
}
.btn_bg_nav {
  background: #e12122;
  border: 1px solid #663300;
  color: #ffffff;
}

.btn_bg_nav:hover {
  background: #9f0a09;
  border: 1px solid #9f0a09;
  color: #ffffff;
}
.btn_bg_nav:visited {
  background: #9f0a09;
  border: 1px solid #9f0a09;
  color: #ffffff;
}
.detail-box {
  padding: 5px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  /*min-height:330px;*/
}
.listing-img-box {
  margin-bottom: 5px;
  padding: 5px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.open-house-red {
  color: #e12122;
}
.rent_price_red {
  color: #e12122;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.nav-field {
  padding: 20px 0;
  background: url(../images/background/pattern.png);
  background-repeat: repeat;
  background-color: #333333;
}
.sidebar-box {
  background: #eee;
  padding: 8px;
  border: 0px solid #aaa;
  border-radius: 0px;
}

.sidebar-box h4 {
  color: #ff0000;
  text-decoration: ;
  font-size: 15px;
  line-height: 20px;
}
.sidebar-box img {
  width: auto !important;
}
.sortbox h4 {
  margin-bottom: 0px !important;
  padding: 5px 0;
}
.fn-fx h4 {
  font-size: 16px;
}
.cms-content img {
  width: 30%;
  border-radius: 4px;
}
.cms-content table {
  width: 95%;
}
.cms-content table td {
  padding: 5px;
}
.community-img {
  min-height: 270px;
}

.community-img img {
  height: 300px;
}
.community-text {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.community-current-listing {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
}
.community-current-listing img {
  margin: 5px;
  border-radius: 4px;
}
.maintenance td {
  padding: 5px;
}
.maintenance-frm .form-control {
  margin-bottom: 0;
  height: 34px;
}

.required:after {
  color: red;
  content: '*';
  position: absolute;
  top: 35px;
  right: 0px;
}
.required2:after {
  color: red;
  content: '*';
  position: absolute;
  top: 35px;
  right: 412px;
}
.required3:after {
  color: red;
  content: '*';
}
.login-box {
  border: 1px solid #ccc;
  border-radius: 4px;
  min-height: 250px;
  padding: 10px;
}
.carousel .nav li a img {
  height: 40px;
  width: auto;
}
.open-house {
  font-weight: bold;
}
.sale_description {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  min-height: 310px;
}

.slick-slide img {
  /*min-height:200px !important;*/
}
.at-agent-info h5 {
  color: #cc935c;
  font-size: 13px;
}
.padding-0 {
  padding-right: 0;
  padding-left: 0;
}
.padding-r {
  padding-right: 0;
  padding-left: 5px;
}
.padding-l {
  padding-right: 5px;
  padding-left: 0;
}
.padding-r {
  padding-right: 0;
  padding-left: 5px;
}

.navbar-right {
  margin-right: 0;
}
/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 0% 0 0% 1.6%;
}
.col:first-child {
  margin-left: 0;
}

/*  GROUPING  */
.group:before,
.group:after {
  content: '';
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1; /* For IE 6/7 */
}
* GRID OF THREE */ .span_3_of_3 {
  width: 100%;
}
.span_2_of_3 {
  width: 66.13%;
}
.span_1_of_3 {
  width: 32.26%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%;
  }
  .span_3_of_3,
  .span_2_of_3,
  .span_1_of_3 {
    width: 100%;
  }
}
.listing-box {
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
  border-radius: 0.25rem;
  padding: 0px 10px 10px 10px;
  margin-bottom: 10px;
}
.list-description {
  line-height: 18px;
  color: #000;
  font-size: 1.3rem;
  margin-bottom: 5px;
  margin-top: 5px;
}
.at-blog-content {
  min-height: 420px;
}
.at-blog-content td {
  padding: 5px;
  width: 50%;
}
.at-blog-content td.box_left_text {
  font-size: 12px;
  line-height: normal;
  text-align: justify;
  color: #000;
}
.at-blog-content td a img {
  width: 96px;
  height: 40px;
}
.at-property-img .feature_img {
  min-height: 270px;
}
/* edge and ie11 fix */
@supports (-ms-ime-align: auto) {
  .at-navbar .navbar-default .navbar-nav > li {
    margin-left: 16px;
  }
}
_:-ms-lang(x),
.at-navbar .navbar-default .navbar-nav > li {
  margin-left: 16px;
}
_:-ms-lang(x),
.fadeInUpShort {
  opacity: 1;
}
_:-ms-lang(x),
.at-agent-col {
  width: 147px;
  float: left;
}
_:-ms-lang(x),
.at-agents-sec {
  margin-top: 10px;
}
.property_management h2 {
  text-align: center;
}
.property_management h2 a {
  color: #cc0404;
  font-size: 20px;
}
.property_management p {
  text-align: justify;
}
.property_management img {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: cover;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.comm_address {
  min-height: 44px;
}
.custom_margin {
  margin-top: 1%;
}
#sidebar {
  overflow: hidden;
  z-index: 1;
}
.sticky {
  /* position: fixed;
top:156px;
width:287px;
bottom:0px;
overflow-y: scroll; */
}
.ui-datepicker table {
  background: #fff;
  border: 1px solid #ccc;
}
.ui-datepicker-trigger {
  width: auto;
}

/* fix for slider on homepage's thumbnails not being the same height */
.flex-control-nav {
  display: flex;
}
.flex-control-nav li img {
  height: 100%;
  object-fit: cover;
}

/* add loader gif to maintenance request form */
img.loader {
  display: none;
  width: 30px;
  height: auto;
  margin-left: 10px;
}
img.loader.active {
  display: inline-block;
}

/* add problemitems css */
.problemitems-items {
  margin-left: 20px;
}
.problemitems-items-item {
  list-style-type: decimal;
  margin-bottom: 10px;
  position: relative;
}
.problemitems-items-item-remove {
  content: '\00d7';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  color: #9f0a09;
  font-size: 22px;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  display: none;
}
.problemitems-items-item:hover .problemitems-items-item-remove {
  display: block;
}
.problemitems-items-item-input {
  width: 100%;
}
.problemitems-additem {
  padding: 3px 11px;
  background-color: #eee;
  margin-top: 0px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #663300;
  transition: all 0s;
  font-size: 12px;
}
.problemitems-additem:hover,
.problemitems-additem:focus {
  color: #624b32;
  background-color: #dfdfdf;
  transition: all 0s;
}


/* add workitems css */
.workitems-items {
  margin-left: 20px;
}
.workitems-items-item {
  list-style-type: decimal;
  margin-bottom: 10px;
  position: relative;
}
.workitems-items-item-remove {
  content: '\00d7';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  color: #9f0a09;
  font-size: 22px;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  display: none;
}
.workitems-items-item:hover .workitems-items-item-remove {
  display: block;
}
.workitems-items-item-input {
  width: 100%;
}
.workitems-additem {
  padding: 3px 11px;
  background-color: #eee;
  margin-top: 0px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #663300;
  transition: all 0s;
  font-size: 12px;
}
.workitems-additem:hover,
.workitems-additem:focus {
  color: #624b32;
  background-color: #dfdfdf;
  transition: all 0s;
}

/* fix skewing images in property_detail.php */
.at-property-details-col .listing-img-box img,
#myCarousel .item img {
  object-fit: contain;
}

.btn_gray_bg {
  background: #989595;
  font-weight: bold;
  color: black;
}
.btn_green_bg {
  background: #198218;
  font-weight: bold;
  color: white;
}
.btn_black_bg {
  background: black;
  font-weight: bold;
  color: white;
}
.btn_black_bg:hover {
  background-color: #2e2e2f;
  color: white !important;
}
.font-size-10 {
  font-size: 10px;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.font-weight-bold {
  font-weight: bold !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.font-size-16 {
  font-size: 16px !important;
}
.font-size-180 {
  font-size: 180px !important;
}
.request_tour_link {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  margin: 1rem 0rem;
  display: inline-block;
}
.instruction-bullet-points li {
  list-style-type: disc;
  margin: 0px;
  margin-left: 30px;
}
.height-auto {
  height: auto !important;
}
.custom-position-date {
  display: inline-block;
  margin-right: -25px;
}
.w-65 {
  width: 65% !important;
}
.w-30 {
  width: 30% !important;
}
.w-15 {
  width: 15% !important;
}
.w-10 {
  width: 10% !important;
}
.d-inline {
  display: inline;
}
.rent-side-menu-button {
  height: 63px;
  padding-top: 21px;
  font-size: 17px;
}


@media only screen and (max-width: 600px) {
  .copy-email{
    font-size: 9px;
    float: left; 
    margin-top: 2px;
  }
}
