@font-face {
    font-family: "DroidArabicNaskh";
    src: url(../font/fonts/DroidArabicNaskh.ttf);
}
@font-face {
    font-family: "DroidArabicNaskhBold";
    src: url(../font/fonts/DroidArabicNaskhBold.ttf);
}
@font-face {
    font-family: "DroidNaskh-Regular";
    src: url(../font/fonts/DroidNaskh-Regular.ttf);
}
@font-face {
    font-family: "DroidNaskh-Bold";
    src: url(../font/fonts/DroidNaskh-Bold.ttf);
}
@font-face {
    font-family: "Din Bold";
    src: url(../font/fonts/DIN/DINPro-Bold.otf),url(../font/fonts/DIN/DINPro-Bold.ttf);
}
@font-face {
    font-family: "Din Medium";
    src: url(../font/fonts/DIN/DINPro-Medium.ttf);
}
@font-face {
    font-family: "Din Regular";
    src: url(../font/fonts/DIN/DINPro-Regular.ttf);
}

html, body {
    font-family: "Din Regular",Tahoma,'Open Sans', sans-serif;
    font-size: 14px;
    height: 100%;
    width: 100%;
    line-height: 23px;
    color: #000;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    color:#000;
    font-family: "Din Bold";
}

a {
     transition: all 0.35s ease 0s;
     text-decoration:none;
     color: #3b97ba;
}

a:hover, a:focus {
    color: #9a0b0d;
    text-decoration:none;
}

.mgt-25 {
    margin-top: 25px !important;
}

.mgt-35 {
    margin-top: 35px !important;
}

.mgb-35 {
    margin-bottom: 35px !important;
}

.mgt-55 {
    margin-top: 55px !important;
}


.p-l-0 {
    padding-left: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.hidden {
    display: none !important;
}

.bold {
    font-weight: bold !important;
}

.clearfix {
    clear: both;
}

.dib {
    display: inline-block !important;
}

.container {
    margin: 0 auto !important;
}

.page-container {
    margin: 0 0 45px 0;   
}

.page-container .page-content {
    padding-top: 35px;
}

.page-container .page-title {
    color: #9a0b0d;
    border-bottom: 3px solid #9a0b0d;
    padding-bottom: 5px;
    margin-top: 35px;
    display: inline-block;
}

.page-container .page-title h4 {
    color: #9a0b0d;
}

.section-padding {
    float: left;
    padding: 100px 0;
    width: 100%;
}

input.wpcf7-form-control {
    width: 100%;
    background: #fafafa;
    border: 1px solid #cecece;
    font-size: 13px;
    margin: 0;
    padding: 0 10px;
    height: 45px;
}

input[type=file].wpcf7-form-control{
    padding-top: 7px;
}

select.wpcf7-form-control {
    width: 100%;
    background: #fafafa;
    border: 1px solid #cecece;
    font-size: 13px;
    margin: 0;
    padding: 0 10px;
    height: 45px;
}

textarea.wpcf7-form-control {
    width: 100%;
    background: #fafafa;
    border: 1px solid #cecece;
    font-size: 13px;
    margin: 0;
    padding: 0 10px;
    height: 90px;
    resize: none;
}

input[type=button].wpcf7-form-control, input[type=reset].wpcf7-form-control, input[type=submit].wpcf7-form-control {
    padding: 3px 20px;
    background: #9a0b0d;
    color: #fff;
    border: 1px solid #cecece;
    float: right;
    clear: both;
    margin-bottom: 10px;
}

input[type=submit].wpcf7-form-control {
    margin-top: 15px;
}

/*-------header-----*/
header {
    color: #fff;
    transition: all 0.35s ease 0s;
    position: relative;
    z-index: 99;
}

header.inner {
    box-shadow: 0 2px 11px 2px rgba(0,0,0,0.1);
    margin-bottom: 5px;
}

.lower-header {
    padding: 10px 35px;
    border-bottom: 1px solid #dadada;
    align-items: center;
}

.lower-header .logo-header {
    max-width: 65px;
}

.lower-header nav {
    margin: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.lower-header .navbar-toggler {
        display: none;
}

.lower-header nav ul {
}

.lower-header nav ul li {
    list-style: none;
    position: relative;
}

.lower-header nav ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.lower-header nav ul li .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    transition: all 0.6s ease-in-out;
    padding: 0;
    min-width: 200px;
    background: rgba(220,220,220,0.85);
    border-radius: 5px;
    z-index: 9999;
    margin-left: 15px;
}

.lower-header nav ul li .sub-menu li {
    padding: 0;
    border-bottom: 1px solid #fff;
}

.lower-header nav ul li .sub-menu li:last-child {
    border-bottom: none;
}

.lower-header nav ul li .sub-menu li a {
    display: block;
    padding: 5px 10px;
    margin: 0;
    transition: all 0.6s ease-in-out;
}

.lower-header nav ul li .sub-menu li a:hover {
}

.lower-header nav ul li a {
    color: #9a0b0d;
    background: none;
    background-color: transparent;
    transition: all 0.6s ease-in-out;
    margin: 0 15px;
    position: relative;
}

.lower-header nav ul li a:before, .lower-header nav ul li a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 0px;
  height: 2px;
  margin: 5px 0 0;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.75s;
  opacity: 0;
}

