.login-widget-wrap .realestate-navigation-quick-login button {
    background-color: transparent;
    cursor: pointer;
}

/* realestate login modal  */

.realestate-hide {
    display: none;
}

.realestate-login-modal {
    padding: 80px;
    position: relative;
}

.realestate-login-modal .realestate-login-form-image {
    position: fixed;
    bottom: 0;
    left: 0;
    max-width: 633px;
    z-index: -1;
}

#realestate-login-modal {
    z-index: 9999999999999;
}

.realestate-login-form-content-title {
    padding-right: 50px;
}

.realestate-login-form-content-title img {
    max-width: 210px;
}

.realestate-login-form {
    background: #FFFFFF;
    position: relative;
    max-width: 582px;
    border-radius: 25px;
    margin-bottom: 50px;
    font-weight: 500;
    padding: 100px 80px;
}

.realestate-login-form h3 {
    font-size: 36px;
    font-family: 'Poppins';
    color: #202020;
    text-align: center;
}

.realestate-login-form .signup-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}

.realestate-login-form .signup-tabs li {
    font-size: 14px;
    font-family: 'Inter';
    padding-bottom: 10px;
    margin: 0 20px;
    border-bottom: 1px solid #fff0;
    color: #000000;
    font-weight: 600;
    cursor: pointer;
}

.realestate-login-form .signup-tabs .active {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.realestate-login-modal .modal-content {
    background-color: #fff0;
    position: unset;
    padding: 0;
}

.login-form-wrap label {
    font-size: 12px !important;
    display: block !important;
    margin-bottom: 10px !important;
    font-weight: 600 !important;
}

.realestate-user-logins .realestate-user-logins-group {
    margin-bottom: 20px;
    position: relative;
}

.realestate-user-logins {
    margin-top: 35px;
}

.login-form-wrap input {
    border: 1px solid #EEF0F5 !important;
    width: 100% !important;
    background-color: #F8F9FC !important;
    border-radius: 4px !important;
    height: 34px !important;
    box-shadow: none !important;
    padding-left: 15px !important;
}

.login-form-wrap .cwp-frontend-section-container .cwp-field-container {
    padding: 0px !important;
}

.login-form-wrap p.cwp-field-container {
    text-align: end !important;
}

.login-form-wrap p.cwp-field-container {
    color: #47464A !important;
    font-size: 12px !important;
    font-family: 'poppins' !important;
    cursor: pointer !important;
    margin-top: 5px !important;
}

.login-form-wrap .cwp-frontend-section-heading-container {
    display: none !important;
}

.login-form-wrap .cwp-frontend-section-container {
    margin-bottom: 0px !important;
}

.login-form-wrap .cwp-frontend-form-container .cwp-frontend-section-container .cwp-frontend-section-content-container {
    border: none !important;
    border-radius: none !important;
}

.realestate-user-logins-group-checkbox {
    display: flex;
    margin-bottom: 21px;
    align-items: start;
    gap: 8px;
}

.realestate-user-logins-group-checkbox input {
    display: none;
}

.realestate-user-logins-group-checkbox label {
    position: relative;
    font-size: 12px;
    color: #424242;
    font-family: 'Poppins';
    padding-left: 25px;
    cursor: pointer;
}

.realestate-user-logins-group-checkbox label a {
    font-size: 12px;
    color: #424242;
    font-weight: 500;
}

.realestate-user-logins-group-checkbox label a:hover {
    color: #009FF5;
}

.realestate-user-logins-group-checkbox label::after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3px;
    left: 1px;
    background: #ffffff;
    border: 1px solid #C2C2C2;
    border-radius: 4px;
    transition: v300ms;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--icons-font);
    color: #009FF5;
    font-size: 9px;
    font-weight: 600;
}

.realestate-user-logins-group-checkbox input:checked+label::after {
    content: var(--check-icon-code) !important;
    background: #009FF5 !important;
    color: #ffffff !important;
    border-color: #fff0 !important;
}

.login-form-wrap input[type="submit"] {
    font-size: 14px !important;
    border: unset !important;
    width: 100% !important;
    color: #fff !important;
    background-color: #009FF5 !important;
    font-family: 'Poppins' !important;
    line-height: 18px !important;
    border-radius: 4px !important;
    transition: 300ms !important;
    padding: 15px 8px !important;
    height: 100% !important;
    margin: 0px;
}

.login-form-wrap input[type="submit"]:hover {
    background-color: #E6F2FF !important;
    color: #009FF5 !important;
}

.login-form-wrap .cwp-frontend-form-container .cwp-frontend-section-container .cwp-frontend-section-content-container {
    padding: 0px !important;
}

.realestate-login-form-signup .form-saprater {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DCDBDD;
    position: relative;
    margin: 15px 0 15px 0;
    justify-content: center;
}

.realestate-login-form-signup .form-saprater p {
    color: #84818A;
    font-size: 14px;
    background: #fff;
    margin-bottom: -9px;
    padding: 0 10px;
}

.realestate-user-social-logins a {
    padding: 13px 0;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #070026;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    gap: 11px;
    border: 1px solid #DCDBDD;
    transition: var(--transition);
    border-radius: 12px;
}

