@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap);

@font-face {
    font-family: "Bergen Sans";
    src: url(../fonts/BergenSans-BoldItalic.eot);
    src: local("Bergen Sans Bold Italic"), local("BergenSans-BoldItalic"), url("../fonts/BergenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url(../fonts/BergenSans-BoldItalic.woff2) format("woff2"), url(../fonts/BergenSans-BoldItalic.woff) format("woff"), url(../fonts/BergenSans-BoldItalic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: "Bergen Sans";
    src: url(../fonts/BergenSans.eot);
    src: local("Bergen Sans"), local("BergenSans"), url("../fonts/BergenSans.eot?#iefix") format("embedded-opentype"), url(../fonts/BergenSans.woff2) format("woff2"), url(../fonts/BergenSans.woff) format("woff"), url(../fonts/BergenSans.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Bergen Sans Semi";
    src: url(../fonts/BergenSans-SemiBoldItalic.eot);
    src: local("Bergen Sans Semi Bold Italic"), local("BergenSans-SemiBoldItalic"), url("../fonts/BergenSans-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url(../fonts/BergenSans-SemiBoldItalic.woff2) format("woff2"), url(../fonts/BergenSans-SemiBoldItalic.woff) format("woff"), url(../fonts/BergenSans-SemiBoldItalic.ttf) format("truetype");
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: "Bergen Sans";
    src: url(../fonts/BergenSans-Bold.eot);
    src: local("Bergen Sans Bold"), local("BergenSans-Bold"), url("../fonts/BergenSans-Bold.eot?#iefix") format("embedded-opentype"), url(../fonts/BergenSans-Bold.woff2) format("woff2"), url(../fonts/BergenSans-Bold.woff) format("woff"), url(../fonts/BergenSans-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Bergen Sans";
    src: url(../fonts/BergenSans-Italic.eot);
    src: local("Bergen Sans Italic"), local("BergenSans-Italic"), url("../fonts/BergenSans-Italic.eot?#iefix") format("embedded-opentype"), url(../fonts/BergenSans-Italic.woff2) format("woff2"), url(../fonts/BergenSans-Italic.woff) format("woff"), url(../fonts/BergenSans-Italic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: "Bergen Sans Semi";
    src: url(../fonts/BergenSans-SemiBold.eot);
    src: local("Bergen Sans Semi Bold"), local("BergenSans-SemiBold"), url("../fonts/BergenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url(../fonts/BergenSans-SemiBold.woff2) format("woff2"), url(../fonts/BergenSans-SemiBold.woff) format("woff"), url(../fonts/BergenSans-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

html {
    overflow-x: hidden
}

body {
    font-family: "Bergen Sans";
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    margin: 0;
    padding: 0
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    padding: 0 0 15px
}

a {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s ease-in-out
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

header {
    top: 0;
    padding: 13px 0;
    background: #fff;
    width: 100%;
    transition: top 0.5s ease-in-out;
    background-color: #fff;
    z-index: 9;
    position: fixed !important
}

header .navbar-nav .nav-link {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #231F20;
    padding: 0 20px !important;
    transition: all 0.3s ease-in-out
}

header .navbar-nav .nav-link.active,
header .navbar-nav .nav-link.show {
    color: #1282A6
}

header .navbar-nav .nav-link:focus,
header .navbar-nav .nav-link:hover {
    color: #1282A6;
    box-shadow: none
}

header .navbar-nav .language-btn {
    background: #1282A6;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: 70px;
    border-radius: 0 15px 15px 15px
}

header .navbar-nav .language-btn:hover,
header .navbar-nav .language-btn:focus {
    color: #fff;
    background: #05274D
}

.scrolltop-btn {
    position: fixed;
    bottom: 90px;
    right: 15px;
    z-index: 9;
    display: none;
    text-align: center;
    line-height: 50px;
    height: 56px;
    width: 56px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgb(27 43 124 / .2)
}

.banner-section {
    padding: 50px 50px 90px;
    background-size: cover;
    margin-top: 97px
}

.banner-section .left-block span {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #1282A6;
    background: #fff;
    padding: 12px 24px;
    border-radius: 0 15px 15px 15px;
    margin: 0 0 30px;
    display: inline-block
}

.banner-section .left-block h1 {
    font-size: 64px;
    line-height: 74px;
    font-weight: 600;
    color: #fff;
    border-radius: 0 15px 15px 15px;
    margin: 0 0 20px
}

.banner-section .left-block p {
    font-family: "Poppins", sans-serif;
    max-width: 75%;
    color: #fff
}

.filter-section {
    margin-top: -50px;
    z-index: 2;
    position: relative
}

.filter-section .filter-wrapper {
    -webkit-box-shadow: 35px 35px 65px 0 rgb(0 0 0 / .1);
    -moz-box-shadow: 35px 35px 65px 0 rgb(0 0 0 / .1);
    box-shadow: 35px 35px 65px 0 rgb(0 0 0 / .1);
    padding: 25px 40px;
    border-radius: 200px;
    background: #fff
}

.filter-section .filter-wrapper label {
    font-size: 14px;
    line-height: 16px;
    color: rgb(143 144 166 / .7);
    padding: 0 0 10px;
    display: block
}

.filter-section .filter-wrapper .form-select {
    font-size: 16px;
    font-weight: 600;
    color: #231F20;
    border: 0;
    width: calc(100% + 10px);
    padding: 0 0 0 10px;
    margin-left: -10px;
    background-position: right 0 center
}

.filter-section .filter-wrapper .form-select:focus {
    box-shadow: none
}

.filter-section .search-location {
    font-size: 16px;
    font-weight: 600;
    color: #231F20;
    display: inline-flex;
    justify-content: space-between;
    width: 100%
}

.filter-section .theme-btn {
    margin-left: 15px
}

.filter-section .form-control {
    border: 0;
    padding: 0
}

.filter-section .search-btn {
    border: 0;
    background: #fff0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.filter-section .form-control::placeholder {
    font-size: 14px;
    font-weight: 600;
    color: #231F20
}

.filter-section .form-control {
    border-radius: 0;
    border-bottom: 1px solid #fff0
}

.filter-section .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #e9e5e5;
    outline: navajowhite
}

.filter-section .custom-width {
    width: 37%
}

.filter-section .custom-width:last-child {
    width: 22%
}

.theme-btn {
    font-size: 18px;
    font-weight: 600;
    color: #231F20;
    background: #fff;
    border: 1px solid #127A9C;
    padding: 13px 40px;
    border-radius: 50px;
    display: inline-block
}

.theme-btn img {
    transition: all 0.3s ease-in-out;
    margin-left: 22px
}

.theme-btn:hover {
    color: #fff;
    background: #05274D;
    border-color: #05274D
}

.theme-btn:hover img {
    filter: brightness(0) invert(1)
}

.theme-btn i {
    margin-left: 10px
}

.theme-btn-secondary {
    color: #fff;
    background: #127A9C
}

.theme-btn-secondary:hover {
    background: #05274D;
    border: 1px solid #05274D
}

.filter-section .border-block {
    border-right: 1px solid #E4E4E4;
    padding-right: 15px
}

.map-section {
    margin: 80px 0
}

.map-section .map-card {
    background-size: 100%;
    padding: 120px 25px 20px;
    position: relative;
    max-width: 705px;
    margin: 0 auto
}

.map-section h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff
}

.map-section h5 {
    font-size: 20px;
    font-weight: 400;
    color: #fff
}

.map-section p {
    font-size: 20px;
    font-weight: 400;
    color: #fff
}

.map-section .link-arrow {
    position: absolute;
    right: 25px;
    bottom: 40px
}

.launches-section {
    padding: 0 0 80px
}

.marquee {
    flex: 0 0 auto;
    min-width: 100%;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    animation: scroll 40s linear infinite;
    animation-direction: normal;
    margin: 0 0 30px;
    animation-play-state: running
}

.marquee a {
    margin: 0 15px;
    display: inline-block;
    min-width: 280px
}

.marquee img {
    border-radius: 15px
}

.marquee.reverse {
    flex: 0 0 auto;
    min-width: 100%;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    animation: scroll-reverse 40s linear infinite;
    animation-direction: normal;
    animation-play-state: running
}

@keyframes scroll {
    0% {
        transform: translateX(0%)
    }

    100% {
        transform: translateX(-100%)
    }
}

@keyframes scroll-reverse {
    0% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(0%)
    }
}

.title {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    color: #1A1A1A;
    padding: 0 0 25px
}

.sub-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #1282A6;
    padding: 0
}

.area-section {
    background: #231f20 url(../img/area-bg.svg) no-repeat center bottom -140px;
    background-size: contain;
    padding: 100px 0 80px
}

.area-section .title {
    color: #fff;
    padding: 0 0 70px
}

.area-section .flex-card {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 0 15px 15px 15px;
    min-height: 128px;
    gap: 18px;
    position: relative;
    margin-bottom: 30px;
    transform: translatey(4px);
    transition: all 0.3s ease-in-out
}

.area-section .flex-card:hover {
    transform: translatey(0)
}

.area-section .flex-card .img-block {
    width: 119px;
    min-width: 119px
}

.area-section .flex-card .img-block img {
    border-radius: 0 0 0 15px;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.area-section .flex-card .content-block {
    width: 70%;
    padding: 0
}

.area-section .flex-card .content-block h4 {
    font-size: 22px;
    line-height: 22px;
    color: #1A1A1A;
    padding: 30px 0 0;
    margin: 0 0 7px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical
}

.area-section .flex-card .content-block p {
    font-size: 14px;
    line-height: 24px;
    color: #1A1A1A;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical
}

.area-section .flex-card .position-block {
    background: rgb(18 130 166 / .1);
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 8px 12px 8px 22px;
    border-radius: 50px 0 0 0
}

.area-section .flex-card .position-block h5 {
    font-size: 20px;
    line-height: 19px;
    font-weight: 600;
    color: #1282A6
}

.area-section .flex-card .position-block p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #1A1A1A
}

.property-listing-section {
    padding: 50px 0
}

.property-listing-section .flex-card {
    border: 1px solid #1282A6;
    border-radius: 15px;
    -webkit-box-shadow: 1px 10px 10px 0 rgb(18 130 166 / .1);
    -moz-box-shadow: 1px 10px 10px 0 rgb(18 130 166 / .1);
    box-shadow: 1px 10px 10px 0 rgb(18 130 166 / .1);
    overflow: hidden;
    margin: 0 0 24px;
    transform: translatey(4px);
    transition: all 0.3s ease-in-out
}

.property-listing-section .flex-card:hover {
    transform: translatey(0)
}

.property-listing-section .flex-card .pro-img {
    border-radius: 15px 15px 0 0
}

.property-listing-section .flex-card p {
    color: #000
}

.property-listing-section .flex-card .img-block {
    position: relative
}

.property-listing-section .flex-card .img-block .resale-text {
    padding: 7px 48px;
    background: #E81724;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    top: 20px;
    left: -33px;
    text-transform: uppercase;
    transform: rotate(-45deg);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px
}

.property-listing-section .flex-card .img-block img {
    width: 100%;
    height: 298px;
    object-fit: cover
}

.property-listing-section .pro-details {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 5px 10px
}

.property-listing-section .pro-details .left-blk {
    width: 75%
}

.property-listing-section .pro-details.pro-details-features .left-blk {
    width: 75%
}

.property-listing-section .pro-details h4 {
    font-size: 19px;
    font-weight: 600;
    color: #231F20;
    padding: 0;
    margin: 0 0 4px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical
}

.property-listing-section .pro-details h4 a {
    color: #231F20
}

.property-listing-section .pro-details p {
    font-size: 16px;
    font-weight: 400;
    color: #231F20;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical
}

.property-listing-section .pro-details .right-blk h6 {
    font-size: 21px;
    font-weight: 600;
    color: #EB664E;
    font-family: "Poppins", sans-serif
}

.property-listing-section .pro-details .right-blk span {
    font-size: 14px
}

.pro-details-features .left-blk span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-right: 1px solid #E9E9E9;
    padding-right: 5px;
    margin-right: 4px;
    font-size: 14px;
    color: #1A1A1A
}

.pro-details-features .left-blk span:last-child {
    padding: 0;
    border: 0;
    margin: 0
}

.property-listing-section .content-block {
    padding: 0 0 20px;
    margin-top: -19px;
    z-index: 3;
    position: relative
}

.property-listing-section .share-block {
    padding: 0 0 5px 10px;
    align-items: center
}

.share-block .left-blk span {
    font-size: 13px;
    font-weight: 400;
    background: #1282A6;
    color: #fff;
    padding: 2px 13px;
    border-radius: 33px;
    text-transform: uppercase
}

.share-block .right-blk {
    background: #05274D;
    padding: 3px 13px;
    border-radius: 33px 0 0 33px;
    width: 15%;
    display: flex;
    justify-content: space-between
}

.property-listing-section .nav-tabs .nav-link {
    font-size: 18px;
    font-weight: 400;
    color: rgb(35 31 32 / .7);
    padding: 8px 15px;
    background: rgb(18 130 166 / .1);
    border-radius: 100px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease-in-out;
    margin: 2px 2px
}

.property-listing-section .nav-tabs {
    justify-content: center;
    padding: 0 0 50px;
    border: 0
}

.property-listing-section .nav-tabs .nav-link:hover {
    background: #1282A6;
    color: #fff
}

.property-listing-section .nav-tabs .nav-link img {
    transition: all 0.3s ease-in-out
}

.property-listing-section .nav-tabs .nav-link:hover img {
    filter: brightness(0) invert(1)
}

.property-listing-section .nav-tabs .nav-item.show .nav-link,
.property-listing-section .nav-tabs .nav-link.active {
    background: #1282A6;
    color: #fff
}

.property-listing-section .nav-tabs .nav-item.show .nav-link img,
.property-listing-section .nav-tabs .nav-link.active img {
    filter: brightness(0) invert(1)
}

.property-listing-section .view-all-block {
    text-align: center;
    margin: 25px 0 0
}

.partners-section {
    padding: 0 0 100px
}

.contact-section {
    padding: 100px 0;
    background: #fff url(../img/contact-bg.png) no-repeat center bottom
}

.contact-section .title {
    padding: 0 0 10px
}

.contact-section .sub-title {
    padding: 0 0 70px;
    font-size: 24px
}

.contact-section .form-wrapper {
    background: #05274d;
    padding: 44px 33px;
    border-radius: 0 0 0 15px;
    height: 100%
}

.contact-section .form-wrapper .form-label {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    margin: 0;
    display: block
}

.contact-section .form-wrapper .form-label span {
    color: #F10
}

.contact-section .contact-img {
    border-radius: 0 15px 15px 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.contact-section .form-wrapper .form-control {
    height: 56px;
    padding: 10px 17px;
    border-radius: 10px
}

.contact-section .form-wrapper .form-control::placeholder {
    color: #8F90A6
}

.contact-section .form-wrapper .form-control:focus {
    box-shadow: none
}

.contact-section .form-wrapper .form-control-textarea {
    height: 100px
}

.contact-section .form-wrapper .theme-btn {
    border-radius: 0 15px 15px 15px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    border: 0;
    margin-top: 40px
}

.contact-section .form-wrapper .theme-btn:hover {
    background: #189ac5
}

.contact-section .form-wrapper .theme-btn img {
    width: 15px;
    margin-left: 15px
}

.iti {
    width: 100%
}

.iti--separate-dial-code .iti__selected-flag {
    background: #fff !important;
    border-radius: 10px 0 0 10px;
    border-right: 1px solid rgb(35 31 32 / .2);
    padding: 0 12px 0 17px
}

#mobile_code {
    padding-left: 90px !important
}

.iti__arrow {
    background: url(../img/flag-dropdown-arrow.svg) no-repeat center center !important;
    border: 0;
    width: 14px;
    height: 9px;
    margin-left: 12px
}

.iti--separate-dial-code .iti__selected-dial-code {
    display: none
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1230px
    }
}

.news-section {
    padding: 100px 0;
    background: rgb(18 130 166 / .1)
}

.news-section .category-list {
    display: flex;
    padding: 10px 0 15px
}

.news-section .category-list li {
    border-right: 1px solid #B9B9B9;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 12px
}

.news-section .category-list li img {
    margin-right: 8px
}

.news-section .category-list li:last-child {
    border: 0
}

.news-section .category-list .active a {
    color: #231F20
}

.news-section .category-list .active span {
    color: #231F20
}

.news-section .category-list li a {
    font-size: 14px;
    font-weight: 400;
    color: rgb(35 31 32 / .5);
    display: flex;
    align-items: center
}

.news-section .category-list li span {
    font-size: 14px;
    font-weight: 400;
    color: rgb(35 31 32 / .5);
    display: flex;
    align-items: center
}

.news-section .flex-card h3 {
    font-size: 20px;
    line-height: 23px;
    font-weight: 600;
    color: #231F20;
    padding: 0 0 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 0 2px;
    margin: 0 0 10px
}

.news-section .flex-card h3 a {
    color: #231F20
}

.news-section .flex-card p {
    font-size: 14px;
    line-height: 18px;
    color: #231F20B2;
    font-family: "Poppins", sans-serif;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.news-section .flex-card .news-img {
    border-radius: 12px;
    height: 215px;
    object-fit: cover;
    width: 100%
}

.news-section .flex-card .img-block {
    position: relative
}

.news-section .flex-card .date-text {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: #1282A6;
    padding: 12px 23px;
    border-radius: 33px;
    position: absolute;
    top: 23px;
    left: 10px
}

.content-block {
    padding: 12px 0 0
}

.underline {
    width: calc(100%);
    background-image: linear-gradient(transparent calc(100% - 1px), black 1px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 1s
}

.flex-card:hover .underline {
    background-size: 100% 100%
}

footer {
    background-color: #05274D;
    background-image: url(../img/footer-bg.svg), url(../img/footer-bg-left.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: right bottom, left bottom;
    padding: 45px 0
}

.social-links {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 30px
}

.social-links li label {
    font-size: 19px;
    font-weight: 400;
    color: #fff
}

.social-links li a {
    color: #fff
}

.social-links li a:hover {
    color: #BFBFBF
}

footer h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 0 0 10px
}

footer hr {
    border-top: 1px solid #E7E7E7 !important;
    opacity: .2;
    margin: 30px 0
}

footer .footer-links li {
    color: #BFBFBF;
    position: relative;
    padding: 0 0 3px 17px
}

footer .footer-links li:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    top: 8px;
    left: 0;
    border-radius: 50%;
    background: #BFBFBF
}

footer .footer-links li a {
    font-size: 16px;
    font-weight: 400;
    color: #BFBFBF;
    position: relative;
    transition: all 0.3s ease-in-out
}

footer .footer-links li a:hover {
    text-decoration: underline
}

footer .text-block a {
    font-size: 16px;
    font-weight: 400;
    color: #BFBFBF
}

footer .icon-block span {
    height: 30px;
    width: 30px;
    border-radius: 5px;
    background: rgb(255 255 255 / .2);
    display: inline-flex;
    align-items: center;
    justify-content: center
}

footer .flex-card {
    display: flex;
    align-items: center;
    padding: 0 0 10px;
    gap: 10px
}

footer .flex-card:last-child {
    align-items: start;
    padding-top: 15px
}

footer .flex-card:last-child h3 {
    padding: 0
}

footer .flex-card:last-child p {
    padding: 0;
    color: #BFBFBF
}

footer .footer-links-bottom {
    display: flex
}

footer .footer-links-bottom li {
    padding: 0 10px 0 0;
    margin-right: 10px;
    border-right: 1px solid #BFBFBF;
    line-height: 15px
}

footer .footer-links-bottom li:last-child {
    border: 0
}

footer .footer-links-bottom li:after {
    display: none
}

footer .copy-text {
    font-size: 16px;
    font-weight: 400;
    color: #BFBFBF;
    padding: 0
}

.wrapper {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    background: #fff;
    padding: 20px 20px;
    transition: right 0.3s ease;
    box-shadow: 0 5px 10px rgb(0 0 0 / .1);
    z-index: 9
}

.wrapper p {
    color: #000;
    padding: 0
}

.wrapper.show {
    right: 20px
}

.wrapper .top-blk {
    column-gap: 15px;
    width: 75%
}

.top-blk h2 {
    color: #1282A6;
    font-weight: 500;
    font-size: 24px;
    padding: 0 0 0 10px
}

.wrapper .data {
    margin-top: 10px
}

.wrapper p {
    color: #424242;
    font-size: 16px;
    line-height: 30px;
    padding: 0
}

.data p a:hover {
    text-decoration: underline
}

.wrapper .buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 25%
}

.buttons .button {
    border: none;
    color: #fff;
    padding: 8px 0;
    border-radius: 50px;
    background: #1282A6;
    cursor: pointer;
    width: calc(100% / 2 - 10px);
    transition: all 0.2s ease;
    border: 2px solid #1282A6
}

.buttons #acceptBtn:hover {
    background-color: #1282A6
}

#declineBtn {
    border: 2px solid #1282A6;
    background-color: #fff;
    color: #1282A6
}

