@media (max-width: 539px) and (min-width:320px) {
    .custom_header {
        height: unset !important;
        padding: 18px 3px;
    }
    .dashboardBtn {
        bottom: 10%;
    }
    .food_detail_content p{
        font-size: 16px;
    }
    .circle_content p a{
        display: none;
    }

    .mobile_menu_open i,
    .blog_banner_content h5 {
        font-size: 45px;
    }

    .mobile_menu_open i,
    .blog_banner_content h5 {
        font-size: 45px;
    }
    .cicle_img .circle_info_img {
        object-fit: cover;
    }
    .mobile_menu_open i,
    .blog_banner_content h5 {
        line-height: 43px;
        padding-top: 2px;
    }

    .logo img {
        width: 50px;
    }

    .mobile_menu_open p {
        top: 20px;
        right: 24px;
    }

    .header-search-bar {
        background-color: #d2f1f7;
        width: 60% !important;
        padding: 2px 0px 2px 0px;
    }

    .header-search-bar p {
        font-size: 11px;
        display: flex;
        align-items: center;
    }

    .header-search-bar input {
        background-color: transparent;
        border: none;
        outline: none;
        width: 75%;
    }

    .header-search-bar .search-icon {
        width: 33px;
        /* margin-left: -20px;  */
    }

    .pl-plus-text-logo {
        width: 180px;
    }

    .pl-text-logo {
        width: 180px;
    }

    .mobile_menu_open p {
        position: unset !important;
    }

    .mobile_menu_open {
        width: fit-content;
    }

    .mobile_menu {
        width: fit-content;
    }

    .search_bar {
        /*position: fixed;*/
        top: 270px;
        /*display: none;*/
        /*z-index: 9999;*/
    }

    .custom_banner,
    .custom_banner.half_banner {
        height: 50vh;
    }

    .custom_banner h2 {
        margin-bottom: 100px;
    }

    .mobsidenav li a {
        font-size: 18px;
    }

    .mobsidenav li {
        padding: 10px 20px;
    }

    .mobsidenav {
        background-color: rgb(3, 171, 200, 0.96);
    }

    .circle_sec .circle_sec_content h3 {
        font-size: 28px;
    }

    .cicle_img {
        width: 50%;
    }

    .circle_info_img {
        width: 100%;
        height: 150px;
        border-radius: 0;
        margin: 0;
        display: block;
        box-shadow: unset;
    }

    .circle_info {
        padding: 0px 0px;
        display: flex;
        margin-bottom: 20px;
        box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
            /*box-shadow: rgb(0 0 0 / 17%) 0px 0px 7px*/
    }

    .circle_content a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .circle_content h5 {
        font-size: 18px;
        text-align: center;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .circle_content {
        padding: 10px;
    }

    .circle_content p {
        font-size: 12px;
        margin-bottom: 0;
        text-align: center;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .flip-card {
        width: 100%;
        height: 150px !important;
        perspective: 1000px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .flip-card-back {
        height: 150px !important;
    }

    .flip-text-heading {
        font-size: 18px !important;
        font-weight: bold;
    }

    .flip-card-para {
        font-size: 18px !important;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3 !important;
        line-clamp: 3;
    }

    .midle-ads-sec {
        display: none !important;
    }

    .search_bar ul {
        background: rgb(132 200 212 / 90%);
    }

    .social_icon {
        text-align: center !important;
    }

    .mobile-bottom-tabs .mobile-tab {
        background-color: #040503;
        bottom: 0;
        z-index: 999999999;
        column-gap: 20px;
        overflow-x: scroll;
    }

    .mobile-tab .single-tab p {
        margin-bottom: 0;
        font-size: 10px;
        color: white;
        text-transform: uppercase;
        text-align: center;
    }

    .mobile-tab .single-tab {
        /*width: 50px;*/
        display: flex;
        flex-direction: column;
        justify-content: end;
        cursor: pointer;
    }

    .mobile-tab .single-tab img {
        width: 32px;
        margin: auto;
    }

    .fa-2x {
        font-size: 2em !important;
    }

    .mobile-tab .left-icon {
        width: 25px;
    }

    .site_info {
        padding: 10px 0px 96px 0px;
    }

    .circle_content_main div:nth-child(even) {
        flex-direction: row-reverse;
    }

    .circle_sec .circle_info:nth-child(even) {
        flex-direction: row-reverse;
    }

    .card_sec {
        padding-bottom: 30px !important;
    }

    .circle_content {
        width: 50%;
    }

    .footer_links ul {
        text-align: start;
    }

    .footer_links h5 {
        text-align: start;
    }

    .custom_banner.half_banner {
        margin-top: 80px;
    }

    .section-top-padding .custom_banner.half_banner {
        margin-top: 63px;
    }
    .detail_banner_title{
        background: black;
    }

    .mobsidenav {
        padding-bottom: 100px;
    }

    /*.feature_sec_content p {*/
    /*    display: none;*/
    /*}*/

    .second_tag_line {
        display: none;
    }

    .feature_sec .business_listing {
        column-gap: 10px;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 35px;
        padding-left: 0;
        padding-right: 0;
    }


    .feature_sec .business_listing .single_business_list {
        width: 48.6%;
        padding: 0;
    }


    .business_listing_content {
        text-align: start;
    }

    .business_listing h4,
    .business_listing small,
    .business_listing p,
    .business_listing span {
        padding-left: 10px;
        padding-right: 10px;
    }

    .business_listing h4 {
        font-size: 16px;
        color: #3e3e3f;
    }

    .banner_tag_content .banner_tag a {
        width: fit-content;
        padding: 0px 12px;
        margin-top: 0;
    }

    .banner_tag_content h3 {
        margin-bottom: 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        overflow: hidden;
        width: 20em;
        font-size: 11px !important;
    }

    .popular_cate_sec_content p {
        display: none;
    }

    .popular_cate_sec_content h3 {
        padding-bottom: 12px;
    }

    .restaurant_cate_slider .owl-nav,
    .nightLife_cate_slider .owl-nav,
    .legal_serv_slider .owl-nav,
    .insurance_slider .owl-nav {
        display: none;
    }

    .popular_cate_sec .popular-main-sec {
        padding-left: 0;
        padding-right: 0;

    }

    .custom_slider {
        margin: 0px 0px 0px 0px;
    }

    .restaurant_cate_slider h3,
    .nightLife_cate_slider h3,
    .slider_sec h3 {
        font-size: 15px;
        font-weight: 900;
        padding-left: 10px;
        padding-right: 10px;
    }

    .popular_cate_sec {
        padding-top: 35px 0px !important;
    }

    .feature_sec_content h3 {
        padding-bottom: 12px;
    }

    .professional-slider,
    .donuts-slider,
    .restaurant_cate_slider,
    .donuts-slider .owl-prev span {
        padding-left: 0;
        padding-right: 0;
    }

    .professional_cate_slider .owl-prev span,
    .donuts-slider .owl-next span,
    .donuts-slider .owl-prev span,
    .professional_cate_slider .owl-next span {
        background-color: transparent;
        top: 45% !important;
    }

    .professional_cate_slider .owl-prev span,
    .donuts-slider .owl-prev span {
        left: 0;
        font-size: 80px;
    }

    .professional_cate_slider .owl-next span,
    .donuts-slider .owl-next span {
        font-size: 80px;
    }

    .restaurant_cate_slider a,
    .nightLife_cate_slider a,
    .slider_sec a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .owl-item a:not(.carousel-button) {
        display: contents;
    }

    .restaurant_cate_slider,
    .nightLife_cate_slider,
    .professional_cate_slider,
    .collegeSchool_cate_slider,
    .legal_serv_slider_main,
    .insurance_slider_main {
        padding-bottom: 30px;
    }

    .insurance_slider_main {
        padding-left: 4px;
        padding-right: 0;

    }

    .legal_serv_slider_main {
        padding-left: 0;
        padding-right: 4px;
    }

    .category_sec_content p {
        display: none;
    }

    .category_sec_content h3 {
        font-size: 20px;
    }

    .child-categories {
        padding: 0;
    }

    .category_box_content {
        margin-top: 0;
    }

    .child-categories .add_img {
        margin-top: 20px;
    }

    #filter-popup {
        display: none;
        position: fixed;
        z-index: 1000;
        bottom: 83px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    #filter-article-popup{
        display: none;
        position: fixed;
        z-index: 1000;
        bottom: 83px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    .mobile_blog_view{
        height: auto !important;
        padding: 10px;
    }
    .mobile_blog_view ul{
        list-style: none;
    }
    .mobile_blog_view li{
        padding: 5px;
    }
    .mobile_blog_view a{
        text-decoration: none;
    }
    .mobile_blog_view .blog-items{
        text-decoration: none;
        color: #777777;
        font-weight:500;
        font-size:14px;
    }
    .custom-sidebar {
        margin-bottom: 0;
    }

    .auto_scroll {
        max-height: 73vh !important;
    }

    .custom_banner {
        justify-content: start;
        position: relative;
    }

    .detail_banner_title .banner-bottom-content {
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: end;
        background: rgba(1, 1, 1, 0.2)
    }

    .detail_banner_title .banner-bottom-content h1 {
        font-weight: 900;
        font-size: 20px;
        margin-bottom: 0;
    }

    .detail_banner_title .banner-bottom-content p {
        font-weight: 600;
        margin-bottom: 0;
        font-size: 14px;
    }

    .top-cat-detail {
        position: absolute;
        width: 100%;
        height: 30px;
        top: 0;
        box-shadow: 5px 10px 10px 50px rgb(34, 34, 34, 0.3);
        background-color: rgb(34, 34, 34, 0.3);
    }

    .top-cat-detail h5 {
        padding: 15px 15px;
        color: #00adca;
        font-size: 16px;
        font-weight: 700;
    }

    .banner-about-desc {
        top: 12%;
        background-color: white;
        width: 92%;
        /*height: 310px;*/
        margin: auto;
        left: 0;
        right: 0;
    }

    .banner-about-desc h1 {
        color: #00adca;
        font-size: 26px;
        font-weight: 800;
    }

    .banner-about-desc p {
        color: #808080;
        /*margin-bottom: 0;*/
    }

    .banner-close-btn {
        cursor: pointer;
        display: flex;
        justify-content: end;
    }

    .banner-close-btn img {
        width: 28px;
    }

    .banner-about-desc a {
        font-size: 16px;
        font-weight: 800;
        text-decoration: none;
        padding-right: 10px;
        color: #03abc8;
    }

    .detail-hero-pt {
        padding-top: 18px !important;
    }

    .mobile_info_box #about_us_btn {
        outline: none;
        background-color: transparent;
        text-transform: uppercase;
        border: 1px solid gray;
        padding: 8px 15px;
        letter-spacing: 2px;
        color: #3e3e3f;
        font-size: 12px;
        height: fit-content;
    }

    .info_box_like p {
        margin-bottom: 0;
        font-weight: 700;
        color: #575a5c;

    }

    .info_box_like i {
        font-size: 20px;
        margin-bottom: 4px;
        color: #ff446b;
        margin-top: 5px;
    }

    .mobile_info_icons img {
        width: 45px;
        margin: 0px 10px;
    }

    #banner_about_desc {
        display: none;
    }


    .category_box_content_mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 20px 5px;
    }

    .category_box_content_mobile h4 {
        font-size: 18px;
        margin-bottom: 0px;
        font-weight: 900;
        color: #03abc8;
    }

    .category_box_content_mobile h3 {
        color: #3e3e3f;
        font-weight: 800;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 0;
        text-align: center;
    }

    .category_box_content_mobile p {
        color: #3e3e3f;
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 0;
    }

    .category_box_content_mobile small {
        color: #e84f3b;
        font-weight: 600;
        font-size: 11px;
        letter-spacing: 2px;
    }

    .category_box {
        height: 140px !important;
    }

    .food_listing .row .business_listing h4 {
        font-size: 16px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .food_listing .row .business_listing small {
        font-size: 12px !important;
    }

    .business_listing_content {
        height: inherit;
    }

    .business_listing .list_icon {
        padding: 3px;
    }

    .business_listing .list_icon {
        width: 36px;
        height: 36px !important;
    }

    .main-detail-business {
        width: 100%;
        padding: 0;
    }

    .food_business-main {
        width: 100%;
        margin: 0;
    }

    .food_listing {
        width: 100%;
    }

    /*.detail-bussiness-list:nth-child(even) {*/
    /*    padding-right: 0px;*/
    /*    padding-left: 4px;*/
    /*}*/

    /*.detail-bussiness-list:nth-child(odd) {*/
    /*    padding-left: 0px;*/
    /*    padding-right: 4px;*/
    /*}*/

    .food_business-main .second_food_detail:nth-child(odd) {
        flex-direction: row-reverse;
    }

    .second_food_detail {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .second_food_detail_content .like_content {
        display: flex;
        align-items: center;
    }

    .second_food_detail_content .like_content p {
        margin-bottom: 0;
        font-size: 12px;
        margin-left: 10px;
        color: #3e3e3f;
        font-weight: 700;

    }

    .second_food_detail_content h4 {
        color: #3e3e3f;
        font-size: 14px;
    }

    .business_listing {
        padding-bottom: 20px;
    }

    .bronze_food_detail_content ul {
        padding-top: 25px !important;
    }

    .second_food_detail_content .like_content i {
        color: #ff446b;
    }

    .food_listing {
        padding-left: 0;
        padding-right: 0;
    }

    .second_food_detail {
        width: 100% !important;
    }

    .service_sec_slider .container {
        padding: 0;
    }

    .service_sec_slider .owl-nav {
        display: none;
    }
    .event-detail-slider{
        margin-top: 85px;
    }

    .service_slider img {
        object-fit: cover;
    }

    .mobile_company_info img {
        width: 50px;
    }

    .mobile_company_info i {
        font-size: 30px;
    }

    .mobile_company_info ul {
        list-style: none;
        padding-left: 0;
    }

    .mobile_company_info ul li .company_info_address img {
        width: 28px;
    }

    .mobile_company_info ul li .company_info_address {
        justify-content: center;
    }

    .mobile_company_info ul li .company_info_address p {
        font-size: 17px;
        color: #5c5f61;
    }

    .company_info h3 {
        font-size: 30px !important;
        padding-bottom: 3px;

    }

    .company_info .company_detail {
        font-size: 16px;
        color: #5c5f61;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .event_btn a {
        width: 75% !important;
        font-size: 20px;
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom: 10px;
        font-weight: 500;
        padding: 8px 8px;
    }

    .service_offer {
        border-top: none;
        border-bottom: none;
        margin-top: 0px !important;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 0px !important;
    }

    .service_offer li,
    .additional_info li {
        font-size: 16px !important;
    }

    .service_offer li {
        width: 43% !important;
    }

    .mobile-hidden {
        display: none;
    }

    .rightSide_social_icon a img {
        width: 50px;
        margin-right: 0px;
    }

    .mobile_video_sec {
        padding-top: 12px;
        padding-bottom: 10px !important;
        height: 300px !important;
    }

    .mobile_available_discount h4 {
        font-weight: 700;
        color: #414042;
        font-size: 16px;

    }

    .mobile_available_discount .cards-main-sec .singlCard {
        width: 100% !important;
        margin: auto;
    }

    .mobile_available_discount .cards-main-sec .singlCard .green-heading {
        color: #00c357;
        font-size: 18px !important;
        font-weight: 700;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .mobile_available_discount .cards-main-sec .singlCard .main-image {
        height: auto !important;
    }

    .mobile_available_discount .bar-code-text {
        font-size: 10px;
        text-align: center;
        font-weight: 700;
    }

    .mobile_available_discount .cards-main-sec .singlCard {
        height: unset !important;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 5px;
    }

    .mobile_available_discount .cards-main-sec .singlCard .card-footer-btn button {
        width: 30%;
        padding: 2px 6px 2px 6px;
        font-size: 14px;
        font-weight: 600;
        border-radius: 7px;
        color: #00c357;
        border: 1px solid #bdbec1;
    }

    .mobile_available_discount .card_div_discount {
        height: auto !important;
    }

    .right_side {
        padding-top: 0px !important;
    }

    .mobile_available_discount .card_div_discount {
        margin-bottom: 0px !important;
    }

    .payment_method_mobile img {
        width: 70px;
    }

    .payment_method_mobile h4,
    .mobile_contact_form h4,
    .share_point h4 {
        color: #414042;
        font-weight: 700;
        font-size: 16px;
    }

    .send_button button {
        text-decoration: none;
        background-color: #e84f3b;
        color: white;
        text-transform: uppercase;
        border: none;
        padding: 8px 35px;
        display: block;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
    }

    .event_btn a {
        border-radius: 60px;
    }

    .comuunity_mobile_slider .professional_cate .custom_slider img {
        height: 320px !important;
        object-fit: cover;
    }

    .comuunity_mobile_slider .owl-item .comuunity_mobile_desc {
        box-shadow: 1px 1px 10px rgba(68, 68, 68, 0.6);
        margin-bottom: 10px;
    }

    .comuunity_mobile_slider .slide_desc .title h1 {
        font-size: 22px;
        font-weight: 900;
        color: #3e3e3f;
        margin-bottom: 0;
    }

    .comuunity_mobile_slider .slide_desc .title p {
        color: #00d0f1;
        font-size: 16px;
        font-weight: 500;
    }

    .comuunity_mobile_slider .slide_desc .slide_likes i {
        color: #ff446b;
    }

    .comuunity_mobile_slider .slide_desc .slide_likes p {
        color: #3e3e3f;
        font-size: 14px;
        font-weight: 600;
    }

    .comuunity_mobile_slider .comuunity_mobile_desc .mobile_info_icons {
        row-gap: 10px;
        column-gap: 10px;
    }


    .comuunity_mobile_slider .professional_cate_slider .owl-next span,
    .owl-next span {
        font-size: 80px;
        position: absolute;
        right: 0;
        color: white;
        top: 30% !important;
        width: fit-content;
    }

    .comuunity_mobile_slider .professional_cate_slider .owl-prev span,
    .owl-prev span {
        font-size: 80px;
        position: absolute;
        left: 0 !important;
        color: white;
        top: 30% !important;
        width: fit-content;
    }

    .blog_listing_sec .owl-next span, .blog_listing_sec .owl-prev span {
        color: #03abc8;
        height: 51px;
        width: 50px;
        display: block;
        border-radius: 100%;
        position: absolute;
        line-height: 33px;
        text-align: center;
        background-color: transparent;
    }

    .food_listing {
        padding-top: 0;
    }

    .mobile_sticky-header_content {
        box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -9px inset;
        height: 120px;
    }

    .restaurant_cate_slider,
    .nightLife_cate_slider,
    .professional_cate_slider,
    .collegeSchool_cate_slider,
    .legal_serv_slider_main,
    .insurance_slider_main {
        padding-bottom: 20px !important;
    }

    .bronze_food_detail .bronze_img {
        height: 100% !important;
    }

    .circle_sec,
    .app_sec,
    .discover_sec,
    .card_sec,
    .feature_sec,
    .popular_cate_sec,
    .slider_sec,
    .popular_cate_sec,
    .category_sec,
    .more_cate_sec,
    .registration_sec,
    .blog_listing_sec,
    .full_calendar,
    .full_calendar_weekly,
    .full_calendar_daily {
        padding: 25px 12px 0px 12px;
    }

    .custom_card {
        margin-bottom: 10px !important;
    }

    .collegeSchool_cate .owl-nav,
    .professional_cate .owl-nav,
    .financial_serv .owl-nav {
        display: none;
    }

    .banner_tag a {
        font-size: 10px;
        margin-top: 0;
        padding: 1px 5px;
        width: fit-content;
    }

    .professional_cate .custom_slider img,
    .collegeSchool_cate .custom_slider img {
        height: 200px;
        object-fit: cover;
    }

    .insurance .custom_slider img,
    .financial_serv .custom_slider img,
    .legal_serv .custom_slider img {
        height: 200px !important;
        object-fit: cover;
    }

    .legal_serv_slider,
    .financial_serv_slider,
    .insurance_slider,
    .legal_serv {
        padding-bottom: 20px;

    }

    .business_listing div:nth-child(1) {
        /* padding-left: 0; */
        /* padding-right: 0; */
    }

    .popular_cate_sec div:nth-child(1) {
        padding-left: 0;
        padding-right: 0;
    }

    .slider_sec div:nth-child(1) {
        padding-left: 0;
        padding-right: 0;
    }

    .legal_serv,
    .professional_cate_slider {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    /* .restaurant_cate_slider {
        padding-left: 12px !important;
        padding-right: 12px !important;
    } */

    .category_box_content h4 {
        font-size: 16px;
        font-weight: 900;
        padding-bottom: 10px;
        margin-bottom: 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        overflow: hidden;
        width: 10em;
    }

    .category_box_content small {
        font-weight: 800;
        font-size: 10px;
    }

    .category_box_content a {
        font-size: 12px;
        font-weight: 600;
        line-height: 23px;
    }
    .discover_sec_content h2 {
        font-size: 20px;
    }
    .hiring_job_sec .business_listing_content h5 , .hiring_job_sec .business_listing_content h6 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .hiring_job_sec .business_listing h6 {
        padding: 20px 10px 10px;
    }

    .hiring_job_sec .business_listing span {
        padding-left: 0px !important;
    }
    .family-chat-page-heading img {
        width: 250px !important;
    }
    .family-chat-image-section .first-image ,
    .family-chat-image-section .second-image ,
    .family-chat-image-section .third-image {
        display: none;
    }

    .family-chat-image-section .second-column-images .image_1 ,
    .family-chat-image-section .second-column-images .image_6  {
        display: none;
    }
    .family-chat-image-section .last-images-section .last-corner-image,
    .family-chat-image-section .last-images-section .last-corner-image2
    {
        display: none;
    }

    .her-him-image-section .first-images-sec  .first-image{
        display: none;
    }
    .her-him-image-section .third-images-sec .second-image {
        display: none;
    }
    .small_blog h6 {
        padding-bottom: 10px;
        font-size: 12px;

    }
    .blog_slider_content .text-truncate-container {
        font-size: 14px;
    }
    .blog_slider_info li {
        padding: 0 2px !important;
    }
    .blog_slider_info li a {
        font-size: 12px;
    }
    .hiring_job_sec .business_listing p {
        font-size: 14px;
        color: #58595b;
        display: flex;
    }
    .hiring_job_sec .business_listing_content span{
        padding: 0 !important;
    }
    .hiring_content .daily_cat_content h6 {
        font-size: 14px !important;
        color: #58595b;
    }
    .hiring_content .daily_cat_content h3 {
        font-size: 16px !important;
        color: #3e3e3f !important;
    }

}

@media (max-width: 1023px) and (min-width:540px) {
    .custom_banner.half_banner {
        margin-top: 0px !important;
    }
    .pl-text-logo, .pl-plus-text-logo {
        width: 300px;
    }
}

.custom_banner.half_banner {
    margin-top: 103px !important;
}

.feature_sec .business_listing {
    flex-wrap: wrap;
}
