/*
Theme Name: Arthavidhirealtors Child
Description:  Arthavidhirealtors Child Theme
Template: arthavidhirealtors
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arthavidhirealtors-child

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');



* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

:root {
    --white: #ffffff;
    --openSans: "Open Sans", sans-serif;
    --roboto: "Roboto", sans-serif;
    --notoSans: 'Noto Sans Bengali Condensed';
    --color5d5d5d: #5d5d5d;
    --black: #000000;
    --blue: #084ea2;
    --violet: #a068df;
    --red: #ff2f2f;
    --orange: #fd8484;
}

@font-face {
    font-family: 'Noto Sans Bengali Condensed';
    src: url('fonts/NotoSansBengaliCondensed-Bold.eot');
    src: url('fonts/NotoSansBengaliCondensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/NotoSansBengaliCondensed-Bold.woff2') format('woff2'),
        url('fonts/NotoSansBengaliCondensed-Bold.woff') format('woff'),
        url('fonts/NotoSansBengaliCondensed-Bold.ttf') format('truetype'),
        url('fonts/NotoSansBengaliCondensed-Bold.svg#NotoSansBengaliCondensed-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



/**
 * Remove default margin.
 */

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */

    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */

    font: inherit;
    /* 2 */

    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
/* 1 */

input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */

    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */

    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */

    box-sizing: content-box;
    /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */

    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

::-moz-selection {
    background-color: #007d9d;
    color: #fff;
    text-shadow: none;
}

::selection {
    background-color: #007d9d;
    color: #fff;
    text-shadow: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: inherit;
    opacity: 0.7;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: inherit;
    opacity: 0.7;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.7;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px !important;
    color: var(--black) !important;
    font-family: var(--openSans) !important;
    overflow-x: hidden;
    position: relative;
}

.container:after,
.container:before {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure {
    margin: 0;
    padding: 0;
}

img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
    height: auto !important;
    display: block;
}

a,
button,
input {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a {
    text-decoration: none !important;
}

/**************global css end*******/

.container {
    position: relative;
}

.main-heading {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.main-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 5px;
    background-color: #ff7de2;
}

.main-heading h1,
.main-heading h2,
.footer-up h4 {
    font-size: 30px;
    font-family: var(--notoSans);
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--violet);
    margin-bottom: 0;
}

.main-heading p {
    font-size: 18px;
    color: #282828;
    margin-bottom: 0;
}


/* Header Start */
header.main_header {
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    padding: 7px 0 5px;
    background-color: var(--white);
}

header.main_header.fixed {
    position: fixed;
    top: 0 !important;
    left: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: var(--white);
    width: 100%;
    transition: all 0.3s ease-in-out;
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}


.nav_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav_bar .each-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav_bar .nav_sec ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.nav_bar .nav_sec ul li {
    display: inline-block;
    position: relative;
    padding-right: 18px;
}

.nav_bar .nav_sec ul li+li {
    margin-left: 34px;
}

.nav_bar .nav_sec ul li a {
    display: block;
    position: relative;
    z-index: 99;
    font-size: 15px;
    line-height: 25px;
    color: var(--black);
    font-weight: 400;
}

.nav_bar .nav_sec ul li.active a,
.nav_bar .nav_sec ul li.current-menu-item a,
.nav_bar .nav_sec ul li a:hover {
    color: var(--violet);
}

.nav_bar .nav_sec ul li ul {
    position: absolute;
    width: 200px;
    background: var(--white);
    top: 100%;
    display: none;
    z-index: 9;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 15%);
    border-radius: 8px;
    overflow: hidden;
}

.nav_bar .nav_sec ul li:hover ul {
    display: block;
}

.nav_bar .nav_sec ul li ul li {
    display: block;
    margin-left: 0;
    padding-right: 0;
}

.nav_bar .nav_sec ul li ul li a {
    padding: 10px 15px;
}

