@charset "UTF-8";
/*** GLOBAL ***/
* {
    outline: 0;
}
a,
.btn {
    color: #344850;
}
a:hover,
a:focus,
.btn:hover,
.btn:focus {
    color: #007e94;
}
img,
svg {
    vertical-align: middle;
}
label {
    font-weight: normal;
    text-transform: capitalize;
}
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="password"],
input[type="date"],
input.form-control,
.form-control,
textarea,
#show_buying input[type="text"],
#show_buying textarea {
    color: #344850!important;
    background-color: rgba(122,197,204,.1);
    border: 1px solid #7ac5cc!important;
    border-radius: 4px;
    box-shadow: none!important;
    font-size: 14px;
    /* height: 56px; */
    padding: .5rem .75rem;
    width: 100%;
    border-radius: .25rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="text"]:focus,
input[type="number"]:focus,
input.form-control:focus,
.form-control:focus {
    background-color: rgba(122,197,204,.1);
    color: #344850!important;
    border-color: #7ac5cc!important;
    box-shadow: none;
}
.input-group-text {
    font-size: 14px;
    color: #344850;
    background-color: rgba(122,197,204,.3);
    border: 1px solid #7ac5cc;
}
section:not(#sp-showcase, #sp-page-title, #sp-bottom) {
    padding: 80px 0;
}
body.home #sp-main-body {
    display: none;
    padding: 0;
}
#sp-main-body {
    background-color: #f3f7fd;
    min-height: calc(100vh - 162px);
}
/*** Header ***/
#sp-header {
    height: 100px;
    width: 100%;
    position: relative;
    z-index: 99;
    box-shadow: 0 5px 30px rgba(0,22,84,.1);
        -webkit-box-shadow: 0 5px 30px rgba(0,22,84,.1);
    animation: spFadeIn 0.5s;
}
#sp-header .logo {
    height: 100px;
    display: inline-flex;
    margin: 0;
    align-items: center;
}
#sp-header .logo a {
    font-size: 24px;
    line-height: 1;
    margin: 0;
    padding: 0;
}
#sp-header .logo p {
    margin: 5px 0 0;
}
#sp-header.header-sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    animation: spFadeInDown 0.5s;
}
#sp-menu.menu-with-social {
    margin-top: 30px;
}
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
  /* display: inline-block; */
  padding: 0 15px;
  line-height: 1;
  margin: 0;
}
.sp-megamenu-parent > li:last-child > a {
  padding: 0px 0px 0px 15px;
}
.sp-megamenu-parent > li.active > a {
  font-weight: 500;
}
ul.social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
ul.social-icons > li {
    display: inline-block;
    line-height: 1.5;
}
ul.social-icons > li:not(:last-child),
ul.social-icons > li:not(:last-child) {
    margin-right: .25rem;
}
ul.social-icons a,
.offcanvas-menu .offcanvas-inner .social-icons a {
    display: block;
    color: #ffffff;
    padding: .5rem .75rem;
}
#sp-menu ul.social-icons a {
    padding: .375rem .5rem;
}
ul.social-icons a:hover,
ul.social-icons a:focus,
.offcanvas-menu .offcanvas-inner .social-icons a:hover,
.offcanvas-menu .offcanvas-inner .social-icons a:focus {
  color: #ffffff;
}
.offcanvas-menu .offcanvas-inner .sp-contact-info,
.offcanvas-menu .offcanvas-inner .social-icons {
  font-size: 14px;
}
.offcanvas-menu .offcanvas-inner .social-icons {
    justify-content: center;
}
/* .offcanvas-menu .offcanvas-inner .sp-contact-info > li > a,
.offcanvas-menu .offcanvas-inner .social-icons > li > a {
  opacity: 0.7;
}
.offcanvas-menu .offcanvas-inner .sp-contact-info > li > a:hover,
.offcanvas-menu .offcanvas-inner .sp-contact-info > li > a:focus,
.offcanvas-menu .offcanvas-inner .social-icons > li > a:hover,
.offcanvas-menu .offcanvas-inner .social-icons > li > a:focus {
  opacity: 1;
} */
/*** Module - Why Us ***/
body.home #sp-why-us {
    background-color: #344850;
    color: #fff;
}
body.home #sp-why-us .mod.perfect-choice h2 {
    text-align: center;
    margin-bottom: 2rem;
}
body.home #sp-why-us .reason h4 {
    background-color: rgba(122,197,204,.1);
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    max-width: 50%;
    margin: 0 auto;
    padding: 10px;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}