#declineBtn:hover {
    background-color: #1282A6;
    color: #fff
}

.cookie-consent-container {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    padding: 10px 0;
    text-align: center
}

.cookie-consent-container .theme-btn {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 15px;
    transition: all 0.3s ease-in-out
}

.cookie-consent-container #declineCookies {
    background: #000;
    border-color: #000;
    color: #fff
}

.cookie-consent-container #declineCookies:hover {
    background: #05274D;
    border: 1px solid #05274D
}

.filter-section-inner {
    margin-top: 10px
}

.filter-section-inner .filter-wrapper {
    box-shadow: 0 0 65px 0 rgb(0 0 0 / .1)
}

.category-list-section {
    background: rgb(18 130 166 / .1);
    padding: 20px 0
}

header+section {
    margin-top: 97px
}

.category-list-section ul {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.category-list-section ul li {
    text-align: center;
    transition: all 0.3s ease-in-out;
    cursor: pointer
}

.category-list-section ul li svg {
    margin: 0 0 10px;
    transition: all 0.3s ease-in-out
}

.category-list-section ul li p {
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 18.59px;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize
}

.category-list-section ul li:hover * {
    fill: #1282A6 !important;
    transition: all 0.3s ease-in-out
}

.category-list-section ul li:hover p {
    color: #1282A6;
    transition: all 0.3s ease-in-out
}

.breadcrumb-section {
    background: rgb(18 130 166 / .1);
    padding: 20px 0
}

.breadcrumb-section .breadcrumb {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px
}

.breadcrumb-section .breadcrumb li {
    line-height: normal;
    position: relative;
    font-size: 14px
}

.breadcrumb-item a {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #231F20B2;
    display: flex;
    align-items: center;
    gap: 8px
}

.breadcrumb-item.active {
    color: #1282A6
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "";
    background: url(../img/breadcrumb-arrow.svg) no-repeat center center;
    height: 10px;
    width: 10px;
    top: 3px;
    left: -8px;
    position: absolute
}

.breadcrumb-item+.breadcrumb-item.active::before {
    top: 5px
}

.company-info-section .left-block {
    display: flex;
    align-items: center;
    gap: 15px
}

.company-info-section .left-block .img-block img {
    border-radius: 5px
}

.company-info-section .left-block h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    color: #231F20
}

