/* home page banner era */
.full-bg-section {
    position: relative;
    width: 100%;
    /* height: 1080px; */
    max-height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('./../img/remax/banner.webp');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
    text-align: center;
}
.full-bg-section.listing_banner{
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('./../img/remax/banner.png');
}
#videoModal iframe{
    width: 100%;
    height: 500px;
}
.dropdowngeneral .dropdown-menu .dropdown-item:focus, .dropdown-item:hover{
    /* background-color: #004FFA; */
}
#navbarNav .navbar-nav{
    padding: 0 17px;
}
#navbarNav .doted_link {
    display: flex;
    align-items: center;
    position: relative;
}
#navbarNav .doted_link:last-child:after{
    display: none;
}
#navbarNav .navbar-nav{
    position: relative;
}
#navbarNav .navbar-nav::before{
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 1);
    margin-left: 0;
}
#navbarNav .navbar-nav::after{
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 1);
    margin-right: 0;

}
.nav-item.desk_view{
    padding-left: 18px;
}
.before_dot:not(:last-child)::before {
    content: " • ";
    opacity: 0.4;
}
#without_bg_img .before_dot:not(:last-child)::before {
    content: " • ";
    opacity: 0.4;
    color: #fff;
}
#without_bg_img .doted_link:not(:last-child)::after {
    content: " • ";
    opacity: 0.4;
    color: #fff;
}
.doted_link:not(:last-child)::after {
    content: " • ";
    opacity: 0.4;
}
.doted_link:last-child {
    content: inherit;
}
.dropdowngeneral:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    padding: 0;
}
#about_egypt_bg {
    position: relative;
    width: 100%;
    height: 851px;
    max-height: 100%;
    background: url('./../img/remax/about_egypt.png');
    /* background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('./../img/remax/about_egypt.png'); */
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
    text-align: center;
}
#about_global_bg.uaecoverbg{
    background-size: cover;
}
.dropdown-menu {
    background-color: #ffffff4a;
}

#full_width {
    border-bottom: 1px solid #cccccc1c;
    width: 100%;
    margin-bottom: 28px;
}

.font_12_500{
    font-size: 12px;
    font-weight: 500;
    color: #595959;
}

.dropdowngeneral {
    background-color: transparent;
}

.dropdowngeneral .dropdown-toggle::after {
    display: none;
}
header{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.subheader {

    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

#content_tabs {
    border: 2px solid #004FFA;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    padding: 0;
}

.social-icons {
    display: flex;
    gap: 20px;
}

.social-icons .icon {
    margin-right: 10px;
    color: var(--primary-color);
    text-decoration: none;
    font-size: clamp(16px, 2vw, 18px);

}



.rm_banner .right-side {
    display: flex;
}

.rm_banner .dropdown:focus-visible {
    outline: none;
}

.custom-dropdown {
    position: relative;
    margin-right: -1px;
    /* Overlaps the border of the login button */
}

.rm_banner .dropdown {
    padding: 8px 40px 5px 20px;
    background-color: var(--primary-color);
    color: #E01C2F;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../img/icons/arrow-down-danger.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
    cursor: pointer;
}
.rm_banner .custom-dropdown .dropdown {
    font-size: 18px;
    height: 100%;
    border-radius: unset;
    padding: 6px 68px;
    background-position: right 48px center;
    padding-right: 80px;
}

.rm_banner .dropdown.dropdowngeneral {
    padding: 2px 24px 4px 8px;
    background: url('../img/icons/arrow-down.svg') no-repeat;
    background-position: right 10px center;
}
.rm_banner .dropdown.dropdowngeneral::after{
    display: none;
}
.rm_banner .login-btn {
    padding: 6px 50px;
    border: 1px solid var(--primary-color);
    background: transparent;
    color: var(--primary-color);
    cursor: pointer;
    margin-left: -1px;
    text-transform: uppercase;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 18px;
    font-weight: 500;
    line-height: 53px;
}

.rm_banner .login-btn:hover{
    color: #fff;
    background-color: #E01C2F;
    border-color: #fff !important;
}
#full_width .social-icons {}

#full_width .social-icons li a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 26px;
}


.navbar-light .navbar-toggler {
    border-color: #ffff;
}

.navbar {
    padding: 0 0 0 0;
    width: 100%;
}

.navbar-brand img {
    height: 70px;
    width: 254px;
    max-width: 100%;
}

.navbar-brand img.logo_uae {
    width: auto;
}

.navbar-nav {
    /* margin-left: auto; */
    display: flex;
    gap: 5px;
    align-items: center;
}

.nav-link {
    transition: color 0.3s ease;
}

#navbarNav .nav-item:hover .nav-link {
    color: #004FFA !important;
}

.nav-item {
    padding: 0;
}



header .container-fluid .navbar-brand {
    padding: 0;
    margin: 0;
    text-align: left;
}

@media (max-width: 480px) {
    header .container-fluid .navbar-brand {
    padding: 0;
    margin: 0;
    text-align: left;
    display: flex;
    flex:1;
}
}

.list_your_property .btn-outlined {
    text-transform: capitalize;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 80px !important;
    padding: 0 35px;
}
.list_your_property:hover .btn-outlined{
    background-color: #E01C2F;
    border-color: #fff !important;
}

.select_loc .select2 {
    width: 100% !important;
}


/* new */
/* Custom styles for navigation bar */

.properties_form {
    width: 100%;
    z-index: 11;
    padding: 30px 34px;
    border: 2px solid #004FFA;
    background: #0000009e;
    border-radius: 14px;
}
 .sipnform{
    min-height: 75px;
    height: 100%;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background: rgb(0 ,0 ,0,0.95);
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.flex_view {
    display: flex;
    justify-content: space-between;
}

.form-group {
    display: block;
    text-align: left;
    margin-bottom: 15px;
}

.form-label {
    width: 100%;
    text-align: left;
    font-weight: 600;
}

.keyword {
    text-transform: uppercase;
}

.btn-group {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

#imageSlider h1 {
    width: 80%;
}

.who_we_are_li {
    display: flex;
    align-items: center;
    height: 14px;
}

.action-group {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.filter_data_form {
    width: 161px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: clamp(16px, 2vw, 18px);

    font-weight: bold;
}


/* banner form */
.flex-container {
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
}




.input-group {
    display: flex;
}

.input-group input {
    flex: 1;
}

/* end */

.inner_form_ui_data {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width: 71%; */
    /* z-index: 0; */
    /* height: 100vh; */
}

.inner_form_ui_data h1 {
    text-transform: uppercase;
}

.add_circle img {
    width: 18px;
    height: 18px;
}

.search_normal img {
    width: 18px;
    height: 18px;
}

.select-wrapper {
    position: relative;
}

.select-wrapper select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-image: url('../../img/icons/arrow-down.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    box-shadow: inset 15px 50% #fff;
}

/* Basic styling for tabs */
.tabs {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 20px;
}

/* .tablink {
    background-color: #f2f2f2;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    width: 50%;
    margin-bottom: 10px;
} */

.tabcontent {
    display: none;
}

/* Styling for active tab */
.tabcontent.active {
    display: block;
}

/* Media query for responsiveness */
/* @media only screen and (min-width: 768px) {
    .tabs {
        flex-direction: row;
    }

    .tablink {
        width: auto;
        margin-right: 10px;
    }
} */



#property_listing_form .container-fluid .row {
    justify-content: center;
}

.set_clock {
    padding-left: 0;
    display: flex;
    gap: 10px;
    align-items: center;
}




/* clock icon */
.input-with-icon {
    position: relative;
}

.input-container {
    position: relative;
}

.input-container .icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('../../img/icons/gr_calendar.svg');
    background-size: cover;
}

.form-control {
    padding-right: 30px;
}

.active_actions {
    border: 1px solid #004FFA;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
}

/* Hide the default time picker arrow */
input[type="time"]::-webkit-calendar-picker-indicator {
    font-size: 20px;
    position: absolute;
    top: 70px;
    left: -10px;
    z-index: 11;
}

.form-control {
    padding-right: 30px;
}

.nav-tabs .nav-link.active {
    border: 4px solid #004FFA;
    background-color: #004FFA;
    color: #fff;
    /* border-radius: inherit; */
    font-weight: bold;
    /* font-size: 20px; */
    font-size: 20px;

    width: 100%;
    height: 46px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.discover_properties .nav-tabs .nav-link {
    width: 120px;
    height: 53px;
    border-radius: 60px;
    border: 1px solid #004FFA;
    /* border-top-left-radius: 0;
    border-top-right-radius: 0; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(16px, 2vw, 18px);

}

.discover_properties .nav-tabs .nav-item {
    width: auto;
    margin-right: 24px;
}

.full-bg-section .nav-tabs .nav-link {
    height: 46px;
}

.full-bg-section .nav-tabs .nav-link {
    border: none;
    height: 46px;
    font-weight: bold;
    background: #0000009e;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    /* font-size: 20px; */
}

#home_page_era .hero .form-row {
    gap: 24px;
}

select {
    border-radius: 5px; /* For the select element */
}
.full-bg-section .nav-tabs .nav-link.active {
    /* border: 4px solid #004FFA; */
    background-color: #004FFA;
    color: #fff;
    border-radius: inherit;
    font-weight: 500;
    /* font-size: 20px; */
    width: 100%;
    height: 46px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-tabs .nav-link:hover {
    /* border: 1px solid #004FFA; */
}


.nav-tabs {
    border: none;
}

.nav .nav-item {
    width: 174px;
    padding: 0;
}

.inner_form_ui_data .tab-content {
    width: 100%;
}


.field-container {
    display: flex;
    border-radius: 50px;
    overflow: hidden;
    flex: 1;
}

.field-select {
    display: flex;
    align-items: center;
    overflow: hidden;
    flex: 1;
}

.field-container select,
.field-container input[type="text"] {
    padding: 10px;
    font-size: 16px;
    border: none;
    outline: none;
}



.field-container input[type="text"] {
    flex: 2;
}

.find-icon {
    font-size: 20px;
    cursor: pointer;
    background: #004FFA;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.find-icon:hover{
    background-color: #E01C2F;
    border-color: #fff !important;
}
.egypt_branding{
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 130px;
}
.egypt_branding img {
    max-width: 100%;
    opacity: 0.5;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.field-container select {
    padding: 12.5px 10px;
    border-right: 1px solid #ccc;
    height: 85px !important;
    border-radius: 0;
    width: 100% !important;
}

@media (max-width: 767px) {
    .field-container select {
   height: 56px !important;
}

}

.field-container input {
    height: 72px;
}


/* end */



/* Discover slider */
.discovery_title {
    color: var(--secondary-color);
}

.owl-item .top_img {
    display: block;
    width: 100%;
    height: 340px;
    max-height: 340px;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.center_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.owl-buttons {
    display: block !important;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    right: 0;
    top: -195px;
}
.owl-theme .owl-controls .owl-buttons div {
    padding: 8px 10px !important;
    border-radius: 3px !important;
    background: #004FFA !important;
    opacity: inherit !important;
}
/* .owl-theme .owl-controls .owl-buttons div {
    padding: 8px 10px !important;
    border-radius: 3px !important;
    opacity: inherit !important;
} */

.owl-theme .owl-controls .owl-buttons div:hover {
    border-radius: 3px !important;
    background: #004FFA !important;
    /* background: #FFFFFF !important; */
    opacity: inherit !important;
}

.mt_115 .nav-tabs .nav-link {
    /* border-top-left-radius: 0px;
    border-top-right-radius: 0px; */
    color: #004FFA;
    text-align: center;
}

.properties_remax img {
    width: 58%;
}

.inner_flex_contain {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}

.inner_flex_contain .item .starting-price-icon {
    display: flex;
}

.profile_caption h6 {
    /* font-size: 20px; */
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.inner_flex_contain .item {
    padding-left: 0 !important;
    /* flex-basis: calc(39.33% - 20px); */
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
}

/*  */


/* hero */
.hero {
    position: relative;
    height: 950px;
    background-image: linear-gradient(to right, rgba(12, 37, 95, 0.9),rgba(12, 37, 95, 0.8), rgba(58, 77, 144, 0.3)), url('../img/remax/findproperties_1.png');
    background-size: 100% 100%;
    background-position: center;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.brand_linear_gradient img {
    width: 160px;
    height: 168px;
}



.hero .form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.hero .form-group {
    flex: 1;
    margin-right: 10px;
}

.hero .form-group:last-child {
    margin-right: 0;
}

.hero label {
    display: block;
    margin-bottom: 15px;
    color: #fff !important;
    font-size: 18px;
    line-height: 20px;
}

.hero input{
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 50px;
    height: 56px;
    /* line-height: 56px; */
    font-size: 16px;
    padding: 6px 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.lochere input[type="text"]{
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 50px;
    height: 56px;
    border: none;
    font-size: 16px;
    padding: 6px 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.form-group{
    position: relative !important;
}
#keywordAgent + .select2-container .select2-selection--multiple,
#keywordAgent + .select2-container .select2-selection--single  {
    width: 100%;
    max-width: 100%;
    min-height: 56px !important;
    border-radius: 50px !important;
    padding: 4.5px 20px;
    background: #fff url('./../img/icons/downvector.svg') no-repeat right 20px center;
    background-size: 13px 16px;
    padding-right: 25px;
    background-position: right 20px center;
    overflow-y: auto;
    height: 56px;
    border: 1px solid var(--border-light) !important;
}
#keywordAgent + .select2-container.select2-container--open .select2-selection--single{
    border-radius: 15px 15px 0px 0px !important ;
}
#keywordAgent + .select2-container .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 45px;
}
#keywordAgent + .select2-container .select2-selection--single .select2-selection__arrow{
    display: none;
}
#keywordAgent.is-invalid + .select2-container .select2-selection--multiple{
    border: 1px solid #dc3545 !important;
    padding-right: calc(1.5em + .75rem);
    background-image: url('./../img/icons/erroricon.svg');
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
#keywordAgent.is-valid + .select2-container .select2-selection--multiple{
    border:1px solid #28a745 !important;
    padding-right: calc(1.5em + .75rem);
    background-image: url('./../img/icons/resolveicon.svg');
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
#keyword + .select2-container .select2-selection--multiple{
    min-height: 56px !important;
    padding: 0px 0px 4px;
}
#keywordAgent + .select2 + .select2-container .select2-results__option,#propertyType + .select2 + .select2-container .select2-results__option,#propertyType1 + .select2 + .select2-container .select2-results__option{
    color: #000;
    text-align: left;
    position: relative;
}
#keywordAgent + .select2 + .select2-container .select2-results__option{
    padding-left: 50px;
}
#keyword + .select2 + .select2-container .select2-results__option{
    padding-left: 50px;
    text-align: left;
    position: relative;
}
#keywordAgent + .select2 + .select2-container .select2-results__option.loading-results::before,
#keyword + .select2 + .select2-container .select2-results__option.loading-results::before{
    display: none;
}
#keywordAgent + .select2 + .select2-container .select2-results__option::before,
#keyword + .select2 + .select2-container .select2-results__option::before{
    content: "";
    position: absolute;
    left: 15px;
    top: 17px;
    width: 20px;
    height: 20px;
    background: url(../../assets/img/icons/location_field_icon.svg)no-repeat center;
}
#keywordAgent + .select2 + .select2-container .select2-results__option span{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
#keywordAgent + .select2 + .select2-container--default .select2-results__option--highlighted[aria-selected],
#keyword + .select2 + .select2-container--default .select2-results__option--highlighted[aria-selected]{
  color: #fff;
  background-color: #004FFA;
}
#keywordAgent + .select2 + .select2-container--default .select2-results__option--highlighted[aria-selected] p,
#keywordAgent + .select2 + .select2-container--default .select2-results__option--highlighted[aria-selected] span,
#keyword + .select2 + .select2-container--default .select2-results__option--highlighted[aria-selected] p,
#keyword + .select2 + .select2-container--default .select2-results__option--highlighted[aria-selected] span{
    color: #fff !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear{
    color: transparent;
    display: none;
}
#propertyType + .select2-container .select2-selection--multiple,#propertyType1 + .select2-container .select2-selection--multiple {
    min-height: 56px !important;
    border-radius: 50px;
    padding: 0px 20px 4px;
    background: #fff;
    background-size: 13px 16px;
    padding-right: 25px;
    background-position: right 20px center;
    position: relative;
    transition: 0.3s all;
}
#propertyType + .select2-container .select2-selection--multiple::before,#propertyType1 + .select2-container .select2-selection--multiple::before{
    content: "";
    position: absolute;
    right: 20px;
    top: 20px;
    width: 15px;
    height: 15px;
    background: url('./../img/icons/downvector.svg') no-repeat center;
    transition: transform 0.3s ease;
}
#propertyType + .select2-container.select2-container--open .select2-selection--multiple::before,#propertyType1 + .select2-container.select2-container--open .select2-selection--multiple::before{
    transform: rotate(180deg);
}
#propertyType + .select2 + .select2-container--default .select2-dropdown{
    width: 310px !important;
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px 24px;
    margin-top: 10px;
    border-radius: 10px;
    overflow: auto;
}
#propertyType1 + .select2 + .select2-container--default .select2-dropdown {
    background-color: white;
    border: 1px solid #ccc;
    border-top: none;
    padding: 20px 20px;
    margin-top: 0px;
    border-radius: 0px 0px 10px 10px;
    overflow: auto;
}
#propertyType + .select2 + .select2-container--default .select2-results>.select2-results__options,#propertyType1 + .select2 + .select2-container--default .select2-results>.select2-results__options{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
#propertyType + .select2 + .select2-container--default .select2-search--dropdown .select2-search__field,#propertyType1 + .select2 + .select2-container--default .select2-search--dropdown .select2-search__field{
    color: var(--neutral-dark);
    border: 1px solid var(--border-light);
    padding: .375rem .75rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
#propertyType + .select2 + .select2-container--default .select2-results{
    padding-top: 15px;
    margin-top: 10px;
    border-top: 1px solid rgb(17, 17, 17,0.2);
}
#propertyType + .select2 + .select2-container--default .select2-results__group,#propertyType1 + .select2 + .select2-container--default .select2-results__group{
    padding: 0 0 .5rem;
    font-size: 14px;
    font-weight: 500;
    color: #0C255F !important;
    text-align: left;
}
#propertyType + .select2 + .select2-container--default .select2-results__option .select2-results__option,#propertyType1 + .select2 + .select2-container--default .select2-results__option .select2-results__option{
    font-size: 12px;
    font-weight: 500;
    color: #595959;
    text-align: left;
    padding: 0 0;
}
#propertyType + .select2 + .select2-container--default .select2-results__option--highlighted[aria-selected],#propertyType1 + .select2 + .select2-container--default .select2-results__option--highlighted[aria-selected]{
 background-color: transparent;
 color: #004FFA;
}
#propertyType + .select2 + .select2-container--default .select2-results__option[aria-selected=true],#propertyType1 + .select2 + .select2-container--default .select2-results__option[aria-selected=true]{
    background-color: transparent;
    color: #004FFA;
}

#propertyType + .select2-container--default .select2-selection--multiple .select2-selection__rendered,#propertyType1 + .select2-container--default .select2-selection--multiple .select2-selection__rendered{
   overflow-y: auto;
   height: 50px;
   scrollbar-width:none;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
}
#propertyType1 + .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{
    color: #fff;
}
#propertyType + .select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar,#propertyType1 + .select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar {
    width: 0;
}
@media screen and (max-width: 600px) {
    #keywordAgent + .select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered{
        padding: 0 0 !important;
    }
}
.Valuation input{
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 50px;
    height: 56px;
    padding: 0 12px;
    border: 1px solid #ccc;
    transition: background-color 0.3s ease, color 0.3s ease;
}
select:focus-visible{
    border: 1px solid #ccc;
    outline: none;
}

.form-group .def_select {
    border-radius: 50px;
    height: 56px;
    padding: 6px 20px;
    line-height: 38px;
    width: 100%;
    font-size: 16px;
}

#country_code {
    height: auto;
    padding: 6px 12px 6px 16px;
    width: 100%;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border: 1px solid #ccc;
}

.hero .form-group textarea {
    height: 92px;
    width: 100%;
    border-radius: 14px;
    resize: none;
    padding: 0 12px;
}

.transp_linear_gradient ,.details_right_form .transp_linear_gradient{
    padding: 34px 35px;
    border-radius: 15px;
    border: 2px solid rgba(0, 79, 250, 1);
}
.homecontactform .transp_linear_gradient{
    background: rgba(17, 17, 17, 0.5);
}
.details_right_form .text_area_form textarea{
    padding: 15px 20px;
}
.submit_form_action.btn-primary,.submit_form_action.btn-primary:focus,
.submit_form_action_1.btn-primary,.submit_form_action_1.btn-primary:focus{
    text-transform: uppercase;
    background-color: #004FFA !important;
    color: #fff !important;
    border: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid;
    border-color: #004FFA !important;
}
.submit_form_action.btn-primary:hover ,
.submit_form_action_1.btn-primary:hover {
    background-color: #fff !important;
    color: #004FFA !important;

}
/* .hero .submit_form_action:hover {
    background-color: #fff;
    color: #004FFA;
} */
/* .hero .submit_form_action:focus{
    background-color: #004FFA !important;
    color: #fff !important;
}
.hero .submit_form_action:active{
    background-color: #004FFA !important;
    color: #fff;
} */
/* end */
#discover_properties .nav-item:hover a{
    background-color: #004FFA !important;
    color: #fff !important;
}

.inner_form_ui_data .nav-item:hover a{
    transition: background-color 0.3s ease, color 0.3s ease;
}

.inner_form_ui_data .nav-item:hover a{
    background-color: #bbb7b733 !important;
    color: #fff !important;
}
/* Flexed Gallery Wrapper */
.flexed_gallery {
    position: relative;
}

/* Image Styling */
#top_areas .flexed_gallery img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s ease;
}

/* Overlay Effect */
.flexed_gallery .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(12, 37, 95, 0.69);
    transition: .5s ease;
    padding: 30px 30px 48px 30px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.flexed_gallery:hover .overlay {
    background-color: rgba(12, 37, 95, 0.9);

}

/* Text Overlay */
.flexed_gallery span {
    font-size: clamp(28px, 3vw, 28px);
    font-weight: 600;
    line-height: 46.88px;
    text-align: center; /* Changed to center */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.partners_dubai .owl-nav {
    display: block !important;
    margin: 0 auto;
    position: absolute;
    width: 9%;
    right: 0;
    top: -195px;
}

#developers_era .item {
    width: 256px;
    height: 120px;
}

#developers_era .item img {
    width: 256px;
    height: 120px;
}

#developers_era {
    position: relative;
    height: 578px;
    background-image: linear-gradient(to right, rgba(12, 37, 95, 0.9), rgba(58, 77, 144, 0.9)), url('../img/remax/findproperties_1.png');
    background-size: 100% 100%;
    background-position: center;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#developers_era #owl-demo .owl-item {
    margin: 0 40px 0 0;
}

/* end */


/* new_lunches */
#new_lunches {
    position: relative;
    background: #0C255FF5 url('../img/remax/faqbg.png');
    background-size: cover;
    background-position: center top;
    color: #ffffff;
}

.gallery_main_{
    padding: 63px 0 65px;
}
.gallery_main_ .my-gallery.owl-carousel{
    margin-top: 20px;
}
#new_lunches .card {
    background-color: transparent;
}

#new_lunches .card img {
    height: 238px !important;
    max-height: 238px;
}

#new_lunches .owl-item .top_img {
    height: 238px;
    border-radius: 15px;
    object-position: top;
}
#new_lunches .my-gallery .owl-item .top_img{
    max-height: unset;
}
.dev_remax img {
    width: 58%;
}

/* end */

/* new_lunches */
#content_block {
    background-image: linear-gradient(to left, #0c255fbd, #0c255fe0), url('../img/remax/findproperties_1.png');
    background-size: 100% 100%;
    background-position: center;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 93px 50px;
}

#content_block .font_22_bold {
    color: #fff;
    text-align: left;
    font-size: 22px;
}

#content_block .flex-column {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 10px 0;
}


#content_block .container-fluid {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; */
}

#content_block p {
    font-size: 16px;
    margin-bottom: 24px;
    color: #fff;
    opacity: 0.7;
}

.flexd_grid {
    /* padding: 0 20px; */
    row-gap: 40px;
}

.content_news .font_48_bold {
    line-height: 46px;
}

.media_news img {
    width: 100%;
    height: 564px;
    max-height: 564px;
    object-fit: cover;
}

.join_newsletter .row {
    display: flex;
    align-items: center;
}

.newsletter {
    display: flex;
    justify-content: center;
}

.newsletter img {
    width: 94%;
}

.left_content_news {
    background: whitesmoke;
    padding: 0 50px 50px 100px;
}

.field-container {
    position: relative;
}

.join_newsletter .field-container input {
    width: 100%;
    padding: 10px 40px 10px 10px;
    box-sizing: border-box;
    border-radius: 4px;
}

.subsribe_now {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #004FFA;
    border-radius: 40px;
    padding: 14px 20px;
    color: #fff;
    height: 56px;
    max-height: 56px;
    width: 214px;
    max-width: 100%;
}

.find-icon img {
    width: 20px;
    /* Adjust size as needed */
    height: 20px;
    /* Adjust size as needed */
}

.all_rights {
    display: flex;
    justify-content: space-between;
    color: var(--primary-color);
    opacity: 0.7;
}

.property_content_footer ul {
    list-style: none;
    color: #fff;
    cursor: pointer;
}

.footer-padd .social-icons {
    gap: 0;
}

.logo_footer {
    display: flex;
    justify-content: center;
    position: relative;
    padding-bottom: 50px;

}
.logo_footer img{
    margin-top: -65px;
}



/* end */


/* blog_remax */


.blog_remax .item {
    padding: 0;
}

#blog_remax_ui .item {
    padding: 0;
}

#blog_remax_ui .item img {
    height: 316px;
    max-height: 316px;
    object-fit: cover;
}

#blog_remax_ui .item .card-padding .font_24_bold {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    color: #102962;
    text-transform: capitalize;
}

.rm_blog_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .rm_blog_flex {
        justify-content: center;
    }
}

.border_line_row .col-xl-3 {
    border-right: 1px solid #cccccc2b;
}
.border_line_row .col-xl-2 {
    border-right: 1px solid #cccccc2b;
}
.border_line_row #last-child {
    border-right: none;
}

.hm_blogs_era .rm_blog_flex{
    padding: 0 20px;
}


.property_content_footer {
    /* padding: 10px; */
    position: relative;
}

.footer-padd .box {
    border-right: 1px solid #cccccc2b;
}

/* Remove the border from the last column to avoid an extra border */
.footer-padd .box:last-child {
    border-right: none;
}

/* Optional: Add some padding to the left side of each column for better visual separation */
.footer-padd .box {
    padding-left: 15px;
}

@-moz-document url-prefix() {
    .card_xs_text {
        height: 26px;
    }
}

.card_xs_text {
    display: flex;
    align-items: center;
    -webkit-align-items: inherit;
}

.card_xs_text .map_mark {
    flex-shrink: 0;
    /* Prevent the icon from shrinking */
}

.card_xs_text span {
    flex-shrink: 0;
    /* Prevent the icon from shrinking */
}

.card_xs_text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#top_compounds .owl-item .top_img {
    height: 247px;
    max-height: 247px;
}

#top_compounds .card-padding {
    padding: 28px 28px 0;
    height: 93px;
}

#top_compounds .item.card {
    transition: transform 0.3s ease;
    /* Smooth transition for the scale effect */
    transform-origin: left;
}

#top_compounds .item.card:hover {
    transform: scale(1.1);
    position: relative;
    z-index: 1;
    /* Adjust the scale value as needed */
}


#office_details .social-icons li a{
    border: 1px solid #0C255F;
}


#office_details .key_inforation_details .feature h4{
    font-size: 1.375em;
}



#exp_speaks .owl-item .top_img {
    height: 247px;
    max-height: 247px;
}

.display_flex{
    display: flex;
    align-items: center;
    gap: 22px;
}

#exp_speaks .card-padding {
    padding: 0 0;
    height: 100%;
}
#exp_speaks .testrow {
    margin-left: -15px;
    width: calc(100% + 30px);
}
#exp_speaks .owl-carousel .owl-item{
    padding: 0 15px;
}
#exp_speaks .item.card {
    transition: transform 0.3s ease;
    /* Smooth transition for the scale effect */
    transform-origin: left;
    margin: 0 0 0 0;
    border: 1px solid rgba(12, 37, 95, 0.1);
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 1);
    padding: 34px 30px ;
}

#exp_speaks .item.card:hover {
    /* transform: scale(1.1); */
    position: relative;
    z-index: 1;
    /* Adjust the scale value as needed */
}
#exp_speaks .item.card  p{
    font-size: clamp(16px, 3vw, 18px);
    line-height: 27px;
    color: rgba(12, 37, 95, 1);
    font-weight: 400;
    margin-bottom: 30px;
}
#exp_speaks .item.card  .flex_grid p{
    font-size: 20px;
    font-weight: 700;
    line-height: 23.4px;
    margin: 0;
}

#blog_remax_ui .item.card {
    transition: transform 0.3s ease;
    /* Smooth transition for the scale effect */
    /* transform-origin: left; */
}

#blog_remax_ui .item.card:hover {
    transform: scale(1.05);
    position: relative;
    z-index: 1;
}


.discover_properties .item.card {
    transition: transform 0.3s ease;
    margin: 0 10px;
    /* transform-origin: left; */
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.discover_properties .item.card:hover {
    transform: scale(1.0);
    /* Adjust the scale value as needed */
}

.footer-padd .social-icons li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 35px;
}

#owl-demo .owl-item {
    position: relative;
    z-index: 111111;
}

.discover_properties .nav-link {
    color: initial;
}

.discover_properties .nav-link:not(.active) {
    color: #004FFA !important;
}

.areas_remax img {
    width: 35%;
}

.clock_icon {
    width: 20px;
    height: 20px !important;
}

#blog_remax_ui .font_14_bold {
    display: flex;
    gap: 8px;
}

#blog_remax_ui .font_14_bold span {
    display: flex;
    align-items: center;
}

.contact_actions li {
    display: flex;
    align-items: center;
    gap: 0;
}

.flexible_img .starting-price-icon img {
    width: 56px;
    max-width: 56px;
    height: 56px !important;
    max-height: 56px !important;
    object-fit: cover;
    border-radius: 50%;
}

#bottom_flex_items {
    gap: 12px;
}

.remax_developers img {
    filter: brightness(6.5);
}

.launches_remax img {
    filter: brightness(6.5);
}

/* end */


/* About Egypt */
#additional_col_changes {
    display: flex;
    align-items: flex-start;
}

#additional_col_changes .media_content{
    margin-top: 40px;
}

 .egypt_card {
    position: relative;
    top: 0;
}

.locations_era .location_content div img {
    width: auto;
}

#global_height_era .media_content{
    margin-top: 40px;
}
#progress_slider .hero_images{
    height: 720px;
    max-height: 100%;
}
#progress_slider .overly_bg{
    background: transparent;
}
.yearly img{
    /* width: 80% !important; */
}

.egypt_logo_media {
    /* position: absolute;
    bottom: 0;
    left: -286px;
    display: flex;
    justify-content: flex-end;
    width: 100%; */
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
.egypt_logo_media img {
    max-width: 100%;
    height: 144px;
    text-align: right;
    filter: brightness(23.5);
}

.office_search_cards .flex_grid {
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.enter_location select{
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 50px;
    height: 56px !important;
    padding: 0 20px;
    overflow: hidden;
    cursor: pointer;
}
.remax_btm_media img {
    width: 100%;
}
#contentLangDiv p{
    font-size: 16px;
}

.egypt_card {
    background: #102962;
    border: none;
    outline: none;
    padding: 60px 38px 48px;
    border-radius: 15px;

}
#global_height_era .egypt_btm .egypt_card {
    margin-top: -329px;
    height: -webkit-fill-available;
}
.egypt_content img {
    height: 107px;
    max-width: 100%;
    margin-bottom: -20px;
}

.egypt_btm{
    height: 680px;
    display: flex;
    align-items: end;
}


#global_height_era .egypt_btm{
    height: unset;
}
#global_height_era #additional_col_changes{
    height: unset;
    display: block;
    align-items: end;
}
#additional_col_changes{
    height: 680px;
    display: flex;
    align-items: end;
}


#our_people .item.card {
    transition: transform 0.3s ease;
    /* Smooth transition for the scale effect */
    transform-origin: left;
}

#our_people .item.card:hover {
    transform: scale(1.1);
    position: relative;
    z-index: 1;
    /* Adjust the scale value as needed */
}

#our_people .card .card-padding {
    padding: 10px 15px;
}

#our_people .card .card-padding p {
    font-size: 16px;
    color: #000;
}

#our_people .card .font_22_bold {
    font-size: clamp(16px, 2vw, 18px);

    margin-bottom: 0;
}

#our_people .card .font_normal {
    font-size: 12px;
}

#our_people .inline_flex {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 7px;
}

#our_people .crad_top_head {
    background-color: #102962;
    color: #fff;
    text-align: center;
}




/* end */

/* location */
.locations_era {
    background: url('./../img/remax/aboutegyptmapbg.jpg');
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    padding: 115px 0 90px;
    position: relative;
}
.gloabllocationpage{
    background: url('./../img/remax/aboutglobalbg.jpg');
    background-size: cover;
    background-position: center;
    padding: 60px 0 60px;
}
.gloabllocationpage .location_media{
    text-align: right;
}
.gloabllocationpage .location_media img{
    max-width: 580px;
}
.locations_era .outlined_borders{
top: 0;
}
.locations_era::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0c255ff7;
}

