@media screen and (max-width:575px) {
    .profilesSection{
        padding-top: 80px;
    }
    
}
@media screen and (max-width:1366px)
{
    .profilesSection .profiles_slider .content_wrapper .content_info .category_title
    {
        display: flex;
        align-items: center;
        gap:2px;
    }
    .profilesSection .profiles_slider .content_wrapper .content_info .category_title a
    {
        display: flex;
        gap:5px;
        
    }
    .profilesSection .profiles_slider .content_wrapper .content_info .category_title a span
    {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        gap:3px;
    }

    /* for member profiles listing */
    .profile_main .box_cell .box_image_content  h5
    {
        display: flex;
        align-items: center;
        gap:5px;
    }
    .profile_main .box_cell .box_image_content h5 span
    {
        display: flex;
        gap:5px;
    }
    .profile_main .box_cell .box_image_content h5 a span
    {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        gap:3px;
    }
}

.stories-slider-count
{
    position: absolute;
    bottom: 5px;
    z-index: var(--stories-slider-z-user);
    left: 0 !important;
    /* left: 50%; */
    width: 100%;
    /* height: 100%; */
    color: #fff;
}
.view_story_icons
{
    background-color: #075e55;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: 15px;
}
.self_story_view{
    background: #fff;
    position: relative;
    bottom: -15px;
    border-radius: 15px;
    box-shadow: 0 0 50px 2px rgba(1, 1, 1, 0.6);
}
.self_story_content
{
    width: 100%;
    background: #075e55;
    border:1px solid #ffffffe8;
    padding: 13px 15px;
    align-items: center;
    border-radius: 15px 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.self_story_content h5
{
    color: #fff;
    width: 100%;
    /* padding: 10px 15px; */
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.3px;
}
.self_story_content h6
{
    margin-bottom: 0;
}
.self_story_content h6 span i
{
    color: #fff;
}
.self_story_view ul{
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 1rem;
    color: black;
}
.self_story_view ul li{
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 7px;
}
.self_story_view ul li:last-child
{
    border-bottom: none;
}
.self_story_view ul li img{
    border: 1px solid #ccc;
    border-radius: 50%;
    object-fit: cover;
}
.self_story_content .close_story
{
    cursor: pointer;
}
@media(max-width: 575px)
{
    .profile_main .box_cell
    {
        grid-template-columns:repeat(2, 1fr);
    } 
    /* .sectionHeading
    {
        justify-content:end;
    } */
    /* .sectionHeading .title
    {
        display:none;
    }    */
}
.filter_home .filter_toggle
{
    text-align: center;
    margin-top: -20px;
    position: relative;
    z-index: 9;
}
.filter_home .filter_toggle .shop-filter-toogle
{
    box-shadow:0px 0px 6px 0px rgb(0 0 0 / 28%) !important;
}
#heroCarousel .carousel-indicators
{
    margin-bottom:3rem;
}
#myFilterModal .form-control
{
    border-radius: 30px;
    padding-left: 40px;
    font-size: 14px;
    height: 38px;
    border-color: #f3f6f7;
    background: #f3f6f7;
}
#myFilterModal .seach_ics
{
    position: relative;
}
#myFilterModal .seach_ics .left_icon
{
    position: absolute;
    left: 15px;
    top: 6px;
}
#myFilterModal .fw-500
{
    font-weight:600 !important;
    letter-spacing:0.3px;
}
#myFilterModal .btn_submit button
{
    padding:8px 24px !important;
}
#myFilterModal .age_new_head .age-list
{
    max-height: 200px;
    overflow-y: auto;
    padding-top:20px
}
#myFilterModal .age_new_head h5
{
   font-family: inherit !important;
}
#myFilterModal .border-0
{
    border-bottom: none !important;
}
#myFilterModal .btn_submit button a:hover
{
     background-color: #000;
     color:#fff;
}
.search_results
{
    margin-bottom:25px;
    box-shadow:0px 0px 6px 0px rgb(0 0 0 / 28%) !important;
}
@media screen and (max-width: 767px)
{
    .profilesSection 
    {
        padding-top: 20px;
    }
    .filter_home
    {
        margin-top: 100px;
    }
    .filter_home .filter_toggle
    {
        text-align: left;
    }
    .search_results ul li
    {
        width:auto !important;
    }
    .search_results
    {
        padding: 20px 15px;
        margin-bottom:35px;
    }
    .profile_main .box_cell
    {
        grid-template-column:repeat(2, 1fr) !important;
    }
    .profilesSection .profiles_slider .content_wrapper .content_info .category_title
    {
        align-items: center;
    }
    
}

.pagination-container .pagination
{
    margin-top: 30px;
    margin-bottom: 0;
}
.pagination-container .pagination .page-item
{
    margin-right:10px;
}
.pagination-container .pagination .page-item .page-link
{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 0 !important;
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 15%);
    border-radius:20px;
    width: 35px;
    font-weight:500;
    text-align:center;
    height:35px;
    line-height:22px;
    /* background: #fff; */
    color: #000;
}
 .dot_pages .page-link
{
    line-height:18px !important;
}
.p_previous
{
    border-radius:0;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;

}
.p_next
{
    border-radius:0;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.filter_ht
{
  height: 0;
}

.profilesSection .profiles_slider .content_wrapper .content_info
{
        position: inherit;
        left: inherit !important;
        bottom: inherit !important;
        padding: 15px 5px 10px;
        text-align: left;
}
.profilesSection .profiles_slider .content_wrapper .content_info .category_title
{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 24px;
    color: #000000;
    text-shadow: 0px 0px 1.2px black;
}
.profilesSection .profiles_slider .content_wrapper .content_info .category_address
{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: left;
    line-height: 24px;
    color: #696969;
    text-shadow: none;
    
}
.profilesSection .profiles_slider .content_wrapper .content_info .category_address a span:first-child
{
    position: relative;
    top: -2px;
}
@media(max-width:767px)
{
    .profilesSection .profiles_slider .content_wrapper .content_info
    {
        width: 100% !important;
    }
}


.trending_slider_profile .content_wrapper .content_info
{
    position: static !important;
}

/* range css */
.ui-slider-horizontal {
    width: 80%;
    margin: 20px auto;
}
.ui-slider-handle {
cursor: pointer;
}
.ui-slider-horizontal
{
height:.5em !important;
}
.ui-slider-horizontal .ui-slider-handle {
top: -0.35em !important;
margin-left: -.6em;
border: 1px solid #e20530 !important;
background: #e20530 !important;
width: 1rem !important;
height: 1rem !important;
border-radius: 30px;
box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 28%)
}
.value {
position: absolute;
top: -25px;
left: 50%;
margin: 0 0 0 -15px;
width: 35px;
text-align: center;
display: block;
/* font-weight: normal; */
/* font-family: Verdana, Arial, sans-serif; */
font-size: 13px;
color: #fff;
background: #000;
border: 1px solid #ffff;
border-radius: 15px;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.ui-widget-content
{
background-color: #000 !important;
}
.ui-widget-header
{
border: 1px solid #e10530 !important;
background: #e20530 !important;
}
.ui-slider-horizontal
{
margin: 30px auto !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active
{
border: 1px solid #e20530;
background: #e20530;
}
.ui-corner-all
{
border-radius:30px !important;
}
.ui-widget-content
{
background: #030303;
}

/* 14 jun 2024 */

#myFilterModal .nav-tabs .nav-link {
    color: #6e6e6e;
    font-size: 16px;
    font-weight: 400;
    border: 0;
}
#myFilterModal .nav-tabs .nav-link.active {
   
    border-color:#fff #fff #fff;
    border-bottom: 2px solid #000 !important;
    color: #000;
    font-weight: 500;
}
#myFilterModal .age_new_head
{
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 0 !important;
}
#myFilterModal .tab-content
{
    padding: 25px 0;
}
/* .age-list {
    max-height: 200px;
    overflow-y: auto;
} */

