.inner-banner {
    position: relative;
    background-color: #f9f9f9;
}

.inner-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #f9f9f9;
    opacity: .7;
}

.inner-contents {
    padding-top: 40px;
    padding-bottom: 30px;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.inner-banner-text {
    padding-bottom: 0px;
}

.inner-banner-text h1 {
    font-size: 32px;
    color: #202125;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.sticky {
    position: sticky;
    top: 1rem;
    box-shadow: none;
}

.listing-widget-side {

    border: 1px solid #E4E7EC;
    background: #FFFFFF;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.1), 0px 4px 6px -2px rgba(16, 24, 40, 0.05);
    box-sizing: border-box;
    border-radius: 16px;
    margin-bottom: 70px;
    padding: 25px;
}

.listing-widget-side .title {
    font-size: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c8ccd0;
    padding-bottom: 15px;
    padding-top: 15px;
    font-weight: 400;
    padding-left: 30px;
}

.jss74 {
    color: #222222;
    padding: 0;
    font-size: 1.25rem;
    font-style: normal;
    margin-top: 16px;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.pdd {
    padding-left: 12px;
    padding-right: 0px
}

.default-btnn {
    color: #FFFFFF;
    width: 100%;
    height: 44px;
    padding: 10px 20px;
    font-size: 1rem;
    background: #624C25;
    text-align: center;
    font-family: Poppins;
    border-radius: 8px;
    text-transform: initial;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

.default-btnn:hover {
    box-shadow: none;
    color: #fff;
    background-color: #ab8234;
    border: none;
    cursor: pointer;
}

.default-btnnn {
    width: 100%;
    border: 1px solid #D0D5DD;
    height: 44px;
    padding: 10px 20px;
    font-size: 1rem;
    min-width: max-content;
    font-family: Poppins;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    text-transform: initial;
    font-weight: 600;
    cursor: pointer;
}

.default-btnnn:hover {
    box-shadow: none;
    color: #666666;
    background: #FFFFFF;
    cursor: pointer;
    border: 1px solid #D0D5DD;
}

.border-radius {
    border-radius: 50px;
}

.jss404 {
    width: 48px;
    height: 48px;
}

.jss144 {
    margin-left: 15px;
    height: 28px;
    padding: 4px 10px;
    font-size: 0.75rem;
    font-weight: 500 !important;
    border-radius: 16px;
    color: #333 !important;
    background-color: rgb(242 201 76 / 22%);
}

.jss145 {
    margin-left: 15px;
    height: 28px;
    padding: 4px 10px;
    font-size: 0.75rem;
    font-weight: 600 !important;
    border-radius: 16px;
    color: #333 !important;
    background-color: rgb(238, 244, 255);
}

.jss146 {
    margin-left: 15px;
    height: 28px;
    padding: 4px 10px;
    font-size: 0.75rem;
    font-weight: 600 !important;
    border-radius: 16px;
    color: #333 !important;
    background-color: rgba(111, 207, 151, 0.25);
}

.jss171 {
    font-size: 1.125rem;
    text-align: left;
    font-weight: 500;
}
.counetrs h1{
    color: #333;
}
.counetrs p {
 color: #333;
}
.img_wd{
    width: 60px;
}
.listing-widget-desc p{
    font-size: 17px;
    letter-spacing: 0.2;
}
.listing-widget-desc font{
    font-size: 21px;
    letter-spacing: 0.2;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}