.location_content h3 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.location_content div img {
    width: 160px;
    height: 198px;
    max-width: 100%;
}

.location_media img {
    width: 100%;
}

.boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

.box {
    flex: 1 1 22%;
    padding: 2em 1.3em;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;

}


.footer-padd .boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    background: #0C255F;
}

.footer-padd .box {
    flex: 1 1 19%;
    padding: 0 0.5em;
    color: #fff;
    text-align: center;
}

.box1 {
    background-color: #274DA6;
}

.box2 {
    background-color: #0C255F;
}

.box3 {
    background-color: #274DA6;
}

.box4 {
    background-color: #0C255F;
}
.boxaboutpage .box{
    padding-bottom: 82px;
    text-align: left;
}
.boxaboutpage .box2{
    background-color: #F6F5FF;
    color: #0C255F;
}
.boxaboutpage .box2 p.font_30_regular{
    color: #0C255F;
}
/* Responsive adjustments */
@media (max-width: 992px) {
    .boxaboutpage .box{
        text-align: center;
    }
}
@media screen and (max-width:768px) {
    .logo_footer{
        padding-bottom: 15px;
    }
}
@media (max-width: 600px) {
    .discovery_social_icons {
        display: flex;
        flex-wrap: wrap;
        row-gap: 18px;
    }
    .box {
        flex: 1 1 100%;
    }
    .boxaboutpage .box{
        padding: 2em 1.3em;
    }
    .boxaboutpage .box.box3{
        padding-bottom: 70px;
    }
}

/* end */


/* Our visions */
.visions_content {
    background: #102962;
    height: 517px;
    padding: 5em 2em 0em 23em;
}

.absolute_content {
    position: absolute;
    z-index: 111111;
}

.vision_logo img {
    width: 491px;
    max-width: 100%;
    height: 100%;
}

.absolute_content img {
    position: relative;
    top: 50px;
    object-fit: cover;
}

.visions_content .font_48_bold {
    margin-top: -20px;
}

/* end */


/* our mission */
.mission_content {
    background: #102962;
    height: 517px;
    padding: 5em 22em 0em 5em;
}

.absolute_content {
    position: absolute;
    z-index: 111111;
}

.vision_logo img {
    width: 411px;
    height: 100%;
}

.mission_media_pos {
    position: absolute;
    right: -229px;
    top: -55px;
}

.visions_content .font_48_bold {
    margin-top: -20px;
}


#our_values_era .absolute_content img {
    position: relative;
    top: -50px;
}
/* end */

/* our values */
.count_opp img {
    width: 100%;
    height: 100% !important;
}

.flex_grid {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

/* end */


/* About us */

.video-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    min-height: fit-content;
    padding: 90px 0;
}
.video-section.about_us{
    min-height: 592px;
    height: auto;
}
.about_us .background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.about_us .content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about_us {
    background-image: url('./../../assets/img/remax/BG.png');
    background-size: cover;
    background-repeat: no-repeat;
}

/* end */


.latest_about .item {
    padding: 0;
}

.latest_about .item img {
    height: 316px;
    max-height: 316px;
    object-fit: cover;
}

.latest_about .item .card-padding .font_24_bold {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    color: #102962;
    text-transform: capitalize;
}

.latest_about .item.card {
    transition: transform 0.3s ease;
    /* Smooth transition for the scale effect */
    transform-origin: left;
    border-radius: 15px;
    margin: 0px;
    /* height: 221px; */
    max-height: 100%;
    overflow: hidden;
}
.latest_about .owl-item .item.card{
    margin-bottom: 0;
}
.latest_about .item.card:hover {
    transform: scale(1.05);
    position: relative;
    z-index: 1;
}

.latest_about .font_14_bold {
    display: flex;
    gap: 8px;
}

.latest_about .font_14_bold span {
    display: flex;
    align-items: center;
}



.Emotive_Headline .item {
    border: none;
}

.card iframe {
    width: 100%;
    border-radius: 15px;
}

#top_about .view_all_articles {
    /* position: absolute;
    right: 204px;
    display: flex;
    align-items: center;
    height: 100%; */
    text-align: right;
}

.about_us {
    display: flex;
    align-items: center;
}

.latest_about .card-padding {
    padding: 28px 20px;
}

/* .display_on_hover {
    display: none;
} */

/* #our_people .card:hover .display_on_hover {
    display: block;
} */

/* .owl-wrapper-outer {
    overflow: hidden;
    transition: overflow 0.3s ease;
} */
/* .owl-wrapper-outer.active {
    overflow: inherit !important;
} */


#training_remax #developers_era .owl-wrapper-outer.active {
    overflow: hidden !important;
}
#training_remax #top_compounds .owl-wrapper-outer.active {
    overflow: hidden !important;
}



/* full slider */
#progress_slider .carousel {
    position: relative;
    width: 100%;
    height: 1033px;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    height: 100%;
}

.slide {
    min-width: 100%;
    height: 100%;
    bottom: auto;
    position: relative;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#progress_slider .content {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    background: #000000C4;
    opacity: 0.9;
    border-radius: 14px;
    height: auto;
    width: 533px;
    border: 2px solid #004FFA;
}
#progress_slider .content h3{
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    color: #fff;
    margin-bottom: 24px;
}
#progress_slider .content p{
    margin: 0;
    font-size: 14px;
    line-height: 21px;
}
.progress-bar-container {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    height: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    box-sizing: border-box;
}

.progress-bar {
    position: absolute;
    bottom: 0;
    left: 85px;
    height: 2px;
    z-index: 0;
    background: white;
    width: 0;
    display: none;
    transform: translateY(-50%);
    transition: width 0.3s ease;
}

.progress-number {
    position: relative;
    z-index: 1;
    color: #FFFFFF;
    opacity: 0.6;
    font-size: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 4px 12px;
    cursor: pointer;
    font-weight: 600;
}

.progress-number.active {
    color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    padding: 3px 14.4px;
    font-size: 22px;
    position: relative;
    opacity: 1;
}
.progress-number.gone,.progress-number.gone::before{
    opacity: 1;
}
.progress-number.active::after{
    content: "";
    position: absolute;
    top: -60px;
    bottom: auto;
    width: 17px;
    height: 27px;
    background: url('../../assets/img/icons/Rectangle_pin.svg')no-repeat center;

}

.yearly {
    position: absolute;
    top: -115px;
    z-index: 11;
    width: calc(100% + 100px);
}
.outline-text {
    font-size: 100px;
    line-height: 100%;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 1px #F6F5FF;
    font-family: sans-serif;
}
.slide .yearly img{
    height: 71px;
    object-fit: contain;
}
#about_global_bg {
    position: relative;
    width: 100%;
    height: 658px;
    max-height: 100%;
    background: url(./../img/remax/about_global_banner.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
    text-align: center;
}

#about_global_bg .egypt_logo_media{
    display: flex;
    justify-content: center;
}
/* .global_era .remax_btm_media img {
    width: 982px;
    max-width: 100%;
    height: 639px !important;
    max-height: 100% !important;
} */
#dave_liniger {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 100%;
    background: url(./../img/remax/dave_liniger_bg.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
    text-align: center;
    padding: 57px 0 0;
}
.dave_liniger{
    margin-top: 60px;
}
.logo_inno h5 {
    color: var(--secondary-color);
}

.logo_inno img {
    margin-bottom: -20px;
}

.content_inno p {
    color: #0C255F;
    margin-top: 20px;
    margin-bottom: 0;
}
.legacy_of_innovation{
    padding: 60px 0;
}

#global_about_boxes .box2 {
    background-color: #F6F5FF;
}

#global_about_boxes .box4 {
    background-color: #F6F5FF;
}

#global_about_boxes .box5 {
    background-color: #F6F5FF;
}

#global_about_boxes .box2 .font_48_bold {
    color: #0C255F;
}

#global_about_boxes .box4 .font_48_bold {
    color: #0C255F;
}

#global_about_boxes .box2 .font_30_regular {
    color: #0C255F;
}

#global_about_boxes .box4 .font_30_regular {
    color: #0C255F;
}

#global_about_boxes .box5 .font_30_regular {
    color: #0C255F;
}

.custom_marg {
    position: relative;
    top: -211px;
}

.progress-number::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 3vw;
    width: 8vw;
    height: 2px;
    /* Line thickness */
    background-color: #fff;
    opacity: 0.4;
    z-index: -1;
    /* Behind the number */
    transform: translateY(-50%);
}

.progress-number:last-child::before,.foruaenobefore::before {
    display: none;
}

.progress-number.active::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 3.5vw;
    width: 9vw;
    height: 2px;
    /* Line thickness */
    background-color: #fff;
    opacity: 0.9;
    z-index: -1;
    /* Behind the number */
    transform: translateY(-50%);
}
.uaeslidertimeline .progress-number::before{
    left: 4vw;
    width: 9vw;
}

.progress-number:first-child::before {
    display: none;
}

.logo_inno img {
    width: 100%;
}
.bg_filled_text {
    background: #102962;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* end */

.subheader .nav-link.active {
    color: #004FFA !important;
}

/* footer */
.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .all_rights {
    padding: 0 30px 30px;
}

footer .footer-box {

    width: calc(19% - 0px);
    padding: 0 48px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

footer .footer-box:nth-child(4){
    width: 30%;
}
footer .footer-box:last-child .property_content_footer{
    border-right: none;
}
.footer-content .row{
    padding: 0 20px;
}
.socials_cols{
border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footer_heads {
    font-size: 22px;
    line-height: 25px;
    font-weight: bold;
    text-transform: capitalize;
    color: var(--primary-color);
    margin-bottom: 26px;
}

.property_content_footer{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
}
.property_content_footer:first-child{
    border-top: none;
    padding-top: 0;
}
.subscribefooter .btn-secondary-radius{
    margin-top: 18px;
    height: 47px;
}
footer .form-row input{
    width: 100%;
    box-sizing: border-box;
    border-radius: 50px;
    height: 47px;
    padding: 0 12px;
    border: none;
}

footer .footer-box:last-child{
    border: none;
    padding-right: 0;
}


footer .social_flex {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    gap: 0px;
}

.socials-box {
    flex: 2 1 200px; /* Makes this box wider than others */
}

.footer-heads {
    font-weight: bold;
    margin-bottom: 20px;
}

.social-icons {
    display: flex;
    list-style: none;
    padding: 0;
}

.social-icons li {
    margin-right: 10px;
}

.all_rights {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.border_bottom {
    border-top: 1px solid #ccc;
    margin: 20px 0;
}


/* end */

/* training */
.agents_broker .absolute_content{
    position: absolute;
    right: 14px;
    top: 15px;
}
#training_remax .remax_btm_media img {
    width: 100%;
    height: 516px;
    max-height: 100%;
}
#training_remax .egypt_about_remax{
    height: 900px;
    max-height: 100%;
}
#training_remax .egypt_about_remax .row{
    height: 700px;
}
/* #training_remax  .egypt_card {
    background: #102962;
    border: none;
    outline: none;
    padding: 80px;
    position: relative;
    top: -290px;
} */
#training_remax .mission_content {
    background: #102962;
    height: 381px;
}

.our_agents .row{
    background: #102962;
    height: 100%;
    width: 90%;
}

#training_remax .mission_media_pos {
    position: relative;
    top: 55px;
    right: 0;
}
#training_remax .mission_media_pos img{
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}
/* end */

/* university_online */
#training_remax .university_online .egypt_about_remax{
    height: 798px;
    max-height: 100%;
}
#training_remax .university_online .egypt_about_remax .row{
    height: 700px;
}
#training_remax .university_online  .egypt_card {
    background: #102962;
    border: none;
    outline: none;
    padding: 80px;
    position: relative;
    top: -290px;
}
#training_remax .university_online .mission_content {
    background: #102962;
    height: 381px;
}

#training_remax .university_online .row{
    background: #102962;
    height: 100%;
    justify-content: flex-end;
    width: 90%;
    margin-left: 142px;
}

#training_remax .university_online .mission_media_pos {
    position: relative;
    top: -75px;
    left: 0;
}
#training_remax .university_online .mission_media_pos img{
    width: 584px;
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#training_remax .university_online .py_74 {
    padding: 54px 0;
}

.dark_purp_box .font_48_bold{
    color: #fff !important;
}
.dark_purp_box  .font_30_regular {
    color: #fff !important;
}
#training_remax .item.card:hover {
    transform: none;
}
#training_remax #top_compounds .card-padding {
    padding: 28px 28px 0;
    height: 100%;
}
#training_remax  #developers_era .item {
    width: 100%;
    height: 100%;
}
#training_remax #developers_era .item img {
    width: 100%;
    height: 10%;
}
#training_remax #developers_era #owl-demo .owl-item {
    margin: 0;
}
#training_remax #top_compounds{
    margin-bottom: 160px;
}
/* end */

/* lastest about remax */
.top_video {
    width: 100%;
    height: auto;
    display: block;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('../../assets/img/icons/play.svg') no-repeat center center;
    background-size: contain;
    border: none;
    width: 50px; /* Adjust as needed */
    height: 50px; /* Adjust as needed */
    cursor: pointer;
    outline: none;
}

.play-btn.playing {
    background: url('../../assets/img/pause-button.png') no-repeat center center;
    background-size: contain;
}
#top_about .top_video{
    height: 500px;
    max-height: 500px;
    object-fit: cover;
}
/* end */

/* training accordians */
#training_remax #new_lunches .row{
    column-gap: 20px;
}

#training_remax .latest_about .card{
    background-color: transparent;
}
.top_video {
    width: 100%;
    max-width: 600px;
    height: auto;
    border: 1px solid #ccc;
}
.accordion {
    width: 48%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
    height: 100%;
}
.accordion-header {
    border-left: 5px solid #ddd;
    padding: 15px;
    background-color: transparent;
    cursor: pointer;
    font-weight: bold;
    position: relative;
}
.accordion-content {
    display: none;
    padding: 15px;
    background-color: transparent;
    border-left: none;
}
.accordion-header .icon {
    position: absolute;
    right: 15px;
    top: 13px;
    font-size: clamp(16px, 2vw, 18px);

    border: 1px solid;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .accordion {
        width: 100%;
    }
}
/* end */


/* our remax */
#our_remax_bg{
    position: relative;
    width: 100%;
    height: 851px;
    max-height: 100%;
    background: url('./../img/remax/ourremax.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
    text-align: center;
}
#our_remax #top_compounds .card img{
    height: 360px;
    object-fit: cover;
    display: flex;
    align-items: center;
}
#our_remax #top_compounds .card-padding {
    padding: 28px 28px 0;
    height: 100%;
}
.our_remax #top_compounds .card-padding {
    padding: 28px 28px 0;
    height: 100%;
}
#our_remax #developers_era #owl-demo .owl-item {
    margin: 0;
}
#our_remax #developers_era .item {
    width: 100%;
    height: 100%;
}
#our_remax #developers_era .item img {
    width: 100%;
    height: 10%;
}
#our_remax .latest_about .card {
    background-color: transparent;
}

#our_remax  .flex_grid {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
}
.our_remax #top_about{
    position: relative;
    background-image: linear-gradient(to right, rgba(12, 37, 95, 0.9), rgba(58, 77, 144, 0.9)), url(../img/remax/findproperties_1.png);
    background-size: 100% 100%;
    background-position: center;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 115px 0;
}
/* #our_remax #top_about{
    position: relative;
    background-image: linear-gradient(to right, rgba(12, 37, 95, 0.9), rgba(58, 77, 144, 0.9)), url(../img/remax/findproperties_1.png);
    background-size: 100% 100%;
    background-position: center;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 115px 0;
} */
.our_remax  .latest_about .blog_remax img{
    filter: brightness(12.5);
}
#our_remax  .latest_about .blog_remax img{
    filter: brightness(12.5);
}
#our_remax .hero {
    position: relative;
    height: 950px;
    background: #Fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#our_remax .hero .transp_linear_gradient{
    background: #0C255F
}
#our_remax .hero .brand_linear_gradient img {
    width: 75%;
    height: 100%;
}
#build_remax .values_era .card-padding .flex_grid {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 10px;
}
/* end */

/* Invest Era */
    .invest_era .container-fluid{
        background: #102962;
        padding: 80px;
        position: relative;
        top: -270px;
        width: 100%;
    }
    .invest_era{
        height: 280px;
    }
    .map_pin img{
        height: initial !important;
        object-fit: cover;
        display: inline-flex !important;
        align-items: center;
    }
    #build_remax #our_remax_bg{
        position: relative;
        width: 100%;
        height: 851px;
        max-height: 100%;
        background: url('./../img/remax/buildyourcareer.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: var(--primary-color);
        text-align: center;
    }
    #build_remax .invest_era .container-fluid{
        background: #fff;
    }
    #build_remax .hero {
        background-image: inherit;
    }


    #emotives_era .slider-wrapper {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    #emotives_era .slider {
        display: flex;
        transition: transform 0.5s ease-in-out;
        height: 736px;
    }

    #emotives_era .slide {
        display: flex;
        min-width: 100%;
        box-sizing: border-box;
    }

    #emotives_era .slide-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #emotives_era .slide-content {
        width: 97%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px;
        box-sizing: border-box;
    }

    #emotives_era .card {
        background: #fff;
        padding: 20px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
    }

    #emotives_era .nav-buttons {
        position: absolute;
        bottom: 93px;
        right: 0;
        transform: translateX(-25%);
        display: flex;
    }

    #emotives_era .nav-buttons button {
        padding: 6px 7px;
        margin: 5px;
        border: 1px solid #004FFA;
        background: #004FFA;
        color: #fff;
        border-radius: 5px;
        cursor: pointer;
        transition: background 0.3s ease;
    }

    #emotives_era .nav-buttons button:hover {
        background: #004FFA;
    }

    #slider_cols_right{
        background: #0C255F;
        display: flex;
        align-items: center;
        box-shadow: -71px 4px 139px 49px rgba(12,37,95,0.84);
    }

    #emotives_era .blog_remax img{
        filter: brightness(13.5);
    }
/* end */

/* Office Search */


    #office_search .properties_form .form-group{
        width: 28%;
        margin-bottom: 0;
    }

    .mb_search_text{
        display: none;
    }
    #office_search .find-icon {
        font-size: 20px;
        cursor: pointer;
    }
    .text_center_align{
        text-align: center;
        font-size: 22px;
        color: #0C255F;
        font-weight: 500;
        line-height: normal;
    }
    .sortByLabel{
        font-size: 20px;
        color: #0C255F66;
        margin: 0;
    }
    #selectOption option{
        font-size: 16px;
    }
    .text_right_align{
        text-align: right;
        font-size: 20px;
        color: #0C255F;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: right;
        gap: 10px;
    }
    #office_search .sortByOptions select {
        padding-right: 0px;
        border: none;
        border-radius: 4px;
        background-color: transparent;
        font-size: 20px;
        color: #0C255F;
        font-weight: 500;
    }

    #office_search .full-bg-section {
        position: relative;
        width: 100%;
        /* height: 791px; */
        /* height: 80vh; */
        max-height: 100%;
        background: url('./../img/remax/officeSearch.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: var(--primary-color);
        text-align: center;
    }
    #office_details .full-bg-section {
        position: relative;
        width: 100%;
        height: 73.1vh;
        max-height: 485px;
        background: url('./../img/remax/officeSearch.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: var(--primary-color);
        text-align: center;
    }
    #office_details .full-bg-section .outlined_borders{
        left: 0;
        top: 0;
    }
    #office_search .discover_properties{
        background: #F6F5FF;
    }
    #office_search .discover_properties #discover_actions{
        text-align: center;
        align-items: center;
    }
    #office_search .discover_properties .nav-tabs .nav-link{
        border-radius: inherit;
    }
    #office_search .values_era .flex_grid .icon img{
        height: 316px;
        max-height: 316px;
        object-fit: cover;
        width: 100%;
        max-width: 100%;
    }
    #office_details .office_detail_page .count_opp img {
        object-fit: contain;
        border-radius: unset;
    }
    #office_details #office_search #blog_remax_ui .item .count_opp img {
        height: 289px !important;
        max-height: 100% !important;
        object-fit: contain;
    }
    #office_search #blog_remax_ui .card:hover .icon_container {
        background: #0C255F;
        display: flex;
        padding: 0 20px;
        justify-content: space-around;
        transition: background-color 0.5s ease;
    }
    #office_search #blog_remax_ui .card:hover {
        transform: scale(1.05);
    }
    #office_search #blog_remax_ui .card:hover .icon_container .icon img{
        filter: brightness(24.5);
    }
    .discover_properties .icon_container {
        background: #F6F5FF;
        display: flex;
        align-items: center;
        padding: 0 20px;
        height: 46px;
        justify-content: space-around;
        border: 1px solid rgba(12, 37, 95, 0.2);
    }
    #privacy_details .full-bg-section {
        position: relative;
        width: 100%;
        height: 73.1vh;
        max-height: 485px;
        background: url('./../img/remax/officeSearch.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: var(--primary-color);
        text-align: center;
    }
    #properties_multi_slider #blog_remax_ui .icon_container{
        background: #0C255F !important;
    }

    #properties_multi_slider  .icon_container .separator {
        border: 1px solid #fff !important;
        opacity: 0.2 !important;
        height: 100%;
    }
    #office_details #property_detail_head .icon_container .separator {
        border: 1px solid #cbd1df;
    }


    #office_search #blog_remax_ui .icon_container .icon img {
        height: inherit;
        max-height: inherit;
    }
    #office_search #blog_remax_ui .icon_container .separator {
        border: 1px solid #cbd1df;
        opacity: 0.2;
        height: 100%;
    }
    #office_search #blog_remax_ui .card:hover .icon_container .separator {
        border: 1px solid #fff;
        opacity: 0.2;
    }
    /* #office_search #blog_remax_ui .card .icon_container .separator {
        border: 1px solid #fff;
        opacity: 0.2;
    } */
    .footer_content_padding{
        padding: 0 24px;
    }
    p.agent_name,
    p.team_name,
    p.station_name{
        font-size: 16px;
        line-height: 20px;
        color: #0C255F;
        font-weight: 500;
        margin: 14px 0 0;
    }
    p.team_name,h4.team_name{
        color: #DB0720;
        font-weight: 700;
    }
    .map_mark_icon {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    #blog_remax_ui .map_mark_icon img{
        height: 40px;
        max-height: 40px;
        object-fit: inherit;
    }
    #office_search #blog_remax_ui .item.card {
        background-color: #ffff;
        transition: transform 0.3s ease;
        transform-origin: center;
        border: 1px solid rgba(12, 37, 95, 0.1);
        border-radius: 15px;
        overflow: hidden;
        max-width: 423px;
        max-height: 100%;
        min-height: 100%;
    }
    #office_search #blog_remax_ui .item.card.clone-cards{
        max-height: unset;
        min-height: unset;
    }
    #office_search .flex_grid {
        display: flex;
        align-items: baseline;
        justify-content: center;
    }

    #office_search #blog_remax_ui .icon_container {
        background: #F6F5FF;
        display: flex;
        align-items: center;
        padding: 0 20px;
        height: 46px;
        justify-content: space-around;
        text-align: center;
        border: 1px solid rgba(12, 37, 95, 0.2);
        border: none;
    }
    #office_search #blog_remax_ui .card:hover .card-padding  {
        border: none;
    }
    #office_search #discover_properties{
        background: #F6F5FF;
    }


    #office_search .card-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 15px;
        padding: 1rem;

      }
    #office_search .agents-container .card-container.agent_search_cards{
        display: grid;
        grid-template-columns: repeat(4,1fr);
    }

    #office_search  .card {
        flex: 1 1 calc(25% - 1rem);
      }
    #office_search #blog_remax_ui .item.card.clone-cards{
        max-width: 400px;
        position: absolute;
    }
    @media screen and (min-width:1920) {
        p.agent_name,
        p.team_name,
        p.station_name{
            font-size: 20px;
            line-height: 24px;
            margin: 16px 0 0;
        }
    }
      @media screen and (max-width: 992px) {

        #office_search #blog_remax_ui .item.card.clone-cards{
            max-width: 340px;
        }
      }
      @media screen and (max-width: 768px) {
        #office_search  .card {
          flex: 1 1 calc(50% - 1rem);
        }

      }

      @media screen and (max-width: 480px) {
        #office_search .card {
          flex: 1 1 100%;
        }
      }
/* end */

/* Agent Search */
#agent_search .properties_form .form-group {
    width: 235px;
}
#agent_search .flex_selections select {
    width: 235px;
}
#agent_search .properties_form .flex_selections {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}
#agent_search .find-icon {
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    right: 34px;
}
.agents_ui #blog_remax_ui .map_mark_icon img {
    height: 24px;
    max-height: 24px;
}

#emotive_sliders .card-padding .flex_grid:last-child {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
/* end */

/*  */
.right_lay{
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 20px;
    display: grid;
    gap: 10px;
}
.right_lay.close-btn{
    background: url(./../img/icons/close-square.png)no-repeat center;
}
#properties_multi_slider .card .slider .icon_top{
    background: #0C255F;
    opacity: 0.6;
    padding: 12px 12px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
#properties_multi_slider .card .slider .icon_mid{
    background: #0C255F;
    opacity: 0.6;
    padding: 12px 12px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
#properties_multi_slider .card .slider .icon_last{
    background: #0C255F;
    opacity: 0.6;
    padding: 12px 12px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
#properties_multi_slider .card .slider .icon_top img{
    filter: brightness(36.5);
}
#properties_multi_slider .card .slider .icon_mid img{
    filter: brightness(36.5);
}
#properties_multi_slider .card .slider .icon_last img{
    filter: brightness(36.5);
}

#properties_multi_slider .card {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    #properties_multi_slider .slider {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    #properties_multi_slider .slides {
        display: flex;
        transition: transform 0.5s ease;
    }

    #properties_multi_slider .slide {
        min-width: 100%;
    height: 232px;
    /* max-height: 284px; */
    /* box-sizing: border-box; */
    bottom: 0;
    }

    #properties_multi_slider .slide img {
        width: 100%;
        /* display: block; */
        /* position: relative; */
        /* top: -5px; */
        /* height: 344px !important; */
        /* max-height: 344px !important; */
        /* border-radius: 0; */
        height: 100% !important;
        max-height: 100% !important;
        object-fit: cover;
        object-position: bottom;
    }

    #properties_multi_slider .dots {
        text-align: center;
        position: absolute;
        bottom: 10px;
        width: 100%;
    }

    #properties_multi_slider .dot {
        display: inline-block;
        width: 5px;
        height: 5px;
        margin: 0 5px;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        cursor: pointer;
        transition: width 0.3s, background-color 0.3s;
    }

    #properties_multi_slider .dot.active {
        width: 20px;
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 1);
    }

    #properties_multi_slider .card-content {
        padding: 16px;
    }
    #properties_multi_slider .center_flex .starting-price-icon img{
        height: 100%;
        max-height: 100%;
    }
    #properties_multi_slider #blog_remax_ui #parts_of_actions .item {
        /* padding: 0 24px 0 0;
        border-right: 1px solid #ccc; */
    }
    #properties_multi_slider #blog_remax_ui #parts_of_actions .item:last-child {
        padding: 0;
        border-right: none;
    }
#properties_multi_slider .card-padding .card_xs_text {
    gap: 7px;
    color: #0C255F;
    font-size: 16px;
    line-height: 23px;
}
#properties_multi_slider .card-padding .profile_caption h6 {
    color: #0C255F;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 200px;
}
#properties_multi_slider #blog_remax_ui .inner_flex_contain{
    /* flex-wrap: initial; */
}
#properties_multi_slider .card-padding .profile_caption p {
    color: #0C255F !important;
}
#properties_multi_slider .card-padding .card_head  {
    color: #0C255F !important;
}
#properties_multi_slider .card-padding .pb-18  {
    color: #0C255F !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#properties_list_head_banner{
    width: 85%;
}
.contact_us_for_information{
    display: flex;
    justify-content: space-between;
    height: 88px;
    background: #fff;
    align-items: center;
    padding: 0 36px;
}
.btn-adv .advanced{
    display: flex;
    justify-content: center;
    gap: 5px;
}
.btn-adv .add_circle{
    display: flex;
    align-items: center;
}

/* property details */
#property_detail_head {
    padding-top: 200px;
}

small {
    font-size: 80%;
    font-weight: 400;
}

#property_detail_head .flexed_content {
    width: 100%;
}

#property_detail_head .flexed_content .inner_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.grid_row_flex_btm img {
    max-width: 100%;
    width: 100%;
    height: 238px;
    object-fit: cover;
}

/* #property_detail_head .row {
    width: 100%;
} */

#office_details .details_lisings #office_search #properties_multi_slider .card .card-padding .inner_flex_contain .flexible_img .profile_caption h6{
    font-size: clamp(22px, 3vw, 22px);
}

#office_details .key_information .flex_border .property_sescription .inner_property_sescription .key_inforation_details .img_width_res {
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

#office_details .key_information .flex_border .property_sescription .inner_property_sescription .key_inforation_details .separater{
    height: 57px;
}

#office_details .key_information .flex_border .property_sescription .inner_property_sescription .key_inforation_details .feature div .inline_flex_center{
    display: flex;
    align-items: center;
    gap: 16px;
}

#office_details #discover_properties .values_agents .custom_gap {
    gap: 16px;
    row-gap: 16px;
}

#property_detail_head .key_information .key_inforation_details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.key_inforation_details .feature {
    display: flex;
    align-items: center;
    gap: 16px;
    /* width: calc(26.33% - 20px); */
}

.property_features_inner .feature {
    display: flex;
    align-items: flex-start;
    width: calc(25.33% - 15px);
    gap: 15px;
    flex-flow: nowrap;
}

.property_features_inner .feature img {
    width: 24px;
    height: 24px;
}

.property_features_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dld_verified {
    font-size: 16px;
}

.bottom_description_overflow {
    font-size: clamp(16px, 2vw, 18px);

    color: var(--card-xs-text-color);
}


.buttons_action_flex .add_fvrt {
    height: 53px;
    width: 229px;
}


.buttons_action_flex .add_fvrt {
    height: 53px;
    width: 229px;
    border-color: #006039;
    border: 2px solid #006039;
    color: #006039;
    font-weight: bold;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.buttons_action_flex .add_fvrt:hover {
    border-color: #006039;
    border: 2px solid #006039;
    color: #006039;
    background-color: transparent;
}

.btn-outline-primary:hover {
    background-color: transparent;
}

.btn-outline-primary:focus {
    background-color: transparent;
    box-shadow: none !important;
    outline: none;
}

.btn-outline-primary:active {
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none;
    border-color: inherit !important;
}

.buttons_action_flex .share_now:hover {
    border-color: #006039;
    border: 2px solid #006039;
    color: #006039;
    background-color: transparent;
}

.buttons_action_flex .add_fvrt:focus {
    box-shadow: none !important;
    outline: none;
}

.buttons_action_flex .add_fvrt:active {
    background-color: transparent !important;
    border-color: #006039 !important;
    border: 2px solid #006039;
    color: #006039 !important;
}

.buttons_action_flex .share_now:active {
    background-color: transparent !important;
    border-color: #006039 !important;
    border: 2px solid #006039;
    color: #006039 !important;
}

.buttons_action_flex .share_now:focus {
    box-shadow: none !important;
    outline: none;
}

.buttons_action_flex .share_now {
    height: 53px;
    width: 135px;
    border-color: #006039;
    border: 2px solid #006039;
    color: #006039;
    font-weight: bold;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.buttons_action_flex .schedule_visit {
    height: 53px;
    width: 245px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 20px;
}

.key_inforation_details p {
    font-size: clamp(16px, 2vw, 18px);

    margin-bottom: 0;
}

.property_features_inner p {
    font-size: clamp(16px, 2vw, 18px);

}

#similarproperties {
    background: #ECFFF6;
    padding: 130px;
}

#similarproperties h1 {
    color: var(--text-dark-primary);
}

.action_btn_block button {
    height: 53px;
    border-radius: inherit;
    color: #fff;
    border-color: #fff;
    border: 2px solid;
    font-size: 20px;
    text-transform: uppercase;
}

.action_btn_block button:hover {
    background: transparent;
    border-color: #fff;
}

.key_information .saabsoft_profile_card {
    background-color: var(--text-dark-primary);
    border-radius: inherit;
}

.saabsoft_profile_card .action_block {
    display: block;
    margin: 0 auto;
}

.saabsoft_profile_card .outer_hr {
    border-top: 1px solid #006039;
}

.key_information .saabsoft_profile_card .card-text {
    font-size: 16px;
    color: #fff;
}

.or_get_availability {
    width: 419px;
    height: 53px;
}

.mortgage_calculator .text_heads {
    font-size: clamp(28px, 2.5vw, 30px);
    font-weight: bold;
    color: var(--text-dark-primary);
    margin-bottom: 10px;
}

.pehr_tag_cals {
    font-size: 20px;
    color: var(--card-xs-text-color);
}

.mortgage_calculator .flex-container .flex-item {
    flex: 1 0 25%;
}

.mortgage_calculator .flex-container .flex-item input {
    width: 100%;
}

