* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    font-family: 'DM Sans', sans-serif;
}

button {
    cursor: pointer;
}

a {
    text-decoration: none;
    color: inherit;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}


/* ----CSS Start For Header---- */


/* ----CSS End Start For Header---- */


/* ----CSS Start For Category Section---- */

.col_custom_20 {
    padding: 0 5px !important;
    /* padding-left: 10px !important; */
}

.section_background {
    background-color: #F1F1F1;
}

.site_section {
    padding: 35px 0;
}

.section_title {
    margin-bottom: 25px;
}

.section_title h3 {
    font-size: 28px;
    font-weight: 600;
    color: rgb(3 57 102);
    margin-bottom: 5px;
}

.section_title h3 span {
    font-weight: 700;
    color: #ff3e45;
}

div.title_border {
    width: 150px;
    height: 4px;
    border-radius: 10px;
    background-color: rgb(3 57 102);
}

.main_category {
    position: relative;
}

.main_category img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.category_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 98%;
    background-color: #00000094;
    background-image: linear-gradient( 180deg, #00000000, #000000);
    border-radius: 10px;
    text-align: center;
}

span.js-nav-toggle.nav_changer {
    position: inherit;
    background-color: inherit;
    width: inherit;
    height: inherit;
    display: inherit;
    z-index: inherit;
}

.category_title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    color: #fff;
}

.category_title a {
    font-size: 14px;
}

.category_title h3 {
    font-size: 1.25rem;
}


/* ----CSS End For Category Section---- */


/* ----CSS Start For Ancillary Services Section---- */

.ancillary_services_card {
    border-radius: 10px;
    box-shadow: 0 2px 2px 0 #b5b5b585;
    padding: 0 !important;
    margin: 0 5px;
}

.owl-stage-outer {
    /* padding: 10px 0; */
    padding-bottom: 10px;
}

.ancillary_services_card_img img {
    border-radius: 10px 10px 0 0;
    height: 125px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.ancillary_services_card_text {
    background-color: #f6f6f6;
    padding: 8px 10px 10px;
    border-radius: 0 0 10px 10px;
}

.ancillary_services_card_text h3 {
    font-size: 1rem;
    font-weight: 600;
}

.ancillary_services_card_text p {
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 5px;
}


/* ----CSS End For Ancillary Services Section---- */

.residential_houses_card {
    border-radius: 10px;
    box-shadow: 0 2px 2px 0 #b5b5b585;
    padding: 0 !important;
    margin: 0 5px;
}

.residential_houses_card_img img {
    border-radius: 10px 10px 0 0;
    width: 100%;
}

.residential_houses_card_details {
    padding: 8px 10px 10px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}

.residential_houses_card_details h3 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5em;
}

.residential_houses_card_details p {
    font-size: 12px;
    margin-bottom: 10px;
}

.residential_houses_card_details span {
    color: #ff3e45;
    font-weight: 500;
}

span.property_status {
    color: inherit;
    font-size: 14px;
}

.residential_houses_card_details h4 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.property_price {
    margin-top: 10px;
}

.property_size {
    text-align: right;
}

.property_price span {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
}


/* ------ CSS Start For Search Bar-------------- */

.site_searchbar {
    background-color: #033966;
    padding: 30px 20px;
    border-radius: 10px;
}

.tab {
    overflow: hidden;
    /* border: 1px solid #ccc;
    background-color: #f1f1f1; */
}


/* Style the buttons inside the tab */

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 1.5rem;
    margin-right: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}


/* Change background color of buttons on hover */

.tab button:hover {
    /* background-color: #ddd; */
    color: #ff3e45;
}


/* Create an active/current tablink class */

.tab button.active {
    /* background-color: #ccc; */
    color: #ff3e45;
}


/* Style the tab content */

.tabcontent {
    display: none;
    padding: 6px 12px;
    /* border: 1px solid #ccc;
    border-top: none; */
}

.site_search_inputs select {
    width: 100%;
    /* padding: 11px 10px 12px; */
    height: 35px;
    padding: 0 10px;
    border: none;
    font-family: 'FontAwesome', 'DM Sans', sans-serif;
}

.site_search_inputs button {
    width: 100%;
    font-weight: 500;
    /* padding: 10px; */
    height: 35px;
    border: none;
    font-family: 'DM Sans', sans-serif;
    background-color: #ff3e45;
    color: #fff;
}

.searchbar_section {
    /* padding-bottom: 30px; */
    position: relative;
    z-index: 1;
    background-color: #f1f1f1;
}

.site_searchbar {
    background-color: #033966;
    padding: 30px 20px;
    border-radius: 10px;
    margin-top: -70px;
}


/* ------ CSS End For Search Bar-------------- */


/* Footer Css */

.footer_section {
    padding: 50px 0;
    background-color: #033966;
}

.footer_column h3 {
    font-size: 1.15rem;
    margin-bottom: 20px;
    color: #fff;
}

.footer_column p {
    font-size: 14px;
    line-height: 1.5em;
    color: #fff;
}

.footer_column ul li {
    list-style: none;
    font-size: 14px;
    margin-bottom: 10px;
    color: #fff;
}

.social_follow a {
    display: inline-flex;
    flex-direction: row;
    width: 30px;
    height: 30px;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    justify-content: center;
    align-items: center;
    transition: .3s ease-in-out;
}

.social_follow .icon_facebook {
    background-color: #4267B2;
}

.social_follow .icon_instagram {
    background-color: #bc2a8d;
}

.social_follow .icon_twitter {
    background-color: #1DA1F2;
}

.social_follow .icon_youtube {
    background-color: #c4302b;
}

.social_follow a:hover {
    transform: rotate(360deg);
}

.social_follow {
    margin-bottom: 25px;
}

.footer_column img {
    width: 130px;
}

.credit {
    text-align: center;
    font-size: 12px;
    padding: 7px 0;
    background-color: #012f56;
    color: #a8a8a8;
}


/* Footer Css */


/* Slick Slider Custom CSS */

.slider_controls .slick-track {
    padding: 0 0 10px 0;
}

.slider_controls {
    position: relative;
}

.slider_controls .slick-next {
    position: absolute;
    right: -14px;
    border-radius: 30px;
}

.slider_controls .slick-prev {
    position: absolute;
    left: -30px;
    border-radius: 30px;
}


/* ---------------- Featured Section CSS -------------- */

