/* Custom CSS File for Buyers to Modify */
/* @media (min-width: 1280px){ */
    .wrapper-home-sections section article#post-7072{
        padding: 0;
    }
/* } */

    .rh_form--4-column{
        width: 50% !important;
    }
    .rh_header__wrap .rh_logo_wrapper img{
        width: 169px !important;
    }
@media (max-width: 1280px){
    .wrapper-home-sections section article#post-7072 .elementor-container.elementor-column-gap-default{
        padding: 0 20px;
    }
    /* .rh_page{
        width: 60% !important;
    } */
}

@media (max-width: 1024px){
    #map{
        width: 100% !important;
    }
}

@media (max-width: 800px){
    .rh_footer__widgets:first-child{
        width: 100% !important;
    }
    .rh_footer__widgets .rh_footer__social{
        padding-left: 0 !important;
    }
    .rh_footer__widgets{
        width: 50% !important;
    }
    /* .rh_page{
        width: 100% !important;
    } */
    .rh_contact__wrap {
        padding: 0 15px 30px;
    }
    .rhea_quote_left .quotes-marks.mark-right{
        display: none;
    }
    .search_by_wrap{
        width: 100%;
    }
    .rh_header .rh_header__wrap{
        display: flex;
    }
    .rh_header_responsive .rh_menu{
        padding: 0 15px 0 0;
    }
    .rh_header__wrap .rh_logo_wrapper img{
        width: 60px !important;
    }
}

@media (max-width: 667px){
    /* .rh_header__wrap .rh_logo_wrapper img{
        width: auto !important;
    } */
    .elementor-element.elementor-element-429d5661.elementor-widget.elementor-widget-ere-big-testimonial-widget{
        margin-top: -31px;
    }
}


@media (max-width: 568px){
    .rh_header__wrap{
        text-align: center;
    }
    .rh_header__wrap .rh_menu{
        width: auto;
    }
    .rh_footer__widgets .rh_footer__social{
        text-align: center !important;
    }
    .rh_properties_element .wrapper_properties_ele{
        width: 49%;
    }
    .rh_form--4-column{
        width: 100% !important;
    }
}

@media (max-width: 480px){
    .rh_footer__widgets{
        width: 100% !important;
    }
    .wrapper-home-sections section article#post-7072 .elementor-container.elementor-column-gap-default{
        padding: 30px 10px 0 !important;
    }
    .rh_prop_card__details_elementor{
        padding: 25px 15px;
    }
    .rh_cfos{
        padding: 30px 15px;
    }
    .rh_header_responsive .rh_menu .rh_menu__hamburger{
        margin-top: -7px;
    }
    .rh_section__title{
        font-size: 30px !important;
    }
    .attachment-property-listing-image.size-property-listing-image.wp-post-image{
        height: auto !important;
    }
    .rh_properties_element .wrapper_properties_ele{
        width: 100%;
    }
    .teamContainer img{
        height: auto !important;
    }
}


.phone_select .form-label.rd-input-label{
    left: 35px;
    z-index: 1;
}

.form-validation{
    z-index: 1;
}

.iti.iti--allow-dropdown{
    width: 100%;
}

.iti__country-list{
    z-index: 99999 !important;
}

.applicants_summary_side table th,
.applicants_summary_side table td{
    padding: 8px;
}

/* pricing table css */
.pricingTable{
    color: #fff;
    background: #fff;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    padding: 0 25px 30px;
    margin: 0 10px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}
.pricingTable:before{
    content: "";
    background: #1ea69a;
    width: 93%;
    height: 220px;
    border-radius: 20px 0 100% 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.pricingTable .pricingTable-header{
    padding: 45px 10px 25px;
    margin: 0 0 15px;
}
.pricingTable .title{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    text-shadow: 0 0 5px #1ea69a;
}
.pricingTable .pricing-icon{
    color: #1ea69a;
    background: #fff;
    font-size: 45px;
    line-height: 110px;
    width: 110px;
    height: 110px;
    margin: 0 auto 20px;
    border-radius: 100px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3);
}
.pricingTable .pricing-content{
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
}
.pricingTable .pricing-content li{
    color: #999;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.pricingTable .price-value{
    color: #8b7d7d;
    font-weight: 600;
    margin: 0 0 20px;
}
.pricingTable .price-value .amount{
    font-size: 50px;
    line-height: 50px;
    display: inline-block;
}
.pricingTable .price-value .duration{
    font-size: 35px;
    line-height: 35px;
    opacity: 0.7;
}
.pricingTable .pricingTable-signup a{
    color: #1ea69a;
    border: 1px solid #1ea69a;
    background: transparent;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 0;
    margin: 0 auto;
    border-radius: 50px;
    display: block;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup a:hover{
    letter-spacing: 3px;
    box-shadow: 0 0 11px 2px #b0d8ff inset;
}
.pricingTable.green:before,
.pricingTable.green .pricingTable-signup a{
    background: #77b852;
}
.pricingTable.green .pricing-icon,
.pricingTable.green .price-value{
    color: #77b852;
}
.pricingTable.blue:before,
.pricingTable.blue .pricingTable-signup a{
    background: #7f9bff;
}
.pricingTable.blue .pricing-icon,
.pricingTable.blue .price-value{
    color: #7f9bff;
}

.pricingTable .fa-paper-plane{
    margin-left: -12px;
}

.product-classic-2 .product-classic-title a{
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}
.notification_badge{
    border-radius: 50%;
    top: -6px;
    left: 6px;
    position: absolute;
}
.notification_dropdown .rd-navbar-submenu-toggle{
    display: none;
}

.select2-results{
    max-height: 280px !important;
}

@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 40px; }
}


