/********************************************************** */
/**********************  Bizrent ************************* */
/**********************************************************

    TABLE OF CONTENT
    ========================

    01. Default CSS
    02. Slider Section
    03. Banner Section
    04. Search Filter
    05. About Section
    06. Exclusive Properties
    07. Fact Counter
    08.Testimonials
    09.Work Process
    10.Blog Section
    11.Rentals & Sales
    12.Rentals & Sales Details
    13.Agent Page
    14.Contact Page
    15.Sign Up & Log In
    16.Error Page
    17.Footer Section

/********************************************************* */

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Muli:400,600,700|Poppins:400,500,600,700&display=swap');
/*font-family: 'Poppins', sans-serif;
font-family: 'Muli', sans-serif;*/

/* Import Stylesheets */
@import url('all.min.css');
@import url('bootstrap.min.css');
@import url('magnific-popup.css');
@import url('menu.css');
@import url('owl.css');
@import url('animate.css');
@import url('flaticon.css');
@import url('nice-select.css');
@import url('jquery-ui.min.css');
@import url('spacing.css');

/****************************************************** */
/*******************  01. Default CSS ***************** */
/****************************************************** */

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body {
    color: #797D8A;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

a {
    color: #00BA74;
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #00BA74;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2D3954;
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3 {
    font-weight: 700;
}

h4,
h5,
h6 {
    font-weight: 600;
}

h1 {
    font-size: 75px;
}

h2 {
    font-size: 44px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    background: #F8FAFF;
    overflow: hidden;
}

header:after,
section:after,
footer:after {
    display: block;
    clear: both;
    content: "";
}

/** Background Color style */
.bg-white {
    background: #FFFFFF;
}

.bg-red {
    background: #FF3764;
}

.bg-green {
    background: #00BA74;
}

.bg-blue {
    background: #5867DD;
}

.bg-light-blue {
    background: #5578EB;
}

.bg-black {
    background: rgba(8, 21, 51, 1) !important;
}

.color-red {
    color: #FF3764;
}

.color-green {
    color: #00BA74;
}

.color-yellow {
    color: #FF9B20;
}


/** Section Title style */
.section-hint {
    color: #00BA74;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 20px;
    padding-right: 10px;
    position: relative;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    display: inline-block;
}

.section-hint:after {
    position: absolute;
    background: #00BA74;
    content: '';
    height: 1px;
    width: 60px;
    left: 100%;
    top: 50%;
}

.section-title {
    line-height: 65px;
    margin-bottom: 50px;
}

/** Button style */
.theme-btn,
a.theme-btn {
    background: #00BA74;
    font-size: 18px;
    color: white;
    cursor: pointer;
    border-radius: 47px;
    padding: 8px 36px;
    display: inline-block;
}

.theme-btn:hover,
a.theme-btn:hover {
    background: rgba(0, 186, 116, 0.85);
}


/** Social Link Style One */
.social-style-one {
    display: inline-block;
}

.social-style-one a {
    font-size: 17px;
    margin: 0 13px;
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    color: #2D3954;
    background: rgba(4, 6, 65, 0.1);
}

.social-style-one a:hover {
    background: rgba(4, 6, 65, 1);
    color: #FFFFFF;
}

/*pazination style*/
.properties-pazination li {
    display: inline-block;
}

.properties-pazination li a {
    color: #2D3954;
    padding: 0 8px;
    display: block;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}

.properties-pazination a:hover {
    color: #00BA74;
}

.properties-pazination li.active a {
    color: #FFFFFF;
    border-radius: 50%;
    background: #00ba74;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
}

.properties-pazination li.active a:hover {
    color: #FFFFFF;
}

.properties-pazination li:first-child a,
.properties-pazination li:last-child a {
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    background: rgba(45, 57, 84, 0.06);
}

/*** Preloader style ** */
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.gif);
}

/*** Scroll Top style ** */
.scroll-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 99;
    display: none;
    cursor: pointer;
    border-radius: 5px;
    color: white;
    font-size: 20px;
    background: #00BA74;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

/* text inputs and testarea */
.form-group input,
.form-group textarea {
    color: #64687E;
    font-size: 14px;
    padding: 18px 15px;
    margin-bottom: 30px;
    border-radius: 5px;
    background: #FFFFFF;
    border: 1px solid #D4D7DE;
}