body.home #sp-why-us .reason .image-wrapper {
    position: relative;
    overflow: hidden;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    -webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    -moz-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    -ms-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    -o-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
}
body.home #sp-why-us .reason .desc {
    background-color: rgba(122,197,204,.1);
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
    padding: 1rem 1.5rem;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
}
body.home #sp-why-us .mod.perfect-choice .btn-wrapper {
    text-align: center;
    margin-top: 2rem;
}
body.home #sp-why-us .mod.perfect-choice .btn-wrapper > a {
    color: #fff;
    border: 2px solid #fff;
    border-radius: .25rem;
    padding: 16px 50px;
}
body.home #sp-why-us .mod.perfect-choice .btn-wrapper > a:hover,
body.home #sp-why-us .mod.perfect-choice .btn-wrapper > a:focus {
    background: rgba(56,159,174,.2);
}
/*** Module - Slideshow ***/
#sp-showcase {
    -webkit-box-shadow: 0 5px 30px rgba(0,22,84,.1);
    -moz-box-shadow: 0 5px 30px rgba(0,22,84,.1);
    -ms-box-shadow: 0 5px 30px rgba(0,22,84,.1);
    -o-box-shadow: 0 5px 30px rgba(0,22,84,.1);
    box-shadow: 0 5px 30px rgba(0,22,84,.1);
}
.listing-slider i.prev-slider,
.listing-slider i.next-slider {
    display: none;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    z-index: 2;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.listing-slider i.prev-slider {
    left: 15px;
}
.listing-slider i.next-slider {
    right: 15px;
}
.realestateSlider:hover .prev-slider,
.realestateSlider:hover .next-slider {
    display: block;
}
.listing-slider #slide-caption {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(122,197,204,.6);
    color: #fff;
    padding: 1rem 1.5rem;
}
.listing-slider #slide-caption h2,
.listing-slider #slide-caption h2 a {
    color: #344850;
    text-decoration: none;
    font-size: 30px;
    letter-spacing: .8px;
    font-weight: 600;
    margin: 0;
}
/*** Module - Location Search ***/
/* .mod.location-search {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #344850;
} */
/*** Module - Home Listing Search ***/
.mod.property-search {
    background-color: #f5faff;
    padding: 30px 0;
    margin-top: 30px;
}
.property-search-wrapper #rem_mod_search form {
    display: block;
    max-width: 60%;
}
#rem_mod_search #rem_slider_mod {
    width: 100%!important;
}
#show_buying .contact-agent input[type="text"],
#show_buying .contact-agent textarea,
.property-search-wrapper #rem_mod_search input[type="text"] {
    border-radius: .25rem!important;
    padding: .5rem .75rem!important;
    height: auto!important;
    display: inherit;
    color: #344850!important;
    margin: inherit;
}
.property-search-wrapper #rem_mod_search .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.property-search-wrapper #rem_mod_search .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
}
.property-search-wrapper #rem_mod_search .search_button > .top-search-btn {
    cursor: pointer !important;
    border: 0 none !important;
    border-radius: .5rem !important;
    background-color: #007e94 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    letter-spacing: .8px !important;
    font-weight: 500 !important;
    padding: 1rem 4rem !important;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.property-search-wrapper #rem_mod_search .search_button > .top-search-btn:hover,
