#list-table {
    padding: 60px 0;
}

/* table  */

@media (max-width: 767px) {

    .table-wrap table,
    .table-wrap thead,
    .table-wrap tbody,
    .table-wrap th,
    .table-wrap td,
    .table-wrap tr {
        display: block;
    }

    .table-wrap thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-wrap td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
        white-space: normal;
        text-align: left;
    }

    .table-wrap td:before {
        position: absolute;
        top: 8px;
        left: 15px;
        width: 45%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    .table-wrap td:first-child {
        padding-top: 17px;
    }

    .table-wrap td:last-child {
        padding-bottom: 16px;
    }

    .table-wrap td:first-child:before {
        top: 17px;
    }

    .table-wrap td:before {
        content: attr(data-title);
    }

    .table tbody tr {
        border-top: 1px solid #ddd;
    }

    .table tbody tr td {
        border: none;
    }
    .r_link{
        z-index: 9999 !important;
        position: relative;
    }
}


/* Demo only */
.list-table .table-wrap {
    background-color: #e0e0e0 !important;
}

.list-table .table tbody tr:nth-child(odd) {
    background-color: #c9c9c9 !important;
}

.table thead tr {
    background-color: rgb(0, 98, 126);
    color: #ffffff;
}

.table tbody tr {
    /* color: #ffffff; */
    color: rgb(0, 98, 126);
}

.list-table tbody tr:hover {
    padding: 15px 20px;
    border: none;
    background: rgb(0, 98, 126) !important;
    color: rgb(255, 255, 255) !important;
}

.table tbody tr:hover .table_social li a {
    color: #ffffff !important;
}


@media (min-width: 768px) {

    .table thead tr th,
    .table tbody tr td {
        padding: 15px 20px;
        border: none;
    }
}

.table_social {
    padding: 0;
    margin: 0;
}

.table_social li {
    display: inline-block;
    padding: 0 10px;
}

/* table  */


.subcategory_box {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 8px 6px 12px 0 rgba(0, 0, 0, .05), -8px -8px 12px 0 rgba(0, 0, 0, .05);
}

.sb_heading {
    padding: 25px 20px;
    text-align: center;
    background-image: url(../../images/advertise.jpg);
    background-color: rgba(0, 98, 126, 0.5);
    background-position: top, center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sbh_h {
    color: #ffffff;
    font-size: 21px;
}

.sb_links {
    padding: 25px 25px;
    height: 260px;
    overflow-x: scroll;
    margin-bottom: 25px;
    padding-bottom: 0;
}

.sblinks_li {
    padding: 0;
    margin: 0;
    position: relative;
}

.sblinks_li li {
    list-style: none;
    position: relative;
    font-size: 15px;
    width: 100%;
    line-height: 30px;
    padding: 8px;
    font-weight: 400;
    letter-spacing: 0.35px;
    border-bottom: 1px solid #eee;
}

.sblinks_li li:nth-last-child(-n +1) {
    border-bottom: none;
}

.sblinks_li li a {
    width: 100%;
    display: block;
}

.sblinks_li li a i {
    position: absolute;
    right: 0;
    top: 12px;
    font-size: 20px;
}

.sb_button {
    padding: 25px;
}

.sb_btn {
    padding: 10px 25px;
    background: rgba(0, 98, 126, 1);
    border: none;
    color: #ffffff;
    letter-spacing: 0.35px;
}

.current-page-info {
    width: 100%;
}

.listing-item-excerpt {
    padding-top: 12px;
}

.listing-category-name {
    padding-top: 12px;
}

#counter {
    height: 15px;
    margin-bottom: 15px;
}

#topbar {
    width: 100%;
    height: auto;
    padding: 15px;
    background: rgb(0, 98, 126);
}

.topbar_li {
    padding: 0;
    margin: 0;
    text-align: center;
}

.topbar_li li {
    display: inline-block;
    padding: 0 22.5px;

}

.topbar_li li:nth-last-child(-n +1) {
    border-right: none;
}

.topbar_li li a {
    color: #ffffff;
}

.navbar {
    margin-bottom: 0 !important;
}

.pt-15 {
    padding-top: 15px;
}

