body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    box-sizing: border-box;
    font-family: 'Lucida Sans';
}

a {
    outline: none !important;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover,
a:focus,
select:focus,
button:focus,
.btn:focus,
.btn.focus {
    outline: none !important;
    text-decoration: none;
    box-shadow: none !important;
}

:root {
    --primary: #1d4381;
    --secondary: #d3242d;
}

::selection {
    background-color: #FCEE21;
    color: #000;
}

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: 'Roboto', sans-serif;
}


img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    transition: all 0.3s ease-in-out;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    outline: none !important;
}

h1 {
    font-size: 26px;
    font-weight: 400;
    color: var(--secondary);
    line-height: 1.1;
    margin-bottom: 20px;
}

ul,
ol {
    padding: 0;
}


input,
select,
textarea,
button {
    outline: none !important;
}
h1 {
    font-family: Geometos;
    font-size: 42px;
    letter-spacing: 0px;
    text-align: center;
    color: rgb(255, 255, 255);
    margin: 30px 0px;
}
h2 {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.2;
    padding-top: 10px;
    margin: 0px 0px 32px;
    position: relative;
}
h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0px 0px 16px;
    position: relative;
}
h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0px 0px 12px;
    position: relative;
}
h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0px;
}
.container {
    max-width: 1500px;
}




.bannerSec {
    display: inline-flex;
    width: 100%;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    padding: 70px 25px 130px;
    background: var(--primary);
    background-image: url(../images/banner-image.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.bannerInnerDiv {
    display: inline-block;
    width: 700px;
    position: relative;
}
.bannerInnerDiv h1 {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.bannerInnerDiv h1 img {
    display: inline-block;
    width: 100%;
    max-width: 350px;
}
.navMenu {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.navMenu li {
    display: inline-block;
    margin: 0 8px;
}
.navMenu li a {
    display: inline-flex;
    padding: 10px 40px;
    color: #000;
    position: relative;
    transition: color 0.3s ease;
    background: var(--white);
    border-radius: 5px;
    position: relative;
    font-weight: 500;
}
/* .navMenu li a::after {
    content: "";
    position: absolute;
    right:0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width 0.3s ease;
} */
.navMenu li a.active,
.navMenu li a:hover {
    background-color: var(--secondary);
    color: var(--white) !important;
}
.navMenu li a.active::after,
.navMenu li a:hover::after {
    content: " ";
    position: absolute;
    bottom: -10px;
    left: calc(50% - 6px);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid var(--secondary);
}
.filterDiv {
    display: inline-flex;
    width: 100%;
    position: relative;
    align-items: center;
}
.filterSearchDiv {
    display: inline-flex;
    width: 100%;
    background-color: var(--white);;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
    align-items: center;
}
.filterDiv input {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 12px 5px 12px 15px;
    font-size: 18px;
    border-radius: 0;
    border: none !important;
}
.moreFilter {
    padding: 5px 20px;
    display: inline-block;
    font-size: 14px;
    color: var(--secondary);
}
.searchBtn {
    display: inline-block;
    padding: 12px 20px;
    font-size: 18px;
    background-color: var(--secondary);
    color: var(--white) !important;
    border-radius:  0 5px 5px 0;
}
.filterOptionDiv {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    margin-top: 2px;
    width: 100%;
    background: var(--white);
    padding: 15px;
    border-radius: 5px;
    z-index: 1;
    max-height: 330px;
    overflow-y: auto;
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.15);
}
.filterOptionDiv.active {
    display: inline-block;
}
.scrollDown {
    width: 28px;
    height: 46px;
    display: inline-block;
    border: 1px solid var(--white);;
    border-radius: 40px;
    overflow: hidden;
    position: absolute;
    bottom: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.scrollDown::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: var(--white);
    margin-left: 10px;
    top: 8px;
    border-radius: 6px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: animation-fskd8w;
    animation-name: animation-fskd8w;
}
@-webkit-keyframes animation-fskd8w {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(26px);
        -ms-transform: translateY(26px);
        transform: translateY(26px);
    }
}

@keyframes animation-fskd8w {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(26px);
        -ms-transform: translateY(26px);
        transform: translateY(26px);
    }
}
/***********************************/
.createListing {
    float: left;
    width: 100%;
    padding: 75px 0 60px;
    background: url(../images/list-bg.png) no-repeat center / cover;
}
.createListing h2 {
    grid-area: title;
    padding-left: 74px;
    max-width: 400px;
    color: #202020;
}
.createListing h2::before {
    content: ' ';
    position: absolute;
    top: 32px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: var(--secondary);
}
.listingDiv {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-left: -12px;
    margin-right: -12px;
}
.listingSingleDiv {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 12px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
.listing-card {
    border: 1px solid rgb(203, 203, 203);
    border-radius: 6px;
    overflow: hidden;
    background: var(--white);;
    transition: 0.5s ease-in-out;
}

.listing-card a {
    color: rgb(51, 51, 51);
    display: flex;
    flex-direction: column;
}

.listing-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center;
}

.listing-details {
    padding: 24px 16px 16px;
}

.listing-details h4 {
    color: var(--secondary);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0px 0px 12px;
    position: relative;
}

.listingSingleDiv h5, .listingSingleDiv p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.listing-details h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0px;
}

