@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Black.woff2') format('woff2'),
        url('../fonts/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Thin.woff2') format('woff2'),
        url('../fonts/Gotham-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.hidden {
  display: none;
}

.custom-bullet-list {
    list-style: none;
    padding-left: 0;
}

.custom-bullet-list li {
    display: flex;
    margin-bottom: 1rem;
}

.bullet-point {
    display: inline-block;
    margin-right: 10px;
}

/* navbar */

.top-nav {
    background-color: #1C2640;
    color: white;
    font-size: 14px;
}

.top-nav .upper a {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 12px;
    line-height: 11.48px;
    color: #FFFFFF;
}

@media (max-width: 991px) {
    .main-nav .navbar-brand img {
        height: 39px;
    }
}

.main-nav {
    background-color: #FFFFFF;
}

.main-nav .navbar-nav .nav-link {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 14px;
    line-height: 15.31px;
    color: #1C2640;
}

.main-nav .df .call-num {
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 21px;
    line-height: 20.1px;
    color: #1C2640;
}

.main-nav .df .btn-account {
    border-radius: 6px;
    padding-top: 9px;
    padding-right: 13px;
    padding-bottom: 9px;
    padding-left: 13px;
    background: #94C020;
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 17px;
    line-height: 16.27px;
    color: #1C2640;
}

.main-nav .df .btn-account:focus {
    box-shadow: none;
}


/* footer */

.footer {
    color: white;
    padding: 50px 0px 30px 0px;
    background: #1C2640;
}