.new_service_section {
    background-color: #daeeff;
    padding: 30px 50px 0;
    border-radius: 30px;
    /* background-image: linear-gradient(300deg, #cbe7ff 0%, #ffe3a7 100%); */
    background-image: linear-gradient(300deg, #0081f4 0%, #033966 100%);
    box-shadow: 0 2px 2px 0 #b5b5b585;
}

.featured_box_text {
    margin-bottom: 30px;
    color: #fff;
}

.featured_box_text h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.featured_box_text ul li {
    list-style: none;
    font-size: 1rem;
    margin: 20px 0;
    letter-spacing: .01em;
}

.featured_box_text ul {
    position: relative;
    padding-left: 25px;
}

.featured_box_text ul li::before {
    font-family: FontAwesome;
    content: "\f00c";
    margin-right: 10px;
    color: #fdb314;
    position: absolute;
    left: 0;
}

.featured_box_img img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.featured_box_text h3 {
    font-weight: 400;
    font-size: 19px;
}

button.featured_button {
    padding: 10px 30px;
    border: none;
    background-color: #ff3e45;
    color: #fff;
    border-radius: 3px;
    font-size: 18px;
}

.featured_section {
    background-color: #ffeee5;
}


/* ---------------- Featured Section CSS -------------- */


/* Featured One  */

.featured_one_section {
    /* background-image: linear-gradient( 300deg, #0081f4 0%, #033966 100%); */
    background-color: #a9d8ff;
}

.featured_two_section {
    background-color: #ffeee5;
}

.featured_one {
    border-radius: 30px;
    padding: 30px;
    /* background-image: linear-gradient( 300deg, #0081f4 0%, #033966 100%); */
    background-color: #fff;
}

.featured_image_one img {
    width: 85%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
    margin-bottom: 10px;
}

.featured_image_two img {
    width: 85%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
    margin-left: 10%;
}

.featured_one_text {
    color: inherit;
    margin-bottom: 0;
}

.featured_one_text h3 {
    color: #ff3e45;
    font-weight: 600;
}

.featured_one_text h2 {
    color: #033966;
}

.key_features {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.key_feature_img {
    display: flex;
    justify-content: center;
    min-width: 65px;
    max-width: 65px;
    height: 65px;
    border-radius: 100%;
    background-color: #ff3e45;
    align-items: center;
    margin-right: 10px;
}

.key_feature_img img {
    width: 35px;
}

.featured_one_img img {
    width: 95%;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}


/* Featured One End */


/* --------------------- Property Listing Page CSS----------------- */

.advance_filter {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 0 2px 2px 0 #b5b5b585;
}

.advance_filter .accordion {
    color: #444;
    cursor: pointer;
    padding: 18px 0;
    width: 100%;
    border: none;
    border-top: 1px solid #e0e0e0;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    background-color: #fff;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.advance_filter .active:after {
    content: "\2212";
}

.advance_filter .panel {
    padding: 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.advance_filter .panel ul li {
    margin-bottom: 15px;
}

.advance_filter h3 {
    margin: 5px 0 15px;
}

.advance_filter span {
    float: right;
}

.property_listing .contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3px;
    float: right;
}

.property_listing .contact .delar-info {
    font-size: 12px;
    /* display: block; */
    color: #9c9999;
    font-weight: 300;
    padding-right: 5px;
}

.property_list_card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    background-color: rgb(245, 247, 250);
}

.property_list_card .col-md-8.p-3 {
    position: relative;
}

.list_prop_img img {
    width: 100%;
    border-radius: 10px 0 0px 10px;
    float: left;
    /* position: relative; */
    height: 100%;
    object-fit: cover;
    box-shadow: 0 0 5px -1px;
}

.list_prop_img {
    position: relative;
    display: inline-block;
}

.list_prop_img .varified {
    background-color: #28AD35;
    color: #fff;
    padding: 0px 0px 0px 8px;
    font-weight: 400;
    /* border-radius: 0px 5px 5px 0; */
    cursor: pointer;
    width: 90px;
    position: absolute;
    left: 0;
    top: 10px;
}

.list_prop_img_simple img {
    width: 100%;
    border-radius: 10px 0 0px 10px;
    float: left;
    /* position: relative; */
    height: 100%;
    object-fit: cover;
    box-shadow: 0 0 5px -1px;
}

.list_prop_img_simple {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 175px;
}

.list_prop_img_simple .varified {
    background-color: #28AD35;
    color: #fff;
    padding: 0px 0px 0px 8px;
    font-weight: 400;
    /* border-radius: 0px 5px 5px 0; */
    cursor: pointer;
    width: 90px;
    position: absolute;
    left: 0;
    top: 10px;
}


/*.varified .fas .fa-info-circle {*/


/*    font-size: 12px;*/


/*}*/

.heart {
    position: absolute;
    right: 5px;
    top: 8px;
}

.list-share-circles img {
    width: 30px;
}

.list_prop_price_prea {
    font-size: 14px;
    color: gray;
    cursor: pointer;
    padding: 4px 0 0px;
}

.list_prop_price_prea span {
    margin-left: 3px;
    text-decoration: underline;
}

.list_prop_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding-bottom: 10px;*/
}

.button-resale {
    font-weight: 100;
    color: #42526E;
    display: inline-block;
    text-align: left;
    /*vertical-align: middle;*/
    padding: 1px 5px;
    background: #ffcfcf;
    /* border: 1px solid #d1d1d1; */
    /* display: flex; */
    /* margin-left: 35px; */
    cursor: pointer;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 3px;
    font-weight: 500;
}

.button-resale1 {
    font-weight: 100;
    color: #42526E;
    display: inline-block;
    text-align: left;
    /*vertical-align: middle;*/
    padding: 1px 5px;
    background: #c7e9cb;
    cursor: pointer;
    font-size: 10px;
    border-radius: 3px;
    /* border: 1px solid #97cd9e; */
    text-transform: uppercase;
    font-weight: 500;
}

.button-resale2 {
    font-weight: 100;
    color: #42526E;
    display: inline-block;
    text-align: left;
    /*vertical-align: middle;*/
    padding: 1px 5px;
    background: #b5d6ff;
    cursor: pointer;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 3px;
    font-weight: 500;
}

.list_prop_title h3 {
    font-size: 16px;
    font-weight: 500;
    color: #0c68b4;
    /* padding: 0px 0px 4px; */
    margin-bottom: 5px;
}

.list_prop_title h3 :hover {
    color: #000;
}

.prics {
    padding-top: 5px;
    /* padding-bottom: 10px; */
    /* border-bottom: 1px solid gray; */
    border-top: 1px dashed #eaeaea;
}

.prics .price-mid {
    font-size: 18px;
    font-weight: 700;
    color: #303030;
}

.prics .price-small {
    font-size: 12px;
    color: #606060;
}

.prics img {
    margin-bottom: -5px;
}

.prics p {
    font-size: 12px;
    color: gray;
}

.pro p {
    font-size: 13px;
    color: #656565;
    font-weight: 500;
    text-transform: uppercase;
    /*padding: 0px 0 5px;*/
}

.pro i.fa.fa-star {
    color: #ff9529;
    font-size: 10px;
    letter-spacing: -3px;
}

.m-left {
    margin-left: 45px;
}

.drop-ic {
    position: relative;
    margin: 6px;
}

.pro p a {
    color: #000000;
    text-transform: capitalize;
    /* font-size: 13px; */
    font-weight: 600;
    text-decoration: none;
}

.neighbour {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /*background: #ffffff;*/
    /* height: 35px; */
    padding: 6px 0px 3px;
    /*position: relative; */
}

.neighbours {
    display: inline-flex;
    /* justify-content: right; */
    float: right;
}

.neighbours img {
    width: 15px;
    margin-right: 5px;
}

.neighbours span {
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding-right: 15px;*/
    color: #999;
}

