/* Global Styles */
body {
    font-size: 100%;
    font-family: "Outfit", sans-serif;
    margin: 0;
}

.flex {
    display: flex;
}

.flex-middle {
    align-items: center;
}

.flex-between {
    justify-content: space-between;
}

.flex-wrap {
    flex-wrap: wrap;
}

html {
    color: #111;
    font-family: "Outfit", sans-serif;
}

img {
    max-width: 100%;
}

* {
    box-sizing: border-box;
    font-size: 100%;
    scrollbar-width: thin;
}

a:hover,
a,
a:active {
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 130%;
    font-family: "Outfit", sans-serif;
    margin: 0;
}

.np {
    font-family: "Mukta", sans-serif;
}

.c-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.c-container-small {
    max-width: 960px;
    padding: 0 20px;
    margin-right: auto;
    margin-left: auto;
}

.section-top {
    margin-top: 50px;
}

/* Global Styles */
.news--wrap {
    padding-right: 25px;
    flex: 2;
    border-right: solid 1px rgba(0, 0, 0, 0.15);
    margin-right: 25px;
}

.section {
    margin-top: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Outfit", sans-serif;
}

[class^=property-icon],
[class*=" property-icon"] {
    font-family: "property-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: "property-icons";
    src: url(../fonts/property-icons.eot?o0bd8w);
    src: url(../fonts/property-icons.eot?o0bd8w#iefix) format("embedded-opentype"), url(../fonts/property-icons.ttf?o0bd8w) format("truetype"), url(fonts/property-icons.woff?o0bd8w) format("woff"), url(fonts/property-icons.svg?o0bd8w#property-icons) format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Preeti";
    src: url("../fonts/Preeti.woff2") format("woff2"), url("../fonts/Preeti.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.property-icon-home-agents:before {
    content: "\e95c";
}

.property-icon-home-calc:before {
    content: "\e95d";
}

.property-icon-home-notebook:before {
    content: "\e95a";
}

.property-icon-user-1:before {
    content: "\e95e";
}

.property-icon-home-agent:before {
    content: "\e95b";
}

.property-icon-bed:before {
    content: "\e961";
}

.property-icon-bath:before {
    content: "\e960";
}

.property-icon-sqft:before {
    content: "\e96b";
}

.property-icon-photo:before {
    content: "\e968";
}

.property-icon-type:before {
    content: "\e971";
}

.property-icon-keyhole:before {
    content: "\e99b";
}

.property-icon-built:before {
    content: "\e972";
}

.property-icon-user-2:before {
    content: "\e95f";
}

.header {
    top: 0;
    z-index: 10;
    position: relative;
    background: #fff;
    position: sticky;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.header .hamburger {
    border: none;
    padding: 0;
    margin: 0;
    display: none;
}

.header .header__logo {
    padding: 20px 0;
}

.header .header__logo img {
    width: 150px;
}

.header .header__menu {
    display: flex;
    align-items: center;
    align-self: stretch;
    margin: 0 auto;
}

.header .header__menu > ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    align-self: stretch;
    height: 100%;
    align-items: center;
}

.header .header__menu > ul > li {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    display: flex;
    height: 100%;
    position: relative;
}

.header .header__menu > ul > li svg {
    position: absolute;
    right: 8px;
    top: 23px;
    width: 18px;
}

.header .header__menu > ul > li.is-submenu {
    margin-right: 12px;
}

.header .header__menu > ul > li > a {
    color: #000;
    font-size: 14px;
    position: relative;
    margin: 0 30px 0 0;
    height: 100%;
    display: flex;
    align-items: center;
    letter-spacing: -0.3px;
    text-transform: uppercase;
}

.header .header__menu > ul > li > ul {
    position: absolute;
    top: 150%;
    left: 0px;
    transition: 0.5s;
    z-index: 4;
    width: 260px;
    background: #196bac;
    list-style: none;
    padding: 15px 15px;
    margin: 0px;
    opacity: 0;
    visibility: hidden;
}

.header .header__menu > ul > li > ul > li > a {
    color: #fff;
    display: inline-block;
    padding-bottom: 10px;
    font-size: 15px;
    padding-left: 8px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
}

.header .header__menu > ul > li > ul > li:last-child a {
    padding-bottom: 0;
}

.header .header__menu > ul > li > ul > li:hover > a {
    color: #fff;
    opacity: 0.65;
}

.header .header__menu > ul > li:hover > a {
    color: #196bac;
}

.header .header__menu > ul > li:hover svg polygon {
    fill: #196bac;
}

.header .header__menu > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.mobile-navigation {
    position: fixed;
    top: 0;
    transition: 0.3s linear;
    transform: translateX(-140%);
    left: 0;
    z-index: 11;
    height: 100vh;
    width: 300px;
    background: #196bac;
    color: #fff;
}

.mobile-navigation .close {
    font-size: 35px;
    color: #196bac;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    background: #196bac;
    height: 46px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 0 5px 5px 0;
}

.mobile-navigation .close i {
    cursor: pointer;
    display: inline-block;
    font-size: 26px;
}

.mobile-navigation > div nav > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.mobile-navigation > div nav > ul > li {
    position: relative;
}

.mobile-navigation > div nav > ul > li > svg {
    font-size: 13px;
    position: absolute;
    right: 15px;
    top: 14px;
    cursor: pointer;
}

.mobile-navigation > div nav > ul > li > svg polygon {
    fill: #fff;
}

.mobile-navigation > div nav > ul > li > a {
    vertical-align: middle;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
}

.mobile-navigation > div nav > ul > li > ul {
    background: #fff;
    display: none;
    margin: 0;
    padding: 0;
}

.mobile-navigation > div nav > ul > li > ul > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
}

.mobile-navigation > div nav > ul > li > ul > li > a {
    padding: 14px 15px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
}

.mobile-navigation > div nav > ul > li > ul > li:hover > a {
    color: #196bac;
}

body.mobile__menu {
    position: relative;
}

body.mobile__menu .mobile-navigation {
    transform: translateX(0);
}

.site-footer {
    color: #fff;
    background-image: linear-gradient(160deg, #0093e9 0%, #0072ff 100%);
    padding: 25px 0;
}

.footer-heading {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.footer--menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer--menu ul li {
    display: block;
    padding-bottom: 3px;
}

.footer--menu ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.social-icons a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.1882352941);
    margin: 5px 5px 5px 0;
    color: #fff;
    font-size: 14px;
}

.social-icons a:hover {
    color: #fff;
    background: #196bac;
}

.site-footer--last {
    padding-top: 9px;
    padding-bottom: 0;
}

.site-footer--last p {
    font-size: 12px;
    color: #fff;
    margin: 0;
}

.site-footer--last > div > div {
    border-top: 1px solid rgba(241, 241, 241, 0.1803921569);
    padding-top: 14px;
}

.button {
    display: inline-block;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 4px;
    border: none;
}

.button-white {
    background: #fff;
    color: #196bac;
}

.button-white:hover {
    background-color: #196bac;
    color: #fff;
}

.button-outline {
    border: 1px solid rgba(0, 0, 0, 0.2392156863);
    border-radius: 4px;
    color: #000;
}

.button-outline:hover {
    color: #fff !important;
    background: #196bac;
}

.button-primary {
    background-image: linear-gradient(160deg, #0093e9 0%, #0072ff 100%);
    color: #fff;
}

.button-primary:hover {
    background: #d71920;
}

.heading--wrap {
    margin-bottom: 20px;
}

.heading--wrap .heading {
    font-size: 25px;
    font-weight: 600;
    line-height: 32.2px;
}

.heading--wrap a {
    font-size: 14px;
    color: rgb(1, 35, 103);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
}

.heading--wrap a svg {
    width: 20px;
    height: 18px;
    margin-left: 5px;
}

.heading--wrap a:hover {
    color: #196bac;
}

.heading--wrap p {
    margin: 8px 0 0 0;
    font-size: 14px;
}

.title {
    font-size: 16px;
    line-height: 1.45;
    font-weight: 500;
    color: #000;
}

.title a {
    color: inherit;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.title:hover > a {
    color: #196bac;
}

.property__block {
    height: 100%;
    border: 1px solid #b9bec4;
    border-radius: 4px;
    position: relative;
    background: #fff;
}

.property__block > div {
    position: relative;
    overflow: hidden;
}

.property__block > div .sale-ribbon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 35px;
    position: absolute;
    top: 0;
    right: 0;
    color: #111;
    width: 220px;
    background: #fbbc12;
    font: 700 15px "Outfit", sans-serif;
    transform: rotate(45deg) translate(30%, -50%);
}

.property__block > div > a {
    height: 200px;
}

.property__block > div > a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.property__block a {
    position: relative;
    display: block;
    overflow: hidden;
}

.property__block .status {
    top: 10px;
    z-index: 5;
    left: 20px;
    border-radius: 4px;
    position: absolute;
}

.property__block .property__block--detail {
    border-radius: 3px;
    padding: 20px;
    background: #fff;
}

.property__block .property__block--detail .property__block--title {
    margin-bottom: 5px;
}

.property__block .property__block--detail p {
    font-size: 13px;
    line-height: 1.57;
    opacity: 0.8;
    margin-bottom: 7px;
}

.property__block .property__block--detail p i {
    margin-right: 5px;
    opacity: 0.65;
}

.property__block .property__block--detail .house-feature {
    margin: 0;
    padding: 0;
}

.property__block .property__block--detail .house-feature li {
    color: rgba(0, 0, 0, 0.6901960784);
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 0 0;
}

.property__block .property__block--detail .button-action {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
}

.property__block .property__block--detail .button-action .button-outline {
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.2392156863);
    flex: 1;
    text-align: center;
    border-radius: 4px;
    color: #000;
    padding: 10px 10px;
}

.property__block .property__block--detail .button-action .button-outline + a {
    width: 38px;
    height: 38px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(160deg, #0093e9 0%, #0072ff 100%);
    color: #fff;
    border-radius: 3px;
    font-size: 18px;
}

.property__block .property__block--detail .button-action .button-outline + a:hover {
    opacity: 0.57;
}

.status {
    padding: 5px 6px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
}

.status-sale {
    background: #488420;
}

.status-rent {
    background: #5185e4;
}

.slider-nav .owl-carousel {
    position: relative;
}

.slider-nav .owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    display: flex;
    top: -45px;
}

.slider-nav .owl-carousel .owl-nav > button {
    font-size: 16px;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    margin-left: 14px;
}

.slider-nav .owl-carousel .owl-nav > button:hover {
    color: #196bac;
}

.property__type {
    background: #000;
    border-radius: 8px;
    position: relative;
}

.property__type--img {
    border-radius: 10px;
    height: 130px;
    position: relative;
    border-radius: 8px;
}

.property__type--img img {
    opacity: 0.8;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
}

.property__type--img--count {
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: -20px;
    left: 0;
    text-align: center;
    right: 0;
    margin: 0 auto;
    position: absolute;
    background: rgba(81, 133, 228, 0.8);
    display: inline-block;
    z-index: 1;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
}

.property__type--img a {
    height: 100%;
    position: relative;
}

.property__type--content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.property__type--content h3 {
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.property__type--content:after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 30%, rgba(0, 0, 0, 0.77) 100%);
    position: absolute;
    border-radius: 8px;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 1;
}