.lower-header nav ul li.menu-item-has-children a:before, .lower-header nav ul li.menu-item-has-children a:after {
  content: none;
}

.lower-header nav ul li a:after {
  left: 0;
  background-color: #9a0b0d;
}

.lower-header nav ul li a:hover:before, .lower-header nav ul li a:hover:after, .lower-header nav ul li.current_page_item a:after {
  width: 100%;
  opacity: 1;
}

.lower-header .header-right-area {
    display: flex;
    align-items: center;
    height: 20px;
}

.lower-header .header-right-area .country {
    position: relative;
}

.lower-header .header-right-area .country .current {
    cursor: pointer;
}

.lower-header .header-right-area .country .select {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    width: 135px;
    box-shadow: 0 0 4px 1px rgba(0,0,0,0.1);
}

.lower-header .header-right-area .country .select a {
    display: flex;
    align-items: center;
    padding: 5px;
    border-bottom: 1px solid #f1f1f1;
}

.lower-header .header-right-area .country .select a img {
    width: 25px;
    margin-right: 5px;
    border: 1px solid #cccccc;
}

.lower-header .header-right-area .language {
    display: flex;
    align-items: center;
}

.lower-header .header-right-area .language img {
    margin-left: 5px;
    width: 25px;
}

.lower-header .header-right-area > div {
    border-right: 1px solid #ddd;
    padding: 0 7px;
}

.lower-header .header-right-area > div:last-child {
    border: none;
}

.lower-header .header-right-area > div.country .current {
    display: flex;
    position: relative;
    color: #3b97ba;
    align-items: center;
}

.lower-header .header-right-area > div.country .current:after {
    content: '';
    margin-left: 5px;
    margin-top: 2px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #3b97ba;
}

.lower-header .header-right-area > div.country .current .flag {
    margin-right: 5px;
    width: 20px;
}

.lower-header .header-right-area > div.language {
}

.inner-header {
    background-size: auto 100%;
    height: 450px;
    background-position: center;
    margin-bottom: 50px;
    position: relative;
}

.inner-header h1 {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: 0;
    font-size: 90px !important;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    z-index: 999;
}

.inner-header .header-pattern {
    position: absolute;
    top: 68px;
    left: 20px;
    z-index: 998;
}

.site-img {
    min-height: 350px;
    background-size: 100%;
    background-position: center;
}

.site-img, .map-div {
    margin-top: -5px;
}

.greybg {
	background: #eeeeee;
}

.whitebg {
	background: #ffffff;
}

.left50 {
    width:50%;
    float:left;
}

.right50 {
    width:50%;
    float:right;
}

.order1 {
    order: 1;
}

.order2 {
    order: 2;
}

.text-div {
    position: relative;
}

.text-div .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 0 55px 0 90px;
}

#country-popup {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.65);
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.country-popup-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    max-width: 800px;
    left: 0;
    right: 0;
    border-radius: 13px;
    background: #fff;
    margin: auto;
    padding: 30px;
    text-align: center;
}

.country-popup-content a {
    display: inline-block;
    width: 19%;
    padding: 10px 0;
    text-align: center;
}

.country-popup-content a img {
    display: block;
    margin: auto;
    width: 50%;
    border: 1px solid #000;
}

.country-popup-content a:last-child {
    border-bottom: none;
}

.country-popup-content button {
    float: right;
    background: none;
    border: none;
    font-size: 22px;
}

.showit {
    display: block !important;
}