.listing-details p {
    color: rgb(139, 139, 139);
    font-size: 12px;
    margin: 0px 0px 18px;
    line-height: 1.8;
}

.property-features {
    display: grid;
    grid-template: auto / 1fr 1fr;
    gap: 8px;
    -webkit-box-align: center;
    align-items: center;
}

.property-features span {
    display: inline-block;
    font-size: 12px;
    padding-left: 30px;
    background-size: 16px;
    background-position: left center;
    background-repeat: no-repeat;
}

.feature-beds {
    background-image: url(../images/bed.png);
}

.feature-baths {
    background-image: url(../images/bath.png);
}

.feature-price-per-sqft {
    background-image: url(../images/psf.png);
}

.feature-size {
    background-image: url(../images/sqft.png);
}

.agent-info {
    display: grid;
    grid-template: 40px / 40px minmax(0px, 1fr) 40px;
    column-gap: 12px;
    padding: 8px 16px;
    border-top: 1px solid rgb(203, 203, 203);
    -webkit-box-align: center;
    align-items: center;
}

.agent-image {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}
.agent-details p {
    color: rgb(139, 139, 139);
    font-size: 12px;
    margin-bottom: 0px;
}
.agent-details a {
    color: rgb(51, 51, 51);
    display: flex;
    flex-direction: column;
}
.whatsapp-button {
    cursor: pointer;
    padding: 0px;
    background: none;
    border: none;
}

.CustomTabListing {
    display: inline-block;
    width: 100%;
}
.CustomTabListing li {
    display: inline-block;
}
.CustomTabListing li a {
    background-color: #FFFFFF;
    border: 1px solid #383C4D;
    color: #333333;
    padding: 10px 32px;
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    border-radius: 40px;
    overflow: hidden;
    min-width: 150px;
    border-width: 1px;
    border-style: solid;
    margin-right: 10px;
    cursor: pointer;
}
.CustomTabListing li a.active,
.CustomTabListing li a:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: var(--white);
}



