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

Project:	Asset Pro Infra
Version:	1.0.0
/*
Copyright (c) 2020 
------------------------------------------------------------------
[Table of contents]
-------------------------------------------------------------------
1.  Property Wrapper
2.  Price history 
3.  Popular areas 
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 
22. Sidebar Wrapper 
23. Contact Page css start
24. Responsive css start
-------------------------------------------------------------------*/

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

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
    -webkit-font-smoothing: antialiased;
}

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

a {
    color: #695b5b;
    text-decoration: none;
}

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

a:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.1;
    font-weight: 700;
    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;
}

.rle_toppadder10 {
    padding-top: 10px;
}

.rle_toppadder20 {
    padding-top: 20px;
}

.rle_toppadder30 {
    padding-top: 30px;
}

.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: 30px;
}

.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;
}

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

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

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

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

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

.rle_header_wrapper {
    float: left;
    width: 100%;
    padding: 2px 0px;
    position: relative;
    opacity: 1;
    background-color: #000000 !important;
    /* box-shadow: 1px 16px 10px #0f1c2fcf; */
    /* z-index: 9999; */
    /* display: block; */
    /* clear: both; */
}

.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%;
    /* margin-top: -5px; */
    /* background: #000; */
    padding: 5px;
    /* background: rgb(2,0,36); */
    /* background: radial-gradient(circle, rgba(0, 0, 0, 0.66) 0%, rgba(255, 255, 255, 0) 102%); */
    /* box-shadow: 1px 9px 20px 0px rgba(0,0,0,0.66); */
}

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

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

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

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

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

.rle_top_header ul li a {
    color: #dcb14b;
    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: 14px;
}

.rle_top_header ul li a:hover {
    color: #dcb14b;
    -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: calc(100% - 110px);
    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: #dcb14b;
}

.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: 15px;
    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/icon/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: #dcb14b;
    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: #dcb14b;
    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 #dcb14b;
    -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: 14px;
    margin-right: 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 #dcb14b;
}

.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;
}

.slider-main-wrapper {
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 0;
    width: 100%;
}

.slider-main-wrapper .owl-carousel .owl-item .item img {
    height: 600px;
}

.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 #dcb14b;
    -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: 0px 0px 0px 0px;
}

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

.rle_banner_text.style_2 h1 {
    font-size: 48px;
    text-transform: capitalize;
}

.rle_banner_text h1 span {
    color: #dcb14b;
}

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

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

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

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

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

.rle_searchform_tabs.style_2 {
    margin-top: 240px;
    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: #ffffff00; */
    /* -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;
}

.rle_searchform_tabs ul.nav-tabs>li>a {
    text-transform: capitalize;
    color: #dcb14b;
    border-radius: 0px;
    background-color: rgb(255, 255, 255);
    font-size: 16px;
    padding: 13px 40px;
}

.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: #dcb14b;
    border-color: transparent;
    color: #fff;
}

.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 #dcb14b;
    ;
    background-color: #dcb14b;
}

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

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

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

.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_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-button:focus {
    border: 1px solid #e1e1e1;
    background: #ffffff;
}

.rle_searchform_box .ui-widget-header {
    border: 1px solid #dcb14b;
    background: #dcb14b;
}

.rle_searchform_tabs.style_2 .rle_searchform_box {
    /* padding:0px; */
    /* background: transparent; */
}

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

.rle_searchform_tabs.style_2 .rle_searchform_box input {
    /* width: calc(100% - 145px); */
    margin: 0px;
}

.rle_searchform_tabs.style_2 .rle_searchform_box .rle_btn {
    height: 50px;
    line-height: 40px;
    font-size: 18px;
    text-transform: capitalize;
    outline: none;
    box-shadow: unset;
    margin-left: 5px;
}

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

.rle_searchform_box.style_3 {
    padding: 0px;
}

.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: #dcb14b;
    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: #dcb14b;
    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: -20px;
    left: 0;
    right: 0px;
    margin: auto;
    /* width: 1170px; */
    /* top: 54px; */
    width: 72%;
}

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

.rle_banner_wrapper.style_3 ul.nav-tabs li a {
    border-radius: 0px;
    padding: 22px 0px 22px 15px;
    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: #dcb14b;
    background-color: #dcb14b;
    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: #dcb14b;
    border: 1px solid #dcb14b;
    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;
    /* background: #FDC830; */
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #F37335, #FDC830);
    /* Chrome 10-25, Safari 5.1-6 */
    /* background: linear-gradient(to left, #f37335a3, #dcb14b); */
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

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

.rle_banner_tabslist_info span.icon {
    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: 17px;
    color: #ffffff;
    margin: 0px;
}

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

/*------ 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: 0px 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 #dcb14b;
    width: 50px;
    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 #dcb14b;
    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 #dcb14b;
}

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

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

.rle_btn {
    display: inline-block;
    height: 50px;
    line-height: 48px;
    width: auto;
    padding: 0px 25px;
    border: 2px solid #dcb14b;
    color: #ffffff;
    background-color #dcb14b;
    /* 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;
    background-color: #dcb14b;
    /* margin-left: -2px; */
    /* padding-left: 0px; */
}

.rle_btn:after {
    /* content:""; */
    position: absolute;
    background-color: rgb(158, 158, 158);
    top: 0;
    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: 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_btn:hover {
    color: #ffffff;
    text-decoration: none;
    border: 2px solid #dcb14b;
    -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/banner/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-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_property_slider .owl-theme .owl-dots .owl-dot.active span,
.rle_property_slider .owl-theme .owl-dots .owl-dot:hover span {
    background-color #dcb14b;
    -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: 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;
    min-height: 417px;
}

.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 {
    float: left;
    width: 100%;
    position: relative;
}

.rle_property_infobox_img img {
    float: left;
    width: 100%;
    position: relative;
    height: 220px;
}

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

.rle_property_infobox_img ul {
    position: absolute;
    top: 20px;
    left: 30px;
    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: 14px;
    margin-right: 5px;
}

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

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

.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_red_clr {
    background-color: #eb3c48;
}

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

.rle_black_clr {
    background-color: #333333;
}

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

.rle_property_infobox_details_header h3 a {
    float: left;
    width: auto;
    color: #dcb14b;
    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.style_2 h3 a {
    float: none;
}

.rle_property_infobox_details_header h3 a:hover {
    color #dcb14b;
    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: #5f5f5f;
    font-size: 16px;
}

.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: 170px;
    color: #5f5f5f;
}

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

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

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

.rle_property_infobox_details_pricefooter {
    float: left;
    width: 100%;
    padding: 5px 0px 0px 0px;
    border-top: 1px solid #e1e1e1;
}

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

.rle_property_infobox_details_pricefooter a {
    float: right;
    width: auto;
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    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;
    border: 1px solid #dcb14b;
    border-radius: 5px;
    padding: 5px 5px;
    background: #dcb14b;
}

.rle_property_infobox_details_pricefooter a:hover {
    color: #dcb14b;
    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;
    background: transparent;
}

.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 #dcb14b;
    -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;
    width: 100%;
    margin-bottom: 50px;
}

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

.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: 30px 25px;
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    margin-bottom: 50px;
}

.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: none;
    width: auto;
    margin: 0px 0px 30px 0px;
    padding-bottom: 15px;
    position: relative;
    font-size: 20px;
    clear: both;
    text-transform: uppercase;
    text-align: center;
}

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

.rle_property_details_box p {
    text-align: justify;
    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;
}

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

.rle_property_details_box ul.nav-tabs>li>a {
    float: left;
    width: auto;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #888888;
    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: #333333;
    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 .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 50px 0px;
    padding: 0px;
}

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

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

.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: bold;
}

.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 #dcb14b;
    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 #dcb14b;
    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 #dcb14b;
    -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 #dcb14b;
    -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 #dcb14b;
    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/content/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: #fff;
}

.rle_popularareas_wrapper.specialityWrapper {
    margin-top: 30px;
    background: black;
}

.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(10, 10, 10, 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 #dcb14b;
    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 #dcb14b;
    -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: #fff;
    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/banner/ftr_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background: #000;
}

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

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

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

.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;
}

.widget.text-widget ul li a {
    color: #bdbfc2;
    text-decoration: none;
    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;
}

.widget.text-widget ul li a:hover {
    color #dcb14b;
    -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: 15px;
    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 #dcb14b;
    text-decoration: none;
}

.rle_bottom_footer p span {
    color: #eab945;
}

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

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

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

.rle_whywe_box {
    float: left;
    width: 100%;
    /* background-color: #ffffff; */
    padding: 20px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 0px 0px #dcb14b;
    -moz-box-shadow: 0px 3px 0px 0px #dcb14b;
    -o-box-shadow: 0px 3px 0px 0px #dcb14b;
    -ms-box-shadow: 0px 3px 0px 0px #dcb14b;
    box-shadow: 0px 3px 0px 0px #dcb14b;
    color: #fff;
}

.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 #dcb14b;
    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: 77%;
    border-bottom: 30px solid #dcb14b;
    border-right: 263px solid transparent;
}

.rle_agent_slider_details img {}

.rle_agent_slider_details .rle_agent_slider_details_text {
    position: absolute;
    top: 85%;
    z-index: 100000;
    left: 0;
    padding: 0px 15px 15px 15px;
    background-color: #dcb14b;
    display: block;
    width: 100%;
}

.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 #dcb14b;
    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;
    color: #fff;
}

.rle_agent_slider_details .rle_agent_slider_details_text a:hover {
    color: #f3f3f3;
    -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: 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_awsagent_wrapper .owl-theme .owl-dots .owl-dot.active span,
.rle_awsagent_wrapper .owl-theme .owl-dots .owl-dot:hover span {
    background-color #dcb14b;
    -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;
    max-height: 300px;
    overflow: scroll;
}

.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/banner/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 #dcb14b;
    -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;
    /* width: 200px; */
    height: 200px;
}

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

.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;
    color: #fff;
    text-align: center;
}

.rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text h4 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;
}

.rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text h4 a:hover {
    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 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 #dcb14b;
}

