/* Typography */
body {
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
    line-height: 1.6;
    background-color: whitesmoke;
}

a {
    text-decoration: none !important;
    font-size: clamp(14px, 2vw, 18px);
    color: var(--text-secondary) !important;
}

pre {
    font-family: "Roboto", sans-serif;
    /* font size 20px */
    font-size: clamp(16px, 3vw, 20px);
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    white-space: pre-line;
    overflow: hidden;
    color: #fff;
}

.justify_flex_end {
    justify-content: flex-end;
}

.container-fluid {
    max-width: 1750px;
    zoom: 80%;
}
@media screen and (max-width:1400px) and (min-width:1200px) {
    .container-fluid{
        padding: 0 60px;
    }
}
input,
textarea:focus-visible {
    outline: none;
}

.align_center {
    display: flex;
    align-items: center;
}

.padd_null {
    padding: 0;
}

.py_padd {
    padding: 105px;
}

.pt_60_px_48 {
    padding: 42px 28px;
}

.btn-adv{
    background-color: #E01C2F;
    border-radius: 50px;
    height: 54px;
    width: 254px;
    max-width: 100%;
    border: none;
    /* 16px */
    font-size: clamp(0.875rem, 1vw, 1.125rem);
    font-weight: bold;
    color: #fff;
}
.btn-adv:hover{
    color: #fff;
}
.btn-adv:focus{
    color: #fff;
    outline: none;
    border: none;
    box-shadow: none;
}
.pt_120 {
    padding-top: 120px;
}

.position_right {
    position: absolute;
    right: 0;
    bottom: 0;
}

h1 {
    /* 74px */
    /* font-size: clamp(1.5rem, 4vw, 74px); */
    font-size: clamp(1.5rem, 3vw, 60px);
    font-weight: bolder;
    letter-spacing: -1.92px;
    line-height: 100%;
}

h2 {
    font-size: 60px;
    font-weight: bold;
    line-height: 110%;
    letter-spacing: 0.02px;
    color: #0C255F;
}

h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 110%;
}

.font_28_bold{
    font-size: 28px;
    font-weight: bold;
}

.py_77{
padding: 77px 0 77px 0;
}

.mt_100{
    margin-top: 100px;
}

.font_24_bold {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
h4 {
    font-size: clamp(24px, 4vw, 36px);
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.02px;
    color: #0C255F;
    /* 28.8px */
}

h5 {
    font-size: clamp(24px, 3vw, 28px);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

h2 pre {
    font-size: 60px;
    font-weight: bold;
    line-height: 110%;
    letter-spacing: 0.02px;
    color: var(--text-dark-primary);
}

.font_20_bold{
    color: #0C255F;
    font-weight: bold;
     font-size: clamp(16px, 3vw, 20px);

}


.mb_26{
    margin-bottom: 26px;
}

.font_20_font_reg {
     font-size: clamp(16px, 3vw, 20px);

    color: var(--card-xs-text-color);
}

.ibuyrealestate {
    font-weight: 700;
     font-size: clamp(16px, 3vw, 20px);

    letter-spacing: 0.02px;
}

small {
     font-size: clamp(16px, 3vw, 20px);

    font-weight: normal;
    line-height: 120%;
}

.mb_16{
    margin-bottom: 16px
}
.mb_32{
    margin-bottom: 32px
}

.top_breadcrumb_small {
    color: var(--neutral-dark-gray);
     font-size: clamp(16px, 3vw, 20px);

}

.green_text {
    color: var(--secondary-color);
     font-size: clamp(16px, 3vw, 20px);

}

.card_top_content {
     font-size: clamp(16px, 3vw, 20px);
     /* font-size: clamp(16px, 3vw, 16px); */

    font-weight: bold;
    color: #6D6D6D;
}

p {
    margin-bottom: 1em;
     /* font-size: clamp(16px, 3vw, 20px); */
     font-size: clamp(16px, 3vw, 16px);


    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.02px;
    color: #0C255F;
}

header .container-fluid {
    max-width: 100%;
}

.social-icons a img:hover {
    background: #00D067;
}

.footer-social-icons a svg:hover {
    background: #fff;
}




/* footer socials */
.social-icons {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.social-icons li {
    display: inline-block;
}

.social-icons li:last-child {
    margin-right: 0;
}

.social-icons li a {
    display: block;
    width: 45px;
    height: 45px;
    background-color: transparent;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
     font-size: clamp(16px, 3vw, 20px);

    border: 2px solid rgba(255, 255, 255, 0.5);
    transition: background-color 0.3s ease;
}

.social-icons li a:hover {
    background-color: var(--primary-color);
}

.social-icons li a:hover svg {
    opacity: inherit;
}

.social-icons li a:hover svg path {
    fill: #004FFA;
}


.outlined_borders {
    display: block;
    position: absolute;
    width: 75%;
    opacity: 0.75;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.font_18{
    font-size: clamp(16px, 2vw, 18px);
}

/* end */
.dark_purp_box{
    background: #0C255F !important;
}
.color_dark_purp_box{
    color: #0C255F !important;
}
.text-dec{
    text-decoration: underline !important;
    cursor: pointer;
}
.py_90{
    padding: 90px;
}

.py_74{
    padding: 74px;
}

.mb_150{
    margin-bottom: 150px;
}

.dark_bg {
    background-color: var(--default-background-dark-color);
}

.light_bg {
    background-color: var(--neutral-background-light-color);
}

/* Utility Classes */
.form-control {
    height: 56px;
    width: 19.4375em;
    color: var(--neutral-dark);
    border: 1px solid var(--border-light);
}

.form-control:focus {
    box-shadow: inherit;
    border-color: var(--border-light);
}

.c_height {
    height: 280px;
}

/* Hide the number input arrows */
.input-group input[type="number"]::-webkit-inner-spin-button,
.input-group input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.input-group input[type="number"]:hover::-webkit-inner-spin-button,
.input-group input[type="number"]:hover::-webkit-outer-spin-button {
    display: none;
}

#property-carousel .owl-next {
    background: var(--secondary-color);
    height: 36px;
    width: 36px;
}

#property-carousel .owl-prev {
    background: var(--secondary-color);
    height: 36px;
    width: 36px;
}

#property-carousel .owl-next i {
    color: var(--primary-color);
}

#property-carousel .owl-prev i {
    color: var(--primary-color);
}

