body {
    background: #F4F4F4 !important;
}

/* .section {
    padding: 42px 0; 
}  */

* {
    /* user-select: none; */
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
}


/* index section  */





/* end index section */





.vedios-boxs-container .owl-stage {
    min-height: 100%;
}



/* section 1 imgaes */
.animal_images_to_view_box {
    padding: 0;
    max-width: 70px;
    max-height: 584px;
    overflow: hidden;
}

.animal_images_to_view_box_title {
    max-width: 464px;
    min-width: 464px;
    padding-left: 4px;
}

.animal_images_to_view_box_title img {
    width: 100%;
    min-height: 100%;
    border-radius: 8px;
    object-fit: cover;
    margin-left: -0.4px;
}


.box-image-content-media {
    gap: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}



.video-box {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-page video.my-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.animal_images_to_view_box_title {
    max-width: 464px;
    min-width: 464px;
    height: 584px;
    overflow: hidden;
    padding: 0;
    border-radius: 8px;
    background: lightgray -48.132px 0px / 120.746% 100% no-repeat;
}


.section-1-content {
    display: flex;
    flex-wrap: wrap;
    gap: 43px;
    flex-direction: row;
    align-items: center;
}
.section-1-content *{
   user-select: none;
}

.details-box {
    max-width: 410px;
    width: 100%;
    background-color: #FCF3E6;
    padding: 0px;
    max-height: 584px;
    overflow: hidden;
    border-radius: 8px;

}


.title-img-box {
    position: relative;

}

.title-image-hover-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    padding: 56% 44%;
    top: 0;
    cursor: pointer;
    display: none;
}

.title-img-box:hover .title-image-hover-icon {
    display: block
}

/* .title-img-box:not(:hover) .controlls-video-box{
    display: none
   }  */






.title-image-hover-icon.video-show-icon {
    top: 0;
    left: 88%;
    width: fit-content;
    padding: 0;
}


.title-image-hover-icon.video-show-icon img {
    width: 32px;
    margin-top: 10px;
    margin-left: 12px;
}












.title-image-hover-icon.video-show-icon svg {
    width: 40px;
    height: 67px;
}

.box-image-content span.click-video.pop-main-icon-box {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.title-img-box-number-box.active-media-number {
    background-color: #f5f5dc00;
    position: absolute;
    width: 100%;
    height: 34px;
    left: 0;
    margin-left: auto;
    display: flex;
    justify-content: center;
    bottom: 20px;
}

.title-img-box-number-box-text {
    width: 93px;
    height: 34px;
    border-radius: 13.5px;
    background: #1b1c17b5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 16px;
    letter-spacing: 2px;
}

.box-image-content .animal_images_to_view_box {
    padding: 0;
    max-width: 70px;
    max-height: 548px;
}

.box-image-content .owl-carousel .owl-stage {
    display: flex;


}

.box-image-content {
    position: relative;
}

.box-image-content .prev-icon,
.box-image-content .next-icon {
    position: absolute;
    left: 16px;
    cursor: pointer;
    z-index: 7;
    padding: 20px;
    margin: -20px;
}

.controlls-video-box-content {

    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 78%;
    margin: auto;
    gap: 20px;
    flex-direction: column;

}












.main-details-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    padding: 19px 32px 15px 32px;
    width: 410px;
    height: 584px;
}

.details-section {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.details-section:not(:last-child)::after {
    position: absolute;
    content: '';
    width: 137%;
    left: -60px;
    border-bottom: 1px solid #967244;
    bottom: 0;
}

.details-section:not(:last-child) {
    padding-bottom: 5px;
}

.details-section:not(:first-child) {
    padding-bottom: 5px;
}

.details-section.section1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 230px;
    justify-content: space-between;
    padding-bottom: 18px;
}
.title-name {
    padding-top: 10px;
}

.details-section.section1>div {
    min-height: max-content;
}

.status-box {
    display: flex;
    justify-content: space-between;
}

.status {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dot {
    position: relative;
    width: 6px;
    height: 0px;
    line-height: 37px;
    margin-bottom: -4px;
}

.dot::after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    left: 0;
    top: 0;
    background: black;
    border-radius: 50%;
}



.details-section-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    color: var(--Dark, #1B1C17);
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
}

.details-section.section1 .details-section-title {
    font-size: 14.5px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;

}