.company-info-section .left-block h5 span {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    border-radius: 0 5px 5px 5px;
    color: #fff;
    background: #1282A6;
    padding: 2px 6px;
    margin-left: 10px
}

.company-info-section.developer-list-section .left-block h5 span {
    margin-right: 10px;
    margin-left: 0
}

.details-slider-section .company-info-section .left-block h5 span {
    margin-left: 0;
    margin-right: 10px
}

.company-info-section .left-block p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #05274D;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 0
}

.company-info-section .left-block p.contact-desc {
    -webkit-line-clamp: 2;
    line-clamp: 2
}

.company-info-section .right-block {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px
}

.company-info-wrapper {
    padding: 13px 16px;
    background: #fff;
    box-shadow: 0 10px 15px 0 #0000001A;
    margin: 50px 0;
    border-top: 1px solid #EEE;
    border-radius: 0 10px 10px 10px
}

.company-info-section .right-block h4 {
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    color: #8F90A6
}

.company-info-section .right-block p {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #231F20;
    padding: 0
}

.company-info-section .call-btn {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: #fff;
    background: #1282A6;
    border-radius: 0 10px 10px 10px;
    padding: 10px 10px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 3px
}

.company-info-section .whatsapp-btn {
    background: #25D366
}

.details-slider-section .contact-section {
    background: none;
    padding: 0
}

.details-slider-section .contact-section .form-wrapper {
    border-radius: 0 15px 15px 15px
}

.details-slider-section .product__slider-main {
    margin-bottom: 15px;
    width: 82%;
    display: inline-block
}

.details-slider-section .product__slider-main img {
    margin: 0 auto;
    width: 100%
}

.details-slider-section .product__slider-thumb {
    width: 20%;
    display: inline-block;
    padding-left: 12px
}

.details-slider-section .product__slider-thumb .slick-slide {
    opacity: 1;
    transition: all .3s ease;
    display: block;
    width: 100% !important
}

.details-slider-section .product__slider-thumb .slick-slide.slick-active,
.details-slider-section .product__slider-thumb .slick-slide:hover {
    opacity: 1
}

.details-slider-section .details-slider {
    display: flex;
    padding: 0 0 20px
}

.details-slider-section .product__slider-thumb img {
    filter: grayscale(1);
    border: 1px solid #05274D;
    max-height: 90px;
    max-width: 113px;
    width: 100%;
    cursor: pointer
}