#homepage-content #search {
    padding: 35px 0 35px;
    min-height: 600px;
    position: relative;
    /*background-image: linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25) ), url(../images/bg.png);*/
    background-image: url(../images/bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

#homepage-content #search .form-div {
    width: 80%;
    max-width: 1140px;
    margin: 0 auto;
    background: rgba(255,255,255,0.90);
    border-radius: 3px;
    padding: 10px 25px;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 6px 1px rgba(0,0,0,0.1);
}

#homepage-content #search form {
}

#homepage-content #search form input[type=submit] {
    border: none;
    background: #9A0B0D;
    color: #fff;
    padding: 3px 15px;
    border-radius: 3px;
    cursor: pointer;
    margin: 10px 0 3px;
}

#homepage-content #search .nav-tabs {
    border-bottom: none;
    margin-bottom: 20px;
}

#homepage-content #search .nav-tabs .nav-link {
    transition: all 0.6s ease-in-out;
    border: none;
    color: #9A0B0D;
    opacity: 0.6;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    padding: 0 0 5px;
    margin-right: 35px;
}

#homepage-content #search .nav-tabs .nav-link.active {
    opacity: 1;
    color: #9A0B0D;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #9A0B0D;
    font-weight: bold;
}

#homepage-content #search form .tab-content {
    padding: 10px;
}

#homepage-content #search form .search-boxes {
    display: flex;
    flex-wrap: wrap;
}

#homepage-content #search form .search-box {
    padding: 3px;
    margin: 0 10px 10px 0;
    min-width: 160px;
}

#homepage-content #search form .search-box .search-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

form .search-box .search-wrap .custom-select {
    background: #fff;
    border: 1px solid #ccc;
    padding: 3px 10px;
    height: auto;
    border-radius: 3px;
}

/* The container must be positioned relative: */
form .search-box .search-wrap .custom-select-box {
    position: relative;
    width: 100%;
}

form .search-box .search-wrap .custom-select-box select {
    display: none; /*hide original SELECT element: */
}

form .search-box .search-wrap .select-selected {
    cursor: pointer;
    padding: 3px 30px 3px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
    background: #fff;
}

/* Style the arrow inside the select element: */
form .search-box .search-wrap .select-selected:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-20%);
  right: 10px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-color: #000 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
form .search-box .search-wrap .select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
form .search-box .search-wrap .select-items div {
  cursor: pointer;
  text-align: center;
  color: #444;
  border: 1px solid #eee;
  background-color: #fff;
  width: 100%;
  border-radius: 0;
  font-size: 14px;
  padding: 2px 0;
}

/* Style items (options): */
form .search-box .search-wrap .select-items {
  position: absolute;
  top: calc(100% + 11px);
  left: -10px;
  right: -10px;
  z-index: 99;
  padding: 10px;
  box-shadow: 0 0.3rem 0.6rem 0 rgba(0,0,0,.25);
  box-sizing: border-box;
  border-radius: 3px;
  background-color: #fff;
}

/* Hide the items when the select box is closed: */
form .search-box .search-wrap .select-hide {
  display: none;
}

form .search-box .search-wrap .select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

#homepage-content #search form .search-box.small {
    flex: 0 0 10%;
}

#homepage-content #search form .search-box.medium {
    flex: 0 0 25%;
}

#homepage-content #search form .search-box.large {
    flex: 0 0 30%;
}

#homepage-content #search form .search-box.full {
    flex: 0 0 100%;
}

#homepage-content #search form .search-box.stacked .search-wrap {
    justify-content: flex-start;
    align-items: center;
}

#homepage-content #search form .search-box.stacked .search-wrap label {
    margin-bottom: 0;
    margin-left: 10px;
    color: #000;
}

#homepage-content #search form .search-box label {
    font-size: 11px;
    font-weight: bold;
    display: block;
    line-height: 11px;
    margin-bottom: 7px;
    color: #aaa;
}

#homepage-content #search form .search-box input, #homepage-content #search form .search-box select {
    border: none;
    width: 100%;
    font-size: 14px;
    background: #fff;
    padding: 3px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

#homepage-content #search form .search-box input[type="checkbox"] {
    display: inline-block;
    width: auto;
}

#homepage-content #search form .search-box input:focus {
    outline: none;
}

#homepage-content #search form .search-box .bootstrap-select {
    width: 100%;
}

#homepage-content #search form .search-box .bootstrap-select button.dropdown-toggle {
    background: transparent;
    border: none;
    padding: 0;
}

#homepage-content #search form .search-box .bootstrap-select button.dropdown-toggle:after {
    color: #000;
}

#homepage-content #search form .search-box .bootstrap-select button.dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    max-width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}

