* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

.container {
    padding-left: 35px;
}

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: roboto, sans-serif;
}

.user-detail-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-comments {
    position: relative;
    /* float: right; */
    font-family: 'Open Sans', 'Open Sans Regular', sans-serif;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
}

.post-comments a {
    color: #fff;
    background-color: #000;
    display: inline-block;
    min-width: 17px;
    padding: 4px 4px 3px;
    position: relative;
}

.post-comments a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 3px 0 0;
    border-color: #000 transparent transparent transparent;
}

.news-navbar-content {
    position: sticky;
    top: 0;
    z-index: 100;
}

.news-navbar-content .navbar {
    padding: 7px 90px 0;
    align-items: baseline;
}

.news-btn {
    padding: 3px 7px;
    background-color: #222222;
    font-family: open sans, open sans regular, sans-serif;
    font-size: 11px;
    line-height: 10px;
    font-weight: 500;
    pointer-events: auto;
    transition: 0.3s;
    color: white;
    transition: 0.2s;
    cursor: pointer;
    text-transform: capitalize;
}

.news-btn:hover {
    background: #4db2ec;
}

/* News Navbar Css */
.navbar .news-navbar-search .news-search-content {
    position: absolute;
    margin-top: 10px;
    right: 0;
    z-index: 100;
    background: white;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 40px 30px 30px;
    width: 50%;
    display: none;
}

.navbar .news-navbar-search .news-search-content input {
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    font-size: 13px;
    padding-right: 70px;
}

.navbar .news-navbar-search .news-search-content button {
    border: none;
    outline: none;
    font-size: 14px;
    position: absolute;
    right: 30px;
    cursor: pointer;
}

.navbar .news-navbar-search .news-search-content button:hover,
.navbar .news-navbar-search .news-search-content button:hover .icon i {
    color: #4db2ec;
}

.navbar .news-navbar-search .news-search-content button .icon i {
    margin-left: 5px;
    font-size: 11px;
    color: #616161;
}

.navbar .news-navbar ul li .nav-panels {
    display: none;
}

.navbar .news-navbar ul li:hover .nav-panels {
    display: flex !important;
}

.navbar .news-navbar ul li .nav-child-link {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 0 15px;
    text-transform: uppercase;
}

.navbar .news-navbar ul li .nav-child-link:hover:after {
    transform: scaleX(1.05);
}

.navbar .news-navbar ul li .nav-child-link::after {
    display: block;
    content: '';
    border-bottom: solid 3px #019fb6;
    transform: scaleX(0);
    margin-top: 10px;
    transition: transform 250ms ease-in-out;
}

.navbar .news-navbar ul li .nav-child-link .icon i {
    font-size: 11px;
    margin-left: 6px;
    color: #2e2e2e;
}