.mortgage_calculator .flex-container {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.mortgage_calculator .flex-container .flex_Width {
    width: 100%;
}

.mortgage_calculator .flex-container .flex_Width .form-control {
    width: 100%;
    margin-bottom: 28px;
}

.mortgage_calculator {
    background: var(--default-background-primary-color);
    padding: 36px 32px;
}

.btn-book-mortgage {
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 59px;
    font-size: 16px;
    font-weight: bold;
}

.action_btn_block {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 15px;
}

.action_btn_block button {
    width: 100%;
}

.content_type h5 {
    color: #003B20;
    font-weight: bold;
    font-size: clamp(1.5rem, 1.5vw, 24px);
}

.flex_item_row {
    display: flex;
    align-items: center;
}

.content_type p {
    font-size: 14px;
    font-weight: 500;
    color: var(--card-xs-text-color);
}

.custom_mob .social_era {
    border: 1px solid #D1D1D1;
    padding: 20px 30px;
    border-radius: 10px;
}

.social_media_items span {
    border: 1px solid #05603A;
    border-radius: 50%;
    padding: 9px 10px;
    text-align: center;
    display: inline-flex;
    margin: 0 8px 0 0;
}

.social_media_items span:hover {
    background-color: #00D067;
    border: 1px solid #00D067;
    cursor: pointer;
}

.social_era h4 {
    font-size: clamp(28px, 2.5vw, 30px);
    font-weight: bold;
}


#visitModal .modal-dialog {
    height: 100%;
    display: flex;
    align-items: center;
}

#visitModal .modal-content {
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    background-color: transparent;
}

.modal-backdrop.show {
    opacity: inherit;
}

.modal-backdrop {
    background-color: #00000080;
    backdrop-filter: blur(40px);
    z-index: 9;
}

.modal_globs {
    top: 50px;
    position: absolute;
    right: 50px;
    color: #fff;
    opacity: 0.9;
}

.modal_globs span {
    border: 1px solid #fff !important;
    border-radius: 50%;
    padding: 0 7px;
    height: 10px;
    display: inline-table;
}

.modal_globs:hover {
    background-color: transparent;
    color: #fff;
}

.listing_modal button {
    width: 100%;
}

.properties_form label {
    text-transform: capitalize;

}

.key_information .discovery_social_icons li a {
    border: 1px solid #0C255F;
}

.key_information .discovery_social_icons li a:hover {
    opacity: inherit;
}

.key_information .discovery_social_icons li a:hover svg path{
    fill: #fff;
}

.drawer-container {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #f1f1f1;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 1000;
    padding-top: 60px;
}

.drawer-content {
    padding: 20px;
}

.drawer-close img {
    width: 24px;
}

.drawer-close {
    position: absolute;
    top: 9px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    cursor: pointer;
    z-index: 1;
}

.open-drawer-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    border: none;
    cursor: pointer;
}

.mask {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.schedule_drawer .filter_data_form {
    width: 100%;
}

.schedule_drawer {
    background-color: #F6F5FF;
    max-width: 100%;
}

.schedule_drawer .drawer-content {
    padding: 48px 48px;
}

#checkbox_schedule {
    width: inherit;
    margin-top: inherit;
}

.schedule_drawer .card {
    border: none;
}

.form-check label {
    text-transform: math-auto !important;
}

.schedule_drawer #imageSlider .tab-content .card .form-control {
    width: 100%;
}

.header_top_content {
    position: absolute;
    top: 22px;
}

.schedule_drawer #imageSlider .nav-tabs .nav-link {
    border: 3px solid #00D067;
    color: #000 !important;
}

.schedule_drawer .flex-container .flex-item {
    flex: 0 50%;
    padding: 25px 0 0 9px;
    gap: 10px;
    /* display: flow; */
    justify-content: center;
    width: 100%;
}

.schedule_drawer label {
    text-transform: capitalize;
}
.dr_ones{
    color: #111111 !important;
}

/* property details page */
/* #slick_slider_prop_det .slick-slide img{
    width: 100%;
} */

#individual_property .full-bg-section{
    height: 549px;
    max-height: 100%;
    background: #0C255F;
}

#individual_property .section_top_slider img {
    display: block;
    max-width: 100%;
    height: 549px;
    max-height: 100%;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    border-radius:20px !important;
    object-position: bottom;
}
.section_top_slider {
    margin: 0 auto;
    padding-block: 5rem;
    position: relative;
    top: 250px;
    width: 100%;
}
#individual_property .section_top_slider .container {
    max-width: 75rem;
    height: auto;
    margin-inline: auto;
    padding-inline: 1.25rem;
}
#individual_property .section_top_slider .swiper-button-next::after, #individual_property .section_top_slider .swiper-button-prev::after {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 1rem;
    width: 2rem;
    height: 2rem;
    opacity: 0.75;
    border-radius: 50%;
    color: var(--white-100);
    background: var(--black-300);
}
#property_detail_head .flex_border {
    background: #FFFFFF;
    border-radius: 10px;
}
.p_flip, .m_flip{
    width: 24px !important;
    height: 24px;
}

#property_detail_head .icon_container {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 46px;
    justify-content: space-around;
    border-top: 1px solid rgba(12, 37, 95, 0.2);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#property_detail_head .icon_container .separator {
    border: 1px solid #0C255F;
    opacity: 0.2;
    height: 100%;
}
.infoconnect{
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    flex-wrap: nowrap;
}
.infoconnect li {
    flex: 1; /* This makes each li take an equal amount of space */
    text-align: center; /* Centers the content within each li */
    list-style: none;
}

.infoconnect li a {
    display: block;
    width: 100%;
    background-color: #0C255F;
    color: #fff;
    padding: 8px 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.infoconnect li a img{
    width: 24px;
    height: 24px !important;
    object-fit: contain !important;
}
.infoconnect li:not(:empty) {
    visibility: visible;
}

.infoconnect li:empty {
    display: none; /* Hide the li if it has no content */
}
.discovery_social_icons {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    row-gap: 11px;
    flex-flow: wrap;
}
.discovery_social_icons li {
    display: inline-block;
    margin-right: 20px;
}

.discovery_social_icons li a {
    display: block;
    width: 45px;
    height: 45px;
    background-color: transparent;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    transition: background-color 0.3s ease;
}
.discovery_social_icons li a:hover {
    background-color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
}

.details_right_form input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 50px;
    height: 56px;
    padding: 12px 20px;
}
.details_right_form input[type="submit"]{
    background-color:rgba(0, 79, 250, 1);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.details_right_form input[type="submit"]:hover{
    background-color: #fff;
    color: #000;

}
.details_right_form #country_code
{
    height: 56px;
    padding: 0 12px;
    width: 100%;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
}
select#country_code{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
}
select#country_code.custom-select.is-valid,
select#country_code.was-validated .custom-select:valid{
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
    background-position: right;
}
.text_area_form textarea{
    width: 100%;
    height: 92px;
    border-radius: 14px;
    padding: 8px 11px;
}

.icon_container #global_color{
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.icon_container #global_color img{
    height: 18px;
    width: 18px;
}
.dropdown-menu.dropdown-arrow::before {
    content: "";
    position: absolute;
    top: -10px; /* Adjust this value to position the arrow */
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 10px 10px 10px; /* Adjust the size of the arrow */
    border-style: solid;
    border-color: transparent transparent #fff transparent; /* Adjust the color of the arrow */
}
#navbarNav .dropdown-menu {
    position: absolute;
    left: -32px;
    background: #fff;
    border-radius: 10px;
    padding: 18px !important;
}
#navbarNav .dropdown-item {
    color: #16181b !important;
    background-color: inherit;
    border-radius: 10px;
    font-weight: 500;
    font-size: clamp(16px, 2vw, 18px);

    transition: color 0.3s ease;
}
#navbarNav .dropdown-item:hover{
    color: #004FFA !important;
}
.toggle-btn {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 12.5px 20px;
    width: 15%;
    min-width: 150px;
    justify-content: space-evenly;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.toggle-btn .arrow {
    margin-left: 10px;
}

/* Div styling */
.properties_form .toggle-content {
    display: none;
    background-color: white;
    border: 1px solid #004FFA;
    padding: 20px 24px;
    margin-top: 6px;
    position: absolute;
    top: 100%;
    border-radius: 10px;
    z-index: 1;
}
.properties_form .toggle-content label{
    margin-bottom: 0;
}

/* Inline buttons inside the div */
.inline-buttons button {
    background-color: transparent;
    color: #0C255F;
    border: 1px solid #0C255F;
    padding: 10px 15px;
    margin: 0 12px 0 0;
    cursor: pointer;
    border-radius: 45px;
}
#contentDiv h3{
    color: #0C255F;
    font-size: 16px;
    line-height: 19.2px;
    margin-bottom: 0;
    text-align: left;
}

.toggle-btn .arrow {
    margin-left: 10px;
    transition: transform 0.3s ease; /* Smooth rotation */
}

.rotate {
    transform: rotate(180deg); /* Rotate arrow 180 degrees */
}

.rotateprice {
    transform: rotate(180deg);
}

.toggle-btn .arrow-price {
    margin-left: 10px;
    transition: transform 0.3s ease; /* Smooth rotation */
}


/* listing */
#priceDivFilter {
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px 24px;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: 15px;
    width: 297px;
    max-width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
    z-index: 2;
}
#priceDivFilter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 2px;
    background: inherit;
    border-top: 1px solid #111111;
    border-left: none;
    border-right: none;
    z-index: -1;
}

#priceDivFilterType{
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px 24px;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: 15px;
    width: 297px;
    max-width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
    z-index: 2;
}
#priceDivFilterType::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 2px;
    background: inherit;
    border-top: 1px solid #111111;
    border-left: none;
    border-right: none;
    z-index: -1;
}

#CityType{
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px 24px;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: 15px;
    width: 297px;
    max-width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
    z-index: 2;
}
#CityType::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 2px;
    background: inherit;
    border-top: 1px solid #111111;
    border-left: none;
    border-right: none;
    z-index: -1;
}


#AreaType{
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px 24px;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: 15px;
    width: 297px;
    max-width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
    z-index: 2;
}
#AreaType::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 2px;
    background: inherit;
    border-top: 1px solid #111111;
    border-left: none;
    border-right: none;
    z-index: -1;
}


#propertyCategory{
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px 24px;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: 15px;
    width: 297px;
    max-width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
    z-index: 2;
}
#propertyCategory::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 2px;
    background: inherit;
    border-top: 1px solid #111111;
    border-left: none;
    border-right: none;
    z-index: -1;
}

#AreaOfComplaint{
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px 24px;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: 5px;
    width: 289px;
    max-width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
    z-index: 2;
}
#AreaOfComplaint::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 2px;
    background: inherit;
    border-top: 1px solid #111111;
    border-left: none;
    border-right: none;
    z-index: -1;
}
#toggleBtnWorkBackground{
    width: 289px;
    max-width: 100%;
}

#PriceType{
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px 24px;
    margin-top: -1px;
    position: absolute;
    top: 86%;
    left: 15px;
    width: 297px;
    max-width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
    z-index: 2;
}
#PriceType::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 2px;
    background: inherit;
    border-top: 1px solid #111111;
    border-left: none;
    border-right: none;
    z-index: -1;
}


#WorkBackground{
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px 24px;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: 5px;
    width: 289px;
    max-width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
    z-index: 2;
}
#WorkBackground::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 2px;
    background: inherit;
    border-top: 1px solid #111111;
    border-left: none;
    border-right: none;
    z-index: -1;
}


#CompanyBusiness{
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px 24px;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: 5px;
    width: 98.4%;
    max-width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
    z-index: 2;
}
#CompanyBusiness::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 2px;
    background: inherit;
    border-top: 1px solid #111111;
    border-left: none;
    border-right: none;
    z-index: -1;
}
#WorkExperience{
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px 24px;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: 5px;
    width: 289px;
    max-width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
    z-index: 2;
}
#WorkExperience::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 2px;
    background: inherit;
    border-top: 1px solid #111111;
    border-left: none;
    border-right: none;
    z-index: -1;
}

#RequestType{
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px 24px;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: 5px;
    width: 289px;
    max-width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
    z-index: 2;
}
#RequestType::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 2px;
    background: inherit;
    border-top: 1px solid #111111;
    border-left: none;
    border-right: none;
    z-index: -1;
}
#propertyContactType{
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px 24px;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: 5px;
    width: 289px;
    max-width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
    z-index: 2;
}
#propertyContactType::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 2px;
    background: inherit;
    border-top: 1px solid #111111;
    border-left: none;
    border-right: none;
    z-index: -1;
}
#LocationOfProperty{
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px 24px;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: 5px;
    width: 289px;
    max-width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
    z-index: 2;
}
#LocationOfProperty::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 2px;
    background: inherit;
    border-top: 1px solid #111111;
    border-left: none;
    border-right: none;
    z-index: -1;
}

#propertyRequest{
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px 24px;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: 5px;
    width: 289px;
    max-width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
    z-index: 2;
}
#propertyRequest::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 2px;
    background: inherit;
    border-top: 1px solid #111111;
    border-left: none;
    border-right: none;
    z-index: -1;
}



#developmentMenu{
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px 24px;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: 15px;
    width: 297px;
    max-width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
    z-index: 2;
}
#developmentMenu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 2px;
    background: inherit;
    border-top: 1px solid #111111;
    border-left: none;
    border-right: none;
    z-index: -1;
}

#propertyHomeRequestMenu{
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px 24px;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: 15px;
    width: 297px;
    max-width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
    z-index: 2;
}
#propertyHomeRequestMenu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 2px;
    background: inherit;
    border-top: 1px solid #111111;
    border-left: none;
    border-right: none;
    z-index: -1;
}

#propertyHomeMenu{
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px 24px;
    margin-top: -1px;
    position: absolute;
    top: 94%;
    left: 0;
    width: 100%;
    max-width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
    z-index: 2;
}
#propertyHomeMenu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 2px;
    background: inherit;
    border-top: 1px solid #111111;
    border-left: none;
    border-right: none;
    z-index: -1;
}

#SizeMenu{
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px 24px;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: 15px;
    width: 297px;
    max-width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
    z-index: 2;
}
#SizeMenu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 2px;
    background: inherit;
    border-top: 1px solid #111111;
    border-left: none;
    border-right: none;
    z-index: -1;
}
/* end */

/* Contact form */
#contactLocationRequest {
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px 24px;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
    z-index: 2;
}
#contactLocationRequest::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 2px;
    background: inherit;
    border-top: 1px solid #111111;
    border-left: none;
    border-right: none;
    z-index: -1;
}

#contactPropertyRequest {
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px 24px;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
    z-index: 2;
}
#contactPropertyRequest::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 2px;
    background: inherit;
    border-top: 1px solid #111111;
    border-left: none;
    border-right: none;
    z-index: -1;
}

#contactPropertyType {
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px 24px;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
    z-index: 2;
}
#contactPropertyType::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 2px;
    background: inherit;
    border-top: 1px solid #111111;
    border-left: none;
    border-right: none;
    z-index: -1;
}

#em_label{
    opacity: 0;
}
/* end */

.properties_form .togglemenu {
    display: none;
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px 24px;
    margin-top: 6px;
    position: absolute;
    top: 100%;
    left: 7px;
    width: 240px;
    /* max-width: 100%; */
    border-radius: 10px;
    z-index: 2;
}

#contentPriceDiv{
    left: 0;
    width: 100%;
}

#leadform button,#contactForm button{
    border: 1px solid #0C255F33;
}

.properties_form .toggle-content-property .form-control {
    width: 100%;
    height: 45px;
}
/* Inline buttons inside the div */
.inline-buttons button {
    background-color: transparent;
    color: #0C255F;
    border: 1px solid #0C255F;
    padding: 10px 15px;
    margin: 0 12px 0 0;
    cursor: pointer;
    border-radius: 45px;
}
#contentPriceDiv h3{
    color: #0C255F;
    font-size: 16px;
    text-align: left;
}
#contentPriceDiv .inline-buttons{
    display: flex;
}


.lang_spoken .arrow {
    margin-left: 10px;
    transition: transform 0.3s ease; /* Smooth rotation */
}

.lang_spoken {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 12.5px 24px;
    border-right: 1px solid #ccc;
    height: 56px;
    width: 320px;
    max-width: 100%;
    border-radius: 45px;
    justify-content: space-between;
    position: relative;
}

#office_search .flex_selections .find-icon{
    position: inherit;
}




.toggle-btn-price .arrow {
    margin-left: 10px;
    transition: transform 0.3s ease; /* Smooth rotation */
}

.toggle-btn-price {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 12.5px 24px;
    border-right: 1px solid #ccc;
    height: 56px;
    width: 100%;
    max-width: 100%;
    border-radius: 45px;
    justify-content: space-between;
    position: relative;
}
.toggle-btn-price .badge {
    position: absolute;
    right: auto;
    left: 60px;
    color: #fff;
}
.toggle-btn-price {
    transition: border-radius 0.3s ease;
}
.toggle-btn-bath .arrow {
    margin-left: 10px;
    transition: transform 0.3s ease; /* Smooth rotation */
}

.toggle-btn-bath {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 12.5px 24px;
    border-right: 1px solid #ccc;
    height: 56px;
    width: 100%;
    max-width: 100%;
    border-radius: 45px;
    justify-content: space-between;
    position: relative;
}
.toggle-btn-bath .badge {
    position: absolute;
    right: auto;
    left: 60px;
    color: #fff;
    font-size: 13px;
    padding: 5px 33px;
}

.toggle-btn-bath{
    transition: border-radius 0.3s ease;
}




.toggle-btn-bed .arrow {
    margin-left: 10px;
    transition: transform 0.3s ease; /* Smooth rotation */
}

.toggle-btn-bed {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 12.5px 24px;
    border-right: 1px solid #ccc;
    height: 56px;
    width: 100%;
    max-width: 100%;
    border-radius: 45px;
    justify-content: space-between;
    position: relative;
}
.toggle-btn-bed .badge {
    position: absolute;
    right: auto;
    left: 60px;
    color: #fff;
    font-size: 13px;
    padding: 5px 33px;
}

.toggle-btn-bed{
    transition: border-radius 0.3s ease;
}

#hero_section_bg_mb .flex_selections{
    gap: 0;
}



/* commit */
/* .border-radius-10 {
    border-radius: 10px;
} */
.inline-buttons .form-control{
    height: 100%;
    width: 100%;
    color: var(--neutral-dark);
    border: none;
    padding: 0;
    font-size: 14px;
}
#contentPriceDiv .border_bottom{
    border: 1px solid #111111;
    opacity: 0.2;
    margin-bottom: 18px;
}
#contentPropertyType .border_bottom{
    border: 1px solid #111111;
    opacity: 0.2;
    margin-bottom: 18px;
}


#price_ranges label{
    font-size: 12px;
}

#contentbedsDiv .border_bottom{
    border: 1px solid #111111;
    opacity: 0.2;
    margin-bottom: 18px;
}

#contentBathsDiv .border_bottom{
    border: 1px solid #111111;
    opacity: 0.2;
    margin-bottom: 18px;
}


.slider-container input{
    width: 100%;
    text-align: center;
}


.slider-container {
    text-align: center;
}

.slider-container .slider {
    margin: 20px 0;
    appearance: none;
    background: #CFCFCF;
    height: 5px;
    outline: none;
    border-radius: 5px;
}

.slider-container .slider::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: #0C255F;
    border-radius: 50%;
    cursor: pointer;
}

.slider-container .slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background-color: #4CAF50;
    border-radius: 50%;
    cursor: pointer;
}

.slider-container .slider::-ms-thumb {
    width: 20px;
    height: 20px;
    background-color: #0C255F;
    border-radius: 50%;
    cursor: pointer;
}
#price_ranges button{
    width: 100px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#contentPropertyType .col-md-6{
    text-align: left;
}
#contentPropertyType .font_12_500{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}
#contentbedsDiv {
    padding: 20px;
    min-width: 250px;
}

#contentbedsDiv .inline-buttons {
    display: flex;
    gap: 9px;
}

#contentbedsDiv .circle {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-color: transparent;
    color: #0C255F;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #0C255F;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}
#contentbedsDiv .circle:hover {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-color: #0056b3;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #004FFA;
    font-size: 12px;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
#contentbedsDiv .circle span {
    opacity: 0.5;
}
#contentbedsDiv .circle:hover span{
    opacity: 0.9;
}
#contentbedsDiv .circle:hover {
    background-color: #0056b3;
}
#contentbedsDiv .circle span{
    position: relative;
    top: 1px;
}

#contentbedsDiv .inline-buttons .circle input {
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 12px;
    pointer-events: none;
    border: none;
    background: transparent;
}

#contentbedsDiv .inline-buttons .circle input:focus {
    outline: none;
}
#contentbedsDiv .circle:hover span input{
    color: #fff;
}
/* bath */
#contentBathsDiv {
    padding: 20px;
    min-width: 250px;
}

#contentBathsDiv .inline-buttons {
    display: flex;
    gap: 9px;
}

#contentBathsDiv .circle {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-color: transparent;
    color: #0C255F;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #0C255F;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}
#contentBathsDiv .circle:hover {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-color: #0056b3;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #004FFA;
    font-size: 12px;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
#contentBathsDiv .circle span {
    opacity: 0.5;
}

#contentBathsDiv .circle:hover span{
    opacity: 0.9;
}
#contentBathsDiv .circle:hover {
    background-color: #0056b3;
}
#contentBathsDiv .circle span{
    position: relative;
    top: 1px;
}

#contentBathsDiv .inline-buttons .circle input {
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 12px;
    pointer-events: none;
    border: none;
    background: transparent;
}

#contentBathsDiv .inline-buttons .circle input:focus {
    outline: none;
}
#contentBathsDiv .circle:hover span input{
    color: #fff;
}




/* select */
.custom-select-container {
    position: relative;
    width: 300px;
}

.custom-dropdown {
    /* display: none;
    position: absolute; */
    background-color: white;
    border: none;
    width: 100%;
    overflow-y: auto;
    z-index: 1;
}

.custom-dropdown.show {
    display: block;
}

.dropdown-columns {
    display: flex;
    flex-direction: row;
}

.dropdown-column {
    width: 50%;
    box-sizing: border-box;
    padding: 10px;
}

.dropdown-column label {
    display: block;
    padding: 5px;
    cursor: pointer;
}

.dropdown-column label:hover {
    background-color: #f1f1f1;
}
input[type=checkbox], input[type=radio]{
    display: none;
    width: fit-content;
}
.toggleselection {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    padding: 12.5px 10px;
    border-right: 1px solid #ccc;
    height: 56px;
    border-radius: 45px;
}
.custom-select {

    position: relative;
    cursor: pointer;
    display: flex;
    border: none;
    align-items: center;
    justify-content: space-between; /* Ensure space between text and icon */
    padding-right: 20px; /* Space for the icon */
}

.custom-select-icon {
    width: 12px;
    height: 12px;
    pointer-events: none;
    position: absolute;
    right: 10px; /* Adjust position as needed */
}
/* Hide the default arrow */
.custom-select::-ms-expand {
    display: none; /* For Internet Explorer */
}
.custom-select {
    position: relative;
    display: inline-block;
    width: 100%; /* Adjust width as needed */
}

.custom-select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px; /* Adjust size */
    height: 10px; /* Adjust size */
    background: url('path/to/your/custom-icon.svg') no-repeat center center;
    background-size: contain;
    transform: translateY(-50%);
    pointer-events: none; /* Ensures the custom icon doesn’t interfere with clicking */
}

select {
    padding-right: 30px; /* Adjust padding to accommodate the custom icon */
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: #fff;
}
.checkbox-wrapper {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
    margin-bottom: 10px;
}
.checkbox-wrapper:hover .checkmark{
    background-color: #0056b3;
    color: #fff;
}

.checkbox-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
#contentDiv .checkmark{
    padding: 13px 18px;
    font-size: 14px;
    border-radius: 45px;
    width: auto;
    height: auto;
}

#contentDiv .inline-buttons{
    display: flex;
    gap: 12px;
    justify-content: space-between;
}
#contentDiv  .checkbox-wrapper .checkmark {
    position: initial;
}

.checkbox-wrapper .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 33px;
    width: 33px;
    border: 1px solid #0C255F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
}

.checkbox-wrapper input:checked ~ .checkmark {
    background-color: #0056b3;
    color: #fff;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkbox-wrapper .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-wrapper input:checked ~ .checkmark:after {
    /* display: block;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg); */
}

.toggle-content-Bath {
    display: none; /* Hide by default */
    margin-top: 20px;
}

.border_bottom {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

/* .arrow-price {
    width: 20px;
    height: 20px;
} */

.rotateprice {
    transform: rotate(180deg);
    transition: transform 0.3s;
}

/* .border-radius-10 {
    border-radius: 10px;
} */
/* .checkbox-wrapper input:checked ~ .checkmark:before {
    content: "✓";
    font-size: 20px;
} */
.checkbox-wrapper.active .checkmark {
    background-color: #0C255F;
    color: white;
}


/* Price Range Slider */

.price-input {
    width: 100%;
    margin: 0 0 46px 0;
    display: flex;
    text-align: left;
  }
  .price-input .field {
    display: block;
    width: 100%;
    height: 45px;
    align-items: center;
    color: black;
  }
  .price-input .field:nth-child(3){
    text-align: right;
  }
  .field input {
    width: 90px;
    height: 32px;
    max-height: 32px;
    outline: none;
    font-size: 14px;
    border-radius: 45px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
  }
  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  .price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
  }
  #contentPriceDiv .slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
  }
  .slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #0C255F;
  }
  .range-input {
    position: relative;
  }
  .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
  }
  input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #0C255F;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    position: relative;
    top: 0px;
  }
  input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #0C255F;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    position: relative;
    top: -5px;
  }

  /* Support */
  .support-box {
    top: 2rem;
    position: relative;
    bottom: 0;
    text-align: center;
    display: block;
  }
  .b-btn {
    color: white;
    text-decoration: none;
    font-weight: bold;
  }
  .b-btn.paypal i {
    color: blue;
  }
  .b-btn:hover {
    text-decoration: none;
    font-weight: bold;
  }
  .b-btn i {
    font-size: 20px;
    color: yellow;
    margin-top: 2rem;
  }

  .select2-container--default .select2-selection--multiple {
    border: none !important;
    border-radius: inherit;
}
.price-input  label {
    font-size: 12px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice
{
    font-size: 13px;
    background-color: #004FFA !important;
    border: 1px solid #004FFA !important;
}

.select2-container .select2-search--inline .select2-search__field {
    height: inherit;
}
.select2-container .select2-selection--multiple {
    display: block;
    min-height: 85px !important;
}
.select2-container .select2-selection--multiple{
    display: flex !important;
    align-items: center;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
}


.flexed_item_subheader{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.discover_properties .owl-prev {
    background: transparent !important;
    opacity: inherit !important;
    border: 1px solid #004FFA;
}
.discover_properties .owl-prev:hover span svg {
    filter: invert(147%) sepia(129%) saturate(253%) hue-rotate(190deg) brightness(130%) contrast(124%);
}
.discover_properties .owl-next:hover span svg {
    filter: invert(147%) sepia(129%) saturate(253%) hue-rotate(190deg) brightness(130%) contrast(124%);
}
.discover_properties .owl-next {
    background: transparent !important;
    opacity: inherit !important;
    border: 1px solid #004FFA;
}
.discover_properties .owl-next:hover {
    background: #004FFA !important;
    border: 1px solid #004FFA;
    transition: color 0.3s ease;

}
.discover_properties .owl-next:hover svg{
    filter: brightness(22.5);
}
.discover_properties .owl-prev:hover {
    background: #004FFA !important;
    border: 1px solid #004FFA;
    transition: color 0.3s ease;

}
.discover_properties .owl-prev:hover svg{
    filter: brightness(22.5);
}




/* developers_era */
#developers_era .owl-prev {
    background: transparent !important;
    opacity: inherit !important;
    border: 1px solid #fff;
}
#developers_era .owl-next {
    background: transparent !important;
    opacity: inherit !important;
    border: 1px solid #fff;
}
#developers_era .owl-next:hover {
    background: #004FFA !important;
    border: 1px solid #004FFA;
    transition: color 0.3s ease;

}
#developers_era .owl-next:hover svg{
    filter: brightness(22.5);
}
#developers_era .owl-prev:hover {
    background: #004FFA !important;
    border: 1px solid #004FFA;
    transition: color 0.3s ease;

}
#developers_era .owl-prev:hover svg{
    filter: brightness(22.5);
}
footer .hover_color:hover a{
    opacity: 0.7;
}




/* property menu */


/* .toggle-btn-price {
    display: flex;
    align-items: center;
    cursor: pointer;
}



.inline-buttons {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
} */

/* .checkbox-wrapper {
    display: flex;
    align-items: center;
}



.arrow-price {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.toggle-content-Bath.show + .arrow-price {
    transform: rotate(180deg);
} */
#bg_color_height .subheader{
    width: 100%;
}
#bg_color_height .subheader .desk_view button{
    color: #fff !important;
}
#bg_color_height .navbar .container-fluid .row{
    padding: 0 51px;
}


#bg_color_height #without_bg_img{
    justify-content: center;
    width: 100%;
}
#bg_color_height .navbar{
    width: 100%;
}
header .container-fluid {
    padding: 0 80px;
}

.key_inforation_details .separater{
    /* border-right: 1px solid #e5e5e5; */
    height: 42px;
}

.navbar .container-fluid .row #navbarNav{
    /* justify-content: center; */
    justify-content: flex-end;
}
.mb_view{
    display: none;
}

#properties_multi_slider .row{
    row-gap: 30px;

}


/* footer */
.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    padding: 20px;
}
.property_content_footer ul li{
    margin-bottom: 18px;
}
.property_content_footer ul li:last-child{
    margin-bottom: 0;
}
.property_content_footer ul li a{
    font-size: 15px;
    line-height: 18px;
}

.footer-grid-item {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #cccccc2b;
}
.footer-grid-item:last-child {
    border-right:  none;
}
.property_content_footer {
    margin-bottom: 30px;
}


.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a {
    display: inline-block;
}

.contact_actions ul {
    list-style: none;
    padding-left: 0;
}

.contact_actions li {
    display: flex;
    align-items: center;
}

.contact_actions img {
    margin-right: 10px;
}

.key_information .count_opp img{
    width: 100%;
    height: 371px !important;
    max-height: 100%;
    object-fit: contain;
    border-bottom: 1px solid #cccccc2b;
    border-radius:15px;
}
.card .icon_container
{
    display: flex;
    padding: 0;
    align-items: center;

}

.card .icon_container .icon:last-child {
    border-right: 0;
}
#new_market{
    background: #AA1120 !important;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#properties_multi_slider #office_search .container-fluid{
    padding-left: 0;
}

.egypt_about_remax .py_136 {
    padding: 103px 80px 100px 80px;
    border-radius: 25px;
}

.location_content h1{
    line-height: 65px;
    word-spacing: 2px;
    font-size: 60px;
}

#our_mission_vision_values .our_mission{
    background-color: #0C255F;
    padding: 45px;
    border-radius: 25px;
    height: 325px;
    max-height: 100%;
}
#our_mission_vision_values .our_vision{
    background-color: #274DA6;
    padding: 45px;
    border-radius: 25px;
    height: 325px;
    max-height: 100%;
}
.our_values{
    background-color: #AA1221;
    padding: 45px;
    border-radius: 25px;
    height: 674px;
    max-height: 100%;
}


.egypt_about_remax .remax_btm_media img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 15px;
}

.emotive_era .card{
    margin: 0 10px;
}
.discv_more_videos .card img{
    max-height: 100% !important;
    max-width: 100%;
    height: auto !important;
    aspect-ratio: 292 / 175;
}
.egypt_banner_logo{
    width: 100%;
    position: absolute;
    bottom: 0;
}
.discv_more_videos .card {
        height: auto !important;
        width: 100%;
        overflow: hidden;
        border-radius: 15px;
}


#our_mission_vision_values  .mission_cont{
    position: relative;
    top: -23px;
}
.mission_cont h3{
    margin-bottom: 30px;
}
.hm_blogs_era #blog_remax_ui .item img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.hm_blogs_era #blog_remax_ui .item {
    border-radius: 15px;
    padding: 0 10px;
    background: transparent;
}
.hm_blogs_era .card-padding{
    background-color: #fff;
}

/* video modal */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

#videoModal .modal-content {
    position: relative;
    margin: 5% auto;
    padding: 20px;
    width: 80%;
    max-width: 1000px;
    background: #fff;
    border-radius: 8px;
}

#videoModal .close {
    position: absolute;
    top: 25px;
    right: 35px;
    color: #fff;
    font-size: clamp(28px, 2.5vw, 30px);
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
}
/* end */
.key_information .card{
    border-radius: 10px;
}
#discover_properties .owl-buttons div:hover{
    background-color: #004FFA;
}


#discover_properties .owl-buttons div:hover span svg{
    filter: invert(147%) sepia(129%) saturate(253%) hue-rotate(190deg) brightness(130%) contrast(124%);
}
.footer-box ul li:hover a {
    opacity: 0.8;
}
#new_lunches .owl-buttons .owl-prev{
    background: #004FFA !important;
    border-color: #004FFA;
}
#new_lunches .owl-buttons .owl-prev:hover{
    background: #004FFA !important;
}
#new_lunches .owl-buttons .owl-next{
    background: #004FFA !important;
    border-color: #004FFA;
}
#new_lunches .owl-buttons .owl-next:hover{
    background: #004FFA !important;
}
#new_lunches .sidesbtns.owl-carousel .owl-buttons .owl-prev,#new_lunches .sidesbtns.owl-carousel .owl-buttons .owl-next,
.youtubieitems .sidesbtns.owl-carousel .owl-buttons .owl-prev,
.youtubieitems .sidesbtns.owl-carousel .owl-buttons .owl-next{
    transform: translateY(-50%);
}

.toggle-btn-price span{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.toggle-btn-price .cross_icon{
    width: 24px;
    position: absolute;
    right: 16px;
}


/* 14 august */
.custom_mob .footer_content_padding  iframe,
.custom_mob .footer_content_padding #map{
    height: 262px;
    border-radius: 10px;
}