.footer .footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.footer .footer-info {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.footer .footer-info a{
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.footer .footer-icons img {
    width: 24px;
    height: 24px;
    margin-left: 15px;
    filter: brightness(0) saturate(100%) invert(62%) sepia(88%) saturate(400%) hue-rotate(34deg) brightness(95%) contrast(89%);
}

.footer .footer-bottom {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

.footer .footer-divider {
    border-top: 1px solid #FFFFFF26;
    margin: 10px 0;
}



/* contact us */

.contact-header {
    background: url('../images/back-img.png') no-repeat center center;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 100px 0;
    /* min-height: 370px; */
    background-color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-header h1 {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 35px;
    line-height: 33.5px;
    color: #FFFFFF;
}

.contact-header h4 {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 21px;
    line-height: 20.1px;
    color: #FFFFFF;
    margin-top: 20px;
}

.contacts-header {
    background: url('../images/backs-img.png') no-repeat center center;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 100px 0;
    /* min-height: 370px; */
    background-color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contacts-header h1 {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 35px;
    line-height: 33.5px;
    color: #FFFFFF;
}

.contacts-header h4 {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 21px;
    line-height: 20.1px;
    color: #FFFFFF;
    margin-top: 20px;
}

.contactss-header {
    background: url('../images/selling-back.png') no-repeat center center;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 100px 0;
    /* min-height: 370px; */
    background-color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contactss-header h1 {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 35px;
    line-height: 33.5px;
    color: #FFFFFF;
}

.contactss-header h4 {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 21px;
    line-height: 20.1px;
    color: #FFFFFF;
    margin-top: 20px;
}


.contact-us h5 {
    font-family: 'Gotham';
    font-size: 21px;
    line-height: 20.1px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 40px;
}

.contact-us p {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 14px;
    line-height: 13.4px;
    color: #000000;
}

.contact-us p a {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 14px;
    line-height: 13.4px;
    color: #000000;
}

.contact-us h6 , a {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.contact-us .contact-box {
    border-radius: 5px;
    padding: 22px;
    background: #FFFFFF;
    box-shadow: 0px 4px 23.1px 0px #0000001F;
}

.contact-us .contact-box .con-text {
    padding-top: 20px;
    padding-right: 22px;
    padding-bottom: 20px;
    padding-left: 22px;
    gap: 18px;
    border-radius: 8px;
    background: #F2F2F2;
    border: none;
}

.contact-us .contact-box .con-text:focus {
    box-shadow: none;
}

.contact-us .contact-box h5 {
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 35px;
    line-height: 33.5px;
    color: #52555B;
    margin-bottom: 20px;
}

.contact-us .btn-enquiry {
    padding-top: 15px;
    padding-right: 32px;
    padding-bottom: 15px;
    padding-left: 32px;
    border-radius: 6px;
    background: #94C020;
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 17px;
    line-height: 16.27px;
    color: #FFFFFF;
}

.contact-us .btn-enquiry:focus {
    box-shadow: none;
}



/* auction-listing */

.auction-listing .column .card {
    border-radius: 9px;
}

.auction-listing .column .card img {
    width: 100%;
    height: 332px;
    object-fit:cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.auction-listing .card-body {
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.auction-listing .card-body h5 {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 18px;
    line-height: 17.23px;
    color: #000000;
    margin-bottom: 15px;
}

.auction-listing .card-body h6 {
    display: flex;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.auction-listing .card-body h6 li {
    font-family: "DM Sans", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18.23px;
    text-align: center;
    color: #000000;
    margin-right: 10px;
}

.auction-listing .card-body h4 {
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 19px;
    line-height: 18.18px;
    color: #000000;
}

.auction-listing .form-select {
    border: none;
    width: auto;
}

.auction-listing .form-select:focus {
    box-shadow: none;
}

.auction-listing .btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

.auction-listing .list-view .col {
    flex: 0 0 100%;
    max-width: 100%;
}

.auction-listing .list-view .card {
    border: none;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.auction-listing .list-view .card-body {
    box-shadow: none;
}

.auction-listing .list-view .column .card img {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0px;
}

.auction-listing .card-img-overlay-badge {
    position: absolute;
    top: 25px;
    z-index: 10;
    background: #94C020;
    color: white;
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 15px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-family: "DM Sans", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18.23px;
    text-align: right;
}

.auction-listing .card-img-overlay-badges {
    position: absolute;
    top: 25px;
    z-index: 10;
    background: #1C2640;
    color: white;
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 15px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-family: "DM Sans", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18.23px;
    text-align: right;
}

.auction-listing .list-view .card {
    flex-direction: row;
}

.auction-listing .list-view .card img {
    width: 375px;
    height: 232px;
    object-fit: cover;
}

.auction-listing .list-view .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .auction-listing .list-view .card img {
        width: 150px;
        height: auto;
        object-fit: cover;
    }
}

.auction-listing .list-view .card-body h4 {
    margin-bottom: 25px;
}

/* Property Auctions Explained */

.property-auctions-explained .comparison-container {
    border: 2px solid #94C020;
    border-radius: 7px;
}

.property-auctions-explained .modern-section {
    border-bottom: 2px solid #94C020;
    padding: 30px 30px 30px 30px;
}

.property-auctions-explained .modern-section h5 {
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 25px;
    line-height: 23.93px;
    margin-bottom: 20px;
    color: #1C2640;
}

.property-auctions-explained .modern-section p {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.property-auctions-explained .modern-sections {
    padding: 40px 30px 25px 30px;
}

.property-auctions-explained .modern-sections h5 {
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 25px;
    line-height: 23.93px;
    margin-bottom: 20px;
    color: #1C2640;
}

.property-auctions-explained .modern-sections p {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.property-auctions-explained .vs-badge {
    width: 110px;
    height: 60px;
    text-align: center;
    background: #94C020;
    border-radius: 36px;
    padding-top: 22px;
    padding-right: 16px;
    padding-bottom: 20px;
    padding-left: 16px;
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 30px;
    line-height: 16px;
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.property-auctions-explained .property-bottom {
    padding: 20px;
}

.property-auctions-explained .property-bottom h5 {
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 25px;
    color: #1C2640;
    margin-bottom: 20px;
}

.property-auctions-explained .property-bottom h4 {
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 14px;
    color: #000000;
}

.property-auctions-explained .property-bottom p {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}



/* buying-at-auction */

.buying-at-auction .benefits-section {
    border: 2px solid #94C020;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-width: 2px;
    padding: 32px;
    background: #FFFFFF;
}

.buying-at-auction .benefit-icon {
    margin-right: 10px;
    width: 100%;
    max-width: 20px;
}

.buying-at-auction .benefit-item {
    display: flex;
    align-items: flex-start;
}

.buying-at-auction .benefit-item h5 {
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 14px;
    color: #000000;
    margin-top: 6px;
}

.buying-at-auction .benefit-item p {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 13px;
    color: #4F4F4F;
}

.buying-at-auction .item-title {
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 24px;
    line-height: 22.97px;
    color: #1C2640;
    margin-bottom: 25px;
}

.buying-at-auction .fees-section {
    padding: 20px;
}

.buying-at-auction .fees-section h5 {
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 24px;
    line-height: 22.97px;
    color: #1C2640;
    margin-bottom: 30px;
}

.buying-at-auction .fees-section h4 {
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
}

.buying-at-auction .fees-section p {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 13px;
    color: #4F4F4F;
}


/* selling-at-auction */

.selling-at-auction .benefit-box {
    height: 100%;
    border-radius: 10px;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 3px 26.6px #8E8E8E1F;
}

.selling-at-auction .benefit-box h5 {
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}

.selling-at-auction .benefit-box p {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    margin-bottom: 0;
}

.selling-at-auction .section-heading {
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 35px;
    line-height: 33.5px;
    color: #52555B;
    margin-bottom: 30px;
}

.selling-at-auction .benefit-icon {
    margin-bottom: 15px;
}

.selling-at-auction .sell-right p {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 13px;
    color: #4F4F4F;
    margin-bottom: 8px;
}

.selling-at-auction .sell-bottom h5 {
    font-family: 'Gotham';
    font-weight: 600;
    font-size: 14px;
    color: #000000;
}

.selling-at-auction .sell-bottom p {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 13px;
    color: #4F4F4F;
    margin-bottom: 5px;
}


/* index */
.index .very-white-box {
    position: absolute;
    top: 40%;
    left: 3%;
}

.banner .banner-section {
    background: url('../images/index-back.png') no-repeat center center;
    background-size: cover;
    height: 490px;
}

.banner .banner-section h1{
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 30px;
    line-height: 28.71px;
    color: #FFFFFF;
    padding-left: 60px;
    padding-top: 40px;
}

.banner .banner-overlay {
    position: absolute;
    top: 87%;
    left: 0;
    width: 100%;
    height: 17%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    color: white;
}

.banner .banner-overlay p{
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
}

.banner .high{
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 22px;
    line-height: 22.97px;
    text-align: center;
    color: #94C020;
}

@media (max-width: 768px){
    .banner .high {
        font-size: 14px;
    }
    .banner .banner-overlay p{
        font-size: 14px;
    }
}

@media (max-width: 768px){
    .gap-vala{
        gap: 15px;
    }
}


.index .search-box {
    padding: 19px;
    border-radius: 8px;
    background: #FFFFFF;
    margin-top: 20px;
}

.index .search-box .search-item option {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 16px;
    line-height: 15.31px;
    color: #1C2640;
}

@media (max-width: 768px) {
    .index .search-flex {
        gap: 15px;
    }
}

.index .search-box .search-item {
    border-right: 1px solid #1C2640;
    margin-right: 15px;
}

.index .search-box .search-item .form-select {
    background-image: url(../images/drop-icon.png);
    background-size: 20px;
    padding-left: 0%;
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #1C2640;
    margin-top: 8px;
}

.index .search-box .search-item .form-select:focus {
    box-shadow: none;
}

.index .search-box .btn-search {
    padding-top: 19px;
    padding-right: 32px;
    padding-bottom: 19px;
    padding-left: 32px;
    border-radius: 6px;
    background: #94C020;
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 17px;
    line-height: 16.27px;
    color: #1C2640;
}

.index .property-info {
    padding: 15px;
}

.index .highlight {
    color: #75b765;
}

.index .two-in {
    background-color: #1C2640;
    position: relative;
    padding-top: 32px;
    padding-bottom: 50px;
}

.index .blue-box {
    position: absolute;
    right: 2%;
    top: 28%;
}

.index .red-box {
    position: absolute;
    top: 24%;
}

.index .two-in .info-box {
    padding-top: 30px;
    padding-right: 45px;
    padding-bottom: 35px;
    padding-left: 45px;
    border-radius: 8px;
    background: #FFFFFF;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index .two-in .too-function{
    padding-bottom: 50px;
}

.index .two-in .info-box h4 {
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 20px;
    line-height: 19.14px;
    text-align: center;
    color: #1C2640;
    margin-bottom: 15px;
}

.index .two-in .info-box p {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #1C2640;
    margin-bottom: 15px;
}

.index .two-in .info-box a {
    position: relative;
    padding-top: 19px;
    padding-right: 32px;
    padding-bottom: 19px;
    padding-left: 32px;
    border-radius: 6px;
    background: #1C2640;
    font-family: 'Gotham';
    font-weight: normal;
    font-size: 17px;
    line-height: 16.27px;
    color: #FFFFFF;
}

.index .property-img-overlay-badge {
    position: absolute;
    top: 0;
    z-index: 10;
    padding-top: 5px;
    padding-right: 11px;
    padding-bottom: 5px;
    padding-left: 11px;
    background: #1C2640;
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 14px;
    color: #FAFAFA;
}

.index .latest-properties h2 {
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 35px;
    line-height: 33.5px;
    color: #1C2640;
    margin-bottom: 15px;
}

.index .latest-properties p {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 14px;
    color: #1C2640;
}

.index .latest-properties .property-card .property-info p {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.index .latest-properties .property-card .property-info .pro-bold {
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 14px;
    color: #000000;
}

.index .our-service {
    background: #F8F8F8;
}

.index .our-service .service-card img{
    width: 100%;
    height: 406px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    object-fit: cover;
}

/*.index .our-service .ser-upper .ser-under {*/
/*    border-right: 1px solid #1C2640;*/
/*}*/

.index .our-service .ser-upper .ser-under h1 {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 14px;
    color: #94C020;
}

.index .our-service .ser-upper .ser-under h2 {
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 35px;
    line-height: 33.5px;
    color: #52555B;
}

.index .our-service .ser-upper .ser-under1 p {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.index .our-service .service-card h5 {
    margin-top: 20px;
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 17px;
    color: #000000;

}

.index .our-service .service-card p {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.index .with-us .with-left h1 {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 14px;
    color: #94C020;
    margin-bottom: 20px;
}

.index .with-us .with-left h2 {
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    color: #52555B;
    margin-bottom: 20px;
}

.index .with-us .with-left p {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}


.index .popular-area .popular-left h4 {
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 35px;
    line-height: 33.5px;
    color: #52555B;
    margin-bottom: 30px;
}

.index .popular-area .popular-left p {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.index .popular-area-card img{
    width: 100%;
    height: 270px;
    border-radius: 18px;
    object-fit: cover;
}

.index .popular-area .popular-left button {
    position: relative;
    border-radius: 6px;
    padding-top: 19px;
    padding-right: 32px;
    padding-bottom: 19px;
    padding-left: 32px;
    background: #1C2640;
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 17px;
    line-height: 16.27px;
    color: #FFFFFF;
}

.index .white-box {
    position: absolute;
    top: 9%;
    left: 3%;
}

.index .home .content-section {
    text-align: center;
    border-radius: 10px;
}

.index .content-section .btn-primary {
    background-color: #1c2b4b;
    border-color: #1c2b4b;
}

.index .home .content-section h3 {
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 35px;
    line-height: 33.5px;
    text-align: center;
    color: #52555B;
    margin-bottom: 30px;
}

.index .home .content-section p {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #000000;
    margin-bottom: 30px;
}

.index .home .content-section button {
    position: relative;
    border-radius: 6px;
    padding-top: 19px;
    padding-right: 32px;
    padding-bottom: 19px;
    padding-left: 32px;
    background: #1C2640;
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 17px;
    line-height: 16.27px;
    color: #FFFFFF;
}

.index .sell .card-body h6 li {
    font-family: "DM Sans", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18.23px;
    text-align: center;
    color: #000000;
    margin-right: 10px;
}

.index .sell .column .card {
    border-radius: 9px;
}

.index .sell .column .card img {
    height: 332px;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.index .sell .card-img-overlay-badge {
    position: absolute;
    top: 25px;
    z-index: 10;
    background: #94C020;
    color: white;
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 15px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-family: "DM Sans", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18.23px;
    text-align: right;
}

.index .sell .card-img-overlay-badges {
    position: absolute;
    top: 25px;
    z-index: 10;
    background: #1C2640;
    color: white;
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 15px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-family: "DM Sans", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18.23px;
    text-align: right;
}

.index .sell .card-body {
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.index .sell .card-body h5 {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 18px;
    line-height: 17.23px;
    color: #000000;
    margin-bottom: 15px;
}

.index .sell .card-body h6 {
    display: flex;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.index .sell .card-body h4 {
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 19px;
    line-height: 18.18px;
    color: #000000;
}

.index .sell h1 {
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 35px;
    line-height: 33.5px;
    color: #52555B;
    margin-bottom: 40px;
}



.index .testimonial-section {
    background: url('../images/testi-back.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 524px;
    display: flex;
    position: relative;
}

.index .testimonial-card {
    background-color: #1c2a48;
    color: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    max-width: 700px;
}

.index .nav-btn {
    background: #94C020;
    border: none;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.index .owl-nav button.owl-prev,
.owl-nav button.owl-next {
    background: #94C020 !important;
    border-radius: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
}

.index .owl-nav button.owl-prev {
    left: -3%;
}

.index .owl-nav button.owl-next {
    right: -3%;
}

.index .test-hello {
    max-width: 725px;
}

.index .test-hello .item .testimonial-card h3 {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #94C020;
}

.index .test-hello .item .testimonial-card p {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 27px;
    text-align: center;
    color: #FFFFFF;
    line-height: 31px;
}

.index .test-hello .item .testimonial-card h5 {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
}

.index .rating_bars {
    width: 90px;
    height: 17px;
    background: url(../images/star.png);
    background-repeat: repeat-x;
    background-position: 0 0;
}

.index .ratings {
    height: 18px;
    background: url(../images/star.png);
    background-position: 0 -18px;
    background-repeat: repeat-x;
}



.index .news-section {
    background: #F8F8F8;
}

.index .news-section .news-item .news-image img{
    height: 175px;
    border-radius: 10px;
    object-fit: cover;
}

.index .news-section h1 {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 14px;
    color: #94C020;
}

.index .news-section .new-up h3 {
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 35px;
    line-height: 33.5px;
    color: #52555B;
    margin-bottom: 30px;
}

.index .news-section .new-last {
    display: flex;
    align-items: center;
    justify-content: end;
}

.index .news-section .new-last a {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 14px;
    color: #1C2640;
    text-decoration: none;
}

.index .news-section .news-item {
    border-radius: 6px;
    padding: 11px;
    background: #FFFFFF;
    box-shadow: 3px 4px 0.9px 0px #0000001A;
}

.index .news-section .news-item .news-content h5 {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    margin-top: 20px;
}

.index .news-section .news-item .news-content h4 {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 14px;
    color: #96989A;
}

.index .news-section .news-item .news-content p {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.index .owl-carousel .owl-stage-outer{
    border-radius: 10px;
}

.latest-properties .property-card img{
    height: 160px;
    object-fit: cover;
}


/* about-us */

.about-us .about-content h6{
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 14px;
    color: #94C020;
}

@media (max-width: 768px) {
    .about-us .about-content h6{
        margin-top: 25px;
    }
}

.about-us .about-content h2{
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 35px;
    line-height: 33.5px;
    color: #52555B;
}

.about-us .about-content p{
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.about-us .benefit-box {
    height: 100%;
    border-radius: 10px;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 3px 26.6px #8E8E8E1F;
}

.about-us .benefit-icon {
    margin-bottom: 15px;
}

.about-us .benefit-box h5 {
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}

.about-us .benefit-box p {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    margin-bottom: 0;
}

.about-us .section-heading {
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 35px;
    line-height: 33.5px;
    color: #52555B;
    margin-bottom: 40px;
}



.custom-banner {
    position: absolute;
    bottom: 10%;
    left: 18%;
    max-width: 65%;
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 35px;
    line-height: 33.5px;
    color: #94C020;
    padding: 35px 35px 20px 35px;
    background: #1C2640;
}

@media (max-width: 1250px) {
    .custom-banner {
        font-size: 20px;
        padding: 20px 20px 7px 20px;
        line-height: 25px;
    }
}

@media (max-width: 1068px) {
    .custom-banner {
        font-size: 16px;
        padding: 14px 14px 0px 14px;
        line-height: 22px;
    }
}

@media (max-width: 480px) {
    .custom-banner {
        font-size: 10px;
        padding: 10px 10px 0px 10px;
        line-height: 14px;
    }
    .custom-banner p{
        margin-bottom: 10px;
    }
}



.custom-banner .high-ab{
    color: #FFFFFF;
}

.right-ab{
    padding: 30px;
}

.right-ab h3{
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 35px;
    line-height: 33.5px;
    letter-spacing: 0%;
    color: #52555B;
    margin-bottom: 30px;
}

.right-ab p{
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}


.step-card {
    height: 100%;
    border-radius: 9px;
    padding-top: 42px;
    padding-right: 28px;
    padding-bottom: 28px;
    padding-left: 28px;
    border-width: 1px;
    background: #FFFFFF;
    border: 1px solid #94C020;
    margin-bottom: 15px;
}

.step-card .num-con{
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 25px;
    line-height: 23.93px;
    color: #1C2640;
    margin-bottom: 15px;
}

.step-card p{
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
}

.step-number {
    width: 100%;
    max-width: 35px;
    height: 35px;
    border-radius: 36px;
    background: #94C020;
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 20px;
    line-height: 19.14px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-bottom: 15px;
}

.step-car{
    height: 100%;
    border-radius: 9px;
    padding-top: 42px;
    padding-right: 28px;
    padding-bottom: 42px;
    padding-left: 28px;
    border-width: 1px;
    background: #FFFFFF;
    border: 1px solid #94C020;
}

.step-car .num-con{
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 25px;
    line-height: 23.93px;
    color: #1C2640;
}

.process h2{
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 35px;
    line-height: 33.5px;
    color: #52555B;
    margin-bottom: 30px;
    margin-top: 10px;
}



.last-about{
    background: #F9F9F9;
}

.accordion-button:focus{
    box-shadow: none;
}

.accordion-button{
    padding: 0;
}

.accordion-button:not(.collapsed) {
    background-color: unset;
    color: #333;
}

/* Style for collapsed state */
/* .accordion-button.collapsed {
    background-color: #1C2640;
    color: #FFFFFF;
} */

.faq-item {
    border: 1px solid #1C2640;
    border-radius: 8px;
    border-width: 1px;
    padding-top: 23px;
    padding-right: 20px;
    padding-bottom: 23px;
    padding-left: 20px;
    margin-bottom: 15px;
    background: #FFFFFF;
}

.accordion-button:not(.collapsed){
    box-shadow: none;
    padding: 0;
    margin-bottom: 15px;
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 20px;
    line-height: 19.14px;
    color: #000000;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled){
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 20px;
    line-height: 19.14px;
    color: #000000;
}

.faq-item .faq-header{
    margin-bottom: 0;
}

.faq-content span{
    font-family: 'Gotham';
    font-weight: 600;
    font-size: 14px;
    color: #040404;
    margin-bottom: 10px;
}

.faq-content h4{
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 17px;
    color: #1C2640;
    margin-top: 10px;
    margin-bottom: 10px;
}

.faq-content h6{
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 17px;
    color: #1C2640;
    margin-bottom: 15px;
}

.faq-content h5{
    font-family: 'Gotham';
    font-weight: 600;
    font-size: 14px;
    color: #000000;
}

.faq-content p{
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 13px;
    color: #4F4F4F;
}

.faq-section h2{
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 35px;
    line-height: 33.5px;
    color: #52555B;
    margin-bottom: 30px;
}

.faq-section h1{
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 14px;
    color: #94C020;
}

.faq-item.collapsed {
    background-color: black !important;
    color: white;
}

.faq-item.collapsed .accordion-button {
    background-color: black;
    color: white;
    margin-bottom: 0;
}

.accordion-button::after {
    flex-shrink: 0;
    margin-left: auto;
    content: ""; 
    background-image: url(../images/vector.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
}


.accordion-button:not(.collapsed)::after {
    background-image: url(../images/vector2.png);
    transform: rotate(-360deg);
}

@media (max-width: 991px) {
    .main-nav .df{
        margin-left: 14px;
        margin-top: 3px;
    }
    .navbar-nav {
        margin-left: 15px;
    }
    .contact-header h4 {
        font-size: 16px;
    }
    .contact-header h1 {
        font-size: 24px;
    }
    .contacts-header h4 {
        font-size: 16px;
    }
    .contacts-header h1 {
        font-size: 24px;
    }
    .contactss-header h1 {
        font-size: 25px;
    }
    .contactss-header h4 {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .none{
        flex-direction: column;
        gap: 10px;
    }
    .olo{
        order: 2;
    }
}

@media (min-width: 575px) and (max-width: 768px){
    .gap-vala .search-item{
        width: 100%;
    }
}

@supports (-webkit-touch-callout: none) {
    .buying-at-auction .benefit-item p {
        font-family: 'Gotham';
        font-weight: 400;
        font-size: 13px;
        line-height: 22px;
        color: #4F4F4F;
    }
    .buying-at-auction .fees-section h5 {
        font-family: 'Gotham';
        font-weight: 700;
        font-size: 24px;
        line-height: 55px;
        color: #1C2640;
        margin-bottom: 30px;
    }
    
    .buying-at-auction .benefit-item h5 {
        font-family: 'Gotham';
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        color: #000000;
    }
    
    .buying-at-auction .fees-section p{
        line-height: 22px;
    }
    
    .about-us .about-content p{
        line-height: 15px;
    }
    
    .step-number{
        align-items: end;
    }
    
    .step-card .num-con{
        margin-bottom: 0;
        line-height: 29px;
    }
    
    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled){
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    }
    
    .about-us .benefit-box h5{
        line-height: 22px;
    }
    
    .latest-news .modern-section p{
        line-height: 22px;
    }

    .contact-us .btn-enquiry{
        padding-bottom: 0px;
    }
    
    .contact-us h5 {
        font-family: 'Gotham';
        font-size: 21px;
        line-height: 26.1px;
    }
    
    .index .two-in .info-box a{
        padding-bottom: 10px;
    }
    
    .index .property-img-overlay-badge{
        padding-top: 15px;
    }
    
    .index .popular-area .popular-left button{
        padding-bottom: 10px;
    }

    .index .home .content-section button{
        padding-bottom: 10px;
    }
    
    .property-auctions-explained .vs-badge{
        padding-top: 35px;
    }
}




/* partner-agent */

.partner-agent .benefits-section {
    border: 2px solid #94C020;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-width: 2px;
    padding: 32px;
    background: #FFFFFF;
}

.partner-agent .modern-section h5 {
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 25px;
    line-height: 23.93px;
    margin-bottom: 20px;
    color: #1C2640;
}

.partner-agent .modern-section p {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.partner-agent .new-agent{
    width: 100%;
    height: 296px;
    border-radius: 8px;
    object-fit: cover;
}


.latest-news .benefits-section {
    border: 2px solid #94C020;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-width: 2px;
    padding: 32px;
    background: #FFFFFF;
}

.latest-news .modern-section h5 {
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 25px;
    line-height: 23.93px;
    margin-bottom: 20px;
    color: #1C2640;
}

.latest-news .modern-section p {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.latest-news .modern-section span {
    font-family: 'Gotham';
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #1C2640;
}

.latest-news .modern-section ul{
    margin-top: 12px;
    margin-bottom: 30px;
}

.latest-news .modern-section ul li{
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 22px;
}

.latest-news .latest-img{
    width: 100%;
    max-width: 600px;
    height: auto;
    object-fit: cover;
}

.terms-conditions .benefits-section {
    border: 2px solid #94C020;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-width: 2px;
    padding: 32px;
    background: #FFFFFF;
}

.terms-conditions .modern-section h5 {
    font-family: 'Gotham';
    font-weight: 700;
    font-size: 25px;
    line-height: 23.93px;
    margin-bottom: 20px;
    color: #1C2640;
}

.terms-conditions .modern-section p {
    font-family: 'Gotham';
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.terms-conditions .modern-section h3 {
    font-family: 'Gotham';
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 20px;
    color: #1C2640;
}