/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Real Estate
Version:	1.0.0
/*
Copyright (c) 2017 
------------------------------------------------------------------
[Table of contents]
-------------------------------------------------------------------
1.  Property Wrapper
2.  Price history 
3.  Popular areas 
4.  Latest news 
5.  Partner 
6.  Footer 
7.  Whywe 
8.  Awesome agent wrapper 
9.  Clients & Partners 
10. Newletters wrapper 
11. What people saying 
12. Latest News slider 2 
13. Map Wrapper
14. Item Details 
15. Team Wrapper 
16. Agent Single Wrapper 
17. Latest News slider 3 
18. Breadcrumb & Page Title 
19. Pagination 
20. Property Shorting Wrapper 
21. Blog Page 
22. Sidebar Wrapper 
23. Contact Page css start
24. Responsive css start
-------------------------------------------------------------------*/


/*--------- Body Strat -------*/

body {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 14px;
    line-height: 22px;
    color: #212121;
    -webkit-font-smoothing: antialiased;
}

.cs {
    padding-top: 20px;
}

.cs a {
    color: #fff;
    margin-left: 20px;
}

.cs a:hover {
    color: #fff;
}


/*---------- Normal css start -------*/

a {
    color: #212121;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #0f1c2f;
    text-decoration: none;
}

a:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
a,
span,
div,
li {
    font-family: 'Source Sans Pro', sans-serif !important;
    line-height: 22px;
    color: #303030;
}

img {
    max-width: 100%;
}

input,
select {
    outline: none;
}

input:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important;
}

textarea {
    outline: none;
    border-radius: 0px !important;
}

textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}

.normal {
    text-transform: none !important;
}

.rle_property_single_heading i {
    width: 22px;
}

.red {
    font-weight: bold;
    color: #c72528;
}

.fanpage iframe {
    margin-bottom: 20px;
}

#map_canvas {
    height: 400px !important;
    width: 100%;
}

.rle_toppadder10 {
    padding-top: 10px;
}

.rle_toppadder20 {
    padding-top: 20px;
}

.rle_toppadder30 {
    padding-top: 15px;
    padding-bottom: 20px;
}

.rle_toppadder40 {
    padding-top: 40px;
}

.rle_toppadder50 {
    padding-top: 50px;
}

.rle_toppadder60 {
    padding-top: 60px;
}

.rle_toppadder70 {
    padding-top: 70px;
}

.rle_toppadder80 {
    padding-top: 80px;
}

.rle_toppadder90 {
    padding-top: 90px;
}

.rle_toppadder100 {
    padding-top: 100px;
}

.rle_bottompadder10 {
    padding-bottom: 10px;
}

.rle_bottompadder20 {
    padding-bottom: 20px;
}

.rle_bottompadder30 {
    padding-bottom: 20px;
}

.rle_bottompadder40 {
    padding-bottom: 40px;
}

.rle_bottompadder50 {
    padding-bottom: 50px;
}

.rle_bottompadder60 {
    padding-bottom: 60px;
}

.rle_bottompadder70 {
    padding-bottom: 70px;
}

.rle_bottompadder80 {
    padding-bottom: 80px;
}

.rle_bottompadder90 {
    padding-bottom: 90px;
}

.rle_bottompadder100 {
    padding-bottom: 100px;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49% !important;
}


/*---------- Header start ----------*/