.img--zoom {
    overflow: hidden;
    display: block;
}

.whybox {
    position: relative;
    display: flex;
    position: relative;
    color: #fff;
    margin-top: 12px;
}

.whybox i {
    margin-right: 25px;
    color: #fff;
    font-size: 40px;
    margin-top: 8px;
}

.whybox h3 {
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}

.whybox p {
    font-size: 14px;
    margin: 6px 0 0 0;
    line-height: 1.588;
    font-weight: 300;
}

.single__article span {
    font-size: 11px;
    color: #000;
    opacity: 0.45;
    margin-top: 6px;
    display: block;
    font-weight: 600;
}

.single__article > div > a {
    display: block;
    height: 180px;
    border-radius: 4px;
}

.single__article > div > a img {
    border-radius: 4px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.single__article p {
    font-size: 1.4rem;
    margin: 1.1rem 0 0 0;
}

.single__article .title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
}

.single__article .title.np {
    font-weight: 500;
    font-size: 18px;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 20px;
}

.col1 {
    grid-column: span 1;
}

.row1 {
    grid-row: span 1;
}

.col2 {
    grid-column: span 2;
}

.row2 {
    grid-row: span 2;
}

.col3 {
    grid-column: span 3;
}

.row3 {
    grid-row: span 3;
}