.price_page p strong {
    font-weight: 700 !important;
    color: #000000;
}

.price_li {
    padding: 0;
    margin: 0;
}

.price_li li {
    margin-left: 20px;
    line-height: 30px;
}

#scrollTopBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #333;
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

#scrollTopBtn:hover {
    background-color: #555;
}

.mobile-only-logo {
    display: none;
}

/* Show the logo only on screens ≤ 767px (mobile) */




body#custom-cursor-page {
    cursor: none;
}

/* 🎯 The emoji cursor itself */
#customCursor {
    position: fixed;
    top: 0;
    left: 0;
    font-size: 28px;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease-in-out;
}

/* ✨ Cursor enlarges slightly when hovering over interactive elements */
#customCursor.hovering {
    transform: translate(-50%, -50%) scale(1.2);
    display: none;
}

/* 👀 Blink animation for the "eyes" stage */
#customCursor.eyes.animate {
    animation: blink 0.4s steps(2, start);
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

/* 🔍 Pulse animation for the magnifier emoji */
#customCursor.magnifier.animate {
    animation: pulse 0.8s ease-in-out;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.3);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

/* 🕵‍♂ Tilt animation for the detective emoji */
#customCursor.detective.animate {
    animation: tilt 0.6s ease-in-out;
}

@keyframes tilt {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    50% {
        transform: translate(-50%, -50%) rotate(15deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}


.pricing_top {
    background: url(../../images/hyderabadlinkspearls.jpg);
    padding: 60px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pricing .price .the-price {
    font-size: 15px !important;
    font-weight: 600;
    padding-top: 40px !important;
}

.price .title {
    background: rgb(0, 98, 126);
    color: #ffffff !important;
    position: relative;
    padding: 10px 30px !important;
    margin-bottom: 15px !important;
    display: inline-block;
}

.price .subtitle {
    font-weight: 600;
    font-size: 18px !important;
    color: rgb(0, 98, 126) !important;
}

.price .hot-label {
    font-size: 14px;
    top: 5px;
}

.pricing .included .item {
    line-height: 30px;
}

.pricing .included .item i {
    color: rgb(0, 98, 126);
    position: relative;
    right: 2.5px;
    top: 1px;
}

.advertise {
    background: #ededed;
    padding: 60px 0;
}

.pricing_boxes {
    padding: 60px 0;
    padding-top: 100px;
}

.t_h {
    text-align: left !important;
    padding-top: 15px !important;
    padding-bottom: 5px !important;
    font-size: 20px;
}

.t_c {
    padding: 60px 0;
}

.t_c p {
    line-height: 30px;
}

.t_c i {
    color: rgb(0, 98, 126);
    position: relative;
    right: 2.5px;
    font-size: 12px;
}

.listing-item-rating {
    display: none;
}

.category-icon {
    display: none;
}

.listing-item .listing-item-link:before,
.listing-item-rating {
    display: none;
}

#scrollTopBtn {
    background: rgb(0, 98, 126);
    border-radius: 5px;
}

#scrollTopBtn:hover {
    background: rgb(0, 98, 126);
}

.listing-description,
.listing-map,
.listing-review,
.related {
    margin-bottom: 120px !important;
}

#list_counter {
    position: relative;
    display: block;
    margin: auto;
}


.web-design {
    background-image: url(../../images/hlwd.jpg);
}

.gallery a {
    position: absolute;
    /* bottom: 20px; */
    /* right: 20px; */
    /* z-index: 10; */
    /* opacity: 0.6; */
    width: 100% !important;
    height: 100% !important;
}

.gallery a:before {
    display: none;
}

.gallery a:after {
    display: none;
}


.footer-links:before {
    display: none !important;
}

.list-address {
    padding: 0 !important;
    padding-top: 15px !important;
}



.panel-group {
    margin: 25px 0;
}

.panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
}


.panel-title>a.collapsed:before {
    float: right !important;
    content: "\f067";
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    text-decoration: none;
}