.nav-panels {
    position: absolute;
    z-index: 150;
    background: white;
    left: 0;
    width: 100%;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.news-navbar-content .nav-panels .nav-panel {
    display: flex;
    flex-wrap: wrap;
    max-height: 94vh;
    overflow: auto;
}

.news-navbar-content .nav-panels .nav-panel .col-md-3 {
    margin-top: 10px;
}

.news-navbar-content .nav-panels .nav-panel img {
    height: 170px;
    width: 100%;
    object-fit: cover;
}

.news-navbar-content .nav-panels .nav-panel .nav-panel-content {
    margin: 10px 0 15px;
}

.news-navbar-content .nav-panels .nav-panel .nav-panel-content .heading {
    margin: 3px 0;
    font-size: 15px;
    line-height: 1.2;
}

.news-navbar-content .nav-panels .nav-panel .nav-panel-content p {
    font-family: open sans, open sans regular, sans-serif;
    font-size: 11px;
    margin-top: 7px;
    line-height: 1;
    color: #767676;
}

.news-tag-con {
    position: absolute;
    left: 0;
    bottom: -2px;
}

.img-title {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 4px 7px;
}

.nav-panels .nav-panel a:hover .nav-panel-content h5.heading {
    color: #4db2ec;
}

/* Header Css */
.header-content .header-left-area,
.header-content .header-right-area {
    overflow: hidden;
    padding: 0;
    max-height: 50vh;
}

.container .header-content .tags-con {
    display: flex;
    flex-wrap: wrap;
}

.container .header-content .news-btn {
    margin: 0 2px 3px;
}

.container .header-content .news-single {
    overflow: hidden;
}

.header-content .header-left-area {
    position: relative;
}

.header-right-area .header-small-post-con .small-post {
    overflow: hidden;
    max-width: 49.5%;
    height: 100%;
}

.header-content .single-post:hover .header-news-content .news-btn {
    background: #4db2ec;
    color: white;
}

.container .header-content .single-post-1 {
    min-height: 100%;
    height: 100%;
}

.header-right-area {
    display: flex;
    flex-direction: column;
    padding-left: 5px !important;
}

.header-right-area .single-post-2 {
    height: 60%;
}

.header-right-area .header-small-post-con {
    height: 40%;
    display: flex;
    justify-content: space-between;
}

.header-content .single-post-2 {
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
}

.container .header-content .news-single img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container .header-content .header-small-post-con .header-news-content .heading {
    font-size: 17px;
    margin-right: 0;
}

.container .header-content img {
    transition: 0.4s;
}

.container .header-content a {
    color: white;
    transition: 0.3s !important;
    width: 100%;
}

.container .header-content a:hover .header-news-content span {
    background: #4db2ec;
}

.container .header-content a:hover img {
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
}

.container .header-content .header-news-content {
    position: absolute;
    bottom: 18px;
    padding: 0 20px;
}

.container .header-content .header-news-content .heading {
    margin-right: 50px;
    font-weight: 500;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 20%);
}

.container .header-content .header-news-content p {
    font-size: 11px;
    margin-top: 12px;
}

.container .header-content .hc-right-bottom .header-news-content {
    bottom: 10px;
}

.container .header-content .hc-left-img {
    width: 100%;
    height: 470px;
    object-fit: cover;
}

.container .header-content .hc-right-bottom img {
    height: 185px;
    width: 100%;
    object-fit: cover;
}

.container .header-content .hc-right-bottom .header-news-content .heading {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
}

.container .header-content .hc-right-top-img img {
    height: 280px;
    object-fit: cover;
}

.container .page-heading .page-head-tending {
    background-color: #222;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    padding: 2px 10px 1px;
    display: inline-block;
    line-height: 22px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: default;
    -webkit-user-select: none;
    user-select: none;
}

.medium-content .heading {
    font-weight: 500;
    font-size: 21px;
    font-family: system-ui;
    color: #444444;
}

.medium-content p {
    font-size: 12px;
    color: #7c7b7b;
    margin-top: 8px;
}

.medium-content p b {
    color: #2d2d2d;
}

.container .dm-section .dm-right-sec a img {
    width: 30%;
    height: 7vh;
    object-fit: cover;
    margin-right: 15px;
}

.container .dm-section .dm-right-sec a .small-content {
    width: 70%;
}

.small-content .heading {
    font-size: 15px;
    color: #494949;
    line-height: 1.4;
}

.small-content p {
    font-size: 11px;
    color: #7e7e7e;
    margin-top: 8px;
    font-family: 'Roboto', sans-serif;
}

.container .dm-section .dm-right-sec a:first-child {
    margin-top: 0;
}

.container .dm-section .dm-right-sec a {
    margin-top: 20px;
}

.container .dm-section a:hover .medium-content .heading,
.container .dm-section a:hover .small-content .heading {
    color: #f9c100;
}

.container .performance-section {
    align-items: flex-start;
}

.performance-section .hr-news-heading {
    border-color: #8954c1 !important;
}

.hr-news-heading p {
    background: #8954c1 !important;
    color: white;
}

.house-design-heading {
    border-color: #5d7987 !important;
}

