
/*------------------------------------------------------------------
[MainFilter Stylesheet]

Project:    Xero
Version:    1.1.0
-------------------------------------------------------------------*/

@font-face {
    font-family: "Arslan";
    src: url("../fonts/arslan/AArslanWessamB-AArslanWessamB.woff2")
            format("woff2"),
        url("../fonts/arslan/AArslanWessamB-AArslanWessamB.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*------------------------------------------------------------------
[Table of contents]
    *. Top Header / .top-header
    *. MainFilter Header / .main-header
    *. Home Page Banner (MainFilter Home) / .banner
    *. Video Banner / .banner_video_bg
    *. Banner Search Box / .search-area
    *. Recent Properties / .recent-properties
    *. Featured Properties / .featured-properties
    *. Property Featured (Single Page)  / .features-opions
    *. Property Amenities  / .amenities-box
    *. Property Comparison / .comparison
    *. Property Compare Area / .compare-properties
    *. Property Tabbing / .tabbing
    *. Property Heading / .heading-properties
    *. Popular Places / .most-popular-places
    *. Application Counter / .counters
    *. Partner / .partners-block
    *. Testimonials / .testimonial
    *. Testimonials Style 2/ .testimonial-2
    *. Map Content /.map-content
    *. Map Content Sidebar /.map-content-sidebar
    *. Make Sticky Header / .do-sticky
    *. Single Page Banner / .sub-banner
    *. Properties List / .properties-list-rightside
    *. Single Property Details / .properties-details-page
    *. Services Area /.services
    *. Services Info /.services-info
    *. Listing Page Sidebar /.sidebar
    *. Social List /.social-list
    *. Typography /.typography
    *. Pricing Table /.pricing-tables
    *. Agent Page /.agent
    *. Agent Contact Form /.agent-widget
    *. Properties Comments /.comments-section
    *. Partner Area /.partner
    *. Help Center /.helping-center
    *. Shopping Cart /.shop-cart
    *. Shopping Checkout /.shop-checkout
    *. Shopping List /.shop-list
    *. Shopping Details /.shop-single
    *. Specifications /.specifications
    *. Submit Property /.submit-property
    *. Profile /.user-page
    *. My Properties Box /.my-properties
    *. Submit Property /.submit-property
    *. Blog /.blog-section
    *. Contact Page /.contact-1
    *. About Page /.about-us
    *. Agent Details Page /.agent-detail
    *. Coming Soon Page /.coming-soon
    *. Contact MAP /#contactMap
    *. FAQ Section /.faq
    *. Photo Gallery /.photo-gallery
    *. Signup/Login Wrapper /.register-page
    *. Full Page Search /#full-page-search
    *. 404 Section /.pages-404
    *. Brand Section /.view-section
    *. Pagination /.pagination
    *. MainFilter Footer / .footer
    *. Footer Item / .footer-item
-------------------------------------------------------------------*/
/** GLOBAL CLASSES **/

/*@import url('https://fonts.googleapis.com/css?family=Cairo:200,300,400,600,700,900&display=swap&subset=arabic');*/
@import url("https://fonts.googleapis.com/css2?family=Scheherazade:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');

/*using it in about page only*/
@import url("https://fonts.googleapis.com/css?family=Kaushan+Script&display=swap");

body {
    font-family: "Almarai", sans-serif;
    background: #fafafa;
    color: #757575;
    text-align: initial;
}

.img-fluid {
    max-width: 100% !important;
    width: 100%;
    height: auto;
}

.custom-font{
    color: #3a4350 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}
.container-fluid{
    width: 98.8% !important;
}
.page_loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../img/loader.gif) center no-repeat #fff;
}

.priceFont{
    font-size:22px !important;
}

.text-decoration-through{
    text-decoration: line-through;
}

.blogContent p, .blogContent h1, .blogContent h2, .blogContent h3, .blogContent h4, .blogContent h5, .blogContent h6{
    text-align:justify;
    color: initial;
}

.max_height{
    max-height: 90px;
}
.tab_style{
    border: 1px solid #aaa !important;
    border-bottom: 1px solid #fff !important;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    top: 1px;
    z-index: 20;
    background-color: #fff !important;
}

.tab_content{
    border: 1px solid #aaa !important;
}

.titleColor{
    color:#2646a7 !important;
}

.tab_main {
    width:calc(33% + 1.6px);
}

#offer_details{
    resize: none;
    overflow-y: scroll;
}

.train_background{
 /*background-image: url('../img/train-background.jpg');*/
 /*background-repeat: no-repeat;*/
 /*background-size: cover;*/
 /*background-position: center;*/
 /*-webkit-filter: grayscale(100%);*/
 /*filter: grayscale(100%);*/
   display: -ms-grid;
   display: grid;
  place-items: center;
  color: #ff43ea;
  position: relative;
 height: 220px;
}

.train_background::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))),url('../img/train-background.jpg');
  background: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url('../img/train-background.jpg');
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url('../img/train-background.jpg');
  background-size: cover;
  background-position: center;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.primer_background{
    min-height: 550px;
}
.primer_background::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: -webkit-gradient(linear,left top, right top,from(#3d3935),color-stop(98%, rgba(61,57,53,0))),url('../img/primer.jpg');
    background: -o-linear-gradient(left,#3d3935,rgba(61,57,53,0) 98%),url('../img/primer.jpg');
    background: linear-gradient(90deg,#3d3935,rgba(61,57,53,0) 98%),url('../img/primer.jpg');
    background-size: cover;
    background-position: center;
}

.evaluate-first {
    min-height: 550px;
}

.evaluate-first::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))),
        url("../img/evaluate_first.jpg");
    background: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url("../img/evaluate_first.jpg");
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url("../img/evaluate_first.jpg");
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.partner-first {
    min-height: 450px;
}
.management-first {
    min-height: 450px;
}
.referal-first {
    min-height: 450px;
}
.img-shade::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* Adjust the opacity (last parameter) to control the shade darkness */
  pointer-events: none; /* Allows clicks to pass through the overlay */
}

.management-first::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))),
        url("../img/management_first.jpeg");
    background: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url("../img/management_first.jpeg");
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url("../img/management_first.jpeg");
    background-position: top;
    background-size: cover;
}
.commercial-services {
    min-height: 200px;
}
.referal-first::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))),
        url("../img/referal_first.jpg");
    background: -o-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url("../img/referal_first.jpg");
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url("../img/referal_first.jpg");
    background-position: center;
}

.sell_business_background{
    min-height: 450px;
}
.sell_business_background::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))),
        url("../img/sell_business_first.jpg");
    background: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../img/sell_business_first.jpg");
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../img/sell_business_first.jpg");
    background-position: top;
    top: 100px !important;
}

.commercial-first::before,.commercial-services::before,.partner-first::before,.management-first::before,.referal-first::before,.sell_business_background::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    z-index: -1;
}

.partner-first::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))),
        url("../img/partner_first.jpg");
    background: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url("../img/partner_first.jpg");
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url("../img/partner_first.jpg");
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
}

.commercial-services::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))),
        url("../img/commercial_services.jpeg");
    background: -o-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url("../img/commercial_services.jpeg");
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url("../img/commercial_services.jpeg");
    background-position: 70%;
    height: 220%;
}

.bg-lightGray{
    background-color: #f5f5f5;
}
.text-lightBlack{
    color: #333;
}
.text-lightBlue{
    color: #5876a3;
}

.services_image{
    width: 300px;
    height: 170px;
}
.together_image{
    width: 100%;
    height: 170px;
}
.btn-red{
    background-color: #ea002a;
    color: #fff;
    border-radius: 5px;
    padding: 15px 30px;
}

.capital_shade{
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background: -o-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    width: 100%;
    height: 90px;
    position: relative;
    bottom: 90px;
    margin-bottom: -90px;
}
.mini_capital_shade{
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background: -o-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    width: 100%;
    height: 40px;
    position: relative;
    bottom: 40px;
    margin-bottom: -40px;
}
.had_style{
    margin: 10px 20px 10px 60px;
}
.had_style .first{
    font-family:Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.back-ededed{
    background-color: #ededed;
}

.bg-light-brown{
    background-color: #d3b683 !important;
}
.text-dark-blue{
    color: #00008b !important;
}

.customColor{
    background-color: #f5f2ed;
}
.text-height{
    min-height: 100%;
}
.primersize{
    padding: 20px 40px;
}

.imghight{
    max-height: initial !important;
    height: 550px;
    padding: 0;
}

.moveposition{
    position: relative;
    top: 18px;
    right: 20px;
}
.notactivetab{
    color: #8b5d50;
    cursor: pointer;
    padding: 10px 20px;
}

.activetab{
    color: #333;
    cursor: pointer;
    border: 2px solid lightsteelblue;
    border-radius: 10px;
    padding: 10px 20px;
}

.bg-brown{
    background-color: #3d3935;
}
.la-font{
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
}
.bg-blue {
    background-color: #00f !important;
}

.bg-blue-darker {
    background-color: rgb(0, 0, 30) !important;
}
.orange-virtical-line{
    width: 7px;
    background-color: #FD9026;
}
.horizental-line{
    width:200px;
    height:3px;
    background-color:#FD9026;
}
.min_bar .bar{
    width: 3px;
    /* height: 30px; */
    background-color:#aaa;
}
.min_bar:hover{
    background-color:#fd912636;
}
.min_bar:hover .bar{
    background-color:#FD9026;
}
.inquire_sell_button{
    background-color: #1F3545;
    color: #fff;
    border-radius: 0 10px;
    padding: 15px 30px;
    position: absolute;
    bottom: 12px;
}

.inquire_sell_button:hover{
    color: #1F3545;
    background-color: #fff;
    border: #1F3545 1px solid;
}
.disableClick{
    pointer-events: none;
}
.anti-train {
  position: relative;
}

.bg-black{
 background-color: #000;
}
.divBackground{
    background: -webkit-gradient(linear,left top, left bottom,color-stop(45%, #e7e2da),color-stop(45%, #fff));
    background: -o-linear-gradient(top,#e7e2da 45%,#fff 45%);
    background: linear-gradient(to bottom,#e7e2da 45%,#fff 45%);
    padding: 50px 0 0 0;
}
.bg-red{
    background-color: #c82021 !important;
}
.infoagentbackcolor{
    background-color: #3d3935;
    padding: 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
            box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
}
.white-shadow{
    background:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.8))),url('../img/whitebg-image.jpg');
    background:-o-linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),url('../img/whitebg-image.jpg');
    background:linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),url('../img/whitebg-image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.inquire{
    border: 2px solid #000;
    padding: 8px 15px;
    font-weight: bold;
}

.inquire:hover{
    color: #fff;
    background-color: #000;
}

.inquireRev{
    border: 2px solid #fff;
    padding: 8px 15px;
    font-weight: bold;
    color: #fff;
}

.inquireRev:hover{
    color: #000;
    background-color: #fff !important;
}

.mountain_pool{
    background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))),url('../img/mountain-pool.jpg');
    background:-o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url('../img/mountain-pool.jpg');
    background:linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url('../img/mountain-pool.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.mountain_pool .shadediv{
    background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background:-o-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    background:linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    padding: 40px !important;
}
.mountain_pool .shadediv p{
    font-size: 16px;
}

.bord{
    border-top: 3px solid #aaa;
    border-bottom: 3px solid #aaa;
    height: 350px;
    padding: 15px 0;
}

.large-font{
    font-size: 2.5rem;
    font-weight: 600;
    font-family: Nyse,serif;
}
.darkcolor{
    color: #3d3935;
}
.second-primer-section{
    background-color: #f5f2ed;
}

.agent-img-width{
    height: 240px;
}
.back-light{
    background-color: #e7e2da;
}
.span-border{
    border-top: 1px solid;
    height: 1px;
}
.namestyle,.numberstyle{
    color:#8b5d50;
    font-weight: 600;
    font-family: Nyse,serif;
    font-size: 1.5rem;
}
.namestyle2{
    color:#b38375;
}
.namestyleLarge{
    color:#fff;
    font-size: 35px;
}
.namestyleMedium{
    color:#fff;
    font-size: 17px;
}
.pricestyle{
    color:#fff;
    font-weight: 600;
    font-size: 1.5rem;
}
.soldstyle{
    background-color: #8b5d50;
    border-radius: 15px;
}
.soldagentimg{
    border-radius: 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 140px;
}
.linestyle{
    background-color: #8b5d50;
    height: 1px;
}
.numberstyle{
    font-size: 1.2rem;
}
.fullcardwidth{
    width: 347px;
}

@media (max-width: 767px){
    .bord{
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
}

@media (min-width: 768px) and (max-width: 1205px){
    .bord{
        height: 500px;
    }
}
.special_tag{
    background-color: #fff;
    border-radius: 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 10px;
}

.mh{
    height: 280px;
}

.mc{
    height: 250px;
}

.search-style{
    padding: 40px 10px !important;
    margin: 10px !important;
    border-radius: 0;
    background-image: url("../img/beach9.webp") !important;
}

.search-style .form-control,.search-style select,.search-style span,.search-style button{
    border-radius: 0 !important;
}

.search-style form{
    background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
    background:-o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    background:linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    padding: 20px;
}

[id^='request_showing_carousel'] [class^='post'] p{
    color: #4f4f4f !important;
}
[id^='request_showing_carousel'] [class^='post'] p:nth-child(2){
    color: #1d1d1d !important;
}

[id^='request_showing_carousel'] [class^='post']{
    width: 96px !important;
    border: 1px solid #a9a9a9 !important;
    cursor: pointer;
}
.showingForm .owl-item{
    margin: 0 5px !important;
}
[id^='request_showing_carousel'] [class^='post'] p{
    font-size: 15px;
}

[id^='request_time_carousel'] [class^='postTime'] p{
    color: #4f4f4f !important;
}

[class^='postMethod']{
    border: 1px solid #a9a9a9 !important;
    color: #4f4f4f !important;
    cursor: pointer;
}

[id^='request_time_carousel'] [class^='postTime']{
    width: 96px !important;
    height: 30px;
    border: 1px solid #a9a9a9 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}
[id^='request_showing_carousel'] .owl-nav,[id^='request_time_carousel'] .owl-nav{
    display: none;
}

input[type="radio"] :not(.showRadio){
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
#request_show .modal-content{
    width: 580px !important;
}
#request_show button{
    padding-left: 7px;
    padding-right: 7px;
    color:#2646a7;
}
.showingButton{
    margin:40px 0;
}
.showingButton a{
    background-color:#2646a7;
    color:#fff;
}
/*#request_show .modal-header{
    background-color: #2646a7;
}*/

.rangeSlider{
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 20px;
    background: #d3d3d3;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 10px;
}

.rangeSlider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #65c0cf;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: -400px 0 0 390px #65c0cf;
}

.rangeSlider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #65c0cf;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: -400px 0 0 390px #65c0cf;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type='range']::-webkit-slider-runnable-track {
        overflow-y: hidden;
        -webkit-appearance: none;
        color: #65c0cf;
        height: 20px;
        border-radius: 10px;
    }
}

#request_show .modal-header h5,#request_show .modal-header button{
    color:#2646a7 !important;
}
.request_showing{
    position: fixed;
    bottom:0;
    left: 25%;
    padding: 0;
    margin: 0;
}
.request_showing a{
    text-decoration: none;
    background-color: #d85252;
    border: 1px solid #d85252;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 10px;
}
.request_showing a:hover{
    color: #fff;
    background-color: #f00;
}

.agentText{
    font-size: 14px;
}

.whatsApp-Icon{
    background-color: #26d366;
    color: #fff;
    border-radius: 5px;
    margin: 0px 8px;
    width: 38px;
    text-align: center;
    font-size: 20px;
}

.showNumberCustom,.showNumberCustom2{
    background-color: #dc212e;
    color: #fff;
    border-radius: 5px;
    margin: 0px 8px;
    text-align: center;
    font-size: 12px;
    padding: 5px;
}

.showNumberCustom2{
    font-size: 14px;
}

.graybackground{
 background-color: #b4b4b4;
}

.seemore{
    padding: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2;
    -webkit-box-orient: vertical;
 }
.seemore2{
    padding: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* number of lines to show */
            line-clamp: 5;
    -webkit-box-orient: vertical;
 }

.listing{
    margin-top: 25px;
}

.listing p{
    font-size: 18px !important;
    font-weight: bold;
    color: #dc212e;
}

.listing span{
    font-size: 18px;
}

.property-description p{
    font-size: 18px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #757575;
}

a {
    color: #37404d;
    text-decoration: none;
    text-align: initial;
}

a:hover {
    text-decoration: none;
    color: #757575;
}

.text-decoration-underline{
    text-decoration: underline;
}

.form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

p {
    font-size: 14px;
    line-height: 26px;
    color: #757575;
}

.force-font-size p{
    font-size: 17px !important;
}

.tour{
    position: relative;
    bottom: 575px;
    margin: 0 7px;
    z-index: 10;
    background-color:#c5c5c5;
}

.tour2{
    position: relative;
    bottom: 340px;
    margin: 0 7px;
    z-index: 10;
    background-color: #c5c5c5;
}

.tour:hover{
    background-color:#ebebeb;
}
.fixPos{
    margin-top: -70px;
}

.infoStyle ul{
    list-style:disc;
    margin: 0 0 0 20px;
}

html[dir="rtl"] .infoStyle ul{
    margin: 0 20px 0 0;
}

.infoStyle h6{
    font-size: 14px;
}

.page404{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 700px;
    margin-top: -150px;
    text-align: center;
}

h1,
h2,
/* h3, */
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #37404d;
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
strong,
a,
span {
    word-break: break-word;
}

button:focus {
    outline: 0;
}

strong {
    font-weight: bold;
}

.heading-2 {
    margin-bottom: 30px;
}

.heading-2 h4 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 25px;
}

.bordered-right {
    border-right: 1px solid rgba(22, 24, 27, 0.12);
}

.widgetWhatsApp{
    width: 45px;
    padding: 5px;
    position:fixed;
    right: 19px;
    bottom: 80px;
    background-color: #0f0;
    color: #fff;
    text-align: center;
    z-index: 100;
}

.widgetWhatsApp i{
    font-size: 35px;
}
.widgetWhatsApp:hover{
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}

.col-pad {
    padding: 0 0;
}

.col-pad-30 {
    padding: 0 30px;
}

.pad-minus-lr-15 {
    padding-top: 50px;
}

/* .mbl {
  margin: 0 0 30px 20px;
} */

.mrb {
    margin: 0 20px 50px 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.hidden {
    display: none;
}

.form-inline .btn,
.form-inline .btn:active {
    padding: 0 17px;
    font-size: 15px;
    background: none;
    border: solid 1px transparent;
    color: #212121;
}

.form-inline .btn-2 {
    color: #fff;
}

.form-inline .btn:hover {
    background: none;
    border: solid 1px transparent;
}

.form-inline a {
    padding: 0 17px;
}

.btn {
    font-family: "Poppins", sans-serif;
    border-radius: 3px;
}

.btn-black {
    color: #fff;
    background-color: #3a3a3a;
    border-color: #3a3a3a;
}

.btn-black:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.btn-round {
    border-radius: 30px;
}

.button-87 {
    margin: 5px;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 5px;
    display: block;
    border: 0px;
    font-weight: 500;
    -webkit-box-shadow: 0px 0px 14px -7px #f09819;
            box-shadow: 0px 0px 14px -7px #f09819;
    background-image: -o-linear-gradient(
        45deg,
        #ff512f 0%,
        #f09819 51%,
        #ff512f 100%
    );
    background-image: linear-gradient(
        45deg,
        #ff512f 0%,
        #f09819 51%,
        #ff512f 100%
    );
    cursor: pointer;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}

.button-87:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.button-87:active {
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
}

.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}

.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.delay-06s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

.delay-07s {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}

.delay-08s {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

.delay-09s {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
}

.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.delay-12s {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}

.delay-15s {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
}

.delay-17s {
    animation-delay: 1.7s;
    -webkit-animation-delay: 1.7s;
}

.delay-20s {
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
}

input[type="checkbox"]:checked + label:before{
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    color: #f3f3f3;
    text-align: center;
    line-height: 15px;
}

input[type="checkbox"]:checked + label:not(.non-check) {
    display: inline-block;
}

.form-check label,
.radio label {
    min-height: 20px;
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
    margin-bottom: 0;
    font-weight: 500;
    cursor: pointer;
}

.form-check label {
    display: inline-block;
    position: relative;
    -webkit-padding-start: 10px;
    padding-inline-start: 10px;
}

.form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    -webkit-margin-start: -20px;
    margin-inline-start: -20px;
    border: 1px solid #cccccc;
    border-radius: 0px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

html[dir="rtl"] .form-check label::before {
    left: unset;
    right: 0;
}

html[dir="rtl"] .form-check-input {
    margin-left: unset;
    margin-right: -1.25rem;
}

.form-check label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    -webkit-margin-start: -20px;
    margin-inline-start: -20px;
    -webkit-padding-start: 3px;
    padding-inline-start: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.checkbox-theme input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox {
    margin: 3px 0;
}

.checkbox label {
    display: inline-block;
    position: relative;
    -webkit-padding-start: 15px;
    padding-inline-start: 15px;
    color: #757575;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    -webkit-margin-start: -20px;
    margin-inline-start: -20px;
    border: 2px solid #cccccc;
    border-radius: 10%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.form-content-box .checkbox label::before {
    border: none;
}

.checkbox-theme input[type="checkbox"]:checked + label::before {
    background-color: #fff;
}

input[type="checkbox"]:checked + label:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    font-weight: 300;
    color: #dc212e;
}

input[type="checkbox"]:checked + label:not(.non-check) {
    display: inline-block;
}

/* .form-group .form-check {
  margin-inline-start: 15px;
} */

#page_scroller {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    cursor: pointer;
    color: #dc3545;
    padding: 10px 11px;
    font-size: 12px;
    position: fixed;
    bottom: 25px;
    left: 25px;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background-color: white;
}

/*Custom Anmation*/
.bgburns .slides li:nth-of-type(odd) .slide-background {
    animation: bgburnsEast 25s linear infinite alternate;
    -webkit-animation: bgburnsEast 25s linear infinite alternate;
}

.bgburns .slides li:nth-of-type(even) .slide-background {
    animation: bgburnsWest 25s linear infinite alternate;
    -webkit-animation: bgburnsWest 25s linear infinite alternate;
}

@keyframes bgburnsEast {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0);
    }

    to {
        transform: scale(1.2) translateX(100px);
        -webkit-transform: scale(1.2) translateX(100px);
    }
}

@-webkit-keyframes bgburnsEast {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0);
    }

    to {
        transform: scale(1.2) translateX(100px);
        -webkit-transform: scale(1.2) translateX(100px);
    }
}

@keyframes bgburnsWest {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0);
    }

    to {
        transform: scale(1.2) translateX(-100px);
        -webkit-transform: scale(1.2) translateX(-100px);
    }
}

@-webkit-keyframes bgburnsWest {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0);
    }

    to {
        transform: scale(1.2) translateX(-100px);
        -webkit-transform: scale(1.2) translateX(-100px);
    }
}

@-webkit-keyframes bgburnscale {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0);
    }

    to {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
    }
}

@media all and (max-width: 767px) {
    .flex-direction-nav {
        display: none;
    }

    .bgburns .slides li .slide-background {
        -webkit-animation: none !important;
        animation: none !important;
    }
}

