    @font-face {
        font-family: 'PublicSans';
        font-style: normal;
        font-weight: normal;
        src: local('Public Sans Regular'), url('../fonts/publicsans-regular-webfont.woff') format('woff');
        font-display: swap;
    }

    @font-face {
        font-family: 'PublicSans';
        font-style: italic;
        font-weight: normal;
        src: local('Public Sans Italic'), url('../fonts/publicsans-italic-webfont.woff') format('woff');
        font-display: swap;
    }

    @font-face {
        font-family: 'PublicSans';
        font-style: normal;
        font-weight: bold;
        src: local('Public Sans Bold'), url('../fonts/publicsans-bold-webfont.woff') format('woff');
        font-display: swap;
    }

    
    @font-face {
        font-family: 'Helvetica';
        src: url('../fonts/Helvetica-BoldOblique.eot');
        src: local('Helvetica Bold Oblique'), local('Helvetica-BoldOblique'),
            url('../fonts/Helvetica-BoldObliqued41d.eot?#iefix') format('embedded-opentype'),
            url('../fonts/Helvetica-BoldOblique.woff2') format('woff2'),
            url('../fonts/Helvetica-BoldOblique.woff') format('woff'),
            url('../fonts/Helvetica-BoldOblique.svg#Helvetica-BoldOblique') format('svg');
        font-weight: bold;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Helvetica';
        src: url('../fonts/Helvetica.eot');
        src: local('Helvetica'),
            url('../fonts/Helveticad41d.eot?#iefix') format('embedded-opentype'),
            url('../fonts/Helvetica.woff2') format('woff2'),
            url('../fonts/Helvetica.woff') format('woff'),
            url('../fonts/Helvetica.svg#Helvetica') format('svg');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Helvetica';
        src: url('../fonts/Helvetica-LightOblique.eot');
        src: local('Helvetica Light Oblique'), local('Helvetica-LightOblique'),
            url('../fonts/Helvetica-LightObliqued41d.eot?#iefix') format('embedded-opentype'),
            url('../fonts/Helvetica-LightOblique.woff2') format('woff2'),
            url('../fonts/Helvetica-LightOblique.woff') format('woff'),
            url('../fonts/Helvetica-LightOblique.svg#Helvetica-LightOblique') format('svg');
        font-weight: 300;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Helvetica';
        src: url('../fonts/Helvetica-Oblique.eot');
        src: local('Helvetica Oblique'), local('Helvetica-Oblique'),
            url('../fonts/Helvetica-Obliqued41d.eot?#iefix') format('embedded-opentype'),
            url('../fonts/Helvetica-Oblique.woff2') format('woff2'),
            url('../fonts/Helvetica-Oblique.woff') format('woff'),
            url('../fonts/Helvetica-Oblique.svg#Helvetica-Oblique') format('svg');
        font-weight: normal;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Helvetica';
        src: url('../fonts/Helvetica-Light.eot');
        src: local('Helvetica Light'), local('Helvetica-Light'),
            url('../fonts/Helvetica-Lightd41d.eot?#iefix') format('embedded-opentype'),
            url('../fonts/Helvetica-Light.woff2') format('woff2'),
            url('../fonts/Helvetica-Light.woff') format('woff'),
            url('../fonts/Helvetica-Light.svg#Helvetica-Light') format('svg');
        font-weight: 300;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Helvetica';
        src: url('../fonts/Helvetica-Bold.eot');
        src: local('Helvetica Bold'), local('Helvetica-Bold'),
            url('../fonts/Helvetica-Boldd41d.eot?#iefix') format('embedded-opentype'),
            url('../fonts/Helvetica-Bold.woff2') format('woff2'),
            url('../fonts/Helvetica-Bold.woff') format('woff'),
            url('../fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
        font-weight: bold;
        font-style: normal;
        font-display: swap;
    }
    
    
    
    html {
        scroll-behavior: smooth;
    }
    html, body {
        font-family: 'PublicSans';
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        color: #161616;
    }
    .grecaptcha-badge {
        visibility: hidden;
    }
    .text-left {
        text-align: left;
    }
    .text-center {
        text-align: center;
    }
    .text-right {
        text-align: right;
    }
    .form-control, .btn {
        border-radius: 0;
    }
    .custom_navbar {
        background-color: transparent;
        padding: 15px 0px !important;
        padding: 0;
        z-index: 99;
        flex-wrap: wrap;
        background-image: linear-gradient(to top, rgba(255, 0, 0, 0), rgb(0 0 0 / 85%));
    }
    .custom_navbar a.navbar-brand {
        color: #fff;
        font-family: 'PublicSans';
        font-weight: bold;
        /*justify-content: center;
        display: flex;*/
        padding-top: 0rem;
        padding-bottom: 0rem;
        margin-right: 0;
        /*border-bottom: 1px solid #f6748e;*/
    }
    .custom_navbar a.navbar-brand.logo-dsk {
        margin-right: 0;
        /*flex: 1 100%;*/
    }
    .fixed-top a.navbar-brand img,
    .not-homepage a.navbar-brand img{
        /*content: url(https://hungryygowhere.com/wp-content/themes/hungrygowhere/assets/images/hgw-logo-colored.png);*/
        content: url(../images/hgw-logo-white.png);
    }
    .logo-wrp {
        display: flex;
        flex: 1 100%;
        padding-bottom: 1rem;
        padding-top: 1rem;
        justify-content: center;
        border-bottom: 1px solid #f6748e;
    }
    .custom_navbar a:not(.navbar-brand){
        color: #fff;
        opacity: 1;
        font-family: 'PublicSans';
        font-weight: bold;
        -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .custom_navbar li a:hover{
        color: var(--bs-white);
        opacity: 1;
    }
    .nav-link:hover, .nav-link:focus {
        color: var(--bs-white);
        opacity: 1;
    }
    ul.navbar-nav.sm-icons li:first-child {/* padding-right: 40px; position: relative;left: -40px;*/}
    .navbar-expand-lg .navbar-nav.sm-icons a.nav-link {padding-left: 1rem;padding-right: 1rem; padding-top: 0; padding-bottom: 0;}
    a.search-toggle {
        font-size: 18px;
        cursor: pointer;
    }
    .fixed-top,
    .not-homepage {
        /*top: -40px;
        transform: translateY(40px);*/
        transition: transform .3s;
        background-color: #F2002F;
        background-image: none;
        /*border-top: 6px solid #F2002F;*/
        box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.15);
    }
    .fixed-top ul.navbar-nav li a,
    .not-homepage ul.navbar-nav li a{
        color: #fff;
    }
    .fixed-top + #banner {
        padding-top: 158px;
    }
    .sm-icons {
      flex-direction: row;
    }
    .custom_navbar .menu{
        margin-right: 20px !important;
        margin-left: auto !important;
        align-items: center;
    }
    .custom_navbar .menu li{
        margin: 0 20px;
        text-align: center;
    }
    .custom_navbar ul.navbar-nav.menu li {
        font-size: 14px;
    }
    .section {
        padding: 20px 0;
    }
    section#article {
        min-height: 76vh;
        margin-top: -100px;
    }
    .archive.tag section#article {
        min-height: 130vh;
    }
    .archive.author section#article {
        min-height: 76vh !important;   
    }
    .page-template-template-about section.section {
        min-height: 120vh;
    }
    .font-weight-medium {
        font-weight: bold;
    }
    .font-weight-medium span {
        font-weight: 500;
    }
    /*#banner {
        background-image: url(../images/banner_bg.png);
        background-size: cover;
    }*/
    #carouselExampleFade {
        background-color: #fff;
        padding: 0 20px;
        box-shadow: rgb(0 0 0 / 7%) -4px 9px 25px -6px;
    }
    .slider_dec{
        padding: 40px 0;
    }
    
    .search-box {
        position: absolute;
        bottom: 0px;
        padding: 0 !important;
        width: 100%;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        max-height: 0;
        /*overflow: hidden;*/
        /*overflow: unset;*/
    }
    .search-box.opened {
        max-height: 100px;
        bottom: -65px;
        padding: 1.5rem !important;
    }
    .search-box.closed {
        overflow: hidden;
    }
    
    /*.home-carousel.owl-carousel, */
    .owl-carousel .owl-item .item .media-cont {
        position: relative;
        overflow: hidden;
        height: 100vh;
    }
    .home-carousel.owl-carousel .owl-item img {
        /*height: 60vh;*/
        height: 100%;
    }
    .home-carousel.owl-carousel .owl-item img {
        object-fit: cover;
        object-position: center;
    }
    .owl-theme .owl-nav {
        position: relative;
        margin: 0;
    }
    .owl-theme .owl-nav button {
        margin-top: 0;
        position: absolute;
        bottom: 20px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .owl-theme .owl-dots {
        margin-top: 15px;
    }
    .inner-block {position: absolute;bottom: -15%;width: 76vw;background: rgb(255 255 255 / 100%);left: 37%;margin-left: -25vw;display: none;box-shadow: 1px 3px 4px -2px rgb(204 204 204 / 78%);border-bottom: 1px solid #D9D9D9;}
    .owl-item.active .inner-block {display: block;}
    .owl-carousel .owl-item .item {position: relative;}
    .media-cont a {
        display: block;
    }
    .post-wrap p {color: #000000;font-family: 'PublicSans';font-size: 2.4rem;font-weight: bold;margin-top: 0; margin-bottom: 0.5rem;line-height: 1.2;}
    .post-wrap p {
        color: #000000;
        text-decoration: none;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        display: block;
    }
    .media-cont:hover .post-wrap p, .media-cont:focus .post-wrap p {
        color: #F2002F;
    }
    
    .owl-theme .owl-dots .owl-dot span {
        width: 13px;
        height: 13px;
        background: var(--bs-blue);
        opacity: 0.35;
    }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: var(--bs-blue);
        opacity: 1;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        background: transparent !important;
    }
    .owl-carousel .owl-nav button img {
        width: 60px;
        opacity: 0.9;
        -moz-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    .owl-carousel .owl-nav button:hover img {
        opacity: 1;
    }

    .home-carousel .owl-item:not(.active):after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 60%);
        z-index: 1
    }


    .ads-slider.owl-theme .owl-nav {bottom: 50%;margin-bottom: -17px;}

    .ads-slider.owl-theme .owl-nav button {color: #ffffff;font-size: 22px;}

    .section .section-title {
        background-color: var(--bs-yellow);
        margin-bottom: 20px;
        padding: 10px;
    }
    .rel-article .section-title {
        background: transparent;
        padding: 0;
        margin-bottom: 0;
    }
    .section .section-title h2 {
        font-family: 'PublicSans';
        font-weight: bold;
        font-size: 25px;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 0;
        line-height: 1;
    }
    .card {
        border: 0;
    }
    .custom_footer {
        background-color: #F2002F;
        padding: 75px 10px 50px 10px;
        margin-top: 20px;
    }
    .footer-menu li {
        display: inline-block;
        /* margin-left: 20px; */
      }
      .footer-menu li:hover a{
        color: var(--bs-yellow);
        opacity: 1;
      }
      .footer-menu li a {
        font-size: 14px;
        opacity: 0.9;
        color: #fff;
        text-decoration: none;
        -moz-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
      }
    
      .footer-menu li.line::after {
        content: "";
        padding: 0 15px;
        color: #ffc107;
      }
      .product_sec .card a {
        text-decoration: none;
        color: var(--bs-black-rgb);
        -moz-transition: color 0.3s;
        -o-transition: color 0.3s;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
      }
      .product_sec .card-body {
        padding-left: 0;
        padding-right: 0;
      }
      .product_sec .card-desc {margin-bottom: 15px;}
        .product_sec .card .card-meta a {
            text-transform: uppercase;
            color: var(--bs-blue);
            font-weight: 600;
        }

        .product_sec .card .card-meta {
            font-size: 0.85rem;
            text-transform: uppercase;
            color: #808080;
        }
      .product_sec .card-body .card-meta {
        margin-bottom: 10px;
      }
      .product_sec .card-body .card-title, .product_sec h2.card-title {
        font-size: 20px;
        font-family: 'PublicSans';
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .product_sec .card:hover .card-body > a, .product_sec .card-body .card-meta a:hover > span, .product_sec .card-body .card-meta a+a:hover {
        color: var(--bs-blue);
    }
    .product_sec .card-body .card-meta a:hover > span, .product_sec .card-body .card-meta a+a:hover {
        color: var(--bs-blue);
        text-decoration: underline;
    }
    .product_sec .card-body .card-meta a:hover > span + span {
        color: var(--bs-black-rgb) !important;
        text-decoration: none !important;
    }
    .product_sec .card:hover h3.card-title {
        color: var(--bs-blue);
    }
    .btn-theme {
        background-color: #ea192e;
        border-color: #ea192e;
        color: white;
        border-radius: 0;
        text-transform: uppercase;
        padding: 8px 40px;
        font-weight: 500;
    }
    .btn-theme-yellow{
        background-color: var(--bs-yellow);
        border-color: var(--bs-yellow);
        color: var(--bs-dark);
        border-radius: 0;
        text-transform: uppercase;
        padding: 8px 40px;
        font-weight: 600;
    }
    .more_items {text-align: right;font-weight: 600;text-transform: uppercase;}
    
    .more_items a {text-decoration: none;}
    .footer-menu ul{
        padding-left: 0;
    }

    /*.a2a_kit .ico-container, .a2a_label {display: none !important;}*/
    span.a2a_svg.a2a_s_link {line-height: 28px;text-align: center;}
    /*.text-muted.dm {display: flex;width: 100%;align-items: center;}*/
    .custom_rating {
        position: absolute;
        right: 10px;
        top: 10px;
        border-radius: 10px;
    }
    .btn-theme:hover{
        color: #fff;
    }
    .form-control:focus {
        border-color: #000000;
        box-shadow: 0 0 5px 0.1rem rgb(242 0 47 / 25%);
    }
    .btn:focus {
        box-shadow: none;
    }
    
    .section_inner{
        padding: 50px 0;
    }
    .category a{
        text-decoration: none;
        font-weight: 500;
    }
    .rating i{
        color: #ffc107;
        font-size: 23px;
        margin-left: 8px;
    }
    .rating {
        margin-left: 20px;
    }
    .custom_rating {
        position: absolute;
        right: 10px;
        top: 10px;
        border-radius: 10px;
    }
    .lead-cap h1 {font-size: 1.5rem;}
    .lead-cap h2 {font-size: 1.3rem;}
    .lead-cap h4 {font-size: 1.1rem;}
    .lead-cap h5 {font-size: 1rem;}
    .lead-cap h5 {font-size: 0.8rem;}
    .lead-cap {
        padding: 4px 0 0;
        font-size: 0.8rem;
        text-align: center;
    }
    article header div span {font-size: 14px;}
    .blog-inner-cont {
        font-family: 'Helvetica' !important;
    }
    .blog-inner-cont a {
        color: var(--bs-blue) !important;
        text-decoration: underline !important;
    }
    .trending-items h4, article header h1 {
        color: var(--bs-black-rgb);
        font-family: 'PublicSans';
        font-weight: bold;
        font-size: 32px;
    }
    .trending-items {
        position: relative;
        margin-bottom: 50px;
    }
    .sbar {position: sticky; top: 115px; height: 90vh; overflow-y: auto; overflow-x: hidden;}
    .sbar.nclose {top: 170px;}
    /*.sbar.fixed {top: 180px;position: fixed;}*/

    .trending-items .card a {
        text-decoration: none;
        font-family: 'PublicSans';
        font-weight: bold;
        display: inline-block;
        line-height: 1.25;
    }
    .trending-items h4 {
        font-size: 1.7rem;
    }
    .trending-items .card .small.mt-2 {
        margin-top: 0.3rem !important;
    }
    .trending-items .card .small {line-height: 1.25;}
    .trending-items .card a img.rounded {border-radius: 0.5rem !important;}
    .tldr-box {background-color: rgba(242, 0, 47, 0.14) !important;}
    .tldr-box ul {
        margin-bottom: 0;
        padding-left: 15px;
    }
    .merchant-box {
        border-radius: 0.5rem;
    }
    .merchant-box {border-radius: 0.3rem;}
    .merchant-box .col-2 {width: 11%;}
    .merchant-box .col-10 {
        width: 89%;
    }
    .merchant-box .col-2 img {border: 2px solid rgba(87, 93, 96, 0.25);padding: 3px;border: 2px solid;}
    hr:not([size]) {
        height: 1px;
        font-family: 'PublicSans';
        background-color: rgb(0 0 0 / 40%);
    }
    .rel-article h4 {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 0;
        font-family: 'PublicSans';
    }

    section#article .product_sec h1 {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 0;
        font-family: 'PublicSans';
    }
    
    /* our team webpage css start */
    #experienceTab.nav-pills .nav-link.active {
        color: var(--bs-blue);
        background-color: transparent;
        border-radius: 0px;
        border-right: 3px solid var(--bs-blue);
        font-weight: 600;
    }
    
    #experienceTab.nav-pills .nav-link {
        border-radius: 0px;
        border-right: 2px solid #8892b036;
        color: #8892b0d4;
        text-align: left;
    }
    
    ul#experienceTab {
        list-style: none;
        padding-left: 0;
    }
    
    #experienceTab.nav-pills .nav-link:hover {
        color: #000000;
    }
    
    #v-pills-profile h2 {
        font-size: 1.25rem;
    }
    #v-pills-profile h2 a{
        text-decoration: none;
    }
    .team_inner_section .form-group label + br {
        display: none;
    }
    .team_inner_section h1 {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    
    /*.team_inner_section p,
    .team_inner_section ul li {
        color: #737373;
        font-weight: 300;
    }*/
    
    .team_inner_section img {
        width: 50% ;
        margin: 0 auto ;
    }
    
    .team_inner_section .text-center {
        padding: 20px;
    }
    
    /*.team_inner_section .text-center:hover {
        box-shadow: 0 0 11px rgba(33, 33, 33, .2);
        transition: box-shadow .3s;
    }*/
    
    .team_inner_section {
        /*padding: 0 30px;*/
    }
    
    /* our team webpage css end */
    
    
    /* Contact us webpage css start */
    .team_inner_section .form-group label {
        display: block;
        margin-bottom: 5px;
        font-size: 12px;
    }
    
    .team_inner_section .form-group input[type="text"],
    .team_inner_section .form-group input[type="email"],
    .team_inner_section .form-group textarea {
        width: 100%;
        padding: 1rem 0.8rem;
        border: 1px solid rgb(0 0 0 / 69%);
        outline: 0;
        transition: border 0.15s;
    }
    
    .team_inner_section .form-group input[type="text"],
    .team_inner_section .form-group input[type="email"] {
        height: 40px;
    }
    .form-group .col-md-12 {
        margin-bottom: 20px;
    }
    .team_inner_section .form-group textarea {
        resize: vertical;
    }
    .team_inner_section .form-group sup {
        top: 3px;
        color: var(--bs-blue);
        font-size: 20px;
        left: 1px;
    }
      
    .file input[type='file'] {
    display: none
    }
    .file label{
      cursor: pointer;
      font-size: 15px !important;
    }
    
    .file label i {
    padding-right: 5px;
    font-size: 18px;
    }
    /* Contact us webpage css end */
    
    .mob_view{
        display: none !important;
    }
    .dsk_view{
        display: block !important;
    }
    .dsk_view.logo-dsk {
        display: flex !important;
    }

    /* Header banner block */

    .header-notice-section {
        background: #ffffff;
        padding: 4px 0px;
        position: relative;
        text-align: center;
        min-height: 180px;
        width: 100%;
        margin: 0 auto;
    }

    .header-notice-section .notice-headline a.close-notice {
        position: absolute;
        top: 0px;
        right: 0;
        text-decoration: none;
    }

    .header-notice-section a.close-notice {
        position: absolute;
        top: 5px;
        right: 5px;
        color: #000;
        text-decoration: none;
        background: transparent url(../images/close-wh.png) center/1em auto no-repeat;
        opacity: 1;
        width: 1rem;
        height: 1rem;
        padding: 0.8rem;
        text-indent: -999px;
        background-color: rgb(0 0 0 / 35%);
    }
    /*.header-notice-section img {
        height: 100%;
        max-width: 100%;
        display: inline-block;
    }
    .inr-div {
        display: inline-block;
        position: relative;
        height: auto;
        max-height: 100%;
    } */

    .inr-div {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 60%;
        outline: 0;
        margin: 0 auto;
    }
    .inr-main {
        position: relative;
        flex: 1 1 auto;
    }
    .inr-main img {
        width: 100%;
    }

    

    .header-notice-section:before {
        content: '';
        background: #ffffff;
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .container-700 {
        max-width: 700px;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .h4-related-block {
        color: #000;
        font-weight: bolder;
        font-style: normal;
        font-size: 1.6rem !important;
        margin: 0 0 0.5em;
        width: auto;
        border-bottom: solid 1px rgba(213,213,213,0.5);
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .media-object {
        display: flex;
        flex-flow: wrap;
        margin-bottom: 10px !important;
        padding-bottom: 10px
    }
    div.rel-card {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    div.rel-card .media-object {
        border-bottom: solid 1px rgba(213,213,213,0.5);
    }
    .media-object__figure {
        margin-right: 10px;
        max-width: 33%;
    }
    .rel-card .link {
        color: #000;
        text-decoration: none;
    }
    .rel-card img {
        display: block;
        height: auto;
        max-width: 100%;
        border-radius: 5px;
        line-height: 1.4;
        border-style: none;
    }
    .media-object__content {
        flex: 1;
        display: flex;
        flex-flow: wrap;
    }
    .media-object__body {
        flex-basis: 100%;
    }
    .media-object .list-object {
        margin-bottom: 0;
        padding-bottom: 0;
        padding-right: 20px;
        position: relative;
    }
    div.rel-card .list-object__heading {
        margin-top: -3px;
        margin: 4px 0 0 0;
        word-break: break-word;
        padding-right: 7px;
    }
    div.rel-card .list-object__heading-link {
        text-decoration: none !important;
        font-family: 'PublicSans';
        font-weight: 700;
        display: inline-block;
        line-height: 1.25;
        font-size: 1.3rem;
        color: #000 !important;
    }
    div.rel-card .list-object__heading-link:hover {
        color: var(--bs-blue) !important;
    }
    .list-object__heading-link {
        text-decoration: none;
        color: #000;
    }

    


    .scl-blk {
        border-top: 1px solid #e01919;
        border-bottom: 1px solid #d82626;
        padding: 9px 5px;
        text-align: center;
        background: rgb(204 204 204 / 20%);
    }

    .scl-blk p {
        margin-bottom: 0;
        font-weight: 500;
        font-size: 1rem;
    }
    .scl-blk p a {
        font-weight: bold;
    }

    .custom_footer p {
        color: #ffffff;
    }
    .footer-sm li {
        padding: 0 10px;
    }
    .footer-sm li:last-child {
        padding-right: 0;
    }
    .footer-sm li a {
        padding: 0;
    }
    .footer-sm {
        justify-content: center;
    }
    /*.breadcrumbs {
        background: #ededed;
        padding: 10px 0;
        box-shadow: 1px 1px 1px 2px rgb(0 0 0 / 10%);
    }

    .breadcrumbs span {
        font-family: 'PublicSans';
    }
    .breadcrumbs span a {
        text-decoration: none;
    }*/

    .author_profile .author-block {
      border: 1px solid var(--bs-blue);
      border-radius: 15px;
      background: rgb(204 204 204 / 20%);
    }
    .author-block {
      /*border: 1px solid var(--bs-blue);*/
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      justify-content: space-around;
      /*border-radius: 15px;
      background: rgb(204 204 204 / 20%);*/
    }
    .author-block .info {
      text-align: center;
      align-items: center;
      float: left;
      flex: 1 100%;
    }
    
    .author-block .info a.btn {
      display: block;
      width: 60%;
      margin: 0 auto;
      border: 2px solid var(--bs-blue);
      border-radius: 20px;
      color: var(--bs-blue);
      font-size: 1rem;
      font-weight: 600;
    }
    .author-block .info .social {
      margin-top: -23px;
    }
    .author-block .info .social a {
      text-decoration: none;
      color: #40d47e;
      padding: 5px;
    }
    .author-block .info .social a:hover {
      color: #7ee2a8;
    }
    .author-block .info img {
      border-radius: 50%;
      height: 100px;
      width: 100px;
      margin-bottom: 15px;
    }
    .author-block .about {
      float: right;
      flex: 1 100%;
      padding: 10px;
    }
    
    .author-block .about .bio, .author-block .about .name, .author-block .about .social, .author-block .about .designation {
      padding: 10px;
      margin: 0;
    }
    .author-block .about .name {
        font-family: 'PublicSans';
        padding-bottom: 0px !important;
        font-weight: 700 !important;
        font-size: 1.7rem !important;
    }
    .author-block .about .designation {
        padding-bottom: 0 !important;
    }

    .author-block .about .social a {
        color: #0a66c2;
    }
    .product_sec .card-body a.more-btn {
        padding: 8px 15px;
        background: #f2002f;
        border: 1px solid #f2002f;
        border-radius: 5px;
        display: inline-block;
        margin-top: 18px;
        color: #ffffff !important;
        transition: all 0.2s ease-in-out !important;
    }

    .product_sec .card-body a.more-btn:hover, .product_sec .card-body a.more-btn:focus {
        background: transparent;
        color: #f2002f !important;
    }


    


    /* article webpage css start */
    .media-review.media .M-flex .title {
        font-size: 12px;
        color: #1c1d36;
        margin-bottom: 10px;
        font-weight: 400;
    }
    .media-review.media .media-user {
        margin-right: 15px;
        border-radius: 50%;
        overflow: hidden;
        background: rgb(236, 236, 236);
        width: 77px;
        height: 77px;
    }
    .media-review.media .media-user img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .media-review.media .M-flex {
        display: flex;
        justify-content: start;
    }
    .media-review.media .description {
        font-size: 14px;
        color: #5b5b5b;
        margin-bottom: 0px;
    }
    .media-review.media .description p:last-child {margin-bottom: 0;}
    .media {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .media-body {
        -ms-flex: 1;
        flex: 1;
    }
    .media-review.media .M-flex .title span {
        font-size: 20px;
        display: block;
        font-weight: 700;
    }
    .rating-row{
        display: flex;
        margin-left: 15px;
    }
    .rating-row ul {
        list-style: none;
        display: flex;
        padding: 0;
        margin: 0;
        margin-right: 10px;
    }
    .rating-row ul li {
        color: #ffc107;
        font-size: 20px;
        margin: 0px 2px;
        line-height: 0;
    }
    .a2a_default_style .a2a_svg, .a2a_floating_style .a2a_svg, .a2a_menu .a2a_svg, .a2a_vertical_style .a2a_count, .a2a_vertical_style .a2a_svg {
        border-radius: 50% !important;
    }
    .a2a_svg svg {
        top: 6px !important;
        width: 20px !important;
    }
    h4.lead-caption {
        background: rgb(0 0 0 / 60%);
        position: absolute;
        width: 100%;
        bottom: 0;
        margin: 0;
        padding: 7px 10px;
        color: #ffffff;
        font-size: 1.15rem;
    }
    /* article webpage css end */

    .pagination{clear:both;position:relative;font-size:15px;line-height:13px;float:none;margin-bottom:0;justify-content: center;}
    .pagination span, .pagination a{display:block;float:left;margin:2px 2px 2px 0;padding:6px 9px 5px 9px;text-decoration:none;width:auto;color:#333333;background:#ffcd32;-webkit-transition:background .15s ease-in-out;-moz-transition:background .15s ease-in-out;-ms-transition:background .15s ease-in-out;-o-transition:background .15s ease-in-out;transition:background .15s ease-in-out;}
    .pagination a:hover{color:#fff;background:#f2002f;}
    .pagination .current{padding:6px 9px 5px 9px;background:#f2002f;color:#fff;}


    .header-social-network .list-inline-item a.fb {
        background: #3b5999;
        line-height: 30px;
    }
    .header-social-network .list-inline-item a.tw {
        background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
        line-height: 30px;
    }
    .header-social-network .list-inline-item a.pt {
        background: #229ED9;
        line-height: 30px;
    }
    .header-social-network .list-inline-item a {
        width: 30px;
        display: block;
        height: 30px;
        border-radius: 30px;
        line-height: 24px;
        text-align: center;
        font-size: 18px;
        color: #fff!important;
    }
    .header-social-network li {
        margin: 2px !important;
    }
    .header-social-network{
        width: 100%;
        text-align: right;
    }

    .lead-popup .text-container h3 {
        color: var(--bs-blue);
        font-size: 22px;
        line-height: normal;
        font-weight: bold;
        margin-bottom: 20px;
        -webkit-font-smoothing: antialiased;
    }
    .lead-popup .text-container p {
        color: #000000;
        font-size: 14px;
        padding: 0px 20px;
        line-height: normal;
    }
    .lead-popup .modal-header {
        padding: 0.6rem 0;
        border-bottom: 0;
    }
    /*.lead-popup .modal-body {
        padding: 2rem;
        background: #ffffff;
    }*/
    .lead-popup .modal-content {
        background: transparent;
        padding: 0;
        border-radius: 0;
        border: 0;
    }
    .lead-popup .modal-content .modal-body {
        padding: 0;
    }
    .lead-popup .btn-close {
        background: transparent url(../images/close-wh.png) center/1em auto no-repeat;
        opacity: 1;
    }

    .scrollTop {
        position: fixed;
        right: 5%;
        bottom: 45px;
        background-color: var(--bs-white);
        border-radius: 6px;
        padding: 15px;
        opacity: 0;
        cursor: pointer;
        z-index: 99;
        transition: all 0.4s ease-in-out 0s;
        border: 1px solid #D0D5DD;
        box-shadow: 0px 1px 2px 0px #1018280D;
    }

    .scrollTop a {
      font-size: 18px;
      color: #fff;
    }
    .navbar-collapse.dsk_view {
        position: relative;
    }

    .posts-pagination .cvf-universal-pagination {
        text-align: center;
    }
    .posts-pagination .cvf-universal-pagination li.inactive {
        background: #bbbbbb !important;
    }
    .posts-pagination .cvf-universal-pagination li.selected {
        background: #f2002f !important;
        color: white;
    }
    .posts-pagination .cvf-universal-pagination li.active {
        background: #ffcd32 !important;
    }
    .posts-pagination .cvf-universal-pagination li {
        border-radius: 4px;
    }
    .posts-pagination .cvf-universal-pagination ul li.active:hover {
        cursor: pointer;
        background: #f6bc06 !important;
        color: white;
    }

    .head-fix h2 {
        font-size: 14px;
        margin-bottom: 1rem;
        font-weight:bold;
    }

    
    

section#ads .owl-carousel .owl-item img, section#adsto .owl-carousel .owl-item img {
    height: auto;
}

.wpb_raw_code.wpb_content_element.wpb_raw_html > div {
    text-align: center;
}
.wpb_raw_code.wpb_content_element.wpb_raw_html > div iframe.instagram-media {margin-left: auto !important;margin-right: auto !important;}

.hka-next-up {
    overflow: hidden;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: -1px;
    color: #f2002f;
    margin: 60px 0px 30px 0px;
}
.hka-next-up>span {
    position: relative;
    display: inline-block;
}
.hka-next-up>span:before {
    right: 100%;
}
.hka-next-up>span:after {
    left: 100%;
}
.hka-next-up>span:before, .hka-next-up>span:after {
    content: '';
    position: absolute;
    top: 40%;
    border-bottom: 5px solid #f2002f;
    width: 591px;
    margin: 0 20px;
}

/*.navbar-expand-lg .navbar-nav.sm-icons.header-sm-icons a.nav-link {
    padding: 0.5rem 0.7rem;
}
.navbar-expand-lg .navbar-nav.sm-icons.header-sm-icons li:nth-last-child(2) a.nav-link {
    margin-right: 5rem;
}*/

.navbar-expand-lg .navbar-nav.sm-icons.header-sm-icons a.nav-link {
    padding: 0;
}
.navbar-expand-lg .navbar-nav.sm-icons.header-sm-icons li {
    padding: 0 10px;
}
.navbar-expand-lg .navbar-nav.sm-icons.header-sm-icons li:nth-last-child(2) a.nav-link {
    margin-right: 5rem;
}
.social-follow{
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}
.social-follow .article-sm-icons a.nav-link{
    padding: 0.5rem 0.2rem;
}
.social-follow .article-sm-icons  li:nth-child(1) a.nav-link{
    padding-left: 0px;
}
/*.article-sm-icons{
    background: #000;
}*/
.mobile-sm-icons{
    margin-top: 1.5rem;
}
.mobile-sm-icons a.nav-link {
    padding: 0.5rem 0.7rem;
}
.mobile-sm-icons  li:nth-child(1) a.nav-link{
    padding-left: 0px;
}



.caas-attr-provider-logo {
    position: relative;
    margin-right: 5px;
    display: inline-block;
    height: 50px;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
}
.caas-attr-provider-logo .caas-img {
    height: auto;
    margin-top: 0;
    max-height: 100%;
    max-width: initial;
}
.caas-logo-divider {
    display: inline-block;
    vertical-align: middle;
    border-color: #c7cdd2;
    border-style: solid;
    border-width: 0 1px 0 0;
    height: 25px;
    margin: 0 8px;
}
.caas-attr-provider {
    color: #333;
    font-size: .875em;
    font-weight: 600;
    line-height: 22px;
    vertical-align: middle;
}

.author-container {
    border: 1px solid #f2002f;
    border-radius: 15px;
    background: rgb(204 204 204 / 20%);
    margin-bottom: 20px;
}
.author-block:not(:last-child) {
    border-bottom: 1px solid #f2002f;
}
.author-block:last-child {
    margin-bottom: 0px;
}


.author-wrapper {
    display: flex;
    flex-wrap: wrap;
    /*border: 1px solid #f2002f;*/
    margin-bottom: 20px;
    justify-content: space-around;
    border-radius: 15px;
    /*background: rgb(204 204 204 / 20%);*/
    align-items: center;
    justify-content: center;
}

.author-details {
    flex: 50%;
    /*padding: 15px 20px;*/
}

.author-wrapper .author-details img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    /*margin-bottom: 15px;*/
}

.author-wrapper .author-details .name {
    font-family: 'PublicSans';
    padding-bottom: 0px !important;
    font-weight: 700 !important;
    font-size: 1.7rem !important;
}
.author-wrapper .author-details .bio, 
.author-wrapper .author-details .name, 
.author-wrapper .author-details .social, 
.author-wrapper .author-details .designation {
    padding: 10px 0px 0px;
    margin: 0;
}
.author-wrapper .author-details .bio{
    font-style: italic;
}
.author-wrapper .author-details .designation {
    padding-bottom: 0 !important;
}

.author-wrapper .author-details a.btn {
    display: block;
    width: 135px;
    margin: 0 auto auto -3px;
    border: 2px solid var(--bs-blue);
    border-radius: 20px;
    color: var(--bs-blue);
    font-size: 1rem;
    font-weight: 600;
}
.author-wrapper .author-details a.link {
    font-style: italic;
    text-decoration: underline;
}
.author-wrapper .author-details:nth-child(even){
    border-left: 1px solid #f2002f;
    padding-left: 10px;
}
.author-wrapper .author-details:nth-child(odd){
    padding-right: 10px;
}

.author-wrapper .author-details:nth-child(n+3){
    border-top: 1px solid #f2002f;
    padding-top: 10px;
    margin-top: 10px;
}

/*Table of content header slider issue fix*/
/*h2, h3, h5,h5, h6{
    scroll-margin-top: 2000px;
}
h2:target::before, h3:target::before, h5:target::before,h5:target::before, h6:target::before{
    content: '';
    display: block;
    height: 100px;
    margin: -100px 0 0 0;
}
:target::before{
    content: '';
    display: block;
    height: 1000px;
    margin: -1000px 0 0 0;
}*/

/** Revamp css **/
#banner {
    position: relative;
    top: -100px;
    padding-bottom: 50px;
}
.card-cats, .card-auth {
    font-size: 14px;
    color: #838383;
}
.card-cats {
    display: flex;
    gap: 5px;
    align-items: center;
}
.card-auth a, .card-auth span{
    display: inline;
}
.card-cats .cat {
    text-transform: uppercase;
    border: 1px solid #F2002F;
    color: #F2002F !important;
    text-decoration: none;
    padding: 4px 7px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
}
.card-cats .dot-separator {
    padding: 0px 5px;
    display: none;
}
.card-cats .tag{
    font-size: 16px;
    padding-left: 15px !important;
    line-height: 1.2;
    /*text-align: center;*/
}
.card-auth a{
    color: #838383;
    text-decoration: none;
}
.card-auth .separator{
    padding-left: 2px;
    padding-right: 2px;
}
#banner .post-wrap a{
    text-decoration: none;
}
#banner .post-wrap p{
    margin-top: 0.5rem;
    font-size: 30px;
}
.view_all{
    padding-top: 10px;
    padding-bottom: 10px;
    /*border-bottom: 1px solid #D9D9D9;*/
}
.view_all a{
    text-transform: uppercase;
    text-decoration: underline;
    color: #838383;
    font-size: 16px;
}
section#ads{
    padding: 10px 0px;
}
section#explore_hgw h2,
.inner-page h2{
    font-size: 2.5rem;
    color: #161616;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}
#customTax li a.nav-link{
  color:#161616;
  font-size: 20px;
  margin: 0.5rem 1.5rem;
  padding: 0;
} 
#customTax{
   margin-top:1.2rem;
   height: 80px;
}
#customTax li a.nav-link.active, #customTax li a.nav-link:focus,  #customTax li a.nav-link:hover {
    background-color: transparent;
    border-color: transparent;
    color: #F2002F;
    border-bottom: 3px solid #F2002F;
}
.tab-boxes .card a{
    text-decoration: none;
}
.tab-boxes .card-body{
    font-size: 18px;
    color: #161616;
    text-align: center;
}

.copyright{
    font-size: 12px;
}
.inner-page{
    padding-top: 35px;
}
.inner-page h2{
    margin-bottom: 15px;
}
.inner-page .taxo-desc{
    margin-bottom: 0px;
    font-size: 16px;
    color: #838383;
    font-family: 'Helvetica';
}
img.first-img{
    object-fit: cover;
    object-position: center;
    height: 60vh;
}
.inner-page .our-team,
.inner-page .contact-us,
.inner-page .faqs{
    margin-top: 1rem;
}
.inner-page .about-us h2,
.inner-page .our-team h2,
.inner-page .contact-us h2,
.inner-page .faqs h2{
    text-align: left;
    margin-bottom: 1rem;
}
.inner-page .about-us,
.inner-page .our-team,
.inner-page .contact-us,
.inner-page .faqs{
    font-size: 16px;
}
.inner-page .about-us .first-para{
    font-size: 20px;
}
.inner-page .our-team .member{
    padding: 1rem 0;
    border-bottom: 1px solid #D9D9D9;
}
.inner-page .our-team .member .member-name{
    /*font-family: 'PublicSans';*/
    font-weight: 600;
    font-size: 20px;
    color: #161616;
}
.inner-page .our-team .member .member-name a{
    text-decoration: none;
}
.inner-page .our-team .member .member-designation{
    /*font-family: 'PublicSans';*/
    font-weight: 400;
    font-size: 16px;
    color: #838383;
}
.inner-page .our-team .member .member-desc{
    /*font-family: 'Helvetica';*/
    font-weight: 400;
    font-size: 16px;
    color: #161616;

}
.inner-page .faqs .faq-lists{
    margin-top: 30px;
}
.inner-page .faqs .faq-lists .accordion-item .accordion-button,
.inner-page .faqs .faq-lists .accordion-item .accordion-button:not(.collapsed){
    background: #F8F8F8;
    font-size: 16px;
    padding: 20px;
    color: #161616;
}
.article-wrapper .card-cats{
    margin-bottom: 15px;
}
.article-wrapper .category span{
    font-weight: 600;
    font-size: 16px;
}
.article-wrapper .related-articles-wrapper{
    margin-top: 20px;
}
.article-wrapper .related-articles-wrapper h3,
.article-wrapper .latest-articles-wrapper h3{
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
}
.article-wrapper .related-articles-wrapper h4.card-title,
.article-wrapper .latest-articles-wrapper h4.card-title {
    font-size: 20px;
    font-family: 'PublicSans';
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}
.article-wrapper .related-articles-wrapper .card-body,
.article-wrapper .latest-articles-wrapper .card-body{
    padding-left: 0;
    padding-right: 0;
}
.article-wrapper .related-articles-wrapper .card-body a,
.article-wrapper .latest-articles-wrapper .card-body a {
    color: #161616;
    text-decoration: none;
}
.bd_toc_header_title:before {
    content: '\f0ca';
    font-family: 'FontAwesome';
    border: 1px solid #838383;
    padding: 2px 3px;
    border-radius: 4px;
    color: #838383;
    font-size: 15px;
    margin-right: 5px;
}
.bd_toc_content {
    background-color: #ffffff !important;
    padding-left: 33px;
}
.bd_toc_content .bd_toc_content_list ul li a{
    color: #161616 !important;
}
.social-share {
    width: 100%;
    padding: 15px 15px 8px 15px;
    position: relative;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    text-align: center;
}
.slide-share {
    display: block;
    width: auto;
    position: unset;
}
.slide-share a {
    margin-left: 5px;
    text-align: center;
}
.slide-share div.show {
    position: absolute;
    right: 38px;
    bottom: 70px;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(10px, 45px, 0px);
    -webkit-transition: all .1s ease-out;
    display: block;
}
.slide-share:hover div.show {
    opacity: 1;
    visibility: visible;
    transform: translate3d(10px, 1px, 0px);
}
button.ico-container {
    background: #fff;
    padding: 10px 20px;
    /* position: absolute; */
    float: right;
    /* top: 0; */
    /* right: 16px; */
    border-radius: 40px;
    /*width: 32px;
    height: 32px;*/
    z-index: 10;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    outline: none;
    border: 1px solid #D9D9D9;
    transition: unset!important;
}
button.ico-container .fa{
    margin-right: 10px;
    color: #838383;
}
#a2a_modal,#a2a_overlay{
    display: none !important;
}
.accordion-button:focus{
    box-shadow: none !important;
    border: none !important;
}
.restaurant-details{
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    /*margin-bottom: 30px;*/
}
.restaurant-details .accordion-item{
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
/*.restaurant-details .accordion-item:first-child{
    border-top: 1px solid #D9D9D9 !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px;
}
.restaurant-details .accordion-item:last-child{
    border-bottom: 1px solid #D9D9D9 !important;
}*/
.restaurant-details .accordion-button{
    font-size: 18px;
    font-weight: 600;
    color: #161616;
}
.restaurant-details .accordion-button:not(.collapsed){
    background-color:unset;
    box-shadow: none;
}
.restaurant-details .accordion-button:not(.collapsed)::after{
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.restaurant-details .accordion-button .fa{
    color: #F2002F;
    font-size: 20px;
    width: 30px;
}
.restaurant-details .accordion-item:first-child .accordion-button:after{
    background-image: none;
}
.restaurant-details .accordion-body{
    padding-top: 0px;
    padding-left: 50px;
}
.restaurant-details .accordion-body ul{
    padding-left: 15px;
    margin-bottom: 0px;
}
.custom-widgets{
    /*margin-bottom: 50px;*/
}
.custom-widgets .grab-widget{
    border: 1px solid #D9D9D9;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 1.25rem;
}
.custom-widgets .offers-widget{
    border: 1px solid #D9D9D9;
    border-top: 0px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 1.25rem;
}
.custom-widgets .offers-widget a{
    color: unset !important;
    text-decoration: none !important;
}
.custom-widgets .chope-widget{
    border: 1px solid #D9D9D9;
    border-top: 0px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 1.25rem;
}
.custom-widgets .grab-widget .widget-logo{
    width: 55px;
    margin-bottom: 15px;
}
.custom-widgets .grab-widget .heading,
.custom-widgets .offers-widget .heading,
.custom-widgets .chope-widget .heading{
    font-size: 16px;
    font-weight: 600;
}
.custom-widgets .grab-widget .subheading,
.custom-widgets .offers-widget .subheading,
.custom-widgets .chope-widget .subheading{
    font-size: 14px;
    font-weight: 400;
    color: #8D8D8D;
}
.custom-widgets .grab-widget .widget-icons,
.custom-widgets .grab-widget .widget-icons a{
    margin: 20px 0px auto;
    color: #00804A !important;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-decoration: none !important;
}
.custom-widgets .grab-widget .widget-icons img{
    margin-bottom: 5px;
    width: 65px;
}
.custom-widgets .chope-widget .reserve-btn{
    background: #F2002F;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    padding: 16px;
    display: inline-block;
    border-radius: 50px;
    text-decoration: none;
    margin-top: 20px;
}
.custom-widgets .chope-widget .chope-logo{
    text-align: center;
    color: #838383;
    font-size: 12px;
    align-items: center;
    padding-top: 10px;
}
.custom-widgets .chope-widget .chope-logo img{
    height: 25px;
}
.custom-widgets .offers-widget .heading img{
    margin-top: -3px;
}

.article-carousel-wrapper{
    position: relative;
    top: -100px;
}
.article-carousel .item img {
    width: 100%;
    /*height: 500px!important;*/
    height: 80vh!important;
    object-fit: cover;
    object-position: center;
}
.article-carousel .owl-dots {
    position: relative;
    bottom: 60px;
}
.article-carousel .owl-dots .owl-dot span{
    width: 15px;
    height: 15px;
    margin: 5px;
    background: var(--bs-white);
    opacity: 0.35;
}
.article-carousel .owl-dots .owl-dot.active span, 
.article-carousel .owl-dots .owl-dot:hover span {
    background: var(--bs-white);
    opacity: 1;
    width: 40px;
}
.article-bottom-ad,
.article-content-ad{
    margin: 10px auto;
}
#carousel-counter{
    position: absolute;
    bottom: 100px;
    z-index: 9;
    text-align: center;
    right: 10%;
    background: #161616;
    color: #fff;
    border-radius: 20px;
    padding: 7px 10px;
    font-size: 16px;
    width: 60px;
    float: right;
    opacity: 0.6;
}
#home-banner{
    position: relative;
    top: -100px;
    padding-bottom: 3.125rem;
    position: relative;
    margin: 0 auto;
}
#home-banner img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 80vh;
}
#home-banner .inner-block {
    position: absolute;
    bottom: -5%;
    width: 90%;
    background: rgb(255 255 255 / 100%);
    left: 0;
    margin: 0 5vw;
    box-shadow: 1px 3px 4px -2px rgb(204 204 204 / 78%);
    border-bottom: 1px solid #D9D9D9;
    transform: translateY(0%);
    display: block;
}
#home-banner .post-wrap p {
    margin-top: 1rem;
    font-size: 1.875rem;
}
#home-banner .post-wrap a {
    text-decoration: none;
}
.inner-page h2.about-title{
    font-size: 2.5rem;
}
.restaurant-info .vc_tta-panel-heading .vc_tta-panel-title a{
    text-decoration: none !important;
}
.restaurant-info .vc_tta-panel-heading .vc_tta-panel-title a span.vc_tta-title-text{
    font-size: 18px;
    font-weight: 600;
    color: #161616;
}