#gradient_bg_slider .owl-buttons{
    display: none !important;
}
#gradient_bg_slider {
    position: relative;
    height: 1151px;
    background-image: linear-gradient(to right, rgba(12, 37, 95, 0.9), rgba(58, 77, 144, 0.9)), url(../img/remax/findproperties_1.png);
    background-size: 100% 100%;
    background-position: center;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#grid_row_flex {
    row-gap: 32px;
}

#grid_row_flex .card {
    padding: 11px;
    background: transparent;
}

#grid_row_flex .card{
    height: 236px;
    max-height: 100%;
    transition: inherit !important;
}
#blog_remax_ui #grid_row_flex .item.card:hover {
    transform:  inherit;
}
.area_guide_form .transp_linear_gradient {
    padding: 50px;
    border-radius: 14px;
    border: 2px solid #0C255F;
    background: #0C255F;
}
.contact_page #grid_row_flex .card {
    height: inherit;
    max-height: inherit;
}

.contact_page .card .purple_bg{
    background-color: #13284A;
}
.contact_page .card .blue_bg{
    background-color: #12419F;
}
.contact_page .card .dark_rd{
    background-color: #9C2527;
}

.contact_page .card .light_sky{
    background-color: #357FBD;
}

.contact_page .card .gr_bg{
    background-color: #AED6F1;
}
.contact_page .card .gray_bg{
    background-color: #403F44;
}
.contact_page .card .gray_dr_bg{
    background-color: #979B9F;
}
.contact_page #blog_remax_ui .item img {
    /* height: 300px; */
    height: 557px;
    max-height: 100%;
    object-fit: cover;
    object-position: top;
}

@media (max-width: 1600px) {
    .contact_page #blog_remax_ui .item img {
        height: 401px;
    }
}

@media (max-width: 1199px) {
    .contact_page #blog_remax_ui .item img {
        height: 345px;
    }
}
.contact_page #blog_remax_ui .item .max_h{
    /* height: 450px; */
    height: 557px;
    max-height: 100%;
    object-fit: cover;
    object-position: top;
}

@media (max-width: 1600px) {
    .contact_page #blog_remax_ui .item .max_h{
        height: 401px;
    }
}

@media (max-width: 1199px) {
    .contact_page #blog_remax_ui .item .max_h{
        height: 345px;
    }
}

.contact_page #blog_remax_ui  #grid_row_flex {
    row-gap: 0;
}
.contact_page .contactbgmain {
    position: relative;
    width: 100%;
    padding-top: 242px;
    background: url(./../img/remax/contactbg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
    text-align: center;
}

.clone-cards {
    border-radius: 20px;
    width: 100%;
    max-width: 430px;
}

.clone-cards .slides {
    border-radius: 20px 20px 0 0;
}

.clone-cards .slides .img-fluid {
    height: 318px;
    object-fit: cover;
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.clone-cards .card_head {
    color: #0c255f;
}
#map {
    height: 800px;
    border-radius: unset;
    position: relative;
    overflow: hidden;
}
.Valuation form{
    width: 100%;
}
.Valuation .form-group{
    margin-bottom: 28px;
}
.custom_styles{
   margin: 0 0;
    align-items: center;
    width: 100%;
}
.Valuation .custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
  }

.Valuation  .def_select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('./../img/icons/sel_arrow_dn.svg') no-repeat right 15px center;
    background-color: #fff;
    background-size: 12px;
    padding-right: 30px;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    cursor: pointer;
  }
#drawerSuccess{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}
.Valuation div img{
    width: 56px;
    height: 56px;
}
.Valuation .row p b{
    text-decoration: underline;
}
#drawerError{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}
.form_success {
    display: none;
}
#global_about_boxes p{
    text-transform: uppercase;
}

#videoControlButton{
    background: transparent;
    border: none;
}

.no-scroll {
    overflow: hidden;
}

.own_remax .custom-list {
    line-height: 40px;
}

#office_search #blog_remax_ui .item .count_opp img{
    height: 275px !important;
    max-height: 275px !important;
    object-fit: contain;
}
/* own remax */
.own_remax #our_remax_bg {
    background: url(./../img/remax/ownremaxbanner.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    max-height: 100%;
    height: auto;
    /* min-height: 100vh; */
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.own_remax .new_banner {
    padding: 105px 80px 100px;
    max-width: 100%;
}
.content-container {
    width: 100%;
    color: white;
    z-index: 2;
    text-transform: uppercase;
    line-height: 81px;
    margin-top: 91px;
}
.content-container h4{
    text-transform: capitalize;
}
.custom-list{
    /* height: 28px; */
}

.new_banner ul li{
    margin-bottom: 15px;
}
.franchise_action{
    width: 215px;
    max-width: 100%;
    border-radius: 50px;
    text-transform: uppercase;
    color: #E01C2F !important;
    height: 53px;
}
#taking_remax .media_imgs{
    background: url(./../img/remax/bg_vector.png) no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0;
    display: flex;
    align-items: center;
}
.own_remax .media_imgs img{
    max-width: 100%;
    height: auto;
}
.content_era_remax{
    padding: 100px 0;
}
.brand_svg_icon{
    max-width: 100%;
    height: 235px;
}

#training_remax .egypt_about_remax #additional_col_changes {
    height: initial;
}
#training_remax .egypt_about_remax #additional_col_changes .training_media_content .padding_84{
    margin-bottom: 65px;
}
#training_remax .egypt_btm {
    height: 800px;
}
/* own game */
#own_game{
    background: url(./../img/remax/ourremax.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 841px;
    max-height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
}
.benefits_svg_brand img{
    max-width: 100%;
    height: 107px;
}
/* adv */
#adv_remax {
    width: 100%;
    height: 1012px;
    max-height: 100%;
}
#adv_remax .media_imgs{
    background: url(./../img/remax/bg_vector.png) no-repeat center right;
    background-size: cover;
    height: 1012px;
    max-height: 100%;
    display: flex;
    align-items: center;
}
.parent_content{
    margin: 113px 0 140px 0;
}

/* global  */
#global_remax{
    background: #0C245C;
}
#global_remax .media_imgs{
    background: url(./../img/icons/leftyVector.svg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 811px;
    max-height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.left-column h1{
    color: var(--text-red-dark-primary);
    width: 65%;
    max-width: 100%;
}
#top_compounds .properties_remax img {
    width: 520px;
    max-width: 100%;
}
.item video{
    width: 100%;
    border-radius: 10px;
}
#top_compounds .item{
    margin: 0 15px;
}
.top_mr_pr{
    padding-top: 100px;
    padding-bottom: 90px;
}
#hero_section_bg_mb .left-column h1{
    color: #FFFFFF;
    width: 100%
}








/* ar */
[lang="ar"] .input-group {
    flex-flow: row-reverse;
}
[lang="ar"] label {
    text-align: right;
}

[lang="ar"] .contact_actions li {
    display: flex;
    align-items: center;
    flex-flow: row-reverse;
    justify-content: right;
}


[lang="ar"] .footer_heads{
    text-align: right;
}
[lang="ar"] footer .social_flex {
    display: flex;
    flex-flow: wrap;
}


[lang="ar"] .find-icon {
    position: absolute;
    left: 54px;
    right: inherit;
}
/* end */

.office_banner_search_form .flex_selections .enter_location .select2 .selection .select2-selection{
  border-radius: 50px;
  padding: 0px 10px 5px !important;

}
.office_banner_search_form .flex_selections .enter_location .select2 .selection .select2-selection .select2-selection__rendered{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 50px;
    overflow-y: auto;
    scrollbar-width: none;
}
/* Hide scrollbar for Webkit-based browsers (Chrome, Safari, etc.) */
.office_banner_search_form .flex_selections .enter_location .select2 .selection .select2-selection::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for Firefox */
.office_banner_search_form .flex_selections .enter_location .select2 .selection .select2-selection {
    scrollbar-width: none; /* Firefox */
}
/* Optional: For older versions of IE and Edge */
.office_banner_search_form .flex_selections .enter_location .select2 .selection .select2-selection {
    -ms-overflow-style: none; /* IE and Edge */
}

#office_search .map_mark_icon img{
    height: 25px;
    max-height: 25px;
    width: 26px;
    object-fit: cover;
}


#progress_slider{
    overflow-x: hidden;
    overflow-y: hidden;
}

.office_detail_page .custom_mob{
    position: relative;
    top: auto;
    margin-top: -115px;
}

#office_details .values_agents .card {
    flex: 1 1 calc(35% - 1rem);
}

.office_detail_page #blog_remax_ui .item.card {
    max-width: 32% !important;
}
.office_detail_page #blog_remax_ui .icon_container{
    border-radius: 0;
}
.office_detail_page #blog_remax_ui .flex_grid .count_opp img{
    BORDER-RADIUS: 0;
}
.office_detail_page .footer_content_padding h4{
    font-size: 1.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.details_lisings{
    height: 100% !important;
    padding-top: 115px;
}
.cm_mr{
    margin-top: 32px;
}
.office_detail_page{
    margin-bottom: 98px;
}

.custom_gap{
    gap: 20px;
}
.office_detail_page .custom_gap .flex_grid{
    justify-content: center;
}

.office_detail_page .custom_gap .flex_grid .count_opp{
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.office_detail_page .custom_gap .card-padding {
    border: 1px solid rgb(0 0 0 / 5%);
}
.office_detail_page .custom_gap .card-padding .map_mark_icon p{
    font-weight: 700;
}
.office_detail_page .icon_container{
    background: #0C255F !important;
    border-radius: 0 !important;
}
.office_detail_page .icon_container a{
    filter: invert(90%) sepia(10%) saturate(10%) hue-rotate(0deg) brightness(105%) contrast(95%);
}

.office_detail_page .card:hover .icon_container .icon img {
    filter: none !important;
}
.office_detail_page .key_information .card {
    border-radius: 15px;
}
.office_detail_page .flex_border {
    border-radius: 15px !important;
}
.nav-item .tab-arrow {
    display: none;
    margin-left: 5px;
  }

  .nav-link.active + .tab-arrow {
    display: inline;
  }


.enter_location {
    position: relative;
}

#agents_location .location-input {
    padding-left: 40px !important;
}

::placeholder {
    color: #000000;
    opacity: 1;
}

#agents_location .location-input::placeholder {
    color: #000000;
    opacity: 1;
}


.enter_location img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px; /* Adjust the icon size */
    width: auto;
}

#exampleModal {
    /* zoom: 120%; */
}

.modal-backdrop {
    height: 100%;
}

#exampleModal .modal-dialog,
#exampleModal2 .modal-dialog {
    margin: 0 215px 0 auto !important;
    height: 100%;
}

#exampleModal .modal-content,
#exampleModal2 .modal-content {
    /* height: 919px; */
    height: 100%;
    border-radius: 0;
    width: 722px;
    border: 2px solid #004FFA;
    overflow: auto;
}


#exampleModal .hero {
    background: #F6F5FF;
    height: auto;
    align-items: flex-start;

}

#exampleModal .hero label {
    color: #0C255F !important;
    font-size: clamp(1.125rem, 1.25vw, 1.125rem);
    font-weight: 600;
    line-height: 21.6px;
    letter-spacing: -0.02em;
    text-align: left;
}

#exampleModal .modal-header,
#exampleModal2 .modal-header {
    background: #f6f5ff;
    border: 0;
    padding: 32px 30px 35px;
}

.form-group .select2{
    width: 100% !important;
}

#exampleModal2 .modal-body {
    padding: 0px 48px 55px;
}

#office_search #blog_remax_ui .item.card{}
#office_details #properties_multi_slider .row {
    display: flex;
    gap: 0;
    row-gap: 30px;
}

#office_details #properties_multi_slider .container-fluid{
    margin: 0;
}

#exampleModal .modal-title {
    font-size: clamp(1.5rem, 2vw, 2rem);
    font-weight: 600;
    line-height: 35.2px;
    text-align: left;
    color: #0C255F;
}

#exampleModal form {
    width: 100%;
}

.hero .form-group {
    margin-right: 0;
}

#exampleModal .hero .form-row {
    column-gap: 14px;
    margin-bottom: 0;
}
#exampleModal .hero .form-row .form-group{
    margin-bottom: 28px;
}
#exampleModal .form-footer p {
font-size: 16px;
font-weight: 400;
line-height: 19.2px;
text-align: left;

}

#exampleModal .form-footer p a {
    color: #0C255F !important;
    text-decoration: underline !important;
}

#exampleModal .form-footer {

    border-top: 1px solid #0C255F;
    padding-top: 36px;
    margin-top: 36px;
}

#exampleModal .submit_form_action,#exampleModal .submit_form_action_1 {
    margin-top: 25%;
}
#exampleModal .hero .success .form-row,
#exampleModal .hero .haserrors .form-row{
    display: none;
}
.border_footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 50px;
    margin-bottom: 50px;
    opacity: 20%;
}

.all_rights .office-text {
   color: #fff;
font-size: clamp(1.125rem, 1.25vw, 1.125rem);
font-weight: 400;
line-height: 21.09px;
text-align: left;

}


.fw-700 {
    font-weight: 700 !important;
}

.all_rights {
    opacity: 1;
}

@media (min-width: 1200px) {

        .p-48{
            padding-left: 48px;
            }

        .footer-padd .social-icons {
            margin-right: 0;
        }

        .social-icons li {
            margin-right: 24px;
        }

        footer .all_rights {
            padding: 0;
        }


}
.loc_with_icon .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    background: url('./../img/icons/location_field_icon.svg') no-repeat left center;
    background-size: 17px !important;
    padding-left: 30px;
}
.loc_with_icon .select2-container--default .select2-selection--multiple .select2-selection__choice + .select2-search--inline .select2-search__field{
    background: transparent;
    padding-left: 0;
}

.field_for_location select option{
    display: flex;
    align-items: center;
    justify-content: left;
    height: 100%;
    font-size: clamp(1.125rem, 1.25vw, 1.125rem);
    color: black;
}


#hero_section_bg_mb .def_select ,.enter_location select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff !important;
    background: url('./../img/icons/downvector.svg') no-repeat right 20px center;
    background-size: 13px 16px;
    padding-right: 25px;
    transition: background 0.3s ease;
}
select{
    cursor: pointer;
}

#hero_section_bg_mb .select_loc .def_select{
    background-position: 98%;
}


.contact_modal_sell .def_select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('./../img/icons/downvector.svg') no-repeat right center;
    background-size: 13px 16px;
    padding-right: 25px;
    background-position: 96%;
    background-color: #ffffff;
}

.contact_modal_sell  .def_select:focus {
    outline: none;
}

.contact_modal_sell  .form-group {
    position: relative;
}

.contact_modal_sell  .form-group::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* .office_banner_search_form .select2-container--open {
    zoom: 125%;
}

.select2-dropdown {
    width: auto !important;
}

.office_banner_search_form .flex_selections .enter_location .select2.select2-container--open .selection  .select2-selection {
    height: 45px !important;
    min-height: 45px !important;
}

.card.properties_form .select2.select2-container--open .selection  .select2-selection {
    min-height: 68px !important;
}

.card.properties_form .select2-container .select2-search--inline .select2-search__field {
    width: auto !important;
}

.card.properties_form .select2.select2-container--open {
    font-size: 12px !important;
} */

/* Dropzone */

.dropzone-box {
    border-radius: 2rem;
    padding: 2rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 36rem;
    width: 100%;
    background-color: var(--white);
}

.dropzone-box h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.dropzone-area {
    padding: 1rem;
    position: relative;
    margin-top: 1rem;
    min-height: 12rem;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px dashed rgba(17, 17, 17, 0.4);
    border-radius: 1rem;
    color: var(--primary);
    cursor: pointer;
    background-color: #fff;
}

.dropzone-area [type="file"] {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}

.dropzone-area .file-upload-icon svg {
    height: 5rem;
    width: 5rem;
    margin-bottom: 0.5rem;
    stroke: var(--primary);
}

.dropzone-area h3 {
font-size: clamp(1.2rem, 1.5vw, 24px);
font-weight: 700;
line-height: 28.8px;
text-align: left;
color: #0C255F;
}

.dropzone-area p {
font-size: 14px;
font-weight: 400;
line-height: 16.8px;
text-align: left;

    }

.dropzone--over {
    border-style: solid;
    background-color: var(--background);
}

.dropzone-actions {
    display: flex;
    justify-content: space-between;
    /* padding-top: 1.5rem; */
    margin-top: .5rem;
    /* border-top: 1px solid var(--gray); */
    gap: 1rem;
    flex-wrap: wrap;
}

.dropzone-actions button {
    flex-grow: 1;
    min-height: 3rem;
    font-size: 1.2rem;
}

.dropzone-actions button:hover {
    text-decoration: underline;
}

.dropzone-actions button[type='reset'],
.dropzone-actions a[type="reset"]{
    width: auto;
    height: 32px;
    padding: 0px 25px 0px 25px;
    border-radius: 60px;
    border: 3px solid rgba(224, 28, 47, 1);
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: rgba(224, 28, 47, 1) !important;
    background-color: transparent;
    text-decoration: none;
    z-index: 9;

}

.dropzone-actions button[type='submit'] {
    width: auto;
height: 32px;
padding: 0px 25px 0px 25px;
border-radius: 60px;
border: 3px solid rgba(0, 79, 250, 1);
font-size: 14px;
font-weight: 700;
text-align: center;
color: rgba(0, 79, 250, 1);
background-color: transparent;
text-decoration: none;

}

#office_details #discover_properties .pagination {
    margin-top: 100px;
    margin-bottom: 50px;
}
#agentPageTabs button{
    margin: 0 5px;
    padding: 8px 17px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    border: 1px solid #004FFA;
}
#agentPageTabs button:hover {
    background-color: #0056b3;
    color: white;
}

.menu_parent{
    position: relative;
}
.upperfilterinput{
    display: grid;
    grid-template-columns: 661px 1fr;
    gap: 20px;
    border-radius: unset;
    overflow: unset;
}
.propertytypelocationroute{
    display: none;
}
.proploc{
    display: flex;
}
.proploc .menu_parent .toggle-btn{
    height: 100%;
}
.proploc .select2-container{

    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
}
.proploc .select2-container .select2-selection--multiple .select2-selection__rendered{
    border-left: 1px solid rgba(17, 17, 17, 0.2);
    padding-left: 38px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 50px;
    overflow-y: auto;
    scrollbar-width: none;
}
.proploc .select2-container .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar{
    width: 0;
}
.proploc .select2-container .select2-selection--multiple .select2-selection__rendered::before{
    position: absolute;
    left: 18px;
    top: 16px;
    content: "";
    background: #fff url('./../img/icons/map_pin_f.svg') no-repeat;
    background-position: center center;
    width: 22px;
    height: 22px;
}
.proploc .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search{
    margin-left: 10px;
}
.proploc .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice{
    margin-left: 10px;
}
.innerfilters.flex_selections{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    border-radius: unset;
}
.listings_inner.innerfilters.flex_selections{
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.listings-active{
    display: none;
}
.listings_inner .listings-active{
    display: block;
}
.btnsearch{
    background: #004FFA;
    color: #fff;
    height: 56px;
    padding: 12px 20px;
    font-size: 16px;
    border-color: #004FFA;
    border: none;
    font-weight: 700;
    border-radius: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    outline: none;
    text-transform: uppercase;
    transition: background-color 0.3s;
}
.btnsearch:hover{
    background: #fff;
    border-color: #004FFA;
    border: 1px solid #004FFA;
}
.btnsearch:hover span{
    color: #000 !important;
}
.btnsearch span{
    margin-left: 8px;
}
.advancebtn{
    background: #E01C2F;
    color: #fff;
    height: 56px;
    padding: 12px 14px 12px 14px;
    font-size: 14px;
    border-color: #E01C2F;
    border: none;
    font-weight: 700;
    border-radius: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    outline: none;
    transition: background-color 0.3s;
}

.advancebtn:hover{
    border: 1px solid #004FFA;
    background: #004FFA;
    border-color: #004FFA;
}
.advancebtn span{
    margin-right: 8px;
}
.proploc .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search ::placeholder{
    color: rgba(17, 17, 17, 0.5);
}
.mainsearchform{
    display: grid;
    align-items: center;
    gap: 20px;
    padding: 0 0 0 0;
    border-radius: unset;
}
.togglemenu .checkbox-wrapper{
    padding-left: 0;
}
.togglemenu .checkbox-wrapper .checkmark{
    position: unset;
    top: auto;
    left: auto;
}
#keywordAgent.is-valid + .select2-container ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#prevBtn.disabled{
    display: none;
}
.tabcontentmain .pagination{

}
.tabcontentmain .pagination .page-tabs span{
    border: 1.5px solid #fff;
    color: #fff;
}
.tabcontentmain .pagination .page-tabs span.active{
    border: 1.5px solid #004FFA;
}
.tabcontentmain .pagination button{
    border: 1.5px solid #004FFA;
    color: #fff;
    background: #004FFA;
}
.tabcontentmain .pagination button svg{
    fill: #fff;
}
.officeslisitingma_ #prevBtn svg{
    transform: rotate(180deg);
}
.discover_properties .owl-theme .owl-controls .owl-buttons div svg{
    filter: brightness(0) invert(1);
}
img{
    max-width: 100%;
    height: auto;
}
.container-xl{
    padding: 0 100px;
    max-width: 1720px;
}
.ownstylemain{
    padding: 0 80px;
    background: #F6F5FF;
}

.ownstylemain.withbg{
    background-color: #0C245C;
    padding: 100px 80px;
}
.ownstylemain .container{
    max-width: 1720px;
}
.ownstylemain p{
    font-size: clamp(16px, 18px, 20px);
    line-height: 30px;
}
.lighttext{
    color: #0C255F;
    opacity: 6%;
    font-size: 130px;
    font-weight: 800;
    line-height: 106px;
    margin: 0 0 -32px;
    text-transform: uppercase;
}
.styleheadingmain h4{
    margin-bottom: 0;
    line-height: 100%;
}
.styleheadingmain p{
    font-size: 18px;
    font-weight: 600;
    line-height: 22.4px;
    margin-top: 15px;
    margin-bottom: 0;
}
.owngame{
    background-size: cover !important;
    padding: 128px 80px;
}
.owngame .container{
    max-width: 1720px;
}
.owngame .content_era_remax{
    padding: 0 0;
}
.owngame .lighttext{
    color: #fff;
}
.owngame h4,.owngame p{
    color: #fff;
}
.styleheading{
    padding: 120px 0;
}
.styleheading h4{
    margin: 0 0;
}
.ownstylemain.withbg h4,.ownstylemain.withbg li{
    color: #fff;
}
.ownstylemain li{
    font-size: clamp(24px, 4vw, 36px);
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}
.ownstylemain.withbg p{
    color: #fff;
}
.ownstylemain.withbg .content_era_remax{
    padding: 0 0;
}
.parentlistingviewing{
    counter-reset: section-counter;
}
.ownstylemain .content_era_remax ol{
    padding: 0 0;
    margin: 0px;
    list-style: none;
}
.ownstylemain .content_era_remax ol li{
    counter-increment: section-counter;
    padding-left: 30px;
    position: relative;
    margin-bottom: 8px;
}

.ownstylemain .content_era_remax ol li::before {
    content: counter(section-counter) ".";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    color: #0C255F;
    font-size: 27px;
    line-height: 1.4;
  }
.ownstylemain.withbg .content_era_remax ol li::before{
    color: #fff;
}
.ownstylemain.listingviewing .content_era_remax h4{
    font-size: clamp(20px, 28px, 32px);
    display: flex;
}
.ownstylemain.listingviewing .content_era_remax h4 span{
    margin-right: 0px;
}
.parentlistingviewing .listingviewing:nth-child(4n) .media_imgs {
    transform: scaleX(-1);
}
.parentlistingviewing .listingviewing:nth-child(4n) .media_imgs img{
    transform: scaleX(-1);
}
.pr-42{
    padding-right: 42px;
}
.pl-42{
    padding-left: 42px;
}

.footer_content_padding.cardinnerpart{
    padding: 32px 30px 0;
}
.office_detail_page .footer_content_padding.cardinnerpart h4{
    font-size: 26px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 22px;
}
.office_detail_page .footer_content_padding.cardinnerpart .map_mark_icon p{
    margin-left: 16px;
    font-size: 18px;
    line-height: 21px;
}
.office_detail_page .footer_content_padding.cardinnerpart .map_mark_icon p a.color_dark_purp_box {
    display: block;
    font-size: 18px;
    line-height: 100%;
}
.agentfollow_us{
    padding: 20px 30px 28px;
}
.agentfollow_us h3{
    color: rgba(12, 37, 95, 1);
    font-size: 28px;
    line-height: 28px;

}
.agetnsocial_icon{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}
.agetnsocial_icon li{
    margin-right: 22px;
    margin-top: 22px;
    display: inline-block;
}
.agetnsocial_icon li:last-child{
    margin-right: 0;
}
.agetnsocial_icon li a{
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(12, 37, 95, 0.7);
    border-radius: 100%;
}
.agetnsocial_icon li a:hover{
    background-color: rgba(12, 37, 95, 1);
}
.agetnsocial_icon li a svg{
    fill: rgba(12, 37, 95, 0.7);
}
.agetnsocial_icon li a:hover svg{
    fill: #fff;
}

.btnsearch:hover img{
    filter: invert(147%) sepia(129%) saturate(253%) hue-rotate(190deg) brightness(130%) contrast(124%);
}

@media screen and (max-width: 1400px) {
    .location_content h1 {
        line-height: 62px;
        word-spacing: 2px;
        font-size: 51px;
      }
    .lighttext{
        font-size: 100px;
        line-height: 83px;
    }
    .pr-42{
        padding-right: 20px;
    }
    .pl-42{
        padding-left: 20px;
    }
}
@media screen and (min-width: 1200px) {
    #home_page_form.container{
        width: 1110px;
        max-width: 1110px;
    }
}
@media screen and (max-width:1200px) {

    .upperfilterinput,.innerfilters.flex_selections,.listings_inner.innerfilters.flex_selections{
        grid-template-columns:1fr;
    }


    .location_content h1 {
        line-height: 51px;
        word-spacing: 2px;
        font-size: 46px;
    }
    .own_remax .new_banner{
        padding: 100px 40px;
    }
    .own_remax .new_banner h1{
        margin-bottom: 20px;
    }
    .own_remax .new_banner h4{
        font-size: clamp(24px, 2vw, 36px);
        margin-bottom: 20px;
    }
    .own_remax .new_banner .font_20_bold{
        font-size: clamp(16px, 1vw, 20px);
    }
    .properties_form .togglemenu{
        max-width: 100%;
    }
    #taking_remax .media_imgs{
        padding: 40px 0;
    }
    .ownstylemain img {
        margin: 25px 0;
    }
    .ownstylemain .oppinnerwithicon .icons img{
        margin: 0 0;
    }
    .owngame{
        padding: 90px 60px;
    }
    .ownstylemain {
        padding: 0 40px;
    }

    .styleheading{
        padding: 60px 0;
    }
    .content_era_remax{
        padding: 60px 0;
    }
    .ownstylemain.withbg{
        padding: 60px 60px;
    }
    .container-xl{
        padding: 0 60px;
    }
}
@media screen and (max-width:992px) {
    .own_remax .new_banner{
        padding: 100px 30px 60px;
    }
    .own_remax .new_banner .content-container{
        margin-top: 55px;
    }
    .ownstylemain{
        padding: 0 0;
    }

    .own_remax .media_imgs img{
        margin-bottom: 0;
        margin-top: 0;
    }
    .content_era_remax{
        padding: 40px 0;
    }
    .lighttext {
        font-size: 90px;
        line-height: 90px;
        /* max-width: 475px; */
        word-wrap: break-word;
        margin: 0 0 -25px;
    }
    .styleheadingmain .font_48_bold{
        font-size: 38px;
    }
    .content_era_remax {
        padding: 30px 0 20px;
    }
    .owngame {
        padding: 40px 0px;
    }
    .styleheading {
        padding: 40px 0;
    }
    .container-xl{
        padding: 0 15px;
    }
    .ownstylemain.withbg{
        padding: 15px 0px;
    }

}
@media screen and (max-width:767px) {
    /* .proploc .select2-container, #propertyType + .select2-container .select2-selection--multiple{
        border-radius: 5px;
    } */

    .toggle-btn{
        min-width: unset;
    }
    .location_content h1{
        font-size: 40px;
        line-height: 45px;
    }

    .own_remax .new_banner{
        padding: 100px 30px;
    }
}
@media screen and (max-width:576px) {
    .ownstylemain .content_era_remax ol li::before{
        font-size: 25px;
    }
}

.footer_logo_uae {
    width: 184px;
    height: 56px;
}

#exampleModal2 .modal-content .modal-body{
    background: #F6F5FF;
}


.amenities
{
    width: 100%;
}
.checkbox-group {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.checkbox-container {
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

input[type="checkbox"] {
    display: inline-block;
    margin-right: 10px;
    transform: scale(1.2);
}
.checkbox-group {
    display: grid; /* Use CSS Grid for layout */
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* Create responsive columns */
    gap: 15px; /* Space between columns */
}

.checkbox-container {
    display: flex; /* Align items horizontally */
    align-items: center; /* Center items vertically */
    border-radius: 5px; /* Optional rounded corners */
    transition: background-color 0.3s; /* Optional transition for background color */
}

.checkbox-container:hover {
}

input[type="checkbox"] {
    margin-right: 10px; /* Space between checkbox and label */
    transform: scale(1.2); /* Increase checkbox size for better visibility */
}
#leadform .btn-group,#contactForm .btn-group{
    width: 100%;
}
.select2-container,.select2-container input,.select2-container .select2-selection--multiple{
    cursor: pointer;
}

/* .location_filter .select2-container--default{
    width: 100% !important;
} */


/* on listing page */
.toggle-btn-price {
    border: 1px solid #ccc;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 45px; /* Default border-radius */
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rotateprice {
    transform: rotate(180deg);
    transition: transform 0.3s;
}

#CityType {
    padding: 10px;
    display: none;
}
#AreaType {
    padding: 10px;
    display: none;
}
.inner_menu_font_weight {
    margin: 5px 0;
}

.clear-btn {
    cursor: pointer;
    margin-left: 10px;
}

.inner_menu_font_weight {
    margin: 5px 0;
}
#propertyCategory {
    padding: 10px;
    display: none;
}

#propertyRequest {
    padding: 10px;
    display: none;
}


.rotateprice {
    transform: rotate(180deg);
    transition: transform 0.3s;
}

.inner_menu_font_weight{
    cursor: pointer;
}

#priceDivFilterType {
    border: 1px solid #ccc;
    padding: 10px;
    display: none;
}

#clearPriceTypeText {
    cursor: pointer;
    margin-left: 10px;
}
#priceDivFilter #priceRangeMinInput{
    border: 1px solid #999;
    border-radius: 45px;
    padding: 0 7px;
    width: fit-content;
}
#priceDivFilter #priceRangeMaxInput{
    border: 1px solid #999;
    border-radius: 45px;
    padding: 0 7px;
    width: fit-content;
}
#priceDivFilter .range-slider {
    position: relative;
    width: 100%;
}

#priceDivFilter .range-slider input[type="range"] {
    position: absolute;
    width: 100%;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
}

#priceDivFilter .range-slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    width: 15px;
    height: 15px;
    background: #0C255F;
    border-radius: 50%;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;

}

/* Custom styling for the slider track */
#priceDivFilter .range-slider input[type="range"]::-webkit-slider-runnable-track {
    height: 5px;
    background: #ddd; /* Inactive background */
    border-radius: 5px;
}

/* Add active background between thumbs */
#minRange,
#maxRange {
    pointer-events: none;
    background: linear-gradient(to right, #ddd 0%, #ddd 0%, #0C255F 0%, #0C255F 100%, #ddd 100%);
}

#priceDivFilter .range-slider input[type="range"]:nth-child(1) {
    z-index: 2; /* Min slider should be on top */
}

#priceDivFilter .range-slider input[type="range"]:nth-child(2) {
    z-index: 1; /* Max slider should be underneath */
}
.agentinfodetails h4{
    font-size: clamp(22px, 3vw, 28px);
    line-height: 28px;
    font-weight: 700;
}
.agentinfodetails p{
    color: rgba(12, 37, 95, 1);
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}
.agentinfodetails .border_bottom{
    margin-top: 40px;
    margin-bottom: 48px;
}
.agentinfodetailsmian{
    padding:48px 36px 48px 36px;
}
.detailcolumn{
    padding: 36px 0;
    border: 1px solid rgba(209, 209, 209, 1);
    border-right: none;
    border-left: none;
}
.detailcolumn ul{
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 46px;
}
.detailcolumn ul li{
    padding-right:46px;
    position: relative;
}
.detailcolumn ul li::before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 75%;
    background-color: rgba(12, 37, 95, 0.16);
    transform: translateY(-50%);
    top: 50%;

}

.detailcolumn ul li:nth-child(3n),.detailcolumn ul li:last-child{
    padding-right: 0;
}
.detailcolumn ul li:nth-child(3n)::before,.detailcolumn ul li:last-child::before{
    display: none;
}
.detailcolumn ul li h4,.detailcolumn h4{
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    color: rgba(12, 37, 95, 1);
    margin-bottom: 25px;
}
.detailcolumn ul li p{
    font-size: 18px;
    line-height: 25.2px;
    color: rgba(12, 37, 95, 1);
    margin: 0 0;
}
.detailcolumn ul li p span{
    margin-right: 12px;
}
.agentdetialpage .container-fluid{
    /* zoom: unset; */
}
.detailcolumn.langinfo ul{
    display: flex;
    column-gap:36px
}
.detailcolumn.langinfo ul li{
    padding-right: 36px;
    max-width: 33.33%;
}
.detailcolumn.langinfo ul li:last-child{
    padding-right: 0;
}
.detailcolumn.langinfo ul li:last-child:before{
    display: none;
}
.detailcolumn.langinfo ul ul{
    display: flex;
    gap: 0;
}