/*------ 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 #dcb14b;
    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 #dcb14b;
    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%;
    height: 177px;
    position: relative;
    max-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 #dcb14b;
    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 #dcb14b;
}

.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%;
    height: 348px;
    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 #dcb14b;
    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 #dcb14b;
    -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/banner/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 #dcb14b;
    padding-right: 10px;
}

.rle_pagetitle_wrapper ul.breadcrumb li a:hover {
    color #dcb14b;
    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: #dcb14b;
    border-color: #dcb14b;
    -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 #dcb14b;
    border-color: #dcb14b;
    -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: #dcb14b;
    border-color: #dcb14b;
    -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 #dcb14b;
    -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 #dcb14b;
    -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 #dcb14b;
}

.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 #dcb14b;
    -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 #dcb14b;
    -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 #dcb14b;
    -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: #dcb14b;
    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 #dcb14b;
    -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 #dcb14b;
}

/*------ 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/banner/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: 0px;
    }
    .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: none; */
        /* float: none; */
        /* position: absolute; */
        /* top: 5px; */
        right: 15px;
        border: none;
        width: 40px;
        height: 30px;
        font-size: 16px;
        color: #ffffff;
        background-color: #dcb14b;
        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: 97px;
    }
    .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: #dcb14b;
        margin-right: 0px;
        padding: 10px;
    }
    .rle_header_wrapper .rle_main_menu ul li a:hover {
        background-color: #dcb14b;
        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 {
        /* display: none; */
        margin-bottom: 0px;
        /* top: 0px; */
    }
    .rle_agent_slider_details:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 86%;
        border-bottom: 30px solid #dcb14b;
        border-right: 263px solid transparent;
    }
    .rle_agent_slider_details .rle_agent_slider_details_text {
        position: absolute;
        top: 92%;
        z-index: 100000;
        left: 0;
        padding: 0px 15px 15px 15px;
        background-color: #dcb14b;
        display: block;
        width: 100%;
    }
    .darkHeader .phonemenu {}
    .darkHeader .rle_top_header ul li {
        /* float: none!important; */
        width: auto;
        list-style: none;
        margin-left: 15px;
        color: #dcb14b !important;
        text-transform: capitalize;
        /* margin-top: 0; */
        display: none;
    }
    .quick-padding,
    .support-padding {
        padding: 0px !important;
    }
    .support-padding {
        margin-top: 14px;
    }
    .rle_top_header ul {
        text-align: center;
        margin-top: 10px;
    }
    .rle_logo img {
        width: 160px !important;
        margin: 0px auto;
        display: block;
    }
    .rle_top_header ul li {
        float: none;
        display: inline-block;
        margin: 5px 0px;
        display: none;
    }
    .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 p {
        width: 100%;
    }
    .rle_property_infobox_details_footer ul {
        width: 100%;
    }
    .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%;
    }
    .rle_searchform_tabs.style_2 .rle_searchform_box .rle_btn {
        width: 100%;
        margin-top: 5px;
    }
    .rle_banner_text h1 {
        float: left;
        width: 100%;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 16px;
        padding-top: 0px;
        margin-top: 7px;
        margin-bottom: 0px;
    }
    .hamburger {
        right: 10px !important;
    }
    .rle_banner_text {
        padding: 5px 0px 0px 0px;
        margin-top: auto;
    }
    .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;
}

.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 {
    content: "";
    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: 100%;
}

.rle_logo img {
    width: 170px;
    /* margin: 0px auto; */
    display: block;
}

.footer-logo img {
    width: 270px;
}

.bg-property {
    min-height: 600px;
    background: #f2b841 url(../images/bg-property.jpg) center top no-repeat;
    background-size: 100% 100%;
}

.quick-padding {
    padding-left: 70px;
}

.support-padding {
    padding-left: 40px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-40 {
    padding-left: 40px;
}

.icon-img {
    text-align: center;
}

.icon-img img {
    width: 100px;
}

.icon-text {
    font-size: 18px;
    font-weight: 600;
}

.contain {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.client-slide img {
    width: 155px !important;
}

.counter-text {
    font-size: 30px;
    font-weight: 600;
}

.rle_whywe_box_text h5 {
    color: #fff;
}

/*****************************************header*******************************************/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    /*padding-right: 220px;*/
}

#sidebar-wrapper {
    z-index: 1000;
    right: 220px;
    width: 0;
    height: 100%;
    margin-right: -220px;
    margin-top: 60px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #000000;
    /* opacity: 50%; */
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 300px;
}

#page-content-wrapper {
    width: 100%;
    padding-top: 70px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

/*-------------------------------*/

/*     Sidebar nav styles        */

/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 300px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
    -moz-transition: width .2s ease-in;
    -ms-transition: width .2s ease-in;
    transition: width .2s ease-in;
}

.sidebar-nav li:first-child a {
    color: #fff;
    background-color: #1a1a1a;
}

.sidebar-nav li:nth-child(2):before {
    background-color: #ec1b5a;
}

.sidebar-nav li:nth-child(3):before {
    background-color: #79aefe;
}

.sidebar-nav li:nth-child(4):before {
    background-color: #314190;
}

.sidebar-nav li:nth-child(5):before {
    background-color: #279636;
}

.sidebar-nav li:nth-child(6):before {
    background-color: #7d5d81;
}

.sidebar-nav li:nth-child(7):before {
    background-color: #ead24c;
}

.sidebar-nav li:nth-child(8):before {
    background-color: #2d2366;
}

.sidebar-nav li:nth-child(9):before {
    background-color: #35acdf;
}

.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
    -moz-transition: width .2s ease-in;
    -ms-transition: width .2s ease-in;
    transition: width .2s ease-in;
}

.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav>.sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}

.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}

.sidebar-nav h2 {
    color: #fff;
    font-size: 16px;
    text-align: left;
    padding: 0 40px;
}

/*-------------------------------*/

/*       Hamburger-Cross         */

/*-------------------------------*/

.hamburger {
    position: fixed;
    top: 15px;
    z-index: 999;
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 15px;
    right: 0px;
    background: transparent;
    border: none;
}

.hamburger:hover,
.hamburger:focus,
.hamburger:active {
    outline: none;
}

.hamburger.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
    background-color: #e0ba60;
}

.hamburger.is-closed .hamb-top {
    top: 5px;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -2px;
}

.hamburger.is-closed .hamb-bottom {
    bottom: 5px;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
    top: 0;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-bottom {
    bottom: 0;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    background-color: #dcb14c;
}

.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;
}

.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}

.hamburger.is-open .hamb-middle {
    display: none;
}

.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}

.hamburger.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

/*-------------------------------*/

/*            Overlay            */

/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250, 250, 250, .8);
    z-index: 1;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: initial;
    z-index: 1030;
}

/*-------------------------------*/

/*      Ideattiva Navbar         */

/*-------------------------------*/

.menu-wrapper {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.phonemenu {
    border: 2px solid #dcb14b;
    padding: 8px 15px;
    border-radius: 20px;
    margin-top: 8px;
}

.homebanner .headermenu li span.icon {
    position: relative;
    top: 2px;
}

/*span.icon.ind {
    background-position: 0 218px !important;
    background: url(../images/india.png);
    width: 25px;
    height: 18px;
    display: inline-block;
    padding-right: 0px;
    float: right;
    margin-left: 8px;
}*/

.headermenu .call_icon .fa {
    font-size: 17px;
}

.rest-menu {
    margin-top: 25px;
}

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

.darkHeader .rle_top_header ul li a {
    color: #dcb14b;
    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;
}

.darkHeader .phonemenu {
    border: 2px solid #dcb14b;
    padding: 8px 10px;
    border-radius: 20px;
    margin-top: 8px;
}

/******************************scroll header*************************/

.darkHeader {
    position: fixed;
    top: 0px;
    background: #000000;
    z-index: 99;
    transition: 0.7s;
}

.footer-a {
    color: #dcb14b;
}

.rle_banner_tabslist_info span img {
    padding-right: 5px;
}

.rle_searchform_box .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 40px;
    height: 20px;
    line-height: 19px;
    text-align: center;
    pointer-events: none;
    color: #757575c4;
    left: 24px;
    top: 90%;
    /* margin-right: 14px; */
    /* padding-right: 16px; */
    /* right: 5px; */
    font-size: 16px;
    /* bottom: 12px; */
}

.sticky-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -130px;
    top: 170px;
    width: 210px;
    z-index: 1100;
}

.sticky-social-icons li {
    list-style-type: none;
    background-color: #fff;
    color: #efefef;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 4px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    border-bottom: 1px solid #c7c7c7;
    border-radius: 30px;
}

.sticky-social-icons li:hover {
    margin-left: -115px;
    /* font-size: 23px; */
}

.sticky-social-icons li img {
    float: left;
    margin: 5px 4px;
    margin-right: 5px;
    /* margin-bottom: 10px; */
}

.sticky-social-icons li p {
    padding-top: 5px;
    margin: 0px;
    line-height: 16px;
    font-size: 13px;
}

.sticky-social-icons li p a {
    text-decoration: none;
    color: #2C3539;
}

.sticky-social-icons li p a:hover {
    text-decoration: underline;
}

/*******************************nav-panel**************************/

.navPanel {
    position: fixed;
    bottom: -1000px;
    right: -1000px;
    width: 360px;
    height: 360px;
    background: rgba(0, 0, 0, .8);
    border-radius: 50%;
    z-index: 3;
    cursor: pointer;
    overflow: hidden;
    transition: .5s
}

.navPanel.active {
    bottom: -140px;
    right: -140px;
    transition: .5s;
    opacity: 0;
}

.navPanel .link {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center
}

.navPanel .link figure {
    padding: 15px;
    background: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: block
}

.navPanel .link figure img {
    width: 100%
}

.navPanel .link span {
    margin-top: 3px;
    display: block;
    font-size: 13px;
    color: #fff
}

.navPanel .link1 {
    left: 148px;
    top: 18px
}

.navPanel .link2 {
    left: 65px;
    top: 52px
}

.navPanel .link3 {
    left: 20px;
    top: 132px
}

.navPanel .link3 figure {
    padding: 5px
}

.callbackOpenForm,
.meetingOpenForm,
.whatsappOpenForm {
    display: none
}

.callbackOpenForm.active,
.meetingOpenForm.active,
.whatsappOpenForm.active {
    display: block
}

.popupForm.SiteVisitFormContainer {
    background: 0 0 !important
}

.tableFlexBox tbody {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap
}

.tableFlexBox tbody tr {
    width: 228px
}

.intercom {
    padding: 2px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #fff;
    z-index: 2;
    opacity: 0;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .24);
    transition: .5s;
    cursor: pointer;
}