.details-slider-section .product__slider-thumb .slick-current.slick-active img {
    filter: inherit;
    border: 1px solid #1282A6
}

.details-slider-section .slick-arrow {
    background: #fff0;
    border: 1px solid #E9E9E9 !important;
    font-size: 0;
    height: 40px;
    width: 48px;
    border-radius: 0 10px 10px 10px;
    z-index: 5;
    transition: all 0.3s ease-in-out
}

.details-slider-section .slick-prev {
    position: absolute;
    right: -60px;
    bottom: 0
}

.details-slider-section .slick-prev:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 10px;
    width: 10px;
    background: url(../img/down-arrow.svg) no-repeat center center;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out
}

.details-slider-section .slick-prev:hover {
    background: #05274d;
    border-color: #05274d !important
}

.details-slider-section .slick-prev:hover:after {
    filter: brightness(0) invert(1)
}

.details-slider-section .slick-next {
    position: absolute;
    right: -128px;
    bottom: 0;
    border: 1px solid #1282A6 !important
}

.details-slider-section .slick-next:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 10px;
    width: 10px;
    background: url(../img/up-arrow.svg) no-repeat center center;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out
}

.details-slider-section .slick-next:hover {
    background: #05274d;
    border-color: #05274d !important
}

.details-slider-section .slick-next:hover:after {
    filter: brightness(0) invert(1)
}

.details-slider-section .form-wrapper h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 39.84px;
    color: #fff;
    text-align: center;
    padding: 0 0 10px
}

.details-slider-section .form-wrapper p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #FFF;
    text-align: center;
    padding: 0
}

.details-slider-section .property-details-wrapper {
    background: #fff;
    box-shadow: 0 10px 15px 0 #0000001A;
    border-top: 1px solid #EEE;
    border-radius: 0 10px 10px 10px;
    padding: 12px 20px
}

.details-slider-section .d-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #E1E1E1
}

.details-slider-section .d-content:last-child {
    border: 0
}

.details-slider-section .d-content h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 21.25px;
    color: #231F20
}

.details-slider-section .d-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 21.25px;
    color: #231F20;
    padding: 0
}

.details-slider-section .d-content .color-blue {
    color: #1282A6
}

.details-slider-section .d-content p strong {
    font-weight: 600
}

.details-slider-section .d-content h4,
.details-slider-section .d-content p {
    width: 50%
}

.details-slider-section .title {
    font-size: 26px;
    font-weight: 600;
    line-height: 34.53px;
    color: #1A1A1A;
    padding: 0 0 15px
}

.property-details-block {
    padding: 0 0 30px
}

.property-view-section {
    padding: 0 0 30px
}

.property-view-section .flex-card {
    background: #fff;
    box-shadow: 0 10px 15px 0 #0000001A;
    border: 1px solid #EEE;
    border-radius: 0 10px 10px 10px;
    text-align: center;
    padding: 17px 0
}

.property-view-section .flex-card p {
    padding: 0
}

.property-view-section .flex-card img {
    margin: 0 0 10px
}

.property-view-section a:hover .flex-card {
    border-color: #05274D
}

.amenities-block {
    padding: 0
}

.amenities-block .flex-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 0 0 30px
}

.amenities-block .flex-card img {
    margin: 0
}

.property-view-section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.99px;
    color: #231F20
}

.property-view-section ol,
.property-view-section ul {
    padding: 0 0 0 20px;
    margin-bottom: 0
}

.property-view-section ol li,
.property-view-section ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #231F20;
    padding: 0 0 5px
}

.ul-list-box {
    padding: 20px 18px;
    background: #FFFCF9;
    border: 1px solid #EEE;
    border-radius: 0 10px 10px 10px;
    margin: 0 0 40px
}

.ul-list-box li {
    list-style: disc;
    padding: 0
}

.company-info-section-bottom .company-info-wrapper {
    background: #05274D;
    padding: 21px 16px
}

.company-info-section-bottom .company-info-wrapper p {
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    color: #FFF;
    padding: 0
}

.fixed-sidebar {
    position: fixed;
    top: 0;
    left: auto;
    max-width: 386px;
    transition: all 0.5s ease-in-out
}

.details-slider-section .right-content {
    position: relative
}

.details-slider-section .property-listing-section {
    padding: 0 0 50px
}

.listings-slider {
    margin: 0 -11px
}

.listings-slider .slick-slide {
    padding: 0;
    margin-right: 11px;
    margin-left: 11px
}

.listings-slider .slick-slide img {
    display: inline-block
}

.listings-slider .slick-dots {
    display: flex;
    justify-content: end;
    gap: 10px
}

.listings-slider .slick-dots li {
    border: 1px solid #fff0;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.listings-slider .slick-dots li button {
    background: #12222333;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    font-size: 0;
    border: 0;
    padding: 0
}

.listings-slider .slick-dots .slick-active {
    border: 1px solid #1282A6
}

.listings-slider .slick-dots .slick-active button {
    background: #1282A6;
    margin: 0 auto;
    border-radius: 50%
}

.listings-slider .slick-dots .slick-active button:focus {
    outline: none
}

.listings-slider .slick-prev {
    left: 10px
}

.listings-slider .slick-prev:after {
    transform: translate(-50%, -50%) rotate(90deg)
}

.listings-slider .slick-next {
    left: 75px
}

.listings-slider .slick-next:after {
    transform: translate(-50%, -50%) rotate(90deg)
}

.inner-banner-section {
    padding: 70px 0;
    text-align: center;
    position: relative;
    background: url(../img/contact-banner-bg.jpg) no-repeat center center;
    background-size: cover
}

.inner-banner-section:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(0 11 15 / .8)
}

.inner-banner-section .container {
    z-index: 2;
    position: relative
}

.inner-banner-section .title {
    font-size: 64px;
    font-weight: 600;
    line-height: 74px;
    letter-spacing: .0025em;
    color: #fff;
    padding: 0 0 10px
}

.inner-banner-section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .0025em;
    color: #FFFCF9;
    font-family: "Poppins", sans-serif;
    padding: 0
}

.contact-section-inner {
    background: #fff url(../img/contact-bg-blue.png) no-repeat center bottom
}

.contact-info {
    background: #1282A6;
    padding: 50px 50px;
    border-radius: 0 15px 15px 0;
    height: 100%
}

.contact-info .logo {
    filter: brightness(0) invert(1);
    margin: 0 0 60px
}

.contact-info .flex-card {
    display: flex;
    padding: 0 0 30px;
    gap: 10px
}

.contact-info .flex-card:last-child {
    padding: 0
}

.contact-info .flex-card-hrs .text-block span {
    font-size: 16px;
    font-weight: 400;
    color: rgb(255 255 255 / .7);
    padding: 0 30px 0 0
}

.contact-info .flex-card p {
    padding: 0
}

.contact-info .flex-card h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 22.8px;
    color: #fff;
    padding: 0 0 10px
}

.contact-info .icon-block span {
    height: 30px;
    width: 30px;
    border-radius: 5px;
    background: rgb(255 255 255 / .2);
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.contact-info .text-block a {
    font-size: 16px;
    font-weight: 400;
    color: rgb(255 255 255 / .7)
}

.about-section {
    padding: 100px 0
}

.about-section .flex-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 0 30px
}

.about-section .flex-card:last-child {
    padding-bottom: 0
}

.about-section .flex-card .img-block {
    width: 15%
}

.about-section .flex-card .content-block {
    width: 85%
}

.about-section .flex-card .content-block h5 {
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    color: #1A1A1A;
    padding: 0 0 10px
}

.about-section p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #231F20
}

.about-section .flex-card .content-block p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #231F20;
    padding: 0
}

.about-section .title {
    max-width: 80%;
    padding: 0 0 15px
}

.area-section .flex-card .img-block img {
    border-radius: 0 0 0 15px;
    width: auto;
    height: 128px;
    object-fit: inherit;
    min-width: 119px
}

.area-section .flex-card .content-block {
    width: 100%
}

.area-section-about .flex-card {
    display: block;
    padding: 30px 30px !important;
    margin: 0
}

.area-section-about .flex-card .img-block img {
    width: auto;
    min-width: auto;
    height: auto
}

.area-section-about .flex-card .content-block p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical
}

.area-section-about .flex-card .position-block {
    top: 0;
    bottom: auto;
    padding: 16px 32px 16px 42px;
    border-radius: 0 0 0 50px
}

.area-section-about .flex-card-wrapper {
    width: 26.4%;
    position: relative
}