.nav_bar .nav_sec ul li ul li a:hover,
.nav_bar .nav_sec ul li ul li.current-menu-item a {
    background-color: #f2f2f2;
}

span.toggle-menu {
    display: none;
}

.nav_bar .nav_sec ul li .arw-nav {
    width: 12px;
    height: 7px;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 999;
    cursor: pointer;
    background: url(images/arrow-down.png) no-repeat center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.login-info {
    position: relative;
}

a.loginDropdown {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--black);
}

.login-drawer {
    position: absolute;
    top: 100%;
    background: var(--white);
    z-index: 9;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 15%);
    border-radius: 8px;
    overflow: hidden;
    display: none;
}

.login-drawer ul {
    padding: 0;
    margin: 0;
    width: 120px;
}

.postproperty-tag {
    display: inline-flex;
    padding: 6px 8px 6px 14px;
    font-size: 14px;
    font-weight: 600;
    color: var(--white);
    background-color: #fd8585;
    border-radius: 100px;
    align-items: center;
    letter-spacing: 1px;
}

.postproperty-tag:hover {
    background-color: var(--red);
}

.postproperty-tag span {
    font-family: var(--roboto);
    font-weight: 800;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ff0000;
    padding: 0 4px;
    border-radius: 100px;
    background-color: var(--white);
    min-height: 20px;
    margin-left: 6px;
}

.desktop-toggle-menu {
    cursor: pointer;
}

.desktop-side-list-bar {
    width: 350px;
    height: 100vh;
    float: none;
    position: fixed;
    z-index: 999;
    top: 0;
    right: -350px;
    padding: 60px 0 0;
    background: var(--white);
    display: block;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;

}

.desktop-side-list-bar ul {
    display: block;
    text-align: left;
    padding-left: 0;
    margin-bottom: 0;
}

.desktop-side-list-bar ul li {
    display: block;
}

.desktop-side-list-bar ul li a,
.login-drawer ul li a {
    font-size: 15px;
    line-height: 25px;
    color: var(--black);
    font-weight: 400;
    padding: 10px 15px;
    display: block;
}

.desktop-side-list-bar ul li a:hover,
.login-drawer ul li a:hover {
    color: var(--violet);
    background-color: #f2f2f2;
}

.desktop-side-list-bar.slidein2 {
    right: 0;
    z-index: 999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.desktop-side-list-bar .cls-btn2 {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background: url(images/cross-2.webp) no-repeat center;
    background-size: 75%;
}

@media (min-width: 991.98px) {
    .for-mobile-menu {
        display: none;
    }
}

/* Header End */

/* Banner Start */

.home-banner,
.inner-banner {
    position: relative;
}

.inner-banner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #0000008a;
}

.banner-slider .item {
    background-position: center left;
    background-size: cover;
    padding: 192px 0 162px;
}

.inner-banner {
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}

.banner-text {
    max-width: 908px;
    margin-left: auto;
    text-align: center;
}

.banner-text h2,
.inner-banner h1 {
    color: #00428f;
    font-size: 50px !important;
    font-weight: 700;
    font-size: var(--roboto);
}

.inner-banner h1 {
    color: var(--white);
    position: relative;
    z-index: 9;
}

.banner-text p {
    color: #ac1509;
    font-size: 25px;
    font-weight: 700;
}

.banner-search-box {
    padding: 30px 33px 23px 33px;
    background-color: var(--white);
    border-radius: 30px;
    position: absolute;
    bottom: -55px;
    left: 15px;
    right: 15px;
    max-width: 998px;
    margin: 0 auto;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 15%);
}