.panel-heading {
    padding: 15px 15px;
    background: var(--secondary-color);
    border: none;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-default>.panel-heading {
    background: var(--secondary-color);
    color: var(--text-color);
    border: none;
}

.panel {
    margin-bottom: 15px !important;
    background-color: #ffffff;
    border: none;
    border-bottom: 1px solid var(--primary-color);
}

.panel-body {
    font-weight: 400;
    font-size: 15px;
    color: var(--p-color);
    line-height: 30px;
    border: none !important;
    padding: 15px 15px;
    letter-spacing: 0;
}

.panel-title a {
    color: #404040;
    line-height: inherit;
    font-weight: 600;
    border: none;
    border: none !important;
    font-size: 18px;
}

.panel-title {
    text-align: left !important;
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    color: rgba(0, 98, 126, 1) !important;
}

.faq_h {
    color: var(--text-color);
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    color: rgb(0, 98, 126);
}

.faq_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin-left: 20px;
    padding-bottom: 10px;
    color: var(--p-color);
    line-height: 30px;
}

.sbh_h {
    margin: 0 !important;
}

.breadcrumbs {
    top: 40px;
}

.breadcrumbs li:before {
    color: #ffffff;
    padding: 0 10px;
}

.icon-platter:before {
    color: #ffffff;
}

#banner_img {
    margin: auto;
}


#visit_counter {
    padding: 0;
    margin: 0;
    text-align: center;
    margin-bottom: 20px !important;
}

#visit_counter li {
    display: inline-block;
    padding: 5px 12px;
    background: rgb(0, 98, 126);
    color: #ffffff;
}


.gap_top {
    margin-top: 100px;
}

.search_h {
    text-align: left;
    padding-top: 0px !important;
    padding-bottom: 5px !important;
    font-size: 18px;
    color: rgba(0, 98, 126, 1);
    font-weight: bold;
}

.visit_search {
    padding: 10px !important;
    border: 2px solid rgb(0, 98, 126);
}

#search {
    border: 2px solid rgb(0, 98, 126);
    padding: 10px;
    height: auto;
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
}

.filter_btn {
    padding: 12px 30px;
    background: rgba(0, 98, 126, 1);
    color: #ffffff;
    font-size: 17px;
    letter-spacing: 0.65px;
    display: block;
    border: none;
    font-weight: 500;
    position: relative;
    top: 30px;
}

.table-wrap {
    margin-top: 25px;
}

.data_table {
    margin-bottom: 0 !important;
    border: 1px solid rgba(0, 98, 126, 1) !important;
}

.table tbody tr:nth-child(odd) {
    background: #eee;
}

.table {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
    letter-spacing: 0.3px;
    border: 2px solid var(--primary-color);
}

td {
    border: 2px solid var(--primary-color);
}

th {
    background: var(--primary-color);
    font-weight: 600 !important;
    color: var(--secondary_color);
    letter-spacing: 0.65px;
    border-right: var(--secondary_color) !important;
    border-bottom: var(--primary-color) !important;
}

.back {
    margin-bottom: 20px !important;
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 700;
}

.back i {
    font-size: 16px;
}

.filter_input {
    padding: 10px;
    height: auto;
    border-radius: 0;
    margin-bottom: 25px !important;
    line-height: 1.42857143 !important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #000;
    border: 2px solid rgba(0, 98, 126, 1);
}



#admin_inner {
    width: 100%;
    height: auto;
    padding: 100px 0;
}

.add_form_box {
    width: 100%;
    height: auto;
    padding: 50px 35px !important;
    background: #ffffff !important;
    box-shadow: 0px 0px 8px 0px rgba(25, 48, 90, 0.25);
    transition: all .5s !important;
    border-radius: 5px !important;
    margin: 0 !important;
}

.add_form_label {
    font-family: 'Montserrat', sans-serif;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    padding-bottom: 5px !important;
    color: var(--primary-color);
}

.add_form_input {
    padding: 12px;
    height: auto;
    margin-bottom: 20px !important;
    line-height: 1.42857143 !important;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Arimo', sans-serif;
    letter-spacing: 0.3px;
    color: var(--text-color);
}

.add_form_input::placeholder {
    color: var(--text-color) !important;
}