#homepage-content #search form .search-box .bootstrap-select button.dropdown-toggle:hover {
    background: transparent;
    border: none;
}

#homepage-content #search form .search-box .bootstrap-select .dropdown-menu .bs-searchbox {
    margin-bottom: 10px;
    padding: 0;
}

#homepage-content #search form .search-box .bootstrap-select .dropdown-menu .bs-searchbox input {
    border-bottom: 1px solid #aaa;
    border-radius: 0;
}

#homepage-content #search form .search-box .bootstrap-select .dropdown-menu .bs-searchbox input:focus {
    outline: none;
    box-shadow: none;
}

#homepage-content .homepage-container {
    width: 80%;
    margin: 0 auto;
    max-width: 1180px;
}

#homepage-content .homepage-wide-container {
    width: 90%;
    margin: 0 auto;
    max-width: 1360px;
    position: relative;
}

#homepage-content #homepage-boxes {
    margin: 50px 0;
    position: relative;
}

#homepage-content #homepage-boxes .hp-box {
}

#homepage-content #homepage-boxes .hp-box .hp-box-image {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 0.6s ease-in-out;
}

#homepage-content #homepage-boxes .hp-box:hover .hp-box-image {
    -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;
}

#homepage-content #homepage-boxes .hp-box .hp-box-title {
    text-align: center;
    margin-top: 10px;
}

.sort-properties {
    text-align: right;
}

.sort-properties select {
    cursor: pointer;
    padding: 3px 30px 3px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
    background: #fff;
    margin-bottom: 15px;
}

.single-property .carousel, .single-property .carousel-inner, .single-property .carousel-inner .carousel-item {
    max-height: 500px;
}

.single-property .carousel {
    position: relative;
}

.single-property .carousel-inner {
    position: relative;
}

.single-property .carousel-inner .carousel-item-next, .single-property .carousel-inner .carousel-item-prev, .single-property .carousel-inner .carousel-item.active {
    display: flex;
}

.single-property .carousel-inner .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}

.single-property .carousel-item .col-md-4:nth-child(1) {
    margin-left: -33%;
}

.single-property .carousel-item .col-md-4:nth-child(2) {
    opacity: 1;
}

.single-property .carousel-item .col-md-4 {
    -webkit-box-flex: 0;
    flex: 0 0 55%;
    max-width: 55%;
    padding: 0;
    opacity: 0.4;
}

.single-property .carousel-controls .carousel-control-next, .single-property .carousel-controls .carousel-control-prev {
    z-index: 9999;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

.single-property .carousel-controls .carousel-control-prev {
    left: 0;
}

.single-property .carousel-controls .carousel-control-next {
    right: 0;
}

.single-property .property-actions {
    display: flex;
    justify-content: flex-end;
}

.single-property .property-header-action {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 15px;
    padding-right: 20px;
    position: relative;
}

.single-property .property-header-action:after {
    content: '';
    position: absolute;
    height: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border-right: 2px solid #000;
}

.single-property .property-header-action img {
    width: 20px;
}
.single-property .property-view-count {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 15px;
    padding-right: 20px;
    position: relative;
}

.single-property .property-view-count:after {
    content: '';
    position: absolute;
    height: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border-right: 2px solid #000;
}

.single-property .property-view-count img {
    width: 20px;
    margin-right: 5px;
}

.single-property .property-title {
    align-items: center;
    display: flex;
    width: 100%;
}

.single-property .property-id {
    margin: 10px 0;
    text-align: right;
}

.single-property .property-cities {
    border-bottom: 1px solid #dadada;
    padding: 10px 0;
    margin-bottom: 25px;
}
.single-property .property-cities ul {
    display: flex;
    justify-content: start;
    list-style: none;
    border-radius: 5px;
    padding: 3px 10px;
    margin: 10px 0 0;
    flex-wrap: wrap;
}

.single-property .property-cities ul li {
    position: relative;
    color: #9a0b0d;
}

.single-property .property-cities li:after {
    content: '';
    margin: 0 10px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #3c3c3c;
    display: inline-block;
}

.single-property .property-cities li:last-child:after {
    content: none;
    margin: 0;
}

.single-property .property-slider {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dadada;
}

.single-property .property-slider .property-carousel-indicators {
    display: flex;
    justify-content: start;
    list-style: none;
    padding: 0;
    margin: 10px 0;
    flex-wrap: wrap;
}

.single-property .property-slider .property-carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 15px 15px 0;
    width: 12%;
    background-color: rgba(255,255,255,.5);
}

