/*!
Theme Name: Giri LLC
Theme URI: https://www.dotcomdesign.com/
Author: Dotcom Design
Author URI: https://www.dotcomdesign.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: giri-llc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
    # Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea,
p {
    color: var(--common-color);
    font-size: 18px;
    line-height: 1.8;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: inline-block;
    float: none;
    width: 100%;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    gap: 0 46px;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    float: none;
    display: inline-block;
    position: relative;
    transition: var(--transition);
}

.main-navigation li a {
    transition: var(--transition);
    position: relative;
    font-weight: 500;
    line-height: 1.5;
}

.main-navigation li.current-menu-parent>a,
.main-navigation li.current_page_item>a {
    color: var(--primary-color);
}

.main-navigation li.current-menu-parent.menu-item-has-children::after,
.main-navigation li.current_page_item.menu-item-has-children::after {
    background-color: var(--primary-color);
}

/*========== Fonts CSS Start ==========*/

@font-face {
    font-family: "Poppins";
    src: url("assets/fonts/Poppins-Bold.eot");
    src: url("assets/fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Poppins-Bold.woff2") format("woff2"), url("assets/fonts/Poppins-Bold.woff") format("woff"), url("assets/fonts/Poppins-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("assets/fonts/Poppins-Medium.eot");
    src: url("assets/fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Poppins-Medium.woff2") format("woff2"), url("assets/fonts/Poppins-Medium.woff") format("woff"), url("assets/fonts/Poppins-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("assets/fonts/Poppins-Regular.eot");
    src: url("assets/fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Poppins-Regular.woff2") format("woff2"), url("assets/fonts/Poppins-Regular.woff") format("woff"), url("assets/fonts/Poppins-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("assets/fonts/Poppins-SemiBold.eot");
    src: url("assets/fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Poppins-SemiBold.woff2") format("woff2"), url("assets/fonts/Poppins-SemiBold.woff") format("woff"), url("assets/fonts/Poppins-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("assets/fonts/Roboto-Regular.eot");
    src: url("assets/fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Roboto-Regular.woff2") format("woff2"), url("assets/fonts/Roboto-Regular.woff") format("woff"), url("assets/fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/*========== Fonts CSS End ==========*/

/*========== Form CSS Start ==========*/
.form-element i {
    position: absolute;
    top: 20px;
    right: 22px;
    font-size: 16px;
    color: var(--dark-color);
    pointer-events: none;
}

.form-element i.fa-chevron-down::before {
    content: "";
    -webkit-mask-image: url("assets/images/arrow.svg");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 11px;
    height: 15px;
    background-color: var(--dark-color);
    display: block;
    transform: rotate(90deg);
}

.wpcf7-form-control-wrap {
    margin-bottom: 16px;
}

.form-input::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
    color: var(--input-color);
    opacity: 1;
}

.form-input::-moz-placeholder,
.input-text::-moz-placeholder {
    color: var(--input-color);
    opacity: 1;
}

.form-input:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
    color: var(--input-color);
    opacity: 1;
}

.form-input::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
    color: var(--input-color);
    opacity: 1;
}

.form-input::placeholder,
.input-text::placeholder {
    color: var(--input-color);
    opacity: 1;
}

select option {
    color: #000;
}

select {
    color: var(--input-color) !important;
}

.form-input,
.input-text,
.select2-container--default .select2-selection--single .select2-selection__rendered,
select {
    width: 100%;
    height: 56px;
    border: 1px solid var(--primary-light-color);
    outline: none !important;
    padding: 0 16px;
    font-size: 18px;
    line-height: 1.8;
    color: var(--common-color);
    background: var(--grey-light-color);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-appearance: none;
    appearance: none;
}

select,
select.form-input {
    padding-right: 35px;
}

span.wpcf7-not-valid-tip {
    margin-bottom: -16px;
}

.form-input.wpcf7-textarea {
    height: 180px;
    resize: none;
    padding: 16px;
    display: block;
}

.submit-btn {
    text-align: left;
}

.wpcf7 .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 103%;
    transform: translate(0, -50%);
    margin: 0;
}

span.wpcf7-list-item-label::before,
.woocommerce-form__label-for-checkbox span::before,
.comment-form-cookies-consent label::before {
    --radio-label-size: 16px;
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: var(--radio-label-size);
    height: var(--radio-label-size);
    border-radius: 4px;
    border: 1px solid var(--primary-color);
    z-index: 1;
}

.comment-form-cookies-consent label::before {
    top: 6px;
}

.comment-form-cookies-consent label::before {
    border-radius: 0;
    border-width: 1px;
    border-color: var(--dark-color);
}

span.wpcf7-list-item-label::after,
.woocommerce-form__label-for-checkbox span::after,
.comment-form-cookies-consent label::after {
    --radio-label-inner-size: 12px;
    content: "";
    position: absolute;
    top: 9px;
    left: 4px;
    width: var(--radio-label-inner-size);
    height: var(--radio-label-inner-size);
    border-radius: calc(var(--radio-label-inner-size) * 0.5);
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    opacity: 0;
    transition: var(--transition);
    z-index: 0;
}

.comment-form-cookies-consent label::after {
    top: 6px;
}

.comment-form-cookies-consent label,
.woocommerce-form__label-for-checkbox span,
span.wpcf7-list-item-label {
    padding-left: 11px;
    display: flex;
}

#apply_now .modal-dialog span.wpcf7-list-item-label {
    padding-left: 20px;
}

#apply_now .wpcf7-radio span.wpcf7-list-item-label::after {
    top: 11px;
    left: 2px;
}

#apply_now .wpcf7-radio span.wpcf7-list-item-label::before {
    border-radius: 50%;
}

.add-more-reference,
.add-more-previous-employment {
    margin-bottom: 20px;
}

.add-more-reference i,
.add-more-previous-employment i {
    margin-right: 5px;
}

.wpcf7-radio span.wpcf7-list-item-label::after {
    top: 6px;
}

.comment-form-cookies-consent label::after {
    left: 0;
}

input[type="radio"]:checked~span::after {
    opacity: 1;
}

.woocommerce-form__label-for-checkbox span::before,
.checkbox-wp .wpcf7-list-item-label::before,
.comment-form-cookies-consent label::before {
    border-radius: 0;
}

.wpcf7-checkbox span.wpcf7-list-item-label::after,
.checkbox-wp .wpcf7-list-item-label::after,
.woocommerce-form__label-for-checkbox span::after,
.comment-form-cookies-consent label::after {
    --checkbox-label-size: 16px;
    content: "\f00c";
    width: var(--checkbox-label-size);
    height: var(--checkbox-label-size);
    background: transparent;
    color: var(--white-color);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 9px;
    background: var(--dark-color);
    border-radius: 3px;
}

.wpcf7-checkbox span.wpcf7-list-item-label::after {
    left: 0;
    background: var(--primary-color);
}

input[type="checkbox"]:checked~span::before,
input[type="checkbox"]:checked~span::after,
input[type="checkbox"]:checked~span.wpcf7-list-item-label::after,
input[type="checkbox"]:checked~span.wpcf7-list-item-label::before,
input[type="checkbox"]:checked~label:after {
    opacity: 1;
}

.checkbox-wp .wpcf7-not-valid .wpcf7-list-item-label::before {
    border-color: var(--red-color);
    opacity: 0.7;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
}

.wpcf7-not-valid,
.wpcf7-not-valid .wpcf7-list-item-label::before {
    border-color: var(--red-color) !important;
}

.wpcf7-list-item {
    margin: 0 20px 0 0;
}

.wpcf7-checkbox .wpcf7-list-item:last-child,
.wpcf7-radio .wpcf7-list-item:last-child {
    margin: 0;
}

.form-input-file {
    position: relative;
    height: 48px;
    background: 0 0;
    border-radius: 0;
    border: 1px solid var(--black-color);
    margin-bottom: var(--gutter);
}

.form-box.form-input-file {
    height: auto;
    border: 0;
}

.form-input-file p {
    color: var(--black-color);
    line-height: 1;
    margin-bottom: 0;
}

.form-box.form-input-file p {
    line-height: inherit;
}

.form-input-file .wpcf7-form-control-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.form-box.form-input-file .wpcf7-form-control-wrap {
    position: relative;
}

.form-input-file [type="file"] {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.form-box.form-input-file input[type="file"] {
    width: 76px;
    height: 73px;
    line-height: 1;
}

.form-input-file .icon-label {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 15px;
}

.form-box.form-input-file .input-file-icon {
    position: absolute;
    top: 30px;
    left: 0;
    width: 76px;
    height: 73px;
    background: var(--input-color);
    border-radius: 13px;
    display: inline-block;
    cursor: pointer;
    z-index: 0;
}

.form-box.form-input-file .input-file-icon::before,
.form-box.form-input-file .input-file-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: var(--gutter);
    height: 1px;
    background-color: var(--black-color);
}

.form-box.form-input-file .input-file-icon::after {
    width: 1px;
    height: var(--gutter);
}

.form-input-file .icon-label label {
    font-weight: inherit;
    font-size: 14px;
    line-height: 22px;
}

.form-input-file .icon-label label span {
    color: var(--black-color);
    font-weight: 600;
    margin-left: 3px;
}

.form-input-file .input-file-text {
    color: var(--black-color);
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 3px;
    font-size: 14px;
    line-height: 24px;
}

.form-input-file span.wpcf7-not-valid-tip {
    margin-bottom: -7px;
}

/*========== Form CSS End ==========*/

/*==========Common CSS ==========*/
:root {
    --primary-color: #0f73ee;
    --secondary-color: #0b51a8;
    --dark-color: #1d2441;
    --common-color: #4e6580;
    --white-color: #ffffff;
    --black-color: #000000;
    --red-color: #ff0000;
    --primary-light-color: #dbeafd;
    --grey-light-color: #f9f9f9;
    --input-color: #4e6580;
    --box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    --header-height: 145px;
    --radius-12: 12px;
    --radius-24: 24px;
    --radius-28: 28px;
    --radius-44: 44px;
    --space-80: 80px;
    --section-gap: 40px;
    --body-font: "Poppins";
    --title-font: "Poppins";
    --roboto: "Roboto";
    --transition: 0.3s;
    --gutter: 30px;
    --common-box-shadow: 0 1px 3px rgba(8, 17, 50, 0.05), 0 5px 5px rgba(8, 17, 50, 0.04), 0 12px 7px rgba(8, 17, 50, 0.03), 0 21px 8px rgba(8, 17, 50, 0.01), 0 33px 9px rgba(8, 17, 50, 0), 0 -1px 1px rgba(8, 17, 50, 0.05);
}

body {
    font-size: 18px;
    line-height: 1.8;
    color: var(--common-color);
    font-family: var(--body-font);
}

p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: var(--dark-color);
    font-family: var(--title-font);
}

p a,
a {
    color: var(--dark-color);
    transition: var(--transition);
}

p a:hover,
a:hover {
    color: var(--primary-color);
}

.h1-title {
    font-size: 68px;
    line-height: 1.1;
    margin-bottom: 18px;
}

.home .h1-title {
    margin-bottom: 24px;
}

.h2-title {
    font-size: 52px;
    line-height: 1.1;
    margin-bottom: 24px;
}

h3,
.h3-title {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 24px;
}

h4,
.h4-title {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 14px;
}

h5,
.h5-title {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 14px;
}

h6,
.h6-title {
    font-size: 20px;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 12px;
}

.body-xl-text p {
    font-size: 22px;
    line-height: 1.5;
}

.body-sm-text p {
    font-size: 16px;
    line-height: 1.4;
}

.section-gap {
    margin-inline: var(--section-gap);
}

.mask-img {
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.play-btn {
    --play-btn-size: 72px;
    width: var(--play-btn-size);
    height: var(--play-btn-size);
    color: var(--primary-color);
    background: var(--white-color);
    border-radius: calc(var(--play-btn-size) * 0.5);
    outline: 16px solid rgba(255, 255, 255, 0.5) !important;
    position: relative;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.play-btn i {
    position: relative;
    z-index: 1;
}

.main-navigation ul li.menu-item-has-children::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 11px;
    height: 7px;
    background-color: var(--dark-color);
    -webkit-mask-image: url("assets/images/menu-link-down-arrow.svg");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    color: var(--dark-color);
    transition: var(--transition);
}

@keyframes swip_up {
    from {
        top: calc(100% + 20px);
        opacity: 0;
    }

    to {
        top: 100%;
        opacity: 1;
    }
}

.main-navigation ul ul li {
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-navigation ul ul li:last-child {
    border-bottom: 0;
}

.main-navigation ul ul li a {
    display: block;
    padding: 8px 10px;
    font-size: 16px;
    line-height: 1;
}

.sec-btn,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    width: 246px;
    height: 75px;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: var(--radius-44);
    border-radius: var(--radius-44);
    font-size: 18px;
    line-height: 1.5;
    color: var(--white-color);
    letter-spacing: 0.03em;
    font-weight: 600;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    outline: none !important;
    transition: var(--transition);
    overflow: hidden;
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    appearance: none;
}

.sec-btn.white-btn:hover,
.sec-btn:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--white-color);
}

.sec-btn.outline-btn {
    background: transparent;
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.sec-btn.outline-btn:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--white-color);
}

.sec-btn.lg-btn {
    width: 255px;
}

.sec-btn.md-btn {
    width: 175px;
    height: 51px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.sec-btn.sm-btn {
    width: 148px;
    height: 75px;
}

/*==========Common CSS End==========*/

/*========== Modal Popup CSS Start ==========*/
.modal-content {
    background: var(--white-color);
    -webkit-mask-image: -webkit-radial-gradient(var(--white-color), var(--black-color));
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 30px rgba(60, 140, 244, 0.16);
}

.popup-title {
    position: relative;
    padding: 10px 65px 10px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.popup-title .h2-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
}

button.close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    border: 0;
    font-size: 22px;
    background: var(--primary-color);
    opacity: 1 !important;
    text-shadow: none;
    color: var(--white-color);
    border-radius: 0;
    outline: none !important;
    z-index: 2;
    transition: var(--transition);
}

button.close:hover {
    background: var(--primary-color);
    color: var(--dark-color);
}

.modal-dialog {
    max-width: 700px;
}

#apply_now .modal-dialog {
    max-width: 1200px;
    width: calc(100% - 60px);
}

.common-popup-overflow {
    padding: 10px 0px;
}

.common-popup-text::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}

.simplebar-track {
    width: 5px;
    background: var(--primary-light-color);
    border-radius: 4px;
}

.modal .form-input-file {
    border-color: var(--primary-light-color);
    background: var(--grey-light-color);
    border-radius: 6px;
    margin-bottom: 25px;
}

/*========== Modal Popup CSS End ==========*/

/*==========Slider CSS Start ==========*/
.slick-dots {
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-dots li {
    --slick-dot-size: 8px;
    margin: 0 16px 0 0;
}

.slick-dots li button {
    width: var(--slick-dot-size);
    height: var(--slick-dot-size);
    border-radius: calc(var(--slick-dot-size) * 0.5);
    background: var(--dark-color);
    opacity: 0.4;
    transition: var(--transition);
}

.slick-dots li.slick-active {
    --slick-dot-size: 16px;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
    background: var(--primary-color);
    opacity: 1;
}

.slick-arrow {
    --slick-arrow-size: 56px;
    --slick-arrow-space: 60px;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: var(--slick-arrow-size);
    height: var(--slick-arrow-size);
    border-radius: calc(var(--slick-arrow-size) * 0.5);
    background: var(--primary-color);
    color: var(--white-color);
}

.slide-arrow.prev-arrow.slick-arrow,
.slick-arrow:hover {
    background: var(--common-color);
}

.slide-arrow.prev-arrow.slick-arrow:hover {
    background: var(--primary-color);
}

.slide-arrow.prev-arrow.slick-arrow {
    left: calc(var(--slick-arrow-space) * -1);
}

.slide-arrow.next-arrow.slick-arrow {
    left: auto;
    right: calc(var(--slick-arrow-space) * -1);
}

/*==========Slider CSS End==========*/

/*==========Header CSS Start==========*/

.site-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    margin-top: 9px;
    background-color: var(--white-color);
    padding-inline: 20px;
    padding-block: 31px;
    transition: var(--transition);
    z-index: 100;
}

.site-branding {
    width: 230px;
    height: 66px;
}

.site-branding img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.site-branding a {
    width: 100%;
    height: 100%;
}

.mobile-menu-btn .sec-btn {
    width: 215px;
    height: 51px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    color: var(--grey-light-color);
    font-weight: 500;
    letter-spacing: 0;
}

/*==========Header CSS End==========*/

/*==========Main Banner CSS Start==========*/
.main-banner {
    position: relative;
    background-color: var(--primary-light-color);
    border-radius: var(--radius-24);
    margin-top: var(--header-height);
    overflow: hidden;
}

.home .banner-content {
    padding: 120px 0 200px;
}

.banner-text {
    margin-bottom: 44px;
}

.banner-img {
    width: 45vw;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
    right: 0;
}

.banner-img img {
    width: 100%;
    object-fit: contain;
    object-position: bottom right;
}

.banner-slider .slick-dots {
    height: 100%;
    width: auto;
    flex-direction: column;
    top: 0;
    left: var(--section-gap);
    gap: 6px;
}

.banner-slider .slick-dots li {
    margin: 0;
}

.banner-slider .slick-track {
    grid-auto-flow: column;
    display: grid;
}

.banner-slider .container,
.banner-slider .row,
.banner-slider .row>div {
    height: 100%;
}

/*==========Main Banner CSS End==========*/

/*==========About Info CSS Start==========*/
.about-info-sec {
    --about-info-top-space: 72px;
    position: relative;
    margin: calc(var(--about-info-top-space) * -1) 0 var(--about-info-top-space);
}

.about-info-wp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1070px;
    margin-inline: auto;
    padding: 50px 38px;
    border-radius: var(--radius-12);
    background-color: var(--white-color);
    box-shadow: var(--common-box-shadow);
}

.about-info-box {
    width: 223px;
}

.about-info-icon {
    margin-bottom: 16px;
}

.about-info-box .h6-title {
    margin-bottom: 0;
}

/*==========About Info CSS End==========*/

/*==========Featured Rentals CSS Start==========*/
.featured-rentals-sec {
    position: relative;
    padding-bottom: 140px;
}

.featured-rental-content-wp {
    position: relative;
}

.featured-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 48px;
}

.featured-title .title {
    max-width: 520px;
}

.featured-rentals-sec .common-tab {
    text-align: center;
    margin-bottom: 39px;
}

.common-tab {
    margin-inline: auto;
}

.common-tab ul {
    position: relative;
    background-color: var(--white-color);
    padding: 6px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    display: inline-block;
    overflow: hidden;
}

.common-tab li {
    position: relative;
    line-height: 1.5;
    font-weight: 500;
    color: var(--primary-color);
    float: left;
    width: auto;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 5px 23px;
    background: var(--white-color);
    border: 1px solid var(--primary-color);
    border-left: 0;
    transition: var(--transition);
}