.house-design-heading p {
    background: #5d7987 !important;
    color: white;
}

.db-news-heading {
    border-color: #222222 !important;
}

.db-news-heading p {
    background: #222222 !important;
    color: white;
}

.lf-news-heading {
    border-color: #3a863d !important;
}

.lf-news-heading p {
    background: #3a863d !important;
    color: white;
}

.news-heading {
    border-bottom: 2px solid #f9c100;
    padding-bottom: 31px;
}

.news-heading p {
    background: #f9c100;
    padding: 6px 10px 4px;
    font-weight: 500;
    float: left;
    font-size: 14px;
    font-family: sans-serif;
    text-transform: uppercase;
}

.container .sc-center-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: sticky;
    top: 60px;
}

.container .dm-section .sc-center-section .news-heading {
    border-color: #222222;
}

.container .dm-section .sc-center-section .news-heading p {
    background: #222222;
    color: white;
}

.container .sc-center-section .sc-center-content .sc-top-icon {
    display: flex;
    align-items: center;
}

.container .sc-center-section .sc-center-content .sc-top-icon .icon i {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    background: #516eab;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
}

.container .sc-center-section .sc-center-content .sc-top-icon .twitter-icon {
    background: #29c5f6 !important;
}

.container .sc-center-section .sc-center-content .sc-top-icon .youtube-icon {
    background: #e14e42 !important;
}

.container .sc-center-section .sc-center-content .sc-top-icon p {
    font-size: 12px;
    font-weight: 500;
    color: black;
}

.container .sc-center-section .sc-center-content:first-child {
    margin-top: 0;
}

.container .sc-center-section .sc-center-content {
    margin-top: 10px;
    padding: 0;
}

.container .sc-center-section .sc-center-content a {
    align-items: center;
}

.container .sc-center-section .sc-center-content a:hover .sc-top-icon p {
    color: rgb(82, 82, 82);
}

.container .sc-center-section .sc-center-content .icon-head {
    font-size: 12px;
    font-weight: 600;
    color: black;
}

.container .sc-center-section .modren-center-news .modren-news-content .heading {
    font-size: 13px;
    font-weight: 600;
    color: #585858;
    margin-top: 8px;
}

.container .sc-center-section .modren-center-news a:hover .modren-news-content .heading,
.container .performance-section .ps-news-content a:hover .medium-content .heading {
    color: #4db2ec;
}

.container .sc-center-section .modren-center-news {
    max-width: 47%;
    margin-top: 30px;
}

.container .dm-section .lf-news-content,
.container .dm-section .lf-bottom-news {
    max-width: 46.5%;
    margin-top: 28px;
}

.container .dm-section .lf-news-content a img {
    height: 25vh;
    width: 100%;
    object-fit: cover;
}

.container .dm-section .lf-news a:hover .medium-content .heading,
.container .dm-section .lf-news a:hover .small-content .heading {
    color: #3a863d;
}

.dm-section .hd-content {
    max-width: 31.3%;
    margin-top: 26px;
}

.dm-section .hd-content img {
    height: 20vh;
    width: 100%;
    object-fit: cover;
}

/* .container .performance-section .ps-news-content:first-child {
    margin-top: 25px !important;
} */
.container .performance-section .ps-news-content {
    margin-top: 40px;
}

.performance-section .ps-news-content a img {
    height: 16vh;
    width: 30%;
    object-fit: cover;
    margin-right: 25px;
}

.performance-section .ps-news-content .medium-content {
    width: 66%;
}

.container .performance-section .ps-news-content .medium-content .heading {
    font-size: 24px;
    font-weight: 400;
    color: black;
}

.heading-bottom-text {
    font-size: 13px !important;
    color: #7e7e7e !important;
    cursor: auto;
}

.container .performance-section .hr-news-content {
    margin-top: 26px;
}

.container .performance-section .hr-news-content img {
    height: 165px;
    width: 100%;
    object-fit: cover;
}

.container .performance-section .hr-news-content a:hover .medium-content .heading {
    color: #8954c1;
}