.single-property .features-list {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-property .features-list .feature {
    width: 32%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding: 2px 0;
}

.single-property .features-list .feature img {
    margin-right: 9px;
    width: 20px;
}

.single-property .details-list {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: start;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-property .details-list .detail {
    width: 33%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    padding: 4px 0;
    cursor: default;
}

.single-property .details-list .detail.big {
    width: 50%;
}

.single-property .details-list .detail.full {
    width: 100%;
}

.single-property .details-list .detail .label {
    margin-right: 10px;
}

.single-property .details-list .detail .label img {
    width: 25px;
}

.single-property .details-list .detail .value {
    flex-wrap: wrap;
    cursor: default;
    text-transform: capitalize;
}

.single-property .details-list .detail.price .value {
    color: #9a0b0d;
    width: 55%;
}

.single-property .notes {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #dadada;
}

.single-property .video {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #dadada;
}

.single-property .video .property-video iframe {
    width: 100%;
    height: 450px;
}

.single-property .investment-details  {
    background-color: #f9f9f9;
    border: 1px solid #dadada;
    padding: 7px 0;
    margin-bottom: 3px;
    margin: 20px 0;
}
.single-property .investment-details .investment {
    display: flex;
    align-items: center;
}

.single-property .investment-details .investment .label {
    width: 55%;
    display: flex;
    align-items: center;
}

.single-property .investment-details .investment .label img {
    margin-right: 5px;
    width: 25px;
}

.single-property .investment-details .investment .value {
    width: 45%;
}

.single-property .agent-info {
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #dadada;
    margin-bottom: 25px;
    position: sticky;
    top: 0;
}

.single-property .agent-info .agent-img {
    margin-bottom: 15px;
    text-align:center;
}

.single-property .agent-info .agent-img img {
    width: 100%;
}

.single-property .agent-info .agent-details {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.single-property .agent-info .agent-details .detail {
    display: flex;
    margin-bottom: 10px;
}

.single-property .agent-info .agent-details .detail:last-child {
    margin: 0px;
}

.single-property .agent-info .agent-details .detail .label {
    font-weight: bold;
}

.single-property .agent-info .agent-details .detail .label:after {
    content: ':';
    margin-right: 3px;
}

.single-property .agent-info .agent-details .detail.social {
    justify-content: center;
    margin-top: 15px;
}

.single-property .agent-info .agent-details .detail.social a {
    margin: 0 10px;
    max-width: 35px;
}

.single-property .agent-info .agent-contact a {
    display: flex;
    align-items: center;
    padding: 6px;
    border-radius: 3px;
    background: #9a0b0d;
    color: #fff;
    display: block;
    margin-bottom: 10px;
}

.single-property .agent-info .agent-contact a img {
    width: 20px;
    margin-right: 10px;
}

.our-properties {
    margin: 25px 0 0 0;
}

.our-properties .properties-boxes {
    display: flex;
    margin: 0 0 25px 0;
    padding: 25px;
    border: 1px solid #d8dadb;
    flex-wrap: wrap;
}

.our-properties .properties-boxes .pagination {
    justify-content: center;
    width: 100%;
}

.our-properties .properties-boxes .pagination a, .our-properties .properties-boxes .pagination span.current, .our-properties .properties-boxes .pagination span.dots {
    margin: 0;
    background: transparent;
    padding: 2px 10px;
    color: #aaa;
    border: 1px solid #aaa;
    border-left: none;
    transition: all 0.6s ease-in-out;
}

.our-properties .properties-boxes .pagination a:hover {
    color: #9a0b0d;
}

.our-properties .properties-boxes .pagination a.disabled {
    pointer-events: none;
}

.our-properties .properties-boxes .pagination span.current {
    background: #9a0b0d;
    color: #fff;
}

.our-properties .properties-boxes .pagination a:first-child {
    border-radius: 10px 0 0 10px;
    border-left: 1px solid #aaa;
}

.our-properties .properties-boxes .pagination a:last-child {
    border-radius: 0 10px 10px 0;
}

.our-properties .properties-boxes .property-box {
    background-color: #fff;
    margin-bottom: 25px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
    display: flex;
    height: 240px;
    overflow: hidden;
    align-items: center;
    transition: all 0.6s ease-in-out;
}

.our-properties .properties-boxes .property-box:hover {
    box-shadow: 0 2px 8px 3px rgba(0,0,0,.1);
}

.our-properties .properties-boxes .property-box:hover .property-box-img {
   -webkit-transform: scale(1.15);
    transform: scale(1.05);
}

.our-properties .properties-boxes .property-box .property-box-id {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 12px;
}

.our-properties .properties-boxes .property-box .property-box-agent {
    position: absolute;
    right: 10px;
    top: 35px;
    border-radius: 50%;
    overflow: hidden;
    width: 50px;
    height: 50px;
}

.our-properties .properties-boxes .property-box .property-box-img {
    flex: 0 0 45%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
     transition: all 0.6s ease-in-out;
}

.our-properties .properties-boxes .property-box .property-box-details {
    flex: 0 0 55%;
    padding-left: 15px;
    overflow: hidden;
}

.our-properties .properties-boxes .property-box .property-box-details .price {
    color: #9a0b0d;
    font-weight: bold;
}

.our-properties .properties-boxes .property-box .property-box-details .title {
    margin: 10px 0 15px 0;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.our-properties .properties-boxes .property-box .property-box-details .location {
    margin: 0;
}

.our-properties .properties-boxes .property-box .property-box-details .category {
    margin: 0;
    text-transform: capitalize;
}

.our-properties .properties-boxes .property-box .property-box-details .details-info {
    display: flex;
    flex-wrap: wrap;
}

.our-properties .properties-boxes .property-box .property-box-details .details-info .info {
    flex: 0 0 25%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.our-properties .properties-boxes .property-box .property-box-details .details-info .info.full {
    flex: 0 0 100%;
}

.our-properties .properties-boxes .property-box .property-box-details .details-info .info.big {
    flex: 0 0 50%;
}

.our-properties .properties-boxes .property-box .property-box-details .details-info .info img {
    width: 25px;
    margin-right: 5px;
}

.our-properties .properties-boxes .property-box .property-box-details .details-info .info img.small {
    width: 20px;
    margin-right: 10px;
}

.our-properties .properties-boxes .property-box .property-box-link {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.right-content .sidebar-banner {
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #dadada;
    margin-bottom: 25px;
    position: sticky;
    top: 0;
}

.our-properties .agent-info {
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #dadada;
    margin-bottom: 25px;
    position: sticky;
    top: 0;
}

.our-properties .agent-info .agent-img {
    margin-bottom: 15px;
}

.our-properties .agent-info .agent-img img {
    width: 100%;
}

.our-properties .agent-info .agent-details {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.our-properties .agent-info .agent-details .detail {
    display: flex;
    margin-bottom: 10px;
}

.our-properties .agent-info .agent-details .detail:last-child {
    margin: 0px;
}

.our-properties .agent-info .agent-details .detail .label {
    font-weight: bold;
}

.our-properties .agent-info .agent-details .detail .label:after {
    content: ':';
    margin-right: 3px;
}

.our-properties .agent-info .agent-details .detail.social {
    justify-content: center;
    margin-top: 15px;
}

.our-properties .agent-info .agent-details .detail.social a {
    margin: 0 10px;
    max-width: 35px;
}

.our-properties .agent-info .agent-contact a {
    display: flex;
    align-items: center;
    padding: 6px;
    border-radius: 3px;
    background: #9a0b0d;
    color: #fff;
    display: block;
    margin-bottom: 10px;
}

.our-properties .agent-info .agent-contact a img {
    width: 20px;
    margin-right: 10px;
}

.our-agents .page-title {
    margin: 35px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
}

.our-agents .agent-boxes .agent-box {
    height: 100%;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
    position: relative;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    padding-bottom: 50px;
}

.our-agents .agent-boxes .agent-box:hover {
    box-shadow: 0 2px 8px 4px rgba(0,0,0,.1);
}

.our-agents .agent-boxes > div {
    margin-bottom: 35px;
    padding: 0 25px;
    order: 2;
}

.our-agents .agent-boxes .agent-box .agent-img {
    border-bottom: 3px solid #9a0b0d;
    height: 300px;
    overflow: hidden;
}

.our-agents .agent-boxes .agent-box .agent-img img {
    width: 100%;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
}

.our-agents .agent-boxes .agent-box:hover .agent-img img {
    transform: scale(1.2);
}

.our-agents .agent-boxes .agent-box .agent-details {
    position: relative;
    padding: 20px 20px 0 20px;
}

.our-agents .agent-boxes .agent-box .agent-details .detail {
    margin: 10px 0 0 0;
}

.our-agents .agent-boxes .agent-box .agent-details .detail img {
    width: 15px;
    margin-right: 5px;
}

.our-agents .agent-boxes .agent-box .agent-details .detail.social {
    display: flex;
}

.our-agents .agent-boxes .agent-box .agent-details .detail.social a {
    margin: 0 5px 0 0;
}

.our-agents .agent-boxes .agent-box .agent-details .detail.social a img {
    width: 25px;
}

.our-agents .agent-boxes .agent-box .cta {
    border: 1px solid #9a0b0d;
    color: #9a0b0d;
    font-size: 12px;
    padding: 7px 13px;
    position: absolute;
    bottom: 15px;
    right: 20px;
    transition: all 0.6s ease-in-out;
}

.our-agents .agent-boxes .agent-box .cta:hover {
    border: 1px solid #4c0102;
    color: #4c0102;
}

.evaluate-properties .page-content {
    position: relative;
    padding: 35px 0 20px 0;
}

.evaluate-properties .page-form {
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
}

.evaluate-properties .page-form:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,#ffffff,#f5f5f5);
    z-index: -1;
}

.evaluate-properties .page-form .title {
    color: #9a0b0d;
    border-bottom: 1px solid #9a0b0d;
    padding-bottom: 10px;
    margin-bottom: 35px;
    display: inline-block;
}

.evaluate-properties .page-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.evaluate-properties .page-form form .form-field {
    flex: 0 0 48%;
    margin-right: 1%;
    margin-bottom: 15px;
}

.evaluate-properties .page-form form .wpcf7-form-control-wrap, .evaluate-properties .page-form form .wpcf7-form-control-wrap input {
    width: 100%;
}

.evaluate-properties .page-form form .submit-btn {
    width: 100%;
    text-align: right;
}

.evaluate-properties .page-form form .submit-btn input {
    border: none;
    width: 20%;
    margin-right: 10px;
    cursor: pointer;
}

.contact-us .map-div iframe {
    width: 100% !important;
    height: 400px !important;
}

.contact-us .page-content {
    position: relative;
    padding: 35px 0 20px 0;
}

.contact-us .page-content .contact-divs {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 0;
    border-radius: 4px;
    flex-wrap: wrap;
}

.contact-us .page-content .contact-divs .contact-div {
    display: flex;
    align-items: center;
    flex: 0 0 50%;
    margin-bottom: 25px;
}

.contact-us .page-content .contact-divs .contact-div img {
    width: 45px;
    margin-right: 7px;
}

.contact-us .page-content .contact-divs .contact-div span {
    cursor: default;
    font-size: 16px;
}

.contact-us .page-form {
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
}

.contact-us .page-form:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,#ffffff,#f5f5f5);
    z-index: -1;
}

.contact-us .page-form .title {
    color: #9a0b0d;
    border-bottom: 1px solid #9a0b0d;
    padding-bottom: 10px;
    margin-bottom: 35px;
    display: inline-block;
}

.contact-us .page-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-us .page-form form .form-field {
    flex: 0 0 48%;
    margin-right: 1%;
    margin-bottom: 15px;
}

.contact-us .page-form form .wpcf7-form-control-wrap, .contact-us .page-form form .wpcf7-form-control-wrap input {
    width: 100%;
}

.contact-us .page-form form .submit-btn {
    width: 100%;
    text-align: right;
}

.contact-us .page-form form .submit-btn input {
    border: none;
    width: 20%;
    margin-right: 10px;
    cursor: pointer;
}

/*------- Mortgage Sidebar -----*/

.right-content .widget {
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #dadada;
    margin-bottom: 25px;
    position: sticky;
    top: 0;
}

.right-content .widget .mortgage-calculator .mortgage-calculator-title {
    margin-bottom: 20px;
}

.right-content .widget .mortgage-calculator .mortgage-calculator-field {
    margin-bottom: 10px;
    position: relative;
}

.right-content .widget .mortgage-calculator .mortgage-calculator-field label {
    display: block;
}

.right-content .widget .mortgage-calculator .mortgage-calculator-field .custom-input {
    display: flex;
    position: relative;
    align-items: center;
}

.right-content .widget .mortgage-calculator .mortgage-calculator-field input {
    width: 100%;
    border: 1px solid #cecece;
    padding: 3px 10px
}

.right-content .widget .mortgage-calculator .mortgage-calculator-field input[type=number]::-webkit-inner-spin-button, 
.right-content .widget .mortgage-calculator .mortgage-calculator-field input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.right-content .widget .mortgage-calculator .mortgage-calculator-field .custom-input .in-input {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    padding: 0 5px;
}

.right-content .widget .mortgage-calculator button {
    border: none;
    background: #9A0B0D;
    color: #fff;
    padding: 3px 15px;
    border-radius: 3px;
    cursor: pointer;
}

#mortgage-result.no-result {
    display: none;
}

#mortgage-result {
    margin-top: 15px;
}

#mortgage-result .mortgage-result-field {
    margin-bottom: 10px;
}

#mortgage-result .mortgage-result-field:last-child {
    margin-bottom: 0;
}

/*------- footer -----*/
footer {
    width: 100%;
    padding: 0 0 20px 0;
    position: relative;
    background: #f5f5f5;
}

footer:before {
    content: '';
    border-top: 1px solid #dadada;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 35px;
}

footer.inner {
    margin-top: 35px;
    padding-top: 55px;    
}

footer .footer-container {
    width: 80%;
    margin: 0 auto;
    max-width: 1180px;
}

footer .footer-widget-title {
    margin-bottom: 20px;
}

footer a {
    color: #101010;
    background-color: transparent;
    text-decoration: underline;
}

footer a:hover {
    text-decoration: underline;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul li {
    margin: 10px 0;
	list-style: none;
}

footer ul li:first-child {
    margin-top: 0;
}

footer ul li a {
    color: #101010;
    background: none;
    background-color: transparent;
    text-decoration: none;
    padding: 0 0 5px 15px;
    background-image: url(../images/icons/icon-menu.png);
    background-repeat: no-repeat;
    background-position: top 2px left;
    background-size: 7px;
    transition: all 0.6s ease-in-out;
    position: relative;
}

footer ul li a:hover {
    text-decoration: none;
    color: #9a0b0d;
}

footer .footer-social {
    display: flex;
}

footer .footer-social a {
    width: 35px;
    margin-right: 10px;
}

footer .footer-social a:last-child {
    margin-right: 0;
}

footer .widget-title {
    margin-bottom: 35px;
    margin-top: 0;
}

footer .submit-btn input[type=submit].wpcf7-form-control {
    margin-top: 5px;
    border: none;
}

footer .footer-links-copyrights {
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    font-weight: bold;
}

.print-only {
    display: none;
}

/**** Overlay design ****/

.overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 9999;
    transition: all 0.6s ease-in-out;
}

.overlay.shown {
    opacity: 1;
    visibility: visible;
}

.overlay .overlay-container {
    max-width: 50%;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    min-height: 150px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    font-size: 14px;
}

.overlay .overlay-container.small {
    max-width: 30%;
}

.overlay .overlay-container .close-btn {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 5px;
    color: #fff;
    z-index: 999;
    border: none;
    background: none;
    font-size: 14px;
}

.overlay .overlay-container .overlay-header {
    padding: 10px 20px;
    background: #9A0B0D;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    color: #fff;
    position: relative;
    font-size: 17px;
}

.overlay .overlay-container .overlay-body {
    padding: 25px;
    text-align: center;
}

.overlay .overlay-container .overlay-body h5 {
    line-height: 40px;
    color: #9A0B0D;
}

.overlay .overlay-container .overlay-body input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 3px 10px;
}