.intercomCloseBtn {
    padding: 10px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #58bf93;
    color: #fff;
    z-index: 2;
    opacity: 0;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .24);
    transition: .5s;
    cursor: pointer
}

.intercom.active,
.intercomCloseBtn.active {
    opacity: 1;
    z-index: 3;
    transition: .5s;
}

.intercomCloseBtn.active {
    background: #646464;
    border: solid 1px #4d4d4d
}

.intercomFormBox {
    padding: 0 !important;
    position: fixed !important;
    bottom: -1000px !important;
    right: 15px !important;
    width: 350px;
    z-index: 3;
    transition: .5s !important;
    opacity: 0 !important;
    border: 0;
    box-shadow: 0 3px 46px 0 rgba(0, 0, 0, .2)
}

.intercomFormBox .flexHeading {
    padding: 10px 20px;
    background: #000;
    color: #fff;
    font-size: 16px;
    border-radius: 5px 5px 0 0
}

.intercomFormBox form {
    padding: 20px
}

.intercomFormBox form .form-group {
    margin-bottom: 15px !important;
    position: relative
}

.intercomFormBox form .form-group .gps-location {
    padding: 12px;
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 45px;
    z-index: 1
}

.intercomFormBox .btn {
    width: 100%
}

.intercomFormBox.active {
    top: inherit;
    bottom: 85px !important;
    transition: .5s !important;
    opacity: 1 !important
}

.intercomFormBox .showProfile {
    padding: 15px;
    text-align: center
}

.intercomFormBox .showProfile .pic {
    width: 87px;
    height: 87px;
    background: #f5f5f5;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.intercomFormBox .showProfile .pic figure {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden
}

.intercomFormBox .showProfile .pic figure img {
    width: 75px
}

.intercomFormBox .showProfile .pic .lds-ring {
    display: inline-block;
    position: absolute;
    top: -5.6px;
    left: -6px;
    width: 64px;
    height: 64px
}

.intercomFormBox .showProfile .pic .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 87px;
    height: 87px;
    margin: 6px;
    border: 6px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border-color: #5e449b transparent transparent
}

.intercomFormBox .showProfile .pic .lds-ring div:nth-child(1) {
    animation-delay: -.45s
}

.intercomFormBox .showProfile .pic .lds-ring div:nth-child(2) {
    animation-delay: -.3s
}

.intercomFormBox .showProfile .pic .lds-ring div:nth-child(3) {
    animation-delay: -.15s
}

.mail-txt li a {
    text-transform: lowercase !important;
}

.why-box {
    box-shadow: -6px 3px 35px -14px #8080802b;
}

.why-box:hover {
    box-shadow: none;
}

.why-box p {
    padding: 20px;
}