.realestate-user-social-logins {
    padding-top: 10px;
}

.realestate-user-social-logins a:hover {
    background-color: var(--primary-color);
    color: var(--white-700);
}

.realestate-user-logins .realestate-user-logins-group i {
    position: absolute;
    right: 12px;
    margin-top: 10px;
    color: #0000009e;
    cursor: pointer;
}

.login-user-form-show {
    color: #47464A;
    font-size: 12px;
    font-family: 'poppins';
    margin-top: 5px;
}

.login-user-form-show span {
    color: var(--primary-color);
    cursor: pointer;
}

.realestate-user-logins .realestate-user-logins-group .forget-option p:hover,
.login-user-form-show span:hover {
    opacity: 0.5;
}

.realestate-close-login-modal {
    position: absolute;
    right: 30px;
    top: 24px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #070026;
    gap: 10px;
    cursor: pointer;
}

.user-signup-wrap .cwp-frontend-section-heading-container {
    display: none !important;
}

.user-signup-wrap .cwp-frontend-form-container .cwp-frontend-section-container .cwp-frontend-section-content-container {
    border: none !important;
    border-radius: none !important;
    padding: none !important;
}

.user-signup-wrap label {
    font-size: 12px !important;
    display: block !important;
    margin-bottom: 10px !important;
    font-weight: 600 !important;
    color: #070026 !important;
    font-family: "Poppins" !important;
}

.user-signup-wrap input {
    border: 1px solid #EEF0F5 !important;
    width: 100% !important;
    background-color: #F8F9FC !important;
    border-radius: 4px !important;
    height: 34px !important;
    padding: 5px 15px !important;
}

.user-signup-wrap input[type="submit"] {
    font-size: 14px !important;
    border: unset !important;
    width: 100% !important;
    color: #fff !important;
    background-color: #009FF5 !important;
    font-family: 'Poppins' !important;
    padding: 15px 8px !important;
    line-height: 18px !important;
    border-radius: 4px !important;
    transition: 300ms !important;
    height: 100% !important;
}

.user-signup-wrap input[type="submit"]:hover {
    background-color: #E6F2FF !important;
    color: #009FF5 !important;
}

.user-signup-wrap .cwp-frontend-form-container .cwp-frontend-section-container .cwp-frontend-section-content-container {
    padding: 0px !important;
}

.user-signup-wrap .cwp-frontend-section-container {
    margin-bottom: 0px !important;
}

.user-signup-wrap .cwp-radio-container>label {
    display: none !important;
}

.user-signup-wrap .cwp-radio-container input {
    display: none !important;
}

.user-signup-wrap .cwp-field-radio-container {
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.user-signup-wrap .cwp-field-radio-container label {
    font-size: 14px !important;
    font-family: 'Inter';
    padding-bottom: 10px;
    margin: 0 20px !important;
    border-bottom: 1px solid #fff0;
    color: #000000 !important;
    font-weight: 600 !important;
    cursor: pointer;
    font-family: "Poppins" !important;
}

.user-signup-wrap .cwp-radio-container input:checked+label {
    color: #009FF5 !important;
    border-color: #009FF5;
}

.cubewp-social-logins .cubewp-social-login-separator {
    margin: 25px 0 25px 0 !important;
}

.cubewp-social-logins .cubewp-social-login p {
    margin-bottom: 0px !important;
    color: #070026 !important;
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.cubewp-social-logins .cubewp-social-login svg {
    width: 14px !important;
    height: 14px !important;
}

.cubewp-social-logins .cubewp-social-login-separator span {
    color: #84818A !important;
    font-size: 14px !important;
    background: #fff !important;
    margin-bottom: -9px !important;
    padding: 0 10px !important;
    font-family: "Poppins" !important;
}
.cwp-frontend-section-container .cwp-field-container{
    padding: 0px !important;
}

/* Taxnomy Caoursel Style 6 Start */

.realstate-home2-page-properties-by-cities .slick-track{
	display:flex;
	gap:20px;
}

.col-realstate-home2-explore-apartments-slider-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 248px;
    padding: 22px 30px 38px 30px;
    background: #F1FAFF;
    transition: var(--transition);
    border-radius: 12px;
}
.realestate-strech-link {
    right: 0;
    top: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
}
.realestate-strech-link::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    z-index: 0;
}
.icon-realstate-home2-explore-apartments-slider-box {
    display: flex;
    justify-content: center;
    padding: 18px 0;
    background: var(--white-700);
    border-radius: 35px;
    transition: 0.3s;
}
.p-lg {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
    font-family: var(--bs-body-font-family);
    color: var(--grid-text-color);
    margin: 0 0 0 0;
}
h5 {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 600;
    font-family: var(--bs-body-font-family);
    color: var(--heading-color);
    margin: 0 0 0 0;
}
.text-content-realstate-home2-explore-apartments-slider-box p {
    margin-top: 5px;
}

/* taxnomy Carousel Style 6 End */

/* taconomy grid style 2 css start*/

.realstate-properties-types-grid {
    width: 100%;
    height: 355px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    border-radius: 15px;
    overflow: hidden;
}