.banner-search-box ul {
    display: flex
;
    align-items: center;
    gap: 40px;
    padding: 0;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.banner-search-box ul li a {
    font-size: 15px;
    color: var(--black);
    font-weight: 600;
    letter-spacing: 1px;
}

.banner-search-box ul li.active a {
    color: var(--violet);
}

.post-pro-tag {
    position: absolute;
    right: 33px;
    top: 30px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
}

.post-pro-tag span {
    background-color: #ff7de2;
    color: var(--white);
    padding: 3px 10px 5px 10px;
}

.input-wrapper {
    border: 1px #8a8a8a solid;
    padding: 12px;
    border-radius: 40px;
    margin-top: 28px;
    font-size: 15px;
}

.input-wrapper form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    overflow-x: auto;
	overflow: hidden;
}


.location-tag {
    display: flex
;
    gap: 8px;
    padding-right: 21px;
}
.location-tag>img {
    height: 32px !important;
}

.location-tag span {
    display: inline-flex;
    background-color: #eddbf9;
    min-height: 35px;
    min-width: 85px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 20px;
    padding: 5px 10px;
}

select.custom-select {
    background-color: var(--white);
    border: none;
    outline: none !important;
    appearance: none;
    background-image: url(images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 15px;
}


select.custom-select option {
    padding: 5px;
}

.input-wrapper input[type="submit"] {
    background: #b770e9 url(images/search-icon.png) no-repeat left 18px center;
    border: none;
    color: var(--white);
    padding: 12px 35px 12px 45px;
    border-radius: 40px;
    letter-spacing: 1px;
}

.input-wrapper input[type="submit"]:hover {
    background-color: var(--violet);
}

/* Banner End */

/* Body Start */

.recommended-featured-properties {
    padding: 100px 0 75px;
}

.rec-property-item>a>img {
    margin-bottom: 10px;
    opacity: 1;
    transition: all ease-in-out 0.5s;
    width: 100%;
}

.rec-property-item>a>img:hover {
    opacity: 0.7;
    transition: all ease-in-out 0.5s;
}


.rec-property-item h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
}

.rec-property-item h3 a {
    color: var(--black);
}

.rec-property-item h3 a:hover {
    color: var(--blue);
}

.rec-property-item p {
    font-size: 15px;
    color: #434343;
    margin: 0 0 6px 0;
}

.rec-property-item h4,
.featured-box h3 {
    font-size: 18px;
    color: var(--blue);
    font-family: var(--roboto);
    margin: 0;
    font-weight: 700;
}

.post-pro-box {
    background: #dbfcea url(images/img2.png) no-repeat bottom right 8px;
    padding: 18px 13px;
}

.post-pro-box h3 {
    font-size: 20px;
    color: var(--blue);
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0;
    max-width: 262px;
}

.post-pro-box p {
    font-size: 15px;
    color: #863bbb;
    font-weight: 700;
}

.post-pro-box a.red-btn {
    font-family: var(--notoSans);
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 20px;
    background-color: var(--red);
    color: var(--white);
    padding: 8px 16px 4px;
    min-height: 65px;
    min-width: 160px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    text-align: center;
    line-height: 27px;
}

.post-pro-box a.red-btn:hover {
    background-color: #fd8585;
}

.featured-properties {
    margin-top: 70px;
}

.featured-pro-slider .item {
    padding: 10px;
}

.fea-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fea-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: all ease-in-out 0.5s;
}

.fea-img img:hover {
    transform: scale(1.05);
    transition: all ease-in-out 0.5s;
}

.featured-box {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}

.featured-box h4 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.featured-box h4 a {
    color: var(--black);
}

.featured-box h4 a:hover {
    color: var(--blue);
}

.featured-box p {
    color: #5d5d5d;
    font-size: 13px;
    margin-bottom: 0;
}

.featured-box h3 {
    margin-top: 5px;
}

.fea-info {
    padding: 15px 10px;
}

ul.slick-dots {
    padding: 0;
    margin-bottom: 0;
    display: flex;
    gap: 10px;
    justify-content: center;
    text-align: center;
}

ul.slick-dots li button {
    font-size: 0;
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 4px;
    background-color: #cccccc;
}

ul.slick-dots li.slick-active button {
    background-color: var(--violet);
}