.neighbours span i {
    padding-right: 5px;
    font-size: 16px;
}

.neighbours p {
    margin-top: 0px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.neighbour span {
    font-size: 11px;
    color: #42526e;
}

.neighbour img {
    width: 15px;
    margin-right: 5px;
}

.pro {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 7px 0 4px 0;
}

.neighbour p {
    padding: 4px 10px;
    margin-right: 13px;
    box-shadow: 0 0 9px 0px #88afdf;
    background: #ffffff !important;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.sharing .share img {
    width: 100%;
    padding-left: 5px;
}

.keywords span {
    /*margin-top: 10px;*/
    color: #7a7a7a;
    font-size: 12px;
    /*margin-bottom: 5px;*/
}

.list_prop_price_size {
    margin-top: 0px;
    /*margin-bottom: 10px;*/
}

.list_prop_price_size h3 {
    font-size: 1.25rem;
    font-weight: 500;
}

.list_prop_details {
    margin-top: 65px;
}

.list_prop_details .share {
    width: 25px;
    display: block;
    margin: auto;
}

.list_prop_details .share img {
    display: block;
    margin: auto;
    padding-top: 10px;
    width: 100%;
}

.list_prop_details p {
    font-size: 14px;
    line-height: 1.5em;
    color: #7a7a7a;
}

.address {
    font-size: 16px;
    cursor: pointer;
    padding: 0px 0px 5px;
}

.address:hover {
    text-decoration: underline;
}

.available {
    display: flex;
    /* width: 100%; */
    justify-content: space-between;
    align-items: center;
    background: #ededed;
    /*margin-top: 8px;*/
}

.css-ebj250 {
    /* / border-right: 2px solid; /
    / border-right: dashed gray; /
    / padding-right: 30px; / */
    text-align: center;
    padding: 6px 8px;
    /* width: 45px; */
    display: block;
    justify-content: center;
    align-items: center;
}

.contact button {
    /* width: 100%; */
    /* height: 40px; */
    padding: 6px 10px;
    border: 1px solid #ff3e45;
    background-color: #ff3e45;
    color: #fff;
    border-radius: 3px;
    margin-top: 5px;
    margin-right: 10px;
}

.css-ebj250 img {
    width: 100%;
    /* / padding-right: 10px; / */
}

.css-1ty8tu4 {
    margin-top: 2px;
    font-size: 12px;
    /* align-items: center; */
    /* justify-content: center; */
    color: gray;
    /* display: flex; */
    /* text-overflow: ellipsis; */
    /* font-weight: 500; */
    margin: auto;
}

.list_prop_details p a {
    color: #ff3e45;
}

.listing_details {
    position: relative;
    /*height: 100%;*/
}

.prop_cta {
    position: absolute;
    width: 100%;
    bottom: 15px;
}

.prop_cta button {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #ff3e45;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
}

button.view_prop {
    background-color: #033966;
}

.listing_searchbar input {
    width: 100%;
    height: 40px;
    padding: 10px;
    border: 1px solid #cccccc;
    font-family: 'FontAwesome', 'DM Sans', sans-serif;
}

.listing_searchbar input:focus {
    outline: none;
    border: 1px solid #033966;
}

.listing_searchbar select {
    width: 100%;
    height: 40px;
    padding: 10px;
    border: 1px solid #cccccc;
    font-family: 'FontAwesome', 'DM Sans', sans-serif;
}

.listing_searchbar select:focus {
    outline: none;
    border: 1px solid #033966;
}

.listing_searchbar button {
    width: 100%;
    height: 40px;
    padding: 10px;
    border: 1px solid #ff3e45;
    background-color: #ff3e45;
    color: #fff;
}

.listing_searchbar {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 2px 0 #b5b5b585;
}


/* --------------------- Property Listing Page CSS End----------------- */


/* ------------------ View Property Page CSS ------------------ */

.property_main {
    background-color: #fff;
    box-shadow: 0 2px 2px 0 #b5b5b585;
    border-radius: 10px;
}

.property_main_img {
    position: relative;
}

.property_main_img span.media_count {
    position: absolute;
    right: 0;
    top: 0;
    padding: 4px 10px;
    color: #fff;
    font-size: 14px;
    background-color: #00000075;
    cursor: pointer;
}

.property_main_img span.my_favourite {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #ffffff;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 100%;
    font-size: 15px;
    color: #aeaeae;
}

span.my_favourite_marked {
    color: #ff3e45 !important;
}

.properties-icon p i:hover {
    color: red;
}

.property_main_img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    float: right;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
}

.property_main_details {
    padding: 15px;
    height: 400px;
    position: relative;
}

.property_main_details h3 {
    font-size: 1.35rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #033966;
}

.property_main_details p {
    margin-top: 10px;
    color: #7a7a7a;
    font-size: 16px;
}

.view_price_area {
    margin-top: 15px;
    display: inline-block;
}

.view_price_area h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0;
    color: #ff3e45;
}

.view_price_area span {
    font-size: 14px;
    font-weight: 500;
    color: #7a7a7a;
}

.agent_box {
    position: absolute;
    width: 100%;
    bottom: 15px;
    margin-top: 10px;
}

.agent_photo {
    display: flex;
    align-items: center;
}

.agent_photo img {
    width: 45x;
    height: 45px;
    object-position: center;
    object-fit: cover;
    border-radius: 100%;
    margin-right: 10px;
}

.agent_photo span {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 0;
    color: #7a7a7a;
}

.agent_photo h3 {
    margin-bottom: 0;
    font-size: 1.15rem;
    line-height: 1.25rem;
}

.agent_box {
    display: flex;
    align-items: center;
}

.agent_box button {
    background-color: red;
}

.agent_box button {
    background-color: #033966;
    display: block;
    position: absolute;
    right: 30px;
    padding: 10px;
    color: #fff;
    border: none;
    border-radius: 3px;
}

.property_overview {
    background-color: #fff;
    box-shadow: 0 2px 2px 0 #b5b5b585;
    border-radius: 10px;
    padding: 15px;
}

.property_overview_details {
    display: flex;
    align-items: center;
    padding: 15px;
}

.property_overview_details img {
    width: 45px;
    margin-right: 10px;
}

.property_overview_details h3 {
    font-size: 1rem;
    font-weight: 500;
    color: #ff3e45;
    line-height: 1.25rem;
}

.property_overview_details p {
    font-size: 13px;
    line-height: 1.5em;
    color: #7a7a7a;
    margin-bottom: 0;
}

.property_view_tittle {
    padding: 10px 0 0 15px;
}

.property_view_tittle h3 {
    font-size: 1.35rem;
    font-weight: 600;
    color: #033966;
    margin-bottom: 10px;
}

.property_main_features {
    border-top: 1px solid #f1f1f1;
    margin-top: 20px;
    padding-top: 15px;
}

.description_table {
    padding: 0 15px 15px;
}

.description_table table {
    border-collapse: collapse;
    width: 100%;
}

.description_table td {
    text-align: left;
    padding: 8px;
}

.description_table tr:nth-child(odd) {
    background-color: #f1f1f1;
}

.description_table {
    color: #272727;
    font-weight: 400;
    font-size: 15px;
}