.titel-content {
    color: var(--Title, var(--Color, #967244));
    font-family: Plus Jakarta Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    overflow: hidden;
    word-break: break-word;
}

.details-section-address {
    display: flex;
    gap: 10px;
    color: var(--Website-New-Color-Palette-4, #1B1C17);
    font-family: Plus Jakarta Sans;
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
    line-height: 20px;
    /* 106.667% */
    letter-spacing: 1.2px;
}

.flag-icon {
    display: flex;
    align-items: flex-end;
    padding-bottom: 0px;
}

.details-section.section2.features {
    display: flex;
    flex-direction: column;
    gap: 13px;
    max-height: 137px;
    min-height: 137px;
    justify-content: flex-start;
    padding: 5px 0;
}


.features-list {
    display: flex;
    flex-wrap: wrap;
    color: var(--Dark, #1B1C17);
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.48px;
    gap: 10px;
}

.features-list-item {
    display: flex;
    gap: 8px;
}

.features .title-name {
    font-weight: 600;
}

.details-section.section3.price {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-height: 101px;
    padding: 28px 0;
    justify-content: center;
}

.price-number-box {
    display: flex;
    gap: 9px;
    padding-left: 15px;
}

.price-number {
    color: var(--Green-3, #25b11f);
    font-family: Plus Jakarta Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.price-type {
    color: #616161;
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.details-section.section4 {
    max-height: 95px;
    padding: 28px 0;
}



















/* .customer-profile */




.customer-profile {
    margin-left: 72.5rem;
    position: fixed;
    border-radius: 8px;
    background: var(--Recommended-Color, #C0AA8F);
    max-height: 584px;
    z-index: 1;
}

.customer-profile.top {
    top: 200px;
}


.customer-profile.sticky {
    top: 50px;
    /* Adjust the value based on where you want it to stick */
}



.customer-profile-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.customer-profile-box>div {
    width: 100%;
}




.profile-box-item.image-cover {
    max-width: 320px;
    max-height: 168px;
    height: 131px;
    overflow: hidden;
}

.profile-box-item.image-cover .media-box {
    min-width: 100%;
    min-height: 100%;
}

.profile-box-item.image-cover .media-box .img-box {
    min-height: 130px;
}

.profile-box-item.image-cover .media-box .img-box img {
    object-fit: cover;
}

.profile-box-item.image-details {
    padding: 16px 0 24px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.image-details-item.image-details-image {
    width: 80px;
    height: 80px;
    margin-bottom: 12px;
}

.profile-box-item.image-details {
    padding: 16px 0 24px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    justify-content: center;
    background: var(--Light-BG, #FCF3E6);
    min-height: 183px;
}

.online-status-online {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    border: 1.5px solid var(--White, #FFF);
    background: var(--Success-500, #12B76A);
}

.profile-image {
    position: relative;
    min-width: 80px;
    min-height: 80px;
    height: 80px;
}

.profile-image img {
    min-width: 80px;
    min-height: 80px;
    height: 80px;
}

.profile-image .img-box {
    border-radius: 50%;
    overflow: hidden;
}



.online-status-online.offline {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    border: 1.5px solid var(--White, #FFF);
    background: #D0D5DD;
}

.online-status {
    position: absolute;
    right: 5px;
    bottom: 1px;
}

.image-details-item.user-name {
    color: var(--Title, var(--Color, #967244));
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.6px;
}

.image-details-item.category-type {
    color: var(--Dark, #1B1C17);
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.45px;
    text-transform: capitalize;

    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}


.profile-box-item.address-details {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 18px 24px;
    color: var(--Dark, #1B1C17);
    font-family: Plus Jakarta Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1.2px;
    padding-right: 10px;
}

.profile-box-item.address-details::after {
    position: absolute;
    content: '';
    height: 1px;
    background: #FCF3E6;
    bottom: 0;
    width: 100%;
    left: 0;
}


.address-details-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    word-break: break-word;
}

.profile-box-item.btn-action {
    display: flex;
    flex-direction: column;
    padding: 16px 16px 16px 16px;
    gap: 8px;
}



.customer-profile .btn-box {
    padding: 12px;
}


div#pop-customer {
    background: rgb(95 95 95 / 0%);
}

.customer-profile-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: aliceblue;
    border-radius: 4.672px;
    background: var(--Recommended-Color, #C0AA8F);
    max-height: 584px;

}

@media (min-width : 1200px) {
    .customer-profile-box {
        max-width: 320px;
        min-width: 320px;
    }
}




.pop-customer.popup_content {
    height: 100%;
    padding: 0;
    margin: 0;
}

.pop-customer-content-container {
    height: 134%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000a8;
}


.pop-customer-content {
    width: 366.891px;
    height: 599.086px;
    margin: auto;
    position: relative;
    border-radius: 8px;

}

.pop-customer-content .customer-profile-box {
    max-height: 632px;
    border-radius: 8px;
}

.pop-customer-content .profile-box-item.image-cover {
    max-width: 100%;
    max-height: 168px;
}

.pop-customer-content .profile-box-item.image-cover .media-box {
    min-width: 100%;
    min-height: 100%;
}

.pop-customer-content .profile-box-item.image-cover .media-box .media-box-meida {
    min-width: 100%;
    min-height: 130px;
}


.pop-customer-content .profile-box-item.image-cover img {
    max-width: 100%;
    width: 100%;
}


.pop-customer-content .close-icon {
    background-color: #FFF;
    width: 40px;
    height: 40px;
    top: -21px;
    right: 57px;
    z-index: 1;
}
@media (max-width: 1200px) {
.pop-customer-content .close-icon { 
    right: 15px; 
}
}
.details-section-block .btn-box.bg-black a{ 
    width: 100%;
    height: 100%;
    text-align: center;
        padding: 14% 46%;
  }

/*end  .customer-profile */




























/*end  section 1 imgaes */




.my_label-radio~.row.pr-3 {
    gap: 15px;
    flex-wrap: nowrap;
}


















/* section 2 */
.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;
    width: 100%;
}

.more-details .fa-circle {
    font-size: 10px;
}


.table-details-box {
    display: flex;
    gap: 40px;
    max-width: 987px;
    width: 100%;
}

.table-details-item {
    width: 100%;
    border-top: 0.56px solid var(--Light-BG, #FCF3E6);
    border-bottom: 0.56px solid var(--Light-BG, #FCF3E6);
    background: var(--Light-BG, #FCF3E6);
    display: flex;
    flex-direction: column;
}

.table-details-item-content {
    display: flex;
    justify-content: space-between;
    word-spacing: 1px;
}


.table-details-item-content>div {
    padding: 6px;
    padding-left: 11px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20.68px;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    gap: 5px;
    max-width: 238px;
    flex-wrap: wrap;
    word-break: break-word;
}

.table-details-item-content .title {
    background: var(--Dark, #1B1C17);
    color: var(--Light-BG, #FCF3E6);
    background: var(--Dark, #1B1C17);
    color: var(--Light-BG, #FCF3E6);
    display: flex;
    flex-wrap: wrap;
    max-width: 238px;
    min-height: 55px;
    display: flex;
    align-content: center;
}

.table-details-item-content .title:not(:last-child) {
    border: 1px solid #fcf3e666;
}

.table-details-item-content .link {
    cursor: pointer;
    color: #5538C6;
    text-decoration-line: underline;

}

.table-details-item-content .link .first-letter-uppper {
    position: relative;
}

.table-details-item-content .link .first-letter-uppper::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #5538C6;
    bottom: -7px;
    left: 0;
}


.table-details-item-content a.link:hover {
    text-decoration-line: underline !important;
}

.value-item {
    width: 100%;
}

.value-item:not(:last-child) {
    padding-bottom: 34px;
}

.table-details-item-content.hidden {
    display: none;
}


.more-details-box {
    color: #967244;
    justify-content: center;
}

.more-details-box .fa-angle-down,
.more-details-box .fa-angle-up {
    font-size: 25px;
    color: #967244;
    padding: 0 5px;

}

.more_details {
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--Title, var(--Color, #967244));
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    cursor: pointer;
    width: 100%;
}



/*end  section 2 */
.content-page .tooltiptext1.banner-tooltip.prize { 
    margin-left: -86px !important;
}





/* section 3 */

.decoration-box {
    color: var(--Dark, #1B1C17);
    text-align: justify;
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 133.333% */
    letter-spacing: 0.9px;
    max-width: 100%;
    display: flex;
    max-width: 100%;
    flex-direction: column;
    gap: 19px;
}

.decoration-box .more-details {
    padding: 10px 0;
}

.decoration-box #toggle_text {
    padding: 0;
    font-style: normal;
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #967244;
}

#descriptions-read-more {
    word-break: break-word;
    text-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    padding-right: 5px;
    white-space: pre-wrap;
}

/* end section 3 */














/*  section 4 */

.section-4-content.section {
    padding-bottom: 40px;
}

.section-7-content.section.suggest-slides {
    padding-bottom: 40px;
}







.parant-slide-box {
    display: flex;
    width: 100%;
    gap: 24px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section-4-content .wrapper {
    max-width: 480px;
    overflow: hidden;
    max-height: 100%;
    border-radius: 8px;
    position: relative;
}

.father-slider {
    /* box-shadow: 0px 7px 3px -4px rgba(0, 0, 0, 0.3); */

}

.parant-slide-item .wrapper {
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.25);
}


.section-4-content .owl-stage {
    display: flex;
    min-width: 100%;
    max-height: 233px;
}

.section-4-content .owl-stage .owl-item {
    max-width: 480px;

}

.section-4-content .owl-stage .item {
    max-width: 480px;
    position: relative;
    max-height: 240px;
    min-height: 238px;
}

.section-4-content .owl-stage .item img {
    max-width: 100%;
    min-width: 100%;
    min-height: 65%;
    /* height: 100%; */
    max-height: 237px;
    object-fit: cover;
}


.text-img-placeholder {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    top: 68%;
    color: #70513A;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}


.text-img-placeholder {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    top: 68%;
    color: #70513A;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

.parant-slide-item {
    position: relative;
    height: 240px;
    width: 480px;
}

.section-4-content .icon-next,
.section-4-content .number-index-box,
.section-4-content .name-parent {
    position: absolute;
}

.section-4-content .icon-next {
    right: 21px;
    top: 35%;
    cursor: pointer;
    box-shadow: 0px 5px 19px -14px black;
    border-radius: 50%
}

.section-4-content .icon-next:hover path {
    fill: #d9d9d9c9;
}

.section-4-content .number-index-box {
    right: 35px;
    bottom: 21px;
    width: 56px;
    height: 30px;
    border-radius: 13.5px;
    background: #d9d9d9bd;
    color: var(--Dark, #1B1C17);
    font-family: Plus Jakarta Sans;
    font-size: 15px;
    font-style: normal;
    letter-spacing: 2px;
    font-weight: 800;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-4-content .name-parent {
    left: 25px;
    bottom: 15px;
    color: #FFF;
}

.section-4-content .name-parent .parent-type {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* text-transform: uppercase; */
}

.section-4-content .name-parent .parent-name {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
}


/* end section 4 */
























/* popup media */


/* end   popup media*/



















/* owl-carousel */
.box-image-content .wrapper {
    height: 460px;
    width: 64px;
    margin-top: 74px;
}


.box-image-content .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    height: 78px;
    width: 445px;
}



.box-image-content .owl-carousel-vertical {
    transform: rotate3d(0, 0, 1, 90deg);
}

.box-image-content .owl-carousel-vertical .item {
    transform: rotate3d(0, 0, 1, -90deg);
    width: 59px;
    height: 70px;
    cursor: pointer;
    position: relative;
}

.box-image-content .owl-carousel-vertical .item[action="change"]::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000014;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 7px;
}

.box-image-content .owl-carousel-vertical .item[action="change"] svg {
    z-index: 2;
}

.box-image-content .owl-carousel-vertical .item[action="change"] .item-photo-icon {
    z-index: 2;
}




.box-image-content .item-photo-icon {
    position: absolute;
    top: 26%;
    left: 22%;
}

.box-image-content .owl-carousel .owl-stage {
    display: flex;
    gap: 0;
    margin-left: 3px;

    margin-top: -4px;
}

.main-content-slide-wrapper-vidoes .owl-stage-outer .owl-carousel .owl-stage {
    gap: 26px;
}

/* .box-image-content  .no-js .owl-carousel, .owl-carousel.owl-loaded {
      display: none; 
  } */

.box-image-content .owl-carousel .owl-item img {
    display: block;
    width: 57px;
    height: 70px;
    border-radius: 8px;
    object-fit: cover;
}

.box-image-content .owl-carousel.owl-drag .owl-item {
    margin-right: 0;
    margin-top: 2px;
}

.box-image-content .owl-carousel.owl-drag .owl-item {
    margin-left: 30px !important;
}

.box-image-content .owl-carousel.owl-drag .owl-item:first-child {
    margin-left: 6px !important;

}

.box-image-content .next-icon {
    bottom: 0;
}

.box-image-content .active-img img {
    border: 4.386px solid var(--Icons, #F0C484);
}

.box-image-content .active-img video {
    border: 4.386px solid var(--Icons, #F0C484);
}

.box-image-content .owl-carousel .owl-item video {
    width: 59px;
    height: 70px;
    object-fit: cover;
    position: relative;
    border-radius: 8px;
}

.box-image-content .video-box {
    position: relative;
}

.box-image-content span.click-video {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}




.animal_images_to_view_box span.click-video svg {
    width: 36px;
}

.animal_images_to_view_box span.click-video svg path {
    stroke: #F0C484;
    stroke-width: 10px;
}


.animal_images_to_view_box .active-img span.click-video svg path {}


.owl-carousel .owl-item {
    min-width: fit-content;
}

/*end owl-carousel */


.box-image-content .progress-video-box {
    background: #fff0da85;
    height: 7px;
}

.title-img-box .progress-video-box-item.progress-video-box-duration::after {
    top: -3px;
}

.box-image-content .progress-video-box-item {
    background: #F0C484;
}

.box-image-content .progress-video-box-item.progress-video-box-buffered {
    background: #b1b1a9 !important;
}



#overflow_text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}






.box-image-content .animal_images_to_view_box .video-box.video-box-overlay::before {
    z-index: 1;
    background: #00000014;
    border-radius: 4.782px;
}


.section-5-content.section .box-image,
.section-5-content.section .box-image img {
    min-width: 100%;
    max-height: 284px;
    object-fit: cover;
    object-position: top;
    border-radius: 8px;
}




.section-5-content .table-details-box {}


.row.table-details-box-container {
    width: 103%;
    min-width: 100%;
    display: flex;
    justify-content: space-between;
}





.section-6-content.section.suggest-slides .more-details {
    padding: 0;
}

.section-6-content.section.suggest-slides .slide-ads-title-box {
    padding: 65px 0 40px 0;
}

.box-image-content .owl-carousel-vertical .item[action="change"][data-type="video"] {
    margin-top: 4px;
}

#main-content-slide-wrapper-vidoes .owl-carousel .owl-stage {
    display: flex;
    gap: 0;
    margin-left: 17px;
    margin-top: 5px;
}




.banner-ads-conainer .ads-status-box {
    top: 32px !important;
    left: 28px;
}

.ads-status-box {
    top: 0px;
    left: inherit;
    right: 0;
}


/* response s1 */

/* @media  (max-width : 1440px){
    .customer-profile{
        display: none;
    }
 
    .section {
        padding: 0px 0;
        display: flex;
        flex-direction: column; 
        align-items: center;
    } 
   
    
   
} */










.post-slide .btn-group.ads {
    position: absolute;
    left: inherit !important;
    right: 32px;
    top: 11px !important;
    z-index: 1;
    cursor: pointer;
    width: 12px;
}

.breed-and-favorate {
    position: relative;
}




.details-section-block{
 display: flex;
    justify-content: space-between;
        gap: 25px;
}

.details-btn{
    flex: 1;
}















/* @media (min-width: 1100px) and (max-width: 1449px){ 
    .row.table-details-box-container {
        width: 100%;
        min-width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .table-details-box {
        display: flex;
        gap: 40px;
        max-width: 100%; 
        width: 100%;
        justify-content: space-between;
    }
    .table-details-item {
        width: 100%; 
        flex: 1;
    max-width: 486px;
    }


    .section-1-content {
        display: flex;
        flex-wrap: wrap;
        gap: 43px;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    } 


    
} */





/* @media (min-width: 1100px) and (max-width: 1500px){ 
    .table-details-item-content .title{
        min-width: 230px;
    }  
} */

/* @media (min-width: 961px) and (max-width: 1449px){ 
    .page-content.container { 
        max-width: 1030px;
    }
} */









/* @media (min-width: 801px) and (max-width: 1099px){ 
    .section-1-content {
        display: flex;
        flex-wrap: wrap;
        gap: 43px;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .section-1-content > div {
        flex: 1;
    }  
    .animal_images_to_view_box_title {
        min-width: 100%;
    }

   
        .section-4-content .wrapper{
            width: 329.97px; 
            max-height: 164.985px;
          } 

          .section-4-content .owl-stage .owl-item {
            max-width: 329px;
            width: 329.97px; 
            max-height: 164.985px;
        }
        .parant-slide-item {
            max-width: 329px;
            width: 329.97px; 
            max-height: 164.985px; 
        }
        .parant-slide-box { 
            justify-content: space-between;
            flex-wrap: nowrap;
        }
        
        .box-image-content .wrapper {
            height: 380px;
            width: 69px;
            margin-top: 0px;
        }
      
   
} */





/* @media (min-width: 961px) and (max-width: 1280px){ 
    .section-1-content {
        display: flex;
        flex-wrap: wrap;
        gap: 43px;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .section-1-content > div {
        flex: 1;
    }  
    .animal_images_to_view_box_title {
        min-width: 100%;
    }
    .section-4-content .wrapper {
        width: 100%;
        min-width: 100%;
        max-height: 240px;
    }
    .parant-slide-item {
        max-width: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        max-height: 240px;
        flex: 1;
    }
    .section-4-content .owl-stage .owl-item {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        max-height: 240px;
    }
    
    
} */

















/* @media (min-width: 877px) and (max-width: 1200px){ 
    .page-content.container {
        max-width: 1082px;
    }
.corner {
    background-color: #F1E1CD;
    min-height: 270px;
}
.col-md-4.corner-not-top.corner.corner_r.mobile-hidden {
    margin-left: -2px;
} 
.banner-item .banner-ads-conainer .ads-container { 
    height: 269.7px !important;
}
.table-details-box-container {
    padding-left: 13px;
    margin-right: 245px;
    transform-origin: left top;
    scale: 1.27;
    min-width: 80% !important;
    max-width: 599px;
    margin-bottom: 77px;
}
} */





















.box-image-content-media {
    margin-left: -9px;
}

.corner {
    min-height: 100%;
    background-color: #F1E1CD;
}



.post-content-box {
    min-width: 100%;
}

/* .dropdown-menu.ads-box-dropdown-menu.ads.show {
    scale: 1.2;
    transform-origin: left top;
    margin-left: -2rem;
} */

.btn-box {
    color: #FCF3E6;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    border-radius: 8px;
    word-spacing: 2px;
    cursor: pointer;
    min-height: 44px;
    max-height: 44px;
}


.details-section-address.without-state {
    align-items: center;
}

@media (min-width: 1450px) {

    /* .btn-group.ads .ads-box-firstline-content-drop-dots {
        width: 10px;
        margin-left: 38px;
    } */
    .btn-group.ads {
        top: 41px !important;
    }

    .ads-index-path {
        padding: 0 0px;
    }

    .banner-adv-item {
        min-height: 270px;
    }

    .col-md-4.corner-not-top.corner.corner_l {
        min-width: 337px;
        min-height: 271px;
    }

}








@media (min-width: 877px) and (max-width: 1450px) {}


@media (max-width: 1450px) {
    .customer-profile {
        display: none;
    }

    .section-1-content {
        justify-content: space-between;
    }

    .table-details-box {
        justify-content: space-between;
        max-width: 100%;
    }

    .row.table-details-box-container {
        width: 100%;
    }

    .table-details-item-content {
        display: flex;
        justify-content: flex-start;
        word-spacing: 1px;
    }

    .table-details-item-content>div {
        flex: 1;

    }

    .table-details-item-content .title {
        max-width: 50%;
    }

    .corner {
        height: 271px !important;
    }


}




@media (min-width: 1200px) and (max-width: 1450px) {
    .page-content.container {
        max-width: 1032px;
    }

    .btn-group.ads {
        top: 42px !important;
    }

}

@media (min-width: 877px) and (max-width: 1200px) {
    .page-content.container {
        max-width: 1030px;
    }

    .main-content-box {
        scale: .8;
        transform-origin: left top;
        width: 124.9%;
    }

    .other-header .inner-header {
        padding: 0;
        max-width: 796px;
    }

    .btn-group.ads {
        top: 42px !important;
    }
}




@media (max-width: 1200px) {

    .corner {
        min-height: 272px !important;
    }

    .index-section .dropdown-menu.ads-box-dropdown-menu.ads.show {
        scale: 1.5;
        transform-origin: left top;
        margin-left: 5rem;
    }

    .section-4-content .owl-stage .item img {
        max-height: 240px;
    }
}





@media (min-width: 1000px) and (max-width: 1200px) {

    .suggest-slides .owl-stage-outer,
    .ads-suggest-slide {
        scale: 1;
        transform-origin: left top;
        margin-bottom: 1rem;
        width: 100%;
    }
}

@media (min-width: 1050px) and (max-width: 1200px) {
    .main-content-box {
        scale: .9;
        transform-origin: left top;
        width: 111%;
    }

    .btn-group.ads {
        top: 43px !important;
    }
}

@media (max-width: 900px) {

    .section-6-content.section.suggest-slides {
        margin-bottom: 42px;
    }

}


@media (min-width: 877px) and (max-width: 1200px) {
    .banner-adv-item {
        min-height: 271px;
    }



}



@media (max-width: 877px) {
    .ads-status-box {
        scale: .8;
    }

    .corner {
        min-height: auto !important;
        height: 169px !important;
    }

    .banner-ads-conainer .ads-status-box {
        top: 15px !important;
        left: 1px;
    }

    .post-content-box {
        gap: 23px;
    }

    .suggest-slides {
        max-width: 100%;
    }

    .parant-slide-box {
        flex-wrap: nowrap;
    }

    .post-content-box {
        min-width: 100%;
    }

    .table-details-box {
        display: flex;
        gap: 40px;
        max-width: 100%;
        width: 100%;
        flex-direction: row;
    }
.section-1-content {
    display: flex;
    flex-wrap: nowrap;
    gap: 43px;
    flex-direction: row;
    align-items: flex-start;
    scale: .9;
    transform-origin: top left;
    width: 110%;
    margin-bottom: -4rem;
}

.owl-carousel {
    width: unset;
    margin-left: unset;
    transform-origin: unset;
    z-index: unset;
}

.parant-slide-item {
    position: relative;
    height: 100%;
    /* width: 480px; */
    flex: 1;
}






    .section-4-content .wrapper {
        max-width: 100%;
    }

    .section-4-content .owl-stage .item {
        max-width: 100%;
        position: relative;
        max-height: 100%;
        min-height: 100%;
    }

    .section-4-content .owl-stage {
        max-width: 100%;
    }

    .section-4-content .owl-stage .owl-item {
        max-width: 100%;
        min-width: 100%;
    }

    .main-content-box {
        scale: .7;
        transform-origin: left top;
        width: 142.9%;
    }

    .page-content.container {
        max-width: 928px;
    }

    .btn-group.ads {
        right: 48px;
        bottom: -30rem;
    }

    .index-section .dropdown-menu.ads-box-dropdown-menu.ads.show {
        scale: 1.5;
        transform-origin: left top;
        margin-top: -30rem;
        margin-left: -4rem;
    }

    .post-slide .btn-group.ads {
        position: absolute;
        left: inherit !important;
        right: 20px;
        top: 0px !important;
        z-index: 1;
        cursor: pointer;
        width: 12px;
        height: 51px;

    }

    .ads-suggest-slide .dropdown-menu.ads-box-dropdown-menu.show.ads {
        margin-left: -5rem !important;
    }

    .dropdown-menu.ads-box-dropdown-menu.ads.show {
        scale: 1.5 !important;
        transform-origin: left top;
    }


    .section-4-content .owl-stage .item img {
        max-height: 216px;
    }

}








@media (max-width: 700px) {

    .details-box {
        margin-top: -39px;
    }

    /* .main-content-box {
        scale: 0.7;
        transform-origin: left top;
        width: 142.8%;
    } */
    .section-1-content {
        scale: .7;
        width: 141%;
        margin-bottom: -14rem;
    }



    .menu-header {
        height: 108vh;
        width: 114vw;
        margin-top: 0;
    }


    .section-1-content {
        display: flex;
        flex-wrap: nowrap;
        gap: 43px;
        flex-direction: row;
        align-items: center;
        scale: .87;
        transform-origin: top left;
        width: 114%;
        margin-bottom: -8rem;
    }

    .page-content.container {
        max-width: 903px;
    }

    .table-details-box {
        flex-wrap: nowrap;
    }

    div#ads_suggest_main {
        scale: .88;
        transform-origin: top left;
        min-width: 114%;
        margin-bottom: -7rem;
    }

    .table-details-item-content>div {
        font-size: 15px;
    }

    .section-4-content .wrapper {
        max-width: 418px;
    }

    .main-content-box {
        scale: .7;
        transform-origin: left top;
        width: 142.9%;
    }


}








@media (min-width: 700px) and (max-width: 877px) {
    div#ads_suggest_main {
        scale: .9;
        min-width: 111%;
        transform-origin: left top;
        margin-bottom: -5rem;
    }

}




@media (min-width: 677px) and (max-width: 877px) {

    .parant-slide-box {
        display: flex;
        width: 100%;
        gap: 24px;
        justify-content: space-between;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .banner-box-container {
        min-height: 152px;
        scale: 1.3;
        margin-bottom: 8rem;
        transform-origin: left top;
        max-width: 77%;
        min-width: auto;
    }

    .parant-slide-box {
        display: flex;
        max-width: 99%;
        gap: 39px;
        justify-content: space-between;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .parant-slide-item {
        max-width: 431px;
    }

    .banner-box-container:has(.ads-container) {
        min-height: 181px;
        max-height: 184px;
        align-items: flex-start;
    }

    .corner {
        min-height: auto !important;
        height: 184px !important;
        margin-bottom: 11px;
    }

    #favorate_icon svg {
        width: 56px;
        margin-left: 16px;
    }
    .ads-suggest-slide {
        max-width: max-content;
        width: 106%;
        scale: .94;
        transform-origin: top left;
        margin-bottom: -2rem;
    }
}






@media (min-width: 675px) and (max-width: 678px) {


    .banner-item .banner-ads-conainer .ads-container {
        margin: 0 !important;
        max-width: 306px;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }

    .corner {
        min-height: auto !important;
        height: 100% !important;
    }

}







@media (max-width: 677px) {


    .btn-group.ads {
        right: 52px;
        bottom: 12rem;
        top: 53px !important;
    }

    .ads-box-firstline-content-icon { 
        padding-left: 39px;
        padding-top: 4px;
    }

    .corner {
        min-height: auto !important;
        height: 100% !important;
    }

    .suggest-slides {
        max-width: 100% !important;
        margin-left: -7px;
    }

    .breadcrumb-index {
        display: flex;
        margin: 0;
        flex-wrap: nowrap;
    }


    .index-section .dropdown-menu.ads-box-dropdown-menu.ads.show {
        scale: 1.4;
        transform-origin: top left;
        margin-left: -8rem;
        margin-top: -1rem;
    }

    .post-slide .btn-group.ads {
        position: absolute;
        left: inherit !important;
        right: 26px;
        top: 7px !important;
        z-index: 1;
        cursor: pointer;
        width: 12px;
    }

    .dropdown-menu.ads-box-dropdown-menu.ads.show {
        scale: 1.3 !important;
        transform-origin: left top;
        margin-top: 1rem !important;
    }

    .section-1-content {
        display: flex;
        flex-wrap: nowrap;
        gap: 43px;
        flex-direction: row;
        align-items: center;
        scale: .723;
        transform-origin: top left;
        width: 139%;
        margin-bottom: -12rem;
    }

    .page-content.container {
        max-width: 751px;
    }

    .parant-slide-box {
        display: flex;
        width: 100%;
        gap: 24px;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    div#ads_suggest_main {
        scale: .8;
        transform-origin: left top;
        min-width: 127%;
        margin-bottom: -6rem;
    }

    .table-details-box {
        display: flex;
        gap: 40px;
        max-width: 100%;
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .ads-status-box {
        scale: 1;
    }

    .section-4-content .owl-stage .item img {
        max-height: 169px;
    }
    .banner-ads-conainer .ads-status-box {
        top: 26px !important;
        left: 27px;
    }
    .pop-customer-content {
        scale: .7;
        transform-origin: bottom center;
        margin-top: -5rem;
    }
}





@media (min-width: 576px) and (max-width: 677px) {
    .parant-slide-item {
        position: relative;
        height: 100%;
        /* width: 480px; */
        max-width: 337px;
        flex: 1;
    }

    .parant-slide-box {
        display: flex;
        width: 100%;
        gap: 24px;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
    }
     .ads-suggest-slide {
        max-width: max-content;
        width: 126%;
        scale: .8;
        transform-origin: top left;
        margin-bottom: -2rem;
    }
}






@media (max-width: 576px) {
    div#table-details-item-2 {
        display: none;
    }

    .table-details-box {
        display: flex;
        gap: 40px;
        max-width: 100%;
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .post-slide .btn-group.ads {
        position: absolute;
        left: inherit !important;
        right: 27px;
        top: 7px !important;
        z-index: 1;
        cursor: pointer;
        width: 12px;
    }

    .post-content .btn.d3 {
        padding: 20px 20px !important;
    }

    .btn-group.ads {
        right: 92px;
        bottom: 12rem;
        top: 56px !important;
    }

    .parant-slide-box {
        display: flex;
        width: 100%;
        gap: 24px;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .main-content-box {
        scale: unset;
        transform-origin: unset;
        margin: unset;
        width: unset;
    }

    .banner-box-content {
        max-height: fit-content;
        min-height: 105px;
    }

    .banner-box-content .banner-item {
        max-width: 100%;
    }

    .section-4-content .owl-stage .owl-item {
        max-width: 100%;
    }

    .section-4-content .owl-stage .item {
        max-width: 100%;
    }

    .parant-slide-item {
        position: relative;
        height: 240px;
        width: 100%;
    }

    .section-4-content .owl-stage .item {
        min-height: auto;
        height: auto;
    }

    .parant-slide-item {
        height: auto;
    }



    .suggest-slides .owl-stage-outer,
    .ads-suggest-slide {
        max-width: max-content;
        width: 121%;
        scale: .84;
        transform-origin: top left;
        margin-bottom: -5rem;
    }
    .suggest-slides .owl-stage-outer, .ads-suggest-slide {
        max-width: max-content;
        width: 121%;
        scale: .94;
        transform-origin: top left;
        margin-bottom: -2rem;
    }



    .section-4-content .wrapper {
        max-width: 100%;
        overflow: hidden;
        max-height: 100%;
        border-radius: 8px;
        position: relative;
    }

    .table-details-box {
        max-height: 100%;
    }

    .suggest-slides {
        max-width: 100%;
    }


    .main-content-box {
        scale: .7;
        transform-origin: left top;
        width: 143%;
    }

    .section-1-content {
        scale: 1;
        width: 100%;
        margin-bottom: 1rem;
        flex-direction: column;
        gap: 88px
    }

    .details-box {
        min-width: 100%;
    }

    .main-details-box {
        width: 100%;
    }

    .box-image-content-media {
        scale: .9;
        min-width: 511px;
        max-width: 463px;
        transform-origin: left top;
        margin-bottom: -5rem;
        justify-content: space-between;
        margin-left: 41px;
    }

    .title-img-box.active-media {
        flex: 1;
        max-width: 83%;
    }

    .animal_images_to_view_box_title {
        min-width: 250px;
        max-width: 100%;
    }

    .more-details {
        font-size: 21px;
    }

    .page-content.container {
        padding-left: 3%;
    }

    .breadcrumb-index {
        margin-left: 84px;
    }


    .index-section .dropdown-menu.ads-box-dropdown-menu.ads.show {
        scale: 1.7;
        transform-origin: top left;
        margin-left: 3rem;
    }

    .dropdown-menu.ads-box-dropdown-menu.ads.show {
        scale: 1.35 !important;
        transform-origin: left top;
        margin-top: 2rem !important;
        margin-left: -4rem !important;
    }


    .page-content.container {
        max-width: 516px;
    }

    .breadcrumb-index {
        display: flex;
        margin: 0;
        width: 26rem;
        flex-wrap: wrap;
    }

    .btn-group.ads {
        right: 58px;
        bottom: 12rem;
        top: 62px !important;
    }

    .section-1-content>div {
        max-width: 531px;
    }

    .index-section .dropdown-menu.ads-box-dropdown-menu.ads.show {
        left: -93px !important;
    }

    .section-4-content .owl-stage .item img {
        max-height: 232px;
    }

    div#ads_suggest_main {
        scale: 1;
        transform-origin: left top;
        min-width: 127%;
        margin-bottom: 0rem;
    }

}

.col-md-2.ads-box-firstline-content-box {
    justify-content: flex-end;
}



@media (max-width: 385px) {
    .breadcrumb-index {
        display: flex;
        margin: 0;
        width: 26rem;
        flex-wrap: wrap;
    }

    .main-content-box {
        scale: .62;
        transform-origin: left top;
        width: 161%;
    }


    .section-1-content>div {
        max-width: 518px;
    }


}
@media(max-width: 677px){
    .ads-suggest-slide .btn-group.ads { 
        margin-top: -45px !important; 
    }
}
@media (max-width: 557px) {
    .index-section .btn-group.ads {
        margin-top: auto !important;
    }
    .ads-suggest-slide .btn-group.ads { 
        margin-top: -38px !important; 
    }
}




/* @media (min-width: 811px) and (max-width: 960px){ 

    .page-content.container {
       max-width: 790px;
    }
} */
















/* response s1 */

/* @media  (max-width : 1440px){
    .customer-profile{
        display: none;
    }

    .section-1-content { 
        justify-content: center;
    }
    .section {
        padding: 42px 0;
        display: flex;
        flex-direction: column; 
        align-items: center;
    } 
    .section-1-content {
        display: flex;
        flex-wrap: wrap;
        gap: 43px;
        flex-direction: row;
        align-items: center;
    }
    
   
} */






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


  


    .box-image-content .wrapper{
        height: 303px;
        width: 69px;
        }
        .owl-carousel .owl-item {
        max-height: 50px;
        max-width: 66px;
        min-width: 66px;
    }



.details-box {
    max-width: 282.781px;
    height: 398px;
}
.main-details-box { 
    padding:  0px 15px  ;
    width: 282.781px;
height: 398px;
}
.titel-content{
    font-size: 14px;
    line-height: 19px;
}
.details-section-title{
    font-size: 13px; 
    gap: 9px;
}
.ads-status-box {  
    width: 110px;
    height: 22px;
    gap: 3 px; 
    font-size: 12px; 
}


.details-section-address { 
    font-size: 12px; 
}
.features-list { 
    font-size: 11px;
}
.price-number { 
    font-size: 15px; 
}
.price-type { 
    font-size: 13px; 
}
.details-section.section4 {
    max-height: 95px;
    padding: 28px 0;
}

.details-section.section1 { 
    gap: 0px;
    min-height: 135px;
    max-height: 135px;
    height: 135px;
}

.details-section.section2.features { 
    gap: 7px;
    max-height: 123px; 
    min-height: 123px;
    padding: 28px 0;
}
.details-section.section2.features svg{
    width: 17px;
}
.details-section.section3.price { 
    gap: 1px;
    max-height: 74px; 
}
.details-section.section4 {
    max-height: 65px;
    padding: 15px 0;
}
.details-section-address svg {
width: 16px;
}


.animal_images_to_view_box_title{
    width: 317px;
height: 397px;
max-width: 317px;
    min-width: 317px;
} 
.title-img-box-number-box-text{
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    line-height: 10.904px;
    width: 63.656px;
height: 23.172px;
}
.box-image-content .animal_images_to_view_box { 
    max-height: 378px;
}
.box-image-content-media  svg{
width: 28px;
}
.box-image-content .owl-carousel-vertical .item{ 
    width: 51px;
    height: 66px; 
    margin-left: -7px;
}
.box-image-content .owl-carousel .owl-stage { 
    margin-left: 0px; 
}
#main-content-slide-wrapper-vidoes   .owl-carousel .owl-stage { 
    margin-left: 13px;
} 
 
.box-image-content .owl-carousel .owl-item video {
    width: 51px;
    height: 66px; 
}
.title-image-hover-icon.video-show-icon {
    display: block;
    max-height: fit-content;
    width: 163px;
    height: 138px;
    left: 44%;
    padding: 0px;
    top: -13%;
}
.title-image-hover-icon.video-show-icon img {
    position: absolute;
    left: 65%;
    top: 48%;
}

 
.more-details {
    font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 22.16px; 
}

.table-details-item-content > div{
    font-size: 13px;
font-style: normal;
font-weight: 700;
line-height: 15.936px;
padding: 8px;


}

.table-details-item-content .title{
    align-content: center;
}
.more-details-box .fa-angle-down, .more-details-box .fa-angle-up{
    font-size: 18px;
}
.decoration-box #toggle_text{
    font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 17.464px;  
letter-spacing: 0.7px;
padding: 20px 0;
}
.decoration-box{
    font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 17.464px;  
letter-spacing: 0.7px;
}


 
.section-4-content .owl-stage {
    display: flex;
    max-height: 164px;
}
.section-4-content .wrapper {
    max-width:  329.97px; 
    overflow: hidden;
    border-radius: 8px;
}
.section-4-content .owl-stage .item {
    max-width:  329.97px; 
    position: relative;
}
.parant-slide-item {
    position: relative;
    height: 164px;
    width: 329.97px;
}
.parant-slide-box .icon-next svg{
width: 35px;
}

.section-4-content .number-index-box {
    right: 24px;
    bottom: 14px;
    width: 35.059px;
    height: 18.561px;    
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 10.999px;  
}
.section-4-content .name-parent .parent-type {  
    font-size: 10.312px;
    font-style: normal;
    font-weight: 700;
    line-height: 10.999px;  
}

.section-4-content .name-parent .parent-name { 
    font-size: 16.498px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.998px;  
}



.section{
    padding: 25px 0;
}


.section-7-content.section.suggest-slides{
    padding-top: 0;
}



.box-image-content .owl-carousel-vertical .item[action="change"][data-type="video"]{
    margin-top: -3px;
}


 
} */



/* @media  (min-width : 802px){
    .box-image-content .owl-carousel .owl-stage-outer {
        height: 90px;
        width: 460px;
        margin-top: -57px;
    }


 } */


/* @media  (max-width : 801px){ 
    .box-image-content-media {
        gap: 0px; 
    }

    .animal_images_to_view_box_title {
        width: 317px;
        height: 397px;
        max-width: 317px;
        min-width: 317px;
    }
    .box-image-content .animal_images_to_view_box { 
        max-width: 61px;
    }
    .box-image-content .wrapper {
        scale: 0.7;

    }

    .box-image-content .owl-carousel .owl-stage-outer {
        height: 90px;
        width: 470px;
        margin-top: -57px;
    }



    .details-box {
        max-width: 365.781px;
        min-width: 323.781px;
        height: fit-content; 
    }
    .main-details-box {
        padding: 0px 15px;
        max-width: 365.781px;
        width: 100%;
        height: fit-content;
    }


    .details-section.section1 {
        gap: 17px;
        min-height: fit-content;
        max-height: 175px;
        height: fit-content;
        padding: 10px;
    }
    .titel-content{
        line-height: 19px;
    }

    .details-section.section3.price {
        gap: 1px;
        max-height: fit-content;
    }


    .parant-slide-box { 
        flex-direction: column;
        align-items: center;
    }

    .table-details-box { 
        flex-direction: column;
    }


    .details-section.section4 {
        max-height: 65px;
        padding: 20px 0;
    }




 






} */




/* @media (min-width: 647px) and (max-width: 800px){ 
    .mb-sm-5, .my-sm-5 {
        margin-bottom: 0rem !important;
    }
    .animal_images_to_view_box_title { 
        height: 459px; 
    }
    .table-details-box {
        flex-direction: row;
    }

    .table-details-box-container {
        max-width: 100%;
        min-width: 100%;
    }
    .table-details-item {
        max-width: 290px;
        min-width: 290px;
    } 
    

    .section-1-content {
        display: flex;
        flex-wrap: nowrap;
        scale: 0.8;
        width: 150%;
        transform-origin: top left;
        margin-left: -4rem;
    }
    .section-1-content {
        display: flex;
        flex-wrap: nowrap; 
    }
    .section { 
        margin-left: -4rem;
    }

    .parant-slide-box {
        flex-direction: column;
        align-items: center;
        flex-direction: row !important;
        flex-wrap: nowrap;
        scale: 0.85;
        margin-left: -3rem;
    }



    .titel-content {
        font-size: 15px;
        line-height: 19px;
    }
    .details-section.section1 .details-section-title {
        font-size: 15.5px; 
    }
    .ads-status-box {
        width: 95px;
        height: 24px; 
    }
    .details-section-address {
        font-size: 13px;
    }
    .details-section-title {
        font-size: 15px; 
    }
    .features-list {
        font-size: 13px;
    }
    .price-number {
        font-size: 18px;
    }
    .price-type {
        font-size: 14px;
    }

    .box-image-content .wrapper {
        scale: 0.8; 
    }

}

@media   (max-width: 647px){ 
    div#table-details-item-2 {
        display: none;
    
    }
} */





/* //////////////////////////// */

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

    .parant-slide-item {
        max-width: 329px; 
        height: 164px;
    }
    .section-4-content .wrapper {
        max-width: 329px;
        min-width: 329px; 
        min-height: 164px; 
        max-height:  164px;
    }
    .more_details {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 16.62px;
        letter-spacing: 0.7px;
    }
    .more-details .fa-circle {
        font-size: 7px;
    }
} */







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


  


    .box-image-content .wrapper{
        height: 303px;
        width: 69px;
        }
        .owl-carousel .owl-item {
        max-height: 50px;
        max-width: 66px;
        min-width: 66px;
    }



.details-box {
    max-width: 300px;
    height: 398px;
}

.main-details-box { 
    padding:  0px 15px  ;
    max-width: 300px;
height: 398px;
}


.titel-content{
    font-size: 16px;
}
.details-section-title{
    font-size: 13px; 
    gap: 9px;
}


.details-section-address { 
    font-size: 12px; 
}
.features-list { 
    font-size: 11px;
}
.price-number { 
    font-size: 15px; 
}
.price-type { 
    font-size: 13px; 
}
.details-section.section4 {
    max-height: 95px;
    padding: 28px 0;
}

.details-section.section1 { 
    gap: 0px;
    min-height: 140px;
    max-height: 140px;
    height: 140px;
}

.details-section.section2.features { 
    gap: 7px;
    max-height: 123px; 
    min-height: 123px;
    padding: 14px 0;
}
.details-section.section2.features svg{
    width: 17px;
}
.details-section.section3.price { 
    gap: 1px;
    max-height: 74px; 
}
.details-section.section4 {
    max-height: 66px;
    min-height: 59px;
    padding: 8px 0;
}
.details-section-address svg {
width: 16px;
}


.animal_images_to_view_box_title{
    width: 317px;
height: 397px;
max-width: 317px;
    min-width: 317px;
} 
.title-img-box-number-box-text{
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    line-height: 10.904px;
    width: 63.656px;
height: 23.172px;
}
.box-image-content .animal_images_to_view_box { 
    max-height: 378px;
}





.box-image-content-media  svg{
width: 28px;
}


.click-video.pop-main-icon-box svg{
    width: 115px;
}



.box-image-content .owl-carousel-vertical .item{ 
    width: 51px;
    height: 66px; 
}



.box-image-content .wrapper { 
    margin-top: 23px; 
}

 
.box-image-content .owl-carousel .owl-item video {
    width: 51px;
    height: 66px; 
}
.title-image-hover-icon.video-show-icon { 
    left: 82%; 
}
.title-image-hover-icon.video-show-icon svg { 
    width: 33px;
}


.more-details {
    font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 22.16px; 
padding: 0 0 28px 0;
}

.more_details{
    padding: 25px 0 0px 0;
}
.decoration-box .more-details {
    padding: 0px 0;
}









.table-details-item-content > div{
    font-size: 13px;
font-style: normal;
font-weight: 700;
line-height: 12.936px;
padding: 12px;


}

.table-details-item-content .title{
    align-content: center;
    min-width: 152px;
}
.more-details-box .fa-angle-down, .more-details-box .fa-angle-up{
    font-size: 18px;
}
.decoration-box #toggle_text{
    font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 17.464px; 
letter-spacing: 0.7px;
}
.decoration-box{
    font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 17.464px; 
letter-spacing: 0.7px;
}




.section-4-content .owl-stage {
    display: flex;
    justify-content: center;
    max-height: 205px;
}
.section-4-content .wrapper { 
    overflow: hidden;
    min-width: 100%;
    border-radius: 8px;
}

.section-4-content .owl-stage .item {
    position: relative;
}
.section-4-content .owl-stage .item  {  
    min-width:   329px; 
    width:   329px; 
    max-width:   329px; 

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

.section-4-content .owl-stage .item img{
    max-width: 100%;
}



.parant-slide-item {
    position: relative;
    height: 205px;
    display: flex;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
} 


.parant-slide-box .icon-next svg{
width: 35px;
}

.section-4-content .number-index-box {
    right: 24px;
    bottom: 14px;
    width: 38.059px;
    height: 21.561px;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 10.999px; 
}
.section-4-content .name-parent .parent-type {  
    font-size: 10.312px;
    font-style: normal;
    font-weight: 700;
    line-height: 10.999px; 
}

.section-4-content .name-parent .parent-name { 
    font-size: 16.498px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.998px;
}



.section{
    padding: 0 0 25px 0;
}


.section-7-content.section.suggest-slides{
    padding-top: 0;
}
.section-6-content.section.suggest-slides  .slide-ads-title-box{
    padding:  0  0 25px 0;
}
 
} */











/* @media (max-width:800px){
    .page-content.container {
        max-width: 400px;
    } 
} */













/* @media  (max-width : 799px){ 
    .box-image-content-media {
        gap: 0px; 
    }

    .animal_images_to_view_box_title {
        width: 100%;
        height: 397px;
        max-width: 317px;
        min-width: 281px;
    }
    .box-image-content .animal_images_to_view_box { 
        max-width: 61px;
    }





    .box-image-content .wrapper {
        scale: 0.7;

    } 



    .details-box {
        max-width: 365.781px;
        min-width: 330.781px;
        height: fit-content;
    }
    .main-details-box {
        padding: 0px 15px;
        max-width: 365.781px;
        width: 100%;
        height: fit-content;
    }


    .details-section.section1 {
        gap: 0px;
        min-height: fit-content;
        max-height: 175px;
        height: fit-content;
        padding: 10px;
    }

    .details-section.section3.price {
        gap: 1px;
        max-height: fit-content;
    }


    .parant-slide-box { 
        flex-direction: column;
        align-items: center;
    }

    .table-details-box { 
        flex-direction: column;
    }


    .details-section.section4 {
        max-height: 65px;
        padding: 20px 0;
    }




  


.box-image-content  .prev-icon svg,.box-image-content .next-icon svg{
   width: 22px;
}

.click-video.pop-main-icon-box svg{
    width: 75px;
}



.table-details-box-container{
    max-width: 365.781px;
    min-width: 200.781px !important;
    display: flex;
    justify-content: center;
}


.box-image-content-media {
    margin-left: -19px !important;
}
.box-image-content .prev-icon, .box-image-content .next-icon { 
    left: 8px; 
    left: -30px !important;
    width: 118px;
}


.index-section.table-details-box .btn-group.ads{
    margin-top: 2rem;
    padding: 32px;
    margin-left: -50px;
}
.more_details { 
    padding-bottom: 24px;
}

.section-4-content .owl-stage .item img{
    min-height: 167px;
}

} */





/* @media (max-width:575px){
    .parant-slide-item {
        max-width: 364px; 
        max-height:  181px; 
        
    }
    .section-4-content .wrapper {
        max-width: 364px;
        max-height:  181px;
        min-width: 364px; 
        min-height:  181px;
    }
    
    .more_details {
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: 16.975px;  
        letter-spacing: 0.65px;
    }
    .section-4-content.section .table-details-box {
        display: flex;
        flex-direction: colum;
        align-items: center;
        justify-content: center;
        align-content: center;
    }
   
} */











































/* 

@media  (max-width: 380px){ 

    .main-content-box {
        scale: 0.67;
        margin-left: -5.5rem;
        margin-right: -5.4rem;
        margin-top: -43.9rem;
    }
        .menu-header { 
        margin-top: 37rem;
    }
    .main-sub-menu {
        padding-left: 2rem;
    }
    .dropdown-menu.dropdown-menu-service.show {
        left: 6rem !important;
    }
    }

    .ads-status-box{
        position: relative;
    }
    .post-content-box { 
        width: 100%;
    }
    .post-content hr { 
        width: 115%;
        margin-left: -23px;
    }
    @media (min-width: 677px) and (max-width: 1200px) {
        .banner-box {
            margin-left: -9px;
            min-width: 100%;
        }
    }
    @media (min-width: 647px) and (max-width: 800px) {
        .box-image-content .wrapper {
            scale: 0.8;
            transform-origin: top left;
            margin-left: -8px;
            margin-top: 99px;
        }
    }

    @media (min-width: 677px) and (max-width: 900px) {
        .owl-carousel {
            display: inherit;
            width: inherit;
            margin-left: inherit;
            z-index: inherit;
        }
    }

    @media (max-width: 900px) {
        .post-slide .post-content {
            gap: 0px;
        }
        .post-content hr {
            margin-left: -17px;
            margin-top: 8px;
            margin-bottom: 0;
            width: 112%;
            margin-left: -13px;
        }
        
    }


    @media (max-width: 674px) {
        .page-content.container {
            max-width: 400px;
            margin-bottom: 0rem;
        }
    }

    @media (max-width: 480px) {
        .page-content.container {
            margin-top: 20rem;
            max-width: 400px;
            margin-bottom: 31rem;
        }
    }
    @media (min-width: 410px) and (max-width: 475px) {
.main-content-box { 
    margin-top: -30rem;
}
}



    @media (min-width: 677px) and (max-width: 877px) {
        .btn-group.ads {
            left: unset !important;
        }
    }
    @media (max-width: 675px) {
        .btn-group.ads {
            left: unset !important;
            top: unset !important;
        }
    }

    @media (max-width: 380px) {
        .main-content-box {
            scale: 0.67;
            width: 154%;
            margin-left: -0.5rem;
            margin-right: -5.4rem;
            margin-top: -15.9rem;
            transform-origin: top left;
        }
    }
    @media (max-width: 591px) {
        .breadcrumb-index {
            display: flex;
            margin: 0;
            flex-wrap: wrap;
            width: 311px;
        }
    }
    @media (max-width: 799px) {
        .index-section.table-details-box .btn-group.ads {
            margin-top: -1rem;
            padding: 32px;
            margin-left: -50px;
        }
    }
    @media (max-width: 577px) {
        .ads-index-path {
            width: 376px;
            margin-left: -6px;
        }
    }

    @media (min-width: 576px) and (max-width: 800px) {
        .page-content.container {
            max-width: 604px;
        }
    }
    .index-section.table-details-box .btn-group.ads .ads-box-firstline-content-drop-dots { 
        margin-top: 2rem;
    }
    @media (min-width: 647px) and (max-width: 800px) {
        .section {
            margin-left: 0rem;
        }
    }
    @media (min-width: 576px) and (max-width: 800px) {
        .page-content.container {
            max-width: 643px;
        }
    }
    @media (min-width: 647px) and (max-width: 800px) {
        .section-1-content {
            display: flex;
            flex-wrap: nowrap;
            max-width: 792px;
            justify-content: flex-start;
        }
    }

    @media (min-width: 673px) and (max-width: 800px) {
        .page-content.container {
            max-width: 673px;
        }
    }
    @media (min-width: 677px) and (max-width: 1200px) {
        .ads-status-box {
            scale: 1;
            left: -11px;
            top: 0px;
        }
        .ads-container  .ads-status-box {
            scale: 0.7; 
        }
    }

    @media (min-width: 677px) and (max-width: 1200px) {
        .dropdown-menu.ads-box-dropdown-menu.show.ads {
            top: 19px !important;
            left: -16px !important;
            scale: 1;
        }
    }
    @media  (min-width: 1201px) {
        .post-content .btn-group.ads {
            left: unset !important;
            top: 10px !important;
            scale: 0.8;
            margin-left: 19rem;
            margin-top: 18rem;
        }
    }
    @media (min-width: 901px) and (max-width: 1200px) {
        .post-content .btn-group.ads {
            left: unset !important;
            top: 10px !important;
            scale: 0.8;
            margin-left: 19rem;
            margin-top: 18rem;
        }
    }
    @media (min-width: 677px) and (max-width: 900px) {
        .post-content .btn-group.ads {
            margin-left: 12rem;
            margin-top: 13rem;
        }
    }
    @media (max-width: 675px) {
        .post-content  .btn-group.ads {
            left: unset !important;
            top: unset !important;
            margin-left: 8rem;
            padding: 25px;
            margin: -25px;
            margin-left: 10rem;
        } 
    }
    @media (max-width: 577px) {
        .post-content  .btn-group.ads { 
            margin-left: 10rem; 
            margin-top: -21px;
        }
    }
    @media (max-width: 557px) {
        .post-content  .btn-group.ads {
            left: unset !important;
            top: unset !important;
            margin-left: 5rem;
            margin-top: -21px;
        }
    }

    @media (max-width: 577px) {
        .suggest-slides {
            max-width: 514px;
        }
        .ads-suggest-slide .dropdown-menu.ads-box-dropdown-menu.show.ads { 
            margin-top: -3rem;
            margin-left: 2rem;
        }
    }


    @media  (max-width: 380px) {
        .post-content    .btn-group.ads {
            margin-left: 5rem; 
        }
        
    }
    .owl-stage-outer {
        overflow: hidden;
        overflow-x: clip;
        overflow-y: inherit;
    }
    @media (min-width: 677px) and (max-width: 1200px) {
        .btn-group.ads {
            left: unset !important;
            top: 10px !important;
            scale: 0.8;
        }
    }

    @media (min-width: 647px) and (max-width: 800px) {
        .parant-slide-box {
            flex-direction: column;
            align-items: center;
            flex-direction: row !important;
            flex-wrap: nowrap;
            scale: 0.95;
            margin-left: -1rem;
        }
    }
    @media (min-width: 677px) and (max-width: 1200px) {
        .banner-box.banner-bottom {
            margin-left: 0px;
        }
    }
    @media (min-width: 677px) and (max-width: 1200px) {
        .banner-box-content { 
            margin-left: 0px;
            margin-right: 0px; 
        }
    }
    @media (max-width: 900px) {
        .post-content .price-box label { 
            min-width: fit-content;
        }
    } */


/* @media (min-width: 1201px) {
        .corner_r{ 
                margin-right: 0px;
                padding-top: 8px !important;
            }
            .corner.corner-img { 
        padding: 12.5px 18px; 
        }
        .banner-item .banner-ads-conainer .ads-container { 
        height: 258px !important;
        }
} */



/* @media (min-width: 1450px) {
.corner_r{
        padding-top: 21px !important;
        margin-right: 0px;
    } 
 } */

/* @media (min-width: 701px) and (max-width: 1201px) {
    .footer-box-container {
        margin-left: 0px;
        margin-right: -3px;
    }
} */

/* @media   (max-width: 480px)  {  
.ads-container .ads-status-box {
top: 8px;
}
} */

/* @media (min-width: 801px) and (max-width: 959px) {
.banner-box.banner-bottom {
    margin-left: -15px;
    margin-left: 0px;
    min-width: 765px;
}
} */