.add_form_btn {
    margin-top: 25px !important;
    display: block;
    margin: auto;
    padding: 10px 30px;
    background: rgba(0, 98, 126, 1);
    color: #ffffff;
    font-size: 17px;
    letter-spacing: 0.35px;
    border: none;
    font-weight: 600;
}

#search {
    position: relative;
    bottom: 0px;
    margin-top: 20px;
    padding: 5px;
}

.js-quick-search-container {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #ffffff;
    box-sizing: border-box;
    border: none;
    border-top: none;
}

.js-quick-search-container input[type=text]#js-quick-search {
    padding: 10px 15px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #b2b2b2;
    font-size: 18px;
}

.js-quick-search-container input[type=text]#js-quick-search:focus {
    outline: none;
}

.js-quick-search-container .js-quick-search-results {
    background: white;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
}

.js-quick-search-results li {
    padding: 10px;
    font-size: 18px;
    text-align: left;
}

.js-quick-search-results li a {
    display: block;
}

#js-quick-search::-webkit-input-placeholder {
    display: inline-block;
    opacity: 0.75;
    transition: all 0.3s ease-in-out;
    padding-right: .15em;
    white-space: nowrap;
}

#js-quick-search:focus::-webkit-input-placeholder {
    -webkit-transform: translateY(-150%);
    opacity: 0.75;
}

#js-quick-search.imitatefocus::-webkit-input-placeholder {
    -webkit-transform: translateY(-150%);
    opacity: 0.75;
}

.c_d{
    color: red;
}

@media only screen and (max-width: 767px) {

    .table-wrap table,
    .table-wrap thead,
    .table-wrap tbody,
    .table-wrap th,
    .table-wrap td,
    .table-wrap tr {
        display: block;
        border: none;
        font-family: 'Montserrat', sans-serif !important;
        font-weight: 500 !important;
    }

    .table-wrap tr {
        border: 1px solid var(--primary-color);
    }

    .table-wrap td::before {
        content: attr(data-th) ":";
        display: inline-block;
        font-weight: 600 !important;
        color: #000 !important;
    }

    .table-wrap thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table thead tr th,
    .table tbody tr td {
        padding: 13px 20px;
        line-height: 30px;
    }

    .table-wrap td {
        position: relative;
        padding-left: 40% !important;
        white-space: normal;
        text-align: left;
    }

    .table-wrap td:before {
        position: absolute;
        top: 15px;
        left: 15px;
        width: 45%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left;
    }

    .table-wrap td:first-child {
        padding-top: 17px;
    }

    .table-wrap td:last-child {
        padding-bottom: 16px;
    }

    .table-wrap td:first-child:before {
        top: 17px;
    }

    .table-wrap td:before {
        content: attr(data-title);
    }

    .mobile-only-logo {
        display: block;
        text-align: left;
        background: #fff;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }

    .topbar_li li {
        padding: 0 10px;
    }

    .mobile-only-logo img {
        height: 48px;
        margin: 0 auto;
        display: block;
    }

}


@media only screen and (max-width: 600px) {

    .filter_btn {
        display: block !important;
        float: none !important;
        margin: 0 !important;
        top: 12px !important;
    }
    .search-categories .categories a {
        padding: 5px !important;
    }

}

@media (max-width: 420px) {
    #topbar {
        padding: 15px 0;
    }

    .topbar_li li {
        padding: 0 8px;
    }
}

@media only screen and (max-width: 400px) {

    .search-categories .categories a {
        padding: 5px !important;
    }

    .search-categories .categories a {
        margin: 2.5px 0 !important;
    }

    .search-categories {
        width: 100% !important;
        left: 0 !important;
        padding: 10px 10px !important;
    }

    .header-centralizer {
        margin-top: 115px !important;
    }
    .topbar_li li{
        padding: 0 5px;
    }

}

@media (max-width: 359px) {
    .search-categories {
        width: 100% !important;
        left: 0 !important;
        padding: 5px 4px !important;
    }

    .header-centralizer {
        margin-top: 90px !important;
    }
}

.fa.fa-twitter{
	font-family:sans-serif;
}
.fa.fa-twitter::before{
	content:"𝕏";
}