/** Option Panel **/
.option-panel {
    z-index: 9999;
    width: 215px;
    position: fixed;
    right: 0;
    top: 20%;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    padding: 20px 15px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.option-panel-collased {
    right: -215px;
}

.option-panel h2 {
    font-size: 14px;
    margin: 0 0 0 0;
    text-align: center;
    padding: 10px 0;
    font-weight: 500;
}

.option-panel .color-plate {
    width: 24px;
    height: 24px;
    float: left;
    margin: 3px;
    border-radius: 3px;
    cursor: pointer;
}

/** WEB SITE COLOR **/
.default-plate {
    background: #2048bb;
}

.blue-plate {
    background: #95c41f;
}

.yellow-plate {
    background: #ffb400;
}

.green-light-plate {
    background: #1abc9c;
}

.red-plate {
    background: #c31c1c;
}

.orange-plate {
    background: #f34b0a;
}

.yellow-light-plate {
    background: #eae328;
}

.green-light-2-plate {
    background: #0dcdbd;
}

.olive-plate {
    background: #b3c211;
}

.purple-plate {
    background: #8e44ad;
}

.blue-light-plate {
    background: #3c9dff;
}

.brown-plate {
    background: #a14c10;
}

.setting-button {
    position: absolute;
    font-size: 16px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: -50px;
    color: #fff;
    top: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
}

button,
.btn,
.btn-md,
.search-fields,
.form-contact,
.form-control,
.property-box,
.property-box-2,
.card,
.agent-2,
.services-info,
.faq-accordion,
.property-box-4,
.agent-6,
.sidebar,
.agent-prop-container table tbody tr td.image img,
.property-box .tag.featured,
.property-box .tag.alt {
    border-radius: 5px !important;
}

.search-area .form-control, .search-area .select2-selection{
    border: 1px solid #898989 !important;
}

.agent-prop-container table thead tr th:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.agent-prop-container table thead tr th:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.property-box-2 img,
.agent-2 .agent-photo img,
.faq-accordion .card-header,
.card-img-top {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/** Option Panel **/
.container {
    position: relative;
}

/** OVERVIEW BGI **/
.overview-bgi {
    position: relative;
}

.overview-bgi:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.overview .btn-border {
    padding: 7px 12px !important;
    border-radius: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
}

/** CONTENT AREA **/
.content-area {
    padding-bottom: 70px;
}

.content-area-2 {
    padding: 40px 0 70px;
}

.content-area-3 {
    padding-bottom: 84px;
}

.content-area-4 {
    padding: 40px 0 50px;
}

.content-area-5 {
    padding-bottom: 100px;
}

.content-area-6 {
    padding-bottom: 50px;
}

.content-area-7 {
    padding: 40px 0;
}

.content-area-8 {
    padding-top: 40px;
}

.content-area-9 {
    padding: 50px 0;
}

.content-area-10 {
    padding: 40px 0 40px;
}

.content-area-11 {
    padding: 40px 0 70px;
}

.content-area-12 {
    padding-bottom: 50px;
}

.content-area-13 {
    padding: 40px 0 50px;
}

.content-area-14 {
    padding: 40px 0 80px;
}

.content-area-15 {
    padding: 40px 0 40px;
}

.content-area-16 {
    padding: 40px 0 70px;
}

.content-area-17 {
    margin-bottom: 70px;
}

.content-area-18 {
    padding: 40px 0 20px;
}

/** BTN COLOR **/
.btn-border-black {
    color: #000;
    border: solid 2px #fff;
}

.btn-border-white {
    color: #fff;
    border: solid 2px #fff;
}

.btn-border-white:hover {
    color: #fff;
    border: solid 2px #fff;
}

.btn-black {
    background: #000;
    border: solid 2px #000;
    color: #fff;
}

/** BTN **/
.btn-sm {
    /* padding: 7px 30px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px; */
    cursor: pointer;
}

.btn-md {
    cursor: pointer;
    padding: 11px 30px;
    letter-spacing: 1.5px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px;
}

.btn-lg {
    cursor: pointer;
    padding: 15px 35px;
    letter-spacing: 1.5px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-md-round {
    border-radius: 30px;
    border-color: #4a90e2;
}

.btn:focus,
.btn:active,
.btn:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    outline: none;
}

.signup-link {
    margin-top: 22px;
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
    padding: 7px 20px;
    text-align: center;
}

.btn-white-sm-outline {
    color: #fff;
    background: transparent;
    border: solid 2px #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 18px;
    font-size: 12px;
}

.btn-white-sm-outline:hover {
    color: #fff;
    padding: 6px 19px;
}

.btn-white-lg-outline {
    color: #fff;
    background: transparent;
    border: solid 2px #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 13px 33px;
    font-size: 12px;
}

.btn-white-lg-outline:hover {
    color: #fff;
}

.btn-theme-sm-outline {
    color: #fff;
    border: solid 2px #fff;
    background: transparent;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 18px;
    font-size: 12px;
}

.btn-theme-sm-outline:hover {
    color: #fff;
    padding: 5px 18px;
}
/* Customize the label (the container) */
.checkContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* Hide the browser's default checkbox */
  .checkContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: #eee;
  }

  /* On mouse-over, add a grey background color */
  .checkContainer:hover input ~ .checkmark {
    background-color: #ccc;
  }

  /* When the checkbox is checked, add a blue background */
  .checkContainer input:checked ~ .checkmark {
    background: linear-gradient(to right, #2646a7 20%, #f00);
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkContainer:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .checkContainer input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .checkContainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

.compareBar {
    position: fixed;
    bottom: 0;
    height: 250px;
    width: 98%;
    padding: 10px;
    z-index: 10000;
    background-color: #fff;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.3);
    border-radius: 15px 15px 0 0;
}
.compareBar2 {
    height: 50px;
}
.compareColumn{
    width: 250px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.3);
}
/** SOCIAL MEDIA **/
.facebook:hover {
    color: #3b589e !important;
}

.twitter:hover {
    color: #56d7fe !important;
}

.linkedin:hover {
    color: #1c82ca !important;
}

.google:hover {
    color: #25d366 !important;
}

.rss:hover {
    color: #e78733 !important;
}

.instagram:hover {
    color: #fb3958 !important;
}

/** SOCIAL MEDIA BG **/
.facebook-bg {
    background: #4867aa;
}

.facebook-bg:hover {
    background: #3a5795;
}

.twitter-bg {
    background: #56d7fe;
}

.twitter-bg:hover {
    background: #2abced;
}

.google-bg {
    background: #dc4e41;
}

.google-bg:hover {
    background: #c83a2e;
}

.rss-bg {
    background: #e78733;
}

.rss-bg:hover {
    background: #d0782c;
}

.linkedin-bg {
    background: #1c82ca;
}

.linkedin-bg:hover {
    background: #036497;
}

/** MEGAMENU **/
.megamenu-li {
    position: static;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
}

.megamenu-area {
    padding: 30px;
    z-index: 2;
}

.megamenu-title {
    color: #757575;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.megamenu-section {
    margin-bottom: 25px;
}

.megamenu-area .dropdown-item {
    padding: 0px !important;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 500;
}

.megamenu-section p {
    font-size: 12px;
    color: #777;
}

/** TOP HEADER **/
#top-header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 999;
    border-bottom: solid 1px #b7b7b7;
    background-color: rgba(0, 0, 0, 0.4);
}

#top-header a {
    color: #fff;
}

.top-header-bg-black {
    background: #222;
}

.top-header-bg {
    background: #dc212e;
}

.top-header .list-inline {
    padding: 7px 0;
}

.top-header .list-inline a {
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    font-size: 12px;
    letter-spacing: 1px;
}

.top-header .list-inline a i {
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
}

.top-header .top-social-media {
    text-align: end;
}

.top-header .top-social-media li {
    padding: 0 4px;
    height: 25px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    color: #fff;
}

.top-header .top-social-media li a {
    color: #fff;
}

.top-header .top-social-media li a i {
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

#top-header-2 a {
    color: #fff;
}

/** MAIN HEADER **/
#main-header {
    width: 100%;
    background: #fff;
    webkit-transition: height 0.3s ease-out, background 0.3s ease-out,
        box-shadow 0.5s, left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.5s;
    -webkit-transition: height 0.3s ease-out, background 0.3s ease-out, left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s,
        -webkit-box-shadow 0.5s;
    transition: height 0.3s ease-out, background 0.3s ease-out, left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s,
        -webkit-box-shadow 0.5s;
    -o-transition: height 0.3s ease-out, background 0.3s ease-out, transform 0.5s,
        box-shadow 0.5s, left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: height 0.3s ease-out, background 0.3s ease-out, transform 0.5s,
        box-shadow 0.5s, left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: height 0.3s ease-out, background 0.3s ease-out, transform 0.5s,
        box-shadow 0.5s, left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s,
        -webkit-box-shadow 0.5s;
}

.main-header {
    background: #fff;
}

.main-header .navbar {
    padding: 0;
}

.main-header .navbar-expand-xl .navbar-nav .nav-link {
    padding: 15px 0;
    font-size: 14px;
    font-weight: 500;
    border-bottom: solid 2px transparent;
    position: relative;
    /*-webkit-margin-start: 12px;
    margin-inline-start: 12px;*/
}


.main-header .dropdown-toggle::after {
    position: absolute;
    top: 45%;
    right: -12px;
}

/*#main-header .navbar-expand-xl .navbar-nav .nav-link{
    color: #fff;
}*/

.main-header .logo img {
    width: 240px;
    height: 80px;
}

.main-header .logo {
    padding: 0;
    -webkit-margin-end: 50px;
    margin-inline-end: 50px;
    float: left;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-header .dropdown-menu {
    min-width: 10rem;
    padding: 0;
    margin: -1px;
    font-size: 14px;
    color: #212529;
    border: 1px solid transparent;
    -webkit-transition: opacity 0.4s ease 0s, visibility 0.4s linear 0s, -webkit-transform 0.4s ease 0s;
    transition: opacity 0.4s ease 0s, visibility 0.4s linear 0s, -webkit-transform 0.4s ease 0s;
    -o-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s,
        visibility 0.4s linear 0s;
    transition: opacity 0.4s ease 0s, transform 0.4s ease 0s,
        visibility 0.4s linear 0s;
    transition: opacity 0.4s ease 0s, transform 0.4s ease 0s,
        visibility 0.4s linear 0s, -webkit-transform 0.4s ease 0s;
}

.main-header .dropdown .dropdown-item:hover > .dropdown-menu {
    /*display: block;*/
    -webkit-transition: opacity 0.4s ease 0s, visibility 0.4s linear 0s, -webkit-transform 0.4s ease 0s;
    transition: opacity 0.4s ease 0s, visibility 0.4s linear 0s, -webkit-transform 0.4s ease 0s;
    -o-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s,
        visibility 0.4s linear 0s;
    transition: opacity 0.4s ease 0s, transform 0.4s ease 0s,
        visibility 0.4s linear 0s;
    transition: opacity 0.4s ease 0s, transform 0.4s ease 0s,
        visibility 0.4s linear 0s, -webkit-transform 0.4s ease 0s;
}

.main-header .dropdown-menu a {
    padding: 7px 20px;
    color: #757575;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    text-align: initial;
}

.main-header .dropdown-menu a:hover {
    background: #dc212e;
    color: #fff;
}

.main-header .dropdown-submenu {
    position: relative;
}

.main-header .dropdown-submenu a::after {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: 22px;
}

.main-header .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
}

.main-header .dropdown-submenu:hover > .dropdown-menu {
    /*display: block;*/
    -webkit-transition: opacity 0.4s ease 0s, visibility 0.4s linear 0s, -webkit-transform 0.4s ease 0s;
    transition: opacity 0.4s ease 0s, visibility 0.4s linear 0s, -webkit-transform 0.4s ease 0s;
    -o-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s,
        visibility 0.4s linear 0s;
    transition: opacity 0.4s ease 0s, transform 0.4s ease 0s,
        visibility 0.4s linear 0s;
    transition: opacity 0.4s ease 0s, transform 0.4s ease 0s,
        visibility 0.4s linear 0s, -webkit-transform 0.4s ease 0s;
}

.main-header .navbar-expand-xl .navbar-nav .nav-link {
    color: #212121;
    text-transform: uppercase;
}
.main-header .navbar-expand-xl .navbar-nav > .nav-item{
    margin: 0 10px;
}

.main-header .navbar-expand-xl .navbar-nav .nav-link:hover,
.main-header .navbar-expand-xl .navbar-nav .nav-item.active .nav-link {
    color: #dc1d2e;
}

/*
.collapse.show{
    background: #fff;
}
*/

.open-offcanvas {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    height: 100%;
}

/** BANNER **/
#banner {
    position: relative;
}

.banner {
    font-family: "Poppins", sans-serif;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    z-index: 10;
}

.pr .carousel-control-next,
.pr .carousel-control-prev {
    margin: 20px 25px;
    width: 20px;
    opacity: 1;
}

html[dir="ltr"] .pr .carousel-indicators {
    left: 50%;
    bottom: 2%;
}
html[dir="rtl"] .pr .carousel-indicators {
    right: 32%;
    bottom: 2%;
}
.fontbig{
    font-size: 30px;
    line-height: 45px;
}
.fontbig1{
    font-size: 23px;
    font-weight: 400;
}
.fontbig2{
    font-size: 20px;
}
.fontbig3{
    font-size: 18px;
}
.banner-bg {
    background: url("../img/banner-1.jpg");
}

.banner-bg-color {
}

.item-bg {
    /*background: url("../img/banner-1.jpg");*/
    height: 100vh;
    /*animation: bgburnsEast 25s linear infinite alternate;
    -webkit-animation: bgburnsEast 25s linear infinite alternate;*/
}

.banner img {
    animation: bgburnscale 25s linear infinite alternate;
    -webkit-animation: bgburnscale 25s linear infinite alternate;
    height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner-max-height img {
    max-height: 720px;
}

.banner .slider-mover-left {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    z-index: 5;
    display: inline-block;
    right: -50px;
    text-align: center;
    background: white;
    border-radius: 5%;
}

.banner .slider-mover-right {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    z-index: 5;
    display: inline-block;
    right: 10px;
    text-align: center;
    background: white;
    border-radius: 5%;
}

.banner .slider-mover-right i {
    font-size: 30px;
    line-height: 40px;
    color: #000;
}

.banner .slider-mover-left i {
    font-size: 30px;
    line-height: 40px;
    color: #000;
}

.banner .carousel-content {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    margin: 0px auto;
    color: #fff;
}

/*.banner .carousel-content-left {
    align-self: center !important;
    max-width: 800px;
    margin-inline-start: 0px;
    text-align: left;
}*/

/*.banner .banner-slider-inner h1,
.banner .banner-slider-inner h2,
.banner .banner-slider-inner h3,
.banner .banner-slider-inner h4,
.banner .banner-slider-inner h5,
.banner .banner-slider-inner h6,
.banner .banner-slider-inner p{
    max-width: 800px;
}*/

.carousel-item .text-right {
    float: right;
}

.banner .carousel-item {
    height: 60vh;
}

.banner .banner-slider-inner h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: normal;
}

.banner .banner-slider-inner h3 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: normal;
}

.banner .banner-slider-inner .max-w {
    max-width: 490px;
}

.banner .banner-slider-inner p {
    color: #fff;
    line-height: 1.6;
    font-size: 24px;
    font-weight: 300;
    opacity: 0.8;
    margin-bottom: 40px;
}

.banner .banner-slider-inner h1 span {
    font-weight: 900;
}

.banner .banner-slider-inner .typed-text {
    font-size: 62px;
}

.banner .banner-slider-inner {
    display: inline-block;
    text-shadow: none;
    right: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: rgba(36, 42, 53, 0.4);
}

.banner .banner-slider-inner .btn {
    margin: 3px;
}

.banner .carousel-bg .carousel-item {
    height: 100vh;
    background: #3e4a5b;
}

.banner_video_bg {
    height: 100vh;
}

.pattern-overlay {
    /*background-color: rgba(0, 0, 0, 0.35);
    height: 100vh;*/
}

.banner_video_bg .carousel-item {
    height: 100vh;
}

#particles-banner {
    width: 100%;
    height: 100vh;
    background-color: rgba(36, 42, 53, 0.7);
    position: absolute;
}

#particles-banner-wrapper .banner-slider-inner {
    background-color: transparent;
}

/** SUB BANNER **/
.sub-banner {
    /* background: rgba(0, 0, 0, 0.04) url(../img/sub-banner.jpg) top left repeat; */
    background-size: cover;
    height: 30px !important;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-color: #3f51b5;
}

.sub-banner .breadcrumb-area h1 {
    margin: 0 0 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.sub-banner .breadcrumb-area {
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
}

.filters .active{
    color: #fff;
    background-color:#f00;
}


.clickable{
    cursor: pointer;
}
.clickable td:first-child{
    min-width:230px;
}

.mH{
    min-width:100px;
}

.text-primary{
    color:#1e3681 !important;
}
.extraSmall{
    font-size: 10px !important;
    font-weight: bold !important;
}

.sub-banner .breadcrumbs li {
    display: inline-block;
    list-style: none;
    font-size: 18px;
}

.sub-banner .breadcrumbs li a {
    color: #fff;
}

.sub-banner .breadcrumbs .active {
    -webkit-margin-start: 15px;
    margin-inline-start: 15px;
    color: #fff;
}

.sub-banner .breadcrumbs .active:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    font-weight: 500;
}

/** Blog BANNER **/
.sub-banner-2 {
    padding: 50px 0;
    background: #ececec;
    width: 100%;
    text-align: center;
}

.sub-banner-2 .breadcrumb-area h1 {
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    color: #37404d;
}

.sub-banner-2 .breadcrumbs li {
    display: inline-block;
    list-style: none;
    font-size: 14px;
}

.sub-banner-2 .breadcrumbs li a {
    color: #37404d;
}

.sub-banner-2 .breadcrumbs .active {
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
    color: #37404d;
}

.sub-banner-2 .breadcrumbs .active:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    font-weight: 500;
}

/** MAIN TITLE **/
.main-title {
    text-align: center;
    margin-bottom: 50px;
}

.main-title h1 {
    font-weight: 500;
    color: #37404d;
    font-size: 34px;
}

/** OPTION BAR **/
.option-bar {
    border-radius: 0;
    height: 55px;
    margin: 0 15px 15px;
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 15px;
    padding-inline-end: 15px;
    width: 100%;
}

.option-bar .heading-icon {
    width: 55px;
    color: #fff;
    text-align: center;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
    display: inline-block;
    border-radius: 0;
    position: relative;
    background: #dc212e;
}

.option-bar h4 {
    line-height: 55px;
    display: inline-block;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    border-radius: 0;
    margin: 0;
}

.option-bar .heading-icon .icon-design {
    font-size: 20px;
    position: absolute;
    right: -7px;
    top: 16px;
    color: #dc212e;
}

.option-bar .heading {
    font-size: 17px;
}

.change-view-btn {
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
    background: transparent;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
}

.active-view-btn {
    color: #fff !important;
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.change-view-btn:hover {
    color: #fff;
}

.option-bar .sorting-options {
    margin: 9px 15px 0 0;
    text-align: right;
    float: right;
}

.option-bar .search-area .search-fields {
    min-height: 35px;
    padding: 0;
    height: 35px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #e8e8e8;
    background: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.option-bar .search-area .selectBox-dropdown .selectBox-arrow:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f078";
    line-height: 35px;
    color: #777;
    font-size: 12px;
}

.subtitle {
    /* margin-bottom: 20px; */
    font-size: 14px;
    color: #9c9c9c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.option-bar .search-area {
    width: 220px;
}

/** PROPERTY BOX **/
.property-box {
    position: relative;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.property-box:hover .detail .title a {
    color: #dc212e;
}

.property-thumbnail {
    position: relative;
    /* background-color: #1d293e; */
    height: 320px;
}

.property-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.propety_action {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.propety_action .share_container {
    right: unset;
    left: 22px;
    top: -190px;
    /* display: none; */
}

.overlay-link {
    color: #fff;
    font-size: 20px;
    margin: 3px;
    cursor: pointer;
}

.overlay-link i:hover {
    color: #dc212e !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* .overlay-link:not([href]):not([tabindex]),
.overlay-link:not([href]):not([tabindex]):hover {
  color: #fff;
} */

/* .overlay-link:hover {
  color: #fff;
} */

/* .property-thumbnail:hover .property-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.property-thumbnail:hover .overlay-link {
  display: inline-block;
} */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/** PROPERTY BOX STARTED **/
/* .request_list .col-sm-12:nth-child(even) .property-box {
  background: #dc3545;
}
.request_list .col-sm-12:nth-child(odd) .property-box {
    background: #2646a7;
} */
.property-box .property-img {
    position: relative;
    display: block;
    overflow: hidden;
    font-family: "Roboto", sans-serif;
    height: 100%;
}

.property-box .property-img img {
    width: 100%;
    height: 100%;
    max-height: unset;
    -o-object-fit: cover;
    object-fit: cover;
}

.property-box .detail .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.property-box .detail .title#auctionsCounter {
    text-align: center;
}

.property-box .detail .title#auctionsCounter span {
    font-size: 1.6rem;
}

.property-box .detail .title a:hover {
    color: #dc212e;
}

.property-box .button,
input[type="submit"] {
    font-size: 11px;
    font-weight: 500;
    padding: 5px 14px;
    border-radius: 2px;
    color: white;
    background: rgba(0, 0, 0, 0.7);
    display: inline-block;
    letter-spacing: 1px;
}

.property-box .tag.featured {
    left: 15px;
    top: 50px;
    z-index: 20;
    background: #0d47a1;
    padding: 6px 10px 4px 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.property-box .tag.alt {
    left: 15px;
    top: 15px;
    z-index: 20;
    background: #2646a7;
    padding: 6px 10px 4px 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}


.property-box .tag.alt.next {
    right: 15px;
    left: unset;
    background-color: #f00;
}

.property-box .tag {
    position: absolute;
}

.req.price-ratings-box {
    position: relative !important;
    bottom: 0 !important;
    right: 0 !important;
}

.req.price-ratings-box .price {
    font-size: 15px !important;
    /* color: #000 !important; */
}

.req.property-img {
    padding: 10px 10px 0px 10px;
}

.req.tag.featured {
    margin-top: 0;
    position: relative !important;
}

.property-box .price-ratings-box {
    color: white;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.property-box .price-ratings-box .price {
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    color: white;
    text-align: initial;
}

.ratings {
    font-size: 10px;
    color: #ffc12b;
}

.property-box .calendar {
    margin-bottom: 0;
}

.property-box .detail {
    padding: 16px;
    min-height: 170px;
    text-align: initial;
}

.property-box .detail .location {
    margin: 0 0 16px;
}

.property-box .detail .location a {
    font-size: 16px;
    color: #757575;
    font-weight: 400;
}

.property-box .detail .location i {
    color: #c82333;
    font-size: 18px;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

.property-box ul {
    margin: 0;
    padding: 0;
}

.property-box ul li {
    list-style: none;
    width: 100%;
    float: left;
    font-weight: 400;
    line-height: 35px;
    font-size: 16px;
}

.property-box ul li i {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    font-size: 16px;
    font-weight: 600;
}

.property-box .footer {
    background: none;
    border-top: 1px solid #eeeeee;
    padding: 12px 20px;
    font-size: 14px;
    color: #757575;
}

/* .property-box .footer a {
  color: #757575;
  display: block;
  width: 100%;
} */

.property-box .footer span {
}

.property-box .footer i {
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

.property-box .footer.__agent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: initial;
}

.property-box .footer.__agent .contact {
    text-align: end;
}

.property-box .footer.__agent img {
    width: 35px;
    height: 35px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
    -webkit-margin-end: 8px;
    margin-inline-end: 8px;
}

.property-box .footer.__agent p {
    font-size: 14px;
    margin: 0;
}

.property-box .footer.__agent .contact button {
    font-size: 14px;
    margin-bottom: 5px;
    padding: 5px 15px;
    color: white;
    border: none;
    background-color: #dc212e;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/** PROPERTY BOX 2 STARTED **/
.property-box-2 {
    background: #ffffff;
    margin-bottom: 30px;
    border: none;
    border-radius: 0;
}

.property-box-2:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.property-box-2 img {
    width: 100%;
    height: 145px;
    -o-object-fit: cover;
    object-fit: cover;
}

.property-box-2 .detail {
    padding: 20px 20px;
    text-align: left;
}

.property-box-2 .detail p {
    font-size: 14px;
    margin: 0;
    color: #656565;
}

.property-box-2 .detail h5 {
    margin-bottom: 10px;
}

.property-box-2 .detail h5 a {
    font-size: 18px;
}

.property-box-2 .detail h4 {
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 12px;
}

/** PROPERTY BOX 3 STARTED **/
.property-box-3 {
    margin: 0 0 30px;
}

.property-box-3 .media-body {
    -webkit-padding-end: 30px;
    padding-inline-end: 30px;
}

.property-box-3 img {
    width: 130px;
    height: 130px;
    border-radius: 3px;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

.property-box-3 h3 {
    font-size: 19px;
    margin-bottom: 10px;
}

.property-box-3 h5 {
    font-size: 14px;
    font-weight: 500;
}

.property-box-3 p {
    font-size: 14px;
    line-height: 25px;
    margin: 0;
}

/** PROPERTY BOX 4 STARTED **/
.property-box-4 {
    position: relative;
    overflow: hidden;
    color: #fff;
    margin-bottom: 30px;
}

.property-box-4 .property-img img {
    width: 100%;
    height: 190px;
    -o-object-fit: cover;
    object-fit: cover;
}

.property-box-4 .text {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
    bottom: 20px;
    left: 0;
    right: 0;
    font-size: 14px;
    letter-spacing: 1px;
}

.property-box-4 .text a {
    color: #fff;
}

/** PROPERTY BOX 5 **/
.property-box-5 {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    background: #fff;
}

.property-box-5:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.property-box-5 .property-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.property-box-5 .property-img img {
    width: 100%;
}

.property-box-5 .button,
input[type="submit"] {
    font-size: 11px;
    font-weight: 500;
    padding: 5px 14px;
    border-radius: 2px;
    color: white;
    background: rgba(0, 0, 0, 0.7);
    display: inline-block;
    letter-spacing: 1px;
}

.property-box-5 .tag.featured {
    left: 30px;
    margin-top: 15px;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.5);
}

.property-box-5 .tag {
    position: absolute;
}

.property-box-5 .price-ratings-box {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 20;
    text-align: right;
}

.property-box-5 .price-ratings-box .price {
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    margin: 0;
}

.property-box-5 .price-ratings-box .ratings {
    font-size: 9px;
    color: #ffc12b;
}

.property-box-5 .detail {
    padding: 20px 30px 20px 25px;
}

.property-box-5 .detail .title {
    font-size: 19px;
    margin-bottom: 10px;
}

.property-box-5 .detail .title a:hover {
    color: #4a4747;
}

.p-box .detail .title {
    font-size: 22px;
}

.property-box-5 .detail .location {
    margin: 0 0 15px;
}

.property-box-5 .detail .location a {
    font-size: 14px;
    color: #757575;
}

.property-box-5 .detail .location a i {
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

.property-box-5 .detail p {
    margin-bottom: 15px;
    line-height: 26px;
    font-size: 14px;
}

.property-box-5 .col-pad {
    padding: 0;
}

.property-box-5 ul li {
    list-style: none;
    -webkit-margin-end: 25px;
    margin-inline-end: 25px;
    float: left;
    font-weight: 400;
    font-size: 14px;
}

.property-box-5 ul li:last-child {
    margin: 0;
}

.property-box-5 ul li i {
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
    font-size: 14px;
    font-weight: 600;
}

/** PROPERTY BOX 6 STARTED **/
.property-box-6 {
    background: #fff;
}

.property-box-6 img {
    width: 100%;
}

.property-box-6:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.property-box-6 .info {
    padding: 0 40px;
}

.property-box-6 ul {
    padding: 0;
    display: inline-block;
}

.property-box-6 .btn {
    margin-top: 15px;
}

.property-box-6 ul li {
    list-style: none;
    color: #666666;
    font-size: 14px;
    line-height: 35px;
}

.property-box-6 ul li i {
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
}

.property-box-6 h3 {
    margin: 0 0 20px;
}

.property-box-6 p {
    margin-bottom: 20px;
}

/** USER PROFILE STARTED **/
.user-profile-box {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin: 0 auto 50px;
}

.user-page .heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
}

.user-profile-box .header h2 {
    margin: 0 0 !important;
    color: #fff;
    font-size: 17px !important;
    text-transform: capitalize;
}

.user-profile-box .header h4 {
    font-size: 17px;
    color: #fff;
    font-weight: 300;
}

.profile-pic {
    width: 100%;
}

.user-profile-box .profile-img {
    border-radius: 5px;
    background-clip: padding-box;
    border: 5px solid #fff;
    bottom: -75px;
    float: left;
    height: 160px;
    width: 160px;
    left: 50%;
    -webkit-margin-start: -75px;
    margin-inline-start: -75px;
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.user-profile-box .detail ul li .active {
    background: #fafafa;
    font-weight: 500;
}

.user-profile-box .detail ul li a:hover {
    background: #fafafa;
}

.user-profile-box .detail ul li a {
    border-bottom: 1px solid #f5f5f5;
    padding: 12px 20px;
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.user-profile-box .detail ul li a i {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

/** MY PROPERTIES  STARTED **/
.my-properties table {
    width: 100%;
}

.my-properties table thead tr th {
    background-color: #ececec;
    border: none;
    font-weight: 500;
    padding: 10px 10px 10px 0;
}

.my-properties table thead tr th:first-child {
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
}

.my-properties table tbody tr td {
    border-top: none;
    border-bottom: 1px solid #d4d4d4;
    padding: 30px 20px 30px 0;
    vertical-align: middle;
    font-size: 14px;
    white-space: nowrap;
}

.my-properties table h2 {
    border: none;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 7px 0;
    padding: 0;
}

.my-properties table tbody tr td.image {
    width: 110px;
}

.my-properties table tbody tr td .inner figure {
    margin-bottom: 5px;
    text-align: left;
}

.my-properties table tbody tr td .inner figure i {
    font-size: 14px;
}

.my-properties table tbody tr td .price {
    font-size: 12px;
    font-weight: 500;
}

.my-properties table tbody tr td.actions {
    text-align: right;
}

.my-properties table tbody tr td.actions .edit i {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

.my-properties table tbody tr td.actions a {
    padding: 5px;
    font-size: 14px;
    display: block;
    margin-bottom: 3px;
    border-bottom: 1px solid #ccc;
}

.my-properties table tbody tr td.actions .dropdown-menu button {
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: left;
}

.my-properties table tbody tr td:last-child {
    -webkit-padding-end: 5px;
    padding-inline-end: 5px;
}

.submit-property .contact-2 .form-control {
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #e8e8e8;
    background: #fff;
    outline: 0;
    height: 45px;
    border-radius: 3px;
    width: 100%;
}

.submit-property .search-area .form-control:focus {
    /* color: #f6f6f6; */
    background-color: #fff;
    border: 1px solid #e8e8e8 !important;
}

.notification-box {
    padding: 30px 35px;
    color: #2e86b2;
    background-color: #bae8ff;
}

.notification-box p {
    margin-bottom: 0;
}

.property-gallery {
    position: relative;
    border: 2px dashed #d0d0d0;
    border-radius: 3px;
    background: #fcfcfc;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    min-height: 150px;
    padding: 20px;
}

/** INTRO SECTION  STARTED **/
.intro-section {
    padding: 10px 0;
    background: #dc212e;
}

.intro-section img {
    width: 255px;
    height: 85px;
}

.intro-text h3 {
    font-size: 27px;
    margin: 0;
    line-height: 50px;
    color: #fff;
    font-weight: 300;
}

.intro-section .btn {
    background: #fff;
    padding: 15px;
}

.intro-section .btn:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}

/** SERVICES INFO STARTED **/
.services-info {
    margin-bottom: 30px;
    background: #fff;
    padding: 20px;
    text-align: initial;
    height: 100%;
}

.services-info:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.services-info i {
    font-size: 40px;
    width: 65px;
}

.services-info h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin: 0;
}

.services-info p {
    margin: 0;
}

/** SERVICES INFO 2 STARTED **/
.services-info-2 {
    text-align: center;
    max-width: 300px;
    margin: 0 auto 50px;
}

.services-info-2 h5 {
    font-size: 18px;
    line-height: 22px;
    margin: 15px 0 15px;
}

.services-info-2 i {
    font-size: 40px;
    margin-bottom: 30px;
}

.services-info-2 h3 {
    font-size: 15px;
    line-height: 22px;
    margin: 15px 0 20px;
}

/** SERVICES INFO 3 STARTED **/
.services-info-3 {
    text-align: center;
    padding: 20px;
    border: 1px solid #f1f2f3;
}

.services-info-3:hover {
    -webkit-box-shadow: 0 1px 35px rgba(0, 0, 0, 0.07);
            box-shadow: 0 1px 35px rgba(0, 0, 0, 0.07);
    background: white;
}

.services-info-3 i {
    font-size: 45px;
    margin-bottom: 20px;
}

.services-info-3 h5 {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin: 10px 0;
}

.services-info-3 p {
    font-size: 14px;
    margin: 0;
    line-height: 25px;
}

/** PARTNER AREA STARTED **/
.partner {
    text-align: center;
}

.partner .main-title {
    margin-bottom: 10px;
}

.partner .main-title h1 {
    font-size: 21px;
}

.multi-carousel {
    float: left;
    overflow: hidden;
    padding: 0 15px 15px;
    width: 100%;
    position: relative;
}

.multi-carousel .multi-carousel-inner {
    -webkit-transition: 1s ease all;
    -o-transition: 1s ease all;
    transition: 1s ease all;
    float: left;
}

.multi-carousel .multi-carousel-inner .item {
    float: left;
    cursor: pointer;
}

.multi-carousel .multi-carousel-inner .item > div {
    padding: 25px 15px;
    margin: 10px;
    background: #f1f1f1;
    color: #666;
    min-height: 140px;
    text-align: center;
}

.multi-carousel .multi-carousel-inner .item > div .carousel-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.multi-carousel .multi-carousel-inner .item > div .lead {
    font-size: 14px;
    font-weight: 500;
    color: #37404d;
    font-family: "Poppins", sans-serif;
}

.multi-carousel .multi-carousel-inner .item > div img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.multi-carousel .multi-carousel-inner .item:hover img {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.multi-carousel .leftLst,
.multi-carousel .rightLst {
    position: absolute;
    top: calc(50% - 20px);
}

.multi-carousel-indicator {
    width: 30px;
    height: 30px;
    line-height: 33px;
    z-index: 5;
    display: inline-block;
    right: 10px;
    text-align: center;
    background: #a5a5a5;
    border-radius: 5%;
    cursor: pointer;
}

.multi-carousel-indicator i {
    font-size: 20px;
    line-height: 22px;
    color: #333;
}

.multi-carousel .leftLst {
    left: 0;
}

.multi-carousel .rightLst {
    right: 0;
}

.multi-carousel .leftLst.over,
.multi-carousel .rightLst.over {
    pointer-events: none;
    background: #ccc;
    border: none;
}

/** PARTNER AREA ENDED **/

/** DROPZONE ENDED **/
.dropzone-design {
    border: 2px dashed #d0d0d0;
    min-height: 100px;
}

.dropzone-design,
.dropzone-design * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.dropzone-design {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px;
}

.dropzone-design.dz-clickable {
    cursor: pointer;
}

.dropzone-design.dz-clickable * {
    cursor: default;
}

.dropzone-design.dz-clickable .dz-message,
.dropzone-design.dz-clickable .dz-message * {
    cursor: pointer;
}

.dropzone-design.dz-started .dz-message {
    display: none;
}

.dropzone-design.dz-drag-hover {
    border-style: solid;
}

.dropzone-design.dz-drag-hover .dz-message {
    opacity: 0.5;
}

.dropzone-design .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
}

.dropzone-design .dz-preview:hover {
    z-index: 1000;
}

.dropzone-design .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone-design .dz-preview.dz-file-preview .dz-image {
    border-radius: 3px;
    background: #999;
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
    background: -o-linear-gradient(top, #eee, #ddd);
    background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone-design .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}

.dropzone-design .dz-preview.dz-image-preview {
    background: white;
}

.dropzone-design .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.dropzone-design .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}

.dropzone-design .dz-preview .dz-remove:hover {
    text-decoration: underline;
}

.dropzone-design .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone-design .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 14px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%;
}

.dropzone-design .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
}

.dropzone-design .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}

.dropzone-design .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}

.dropzone-design .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.dropzone-design .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}

.dropzone-design .dz-preview .dz-details .dz-filename span,
.dropzone-design .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px;
}

.dropzone-design .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
        -ms-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.dropzone-design .dz-preview .dz-image {
    border-radius: 3px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    z-index: 10;
}

.dropzone-design .dz-preview .dz-image img {
    display: block;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.dropzone-design .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone-design .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone-design .dz-preview .dz-success-mark,
.dropzone-design .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-margin-start: -27px;
    margin-inline-start: -27px;
    margin-top: -27px;
}

.dropzone-design .dz-preview .dz-success-mark svg,
.dropzone-design .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}

.dropzone-design .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.dropzone-design .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}