@media only screen and (max-width:720px) {
    .rle_logo img {
        margin-right: auto !important;
        margin-left: 0px;
        width: 97px !important;
    }
    .rle_header_wrapper .rle_logo {
        padding: 7px;
    }
    .rle_top_header ul li:nth-child(1) {
        display: block;
        padding: 4px;
        position: absolute;
        top: -44px;
        width: 40%;
        left: 34%;
        margin-top: 8px;
    }
    .rle_banner_tabslist_info_box {}
    .rle_banner_tabslist_info span.icon {
        /*display: none;*/
    }
    .rle_banner_tabslist_info_box {
        padding: 1px;
        width: 100%;
        border-left: none;
        padding-left: 1px;
    }
    .rle_banner_tabslist_info_box h4 {
        font-size: 13px;
    }
    .slider-main-wrapper {
        position: static;
        /* display: none; */
    }
    .rle_header_wrapper {
        position: absolute;
        top: 0px;
        z-index: 99;
    }
    .rle_banner_wrapper.style_3 ul.nav-tabs {
        position: relative;
        background: black;
    }
    /*------------------------------------------------------------------
[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;
        font-size: 15px;
        line-height: 1.5;
        color: #000000;
        -webkit-font-smoothing: antialiased;
    }
    /*---------- Normal css start -------*/
    a {
        color: #695b5b;
        text-decoration: none;
    }
    a:hover,
    a:focus {
        color: #707070;
        text-decoration: none;
    }
    a:focus {
        outline: none;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        font-family: 'Source Sans Pro', sans-serif;
        line-height: 1.1;
        font-weight: 700;
        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;
    }
    .rle_toppadder10 {
        padding-top: 10px;
    }
    .rle_toppadder20 {
        padding-top: 20px;
    }
    .rle_toppadder30 {
        padding-top: 30px;
    }
    .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: 40px;
    }
    .rle_toppadder100 {
        padding-top: 100px;
    }
    .rle_bottompadder10 {
        padding-bottom: 10px;
    }
    .rle_bottompadder20 {
        padding-bottom: 20px;
    }
    .rle_bottompadder30 {
        padding-bottom: 30px;
    }
    .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;
    }
    /*---------- Header start ----------*/
    .rle_banner_wrapper {
        float: left;
        width: 100%;
        background-image: url(../images/banner/bnr1.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 580px;
        position: relative;
    }
    .rle_banner_wrapper.style_2 {
        height: 800px;
        background-image: url(../images/banner/bnr2.jpg);
    }
    .rle_banner_wrapper.style_3 {
        /*height:950px;*/
        background-image: url(../images/banner/bnr1.jpg);
    }
    .rle_banner_wrapper.style_4 {
        height: auto;
        background-image: none;
        background-color: #ffffff;
    }
    .rle_header_wrapper {
        float: left;
        width: 100%;
        padding: 5px 0px;
        /* background-color: #0f1c2fcf; */
        /* box-shadow: 1px 16px 10px #0f1c2fcf; */
    }
    .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%;
        margin-top: -5px;
        background: #000;
        padding: 15px;
        background: rgb(2, 0, 36);
        background: radial-gradient(circle, rgba(0, 0, 0, 0.66) 0%, rgba(255, 255, 255, 0) 102%);
        /* box-shadow: 1px 9px 20px 0px rgba(0,0,0,0.66); */
    }
    .rle_header_wrapper.style_2 .rle_logo {
        padding-top: 15px;
    }
    .rle_top_header {
        float: right;
        width: auto;
        margin-bottom: 20px;
    }
    .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: #e0bb63;
        text-transform: capitalize;
    }
    .rle_top_header ul li img {
        margin-right: 10px;
    }
    .rle_top_header ul li a {
        color: #dcb14b;
        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_top_header ul li a:hover {
        color: #dcb14b;
        -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: calc(100% - 110px);
        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: #dcb14b;
    }
    .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/icon/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: #dcb14b;
        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: #dcb14b;
        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 #dcb14b;
        -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: 14px;
        margin-right: 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 #dcb14b;
    }
    .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;
    }
    .slider-main-wrapper {
        position: absolute;
        top: 0;
        overflow: hidden;
        z-index: 0;
        width: 100%;
    }
    .slider-main-wrapper .owl-carousel .owl-item .item img {
        /* height:580px; */
    }
    .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 #dcb14b;
        -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: 75px 0px 0px 0px; */
    }
    .rle_banner_text h1 {
        float: left;
        width: 100%;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 35px;
    }
    .rle_banner_text.style_2 h1 {
        font-size: 48px;
        text-transform: capitalize;
    }
    .rle_banner_text h1 span {
        color: #dcb14b;
    }
    .rle_banner_text p {
        float: left;
        width: 100%;
        color: #ffffff;
        margin: 0px;
        font-size: 22px;
    }
    .rle_banner_text.style_2 p {
        font-size: 16px;
    }
    .rle_searchform_wrapper {
        float: left;
        width: 100%;
        background-color: #fff;
    }
    .rle_searchform_wrapper2 {
        float: left;
        width: 100%;
        background-color: #ffffff;
    }
    .rle_searchform_tabs {
        float: left;
        width: 100%;
        margin-top: -50px;
    }
    .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: #ffffff00; */
        /* -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;
    }
    .rle_searchform_tabs ul.nav-tabs>li>a {
        text-transform: capitalize;
        color: #dcb14b;
        border-radius: 0px;
        background-color: rgb(255, 255, 255);
        font-size: 16px;
        padding: 13px 40px;
    }
    .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: #dcb14b;
        border-color: transparent;
        color: #fff;
    }
    .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 #dcb14b;
        ;
        background-color: #dcb14b;
    }
    .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: #dcb14b;
    }
    .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_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-button:focus {
        border: 1px solid #e1e1e1;
        background: #ffffff;
    }
    .rle_searchform_box .ui-widget-header {
        border: 1px solid #dcb14b;
        background: #dcb14b;
    }
    .rle_searchform_tabs.style_2 .rle_searchform_box {
        /* padding:0px; */
        /* background: transparent; */
    }
    .rle_searchform_box input,
    .rle_searchform_box select {
        float: left;
        width: 100%;
        padding: 0px 40px;
        height: 50px;
        border-radius: 30px;
        border: 1px solid #e1e1e1;
        margin-bottom: 30px;
    }
    .rle_searchform_tabs.style_2 .rle_searchform_box input {
        /* width: calc(100% - 145px); */
        margin: 0px;
    }
    .rle_searchform_tabs.style_2 .rle_searchform_box .rle_btn {
        height: 50px;
        line-height: 40px;
        font-size: 18px;
        text-transform: capitalize;
        outline: none;
        box-shadow: unset;
        margin-left: 5px;
    }
    .rle_searchform_tabs.style_2 .rle_searchform_box .rle_btn i {
        margin-right: 5px;
    }
    .rle_searchform_box.style_3 {
        padding: 0px;
    }
    .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: #dcb14b;
        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: #dcb14b;
        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: 50%;
    }
    .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: #dcb14b;
        background-color: #dcb14b;
        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: #dcb14b;
        border: 1px solid #dcb14b;
        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;
        /* background: #FDC830; */
        /* fallback for old browsers */
        background: -webkit-linear-gradient(to left, #F37335, #FDC830);
        /* Chrome 10-25, Safari 5.1-6 */
        /* background: linear-gradient(to left, #f37335a3, #dcb14b); */
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }
    .rle_banner_tabslist_info {
        display: inline-block;
        width: 100%;
    }
    .rle_banner_tabslist_info span.icon {
        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: 0px 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 #dcb14b;
        width: 50px;
        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 #dcb14b;
        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 #dcb14b;
    }
    /*------ Buttons css start ----*/
    .rle_btn_wrapper {
        float: left;
        width: 100%;
        text-align: center;
    }
    .rle_btn {
        display: inline-block;
        height: 50px;
        line-height: 48px;
        width: auto;
        padding: 0px 25px;
        border: 2px solid #dcb14b;
        color: #ffffff;
        background-color #dcb14b;
        /* 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;
        background-color: #dcb14b;
        /* margin-left: -2px; */
        /* padding-left: 0px; */
    }
    .rle_btn:after {
        /* content:""; */
        position: absolute;
        background-color: rgb(158, 158, 158);
        top: 0;
        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: 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_btn:hover {
        color: #ffffff;
        text-decoration: none;
        border: 2px solid #dcb14b;
        -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/banner/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-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_property_slider .owl-theme .owl-dots .owl-dot.active span,
    .rle_property_slider .owl-theme .owl-dots .owl-dot:hover span {
        background-color #dcb14b;
        -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: 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;
        min-height: 417px;
    }
    .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 {
        float: left;
        width: 100%;
        position: relative;
    }
    .rle_property_infobox_img img {
        float: left;
        width: 100%;
        position: relative;
        height: 160px;
    }
    .rle_property_infobox_img span {
        position: absolute;
        bottom: 0px;
        right: 0px;
        padding: 8px 20px;
        font-size: 21px;
        background-color #dcb14b;
        color: #ffffff;
        text-transform: capitalize;
    }
    .rle_property_infobox_img ul {
        position: absolute;
        top: 20px;
        left: 30px;
        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;
        background: #ffffff;
    }
    .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_red_clr {
        background-color: #eb3c48;
    }
    .rle_green_clr {
        background-color: #63cb16;
    }
    .rle_black_clr {
        background-color: #333333;
    }
    .rle_property_infobox_details_header h3 {
        float: left;
        width: 100%;
        margin: 10px 0px 3px 0px;
        font-size: 20px;
        text-transform: capitalize;
    }
    .rle_property_infobox_details_header h3 a {
        float: left;
        width: auto;
        color: #dcb14b;
        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.style_2 h3 a {
        float: none;
    }
    .rle_property_infobox_details_header h3 a:hover {
        color #dcb14b;
        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: #5f5f5f;
        font-size: 16px;
    }
    .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: 170px;
        color: #5f5f5f;
    }
    .rle_property_infobox_details_footer ul {
        float: left;
        width: calc(100% - 170px);
        /* margin:0px; */
        padding: 0px;
    }
    .rle_property_infobox_details_footer ul li {
        list-style: none;
        float: left;
        width: auto;
        margin-right: 5px;
        color: #5f5f5f;
    }
    .rle_property_infobox_details_footer ul li i {
        margin-right: 3px;
        color #dcb14b;
    }
    .rle_property_infobox_details_pricefooter {
        float: left;
        width: 100%;
        padding: 5px 0px 0px 0px;
        border-top: 1px solid #e1e1e1;
    }
    .rle_property_infobox_details_pricefooter span {
        float: left;
        width: auto;
        padding: 5px 0px;
        font-size: 21px;
        color #dcb14b;
        text-transform: capitalize;
    }
    .rle_property_infobox_details_pricefooter a {
        float: none;
        width: 50%;
        margin: 0px auto;
        clear: both;
        display: block;
        text-decoration: none;
        font-size: 15px;
        color: #ffffff;
        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;
        border: 1px solid #dcb14b;
        border-radius: 5px;
        padding: 5px 5px;
        background: #dcb14b;
    }
    .rle_property_infobox_details_pricefooter a:hover {
        color: #dcb14b;
        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;
        background: transparent;
    }
    .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 #dcb14b;
        -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;
        width: 100%;
        margin-bottom: 50px;
    }
    .rle_property_single_heading h2 {
        float: left;
        width: 100%;
        margin: 0px;
    }
    .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: 30px 25px;
        background-color: #ffffff;
        border: 1px solid #e1e1e1;
        margin-bottom: 50px;
    }
    .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: none;
        width: auto;
        margin: 0px 0px 30px 0px;
        padding-bottom: 15px;
        position: relative;
        font-size: 20px;
        clear: both;
    }
    .rle_property_details_box h3:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 41%;
        background-color: #e1e1e1;
        height: 1px;
        width: 70px;
    }
    .rle_property_details_box p {
        text-align: justify;
        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;
    }
    .rle_property_details_box ul.nav-tabs>li {
        float: left;
        width: auto;
        margin-left: 10px;
    }
    .rle_property_details_box ul.nav-tabs>li>a {
        float: left;
        width: auto;
        padding: 10px 20px;
        text-transform: uppercase;
        color: #888888;
        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: #333333;
        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 .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 50px 0px;
        padding: 0px;
    }
    .rle_property_details_box .tab-content ul li {
        list-style: none;
        float: left;
        width: auto;
        padding-right: 25px;
        position: relative;
    }
    .rle_property_details_box .tab-content ul li:after {
        content: ".";
        position: absolute;
        top: -30px;
        right: 7px;
        font-size: 40px;
    }
    .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: bold;
    }
    .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 #dcb14b;
        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 #dcb14b;
        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 #dcb14b;
        -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 #dcb14b;
        -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 #dcb14b;
        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/content/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: #fff;
        z-index: 99;
    }
    .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(10, 10, 10, 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: 40px;
        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 #dcb14b;
        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 #dcb14b;
        -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: #f7f8f9;
        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/banner/ftr_bg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .rle_top_footer {
        float: left;
        width: 100%;
    }
    .widget.text-widget {
        float: left;
        width: 100%;
        /*margin-bottom: 50px;*/
    }
    .widget.text-widget p.rle_footertext {
        float: left;
        width: 100%;
        margin: 6px 0px 30px 0px;
        color: #bdbfc2;
    }
    .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;
    }
    .widget.text-widget ul li a {
        color: #bdbfc2;
        text-decoration: none;
        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;
    }
    .widget.text-widget ul li a:hover {
        color #dcb14b;
        -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: 15px;
        text-align: center;
        border-top: 1px solid#bdbfc2;
        margin-bottom: 60px;
    }
    .rle_bottom_footer p {
        float: left;
        width: 100%;
        margin: 0px;
        color: #bdbfc2;
    }
    .rle_bottom_footer p a {
        color #dcb14b;
        text-decoration: none;
    }
    .rle_bottom_footer p span {
        color: #eab945;
    }
    /*------ Whywe css start ----*/
    .rle_whywe_wrapper {
        float: left;
        width: 100%;
        background-image: url(../images/banner/whywe_bg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .rle_whywe_wrapper.style_2 {
        background-image: url(../images/banner/whywe2_bg.jpg);
    }
    .rle_whywe_box {
        float: left;
        width: 100%;
        /* background-color: #ffffff; */
        padding: 20px;
        border-radius: 3px;
        position: relative;
        overflow: hidden;
        -webkit-box-shadow: 0px 3px 0px 0px #dcb14b;
        -moz-box-shadow: 0px 3px 0px 0px #dcb14b;
        -o-box-shadow: 0px 3px 0px 0px #dcb14b;
        -ms-box-shadow: 0px 3px 0px 0px #dcb14b;
        box-shadow: 0px 3px 0px 0px #dcb14b;
        color: #fff;
    }
    .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 #dcb14b;
        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: 250px;
        position: relative;
        /* border: 1px solid #e1e1e1; */
    }
    .rle_agent_slider_details:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 77%;
        border-bottom: 30px solid #dcb14b;
        border-right: 263px solid transparent;
    }
    .rle_agent_slider_details img {}
    .rle_agent_slider_details .rle_agent_slider_details_text {
        position: absolute;
        top: 85%;
        z-index: 100000;
        left: 0;
        padding: 0px 15px 15px 15px;
        background-color: #dcb14b;
        display: block;
        width: 100%;
    }
    .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 #dcb14b;
        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;
        color: #fff;
        padding-top: 5px;
        font-size: 15px;
    }
    .rle_agent_slider_details .rle_agent_slider_details_text a:hover {
        color: #f3f3f3;
        -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: 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_awsagent_wrapper .owl-theme .owl-dots .owl-dot.active span,
    .rle_awsagent_wrapper .owl-theme .owl-dots .owl-dot:hover span {
        background-color #dcb14b;
        -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/banner/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 #dcb14b;
        -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;
        /* width: 200px; */
        height: 200px;
    }
    .rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text {
        float: left;
        width: 100%;
        /* padding:30px; */
        background-color: #dcb14b;
        padding: 15px;
    }
    .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;
        color: #fff;
        text-align: center;
    }
    .rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text h4 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;
    }
    .rle_news_slider2 .rle_news_slider2_details .rle_news_slider2_details_text h4 a:hover {
        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 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 #dcb14b;
    }
    /*------ 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 #dcb14b;
        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 #dcb14b;
        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 #dcb14b;
        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 #dcb14b;
    }
    .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%;
        height: auto;
        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 #dcb14b;
        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 #dcb14b;
        -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/banner/brdcrm_bg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        text-align: center;
        margin-top: 60px;
    }
    .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 #dcb14b;
        padding-right: 10px;
    }
    .rle_pagetitle_wrapper ul.breadcrumb li a:hover {
        color #dcb14b;
        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: #dcb14b;
        border-color: #dcb14b;
        -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 #dcb14b;
        border-color: #dcb14b;
        -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: #dcb14b;
        border-color: #dcb14b;
        -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 #dcb14b;
        -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 #dcb14b;
        -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 #dcb14b;
    }
    .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 #dcb14b;
        -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 #dcb14b;
        -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 #dcb14b;
        -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: #dcb14b;
        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 #dcb14b;
        -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 #dcb14b;
    }
    /*------ 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/banner/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: 0px;
        }
        .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: none; */
            /* float: none; */
            /* position: absolute; */
            /* top: 5px; */
            right: 15px;
            border: none;
            width: 40px;
            height: 30px;
            font-size: 16px;
            color: #ffffff;
            background-color: #dcb14b;
            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: 97px;
        }
        .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: #dcb14b;
            margin-right: 0px;
            padding: 10px;
        }
        .rle_header_wrapper .rle_main_menu ul li a:hover {
            background-color: #dcb14b;
            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: 282px 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 {
            /* display: none; */
            margin-bottom: 0px;
            /* top: 0px; */
        }
        .rle_agent_slider_details:after {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            top: 86%;
            border-bottom: 30px solid #dcb14b;
            border-right: 263px solid transparent;
            display: none;
        }
        .rle_agent_slider_details .rle_agent_slider_details_text {
            position: absolute;
            z-index: 100000;
            left: 0;
            padding: 0px 5px 5px 15px;
            background-color: #dcb14b;
            display: block;
            width: 100%;
            bottom: 0px;
        }
        .darkHeader .phonemenu {}
        .darkHeader .rle_top_header ul li {
            /* float: none!important; */
            width: auto;
            list-style: none;
            margin-left: 15px;
            color: #dcb14b !important;
            text-transform: capitalize;
            /* margin-top: 0; */
            display: none;
        }
        .quick-padding,
        .support-padding {
            padding: 0px !important;
        }
        .support-padding {
            margin-top: 14px;
        }
        .rle_top_header ul {
            text-align: center;
            margin-top: 10px;
        }
        .rle_logo img {
            width: 160px !important;
            margin: 0px auto;
            display: block;
        }
        .rle_top_header ul li {
            float: none;
            display: inline-block;
            margin: 5px 0px;
            display: none;
        }
        .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 p {
            width: 100%;
        }
        .rle_property_infobox_details_footer ul {
            width: 100%;
        }
        .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%;
        }
        .rle_searchform_tabs.style_2 .rle_searchform_box .rle_btn {
            width: 100%;
            margin-top: 5px;
        }
        .rle_banner_text h1 {
            float: left;
            width: 100%;
            color: #ffffff;
            text-transform: uppercase;
            font-size: 16px;
            padding-top: 0px;
            margin-top: 7px;
            /* margin-bottom: 0px; */
        }
        .hamburger {
            right: 10px !important;
        }
        .rle_banner_text {
            padding: 5px 0px 0px 0px;
            /* margin-top: auto; */
        }
        .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;
    }
    .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 {
        content: "";
        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: 100%;
    }
    .rle_logo img {
        width: 220px;
        margin: 0px auto;
        display: block;
    }
    .footer-logo img {
        width: 270px;
    }
    .bg-property {
        min-height: 600px;
        background: #f2b841 url(../images/bg-property.jpg) center top no-repeat;
        background-size: 100% 100%;
    }
    .quick-padding {
        padding-left: 70px;
    }
    .support-padding {
        padding-left: 40px;
    }
    .pl-70 {
        padding-left: 70px;
    }
    .pl-40 {
        padding-left: 40px;
    }
    .icon-img {
        text-align: center;
    }
    .icon-img img {
        width: 100px;
    }
    .icon-text {
        font-size: 18px;
        font-weight: 600;
    }
    .contain {
        margin: 0 auto;
        max-width: 1200px;
        width: 100%;
    }
    .client-slide img {
        width: 155px !important;
    }
    .counter-text {
        font-size: 30px;
        font-weight: 600;
    }
    .rle_whywe_box_text h5 {
        color: #fff;
    }
    /*****************************************header*******************************************/
    #wrapper {
        padding-left: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    #wrapper.toggled {
        /*padding-right: 220px;*/
    }
    #sidebar-wrapper {
        z-index: 1000;
        right: 220px;
        width: 0;
        height: 100%;
        margin-right: -220px;
        margin-top: 60px;
        overflow-y: auto;
        overflow-x: hidden;
        background-color: #000000;
        /* opacity: 50%; */
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    #sidebar-wrapper::-webkit-scrollbar {
        display: none;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 300px;
    }
    #page-content-wrapper {
        width: 100%;
        padding-top: 70px;
    }
    #wrapper.toggled #page-content-wrapper {
        position: absolute;
        margin-right: -220px;
    }
    /*-------------------------------*/
    /*     Sidebar nav styles        */
    /*-------------------------------*/
    .sidebar-nav {
        position: absolute;
        top: 0;
        width: 300px;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .sidebar-nav li {
        position: relative;
        line-height: 20px;
        display: inline-block;
        width: 100%;
    }
    .sidebar-nav li:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        height: 100%;
        width: 3px;
        background-color: #1c1c1c;
        -webkit-transition: width .2s ease-in;
        -moz-transition: width .2s ease-in;
        -ms-transition: width .2s ease-in;
        transition: width .2s ease-in;
    }
    .sidebar-nav li:first-child a {
        color: #fff;
        background-color: #1a1a1a;
    }
    .sidebar-nav li:nth-child(2):before {
        background-color: #ec1b5a;
    }
    .sidebar-nav li:nth-child(3):before {
        background-color: #79aefe;
    }
    .sidebar-nav li:nth-child(4):before {
        background-color: #314190;
    }
    .sidebar-nav li:nth-child(5):before {
        background-color: #279636;
    }
    .sidebar-nav li:nth-child(6):before {
        background-color: #7d5d81;
    }
    .sidebar-nav li:nth-child(7):before {
        background-color: #ead24c;
    }
    .sidebar-nav li:nth-child(8):before {
        background-color: #2d2366;
    }
    .sidebar-nav li:nth-child(9):before {
        background-color: #35acdf;
    }
    .sidebar-nav li:hover:before,
    .sidebar-nav li.open:hover:before {
        width: 100%;
        -webkit-transition: width .2s ease-in;
        -moz-transition: width .2s ease-in;
        -ms-transition: width .2s ease-in;
        transition: width .2s ease-in;
    }
    .sidebar-nav li a {
        display: block;
        color: #ddd;
        text-decoration: none;
        padding: 10px 15px 10px 30px;
    }
    .sidebar-nav li a:hover,
    .sidebar-nav li a:active,
    .sidebar-nav li a:focus,
    .sidebar-nav li.open a:hover,
    .sidebar-nav li.open a:active,
    .sidebar-nav li.open a:focus {
        color: #fff;
        text-decoration: none;
        background-color: transparent;
    }
    .sidebar-nav>.sidebar-brand {
        height: 65px;
        font-size: 20px;
        line-height: 44px;
    }
    .sidebar-nav .dropdown-menu {
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0;
        border-radius: 0;
        border: none;
        background-color: #222;
        box-shadow: none;
    }
    .sidebar-nav h2 {
        color: #fff;
        font-size: 16px;
        text-align: left;
        padding: 0 40px;
    }
    /*-------------------------------*/
    /*       Hamburger-Cross         */
    /*-------------------------------*/
    .hamburger {
        position: fixed;
        top: 5px;
        z-index: 999;
        display: block;
        width: 32px;
        height: 32px;
        margin-right: 15px;
        right: 0px;
        background: transparent;
        border: none;
    }
    .hamburger:hover,
    .hamburger:focus,
    .hamburger:active {
        outline: none;
    }
    .hamburger.is-closed:before {
        content: '';
        display: block;
        width: 100px;
        font-size: 14px;
        color: #fff;
        line-height: 32px;
        text-align: center;
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-transition: all .35s ease-in-out;
    }
    .hamburger.is-closed:hover:before {
        opacity: 1;
        display: block;
        -webkit-transform: translate3d(-100px, 0, 0);
        -webkit-transition: all .35s ease-in-out;
    }
    .hamburger.is-closed .hamb-top,
    .hamburger.is-closed .hamb-middle,
    .hamburger.is-closed .hamb-bottom,
    .hamburger.is-open .hamb-top,
    .hamburger.is-open .hamb-middle,
    .hamburger.is-open .hamb-bottom {
        position: absolute;
        left: 0;
        height: 4px;
        width: 100%;
    }
    .hamburger.is-closed .hamb-top,
    .hamburger.is-closed .hamb-middle,
    .hamburger.is-closed .hamb-bottom {
        background-color: #dcb14b;
    }
    .hamburger.is-closed .hamb-top {
        top: 5px;
        -webkit-transition: all .35s ease-in-out;
    }
    .hamburger.is-closed .hamb-middle {
        top: 50%;
        margin-top: -2px;
    }
    .hamburger.is-closed .hamb-bottom {
        bottom: 5px;
        -webkit-transition: all .35s ease-in-out;
    }
    .hamburger.is-closed:hover .hamb-top {
        top: 0;
        -webkit-transition: all .35s ease-in-out;
    }
    .hamburger.is-closed:hover .hamb-bottom {
        bottom: 0;
        -webkit-transition: all .35s ease-in-out;
    }
    .hamburger.is-open .hamb-top,
    .hamburger.is-open .hamb-middle,
    .hamburger.is-open .hamb-bottom {
        background-color: #ad8035;
    }
    .hamburger.is-open .hamb-top,
    .hamburger.is-open .hamb-bottom {
        top: 50%;
        margin-top: -2px;
    }
    .hamburger.is-open .hamb-top {
        -webkit-transform: rotate(45deg);
        -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
    }
    .hamburger.is-open .hamb-middle {
        display: none;
    }
    .hamburger.is-open .hamb-bottom {
        -webkit-transform: rotate(-45deg);
        -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
    }
    .hamburger.is-open:before {
        content: '';
        display: block;
        width: 100px;
        font-size: 14px;
        color: #fff;
        line-height: 32px;
        text-align: center;
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-transition: all .35s ease-in-out;
    }
    .hamburger.is-open:hover:before {
        opacity: 1;
        display: block;
        -webkit-transform: translate3d(-100px, 0, 0);
        -webkit-transition: all .35s ease-in-out;
    }
    /*-------------------------------*/
    /*            Overlay            */
    /*-------------------------------*/
    .overlay {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(250, 250, 250, .8);
        z-index: 1;
    }
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        position: fixed;
        right: 0;
        left: initial;
        z-index: 1030;
    }
    /*-------------------------------*/
    /*      Ideattiva Navbar         */
    /*-------------------------------*/
    .menu-wrapper {
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .rle_blogs_wrapper {
        display: block;
        clear: both;
        background: #ffffff;
    }
    .rle_blogs_wrapper marquee {
        max-height: 437px;
    }
    .phonemenu {
        border: 1px solid #dcb14b;
        padding: 8px 17px;
        border-radius: 20px;
        margin-top: 18px;
    }
    .homebanner .headermenu li span.icon {
        position: relative;
        top: 2px;
    }
    /*span.icon.ind {
    background-position: 0 218px !important;
    background: url(../images/india.png);
    width: 25px;
    height: 18px;
    display: inline-block;
    padding-right: 0px;
    float: right;
    margin-left: 8px;
}*/
    .headermenu .call_icon .fa {
        font-size: 17px;
    }
    .rest-menu {
        margin-top: 25px;
    }
    .darkHeader .rle_top_header ul li {
        float: left;
        width: auto;
        list-style: none;
        margin-left: 15px;
        color: #dcb14b !important;
        text-transform: capitalize;
    }
    .darkHeader .rle_top_header ul li a {
        color: #dcb14b;
        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;
    }
    .darkHeader .phonemenu {
        border: 1px solid #dcb14b;
        padding: 8px 10px;
        border-radius: 20px;
        margin-top: 18px;
    }
    /******************************scroll header*************************/
    .rle_header_wrapper.darkHeader {
        position: fixed;
        top: 0px;
        background: #3e3e3ee8;
        z-index: 99;
        transition: 0.7s;
    }
    .footer-a {
        color: #dcb14b;
    }
    .rle_banner_tabslist_info span img {
        padding-right: 5px;
    }
    .rle_searchform_box .form-control-feedback {
        position: absolute;
        z-index: 2;
        display: block;
        width: 40px;
        height: 20px;
        line-height: 22px;
        text-align: center;
        pointer-events: none;
        color: #757575c4;
        left: 5px;
        top: 316px;
        /* margin-right: 14px; */
        /* padding-right: 16px; */
        /* right: 5px; */
        font-size: 15px;
    }
    .sticky-container {
        padding: 0px;
        margin: 0px;
        position: fixed;
        right: -130px;
        top: 96px;
        width: 210px;
        z-index: 1100;
    }
    .sticky-social-icons li {
        list-style-type: none;
        background-color: #fff;
        color: #efefef;
        height: 43px;
        padding: 0px;
        margin: 0px 0px 4px 2px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        cursor: pointer;
        border-bottom: 1px solid #c7c7c7;
        border-radius: 30px;
    }
    .sticky-social-icons li:hover {
        margin-left: -115px;
        /* font-size: 23px; */
    }
    .sticky-social-icons li img {
        float: left;
        margin: 5px 4px;
        margin-right: 5px;
        /* margin-bottom: 10px; */
    }
    .sticky-social-icons li p {
        padding-top: 5px;
        margin: 0px;
        line-height: 16px;
        font-size: 13px;
    }
    .sticky-social-icons li p a {
        text-decoration: none;
        color: #2C3539;
    }
    .sticky-social-icons li p a:hover {
        text-decoration: underline;
    }
    /*******************************nav-panel**************************/
    .navPanel {
        position: fixed;
        bottom: -1000px;
        right: -1000px;
        width: 360px;
        height: 360px;
        background: rgba(0, 0, 0, .8);
        border-radius: 50%;
        z-index: 3;
        cursor: pointer;
        overflow: hidden;
        transition: .5s
    }
    .navPanel.active {
        bottom: -140px;
        right: -140px;
        transition: .5s;
        opacity: 0;
    }
    .navPanel .link {
        position: absolute;
        width: 50px;
        height: 50px;
        text-align: center
    }
    .navPanel .link figure {
        padding: 15px;
        background: #fff;
        width: 55px;
        height: 55px;
        border-radius: 50%;
        display: block
    }
    .navPanel .link figure img {
        width: 100%
    }
    .navPanel .link span {
        margin-top: 3px;
        display: block;
        font-size: 13px;
        color: #fff
    }
    .navPanel .link1 {
        left: 148px;
        top: 18px
    }
    .navPanel .link2 {
        left: 65px;
        top: 52px
    }
    .navPanel .link3 {
        left: 20px;
        top: 132px
    }
    .navPanel .link3 figure {
        padding: 5px
    }
    .callbackOpenForm,
    .meetingOpenForm,
    .whatsappOpenForm {
        display: none
    }
    .callbackOpenForm.active,
    .meetingOpenForm.active,
    .whatsappOpenForm.active {
        display: block
    }
    .popupForm.SiteVisitFormContainer {
        background: 0 0 !important
    }
    .tableFlexBox tbody {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        flex-wrap: wrap
    }
    .tableFlexBox tbody tr {
        width: 228px
    }
    .intercom {
        padding: 2px;
        position: fixed;
        bottom: 15px;
        right: 15px;
        width: 55px;
        height: 55px;
        border-radius: 50%;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        color: #fff;
        z-index: 2;
        opacity: 0;
        box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .24);
        transition: .5s;
        cursor: pointer;
    }
    .intercomCloseBtn {
        padding: 10px;
        position: fixed;
        bottom: 15px;
        right: 15px;
        width: 55px;
        height: 55px;
        border-radius: 50%;
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #58bf93;
        color: #fff;
        z-index: 2;
        opacity: 0;
        box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .24);
        transition: .5s;
        cursor: pointer
    }
    .intercom.active,
    .intercomCloseBtn.active {
        opacity: 1;
        z-index: 3;
        transition: .5s;
        display: none;
    }
    .intercomCloseBtn.active {
        background: #646464;
        border: solid 1px #4d4d4d
    }
    .intercomFormBox {
        padding: 0 !important;
        position: fixed !important;
        bottom: -1000px !important;
        right: 15px !important;
        width: 350px;
        z-index: 3;
        transition: .5s !important;
        opacity: 0 !important;
        border: 0;
        box-shadow: 0 3px 46px 0 rgba(0, 0, 0, .2)
    }
    .intercomFormBox .flexHeading {
        padding: 10px 20px;
        background: #000;
        color: #fff;
        font-size: 16px;
        border-radius: 5px 5px 0 0
    }
    .intercomFormBox form {
        padding: 20px
    }
    .intercomFormBox form .form-group {
        margin-bottom: 15px !important;
        position: relative
    }
    .intercomFormBox form .form-group .gps-location {
        padding: 12px;
        position: absolute;
        top: 0;
        right: 0;
        height: 45px;
        width: 45px;
        z-index: 1
    }
    .intercomFormBox .btn {
        width: 100%
    }
    .intercomFormBox.active {
        top: inherit;
        bottom: 85px !important;
        transition: .5s !important;
        opacity: 1 !important
    }
    .intercomFormBox .showProfile {
        padding: 15px;
        text-align: center
    }
    .intercomFormBox .showProfile .pic {
        width: 87px;
        height: 87px;
        background: #f5f5f5;
        border-radius: 50%;
        text-align: center;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative
    }
    .intercomFormBox .showProfile .pic figure {
        width: 75px;
        height: 75px;
        border-radius: 50%;
        text-align: center;
        overflow: hidden
    }
    .intercomFormBox .showProfile .pic figure img {
        width: 75px
    }
    .intercomFormBox .showProfile .pic .lds-ring {
        display: inline-block;
        position: absolute;
        top: -5.6px;
        left: -6px;
        width: 64px;
        height: 64px
    }
    .intercomFormBox .showProfile .pic .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 87px;
        height: 87px;
        margin: 6px;
        border: 6px solid #fff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
        border-color: #5e449b transparent transparent
    }
    .intercomFormBox .showProfile .pic .lds-ring div:nth-child(1) {
        animation-delay: -.45s
    }
    .intercomFormBox .showProfile .pic .lds-ring div:nth-child(2) {
        animation-delay: -.3s
    }
    .intercomFormBox .showProfile .pic .lds-ring div:nth-child(3) {
        animation-delay: -.15s
    }
    .mail-txt li a {
        text-transform: lowercase !important;
    }
    .why-box {
        box-shadow: -6px 3px 35px -14px #8080802b;
    }
    .why-box:hover {
        box-shadow: none;
    }
    .why-box p {
        padding: 20px;
    }
    @media only screen and (max-width:720px) {
        .rle_logo img {
            margin-right: auto !important;
            margin-left: 0px;
            width: 118px !important;
        }
        .rle_header_wrapper .rle_logo {
            padding: 7px;
        }
        .rle_top_header ul li:nth-child(1) {
            display: block;
            padding: 4px;
            position: absolute;
            top: -48px;
            width: 40%;
            left: 39%;
            margin-top: 8px;
        }
        .rle_banner_tabslist_info_box {}
        .rle_banner_tabslist_info span.icon {
            /*display: none;*/
        }
        .rle_banner_tabslist_info_box {
            padding: 14px;
            /*width: 100%;*/
            border-left: none;
            padding-left: 1px;
        }
        .rle_banner_tabslist_info_box h4 {
            font-size: 13px;
        }
        .slider-main-wrapper {
            /* position: static; */
            /* display: none; */
        }
        .rle_header_wrapper {
            position: absolute;
            top: 0px;
            z-index: 99;
        }
        .rle_banner_wrapper.style_3 ul.nav-tabs {
            position: relative;
            background: black;
            margin-top: 30px;
        }
        .slider-main-wrapper .owl-carousel .owl-item .item img {
            height: 435px;
        }
        .rle_banner_wrapper.style_3 {
            height: auto;
            background: #000;
        }
        .rle_searchform_tabs.style_2 {
            margin: 20px 0px;
        }
        .hamburger {
            top: 5px;
        }
    }
}

