.suggest-slides   .owl-stage-outer , .ads-suggest-slide{
    max-width: 100%;
    }



.main-slide-box{
    overflow: hidden;
    overflow-x: clip;
    overflow-y: visible;
}

.slide-ads-title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.more-details {
    color: var(--Title, var(--Color, #967244));
    font-family: Plus Jakarta Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 42px 0;
}
.action-icons {
    display: flex;
    gap: 20px;
}

.action-icons > div {
    width: 32px;
height: 32px;
border-radius: 50%;
background-color:  #6161616e;
display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.action-icons > div:hover{
    background-color:  #424242;
} 





.demo{
    /*background: linear-gradient(to right,#ffcccc,#d3d3d3);*/
}
.post-slide{
    margin: 5px;
    width: 360px ;


}
.post-slide .post-img{
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    object-fit: cover;
    overflow: hidden;
}
.post-slide .post-img img{ 
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
    border-radius: 8px 8px 0 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;

    
}
.post-slide:hover .post-img img{
    transform: scale(1.08);
}
 
.post-slide .post-title{
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
    color: #1B1C17 !important;
}
.post-slide .post-title a{
    display: inline-block;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    color: #1B1C17;
    text-decoration: none;
}
.post-slide .post-description{
    font-size: 15px;
    color: #1B1C17;
    line-height: 24px;
    margin-bottom: 14px;
}
.post-slide .post-bar{
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}
.post-slide .post-bar li{
    color: #676767;
    padding: 2px 0;
}
.post-slide .post-bar li i{
    margin-right: 5px;
}
.post-slide .post-bar li a{
    display: inline-block;
    font-size: 12px;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-slide .post-bar li a:after{
    content: ",";
}
.post-slide .post-bar li a:last-child:after{
    content: "";
}
.post-slide .post-bar li a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide .read-more{
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #e7989a;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}
.post-slide .read-more:hover{
    background: #333;
    text-decoration: none;
}


.sidebar .form-control {
    color: #667085;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.sidebar-default:not(.sidebar-h) .nav {
    right: 0px!important;
} 




.noUi-target.slider-thin.noUi-horizontal .noUi-handle {
    border-radius: 50%;
    width: 24px;
    height: 24px;
}

.noUi-target .noUi-handle::after {
    color: #fff;
}

.noUi-connects{
    width: 246px!important;
    height: 8px!important;

}

.noUi-connect {
    background: #967244!important;
}







.post-img{
    position: relative;
}
.post-img a{
    width: 100%;
    cursor: pointer;
}
.post-content-box a{
    width: 100%;
    cursor: pointer;
}


.post-img-date{
    position: absolute;
    width: 45px;
    height: 45px;
    color: black;
    top: 17px;
    right: 20px;
    border-radius: 2px;
    background: var(--website-colors-neutral-fg-disabled, #C7C7C7);
    color: var(--Dark, #1B1C17);
    text-align: center;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 3px;
}
.post-img-date-day{
    font-family: Days One;
}
.post-img-date-month{
    color: var(--Dark, #1B1C17); 
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    text-transform: lowercase;
}
.post-img-date-month::first-letter {
    text-transform: uppercase;
}




.post-content {
    background-color: #C0AA8F;
    height: 284px;
    border-radius: 0 0px 8px 8px;
    background: var(--Recommended-Color, #C0AA8F);
    box-shadow: 10px 24px 50px 0px rgba(0, 0, 0, 0.03);
    padding: 20px 25px;
}

.post-content .btn.d3 {
    background: #B09C83;
    border-radius: 3px;
    height: 24px;
    text-align: center;
    width: fit-content;
    fill: var(--Dark, #1B1C17);
    padding: 20px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.5px;
    /* text-transform: uppercase; */
}


.post-content .title-box{ 
}
.post-content .title-box p { 
    font-size: 22px;
    padding-top: 0px;
    padding-bottom: 3px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    height: 32px;
    color: #1B1C17; 
    word-break: break-word;
    overflow: hidden;
}
.post-content  .address-box .address-box-content{
    font-style: italic;
    font-weight: 700 !important;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0.08em;
    color: #1B1C17;
    display: flex;
    gap: 8px;
} 

.post-content  .address-box .address-box-content img{
    position: absolute; display: inline; width: 14.94px;
height: 14.979px;top: 14px;
}

.col-md-12.address-box {
    margin: 0;
    padding: 0;
}

.post-content  .address-box label {

    font-size: 13px;  font-style: italic; font-weight: 700; line-height: 16px; letter-spacing: 1.04px;
}
.post-content  .address-box label  span{

    padding-left: 15px;
}

.post-content hr{
    background-color: #967244;
    margin-top: 0;
    margin-bottom: 0;
    width: 115%;
    margin-left: -23px;
}
.post-content .price-box li {
    letter-spacing: 0.7px;
    margin-left: 22px;
    color: var(--Dark, #1B1C17);
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    position: relative;
}
.post-content i.fas.fa-circle {
    position: absolute;
    font-size: 8px;
    left: -26px;
    top: 30%;
}

.post-content .price-box label{
    padding-top: 6px;  padding-left: 20px; 
font-style: normal;
font-weight: 700;
font-size: 21px;
line-height: 32px; 
color: #4A2323;
min-width: fit-content;
}
.post-content .price-box span{
    color: #495057;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 32px;
}

.address-box-content-text {
    color: var(--Dark, #1B1C17);
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1.4px;
}


.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    object-fit: cover;
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 16px;
}
.demo a{

}
.demo a:hover{
    text-decoration: none;
} 
.price-box li{
list-style: none;
}

.ads-box-price-content-text i {
    position: absolute;
    left: 0px !important;
    top: -3px;
}

 
    .remove_from_favorite svg path{
        fill: #FF624D;
    }
    .add_to_favorite svg path{
        fill: #AEA9A3;
    }
    .dropdown-toggle::after { 
            display: none !important;
        }
.owl-dots{
        display: none;
    }



    .post-slide .post-img{
        max-height: 232px;
        min-height: 232px ;

        
        max-height: 232px;
        min-height: 232px;
    } 





 .address-box {
        margin: 0;
        padding: 0;
        max-height: 13%;
    }




    .post-content-box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 27px;
        margin-top: 12px;
    }

















    .breed-and-favorate {
        display: flex;
        width: 100%;
        justify-content: space-between;
        text-wrap: nowrap;
    }
    .breed-and-favorate .add_to_favorite svg path {
        fill:  #767676;
    }
    .breed-and-favorate  .remove_from_favorite svg path {
        fill: #b61e0a;
    }
    .breed-and-favorate .ads-box-firstline-content-box{
        padding: 0px 9px;
    }

    .price-box-number-details {
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        max-height: 25px;
        margin-left: 0px;
        margin-top: 11px;
    }

 
    .col-md-2.ads-box-firstline-content-box {
        display: flex; 
        justify-content: center;
        align-items: center;
        align-content: center;
        gap: 10px;
        cursor: pointer;
    }
    




  



    /* @media  (min-width : 900px){
        .post-slide .post-img img { 
            height: 232px;
        }
    } */


    /* @media  (max-width : 1200px){
        .index-section .dropdown-menu.ads-box-dropdown-menu.show.ads {
            margin-top: 1rem;
            margin-left: -11rem;
            scale: 1.4;
        }
    } */



   /* @media  (max-width : 900px){

        .post-content-box {
            display: flex;
             flex-direction: column;
            align-items: flex-start;
            gap: 11px;
        }

 
.post-slide {
    width: 250.754px;
    height: 359.413px;
}
.post-content{
    height: 195px;
    padding: 18px 18px;
}
.post-slide  img {
    max-height: 161px !important;
}
.post-content .title-box p{
    font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 22.289px;
 height: 22.289px;
}


.address-box-content-text{
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 13.931px;  
    letter-spacing: 1.1px;
}

.post-content .price-box li{
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 11.145px;
}

.post-content .price-box label {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.289px;
}
.post-content .price-box span {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.289px;
    display: inline-block;
    width: 27%; 
    text-wrap: nowrap;
    white-space: nowrap;
    word-break: keep-all;
}

.slide-ads-title-box .action-icons > div{
    width: 22.289px;
    height: 22.289px;
}

b.caret.fa.fa-angle-left.rt-n90,b.caret.fa.fa-angle-right.rt-n90 {
    font-size: 13px;
}
.post-content hr{
    margin-left: -17px;
    margin-top: 0;
    margin-bottom: 0;
}
.post-img-date{
    width: 31.344px;
    height: 31.344px;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 9.752px;
}
.post-img-date-month{
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: 9.752px;
}


.post-content .btn.d3{
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; 
    width: fit-content;
    min-width: fit-content;
    max-width: 163px;
    height: fit-content;
    max-height: 30px;
    padding: 10px;
}

.banner-item img.banner-img{
    max-height: 160px;
    object-fit: contain;
}

.corner_r .favorate-icon {
    width: 33px;
    float: right;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.index-section .dropdown-menu.ads-box-dropdown-menu.show.ads {
    margin-top: 1rem;
    margin-left: -11rem;
    scale: 1.4;
}
 
    }   */

    

/* @media  (max-width : 674px){
    .index-section .dropdown-menu.ads-box-dropdown-menu.show.ads {
        margin-top: 0rem;
        margin-left: 13rem;
        scale: 1.4;
    }
} */

/* @media  (max-width : 575px){

    .post-content {
        height: 144px;
        padding: 14px 
    }
    .post-content-box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 3px;
        margin-top: 0px;
    }


    .post-slide {
        width: 160px;
        max-width: 160px;
        height: 250px;
    }
    .post-slide .post-img {
        max-height: 110px;
        min-height: 110px;
    }  

    .post-content .btn.d3 {
        width: 70px;
        height: 13.46px;
        font-size: 7px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.35px; 
    }
    .breed-and-favorate {
        display: flex;
        width: 100%;
        gap: 43px;
        justify-content: space-between;
        max-height: 28px;
    }
    .post-content .btn.d3 { 
        max-width: 151px !important;
        min-width: 82px;
        min-height: fit-content;
        padding: 13px !important;
    }
    .post-slide .post-content {
        background: #C0AA8F;
        display: flex;
        flex-direction: column;
        gap: 3px !important;
    }


    .post-content .title-box p {
        padding: 0px;
        padding-bottom: 4px;
        max-height: 17px;
        overflow: hidden;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 16.459px;
        height: 16.459px;
        margin-bottom: 5px;
    }
    .post-content .address-box-content-icon svg{
        width: 11px;

    }

    .post-content hr {
        margin-left: -10px;
        margin-top: 7px;
        margin-bottom: 3px;
    }

    .post-content .price-box li {
        font-size: 9px;
        font-style: normal;
        font-weight: 600;
        line-height: 8.23px;
        margin-left: 12px;
    }

    .post-content i.fas.fa-circle {
        position: absolute;
        font-size: 5px;
        left: -13px;
        top: 30%;
    }



    .post-content .price-box label {
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: 2.459px;
        padding-left: 10px;
        min-width: fit-content;
    }
    .price-box-number-details {
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        max-height: 25px;
        margin-left: -12px;
    }

    .post-content .price-box label {
        font-size: 11px;
        font-style: normal;
        font-weight: 700;
        line-height: 16.459px;   padding-left: 10px;  
    }
    .post-content .price-box span {
        font-size: 9px;
        font-style: normal;
        font-weight: 600;
        line-height: 16.459px;
    }

    .address-box-content-text {
        font-size: 7px;
        font-style: normal;
        font-weight: 500;
        line-height: 10.287px;
        letter-spacing: 0.7px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center; 
        max-height: 21px;
    }
    .row.price-box {
        margin-top: 0px;
    }




    .post-content .btn.d3 { 
        padding: 10px 16px; 
    }








    .section-6-content .ads-box-firstline-content-icon svg {
        width: 16px;
        margin-left: -21px;
    }
    .animal_images_to_view_box_title .ads-box-firstline-content-icon {
        margin-top: -4px;
        margin-left: -26px;
    }

    .index-section .dropdown-menu.ads-box-dropdown-menu.show.ads {
        margin-top: 2rem;
        margin-left: 16rem;
        scale: 1.4;
    }




} */



/* @media  (max-width : 424px){
   .section-6-content .suggest-slides .owl-stage-outer, .ads-suggest-slide {
        max-width: 100%;
        max-width: 360px;
        margin-left: 65px;
        width: 83%;
        margin-bottom: 5rem;
        margin-top: 4rem;
        scale: 1.5;
    }
   .section-6-content  b.caret.fa.fa-angle-left.rt-n90, b.caret.fa.fa-angle-right.rt-n90 {
        margin-top: 0px;
    }
   .section-6-content  b.caret.fa.fa-angle-left.rt-n90 {
        margin-left: 0px;
        margin-top: 1px;
    }
   .section-6-content  b.caret.fa.fa-angle-right.rt-n90 {
        padding-top: 0px;
    }
   .section-6-content  .price-box-number-details {
        margin-top: 0px;
    }
    .section-6-content .row.price-box {
        margin-top: 7px;
        margin-left: -5px;
    }
   .section-6-content  .post-content-box { 
        gap: 4px; 
    }

   .section-6-content  .post-content .price-box label { 
        padding-left: 12px;
        font-size: 10px;
    }
    .section-6-content .price-box-number-details { 
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        max-height: 25px;
        margin-left: 0;
    }

   .section-6-content  .post-content .btn.d3 { 
        padding: 9px !important;
    }
   .section-6-content  .btn-group.ads .ads-box-firstline-content-drop-dots { 
        width: 10px;
        margin-left: -2px !important;
        margin-top: -25px;
        scale: 0.7;
    }
   .section-6-content  .post-img-date { 
        top: 7px;
        right: 11px; 
    }
   .section-6-content  .post-slide .post-content { 
        gap: 11px !important;
    }

   .section-6-content  .ads-box-firstline-content-icon svg {
        width: 16px;
        margin-left: -28px;
    }
   .section-6-content  .post-content .title-box p { 
        font-size: 11px; 
    } 
    .slide-image .col-md-2.ads-box-firstline-content-box {
        top: 12px !important;
        left: -7px !important;
    }
    .address-box-content-text {
        font-size: 8px; 
        font-weight: 600; 
        justify-content: flex-start;
    }
    .section-6-content  .ads-box-firstline-content-icon {
        margin-top: -1px;
    }
    .section-6-content .ads-suggest-slide .dropdown-menu.ads-box-dropdown-menu.show.ads {
        scale: 0.8;
    }
    .index-section.table-details-box .btn-group.ads {
        margin-left: -111px !important;
    }
    

    .text-img-placeholder { 
        font-size: 17px !important; 
    }
    .breed-and-favorate { 
        margin-bottom: 5px;
        margin-top: -3px;
    }
    .index-section .dropdown-menu.ads-box-dropdown-menu.show.ads {
        margin-top: 2rem;
        margin-left: 16rem;
        scale: 1.4;
    }

} */


/* @media  (max-width : 380px){ 
        .index-section .dropdown-menu.ads-box-dropdown-menu.show.ads {
        margin-top: 2rem;
        margin-left: -21rem;
        left: initial !important; 
        scale: 1.4;
    }
} */






