/*! CSS Used from: Embedded */
.css-20bmp1-MuiSvgIcon-root {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    fill: currentColor;
    font-size: 1.5rem;
}
/*! CSS Used from: Embedded */
.css-1d3z3hw-MuiOutlinedInput-notchedOutline {
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 0;
    top: -5px;
    left: 0;
    margin: 0;
    padding: 0 8px;
    pointer-events: none;
    border-radius: inherit;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    min-width: 0%;
    border-color: rgba(0, 0, 0, 0.23);
}
/*! CSS Used from: Embedded */
.css-1pbc52w {
    float: unset;
    width: auto;
    overflow: hidden;
    display: block;
    padding: 0;
    height: 11px;
    font-size: 0.75em;
    visibility: hidden;
    max-width: 0.01px;
    -webkit-transition: max-width 50ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    transition: max-width 50ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    white-space: nowrap;
}
.css-1pbc52w > span {
    padding-left: 5px;
    padding-right: 5px;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (min-width: 992px) {
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #f5f5f5;
    border-radius: 0.75rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-select:focus {
    border-color: #90b7f6;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(33, 111, 237, 0.25);
}
.form-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #737b8b;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 0.75rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #737b8b;
}
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(33, 111, 237, 0.25);
}
.btn:disabled {
    pointer-events: none;
    opacity: 0.65;
}
.btn-link {
    font-weight: 400;
    color: #216fed;
    text-decoration: underline;
}
.btn-link:hover {
    color: #1a59be;
}
.btn-link:disabled {
    color: #6c757d;
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef;
}
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #216fed;
}
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}
.nav-pills .nav-link {
    background: none;
    border: 1px solid #fff;
    font-size: 0.9rem;
}
.nav-pills .nav-link.active {
    color: #fff;
    background-color: #216fed;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar > .container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.d-none {
    display: none !important;
}
@media (min-width: 576px) {
    .d-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
    .d-lg-none {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-block {
        display: block !important;
    }
    .d-xl-none {
        display: none !important;
    }
}
* {
    outline: none;
    padding: 0;
}
*::after {
    margin: 0;
    padding: 0;
}
*::before {
    margin: 0;
    padding: 0;
}
::selection {
    color: #fff;
    background: var(--primary);
}
body {
    overflow-x: hidden;
    height: 100%;
    position: relative;
    max-width: 100%;
    font-size: 0.875rem;
}
@media only screen and (max-width: 61.9375rem) {
    body {
        font-size: 0.875rem;
    }
}
p {
    line-height: 1.8;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
a {
    color: #737b8b;
    text-decoration: none;
}
a:hover,
a:focus,
a.active {
    text-decoration: none;
}
.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
}
.MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"] {
    padding: 0;
    background: #fff;
    line-height: 0.5rem;
    overflow-y: hidden;
    top: 0;
}
.MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"] .MuiAutocomplete-input {
    padding: 0 !important;
    z-index: 1;
}
.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
    border: none !important;
}
.MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"] .MuiAutocomplete-input {
    border: none !important;
}
.MuiOutlinedInput-notchedOutline {
    top: 0px !important;
}
input {
    color: #222 !important;
    border: 1px solid #ddd;
}
.MuiAutocomplete-inputRoot .MuiAutocomplete-input {
    width: 0;
    min-width: 30px;
    margin-left: 15px;
}
.tab-content {
    height: 100% !important;
}
input[type="text"],
input[type="number"],
select {
    height: 3.5rem !important;
    border: 1px solid #cdd4df;
    border-radius: 0.25rem !important;
    padding: 5px 15px;
    width: 100%;
    margin-top: 4px;
    font-size: 1rem;
}
.form-select {
    border: 1px solid #cdd4df;
    border-radius: 0.25rem !important;
    margin-top: 4px;
}
.filter-input {
    width: 100% !important;
}
.tab-content {
    border: none;
}
button {
    border-radius: 0.25rem;
}
.radio-wrapper {
    max-width: 400px !important;
    margin: auto;
}
.radio-inputs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0.5rem;
    background-color: #fff;
    box-sizing: border-box;
    border: 3px solid #fff;
    box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06);
    width: 100%;
    font-size: 14px;
    margin: 4px auto;
    border-radius: 25px;
}
.MuiAutocomplete-hasPopupIcon .MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"] {
    padding-right: 39px;
    border-radius: 7px;
}
.radio-inputs .radio {
    flex: 1 1 auto;
    text-align: center;
}
.radio-inputs .radio input {
    display: none;
}
.radio-inputs .radio .name {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 2.2rem;
    border: none;
    padding: 0.2rem 0;
    font-style: italic;
    color: rgba(51, 65, 85, 1);
    transition: all 0.15s ease-in-out;
}
.radio-inputs .radio input:checked + .name {
    background-color: #1d2857;
    font-weight: 600;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    color: white;
}
.radio-inputs label {
    margin-bottom: 0;
}
@media (min-width: 900px) {
    .radio-inputs {
        font-size: 14px;
        margin: 4px auto;
    }
}
.icon {
    width: 50px;
    height: 50px;
    fill: #1d2857;
}
.cta-body {
    height: 13rem;
}
/*! CSS Used from: Embedded */
::selection {
    color: black;
    background: yellow;
}
.nav-pills .nav-link.active {
    background: #216fed;
    color: #fff;
    box-shadow: none;
}
a,
aside,
b,
body,
div,
fieldset,
footer,
h1,
h4,
header,
label,
legend,
li,
nav,
p,
span,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
}
.dark-overlay {
    position: relative;
    z-index: 1;
}
.dark-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(156 156 156 / 40%);
    z-index: -1;
    transition: background-color 0.3s;
}
body {
    font-family: "Lato", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #515151;
    overflow-x: hidden;
}
.submitListing {
    margin: 0 10px;
}
.bg-cover {
    background-size: cover;
}
.bg-center {
    background-position: center;
}
h1,
h4 {
    margin: 0 0 20px;
    font-weight: 700;
    line-height: 28px;
    color: #101737;
}
h1 {
    font-size: 42px;
    line-height: 50px;
}
h4 {
    font-size: 26px;
    line-height: 32px;
}
p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #515151;
}
a {
    color: #519fff;
    text-decoration: none;
    transition: 0.3s;
}
a:hover,
a:focus {
    color: #478adc;
    text-decoration: none;
    outline: none;
}
b {
    font-weight: 700;
}
label {
    margin-bottom: 10px;
    font-weight: 500;
}
ul {
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px;
}
ul li {
    margin: 10px 0 0;
    position: relative;
}
.section.section-padding {
    padding: 0px 0 20px;
    height: auto;
}
@media (min-width: 800px) {
    aside#humbergerMenu {
        display: none;
    }
}
.section {
    position: relative;
    padding: 1.5rem 0;
    background: #f3f5f8 !important;
}
.section.section-padding {
    height: auto;
}
.title {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 20px;
}
.acr-category-body p {
    font-weight: bold;
    font-style: italic;
    font-size: 0.8rem;
}
.btn-custom {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    background-color: #519fff;
    border: 0;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 9px 20px;
    transition: 0.3s;
    border-radius: 3px;
    overflow: hidden;
    z-index: 1;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
.btn-custom {
    transition: 0.3s;
}
.btn-custom::before {
    content: "";
    width: 100%;
    background-color: #478adc;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 8px;
    z-index: -1;
    transition: 0.3s;
    transform-origin: center;
}
#loginForModal {
    color: #fff !important;
}
.btn-custom:hover::before,
.btn-custom:focus::before {
    height: 100%;
}
.btn-custom:hover,
.btn-custom:focus {
    color: #fff;
    outline: none;
}
.btn-custom.secondary {
    background-color: #fff;
    color: black;
}
.btn-custom.secondary::before {
    background-color: transparent;
}
.btn-link {
    font-weight: 600;
    color: #101737;
}
.btn-link:hover,
.btn-link:focus {
    color: #478adc;
    text-decoration: none;
}
.tab-content {
    margin-top: 30px;
    margin-bottom: 30px;
}
.nav-item {
    margin: 0;
}
.tab-content > .tab-pane {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0px 10px;
}
.tab-content > .active {
    height: auto;
}
.main-header {
    position: relative;
    width: 100%;
    background-color: #fff;
    z-index: 990;
    transition: background-color 0.3s;
    box-shadow: 0 2px 2px -2px rgb(34 12 43 / 10%);
}
.main-header .navbar > .container {
    position: relative;
}
.navbar {
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.aside-toggler {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    margin: 20px 0;
    margin-left: 15px;
}
.aside-toggler span {
    display: block;
    margin-bottom: 6px;
    width: 24px;
    height: 2px;
    border-radius: 8px;
    background-color: #101737;
    transition: 0.3s;
}
.aside-toggler span:last-child {
    margin-bottom: 0;
}
.aside-toggler:hover span {
    background-color: #519fff;
}
.navbar-nav {
    margin-right: auto;
    margin-left: 20px;
    flex-direction: row;
}
.navbar .menu-item {
    position: relative;
    display: inline-block;
    margin: 0;
}
.navbar .menu-item a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 18px 20px;
    color: #101737;
    font-weight: 500;
    transition: 0.3s;
}
.navbar .menu-item a:active {
    color: #519fff;
}
.navbar .navbar-nav > .menu-item:last-child > a {
    padding-right: 0;
}
.navbar .menu-item a.active,
.navbar .menu-item a:hover {
    color: #519fff;
}
.navbar .menu-item:hover > .submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.navbar .menu-item .submenu {
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    background-color: #fff;
    min-width: 250px;
    z-index: 990;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 9px 0px rgba(34, 12, 43, 0.1);
}
.navbar .menu-item .submenu .menu-item {
    display: block;
}
.navbar .menu-item .submenu .menu-item a {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 400;
    font-size: 14px;
}
.navbar .menu-item .submenu .menu-item a:hover {
    color: #519fff;
    background-color: #f7f9fc;
}
.navbar .menu-item > .submenu > .menu-item:last-child > a {
    border-bottom: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.navbar .menu-item > .submenu > .menu-item:first-child > a {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.header-controls {
    display: flex;
    align-items: center;
}
.language-selector {
    height: 1.8rem !important;
    color: #fff !important;
}
.language-selector button {
    color: #fff !important;
}
.top-header {
    padding: 2px 0;
    background: #232c3d;
    color: #fff;
}
.top-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-header-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1;
    margin: 0;
}
.btn.btn-order-by-filt {
    border: 1px solid #fff;
}
.main-aside {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 2px 32px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
    transform: translateX(-300px);
    display: flex;
    flex-direction: column;
}
.main-aside ul {
    margin: 0;
    height: 100%;
    overflow-y: scroll;
    bottom: 36px;
}
.main-aside ul .menu-item {
    margin: 0;
    background: #eee;
    margin: 1px;
}
.main-aside ul .menu-item a {
    padding: 5px 23px;
    display: flex;
    align-items: center;
    color: #101737;
    font-weight: 400;
    transition: 0s;
}
.main-aside ul .menu-item a:hover,
.main-aside ul .menu-item a.active {
    background-color: #01bbbc;
    color: #fff;
}
.main-aside .aside-title h4 {
    margin-bottom: 5px;
    margin-left: 10px;
}
.main-aside .aside-scroll {
    position: relative;
    overflow-y: auto;
    margin: 6px;
    height: 100%;
    border-radius: 10px;
}
.main-aside .menu-section-title {
    font-weight: 700;
    text-transform: uppercase;
    color: #101737;
    margin: 20px 15px 5px;
}
.main-aside .aside-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.acr-footer {
    position: relative;
    overflow: hidden;
}
.acr-footer a {
    color: #515151;
}
.acr-footer a:hover {
    color: #478adc;
}
.footer-dark {
    background-color: #f7f9fc;
}
.footer-dark a {
    color: #fff;
}
.acr-footer.footer-dark a:hover {
    color: #519fff;
}
.banner {
    position: relative;
}
.banner .banner-text {
    max-width: 650px;
}
.banner .title {
    font-size: 3.5rem;
    line-height: 80px;
    margin-bottom: 0px;
}
.banner .subtitle {
    max-width: 500px;
    font-size: 1.2rem;
    font-weight: 500;
}
.banner.banner-3 {
    padding: 50px 50px;
}
.banner.banner-3 .banner-item {
    position: relative;
    opacity: 3;
    padding: 19px;
    border-radius: 1rem;
}
#multiple-limit-tags::placeholder {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
    color: #000 !important;
    z-index: 9999;
}
button:not(:disabled),
[type="button"]:not(:disabled) {
    z-index: 1;
}
.cta.cta-2 {
    padding: 40px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 9px 0px rgba(34, 12, 43, 0.1);
    margin-bottom: 30px;
    background-image: linear-gradient(to bottom, rgba(81, 159, 255, 0.1), rgba(36, 109, 248, 0));
    display: flex;
    margin: 7px;
}
.cta.cta-2.item1 a {
    color: #ffffff;
    background: #1d2857;
    padding: 9px 15px;
    text-decoration: none;
    border-radius: 22px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}