.description_details p {
    margin-bottom: 15px;
    color: #272727;
    font-weight: 400;
    font-size: 15px;
}


/* ------------------------ */

.agent_query_form {
    background-color: #fff;
    box-shadow: 0 2px 2px 0 #b5b5b585;
    border-radius: 10px;
    padding: 15px;
}

.agent_query_form h3 {
    font-size: 1.35rem;
    font-weight: 600;
    color: #033966;
    margin-bottom: 5px;
}

.agent_query_form input {
    width: 100%;
    height: 35px;
    border: 1px solid #cccccc;
    margin: 5px 0;
    padding: 10px;
    border-radius: 3px;
}

.agent_query_form input:focus {
    outline: none;
    border: 1px solid #033966;
}

.agent_query_form select:focus {
    outline: none;
    border: 1px solid #033966;
}

.agent_query_form select {
    width: 100%;
    height: 35px;
    border: 1px solid #cccccc;
    margin: 5px 0;
    padding: 0 5px;
    border-radius: 3px;
}

.agent_query_form button {
    width: 100%;
    height: 35px;
    border: 1px solid #ff3e45;
    margin: 5px 0;
    padding: 10px;
    background-color: #ff3e45;
    color: #fff;
    border-radius: 3px;
}


/* ------------------ View Property Page CSS End ------------------ */


/* ---------------- CSS For Contact Us Page ------------------- */

.contact_header {
    background: url(../images/contactus.jpg);
    margin-top: 10px;
    background-size: cover;
    background-position: center;
}

.contact_header .overlay {
    width: 100%;
    background-color: #033966cc;
    height: 100%;
}

.cont_text {
    text-align: center;
    color: #fff;
    padding: 50px 0;
}

.cont_text h1 {
    font-size: 2rem;
}

.cont_text h3 {
    font-size: 1rem;
    font-weight: 400;
}

.contact_section {
    background-color: #f1f1f1;
}

.contact_form h3 {
    margin-bottom: 10px;
}

.contact_form textarea {
    width: 100%;
    min-height: 135px;
    border: 1px solid #cccccc;
    margin: 5px 0;
    padding: 10px;
    border-radius: 3px;
    font-family: 'DM Sans', sans-serif;
}

.contact_form textarea:focus {
    outline: none;
    border: 1px solid #033966;
}

.contact_details {
    background-color: #fff;
    box-shadow: 0 2px 2px 0 #b5b5b585;
    border-radius: 10px;
    padding: 15px;
    height: 100%;
}

.contact_info {
    padding: 5px 10px 10px;
}

.contact_info i {
    margin-right: 20px;
    font-size: 1.75rem;
    margin-bottom: 5px;
    color: #033966;
}

.contact_info h3 {
    color: #ff3e45;
    font-weight: 500;
}

.contact_info p {
    color: #272727;
    font-size: 15px;
}

.contact_info a i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background-color: #033966;
    border-radius: 100%;
    font-size: 16px;
    color: #fff;
    margin: 0;
    margin-top: 10px;
}

.contact_info a i:hover {
    background-color: #ff3e45;
}


/* ---------------- CSS For Contact Us Page End ------------------- */


/* ---------------- CSS For Terms & Privacy Page ------------------- */

.privacy_terms_content h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.privacy_terms_content p {
    margin-bottom: 10px;
}

.privacy_terms_content ul {
    padding-left: 20px;
    margin-bottom: 10px;
}


/* ---------------- CSS For Terms & Privacy Page End ------------------- */


/* ------------------- CSS Start For Services Page ---------------- */

.service_header {
    margin-top: 40px;
    background-color: #fff4e2;
}

.service_img img {
    width: 90%;
    display: block;
    margin-left: auto;
}

.service_content h1 {
    font-size: 2rem;
    font-weight: 600;
    color: #033966;
}

.service_content h1 span {
    color: #ff3e45;
}

.service_content p {
    font-size: 1.2rem;
    line-height: 1.5em;
    margin-top: 10px;
    font-weight: 300;
}

button.service_cta {
    padding: 10px 20px;
    font-size: 1.15rem;
    margin-top: 20px;
    background-color: #ff3e45;
    color: #fff;
    border: none;
    border-radius: 3px;
}

.about_service {
    text-align: center;
}

.about_service h3 {
    font-size: 1.75rem;
    font-weight: 600;
    color: #033966;
}

.about_service span {
    color: #ff3e45;
}

.about_service p {
    font-size: 1.15rem;
    margin: 10px 0 15px;
}

.about_service_box {
    padding: 15px;
    border-radius: 10px;
    background-color: #f8f8f8;
    margin: 12px 0;
    text-align: center;
    box-shadow: 0 2px 2px 0 #b5b5b585;
}

.about_service_box img {
    width: 100px;
    margin: 0 0 10px;
}

.about_service_box h3 {
    color: #033966;
    font-size: 1.15rem;
    margin-bottom: 5px;
}

.about_service_box p {
    margin-bottom: 5px;
}

.why_service {
    background-color: #fff4e2;
}

.why_service_img img {
    width: 100%;
}

.why_service_text h3 {
    font-size: 1.75rem;
    font-weight: 600;
    color: #033966;
}

.why_service_text h3 span {
    color: #ff3e45;
}

.why_service_text p {
    font-size: 1.15rem;
    margin: 10px 0;
    line-height: 1.5em;
}

.why_service_text ul {
    padding-left: 15px;
    position: relative;
}

.why_service_text ul li {
    margin: 20px 0;
    list-style: none;
    margin-left: 10px;
}

.why_service_text ul li::before {
    font-family: "FontAwesome";
    content: "\f00c";
}

.why_service_text ul li::before {
    font-family: "FontAwesome";
    content: "\f00c";
    position: absolute;
    margin-top: 4px;
    left: 0;
    font-size: 1.15rem;
    color: #033966;
}

.service_cta_box {
    padding: 30px;
    border-radius: 10px;
    background-color: #ff3e45;
}

.cta_box_details {
    display: flex;
    align-items: center;
}

.service_cta_box img {
    width: 150px;
    margin-right: 30px;
}

.cta_box_details h3 {
    font-size: 1.7rem;
    color: #fff;
}

.cta_box_details p {
    font-size: 1rem;
    color: #fff;
    line-height: 1.5em;
}

.service_cta_box button {
    padding: 8px 20px;
    font-size: 1.15rem;
    margin-left: auto;
    display: block;
    background-color: #033966;
    border-radius: 3px;
    border: none;
    color: #ffffff;
    box-shadow: 0 2px 2px 0 #1f1f1f59;
}


/* ------------------- CSS End For Services Page ---------------- */


/* ----------------- CSS For Blog -------------------- */

.blog_cards {
    background-color: #fff;
    box-shadow: 0 2px 2px 0 #b5b5b585;
    /* box-shadow: 0 2px 4px 0 rgb(48 48 48 / 15%); */
    border-radius: 10px;
    /* float: right; */
    margin: 12px 0;
}

.blog_thumbnail {
    position: relative;
}

.blog_thumbnail span {
    position: absolute;
    width: 100%;
}