.property-search-wrapper #rem_mod_search .search_button > .top-search-btn:focus {
    background-color: #344850!important;
}
#moreSearchFilters .accordion-item {
    border: 0 none;
    border-radius: 0;
    background: transparent;
}
#moreSearchFilters .accordion-item .accordion-button {
    border-radius: 0;
    color: #344850;
    padding: 1rem 0;
    background: transparent;
    width: auto;
    box-shadow: none;
    text-transform: uppercase !important;
    font-size: 12px !important;
    letter-spacing: .8px !important;
    font-weight: 500 !important;
}
#moreSearchFilters .accordion-item .accordion-button:after {
    margin-left: 1rem;
}
#moreSearchFilters .accordion-item .accordion-body {
    padding: 1rem 0;
}
.listing-type-wrapper .controls {
    display: flex;
    flex-wrap: wrap;
}
.listing-type-wrapper .controls label.radio {
    border-radius: .25rem;
    background-color: #f7f5f5;
    border: 1px solid transparent;
    padding: 5px 10px;
    margin-right: 10px;
    cursor: pointer;
}
.listing-type-wrapper .controls label.radio:hover,
.listing-type-wrapper .controls label.radio:focus {
    background-color: #efebea;
}
.listing-type-wrapper .controls label.radio.checked {
    color: #344850;
    background-color: rgba(122,197,204,.1);
    border: 1px solid #7ac5cc !important;
}
.listing-type-wrapper .controls input[type="radio"] {
    visibility: hidden;
    display: none;
}
/*** Module - Explore Good Places ***/
#sp-features {
    background-color: #f5faff;
}
.mod.featured-listing > h2 {
    text-align: center;
    margin-bottom: 2rem;
}
.featured-listing-wrapper,
.single-listing-wrapper {
    background: #fff;
    border: none;
    border-radius: .5rem;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    -moz-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    -ms-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    -o-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
}
.listing-image-wrapper {
    max-height: 240px;
    min-height: 240px;
    overflow: hidden;
    position: relative;
}
.listing-details-wrapper {
    align-items: center;
    display: flex;
    padding: 1rem 1.5rem;
    vertical-align: middle;
}
.listing-details-inner {
    align-items: center;
    display: flex;
    position: relative;
    width: 100%;
}
.listing-short-details {
    flex: 1;
}
.listing-title {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 40px;
    position: relative;
    max-width: 75%;
    min-height: 50px;
}
.listing-type:not(dl) {
    background: rgba(122,197,204,.1);
    color: #7ac5cc;
    border-radius: 50px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 4px 12px;
    height: 26px;
}
.listing-price {
    color: #078297;
}
.listing-features-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 1.5rem;
}
.listing-features-details {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: end;
    align-items: center;
    position: relative;
    width: 100%;
}
.listing-features-details .feature {
    font-size: .8rem;
    align-items: center;
    display: inline-flex;
    flex: inherit;
    margin-right: 1.2rem;
    width: auto;
    color: #198da0;
}
.listing-features-details .feature:last-child {
    margin: 0;
}
.listing-footer-wrapper {
    align-items: center;
    border-top: 1px solid #e4e8f3;
    display: flex;
    margin-top: 1rem;
    padding: 1rem 1.5rem;
    width: 100%;
}
.listing-location-wrapper {
    flex: 1;
}
.listing-location {
    font-size: 15px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.dyarcom-icon {
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    
    object-fit: cover;
    object-position: 50% 50%;
}
.dyarcom-icon.round {
    align-items: center;
    background-color: rgba(122,197,204,.1);
    background-size: 13px 13px;
    border-radius: 50%;
    display: inline-flex;
    height: 25px;
    justify-content: center;
    margin-right: 7px;
    width: 25px;
}
.dyarcom-icon.pin {
    width: 18px;
    background-image: url('../images/icons/pin.svg');
    background-size: 100%;
    margin-right: 5px;
}
.dyarcom-icon.bed {
    background-image: url('../images/icons/bed.svg');
}
.dyarcom-icon.bath {
    background-image: url('../images/icons/bath.svg');
}
.dyarcom-icon.sqm {
    background-image: url('../images/icons/sqm.svg');
}
.dyarcom-icon.room {
    background-image: url('../images/icons/room.svg');
}
.dyarcom-icon.lot {
    background-image: url('../images/icons/lot.svg');
}
.dyarcom-icon.year {
    background-image: url('../images/icons/year.svg');
}
.dyarcom-icon.garage {
    background-image: url('../images/icons/garage.svg');
}
.dyarcom-icon.check {
    background-image: url('../images/icons/check.svg');
}
.listing-viewmore > a {
    align-items: center;
    justify-content: center;
    background: #389fae;
    border-radius: 50px;
    color: #fff;
    display: inline-flex;
    height: 30px;
    padding: 4px 18px;
}
.listing-browseall > a {
    background: rgba(56,159,174,.2);
    border: 2px solid rgba(56,159,174,.3);
    border-radius: .25rem;
    color: #389fae;
    padding: 16px 50px;
}
/*** Page - All Properties ***/
body.all-listings #sp-main-body {
    padding: 0!important;
}
.re_map_canvas.all-listings {
    border: 0 none;
    height: 350px;
    -webkit-box-shadow: 0 5px 30px rgba(0,22,84,.1);
    -moz-box-shadow: 0 5px 30px rgba(0,22,84,.1);
    -ms-box-shadow: 0 5px 30px rgba(0,22,84,.1);
    -o-box-shadow: 0 5px 30px rgba(0,22,84,.1);
    box-shadow: 0 5px 30px rgba(0,22,84,.1);
}
.top-order-search {
    background-color: rgba(122,197,204,.1);
    color: #389fae;
    border-radius: .5rem;
}
.select2-container {
    width: 100%!important;
}
.top-order-search #orderForm .select2-container {
    width: calc(100% - 20px)!important;
}
.select2-container--default .select2-selection--single {
    background-color: rgba(122,197,204,.1);
    border: 1px solid #7ac5cc;
    border-radius: .25rem;
    padding-left: 15px;
    height: 40px;
    text-transform: capitalize;
}
.select2-container--default .select2-selection__rendered {
    color: #626a70!important;
    line-height: 40px!important;
    padding: 0 15px 0 0!important;
    text-align: left!important;
}
.select2-container--default .select2-selection__arrow {
    height: 39px!important;
}
.top-order-search #topSearchForm > input.top-search-btn {
    margin-top: 11px;
}
/* section#all-listings {
    padding: 0;
} */
.filter-wrapper {
    /* background-color: #fff;
    border: 1px solid #ebeef5;
    border-radius: .5rem;
    color: #707070;
    overflow: hidden;
    transition: .5s; */
}
.filter-wrapper .filter-header {
    padding: 1.5rem 1.4rem;
    position: relative;
    /* background-color: #007e94; */
    color: #fff;
    text-align: center;
}
.filter-wrapper .filter-header h2 {
    display: block;
    margin-bottom: 0;
    text-transform: capitalize;
}
.filter-wrapper .filter-body {
    padding: 1.5rem 1.4rem;
}
.filter-wrapper .filter-body > section#show-search {
    padding: 0!important;
}
.filter-wrapper #searchForm .select2-container {
    width: 100%!important;
}
#searchForm #priceRange.ui-widget.ui-widget-content,
#searchForm #houseSize.ui-widget.ui-widget-content,
#searchForm #lotSize.ui-widget.ui-widget-content {
    border: 1px solid #7ac5cc;
    margin: .25rem .6em 0;
}
#searchForm #priceRange .ui-widget-header,
#searchForm #houseSize .ui-widget-header,
#searchForm #lotSize .ui-widget-header {
    background-color: rgba(122,197,204,.1);
}
#searchForm #priceRange .ui-slider-handle,
#searchForm #houseSize .ui-slider-handle,
#searchForm #lotSize .ui-slider-handle {
    background-color: #007e94;
    border: 1px solid #7ac5cc;
}
.single-listing-wrapper .listing-title {
    max-width: 70%;
    line-height: 1.2;
}
.single-listing-wrapper .listing-image-wrapper {
    max-height: 240px;
    min-height: 240px;
}
.single-listing-wrapper .listing-image-wrapper img {
    width: 100%;
    height: 100%;
    max-height: 240px;
    object-fit: cover;
}
.single-listing-wrapper .listing-status {
    position: absolute;
    left: 50%;
    bottom: 0;
    color: #fff;
    background-color: rgba(52,72,80,.95);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .8px;
    line-height: 1.5;
    padding: 8px 18px;
    width: 65%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    /* -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5); */
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.single-listing-wrapper .short-details {
    min-height: 38.4px;
}
.single-listing-wrapper .listing-price .listing-card-info-price {
    font-size: 16px;
}
.single-listing-wrapper .listing-footer-wrapper {
    justify-content: end;
}
/*** Page - Single Listing ***/
#listing_gallery {
    position: relative;
    max-height: 580px;
    overflow: hidden;
}
#listing_gallery .listing-main-image .swiper-button-next:before,
#listing_gallery .listing-main-image .swiper-button-prev:before {
    display: none;
}
#listing_gallery .listing-main-image .swiper-button-next > i,
#listing_gallery .listing-main-image .swiper-button-prev > i {
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    z-index: 2;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#listing_gallery .listing-main-image .swiper-button-next > i {
    right: 15px;
}
#listing_gallery .listing-main-image .swiper-button-prev > i {
    left: 15px;
}
#listing_gallery .rem_fancybox > img {
    width: 100%;
    max-height: 580px;
}
.single-listing-details .listing-details {
    border: none;
    border-radius: .5rem;
    background-color: #fff;
    display: block;
    width: 100%;
}
.single-listing-details .listing-type-status {
    position: relative;
}
.single-listing-details .listing-type-status .listing-status {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    top: -25px;
    right: -25px;
}
/* .single-listing-details .listing-type-status .listing-status:before,
.single-listing-details .listing-type-status .listing-status:after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
    border-top-color: transparent;
    border-right-color: transparent;
}
.single-listing-details .listing-type-status .listing-status:before {
    top: 0;
    left: 0;
}
.single-listing-details .listing-type-status .listing-status:after {
    bottom: 0;
    right: 0;
} */
.single-listing-details .listing-type-status .listing-status span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #007e94;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: capitalize;
    text-align: center;
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}
.listing-details h3,
.listing-details h4 {
    color: #344850;
}
.listing-details h4 {
    margin-bottom: 25px;
}
.listing-details h4 .accordion-button {
    color: #344850;
    font-size: inherit;
    font-weight: 500;
    border-radius: 0!important;
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.listing-details h4 .accordion-button:after {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background-color: rgba(122,197,204,.1);
    background-position: center;
}
.listing-details .accordion-body {
    padding: 0;
}
.single-listing-details h3.pricemoney {
    color: #198da0;
}
.single-listing-details dl {
    margin: 0px;
    padding: 0px;
    overflow: auto;
    font-size: 0px;
}
.single-listing-details dt,
.single-listing-details dd {
    font-size: 15px;
    display: inline-block;
}
.single-listing-details dt {
    width: 40%;
}
.single-listing-details dd {
    width: 50%;
}
.single-listing-details ul.amenities-list,
.single-listing-details ul.gallery-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
.single-listing-details .amenities-cat-title {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 10px 0;
    font-weight: 700;
}
.single-listing-details ul.amenities-list li {
    display: flex;
    flex: 0 0 25%;
    list-style: none;
    margin: 10px 0;
    max-width: 25%;
    /* padding-left: 35px; */
    position: relative;
    line-height: 1.7;
}
.single-listing-details ul.amenities-list li span {
    line-height: 1.7;
    display: inline-block;
    vertical-align: middle;
}
.single-listing-details li.amenities-name > .dyarcom-icon {
    background: rgba(122,197,204,.1);
    border-radius: 50%;
    height: 25px;
    left: 0;
    line-height: 25px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 25px;
}
.single-listing-details ul.gallery-list li {
    flex: 0 0 33.33333%;
    padding: 5px;
    width: 33.333333%;
    list-style: none;
}
.single-listing-details ul.gallery-list li a {
    border-radius: .25rem;
    display: block;
    height: 100%;
    overflow: hidden;
    width: 100%;
    max-height: 166px;
}
.single-listing-details ul.gallery-list li a img {
    width: 100%;
    max-width: 100%;
    min-height: 166px;
}
.single-listing-details .reviews-wrapper #hidden_review {
    border-top: 1px solid;
}
.single-listing-details .reviews-wrapper #star {
    display: inline-block;
    margin-left: 15px;
}
.single-listing-details .reviews-wrapper #star > img {
    display: inline;
    max-width: 25px;
}
.listing-contact-wrapper {
    background-color: #fff;
    border: 1px solid #ebeef5;
    border-radius: .5rem;
    color: #707070;
    overflow: hidden;
    transition: .5s;
}
.listing-contact-wrapper .contact-header {
    /* display: flex;
    align-items: center; */
    padding: 1.5rem 1.4rem;
    position: relative;
    background-color: #007e94;
    color: #fff;
}
.listing-contact-wrapper .contact-header h4 {
    display: block;
    margin-bottom: 0;
    text-transform: capitalize;
}
/* .listing-contact-wrapper .contact-header .agent-name {
} */
.listing-contact-wrapper .contact-body {
    padding: 1.5rem 1.4rem;
}
.single-listing-details .wa-listing-inner > a {
    display: flex;
    width: 100%;
    height: 50px;
    color: #25d366;
    font-size: 12px;
    text-align: center;
    text-transform: capitalize;
}
.single-listing-details .listing-contact-wrapper .contact-body .wa-listing-inner > a {
    display: flex;
    width: 100%;
    height: 50px;
    background-color: #25d366;
    color: #ffffff;
    font-size: 15px;
    border-radius: 50px;
    text-align: center;
    -webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    -moz-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    -ms-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    -o-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
}
.single-listing-details .listing-contact-wrapper .contact-body .wa-listing-inner > a:hover,
.single-listing-details .listing-contact-wrapper .contact-body .wa-listing-inner > a:focus {
    background-color: #075e54;
}
.single-listing-details .wa-listing-inner > a:hover,
.single-listing-details .wa-listing-inner > a:focus {
    color: #075e54;
}
.single-listing-details .wa-wrapper,
.listing-contact-wrapper .contact-body .wa-wrapper {
    display: flex;
    margin: 0 auto;
    line-height: 1;
    padding: 10px 15px;
    align-items: center;
}
.single-listing-details .wa-wrapper > i,
.listing-contact-wrapper .contact-body .wa-wrapper > i {
    font-size: 30px;
}
.single-listing-details .wa-wrapper > i {
    font-size: 18px;
}
.single-listing-details .wa-wrapper > span,
.listing-contact-wrapper .contact-body .wa-wrapper > span {
    line-height: 30px;
}
.single-listing-details .wa-wrapper > span {
    line-height: 18px;
}
.listing-contact-wrapper .contact-body .hr {
    color: #007e94;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .8px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
}
.listing-contact-wrapper .contact-body .hr > span {
    position: relative;
    padding: 3px 10px;
    background-color: #ffffff;
}
.listing-contact-wrapper .contact-body .hr:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #007e94;
    top: 50%;
    transform: translateY(-50%);
}
/* .row_capcha > img {
    margin: 0 auto;
} */
/*** Module - Mortgage Calculator ***/
.mortgage-calc-inner label,
.reviews-wrapper label {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 0px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    letter-spacing: .8px;
}
.mortgage-calc-inner .addtaxes {
    color: #344850!important;
    cursor: pointer!important;
    font-size: 14px!important;
    font-weight: 600!important;
    line-height: 1.5!important;
    text-transform: uppercase!important;
}
.mortgage-calc-inner button.payment-option,
.mortgage-calc-inner button.mortgage-refresh-payment,
input.submit-review,
input.contact-submit,
input.top-search-btn,
input.side-search-btn {
    cursor: pointer;
    border: 0 none!important;
    border-radius: .5rem;
    background-color: #007e94;
    color: #ffffff!important;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .8px;
    font-weight: 500;
    /* padding: 1rem 4rem !important; */
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.mortgage-calc-inner button.mortgage-refresh-payment {
    font-size: 12px;
    padding: 1rem 1.25rem!important;
}
.mortgage-calc-inner button.payment-option:first-child,
.mortgage-calc-inner button.payment-option:last-child {
    border: 0 none!important;
}
.mortgage-calc-inner button.payment-option:hover,
.mortgage-calc-inner button.payment-option:focus,
.mortgage-calc-inner button.payment-option.active,
.mortgage-calc-inner button.payment-option.active:hover,
.mortgage-calc-inner button.payment-option.active:focus,
.mortgage-calc-inner button.mortgage-refresh-payment:hover,
.mortgage-calc-inner button.mortgage-refresh-payment:focus,
input.submit-review:hover,
input.submit-review:focus,
input.contact-submit:hover,
input.contact-submit:focus,
input.top-search-btn:hover,
input.top-search-btn:focus,
input.side-search-btn:hover,
input.side-search-btn:focus {
    background-color: #344850;
    color: #ffffff!important;
}
.mortgage-calc-inner .summary-container {
    border: 0 none;
    border-radius: .5rem;
    background-color: rgba(122,197,204,.3);
    color: #198da0;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    -moz-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    -ms-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    -o-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
}
.mortgage-calc-inner .summary-container > h4 {
    padding: 1rem .5rem;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 0;
}
.mortgage-calc-inner .summary-container .summary-value,
.mortgage-calc-inner .summary-container .summary-name {
    font-size: 14px;
    line-height: 1.5;
    text-transform: capitalize;
    letter-spacing: .8px;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.mortgage-calc-inner .summary-container .summary-value {
    text-align: right;
}
.mortgage-calc-inner .overview-total,
.mortgage-calc-inner .payment-total {
    border-top: 1px solid #7ac5cc;
}
.mortgage-calc-inner .overview-total .summary-value,
.mortgage-calc-inner .overview-total .summary-name,
.mortgage-calc-inner .payment-total .summary-value,
.mortgage-calc-inner .payment-total .summary-name {
    font-size: 18px;
    font-weight: 700;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
/*** Pages - Core ***/
.article-list .article .article-header h1,
.article-list .article .article-header h2,
.article-details .article-header h1,
.article-details .article-header h2 {
    font-size: 30px;
    margin: 0 0 2rem;
}
.article-list .article .article-header h1 a,
.article-list .article .article-header h2 a {
    color: #344850;
}
.article-list .article .article-header h1 a:hover,
.article-list .article .article-header h1 a:active,
.article-list .article .article-header h1 a:focus,
.article-list .article .article-header h2 a:hover,
.article-list .article .article-header h2 a:active,
.article-list .article .article-header h2 a:focus {
    color: #007e94;
}
/* .article-list .article {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
} */
.article-list .article .article-intro-image,
.article-list .article .article-featured-video,
.article-list .article .article-featured-audio,
.article-list .article .article-feature-gallery {
    border-radius: .5rem .5rem 0 0;
    overflow: hidden;
}
.article-list .article .article-intro-image img,
.article-list .article .article-featured-video img,
.article-list .article .article-featured-audio img,
.article-list .article .article-feature-gallery img {
    border-radius: .5rem .5rem 0 0;
}
.article-list .article .readmore {
    font-size: 0.875rem;
}
.article-list .article .readmore a {
    color: #344850;
}
.article-list .article .readmore a:hover,
.article-list .article .readmore a:active,
.article-list .article .readmore a:focus {
    color: #007e94;
}
/* Page - Services */
body.services .blog.services .article {
    background-color: #fff;
    border-radius: .5rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;

    -webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    -moz-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    -ms-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    -o-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
}
/* body.services .blog.services .article .article-intro-image {
    margin: -.5rem;
} */
body.services .blog.services .article .article-body {
    min-height: 389px;
}
body.services .blog.services .article .article-header {
    background-color: rgba(122,197,204,.1);
}
body.services .blog.services .article .article-header h2,
body.services .blog.services .article .article-introtext {
    padding: 1rem 1.5rem;
    margin: 0;
}
/*** Page - FAQs ***/
body.faqs #sp-faqs {
    background-color: #f3f7fd;
    min-height: calc(100vh - 162px);
}
body.faqs #sp-main-body {
    display: none;
    padding: 0!important;
}
.blog.lebanon-faqs,
.blog.cyprus-faqs,
.blog.greece-faqs {
    max-width: 65%;
    margin: 0 auto;
}
.faq-wrapper.accordion-item {
    border: none;
    border-radius: .5rem;
    background-color: #fff;
    display: block;
    width: 100%;
}
.faq-wrapper .article-body .faq-heading {
    margin-bottom: 25px;
}
.faq-wrapper .article-body .faq-heading .accordion-button {
    color: #344850;
    font-size: inherit;
    font-weight: 500;
    border-radius: 0 !important;
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.faq-wrapper .article-body .faq-heading .accordion-button:after {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background-color: rgba(122,197,204,.1);
    background-position: center;
}
.faq-wrapper .article-body .accordion-body {
    padding: 0;
}
/*** Page - About Us ***/
body.about #sp-main-body {
    background: url('../images/our-story.jpg') no-repeat center / cover;
    min-height: auto;
}
/* body.about #sp-main-body:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    display: block;
    width: 100%;
    height: 100%;
} */
/* .blog.about {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 576px) {
    .blog.about {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .blog.about {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .blog.about {
        max-width: 960px;
    }
    .blog.about .article-body {
        max-width: 80%;
    }
}
@media (min-width: 1200px) {
    .blog.about {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .blog.about {
        max-width: 1320px;
    }
} */
.blog.about .article-body,
.article-details.about {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
}
.mod.whyus .whyus-inner {
    border-bottom: 1px solid #344850;
}
body.about .mod.whyus h2,
.mod.management h2 {
    text-align: center;
    margin-bottom: 2rem;
}
body.about .mod.whyus .image-wrapper .image-inner {
    position: relative;
    overflow: hidden;
}
body.about .mod.whyus .image-wrapper .image-inner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
body.about .why-us.quality .image-wrapper .image-inner:after,
body.about .why-us.innovation .image-wrapper .image-inner:after {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(100deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 45%);
    background: -webkit-linear-gradient(100deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 45%);
    background: linear-gradient(100deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 45%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
body.about .why-us.responsibility .image-wrapper .image-inner:after {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(260deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 45%);
    background: -webkit-linear-gradient(260deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 45%);
    background: linear-gradient(260deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 45%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
body.about .mod.whyus .blockquote {
    padding: 15px;
    text-transform: uppercase;
}
body.about #sp-team {
    padding-top: 0!important;
}
.team-member .team-card {
    background-color: rgba(122,197,204,.1);
    padding: 1.5rem;
    border-radius: .5rem;
}
.team-member .team-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 30px;
    -webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    -moz-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    -ms-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    -o-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
}
.team-member.mgmt .team-image-wrapper {
    width: 250px;
    height: 250px;
}
.team-member.staff .team-image-wrapper {
    width: 175px;
    height: 175px;
}
.team-member .accordion-item {
    background-color: transparent;
    border: 0 none;
}
.team-member h4 {
    text-align: center;
}
.team-member h4 > button.accordion-button {
    border-radius: 0 !important;
    background-color: transparent;
    color: inherit;
    box-shadow: none;
    outline: 0;
    padding: 1rem 0;
}
.team-member .accordion-body {
    padding: 1rem 0;
}
.team-member.staff {
    font-size: 90%;
    max-width: 414px;
    margin: 0 auto;
}
.team-member.staff h4 {
    font-size: 18px;
}
/*** Page - Contact ***/
body.contact #sp-main-body {
    min-height: auto;
}
#sp-contact-top {
    background: url('../images/contact.jpg') no-repeat center / cover;
}
body.contact .mod.contact {
    -webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    -moz-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    -ms-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    -o-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
}
body.contact .contact-logo {
    padding: 58px 1.5rem 57px;
    border-radius: .5rem;
    background-color: #fff;
    line-height: 1;
}
body.contact .contact-logo h4,
.btm.logo-address h4 {
    margin: 0;
}
body.contact .contact-logo .image-wrapper {
    max-width: 50%;
    max-height: 77px;
    margin-bottom: 30px;
}
body.contact .agent-submission-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: .5rem;
    background: url('../images/contact-broker.jpg') no-repeat center / cover;
    color: #ffffff;
}
body.contact .agent-submission-wrapper .agent-submission-inner {
    padding: 127px 1.5rem 30px;
    background-color: rgba(52,72,80,.75);
    text-align: center;
    line-height: 1;

    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
body.contact .agent-submission-wrapper .agent-submission-inner:hover,
body.contact .agent-submission-wrapper .agent-submission-inner:focus {
    background-color: rgba(52,72,80,.95);
}
body.contact .agent-submission-wrapper .btn-wrapper {
    text-align: center;
    margin-top: 2rem;
}
body.contact .agent-submission-wrapper .btn-wrapper > a {
    color: #fff;
    border: 2px solid #fff;
    border-radius: .25rem;
    padding: 16px 50px;
    display: inline-block;
}
body.contact .agent-submission-wrapper .btn-wrapper > a:hover,
body.contact .agent-submission-wrapper .btn-wrapper > a:focus {
    background: rgba(56,159,174,.2);
}
.social-channels-wrapper {
    background-color: #389fae;
    position: relative;
    overflow: hidden;
    border-radius: .5rem;
    padding: 51px 1.5rem;
}
.social-channels-wrapper h4 {
    margin-bottom: 1rem;
    color: #fff;
}
.social-channels-wrapper .social-channel {
    font-size: 22px;
}
.social-channels-wrapper .social-channel > a {
    padding: 1rem 1.5rem;
    display: block;
    color: #fff;
}
ul.social-icons .social-icon-facebook a,
.social-channels-wrapper .social-channel.facebook > a,
.offcanvas-menu .offcanvas-inner .social-icons .social-icon-facebook > a {
    background-color: #1877f2;
}
ul.social-icons .social-icon-facebook a:hover,
ul.social-icons .social-icon-facebook a:focus,
.social-channels-wrapper .social-channel.facebook > a:hover,
.social-channels-wrapper .social-channel.facebook > a:focus,
.offcanvas-menu .offcanvas-inner .social-icons .social-icon-facebook > a:hover,
.offcanvas-menu .offcanvas-inner .social-icons .social-icon-facebook > a:focus {
    background-color: #3b5998;
}
ul.social-icons .social-icon-twitter a,
.social-channels-wrapper .social-channel.twitter > a,
.offcanvas-menu .offcanvas-inner .social-icons .social-icon-twitter > a {
    background-color: #1da1f2;
}
ul.social-icons .social-icon-twitter a:hover,
ul.social-icons .social-icon-twitter a:focus,
.social-channels-wrapper .social-channel.twitter > a:hover,
.social-channels-wrapper .social-channel.twitter > a:focus,
.offcanvas-menu .offcanvas-inner .social-icons .social-icon-twitter > a:hover,
.offcanvas-menu .offcanvas-inner .social-icons .social-icon-twitter > a:focus {
    background-color: #14171a;
}
ul.social-icons .social-icon-youtube a,
.social-channels-wrapper .social-channel.youtube > a,
.offcanvas-menu .offcanvas-inner .social-icons .social-icon-youtube > a {
    background-color: #ff0000;
}
ul.social-icons .social-icon-youtube a:hover,
ul.social-icons .social-icon-youtube a:focus,
.social-channels-wrapper .social-channel.youtube > a:hover,
.social-channels-wrapper .social-channel.youtube > a:focus,
.offcanvas-menu .offcanvas-inner .social-icons .social-icon-youtube > a:hover,
.offcanvas-menu .offcanvas-inner .social-icons .social-icon-youtube > a:focus {
    background-color: #282828;
}
ul.social-icons .social-icon-linkedin a,
.social-channels-wrapper .social-channel.linkedin > a,
.offcanvas-menu .offcanvas-inner .social-icons .social-icon-linkedin > a {
    background-color: #0a66c2;
}
ul.social-icons .social-icon-linkedin a:hover,
ul.social-icons .social-icon-linkedin a:focus,
.social-channels-wrapper .social-channel.linkedin > a:hover,
.social-channels-wrapper .social-channel.linkedin > a:focus,
.offcanvas-menu .offcanvas-inner .social-icons .social-icon-linkedin > a:hover,
.offcanvas-menu .offcanvas-inner .social-icons .social-icon-linkedin > a:focus {
    background-color: #000000;
}
ul.social-icons .social-icon-instagram a,
.social-channels-wrapper .social-channel.instagram > a,
.offcanvas-menu .offcanvas-inner .social-icons .social-icon-instagram > a {
    background-color: #c32aa3;
}
ul.social-icons .social-icon-instagram a:hover,
ul.social-icons .social-icon-instagram a:focus,
.social-channels-wrapper .social-channel.instagram > a:hover,
.social-channels-wrapper .social-channel.instagram > a:focus,
.offcanvas-menu .offcanvas-inner .social-icons .social-icon-instagram > a:hover,
.offcanvas-menu .offcanvas-inner .social-icons .social-icon-instagram > a:focus {
    background-color: #7232bd;
}
ul.social-icons .social-icon-whatsapp a,
.social-channels-wrapper .social-channel.whatsapp > a,
.offcanvas-menu .offcanvas-inner .social-icons .social-icon-whatsapp > a {
    background-color: #25d366;
}
ul.social-icons .social-icon-whatsapp a:hover,
ul.social-icons .social-icon-whatsapp a:focus,
.social-channels-wrapper .social-channel.whatsapp > a:hover,
.social-channels-wrapper .social-channel.whatsapp > a:focus,
.offcanvas-menu .offcanvas-inner .social-icons .social-icon-whatsapp > a:hover,
.offcanvas-menu .offcanvas-inner .social-icons .social-icon-whatsapp > a:focus {
    background-color: #075e54;
}
.contact-form-wrapper .convertforms .cf-content-wrap,
.contact-form-wrapper .convertforms .cf-form-wrap,
.list-form-wrapper .convertforms .cf-content-wrap,
.list-form-wrapper .convertforms .cf-form-wrap {
    padding: 0;
}
.contact-form-wrapper .convertforms .cf-label,
.list-form-wrapper .convertforms .cf-label,
#searchForm label:not(.radio) {
    color: #344850;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 0px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    letter-spacing: .8px;
}
.article-details.list-your-property {
    max-width: 65%;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: .5rem;
    position: relative;
    -webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    -moz-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    -ms-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    -o-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
}
.list-form-wrapper .convertforms .cf-radio-group .cf-label {
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 14px;
}
.contact-form-wrapper .convertforms .cf-input,
.list-form-wrapper .convertforms .cf-input {
    color: #344850 !important;
    background-color: rgba(122,197,204,.1);
}
.contact-form-wrapper .convertforms .cf-btn,
.list-form-wrapper .convertforms .cf-btn {
    font-size: 12px;
    padding: 1rem 1.25rem !important;
    cursor: pointer;
    border: 0 none !important;
    border-radius: .5rem!important;
    background-color: #007e94!important;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: .8px;
    font-weight: 500;
    padding: 1rem 1.5rem !important;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.contact-form-wrapper .convertforms .cf-btn:hover,
.contact-form-wrapper .convertforms .cf-btn:focus,
.list-form-wrapper .convertforms .cf-btn:hover,
.list-form-wrapper .convertforms .cf-btn:focus {
    background-color: #344850!important;
    color: #ffffff !important;
}
/*** Bottom ***/
#sp-bottom {
    background: #344850;
    color: #ffffff;
}
#sp-bottom a {
    color: #858b9f;
}
.mod.btm.about,
.mod.btm.find-by-location,
.mod.btm.faqs {
    margin-top: 20px;
}
.mod.btm ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mod.btm ul li {
    list-style: none;
}
.mod.btm ul li > a {
    display: block;
    padding: .5rem 0;
}
/*** Footer ***/
#sp-footer {
    background: #344850;
    color: #858b9f;
}
#sp-footer a {
  color: #858b9f;
}
#sp-footer a:hover,
#sp-footer a:active,
#sp-footer a:focus,
#sp-bottom a:hover,
#sp-bottom a:active,
#sp-bottom a:focus {
  color: #ffffff;
}
#sitebypsw {
    background: url("https://pswsolutions.com/images/stamp/psw-light.png") no-repeat 0 0/contain;
    display: inline-block;
    height: 12px;
    vertical-align: middle;
    width: 40px;
    font-size: 0 !important;
    margin-top: -2px;
    opacity: .4;

    -ms-transition: opacity 0.3s ease-in-out 0s;
    -webkit-transition: opacity 0.3s ease-in-out 0s;
    -moz-transition: opacity 0.3s ease-in-out 0s;
    transition: opacity 0.3s ease-in-out 0s;
}
#sitebypsw:hover,
#sitebypsw:focus {
    opacity: 1;
}
/*** Footer - WhatsApp Float ***/
#sp-footer .wa-float > a {
	position:fixed;
	height:50px;
	bottom:55px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    
    -webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    -moz-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    -ms-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    -o-box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    box-shadow: 0 0 20px 0 rgba(62,28,131,.1);
    z-index:100;
}
#sp-footer .wa-float > a:hover,
#sp-footer .wa-float > a:focus {
    background-color: #075e54;
}
#sp-footer .wa-float > a > .wa-wrapper > i {
	font-size: 30px;
}
#sp-footer .wa-float > a > .wa-wrapper {
    display: flex;
    line-height: 1;
    padding: 10px 15px;
}
#sp-footer .wa-float > a > .wa-wrapper > span {
    display: inline-block;
    line-height: 30px;
}
/*** Fancybox hacks ***/
.os_fancybox-show-thumbs .os_fancybox-inner {
    right: 0;
}
.fancybox-toolbar {
    top: 0;
    right: 0;
}
.os_fancybox-container .os_fancybox-thumbs {
    top: auto;
    width: auto;
    height: 95px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.3);
    overflow-x: auto;
    overflow-y: hidden;
}
/*** Page - Search Results ***/
#sp-component > .sp-column > #show-search {
    background: url('../images/search_new.jpg') no-repeat top center / cover;
    padding: 40px 0;
    position: relative;
}
#sp-component > .sp-column > #show-search:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.6);
}
#sp-component > .sp-column > #show-search #searchForm {
    max-width: 65%;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    position: relative;
    border-radius: .5rem;
}
/*** Media Querie***/ 
@media (max-width: 575.98px) {
    #sp-footer .wa-float > a {
        bottom: 100px;
        border-radius: 50%;
    }
    #sp-footer .wa-float > a > .wa-wrapper {
        padding: 10px 12px;
    }
}

