﻿
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Antic+Didone&family=Arimo:ital,wght@0,400..700;1,400..700&family=Encode+Sans+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&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&family=Rouge+Script&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Antic+Didone&family=Arimo:ital,wght@0,400..700;1,400..700&family=Encode+Sans+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&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&family=Rouge+Script&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
.rubik-<uniquifier > {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}
 p, div {
/*    font-family: "Open Sans", sans-serif;*/
    font-family: "Poppins", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Rubik", sans-serif;
   
}
h1 {
    color: #1F2744 !important;
}

a, span, button, label, input {

/*    font-family: "Open Sans", sans-serif;*/
    font-family: "Poppins", sans-serif;
}  


.bboxsd ul.nav a {
    color: #000 !important;
    font-weight: 600;
    font-size: 17px;
}
.color-main {
    background: #ffd102;
}
.color-yellow {
    color: #ffd102;
}
.color-white {
    color: #fff;
}
.color-black {
    color: #000;
}
.headerNew .container {
    max-width: 100% !important;
    width: 100% !important;
    max-width: 1640px !important;
    margin: 0 auto;
}
li.nav-item.logindclas {
    margin-right: 15px;
}
.topnavigate .logindclas a.dropdown-toggle.nav-link {
    border: 1px solid #000;
    color: #000 !important;
    border-top: 1px solid !important;
}
.getStartedHold a.nav-link {
    color: #fff !important;
    border: 1px solid #000;
    background: #000;
    padding: 15px 45px !important;
}

.header--style2.headerNew a.nav-link:hover {
    background: transparent !important;
    color: #000 !important;
    transition: all 0.4s ease-in-out !important;
}
.header--style2.headerNew .myaccount__dropdown a.nav-link:hover {
    transform: unset !important;
    box-shadow: unset !important;
}
.header--style2.headerNew li.getStartedHold a:hover {
    background: #000 !important;
    color: #fff !important;
}
.header--style2.headerNew .navbar-nav a.dropdown-toggle.nav-link:hover {
    background: unset !important;
    color: #000 !important;
    border-radius: 0;
}
.myaccount__dropdown a.nav-link:hover .glyphicon {
    color: #000 !important;
}
.introBG {
    /* background: linear-gradient(to right, #FFFCEF 50%, #F5F7F9 100%) !important; */
    /*  background-image: url(../Images/hero-bg.webp);*/
    background-image: url('../images/home-banner.png');
    /*    padding: 180px 0;*/
    /* height: auto; */
    background-size: 50% !important;
    background-repeat: no-repeat !important;
    background-position: right bottom;
    background-color: #F5F5F5;
    
}
.introBG img {
    display: none !important;
}
h2.search-heading {

    color: #000 !important;
}
.introBG .intro-body {
    width: 60%;
    background: unset;
    text-align: left;
    padding: unset;
    padding-left: 40px;
}
span.propertyTag {
    background: #ffd102;
    color: #000;
    padding: 6px 22px;
    border-radius: 0;
    font-weight: 600;
    position: absolute;
    font-size: 14px;
}
p.price-top {
    font-size: 20px;
    font-weight: 600;
}
.contentBox h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-top: 0;
}
.spaceLeft-15 {
    padding-left: 10px;
    padding-right: 10px;
}
.contentBox {
    padding: 15px 0;
}
.search-section p {
    color: #000 !important;
}
.topnavigate li.nav-item.logonrg a {
    border: 1px solid #000;
    border-radius: 0;
    padding: 15px 30px !important;
    color: #000 !important;
    font-weight: 500 !important;
    transition: all 0.4s ease-in-out;
    border-top: 1px solid #000 !important;
}
a.boxhomoe {
    display: none;
}
.footer-box .flex-container {
    gap: 45px !important;
}
input#googleAPI_result_1_2_3 {
    height: 75px !important;
    border: 0 !important;
    box-shadow: none !important;
}
.glyphicon-search:before {
    color: #FFD102 !important;
}
button#search-btn {
    background: unset !important;
}
h2.search-heading {
    font-size: 64px !important;
    max-width: 770px;
    line-height: 74px;
    font-weight: 600 !important;
    padding-top: 20px;
}
.search-section p {
    margin: 30px 0 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 25px;
    color: #73788C !important;
}
.searchDetailsBG button#search-btn {
    top: 8px !important;
    left: 0 !important;
}
.searchDetailsBG input#googleAPI_result_1_2_3 {
    padding-left: 65px;
    box-shadow: rgba(255, 209, 0, 0.2) 0px 4px 120px 0px !important;
    border-radius: 0;
}
.dp_item[data-position="2"] .dp-content{
    opacity: 0;
}
.dp_item[data-position="3"] .dp-content {
    opacity: 0;
}
.searchDetailsBG input#googleAPI_result_1_2_3::placeholder {
    color: #000000;
    font-weight: 300;
    font-size: 16px;
}
.searchDetailsBG label {
    position: relative;
}
.box-AuctionHero {
    background: #fff;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.box-AuctionHero img {
    max-width: 100%;
}
.rightHero {
    width: 18%;
}
.dropdown.dropdownSearch {
    position: absolute;
    right: 18rem;
    font-weight: 400;
    z-index: 999;
    left: auto;
    top: 26px;
    border: none;
    cursor: pointer;
}
.flex-containerHero {
    display: flex;
    align-items: center;
    gap: 40px;
}
select#cars:focus-visible + :focus {
    outline: unset !important;
    border: 0 !important;
}

.dropdownSearch button#dropdownMenuButton {
    background: unset;
}
span.calendarHold {
    position: absolute;
    z-index: 999;
    right: 290px;
    top: -10px;
}
.dropdownSearch .dropdown-menu a.dropdown-item {
    font-weight: 400;
    display: block;
    padding-bottom: 4px;
}
.dropdownSearch span.glyphicon-chevron-down {
    top: 3px;
    left: 4px;
}
.dropdownSearch span.dropdown-menu {
    padding: 20px 15px;
}

/*.introBG::before {
    background-image: url(../Images/Icons/location-shape.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    width: 30%;
    height: 330px;
    content: "";
    z-index: -1;
    margin: auto;
    right: 40px;
    bottom: -180px;
}*/
.calendarHold input.calenderPicker {
    position: relative;
    width: 18px;
    color: transparent;
    text-align: center;
    border: none;
    z-index: 999;
}
.calendarHold input.calenderPicker::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.calendarHold input.calenderPicker::-webkit-input-placeholder {
    color: transparent;
}
input#birthday:focus-visible{
    border: none;
    outline: unset !important;
    background: transparent;
}
.calendarHold::before {
    content: "";
    top: 28px;
    bottom: 0;
    left: -18px;
    right: 0;
    border-left: 1px solid #ddd;
    padding-right: 40px;
    height: 40px !important;
    display: block;
    position: relative;
}
.calendarHold::after {
    content: "";
    top: -38px;
    bottom: 0;
    left: 0;
    right: 0;
    border-right: 1px solid #ddd;
    padding-left: 40px;
    height: 40px !important;
    display: block;
    position: relative;
}

.auctionEnds {
    border: 1px solid #ddd;
    margin-top: 30px;
    margin-bottom: 20px;
}
span.searchHoldHome {
    position: absolute;
    z-index: 999;
    right: 123px;
    top: 14px;
    bottom: 0;
    margin: auto;
}
.searchDetailsBG a.boxhomoe {
    background: #ffd102;
    color: #000;
    padding: 11px 40px;
    border-radius: 0;
    font-weight: 600;
}
.col-lg-12.listingMain {
    padding-left: 0;
    padding-right: 10px;
}
.heading-section {
    text-align: left !important;
    padding-left: 0px;
}
.testimonials-wrap {
    /*background: #f5f5f2 !important;*/
    background: linear-gradient(to bottom, #F3F3F0, #FFFFFF) !important;
}
.heading-section h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
    color: #000 !important;
    width: 100%;
    display: flex;
    justify-content: center;
}
.propertydetails .imageboxx {
    height: 338px;
    min-height: 338px;
}
.auction-recommendations .heading-section {
    text-align: center !important;
    padding-left: 0px;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}