.common-tab li:hover {
    background: var(--primary-light-color);
}

.common-tab li.active-tab {
    background: var(--primary-color);
    color: var(--white-color);
}

.common-tab li:first-child {
    border-radius: 40px 0 0 40px;
}

.common-tab li.active-tab:first-child {
    border-left-color: transparent;
}

.home .common-tab li:first-child {
    border-left: 1px solid var(--primary-color);
}

.common-tab li:last-child {
    border-radius: 0 40px 40px 0;
}

.properties-box {
    height: 100%;
    background-color: var(--white-color);
    border-radius: var(--radius-12);
    box-shadow: var(--common-box-shadow);
}

.properties-img {
    height: 270px;
    border-radius: var(--radius-12) var(--radius-12) 0 0;
}

.property-slider .slick-list {
    margin: 0 -1px;
}

.property-slider .slick-slide {
    border-radius: var(--radius-12) var(--radius-12) 0 0;
    padding: 0 1px;
}

.properties-info {
    padding: 24px;
}

.properties-info .h6-title {
    color: var(--black-color);
}

.properties-desc p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 66px;
    -webkit-line-clamp: 3;
    margin-bottom: 20px;
}

.properties-details {
    margin-bottom: 19px;
}

.properties-details ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
}

.properties-details li {
    display: flex;
    align-items: center;
    line-height: 1;
}

.properties-details li .icon {
    min-width: 18px;
    margin-right: 8px;
}

.properties-details .text {
    color: var(--dark-color);
    line-height: 1.8;
}

.properties-price .price .h5-title,
.properties-price .price .h4-title {
    margin-bottom: 0;
}

.properties-price .price .h5-title span,
.properties-price .price .h4-title span {
    font-size: 14px;
    line-height: 1.1;
    font-weight: 400;
    color: var(--common-color);
    margin-left: -8px;
    position: relative;
    bottom: 2px;
}

.properties-price .view-link .sec-btn {
    /* width: 173px; */
    width: 100%;
    height: 51px;
    border-radius: 40px;
    letter-spacing: 0;
    font-weight: 500;
    padding-inline: 15px;
}

.properties-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10;
}

.properties-loader::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--white-color);
    border-radius: var(--radius-12);
    opacity: 0.8;
}

.properties-loader i {
    font-size: 50px;
    color: var(--primary-color);
    position: absolute;
    top: 50%;
    left: 50%;
    animation: loader 2s linear infinite;
    z-index: 2;
}

@keyframes loader {
    from {
        transform: translate(-50%, -50%) rotate(360deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(0);
    }
}

/*==========Featured Rentals CSS End==========*/

/*==========Common CSS Start==========*/
.common-sec {
    position: relative;
}

.giri-logo-shape {
    position: absolute;
    top: -101px;
    left: -90px;
    width: 638px;
    height: 644px;
    background-color: var(--primary-color);
    opacity: 0.1;
}

.common-img-info {
    position: relative;
}

.common-img-info .back-img {
    max-width: 551px;
    height: 770px;
    border-radius: var(--radius-24);
}

.common-img-info .img-info li {
    position: relative;
    background-color: var(--white-color);
    border-radius: var(--radius-24);
    box-shadow: var(--common-box-shadow);
    display: flex;
    align-items: center;
    padding: 16px 32px;
    min-height: 92px;
    margin-left: auto;
}

.common-img-info .img-info li:not(:last-child) {
    margin-bottom: 16px;
}

.common-img-info .img-info li:first-child {
    max-width: 245px;
    right: 18px;
}

.common-img-info .img-info li:nth-child(2) {
    max-width: 230px;
}

.common-img-info .img-info li .icon {
    margin-right: 24px;
}

.common-img-info .img-info li .h6-title {
    margin-bottom: 0;
}

.common-img-info .img-info li:first-child .h6-title {
    max-width: 178px;
}

.common-img-info .img-info li:nth-child(2) .h6-title {
    max-width: 163px;
}

.common-img-info .img-info {
    margin-right: 42px;
    /* margin-top: -159px; */
}

.common-btn {
    margin-top: 44px;
}

.common-btn .sec-btn.md-btn {
    width: 178px;
    height: 75px;
}

/*==========Common CSS End==========*/

/*==========Video CSS Start==========*/
.video-sec {
    position: relative;
    padding: 90px 0 50px;
}

.video-img-wp {
    position: relative;
}

.video-img-wp .back-img {
    height: 712px;
    border-radius: var(--radius-24);
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-btn-video:hover .play-btn {
    outline-color: rgba(219, 234, 253, 0.7) !important;
}

.home-video-slider {
    --video-slick-arrow-center: 42px;
}

.home-video-slider .slick-list {
    padding-bottom: var(--video-slick-arrow-center);
}

.home-video-slider .slick-arrow {
    --slick-arrow-space: 30px;
    top: calc(50% - var(--video-slick-arrow-center) / 2);
    outline: 16px solid rgba(255, 255, 255, 0.7) !important;
}

/*==========Video CSS End==========*/

/*==========Maintenance Events CSS Start==========*/

.maintenance-events-sec {
    padding: 85px 0 80px;
    margin-bottom: 90px;
    position: relative;
    background-color: var(--grey-light-color);
}

.maintenance-events-title-wp {
    margin-bottom: 25px;
}

.maintenance-events-title-wp .maintenance-events-title {
    margin-bottom: 40px;
}

.maintenance-events-title .maintenance-events-title-icon {
    margin-bottom: 29px;
}

.maintenance-events-title-icon img {
    --size: 70px;
    max-width: var(--size);
    max-height: var(--size);
}

.maintenance-events-tab-content {
    position: relative;
}

.events-slider-row .slick-list {
    padding: 5px 0 56px;
}

.maintenance-events-tab-content {
    --testimonial-slick-arrow-center: 51px;
}

.events-slider-row .slick-arrow {
    top: calc(50% - var(--testimonial-slick-arrow-center) / 2);
}

.past-events-slider .slick-track {
    display: grid;
    grid-auto-flow: column;
}

.events-box {
    padding: 24px;
    border-radius: var(--radius-12);
    background-color: var(--white-color);
    box-shadow: var(--common-box-shadow);
    height: 100%;
}

.events-box .events-box-icon {
    margin-bottom: 22px;
}

.events-box-icon img {
    --size: 50px;
    max-width: var(--size);
    max-height: var(--size);
}

.events-box-title .h6-title {
    color: var(--black-color);
    font-size: 20px;
}

.events-box-details {
    margin-block: 12px;
}

.events-box-details ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 16px;
    max-width: 100%;
}

.events-box-details ul li {
    color: var(--dark-color);
    display: flex;
    align-items: center;
    gap: 8px;
}

.events-box-details ul li:first-child {
    flex: 1 0 100%;
}

.no_event_box .events-box-details ul li span.text {
    font-weight: 600;
}

.events-box-details ul li span.icon {
    flex-shrink: 0;
}

.events-box-description-text {
    max-height: 111px;
}

.events-box-description-text p {
    font-size: 16px;
    line-height: 1.4;
}

.upcoming-events-slider .events-box-title .h6-title {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 600;
}

.upcoming-events-slider .events-box-description-text {
    max-height: 111px;
}

/*==========Maintenance Events CSS End==========*/

/*==========Rental Locations CSS Start==========*/
.rental-location-sec {
    position: relative;
    background-color: var(--grey-light-color);
    border-radius: var(--radius-24);
    padding: 78px 0 80px;
    overflow: hidden;
}

.rental-location-sec .sec-title {
    max-width: 646px;
    margin-bottom: 48px;
}

.location-list-wp {
    max-width: 480px;
    height: 610px;
    padding-right: 3px;
}

.location-list-wp::-webkit-scrollbar {
    width: 5px;
}

.location-list-wp li:not(.location-list-wp li ul li) {
    cursor: pointer;
    background-color: var(--white-color);
    box-shadow: 0 1px 3px rgba(8, 17, 50, 0.02), 0 5px 5px rgba(8, 17, 50, 0.03), 0 6px 7px rgba(8, 17, 50, 0.01), 0 10px 8px rgba(8, 17, 50, 0.01), 0 25px 9px rgba(8, 17, 50, 0), 0 -1px 1px rgba(8, 17, 50, 0.01);
    display: flex;
    border-radius: var(--radius-12);
    overflow: hidden;
}

.location-list-wp li:not(:last-child, .properties-details li) {
    margin-bottom: 12px;
}

.location-list-wp li .location-img {
    min-width: 182px;
}

.location-list-content .h6-title {
    color: var(--black-color);
    margin-bottom: 15px;
}

.location-list-content .properties-details .text {
    font-size: 16px;
    line-height: 1.4;
}

.location-list-content .properties-details .icon {
    min-width: 16px;
    margin-top: -2px;
}

.location-list-content .view-link a {
    line-height: 1.5;
    color: var(--primary-color);
    font-weight: 500;
}

.location-list-content .view-link a svg {
    margin-right: 7px;
}

.location-list-wp li:hover .location-list-content .view-link a {
    color: var(--dark-color);
}

.location-list-content {
    padding: 24px 16px 21px;
}

.location-list-content .properties-details {
    margin-bottom: 16px;
}

.location-map iframe {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.location-map {
    width: calc(100% + 31px);
    height: 100%;
    position: relative;
    right: 31px;
    border-radius: 8px;
    box-shadow: var(--common-box-shadow);
}

.map-img-custom img {
    max-width: 100%;
    width: 100%;
    height: 142px;
    object-fit: cover;
    border-radius: var(--radius-12);
}

.map-img-custom {
    width: 182px;
    padding: 8px 10px 8px 8px;
}

.location-map .gm-style-iw.gm-style-iw-c {
    padding: 0 !important;
    border-radius: 16px;
    box-shadow: var(--common-box-shadow);
}

.location-map .gm-style-iw-d {
    padding: 0 !important;
    margin-right: -20px;
    margin-bottom: -20px;
    max-height: unset !important;
}

.map-img-custom p {
    font-size: 14px;
    font-weight: 400;
    line-height: 15.4px;
    color: var(--dark-color);
    margin: 10px 8px 8px;
}

.location-map .gm-ui-hover-effect {
    right: 0 !important;
    top: 0 !important;
}

.location-map .gm-style .gm-style-iw-tc::after {
    height: 21px;
}

/*==========Rental Locations CSS End==========*/

/*==========Testimonial CSS Start==========*/
.testimonial-sec {
    position: relative;
    padding: 85px 0 159px;
}

.testimonial-sec .sec-title {
    margin-bottom: 35px;
}

.testimonial-quote {
    display: block;
    width: 80px;
    height: 70px;
    background-color: var(--primary-light-color);
    margin: 0 auto 29px;
}

.testimonial-sec .sec-title .sec-text {
    max-width: 646px;
    margin-inline: auto;
}

.testimonial-content {
    background-color: var(--white-color);
    box-shadow: var(--common-box-shadow);
    border-radius: var(--radius-24);
    padding: 40px 39px 39px 28px;
}

.testimonial-author .h6-title {
    margin-bottom: 0;
}

.testimonial-text {
    position: relative;
    height: 254px;
    margin-bottom: 35px;
}

.testimonial-text::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 44px;
    left: 0px;
    bottom: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.testimonial-slider {
    --testimonial-slick-arrow-center: 63px;
}

.testimonial-slider .slick-list {
    padding: 5px 0 56px;
}

.testimonial-slider .slick-arrow {
    top: calc(50% - var(--testimonial-slick-arrow-center) / 2);
}

/*==========Testimonial CSS End==========*/

/*==========Apply Now CSS Start==========*/
.apply-now-sec {
    position: relative;
    background-color: var(--primary-color);
    border-radius: var(--radius-24);
    padding: 77px 0 80px;
    overflow: hidden;
}

.giri-shape-logo {
    position: absolute;
    top: 19px;
    right: 66px;
    opacity: 0.5;
    mix-blend-mode: lighten;
    pointer-events: none;
}

.apply-now-content {
    max-width: 1070px;
    margin-inline: auto;
}

.properties-template-default .apply-now-content .sec-btn,
.home .apply-now-content .sec-btn {
    width: 174px;
    height: 75px;
}

.apply-now-text {
    margin-bottom: 37px;
}

/*==========Apply Now CSS End==========*/

/*==========Non Progfits CSS Start==========*/
.non-profits-sec {
    position: relative;
    padding: 160px 0 200px;
}

.non-profits-sec .sec-title {
    margin-bottom: 40px;
}

.non-profits-sec .h2-title span {
    display: block;
}

.non-profits-content .sec-btn {
    width: 178px;
    height: 75px;
}

.non-profits-text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    height: 128px;
    opacity: 0.7;
    margin-bottom: 33px;
}

.non-profits-content {
    max-width: 605px;
}

.non-profits-wp .non-profits-row:not(:last-child) {
    margin-bottom: 80px;
}

.non-profits-img-wp {
    max-width: 605px;
    height: 600px;
}

.non-profits-img-wp .back-img {
    width: 100%;
    height: 100%;
    border-radius: var(--radius-24);
}

.portfolio-text li,
.non-profits-content li {
    position: relative;
    padding-left: 20px;
}

.portfolio-text li a,
.non-profits-content li a {
    color: var(--primary-color);
    font-weight: 500;
    line-height: 1.5;
}

.portfolio-text li a:hover,
.non-profits-content li a:hover {
    text-decoration: underline !important;
}

.non-profits-content li:not(:last-child) {
    margin-bottom: 10px;
}

.portfolio-text li::before,
.non-profits-content li::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 11px;
    -webkit-mask-image: url("assets/images/arrow.svg");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--primary-color);
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

/*==========Non Progfits CSS End==========*/

/*==========Our Work CSS Start==========*/
.work-sec {
    position: relative;
    padding-bottom: 150px;
}

.work-img-wp {
    height: 560px;
}

.work-img-wp .back-img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.work-content {
    max-width: 768px;
    margin-inline: auto;
    margin-bottom: 64px;
}

.our-work-slider .slick-list {
    --gutter: 32px;
    overflow: visible;
}

.our-work-slider .slick-arrow {
    --slick-arrow-space: 18px;
    outline: 16px solid rgba(255, 255, 255, 0.7) !important;
}

.our-work-slider .slick-dots {
    bottom: -63px;
}

/*==========Our Work CSS End==========*/

/*==========Our Blog CSS Start==========*/
.our-blog-sec {
    position: relative;
    padding-bottom: 100px;
}

.our-blog-sec .sec-title {
    margin-bottom: 70px;
}

.blog-content a.h5-title {
    display: inline-block;
    margin-bottom: 15px;
}

/*==========Our Blog CSS End==========*/

/*==========Footer CSS Start==========*/
.site-footer {
    position: relative;
    background-color: var(--dark-color);
}

.top-footer {
    position: relative;
    padding: 81px 0 0;
}

.footer-logo {
    margin-bottom: 27px;
}

.contact-link li {
    display: flex;
    margin-bottom: 10px;
}

.contact-link li:nth-child(3) {
    margin-bottom: 12px;
}

.contact-link li:last-child {
    margin-bottom: 0;
}

.contact-link li .icon {
    min-width: 24px;
    height: 24px;
    text-align: center;
    margin-right: 8px;
}

.contact-link li a {
    color: var(--white-color);
}

.contact-link li a:hover {
    color: var(--primary-color);
}

.contact-link li.address .text {
    max-width: 214px;
    font-size: 16px;
    line-height: 1.4;
}

.contact-link li.address .icon {
    min-height: 28px;
    margin-top: -4px;
}

.footer-menu .h6-title {
    color: var(--white-color);
    margin-bottom: 24px;
}

.footer-menu li,
.footer-menu li a {
    color: var(--white-color);
    font-size: 16px;
    line-height: 1.4;
}

.footer-menu li.current-menu-item>a,
.footer-menu li.current_page_item>a,
.footer-menu li a:hover {
    color: var(--primary-color);
}

.footer-menu li:not(:last-child) {
    margin-bottom: 15px;
}

.footer-bottom-box {
    position: relative;
    padding: 78px 0 30px;
}

.footer-bottom-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 19px;
    border-top: 1px solid #334155;
}

.copy-right {
    margin-bottom: 12px;
}

.social-link {
    margin-bottom: 12px;
}

.social-link ul {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
}

.social-link li {
    min-width: 24px;
    text-align: center;
}

.copy-right p,
.footer-other-link p {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0;
    color: var(--primary-light-color);
}

.footer-bottom-link ul {
    font-size: 0;
    line-height: 1;
    list-style: none;
    margin: 0;
}

.footer-bottom-link ul li {
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid var(--primary-light-color);
}

.footer-bottom-link ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.footer-bottom-link ul li a {
    font-size: 14px;
    line-height: 14px;
    color: var(--primary-light-color);
    transition: var(--transition);
}

.footer-bottom-link ul li a:hover {
    color: var(--primary-color);
}

.footer-other-link p a {
    color: var(--primary-color);
    font-weight: 700;
    transition: var(--transition);
}

.footer-other-link p a:hover {
    text-decoration: underline !important;
}

.footer-other-link p i {
    font-size: 13px;
    color: var(--primary-color);
}

.social-link li a svg path {
    transition: var(--transition);
}

.social-link li a:hover svg path {
    fill: var(--primary-color);
}

/*==========Footer CSS End==========*/

/*==========Scroll To Top CSS Start==========*/
.scrolltop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border: none;
    color: var(--white-color) !important;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    padding: 13px 0;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    display: none;
    z-index: 50;
    transition: var(--transition);
}

.scrolltop:hover {
    background: var(--dark-color);
    color: var(--white-color) !important;
}

/*==========Scroll To Top CSS End==========*/

/*========== Inner Page CSS Start ==========*/
.main-banner.inner-banner {
    position: relative;
    padding: 150px 0 140px;
}

.page-id-276 .main-banner.inner-banner .banner-content {
    text-align: center;
}

.inner-page-text {
    padding: var(--space-80) 0;
}

.privacy-content h2,
.entry-content h2 {
    font-size: 35px;
}

.privacy-content a,
.entry-content a,
.entry-content p a {
    transition: var(--transition);
    color: var(--primary-color);
}

.entry-content p a,
.privacy-content p a,
.privacy-content a {
    text-decoration: underline !important;
    word-wrap: break-word;
}

.privacy-content p a:hover,
.privacy-content a:hover,
.entry-content p a:hover,
.entry-content a:hover {
    color: var(--dark-color);
}

.comment-form-comment label {
    margin-bottom: 0;
    padding-left: 15px;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
    padding-left: 15px;
}

.widget ul li a {
    text-decoration: underline !important;
}

.excerpt-content ul,
.excerpt-content ol,
.entry-content ol,
.entry-content ul,
.privacy-content ol,
.privacy-content ul {
    padding: 0;
    margin: 0 0 1rem 3rem;
    list-style: disc;
}

.excerpt-content ol,
.privacy-content ol,
.entry-content ol {
    list-style: decimal;
}

/*========== Inner Page CSS End ==========*/