/* buy button down arrow */
.action-group {
    position: relative;
}

button:focus {
    outline: none;
}

.custom_card {
    background-color: inherit;
    height: 562px;
}

.custom_card .card-body {
    padding: 28px 20px;
}

.w-175 {
    width: 175px !important;
}

.overflow-hidden {
    overflow: hidden;
}

.h-60 {
    height: 60px !important;
}

.mt-80 {
    margin-top: 80px;
}

.pb-20 {
    padding-bottom: 20px;
}
.pb-18 {
    padding-bottom: 18px;
}
.hr-marg {
    margin-bottom: 16px;
    margin-top: 16px;
}

.required:after {
    content: '*';
    padding-left: 3px;
}

.bright {
    filter: brightness(100);
}

.list-style-none {
    list-style: none;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-42 {
    margin-bottom: 42px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mt-52 {
    margin-top: 52px;
}
.mt-48{
    margin-top: 48px;
}
.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px;
}

.mb_30{
    margin-bottom: 30px;
}
.mb_34{
    margin-bottom: 34px;
}
.mt-64 {
    margin-top: 64px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-36 {
    margin-bottom: 36px;
}

.mb-23 {
    margin-bottom: 23px;
}
.mb-20 {
    margin-bottom: 20px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb_60 {
    margin-bottom: 60px;
}

.mt-32 {
    margin-top: 32px;
}

.mb-34 {
    margin-bottom: 34px;
}

.mb-48 {
    margin-bottom: 48px;
}

.padd-r-l {
    padding: 36px 32px;
}

.bg_inherit {
    background-color: inherit !important;
}

.font_26{
    font-size: clamp(24px, 4vw, 26px);
}

.font_32_bold{
    font-size: clamp(24px, 4vw, 32px);
    font-weight: bold;
    color: #0C255F;
}

.pre_bold_font {
     font-size: clamp(16px, 3vw, 20px);

    line-height: 120%;
    color: var(--text-primary);
}

.section-xs {
    padding: 130px 40px 130px 40px;
}

.padd-r {
    padding: 0 20px 0 31px;
}

.section-padding {
    padding: 130px 70px 130px 70px;
}

.pt_186{
    padding-top: 186px;
}

.card-padding {
    padding: 28px 18px;
    /* border: 1px solid rgb(0 0 0 / 5%); */
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
}

.inline_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#discover_properties .card {
    border: none;
}

#top_compounds .card {
    border: none;
}

#new_lunches .card {
    border: none;
}

#blog_remax_ui .card {
    border: none;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-80 {
    margin-bottom: 80px;
}