.detailcolumn ul ul li,.detailcolumn.langinfo ul ul li{
    padding-right: 0;
    max-width: 100%;
}
.detailcolumn ul ul li::before{
    display: none;
}
.detailcolumn ul ul li {
    display: flex;
    align-items: center;
}
.detailcolumn ul ul li span{
    margin-left: 15px;
    font-size: 16px;
    line-height: 17.5px;
    color: rgba(12, 37, 95, 1);
}
.detailcolumn.langinfo ul ul,.detailcolumn ul ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
.detailcolumn:last-child {
    border: none;
}
.testimonialsmain{
    padding: 115px 0 140px;
}
.specificownremax.testimonialsmain{
    padding: 60px 0 60px;
}
.testimonialsmain .styleheadingmain{
    padding-bottom: 80px;
}
.testimonialsmain .owl-buttons{
    position: inherit;
    top: auto;
}
.testimonialsmain .owl-buttons .owl-prev{
    position: absolute;
    left: -56px;
    height: fit-content;
    top: 50%;
    transform: translateY(-50%);
}
.testimonialsmain .owl-buttons .owl-next{
    position: absolute;
    right: -56px;
    height: fit-content;
    top: 50%;
    transform: translateY(-50%);
}
/* .testimonialsmain .owl-theme .owl-controls .owl-buttons div{
    background-color: transparent !important;
    border: 1.5px solid rgba(12, 37, 95, 1);
    margin: 0;
    padding: 15px !important;
    width: 50px;
    height: 50px;
    overflow: hidden;

} */
.testimonialsmain #owl-demo .owl-prev:hover img,.testimonialsmain #owl-demo .owl-next:hover img  {
    filter: brightness(0) invert(1);
    transition: stroke 0.3s ease;
}
.testimonialsmain .owl-theme .owl-controls .owl-buttons img{

    object-fit: contain;
    width: 100%;
    height: 100%;
}
.listingsection .cardlisitngview .row{
    width: auto !important;
}
.carditem_.item.card{
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.carditem_ .card-padding{
  padding-bottom: 0;
}
.carditem_ .contectdetail_{
    padding: 0 18px 28px;
}
.cardslisting .carditem_ .smalltext{
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.icon_container.iconaddressdetail{
    display: flex;
    justify-content: space-between;
    padding: 0 !important;
    margin: 0;
    list-style: none;
    width: 100%;
    flex-wrap: nowrap;
    height: auto !important;
}
.icon_container.iconaddressdetail .icon.col {
    flex: 1; /* This makes each li take an equal amount of space */
    text-align: center; /* Centers the content within each li */
    list-style: none;
    padding: 0;
}

.icon_container.iconaddressdetail .icon.col span {
    display: block;
    width: 100%;
    background-color: #0C255F;
    color: #fff;
    padding: 14px 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
    line-height: 18px;
}
.icon_container.iconaddressdetail .icon.col span img{
    width: 30px;
    height: 30px;
}
.icon_container.iconaddressdetail .icon.col:not(:empty) {
    visibility: visible;
}

.icon_container.iconaddressdetail .icon.col:empty {
    display: none; /* Hide the li if it has no content */
}
.smalltext{
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 23px;
    color: rgba(12, 37, 95, 1);
}
#office_search #blog_remax_ui .item.card.carditem_ .smalltext{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin-bottom: 12px;
    padding-bottom: 0;
}
.agented .pagination{
    margin-bottom: 115px;
}

@media screen and (max-width: 1500px) {
    .testimonialsmain .owl-buttons .owl-next{
        right: 0;
    }
    .testimonialsmain .owl-buttons .owl-prev{
        left: 0;
    }
}
@media screen and (max-width: 992px) {
    .detailcolumn ul{
        grid-template-columns: repeat(2, 1fr);
    }
    .detailcolumn ul li{
        padding-right: 20px;
    }
    .detailcolumn ul li:nth-child(odd){
        padding-right: 20;
    }
    .detailcolumn ul li:nth-child(odd)::before{
        display: block;
    }
    .detailcolumn ul li:nth-child(even):before,.detailcolumn ul li:last-child:before{
        display: none;
    }
    .detailcolumn ul li:nth-child(even),.detailcolumn ul li:last-child:before{
        padding-right: 0;
    }
    .detailcolumn.langinfo ul li{
        max-width: 50%;
    }
    .detailcolumn.langinfo ul li:nth-child(even){
        padding-right: 36px;
    }
    .detailcolumn.langinfo ul li:last-child{
        padding-right: 0;
    }

    .detailcolumn.langinfo ul li:nth-child(even)::before{
        display: block;
    }
    .detailcolumn.langinfo ul li:last-child::before{
        display: none;
    }
    .detailcolumn.langinfo ul ul li::before,.detailcolumn.langinfo ul ul li:nth-child(even):before{
        display: none;
    }
    .detailcolumn.langinfo ul ul li:nth-child(even){
        padding-right: 0;
    }
}

@media screen and (max-width:767px) {
    /* .toggle-btn,.toggle-btn-price,.toggle-btn-bed,.toggle-btn-bath{
        border-radius: 5px;
    } */
    #videoModal iframe{
        height: 300px;
    }
}
.padding_b_100{
    padding-bottom: 100px;
}
.mainsearchform,.main-search-form-office{
  visibility: hidden;
  height: 0;
}
.mainsearchform select[data-select2-id="propertyType"],.mainsearchform select[data-select2-id="keyword"]{
    display: none;
    height: 0;
}


.overlay-form {
    opacity: 0;
    position: absolute;
     width: 100%;
    height: 100%;
    background-color: #0C255F;
    top: 0;
    right: 0;
    transition: opacity 0.6s ease;
    z-index: -1;
    left: 0;
}
.sidebarinfodetails .formalerttext{
    color: #fff;
}

.submit_form_action.btn-primary:active,.submit_form_action_1.btn-primary:active{
    color: #fff !important;
}
#leadform,
#formmod{
    position: relative;
    /* overflow: hidden; */
}
#contactForm{
    position: initial;
    overflow: hidden;
}
.formalerttext{
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 600;
}
.formalerttext span{
  display: block;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: normal;
}
.formalerttext span img{
    max-width: 90px;
}
#exampleModal .hero .overlay-form{
    background-color: #F6F5FF;
}
#exampleModal .hero .formalerttext{
    display: none;
    color: #0C255F;
}
#leadform.success .overlay-form,
#leadform.haserrors .overlay-form,
#contactForm.success .overlay-form,
#contactForm.haserrors .overlay-form,
#contactForm1.success .overlay-form,
#contactForm1.haserrors .overlay-form,
#formmod.success .overlay-form,
#formmod.haserrors .overlay-form{
    opacity: 1;
    z-index: 9;
}
#leadform .btn-primary,
#contactForm .btn-primary,
#contactForm1 .btn-primary{
    transform: translateY(0px);
    transition: transform 0.6s ease;
    width: 100%;
}
#leadform.success .btn-primary,
#leadform.haserrors .btn-primary,
#contactForm.success .btn-primary,
#contactForm.haserrors .btn-primary,
#contactForm1.success .btn-primary,
#contactForm1.haserrors .btn-primary {
    z-index: 9;
    transform: translateY(-150px);
    position: relative;
}
#leadform .success-message,
#contactForm .success-message,
#contactForm1 .success-message{
    position: absolute;
    opacity: 0;
    transition: opacity 0.6s ease;
    width: 100%;
    max-width: 85%;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    top: 38%;
    z-index: -1;
}
#formmod .overlay-form{
    background-color: #f6f5ff;
}
#formmod .success-message{
    position: absolute;
    top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease;
    width: 100%;
    max-width: 85%;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    z-index: -1;
}
.details_right_form #contactForm .success-message,
.details_right_form #contactForm1 .success-message{
    top: auto;
    bottom: 35%;
}
#leadform.success .success-message,
#leadform.haserrors .success-message,
#contactForm.haserrors .success-message,
#contactForm1.haserrors .success-message,
#contactForm.success .success-message,
#contactForm1.success .success-message,
#formmod.success .success-message,
#formmod.haserrors .success-message{
    z-index: 9;
    opacity: 1;
}
#leadform.success .success-message .error-text,
#contactForm.success .success-message .error-text,
#contactForm1.success .success-message .error-text{
    display: none;
}
#leadform.success .success-message .success-text,
#contactForm.success .success-message .success-text,
#contactForm1.success .success-message .success-text,
#formmod.success .success-message .success-text{
    display: block;
}
#formmod.success .bottom_div,
#formmod.success .row{
    display: none;
}
#formmod.success button.btn-close{
    z-index: 10;
}
#leadform.haserrors .success-message .success-text,
#contactForm.haserrors .success-message .success-text,
#contactForm1.haserrors .success-message .success-text {
    display: none;
}
#leadform.haserrors .success-message .error-text,
#contactForm.haserrors .success-message .error-text,
#contactForm1.haserrors .success-message .error-text {
    display: block;
}
#exampleModal form.haserrors,#exampleModal form.success{
    overflow: hidden;
    height: calc(100vh - 140px);
}
#exampleModal #leadform.success .btn-primary,#exampleModal #leadform.haserrors .btn-primary{
    transform: translateY(-20vh);
    bottom: 0;
    position: absolute;
    left: 0;
}
#clearBaths,#clearBedText{
    position: absolute;
    background-color: #fff;
    z-index: 2;
}
button.btnview{
 background-color: transparent;
 border: none;
 box-shadow: none;
 outline: none;
 padding: 0;
 font-weight: 500;
 font-size: 20px;
}
button.btnview img{
    margin-top: -3px;
}
.viewsection{
    display: none;
}
.viewsection.active{
    display: block;
}
#map_view img{
    width: auto !important;
}

#new_market span{
    background-color: #AA1120 !important;
}

.dyn_base_data{
    display: flex;
}

.dyn_base_data .form-group{
    flex: 1 0 40%;
}
.area_res_width .select2-container{
    width: 100% !important;
}

.contact_modal_sell .modal-header button {
    opacity: inherit;
}
.contact_modal_sell .modal-header button span{
    border: 1.5px solid #0C255F;
    padding: 0 8px;
    border-radius: 10px;
}
.amenities .checkbox-container {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.amenities .checkbox-container input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #0C255FB2;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease, border 0.3s ease;
}

.amenities .checkbox-container input[type="checkbox"]:checked {
    background-color: #0C255FB2;
    border: 2px solid #0056b3;
}

.amenities .checkbox-container input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 5px;
    width: 7px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: opacity 0.3s ease;
}

.amenities .checkbox-container label {
    margin-left: 8px;
    color: #333;
    cursor: pointer;
}

#hero_section_bg_mb .select_loc .select2-container .select2-search--inline .select2-search__field{
    margin: 0 -4px;
}
.list_your_property .btn-outlined{
    font-size: 17px;
    padding: 18px 34px;
}
.inner_form_ui_data{
    max-width: 1170px;
}

.inner_form_ui_data h1{
    font-size: 48px;
    letter-spacing: normal;
    font-weight: 800;
    line-height: 52px;
}
.inner_form_ui_data h1.mainheadingbanner{
 margin-bottom: 40px;
}
.full-bg-section .mt_172{
    margin-bottom: 90px;
}
.topareas_ .styleheadingmain{
    text-transform: uppercase;
}
.topareas_items{
    padding-top: 80px;
}
#hero_section_bg_mb.hero{
 height: auto;
 padding: 120px 0;
}
#hero_section_bg_mb .left-column h1{
    font-size: clamp(2rem, 5vw, 64px);
    line-height: clamp(2rem, 5vw,70px);
    max-width: 745px;
    margin-bottom: 40px;
}
#hero_section_bg_mb .left-column p{
    font-size: clamp(16px, 3vw, 20px);
    line-height: clamp(16px, 3vw, 22px);
}
footer .footer-box:first-child {
    width: 13%;
    padding-left: 0;
}
footer .footer-box ul li{
    font-size: clamp(16px, 2.5vw, 16px);
    line-height: clamp(18px, 2.5vw, 18px);
}
.iffootertouch{
    padding-bottom: 120px !important;
}
.subtitlehead_{
    font-size: 26px;
}
.subcontent_{
    font-size: 20px;
    color: rgba(12, 37, 95, 1);
    margin-bottom: 0;
}
.listings_main_ .breadcrumbmain.d-none{
    display: block !important;
}
.breadcrumbmain .breadcrumb{
    background-color: rgba(12, 37, 95, 0.6);
    border-radius: 6px;
    padding: 8px 15px;
    margin-bottom: 15px;
}
.listings_main_ .breadcrumbmain .breadcrumb{
    background-color: rgba(4, 15, 42, 0.5);
}
.breadcrumbmain .breadcrumb .breadcrumb-item{
    color: rgba(255, 255, 255, 1);
    line-height: 25px;
    font-size: 22px;
}
.breadcrumbmain .breadcrumb .breadcrumb-item a{
  color: rgba(255, 255, 255, 0.5) !important;
  line-height: 25px;
  font-size: 22px;
}
.breadcrumbmain .breadcrumb-item+.breadcrumb-item::before{
    content: "";
    width: 18px;
    height: 18px;
    background: url("../img/icons/breadcrumbarrow.svg")no-repeat center;
    padding-right: 0px;
    margin-right: 10px;
}
.breadcrumbmain .breadcrumb-item+.breadcrumb-item{
    padding-left: 10px;
    display: flex;
    align-items: center;
}
.pt_100.offices{
    padding-top: 100px;
}
#office_search .card-container.agentsearchcardmain_{
    display: grid;
    grid-template-columns: repeat(4,1fr);
}
#office_search #blog_remax_ui .card-container.agentsearchcardmain_ .item.card{
    max-width: 100%;
    overflow: hidden;
}
.agentsearchcardmain_ .footer_content_padding,.clone-cards .footer_content_padding,
.agent_search_cards .footer_content_padding{
    padding-top: 32px;
}
#office_search .pagination{
    margin-bottom: 0 !important;
    padding-bottom: 150px;
}
.container-fluid.full_width{
    max-width: 100%;
    padding: 0 0;
}
.container-fluid.full_width .cards_top_filter_bar{
    padding: 0 0px;
    max-width: 1720px;
    margin-right: auto;
    margin-left: auto;
}
#office_search .sortByOptions select,#office_search button.btnview,.text_center_align{
    text-transform: uppercase;
}
.inner_flex_contain .item.item_profile{
    width: 78%;
}
.inner_flex_contain .item.itemlinked{
    width: 18%;
}
.inner_flex_contain .item.item_profile .profile_caption{
    width: calc(100% - 56px);
}
 .carditem_ .contectdetail_{
    padding: 0 20px 28px;
}
.inner_flex_contain .item.item_profile h6{
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    font-size: 22px;
}
.card-padding.cardsinpading{
    padding: 28px 20px;
    padding-bottom: 0;
}
#exampleModal2.advancedfiltermain_.advancemodallist_ .modal-header {
    padding: 50px 48px;
}
.advancedfiltermain_ .modal-header h5.modal-title{
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
}
.contact_modal_sell.advancedfiltermain_ .modal-header button.close{
    padding: 0 0;
    position: unset;
    margin: 0;
}
.contact_modal_sell.advancedfiltermain_ .modal-header button.close span{
    padding: 0 6px;
    line-height: 19px;
    font-size: 18px;
    width: 23px;
    height: 23px;
    position: relative;
    display: block;
    display: flex;
    align-items: center;
    border-radius: 6px;
}
.advancemodallist_ .hr_line{
    margin: 32px 0 32px;
}
.advancemodallist_ .hr_line:first-child {
    margin: 45px 0 45px;
}
#exampleModal2.advancedfiltermain_.advancemodallist_ .row{
    margin: 0 -7px;
}
#exampleModal2.advancedfiltermain_.advancemodallist_ .row .col-12{
    padding: 0 7px;
}
#exampleModal2.advancedfiltermain_.advancemodallist_ label,#exampleModal2.advancedfiltermain_.advancemodallist_ h4{
    font-size: 18px;
    margin-bottom: 16px;
}
#exampleModal2.advancedfiltermain_.advancemodallist_ .checkbox-container label{
    width: calc(100% - 30px);
}
#exampleModal2.advancedfiltermain_.advancemodallist_  button{
    font-size: 16px;
}
.advancemodallist_ .amenities .checkbox-container{
    margin-left: 2px;
    margin-bottom: 0;
}
.advancemodallist_ .amenities .checkbox-group{
    grid-template-columns: repeat(3, minmax(200px, 1fr));
}
#exampleModal2.advancedfiltermain_.advancemodallist_ .checkbox-container label{
    font-size: 16px;
}
.advancemodallist_ .btn-group .reset{
    width: 204px;
    min-width: 204px;
    border-width: 2px;

}
.advancemodallist_ .btn-group .btn-primary{
    width: calc(100% - 230px);

}
.advancemodallist_ .btn-group .btn{
    font-size: 18px;
    font-weight: 700;

}
.advancemodallist_ #PriceType,.advancemodallist_ #priceDivFilter,.advancemodallist_ #CityType,.advancemodallist_ #AreaType,.advancemodallist_ #propertyCategory,.advancemodallist_ #developmentMenu,.advancemodallist_ #SizeMenu{
    left: 0;
    width: 100%;
    max-width: 100%;
    max-height: 140px;
    overflow: auto;
}
.advancemodallist_ #PriceType::-webkit-scrollbar,
.advancemodallist_ #priceDivFilter::-webkit-scrollbar,
.advancemodallist_ #CityType::-webkit-scrollbar,
.advancemodallist_ #AreaType::-webkit-scrollbar,
.advancemodallist_ #propertyCategory::-webkit-scrollbar,
.advancemodallist_ #developmentMenu::-webkit-scrollbar,
.advancemodallist_ #SizeMenu::-webkit-scrollbar{
    width: 2px;
}
.map_mark_icon p{
    width: calc(100% - 26px);
    font-size: 15px;
    line-height: 19px;
}

@media screen and (min-height:800px) {
    /* .full-bg-section{
        height: 100vh;
    } */
}
@media screen and (min-width:1919px) {
    .egypt_branding{
        height: 144px;
    }

    .full-bg-section .mt_172 {
    margin-bottom: 114px;
    }
}
@media screen and (min-width:1440px) {
    .full-bg-section{
        padding-bottom: 100px;
    }
    .full-bg-section.newbannersectionmain{
        padding-bottom: 130px;
    }
    .listinginner_form_ui_data .main-search-form-office .row{
        margin-left: -10px;
        margin-right: -10px;
    }
    .listinginner_form_ui_data .main-search-form-office .row .col{
        padding-left: 10px;
        padding-right: 10px;
    }
    #properties_multi_slider .slide{
        height: 318px;
    }
    #properties_multi_slider .cardslisting .slide{
        height: 250px;
    }

}
@media screen and (max-width:1440px) {
    .rm_banner .login-btn{
        line-height: 39px;
    }
    header .container-fluid{
        padding: 0 60px;
    }
    .navbar .container-fluid .row{
        gap: 0 !important;
    }
    #navbarNav .doted_link .nav-link{
        font-size: 14px;
        line-height: 16px;
        padding-right: 12px;
        padding-left: 12px;
    }

    .list_your_property .btn-outlined{
        font-size: 16px;
        padding: 18px 23px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .full-bg-section .mt_172 {
        margin-top: 190px;
        margin-bottom: 65px;
    }
    .inner_form_ui_data h1{
        font-size: 48px;
        line-height: 57px;
    }
    #content_tabs.mt-48{
        margin-top: 30px;
    }
    .full-bg-section .nav-tabs .nav-link.active,.full-bg-section .nav-tabs .nav-link{
        font-size: 16px;
    }
    .full-bg-section .mt_172{
        max-width: 884px;
    }
    .full-bg-section .mt_172.listings_main_{
        max-width: 1030px;
    }
    #home_page_form.container,#agents_form_data.container{
        width: 100%;
        padding: 0;
    }
    .properties_form{
        padding: 20px 20px;
    }
    .mainsearchform,.upperfilterinput,.innerfilters.flex_selections,.listings_inner.innerfilters.flex_selections{
        gap: 14px;
    }
    .proploc .menu_parent .toggle-btn,.toggle-btn-price,.toggle-btn-bed,.toggle-btn-bath{
        font-size: 14px;
    }
    .select2-container--default .select2-search--inline .select2-search__field,.select2-container--default .select2-selection--multiple .select2-selection__choice{
        font-size: 14px;
    }
    .upperfilterinput{
        grid-template-columns: 485px 1fr;
    }
    .paddingeneral .container-fluid{
        padding: 0 60px;
    }
    .mt_115.topareas_{
        margin-top: 63px;
    }
    .topareas_items{
        padding-top: 48px;
    }
    .flexed_gallery span{
        font-size: 28px;
    }
    .flexed_gallery .overlay{
        padding: 26px 20px 26px 20px;
    }
    #hero_section_bg_mb.hero{
        padding: 60px 0;
    }
    #hero_section_bg_mb .left-column h1{
        font-size: 40px;
        max-width: 485px;
        line-height: 44px;
        letter-spacing: 1px;
        font-weight: 600;
    }
    #hero_section_bg_mb .left-column p{
        font-size: 18px;
        line-height: 19px;
        max-width: 466px;
    }
    .transp_linear_gradient, .details_right_form .transp_linear_gradient{
        padding: 28px 28px;
    }
    .hero label{
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 12px;
    }
    .hero input,#country_code,.homecontactform input,.form-group .def_select{
        font-size: 14px;
        line-height: 16px;
    }
    .submit_form_action.btn-primary, .submit_form_action.btn-primary:focus,
    .submit_form_action_1.btn-primary, .submit_form_action_1.btn-primary:focus{
        font-size: 16px;
    }
    .footer_heads{
        font-size: 20px;

    }
    footer .footer-box ul li,.property_content_footer ul li a{
        font-size: 14px;
    }
    footer .footer-box{
        padding: 0 36px;
    }


    .all_rights .office-text,.font_18_med{
        font-size: 15px;
    }
    .border_footer{
        margin-bottom: 48px;
        padding-top: 48px;
    }
    .advancedfiltermain_ .modal-header h5.modal-title{
        font-size: 22px;
    }
    #exampleModal2.advancedfiltermain_.advancemodallist_ label, #exampleModal2.advancedfiltermain_.advancemodallist_ h4{
        font-size: 16px;
        margin-bottom: 12px;
    }
    #exampleModal2.advancedfiltermain_.advancemodallist_ button{
        font-size: 14px;
    }
    .advancemodallist_ .hr_line:first-child {
        margin: 36px 0 36px;
    }
    .advancemodallist_ .btn-group .reset{
        width: 123px;
        min-width: 123px;
    }
    .advancemodallist_ .btn-group .btn{
        font-size: 16px;
    }
}
@media screen and (min-width:1200px) and (max-width:1919px) {
    #office_search .listinginner_form_ui_data{
        max-width: 1136px;
        width: 100%;
    }
    #office_search .newbannersectionmain .listinginner_form_ui_data,.newbannersectionmain .listinginner_form_ui_data{
        max-width: 922px;
        width: 100%;
    }
    #office_search .listinginner_form_ui_data h1{
        font-size: 45px;
        line-height: 49px;
    }
    .breadcrumbmain .breadcrumb .breadcrumb-item,.breadcrumbmain .breadcrumb .breadcrumb-item a{
        font-size: 16px;
    }
    #office_search #home_page_form.container{
        max-width: 100%;
        width: 100%;
    }
    #office_search .newbannersectionmain .listinginner_form_ui_data #home_page_form.container {
        max-width: 914px;
    }
    #office_search .properties_form{
        padding: 20px 20px;
    }
    .pt_100.offices{
        padding-top: 65px;
    }
    #office_search .sortByOptions select,.sortByLabel,#office_search button.btnview{
        font-size: 18px;
    }
    .text_center_align{
        font-size: 20px;
    }
    .mb-40.cards_top_filter_bar{
        margin-bottom: 36px;
    }
    /* #office_search #blog_remax_ui .item .count_opp img {
        height: 195px !important;
        max-height: 195px !important;
    } */
    .infoconnect li a{
        padding: 5px 5px;
    }
    .infoconnect li a img{
        width: 20px;
        height: 20px !important;
    }
    .agentsearchcardmain_ .footer_content_padding,.clone-cards .footer_content_padding,
    .agent_search_cards .footer_content_padding{
        padding-top: 22px;
        margin-bottom: 22px;
    }
    .agentsearchcardmain_ h4.font_26,
    .agent_search_cards h4.font_26{
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    #office_search .card-container.agentsearchcardmain_,#office_search .agents-container .card-container.agent_search_cards{
        gap: 25px;
    }
    #office_search .pagination{
        padding-bottom: 115px;
        margin-top: 36px;
    }
    #office_search #content_tabs.mt-48{
        margin-top: 6px;
    }
}
@media screen and (max-width:1200px) {
    .key_information .listing_content .cardslisting .card {
        margin-top: 0px;
      }
    header .container-fluid,.paddingeneral .container-fluid{
        padding: 0 30px;
    }
    .upperfilterinput{
        grid-template-columns: auto;
    }
    .field-container .proploc select{
        width: calc(100% - 150px) !important;
    }
    .inner_form_ui_data h1{
        font-size: 40px;
        line-height: 48px;
    }
    .full-bg-section .mt_172,.full-bg-section .mt_172.listings_main_{
        max-width: 704px;
        width: 704px;
    }
    .mt_115.topareas_{
        margin-top: 53px;
    }
    .topareas_items{
        padding-top: 40px;
    }
    .flexed_gallery span{
        font-size: 26px;
    }
    #hero_section_bg_mb.hero{
        padding: 40px 0;
    }
    #hero_section_bg_mb .left-column h1{
        max-width: 100%;
        font-size: 38px;
        line-height: 41px;
        margin-bottom: 28px;
    }
    #hero_section_bg_mb .left-column p{
        max-width: 100%;
    }
    #home_page_era .hero .form-row{
        display: flex;
        gap: 18px;
    }
    footer .footer-box{
        width: 33.33%;
        flex: auto !important;
        padding: 0 33px 50px;

        padding-bottom: 50px;

    }
    .footer-content{
        row-gap : 0 !important;
    }
    footer .footer-box{
        border-right: none;
    }
    footer .footer-box:nth-child(2),footer .footer-box:nth-child(3){
        border-bottom:1px solid rgba(255, 255, 255, 0.1);
        margin-bottom: 50px;
        border-top:1px solid rgba(255, 255, 255, 0.1);
        padding-top: 50px;
    }
    footer .footer-box:first-child {
        width: 100%;
        padding: 0;
        text-align: center;
        border-right: none;
        border-bottom: none;
        padding-bottom: 50px;
    }
    footer .footer-box:first-child .property_content_footer{
        border-right: none;
    }
    .property_content_footer{
        margin-bottom: 0;
    }
    .property_content_footer ul{
        margin-bottom: 0;
    }
    footer .footer-box:nth-child(2n) {
        padding-left: 0;
       padding-right: 0;
    }
    footer .footer-box.subscribefooter{
        width: 100%;
        order: 1;
        padding-bottom: 0;
    }
    footer .footer-box:nth-child(3n), footer .footer-box:nth-child(5){
        padding-right: 0;
        width: calc(100% - 33.33%);
        display: flex;
        padding-left: 0;
    }
    footer .footer-box:nth-child(3n) .property_content_footer,
    footer .footer-box:nth-child(5) .property_content_footer{
        border-right: none;
        width: 50%;
        padding-top: 0;
        border-top: none;
        padding-left: 33px;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }
    footer .footer-box:nth-child(5){
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin-bottom: 50px;
    }
    footer .footer-box:nth-child(5) .property_content_footer{
        width: 33.33%;
    }
    footer .footer-box:nth-child(3n) .property_content_footer:first-child{
        padding-right: 33px;
    }
    footer .footer-box:nth-child(5) .property_content_footer:first-child{
        padding-left: 0;
        border: none;
    }
    footer .footer-box:last-child .property_content_footer{
        border-right: none;
    }
    footer .all_rights{
        padding: 0 0 30px;
    }
    .footer_heads.mb-34{
        font-size: 20px;
        margin-bottom: 22px;
    }
    footer .footer-box ul li{
        margin-bottom: 15px;
    }
    .subscribefooter .form-group.w-100{
        display: flex;
        margin-bottom: 0;
    }
    footer .subscribefooter .form-row input{
        width: calc(100% - 251px);
        margin-right: 18px;
    }
    .subscribefooter .btn-secondary-radius{
        margin-top: 0;
        width: 251px !important;
    }
    #office_search .enter_location.lochere{
        margin: 0 0;
    }
    .advancemodallist_ .submit_form_action.btn-primary,
    .advancemodallist_ .submit_form_action_1.btn-primary{
        margin: 0 0;
    }
    #exampleModal2 .modal-body{
        padding: 0px 36px 55px;
    }
    #exampleModal2.advancedfiltermain_.advancemodallist_ .modal-header{
        padding: 50px 36px;
    }
}
@media screen and (max-width:1200px) and (min-width:768px) {
    .pricemenu_md{
        width: calc(50% - 10px);
    }
    .propertymenu_md{
        width: calc(50% - 30px);
        position: absolute;
        right: 20px;
        margin-top: -70px;
    }
    .innerfilters.flex_selections{
        grid-template-columns: repeat(3, 1fr);
    }
    #office_search .listinginner_form_ui_data h1{
        max-width: 561px;
    }
    #office_search .listinginner_form_ui_data .tab-content {
        max-width: 100%;
    }
    #office_search #content_tabs.mt-48{
        margin-top: 6px;
    }
}
@media screen and (max-width:992px) {
    .navbar-brand img{
        height: auto;
    }
    .subheader {
        padding: 16px 20px !important;
        width: 100%;
    }
    .responsivebar{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
        position: relative;
    }
    .navbar-collapse{
        position: absolute;
        top: 100%;
        right: 0;
        width: 320px;
        margin-top: 16px;
    }
    #navbarNav .navbar-nav,.navbar-expand-lg .navbar-nav{
        background-color: rgba(246, 245, 255, 1);
        border-radius: 10px;
        padding: 20px 22px;
        color: rgba(12, 37, 95, 1);
        align-items: flex-start;
        gap: 0;
        position: relative;
        z-index: 22;
    }
    #navbarNav .nav-item{
        width: 100%;
        text-align: left;
    }
    #navbarNav .doted_link{
        flex-wrap: wrap;
    }
    .doted_link:not(:last-child)::after{
        display: none;
    }
    .nav-link{

    }
    #about_us,.dropdowngeneral.dropdown{
        background: none;
        padding: 0px 0 0px 0px;
        margin: 0;
        position: relative;
    }
    #about_us .dropdown-toggle::before,#navbarNav .doted_link.dropdowngeneral .dropdown-toggle::before{
        content: "";
        position: absolute;
        top: 10px;
        right: 0;
        width: 15px;
        height: 15px;
        background: url('../img/icons/responsivearrow.svg') no-repeat center;
        z-index: 0;
    }

    #navbarNav .nav-item .nav-link{
        padding: 9px 0;
        font-size: 18px;
        font-weight: 500;
        line-height: 21.6px;
        color:  rgba(12, 37, 95, 1) !important;
        width: 100%;
        z-index: 1;
    }
    .navbar-collapse::after{
        width: 18px;
        height: 18px;
        content: "";
        position: absolute;
        top: -5px;
        right: 10px;
        background-color: rgb(246, 245, 255);
        transform: rotate(45deg);
    }
    .rm_banner .dropdown.dropdowngeneral{
        height: auto;
        max-height: unset;
    }
    #navbarNav .dropdown-menu{
        position: unset;
        padding: 0 0 !important;
        background-color: transparent !important;
        border: none;
        width: 100%;
    }
    .dropdown-menu.dropdown-arrow::before{
        display: none;
    }
    #navbarNav .dropdown-menu .dropdown-item{
        padding: 7px 0 7px 0;
        padding-left: 0;
        font-weight: 400;
    }
    .rm_banner .dropdown.activedropdown .dropdown-menu{
        display: block !important;
    }
    .dropdowngeneral.activedropdown .dropdown-toggle::before{
        transform: rotate(90deg);
    }
    #navbarNav .nav-item:hover .nav-link{
        color: rgba(12, 37, 95, 1) !important;
        width: 100%;
    }
    .rm_banner .dropdown.activedropdown .nav-link{
        opacity: 1;
    }
    #navbarNav .navbar-nav.opendropdown .nav-item .nav-link,
    #navbarNav .navbar-nav.opendropdown .nav-item .btnheader{
        opacity: 0.3;
    }
    #navbarNav .navbar-nav.opendropdown .nav-item.activedropdown .nav-link,
    #navbarNav .navbar-nav.opendropdown .nav-item.active .nav-link,
    #navbarNav .navbar-nav.opendropdown .nav-item.active .btnheader,
    #navbarNav .navbar-nav.opendropdown .nav-item.activedropdown .btnheader{
        opacity: 1;
    }
    .btnheader{
        padding: 13px 16px;
        border-radius: 75px;
        border: 2px solid rgba(0, 79, 250, 1);
        color: rgba(0, 79, 250, 1) !important;
        font-weight: 500;
        margin-top: 14px;
        display: block;
        text-align: center;
    }
    .rm_banner .dropdown.dropdowngeneral{
        padding:  0 0 ;
    }
    #navbarNav .nav-item .nav-link.colordanger{
        color: #E01C2F !important;
    }
    #navbarNav .doted_link.dropdowngeneral .dropdown-toggle.colordanger::before{
        background: url('../img/icons/responsivearrowred.svg') no-repeat center;
    }
}
@media screen and (min-width:768px) and (max-width:1200px) {
    .newbannersectionmain .custom_cols_2{
        flex: 0 0 19.666667%;
        max-width: 19.666667%;
    }
    .newbannersectionmain .custom_cols_3{
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .newbannersectionmain .custom_cols_4{
        -ms-flex: 0 0 25%;
        flex: 0 0 22%;
        max-width: 22%;
    }



    .listinginner_form_ui_data .main-search-form-office .row{
        margin-left: -7px;
        margin-right: -7px;
        /* align-items: center; */
    }
    .listinginner_form_ui_data .main-search-form-office .row .col{
        padding-left: 7px;
        padding-right: 7px;
    }

    #office_search .listinginner_form_ui_data .find-icon{
        margin-top: 0;
        width: 47px;
        height: 47px;
        border-radius: 100%;
        border: none;
        min-width: 47px;

    }
    #office_search #keyword + .select2-container .select2-selection--multiple{
        height: 46px !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important;

    }

    #office_search .lochere input[type="text"],#office_search .enter_location select,#office_search  .office_banner_search_form .flex_selections .enter_location .select2 .selection .select2-selection .select2-selection__rendered{
        font-size: 14px;
    }
    #office_search .lochere input[type="text"], #office_search .enter_location select{
        padding: 0 12px;
    }
    #office_search .enter_location select{
      background: url(./../img/icons/downvector.svg) no-repeat right 8px center;
    }
    .pt_100.offices{
        padding-top: 40px;
    }
    #office_search .sortByOptions select, .sortByLabel, #office_search button.btnview,.text_center_align{
        font-size: 16px;
    }
    #office_search .card-container.agentsearchcardmain_,#office_search .agents-container .card-container.agent_search_cards{
        grid-template-columns: repeat(3,1fr);
        gap: 15px;
    }
    .agentsearchcardmain_ h4.font_26,
    .agent_search_cards h4.font_26{
        font-size: 22px;
    }
    #office_search .pagination{
        margin-bottom: 0 !important;
        padding-bottom: 110px;
    }
}
@media screen and (max-width:768px) {
    .full-bg-section .mt_172, .full-bg-section .mt_172.listings_main_{
        max-width: 744px;
        width: 100%;
    }
    #home_page_form.container, #agents_form_data.container{
        max-width: 100%;
    }
    .full-bg-section.rm_banner {
        padding-bottom: 70px;
    }

    .full-bg-section .mt_172.listings_main_{
        margin-bottom: 0;

    }
    #office_search .enter_location.lochere{
        margin: 15px 0;
    }
    #office_search .card-container.agentsearchcardmain_,#office_search .agents-container .card-container.agent_search_cards{
        grid-template-columns: repeat(2,1fr);
    }
    #office_search #discover_properties{
        padding-top: 38px;
    }
    .mb-40.cards_top_filter_bar{
        margin-bottom: 30px;
    }
    #office_search .sortByLabel{
        font-size: 14px;
    }
    #office_search .sortByOptions select{
        font-size: 14px;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: calc(100% - 62px);
    }
    button.btnview{
        font-size: 14px;
    }
    #office_search .cards_top_filter_bar .text_right_align{
        justify-content: flex-end !important;
        margin-top: 0;
    }
    .field-container .proploc select{
        width: 100% !important;
    }
    .proploc{
        flex-direction: column;
    }
    .proploc .menu_parent .toggle-btn{
        height: 56px;
        margin-bottom: 0;
    }
    .proploc .menu_parent{
        margin-bottom: 24px;
    }
    .toggle-btn{
        min-width: 425px;
    }
    .toggle-btn{
        width: 100%;
        border-radius: 50px;
        text-align: left;
        justify-content: space-between;
        height: 56px;
        margin-bottom: 24px;
    }
    .proploc .select2-container{
        border-radius: 50px;
    }
    .properties_form{
        padding: 20px 16px;
    }
    .proploc .menu_parent,.location_filter .select2-container--default,#custom_mr_on_mb .select2-selection--multiple,#custom_mr_on_mb_beds{
        margin-bottom: 14px !important;
    }
    .properties_form .form-container .field-container.upperfilterinput{
        padding-top: 0;
        gap: 0;
    }
    .innerfilters.flex_selections{
        gap: 0;
    }
    .rm_banner .mt_172 {
        margin-top: 107px;
        margin-bottom: 32px;
        padding: 0 20px !important;
    }
    .inner_form_ui_data h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .nav .nav-item{
        width: 120px;
    }
    header .container-fluid, .paddingeneral .container-fluid{
        padding: 0 20px;
    }
    .lighttext{
        font-size: 86px;
        line-height: 86px;
        max-width: 100%;
    }
    .styleheadingmain .font_48_bold{
        font-size: 32px;
        line-height: 36px;
    }
    .mt_115.topareas_ {
        margin-top: 36px;
    }
    .topareas_items{
        padding-top: 28px;
    }
    .flexed_gallery span{
        font-size: 16px;
        line-height: 19px;
    }
    .flexed_gallery .overlay {
        padding: 14px 20px 14px 20px;
    }
    #hero_section_bg_mb .brand_linear_gradient{
        display: none;
    }
    #hero_section_bg_mb.hero{
        padding: 36px 0;
    }
    #hero_section_bg_mb .left-column h1{
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 24px;
    }
    #hero_section_bg_mb .left-column p{
        font-size: 16px;
        line-height: 17px;
        margin-bottom: 28px;
    }
    #hero_section_bg_mb .transp_linear_gradient{
        padding: 20px 16px ;
    }
    #home_page_era .hero .form-row{
        margin: 0 0 ;
    }
    #home_page_era .hero .form-row{
        display: block;
    }
    .hero label{
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    #home_page_era .form-group .def_select,.hero .homecontactform input {
        height: 53px !important;
        line-height: 22px !important;
    }
    #country_code {
        height: 100% !important;
    }
    #hero_section_bg_mb .select_loc .select2-container .select2-search--inline .select2-search__field{
        margin:  0 0 !important;
    }
    .hero .homecontactform input.select2-search__field{
        height: auto !important;
    }

    #leadform button {
        border: 1px solid #0C255F33;
        height: 52.5px;
        border-radius: 45px;
    }
    #navbarNav .navbar-nav::before,#navbarNav .navbar-nav::after{
        display: none;
    }
    #navbarNav .doted_link.dropdowngeneral::before{
    }
    .navbar-expand-lg .navbar-nav{

    }
    #leadform .success-message, #contactForm .success-message ,#contactForm1 .success-message{
        margin: 0;
        max-width: 100%;
        padding: 0 15px;
    }
    .formalerttext{
        font-size: 19px;
        line-height: 25px;
    }
    #formmod .success-message{
        max-width: 100%;
    }
    .formalerttext span{
        margin-top: 5px;
    }
    .advancemodallist_ .amenities .checkbox-group{
        grid-template-columns: repeat(2,1fr);
    }
    #exampleModal2.advancedfiltermain_.advancemodallist_ .modal-header{
        padding: 30px 20px;
    }
    #exampleModal2 .modal-body {
        padding: 0px 20px 35px;
    }
    #office_search .pagination {
        margin-bottom: 0 !important;
        padding-bottom: 110px;
    }
}
@media screen and (min-width:576px) {
    .listinginner_form_ui_data .mb_search_text{
        display: none;
    }
}
@media screen and (max-width:576px) {
    #office_search .card-container.agentsearchcardmain_,#office_search .agents-container .card-container.agent_search_cards{
        grid-template-columns: repeat(1,1fr);
    }
    footer .footer-box:nth-child(3n){
        width: 50%;
    }
    footer .footer-box:nth-child(3n) .property_content_footer:first-child,
    footer .footer-box:nth-child(3n) .property_content_footer{
        padding-right: 0;
        width: 100%;
    }
    footer .footer-box:nth-child(5){
        width: 100%;
        flex-wrap: wrap;
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0;

    }
    footer .footer-box:nth-child(5) .property_content_footer{
        width: 50%;
    }
    footer .footer-box:nth-child(5) .property_content_footer:nth-child(2){
        padding-left: 0;
        border-left: none;
    }
    footer .footer-box:nth-child(5) .property_content_footer:first-child{
        width: 100%;
        order: 1;
        padding-top: 34px;
        margin-top: 34px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    footer .footer-box.subscribefooter,footer .footer-box:first-child{
        order: -1;
    }
    footer .footer-box.subscribefooter{
        padding-bottom: 34px;
        padding-top: 34px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .subscribefooter .form-group.w-100{
        flex-wrap: wrap;
    }
    footer .subscribefooter .form-row input {
        width: 100%;
        margin-right: 0;
    }
    .subscribefooter .btn-secondary-radius {
        margin-top: 14px;
        width: 100% !important;
    }
    footer .footer-box:nth-child(2), footer .footer-box:nth-child(3){
        margin-bottom: 34px;
        padding-top: 34px;
    }
    .footer-padd .border_footer{
        margin-bottom: 34px;
        padding-top: 34px;
    }
    footer .footer-box:nth-child(5) .property_content_footer.contact_actions ul{
        display: flex;
    }
    footer .footer-box:nth-child(5) .property_content_footer.contact_actions li{
        margin: 0;
        margin-right: 16px;
        padding-right: 16px;
        position: relative;
    }
    footer .footer-box:nth-child(5) .property_content_footer.contact_actions li::after{
        content: "";
        position: absolute;
        right: 0;
        width: 1px;
        height: 12px;
        background: #fff;
    }
    footer .footer-box:nth-child(5) .property_content_footer.contact_actions li:last-child{
        margin-right: 0;
        padding-right: 0;
    }
    footer .footer-box:nth-child(5) .property_content_footer.contact_actions li:last-child::after{
        display: none;
    }
    .footer_heads{
        font-size: 18px;
        margin-bottom: 18px;
    }
    .contact_actions img {
        width: 17px;
    }
    footer .footer-box:first-child{
        padding-bottom: 24px;
    }
    footer .footer-box:nth-child(3n) .property_content_footer, footer .footer-box:nth-child(5) .property_content_footer{
        padding-left: 20px;
    }

    .responsivebar{
        position: initial;
    }
    .navbar-collapse{
        right: 18px;
        top: calc(100% - 16px);
        width: calc(100% - 32px);
        margin-top: 16px;
    }
    .navbar-collapse::after{
        right: 16px;
    }
    .toggle-btn{
        min-width: auto;
    }
    .breadcrumbmain .breadcrumb{
        padding: 14px 16px;
    }
    .breadcrumbmain .breadcrumb .breadcrumb-item {
        line-height: 18px;
        font-size: 16px;
    }
    .breadcrumbmain .breadcrumb .breadcrumb-item a {
        line-height: 18px;
        font-size: 16px;
    }

}
@media screen and (max-width:576px) {
    .full-bg-section .mt_172, .full-bg-section .mt_172.listings_main_{
        max-width: 100%;
        width: 100%;
    }
    .lighttext {
        font-size: 54px;
        line-height: 60px;
        max-width: 100%;
    }
    .location_content h1{
        font-size: 30px;
        line-height: 36px;
    }
    .own_remax .new_banner {
        padding: 85px 15px 40px 15px;
    }
    .ownstylemain p{
        line-height: 24px;
    }
}
.closeit{
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    opacity: inherit;
}
.def_select:focus {
    border-radius: 10px;
}

input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #0C255F;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 2;
  }
  input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #0C255F;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 2;
  }