.container .performance-section .hr-right-sec,
.popular-news-section {
    position: sticky;
    top: 68px;
}

.container .lb-news-section {
    align-items: flex-start;
}

.container .lb-news-section .lb-news-content {
    max-width: 47%;
    margin: 27px 0 10px;
}

.container .lb-news-section .lb-news-content a img {
    height: 25vh;
    width: 100%;
    object-fit: cover;
}

.container .lb-news-section .lb-news-content a:hover .medium-content .heading {
    color: #4db2ec;
}

.popular-news-section .popular-news-content img {
    width: 25%;
    object-fit: cover;
    height: 7vh;
    margin-right: 15px;
}

.popular-news-section .popular-news-content .small-content {
    width: 75%;
}

.popular-news-section .popular-news-content {
    margin-top: 26px;
}

.popular-news-section .popular-news-content .small-content .heading {
    font-size: 14px;
}

.popular-news-section .recent-comments p {
    font-size: 13px;
    font-weight: 300;
    color: #000;
    margin-top: 25px;
    margin-bottom: -5px;
}

.popular-news-section .recent-comments a {
    color: black;
    font-size: 13px;
    font-weight: 500;
}

/* Media Query */
@media (max-width:768px) {

    .container .dm-section .dm-right-sec a {
        padding: 0 10px;
    }

    .container {
        padding-left: 15px !important;
    }

    .container .header-content .hc-left-img {
        width: 100%;
    }

    .header-content .fashion-img {
        padding: 0 !important;
        margin-top: 4px;
    }

    .container .dm-section .dm-right-sec {
        padding-left: 0;
        margin-top: 20px;
        display: flex;
    }

    .container .sc-center-section,
    .container .performance-section .hr-right-sec,
    .container .lb-news-section .popular-news-section {
        padding: 30px 0 10px;
    }

    .medium-content .heading {
        font-size: 18px;
    }

    .container .dm-section .col-md-8,
    .container .dm-section .dont-miss-news-img {
        padding-right: 0 !important;
    }

    .container .dm-section .col-md-12 {
        padding-right: 0 !important;
    }

    .page-heading {
        flex-direction: column;
        align-items: flex-start !important;
        margin-left: 0 !important;
    }

    .page-heading p {
        margin-left: 0 !important;
    }

    .container .dm-section .dm-right-sec a img {
        width: 100%;
        height: 50%;
    }

    .container .dm-section .dm-right-sec a {
        flex-direction: column;
        width: 100%;
    }

    .container .dm-section .dont-miss-news-img img {
        width: 100%;
        object-fit: cover;
    }

    .header-right-area {
        padding-left: 0 !important;
        padding-top: 5px !important;
    }

    .bottom-column {
        padding-right: 0 !important;
    }

    .container .dm-section .dm-right-sec a {
        margin-top: 0 !important;
    }
}

@media (max-width:650px) {
    .container .dm-section .dm-right-sec a .small-content {
        margin-top: 8px;
    }
}

@media (max-width:500px) {
    .container .header-content .header-news-content .heading {
        font-size: 20px;
    }

    .container .dm-section .hd-content {
        max-width: 48%;
    }

    .container .performance-section .ps-news-content a {
        flex-direction: column;
    }

    .container .performance-section .ps-news-content a img {
        width: 100%;
        height: 200px;
    }
}

@media (max-width:400px) {
    .container .lb-news-section .lb-news-content {
        max-width: 100%;
    }

    .container .dm-section .lf-news-content,
    .container .dm-section .lf-bottom-news {
        max-width: 100%;
    }

    .container .dm-section .dm-right-sec a img {
        width: 100%;
        height: 165px;
    }

    .container .dm-section .dm-right-sec {
        flex-direction: column;
    }
}

@media (max-width:551px) {
    .menu-header-menu-container {
        margin-left: 16px;
    }

    .container .navbar .news-navbar-search .site-nav {
        margin-top: 0;
    }

    .container .navbar .news-navbar-search .news-search-content {
        width: 100%;
    }
}