.area-section-about .flex-card-wrapper:first-child:after {
    content: "";
    position: absolute;
    right: -33%;
    top: 50%;
    height: 22px;
    width: 86px;
    background: url(../img/flex-card-shape-one.svg) no-repeat center center;
    transform: translatey(-50%)
}

.area-section-about .flex-card-wrapper:nth-child(2):after {
    content: "";
    position: absolute;
    right: -33%;
    top: 50%;
    height: 22px;
    width: 86px;
    background: url(../img/flex-card-shape-two.svg) no-repeat center center;
    transform: translatey(-50%)
}

.area-section .flex-card .img-block img {
    border-radius: 0;
    width: auto;
    height: auto;
    object-fit: inherit
}

.area-section .flex-card .content-block {
    width: 100%
}

.leadership-section {
    padding: 100px 0
}

.leadership-section .flex-card {
    max-width: 260px;
    margin: 0 auto
}

.leadership-section .flex-card h5 {
    font-size: 22px;
    font-weight: 400;
    line-height: 22.8px;
    color: #1A1A1A;
    padding: 0 0 5px
}

.leadership-section .flex-card p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24.7px;
    color: #1A1A1A;
    padding: 0
}

.leadership-section .flex-card .team-img {
    border-radius: 0 15px 15px 15px;
    width: 100%
}

.leadership-section .flex-card .connect-blk a {
    height: 30px;
    width: 30px;
    background: rgb(18 130 166 / .2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-left: 4px
}

.leadership-section .flex-card .content-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px
}

.leadership-section .title {
    padding: 0 0 35px
}

.not-found-section {
    padding: 50px 0;
    text-align: center
}

.not-found-section .title {
    padding: 0 0 10px
}

.not-found-section .sub-title {
    padding: 0 0 30px
}

.product__slider {
    display: flex
}

.details-slider-section .product__slider-main {
    margin-bottom: 0
}

.product__slider .swiper-slide {
    margin-bottom: 10px !important
}

.product__slider .arrow {
    display: flex;
    justify-content: space-between;
    margin-top: 5px
}

.product__slider .arrow a {
    background: #fff0;
    border: 1px solid #E9E9E9 !important;
    font-size: 0;
    height: 40px;
    width: 48px;
    display: inline-block;
    border-radius: 0 10px 10px 10px;
    z-index: 5;
    transition: all 0.3s ease-in-out;
    position: relative
}

.product__slider .arrow a.prev:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 10px;
    width: 10px;
    background: url(../img/down-arrow.svg) no-repeat center center;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out
}

.product__slider .arrow a.next:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 10px;
    width: 10px;
    background: url(../img/up-arrow.svg) no-repeat center center;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out
}

.product__slider .arrow a:hover {
    background: #05274D
}

.product__slider .arrow a:hover:hover:after {
    filter: brightness(0) invert(1)
}

.details-slider-section .product__slider-thumb .swiper-thumbs {
    height: 433px
}

.product__slider .swiper-slide-thumb-active img {
    filter: grayscale(0)
}

.swiper .swiper-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background: rgb(18 34 35 / .2);
    opacity: 1;
    border: 1px solid #fff0;
    position: relative;
    margin: 0 15px !important
}

.swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #1282A6 !important
}

.testimonials-section .swiper-pagination-bullet-active {
    background: #1282A6 !important
}

.offer-card {
    background: #E8F3F7;
    border-radius: 0 15px 15px 15px;
    padding: 15px;
    height: 100%;
    width: 100%
}

.offer-card .white-box {
    background: #fff;
    border-radius: 0 15px 15px 15px;
    padding: 15px;
    text-align: center
}

.offer-card .white-box h2 {
    font-weight: 600;
    color: #127A9C
}

.offer-card .white-box h6 {
    font-weight: 600;
    color: #000;
    margin-top: 15px
}

.offer-card .call-btn {
    font-size: 12px;
    font-weight: 600;
    line-height: 40px;
    color: #fff;
    background: #1282A6;
    border-radius: 0 10px 10px 10px;
    padding: 5px;
    height: 50px;
    width: auto;
    text-align: center;
    display: inline-block;
    margin: 0 0
}

.offer-card .call-btn img {
    margin-right: 5px
}

.offer-card .whatsapp-btn {
    background: #25D366
}

.offer-card p {
    line-height: normal
}

.offer-card .offer-blk {
    width: 44%
}

.relative-blk a {
    margin: 0 20px 0 0
}

.relative-blk img {
    border-radius: 15px
}

.news-page {
    background: #fff0;
    padding: 0
}

.news-page .flex-card .news-img {
    height: 400px;
    object-fit: cover
}

.news-page .flex-card p {
    font-size: 16px;
    line-height: 24px;
    color: #231F20B2;
    font-family: "Poppins", sans-serif;
    overflow: hidden;
    display: inline-block;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: unset
}

.news-page .social-links {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 30px
}

.news-page .social-links li label {
    font-size: 19px;
    font-weight: 400;
    color: #1A1A1A
}

.news-page .social-links li a {
    color: #1A1A1A
}

.news-page .social-links li a:hover {
    color: #BFBFBF
}

.recent-news {
    background: #EEF6F9;
    width: 100%;
    border-radius: 0 15px 15px 15px
}

.recent-news h3,
.recent-news h4 {
    font-weight: 600
}

.recent-news input {
    width: 100%;
    padding: 15px 45px 15px 20px;
    background: #fff;
    border: 1px solid #FFF;
    box-shadow: 0 1px 7px 0 #00000040;
    border-radius: 50px
}

.recent-news .search-submit {
    position: absolute;
    right: 10px;
    top: 0;
    padding: 20px 15px;
    background: #fff0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.recent-news .news-card {
    display: flex;
    margin-bottom: 20px
}

.recent-news .news-card img {
    width: 110px;
    height: 80px;
    border-radius: 12px;
    object-fit: cover;
    display: inline-flex
}

.recent-news .news-card-content {
    margin-left: 15px
}

.recent-news .news-card-content .date {
    font-size: 14px;
    color: #999;
    margin-bottom: 8px
}

.recent-news .news-card-content .title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 20px;
    padding: 0
}

.list-tag span {
    margin-bottom: 15px;
    display: inline-block
}

.list-tag span.bg-light {
    background: #EEF6F9 !important
}

.developer-list-section {
    padding: 0
}

.developer-list-section .content-block {
    padding: 0
}

.developer-list-section .left-block h5 {
    font-size: 26px;
    line-height: 36px
}

.developer-list-section .left-block h5 span {
    vertical-align: middle
}

.developer-list-section .img-block {
    background: #FFFCF9;
    padding: 35px 32px;
    border-right: 1px solid #EEE;
    border-radius: 0 0 0 10px;
    text-align: center;
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center
}

.developer-list-section .company-info-wrapper {
    padding: 0
}

.developer-list-section .top-block {
    display: flex;
    justify-content: space-between;
    padding: 0 0 10px
}

.developer-list-section .right-part {
    padding: 0 40px 0 20px
}

.developer-list-section .tag {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    border-radius: 0 5px 5px 5px;
    color: #fff;
    background: #1A1A1A;
    padding: 2px 6px
}

.developer-list-section p {
    padding: 0 0 5px;
    line-height: 24px
}

.developer-list-section .view-more {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.99px;
    color: #1282A6;
    display: inline-flex;
    align-items: center;
    justify-content: end;
    gap: 7px;
    margin: 0 5px 0 0
}

.developer-list-section .view-more:hover {
    color: #05274D
}

.projects-section {
    padding: 0 0 30px
}

.projects-section .content-block {
    margin-top: -22px
}

.projects-section .pro-details h4 {
    margin: 15px 0 10px
}

.projects-section .pro-details p {
    padding: 5px 0
}

.projects-section .theme-btn {
    border-radius: 0 15px 15px 15px;
    font-size: 15px;
    padding: 10px 40px;
    margin: 10px 5px 10px 0
}

.projects-section .pro-details {
    padding: 10px 10px 0
}

.projects-section .flex-card .img-block img {
    height: 315px
}

.offers-section {
    padding: 50px 0
}

.offers-section .flex-card {
    display: flex;
    align-items: center;
    border-radius: 0 10px 10px 10px;
    border: 0;
    box-shadow: 0 10px 15px 0 #0000001A;
    border: 1px solid #EEE
}

.offers-section .flex-card .image-block {
    width: 47%;
    border-radius: 10px 0 0 10px
}

.offers-section .flex-card .image-block img {
    border-radius: 0 0 0 10px;
    height: 225px
}

.offers-section .pro-details p {
    padding: 0;
    margin: 7px 0
}

.offers-section .pro-details .pay-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #05274D;
    padding: 0;
    margin: 12px 0 15px
}