.realstate-properties-types-grid img {
    height: 100%;
    width: 100%;
    transition: 300ms;
    min-height: 355px;
    object-fit: cover;
}.realstate-properties-types-grid:hover img {
    transform: scale(1.1);
}

.realstate-properties-types-grid .realstate-properties-types-content {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 29px 26px;
    transition: 300ms;
    left: 0;
    background-image: linear-gradient(199deg, #0000008f, #fff0);
    justify-content: end;
}
.realstate-properties-types-grid .realstate-properties-types-content:hover {
    background-image: linear-gradient(199deg, #0000008f, #0000008f);
    justify-content: end;
}

.realstate-properties-types-grid .realstate-properties-types-content h3 {
    font-size: 15px;
    color: #ffffff;
    transition: 300ms;
    margin-bottom: 7px;
    font-weight: 600;
}.realstate-properties-types-grid .realstate-properties-types-content p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
}

/* taconomy grid style 2 css end*/

/* Agent Post Code Form Css start */ 
#agent-postcode-form .cwp-frontend-section-content-container {
    border: none;
    border-radius: 0px;
    border-top: 0;
    padding: 0px;
    background: transparent;
    margin: 0px;
}

#agent-postcode-form .cwp-field-container {
    margin: 0px !important;
    padding: 0px;
    width: 100%;
}

#agent-postcode-form .cwp-field-container label {
    display: block;
    cursor: pointer;
    font-size: 14px;
    color: #1F193B;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0px;
    margin-bottom: 5px;
    word-spacing: 2px;
}

#agent-postcode-form .form-control {
    display: block;
    width: 100%;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #73777D;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #D1D1D1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    transition: none;
}

#agent-postcode-form .form-control:focus {
    outline: 0;
    box-shadow: none;
}

#agent-postcode-form .cwp-frontend-section-container {
    margin-bottom: 22px;
}

#agent-postcode-form input[type=submit] {
    margin: 0px 0px 0px 0px;
}

#agent-postcode-form .agent-postcode-button {
    background: #1F193B;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0px;
    padding: 11px 26px;
    text-decoration: none;
    text-shadow: none;
    width: 100%;
}

#agent-postcode-form .agent-postcode-button:hover {
    background: transparent;
    border: 1px solid #080127;
 color:#080127;
}
/* Agent Post Code Form Css start */

/* Taxonomy Grid Style 4 Start Here */

.classic-diff-categories-image{
	height:100%;
	position: relative;
}

.classic-diff-categories-image img{
	height: 100%;
}

.diff-cate-pric-text h3 {
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 700;
    color: white;
}

.diff-cate-hide-content p {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Inter';
    color: white;
}

.diff-cate-pric-available h4 {
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 600;
    color: white;
}

.classic-diff-categories-box {
    overflow: hidden;
    height: 238px;
}

.classic-diff-image-text {
    text-align: center;
    padding: 7px 0;
    width: 100%;
    background: #000000bf;
    transition: .2s;
    overflow: visible;
    position: absolute;
    bottom: 0px;
}

.classic-diff-categories-image .classic-diff-image-text p {
    padding: 0;
    font-size: 12px;
    text-transform: capitalize;
	margin: 0px;
}

.classic-diff-categories-box:hover .classic-diff-image-text {
  display:none;
}

.classic-diff-image-text p {
    color: #fff;
}

.classic-diff-categories-box .diff-cate-hide-content {
    background: #000000bf;
    width: 100%;
    height: 100%;
    transform: translateY(0px);
    transition: .2s;
    padding-top: 32px;
}

.classic-diff-categories-box:hover .diff-cate-hide-content {
   transform: translateY(-238px);
}

.diff-cate-hide-content {
    text-align: center;
}

.diff-cate-pric-text {
    padding-bottom: 18px;
    border-bottom: 0.5px solid white;
    width: 169px;
    margin: auto;
}

.diff-cate-pric-available {
	padding-bottom: 25px;
}


.diff-cate-slider .slick-list.draggable {
    overflow: inherit;
}

/* Taxonomy Grid Style 4 End Here */

/* Agent Choice Form Css Start From here */

.agent-choice .cwp-frontend-section-content-container {
	padding: 0px !important;
	border: 0px !important;
}

.agent-choice .cwp-custom-form .cwp-frontend-section-container{
	margin-bottom: 0px;
}

.agent-choice .cwp-frontend-form-container .cwp-custom-form input[type=submit]{
	margin: 0px !important;
}

/* Agent Choice Form Css End From here */

/* taxonomy carousel style 5 start*/

.real-estate-gallery-style3-colum {
    display: flex !important;
    flex-direction: column;
    gap: 18px 0;
}

.real-estate-gallery-style3-colum .colum-one-row-one,
.real-estate-gallery-style3-colum .colum-one-row-two,
.real-estate-gallery-style3-colum .colum-three-row-one,
.real-estate-gallery-style3-colum .colum-three-row-two {
    display: flex;
    gap: 0 18px;
}

.real-estate-gallery-style3-colum.one .colum-one-row-one .thumbnail-img.one {
    width: 316px;
    height: 421px;
}