/*** Search bar start ***/
.search-container {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
}
.search-bar-wrapper {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.search-input-container {
  display: flex;
  align-items: center;
  border: none;
  border-radius: 25px;
  overflow: visible;
  width: 50px;
  transition: width 0.4s ease-in-out, border 0.3s ease-in-out;
  position: relative;
}
.search-input-container.open {
  width: 355px;
  border: 2px solid #F2002F;
  background: #fff;
}
.search-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.search-icon {
  font-size: 16px;
}
.search-input {
  flex-grow: 1;
  padding: 6px;
  border: none;
  outline: none;
  font-size: 14px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  padding-right: 20px;
}
.search-input-container.open .search-input {
  opacity: 1;
  background: none;
}
.search-input-container.open .search-button,
.search-input-container.open .clear-button {
  /*background: #fff;*/
  color: #161616;
}
.clear-button {
  background: none;
  border: none;
  cursor: pointer;
  display: none;
  padding: 9px;
}
.clear-icon {
  font-size: 16px;
  color: #3D3D3D;
  font-weight: 300;
}
.search-input:not(:placeholder-shown) + .clear-button {
  display: flex;
}
.suggestions {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  right: 0;
  background: #fff;
  color: #161616;
  /*border-radius: 0 0 25px 25px;*/
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 99;
  max-height: 400px;
  overflow-y: auto;
  list-style: none;
  padding: 0;
}

.suggestions.open {
  display: block;
}

.suggestions li {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #d5d5d5;
  color: #161616;
}

.suggestions li:hover {
  background-color: #f6f6f6;
}
#site-search.seach-loader{
    background: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    height: 20px;
    width: 20px;
}
/*** Search bar ends ***/