.black-header {
    background: #000 !important;
}

.specialityBox {
    /* display: block; */
    /* position: absolute; */
    /* bottom: 30px; */
    /* left: 0; */
    /* z-index: 1; */
    /* width: 100%; */
    /* top: -15px; */
}

.specialityBox ul {
    padding: 18px 0px;
    /* margin: 0 20px; */
    display: inline-block;
    background: black;
    border-radius: 8px;
    height: 85px;
    width: calc(100% - 40px);
    text-align: center;
}

.specialityBox ul li {
    /* padding: 7px 50px; */
    display: inline-block;
    line-height: 18px;
    color: #fff;
    position: relative;
    overflow: hidden;
    min-height: 10px;
    text-align: left;
    width: 16%;
    letter-spacing: .4px;
    text-align: center;
}

.specialityBox ul li em {
    position: absolute;
    top: 13px;
    left: 15px;
    font-size: 32px;
    opacity: .9;
}

.img-icon li img {
    width: 30px;
    height: 100%;
}

.top-text {
    position: absolute;
    /* left: -229px; */
    /* right: -39px; */
    top: 60px;
    /* font-size: 12px; */
    text-align: left;
}

.top-text h1 {
    font-size: 22px;
    padding-left: 18px;
}

.bulletPoints {
    padding-left: 18px;
    display: block;
    /* padding-top: 19px; */
}