.real-estate-gallery-style3-colum.one .colum-one-row-one .thumbnail-img.two {
    width: 316px;
    height: 260px;
}

.real-estate-gallery-style3-colum.one .colum-one-row-one {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.real-estate-gallery-style3-colum.one .colum-one-row-two {
    flex-direction: column;
    gap: 17px;
}

.real-estate-gallery-style3-colum.one .colum-one-row-two .thumbnail-img.two {
    width: 311px;
    height: 457px;
}

.real-estate-gallery-style3-colum.one .colum-one-row-two .thumbnail-img.one {
    width: 311px;
    height: 226px;
}

.real-estate-gallery-style3-colum.one {
    display: flex ! IMPORTANT;
    gap: 17px;
    flex-direction: row !important;
}

.real-estate-gallery-style3-colum.one .colum-one-row-one {
    display: flex;
    flex-direction: column;
}

.real-estate-gallery-style3-colum.two {
    width: 315px !IMPORTANT;
}

.real-estate-gallery-style3-colum.three {
    width: 780px !important;
}

.real-estate-gallery-style3-colum .thumbnail-img {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    cursor: all-scroll;
}

.real-estate-gallery-style3-colum .thumbnail-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.real-estate-gallery-style3-colum .colum-one-row-one,
.real-estate-gallery-style3-colum .colum-three-row-one {
    align-items: end;
}

.real-estate-gallery-style3-colum .colum-one-row-two,
.real-estate-gallery-style3-colum .colum-three-row-two {
    align-items: start;
}

.real-estate-gallery-style3-colum .colum-one-row-one .thumbnail-img.one {
    width: 289px;
    height: 333px;
}

.real-estate-gallery-style3-colum .colum-one-row-one .thumbnail-img.two {
    width: 473px;
    height: 333px;
}

.real-estate-gallery-style3-colum .colum-one-row-two .thumbnail-img.one {
    width: 401px;
    height: 333px;
}

.real-estate-gallery-style3-colum .colum-one-row-two .thumbnail-img.two {
    width: 361px;
    height: 333px;
}

.real-estate-gallery-style3-colum .colum-two-row-one .thumbnail-img.one {
    width: 100%;
    height: 681px;
}

.real-estate-gallery-style3-colum .colum-three-row-one .thumbnail-img.one {
    width: 309px;
    height: 335px;
}

.real-estate-gallery-style3-colum .colum-three-row-one .thumbnail-img.two {
    width: 453px;
    height: 333px;
}

.real-estate-gallery-style3-colum .colum-three-row-two .thumbnail-img.one {
    width: 250px;
    height: 347px;
}

.real-estate-gallery-style3-colum .colum-three-row-two .thumbnail-img.two {
    width: 508px;
    height: 333px;
}

.real-estate-gallery-style3-colum .thumbnail-img-layer {
    background: #0000006E;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.3s;
    transform: translatey(-100%);
}

.real-estate-gallery-style3-colum .thumbnail-img:hover .thumbnail-img-layer {
    transform: translateY(0);
}

.real-estate-gallery-style3-colum .thumbnail-img-text {
    position: absolute;
    bottom: 20px;
    left: 25px;
    color: #fff;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    transform: translatey(15px);
}

.real-estate-gallery-style3-colum .thumbnail-img:hover .thumbnail-img-text {
    opacity: 1;
    visibility: visible;
    transform: translatey(0);
}

.real-estate-gallery-style3-colum .thumbnail-img-text h2 {
    color: #FFF;
    font-family: Inter;
    font-size: 22px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.64px;
    text-transform: capitalize;
    margin-bottom: 9px;
}

.real-estate-gallery-style3-colum .thumbnail-img-text p {
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-weight: 600;
    background: #fff0;
    line-height: normal;
    letter-spacing: -0.13px;
    margin-bottom: 0;
}

.real-estate-gallery-style3-slider .slick-track {
    display: flex;
    align-items: center;
    gap: 0 16px;
}

.real-estate-gallery-style3-slider.hand-to-scroll {
    cursor: all-scroll;
}

.real-estate-gallery-style3-slider .slick-dots {
    right: 0;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -35px;
    left: 0;
    gap: 0 5px;
}

.real-estate-gallery-style3-slider .slick-dots button {
    line-height: 0;
    font-size: 0;
    border-radius: 25px !important;
    width: 13px !important;
    height: 13px !important;
    background: #D6D6D6;
    border: none;
}

.real-estate-gallery-style3-slider .slick-active button {
    background: var(--primary-color);
    width: 30px !important;
}

/* taxonomy carousel style 5 end*/

/* Taxonomy Carousel Style 7 Start */

.classic-globe-review {
    border-radius: 8px;
    background: #091834;
    padding: 32px 21px 38px 31px;
    width: 100%;
    overflow: hidden;
}

.home-classic-globe-box div:first-child {
    height: 206px;
}

.home-classic-globe-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.home-classic-globe-img {
    border-radius: 8px;
    overflow: hidden;
}

.home-classic-globe-img.small-img .classic-globe-hide-small h5 {
    color: #ffffff9c;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 400;
    transition: var(--transition);
    font-family: 'Inter';
    transform: translate(-2px, -3px);
    text-align: right;
    width: 100%;
}

.home-classic-globe-img.small-img:hover .classic-globe-hide-small h5 {
    transform: translateY(0);
    color: #fff;
}


.home-classic-globe-img.small-img.first {
    height: 408px;
    border-radius: 8px;
    overflow: hidden;
}

.row-classic-globe {
    display: flex;
    align-items: center;
    gap: 10px;
}

.home-classic-globe-content .slick-slide {
    width: 409px;
}

.home-classic-globe-img.small-img.first .classic-globe-img-small {
    height: 100%;
    max-width: 100%;
}

.home-classic-globe-img.small-img {
    overflow: hidden;
    position: relative;
}

.home-classic-globe-box div:last-child {
    height: 196px;
}

.home-classic-globe {
    background: #FBFBFB;
}

.home-classic-globe-box .classic-globe-review:last-child {
    padding: 28px 21px 38px 33px;
}

.home-classic-globe-img.small-img .classic-globe-hide-small {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0000002e;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: var(--transition);
    align-items: center;
    padding: 24px;
}

.home-classic-globe-img:hover .classic-globe-hide-small {
    background-color: #000000ab;
}

.classic-globe-box2-svg {
    margin-top: -3px;
}

.classic-globe-pric-text p {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Inter';
    color: white;
}

.classic-globe-pric-text h4 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Inter';
    color: white;
}