.blog_thumbnail img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.blog_meta {
    padding: 10px 15px 15px;
}

.blog_meta h3 {
    color: #033966;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.blog_meta p {
    font-size: 1rem;
    color: #525252;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.blog_thumbnail span {
    position: absolute;
    left: 0;
    bottom: 5px;
    padding: 3px 10px;
    font-size: 14px;
    color: #fff;
    background-color: #ff3e45;
    width: auto;
}

.pagination {
    text-align: center;
}

.pagination a {
    color: #033966;
    /* float: left; */
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

.pagination a:hover {
    background-color: #ff3e45;
    color: white;
}

.pagination a.active {
    background-color: #ff3e45;
    color: white;
}


/* --------------- Article Page Css ------------------ */

.article_section {
    margin-top: 45px;
    background-color: #f1f1f1;
}

.article_cover img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 2px 4px 0 rgb(48 48 48 / 15%);
}

.article_cont {
    box-shadow: 0 2px 4px 0 rgb(48 48 48 / 15%);
    background-color: #fff;
    margin-top: -100px;
    border-radius: 15px 15px 0 0;
}

.article_meta {
    padding: 40px;
    border-bottom: 1px solid #f1f1f1;
}

.article_meta h1 {
    font-size: 2.35rem;
    color: #3e3e3e;
    margin-bottom: 10px;
}

.article_meta p {
    color: #7a7a7a;
}

.article_meta p span {
    color: #ff3e45;
    font-weight: 600;
}

.article_content {
    /* height: 1000px; */
    padding: 30px 40px;
    color: #3e3e3e;
}

.article_content p {
    font-size: 17px;
    line-height: 1.5em;
    margin: 8px 0;
    text-align: justify;
}

.article_content h1 {
    font-size: 2.25rem;
    margin-bottom: 10px;
}

.article_content h2 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.article_content h3 {
    font-size: 1.75rem;
    margin-bottom: 10px;
}

.article_content h4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.article_content h5 {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.article_content h6 {
    font-size: 1rem;
    margin-bottom: 10px;
}

.article_content ul {
    padding-left: 15px;
}

.article_content ol {
    padding-left: 15px;
}

.article_content li {
    margin: 5px 0;
    font-size: 17px;
}

.article_content a {
    color: #ff3e45;
}

.article_content a:hover {
    text-decoration: underline;
}

.article_content img {
    width: 100% !important;
    border-radius: 10px;
    margin: 10px 0;
}


/* ----------------- CSS For Blog End -------------------- */


/* Forgot Password & Reset Password CSS */

.password_page {
    min-height: 700px;
}

.forgot_reset_password {
    padding: 40px;
    box-shadow: 0 2px 2px 0 #b5b5b585;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    width: 90%;
    margin: auto;
}

.forgot_reset_password h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #033966;
    margin-bottom: 20px;
}

.forgot_reset_password input {
    width: 80%;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin-bottom: 15px;
}

.forgot_reset_password input:focus {
    outline: none;
    border: 1px solid #033966;
}

.forgot_reset_password button {
    background-color: #ff3e45;
    padding: 8px 15px;
    color: #fff;
    border-radius: 3px;
    font-size: 1rem;
    border: none;
    margin-bottom: 10px;
    min-width: 25%;
}

.forgot_reset_password button:hover {
    background-color: #033966;
}

.forgot_reset_password p {
    color: #3e3e3e;
}

.forgot_reset_password p a {
    color: #033966;
    font-weight: 500;
}


/* Forgot Password & Reset Password CSS End */


/* Login Signup CSS */

.forgot_reset_password input[type="radio"] {
    width: auto;
    margin: 0 10px 0 20px;
}

.forgot_reset_password input[type="checkbox"] {
    width: auto;
    margin: 0 5px 0 0;
}

.login_signup input {
    width: 100%;
}

.login_signup select {
    width: 100%;
    padding: 9px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin-bottom: 15px;
}

.accept_terms_policy {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-bottom: 15px;
    color: #3e3e3e;
}

.accept_terms_policy label a {
    color: #ff3e45;
    font-weight: 500;
}

.user_declaration {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 18px;
    color: #3e3e3e;
}

.user_declaration span {
    color: #033966;
    font-weight: 600;
    letter-spacing: 0.005em;
}

.fb_sign button {
    width: 100%;
    background-color: #3b5998;
}

.fb_sign button:hover {
    background-color: #3b5998;
}

.google_sign button {
    width: 100%;
    background-color: #DB4437;
}

.google_sign button:hover {
    background-color: #be3d31;
}

.login_signup h4 {
    color: #033966;
}

#login_method {
    width: 50%;
}


/* Login Signup CSS End */


/* ----------------- User Profile Page --------------- */

.dashboard_page {
    /* background-color: #fff; */
    min-height: 550px;
}


/* .dashboard_sidebar {
    border-right: 1px solid #f1f1f1;
    min-height: 750px;
} */

.dashboard_sidebar {
    background-color: #fff;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 2px 2px 0 #b5b5b585;
}

.dashboard_sidebar h3 {
    font-size: 1.15rem;
    padding: 10px 15px;
    background-color: #033966;
    color: #fff;
    font-weight: 500;
    border-radius: 10px 10px 0 0;
}

.dashboard_sidebar ul li {
    list-style: none;
    padding: 10px 15px;
    margin: 0;
    border-bottom: 1px solid #f1f1f1;
    font-size: 1rem;
    color: #033966;
}

.dashboard_sidebar ul li span {
    display: inline-block;
    width: 25px;
    color: #033966;
}

.dashboard_area {
    background-color: #fff;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 2px 2px 0 #b5b5b585;
}

.dashboard_area h3 {
    font-size: 1.15rem;
    padding: 10px 15px;
    background-color: #033966;
    color: #fff;
    font-weight: 500;
    text-align: center;
    border-radius: 10px 10px 0 0;
}

.user_profile_container {
    padding: 15px;
    box-shadow: none;
}

li.userTabslinks.active {
    background-color: #ff3e45;
    color: #fff;
    cursor: pointer;
}

li.userTabslinks.active span {
    color: #ffffff;
}

.user_fav_items {
    padding: 20px;
}

.my_fav_box {
    box-shadow: 0 2px 2px 0 #b5b5b585;
    border-radius: 10px;
    margin-bottom: 24px;
}

.my_fav_cover img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    height: 175px;
    object-fit: cover;
    object-position: center;
}

.my_fav_details {
    padding: 5px 10px 18px;
}

.my_fav_box h3 {
    color: inherit;
    background-color: inherit;
    padding: 0;
    text-align: inherit;
}

.my_fav_cover {
    position: relative;
}

.my_fav_cover span {
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    background-color: #ff3e45;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
}

.manage_listing_leads {
    padding: 20px;
}

.listing_leads_table table {
    border-collapse: collapse;
    width: 100%;
}

.listing_leads_table td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.listing_leads_table tr:nth-child(even) {
    background-color: #f6f6f6;
}

a.edit_listing {
    color: #033966;
    font-size: 20px;
    margin: 0 5px;
}

a.delete_listing {
    font-size: 20px;
    margin: 0 5px;
    color: #ff3e45;
}