/* LIFESTYLE Page Css */

.container .ls-page-heading .enter-page-head a,
.container .ls-page-heading .enter-page-head span {
    font-size: 12px;
    color: #747474;
}

.container .ls-page-heading .heading {
    font-weight: 600;
    font-size: 35px;
    text-decoration: uppercase;
}

.container .ls-page-heading .ls-header-btn ul {
    display: flex;
    align-items: center;
    margin: 0;
}

.container .ls-page-heading .ls-header-btn ul li {
    list-style: none;
}

.container .ls-page-heading .ls-header-btn ul li a {
    position: relative;
    font-size: 11px;
    margin: 0 5px 0 0;
    padding: 2px 7px;
    background-color: transparent;
    pointer-events: auto;
    border: 1px solid #eaeaea;
    transition: 0.2s;
}

.container .ls-page-heading .ls-header-btn ul li a:hover {
    background: #000;
    border-color: #000;
    color: #fff !important;
}

.container .ls-page-heading .desc {
    font-family: 'Open Sans', 'Open Sans Regular', sans-serif;
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
    color: #777;
}

.lf-news-items {
    padding-left: 5px;
}

.lf-news-items .lf-news-item {
    max-width: 24.9%;
    overflow: hidden;
}

.lf-news-items .lf-news-item a:hover .bg-image {
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
}

.lf-news-items .lf-news-item .bg-image {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
    width: 100%;
    height: 35vh;
    transition: 0.4s;
}