.bulletPoints ul {
    max-width: 700px;
    flex-wrap: wrap;
    padding-left: 1px;
}

.bulletPoints ul li {
    /* padding-left: 30px; */
    margin: 0 30px 15px 0;
    display: block;
    font-size: 15px;
    color: #fff;
    position: relative;
    flex: 0 34%;
}

/*********************************mobile-view-footer**************************/

.fix-footer {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    background: white;
    padding: 5px 0px;
    z-index: 9;
}

.fix-footer p {
    float: left;
    width: 33.33%;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.fix-footer p a {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.fix-footer p a img {
    width: 50px;
}

.fix-footer p a span {
    float: left;
    width: 100%;
    color: #000;
}

.slider-main-wrapper .item:after {
    content: "";
    width: 100%;
    top: 0px;
    height: 100%;
    position: absolute;
    background: #00000030;
    z-index: 999;
}

@media only screen and (max-width:720px) {
    .fix-footer {
        display: block;
    }
    .fix-footer p a img {
        width: 32px;
        margin: 0px auto;
    }
    .navPanel {
        display: none;
    }
    .intercomCloseBtn.active {
        display: none;
    }
    .top-text {
        /* position: static; */
        top: 65px;
    }
    .rle_banner_text h1 {
        text-align: left;
        padding-left: 18px;
    }
    .specialityBox {
        /* display: none; */
        display: block;
        clear: both;
        position: static;
    }
    .slider-main-wrapper .item:after {
        content: "";
        width: 100%;
        top: 0px;
        height: 100%;
        position: absolute;
        background: #0000007a;
        z-index: 999;
    }
    .specialityBox ul {
        width: 100%;
        padding: 10px 0px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
    }
    .specialityBox ul li {
        width: 25%;
        display: inline-block;
        font-size: 13px;
    }
    .img-icon li img {
        display: block;
        margin: 0px auto;
    }
    .rle_popularareas_wrapper.rle_toppadder20.rle_bottompadder0 {
        padding-top: 0px !important;
        margin-top: 5px;
    }
}

/*****************************************property-page******************************/

.whyLive p {
    font-size: 29px;
    font-weight: normal;
}

.liveIn h2 {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    margin: 0;
    padding: 12px 0px;
    /* background-color: #dcb14b; */
    -webkit-clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 93% 100%, 0% 100%);
}

.liveIn ul {
    padding-left: 45px;
    list-style: none;
}

.liveIn ul li {
    padding-left: 15px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #4c4c4c;
    padding-bottom: 10px;
    padding-right: 20px
}

.liveIn ul li:before {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #4a4a4a;
    content: "";
    border-radius: 50px;
}

.logo-img img {
    width: 270px;
    /* padding: 61px; */
    margin-top: 22%;
}

.font-18 {
    font-size: 16px;
}

.font-16 {
    font-size: 16px;
    color: #4e4e4e;
}

.bg-grey {
    background: #f8f8f8;
}

.bg-white {
    background: #fff;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.text-white {
    color: #fff;
}

.general-information h2 {
    text-align: center;
    margin-bottom: 30px;
}

.spacRel h2 {
    font-size: 30px;
    font-weight: 600;
    color: #585858;
}

.general-information h2 {
    text-align: center;
    margin-bottom: 30px;
}

.spacRel h2 {
    font-size: 30px;
    font-weight: 600;
    color: #585858;
}

dl.dl-horizontal h3 {
    background: #dcb14b;
    padding: 10px;
    font-size: 23px;
    max-width: 70%;
    clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);
}