a.lead_for_list {
    text-decoration: underline;
    font-weight: 500;
    color: #009c13;
}


/* ----------------- User Profile Page End --------------- */


/* Add Property Page CSS  */

.listing_page_header {
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}

.listing_page_header h1 {
    color: #033966;
    font-size: 1.75rem;
    font-weight: 600;
}

.listing_page_header h1 span {
    color: #ff3e45;
}

.owner_personal_details {
    padding: 15px 0;
}

.owner_personal_details h3 {
    margin-bottom: 20px;
    /* color: #424242; */
}

.owner_declaration input[type="radio"] {
    width: auto;
    margin: inherit;
    /* margin-left: 15px; */
}

.owner_personal_details h4 {
    font-size: 1rem;
    margin-bottom: 5px;
    font-weight: 500;
}

.owner_declaration label {
    margin-right: 10px;
}

.owner_declaration {
    font-size: 18px;
    margin-bottom: 15px;
}

.owner_personal_details input {
    width: 100%;
    padding: 7px 0 7px 7px;
    border: none;
    border-bottom: 1px solid #e4e4e4;
    margin: 5px 0 20px;
    background-color: #f9f9f9;
}

.owner_personal_details input:focus {
    border-bottom: 1px solid #033966;
    outline: none;
}

.owner_personal_details select:focus {
    border-bottom: 1px solid #033966;
    outline: none;
}

.owner_personal_details select {
    width: 100%;
    padding: 7px 0 5px 7px;
    border: none;
    border-bottom: 1px solid #e4e4e4;
    margin: 5px 0 20px;
    background-color: #f9f9f9;
}

.accordion_listing {
    background-color: #033966;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
    font-weight: 500;
    margin-bottom: 10px;
    border-radius: 3px;
}


/* .active,
.accordion_listing:hover {
    background-color: #ff3e45;
} */

.panel_listing {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

button.accordion_listing span {
    float: right;
}

.submit_listing input[type="checkbox"] {
    width: auto;
    margin: 0 5px 0 0;
}

.submit_listing button {
    display: block;
    margin: 0 auto 20px;
    background-color: #ff3e45;
    padding: 8px 15px;
    color: #fff;
    border-radius: 3px;
    font-size: 1rem;
    border: none;
    min-width: 25%;
}


/* Add Property Page CSS End */


/* Image Gallery CSS */

.gallery_row>.gallery_column {
    padding: 0 8px;
}

.gallery_row:after {
    content: "";
    display: table;
    clear: both;
}

.gallery_column {
    float: left;
    /* width: 10%; */
}


/* The gallery_modal (background) */

.gallery_modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000d1;
}


/* gallery_modal Content */

.gallery_modal_content {
    position: relative;
    background-color: #000000;
    margin: auto;
    padding: 10px 0 0 0;
    width: 90%;
    max-width: 1200px;
}


/* The gallery_colse Button */

.gallery_colse {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    padding: 0px 14px 0px;
    font-size: 35px;
    font-weight: bold;
    background-color: #ff3e45;
}

.gallery_colse:hover,
.gallery_colse:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.gallery_mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}


/* gallery_next & gallery_previous buttons */

.gallery_prev,
.gallery_next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}


/* Position the "gallery_next button" to the right */

.gallery_next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.gallery_prev:hover,
.gallery_next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


/* Number text (1/3 etc) */

.gallery_numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.caption_container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
    text-transform: uppercase;
}

.gallery_demo {
    opacity: 0.6;
}

.active,
.gallery_demo:hover {
    opacity: 1;
}


/* img.hover-shadow {
    transition: 0.3s;
} */

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.gallery_mySlides img {
    width: auto !important;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: 450px;
}

img.gallery_demo.cursor {
    width: 75px !important;
    height: 75px;
    object-fit: cover;
    object-position: center;
}


/* Image Gallery CSS End */


/* Checkout Page CSS  */

.check_out_page {
    padding: 30px;
}

.check_out_page h3 {
    text-align: left;
}

.check_out_page p {
    text-align: left;
    margin-bottom: 5px;
    font-weight: 500;
    color: #272727;
}

.check_out_page button {
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
}

.check_out_page select:focus {
    outline: none;
    border: 1px solid #033966;
}


/* Checkout Page CSS End */

button#open_search {
    padding-right: 20px;
    border-right: 2px solid #9b9b9b;
}

.view_all_btn_bg {
    float: right;
}

.view_all_btn {
    padding: 8px 12px;
    border: none;
    background-color: #ff3e45;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
}

.ancillary_services .slick-prev::before,
.ancillary_services .slick-next::before,
.residential_houses .slick-prev::before,
.residential_houses .slick-next::before {
    background-color: #ff3e45;
    opacity: 1;
    border-radius: 30px;
    z-index: 999;
}

.ancillary_services .slick-prev:hover,
.ancillary_services .slick-prev:focus,
.ancillary_services .slick-next:hover,
.ancillary_services .slick-next:focus,
.residential_houses .slick-prev:hover,
.residential_houses .slick-prev:focus,
.residential_houses .slick-next:hover,
.residential_houses .slick-next:focus {
    box-shadow: 13px 12px 10px 10px grey;
}

.homepage_slider .slick-dots {
    z-index: 9999;
    display: grid;
    bottom: 4%;
    right: 1%;
    width: auto;
    z-index: -0;
}

.load_more_btn {
    text-align: center;
    padding-top: 10px;
}

.password_box i {
    margin-left: -26px;
    margin-top: 10px;
    color: #75758b;
}

.password_box {
    display: flex;
}


/*---------LOGIN PAGE CSS START---------*/

.login_flex {
    display: flex;
}

.login_flex p {
    padding: 0 10px;
    margin: auto;
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: 500;
}

.login_slider_box,
.login_form_box {
    width: 50%;
    max-width: 50%;
}

.login_form_box {
    margin: 0 5px 0 10px;
}