/*========== About Us Page CSS Start ==========*/
.about-banner {
    padding: 246px 0 110px;
}

.about-banner-content {
    max-width: 770px;
}

.slideto-show-img-wp {
    width: 386px;
    height: 556px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.slideto-show-img-wp a {
    height: 100%;
}

.slideto-show-img-wp .back-img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.slideto-show-img-wp.double-img {
    width: 320px;
    height: auto;
}

.slideto-show-img-wp.double-img .back-img {
    height: 346px;
}

.slideto-show-img-wp.double-img .back-img+.back-img {
    height: 320px;
}

.slideto-show-img-wp.sm-img {
    width: 300px;
    height: 432px;
}

.slideto-show-img-wp.lg-img {
    width: 599px;
    height: 838px;
}

.slideto-show-img-wp.md-img {
    width: 389px;
    height: 589px;
}

.gallery-slider .slick-track {
    display: flex;
    align-items: center;
}

.gallery-slider .slick-list {
    max-width: unset;
    margin: 0 -8px;
    right: 86px;
    overflow: visible;
}

.slidetoshow-inner {
    padding: 0 8px;
}

.slide-to-show-sec {
    position: relative;
    padding-bottom: 189px;
}

.beliefs-sec {
    position: relative;
    background-color: var(--primary-color);
    margin-top: 148px;
    padding: 120px 0;
}

.beliefs-sec .sec-title {
    margin-bottom: 60px;
}

.beliefs-sec .giri-shape-logo {
    top: 38px;
    right: 40px;
}

.beliefs-content-wp {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(299px, 1fr));
    gap: 32px 32px;
    padding: 16px 0;
}

.beliefs-content .beliefs-icon {
    margin-bottom: 41px;
}

.beliefs-content .h5-title span {
    display: block;
}

.beliefs-img-wp {
    max-width: 551px;
    height: 100%;
    margin-left: auto;
}

.beliefs-img-wp .back-img {
    width: 100%;
    height: 100%;
    border-radius: var(--radius-24);
}

.portfolio-sec {
    position: relative;
    padding: 119px 0 128px;
}

.portfolio-sec .sec-title {
    margin-bottom: 80px;
}

.portfolio-img {
    height: 321px;
    border-radius: var(--radius-24);
    margin-bottom: 32px;
}

.learn-more {
    line-height: 1.5;
    font-weight: 500;
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
}

.learn-more svg {
    margin-right: 13px;
}

.learn-more:hover {
    color: var(--dark-color);
}

.deepu-chowk-area {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    padding: 180px 0;
}

.deepu-chowk-area:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background-color: var(--dark-color);
    opacity: .9;
}

.deepu-chowk {
    display: grid;
    grid-template-columns: .59fr .41fr;
    align-items: center;
    gap: 40px;
}


.portfolio-content .h4-title {
    margin-bottom: 24px;
}

.portfolio-text {
    margin-bottom: 24px;
}

.business-portfolio-slider .slick-list {
    --portfolio-slider-size: 350px;
    max-width: unset;
    width: calc(100% + var(--portfolio-slider-size));
    padding-right: var(--portfolio-slider-size);
    padding-bottom: 116px;
}

.events-slider .slick-dots,
.business-portfolio-slider .slick-dots {
    text-align: left;
    justify-content: flex-start;
    bottom: 22px;
    left: 36px;
}

.events-slider .slick-arrow,
.business-portfolio-slider .slick-arrow {
    --slick-arrow-space: 0;
    top: auto;
    transform: translate(0);
    bottom: 0;
}

.events-slider .prev-arrow.slick-arrow,
.business-portfolio-slider .prev-arrow.slick-arrow {
    left: auto;
    right: 91px;
}

.events-slider .next-arrow.slick-arrow,
.business-portfolio-slider .next-arrow.slick-arrow {
    right: 23px;
}

.event-sec {
    position: relative;
    padding: 119px 0 130px;
    background-color: var(--primary-light-color);
}

.page-id-13 .apply-now-sec {
    margin-block: 80px;
}

.event-content-wp {
    position: relative;
    background-color: var(--white-color);
    border-radius: var(--radius-24);
}

.event-content {
    padding: 31px 24px;
}

.event-img-wp .back-img {
    width: 100%;
    height: 280px;
    border-radius: var(--radius-24) var(--radius-24) 0 0;
}

.event-category {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 23px;
}

.event-content .h4-title {
    margin-bottom: 23px;
    min-height: 66px;
}

.event-date {
    background-color: var(--primary-color);
    width: 112px;
    border-radius: 8px;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 8px 0 7px;
}

.event-text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 66px;
    -webkit-line-clamp: 3;
}

.event-date span {
    font-size: 16px;
    line-height: 1.4;
    display: block;
}

.event-date .h4-title {
    margin-bottom: 2px;
}

.event-sec .sec-title {
    margin-bottom: 59px;
}

.category-name {
    background-color: var(--primary-light-color);
    width: 160px;
    height: 30px;
    border-radius: 20px;
    text-align: center;
    padding-block: 4px;
    padding-inline: 12px;
}

.category-name span {
    display: block;
    width: 100%;
    height: 100%;
    color: var(--primary-color);
    font-size: 16px;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-text {
    margin-bottom: 20px;
}

.event-location {
    display: block;
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-location span {
    font-size: 16px;
    line-height: 1.4;
    color: var(--common-color);
}

.event-location svg {
    min-width: 14px;
    margin-right: 10px;
}

.events-slider .slick-list {
    padding-bottom: 127px;
}

/*========== About Us Page CSS End ==========*/

/*========== Renatal Application Page CSS Start ==========*/
body.page-template-template-rental-application {
    background-color: var(--grey-light-color);
}

.rental-application-sec {
    position: relative;
    padding: 246px 0 143px;
}

.rental-application-title {
    margin-bottom: 113px;
}

.rental-application-box {
    background-color: var(--white-color);
    box-shadow: var(--common-box-shadow);
    border-radius: var(--radius-24);
    padding: 66px 110px 65px 80px;
    margin-bottom: 60px;
}

.rental-application-box .sec-btn {
    width: 182px;
}

.rental-application-box ul {
    margin-top: 20px;
}

.rental-application-box ul li .icon {
    margin-right: 8px;
}

.rental-application-box ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rental-application-box ul li .text {
    font-size: 16px;
    line-height: 1.4;
}

.rental-application-text {
    margin-bottom: 35px;
}

.rental-application-form {
    position: relative;
    background-color: var(--white-color);
    box-shadow: var(--common-box-shadow);
    border-radius: var(--radius-24);
    padding: 80px 80px 60px;
}

.steps-form {
    margin-bottom: 49px;
}

.steps-form .steps-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.steps-form .steps-row .steps-step {
    padding: 0;
}

.steps-form .steps-row .steps-step .btn-circle {
    --btn-circle-size: 51px;
    width: var(--btn-circle-size);
    height: var(--btn-circle-size);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: unset;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: var(--white-color);
}

.steps-form .steps-row .steps-step .btn-circle.completed {
    background-color: #84c441 !important;
    font-size: 0;
    color: transparent;
}

.steps-form .steps-row .steps-step .btn-circle.completed::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 17px;
    background-color: var(--white-color);
    -webkit-mask-image: url("assets/images/correct.svg");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.steps-form .steps-row .steps-step .btn-circle.uacf7-btn-active,
.steps-form .steps-row .steps-step .btn-circle:hover,
.steps-form .steps-row .steps-step .btn-circle:focus,
.steps-form .steps-row .steps-step .btn-circle:active {
    background-color: var(--primary-color) !important;
    box-shadow: unset;
}

.steps-form .steps-row::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: var(--primary-light-color) !important;
    bottom: auto;
    display: block !important;
    top: 50%;
    transform: translate(0, -50%);
}

.main-contact-content .uacf7-form-151 label,
.service-feedback-content .uacf7-form-136 label,
.maintenance-request-form .uacf7-form-32 label,
.rental-application-form .uacf7-multisetp-form label {
    color: var(--dark-color);
    padding-left: 16px;
}

.rental-application-form .uacf7-multisetp-form h4 {
    margin-bottom: 38px;
}

.rental-application-form .uacf7-multisetp-form .signatures-content h4 {
    margin-bottom: 24px;
}

.rental-application-form .row {
    --gutter: 16px;
}

.rental-application-form .form-element.dob i {
    top: 52px;
}

.rental-application-form .uacf7-prev,
.rental-application-form .uacf7-next {
    margin-top: 0 !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 155px;
    height: 75px;
    -webkit-border-radius: var(--radius-44);
    border-radius: var(--radius-44);
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--white-color);
    letter-spacing: 0.03em;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    transition: var(--transition);
}

.rental-application-form .uacf7-prev {
    width: 159px;
    background: transparent;
    color: var(--primary-color);
}

.rental-application-form .uacf7-prev:hover,
.rental-application-form .uacf7-next:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--white-color);
}

.rental-application-form .prev-next-buttons {
    position: relative;
    text-align: center;
    margin-top: 31px;
}

.rental-application-form .prev-next-buttons p {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.rental-application-form span.wpcf7-spinner {
    left: 50%;
    margin-top: -55px;
    transform: translate(-50%, -50%);
}

.annual-income .col-lg-12 .form-element {
    margin-top: 30px;
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn,
.codedropz-upload-inner span,
.codedropz-upload-inner h3 {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    font-weight: 500;
    color: var(--dark-color);
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    color: var(--primary-color);
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn:hover {
    color: var(--dark-color);
}

.codedropz-upload-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.codedropz-upload-inner .codedropz-btn-wrap {
    line-height: normal;
}

.codedropz-upload-inner span {
    margin: 0 2px 0 3px;
}

.rental-application-form .form-input-file {
    height: auto;
    border: 0;
    border-radius: 0;
    margin-bottom: 79px;
}

.rental-form-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 32px;
}

.rental-form-submit-btn .prev-next-buttons {
    margin-top: 0;
}

.rental-application-form .form-input-file span.wpcf7-form-control-wrap {
    position: relative;
}

.rental-application-form form .wpcf7-drag-n-drop-file.d-none {
    display: block !important;
}

.rental-application-form form .form-input-file [type="file"] {
    height: 202px;
    border-radius: 3px;
    background: 0 0;
    overflow: hidden;
    visibility: visible;
    z-index: 10;
}

.rental-application-form .codedropz-upload-handler {
    width: 100%;
    height: 202px;
    top: 0;
    left: 0;
    border: 1px dashed rgba(15, 115, 238, 0.3);
    background-color: var(--primary-light-color);
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

.rental-application-form .form-input-file .icon-label {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 202px;
    text-align: center;
    display: flex;
    pointer-events: none;
    z-index: 1;
    flex-direction: column-reverse;
    justify-content: center;
}

.rental-application-form .input-file-icon {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    margin: 0;
}

.rental-application-form .input-file-icon::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 61px;
    -webkit-mask-image: url("assets/images/upload-icon.svg");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--primary-color);
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translate(-50%, 0);
}

.codedropz-upload-handler {
    border: 0;
    background: transparent;
    border-radius: 0;
    margin-bottom: 0;
}

.dnd-upload-counter {
    opacity: 0;
}

.codedropz-upload-container {
    position: relative;
    padding: 112px 0 0;
}

.file-formates {
    position: relative;
    width: 100%;
    top: 55px;
    font-size: 14px;
    line-height: 15.4px;
}

.dnd-upload-status {
    border: 1px solid var(--primary-light-color);
    background-color: var(--grey-light-color);
    border-radius: 6px;
    padding: 0;
    margin-top: 10px;
}

.dnd-upload-status.complete {
    border-color: #84c441;
}

.dnd-upload-status .dnd-upload-image {
    display: none;
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar {
    height: 0;
    border-radius: 10px;
    background: var(--primary-color);
}

.dnd-upload-status.in-progress .dnd-upload-details .dnd-progress-bar {
    height: 3px;
}

.dnd-upload-status.complete span.dnd-progress-bar {
    height: 0;
}

.dnd-upload-status .dnd-upload-details .name {
    padding: 20px 20px;
}

.dnd-upload-status .dnd-upload-details .remove-file {
    font-size: 0;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
}

.dnd-upload-status .dnd-upload-details {
    padding-left: 0;
}

.dnd-upload-status .dnd-upload-details .name em {
    display: none;
}

.dnd-upload-status .dnd-upload-details .name span {
    font-size: 14px;
    line-height: 15px;
    color: var(--dark-color);
}

.dnd-upload-status .dnd-upload-details .remove-file span {
    font-size: 0;
}

.dnd-upload-status .dnd-upload-details span.has-error {
    font-size: 14px;
    position: relative;
    margin: -18px 0 0 20px;
    display: block;
}

.dnd-upload-status.complete .dnd-upload-details .remove-file span::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: #fff3f3;
    border-radius: 50%;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.dnd-upload-status .dnd-upload-details .remove-file span::after {
    width: 16px;
    height: 16px;
    background-image: unset;
    -webkit-mask-image: url("assets/images/close-btn.svg");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--common-color);
}

.dnd-upload-status.complete .dnd-upload-details .remove-file span::after {
    -webkit-mask-image: url("assets/images/deleted.svg");
    background-color: #e41d1d;
    width: 11px;
    height: 12px;
    right: 6px;
    position: relative;
}

.faq-sec {
    position: relative;
    padding-bottom: 143px;
}

.faq-sec .sec-title {
    margin-bottom: 59px;
}

.faq-sec .sec-text p {
    line-height: 1.5;
}

.faq-wp .faq-box:not(:last-child) {
    margin-bottom: 8px;
}

.faq-box {
    background-color: var(--white-color);
    border: 1px solid var(--primary-light-color);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(62, 79, 164, 0.15);
}

.faq-box .h5-title {
    color: var(--dark-color);
    padding: 26px 50px 26px 24px;
    position: relative;
    cursor: pointer;
    margin: 0;
    transition: var(--transition);
}

.faq-box:hover .h5-title,
.faq-box .h5-title.active-faq {
    color: var(--primary-color);
}

span.faq-arrow {
    position: absolute;
    top: 50%;
    right: 24px;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(0, -50%);
    border-radius: 6px;
}

span.faq-arrow svg {
    transform: rotate(0deg);
    transition: 0.67s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}

span.faq-arrow svg path {
    fill: var(--dark-color);
}

.faq-box .active-faq span.faq-arrow svg {
    transform: rotate(180deg);
}

.faq-box .active-faq span.faq-arrow svg path {
    transition: 0.67s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}

.faq-box:hover span.faq-arrow svg path,
.faq-box .active-faq span.faq-arrow svg path {
    fill: var(--primary-color);
}

.faq-content {
    padding: 0 50px 24px 24px;
}

.faq-text li {
    --faq-list-dot-size: 7px;
    position: relative;
    padding-left: 22px;
}

.faq-text li::before {
    content: "";
    width: var(--faq-list-dot-size);
    height: var(--faq-list-dot-size);
    background: var(--secondary-color);
    top: 7px;
    left: 0;
    position: absolute;
    border-radius: calc(var(--faq-list-dot-size) * 0.5);
}

.still-have-question-sec {
    padding-bottom: 148px;
}

.page-id-40 .question-content .sec-btn {
    font-weight: 500;
    letter-spacing: 0;
}

.question-content .sec-btn {
    width: 210px;
    height: 51px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.question-text {
    margin-bottom: 31px;
}

/*========== Renatal Application Page CSS Start ==========*/

/*========== Maintenance Request Form Page CSS Start ==========*/
.maintenance-request-form.rental-application-form {
    background: transparent;
    box-shadow: unset;
    padding: 0;
    max-width: 690px;
    margin-inline: auto;
}

.maintenance-request-form span.wpcf7-list-item-label {
    padding-left: 26px;
}

.maintenance-form-file-upload {
    position: relative;
}

.maintenance-request-form .form-input-file .icon-label {
    border: 1px dashed rgba(15, 115, 238, 0.3);
    background-color: var(--primary-light-color);
    border-radius: 6px;
    display: block;
    padding-top: 113px;
}

.maintenance-request-form .form-input.wpcf7-textarea {
    height: 180px;
}

.maintenance-request-form .pets-group .form-input.wpcf7-textarea {
    height: 118px;
}

.maintenance-request-form .form-input-file {
    margin-bottom: 21px;
}

.maintenance-request-form .input-file-icon::before {
    top: -83px;
}

.maintenance-request-form .form-input-file .icon-label p {
    font-size: 14px;
    line-height: 15px;
    margin-top: 6px;
    color: var(--common-color);
}

.maintenance-request-form .form-input-file .icon-label label {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    padding-left: 0;
}

.maintenance-request-form .form-input-file .icon-label label span {
    color: var(--primary-color);
}

.maintenance-request-form .submit-btn {
    margin-top: 32px;
}

.maintenance-request-form span.wpcf7-spinner {
    left: 50%;
    margin-top: 0;
    transform: translate(-50%, -50%);
    margin-left: 110px;
}

/*========== Maintenance Request Form Page CSS End ==========*/

/*========== Service Feedback Form Page CSS Start ==========*/
.service-feedback-content .uacf7-form-136 span.wpcf7-form-control-wrap {
    margin-bottom: 24px;
}

.service-feedback-content .submit-btn {
    margin-top: 24px;
}

.service-feedback-img-wp {
    max-width: 440px;
    height: 710px;
}

.main-contact-img-wp .back-img,
.service-feedback-img-wp .back-img {
    width: 100%;
    height: 100%;
    border-radius: var(--radius-24);
}

.service-feedback-sec {
    position: relative;
    padding: 239px 0 162px;
}

.service-feedback-text {
    margin-bottom: 50px;
}

/*========== Service Feedback Form Page CSS End ==========*/

/*========== Contact Us Page CSS Start ==========*/
.main-contact-sec {
    position: relative;
    padding: 238px 0 58px;
}

.main-contact-text {
    margin-bottom: 26px;
}

.main-contact-img-wp {
    max-width: 440px;
    height: 765px;
}

.main-contact-content .submit-btn {
    margin-top: 10px;
}

.main-contact-link {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(410px, 1fr));
    gap: 30px;
    background-color: var(--primary-light-color);
    border-radius: var(--radius-12);
    margin-top: 107px;
}

.contact-link-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 54px 30px 49px;
}

.contact-link-box .h6-title {
    margin-bottom: 0;
}

.contact-link-box .icon {
    display: block;
    margin-bottom: 30px;
}

.main-contact-link .contact-link-box:nth-child(1) .text:nth-child(2) {
    margin-bottom: 12px;
}

/*========== Contact Us Page CSS End ==========*/

/*========== Properties Page CSS Start ==========*/
.tax-property-types .main-banner.inner-banner,
.term-townhomes .main-banner.inner-banner,
.page-template-template-properties .main-banner.inner-banner {
    padding: 0;
    border-radius: 0;
}

.tax-property-types .main-banner.inner-banner .banner-img,
.term-townhomes .main-banner.inner-banner .banner-img,
.page-template-template-properties .banner-img {
    width: 41.1vw;
    right: -35px;
}