.form-group input:focus,
.form-group textarea:focus {
    box-shadow: none;
    border-color: #D4D7DE;
}


/* input buttons */
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: none;
}

/****************************************************** */
/****************** 02. Slider Section  *************** */
/****************************************************** */

.main-slider {
    position: relative;
}

.main-slider .slider-wrapper {
    position: relative;
}

.main-slider .slider-wrapper .image img {
    min-height: 500px;
    max-width: none;
}

.main-slider .slider-caption {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(8,21,51, 0.7);
    opacity: 1;
    z-index: 5;
}

.slider-content {
    max-width: 1000px;
}

.main-slider h2 {
    color: white;
    font-size: 75px;
    line-height: 110px;
    margin-bottom: 0;
    text-transform: capitalize;
}


/* slider Social Liink */
.main-slider .social-style-one {
    position: absolute;
    top: 50%;
    left: 150px;
    z-index: 2;
    transform: translateY(-50%);
}

.main-slider .social-style-one a {
    display: block;
    margin: 50px 0;
    color: #FFFFFF;
    opacity: 0.6;
    border: 1px solid;
    background: transparent;
}

.main-slider .social-style-one a:hover {
    opacity: 1;
}


/* video play button */
.main-slider .video-play {
    position: absolute;
    top: 50%;
    right: 100px;
    z-index: 2;
    transform: translateY(-50%) rotate(-90deg);
}

.video-play a {
    display: flex;
    align-items: center;
}

.video-play i {
    font-size: 22px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #2D3954;
    color: #FFFFFF;
    text-align: center;
    border-radius: 50%;
}

.video-play i:before {
    font-size: 15px;
}

.video-play span {
    color: #FFFFFF;
    opacity: 0.5;
    font-size: 14px;
    transition: 0.5s;
    margin-left: 25px;
}

.video-play:hover span {
    opacity: 1;
}

/* slide Dots */
.main-slider .owl-dots {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
}

.main-slider .owl-dot {
    height: 12px;
    width: 12px;
    background: #FFFFFF;
    opacity: 0.54;
    border-radius: 50%;
    animation: 0.5s;
    display: block;
    margin: 15px 0;
}

.main-slider .owl-dot.active {
    opacity: 1;
    background: #00BA74;
}


/****************************************************** */
/****************** 03. Banner Section  **************** */
/****************************************************** */
.banner-section {
    height: 450px;
    position: relative;
    background: url(../images/banner.png);
    background-size: cover;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.banner-section:after {
    content: '';
    position: absolute;
    background: #081533;
    opacity: 0.75;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.banner-inner {
    padding-top: 100px;
    position: relative;
    z-index: 1;
}

.page-title {
    color: #FFFFFF;
    font-size: 55px;
}

.breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 0;
}

.banner-inner nav {
    display: inline-block;
}

.breadcrumb-item a {
    color: #FFFFFF;
}

.breadcrumb-item a:hover {
    color: #00BA74;
}

.breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.6);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #FFFFFF;
    content: "›";
}

/****************************************************** */
/****************** 04. Search Filter  **************** */
/****************************************************** */
.search-filter {
    height: 110px;
}

.search-filter .container {
    position: relative;
    height: 100%;
}

.search-filter-inner {
    position: absolute;
    width: calc(100% - 30px);
    z-index: 5;
    padding: 75px 75px 25px 30px;
    background: #FFFFFF;
    border-radius: 10px;
    transform: translateY(-50%);
    box-shadow: 0px 30px 60px #1D306119;
}

.filter-item {
    padding: 0 45px;
    margin-bottom: 50px;
    border-right: 1px solid #d5d8df;
}

.filter-item .nice-select {
    border: none;
    height: 35px;
    padding: 0 30px 0 0;
}

.filter-item .nice-select:after {
    margin-top: 0;
}

.search-button {
    text-align: center;
    margin-bottom: 50px;
}

.search-button button {
    color: #FFFFFF;
    background: #00BA74;
    cursor: pointer;
    height: 65px;
    width: 65px;
    line-height: 65px;
    font-size: 22px;
    text-align: center;
    border-radius: 50%;
}