.propertydetails a.newtag {
    position: absolute;
    left: 0px;
    right: auto;
    top: 0px;
    background: #ffd102;
    color: #000;
    font-size: 14px;
    padding: 3px 40px;
    border-radius: 0;
    font-weight: 600;
}
svg.viewAll-rightArrow {
    margin-left: 7px;
    top: 3px;
    position: relative;
}
.bedBathDivParent {
    display: none !important;
}
a.wishlisti.non-watchList {
    display: none !important;
}
.propertydetails span.lableicon.aactive {
    display: none;
}
h5.card-title-short {
    display: none !important;
}
h1.logoTitle {
    color: #000 !important;
    font-weight: 700;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 40px;
}
.propertyPriceHeader {
    font-size: 20px !important;
    color: #000 !important;
    font-weight: 600;
}
span.NumberPart {
    font-size: 18px;
}
.card-title {
    padding-left: 15px;
}
.propertyPriceSection {
    padding-left: 15px;
}
.card-body {
    padding: 0 0px;
    position: relative;
    padding-top: 20px !important;
    padding-bottom: 15px !important;
}
svg.locationIcon {
    position: relative;
    top: 3px;
    margin-right: 5px;
}
.auctionDate p {
    margin-block-end: 0;
}
.auctionDate {
    border-top: 1px solid #EFEFEF;
    padding-top: 12px;
    padding-left: 15px;
}
.propertyPriceSection {
    width: auto !important;
}
.testimonials-wrap .heading-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
a.ViewAllBtn {
    color: #000;
    font-weight: 400;
    font-size: 24px;
}
.ViewAllBtn span.glyphicon-arrow-right {
    padding-left: 6px;
}
.leftImg-minImg img {
    max-width: 95%;
    position: relative;
    /* top: 80px; */
    width: 100%;
    height: 700px;
    object-fit: cover;
}
.leftImg-minImg {
    position: absolute;
    width: 100%;
    top: 10px;
    z-index: 0;
/*    padding-left: 100px;*/
}
.spacingTopBottom .col-md-7.m-auto.mt-20 {
    padding-left: 40px;
}
img.shape-center {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 150px;
    bottom: 0;
    margin: auto;
    left: 0;
}
.limitedpagenumbers a i {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    position: relative;
    top: 1px;
    padding: 0px 8px;
}
.spacingTopBottom {
    padding: 70px 0 !important;
    margin: 70px 0;
    margin-top: 25px;
    margin-bottom: 20px;
}
svg.valut-icn {
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.spacingTopBottom ul.nav.nav-tabs {
    min-width: auto;
    width: auto;
    background: transparent;
    padding: 7px;
    border: 0;
    border-radius: 8px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.spacingTopBottom .nav-tabs li a {
    padding: 8px 34px !important;
    background: #FFFBEB;
    color: #73788C !important;
    font-size: 18px;
    line-height: 26px;
    width: 100%;
    max-width: 108px;
    display: flex;
    justify-content: center;
    font-weight: 500;
}
.spacingTopBottom .nav-tabs > li.active > a {
    background: #231F20;
    border-radius: 0;
    color: #FFD100 !important;
    font-weight: 500;
    border: none;
    width: 100%;
    max-width: 106px;
    display: flex;
    justify-content: center;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.5px;
}
.spacingTopBottom .nav-tabs li.active a {
    padding: 8px 34px !important;
}
.spacingTopBottom .nav-tabs > li:hover > a {
    background: #000;
    border-radius: 0;
    font-weight: 500;
    color: #fff !important;
    padding: 8px 34px !important;
}
.buyerContent h2 {
    font-weight: 600;
    line-height: 120%;
    font-size: 44px;
    width: 100%;
    max-width: 614px;
    color: #1F2744;
}
.buyerContent div {
    display: flex !important;
    flex-direction: column;
    row-gap: 15px !important;
}
.buyerContent {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
    .buyerContent p {
        font-size: 16px !important;
        font-weight: 400;
        color: #73788C;
        line-height: 26px;
        width: 100%;
        max-width: 500px;
    }
.lrnMore_btn a {
    padding: 14px 30px;
    width: 162px !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
    .lrnMore_btn a:hover {
        color: #fff;
        background-color: #1F2744;
    }
.getStartedHold.lrnMore_btn {
    margin-top: 30px;
}
.box_servs .containerMain {
    background: #fffbe6;
    border: 1px solid #ffd102;
    padding: 45px 60px;
    padding-bottom: 0;
    position: relative;
}
.boxheads p {
    font-size: 26px;
    color: #000;
    font-weight: 300;
    margin-bottom: 35px;
}
.boxcentersd p {
    font-size: 16px;
    font-weight: 400;
}
.iconboxx span img {
    width: 40px;
}
img.gateIconn {
    width: 28px !important;
}
img.portfolioRight-property {
    position: absolute;
    max-width: 38%;
    right: 0;
    bottom: 0;
}
.testimonialsSlider div#dp-slider::before {
    position: absolute;
    content: "";
    left: 160px;
    top: 0;
    background-image: url(../Images/left-testimonilasImg.svg);
    z-index: 9;
    bottom: 294px;
    width: 100%;
    max-width: 650px;
    background-repeat: no-repeat;
    right: auto;
    height: 100%;
    margin: auto;
}

/*testimonials slider css start here*/

.dp-wrap {
    margin: 30px auto;
    position: relative;
    perspective: 1000px;
    height: 100%;
}
.dp-slider {
    height: 100%;
    width: 100%;
    position: absolute;
    transform-style: preserve-3d;
}
.dp-slider div {
    transform-style: preserve-3d;
}
.dp_item {
    display: block;
    position: absolute;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    transition: transform 1.2s;
}
.dp-img img {
    border-left: 1px solid #fff;
}

#dp-slider .dp_item:first-child {
    z-index: 10 !important;
    transform: rotateY(0deg) translateX(0px) !important;
}
.dp_item[data-position="2"] {
    z-index: 9;
    transform: rotateY(0deg) translateX(8%) scale(0.9);
}
.dp_item[data-position="3"] {
    z-index: 8;
    transform: rotateY(0deg) translateX(16%) scale(0.8);
}
.dp_item[data-position="4"] {
    z-index: 7;
    transform: rotateY(0deg) translateX(29%) scale(0.6);
}
#dp-next, #dp-prev {
    position: absolute;
    top: 32%;
    right: 0%;
    height: 90px;
    width: 90px;
    padding: 30px;
    z-index: 10;
    border-radius: 100px;
    cursor: pointer;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#dp-slider fill path {
    stroke: black !i;
}
#dp-prev {
    left: 0px;
    transform: rotate(180deg);
}
#dp-dots {
    position: absolute;
    bottom: 25px;
    z-index: 12;
    left: 38%;
    cursor: default;
}
#dp-dots li {
display: inline-block;
width: 13px;
height: 13px;
background: #fff;
border-radius: 50%;
}
#dp-dots li:hover {
    cursor: pointer;
    background: goldenrod;
    transition: background 0.3s;
}
#dp-dots li.active {
    background: goldenrod;
}
.dp_item {
    width: 60%;
}
.dp-content,
.dp-img {
    text-align: left;
}
.dp_item {
    display: flex;
    align-items: center;
    border-radius: 25px;
    border-top: none;
    PADDING-BOTTOM: 70PX;
}
.dp-content {
    padding-right: 0;
    display: inline-block;
    width: 100%;
}
.dp-content h2 {
    color: #41414b;
    font-family: Circular Std Bold;
    font-size: 48px;
    max-width: 460px;
    margin-top: 8px;
    margin-bottom: 0px;
}
.dp-content p {
    color: #74747f;
    max-width: 490px;
    margin-top: 15px;
    font-size: 24px;
}
.dp-content .site-btn {
    margin-top: 15px;
    font-size: 18px;
    padding: 19px 40px;
}
.dp-img img {
    object-fit: cover;
    border-radius: 100%;
    top: -50px;
    position: relative;
    width: 155px;
    height: 155px;
}
#dp-slider .dp_item:hover:not(:first-child) {
    cursor: pointer;
}
.testimonialsSlider .dp-content p {
    color: #000;
    max-width: max-content;
    margin-top: 15px;
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    PADDING: 0 40PX;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.innerContentSlider {
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}
.dp-img {
    width: 100%;
    height: 500px;
    min-height: 500px;
    text-align: center;
}
.bg-color-slider {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
div#dp-slider {
    display: flex;
    justify-content: center;
    margin-top: 60px !important;
    min-height: 520px;
}
.innerContentSlider span {
    font-weight: 600;
    font-size: 18px;
}
.innerContentSlider h4 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 25px;
}
.testimonials-wrap.testimonialsSlider {
    padding-bottom: 120px;
    padding-top: 100px;
}
.top-secHeading h2 {
    color: #000;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
}

/*slider css legend here*/
.site-btn {
    color: #fff;
    font-size: 18px;
    font-family: "Circular Std Medium";
    background: goldenrod;
    padding: 14px 33px;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    top: -10px;
    text-decoration: none;
}
.site-btn:hover {
    text-decoration: none;
    color: #fff;
}
.newsletter-section {
    width: 100vw;
    margin-left: -49vw !important;
    left: 49%;
    position: relative;
    z-index: 9;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px 80px 0px;
    background: #000;
}
label.mailhold {
    width: 50% !important;
    margin-top: 20px;
    position: relative;
}
.mailhold input#email {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
    height: 70px;
    width: 100% !important;
    border: none;
    text-indent: 65px;
    font-weight: 300;
}
.newsletter-section span.color-yellow {
    font-size: 22px;
    font-weight: 500;
}
.newsletter-section h2 {
    font-weight: 700;
    letter-spacing: 0.08px;
    font-size: 40px;
}
.newsletter-section p {
    font-size: 26px;
    font-weight: 200;
}
.mailhold span.glyphicon.glyphicon-envelope {
    position: absolute;
    top: auto;
    bottom: 23px;
    color: #ffd102;
    left: auto;
    padding-left: 24px;
    font-size: 22px;
}
.mailhold a.boxhomoe {
    background: #ffd102;
    color: #000;
    padding: 14px 35px;
    border-radius: 0;
    font-weight: 600;
    position: absolute;
    right: auto;
    left: -25px;
    width: 160px;
    top: -5px;
}
.BtnFooter-btn a.boxhomoe {
    position: relative;
    top: 35px;
    left: 28px;
}
.boxsocall.pl-spacing {
    padding-left: 0;
    padding-bottom: 30px;
}
.flex-container {
    display: flex;
    gap: 15px;
    margin-top: 40px;
}
.newsletter-section a.boxhomoe {
    padding: 14px 35px !important;
    width: 135px;
}
.flex-container p.textdnone {
    font-size: 19px;
    font-weight: 300;
    border-bottom: 1px solid #ffd102;
    padding-bottom: 5px;
    font-weight: 300;
    opacity: 1;
}
.flex-containerFooter {
    width: 100vw;
    margin-left: -49vw !important;
    left: 49%;
    position: relative;
    z-index: 9;
    background: #231F20;
    padding: 20px 0;
}
.footer-box .row.justify-content-around {
    margin-bottom: 80px;
}
.pulseanim {
    display: inline-block;
    transition: transform 0.2s ease-in-out;
}
.pulseanim:hover {
    animation: pulse 2s infinite;
    color: orange;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}
.logindclas .dropdown-toggle {
    color: white;
    transition: all 0.4s ease-in-out;
    padding: 10px 20px;
    text-decoration: none;
}
.logindclas a.nav-link:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-4px);
}
.custom-button .caret {
    margin-left: 5px;
}
.logindclas a.dropdown-toggle.nav-link {
    border: 1px solid #000;
    color: #000 !important;
    transition: all 0.4s ease-in-out;
    line-height: 22px;
}
.testimonialsSlider .dp-content p:after {
    content: "";
    position: absolute !important;
    right: 56px;
    top: auto;
    bottom: 15px;
    height: 80px;
    background-size: contain;
    width: 80px;
    background-repeat: no-repeat;
    background-image: url(../Images/Icons/right-quote.svg);
}
.testimonialsSlider .dp-content p:before {
    content: "";
    position: absolute !important;
    left: 56px;
    top: 16px;
    background-image: url(../Images/Icons/left-quote.svg);
    background-size: contain;
    height: 80px;
    width: 80px;
    background-repeat: no-repeat;
}
svg.mailIcon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 24px;
}
div#divListing {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.ph_listing_pd .col-md-8 .panel-default.hasQuickbid {
    max-width: 48%;
    flex: 48%;
    padding-right: 0;
    border: 0 !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}