.tax-property-types .main-banner.inner-banner .banner-content,
.term-townhomes .main-banner.inner-banner .banner-content,
.page-template-template-properties .banner-content {
    padding: 110px 0 66px;
}

.properties-filter-sec {
    padding: 90px 0 90px;
}

.common-tab.filter-list li {
    width: auto;
    border-left: 0;
}

.common-tab.filter-list li.active-tab:first-child {
    border-left-color: transparent;
}

.properties-filter-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.filter-btn button,
.filter-sortby button {
    border: 0;
    background: 0 0;
    outline: none;
    color: var(--dark-color);
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    display: inline-flex;
    align-items: center;
    transition: var(--transition);
}

.filter-btn button svg {
    margin-right: 12px;
}

.filter-sortby button svg {
    margin-left: 12px;
}

.filter-sortby {
    position: relative;
    max-width: 190px;
}

.filter-sortby svg {
    position: absolute;
    top: 12px;
    right: 0;
}

.filter-sortby select {
    background: transparent;
    border: 0;
    line-height: 1.5;
    padding: 0 19px 0 10px;
    color: var(--dark-color) !important;
    height: auto;
    font-weight: 500;
}

.filter-btn button svg,
.filter-sortby button svg path {
    transition: var(--transition);
}

.filter-btn button:hover svg path,
.filter-sortby button:hover svg path {
    stroke: var(--primary-color);
}

.filter-btn button:hover,
.filter-sortby button:hover {
    color: var(--primary-color);
}

.category-type-list.search .form-input {
    padding-left: 48px;
}

.category-type-list.search {
    position: relative;
}

.category-type-list.search .icon {
    position: absolute;
    top: 10px;
    left: 18px;
}

.category-type-wp {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 32px;
}

.category-type-list {
    flex: 246px;
}

.category-result {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.category-result-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.category-result-list li {
    width: 125px;
    border-radius: 4px;
    background-color: var(--common-color);
    color: var(--white-color);
    font-size: 15px;
    line-height: 15.4px;
    padding: 10px 25px 10px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    position: relative;
}

.category-result-list li .close-category {
    --rotate-category-line: 45deg;
    --rotate-category-space: 1.5px;
    position: absolute;
    border: 0;
    background: 0 0;
    padding: 0;
    min-width: 12px;
    display: block;
    outline: none !important;
    top: 15px;
    right: 14px;
}

.category-result-list li .close-category span {
    display: block;
    position: relative;
    width: 100%;
    height: 1.5px;
    background: var(--white-color);
    border-radius: 4px;
    transition: var(--transition);
}

.category-result-list li .close-category span:first-child {
    transform: rotate(var(--rotate-category-line));
    top: var(--rotate-category-space);
}

.category-result-list li .close-category span:last-child {
    transform: rotate(calc(var(--rotate-category-line) * -1));
}

.category-result-showing {
    font-size: 14px;
    line-height: 15.4px;
}

.archive .apply-now-sec,
.page-id-16 .apply-now-sec {
    margin-bottom: 115px;
}

.main-properties-wp .row {
    --gutter-y: 32px;
}

.properties-loader-btn {
    margin-top: 72px;
}

.properties-loader-btn .sec-btn {
    width: 171px;
}

/*========== Properties Page CSS End ==========*/

/*========== Properties Details Page CSS Start ==========*/
.properties-banner-gallery-sec {
    margin-top: var(--header-height);
}

.properties-banner-gallery-sec .container-fluid {
    padding: 0;
}

.properties-banner-img-wp {
    display: block;
    height: 800px;
}

.properties-banner-img-wp .back-img {
    width: 100%;
    height: 100%;
    border-radius: var(--radius-24);
}

.property-banner-slider .slick-arrow {
    --slick-arrow-space: -62px;
    outline: 16px solid rgba(255, 255, 255, 0.7) !important;
}

.property-banner-slider .slick-dots {
    bottom: 32px;
    padding: 0 28px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50px;
    display: inline-flex;
    height: 48px;
    width: auto;
    left: 50%;
    transform: translate(-50%, 0);
}

.properties-details-sec {
    position: relative;
    padding: 180px 0 100px;
}

div:has(.properties-banner-gallery-sec) .properties-details-sec {
    padding: 95px 0 100px;
}

.properties-sidebar {
    position: relative;
    max-width: 195px;
    padding-top: 10px;
}

.main-properties-details .property-id {
    font-size: 16px;
    line-height: 1.4;
    display: block;
    margin-bottom: 21px;
}

.properties-sidebar li:first-child:not(.properties-sidebar ul li ul li) .text {
    font-size: 16px;
    line-height: 1.4;
}

.properties-sidebar li .title {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.properties-sidebar li .icon {
    margin-right: 10px;
    line-height: 1;
    opacity: 0.5;
}

.properties-sidebar li .h4-title span {
    font-size: 14px;
    line-height: 15.4px;
    font-weight: 400;
    color: var(--common-color);
    margin-left: -7px;
}

.properties-sidebar li:not(.properties-sidebar ul li ul li) {
    border-bottom: 1px solid var(--primary-light-color);
    margin-bottom: 13px;
}

.properties-sidebar li:last-child {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.properties-sidebar li .properties-details {
    margin-bottom: 0;
}

.properties-sidebar li .properties-details ul {
    display: block;
    margin-top: 23px;
}

.properties-sidebar .properties-details .text {
    color: var(--common-color);
    line-height: 1.8;
}

.properties-sidebar .properties-details li:not(:last-child) {
    margin-bottom: 15px;
}

.properties-sidebar .h6-title a {
    color: var(--primary-color);
}

.properties-sidebar .h6-title a:hover {
    color: var(--secondary-color);
}

.main-properties-details .h1-title {
    margin-bottom: 15px;
}

.main-properties-details .h5-title {
    margin-bottom: 18px;
}

.main-proiperties-text {
    margin-bottom: 36px;
}

.property-bottom-text ol,
.main-proiperties-text ol {
    list-style-type: decimal;
    margin-left: 1rem;
    padding-left: 1rem;
}

.property-bottom-text ul,
.main-proiperties-text ul {
    margin-bottom: 25px;
}

.property-bottom-text ul li,
.main-proiperties-text ul li {
    --main-proiperties-list: 8px;
    position: relative;
    padding-left: 20px;
}

.property-bottom-text ul li::before,
.main-proiperties-text ul li::before {
    content: "";
    position: absolute;
    width: var(--main-proiperties-list);
    height: var(--main-proiperties-list);
    border-radius: calc(var(--main-proiperties-list) * 0.5);
    top: 11px;
    left: 0;
    background: var(--primary-color);
}

.main-properties-details {
    max-width: 770px;
}

.property-details-bottom .h4-title {
    margin-bottom: 24px;
}

.property-details-bottom {
    border-top: 1px solid var(--primary-light-color);
    padding-top: 40px;
    margin-top: 57px;
}

.main-property-gallery-sec {
    position: relative;
    background-color: var(--primary-light-color);
    padding: 61px 0 80px;
}

.property-gallery-slider {
    --property-gallery-slider-space: 20px;
    padding-bottom: 70px;
    margin-bottom: calc(var(--property-gallery-slider-space) * -1);
}

.property-gallery-img-wp {
    display: block;
    height: 300px;
    margin-bottom: var(--property-gallery-slider-space);
}

.property-gallery-img-wp .back-img {
    width: 100%;
    height: 100%;
    border-radius: var(--radius-12);
}

.main-property-gallery-sec .sec-title {
    margin-bottom: 72px;
}

/*========== Properties Details Page CSS End ==========*/

/*==========Business Page CSS Start==========*/
/* business-banner css start */
.business-through-content .sec-btn:hover {
    background: var(--secondary-color);
    color: var(--white-color);
}

.business-info-content .body-sm-text:last-child {
    margin-bottom: 0;
}

.business-364 .banner-content {
    padding: 239px 0 112px;
}

.business-banner {
    margin-top: 10px;
    position: relative;
    background-color: var(--black-color);
    overflow: hidden;
}

.business-banner .banner-content {
    max-width: 770px;
    padding: 181px 0 59px;
}

.business-banner .banner-text {
    margin-bottom: 0;
}

.business-banner .banner-text p {
    color: var(--grey-light-color);
}

.business-banner .banner-text p:last-child {
    margin-bottom: 0;
}

.business-banner .business-img {
    position: relative;
    top: 128px;
    height: 100%;
}

.business-banner .business-img img {
    max-width: unset;
    height: 100%;
    height: calc(100% - 128px);
    object-fit: cover;
}

.business-321 .business-img {
    left: -90px;
}

.business-363 .business-img {
    left: 129px;
}

.business-364 .business-img {
    left: -150px;
}

.business-364 .banner-content {
    max-width: 630px;
    padding: 239px 0 112px;
}

/* business-banner css End */

/* business-about css Start */
.business-about {
    padding: 120px 0;
    background-color: #f5e8dc;
}

.business-about-img {
    position: relative;
    width: 600px;
    min-height: 532px;
    height: 100%;
    border-radius: 12px;
}

.business-about-content {
    margin-left: 40px;
}

.business-about-content h3 {
    margin-bottom: 14px;
}

.business-about-content h4 {
    margin-bottom: 17px;
}

.business-about-content p {
    margin-bottom: 23px;
}

.business-about-content p:last-child {
    margin-bottom: 0;
}

.business-about-content p+p {
    margin-top: 36px;
}

.business-about-content ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 25px;
}

/* business-about css End */

/* business-menu css Start */
.business-menu {
    padding: 126px 0 120px;
    background-color: #e3c2ed;
}

.business-flex,
.grip-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.business-flex {
    margin-bottom: 52px;
    flex-wrap: wrap;
}

.grip-flex {
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 58px;
}

.business-title .h3-title {
    max-width: 683px;
    margin-bottom: 0;
}

.grip-title {
    flex-shrink: 0;
}

.grip-title .h3-title {
    max-width: 410px;
    font-weight: 700;
    margin-bottom: 0;
}

.business-btn .sec-btn {
    width: 164px;
    height: 75px;
    background: var(--white-color);
    border: 0;
    color: var(--black-color);
}

.business-btn .sec-btn:hover {
    background: var(--secondary-color);
    color: var(--white-color);
}

.business-text p {
    font-family: var(--roboto);
    margin-bottom: 26px;
    color: var(--dark-color);
    line-height: 1.5;
}

.business-text p:last-child {
    margin-bottom: 0;
}

.business-menu-wp .row {
    --gutter: 48px;
    --gutter-y: 60px;
}

.business-menu-img {
    height: 240px;
    border-radius: 12px;
    margin-bottom: 31px;
}

.business-menu-content .h5-title {
    margin-bottom: 19px;
    color: var(--black-color);
}

/* business-menu css End */

/* business-info css Start */
.business-info {
    padding: 120px 0 130px;
}

.business-info-img {
    height: 460px;
    border-radius: 12px;
    margin-bottom: 72px;
}

.business-info-content .body-sm-text p a,
.buiness-link a {
    display: inline-block;
    color: var(--common-color);
    font-size: 16px;
    line-height: 1.4;
}

.business-info-content .body-sm-text p a:hover,
.buiness-link a:hover {
    color: var(--primary-color);
}

.business-info-content .sec-btn {
    width: auto;
    height: auto;
    padding: 11px 23px;
    font-weight: 500;
    letter-spacing: 0;
}

.business-info-content .body-sm-text {
    margin-bottom: 22px;
}

/* business-info css End */

/* business-through css Start */
.business-through {
    background-color: #2d5d2a;
    padding: 120px 0;
}

.business-through-content .sec-btn {
    width: 214px;
    background: var(--white-color);
    color: var(--dark-color);
    border: 0;
}

.business-through-content p {
    max-width: 770px;
    margin: 0 auto 30px auto;
}

.postid-363 .business-through-content p,
.postid-364 .business-through-content p {
    color: var(--grey-light-color);
}

/* business-through css end */

/* business-career css Start */
.business-career {
    padding: 120px 0;
    background-color: #f5e8dc;
}

.business-career-content .h3-title {
    max-width: 437px;
    margin-bottom: 18px;
}

.business-career-content p {
    max-width: 551px;
    margin-bottom: 40px;
}

.business-career-content .sec-btn {
    width: 214px;
}

.business-career-img {
    width: 600px;
    height: 470px;
    border-radius: 16px;
    margin-left: auto;
}

/* business-career css end */
/*==========Business Page CSS End==========*/

/*========== Thank You Page CSS Start ==========*/
.thank-text h6 {
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--dark-color);
}

.thank-text p a {
    text-decoration: underline !important;
    color: var(--primary-color);
    transition: var(--transition);
}

.thank-text p a:hover {
    color: var(--dark-color);
}

/*========== Thank You Page CSS End ==========*/

/*==========Site Map CSS Start==========*/
.site-map li a {
    color: var(--dark-color);
    text-decoration: none !important;
}

.site-map li a:hover {
    color: var(--primary-color);
}

.site-map li::marker {
    color: var(--dark-color);
}

/*==========Site Map CSS End==========*/

/*========== View All Services CSS Start ==========*/
.footer-last .text,
.menu-seo-menu-container ul li a {
    font-size: 14px;
    line-height: 14px;
    color: var(--primary-light-color);
    cursor: pointer;
    transition: var(--transition);
}

.footer-last .text:hover {
    color: var(--primary-color) !important;
    text-decoration: underline !important;
}

.menu-seo-menu-container ul {
    margin-top: 7px;
}

.menu-seo-menu-container ul li a {
    display: inline-block;
    padding-right: 7px;
    margin-right: 7px;
    border-right: 1px solid var(--primary-light-color);
    transition: var(--transition);
}

.menu-seo-menu-container ul li a:hover {
    color: var(--primary-color);
}

/*========== View All Services CSS End ==========*/

/*========== SEO Page CSS Start ==========*/
.seo-banner {
    padding: 100px 0;
}

.main-seo-content {
    position: relative;
    padding: var(--space-80) 0;
}

.seo-contact-form {
    background-color: var(--dark-color);
    padding: 50px 30px;
    border-radius: var(--radius-12);
}

.seo-contact-form .h3-title {
    color: var(--white-color);
}

.seo-contact-form .row {
    --gutter: 16px;
}

.seo-contact-form .wpcf7-spinner {
    background-color: #545556;
}

.main-seo-content .excerpt-content ul,
.main-seo-content .excerpt-content ol {
    margin: 0 0 1rem 1.5rem;
    padding: 0 0 0 1rem;
}

.footer-last {
    margin-top: 30px;
}

.main-seo-content .excerpt-content ul {
    list-style-type: disc;
}

.main-seo-content .excerpt-content ol {
    list-style-type: decimal;
}

.main-seo-content .excerpt-content ul li,
.main-seo-content .excerpt-content ol li {
    margin-bottom: 5px;
}

.main-seo-content .excerpt-content ul li:last-child,
.main-seo-content .excerpt-content ol li:last-child {
    margin-bottom: 5px;
}

.excerpt-content p a {
    color: var(--primary-color);
    text-decoration: underline !important;
}

.excerpt-content p a:hover {
    color: var(--dark-color);
}

.excerpt-content h6 strong,
.excerpt-content h5 strong,
.excerpt-content h4 strong,
.excerpt-content h3 strong,
.excerpt-content h6,
.excerpt-content h5,
.excerpt-content h4,
.excerpt-content h3 {
    font-weight: 500;
}

.main-seo-content .excerpt-content {
    max-height: 325px;
    position: relative;
}

.main-seo-content .excerpt-content:not([style*="max-height: unset;"]):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, white, transparent);
    pointer-events: none;
}

/*========== SEO Page CSS End ==========*/

/*========== Blog CSS Start ==========*/
.posted-on a,
.byline a,
.widget ul li a,
.entry-title a,
.logged-in-as a {
    transition: var(--transition);
    color: var(--dark-color);
}

.byline a,
.posted-on a {
    text-decoration: underline !important;
}

.wp-block-categories li::marker,
.wp-block-archives li::marker,
.wp-block-latest-comments__comment li::marker,
.wp-block-latest-posts.wp-block-latest-posts__list li::marker {
    color: var(--dark-color);
}

.entry-title a:hover,
.posted-on a:hover,
.byline a:hover,
.widget ul li a:hover,
.comment-meta .url:hover,
.comment-content a:hover,
.comment-metadata a:hover,
.reply a:hover,
.entry-footer span a:hover,
.nav-previous a:hover,
.nav-next a:hover {
    color: var(--primary-color);
}

.entry-footer span a {
    color: var(--primary-color);
}

.entry-footer span a:hover {
    color: var(--primary-color);
    text-decoration: underline !important;
}