.rle_banner_wrapper {
    float: left;
    width: 100%;
    background-image: url(../../images/bnr1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    position: relative;
}

.rle_banner_wrapper.style_2 {
    height: 225px;
    background-image: url(../../images/bnr2.jpg);
}

.rle_banner_wrapper.style_3 {
    height: 950px;
    background-image: url(../../images/bnr3.jpg);
}

.rle_banner_wrapper.style_4 {
    height: auto;
    background-image: none;
    background-color: #ffffff;
}

.rle_header_wrapper {
    float: left;
    width: 100%;
    padding: 10px 0px;
    background-color: rgba(0, 0, 0, 0.2);
}

.rle_header_wrapper.style_3 {
    padding: 20px 0px 0px 0px;
    background-color: transparent;
}

.rle_header_wrapper.style_2 {
    background-color: #0f1c2f;
}

.rle_header_wrapper.style_4 {
    background-color: #ffffff;
}

.rle_header_wrapper.style_5 {
    background-color: #374255;
}

.rle_header_wrapper .rle_logo {
    float: left;
    width: 100%;
}

.rle_header_wrapper.style_2 .rle_logo {
    padding-top: 0px;
}

.rle_top_header {
    float: right;
    width: auto;
    margin-bottom: 5px;
}

.rle_top_header ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.rle_top_header ul li {
    float: left;
    width: auto;
    list-style: none;
    margin-left: 15px;
    color: #ffffff;
    text-transform: capitalize;
}

.rle_top_header ul li img {
    margin-right: 10px;
}

.rle_top_header ul li a {
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 18px;
}

.rle_top_header ul li a:hover {
    color: #00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_header_wrapper .rle_main_menu {
    float: right;
    width: 100%;
    padding-top: 5px;
}

.rle_header_wrapper .rle_signin {
    float: right;
    width: auto;
    padding-top: 5px;
    position: relative;
}

.rle_header_wrapper.style_2 .rle_main_menu {
    padding-top: 0px;
}

.rle_header_wrapper.style_2 .rle_signin {
    padding-top: 0px;
}

.rle_header_wrapper .rle_signin a.rle_btn {
    height: 35px;
    line-height: 30px;
    font-size: 14px;
}

.rle_header_wrapper .rle_signin a.rle_btn:focus {
    text-decoration: none;
    color: #ffffff;
}

.rle_login_form {
    position: absolute;
    right: 0%;
    top: 170%;
    padding: 20px;
    width: 250px;
    display: inline-block;
    border-radius: 0px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    z-index: 1000;
    display: none;
}

.rle_login_form p {
    float: left;
    width: 100%;
}

.rle_login_form p a {
    color: #00aeef;
}

.rle_login_form .form {
    float: left;
    width: 100%;
}

.rle_login_form .form input[type="text"],
.rle_login_form .form input[type="password"] {
    float: left;
    width: 100%;
    height: 45px;
    padding: 0px 15px;
    border: 1px solid #e1e1e1;
    box-shadow: none;
    margin-bottom: 15px;
}

.rle_login_form .form input:focus {
    outline: none;
}

.rle_checkbox {
    float: left;
    width: auto;
    text-align: left;
}

.rle_checkbox [type="checkbox"]:not(:checked),
.rle_checkbox [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.rle_checkbox [type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    outline: none;
    color: #8C8C8C;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
}

.rle_checkbox [type="checkbox"]:checked+label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    outline: none;
    color: #707070;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.rle_checkbox [type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    background-color: #D4D4D4;
    border-radius: 0px;
    outline: none;
}

.rle_checkbox [type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    background-color: #8C8C8C;
    width: 14px;
    height: 14px;
    border-radius: 0px;
    outline: none;
}

.rle_checkbox [type="checkbox"]:not(:checked)+label:after,
.rle_checkbox [type="checkbox"]:checked+label:after {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(../../images/checked.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 8px;
    border-radius: 0px;
    position: absolute;
    top: 3px;
    left: 0px;
}

.rle_checkbox [type="checkbox"]:not(:checked)+label:after {
    background-color: #00aeef;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.rle_checkbox [type="checkbox"]:checked+label:after {
    background-color: #00aeef;
    opacity: 1;
    transition: all 0.3s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.rle_checkbox [type="checkbox"]:disabled:not(:checked)+label:before,
.rle_checkbox [type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

.rle_checkbox [type="checkbox"]:disabled:checked+label:after {
    color: #999;
}

.rle_checkbox [type="checkbox"]:disabled+label {
    color: #aaa;
}

.rle_login_form .form a.forgot_pswd {
    float: right;
    width: auto;
    font-size: 12px;
    text-align: right;
    padding-top: 3px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_login_form .form a.forgot_pswd:hover {
    color: #00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_login_form .form button.rle_btn {
    width: 100%;
    margin: 15px 0px;
}

.rle_login_form .form span {
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.rle_login_form .form span:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0px;
    background-color: #e1e1e1;
    height: 1px;
    width: 80px;
}

.rle_login_form .form span:before {
    content: "";
    position: absolute;
    top: 10px;
    right: 0px;
    background-color: #e1e1e1;
    height: 1px;
    width: 80px;
}

.rle_login_form .form a.share_btn {
    float: left;
    width: 100%;
    height: 45px;
    line-height: 40px;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #e1e1e1;
    margin-top: 15px;
    border-radius: 3px;
}

.rle_login_form .form a.share_btn i {
    float: left;
    width: 43px;
    height: 43px;
    font-size: 14px;
    line-height: 43px;
    border-right: 1px solid #e1e1e1;
}

.fcbk_clr_1 {
    background-color: #3b5a9a;
    border-color: #3b5a9a;
}

.ggl_clr_2 {
    background-color: #dd4b39;
    border-color: #dd4b39;
}

.rle_menu_btn {
    display: none;
}

.rle_header_wrapper .rle_main_menu ul {
    float: right;
    width: auto;
    margin: 0px;
    padding: 0px;
}

.rle_header_wrapper .rle_main_menu ul li {
    float: left;
    list-style: none;
    position: relative;
}

.rle_header_wrapper .rle_main_menu ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    margin-left: 40px;
    text-transform: uppercase;
    position: relative;
    padding: 8px 0px;
    display: block;
}

.rle_header_wrapper.style_4 .rle_main_menu ul li a {
    color: #303030;
}

.rle_header_wrapper .rle_main_menu ul li a:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0px auto;
    border-bottom: 2px solid #ffffff;
    width: 0%;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_header_wrapper .rle_main_menu ul li a:after {
    border-bottom: 2px solid #00aeef;
}

.rle_header_wrapper .rle_main_menu ul li a:hover:after {
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_header_wrapper .rle_main_menu ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: -webkit-translateY(0px);
    -moz-transform: -moz-translateY(0px);
    -ms-transform: -ms-translateY(0px);
    -o-transform: -o-translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_header_wrapper .rle_main_menu ul li ul.sub-menu {
    position: absolute;
    width: 150px;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    -webkit-transform: -webkit-translateY(15px);
    -moz-transform: -moz-translateY(15px);
    -ms-transform: -ms-translateY(15px);
    -o-transform: -o-translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 0px 3px 15px -5px #000000;
    -moz-box-shadow: 0px 3px 15px -5px #000000;
    -o-box-shadow: 0px 3px 15px -5px #000000;
    -ms-box-shadow: 0px 3px 15px -5px #000000;
    box-shadow: 0px 3px 15px -5px #000000;
}

.rle_header_wrapper .rle_main_menu ul li ul.sub-menu li {
    width: 100%;
    margin: 0px;
}

.rle_header_wrapper .rle_main_menu ul li ul.sub-menu li a {
    color: #272727;
    margin: 0px;
    padding: 5px 20px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_header_wrapper .rle_main_menu ul li ul.sub-menu li a:hover {
    color: #ffffff;
    background-color: #00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_header_wrapper .rle_main_menu ul li ul.sub-menu li a:after {
    display: none;
}

.rle_banner_text {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0px 0px 0px;
}

.rle_banner_text h1 {
    float: left;
    width: 100%;
    color: #ffffff;
    text-transform: uppercase;
}

.rle_banner_text.style_2 h1 {
    font-size: 34px;
    margin-top: 5px;
    text-transform: uppercase;
}

.rle_banner_text h1 span {
    color: #eeb32a;
}

.rle_banner_text p {
    float: left;
    width: 100%;
    color: #ffffff;
    margin: 0px;
    font-size: 18px;
}

.rle_banner_text.style_2 p {
    font-size: 16px;
}

.rle_searchform_wrapper {
    float: left;
    width: 100%;
    background-color: #f7f8f9;
}

.rle_searchform_wrapper2 {
    float: left;
    width: 100%;
    background-color: #ffffff;
}

.rle_searchform_tabs {
    float: left;
    width: 100%;
    margin-top: -140px;
}

.rle_searchform_tabs.style_2 {
    margin-top: 20px;
    text-align: center;
}

.rle_searchform_tabs.style_2 ul.nav-tabs {
    display: inline-block;
    margin-bottom: 20px;
}

.rle_searchform_tabs.style_3 {
    float: left;
    width: 100%;
    margin-top: 0px;
}

.rle_searchform_tabs .tab-content {
    float: left;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px -1px 30px -10px #000000;
    -moz-box-shadow: 0px -1px 30px -10px #000000;
    -o-box-shadow: 0px -1px 30px -10px #000000;
    -ms-box-shadow: 0px -1px 30px -10px #000000;
    box-shadow: 0px -1px 30px -10px #000000;
}

.rle_searchform_tabs .nav-tabs {
    border-bottom: 0px solid #ddd;
}

.rle_searchform_tabs ul.nav-tabs {
    border-bottom: 0px solid #ddd;
}

.rle_searchform_tabs ul.nav-tabs>li {
    margin-bottom: 0px;
    cursor: pointer;
}

.rle_searchform_tabs ul.nav-tabs>li>a {
    text-transform: capitalize;
    color: #ffffff;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    padding: 13px 25px;
    min-width: 110px;
}

.rle_searchform_tabs.style_2 ul.nav-tabs>li>a {
    border-radius: 3px;
}

.rle_searchform_tabs ul.nav>li>a:hover,
.rle_searchform_tabs ul.nav>li>a:focus {
    text-decoration: none;
    background-color: #f4a42b;
    border-color: transparent;
}

.rle_searchform_tabs ul.nav-tabs>li.active>a,
.rle_searchform_tabs ul.nav-tabs>li.active>a:hover,
.rle_searchform_tabs ul.nav-tabs>li.active>a:focus {
    color: #ffffff;
    border: 1px solid #f4a42b;
    ;
    background-color: #f4a42b;
}

.rle_searchform_box {
    float: left;
    width: 100%;
    padding: 30px 0px 0px 20px;
}

.rle_searchform_box .ui-widget.ui-widget-content {
    border: 0px;
}

.rle_searchform_box .ui-widget-content {
    background: #00aeef;
}

.rle_searchform_box .ui-corner-all {
    border-radius: 100px;
}

.rle_searchform_box .ui-slider-horizontal {
    height: 4px;
}

.rle_searchform_box .ui-slider-horizontal .ui-slider-handle {
    top: -6px;
}

.rle_searchform_box .ui-slider .ui-slider-handle {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.rle_logo img {
    height: 75px;
}

.rle_searchform_box .ui-state-default,
.rle_searchform_box .ui-widget-content .ui-state-default,
.rle_searchform_box .ui-widget-header .ui-state-default,
.rle_searchform_box .ui-button,
html .rle_searchform_box .ui-button.ui-state-disabled:hover,
html .rle_searchform_box .ui-button.ui-state-disabled:active {
    border: 1px solid #e1e1e1;
    background: #ffffff;
}

.rle_searchform_box .ui-state-hover,
.rle_searchform_box .ui-widget-content .ui-state-hover,
.rle_searchform_box .ui-widget-header .ui-state-hover,
.rle_searchform_box .ui-state-focus,
.rle_searchform_box .ui-widget-content .ui-state-focus,
.rle_searchform_box .ui-widget-header .ui-state-focus,
.rle_searchform_box .ui-button:hover,
.rle_searchform_box .ui-widget-header {
    border: 1px solid #00aeef;
    background: #00aeef;
}

.rle_top_footer h2 {
    color: #fff;
    margin: 0px 0px 20px;
}

.rle_top_footer p {
    color: #fff;
}

.rle_searchform_tabs.style_2 .rle_searchform_box {
    padding: 0px;
    position: relative;
}

.rle_searchform_box input,
.rle_searchform_box select {
    float: left;
    width: 100%;
    padding: 0px 15px;
    height: 45px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    margin-bottom: 30px;
}

.rle_searchform_tabs.style_2 .rle_searchform_box input {
    width: calc(100% - 142px);
    margin: 0px;
    border: none;
}

.rle_searchform_tabs.style_2 .rle_searchform_box .rle_btn {
    height: 45px;
    line-height: 43px;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 0px;
    position: absolute;
    right: 0px;
}

.rle_searchform_tabs.style_2 .rle_searchform_box .rle_btn i {
    margin-right: 0px;
}

.rle_searchform_box.style_3 {
    padding: 0px;
}

.rle_banner_wrapper.style_2 {
    height: 200px;
}

.rle_searchform_box label {
    font-weight: normal;
    color: #888888;
}

.rle_searchform_tabs.style_3 .rle_btn {
    float: left;
    width: 100%;
    height: 45px;
    line-height: 43px;
}

.rle_searchform_btn {
    float: left;
    width: 100%;
    background-color: #00aeef;
    text-align: center;
    padding: 50px 0px;
    cursor: pointer;
}

.rle_searchform_btn i,
.rle_searchform_btn p {
    float: left;
    width: 100%;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0px;
}

.rle_searchform_btn p {
    font-weight: bold;
}

.rle_searchform_btn img {
    margin-bottom: 10px;
}

.rle_banner_tabs {
    float: left;
    width: 100%;
    margin-top: 150px;
    padding: 50px;
    background-color: #ffffff;
}

.rle_banner_tabs_infobox {
    float: left;
    width: 100%;
    position: relative;
}

.rle_banner_tabs_infobox h1 {
    float: left;
    width: 100%;
    margin-top: 0px;
    font-size: 48px;
    font-weight: 600;
    text-transform: capitalize;
}

.rle_banner_tabs_infobox p {
    float: left;
    width: 100%;
    font-size: 24px;
    text-transform: capitalize;
}

.rle_banner_tabs_infobox ul {
    float: left;
    width: 100%;
    margin: 20px 0px 40px 0px;
    padding: 30px 0px 0px 0px;
    position: relative;
}

.rle_banner_tabs_infobox ul:after {
    content: "";
    position: absolute;
    background-color: #e1e1e1;
    height: 1px;
    width: 130px;
    top: 0px;
    left: 0px;
}

.rle_banner_tabs_infobox ul li {
    list-style: none;
    float: left;
    width: auto;
    margin-right: 15px;
}

.rle_banner_tabs_infobox ul li p {
    float: left;
    width: 100%;
    margin: 0px;
    font-size: 36px;
    color: #303030;
    line-height: 32px;
    text-transform: capitalize;
}

.rle_banner_tabs_infobox ul li span {
    float: left;
    width: 100%;
    font-size: 18px;
    text-transform: capitalize;
}

.rle_banner_tabs_infobox .rle_price_box {
    position: absolute;
    top: 25%;
    right: 0px;
    width: 170px;
    height: 170px;
    border-radius: 100%;
    padding: 5px;
    background-color: #f4a42b;
    text-align: center;
}

.rle_banner_tabs_infobox .rle_price_box .rle_price_box_info {
    float: left;
    width: 100%;
    border: 2px dashed #ffffff;
    height: 100%;
    border-radius: 100%;
    padding-top: 50px;
}

.rle_banner_tabs_infobox .rle_price_box .rle_price_box_info h1 {
    float: left;
    width: 100%;
    font-size: 30px;
    color: #ffffff;
    margin: 0px;
}

.rle_banner_tabs_infobox .rle_price_box .rle_price_box_info p {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
}

.rle_banner_wrapper.style_3 ul.nav-tabs {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 1170px;
}

.rle_banner_wrapper.style_3 ul.nav-tabs li {
    width: 33.3333333333%;
}

.rle_banner_wrapper.style_3 ul.nav-tabs li a {
    border-radius: 0px;
    padding: 30px 0px 30px 20px;
    border-color: rgba(51, 51, 51, 0.6);
    background-color: rgba(51, 51, 51, 0.6);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_banner_wrapper.style_3 ul.nav-tabs.nav>li>a:hover,
.rle_banner_wrapper.style_3 ul.nav-tabs.nav>li>a:focus {
    border-color: #00aeef;
    background-color: #00aeef;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_banner_wrapper.style_3 ul.nav-tabs>li.active>a,
.rle_banner_wrapper.style_3 ul.nav-tabs>li.active>a:hover,
.rle_banner_wrapper.style_3 ul.nav-tabs>li.active>a:focus {
    color: #ffffff;
    background-color: #00aeef;
    border: 1px solid #00aeef;
    border-bottom-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_banner_tabslist_info {
    display: inline-block;
    width: 100%;
}

.rle_banner_tabslist_info span {
    float: left;
    width: 40px;
    color: #ffffff;
    font-size: 30px;
}

.rle_banner_tabslist_info_box {
    float: left;
    width: calc(100% - 40px);
    border-left: 1px solid #ffffff;
    padding-left: 20px;
}

.rle_banner_tabslist_info_box h4 {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    margin: 0px;
}

.rle_banner_tabslist_info_box p {
    display: inline-block;
    width: 100%;
    color: #ffffff;
    margin: 0px;
}


/*------ headings css start ----*/

.rle_center_heading {
    float: left;
    width: 100%;
    text-align: center;
}

.rle_center_heading h1 {
    float: left;
    width: 100%;
    font-size: 30px;
    margin: 10px 0px 10px 0px;
}

.rle_center_heading p {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #695b5b;
    position: relative;
    margin: 0px;
    padding: 0px 0px 10px 0px;
}

.rle_center_heading p:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0px auto;
    background-color: #00aeef;
    width: 150px;
    height: 2px;
}

.rle_center_heading.white_text h1,
.rle_center_heading.white_text p {
    color: #ffffff;
}

.rle_center_heading.white_text p:after {
    background-color: #ffffff;
}

.rle_left_heading {
    float: left;
    width: 100%;
    text-align: left;
}

.rle_left_heading h1 {
    float: left;
    width: 100%;
    font-size: 30px;
    margin: 0px 0px 10px 0px;
}

.rle_left_heading p {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #695b5b;
    position: relative;
    margin: 0px;
    padding: 0px 0px 10px 0px;
}

.rle_left_heading p:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #00aeef;
    width: 50px;
    height: 2px;
}

.rle_left_heading.white_text h1,
.rle_left_heading.white_text p {
    color: #ffffff;
}

.rle_left_heading.white_text p:after {
    background-color: #00aeef;
}


/*------ Buttons css start ----*/

.rle_btn_wrapper {
    float: left;
    width: 100%;
    text-align: center;
}

.rle_btn {
    display: inline-block;
    height: 40px;
    line-height: 37px;
    width: auto;
    padding: 0px 25px;
    border: 2px solid #00aeef;
    color: #ffffff;
    background-color: #00aeef;
    border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_btn:after {
    content: "";
    position: absolute;
    background-color: #0f1c2f;
    top: -1px;
    left: 100%;
    right: 100%;
    bottom: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_btn:hover:after {
    right: -2px;
    left: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_btn:hover {
    color: #ffffff;
    text-decoration: none;
    border: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


/*------ Property Wrapper css start ----*/

.rle_property_wrapper {
    float: left;
    width: 100%;
    background-color: #f7f8f9;
}

.rle_property_wrapper_2 {
    float: left;
    width: 100%;
    background-image: url(../../images/bnr2.jpg);
}

.rle_property_slider {
    float: left;
    width: 100%;
}

.rle_property_slider .owl-theme .owl-nav [class*='owl-'] {
    display: none;
}

.rle_property_slider .owl-theme .owl-dots {
    margin: 0px 0px 30px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_property_slider .owl-theme .owl-dots .owl-dot.active span,
.rle_property_slider .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_property_infobox {
    float: left;
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_property_infobox:hover {
    -webkit-box-shadow: 0px 10px 30px -15px #000000;
    -moz-box-shadow: 0px 10px 30px -15px #000000;
    -o-box-shadow: 0px 10px 30px -15px #000000;
    -ms-box-shadow: 0px 10px 30px -15px #000000;
    box-shadow: 0px 10px 30px -15px #000000;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_property_infobox_img {
    text-align: center;
    width: 100%;
    position: relative;
}

.rle_property_infobox_img img {
    text-align: center;
    position: relative;
}

.rle_property_infobox_img span {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 8px 20px;
    font-size: 21px;
    background-color: #f4a42b;
    color: #ffffff;
    text-transform: capitalize;
}

.rle_property_infobox_img ul {
    position: absolute;
    bottom: -10px;
    left: 0px;
    padding: 0px;
}

.rle_property_infobox_img ul li {
    list-style: none;
    float: left;
    width: auto;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 10px;
    margin-right: 5px;
}

.rle_property_infobox_img ul li:last-child {
    margin-right: 0px;
}

.rle_property_infobox_details {
    float: left;
    width: 100%;
    padding: 20px;
}

.rle_property_infobox_details.style_2 {
    padding: 5px 20px 10px 20px;
}

.rle_property_infobox_details_header {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
}

.rle_property_infobox_details_header.style_2 {
    text-align: center;
}

.rle_property_infobox_details_header ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.rle_property_infobox_details_header ul li {
    list-style: none;
    float: left;
    width: auto;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 10px;
    margin-right: 5px;
}

.rle_property_infobox_details_header ul li:last-child {
    margin-right: 0px;
}

.rle_#c72528_clr {
    background-color: #eb3c48;
    opacity: 0.6;
}

.rle_green_clr {
    background-color: #63cb16;
}

.rle_black_clr {
    background-color: #333333;
}

.uppercase {
    text-transform: uppercase;
}

.rle_property_infobox_details_header h3 {
    float: left;
    width: 100%;
    margin: 0px 0px 3px 0px;
    font-size: 20px;
    text-transform: capitalize;
    text-align: left;
}

.font-26 {
    font-size: 26px !important;
}

.rle_property_details_box hr {
    margin: 10px 0px;
}

.rle_property_infobox_details_header h3 a {
    float: left;
    width: auto;
    color: #333333;
    text-decoration: none;
    font-weight: normal;
    height: 45px;
    overflow: hidden;
    display: block;
    font-size: 17px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_property_infobox_details_header.style_2 h3 a {
    float: none;
    line-height: 22px;
    margin-bottom: 5px;
}

.rle_property_infobox_details_header h3 a:hover {
    color: #00aeef;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_property_infobox_details_header p {
    float: left;
    width: 100%;
    color: #695b5b;
    text-align: left;
    font-weight: normal;
}

.rle_property_infobox_details_header p i {
    padding-right: 5px;
}

.rle_property_infobox_details_header span {
    float: left;
    width: 100%;
    color: #666666;
    padding: 25px 0px;
    position: relative;
}

.rle_property_infobox_details_header span:before {
    content: "";
    position: absolute;
    background-color: #e1e1e1;
    width: 80px;
    height: 1px;
    left: 0px;
    top: 7px;
}

.rle_property_infobox_details_footer {
    float: left;
    width: 100%;
    text-transform: capitalize;
}

.rle_property_infobox_details_footer p {
    float: left;
    width: 70px;
    color: #666666;
    margin-bottom: 0px;
}

.rle_property_infobox_details_footer ul {
    float: left;
    width: calc(100% - 70px);
    margin: 0px;
    padding: 0px;
}

.rle_property_infobox_details_footer ul li {
    list-style: none;
    float: right;
    width: auto;
    margin-left: 10px;
    color: #666666;
}

.rle_property_infobox_details_footer ul li i {
    margin-right: 3px;
    color: #00aeef;
}

.rle_property_infobox_details_pricefooter {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin-top: 8px;
}

.footer__left-contact_info span {
    color: #fff;
}

.rle_property_infobox_details_pricefooter span {
    float: left;
    width: auto;
    padding: 0px;
    font-size: 21px;
    color: #c72528;
    text-transform: capitalize;
    font-weight: bold;
}

.rle_property_infobox_details_pricefooter a {
    float: right;
    width: auto;
    text-decoration: none;
    font-size: 15px;
    color: #666666;
    text-transform: capitalize;
    margin-top: 5px;
    margin-right: -10px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-weight: normal;
}

.rle_property_infobox_details_pricefooter a:hover {
    color: #00aeef;
    margin-right: 0px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_property_infobox_details_pricefooter a i {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_property_infobox_details_pricefooter a:hover i {
    color: #00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_property_single_wrapper {
    float: left;
    width: 100%;
    background-color: #f7f8f9;
}

.rle_property_single_heading {
    float: left;
}

.mt-20 {
    margin-top: 20px !important;
}

.new-box {
    width: calc(100% - 20px) !important;
    margin-left: 20px;
}

.rle_property_single_heading h2 {
    float: left;
    width: 100%;
    margin: 0px 0px 10px;
}

.rle_property_single_heading sup {
    margin: 0px;
    background-color: #eb3c48;
    padding: 3px;
    color: #ffffff;
    font-size: 10px;
    text-transform: uppercase;
}

.rle_property_single_heading p {
    float: left;
    width: 100%;
    margin: 0px;
}

.rle_property_details_box {
    float: left;
    width: 100%;
    padding: 0px 10px 0px 0px;
    background-color: #ffffff;
    margin-bottom: 0px;
}

.rle_property_details_box_2 {
    float: left;
    width: 100%;
    padding: 11px;
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    margin-bottom: 50px;
}

.rle_property_details_box h3 {
    float: left;
    width: auto;
    margin: 0px 0px 30px 0px;
    padding-bottom: 15px;
    position: relative;
    font-size: 20px;
}

.rle_property_details_box h3:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #e1e1e1;
    height: 1px;
    width: 70px;
}

.rle_property_details_box p {
    float: left;
    width: 100%;
}

.rle_property_details_box ul.feature_prop {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.rle_property_details_box ul.feature_prop li {
    list-style: none;
    float: left;
    width: 18%;
    margin: 10px 10px 10px 0px;
}

.rle_property_details_box ul.nav-tabs {
    float: right;
    width: auto;
    border: none;
    margin-bottom: 20px;
}

.rle_property_details_box ul.nav-tabs>li {
    float: left;
    width: auto;
    margin-left: 10px;
}

.clear {
    clear: both;
}

#calendar {
    width: 100%;
}

.ui-widget.ui-widget-content {
    width: 100%;
}

.rle_property_details_box h4 {
    text-transform: uppercase;
    margin: 0px 0px 15px;
    font-weight: bold;
    ;
}

.rle_property_details_box ul.nav-tabs>li>a {
    float: left;
    width: auto;
    padding: 10px 20px;
    font-weight: bold;
    ;
    text-transform: uppercase;
    color: #212121;
    border-radius: 100px;
    border: 1px solid #e1e1e1;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_property_details_box ul.nav-tabs>li>a:hover,
.rle_property_details_box ul.nav-tabs>li.active>a,
.rle_property_details_box ul.nav-tabs>li.active>a:hover,
.rle_property_details_box ul.nav-tabs>li.active>a:focus {
    background-color: #c72528;
    color: #ffffff;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_property_details_box .tab-content {
    float: left;
    width: 100%;
}

.rle_property_details_box .tab-content p {
    float: left;
    width: 100%;
}

.rle_property_details_box .tab-content ul {
    float: left;
    width: 100%;
    margin: 10px 0px 20px 0px;
    padding: 0px;
}

.rle_property_details_box .tab-content ul li {
    list-style: none;
    float: left;
    width: auto;
    padding-right: 25px;
    position: relative;
}

.tab-content ul {
    margin-left: 2em !important;
}

.tab-content ul li {
    list-style: inherit !important;
}

.rle_property_details_box .tab-content ul li:after {
    /* content: ".";
    position: absolute;
    top: -30px;
    right: 7px;
    font-size: 40px; */
}

.tab-content ul li,
.tab-content ul li p {
    float: none !important;
}

.rle_property_details_box .tab-content ul li:last-child:after {
    display: none;
}

.rle_property_details_box .tab-content ul li:last-child {
    padding-right: 0px;
}

.rle_property_details_box .tab-content ul li span {
    font-weight: normal;
}

.rle_property_details_box .tab-content .floor_img {
    float: left;
    width: 100%;
    text-align: center;
}

.rle_property_details_box .tab-content .floor_img img {
    display: inline-block;
}

.rle_property_details_box iframe {
    float: left;
    width: 100%;
    height: 350px;
}

.rle_property_details_box canvas {
    float: left;
    width: 100% !important;
}

.rle_property_details_box .panel-group {
    float: left;
    width: 100%;
}

.rle_property_details_box .panel-group .panel-default {
    border-color: transparent;
    border-radius: 0px;
}

.rle_property_details_box .panel-group .panel-heading {
    background-color: transparent;
    padding: 0px;
}

.rle_property_details_box .panel-group .panel-heading .panel-title {
    font-weight: 400;
}

.rle_property_details_box .panel-group .panel-heading .panel-title a {
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
}

.rle_property_details_box .panel-group .panel-heading .panel-title i {
    color: #00aeef;
    padding-right: 10px;
}

.rle_property_details_box_2 .share_props {
    float: left;
    width: 100%;
}

.rle_property_details_box_2 .share_props span {
    float: left;
    width: auto;
    color: #303030;
    font-weight: 600;
    padding-top: 5px;
}

.rle_property_details_box_2 .share_props ul {
    float: right;
    width: auto;
    margin: 0px;
    padding: 0px;
}

.rle_property_details_box_2 .share_props ul li {
    list-style: none;
    float: left;
    width: auto;
    margin-left: 10px;
}

.rle_property_details_box_2 .share_props ul li a {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_property_details_box_2 .share_props ul li a:hover {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_property_details_box_2 .share_props ul li a.clr_twitter {
    background-color: #1aa9e1;
}

.rle_property_details_box_2 .share_props ul li a.clr_facebook {
    background-color: #3b5a9a;
}

.rle_property_details_box_2 .share_props ul li a.clr_google {
    background-color: #c54333;
}

.rle_property_details_box_2 .share_props ul li a.clr_linkedin {
    background-color: #4c72b9;
}

.rle_property_details_box .user_info {
    float: left;
    width: 100%;
}

.rle_property_details_box .user_info img {
    float: left;
    width: 100px;
}

.rle_property_details_box .user_info h4 {
    float: left;
    width: calc(100% - 100px);
    color: #00aeef;
    margin: 0px;
    margin-top: 10px;
    padding-left: 20px;
}

.rle_property_details_box .user_info p {
    float: left;
    width: calc(100% - 100px);
    padding-left: 20px;
}

.rle_property_details_box .user_info ul {
    float: left;
    width: calc(100% - 100px);
    margin: 0px;
    padding-left: 20px;
}

.rle_property_details_box .user_info ul li {
    list-style: none;
    float: left;
    width: auto;
    margin-right: 10px;
}

.rle_property_details_box .user_info ul li a {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_property_details_box .user_info ul li a:hover {
    color: #00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_property_details_box .user_info_share {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}

.rle_property_details_box.style_2 .user_info_share {
    padding-bottom: 0px;
    border-bottom: none;
}

.rle_property_details_box .user_info_share ul {
    float: left;
    width: 100%;
    margin: 0px;
    margin-top: 20px;
    padding: 0px;
}

.rle_property_details_box .user_info_share ul li {
    list-style: none;
    float: left;
    width: auto;
    margin-right: 10px;
}

.rle_property_details_box .user_info_share.style_2 ul li {
    width: 100%;
    margin-bottom: 5px;
}

.rle_property_details_box .user_info_share ul li a {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_property_details_box .user_info_share ul li a:hover {
    color: #00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_property_details_box .user_info_share ul li a i {
    color: #00aeef;
    padding-right: 5px;
}

.rle_property_details_box .user_info_share.style_2 ul li a i {
    border: 1px solid #e1e1e1;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0px;
    margin-right: 10px;
}

.rle_property_details_box .user_info_form {
    float: left;
    width: 100%;
}

.rle_property_details_box .user_info_form input {
    float: left;
    width: 100%;
    height: 45px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 0px 15px;
    background-color: #f8f8f8;
}

.rle_property_details_box .user_info_form textarea {
    float: left;
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 10px 15px;
    background-color: #f8f8f8;
}


/*------ Price history css start ----*/

.rle_pricehistry_wrapper {
    float: left;
    width: 100%;
    background-image: url(../../images/ph_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.rle_pricehistry_text {
    float: left;
    width: 100%;
}

.rle_pricehistry_text p {
    float: left;
    width: 100%;
    margin: 0px;
    font-size: 30px;
    color: #ffffff;
    font-weight: 300;
}

.rle_pricehistry_text p span {
    color: #e7af50;
}

.rle_pricehistry_btn {
    float: left;
    width: 100%;
    text-align: right;
}


/*------ popular areas css start ----*/

.rle_popularareas_wrapper {
    float: left;
    width: 100%;
    background-color: #ffffff;
}

.rle_popularareas_img {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.rle_popularareas_img:after {
    content: "";
    position: absolute;
    background-color: rgba(0, 174, 239, 0.7);
    top: 0;
    left: 100%;
    right: 100%;
    bottom: 0;
    z-index: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_popularareas_img:hover:after {
    right: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_popularareas_img img {}

.rle_popularareas_text {
    position: absolute;
    bottom: 20px;
    left: 45px;
    z-index: 1;
}

.rle_popularareas_text h4 {
    float: left;
    width: 100%;
    margin: 0px;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
}

.rle_popularareas_text p {
    float: left;
    width: 100%;
    margin: 0px;
    color: #ffffff;
    text-transform: capitalize;
}


/*------ latest news css start ----*/

.rle_latesnews_wrapper {
    float: left;
    width: 100%;
    background-color: #f7f8f9;
}

.rle_news_slider {
    float: left;
    width: 100%;
}

.rle_news_slider_details {
    float: left;
    width: 100%;
    border: 1px solid #e1e1e1;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_news_slider_details:after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    top: 0;
    left: 0%;
    right: 0%;
    bottom: 0;
    z-index: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_news_slider_details_text {
    position: absolute;
    padding: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.rle_news_slider_details_text p,
.rle_news_slider_details_text h4 {
    float: left;
    width: 100%;
    margin-top: 0px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_news_slider_details_text h4 {
    font-weight: 600;
}

.rle_news_slider_details_text a {
    float: left;
    width: auto;
    color: #00aeef;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_news_slider_details:hover .rle_news_slider_details_text p,
.rle_news_slider_details:hover .rle_news_slider_details_text h4,
.rle_news_slider_details:hover .rle_news_slider_details_text a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_news_slider_details:hover:after {
    right: 100%;
    left: 100%;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_latesnews_wrapper .owl-theme .owl-nav [class*='owl-'] {
    display: none;
}

.rle_latesnews_wrapper .owl-theme .owl-dots {
    margin-top: 30px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_latesnews_wrapper .owl-theme .owl-dots .owl-dot.active span,
.rle_latesnews_wrapper .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


/*------ Partner css start ----*/

.rle_partner_wrapper {
    float: left;
    width: 100%;
    background-color: #374255;
    text-align: center;
}

.rle_partner_wrapper ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.rle_partner_wrapper ul li {
    float: left;
    width: 20%;
    list-style: none;
    text-align: center;
}

.rle_partner_wrapper.style_2 {
    background-color: #ffffff;
}

.rle_partner_wrapper.style_2 ul {
    border-top: 1px solid #e1e1e1;
    padding-top: 60px;
}


/*------ Footer css start ----*/

.rle_footer_wrapper {
    float: left;
    width: 100%;
    background-image: url(../../images/ftr_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer__left-contact_info li {
    color: #fff;
    text-transform: none !important;
}

.footer__left-contact_info li i {
    padding-right: 5px;
}

.rle_top_footer {
    float: left;
    width: 100%;
}

.rle_social_iicon {
    list-style: none;
}

.rle_social_iicon li {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #fece3e;
    display: inline-block;
    justify-content: center;
    margin: 0 7px;
}

.rle_social_iicon li a {
    color: #fece3e;
    display: inline-block;
    text-align: center;
    transition: .3s all;
    padding-top: 5px;
}

.widget.text-widget {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.widget.text-widget p.rle_footertext {
    float: left;
    width: 100%;
    margin: 35px 0px 30px 0px;
    color: #fff;
}

.widget.text-widget .rle_btn {
    height: 45px;
    line-height: 43px;
    font-size: 12px;
}

.widget.text-widget .widget-title {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0px 25px 0px;
    text-transform: capitalize;
}

.widget.text-widget ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.widget.text-widget ul li {
    list-style: none;
    float: left;
    width: 100%;
    margin-top: 13px;
}

.widget.text-widget ul li:first-child {
    margin-top: 0px;
}

.social {
    margin: 20px 0px;
}

.widget.text-widget ul li a {
    color: #bdbfc2;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.widget.text-widget ul li a:hover {
    color: #00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.widget.text-widget ul li p {
    float: left;
    width: 100%;
    color: #bdbfc2;
    margin: 0px;
    text-transform: capitalize;
}

.widget.text-widget ul li p i {
    padding-right: 10px;
    padding-bottom: 15px;
    float: left;
    font-size: 18px;
}

.widget.text-widget ul.rle_social_iicon {
    margin-top: 20px;
}

.widget.text-widget ul.rle_social_iicon li {
    width: auto;
    margin: 0px;
    margin-right: 10px;
}

.rle_bottom_footer {
    float: left;
    width: 100%;
    padding: 30px;
    text-align: center;
    border-top: 1px solid#bdbfc2;
}

.rle_bottom_footer p {
    float: left;
    width: 100%;
    margin: 0px;
    color: #bdbfc2;
}

.rle_bottom_footer p a {
    color: #00aeef;
    text-decoration: none;
}

.rle_bottom_footer p span {
    color: #eab945;
}


/*------ Whywe css start ----*/

.rle_whywe_wrapper {
    float: left;
    width: 100%;
    background-image: url(../../images/whywe_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.rle_whywe_wrapper.style_2 {
    background-image: url(../../images/whywe2_bg.jpg);
}

.rle_whywe_box {
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 3px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 0px 0px #00aeef;
    -moz-box-shadow: 0px 3px 0px 0px #00aeef;
    -o-box-shadow: 0px 3px 0px 0px #00aeef;
    -ms-box-shadow: 0px 3px 0px 0px #00aeef;
    box-shadow: 0px 3px 0px 0px #00aeef;
}

.rle_whywe_box img {
    float: left;
    width: 54px;
    padding-top: 7px;
}

.rle_whywe_box_text {
    float: left;
    width: calc(100% - 54px);
    padding-left: 30px;
    text-transform: capitalize;
}

.rle_whywe_box_text h1 {
    float: left;
    width: 100%;
    font-weight: 600;
    margin: 0px;
}

.rle_whywe_box_text p {
    float: left;
    width: 100%;
    margin: 0px;
}

.rle_whywe_box.style_2 {
    background-color: rgba(0, 0, 0, 0.2);
    min-height: 300px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_whywe_box.style_2:hover {
    background-color: #ffffff;
}

.rle_whywe_box h4 {
    float: left;
    width: 100%;
    margin: 25px 0px 15px 0px;
    font-size: 19px;
    color: #ffffff;
}

.rle_whywe_box.style_2:hover h4 {
    color: #303030;
}

.rle_whywe_box p {
    float: left;
    width: 100%;
    color: #cec6c6;
}

.rle_whywe_box.style_2:hover p {
    color: #666666;
}

.rle_whywe_box .rle_whywe_box_open {
    position: absolute;
    bottom: -61px;
    left: 0;
    right: 0;
    background-color: #00aeef;
    padding: 20px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_whywe_box .rle_whywe_box_open a {
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
}

.rle_whywe_box.style_2:hover .rle_whywe_box_open {
    bottom: 0px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


/*------ awesome agent wrapper css start ----*/

.rle_awsagent_wrapper {
    float: left;
    width: 100%;
    background-color: #ffffff;
}

.rle_news_slider {
    float: left;
    width: 100%;
}

.rle_agent_slider_details {
    float: left;
    width: 100%;
    min-height: 360px;
    position: relative;
    border: 1px solid #e1e1e1;
}

.rle_agent_slider_details:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 67%;
    border-bottom: 30px solid #ffffff;
    border-right: 263px solid transparent;
}

.rle_agent_slider_details img {}

.rle_agent_slider_details .rle_agent_slider_details_text {
    position: absolute;
    top: 75%;
    z-index: 100000;
    left: 0;
    padding: 0px 15px 15px 15px;
    background-color: #ffffff;
}

.rle_agent_slider_details .rle_agent_slider_details_text h4 {
    float: left;
    width: 100%;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
    text-transform: capitalize;
}

.rle_agent_slider_details .rle_agent_slider_details_text p {
    float: left;
    width: 100%;
    color: #00aeef;
    margin: 0px;
}

.rle_agent_slider_details .rle_agent_slider_details_text p i,
.rle_agent_slider_details .rle_agent_slider_details_text a i {
    padding-right: 5px;
}

.rle_agent_slider_details .rle_agent_slider_details_text a {
    float: left;
    width: auto;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_agent_slider_details .rle_agent_slider_details_text a:hover {
    color: #00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_awsagent_wrapper .owl-theme .owl-nav [class*='owl-'] {
    display: none;
}

.rle_awsagent_wrapper .owl-theme .owl-dots {
    margin-top: 50px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_awsagent_wrapper .owl-theme .owl-dots .owl-dot.active span,
.rle_awsagent_wrapper .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


/*------ Clients & Partners css start ----*/

.rle_clntsNprtnr_wrapper {
    float: left;
    width: 100%;
    background-color: #f7f8f9;
}

.rle_client_say_slider {
    float: left;
    width: 100%;
}

.rle_clientsay_slider_details {
    float: left;
    width: 100%;
    padding-left: 70px;
}

.rle_clientsay_slider_details_text {
    float: left;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    padding: 20px 30px;
    position: relative;
}

.rle_clientsay_slider_details_text p {
    float: left;
    width: 100%;
    margin: 0px;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #666666;
}

.rle_clientsay_slider_details_text:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 30px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #ffffff;
}

.rle_clientsay_slider_details_text:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 30px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #585454;
}

.rle_clientsay_slider_details_text ul {
    float: left;
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 0px;
}

.rle_clientsay_slider_details_text ul li {
    list-style: none;
    float: left;
    width: auto;
}

.rle_clientsay_slider_details_text ul li a {
    float: left;
    width: auto;
    color: #666666;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_clientsay_slider_details_text ul li a:hover {
    float: left;
    width: auto;
    color: #eeb52b;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_clientsay_slider_details_img {
    float: left;
    width: 100%;
    padding-top: 30px;
}

.rle_clientsay_slider_details_img img {
    float: left;
    width: 80px !important;
    height: 80px;
    border-radius: 100%;
    margin-right: 20px;
    -webkit-box-shadow: 0px 0px 20px -9px #000000;
    -moz-box-shadow: 0px 0px 20px -9px #000000;
    -o-box-shadow: 0px 0px 20px -9px #000000;
    -ms-box-shadow: 0px 0px 20px -9px #000000;
    box-shadow: 0px 0px 20px -9px #000000;
}

.rle_clientsay_slider_details_img h4 {
    float: left;
    width: calc(100% - 100px);
    font-weight: 600;
    margin: 20px 0px 0px 0px;
}

.rle_clientsay_slider_details_img p {
    float: left;
    width: calc(100% - 100px);
    margin: 0px;
}

.rle_client_say_slider .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 30px;
    top: 10%;
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    color: #666666;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_client_say_slider .owl-theme .owl-nav .owl-next {
    position: absolute;
    left: 30px;
    top: 25%;
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    color: #666666;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_client_say_slider .owl-theme .owl-nav .owl-next:hover,
.rle_client_say_slider .owl-theme .owl-nav .owl-prev:hover {
    color: #000000;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_client_say_slider .owl-theme .owl-dots {
    display: none;
}

.rle_partner_style_2 {
    float: left;
    width: 100%;
    padding: 20px 0px;
    text-align: center;
    border: 1px solid #e1e1e1;
    margin-bottom: 30px;
    min-height: 101px;
}


/*------ Newletters wrapper css start ----*/

.rle_newletters_wrapper {
    float: left;
    width: 100%;
    border-top: 1px solid #e1e1e1;
}

.rle_newletters_wrapper.style_2 {
    border-top: none;
    background-image: url(../../images/newsltr_bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.rle_newletters_wrapper.style_2 .rle_center_heading h1 {
    color: #ffffff;
    margin: 5px 0px 0px 0px;
    text-align: left;
}

.rle_newletters_wrapper.style_3 {
    background-color: #232f45;
    border-top: none;
}

.rle_newletters_wrapper.style_3 .rle_center_heading h1 {
    color: #ffffff;
    margin: 5px 0px 0px 0px;
    text-align: left;
}

.rle_newletters_box {
    float: left;
    width: 100%;
    position: relative;
}

.rle_newletters_box:after {
    position: absolute;
    content: "\f003";
    font-family: FontAwesome;
    top: 12px;
    left: 15px;
    z-index: 1;
}

.rle_newletters_box:before {
    position: absolute;
    content: "";
    top: 13px;
    left: 40px;
    z-index: 1;
    border-right: 1px solid #e1e1e1;
    height: 20px;
}

.rle_newletters_box input {
    float: left;
    width: calc(100% - 120px);
    padding: 0px 15px 0px 50px;
    height: 45px;
    border-radius: 3px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid #e1e1e1;
}

.rle_newletters_box .rle_btn {
    height: 45px;
    line-height: 43px;
    font-size: 15px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}


/*------ What people saying css start ------*/

.rle_people_saying_wrapper {
    float: left;
    width: 100%;
    background-color: #ffffff;
}

.rle_people_saying_wrapper2 {
    float: left;
    width: 100%;
    background-color: #f7f8f9;
}

.rle_people_saying_slider {
    float: left;
    width: 100%;
}

.rle_peoplesay_slider_details {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.rle_peoplesay_slider_details_img {
    float: left;
    width: 100px;
}

.rle_peoplesay_slider_details_img img {
    display: inline-block;
    border-radius: 100%;
    width: 100px;
    height: 100px;
}

.rle_peoplesay_slider_details_text {
    float: left;
    width: calc(100% - 100px);
    position: relative;
    padding-left: 100px;
}

.rle_peoplesay_slider_details_text img {
    position: absolute;
    width: 26px !important;
    height: 18px;
    left: 35px;
    top: 0px;
}

.rle_peoplesay_slider_details_text p {
    float: left;
    width: 100%;
}

.rle_peoplesay_slider_details_text h4 {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    font-weight: 600;
}

.rle_peoplesay_slider_details_text h4 span {
    font-weight: normal;
    color: #a5a5a5;
}

.rle_people_saying_slider .owl-theme .owl-nav [class*='owl-'] {
    display: none;
}

.rle_people_saying_slider .owl-theme .owl-dots {
    margin-top: 50px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_people_saying_slider .owl-theme .owl-dots .owl-dot.active span,
.rle_people_saying_slider .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


/*------ Latest News slider 2 css start ----*/

.rle_news_slider2 {
    float: left;
    width: 100%;
}

.rle_news_slider2 .rle_news_slider2_details {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_news_slider2 .rle_news_slider2_details:hover {
    -webkit-box-shadow: 0px 0px 20px -9px #000000;
    -moz-box-shadow: 0px 0px 20px -9px #000000;
    -o-box-shadow: 0px 0px 20px -9px #000000;
    -ms-box-shadow: 0px 0px 20px -9px #000000;
    box-shadow: 0px 0px 20px -9px #000000;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_news_slider2 .rle_news_slider2_details img {
    display: inline-block;
}

.rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text {
    float: left;
    width: 100%;
    padding: 30px;
    background-color: #ffffff;
}

.rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text h4 {
    float: left;
    width: 100%;
    font-size: 20px;
    margin-top: 0px;
    font-weight: 600;
}

.rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text h4 a {
    color: #303030;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text h4 a:hover {
    color: #00aeef;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text p {
    float: left;
    width: 100%;
}

.rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text ul {
    float: left;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    text-align: center;
    border-top: 1px solid #e1e1e1;
}

.rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text ul li {
    list-style: none;
    display: inline-block;
    width: auto;
    margin: 0px 15px 0px 0px;
}

.rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text ul li i {
    margin-right: 10px;
    color: #00aeef;
}


/*------ Map Wrapper css start ----*/

.rle_map_wrapper {
    float: left;
    width: 100%;
}

.rle_map_wrapper iframe {
    float: left;
    width: 100%;
    height: 600px;
}


/*------ Item Details css start ----*/

.rle_itemdetails_wrapper {
    float: left;
    width: 100%;
}

.rle_itemdetails_wrapper.style_2 {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
}

.rle_itemdetails_info {
    float: left;
    width: 100%;
    position: relative;
}

.rle_itemdetails_info h3 {
    float: left;
    width: 100%;
    margin: 0px;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 600;
}

.rle_itemdetails_wrapper.style_2 .rle_itemdetails_info h3 {
    font-size: 24px;
}

.rle_itemdetails_info span {
    float: left;
    width: 100%;
    margin: 0px;
    font-size: 16px;
    margin-bottom: 30px;
}

.rle_itemdetails_info p {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.rle_itemdetails_info ul.points {
    float: left;
    width: 100%;
    margin: 0px;
}

.rle_itemdetails_info ul.points li {
    float: left;
    width: 50%;
}

.rle_itemdetails_info ul.howmuch {
    float: left;
    width: 80%;
    padding: 20px;
    margin: 50px 0px 0px 0px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 10px -4px #000000;
    -moz-box-shadow: 0px 0px 10px -4px #000000;
    -o-box-shadow: 0px 0px 10px -4px #000000;
    -ms-box-shadow: 0px 0px 10px -4px #000000;
    box-shadow: 0px 0px 10px -4px #000000;
}

.rle_itemdetails_info ul.howmuch li {
    list-style: none;
    float: left;
    width: 33.3333333333%;
    text-align: center;
    font-size: 18px;
}

.rle_itemdetails_info ul.howmuch li i {
    color: #00aeef;
    font-size: 24px;
    padding-right: 10px;
}

.rle_itemdetails_info .rle_price_box {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #00aeef;
    text-align: center;
    color: #ffffff;
    padding-top: 35px;
}

.rle_itemdetails_info .rle_price_box h4 {
    float: left;
    width: 100%;
    margin: 0px;
    color: #ffffff;
}

.rle_itemdetails_info .rle_price_box p {
    float: left;
    width: 100%;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
}


/*------ Team Wrapper css start ----*/

.rle_team_wrapper {
    float: left;
    width: 100%;
}

.rle_team_box {
    float: left;
    width: 100%;
    position: relative;
    height: 331px;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_team_box img {}

.rle_team_box_info {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 10px 30px;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_team_box_info h4 {
    float: left;
    width: 100%;
    margin: 0px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.rle_team_box_info p {
    float: left;
    width: 100%;
    margin: 0px;
    color: #ffffff;
}

.rle_team_box:hover .rle_team_box_info {
    bottom: -61px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_team_box_open {
    position: absolute;
    bottom: -145px;
    left: 0px;
    right: 0px;
    padding: 15px 20px;
    background-color: rgba(0, 174, 239, 0.6);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_team_box_open p {
    float: left;
    width: 100%;
    color: #ffffff;
}

.rle_team_box_open p i {
    padding-right: 10px;
    color: #ffffff;
    font-size: 18px;
}

.rle_team_box_open ul {
    float: left;
    width: 100%;
    margin: 5px 0px 0px 0px;
    padding: 15px 0px 0px 0px;
    border-top: 1px solid #ffffff;
}

.rle_team_box_open ul li {
    list-style: none;
    float: left;
    width: auto;
    margin-right: 10px;
}

.rle_team_box_open ul li a {
    float: left;
    width: 30px;
    height: 30px;
    padding-top: 5px;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 100%;
    color: #ffffff;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_team_box_open ul li a:hover {
    color: #00aeef;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_team_box:hover .rle_team_box_open {
    bottom: 0px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


/*------ Agent Single Wrapper css start ----*/

.rle_agent_single_wrapper {
    float: left;
    width: 100%;
    background-color: #ffffff;
}

.rle_agent_single_info_img {
    float: left;
    width: 100%;
}

.rle_agent_single_info_img img {
    display: inline-block;
}

.rle_agent_single_info {
    float: left;
    width: 100%;
    position: relative;
}

.rle_agent_single_info_box {
    position: absolute;
    top: 0px;
    left: -10%;
    background-color: #3868b7;
    padding: 25px 110px;
}

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

.rle_agent_single_name_box h3 {
    float: left;
    width: 100%;
    margin: 0px;
    color: #ffffff;
}

.rle_agent_single_name_box p {
    float: left;
    width: 100%;
    color: #ffffff;
}

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

.rle_agent_single_share_box ul {
    float: right;
    width: auto;
    margin: 0px;
    padding: 0px;
}

.rle_agent_single_share_box ul li {
    list-style: none;
    float: left;
    width: auto;
    margin-left: 10px;
}

.rle_agent_single_share_box ul li a {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ffffff;
    background-color: #3868b7;
    border-radius: 100%;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_agent_single_share_box ul li a:hover {
    color: #3868b7;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_agent_single_mail_box {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.rle_agent_single_mail_box ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.rle_agent_single_mail_box ul li {
    list-style: none;
    float: left;
    width: auto;
    margin-right: 20px;
}

.rle_agent_single_mail_box ul li a {
    float: left;
    width: auto;
    color: #ffffff;
}

.rle_agent_single_mail_box ul li a i {
    padding-right: 5px;
}

.rle_agent_single_info_content {
    float: left;
    width: 100%;
    margin-top: 180px;
    padding-left: 40px;
}

.rle_agent_single_info_content p {
    float: left;
    width: 100%;
}

.rle_agent_single_info_content ul {
    float: left;
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 0px;
}

.rle_agent_single_info_content ul li {
    list-style: none;
    float: left;
    width: auto;
    margin-right: 0px;
}

.rle_agent_single_info_content ul li img {
    float: left;
    width: auto;
    padding-top: 10px;
}

.rle_agent_single_info_content ul li .rle_counter_box {
    float: left;
    width: calc(100% - 50px);
    padding-left: 15px;
}

.rle_agent_single_info_content ul li .rle_counter_box h1 {
    float: left;
    width: 100%;
    margin: 0px;
    color: #00aeef;
}

.rle_agent_single_info_content ul li .rle_counter_box p {
    float: left;
    width: 100%;
    margin: 0px;
}

.rle_agent_message_wrapper {
    float: left;
    width: 100%;
    background-color: #ffffff;
}

.rle_agent_message_wrapper h4 {
    float: left;
    width: 100%;
    margin: 30px 0px;
    font-weight: 600;
}

.rle_agent_messages {
    float: left;
    width: 100%;
}

.rle_agent_messages form {
    float: left;
    width: 100%;
}

.rle_agent_messages form input,
.rle_agent_messages form textarea {
    float: left;
    width: 100%;
    padding: 0px 15px;
    height: 45px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    margin-bottom: 30px;
    background-color: #f8f8f8;
}

.rle_agent_messages form textarea {
    height: auto;
    padding: 10px 15px;
}


/*------ Latest News slider 3 css start ----*/

.rle_news_slider3 {
    float: left;
    width: 100%;
}

.rle_news_slider3 .rle_news_slider3_details {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_news_slider3 .rle_news_slider3_details:hover {
    -webkit-box-shadow: 0px 0px 10px -4px #000000;
    -moz-box-shadow: 0px 0px 10px -4px #000000;
    -o-box-shadow: 0px 0px 10px -4px #000000;
    -ms-box-shadow: 0px 0px 10px -4px #000000;
    box-shadow: 0px 0px 10px -4px #000000;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_news_slider3 .rle_news_slider3_details img {
    display: inline-block;
}

.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text {
    float: left;
    width: 100%;
    padding: 23px 30px 15px 30px;
    background-color: #ffffff;
}

.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text span {
    float: left;
    width: auto;
    border: 1px solid #e1e1e1;
    padding: 5px 10px;
    margin-bottom: 15px;
}

.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text h4 {
    float: left;
    width: 100%;
    font-size: 20px;
    margin-top: 0px;
    font-weight: 600;
}

.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text h4 a {
    color: #303030;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text h4 a:hover {
    color: #00aeef;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text p {
    float: left;
    width: 100%;
    min-height: 98px;
}

.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text ul {
    float: left;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 12px 0px 0px 0px;
    text-align: center;
    border-top: 1px solid #e1e1e1;
}

.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text ul li {
    list-style: none;
    float: left;
    width: auto;
}

.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text ul li a {
    text-decoration: none;
    color: #666666;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text ul li a:hover {
    text-decoration: none;
    color: #00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text ul li a i {
    margin-left: 10px;
}


/*------ Breadcrumb & Page Title css start ----*/

.rle_pagetitle_wrapper {
    float: left;
    width: 100%;
    background-color: #f7f8f9;
}

.rle_pagetitle_wrapper.style_2 {
    background-image: url(../../images/brdcrm_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

.rle_pagetitle_wrapper .page_title {
    float: left;
    width: 100%;
}

.rle_pagetitle_wrapper .page_title h2 {
    float: left;
    width: 100%;
    font-size: 30px;
    margin: 0px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: capitalize;
}

.rle_pagetitle_wrapper.style_2 .page_title h2 {
    color: #ffffff;
}

.rle_pagetitle_wrapper .breadcrumb {
    float: left;
    width: 100%;
}

.rle_pagetitle_wrapper ul.breadcrumb {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
}

.rle_pagetitle_wrapper ul.breadcrumb li {
    float: left;
    width: auto;
    margin-right: 10px;
}

.rle_pagetitle_wrapper.style_2 ul.breadcrumb li {
    float: none;
    display: inline-block;
}

.rle_pagetitle_wrapper ul.breadcrumb>li+li:before {
    display: none;
}

.rle_pagetitle_wrapper ul.breadcrumb li a {
    text-decoration: none;
    font-size: 15px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_pagetitle_wrapper.style_2 ul.breadcrumb li a {
    color: #ffffff;
}

.rle_pagetitle_wrapper ul.breadcrumb li a i {
    color: #00aeef;
    padding-right: 10px;
}

.rle_pagetitle_wrapper ul.breadcrumb li a:hover {
    color: #00aeef;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


/*------ Pagination css start ----*/

.rle_pagination_wrapper {
    float: left;
    width: 100%;
}

.rle_pagination_wrapper ul {
    float: right;
    width: auto;
}

.rle_pagination_wrapper ul.pagination>li>a,
.rle_pagination_wrapper ul.pagination>li>span {
    color: #9e9e9e;
    border: 1px solid #e1e1e1;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_pagination_wrapper ul.pagination>li:first-child>a,
.rle_pagination_wrapper ul.pagination>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.rle_pagination_wrapper ul.pagination>li:last-child>a,
.rle_pagination_wrapper ul.pagination>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.rle_pagination_wrapper ul.pagination>li>a:hover,
.rle_pagination_wrapper ul.pagination>li>span:hover,
.rle_pagination_wrapper ul.pagination>li>a:focus,
.rle_pagination_wrapper ul.pagination>li>span:focus {
    color: #ffffff;
    background-color: #00aeef;
    border-color: #00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_pagination_wrapper ul.pagination>.active>a,
.rle_pagination_wrapper ul.pagination>.active>span {
    color: #ffffff;
    background-color: #00aeef;
    border-color: #00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_pagination_wrapper ul.pagination>.active>a:hover,
.rle_pagination_wrapper ul.pagination>.active>span:hover,
.rle_pagination_wrapper ul.pagination>.active>a:focus,
.rle_pagination_wrapper ul.pagination>.active>span:focus {
    background-color: #00aeef;
    border-color: #00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


/*------ Property Shorting Wrapper css start ----*/

.rle_shorting_wrapper {
    float: left;
    width: 100%;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    margin-bottom: 60px;
}

.rle_shorting_wrapper ul.rle_short_by {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.rle_shorting_wrapper ul.rle_short_by li {
    list-style: none;
    float: left;
    width: auto;
    margin-right: 15px;
    position: relative;
}

.rle_shorting_wrapper ul.rle_short_by li span {
    float: left;
    width: auto;
    color: #666666;
    font-weight: 600;
    text-transform: capitalize;
    padding-top: 10px;
}

.rle_shorting_wrapper ul.rle_short_by li:after {
    content: "";
    position: absolute;
    border-right: 1px solid #e1e1e1;
    right: 0px;
    top: 0;
    height: 100%;
}

.rle_shorting_wrapper ul.rle_short_by li:last-child:after {
    display: none;
}

.rle_shorting_wrapper ul.rle_short_by li select {
    float: left;
    width: calc(100% - 78px);
    height: 45px;
    margin-left: 10px;
    padding: 0px 10px;
    border-radius: 3px;
}

.rle_shorting_wrapper ul.rle_view_type {
    float: right;
    width: auto;
    margin: 0px;
    padding: 0px;
}

.rle_shorting_wrapper ul.rle_view_type li {
    list-style: none;
    float: left;
    width: auto;
    margin-left: 15px;
}

.rle_shorting_wrapper ul.rle_view_type span {
    float: left;
    width: auto;
    color: #666666;
    font-weight: 600;
    text-transform: capitalize;
    padding-top: 10px;
}

.rle_shorting_wrapper ul.rle_view_type i {
    float: left;
    width: 45px;
    height: 45px;
    color: #666666;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    text-align: center;
    line-height: 45px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_shorting_wrapper ul.rle_view_type i:hover {
    background-color: #666666;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


/*------ Blog Page css start ----*/

.rle_blog_wrapper {
    float: left;
    width: 100%;
    background-color: #f7f8f9;
    border-top: 1px solid #e1e1e1;
}

.rle_blog_item {
    float: left;
    width: 100%;
}

.rle_blog_image {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_blog_image a {
    float: left;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_blog_image a:after {
    content: "";
    position: absolute;
    background-color: rgba(0, 174, 239, 0.7);
    top: 0;
    left: 100%;
    right: 100%;
    bottom: 0;
    z-index: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_blog_image a:hover:after {
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_blog_image img {
    display: inline-block;
    width: 100%;
}

.rle_blog_image span {
    position: absolute;
    top: 25%;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    font-size: 36px;
    color: #ffffff;
    z-index: 1;
}

.rle_blog_info {
    float: left;
    width: 100%;
    padding: 30px;
    background-color: #ffffff;
}

.rle_blog_info span {
    float: left;
    width: 100%;
}

.rle_blog_info h3 {
    float: left;
    width: 100%;
    margin: 10px 0px 30px 0px;
}

.rle_blog_info h3 a {
    float: left;
    width: auto;
    color: #303030;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_blog_info h3 a:hover {
    color: #00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_blog_info p {
    float: left;
    width: 100%;
}

.rle_blog_info a.rle_link {
    float: left;
    width: auto;
    text-decoration: none;
    text-transform: capitalize;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_blog_info a.rle_link:hover {
    color: #00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_blog_single_item {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
}

.rle_blog_single_info {
    float: left;
    width: 100%;
}

.rle_blog_single_info p {
    float: left;
    width: 100%;
}

.rle_blog_single_info img.content_img {
    float: left;
    width: 100%;
}

.rle_blog_single_info h2 {
    float: left;
    width: 100%;
    margin: 30px 0px 20px 0px;
}

.rle_blog_single_info ul.rle_posted_by {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.rle_blog_single_info ul.rle_posted_by li {
    float: left;
    width: auto;
    list-style: none;
    margin-right: 20px;
    line-height: 45px;
    text-transform: capitalize;
}

.rle_blog_single_info ul.rle_posted_by li img {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 100%;
}

.rle_blog_single_info ul.rle_posted_by span {
    float: left;
    width: auto;
    margin-right: 5px;
}

.rle_blog_single_info ul.rle_posted_by li a {
    float: left;
    width: auto;
    color: #303030;
    text-decoration: none;
    font-weight: 600;
}

.rle_blog_single_info ul.rle_post_share {
    float: left;
    width: 100%;
    margin: 30px 0px;
    padding: 20px 0px;
    border: 1px solid #e1e1e1;
    border-left: none;
    border-right: none;
}

.rle_blog_single_info ul.rle_post_share li {
    float: left;
    width: auto;
    list-style: none;
    margin-right: 10px;
    text-transform: capitalize;
    line-height: 32px;
    border: 1px solid #ffffff;
}

.rle_blog_single_info ul.rle_post_share li i {
    float: left;
    width: 32px;
    height: 32px;
    text-align: center;
    border-right: 1px solid #e1e1e1;
    color: #ffffff;
    line-height: 32px;
}

.rle_blog_single_info ul.rle_post_share li a {
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    padding: 0px 20px;
    font-size: 12px;
}

.rle_blog_single_info blockquote {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #303030;
    margin: 30px 0px;
    padding: 30px 160px;
    border: none;
    position: relative;
}

.rle_blog_single_info blockquote:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 120px;
    background-color: #e1e1e1;
    height: 2px;
}

.rle_blog_single_info blockquote:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 120px;
    background-color: #e1e1e1;
    height: 2px;
}

.google_plus {
    background-color: #d74c38;
}

.facebook {
    background-color: #3b5a9a;
}

.twitter {
    background-color: #00aeef;
}

.rle_blog_single_info ul.rle_categories {
    float: left;
    width: 100%;
    margin: 30px 0px;
    padding: 0px;
    text-align: center;
}

.rle_blog_single_info ul.rle_categories li {
    display: inline-block;
    width: auto;
    margin-right: 10px;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    border: 1px solid #e1e1e1;
}

.rle_blog_comment_wrapper {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
}

.rle_blog_comment_wrapper h4 {
    float: left;
    width: 100%;
    margin: 30px 0px;
    font-weight: 600;
}

.rle_blog_comment_wrapper ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.rle_blog_comment_wrapper ul li {
    float: left;
    width: 100%;
    list-style: none;
    margin-bottom: 30px;
    border-top: 1px solid #e1e1e1;
    padding-top: 30px;
}

.rle_blog_comment_wrapper ul li:first-child {
    padding-top: 0px;
    border: none;
}

.rle_blog_comment_wrapper ul li:last-child {
    margin-bottom: 0px;
}

.rle_blog_comment_wrapper ul li ul {
    float: left;
    width: 100%;
    padding-left: 50px;
    margin-top: 30px;
}

.rle_blog_comment_wrapper ul li ul li {
    padding: 30px 0px;
    border-top: 1px solid #e1e1e1;
    margin: 0px;
}

.rle_blog_comment_wrapper ul li ul li:first-child {
    border-top: 1px solid #e1e1e1;
    padding-top: 30px;
}

.rle_blog_comment_wrapper ul li ul li:last-child {
    padding-bottom: 0px;
}

.rle_blog_comment {
    float: left;
    width: 100%;
}

.rle_comment_image {
    float: left;
    width: 45px;
}

.rle_comment_image img {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 100%;
}

.rle_comment_text {
    float: left;
    width: calc(100% - 45px);
    padding-left: 15px;
}

.rle_comment_text h5 {
    float: left;
    width: 100%;
    margin: 0px;
    text-transform: capitalize;
    font-weight: 600;
}

.rle_comment_text h5 span {
    margin-left: 15px;
    font-weight: 400;
    color: #695b5b;
}

.rle_comment_text P {
    float: left;
    width: 100%;
    margin: 20px 0px;
}

.rle_comment_text a {
    float: left;
    width: auto;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_comment_text a:hover {
    color: #00aeef;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.rle_blog_message_wrapper {
    float: left;
    width: 100%;
}

.rle_blog_message_wrapper h4 {
    float: left;
    width: 100%;
    margin: 30px 0px;
    font-weight: 600;
}

.rle_blog_messages {
    float: left;
    width: 100%;
}

.rle_blog_messages form {
    float: left;
    width: 100%;
}

.rle_blog_messages form input,
.rle_blog_messages form textarea {
    float: left;
    width: 100%;
    padding: 0px 15px;
    height: 45px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    margin-bottom: 30px;
}

.rle_blog_messages form textarea {
    height: auto;
    padding: 10px 15px;
}


/*------ Sidebar Wrapper css start ----*/

.sidebar_wrapper {
    float: left;
    width: 100%;
}

.blog_sidebaar {
    float: left;
    width: 100%;
}

.widget-title {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 0px;
    position: relative;
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: capitalize;
}

.widget-title:after {
    content: "";
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100px;
    background-color: #e1e1e1;
    height: 1px;
}

.widget.widget_search {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.widget_search input {
    border: 1px solid #e1e1e1;
    box-shadow: none;
    border-right: none;
    border-radius: 3px 0px 0px 3px;
    height: 45px;
    padding: 0px 15px;
    width: 100%;
}

.widget_search .input-group-btn button {
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    border-left: none;
    border-radius: 0px 3px 3px 0px;
    height: 45px;
    padding: 0px 15px;
}

.widget_search .input-group-btn button:focus,
.widget_search .input-group-btn button.active {
    outline: none;
    background-color: #ffffff;
    box-shadow: none;
    border: 1px solid #e1e1e1;
    border-left: none;
}

.widget.widget_categories {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.widget_categories ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding-left: 25px;
}

.widget_categories ul li {
    float: left;
    width: 100%;
    padding: 5px 0px;
}

.widget_categories ul li:first-child {
    padding-top: 0px;
}

.widget_categories ul li:last-child {
    padding-bottom: 0px;
}

.widget_categories ul li a {
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.widget_categories ul li a:hover {
    color: #00aeef;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.widget.widget_tag_cloud {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.widget_tag_cloud a {
    float: left;
    margin-left: 5px;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.widget_tag_cloud a:hover {
    color: #00aeef;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.widget.widget_recent_post {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.blog_sidebaar .widget.widget_recent_post {
    background-color: #ffffff;
    padding: 30px;
}

.blog_sidebaar .widget.widget_recent_post h6 {
    color: #f4a42b;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
}

.widget_recent_post ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.widget_recent_post ul li {
    float: left;
    width: 100%;
    list-style: none;
    margin-bottom: 30px;
}

.widget_recent_post ul li:last-child {
    margin-bottom: 0px;
}

.widget_recent_post ul li img {
    float: left;
    width: 70px;
    height: 70px;
}

.widget_recent_post ul li .rle_recent_post_info {
    float: left;
    width: calc(100% - 70px);
    padding-left: 10px;
}

.widget_recent_post ul li .rle_recent_post_info p {
    float: left;
    width: 100%;
    color: #303030;
    font-weight: 600;
    margin: 0;
}

.widget_recent_post ul li .rle_recent_post_info span {
    float: left;
    width: 100%;
    font-size: 13px;
}

.widget.widget_search_property {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    background-color: #ffffff;
    padding: 30px;
}

.widget_search_property .rle_searchform_box input,
.widget_search_property .rle_searchform_box select {
    margin-bottom: 15px;
}

.widget_search_property .rle_searchform_box .ui-widget.ui-widget-content {
    margin-bottom: 15px;
}

.widget_search_property .rle_searchform_box .rle_btn {
    margin-top: 15px;
    width: 100%;
}

.widget.widget_location {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    background-color: #ffffff;
    padding: 30px;
}

.widget.widget_location ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.widget.widget_location ul li {
    list-style: none;
    float: left;
    width: 50%;
    margin: 5px 0px;
}

.widget.widget_location ul li a {
    float: left;
    width: auto;
    color: #666666;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.widget.widget_location ul li a:hover {
    color: #00aeef;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.widget.widget_location ul li a i {
    padding-right: 5px;
    color: #00aeef;
}


/*------ Contact Page css start ----*/

.rle_contact_wrapper {
    float: left;
    width: 100%;
    background-color: #ffffff;
}

.rle_contact_info {
    float: left;
    width: 100%;
}

.rle_contact_info h2 {
    float: left;
    width: 100%;
    margin: 0px;
    font-weight: 600;
}

.rle_contact_info p {
    float: left;
    width: 100%;
    margin: 20px 0px;
}

.rle_contact_info ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.rle_contact_info ul li {
    float: left;
    width: 100%;
    list-style: none;
}

.rle_contact_info ul li h4 {
    float: left;
    width: auto;
    margin: 0px;
    color: #888888;
    border-bottom: 1px solid #888888;
    font-weight: 600;
}

.rle_contact_info ul li p {
    float: left;
    width: 100%;
    margin: 10px 0px;
}

.rle_contact_form {
    float: left;
    width: 100%;
}

.rle_contact_form form {
    float: left;
    width: 100%;
}

.rle_contact_form form input,
.rle_contact_form form textarea {
    float: left;
    width: 100%;
    padding: 0px 15px;
    height: 45px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    margin-bottom: 30px;
}

.rle_contact_form form textarea {
    height: auto;
    padding: 10px 15px;
}


/*------ responsive css start ----*/

.rle_error_wrapper {
    float: left;
    width: 100%;
    background-image: url(../../images/error_bg.jpg);
}

.rle_error_info {
    float: left;
    width: 100%;
}

.rle_error_info img {
    display: inline-block;
}

.rle_error_info h1 {
    float: left;
    width: 100%;
    margin: 0px;
    margin-bottom: 20px;
    font-size: 160px;
    color: #ffffff;
}

.rle_error_info h2 {
    float: left;
    width: 100%;
    margin: 0px;
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
}

.rle_error_info p {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 18px;
}


/*------ responsive css start ----*/

@media (max-width: 1200px) {}

@media (min-width: 992px) and (max-width: 1199px) {
    .rle_header_wrapper .rle_main_menu ul li a {
        margin-right: 25px;
    }
    .rle_property_infobox_details_footer p {
        width: 120px;
    }
    .rle_property_infobox_details_footer ul {
        width: calc(100% - 120px);
    }
    .rle_property_infobox_details_footer ul li {
        margin-right: 5px;
    }
    .rle_banner_wrapper.style_3 ul.nav-tabs {
        width: 100%;
    }
    .rle_banner_wrapper.style_3 ul.nav-tabs li a {
        padding: 30px 0px 30px 10px;
    }
    .rle_team_box {
        height: 261px;
    }
    .rle_team_box_open {
        bottom: -175px;
    }
    .rle_agent_single_info_content {
        padding-left: 0px;
    }
    .rle_agent_single_info_box {
        padding: 25px 50px;
    }
    .rle_banner_tabs {
        padding: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .rle_header_wrapper .rle_main_menu ul li a {
        margin-right: 9px;
    }
    .rle_searchform_box {
        padding: 15px 0px 0px 0px;
    }
    .rle_searchform_box input,
    .rle_searchform_box select {
        margin-bottom: 10px;
        padding: 0px 10px;
    }
    .rle_searchform_box .col-sm-4,
    .rle_searchform_box .col-sm-3 {
        padding-right: 0px;
    }
    .rle_property_details_box {
        padding: 10px 10px;
    }
    .rle_property_details_box .user_info h4 {
        padding-left: 10px;
    }
    .rle_property_details_box .user_info p {
        padding-left: 10px;
    }
    .rle_property_infobox_details_footer p {
        width: 100%;
    }
    .rle_property_infobox_details_footer ul {
        width: 100%;
    }
    .rle_news_slider_details_text {
        padding: 10px;
    }
    .rle_property_infobox_details {
        padding: 10px;
    }
    .rle_property_infobox_details.style_2 {
        padding: 5px 10px 10px 10px;
    }
    .rle_property_infobox_details_pricefooter span {
        font-size: 18px;
    }
    .rle_top_header ul li {
        margin-left: 11px;
    }
    .rle_top_header ul li img {
        margin-right: 3px;
    }
    .rle_whywe_box {
        padding: 10px;
    }
    .rle_whywe_box_text {
        padding-left: 10px;
    }
    .rle_whywe_box_text h1 {
        font-size: 30px;
    }
    .rle_agent_slider_details {
        min-height: 300px;
    }
    .rle_banner_wrapper.style_3 ul.nav-tabs {
        width: 100%;
    }
    .rle_banner_wrapper.style_3 ul.nav-tabs li a {
        padding: 10px 0px 10px 5px;
    }
    .rle_banner_tabslist_info_box {
        padding-left: 10px;
    }
    .rle_banner_tabslist_info_box h4 {
        font-size: 16px;
    }
    .rle_banner_tabslist_info_box p {
        font-size: 11px;
    }
    .rle_banner_tabs {
        padding: 15px;
    }
    .rle_banner_tabs_infobox ul li {
        margin-right: 5px;
    }
    .rle_team_box {
        height: 276px;
    }
    .rle_team_box_info {
        padding: 10px 15px;
    }
    .rle_team_box_open {
        bottom: -167px;
    }
    .widget.text-widget .rle_btn {
        display: table;
    }
    .rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text {
        padding: 15px;
    }
    .rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text {
        padding: 10px 0px 10px 10px;
    }
    .rle_agent_single_info_box {
        padding: 25px 40px;
    }
    .rle_agent_single_info_content {
        padding-left: 0px;
    }
    .rle_peoplesay_slider_details_text {
        padding-left: 50px;
    }
    .rle_peoplesay_slider_details_text img {
        left: 15px;
    }
}

@media (max-width: 767px) {
    .rle_header_wrapper .rle_logo {
        margin-bottom: 10px;
    }
    .rle_header_wrapper .rle_signin {
        float: left;
        width: calc(100% - 40px);
    }
    .rle_login_form {
        right: auto;
        left: 0;
        top: 150%;
        width: 256px;
    }
    .rle_menu_btn {
        display: block;
        float: none;
        position: absolute;
        top: 5px;
        right: 15px;
        border: none;
        width: 40px;
        height: 30px;
        font-size: 16px;
        color: #ffffff;
        background-color: #00aeef;
        border-radius: 3px;
    }
    .rle_menu_btn:hover,
    .rle_menu_btn:focus {
        outline: none;
        border: none;
        box-shadow: none;
        text-shadow: none;
    }
    .rle_header_wrapper.style_2 .rle_menu_btn {
        top: 73px;
    }
    .rle_main_menu_wrapper {
        z-index: 2;
        position: fixed;
        left: 0px;
        top: 0px;
        bottom: 0px;
        width: 80%;
        background-color: #ffffff;
        -webkit-box-shadow: 0px 3px 15px -5px #000000;
        -moz-box-shadow: 0px 3px 15px -5px #000000;
        -o-box-shadow: 0px 3px 15px -5px #000000;
        -ms-box-shadow: 0px 3px 15px -5px #000000;
        box-shadow: 0px 3px 15px -5px #000000;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .rle_main_menu_wrapper.rle_main_menu_hide {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .rle_header_wrapper .rle_main_menu {
        width: 100%;
        overflow-y: scroll;
        height: 100%;
    }
    .rle_header_wrapper .rle_main_menu ul li {
        width: 100%;
    }
    .rle_header_wrapper .rle_main_menu ul li a {
        color: #00aeef;
        margin-right: 0px;
        padding: 10px;
    }
    .rle_header_wrapper .rle_main_menu ul li a:hover {
        background-color: #00aeef;
        color: #ffffff;
    }
    .rle_header_wrapper .rle_main_menu ul li ul.sub-menu {
        position: initial;
        width: 100%;
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        box-shadow: none;
    }
    .rle_searchform_tabs {
        margin-top: -50px;
    }
    .rle_searchform_box {
        padding: 30px 0px 0px 0px;
    }
    .rle_searchform_btn {
        padding: 20px 0px;
    }
    .rle_popularareas_img img {
        width: 100%;
    }
    .rle_partner_wrapper ul li {
        width: 33.3333333%;
        margin: 10px 0px;
    }
    .rle_searchform_box .ui-widget.ui-widget-content {
        margin-bottom: 30px;
    }
    .rle_itemdetails_info ul.howmuch {
        width: 100%;
        margin: 50px 0px 50px 0px;
    }
    .rle_team_box {
        height: 400px;
    }
    .rle_team_box img {
        width: 100%;
    }
    .rle_top_header ul {
        text-align: center;
        margin-top: 0px;
    }
    .rle_top_header ul li {
        float: none;
        display: inline-block;
        margin: 5px 0px;
    }
    .rle_header_wrapper.style_2 .rle_logo {
        padding-top: 0px;
    }
    .rle_banner_tabs {
        padding: 10px;
    }
    .rle_banner_wrapper.style_3 ul.nav-tabs {
        width: 100%;
    }
    .rle_banner_wrapper.style_3 ul.nav-tabs li {
        width: 100%;
    }
    .rle_banner_wrapper.style_3 ul.nav-tabs li a {
        padding: 10px 0px 10px 10px;
    }
    .rle_banner_tabs_infobox h1 {
        font-size: 40px;
        line-height: 32px;
    }
    .rle_banner_tabs_infobox ul {
        margin: 0px 0px 15px 0px;
        padding: 30px 0px 0px 0px;
    }
    .rle_banner_tabs_infobox ul li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .rle_banner_tabs_infobox .rle_price_box {
        top: 35%;
    }
    .rle_agent_single_info_box {
        position: relative;
        top: 40px;
        left: 0%;
        padding: 20px;
        float: left;
        width: 100%;
    }
    .rle_agent_single_info_content {
        margin-top: 60px;
        padding-left: 0px;
    }
    .rle_agent_single_info_content ul li {
        margin: 10px 0px;
    }
    .rle_blog_info {
        padding: 15px;
    }
    .rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text {
        padding: 15px;
    }
    .rle_news_slider2 .rle_news_slider2_details img {
        width: 100%;
    }
    .rle_news_slider3 .rle_news_slider3_details img {
        width: 100%;
    }
    .rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text {
        padding: 15px;
    }
    .rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text p {
        min-height: 60px;
    }
    .rle_blog_single_info ul.rle_post_share li {
        margin: 5px;
    }
    .rle_blog_single_info img.content_img {
        margin-bottom: 20px;
    }
    .rle_blog_single_info blockquote {
        padding: 30px 0px;
    }
    .rle_blog_messages {
        margin-bottom: 50px;
    }
    .rle_shorting_wrapper ul.rle_view_type {
        width: 100%;
        margin-top: 25px;
    }
    .rle_property_details_box ul.feature_prop li {
        width: 30%;
    }
    .rle_property_details_box {
        padding: 15px;
    }
    .rle_property_details_box ul.nav-tabs {
        margin-bottom: 20px;
    }
    .widget.text-widget .rle_btn {
        display: table;
    }
}

@media (min-width: 480px) and (max-width: 767px) {}

@media (max-width: 479px) {
    .rle_searchform_btn {
        padding: 10px 0px;
    }
    .rle_searchform_btn img {
        width: 32px;
    }
    .rle_property_infobox_details_footer ul {
        width: auto;
        float: right;
    }
    .rle_property_infobox_details {
        padding: 10px;
    }
    .rle_pricehistry_btn {
        text-align: center;
        margin-top: 30px;
    }
    .rle_pricehistry_text {
        text-align: center;
    }
    .rle_pricehistry_text p {
        font-size: 26px;
        line-height: 32px;
    }
    .rle_news_slider_details_text {
        padding: 10px;
    }
    .rle_top_header ul li img {
        margin-right: 5px;
    }
    .rle_searchform_tabs.style_2 .rle_searchform_box input {
        width: 100%;
        border: none;
    }
    .rle_searchform_tabs.style_2 .rle_searchform_box .rle_btn {
        width: 100%;
        margin-top: 5px;
    }
    .rle_banner_text {
        padding: 0px 0px 0px 0px;
    }
    .rle_searchform_tabs .tab-content {
        border-radius: 3px;
    }
    .rle_clientsay_slider_details {
        padding-left: 30px;
    }
    .rle_clientsay_slider_details_text {
        padding: 15px;
    }
    .rle_client_say_slider .owl-theme .owl-nav .owl-prev {
        left: 5px;
    }
    .rle_client_say_slider .owl-theme .owl-nav .owl-next {
        left: 5px;
    }
    .rle_client_say_slider {
        margin-bottom: 30px;
    }
    .rle_newletters_box {
        text-align: center;
    }
    .rle_newletters_box input {
        width: 100%;
        padding: 0px 15px 0px 50px;
        margin-bottom: 15px;
        border-radius: 3px;
    }
    .rle_newletters_box .rle_btn {
        border-radius: 3px;
    }
    .rle_banner_tabs {
        margin-top: 100px;
    }
    .rle_banner_tabs_infobox h1 {
        font-size: 26px;
        line-height: 22px;
    }
    .rle_banner_tabs_infobox p {
        font-size: 16px;
    }
    .rle_banner_tabs_infobox ul {
        padding: 15px 0px 0px 0px;
    }
    .rle_banner_tabs_infobox ul li p {
        font-size: 26px;
        line-height: 12px;
    }
    .rle_banner_tabs_infobox ul li span {
        font-size: 16px;
    }
    .rle_banner_tabs_infobox .rle_price_box {
        width: 130px;
        height: 130px;
    }
    .rle_banner_tabs_infobox .rle_price_box .rle_price_box_info {
        padding-top: 40px;
    }
    .rle_banner_tabs_infobox .rle_price_box .rle_price_box_info h1 {
        font-size: 22px;
    }
    .rle_banner_tabs_infobox .rle_price_box .rle_price_box_info p {
        font-size: 14px;
    }
    .rle_partner_wrapper ul li {
        width: 100%;
    }
    .rle_peoplesay_slider_details_text {
        width: 100%;
        padding-left: 10px;
    }
    .rle_peoplesay_slider_details_img {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .rle_peoplesay_slider_details_img img {
        display: inline-block !important;
        width: auto !important;
    }
    .rle_peoplesay_slider_details_text {
        width: 100%;
        padding-left: 10px;
    }
    .rle_peoplesay_slider_details_text img {
        left: 15px;
        top: -30px;
    }
    .rle_itemdetails_info ul.points {
        padding-left: 20px;
    }
    .rle_itemdetails_info ul.points li {
        width: 100%;
    }
    .rle_itemdetails_info ul.howmuch li i {
        padding-right: 30px;
    }
    .rle_team_box {
        height: 315px;
    }
    .rle_team_box_open {
        bottom: -175px;
    }
    .rle_agent_single_name_box {
        width: 100%;
    }
    .rle_agent_single_share_box {
        width: 100%;
    }
    .rle_agent_single_share_box ul {
        float: left;
    }
    .rle_agent_single_share_box ul li {
        margin-left: 0px;
        margin-right: 10px;
    }
    .rle_agent_single_mail_box ul li {
        width: 100%;
        margin-right: 0px;
        margin: 5px 0px;
    }
    .rle_agent_single_info_content ul li {
        margin: 5px 0px;
        width: 100%;
    }
    .rle_blog_info {
        padding: 10px;
    }
    .rle_blog_info h3 {
        margin: 10px 0px 15px 0px;
    }
    .rle_blog_image span {
        font-size: 14px;
        line-height: 16px;
    }
    .rle_blog_info a.rle_link {
        margin-top: 10px;
    }
    .rle_pagination_wrapper ul {
        margin-top: -20px;
    }
    .rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text {
        padding: 10px;
    }
    .rle_news_slider3 .rle_news_slider3_details .rle_news_slider3_details_text {
        padding: 10px;
    }
    .rle_blog_single_info ul.rle_posted_by li {
        width: 100%;
        margin-right: 0px;
        line-height: 28px;
    }
    .rle_blog_single_info ul.rle_post_share li {
        width: 100%;
    }
    .rle_blog_single_info ul.rle_categories li {
        margin-right: 5px;
        padding: 0px 8px;
    }
    .rle_comment_text {
        width: 100%;
        padding-left: 0px;
    }
    .rle_comment_text P {
        margin: 10px 0px;
    }
    .rle_comment_image {
        margin-bottom: 10px;
    }
    .rle_blog_comment_wrapper ul li ul {
        padding-left: 30px;
    }
    .rle_error_wrapper {
        padding: 50px 0px 0px 0px;
    }
    .rle_error_info {
        padding: 0px 0px 50px 0px;
    }
    .rle_shorting_wrapper {
        padding: 10px;
    }
    .rle_shorting_wrapper ul.rle_short_by li {
        width: 100%;
        margin-right: 0px;
        margin: 5px 0px;
    }
    .rle_shorting_wrapper ul.rle_short_by li:after {
        display: none;
    }
    .rle_property_details_box ul.feature_prop li {
        width: 100%;
        margin: 0px 0px 10px 0px;
    }
    .rle_property_details_box ul.nav-tabs {
        text-align: center;
    }
    .rle_property_details_box ul.nav-tabs>li {
        display: inline-block;
        float: none;
        width: 100%;
        margin-left: 0px;
        margin: 5px 0px;
    }
    .rle_property_details_box ul.nav-tabs>li>a {
        width: 100%;
    }
    .rle_property_details_box .col-xs-12 {
        padding: 0;
    }
    .rle_property_details_box_2 .share_props span {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .rle_property_details_box_2 .share_props ul {
        width: 100%;
        text-align: center;
    }
    .rle_property_details_box_2 .share_props ul li {
        float: none;
        margin-left: 0px;
        margin-right: 10px;
        display: inline-block;
    }
}


/*------ responsive css end ----*/

.slider_v1.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.slider_v1 .swiper-slide {
    background-size: cover;
    background-position: center;
}

.slider_v1.gallery-top {
    height: 80%;
    width: 100%;
}

.slider_v1.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.slider_v1.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    position: relative;
}

.slider_v1.gallery-thumbs .swiper-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    background-color: #333333;
    cursor: pointer;
}

.slider_v1.gallery-thumbs .swiper-slide-active:after {
    opacity: 0;
}

.swiper-slide-prev,
.swiper-slide-next {
    opacity: 0.3;
}

.slider_v2.swiper-container {
    width: 100%;
    /* height: 520px;*/
}

.slider_v2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 60%;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.slider_v2 .swiper-slide:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    background-color: #ffffff;
}

.slider_v2 .swiper-slide.swiper-slide-active:after {
    opacity: 0;
}

.slider_v2 .swiper-slide img {
    width: auto;
    min-height: 500px;
    height: 500px !important;
}

.slider_v2 .swiper-slide video {
    width: 100%;
    min-height: 350px;
}