/****************************************************** */
/****************** 05. About Section  **************** */
/****************************************************** */
.about-content {
    max-width: 600px;
}

.about-content .theme-btn {
    margin-top: 45px;
}

.about-img {
    position: relative;
    width: max-content;
    max-width: 100%;
}

.about-img:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #00BA74;
    opacity: 0.05;
}

/*About page*/
.video-section {
    height: 425px;
    position: relative;
    border-radius: 10px;
    background: url(../images/video-bg.png);
    background-size: cover;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-section:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.8;
    border-radius: 10px;
    background: #2D3954;
}

.video-section a {
    position: relative;
    z-index: 1;
    width: 65px;
    height: 65px;
    font-size: 22px;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
    background: #FFFFFF;
}

.video-section .ripple {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -10;
    border-radius: 50%;
    transform: scale(1.2);
    background: rgba(255, 255, 255, 25%);
}

.video-section .ripple:before,
.video-section .ripple:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    transform: scale(.8);
    animation: ripple 3s infinite;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 65%);
}

.video-section .ripple:before {
    animation-delay: 0.5s;
}

.video-section .ripple:after {
    animation-delay: 1s;
}

/*ripple animation*/
@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 45px rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 45px rgba(244, 68, 56, .0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 45px rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 45px rgba(244, 68, 56, .0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

/****************************************************** */
/*********** 06. Exclusive Properties Section  ******** */
/****************************************************** */
.property-information {
    background: #FFFFFF;
    border-radius: 10px;
    transition: 0.5s;
    margin-bottom: 30px;
}

.property-information:hover {
    box-shadow: 0px 30px 60px #1D30611A;
}

.property-information:hover .exclusive-img img {
    transform: scale(1.15);
}

.exclusive-img {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.exclusive-img img {
    transition: 0.5s;
    width: 100%;
}

.property-content {
    padding: 30px;
}

.property-content h5 a {
    color: #2D3954;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}

.property-content h5 a:hover {
    color: #00BA74;
}

.property-content h5 a:before {
    position: absolute;
    content: '';
    width: 5px;
    height: calc(100% + 10px);
    background: #00BA74;
    transform: translateY(-50%);
    left: -30px;
    top: 50%;
}

.for-price {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 20px;
}

.price {
    font-size: 20px;
    color: #2D3954;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.price span {
    font-size: 16px;
    color: #797D8A;
    font-weight: 400;
    font-family: 'Muli', sans-serif;
}

.rent-sale {
    font-size: 18px;
    color: #FFFFFF;
    padding: 0 20px;
    margin-left: auto;
    transform: translate(30px);
    font-family: 'Poppins', sans-serif;
}

.info li {
    margin-right: 13px;
    display: inline-block;
}

.info i {
    color: #00BA74;
    margin-right: 6px;
}

.info li:last-child {
    margin-right: 0;
}

/****************************************************** */
/*************** 07. Fact Counter Section  ************ */
/****************************************************** */
.fact-count-section {
    background: url(../images/fun-fact.png) no-repeat;
    background-size: cover;
    position: relative;
    padding: 150px 0 100px;
}

.fact-count-section:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(8, 21, 51, 0.6);
    backdrop-filter: blur(4px);
}

.single-fact {
    color: #FFFFFF;
    padding: 40px 0;
    margin-bottom: 50px;
    text-align: center;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0px 30px 60px #1D306119;
}

.single-fact .count-text {
    font-size: 75px;
    line-height: 94px;
    display: inline-block;
}

.symbol:after {
    content: 'k';
}

/****************************************************** */
/**************** 08.Testimonials Section  ************* */
/****************************************************** */
.testimonial-content {
    padding: 30px 0 0 30px;
}

.author-speak {
    padding: 70px 0 85px 75px;
}

.author-designation {
    padding-left: 75px;
}

.author-designation h5 {
    color: #00BA74;
    margin-bottom: 10px;
}

.author-speak {
    position: relative;
}

.author-speak:before,
.author-speak:after {
    position: absolute;
    font-family: Flaticon;
    color: #00BA74;
    font-size: 55px;
    line-height: 95%;
}

.author-speak:before {
    content: "\f10c";
    top: 0;
    left: 0;
}

.author-speak:after {
    content: "\f10d";
    right: 35%;
    bottom: 30px;
}

.testimonial-wrap .owl-nav {
    position: absolute;
    right: 0;
    bottom: 40px;
}

.testimonial-wrap .owl-prev,
.testimonial-wrap .owl-next {
    color: #00BA74;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    transition: 0.5s;
    background: rgba(45, 57, 84, 0.06);
}

.testimonial-wrap .owl-prev:hover,
.testimonial-wrap .owl-next:hover {
    background: rgba(45, 57, 84, 1);
    color: #fff;
}

.testimonial-wrap .owl-next {
    margin-left: 25px;
}

/****************************************************** */
/*************** 09.Work Process Section  ************* */
/****************************************************** */

.work-process-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 60px;
}

.work-icon {
    flex: none;
    width: 90px;
    height: 90px;
    font-size: 25px;
    line-height: 90px;
    margin-right: 25px;
    text-align: center;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 0px 60px #1D306119;
}

.wrok-content {
    margin-top: 35px;
}

.wrok-content h5 {
    margin-bottom: 22px;
}

/****************************************************** */
/******************* 10.Blog Section  ***************** */
/****************************************************** */
.blog-box {
    background: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: 0.5s;
}

.blog-box:hover {
    box-shadow: 0px 30px 60px #1D306119;
}

.blog-img img {
    width: 100%;
}

.blog-content {
    padding: 25px 25px 10px;
}

.date {
    color: #00BA74;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
}

.blog-content h5 a,
.post-content h5 a {
    color: #2D3954;
    line-height: 27px;
    margin-bottom: 5px;
    display: inline-block;
}

.blog-content h5 a:hover,
.post-content h5 a:hover {
    color: #00ba74;
}

/*Blog Details Page*/
.blog-details-img {
    margin-bottom: 20px;
}

.blog-header {
    margin-bottom: 25px;
}

.blog-header ul li {
    display: inline-block;
}

.blog-header ul li:after {
    content: '';
    height: 4px;
    width: 4px;
    background: #2D3954;
    display: inline-block;
    margin: 0 15px 3px 15px;
}

.blog-header ul li:last-child:after {
    display: none;
}

.blog-details-content blockquote {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    color: #2D3954;
    padding: 30px;
    margin: 25px 0;
    font-weight: 600;
    align-items: center;
    background: #FFFFFF;
    border-radius: 10px;
}

.blog-details-content blockquote:before {
    content: "\f10c";
    font-family: Flaticon;
    margin-right: 15px;
    color: #00BA74;
    font-size: 55px;
    line-height: 95%;
}

/*Comments*/
.comment-item {
    display: flex;
    margin-bottom: 40px;
}

.comment-reply {
    margin-left: 75px;
}

.comment-author-img {
    flex: none;
    margin-right: 30px;
}

.comment-author-img img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
}

.comment-reply img {
    width: 65px;
    height: 65px;
}

.comment-speech {
    flex: auto;
}

.commenter-name {
    position: relative;
}

.commenter-name .reply {
    position: absolute;
    color: #2D3954;
    top: 0;
    right: 0;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.commenter-name .ratings {
    position: absolute;
    top: -5px;
    right: 0;
}

/*Sidebar*/
.widget {
    margin-bottom: 55px;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget .title {
    margin-bottom: 25px;
}

/*search widget*/
.search-widget {
    position: relative;
}

.search-widget input {
    margin: 0;
    width: 100%;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #D4D7DE;
}

.search-widget button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    border-radius: 5px;
    color: #2D3954;
    font-size: 14px;
    cursor: pointer;
    background: transparent;
}

/*post widget*/
.post-content .date {
    margin-bottom: 3px;
}

.post-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.post-item:last-child {
    margin-bottom: 0;
}

.post-img {
    width: 86px;
    flex: none;
    margin-right: 15px;
}

.post-img img {
    width: 86px;
    height: 86px;
    border-radius: 50%;
}

/*Categories widget*/
.category-widget li a {
    color: #797D8A;
    margin-bottom: 5px;
    display: inline-block;
}

.category-widget a:hover {
    color: #00BA74;
}

.category-widget li a:before {
    content: "\f106";
    font-family: Flaticon;
    color: #00BA74;
    font-size: 11px;
    margin-right: 15px;
}

/*Tags widget*/
.tag-widget a {
    color: #797D8A;
    font-size: 14px;
    padding: 5px 15px;
    margin: 0 10px 15px 0;
    background: #FFFFFF;
    display: inline-block;
}

.tag-widget a:hover {
    color: #00BA74;
}

/****************************************************** */
/************* 11.Rentals & Sales Section  ************ */
/****************************************************** */
.search-item-box {
    margin-bottom: 25px;
}

.search-item-box h6 {
    margin-bottom: 25px;
}

/*select option*/
.search-item-box .nice-select {
    border: 1px solid #D4D7DE;
    border-radius: 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.search-item-box .nice-select:after {
    right: 18px;
}

.search-item-box .nice-select .list {
    width: 100%;
}

/*slider range*/
.search-item-box input {
    color: #797D8A;
    line-height: 0;
    margin-bottom: 18px;
    background: transparent;
    display: block;
}

.search-item-box .ui-slider-horizontal {
    height: 8px;
}

.search-item-box .ui-widget-header {
    background: #00BA74;
}

.search-item-box .ui-slider .ui-slider-handle {
    width: 15px;
    height: 15px;
    top: -5px;
    margin-left: 0;
    cursor: e-resize;
    border-radius: 50%;
    border-color: #00BA74;
}

.search-item-box .ui-slider .ui-slider-handle:last-child {
    transform: translate(-100%);
}

.search-item-box .ui-slider .ui-state-active {
    background: #00BA74;
    border-color: #00BA74;
}

/*search button*/
.search-item-box .theme-btn {
    border-radius: 10px;
    margin-top: 50px;
}

/*more option tab*/
.more-option-wrap {
    margin-bottom: 65px;
}

.more-option-wrap .ui-accordion-header .ui-icon {
    width: 17px;
    height: 17px;
    margin: -2px 10px 0 0;
    background-color: #00BA74;
    border-radius: 3px;
}

.more-option-wrap .ui-accordion-header .ui-icon-triangle-1-s {
    background-position: -48px -128px;
}

.more-option-wrap .ui-accordion-header .ui-icon-triangle-1-e {
    background-image: url(images/ui-icons_ffffff_256x240.png);
    background-position: -16px -128px;
}

.more-option-wrap .ui-accordion-header {
    margin: 0;
    padding: 0;
    border: none;
    color: #2D3954;
    font-weight: 600;
    display: inline-block;
    background: transparent;
}

.more-option-wrap .ui-widget-content {
    background: transparent;
    padding: 30px 18px 0;
    border: none;
}

.more-option-wrap li {
    width: 25%;
    float: left;
    margin-bottom: 18px;
}

.more-option-wrap li:last-child {
    margin-bottom: 0;
}

.more-option-wrap .ui-button {
    margin: 0;
    padding: 0;
}

.more-option-wrap .ui-widget-content .ui-state-active,
.more-option-wrap .ui-widget-content .ui-state-focus,
.more-option-wrap .ui-button.ui-state-active:hover,
.more-option-wrap .ui-button:active,
.more-option-wrap .ui-button:hover,
.more-option-wrap .ui-button:focus,
.more-option-wrap .ui-button {
    border: none;
    color: #797D8A;
    box-shadow: none;
    background: transparent;
}

.more-option-wrap .ui-accordion-content .ui-icon {
    width: 13px;
    height: 13px;
    border-radius: 3px;
    margin-right: 15px;
    position: relative;
    background: transparent;
    border: 1px solid #797D8A;
}

.more-option-wrap .ui-accordion-content .ui-state-checked:after {
    position: absolute;
    content: '';
    height: 5px;
    width: 5px;
    left: 50%;
    top: 50%;
    border-radius: 1px;
    background: #00BA74;
    transform: translate(-50%, -50%);
}

/****************************************************** */
/********** 12.Rentals & Sales Details Page  ********** */
/****************************************************** */
.rentals-page .section-title {
    margin-bottom: 20px;
}

.property-heading {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.property-heading .rent-sale,
.property-heading .price {
    margin-top: 20px;
    transform: translate(0);
    align-self: flex-start;
    min-width: max-content;
}

.property-heading .rent-sale {
    margin: 20px 30px 0;
}

.property-location i {
    color: #00BA74;
    margin-right: 5px;
}

/*property slider*/
.property-slider {
    border-radius: 10px;
    overflow: hidden;
}

.property-slider .owl-nav button {
    position: absolute;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 22px;
    color: #FFFFFF;
    top: 50%;
    transition: 0.5s;
    border-radius: 50%;
    transform: translateY(-50%);
    background: rgba(45, 57, 84, 0.7);
}

.property-slider .owl-nav button:hover {
    background: rgba(45, 57, 84, 1);
}

.property-slider .owl-nav .owl-prev {
    left: 15px;
}

.property-slider .owl-nav .owl-next {
    right: 15px;
}

.quick-information .contact-info li {
    width: calc(50% - 25px);
    float: left;
}

.quick-information .contact-info li i {
    margin: 0 15px 0 0;
}

.quick-information .contact-info li:nth-of-type(1n) {
    margin: 0 50px 10px 0;
}

.quick-information .contact-info li:nth-of-type(2n) {
    margin-right: 0;
}


/*property sidebar*/
.property-sidebar .agent-item:hover {
    background: transparent;
    box-shadow: none;
}

.property-sidebar .agent-data .social-style-one {
    margin-top: 5px;
}

.property-sidebar .agent-number {
    background: rgba(0, 186, 116, 0.1);
    font-family: 'Muli', sans-serif;
    border-radius: 10px;
    font-weight: 700;
    padding: 15px;
}

.property-sidebar .agent-number button {
    color: #00BA74;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    background: transparent;
}

.agent-number .num-hide,
.agent-number.number .num-show {
    display: none;
}

.agent-number .num-show,
.agent-number.number .num-hide {
    display: inline-block;
}

.property-sidebar .form-group input,
.property-sidebar .form-group textarea {
    padding: 15px;
    color: #B6B8C1;
    border-radius: 10px;
    margin-bottom: 15px;
}

.property-sidebar .theme-btn {
    width: 100%;
    padding: 11px 26px;
}

/*Amenities*/
.amenities li {
    width: 44%;
    float: left;
    font-size: 14px;
    margin-bottom: 10px;
}

.amenities li:nth-of-type(3n) {
    width: 12%;
}

.amenities li:before {
    content: "\f106";
    font-family: Flaticon;
    font-size: 11px;
    color: #00BA74;
    margin-right: 15px;
}

/****************************************************** */
/******************* 13.Agent Page  ******************* */
/****************************************************** */
.agent-item {
    padding: 30px;
    transition: 0.5s;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #D4D7DE;
}

.agent-item:hover {
    background: #FFFFFF;
    box-shadow: 0px 30px 60px #1D306119;
}

.agent-thumb {
    position: relative;
    display: inline-block;
    border: 1px solid #D4D7DE;
    border-radius: 50%;
    margin-bottom: 15px;
    padding: 8px;
}

.agent-thumb img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
}

.agent-rating {
    position: absolute;
    height: 45px;
    width: 45px;
    right: -10px;
    top: 0;
    border-radius: 50%;
    background: #FFFFFF;
}

.agent-rating i {
    font-size: 13px;
    color: #EDA619;
    display: block;
    margin-top: 7px;
    line-height: 8px;
}

.agent-rating span {
    display: block;
    font-weight: 700;
}

.agent-data h5 a {
    color: #2D3954;
    display: inline-block;
}

.agent-data h5 a:hover {
    color: #00BA74;
}

.agent-data span {
    display: block;
    margin-bottom: 20px;
}

.agent-data .social-style-one {
    margin-top: 10px;
}

.agent-data .social-style-one a {
    margin: 0 8px;
}

/*Agent Profile Page*/
.agent-profile-widget input,
.agent-profile-widget textarea {
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 14px 15px;
}

.agent-profile-widget .theme-btn {
    padding: 11px 35px;
    border-radius: 10px;
}

.agent-profile-content .section-title {
    margin-bottom: 30px;
}

/*Review style*/
.average-rating {
    padding: 25px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #D4D7DE;
}

.agerage-review {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
}

.ratings i {
    margin: 0 4px;
    color: #EDA619;
    font-size: 14px;
}

.ratings i:first-child {
    margin-left: 0;
}

.rating-item {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.rating-item .ratings {
    margin-left: auto;
}

.rating-bar {
    width: 50%;
    height: 15px;
    margin: 0 30px;
    background: #D4D7DE;
    position: relative;
}

.rating-width {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #7A7D8A;
}

.rating-count {
    width: 40px;
}

/*Agent Profile Comment */
.hide-show {
    float: right;
    color: #00BA74;
    font-size: 14px;
    cursor: pointer;
}

.hide-show .veil,
.hide-show.display .view {
    display: none;
}

.hide-show .view,
.hide-show.display .veil {
    display: block;
}

.agent-profile-content .comment {
    border-top: 1px solid #D4D7DE;
}

.agent-profile-content .hidden-comment {
    display: none;
}

/****************************************************** */
/****************** 14.Contact Page  ****************** */
/****************************************************** */
.contact-info ul {
    margin-top: 20px;
}

.contact-info li {
    display: flex;
    margin-bottom: 15px;
}

.contact-info li i {
    color: #00BA74;
    margin: 9px 15px 0 0;
}

.contact__map iframe {
    width: 100%;
    height: 450px;
}

.contact-form .form-group textarea {
    height: 237px;
}

/****************************************************** */
/************** 15.Sign Up & Log In Form ************** */
/****************************************************** */
.sign .modal-dialog {
    max-width: 970px;
}

.sign.fade .modal-dialog {
    transform: translate(8px, -25%);
}

.sign.show .modal-dialog {
    transform: translate(8px);
}

.sign .modal-content {
    padding: 120px;
    background: #F8FAFF;
    border-radius: 10px;
}

.sign .close {
    position: absolute;
    top: 25px;
    right: 25px;
    background-color: transparent;
    border: none;
    outline: none;
}

.sign .close span:before {
    font-size: 16px;
}

.sign-inner {
    padding: 55px;
    border-radius: 10px;
    background: #FFFFFF;
    border: 1px solid #D4D7DE;
}

.sign-inner .theme-btn {
    width: 100%;
    padding: 13px 25px;
    border-radius: 10px;
}

.sign-inner .or {
    position: relative;
    text-align: center;
}

.sign-inner .or:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background: #707070;
    left: 0;
    top: 52%;
}

.sign-inner .or span {
    position: relative;
    z-index: 1;
    padding: 0 15px;
    background: #FFFFFF;
}

.signup-by a {
    color: #FFFFFF;
    padding: 10px 45px;
    border-radius: 4px;
}

.signup-by a:hover {
    opacity: 0.9;
}

.signup-by a i {
    font-size: 14px;
}

/****************************************************** */
/******************* 16.Error Page  ******************* */
/****************************************************** */
.error-section {
    min-height: 100vh;
    position: relative;
    background: url(../images/error.png);
    background-size: cover;
}

.error-section:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #081533;
    opacity: 0.87;
    left: 0;
    top: 0;
}

.error-inner {
    position: relative;
    padding: 50px 0;
    color: #FFFFFF;
    z-index: 1;
}

.error-inner h1 {
    font-size: 250px;
    color: #FFFFFF;
}

.error-inner h3 {
    font-size: 35px;
    color: #FFFFFF;
}

.error-search {
    max-width: 710px;
    margin: auto;
}

.error-search input,
.error-search .theme-btn {
    margin: 0;
    font-size: 15px;
    border-radius: 5px;
}

.error-search input {
    padding: 16px 25px;
}

.error-search .theme-btn {
    padding: 16px 75px;
}

/****************************************************** */
/****************** 17.Footer Section  **************** */
/****************************************************** */
.footer-inner {
    max-width: 666px;
    margin: auto;
}

.footer-inner p {
    font-size: 14px;
    color: #727B9A;
}

/*copyright area*/
.copyright {
    background: #2D3954;
}

.copyright p {
    font-size: 14px;
    color: #FFFFFF;
    margin: 0;
}