.w-opacity-slider input[type="range"]::-webkit-slider-thumb {
      top: -2px;

  }
  .w-opacity-slider input[type="range"]::-moz-range-thumb {
    top: -2px;
  }
#discover_properties1 #blog_remax_ui.owl-carousel .owl-item{
    padding: 0 10px;
}
#discover_properties1 #blog_remax_ui.owl-carousel .owl-item .item.card{
 margin: 0 ;
}
#blog_remax_ui.owl-carousel .owl-item .item.card:hover{
    transform: scale(1);
}
#blog_remax_ui.owl-carousel .owl-item .item.card .slide{
    overflow: hidden;
}
#blog_remax_ui.owl-carousel .owl-item .item.card .slide img{
    transform: scale(1);
    transition: transform 0.3s ease;
}
#blog_remax_ui.owl-carousel .owl-item .item.card:hover .slide img{
    transform: scale(1.2);
}
.rotate {
    transition: transform 0.5s ease;
    transform: rotate(180deg);
}
.position_rel{
    position: relative;
}
.def_select {
    -webkit-appearance: none; /* For Safari */
    -moz-appearance: none;    /* For Firefox */
    appearance: none;         /* Standard syntax */
    background: transparent;  /* Remove background */
    border: 1px solid #ccc;   /* Add border */
    padding-right: 30px;      /* Add padding to prevent text overlap with custom arrow */
}

.arrow-icon {
    pointer-events: none;      /* Prevent mouse events on the icon */
}
.def_select{
    background-color: #ffffff;
}
#location + #keywordAgent + .select2-container .select2-search--inline input.select2-search__field[style="width: 0px;"], #propertyType1 + .select2-container .select2-search--inline input.select2-search__field[style="width: 0px;"]{
    width: 100% !important;
    margin: 0;
}
#location + #keywordAgent + .select2-container .select2-search--inline input.select2-search__field::placeholder{
    color: #111;
}
#location + #keywordAgent + .select2.select2-container.select2-container--open .select2-selection--multiple,
#propertyType1 + .select2.select2-container.select2-container--open .select2-selection--multiple,
#keywordAgent + .select2.select2-container.select2-container--open .select2-selection--multiple{
    border-radius: 10px 10px 0 0 !important;
    border-bottom: none !important;
}
#propertyType1 + .select2-container .select2-selection--multiple{
    border: 1px solid #0C255F33 !important;
}
#propertyType1 + .select2.select2-container.select2-container--open .select2-selection--multiple ul::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    height: 2px;
    background: inherit;
    border-top: 1px solid #111111;
    border-left: none;
    border-right: none;
}
#location + #keywordAgent + .select2.select2-container + .select2-container--open .select2-results__options{
    padding: 12px 15px;
    overflow: auto;
    scrollbar-width: none;
}
/* #location + #keywordAgent + .select2.select2-container + .select2-container--open .select2-results__options .select2-results__option--highlighted,#propertyType1 + .select2.select2-container + .select2-container--open .select2-results__options .select2-results__option--highlighted{
    color: #0C255F;
    background-color: transparent;
} */
.mdlpricemain{
    display: flex;
    padding-bottom: 18px;
}
.modlprice{
    width: 50%;
    padding-right: 6px;
}
.modlprice:last-child{
    padding-right: 0;
    padding-left: 6px;
}
.modlprice label{
    font-size: 12px;
    line-height: 14px;
}
.modlprice input,#priceDivFilter .modlprice #priceRangeMinInput{
    font-size: 14px;
    height: 32px;
    color: #0C255F;
    border-color: rgba(17, 17, 17, 0.2);
    padding: 14px 11px;
}
.w-38{
    max-width: 38%;
}
#keywordAgent + .select2-container .select2-selection--multiple::-webkit-scrollbar,
#keywordAgent + .select2-container .select2-selection--single::-webkit-scrollbar{
    width: 0;
    height: 0;

}
.people_team_main{
    padding: 70px 0 62px;
}
.leftsideheading.styleheadingmain,.pd_30{
    padding-bottom: 30px;
}
.leftsideheading.styleheadingmain.text-white .lighttext{
    color: rgba(255, 255, 255, 0.6);
}
.leftsideheading.styleheadingmain.text-white h4{
    color: #FFFFFF;
}
.pad_15{
    padding: 30px 0;
}
.people_card{
    border-radius: 15px;
    border: 1px solid rgba(12, 37, 95, 0.1);
    background-color: rgba(255, 255, 255, 1);
    overflow: hidden;
    transform: scale(1);
    transition: all 1.1s;
}
.people_card .no-click{
    cursor: auto;
}
.people_card .pro_img {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 87%;
}
.people_card .pro_img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.people_card .departinfo{
    background-color: #102962;
    text-align: center;
    margin-top: -1px;
}
.people_card .departinfo h3{
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    padding: 13px 0;
    margin: 0;
}
.people_card .pro_content{
    padding: 28px 24px;
}
.people_card .pro_content h2,.people_card .pro_content h2 a{
    color: #0C255F !important;
    font-weight: 700;
    font-size: 28px;
    line-height: 29px;
    margin: 0;
}
.people_card .pro_content p{
    font-size: 18px;
    line-height: 22px;
    color: #0C255F;
    font-weight: 400;
    margin: 22px 0;
}
.people_card .pro_content .email span{
    width: 24px;
}
.people_card .pro_content .email a{
    display: flex;
    align-items: center;
}
.people_card .pro_content .email a span{
    display: flex;
}
.people_card .pro_content .email p{
    width: calc(100% - 24px);
    padding-left: 9px;
    font-size: 18px;
    line-height: 20px;
    color: #0C255F;
    font-weight: 400;
    margin: 0;
}
.people_card:hover{
    box-shadow: 0px 0px 61px 0px #7090B052;
    transform: scale(1.1);
}
.our_people.owl-carousel,.blogsitems_ .owl-carousel,.my-gallery.owl-carousel,
.youtubieitems .owl-carousel{
    margin: 0 -15px;
    width: calc(100% + 30px);
}
.sidesbtns.owl-carousel .owl-buttons{
    position: unset;
    transform: none;
    text-align: center;
    margin-top: 30px;
}
.sidesbtns.owl-carousel .owl-buttons .owl-prev,.sidesbtns.owl-carousel .owl-buttons .owl-next{
    margin: 0;
    background: #0C255F !important;
    border: 1.5px solid #0C255F;
    position: absolute;
    top: 50%;
    transform: translateY(100%);
    padding: 12px 12px !important;
}

.sidesbtns.owl-carousel .owl-buttons .owl-prev{
    left: -30px;
    margin-left: -18px !important;
}
.sidesbtns.owl-carousel .owl-buttons .owl-next{
    right: -30px;
    margin-right: -18px !important;
}
.our_people.owl-carousel .owl-item,.blogsitems_ .owl-carousel .owl-item,.my-gallery.owl-carousel .owl-item,
.youtubieitems .owl-carousel .owl-item,
.memberslider.owl-carousel .owl-item{
    padding: 0 15px;
}
.svg-path {
    stroke: #fff !important;
    fill: none;
}
.sidesbtns.owl-carousel .owl-buttons .owl-prev:hover,.sidesbtns.owl-carousel .owl-buttons .owl-next:hover{
    /* color:#004FFA;
    background: transparent !important; */
    border-color: #004FFA;

}
.sidesbtns.owl-carousel .owl-buttons .owl-prev:hover .svg-path,
.sidesbtns.owl-carousel .owl-buttons .owl-next:hover .svg-path{
    /* stroke: #004FFA !important; */
}
.ournewsblogs{
    padding: 70px 0;
}

.btn-secondary-radius{
    border-radius: 60px;
    background-color: #004FFA;
    border: 1px solid #004FFA;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    padding: 13.2px 22px;
    z-index: 2;
    position: relative;
}
.discv_more_videos{
    padding: 71px 0 105px;
}
.bgmainwithvideos.discv_more_videos{
    padding: 80px 0 80px;
    background: #0C245C;
}

.card.properties_form.formnewstyle {
    border-radius: 75px;
    overflow: unset;
}
.properties_form.formnewstyle{
    padding: 0 0 !important;
    border: none;
    background: transparent;
}
.properties_form.formnewstyle  .row{
    margin: 0 0;
}
.listinginner_form_ui_data .properties_form.formnewstyle  .row .col-12{
    padding: 0 0;
}
.properties_form.formnewstyle  .find-icon_new{
    width: 100%;
    height: 100%;
    border-radius: unset;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    background: #AA1120;
}
.find-icon_new img {
    width: 20px;
    height: 20px;
}
.properties_form.formnewstyle  #keyword + .select2-container .select2-selection--multiple,
.properties_form.formnewstyle  #keywordAgent + .select2-container .select2-selection--multiple{
    border-radius: unset !important;
    padding: 5px 15px 5px !important;
    background: #fff;
    border: none !important;
}
.properties_form.formnewstyle #keyword + .select2-container .select2-selection--multiple,
.properties_form.formnewstyle #keywordAgent + .select2-container .select2-selection--multiple{
    border-radius: 75px 0 0 75px !important;
}
.properties_form.formnewstyle .find-icon_new{
    border-radius:0 75px 75px 0;
}

.properties_form.formnewstyle .lochere input[type="text"],.properties_form.formnewstyle .enter_location select{
    border-radius: unset;
    border: none;
    border-left: 1px solid #ccc;
}
.card.properties_form.formnewstyle .select2-container .select2-search--inline .select2-search__field{
    margin-top: 0;
}
.card.properties_form.formnewstyle .select2-container .select2-selection__choice + .select2-search--inline .select2-search__field{
    margin-top: 5px;
}
.office_banner_search_form .card.properties_form.formnewstyle .flex_selections .enter_location .select2 .selection .select2-selection .select2-selection__rendered{
    height: 46px;
    padding: 0;
}
.newstyletabs,#content_tabs.newstyletabs{
    padding: 4px 6px;
    margin-bottom: 16px;
    border-radius: 75px;
    overflow: hidden;
    background: #fff;
    border: none;
}
.newstyletabs li,#content_tabs.newstyletabs li{
    width: 106px;
}
.newstyletabs.nav-tabs li .nav-link,#content_tabs.newstyletabs li .nav-link{
    border: none;
    height: 34px;
    font-weight: 500;
    background: transparent;
    text-transform: capitalize;
    font-size: 16px;
    border-radius: 75px;
    padding: 12px 20px;
    color: #000 !important;
}
.newstyletabs.nav-tabs li .nav-link.active,#content_tabs.newstyletabs li .nav-link.active{
    background-color: #0C255F;
    color: #fff !important;
}
.inner_form_ui_data .newstyletabs.nav-tabs .nav-item:hover a,#content_tabs.newstyletabs li.nav-item:hover .nav-link{
    background-color: #0C255F !important;
    color: #fff !important;
}
.egypt_card .styleheadingmain h4,
.headingabout .styleheadingmain h4{
    font-size: 40px;
    color: #fff;
    line-height: 45px;
}
.legacy_of_innovation.headingabout .styleheadingmain h4{
    color: #0C255F ;
}
.egypt_card p{
    color: #fff;
    font-size: 18px;
    margin-top: 40px;
    line-height: 32px;
    font-weight: 400;
}
.headingabout.dave_liniger .styleheadingmain{
    margin-bottom: 30px;
}
.dave_liniger .content_inner{
    padding-bottom: 100px;
}
.foruaeno{
    display: none !important;
}
.ownremaxbanner{
    color: #fff;
}
.ownremaxbanner h1{
    font-size: 48px;
    line-height: 57px;
    margin-bottom: 30px;

}
.ownremaxbanner h4{
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 30px;
}
.own_remax .custom-list{
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}
.own_remax .custom-list span{
    margin-right: 10px;
}
.cardmonoimg{
    background-color: #0C245C;
    padding: 0 80px;
    display: grid;
    grid-template-columns: repeat(4,1fr);

}
.monoimage{
    /* border-right: 1px solid #f5f5f52e;  */
    text-align: center;
}
.monoimage:last-child{
    border-right: none;
}
.bgmainwithvideos .sidesbtns.owl-carousel .owl-buttons .owl-prev,
.bgmainwithvideos .sidesbtns.owl-carousel .owl-buttons .owl-next,
#new_lunches.bgmainwithvideos.gallery_main_ .owl-buttons .owl-prev,
#new_lunches.bgmainwithvideos.gallery_main_ .owl-buttons .owl-next{
  background-color: #fff !important;
  border-color: #fff;
}
.bgmainwithvideos .svg-path{
    stroke: #0C255F !important;
    fill: none;
}
.bgmainwithvideos .sidesbtns.owl-carousel .owl-buttons .owl-prev:hover,
.bgmainwithvideos .sidesbtns.owl-carousel .owl-buttons .owl-next:hover,
#new_lunches.gallery_main_ .owl-buttons .owl-prev:hover,
#new_lunches.gallery_main_ .owl-buttons .owl-next:hover{
    background-color:#004FFA !important;
    border-color: #004FFA !important;
}
.bgmainwithvideos .sidesbtns.owl-carousel .owl-buttons .owl-prev:hover .svg-path,
.bgmainwithvideos .sidesbtns.owl-carousel .owl-buttons .owl-next:hover .svg-path {
    stroke: #fff !important;
}
.infostars{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.profileinfo{
    width: calc(100% - 120px);
    display: flex;
    align-items: center;
    max-width: 365px;
}
.imgpro{
    width: 54px;
    height: 54px;
    border-radius: 100%;
    background-color: #ddd;
    overflow: hidden;
    margin-right: 14px;
}
.imgpro img{
    width: 100%;
    height: 100%;
    object-fit: contain;

}
.contentpro{
  width: calc(100% - 66px);

}
.contentpro h3{
    font-size: 18px;
    line-height: 21px;
    color: #0C255F;
    margin: 0;
}
.contentpro p{
    margin-top: 16px;
    font-size: 14px;
    line-height: 16px;
}
.contentpro ul{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 16px;
    font-size: 14px;
    line-height: 16px;
}
.contentpro ul li{
    border-right: 1px solid #0C255F;
    margin-right: 12px;
    padding-right: 12px;
}
.contentpro ul li:nth-child(even){
    border-right: none;
    margin-right: none;
    padding-right: 12px;
}
.rating{
    width: 115px;
    text-align: right;
}
:root {
    --star-size: 23px;
    --star-color: #ddd;
    --star-background: #0C255F;
  }

  .Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
    position: relative;

  }
  .Stars::before {
    content: '★★★★★';
    letter-spacing: 1px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    width: 100%;
  }
  .membercard{
    border: 1px solid #0C255F1A;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease;
    transform-origin: left;
  }
  .membercard [data-bs-toggle="modal"]{
    text-align: initial;
    width: 100%;
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    outline: none;
    margin: 0;
  }
  .membercard .imgpre{
    width: 100%;
    height: 210px;
    overflow: hidden;
    position: relative;
  }
  .membercard .imgpre img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .membercard .content{
    padding: 23px 16px;
  }
  .membercard .content h3{
    font-size: 20px;
    line-height: 20px;
    color: #0C255F;
    font-weight: 700;
    margin: 0;
  }
  .membercard .content p{
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    margin-top: 16px;
    color: #0C255F;
    font-weight: 500;
  }
  .ourmembersmain{
    padding: 60px 0;
  }
  .badges{
    position: absolute;
    top: 0;
    right: 0;
  }
  .badges .badgeitem{
    font-size: 12px;
    line-height: 16px;
    padding: 8px 14px;
    border-radius: 0 0 0 10px;
    margin-left: 5px;
  }
  .badges .badgeitem.primary{
    color: #fff;
    background-color: #0C255F;
  }
  .memberslider{
    padding-top: 20px;
  }
  .membercard:hover {
    transform: scale(1.05);
    position: relative;
    z-index: 1;
}
.faqsmain{
    padding: 74px 0 74px;
}
.faqsmain .lighttext,.faqsmain .styleheadingmain h4{
    color: #fff;
}
.faqsmain .styleheadingmain{
    padding-bottom: 24px;
}
.faqsmain .accordion{
    margin-bottom: 0;
    margin-top: 24px;
    width: 100%;
    height: auto;
    border-radius: 12px;
    border-left: 5px solid #ddd;
}
.faqsmain .accordion .accordion-header{
    border-left: none;
    padding-right: 45px;
}
.accordion.active .accordion-content{
    display: block;
}
.faqsmain .accordion-header .icon{
    position: absolute;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
}
.faqsmain .accordion-header .icon::before{
    content: "+";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
}
.faqsmain .accordion.active .accordion-header .icon::before{
    content: "__";
    background-color: #fff;
    color: #0C255F;
    font-size: 16px;
    line-height: 16px;
}
.oppinner{
    max-width: 614px;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}
.oppinnerwithicon{
    display: flex;
    max-width: 723px;
}
.oppinnerwithicon .icons{
    width: 120px;
}
.oppinnerwithicon .icons + .content{
    width: calc(100% - 120px);
    margin-left: 10px;
}
.oppinner h2{
    font-size: 48px;
    line-height: 52px;
    margin: 0;
    text-transform: uppercase;
}
.oppinner .btn-secondary-radius{
    margin-top: 34px;
    width: fit-content !important;
    padding-left: 45px;
    padding-right: 45px;
}
.opportunitiesmain{
    padding: 108px 20px;
}
.bg_sec{
    background: #F6F5FF;
}
#franchisemodaldetail .modal-img{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
#franchisemodaldetail .modal-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
#franchisemodaldetail .modal-badge .badgeitem{
    border-radius: 7px;
    padding:  12px 17px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    background-color: #0C255F;
    color: #fff;
    display: inline-block;
}
#franchisemodaldetail .modal-badge .badgeitem.primary{
    background-color: #AA1120;
    color: #fff;
}
#franchisemodaldetail #modalTitle{
    font-size: 32px;
    line-height: 32px;
    color: #0C255F;
    font-weight: 700;
    margin: 26px 0;
}
#franchisemodaldetail #modalLocation{
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 26px;
    color: #0C255F;
    font-weight: 500;
}
#franchisemodaldetail #modaldetails{
    font-size: 16px;
    line-height: 18px;
    color: #0C255F;
    margin: 0;
}
#franchisemodaldetail .btnclose{
    outline: none;
    font-weight: normal;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    border: none;
    background-color: transparent;
}
#franchisemodaldetail .promo-box{
    padding: 70px 50px 55px 0px;
}
#franchisemodaldetail .modal-content{
    overflow: hidden;
    border-radius: 12px;
}



.sideModaform.modal{
    z-index: 1111;
}
.sideModaform .modal-dialog.custom-width {
    width: 720px;
    max-width: none;
    height: 100vh;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.5s ease;

}
.sideModaform .modal-dialog.custom-width .modal-content{
    background-color: #F6F5FF;
    padding: 32px 24px;
    border: none;
    border: 2px solid #004FFA;
}
.sideModaform.modal.fade.show .modal-dialog.custom-width {
    transform: translateX(0);
}

.sideModaform .slide-in-modal {
    height: 100vh;
    overflow-y: auto;
}
button.btn-close,button.btn-close:hover{
    padding: 0 ;
    background: transparent;
    border: none;
    width: fit-content;
    height: auto;
    text-align: right;
    margin-left: auto;
    position: absolute;
    right: 33px;
    z-index: 2;
}
.headingdis h3{
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    color: #003B20;
    margin: 0;
    max-width: calc(100% - 28px);
}
.headingdis p{
    font-size: 18px;
    line-height: 22px;
    color: #3D3D3D;
    font-weight: 400;
    margin-top: 13px;
    margin-bottom: 0;
}
input, textarea{
    width: 100%;
}
textarea{
    border-radius: 14px;
    border: 1px solid #B0B0B0;
    padding: 13px 15px;
    font-size: 14px;
    line-height: 16px;
    color: #362212;
    font-weight: 400;
    height: 86px;
}
.sideModaform .form_control label{
    margin: 18px 0 12px;
    font-size: 14px;
    line-height: 16px;
    color: #362212;
    font-weight: 600;
}
.sideModaform .form_control input{
    padding: 13px 15px;
    font-size: 14px;
    line-height: 16px;
    color: #362212;
    font-weight: 400;
    border-radius: 75px;
    border: 1px solid #B0B0B0;
    height: 50px;
}
.sideModaform #country_code{
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
    box-shadow: none;
    outline: none;
}
.sideModaform .form_control select{
    border-radius: 75px;
  font-size: 14px;
  padding: 5px 30px 5px 16px;
  height: 50px;
}
.sideModaform .form_control #displayText{
    max-height: unset;
}
.sideModaform .form_control #displayText .flex_items_count{
    border-radius: 5px;
    width: 32px !important;
    height: 32px !important;
    font-size: 14px;
}
.sideModaform .form_control #displayText .flex_items_count label{
    margin: 0;
}
.sideModaform .form_control #displayText .flex_items_count.selected {
    color: var(--primary-color) !important;
    background-color: var(--neutral-dark);
    border-color: var(--neutral-dark);
}
.sideModaform .form_control #displayText .inner_flexed {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
}
.btntopmargin{
    margin-top: 25px;
}
.agreepoll p{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
    color: #0C255FB2;
}
.agreepoll p a{
    color: #0C255F !important;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.sideModaform .hr-marg{
    margin: 25px 0;
}
.estimatiii{
    background-color: #ECFFF6;
    padding: 34px 24px;
    text-align: center;
    margin-top: 25px;
}
.estimatiii span{
    font-size: 16px;
    font-weight: 400;
    color: #5D5D5D;
    margin-bottom: 18px;

}
.estimatiii h2{
    margin: 0 0 22px;
    color: #003B20;
    font-size: 38px;
    line-height: 42px;
    font-weight: 600;
    padding-bottom: 28px;
    position: relative;
}
.estimatiii h2::after{
    content: "";
    width: 150px;
    height: 1px;
    background-color: #00A254;
    position: absolute;
    bottom: 0;
}
.estimatiii h3{
    color: #003B20;
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 15px;
}
.estimatiii p{
    font-size: 14px;
    color: #5D5D5D;
    line-height: 17px;
    margin: 0;
}
.btntopmargin h4{
    font-size: 20px;
    line-height: 22px;
    color: #003B20;
    margin: 0 0 18px ;
}
.btntopmargin p{
    color: #3D3D3D;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 25px;
}
.note{
    font-size: 14px;
    line-height: #3D3D3D;
    font-weight: 400;
    margin: 18px 0 ;
}
.note span{
    margin-right: 8px;
}