.ph_listing_pd .col-md-12 .panel-default.hasQuickbid {
    max-width: 32%;
    flex: 32%;
    padding-right: 0;
    border: 0 !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
}
div#divListing {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.ph_listing_pd {
    padding: 0;
}
.ListingRow {
    display: flex;
    flex-direction: column;
}
a.pagenumber {
    color: #000 !important;
    border: 0 !important;
    padding: 9px 18px !important;
}
.imagebgbox span.lableicon {
    left: 0px !important;
    top: 0px !important;
    background: #ffd102 !important;
    color: #000;
    border-radius: 0;
    padding: 4px 40px;
    font-size: 13px;
    font-weight: 600;
}
.Search-Filter {
    min-width: 50%;
    position: relative;
}
.flex-containerFooter a {
    text-decoration: unset !important;
    color: #BEBDBD !important;
    font-weight: 400;
}
.Search-Filter::after {
    border-right: 1px solid #0f274321;
    content: "";
    top: -9px;
    position: absolute;
    z-index: 99999;
    right: -50px;
    height: 60px;
    width: 40px;
    left: auto;
    margin: auto;
    display:none;
}
input#txtSearchName {
    border: 0;
    box-shadow: unset;
    background: transparent;
    text-indent: 32px;
    width: 350px;
}
.container.ph_mgleft {
    display: flex;
}
.top-dropdowns .form-inliner {
    padding: 9px 20px;
}
.search-section p {
    width: auto !important;
    max-width: 502px !important;
        font-family: Poppins;
}
.Search-Filter span.glyphicon.glyphicon-search {
    top: 12px;
    position: absolute;
}
input#txtSearchName::placeholder{
    color: #000;
    font-weight: 300;
}
.mgleftbg .pull-right {
    display: flex;
    align-items: center;
    margin-right: 0;
}
span.switchboxx {
    flex-basis: 40%;
}
.switch {
    flex-basis: auto;
    width: 69px !important;
}
.container.ph_mgleft {
    display: flex;
    width: 100% !important;
    max-width: 100% !important;
}
.mgleftbg .dropdown.dropdownSearch {
    top: 10px !important;
    background: transparent !important; 
}
.form-inliner .dropdown {
    margin: unset !important;
}
select.dropdownSearch2 {
    font-weight: 400;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.FlexContainer {
    display: flex;
    gap: 40px;
    position: relative;
}
.dropdownSearch2 {
    position: relative;
    margin-right: 10px; 
}
.border1 {
    position: absolute;
    border-right: 1px solid #0f274321;
    width: 1px;
    top: -18px;
    right: auto;
    left: -12px;
    height: 60px;
    display:none;
}
.border2 {
    position: absolute;
    border-right: 1px solid #0f274321;
    width: 1px;
    top: -18px;
    right: 0;
    left: 148px;
    height: 60px;
    display: none;
}
.border3 {
    position: absolute;
    border-right: 1px solid #0f274321;
    width: 1px;
    top: -18px;
    right: 0;
    left: 300px;
    height: 60px;
    display: none;
}
.tab.tab-Details {
    border-bottom: 1px solid #dddddd;
    display: flex;
    gap: 50px;
}
button.tablinks {
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 18px;
    color: #a5a5a5;
    font-weight: 500;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}
.tabcontent h4 {
    font-weight: 700;
    font-size: 26px;
    color: #000;
    margin-top: 20px;
}
.tablinks {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s;
}
.intro-body {
    top: 90px !important;
}
.tablinks.active {
    font-weight: bold;
    color: #000;
    border-bottom: 3px solid #ffd102;
}
.tabcontent .accordion {
    color: #262626;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    padding: 0;
    padding-top: 10px;
}
.logonrg a.nav-link:hover {
    background: unset !important;
    color: #000 !important;
    border-radius: 0;
}
.tabcontent .accordion:after {
    content: '\f078';
    font-weight: 100;
    float: right;
    color: #4c566b;
    font-size: 16px;
    margin-left: 5px;
    font-family: 'FontAwesome';
}
.tabcontent .accordion.active:after {
    content: "\f077";
    font-family: 'FontAwesome';
    color: #4c566b;
    font-weight: 100 !important;
    font-size: 16px;
}
.panelcollapse {
    padding: 0 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.tabcontent h4 {
    font-size: 22px !important;
}
.newSecondAccodian h5 {
    padding-bottom: 5px !important;
    font-size: 18px !important;
    font-weight: 600;
    padding-top: 5px !important;
}
.newSecondAccodian {
    border: 1px solid #ddd;
    margin-top: 15px;
    padding: 0 20px;
}
.newSecondAccodian2 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.panelcollapse p {
    line-height: 30px;
    margin-bottom: 4px;
}
.newSecondAccodian2 .accordion.active {
    padding-bottom: 10px !important;
}
.flex-contain {
    display: flex;
    justify-content: start;
    align-items: center;
}
.imgHold {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.mb-20column {
    margin-block-end: 50px;
    padding-right: 0;
}
.newSecondAccodian .panelcollapse p {
    line-height: unset;
}
.innerBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 13px;
}
.flex-containBorder {
    border-right: none;
}
.column-rigght .innerBox.flex-containBorder {
    padding-right: 55px;
}
.innerBox.flex-containBorder:nth-child(4) {
    border-right: 0;
}
.mb-20column .panel.panel-default {
    border: 0;
}
svg.caricon {
    width: 26px;
    height: 26px;
}
img.land-icon {
    max-width: 22px;
}
.testimonials-wrap .slick-track {
    margin: 0;
}
.imgHold img {
    width: 100%;
}
.auctionEnds h4 {
    background: #000;
    color: #ffd102;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    font-weight: 700;
    margin-top: 0;
}
.flex-containerAuction {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff6cd;
    border-bottom: 1px solid #ffd102;
    padding: 10px 20px;
    gap: 35px;
}
.flex-containerAuction span b{
    font-size: 26px;
}
.flex-containerAuction span {
    color: #000;
}
.flex-containerAuction strong{
    font-size: 26px;
}
.color-red {
    color: #ff3939;
    font-weight: 600;
}
.innerDiv_auction {
    padding: 35px 40px;
}
.innerDiv_auction input {
    height: 55px;
    text-align: center;
    width: 100%;
    border: 1px solid #ddd;
    font-weight: 300;
}
.bid-button
{
    background: #ffd102;
    color: #000;
    padding: 17px 35px;
    border-radius: 0;
    border: 0;
    font-weight: 600;
    width: 100%;
    font-size: 18px;
    margin-top: 15px;
    display: inline-block;
    text-align: center;
}

#PlaceQuickBid {
    background: #ffd102 !important;
    color: #000;
    padding: 17px 35px !important;
    border-radius: 0;
    border: 0;
    font-weight: 600;
    width: 100%;
    font-size: 18px;
    margin-top: 15px;
}
.closed-details {
    margin-top: 0px!important;
}
input.bid-button, #BINButton, #MakeOffer {
    background: #ffd102;
    color: #000;
    padding: 17px 35px;
    border-radius: 0;
    border: 0;
    font-weight: 600;
    width: 100%;
    font-size: 18px;
    margin-top: 15px;
}
.flexContainer {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.flexContainer div {
    font-size: 18px;
    color: #000;
}
.flexContainer div strong {
    font-weight: 500;
}

.corporateBroker {
    background: #fafafa;
    padding: 15px;
    border: 1px solid #ddd;
    margin-top: 16px;
    margin-bottom: 16px;
}
p.small-text {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
}
.color-black {
    color: #000;
}
.innerDiv_auction input::placeholder{
    color: #000;
}
.rightboxx {
    margin-bottom: 50px;
}

.rightboxx .accordion.active:after {
    content: "\f077";
    font-family: 'FontAwesome';
    color: #4c566b;
    font-weight: 100 !important;
    font-size: 16px;
}
.newSecondAccodian.accodianAuction {
    background: #fafafa;
}
.accodianAuction .panelcollapse {
    padding: 0;
}
.accodianAuction .flex-container {
    margin-top: 0;
}
.accodianAuction .left img {
    max-width: 55px;
    border-radius: 100px;
}
.accodianAuction .right h5{
    margin-top: 0;
}
.accodianAuction .right p {
    font-weight: 300;
    font-size: 15px;
}
.border-bottom {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.newSecondAccodian2:nth-child(3) {
    border-bottom: 0;
}
.accodianAuction .right p:nth-child(4n) {
    padding-bottom: 10px;
}
.rightboxx .accordion:after {
    content: '\f078';
    font-weight: 100;
    float: right;
    color: #4c566b;
    font-size: 16px;
    margin-left: 5px;
    font-family: 'FontAwesome';
}
.accodianAuction h5.accordion {
    font-size: 16px !important;
    font-weight: 500;
    color: #000;
    cursor: pointer;
}
i.fas.fa-unlock {
    font-family: 'FontAwesome';
    font-weight: 900;
    font-style: normal;
    padding-right: 5px;
}
p.underline-text {
    text-decoration: underline;
}
.backToSearch i.arrow-left {
    font-family: 'FontAwesome';
    font-style: normal;
}
.backToSearch button {
    background: none;
    border: none;
    align-items: center;
    display: flex;
    gap: 15px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
.backToSearch_hold {
    width: 100vw;
    margin-left: -50vw !important;
    left: 50%;
    position: relative;
    margin: 0;
    z-index: 999;
    border-bottom: 1px solid #0f274321;
    background: #dddddd38;
    padding: 5px 30px;
}
.flex-containerBack {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.backToSearch_hold .glyphicon-search:before {
    color: #000 !important;
    padding-right: 10px;
    font-weight: 400;
}
.flex-containerBack a.topprin {
    color: #000;
    margin-left: 3px;
    margin-top: 8px;
    display: inline-block;
    cursor: pointer;
    min-width: 50px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 55px;
}
.zindexxd span.glyphicon.glyphicon-search {
    top: 3px !important;
}
.tab-Details svg {
    margin-right: 10px;
}
.tab-Details svg {
    margin-right: 10px;
}
input.btn.btn-primary.btbtns {
    background: #000 !important;
    font-weight: 600;
    padding: 12px 40px !important;
    transition: all 0.4s ease-in-out;
    color:#fff;
}
input.btn.btn-primary.btbtns:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-4px);
}
.btn-register {
    background: #000;
    padding: 12px 35px;
    margin-top: 10px;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}
.btn-register:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-4px);
    background: #000;
}

/*gallery modal css*/
.columnPopup {
    float: left;
    width: auto;
    position: absolute;
    z-index: 999;
    bottom: 30px;
    right: auto;
    left: 0;
    display: flex;
    width: 100%;
}
.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #fff;
}
#myModalAuction .modal-content {
    position: relative;
    background-color: unset !important;
    margin: auto;
    padding: 0;
    width: 90%;
    box-shadow: unset;
    max-width: 1200px;
    border: unset;
}
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.mySlides {
    display: none;
}
.cursor {
    cursor: pointer;
}

#myModalAuction .next {
    right: 30px;
}
#myModalAuction .prev {
    left: 30px;
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.columnPopup button {
    margin-bottom: -4px;
    background: #fff;
    border: 0;
    padding: 15px 25px;
    font-size: 18px;
    width: max-content !important;
    margin-left: 20px;
}
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
.demo {
    opacity: 0.6;
}
span.close.cursor {
    color: #4c566b;
    opacity: 1;
    font-weight: 300;
    font-size: 50px;
}
.active,
.demo:hover {
    opacity: 1;
}
button.hover-shadow {
    transition: 0.3s;
}
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.Detail_page_image.flex-directionColumn {
    flex-direction: column-reverse;
}
.flex-containGallery {
    display: flex;
    gap: 10px;
    margin: 10px 0;
}
.columnPopup2 {
    flex-basis: 20%;
}
.header--style2 .navbar-brand {
    /*    width: 120px !important;*/
    width: 220px !important;
}
a.wishlisti.watchList {
    display: none;
}
#myModalAuction .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 70px;
    height: 70px;
    margin-top: -50px;
    color: white;
    display: flex;
    justify-content: center;
    font-size: 20px;
    transition: 0.6s ease;
    align-items: center;
    border-radius: 100px;
    background: #fff;
}