.dropzone-design .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}

.dropzone-design .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    -webkit-margin-start: -40px;
    margin-inline-start: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}

.dropzone-design .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
    background: -o-linear-gradient(top, #666, #444);
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}

.dropzone-design .dz-preview.dz-error .dz-error-message {
    display: block;
}

.dropzone-design .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}

.dropzone-design .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 14px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: -webkit-gradient(linear, left top, left bottom, from(#be2626), to(#a92222));
    background: -o-linear-gradient(top, #be2626, #a92222);
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
}

.dropzone-design .dz-preview .dz-error-message:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626;
}

.dropzone-design {
    position: relative;
    border: 2px dashed #d0d0d0;
    border-radius: 3px;
    background: #fcfcfc;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-block;
    width: 100%;
}

.dropzone-design:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: -webkit-gradient(
        linear,
        left top, left bottom,
        from(rgba(255, 255, 255, 0.95)),
        to(rgba(255, 255, 255, 0.9))
    );
    background: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 0.95),
        rgba(255, 255, 255, 0.9)
    );
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.95),
        rgba(255, 255, 255, 0.9)
    );
    background-color: #66676b;
    opacity: 0;
    z-index: 10;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 3px;
}

.dropzone-design:hover:before {
    opacity: 0.4;
}

.dropzone-design .dz-message {
    text-align: center;
    margin: 50px 0;
    font-size: 17px;
    color: #4a4747;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    z-index: 11;
}

.dropzone-design:hover .dz-message {
    color: #66676b;
}

.dz-message i {
    display: block;
    font-size: 32px;
    margin-bottom: 15px;
}

.dropzone-design .dz-default.dz-message span {
    display: inline;
    line-height: 117px;
}

.dz-default.dz-message:focus {
    outline: none;
}

/** SERVICES INFO 4 5STARTED **/
.services-info-4 {
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
}

.services-info-4 h5 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
}

.services-info-4 h5 a {
    text-transform: uppercase;
}

.services-info-4 .detail {
    padding: 30px 20px;
}

.services-info-4 p {
    margin-bottom: 20px;
}

.services-info-4 .btn {
    letter-spacing: 1px;
    font-size: 12px;
    padding: 6px 25px;
}

/** MODAL BODY DESIGN STARTED**/
.property-modal .modal-left {
    background: #3a3a3a;
    padding: 0px;
    color: #fff;
}

.property-modal .modal-content {
    border: none;
    background: transparent;
}

.property-modal .modal-header {
    display: initial;
    padding: 0px 0px 10px;
    border: none;
}

.property-modal .modal-header .modal-title {
    color: #fff;
    font-size: 25px;
}

.property-modal .modal-header p {
    color: #fff;
    margin-bottom: 0px;
}

.property-modal .modal-header .close,
.property-modal .modal-header .close:focus {
    padding: 8px 13px;
    outline: none;
    margin: -60px -3px -15px auto;
    background: #3a3a3a;
    opacity: 1;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.property-modal .modal-body {
    padding: 0px 15px;
}

.modal-right {
    padding: 0px;
}

#modalCarousel .carousel-item {
    /*max-height: 240px;*/
}

.modal-left-content {
}

.modal-left-content p {
    font-size: 14px;
    color: #fff;
}

.modal-left-content img {
    width: 100%;
}

.modal-left-content .control {
    width: 30px;
    height: 30px;
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    bottom: 0px;
    opacity: 0.3;
}

.modal-left-content .control:hover {
    opacity: 1;
}

.modal-left-content .control-prev {
    right: 30px;
}

.modal-left-content .control-next {
    right: 0px;
}

.modal-left-content .description {
    padding: 40px 25px;
}

.modal-left-content .description h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.modal-right-content .bullets {
    font-size: 14px;
    font-weight: 500;
    margin: 20px 0;
    -moz-columns: 2;
    -webkit-columns: 2;
            columns: 2;
}

.modal-right-content .bullets li {
    margin-bottom: 8px;
    position: relative;
    -webkit-padding-start: 25px;
    padding-inline-start: 25px;
}

.modal-right-content .bullets li i {
    left: 0;
    position: absolute;
    top: 0;
}

#modalCarousel .carousel-item iframe {
    display: block;
}

.modal-right-content {
    padding: 30px;
}

.modal-backdrop.show {
    opacity: 0.7;
}

.modal-right-content .price {
    float: right;
}

.modal-right-content h3 {
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #37404d;
}

.modal-right-content dl {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 12px;
}

.modal-right-content dl dt {
    float: left;
    font-weight: 500;
}

.modal-right-content dl dd {
    text-align: right;
    margin-bottom: 8px;
}

/** MODAL BODY DESIGN ENDED **/

/** TESTIMONIAL STARTED **/
.testimonial {
    padding: 80px 0 70px;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial .testimonia-header {
    margin: 0 auto 40px;
}

.testimonial .testimonial-inner {
    max-width: 74%;
    margin: 0 auto;
}

.testimonial .testimonial-inner .avatar {
    max-width: 120px;
    margin: 0 auto 30px;
}

.testimonial .testimonial-inner .author-name {
    font-weight: 500;
    color: #d4d4d4;
    font-size: 14px;
    margin-bottom: 10px;
}

.testimonial .testimonial-inner .lead {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 28px;
    color: #d4d4d4;
    font-style: italic;
    font-weight: 300;
}

.testimonial .testimonial-inner .carousel-item {
    margin-bottom: 50px;
}

.testimonial .testimonial-inner .testimonia-header h1 {
    color: #d4d4d4;
    font-weight: 500;
    font-size: 34px;
}

.testimonial .carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: #8a8989;
    border-radius: 100%;
}

.testimonial .carousel-indicators {
    bottom: 0;
}