/****************************************************************
                        MEDIA QUERIES 
****************************************************************/

@media (max-width: 425px) {
    .card-cats .cat {
        white-space: normal;
    }
}

@media all and (min-width: 600px) {
    .author-block .about {
        flex: 3;
    }
    .rel-article.product_sec .author-block .about {
        flex: 5;
    }
    .author-block .info {
        flex: 1;
    }
}

@media (max-width: 680px) {
    .home-carousel .item .inner-block {
        position: absolute;
        bottom: 45px;
        width: 95%;
        background: #fff;
        left: 50%;
        padding: 1rem !important;
        transform: translateX(-50%);
        margin: 0 auto;
    }
    #banner .post-wrap p {
        font-size: 14px !important;
    }
    #home-banner .post-wrap p {
        font-size: 14px !important;
    }
    .owl-theme .owl-nav button {
        bottom: 125px;
    }
    .owl-carousel .owl-nav button img {
        width: 30px;
        height: 30px;
    }
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        background: black !important;
        padding: 6px !important;
        border-radius: 0;
        margin: 0;
    }
    .dsk_view.logo-dsk + .container {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .owl-carousel .owl-item .item .media-cont {
        height: 65vh;
    }
    #home-banner .inner-block{
        padding: 1.5rem !important;
        bottom: -23% !important;
    }
}