@media (max-width: 995px) {
    footer.footer-box .flex-container {
        flex-wrap: wrap;
        gap: 15px !important;
    }

    .introBG .intro-body {
    width: 100%;
}

.search-section p {
    width: auto !important;
    max-width: 90% !important;
}

.introBG::before {
    visibility: hidden !important;
}

.buyerContent h2 {
    margin-top: 0;
}

ul.nav a {
    border-top: 0 !important;
}

.spacingTopBottom .row {
    display: flex;
}

.spacingTopBottom {
    padding: 0px 0 !important;
    padding-bottom: 0 !important;
}

    h2.search-heading {
        font-size: 20px !important;
        max-width: 600px;
        line-height: 30px;
    }

.flex-container {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 15px;
    flex-wrap: wrap;
}

.boxsocall.pl-spacing {
    padding-left: 1rem;
}

.dp-img {
    height: 570px;
    min-height: 570px;
}

.footer-image img {
    width: 40%;
}
/* span.searchHoldHome {
    position: absolute;
    z-index: 999;
    left: -34px;
    right: auto;
    top: 14px;
    bottom: 0;
    margin: auto;
}*/
section.newsletter-section .mailhold a.boxhomoe {
    background: #ffd102;
    color: #000;
    border-radius: 0;
    font-weight: 500;
    position: absolute;
    right: -4rem;
    width: 115px;
    top: -11px;
}

div#dp-slider {
    min-height: 520px;
}

    .getStartedHold.lrnMore_btn {
        margin-top: 0px;
        margin-bottom: 15px;
    }

input#googleAPI_result_1_2_3 {
    width: 95%;
    font-size: 11px;
}

    .leftImg-minImg img {
        max-width: 100%;
        height: auto;
        min-height: auto;
        border-radius: 10px;
        padding-right: 20px;
    }

h1.logoTitle {
    margin-top: -4px;
    font-size: 30px;
}

footer.footer-box {
    padding: 50px 0 0 0 !important;
}

.mailhold input#email {
    width: 96% !important;
}

.newsletter-section h2 {
    font-size: 32px;
    line-height: 42px;
}

.newsletter-section p {
    font-size: 20px;
}

.mailhold span.glyphicon.glyphicon-envelope {
    bottom: 18px;
}

.mailhold input#email {
    height: 60px;
    width: 96% !important;
}

.boxheads h2 {
    font-size: 35px !important;
    line-height: 45px !important;
}

.box_servs .container {
    padding: 25px 20px;
}

.heading-section {
    padding-left: 15px !important;
}

.heading-section h2 {
    font-size: 30px !important;
}

.heading-section h2.mt-0 {
    margin-top: 0;
}

.testimonials-wrap .heading-section {
    flex-direction: column;
    align-items: baseline;
    gap: 15px;
    margin-bottom: 10px;
}

.spacingTopBottom .mb-5 {
    margin-bottom: 15px;
}

.testimonials-wrap {
    padding: 30px 0 !important;
    padding-bottom: 0 !important;
}

.top-secHeading h2 {
    font-size: 34px;
    padding-left: 20px;
}

section.newsletter-section {
    padding: 50px 0;
}

.flex-container p.textdnone {
    font-size: 20px;
}

.footer-box .row.justify-content-around {
    margin-bottom: 50px;
}

.box_servs {
    padding: 0px 0 0px !important;
}

.footer-box .flex-container {
    gap: 0px !important;
}

.footer-box span.searchHoldHome {
    position: unset !important;
}



.BtnFooter-btn a.boxhomoe {
    position: unset !important;
}
.footer-box p.colour {
    text-align: center;
}
span.searchHoldHome {
    position: absolute;
    z-index: 999;
    right: 75px;
    top: 14px;
    bottom: 0;
    margin: auto;
}
.dp-wrap {
    margin: 30px auto;
    position: relative;
    perspective: 1000px;
    height: auto;
}
.searchDetailsBG span.searchHoldHome {
    position: absolute;
    z-index: 999;
    right: 80px;
    top: 14px;
    bottom: 0;
    margin: auto;
}

.dp_item {
    width: 80%;
}
div#dp-slider {
    margin-left: -35px !important;
}
.testimonials-wrap.testimonialsSlider {
    padding-bottom: 0px !important;
}
#dp-next, #dp-prev {
    bottom: 0%;
    top: auto;
    right: 30%;
    height: 65px;
    width: 65px;
    padding: 23px;
        
}
/*    .footer-box .mailhold a.boxhomoe {
        position: unset !important;
    }
*/
    .footer-box span.searchHoldHome {
        position: unset !important;
    }
    .email-block-container .mailhold input#email {
        max-width: 100% !important;
    }
    .cus-footer-block .email-block-container .mailhold .searchHoldHome a.boxhomoe {
        top: 0px !important;
    }
#dp-prev {
    left: 100px;
}
.testimonialsSlider .dp-content p {
    font-size: 18px;
    line-height: 28px;
    PADDING: 0 20PX;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
    .dp-img img {
        top: -40px;
        width: 120px;
        height: 120px;
    }
.testimonialsSlider .dp-content p:before {
    display: none;
}
.testimonialsSlider .dp-content p:after {
    display: none;
}
.dropdown.dropdownSearch {
    left: 0;
    top: 89px;
    right: auto;
    background: transparent;
}
span.calendarHold { 
    right: 250px;
}
.searchDetailsBG input#googleAPI_result_1_2_3::placeholder {
    font-size: 13px;
}
.searchDetailsBG input#googleAPI_result_1_2_3 {
    padding-left: 55px;
}

}


@media (min-width: 1600px){
    .container {
        max-width: 1640px !important;
        width: 1640px !important;
    }
}




button.awe-rt-HideOnEnd.btn.btn-primary.btn-sm.mt-2.veiw-detail-btn {
    display: none;
}
.detail__minbid {
    display: none;
}


.boxbtn img {
    width: 20px;
    height: inherit !important;
}
.fetudfblog h2 {
    margin-bottom: 0;
    padding-bottom: 10px;
}
.fetudfblog {
    display: inline-block;
    padding-bottom: 25px;
}
span.loclocatind {
    border-right: 1px solid #ccc;
    padding-right: 10px;
    margin-right: 10px;
}



.need-Help-Custom .panel-body, .need-Help-Custom.SmallPanel .panel-heading {
    padding-left: 0px !important;
}
.need-Help-Custom.SmallPanel .panel-heading {
    margin-top: 16px;
    padding-top: 0px !important;
}
.innerBox.flex-containBorder:last-child {
    padding-right: 0;
}