.classic-globe-pric-text {
    text-align: center;
    margin-bottom: 48px;
}

.classic-globe-pric-available {
    text-align: center;
    margin-bottom: 96px;
}

.classic-globe-pric-available h3 {
    font-size: 38px;
    font-weight: 600;
    font-family: 'Inter';
    color: white;
}

.classic-globe-pric-available p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter';
    color: white;
}

.classic-globe-hide h5 {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Inter';
    color: white;
    text-align: end;
    padding-right: 28px;
}

.classic-globe-img-small {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.home-classic-globe-box1:hover .classic-globe-box1-text {
    transform: translateY(20px);
}

.classic-globe-slider-arrow {
    display: flex;
    gap: 9px;
    margin: 0 0 4px 0;
}

section.home-classic-globe.pt-100.pb-90 {
    overflow: hidden;
}

.row-classic-globe .slick-list .slick-track .slick-slide>div {
    margin: 0px 5px;
}

.row-classic-globe .slick-list.draggable {
    overflow: inherit;
}

.classic-globe-pric-text-avarage,
.classic-globe-pric-text-small {
    opacity: 0;
    transition: var(--transition);
    transform: translate(0px, 20px);
}

.home-classic-globe-img.small-img.first:hover .classic-globe-pric-text-small {
    transform: translate(0px, 70%);
    opacity: 1;
}

.home-classic-globe-img:hover .classic-globe-pric-text-small,
.home-classic-globe-img:hover .classic-globe-pric-text-avarage {
    opacity: 1;
    transform: translate(0px, 0);
}

.home-classic-globe-img:hover .classic-globe-img-small img {
    transform: scale(1.1);
}

.classic-globe-pric-text-avarage p, .classic-globe-pric-text-small p {
    font-size: 12px;
    color: #fff;
    font-family: 'Inter';
    width: 100%;
    text-align: center;
}

.classic-globe-pric-text-small h4 {
    font-size: 18px;
    color: #fff;
    font-family: 'Inter';
    width: 100%;
    font-weight: 700;
    text-align: center;
}


.home-classic-globe-img.small-img .classic-globe-hide-small h5 {
    color: #ffffff9c;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 400;
    transition: 300ms;
    font-family: 'Inter';
    transform: translate(-2px, -3px);
    text-align: right;
    width: 100%;
}

.classic-globe-pric-text-small h4 {
    font-size: 18px;
    color: #fff;
    font-family: 'Inter';
    width: 100%;
    font-weight: 700;
    text-align: center;
}

.classic-globe-review-text p {
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 400;
    color: white;
}

.classic-globe-pric-text-avarage h3 {
    font-size: 38px;
    color: #fff;
	font-family: 'Inter';
    width: 100%;
    font-weight: 600;
    text-align: center;
}

/* Taxonomy Carousel Style 7 End */


/* Taxonomy List Style 1 Start  */

h5.realestate-classic-heading-title.mb-20 {
    color: #070026;
    font-family: 'Inter';
    font-size: 24px;
    font-weight: 600;
}

.realestate-classic-list-terms-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.realestate-section-title.mb-20.color-070026 {
    margin-bottom: 18px;
}
.color-070026 {
    color: #070026;
}
.realestate-list-terms-section {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}

.realestate-list-terms-section li {
    width: calc(100% / 5 - 10px);
}

.realestate-search-categories-section.size-4 .realestate-list-terms-section .realestate-list-terms-show, .realestate-list-terms-section.size-1 li {
    width: calc(100% / 1);
}

.realestate-list-terms-section li a {
    color: #73777D;
    transition: 300ms;
}
.realestate-list-terms-section li a:hover {
    color: #0A4BE3;
}
/* Taxonomy List Style 1 End  */
/* tax Caoursel Style 8 Start */

.luxury-listings-grids-2 {
    overflow: hidden;
}

.luxury-listings-grids-2.luxury-listings-banner-title h1 {
    color: #DAB668;
    font-size: 40px;
    font-weight: 400;
    font-family: 'Montserrat';
}

.luxury-thumb-overly {
    position: absolute;
    background: #000000BF;
    transform: translateY(0);
    top: 0;
    height: 100%;
    width: 100%;
}

.luxury-listings-grids-2.luxury-listing-gap:hover .luxury-listing-main-grid-post-content {
    transform: translateY(50%);
}

.luxury-listings-grids-2.luxury-listing-main-grid-post-content-title {
    margin-bottom: 37px;
    position: relative;
    padding-bottom: 117px;
}

.luxury-listings-grids-2 .realestate-strech-link {
    right: 0;
    top: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 99999;
}

.luxury-listings-grids-2.luxury-listing-main-grid-post-content-title h4::after {
    position: absolute;
    content: '';
    width: 1px;
    background: #DAB668;
    height: 77px;
    bottom: -45px;
    left: 0;
    right: 0;
    margin: auto;
}


.luxury-listings-grids-2.luxury-listing-main-grid-post-content {
    background: transparent;
}

ul.luxury-listings-grids-2.luxury-home-listing::after {
    content: none;
}




.luxury-listings-grids-2-slider button.slick-prev.slick-arrow {
    position: absolute;
    right: 258px;
    top: -50px;
    font-size: 0;


}

.luxury-listings-grids-2-slider button.slick-arrow.slick-disabled {
    color: #DAB66840;
    border-color: #DAB66840 !important;
}

.luxury-listings-grids-2-slider button.slick-next.slick-arrow {
    position: absolute;
    right: 220px;
    top: -50px;
    font-size: 0;

}

.luxury-conetnt button.slick-prev.slick-arrow:before {
    content: '\f060';
    font-weight: 900;
    font-family: 'font Awesome 6 Free';
    color: #DAB668;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.luxury-conetnt button.slick-next.slick-arrow:before {
    content: '\f061';
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    color: #DAB668;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-top: 2px;
}

.luxury-listings-grids-2-slider button.slick-arrow {
    width: 17px;
    height: 25px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #DAB668;
    line-height: 0;
}

.luxury-listings-grids-2.luxury-listing-gap {
    padding: 2.5px;
}

/* tax Caoursel Style 8 End */
/* Taxnomy Grid Style 1 Css Start */

.real-estate-categories-item .re-categories-thumbnail {
    height: 185px;
    margin-bottom: 16px;
    position: relative;
    text-align: center;
    background: #ffffff;
    padding: 3px;
    border-radius: 4px;
    transition: 0.3s;
    overflow: hidden;
}

.real-estate-categories-item .re-categories-thumbnail:hover {
    box-shadow: -3px 7px 20px 4px #a1a1a114;
}

.real-estate-categories-item .re-categories-thumbnail a img {
    width: 100%;
    height: 100%;
    transition: var(--transition);
    border-radius: 4px;
    object-fit: cover;
}

.real-estate-categories-item .re-categories-thumbnail:hover img {
    transform: scale(1.2);
}

.real-estate-categories-item .re-categories-thumbnail a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.real-estate-categories-item .re-categories-details {
    text-align: center;
}

.real-estate-categories-item .re-categories-details a {
    text-decoration: none;
    color: #080127;
}

.real-estate-categories-item .re-categories-details p {
    color: #73777D;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    text-transform: capitalize;
    margin: 0;
}

.reaestate-section-headings h2 {
    text-transform: capitalize;
}

.real-estate-categories-item .item-title {
    font-weight: 600;
    transition: var(--transition);
    line-height: 30px;
}

.real-estate-categories-item .item-title:hover {
    color: var(--primary-color);
}

.real-estate-categories-item .re-categories-thumbnail a {
    display: block;
    overflow: hidden;
    border-radius: 4px;
    height: 100%;
}

.reaestate-category-style2-load-more {
    color: var(--heading-color);
    border: 1px solid var(--heading-color);
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    padding: 11px 16px;
    transition: 300ms;
}

.reaestate-category-style2-load-more:hover {
    background-color: var(--primary-color);
    color: var(--primary-color-700);
    border-color: unset;
}

.reaestate-category-style2-load-more.classic2-load-more:hover {
    background-color: #fff0;
    color: var(--primary-color);
    opacity: 0.6;
}

/* Taxonomy Grid Style 1 Css End */

/* Taxnomy Carousel Style 2 Css Start */

.real-estate-location .real-estate-location-post-slider .slick-list.draggable {
    overflow: inherit;
}

.real-estate-location .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.real-estate-location-post-slider.location-slider-01 .slick-slide {
    width: 336px !important;
}

.real-estate-location .re-location-post {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin: 10px 8px 0 8px;
}

.real-estate-location .re-location-post:hover .re-location-post-thumbnail img {
    transform: scale(1.1);
}

.real-estate-location .re-location-post:hover {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
}

.real-estate-location .re-location-post:hover .re-location-post-text h3,
.real-estate-location .re-location-post:hover .re-location-post-text p {
    color: var(--white-700)
}

.real-estate-location .re-location-post a {
    display: block;
}

.real-estate-location .re-location-post .re-location-post-thumbnail {
    height: 408px;
    width: 100%;
    display: block;
}



.real-estate-location .re-location-post .re-location-post-thumbnail {
    height: 408px;
}

.real-estate-location .re-location-post:hover .re-location-post-text.two {
    display: block;
}

.real-estate-location .re-location-post-thumbnail a::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.real-estate-location .re-location-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .2s;
}