.form_top_heading {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 600;
    text-align: left;
    color: var(--neutral-dark);
}

.card_head {
    color: var(--text-dark-primary);
    font-weight: 700;
    font-size: clamp(24px, 2vw, 26px);
    line-height: 26px;
}

.font_30_regular {
    color: #fff;
    font-weight: 400;
    font-size: clamp(16px, 1.5vw, 26px);
}

.mb_28{
    margin-bottom: 28px;
}

.py_136{
    padding: 136px 80px 136px 80px;
}

.border_top {
    border-top: 1px solid #274DA6;
}

hr {
    border-top: 1px solid #ccc;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.border_bottom {
    border: 1px solid #cccccc2b;
    margin-bottom: 36px;
}

.card>hr {
    margin-right: revert;
    margin-left: revert;
}

.card_xs_text {
    color: var(--card-xs-text-color);
    display: flex;
}

.mt_120 {
    margin-top: 120px;
}
.mb_120 {
    margin-bottom: 120px;
}
.custom_card .container {
    display: flex;
    justify-content: space-between;
}

.font_normal {
    font-weight: normal;
    font-size: 16px;
}

.padding_75 {
    padding: 4rem 1rem 0rem 2rem;
}

.mb-100 {
    margin-bottom: 100px;
}

footer {
    background: #0C255F;
}

.footer-padd {
    /* padding: 99px 30px; */
}

.mb-70 {
    margin-bottom: 70px;
}

.mb_130 {
    margin-bottom: 130px;
}

.mb_134 {
    margin-bottom: 134px;
}

.mb_80 {
    margin-bottom: 80px;
}

.mt_77 {
    margin-top: 77px;
}

.mt_10 {
    margin-top: 10px;
}

.mt_130 {
    margin-top: 130px;
}



.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* Optional: adjust as needed */
}