.flex-contain + .column-rigght {
    display: flex;
    justify-content: end;
}
.top-container-detail {
    display: flex;
}
@media (max-width:991px){
    .listing-block-size #divListing {
        width: 100%!important;
    }
    .spacingTopBottom .row {
        flex-wrap: wrap;
    }
    .leftImg-minImg {
        position: relative;
        top: 0px;
    }
    .rating-box {
        top: -10px !important;
        left: 86px !important;
    }
    .buyerContent h2 {
        padding-top: 20px;
        max-width: 100%;
    }
    .buyerContent p {
        max-width: 100%;
    }
    .stats-container {
        bottom: 20px !important;
    }
    .spacingTopBottom .text-lg-left {
        width: 100%;
    }
    .leftImg-minImg img {
        top: -90px;
        border-radius: 0;
        padding-right: 0px;
    }
    .introBG .intro-body {

        padding-left: 0;
        padding: 0px 15px;
    }
    #intro_BG_image.introBG .container.video_iframe {
        padding-top: 150px !important;
        padding-bottom: 50px;
    }
    .topnavigate li.nav-item.logonrg a {
        padding: 10px 10px !important;
        font-size: 15px !important;
    }
    .getStartedHold a.nav-link {
        padding: 10px 15px !important;
        font-size: 15px;
    }
    .topnavigate ul.nav li a.nav-link {
        font-size: 14px !important;
        padding: 10px 10px !important;
    }
    .numbers-section .left-content {
        text-align: center !important;
        width: 100% !important;
    }
    .boxsocall.pl-spacing {
        padding-left: 0 !important;
        padding-bottom: 0 !important;
    }
    .newsletter-block h3 {
        padding-top: 20px !important;
    }
    .numbers-section .right-content {
        width: 100% !important;
        justify-content: center !important;
    }
    .top-contact-block {
        flex-direction: column-reverse;
        gap: 15px;
    }
    .contact-inner-block h2 {
        font-size: 30px !important;
    }
    .map-container, .contact-info-block {
        width: 100%!important;
    }
        .map-container img.contact-map-img {
            height: 100%;
            object-fit: cover;
        }
    .inner-contact-form-block {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
        padding: 20px;
    }
    .h-430, .h-326 {
        height: auto !important;
    }
    .faq-title {
        font-size: 40px;
    }
    .custom-panel {
        padding: 20px 18px;
    }
    .column-block {
        justify-content: center!important;
        flex-wrap: wrap;
    }
    .get-in-touch-image {
        padding-top: 40px;
    }
    .services-block-container .residential h2 {
        font-size: 30px !important;
    }
    .faq-tag, .services-block-container .tag {
        font-size: 16px !important;
    }
    .services-block-container .services h1 {
        font-size: 48px!important;
    }
    .client-innercontainer {
        gap: 10px!important;
    }
    .license-block .table-container {
        margin-top: 30px !important;
        margin-bottom: 50px !important;
    }
    .license-block th, .license-block td {
        padding: 18px 10px !important;
        font-size: 15px !important;
    }
    .lot-detial-block .detail__title {
        max-height: 80px;
    }
    .flex-contain + .column-rigght {
        padding-top: 20px;
    }
    #divPartialView .hasQuickbid p.time {
        text-align: left !important;
        float: left;
    }

    .listing .auctionsWithBidding + .col-lg-10 h2.subtitle, .listing .auctionsWithBidding + .col-lg-10 .title.inlinebidding {
        padding-left: 10px!important;
    }
    .listing .time {
        text-align: right !important;
        float: right !important;
    }
    .listing .img-container.auctionsWithBidding {
        width: auto !important;
        height: auto !important;
        position: relative;
        left: 15px;
    }
    .listing .cta {
        position: relative;
    }
    .lot-detial-block {
        flex-wrap: wrap;
    }
    .backToSearch_hold .flex-containerBack {
        top: 0px!important;
    }
    .lot-detial-block .flex-contain .detail__title {
        padding: 20px 0px;
    }
    .backToSearch_hold {
        top: 30px;
        padding: 0 15px;
    }
    .backToSearch button {
        font-size: 16px;
    }
    .flex-containerBack a.topprin {
        font-size: 14px;
        padding-left: 30px;
    }
    .list-content, .listing .time, .right-corner {
        width: 100%;
    }
        .listing .time span.remaining {
            width: 100%;
            display: block;
        }
    div#map-canvas {
        display: none;
    }
    .img-container.listImg img {
        height: 100%;
        width: 100%;
        max-width: 100%;
        object-fit: cover;
    }
    .listing .img-container {
        width: 100%;
        padding: 0;
        height: 100% !important;
        max-width: 100%;
    }
    .top-dropdowns .form-inliner{
        top: 30px!important;
    }
    img.portfolioRight-property {
        display: none;
    }
    .box_servs .containerMain {
        margin: 25px 0px;
    }
}
@media (max-width:1024px){
    .BtnFooter-btn a.boxhomoe {
        left: 0 !important;
        top: 30px !important;
    }
}
@media (max-width:1399px){
    .custom-testimonial .testimonial_box-text p {
        min-height: 120px !important;
    }
    .get0in-touch-from {
        width: 44%!important;
    }
    .column-rigght .innerBox.flex-containBorder {
        padding-right: 35px;
    }
    .innerBox.flex-containBorder:last-child {
        padding-right: 0;
    }
    .testimonialsSlider .dp-content p:after {
        bottom: 0px;
    }
    .boxcentersd {
        margin: 0 20px 0 0!important;
    }
    .iconboxx {
        width: 120px;
    }
}
.remove-upper-padding {
    padding-top: 0px;
}
@media (min-width:769px) and (max-width:995px){
    .searchDetailsBG a.boxhomoe {
        line-height: 34px;
        width: 20%;
        float: right;
        text-align: center;
    }
}
@media (max-width:767px){
  
    .icon-below-title {
        gap: 12px !important;
        flex-wrap: wrap !important;
    }
    .cus-testimonial-tag + h2 {
        font-size: 37px !important;
    }
    .custom-testimonial .testimonial_box-text p, .testimonial_box-title p {
        -webkit-line-clamp: none !important;
        -webkit-box-orient: initial !important;
        overflow: initial !important;
        text-overflow: initial !important;
    }
    .custom-testimonial {
        padding-bottom: 0px!important;
    }
    .buyerContent {
        margin-bottom: 0px !important;
    }
    .stats-container {
        height: auto !important;
        transform: translate(-48%, -50%) !important;
        flex-wrap: wrap;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        bottom: 0px !important;
    }
    .spacingTopBottom {
        padding-top: 60px !important;
    }
    .auction-recommendations .testimonials-wrap .heading-section h2 {
        font-size: 36px !important;
    }
    .auction-recommendations .testimonials-wrap {
        top: 0!important;

    }
    #intro_BG_image.introBG .container.video_iframe {
        padding-top: 100px !important;
        padding-bottom: 50px;
    }
    div#intro_BG_image.introBG.item {
        top: 0px !important;
    }
    .footer-box p.colour {
        color: #BEBDBD;
    }
    .footer-image img {
        width: auto !important;
    }
    .privacy-policy-block .summary-block-container li {
        font-size: 16px!important;
    }
    .Testimonial.services-block-container h2 {
        font-size: 30px !important;
    }
    .closed-transaction-bg .col-lg-12.listingMain {
        padding-left: 33px !important;
        padding-right: 40px !important;
    }
    .about-block-container .history {
        flex-wrap: wrap;
    }
    .about-block-container img.history {
        top: 0 !important;
        padding-top: 30px !important;
        padding-bottom: 0 !important;
    }
    .our-team-block em {
        font-size: 20px !important;
    }
    .Testimonial.services-block-container .residential {
        justify-content: flex-start !important;
    }
    .about-block-container .residential-content {
        width: 100%;
        flex: auto!important;
    }
    .about-block-container p {
        font-size: 16px;
    }
    .col-container-block1 {

        flex-wrap: wrap;
    }
    .direct-relative-card {
        top: 0 !important;
    }
    .get-in-touch-image {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .sell-innerblock .card {
        width: 100% !important;
    }
    .faq-title {
        font-size: 35px!important;
    }
    .font-18 {
        font-size: 16px !important;
    }
    .RealEstate-block .broker-Referral-block {
        padding-top: 30px !important;
    }
    .summary-block-container p {
        font-size: 16px !important;
    }
    .get-in-touch-sell-block {
        padding-left: 15px;
        padding-right: 15px;
    }
    .summary-block-container {
        padding-bottom: 50px !important;
    }
    .extra-space-block {
        height: 20px !important;
    }
    .services-block-container.RealEstate-block .broker-Referral-block h1 {
        font-size: 32px !important;
    }
    .column-block .get0in-touch-from {
        margin-right: 0px !important;
        width: 100% !important;
        padding: 0 15px !important;
    }
    .services-block-container.col-xs-12 .residential-content, .services-block-container.col-xs-12 .residential-image {
        max-width: 100% !important;
    }
    .services-block-container .residential {
        justify-content: center;
    }
    .services-block-container .services h1 {
        font-size: 40px !important;
    }
    .client-innercontainer {
        grid-template-columns: 1fr!important;
    }
    .flex-contain {
        flex-wrap: wrap;
        gap: 10px;
    }
    .tab.tab-Details {
        gap: 20px;
    }
    .mb-20column {
        padding-right: 15px;
        margin-bottom: 20px;
    }
    .detail__option-menu.panel.panel-default {
        margin-bottom: 0px;
    }
    #divPartialView .minHeight-75, .listing .title.inlinebidding {
        padding-left: 0!important;
    }
    .eventDetails__container .text-right.mb30 {
        margin-top: 20px!important;
    }
    .listing .auctionsWithBidding + .col-lg-10 h2.subtitle, .listing .auctionsWithBidding + .col-lg-10 .title.inlinebidding {
        width: 100%!important;
    }
    .listing .auctionsWithBidding + .col-lg-10 {
        width: 100%;
    }
    .detail__option-menu {
        margin-top: 0px!important;
    }
    .corporateBroker p.color-black, .detail__submit-wrapper.bidboxcd, .closed-details.historybids {
        margin: 0;
    }
    .mt-4.lot-detial-block {
        margin-top: 0px !important;
    }
    .padd-right-box {
        padding-right: 15px;
    }
    .backToSearch_hold {
        top: 0px;
    }
    .flex-containerBack a.topprin {
        margin: 0 10px;
        margin-top: 10px;
    }
    .flex-containerBack:first-child a.topprin {
        padding-left: 0;
    }
    .backToSearch_hold .flex-containerBack {
    flex-wrap: wrap;
}
    .top-dropdowns .form-inliner {
        top: 12px !important;
        position: relative;
        width: 100% !important;
        display: block;
        margin-left: 0 !important;
        left: auto;
        border: 1px solid rgba(0, 0, 0, 0.16);
    }
    .ph_listing_pd .col-md-8 .panel-default.hasQuickbid, .ph_listing_pd .col-md-12 .panel-default.hasQuickbid {
        border: 1px solid rgba(0, 0, 0, 0.16) !important;
    }
}
@media (max-width:1070px){

    .searchDetailsBG a.boxhomoe {
        padding: 8px 20px !important;
        height: 50px;
        line-height: 30px;
    }
    .searchDetailsBG input#googleAPI_result_1_2_3 {
        height: 50px !important;
    }
    .searchDetailsBG button#search-btn {
        top: 0px !important;
        left: 0 !important;
    }
    .searchDetailsBG span.searchHoldHome {
        top: 0px !important;
    }
}
@media (max-width:1699px){
    .mailhold a.boxhomoe {
        left: -90px;
        top: 0px;
    }
    .BtnFooter-btn a.boxhomoe {
        left: 0 !important;
        top: 30px !important;
    }
}
@media (max-width:1070px){
    .email-block-container .mailhold .searchHoldHome a.boxhomoe {
        top: -23px !important;
    }
}
@media (max-width:1200px){
    #intro_BG_image .container.video_iframe {
        padding-top: 200px !important;
        padding-bottom: 0 !important;
    }
    .email-block-container .mailhold a.boxhomoe {
        left: -42px !important;
        top: -18px !important;
    }
    .mgleftbg {
        top: 0!important;
    }
    .Search-Filter span.glyphicon.glyphicon-search {
        top: 10px!important;
    }
    span.searchHoldHome {
        top: 4px;
    }
    .introBG {
        padding: 80px 0;
    }
    .dp-img {
        min-height: 565px;
   
    }
    h2.search-heading {
        font-size: 45px !important;
        margin-bottom: 10px !important;
        line-height: 50px;
    }
    .searchDetailsBG a.boxhomoe {
        padding: 8px 35px;
    }
    span.searchHoldHome {
        right: 50px !important;
        top: 9px !important;
    }
    span.calendarHold {
        right: 200px !important;
        top: -25px !important;
    }
    .dropdown.dropdownSearch {
        display: none!important;
    }
}
@media (max-width:1600px){
    span.searchHoldHome {
        right: 62px;
        top: 8px;
    }
}
@media (max-width:529px){
    .home-real-Estate-tag, .auction-recommendations .heading-section p, .spacingTopBottom .buyerContent p {
        font-size: 16px !important;
    }
    .intro-body .search-section p {
        font-size: 18px !important;
        line-height: 28px !important;
    }
    .heading-section {
        padding-left: 0px !important;
    }
    .auction-recommendations .heading-section p {
        padding: 0 15px !important;
    }
    .cus-testimonial-tag + h2 {
        font-size: 33px !important;
    }
    .custom-testimonial .testimonial-slide {
        padding: 0 !important;
    }
    .rating-box {
        top: -10px !important;
        left: 70px !important;
    }
    .buyerContent p strong {
        font-size: 20px !important;
    }
    .stat-number {
        font-size: 35px !important;
    }
    .auction-recommendations .card-slider {
        width: 100%;
        padding-top: 20px;
    }
    .auction-recommendations .testimonials-wrap .heading-section h2 {
        font-size: 30px !important;
    }
    .numbers-section {
        padding: 30px 20px !important;
        margin-bottom: 50px !important;
        margin-top:50px!important;
    }
        .numbers-section .left-content h2 {
            font-size: 28px !important;
            margin-bottom: 0px !important;
            line-height: 30px !important;
            padding-bottom: 10px !important;
        }
        .numbers-section .label {
            font-size: 15px !important;
        }
        .numbers-section .stat {
            text-align: center !important;
            flex: 0 0 100%;
            max-width: 100%;
        }
        .numbers-section .right-content {
            gap: 20px !important;
            padding-top: 20px !important;
            flex-wrap: wrap;
        }
        .numbers-section .left-content p {
            font-size: 16px !important;
            padding-bottom: 0 !important;
        }
    .inner-contact-form-block h2 {
        font-size: 28px !important;
    }
    /*.sell-form-container input.form-control[type=text], .sell-form-container textarea.form-control {
        height: 46px !important;
    }*/
    .contact-icon {
        background-color: transparent !important;
    }
    .contact-inner-block h2 {
        font-size: 26px !important;
        margin: 0 !important;
        padding-top: 20px;
    }
    .contact-item {
        padding-bottom: 12px !important;
    }
    .custom-panel.panel-default .faq-icon {
        background-color: transparent !important;
        display: none !important;
    }
    .custom-panel .panel-body {
        padding: 10px 0 0 0px !important;
        max-width: 100% !important;

    }
    .faq-header {
        margin-bottom: 30px !important;
    }
        .custom-panel .panel-body p {
            font-size: 15px !important;
            line-height: 25px !important;
        }
    .custom-panel.panel-default {
        padding: 20px !important;
    }
        .custom-panel .faq-icon img {
            filter: brightness(0) saturate(100%) invert(82%) sepia(20%) saturate(4083%) hue-rotate(0deg) brightness(104%) contrast(103%);
        }
    .padd-left-block {
        padding-left: 0px !important;
    }
        .padd-left-block ul {
            padding: 0;
        }
    .faq-title {
        font-size: 30px !important;
        line-height: 37px;
    }
  
    .land-homes {
        margin-bottom: 30px;
    }
    .get-in-touch-sell-block {
        padding-top: 30px !important;
    }
        .get-in-touch-sell-block h2 {
            font-size: 30px !important;
        }
        .get-in-touch-sell-block p {
            font-size: 16px !important;
        }
    .get-in-touch-image {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .column-block {
        padding-bottom: 50px!important;
    }
    .sell-form b {
        font-size: 25px !important;
    }
    .services-block-container.col-xs-12 .residential {
        padding-bottom: 0px !important;
    }
    .services-block-container .services h1 {
        font-size: 34px !important;
    }
    .services .description {
        max-width: 100% !important;
        font-size: 16px !important;
    }
    .faq-tag, .services-block-container .tag {
        font-size: 16px !important;
    }
    .client-innercontainer h2 {
        font-size: 22px !important;
    }
    .client-innercontainer {
        gap: 0px !important;
    }
    .padd-right-box .tab.tab-Details {
        gap: 25px;
    }
    .padd-right-box button.tablinks {
        font-size: 14px;
    }
    .padd-right-box .columnPopup.boxbtn {
        flex-wrap: wrap;
        gap: 20px;
    }
    .feature-content {
        width: 100%!important;
    }
    .backToSearch_hold a.topprin img {
        margin-left: 0;
    }
    .backToSearch_hold .pull-right.zindexxd {
        float: left !important;
        text-align: left;
    }
    .padd-right-box .tabcontent h4 {
        font-size: 20px !important;
    }
    .padd-right-box .columnPopup button {
        padding: 8px 12px;
        font-size: 14px;
    }
    .lot-detial-block .column-rigght .flex-contain {
        flex-wrap: wrap;
        gap: 20px;
    }
    .ph_listing_pd .col-md-8 .panel-default.hasQuickbid, .ph_listing_pd .col-md-12 .panel-default.hasQuickbid {
        max-width: 99% !important;
        flex: 100% !important;
        border: 1px solid rgba(0, 0, 0, 0.16) !important;
    }
    input#txtSearchName {
        max-width:300px;
    }
    .footer-box .row.justify-content-around {
        margin-bottom: 12px;
    }
 
}
@media (max-width:1023px){
    .topnavigate ul.nav li a {
        font-size: 15px !important;
        padding: 16px 10px !important;
    }
}
@media (min-width:769px) and (max-width:991px){
    .eventDetails__container .mb30 {
        margin-top: 40px!important;
    }

    div#divMap, div#divListing {
    position:inherit;
    }

    div#map-canvas {
        display: none;
    }
    .flex-containerHero {
        flex-wrap: wrap;
    }
    .rightHero {
        width: 100%;
    }
    .propertydetails h5.card-title {
        min-height: 41px;

    }
    .propertyPriceSection {
        float: none !important;
    }
    .propertyPriceHeader, .propertyPrice {
        float: none !important;
        padding: 0px !important;
    }
    .price-section {
        height: 60px;
    }
}
@media (max-width:995px){
    .newSecondAccodian.accodianAuction .flex-container {
        justify-content: flex-start;
    }
    .testimonialsSlider div#dp-slider::before {
        display: none;
    }
    .top-secHeading h2 {
        margin-top: 0;
    }
    section.newsletter-section {
        margin-top: 0px;
    }
    #dp-next, #dp-prev {
        right: 0px;     
    }
    #dp-prev {
        left: 0px;
    }
    .innerContentSlider h4 {
        margin-bottom: 10px;
    }
    .dp-img {
        min-height: 380px;
        height:380px;
    }
    section.newsletter-section .mailhold a.boxhomoe {
        width: 96%;
        position: relative;
        right: 0 !important;
        top: 0;
        left: 0px;
        text-align: center;
    }
    span.searchHoldHome {
        width: 100%;
        display: block;
        position: relative;
        right: 0 !important;
    }
    svg.mailIcon {
        top: -50px!important;
    }
}
@media (max-width:1199px){
    span.green-bidder {
        position: relative !important;
        padding-bottom: 10px !important;
        display: block !important;
    }

    span.red-bidder {
        top: 0 !important;
        position: relative !important;
        padding-bottom: 10px !important;
        display: block !important;
    }
    .testimonial_box-title p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .custom-testimonial .testimonial_box-text p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        min-height: auto !important;
    }
    .get0in-touch-from {
        width: 100% !important;
        margin-right: 30px;
    }
    .get-in-touch-image img {
        width: 100%;
    }
    .services-block-container .residential-content, .residential-image {
        max-width: 49% !important;
    }
    .services-block-container h2 {
        font-size: 38px !important;
    }
    .services-block-container .residential {
        padding-top: 50px !important;
        padding-bottom: 30px !important;
    }
    .sell-innerblock {
        padding: 0px !important;
    }
    .client-innercontainer {
        padding: 20px!important;
    }
    .ph_listing_pd .col-md-12 .panel-default.hasQuickbid {
        max-width: 31% ;
        flex: 31% ;
    }
    #PlaceQuickBid {
        padding: 17px 10px !important;
    }
    .detail__option-menu {
        flex-wrap: wrap;
    }
}
@media (max-width:768px){
    .eventDetails__container .mb30 {
        margin-top: 40px!important;
    }
    .padd-right-box {
        padding-right: 15px;
    }
    .ph_listing_pd .col-md-12 .panel-default.hasQuickbid {
        max-width: 48%;
        flex: 48%;
    }
    .testimonialsSlider div#dp-slider::before, #search-btn .glyphicon-search:before {
        display: none;
    }
    h2.search-heading {
        font-size: 38px !important;
        line-height: 45px;
    }
    .flex-containerHero {
        padding: 30px 0px;
    }
    .container {
        width: 100%;
    }
    .spacingTopBottom .row {
        row-gap: 0px;
    }
    .spacingTopBottom {
        margin-top: 0px;
    }
    .slick-dots {
        bottom: -17px!important;
    }
    .buyerContent h2 {
        max-width: 100%;
        line-height: 42px;
        font-size: 30px;
    }
    section.spacingTopBottom .col-md-5.m-auto.mt-20 {
        padding: 0;
    }
    .buyerContent p {
        max-width: 100%;
        font-size: 18px !important;
    }
    .buyerContent {
        margin-bottom: 45px;
    }
    .box_servs .container {
        padding: 0 20px 20px;
    }
    .box_servs .containerMain {
        padding: 25px 20px;
    }
    .boxheads h2 {
        font-size: 32px !important;
        margin-top: 0;
    }
    .boxheads p {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .boxheads p.text-left {
        margin-bottom: 30px;
    }
    .top-secHeading h2 {
        font-size: 30px;
        padding-left: 0px;
        text-align: center;
    }
    #dp-next, #dp-prev {
        right: 100px;
        bottom:-2%;
    }

    #dp-prev {
        left: 100px;
    }
}
.backToSearch_hold .flex-containerBack {
    position: relative;
    top: 5px;
}
@media (min-width:1024px) and (max-width:1199px){

    .padd-right-box .Detail_page_image {
        height: auto;
    }
    .mb-2.lot-detial-block {
        margin-top: 20px !important;
    }
    .column-rigght .innerBox.flex-containBorder {
        padding-right: 28px!important;
    }
    .column-rigght .innerBox.flex-containBorder:last-child {
    padding-right: 0px!important;
}
}
.listing .auctionsWithBidding {
    height: 200px!important;
}
    .listing .auctionsWithBidding + .col-lg-10 .title.inlinebidding {
        width: 80%;
        padding-top: 6px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .listing .auctionsWithBidding + .col-lg-10 h2.subtitle {
        width: 80%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
     
    }
.eventDetails__container .mb30 {
    margin-top: 20px;
}
.well.well-sm.section-title {
    margin-top: 40px;
}
#divPartialView .listing .bids {
    padding: 0;
}
.lot-detial-block .detail__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.form-inliner .dropdown:focus-visible, .dropdown.dropdownSearch:focus-visible {
    outline: none;
}
.divgoogleMap #map-canvas, .divgoogleMap{
    display: block !important;
}
.newSecondAccodian {
    margin-bottom: 10px;
}
.limitedpagenumbers {
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 14px;
    margin: 10px 0px;
    font-weight: 700;
}
    .limitedpagenumbers input[type=number] {
        padding: 0 !important;
        width: 36px !important;
        margin: 0 8px;
        font-size: 14px;
        height: 32px;
    }