.cta.cta-2.item2 a {
    color: #ffffff;
    background: #1d2857;
    padding: 9px 15px;
    text-decoration: none;
    border-radius: 22px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}
.acr-category {
    margin-bottom: 0px;
    transition: 0.3s;
}
.acr-category:hover {
    transform: translateY(-5px);
}
.acr-category-body {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 8px;
    width: calc(100% - 20px);
    margin: 10px;
    transition: 0.3s;
    box-shadow: 0 2px 9px 0px rgba(34, 12, 43, 0.1);
}
.acr-category.category-2 {
    display: block;
    background-color: #f7f9fc;
    border-radius: 0.2rem;
    padding: 0rem;
    text-align: center;
    margin: 3px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}
.acr-category.category-2:hover {
    transform: translateY(0px);
    background-color: #519fff;
    box-shadow: 0 2px 9px 0px rgba(34, 12, 43, 0.1);
}
.acr-category.category-2 .acr-category-body {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 0;
    border-radius: 0;
    margin: 0;
    width: auto;
    background-color: transparent;
    box-shadow: none;
}
.filter-input:hover {
    background-color: #e5e7e9;
    color: #737b8b;
}
.MuiInputBase-root {
    color: #222 !important;
    cursor: text;
    display: inline-flex;
    position: relative;
    font-size: 1rem;
    box-sizing: border-box;
    align-items: center;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 1.1876em;
    letter-spacing: 0.00938em;
}
::-webkit-scrollbar {
    width: 2px;
}
::-webkit-scrollbar-track {
    border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
    background: lightblue;
}
@media (max-width: 1199px) {
    .banner-item .form-group {
        color: grey !important;
        margin: 3px 0px !important;
    }
}
@media (max-width: 991px) {
    .main-aside {
        transform: translateX(-100%);
    }
    .aside-toggler {
        display: flex;
    }
    .navbar {
        padding: 15px 0;
    }
    .navbar-nav {
        display: none;
    }
    .section {
        padding: 0.5rem 0;
    }
    .acr-footer {
        padding: 0px 0 0 0;
    }
    .section.section-padding {
        padding: 20px 0 30px;
    }
    .title {
        font-size: 1.2rem;
        line-height: 34px;
        margin-bottom: 1px;
    }
    .subtitle {
        font-size: 14px;
    }
    .banner {
        padding: 60px 0 40px;
    }
    .banner.banner-1 {
        z-index: 1;
    }
    .banner.banner-1::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        border-radius: 7px;
    }
    .banner.banner-1 .title,
    .banner.banner-1 .subtitle {
        color: #000;
    }
    .banner .banner-text {
        text-align: center;
        max-width: 100%;
        margin-bottom: 30px;
        padding: 30px;
    }
    .banner .title {
        font-size: 1rem;
        line-height: 1rem;
        margin-bottom: 14px;
    }
    .banner .subtitle {
        font-size: 12px;
        margin: 0 auto 15px;
    }
    .banner.banner-3 {
        padding: 0px 0;
        margin-bottom: 0;
        transition: 0.3s;
    }
    .cta p {
        font-size: 1rem;
        margin: 20px 0;
        text-align: left;
    }
}
@media (max-width: 310px) {
    .cta-body {
        height: 20rem !important;
    }
}
@media (max-width: 768px) {
    .submitListing a {
        color: #1d2857 !important;
        background-color: #fff;
        border-radius: 1.5rem;
        border: 1px solid;
        padding: 0.2rem 0.7rem;
        text-wrap: wrap;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.19);
        font-weight: bolder;
    }
    .submitListing {
        cursor: pointer;
        display: flex;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        position: relative;
        line-height: 24px;
        border: 0;
        font-size: 12px;
        font-weight: 600;
        padding: 4px 5px;
        transition: 0.3s;
        border-radius: 3px;
        overflow: hidden;
        z-index: 1;
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
        align-items: center;
        justify-content: center;
    }
    .container {
        max-width: 100%;
    }
    .banner.banner-3 .banner-item {
        border-radius: 0px;
    }
    .cta-body {
        height: 17rem;
    }
    .section.section-padding {
        padding: 0px 0 20px;
    }
    .main-header {
        box-shadow: none;
    }
    .navbar {
        padding: 0px 1rem;
    }
    .main-header {
        background: transparent;
    }
    .top-header {
        display: none;
    }
    h1 {
        font-size: 34px;
        line-height: 42px;
    }
    h4 {
        font-size: 1.2rem;
        line-height: 30px;
        text-align: center;
    }
    .aside-toggler {
        margin-left: 10px;
    }
    .MuiFormControl-fullWidth {
        left: 0px !important;
        margin: 4px 0px !important;
    }
    .bg-cover {
        background-position: top !important;
        background-repeat: no-repeat;
    }
}
@media (max-width: 575px) {
    .footer-dark .nav-pills,
    .footer-dark .tab-content {
        text-align: center;
    }
    footer.acr-footer.footer-dark li {
        text-align: left;
        margin: 1rem;
        font-size: 1rem;
    }
    footer.acr-footer.footer-dark .nav-pills .nav-link.active {
        background: #1d2857;
        color: #fff;
        border-radius: 0;
    }
    .cta.cta-2 {
        display: block;
        text-align: center;
        padding: 20px;
    }
}
.banner-1 {
    background-size: cover;
    background-image: url("http://localhost:3000/image/findproperties-in-uae-apartment-for-rent-apartment-for-sale.webp");
}
@media all and (min-height: 600px) and (min-width: 767px) {
    a:active {
        color: #519fff !important;
    }
}
@media (min-width: 768px) {
    .submitListing a {
        color: #1d2857 !important;
        background-color: #fff;
        border-radius: 1.2rem;
        padding: 0.45rem 0.8rem;
        border: 1px solid;
        text-wrap: wrap;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.19);
        font-weight: bolder;
    }
    .submitListing {
        cursor: pointer;
        display: flex;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        position: relative;
        line-height: 24px;
        border: 0;
        font-size: 12px;
        font-weight: 600;
        padding: 4px 5px;
        transition: 0.3s;
        border-radius: 3px;
        overflow: hidden;
        z-index: 1;
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
        align-items: center;
        justify-content: center;
    }
    .language-selector button {
        color: #fff !important;
        margin-top: -3px;
        font-weight: 700;
    }
}
@media (max-width: 991px) {
    .container {
        max-width: 100%;
    }
    .language-selector button {
        color: #1d2857 !important;
        margin-top: -3px;
        font-weight: 700;
    }
}
@media (min-width: 992px) {
    h1 {
        line-height: 1.31818182em;
    }
}
.MuiFormControl-root {
    border: 1px solid #cdd4df;
    background: #ffffffbf !important;
    border-radius: 0.25rem !important;
    margin: 0;
    display: inline-flex;
    padding: 0;
    position: relative;
    min-width: 0;
    flex-direction: column;
    vertical-align: top;
    top: 5px;
}
.MuiOutlinedInput-notchedOutline {
    top: 0px !important;
    border: none !important;
    border-radius: 4px;
}
.banner-item .form-group {
    margin: 3px;
    font-style: italic;
}
.banner-item .MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"] {
    background-color: transparent;
}
.MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"] .MuiAutocomplete-input:first-child {
    padding-left: 6px;
    margin-top: 0 !important;
}
.MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"] .MuiAutocomplete-input:first-child {
    padding-left: 6px;
    font-style: italic;
    color: #000 !important;
}
.banner input[type="number"],
select {
    background-color: #ffffffbf !important;
}
.banner select option {
    background-color: transparent;
    color: #000 !important;
}
.banner input[type="text"]::placeholder,
.banner input[type="number"]::placeholder {
    color: #000 !important;
}
.MuiInputBase-input {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
}
.MuiFormControl-root {
    border-radius: 0px !important;
    height: 3.5rem;
}
@media (max-width: 767px) {
    .banner .banner-text {
        max-width: 650px;
        margin-bottom: -20px;
        color: #fff !important;
    }
}
@media (max-width: 766px) {
    .col-mob {
        flex: 0 0 auto;
        width: 33.333333%;
    }
}
* {
    outline: none;
}
body {
    color: #72809d;
    font-size: 15px;
    margin: 0;
    overflow-y: scroll;
    overflow-x: hidden !important;
    font-weight: 400;
}
.tab-pane li a {
    color: #515151;
}
a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover,
a:focus {
    text-decoration: none;
}
a:hover,
a:focus {
    color: #27ae60;
}
p {
    line-height: 1.8;
}
p,
ul {
    margin: 0 0 10px;
}
input[type="text"],
select {
    padding: 5px 15px;
}
.nav-link.active {
    background-color: #007bff;
    color: white;
}
.footer-dark a {
    color: #515151;
}
.socials-footer {
    text-align: center;
    max-width: 180px;
    margin: auto;
}
.copyright {
    text-align: center;
}
.tab-content b {
    color: #101737;
    text-align: left;
}
@media (max-width: 820px) {
    .container {
        height: 100%;
    }
}
.cloud-overlay {
    position: absolute;
    top: 10%;
    left: -20%;
    width: 200px;
    height: 100px;
    background: url("http://localhost:3000/image/cloud1.png") no-repeat;
    background-size: contain;
}
.nav-link.active {
    background-color: #007bff;
    color: #fff;
}
.form-group {
    font-weight: 500;
    position: relative;
    margin-bottom: 12px;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
    padding: 0.5rem 1.5rem;
    color: #464d63;
}
.nav-pills .nav-link.active {
    background: transparent;
    box-shadow: none;
    color: #fff;
    border-bottom: 2px solid;
    border-radius: 0;
    background: #101737;
    border: 2px solid #101737;
}
.submit-btn {
    border: 1px solid #01bbbc;
    text-align: center;
    background: white;
    border-radius: 6px;
    margin-left: 2px;
    margin-top: 3px;
}