.login_slider_box {
    background: linear-gradient( 45deg, #545454 20%, #333 100%);
    border-radius: 10px;
    margin: 0 10px 0 5px;
    height: max-content;
    padding: 20px;
}


/*---------LOGIN PAGE CSS END---------*/


/*---------LOGIN SLIDER CSS START---------*/


/* Defines the width of the carousel and centers it on the page */

.login_slider_box .slick-carousel {
    margin: 0px auto;
    width: 60%;
    height: 82%;
    font-size: 1.5rem;
    color: #fff;
}


/* The width of each slide */

.login_slider_box .slick-slide {
    width: 100%;
    margin: 0 auto;
    text-align: -webkit-center;
}


/* Color of the arrows */

.login_slider_box .slick-next::before,
.login_slider_box .slick-prev::before {
    color: #fff;
    background-color: transparent;
    font-size: 30px;
}


/*---------LOGIN SLIDER CSS END---------*/


/*----------DOUBLE RANGE SLIDER CSS START----------*/


/*----------DOUBLE RANGE SLIDER CSS END----------*/


/*--------------------new css -------------------*/

.social {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social .share {
    display: flex;
    align-items: normal;
    cursor: pointer;
}

.social .share img {
    width: 100%;
    padding-left: 5px;
}

.list-share-circles {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.list-share-circles ul {
    list-style: none;
}

.eapow-banner1 {
    display: flex;
}

.eapow-banner {
    width: 30px;
}

li.section.css-ncyfvc img {
    padding-right: 5px;
    width: 30px;
}

.undefined {
    background-color: #ff3e45;
    justify-content: center;
    color: #42526E;
    text-align: left;
    padding: 1px 5px;
    cursor: pointer;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 3px;
    font-weight: 500;
}

.undefined img {
    width: 50px;
}

.tick__tickTag {
    width: 9px;
    height: 5px;
    border: 2px solid #fff;
    border-color: transparent transparent #fff #fff;
    display: inline-block;
    transform: rotate(-45deg);
    vertical-align: middle;
    margin: -7px 4px 0 0;
}

.null {
    display: inline-block;
}

.m-photo__caption {
    position: absolute;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    font-size: 14px;
    padding: 0px 0px;
    cursor: pointer;
    bottom: 0px;
    /* width: 100%; */
    display: flex;
    /* justify-content: flex-start; */
    left: 0;
    border-radius: 0px 5px 0px 10px;
}

.m-photo__caption span {
    padding: 5px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.m-photo__caption span:hover {
    background: red;
    /* padding: 5px 20px; */
}

.m-photo__caption span img {
    width: 25px;
}

.m-photo__caption span:hover {
    background: red;
    /* padding: 5px 20px; */
}

input#keyword2 {
    padding: 10;
    width: 100%;
    height: 35px;
    padding: 0 35px;
    border: 0;
    font-family: 'FontAwesome', 'DM Sans', sans-serif;
}

.heart {
    position: absolute;
    right: 5px;
    top: 8px;
}

#heart {
    color: #201111;
    font-size: 20px;
}

#heart.red {
    color: red;
}

.range-slider {
    width: 280px;
    /*background: gray;*/
}

input[type="range"] {
    width: 100%;
    background: #fff;
}

.fab-wrapper {
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    z-index: 999;
}

.fab-checkbox {
    display: none;
}

.fab {
    position: absolute;
    bottom: -1rem;
    right: -1rem;
    width: 4rem;
    height: 4rem;
    background: blue;
    border-radius: 50%;
    background: #126ee2;
    box-shadow: 0px 5px 20px #81a4f1;
    transition: all 0.3s ease;
    z-index: 1;
    border-bottom-right-radius: 6px;
    border: 1px solid #0c50a7;
}

.fab:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
}

.fab-checkbox:checked~.fab:before {
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    background-color: rgba(255, 255, 255, 0.2);
}

.fab:hover {
    background: #2c87e8;
    box-shadow: 0px 5px 20px 5px #81a4f1;
}

.fab-dots {
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: white;
    border-radius: 50%;
    top: 50%;
    transform: translateX(0%) translateY(-50%) rotate(0deg);
    opacity: 1;
    animation: blink 3s ease infinite;
    transition: all 0.3s ease;
}

.fab-dots-1 {
    left: 15px;
    animation-delay: 0s;
}

.fab-dots-2 {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation-delay: 0.4s;
}

.fab-dots-3 {
    right: 15px;
    animation-delay: 0.8s;
}

.fab-checkbox:checked~.fab .fab-dots {
    height: 6px;
}

.fab .fab-dots-2 {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.fab-checkbox:checked~.fab .fab-dots-1 {
    width: 32px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.fab-checkbox:checked~.fab .fab-dots-3 {
    width: 32px;
    border-radius: 10px;
    right: 50%;
    transform: translateX(50%) translateY(-50%) rotate(-45deg);
}

@keyframes blink {
    50% {
        opacity: 0.25;
    }
}

.fab-checkbox:checked~.fab .fab-dots {
    animation: none;
}

.fab-wheel {
    position: absolute;
    bottom: 0;
    right: 0;
    /* border: 1px solid #; */
    width: 10rem;
    height: 10rem;
    transition: all 0.3s ease;
    transform-origin: bottom right;
    transform: scale(0);
}

.fab-checkbox:checked~.fab-wheel {
    transform: scale(1);
}

.fab-action {
    position: absolute;
    background: #0f1941;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: White;
    box-shadow: 0 0.1rem 1rem rgba(24, 66, 154, 0.82);
    transition: all 1s ease;
    opacity: 0;
}

.fab-checkbox:checked~.fab-wheel .fab-action {
    opacity: 1;
}

.fab-action:hover {
    background-color: #f16100;
}

.fab-wheel .fab-action-1 {
    right: -1rem;
    top: 0;
}

.fab-wheel .fab-action-2 {
    right: 3.4rem;
    top: 0.5rem;
}

.fab-wheel .fab-action-3 {
    left: 0.5rem;
    bottom: 3.4rem;
}

.fab-wheel .fab-action-4 {
    left: 0;
    bottom: -1rem;
}

#hashLink {
    display: none;
}

#hashLink:target {
    display: block;
}

#hashLink1 {
    display: none;
}

#hashLink1:target {
    display: block;
}

#hashLinks {
    display: none;
}

#hashLinks:target {
    display: flex;
}

#hashLinks1 {
    display: none;
}

#hashLinks1:target {
    display: flex;
}

.pro_details {
    position: relative;
}

.drop-button {
    padding: 0px 5px;
    color: #ffffff;
    background: #173b65;
    border: 0px;
    display: inline-block;
    font-weight: 600;
    margin: 0px;
    width: auto;
    border-radius: 5px;
    cursor: pointer;
    transition: all 200ms;
    position: absolute;
    right: 60px;
    top: -10px;
}

.drop-button::after {
    font-family: FontAwesome;
    content: "\f0d7";
    /*padding-left: 5px;*/
}

.arrow-down {
    position: absolute;
    right: 0;
    top: 0;
}

.arrow-down form {
    text-align: center;
    position: absolute;
    top: (50% + 4em);
    transform: translate(-50%, -50%);
    top: 7px;
    right: 175px;
    z-index: 1;
}

.button-group>* {
    display: inline-block;
    position: relative;
    font-size: 16px;
}

.drop-pop {
    position: absolute;
    background: #f5f7fa;
    box-shadow: 0px 4px 8px 0px #999;
    right: 80px;
    text-align: -webkit-center;
    padding: 4px 0px 4px 12px;
    display: flex;
    justify-content: flex-start;
}

.drop-pop img {
    width: 15px;
    margin-right: 5px
}

.drop-pop span {
    font-size: 10px;
    color: #42526e;
}

.drop-pop .col-md-2 {
    margin-right: 38px;
}

.drop-pop p {
    border: 1px solid #d6efff !important;
    padding: 4px 10px;
    margin-right: 13px;
    box-shadow: 0 0 9px 0px #88afdf;
    background: #ffffff !important;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
}

.drop-pop button {
    width: 100%;
    background: transparent;
    color: black;
    border-width: 0px;
    padding: 8px 24px;
    box-shadow: none;
}

.drop-button:hover,
.drop-pop button:hover {
    background: #dddddd;
}