/********************************************/
.about-section {
    float: left;
    width: 100%;
    padding: 75px 0 60px;
}
.content-wrapper {
    isplay: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.video-container {
    flex: 0 0 58.33%;
    max-width: 58.33%;
    padding: 0 15px;
}

.video-wrapper {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    width: 100%;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    width: 100%;
    height: 100%;
}

.text-content {
    flex: 0 0 41.66%;
    max-width: 41.66%;
    padding: 0 15px;
}

a.customButton {
    background: #d3242d;
    padding: 10px 50px;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.text-wrapper {
    max-width: 500px;
}
.section-heading {
    color: #202020;
}
.section-heading:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: var(--secondary);
}

.section-heading {
    position: relative;
    margin-bottom: 16px;
    font-weight: bold;
    padding-top: 0px;
    margin-bottom: 10px;
}

.highlight {
    color: var(--secondary);
    font-weight: bold;
}












/**************************************/
.profile-section {
  float: left;
  width: 100%;
  padding: 60px 0 20px;
  background-color: var(--secondary);
}

.profile-section .container {
  max-width: 1050px;
}
.profile-card {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.icon-wrapper {
  flex: 0 0 90px;
  max-width: 90px;
  padding: 0 12px;
}
.icon-wrapper img {
  width: 100%;
  height: auto;
}
.content {
  flex: 1;
  padding: 0 12px;
  color: #FFFFFF;
}
.profile-section h3 {
  font-size: 26px;
  font-family: 'Roboto Condensed', sans-serif;
}
.profile-section h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 12px 0;
}
.profile-section p {
   margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.description {
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px !important;
}
.description::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0px
}
.belief-system {
  margin-top: 12px;
}
.belief-system .highlight {
  font-weight: bold;
  color: #FFFFFF;
}


.stopOverPaying {
    padding: 50px 0;
    display: inline-block;
    width: 100%;
}
.stopOverPaying p {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}


.faqSection {
    background-color: var(--primary);
    padding: 50px 0;
    width: 100%;
    position: relative;
}
.faqSection .section-heading {
    color: #fff;
}
.section-heading:before {
    background-color: var(--white);
}
.faqSection::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url(../images/platform-pattern.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}
.faqSection .container {
    position: relative;
    z-index: 2;
}
.faqSection .card {
  margin-bottom: 15px;
  color: #000;
  border: 0;
}

.faqSection .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  color: #000;
  border-radius: 0px !important;
  padding: 0;
}

.faqSection .card .card-header .btn-header-link {
  color: #000;
  display: block;
  text-align: left;
  background: var(--white);
  border-radius: 0px !important;
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
}
.faqSection .card .card-body {
  padding: 0 15px 15px;
  border-radius: 0px;

}
.faqSection .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

.faqSection .card .card-header .btn-header-link.collapsed {
  background: var(--white);
  color: #000;
}

.faqSection .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

.faqSection .card .collapsing {
  background: var(--white);
  line-height: 30px;
}

.faqSection .card .collapse {
  border: 0;
}

.faqSection .card .collapse.show {
  background: var(--white);
  line-height: 30px;
}


.footerSec {
    padding: 45px 0;
    background: #00102b;
    text-align: center;
    color: #fff;
}
.footerSec h3 {
    display: inline-flex;
    justify-content: space-around;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    align-items: center;
}
.footerSec h3 span {
    margin-right: 20px;
}

.footerSec p {
    font-size: 12px;
    margin-bottom: 0;
}
.footerSec img {
}






@media only screen and (max-width: 1199px) {
    .listingSingleDiv {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .video-container {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .text-content {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media only screen and (max-width: 991px) {
    .video-container {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .text-content {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .text-wrapper {
        max-width: 100%;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .listingSingleDiv {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .navMenu li a {
        padding: 10px 25px;
    }
}

@media only screen and (max-width: 575px) {
    h2 {
        font-size: 26px;
    }
    .stopOverPaying p {
        font-size: 15px;
        line-height: 22px;
    }
    .createListing h2::before {
        top: 26px;
    }
    .bannerInnerDiv h1 img {
        max-width: 240px;
    }
    .icon-wrapper {
        flex: 0 0 70px;
        max-width: 70px;
        padding: 0 8px;
    }
    .listingSingleDiv {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .CustomTabListing li a {
        padding: 10px 15px;
        min-width: 95px;
        margin-right: 4px;
    }
    .faqSection .card .card-header .btn-header-link {
        white-space: break-spaces;
        line-height: 22px;
    }
    .footerSec h3 {
        font-size: 16px;
    }
    .footerSec img { 
        max-width: 160px;
    }
    .footerSec {
        padding: 35px 0;
    }
    .footerSec p {
        font-size: 10px;
    }
    .navMenu {
        display: inline-flex;
        justify-content: center;
    }
    .navMenu li {
        margin: 0 2px;
    }
    .navMenu li a {
        display: inline-flex;
        padding: 10px 10px;
        font-size: 14px;
    }
    .moreFilter {
        padding: 5px 10px;
    }
   
}