.entry-title {
    font-size: 30px;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.widget-area .widget_search .wp-block-search .wp-block-search__input,
.page-content .wp-block-search .wp-block-search__input,
.search-form .search-field {
    background: var(--grey-light-color);
    font-size: 16px;
    outline: none;
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: 1px solid var(--primary-color);
    padding: 13px 95px 12px 20px;
    -webkit-appearance: none;
    appearance: none;
}

.widget-area .widget_search .wp-block-search .wp-block-search__button,
.page-content .wp-block-search .wp-block-search__button,
.search-form .search-submit {
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0;
    height: 50px;
    letter-spacing: 0.03em;
    color: var(--white-color);
    position: absolute;
    right: 0;
    bottom: 0;
    outline: none;
    border: none;
    cursor: pointer;
    background: var(--primary-color);
    flex: 1;
    transition: var(--transition);
}

.widget-area .widget_search .wp-block-search .wp-block-search__button:hover,
.page-content .wp-block-search .wp-block-search__button:hover,
.search-form .search-submit:hover {
    background: var(--secondary-color);
    color: var(--white-color);
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    margin-bottom: 8px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li:last-child {
    margin-bottom: 0;
}

.wp-block-latest-comments__comment-meta a {
    text-decoration: underline !important;
}

.wp-block-latest-comments__comment-meta a:hover {
    color: var(--primary-color);
}

.comments-area textarea {
    resize: none;
    height: 180px;
    border-radius: 6px;
    box-shadow: none;
    background: var(--grey-light-color);
    border: 1px solid var(--primary-light-color);
    outline: none;
    padding: 15px;
}

.comments-area p input {
    width: 100%;
    height: 46px;
    border-radius: 6px;
    background: var(--grey-light-color);
    border: 1px solid var(--primary-light-color);
    outline: none;
    box-shadow: none;
    padding: 15px;
}

.form-submit .submit {
    width: 185px;
    height: 51px;
    background: var(--primary-color);
    color: var(--white-color);
    border: none;
    font-weight: 600;
    letter-spacing: 0.03em;
    border-radius: 40px;
    outline: none !important;
    transition: var(--transition);
}

.form-submit .submit:hover {
    background: var(--dark-color);
    color: var(--white-color);
}

.avatar.photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.comment-meta .url,
.comment-content a {
    color: var(--primary-color);
}

.comment-meta .url:hover,
.comment-content a:hover {
    color: var(--dark-color);
    text-decoration: none !important;
}

.comment-metadata a {
    color: var(--primary-color);
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}

.reply a {
    color: var(--primary-color);
    display: inline-block;
    margin-bottom: 10px;
    transition: var(--transition);
}

.comment-reply-title small a:hover {
    color: var(--dark-color);
}

.comment-form-comment .form-submit #submit {
    padding: 0;
    line-height: 42px;
}

.comments-area {
    margin-top: 60px;
}

.comments-title {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
}

.comment-body {
    margin-bottom: 30px;
}

.comment-form-url {
    margin-right: 0;
}

.nav-previous a,
.nav-next a {
    color: var(--primary-color);
    transition: var(--transition);
}

.result-pagination li a,
.result-pagination li,
.result-pagination .page-numbers {
    --pagination-size: 50px;
    width: var(--pagination-size);
    height: var(--pagination-size);
    background: var(--white-color);
    box-shadow: 0 10px 40px rgba(37, 58, 105, 0.09);
    border-radius: 10px;
    color: var(--dark-color);
    font-size: 20px;
    z-index: 10;
    transition: var(--transition);
}

.result-pagination a:hover,
.result-pagination .current {
    background: var(--primary-color);
    color: var(--white-color);
}

.page-numbers li a,
.page-numbers li,
span.page-numbers,
.page-numbers {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    box-shadow: 0 10px 40px rgba(37, 58, 105, 0.09);
    border-radius: 8px;
    border: none;
    outline: none;
    color: var(--white-color);
    font-size: 18px;
    z-index: 10;
    transition: var(--transition);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 3px;
}

.page-numbers li {
    margin: 0 5px;
}

.page-numbers li a:hover,
.page-numbers.current,
.page-numbers:hover {
    background: var(--secondary-color);
    color: var(--white-color);
}

.post-thumbnail img {
    border-radius: var(--radius-24);
}

.search .post-thumbnail {
    margin-bottom: 15px;
}

.search article {
    margin-bottom: 20px;
}

.postid-530 .post-thumbnail {
    margin-bottom: 34px;
}

/* Blog-page css Start */
.blog-page {
    padding: 246px 0 138px;
}

.blog-wp .row {
    --gutter-y: 31px;
}

.blog-img {
    height: 300px;
    border-radius: var(--radius-12);
    margin-bottom: 24px;
}

.blog-content a:hover .h5-title {
    text-decoration: underline !important;
}

.archive .blog-img {
    height: 400px;
}

.blog-category {
    display: block;
    color: var(--primary-color);
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 1.1;
}

.blog-content-wp {
    margin-bottom: 106px;
}

.blog-content .h5-title {
    margin-bottom: 9px;
}

.home .blog-excerpt-content p,
.blog-page .blog-excerpt-content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 96px;
    -webkit-line-clamp: 3;
}

.gallery-btn {
    position: relative;
    margin-top: 50px;
}

.load-more {
    position: relative;
    display: inline-block;
}

.btn-loader {
    position: absolute;
    left: 103%;
    top: 50%;
    transform: translate(0, -50%);
    display: none;
}

.load-more i {
    font-size: 22px;
}

/* Blog-page css end */

/*========== End of Blog CSS ==========*/

/*==========Responsive Start==========*/
@media screen and (min-width: 992px) {

    .tax-property-types .main-banner.inner-banner,
    .term-townhomes .main-banner.inner-banner,
    .page-template-template-properties .main-banner.inner-banner {
        --header-height: 138px;
    }

    .page-id-16 .properties-filter-sec {
        padding-bottom: 110px;
    }

    .error-404 img {
        width: 60%;
    }

    .sticky_head {
        box-shadow: var(--box-shadow);
        margin-top: 0;
        padding-block: 10px;
    }

    .header-mobile-menu {
        display: flex;
        align-items: center;
        gap: 0 calc(clamp(1.563rem, 2.263vw + 0.159rem, 2.875rem));
        /* 46 to 25 = 1920 to 992 */
        justify-content: flex-end;
    }

    .main-navigation ul li.menu-item-has-children {
        padding-right: 20px;
        position: relative;
    }

    .main-navigation ul ul li.menu-item-has-children {
        padding-right: 0;
    }

    .main-navigation ul li.menu-item-has-children:hover::after {
        background-color: var(--primary-color);
        transform: translate(0, -50%) rotate(-180deg);
    }

    .main-navigation ul ul li:first-child {
        border-radius: var(--radius-12) var(--radius-12) 0 0;
    }

    .main-navigation ul ul li:last-child {
        border-radius: 0 0 var(--radius-12) var(--radius-12);
    }

    .main-navigation li.current-menu-ancestor ul li.current-menu-item,
    .main-navigation li.current-menu-ancestor ul li.current_page_item,
    .main-navigation ul ul li:hover {
        background: var(--primary-color);
        color: var(--white-color);
    }

    .main-navigation li.current-menu-ancestor ul li.current-menu-item>a,
    .main-navigation li.current-menu-ancestor ul li.current_page_item>a,
    .main-navigation ul ul li:hover>a {
        color: var(--white-color);
    }

    .main-navigation li:hover>a {
        color: var(--primary-color);
    }

    .main-navigation li.current-menu-ancestor.menu-item-has-children:not(.sub-menu li.current-menu-ancestor.menu-item-has-children)::after {
        background-color: var(--primary-color);
    }

    .main-navigation ul ul li.current-menu-ancestor::after {
        background-color: var(--white-color);
    }

    .main-navigation ul ul li {
        cursor: pointer;
    }

    /***** If Dropdown Menu CSS Avaliable Than Remove This CSS Start *****/
    .main-navigation ul li.menu-item-has-children:hover>ul.sub-menu:not(.dropdown-menu-wp ul .sub-menu) {
        display: block;
        top: 100%;
        left: 0;
        opacity: 1;
        animation: swip_up var(--transition) linear 1;
    }

    /***** If Dropdown Menu CSS Avaliable Than Remove This CSS End *****/

    .main-navigation ul .sub-menu:not(.dropdown-menu-wp ul .sub-menu) {
        position: absolute;
        top: 100%;
        left: -999em;
        float: none;
        width: 260px;
        background: var(--white-color);
        box-shadow: 0 0 10px rgba(60, 140, 244, 0.15);
        border-radius: var(--radius-12);
        text-align: left;
        padding-left: 0;
        display: none;
        opacity: 0;
    }

    .main-navigation ul li.menu-item-has-children:hover .dropdown-menu-wp {
        display: block;
        opacity: 1;
    }

    .main-navigation .dropdown-menu-wp ul li.menu-item-has-children {
        padding-block: 4px;
    }

    .main-navigation ul ul li.menu-item-has-children:hover>ul.sub-menu:not(.dropdown-menu-wp ul .sub-menu) {
        top: 0;
        left: 100%;
    }

    .main-navigation ul ul li.menu-item-has-children:hover>ul.sub-menu:not(.dropdown-menu-wp ul .sub-menu) {
        top: 0;
        left: 100%;
        animation: unset;
    }

    .main-navigation ul ul li.menu-item-has-children:hover::after,
    .main-navigation ul ul li.menu-item-has-children::after {
        transform: translate(0, -50%) rotate(-90deg);
    }

    .main-contact-img-wp,
    .service-feedback-img-wp {
        margin-left: auto;
    }

    .about-info-box .h6-title span {
        display: block;
    }

    .featured-rental-content-wp .row {
        --gutter: 32px;
    }

    .non-profits-wp .non-profits-row:nth-child(3) .non-profits-text p,
    .non-profits-wp .non-profits-row:nth-child(2) .non-profits-text p {
        height: 96px;
        -webkit-line-clamp: 3;
    }

    .rentals-menu {
        padding-left: 6px;
    }

    .companies-menu {
        padding-left: 10px;
    }

    .other-menu {
        padding-left: 28px;
    }

    .apply-now-content .h2-title {
        max-width: 701px;
        margin-inline: auto;
        margin-bottom: 26px;
    }

    .beliefs-content-wp .beliefs-content:nth-child(2) .beliefs-icon {
        margin-bottom: 31px;
    }

    .beliefs-content-wp .beliefs-content:nth-child(3) .beliefs-icon {
        margin-bottom: 33px;
    }

    .beliefs-content-wp .beliefs-content:nth-child(4) .beliefs-icon {
        margin-bottom: 31px;
    }

    .rental-application-box .h4-title {
        margin-bottom: 24px;
    }

    .annual-income {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px;
        padding: 0 15px;
    }

    .annual-income .col-lg-12 {
        width: 50%;
        max-width: 50%;
    }

    .business-info-content .body-sm-text p {
        max-width: 203px;
        margin: 0 auto;
    }

    .featured-rentals-sec {
        padding-top: 110px;
    }

    .postid-363 .business-info {
        padding: 60px 0 71px;
    }

    .rental-form-submit-btn .submit-btn .sec-btn,
    .main-contact-content .submit-btn .sec-btn,
    .service-feedback-content .submit-btn .sec-btn,
    .maintenance-request-form .submit-btn .sec-btn {
        width: 181px;
    }

    .page-id-553 .apply-now-content .sec-btn {
        width: 175px;
    }

    .page-id-321 .business-career-content p {
        margin-bottom: 35px;
    }

    .common-tab.filter-list li:first-child {
        border-left: 1px solid var(--primary-color);
    }

    .blog-btn {
        margin-top: 50px;
    }

    .deepu-chowk-overview {
        justify-self: flex-end;
    }

    .deepu-chowk-overview .sec-btn {
        width: 300px;
        height: 80px;
        gap: 18px;
    }

}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .main-navigation ul .sub-menu:not(.dropdown-menu-wp ul .sub-menu) {
        width: 240px;
    }

    :root {
        --section-gap: 15px;
    }
}

@media screen and (min-width: 1200px) {

    .non-profits-row.even .non-profits-content,
    .non-profits-row.odd .non-profits-img-wp {
        margin-left: auto;
    }

    .common-content {
        margin-top: -43px;
    }

    .page-id-13 .common-content {
        margin-top: -40px;
    }

    .page-id-42 .still-have-question-sec {
        padding-bottom: 143px;
    }

    .our-work-slider .slick-list {
        max-width: unset;
        width: calc(100% + 4px);
        left: 5px;
    }

    .postid-363 .business-career-content .h2-title,
    .postid-321 .business-career-content .h2-title {
        max-width: 437px;
        margin-bottom: 14px;
    }

    .postid-364 .business-about-img {
        height: 737px;
    }
}

@media screen and (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
}

@media screen and (min-width: 1500px) {
    .container {
        max-width: 1320px;
    }

    .properties-price {
        /* display: flex; */
        justify-content: space-between;
        align-items: center;
    }

    .page-template-template-properties .banner-text {
        width: 770px;
    }

    .beliefs-content.white-text {
        padding-right: 15px;
    }

    .properties-banner-gallery-sec {
        --header-height: 137px;
    }

    .properties-sidebar li:first-child:not(.properties-sidebar ul li ul li) .icon {
        margin-top: -3px;
    }

    .rental-application .wpcf7-checkbox {
        margin-top: 7px;
        display: block;
    }

    .page-id-40 .rental-application-sec {
        padding-bottom: 127px;
    }

    .page-id-40 .still-have-question-sec {
        padding-bottom: 143px;
    }

    .postid-363 .business-banner .banner-content,
    .postid-321 .business-banner .banner-content {
        padding-top: 187px;
    }

    .postid-321 .business-menu {
        padding-top: 120px;
    }

    .postid-321 .business-flex {
        margin-bottom: 59px;
    }

    .postid-321 .business-banner .business-img img {
        width: 47vw;
    }
}

@media (min-width: 1921px) {
    .container {
        max-width: 1450px;
    }

    .banner-img {
        width: 48vw;
        right: 0;
    }

    .banner-img img {
        width: 100%;
        object-fit: cover;
    }

    .about-info-wp {
        max-width: 1200px;
    }

    .common-img-info .back-img {
        max-width: 631px;
    }

    .giri-logo-shape {
        top: -80px;
        left: -30px;
        width: 708px;
        height: 714px;
    }

    .location-list-wp {
        max-width: 530px;
    }

    .non-profits-img-wp {
        max-width: 670px;
    }

    .slideto-show-img-wp {
        width: 406px;
        height: 576px;
    }

    .slideto-show-img-wp.double-img .back-img {
        height: 366px;
    }

    .slideto-show-img-wp.double-img {
        width: 340px;
    }

    .slideto-show-img-wp.sm-img {
        width: 320px;
        height: 452px;
    }

    .slideto-show-img-wp.lg-img {
        width: 619px;
        height: 858px;
    }

    .slideto-show-img-wp.md-img {
        width: 409px;
        height: 609px;
    }

    .beliefs-img-wp {
        max-width: 630px;
    }

    .business-portfolio-slider .slick-list {
        --portfolio-slider-size: 570px;
    }

    .slick-dots li {
        --slick-dot-size: 10px;
        margin: 0 18px 0 0;
    }

    .slick-dots li.slick-active {
        --slick-dot-size: 18px;
    }

    .page-template-template-properties .banner-img {
        width: 43.1vw;
    }

    .properties-sidebar {
        max-width: 260px;
    }

    .main-contact-img-wp,
    .service-feedback-img-wp {
        max-width: 500px;
    }

    /* business-page css start */
    .business-banner .business-img img {
        width: 44vw;
    }

    .business-363 .business-img img {
        width: auto;
    }

    .business-364 .business-img img {
        width: 47vw;
    }

    .business-about-content {
        margin-left: 0;
    }

    /* business-page css end */

    /* our businesses css start */

    .business-career-img {
        width: 650px;
    }

    /* our businesses css end */
}

@media screen and (min-width: 1500px) and (max-width: 1850px) {
    .business-364 .business-img {
        left: -260px;
    }

    .business-about-content {
        margin-left: 20px;
    }
}