.col4 {
    grid-column: span 4;
}

.row4 {
    grid-row: span 4;
}

.col5 {
    grid-column: span 5;
}

.row5 {
    grid-row: span 5;
}

.col6 {
    grid-column: span 6;
}

.row6 {
    grid-row: span 6;
}

.col7 {
    grid-column: span 7;
}

.row7 {
    grid-row: span 7;
}

.col8 {
    grid-column: span 8;
}

.row8 {
    grid-row: span 8;
}

.col9 {
    grid-column: span 9;
}

.row9 {
    grid-row: span 9;
}

.col10 {
    grid-column: span 10;
}

.row10 {
    grid-row: span 10;
}

.col11 {
    grid-column: span 11;
}

.row11 {
    grid-row: span 11;
}

.col12 {
    grid-column: span 12;
}

.row12 {
    grid-row: span 12;
}

.banner__carousel .owl-carousel {
    height: 600px;
}

.banner__carousel .owl-carousel .owl-stage-outer,
.banner__carousel .owl-carousel .owl-stage,
.banner__carousel .owl-carousel .owl-item,
.banner__carousel .owl-carousel .item {
    height: 100%;
}

.item.banner__carousel--image picture {
    height: 100%;
}

.item.banner__carousel--image picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner__carousel--content {
    padding: 0px;
    position: absolute;
    left: 0px;
    height: 100%;
    width: 100%;
    top: 0px;
    display: flex;
    align-items: center;
}

.banner__carousel--content > div {
    width: 100%;
    padding: 0px;
    margin-right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    margin: 0;
}

.banner__carousel--content > div > div {
    position: absolute;
    padding: 30px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    left: 32%;
    max-width: 400px;
    font-family: "Outfit", sans-serif;
}

.banner__carousel--content > div > div .carousel--heading {
    color: rgb(255, 255, 255);
    display: block;
    line-height: 1.35;
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0px 0px 18px;
}

.banner__carousel--content > div > div .price-tag {
    background: #d71920;
    color: rgb(255, 255, 255);
    padding: 5px 12px;
    transition: 0.3s;
    font-weight: 500;
    border-radius: 4px;
    font-size: 12px;
    margin: 0px;
    display: inline-block;
    letter-spacing: 0.09rem;
}

.banner__carousel--content > div > div .banner__carousel--content--features {
    margin: 26px 0px 35px 0;
    padding: 0px;
}

.banner__carousel--content > div > div .banner__carousel--content--features li {
    margin-bottom: 25px;
    line-height: 1.8;
    color: #fff;
    position: relative;
    font-size: 14px;
    margin-bottom: 15px;
    display: flex;
    padding-left: 0;
    font-weight: 500;
}

.banner__carousel--content > div > div .banner__carousel--content--features li img {
    width: 25px;
    margin-right: 15px;
    height: 22px;
    object-fit: cover;
}

.property__new {
    margin-top: -20px;
}

.property__new .owl-carousel {
    position: relative;
    z-index: 0;
}

.property__new .owl-carousel .owl-stage {
    display: flex;
}

.property__new .owl-carousel .owl-stage .owl-item {
    display: flex;
}

.property__new .owl-carousel .owl-stage .owl-item .item {
    margin: 0 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: stretch;
}