#newPaginationHolder .show-control {
    font-size: 14px;
    margin: 10px 0px;
    font-weight: 700;
}

.slick-next:before, .slick-prev:before {
    opacity: 1 !important;
    color: #000 !important;
}

.ThanksContactSoon{
    margin-top:30px;
}

/*New site design styling*/

.custom-dropdown {
    border-radius: 16px !important;
    padding: 10px 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.9);
   /* background: #fff;*/
    min-width: 239px;
    border: none;
}

    .custom-dropdown .dropdown-item {
        padding: 10px 20px;
        color: #000000;
        font-weight: 500;
        border-bottom: 1px solid #f5d76e;
        background-color: transparent;
        margin-top: 16px;
        font-size: 16px !important;
    }
/*        .custom-dropdown .dropdown-item:last-child {
            border-bottom: none;
        }*/
        .custom-dropdown .dropdown-item:hover,
        .custom-dropdown .submenu .dropdown-item:hover,
        ul.nav a.submenu-toggle:hover{
            background-color: transparent;
            color: #000 !important;
        }
img.arrow-down-icon {
    filter: brightness(0) saturate(100%);
}
.custom-dropdown a.dropdown-item {
    display: block;
    width: 100%;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    padding: 4px 0px !important;
    padding-top: 0px !important;
}
.dropdown-submenu {
    border-bottom: 1px solid #f5d76e;
    position: relative;
}

.submenu-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.nav a.submenu-toggle {
    line-height: 100%;
    letter-spacing: 0px;
    padding: 4px 0px !important;
    display: block;
    width: 100%;
    font-weight: 400 !important;
    padding-left: 0 !important;
    margin-top: 16px;
    padding-top: 0 !important;
    font-size: 16px !important;
}
.custom-dropdown .submenu .dropdown-item {
    font-weight: 400 !important;
    color: #73788C !important;
    font-size: 14px !important;
    border: none;
    width: 187px;
    line-height: 21px;
    padding: 0 !important;
    margin-top: 0;
    padding-bottom: 4px !important;
}
.custom-dropdown .dropdown-item:first-child {
    margin-top: 0;
}
.pointer-none {
    cursor: default;
}
/* Section Title */
.faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.faq-tag, .services-block-container .tag {
    background-color: #231F20;
    color: #FFD100;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.5px;
    display: inline-flex;
    /* font-family: poppins;*/
    width: 149px;
    height: 50px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}
