/**
{
    font-size: 100%;
}*/

body
{
    background-color: #fff !important;
    font-family: "Montserrat", serif !important;
}

div.carousel
{
    max-width: 100%;
}

.preloader
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
}

.preloader #loader-content
{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #4b7bec;
    font-size: 16px;
}

.preloader #loader-content #loader-circle
{
    width: 40px;
    height: 40px;
    background-color: #4b7bec;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;
    -webkit-animation: scaleout 1s infinite ease-in-out;
    animation: scaleout 1s infinite ease-in-out;
}

.preloader #loader-content span
{
    display: block;
    margin-top: 16px;
    letter-spacing: 2px;
}

.theme-container
{
    width: 80%;
    margin: 0 auto;
}

.filter-icon-primary
{
    filter: brightness(0) saturate(100%) invert(13%) sepia(71%) saturate(577%) hue-rotate(167deg) brightness(94%) contrast(91%);
}

#home-page-top-nav
{
    border-bottom: #F58220 2px solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#home-page-footer
{
    background-color: #152F48;
    color: #fff;
}

.text-theme-secondary
{
    color: #F58220 !important;
}

.filter-theme-secondary
{
    filter: invert(53%) sepia(90%) saturate(1074%) hue-rotate(347deg) brightness(99%) contrast(94%) !important;
}

.text-theme-primary
{
    color: #F58220 !important;
}

.bg-theme-primary
{
    background-color: #152F48 !important;
}

.bg-theme-secondary
{
    background-color: #F58220 !important;
}

.left-border-secondary
{
    border-left: #F58220 2px solid !important;
}

.bg-theme-card
{
    background-color: #2D445B;
    position: relative;
}

.font-rajdhani-regular
{
    /*font-family: rajdhani_regular;*/
    font-weight: normal;
}

.font-rajdhani-bold
{
    /*font-family: rajdhani_bold;*/
    font-weight: bold;
}

.mxw-300p
{
    max-width: 300px;
}

.mnw-300p
{
    min-width: 300px;
}

.overflow-x
{
    overflow-x: auto;
}

#myLinks
{
    background-image: url('../../assets/Dashboard-Image-Background.png');
    background-repeat: no-repeat;
    background-size: auto;
    height: calc(100vh - 65px);
    display: none;
}

.button_orange
{
    background-color: transparent;
    /*font-family: rajdhani_regular;*/
    color: #F58220;
    padding: 5px 20px;
    border: 1px solid #F58220;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}

.button_orange:hover
{
    color: #fff;
    background-color: #F58220;
    cursor: pointer;
}

.btn-blue-border
{
    background-color: transparent;
    /*font-family: rajdhani_regular;*/
    font-weight: bold;
    color: #152F48;
    padding: 5px 20px;
    border: 1px solid #152F48;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
}

.btn-blue-border:hover span
{
    display: none
}

.btn-blue-border:hover:after
{
    content: "Sign Up";
}

.btn-blue-border:hover, .btn-white-border:hover
{
    color: #F58220;
    cursor: pointer;
    border: 1px solid #F58220;
    border-radius: 5px;
}

.btn-orange-border, .btn-hover-white
{
    background-color: transparent;
    /*font-family: rajdhani_regular;*/
    font-weight: bold;
    color: #F58220;
    padding: 5px 20px;
    border: 1px solid #F58220;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
}

.btn-orange-border:hover
{
    color: #152F48;
    cursor: pointer;
    border: 1px solid #152F48;
    border-radius: 5px;
}

.btn-white-border
{
    background-color: transparent;
    /*font-family: rajdhani_regular;*/
    font-weight: bold;
    color: #fff;
    padding: 5px 20px;
    border: 1px solid #fff;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
}

.btn-white-border:hover span
{
    display: none
}

.btn-white-border:hover:after
{
    content: "Sign Up";
}

.btn-hover-white:hover
{
    color: #fff;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 5px;
}

.button_white
{
    background-color: transparent;
    /*font-family: rajdhani_regular;*/
    color: #fff;
    padding: 5px 30px;
    border: 1px solid #fff;
    border-radius: 0;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}

.button_white:hover
{
    color: #fff;
    background-color: #fff;
    cursor: pointer;
}

.mobile-nav-links
{
    display: flex;
    color: #152F48;
}


/* .mobile-nav-buttons {
    display: none;
} */

#menu-bar
{
    display: none;
}

#filter-drop-down
{
    display: none;
}

.mobile-nav-buttons
{
    display: none;
}

.m-nav-item
{
    font-weight: 600;
    font-size: 1rem;
    margin-right: 1rem;
    white-space: nowrap;
}

.bg-blur
{
    background: /* top, transparent red, faked with gradient */ linear-gradient(rgba(21, 47, 72, 0.90), rgba(21, 47, 72, 0.90));
}

#hero-img-1
{
    background: /* top, transparent red, faked with gradient */ linear-gradient(to left, rgba(21, 47, 72, 0), rgba(21, 47, 72, 0.8)), /* bottom, image */ url('../../assets/Images/Homepage-Hero-Image.png');
    background-color: #cccccc;
    min-height: 600px;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#hero-img-2
{
    background: /* top, transparent red, faked with gradient */ linear-gradient(to left, rgba(21, 47, 72, 0), rgba(21, 47, 72, 0.8)), /* bottom, image */ url('../../assets/Images/Homepage-Hero-Image.png');
    background-color: #cccccc;
    min-height: 600px;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#hero-img-3
{
    background: /* top, transparent red, faked with gradient */ linear-gradient(to left, rgba(21, 47, 72, 0), rgba(21, 47, 72, 0.8)), /* bottom, image */ url('../../assets/Images/Homepage-Hero-Image.png');
    background-color: #cccccc;
    min-height: 600px;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.text-img
{
    position: absolute;
    color: white;
    font-size: 500%;
    text-shadow: 2px 2px 6px #000000;
}

.mw-400p
{
    max-width: 400px;
}

.top-92
{
    position: absolute;
    top: 92%;
}

#bottom-background
{
    height: 100%;
    background: linear-gradient(white 60%, #152F48 60%);
}

#bottom-background-gray
{
    height: 100%;
    background: linear-gradient(white 60%, #E4E7EA 60%);
}

.mt-m-35
{
    margin-top: -35px;
}

.img-text-bottom-left
{
    position: absolute;
    bottom: 16px;
    left: 24px;
    right: 24px;
    color: white;
    font-size: 1.5em !important;
    text-shadow: 2px 2px 6px #000000;
}

.form-control
{
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff !important;
    background-color: transparent !important;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 0px !important;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.form-control-dark
{
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000;
    border-radius: 0px !important;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.hero-filter-section
{
    z-index: 500;
    position: absolute;
    top: 0;
    width: 100%;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.hero-heading-section
{
    z-index: 499;
    position: absolute;
    top: 20%;
    width: 100%;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.h-75vh
{
    height: 88vh;
}

.carousel-indicators
{
    right: 0;
    bottom: 32px !important;
    left: 2% !important;
    justify-content: start !important;
}

.spacer_custom-ribbon-1
{
    width: auto;
    height: auto;
    color: #ffffff !important;
    padding: 0;
    font-size: 1.2em !important;
    font-weight: 1000 !important;
    max-width: 50% !important;
}

.custom-ribbon
{
    position: absolute;
}

.custom-ribbon-1
{
    width: auto;
    height: auto;
    background: #F58220;
    color: #152F48 !important;
    padding: 1em .5em .5em .5em;
    font-size: 1.2em !important;
    font-weight: 1000 !important;
    max-width: 50% !important;
}

#welcome-page-track
{
    width: calc(100% - 5%);
}

.orange-icon
{
    filter: brightness(0) saturate(100%) invert(62%) sepia(34%) saturate(3412%) hue-rotate(346deg) brightness(98%) contrast(96%) !important;
}

@media (min-width: 768px)
{
    .custom-ribbon-1
    {
        top: -14px;
        right: 14px;
    }
}

@media (max-width: 767px)
{
    .custom-ribbon-1
    {
        top: -12px;
        right: 27px !important;
    }
}

.custom-ribbon-1:before
{
    content: "";
    position: absolute;
    top: 0;
    left: -14px;
    border-left: 7px solid transparent;
    border-right: 7px solid #152F48;
    border-top: 7px solid transparent;
    border-bottom: 7px solid #152F48;
}

.text-1em
{
    font-size: 1.5em !important;
}

.h-50px
{
    height: 50px;
}

.cat-container
{
    min-height: 150px;
    display: flex;
    overflow-x: auto;
    justify-content: space-between;
}

.cat-container .item
{
    min-width: 150px;
    min-height: 150px;
    text-align: center;
    margin-right: 2px;
}

.fetured-row
{
    min-height: 250px;
    display: flex;
    overflow-x: auto;
    justify-content: start;
}

.fetured-row .fetured-item
{
    min-width: 250px;
    min-height: 250px;
    text-align: left;
    margin: 8px;
}

.tier-title-height
{
    height: 60px !important;
    overflow: hidden !important;
}

.tier-2-imgs
{
    height: 330px;
    width: 400px;
}

.tier-3-imgs
{
    height: 250px;
    width: 300px;
}

.pointer
{
    cursor: pointer;
}

.hero-filter-section select option
{
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    color: #fff;
}

.card-img
{
    aspect-ratio: 100/93;
    object-fit: cover;
    height: 280px
}

.equal-height-row
{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.equal-height-col
{
    height: 100% !important;
}

.button_blue_orange
{
    background-color: transparent;
    /*font-family: rajdhani_regular;*/
    color: #152F48;
    padding: 5px 20px;
    border: 1px solid #152F48;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}

.button_blue_orange:hover
{
    color: #F58220;
    border: 1px solid #F58220;
    cursor: pointer;
}

.bg-listing
{
    background: linear-gradient(rgba(53, 73, 97, 0.8), rgba(53, 73, 97, 0.8)), url("../../assets/Dashboard-Image-Background.png");
    background-color: #CCCCCC;
    background-repeat: repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1;
    background-attachment: fixed;
}

.border-theme-secondary
{
    border: 1px solid #F58220;
}

.bg-filter-secondary
{
    filter: brightness(0) saturate(100%) invert(62%) sepia(34%) saturate(3412%) hue-rotate(346deg) brightness(98%) contrast(96%) !important;
}


.bg-theme-dark-blue
{
    background-color: #0E263E;
}

.mobile-img
{
    position: absolute;
    z-index: 1;
    height: 648px !important;
}

@media (min-width: 1440px) and (max-width: 1537px)
{
    .category-item
    {
        height: 150px;
    }
}

.category-item
{
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #fff;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.64) !important;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.24) !important;
    -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.64) !important;
    transition: all 300ms linear;
}

.category-item:hover
{
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.64) !important;
    -webkit-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.24) !important;
    -moz-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.64) !important;
    transform: scale(1.05);
}

.scale-on-hover
{
    transition: all 300ms linear;
}

.scale-on-hover:hover
{
    transform: scale(1.03);
}

.display-3
{
    font-weight: normal !important;
    font-family: "Montserrat", serif;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 44px;
}

.display-subtitle-banner
{
    font-weight: bold !important;
}

.display-subtitle-banner
{
    font-size: 4rem;
    font-weight: 200;
    line-height: 1.2;
}

.c-h4
{
    font-weight: bold !important;
}

.border-orange
{
    padding: 5px;
    border: 2px solid #F58220;
}

.img-container-5rem
{
    height: 5rem;
    width: 5rem;

}

.object-center-cover
{
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}

.z-1
{
    z-index: 1;
}

.text_color_secondary
{
    color: #F58220;
}

@media (max-width: 2210px)
{
    .mobile-img
    {
        height: 784px !important;
    }
}


@media (max-width: 1199px)
{

}

.c-h4
{
    margin: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    font-size: 1.5rem;
}

@media (max-width: 767px)
{
    .display-3
    {
        font-size: 3.5rem;
        font-weight: bold;
        line-height: 1.2;
    }

    .display-subtitle-banner
    {
        font-size: 3rem;
        font-weight: bold;
        line-height: 1;
    }

    .c-h4
    {
        font-size: 1.2rem !important;
    }

    .mt-m-35
    {
        margin-top: unset;
    }

    .theme-container
    {
        width: 100%;
        margin: 0 0;
    }

    #menu-bar
    {
        display: block;
    }

    #filter-drop-down
    {
        display: block;
    }

    .mobile-nav-links
    {
        background: /* top, transparent red, faked with gradient */ linear-gradient(rgba(21, 47, 72, 0.8), rgba(21, 47, 72, 0.8)), /* bottom, image */ url('../../assets/Dashboard-Image-Background.png');
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: start;
        height: 100vh;
        background-color: #152F48;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        padding: 1rem;
    }

    .mobile-nav-links .m-nav-item
    {
        color: #fff;
    }

    .mobile-nav-links.nav-toggle
    {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }

    .m-nav-item
    {
        font-weight: 600;
        font-size: 1rem;
        margin: 1rem auto;
        font-size: 1.5rem;
    }

    .mobile-nav-buttons
    {
        display: block;
        margin-top: auto;
        margin-bottom: 35%;
    }

    .desktop-nav-buttons
    {
        display: none;
    }

    .filter-drop-down-options
    {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: start;
        height: 100%;
        background-color: #152F48;
        color: #fff;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        padding: 1rem;
    }

    .filter-drop-down-options.drop-down-toggle
    {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }

    .mw-400p
    {
        max-width: 100%;
    }

    .mxw-300p
    {
        max-width: 100%;
    }

    .top-92
    {
        position: relative;
        top: 0;
    }

    .custom-ribbon-1
    {
        font-size: 1em !important;
        max-width: 70% !important;
    }

    .spacer_custom-ribbon-1
    {
        font-size: 1em !important;
        max-width: 70% !important;
    }

    .custom-ribbon-1:before
    {
        top: 0;
        left: -12px;
        border-left: 6px solid transparent;
        border-right: 6px solid #152F48;
        border-top: 6px solid transparent;
        border-bottom: 6px solid #152F48;
    }

    .cat-container
    {
        min-height: 120px;
        display: flex;
        overflow-x: auto;
        justify-content: start;
    }

    .fetured-row
    {
        min-height: 250px;
        display: flex;
        overflow-x: auto;
        justify-content: start;
    }

    .fetured-row .fetured-item
    {
        min-width: 250px;
        min-height: 250px;
        text-align: left;
        margin: 8px;
    }

    #mob_range1, #mob_range2
    {
        /*font-family: rajdhani_bold;*/
        font-size: 18px;
        font-weight: bold;
    }

    .listing-layout
    {
        background-color: #EAECEE;
        padding-left: 0;
        padding-right: 0;
    }

    .product-desc-area
    {
        background-color: #fff !important;
        height: auto;
    }

    .listing_price_from
    {
        padding-right: 20px;
        font-size: 20px;
    }

    .listing_price_value
    {
        padding-right: 20px;
        font-size: 30px;
    }

    .product-title-sm
    {
        display: block;
        width: 100%;
        padding: 12px 12px 12px 20px;
        /*font-family: rajdhani_bold;*/
        color: #F58220 !important;
        font-size: 25px;
        font-weight: bold;
    }

    .listing_frontend_cards
    {
        border-radius: 0 !important;
    }

    .listing_card_container
    {
        width: 100% !important;
    }

    .listing_p-sm-0
    {
        max-width: 100% !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .listing_card_foo_p-sm-0
    {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .property_search_row > div
    {
        cursor: pointer;
    }
}

.listing_card_container
{
    width: 65%;
    margin: 0 auto;
}


@media (max-width: 480px)
{
    .display-3
    {
        font-size: 2.5rem;
        font-weight: bold;
        line-height: 1.2;
    }

    .display-subtitle-banner
    {
        font-size: 2rem;
        font-weight: bold;
        line-height: 1;
    }

    .c-h4
    {
        font-size: 1rem !important;
    }

}

@media (max-width: 320px)
{

}

.product-img
{
    border-radius: 0 !important;
}

/*Range filter*/
.range-container
{
    position: relative;
    width: 100%;
    height: 100px;
}

#range1, #range2, #mob_range1, #mob_range2, #dwelling_range1, #dwelling_range2, #mob_dwelling_range1, #mob_dwelling_range2,
#bedroom_no, #bathroom_no, #garage_no
{
    /*font-family: rajdhani_bold;*/
    font-size: 18px;
    font-weight: bold;
}

input[type="range"]
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    /* margin: auto; */
    top: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
}

.slider-track
{
    height: 1px;
    position: absolute;
    margin: auto;
    margin-left: 8px;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
}

.slider-track-listing
{
    width: calc(100% - 30px);
}

.slider-track-home
{
    width: calc(100% - 24px);
}

input[type="range"]::-webkit-slider-runnable-track
{
    -webkit-appearance: none;
    height: 1px;
}

input[type="range"]::-moz-range-track
{
    -moz-appearance: none;
    height: 1px;
}

input[type="range"]::-ms-track
{
    appearance: none;
    height: 1px;
}

input[type="range"]::-webkit-slider-thumb
{
    -webkit-appearance: none;
    height: 1.7em;
    width: 1.7em;
    /* background-color: #fe5a0e; */
    cursor: pointer;
    margin-top: -14px;
    margin-right: 0;
    margin-left: 0;
    pointer-events: auto;
    background: url("../../assets/price-range-arrow.svg");
    background-repeat: no-repeat;
    /* border-radius: 50%; */
}

input[type="range"]::-moz-range-thumb
{
    -webkit-appearance: none;
    height: 1.7em;
    width: 1.7em;
    cursor: pointer;
    background: url("../../assets/price-range-arrow.svg");
    background-repeat: no-repeat;
    pointer-events: auto;
}

input[type="range"]::-ms-thumb
{
    appearance: none;
    height: 1.7em;
    width: 1.7em;
    cursor: pointer;
    background: url("../../assets/price-range-arrow.svg");
    background-repeat: no-repeat;
    pointer-events: auto;
}

input[type="range"]:active::-webkit-slider-thumb
{
    background: url("../../assets/price-range-arrow.svg");
    background-repeat: no-repeat;
}

@media (max-width: 998px) and (min-width: 768px)
{
    .property_search_row select
    {
        margin-top: 10px;
    }
}

.map_label
{
    color: white;
    background-color: #F0792F;
    font-family: "Montserrat", serif !important;
    font-size: 12px;
    text-align: center;
    width: 120px;
    padding: 5px ;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.video-responsive
{
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 400px;
}

.video-responsive iframe
{
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.enquiry_modal_body input, .enquiry_modal_body textarea
{
    color: #000 !important;
    border: 1px solid #000;
}

.button_orange.disabled,
.button_orange:disabled
{
    opacity: .65 !important;
    pointer-events: none !important;
}

.rotate
{
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.rotate.down
{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.news_and_event_heading > h1
{
    margin-bottom: 20px;
    margin-top: 40px;
    font-size: 40px;
    font-family: "Montserrat", serif;
    color: #F58220 !important;
    font-weight: normal;
    text-transform: uppercase !important;
    line-height: 44px;
}

.about_us_heading h1
{
    margin-bottom: 50px;
    margin-top: 150px;
    font-size: 40px;
    color: #F58220 !important;
    font-family: "Montserrat", serif;
    font-weight: normal;
    text-transform: uppercase !important;
    line-height: 44px;
}

.about-us-heading-content-font
{
    font-size: 22px;
    /*font-family: rajdhani_bold;*/
    color: #152F48;
    font-weight: bold;
    /*padding-top: 30px;*/
}

.about-us-heading-sub-content-font
{
    font-size: 22px;
}

.about-us-bottom-left-content-font
{
    font-size: 18px;
    line-height: 22px;
    padding-top: 25px;
    letter-spacing: 1px;
    font-weight: bold;
}

.about-us-bottom-right-content-font
{
    font-size: 20px;
    /*font-family: rajdhani_bold;*/
    /*padding: 50px;*/
    line-height: 2.7rem;
    color: #152F48 !important;
    font-weight: bold;
}

.about-us-heading-font-background
{
    background-color: #F58220;
    color: white;
}

.about-us-heading-font h2
{
    font-size: 28px;
    font-family: "Montserrat", serif;
    font-weight: normal;
    line-height: 34px;
}

.about-us-heading-font h3
{
    font-size: 18px;
    font-family: "Montserrat", serif;
    font-weight: bold;
    line-height: 34px;
}

.sub-content-heading
{
    text-transform: uppercase;
    /*font-family: rajdhani_regular;*/
    font-weight: bolder !important;
    margin-top: 30px;
    /*padding: 30px;*/
}

.sub-content-text
{
    /*font-family: rajdhani_regular;*/
    font-weight: 400;
    margin-top: 30px;
    font-size: 20px;
    /*padding: 30px;*/
}

.card-container
{
    width: 65%;
    margin: 20px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 100px;
}

.card-wrapper
{
    background: #152F48;
    padding: 20px;
    color: #fff;
    border-radius: 15px;
}

.card_heading
{
    font-size: 20px;
    /*font-family: rajdhani_regular;*/
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 10px;
}

.card_content
{
    font-size: 19px;
    /*font-family: rajdhani_regular;*/
}

@media (max-width: 768px) and (min-width: 360px)
{
    .about_us_heading
    {
        margin-bottom: 20px;
        margin-top: 40px;
        font-size: 35px;
        color: #F58220 !important;
        /*font-family: rajdhani_bold;*/
        font-weight: bold;
    }

    .about-us-heading-font
    {
        font-size: 20px;
        /*font-family: rajdhani_regular;*/
    }

    .about-us-heading-sub-content-font
    {
        font-size: 20px;
        /*font-family: rajdhani_regular;*/
    }

    .about-us-label-margin
    {
        margin-left: 50px
    }

    .card-container
    {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
        row-gap: 30px;
        width: 85%;
        margin: 10px auto;
    }

    .card_heading
    {
        font-size: 18px;
    }

    .card_content
    {
        font-size: 14px;
    }

    .mob-label-padding
    {
        padding: 80px;
    }

    .mob-label1-padding
    {
        padding-left: 30px;
        padding-right: 30px;
    }

    .about-us-bottom-left-content-font
    {
        font-size: 45px;
        padding-left: 50px;
        letter-spacing: 1px;
    }

    .about-us-heading-content-font
    {
        font-size: 16px;
        /*font-family: rajdhani_bold;*/
        color: #152F48;
        font-weight: bold;
        /*padding-top: 30px;*/
    }

    .sub-content-text
    {
        /*font-family: rajdhani_regular;*/
        font-weight: 400;
        margin-top: 30px;
        font-size: 16px;
        /*padding: 30px;*/
    }

    .about-us-bottom-right-content-font
    {
        padding: 50px;
    }
}

@media (min-width: 768px)
{
    .about-us-label-margin
    {
        margin-left: 200px
    }

    .margin-right-sig
    {
        margin-right: 100px;
    }
}

@media (max-width: 1271px) and (min-width: 768px)
{
    .card-container
    {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 50px;
        row-gap: 30px;
        width: 75%;
        margin: 10px auto;
    }
}

@media (max-width: 360px)
{
    .card-container
    {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
        row-gap: 30px;
        width: 90%;
        margin: 10px auto;
    }

    .enquiry_modal_img_div {
        display: none;
    }
}


.bg-theme-color-white
{
    background-color: #ff8840;
    color: white;
}

.about-us-haze-bg
{
    background: #f1f2f6
}

.img_cover
{
    object-fit: cover ! important;
}

.category-disabled
{
    background: lightgrey !important;
}

/*#hero-carousel-control-prev*/
/*{*/
/*    z-index: 500 !important;*/
/*}*/

/*#hero-carousel-control-next*/
/*{*/
/*    z-index: 500 !important;*/
/*}*/

@media (min-width: 320px) and (max-width: 768px)
{
    .banner-img-title
    {
        /*font-family: rajdhani_bold;*/
        font-weight: bold;
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1024px)
{
    .banner-img-title
    {
        /*font-family: rajdhani_bold;*/
        font-weight: bold;
        font-size: 30px;
    }
}

@media (min-width: 1024px)
{
    .banner-img-title
    {
        /*font-family: rajdhani_bold;*/
        font-weight: bold;
        font-size: 40px;
    }
}

.text-theme-secondary-bold
{
    color: #F58220 !important;
    font-weight: bold;
    /*font-family: rajdhani_bold;*/
}


.banner-btn-width
{
    width: 50%;
}

@media (max-width: 768px)
{
    .banner-btn-width
    {
        width: 100%
    }
}

@media (min-width: 320px) and (max-width: 991px)
{
    .m-sm-home-list-your-property
    {
        margin-bottom: 1px;
    }
}

.min_max_display
{
    /*font-family: rajdhani_bold;*/
    color: #fff;
    margin-top: -47px;
    font-weight: bold;
}

.line-break
{
    /*border: 1px solid #cccccc !important;*/
    width: 100% !important;
}

.align-filter-label
{
    display: flex;
    align-items: center;
}

.home_video_box
{
    display: flex;
    align-items: center;
    border: 2px solid #F58220;
    padding: 10px;
}

.cta_advertise
{
    padding: 10px;
    border: 2px solid #F58220;
    cursor: pointer;
    color: #F58220;
}

.download_media_kit
{
    padding: 50px 0px;
    margin-top: 130px;
    background-color: #fff;
}

.download_media_kit div
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.download_media_kit a
{
    text-align: center;
    font-size: 40px;
    /*font-family: rajdhani_bold;*/
    color: #fff;
    padding: 15px 150px 15px 60px;
    cursor: pointer;
    font-weight: bold;
}

.text_color_primary
{
    color: #152F48 !important;
}

.ad_banner_home
{
    display: block;
    width: 100%;
    height: 250px;
}

.ad_banner_listing
{
    display: block;
    width: 100%;
    height: 450px;
}

.ad_banner_home_mob, .ad_banner_listing_mob
{
    display: none;
}

@media only screen and (max-width: 600px)
{
    .download_media_kit a
    {
        font-size: 26px !important;
    }

    .h-75vh
    {
        height: 70vh;
    }

    .ad_banner_home, .ad_banner_listing
    {
        display: none;
    }

    .ad_banner_home_mob
    {
        display: block;
        width: 100%;
        height: 150px;
    }

    .ad_banner_listing_mob
    {
        display: block;
        width: 100%;
        height: 400px;
    }
}

.media-kit-img
{
    width: 350px;
    transform: rotate(5deg);
    margin-left: -20px;
}

#valuePortalModal {
    display: block;
    position: absolute;
    z-index: 100;
    left: 0;
    bottom: 0;
    width: fit-content;
    height: fit-content;
    background-color: rgba(21, 47, 72, 0.95);
    border-radius: 5px;
    padding: 20px;
}

.portal_image
{
    width: 100%;
    height: 200px;
}

.font-43 {
    font-size: 43px;
}

.font-50 {
    font-size: 50px;
}

#mobileValuePortalModal {
    display: none;
}

#mobile-portal-modal-close, #portal-modal-close {
    position: absolute;
    right: 10px;
    top: 0;
    color: white;
    font-size: 28px;
    font-weight: bold;
}

#mobile-portal-modal-close:hover,
#mobile-portal-modal-close:focus,
#portal-modal-close:hover,
#portal-modal-close:focus {
    color: orange;
    text-decoration: none;
    cursor: pointer;
}

.portal_modal_image
{
    width: 100%;
    height: 100%;
    opacity: 0.80;
    border-radius: 10px !important;
    border: none;
}

.portal-modal-button
{
    position: absolute;
}

.banner-img-height {
    height: 68vh;
}

@media only screen and (max-width: 768px)
{
    .download_media_kit
    {
        padding: 50px 0px 30px 0px;
    }

    .download_media_kit div
    {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .media-kit-img-mob
    {
        transform: rotate(10deg);
        width: 60%;
    }

    .download_media_kit a
    {
        margin-top: 15px;
        text-align: center;
        padding: 15px 60px 15px 60px;
        cursor: pointer;
    }

    #valuePortalModal {
        display: none;
    }

    #mobileValuePortalModal {
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(21, 47, 72);
        padding: 0 60px;
    }

    .portal_image
    {
        width: 100%;
        height: 250px;
    }
}

.truncate {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5; /* Change to 2 for two lines */
    overflow: hidden;
    text-overflow: ellipsis;
}



.calculator-box {
    height: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    text-align: left;
    white-space: nowrap;
    overflow: visible;
    font-weight: 600;
    background-color: transparent;
    color: #000 !important;
    padding: 5px 5px 5px 15px;
    border: 1px solid #000 !important;
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
}

.calculator-box:hover
{
    color: #fff !important;
    background-color: #F58220 !important;
    cursor: pointer;
}

.calculator-box h2 {
    margin: 0; /* Removes default margin */
    font-size: 1rem; /* Adjust font size if needed */
    line-height: 1; /* Keeps text aligned */
}

.font-montserrat-family {
    font-family: "Montserrat", serif;
    font-weight: 600;
}

@media (max-width: 992px) {
    .calculator-box {
        height: 80px; /* Adjust height for smaller screens */
    }
}

.title-box {
    position: relative;
}

.title-box-link {
    display: block;
    width: 100%;
    padding-top: 10px;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.title-box-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map-icons {
    height: 20px;
    width: 20px;
    display: inline;
}

.hover { cursor: pointer !important;}
