@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
--------------------------------------------------------------*/
body {
    font-family: 'DM Sans';
    margin: 0;
    background-color:#cc9966;
    font-size:18px; font-weight:600;
    color: #2F2C2C;
    line-height: 24px;
}

a {
    color: var(--color-primary);
    text-decoration: none;
}

    a:hover {
        color: #ff63c3;
        text-decoration: none;
    }

* {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "DM Sans", sans-serif; color: #CC0066;
}

img {
    max-width: 100%;border-radius:10px;
}

.header {
    display: inline-block;
    width: 100%;
}

.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:#CC9966;
    padding: 12px 24px;
    color: #fff;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    font-size: 16px;
}

    .thm-btn.blue-thm {
        background: #660033;
    }

    .thm-btn:hover {
        background:#CC9966;
        color: #fff;
    }

    .thm-btn.blue-thm:hover {
        background: #310b74;
        color: #fff;
    }

.slider-banner {
    background: #CC0066;
    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(../imgs/select-arrow.svg);
        background-repeat: no-repeat;
        width: 10px;
        height: 10px;
        top: 24px;
    }

.arrowanim.selected-item:after {
    transform: rotate(180deg);
}

.item {
  border-radius: 30px;
    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: #660033;
    border-radius: 25px;
    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 {
    width: 100%;
    text-align: center;
}

    .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:black;
                border-radius: 20px;
                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:#CC9966;
    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: 20px; font-weight:700;
}

.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: 20px; background-color:#66CCFF;
        color: #2F2C2C;
        margin: 0;
    }

.product-list-box {
    position: relative;
}

.product-list-inner-section {
    padding-top: 40px;
    padding-bottom: 20px;
}

.prod-list-p20 {
    padding-top: 5px;
}

.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:non;
        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: 20px; 
    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(../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: #CC9966;
    border: solid 1px #F7F7F7;
    border-radius: 16px;
    padding: 15px 15px;
    box-sizing: border-box;
    background-image: url(../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: 20px;
    font-weight: bold;
    margin:5px 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: 110px;
        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;
    }
}


.marquee {
  overflow: hidden;
  /* hide the scrolling overflow */
  width: 100%;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
}
.marquee_header {
  font-size: 35px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}
.marquee__inner {
  display: flex;
  width: max-content;
  animation: marquee 15s linear infinite;
}

.marquee__group {
  display: flex;
}

.marquee__group span {
  margin: 0 1.5rem;
  white-space: nowrap;
  background: #000000;
  color: white;
  padding: 4px 16px 4px 12px;
  border-radius: 6px;
  font-size: 1.2rem;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


 button,input,select,textarea{font-size:inherit;line-height:inherit}a{color:white}a:focus,a:hover{color:red}a:focus{outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto;border-radius: 30px;}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}[role=button]{cursor:pointer}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}dt,kbd kbd,label{font-weight:700}address,blockquote .small,blockquote footer,blockquote small,dd,dt,pre{line-height:1.42857143}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-inline,.list-unstyled{padding-left:0;list-style:none}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}pre code,table{background-color:transparent}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}dl,ol,ul{margin-top:0}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child,ol ol,ol ul,ul ol,ul ul{margin-bottom:0}address,dl{margin-bottom:20px}ol,ul{margin-bottom:10px}.list-inline{margin-left:-5px}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}.container{width:750px}}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.dropdown-menu>li>a,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after,.ui-helper-clearfix:after{clear:both}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;color:#777}legend,pre{display:block;color:#333}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'2014 0A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}code,kbd{padding:2px 4px;font-size:90%}caption,th{text-align:left}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'0A0 2014'}code,kbd,pre,samp{font-family: 'DM Sans'}code{color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;-webkit-box-shadow:none;box-shadow:none}pre{padding:9.5px;margin:0 0 10px;font-size:13px;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}.container,.container-fluid{margin-right:auto;margin-left:auto}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;border-radius:0}.container,.container-fluid{padding-right:15px;padding-left:15px}.pre-scrollable{overflow-y:scroll}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}caption{padding-top:8px;padding-bottom:8px;color:#777}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}
 
 .media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.popover,.tooltip{font-style:normal;font-weight:400;line-height:1.42857143;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;line-break:auto;text-decoration:none}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal{position:fixed;z-index:1050;display:none;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-size:12px;text-align:left;text-align:start;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow,.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow{bottom:0;border-width:5px 5px 0;border-top-color:#000}.tooltip.top .tooltip-arrow{left:50%;margin-left:-5px}.tooltip.top-left .tooltip-arrow{right:5px;margin-bottom:-5px}.tooltip.top-right .tooltip-arrow{left:5px;margin-bottom:-5px}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow,.tooltip.bottom-left .tooltip-arrow,.tooltip.bottom-right .tooltip-arrow{border-width:0 5px 5px;border-bottom-color:#000;top:0}.tooltip.bottom .tooltip-arrow{left:50%;margin-left:-5px}.tooltip.bottom-left .tooltip-arrow{right:5px;margin-top:-5px}.tooltip.bottom-right .tooltip-arrow{left:5px;margin-top:-5px}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-size:14px;text-align:left;text-align:start;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.carousel-caption,.carousel-control{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.6);text-align:center}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.carousel,.carousel-inner{position:relative}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.left>.arrow:after,.popover.right>.arrow:after{bottom:-10px;content:" "}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{left:1px;border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;border-right-width:0;border-left-color:#fff}.carousel-inner{width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'2039'}.carousel-control .icon-next:before{content:'203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#0009;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px}.carousel-caption .btn,.glyph,.text-hide{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.center-block{display:block;margin-right:auto;margin-left:auto}.fa.fa-pull-left,.fa.pull-left{margin-right:.3em}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.hidden,.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;background-color:transparent;border:0}.affix{position:fixed}@-ms-viewport{width:device-width}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}.visible-xs-block{display:block!important}.visible-xs-inline{display:inline!important}.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}.visible-sm-block{display:block!important}.visible-sm-inline{display:inline!important}.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}.visible-md-block{display:block!important}.visible-md-inline{display:inline!important}.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}.visible-lg-block{display:block!important}.visible-lg-inline{display:inline!important}.visible-lg-inline-block{display:inline-block!important}.hidden-lg{display:none!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}.hidden-print{display:none!important}}.fa,.fa-stack{display:inline-block}