.services-block-container .services h1 {
    margin: 0;
    padding-top: 20px;
    font-weight: 600;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: 0.25%;
    padding-bottom: 20px;
}
.faq-title {
    font-size: 44px;
    font-weight: 600;
    color: #1F2744;
    margin: 0;
 /*   font-family: "Rubik", sans-serif;*/
    padding-top: 20px;
}

.custom-panel {
    background-color: #FFFBEB;
    border: none;
    padding: 40px 30px;
    border-radius: 16px !important;
    box-shadow: none !important;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
    .custom-panel .panel-heading {
        background: transparent !important;
        padding: 0;
    }

    .custom-panel .panel-title a {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #000;
        font-weight: 600;
        font-size: 16px;
    }

    .custom-panel .faq-icon {
        background-color: #FFD100;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-right: 20px;
    }

        .custom-panel .faq-icon img {
            width: 18px;
            height: 18px;
        }

    .custom-panel .question-text {
        flex-grow: 1;
        /*font-family: 'Poppins';*/
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
    }

    .custom-panel .faq-arrow {
        font-size: 14px;
        color: #444;
        transition: transform 0.3s ease;
    }

    .custom-panel .panel-title a[aria-expanded="true"] .custom-panel .faq-arrow {
        transform: rotate(180deg);
    }
#accordion.panel-group .custom-panel.panel + .custom-panel.panel {
    margin-top: 24px;
}
    .custom-panel .panel-body {
        padding: 10px 0 0 66px;
        font-size: 16px;
        color: #333;
        border: none !important;
        padding-top: 0;
        /*font-family: 'Poppins';*/
        font-weight: 500;
        line-height: 30px;
        width: 100%;
        max-width: 960px;
    }
.faq-section {
    padding: 50px 0px;
}
.custom-panel .panel-body p {
    margin: 0;
    color: #1E1E1E;
}
.padd-btm {
    padding-bottom: 30px;
}

section.services {
    padding-top: 40px;
    max-width: 1240px;
    margin: 0 auto;
    text-align: center;
}
.services-block-container .tag {
    width: 100%;
    max-width: 192px;
}

.services h1, .services-block-container h2 {
    margin: 10px 0 20px;
    color: #111;
}
.services .description {
    max-width: 800px;
    font-size: 18px;
    color: #73788C;
    margin: 0 auto;
    font-weight: 400;
    line-height: 140%;
    padding-bottom: 20px;
}

.services .image-container img,
.services-block-container .residential-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.residential-tags {
    width: 100%;
    max-width: 161px !important;
}
.services-block-container .residential {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    padding-top: 80px;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding-bottom: 80px;
}
.services-block-container .residential-content {
    flex: 1;
    max-width: 614px;
}

.services-block-container.residential-image {
    flex: 1;
    min-width: 300px;
}
.residential-image {
    max-width: 614px;
}
.services-block-container .residential ul {
    list-style: none;
    padding: 0;
}
.services-block-container h2 {
    margin: 0;
    font-weight: 600;
    font-size: 44px;
    line-height: 120%;
    letter-spacing: 0.5px;
    color: #1F2744;
    padding-bottom: 10px;
    padding-top: 15px;
}
.services-block-container .residential li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #73788C;
    width: 100%;
    max-width: 560px;
}
.land-tags {
    width: 100%;
    max-width: 243px !important;
}
    .services-block-container .residential li::before {
        content: "";
        background-image: url('../images/icons/checkbox.svg');
        position: absolute;
        left: 0px;
        background-size: cover;
        width: 20px;
        height: 20px;
        font-size: 20px;
        color: #f4c542;
    }
.sell_block .tag {
    width: 100%;
    max-width: 82px;
}
.sell_block h1, .sell_block h1 + .description {
    width: 100%;
    max-width: 808px;
    margin: 0 auto !important;
}
.sell-innerblock .container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding: 0 20px;
    width: 100% !important;
    max-width: 1240px !important;
}
.sell-innerblock {
    background: #FAFAFA;
    margin-top: 50px;
    padding: 100px;
    padding-bottom: 0px;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
}
    .sell-innerblock .card {
        background-color: #F5F5F5;
        padding: 10px 18px;
        width: 31%;
    }
.sell-innerblock .icon {
    font-size: 28px;
}

    .sell-innerblock .card h3 {
        font-size: 28px;
        margin: 0;
        font-weight: 600;
        line-height: 38px;
        letter-spacing: 0.5px;
        padding-top: 20px;
    }
    .sell-innerblock .card p {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        letter-spacing: 0.5px;
        padding-top: 20px;
    }

.sell-innerblock .image-card {
    padding: 0;
}

    .sell-innerblock .image-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
.col-container-block1 {
    display: flex;
    gap: 24px;
}
.h-430{
    height:430px;
}
.h-326{
    height:326px;
}
.direct-relative-card {
    position: relative;
    top: -102px;
}
.get-in-touch-sell-block {
    width: 100%;
    max-width: 606px;
    margin: 0 auto;
    text-align: center;
    padding-top: 80px;
}
    .get-in-touch-sell-block h2 {
        margin: 0;
        font-size: 44px;
        font-weight: 600;
        line-height: 120%;
        letter-spacing: 0.5px;
    }
    .get-in-touch-sell-block p {
        padding-top: 12px;
        font-size: 18px;
        font-weight: 400;
        line-height: 140%;
        color: #73788C;
    }
.column-block {
    display: flex;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 80px;
}
.get0in-touch-from, get-in-touch-image {
    width: 48%;
}
.sell-form b {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0.5px;
}
.sell-form p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #73788C;
}
.sell-form-container input.form-control[type=text],
.sell-form-container textarea.form-control {
    height: 58px;
    border-radius: 16px;
    border: 1px solid #EAEDEF;
}
.sell-form-container label {
    font-size: 17px;
    font-weight: 500;
}
.sell-form-container {
    padding-top: 10px;
}
    .sell-form-container textarea.form-control {
        height: 124px;
    }
.submit-btn-block {
    display: flex;
}
.broker-Referral-block .tag {
    max-width: 135px;
}
.broker-Referral-block .image-container {
    padding-top: 20px;
}
.RealEstate-block .broker-Referral-block {
    max-width: 1279px;
    text-align: left;
    padding-top: 100px;
}
    .RealEstate-block .broker-Referral-block h1 {
        max-width: 100%;
    }
    .RealEstate-block .broker-Referral-block .tag {
        max-width: 163px !important;
    }
.summary-block-container p {
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    color: #73788C;
    padding-bottom: 20px;
}
.font-600{
    font-weight:600;
}
.font-700{
    font-weight:700!important;
}
.extra-space-block {
    height: 40px;
}
.summary-block-container {
    padding-bottom: 120px;
}
    .summary-block-container li {
        color: #73788C;
    }
.list-none {
    list-style: none;
}
.padd-left-block ul p {
    padding: 0;
    margin-bottom: 6px;
}
.padd-left-block {
    padding-left: 50px;
}
.w-block {
    padding-left: 120px;
}
.font-18{
    font-size:18px;
}
.RealEstate-block .broker-Referral-block.terms-of-use-block .tag {
    max-width: 108px !important;
}
.Institutional-Clients .tag {
    max-width: 262px;
}
.client-block-container {
    background: #FFFBEB;
    margin-bottom: 50px;
}
.client-innercontainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding: 4rem;
}

    .client-innercontainer .card {
        background-color: transparent;
        border-radius: 10px;
        padding: 1rem;
        position: relative;
        width: 100%;
    }
    .client-innercontainer .number {
        background-color: #FFD100;
        color: #231F20;
        border-radius: 50%;
        width: 2.5rem;
        height: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .client-innercontainer h2 {
        font-size: 24px;
        font-weight: 700;
        color: #121212;
        line-height: 38px;
        letter-spacing: 0.5px;
        margin: 0;
    }

.sell-innerblock .card p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #73788C;
    padding-top: 5px;
}

.license-block .table-container {
    overflow-x: auto;
    margin-top: 50px;
    margin-bottom: 80px;
}

.license-block table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
    background-color: #FFFBEB;
}
.license-block thead {
    background-color: #FFD100;
    color: #231F20;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
}
.license-block th{
    font-weight:600!important;
}
.license-block th, .license-block td {
    text-align: center;
    padding: 25px 10px;
    border-bottom: 1px solid #FFD100;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

/*.license-block tbody tr:nth-child(even) {
    background-color: #fff8e6;
}*/

.license-block tbody tr:hover {
    background-color: #ffeaa7;
}
.license-block {
    width: 100%;
    max-width: 1277px;
    margin: 0 auto;
}
.about-us .tag {
    max-width: 141px;
}
.about-block-container .history {
    padding-top: 150px;
    padding-bottom: 50px;
}
}
.about-block-container .tag.residential-tags {
    max-width: 126px !important;
}
.about-block-container h2 {
    padding-bottom: 20px;
}
.about-block-container p {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    color: #73788C;
    padding-bottom: 15px;
}
.about-block-container img.history {
    box-shadow: none;
    position: relative;
    top: -130px;
}
.contact-us-btn .btnboxx {
    margin-left: 0 !important;
    width: 100%;
    max-width: 185px;
}
    .contact-us-btn .btnboxx a {
        color: #231F20;
        width: 100%;
        display: block;
    }
    .contact-us-btn .btnboxx:hover a {
        color: #fff;
       
    }
.our-team-block .tag.residential-tags {
    max-width: 143px !important;
}
.our-team-block h2 {
    padding-bottom: 0;
}
.our-team-block em {
    color: #73788C;
    font-size: 24px;
    line-height: 120%;
    font-weight: 500;
    padding-bottom: 30px;
    display: block;
}
section.closed-transaction-bg {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 251, 235, 1) 100%);
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
}
    section.closed-transaction-bg .residential {
        justify-content: center;
    }
    section.closed-transaction-bg h2 {
        text-align: center;
        font-size: 48px;
        line-height: 120%;
        font-weight: 600;
        color: #1F2744;
    }