@media screen and (max-width: 1499px) {

    h4,
    .h4-title {
        font-size: 26px;
    }

    .event-content .h4-title {
        min-height: 56px;
    }

    /* .banner-img {
        right: 70px;
    } */

    .properties-price .price {
        margin-bottom: 20px;
    }

    .common-img-info .img-info {
        margin-right: -10px;
    }

    .location-list-content .properties-price .price {
        margin-bottom: 5px;
    }

    .location-list-wp {
        max-width: 450px;
        height: 480px;
        padding-right: 20px;
    }

    .beliefs-content-wp {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .tax-property-types .main-banner.inner-banner .banner-content,
    .term-townhomes .main-banner.inner-banner .banner-content,
    .page-template-template-properties .banner-content {
        padding: 60px 0 10px;
    }

    /* business-page css start */
    .business-banner .banner-content {
        max-width: 700px;
    }

    .business-menu,
    .business-info {
        padding: 120px 0;
    }

    .business-info-img {
        margin-bottom: 60px;
    }

    .business-321 .business-img {
        aspect-ratio: 1 / 0.69354838709677;
        width: 900px;
    }

    .postid-321 .business-banner .business-img img {
        object-position: left;
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    /* business-page css end */

    /* Blog-page css start */
    .blog-page {
        padding: 230px 0 120px;
    }

    /* Blog-page css end */
    .business-363 .business-img {
        left: 100px;
    }

    .business-364 .banner-content {
        max-width: 630px;
    }

    .business-364 .business-img {
        left: -250px;
    }

    .business-about-content p+p {
        margin-top: 30px;
    }

    .main-contact-link {
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    }

    .service-feedback-sec {
        padding: 239px 0 120px;
    }

    .service-feedback-content .submit-btn {
        margin-top: 20px;
    }

    .blog-content-wp {
        margin-bottom: 90px;
    }

    .h1-title:last-child {
        margin-bottom: 0;
    }

    .main-banner.inner-banner {
        padding: 120px 0;
    }
}

@media screen and (max-width: 1399px) {
    :root {
        --section-gap: 25px;
    }

    .h1-title {
        font-size: 56px;
    }

    .site-header {
        margin-top: 0;
        padding-inline: 10px;
    }

    .main-navigation ul {
        gap: 0 calc(clamp(0.938rem, 6.143vw - 2.871rem, 2.5rem));
        /* 40 to 15 = 1399 to 992 */
    }

    .home .banner-content {
        padding: 95px 30px 160px 30px;
    }

    .banner-img {
        width: 50vw;
        /* width: calc(clamp(56.25rem, 7.543vw + 51.573rem, 60.625rem)); */
        /* right: -30px; */
    }

    .giri-shape-logo {
        width: 500px;
        top: 60px;
    }

    .common-img-info .img-info {
        margin-right: -20px;
    }

    .slick-arrow {
        --slick-arrow-space: 15px;
    }

    .our-work-slider .slick-arrow {
        --slick-arrow-space: 0px;
    }

    .location-map {
        width: 100%;
        right: 0;
    }

    .video-img-wp .back-img {
        height: 600px;
    }

    .slideto-show-img-wp {
        width: 356px;
    }

    .slideto-show-img-wp.double-img {
        width: 300px;
    }

    .slideto-show-img-wp.lg-img {
        width: 569px;
    }

    .slideto-show-img-wp.md-img {
        width: 365px;
    }

    .gallery-slider .slick-list {
        right: 50px;
    }

    .event-content .h4-title {
        font-size: 26px;
        min-height: 58px;
    }

    .event-location {
        max-width: 110px;
    }

    /* business-page css start */
    .business-about,
    .business-menu,
    .business-info,
    .business-through,
    .business-career {
        padding: 110px 0;
    }

    .business-info-img {
        margin-bottom: 50px;
    }

    .business-banner .banner-content {
        max-width: 650px;
    }

    .business-about-img,
    .business-career-img {
        width: 100%;
    }

    .business-about-content {
        margin-left: 20px;
    }

    /* business-page css end */

    /* Blog-page css start */
    .blog-page {
        padding: 230px 0 110px;
    }

    /* Blog-page css end */
    .business-363 .business-img {
        left: 30px;
    }

    .business-banner .business-img {
        top: 113px;
    }

    .business-banner .business-img img {
        height: calc(100% - 113px);
    }

    .business-363 .business-img {
        left: -30px;
    }

    .grip-flex {
        margin-bottom: 50px;
    }

    .business-text p {
        margin-bottom: 20px;
    }

    .business-about-content p+p {
        margin-top: 25px;
    }

    .main-contact-sec {
        padding: 230px 0 58px;
    }

    .service-feedback-sec {
        padding: 239px 0 110px;
    }

    .service-feedback-text {
        margin-bottom: 40px;
    }

    .service-feedback-content .submit-btn {
        margin-top: 15px;
    }

    .blog-content-wp {
        margin-bottom: 80px;
    }

    .main-banner.inner-banner {
        padding: 110px 0;
    }

    .deepu-chowk-area {
        padding: 120px 0;
    }

    .deepu-chowk {
        grid-template-columns: .65fr .35fr;
    }

}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .main-navigation ul li.menu-item-has-children {
        padding-right: 15px;
    }
}

@media screen and (min-width: 992px) and (max-height: 730px) {
    .properties-banner-img-wp {
        height: 570px;
    }
}

@media screen and (max-width: 1199px) {
    :root {
        --header-height: 113px;
    }

    .h1-title {
        font-size: 54px;
    }

    .postid-321 .h1-title {
        font-size: 42px;
    }

    .h2-title {
        font-size: 40px;
    }

    .site-branding {
        width: auto;
        height: auto;
    }

    .main-navigation li a {
        font-size: 16px;
    }

    .main-navigation li ul li a {
        font-size: 15px;
    }

    .about-info-box {
        width: 180px;
    }

    .about-info-wp {
        max-width: 810px;
        /* padding: 20px 25px; */
    }

    h4,
    .h4-title {
        font-size: 24px;
    }

    .giri-logo-shape {
        width: 570px;
        height: 576px;
    }

    .home-video-slider .slick-arrow {
        --slick-arrow-space: 5px;
    }

    .location-list-wp li:not(.location-list-wp li ul li) {
        flex-direction: column;
    }

    .location-list-wp li .location-img {
        min-width: 100%;
        height: 200px;
    }

    .slick-arrow {
        --slick-arrow-space: 16px;
    }

    .testimonial-content {
        padding: 40px 18px 39px 28px;
    }

    .non-profits-sec {
        padding: 110px 0 120px;
    }

    .about-banner {
        padding: 190px 0 70px;
    }

    .slideto-show-img-wp {
        width: 330px;
        height: 520px;
    }

    .slideto-show-img-wp.lg-img {
        width: 500px;
        height: 700px;
    }

    .slideto-show-img-wp.sm-img {
        width: 270px;
        height: 400px;
    }

    .slideto-show-img-wp.double-img .back-img {
        height: 310px;
    }

    .slideto-show-img-wp.md-img {
        width: 355px;
    }

    .beliefs-content-wp {
        grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    }

    .beliefs-content .beliefs-icon {
        margin-bottom: 30px;
    }

    .slide-to-show-sec {
        padding-bottom: 80px;
    }

    .beliefs-sec {
        margin-top: 80px;
        padding: 80px 0;
    }

    .portfolio-sec {
        padding: 80px 0 100px;
    }

    .event-sec {
        padding: 90px 0 100px;
    }

    .events-slider .slick-list {
        padding-bottom: 100px;
    }

    .event-category {
        display: block;
    }

    .category-name {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        padding-inline: 15px;
    }

    .event-location {
        max-width: 100%;
    }

    .event-content .h4-title {
        font-size: 20px;
        min-height: 44px;
        margin-bottom: 15px;
    }

    .tax-property-types .main-banner.inner-banner .banner-img,
    .term-townhomes .main-banner.inner-banner .banner-img,
    .page-template-template-properties .banner-img {
        width: 50.1vw;
        right: 0;
    }

    .properties-banner-img-wp {
        height: 660px;
    }

    .rental-application-title {
        margin-bottom: 70px;
    }

    .rental-application-sec {
        padding: 190px 0 80px;
    }

    .rental-application-form,
    .rental-application-box {
        padding: 60px 50px;
    }

    .properties-sidebar li .properties-details ul {
        margin-top: 0;
    }

    /* business-page css start */
    .business-about,
    .business-menu,
    .business-info,
    .business-through,
    .business-career {
        padding: 100px 0;
    }

    .business-flex {
        margin-bottom: 50px;
    }

    .business-menu-wp .row {
        --gutter: 40px;
        --gutter-y: 50px;
    }

    .business-info-img {
        margin-bottom: 40px;
    }

    .business-banner .banner-content {
        max-width: 550px;
    }

    .business-about-content {
        margin-left: 0;
    }

    /* business-page css end */

    /* Blog-page css start */
    .blog-page {
        padding: 230px 0 100px;
    }

    /* Blog-page css end */
    .business-banner .business-img {
        top: 113px;
    }

    .business-banner .business-img img {
        height: calc(100% - 113px);
    }

    .business-321 .business-img {
        width: 840px;
    }

    .business-363 .business-img {
        left: -30px;
    }

    .business-about-content p+p {
        margin-top: 20px;
    }

    .main-contact-sec {
        padding: 220px 0 58px;
    }

    .main-contact-link {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
        margin-top: 100px;
    }

    .service-feedback-sec {
        padding: 210px 0 100px;
    }

    .blog-content-wp {
        margin-bottom: 70px;
    }

    .main-banner.inner-banner {
        padding: 100px 0;
    }

    .upcoming-events-slider .events-box-title .h6-title {
        font-size: 30px;
    }

    .deepu-chowk {
        grid-template-columns: 1fr auto;
    }

    .deepu-chowk-area {
        padding: 60px 0;
    }
}

@media screen and (max-width: 991px) {
    :root {
        --section-gap: 16px;
        --header-height: 106px;
    }

    body,
    button,
    input,
    select,
    optgroup,
    textarea,
    p {
        font-size: 16px;
    }

    .site-header {
        margin-top: 0;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
        padding: 0;
        height: 80px;
    }

    .site-branding {
        position: fixed;
        top: 15px;
        left: 30px;
        width: 200px;
    }

    .menu-toggle {
        --menu-toggle-rotate: 45deg;
        --menu-toggle-space: 10px;
        position: fixed;
        top: 25px;
        right: 30px;
        border: none;
        outline: none !important;
        background: transparent;
        width: 40px;
        padding: 0;
        z-index: 105;
    }

    .menu-toggle span {
        display: block;
        width: 100%;
        height: 4px;
        background: var(--dark-color);
        margin-bottom: 6px;
        border-radius: 4px;
        position: relative;
        top: 0;
        opacity: 1;
        transition: var(--transition);
    }

    .menu-toggle span:last-child {
        margin: 0;
    }

    .toggled .menu-toggle span {
        background: var(--white-color);
    }

    .toggled .menu-toggle span:nth-child(1) {
        transform: rotate(var(--menu-toggle-rotate));
        top: var(--menu-toggle-space);
    }

    .toggled .menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    .toggled .menu-toggle span:nth-child(3) {
        transform: rotate(calc(var(--menu-toggle-rotate) * -1));
        top: calc(var(--menu-toggle-space) * -1);
    }

    .header-mobile-menu {
        background: var(--dark-color);
        padding: 16.3vh 30px 30px 30px;
    }

    .header-mobile-menu::-webkit-scrollbar-thumb {
        background: var(--dark-color);
    }

    .header-mobile-menu::-webkit-scrollbar-track {
        background: var(--white-color);
    }

    .main-navigation ul {
        text-align: left;
        display: block;
    }

    .main-navigation ul li {
        display: block;
        font-size: 22px;
        line-height: 28px;
        margin: 0 0 4vh;
    }

    .main-navigation ul li.menu-item-has-children {
        padding-right: 15px;
    }

    .main-navigation ul li:last-child {
        margin-bottom: 0;
    }

    .main-navigation ul li a {
        font-size: 22px;
        line-height: 28px;
        color: var(--white-color);
    }

    .main-navigation ul li.menu-item-has-children::after {
        background-color: var(--white-color);
        width: 13px;
        height: 9px;
        top: 8px;
        transform: translate(0) rotate(0);
    }

    .main-navigation ul ul li.menu-item-has-children::after {
        font-size: 16px;
    }

    .main-navigation ul ul li.current-menu-item>a {
        color: var(--primary-color);
    }

    .main-navigation ul li.menu-item-has-children.active-child-menu::after,
    .main-navigation ul li.menu-item-has-children.active-sub-menu::after {
        transform: translate(0) rotate(-180deg);
    }

    .main-navigation ul ul {
        display: block;
        top: 0;
        left: 0 !important;
        position: relative;
        opacity: 1;
        animation: none;
        background: transparent;
        box-shadow: none;
        width: 100%;
        display: none;
        margin-top: 15px;
        padding-left: 15px;
    }

    .main-navigation ul ul ul {
        padding-left: 0;
    }

    .main-navigation ul ul li {
        border-bottom: none;
        margin-bottom: 10px;
    }

    .main-navigation ul ul li:last-child {
        margin-bottom: 0;
    }

    .main-navigation ul ul li a {
        display: inline-block;
        border: 0;
        padding: 0;
        font-size: 18px;
    }

    .main-navigation ul ul ul li a {
        font-size: 14px;
    }

    .mobile-menu-btn {
        margin-top: 5vh;
    }

    .footer-bottom-text,
    .copy-right,
    .footer-other-link,
    .footer-bottom-link {
        display: block;
        text-align: center;
    }

    .footer-bottom-text {
        padding-top: 0;
        border-top: 0;
    }

    .footer-bottom-link {
        margin: 25px 0 46px;
    }

    .h1-title {
        font-size: calc(clamp(2.25rem, 2.369vw + 1.658rem, 3.125rem));
        /* 50 to 36 = 991 to 400 */
        margin-bottom: 16px;
    }

    .h2-title {
        font-size: calc(clamp(2rem, 1.354vw + 1.662rem, 2.5rem));
        /* 40 to 32 = 991 to 400 */
        margin-bottom: calc(clamp(0.938rem, 1.184vw + 0.641rem, 1.375rem));
        /* 22 to 15 = 991 to 400 */
    }

    h3,
    .h3-title {
        font-size: calc(clamp(1.625rem, 1.015vw + 1.371rem, 2rem));
        /* 32 to 26 = 991 to 400 */
        margin-bottom: 17px;
    }

    h4,
    .h4-title {
        font-size: 22px;
        line-height: 1.3;
    }

    h6,
    .h6-title {
        font-size: calc(clamp(0.875rem, 1.015vw + 0.621rem, 1.25rem));
        /* 20 to 14 = 991 to 400 */
    }

    .privacy-content h2,
    .entry-content h2 {
        font-size: 32px;
    }

    .home .h1-title {
        margin-bottom: 16px;
    }

    .body-xl-text p {
        font-size: calc(clamp(1rem, 1.015vw + 0.746rem, 1.375rem));
        /* 22 to 16 = 991 to 400 */
        line-height: 1.4;
    }

    .testimonial-author .h6-title {
        font-size: 22px;
        line-height: 1.3;
    }

    .rental-location-sec.section-gap .h2-title {
        margin-bottom: 24px;
    }

    .rental-location-sec .sec-title {
        margin-bottom: 41px;
    }

    .testimonial-sec .sec-title {
        margin-bottom: 23px;
    }

    .testimonial-slider .slick-list {
        padding: 5px 0 49px;
    }

    .home .banner-content {
        padding: calc(clamp(2.625rem, 12.352vw - 0.463rem, 7.188rem)) 10px 18px;
        /* 115 to 42 = 991 to 400 */
    }

    .banner-text {
        margin-bottom: calc(clamp(1.625rem, 1.523vw + 1.244rem, 2.188rem));
        /* 35 to 26 = 991 to 400 */
    }

    .banner-slider .slick-dots {
        --spacer: 40px;
        flex-direction: row;
        bottom: var(--spacer);
        left: 50%;
        transform: translateX(-50%);
        top: auto;
        height: auto;
        width: calc(100% - var(--spacer));
        justify-content: flex-start;
    }

    .sec-btn,
    .woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button {
        width: 214px;
        height: 60px;
        font-weight: 500;
        letter-spacing: 0;
    }

    .sec-btn.sm-btn {
        width: 140px;
        height: 51px;
    }

    .banner-img {
        width: 100vw;
        inset: 0;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 40px;
    }

    .banner-img img {
        width: auto;
        height: 420px;
    }

    .main-banner.inner-banner .banner-img img {
        height: auto;
    }

    .banner-slider .slick-track {
        display: block;
    }

    .banner-btn .sec-btn {
        width: auto;
        max-width: 100%;
        padding-inline: 24px;
    }

    .about-info-wp {
        justify-content: center;
        max-width: 100%;
        background: transparent;
        box-shadow: unset;
        padding: 0;
        gap: 25px 0;
    }

    .about-info-sec {
        --about-info-top-space: 0px;
        padding: 46px 0;
    }

    .about-info-box {
        width: auto;
        flex: 0 0 50%;
    }

    .featured-title {
        justify-content: center;
        text-align: center;
        margin-bottom: calc(clamp(1.438rem, 2.538vw + 0.803rem, 2.375rem));
        /* 38 to 23 = 991 to 400 */
    }

    .common-tab ul {
        padding: 4px;
    }

    .common-tab li {
        font-weight: 400;
        line-height: 1.4;
        height: 46px;
        padding: 5px 16px;
    }

    .properties-img {
        height: auto;
        aspect-ratio: 1/0.59756;
    }

    .properties-template-default .apply-now-content .sec-btn,
    .home .apply-now-content .sec-btn,
    .non-profits-content .sec-btn,
    .common-btn .sec-btn.md-btn {
        width: 160px;
        height: 60px;
    }

    .properties-info .h6-title {
        font-size: 20px;
    }

    .properties-desc p {
        margin-bottom: 14px;
        height: auto;
        max-height: 50px;
        margin-bottom: 0;
    }

    .properties-price .view-link {
        display: none;
    }

    .featured-rental-content-wp .row {
        gap: 16px 0;
    }

    .properties-details {
        margin-bottom: 17px;
    }

    .properties-price .price {
        margin-bottom: 0;
    }

    .featured-rental-btn {
        margin-top: 10px;
    }

    .featured-rentals-sec {
        padding-top: 48px;
        padding-bottom: calc(clamp(3rem, 8.799vw + 0.8rem, 6.25rem));
        /* 100 to 48 = 991 to 400 */
    }

    .common-img-info .back-img {
        max-width: 100%;
        height: auto;
        aspect-ratio: 1/1;
    }

    .common-img-info .img-info {
        margin-right: 20px;
    }

    .common-img-info {
        margin-bottom: 36px;
    }

    .common-text p {
        font-size: 18px;
    }

    .common-img-info {
        margin-bottom: 36px;
    }

    .common-btn {
        margin-top: 24px;
    }

    .video-img-wp .back-img {
        height: auto;
        aspect-ratio: 1 / 0.554878;
        border-radius: var(--radius-12);
    }

    .play-btn {
        --play-btn-size: 62px;
        outline-width: 10px !important;
    }

    .play-btn svg {
        width: 18px;
    }

    .video-sec {
        padding: 62px 0 39px;
    }

    .home-video-slider {
        --video-slick-arrow-center: 0px;
    }

    .rental-location-sec.section-gap {
        margin: 0;
        border-radius: 0;
        padding: 78px 0 43px;
    }

    .location-map {
        width: 100%;
        right: 0;
        height: 400px;
        border-radius: 8px;
        margin-bottom: 24px;
    }

    .location-map iframe {
        border-radius: 0;
    }

    .location-list-wp li:not(.location-list-wp li ul li) {
        flex-direction: unset;
    }

    .location-list-wp li .location-img {
        min-width: 94px;
        height: auto;
    }

    .location-list-content .properties-details .icon {
        margin-top: 0;
    }

    .location-list-content .properties-details {
        display: none;
    }

    .location-list-content {
        padding: 12px 16px 5px;
    }

    .location-list-wp {
        max-width: 100%;
        height: 386px;
        padding-left: 2px;
        padding-right: 20px;
        margin-right: 2px;
    }

    .location-list-wp ul {
        padding-bottom: 20px;
    }

    .testimonial-quote {
        width: 60px;
        height: 50px;
        margin: 0 auto 19px;
    }

    .testimonial-sec {
        padding: 70px 0 83px;
    }

    .giri-shape-logo {
        width: 400px;
        top: auto;
        bottom: -200px;
        right: 0;
    }

    .testimonial-text .simplebar-scrollbar {
        background: #4786ff;
    }

    .non-profits-wp .non-profits-row:not(:last-child) {
        margin-bottom: 41px;
    }

    .non-profits-content {
        max-width: 100%;
        margin-bottom: 43px;
    }

    .non-profits-text p {
        line-height: 1.4;
        height: 47px;
        margin-bottom: 16px;
        -webkit-line-clamp: 2;
    }

    .non-profits-img-wp {
        max-width: 100%;
        height: auto;
        aspect-ratio: 1/0.990853;
    }

    .work-img-wp {
        height: auto;
        aspect-ratio: 1/1;
    }

    .work-img-wp .back-img {
        border-radius: var(--radius-12);
    }

    .footer-content {
        margin-bottom: 45px;
    }

    .other-menu {
        margin-top: 45px;
    }

    .social-link ul {
        justify-content: center;
    }

    .contact-link li a {
        font-size: 18px;
        line-height: 1.8;
    }

    .footer-menu .h6-title {
        font-size: 20px;
    }

    .footer-bottom-box {
        padding: 62px 0;
    }

    .apply-now-text {
        margin-bottom: 27px;
    }

    .non-profits-sec {
        padding: 69px 0 70px;
    }

    .work-content {
        margin-bottom: calc(clamp(1.5rem, 3.559vw + 0.608rem, 2.813rem));
        /* 45 to 24 = 991 to 401 */
    }

    .work-sec {
        padding-bottom: calc(clamp(3.438rem, 4.237vw + 2.376rem, 5rem));
        /* 80 to 55 = 991 to 401 */
    }

    .our-work-slider .slick-list {
        --gutter: 20px;
        padding-bottom: calc(clamp(2.875rem, 2.373vw + 2.28rem, 3.75rem));
        /* 60 to 46 = 991 to 401 */
    }

    .our-work-slider .slick-dots {
        bottom: 0;
    }

    .archive .blog-img {
        aspect-ratio: 1 / 0.57971014;
        height: auto;
    }

    .non-profits-content li a,
    .testimonial-text p {
        font-size: 18px;
    }

    .about-banner {
        padding: 131px 0 50px;
    }

    .slideto-show-img-wp {
        width: 280px;
        height: 420px;
    }

    .slideto-show-img-wp.double-img .back-img {
        height: 290px;
    }

    .slideto-show-img-wp.double-img {
        width: 280px;
    }

    .slideto-show-img-wp.md-img {
        width: 325px;
        height: 480px;
    }

    .slideto-show-img-wp.lg-img {
        width: 400px;
        height: 650px;
    }

    .beliefs-img-wp {
        max-width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        margin-bottom: 20px;
    }

    .beliefs-content-wp {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }

    .portfolio-sec .sec-title {
        margin-bottom: calc(clamp(3.438rem, 2.542vw + 2.8rem, 4.375rem));
        /* 70 to 55 = 991 to 401 */
    }

    .event-sec,
    .portfolio-sec {
        padding: calc(clamp(4.375rem, 2.41vw + 3.508rem, 5rem)) 0;
        /* 80 to 70 = 991 to 576 */
    }

    .page-id-13 .apply-now-sec {
        margin-block: calc(clamp(4.375rem, 2.41vw + 3.508rem, 5rem));
        /* 80 to 70 = 991 to 576 */
    }

    .business-portfolio-slider .slick-list {
        --portfolio-slider-size: 150px;
        padding-bottom: 100px;
    }

    .events-slider .slick-arrow,
    .business-portfolio-slider .slick-arrow,
    .slick-arrow {
        --slick-arrow-space: 64px;
    }

    .events-slider .prev-arrow.slick-arrow,
    .business-portfolio-slider .prev-arrow.slick-arrow {
        left: 50%;
        right: auto;
        margin-left: calc(var(--slick-arrow-space) * -1);
    }

    .events-slider .next-arrow.slick-arrow,
    .business-portfolio-slider .next-arrow.slick-arrow {
        right: 50%;
        margin-right: calc(var(--slick-arrow-space) * -1);
    }

    .apply-now-sec {
        padding: 60px 0 60px;
    }

    .event-date span {
        font-size: 14px;
    }

    .event-date .h4-title {
        font-size: 20px;
    }

    .event-sec .sec-title {
        margin-bottom: calc(clamp(2.5rem, 1.695vw + 2.075rem, 3.125rem));
        /* 50 to 40 = 991 to 401 */
    }

    .tax-property-types .main-banner.inner-banner,
    .term-townhomes .main-banner.inner-banner,
    .page-template-template-properties .main-banner.inner-banner {
        margin-top: 0;
    }

    .tax-property-types .main-banner.inner-banner .banner-content,
    .term-townhomes .main-banner.inner-banner .banner-content,
    .page-template-template-properties .banner-content {
        padding: calc(clamp(6.875rem, 5.085vw + 5.601rem, 8.75rem)) 0 10px;
        /* 140 to 110 = 991 to 401 */
    }

    .tax-property-types .main-banner.inner-banner .banner-img,
    .term-townhomes .main-banner.inner-banner .banner-img,
    .page-template-template-properties .banner-img {
        width: 103vw;
        right: 0;
        height: auto;
    }

    .properties-filter-box {
        display: block;
        margin-bottom: calc(clamp(1.563rem, 3.614vw + 0.261rem, 2.5rem));
        /* 40 to 25 = 991 to 576 */
    }

    .filter-list-btn {
        align-items: center;
        width: 100%;
        height: 51px;
        border: 0;
        background: var(--primary-color);
        color: var(--white-color);
        padding: 0 40px 0 20px;
        font-size: 16px;
        position: relative;
        z-index: 10;
    }

    .filter-list-btn .fa-caret-down {
        position: absolute;
        right: 20px;
        top: 15px;
        line-height: 1;
        font-size: 18px;
        transition: var(--transition);
    }

    .common-tab.filter-list.active-tab .filter-list-btn .fa-caret-down {
        transform: rotate(180deg);
    }

    .common-tab.filter-list ul {
        padding: 0;
        border-radius: 0;
        position: absolute;
        width: 100%;
        top: 40px;
        left: 0;
        padding-top: 11px;
        display: none;
        z-index: 5;
    }

    .common-tab.filter-list.active-tab ul {
        display: block;
    }

    .common-tab.filter-list li {
        height: auto;
        display: block;
        padding: 7px 20px;
        border-radius: 0;
        border: 0;
        float: none;
    }

    .common-tab.filter-list {
        position: relative;
        margin: 20px 0;
    }

    .category-result {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: calc(clamp(2.5rem, 4.819vw + 0.765rem, 3.75rem));
        /* 60 to 40 = 991 to 576 */
    }

    .properties-loader-btn {
        margin-top: 32px;
    }

    .archive .apply-now-sec,
    .page-id-16 .apply-now-sec {
        margin-bottom: calc(clamp(3.75rem, 1.695vw + 3.325rem, 4.375rem));
        /* 70 to 60 = 991 to 401 */
    }

    .faq-sec .sec-title {
        margin-bottom: calc(clamp(1.875rem, 1.695vw + 1.45rem, 2.5rem));
        /* 40 to 30 = 991 to 401 */
    }

    .faq-box .h5-title {
        padding: 20px 50px 20px 24px;
    }

    .properties-filter-sec {
        padding: calc(clamp(5rem, -2.41vw + 5.867rem, 4.375rem)) 0;
        /* 80 to 70 = 991 to 576 */
    }

    .faq-sec {
        padding-bottom: calc(clamp(3.75rem, 4.819vw + 2.015rem, 5rem));
        /* 80 to 60 = 991 to 576 */
    }

    .still-have-question-sec {
        padding-bottom: calc(clamp(4.375rem, 2.41vw + 3.508rem, 5rem));
        /* 80 to 70 = 991 to 576 */
    }

    .properties-details-sec {
        padding: 150px 0 calc(clamp(4.375rem, 2.41vw + 3.508rem, 5rem));
        /* 80 to 70 = 991 to 576 */
    }

    div:has(.properties-banner-gallery-sec) .properties-details-sec {
        padding: calc(clamp(4.375rem, 2.41vw + 3.508rem, 5rem)) 0;
        /* 80 to 70 = 991 to 576 */
    }

    .properties-sidebar {
        padding-top: 0;
        max-width: 100%;
        /* 40 to 30 = 991 to 401 */
    }

    .main-property-gallery-sec .sec-title {
        margin-bottom: calc(clamp(2.5rem, 3.39vw + 1.65rem, 3.75rem));
        /* 60 to 40 = 991 to 401 */
    }

    .properties-banner-img-wp {
        height: auto;
        aspect-ratio: 1 / 0.5;
    }

    .property-gallery-img-wp {
        height: auto;
        aspect-ratio: 1/1;
    }

    .rental-application-form,
    .rental-application-box {
        padding: 50px 30px;
    }

    .rental-application-form .uacf7-multisetp-form .signatures-content h4,
    .rental-application-form .uacf7-multisetp-form h4 {
        margin-bottom: 20px;
    }

    .main-contact-content .uacf7-form-151 label,
    .service-feedback-content .uacf7-form-136 label,
    .maintenance-request-form .uacf7-form-32 label,
    .rental-application-form .uacf7-multisetp-form label {
        padding-left: 10px;
    }

    span.wpcf7-list-item-label {
        padding-left: 18px;
    }

    .rental-application-form .form-element.dob i {
        top: 48px;
    }

    .rental-form-submit-btn {
        margin-top: 15px;
    }

    .rental-application-form span.wpcf7-spinner {
        margin-top: -43px;
    }

    .rental-application-form .form-input-file:not(.maintenance-request-form .form-input-file) {
        margin-bottom: 40px;
    }

    .rental-application-sec {
        padding: calc(clamp(6.875rem, 6.78vw + 5.176rem, 9.375rem)) 0 70px;
        /* 150 to 110 = 991 to 401 */
    }

    .rental-application-box ul li .icon svg {
        width: 18px;
        margin-top: -2px;
    }

    .rental-application-box .sec-btn {
        width: 162px;
    }

    .rental-application-text {
        margin-bottom: calc(clamp(0.938rem, 2.542vw + 0.3rem, 1.875rem));
        /* 30 to 15 = 991 to 401 */
    }

    .rental-application-title {
        margin-bottom: calc(clamp(2.188rem, 2.542vw + 1.55rem, 3.125rem));
        /* 50 to 35 = 991 to 401 */
    }

    .rental-application-form .uacf7-prev,
    .rental-application-form .uacf7-next {
        width: 140px;
        height: 55px;
    }

    .rental-application-form .form-input-file .icon-label {
        padding-inline: 30px;
    }

    .rental-application-form .prev-next-buttons {
        margin-top: 16px;
    }

    .rental-form-submit-btn .prev-next-buttons {
        margin-top: 0;
    }

    span.wpcf7-list-item-label::before,
    .woocommerce-form__label-for-checkbox span::before,
    .comment-form-cookies-consent label::before {
        top: 6px;
    }

    span.wpcf7-list-item-label::after,
    .woocommerce-form__label-for-checkbox span::after,
    .comment-form-cookies-consent label::after {
        top: 6px;
    }

    .maintenance-request-form span.wpcf7-spinner {
        margin-left: 0;
    }

    /* business-page css start */
    .business-about,
    .business-menu,
    .business-info,
    .business-through,
    .business-career {
        padding: calc(clamp(3.75rem, 4.819vw + 2.015rem, 5rem)) 0;
        /* 80 to 60 = 991 to 576 */
    }

    .business-banner {
        margin-top: 0;
        padding: calc(clamp(8.125rem, 6.78vw + 6.426rem, 10.625rem)) 0 calc(clamp(3.75rem, 4.819vw + 2.015rem, 5rem));
        /* 170 to 130 to 991 to 401 === 80 to 60 = 991 to 576 */
    }

    .blog-img {
        height: auto;
        aspect-ratio: 1/1;
    }

    .business-img {
        display: none;
    }

    .business-menu-wp .row {
        --gutter: 30px;
        --gutter-y: 40px;
    }

    .business-banner .banner-content {
        max-width: 100%;
        padding: 0;
    }

    .business-about-img {
        min-height: unset;
        height: auto;
        aspect-ratio: 1 / 0.72463768;
        margin-bottom: 40px;
    }

    .business-about-content h4 {
        margin-bottom: 15px;
    }

    .business-about-content p {
        margin-bottom: 20px;
    }

    .business-title .h3-title {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .business-info-img {
        height: auto;
        aspect-ratio: 1 / 0.66666666;
    }

    .business-info .row {
        --gutter-y: 30px;
    }

    .business-career-img {
        height: auto;
        aspect-ratio: 1 / 0.68115942;
        margin-bottom: 40px;
    }

    .business-career-content .h3-title {
        max-width: 100%;
    }

    .business-career-content p {
        margin-bottom: 25px;
    }

    /* business-page css end */

    /* Blog-page css start */
    .blog-page {
        padding: 170px 0 80px;
    }

    .gallery-btn {
        margin-top: 40px;
    }

    /* Blog-page css end */
    .business-btn .sec-btn {
        height: 60px;
    }

    .business-menu-img,
    .business-info-img,
    .business-career-img,
    .business-about-img {
        margin-bottom: 30px;
    }

    .business-menu-content .h5-title {
        margin-bottom: 14px;
    }

    .business-info-content .sec-btn {
        padding: 10px 20px;
    }

    .business-info-content .body-sm-text {
        margin-bottom: 18px;
    }

    .business-through-content p,
    .business-career-content p {
        max-width: 100%;
    }

    .business-about-content ul {
        margin-top: 20px;
    }

    .business-364 .banner-content {
        max-width: 100%;
        padding: 0;
    }

    .grip-flex {
        gap: 20px;
        flex-direction: column;
        margin-bottom: 40px;
    }

    .business-text p {
        margin-bottom: 15px;
    }

    .business-about-content p+p {
        margin-top: 10px;
    }

    .main-contact-sec {
        padding: 160px 0 80px;
    }

    .main-contact-img-wp,
    .service-feedback-img-wp {
        max-width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        margin-bottom: 30px;
    }

    .main-contact-link {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 70px;
        padding: 50px 0;
    }

    .contact-link-box .icon svg {
        width: 26px;
    }

    .contact-link-box .icon {
        margin-bottom: 10px;
    }

    .main-contact-link .contact-link-box:nth-child(3) .icon svg {
        width: 20px;
    }

    .contact-link-box {
        padding: 0 20px;
    }

    .main-contact-text {
        margin-bottom: 20px;
    }

    .service-feedback-sec {
        padding: 180px 0 80px;
    }

    .service-feedback-text {
        margin-bottom: 30px;
    }

    .service-feedback-content .submit-btn {
        margin-top: 6px;
    }

    .blog-page .blog-excerpt-content p {
        height: 90px;
    }

    .blog-content-wp {
        margin-bottom: 60px;
    }

    .blog-page {
        padding: 155px 0 80px;
    }

    .main-banner.inner-banner {
        padding: 80px 0;
    }

    .comments-area {
        margin-top: 50px;
    }

    .seo-banner {
        padding: 80px 0;
    }

    .seo-contact-form {
        margin-top: calc(clamp(2.5rem, 2.41vw + 1.633rem, 3.125rem));
        /* 50 to 40 = 991 to 576 */
    }

    .properties-price .price .h5-title span,
    .properties-price .price .h4-title span {
        margin-left: -5px;
        bottom: 0;
    }

    .location-list-content .h6-title {
        margin-bottom: 9px;
    }

    .contact-link li.address .text {
        max-width: 275px;
    }

    .properties-box {
        height: auto;
    }

    .filter-sortby {
        display: block;
        max-width: 100%;
    }

    .filter-sortby select {
        padding-right: 15px;
        background: var(--grey-light-color);
        border: 1px solid var(--primary-light-color);
        height: 51px;
        padding: 0 40px 0 20px;
    }

    .filter-sortby svg {
        top: 20px;
        width: 10px;
        right: 20px;
    }

    .rental-form-submit-btn .sec-btn {
        width: 155px;
        height: 55px;
    }

    .category-type-wp {
        margin-bottom: 25px;
    }

    .main-properties-details {
        margin-bottom: 30px;
    }

    .our-blog-sec .sec-title {
        margin-bottom: 40px;
    }

    .home .blog-content {
        margin-bottom: 60px;
    }

    .home .blog-excerpt-content p {
        height: 88px;
    }

    .home .blog-btn {
        margin-top: -20px;
    }

    #apply_now .wpcf7-radio span.wpcf7-list-item-label::after {
        top: 8px;
    }

    .maintenance-events-sec {
        padding: 75px 0 70px;
        margin-bottom: 80px;
    }

    .maintenance-events-title .maintenance-events-title-icon {
        margin-bottom: 20px;
    }

    .upcoming-events-slider .events-box-title .h6-title {
        font-size: 26px;
    }

    .maintenance-events-title-icon img {
        --size: 50px;
    }

    .events-box-details ul {
        flex-direction: column;
    }

    .events-slider-row .slick-list {
        padding: 5px 0 49px;
    }

    .events-box-description-text {
        max-height: 135px;
    }

    .upcoming-events-slider .events-box-description-text {
        max-height: 135px;
    }

    .deepu-chowk {
        grid-template-columns: unset;
        text-align: center;
    }

    .deepu-chowk-overview a.sec-btn {
        gap: 14px;

    }
}

@media screen and (max-width: 767px) {
    .testimonial-text {
        height: 204px;
        margin-bottom: 30px;
    }

    .business-portfolio-slider .slick-list {
        padding-right: 60px;
    }

    .event-content .h4-title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        min-height: unset;
    }

    .events-slider .slick-list {
        padding-bottom: 87px;
    }

    .event-location svg {
        min-width: 12px;
        margin-right: 5px;
        width: 12px;
    }

    .steps-form .steps-row .steps-step .btn-circle {
        --btn-circle-size: 40px;
        font-size: 16px;
    }

    .property-bottom-text ul li,
    .main-proiperties-text ul li {
        --main-proiperties-list: 6px;
        padding-left: 15px;
    }

    /* business-page css start */
    .business-menu-wp .row {
        --gutter-y: 30px;
    }

    /* business-page css end */
    /* Blog-page css start */
    .blog-page {
        padding: 160px 0 70px;
    }

    .gallery-btn {
        margin-top: 40px;
    }

    /* Blog-page css end */
    .business-through-content .sec-btn,
    .business-career-content .sec-btn {
        width: 200px;
    }

    .business-btn .sec-btn,
    .business-career-content .sec-btn,
    .business-through-content .sec-btn {
        height: 50px;
    }

    .business-flex {
        margin-bottom: 40px;
    }

    .business-title .h3-title {
        margin-bottom: 20px;
    }

    .business-about-content p {
        margin-bottom: 15px;
    }

    .business-about-content h4 {
        margin-bottom: 10px;
    }

    .business-menu-img,
    .business-info-img,
    .business-career-img,
    .business-about-img,
    .main-contact-img-wp,
    .service-feedback-img-wp {
        margin-bottom: calc(clamp(0.938rem, 2.732vw + 0.253rem, 1.563rem));
        /* 25 to 15 = 767 to 401 */
    }

    .business-menu-img {
        height: auto;
        aspect-ratio: 1/0.75;
    }

    .business-info .row {
        --gutter-y: 20px;
    }

    .business-career-content p {
        margin-bottom: 20px;
    }

    .business-about-content ul {
        margin-top: 15px;
    }

    .business-about-content ul li h5 {
        margin-bottom: 10px;
    }

    .business-through-content p {
        margin: 0 auto 25px auto;
    }

    .main-contact-sec {
        padding: 150px 0 70px;
    }

    .service-feedback-sec {
        padding: 150px 0 70px;
    }

    .blog-content-wp {
        margin-bottom: 50px;
    }

    .blog-page {
        padding: 145px 0 70px;
    }

    .main-banner.inner-banner,
    .inner-page-text,
    .seo-banner,
    .main-seo-content {
        padding: 70px 0;
    }

    .upcoming-events-slider .events-box-title .h6-title {
        font-size: 22px;
    }
}