.email_list_title{
    display: flex;
}

.email_list_title div:first-child{
    min-width: 250px;
    margin-right: 20px;
}

.email_list_title div{
    padding: 10px 15px;
    color: #dadada;
    font-weight: bold;
    min-width: 250px;
    margin-right: 20px;
}

.email_list li{
    margin: 0 !important;
}

.email_list li a{
    background: rgba(242,245,245,0.8);
    box-shadow: inset 0 -1px 0 0 rgb(100 121 143 / 12%);
    padding: 15px;
    margin: 0 !important;
    cursor: pointer;
    transition: all .3s;
    display: flex;
    align-items: center;
}

.email_list li:hover{
    background-color: rgb(232 232 232 / 80%);
}

.email_list li .email{
    min-width: 250px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    max-width: 250px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 20px;
}

.email_list li span:nth-child(3){
    max-width: calc(100% - 305px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

.email_list li{
    position: relative;
}

.email_list li .date{
    color: #b1afaf;
    font-family: "Ubuntu Medium";
    font-size: 13px;
    right: 20px;
    top: 0;
    bottom: 0;
    height: 18px;
    position: absolute;
    margin: auto;
}

.compose_btn{
    height: 55px;
    padding: 10px;
    border-radius: 30px;
    box-shadow: 2px 2px 4px #cecece;
    min-width: 140px;
    font-size: 15px;
    font-weight: bold;
    margin-left: 11px;
    max-width: 170px;
    transition: all .3s;
}

.compose_btn:hover{
    box-shadow: 0 0 6px #cecece;
}

.compose_btn i{
    color: #1ea69a;
    font-size: 20px;
    margin-right: 3px;
    display: inline-block;
}

.email_search_form{
    margin-top: 20px;
    display: inline-block;
    margin-left: 0px;
    padding-bottom: 20px;
    /* border-bottom: 1px solid #e9e9e9; */
    width: 100%;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover{
    background-color: #1ea69a !important;
    border-color: #1ea69a !important;
}

.email_search_form input{
    margin-bottom: 10px;
    margin-right: 10px;
    max-width: 170px;
}

.email_search_form button{
    max-width: 100%;
}

.email_modal_title{
    height: 56px;
    background-color: #1ea69a;
    border-radius: 5px 5px 0 0;
    color: #fff;
}

#sendEmailModal input{
    height: 45px;
    padding: 0 15px;
    z-index: 100;
    border: 1px solid #e2e2e2 !important;
    border-radius: 8px;
    font-family: 'Ubuntu';
}

#sendEmailModal textarea{
    padding: 20px 15px 0;
    font-family: 'Ubuntu';
    border-radius: 8px;
    border: 1px solid #e2e2e2 !important;
}

.chat-history .email_detail_box{
    padding: 30px 0;
}

.chat-history .email_detail_box h1{
    font-size: 25px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.chat-history .email_detail_box h1 span{
    font-size: 13px;
    font-family: 'Ubuntu Medium';
    margin-left: 20px;
    background-color: #cfcfcf;
    color: #fff;
    padding: 3px 10px;
    border-radius: 3px;
}

.chat-history .email_detail_box .body{
    margin-top: 30px;
    padding-left: 30px;
}

.chat-history .email_detail_box .body img{
    max-width: 100%;
}

.chat-header .email_option_list{
    margin-top: 30px;
    margin-left: 13px;
}

.chat-header .email_option_list li.active a{
    background-color: rgb(225 247 245);
    border-radius: 30px;
    color: #1ea69a;
    font-family: 'Ubuntu Medium';
}

.chat-header .email_option_list li.active a i{
    color: #1ea69a;
}

.email_search_form .btn-primary{
    background-color: #1ea69a !important;
    border-color: #1ea69a !important;
}

.chat-header .email_option_list li a{
    display: flex;
    align-items: center;
    padding: 10px 15px;
    font-size: 16px;
}

.chat-header .email_option_list li a i{
    color: #767676;
    font-size: 20px;
    margin-right: 15px;
}
.packageWrap{
    display: flex;
    justify-content: space-between;
}

.packageWrap>div{
    /* flex: 0 0 33%; */
    max-width: 355px;
    margin-left: auto;
    margin-right: auto;
}