@font-face {
    font-family: 'DM Sans';
    src: url('DMSans-Regular.html');
    src: url('https://cdn.nsibal.com/in/fonts/DMSans-Regular.eot?#iefix') format('embedded-opentype'), url('https://cdn.nsibal.com/in/fonts/DMSans-Regular.woff2') format('woff2'), url('https://cdn.nsibal.com/in/fonts/DMSans-Regular.woff') format('woff'), url('https://cdn.nsibal.com/in/fonts/DMSans-Regular.ttf') format('truetype'), url('https://cdn.nsibal.com/in/fonts/DMSans-Regular.svg#DMSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Smooth scroll behavior */
:root {
    scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.header-dflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.rightheader {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.thm-btn {
    background: #e50954;
    padding: 12px 24px;
    color: #fff;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    font-size: 16px;
}

    .thm-btn.blue-thm {
        background: #421493;
    }

    .thm-btn:hover {
        background: #f942b3;
        color: #fff;
    }

    .thm-btn.blue-thm:hover {
        background: #310b74;
        color: #fff;
    }

.slider-banner {
    background: #421493;
    padding: 80px 0 0px;
}

.slider-text {
    text-align: center;
    color: #fff;
}

    .slider-text h1 {
        margin: 0;
        font-weight: bold;
        font-size: 48px;
        line-height: 62px;
    }

    .slider-text h4 {
        margin: 0;
        font-size: 20px;
        line-height: 30px;
    }

/*******custom select box css*******/

.search-filter {
    background: #fff;
    box-shadow: 0px 4px 110px 0px #00000012;
    max-width: 760px;
    border-radius: 16px;
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    column-gap: 15px;
    padding: 20px;
    bottom: -45px;
    position: relative;
    box-sizing: border-box;
}

.custom-select {
    width: 100%;
    position: relative;
    background: #fff;
    border: solid 1px #F7F7F7;
    border-radius: 16px;
    padding: 15px 15px;
    box-sizing: border-box;
}

    .custom-select select {
        display: none;
    }

.selected-item {
    cursor: pointer;
    color: #666;
}

    .selected-item:after {
        content: "";
        position: absolute;
        right: 20px;
        transition: 0.5s;
        background: url(https://in.nsibal.com/imgs/select-arrow.svg);
        background-repeat: no-repeat;
        width: 10px;
        height: 10px;
        top: 24px;
    }

.arrowanim.selected-item:after {
    transform: rotate(180deg);
}

.item {
    background: #fff;
    padding: 6px 15px;
    border-top: 1px solid #EEEFF0;
    cursor: pointer;
    color: #666;
    font-size: 16px;
}

    .item:hover {
        background: #f5f5f5;
    }

.all-items {
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
    z-index: 1;
    border: solid 1px #EEEFF0;
    border-top: none;
}

.all-items-hide {
    display: none;
}

.select-filter-cta .form-control:focus, .select-filter-cta .form-control:hover {
    outline: none;
    box-shadow: none;
    border: solid 1px #E3E3E3;
}

.search-filter-btn .thm-btn.blue-thm {
    padding: 15px 25px;
    line-height: 16px;
}

.main-container {
    display: inline-block;
    width: 100%;
    padding-top: 100px;
}

.escort-cta-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.escort-cta {
    width: 100%
}

    .escort-cta a {
        width: 100%;
        display: flex;
        align-items: center;
        column-gap: 15px;
        justify-content: center;
        box-shadow: 0px 4px 45px 0px #0000000F;
        background: #fff;
        border-radius: 16px;
        padding: 35px 20px;
        box-sizing: border-box;
        border: solid 1px transparent;
    }

        .escort-cta a:hover h4 {
            color: #421493;
        }

        .escort-cta a:hover {
            border: solid 1px #421493;
        }

    .escort-cta h4 {
        margin: 0;
        font-size: 24px;
        color: #333;
        line-height: 30px;
    }

.post-ad {
    background: #421493;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    margin: 50px 0 40px;
}

    .post-ad h4 {
        margin: 0;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        line-height: 30px;
    }

.post-ad-state {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px 0px;
}

    .post-ad-state h4 {
        font-weight: bold;
        font-size: 36px;
        margin: 0 0 40px;
    }

    .post-ad-state ul {
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        column-gap: 30px;
        justify-content: flex-start;
    }

        .post-ad-state ul li {
            display: inline-block;
        }

            .post-ad-state ul li a {
                background: #FAF8FE;
                border-radius: 6px;
                padding: 12px 20px;
                font-weight: bold;
                font-size: 18px;
                display: inline-block;
                width: 100%;
                margin-bottom: 20px;
                box-sizing: border-box;
                border: solid 1px transparent;
            }

.popular-search {
    background: #FAF8FE;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .popular-search .post-ad-state ul {
        column-gap: 30px;
    }

        .popular-search .post-ad-state ul li a {
            background: #fff;
            padding: 10px;
        }

.post-ad-state ul li a:hover {
    color: #421493;
    border-color: #421493;
}

.footer-dflex {
    display: flex;
    align-items: center;
    width: 100%;
}

footer.footer {
    background: #434244;
    padding: 20px 0;
}

.footer-dflex ul {
    display: flex;
    margin: 0;
    padding: 0;
    color: #fff;
    column-gap: 25px;
    width: 100%;
    justify-content: center;
}

.copyright {
    border-top: solid 1px #E3E3E366;
    margin-top: 20px;
    text-align: center;
    color: #9E9999;
    font-size: 13px;
    padding: 0 50px;
}

    .copyright p {
        margin: 0;
        color: #fff;
        padding-top: 20px;
    }

.footer-dflex ul li {
    display: inline-block;
}

    .footer-dflex ul li a:hover {
        text-decoration: underline;
        color: #fff;
    }


/*******Add post css*******/
.slider-banner.inner-bg {
    padding: 40px 0 70px;
}

.slider-banner.slider-post-ad {
    padding: 40px 0 90px;
}

.slider-banner.slider-prod-list {
    padding: 40px 0 40px;
}

.category-form-box {
    max-width: 1080px;
    margin: -75px auto 50px;
    background: #fff;
    box-shadow: 0px 4px 110px 0px #00000012;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.category-form-title {
    background: #EFECEC;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

    .category-form-title h4 {
        margin: 0;
        font-size: 24px;
        font-weight: bold;
        color: #4A4B51;
    }

.select-form-body {
    padding: 30px;
    background: #FBFBFB;
    box-sizing: border-box;
}

    .select-form-body .form-group label {
        color: #4A4B51;
        margin-bottom: 5px;
        display: block;
    }

    .select-form-body .form-group {
        margin-bottom: 25px;
    }

        .select-form-body .form-group .custom-select {
            border: solid 1px #E3E3E3;
            padding: 10px 20px;
            border-radius: 8px;
        }

            .select-form-body .form-group .custom-select .selected-item:after {
                top: 20px;
            }

.btn-white-bg {
    text-align: center;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    column-gap: 25px;
}

    .btn-white-bg .thm-btn {
        padding: 12px 40px;
    }

.category-form-title span {
    font-size: 20px;
    font-weight: bold;
    color: #4A4B51;
}

.select-filter-cta .form-control {
    width: 100%;
    border: solid 1px #E3E3E3;
    padding: 12px 15px;
    border-radius: 8px;
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
}

.select-filter-cta textarea.form-control {
    height: 80px;
    max-width: 100%;
}

.select-filter-cta .form-control:hover {
    border: solid 1px #E3E3E3;
}

.mb-3 {
    margin-bottom: 18px !important;
}

.hrline {
    border-bottom: solid 2px #E6E6E6;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 25px;
    margin-top: 30px;
}

.form-group-outer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
    width: 100%;
    flex-wrap: wrap;
}

    .form-group-outer .form-group {
        width: 48.5%;
    }

.thm-btn.outer-line {
    border: solid 1px #FF63C3;
    background: transparent;
    color: #FF63C3;
}

.upload-img-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: dashed 1px #D4D2D2;
    box-shadow: 0px 4px 110px 0px #00000012;
    border-radius: 8px;
    padding: 25px;
    box-sizing: border-box;
}

.upload-img-icon {
    background: #F5F5F5;
    width: 70px;
    height: 70px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-detail {
    display: flex;
    align-items: center;
    column-gap: 25px;
}

    .upload-detail ul {
        padding: 0;
        margin: 0;
    }

        .upload-detail ul h4 {
            font-size: 16px;
            color: #000;
            margin: 0 0 5px;
        }

    .upload-detail li {
        font-size: 14px;
        color: #292929;
        margin-left: 20px;
    }

.right-upload-img {
    position: relative;
}

    .right-upload-img input[type="file"] {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 9;
        cursor: pointer;
    }

.upload-img-list {
    margin-top: 30px;
    display: flex;
    gap: 15px;
    width: 100%;
    flex-wrap: wrap;
}

.upload-grid-box {
    background: #F5F5F5;
    border-radius: 8px;
    width: 23.8%;
}

.upload-product img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
    height: 175px;
}

.upload-img-detail {
    padding: 13px 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.left-info-img h4 {
    margin: 0;
    display: flex;
    align-items: center;
    column-gap: 6px;
    font-size: 13px;
    color: #333;
    line-height: normal;
}

.upload-product {
    display: flex;
}

ul.dropdown-menu-category {
    position: absolute;
    right: 0;
    top: 20px;
    border-radius: 8px;
    border: 0.616px solid #F5F5F5;
    background: #FFF;
    box-shadow: 0px 2.464px 14.783px 0px rgba(0, 0, 0, 0.03);
    padding: 0;
    min-width: 100px;
    margin: 0;
    display: none;
}

.option-cta {
    position: relative;
}

.dropdown-menu-category li {
    display: inline-block;
    width: 100%;
}

    .dropdown-menu-category li a {
        display: flex;
        width: 100%;
        column-gap: 5px;
        padding: 5px 10px;
        box-sizing: border-box;
        align-items: center;
        font-size: 14px;
        color: #333;
        line-height: normal;
    }

.left-info-img span {
    line-height: 12px;
}

.Preview-box .left-info-img h4 {
    color: #ff63c3;
}

.ethnicity-category ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 35px 25px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

    .ethnicity-category ul li {
        display: inline-block;
        padding: 0;
        position: relative;
        min-width: 60px;
    }

.check-field {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.ethnicity-category input[type="checkbox"]:checked + span {
    border: solid 1px #FF63C3;
    color: #FF63C3;
}

.ethnicity-category ul li span {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #E3E3E3;
    display: inline-block;
    color: #4A4B51;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    padding: 12px 38px;
    box-sizing: border-box;
    background: #EFECEC;
}

.captcha-num {
    position: absolute;
    top: 0;
    right: 0;
    border: solid 1px #E3E3E3;
    border-radius: 8px;
    padding: 0px 20px;
    font-size: 14px;
    color: #4A4B51;
    height: 43px;
    display: flex;
    align-items: center;
}





.login-box {
    box-shadow: 0px 4px 110px 0px #00000012;
    background: #fff;
    max-width: 720px;
    margin: 0 auto 50px;
    border-radius: 16px;
    padding: 60px 70px;
    margin-top: -70px;
    box-sizing: border-box;
}

    .login-box .form-group {
        margin-bottom: 30px;
    }

.form-group label {
    color: #4A4B51;
    margin-bottom: 5px;
    display: block;
}

.login-box .select-filter-cta .form-control {
    font-size: 14px;
}

.remember-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .remember-box label input[type="checkbox"] {
        width: 16px;
        height: 16px;
        margin: 0;
        vertical-align: middle;
        margin-right: 5px;
    }

    .remember-box label {
        margin: 0;
    }

    .remember-box a {
        color: #ff63c3;
        font-size: 14px;
    }

.thm-btn.w100 {
    width: 100%;
    padding: 15px 20px;
}

.login-box p {
    text-align: center;
    margin-bottom: 0;
    margin-top: 50px;
    color: #4A4B51;
}

    .login-box p a {
        font-weight: bold;
        color: #ff63c3;
    }

.select-number {
    position: absolute;
    left: 0;
    top: 0;
}

.select-filter-cta {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.select-filter-bx {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}

.dropdown-number {
    width: 65px;
    height: 47px;
    border: solid 1px #E3E3E3;
    border-radius: 8px 0px 0px 8px;
    padding: 7px 5px 7px 10px;
    font-size: 14px;
    color: #4A4B51;
}

.phone-relative-box input.form-control {
    padding-left: 80px;
}

select.dropdown-number:focus {
    outline: none;
    box-shadow: none;
}


/*****Product list css start*******/
.breadcrumb-list {
    margin: 0 0 15px;
    padding: 0;
    display: flex;
    justify-content: center;
    column-gap: 10px;
}

    .breadcrumb-list li {
        display: inline-block;
        font-size: 20px;
    }

.search-filter.product-list-filter {
    bottom: 0;
    width: 100%;
    height: 65px;
}

.product-list-header-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

    .product-list-header-title h4 {
        font-size: 14px;
        color: #2F2C2C;
        margin: 0;
    }

.product-list-box {
    position: relative;
}

.product-list-inner-section {
    padding-top: 40px;
    padding-bottom: 20px;
}

.prod-list-p20 {
    padding-top: 20px;
}

.product-list-box .product-inner-list {
    border: solid 1px #9579c5;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    column-gap: 15px;
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    transition: all .15s ease-out;
    width: 100%;
    overflow: hidden;
    align-items: center;
}

.product-img {
    width: 210px;
    height: 240px;
}

    .product-img img {
        width: 100%;
        height: 100%;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

.product-list-detail {
    width: calc(100% - 250px);
}

    .product-list-detail h4 {
        font-size: 20px;
        margin: 0 0 10px;
        font-weight: bold;
        color: #2F2C2C;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .product-list-detail p {
        font-size: 16px;
        color: #000;
        line-height: 24px;
        padding-right: 40px;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-bottom: 15px;
        margin-top:5px;
    }

    .product-list-detail ul {
        margin: 20px 0;
        padding: 0;
        display: flex;
        column-gap: 10px;
    }

        .product-list-detail ul li {
            display: inline-block;
            background: #F7F7F7;
            font-size: 14px;
            font-weight: bold;
            color: #2F2C2C;
            padding: 6px 15px;
            border-radius: 4px;
        }

    .product-list-detail span {
        display: flex;
        column-gap: 5px;
        font-weight: bold;
        font-size: 16px;
        color: #4A4B51;
        text-transform: capitalize;
    }

.thm-btn span {
    display: flex;
    column-gap: 5px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;    
}

.share-btn-right {
    display: inline-block;
    margin-top: -25px;
    float: right;
}

    .share-btn-right .thm-btn {
        border-radius: 8px;
        padding: 13px 24px;
    }

.load-more-data {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.callgirl-condition h3 {
    margin: 45px 0 0 10px;
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 48px;
}

.callgirl-condition p {
    color: #000;
    line-height: 24px;
    font-size: 16px;
    margin: 0 0 30px;
}

.callgirl-condition {
    text-align: center;
}

    .callgirl-condition ul {
        display: flex;
        justify-content: center;
        column-gap: 30px;
        margin: 25px 0 45px;
        padding: 0;
    }

        .callgirl-condition ul li {
            display: inline-block;
            width: 33.333%;
        }

            .callgirl-condition ul li a {
                box-shadow: 0px 4px 45px 0px #0000000F;
                border: solid 1px #FF63C3;
                width: 100%;
                display: inline-block;
                padding: 20px 30px;
                box-sizing: border-box;
                border-radius: 16px;
                font-size: 20px;
                font-weight: bold;
                color: #333;
                text-align: center;
            }

    .callgirl-condition p b {
        color: #333;
    }

.product-list-filter .select-filter-cta.custom-select {
    border-color: #DACECE;
}

.product-search-dflex {
    display: flex;
    align-items: center;
    column-gap: 13px;
    max-width: 920px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.search-header-filter {
    background: #fff;
    display: flex;
    align-items: center;
    column-gap: 10px;
    box-shadow: 0px 4px 110px 0px #00000012;
    border: none;
    border-radius: 16px;
    margin-top: -50px;
    width: 180px;
    height: 90px;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    z-index: 1
}

.search-filter.mobile-search-show {
    display: none;
}
/*****Product list css End*******/

/*******Product detail css start*******/
.call-info-btn {
    box-shadow: 0px 4px 110px 0px #00000012;
    max-width: 440px;
    background: #fff;
    border-radius: 16px;
    padding: 20px 30px;
    box-sizing: border-box;
    margin: -50px auto 0;
    display: flex;
    align-items: center;
    column-gap: 25px;
    justify-content: center;
    position: relative;
    margin-top: auto;
}

    .call-info-btn .thm-btn {
        display: flex;
        align-items: center;
        column-gap: 10px;
        font-size: 18px;
        border-radius: 8px;
        padding: 10px 24px;
    }

.whatsapp-btn {
    background: #29A71A;
}

.product-detail-wrapper {
    display: flex;
    column-gap: 30px;
    width: 100%;
}

.product-large-left-img {
    width: 50%;
}

    .product-large-left-img img {
        width: 100%;
        border-radius: 16px;
        height: 750px;
    }

.product-small-grid-box {
    display: flex;
    width: 50%;
    flex-wrap: wrap;
    gap: 30px;
}

.small-box {
    width: 47%;
}

    .small-box img {
        border-radius: 16px;
        width: 100%;
        height: 355px;
        object-fit: cover;
    }

.post-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .post-name label {
        font-weight: bold;
        font-size: 18px;
        margin: 0;
        color: #2F2C2C;
    }

    .post-name h4 {
        margin: 0;
        font-size: 18px;
    }

    .post-name label span {
        margin-left: 5px;
    }

.call-item {
    background: #F7F7F7;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
}

.call-girl-location {
    display: flex;
    align-items: center;
    column-gap: 16px;
    border-bottom: solid 1px #F2F2F2;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

    .call-girl-location h4 span {
        line-height: 12px;
    }

    .call-girl-location h4 {
        margin: 0;
        display: flex;
        align-items: center;
        column-gap: 10px;
        font-size: 16px;
        font-weight: bold;
        color: #4A4B51;
    }

.about-info-detail {
    border-bottom: solid 1px #F2F2F2;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

    .about-info-detail h4 {
        font-size: 20px;
        font-weight: bold;
        margin: 0 0 10px;
        color: #2F2C2C;
    }

    .about-info-detail p {
        margin: 0;
        color: #999999;
    }

.characteristics-girl-info h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
    color: #2F2C2C;
}

.characteristics-girl-info ul {
    max-width: 650px;
    margin: 0;
    padding: 0;
    border: solid 1px #CECECE;
    border-radius: 8px;
    background: #FFFFFF59;
    display: inline-block;
}

    .characteristics-girl-info ul li {
        display: inline-block;
        width: 50%;
        float: left;
        border: solid 1px #CECECE;
        padding: 10px 20px;
        box-sizing: border-box;
    }

        .characteristics-girl-info ul li label {
            font-weight: bold;
            width: 50%;
            display: inline-block;
            font-size: 16px;
        }

        .characteristics-girl-info ul li span {
            font-size: 16px;
            color: #333333;
        }

        .characteristics-girl-info ul li:first-child {
            border-top-left-radius: 7px;
        }

        .characteristics-girl-info ul li:nth-child(2) {
            border-top-right-radius: 7px;
        }

        .characteristics-girl-info ul li:last-child {
            border-bottom-right-radius: 7px;
        }

        .characteristics-girl-info ul li:nth-last-child(2) {
            border-bottom-left-radius: 7px;
        }

.characteristics-girl-info {
    margin-bottom: 20px;
}

.service-callgirl h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
    color: #2F2C2C;
}

.service-cta-list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

    .service-cta-list a {
        border: solid 1px #F7F7F7;
        background: #F7F7F7;
        padding: 6px 12px;
        font-weight: bold;
        font-size: 16px;
        color: #2F2C2C;
        border-radius: 4px;
    }

        .service-cta-list a:hover {
            border-color: #421493;
            color: #421493;
        }

.security-guide {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 40px;
}

.guide-btn {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 15px 40px;
    color: #474747;
    font-size: 18px;
    font-weight: bold;
    background: #FFDADA;
    border-radius: 4px;
}

    .guide-btn.green-shade {
        background: #E3FFDA;
    }

.check-mark {
    display: none;
}

.call-info-btn.mobile-view-show {
    display: none;
}

.slider-banner.inner-bg.product-list-bg {
    position: relative;
}

a.back-page {
    display: none
}

.product-detail-mobile-view {
    display: none;
}
/*******Product detail css End*******/

/********Filter Modal css start*******/
.modal.filter-box-modal {
    max-width: 680px;
    padding: 0;
}

.filter-box-modal .modal-header {
    background: #F5F5F5;
    border-radius: 16px 16px 0 0;
    width: 100%;
    box-sizing: border-box;
}

    .filter-box-modal .modal-header h4 {
        margin: 0;
        color: #000000;
        padding: 18px 20px;
        font-size: 24px;
    }

.filter-box-modal .custom-modal-body {
    padding: 20px 24px;
}

.accordion-container {
    position: relative;
    max-width: 100%;
    height: auto;
    margin: 0;
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #F5F5F5;
}

    .set > a {
        display: block;
        padding: 15px 0px;
        text-decoration: none;
        color: #2F2C2C;
        border-bottom: none;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .set > a span {
            float: right;
        }

        .set > a.active span img {
            transform: rotate(180deg);
        }

.custom-modal-inner .ethnicity-category ul {
    margin: 0 0 10px;
    gap: 15px;
    justify-content: flex-start;
}

    .custom-modal-inner .ethnicity-category ul li span {
        padding: 10px 20px;
        font-size: 14px;
    }

.content {
    display: none;
}

.modal a.close-modal {
    background-image: url(https://in.nsibal.com/imgs/cross-icon.svg) !important;
}

.modal a.close-modal {
    top: 15px;
    right: 15px;
}



/********Filter Modal css end*******/

.search-filter .select-filter-cta .form-control {
    width: 100%;
    background: #fff;
    border: solid 1px #F7F7F7;
    border-radius: 16px;
    padding: 15px 15px;
    box-sizing: border-box;
    background-image: url(https://in.nsibal.com/imgs/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    appearance: none;
}

.warning-message-modal .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    width: 30rem;
    border-radius: 0.5rem;
    padding: 50px;
}

.tnc-modal .modal-footer.pri-sec-buttons .cmn-ul-list {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.tnc-modal .modal-footer.pri-sec-buttons li {
    display: inline-block;
    width: 100%;
    padding-top: 15px;
}

.tnc-modal .btn.btn-primary {
    width: 76%;
}

.warning-message-modal .btn {
    display: inline-block;
    overflow: hidden;
    background-color: #421493;
    border-color: transparent;
    color: #ffffff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    padding: 0px 10px;
    border-style: solid;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    vertical-align: top;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.warning-message-modal .btn-link, .tnc-modal a {
    color: #e10163;
    background-color: transparent;
    height: auto;
    line-height: normal
}

.warning-message-modal a.close-modal {
    display: none;
}

.modal.warning-message-modal {
    padding: 50px;
    text-align: center;
}

.warning-message-modal .modal-title {
    font-size: 20px;
    padding-bottom: 15px;
    margin: 0;
    color: #000;
    font-weight: bold;
}

.modal-footer.pri-sec-buttons {
    margin-top: 30px;
}

.tnc-sot-text p {
    margin: 0 0 1rem;
}

.tnc-sot-text hr {
    border: none;
    margin-bottom: 0;
}

.filter-modal-select-category .form-control {
    width: 100%;
    border: solid 1px #E3E3E3;
    padding: 12px 15px;
    border-radius: 8px;
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
}

.ethnicity-category.filter-modal-select-category {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}

.modal-footer.modal-footer-filter {
    text-align: center;
    padding: 15px 0;
}

    .modal-footer.modal-footer-filter .thm-btn {
        padding: 15px 40px;
    }

.share-btn-right.call-info-btn {
    border: none;
    box-shadow: none;
}

.product-list-filter .product-location-field {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .product-list-filter .product-location-field span {
        display: flex;
        align-items: center;
        column-gap: 10px;
    }

    .product-list-filter .product-location-field .thm-btn {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.filtersearch-taglist {
    display: inline-block;
    width: 100%;
    max-width: 760px;
    margin: 10px auto 0;
}

    .filtersearch-taglist label {
        display: inline-flex;
        padding: 0 0 12px 0;
    }

    .filtersearch-taglist input {
        display: none;
    }

.listingfilters {
    align-items: center;
    background: #f8f9fa;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    box-shadow: 0 .125rem .1rem .2px rgba(107,134,177,.15);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    gap: 6px;
    margin-right: 10px;
    padding: 12px 15px;
}

span.listingfiltersClose {
    color: #5f3d9b;
    font-size: 30px;
}

.listingfilters span {
}


/*******Dashboard css Start*********/
.dashboard-left-box {
    border-radius: 8px;
    background: #fff;
    padding: 0;
    box-sizing: border-box;
    margin: 0;
    max-width: 280px;
    box-shadow: 0px 4px 110px 0px #00000012;
}

.dashboard-tabs {
    display: flex;
    width: 100%;
    column-gap: 30px;
    align-items: flex-start;
}

.dashboard-grid-box .form-title h4 {
    width: 100%;
    text-align: left;
}

.sidebar-user-profile {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 15px 15px 15px;
    border-bottom: solid 2px #F0F0F0;
    margin-bottom: 5px;
}

.dashboard-left-box .ui-tabs-nav {
    padding: 0;
    margin: 0;
}

.user-profile-img {
    background: #FF63C3;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.user-name-info h5 {
    font-size: 16px;
    margin: 0 0 5px;
    color: #2F2C2C;
}

.user-name-info h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.rightsidebar-account-info .user-name-info h4 {
    font-size: 18px;
    margin: 0 0 5px;
}

.rightsidebar-account-info .user-name-info h5 {
    margin: 0;
}

.dashboard-tabs ul li {
    display: inline-block;
    width: 100%;
}

    .dashboard-tabs ul li a {
        display: flex;
        align-items: center;
        color: #2F2C2C;
        font-size: 18px;
        font-style: normal;
        font-weight: bold;
        line-height: normal;
        position: relative;
        padding: 16px 35px;
    }

.add-form-section {
    border-radius: 4px;
    margin-bottom: 30px;
    background: #fff;
}

.profile-verify-img {
    background: #F5F5F5;
    padding: 20px 30px;
    margin: 10px 0;
    border-radius: 6px;
}


.dashboard-tabs ul li a.active {
    color: #5A4DCC;
}

    .dashboard-tabs ul li a.active::before {
        content: '';
        position: absolute;
        left: 0;
        top: 7px;
        background: #5A4DCC;
        width: 3px;
        height: 45px;
        border-radius: 0;
    }

.dashboard-right-title {
    background: #FFFFFF;
    padding: 20px 25px;
    border-radius: 4px;
    margin-bottom: 10px;
}

    .dashboard-right-title h4 {
        margin: 0;
        font-size: 24px;
        font-weight: bold;
    }

li.logout-btn {
    border-top: solid 2px #F0F0F0;
}

.dashboard-tabs ul li.logout-btn a {
    padding: 25px 35px;
    color: #FF3232;
}

.dashboard-left-box ul {
    padding: 0px;
    margin: 0;
}

.dashboard-tabs ul.ui-tabs-nav li.ui-tabs-active a .active-tb {
    display: block;
}

.dashboard-tabs ul.ui-tabs-nav li.ui-tabs-active a .default-tb {
    display: none;
}

.dashboard-tabs ul.ui-tabs-nav li a span {
    display: flex;
}

.step-heading {
    text-align: left;
    margin-bottom: 40px;
}

    .step-heading h2 {
        margin: 0 0 10px;
        font-size: 40px;
        line-height: 44px;
    }

    .step-heading p {
        margin: 0;
    }

.dashboard-section {
    padding: 0;
    margin-top: -55px;
}

.Verify-profile-wrapper {
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding: 0;
}

.form-body .thm-btn.light-btn {
    display: block;
    margin: 10px auto 0;
}

.preview-add-box .thm-btn.light-btn {
    display: inline-block;
    margin: 0;
}

.tab2-sec h4 {
    font-size: 20px;
    margin: 0 0 15px;
    color: #4A4B51;
}

.dashboard-profile-info h3 {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 5px;
}

.dashboard-profile-info p {
    color: #292929;
    font-size: 14.634px;
    font-style: normal;
    line-height: 28.456px;
    margin: 0;
}

.btn-start {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-top: 15px;
}

    .btn-start .thm-btn {
        color: #FFF;
        font-size: 16.01px;
        font-style: normal;
        font-weight: bold;
        line-height: normal;
        height: auto;
        padding: 10px 30px;
    }

.dashboard-grid-box {
    display: flex;
    column-gap: 30px;
    flex-wrap: wrap;
    width: 100%;
}

.add-form-section .form-body {
    padding: 20px;
}

.dashboard-grid-box .add-form-section {
    width: 48%;
}

    .dashboard-grid-box .add-form-section label {
        display: flex;
        justify-content: space-between;
        padding: 5px 0;
        color: #292929;
        font-size: 14px;
        font-style: normal;
        line-height: 28.456px;
    }

.border-line-btn {
    border-radius: 6.496px;
    border: 0.812px solid #00873C;
    color: #00873C;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    display: block;
    width: 100%;
    background: transparent;
    padding: 15px;
    margin-top: 25px;
}

.dashboard-grid-box .add-form-section label span {
    color: #4A4B51;
    text-align: right;
    font-size: 21.111px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.dashboard-grid-box .add-form-section p {
    color: #292929;
    font-size: 14px;
    font-style: normal;
    line-height: 18.5px;
    margin: 0;
    min-height: 80px;
}

.right-dashboard-section {
    width: calc(100% - 280px);
    margin-bottom: 30px;
}

.account-section {
    background: #fff;
    padding: 0;
    margin-bottom: 10px;
}

    .account-section .set a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0;
        padding: 0;
        border: none;
        box-shadow: none;
        font-size: 20px;
        color: #2F2C2C;
        font-weight: bold;
    }

.accordian-title {
    background: #F5F5F5;
    padding: 15px 24px;
    display: block;
    margin-bottom: -1px;
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.rightsidebar-account-info {
    padding: 10px 20px;
    border: solid 1px #E0DBDB;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .rightsidebar-account-info .sidebar-user-profile {
        padding: 0;
        margin: 0 0 25px;
        box-shadow: none;
        border: none;
        column-gap: 30px;
    }

    .rightsidebar-account-info .user-profile-img {
        width: 90px;
        height: 90px;
        position: relative;
        overflow: hidden;
        background: #421493;
    }

span.picture__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.profile-upload-img-icon {
    display: flex;
    position: absolute;
    top: 120px;
    left: 65px;
    width: 36px;
    height: 36px;
    background: #EEEFF0;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}

    .profile-upload-img-icon input[type="file" i] {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 40px;
        height: 36px;
        opacity: 0;
        z-index: 1;
        cursor: pointer;
    }

.myaccount-form .form-group {
    margin-bottom: 1.2rem;
}

    .myaccount-form .form-group label {
        display: block;
        font-size: 13px;
        color: #4A4B51;
    }

    .myaccount-form .form-group .form-control {
        height: 40px;
        width: 100%;
        border-radius: 8px;
        border: solid 1px #D8D8D9;
        padding: 10px 15px;
        box-sizing: border-box;
    }

.myaccount-form p {
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 24px;
}

.email-relative-box {
    position: relative;
}

.check-email {
    position: absolute;
    top: 10px;
    right: 10px;
}

.slider-banner.dashboard-inner-bg {
    min-height: 50px;
}

/*********Dashboard page css*******/
.dashboard-grid-wrapper {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    width: 100%;
}

.dashboard-col {
    width: 48%;
    border: solid 1px #E0DBDB;
    border-radius: 4px;
}

a.dashboard-col {
    cursor: pointer;
}

.dashboard-col .form-title {
    background: #F5F5F5;
    padding: 15px;
}

    .dashboard-col .form-title h4 {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        margin: 0;
    }

.dashboard-col .form-body {
    padding: 20px;
}

    .dashboard-col .form-body label {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        padding: 10px 0;
        font-size: 18px;
        color: #2F2C2C;
    }

        .dashboard-col .form-body label span {
            font-weight: bold;
            font-size: 20px;
        }

.dashboard-publish-add {
    min-height: 130px;
}

.dashboard-col .form-body p {
    text-align: center;
    color: #292929;
    min-height: 90px;
}

/********My advert css start********/
.ad-select-wrapper {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.ad-select-left-field {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.form-outer-box {
    display: flex;
    align-items: center;
    column-gap: 15px;
    width: 100%;
    flex-wrap: wrap;
}

.select-form {
    display: flex;
    align-items: center;
    column-gap: 15px;
    border: solid 1px #F5F3F0;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    width: 23.5%;
    box-sizing: border-box;
    justify-content: center;
}

    /*    .select-form .dropdown {
        width: 100%;
    }*/

    .select-form div.dropdown .dropdown-menu {
        position: absolute;
        top: 100%;
        background: #fff;
        border: solid 1px #EEEFF0;
        border-radius: 4px;
        z-index: 11;
        padding: 10px;
        min-width: 260px;
        left: 0;
    }

        .select-form div.dropdown .dropdown-menu input.dropdown-menu-search {
            border: solid 1px #EEEFF0;
            width: 100%;
            padding: 13px 10px;
            box-sizing: border-box;
            font-size: 14px;
            color: #B6B6B6;
            margin: 0 0 10px;
            border-radius: 4px;
        }

.dropdown-menu-inner .dropdown-menu-item {
    padding: 6px 10px;
    color: #4A4B51;
    font-size: 14px;
}

.post-left-img {
    display: inline-block;
    float: left;
    height: 230px;
    width: 210px;
}

    .post-left-img img {
        height: 100%;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        width: 100%;
    }

.add-top-dflex {
    display: flex;
    justify-content: space-between;
    padding-left: 25px;
}

.post-list-detail h3 {
    color: #2F2C2C;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px;
    line-height: normal;
}

.post-list-detail {
    width: calc(100% - 210px);
}

    .post-list-detail p {
        color: #999999;
        font-size: 16px;
        font-style: normal;
        margin: 0 0 15px;
        padding-right: 30px;
        line-height: 24px;
    }

.more-dropdown-menu {
    text-align: right;
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

.more-btn {
    border: solid 1px #F5F5F5;
    background: transparent;
    height: 44px;
    width: 44px;
    border-radius: 8px;
    cursor: pointer;
    padding: 10px;
}

ul.viewmore-btn {
    background: #fff;
    border-radius: 8px;
    width: 160px;
    border: solid 1px #F5F5F5;
    text-align: left;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
}

    ul.viewmore-btn li {
        display: inline-block;
        width: 100%;
    }

        ul.viewmore-btn li a {
            display: flex;
            align-items: center;
            font-size: 16px;
            column-gap: 10px;
            padding: 10px 20px;
            color: #4A4B51;
        }

.preview-add-box {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 25px;
}

.post-list-view {
    display: flex;
    align-items: center;
    border: solid 1px #D9D9D9;
    border-radius: 8px;
    margin-bottom: 15px;
}

.location span {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #4A4B51;
    font-size: 16px;
    column-gap: 5px;
}

.preview-add-box .location p {
    margin: 0;
    background: #F8F8F8;
    padding: 6px 10px;
    color: #4A4B51;
    font-weight: bold;
    border-radius: 4px;
}

.preview-add-box .location {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.preview-btn-right {
    display: flex;
    align-items: center;
    column-gap: 15px;
    padding-right: 13px;
}

.thm-btn.renew-btn {
    background: #421493;
}

.expiry-filter-box .location {
    margin-bottom: 10px;
}

p.expiry-date {
    background: #FFE0E0 !important;
    color: #FF0000 !important;
}

#imgSrc, .profile-img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.user-icon-header img {
    filter: brightness(0) saturate(100%) invert(17%) sepia(43%) saturate(3433%) hue-rotate(248deg) brightness(96%) contrast(120%);
}

.user-icon-header {
    line-height: 12px;
}

.form-input-icon {
    position: relative;
}

img.input-icn {
    position: absolute;
    right: 10px;
    width: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.form-input-icon input {
    padding-right: 30px !important;
}

/* The side navigation menu */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #421493;
    overflow-x: hidden;
    padding-top: 50px;
    transition: 0.5s;
}

    .sidenav .user-name-info h5 {
        color: #fff;
    }

    .sidenav .user-name-info span {
        color: #fff;
    }

    .sidenav .user-name-info h4 {
        color: #fff;
    }

    .sidenav ul {
        padding: 0;
        margin: 0;
    }

        .sidenav ul li {
            display: inline-block;
            width: 100%;
        }

            .sidenav ul li a {
                color: #fff;
                padding: 15px 20px;
                display: inline-block;
                width: 100%;
                border-bottom: solid 1px #7648c7;
                box-sizing: border-box;
            }

    .sidenav .closebtn {
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 54px;
        color: #fff;
    }

    .sidenav.main {
        display: none;
    }

    .sidenav .sidebar-user-profile {
        border-bottom: solid 1px #6944ab;
        box-sizing: border-box;
    }

    .sidenav ul li.logout-btn {
        border: none;
    }

.filtersearch-taglist.filter-mobile-taglist .listingfilters {
    display: none;
}


/*write css by lalit 30-06-2024*/
.call-info-btn-mob {
    display: none;
}

.profile-img {
    border-radius: 100%;
}

.filter-user-advert .select-form {
    padding: 0px;
    position: relative;
    background: #fff;
}

.filter-user-advert select {
    width: 100%;
    border: none;
    padding: 10px;
    appearance: none;
    position: relative;
    z-index: 2;
    background: transparent;
    text-align: center;
    font-size: 14px;
    color: #4A4B51;
}

.filter-user-advert .select-form select::-webkit-scrollbar {
    width: 7px;
    border-radius: 8px;
}

.filter-user-advert .select-form select::-webkit-scrollbar-track {
    background: #efefef;
    border-radius: 8px;
}

.filter-user-advert .select-form select::-webkit-scrollbar-thumb {
    background-color: #995fff;
    outline: 1px solid #628ebb;
    border-radius: 8px;
}

.filter-user-advert select:focus {
    border-color: #F5F3F0;
    box-shadow: none;
    outline: none;
}

.filter-user-advert select option {
    text-align: left;
    padding: 5px;
}

.filter-user-advert .select-form .form-arrow {
    position: absolute;
    top: 45%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 0;
}

.not-found-message {
    text-align: center;
}

.course-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .course-top-bar.border-bottom.row {
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 30px;
    }

.course-top-text {
    display: inline-block;
    width: 100%;
}

.heading-keywords {
    margin-top: 30px;
}

.breadcrumbs {
    display: inherit;
}

.breadcrumbs__crumb--home {
    display: inline;
    padding: 0 0.3125rem 0 0;
}

.breadcrumbs__crumb a {
    color: #000;
    font-size: 14px;
}

li.breadcrumbs__crumb.breadcrumbs__crumb--home::after {
    content: ">";
    padding-left: 0.3125rem;
    color: #000000;
}

li, ul, ol {
    list-style: none;
}

.state-wise-cities {
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 16px;
    display: inline-block;
}

    .state-wise-cities h2 {
        border-bottom: 1px solid #ccc;
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 8px;
        color: #421493;
    }

.course-top-text {
    display: inline-block;
    width: 100%;
}

.location-item {
    display: inline-block;
    padding: 0px 1px;
}

    .location-item a {
        padding: 10px 10px 10px 10px;
        float: left;
        border: 0;
        margin: 6px 6px;
        font-size: medium;
        border-radius: 5px;
        background: #fcfaff;
        color: #333333;
    }

a {
    text-decoration: none;
}

.location-item a:hover {
    background: #421493;
    color: #ffffff;
}

.advert-location-list ul.breadcrumbs {
    padding: 0px;
    display: flex;
}

.advert-location-list .course-top-text h2 {
    margin: 0px;
}

.user-icon-mobile {
    display: none;
}

.user-icon-desktop {
    display: block;
}

.img-advert-mob {
    display: none;
    filter: invert(1) brightness(2);
    width: 16px;
}

.record-title {
    margin: 10px 0;
}

ul.pagination {
    padding-left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    gap: 10px;
}

    ul.pagination li a {
        padding: 4px 8px !important;
        text-align: center;
        display: block;
    }

    ul.pagination li {
        min-width: 35px;
        width: auto;
    }

        ul.pagination li.active {
            background: #ff63c3;
            border-radius: 4px;
            color: #fff;
        }

            ul.pagination li.active a {
                color: #fff;
                cursor: default;
            }

        ul.pagination li.disabled {
            opacity: 0.5;
        }

.copyrights-footer {
    background-color: #f3f3f3;
    padding: 15px 0;
}

.blog-label-sec h4 {
    font-size: 18px;
    margin: 15px 0;
}

.previous-next-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding-right: 10px;
}

    .previous-next-link a {
        cursor: pointer
    }

slider {
    overflow: hidden;
}

/* 16-7-2024 CSS Start */

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.publish-plan-sec {
    padding-bottom: 50px;
    display: inline-block;
    width: 100%;
}

    .publish-plan-sec .sidebar-user-profile {
        padding: 0;
        padding-bottom: 15px;
    }

.publish-bottom-sec {
    text-align: right;
    display: inline-block;
    width: 100%;
    padding-top: 15px;
}

    .publish-bottom-sec .total-points {
        padding-bottom: 10px;
    }

.publish-points-bx .form-title h4 {
    color: #5A4DCC;
}

.publish-points-bx .dashboard-publish-add strong {
    font-size: 30px;
    color: #5A4DCC;
    font-weight: bold;
}

.publish-plan-sec .publish-points-list {
    margin-left: -10px;
    margin-right: -10px;
}

.publish-plan-sec .publish-points-bx {
    width: 33.33%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}

.publish-plan-sec .dashboard-col {
    display: inline-block;
    width: 100%;
}

.publish-plan-sec .dashboard-publish-add {
    min-height: 80px;
}

.publish-plan-sec .dashboard-publish-add {
    text-align: center;
}

.publish-plan-sec .dashboard-col .form-body label {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 0;
}

.dashboard-col.active {
    border: solid 1px #FF63C3;
}

.item-title {
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 0px;
    color: #2F2C2C;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 18px;
}

/* 16-7-2024 CSS End */

.field-validation-error span, span.text-danger, .text-danger {
    color: red !important;
    font-size: 15px;
    font-style: normal;
    line-height: normal;
}

#loading-bar-spinner .spinner {
    left: 50%;
    margin-left: -20px;
    top: 50%;
    position: fixed;
    z-index: 19 !important;
    animation: loading-bar-spinner 400ms linear infinite;
    transform: translate(-50%, -50%);
}

.loader {
    width: 100%;
    position: fixed;
    top: 0px;
    height: 100vh;
    left: 0px;
    z-index: 9999999;
    background: rgba(0,0,0,0.3);
}

#loading-bar-spinner .spinner .spinner-icon {
    width: 40px;
    height: 40px;
    border: solid 4px transparent;
    border-top-color: #00873C !important;
    border-left-color: #00873C !important;
    border-radius: 50%;
}

@keyframes loading-bar-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

button.btn.thm-btn.cancel-btn {
    border: solid 1px #00873C;
    background: transparent;
    color: #00873C;
    margin-right: 10px;
}

.is-visible .recent-box-title {
    background: #f5f5f5;
    border: 0.456px solid #00873c;
}

/*RESPONSIVE CSS END*/

/**************my credits css start*************/
.dashboard-right-title h4 a {
    display: flex;
    column-gap: 10px;
    color: #ff63c3;
}

.credits-title {
    background: #F5F5F5;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 15px;
    box-sizing: border-box;
    border-radius: 4px 4px 0 0;
}

.table-list-data .table {
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 110px 0px #00000012;
}

    .table-list-data .table thead tr th {
        text-align: left;
        font-size: 16px;
        font-weight: bold;
        color: #4A4B51;
        padding: 10px;
        border-bottom: solid 1px #E4DADA;
    }

    .table-list-data .table tbody tr td {
        text-align: left;
        font-size: 16px;
        color: #4A4B51;
        padding: 10px;
        border-bottom: solid 1px #E4DADA;
    }

    .table-list-data .table tbody tr:last-child td {
        border-bottom: none;
    }

.credit {
    color: #00BD08 !important;
}

.debit {
    color: #BD3900 !important;
}

.dashboard-col.active {
    border: solid 1px #FF63C3;
}

.modal#verify_mobile_modal, .modal#verify_otp_modal, .verify-mobile {
    max-width: 500px;
    padding: 0;
}

#verify_mobile_modal .modal-footer.modal-footer-filter {
    text-align: center;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

    #verify_mobile_modal .modal-footer.modal-footer-filter .thm-btn {
        line-height: normal
    }

#verify_mobile_modal .custom-modal-inner, #verify_mobile_modal .modal-header {
    text-align: center;
}

#verify_mobile_modal .custom-modal-content {
    overflow: hidden;
}

#otpnotmatched {
    color: red;
}

#otp {
    padding: 10px 15px;
    border-radius: 6px;
    border: 1px solid #2F2C2C;
    font-size: 16px;
}

.search-filter-btn {
    padding-top: 10px;
    text-align: center;
}

.search-filter-btn .thm-btn {
    padding: 15px 40px;
}

.search-filter-btn img {
    display: none;
}

.location-inline {
    display: inline;
    padding: 5px;
}

.extra-cities {
    margin-bottom: 20px;
}


/*RESPONSIVE CSS BEGIN*/
@media(max-width: 1024px) {
    .escort-cta-wrapper {
        gap: 15px;
    }

    .escort-cta a {
        column-gap: 10px;
        border-radius: 10px;
        padding: 20px 20px;
    }

    .escort-cta h4 {
        font-size: 18px;
    }

    .post-ad-state h4 {
        font-size: 30px;
    }

    .upload-img-list {
        gap: 10px;
    }

    .upload-product img {
        height: 140px;
    }

    .search-filter.product-list-filter {
        height: 70px;
        column-gap: 5px;
        padding: 10px;
    }

    .product-list-filter .select-filter-cta.custom-select {
        border-radius: 10px;
        padding: 10px 10px;
    }

    .product-list-filter .selected-item {
        font-size: 14px;
    }

        .product-list-filter .selected-item:after {
            right: 10px;
            top: 19px;
        }

    .product-search-dflex {
        padding: 0 15px;
    }

    .search-header-filter {
        width: 150px;
        height: 70px;
        font-size: 16px;
    }

    .product-list-detail p {
        font-size: 14px;
        line-height: 22px;
        padding-right: 0;
    }

    .product-list-detail ul {
        margin: 15px 0;
    }

    .product-detail-wrapper {
        column-gap: 15px;
    }

    .product-small-grid-box {
        gap: 15px;
    }

    .small-box {
        width: 47.7%;
    }

    .dashboard-tabs {
        column-gap: 15px;
    }

    .dashboard-left-box {
        max-width: 200px;
    }

    .user-name-info h4 {
        font-size: 18px;
    }

    .user-name-info h5 {
        font-size: 14px;
        margin: 0;
    }

    .dashboard-tabs ul li a {
        font-size: 15px;
        padding: 15px 20px;
    }

    .post-list-view {
        position: relative;
    }

    .post-left-img {
        height: 220px;
        width: 180px;
    }

    .add-top-dflex {
        padding-left: 15px;
    }

    .post-list-detail h3 {
        font-size: 16px;
        padding-right: 30px;
    }

    .post-list-detail p {
        font-size: 14px;
        margin: 0 0 10px;
        padding-right: 0;
        line-height: 20px;
    }

    .more-btn {
        height: 40px;
        width: 40px;
        padding: 8px;
    }

    .more-dropdown-menu {
        margin-right: 10px;
        position: absolute;
        top: 10px;
        right: 0;
    }

    .location span {
        font-size: 14px;
    }

    .preview-btn-right .thm-btn {
        padding: 8px 10px;
        font-size: 13px;
    }

    .preview-btn-right {
        padding-right: 0;
        flex-direction: column;
        gap: 7px;
        margin-top: -30px;
    }

    .preview-add-box {
        padding-left: 10px;
    }

    .post-list-detail {
        width: calc(100% - 180px);
        padding-right: 10px;
    }

    .add-top-dflex {
        padding-left: 10px;
    }

    .form-outer-box {
        column-gap: 8px;
    }

    .select-form {
        column-gap: 10px;
        padding: 10px;
        font-size: 13px;
    }

    .right-dashboard-section {
        width: calc(100% - 200px);
    }

    .filtersearch-taglist.filter-mobile-taglist .listingfilters {
        display: flex;
    }

    .dashboard-grid-wrapper {
        gap: 15px;
    }
}

@media(max-width: 767px) {
    .span-preview {
        display: none;
    }

    .img-advert-mob {
        display: block;
    }

    .user-icon-mobile {
        display: block;
    }

    .user-icon-desktop {
        display: none;
    }

    .escort-cta-wrapper {
        gap: 15px;
        flex-wrap: wrap;
    }

    .slider-text h1 {
        font-size: 30px;
        line-height: 48px;
    }

    .slider-text h4 {
        font-size: 16px;
        line-height: 26px;
        padding: 0 30px;
    }

    .slider-banner {
        padding: 50px 0 0px;
    }

    .search-filter {
        margin: 0px 20px;
        bottom: -35px;
        flex-wrap: wrap;
        gap: 15px;
    }

    .main-container {
        padding-top: 70px;
    }

    .escort-cta a {
        border-radius: 8px;
        padding: 15px 20px;
    }

    .escort-cta h4 {
        font-size: 18px;
    }

    .cta-icon img {
        max-width: 30px;
    }

    .footer-dflex ul li a {
        font-size: 14px;
    }

    .post-ad {
        padding: 10px;
        margin: 30px 0 30px;
        flex-direction: column;
        gap: 15px;
    }

    .selected-item {
        font-size: 14px;
    }

    .custom-select {
        border-radius: 8px;
        padding: 10px 15px;
    }

    .post-ad-state h4 {
        font-size: 22px;
        margin: 0 0 30px;
        line-height: normal;
    }

    .post-ad h4 {
        font-size: 22px;
    }

    .post-ad-state ul {
        column-gap: 10px;
    }

        .post-ad-state ul li a {
            padding: 8px 12px;
            font-size: 15px;
            margin-bottom: 10px;
        }

    .popular-search .post-ad-state ul li a {
        padding: 8px 12px;
    }

    .popular-search .post-ad-state ul {
        column-gap: 10px;
    }

    .post-ad-state h4 {
        margin: 0 0 20px;
    }

    .footer-dflex {
        flex-direction: column;
        gap: 10px;
    }

        .footer-dflex ul li {
            width: 40%;
            text-align: center;
        }

        .footer-dflex ul {
            flex-wrap: wrap;
        }

    .thm-btn {
        padding: 8px 20px;
        font-size: 14px;
    }

    .post-ad-state ul {
        justify-content: flex-start;
    }

    .copyright {
        margin-top: 25px;
        padding: 0 20px;
    }

    .slider-banner.inner-bg {
        padding: 50px 0 100px;
    }

    .category-form-title h4 {
        font-size: 18px;
    }

    .category-form-title span {
        font-size: 16px;
    }

    .select-form-body {
        padding: 15px;
    }

    .btn-white-bg {
        padding: 10px 0;
    }

    .select-form-body .form-group {
        margin-bottom: 15px;
    }

        .select-form-body .form-group label {
            font-size: 14px;
        }

    .form-group-outer .form-group {
        width: 100%;
    }

    .upload-img-box {
        flex-wrap: wrap;
        justify-content: center;
    }

    .upload-detail {
        flex-direction: column;
        width: 100%;
    }

    .upload-img-icon {
        margin-bottom: 10px;
    }

    .upload-detail ul {
        margin: 0 0 15px;
    }

        .upload-detail ul h4 {
            font-size: 14px;
            text-align: center;
        }

    .upload-detail li {
        margin-left: 0;
        text-align: center;
        list-style: none;
    }

    .upload-grid-box {
        width: 47.5%;
    }

    .upload-product img {
        height: 170px;
    }

    .login-box {
        padding: 30px 20px;
    }

        .login-box .form-group {
            margin-bottom: 20px;
        }

        .login-box p {
            margin-top: 30px;
            font-size: 14px;
        }

    .ethnicity-category ul li span {
        font-size: 14px;
        padding: 7px 15px;
    }

    .ethnicity-category ul {
        gap: 20px 15px;
    }

    .search-filter.mobile-search-show {
        bottom: -15px;
        padding: 6px 13px;
        max-width: 90%;
        display: block;
    }

        .search-filter.mobile-search-show a {
            display: inline-block;
            width: 100%;
        }

    .product-location-field {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .product-location-field span {
            display: flex;
            column-gap: 10px;
            font-size: 14px;
            color: #434343;
        }

        .product-location-field .thm-btn {
            width: 36px;
            height: 36px;
            padding: 0;
            border-radius: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .product-search-dflex {
        display: none;
    }

    .slider-banner.inner-bg.product-list-bg {
        padding-bottom: 40px;
        padding-top: 40px;
    }

        .slider-banner.inner-bg.product-list-bg.filter-show-height-decrise {
            padding-bottom: 5px;
        }

    .product-list-bg ul.breadcrumb-list {
        margin: 0px 10px 5px 10px;
    }

    .product-list-inner-section {
        padding-top: 25px;
    }

    .load-more-data {
        margin-top: 20px;
        margin-bottom: 30px;
    }

        .load-more-data .thm-btn {
            padding: 12px 24px;
        }

    .callgirl-condition h3 {
        font-size: 24px;
        line-height: 36px;
    }

    .product-list-detail h4 {
        font-size: 16px;
        line-height: 20px;
        margin: 0px;
    }

    .product-list-detail p {
        font-size: 14px;
        line-height: 18px;
        padding-right: 0;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 15px
    }

    .product-list-detail ul li {
        padding: 2px 6px;
        border-radius: 4px;
        font-size: 12px;
    }

    .product-list-detail span {
        font-size: 11px;
    }

    .share-btn-right .thm-btn {
        padding: 10px 8px;
        font-size: 13px;
    }

    .product-img {
        width: 180px;
        height: 210px;
    }

    .product-list-detail {
        width: calc(100% - 210px);
    }

    .share-btn-right {
        margin-top: -30px;
    }

    .callgirl-condition ul {
        column-gap: 10px;
    }

        .callgirl-condition ul li {
            width: auto;
        }

            .callgirl-condition ul li a {
                padding: 10px 9px;
                border-radius: 8px;
                font-size: 14px;
            }

    .call-info-btn {
        display: none;
    }

    a.back-page {
        position: absolute;
        top: 10px;
        left: 10px;
        display: flex;
        color: #fff;
        column-gap: 5px;
        font-size: 12px;
    }

    .slider-banner.inner-bg.product-list-bg.product-detail-bg {
        padding-top: 50px;
        padding-bottom: 25px;
    }

    .breadcrumb-list li {
        font-size: 14px;
    }

    .product-detail-wrapper {
        display: none;
    }

    .product-detail-mobile-view {
        display: flex;
        white-space: nowrap;
        flex-wrap: nowrap;
        column-gap: 13px;
        overflow-x: auto;
        margin-right: -15px;
        overflow-y: hidden;
    }

    .product-large-left-img {
        width: 190px;
        height: 250px;
    }

        .product-large-left-img img {
            width: 190px;
            height: 250px;
            max-width: 190px;
        }

    .characteristics-girl-info ul li {
        width: 100%;
        padding: 0;
        text-align: center;
    }

        .characteristics-girl-info ul li label {
            width: 50%;
            font-size: 14px;
            background: #F5F5F5;
            float: left;
            border-right: solid 1px #CECECE;
            padding: 11px 0;
        }

        .characteristics-girl-info ul li span {
            font-size: 14px;
            padding: 11px 0;
            display: inline-block;
            width: 49%;
        }

        .characteristics-girl-info ul li:nth-child(2) {
            border-top-right-radius: 0;
        }

        .characteristics-girl-info ul li:first-child {
            border-top-left-radius: 7px;
            border-top-right-radius: 7px;
        }

        .characteristics-girl-info ul li:last-child {
            border-bottom-right-radius: 7px;
            border-bottom-left-radius: 7px;
        }

        .characteristics-girl-info ul li:nth-last-child(2) {
            border-bottom-left-radius: 0;
        }

        .characteristics-girl-info ul li:first-child label {
            border-top-left-radius: 7px;
        }

        .characteristics-girl-info ul li:last-child label {
            border-bottom-left-radius: 7px;
        }

    .service-cta-list {
        gap: 10px;
    }

        .service-cta-list a {
            background: transparent;
            border: none;
            padding: 0;
            display: flex;
            column-gap: 10px;
            align-items: center;
            width: 48%;
            font-size: 15px;
        }

    .check-mark {
        display: inline-block;
    }

    .service-cta-list a:last-child {
        display: none;
    }

    .security-guide {
        gap: 15px;
        margin-bottom: 30px;
    }

    .guide-btn {
        padding: 10px 10px;
        font-size: 16px;
    }

    .call-info-btn.mobile-view-show {
        margin-top: 0;
        padding: 15px;
        column-gap: 20px;
        display: flex;
    }

    .call-info-btn .thm-btn {
        font-size: 15px;
        padding: 10px 15px;
        width: 100%;
        justify-content: center;
    }

    .modal.filter-box-modal.product-search-modal {
        border-radius: 0;
    }

    .modal.filter-box-modal {
        width: 100%;
    }

    .filter-box-modal .modal-header {
        border-radius: 0;
    }

    .jquery-modal.blocker {
        padding: 0;
    }

    .filter-box-modal.product-search-modal .custom-modal-body {
        height: calc(100vh - 170px);
        overflow-y: auto;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .product-search-modal .search-filter-btn {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 5px 20px;
        box-sizing: border-box;
        background: #fff;
    }

    .product-search-modal .select-filter-cta {
        column-gap: 10px;
        border: solid 1px #EEEFF0;
        width: 100%;
        border-radius: 4px;
        padding: 0px 5px;
        margin-bottom: 8px;
        box-sizing: border-box;
    }

    .set > a {
        padding: 12px 0px;
    }

    .product-search-modal .search-filter-btn .selected-item:after {
        right: 15px;
        top: 19px;
    }

    .filter-box-modal .modal-header h4 {
        padding: 15px 20px;
        font-size: 18px;
    }

    .product-search-modal a.btn.filter-btn {
        background: #fff;
        display: flex;
        align-items: center;
        column-gap: 5px;
        border: solid 1px #ff63c3;
        width: fit-content;
        justify-content: center;
        padding: 8px 16px;
        box-sizing: border-box;
        border-radius: 8px;
        color: #ff63c3;
    }

        .product-search-modal a.btn.filter-btn img {
            max-width: 18px;
            filter: brightness(0) saturate(100%) invert(55%) sepia(96%) saturate(1666%) hue-rotate(291deg) brightness(101%) contrast(102%);
        }

    .product-search-modal .search-filter-btn button.thm-btn {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 5px;
        padding: 13px;
        border-radius: 8px;
    }

    .call-info-btn.mobile-view-show.mobile-fixed-btn {
        position: sticky;
        bottom: 0;
        left: 0;
        width: 100%;
        border-radius: 0;
        z-index: 9;
    }

    .product-list-box .product-inner-list {
        flex-wrap: wrap;
    }

    .product-inner-list a {
        width: 100%;
        margin-bottom: 0;
    }

    .product-right-list-view h1 {
        margin: 0px 0px 15px;
        font-size: 24px;
        line-height: 33px;
        font-weight: bold;
    }

    .filtersearch-taglist.filter-mobile-taglist {
        margin: 20px;
        box-sizing: border-box;
        overflow-x: auto;
        overflow-y: hidden;
        width: 90%;
        display: flex;
        white-space: nowrap;
        column-gap: 3px;
        padding: 0;
    }

        .filtersearch-taglist.filter-mobile-taglist .listingfilters {
            padding: 3px 5px;
            margin-right: 2px;
            border-radius: 4px;
        }

        .filtersearch-taglist.filter-mobile-taglist label {
            padding: 0;
        }

    .listingfilters {
        gap: 2px;
    }

    span.listingfiltersClose {
        font-size: 24px;
    }

    .dashboard-left-box {
        display: none;
    }

    .right-dashboard-section {
        width: 100%;
    }

    .select-form {
        width: 47.5%;
        margin-bottom: 10px;
    }

    .post-list-view {
        flex-wrap: wrap;
        padding: 10px;
    }

    .advert-list-section {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        column-gap: 10px;
        flex-direction: column;
    }

    .add-form-section {
        margin-bottom: 0;
    }

    .post-list-detail {
        width: 100%;
    }

    .post-left-img {
        height: 220px;
        width: 100%;
    }

        .post-left-img img {
            border-radius: 8px;
        }

    .add-top-dflex {
        padding-left: 0;
        padding-top: 10px;
        position: relative;
    }

    .add-form-section {
        background: #fff;
    }

    .more-dropdown-menu {
        margin-right: 0;
    }

    .more-btn {
        height: 36px;
        width: 36px;
        padding: 7px;
    }

    .more-dropdown-menu {
        position: absolute;
        right: 0;
        top: 10px;
    }

    .post-list-detail h3 {
        font-size: 16px;
        padding-right: 40px;
    }

    .post-list-detail p {
        font-size: 14px;
        margin: 0 0 10px;
        padding-right: 0;
        line-height: 20px;
    }

    .location span {
        font-size: 14px;
    }

    .preview-add-box {
        padding-left: 0;
    }

        .preview-add-box .thm-btn.light-btn {
            padding: 8px 10px;
            font-size: 12px;
            line-height: normal;
        }

    .thm-btn.renew-btn {
        padding: 8px 10px;
        font-size: 12px;
        line-height: normal;
    }

    .preview-btn-right {
        column-gap: 5px;
        padding-right: 0;
    }

    .preview-btn-right {
        padding-right: 0;
        flex-direction: column;
        gap: 6px;
        margin-top: -30px;
    }

    .preview-add-box .location p {
        padding: 4px 6px;
        font-size: 13px;
    }

    .share-btn-right.call-info-btn-mob {
        display: flex;
        column-gap: 5px;
    }

    .call-info-btn-mob {
        display: block;
        margin-top: -30px !important;
    }

        .call-info-btn-mob .thm-btn {
            padding: 5px 7px !important;
            font-size: 12px;
        }

    .dashboard-col {
        width: 100%;
    }

    a.dashboard-col {
        cursor: pointer;
    }

    .product-list-box .product-inner-list {
        padding: 10px;
        align-items: flex-start;
    }

    .product-inner-list a.product-img-link {
        width: 180px;
    }
}


@media(max-width:576px) {
    .warning-message-modal .modal-content {
        max-width: 100%;
        width: 100%;
        padding: 15px;
    }

    .search-filter-btn img {
        display: block;
    }

    .modal.filter-box-modal {
        max-width: 95%;
    }

    .product-search-modal .search-filter-btn {
        padding: 10px 20px;
    }
}

@media(max-width: 479px) {
    .escort-cta-wrapper {
        gap: 15px;
        flex-wrap: wrap;
    }

    .upload-product img {
        height: 125px;
    }

    .share-btn-right .thm-btn {
        padding: 12px 16px;
        font-size: 14px;
    }

    .product-list-detail span {
        font-size: 12px;
    }

    .slider-text h1 {
        font-size: 24px;
        line-height: 36px;
    }

    .slider-text h4 {
        font-size: 16px;
        line-height: 26px;
        padding: 0 30px;
    }

    .slider-banner {
        padding: 50px 0 0px;
    }

    .search-filter {
        margin: 0px 20px;
        bottom: -35px;
        flex-wrap: wrap;
        gap: 15px;
    }

    .main-container {
        padding-top: 70px;
    }

    .escort-cta a {
        border-radius: 8px;
        padding: 15px 20px;
    }

    .escort-cta h4 {
        font-size: 18px;
    }

    .cta-icon img {
        max-width: 30px;
    }

    .footer-dflex ul li a {
        font-size: 14px;
    }

    .post-ad {
        padding: 10px;
        margin: 30px 0 30px;
        flex-direction: column;
        gap: 15px;
    }

    .selected-item {
        font-size: 14px;
    }

    .custom-select {
        border-radius: 8px;
        padding: 10px 15px;
    }

    .post-ad-state h4 {
        font-size: 22px;
        margin: 0 0 30px;
        line-height: normal;
    }

    .post-ad h4 {
        font-size: 22px;
    }

    .post-ad-state ul {
        column-gap: 10px;
    }

        .post-ad-state ul li a {
            padding: 6px 10px;
            font-size: 13px;
            margin-bottom: 10px;
        }

    .popular-search .post-ad-state ul li a {
        padding: 6px 10px;
    }

    .popular-search .post-ad-state ul {
        column-gap: 10px;
    }

    .post-ad-state h4 {
        margin: 0 0 20px;
    }

    .footer-dflex {
        flex-direction: column;
        gap: 10px;
    }

        .footer-dflex ul li {
            width: 100%;
            text-align: center;
        }

        .footer-dflex ul {
            flex-wrap: wrap;
        }

    .thm-btn {
        padding: 8px 20px;
        font-size: 14px;
    }

    .post-ad-state ul {
        justify-content: flex-start;
    }

    .ethnicity-category ul li span {
        font-size: 14px;
        padding: 7px 15px;
    }

    .ethnicity-category ul {
        gap: 20px 10px;
    }

    .product-list-box a {
        flex-direction: column;
        padding: 0;        
    }

    .product-img {
        width: 100%;
        height: 350px;
    }

        .product-img img {
            border-radius: 0;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            object-fit: cover;
        }

    .product-list-detail {
        width: 100%;
        padding: 15px;
    }
    .product-list-box.lft-img-ad-bx .product-list-detail {
        margin-top: -7px;
    }

        .product-list-detail a {
            padding: 0;
            display: inline-block;
            width: 100%;
        }

    .share-btn-right {
        margin-top: -60px;
    }

    .callgirl-condition ul {
        gap: 16px;
        margin: 20px 0 40px;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

        .callgirl-condition ul li {
            width: 65%;
        }

            .callgirl-condition ul li a {
                padding: 14px 30px;
                border-radius: 8px;
                font-size: 15px;
            }

    .callgirl-condition p {
        line-height: 22px;
        font-size: 14px;
        margin: 0 0 20px;
    }

    .post-name label {
        font-size: 13px;
    }

    .post-name h4 {
        font-size: 13px;
    }

    .post-name {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .call-girl-location {
        column-gap: 10px;
    }

    .call-item {
        padding: 2px 6px;
        font-size: 12px;
    }

    .call-girl-location h4 {
        font-size: 13px;
    }

    .about-info-detail h4 {
        font-size: 16px;
    }

    .about-info-detail p {
        font-size: 14px;
        line-height: 18px;
    }

    .about-info-detail {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .characteristics-girl-info h4 {
        font-size: 16px;
        margin: 0 0 15px;
    }

    .service-callgirl h4 {
        font-size: 16px;
        margin: 0 0 16px;
    }

    .product-large-left-img img {
        height: 230px;
    }

    .product-large-left-img {
        height: 230px;
    }

    .add-form-section .form-outer-box {
        flex-wrap: wrap;
    }

    .select-form {
        width: 100%;
        margin-bottom: 10px;
    }

    .select-form {
        justify-content: space-between;
    }

    .dropdown {
        width: 100%;
    }

    .add-form-section {
        margin-bottom: 0px;
    }

    .post-list-view {
        flex-wrap: wrap;
        padding: 15px;
    }

    .post-left-img img {
        height: 100%;
        width: 100%;
        border-radius: 8px;
    }

    .post-left-img {
        height: 300px;
        width: 100%;
    }

    .post-list-detail {
        width: 100%;
        padding-top: 10px;
        position: relative;
    }

    .add-top-dflex {
        padding-left: 0;
    }

    .advert-location-list .course-top-text {
        display: flex;
        width: 100%;
        max-width: 100%;
        flex-wrap: wrap;
    }

    .dashboard-col .form-body label span {
        font-size: 18px;
    }

    .dashboard-col .form-body label {
        font-size: 16px;
    }

    .dashboard-right-title h4 {
        font-size: 20px;
    }

    .dashboard-col .form-title h4 {
        font-size: 18px;
    }

    ul.pagination {
        gap: 5px;
    }

        ul.pagination li {
            min-width: 25px;
        }

    .product-inner-list a.product-img-link {
        width: 100%;
    }

    .product-list-box .product-inner-list {
        padding: 0px;
    }

    .modal#verify_mobile_modal {
        max-width: 90% !important;
        margin: 0 auto;
    }

    /* 16-7-2024 CSS Start */

    .publish-plan-sec .publish-points-list {
        margin-left: -5x;
        margin-right: -5px;
    }

    .publish-plan-sec .publish-points-bx {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
    }

    .publish-points-bx .dashboard-publish-add strong {
        font-size: 22px;
    }

    .publish-points-bx .dashboard-col .form-body {
        padding: 15px 0;
    }

    .publish-plan-sec .dashboard-publish-add {
        min-height: inherit;
    }

    .publish-plan-sec .dashboard-col .form-body label {
        font-size: 14px;
    }

    .publish-plan-sec .dashboard-col .form-title {
        padding: 5px 0;
    }




    .product-list-box.lft-img-ad-bx .product-inner-list {
        display: flex;
        flex-wrap: initial;
    }

        .product-list-box.lft-img-ad-bx .product-inner-list a.product-img-link {
            width: 250px;
            margin: 0;
        }

        .product-list-box.lft-img-ad-bx .product-inner-list .product-img-link .product-img {
            height: 280px;
        }

    .product-list-box.lft-img-ad-bx .product-list-detail a {
        padding: 0;
        display: inline-block;
        width: auto;
        ;
    }

    .product-list-box.lft-img-ad-bx .product-inner-list .call-info-btn-mob {
        display: block;        
        text-align: left;
        float: left;
        position: absolute;
        margin-left: 70px;
        bottom:2px;
    }

    .product-list-box.lft-img-ad-bx .product-list-detail {
        padding: 5px;
        padding-left: 0;
        padding-top: 15px;
    }

    .product-list-box.lft-img-ad-bx .product-inner-list {
        column-gap: 5px;
    }

    .product-list-detail img {
        /* width:100%;
        height:100%;*/
    }

    .header-logo {
        width: 82px;
        height: 41px;
    }
}


@media(max-width: 359px) {
    .slider-text h1 {
        font-size: 20px;
        line-height: 30px;
        padding: 0 10px;
    }

    .guide-btn {
        font-size: 13px;
    }

    .call-info-btn.mobile-view-show {
        padding: 10px;
        column-gap: 10px;
    }

    .call-info-btn .thm-btn {
        font-size: 14px;
        padding: 10px 10px;
    }

    .product-list-detail ul {
        column-gap: 5px;
    }

        .product-list-detail ul li {
            padding: 2px 4px;
            font-size: 11px;
        }

    .share-btn-right .thm-btn {
        padding: 10px 10px;
        font-size: 12px;
    }

    .product-img {
        height: 330px;
    }

    ul.pagination {
        gap: 0;
    }
}