@media screen and (max-width: 575px) {
    :root {
        --space-80: 60px;
        --header-height: 74px;
    }

    .properties-loader i {
        font-size: 30px;
    }

    .privacy-content h2,
    .entry-content h2 {
        font-size: 30px;
    }

    .form-input.wpcf7-textarea {
        height: 150px;
    }

    .site-header {
        height: 60px;
    }

    .site-branding {
        width: 138px;
    }

    .menu-toggle {
        --menu-toggle-space: 7px;
        width: 30px;
        top: 21px;
    }

    .menu-toggle span {
        height: 2px;
        margin-bottom: 5px;
    }

    .header-mobile-menu {
        padding: 16.3vh 20px 30px 20px;
    }

    .main-navigation ul li {
        margin: 0 0 3vh;
    }

    .main-navigation ul li,
    .main-navigation ul li a {
        font-size: 18px;
        line-height: 24px;
    }

    .main-navigation ul ul li,
    .main-navigation ul ul li a {
        font-size: 14px;
    }

    .main-navigation ul li.menu-item-has-children::after {
        top: 5px;
        width: 12px;
        height: 7px;
    }

    .main-navigation ul ul li.menu-item-has-children::after {
        font-size: 13px;
    }

    .main-navigation ul ul,
    .main-navigation ul li.menu-item-has-children:hover ul {
        margin-top: 10px;
        padding-left: 10px;
    }

    .common-img-info .back-img {
        aspect-ratio: 1/1.3963;
    }

    .common-img-info .img-info li .icon img,
    .about-info-icon img {
        width: 40px;
    }

    .common-img-info .img-info li {
        min-height: 46px;
        border-radius: 8px;
        padding: 7px 18px;
    }

    .common-img-info .img-info li .icon {
        margin-right: 17px;
    }

    .common-img-info .img-info li:first-child {
        max-width: 195px;
    }

    .common-img-info .img-info li:nth-child(2) {
        max-width: 180px;
    }

    /* .common-img-info .img-info {
        margin-top: -77px;
    } */

    .common-img-info .img-info li:not(:last-child) {
        margin-bottom: 10px;
    }

    .banner-img img {
        height: 300px;
    }

    .location-map {
        height: 300px;
    }

    .testimonial-quote {
        width: 40px;
        height: 35px;
    }

    .giri-shape-logo {
        width: 380px;
        bottom: -220px;
        right: -125px;
    }

    .home .apply-now-content {
        padding-inline: 15px;
    }

    .our-work-slider .slick-list {
        --gutter: 20px;
        padding-bottom: 46px;
    }

    .play-btn {
        --play-btn-size: 40px;
        outline-width: 8px !important;
    }

    .play-btn svg {
        width: 13px;
    }

    .non-profits-text p {
        height: auto;
        margin-bottom: 16px;
        -webkit-line-clamp: unset;
        overflow: visible;
    }

    .slick-dots li {
        --slick-dot-size: 8px;
    }

    .property-banner-slider .slick-dots {
        padding: 0 15px;
        height: 35px;
        bottom: 10px;
    }

    .property-details-bottom {
        padding-top: 30px;
        margin-top: 40px;
    }

    .properties-details-sec {
        padding: 120px 0 calc(clamp(4.375rem, 2.41vw + 3.508rem, 5rem));
    }

    .properties-banner-gallery-sec .slick-dots li.slick-active {
        --slick-dot-size: 12px;
    }

    .properties-banner-gallery-sec .slick-dots li {
        --slick-dot-size: 6px;
        margin: 0 12px 0 0;
    }

    .property-gallery-slider {
        --property-gallery-slider-space: 10px;
    }

    .property-gallery-slider .slick-list {
        --gutter: 20px;
    }

    .properties-banner-img-wp {
        aspect-ratio: 1 / 0.7;
    }

    .rental-location-sec.section-gap {
        padding: 40px 0 33px;
    }

    .footer-bottom-link ul li:last-child {
        display: block;
        margin-top: 17px;
    }

    .social-link {
        margin-bottom: 20px;
    }

    .footer-other-link p a {
        display: inline-block;
        margin-top: 10px;
    }

    .featured-rentals-sec .common-tab {
        margin-bottom: 14px;
    }

    .testimonial-sec {
        padding: 33px 0 83px;
    }

    .testimonial-text {
        height: 250px;
        margin-bottom: 23px;
        padding-right: 10px;
    }

    .about-banner {
        padding: 114px 0 30px;
    }

    .non-profits-content li:not(:last-child) {
        margin-bottom: 5px;
    }

    .slide-to-show-sec {
        padding-bottom: 60px;
    }

    .slideto-show-img-wp {
        width: 200px;
        height: 300px;
    }

    .slideto-show-img-wp.double-img {
        width: 200px;
    }

    .slideto-show-img-wp.double-img .back-img {
        height: 210px;
    }

    .slideto-show-img-wp.sm-img {
        width: 180px;
        height: 280px;
    }

    .slideto-show-img-wp.lg-img {
        width: 280px;
        height: 480px;
    }

    .slideto-show-img-wp.md-img {
        width: 280px;
        height: 380px;
    }

    .beliefs-sec {
        margin-top: 60px;
        padding: 60px 0;
    }

    .business-portfolio-slider .slick-list {
        --gutter: 20px;
        --portfolio-slider-size: 20px;
        padding-right: calc(clamp(2.5rem, 45.977vw - 9.023rem, 7.5rem));
        padding-left: 5px;
        /* 120 to 40 = 575 to 401 */
    }

    .beliefs-content-wp {
        grid-template-columns: 1fr;
    }

    .beliefs-content .beliefs-icon {
        margin-bottom: 20px;
    }

    h5,
    .h5-title {
        font-size: 20px;
    }

    .portfolio-img {
        height: 300px;
        margin-bottom: 20px;
    }

    .portfolio-content .h4-title {
        margin-bottom: 17px;
    }

    .slick-arrow {
        --slick-arrow-size: 46px;
        --slick-arrow-space: 50px;
    }

    .events-slider .slick-arrow,
    .business-portfolio-slider .slick-arrow,
    .slick-arrow {
        --slick-arrow-space: 50px;
    }

    .form-input,
    .input-text,
    .select2-container--default .select2-selection--single .select2-selection__rendered,
    select {
        height: 51px;
        font-size: 16px;
    }

    .category-type-list.search .icon svg {
        width: 16px;
    }

    .category-type-list.search .form-input {
        padding-left: 40px;
    }

    .form-element i.fa-chevron-down::before {
        width: 9px;
        height: 13px;
    }

    .category-type-wp {
        margin-bottom: 25px;
    }

    .faq-box .h5-title {
        padding: 15px 40px 15px 20px;
        font-size: 18px;
    }

    span.faq-arrow svg {
        width: 13px;
    }

    span.faq-arrow {
        right: 10px;
    }

    .faq-content {
        padding: 0 40px 20px 20px;
    }

    .form-element i {
        top: 18px;
    }

    .steps-form .steps-row .steps-step .btn-circle {
        --btn-circle-size: 30px;
        font-size: 14px;
    }

    .steps-form {
        margin-bottom: calc(clamp(1.813rem, 1.695vw + 1.388rem, 2.438rem));
        /* 39 to 29 = 991 to 401 */
    }

    .rental-application-form .form-element.dob i {
        top: 46px;
    }

    .file-formates {
        top: 70px;
        font-size: 14px;
        line-height: 1;
    }

    .dnd-upload-status .dnd-upload-details span.has-error {
        font-size: 13px;
        line-height: 1;
        margin-top: -10px;
        margin-bottom: 10px;
    }

    .codedropz-upload-inner {
        display: block;
    }

    .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn,
    .codedropz-upload-inner span,
    .codedropz-upload-inner h3 {
        font-size: 16px;
        line-height: 1;
    }

    .codedropz-upload-inner span {
        margin: 7px 0 0;
        display: block;
    }

    .rental-application-form .form-input-file .icon-label {
        padding-inline: 15px;
    }

    .codedropz-upload-container {
        padding: 90px 0 0;
    }

    .rental-application-form .input-file-icon::before {
        top: -97px;
    }

    .maintenance-request-form .input-file-icon::before {
        top: -75px;
    }

    .dnd-upload-status .dnd-upload-details .remove-file {
        right: 15px;
    }

    .rental-form-submit-btn {
        flex-direction: column;
    }

    .rental-form-submit-btn .submit-btn span.wpcf7-spinner {
        margin-top: 0;
        margin-left: 93px;
    }

    .seo-contact-form .form-input.wpcf7-textarea {
        height: 140px;
        padding: 10px 15px;
    }

    /* Blog-page css start */
    .blog-page {
        padding: 150px 0 60px;
    }

    .gallery-btn {
        margin-top: 30px;
    }

    /* Blog-page css end */
    .business-menu-content .h5-title {
        margin-bottom: 10px;
    }

    .business-about-content ul {
        gap: 15px;
        grid-template-columns: 1fr;
    }

    .grip-flex {
        margin-bottom: 30px;
    }

    .business-through-content p {
        margin: 0 auto 20px auto;
    }

    .business-about-content p+p {
        margin-top: 0;
    }

    .main-contact-sec {
        padding: 120px 0 60px;
    }

    .main-contact-link {
        margin-top: 50px;
    }

    .main-contact-link {
        grid-template-columns: 1fr;
        padding: 30px 0;
        gap: 20px;
    }

    .contact-link-box .icon svg {
        width: 20px;
    }

    .main-contact-link .contact-link-box:nth-child(3) .icon svg {
        width: 15px;
    }

    .service-feedback-sec {
        padding: 120px 0 60px;
    }

    .blog-wp .row {
        --gutter-y: 25px;
    }

    .blog-content-wp {
        margin-bottom: 40px;
    }

    .blog-page {
        padding: 115px 0 60px;
    }

    .main-banner.inner-banner,
    .seo-banner,
    .main-seo-content {
        padding: 60px 0;
    }

    .seo-contact-form {
        padding: 40px 20px;
    }

    .properties-desc p {
        font-size: 14px;
        line-height: 1.2;
        max-height: 51px;
    }

    .featured-rental-content-wp .row .col-lg-4:first-child .properties-box .properties-desc p {
        max-height: 67px;
        -webkit-line-clamp: 4;
    }

    .properties-details .text {
        line-height: 1.1;
        font-size: 14px;
    }

    .non-profits-content {
        margin-bottom: 31px;
    }

    .footer-content {
        margin-bottom: 30px;
    }

    .other-menu {
        margin-top: 38px;
    }

    .top-footer {
        padding: 42px 0 0;
    }

    .map-img-custom {
        width: 100px;
        padding: 4px;
    }

    .location-map .gm-style-iw.gm-style-iw-c {
        border-radius: 6px;
    }

    .map-img-custom img {
        height: 76px;
        border-radius: 6px;
    }

    .map-img-custom p {
        font-size: 10px;
        line-height: 11px;
        margin: 4px 4px 7px;
    }

    .location-map .gm-style-iw-d {
        margin-right: -18px;
    }

    .steps-form .steps-row .steps-step .btn-circle.completed::before {
        width: 15px;
        height: 10px;
    }

    .our-blog-sec {
        padding-bottom: 80px;
    }

    .home .blog-content {
        margin-bottom: 50px;
    }

    .blog-content a.h5-title {
        margin-bottom: 10px;
    }

    .maintenance-events-title-wp .maintenance-events-title {
        margin-bottom: 20px;
    }

    .maintenance-events-title-wp {
        margin-bottom: 10px;
    }

    .maintenance-events-sec {
        padding: 55px 0 55px;
        margin-bottom: 55px;
    }
}