.general-information .dl-horizontal dt {
    text-align: left;
    padding-left: 11px;
    width: 185px;
    padding-bottom: 3px;
    display: inline-block;
    float: left;
    font-size: 17px;
}

dt {
    font-weight: 700;
}

.general-information .dl-horizontal dd {
    margin-left: 200px;
    /*font-weight: 200;*/
    font-size: 17px;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

.bg-deng {
    background-color: #dcb14b;
}

.p-4 {
    padding: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.mapTop .bg-deng h2 {
    font-size: 30px;
    font-weight: 600;
    color: white;
}

.mapTop .bg-deng li {
    padding-left: 15px;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 4px;
    padding-right: 10px;
    display: block;
}

.mapTop .bg-deng li:before {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #ffffff;
    content: "";
    border-radius: 50px;
}

.map-list {
    padding-left: 0;
}

/**********************************amenities*****************************/

.ameniTop .row.bgTop {
    background-image: url(../images/banner-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.ameniTop .bg-2 {
    -webkit-clip-path: polygon(0 0, 82% 0%, 93% 100%, 0% 100%);
    clip-path: polygon(0 0, 82% 0%, 100% 100%, 0% 100%);
    background-color: #dcb14b;
}

.ameniTop .bg-3 {
    -webkit-clip-path: polygon(0 0, 82% 0%, 93% 100%, 0% 100%);
    clip-path: polygon(0 0, 82% 0%, 100% 100%, 0% 100%);
    background-color: #dcb14b;
}

.ameniTop ul li span {
    font-size: 11px;
    font-weight: 400;
    color: white;
    position: relative;
    padding-left: 10px;
}

.d-block {
    display: block !important;
}

.ameniTop ul li span:before {
    position: absolute;
    left: 0px;
    top: 7px;
    width: 4px;
    height: 4px;
    background: #ffffff;
    content: "";
    border-radius: 50px;
}

.ameniTop ul li {
    padding-left: 0px;
    display: block;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    background-position: left 0px;
    /* background-image: url(../images/park.svg); */
}

.ameniTop ul li.ico5 {
    background-image: url(../images/supermarket.svg);
}

.ameniTop ul li.ico6 {
    background-image: url(../images/theater.svg);
}

.ameniTop ul li.ico2 {
    background-image: url(../images/playground.svg);
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

/****************floor-plan****************************/

.floorplan-sec.new-section h2 {
    text-align: center;
    margin: 30px 0px;
}

.new-section .one-five {
    float: left;
    padding: 0 5px;
    width: 20%;
    /* max-height: 250px; */
    overflow: hidden;
}

.floor-plan-list {
    height: 290px;
    overflow: hidden;
}

.floor-plan-list {
    border: 1px solid #66a645;
    padding: 10px;
    background: #fff;
    margin-bottom: 20px;
}

.floor-plan-list a {
    text-decoration: none;
}

.floor-plan-list span {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    background: #dcb14b;
    color: #000;
    padding: 10px 15px;
    text-transform: uppercase;
    margin: -11px -11px 10px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.floor-plan-list img {
    margin: 0px auto;
    display: block;
    width: 100%;
}

/**********************************price-list********************************/

.tableTop h2 {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
}

.tableTop .table {
    border: solid 1px #c9c9c9;
}

.tableTop .table .thead-dark th {
    background-color: #dcb14b;
    color: #000;
    font-size: 18px;
}

.tableTop .table td,
.tableTop .table th {
    padding: 15px 25px;
    font-size: 17px;
}

.abc {
    width: 100%;
    padding: 5px;
    /* margin: 5px 5px 5px 5px; */
}

.last-sec {
    padding: 30px 0;
    width: 100%;
    float: left;
    background: #dcb14bbf;
}

#bannerCntr .bg-2 {
    background: #dcb14b;
    /* position: relative; */
}

#bannerCntr {
    width: 100%;
    /* margin-top: 73px */
    padding-top: 60px;
}

#bannerCntr .bannerMain {
    width: 100%;
    float: left;
}

#bannerCntr .sliderDiv {
    width: 72%;
    float: left;
    position: relative;
}

.sliderDiv .owl-theme .owl-nav [class*="owl-prev"] {
    position: absolute;
    top: 44%;
    left: 3%;
    z-index: 10000;
    width: 38px;
    height: 38px;
    background: url(../images/prev_btn.svg) no-repeat;
    font-size: 0;
}

.sliderDiv .owl-theme .owl-nav [class*="owl-next"] {
    position: absolute;
    top: 44%;
    right: 3%;
    z-index: 10000;
    width: 38px;
    height: 38px;
    background: url(../images/next_btn.svg) no-repeat;
    font-size: 0;
}

#bannerCntr .owl-theme .owl-nav {
    margin-top: 0px;
}

#bannerCntr .bannerForm {
    padding: 30px 26px 0px;
    width: 28%;
    float: right;
    /* background: #005038; */
    border-top: 15px double #c69139;
}

.bannerForm h2 {
    font-size: 24px;
    letter-spacing: 0.9px;
    color: white;
    margin-bottom: 25px;
    font-weight: normal;
}

#bannerCntr .bannerMain .priceStart {
    padding-top: 45px;
    text-align: center;
    font-size: 18px;
    color: white;
    line-height: 26px;
}

#bannerCntr .bannerMain .priceStart span {
    font-size: 24px;
}

#bannerCntr .bannerMain .priceStart strong {
    font-weight: 500;
}

.bannerForm fieldset {
    border: 0;
}

.bannerForm fieldset p {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 25px;
    color: #fff;
}

.bannerForm input[type="text"] {
    width: 100%;
    padding: 12px 15px;
    background: #fff;
    border: 0;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

.bannerForm .selectDiv {
    float: left;
    margin-bottom: 17px;
    width: 100%;
    background: #fff url(../images/sel-arrow.html) calc(100% - 14px) 20px no-repeat;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.bannerForm select {
    width: 100%;
    padding: 13px 14px;
    border: 0;
    font-size: 12px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    font-family: 'Montserrat', sans-serif;
    background: transparent;
}

.bannerForm fieldset p:last-child {
    margin-bottom: 0;
}

.bannerForm input[type="submit"],
.bannerForm input[type="button"] {
    padding: 8px 0;
    width: 100%;
    border: 0;
    cursor: pointer;
    color: #000000;
    font-size: 22px;
    text-transform: uppercase;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background-color: #c2a167;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    -transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
}

#bannerCntr .sliderDiv .bannerDes {
    position: absolute;
    bottom: 0px;
    z-index: 10000;
    left: 0px;
    right: 0;
    background-image: linear-gradient(to left, rgba(8, 117, 47, 0.7), rgba(8, 117, 47, 0.7));
    padding: 5px 30px;
}

#bannerCntr .sliderDiv .bannerDes h1 {
    font-size: 22px;
    line-height: 1.25;
    font-weight: normal;
    color: #FFFFFF
}

#bannerCntr .sliderDiv .bannerDes h1 strong {
    font-size: 45px;
    /* letter-spacing:5.2px; */
    font-weight: normal;
    line-height: 1.25;
}

#bannerCntr .sliderDiv .bannerDes p {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.80;
    color: #ffffff;
    position: relative
}

#bannerCntr .sliderDiv .bannerDes p strong {
    font-weight: 600
}