.offers-section .pro-details .pay-text span {
    color: #1282A6
}

.offers-section .pro-details .left-blk {
    width: 100%;
    max-width: 85px;
    box-shadow: 0 0 4px 0 #00000040;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.offers-section .pro-details .left-blk img {
    border-radius: 5px;
    height: 47px;
    width: 100%;
    object-fit: cover
}

.offers-section .content-block {
    margin-top: 0;
    width: 53%;
    padding: 0 20px
}

.offers-section .pro-details {
    padding: 0
}

.offers-section .pro-details h4 {
    margin: 0 0 5px
}

.offers-section .pro-details .color-red {
    color: #E81724
}

.intro-text {
    max-width: 40%;
    margin: 0 auto
}

.career-section {
    padding: 100px 0 0
}

.career-section .right-block h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 19.92px;
    color: #1A1A1A
}

.career-section p {
    font-family: "Poppins", sans-serif;
    padding: 0;
    margin: 0 0 35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 50px
}

.career-section .right-block h4 span {
    border-radius: 0 15px 15px 15px;
    padding: 5px 11px;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #1282A6;
    color: #fff;
    margin-left: 10px
}

.career-section .company-info-wrapper {
    padding: 30px 27px 30px;
    margin: 0;
    height: 100%
}

.career-section .right-part {
    padding: 0
}

.career-section .left-block h5 {
    font-size: 22px;
    line-height: normal
}

.developer-list-section .top-block {
    padding: 0 0 15px
}

.testimonials-section {
    background: #E8F3F7;
    padding: 100px 0 0;
    text-align: center
}

.testimonials-section .info-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin: 0 auto
}

.testimonials-section .info-block .img-block {
    border-radius: 0 15px 15px 15px;
    background: #B9B9B9;
    height: 80px;
    width: 80px
}

.testimonials-wrapper {
    text-align: center
}

.testimonials-wrapper>p {
    max-width: 70%;
    margin: 0 auto;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 24px;
    color: #231F20;
    font-family: "Poppins", sans-serif;
    padding: 10px 0 40px
}

.testimonials-wrapper .content-block {
    padding: 0
}

.testimonials-wrapper .content-block h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    padding: 0 0 5px
}

.testimonials-wrapper .content-block p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #231F20;
    padding: 0;
    max-width: 100%;
    text-align: left;
    font-style: normal;
    font-family: "Poppins", sans-serif
}

.testimonials-section .swiper {
    padding: 0 0 80px
}

.testimonials-section .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background: rgb(18 34 35 / .2);
    opacity: 1;
    border: 1px solid #fff0;
    position: relative;
    margin: 0 15px !important
}

.testimonials-section .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    height: 30px;
    width: 30px;
    border: 1px solid #fff0;
    border-radius: 50%;
    top: -11px;
    left: -11px
}

.testimonials-section .swiper-pagination-bullet-active {
    background: #1282A6
}

.testimonials-section .swiper-pagination-bullet-active:after {
    border: 1px solid #1282A6
}

.benefit-section {
    padding: 100px 0 60px
}

.benefit-section .title {
    padding: 0 0 50px
}

.benefit-section .flex-card {
    display: flex;
    align-items: center;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 15px 15px;
    height: 100%
}

.benefit-section .mb-5 {
    margin-bottom: 40px !important
}

.benefit-section .flex-card h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    color: #1A1A1A
}

.benefit-section .g-4,
.benefit-section .gx-4 {
    --bs-gutter-x: 40px
}

.benefit-section .flex-card .img-block {
    width: 30%
}

.benefit-section .content-block {
    padding: 0;
    width: 70%
}

.events-section {
    padding: 0 0 100px
}

.events-section img {
    height: 270px;
    width: 100%;
    object-fit: cover
}

.career-modal .opening-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #EEF6F9;
    border-radius: 10px;
    padding: 15px 20px;
    margin: 0 0 10px
}

.career-modal .opening-info li {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #231F20;
    font-family: "Poppins", sans-serif
}

.career-modal .opening-info li p {
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    color: #717171;
    padding: 0
}

.career-modal .opening-info li:first-child {
    width: 35%
}

.career-modal .opening-info li:last-child {
    color: #1282A6
}

.career-modal .title {
    font-size: 22px;
    padding: 0;
    font-weight: 500
}

.career-modal .modal-header {
    padding: 10px 0;
    margin: 0 30px
}

.career-modal .modal-body {
    padding: 20px 30px
}

.career-modal .modal-content {
    box-shadow: 0 10px 15px 0 #0000001A;
    border: 0
}

.career-modal .contact-section {
    background: none
}

.career-modal .form-wrapper {
    background: #fff;
    padding: 0
}

.career-modal .form-wrapper .form-label {
    color: #231F20;
    font-weight: 500
}

.career-modal .contact-section {
    padding: 0
}

.career-modal .contact-section .form-wrapper .form-control-textarea {
    height: 56px;
    resize: none;
    padding: 10px 17px;
    line-height: 25px
}

.career-modal .opening-text {
    font-size: 15px;
    font-weight: 600;
    line-height: 19.92px;
    color: #1A1A1A;
    margin-left: 20px
}

.career-modal .opening-text span {
    border-radius: 0 15px 15px 15px;
    padding: 5px 11px;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #1282A6;
    color: #fff;
    margin-left: 5px
}

.career-modal .btn-close {
    opacity: .7
}

.career-modal .btn-close:focus {
    box-shadow: none
}

.modal-open {
    padding: 0 !important
}

.career-modal .contact-section .form-wrapper .form-control {
    height: 50px
}

.fileUpload {
    position: relative;
    overflow: hidden
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0
}

.btn-browse {
    border: 1px solid rgb(35 31 32 / .2);
    background-color: #E9E9E9;
    color: #8F90A6;
    height: 50px;
    padding: 10px 16px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    border-radius: 10px
}

.f-input {
    padding-left: 90px !important
}

.sidepanel {
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    height: 100vh;
    margin-right: 1px;
    background-color: #EEF6F9;
    padding: 40px 0
}

.sidepanel .closebtn {
    position: absolute;
    text-decoration: none;
    top: 8px;
    right: 10px;
    font-size: 26px;
    border-radius: 5px;
    padding: 5px;
    color: #000;
    opacity: .5;
    cursor: pointer
}

.sidepanel.open {
    display: block;
    width: 440px;
    height: 100vh;
    padding: 40px 20px 90px
}

.sidepanel .title-blk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 20px;
    margin-top: -20px
}

.sidepanel h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 21.86px;
    color: #1A1A1A
}

.sidepanel .title-blk a {
    color: #1282A6
}

.contain {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.99px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.contain input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #1282A6;
    border-radius: 0 4px 4px 4px
}

.contain input:checked~.checkmark {
    background-color: #1282A6
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.contain input:checked~.checkmark:after {
    display: block
}

.contain .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sidepanel .card {
    border: 0;
    border-radius: 10px;
    background: #fff;
    padding: 20px 20px;
    margin: 0 0 17px
}

.sidepanel .checklist {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.sidepanel .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 21.86px;
    color: #1A1A1A;
    padding: 0 0 15px
}

.sidepanel .sub-title {
    color: #231F20;
    padding: 0 0 7px
}

.sidepanel .num-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.sidepanel .num-list li a {
    height: 30px;
    width: 30px;
    background: #EEF6F9;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    color: #231F20
}

.sidepanel .tags-list li a {
    width: auto;
    padding: 0 12px
}

.sidepanel .theme-btn {
    font-size: 15px;
    font-weight: 500;
    padding: 9px 46px;
    border-radius: 0 15px 15px 15px
}

.sidepanel .theme-btn-secondary {
    margin-right: 10px
}

.sidepanel.open .btn-block {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: #EEF6F9;
    width: 410px
}

.sidepanel .input-block {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

.sidepanel .input-block-wrapper {
    width: 47%;
    padding: 0 0 15px
}

.sidepanel .input-block-wrapper span {
    font-size: 12px;
    font-weight: 400;
    color: rgb(35 31 32 / .5)
}

.sidepanel .form-control {
    background: #EEF6F9;
    font-size: 14px;
    font-weight: 400;
    color: #231F20;
    border: 0
}

.sidepanel .form-control:focus {
    box-shadow: none
}

.custom-overlay {
    position: relative
}

.custom-overlay:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / .5);
    top: 0;
    left: 0;
    z-index: 9
}

.freelancers-section-two {
    padding: 100px 0
}

.freelancers-section-two .title {
    padding: 0 0 10px
}

.freelancers-section-two .sub-title {
    max-width: 54%;
    margin: 0 auto;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500
}