@media screen and (max-width: 400px) {
    :root {
        --gutter: 32px;
    }

    .privacy-content h2,
    .entry-content h2 {
        font-size: 28px;
    }

    .site-header {
        height: 50px;
    }

    .site-branding {
        left: 17px;
        top: 8px;
    }

    .menu-toggle {
        --menu-toggle-space: 5px;
        width: 18px;
        right: 20px;
    }

    .menu-toggle span {
        margin-bottom: 3px;
    }

    .form-input,
    .input-text,
    .select2-container--default .select2-selection--single .select2-selection__rendered,
    select {
        padding: 0 15px;
    }

    .form-input.wpcf7-textarea {
        padding: 15px;
    }

    .form-element i {
        right: 18px;
    }

    .popup-title .h2-title {
        font-size: 25px;
    }

    .popup-title {
        padding: 10px 65px 10px 15px;
    }

    #apply_now .modal-dialog {
        width: calc(100vw - 30px);
    }

    .sec-btn,
    .woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button {
        width: 210px;
        height: 51px;
    }

    /* .banner-img {
        width: 97vw;
        right: -3px;
    } */

    .common-img-info .img-info li .icon img,
    .about-info-icon img {
        width: 30px;
    }

    .properties-info {
        padding: 24px 16px;
    }

    .common-img-info .img-info li .icon {
        min-width: 30px;
    }

    .location-map {
        height: 260px;
    }

    .apply-now-sec {
        padding: 32px 0 31px;
    }

    .properties-template-default .apply-now-content .sec-btn,
    .home .apply-now-content .sec-btn,
    .common-btn .sec-btn.md-btn {
        width: 145px;
        height: 51px;
    }

    .common-btn .sec-btn.md-btn {
        width: 148px;
    }

    .non-profits-content .sec-btn {
        width: 148px;
        height: 51px;
    }

    .non-profits-sec {
        padding: 69px 0 49px;
    }

    .our-work-slider .slick-list {
        --gutter: 10px;
        padding-right: 18px;
        left: 62px;
    }

    .our-work-slider .slick-dots li {
        --slick-dot-size: 4px;
        margin: 0 8px 0 0;
    }

    .our-work-slider .slick-dots li.slick-active {
        --slick-dot-size: 8px;
    }

    .slideto-show-img-wp {
        width: 140px;
        height: 230px;
    }

    .slideto-show-img-wp.double-img {
        width: 150px;
    }

    .slideto-show-img-wp.double-img .back-img {
        height: 150px;
    }

    .slideto-show-img-wp.sm-img {
        width: 130px;
        height: 200px;
    }

    .slideto-show-img-wp.lg-img {
        width: 180px;
        height: 350px;
    }

    .slideto-show-img-wp.md-img {
        width: 150px;
        height: 280px;
    }

    .event-content {
        padding: 30px 15px;
    }

    .blog-content-wp {
        margin-bottom: 30px;
    }

    .excerpt-content ul,
    .excerpt-content ol,
    .entry-content ol,
    .entry-content ul,
    .privacy-content ol,
    .privacy-content ul {
        margin-left: 2rem;
    }

    .rental-application-form,
    .rental-application-box {
        padding: 40px 15px;
    }

    .faq-box .h5-title {
        padding: 15px 40px 15px 15px;
    }

    .faq-content {
        padding: 0 40px 15px 15px;
    }

    .dnd-upload-status .dnd-upload-details .name {
        padding: 15px;
    }

    .seo-contact-form {
        padding: 30px 15px;
    }

    .sec-btn.sm-btn:not(.rental-application-box .sec-btn.sm-btn) {
        width: 118px;
    }

    .giri-shape-logo {
        width: 276px;
        bottom: -170px;
        right: -75px;
    }

    .rentals-menu {
        padding-right: 5px;
    }

    .event-category {
        margin-bottom: 15px;
    }

    .main-proiperties-text {
        margin-bottom: 25px;
    }

    .dnd-upload-status .dnd-upload-details span.has-error {
        margin-left: 15px;
    }

    .filter-sortby select {
        padding: 0 30px 0 15px;
    }

    .filter-sortby svg {
        right: 15px;
    }

    .banner-img {
        margin-top: 20px;
    }

    .banner-img img {
        height: 280px;
    }

    .events-box .events-box-icon {
        margin-bottom: 14px;
    }

    .events-box-icon img {
        --size: 40px;
    }

    .events-box {
        padding: 20px;
    }

    .upcoming-events-slider .events-box-title .h6-title {
        font-size: 20px;
    }

    .deepu-chowk-area {
        padding: 40px 0;
    }

    .deepu-chowk {
        gap: 26px;
    }
}

@media screen and (max-width: 358px) {
    :root {
        --gutter: 30px;
    }

    body {
        padding: 0;
    }

    .rentals-menu {
        padding-right: 0;
    }

    .common-tab li {
        font-size: 14px;
        padding: 5px 10px;
    }

    .sec-btn,
    .woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button {
        font-size: 16px;
    }
}

/*==========Responsive End==========*/

/*==========Multi Languages CSS Start==========*/
.language-switcher #gt_float_wrapper {
    display: flex;
    flex-direction: column;
}

.language-switcher .gt_float_switcher {
    font-family: inherit;
    font-size: 18px;
    color: var(--common-color);
    line-height: 1;
    box-shadow: none;
    border-radius: 0;
    position: relative;
    overflow: visible;
    background: transparent;
}

.language-switcher .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    transform: rotate(0deg);
    float: right;
    position: relative;
    top: -1px;
}

.language-switcher .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow.gt_arrow_rotate {
    transform: rotate(-180deg);
}

.language-switcher .gt_float_switcher .gt-selected .gt-current-lang {
    color: var(--dark-color);
    padding: 10px 15px;
}

.language-switcher .gt_float_switcher .gt_options {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    max-width: unset !important;
    padding: 0;
    transform: none;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
}

.language-switcher .gt_float_switcher .gt_options a {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 9px;
}

.language-switcher .gt_float_switcher .gt-selected {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: inherit;
    width: 110px;
    background: transparent;
    border-radius: 8px;
}

.language-switcher .gt_float_switcher img {
    width: 20px;
    display: none;
}

.language-switcher .gt_float_switcher .gt_options a:hover {
    background: #f5f5f5;
    color: var(--primary-color);
}

html[lang="es"] .main-navigation ul {
    gap: 0 clamp(15px, 2vw, 25px);
}

html[lang="es"] .home .h1-title {
    font-size: 60px;
}

html[lang="es"] .featured-title .title {
    max-width: 650px;
}

html[lang="es"] .common-img-info .img-info li .h6-title {
    font-size: 18px;
}

html[lang="es"] .business-btn .sec-btn {
    width: 200px;
}

html[lang="es"] .question-content .sec-btn {
    width: 250px;
}

html[lang="es"] #commentform .form-submit .submit {
    width: 245px;
}

html[lang="es"] .main-properties-details .sec-btn.lg-btn {
    width: 300px;
}

/* @media screen and (min-width: 992px) and (max-width: 1199px) {
    .language-switcher .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
        display: none;
    }
} */

@media screen and (min-width: 992px) and (max-width: 1750px) {
    html[lang="es"] .mobile-menu-btn .sec-btn {
        width: 195px;
    }

    html[lang="es"] .main-navigation ul {
        gap: 0 30px;
    }

    html[lang="es"] .header-mobile-menu {
        gap: 0 30px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1499px) {
    html[lang="es"] .mobile-menu-btn .sec-btn {
        width: 160px;
        font-size: 14px;
        height: 45px;
    }

    html[lang="es"] .site-branding {
        width: 200px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1360px) {
    .mobile-menu-btn .sec-btn {
        width: 200px;
        height: 45px;
        font-size: 16px;
    }

    .main-navigation li a {
        font-size: 16px;
    }

    .header-mobile-menu {
        gap: 0 20px;
    }

    .main-navigation ul {
        gap: 0 18px;
    }

    html[lang="es"] .main-navigation ul {
        gap: 0 20px;
    }

    html[lang="es"] .main-navigation li a {
        font-size: 15px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .main-navigation li a {
        font-size: 15px;
    }

    .mobile-menu-btn .sec-btn {
        width: 160px;
        height: 40px;
        font-size: 14px;
    }

    .language-switcher .gt_float_switcher .gt-selected {
        width: 70px;
        font-size: 16px;
    }

    .language-switcher .gt_float_switcher .gt-selected .gt-current-lang {
        padding: 10px;
    }

    .language-switcher .gt_float_switcher .gt_options a {
        /* font-size: 0; */
        padding: 5px;
    }

    html[lang="es"] .header-mobile-menu {
        gap: 0 15px;
    }

    html[lang="es"] .main-navigation ul {
        gap: 0 15px;
    }

    html[lang="es"] .main-navigation li a {
        font-size: 14px;
    }

    html[lang="es"] .site-branding {
        width: 150px;
    }

    html[lang="es"] .mobile-menu-btn .sec-btn {
        width: 140px;
        font-size: 12px;
        height: 40px;
    }
}

@media screen and (max-width: 991px) {
    html[lang="es"] .common-img-info .img-info li .h6-title {
        font-size: calc(clamp(0.875rem, 1.015vw + 0.621rem, 1.25rem));
        /* 20 to 14 = 991 to 400 */
    }

    .language-switcher .gt_float_switcher .gt-selected {
        border-color: rgba(255, 255, 255, 0.3);
    }

    .language-switcher .gt_float_switcher {
        margin-top: 35px;
    }

    .language-switcher .gt_float_switcher .gt-selected .gt-current-lang {
        color: var(--white-color);
    }

    .language-switcher .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
        filter: brightness(0) invert(1);
    }

    .language-switcher #gt_float_wrapper {
        display: inline-flex;
    }

    html[lang="es"] .home .h1-title {
        font-size: calc(clamp(2.25rem, 2.369vw + 1.658rem, 3.125rem));
    }
}

/*==========Multi Languages CSS End==========*/