.drop-pop button:focus {
    background: #C6DCFF;
    box-shadow: 0px 0px 8px 4px rgba(62, 137, 255, .75);
}

.drop-button-wrap input[type="checkbox"] {
    width: 0px;
    height: 0px;
    margin: 0px;
    display: block;
    -webkit-appearance: none;
}

.drop-button-wrap input[type="checkbox"]:focus+label {
    outline: 0;
    box-shadow: 0px 0px 6px 3px rgba(62, 137, 255, .75);
    background: #C6DCFF;
    transition: all 250ms;
}

.drop-button-wrap input[type="checkbox"]~.drop-pop {
    visibility: hidden;
    opacity: 0;
    top: 0%;
    transition: all 200ms;
}

.drop-button-wrap input[type="checkbox"]:checked~.drop-pop {
    visibility: visible;
    opacity: 1;
    top: 20px;
}

.panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
}

.panel-title>a.collapsed:before {
    float: right !important;
    content: "\f067";
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    text-decoration: none;
}

.properties-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-align: center;
    right: 1px;
    bottom: -14px;
    /* background: transparent; */
    padding: 5px 0 2px 10px;
    border-radius: 5px 0 0 0px;
    color: #fff;
    transform: translate(0, -50%);
    /* background-color: rgba(0, 0, 0, .7); */
}

.css-ebj250 div {
    font-size: 12px;
}

.properties-icon img {
    width: 23px;
    border-radius: 82%;
    padding: 2px;
    background-color: #fff;
    margin-right: 8px;
    box-shadow: 0px 0px 13px 0px #000000;
}

.properties-icon p i {
    padding-right: 10px;
}


/*.tol-header {*/


/*    padding: 15px;*/


/*    border-bottom: 1px solid #e5e5e5;*/


/*}*/


/*.tol-title {*/


/*    padding: 15px;*/


/*    border-bottom: 1px solid #e5e5e5;*/


/*}*/

.tol-body {
    position: relative;
    padding: 5px;
    border-top: 1px solid #e5e5e5;
}


/*----------------------------media-query-phone----------------------*/

@media only screen and (max-width: 767px) {
    .advance_filter {
        margin-bottom: 25px;
    }
    .list_prop_title h3 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .list_prop_title h3 {
        font-size: 11px;
    }
    .list_prop_title span.button-p {
        font-size: 10px;
    }
    .neighbours span {
        font-size: 10px;
    }
    .listing_details {
        display: block;
        justify-content: center;
        align-items: center;
    }
    .list_prop_price_prea {
        font-size: 10px;
    }
    .pro p {
        font-size: 12px;
    }
    .arrow-down form {
        top: 105px;
        right: 23px;
    }
    .drop-pop p {
        width: 90px;
    }
    .drop-pop {
        width: 364px;
        right: 0px;
    }
    .listing_details .col-10 {
        width: 90.333333%;
    }
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #cecdcd;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    font-weight: 500;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.ratings_span {
    font-size: 12px;
}


/* first line */

.first_lie {
    font-size: 12px;
    color: grey;
}


/* browse property filter new */

.first_lie-1 {
    font-size: 12px;
    color: black;
}

.tooltip .tooltiptext-1 {
    visibility: hidden;
    width: 200px;
    background-color: #ffffff;
    color: #000;
    /* text-align: center; */
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    font-weight: 500;
}

span.tooltip a {
    font-size: 12px;
    color: #245fa3;
}

h4.tol-title-1 {
    font-size: 12px;
    padding: 5px;
}

.tol-body-1 {
    position: relative;
    padding: 5px;
    border-top: 1px solid #e5e5e5;
}

.tol-body-1 p {
    text-align: left;
    color: #000;
    padding: 2px;
    font-size: 10px;
}


/* span.right {
    text-align: right;
} */

.tooltiptext-1 p span.right {
    text-align: right;
}

.tooltip:hover .tooltiptext-1 {
    visibility: visible;
}

.filter-1 {
    --primary-color: #185ee0;
    --secondary-color: #e6eef9;
    margin-bottom: 20px;
}

.filter-1 a button {
    padding: 8px 10px;
    font-size: 13px;
    border-radius: 5px;
    outline: none;
    border: none;
    background-color: white;
}

.filter-1 a button:hover {
    background-color: #85bae9;
}

.filter-1 span {
    padding: 0px 8px;
}

span.check_loans a {
    font-size: 12px;
}

.delar-info p {
    font-size: 13px;
    text-align: left;
    color: grey;
    /* margin-top: 5px; */
}

.filter-2 select {
    /* width: 100%; */
    /* height: 40px; */
    padding: 8px 10px;
    border: none;
    font-family: 'FontAwesome', 'DM Sans', sans-serif;
    border-radius: 5px;
    outline: none;
    float: right;
}


/* agent_profilecard */

.flip-card {
    perspective: 1000px;
    background-color: #e1ebf7;
    width: fit-content;
    border-radius: 5px;
    box-shadow: 0 0 10px 0;
    padding: 6px 17px;
    /* font-size: 20px; */
    /* float: right; */
    line-height: 16px;
    z-index: 999;
    margin-top: 5px;
}

.flip-card p span {
    padding: 8px;
    font-size: 10px;
}

.flip-card p {
    font-size: 11px;
}

.flip-card p strong {
    font-size: 11px;
    color: #4a4a4a;
    text-decoration: underline;
}

.flip-card p img {
    width: 10px;
    vertical-align: middle;
}

.rating_agent-1 .fa {
    color: #f8b73a;
}

.tooltip .tooltiptext-2 {
    visibility: hidden;
    /* width: 200px; */
    background-color: #ffffff;
    color: #000;
    /* text-align: center; */
    border-radius: 6px;
    padding: 5px 8px;
    position: absolute;
    /* right: 0; */
    bottom: 10px;
    z-index: 1;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    font-weight: 500;
}


/* span.tooltip a {
    font-size: 13px;
    color: #2a7de5;
} */

h4.tol-title-2 {
    font-size: 12px;
    padding: 5px;
}

.tol-body-2 {
    position: relative;
    padding: 5px;
    border-top: 1px solid #e5e5e5;
}

.tol-body-2 p {
    text-align: left;
    color: #000;
    padding: 2px;
    font-size: 10px;
}


/* span.right {
    text-align: right;
} */

.tooltiptext-2 p span.right {
    text-align: right;
}

.tooltip:hover .tooltiptext-2 {
    visibility: visible;
}

h4.tol-title-2 img {
    width: 50px;
    vertical-align: middle;
}

.tol-body-2 p span.right {
    padding-left: 5px;
}

span.tooltip a .flip-card {
    color: grey;
}


/* CSS For Contact Bar on Browse Property */

.property_contact_float_btn {
    display: inline-grid;
    background-color: #173b65;
    padding: 10px 13px;
    border-radius: 5px;
    position: absolute;
    right: -17px;
    bottom: 15px;
    font-size: 22px;
    box-shadow: 0 0 10px 0 #1a1a1a;
    color: #ededed;
}

.property_desc_two {
    color: #3a3a3a;
    background-color: #fff;
    display: inline-block;
    padding: 0 3px;
}