.real-estate-location .re-location-post-text {
    position: absolute;
    top: 40px;
    width: 100%;
    text-align: center;
}

.real-estate-location .re-location-post-text h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 22px;
    color: #070026;
    margin-bottom: 6px;
    margin-top: 30px;
}

.real-estate-location .re-location-post-text p {
    color: #181A20;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
}

.re-location-post-layer {
    background: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.3s;
    opacity: 0.5;
    border-radius: 0;
    transform: translatey(-100%);
}

.real-estate-location .re-location-post:hover .re-location-post-layer {
    transform: translatey(0);
}

.real-estate-location .slick-dotted.slick-slider .slick-dots li button {
    background-color: var(--overlay-color);
    opacity: .25;
    width: 6px !important;
    font-size: 0;
    height: 6px;
    border-radius: 50%;
    padding: 0;
}

.real-estate-location .slick-dotted.slick-slider .slick-dots li.slick-active button {
    opacity: .75;
    background-color: var(--overlay-color);
    width: 8px !important;
    height: 8px !important;
}

.real-estate-location .slick-dotted.slick-slider .slick-dots li button::before {
    font-size: 0px;
    display: none;
}

.real-estate-location .slick-dotted.slick-slider .slick-dots li {
    display: flex;
    align-items: center;
}