.buttons_action_flex {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.max_width {
    max-width: 100%;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.padd-xr {
    padding: 36px 46px 46px 46px;
}

.col_xs_padd {
    padding: 0 20px 0 32px;
}

.padding{
    padding: 32px 15px;
}

.border_xs {
    border: 1px solid #D1D1D1;
}

.overly_bg {
    height: 100%;
    width: 100%;
    background: #0E2761;
    opacity: 0.7;
    position: absolute;
}

.mr_btm {
    margin-bottom: 24px;
}



.font_18_med {
    /* 18px */
    font-size: clamp(1rem, 2vw + 1rem, 1.125rem);
    font-weight: 600;
}

.font_18_normal {
    font-size: clamp(1rem, 2vw + 1rem, 1.125rem);
    font-weight: normal;
}

.font_18_bold {
    font-size: clamp(1rem, 2vw + 1rem, 1.125rem);
    font-weight: bold;
}

.font_48_bold {
    font-size: clamp(32px, 3vw, 48px);
    font-weight: 600;
    line-height: 1.4;
}

.font_64_bold {
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 600;
}

.font_22_bold {
    font-size: 22px;
    font-weight: bold;
}

.font_24_bold {
    font-size: 24px;
    font-weight: bold;
}
.height_340{
    height: 340px !important;
    max-height: 340px !important;
}

.font_14_bold {
    font-size: clamp(16px, 2vw, 18px);
    font-weight: bold;
    color: #004FFA;
}
.card .icon_container .font_14_regular {
    font-size: clamp(12px, 2vw, 14px);
    font-weight: 500;
    color: #fff !important;
}
.font_14_regular {
    font-size: clamp(14px, 2vw, 16px);
    font-weight: 500;
    color: #0C255F !important;
}
.h_156 {
    height: 156px !important;
}

.mt_115 {
    margin-top: 115px;
}

.mb_15{
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .mt_115 {
        margin-top: 60px;
    }
    .mb-34 {
        margin-bottom: 14px;
        letter-spacing: normal;
    }
}

.mt_172 {
    margin-top: 180px;
}

.mb_160 {
    margin-bottom: 160px;
}

.mb_41 {
    margin-bottom: 41px;
}

.mb_22 {
    margin-bottom: 22px;
}

.owl-pagination {
    display: none;
}

/* pagination */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 150px;
}

.pagination button {
    background-color: transparent;
    border: 1px solid #004FFA;
    padding: 6px 8px;
    margin: 5px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.pagination button:hover {
    background-color: transparent;
}
.newpaginationdesign.pagination button,.newpaginationdesign1.pagination button,.newpaginationdesign2.pagination button{
    border: none;
    margin: 0 0 0 0;
    color: #0C255F;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding: 0;
    display: flex;
    align-items: center;

}
.newpaginationdesign.pagination button.prev,.newpaginationdesign1.pagination button.prev,.newpaginationdesign2.pagination button.prev{
    margin: 0 10px 0 0;
}
.newpaginationdesign.pagination button.next,.newpaginationdesign1.pagination button.next,.newpaginationdesign2.pagination button.next{
    margin: 0 0 0 10px;
}
.newpaginationdesign.pagination button span,.newpaginationdesign1.pagination button span,.newpaginationdesign2.pagination button span{
    margin-right: 7px;
    display: flex;
}
.newpaginationdesign.pagination button.next span,.newpaginationdesign1.pagination button.next span,.newpaginationdesign2.pagination button.next span{
  margin-right: 0;
  margin-left: 7px;
}
.pagination .page-tabs {
    display: flex;
    align-items: center;
    margin: 0 10px;
}
.newpaginationdesign.pagination .page-tabs,.newpaginationdesign1.pagination .page-tabs,.newpaginationdesign2.pagination .page-tabs {
    margin: 0 0;
}
.pagination .page-tabs span {
    margin: 0 5px;
    padding: 8px 17px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    border: 1px solid #004FFA;
    color: #004FFA;
}
.pagination .page-tabs span.ellipsis{
    cursor: auto;
}
.newpaginationdesign.pagination .page-tabs span,.newpaginationdesign1.pagination .page-tabs span,.newpaginationdesign2.pagination .page-tabs span{
    margin: 0 10px;
    border: none;
    color: #0C255F;
    font-weight: 400;
    font-size: 16px;
}
.pagination .page-tabs span.active {
    background-color: #007bff;
    color: white;
}

.pagination .page-tabs span:hover {
    background-color: #0056b3;
    color: white;
}
.newpaginationdesign.pagination .page-tabs span.active,.newpaginationdesign.pagination .page-tabs span:hover,
.newpaginationdesign1.pagination .page-tabs span.active,.newpaginationdesign1.pagination .page-tabs span:hover,
.newpaginationdesign2.pagination .page-tabs span.active,.newpaginationdesign2.pagination .page-tabs span:hover{
    background-color: #0C255F;
    color: #fff;
    font-weight: 700;
}
@media screen and (min-width:1921px) {
    .newpaginationdesign.pagination .page-tabs span,.newpaginationdesign1.pagination .page-tabs span,.newpaginationdesign2.pagination .page-tabs span{
        margin: 0 14px;
        padding: 12.42px 23.7px;
        font-size: 22px;
    }
    .newpaginationdesign.pagination button,.newpaginationdesign1.pagination button,.newpaginationdesign2.pagination button{
        font-size: 22px;
        line-height: 22px;
        margin: 0 0;
    }
    .newpaginationdesign.pagination button.prev,.newpaginationdesign1.pagination button.prev,.newpaginationdesign2.pagination button.prev{
        margin: 0 14px 0 0;
    }
    .newpaginationdesign.pagination button.next,.newpaginationdesign1.pagination button.next,.newpaginationdesign2.pagination button.next{
        margin: 0 0 0 14px;
    }

}
@media (max-width: 600px) {
    .pagination button {
        padding: 8px 16px;
    }

    .pagination .page-tabs span {
        padding:7.11px 13.77px;
        font-size: 14px;
    }
    .newpaginationdesign.pagination button,.newpaginationdesign1.pagination button,.newpaginationdesign2.pagination button{
        font-size: 13px;
    }
}
/* end */
.separater{
    border-right: 1px solid #ccc;
}
.py_20{
    padding: 20px 24px;
}
.pb_17{
    padding-bottom: 17px;
}
.mt-40{
    margin-top: 40px;
}
.font_weight_color{
    color: #0C255F;
    font-weight: 600;
}
.hr_line{
    border: none;
    border-top: 1px solid #0C255F;
    width: 100%;
    margin: 25px 0 25px 0;
    opacity: 0.2;
}

.btn_radius{
    border-radius: 45px !important;
}
.height_btn{
    width: 42%;
    height: 53px;
}

.font_weight_500_font_14{
    font-weight: 500;
    font-size: 14px;
    color: #0C255F;
}
@media screen and (max-width:576px) {
    .newpaginationdesign.pagination .page-tabs span, 
    .newpaginationdesign1.pagination .page-tabs span, 
    .newpaginationdesign2.pagination .page-tabs span{
        margin: 0 7px;
    }
}