/** TESTIMONIAL 2 STARTED **/
.testimonial-2 {
    padding: 100px 0 130px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-2 .testimonial-inner .carousel-item {
    margin-bottom: 30px;
}

.testimonial-2 .testimonial-inner .lead {
    font-size: 17px;
    margin: 0 0 15px;
    line-height: 30px;
    color: #d4d4d4;
}

.testimonial-2 .testimonia-header {
    margin: 0 auto 50px;
    text-align: center;
}

.testimonial-2 .testimonial-inner .testimonia-header h1 {
    color: #d4d4d4;
    font-weight: 500;
    font-size: 34px;
}

.testimonial-2 .testimonial-inner .author-name {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
    color: #d4d4d4;
}

.testimonial-2 .testimonial-inner ul li {
    display: inline-block;
    color: orange;
}

.testimonial-2 .slider-mover-left {
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 100%;
    z-index: 5;
    display: inline-block;
    right: -30px;
    text-align: center;
    background: #a5a5a5;
    border-radius: 5%;
}

.testimonial-2 .slider-mover-left i {
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

.testimonial-2 .slider-mover-right {
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 100%;
    z-index: 5;
    display: inline-block;
    right: 0;
    background: #a5a5a5;
    text-align: center;
    border-radius: 5%;
}

.testimonial-2 .slider-mover-right i {
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

.testimonial-2 .carousel-control-next,
.carousel-control-prev {
    width: 0;
}

.testimonial-2 .testimonial-inner .rating li i {
    font-size: 14px;
}

/** TEAM STARTED 3**/
.testimonial-3 {
    background: #f1f1f1;
}

.testimonial-3 .testimonial-inner .testimonia-header h1 {
    color: #212121;
}

.testimonial-3 .testimonial-inner .lead {
    color: #757575;
}

.testimonial-3 .carousel-indicators li {
    width: 25px;
    height: 5px;
    background-color: #757575;
    border-radius: 10px;
}

.testimonial-3 .testimonial-inner .author-name {
    color: #212121;
}

.testimonial-3 .testimonial-inner .rating li {
    list-style: none;
    display: inline-block;
    color: orange;
    font-size: 11px;
}

.testimonial-3 .carousel-inner {
    position: relative;
    overflow: hidden;
    max-width: 500px;
    margin: 0 auto;
}

/** AGENT 1 STARTED **/
.agent-1 {
    margin-bottom: 50px;
    text-align: center;
}

.agent-1 .agent-photo img {
    height: 180px;
}

.agent-1 .agent-details {
    padding: 25px 0 0 0;
}

.agent-1 .agent-details h5 a {
    font-size: 19px;
}

.agent-1 .agent-details p {
    margin-bottom: 15px;
}

.agent-1 .agent-details .social-list li {
    display: inline-block;
}

.agent-1 .agent-details .social-list li a {
    margin: 0 10px;
    color: #757575;
}

/** AGENT 2 STARTED **/
.agent-2 {
    background: #fff;
    height: 100%;
}

.agent-2:hover {
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.agent-2 .agent-photo img {
    width: 100%;
    /* height: 225px;
  border-radius: 5px; */
    -o-object-fit: contain;
    object-fit: contain;
    height: 270px;
}

.agent-2 .agent-photo {
    /* padding: 15px; */
}

.agent-2 .agent-details {
    text-align: center;
    padding: 20px;
}

.agent-2 .agent-details h5 {
    margin-bottom: 12px;
    font-weight: 500;
}

.agent-2 .agent-details h5 a {
    font-size: 18px;
}

.agent-2 .agent-details p {
    margin-bottom: 15px;
}

.agent-2 .agent-details .social-list li {
    display: inline-block;
}

.agent-2 .agent-details .social-list li a {
    margin: 0 10px;
    color: #757575;
}

/** AGENT 3 STARTED **/
.agent-3 {
    margin-bottom: 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.agent-3 .agent-photo {
    position: relative;
}

.agent-3 .agent-details {
    padding: 25px;
}

.agent-3 .agent-details p {
    -webkit-padding-start: 25px;
    padding-inline-start: 25px;
    position: relative;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 30px;
}

.agent-3 .agent-details p a {
    color: #757575;
}

.agent-3 .agent-details p i {
    position: absolute;
    left: 0;
    line-height: 30px;
}

.agent-3 .agent-details h5 {
    margin-bottom: 15px;
}

.agent-3 .agent-details h5 a {
    font-size: 18px;
}

.agent-3 .agent-details h6 {
    font-size: 12px;
    color: #757575;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
}

.agent-3 .agent-photo .social-list {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 15px 20px 10px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
}

.agent-3 .agent-photo .social-list ul li {
    display: inline-block;
}

.agent-3 .agent-photo .social-list ul li a {
    margin: 0 10px;
    color: #fff;
}

/** AGENT 4 STARTED **/
.agent-4 {
    margin: 0 1px;
    background: #fff;
    margin-bottom: 30px;
}

.agent-4:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.agent-4 .photo {
    position: relative;
}

.agent-4 .photo img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 300px;
}

.agent-4 .photo .social-list {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 10px 10px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
}

.agent-4 .photo .social-list ul li {
    list-style: none;
    display: inline-block;
}

.agent-4 .photo .social-list ul li a {
    margin: 0 10px;
    color: #fff;
}

.agent-4 .details h3 a {
    font-size: 20px;
}

.agent-4 .details h3 {
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.agent-4 .details h6 {
    font-weight: 400;
    margin: 0;
    font-size: 14px;
}

.agent-4 .details .contact ul li {
    line-height: 30px;
    font-size: 14px;
}

.agent-4 .details .contact ul li a {
    color: #757575;
}

.agent-4 .details .contact ul li span {
    font-weight: 500;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

/** AGENT 5 STARTED **/
.agent-5 {
    margin: 0 0 30px;
}

.agent-5 .media-body {
    -webkit-padding-end: 30px;
    padding-inline-end: 30px;
}

.agent-5 img {
    width: 160px;
    height: 160px;
    border-radius: 3px;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

.agent-5 h3 {
    font-size: 21px;
    margin-bottom: 10px;
}

.agent-5 h5 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.agent-5 p {
    font-size: 14px;
    margin: 0;
}

/** AGENT PAGE STARTED **/
.agent-page .heading {
    margin-bottom: 25px;
    font-size: 19px;
    text-transform: uppercase;
}

.additional-details-list li {
    list-style: none;
    line-height: 36px;
    font-weight: 500;
    font-size: 15px;
}

.additional-details-list li span {
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
    float: left;
    font-weight: 500;
}

.attachments a i {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

.agent-6 {
    margin-bottom: 60px;
}

.agent-6 .details h3 {
    font-weight: 500;
    margin: 10px 0 20px;
    text-transform: uppercase;
}

.agent-6 .details h3 a {
    font-size: 30px;
}

/** PRICING TABLES STARTED **/
.pricing {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.pricing .price-header {
    width: 100%;
    background: #fff;
    padding: 35px 20px;
}

.pricing .price-header .title {
    margin: 0 0 10px;
    font-size: 20px;
    color: #212121;
}

.pricing .price-header .price {
    font-size: 35px;
    font-weight: 300;
    margin: 0;
    color: #212121;
}

.pricing .content {
    padding: 20px 20px 30px;
    background: #f9f9f9;
}

.pricing .content ul {
    margin: 0 0 20px;
}

.pricing .content ul li {
    padding: 8px 0;
    font-size: 14px;
    color: #757575;
}

.pricing .btn {
    border-radius: 3px;
    padding: 6px 30px;
}

.pricing.featured .listing-badges {
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0;
    width: 100%;
    display: block;
    font-size: 15px;
    padding: 0;
    overflow: hidden;
    height: 100px;
}

.pricing.featured .listing-badges .featured {
    float: left;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: -67px;
    top: 17px;
    position: relative;
    text-align: center;
    width: 200px;
    font-size: 12.5px;
    margin: 0;
    padding: 7px 10px;
    font-weight: 500;
    color: #fff;
}

.pricing-tables .mrg-btn-76 {
    margin-bottom: 76px;
}

/** PRICING TABLES 3 STARTED **/
.pricing-3 {
    text-align: center;
    margin-bottom: 30px;
    padding: 30px 15px;
}

.pricing-3:hover {
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.pricing-3.popular {
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.pricing-3 .title {
    font-size: 18px;
    margin: 0 0 20px;
    text-transform: uppercase;
    color: #212121;
}

.pricing-3 .content {
    padding: 25px 0;
}

.pricing-3 .content ul li {
    padding: 7px 0;
    font-size: 14px;
    color: #757575;
}

.pricing-3 .price {
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #212121;
}

.pricing-3 .manth {
    font-weight: 500;
    font-size: 14px;
    color: #212121;
}

.pricing-3 .pricing-btn {
    border-radius: 3px;
    padding: 6px 30px;
}

/** CONTACT 1 STARTED **/
.contact-1 .form-group {
    margin-bottom: 30px;
}

.contact-1 textarea {
    min-height: 200px;
}

.contact-1 .contact-info .media {
    margin-bottom: 30px;
}

.contact-1 .contact-info .media i {
    width: 55px;
    font-size: 20px;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    border: 1px dashed #757575;
    text-align: center;
    -webkit-margin-end: 25px;
    margin-inline-end: 25px;
}

.contact-1 .contact-info h3 {
    margin-bottom: 35px;
    font-weight: 500;
}

.contact-1 .contact-info .media h5 {
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.contact-1 .contact-info .media p {
    margin-bottom: 5px;
    font-size: 14px;
}

.contact-1 .contact-info .media p a {
    color: #757575;
}

.contact-1 .contact-info .media.mrg-btn-0 {
    margin-bottom: 0;
}

.contact-1 h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}

/** CONTACT 2 STARTED **/
.contact-2 .contact-info {
    text-align: center;
}

.contact-2 .contact-info strong {
    font-weight: 500;
    font-size: 14px;
}

.contact-2 .contact-info i {
    font-size: 24px;
    margin-bottom: 20px;
    color: #212529;
}

.contact-2 .contact-info p {
    margin-bottom: 5px;
}

.contact-2 .contact-info .contact-info {
    margin: 10px 0 50px;
}

.contact-2 .form-control {
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #dedede;
    background: transparent;
    outline: 0;
    color: #1c1c1c;
    height: 45px;
    border-radius: 3px;
}

.contact-2 .form-control:focus {
    background-color: transparent;
    border: 1px solid #dedede;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.contact-2 .form-group {
    margin-bottom: 20px;
}

.contact-2 textarea {
    min-height: 240px;
}

/** CONTACT 3 STARTED **/
.contact-3 .contact-info h3 {
    margin-bottom: 30px;
    font-weight: 300;
}

.contact-3 .contact-info .contact-list {
    margin: 0 0 60px;
}

.contact-3 .contact-info .contact-list li {
    list-style: none;
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
    font-size: 14px;
    position: relative;
    margin-bottom: 20px;
    color: #757575;
    line-height: 22px;
}

.contact-3 .contact-info .contact-list li i {
    left: 0;
    position: absolute;
    top: 0;
    line-height: 22px;
    font-size: 18px;
}

.contact-3 .contact-info .social-list {
    margin: 0 0 30px;
}

.contact-3 .contact-info .social-list li a {
    font-size: 16px;
    float: left;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
    color: #757575;
}

.contact-3 .form-control {
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #eee;
    background: transparent;
    outline: 0;
    color: #f6f6f6;
    height: 45px;
    border-radius: 3px;
}

.contact-3 .form-control:focus {
    color: #495057;
    background-color: transparent;
    border: 1px solid #eee;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.contact-3 .form-group {
    margin-bottom: 20px;
    width: 100%;
}

.contact-3 textarea {
    min-height: 190px;
}

/** PAGES 404 **/
.pages-404 .pages-404-inner {
    text-align: center;
}

.pages-404 .pages-404-inner h1 {
    color: #eee;
    font-size: 250px;
    font-weight: 300;
    letter-spacing: 20px;
}

.pages-404 .pages-404-inner h5 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 300;
}

.pages-404 .pages-404-inner .btn {
    padding: 6px 30px;
    font-size: 12px;
}

.pages-404 .pages-404-inner .e404 {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
    top: 50%;
    left: 50%;
}

/** FOOTER STARTED **/
.footer h4 {
    font-size: 17px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #c5c5c5;
    font-weight: 500;
    letter-spacing: 1px;
}

.footer a {
    color: #7c7e83;
    font-size: 16px;
}

.footer a:hover {
    color: #717171;
}

.footer {
    background: #111;
    padding: 100px 0 0;
}

.footer .footer-inner p {
    line-height: 27px;
    color: #7c7e83;
    font-size: 14px;
}

.footer .footer-inner .links li {
    margin-bottom: 15px;
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
    position: relative;
    line-height: 20px;
}

.footer .footer-inner .links li a i {
    left: 0;
    position: absolute;
    top: 0;
    line-height: 22px;
}

.footer .footer-inner .contact-info li {
    margin-bottom: 15px;
    color: #7c7e83;
    font-size: 14px;
}

.footer .footer-inner .social-list {
    margin: 30px 0 0;
}

.footer .footer-inner .social-list li a {
    font-size: 14px;
    float: left;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
}

.footer .copy {
    padding: 20px 0;
    border-top: solid 1px #1b1b1b;
    margin: 50px 0 0;
    text-align: center;
}

.footer .footer-inner .gallery li {
    float: left;
}

.footer .footer-inner .gallery li img {
    margin: 0 10px 10px 0;
    width: 70px;
    border-radius: 1px;
}

.footer .footer-inner .Subscribe-box {
    padding: 20px 20px 10px;
    background: #151515;
    /* box-shadow: 0 0 35px rgba(0, 0, 0, 0.1); */
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.footer .footer-inner .Subscribe-box .btn-color {
    border: none;
}

.footer .footer-inner .Subscribe-box form .form-contact {
    width: 100%;
    height: 40px;
    padding: 10px 15px;
    border: 1px solid #ebebeb;
    font-size: 14px;
    outline: none;
    border-radius: 2px;
}

.footer .footer-inner .Subscribe-box form .btn {
    padding: 11px 15px 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 2px;
}

.footer-item {
    margin-bottom: 50px;
}

/** BLOG CLASSIC STARTED **/
.blog-grid-box {
    border: none;
    position: relative;
    background: #fff;
}

.blog-grid-box:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.blog-grid-box img {
    border-radius: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-grid-box .detail h1 {
    margin-bottom: 10px;
}

.blog-grid-box .detail h2 {
    font-size: 22px;
}

.blog-grid-box .detail h2 a {
    font-size: 25px;
}

.blog-grid-box .detail h3 {
    margin-bottom: 10px;
}

.blog-grid-box .detail h3 a {
    font-size: 19px;
}

.blog-grid-box .detail {
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: calc(100% - 200px);
}

.blog-grid-box .detail .post-meta {
    margin: 15px 0;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-grid-box .detail .post-meta span a i {
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

.blog-grid-box .detail .post-meta span a {
    color: #757575;
}

.blog-grid-box .detail .post-meta span {
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
}

.blog-grid-box .detail .post-meta span:last-child {
    margin: 0;
}

.blog-grid-box .detail p {
    margin-bottom: 20px;
}

.blog-grid-box .date-box {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    letter-spacing: 1px;
    padding: 12px;
    text-align: center;
}

.blog-grid-box .date-box h5 {
    color: #fff;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
}

.blog-grid-box .btn-read-more {
    font-weight: 500;
    font-size: 11px;
    background: #e5e5e5;
    padding: 7px 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #5f5f5f;
}

.blog-grid-box .btn-read-more:hover {
    background: #d5d5d5;
    color: #444;
}

/* Media Queries for RTL - LTR */

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 767px) {
}

/** BLOG LIST STARTED **/
.blog-list {
    background: #fff;
    margin: 0 1px;
    margin-bottom: 30px;
}

.blog-list:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.blog-list .detail h3 {
    margin-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase;
}

.blog-list .detail h3 a {
    font-size: 20px;
}

.blog-list .detail {
    padding: 0 20px;
}

.blog-list .detail p {
    margin-bottom: 0;
}

.blog-list .photo {
    position: relative;
}

.blog-list .photo .date-box {
    padding: 10px 12px;
    position: absolute;
    top: 0;
    border-radius: 0;
    text-align: center;
}

.blog-list .photo .date-box h5 {
    color: #fff;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
}

.blog-list .detail .post-meta {
    margin: 15px 0;
    font-size: 14px;
}

.blog-list .detail .post-meta span {
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
}

.blog-list .detail .post-meta span a {
    color: #757575;
}

.blog-list .detail .post-meta span a i {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

.blog-list .detail .post-meta span:last-child {
    margin: 0;
}

/** PAGINATION STARTED **/
.pagination-box {
    margin-bottom: 25px;
}

.pagination {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    border-radius: 4px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.pagination > li > a,
.pagination > li > span {
    /* margin: 0 5px 5px;
    width: 40px;
    height: 40px; */
    /* border-radius: 0;
  text-align: center;
  padding: 0;
  line-height: 40px;
  border: none; */
    color: #dc1d2e !important;
}

.pagination > li > a {
    /* color: #212529;
  font-size: 20px;
  background: #fff;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1); */
}

.pagination > li > .active {
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.page-item.active .page-link {
    background-color: #dc1d2e;
    border-color: #dc1d2e;
    color: #fff !important;
}

.page-item:first-child .page-link {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/** FORM SEARCH STARTED **/
.form-search {
    position: relative;
}

.form-search .form-control {
    border: 1px solid #eee;
    height: 45px;
}

.form-search .btn {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 12px 9px 12px;
}

.show-more-options {
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 20px;
    display: block;
    cursor: pointer;
}

.widget {
    margin-bottom: 20px;
    background: #fff;
    padding: 15px;
}

.sidebar-title {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}

.sidebar-title.question {
    padding: 15px;
    font-size: 1rem;
    background: #ccc;
    color: #192048;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.sidebar {
    background: #fff;
}

.sidebar .widget {
    border-radius: 20px;
}

.sidebar .media.mb-4 {
    /* padding: 10px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1); */
}

.form-group.d-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.sidebar .search-area .search-button {
    font-size: 10px;
}

/** Campare properties **/
.compare-properties {
    margin-bottom: 30px;
    border-radius: 0;
    border: none;
}

#compare-search {
    margin-bottom: 15px;
}

#compare-search .form-group {
    margin-bottom: 15px;
}

.compare-properties .card-img-top {
    border-radius: 0;
}

.compare-properties h5 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500;
}

.compare-properties h6 {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
}

.compare-properties p {
    margin: 0;
}

.compare-properties p i {
    color: #ffc12b;
}

.comparison .heading h3 {
    font-size: 20px;
    margin: 0;
}

.comparison .heading {
    margin-bottom: 30px;
}

.comparison .faq-accordion .card-block {
    padding: 0;
}

.comparison .faq-accordion .card-title {
    font-size: 18px;
}

/** COMPARE TABLE **/
.compare-table tr {
    border: 1px solid #ececec;
}

.compare-table tr:first-child {
    border-top: none;
}

.compare-table tr td:first-child {
    width: 350px;
    background: #f8f9fa;
}

.compare-table tr td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 15px;
    padding: 20px 15px;
    text-align: center;
    width: 395px;
    font-weight: 500;
}

.compare-table tr td .fa-times {
    color: red;
}

.compare-table tr td .fa-check {
    color: green;
}

/** CATEGORIES STARTED **/
.categories ul li {
    line-height: 30px;
    font-size: 14px;
}

.categories ul li a {
    color: #757575;
}

.categories ul li span {
    float: right;
}

html[dir="rtl"] .categories ul li span {
    float: left;
}

/** TAGS STARTED **/
.tags ul li a {
    float: left;
    margin: 0 5px 5px 0;
    padding: 5px 12px;
    font-size: 11px;
    text-decoration: none;
    border: solid 1px #e4e4e4;
    background: #e4e4e4;
    text-transform: uppercase;
    color: #5f5f5f;
    letter-spacing: 1px;
    border-radius: 2px;
}

.tags ul li a:hover {
    color: #fff;
}

/** RECENT POSTS STARTED **/
.recent-posts .media h5 {
    margin-bottom: 7px;
    font-weight: 500;
}

.recent-posts .media h5 a {
    font-size: 17px;
}

.recent-posts .media img {
    width: 80px;
    border-radius: 2px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

.recent-posts .media p {
    margin: 0;
    line-height: 24px;
    font-size: 14px;
}

.recent-posts .media p strong {
    font-weight: 500;
}

/** RECENT COMMENTS STARTED **/
.recent-comments img {
    width: 50px;
}

.recent-comments .media p {
    line-height: 23px;
    margin-bottom: 10px;
    font-size: 14px;
}

.recent-comments .media p span {
    font-weight: 500;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    background: #f9f6f6;
    border-left: 5px solid #212529;
}

blockquote p {
    font-size: 17px;
    font-weight: 300;
    line-height: 35px;
}

blockquote footer {
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
}

.tags-socal-box .social-list {
    float: right;
    text-align: right;
}

.tags-socal-box h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}

.tags-socal-box .social-list ul li {
    display: inline-block;
    -webkit-margin-start: 20px;
    margin-inline-start: 20px;
}

.tags-socal-box .social-list ul li a {
    color: #757575;
}

.tags-socal-box .social-list ul li:first-child {
    margin: 0;
}

/** COMMENT STARTED **/
.comment_container {
    padding: 16px;
    background-color: white;
    margin-bottom: 16px;
}

.comment {
    /* margin: 0 0 60px 0; */
    position: relative;
}

.comments-section h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    margin-top: 15px;
}

.comment .comment-author {
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    width: 60px;
}

.comments ul {
    list-style: none;
    margin: 0 0 0 80px;
    padding: 0;
}

.comment .comment-author a img {
    bottom: 2px;
    border-radius: 5px;
    display: block;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 0;
}

.comment .comment-content {
    -webkit-margin-start: 80px;
    margin-inline-start: 80px;
}

.comment .comment-meta-author {
    font-weight: 500;
    font-size: 14px;
}

.comment .comment-meta-reply {
    float: right;
    -webkit-margin-start: 15px;
    margin-inline-start: 15px;
    font-size: 14px;
}

.comment .comment-meta-date {
    font-size: 14px;
    text-align: end;
}

.comment .comment-body {
    margin-top: 10px;
}

.comment .comment-body p {
    margin-bottom: 0;
}

.comment .comment-rating {
    color: orange;
    margin-bottom: 5px;
    font-size: 12px;
}

/** SIMPLE CONTENT BOX **/
.simple-content {
    padding-top: 100px;
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.simple-content p {
    color: #fff;
    font-weight: 300;
    line-height: 32px;
    font-size: 17px;
    margin-bottom: 20px;
}

.simple-content h1 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 36px;
}

/** SHOP BOX **/
.shop-box {
    text-align: center;
    border-radius: 0;
    border: none;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.shop-box img {
    width: 100%;
}

.shop-box .shop-details .btn {
    padding: 5px 20px;
    font-size: 11px;
    letter-spacing: 1px;
}

.shop-box .shop-details {
    padding: 30px 20px;
}

.shop-box .shop-details h4 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.shop-box .shop-details h3 a {
    font-size: 15px;
}

.shop-box .shop-details h3 {
    font-weight: 500;
    margin-bottom: 15px;
}

/** SHOP SLIDER **/
.shop-slider .carousel-control-next,
.carousel-control-prev {
    width: 0;
}

/** SHOP SINGLE **/
.shop-single .shop-info h3 {
    font-weight: 500;
    margin-bottom: 25px;
    font-size: 24px;
}

.shop-single .shop-info p {
    line-height: 28px;
    font-size: 16px;
    padding: 10px 0;
}

.shop-single .shop-info .reviews-box {
    padding: 10px 0;
    border-top: solid 1px #e9e9e9;
    border-bottom: solid 1px #e9e9e9;
    margin-bottom: 20px;
}

.shop-single .shop-info .reviews-box ul li {
    float: left;
    font-size: 12px;
    line-height: 25px;
}

.shop-single .shop-info .reviews-box .reviews {
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
    line-height: 25px;
}

.shop-single .shop-info .reviews-box .reviews a {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    -webkit-padding-end: 10px;
    padding-inline-end: 10px;
    border-right: solid 1px #777;
    color: #757575;
}

.shop-single .shop-info .reviews-box .reviews a:last-child {
    border-right: solid 1px transparent;
}

.shop-single .shop-info .reviews-box .reviews a i {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

.shop-single .widget.shop-info {
    margin-bottom: 15px;
}

.shop-single .shop-info .reviews-box ul li i {
    -webkit-margin-end: 3px;
    margin-inline-end: 3px;
    color: orange;
}

.shop-single .shop-info .price {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.shop-single .shop-info .price del {
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    color: #000;
}

.shop-single .horizontal ul li {
    line-height: 30px;
    width: 100%;
    font-size: 14px;
}

.shop-single .horizontal ul li span {
    width: 40%;
    float: left;
}

.shop-single .shop-info .form-control {
    width: 100% !important;
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #eee;
    background: transparent;
    outline: 0;
    color: #777;
    height: 45px;
    border-radius: 3px;
}

.shop-single .shop-info .form-group {
    margin-bottom: 25px;
}

.shop-single .shop-info .btn-md {
    padding: 11px 20px;
}

/** SHOP CART **/
table {
    width: 100%;
}

.shop-header {
    margin-bottom: 30px;
}

.shop-table.cart .product-thumbnail,
.shop-table.cart .product-name {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}

.shop-table.cart .product-thumbnail,
.shop-table.cart .product-name a {
    color: #757575;
}

.shop-table th {
    padding: 15px 0;
    border: none;
}

.shop-table.cart td,
.shop-table.cart th {
    vertical-align: middle;
    -webkit-padding-start: 10px;
    padding-inline-start: 10px;
    -webkit-padding-end: 10px;
    padding-inline-end: 10px;
    text-transform: uppercase;
    font-size: 14px;
}

.shop-table.cart .product-remove {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
}

.shop-table td {
    border-top: 1px solid #ddd;
    padding: 40px 0;
}

.shop-table.cart .product-thumbnail img {
    width: 100px;
}

.shop-table.cart .qty {
    width: 60px;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    text-align: center;
}

.shop-table input[type="text"],
input[type="email"],
textarea,
input[type="password"],
input[type="tel"] {
    border: 1px solid #e8e8e8;
    padding: 6px 15px;
    color: #777;
    max-width: 100%;
    outline: none;
}

.cart-total-box {
    padding: 30px;
}

.cart-total-box h5 {
    font-weight: 500;
    font-size: 18px;
}

.cart-total-box ul li {
    line-height: 33px;
    width: 100%;
    font-size: 14px;
}

.cart-total-box ul li span {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
}

.cart-total-box .btn {
    padding: 11px 20px 11px;
}

/** SHOP CHECKOUT **/
.shop-checkout .form-group {
    margin-bottom: 30px;
}

.shop-checkout .form-control {
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #eee;
    background: transparent;
    outline: 0;
    color: #757575;
    height: 45px;
    border-radius: 3px;
}

/** SHOP DETAILS **/
.shop-single .shop-title {
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 22px;
}

.shop-details-content p {
    font-size: 14px;
    line-height: 28px;
}

.payment-box {
    margin-bottom: 30px;
}

.payment-box p {
    padding: 10px 0 0 20px;
}

/** Content form box STARTED **/
.content-box {
    background: #fff;
}

.content-form-box .form-control {
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #efefef;
    outline: 0;
    color: #6c6c6c;
    height: 42px;
    border-radius: 3px;
}

.content-form-box .form-control:focus {
    color: #495057;
    background-color: #fff;
    border: 1px solid #efefef;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.content-form-box .form-group {
    margin-bottom: 25px;
}

.content-form-box .btn {
    cursor: pointer;
    padding: 11px 20px 10px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    border-radius: 3px;
}

.login-header {
    font-weight: 500;
    margin: 0 0 30px;
    font-size: 22px;
    color: #515365;
}

.login-header h4 {
    font-size: 22px;
    color: #515365;
}

.login-header img {
    height: 30px;
}

.form-check {
    font-size: 14px;
}

.content-form-box {
    padding: 0 70px;
    left: 0;
    height: 100vh;
    display: table-cell;
    vertical-align: middle;
}

.content-form-box p {
    font-size: 14px;
    color: #80828e;
}

.form-check-label {
    font-size: 14px;
    color: #80828e;
}

.login-footer img {
    height: 20px;
}

.login-footer {
    padding: 20px;
    border-top: solid 1px #ececec;
    width: 100%;
    /* position: absolute; */
    bottom: 0;
    left: 0;
}

.login-btn {
    background-color: #dc212e;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.login-btn:hover {
    background-color: #32508e;
    color: #fff;
}

.social-login h4 {
    font-weight: 500;
    margin: 0 0 45px;
    font-size: 22px;
    color: #515365;
    text-align: center;
}

.content-form-box.register-box .login-footer {
    width: 100%;
    position: inherit;
}

.content-form-box.forgot-box {
    width: 100%;
    position: inherit;
    bottom: 0;
}

.login-footer p {
    font-size: 14px;
    margin: 0;
}

.login-info {
    /* position: absolute; */
    bottom: 0;
    left: 0;
    max-width: 600px;
}

.login-info h3 {
    color: #fff;
}

.login-info p {
    /* color: #fff; */
}

.register-box {
    max-width: 450px;
}

.register-info {
    position: absolute;
    top: 30%;
    left: 0;
    padding: 30px 80px;
    text-align: right;
}

.register-info img {
    height: 50px;
    margin-bottom: 40px;
}

.register-info p {
    color: #fff;
    font-size: 19px;
    line-height: 30px;
    font-weight: 300;
}

.forgot-box {
    max-width: 420px;
    border-radius: 8px;
    margin: 120px auto;
    background: #fff;
    padding: 50px;
}

/** FAQ **/
.faq-box {
    border: 1px solid transparent;
    border-radius: 0;
    margin-bottom: 0;
}

.faq-box h5 .btn-link {
    padding: 25px 20px;
    width: 100%;
    text-align: left;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #757575;
}

.faq-box .card-header {
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 14px;

    border-bottom: solid 1px #d8d8d8;
}

.bd-none {
    border-bottom: none;
}

.faq-box .card-body p {
    line-height: 27px;
}

.faq-box .card-body span {
    font-size: 14px;
}

.faq-box .card-body span a {
    font-weight: 600;
}

.faq-accordion {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.faq-accordion .card {
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #f1f2f3;
    background-color: #fff;
}

.faq-accordion .card-header {
    padding: 25px 20px 20px 20px;
    background: #fff;
}

.faq-accordion .card-title {
    margin-bottom: 0;
    -webkit-padding-end: 20px;
    padding-inline-end: 20px;
    letter-spacing: 0;
    font-size: 16px;
    cursor: pointer;
}

.faq-accordion .card-block {
    padding: 25px 20px 20px 20px;
}

.faq-accordion .card-header a:before {
    font-family: "FontAwesome";
    content: "\f077";
    font-size: 14px;
    font-weight: 300;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
}

.faq-accordion .card-header a.collapsed:before {
    content: "\f078";
    font-size: 14px;
    font-weight: 300;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
}

.faq-accordion .answer-helpful {
    font-size: 12px;
}

.faq-accordion .answer-helpful .yes {
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
    color: #155724;
    font-size: 14px;
}

.faq-accordion .answer-helpful .no {
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
    color: #721c24;
    font-size: 14px;
}

/** TYPOGRAPHY **/
.typography .mb-60 {
    margin-bottom: 40px;
}

.typography .heading {
    font-weight: 500;
    text-transform: uppercase;
    margin: 20px 0;
}

.typography p {
    font-size: 14px;
    margin: 0;
}

/** typography 2 start **/
.typography-2 .heading {
    text-transform: uppercase;
    margin: 20px 0;
}

.typography-2 .sd p {
    margin-bottom: 40px;
}

.hr-title.hr-long {
    width: 50%;
    margin: 7px auto 30px;
}

.hr-title {
    border-top-style: solid;
    border-top-width: 1px;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    margin: 10px 0;
    height: auto;
    color: #bbb;
}

.hr-title abbr {
    background-color: #fafafa;
    padding: 2px 10px;
    border-radius: 2px;
    position: relative;
    top: -10px;
    letter-spacing: 0.2em;
}

.typography-2 address {
    margin-bottom: 20px;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    color: #757575;
}

.typography-2 .space {
    width: 100%;
    display: block;
    clear: both;
    height: 20px;
    position: relative;
    border-top: none;
}

/** PARTNERS BLOCK**/
.slick-slide img {
    width: 80%;
}

.slick-active img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.slick-current img {
    width: 100%;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.slick-arrow {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none;
    color: #777;
    cursor: pointer;
    outline: none;
}

.slick-prev {
    border: none;
    position: absolute;
    left: 0px;
    top: 20px;
}

.slick-prev:before {
    content: "\f053";
}

.slick-next {
    background: none;
    border: none;
    position: absolute;
    right: 0px;
    top: 20px;
}

.slick-next:before {
    content: "\f054";
}

/** COUNTERS **/
.counters {
    padding-top: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.counters.overview-bgi:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.counter-box {
    text-align: center;
    margin-bottom: 50px;
}

.counter-box i {
    font-size: 40px;
    color: #d4d4d4;
}

.counter-box h1 {
    color: #d4d4d4;
    font-weight: 500;
    margin: 20px 0;
}

.counter-box h5 {
    font-size: 16px;
    color: #d4d4d4;
    font-weight: 500;
    margin: 0;
}

/** ABOUT **/
.about-text ul li {
    list-style: none;
    color: #5a5959;
    font-size: 14px;
}

.about-text h3 {
    margin-bottom: 20px;
    font-size: 23px;
}

.properties-service-v img {
    width: 100%;
}

.about-text p b {
    font-weight: 500;
}

.about-text p {
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
}

.about-text ul li {
    margin-bottom: 15px;
    -webkit-padding-start: 25px;
    padding-inline-start: 25px;
    position: relative;
}

.about-text ul li i {
    left: 0;
    position: absolute;
    top: 0;
    line-height: 22px;
}

.about-us iframe,
.modal-body iframe .element.style {
    height: 350px !important;
}

.about-us iframe,
.modal-body iframe {
    width: 100%;
    border: none !important;
}

.properties-details-page {
    position: relative;
}

.properties-details-page .heading {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #dc212e;
}

.properties-details-page iframe,
.modal-body iframe .element.style {
    height: 350px;
}

.properties-details-page iframe,
.modal-body iframe {
    width: 100%;
    border: none !important;
}

.properties-details-sliders .list-inline {
    white-space: nowrap;
    width: 100% !important;
}

.properties-details-sliders .img-fluid {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

.properties-details-sliders .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    -webkit-margin-start: initial;
    margin-inline-start: initial;
    margin-top: 0;
}

.properties-details-sliders .carousel-indicators a {
    cursor: pointer;
}

.properties-details-sliders .carousel-indicators > li {
    height: initial;
    text-indent: initial;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
}

.dd.properties-details-sliders .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

.smail-properties .list-inline-item {
    width: 20%;
}

.smail-properties .list-inline-item a img {
    width: 100%;
    border: none;
    border-radius: 0;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
}

.properties-details-sliders .carousel-indicators > li.active img {
    opacity: 1;
}

.properties-details-sliders .right {
    position: absolute;
    right: 15px;
    top: 45%;
}

.properties-details-sliders .left {
    left: 10px;
    top: 47%;
    width: 30px;
    height: 30px;
    line-height: 33px;
    position: absolute;
    z-index: 5;
    display: inline-block;
    right: -30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
}

.properties-details-sliders .left i {
    font-size: 20px;
    color: white;
}

.properties-details-sliders .right {
    right: 10px;
    top: 47%;
    width: 30px;
    height: 30px;
    line-height: 33px;
    position: absolute;
    z-index: 5;
    display: inline-block;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
}

.properties-details-sliders .right i {
    font-size: 20px;
    color: white;
}

.list-inline-item:not(:last-child) {
    -webkit-margin-end: 1px;
    margin-inline-end: 1px;
}

.smail-properties {
    width: 100%;
}

/** FLOOR PLANS STARTED **/
.floor-plans table {
    width: 100%;
    margin-bottom: 15px;
}

.floor-plans table {
    width: 100%;
    margin-bottom: 40px;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.floor-plans table tr:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.floor-plans table td {
    font-size: 14px;
}

.floor-plans table td,
table th {
    padding: 10px 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}

/** TABBING BOX STARTED **/
.tabbing-box .tab-pane {
    padding-top: 50px;
}

.tabbing-box .nav-tabs {
    background: #fff;
    border-bottom: solid 1px #fff;
}

.tabbing-box .nav-tabs li {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
}

.tabbing-box .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
    padding: 12px 18px;
    color: #37404d;
    border: none;
}
.w-100 .__active {
    color: white;
}

.tabbing-box .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    border-radius: 0;
}
html[lang="ar"] .route {
    font-size: 16px !important;
}
/* html[lang="en"] .for__storyDate .for__storyLyrics {
    font-family: "Roboto", sans-serif !important;

} */

.tabbing-box .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
    border-radius: 0;
    color: #fff;
}

/** FINANCING CALCULATOR STARTED **/
.financing-calculator .form-label {
    margin-bottom: 8px;
    font-size: 12px;
    text-transform: uppercase;
}

.financing-calculator .form-group {
    margin-bottom: 20px;
}

.financing-calculator .form-control {
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #e8e8e8;
    background: #fff;
    outline: 0;
    color: #f6f6f6;
    height: 45px;
    border-radius: 3px;
}

.financing-calculator .form-control:focus {
    border: 1px solid #e8e8e8;
    background: #fff;
}

.location #map {
    width: 100%;
    height: 350px;
}

.heading-properties {
    margin-bottom: 15px;
    position: relative;
}

.heading-properties h5 {
    font-size: 15px;
}

.heading-properties h3,
.heading-properties h4 {
    font-weight: 500;
    margin-bottom: 5px;
}

/* .heading-properties h4 span {
    font-size: 1rem;
    color: #009688;
    background: #ccc;
    padding: 5px;
    border-radius: 5px;
    display: block;
    width: 25%;
    margin-bottom: 4px;
} */

.heading-properties p {
    margin-bottom: 0;
    font-size: 16px;
}

.heading-properties p i {
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
    color: #c82333;
    font-size: 18px;
}

.heading-properties__price {
    text-align: end;
}

.heading-properties__price .overlay-link {
    color: #b9b7b7;
}

.heading-properties .p-r .btn {
    border-radius: 0 !important;
    background: #f2f3f5;
    border: 1px solid #cdcdcd;
    color: #808c91;
    cursor: pointer;
}

.heading-properties .p-r .btn:focus,
.heading-properties .p-r .btn:hover {
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.p-r {
    float: right;
    text-align: right;
}

.p-r i {
    color: #808c91;
}

.property-details ul li {
    font-weight: 400;
    font-size: 16px;
    padding: 5px 15px;
    border: 1px solid #e0e0e0;
}

.property-details ul li strong {
    font-weight: 700;
    min-width: 270px;
    display: block;
}

.property-details .table td,
.property-details .table th {
    padding: 0.5rem !important;
    font-size: 0.84rem;
    letter-spacing: 0.4px;
    color: #000;
    border-left: 1px solid #e9ecef;
}

.property-details .table th:not(:first-child) {
    color: #939393;
    font-weight: 500;
    border-left: none;
}

.property-details .table tr:last-child {
    border-bottom: 1px solid #e9ecef;
}

/** AMENITIES BOX STARTED **/
.amenities-box li {
    margin-bottom: 15px;
    -webkit-padding-start: 25px;
    padding-inline-start: 25px;
    position: relative;
    color: #5a5959;
    font-size: 14px;
}

.amenities-box li i {
    left: 0;
    position: absolute;
    top: 0;
    font-weight: 500;
}

.features-opions ul li {
    margin-bottom: 15px;
    /* padding-inline-start: 25px; */
    position: relative;
    color: #5a5959;
    font-size: 14px;
}

.features-opions ul li i {
    right: 15px;
    position: absolute;
    top: 0;
    font-weight: 500;
    color: #c82333;
}

html[dir="rtl"] .features-opions ul li i {
    right: unset;
    left: 15px;
}

.af ul li i {
    font-size: 10px;
    line-height: 21px;
}

/** SELL YOUR PROPERTIES **/
.sell-your-properties {
    text-align: center;
    background: rgba(0, 0, 0, 0.04) url(../img/property-15.jpg) top left repeat;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 30px 20px;
    margin: 40px 0;
}

.sell-your-properties h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.sell-your-properties p {
    color: #fff;
}

/** HELPING CENTER **/
.helping-center {
    background: rgba(0, 0, 0, 0.04) url(../img/property-15.jpg) top left repeat;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 20px;
    margin: 40px 0;
    width: 100%;
}

.helping-center i {
    font-size: 75px;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
}

.helping-center h5 {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.helping-center h4 {
    margin: 0;
}

.helping-center h4 a {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}

.sidebar .social-list li {
    text-align: center;
    display: inline-block;
    list-style: none;
}

.sidebar .social-list li a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: rgb(255, 255, 255);
    margin: 0 7px;
    border-radius: 0%;
}

/** COMING SOON **/
.coming-soon-bg {
    background: rgba(0, 0, 0, 0.04) url(../img/banner-2.jpg) top left repeat;
    background-size: cover;
    top: 0;
    width: 100%;
    bottom: 0;
    opacity: 1;
    min-height: 100vh;
}

.coming-soon-inner img {
    margin-bottom: 60px;
}

.coming-soon-inner {
    text-align: center;
    margin: 120px auto 50px;
    max-width: 820px;
    color: #fff;
}

.coming-soon-inner h1 {
    font-weight: 500;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #fff;
}

.coming-soon-inner h1 span {
    font-weight: 700;
}

.coming-soon-inner h6 {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.coming-soon-inner p {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 30px;
}

.coming-soon-inner ul li {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

.coming-soon-inner ul li a {
    color: #fff;
}

.coming-soon-inner .coming-form {
    max-width: 55%;
    margin: 30px auto;
}

.coming-soon-inner .bordered-right {
    border-right: 1px solid #848484;
}

.coming-soon-inner .form-control {
    width: 69%;
    height: 42px;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 14px;
    outline: 0;
    border: 1px solid #ebebeb;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.coming-soon-inner .btn,
.coming-soon-inner .btn:hover,
.coming-soon-inner .btn:active {
    width: 31%;
    border-radius: 0;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    color: #fff;
}

.coming-soon-counter {
    margin-bottom: 15px;
}

.coming-soon-counter div {
    display: inline-block;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    margin: 0 1px;
    width: 24.7%;
    background: rgba(255, 255, 255, 0);
    border-right: 1px solid rgba(255, 255, 255, 0.36);
    text-shadow: 2px 2px rgba(12, 11, 11, 0.56);
    margin-bottom: 30px;
}

.coming-soon-counter div:last-child {
    border: none;
}

.coming-soon-counter div span {
    display: block;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}

/** OVERVIEW START **/
.overview p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 14px;
    position: relative;
    color: #fff;
    padding: 0 20px;
    text-align: center;
    font-weight: 500;
}

.overview-box p {
    color: #333;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.overview {
    z-index: 9;
    cursor: default;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-bottom: 16px;
    -webkit-box-shadow: 0 0 3px #ddd;
            box-shadow: 0 0 3px #ddd;
}

.overview .mask,
.overview .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 30%;
    left: 0;
}

.overview img {
    display: block;
    position: relative;
    width: 100%;
    height: 232px;
}

.overview .big-img {
    height: 480px;
}

.overview-box img {
    left: 10px;
    -webkit-margin-start: -10px;
    margin-inline-start: -10px;
    position: relative;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    border: none;
}

.overview-box:hover > img {
    -webkit-transform: scale(2) rotate(10deg);
        -ms-transform: scale(2) rotate(10deg);
            transform: scale(2) rotate(10deg);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.overview h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 16px;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
    text-shadow: none;
}

.overview-box h2 {
    color: #333;
    margin: 0 20px 0;
    background: transparent;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.overview a.btn {
    display: inline-block;
    overflow: hidden;
    text-transform: uppercase;
}

.overview-box a.btn {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    padding: 4px 20px;
}

.overview-box:hover h2,
.overview-box:hover p,
.overview-box:hover a.btn {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.most-popular-places .col-pad {
    padding: 0 8px;
}

/** FULL PAGE SEARCH **/
#full-page-search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
        -ms-transform: translate(0px, -100%) scale(0, 0);
            transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 99999;
}

#full-page-search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
        -ms-transform: translate(0px, 0px) scale(1, 1);
            transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#full-page-search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
    -webkit-padding-end: 30px;
    padding-inline-end: 30px;
    outline: none;
    font-size: 28px;
}

#full-page-search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    -webkit-margin-start: -45px;
    margin-inline-start: -45px;
}

#full-page-search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 17px;
    outline: 0 auto -webkit-focus-ring-color;
    cursor: pointer;
    border-radius: 3px;
    background: #3a3a3a;
}

/** PORTFOLIO AREA START **/
.filteriz-navigation {
    padding: 0;
    margin: 0 0 26px 0;
    text-align: center;
}

.filteriz-navigation li {
    color: #757575;
    text-align: center;
    letter-spacing: 1px;
    padding: 5px 20px;
    margin: 0 4px 4px;
    border: 0;
    background: #fff;
    border-radius: 0;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.portfolio-item,
.portfolio-item:focus {
    outline: none;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

.portfolio-item img,
.portfolio-item img:focus {
    outline: none;
    width: 100%;
    height: 100%;
}

.portfolio-item:hover img {
    zoom: 1;
    filter: alpha(opacity=20);
    -webkit-opacity: 0.1;
    opacity: 0.1;
}

.portfolio-item:hover .portfolio-content {
    display: inline;
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff !important;
    z-index: -999;
}

.portfolio-content {
    display: none;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    text-transform: uppercase;
    color: #1c1c1c;
    height: 100%;
    position: absolute;
    right: 0;
}

.portfolio-content-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.portfolio-content p {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
}

.overview-box p {
    color: #333;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.overview {
    z-index: 9;
    cursor: default;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-bottom: 16px;
    -webkit-box-shadow: 0 0 3px #ddd;
            box-shadow: 0 0 3px #ddd;
}

.overview .mask,
.overview .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 25%;
    left: 0;
}

.overview img {
    display: block;
    position: relative;
    width: 100%;
    height: 232px;
}

.overview .big-img {
    height: 480px;
}

.overview-box img {
    left: 10px;
    -webkit-margin-start: -10px;
    margin-inline-start: -10px;
    position: relative;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    border: none;
}

.overview-box:hover > img {
    -webkit-transform: scale(2) rotate(10deg);
        -ms-transform: scale(2) rotate(10deg);
            transform: scale(2) rotate(10deg);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.overview h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 18px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
    text-shadow: none;
}

.overview-box h2 {
    color: #333;
    margin: 0 20px 0;
    background: transparent;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.overview a.btn {
    display: inline-block;
    overflow: hidden;
    text-transform: uppercase;
}

.overview-box a.btn {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    padding: 4px 20px;
}

.overview-box:hover h2,
.overview-box:hover p,
.overview-box:hover a.btn {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.most-popular-places .col-pad {
    padding: 0 8px;
}

/** VIEW ALL**/
.view-all ul {
    margin-bottom: 30px;
    text-align: center;
}

.view-all ul li {
    display: inline-block;
}

.view-all ul li a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin-bottom: 5px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.view-all ul li a:hover {
    color: #fff;
}

.view-all h3 {
    margin-bottom: 30px;
    text-align: center;
}

.view-section .form-search .form-control {
    border: 1px solid #eee;
    height: 45px;
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

/** BRAND BOX**/
.brand-box {
    text-align: center;
    padding: 20px;
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.brand-box:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #eee;
}

.brand-box h5 {
    font-weight: 500;
    margin: 10px 0 0;
    text-transform: uppercase;
    font-size: 14px;
}

.brand-box img {
    height: 50px;
}

/** SEARCH AREA 1**/
#search-area-1 {
    background: #fff;
    padding: 40px 0 10px;
}

#search-area-2 {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    z-index: 999;
    padding: 40px 0 10px;
}

.search-area .search-fields {
    min-height: 45px;
    padding: 5px 5px 2px 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #e8e8e8;
    background: #fff;
    border-radius: 3px;
    width: 100% !important;
    cursor: pointer;
    font-size: 0.8rem;
    text-align: initial;
}

.search-area .search-fields::-webkit-input-placeholder {
    padding: 5px 5px 2px 10px;
}

.search-area .search-fields::-moz-placeholder {
    padding: 5px 5px 2px 10px;
}

.search-area .search-fields:-ms-input-placeholder {
    padding: 5px 5px 2px 10px;
}

.search-area .search-fields::-ms-input-placeholder {
    padding: 5px 5px 2px 10px;
}

.search-area .search-fields::placeholder {
    padding: 5px 5px 2px 10px;
}

.search-fields.required {
    border-color: #dc3545;
}

.form-group label,
.checkbox label {
    font-size: 12px;
    font-weight: 500;
    color: #757575;
}


.custlabel{
    font-size: 16px !important;
}

.special_tag{
    background-color: #fff;
    border-radius: 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 10px;
}

.search-area .search-fields button {
    border-radius: 1px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    background: #fff;
}

.search-area .search-button {
    cursor: pointer;
    padding: 6px 12px;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 2px;
    border: none;
    width: 100%;
    min-height: 38px;
}

.search-area .search-button:hover,
.search-area .search-button:focus {
    outline: none;
    color: #fff;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

.btn-color-blue {
    background: #2646a7;
    border-color: #2646a7;
}

.btn-color-blue:hover {
    background-color: #dc212e;
    border-color: #dc212e;
}

.search-area .selectBox-dropdown .selectBox-arrow {
    text-align: center;
    width: 36px;
}

.search-area .selectBox-dropdown .selectBox-arrow:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f078";
    line-height: 44px;
    color: #777;
    font-size: 12px;
}

.search-area .selectBox-dropdown .selectBox-label {
    padding: 2px 15px;
    display: initial;
    white-space: nowrap;
    overflow: hidden;
    line-height: 37px;
    font-size: 14px;
    color: #888;
    font-weight: 400;
}

.search-area .selectBox-options.selectBox-options-bottom {
    margin: 0;
    padding: 0;
}

.search-area .selectBox-options,
.selectBox-options li a {
    padding: 7px 15px;
    font-size: 12px;
    font-weight: 500;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}

.search-area .selectBox-options,
.selectBox-options li:last-child {
    border-bottom: none;
}

/** SEARCH AREA 2 **/
.search-area-2 {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    z-index: 999;
    padding: 40px 0 10px;
}

.search-area-2 .search-fields {
    border: 1px solid #b1b1b1;
    background: transparent;
}

.search-area-2 .selectBox-dropdown .selectBox-label {
    color: #b1b1b1;
}

.search-area-2 .selectBox-dropdown .selectBox-arrow:before {
    color: #b1b1b1;
}

/** MAP classes **/
.search-area-3 {
    position: absolute;
    background-color: #fff;
    padding: 30px 30px 0;
    max-width: 500px;
    top: 30%;
    right: 8%;
    z-index: 1;
}

.search-area-3 h2 {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 24px;
}

.search-area-3 .search-fields {
    background: transparent;
}

.search-area-3 .selectBox-dropdown .selectBox-label {
    color: #b1b1b1;
}

.search-area-3 .selectBox-dropdown .selectBox-arrow:before {
    color: #b1b1b1;
}

/** MAP classes **/
.map-content {
    position: relative;
    overflow: hidden;
    padding: 0 !important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/** MAP **/
#contactMap {
    width: 100%;
    height: 350px;
}

.map {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    height: 100%;
}

.contact-map-content .map-content {
    width: 250px;
}

.marker-loaded .map-marker {
    visibility: visible;
}

.map-properties .map-properties-list {
    margin: 0;
    padding: 0;
}

.map-properties .map-properties-list li {
    list-style: none;
    margin-bottom: 8px;
    color: #999;
}

.map-properties .map-properties-list li i {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

.cnt-bg-photo {
    background-size: cover;
    top: 0;
    min-height: 100vh;
    width: 100%;
    bottom: 0;
    max-height: 100%;
}

/** OFF-CANVAS MENU **/
body.off-canvas-sidebar-open {
    left: -375px;
    position: relative;
}

.off-canvas-sidebar-open .off-canvas-sidebar {
    -webkit-transform: translateX(-375px);
        -ms-transform: translateX(-375px);
            transform: translateX(-375px);
}

.off-canvas-sidebar {
    background: #1b1d1f;
    position: fixed;
    right: -375px;
    top: 0;
    height: 100%;
    width: 375px;
    z-index: 999999;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.off-canvas-sidebar-wrapper {
    width: auto;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.off-canvas-content,
.off-canvas-header {
    -webkit-padding-end: 30px;
    padding-inline-end: 30px;
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
}

.off-canvas-content {
    padding-bottom: 30px;
}

.off-canvas-header {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: right;
}

.canvas-widget .menu {
    text-align: center;
    margin-top: 50px;
}

.canvas-widget .menu-item {
    margin-bottom: 25px;
}

.canvas-widget .menu-item a {
    color: #fff;
    line-height: 1.2;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.canvas-widget .menu-item a:hover {
    opacity: 0.8;
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}

.canvas-widget .logo {
}

.canvas-widget .social-icons {
    text-align: center;
    margin-top: 80px;
}

.canvas-widget .social-icons > li {
    display: inline-block;
    margin: 10px;
}

.canvas-widget .social-icons > li a {
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.canvas-widget .social-icons > li a:hover {
    opacity: 0.8;
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}

.close-offcanvas {
    font-size: 24px;
}

/** MEDIA **/
@media (max-width: 1200px) {
    .property-box-3 .media-body {
        -webkit-padding-end: 0;
        padding-inline-end: 0;
    }

    .property-box-3 h3 {
        font-size: 17px;
    }

    .property-box-5 .detail {
        padding: 20px 27px 20px 20px;
    }

    .property-box-5 ul li i {
        -webkit-margin-end: 5px;
        margin-inline-end: 5px;
        font-size: 14px;
    }

    .property-box-5 ul li {
        font-size: 14px;
        -webkit-margin-end: 11px;
        margin-inline-end: 11px;
    }

    .property-box-5 .detail .location {
        margin: 0 0 10px;
    }

    .property-box-6 h3 {
        margin: 0 0 15px;
        font-size: 26px;
    }

    .property-box-6 p {
        margin-bottom: 15px;
    }

    .property-box-6 .info {
        padding: 0 30px;
    }

    .comparison .heading h3 {
        font-size: 19px;
    }

    .banner .banner-slider-inner .typed-text {
        font-size: 45px;
    }

    .search-area-3 {
        max-width: 430px;
    }

    .agent-5 .media-body {
        -webkit-padding-end: 0;
        padding-inline-end: 0;
    }

    .agent-5 h3 {
        font-size: 19px;
    }

    .main-title {
        margin-bottom: 40px;
    }
}

@media (max-width: 992px) {
    .open-offcanvas {
        padding: 18px 15px 15px;
    }

    .coming-soon-inner {
        margin: 70px auto 30px;
    }

    .navbar-collapse {
        margin: 0px -15px;
        background: #fff;
    }

    .footer {
        padding-top: 80px;
    }

    .footer .copy {
        margin: 30px 0 0;
    }

    .hidden-mb-45 {
        margin-bottom: 45px;
    }

    .comparison .heading h3 {
        text-align: center;
    }

    .comparison .heading {
        margin-bottom: 20px;
    }

    #main-header .navbar-expand-xl .navbar-nav .nav-link {
        color: #000;
    }

    .main-header .navbar-expand-xl .navbar-nav .active .nav-link {
        background: #f9f9f9;
        border-bottom: solid 2px transparent;
    }

    .main-header .navbar-expand-xl .navbar-nav .nav-link:hover {
        background: #f9f9f9;
        border-bottom: solid 2px transparent;
    }

    .content-area {
        padding-bottom: 50px;
    }

    .content-area-2 {
        padding: 80px 0 50px;
    }

    .content-area-3 {
        padding-bottom: 64px;
    }

    .content-area-4 {
        padding: 80px 0 30px;
    }

    .content-area-5 {
        padding-bottom: 80px;
    }

    .content-area-6 {
        padding-bottom: 30px;
    }

    .content-area-7 {
        padding: 80px 0;
    }

    .content-area-8 {
        padding-top: 80px;
    }

    .content-area-9 {
        padding: 30px 0;
    }

    .content-area-10 {
        padding: 80px 0 30px;
    }

    .content-area-11 {
        padding: 80px 0 30px;
    }

    .content-area-12 {
        padding-bottom: 30px;
    }

    .content-area-13 {
        padding: 80px 0 30px;
    }

    .content-area-14 {
        padding: 80px 0 30px;
    }

    .content-area-14 {
        padding: 80px 0 60px;
    }

    .content-area-15 {
        padding: 80px 0 50px;
    }

    .content-area-16 {
        padding: 80px 0 50px;
    }

    .content-area-17 {
        margin-bottom: 50px;
    }

    .content-area-18 {
        padding: 80px 0 20px;
    }

    .submit-property .mb-50 {
        margin-bottom: 35px;
    }

    .submit-property .heading {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .services-info-2 i {
        font-size: 30px;
    }

    .services-info-2 h5 {
        font-size: 16px;
        margin: 10px 0 10px;
    }

    .main-title {
        margin-bottom: 30px;
    }

    .main-title h1 {
        font-size: 30px;
    }

    .testimonial {
        padding: 60px 0 50px;
    }

    .testimonial .testimonial-inner {
        margin: 0 auto;
        max-width: 100%;
    }

    .testimonial .testimonial-inner .testimonia-header h1 {
        font-size: 30px;
    }

    .testimonial-2 .testimonial-inner .testimonia-header h1 {
        font-size: 30px;
    }

    .testimonial .testimonial-inner .lead {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 28px;
    }

    .testimonial .testimonia-header {
        margin: 0 auto 30px;
    }

    .testimonial .testimonia-header h1 {
        font-size: 30px;
    }

    .pricing.mrg-btn-60 {
        margin-bottom: 70px;
    }

    .contact-1 .contact-info .media i {
        width: 50px;
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        -webkit-margin-end: 20px;
        margin-inline-end: 20px;
    }

    .contact-1 .contact-info .media h5 {
        margin: 0 0 15px;
    }

    .properties-slider {
        margin-bottom: 40px;
    }

    .overview img {
        height: auto;
    }

    .services-info i {
        font-size: 30px;
        width: 50px;
        color: #dc212e;
    }

    .services-info h5 {
        font-size: 17px;
    }

    .pricing-tables .mrg-btn-76 {
        margin-bottom: 40px;
    }

    .testimonial-2 {
        padding: 80px 0 110px;
    }

    .sidebarmbl {
        -webkit-margin-start: 0;
        margin-inline-start: 0;
    }

    .about-text {
        margin-top: 40px;
    }

    .mrb {
        margin: 0 0 50px 0;
    }

    /* .mbl {
    margin: 0 0 30px 0;
  } */

    .properties-list-fullwidth .property-box-5 .price-ratings-box {
        right: 30px;
    }

    .properties-list-fullwidth .property-box-5 .detail {
        padding: 20px 40px;
    }

    .banner .banner-slider-inner h1 {
        font-size: 40px;
    }

    .banner .slider-mover-left {
        width: 35px;
        height: 35px;
        line-height: 35px;
        right: -45px;
    }

    .banner .slider-mover-left i {
        font-size: 25px;
        line-height: 35px;
    }

    .banner .slider-mover-right {
        width: 35px;
        height: 35px;
        line-height: 35px;
        right: 10px;
    }

    .banner .slider-mover-right i {
        font-size: 25px;
        line-height: 35px;
    }

    .navbar-light .navbar-toggler {
        border: none;
        font-size: 20px;
        font-weight: 100;
    }

    .navbar-toggler {
        padding: 0;
        width: 35px;
        height: 35px;
        font-size: 1rem;
        border-radius: 0;
        outline: none !important;
    }

    /* .main-header .logo img {
    height: 35px;
  } */

    .main-header .navbar-expand-xl .navbar-nav .nav-link {
        font-size: 14px;
        border-bottom: solid 2px transparent;
    }

    .banner .banner-slider-inner {
        padding: 20px 15px;
        top: 0%;
    }

    .banner .banner-slider-inner h1 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .banner .banner-slider-inner h3 {
        margin-bottom: 10px;
        font-size: 32px;
    }

    .banner .banner-opt .banner-slider-inner h1 {
        font-size: 32px;
    }

    .banner .banner-opt .banner-slider-inner p {
        font-size: 14px;
    }

    .banner .banner-slider-inner p {
        color: #fff;
        line-height: 22px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .breadcrumb-area h1 {
        font-size: 35px;
    }

    .shop-infombl {
        -webkit-margin-start: 0;
        margin-inline-start: 0;
    }

    .shop-info {
        margin-top: 40px;
    }

    .media-pad-top-50 {
        padding-top: 50px;
    }

    .register-info {
        padding: 30px 40px;
    }

    .coming-soon-inner .coming-form {
        max-width: 65%;
    }

    .content-form-box {
        padding: 0 50px;
        bottom: 120px;
    }

    .forgot-box {
        padding: 50px;
    }

    .setting-button {
        font-size: 15px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        left: -40px;
    }

    .search-area .search-fields {
        min-height: 38px;
        padding: 0 5px 0 0;
    }

    .submit-property .contact-2 .form-control {
        padding: 10px 15px;
        height: 38px;
    }

    .search-area .selectBox-dropdown .selectBox-arrow:before {
        line-height: 38px;
    }

    .search-area .search-button {
        cursor: pointer;
        padding: 10px 20px 9px;
    }

    .shop-single .widget.shop-info {
        margin-bottom: 40px;
    }

    .pt-40 {
        padding-top: 40px;
    }

    .sidebar-title {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .sub-banner {
        height: 265px;
    }

    .top-header .list-inline a {
        -webkit-margin-end: 10px;
        margin-inline-end: 10px;
        font-size: 11px;
    }

    .top-header .top-social-media li {
        padding: 0 4px;
        height: 25px;
        display: inline-block;
        text-align: center;
        font-size: 11px;
        color: #fff;
    }

    .property-box-5 ul li i {
        -webkit-margin-end: 8px;
        margin-inline-end: 8px;
        font-size: 14px;
    }

    .property-box-5 ul li {
        -webkit-margin-end: 20px;
        margin-inline-end: 20px;
    }

    .property-box-5 .detail .location {
        margin: 0 0 15px;
    }

    .p-box .price-ratings-box {
        right: 30px;
    }

    .p-box .detail {
        padding: 30px 40px 30px 40px;
    }

    .services-info-4 .detail {
        padding: 30px 15px;
    }

    .hedin-mb-30 {
        margin-bottom: 30px !important;
    }

    .hedin-mb-50 {
        margin-bottom: 50px;
    }

    .widget-2 {
        margin-bottom: 60px;
        background: #fff;
        padding: 20px;
    }

    .simple-content p {
        line-height: 28px;
        font-size: 15px;
    }

    .simple-content h1 {
        margin-bottom: 20px;
        font-size: 28px;
    }

    .simple-content {
        padding-top: 60px;
    }

    .simple-content .btn-sm {
        padding: 6px 23px;
        margin: 2px 2px 0;
    }

    .property-box-6 .info {
        padding: 30px;
    }

    .intro-text h3 {
        font-size: 20px;
        line-height: inherit;
    }

    .intro-section img {
        width: 280px;
        height: 80px;
    }

    .intro-section .btn-md {
        padding: 9px 27px;
        font-size: 14px;
        font-weight: 500;
    }

    .agent-4 .details {
        padding: 30px 20px;
    }

    .blog-list .detail {
        padding: 20px 20px;
    }

    .blog-list .photo img {
        width: 100%;
    }

    .counter-box h1 {
        font-size: 36px;
        margin: 15px 0;
    }

    .counter-box i {
        font-size: 30px;
    }

    .faq-accordion .card-header {
        padding: 15px 20px;
    }

    .comparison .faq-accordion .card-title {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .content-area {
        padding-bottom: 30px;
    }

    .content-area-2 {
        padding: 60px 0 30px;
    }

    .content-area-3 {
        padding-bottom: 44px;
    }

    .content-area-4 {
        padding: 60px 0 10px;
    }

    .content-area-5 {
        padding-bottom: 60px;
    }

    .content-area-6 {
        padding-bottom: 10px;
    }

    .content-area-7 {
        padding: 60px 0;
    }

    .content-area-8 {
        padding-top: 60px;
    }

    .content-area-9 {
        padding: 10px 0;
    }

    .content-area-10 {
        padding: 60px 0 10px;
    }

    .content-area-11 {
        padding: 60px 0 10px;
    }

    .content-area-12 {
        padding-bottom: 30px;
    }

    .content-area-13 {
        padding: 60px 0 30px;
    }

    .content-area-14 {
        padding: 60px 0 60px;
    }

    .content-area-15 {
        padding: 60px 0 30px;
    }

    .content-area-16 {
        padding: 30px 0 30px;
    }

    .content-area-17 {
        margin-bottom: 30px;
    }

    .content-area-18 {
        padding: 60px 0 20px;
    }

    .property-modal .modal-header .modal-title {
        font-size: 20px;
    }

    .banner .banner-slider-inner h3 {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .footer {
        padding-top: 60px;
    }

    .footer .copy {
        margin: 0;
    }

    .footer h4 {
        margin-bottom: 20px;
    }

    .option-bar .heading {
        font-size: 14px;
    }

    .services-info-2 {
        margin: 0 auto 30px;
    }

    .main-title {
        margin-bottom: 25px;
    }

    .main-title h1 {
        font-size: 25px;
    }

    .multi-carousel .multi-carousel-inner .item > div img {
        width: auto;
    }

    .overview .big-img {
        height: auto;
    }

    .contact-2 .contact-info .contact-info {
        margin-bottom: 35px;
    }

    .contact-2 .contact-info i {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .heading-2 h4 {
        font-size: 22px;
    }

    .overview .mask,
    .overview .content {
        top: 35% !important;
    }

    #main-header {
        top: 0;
    }

    .widget-2 {
        margin-bottom: 40px;
    }

    .tabbing-box .tab-pane {
        padding-top: 40px;
    }

    .testimonial .testimonial-inner .testimonia-header h1 {
        font-size: 30px;
    }

    .testimonial-2 .testimonial-inner .testimonia-header h1 {
        font-size: 30px;
    }

    .testimonial-2 .testimonial-inner {
        text-align: center;
    }

    .testimonial-2 .testimonia-header {
        margin: 0 auto 30px;
    }

    .testimonial-2 .avatar {
        max-width: 110px;
        margin: 0 auto 20px;
    }

    .testimonial-2 .testimonial-inner .lead {
        font-size: 15px;
        line-height: 28px;
    }

    .contact-1 .contact-info {
        margin-top: 50px;
    }

    .contact-1 .contact-info h3 {
        margin-bottom: 35px;
        font-size: 23px;
    }

    .contact-1 .form-group {
        margin-bottom: 20px;
    }

    .contact-3 .contact-info .contact-list {
        margin: 0 0 40px;
    }

    .contact-3 .contact-info h3 {
        margin-bottom: 20px;
        font-size: 23px;
    }

    .pages-404 .pages-404-inner h1 {
        font-size: 140px;
        font-weight: 500;
    }

    .pages-404 .pages-404-inner h5 {
        font-size: 22px;
    }

    .property-box-5 .price-ratings-box {
        right: 30px;
    }

    .property-box-5 .col-pad {
        padding: 0 15px;
    }

    .property-box-5 .detail {
        padding: 30px 20px;
    }

    .property-box-5 ul li {
        line-height: 30px;
    }

    .services .col-pad-30 {
        padding: 30px;
    }

    .comments ul {
        margin: 0;
    }

    .comment {
        /* margin: 0 0 40px 0; */
    }

    .comment .comment-content {
        -webkit-margin-start: 80px;
        margin-inline-start: 80px;
    }

    .tags-socal-box .social-list {
        float: none;
        text-align: left;
        margin-top: 20px;
    }

    .property-box ul li {
        font-size: 14px;
    }

    .pricing-tables .mrg-btn-76 {
        margin-bottom: 30px;
    }

    .testimonial-2 {
        padding: 60px 0 90px;
    }

    .property-box-5 .tag.featured {
        left: 15px;
        margin-top: 15px;
        z-index: 20;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .property-box-5 .price-ratings-box {
        right: 15px;
    }

    .properties-list-fullwidth .property-box-5 .price-ratings-box {
        right: 15px;
    }

    .properties-list-fullwidth .property-box-5 .detail {
        padding: 20px 20px;
    }

    .banner .banner-slider-inner h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .banner .banner-slider-inner {
        padding: 10px 12px;
        top: 0%;
    }

    .banner .banner-opt .banner-slider-inner h1 {
        font-size: 20px;
    }

    .banner .banner-opt .banner-slider-inner p {
        line-height: 22px;
        font-size: 14px;
        max-width: 90%;
        margin: 0px auto;
        margin-bottom: 5px;
    }

    .banner .btn-md {
        padding: 9px 15px;
        font-size: 12px;
    }

    .btn-lg {
        padding: 8px 20px;
        letter-spacing: 0.5px;
        line-height: 24px;
    }

    .breadcrumb-area h1 {
        font-size: 28px;
    }

    .sub-banner .breadcrumbs li {
        font-size: 16px;
    }

    button:focus {
        outline: 0 auto -webkit-focus-ring-color;
    }

    .banner .slider-mover-right i {
        font-size: 20px;
        line-height: 30px;
    }

    .banner .slider-mover-left i {
        font-size: 20px;
        line-height: 30px;
    }

    .banner .slider-mover-right {
        width: 30px;
        height: 30px;
        line-height: 30px;
        right: 3px;
    }

    .banner .slider-mover-right i {
        font-size: 20px;
        line-height: 30px;
    }

    .banner .slider-mover-left {
        width: 30px;
        height: 30px;
        line-height: 30px;
        right: -33px;
    }

    .shop-single .shop-info h3 {
        font-size: 20px;
    }

    .heading-properties h3 {
        font-size: 20px;
    }

    .heading-properties p {
        font-size: 14px;
    }

    .coming-soon-counter div {
        font-size: 40px;
        width: 24%;
    }

    .coming-soon-counter div span {
        font-size: 12px;
    }

    .coming-soon-inner .coming-form {
        max-width: 85%;
    }

    .coming-soon-inner .form-control {
        width: 100%;
        border-radius: 3px;
    }

    .coming-soon-inner .btn {
        width: 40%;
        margin: auto;
        margin-top: 10px;
        border-radius: 3px;
    }

    .coming-soon-inner .btn:hover {
        width: 40%;
    }

    .coming-soon-inner h1 {
        font-size: 25px;
    }

    .coming-soon-inner img {
        margin-bottom: 40px;
    }

    .register-box {
        margin: auto;
    }

    .content-form-box {
        position: inherit;
        left: 0;
        bottom: 40px;
        padding: 0 20px;
        margin: 100px auto 0;
        display: inherit;
        max-width: 450px;
    }

    .content-form-box.register-box {
        margin: 70px auto 0;
    }

    .login-footer {
        padding: 20px 15px;
        position: inherit;
        left: 0;
        bottom: 0;
    }

    .forgot-box {
        padding: 30px;
    }

    .forgot-box {
        margin: 60px auto;
        padding: 30px;
    }

    .blog-grid-box .date-box {
        top: 12px;
        right: 12px;
        padding: 8px;
    }

    .blog-grid-box .date-box h5 {
        font-size: 11px;
    }

    .compare-properties h5 {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .compare-properties p i {
        font-size: 12px;
    }

    .setting-button {
        font-size: 14px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        left: -35px;
        color: #fff;
    }

    .blog-grid-box .detail .post-meta {
        margin: 10px 0;
        font-size: 12px;
    }

    .tabbing-box .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link {
        padding: 9px 13px;
    }

    .tabbing-box .nav-tabs li {
        font-size: 11px;
    }

    .sub-banner {
        height: 240px;
    }

    .sub-banner-2 .breadcrumb-area h1 {
        font-size: 22px;
    }

    #search-area-1 {
        padding: 30px 0 0;
    }

    .property-description.pt-40 {
        padding-top: 20px;
    }

    .widget {
        margin-bottom: 0;
    }

    .hdn-mb-30 {
        margin-bottom: 30px;
    }

    .properties-details-page .mb-60 {
        margin-bottom: 40px;
    }

    .helping-center {
        margin: 20px 0;
    }

    .hedin-mb-30 {
        margin-bottom: 10px !important;
    }

    .sell-your-properties {
        margin: 20px 0;
    }

    .properties-details-page .heading {
        margin-bottom: 20px;
    }

    .simple-content img {
        margin-top: 50px;
    }

    .simple-content {
        text-align: center;
    }

    .property-box-6 .info {
        padding: 30px 20px;
    }

    .intro-text h3 {
        margin: 5px 0 10px;
    }

    .intro-text h3 {
        font-size: 17px;
    }

    .intro-section {
        text-align: center;
    }

    .my-properties table tbody tr td.image {
        width: 30px;
    }

    .my-properties table tbody tr td.image img {
        width: 100%;
    }

    .my-properties table thead tr th:first-child {
        -webkit-padding-start: 10px;
        padding-inline-start: 10px;
    }

    .my-properties table thead tr th {
        font-size: 14px;
        font-weight: 500;
    }

    .my-properties table tbody tr td {
        padding: 20px 10px 20px 0;
        font-size: 14px;
    }

    .option-bar .heading-icon {
        -webkit-margin-end: 10px;
        margin-inline-end: 10px;
    }

    .banner .carousel-content {
        padding: 0 25px;
    }

    .banner .banner-slider-inner .typed-text {
        font-size: 35px;
    }

    .setting-button {
        display: none;
    }
}

@media (max-width: 767px) {
    #request_show .modal-content{
    width: 100% !important;
    }
    .banner img {
        height: 270px;
    }

    .main-header .logo img {
        width: 140px;
        height: 50px;
    }

    .main-header .logo {
        padding: 5px 0;
        -webkit-margin-end: 20px;
        margin-inline-end: 20px;
    }

    .banner .banner-slider-inner {
        padding: 10px 10px;
        top: 0%;
    }

    .banner .slider-mover-right {
        right: 2px;
    }

    .navbar-toggler {
        width: 30px;
        height: 30px;
    }

    .banner .btn-md {
        padding: 7px 12px;
        font-size: 10px;
    }

    .banner .banner-slider-inner .btn {
        margin: 5px 1px;
    }

    .banner .banner-slider-inner h1 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .banner .banner-opt .banner-slider-inner h1 {
        font-size: 20px;
    }

    .banner .banner-opt .banner-slider-inner p {
        line-height: 22px;
        font-size: 14px;
        max-width: 90%;
        margin: 0px auto;
        margin-bottom: 5px;
    }

    .sub-banner {
        height: 270px;
    }

    .breadcrumb-area h1 {
        font-size: 24px;
    }

    .sub-banner .breadcrumbs li {
        font-size: 14px;
    }

    .sidebar {
        background: transparent;
    }

    .media-pad-top-50 {
        padding-top: 50px;
    }

    .carousel-inner img {
        width: 100%;
    }

    .widget {
        margin-bottom: 40px;
        padding: 0;
        background: transparent;
    }

    .widget-2 {
        margin-bottom: 40px;
        padding: 0;
        background: transparent;
    }

    .sidebar {
        background: transparent;
    }

    .sell-your-properties {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
        padding: 30px 20px;
        width: 100%;
        margin: 20px 0 40px;
    }

    .helping-center {
        background: rgba(0, 0, 0, 0.04) url(../img/property-15.jpg) top left
            repeat;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
        padding: 20px;
        width: 100%;
    }

    .sub-banner {
        height: 200px;
    }
}

@media (min-width: 600px) {
    .widgetWhatsApp{
        width: 50px;
    }
    .widgetWhatsApp i{
        font-size: 40px;
    }
    .request_showing{
        left: 43%;
    }
}

@media (min-width: 991px) {
    .main-header .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .main-header .dropdown .dropdown-item:hover > .dropdown-menu {
        display: block;
    }

    .main-header .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .sticky-header {
        position: sticky !important;
        position: -webkit-sticky;
        background: white;
        top: 0px;
        margin-top: -1px;
        z-index: 999;
        width: 100%;
        border-bottom: 1px solid rgba(220, 220, 220, 0.2);
    }

    .header-with-top {
        top: 40px;
    }

    .sticky-header .nav-link::after {
        display: none !important;
    }

    /* .sticky-header .navbar-expand-xl .navbar-nav .nav-link {
        color: #fff;
    }*/

    .sticky-header .open-offcanvas {
        color: #fff;
        display: inline-block;
    }

    .header-shrink {
        background: #fff;
        /* -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s; */
        /* transition: 0.5s; */
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        top: 0px !important;
    }

    .header-shrink .navbar-expand-xl .navbar-nav .nav-link {
        color: #515151;
    }

    .header-shrink .open-offcanvas {
        color: #515151;
    }

    .hide-carat .nav-link::after {
        display: none !important;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .banner .banner-slider-inner h1 {
        margin-bottom: 40px;
        font-size: 50px;
        margin-top: 44px;
    }
}

.login-header {
    font-weight: 500;
    margin: 0 0 30px;
    font-size: 22px;
    color: #515365;
}

.login {
    padding: 40px 0;
}

.login-btn {
    background-color: #dc212e;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.login-btn:hover {
    background-color: #32508e;
    color: #fff;
}

.__loginHead {
    height: 180px !important;
}

.__loginHead.sub-banner .breadcrumb-area {
    top: 25%;
}

.sign-in,
.sign-in:hover {
    color: #dc212e;
}

/*login with social media*/
button.social {
    width: 100%;
    color: #fff;
    font-weight: 500;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    cursor: pointer;
}

button.social:hover {
    color: white;
    opacity: 0.9;
}

.facebook-btn {
    background: #32508e;
}

.twitter-btn {
    background: #55acee;
}

.google-btn {
    background: #dd4b39;
}

.social-login i {
    font-size: 22px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    -webkit-margin-end: 7px;
    margin-inline-end: 7px;
}

.facebook-logo {
    background-color: #32508e;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.facebook-logo:hover {
    color: #32508e;
    background-color: #fff;
}

.twitter-logo {
    background-color: #55acee;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.twitter-logo:hover {
    color: #55acee;
    background-color: #fff;
}

.google-plus-logo {
    background-color: #dd4b39;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.google-plus-logo:hover {
    color: #dd4b39;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-media {
    text-align: center;
}

.social-login h4 {
    font-weight: 500;
    margin: 0 0 45px;
    font-size: 22px;
    color: #515365;
    text-align: center;
}

.agent-4 {
    margin: 0 1px;
    background: #fff;
    margin-bottom: 30px;
}

.agent-6 {
    margin-bottom: 60px;
}

.agent-4 .photo {
    position: relative;
}

.agent-4 .photo img {
    width: 100%;
}

.agent-4 .photo .social-list {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 15px 10px 10px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
}

.agent-4 .photo .social-list ul li {
    list-style: none;
    display: inline-block;
}

.agent-4 .photo .social-list ul li a {
    margin: 0 10px;
    color: #fff;
}

.agent-4 .details {
    padding: 25px;
}

.agent-4 .details h6 {
    font-weight: 400;
    margin: 0;
    font-size: 14px;
}

.agent-6 .details h3 {
    font-weight: 500;
    margin: 10px 0 20px;
    text-transform: uppercase;
}

.agent-6 .details h3 a {
    font-size: 30px;
}

.agent-4 .details .contact ul li {
    line-height: 30px;
    font-size: 14px;
}

.agent-4 .details .contact ul li span {
    font-weight: 500;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
    color: #dc212e;
}

.agent-4 .details .contact ul li a {
    color: #757575;
}

/*contact agent*/
.sidebar-title {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}

.send-btn {
    background: #dc212e;
    border-color: #dc212e;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.send-btn:hover {
    background: #2646a7;
    border-color: #2646a7;
    color: #fff;
}

.agent-card:hover {
    -webkit-box-shadow: 0px 1px 3px 5px rgba(123, 130, 131, 0.082);
            box-shadow: 0px 1px 3px 5px rgba(123, 130, 131, 0.082);
}

/*tables*/
.agent-prop-container table thead tr th {
    background-color: #ececec;
    border: none;
    font-weight: 600;
    padding: 10px 10px 10px 0;
}

.agent-prop-container table thead tr th:first-child {
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
}

.agent-prop-container table tbody tr td {
    border-top: none;
    border-bottom: 1px solid #f3f3f3;
    padding: 30px 20px 30px 0;
    vertical-align: middle;
    font-size: 14px;
}

.agent-prop-container table tbody tr td.image img {
    width: 150px;
    height: 130px;
    -o-object-fit: cover;
    object-fit: cover;
}

.agent-prop-container table h2 {
    border: none;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 7px 0;
    padding: 0;
}

.agent-prop-container table tbody tr td .inner figure {
    margin-bottom: 5px;
}

.agent-prop-container table tbody tr td .inner figure i {
    font-size: 14px;
}

.agent-prop-container table tbody tr td:last-child {
    -webkit-padding-end: 5px;
    padding-inline-end: 5px;
}

.agent-prop-container table tbody tr td.actions .edit {
    float: left;
}

.agent-prop-container table tbody tr td.actions .delete {
    float: right;
    line-height: 20px;
}

.agent-prop-container table tbody tr td.actions a {
    padding: 0;
}

.agent-prop-container table tbody tr td.actions .edit i {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

.notification-box {
    padding: 30px 35px;
    color: #2e86b2;
    background-color: #bae8ff;
}

.notification-box p {
    margin-bottom: 0;
}

.user-page .heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
}

.preview-btn {
    background: #dc212e;
    border-color: #dc212e;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
}

.preview-btn:hover {
    background-color: #2646a7;
    border-color: #2646a7;
    color: #fff;
}

.adj-field {
    width: 350px;
}

/*gallery uploader*/
.dropzone .dz-preview.dz-error .dz-error-message {
    display: none !important;
}

.dropzone {
    min-height: 150px;
    border: 2px dashed #ced4da !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dropzone:hover {
    border: 2px dashed #dc212e !important;
}

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
                transform: translateY(40px);
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
                transform: translateY(-40px);
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
                transform: translateY(40px);
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
                transform: translateY(-40px);
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
                transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
                transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

.dropzone,
.dropzone * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px;
}

.dropzone.dz-clickable {
    cursor: pointer;
}

.dropzone.dz-clickable * {
    cursor: default;
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}

.dropzone.dz-started .dz-message {
    display: none;
}

.dropzone.dz-drag-hover {
    border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
    opacity: 0.5;
}

.dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
}

.dropzone .dz-preview:hover {
    z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
    background: -o-linear-gradient(top, #eee, #ddd);
    background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
    background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 14px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
        -ms-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10;
}

.dropzone .dz-preview .dz-image img {
    display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-margin-start: -27px;
    margin-inline-start: -27px;
    margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    -webkit-margin-start: -40px;
    margin-inline-start: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
    background: -o-linear-gradient(top, #666, #444);
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 14px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: -webkit-gradient(linear, left top, left bottom, from(#be2626), to(#a92222));
    background: -o-linear-gradient(top, #be2626, #a92222);
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
}

.dropzone .dz-preview .dz-error-message:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626;
}

#user-profile {
    padding: 100px 0 80px;
}

.user-profile-box {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin: 0 auto 50px;
}

.user-profile-box .header {
    text-align: center;
    position: relative;
    border: none;
    margin: 0;
    color: #efefef;
}

.user-profile-box .header h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 24px;
}

.user-profile-box .header h4 {
    font-size: 17px;
    color: #fff;
    font-weight: 300;
}

.header-titles {
    position: absolute;
    bottom: 0;
    /* border: 8px solid #fff; */
    border-top: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 8px 0;
}

.user-profile-box .detail ul li a {
    border-bottom: 1px solid #f5f5f5;
    padding: 12px 20px;
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.user-profile-box .detail ul li a i {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

.save-changes-btn {
    background-color: #dc212e;
    color: #ffffff;
    width: 40%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 10px;
    border: none;
}

.save-changes-btn:hover {
    background-color: #2646a7;
    color: #ffffff;
}

.info-form textarea {
    min-height: 65px;
}

.profile-tab {
    display: none;
}

.submit-tab-content {
    padding: 20px 0;
    display: none;
}

.show {
    display: block;
}

.profile-tab-link {
    cursor: pointer;
}

/*my properties & favourite prop style*/
.my-properties-container table thead tr th {
    background-color: #ececec;
    border: none;
    font-weight: 600;
    padding: 10px 10px 10px 0;
}

.my-properties-container table thead tr th:first-child {
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
}

.my-properties-container table tbody tr td {
    border-top: none;
    border-bottom: 1px solid #f3f3f3;
    padding: 30px 20px 30px 0;
    vertical-align: middle;
    font-size: 14px;
}

.my-properties-container table tbody tr td.image {
    width: 150px;
    height: 130px;
}

.my-properties-container table h2 {
    border: none;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 7px 0;
    padding: 0;
}

.my-properties-container table tbody tr td .inner figure {
    margin-bottom: 5px;
}

.my-properties-container table tbody tr td .inner figure i {
    font-size: 14px;
}

.my-properties-container table tbody tr td:last-child {
    -webkit-padding-end: 5px;
    padding-inline-end: 5px;
}

.my-properties-container table tbody tr td.actions .edit {
    float: left;
}

.my-properties-container table tbody tr td.actions .delete {
    float: right;
    line-height: 20px;
}

.my-properties-container table tbody tr td.actions a {
    padding: 0;
}

.my-properties-container table tbody tr td.actions .edit i {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

/*change password*/
.heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
}

.contact-2 .form-group {
    margin-bottom: 20px;
}

.save-btn {
    background-color: #dc212e;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.save-btn:hover {
    background-color: #2646a7;
    color: #fff;
}

/*image uploader*/
.uploaded-img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.uploaded-img .profile-pic {
    max-height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
}

img {
    max-width: 100%;
    max-height: 335px;
}

.p-image {
    position: relative;
    top: 0px;
    right: 0px;
    color: #666666;
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.p-image:hover {
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.p-image input {
    display: none;
}

.upload-button {
    font-size: 1.2em;
    border: 3px solid #fff;
    padding: 7px;
    border-radius: 5px;
    position: absolute;
    right: 1px;
    z-index: 5;
    bottom: 9px;
    background-color: #fff;
    cursor: pointer;
}

.upload-button:hover {
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #999;
}

/*submit property style*/
.submit-nav .nav-pills .nav-item.active {
    color: #fff;
    background-color: #dc212e;
}

.submit-nav .nav-link {
    font-size: 0.8rem;
}
/* .navbar .nav-item{
    margin-left: 5px;
} */

.submit-nav .nav-item {
    cursor: pointer;
}

.location-info .form-control {
    width: 100% !important;
}

.message textarea.form-control {
    height: 80px;
}

/*navigate btns next previous*/
.next-prev-submit-btn {
    background-color: #dc212e;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100px;
}

.next-prev-submit-btn:hover {
    background-color: #2646a7;
    color: #fff;
}

/*
    css for filter forms
*/
.hideForms {
    display: none;
}

.forms .search-button {
    width: auto !important;
}

/* search filter */
.search_filter {
    position: relative;
}

.search_filter .search_results {
    position: absolute;
    top: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 99;
    max-height: 0;
    overflow: auto;
    opacity: 0;
}

.search_filter .search_results.show {
    max-height: 202px;
    opacity: 1;
    -webkit-transition: 500ms ease-in-out;
    -o-transition: 500ms ease-in-out;
    transition: 500ms ease-in-out;
}

.search_filter .search_results li {
    list-style: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-bottom: 1px solid transparent;
}

.search_filter .search_results li:hover {
    border-bottom: 1px solid #ccc;
    background-color: #e7e7e7;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.search_filter .search_results a {
    text-align: left;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
    padding: 5px;
}

/* Request Page */
.request_list .property-box .detail .title {
    font-size: 15px;
    margin-bottom: 5px;
}

.request_list .property-box .detail .title a {
    color: rgba(220, 53, 69, 0.7);
    font-size: 1.3rem;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.request_list .property-box .detail .title a:hover {
    color: rgba(220, 53, 69, 1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.request_list .property-box .detail .location a {
    font-size: 11px;
    letter-spacing: 0.5px;
}

.request_list .property-box ul li {
    font-size: 11px;
    width: 100%;
}

.request_list .property-box ul li i {
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
    color: #c82333;
}

/* Agent Details in sidebar */
.agent_card {
    padding: 15px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.agent_card .photo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.agent_card img {
    height: 110px;
    width: 110px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}

.agent_card .social-list {
    text-align: center;
    margin-top: 10px;
}

.agent_card .social-list ul {
    text-align: center;
}

.agent_card .social-list li a {
    color: #37404d;
    border: none;
    width: auto;
    height: auto;
}

.agent_card .social-list li a i {
    font-size: 20px;
}

.agent_card .details {
    text-align: center;
}

.agent_card .details h6,
.agent_card .details p {
    margin-bottom: 5px;
}

.agent_card .details p {
    text-transform: uppercase;
}

.agent_card .details a {
    font-weight: 800;
    font-size: 14px;
    width: 130px;
    padding: 5px;
    text-align: center;
    border-radius: 4px;
    background: #c82333;
    color: #fff;
    cursor: pointer;
}

.reveal_number-phone {
    display: none;
}

.agent_card .details li {
    margin: 5px 0;
}

.agent_card .details li span {
    font-size: 14px;
}

.agent_phone {
    position: relative;
    display: block;
    margin-top: 10px;
    width: 130px;
}

.agent_phone:active .agent_phone::after {
    content: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.agent_phone::after {
    content: "Contact";
    position: absolute;
    width: 130px;
    background: #c82333;
    color: #fff;
    left: 0;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

html[dir="rtl"] .agent_phone::after {
    content: "أتصال";
}

.agent__whatsapp {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    -webkit-margin-start: 7px;
    margin-inline-start: 7px;
    background: #26d366 !important;
    font-size: 28px !important;
    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;
    color: white !important;
    padding: 5px 15px !important;
}

.agent__whatsapp i {
    color: white;
    font-size: 21px;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

.agent__whatsapp span {
    font-size: 14px;
    font-weight: 500;
}

/* ----- Intro ----- */
.intro {
    position: relative;
}

.intro .parent {
    /* display: flex;
    flex-wrap: wrap; */
    min-height: 100vh;
}

.intro .parent .flex-col {
    /* display: flex;
    height: auto;
    position: relative;
    flex: 1 1 32%;
    align-items: center;
    justify-content: center;
    flex-direction: column; */
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    overflow: hidden;
    padding: 15px !important;
}

.intro .parent .flex-col h2 {
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
}

.intro .parent .flex-col p {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.3rem;
    color: #fff;
    letter-spacing: 1px;
}

.intro .parent .flex-col p span {
    font-weight: 700 !important;
    font-size: 1.1rem;
}

.intro .parent .flex-col:hover {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.intro .parent .flex-col:hover .overlay {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    z-index: -3;
}

.intro .parent .flex-col .overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

/*.intro .parent .flex-col:nth-child(1) .overlay {
    background-image: url(../img/intro/for-sale.webp);
}

.intro .parent .flex-col:nth-child(1) {
    background-color: rgba(74, 0, 0, 0.75);
}

.intro .parent .flex-col:nth-child(2) .overlay {
    background-image: url(../img/intro/for-rent.webp);
}

.intro .parent .flex-col:nth-child(2) {
    background-color: rgba(0, 1, 47, 0.75);
}

.intro .parent .flex-col:nth-child(3) .overlay {
    background-image: url(../img/intro/requests.webp);
}

.intro .parent .flex-col:nth-child(3) {
    background-color: rgba(21, 0, 60, 0.75);
}

.intro .parent .flex-col:nth-child(4) .overlay {
    background-image: url(../img/intro/musharakat.webp);
}

.intro .parent .flex-col:nth-child(4) {
    background-color: rgba(0, 45, 10, 0.75);
}

.intro .parent .flex-col:nth-child(5) .overlay {
    background-image: url(../img/intro/for-swap.webp);
}

.intro .parent .flex-col:nth-child(5) {
    background-color: rgba(47, 47, 47, 0.75);
}

.intro .parent .flex-col:nth-child(6) .overlay {
    background-image: url(../img/intro/income-property.webp);
}

.intro .parent .flex-col:nth-child(6) {
    background-color: rgba(94, 56, 2, 0.75);
}

.intro .parent .flex-col:nth-child(7) .overlay {
    background-image: url(../img/intro/auction.webp);
}

.intro .parent .flex-col:nth-child(7) {
    background-color: rgba(7, 117, 135, 0.75);
}

.intro .parent .flex-col:nth-child(8) .overlay {
    background-image: url(../img/intro/exclusive.webp);
}

.intro .parent .flex-col:nth-child(8) {
    background-color: rgba(34, 89, 116, 0.75);
}

.intro .parent .flex-col:nth-child(9) .overlay {
    background-image: url(../img/intro/new-project.webp);
}

.intro .parent .flex-col:nth-child(9) {
    background-color: rgb(34 45 70 / 0.85);
}

.intro .parent .flex-col:nth-child(10) .overlay {
    background-image: url(../img/intro/mortgage.webp);
}

.intro .parent .flex-col:nth-child(10) {
    background-color: rgb(210 70 56 / 0.75);
}

.intro .parent .flex-col:nth-child(11) .overlay {
    background-image: url(../img/intro/foreclosure.webp);
}

.intro .parent .flex-col:nth-child(11) {
    background-color: rgba(66, 114, 11, 0.75);
}

.intro .parent .flex-col:nth-child(12) .overlay {
    background-image: url(../img/intro/serviced.webp);
}

.intro .parent .flex-col:nth-child(12) {
    background-color: rgb(191 75 1 / 0.75);
}*/

/*          **********          *
*                               *
*           About Page          *
*                               *
*           **********          */
.custom_bidi {
    unicode-bidi: -moz-plaintext;
    unicode-bidi: plaintext;
}

.__sectionText {
    margin-bottom: 2em;
}

.__sectionText h1 {
    font-size: 4vmax;
    /* line-height: 6vmax; */
    font-weight: 800;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.__sectionText h4 {
    margin-bottom: -0.2em;
    font-size: 4vmax;
    line-height: unset;
    text-transform: uppercase;
    font-family: "Kaushan Script", cursive;
    text-align: initial;
}

.blue-bg {
    height: 30px;
    width: 100%;
    background-color: #192048;
}

.about_page .__vedioSection {
    padding: 3em 0;
}

.__vedioSection .embed_vedio {
    height: 500px;
}

.__vedioSection .embed_vedio iframe {
    width: 100%;
    height: 100%;
}

@media (min-aspect-ratio: 16/9) {
    .embed_vedio iframe {
        width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio: 16/9) {
    .embed_vedio iframe {
        width: 100%;
        height: 100%;
    }
}

.about_page .__offerSection {
    background-color: #c4c6c8;
    padding: 3em 0;
}

.about_page .__offerSection::before {
    content: none;
}

.__offerSection h1 {
    color: #000;
    font-size: 3rem;
    text-transform: capitalize;
    text-align: center;
}

.__offerSection .offer-btn,
.__joinSection .offer-btn {
    background-color: #dc1d2e;
    color: #fff;
    width: 100%;
    border-radius: 30px !important;
    text-align: center;
    height: 50px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 1.2rem;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    font-weight: 500;
    letter-spacing: 1px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.__offerSection .offer-btn:hover,
.__joinSection .offer-btn:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #ba1927;
}

.__offerSection .offer-btn:focus,
.__joinSection .offer-btn:focus {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(52, 52, 52, 0.075), 0 0 0 0.2rem rgba(225, 63, 77, 0.5);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(52, 52, 52, 0.075), 0 0 0 0.2rem rgba(225, 63, 77, 0.5);
    outline: none;
}

.about_page .__overviewSection {
    background-color: #fff;
    padding: 5em 0;
}

.__overviewSection .__sectionText h1,
.__overviewSection .__sectionText h4 {
    color: #004e9b;
}

.__overviewSection .__numbers {
    width: 110px;
    height: 110px;
    margin: 0 auto 15px auto;
    font-size: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    background: red;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.__overviewSection p {
    font-size: 18px !important;
}

.__overviewSection .corner_box {
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    font-size: 2em;
    position: relative;
    background: #dc1d2e;
    margin-top: 0.7em;
    margin-bottom: 0.7em;
}

.__overviewSection .corner_box::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    border-color: #dc1d2e;
    border-style: solid;
    border-top: none;
    border-bottom-width: 0.7em;
    border-left-width: 0.7em;
    border-left-color: transparent;
}

.__overviewSection .corner_box_label {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.about_page .__powerSection {
    padding: 5em 0 0 0;
    background-color: #dc1d2e;
}

.__powerSection .__sectionText h1,
.__powerSection .__sectionText h4 {
    color: #fff;
}

.__powerSection p {
    font-size: 1.1rem;
    color: #fff;
    text-align: center;
}

.__powerSection figure.cap-height {
    max-height: 33vw;
}

.about_page .__worlwideSection {
    padding: 3rem 0;
}

.about_page .__worlwideSection::before {
    opacity: 0.25;
    background-image: url(../img/brands/background.svg);
    background-repeat: no-repeat;
    background-position: center 2em;
    background-size: auto;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.__worlwideSection .__sectionText h1,
.__worlwideSection .__sectionText h4 {
    color: #004e9b;
}

.__worlwideSection h3 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

.__worlwideSection ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
    -webkit-margin-after: 1em;
    margin-block-end: 1em;
    -webkit-margin-start: 0px;
    margin-inline-start: 0px;
    -webkit-margin-end: 0px;
    margin-inline-end: 0px;
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
}

.__worlwideSection ul li {
    display: list-item;
    text-align: -webkit-match-parent;
    font-size: 1.5rem;
}

.about_page .__luxurySection {
    background-color: #202d4a;
}

.__luxurySection .__sectionText h1,
.__luxurySection .__sectionText h4 {
    color: #fff;
}

.__luxurySection p {
    font-size: 1.1rem;
    color: #fff;
    text-align: center;
}

.__luxurySection .icon.icon-lg svg {
    height: 3em;
    width: 3em;
}

.__luxurySection .icon.fill-white svg path {
    fill: #fff;
}

.__eductionSection {
    background-color: #004e9b;
}

.__eductionSection .__sectionText h1,
.__eductionSection .__sectionText h4 {
    color: #fff;
}

.__eductionSection .border-box {
    border: solid 1px #ffffff;
    padding: 2em 3em;
    text-align: center;
}

.__eductionSection .border-box h1 {
    font-size: 5rem;
    font-weight: 700;
}

.__eductionSection .border-box div {
    font-size: 1.4rem;
    letter-spacing: 1px;
}

.agent_card .social-list li a.__eductionSection .border-box p {
    font-size: 1.2rem;
    font-weight: 100;
    letter-spacing: 1px;
}

.__eductionSection .border-top,
.__eductionSection .border-bottom {
    border-color: #fff;
}

.__joinSection .offer-btn {
    width: 45%;
}

.about_page .__story {
    min-height: 100vh;
}

.__story .for__storyContaine {
    position: relative;
}

/* .__story .for__storyContaine::after {
  position: absolute;
  content: '';
  width: 2.5px;
  height: 45.5%;
  background: #DC212E;
  left: -122px;
  top: 22px;
} */
.__story .for__storyContaine .for__story .for__storyDate {
    background: #dc212e;
    color: #fff;
    font-size: 18px;
    border-radius: 8px;
    padding: 10px 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 30px auto;
    font-family: "Almarai", sans-serif !important;
    position: relative;
}

/* .__story .for__storyContaine .for__story .for__storyDate::before {
  position: absolute;
  content: '\02C2';
  right: 180%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  color: #DC212E;
  font-size: 30px;
} */
/* .__story .for__storyContaine .for__story:nth-child(1) .for__storyDate::before {
  right: 360px;
  top: 270%;
  transform: rotate(270deg);
}
.__story .for__storyContaine .for__story:nth-child(4) .for__storyDate::before {content: none;}
.__story .for__storyContaine .for__story:nth-child(5) .for__storyDate::before {transform: translateY(-50%) rotateY(180deg);}

.__story .for__storyContaine .for__story .for__storyDate::after {
  position: absolute;
  content: '';
  width: 245px;
  height: 3px;
  background: #DC212E;
  right: 125px;
  top: 50%;
  transform: translateY(-50%);
}

.__story .for__storyContaine .for__story:nth-child(4) .for__storyDate::after {width: 430px;} */
html[dir="rtl"] .__story .for__storyContaine .for__story .for__storyLyrics p {
    font-size: 18px !important;
    font-family: "Almarai", sans-serif !important;
}
html[dir="ltr"] .__story .for__storyContaine .for__story .for__storyLyrics p {
    font-family: "Roboto", sans-serif !important;
    font-size: 18px !important;
}

/* .about_page .__story .story__forDate {
    width: 100%;
}
.about_page .__story .story__forDate li.__date {
    text-transform: capitalize;
    font-weight: 500;
    cursor: pointer;
    transition: 0.4s;
    margin: 15px 0;
    font-size: 1.3rem;
}
.about_page .__story .story__forDate li.__date:hover,
.about_page .__story .story__forDate li.__date.active {
    color: #dc1d2e;
    transition: 0.4s;
}
.about_page .__story .stroy__forContent {
    display: none;
}
.about_page .__story .stroy__forContent.show {
    display: block;
} */
.about_page .__story h1,
.about_page .__value h1 {
    font-size: 4rem;
    font-weight: 500;
}

.about_page .__value {
    min-height: 100vh;
}

.about_page .__value p {
    font-size: 1.5rem;
}

.about_page .__value p.value_forText {
    font-size: 1rem;
}

.border-top {
    border-top: 1px solid;
}

.border-bottom {
    border-bottom: 1px solid;
}

figure {
    text-align: center;
    margin: 0;
}

figure figcaption {
    margin-top: 1rem;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: 1px;
}

figure.cap-height {
    z-index: 1;
    margin: 0;
    position: relative;
}

figure.cap-height img,
figure img {
    margin-top: auto;
    max-height: initial;
}

section {
    z-index: 0;
    overflow: hidden;
    position: relative;
}

.about_page section::before {
    opacity: 0.25;
    background-image: url(../img/brands/background.svg);
    background-repeat: no-repeat;
    background-position: center 2em;
    background-size: auto;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

/*********:RTL:**********/
.rtl {
    direction: rtl !important;
    text-align: right;
}

.ltr {
    direction: ltr !important;
    text-align: left;
}

html[dir="rtl"],
html[dir="rtl"] body {
    font-family: "Almarai", sans-serif !important;
    font-weight: 600;
}

html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] h5,
html[dir="rtl"] h6,
html[dir="rtl"] p,
html[dir="rtl"] a,
html[dir="rtl"] button,
html[dir="rtl"] label,
html[dir="rtl"] li {
    font-weight: 600 !important;
    font-family: "Almarai", sans-serif !important;
    letter-spacing: 0 !important;

    direction: rtl;
}

html[dir="rtl"] .text-left {
    text-align: right !important;
}

html[dir="rtl"] .list-inline {
    text-align: right;
    direction: ltr;
}

html[dir="rtl"] .filter-portfolio {
    direction: ltr;
    text-align: right;
}

html[dir="rtl"] .sub-banner .breadcrumb-area h1 {
    text-align: center !important;
}

html[dir="rtl"] .request_list .property-box ul li,
html[dir="rtl"] .facilitiesrlist.clearfix li {
    width: 100%;
    font-size: 14px;
}

html[dir="rtl"] .property-box ul li {
    direction: rtl;
}

/* html[dir="rtl"] .property-box ul li i , html[dir="rtl"] .property-box .detail .location a i{
    float: right;
    margin-inline-start: 10px;
} */

html[dir="rtl"] .sub-banner .breadcrumbs .active::before {
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 14px;
    -webkit-margin-start: 9px;
    margin-inline-start: 9px;
    font-weight: 500;
}

html[dir="rtl"] .option-bar .heading-icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

html[dir="rtl"] .about-text h3,
html[dir="rtl"] .faq-accordion .card {
    text-align: right;
}

html[dir="rtl"] .login-header,
html[dir="rtl"] .form-group {
    text-align: right;
}

html[dir="rtl"] .user-info-header {
    text-align: right;
}

html[dir="rtl"] .upload-button {
    left: 5px;
    right: auto;
}

html[dir="rtl"] .profile-tab-link {
    text-align: right;
}

html[dir="rtl"] .my-properties-container table thead tr th {
    text-align: right;
}

html[dir="rtl"] .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    direction: rtl;
}

html[dir="rtl"] .footer .footer-inner .links li a i {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}

html[dir="rlt"] .subtitle,
html[dir="rtl"] .sidebar-title {
    text-align: right;
}

html[dir="rtl"] .property-box .detail {
    text-align: right;
}

html[dir="rtl"] .pull-left {
    float: right;
}

html[dir="rtl"] .p-r {
    float: left;
}

html[dir="rtl"] .contact-2 .contact-info p {
    text-align: center !important;
}

html[dir="rtl"] .properties-details-sliders .carousel-indicators {
    direction: inherit;
}

html[dir="rtl"] .carousel-indicators {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
}

html[dir="rtl"] .search-area .search-button {
    text-align: center !important;
}

html[dir="rtl"] .pull-left {
    float: right;
}

html[dir="rtl"] .p-r {
    float: left;
}

html[dir="rtl"] .contact-2 .contact-info p {
    text-align: center !important;
}

html[dir="rtl"] .__sectionText h4 {
    font-family: "Arslan" !important;
    /* color: #DC212E; */
}

html[dir="rtl"] .properties-details-sliders .carousel-indicators {
    direction: inherit;
}

html[dir="rtl"] .carousel-indicators {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
}

html[dir="rtl"] .fa {
    text-align: center !important;
}

html[dir="rtl"] .search-area .search-button {
    text-align: center !important;
}

html[dir="rtl"] .property-thumbnail:hover .overlay-link {
    text-align: center;
}

html[dir="rtl"] .services-info i {
    text-align: right;
}

html[dir="rtl"] .pr-4,
html[dir="rtl"] .px-4 {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    -webkit-padding-start: 1.5rem;
    padding-inline-start: 1.5rem;
}

html[dir="rtl"] .agent_card .details li {
    text-align: center;
}

html[dir="rtl"] .footer .footer-inner .social-list li a {
    float: right;
}

.p-tb-40 {
    padding: 40px 0;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background-color: #e0e0e0;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #bdbdbd;
    border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #9e9e9e;
}
/*--------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------------------------*/
/* Toaster */

.toast {
    position: fixed;
    right: 15px;
    top: 100px;
    z-index: 99;
    background-color: white;
}

.toast .close {
    float: unset;
}

.toast-body p {
    margin: 0;
    color: #dc1d2e;
}

html[dir="rtl"] .toast {
    right: unset;
    left: 15px;
    top: 100px;
}

/* Media Queries for RTL - LTR */

@media only screen and (max-width: 1024px) {
    .toast {
        top: 50px !important;
    }
}

@media only screen and (max-width: 767px) {
    .toast {
        top: 30px !important;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* Team Page Styles */

.__introSection {
    background-color: #dc1d2e;
    padding: 60px 0;
    text-align: initial;
}

.__introSection img {
    width: auto;
    height: 225px;
}

.__introSection .intro_text {
    -webkit-margin-start: 25px;
    margin-inline-start: 25px;
}

.__introSection .intro_text h1 {
    font-size: 6rem;
    color: #fff;
    font-weight: 800;
    letter-spacing: 8px;
}

.__introSection .intro_text h1 sup {
    top: -2.6em;
    left: -1.3em;
    font-size: 25%;
}

.__introSection .intro_text h4 {
    position: relative;
    margin: 0;
    color: #fff;
    font-size: 2.5rem;
}

.__introSection .intro_text p {
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 1px;
    font-size: 1.1rem;
    margin: 0;
}

.ourteam {
    padding: 60px 0;
    overflow: hidden;
    position: relative;
    text-align: initial;
}

.section_title {
    color: #dc1d2e;
    font-size: 28px;
    margin-bottom: 16px;
    font-weight: 500;
    text-align: initial;
}

.ourteam .card {
    height: 100%;
}

.ourteam .card .card-img-top {
    height: 350px;
    max-height: none;
}

.ourteam .card .card-title {
    font-size: 24px;
}

.ourteam_position {
    font-size: 20px;
    color: #2646a7;
}

.ourteam .card .card-text {
    font-size: 16px;
}

/* Media Queries for RTL - LTR */

@media only screen and (max-width: 1024px) {
    .__introSection .intro_text h1 {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 767px) {
    .__introSection img {
        height: 110px;
    }

    .__introSection .intro_text h4 {
        font-size: 18px;
    }

    .__introSection .intro_text h1 {
        font-size: 1rem;
        letter-spacing: 6px;
    }

    .__introSection .intro_text p {
        font-size: 12px;
    }

    .section_title {
        font-size: 24px;
    }

    .ourteam .card .card-img-top {
        height: 290px;
    }

    .ourteam .card .card-title {
        font-size: 20px;
    }

    .ourteam_position {
        font-size: 18px;
        color: #2646a7;
    }

    .ourteam .card .card-text {
        font-size: 14px;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*Investor-Relation Page*/

.inverstor_relation {
    padding: 60px 0;
    overflow: hidden;
    position: relative;
    text-align: initial;
}

.inverstor_relation h1,
.inverstor_relation h2,
.inverstor_relation h3,
.inverstor_relation h4,
.inverstor_relation h5,
.inverstor_relation h6 {
    font-size: 32px;
    margin-bottom: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
}

.inverstor_relation p {
    margin-bottom: 16px;
    font-size: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
}

.inverstor_relation ul {
    list-style: disc;
    margin: 0 0 16px;
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
    font-size: 16px;
}

.inverstor_relation ul li {
    margin-bottom: 5px;
}

.inverstor_relation img {
    margin: 0 15px 30px;
    max-height: 350px;
    max-width: 700px;
}

/* Media Queries for RTL - LTR */

@media only screen and (max-width: 1024px) {
    .inverstor_relation img {
        max-height: 300px;
        max-width: 580px;
    }
}

@media only screen and (max-width: 767px) {
    .inverstor_relation h1,
    .inverstor_relation h2,
    .inverstor_relation h3,
    .inverstor_relation h4,
    .inverstor_relation h5,
    .inverstor_relation h6 {
        font-size: 28px;
    }

    .inverstor_relation p {
        font-size: 14px;
    }

    .inverstor_relation ul {
        font-size: 14px;
    }

    .inverstor_relation img {
        margin-bottom: 30px;
        padding: 0 15px;
        max-width: 100%;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*Career Agent Page*/

.career-head_title {
    text-align: end;
}

.careers_agent {
    padding: 60px 0;
    overflow: hidden;
    position: relative;
    text-align: initial;
}

.careers_agent h1,
.careers_agent h2,
.careers_agent h3,
.careers_agent h4,
.careers_agent h5,
.careers_agent h6 {
    font-size: 32px;
    margin-bottom: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

.careers_agent p {
    margin-bottom: 16px;
    font-size: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

.careers_agent ul {
    list-style: disc;
    margin: 0 0 16px;
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
    font-size: 16px;
}

.careers_agent ul li {
    margin-bottom: 5px;
}

.careers_agent img {
    margin-bottom: 30px;
    padding: 0 15px;
    max-width: 100%;
}

.alert ul {
    list-style: none !important;
    padding: 0 !important;
}

/* Media Queries for RTL - LTR */

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 767px) {
    .careers_agent h1,
    .careers_agent h2,
    .careers_agent h3,
    .careers_agent h4,
    .careers_agent h5,
    .careers_agent h6 {
        font-size: 28px;
    }

    .careers_agent p {
        font-size: 14px;
    }

    .careers_agent ul {
        font-size: 14px;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*Properties Page*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

input[type="text"] {
    cursor: auto !important;
}
input[type="text"]::-webkit-input-placeholder {
    color: #656565;
}
input[type="text"]::-moz-placeholder {
    color: #656565;
}
input[type="text"]:-ms-input-placeholder {
    color: #656565;
}
input[type="text"]::-ms-input-placeholder {
    color: #656565;
}
input[type="text"]::placeholder {
    color: #656565;
}

.blue_color {
    color: #2646a7 !important;
}

.btn-color {
    background-color: #f00 !important;
    color: white !important;
    border: none !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
    outline: #f00 !important;
}

.btn-color:hover {
    background: #2646a7 !important;
}

.btn-color-blue {
    background: #2646a7 !important;
    color: white !important;
    border: none !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
    outline: #2646a7 !important;
}

.btn-color-blue:hover {
    background-color: #dc212e !important;
}

.advanced-search {
    padding: 12px 9px !important;
    text-align: initial;
}

.ribbon-wrapper {
    width: 108px;
    height: 108px;
    overflow: hidden;
    position: absolute;
    top: -6px;
    right: -6px;
    z-index: 21;
}

.ribbon {
    font: bold 14px Sans-Serif;
    line-height: 18px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -4px;
    top: 26px;
    width: 150px;
    background-color: #f00;
    color: #fff;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.5px;
    /*background-image: linear-gradient(#dc212e, #a00812);*/
    -webkit-box-shadow: -3px 5px 6px -5px rgba(0, 0, 0, 0.5);
            box-shadow: -3px 5px 6px -5px rgba(0, 0, 0, 0.5);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.ribbon:before,
.ribbon:after {
    content: "";
    border-top: 4px solid #a00812;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    bottom: -4px;
}

.ribbon:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 4px solid #a00812;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-top: 4px solid #a00812;
}

.ribbon:after {
    content: "";
    position: absolute;
    right: 7px;
    top: 100%;
    z-index: -1;
    border-left: 4px solid transparent;
    border-right: 4px solid #a00812;
    border-bottom: 4px solid transparent;
    border-top: 4px solid #a00812;
}

.property_options--option .icon-contianer {
    /* width: 45px;
    height: 35px; */
    margin: 0 auto 5px;
    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;
}

.bed {
    background: rgba(42, 65, 232, 0.1);
    color: #2a41e8;
    border: 1px solid rgba(42, 65, 232, 0.1);
}

.bath {
    background: rgba(240, 39, 39, 0.1);
    color: #f02727;
    border: 1px solid rgba(240, 39, 39, 0.1);
}

.sqft {
    background: rgba(15, 197, 191, 0.1);
    color: #0fc5bf;
    border: 1px solid rgba(15, 197, 191, 0.1);
}

.bedcolor {
    color: #2a41e8;
}

.bathcolor {
    color: #f02727;
}

.sqftcolor {
    color: #0fc5bf;
}

.property_options--option .icon-contianer i {
    font-size: 24px;
}

.property_options--option span {
    font-weight: bold;
    font-size: 16px;
}

.property-thumbnail--detailed {
    width: 320px;
}

.property_detail--detailed {
    min-height: 205px !important;
}

.property_detail--detailed .title {
    -webkit-padding-end: 50px;
    padding-inline-end: 50px;
}

.advanced_search {
    display: none;
}

.hide_number {
    display: none;
}

.show_number {
    color: #dc212e !important;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px !important;
}

.show_number:hover {
    font-weight: bold;
}

.mcw-back {
    display: none !important;
}

.mcw-wrap .mcw-calculate-btn {
    background: -webkit-gradient(linear, left top, right top, from(#c82333), to(#c82333)) !important;
    background: -o-linear-gradient(left, #c82333, #c82333) !important;
    background: linear-gradient(to right, #c82333, #c82333) !important;
}

.mcw-wrap .mcw-calculate-btn:hover {
    background: -webkit-gradient(linear, left top, right top, from(#2646a7), to(#2646a7)) !important;
    background: -o-linear-gradient(left, #2646a7, #2646a7) !important;
    background: linear-gradient(to right, #2646a7, #2646a7) !important;
}

.mcw-wrap .mcw-result__title {
    text-align: initial !important;
}

.share_container {
    position: absolute;
    z-index: 1;
    right: 70px;
    top: 0;
    display: none;
}

.property__details_container {
    height: calc(100% - 320px);
}

.property__details_horizontal {
    height: 100%;
}

.property__features ul {
    /* height: 200px;*/
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.property__features ul li:nth-child(5n){
  page-break-after:always;
  -webkit-column-break-after: always;
     -moz-column-break-after: always;
          break-after: always;
}

.property__features li {
    /* background-color: #e0e0e0;
    padding: 4px 10px;
    border-radius: 4px;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px; */
    margin-bottom: 10px;
}

.property__features svg {
    width: 20px;
    height: 20px;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

html[dir="rtl"] .share_container {
    right: unset;
    left: 20px;
}

ul.share-buttons {
    list-style: none;
    padding: 0;
}

ul.share-buttons li {
    display: inline;
}

ul.share-buttons .sr-only {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

html[dir="rtl"] .main-header .dropdown-toggle::after {
    right: unset;
    left: -20px;
    -webkit-margin-start: unset;
    margin-inline-start: unset;
    -webkit-margin-end: 0.255em;
    margin-inline-end: 0.255em;
    top: 50%;
}

html[dir="rtl"] .main-header .logo {
    float: right;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
    -webkit-margin-start: unset !important;
    margin-inline-start: unset !important;
}

html[dir="rtl"] .selectBox-dropdown .selectBox-arrow {
    right: unset;
    left: 0;
    border-left: unset;
    border-right: solid 1px #e0e0e0;
}

html[dir="rtl"] .ribbon-wrapper {
    right: unset;
    left: -6px;
}

html[dir="rtl"] .ribbon {
    left: 4px;
    top: 23px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

html[dir="rtl"] .ribbon:before {
    left: 7px;
}

html[dir="rtl"] .ribbon:after {
    right: 5px;
}

html[dir="rtl"] .property-box .tag.featured {
    left: unset;
    right: 15px;
}

html[dir="rtl"] .property-box .tag.alt {
    left: unset;
    right: 15px;
}

html[dir="rtl"] .property-box .tag.alt.next {
    left: 15px;
    right: unset;
}

html[dir="rtl"] .propety_action {
    right: unset;
    left: 15px;
}

html[dir="rtl"] .property-box .price-ratings-box {
    right: 15px;
    left: unset;
}

/* Media Queries for RTL - LTR */

@media only screen and (max-width: 1024px) {
    .property-thumbnail {
        height: 300px;
    }

    .property-box .footer.__agent .contact {
        text-align: initial;
        margin-top: 5px;
    }

    .property-box .footer.__agent .contact p {
        text-align: end;
    }

    .property_detail--detailed {
        min-height: 137px !important;
    }

    .main-header .dropdown-toggle::after {
        right: 20px;
    }

    html[dir="rtl"] .main-header .dropdown-toggle::after {
        right: unset;
        left: 20px;
    }

    .property_detail--detailed .title {
        -webkit-padding-end: 60px;
        padding-inline-end: 60px;
    }

    .property__details_container {
        height: calc(100% - 300px);
    }
}

@media only screen and (max-width: 767px) {
    .property-thumbnail {
        width: 100%;
        height: 235px;
    }

    .property-box .tag.featured {
        font-size: 10px;
    }

    .property-box .tag.alt {
        font-size: 10px;
    }

    .ribbon {
        font: bold 12px Sans-Serif;
    }

    .ribbon:before {
        left: 5px;
    }

    html[dir="rtl"] .ribbon:before {
        left: 8px;
    }

    html[dir="rtl"] .ribbon:after {
        right: 7px;
    }

    .ribbon:after {
        right: 9px;
    }

    .property-box .price-ratings-box .price {
        font-size: 16px;
    }

    .property-box .detail .title {
        font-size: 16px;
    }

    .property-box .detail .location i {
        font-size: 14px;
    }

    .property_options--option {
        font-size: 14px;
    }

    html[dir="rtl"] .heading-properties__price {
        text-align: start;
    }

    .main-header .dropdown-toggle::after {
        left: unset;
        right: 15px;
    }

    html[dir="rtl"] .main-header.dropdown-toggle::after {
        left: 15px;
        right: unset;
    }

    .property_detail--detailed .title {
        -webkit-padding-end: unset;
        padding-inline-end: unset;
    }

    .option-bar .search-area {
        width: 170px;
    }

    .property__details_container {
        height: calc(100% - 235px);
    }

    .property__details_horizontal {
        height: calc(100% - 235px);
    }

    .property__features li {
        font-size: 14px;
    }

    .agent__whatsapp {
        padding: 5px !important;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*Request Page*/

.option-bar .custom-select {
    min-height: unset;
    font-size: 14px;
}

.request_container {
    position: relative;
    padding: 16px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    height: 100%;
    background-color: white;
    -webkit-transition: border 0.3s, -webkit-box-shadow 0.3s;
    transition: border 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: border 0.3s, box-shadow 0.3s;
    transition: border 0.3s, box-shadow 0.3s;
    transition: border 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.request_container:hover {
    border: 1px solid rgba(92, 92, 92, 0.1);
    -webkit-box-shadow: 0 0.15rem 0.5rem rgba(113, 113, 113, 0.9) !important;
            box-shadow: 0 0.15rem 0.5rem rgba(113, 113, 113, 0.9) !important;
}

.request_container p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
}

.request_propetytype {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: black;
}

.request_propetytype.__active {
    /* color: white !important; */
    color: white;
}

.request_type {
    font-size: 16px;
    /* color: black; */
}
.request_type.__active {
    color: white;
}

.request_propertyfor {
    background: #2646a7;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 500;
    color: white;
    opacity: 0.9;
    border-radius: 20px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.request_location {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* color: black; */
}
.request_location.__active {
    color: white;
}

.request_location--icon {
    font-size: 18px;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
    font-weight: bold;
    font-style: unset;
    min-width: 25px;
    height: auto;
    /* color: black !important; */
}

.request_location--icon.__active {
    color: white;
}
.mt-1 {
    /* color: black; */
}
.mt-1 .__active {
    color: white;
}

.tooltip_hover {
    cursor: help;
}

.tooltip_title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #dc1d2e;
}

.tooltip .tooltip-inner {
    background-color: white;
    color: #37404d;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 0.25rem !important;
    max-width: 300px !important;
}

.tooltip .arrow::before {
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}

.request_button {
    font-size: 14px;
    display: block;
    width: 100px;
}

.request_container .footer.__agent {
    padding: 15px 0 0 0;
    margin-top: 15px !important;
}

.request_container .footer.__agent img {
    width: 50px;
    height: 50px;
}

.request_container .footer.__agent .contact button {
    background-color: transparent;
    color: #dc212e;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
}

.request_container .footer.__agent .contact button:hover {
    text-decoration: underline;
}

.request_container .ribbon {
    background-color: #3056c7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2646a7), to(#2646a7));
    background-image: -o-linear-gradient(#2646a7, #2646a7);
    background-image: linear-gradient(#2646a7, #2646a7);
}

.request_container .ribbon:before {
    border-left: 4px solid #2646a7;
    border-top: 4px solid #2646a7;
}

.request_container .ribbon:after {
    border-right: 4px solid #2646a7;
    border-top: 4px solid #2646a7;
}

.request__city {
    font-size: 20px;
    margin-bottom: 0px;
}

.request__country {
    font-size: 18px;
    -webkit-margin-start: 15px;
    margin-inline-start: 15px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.request__district_container {
    -webkit-margin-start: 45px;
    margin-inline-start: 45px;
}

.request__district {
    font-size: 16px;
    font-weight: unset !important;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
}

.request__price_container {
    -webkit-margin-end: 25px;
    margin-inline-end: 25px;
    /* color: black; */
}
.request__price_container .__active {
    /* color: white !important; */
}
.__active {
    color: white;
}

.contact__agent {
    color: #dc212e !important;
    text-decoration: underline;
    cursor: pointer;
}

.contact__agent:hover {
    font-weight: bold;
}

.request__tags {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 10px;
}

.request_tag {
    border-radius: 5px;
    padding: 2px 7px;
    -webkit-margin-end: 7px;
    margin-inline-end: 7px;
    margin-bottom: 7px;
    background-color: #eeeeee;
}

.request_card_matched {
    color: #dc212e !important;
    font-weight: bold !important;
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
}

.request-details ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.request-details ul li {
    font-weight: 400;
    font-size: 16px;
    padding: 5px 15px;
    border: 1px solid #e0e0e0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.request-details .request__desc {
    font-weight: 400;
    font-size: 16px;
    margin: 15px 0;
}

/* .date-details{
    color: black;
}
.date-details.__active{
    color: white;
} */
/* Media Queries for RTL - LTR */

@media only screen and (max-width: 1024px) {
    .request_container .footer.__agent .contact {
        text-align: end;
    }
}

@media only screen and (max-width: 767px) {
    .request_container p {
        font-size: 14px;
    }

    .request_propetytype {
        font-size: 14px;
        /* color: white !important; */
    }

    .request_type {
        font-size: 14px;
        color: white;
    }

    .request_propertyfor {
        padding: 3px 13px;
        margin-bottom: 15px;
    }

    .request_location {
        font-size: 14px;
        color: black;
    }
    .request_location.__active {
        color: white;
    }
    .location-details {
        color: black;
    }
    .location-details .__active {
        color: white;
    }
    .request_location--icon {
        font-size: 16px;
    }

    .tooltip_title {
        font-size: 16px;
    }

    .request_button {
        font-size: 14px;
    }

    .request_container .footer.__agent {
        padding: 15px 0 0 0;
        margin-top: 15px !important;
    }

    .request_container .footer.__agent img {
        width: 40px;
        height: 40px;
    }

    .request_container .footer.__agent .contact {
        text-align: initial;
    }

    .option-bar h4 {
        display: none;
    }

    .option-bar {
        padding: 0 5px;
    }

    /* .option-bar .d-flex{
    width: 100%;
  } */

    .property-details ul li strong {
        min-width: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .request-details ul li {
        border: none;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        padding: 5px 0;
    }

    .request_button {
        margin: unset;
    }

    .request__price_container {
        -webkit-margin-end: 10px;
        margin-inline-end: 10px;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*Blogs Page*/

.tags_container {
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tags_container_title {
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    font-weight: bold;
    font-size: 18px;
}

.tags_container_tag {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    padding: 5px 12px;
    font-size: 14px;
    border: solid 1px #e4e4e4;
    background: #e4e4e4;
    color: #5f5f5f;
    cursor: pointer;
    -webkit-transition: all 0.3;
    -o-transition: all 0.3;
    transition: all 0.3;
}

.tags_container_tag:hover {
    color: white;
}

.post-meta_data {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

.post-meta_data i {
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

html[dir="rtl"] .tags ul li a {
    float: right;
}

html[dir="rtl"] .tags-socal-box .social-list {
    float: left;
    text-align: left;
}

html[dir="rtl"] .comment .comment-author {
    left: unset;
    right: 0;
}

.recent_blogs_container {
    padding: 15px;
    background-color: white;
    height: 100%;
}

.recent_blogs_container__title {
    font-size: 20px;
    margin-bottom: 16px;
}

.recent_blogs {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.recent_blogs img {
    width: 80px;
    height: 80px;
    border-radius: 0.25rem;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    -o-object-fit: cover;
    object-fit: cover;
}

.recent_blogs__title {
    font-size: 16px;
    margin-bottom: 10px;
}

.recent_blogs__title a:hover {
    color: #dc212e;
}

.changeLink a{
    color: #2646a7;
}

.changeLink a:hover{
    color: #dc212e;
}

.recent_blogs__content {
    font-size: 14px;
    margin-bottom: 0;
}

/* Media Queries for RTL - LTR */

@media only screen and (max-width: 1024px) {
    .recent_blogs_container {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    html[dir="rtl"] .tags-socal-box .social-list {
        float: right;
        text-align: right;
    }

    .blog-grid-box .detail h3 a {
        font-size: 16px;
    }

    .blog-grid-box .detail h2 {
        font-size: 16px;
    }

    .recent_blogs img {
        width: 60px;
        height: 60px;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*Login Page*/

.social-media_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

/* Media Queries for RTL - LTR */

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 767px) {
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*Agents Styles*/

.agent-detail .property-thumbnail--detailed {
    height: 265px;
}

/* Media Queries for RTL - LTR */

@media only screen and (max-width: 1024px) {
    .agent-2 .agent-photo img {
        height: 235px;
    }

    .agent-4 .details {
        padding: 30px 20px;
    }

    .agent-detail .property-thumbnail--detailed {
        height: 270px;
    }

    .agent-detail .property-box .footer.__agent .contact p {
        text-align: initial;
        margin-top: 0;
    }

    .agent-detail .property_detail--detailed .title {
        -webkit-padding-end: unset;
        padding-inline-end: unset;
    }
}

@media only screen and (max-width: 767px) {
    .agent-2 .agent-photo img {
        height: 300px;
    }

    .agent-detail .property-thumbnail--detailed {
        height: 235px;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* Advanced Search */

.advanced_search-container {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    height: 0;
}

.advanced_search-container.show__adv {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.select2 {
    width: 100% !important;
}

.select2-selection--single {
    height: 38px !important;
    padding: 5px 4px;
    border: 1px solid #ced4da !important;
}

.select2-selection--multiple {
    height: 38px !important;
    padding: 1px 4px;
    border: 1px solid #ced4da !important;
}

.select2-selection__arrow {
    height: 100% !important;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*Profile Styles*/

.user-page .property-thumbnail--detailed {
    height: 265px;
}

.user-page .property_detail--detailed .title {
    -webkit-padding-end: 20px;
    padding-inline-end: 20px;
}

.property_status {
    position: absolute;
    right: 35px;
    color: white;
    top: -15px;
    padding: 2px 8px;
    z-index: 1;
}

._pending {
    background-color: #3f51b5;
}

._approved {
    background-color: #28a745;
}

.menu_dots {
    position: absolute;
    right: 15px;
    font-size: 20px;
    top: 15px;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    z-index: 40;
}

.menu_dots:hover a i {
    color: #dc212e;
}

.menu_dots .dropdown-item i {
    color: #dc212e;
}

.menu_dots .dropdown-item {
    text-align: initial;
}

.match_btn {
    color: #dc212e;
    font-size: 14px;
    padding: 5px 0;
    font-weight: 500;
    margin: 10px auto 0;
    display: block;
    width: 80%;
    border: 1px solid #dc212e;
}

.match_btn:hover {
    color: #dc212e;
}

#Capa_1 {
    display: block;
    margin: auto;
    height: 70px;
    width: 100%;
    margin-bottom: 24px;
}

#my-properties .property_actions {
    color: white;
}

#fav-prop .property_actions {
    color: white;
}

.matched_percentage {
    font-weight: bold;
    color: #2a41e8;
}

html[dir="rtl"] .property_status {
    right: unset;
    left: 35px;
}

html[dir="rtl"] .menu_dots {
    right: unset;
    left: 15px;
}

/* Media Queries for RTL - LTR */

@media only screen and (max-width: 1024px) {
    .user-page .property-thumbnail--detailed {
        height: 270px;
    }

    .user-profile-box .header {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .user-page .property-thumbnail--detailed {
        height: 235px;
    }

    #my-requests .property_actions {
        color: #37404d;
    }

    .save-changes-btn {
        width: 100%;
    }

    .user-profile-box .header {
        width: unset;
    }

    .match_btn {
        margin: 10px auto 10px;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*Developers Styles*/

.red_color {
    color: #dc212e !important;
}

.profile-nav-list .active a {
    color: #dc212e !important;
}

.developer_card {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border-radius: 0.25rem;
    -webkit-transition: -webkit-box-shadow 0.5s;
    transition: -webkit-box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
    transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.developer_card:hover {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.developer_card__image {
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
}

.developer_card__desc {
    padding: 15px 5px;
}

.developer_card__desc_img {
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    padding: 3px;
}

.developer_card__desc_title {
    font-size: 16px;
    font-weight: 500;
}

.developer_card__desc_projects {
    color: #dc212e;
    font-weight: bold;
}

.developer_hero {
    width: 100%;
    height: calc(100vh - 128px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.developer_hero img {
    width: 90px;
    height: 90px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 10px;
    padding: 7px;
    background-color: white;
    border-radius: 0.6rem;
}

.developer_hero h1 {
    color: white;
    font-weight: 500;
    font-size: 3rem;
    margin-bottom: 15px;
}

.developer_hero p {
    color: white;
    font-size: 16px;
}

.developer_projects {
    padding: 60px 0;
}

.developer_projects_title {
    width: 75%;
    text-align: center;
    margin: 0 auto 30px;
}

.project_slider__container {
    margin-top: 30px;
}

.project_slider {
    height: auto !important;
}

.project_slider li img {
    width: 100%;
    height: 420px;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: unset;
}

.lSSlideOuter .lSPager.lSGallery {
    margin: auto;
}

html[dir="rtl"] .lSSlideOuter .lSPager.lSGallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.lSSlideOuter .lSPager.lSGallery li {
    opacity: 0.7;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    opacity: 1;
    border-radius: unset;
}

.lSSlideOuter .lSPager.lSGallery img {
    width: 100%;
    height: 90px;
    -o-object-fit: cover;
    object-fit: cover;
}

.project_details {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 120px;
}

.project_details__title {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #dc212e;
}

.project_profile_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0;
}

.project_details__img {
    width: 85px;
    height: 85px;
    border-radius: 5px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
}

.project_details .col h4 {
    font-size: 20px;
    margin-bottom: 5px;
}

.project_details .col p {
    font-size: 16px;
    margin-bottom: 0;
}

.project_details__desc {
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 15px;
}

.project_details__tag {
    padding: 5px 15px;
    background-color: rgba(38, 70, 167, 0.05);
    color: rgba(38, 70, 167, 0.8);
    margin-bottom: 15px;
}

.project_facilities_img {
    width: 65px;
    height: 65px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 15px;
}

.project_developer__img {
    width: 110px;
    height: 110px;
    border-radius: 5px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
}

.project_sidemenu {
    margin-bottom: 15px;
}

.project_sidemenu .sidemenu__card {
    width: 100%;
    margin-bottom: 5px;
    padding: 10px;
    background-color: #2646a7;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: 500;
}

.project_sidemenu .sidemenu__card:first-child {
    padding: 27px 5px;
    background-color: #dc212e;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-weight: bold;
    font-size: 18px;
}

.project_sidemenu .sidemenu__card:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

/* Media Queries for RTL - LTR */

@media only screen and (max-width: 1024px) {
    .developer_card__image {
        height: 220px;
    }

    .project_profile_container {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .developer_card__desc_img {
        width: 50px;
        height: 50px;
    }

    .developer_hero {
        height: auto;
        padding: 30px 0;
    }

    .developer_hero h1 {
        font-size: 20px;
    }

    .developer_hero p {
        font-size: 14px;
    }

    .project_profile_container {
        display: block;
    }

    .project_details__img {
        margin-bottom: 15px;
    }

    .project_developer__img {
        margin-bottom: 15px;
    }

    .developer_projects_title {
        width: 100%;
        font-size: 24px;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*Intro Page*/

.intro__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    position: absolute;
    top: 0;
    background-color: transparent;
    right: 0;
    left: 0;
    z-index: 1;
}

.chooseLang {
    font-weight: 600;
    cursor: pointer;
    font-size: 18px;
    padding: 7px;
    background-color: white;
    font-family: "Almarai", sans-serif !important;
}

.intro .fixed_logo {
    background-color: #fff;
    border-radius: 5px;
    height: 60px;
    width: 150px;
    padding: 7px;
}

.intro .fixed_logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

html[dir="rtl"] .chooseLang {
    font-family: "Roboto", sans-serif !important;
}

/* Media Queries for RTL - LTR */

@media only screen and (max-width: 1024px) {
    .intro__header {
        position: unset;
    }

    .chooseLang {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .intro .fixed_logo {
        height: 50px;
        width: 120px;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*Header*/

.header__button {
    padding: 10px !important;
    font-size: 12px !important;
    -webkit-margin-start: 10px !important;
    margin-inline-start: 10px !important;
}

.button__container {
    -webkit-margin-start: 20px;
    margin-inline-start: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* Media Queries for RTL - LTR */

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 767px) {
    .header__button {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 5px !important;
    }

    .banner .carousel-item {
        height: unset;
    }

    .button__container {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-margin-start: unset;
        margin-inline-start: unset;
    }

    .top-header .top-social-media {
        text-align: center;
    }

    .top-header .top-social-media.pull-right {
        float: unset;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*Filters and Hotspots*/

.filter__item,.compound_tag {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 12px;
    font-size: 16px;
    cursor: pointer;
    display: block;
    border-radius: 5px;
    background-color: white;
}

.filter__item.active,.compound_tag.active {
    background-color: #dc212e;
    color: white;
}

.filter__item:hover,.compound_tag:hover {
    background-color: #dc212e;
    color: white;
}

.compound_tag:hover a {
    color: white;
}

.hotspot__item {
    outline: none;
    border: none;
    -webkit-transform-style: preserve-3d;
}

.hotspot_img__container {
    position: relative;
    overflow: hidden;
    width: 220px;
    height: 50px;
    transition: 1s;
}

.hotspot_img__container:hover {
    height: 250px;
    transition: 1s;
}

.hotspot_img__container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.hotspot_img__container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #001965;
    opacity: 0.3;
    z-index: 1;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.hotspot__item:hover .hotspot_img__container::before {
    opacity: 0.5;
}

.hotspot__item:hover .hotspot_img__container img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.hotspot__title {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    z-index: 2;
}

#filters_carousel {
    padding: 0 40px;
}

#filters_carousel .owl-stage {
    padding: 5px 0;
}

#filters_carousel .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0 auto !important;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: -1;
}

#filters_carousel .owl-nav button {
    background-color: white !important;
    color: red !important;
    height: 30px !important;
    width: 30px !important;
    margin: 0 !important;
    border-radius: 5px !important;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    -webkit-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
}

#filters_carousel .owl-nav button:hover {
    background-color: #dc1d2e !important;
    color: white !important;
}

#filters_carousel .owl-nav button span {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 22px;
    width: 100%;
    font-weight: bold;
}

.card__contact a:hover {
    color: white;
}

.card__contact .__phone {
    font-weight: 500;
    font-size: 13px;
    width: 85px;
    padding: 7px 0;
    text-align: center;
    border-radius: 4px;
    background-color: #f00;
    color: white;
    cursor: pointer;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
    height: 25px;
    padding: 2px 0;
}

.card__contact .__whatsapp {
    background: #26d366 !important;
    font-weight: 800;
    font-size: 18px;
    padding: 0;
    text-align: center;
    border-radius: 4px;
    background: #858484;
    color: #fff;
    cursor: pointer;
    height: 25px;
    width: 28px;
    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;
}

.card__contact .__whatsapp i {
    margin: 0;
}

/* Media Queries for RTL - LTR */

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 767px) {
    .hotspot_img__container {
        width: 140px;
        height: 100px;
        transition: 1s;
    }

    .hotspot_img__container:hover {
        height: 100px;
        transition: 1s;
    }

    .filter__item {
        font-size: 14px;
        padding: 5px 10px;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*Matched Properties*/

.matched__property {
    border: 1px solid rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border-radius: 0.25rem;
    padding: 10px;
    display: block;
    width: 100%;
}

.matched__property:hover {
    border: 1px solid rgba(92, 92, 92, 0.5);
    -webkit-box-shadow: 0 0.15rem 0.5rem rgb(113 113 113 / 90%);
            box-shadow: 0 0.15rem 0.5rem rgb(113 113 113 / 90%);
}

.matched__property .icons__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0 10px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
}

.matched__property .icon {
    display: block;
    font-size: 18px;
}

.matched__property .icon span {
    display: block;
}

.matched__property .percent {
    color: #dc212e;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.matched__property .details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
}

.matched__property .details p {
    margin-bottom: 0;
}

#matchedProperties_carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#matchedProperties_carousel .owl-item {
    -webkit-margin-start: 1px !important;
    margin-inline-start: 1px !important;
}

/* Media Queries for RTL - LTR */

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 767px) {
    #matchedProperties_carousel .owl-item {
        margin: 0 !important;
    }
}

a.social {
    width: 100%;
    color: #fff;
    font-weight: 500;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    cursor: pointer;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*Request index design*/

.request__index_filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
    line-height: 20px;
}

.request_index_card {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    background-color: white;
    padding: 15px 0 10px;
    border-radius: 4px;
    color: black;
}

.request_index_card p {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 20px;
}

.request_index_card .ribbon, .new .ribbon{
    background-color: #3056c7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2646a7), to(#2646a7));
    background-image: -o-linear-gradient(#2646a7, #2646a7);
    background-image: linear-gradient(#2646a7, #2646a7);
    font: bold 10px Sans-Serif;
    line-height: 0;
    padding: 9px 0;
    left: 1px;
    top: 24px;
    width: 150px;
}

.request_index_card .ribbon:before,.new .ribbon:before {
    content: unset;
}

.request_index_card .ribbon:after,.new .ribbon:after {
    content: unset;
}

.request_index_card img {
    width: 45px;
    height: 45px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    margin: 4px 0 5px;
}

.request_index_card .show_number {
    font-size: 14px !important;
}

.request_index_card .request__price_container {
    -webkit-margin-end: unset;
    margin-inline-end: unset;
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
    font-size: 14px;
}

.request_index_card .request_location {
    margin-bottom: 0;
    /* color: black; */
}

.under_ribbon {
    -webkit-padding-end: 40px !important;
    padding-inline-end: 40px !important;
}

.request__index {
    height: calc(100vh - 245px);
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: white;
    padding: 15px;
    border-radius: 4px;
    margin: 10px 0 0;
}

.request_index_card:hover {
    background-color: #dc212e2e;
}

.request_index_card:hover::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    background-color: #2646a7;
    width: 2px;
}

.request_index_card.__active {
    background-color: #dc212e;
    color: white !important;
}

.request_index_card.__active::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    background-color: #2646a7;
    width: 2px;
}

.get-details {
    cursor: pointer;
}

.request_index_details {
    height: calc(100vh - 271px);
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: white;
    padding: 15px;
    margin: 10px 0 0;
    border-radius: 4px;
}

.request_loadmore {
    font-size: 14px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    background-color: #eeeeee;
    color: #424242;
}

.request_loadmore:hover {
    background-color: #e0e0e0;
}

.request_title {
    color: #dc1d2e;
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 500;
    text-align: initial;
}

.request_loader {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 30px;
}

.request_loader.show {
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.request-details-container {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.request-details-container.show {
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.request_absolute {
    position: absolute;
}

.desktop_view {
    display: none;
}

.mobile_view {
    display: none;
}

/* .intro-active {
    border: 15px solid #dc212e;
} */

.intro-hover:hover {
    border: 2px solid #c2c2c2;
}

/* Media Queries for RTL - LTR */

@media only screen and (max-width: 1440px) {
    .flex_column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .flex_column a {
        -webkit-margin-start: unset;
        margin-inline-start: unset;
        margin-bottom: 5px;
        width: 130px !important;
    }
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 767px) {
    .request_index_card p {
        font-size: 12px;
    }
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*Chat plugins*/
.caFLbO {
    right: 75px !important;
    bottom: 3px !important;
}

.ceFTar {
    width: 60px !important;
    height: 60px !important;
}
/* Media Queries for RTL - LTR */

.custborder{
    border-radius: 0 !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 767px) {
}


@media (min-width: 1199px) and (max-width: 1235px){
    .main-header .navbar-expand-xl .navbar-nav .nav-link {
        font-size: 13px;
    }
}

@media (min-width: 1285px){
    .main-header .navbar-expand-xl .navbar-nav .nav-link {
        -webkit-margin-start: 5px;
        margin-inline-start: 5px;
    }
}
@media (min-width: 1300px){
    .main-header .navbar-expand-xl .navbar-nav .nav-link {
        -webkit-margin-start: 20px;
        margin-inline-start: 20px;
    }
}
