.listing-header-information {
    padding: 10px 0;
}
.breadcrumbs {
    display: flex;
    column-gap: 4px;
}
.breadcrumbs li {
    font-size: 12px;
    color: #666;
}
.list-description-box {
    background: #FCFAFF;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
}
.list-description-box h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px;
    line-height: 24px;
}
.list-description-box p {
    font-size: 12px;
    line-height: 16px;
    text-align: justify;
    color: #666;
    margin: 0;
}
.listing-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 12px;
    margin-top: 13px;
}
.list-grid-box {
    width: 100%;
    border: solid 1px #cfbbbb;
    border-radius: 4px;
    background: #fff;
    padding: 0;
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    max-height: 217px;
    min-height: 171px;
}
.list-grid-box:hover {
    transform: scale(1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.055);
}
.list-escort-img {
    width: 160px;
    height: 100%;
    overflow: hidden;
}
.list-escort-img img {
    border-radius: 0;
    height: 100%;
    width: 100%;
    transition: transform 0.3s ease;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.list-escort-img img {
    border-radius: 0;
    height: 100%;
    width: 100%;
    transition: transform 0.3s ease;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.list-escort-img img:hover {
    transform: scale(1.1);
}
.list-detail-info {
    padding: 10px;
    width: 100%;
    position: relative;
}
    .list-detail-info .listing-title {
        margin: 0 0 5px;
        font-size: 18px;
        font-weight: 600;
        color: #0D5B7F;
        white-space: inherit;
        overflow: hidden;
        width: 100%;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
    }
    .list-detail-info p {
        font-size: 12px;
        color: #666;
        line-height: 16px;
        margin: 0;
        width: 100%;
        -webkit-line-clamp: 4;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
    }
.escort-pro-info {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 13px;
    margin-bottom: 13px;
}
.escort-pro-info .location-btn {
    font-size: 12px;
    padding: 6px 7px;
    color: #666;
    line-height: normal;
    margin-bottom: 0px
}
.escort-pro-info .location-btn:hover{
    color: #fff
}
.list-detail-info span {
    display: flex;
    font-size: 12px;
    color: #666;
    column-gap: 8px;
    align-items: center;
    margin-bottom: 15px;
}
.list-detail-info span img {
    filter: brightness(0) saturate(100%) invert(43%) sepia(3%) saturate(13%) hue-rotate(7deg) brightness(91%) contrast(91%);
}
.list-detail-info .btn-group {
    justify-content: flex-end;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.list-detail-info .btn-group .thm-btn {
    display: flex;
    align-items: center;
    padding: 10px;
    column-gap: 0px;
}
.list-detail-info .btn-group .thm-btn span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
.whatsup-btn {
    background: #29A71A;
    border-color: #29A71A;
}
.whatsup-btn:hover {
    background: #1d8610;
    color: #fff;
    border-color: #1d8610;
}
.pagination-list ul li a {
    border: 0.77px solid #D9D9D9;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    border-radius: 40px;
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    color: #666;
    padding: 0;
    align-items: center;
}
.right-direction img {
    transform: rotate(180deg);
}
.pagination-list ul li a img {
    max-width: 14px;
}
.pagination-list ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}
.pagination-list ul li a:hover {
    background: #0D5B7F;
    color: #fff;
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    background: #FCFAFF;
    margin-bottom: 12px;
    border-radius: 4px;
}
.set > a span {
    float: right;
}
.set > a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #666;
    font-weight: 600;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 14px;
}
.set > a i{
  float: right;
  margin-top: 2px;
}
.accordian-list {
    padding-bottom: 25px;
}
.set > a.active{
  background-color:#FCFAFF;
}
.content{
  background-color: #FCFAFF;
  display:none;
}
.content p {
    padding: 10px 13px 20px;
    margin: 0;
    color: #666;
    background: #FCFAFF;
    font-size: 12px;
    line-height: 18px
}
.set > a.active span img {
    transition: all 0.2s linear;
    transform: rotate(180deg);
}

/********Detail Page css start**********/
.lising-detail-section .list-description-box {
    margin-top: 0;
    padding: 10px 0;
}
.beck-page-btn {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    column-gap: 7px;
    color: #0D5B7F;
    font-size: 13px;
    font-weight: 500;
}
.beck-page-btn img {
    line-height: 14px;
    margin-top: -1px;
}
.detail-post-description {
    margin-top: 10px;
}
.post-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.post-info label {
    font-size: 12px;
    line-height: 24px;
}
.detail-post-description h4 {
    color: #0D5B7F;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 10px 0;
}

/* Hide scrollbar for IE, Edge and Firefox */
.detail-large-banner {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: thin;  /* Firefox */
}
.detail-large-banner {
    display: flex;
    gap: 12px;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}
/*.detail-img {
    width: 330px;
    height: 270px;
}*/
.detail-img img {
    width: 330px;
    height: 100%;
    max-width: 330px;
    border-radius: 4px;
}
.detail-about-info {
    margin-top: 15px;
}
.detail-about-info h4 {
    color: #333333;
}
.detail-about-info p {
    margin: 0 0 15px;
    font-size: 15px;
    color: #666666;
    line-height: 20px
}
.detail-about-info span {
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-size: 12px;
    color: #666666;
}
.detail-about-info span img {
    filter: brightness(0) saturate(100%) invert(43%) sepia(3%) saturate(13%) hue-rotate(7deg) brightness(91%) contrast(91%);
}
.characteristics-list h4 {
    color: #333;
    margin-top: 15px;
    margin-bottom: 15px;
}
.characteristics-list {
    padding-bottom: 30px;
}
.characteristics-list ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.characteristics-list ul li {
    width: 100%;
    border: 1px solid #CECECE;
    border-bottom: none;
    display: flex;
    font-size: 14px;
    text-align: center;
    align-items: center;
}
.characteristics-list ul li:last-child{
    border-bottom: 1px solid #CECECE;
}
.characteristics-list ul li label {
    width: 50%;
    background: #F5F5F5;
    padding: 14px 0;
    border-right: 1px solid #CECECE;
    color: #2F2C2C;
}

.characteristics-list ul li span {
    display: block;
    text-align: center;
    width: 50%;
}
.escort-service-cta {
    display: flex;
    column-gap: 10px;
    margin-bottom: 25px;
}
.escort-service-cta .location-btn {
    font-size: 14px;
    color: #666;
    padding: 6px 10px;
    cursor: pointer;
}
.detail-service h4 {
    color: #333;
    margin-bottom: 13px;
}
.detail-service .btn-group {
    justify-content: flex-start;
    padding-bottom: 35px;
}
.abuse-btn {
    display: flex;
    background: #FFD9DA;
    border: none;
    border-radius: 4px;
    padding: 14px 25px;
    column-gap: 7px;
    font-weight: 600;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
}
.abuse-btn:hover{
    background: #fac6c8;
}
.green-bg {
    background: #E3FFD9;
}
.green-bg:hover {
    background: #cdfdbc;
}
.escort-service-cta .location-btn:hover {
    color: #fff;
}
.onscroll-btn-fixed {
    position: sticky;
    bottom: 0;
    left: 0;
}
.list-grid-box a {
    display: flex;
}
.list-description-box h1{font-size:18px;}
.description-section h2{font-size:16px;}
.description-section{ margin-top:40px;}
.small {
    font-size: small;
}

.nearbycity-section{
    margin-top:40px;
}

@media(max-width: 479px) {
    .listing-grid-wrapper {
    gap: 8px;
}

.escort-pro-info .location-btn {
    font-size: 10px;
    padding: 5px 4px;
}
.escort-pro-info {
    gap: 6px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.list-detail-info span {
    font-size: 11px;
    column-gap: 5px;
}
.list-detail-info .btn-group .thm-btn {
    padding: 6px 6px;
    column-gap: 3px;
    font-size: 12px;
}
.list-detail-info h4 {
    font-size: 13px;
}
.list-detail-info p {
    font-size: 10px;
}

.set > a {
    font-size: 12px;
}
.content p {
    font-size: 11px;
}
.main {
    height: 100vh;
}
.list-detail-info .btn-group .thm-btn span {
    font-size: 11px;
}
    .list-grid-box > a {
        display: flex;
        width: 40%;
    }
    .small{
        font-size: small;
    }
}