.real-estate-location .slick-dotted.slick-slider .slick-dots {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    margin-top: 34px;
    list-style: none;
    gap: 13px;
}

.realestate-classic-section-testimonials-container.real-estate-location .slick-dotted.slick-slider .slick-dots {
    margin-top: 32px !important;
}

.real-estate-location .slick-slider .slick-arrow {
    border: unset;
    background: #fff0;
    position: relative;
    font-size: 0;
    color: unset;
    margin: 0 15px;
}

.real-estate-location .slick-slider .slick-arrow.slick-prev::after {
    transform: rotate(180deg);
    left: -5px;
}

.real-estate-location .slick-slider .slick-arrow::after {
    content: "\f061";
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
    position: absolute;
    color: var(--secondary-color);
    font-size: 15px;
}

.real-estate-location .slick-slider .slick-arrow.slick-disabled::after {
    opacity: 0.3;
}

.real-estate-location .re-location-post:hover .re-location-post-text h3, .real-estate-location .re-location-post:hover .re-location-post-text p {
    color: #ffffff;
}

.real-estate-location .re-location-post:hover .re-location-post-text h3, .real-estate-location .re-location-post:hover .re-location-post-text p {
    color: #ffffff;
}


/* Taxnomy Carousel Style 2 Css End */

/* Taxnomy List Style 2 Css Start */

.realestate-search-categories-section h5{
	font-size: 16px;
    line-height: 1.5em;
    font-weight: 600;
    font-family: 'inter';
    color: #070026;
    margin: 0 0 0 0;
}

.realestate-list-terms-section {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}

.realestate-list-terms-section li {
    width: calc(100% / 5 - 10px);
}

.realestate-list-terms-section {
   margin-bottom: 30px;
}

.realestate-search-categories-section.size-4 .realestate-list-terms-section li {
    width: calc(100% / 4 - 33px);
}

.realestate-search-categories-section.size-4 .realestate-list-terms-section .realestate-list-terms-show,
.realestate-list-terms-section.size-1 li {
    width: calc(100% / 1);
}

.realestate-search-categories-section.size-4 .realestate-list-terms-section .realestate-list-terms-show span,
.realestate-search-categories-section.size-4 .realestate-list-terms-section .realestate-list-terms-show i {
    color: #4081FF;
}

.realestate-search-categories-section.size-4 .realestate-list-terms-section .realestate-list-terms-show {
    margin-top: 11px;
}

.realestate-search-categories-section.size-4 {
    margin-bottom: 75px;
}

.realestate-list-terms-section li a {
    color: #73777D;
    transition: 300ms
}

.realestate-list-terms-section li a:hover {
    color: #4081FF;
}

.realestate-list-terms-section .realestate-list-terms-show {
    width: 100%;
    color: #4081FF;
    font-size: 14px;
    cursor: pointer;
    transition: 300ms;
    font-family: 'inter';
}

.realestate-list-terms-section .realestate-list-terms-show i {
    transition: 300ms;
}

.realestate-list-terms-section .realestate-list-terms-show.active i {
    transform: rotate(178deg);
}

/* Taxnomy List Style 2 Css End */
/* Taxnomy Grid Style 3 Css Start */