@media (max-width: 767.98px) {
    .listing-slider .realestateSlider,
    div[id^="rmTouchSlider"] .swiper-container,
    .realestateSlider.horizontal .swiper-slide {
        height: 450px!important;
    }
    .listing-title {
        max-width: 85%;
    }
    .listing-features-details .feature {
        margin-right: .7rem;
    }
    .single-listing-details ul.gallery-list li a {
        max-height: 56.98px;
    }
    .single-listing-details ul.gallery-list li a img {
        min-height: 56.98px;
    }
    .single-listing-details ul.amenities-list li {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }
    .blog.lebanon-faqs,
    .blog.cyprus-faqs,
    .blog.greece-faqs,
    .article-details.list-your-property,
    #sp-component > .sp-column > #show-search #searchForm {
        max-width: 100%;
    }
    .property-search-wrapper #rem_mod_search form {
        max-width: 100%;
    }
    body.home #sp-why-us .reason,
    .team-member .team-image-wrapper,
    body.contact .mod.contact {
        margin-bottom: 30px;
    }
    .convertforms .cf-one-third,
    .convertforms .cf-two-sixths,
    .convertforms .cf-one-half,
    .convertforms .cf-two-fourths,
    .convertforms .cf-three-sixths {
        width: 100%;
    }
    .mod.btm.about,
    .mod.btm.find-by-location,
    .mod.btm.faqs {
        padding-top: 25px;
        margin-top: 25px;
    }
    .mod.btm.find-by-location,
    .mod.btm.faqs {
        border-top: 1px solid #fff;
    }
}

@media (max-width: 991.98px) {

}

@media (max-width: 1199.98px) {

}

@media (max-width: 1399.98px) {
    #sp-menu .social-wrap {
        padding-left: 15px;
    }
    .sp-megamenu-parent > li > a,
    .sp-megamenu-parent > li > span {
        padding: 0 10px;
    }
}

@media (min-width: 1400px) {

}