section.Testimonial .tag {
    max-width: 274px;
}
.Testimonial h2 {
    display: block;
    width: 100%;
    padding-top: 8px;
    font-size: 48px;
    line-height: 56px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.Testimonial.services-block-container .residential {
    gap: 5px;
}
.Testimonial section.testimonials-wrap.testimonialsSlider
/*section.closed-transaction-bg .testimonials-wrap*/ {
    max-width: 1240px;
    margin: 0 auto !important;
    width: 100%;
    left: 0;
/*    margin-left: 0 !important;*/
    background: transparent !important;
}
.closed-transaction-bg .testimonials-wrap {
    background: transparent !important;
}
.closed-transaction-bg ul.slick-dots {
    display: none!important;
}
.closed-transaction-bg .residential {
    display: block;
}
.services-block-container.RealEstate-block .broker-Referral-block.privacy-policy-block .tag {
    max-width: 199px !important;
}
.privacy-policy-block a {
    color: #73788C;
}
.privacy-policy-block .summary-block-container li {
    font-size: 18px;
}
.top-contact-block {
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
}
.map-container {
    width: 60%;
}
    .map-container img.contact-map-img {
        width: 100%;
    }
.contact-info-block {
    width: 40%;
    background-image: url("/Content/Images/contact-banner-img.png");
    position: relative;
    color: #fff;
    background-size: contain;
}
.inner-contact-form-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
    .inner-contact-form-block h2 {
        margin: 0;
        font-size: 32px;
        line-height: 120%;
        font-weight: 600;
        letter-spacing: 0.2px;
        text-transform: capitalize;
        padding-bottom: 15px;
        text-align: center;
    }
.contact-icon {
    background-color: #FFD100;
    color: #231F20;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
}
.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 24px;
}
.contact-text {
    font-weight: 400;
    line-height: 25px;
    font-size: 16px;
}
    .contact-text a {
        color: #fff;
    }
.contact-inner-block h2 {
    font-size: 36px;
    line-height: 120%;
    font-weight: 600;
    color: #1D1D1D;
}
.contact-sell-form {
    width: 100%;
    max-width: 1062px;
    margin: 0 auto !important;
    padding-bottom: 50px;
}
@media (min-width:1025px) and (max-width:1199px){
    .contact-item {
        padding-bottom: 15px;
    }
    .inner-contact-form-block h2 {
        font-size: 30px;
        padding-bottom: 6px;
    }
    .contact-text {
        font-size: 15px;
    }
}

.numbers-section {
    background-color: #FFD100;
    color: #231F20;
    width: 100vw !important;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    padding: 60px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 100px;
}
.number-block-inner-part {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.numbers-section .left-content {
    text-align: left;
    width: 50%;
}

    .numbers-section .left-content h2 {
        font-size: 32px;
        margin-bottom: 10px;
        color: #231F20;
        line-height: 41.6px;
        padding-bottom: 0;
        font-weight: 500;
        font-family: Roboto;
    }
    .numbers-section .left-content p {
        font-size: 13.6px;
        line-height: 25.84px;
        color: #231F20;
        font-weight: 400;
        font-family: Roboto;
    }
.numbers-section .left-content p {
    font-size: 1em;
    line-height: 1.5;
}
.numbers-section .right-content {
    display: flex;
    gap: 40px;
    width: 50%;
    justify-content: end;
}

.numbers-section .stat {
    text-align: left;
}

.numbers-section .number {
    font-size: 32px;
    font-weight: 600;
    display: block;
    line-height: 54.4px;
    margin-bottom: 5px;
    color: #231F20;
    font-family: Roboto;
}
.numbers-section .label {
    font-size: 12px;
    display: block;
    color: #231F20;
    font-weight: 400;
    line-height: 30px;
    font-family: Roboto;
    padding-left: 0;
}
.line-between-content {
    border-top: 1px solid #a1a1a161;
    width: 100%;
    max-width: 877px;
    margin: 0 auto;
}
footer.footer-box .container {
    max-width: 1240px !important;
}
.cus-footer-block {
    padding-top: 50px;
}
.pl-spacing h2 {
    font-size: 10.5px;
    font-weight: 400;
    line-height: 10.5px;
    color: #BEBDBD;
}
.pl-spacing a {
    width: auto!important;
}
p.phone-detail {
    font-size: 12.25px;
    line-height: 19.25px;
    font-weight: 600;
    color: #FFD100;
}
    p.phone-detail a {
        margin: 0;
        color: #FFD100;
    }
.boxsocall.pl-spacing h2 {
    color: #BEBDBD;
    font-weight: 400;
}
.newsletter-block h3 {
    margin: 0;
    font-size: 13.25px;
    line-height: 13.25px;
    font-weight: 600;
}
.email-block-container label.mailhold {
    width: 100% !important;
}
.email-block-container .mailhold input#email {
    width: 100% !important;
    max-width: 292.5px;
    border-radius: 9px;
    height: 52.94px;
    text-indent: 0;
    padding: 20px;
    padding-right: 80px;
    color: #000;
}
.email-block-container span.searchHoldHome {
    position: relative;
    z-index: 999;
    right: 163px;
    top: -10px;
    bottom: 0;
    margin: auto;
}
.email-block-container .mailhold a.boxhomoe {
    background: transparent;
    color: #000;
    border-radius: 0;
    font-weight: 600;
    position: absolute;
    right: 0px;
    left: 54px;
    width: auto;
    top: -5px;
    font-size: 13.25px;
    line-height: 23.38px;
}
.email-block-container .mailhold input#email::placeholder {
    color: #181A20;
    font-size: 12.5px;
    font-weight: 400;
    line-height: 21.38px;
}
.social-media-icon-block {
    display: flex;
    align-items: center;
    padding-top: 25px;
}
.follow-us-block h3 {
    margin-bottom: 0;
    font-size: 13.25px;
    line-height: 13.25px;
    font-weight: 600;
    margin: 0;
    padding-right: 30px;
}
.social-icons ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.yellow-line-between-content {
    width: 100%;
    max-width: 877px;
    margin: 0 auto;
    border-top: 1px solid #FFD100;
}
.flex-containerFooter .container.cus-container {
    width: 100%;
    max-width: 910px !important;
    padding: 0;
}
.mob-nav {
    display: none;
}

.bboxsd {
    display: none;
}
.login-block > li {

    display: inline-block;
}
.login-block {
    display: flex;
    align-items: center;
    justify-content: end;
    flex: none;
    margin-left: auto;
}
.topnavigate ul.nav li a {
    font-weight: 600;
    font-size: 18px;
}
.home-real-Estate-tag {
    width: 100%;
    max-width: 162px;
    background: #231F20;
    color: #FFD100;
    font-family: Poppins;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.5px;
    font-weight: 500;
}
#intro_BG_image .container.video_iframe {
    padding: 180px 0;
    /*    padding-top: 100px;*/
    position: relative;
    top: -70px;
    padding-top: 280px;
}
.auction-recommendations .heading-section h2 {
    color: #1F2744 !important;
    font-size: 48px !important;
    font-weight: 600 !important;
    line-height: 120%;
}
.auction-recommendations .heading-section p {
    color: #73788C;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
}
.auction-recommendations .card-slider {
    width: 100%;
/*    max-width: 1340px;
    margin: 0 auto;*/
    padding-top: 60px;
}
.buyerContent p strong {
    font-size: 24px;
    color: #1F2744;
    line-height: 38px;
    letter-spacing: 0.5px;
    font-weight: 700;
    width: 100%;
    display: block;
}
.rating-box {
    width: 100%;
    max-width: 174px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 25px;
    padding-bottom: 40px;
    position: relative;
    top: -90px;
    left: 90px;
    z-index: 1;
    background: #fff;
}
.rating-check {
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
}
    .rating-check img {
        position: absolute;
        top: -14px;
    }
.rating-score {
    width: 100%;
    text-align: center;
    font-size: 72px;
    font-weight: 400;
    line-height: 80px;
}
.rating-text {
    padding-top: 10px;
    color: #A6A6A6;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.rating-count {
    padding-top: 4px;
}
.stats-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    background: #fff;
    padding: 20px 20px;
    width: 100%;
    max-width: 503px;
    height: 82px;
    position: absolute;
    bottom: -75px;
    left: 48%;
    transform: translate(-50%, -50%);
}

.stat-item {
    text-align: center;
    display: flex;
    align-items: center;
    gap: 5px;
}
.stat-number {
    font-size: 48px;
    font-weight: 600;
    color: #1F2744;
    line-height: 58px;
}
.stat-label {
    font-size: 16px;
    color: #A6A6A6;
    line-height: 26px;
    font-weight: 400;
}
.email-block-container .mailhold a.boxhomoe > input[type="submit"] {
    background: transparent;
    border: 0;
}
section#testimonial {
    padding-top: 50px;
}
.custom-testimonial .testimonial {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3d5a80;
}

.custom-testimonial .testimonial-slide {
    padding: 40px 20px;
}

.custom-testimonial .testimonial_box-top {
    background-color: #fff;
    border: 1px solid #DEDCDA;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.custom-testimonial .testimonial_box-icon {
    padding: 10px 0;
    width: 100%;
    padding-bottom: 30px;
}

    .custom-testimonial .testimonial_box-icon i {
        font-size: 25px;
        color: #14213d;
    }

.custom-testimonial .testimonial_box-text {
    padding: 10px 0;
    padding-top: 15px;
}

    .custom-testimonial .testimonial_box-text p {
        color: #73788C;
        font-size: 16px;
        text-align: left;
        line-height: 24px;
        font-weight: 400;
        margin-bottom: 0;
        min-height: 100px;
    }
.custom-testimonial {
    padding-bottom: 80px;
}
.common-block-container {
    display: flex;
    align-items: center;
    width: 100%;
}

.custom-testimonial .testimonial_box-img {
    padding: 20px 0 10px;
    display: flex;
    justify-content: center;
}

    .custom-testimonial .testimonial_box-img img {
        width: 48px;
        height: 48px;
        border-radius: 50px;
        border: 2px solid #e5e5e5;
    }
.custom-testimonial .testimonial_box-name {
    padding-top: 0px;
    text-align: left;
}

    .custom-testimonial .testimonial_box-name h4 {
        font-size: 16px;
        line-height: 26px;
        color: #1F2744;
        margin: 0;
        letter-spacing: 0.5px;
        font-weight: 600;
        font-family: Nunito sans-serif;
    }
.author-details {
    padding-left: 10px;
}

.testimonial_box-job {
    text-align: left;
}
.custom-testimonial .testimonial_box-job p {
    color: #73788C;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: Nunito sans-serif;
}
.cus-testimonial-tag {
    max-width: 274px;
}
    .cus-testimonial-tag + h2 {
        font-size: 48px;
        line-height: 56px;
        letter-spacing: 0.5px;
        font-weight: 600;
        color: #1F2744;
    }
.testimonial_box-title p {
    margin: 0;
    text-align: left;
    color: #1F2744;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}
section.about-testimonial {
    padding-top: 80px;
}
.topnavigate .custom-dropdown ul.nav li a {
    font-weight: 600;
    font-size: 16px;
}
@media (max-width:533px){

    .stats-container {
        bottom: -80px !important;
    }
}
.icon-below-title {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
    .property-block .property-title {
    font-size: 14px;
    line-height: 140%;
    font-weight: 500;
    color: #000929;
}
span.green-bidder {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    font-weight: 600;
    color: green;
}
.centerAboveContent {

    position: relative;
}
span.red-bidder {
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 16px;
    font-weight: 600;
    color: red;
}
.property-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.listing-block-size #divListing {
    width: 60%;
}

.Show_full_Width_Listing {
    width: 100% !important;
}
a.custonBidNowBtn {
    padding: 14px 15px;
    width: 108px !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #ffd102;
    margin-bottom: 10px;
}