.bannerForm a {
    border: 2px solid #fff;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    font-size: 16px;
    display: block;
    margin: 30px;
}

article.clearfix.mapTop.pt-5 img {
    width: 100%;
    /* height: 100%; */
}

.ameniTop ul li:before {
    content: "\f0a4";
    font-family: "FontAwesome";
    margin-right: 10px;
}

/* new css*/

.project-all-details {
    background: #fff;
    width: 100%;
    height: 100%;
    display: block;
    min-height: 485px;
    padding: 30px;
}

.project-all-details .pro-name span a {
    color: #dcb14b;
}

.project-all-details .pro-name a:hover {
    color: #dcb14b;
}

.project-all-details .pro-name {
    margin-bottom: 20px;
}

.all-type-detail .detail-list-item {
    padding: 5px 0px;
    margin: 12px 0px;
    border-bottom: 1px solid #cccccc78;
}

.all-type-detail .detail-list-item img {
    max-width: 20px;
    margin-right: 5px;
}

.project-all-details .contact-sec-btn {
    background: #dcb14b;
    padding: 10px;
    border-radius: 5px;
    /* color: #fff; */
    display: block;
    margin: 45px auto 0px;
    max-width: 110px;
    text-align: center;
}

.project-all-details .contact-sec-btn a {
    color: #fff;
    font-weight: 600;
}

.property-details {
    padding: 0px;
}

.col-md-12.property-details .col-md-4 {
    padding: 0px;
}

nav.navbar.navbar-default.property-menu {
    background: #fff;
    border: none;
    box-shadow: -2px 5px 10px #ccc;
    margin-top: 0px;
    /* position: sticky; */
    /* top: 230px; */
}

.amenities_container .fix-div {
    display: block;
    clear: both;
}

li.normal_amenities span img {
    width: 40px;
    margin-right: 5px;
}

li.normal_amenities {
    list-style: none;
    display: block;
    width: 20%;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
    min-height: 65px;
}

nav.navbar.navbar-default.property-menu li a {
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    border-bottom: 4px solid #fff;
    padding-bottom: 11px;
}

nav.navbar.navbar-default.property-menu li a:hover {
    border-bottom: 4px solid #dcb14b;
}

nav.navbar.navbar-default.property-menu li.active a {
    background: #dcb14b;
    color: #fff;
    border-bottom: 4px solid #dcb14b;
}

/**********************************download-plan**********************/

.downloads-plan {
    float: left;
    margin-top: 50px;
    width: 100%;
    position: relative;
    min-height: 110px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.downloads-plan a {
    float: left;
    width: 100%;
    background: none;
    border: none;
    height: 110px;
}

.downloads-plan a:hover {
    color: #fff;
    background-color: #aa803608;
    border-color: #ffffff;
}

.downloads-plan .icon-down {
    width: 100px;
    height: 100px;
    background: #fff;
    position: absolute;
    transition: ease-in-out 0.3s;
    top: -50px;
    left: 50%;
    transform: translate(-50%, 0%);
    border-radius: 100%;
    border: 4px solid #dcb14b;
}

.downloads-plan .icon-down .fa {
    color: #dcb14b;
    font-size: 39px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.downloads-plan .textChange {
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    font-weight: 500;
    transform: translate(-50%, 50%);
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.download-head {
    /* float: none!important; */
    width: 100%;
    /* text-align: center; */
    font-size: 30px;
    margin-top: 18px;
    margin-bottom: 25px;
    clear: both;
    display: block;
    width: 100% !important;
}

/***********************************contact***************************/

.contact-lg {
    float: left;
    width: 100%;
    padding: 50px 40px;
}

.contact-lg p.do-more {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 30px;
    font-weight: 600;
    color: #fff;
    line-height: 24px;
}

.contact-lg p {
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    line-height: 24px;
}

.contact-lg h5 {
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
}

.contact-lg .fa {
    color: #dcb14b;
}

.ad-color {
    background: #182835;
    height: 560px;
}

.contact-lg p a {
    color: #fff;
    font-size: 15px;
}

.con-color {
    background: #dcb14b;
    height: 560px;
}

.contact-lg .form-group {
    position: relative;
    float: left;
    width: 100%;
}

.contact-us-foo form input.effect-1 {
    border: 0;
    padding: 7px 8px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    background: none;
    color: #fff;
}

.contact-us-foo .contact-lg .contactUs_submit_wait1 button {
    background: #fff;
    line-height: 28px;
    height: 40px;
    border: none;
    box-shadow: 3px 0 5px rgba(0, 0, 0, 0.5);
    clear: both;
    margin-top: 0px;
    padding: 7px 0px;
    border-radius: 25px;
    width: 190px;
    font-size: 18px;
    text-transform: uppercase;
    color: #666;
}

.contact-us-foo .contact-lg .contactUs_submit_wait1 {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 20px;
}

.contact-us-foo input::placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.contact-us-foo input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.contact-us-foo input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.contact-h3 {
    float: left;
    width: 100%;
    font-size: 36px !important;
    color: #fff;
    font-weight: bold;
    font-style: italic;
}

/*****************************************download popup*******************************/

.enqiurenow-form-content {
    float: left;
    width: 45%;
    padding: 15px;
    background: #daac3e;
    min-height: 490px;
}

.enqiurenow-form-content .db-content-img {
    float: left;
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

.enqiurenow-form-content .content-dbt-popup {
    float: left;
    width: 100%;
    text-align: center;
}

.enqiurenow-form-content .content-dbt-popup h5 {
    color: #fff;
    line-height: 25px;
    font-size: 20px;
    margin-top: 30px;
    text-transform: uppercase;
}

.enqiurenow-form-content .content-dbt-popup p {
    color: #fff;
    float: left;
    font-size: 13px;
    margin-top: 14px;
}

form#unique_enquiry {
    float: left;
    width: 55%;
    min-height: 460px;
    background: #fff;
}

#load_enquiry_modal_popup .modal-header {
    margin-top: 0px;
    background: none;
    padding: 11px 0px;
    border: none;
}

#load_enquiry_modal_popup .modal-header .close {
    opacity: 1;
    color: #000;
    margin-right: 12px;
}

#load_enquiry_modal_popup .modal-header h4 {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    margin: 0px;
    font-weight: 600;
}

#load_enquiry_modal_popup .form-group {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

#load_enquiry_modal_popup input.form-control {
    width: 100%;
    height: 40px;
    padding: 0 42px;
}

#load_enquiry_modal_popup .form-group .fa-user {
    font-size: 21px;
    left: 7px;
    position: absolute;
    top: 6px;
}

#load_enquiry_modal_popup .form-group .fa-envelope {
    font-size: 21px;
    left: 7px;
    position: absolute;
    top: 13px;
}

#load_enquiry_modal_popup .form-group .fa-commenting {
    font-size: 21px;
    left: 7px;
    position: absolute;
    top: 6px;
}

#load_enquiry_modal_popup .form-group .fa-phone {
    font-size: 21px;
    left: 9px;
    position: absolute;
    top: 10px;
}

#load_enquiry_modal_popup .form-group textarea {
    padding-left: 42px;
}

#load_enquiry_modal_popup .form-group textarea {
    width: 100%;
    height: 70px;
}

#load_enquiry_modal_popup .modal-footer input[type="submit"] {
    background: #daac3e none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    box-shadow: 0 2px 3px #404040;
    color: #fff;
    font-size: 16px;
    padding: 9px 28px;
    width: 100%;
    text-transform: uppercase;
}

.project-all-details {
    clear: both;
}

@media only screen and (max-width:720px) {
    .enqiurenow-form-content {
        display: none;
    }
    .project-all-details .pro-name h1 {
        font-size: 24px;
    }
    form#unique_enquiry {
        width: 100%;
    }
    li.normal_amenities {
        width: 50%;
    }
    .con-color {
        background: #dcb14b;
        height: 100%;
        display: flex;
    }
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

.panel-title>a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #EEEEEE;
}

.career-text .panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #ffffff;
    background-color: #dcb14b;
    border-color: #EEEEEE;
}

.career-text .panel-title>a {
    display: block;
    padding: 15px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.career-text small {
    font-size: 15px;
    color: #000;
}

form.career-form {
    display: block;
    width: 100%;
    background: #fff;
    padding: 30px;
}

.career-form label {
    display: block;
    width: 100%;
}

.career-form .form-group {
    width: 100%;
    margin-bottom: 20px;
}

.career-form .form-control {
    width: 100% !important;
}

.career-text {
    padding: 10px 20px 0px 0px;
}

.career-btn {
    background: #000;
    color: #fff;
    /* width: 100%; */
    border: navajowhite;
    padding: 8px 30px;
    font-size: 15px;
    width: 100%;
}

.career-btn:hover {
    background: #dcb14b;
    color: #fff;
}

.career-text .panel-title>a:hover {
    color: #000;
}

ul.nav.nav-tabs.featured-tabs {
    width: 370px;
    display: block;
    margin: 0px auto;
}

ul.nav.nav-tabs.featured-tabs li {
    width: auto;
    margin: 0px auto;
    display: block;
    border: unset;
    margin-bottom: 30px;
    width: 50%;
}

ul.nav.nav-tabs.featured-tabs li a {
    color: #000;
    font-size: 23px;
    /* margin-left: 10px; */
    display: block;
    font-weight: 600;
    text-align: center;
    background: unset;
    /* text-transform: uppercase; */
    /* margin-bottom: 20px; */
}

ul.nav.nav-tabs.featured-tabs li:first-child {
    border-right: 2px solid #000;
}

ul.nav.nav-tabs.featured-tabs li.active a {
    border: unset;
    color: #dcb14c;
}

ul.nav.nav-tabs.featured-tabs li a:hover {
    border-top: unset;
    box-shadow: unset;
    border-left: unset;
    border-right: unset;
}

.popular-searches {
    padding: 40px 0px;
    background: #fafafa;
}

.popular-searches .top-search-list li {
    list-style: none;
    width: 25%;
    float: left;
    padding: 5px 8px;
    margin-bottom: 10px;
}

.popular-searches .top-search-list li a {
    color: #000;
    display: block;
}

.popular-searches .top-search-list li a:hover {
    color: #dcb24a;
    cursor: pointer;
}

@media only screen and (max-width:720px) {
    .popular-searches .top-search-list li {
        width: 50%;
    }
    .popular-searches .top-search-list li a {
        font-size: 12px;
    }
}