.freelancers-section-two .btn-block {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 50px 0 0
}

.react-tel-input .flag-dropdown {
    background-color: #fff !important;
    border-radius: 10px 0 0 10px !important
}

.react-tel-input .selected-flag {
    width: 48px !important;
    padding: 0 0 0 10px !important
}

.contact-section .react-tel-input .form-control {
    padding-left: 57px !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    font-family: "Bergen Sans"
}

.contact-section .react-tel-input .selected-flag {
    border-radius: 10px 0 0 10px !important
}

.contact-section .react-tel-input .country-list {
    margin-top: 2px !important
}

.sidepanel.details-panel.open {
    display: block;
    width: 100%;
    max-width: 50%
}

.product__slider-main .swiper {
    height: 480px;
    background: rgb(241 241 241 / .5);
    padding: 10px
}

.sidepanel.details-panel .product__slider-main .swiper {
    height: 480px;
    background: #fff;
    padding: 10px
}

.product__slider-main .arrow {
    display: flex;
    justify-content: space-between
}

.product__slider-main .arrow a {
    background: #1282A6;
    border: 1px solid #E9E9E9 !important;
    font-size: 0;
    height: 40px;
    width: 48px;
    display: inline-block;
    border-radius: 0 10px 10px 10px;
    z-index: 5;
    transition: all 0.3s ease-in-out;
    position: relative
}

.product__slider-main .arrow a.prev:after {
    content: "";
    position: absolute;
    left: 40%;
    top: 35%;
    height: 10px;
    width: 10px;
    background: url(../img/down-arrow.svg) no-repeat center center;
    transform: rotate(90deg);
    transition: all 0.3s ease-in-out;
    filter: brightness(0) invert(1)
}

.product__slider-main .arrow a.next:after {
    content: "";
    position: absolute;
    left: 40%;
    top: 35%;
    height: 10px;
    width: 10px;
    background: url(../img/up-arrow.svg) no-repeat center center;
    transform: rotate(90deg);
    transition: all 0.3s ease-in-out;
    filter: brightness(0) invert(1)
}

.product__slider-main .arrow a:hover {
    background: #05274D
}

.sidepanel .num-list.tags-list .contain {
    background: #EEF6F9;
    border-radius: 0 4px 4px 4px;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 14px;
    padding: 5px 5px 5px 35px;
    min-width: 105px;
    border: 1px solid #eee
}

.sidepanel .num-list.tags-list .contain .checkmark {
    left: 10px;
    top: 5px
}

.sidepanel.details-panel {
    right: 0;
    left: unset
}

.sidepanel.details-panel.open {
    width: 50%;
    max-width: 100%
}

.sidepanel.details-panel .closebtn {
    left: 15px
}

.sidepanel.details-panel .product__slider-main {
    position: relative
}

.sidepanel.details-panel .product__slider-main .arrow {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%
}

.sidepanel.details-panel .product__slider-main .arrow a {
    background: #127A9C;
    border-color: #127A9C !important
}

.sidepanel.details-panel .product__slider-main .arrow a.prev:after {
    background: url(../img/down-arrow.svg) no-repeat center center;
    filter: brightness(0) invert(1)
}

.sidepanel.details-panel .product__slider-main .arrow a.next:after {
    background: url(../img/up-arrow.svg) no-repeat center center;
    filter: brightness(0) invert(1)
}

.sidepanel.details-panel .product__slider-main .swiper {
    height: auto
}

.sidepanel.details-panel .product__slider-main .swiper {
    height: auto
}

.details-slider-section .product__slider-main img {
    height: 450px;
    margin: 0 auto;
    width: 100%;
    object-fit: contain
}

.property-listing-section .listings-slider {
    margin: 0 -11px -30px;
    padding: 0 0 0
}

.property-listing-section .listings-slider .swiper {
    padding: 0 0 30px
}

.sidepanel .num-list li a.bg-primary {
    background-color: #1282A6 !important;
    color: #fff
}

.location-select-filter {
    position: relative
}

.location-select-filter .css-13cymwt-control {
    border: 0;
    border-radius: 0;
    padding: 0 0;
    margin: -5px 0;
    background: #fff0;
    min-height: auto;
    box-shadow: none
}

.location-select-filter .css-t3ipsp-control {
    border: 0;
    border-radius: 0;
    padding: 0 0;
    margin: 0 0;
    background: #fff0;
    min-height: auto;
    box-shadow: none
}

.location-select-filter .css-13cymwt-control:hover,
.location-select-filter .css-t3ipsp-control:hover {
    border-color: transparent !important;
    border: 0;
    border-radius: 0;
    padding: 0 0;
    margin: 0 0;
    background: #fff0;
    box-shadow: none
}

.location-select-filter .css-1jqq78o-placeholder {
    color: #000
}

.location-select-filter .css-hlgwow {
    padding: 0 0
}

.location-select-filter .css-1wy0on6 {
    display: none
}

.location-select-filter .css-13cymwt-control,
.location-select-filter .css-13cymwt-control:hover {
    margin: 0 0
}

.location-select-filter .css-19bb58m {
    margin: 0;
    padding-bottom: 0;
    padding-top: 0
}

.breadcrumb-section .breadcrumb-item a:hover {
    color: #1282A6
}

.navbar-toggler .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #1282A6;
    transition: all 300ms linear
}

.navbar-toggler .navbar-toggler-icon::after,
.navbar-toggler-icon::before {
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: #1282A6;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear
}

.navbar-toggler .navbar-toggler-icon::after {
    top: 8px
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    transform: translateY(8px) rotate(-45deg)
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transform: rotate(45deg)
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: #fff0
}

.details-slider-section .developer-list-section .img-block {
    width: 200px;
    height: 200px
}

.property-view-section .property_detail_summary font {
    font-family: "Bergen Sans" !important
}

.navbar-brand:focus,
.navbar-brand:hover {
    outline: 0;
    box-shadow: none
}

.career-section.developer-list-section .view-more {
    margin: 0 0 0 0;
    padding-right: 0
}

.career-modal .form-wrapper .theme-btn {
    margin-top: 0
}

.list-tag {
    margin: 0 0 0 10px
}

.property-listing-section .listings-slider {
    position: relative
}

.property-listing-section .listings-slider .arrow {
    display: flex;
    justify-content: space-between
}

.property-listing-section .listings-slider .arrow a {
    background: #fff0;
    border: 1px solid #E9E9E9 !important;
    font-size: 0;
    height: 40px;
    width: 48px;
    display: inline-block;
    border-radius: 0 10px 10px 10px;
    z-index: 5;
    transition: all 0.3s ease-in-out;
    position: relative
}

.property-listing-section .listings-slider .arrow a.prev:after {
    content: "";
    position: absolute;
    left: 40%;
    top: 35%;
    height: 10px;
    width: 10px;
    background: #fff url(../img/down-arrow.svg) no-repeat center center;
    transform: rotate(90deg);
    transition: all 0.3s ease-in-out
}

.property-listing-section .listings-slider .arrow a.next:after {
    content: "";
    position: absolute;
    left: 40%;
    top: 35%;
    height: 10px;
    width: 10px;
    background: #fff url(../img/up-arrow.svg) no-repeat center center;
    transform: rotate(90deg);
    transition: all 0.3s ease-in-out
}

.property-listing-section .listings-slider .arrow a:hover {
    background: #05274D
}

.property-listing-section .listings-slider .arrow {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%
}

.property-listing-section .listings-slider .arrow a {
    background: #127A9C;
    border-color: #127A9C !important
}

.property-listing-section .listings-slider .arrow a.prev:after {
    background: url(../img/down-arrow.svg) no-repeat center center;
    filter: brightness(0) invert(1)
}

.property-listing-section .listings-slider .arrow a.next:after {
    background: url(../img/up-arrow.svg) no-repeat center center;
    filter: brightness(0) invert(1)
}

.property-details-close .property-details-close-icon {
    position: absolute;
    right: 0;
    top: 0;
    background: #127a9c;
    border: 0;
    box-shadow: none;
    padding: 7px 15px;
    color: #fff;
    z-index: 9;
    border-radius: 0 0 0 20px;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px
}

.property-details-close .property-details-close-icon:hover,
.property-details-close .property-details-close-icon:focus {
    background: #05274d
}

.property-details-close .product__slider-main {
    position: relative
}

.property-details-close .product__slider-main .arrow {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0
}

.property-details-close .product__slider-main .swiper {
    text-align: center;
    height: auto
}

.property-details-close .product__slider-main .swiper img {
    max-width: 100%;
    height: 500px;
    width: auto !important;
    object-fit: none
}

.arabic_lang {
    font-family: "Noto Kufi Arabic", sans-serif
}