/* range css */
.ui-slider-horizontal {
        width: 80%;
        margin: 20px auto;
    }
.ui-slider-handle {
    cursor: pointer;
}

/* logo animation css */
.animated-logo {
    position: absolute;
    top: 77%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 33px;
    /* height: 65px; */
    display: block;
    transition: top 0.5s ease, left 0.5s ease;
    z-index: 99;
  }


  

  .services_ul_title_new h3
{
    border-radius: 10px;
    text-align: left;
    margin-bottom: 25px;
    color: #121212;
    transition: 0.3s;
    font-size: 15px;
    margin-bottom: 10px;
}

.stories_slider .x_e_wrapper
{
    padding: 1px !important;
}
.stories_slider .x_e_wrapper img
{
    border:none !important;
    padding: 5px !important;
    background-color: #fff !important;
}
.story_flame_icon 
{
    z-index: 11;
    position: absolute;
    top: 3px;
    right: 0px;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    width: 24px;
    height: 24px;
    background: #fff;
    padding: 3px;
    border-radius: 100%;
    fill: #e20530;
    box-shadow: 0px 0px 6px 0px #e20530 !important;
}

/* Smartphones (portrait and landscape) ----------- */
/* @media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
} */

/* Smartphones (landscape) ----------- */
/* @media only screen 
and (min-width : 321px) {
} */

/* Smartphones (portrait) ----------- */
/* @media only screen 
and (max-width : 320px) {
} */

/* iPads (portrait and landscape) ----------- */
/* @media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
} */

/* iPads (landscape) ----------- */
/* @media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
} */

/* iPads (portrait) ----------- */
/* @media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
} */

/* Desktops and laptops ----------- */
/* @media only screen 
and (min-width : 1224px) {

} */

/* Large screens ----------- */
/* @media only screen 
and (min-width : 1824px) {
} */

/* iPhone 4 ----------- */
/* @media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5)
{

} */