.loan-option-sec {
    padding: 50px 0;
    background-color: #fff5e4;
}

.loan-option-sec .main-heading::after,
.financial-tools .main-heading::after,
.sell-property .main-heading::after,
.fea-local-list .main-heading::after,
.blog-sec .main-heading::after,
.property-info-item-mdl .main-heading::after,
.property-info-item-right .main-heading::after,
.featured-properties2 .main-heading::after {
    display: none;
}

.loan-option-sec .main-heading h2,
.financial-tools .main-heading h2 {
    font-size: 50px;
    color: var(--blue);
}

.loan-part {
    display: flex;
    align-items: center;
    background-color: var(--white);
    padding: 20px 15px;
    border: 1px var(--violet) solid;
    border-radius: 10px;
    justify-content: space-between;
    gap: 12px;
}

.loan-part .left-item img {
    max-width: 75px;
}

.loan-part .right-item {
    text-align: center;
}

.loan-part .right-item p {
    font-family: var(--roboto);
    font-size: 18px;
    margin: 0 0 10px 0;
    color: var(--violet);
}

.loan-part .right-item a.apply-btn {
    display: inline-flex;
    min-width: 125px;
    min-height: 25px;
    align-items: center;
    justify-content: center;
    background-color: var(--orange);
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 20px;
}

.loan-part .right-item a.apply-btn:hover {
    background-color: var(--red);
}

.loan-slider .item {
    margin: 0 15px;
}

.projects-sec {
    padding: 75px 0;
}

.projects-sec>div+div {
    margin-top: 75px;
}

.post-pro-box-big .post-pro-box {
    background: #ccffe8;
    border-radius: 20px;
    padding: 10px 45px 0 75px;
}

.post-pro-box-big .post-pro-box h3 {
    font-size: 50px;
    max-width: 100%;
}

.post-pro-box-big .post-pro-box a.red-btn {
    font-size: 50px;
    padding: 8px 30px 1px;
}

.post-pro-box-big .post-pro-box p {
    font-size: 30px;
    color: #737373;
}

.post-pro-box-big .post-pro-box .right-item img {
    margin-left: auto;
}

.financial-tools-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.financial-tools-item h4 {
    font-family: var(--notoSans);
    font-size: 20px;
    letter-spacing: 1px;
    color: #282828;
    margin: 15px 0 0 0;
}

.financial-tools-item {
    display: flex;
    flex-direction: column;
    padding: 35px 15px;
    background-color: var(--white);
    border: 1px var(--violet) solid;
    text-align: center;
    align-items: center;
}

.financial-tools-item>img {
    height: 100px !important;
    width: 100px !important;
    object-fit: contain;
}

.sell-property .main-heading {
    margin-bottom: 7px;
}

.sell-property-box {
    position: relative;
    background-color: #ffa800;
    padding: 27px 335px;
    overflow: hidden;
    border-radius: 20px;
}

.sell-property-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 344px;
    height: 100%;
    background: url(images/img5.png) no-repeat center right;
    background-size: cover;
}

.sell-property-box::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 344px;
    height: 100%;
    background: url(images/img6.png) no-repeat center left;
    background-size: cover;
}

.sell-property-mid-item {
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 9;
}

.sell-property-mid-item h2 {
    font-size: 45px;
    font-weight: 700;
    font-family: var(--roboto);
    color: var(--white);
    letter-spacing: 1px;
}

a.common-btn {
    font-size: 25px;
    font-weight: 700;
    font-family: var(--roboto);
    letter-spacing: 1px;
    background-color: var(--red);
    padding: 8px 37px 8px;
    border-radius: 40px;
    color: var(--white);
    display: inline-block;
}

a.common-btn:hover {
    background-color: var(--orange);
}

.sell-property-mid-item a.common-btn {
    margin-top: 20px;
}

.fea-local-list {
    background-color: #ebebeb;
    padding: 25px 24px;
    border-radius: 20px
}