.lf-news-items .lf-news-item .bg-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lf-news-items .lf-news-item:nth-child(1) .bg-image::after {
    background: linear-gradient(180deg, #ff757991, #8c368ecf);
}

.lf-news-items .lf-news-item:nth-child(2) .bg-image::after {
    background: linear-gradient(180deg, #a1f99380, #fdcd309e);
}

.lf-news-items .lf-news-item:nth-child(3) .bg-image::after {
    background: linear-gradient(180deg, #939af985, #880d73c2);
}

.lf-news-items .lf-news-item:nth-child(4) .bg-image::after {
    background: linear-gradient(180deg, #3fcf97a8, #174e97ad);
}

.lf-news-items .lf-news-item .medium-content span {
    font-size: 13px;
    font-weight: 500;
    color: white;
    margin-bottom: 8px;
}

.lf-news-items .lf-news-item .medium-content .heading,
.lf-news-items .lf-news-item .medium-content p,
.lf-news-items .lf-news-item .medium-content p b {
    color: #fff;
}

.lf-news-items .lf-news-item .medium-content {
    position: absolute;
    bottom: 0;
    height: 100%;
    padding: 0 15px 15px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.lf-left-news-items .lf-left-news-item {
    display: flex;
    margin-bottom: 35px;
}

.lf-left-news-items .lf-left-news-item .lf-thumnail {
    width: 30%;
    height: 100%;
}

.lf-left-news-items .lf-left-news-item:hover .medium-content .heading {
    color: #4db2ec;
}

.lf-left-news-items .lf-left-news-item img {
    width: 100%;
    height: 16vh;
    object-fit: cover;
}

.lf-left-news-items .lf-left-news-item .medium-content {
    margin-left: 22px;
    width: 70%;
}

.user-comments-btn a {
    position: relative;
    background: black;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 12px;
}

.user-comments-btn a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 3px 0 0;
    border-color: #000 transparent transparent transparent;
}

.lf-socail-icons .lf-socail-icon {
    text-align: center;
    margin-top: 25px;
    border: 1px solid #eaeaea;
    padding: 10px 0;
    border-radius: 2px;
    max-width: 30%;
}

.lf-socail-icons .lf-socail-icon a:hover .lf-followers {
    color: rgb(110, 110, 110);
}

.lf-socail-icons .lf-socail-icon .icon i {
    font-size: 30px;
    color: #417096;
}

.lf-socail-icons .lf-socail-icon p {
    color: #727272;
    font-size: 14px;
}

.lf-socail-icons .lf-socail-icon .lf-followers {
    line-height: 1.2 !important;
    font-family: roboto, sans-serif;
    line-height: 1.2 !important;
    margin-top: 8px;
}

.lf-socail-icons .lf-socail-icon:nth-child(2) .icon i {
    color: #29c5f6;
}

.lf-socail-icons .lf-socail-icon:nth-child(3) .icon i {
    color: #e14e42;
}

.lf-must-read-news {
    margin-top: 27px;
}

.lf-must-read-news a:hover .medium-content .heading {
    color: #4db2ec;
}

.lf-must-read-news img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.lf-must-read-news .medium-content .heading {
    font-weight: 500;
    line-height: 1.2 !important;
    font-family: roboto, sans-serif;
}

.container .lf-right-content {
    position: sticky;
    top: 58px;
    height: 100%;
}

/* Search Page Css */
.search-left-sec .search-page span {
    font-family: system-ui;
    font-size: 12px;
    color: #888787;
    line-height: 18px;
}

.search-left-sec .search-page span a {
    color: #888787;
}

.search-left-sec .search-page span a:hover {
    color: #000;
}

.search-left-sec .search-content {
    display: flex;
    align-items: center;
}

.search-left-sec .search-content h5.heading {
    color: #4db2ec;
}

.search-left-sec .search-content .icon {
    font-size: 20px;
    font-weight: bold;
    margin: 0 10px;
}

.search-left-sec .search-content p {
    position: relative;
    margin: 0;
    word-wrap: break-word;
    font-size: 28px;
    line-height: 38px;
    font-weight: 400;
}

.search-left-sec .search-input-con {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.search-left-sec .search-input-con input {
    position: relative;
    flex: 1;
    background: transparent;
    line-height: 16px;
    border: 0;
    font-size: 12px;
    color: #444;
    border: 1px solid #e1e1e1;
    width: 100%;
    max-width: 100%;
    height: 34px;
    padding: 3px 9px;
}

.search-left-sec .search-input-con button {
    text-shadow: none;
    margin: 0;
    background-color: #222222;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 7px 4px
}

.search-left-sec .search-input-con button a {
    padding: 8px;
    color: #fff;
}

.search-left-sec .search-input-con button:hover {
    background: #4db2ec;
}

.search-left-sec .search-desc {
    font-size: 12px;
    margin-top: 14px;
    text-align: left;
    font-family: monospace;
}

.search-left-sec .search-post-sec {
    margin-top: 40px;
}

.search-left-sec .search-post-sec {
    display: flex;
}

.search-left-sec .search-post-sec .heading-bottom-text {
    margin-bottom: 20px;
}

.search-left-sec .search-post-sec .post-img {
    width: 20%;
    margin-right: 20px;
}

.search-left-sec .search-post-sec .post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-left-sec .search-post-sec .search-post-con {
    width: 80%;
}







/* Life Style Media Query */
@media (max-width:1236px) {
    .lf-news-items {
        padding-left: 0;
    }

    .lf-news-items .lf-news-item {
        max-width: 24.8%;
    }
}

@media (max-width:768px) {
    .lf-news-items .lf-news-item {
        max-width: 50%;
        padding: 2px;
    }
}

@media (max-width:668px) {
    .news-navbar-content .navbar {
        padding: 7px 35px 0;
    }

    .lf-left-news-items .lf-left-news-item {
        flex-direction: column;
    }

    .lf-left-news-items .lf-left-news-item .medium-content {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width:558px) {
    .news-navbar-content .navbar {
        padding: 7px 15px 20px 0;
    }
}

@media (max-width:490px) {
    .news-navbar-search {
        width: 100%;
        margin-top: 10px;
    }

    .news-navbar-search .site-nav {
        justify-content: end;
    }
}

@media (max-width:450px) {
    .lf-news-items .lf-news-item {
        max-width: 100%;
    }
}