.overlay .overlay-container .overlay-body input[type=submit] {
    width: 50%;
    background: #9A0B0D;
    color: #fff;
    border: none;
    margin-top: 25px;
}

/* override styles when printing */
@media print {
    .navbar, .header-right-area, .property-view-count, .carousel-control-prev, .carousel-control-next, .video, .detail.social, .property-header-action, .agent-contact, footer {
        display: none !important;
    }
    
    .single-property .agent-info .agent-details {
        border-bottom: none !important;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    
    .single-property .details-list .detail, .single-property .features-list .feature {
        padding: 7px 0;
    }
    .print-only {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

}
.joinouragetscont
{
    text-align:center;
    padding:20px;
}
.join-our-agents-btn:hover
{
    
     color: #fff;
}
.join-our-agents-btn
{
    
        padding: 3px 20px;
    background: #9a0b0d;
    color: #fff;
    border: 1px solid #cecece;
    float: none;
    clear: both;
    margin-bottom: 10px;
    margin: auto;
    padding: 10px;
}
.usp-pro .usp-fieldset, .usp-pro fieldset
{
 width:100%;   

}

.usp-pfeatures
{
    
     width: 99%;
    height: 250px;
    overflow: scroll;
    background: white;
    padding: 10px;
    margin-bottom: 20px;
}

.usp-ptype,.usp-plocation{
     width: 100%; 
}