.fea-local-list .tab2>ul {
    padding: 0 0px 8px 0;
    margin: 0;
    display: flex;
    gap: 20px;
    border-bottom: 5px #d9d9d9 solid;
}

.fea-local-list .tab2>ul>li>a {
    font-family: var(--roboto);
    font-weight: 700;
    color: #6a6a6a;
    position: relative;
}

.fea-local-list .tab2>ul>li.active a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 100%;
    height: 5px;
    background-color: #ff7de2;
}

.fea-local-list .tab2>ul>li.active a {
    color: #4265a4;
}

.fea-local-list .tab-body2 {
    padding-top: 20px;
}

.fea-local-list .tab-body2 .tab-content2 ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.fea-local-list .tab-body2 .tab-content2 ul li {
    width: 33.33%;
    float: left;
    font-size: 16px;
    margin-bottom: 10px;
    padding-right: 15px;
}

.fea-local-list .tab-body2 .tab-content2 ul li a {
    color: var(--black);
}

.fea-local-list .tab-body2 .tab-content2 ul li a:hover {
    color: var(--blue);
}

.blog-sec {
    background-color: #fff5e4;
    padding: 50px 0;
}

.blog-sec .main-heading h2 {
    color: var(--red);
}

.blog-part {
    background-color: var(--white);
    margin: 15px 0;
}

.blog-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: all ease-in-out 0.5s;
}

.blog-img a:hover img {
    transform: scale(1.05);
    transition: all ease-in-out 0.5s;
}

.blog-info {
    padding: 15px 11px;
}

.blog-info h3 {
    font-size: 16px;
    font-family: var(--notoSans);
    font-weight: 700;
    letter-spacing: 1px;
}

.blog-info h3 a {
    color: var(--black);
}

.blog-info h3 a:hover {
    color: #ff7de2;
}

.blog-post-date p {
    font-size: 13px;
    margin: 0;
    color: var(--color5d5d5d);
}

.review-sec {
    background-color: #c3c3c4;
    padding: 75px 0;
}

.property-info-sec {
    padding-top: 128px;
}

.property-info-item-left {
    padding: 16px;
    background-color: #ebebeb;
    border-radius: 8px;
    position: relative;
    height: 100%;
}

.property-info-item-left .property-info-slider1,
.property-info-item-left .property-info-slider1 .item,
.property-info-item-left .property-info-slider1 .slick-list,
.property-info-item-left .property-info-slider1 .slick-track {
    height: 100%;
}

.property-info-item-left .property-info-slider1 .item img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}
.property-info-item-left .slick-arrow,
.loan-slider2 .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    font-size: 0;
    border: none;
    width: 12px;
    height: 24px;
}

.property-info-item-left .slick-arrow.slick-next {
    background: url(images/next.png) no-repeat center;
    right: 10px;
}

.property-info-item-left .slick-arrow.slick-prev {
    background: url(images/prev.png) no-repeat center;
    left: 10px;
}
.property-slider-wrapper {
    position: relative;
    height: 100%;
}

.slick-counter {
    position: absolute;
    right: 16px;
    bottom: 16px;
    font-family: var(--roboto);
    font-size: 12px;
    color: var(--white);
    background-color: #0000009e;
    padding: 6px 10px;
}

.property-info-item-mdl {
    font-family: var(--roboto);
    font-size: 13px;
    color: var(--black);
}

.property-info-item-mdl .main-heading  {
    padding-bottom: 5px;
}
.property-info-item-mdl .main-heading h2 {
    color: var(--blue);
}

.property-info-item-mdl .main-heading p {
    font-family: var(--roboto);
    font-weight: 700;
    font-size: 15px;
}

.property-info-item-mdl-cards {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}

.property-info-item-mdl-cards + p {
    margin-bottom: 10px;
    line-height: 17px;
}