.realestate-pro-location-posts .post-thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.realestate-pro-location-posts .post-thumbnail:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000040;
}

.realestate-pro-location-posts .post-thumbnail.map-sec:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff91;
}

.realestate-pro-location-posts .post-thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.realestate-pro-location-posts .col-md-8 .map-sec .post-title-detail h2 {
    font-size: 24px;
    font-weight: 700;
    color: #152242;
}

.realestate-pro-location-posts .post-title-detail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: start;
    justify-content: end;
    display: flex;
    flex-direction: column;
    z-index: 99;
    padding: 20px;
    background-image: linear-gradient(126deg, #000000b0, #00000021);
    background-size: 400%;
    background-position-x: 200%;
    transition: 0.3s;
}

.post-thumbnail.map-sec .post-title-detail {
    background-image: radial-gradient(at center center, #ffffff8c 0%, #ffffff4d 100%);
    justify-content: center;
    align-items: center;
}

.realestate-pro-location-posts .post-title-detail:hover {
    background-position-x: 134%;
}

.realestate-pro-location-posts .post-title-detail h2 {
    color: #fff;
	  font-size: 24px;
    line-height: 1.5em;
    font-weight: 600;
    font-family: 'Urbanist';
    margin: 0 0 0 0;
}

.realestate-pro-location-posts .post-title-detail .description p {
    font-size: 16px;
    font-weight: 400;
    color: #152242;
}

.realestate-pro-location-posts .post-title-detail .find-button a {
    font-size: 14px;
    font-weight: 700;
    color: #D21312;
    padding: 3px 16px;
    transition: 0.5s ease-in-out;
    border: unset;
    border-radius: 40px;
    border: 1px solid #D21312;
}

.realestate-pro-location-posts .post-title-detail .offers li p {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 300;
}

.realestate-pro-location-posts .post-thumbnail a {
    display: block;
}

.realestate-pro-location-posts .post-title-detail .offers {
    margin-bottom: -58px;
    margin-top: 10px;
    transition: 300ms;
}

.realestate-pro-location-posts .post-thumbnail:hover .offers {
    margin-bottom: 76px;
}

.realestate-pro-location-posts .post-title-detail .offers li p b {
    font-weight: 500;
}

.realestate-pro-location-posts .post-title-detail .find-button a:hover {
    color: #fff;
    background-color: 300ms;
}

.realestate-pro-location-posts .post-title {
    margin-bottom: 16px;
}

.realestate-pro-location-posts .post-thumbnail .description {
    margin-bottom: 4px;
}

.realestate-pro-location-posts .post-title-detail .offers li {
    display: flex;
    align-items: center;
    gap: 43px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 300;
}

.realestate-pro-location-posts .post-title-detail .offers li {
    display: flex;
    align-items: center;
    gap: 43px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 300;
}

.realestate-pro-location-posts .post-title-detail .offers li p {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 300;
	    margin-bottom: 0px;
}

.realestate-pro-location-posts .post-title-detail .offers li p b {
    font-weight: 500;
}

.realestate-pro-location-posts .post-title-detail .find-button a:hover {
    color: #fff;
    background-color: #D21312;
}

.realestate-pro-location-posts .post-title-detail .offers {
    margin-bottom: -58px;
    margin-top: 10px;
    transition: 300ms;
}

/* Taxnomy Grid Style 3 Css End */

/* Taxonomy List Style 2 Css Start here */


.realestate-list-terms-section {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}

.realestate-list-terms-section li {
    width: calc(100% / 5 - 10px);
}

.realestate-search-categories-section.size-4 .realestate-list-terms-section {
    gap: 7px 43px;
    margin-top: -4px;
}

.realestate-search-categories-section.size-4 .realestate-list-terms-section li {
    width: calc(100% / 4 - 33px);
}

.realestate-search-categories-section.size-4 .realestate-list-terms-section .realestate-list-terms-show,
.realestate-list-terms-section.size-1 li {
    width: calc(100% / 1);
}

.realestate-search-categories-section.size-4 .realestate-list-terms-section .realestate-list-terms-show span,
.realestate-search-categories-section.size-4 .realestate-list-terms-section .realestate-list-terms-show i {
    color: #4081FF;
}

.realestate-search-categories-section.size-4 .realestate-list-terms-section .realestate-list-terms-show {
    margin-top: 11px;
}

.realestate-search-categories-section.size-4 {
    margin-bottom: 75px;
}

.realestate-list-terms-section li a {
    color: var(--descprition-color);
    transition: var(--transition);
}

.realestate-list-terms-section li a:hover {
    color: var(--primary-color);
}

.realestate-list-terms-section .realestate-list-terms-show {
    width: 100%;
    color: var(--primary-color);
    font-size: 14px;
    cursor: pointer;
    transition: var(--transition);
    font-family: var(--primary-font);
}

.realestate-list-terms-section .realestate-list-terms-show i {
    transition: var(--transition);
}

.realestate-list-terms-section .realestate-list-terms-show.active i {
    transform: rotate(178deg);
}

.mb-30 {
    margin-bottom: 30px;
}

/* Taxonomy List Style 2 Css End here */