@media (max-width: 768px) {
    html, body {
        font-size: 14px !important;
    }
    .container{
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-toggler{
        padding: 5px 0 5px 15px;
    }
    h4, .h4 {
        font-size: 1rem;
    }
    h3, .h3 {
        font-size: 1.3rem;
    }
    h2, .h2 {
        font-size: 1.6rem;
    }
    .custom_navbar a.navbar-brand {
        margin-left: 0;
    }
    .custom_navbar span.navbar-toggler-icon {
        display: initial;
        color: var(--bs-white);
        font-size: 18px;
    }

    .custom_navbar .menu li {
        margin: 0;
    }

    /*.sm-icons li.nav-item {
        margin-right: 20px;
    }*/

    .p-sm-0 {
        padding: 0 !important;
    }

    #carouselExampleFade {
        padding: 0;
    }

    .slider_dec {
        padding: 40px;
    }

    /*.home-carousel.owl-carousel, */
    .home-carousel.owl-carousel .owl-item img {
        /*height: 90vh;*/
        height: 100%;
    }
    .owl-carousel .owl-item .item .media-cont {
        height: 65vh;
    }

    .footer-menu li.line::after {
        padding: 0 5px;
    }

    .more_items {
        text-align: right;
    }
    .team_inner_section h1 {
        text-align: center;
    }

    .team_inner_section {
        padding: 0 10px;
    }
    .mob_view{
        display: block !important;
        margin-left: auto;
    }
    .bth_mob a{
        text-decoration: none;
        color: #58667c !important;
        font-weight: 500;
    }
    .bth_mob {
        border-bottom: 1px solid gainsboro;
        padding: 0px 15px 10px;
        margin-bottom: 20px;
    }
    .section {
        padding: 15px 0 0 0;
    }
    .bth_mob a i {
        padding-right: 10px;
        color: black;
    }
    #experienceTab .nav-link {
        display: inline-block;
        padding: 0 20px 10px;
    }
    #experienceTab {
        flex-direction: inherit !important;
        margin-bottom: 30px;
        text-align: center;
        display: block;
    }
    #experienceTab.nav-pills .nav-link {
        
        border-right: 0;
    }
    #experienceTab.nav-pills .nav-link.active {
        border-bottom: 3px solid var(--bs-blue);
        border-right: 0;
        font-weight: 600;
    }
    ul#experienceTab {
        text-align: center;
        border-bottom: 2px solid #8892b036;
    }
    /*.search-box{
        padding: 20px !important;
    }*/

    .home-carousel.owl-carousel {
         height: 40vh; 
    }

    /* The side navigation menu */
    .sidenav {
        width: 100%;
        position: fixed;
        z-index: 9;
        top: 0;
        left: 0;
        background-color: #fff;
        overflow-x: hidden;
        padding-top: 10px;
        transition: 0.5s;
        height: 100vh;
        transform: translateX(-100%);
    }
    .sidenav.open-nav {
        transform: translateX(0);
    }

    .sidenav a {
        padding: 10px 20px 10px 20px;
        text-decoration: none;
        font-size: 14px;
        color: #161616 !important;
        display: block;
        transition: 0.3s;
        margin-bottom: 10px;
    }
    /*.custom_navbar a:not(.navbar-brand).ico {
        text-align: center;
    }*/

    .sidenav a:hover, .offcanvas a:focus{
        color: #f1f1f1;
    }

    .sidenav .closebtn {
        /* position: absolute; */
        text-align: right;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        /* top: 10px; */
        /* right: 14px; */
        font-size: 36px;
        margin-left: 0;
        color: #838383 !important;
    }
    .sidenav a.ico:before {
        /*content: "\f054";
        font-family: FontAwesome;
        display: inline-block;
        margin-left: -1.3em;
        width: 1.3em;
        position: absolute;
        right:20px;*/
    }
    .sidenav .menu-items{
        border-color: #D9D9D9;
        border-width: 1px 0px;
        border-style: solid;
        padding-top: 10px;
    }
    .sidenav .social-items{
        display: flex;
        padding: 20px;
        align-items: center;
        font-size: 14px;
        color: #161616;
    }
    .sidenav .social-items .social-icons{
        margin-left: auto;
        display: flex;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
    }
    .sidenav .social-items .social-icons li{
        list-style: none;
    }
    .sidenav .social-items .social-icons li a{
        padding: 0px 10px;
    }
    .sidenav .social-items .social-icons li a img{
        height: 20px;
    }
    a.navbar-brand.dsk_view.logo-dsk {
        display: none !important;
    }
    .dsk_view{
        display: none !important;
    }
    .dsk_view.logo-dsk {
        display: none !important;
    }
    a.ico.active {
        /*background-image: linear-gradient(90deg, rgba(255,193,7,1) 10%, rgba(255,193,7,1) 35%, rgba(52,58,63,0.49) 100%);
        width: 90%;*/
    }
    .dsk_view.logo-dsk + .container {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .sm-icons {
        display: flex;
        margin-bottom: 0px;
    }
    .sm-icons a.nav-link {
        /*background-color: white;
        border-radius: 50%;
        height: 35px;
        width: 35px;*/
        color: #41464b;
        /*padding-left: 10px !important;*/
        /*line-height: 39px;*/
        padding: 0;
        padding-top: 0;
    }
    .sm-icons a.nav-link img {
        height: 27px;
    }
    .our-team .owl-nav button.owl-prev {
        margin-left: -1%;
        margin-top: -60%;
    }
    .our-team img {
        width: 25% !important;
        margin-bottom: 15px;
    }
    .our-team .owl-nav button.owl-next{
        margin-right: 4%;
        margin-top: -60%;
    }
    .owl-theme .owl-nav [class*='owl-']:hover {
        background: #869791;
        color: #363636;
        text-decoration: none;
    }
    .home-carousel .item .inner-block {
        position: absolute;
        bottom: 45px;
        width: 95%;
        background: #fff;
        left: 0;
        padding: 1rem !important;
        transform: translateX(0);
        margin: 0 auto;
    }
    #banner .post-wrap p {
        font-size: 14px !important;
    }
    .owl-theme .owl-nav button {
        bottom: 125px;
    }
    .owl-carousel .owl-nav button img {
        width: 30px;
    }
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        background: black !important;
        padding: 6px !important;
        border-radius: 0;
        margin: 0;
    }
    /*.home-carousel.owl-theme .owl-dots {
       display: none;
    }*/
    .product_sec .col-md-4.mb-5 {
        margin-bottom: 20px !important;
    }
    .dm{
        display: grid;
    }
    .dm .ms-4{
        margin-left: 0 !important;
    }
    .media-review.media .M-flex {
        display: block;
        
    }
    .rating-row{
        margin-left: 0;
    }
    /*.section .section-title h1 {
        text-align: left;
    }*/
    .sbar {
        position: static;
        width: auto;
        height: auto;
        margin-top: 2.5rem;
    }
    section#article .vc_row {margin-left: 0;margin-right: 0;}
    section#article .vc_row .vc_column-inner {padding-left: 0;padding-right: 0;}

    .header-notice-section {
        padding: 4px 0;
    }
    .custom_footer p {
        text-align: center;
    }
    .footer-sm {
        justify-content: center;
        margin-top: 1.3rem;
    }
    .inr-div {
        height: auto;
        width: 100%;
    }
    .card-cats .cat,
    .card-cats .tag,
    .card-cats, .card-auth {
        font-size: 14px !important;
    }
    .card-cats .cat{
        padding: 2px 5px !important;
    }
    /*.card-cats .tag{
        padding: 2px 5px !important;
    }
    .card-cats{
        padding: 2px 5px !important;
    }
    .card-auth {
        padding: 2px 5px !important;
    }*/
    #home-banner .post-wrap .card-cats{
        margin-left: -5px;
    }
    .product_sec .card-body .card-title, 
    .product_sec h2.card-title,
    .article-wrapper .related-articles-wrapper h4.card-title, 
    .article-wrapper .latest-articles-wrapper h4.card-title {
        font-size: 16px !important;
    }
    .view_all a {
        font-size: 14px !important;
    }
    section#explore_hgw h2, .inner-page h2 {
        font-size: 32px !important;
        margin-bottom: 5px !important;
    }
    .inner-page h2.about-title{
        margin-bottom: 30px !important;
        text-align: center !important;
    }
    #customTax li a.nav-link {
        font-size: 14px !important;
    }
    .tab-boxes .card-body{
        font-size: 14px !important;
    }
    .footer-menu li a {
       font-size: 12px !important;
    }
    .copyright {
        font-size: 10px !important;
    }
    .col-md-6 {
        width: 50%;
        flex: 0 0 auto;
    }
    .inner-page {
        /*padding-top: 10px !important;*/
    }
    .custom_navbar.fixed-top a:not(.navbar-brand),
    .custom_navbar.fixed-top span.navbar-toggler-icon,
    .custom_navbar.not-homepage a:not(.navbar-brand),
    .custom_navbar.not-homepage span.navbar-toggler-icon {
        color: var(--bs-white);
    }
    #home-banner img {
        height: auto;
    }
    .card-column .card {
        flex-direction: row-reverse;
    }
    .card-column .card-image-wrapper {
        padding-left: 20px;
        width: 170px;
    }
    .card-column{
        border-bottom: 1px solid #D9D9D9;
        padding-bottom: 1rem;
    }
    .card-column .card-body {
        padding: 0;
    }
    .btm-bdr-mob {
        border-bottom: 1px solid #D9D9D9;
    }
    .view_all {
        /*padding-bottom: 20px !important;;*/
    }
    section#ads {
        padding: 20px 0px !important;
    }
    section.tax-template#ads {
        padding: 0px 0px 20px 0px !important;
    }
    #home-banner {
        padding-bottom: 0px !important;
    }
    #home-banner .inner-block{
        padding: 1.5rem !important;
        bottom: -30% !important;
    }
    .inner-page .taxo-desc {
        /*margin-bottom: 20px !important;*/
    }
    #home-banner .post-wrap p {
        font-size: 14px !important;
    }
    .article-carousel-wrapper .article-carousel .item img {
        /*height: 40vh!important;*/
        height: auto !important;
    }
    .bd_toc_header .bd_toc_header_title {
        font-size: 18px !important;
    }
    .bd_toc_content .bd_toc_content_list .bd_toc_content_list_item ul > li > a{
        font-size: 16px !important;
    }
    .trending-items {
        margin-bottom: 25px;
    }
    .restaurant-details,
    .custom-widgets {
        /*margin-bottom: 25px;*/
    }
    .mobile-sm-icons a.nav-link img {
        height: 30px;
    }
    .mob-col-3{
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .article-wrapper .related-articles-wrapper h3, 
    .article-wrapper .latest-articles-wrapper h3{
        font-size: 18px;
        text-align: center;
    }
    .trending-items h4, article header h1{
        font-size: 24px;
    }
    .wpb_single_image .vc_figure-caption{
        font-size: 10px;
    }
    #articleContent h2{
        /*font-size: 18px;*/
    }
    #articleContent .wpb_content_element{
        margin-bottom: 16px;
    }
    .restaurant-details .accordion-button{
        font-size: 16px;
    }
    .restaurant-details .accordion-body{
        font-size: 14px;
    }
    .custom-widgets .grab-widget .widget-icons, 
    .custom-widgets .grab-widget .widget-icons a{
        font-size: 14px;
    }
    .article-carousel-wrapper{
        /*margin-bottom: -120px;*/
        margin-bottom: 30px;
        top: -80px;
    }
    .article-carousel .owl-dots .owl-dot span{
        width: 10px;
        height: 10px;
        margin: 3px;
    }
    .article-carousel .owl-dots .owl-dot.active span, 
    .article-carousel .owl-dots .owl-dot:hover span {
        width: 20px;
    }
    #carousel-counter{
        bottom: 65px;
        right: 5%;
        padding: 5px 10px;
        font-size: 12px;
        width: 45px;
    }
    button.ico-container .fa {
        margin-right: 5px;
    }
    button.ico-container {
        padding: 6px 13px;
    }
    .slide-share div.show {
        right: 25px;
        bottom: 61px;
    }
    .scrollTop{
        padding: 7px;
    }
    .custom_footer{
        margin-top: 10px;
    }
    .inner-page .our-team .teams{
        text-align: center;
    }
    #articleContent article.article-wrapper{
        font-size: 16px;
    }
    /*.custom-widgets .grab-widget .heading,
    .custom-widgets .offers-widget .heading,
    .custom-widgets .chope-widget .heading{
        font-size: 18px;
    }
    .custom-widgets .grab-widget .subheading,
    .custom-widgets .offers-widget .subheading,
    .custom-widgets .chope-widget .subheading{
        font-size: 16px;
    }
    .custom-widgets .grab-widget .widget-icons,
    .custom-widgets .grab-widget .widget-icons a{
        font-size: 16px;
    }*/
    #articleContent article header div span {
        font-size: 16px;
    }

    /*** Search bar mobile starts ***/
    .search-icon-container-mob{
        margin-top: 2px;
    }
    .search-icon-mob {
      font-size: 18px !important;
      color: #fff;
      cursor: pointer;
    }

    .overlay-mob {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      z-index: 99;
      align-items: center;
      justify-content: center;
    }

    .search-container-mob {
      position: relative;
      width: 100%;
      max-width: 600px;
    }

    .search-bar-mob {
      display: flex;
      align-items: center;
      padding: 20px 30px;
      background: #fff;
      border-bottom: 1px solid #D9D9D9;
    }

    .search-bar-mob input {
      border: none;
      outline: none;
      width: 100%;
      /*padding: 8px;*/
      font-size: 14px;
      color: #161616;
    }

    .clear-icon-mob {
      /*color: #838383;
      font-size: 20px !important;*/
      /*display: none;*/
      cursor: pointer;
      background: url(../images/clear-icon.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position-x: right;
      height: 15px;
      width: 15px;
    }

    .search-suggestions-mob {
      display: none;
      position: absolute;
      top: 65px;
      left: 0;
      right: 0;
      list-style: none;
      background: #fff;
      padding: 0;
      margin: 0;
      z-index: 10;
    }

    .search-suggestions-mob li {
      padding: 20px 30px;
      font-size: 14px;
      cursor: pointer;
      color: #161616;
      border-bottom: 1px solid #D9D9D9;
    }

    .search-suggestions-mob li:hover {
      background: #f0f0f0;
    }
    #search-loader-mob{
        background: url(../images/loader.gif);
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: right;
        height: 20px;
        width: 20px;
        margin: 0 10px;
        display: none;
    }

    /*** Search bar mobile ends ***/

}