.each-card {
    font-family: var(--roboto);
    font-size: 13px;
    font-weight: 400;
    padding: 6px 7px;
    border-radius: 6px;
    width: 33.33%;
}

.each-card h4 {
    font-weight: 700;
    font-size: 16px;
    color: var(--blue);
    margin-bottom: 0;
}

.each-card p {
    margin-bottom: 0;
    line-height: 16px;
}

.first-card-btn {
    font-size: 12px;
    background-color: #ebebeb;
    padding: 5px 12px;
    line-height: 14px;
    width: 33.333%;
}

a.blue-border-btn {
    width: 33.3%;
    display: block;
    font-size: 12px;
    color: #0076d6;
    border: 1px #0076d6 solid;
    border-radius: 6px;
    padding: 9px 3px;
    text-align: center;
    font-weight: 500;
}

a.blue-border-btn:hover {
    background-color: #0076d6;
    color: var(--white);
}

.property-info-list-box {
    width: 50%;
    background-color: #ebebeb;
    font-size: 12px;
}

.property-info-list-box h4 {
    font-size: 12px;
    font-weight: 700;
    color: #0076d6;
    background-color: #dbdbdb;
    padding: 6px 14px 4px;
    text-transform: uppercase;
    margin: 0;
}

.property-info-list-body {
    padding: 6px 14px;
}

.property-info-list-body ul {
    padding: 0;
    margin: 0;
}

.property-info-list-body ul li + li {
    margin-top: 0;
}

.property-info-item-right,
.property-info-item-mdl {
    height: 100%;
}
.property-info-item-right .main-heading h2 {
    color: var(--blue);
}

.property-info-item-right .main-heading p {
    font-size: 16px;
}

.property-info-item-right-up {
    background-color: #fff5e4;
    padding: 24px 12px;
    border-radius: 6px;
    box-shadow: 0 0 10px #747474;
}

.loan-slider2 {
    padding: 0 40px;
}

.loan-slider2 .slick-arrow.slick-next {
    background: url(images/nex2.png) no-repeat center;
    right: 10px;
}

.loan-slider2 .slick-arrow.slick-prev {
    background: url(images/prev2.png) no-repeat center;
    left: 10px;
}

.property-info-item-right-btm {
    text-align: center;
    background-color: #eddbf9;
    padding: 10px 10px;
    border-radius: 8px;
    margin-top: 10px;
}

.property-info-item-right-btm h3 {
    margin: 0;
    font-family: var(--notoSans);
    font-size: 22px;
    color: #004499;
    font-weight: 700;
    letter-spacing: 1px;
}

.property-info-item-right-btm h3 span {
    background-color: #ff7de2;
    color: var(--white);
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    padding: 7px 7px 0;
}

/* Body End */

/* Footer Start */
footer.main-footer {
    color: var(--white);
    font-weight: 400;
}

footer.main-footer a {
    color: var(--white);
}

footer.main-footer a:hover {
    color: #ff7de2;
}

.footer-up {
    font-size: 14px;
    padding: 90px 0 60px;
    font-family: var(--roboto);
    background-color: #003c89;
}

.footer-up h4 {
    color: #f1a3ee;
    margin-bottom: 25px;
}

.footer-link ul {
    padding: 0;
    margin: 0;
}

.footer-link ul li {
    letter-spacing: 1px;
}

.footer-link ul li+li {
    margin-top: 13px;
}

.footer-social a {
    display: inline-block;
}

.footer-social a+a {
    margin-left: 15px;
}

.footer-social a:hover {
    transform: translateY(-10px);
}

.footer-down {
    background-color: #0a2575;
    padding: 15px 0;
    font-size: 15px;
    font-family: var(--openSans);
}

.footer-down .left-item a {
    color: #f1a3ee;
}

.footer-down-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

a.top-scroll-arrow {
    background-color: var(--white);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
/* Footer End */

/************** BIG IDEASS ************/


/************** BIG IDEASS END CSS ************/