.sideModaform.modal{
    background-color: transparent;
}
.modal-backdrop {
    background-color: #00000080;
    backdrop-filter: blur(40px);
}
.about_us.video-section .about_media h3{
    margin-top: -29px;
}
.sidebarinfo{
    width: 400px;
}
.office_detail_page .sidebarinfodetails{
    max-width: 528px;
}
.key_information .sidebarinfodetails .count_opp img{
    border-bottom: none;
}
#office_details .office_detail_page .sidebarinfodetails .count_opp{
    aspect-ratio: 8 / 7;

}
#office_details .office_detail_page.officeonly .sidebarinfodetails .count_opp{
    aspect-ratio: 8 / 6;

}
#office_details .office_detail_page .sidebarinfodetails .count_opp img {
    object-fit: cover;
    border-radius: unset;
    height: auto !important;
    object-position: top;
}

.color-danger{
    color: #AA1120 !important;
}
.rightsectionmain{
  margin-top: 40px;
}
.rightsectionmain .tab-container {
    width: 100%;
  }

.rightsectionmain .tab-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
  }

.rightsectionmain .tab-item {
    text-align: center;
    padding: 13px 26px;
    cursor: pointer;
    border: none;
    border-bottom: none;
    background-color: transparent;
    transition: background-color 0.3s;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 16px;
    font-weight: 700;
  }

.rightsectionmain .tab-item.active {
    background-color: #FFFFFF;
    border-bottom: 2px solid #E01C2F;
  }


.rightsectionmain .tab-pane {
    display: none;
    border-radius: 12px;
    background-color: #FFFFFF;
    border: 1px solid #0C255F2E;
    padding: 40px 30px;
}
.rightsectionmain .tab-pane.agenttab{
    border-radius: unset;
    background-color: transparent;
    border: none;
    padding: 0 0;
}
.rightsectionmain .tab-pane.agenttab .listing_content{
    border-radius: 12px;
    background-color: #FFFFFF;
    border: 1px solid #0C255F2E;
    padding: 40px 30px;
    margin-top: 40px;
}
.rightsectionmain .tab-pane.agenttab .listing_content:first-child{
    margin-top: 0;
}
.rightsectionmain .tab-pane.active {
    display: block;
}
.rightsectionmain .tab-pane.active.topleftradiusnone{
    border-top-left-radius: unset;
}

.rightsectionmain .topinfo h2{
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 39px;
    font-weight: 600;
}
.rightsectionmain .topinfo h4{
    font-size: 20px;
    line-height: 20px;
    color: #0C255F;
    font-weight: 700;
    margin-bottom: 20px;
}
.abouttabcontent.agentinfodetails .toppara{
    margin-bottom: 36px;
}
.testimonailass{
    padding-top: 36px;
}
.testimonailass h2{
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #0C255F;
    margin-bottom: 30px;
}
.testimonialsinnermain{
    padding: 0 56px ;
}
.testimonialsinnermain .item.card{
    margin-bottom: 0.5px;
}
.testimonialsinnermain .sidesbtns.owl-carousel .owl-buttons .owl-prev,.testimonialsinnermain .sidesbtns.owl-carousel .owl-buttons .owl-next{
    padding: 9px 9px !important;
    border-radius: 5px;
}
.testimonialsinnermain .sidesbtns.owl-carousel .owl-buttons .owl-prev{
    left: -38px;
}
.testimonialsinnermain .sidesbtns.owl-carousel .owl-buttons .owl-next {
    right: -38px;
}
.rightsectionmain .tab-header{
    display: none;
}
.listing_content .headingsorting{
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}
.listing_content .headingsorting .heading{
    font-size: 24px;
    line-height: 24px;
    color: #0C255F;
    margin: 0;
    font-weight: 700;
}
.listing_content .headingsorting .sorting_{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.listing_content .headingsorting .sorting_ label{
    font-size: 18px;
    line-height: 21px;
    color: #0C255F66;
    font-weight: 400;
    margin: 0;
    white-space: nowrap;
}
.listing_content .headingsorting .sorting_ select{
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    color: #0C255F;
    border: none;
    padding: 0;
    text-align: left;
    padding-left: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('./../img/icons/selectdownarrow.svg');
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: calc(100% - 0px) center;
    padding-right: 20px;
}

.custom-dropdownselect{
    position: relative;
    padding-left: 10px;
    padding-right: 20px;
}
.custom-dropdownselect::before{
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background: url('./../img/icons/selectdownarrow.svg') no-repeat center;
}
.select-selected,.custom-select-trigger{

    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    color: #0C255F;
    cursor: pointer;
}

.select-options,.custom-options {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #0C255F;
    width: 200px;
    z-index: 10;
    list-style: none;
    padding: 8px 15px;
    border-radius: 4px;
    text-align: center;
    margin: 0;
    right: 0;
    margin-top: 20px;
}
.select-options::before,.custom-options::before{
    content: "";
    position: absolute;
    top: -8px;
    width: 15px;
    height: 15px;
    border: 1px solid #0C255F;
    transform: rotate(45deg);
    border-bottom: none;
    border-right: none;
    background: #fff;
    right: 26px;
}
.select-options li,.custom-options li {
    font-size: 13px;
    font-weight: normal;
    line-height: 14px;
    margin: 8px 0;
    padding: 3px 0px;
    cursor: pointer;
    transition: background-color 0.3s;
    color: #0C255F;
}

.select-options li:hover,.select-options li.selected,
.custom-options li:hover{
    font-weight: 700;
}

#sort-order {
    position: absolute;
    top:0;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
}
.custom-select-wrapper {
    position: relative;
}

.custom-select-trigger {
    cursor: pointer;
}


.custom-select-trigger.active + .custom-options {
    display: block;
}

.cardslisting{
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    row-gap: 18px;
    column-gap: 0px;
}
#blog_remax_ui.cardslisting .item.card:hover{
    transform: scale(1);
}
#properties_multi_slider .cardslisting .card{
    border-radius: 15px;
}
.office_detail_page #blog_remax_ui.cardslisting .item.card{
 max-width: 94% !important;
}
.cardslisting .inner_flex_contain .item.itemlinked{
    width: 19%;
}
#blog_remax_ui .item .icon img {
    width: 22px;
    height: auto;
    max-height: none;
  }
.cardslisting .flexible_img .starting-price-icon img{
    width: 45px;
    max-width: 45px;
    height: 45px !important;
    max-height: 45px !important;
}
.cardslisting .inner_flex_contain .item.item_profile .profile_caption {
    width: calc(100% - 45px);
}
.cardslisting .inner_flex_contain .item.item_profile h6{
    font-size: 16px;
}
.cardslisting .inner_flex_contain .item.item_profile p{
    font-size: 12px;
}
#properties_multi_slider .cardslisting .card-padding .card_head{
    font-size: 20px;
    margin-bottom: 10px;
}
.cardslisting .smalltext{
  padding-bottom: 0;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
}
.cardslisting .card-padding.cardsinpading{
    padding: 22px 20px;
    padding-bottom: 0;
}
.cardslisting .carditem_ .contectdetail_{
    padding: 0 20px 22px;
}
.cardslisting .hr-marg {
    margin-bottom: 10px;
    margin-top: 10px;
}
.cardslisting .color_dark_purp_box{
    margin-left: 4px;
}
.listing_content .pagination{
    margin-bottom: 0;
    margin-top: 24px;
}
.cardslisting .card_badges_right{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.cardslisting .card_badges_right .badge{
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    margin: 0;
    padding: 9px 18px;
    font-size: 12px;
    font-weight: 700;
}
.cardslisting .card_badges_right .badge:first-child{
    border-top-left-radius: unset;
}
.badge-red{
    background-color: #AA1120;
    color: #fff;
}
.badge-blue{
    background-color: #A4D7F4;
    color: #000;
}
#properties_multi_slider .cardslisting .slide{
    height: 250px;
}
.awardshead{
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: #0C255F;
    margin-bottom: 0px;
}

.awardsmian h3{
    font-size: 24px;
    line-height: 24px;
    color: #0C255F;
    font-weight: 700;
    margin-bottom: 22px;
}
.awardsmian .awardslist{
    margin-top: 30px;
}
.awardsmian .awardslist ul{
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.awardsmian .awardslist ul li .awardsitem{
    padding: 15px;
    border-radius: 10px;
    background-color: #F6F5FF;
    width: 175px;
    height: 130px;
    overflow: hidden;
}
.awardsmian .awardslist ul li .awardsitem img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.awardsmian .pagination{
    margin: 24px 0 0px;
}
.latest_about .youtubieitems .card .youtube-link{
    position: relative;
}
.latest_about .youtubieitems .card .youtube-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0C255F66;
}
.latest_about .youtubieitems .card .youtubeicon{
    position: absolute;
    margin: 0 auto;
    width: fit-content;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    height: auto !important;
    aspect-ratio: auto;
}
.cardslisting.agent_search_cards .count_opp{
    height: 264px;
    width: 100%;
    overflow: hidden;
}
.cardslisting.agent_search_cards .count_opp a{
    display: block;
    width: 100%;
    height: 100%;

}
#blog_remax_ui.cardslisting.agent_search_cards .count_opp a img{
    width: 100%;
    height: 100% !important;
    max-height: unset;
    object-fit: contain;

}
.contactmain h1{
    font-size: 40px;
    line-height: 44px;
    color: #0C255F;
    font-weight: 600;
    margin-bottom: 48px;

}
.listingcardscontact{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 28px;
}
.listingcardscontact .card{
    border: 1px solid #0C255F1A;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
}
.listingcardscontact .card img{
    height: 459px;
    object-fit: cover;
    object-position: top;
}
.listingcardscontact .card .content-body{
    padding: 30px 20px;
    text-align: center;
}
.listingcardscontact .card .content-body p{
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.contactmain .modal{
    backdrop-filter: blur(34px);
    -webkit-backdrop-filter: blur(34px);
    background-color: #0C255F57;
}
.modalcontact .modal-header{
    display: block;
}
.modalcontact .modal-header p{
    font-size: 18px;
    font-weight: 400;
    color: #0C255F;
    margin: 15px 0 0;
}
.modalcontact .modal-body{
    padding-top: 0;
}
#exampleModal.modalcontact .modal-title{
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
}
.modalcontact .modal-header .closeit{
    position: absolute;
    top: 24px;
    right: 30px;
    z-index: 10;
}
.primarybtn{
    text-transform: uppercase;
    background-color: #004FFA !important;
    color: #fff !important;
    border: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #004FFA;
}
.modalcontact #leadform .success-message{
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.modalcontact #leadform .success-message .successimg{
    max-width: 145px;
    margin: 0 auto;
    margin-bottom: 0;
    display: block;
}
.modalcontact #leadform .success-message .congratulationtext,
#formmod .success-message .congratulationtext{
    font-size: 38px;
    line-height: 42px;
    color: #0C255F;
    margin-bottom: 18px;
    text-align: center;
    font-weight: 600;
    margin-top: 0;
}
.modalcontact #leadform .success-message .errormsg{
    max-width: 145px;
    margin: 0 auto;
    margin-bottom: 12px;
    display: block;
}
.modalcontact #leadform.haserrors .success-message .error-text{
margin-bottom: 20px;
}
.modalcontact #leadform,#our_remax #exampleModal.modalcontact .modal-body{
    position: initial;
}
.modalcontact .overlay-form{
    height: calc(100% + 10px);
}
.followus h4{
    font-size: 18px;
    line-height: 21px;
    color: #0C255F;
    margin-bottom: 0;
}
.followus .social-icons {
    justify-content: center;
}
.followus .social-icons li{
    margin-top: 20px;
}
.followus .social-icons li a{
    border-color: #0C255FB2;
    width: 32px;
    height: 32px;
    line-height: 25px;
}
.followus .social-icons li a svg path {
    fill: #0C255F !important;
    color: #0C255F;
  }
.modalcontact .formalerttext{

}
.modalcontact .formalerttext span {
    display: block;
    font-size: 15px;
    line-height: 20px;
    max-width: 78%;
    margin: 15px auto 26px;
}
.modalcontact #propertyType + .select2 + .select2-container--default .select2-results__option .select2-results__option{
    padding-left: 19px;
}
.modalcontact #propertyType + .select2 + .select2-container--default .select2-results__option .select2-results__option::before{
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    border: 1px solid #0C255F80;
    border-radius: 3px;
}
.modalcontact #propertyType + .select2 + .select2-container--default .select2-results__option .select2-results__option[aria-selected="true"]::before{
  background-color: #004FFA;
  border-color: #004FFA;
}
.modalcontact #propertyType + .select2-container .select2-selection--multiple{
 border: 1px solid var(--border-light) !important;
}
.modalcontact #propertyType + .select2.select2-container.select2-container--open .select2-selection--multiple{
    border-radius: 10px 10px 0 0 !important;
    border-bottom: none !important;
}
.modalcontact .select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.modalcontact #propertyType + .select2 + .select2-container--default{
    width: 100%;
}
.modalcontact #propertyType + .select2 + .select2-container--default .select2-dropdown{
    width: 100% !important;
    border: 1px solid var(--border-light);
}
.modalcontact .select2-container--open .select2-dropdown--below,
.modalcontact #propertyType + .select2 + .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below{
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
    padding-top: 0;
}
.modalcontact #propertyType + .select2 + .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below .select2-search--dropdown{
    display: none;
}
.modalcontact #propertyType + .select2-container .select2-search--inline input.select2-search__field[style="width: 0px;"] {
    width: 100% !important;
    margin: 0;
}
.modalcontact #keywordAgent + .select2 + .select2-container .select2-results__option,
.sideModaform #keywordAgent + .select2 + .select2-container .select2-results__option{
    padding-left: 0;
    padding: 0;
}
.modalcontact #keywordAgent + .select2 + .select2-container .select2-results__option > div,
.sideModaform #keywordAgent + .select2 + .select2-container .select2-results__option > div{
    margin: 0 !important;
}
.modalcontact #keywordAgent + .select2 + .select2-container--default .select2-results__option--highlighted[aria-selected],
.sideModaform #keywordAgent + .select2 + .select2-container--default .select2-results__option--highlighted[aria-selected]{
  background-color: transparent;
  color: #004FFA;
}
.modalcontact #keywordAgent + .select2 + .select2-container--default .select2-results__option--highlighted[aria-selected] p,
.sideModaform #keywordAgent + .select2 + .select2-container--default .select2-results__option--highlighted[aria-selected] p{
    color: #004FFA !important;
}
.modalcontact #keywordAgent + .select2 + .select2-container--default .select2-results__option--highlighted[aria-selected] p + span,
.sideModaform #keywordAgent + .select2 + .select2-container--default .select2-results__option--highlighted[aria-selected] p + span{
    display: none;
}
.modalcontact #keywordAgent + .select2 + .select2-container .select2-results__option::before,
.modalcontact #keywordAgent + .select2 + .select2-container .select2-results__option span,
.sideModaform #keywordAgent + .select2 + .select2-container .select2-results__option::before,
.sideModaform #keywordAgent + .select2 + .select2-container .select2-results__option span{
    display: none;
}
.modalcontact #keywordAgent + .select2.select2-container + .select2-container--open .select2-results__options,
.sideModaform #keywordAgent + .select2.select2-container + .select2-container--open .select2-results__options{
    padding: 0 !important;
}
.modalcontact #keywordAgent + .select2 + .select2-container--default .select2-dropdown,
.sideModaform #keywordAgent + .select2 + .select2-container--default .select2-dropdown{
    padding: 20px 24px;
    padding-top: 0;
}
.modalcontact #keywordAgent  + .select2 + .select2-container--default .select2-results,
.sideModaform #keywordAgent  + .select2 + .select2-container--default .select2-results {
    padding-top: 15px;
    margin-top: 10px;
    border-top: 1px solid rgb(17, 17, 17,0.2);
}
.modalcontact #keywordAgent + .select2-container .select2-selection--multiple,
.sideModaform #keywordAgent + .select2-container .select2-selection--multiple{
  background: #fff;
}
.modalcontact #keywordAgent + .select2-container .select2-selection--multiple::before,
.sideModaform #keywordAgent + .select2-container .select2-selection--multiple::before{
    content: "";
    position: absolute;
    right: 15px;
    top: 20px;
    width: 15px;
    height: 15px;
    background: url('./../img/icons/downvector.svg') no-repeat center;
    transition: transform 0.3s ease;
  }
.modalcontact #keywordAgent  + .select2-container.select2-container--open .select2-selection--multiple::before,
.sideModaform #keywordAgent  + .select2-container.select2-container--open .select2-selection--multiple::before{
    transform: rotate(180deg);
  }
.sideModaform #keywordAgent + .select2-container .select2-selection--multiple{
    min-height: 50px !important;
    height: 50px !important;
}
.modalcontact #propertyType + .select2-container .select2-selection--multiple::before{
    right: 15px;
}
.formcontactmain{
    padding: 0 15px;
}
.modalcontact #country_code{
    font-size: 14px;
    background: #fff url('./../img/icons/downvector.svg') no-repeat right 7px center;
    background-size: 10px;
}
.big-dashed{
    border: none;
    background: repeating-linear-gradient(to right, transparent, transparent 10px, rgba(17, 17, 17, 0.4) 10px, rgba(17, 17, 17, 0.4) 20px);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom left;
    position: relative;
    padding: 1px 2px 2px;
    overflow: hidden;
    border-radius: 18px;
}
.sideModaform .big-dashed{
    padding: 2px 2px 2px;
}
.big-dashed::before{
    background: repeating-linear-gradient(to bottom, transparent, transparent 10px, rgba(17, 17, 17, 0.4) 10px, rgba(17, 17, 17, 0.4) 20px);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom left;
    content: "";
    width: 100%;
    height: calc(100% - 1px);
    display: block;
    position: absolute;
    left: 0;
    top: -3px;
}
.big-dashed .dropzone-area{
    border: none;
    margin: 0;
}

.dropdown.dropdownwithaccordian {
    position: relative;
    display: grid;
}
.emailfiftyrightorder.order1-{
    order: -1;
}
.dropdownwithaccordian .dropdown-toggle {
    width: 100%;
    background: #fff;
    color: #000;
    text-align: left;
    cursor: pointer;
    box-shadow: none;
    border-radius: 45px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.dropdownwithaccordian .dropdown-toggle span{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.dropdownwithaccordian .dropdown-toggle.show{
    border-radius: 10px 10px 0 0 !important;
    border-bottom: none !important;
}
.dropdownwithaccordian .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    width: 100%;
    z-index: 10;
    border-top: none;
    box-shadow: none;
    border-radius: 0px 0px 10px 10px !important;
    padding: 0px 24px;
    margin-top: 0;
}

.dropdownwithaccordian .accordion {
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
    border-top: 1px solid #B0B0B0;
    border-radius: unset;
    padding-top: 14px;
}

.dropdownwithaccordian .accordion-item {
   border: none;
   padding-bottom: 14px;
}

.dropdownwithaccordian .accordion-header {
    padding: 0px;
    cursor: pointer;
    color: #0C255F;
    border: none;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    position: relative;
}
.dropdownwithaccordian .accordion-header.show{
    margin-bottom: 7px;
}
.dropdownwithaccordian .accordion-header::after{
    content: "";
    border: none;
    background: #fff url('./../img/icons/downvector.svg') no-repeat center;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0px;
    top: -4px;
    transition: transform 0.2s ease-in-out;
}
.dropdownwithaccordian .accordion-header.showed::after{
    transform: rotate(180deg);
}
.dropdownwithaccordian .accordion-content {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdownwithaccordian .accordion-content li {
    padding: 3px 0;
    cursor: pointer;
    color: #0C255FB2;
    font-size: 12px;
    font-weight: 400;
}
.dropdownwithaccordian .accordion-content.d-block li{
    padding: 0px;
    cursor: pointer;
    color: #0C255F;
    border: none;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}
.dropdownwithaccordian .accordion-content li:hover {
   color:#0C255F;
}
.dropdownwithaccordian .accordion-content li.selected {
    color: #004FFA;
}
.dropdownwithaccordian .dropdown-toggle::after{
    border: none;
    background: #fff url('./../img/icons/downvector.svg') no-repeat center;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 18px;
    transition: transform 0.2s ease-in-out;
}
.dropdownwithaccordian .dropdown-toggle.show::after{
    transform: rotate(180deg);
}
.dropdownwithaccordian .dropdown-toggle.is-invalid{
    border-color: #dc3545 !important;
}
.closyoutube{
    right: 14px;
    position: relative;
    top: 8px;
}
 .contactForm .phone_number_int .input-group-prepend,
 .contactForm1 .phone_number_int .input-group-prepend,
 #formStep1 .phone_number_int .input-group-prepend,
 #franchiseform .phone_number_int .input-group-prepend{
    width: 135px;
}
 .contactForm .phone_number_int input[type="tel"],
 .contactForm1 .phone_number_int input[type="tel"],
 #formStep1 .phone_number_int input[type="tel"]{
    width: calc(100% - 135px);
}
.newsbadges{
    position: absolute;
    top: 250px;
    left: 24px;
}
.newsbadges .newsbadge{
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background: #0C255FCC;
    padding: 15px 28px;
    text-transform: uppercase;
    text-align: center;
    width: fit-content;
    border-radius: 70px;
    font-weight: 700;
}
.detailcolumn ul ul li img.langimg{
    max-width: 34px;
}
.w-100-30{
    width: calc(100% - 30px);
}
.show-phone-btn{
    border: none;
    box-shadow: none;
    background: transparent;
    color: #004FFA;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
}
#properties_multi_slider .dots{
    display: flex;
    align-items: center;
    justify-content: center;
}
#properties_multi_slider .dots .prev-arrow,#properties_multi_slider .dots .next-arrow{
    background: #fff;
    border: none;
    box-shadow: none;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;

}
#properties_multi_slider .carditem_ .dots .prev-arrow,
#properties_multi_slider .carditem_ .dots .next-arrow{
    display: none;
}
#properties_multi_slider .carditem_:hover .dots .prev-arrow, #properties_multi_slider .carditem_:hover .dots .next-arrow{
    display: flex;
}
#properties_multi_slider .dots .prev-arrow .svg-path,
#properties_multi_slider .dots .next-arrow .svg-path {
    stroke: #0C255F !important;
    fill: none;
}

@media screen and (min-width:768px) {
    .properties_form.formnewstyle #keyword + .select2-container + .select2-container .select2-dropdown,
    .properties_form.formnewstyle #keywordAgent + .select2-container + .select2-container .select2-dropdown{
        width: 460px !important;
    }
    .line-breaksearchtext{
        display: none;
    }
}
@media (min-width: 992px) {
    #franchisemodaldetail .modal-lg,#franchisemodaldetail .modal-xl {
        max-width: 1030px;
    }
    .boxes .box{
        padding: 2em 3em;
    }
}
@media screen and (min-width:1200px) {
    .dyn_base_data .form-group[style="display: block;"]{
        /* flex: auto;
        width: calc(50% - 7px);
        max-width: calc(50% - 7px); */
        padding: 0;
    }
    .hero .form-row.dyn_base_data{
        margin-right: 0;
        margin-left: 0;
    }
    .showlocation{
        display: none;
    }
    .select-options li {
        font-size: 14px;
        font-weight: normal;
        line-height: 14px;
        margin: 12px 0;
    }
    .mx-width528px{
        max-width: 528px;
    }
    .breadcrumm{
        position: absolute;
        bottom: 0;
    }
    .breadcrumm .breadcrumbmain{
        width: fit-content;
    }
    #global_height_era .egypt_btm.col-xl-5{
        max-width: 660px;
        flex: 0 0 53.333333%;
    }
    #global_height_era #additional_col_changes.col-xl-7{
        max-width: calc(100% - 660px);
        flex: 0 0 61.333333%;
    }
    .egypt_card .styleheadingmain .lighttext,
    .headingabout .styleheadingmain .lighttext{
        font-size: 110px;
    }
    .ownstylemain .opportunitiesmain{
        width: calc(100% + 160px);
        margin-left: -80px;
    }
    .own_remax #our_remax_bg{
        min-height: unset;
    }
    .testimonialsinnermain .testimonialslider.sidesbtns.owl-carousel .owl-buttons .owl-prev,.testimonialsinnermain .testimonialslider.sidesbtns.owl-carousel .owl-buttons .owl-next{
        transform: translateY(-25px);
    }
    .testimonialsinnermain .sidesbtns.owl-carousel .owl-buttons .owl-prev,
    .testimonialsinnermain .sidesbtns.owl-carousel .owl-buttons .owl-next{
        position: absolute;
    }
    .testimonialsinnermain .sidesbtns.owl-carousel .owl-buttons .owl-prev {
        margin-left: -18px !important;
    }
}
@media screen and (min-width:1900px) {
    .video-section.about_us{
        min-height: 832px;
        height: auto;
    }
    .bgmainwithvideos.discv_more_videos{
        padding: 100px 0 100px;
    }
    .specificownremax.testimonialsmain{
        padding: 100px 0 100px;
    }
    .ownremaxbanner h1{
        font-size: 74px;
        line-height: 81px;
        margin-bottom: 40px;

    }
    .ownremaxbanner h4{
        font-size: 36px;
        line-height: 39px;
        margin-bottom: 40px;
    }
    .own_remax .custom-list{
        font-size: 20px;
        line-height: 23px;
        font-weight: 400;
    }
    .own_remax .custom-list span{
        margin-right: 12px;
    }
    .dave_liniger{
        margin-top: 120px;
    }
    #about_global_bg{
        height:850px;
    }
    .egypt_card .styleheadingmain h4,
    .headingabout .styleheadingmain h4{
        font-size: 48px;
    }


    #global_height_era .egypt_btm.col-xl-5{
        max-width: 800px;
        flex: 0 0 53.333333%;
    }
    #global_height_era #additional_col_changes.col-xl-7{
        max-width: calc(100% - 800px);
        flex: 0 0 61.333333%;
    }
    .egypt_card{
        padding: 80px 80px;
    }
    .egypt_card p{
        font-size: 20px;
        line-height: 30px;
        margin-top: 48px;
    }
    #global_height_era .egypt_btm .egypt_card {
        margin-top: -405px;
    }
    #global_height_era .media_content{
        height: calc(100% - 40px);
    }
    #global_height_era .media_content .remax_btm_media{
        height: 100%;
    }
    .egypt_card .styleheadingmain .lighttext,
    .headingabout .styleheadingmain .lighttext{
        font-size: 150px;
    }
}

@media screen and (min-width:1900px) {
    .cardslisting.agentstabsshowingitemscount{
        grid-template-columns: repeat(4,1fr);
    }
    .discv_more_videos{
        padding: 115px 0 160px;
    }
    .discv_more_videos .card img {
        aspect-ratio: 400 / 221;
    }
    .listinginner_form_ui_data{
        max-width: 1421px;
    }
    .inner_form_ui_data h1{
        font-size: 72px;
        line-height: 80px;

    }
    .inner_form_ui_data h1.mainheadingbanner{
        margin-bottom: 80px;
    }
    .newstyletabs.nav-tabs li .nav-link, #content_tabs.newstyletabs li .nav-link{
        font-size: 18px;
    }
    .properties_form.formnewstyle #keyword + .select2-container .select2-selection--multiple, .properties_form.formnewstyle #keywordAgent + .select2-container .select2-selection--multiple{
        padding: 5px 20px 5px !important;
        font-size: 16px;
    }
    .properties_form.formnewstyle .lochere input[type="text"], .properties_form.formnewstyle .enter_location select{
        font-size: 16px;
    }
    #progress_slider .hero_images{
        height: 1025px;
        max-height: 100%;
    }
    .pt_60_px_48{
        padding: 60px 48px;
    }
    #progress_slider .content h3{
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 34px;
    }
    #progress_slider .content p{
        font-size: 18px;
        line-height: 27px;
    }
    #progress_slider .content{
        width: 728px;
    }
    footer .form-row .form-group{
        display: flex;

    }

    .subscribefooter .btn-secondary-radius{
        margin-top: 0;
        max-width: 188px;
        margin-left: 10px;
    }
    .yearly {
        top: -170px;
        width: calc(100% + 154px);
    }
    .slide .yearly.outline-text{
      font-size: 160px;
      -webkit-text-stroke: 3px #F6F5FF;
    }
}
@media screen and (min-width:1600px){
    .testimonialsinnermain .item.card{
        margin: 0 12px;
    }
    .contactmain h1{
        font-size: 48px;
        line-height: 52px;
        margin-bottom: 80px;
    }
    .listingcardscontact .card img {
        height: 520px;
    }
    .listingcardscontact .card .content-body{
        padding: 40px 20px;
    }
    .listingcardscontact .card .content-body p{
        font-size: 36px;
    }
}
@media screen and (min-width:1460px) {

    .testimonialslider.sidesbtns.owl-carousel .owl-buttons .owl-prev,.testimonialslider.sidesbtns.owl-carousel .owl-buttons .owl-next,
    .memberslider.sidesbtns.owl-carousel .owl-buttons .owl-prev,.memberslider.sidesbtns.owl-carousel .owl-buttons .owl-next,
    .our_people.sidesbtns.owl-carousel .owl-buttons .owl-prev,.our_people.sidesbtns.owl-carousel .owl-buttons .owl-next{
        transform: translateY(-25px);
    }
    .people_team_main{
        padding: 130px 0 100px;
    }

    .lighttext{
        font-size: 150px;
        line-height: 112px;
    }
    .styleheadingmain h4{
        font-size: 48px;
    }
}