@media (min-width:  769px) and (max-width: 1180px) {
    .home-carousel.owl-carousel .owl-item img {
        height: 100%;
    }
    .owl-carousel .owl-item .item .media-cont {
        height: auto;
    }
    .home-carousel .item .inner-block {
        position: absolute;
        bottom: 0;
        width: 100%;
        /*background: #ffffff;*/
        left: 0;
        padding: 1rem !important;
        transform: translateX(0);
        margin: 0 auto;
    }
    .post-wrap p {
        font-size: 21px;
    }
    .owl-theme .owl-nav button {
        bottom: 125px;
    }
    .owl-carousel .owl-nav button img {
        width: 30px;
    }
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
        background: black !important;
        padding: 6px !important;
        border-radius: 0;
        margin: 0;
    }
    .home-carousel.owl-theme .owl-dots {
       display: none;
    }
    .navbar-collapse.dsk_view {
        position: relative;
        display: flex !important;
        flex-basis: auto;
    }
    ul.navbar-nav.mb-2.mb-lg-0.mx-auto.menu {
        flex-direction: row;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    ul.navbar-nav.sm-icons {
        position: absolute;
        right: 0;
    }
    .navbar-toggler {
        display: none;
    }
    .custom_navbar .menu li {
        margin: 0 18px;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .custom_navbar ul.navbar-nav.menu li {
        font-size: 12px;
    }
    .custom_navbar a.navbar-brand img{
        height: 65px !important;
    }
}

@media (min-width: 920px) {
    div.rel-card .media-object__figure {
        max-width:19.5%;
        margin-right: 15px;
    }
}

@media (min-width: 1200px) {
    .navbar-collapse.dsk_view .navbar-nav.sm-icons {position: absolute;right: 0;}
    a.navbar-brand.dsk_view + .container {position: relative;}

    h4, .h4 {
        font-size: 1rem;
    }
    h3, .h3 {
        font-size: 1.3rem;
    }
    h2, .h2 {
        font-size: 1.6rem;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .home-carousel.owl-carousel .owl-item img {
        height: 70vh;
        /*object-fit: fill;*/
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 1600px) and (max-width: 1920px) {
    html, body {
        font-size: 16px;
    }
    article header div span, .trending-items .card .small {
        font-size: 16px;
    }
    .home-carousel.owl-carousel .owl-item .media-cont {
        height: 67vh;
        /*object-fit: fill;*/
    }
}
@media (min-width: 1921px) and (max-width: 2560px) {
    html, body {
        font-size: 17px;
    }
    article header div span, .trending-items .card .small {
        font-size: 17px;
    }
    .navbar-expand-lg .navbar-nav.sm-icons a.nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0.1rem;
        padding-bottom: 0;
    }
    /*.home-carousel.owl-carousel .owl-item img {
        object-fit: fill;
        object-position: center;
    }*/
    .home-carousel.owl-carousel .owl-item img {
        height: 100%;
    }
    .home-carousel.owl-carousel .owl-item .media-cont {
        /*height: 580px;*/
        height: 67vh;
    }
    .logo-dsk img {
        height: 90px;
    }
    .custom_navbar ul.navbar-nav.menu li {
        font-size: 18px;
    }
    .post-wrap p {
        font-size: 3rem;
    }
    .sbar {
        top: 200px;
    }
}