.property__new .owl-carousel .owl-nav {
    position: absolute;
    left: 0;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.property__new .owl-carousel .owl-nav > button {
    font-size: 16px;
    position: absolute;
}

.property__new .owl-carousel .owl-nav > button:hover {
    color: #196bac;
}

.property__new .owl-carousel .owl-nav > button.owl-prev {
    left: -20px;
}

.property__new .owl-carousel .owl-nav > button.owl-next {
    right: -20px;
}

.blur {
    filter: blur(3px);
}

.property__filter {
    position: relative;
    top: -50px;
    z-index: 1;
}

.property__filter .property__filter--category {
    list-style: none;
    margin: 0px;
    padding: 0;
    background: rgb(255, 255, 255);
    display: inline-block;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #fbbc12;
}

.property__filter .property__filter--category li {
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    padding: 13px 15px;
}

.property__filter .property__filter--category li.current, .property__filter .property__filter--category li:hover {
    background-image: linear-gradient(160deg, #0093e9 0%, #0072ff 100%);
    color: #fff;
}

.property__filter .tab-content {
    display: none;
    background: #fff;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 15px;
}

.property__filter .tab-content form {
    grid-gap: 22px;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
}

.property__filter .tab-content form button {
    margin-top: 33px;
    width: 100%;
    border: none;
    text-transform: uppercase;
    height: 47px;
    border-radius: 4px;
}

.property__filter .tab-content form .form-field:first-child {
    grid-column: span 3;
}

.property__filter .tab-content form .form-field:first-child + div {
    grid-column: span 3;
}

.property__filter .tab-content form .form-field:first-child + div + div {
    grid-column: span 2;
}

.property__filter .tab-content form .form-field label {
    font-size: 15px;
    display: block;
    font-weight: 500;
    margin-bottom: 11px;
    color: #000;
}

.property__filter .tab-content form .form-field .nice-select::after {
    border-bottom: 2px solid #0f0d0d;
    border-right: 2px solid #171515;
    height: 7px;
    top: 47%;
    width: 7px;
}

.property__filter .tab-content form .form-field .nice-select,
.property__filter .tab-content form .form-field .list,
.property__filter .tab-content form .form-field input {
    background: #f1f1f1;
    width: 100%;
    font-size: 14px;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.2901960784);
}

.property__filter .tab-content form .form-field .nice-select:focus,
.property__filter .tab-content form .form-field .list:focus,
.property__filter .tab-content form .form-field input:focus {
    outline: none;
    border: 1px solid #196bac;
    background: #fff;
}

.property__filter .tab-content form .form-field input {
    border-radius: 4px;
    padding: 0 15px;
    height: 45px;
}

.property__filter .tab-content.current {
    display: block;
}

.popular__property {
    padding: 30px 0;
    background-image: url(../img/location_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.bg-darkblue {
    background-color: #196bac;
}

.why__chooseus {
    background-position: top center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 30px 0;
}

.recent__property .property__type {
    margin: 0 20px 0 0;
}

.blog__section {
    margin-bottom: 15px;
}

.product__detail .product__detail--content .product__detail--content--title {
    margin: 8px 0 10px 0;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 400;
}

.product__detail .product__detail--content .price-col {
    text-align: right;
    margin-top: auto;
    margin-bottom: 30px;
}

.product__detail .product__detail--content .price-col .price {
    color: #196bac;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0;
    line-height: 1.1;
}

.product__detail .product__detail--content .price-col .offer {
    border-radius: 68px;
    border: 1px solid #d2e8f1;
    background: #f5fbfd;
    color: #196bac;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 3px 14px;
}

.product__detail .product__detail--content .tag-row {
    gap: 15px;
}

.product__detail .product__detail--content .tag-row .meta-row {
    font-size: 13px;
    line-height: 18.2px;
    font-weight: 400;
}

.product__detail .product__detail--content .tag-row .meta-row span {
    display: inline-block;
    margin-left: 10px;
    color: rgb(111, 111, 111);
}

.product__detail .product__detail--content .tag-row .meta-row span i {
    font-size: 12px;
    font-weight: 600;
    margin-right: 5px;
    opacity: 0.65;
}

.product__detail .product__detail--content p {
    font-size: 15px;
    line-height: 1.57;
    opacity: 0.8;
    margin: 5px 0 10px 0;
    font-weight: 400;
    font-weight: 400;
}

.product__detail .product__detail--content p i {
    margin-right: 4px;
    opacity: 0.65;
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
}

.product__detail .product__detail--content .house-feature {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product__detail .product__detail--content .house-feature li {
    font-size: 13px;
    line-height: 18.2px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px 0 0;
    color: rgb(111, 111, 111);
}

.product__detail .product__detail--sidebar {
    text-align: right;
}

.product__detail .product-banner {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 12px;
}

.product__detail .product-banner > div {
    height: 150px;
    border-radius: 3px;
}

.product__detail .product-banner > div a {
    display: block;
    border-radius: 3px;
    height: 100%;
}

.product__detail .product-banner > div a img {
    height: 100%;
    border-radius: 3px;
    width: 100%;
    object-fit: cover;
}

.product__detail .product-banner > div:first-child {
    grid-column: span 3;
    grid-row: span 3;
    height: 475px;
}

.product__detail.np {
    margin-bottom: 30px;
}

.product__detail.np .product__detail--content .product__detail--content--title {
    font-size: 45px;
    font-weight: 600;
}

.product__detail.np .product__detail--content p {
    font-weight: 500;
    font-size: 17px;
    opacity: 0.5;
}

.product__detail.np .product__detail--content .tag-row .meta-row {
    font-weight: 600;
}

.product__detail.np .product__detail--content .tag-row .meta-row span {
    margin-left: 0;
}

.product__detail.np .content p {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.7;
}

.product__detail.np .product-banner {
    display: block;
    grid-gap: 12px;
}

.product__detail.np .product-banner img {
    height: 100%;
    border-radius: 3px;
    width: 100%;
    object-fit: cover;
}

.product__detail.np .sidebar-item-title {
    padding: 10px 20px 10px 30px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 25px;
    font-family: "Mukta", sans-serif;
    background-image: linear-gradient(160deg, #0093e9 0%, #0072ff 100%);
    font-size: 30px;
}

.product__detail.np .single__article {
    display: flex;
    padding: 15px 0 15px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1882352941);
}

.product__detail.np .single__article:first-child {
    padding-top: 0;
    border-top: none;
}

.product__detail.np .single__article:last-child {
    padding-bottom: 0;
}

.product__detail.np .single__article > div {
    flex: 1.8;
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.product__detail.np .single__article > div a {
    height: 100%;
}

.product__detail.np .single__article > div a img {
    border-radius: 4px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.product__detail.np .single__article .news-detail {
    flex: 4;
    margin-right: 0;
    height: auto;
    width: auto;
}

.product__detail.np .single__article .news-detail .title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    line-height: 1.45;
}

.product__detail.np .single__article .news-detail span {
    font-size: 11px;
    color: #000;
    opacity: 0.55;
    margin-top: 5px;
    display: block;
    font-weight: 600;
}

.single-sidebar {
    padding-left: 15px;
}

.single-sidebar .contact-info {
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1294117647);
    border-radius: 4px;
    padding: 22px;
}

.single-sidebar .contact-info p {
    opacity: 1;
    color: #000;
    font-weight: 400;
    position: relative;
    padding-left: 80px;
    font-size: 15px;
    padding-bottom: 0;
}

.single-sidebar .contact-info p img {
    position: absolute;
    left: 0;
    top: -6px;
    border-radius: 100%;
    width: 65px;
    height: 65px;
    object-fit: cover;
}

.single-sidebar .contact-info p a {
    margin: 4px 8px 0 0;
    color: #196bac;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
    line-height: 1.1;
}

.single-sidebar .contact-info p a:last-child {
    margin-right: 0;
}

.single-sidebar .contact-info p a i {
    margin-right: 8px;
}

.sticky {
    position: sticky;
    top: 120px;
}

.inquriy--form {
    padding: 25px;
    border: 1px solid #d2e8f1;
    background: rgba(0, 139, 239, 0.031372549);
    color: #196bac;
    border-radius: 3px;
}

.inquriy--form .heading {
    margin-bottom: 0;
    color: #196bac;
    font-weight: 500;
    font-size: 25px;
    padding-bottom: 12px;
}

.inquriy--form form div:not(:last-child) {
    margin-bottom: 15px;
}

.inquriy--form form div label {
    color: #000;
    font-size: 15px;
    width: 100%;
}

.inquriy--form form div input,
.inquriy--form form div textarea {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1803921569);
    margin-top: 10px;
    display: block;
    width: 100%;
    height: 42px;
    padding: 0 15px;
    outline: none;
    font-weight: 400;
    font-size: 15px;
}

.inquriy--form form div textarea {
    resize: none;
    padding-top: 15px;
    height: 150px;
}

.details-header {
    margin-top: 25px;
}

.details-header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.details-header ul li {
    display: inline-block;
}

.details-header ul li a {
    line-height: 1.5;
    font-weight: 700;
    display: inline-block;
    transition: 0.3s ease-in;
    font-size: 12px;
    cursor: pointer;
    border-radius: 5px;
    background-color: rgb(246, 246, 246);
    color: rgb(60, 60, 60);
    padding: 10px 15px;
    text-transform: uppercase;
}

.details-header ul li:hover a {
    color: #fff;
    background: #196bac;
}

.section-detail {
    padding: 24px 24px;
    border: 1px solid rgba(2, 8, 10, 0.1098039216);
    background: #fff;
    border-radius: 3px;
}

.section-detail:not(:last-child) {
    margin-bottom: 22px;
}

.section-detail iframe {
    width: 100%;
    border-radius: 3px;
    height: 450px;
}

.section-detail .heading {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #196bac;
}

.section-detail .property-overview {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 11px;
}

.section-detail .property-overview > div {
    flex: 20%;
    position: relative;
    font-size: 15px;
}

.section-detail .property-overview > div.features {
    text-align: center;
    background: rgba(0, 0, 0, 0.0392156863);
    padding: 12px;
    font-size: 13px;
}

.section-detail .property-overview > div.features img {
    margin: 0 auto 5px auto;
    display: block;
}

.section-detail .property-overview > div strong {
    font-weight: 500;
    display: block;
    opacity: 0.6;
    font-size: 13px;
}

.content {
    margin-bottom: 0;
    font-size: 15px;
    text-align: justify;
}

.content p {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 300;
    color: #000;
    line-height: 1.78;
}

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

.section-not-found {
    padding-bottom: 40px;
    height: 280px;
    display: flex;
    justify-content: center;
    height: 61vh;
    justify-content: center;
    align-items: center;
}

.section-not-found .heading--wrap .heading {
    font-size: 35px;
    font-weight: 600;
    line-height: 32.2px;
    margin-top: 31px;
}

.section-not-found p {
    margin-bottom: 25px;
}

.share-this {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    z-index: 1;
}

.share-this .st-btn {
    display: inline-block !important;
}

.filter-wrapper form {
    max-width: 300px;
    flex: 1;
    display: block;
}

.filter-wrapper .filter-form {
    border: 1px solid rgba(0, 15, 90, 0.1);
    padding: 20px 0;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
    background: #fff;
    position: sticky;
    top: 100px;
    padding-top: 0;
}

.filter-wrapper .filter-form .filter-list {
    border-top: 1px solid rgba(0, 0, 0, 0.1607843137);
    padding: 16px 20px;
}

.filter-wrapper .filter-form .filter-list:last-child {
    padding-bottom: 0;
}

.filter-wrapper .filter-form .filter-list:hover .filter-title {
    color: #196bac;
}

.filter-wrapper .filter-form .filter-list .filter-list-wrap.active .filter-title {
    color: #196bac;
}

.filter-wrapper .filter-form .filter-list .filter-list-wrap.active .filter-title i {
    transform: rotate(180deg);
}

.filter-wrapper .filter-form .filter-list .filter-title {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}

.filter-wrapper .filter-form .filter-list .filter-title i {
    transition: 0.3s ease-in-out;
    position: absolute;
    right: 0;
    font-size: 13px;
    top: 5px;
}

.filter-wrapper .filter-form .filter-list .filter-slide {
    margin-top: 15px;
    max-height: 250px;
    overflow-y: auto;
    display: none;
}

.filter-wrapper .filter-form .filter-list .filter-slide input[type=text] {
    border-radius: 4px;
    padding: 0 15px;
    height: 45px;
    background: #f1f1f1;
    width: 100%;
    font-size: 14px;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.2901960784);
}

.filter-wrapper .filter-form .filter-list .filter-slide label {
    color: rgba(0, 0, 0, 0.7411764706);
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    vertical-align: middle;
}

.filter-wrapper .filter-form .filter-list .filter-slide label:last-child {
    margin-bottom: 0;
}

.filter-wrapper .filter-form .filter-list .filter-slide label input[type=checkbox] {
    margin-right: 7px;
}

.filter-wrapper .filter-form .filter-list:first-child {
    padding-top: 0;
    border-top: none;
}

.filter-wrapper .filter-form .filter-buttons {
    padding: 12px 20px 0;
}

.filter-wrapper .filter-form .filter-buttons button {
    display: block;
    margin-bottom: 8px;
    width: 100%;
}

.filter-wrapper .filter-form .filter-buttons button.btn-reset {
    font-size: 14px;
    background: none;
    border: none;
    opacity: 0.75;
    font-weight: 600;
    margin-bottom: 0;
}

.filter-wrapper .filter-form .filter-buttons button.btn-reset:hover {
    color: #196bac;
    opacity: 1;
}

.filter-wrapper .filter-results {
    flex: 1;
    margin-left: 30px;
}

.pagination-wrap {
    margin-top: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.pagination-wrap nav ul li a {
    font-size: 14px;
    padding: 7px 14px;
    color: #000;
}

.pagination-wrap nav ul li:hover a,
.pagination-wrap nav ul li:hover .page-link, .pagination-wrap nav ul li.active a,
.pagination-wrap nav ul li.active .page-link {
    border-color: #196bac !important;
    color: #fff;
    background: #196bac !important;
}

.sort {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    gap: 10px;
    flex-wrap: wrap;
}

.sort h3 {
    color: #1c1c1c;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 20px;
}

.sort h3 span {
    font-weight: 600;
    padding: 0 6px;
    color: #196bac;
}

.sort .sort-right {
    display: flex;
    align-items: center;
}

.sort .sort-right .sortby {
    display: flex;
    align-items: center;
}

.sort .sort-right .sortby > span {
    color: rgba(17, 17, 17, 0.6705882353);
    font-weight: 500;
    margin-right: 10px;
    font-size: 14px;
}

.sort .sort-right .sortby select {
    line-height: 1.2;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEyIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02IDZMMC44MDM4NDcgMC43NUwxMS4xOTYyIDAuNzUwMDAxTDYgNloiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
    background-position: calc(100% - 4px) 50%;
    background-repeat: no-repeat;
    background-size: 12px 7px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background-color: transparent;
    padding: 0 35px 0 0;
    font-weight: 600;
}

.sort .sort-right .sorting-layout {
    display: flex;
}

.sort .sort-right .sorting-layout a {
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    min-width: 30px;
    min-height: 30px;
    border-radius: 4px;
    color: #999999;
    background: transparent;
    border: 1px solid #eeeeee;
    border-color: transparent;
}

.sort .sort-right .sorting-layout a:hover, .sort .sort-right .sorting-layout a.active {
    color: #d71920;
}

.btn-reset {
    font-size: 14px;
    background: none;
    border: none;
    opacity: 0.75;
    font-weight: 600;
    margin-bottom: 0;
}

.filter-heading {
    text-decoration: none;
    opacity: 1;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-left: 20px;
    text-transform: uppercase;
    letter-spacing: -0.2px;
}

.filter-heading i {
    margin-right: 10px;
    opacity: 0.85;
}

.filter-section {
    margin-bottom: 25px;
}

.banner-about {
    height: 300px;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 30px;
}

.banner-about:after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 30%, rgba(0, 0, 0, 0.77) 100%);
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 1;
}

.banner-about h1,
.banner-about p {
    position: relative;
    z-index: 2;
    color: #fff;
}

.contact-form h2,
.contact-info h2 {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-form p,
.contact-info p {
    opacity: 0.64;
    font-weight: 500;
}

.contact-form form,
.contact-info form {
    margin-top: 30px;
}

.contact-form form > div,
.contact-info form > div {
    margin-bottom: 12px;
}

.contact-form form > div input,
.contact-info form > div input {
    width: 100%;
    height: 50px;
    background-color: transparent;
    border: none;
    border: solid 1px rgba(0, 0, 0, 0.14);
    background-color: #f0f0f0;
    padding: 8px 10px 8px 20px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.contact-form form > div textarea,
.contact-info form > div textarea {
    width: 100%;
    display: block;
    border: solid 1px rgba(0, 0, 0, 0.14);
    background-color: #f0f0f0;
    padding: 14px 25px 14px 16px;
    font-size: 16px;
    font-family: inherit;
    height: 120px;
    resize: none;
    font-weight: 500;
}

.section.section-contact {
    margin-bottom: 30px;
}

.contact-info .social-icons a {
    background: rgb(0, 142, 237);
    color: #fff;
}

.contact-info .contact-title {
    color: #111;
    font-size: 1.56rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.contaddress {
    padding: 30px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.1215686275);
    border-radius: 14px;
}

.contaddress address {
    margin-bottom: 0;
}

.contaddress p {
    color: #000;
    margin: 0 0 12px 0;
    position: relative;
    padding-left: 35px;
    font-weight: 500;
    font-size: 16px;
}

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

.contaddress p i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 20px;
    color: #008eec;
}

.contaddress strong {
    font-size: 17px;
    display: block;
    text-transform: capitalize;
    margin-bottom: 2px;
    font-weight: 500;
    color: #008eec;
}

@media (max-width: 767px) {
    .product__detail .product__detail--content .price-col {
        text-align: left;
        margin-bottom: 15px;
    }

    .product__detail .product__detail--content .price-col .price,
    .product__detail .product__detail--content .price-col .offer {
        display: inline-block;
        vertical-align: middle;
    }

    .product__detail .product__detail--content .offer {
        margin-left: 12px;
    }

    .single-sidebar {
        padding-left: 0;
        margin-top: 20px;
    }

    .header .header__menu {
        display: none;
    }

    .header .hamburger {
        border: none;
        padding: 0;
        cursor: pointer;
        background: none;
        margin-left: auto;
        margin-right: 21px;
        display: block;
        width: 25px;
        height: 25px;
    }

    .banner__carousel--content > div > div {
        left: 25px;
        max-width: 360px;
    }

    .banner__carousel--content > div > div .carousel--heading {
        line-height: 1.45;
        font-size: 22px;
    }

    .banner__carousel--content > div > div .banner__carousel--content--features {
        margin: 21px 0px 30px 0;
        padding: 0px;
    }

    .property__filter .tab-content {
        padding: 25px;
    }

    .property__filter .tab-content form {
        grid-gap: 20px;
    }

    .property__filter .tab-content form .form-field:first-child {
        grid-column: span 9;
    }

    .property__filter .tab-content form .form-field:first-child + div {
        grid-column: span 4;
    }

    .property__filter .tab-content form .form-field:first-child + div + div {
        grid-column: span 5;
    }

    .property__filter .tab-content form .form-field:first-child + div + div + div {
        grid-column: span 9;
    }

    .property__filter .tab-content form .form-field:first-child + div + div + div button {
        margin-top: 0;
        width: 100%;
    }

    .property__new .owl-carousel .owl-nav,
    .recent__property .owl-carousel .owl-nav {
        position: static;
        transform: inherit;
        text-align: center;
        justify-content: center;
        margin-top: 20px;
        margin-left: 20px;
        width: calc(100% - 40px);
    }

    .property__new .owl-carousel .owl-nav > button,
    .recent__property .owl-carousel .owl-nav > button {
        font-size: 13px;
        position: static;
        background: #196bac;
        color: #fff;
        margin-left: 7px;
        width: 30px;
        height: 30px;
        border-radius: 100%;
    }

    .property__new .owl-carousel .owl-nav > button:first-child,
    .recent__property .owl-carousel .owl-nav > button:first-child {
        margin-left: 0;
    }

    .property__new .owl-carousel .owl-nav > button:hover,
    .recent__property .owl-carousel .owl-nav > button:hover {
        color: #fff;
        opacity: 0.5;
    }

    .property__new,
    .recent__property {
        overflow-x: hidden;
    }

    .property__new .owl-carousel,
    .recent__property .owl-carousel {
        max-width: calc(100% - 50px);
    }

    .property__new .owl-carousel .owl-stage-outer,
    .recent__property .owl-carousel .owl-stage-outer {
        overflow: inherit;
    }

    .property__new .owl-carousel .owl-stage .owl-item .item,
    .recent__property .owl-carousel .owl-stage .owl-item .item {
        margin: 0 20px 0 0;
    }

    .recent__property .property__type {
        margin: 0 0px 0 0;
    }
}

@media (max-width: 800px) {
    .section {
        margin-top: 25px;
    }
}

@media (max-width: 640px) {
    .filter-wrapper > .d-flex {
        display: block !important;
    }

    .filter-wrapper > .d-flex form {
        max-width: inherit;
        flex: 1;
        margin-bottom: 30px;
    }

    .filter-wrapper > .d-flex .filter-results {
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .product__detail.np {
        margin-bottom: 20px;
    }

    .product__detail.np .product__detail--content .product__detail--content--title {
        font-size: 30px !important;
        margin: 12px 0px 10px 0;
    }

    .product__detail.np .product__detail--content .tag-row .share-this {
        margin-top: 10px;
        margin-left: 0;
    }

    .product__detail.np .product__detail--content .tag-row .meta-row {
        font-weight: 600;
    }

    .product__detail.np .product__detail--content .tag-row .meta-row span {
        margin-left: 0;
    }

    .product__detail.np .content p {
        font-size: 20px;
        font-weight: 300;
        line-height: 1.7;
    }

    .product__detail.np .single__article > div {
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }

    .product__detail.np .single__article .news-detail {
        flex: 5;
    }

    .section-detail .property-overview > div {
        flex: 45%;
        position: relative;
        font-size: 15px;
    }

    .product__detail .product__detail--content .product__detail--content--title {
        font-size: 22px;
        font-weight: 500;
        margin: 12px 0px 10px 0;
    }

    .product__detail .product-banner {
        grid-template-columns: repeat(3, 1fr);
    }

    .product__detail .product-banner > div:first-child {
        grid-column: span 4;
        grid-row: span 3;
        height: 400px;
    }

    .product__detail .product__detail--content .tag-row {
        background: rgba(0, 0, 0, 0.0392156863);
        padding: 12px;
        border-radius: 6px;
        text-align: center;
        display: block;
        padding-bottom: 19px;
    }

    .product__detail .product__detail--content .tag-row .meta-row span {
        color: rgba(17, 2, 2, 0.84);
    }

    .product__detail .product__detail--content .tag-row .house-feature {
        margin: 0 0 6px 0;
    }

    .product__detail .product__detail--content .tag-row .house-feature li {
        margin-right: 8px;
        color: rgba(17, 2, 2, 0.84);
    }

    .heading--wrap {
        gap: 8px;
    }

    .banner__carousel .owl-carousel {
        height: 500px;
    }

    .banner__carousel--content > div > div {
        left: 25px;
        max-width: inherit;
        margin-right: 25px;
    }

    .single__article {
        display: flex;
        margin: 0 !important;
        padding: 11px 0 11px 11px;
    }

    .single__article:last-child {
        padding-bottom: 0;
    }

    .single__article:first-child {
        padding-top: 0;
    }

    .single__article > div {
        flex: 1;
        width: 70px;
        height: 70px;
        margin-right: 22px;
    }

    .single__article > div a {
        height: 100%;
    }

    .single__article > div img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .single__article .news-detail {
        flex: 3;
        margin-right: 10px;
        height: auto;
        width: auto;
    }

    .single__article .news-detail .title {
        font-size: 16px;
        font-weight: 600;
        margin-top: 0;
        line-height: 1.71;
    }

    .whybox {
        margin: 0;
        padding: 15px 0 15px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2588235294);
    }

    .whybox:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .property__new .owl-carousel .owl-nav,
    .recent__property .owl-carousel .owl-nav {
        margin-left: 0;
        width: calc(100% - 40px);
        justify-content: flex-start;
    }

    .property__new .owl-carousel .owl-nav button,
    .recent__property .owl-carousel .owl-nav button {
        width: 27px;
        height: 27px;
        font-size: 11px;
        margin-left: 4px;
    }

    .section {
        margin-top: 20px;
    }

    .heading--wrap .heading {
        font-size: 25px;
        line-height: 30.2px;
    }

    .property__filter {
        top: -46px;
    }

    .property__filter .property__filter--category li {
        font-size: 14px;
        cursor: pointer;
        padding: 12px 12px;
    }

    .property__filter .tab-content {
        padding: 20px;
    }

    .property__filter .tab-content form {
        grid-gap: 20px;
    }

    .property__filter .tab-content form .form-field label {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 7px;
    }

    .property__filter .tab-content form .form-field:first-child {
        grid-column: span 9;
    }

    .property__filter .tab-content form .form-field:first-child + div {
        grid-column: span 9;
    }

    .property__filter .tab-content form .form-field:first-child + div + div {
        grid-column: span 9;
    }

    .property__new {
        margin-top: -10px;
    }
}

@media (max-width: 480px) {
    .product__detail .product__detail--content .product__detail--content--title {
        font-size: 19px;
        font-weight: 500;
        margin: 17px 0px 10px 0;
    }

    .section-detail {
        padding: 20px 20px;
    }

    .section-detail iframe {
        height: 300px;
    }

    .product__detail .product-banner > div {
        height: 80px;
    }

    .product__detail .product-banner > div:first-child {
        grid-column: span 4;
        grid-row: span 3;
        height: 250px;
    }

    .property__new .owl-carousel .owl-nav,
    .recent__property .owl-carousel .owl-nav {
        display: none;
    }

    .popular__property {
        padding: 20px 0;
    }

    .heading--wrap .heading {
        font-size: 23px;
        line-height: 30.2px;
    }
}