@media screen and (max-width:1460px) {
    /* .sidesbtns.owl-carousel .owl-buttons .owl-prev {
        left: 15px;
        margin-left: 0px !important;
    }
    .sidesbtns.owl-carousel .owl-buttons .owl-next {
        right: 15px;
        margin-right: 0px !important;
    } */
    .sidesbtns.owl-carousel .owl-buttons .owl-prev, .sidesbtns.owl-carousel .owl-buttons .owl-next,
    #new_lunches .sidesbtns.owl-carousel .owl-buttons .owl-prev, #new_lunches .sidesbtns.owl-carousel .owl-buttons .owl-next,
    .youtubieitems .sidesbtns.owl-carousel .owl-buttons .owl-prev, .youtubieitems .sidesbtns.owl-carousel .owl-buttons .owl-next,
    .memberslider.sidesbtns.owl-carousel .owl-buttons .owl-prev, .memberslider.sidesbtns.owl-carousel .owl-buttons .owl-next{
        position: unset;
        transform: none;
    }
    .sidesbtns.owl-carousel .owl-buttons .owl-next{
        margin-left: 22px !important;
    }
    .sidesbtns.owl-carousel .owl-buttons .owl-prev{
        margin-left: 0 !important;
    }
    .discv_more_videos {
        padding: 71px 0 105px;
    }
}
@media screen and (max-width:1920px) {
    .styleheading{
        padding: 65px 0;
    }
    .properties_form.formnewstyle #keyword + .select2-container .select2-selection--multiple, .properties_form.formnewstyle #keywordAgent + .select2-container .select2-selection--multiple{
        padding: 5px 20px 5px !important;
        font-size: 16px;
    }
    .egypt_branding{
        height: 105px;
    }
    .forsearchpageonly .egypt_branding {
        height: 82px;
      }
}
@media screen and (min-width: 992px) and (max-width: 1200px){
    .ownstylemain .opportunitiesmain{
        width: calc(100% + 80px);
        margin-left: -40px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px){
    .properties_form.formnewstyle #keyword + .select2-container .select2-selection--multiple, .properties_form.formnewstyle #keywordAgent + .select2-container .select2-selection--multiple{
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}
@media screen and (max-width:1200px) {
    #properties_multi_slider .dots .prev-arrow,#properties_multi_slider .dots .next-arrow{
        display: flex;
    }
    .big-dashed{
        background: transparent;

    }
    .big-dashed::before{
        display: none;
    }
    .big-dashed .dropzone-area{
        border: 2px dashed #ccc;
    }
    .listingcardscontact .card img {
        height: 346px;
    }
    .listingcardscontact .card .content-body p {
        font-size: 21px;
        line-height: 26px;
    }
    .agentfollow_us h3{
        font-size: 22px;
        line-height: 24px;
    }
    .office_detail_page .footer_content_padding.cardinnerpart h4.showlocation{
        color: #004FFA;
        text-decoration: underline;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        margin: 0;
        cursor: pointer;
    }
    .locationmapp{
        display: none;
    }
    .locationmapp.show{
        display: block;
        margin-top: 15px;
    }
    .details_right_form{
        margin-top: 30px;
    }
    .testimonialsinnermain {
        padding: 0 0px;
    }
    .key_information .testimonialsinnermain .card{
        margin-top: 0;
        margin-right: 0.5px;
    }
    .key_information .card.mb-32{
        margin-bottom: 0;
    }
    .office_detail_page .footer_content_padding.cardinnerpart .topinfo h2{
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 20px;
    }
    .office_detail_page .footer_content_padding.cardinnerpart .topinfo h4{
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .own_remax #our_remax_bg{
        padding-top: 150px;
    }
    .our_values.pt_186,.our_values,#our_mission_vision_values .our_mission,
    #our_mission_vision_values .our_vision{
        height: auto;
        padding: 40px;
        text-align: center;
    }
    #our_mission_vision_values .mission_cont{
        position: relative;
        top: auto;
    }
    .mission_cont h3{
        margin-top: -18px;
        font-size: 38px;
        line-height: 42px;
        margin-bottom: 28px;
    }
    .mission_cont pre{
        text-align: center;
    }
    .own_remax #our_remax_bg{
        display: flex;
        background-position: right top;
    }
    .own_remax #our_remax_bg:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #0A1E4CB2;
    }
    .own_remax #our_remax_bg .new_banner{
        margin-top: auto;
        text-align: center !important;
    }
    .lisiitini{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        text-align: left;
        column-gap: 20px;
    }
    .lisiitini li{
        display: flex;
    }
    .lisiitini li span{
        display: block;
    }
    .cardmonoimg{
        padding: 0 40px;
    }
    #global_height_era {
        padding-bottom: 25px;
    }
    #global_height_era .egypt_card{
        padding: 42px;
    }
    #global_height_era .egypt_btm .egypt_card{
        margin:-73px 16px 0;
        height: auto;
    }
    .egypt_banner_logo{
        display: none;
    }
    .egypt_card .styleheadingmain .lighttext,
    .headingabout .styleheadingmain .lighttext{
        font-size: 90px;
        max-width: 100%;
    }
    .egypt_card .styleheadingmain .lighttext{
        text-align: center;
    }
    .egypt_card .styleheadingmain h4,
    .headingabout .styleheadingmain h4{
        font-size: 38px;
        line-height: 41px;
    }
    .egypt_card .styleheadingmain h4{
        text-align: center;
    }
    .egypt_card p{
        text-align: center;
        font-size: 16px;
    }
    .egypt_card h3{
        text-align: center;
    }
    #about_global_bg{
        height: 444px;
    }
    .progress-number::before{
        left: 4vw;
        width: 7vw;
    }
    .progress-number.active::before{
        width: 8vw;
        left: 4.5vw;
    }
}
@media screen and (max-width:992px) and (min-width:576px){
    .imgspecial img{
        max-height: 450px;
  margin: 0 auto;
    }
    #progress_slider .content{
        transform: none !important;
    }
    .ownremaxbanner h1{
        font-size: 60px;
        line-height: 66px;
    }
    .own_remax .new_banner .font_20_bold{
        font-size: 15px;
    }
}
@media screen and (max-width:992px) and (min-width:768px){
    .articlesbtnbottom{
        padding-bottom: 48px;
    }
    .articlesbtnbottom .btn-secondary-radius.w-100{
        width: fit-content !important;
    }
    .articlesbtnbottom .container-fluid{
        text-align: center;
    }

}
@media screen and (max-width:992px) {
    #dave_liniger{
        background: url(./../img/remax/dave_liniger_bgmblimg.png);
        background-size: 100% 100%;
        background-position: center;
    }
    .listingcardscontact{
        grid-template-columns: repeat(2,1fr);
    }
    .listingcardscontact .card img {
        height: 472px;
    }
    .agetnsocial_icon li{
        margin-top: 15px;
    }
    .agetnsocial_icon li a {
        width: 41px;
        height: 41px;
    }
    .own_remax .new_banner .font_20_bold  span img{
        max-width: 22px;
    }
    .gloabllocationpage .lighttext br,
    .gloabllocationpage .styleheadingmain h4 br{
        display: none !important;
    }
    .gloabllocationpage .location_media{
        text-align: center;
        margin-top: 40px;
    }
    #franchisemodaldetail .btnclose{
        background: #fff;
        border-radius: 12px;
        padding: 5px 5px;
        height: fit-content;
        top: 0;
        right: 0;
    }
    #franchisemodaldetail .promo-box{
        padding: 36px;
    }
    #franchisemodaldetail #modalTitle{
        margin: 20px 0 14px;
    }
    #franchisemodaldetail #modalLocation{
        margin: 0 0 16px;
        font-size: 16px;
    }
    #franchisemodaldetail .modal-img{
        max-height: 420px;
    }
    .dave_liniger{
        margin-top: 40px;
    }
    .dave_liniger .align_center{
        align-items: flex-end;
    }
    .headingabout .styleheadingmain,.own_remax .styleheadingmain,.content_era_remax{
        text-align: center;
    }
    .ownstylemain.listingviewing .content_era_remax h4{
        justify-content: center;
    }
    .ownstylemain.listingviewing .content_era_remax h4 span{
        display: contents;
    }
    .owngame .content_era_remax{
        text-align: left;
    }
    .ownstylemain .content_era_remax ol{
        text-align: center;
        width: fit-content;
        margin: 0 auto;
    }
    .headingabout p,.headingabout pre{
        text-align: center;
        margin-bottom: 10px;
    }
    #global_about_boxes .box .font_48_bold{
        text-align: center;
    }
    .dave_liniger .content_inner {
        padding-bottom: 54px;
    }
    #progress_slider .hero_images{
        height: 576px;
    }
    .custom_marg {
        position: relative;
        top: -169px;
    }
    .custom_marg .pt_60_px_48{
        padding: 34px 26px;
    }
    .yearly {
        top: auto;
        position: unset;
        margin-bottom: 20px;
        width: auto;
    }
    .outline-text{
        font-size: 50px;
    }
    .about_us.video-section{
        background-image: url('./../../assets/img/remax/videosecresponsive.png');
        background-size: cover;
        padding: 16px;
        padding-top: 335px;
        padding-bottom: 60px;
        background-position:top center;
    }
    .about_us.video-section .about_media h3{
        font-size: 38px;
        line-height: 42px;
        margin-top: -22px;
    }
    .about_us.video-section .about_media pre{
        text-align: center;
        margin-bottom: 0;
    }
    .content img {

        width: auto;
    }
    .progress-bar-container{
        padding: 0 32px;
    }
    #progress_slider .content{
        width: calc(100% - 64px);
        margin: 0 32px;
    }
    #progress_slider .content h3{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .progress-bar-container{
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        gap: 72px;
    }
    .uaeslidertimeline .progress-bar-container{
        grid-template-columns: repeat(7, 1fr);
    }
    .progress-number{
        width: 24px;
        height: 24px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }
    .progress-number::before {
        left: auto;
        width: calc(100% + 34px);
        height: 2px;
        right: calc(-100% - 45px);
    }
    .progress-number.active::before {
        left: auto;
        width: calc(100% + 26px);
        height: 2px;
        right: calc(-100% - 38px);
    }
    .progress-number.active{
        height: 30px;
        width: 30px;
        padding: 0;
        font-size: 13px;
    }
    .content .yearly img{
        height: 36px;
    }
    .parentlistingviewing .listingviewing:nth-child(4n) .col-xl-6.pl-42,
    .parentlistingviewing .listingviewing:nth-child(2n) .col-xl-6.pl-42{
        order: -1;
    }
    .parentlistingviewing .listingviewing .col-xl-6.pr-42{
        order: -1;
    }
    .parentlistingviewing .listingviewing:nth-child(4n) .col-xl-6.pr-42,
    .parentlistingviewing .listingviewing:nth-child(2n) .col-xl-6.pr-42{
        order: 1;
    }
    .parentlistingviewing #taking_remax.listingviewing:nth-child(4n) .col-xl-6.pl-42 .media_imgs{
        padding-bottom: 0;
    }
}
@media screen and (max-width:768px) {

    .modalcontact #leadform .success-message .congratulationtext,
    #formmod .success-message .congratulationtext{
        font-size: 30px;
        line-height: 34px;
    }
    .sideModaform .modal-dialog.custom-width {
        width: 505px;
    }
    .contactmain .mb_134 {
        margin-bottom: 80px;
    }
    .listingcardscontact .card img {
        height: 370px;
      }
    .ownstylemain.listingviewing .content_era_remax h4{
        font-size: 22px;
    }
    .agentfollow_us h3{
        font-size: 22px;
        line-height: 25px;
    }
    .cardslisting{
        grid-template-columns: repeat(2,1fr);
    }
    .testimonialsinnermain{
        padding-bottom: 54px;
    }
    .testimonialsinnermain .sidesbtns.owl-carousel .owl-buttons{
        bottom: -24px;
    }
    .specificownremax.testimonialsmain {
        padding: 60px 0 90px;
    }
    .own_remax #our_remax_bg {
        background-position: right 25% top;
    }
    .own_remax #our_remax_bg.buildcareerbgmainsection{
        background-position: right 10% top;
    }
    #franchisemodaldetail .modal-content{
        margin: 0 20px;
    }
    #franchisemodaldetail .promo-box{
        padding: 30px 20px;
    }
    #franchisemodaldetail #modalTitle{
        font-size: 28px;
    }
    #franchisemodaldetail .modal-badge .badgeitem{
        padding: 8px 16px;
    }
    #franchisemodaldetail #modaldetails{
        font-size: 14px;
    }
    .bgmainwithvideos.discv_more_videos{
        padding: 80px 0 124px;
    }
    .ourmembersmain {
        padding: 60px 0 100px;
    }
    .dave_liniger .content_inner {
        padding-bottom: 54px;
    }
    #about_global_bg{
        height: 280px;
    }
    #global_height_era .egypt_btm .egypt_card {
        margin: -60px 5px 0;
    }
    .egypt_card p{
        margin-top: 20px;
    }
    #global_height_era .egypt_card{
        padding: 30px 20px;
        border-radius: 8px;
    }
    #global_height_era {
        padding-bottom: 0;
    }
    #office_search .properties_form.formnewstyle  .custom_cols_4{
        padding-left: 0 !important;
    }
    .discv_more_videos .card img {
        aspect-ratio: 339 / 188;
    }
    .btnsinbottom{
        padding-bottom: 48px;
    }
    .leftsideheading.styleheadingmain{
        text-align: center;
    }
    .leftsideheading.styleheadingmain .lighttext {
        font-size: 90px;
        line-height: 95px;
        max-width: 100%;
    }
    .leftsideheading.styleheadingmain .font_48_bold {
        font-size: 38px;
        line-height: 40px;
    }
    .pad_15{
        padding: 0 0;
    }
    .people_card:hover{
        transform: scale(1);
    }
    .sidesbtns.owl-carousel .owl-buttons{
        top: auto;
        bottom: -50px;
        justify-content: center;
        width: 100%;
        position: absolute;
        margin-bottom: -40px;
    }
    .sidesbtns.owl-carousel .owl-buttons .owl-prev, .sidesbtns.owl-carousel .owl-buttons .owl-next,
    #new_lunches .sidesbtns.owl-carousel .owl-buttons .owl-prev, #new_lunches .sidesbtns.owl-carousel .owl-buttons .owl-next,
    .youtubieitems .sidesbtns.owl-carousel .owl-buttons .owl-prev, .youtubieitems .sidesbtns.owl-carousel .owl-buttons .owl-next{
        position: unset;
        transform: none;
    }
    .sidesbtns.owl-carousel .owl-buttons .owl-next{
        margin-left: 22px !important;
    }
    .sidesbtns.owl-carousel .owl-buttons .owl-prev{
        margin-left: 0 !important;
    }
    .people_team_main,.ournewsblogs{
        padding: 53px 0 104px;
    }
    .people_card .pro_img{
        padding-bottom: 87%;
    }
    .gallery_main_ {
        padding: 53px 0 93px;

    }
    .discv_more_videos {
        padding: 50px 0 90px;
    }

    .discv_more_videos + .btnsinbottom{
        padding-bottom: 80px;
    }
    .egypt_branding {
        height: 44px;
    }
    .egypt_branding img{
        object-position: bottom;
        object-fit: fill;
        opacity: 0.7;
    }
    .progress-number::before{
        display: none;
    }
    .progress-bar-container{
        gap: 40px;
    }
    .progress-number.active {
        height: 40px;
        width: 40px;
    }
    .progress-number.active::after{
        top: -45px;
    }
    .custom_marg {
        top: -132px;
    }
    .oppinner h2{
        font-size: 37px;
        line-height: 41px;
    }
    .oppinnerwithicon .icons {
        width: 98px;
      }
    .remaxiimg{
        background: url(./../img/remax/OWN_YOUR_GAMEmobile.png)no-repeat center !important;
        padding-top: 250px;
        position: relative;
        background-size: 100% 100% !important;
    }
    .buildcareerimg{
        background: url(./../img/remax/buildcareerimg768.png)no-repeat center !important;
        background-size: cover !important;
        padding-top: 250px;
        position: relative;
        background-size: 100% 100% !important;
    }

    .remaxiimg::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
    }
    .buildcareerimg::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #0A1E4CCC;
    }
    .owngame .content_era_remax{
        text-align: center;
    }
    .owngame .content_era_remax .lighttext {
        font-size: 60px;
        line-height: 64px;
      }
    .owngame .content_era_remax p{
        font-size: 15px;
    }

    .forsearchpageonly .egypt_branding {
        height: 70px;
    }
    .forsearchpageonly .egypt_branding img{
        object-fit: unset;
    }
}
@media screen and (max-width:768px) and (min-width:576px) {
    #office_details .full-bg-section{
        max-height: 315px;
    }
    .contactmain .egypt_branding{
        height: 60px;
    }
    .office_detail_page .sidebarinfodetails{
        max-width: 100%;
    }
    #office_details .office_detail_page .sidebarinfodetails .count_opp{
        max-height: 450px;
        overflow: hidden;
        margin: 0 auto;
    }
    .agentfollow_us{
        display: flex;
        align-items: center;
    }
    .agetnsocial_icon li {
        margin-left: 22px;
        margin-right: 0;
        margin-top: 0;
    }
    .forsearchpageonly.rm_banner .mt_172 {
        margin-bottom: 50px;
    }
}
@media screen and (min-width:576px) {
    #progress_slider .content{
        margin-bottom: 0 !important;
    }
}
@media screen and (max-width:700px) {
    .formmainsearching .formsinnputhere .inputsinput {
        margin-bottom: 12px;
    }
    .card.properties_form.formnewstyle{
        border-radius: unset;

    }
    .properties_form.formnewstyle #keyword + .select2-container .select2-selection--multiple, .properties_form.formnewstyle #keywordAgent + .select2-container .select2-selection--multiple{
        border-radius: 75px !important;
        height: 47px !important;
        min-height: 47px !important;
    }
    .properties_form.formnewstyle .lochere input[type="text"], .properties_form.formnewstyle .enter_location select{
        border-radius: 75px;
        border-left: none;
        height: 47px !important;
        min-height: 47px !important;
    }
    .properties_form.formnewstyle .find-icon_new{
        height: 47px;
        border-radius: 75px;

    }
    #keywordAgent + .select2-container .select2-selection--multiple,
    #keywordAgent + .select2-container .select2-selection--single {
        min-height: 23px !important;
        height: 52.5px;
    }

}
@media screen and (max-width:576px) {

    .forsearchpageonly .egypt_branding {
        height: 44px;
    }
    .styleheadingmain .font_48_bold {
        font-size: 28px;
        line-height: 32px;
      }
    .agent_search_cards .footer_content_padding{
        padding: 0 18px;
        padding-top: 18px;

    }
    .agent_search_cards .footer_content_padding.mb-32{
        margin-bottom: 20px;
    }
    .boxaboutpage .box,.box{
        padding: 30px 20px;
    }
    .boxaboutpage .box.box3{
        padding-bottom: 70px;
    }
    .boxaboutpage .box .font_48_bold,.box .font_48_bold{
        font-size: 39px;
        line-height: 43px;
    }
    .dropdownwithaccordian .dropdown-toggle::after{
        top: 12px;
    }
    .listingcardscontact{
        grid-template-columns: repeat(1,1fr);
        gap: 22px;
    }
    .listingcardscontact .card img {
        height: 420px;
    }
    .buildcareerimg{

        background: url(./../img/remax/buildcareerimg576.png)no-repeat center !important;
        background-size: cover !important;
        background-position: top !important;
    }
    .detailcolumn ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
      }

    .detailcolumn ul li::before,.detailcolumn ul li:nth-child(even):before,.detailcolumn ul li:last-child:before,
    .detailcolumn ul li:nth-child(odd)::before{
        display: none;
      }
      .detailcolumn{
        padding: 20px 0;
      }
      .detailcolumn ul li{
        padding-right: 0;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(12, 37, 95, 0.16);
      }
      .detailcolumn ul li:last-child{
        border-bottom: none;
        padding-bottom: 0;
      }
      .detailcolumn ul li li{
        border-bottom: none;
        padding-bottom: 0;
      }
      .agentinfodetails p{
        margin: 0;
      }
    .ownstylemain.listingviewing .content_era_remax h4{
        font-size: 20px;
        line-height: 25px;
    }
    .ownstylemain.listingviewing .content_era_remax p{
        font-size: 14px;
    }
    .cardslisting{
        grid-template-columns: repeat(1,1fr);
    }
    .listing_content .headingsorting{
        display: flex;
    }
    .listing_content .headingsorting .sorting_ {
        justify-content: space-between;
        width: 100%;
    }
    .listing_content .headingsorting .heading{
        display: none;
    }
    .rightsectionmain {
        margin-top: 0px;
      }
    .rightsectionmain .tab-menu{
        display: none;
    }
    .rightsectionmain .tab-pane{
        display: block;
        padding: 0;
        margin-top: 16px;
    }


    .rightsectionmain .tab-pane.agenttab{
        border-radius: 12px;
        background-color: #FFFFFF;
        border: 1px solid #0C255F2E;
        padding: 0px;
    }
    .rightsectionmain .tab-pane.agenttab .listing_content {
        border-radius: unset;
        background-color: transparent;
        border: none;
        padding: 0 0;
        margin-top: 25px;
        padding-top: 20px;
        border-top: 1px solid #D1D1D1;
    }
    .rightsectionmain .tab-pane.agenttab .listing_content .headingsorting .heading{
        display: block;
        padding: 10px 0 15px;
    }
    .rightsectionmain .tab-pane.agenttab .listing_content:first-child{
        padding-top: 0;
        margin-top: 0;
        border-top: none;
    }
    .rightsectionmain .tab-pane.agenttab .listing_content:first-child .headingsorting .heading{
        display: none;
        padding: 0;
    }
    .rightsectionmain .tab-header {
        cursor: pointer;
        font-size: 20px;
        line-height: 20px;
        font-weight: 700;
        position: relative;
        display: block;
    }

    .rightsectionmain .tab-header::before{
        content: "+";
        position: absolute;
        right: 20px;
        width: 23px;
        height: 23px;
        border: 1px solid #0C255F;
        border-radius: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: normal;
        background-color: transparent;
        color: #0C255F;
    }
    .rightsectionmain .tab-header.activ::before{
        content: "-";
        background-color: #004FFA;
        border-color: #004FFA;
        color: #fff;
    }
    .rightsectionmain .tab-header-relevant-content {
        display: none;
    }
    .rightsectionmain .tab-header-relevant-content.active {
        display: block;
        margin-top: 0px;
    }
    .rightsectionmain .tab-header{
        padding: 28px 20px;
    }
    .rightsectionmain .tab-header-relevant-content{
        padding: 0px 20px 28px;
    }
    .testimonialsinnermain{
        padding-bottom: 17px;
    }
    .testimonialsinnermain .sidesbtns.owl-carousel .owl-buttons{
        bottom: 2px;
    }
    .office_detail_page .sidebarinfodetails {
        max-width: 100%;
      }
    .legacy_of_innovation{
        padding: 30px 0 20px;
    }
    .oppinnerwithicon .icons img{
        max-height: 86px;
    }
    .content_inno p{
        font-size: 18px;
    }
    .ournewsblogs{
        padding: 50px 0 0px;
    }
    .ournewsblogswithslider{
        padding: 50px 0 75px;
    }
    .latest_about .item.card{
        border-radius: 12px;
        margin-bottom: 28px;
    }
    .latest_about .item.card:hover {
    transform: scale(1);
    position: relative;
    z-index: 1;
}
    .ournewsblogs.latest_about .item img{
        height: 270px;
        max-height: 270px;
    }
    .newsbadges {
        position: absolute;
        top: 204px;
        left: 24px;
      }
    .ournewsblogs.latest_about .card-padding {
        padding: 20px 16px;
    }
    .latest_about .item .card-padding .font_24_bold{
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 16px;
    }
    .latest_about .item .card-padding .font_normal{
        margin-bottom: 0;
    }
    .leftsideheading.styleheadingmain .font_48_bold{
        font-size: 26px;
        line-height: 29px;
    }
    .about_us.video-section{
        background-image: url('./../../assets/img/remax/videosecresponsivemobile.png');
        background-size: cover;
        padding: 5px;
        padding-top: 150px;
        padding-bottom: 40px;
        background-position:top center;
    }
    .about_us.video-section .about_media h3{
        font-size: 24px;
        line-height: 30px;
        margin-top: -15px;
        margin-bottom: 25px;
    }
    .about_us.video-section .about_media pre{
        font-size: 15px;
    }
    .our_values.pt_186, .our_values, #our_mission_vision_values .our_mission, #our_mission_vision_values .our_vision {
        height: auto;
        padding: 32px 20px;
        text-align: center;
    }
    .leftsideheading.styleheadingmain .lighttext{
        font-size: 50px;
        line-height: 70px;
    }
    .owngame .content_era_remax .lighttext,.content_era_remax .lighttext{
        font-size: 50px;
        line-height: 48px;
    }
    .contentpro ul{
        grid-template-columns: 1fr;
    }
    .contentpro ul li {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }
    #exp_speaks .item.card{
        padding: 25px 20px;
    }
    .owngame{
        /* background-position: right 12% top !important; */
        position: relative;
    }
    .remaxiimg,.buildcareerimg{
        padding-top: 205px;
        position: relative;
        background-size: cover !important;
        background-position: 65% top !important;
        padding-bottom: 22px;
    }
    .owngame .content_era_remax .lighttext {
        font-size: 50px;
        line-height: 54px;
      }
      .owngame .content_era_remax p {
        font-size: 14px;
      }

    .lisiitini{
        padding: 0 30px;
        grid-template-columns:1fr;
    }
    .franchise_action{
        width: 100%;
    }
    .sideModaform .modal-dialog.custom-width .modal-content{
        padding: 30px 20px;
    }
    button.btn-close, button.btn-close:hover{
        right: 20px;
    }
    .sideModaform .modal-dialog.custom-width {
        width: 100%;
        height: auto;
        max-width: 100%;
        position: relative;
        margin: auto;
        right: auto;
        top: auto;
        transform: translateY(0);
        transition: none;
    }

    .sideModaform.modal.fade.show .modal-dialog.custom-width {
        transform: none;
    }
    .sideModaform .form_control #displayText .flex_items_count{
        width: 50px !important;
    }


    .opportunitiesmain{
        padding: 70px 20px 100px;
    }
    .oppinnerwithiconmain{
        padding: 70px 20px 70px;
    }
    .oppinner h2{
        font-size: 28px;
        line-height: 32px;
    }
    .oppinner .btn-secondary-radius{
        width: 100% !important;
    }
    .media_liniger{
        margin: 0 40px;
        overflow: hidden;
    }
    .media_liniger img{
        margin-bottom: -125px;
    }
    .egypt_card .styleheadingmain .lighttext, .headingabout .styleheadingmain .lighttext{
        font-size: 50px;
        line-height: 50px;
        margin: 0 0 -13px;
    }
    .egypt_card .styleheadingmain h4, .headingabout .styleheadingmain h4{
        font-size: 25px;
        line-height: 28px;
    }

    .gloabllocationpage.headingabout .styleheadingmain .lighttext {
        font-size: 50px;
        line-height: 50px;
    }
    .gloabllocationpage .styleheadingmain h4{
        font-size: 25px;
        line-height: 28px;
    }
    .subtitlehead_ {
        font-size: 16px;
        line-height: 20px;
    }
    #dave_liniger{
        padding: 40px 0 0;
        background: url(./../img/remax/dave_liniger_bgmblimg.png);
        background-size: 100% 100%;
        background-position: center;
    }
    .headingabout.dave_liniger .styleheadingmain{
        margin-bottom: 20px;
    }
    .dave_liniger .content_inner {
        padding-bottom: 25px;
    }
    .egypt_card p{
        margin-top: 22px;
        font-size: 16px;
    }
    .btnsinbottom{
        padding-bottom: 36px;
    }
    .discv_more_videos + .btnsinbottom{
        padding-bottom: 80px;
    }
    .people_card .pro_img {
        padding-bottom: 87%;
    }
    .sidesbtns.owl-carousel .owl-buttons .owl-prev, .sidesbtns.owl-carousel .owl-buttons .owl-next{
        padding: 8px 8px !important;
    }
    .sidesbtns.owl-carousel .owl-buttons {
        bottom: -50px;
        margin-bottom: -30px;
    }
    .people_team_main {
        padding: 30px 0 86px;
    }
    #progress_slider .hero_images{
        height: 496px;
    }
    .progress-bar-container{
        grid-template-columns: 1fr;
        gap: 29px;
    }
    .uaeslidertimeline .progress-bar-container {
        grid-template-columns: 1fr;
        gap: 29px;
    }
    .progress-bar-container {
        position: absolute;
        bottom: auto;
        top: 43px;
        padding: 0 0 0 0px;
        width: 32px;
        left: 20px;
    }
    #progress_slider .content {
        width: calc(100% - 100px);
        margin: 0 20px 0 auto;
        right: 0;
        border-radius: 10px;
        position: absolute;
        top: 0;
        height: fit-content;
    }
    .custom_marg {
        top: auto;
        position: unset;
    }
    .custom_marg .pt_60_px_48{
        padding: 16px 16px;
    }
    .content img {
        width: auto;
        height: 75px;
    }
    .content img#arrowIconDev{
        height: auto;
    }
    .content .yearly img{
        max-width: 100%;
        height: 23px;
        object-fit: contain;
    }
    .yearly{
        margin-bottom: 9px;
    }
    .outline-text{
        font-size: 30px;
        -webkit-text-stroke: 1.2px #F6F5FF;
    }
    #progress_slider .content h3 {
        font-size: 16px;
        margin-bottom: 6px;
    }
    #progress_slider .content p {
        margin: 0;
        font-size: 12px;
        line-height: 18px;
    }
    .progress-number{
        margin: 0 auto;
    }
    .progress-number.active {
        height: 32px;
        width: 32px;
    }
    .progress-number::before,.uaeslidertimeline .progress-number::before{
        display: block;
        top: 37px !important;
        width: 1px;
        height: 100%;
        left: 9px;
    }

    .uaeslidertimeline .progress-number.foruaenobefore::before{
        display: none;
    }
    .progress-number.active::before{
        top: 45px !important;
        left: 12px;
        width: 2px;
        height: calc(100% - 7px);
    }
    .progress-number.active::after {
        top: 12px;
        right: -23px;
        transform: rotate(90deg);
        width: 10px;
        height: 14px;
    }
    .slide:first-child .content {
        transform: translateY(202px) !important;
    }
    #dynamicContent2.content{
        transform: translateY(110px) !important;
    }
    #dynamicContent3.content{
        transform: translateY(163px) !important;
    }
    .oppinnerwithicon{
        flex-direction: column;
        margin-top: -107px;
    }
    .oppinnerwithicon .icons{
        width: 100%;
        margin-bottom: 15px;
    }
    .oppinnerwithicon .icons + .content{
        width: 100%;
        margin: 0;
    }
    #taking_remax .media_imgs{
        background: transparent;
        position: relative;
        padding-bottom: 0;
    }
    #taking_remax .media_imgs::before{
        content: "";
        position: absolute;
        top: 0;
        left: -20px;
        width: 100%;
        height: 100%;
        background: url(./../img/remax/bg_vectormobile.png) no-repeat;
        background-size: 100% 100%;
    }
    .own_remax .media_imgs img{
        position: relative;
        z-index: 1;
    }
    .parentlistingviewing #taking_remax.listingviewing:nth-child(4n) .media_imgs::before{
        right: 20px;
        left: auto;
        transform: scaleX(1);
    }

    .content_era_remax {
        padding: 30px 0 30px;
    }
    .owngame .content_era_remax{
        text-align: center;
    }
    .ownstylemain{
        overflow: hidden;
    }
}
@media screen and (min-height:700px) {
    /* #about_global_bg{
        height: 97.31vh;
    } */
}


/*
.agentdetialpage .key_information .count_opp {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 86%;
    border-bottom: none;
    border-radius: 15px;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
}
.agentdetialpage .key_information .count_opp img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover !important;
} */


.formmainsearching{
    display: grid;
    grid-template-columns: 1fr 66px;
}
.formmainsearching .formsinnputhere{
    display: grid;
    grid-template-columns: 1fr 252px 1fr;
}
.agentformcontent_ .formmainsearching .formsinnputhere{
    grid-template-columns: 1fr 175px 1fr 175px;
}
.erormain{
}
.erormain .errorinner{
    max-width: 742px;
  margin: 0 auto;
  text-align: center;
}
.erormain .errorinner .shadowerr{
    color: #0C255F0A;
    font-weight: 700;
    font-size: 436px;
    line-height: 315px;
}
.erormain .errorinner .err_content{
    max-width: 605px;
    margin: 0 auto;
}
.erormain .errorinner .err_content .fourlogofour{
    margin-top: -170px;
    font-weight: 600;
    font-size: 280px;
    line-height: 204px;
    color: #0C255F;
}
.erormain .errorinner .err_content .fourlogofour span{
}
.erormain .errorinner .err_content h3{
    font-size: 48px;
    color: #0C255F;
    font-weight: 600;
    line-height: 52px;
    margin: 38px 0 30px;
    text-align: center;
}
.erormain .errorinner .err_content p{
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #0C255F;
    margin: 0 0;
}
.erormain .errorinner .err_content .btns{
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:24px;
}
.erormain .errorinner .err_content .btns a{
    border-radius: 60px;
    height: 47px;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.erormain .errorinner .err_content .btns a.primaryoutlinebtn{
    border: 2px solid #004FFA;
    color: #004FFA;
    background-color: transparent;
    color: #004FFA !important;
}
@media screen and (min-width:1919px) {
    .erormain .errorinner .err_content{
        max-width: 800px;
        margin: 0 auto;
    }
    .erormain .errorinner {
        max-width: 1120px;
    }
    .erormain .errorinner .shadowerr{
        font-size: 610px;
        line-height: 440px;
    }
    .erormain .errorinner .err_content .fourlogofour{
        font-size: 400px;
        line-height: 295px;
    }
    .formmainsearching{
        grid-template-columns: 1fr 106px;
    }
    .formmainsearching .formsinnputhere{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .agentformcontent_ .formmainsearching .formsinnputhere{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .find-icon_new img {
        width: 24px;
        height: 24px;
    }
}
@media screen and (max-width:1200px) {
    .formmainsearching .formsinnputhere {
        grid-template-columns: 1fr 190px 1fr;
    }
    .agentformcontent_ .formmainsearching .formsinnputhere{
        grid-template-columns: 1fr 130px 1fr 131px;
    }
    .lochere input[type="text"]{
        padding: 6px 16px;
        font-size: 14px;
    }
    .properties_form.formnewstyle #keyword + .select2-container .select2-selection--multiple, .properties_form.formnewstyle #keywordAgent + .select2-container .select2-selection--multiple{
        padding: 5px 16px 5px !important;
        font-size: 14px;
    }
    #hero_section_bg_mb .def_select, .enter_location select{
        padding: 0 16px;
        font-size: 14px;
    }
    #hero_section_bg_mb .def_select, .enter_location select{
        background-size: 10px 6px !important;
    }
}
@media screen and (max-width:992px) {
    .erormain .errorinner{
        max-width: 766px;
        margin: 0 auto;
        padding: 0 38px;
    }
    .erormain .errorinner .shadowerr{
        font-size: 405px;
        line-height: 310px;
    }
    .erormain .errorinner .err_content {
        max-width: 534px;
        margin: 0 auto;
    }
    .erormain .errorinner .err_content .fourlogofour{
        font-size: 230px;
    }
    .erormain .errorinner .err_content h3{
        font-size: 40px;
        margin: 30px 0 20px;
    }
    .erormain .errorinner .err_content p{
        font-size: 16px;
    }
    .erormain .errorinner .err_content .btns{
        margin-top: 40px;
    }
    .erormain{
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }


}
@media screen and (max-width:700px) {
    .erormain .errorinner .shadowerr {
        font-size: 260px;
        line-height: 250px;
      }
      .erormain .errorinner .err_content .fourlogofour {
        font-size: 150px;
        line-height: 203px;
      }
      .erormain .errorinner .err_content h3 {
        font-size: 32px;
        margin: -15px 0 14px;
      }
      .erormain .errorinner .err_content .fourlogofour span{
        max-width: 75px;
        display: inline-block;
      }
    .formmainsearching{
        grid-template-columns: 1fr;
    }
    .formmainsearching .formsinnputhere {
        grid-template-columns: 1fr;
    }
    .agentformcontent_ .formmainsearching .formsinnputhere{
        grid-template-columns: 1fr;
    }

}
@media screen and (max-width:576px) {
    .erormain{
        overflow: hidden;
        height: 100dvh;
    }
    .erormain .errorinner{
        padding: 0 16px;
    }
    .erormain .errorinner .shadowerr {
        font-size: 190px;
        line-height: 190px;
    }
    .erormain .errorinner .err_content .fourlogofour {
        font-size: 110px;
        line-height: 140px;
        margin-top: -122px;
    }
    .erormain .errorinner .err_content h3 {
        font-size: 30px;
        margin: 0px 0 10px;
    }
    .erormain .errorinner .err_content p {
        font-size: 14px;
    }
    .erormain .errorinner .err_content .btns{
        grid-template-columns: 1fr;
        gap: 14px;
    }
}
.homecontactform .formalerttext{
    color: #fff;
}