/* Premium home layout */
.home-premium {
    background: radial-gradient(circle at top, #0f1f3a 0%, #0b1220 35%, #0b0f18 100%);
    color: #e9eef7;
}
.home-premium .container {
    position: relative;
}
.home-premium .banner-inner {
    transform: none;
    display: grid;
    gap: 24px;
}
.premium-hero {
    background-image: linear-gradient(120deg, rgba(9, 20, 38, 0.92), rgba(15, 31, 58, 0.7));
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.premium-hero .banner-item {
    backdrop-filter: blur(6px);
    background: rgba(10, 18, 32, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 30px 60px rgba(3, 6, 12, 0.45);
    padding: 40px;
    overflow: hidden;
}
.premium-hero .banner-text {
    max-width: 720px;
}
.hero-kicker {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.7rem;
    color: #9bb6d9;
    margin-bottom: 12px;
}
.home-premium .title,
.home-premium .subtitle {
    color: #f8fbff;
}
.hero-highlights {
    display: flex;
    gap: 12px;
    margin-top: 18px;
    flex-wrap: wrap;
}
.hero-pill {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #e9eef7;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.8rem;
}
.home-premium .radio-wrapper {
    margin: 0;
    max-width: 460px !important;
}
.home-premium .radio-inputs {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: none;
}
.home-premium .radio-inputs .radio .name {
    color: #d8e2f2;
    padding: 0.55rem 0;
    font-style: normal;
}
.home-premium .radio-inputs .radio input:checked + .name {
    background: linear-gradient(135deg, #d8a24a, #f4cf7a);
    color: #111827;
    box-shadow: none;
}
.home-premium .banner-filter {
    max-width: 100%;
    background: rgba(9, 16, 29, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 50px rgba(3, 6, 12, 0.35);
    border-radius: 22px;
    padding: 18px;
}
.home-premium .banner-filter .row,
.home-premium .row.banner-filter {
    align-items: stretch;
}
.home-premium .banner-filter .col-sm-4,
.home-premium .banner-filter .col-sm-2,
.home-premium .banner-filter .col,
.home-premium .banner-filter .col-lg-2,
.home-premium .banner-filter .col-md-2 {
    display: flex;
}
.home-premium .banner-filter .basic-multi-select,
.home-premium .banner-filter .form-select,
.home-premium .banner-filter input[type="number"] {
    width: 100%;
}
.home-premium .banner-filter .form-select,
.home-premium .banner-filter input[type="number"],
.home-premium .MuiFormControl-root,
.home-premium .css-b62m3t-container .css-13cymwt-control,
.home-premium .css-b62m3t-container .css-t3ipsp-control {
    min-height: 52px;
    background: rgba(255, 255, 255, 0.94) !important;
    border-radius: 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.home-premium .banner-filter input[type="number"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 16px;
    color: #111827;
    border-radius: 14px;
}
.home-premium .banner-filter input[type="number"]::placeholder {
    color: #6b7280;
}
.home-premium .submit-btn {
    border: 0;
    background: transparent;
    margin: 0;
    padding: 0;
}
.home-premium .submit-btn .form-group {
    width: 100%;
    margin-bottom: 0;
}
.home-premium .submit-btn .btn-custom {
    width: 100%;
    min-height: 52px;
    border-radius: 14px;
    border: 0;
    background: linear-gradient(135deg, #d8a24a, #f4cf7a);
    color: #111827;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 700;
    box-shadow: 0 18px 30px rgba(216, 162, 74, 0.28);
}
.home-premium .submit-btn .btn-custom svg path {
    stroke: #111827;
}
.featured-ads {
    padding: 60px 0 40px;
    background: linear-gradient(180deg, rgba(11, 15, 24, 1) 0%, rgba(17, 26, 44, 1) 100%);
}
.section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.section-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.75rem;
    color: #8fa8c9;
    margin-bottom: 8px;
}
.section-title {
    font-size: 2rem;
    color: #f7f9ff;
    margin-bottom: 0;
}
.section-cta {
    color: #f7f9ff;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    transition: 0.3s ease;
}
.section-cta:hover {
    background: #1e3a5f;
    color: #ffffff;
}
.featured-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.featured-card {
    display: block;
    background: #111c2f;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 25px 50px rgba(3, 6, 12, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.featured-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 35px 70px rgba(3, 6, 12, 0.55);
}
.featured-media {
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.featured-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #ffbf42;
    color: #1a1a1a;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.75rem;
}
.featured-body {
    padding: 20px;
}
.featured-body h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #f7f9ff;
}
.featured-location {
    color: #9bb0cf;
    margin-bottom: 14px;
}
.featured-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.featured-price {
    font-weight: 600;
    color: #ffffff;
}
.featured-chip {
    font-size: 0.8rem;
    color: #c9d7ee;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 6px 12px;
    border-radius: 999px;
}
.search-by-cat {
    padding: 40px 0 30px;
    background: linear-gradient(180deg, rgba(17, 26, 44, 1) 0%, rgba(11, 15, 24, 1) 100%);
}
.section-head--stacked {
    align-items: flex-start;
}
.search-by-cat .subTitles {
    color: #f7f9ff;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.section-lead--narrow {
    max-width: 620px;
}
.category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.category-card {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 24px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(17, 28, 47, 0.98), rgba(11, 18, 32, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-decoration: none;
    color: inherit;
    box-shadow: 0 22px 45px rgba(3, 6, 12, 0.28);
    transition: transform 0.3s ease, border-color 0.3s ease;
}
.category-card:hover {
    transform: translateY(-4px);
    border-color: rgba(216, 162, 74, 0.6);
}
.category-card__icon {
    width: 62px;
    height: 62px;
    border-radius: 16px;
    background: rgba(216, 162, 74, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.category-card__icon .icon {
    width: 32px;
    height: 32px;
    fill: #f4cf7a;
}
.category-card__content h3 {
    font-size: 1.05rem;
    color: #f7f9ff;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.category-card__content p {
    margin-bottom: 0;
    color: #aebed7;
}
.collection-section {
    padding: 30px 0 10px;
    background: linear-gradient(180deg, rgba(11, 15, 24, 1) 0%, rgba(16, 24, 39, 1) 100%);
}
.collection-grid {
    display: grid;
    grid-template-columns: 1.45fr 1fr 1fr;
    gap: 20px;
}
.collection-card {
    min-height: 260px;
    padding: 28px;
    border-radius: 22px;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(160deg, rgba(216, 162, 74, 0.16), rgba(17, 28, 47, 0.98) 55%, rgba(9, 16, 29, 1));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 22px 45px rgba(3, 6, 12, 0.3);
}
.collection-card--large {
    min-height: 360px;
}
.collection-card__label {
    display: inline-block;
    margin-bottom: auto;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #f4cf7a;
}
.collection-card h3 {
    font-size: 1.5rem;
    color: #ffffff;
    margin-bottom: 12px;
}
.collection-card p {
    color: #c7d4e8;
    margin-bottom: 20px;
    max-width: 28rem;
}
.collection-card__link {
    color: #f4cf7a;
    font-weight: 600;
}
.premium-promo {
    margin-top: 30px;
    background: linear-gradient(135deg, rgba(25, 38, 62, 0.95), rgba(11, 15, 24, 0.95));
    border-radius: 20px;
    padding: 40px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.section-lead {
    color: #c1cde4;
    margin-top: 14px;
}
.benefit-list {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}
.benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #dbe5f4;
}
.benefit-item__dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #f4cf7a;
    box-shadow: 0 0 0 6px rgba(244, 207, 122, 0.12);
}
.promo-stats {
    display: grid;
    gap: 18px;
}
.stat-number {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffffff;
}
.stat-label {
    color: #9bb0cf;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.home-premium .acr-category.category-2 {
    background-color: #111c2f;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 24px rgba(3, 6, 12, 0.35);
}
.home-premium .acr-category.category-2:hover {
    background-color: #1d3557;
}
.home-premium .acr-category.category-2 .acr-category-body p {
    color: #f7f9ff;
}
@media (max-width: 991px) {
    .home-premium .banner-inner {
        gap: 18px;
    }
    .premium-hero .banner-item {
        padding: 26px;
    }
    .home-premium .banner-filter {
        padding: 14px;
        border-radius: 18px;
    }
    .featured-grid,
    .category-grid,
    .collection-grid,
    .premium-promo {
        grid-template-columns: 1fr;
    }
    .section-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}
/*! CSS Used keyframes */
@-webkit-keyframes mui-auto-fill-cancel {
    from {
        display: block;
    }
}
@keyframes mui-auto-fill-cancel {
    from {
        display: block;
    }
}
