/*
	Theme Name: RealHomes
	Theme URI: http://themeforest.net/item/real-homes-wordpress-real-estate-theme/5373914
	Author: InspiryThemes
	Author URI: https://www.inspirythemes.com/
	Description: RealHomes is a handcrafted WordPress theme for real estate websites. It offers purpose-oriented design with all the essential features that a real estate website needs. RealHomes theme facilitates its users on both the front-end and admin-side, making property management a breeze.
    Requires at least: 6.0
    Tested up to: 6.6.1
    Requires PHP: 7.4
	Version: 4.3.2
	Text Domain: framework
    Domain Path: /languages
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: custom-background, light, one-column, two-columns, three-columns, four-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready

	----------------------------------------------------------------------------------------------------------------*/
.phone_n {
    width: 100%;
    background: #1db2ff;
    display: block;
    padding: 7px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    position: relative;
    bottom: 0;
    left: 0;
}
.phone_n:hover{
    transition: 0.3s;
	color: #efefef;
}
.pop-up-content-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pop-up-content-wrap .left_content {
    width: 120px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    background-color: #f1f1f1;
    text-align: center;
}
.pop-up-content-wrap .logoimg {
    width: 100%;
	text-align: center;
	margin-top: 20px;
}
.pop-up-content-wrap .logoimg img{
    width: 180px;
}
.pop-up-content-wrap .right_content {
    width: calc(100% - 120px);
    padding: 0 20px;
}
.pop-up-content-wrap .right_content form{
    background: transparent;
	margin: 0;
    padding: 0;
}
.pop-up-content-wrap .right_content .prop_popup{
    width: 100%;
}
.pop-up-content-wrap .right_content .prop_popup p{
    margin-bottom: 0;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.pop-up-content-wrap .right_content .prop_popup p span{
    width: 100%;
}
.pop-up-content-wrap .right_content .prop_popup .wpcf7-spinner{
   display: none;
}
.pop-up-content-wrap .right_content .prop_popup p br{
    display: none;
}
.pop-up-content-wrap .right_content h3{
    text-align: center;
	margin: 10px 0;
}
.pop-up-content-wrap .right_content h3 span{
    color: #dc3545;
}
.pop-up-content-wrap .right_content form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pop-up-content-wrap .right_content form input{
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 15px !important;
	border: 1px solid #cecece; 
	border-radius: 5px;
}
.pop-up-content-wrap .right_content form input[type="submit"] {
    max-width: 250px;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    background: #dc3545;
	color: #fff;
	font-size: 18px;
}
.pop-up-content-wrap .right_content .side_space {
    font-size: 13px;
    text-align: center;
	margin-bottom: 10px !important;
}
.left_content ul{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-left: 0;
}
.left_content ul li {
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #000000;
}
ul.modal-highlight span {
    font-size: 18px;
	padding-left: 0;
}
.custom-model-inner .modal_head {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    display: flex;
    z-index: 999;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    background: #1db2ff;
	color: #000;
}
.left_content ul li:not(:last-child) {
    margin-bottom: 10px;
}
.left_content .modal-highlight-title{
	margin-bottom: 0px;
	font-size: 24px;
	color: #000;
}
.left_content ul li i{
	font-size: 38px;
	color: #1db8fb;
}
.popup-here {
    cursor: pointer;
    background-image: linear-gradient(190deg, #1db2ff 0%, #064666 100%);
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 18px 0;
    margin: 0 auto;
    transition: background-image 3s ease-in-out;
}
.popup-here:hover{
  transition:background-image 3s ease-in-out;
  background-image: linear-gradient(90deg, #fee140 0%, #f83600 100%);
}
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 700px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 50px 0px 0px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer;
    z-index: 9999;
    font-size: 30px;
    color: #fff;
}

@media screen and (min-width:800px){
	.custom-model-main:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;}
  .pop-up-content-wrap .left_content {
    width: 100%;
    flex-direction: row;
	padding: 10px;
}
	.left_content ul {
    margin-bottom: 0px;
}
	.left_content .modal-highlight-title {
    margin-bottom: 0px;
    font-size: 18px;
    width: 22%;
    display: flex;
    justify-content: center;
    align-items: center;
	border: 1px solid #fff;
}
	.left_content ul {
    width: 78%;
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
		justify-content: space-between;
}
.left_content ul li {
    width: 32%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-bottom: 0px !important;
}
	ul.modal-highlight span {
    font-size: 12px;
}
	.left_content ul li i {
    font-size: 24px;
}
	.pop-up-content-wrap .right_content {
    width: 100%;
}
	.pop-up-content-wrap .logoimg {
    margin-top: 10px;
}
	.pop-up-content-wrap .logoimg img{
    width: 140px;
}
	.pop-up-content-wrap .right_content h3 {
    font-size: 16px;
	margin: 10px 0;
}
	.pop-up-content-wrap .right_content form input {
    padding: 8px 15px;
}
	.phone_n {
    padding: 5px;
    font-size: 16px;
    font-weight: 500;
}
}