.details-slider-section .offer-card .offer-blk-wrapper {
    flex-flow: wrap
}

.details-slider-section .offer-card .offer-blk-wrapper .offer-blk {
    margin-bottom: 15px
}

.details-slider-section .offer-card .offer-blk-wrapper .whatsapp-btn {
    background: #25D366;
    width: 100%
}

.property-listing-section .listings-slider .arrow a.next.nlnext {
    border-radius: 10px 0 10px 10px
}

.property-details-close .product__slider-main .arrow a.slider__next.next {
    border-radius: 10px 0 10px 10px
}

.privacy-terms-conditions-page {
    padding: 100px 0
}

.privacy-terms-conditions-page .card {
    margin-top: 0;
    padding: 24px 30px;
    border: 0;
    border-radius: 30px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    box-shadow: 0 10px 15px 0 #0000001A
}

.privacy-terms-conditions-page .card h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    color: #5D647B;
    margin: 0 0 15px
}

.privacy-terms-conditions-page .card p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #5D647B;
    margin: 0 0 0
}

.privacy-terms-conditions-page .card a {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #1282A6;
    margin: 0 0 25px;
    text-decoration: none;
    transition: all 0.5s ease-in-out
}

.privacy-terms-conditions-page .card a:hover {
    color: #05274D
}

.privacy-terms-conditions-page .card ol {
    margin: 0 0;
    padding: 0 0 0 20px
}

.privacy-terms-conditions-page .card ol li {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #5D647B;
    margin: 0 0 5px
}

.privacy-terms-conditions-page .card ul li {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #5D647B;
    margin: 0 0 5px
}

.faqsec {
    padding: 100px 0;
    background: #E8F3F7
}

.faqsec .accordion-item {
    margin: 10px 0;
    border-radius: 0px !important;
    box-shadow: 0 10px 15px 0 #0000001A
}

.faqsec .accordion-button:not(.collapsed) {
    background: rgb(5 39 77 / .8);
    color: #fff
}

.faqsec .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1)
}

.accordion-button:focus {
    box-shadow: none
}

.category-list-section ul li {
    position: relative;
    transition: all 0.5s ease-in-out
}

.category-list-section ul li.active p {
    color: #1282a6;
    transition: all 0.5s ease-in-out
}

.category-list-section ul li .clear-icon {
    background: #1282a6;
    padding: 10px 10px;
    border-radius: 50px;
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    position: absolute;
    right: -5px;
    top: -10px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out
}

.category-list-section ul li.active .clear-icon {
    opacity: 1;
    visibility: unset;
    transition: all 0.5s ease-in-out
}

.advance-search {
    display: inline-block;
    position: relative
}

.advance-search .clear-icon {
    background: #127A9C;
    padding: 10px 10px;
    border-radius: 50px;
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 10px;
    top: -10px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out
}

.advance-search.active .clear-icon {
    opacity: 1;
    visibility: unset;
    transition: all 0.5s ease-in-out
}

.map-section .home-offer-card {
    background-size: 100%;
    padding: 97px 25px 20px;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    z-index: 9;
    border-radius: 0 15px 15px 15px;
    margin-top: 14px
}

.map-section .home-offer-card:after {
    content: '';
    background: linear-gradient(180deg, #fff0 0%, #05274D 85%);
    width: 100%;
    height: 160px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 15px
}

.map-section .home-offer-card .offer-text {
    position: absolute;
    top: 0;
    right: 30px
}

.map-section .home-offer-card .offer-text span {
    font-weight: 600;
    font-size: 30px;
    line-height: 65px;
    color: #fff;
    transform: rotate(-90deg);
    display: inline-block;
    position: absolute;
    top: 40px;
    right: -20px
}

.career-intro-text .intro-text {
    max-width: 70%
}

.career-listing-section {
    position: relative;
    padding: 50px 0
}

.career-listing-section .flex-card {
    border: 1px solid #1282A6;
    border-radius: 15px;
    -webkit-box-shadow: 1px 10px 10px 0 rgb(18 130 166 / .1);
    -moz-box-shadow: 1px 10px 10px 0 rgb(18 130 166 / .1);
    box-shadow: 1px 10px 10px 0 rgb(18 130 166 / .05);
    overflow: hidden;
    margin: 0 0 24px;
    transform: translatey(4px);
    transition: all 0.3s ease-in-out
}

.career-listing-section .content-block {
    margin: 0;
    padding: 30px 30px;
    z-index: 3;
    position: relative
}

.career-listing-section .content-block h4 {
    font-size: 19px;
    font-weight: 600;
    color: #231F20;
    padding: 0;
    margin: 0 0 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical
}

.career-page-list {
    margin: 0 0;
    padding: 0 0;
    list-style: none
}

.career-page-list li {
    margin: 10px 0 15px;
    color: #222;
    font-size: 16px;
    line-height: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.career-page-list li:last-child {
    margin: 10px 0 0
}

.career-page-list li span {
    color: #1282A6;
    font-size: 20px;
    margin: 2px 10px 0 0
}

.franchise-section {
    padding: 50px 0;
    position: relative
}

.franchise-section h5 {
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    color: #1A1A1A;
    margin: 0 0 15px;
    padding: 0 0
}

.franchise-section p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #231F20;
    margin: 0 0 15px
}

.franchise-section p:last-child {
    margin: 0 0 0
}

.franchise-section .flex-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 0 10px
}

.franchise-section .flex-card:last-child {
    padding-bottom: 0
}

.franchise-section .flex-card .img-block {
    width: 15%
}

.franchise-section .flex-card .content-block {
    width: 100%
}

.franchise-section .flex-card .content-block h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #1A1A1A;
    padding: 0 0 10px;
    margin: 0 0
}

.franchise-section .flex-card .content-block p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #231F20;
    padding: 0;
    margin: 0
}

.custom-map {
    position: relative;
    padding: 0;
    margin-top: 97px
}

.custom-map .custom-map-input {
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: 8;
    width: calc(100% - 65%)
}

.custom-map .custom-map-input input {
    width: 100%;
    padding: 15px 45px 15px 20px;
    background: #fff;
    border: 1px solid #FFF;
    border-radius: 50px
}

.custom-map-input .css-1wy0on6 {
    cursor: pointer
}

.custom-map .custom-map-input input:focus {
    outline: 0;
    box-shadow: none
}

.suggestions-dropdown {
    padding: 10px 10px;
    border-radius: 20px;
    z-index: 10;
    position: relative;
    height: 300px;
    overflow: auto
}

.suggestions-dropdown.active {
    background-color: #fff;
    box-shadow: 0 1px 7px 0 #00000040
}

.suggestions-dropdown li {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 5px;
    padding: 0 0 5px 5px;
    border-bottom: 1px solid #ccc
}

.custom-map .custom-map-sizing {
    height: 750px
}



/* ============ Home Page Filter New Changes ============ */

.banner-section {
    position: relative;
    padding: 50px 50px 150px;
    height: 650px;
}

.filter-section {
    margin-top: 0;
}

.filter-section .filter-wrapper {
    border-radius: 0 15px 15px
}

.banner-counter-section {
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../img/counter-banner.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 700px;
    height: 105px
}

.banner-counter-section .counter-listing {
    margin: 30px 0 0;
    padding: 0 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.banner-counter-section .counter-listing .counter-box h4 {
    font-weight: 600;
    font-size: 30px;
    line-height: normal;
    color: #1282A6
}

.banner-counter-section .counter-listing .counter-box p {
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #231F20;
    margin: 0 0
}

.mob-disply {
    display: none
}

@media (max-width:992px) {
    .banner-section {
        height: auto;
    }
}

@media (max-width:767px) {

    .banner-section {
        padding: 40px 20px 60px;
        height: auto;
    }

    .mob-disply {
        display: block
    }

    .desk-disply {
        display: none
    }

    .mob-counter-section {
        padding: 20px 20px;
        position: relative
    }

    .mob-counter-section .counter-listing {
        margin: 0 0;
        padding: 0 0;
        list-style: none;
        text-align: center;
    }

    .mob-counter-section .counter-listing li {
        display: inline-block;
        padding: 0 0;
        width: 49%;
        margin: 0 0 15px
    }

    .mob-counter-section .counter-listing li:last-child {
        margin: 0 0
    }

    .mob-counter-section .counter-listing h4 {
        font-weight: 600;
        font-size: 30px;
        line-height: normal;
        color: #1282A6
    }

    .mob-counter-section .counter-listing p {
        font-weight: 400;
        font-size: 14px;
        line-height: normal;
        color: #231F20;
        margin: 0 0;
        padding: 0
    }
}