   
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <link rel="manifest" href="js/manifest.json" />
  <title>Kerala News | Latest Kerala News | News Today | Kerala News English | Mathrubhumi English</title>
<link rel="canonical" href="https://english.mathrubhumi.com/" /><meta name="description" content="Get Latest News Updates From Mathrubhumi English. Latest Kerala News in English, Kerala News Today, Kerala Latest News, Political News From Kerala, India and World, Entertainment News, Sports News, Kerala Covid Updates, Breaking India News,Kerala News Today in English" />
<meta name="keywords" content="Kerala News,Kerala News Today,Kerala News English,Kerala News Updates,Breaking News Kerala" />
<meta property="og:title" content="Kerala News | Latest Kerala News | News Today | Kerala News English | Mathrubhumi English">
<meta name="twitter:title" content="Kerala News | Latest Kerala News | News Today | Kerala News English | Mathrubhumi English"/>
<meta property="og:description" content="Get Latest News Updates From Mathrubhumi English. Latest Kerala News in English, Kerala News Today, Kerala Latest News, Political News From Kerala, India and World, Entertainment News, Sports News, Kerala Covid Updates, Breaking India News,Kerala News Today in English">
<meta name="twitter:description" content="Get Latest News Updates From Mathrubhumi English. Latest Kerala News in English, Kerala News Today, Kerala Latest News, Political News From Kerala, India and World, Entertainment News, Sports News, Kerala Covid Updates, Breaking India News,Kerala News Today in English"/>
        <meta property="og:description" content="English">
<meta name="twitter:description" content="English"/>
<meta property="og:site_name" content="English.Mathrubhumi">
<meta property="og:url" content="https://english.mathrubhumi.com/">
<meta name="twitter:url" content="https://english.mathrubhumi.com/"/>
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:site" content="@english_mathrubhumi"/>
<meta name="twitter:creator" content="@english_mathrubhumi">
<meta property="fb:app_id" content="232498269969"/>
<meta property="fb:pages" content="332934167717" />  <script src="https://platform.instagram.com/en_US/embeds.js"></script>      
            
                                <script type="application/ld+json">
  {
    "@context" : "http://schema.org",
    "@type" : "Organization",
    "name" : "Mathrubhumi",
    "url" : "https://www.mathrubhumi.com/",
    "sameAs" : ["https://www.facebook.com/mathrubhumidotcom","https://twitter.com/mathrubhumi","https://www.youtube.com/user/mathrubhumionline","https://www.instagram.com/mathrubhumidotcom/"],
    "logo" : "https://www.mathrubhumi.com/polopoly_fs/1.2689631.1521712015!/menu/standard/file/logo.png"
  }
</script>
                        <!-- zoomd -->
    <script async="async" src="//zsearch.zoomd.com/zoomd/SearchUi/Script?clientId=02826649"></script>
    <style>
        .rightcontent_01 .zd-progress {position: initial; }
    </style>
<!-- zoomd -->
        
              <meta name="robots" content="index,follow" />
            
    <link rel="preconnect" href="https://fonts.gstatic.com" />
    <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet" />
      <link rel="icon" type="image/png" href="//images.mathrubhumi.com/polopoly/images/mathrubhumi/android-icon-192x192.png" sizes="192x192">
    <link rel="apple-touch-icon" sizes="180x180" href="//images.mathrubhumi.com/polopoly/images/mathrubhumi/apple-icon-180x180.png">
    <link rel="shortcut icon" href="//images.mathrubhumi.com/polopoly/images/favicon.ico">
    <meta name="google" content="notranslate" />
  
    <style>
        .dark-mode {
            --section-white: rgba(255, 255, 255, 0.05);
            --section-heading: rgba(255, 255, 255, 0.8);
            --section-content: rgba(255, 255, 255, 0.6);
            --section-tag: rgba(255, 255, 255, 0.7);
            /* --section-hover           : #4D9AB7; */
            --section-hover: #4990e0;
            --section-active: #4990e0;
            --section-small: rgba(255, 255, 255, 0.4);
            --section-icon: rgba(221, 221, 221, 0.13);
            --section-background: rgba(255, 255, 255, 0.05);
            --section-extra-gray: #a19d9d;
            --section-label-background: #f81515;
            --section-breaking-option2: #222222;
            --border: rgba(255, 255, 255, 0.08);
            --mobile-bg: #121212;
            --section-tags: #4d4d4d;
            --button2-bg: #567b95;
            --header-hover: #5a5a5a;
            --header-hover2: #888888;
            --content-hover: rgba(255, 255, 255, 0.62);
            --border-color-mobile: #cccccc;
            --section-black: #121212;
            --section-discover: rgba(255, 255, 255, 0.05);
        }
    </style>
  

  
    <style>
        /* switch */
        .toggle-switch {
            --width: 30px;
            --height: 20px;
            --padding: 2px;
            --handle-size: calc(var(--height) - var(--padding) * 2);

            display: inline-block;
            outline-width: 0;
        }

        .toggle-switch > input {
            position: absolute;
            clip: rect(1px, 1px, 1px, 1px);
            clip-path: inset(50%);
            height: 1px;
            width: 1px;
            margin: -1px;
            overflow: hidden;
        }

        label {
            display: inline-grid;
            grid-template-columns: auto auto;
            column-gap: 10px;
        }

        .area {
            padding: 4px;
            margin: -4px;
        }

        .toggle-switch :active {
            outline-width: 0;
        }

        .background,
        .handle {
            transition: all 0.1s ease;
        }

        .background {
            display: inline-flex;
            flex-direction: row;
            align-items: center;
            width: 35px;
            height: var(--height);
            border-radius: var(--height);
            padding: 0 var(--padding);
            vertical-align: text-bottom;
            user-select: none;
            background-color: darkgray;
            box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25);
            overflow: hidden;
            transition: background-color 0.15s ease;
        }

        .toggle-switch:focus .area {
            outline: 1px dotted gray;
        }

        .toggle-switch:active .area {
            outline-width: 0;
        }

        .toggle-switch:focus .background,
        .area:hover .background {
            background-color: gray;
        }

        .handle {
            width: var(--handle-size);
            height: var(--handle-size);
            background-color: white;
            border-radius: 50%;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5),
            inset 0 2px 4px rgba(0, 0, 0, 0.15);
        }

        .handle:hover {
            background-color: white;
        }

        input:checked + label .area .background {
            background-color: var(--section-heading);
        }

        input:checked + label .area .handle {
            background-color: white;
            transform: translateX(calc(var(--width) - var(--handle-size)));
        }
    </style>
    <!-- dark switch end -->

    <!-- slick css start -->
    <style>
        .slick-loading .slick-list {
            background: #fff url("/img/ajax-loader.gif") center center no-repeat;
        }

        .slick-prev,
        .slick-next {
            font-size: 0;
            line-height: 0;
            position: absolute;
            top: 50%;
            display: block;
            width: 20px;
            height: 20px;
            padding: 0;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            cursor: pointer;
            color: transparent;
            border: none;
            outline: none;
            background: transparent;
        }

        .slick-prev:before,
        .slick-next:before {
            font-family: "slick";
            font-size: 20px;
            line-height: 1;
            opacity: 0.75;
            color: white;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .slick-prev {
            left: -25px;
        }

        .slick-prev:before {
            content: "←";
        }

        .slick-next {
            right: -25px;
        }

        .slick-next:before {
            content: "→";
        }

        /* Dots */
        .slick-dotted.slick-slider {
            /* margin-bottom: 30px; */
            /* padding-bottom: 20px; */
        }

        .slick-dots {
            position: absolute;
            bottom: -10px;
            display: block;
            width: 100%;
            padding: 0;
            margin: 0;
            list-style: none;
            text-align: center;
        }

        .slick-dots li {
            position: relative;
            display: inline-block;
            width: 20px;
            height: 20px;
            margin: 0 5px;
            padding: 0;
            cursor: pointer;
        }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

        .slick-dots li button:before {
            font-family: "slick";
            font-size: 6px;
            line-height: 20px;
            position: absolute;
            top: 0;
            left: 0;
            width: 20px;
            height: 20px;
            content: "•";
            text-align: center;
            opacity: 0.25;
            color: black;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .slick-dots li.slick-active button:before {
            opacity: 0.75;
            color: black;
        }

        /* -------------------Thema -end ---------------------------------*/
        /* Slider */
        .slick-slider {
            position: relative;
            display: block;
            box-sizing: border-box;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            -webkit-touch-callout: none;
            -khtml-user-select: none;
            -ms-touch-action: pan-y;
            touch-action: pan-y;
            -webkit-tap-highlight-color: transparent;
        }

        .slick-list {
            position: relative;
            display: block;
            overflow: hidden;
            margin: 0;
            padding: 0;
        }
        .slick-slider .slick-track,
        .slick-slider .slick-list {
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        .slick-track {
            position: relative;
            top: 0;
            left: 0;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

        .slick-track:before,
        .slick-track:after {
            display: table;
            content: "";
        }

        .slick-track:after {
            clear: both;
        }

        .slick-loading .slick-track {
            visibility: hidden;
        }

        .slick-slide {
            display: none;
            float: left;
            height: 100%;
            min-height: 1px;
        }
        .slick-slide img {
            display: block;
        }
        .slick-initialized .slick-slide {
            display: block;
        }

        .slick-loading .slick-slide {
            visibility: hidden;
        }
    </style>
    <!-- slick css end -->

    <!-- bootstrap css start -->
    <style>
        :root {
            --bs-blue: #0d6efd;
            --bs-indigo: #6610f2;
            --bs-purple: #6f42c1;
            --bs-pink: #d63384;
            --bs-red: #dc3545;
            --bs-orange: #fd7e14;
            --bs-yellow: #ffc107;
            --bs-green: #198754;
            --bs-teal: #20c997;
            --bs-cyan: #0dcaf0;
            --bs-white: #fff;
            --bs-gray: #6c757d;
            --bs-gray-dark: #343a40;
            --bs-primary: #0d6efd;
            --bs-secondary: #6c757d;
            --bs-success: #198754;
            --bs-info: #0dcaf0;
            --bs-warning: #ffc107;
            --bs-danger: #dc3545;
            --bs-light: #f8f9fa;
            --bs-dark: #212529;
            --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
            "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
            "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
            "Noto Color Emoji";
            --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
            "Liberation Mono", "Courier New", monospace;
            --bs-gradient: linear-gradient(
                    180deg,
                    rgba(255, 255, 255, 0.15),
                    rgba(255, 255, 255, 0)
            );
        }

        *,
        ::after,
        ::before {
            box-sizing: border-box;
        }

        @media (prefers-reduced-motion: no-preference) {
            :root {
                scroll-behavior: smooth;
            }
        }

        body {
            margin: 0;
            padding: 0!important;
            font-family: var(--bs-font-sans-serif);
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
            color: #212529;
            background-color: #fff;
            -webkit-text-size-adjust: 100%;
            -webkit-tap-highlight-color: transparent;
        }

        hr {
            margin: 1rem 0;
            color: inherit;
            background-color: currentColor;
            border: 0;
            opacity: 0.25;
        }

        hr:not([size]) {
            height: 1px;
        }

        .h1,
        .h2,
        .h3,
        .h4,
        .h5,
        .h6,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            margin-top: 0;
            margin-bottom: 0.5rem;
            font-weight: 500;
            line-height: 1.2;
        }

        .h1,
        h1 {
            font-size: calc(1.375rem + 1.5vw);
        }

        @media (min-width: 1200px) {
            .h1,
            h1 {
                font-size: 2.5rem;
            }
        }

        .h2,
        h2 {
            font-size: calc(1.325rem + 0.9vw);
        }

        @media (min-width: 1200px) {
            .h2,
            h2 {
                font-size: 2rem;
            }
        }

        .h3,
        h3 {
            font-size: calc(1.3rem + 0.6vw);
        }

        @media (min-width: 1200px) {
            .h3,
            h3 {
                font-size: 1.75rem;
            }
        }

        .h4,
        h4 {
            font-size: calc(1.275rem + 0.3vw);
        }

        @media (min-width: 1200px) {
            .h4,
            h4 {
                font-size: 1.5rem;
            }
        }

        .h6,
        h6 {
            font-size: 1rem;
        }

        p {
            margin-top: 0;
            margin-bottom: 1rem;
        }

        ol,
        ul {
            padding-left: 2rem;
        }

        dl,
        ol,
        ul {
            margin-top: 0;
            margin-bottom: 1rem;
        }

        img,
        svg {
            vertical-align: middle;
        }

        table {
            caption-side: bottom;
            border-collapse: collapse;
        }

        tbody,
        td,
        tfoot,
        th,
        thead,
        tr {
            border-color: inherit;
            border-style: solid;
            border-width: 0;
        }

        label {
            display: inline-block;
        }

        button {
            border-radius: 0;
        }

        button,
        input,
        optgroup,
        select,
        textarea {
            margin: 0;
            font-family: inherit;
            font-size: inherit;
            line-height: inherit;
        }

        a,button,
        select {
            text-transform: none;
        }

        [type="button"],
        [type="reset"],
        [type="submit"],
        button {
            -webkit-appearance: button;
        }

        [type="button"]:not(:disabled),
        [type="reset"]:not(:disabled),
        [type="submit"]:not(:disabled),
        button:not(:disabled) {
            cursor: pointer;
        }

        .img-fluid {
            max-width: 100%;
            height: auto;
        }

        .row {
            --bs-gutter-x: 1.5rem;
            --bs-gutter-y: 0;
            display: flex;
            flex-wrap: wrap;
            margin-top: calc(var(--bs-gutter-y) * -1);
            margin-right: calc(var(--bs-gutter-x) / -2);
            margin-left: calc(var(--bs-gutter-x) / -2);
        }

        .row > * {
            flex-shrink: 0;
            width: 100%;
            max-width: 100%;
            padding-right: calc(var(--bs-gutter-x) / 2);
            padding-left: calc(var(--bs-gutter-x) / 2);
            margin-top: var(--bs-gutter-y);
        }

        @media (min-width: 576px) {
            .col-sm-4 {
                flex: 0 0 auto;
                width: 33.3333333333%;
            }

            .col-sm-5 {
                flex: 0 0 auto;
                width: 41.6666666667%;
            }

            .col-sm-6 {
                flex: 0 0 auto;
                width: 50%;
            }

            .col-sm-12 {
                flex: 0 0 auto;
                width: 100%;
            }
        }

        @media (min-width: 768px) {
            .col-md-4 {
                flex: 0 0 auto;
                width: 33.3333333333%;
            }

            .col-md-5 {
                flex: 0 0 auto;
                width: 41.6666666667%;
            }

            .col-md-6 {
                flex: 0 0 auto;
                width: 50%;
            }

            .col-md-12 {
                flex: 0 0 auto;
                width: 100%;
            }
        }

        @media (min-width: 992px) {
            .col-lg-2 {
                flex: 0 0 auto;
                width: 16.6666666667%;
            }

            .col-lg-3 {
                flex: 0 0 auto;
                width: 25%;
            }

            .col-lg-4 {
                flex: 0 0 auto;
                width: 33.3333333333%;
            }

            .col-lg-5 {
                flex: 0 0 auto;
                width: 41.6666666667%;
            }

            .col-lg-9 {
                flex: 0 0 auto;
                width: 75%;
            }

            .col-lg-12 {
                flex: 0 0 auto;
                width: 100%;
            }
        }

        @media (min-width: 1200px) {
            .col-xl-3 {
                flex: 0 0 auto;
                width: 25%;
            }

            .col-xl-4 {
                flex: 0 0 auto;
                width: 33.3333333333%;
            }

            .col-xl-5 {
                flex: 0 0 auto;
                width: 41.6666666667%;
            }
        }

        .btn {
            display: inline-block;
            font-weight: 400;
            line-height: 1.5;
            color: #212529;
            text-align: center;
            text-decoration: none;
            vertical-align: middle;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none;
            background-color: transparent;
            border: 1px solid transparent;
            padding: 0.375rem 0.75rem;
            font-size: 1rem;
            border-radius: 0.25rem;
            transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
            border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        }

        .dropdown,
        .dropend,
        .dropstart,
        .dropup {
            position: relative;
        }

        .dropdown-menu {
            position: absolute;
            top: 100%;
            z-index: 1000;
            display: none;
            min-width: 11rem;
            padding: 0.5rem 0;
            margin: 0;
            font-size: 1rem;
            color: #212529;
            text-align: left;
            list-style: none;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid rgba(0, 0, 0, 0.15);
            border-radius: 0.25rem;
        }

        .dropdown-menu-end {
            --bs-position: end;
        }

        .offcanvas {
            position: fixed;
            bottom: 0;
            z-index: 1040;
            display: flex;
            flex-direction: column;
            max-width: 100%;
            visibility: hidden;
            background-color: #fff;
            background-clip: padding-box;
            outline: 0;
            transition: transform 0.3s ease-in-out;
        }

        .offcanvas-header {
            display: flex;
            justify-content: space-between;
            padding: 1rem 1rem;
        }

        .offcanvas-body {
            flex-grow: 1;
            padding: 1rem 1rem;
            overflow-y: auto;
        }

        .d-block {
            display: block !important;
        }

        .d-flex {
            display: flex !important;
        }

        .d-none {
            display: none !important;
        }

        .position-relative {
            position: relative !important;
        }

        .position-absolute {
            position: absolute !important;
        }

        .top-0 {
            top: 0 !important;
        }

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

        .start-0 {
            left: 0 !important;
        }

        .start-50 {
            left: 50% !important;
        }

        .end-0 {
            right: 0 !important;
        }

        .translate-middle-x {
            transform: translateX(-50%) !important;
        }

        .flex-wrap {
            flex-wrap: wrap !important;
        }

        .justify-content-end {
            justify-content: flex-end !important;
        }

        .justify-content-center {
            justify-content: center !important;
        }

        .justify-content-between {
            justify-content: space-between !important;
        }

        .align-items-end {
            align-items: flex-end !important;
        }

        .align-items-center {
            align-items: center !important;
        }

        .order-1 {
            order: 1 !important;
        }

        .order-2 {
            order: 2 !important;
        }

        .order-3 {
            order: 3 !important;
        }

        .order-4 {
            order: 4 !important;
        }

        .order-5 {
            order: 5 !important;
        }

        .m-0 {
            margin: 0 !important;
        }

        .mx-1 {
            margin-right: 0.25rem !important;
            margin-left: 0.25rem !important;
        }

        .mx-2 {
            margin-right: 0.5rem !important;
            margin-left: 0.5rem !important;
        }

        .mx-3 {
            margin-right: 1rem !important;
            margin-left: 1rem !important;
        }

        .mx-4 {
            margin-right: 1.5rem !important;
            margin-left: 1.5rem !important;
        }

        .mx-5 {
            margin-right: 3rem !important;
            margin-left: 3rem !important;
        }

        .my-4 {
            margin-top: 1.5rem !important;
            margin-bottom: 1.5rem !important;
        }

        .mt-1 {
            margin-top: 0.25rem !important;
        }

        .mt-2 {
            margin-top: 0.5rem !important;
        }

        .mt-3 {
            margin-top: 1rem !important;
        }

        .mt-4 {
            margin-top: 1.5rem !important;
        }

        .mt-5 {
            margin-top: 3rem !important;
        }

        .mb-2 {
            margin-bottom: 0.5rem !important;
        }

        .mb-4 {
            margin-bottom: 1.5rem !important;
        }

        .p-0 {
            padding: 0 !important;
        }

        .p-1 {
            padding: 0.25rem !important;
        }

        .p-3 {
            padding: 1rem !important;
        }

        .p-4 {
            padding: 1.5rem !important;
        }

        .px-1 {
            padding-right: 0.25rem !important;
            padding-left: 0.25rem !important;
        }

        .px-2 {
            padding-right: 0.5rem !important;
            padding-left: 0.5rem !important;
        }

        .px-3 {
            padding-right: 1rem !important;
            padding-left: 1rem !important;
        }

        .px-4 {
            padding-right: 1.5rem !important;
            padding-left: 1.5rem !important;
        }

        .py-4 {
            padding-top: 1.5rem !important;
            padding-bottom: 1.5rem !important;
        }

        .pb-3 {
            padding-bottom: 1rem !important;
        }

        .fw-bold {
            font-weight: 700 !important;
        }

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

        .text-white, .text-white a{
            color: #fff !important;
        }

        @media (min-width: 576px) {
            .d-sm-block {
                display: block !important;
            }

            .d-sm-flex {
                display: flex !important;
            }

            .d-sm-none {
                display: none !important;
            }

            .order-sm-3 {
                order: 3 !important;
            }
        }

        @media (min-width: 768px) {
            .d-md-none {
                display: none !important;
            }

            .order-md-1 {
                order: 1 !important;
            }

            .order-md-2 {
                order: 2 !important;
            }

            .order-md-3 {
                order: 3 !important;
            }

            .order-md-4 {
                order: 4 !important;
            }

            .order-md-5 {
                order: 5 !important;
            }
        }

        @media (min-width: 992px) {
            .d-lg-block {
                display: block !important;
            }

            .d-lg-none {
                display: none !important;
            }

            .order-lg-1 {
                order: 1 !important;
            }

            .order-lg-2 {
                order: 2 !important;
            }

            .order-lg-3 {
                order: 3 !important;
            }

            .order-lg-4 {
                order: 4 !important;
            }

            .order-lg-5 {
                order: 5 !important;
            }
        }

        @media (min-width: 1200px) {
            .d-xl-block {
                display: block !important;
            }
        }
    </style>
    <!-- bootstrap css end -->

    <!-- custom css - common start -->
    <style>
        :root {
            --section-black: #f2f2f2;
            --section-white: #ffffff;
            --section-heading: #121212;
            --section-content: #666666;
            --section-tag: #777777;
            /* --section-hover           : #4D9AB7; */
            --section-hover: #4990e0;
            --section-active: #4990e0;
            --section-small: #999999;
            --section-icon: #dddddd;
            --section-background: #f2f2f2;
            --section-extra-gray: #a19d9d;
            --section-label-background: #f81515;
            --section-breaking-option2: #222222;
            --border: #eeeeee;
            --mobile-bg: #f7f7f7;
            --section-tags: #4d4d4d;
            --button2-bg: #567b95;
            --header-hover: #5a5a5a;
            --header-hover2: #888888;
            --content-hover: #595959;
            --border-color-mobile: #cccccc;
            --section-discover: #e8e8e8;
        }

        /* common */
        @font-face {
            font-family: "Noto Sans Malayalam";
            font-weight: normal;
            font-style: normal;
            font-display: auto;
            src: local("Noto Sans Malayalam"),
            url("//css.mathrubhumi.com/font/NotoSansMalayalam-Regular.woff2")
            format("woff2"),
            url("//css.mathrubhumi.com/font/NotoSansMalayalam-Regular.woff")
            format("woff");
        }

        .malayalam {
            font-family: "Noto Sans Malayalam", "Roboto", sans-serif;
            font-weight: 400 !important;
        }

        .english {
            font-family: "Roboto", "Noto Sans Malayalam", sans-serif;
        }

        .english-semibold {
            font-family: "Roboto", sans-serif;
            font-weight: 600;
        }

        .mpp-container {
            max-width: 1232px;
            margin: 0 auto;
            /* padding: 15px; */
        }

        .mpp-element-336 {
            max-width: 336px;
            /* margin-left: 38px; */
        }

        a {
            text-decoration: none !important;
            /* color          : black !important; */
        }

        p,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        span {
            /* margin: 0; */
        }

        .row {
            padding: 5px 15px;
        }

        p {
            line-height: 19px !important;
        }

        ol,
        ul {
            padding-left: 1rem !important;
        }

        .fas {
            color: var(--section-icon);
        }

        .cursor {
            cursor: pointer;
        }

        .mpp-width-856 {
            max-width: 852px;
            /* margin-right: 38px; */
        }

        .mpp-width-866 {
            max-width: 71%;
            /* margin-right: 22px; */
        }

        hr {
            background-color: var(--border) !important;
            opacity: 1 !important;
        }

        .mpp-vr-2 {
            width: 1px;
            height: auto;
            background-color: var(--border);
        }

        /* ul {
    padding-left: 0rem !important;
    list-style-type: none;
}

li::before {
    display         : inline-block;
    vertical-align  : middle;
    width           : 9px;
    height          : 9px;
    border-radius   : 50%;
    background-color: #999999;
    margin-right    : 8px;
    content         : ' '
} */

        .btn {
            border-radius: 10px !important;
        }

        .mpp-element3-container {
            margin-top: 50px;
        }

        .mpp-main-element-right {
            width: 336px;
            margin-left: 36px;
        }

        @media screen and (max-width: 1024px) and (min-width: 993px) {
            .mpp-width-856 {
                width: 71%;
            }

            .mpp-element-336 {
                max-width: 257px;
            }
        }

        @media screen and (max-width: 768px) {
            .mpp-width-866 {
                width: 100% !important;
                /* margin-right: 22px; */
            }

        }
        @media screen and (max-width: 1024px) {
            .mpp-container {

                /* padding-bottom: 15px !important; */
                padding-left: 10px !important;
                padding-right: 10px !important;

            }
            .mpp-header-container{
                padding-left: 15px;
                padding-right: 15px;
            }
        }

        /* for mobile devices */
        @media screen and (max-width: 425px) {
            .mpp-width-866 {
                max-width: 100%;
                /* margin-right: 22px; */
            }

            .mpp-element3-container {
                margin-top: 10px;
            }

            .mpp-element-336 {
                margin-top: 20px;
                /* margin-left: 15px; */
            }

            body {
                background-color: var(--mobile-bg) !important;
            }

            .mpp-container {
                /* width           : 100vw; */
                /* margin       : 0 auto; */
                /* padding      : 15px; */
                background-color: var(--mobile-bg) !important;
                /* margin-left: 15px;
          margin-right: 15px; */

            }

            .mpp-width-360 {
                /* width: 100% */
            }

            .mpp-width-856 {
                /* width      : 100vw !important; */
                /* overflow: hidden; */
                margin-right: 0;
            }

            .mpp-element-hr {
                margin-top: 10px;
                margin-bottom: 10px;
            }

            .mpp-element-336 {
                width: 100% !important;
            }
        }

        /* marquee style copy from mathrubhumi.com*/
        ul.mpp-marquee {
            /* required styles */
            display: block;
            padding: 0;
            margin: 0;
            list-style: none;
            line-height: 1;
            position: relative;
            overflow: hidden;
            float: left;
            /* optional styles for appearance */
            width: 100% !important;
            height: 30px;
            /* height should be included to reserve visual space for the marquee */
            background-color: transparent;
            color: var(--section-heading);
            z-index: 10;
        }

        ul.mpp-marquee li {
            /* required styles */
            position: absolute;
            padding-top: 20px;
            top: -999em;
            left: 0;
            display: block;
            white-space: nowrap;
            /* keep all text on a single line */
            /* optional styles for appearance */
            padding: 5px 5px 3px 0px;
            /* font-size  : 14px; */
        }

        ul.marqueeflash {
            /* required styles */
            display: block;
            padding: 0;
            margin: 0;
            list-style: none;
            line-height: 1;
            position: relative;
            overflow: hidden;
            float: left;
            /* optional styles for appearance */
            width: 100% !important;
            height: 25px;
            /* height should be included to reserve visual space for the marquee */
            background-color: transparent;
            color: var(--section-heading);
            z-index: 10;
            height: 40px;
        }

        ul.marqueeflash li {
            /* required styles */
            position: absolute;
            padding-top: 20px;
            top: -999em;
            left: 0;
            display: block;
            /* white-space: nowrap; */
            /* keep all text on a single line */
            /* optional styles for appearance */
            padding: 5px 5px 3px 0px;
            font-size: 14px;
            width: 100%;
            height: 54px;
            overflow: hidden;
        }

        .mpp-marquee + .right-arrow-icon {
            font-size: 50px;
            margin-left: -20px;
            position: relative;
            color: var(--section-background);
            width: 0;
            float: left;
            margin-left: -11px;
            z-index: 1;
        }

        ul.mpp-marquee li a,
        ul.mpp-marquee li p {
            color: var(--section-label-background) !important;
            font-size: 1.4rem;
            font-weight: 700;
            position: relative;
        }

        .mpp-element-breaking{
            width: 100%;
            /* margin: 0 auto; */
            /* text-align: center; */
            /* justify-content: center; */
            margin-top:10px;
        }

        .mpp-element-breaking-heading {
            width: 85%;
            padding-left: 20px;
        }

        /* bootstrap */

        .container {
            max-width: 1232px !important;
            margin: 0 auto;
            padding: 15px;
        }

        /* content */
        /* Top section - start */
        .mpp-content-section {
            display: flex;
            justify-content: space-between;
            padding: 0;
        }
        .mpp-content-top-section-13 a, .mpp-content-top-section-16 a {
            text-transform: uppercase;
        }
        .mpp-content-top-section-13 p:first-child,
        .mpp-content-top-section-16 p:first-child {
            color: var(--section-heading);
        }

        .mpp-content-top-section-13 p,
        .mpp-content-top-section-13 span {
            font-size: 13px;
            font-weight: 600;
            transition-duration: 1s;
        }

        .mpp-content-top-section-16 p,
        .mpp-content-top-section-16 span {
            font-size: 16px;
            font-weight: 600;
        }
        .mpp-content-top-section-16 span,.mpp-content-top-section-13 span {
            color:var(--section-heading)
        }
        .mpp-content-top-btn-container {
           /* margin-top: -4px; */
        }

        .mpp-content-top-btn {
            font-size: 10px;
            /* padding-top     : 4px; */
            padding-bottom: 4px;
            padding-left: 8px;
            padding-right: 8px;
            border: 0.5px solid var(--border);
            border-radius: 10px;
            background-color: white;
            height: 18px;
            color: var(--section-small);
            transition-duration: 1s;
            background-color: var(--section-white);
        }

        .mpp-content-top-btn-big {
            font-size: 13px;
            /* padding-top     : 4px; */
            padding-bottom: 4px;
            padding-left: 15px;
            padding-right: 15px;
            border: 0.5px solid var(--border);
            border-radius: 10px;
            background-color: var(--section-white);
            height: 26px;
            color: var(--section-content);
        }

        /* Top section - end*/

        /* Bottom section - start*/
        .mpp-content-section-bottom {
            margin-top: 10px;
        }

        .mpp-content-bottom-time {
            font-size: 13px;
            color: var(--section-small);
        }
        .mpp-content-bottom-time p {
            min-width: 77px;
        }
        .mpp-content-bottom-icons {
            width: 115px;
            display: flex;
            justify-content: space-between;
        }

        /* Bottom section - end*/

        @media screen and (max-width:1024px){
            ul.marqueeflash {
                height: 68px;
            }
            ul.marqueeflash li{
                height: 70px;
                overflow: hidden;
                align-items:center;
                display:flex;
            }
        }

        /* Mobile screens ,max-width:360px */
        @media screen and (max-width: 425px) {

            ul.marqueeflash {
                height: 54px;
            }

            .mpp-content-top-section-13 p,
            .mpp-content-top-section-13 span,
            .mpp-content-top-section-16 p,
            .mpp-content-top-section-16 span,
            .mpp-content-bottom-time {
                font-size: 10px;
            }

            .mpp-content-bottom-icons {
                width: 100px;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

            .mpp-content-bottom-icons i {
                font-size: 13px;
                padding: 5px;
            }

            .mpp-content-section-bottom {
                margin-top: 10px !important;
                margin-bottom: 10px !important;
                padding-top: 0px !important;
                padding-bottom: 0px !important;
            }

            .mpp-content-section {
                align-items: baseline;
            }
        }

        /* utilities */
        /* border-radius */
        .mpp-border-radius {
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
        }

        .mpp-border-radius-20 {
            border-radius: 20px;
        }

        /* Border */
        .mpp-border {
            border: 1px solid var(--border);
        }

        .mpp-hover:hover {
            /* color : var(--section-hover); */
            cursor: pointer;
        }

        .mpp-dot {
            width: 14px;
            height: 14px;
            color: var(--border);
            border-radius: 50%;
        }

        .mpp-btn-hover:hover {
            color: var(--section-hover);
            cursor: pointer;
            border-color: var(--section-hover);
        }

        .mpp-hover:hover .mpp-current-item {
            color: var(--section-hover);
            cursor: pointer;
        }

        .mpp-hover:hover .mpp-content-top-btn-container button {
            color: var(--section-hover);
            cursor: pointer;
            border-color: var(--section-hover);
        }

        .mpp-content-bottom-icons i,
        .mpp-main-element-content-details h2,
        .mpp-main-element-sub-point li {
            transition-duration: 1s;
        }

        .mpp-hover:hover .mpp-content-bottom-icons i {
            color: var(--section-small);
            transition-duration: 1s;
        }

        .mpp-hover:hover .mpp-main-element-content-details h2 {
            color: var(--header-hover2);
            transition-duration: 1s;
        }

        .mpp-hover:hover .mpp-main-element-sub-point li {
            color: var(--header-hover2);
            transition-duration: 1s;
        }

        .mpp-hover:hover .mpp-main-element-news-sub-card-content-details h1,
        .mpp-hover:hover .mpp-element-slider-content-details h1,
        .mpp-element-heading:hover,
        .mpp-element-content:hover,
        .mpp-hover:hover .mpp-element-heading,
        .mpp-hover:hover .mpp-element-verticl-card-content-details h1,
        .mpp-hover:hover .mpp-element-verticl-card-content-details p,
        .mpp-hover:hover .mpp-element-right-side-content-details h1,
        .mpp-hover:hover .mpp-element-right-side-content-details p,
        .mpp-hover:hover .mpp-element-verticl-web-card-content-details h1,
        .mpp-hover:hover .mpp-element-web-stories-card-content h1,
        .mpp-hover:hover .mpp-element-heading a{
            color: var(--content-hover) !important;
            transition-duration: 1s;
        }


        .mpp-main-element-right-news-card h1:hover {
            color: var(--content-hover) !important;
            transition-duration: 1s;
        }

        .mpp-hover:hover .mpp-main-element-news-sub-card-content-details p,
        .mpp-hover:hover .mpp-element-slider-content-details p {
            color: var(--header-hover2);
            transition-duration: 1s;
        }

        .mpp-image-zoom-home img,
        .mpp-hover,
        .mpp-image-zoom img {
            transition-duration: 1s !important;
        }

        .mpp-hover:hover .mpp-image-zoom-home img {
            -ms-transform: scale(1.1);
            /* IE 9 */
            -webkit-transform: scale(1.1);
            /* Safari 3-8 */
            transform: scale(1.1);
            transition-duration: 1s;
        }

        .mpp-hover:hover .mpp-image-zoom img,
        .mpp-hover:hover .mpp-image-zoom video {
            -ms-transform: scale(1.1);
            /* IE 9 */
            -webkit-transform: scale(1.1);
            /* Safari 3-8 */
            transform: scale(1.1);
            filter: grayscale(100%);
            transition-duration: 1s;
        }

        .mpp-icons i:hover {
            color: var(--section-active) !important;
        }

        .mpp-current-item {
            color: var(--section-small);
        }

        .mpp-line-height-28 {
            line-height: 28px;
        }

        .mpp-line-height-21 {
            line-height: 21px;
        }

        .mpp-line-height-18 {
            line-height: 18px;
        }

        .mpp-line-height-19 {
            line-height: 19px;
        }

        .mpp-image-zoom img {
            transition: transform 0.2s;
            cursor: pointer;
        }

        .mpp-image-zoom-home {
            transition: transform 0.2s;
            cursor: pointer;
        }

        .mpp-image-zoom-home img:hover {
            -ms-transform: scale(1.1);
            /* IE 9 */
            -webkit-transform: scale(1.1);
            /* Safari 3-8 */
            transform: scale(1.1);
            transition-duration: 1s;
        }

        .mpp-image-zoom img:hover {
            -ms-transform: scale(1.1);
            /* IE 9 */
            -webkit-transform: scale(1.1);
            /* Safari 3-8 */
            transform: scale(1.1);
            filter: grayscale(100%);
            transition-duration: 1s;
        }

        /* .mpp-main-element-news-sub-card-content-details2 h1 {
    max-width    : 245px;
    padding-right: 0;
}

.mpp-main-element-news-sub-card-content-details2 p {
    max-width    : 306px;
    padding-right: 0;
} */

        .mpp-main-element-news-sub-card-content-details {
            width: 60%;
        }

        .mpp-main-element-news-sub-card-content-details2 {
            width: 66%;
        }

        .mpp-hr-story-bottom {
            margin-bottom: 10px !important;
        }

        .mpp-hr-story-top {
            margin-top: 10px !important;
        }

        .blink_me {
            width: 10px;
            height: 10px;
            background-color: var(--section-white);
            border-radius: 50%;
            animation: blinker 1s linear infinite;
        }

        .mpp-header-btn {
            background-color: var(--section-small);
            border-radius: 10px !important;
            border: none;
            font-size: 16px;
            color: var(--section-white);

            padding-left: 30px;
            padding-right: 30px;
            padding-top: 8px;
            padding-bottom: 8px;
        }
        .mpp-header-btn2 {
            background-color: var(--section-white);
            color: var(--section-heading);
            border:1px solid var(--border)
        }

        @keyframes blinker {
            50% {
                opacity: 0;
            }
        }



        @media screen and (max-width: 425px) {
            .mpp-border {
                border-color: var(--border);
            }
            .mpp-border-sm-radius {
                /* border-radius: 10px; */
                border-top-left-radius: 10px !important;
                border-top-right-radius: 10px !important;
                border-bottom-right-radius: 0px !important;
                border-bottom-left-radius: 0px !important;

            }
        }

        /* badge */
        /* Badge Label - start */
        /* Normal Badge , eg:element3 */
        .mpp-badge {
            background-color: var(--section-label-background);
            height: max-content;
            width: max-content;
            border-bottom-right-radius: 10px;
            border-top-right-radius: 10px;
            padding-top: 2px;
            padding-bottom: 2px;
        }

        /* Normal Badge label, eg:element3 */
        .mpp-badge-label {
            font-size: 12px;
            text-transform: uppercase;
            color: var(--section-white);
            padding-left: 8px;
            padding-right: 12px;
            padding-top: 3px;
            padding-bottom: 3px;
        }

        /* badge-small */
        .mpp-badge-small {
            height: 12px;
            background-color: var(--section-label-background);
            height: max-content;
            width: max-content;
            border-bottom-right-radius: 10px;
            border-top-right-radius: 10px;
            margin-top: 15px;
        }

        .mpp-badge-small-label {
            font-size: 9px;
            text-transform: uppercase;
            color: var(--section-white);
            padding-left: 6px;
            padding-right: 7px;
            padding-top: 3px;
            padding-bottom: 3px;
        }

        /* Round Badge , eg:breaking */
        .mpp-badge-round {
            width: max-content;
            height: max-content;
            border-radius: 12px;
            background-color: var(--section-label-background);
        }

        /* Round Badge label , eg:breaking */
        .mpp-badge-round-label {
            font-size: 14px;
            text-transform: uppercase;
            color: var(--section-white);
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 4px;
            padding-bottom: 3px;
        }

        /* Badge Position */
        .mpp-badge-position {
            margin-top: 28px;
        }

        /* Badge Label - end */

        /* Badge Icon - start*/
        .mpp-badge-icon {
            padding-left: 16px;
            padding-bottom: 16px;
        }

        .mpp-badge-icon i {
            font-size: 19px;
        }

        .mpp-badge-icon p {
            font-size: 13px;
        }

        /* Badge Icon - end */

        /* badge small */
        .mpp-badge-icon-small {
            padding-left: 8px;
            padding-bottom: 8px;
        }

        .mpp-badge-icon-small i {
            font-size: 13px;
        }

        .mpp-badge-icon-small p {
            font-size: 7px;
        }

        /* Ad - Start */
        .mpp-badge-ad,
        .mpp-badge-ad img {
            width: 123px !important;
            height: 45px !important;
            margin-right: 10px;
        }

        /* Ad - End */

        /* Mobile screens ,max-width:360px */
        @media screen and (max-width: 425px) {
            /* Badge Label - start */

            .mpp-badge-label {
                font-size: 8px;
                padding-left: 4px;
                padding-right: 12px;
                padding-top: 2px;
                padding-bottom: 2px;
            }

            .mpp-badge-round-label {
                font-size: 14px;
                padding-left: 10px;
                padding-right: 10px;
                padding-top: 5px;
                padding-bottom: 2px;
            }
            .mpp-badge-round-label-breaking {
                font-size: 10px;
                padding-left: 5px;
                padding-right: 5px;
                padding-top: 3px;
                padding-bottom: 2px;
            }

            .mpp-badge-position {
                margin-top: 20px;
            }

            /* Badge Label - end */

            /* Badge Icon - start */

            .mpp-badge-icon {
                padding-left: 10px;
                padding-bottom: 10px;
            }

            .mpp-badge-icon i {
                font-size: 16px;
            }

            .mpp-badge-icon p {
                font-size: 10px;
            }

            /* Badge Icon - end */
        }

    </style>
    <!-- custom css - common end -->

    <!-- custom css header start -->
    <style>
        /* .slick-active{
        margin-left: 3.5rem;
      } */

        .mpp-cursor{
            cursor: pointer !important
        }

        .mpp-container-header {
            /* margin-top: 2rem; */
            padding-top: 2rem;
            background-color: var(--section-white);
        }

        .mpp-header-container {
            max-width: 1232px;
            margin: 0 auto;
            padding-top: 3px;
            padding-bottom: 3px;
            /* padding-left: 15px;
        padding-right: 15px; */
            /* overflow: hidden; */
        }

        /* .mpp-header-container {
    margin-top: 10px;
}
 */

        .mpp-header-logo,
        .mpp-header-logo img {
            width: 480px;
            height: auto;
        }

        .mpp-btn-subscribe {
            background-color: var(--button2-bg) !important;
            font-size: 13px !important;
            border: none !important;
            padding-left: 20px !important;
            padding-right: 20px !important;
            width: max-content !important;
            padding-top: 6px !important;
            padding-bottom: 3px !important;
        }

        .mpp-list-type,
        .mpp-menu-list-type,
        .mpp-menu-social-list-type {
            list-style-type: none;
        }

        .mpp-list-type li {
            font-size: 13px;
            color: var(--section-tag);
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .mpp-dropdown-menu{
            margin-top: 1rem !important;
        }

        .mpp-list-menu-type{
            padding-right: 2rem;
        }
        .mpp-list-menu-type li{
            width: max-content;

        }

        .mpp-vertical {
            width: 1px;
            background-color: var(--border);
            height: 200px;
        }

        .mpp-header-login-name {
            margin-left: 10px;
        }

        .mpp-header-login-name h6 {
            font-weight: 400;
            font-size: 13px;
        }

        .mpp-dropdown-logout {
            font-size: 12px;
            color: var(--section-tag);
        }

        .mpp-header-editions p {
            padding-left: 10px;
            font-size: 11px;
            text-transform: uppercase;
            color: var(--section-heading);
        }
        .mpp-header-section-menu-icon{
            width: 100%;
        }

        .mpp-header-section-menu-icon i {
            color: var(--section-content) !important;
            font-size: 25px;
            cursor: pointer;
        }
        .mpp-header-section-fixed-menus{min-height:44px}
        .mpp-header-section-fixed-menus .mpp-header-section-menu-icon{ padding-top:8px}

        .fa-search {
            font-size: 20px !important;
        }

        .mpp-menu-list-type {
            font-size: 16px;
            color: var(--section-heading);
        }

        .mpp-menu-list-type li{
            padding-left: 10px;
            padding-right: 10px;
            border-right: 1px solid var(--border);
            cursor: pointer;
        }
        .mpp-menu-list-type li>a, .mpp-menu-list-type li span>a{
            color: var(--section-heading);
        }

        .mpp-header-sponsor {
            width: 110px;
            text-align: right;
        }

        .mpp-header-sponsor img {
            width: 74px;
            height: auto;
        }

        .mpp-header-social i {
            font-size: 16px;
            padding-right: 5px;
            padding-left: 5px;
            color: var(--section-content) !important;
            cursor: pointer;
        }

        .mpp-menu-social-list-type li {
            padding-left: 9px;
            padding-right: 9px;
            border-right: 1px solid var(--border);
            border-left: 1px solid var(--border);
            cursor: pointer;
        }

        .mpp-header-trending-container {
            /*background-color: var(--mobile-bg);*/
        }

        .mpp-header-trending h6 {
            font-size: 11px;
            color: var(--section-heading);
            font-weight: 400 !important;
            text-transform: uppercase;
        }

        .mpp-header-trending-btn {
            background-color: var(--section-white);
            padding-left: 13px;
            padding-right: 13px;
            padding-top: 3px;
            padding-bottom: 3px;
            margin-left: 10px;
        }

        .mpp-header-trending-btn h3 {
            font-size: 12px;
            font-weight: 400 !important;
            color: var(--section-heading);
        }

        .mpp-header-trending {
            padding-bottom: 10px;
            padding-top: 10px;
            max-width: 1232px;
        }

        .mpp-header-section-menu-list {
            /* width: 93%; */
        }

        .mpp-red {
            color: var(--section-label-background);
        }

        .mpp-menu-list-type li:hover {
            color: var(--header-hover);
        }
        .mpp-menu-list-type li a:hover {
            color: var(--header-hover);
        }

        .offcanvas {
            z-index: 9999 !important;
            width: 100% !important;
            left: 0px !important;
            transition: transform 0s ease-in-out !important;
        }
        .offcanvas-top {
            top       : 0px !important;

        }

        .mpp-header-section-top {
            background-color: var(--mobile-bg);
            height: max-content;
            padding: 20px;
            padding-left: 55px;
            padding-right: 55px;
        }

        .offcanvas-body {
            padding-top: 5.8%;
        }

        .mpp-header-section-top-card-img {
            width: 68px;
            height: 68px;
            border-radius: 50%;
            background-color: var(--section-white);

        }


        .mpp-header-section-top-card h3 {
            font-size: 14px;
            color: var(--section-heading);
            text-align: center;
        }
        .mpp-header-section-top-card{
            margin-left: 1.5rem;
            margin-right: 1.5rem;
        }

        .slick-prev,
        .slick-next {
            width: 55px !important;
            height: 100% !important;
            background-color: var(--mobile-bg) !important;
        }

        .slick-prev {
            left: 0px !important;
            color: var(--section-heading);
            z-index: 99;
            border-bottom-left-radius: 10px;
            border-top-left-radius: 10px;
        }

        .slick-next {
            right: 0px !important;
            color: var(--section-heading);
            z-index: 99;
            border-bottom-right-radius: 10px;
            border-top-right-radius: 10px;
        }

        .slick-list {
            width: 100%;
            margin: 0 auto;
        }

        .mpp-header-section-menus {
            width: 100%;
        }

        .slick-prev:before,
        .slick-next:before {
            color: gray !important;
            font-size: 25px !important;
        }

        .mpp-header-list-group {
            list-style-type: none;
            margin-left: 1%;
            margin-right: 1%;
            width: 7rem;
        }

        .mpp-header-list-group li {
            padding-top: 5px;
            padding-bottom: 5px;
            color: var(--section-heading);
            font-size: 15px;
        }

        .mpp-header-footer {
            margin-top: 20px;
        }

        .mpp-header-network-list-group,
        .mpp-header-network-sub-list-group {
            list-style-type: none;
        }

        .mpp-header-network-list-group li:not(:last-child) {
            border-right: 1px solid var(--section-heading);
        }
        .mpp-header-network-list-group li a {
            color: #212529;
        }

        .mpp-header-network-list-group li {
            padding-left: 10px;
            padding-right: 10px;
            /* font-weight: 500; */
            height: 14px;
            display: flex;
            align-items: center;
        }

        .mpp-header-network-menus {
            margin-top: 2rem;
        }

        .mpp-header-network-sub-list-group li {
            padding-left: 10px;
            padding-right: 10px;
            /* font-weight: 500; */
            color: var(--section-tag);
            font-size: 14px;
            height: 14px;
            display: flex;
            align-items: center;
        }

        .mpp-header-network-sub-list-group li:not(:last-child) {
            border-right: 1px solid var(--section-tag);
        }

        .mpp-footer-copyright h6 {
            font-size: 13px;
            color: var(--section-heading);
        }

        .mpp-header-network-social img,
        .mpp-header-network-social-app img {
            margin-left: 6px;
            margin-right: 6px;
        }

        .mpp-footer-container {
            background-color: var(--mobile-bg);
        }

        .mpp-footer-social-icons{
            width: 30px;
            height: 30px;
            background-color: #121212;
            border-radius: 50%;
            margin-left: 6px;
            margin-right: 6px;
        }
        .mpp-footer-social-icons i{
            color: #fcfcfc !important;
            font-size: 1rem;
        }

        @media screen and (max-width: 425px) {
            .mpp-header-network-social{
                margin-left: 15px;
                margin-right: 15px;
            }

            .mpp-header-trending-topics {
                /* padding-bottom: 10px; */
                overflow: auto;
            }
            .mpp-header-trending-topics::-webkit-scrollbar {
                display: none;

            }

            .mpp-header-trending h6{
                font-size: 10px;
                width: 130px;
                font-weight: 500 !important;
            }
            .mpp-header-trending{
                width: 100%;
            }
            .mpp-main-section-main-mobile-bottom,.mpp-main-section-mobile-top{
                padding-left: 15px;
                padding-right: 15px;
            }

            .mpp-container-header {
                margin-top: 0;
            }

            .mpp-header-container {
                border-bottom: 1px solid var(--border);
            }

            .mpp-header-setion-menu-list {
                flex-direction: column;
            }

            .mpp-header-list-group {
                width: 100%;
                margin-bottom: 0;
            }

            .mpp-header-section-top-card {
                margin-left: 0.6rem !important;
                margin-right: 0.6rem !important;
            }

            .mpp-header-section-top-card-img {
                width: 55px;
                height: 55px;
                border: 1px solid var(--section-icon);
            }

            .mpp-header-section-top-card h3 {
                font-size: 10px;
                margin-bottom: 0;
                padding-bottom: 0;
            }
            .mpp-header-section-top {
                padding-left: 0px;
                padding-top: 0px;
                padding-right: 0px;
            }
            .slick-prev,
            .slick-next {
                width: 50px !important;
                height: 100% !important;
                background-color: var(--mobile-bg) !important;
            }

            .slick-prev {
                left: 0px !important;
                display: none !important;
            }

            .slick-next {
                right: 0px !important;
                display: none !important;
            }

            .mpp-header-section-top {
                margin-top: 0 !important;
                /* padding-top: 20px; */
            }

            .mpp-header-list-group li {
                font-size: 15px;
                border-bottom: 1px solid var(--border);
            }

            .offcanvas-body {
                background-color: var(--mobile-bg);
            }

            .offcanvas-header {
                justify-content: end;
            }

            .mpp-header-section-top {
                background-color: var(--section-white);
                margin-bottom: 10px;
            }

            .mpp-header-network-social img {
                margin-left: 12px;
                margin-right: 12px;
            }

            .mpp-header-network-social-app img {
                margin-left: 6px;
                margin-right: 6px;
            }

            .mpp-header-network-social-app {
                margin-top: 15px;
                margin-bottom: 15px;
            }

            .offcanvas-body {
                padding-top: 1%;
            }
        }
        /* breaking */
        .mpp-element-breaking-heading h1 {
            font-size: 21px;
            font-weight: 400;
            color: var(--section-heading);
            line-height: 30px;
        }
        .mpp-main-element-short-breaking h6{
            color: var(--section-heading);
        }
        .mpp-main-element-short-breaking{
           /* padding-bottom: 20px;
            padding-top: 15px;*/
        }

        .mpp-element-badge-breaking {
            /* margin-right: 15px; */
        }

        .mpp-element-breaking-card {
            height: 133px;
            max-width: 1232px;
        }

        .mpp-element-breaking-img img {
            max-width: 232px;
            height: 133px;
            /* border-radius: 10px; */
        }

        .mpp-element-breaking-content {
            width: 84%;
            height: 133px;
            margin-left: 12px;
            padding: 20px;
        }

        .mpp-element-breaking-card-heading {
            color: var(--section-label-background);
            font-size: 33px;
            font-weight: 400;
            line-height: 49px;
        }

        .mpp-element-breaking-card-content {
            color: var(--section-small);
            padding-left: 15px;
        }

        .mpp-element-breaking-card-content li {
            line-height: 28px;
        }

        .mpp-element-breaking-share {
            float: right;
            margin-top: -30px;
            color: var(--section-icon);
            font-size: 20px;
        }

        .mpp-element-breaking-content-bg {
            background-color: var(--section-breaking-option2)!important;
        }

        .mpp-element-breaking-card {
            margin-bottom: 20px;
        }

        .mpp-element-breaking-content-details {
            height: 100px;
            overflow: hidden;
        }

        @media screen and (max-width: 425px) {
            .mpp-main-element-short-breaking h6{
                color: var(--section-heading);
                width: 90px;
            }
            .mpp-main-element-short-breaking{
                padding-bottom: 10px;
                padding-top: 10px;
            }

            .mpp-element-breaking-content-details {
                height: 45px;
                overflow: hidden;
            }

            .mpp-element-breaking-card {
                margin-bottom: 20px;
            }

            .mpp-element-breaking {
                /* width: 95vw; */
                flex-direction: column;
                margin-top: 15px;
            }

            .mpp-badge-breaking-xs {
                margin-left: 5px;
                margin-bottom: 4px;
            }

            .mpp-element-breaking-heading h1 {
                font-size: 14px;
                padding-top: 5px;
                line-height: 18px;
            }
            .mpp-element-breaking-heading{
                padding-left: 0px;
                width: 100%;
            }

            .mpp-element-breaking-card {
                height: 60px;
                max-width: 100%;
            }

            .mpp-element-breaking-img img {
                height: 60px;
                max-width: 60px;
            }

            .mpp-element-breaking-content {
                max-width: 100%;
                height: 60px;
                padding: 10px;
                background-color: var(--section-white);
                border: none;
            }

            .mpp-element-breaking-card-heading {
                font-size: 17px !important;
                line-height: 21px !important;
            }

            .mpp-element-breaking-card-content {
                font-size: 8px;
            }

            .mpp-element-breaking-card-content li {
                line-height: 18px;
            }
        }

        @media screen and (max-width: 768px) {
            .mpp-element-breaking-card-heading {
                font-size: 27px;
                line-height: 35px;
            }
        }

        /* element 1 */
        /* for dev purpose only */
        .mpp-element-container {
            height: 113px !important;
            overflow: hidden;
        }

        .mpp-element-card {
            /* max-width        : fit-content; */
            height: 105px !important;
            box-shadow: 0px 3px 6px #0000000f;
            margin-right: 16px;
            margin-bottom: 8px;
        }

        .mpp-element-card-body {
            padding: 15px;
        }

        .mpp-element-card-img {
            height: 72px;
            max-width: 110px;
            /* border-radius: 10px; */
            overflow: hidden;
        }

        .mpp-element-card-img img {
            max-width: 120%;
            height: 100%;
        }

        .mpp-element-card-content {
            margin-left: 12px;
        }

        .mpp-element-heading {
            text-align: left;
            letter-spacing: 0px;
            color: var(--section-heading);
            opacity: 1;
            font-size: 16px;
        }
        .mpp-element-heading a{
            color: var(--section-heading);
        }
        .mpp-element-content {
            text-align: left;
            letter-spacing: 0px;
            color: var(--section-content);
            opacity: 1;
            max-width: 200px;
            margin-right: 20px;
            margin-top: 10px;
            line-height: 18px !important;
            font-size: 14px;
            overflow: hidden;
            height: 36px;
        }

        .mpp-element-sponsor {
            font-size: 8px;
            color: var(--section-small);
            text-align: right;
        }

        .mpp-element-sponsor-img2 img {
            max-width: 90px;
            height: 100%;
        }

        .mpp-element-sponsor-img {
            max-width: 112px;
            height: 50px;
        }
        .mpp-element-sponsor-img-vertical{height: 60px;}

        .mpp-element-sponsor-img img {
            margin-top: 0px;
            max-width: 100%;
            height: 100%;
        }
        .mpp-element-card-inner-sponsor-vertical{
            margin-top:-15px;
        }
        .mpp-element-icon {
            font-size: 20px;
        }

        @media screen and (max-width: 425px) {
            .mpp-element-icon {
                font-size: 10px;
            }

            .mpp-element-container {
                /* margin-left: 0px; */
                height: 78px !important;
            }

            .mpp-element-card {
                /* height          : 55px !important; */
                height: 70px !important;

                max-width: fit-content;
                background-color: var(--section-white);
                border: none;
                margin-right: 17px;
            }

            .mpp-element-card-body {
                padding: 10px;
            }

            .mpp-element-card-img img {
                height: 50px;
                width: 50px;
                border-radius: 5px;
            }

            .mpp-element-card-img {
                height: 50px;
                /* 36px */
                /* max-width    : 36px; */
                border-radius: 5px;
            }

            .mpp-element-heading {
                font-size: 15px;
                white-space: nowrap;
            }

            .mpp-element-content {
                font-size: 11px;
                max-width: 110px;
                height: 24px;
                overflow: hidden;
                margin-top: 5px;
                line-height: 12px !important;
            }





            .mpp-element-sponsor-img {
                /* max-width: 56px; */
                height: 35px;
                margin-top: 3px;
            }
            .mpp-element-sponsor-img-vertical {
                /* max-width: 56px; */
                height: 40px;
                margin-top: 3px;
            }
            .mpp-element-sponsor-img-vertical img{
                height: 100%;
            }
            .mpp-element-card-inner-sponsor-vertical{
                margin-top: -5px;
            }

            .mpp-element-sponsor-img img {
                margin-top: 0;
            }

            .mpp-element-sponsor-img2 img {
                max-width: 40px;
            }

            .mpp-element-sponsor {
                font-size: 6px;
                /* margin-bottom: 5px !important; */
                height: 16px;
                margin-top: -5px !important;
            }

            .mpp-element-card-content {
                /* margin-top: -8px; */
                margin-right: 0px;
            }

            .mpp-element-card-inner-content {
                margin-right: 20px;
            }
        }

        @media screen and (min-width:1024px) and (max-width:1366px) {
            .mpp-element-container {
                /* max-height: 8.5vh !important; */
            }

        }

        /* main element */
        .mpp-main-element-left {
            max-width: 440px;
        }

        .mpp-main-element-middle {
            max-width  : 377px;
            margin-left: 36px;
        }



        .mpp-main-element-news-card h1 {
            font-size  : 21px;
            line-height: 28px;
            color      : var(--section-heading);
        }

        .mpp-main-element-news-card-img {
            overflow  : hidden;
            width : 440px;
            height: auto;
            max-width:100%;
            max-height:100%;
        }
        .video .mpp-main-element-news-card-img {
            overflow  : hidden;
            width : 440px;
            height: 248px;
            max-width:100%;
            max-height:100%;
        }

        .mpp-main-element-content-details h2 {
            font-size  : 16px;
            color      : var(--section-content);
            line-height: 21px;
            height     : 63px;
            overflow   : hidden;
        }

        .mpp-main-element-sub-point li {
            margin-top : 12px;
            line-height: 18px;
            font-size  : 14px;
            color      : var(--section-content);
        }


        .mpp-main-element-news-sub-card-content-details h1,
        .mpp-main-element-news-sub-card-content-details2 h2 {
            font-size          : 16px;
            color              : var(--section-heading);
            /* max-width       : 250px; */
            /* max-height      : 58px; */
            overflow           : hidden;
            padding-right   : 15px;
            line-height        : 20px;
        }

        .mpp-main-element-news-sub-card-content {
            height      : 100px;
            /* max-width: 377px; */
            overflow    : hidden;
        }

        .mpp-main-element-news-sub-card-content-details p,
        .mpp-main-element-news-sub-card-content-details2 p,
        .mpp-main-element-news-middle-sub-card-content-details p {
            font-size       : 14px;
            color           : var(--section-content);
            /* max-width    : 250px; */
            line-height     : 18px !important;
             padding-right: 30px;
        }

        .mpp-main-element-news-sub-card-img {
            width: 115px;
            height   : 79px;
            overflow : hidden;
        }

        .mpp-main-element-news-sub-card-img img {
            height   : 100%;
            max-width: 100%;
        }

        .mpp-main-element-sponsor-container img {
            margin      : 5px;
            /* max-width: 290px; */
            /* height      : 600px;
    max-width   : 288px; */
            max-width: 300px;
        }

        .mpp-main-element-sponsor-container {
            background-color      : var(--section-background);
            height             : max-content;
            max-width             : 336px;
            overflow              : auto;
            /* padding            : 22px; */
            text-align: center;
            padding: 15px 10px;
            margin-bottom: 15px;
        }

        .mpp-main-element-right-news {
            margin-top  : 10px;
            margin-right: 8%;
        }

        .mpp-main-element-right-news-card h1 {
            font-size          : 14px;
            line-height        : 19px;
            padding-right      : 20px;
            transition-duration: 1s;
            color              : var(--section-heading);
        }
        .mpp-main-element-right-news-card ul li{
            color: var(--section-content);;

        }

        .mpp-main-element-right-news-card {
            /* border-bottom: 1px solid var(--border); */
            margin-bottom: 8px;

        }

        .mpp-main-element-ahort-breaking-heading h1 {
            font-size  : 18px;
            line-height: 28px;
            color      : var(--section-label-background);
        }

        .mpp-main-element-ahort-breaking-round {
            width           : 9px;
            height          : 9px;
            border-radius   : 50%;
            background-color: var(--section-small);
        }

        .mpp-main-element-sub-point {
            width: 80%;
        }

        .mpp-minute {
            font-size    : 10px;
            color        : var(--section-small);
            padding-right: 5px;
        }

        .mpp-close {
            color    : var(--section-small);
            font-size: 22px;
        }

        .mpp-main-element-news-card-special-img {
            width   : 115px;
            height  : 85px;
            overflow: hidden;
        }

        .mpp-main-element-news-card-special-img img {
            height: 100%;
            width : 100%;
        }

        .mpp-main-element-news-card-special-content {
            margin-top: 1rem;
        }

        .mpp-main-element-news-card {
            display       : flex;
            flex-direction: column;
        }

        @media screen and (max-width:360px) {
            /* .mpp-main-element-content-details h2 {
        margin-top: 20vh !important;
    } */
        }

        @media screen and (max-width: 1024px) {
            .mpp-main-element-left {
                max-width: 354px;
            }

            .mpp-main-element-middle {
                max-width  : 40%;
                margin-left: 26px;
            }

            .mpp-main-element-right {
                max-width  : 25% ;
                margin-left: 25px;
            }
            .mpp-main-element-sponsor-container img{
                max-width: 100%;
                margin: 0px !important;
                width: 300px;
                /* padding: 10px; */
                padding-top: 20px;
                padding-bottom: 20px;
            }

        }

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

            .mpp-main-element-sub-point{
                margin-left: 20px;
            }
            .mpp-element-right-container{
                margin-left: 3%;
                margin-right: 3%;
            }

            .mpp-main-element-content {
                padding-left : 15px;
                padding-right: 15px;
            }

            .mpp-main-element-content-details {
                padding-right: 30px;
                padding-left : 15px;
            }

            .mpp-main-element-news-card h1 {
                /* position     : absolute;
        margin-top   : 62%; */
                padding-left : 15px;
                padding-right: 10%;
                line-height  : 25px;
            }

            .mpp-main-element-content-details h2 {
                /* margin-top: 15vh; */
            }

            .mpp-main-element-ahort-breaking-heading h1 {
                font-size  : 14px;
                line-height: 20px;
            }

            .mpp-main-element-news-card {
                background-color   : var(--section-white);
                border-radius      : 10px;
                /* padding         : 20px; */
                margin-bottom      : 10px;
                padding-bottom     : 0px !important;
                overflow           : hidden;
                box-shadow: 0px 3px 6px #0000000f;
            }

            .mpp-main-element-news-sub-card {
                background-color: var(--section-white);
                border-radius   : 10px;
                padding-top         : 15px;
                padding-left        : 15px;
                padding-right         : 15px;
                box-shadow: 0px 3px 6px #0000000f;
                padding-bottom  : 1px ;
                margin-bottom   : 10px !important;

                /* margin-top: 10px !important; */
            }

            .mpp-main-element-right-news {
                padding-left       : 16px !important;
                background-color   : var(--section-white);
                width              : 100%;
                border-radius      : 10px;
                padding-top        : 15px;
                padding-bottom     : 15px;

                /* margin-bottom   : 20px; */
            }


            .mpp-main-element-left {
                max-width: 100%;
            }

            .mpp-main-element-middle {
                max-width  : 100% !important;
                margin-left: 0 !important;
            }

            .mpp-main-element-news-sub-card-content {
                height: 100px;
            }

            .mpp-main-element-news-sub-card-img {
                height: 100px;
                width : 100px;
            }
            .mpp-main-element-right-ad{
                flex-direction: column;
            }

            .mpp-main-element-right {
                max-width: 100%;

                /* margin-left    : 10% !important; */
            }

            .mpp-main-element-right-news {
                margin-right: 0;
                margin-left: 3%;
                margin-right: 3%;
                margin-bottom: 7px;
            }

            .mpp-main-element-sponsor-container {
                margin-left : 12px;
                margin-right: 12px;
                width: 100% !important;
                max-width: 100%;
                padding: 22px;
                /* margin-top: 10px !important; */
            }



            .mpp-main-element-news-card-special-content {
                height        : fit-content;
                flex-direction: column-reverse;
            }
            .mpp-main-element-news-card-img {
                width: 100%;
                height: auto;
            }
            .video .mpp-main-element-news-card-img {
                width: 100%!important;
                height: 217px!important;
            }
            .mpp-main-element-news-card-special-img {
                height  : auto !important;
                width   : 100% !important;
                overflow: hidden;
            }


            .mpp-special-content-section {
                position  : absolute;
                margin-top: 51%;
                width     : 90%;
            }
            .video .mpp-special-content-section {
                position  : absolute;
                margin-top: 195px!important;
                width     : 90%;
            }
            .mpp-main-element-news-card-special-content-details {
                margin-top   : 27px;
                width        : 100%;
                overflow     : hidden;
                height       : 104px;
                padding-right: 30px;
            }

            .mpp-main-element-news-card-special-content {
                margin-top: 0rem;
            }

            .mpp-element-right-banner-ad{
                padding: 0px;
            }
            .mpp-element-right-banner-ad img{
                width: 100% !important;
                padding: 12px !important;
            }
            .mpp-element-inline-news-sub-card, .mpp-main-element-news-card, .mpp-main-element-news-sub-card,.mpp-main-element-right-news,
            .mpp-element-inline-news-sub-card, .mpp-element-right-side,.mpp-header-section-fixed-menus {
                box-shadow: 0px 3px 6px #0000000f;
            }


        }

        @media screen and (max-width: 768px) {
            .mpp-main-element-right {
                max-width  : max-content !important;
                margin-left: 0;
                display    : contents;
            }

            .mpp-main-element-middle {
                max-width  : 47.8%;
                margin-left: 22px;
            }
            /* .mpp-element-right-side{
        max-width: 100% !important;
    }

    .mpp-element-right-side-content-details{
        max-width: 85% !important;
    } */
            /* .mpp-element-right-ad{
      flex-direction: row !important;
    } */
            .mpp-main-element-right-ad{
                display: flex;
                justify-content: space-between;
                align-items: center;
            }



        }

        @media screen and (max-width: 991px) and (min-width:769px) {
            /* .mpp-main-element-left {
        width: 100%;
    } */

            /* .mpp-main-element-middle {
        max-width: 100% !important;
    } */
            .mpp-main-element-right-ad{
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
            .mpp-main-element-left {
                max-width: 46% !important;
            }

            .mpp-main-element-middle {
                max-width: 100% !important;

            }

            .mpp-main-element-right {
                max-width: 100% !important;
                display: contents;
                margin-left: 0px !important;
            }
            .mpp-width-856{
                max-width: 100% !important;
            }


            .mpp-main-element-right2{
                display: flex;
                width: 100%;
            }
            .mpp-main-element-sponsor-container{
                text-align: center;
            }

            /* .mpp-element-right-side{
        max-width: 100% !important;
    }
    .mpp-element-right-side-content{
        justify-content: flex-start !important;
        max-width: 100% !important;
    }
    .mpp-element-right-side-content-details{
        max-width: 100% !important;
    } */


        }
        @media screen and (min-width:1025px) and (max-width: 1232px) {
            .mpp-main-element-left {
                max-width: 36%;
            }

            .mpp-main-element-middle {
                max-width: 32%;
                margin-left: 3.5%;
            }

            .mpp-main-element-right {
                margin-left: 3.3%;
                max-width: 264px;
            }
            .mpp-width-856{
                max-width: 71.7%;
            }
        }
        @media screen and (min-width: 1232px) {
            .mpp-container{
                /* padding: 15px; */
            }

        }








        #marquee116 li {
            list-style-type: none;
            overflow: hidden;
            height: 60px;
            text-align: left;
            float: left;
        }
        #marquee116{
            height: 35px;
            overflow: hidden;

        }
        ul.marquee116{
            float: left;
        }
        #marquee116 li h1{
            float: left;

        }
        .mpp-content-bottom-icons .fa-bookmark {
            visibility: hidden;
        }
        .mpp-header-login{
            display: none;
        }
        .mpp-red-dot {
            background-color: red;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            margin-top: 6%;
            z-index: 99;
        }
        .fa-images, .fa-expand {
            color: #f1f1f1!important;
        }
    </style>
    <!-- custom css header end -->

    <!-- share -->
    <style>
        .mpp-share-card {
            max-width       : 412px;
            background-color: var(--mobile-bg);
        }

        .mpp-share-details-card {
            max-width: 537px;
        }

        .mpp-share-top-card h6 {
            color    : var(--section-small);
            font-size: 14px;
        }

        .mpp-share-card-img {
            width   : 311px;
            height  : 179px;
            overflow: hidden;
        }

        .mpp-share-card-img img {
            width : 100%;
            height: 100%;
        }

        .mpp-share-card h2 {
            color    : var(--section-heading);
            font-size: 17px;
        }

        .mpp-share-details-card {
            /* padding-top     : 2rem; */
            background-color: var(--mobile-bg);
        }
        .mpp-share-details h4{
            padding-left: 20%;
        }

        .mpp-share-details-card h4 {
            font-size: 16px;
            color    : var(--section-heading);
        }

        .mpp-share-details-social-icon {
            background-color: var(--section-background);
            height          : 62px;
            width           : 62px;
            border-radius   : 50%;
            margin-left     : 30px;
            cursor: pointer;
        }

        .mpp-share-details-social-icon i {
            font-size: 30px;
            color: var(--section-heading);
        }
        .mpp-share-details-bottom-icon{
            font-size: 14px;

        }

        .mpp-share-details-bottom-icon i {
            font-size: 30px;
            color    : var(--section-heading);

        }

        .mpp-share-details-bottom-icon p {
            color    : var(--section-heading);
            font-size: 14px;
        }


        .mpp-share-details-social {
            margin-top   : 2rem;
            margin-bottom: 2rem;
        }

        .mpp-share-details {
            margin-top: 4rem;
        }

        .mpp-share-details-card .fa-times {
            font-size: 20px;
            color    : var(--section-heading);
        }
        @media screen and (max-width: 767px) and (min-width: 425px) {
            .mpp-share-card {
                max-width: 412px;
                background-color: var(--mobile-bg);
                display:none!important;
            }
        }

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

            .mpp-share-details-card {
                max-width : 420px;
                margin-top: 20px;
            }

            .mpp-share-details-social-icon {
                height: 52px;
                width : 52px;
            }

            .mpp-share-details-social-icon i,
            .mpp-share-details-bottom-icon i {
                font-size: 20px;
            }

            .mpp-share-details-card {
                border-bottom-left-radius : 0 !important;
                border-bottom-right-radius: 0 !important;
            }

        }

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

            .mpp-share-details-card {
                max-width: 436px !important;

            }

            .mpp-share-details-social-icon {
                height: 45px !important;
                width : 45px !important;
            }

            .mpp-share-details-social-icon i,
            .mpp-share-details-bottom-icon i {
                font-size: 15px !important;
            }

            .mpp-share-details-social-icon {
                margin-left: 22px !important;
            }

            .mpp-share-details-card {
                max-width : 100% !important;
                margin-top: 20px;
                margin    : 0 !important;
            }
        }
    </style>
    <style>

        .mpp-header-login-icon{
            font-size: 20px;
            color: var(--section-heading);
        }

        .offcanvas-bottom {
            height: fit-content !important;
            border-top: transparent;
            right: 0;
            left: 0;
            height: 30vh;
            max-height: 100%;
            /* border-top: 1px solid rgba(0,0,0,.2); */
            transform: translateY(100%);
            background-color: transparent !important;
        }
        .offcanvas{
            background-color: transparent;
        }
        .offcanvas.show {
            transform: none
        }

        .mpp-more-dot{
            width: 9px;
            height: 9px;
            border-radius: 50%;
            background-color: var(--section-extra-gray);
        }

        .mpp-more-ul li{
            font-size: 14px;
            color: var(--section-heading);
            cursor:pointer;
        }
        .mpp-more-options-mobile{
            list-style-type: none;
            color: var(--section-content);
        }


        @media screen and (max-width: 425px) {
            .offcanvas-body {
                padding-top: 1%;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
            }


            .offcanvas-header{
                padding-left: 10px;
                padding-right: 10px;
                padding-bottom: 0;
            }
            .row{
                padding: 0;
            }
            ol,ul{
                padding-left: 0 !important;
                margin-left: 10px;
            }
            .list-group-item{
                background-color: transparent;
            }
        }

        .mpp-header-fixed-section{
            top: 0px;
            background-color: var(--mobile-bg);
            z-index:99999;
            position: fixed;
            width: 100% !important;
        }
        #myBtn {
            display: none;
            position: fixed;
            bottom: 20px;
            right: 30px;
            z-index: 99;
            font-size: 14px;
            border: none;
            outline: none;
            background-color: var(--section-background) !important;
            color: var(--section-heading) ;
            cursor: pointer;
            padding: 10px;
            border-radius: 4px;
        }
          
        .embedVideo {position: relative;overflow: hidden;margin-bottom:25px;width: 100%;}
        .embedVideo .fb-video, .embedVideo .fb-post, .embedVideo iframe {width: 100%;border:0}
        /*.embedVideo_i {padding-top: 56.25%; !* 16:9 *!}*/
        /*.embedVideo_i iframe {position: absolute;top: 0;left: 0;bottom: 0;right: 0;width: 100% !important}*/
        /*.youtube_i iframe {height:100%;}*/
        /*.e_iframe iframe{height:50%;}*/
        p.malayalam.mpp-story-recent-content {
            line-height: 19px !important;
            width:100%;
        }
        .mpp-story-recent {
            padding-left: 50px;
            padding-top: 30px;
            padding-bottom: 30px;
            padding-right: 50px;
            margin-top: 30px;
        }
        .mpp-story-recent-btn {
            /* background-color: var(--border);
            padding-right: 27px;
            padding-left: 27px;
            padding-top: 8px;
            padding-bottom: 8px; */
            border-radius: 20px;
            max-width: max-content;
        }
        .mpp-story-recent-btn h5 {
            font-size: 15px;
        }
        .mpp-story-recent-details {
            margin-top: 30px;
        }
        .english.mpp-story-recent-date {
            /* margin-left : 20px; */
            margin-right: 20px;
            padding-top: 3px;
            color: var(--section-content);
            font-size: 13px;
            width: 22%;
            max-width:100px;
        }
        .mpp-story-recent-content {
            border-left: 1px solid var(--border);
            padding-left: 15px;
            font-size: 14px !important;
        }
        .mpp-story-seemore h5 {
            font-size: 14px;
            color:#212529;
        }
        .mpp-story-seemore i {
            color: var(--section-heading);
            font-size: 12px;
        }
        .mpp-red {
            color: var(--section-label-background) !important;
        }
        @media screen and (max-width: 425px) {
            .english.mpp-story-recent-date {
                width:100%;
                max-width: none;
                margin-bottom:3px;
            }
            .mpp-story-recent-details {
                margin-top: 10px;
            }
            .mpp-story-recent {
                padding-left: 10px !important;
                padding-top: 10px !important;
                padding-bottom: 10px !important;
                padding-right: 10px !important;
                margin-top: 10px !important;
            }
            .mpp-border {
                border-color: var(--border-color-mobile);
            }
            .mpp-story-recent-content {
                padding-left: 0;
                border-left: none;
                margin-bottom:14px !important;
            }
            p.malayalam.mpp-story-recent-content {
                line-height: 18px !important;
            }
            .mpp-story-recent-full {
                flex-direction: column;
                align-items: start !important;
            }
        }
        i.webstory-icon {
            background-image: url(/img/webstory-icon.png);
            width: 16px;
            height: 19px;
        }
        /*.mpp-header-section-top-container .slick-track{*/
        /*    display: flex !important;*/
        /*    justify-content: center !important;*/
        /*    width: 100% !important;*/
        /*   !* transform: none !important;*!*/
        /*}*/
    </style>
      <!-- sub section -->
    <style>
        .mpp-section-main-header h2 {
            font-size: 21px;
            color: var(--section-heading);
        }

        .mpp-section-main-header h2 > i {
            font-size: 15px;
            margin-left: 5px;
        }

        .mpp-section-main-menus a.btn,
        .mpp-section-main-filter a.btn {
            padding-top: 3px;
            padding-bottom: 3px;
        }

        .mpp-active {
            background-color: var(--border);
        }

        #mpp-section-main-filter-menus {
            display: flex;
            margin-top: 40px;
            /* flex-wrap: wrap; */
        }

        .mpp-ul {
            list-style-type: none;
            padding-left: 0 !important;
            width: 172px;
        }

        .mpp-ul li:first-child {
            font-size: 16px;
            font-weight: 500;
            color: var(--section-heading);
            border-bottom: 1px solid var(--border);
            margin-bottom: 10px;
            padding-bottom: 10px;
        }

        .mpp-ul li {
            font-size: 14px;
            color: var(--section-heading);
        }

        .mpp-section-submenu-cards {
            /*margin-top: -10%;*/
        }

        @media screen and (max-width: 768px) {
            .mpp-section-submenu-cards {
                margin-top: 2%;
                margin-bottom: 4%;
            }
        }

        @media screen and (max-width: 425px) {
            .mpp-section-card-img {
                width: 100px;
                height: 100px;
            }

            #mpp-section-main-filter-menus {
                flex-wrap: wrap;
            }

            .mpp-ul {
                width: 130px;
            }

            .mpp-section-main-menus {
                margin-left: 5px !important;
                min-width: 50vw;
                max-width: 250px;
                overflow: auto;
                height:30px;
                margin-right: 5px !important;
            }

            .mpp-section-submenu-cards {
                margin-top: 5%;
            }
            mpp-story-live-updates-time {
                padding-top:15px;
                background-color:transparent !important

            }
        }

        .mpp-section-card-content {
            flex-direction: row-reverse;
        }

        .mpp-section-card-img {
            width: 148px;
            height: 90px;
        }

        .mpp-section-card-content {
            height: fit-content;
            margin-top: -3%;
        }

        .mpp-section-card-content-details {
            width: 82%;
            padding-left: 15px;
            height: 58px;
            margin-top: 3.2%;
            overflow: hidden;
        }

        .mpp-section-card-content-details h1 {
            font-size: 19px;
            color: var(--section-heading);
            max-width: 488px;
            max-height: 96px;
            overflow: hidden;
            line-height: 25px;
            margin-right: 45px;
        }

        .mpp-section-card-content-details p {
            font-size: 15px;
            color: var(--section-content);
            max-width: 430px;
            max-height: 70px;
            overflow: hidden;
        }

        .mpp-section-card-img {
            overflow: hidden;
        }

        .mpp-section-card-img img {
            width: 100%;
            height: 100%;
        }

        .mpp-section-test {
            width: 137px;
            margin-right: 33px;
        }

        .mpp-section-bottom-section {
            width: 80%;
            margin-top: -1.3%;
        }

        .mpp-section-content-section {
            width: 80%;
        }

        .mpp-section-card {
            padding-top: 12px;
            padding-bottom: 2px;
        }

        @media screen and (max-width: 425px) {
            .mpp-section-bottom-section,
            .mpp-section-content-section {
                width: 100%;
            }

            .mpp-section-test {
                width: 0px;
                margin-right: 0px;
            }

            .mpp-section-card {
                background-color: var(--section-white);
                border-radius: 10px;
                padding: 15px;
                padding-bottom: 1px !important;
                margin-bottom: 10px;
            }

            .mpp-section-card-img {
                height: 100px;
                width: 100px;
            }

            .mpp-section-card-content {
                flex-direction: row;
                margin-top: 0%;
                margin-top: 15px;
            }

            .mpp-section-card-content-details {
                padding-left: 0px;
                margin-top: 0%;
                height: 100px;
            }

            .mpp-section-card-content-details h1 {
                padding-left: 0px;
                font-size: 16px;
                color: var(--section-heading);
                overflow: hidden;
                /* padding-right: 15px; */
                line-height: 20px;
            }
        }
        .mpp-section-main-menus a.btn{
            font-size: 13px !important;
            border-radius: 20px !important;
            font-size: 15px !important;
            padding-left: 20px !important;
            padding-right: 20px !important;
            /* width     : 140px !important; */
            margin-left: 2px !important;
            margin-right: 2px !important;
        }

        .mpp-section-main-menus{
            width: 472px;
        }
        .mpp-section-header{
            max-width: 861px;
        }
        .mpp-section-header .mpp-sub-filter-btn{
            margin-top: -6.2%;
            height: 35px;
            background-color:var(--border);
        }
        @media screen and (max-width: 1024px) {
            .mpp-section-main-menus{
                width: 62vw;
            }
            .mpp-section-header{
                max-width: 100% !important;
            }
            .mpp-section-header .mpp-sub-filter-btn{
                margin-top: -6.2%;
                height: 35px;
            }
        }
        @media screen and (max-width: 768px) {
            .mpp-section-main-menus{
                width: 60vw;
            }
            .mpp-section-header .mpp-sub-filter-btn{
                margin-top: -7.25%;
            }
        }
        @media screen and (max-width: 360px) {
            .mpp-section-main-menus{
                width: 57vw;
            }
        }
        @media screen and (max-width: 700px) {
            .mpp-section-main-header h2 {align-items: baseline !important; font-size:15px; height:43px; overflow: hidden; line-height: 15px }
            .mpp-section-main-header h2 > i {margin-top:12px}
        }
        @media screen and (max-width: 425px) {
            .mpp-section-header .mpp-sub-filter-btn{
                margin-top: 20px;
            }
        }
        .mpp-section-main-menus a.btn{
            font-size: 13px !important;
            color: var(--section-heading);
        }
    </style>
    <script>(function(w,d,u){w.readyQ=[];w.bindReadyQ=[];function p(x,y){if(x=="ready"){w.bindReadyQ.push(y);}else{w.readyQ.push(x);}};var a={ready:p,bind:p};w.$=w.jQuery=function(f){if(f===d||f===u){return a}else{p(f)}}})(window,document)</script>

  
          
                <script type="application/ld+json">
    {
      "@context": "http://schema.org",
      "@type": "BreadcrumbList",
      "itemListElement":
      [
                          {
            "@type": "ListItem",
            "position": 1,
            "item":
            {
              "@id": "https://english.mathrubhumi.com/",
              "name": "Mathrubhumi English"
            }
          }                      ]
    }
    </script>
        

      
                                <!-- render ads list start -->
<script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script>
<script>
    window.googletag = window.googletag || {cmd: []};
    googletag.cmd.push(function() {
      
        if(screen.width > 768){
            googletag.defineSlot('/1120978/728x90_TopBanner', [728, 90], 'ML_DT_728x90_1').addService(googletag.pubads())
            googletag.defineSlot('/1120978/300x600_1', [[1, 1], [300, 600]], 'Desktop_Section_Right_Ad_1').addService(googletag.pubads());
            googletag.defineSlot('/1120978/300x250_1', [[1, 1], [300, 250]], 'Desktop_Section_Right_Ad_2').addService(googletag.pubads());
            googletag.defineSlot('/1120978/300x250_2', [[1, 1], [300, 250]], 'Desktop_Section_Right_Ad_3').addService(googletag.pubads());
        }
        else
        {
            googletag.defineSlot('/1120978/300x250_1', [[1, 1], [300, 250]], 'Mobile_Section_Right_Ad_1').addService(googletag.pubads());
            googletag.defineSlot('/1120978/300x250_2', [[1, 1], [300, 250]], 'Mobile_Section_Right_Ad_2').addService(googletag.pubads());
            googletag.defineSlot('/1120978/300x250_3', [[1, 1], [300, 250]], 'Mobile_Section_Right_Ad_3').addService(googletag.pubads());
        }
        googletag.pubads().enableSingleRequest();
        googletag.enableServices();
    });
</script>
<!-- render ads list end -->
        
              
                
          
      
</head>
<body>
      
                                <style>
  .mpp-story-recent-btn{max-width:100% !important}
  @media screen and (max-width: 425px) {
  .mpp-container-header,.mpp-header-container{padding-top:0!important;}
}
</style>
        
          
                                                  <script type='text/javascript'>
    (function() {
        /** CONFIGURATION START **/
        var _sf_async_config = window._sf_async_config = (window._sf_async_config || {});
        _sf_async_config.sections = '';
        _sf_async_config.authors = '';
        _sf_async_config.type = 'Landing Page';
        _sf_async_config.autoDetect = false;
        /** CONFIGURATION END **/
        function loadChartbeat() {
            var e = document.createElement('script');
            var n = document.getElementsByTagName('script')[0];
            e.type = 'text/javascript';
            e.async = true;
            e.src = '//static.chartbeat.com/js/chartbeat_video.js';
            n.parentNode.insertBefore(e, n);
        }
              loadChartbeat();
    })();
</script>   

<button onclick="topFunction()" id="myBtn" title="Go to top" class="english">Top</button>
  <div class="mpp-container-header">
              <div class="mpp-ad-container mpp-header-container d-none d-sm-none d-md-flex d-lg-flex d-xl-flex justify-content-center align-items-center align-content-center text-align-center mb-4">
        
                                <div id='ML_DT_728x90_1' class='d-none d-md-none d-lg-block d-xl-block mpp-border' style='min-width:970px; min-height: 90px;background-color: var(--section-background);text-align:center'>
  <script>
    googletag.cmd.push(function() { googletag.display('ML_DT_728x90_1'); });
  </script>
</div> 
        
            </div>
            <div class="mpp-header-main-container">
        <div class="mpp-logo-container mpp-header-container d-flex justify-content-center mb-2">
            <div class="mpp-header-logo d-none d-sm-flex flex-column">
                                <div class="logo-desk">
                                <a href="/"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1515.07 129.64"><defs><style>.cls-1{fill:#066da3;}.cls-2{isolation:isolate;}</style></defs><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1" d="M99.93,2.57H26.65A26.73,26.73,0,0,0,0,29.22V102.5a26.73,26.73,0,0,0,26.65,26.65H99.93a26.73,26.73,0,0,0,26.65-26.65V29.22A26.73,26.73,0,0,0,99.93,2.57ZM87.74,103,84.33,54.07l-15,33.49H56.68l-14.54-32L38.94,103H24.51l5.4-73.26a25.63,25.63,0,0,1,3.25-.66,27.81,27.81,0,0,1,4.46-.33,8.36,8.36,0,0,1,5.62,1.7A12.35,12.35,0,0,1,46.43,35L63.18,74.34,80,35.35a11.34,11.34,0,0,1,3.86-5.07,9.22,9.22,0,0,1,5.29-1.54,32.39,32.39,0,0,1,4.4.27,13.49,13.49,0,0,1,3.2.72L102,103Z"/><g class="cls-2"><path class="cls-1" d="M190.64,126.61H166.18V42.14l2.14-.35a24.89,24.89,0,0,1,2.5-.27q1.43-.09,3.39-.09a22.42,22.42,0,0,1,9.91,2,9.69,9.69,0,0,1,5.27,7.23,28.93,28.93,0,0,1,9.29-7.59q6.24-3.48,17-3.48,10,0,14.91,3.57a22.45,22.45,0,0,1,7.24,8.4,34.81,34.81,0,0,1,10.35-8.31q6.6-3.64,16.79-3.66,12.68,0,18.66,5.36a20.78,20.78,0,0,1,7.05,12.86,74.59,74.59,0,0,1,1,8.93c.18,3.21.27,6.37.27,9.46v50.36H267.61V77.32c0-2.62-.07-5-.18-7.14a14.16,14.16,0,0,0-1.34-5.54,8.11,8.11,0,0,0-3.57-3.57,14.81,14.81,0,0,0-6.7-1.25A19.28,19.28,0,0,0,247,62a14.54,14.54,0,0,0-5.8,4.65,101.42,101.42,0,0,1,.53,10.53v49.47H217.43V77.32q0-3.93-.18-7.32a14.15,14.15,0,0,0-1.43-5.8,8.7,8.7,0,0,0-3.75-3.75,15.32,15.32,0,0,0-7.14-1.34,17.68,17.68,0,0,0-10.27,2.77q-4,2.76-4,6.87Z"/><path class="cls-1" d="M378.85,105.89q0,13.94,4.11,20.54a34.63,34.63,0,0,1-6,1.78,30.32,30.32,0,0,1-5.81.54q-6.42,0-9.73-2.5a11.22,11.22,0,0,1-4.19-7.14,32.2,32.2,0,0,1-10.36,7,38.74,38.74,0,0,1-15.72,2.86,36,36,0,0,1-9.64-1.34,25.11,25.11,0,0,1-8.75-4.38,22.69,22.69,0,0,1-6.43-8.12,27.9,27.9,0,0,1-2.5-12.41q0-9.11,4.38-14.82a31.06,31.06,0,0,1,11-9,49.47,49.47,0,0,1,14.29-4.55,133.54,133.54,0,0,1,14.1-1.61q2.14-.18,4.2-.18h3.84V69.29q0-6.8-3.66-9.65T340.1,56.79a35.1,35.1,0,0,0-13.66,2.5A109.72,109.72,0,0,0,314.75,65a26,26,0,0,1-4-6.7,16.14,16.14,0,0,1-1.52-5.44q0-2.32,2.77-4.74a25.74,25.74,0,0,1,7.59-4.28,62.06,62.06,0,0,1,11.07-3,72.57,72.57,0,0,1,13.21-1.16,58.67,58.67,0,0,1,16.34,2,25.4,25.4,0,0,1,10.89,6.07,23,23,0,0,1,6,10.27,51.84,51.84,0,0,1,1.78,14.37ZM356,85.18h-2.5a17.41,17.41,0,0,0-2.5.18,86.49,86.49,0,0,0-8.84,1.16,28.82,28.82,0,0,0-7.77,2.5,15.48,15.48,0,0,0-5.54,4.55,11.88,11.88,0,0,0-2.14,7.32,12.89,12.89,0,0,0,2.86,8.48q2.85,3.5,9.64,3.49a22.55,22.55,0,0,0,6.43-.9,21.68,21.68,0,0,0,5.36-2.32,14,14,0,0,0,3.66-3.12,5.22,5.22,0,0,0,1.34-3.13Z"/><path class="cls-1" d="M397.6,113.75a30.9,30.9,0,0,1-1.6-7.5q-.36-3.93-.36-7.86V15.54l2.68-.36c.83-.12,1.72-.21,2.68-.27s1.9-.09,2.85-.09a30.77,30.77,0,0,1,5.72.54,13.25,13.25,0,0,1,5.18,2.14,11.86,11.86,0,0,1,3.75,4.38,15.79,15.79,0,0,1,1.42,7.23v12.5h25V59.82h-25V98q0,12.49,10.18,12.5a13.75,13.75,0,0,0,4.73-.81,32.55,32.55,0,0,0,4.11-1.78,17,17,0,0,0,3.13-2.06c.83-.71,1.42-1.25,1.78-1.6a61.72,61.72,0,0,1,4.11,6.78,12.1,12.1,0,0,1,1.43,5.36,7.05,7.05,0,0,1-1.88,4.55,18.43,18.43,0,0,1-5.27,4.11,32.78,32.78,0,0,1-8.21,3,44.63,44.63,0,0,1-10.53,1.17q-11.25,0-17.33-4.29A23,23,0,0,1,397.6,113.75Z"/><path class="cls-1" d="M511.17,77.32q0-3.93-.27-7.32a16.14,16.14,0,0,0-1.42-5.8,8.2,8.2,0,0,0-3.75-3.75,15.92,15.92,0,0,0-7.24-1.34,22.06,22.06,0,0,0-11.34,2.77q-4.72,2.76-4.73,6.87v57.86H458.14V.71A15.89,15.89,0,0,1,461,.27,50,50,0,0,1,466.35,0a30.66,30.66,0,0,1,5.71.54,14,14,0,0,1,5.18,2.05A11,11,0,0,1,481,6.88a15.78,15.78,0,0,1,1.43,7.23V49.64A33.08,33.08,0,0,1,486,46.25a26.85,26.85,0,0,1,5.18-3.3,30.42,30.42,0,0,1,7.06-2.41,42.2,42.2,0,0,1,9.19-.9q12.68,0,18.75,5A22.86,22.86,0,0,1,534,57.86a57.72,57.72,0,0,1,1.16,8.93c.18,3.21.27,6.37.27,9.46v50.36H511.17Z"/><path class="cls-1" d="M576.17,50.54a27,27,0,0,1,3-3.58,24,24,0,0,1,4.37-3.57,26.17,26.17,0,0,1,5.63-2.68,20.57,20.57,0,0,1,6.69-1.07,31,31,0,0,1,4.56.36,15.84,15.84,0,0,1,4.46,1.34,8.67,8.67,0,0,1,3.3,2.68,6.89,6.89,0,0,1,1.25,4.19,25.85,25.85,0,0,1-2,8.93,69,69,0,0,1-3.93,8.75,27.07,27.07,0,0,0-6.07-3.84,17.66,17.66,0,0,0-7.14-1.34A13.78,13.78,0,0,0,581,63.93a9.79,9.79,0,0,0-3.75,7.68v55H553V42.14l2.14-.35a24.26,24.26,0,0,1,2.5-.27q1.42-.09,3.39-.09a20.8,20.8,0,0,1,9.91,2.23A10,10,0,0,1,576.17,50.54Z"/><path class="cls-1" d="M692.77,126.61H676.52c-3,0-4.85-.81-5.62-2.41a16.74,16.74,0,0,1-1.16-7.06,28.67,28.67,0,0,1-9.29,7.59q-6.26,3.48-17,3.48-12.69,0-18.75-5A22.8,22.8,0,0,1,616.88,110a56.53,56.53,0,0,1-1.16-8.93c-.18-3.21-.27-6.37-.27-9.46V42.14a16.3,16.3,0,0,1,2.86-.44,50,50,0,0,1,5.36-.27,31.52,31.52,0,0,1,5.71.53A14.26,14.26,0,0,1,634.56,44a11,11,0,0,1,3.75,4.28,15.85,15.85,0,0,1,1.43,7.24v35c0,2.74.09,5.2.27,7.41a16,16,0,0,0,1.42,5.71,8.2,8.2,0,0,0,3.75,3.75,16.05,16.05,0,0,0,7.24,1.34A22.06,22.06,0,0,0,663.76,106q4.72-2.76,4.73-6.87v-57a16.3,16.3,0,0,1,2.86-.44,49.84,49.84,0,0,1,5.35-.27,27.15,27.15,0,0,1,5.72.62,13.63,13.63,0,0,1,5.17,2.33A12.1,12.1,0,0,1,691.34,49a16.82,16.82,0,0,1,1.43,7.41Z"/><path class="cls-1" d="M734.56,47.5a30.22,30.22,0,0,1,7.85-5.27q5.19-2.58,13.4-2.59a42.88,42.88,0,0,1,13.3,2.06,27.6,27.6,0,0,1,11.25,7,36,36,0,0,1,7.86,13.13q2.94,8.12,2.94,20.26,0,13.94-3.21,23t-8.3,14.37A28.41,28.41,0,0,1,768.22,127a39.62,39.62,0,0,1-12.77,2.15,32.77,32.77,0,0,1-9.91-1.34,36.11,36.11,0,0,1-7-3,27.51,27.51,0,0,1-4.37-3,18.08,18.08,0,0,1-1.79-2,8.06,8.06,0,0,1-1.42,4.73c-1,1.37-2.62,2.06-5,2.06H710.27V.71a16.3,16.3,0,0,1,2.86-.44A49.89,49.89,0,0,1,718.49,0a32.11,32.11,0,0,1,5.8.54,12.55,12.55,0,0,1,5.18,2.14,12.18,12.18,0,0,1,3.66,4.37,15.85,15.85,0,0,1,1.43,7.24Zm31.25,35a55.07,55.07,0,0,0-.9-10.27A24.34,24.34,0,0,0,762,64.11a15,15,0,0,0-5.54-5.36,17,17,0,0,0-8.48-2q-7.5,0-10.45,2.85a8.78,8.78,0,0,0-2.94,6.43v38.75a24.14,24.14,0,0,0,5.09,3.48,18.54,18.54,0,0,0,9.19,2.06q9.1,0,13-7.24T765.81,82.5Z"/><path class="cls-1" d="M858.12,77.32c0-2.62-.08-5.06-.26-7.32a16.35,16.35,0,0,0-1.43-5.8,8.2,8.2,0,0,0-3.75-3.75,15.9,15.9,0,0,0-7.23-1.34,22,22,0,0,0-11.34,2.77c-3.16,1.84-4.73,4.13-4.73,6.87v57.86H805.09V.71A16.3,16.3,0,0,1,808,.27,49.84,49.84,0,0,1,813.3,0,30.77,30.77,0,0,1,819,.54a14.07,14.07,0,0,1,5.18,2.05A11.11,11.11,0,0,1,828,6.88a15.78,15.78,0,0,1,1.43,7.23V49.64A33.08,33.08,0,0,1,833,46.25a26.75,26.75,0,0,1,5.17-3.3,30.58,30.58,0,0,1,7.06-2.41,42.3,42.3,0,0,1,9.2-.9q12.68,0,18.74,5A22.86,22.86,0,0,1,881,57.86a56.53,56.53,0,0,1,1.16,8.93c.18,3.21.27,6.37.27,9.46v50.36H858.12Z"/><path class="cls-1" d="M977.23,126.61H961c-3,0-4.85-.81-5.63-2.41a16.9,16.9,0,0,1-1.16-7.06,28.62,28.62,0,0,1-9.28,7.59q-6.25,3.48-17,3.48-12.68,0-18.75-5A22.84,22.84,0,0,1,901.34,110a56.53,56.53,0,0,1-1.16-8.93c-.18-3.21-.27-6.37-.27-9.46V42.14a16.3,16.3,0,0,1,2.86-.44,49.84,49.84,0,0,1,5.35-.27,31.63,31.63,0,0,1,5.72.53A14.26,14.26,0,0,1,919,44a11.15,11.15,0,0,1,3.75,4.28,15.86,15.86,0,0,1,1.42,7.24v35c0,2.74.09,5.2.27,7.41a16.23,16.23,0,0,0,1.43,5.71,8.11,8.11,0,0,0,3.75,3.75,16,16,0,0,0,7.23,1.34A22,22,0,0,0,948.21,106c3.16-1.84,4.73-4.13,4.73-6.87v-57a16.3,16.3,0,0,1,2.86-.44,50,50,0,0,1,5.36-.27,27.05,27.05,0,0,1,5.71.62,13.67,13.67,0,0,1,5.18,2.33A12.1,12.1,0,0,1,975.8,49a17,17,0,0,1,1.43,7.41Z"/><path class="cls-1" d="M1019.19,126.61H994.73V42.14l2.14-.35a24.57,24.57,0,0,1,2.5-.27q1.43-.09,3.39-.09a22.42,22.42,0,0,1,9.91,2,9.69,9.69,0,0,1,5.27,7.23,28.82,28.82,0,0,1,9.29-7.59q6.24-3.48,17-3.48,10,0,14.91,3.57a22.33,22.33,0,0,1,7.23,8.4,34.86,34.86,0,0,1,10.36-8.31q6.6-3.64,16.79-3.66,12.68,0,18.66,5.36a20.83,20.83,0,0,1,7,12.86,76.7,76.7,0,0,1,1,8.93c.18,3.21.27,6.37.27,9.46v50.36h-24.28V77.32c0-2.62-.07-5-.18-7.14a14.16,14.16,0,0,0-1.34-5.54,8.11,8.11,0,0,0-3.57-3.57,14.81,14.81,0,0,0-6.7-1.25,19.28,19.28,0,0,0-8.84,2.14,14.54,14.54,0,0,0-5.8,4.65,104.27,104.27,0,0,1,.53,10.53v49.47H1046V77.32q0-3.93-.18-7.32a14.15,14.15,0,0,0-1.43-5.8,8.7,8.7,0,0,0-3.75-3.75,15.32,15.32,0,0,0-7.14-1.34,17.68,17.68,0,0,0-10.27,2.77q-4,2.76-4,6.87Z"/><path class="cls-1" d="M1162.4,13.57a12.11,12.11,0,0,1-3.84,9.29,13.74,13.74,0,0,1-18.48,0,12.25,12.25,0,0,1-3.75-9.29,12.52,12.52,0,0,1,3.75-9.37,13.49,13.49,0,0,1,18.48,0A12.37,12.37,0,0,1,1162.4,13.57Zm-.18,114.11a10.57,10.57,0,0,1-3.21.53c-1.67.12-3.45.18-5.36.18q-7,0-11.34-2.94c-2.92-2-4.37-5.92-4.37-11.88V42.14a16.29,16.29,0,0,1,2.85-.44,50.16,50.16,0,0,1,5.36-.27,31.63,31.63,0,0,1,5.72.53A14.14,14.14,0,0,1,1157,44a11,11,0,0,1,3.75,4.28,15.72,15.72,0,0,1,1.43,7.24Z"/><path class="cls-1" d="M1203.65,115.89a13.51,13.51,0,0,1-3.57,9.56,13.92,13.92,0,0,1-19.2,0,13.32,13.32,0,0,1-3.66-9.56,12.52,12.52,0,0,1,3.75-9.37,14.07,14.07,0,0,1,18.93,0A12.52,12.52,0,0,1,1203.65,115.89Z"/><path class="cls-1" d="M1261.33,111.25a26.89,26.89,0,0,0,7.14-.89,27.85,27.85,0,0,0,5.71-2.24,24.2,24.2,0,0,0,4.29-2.85,23.48,23.48,0,0,0,2.68-2.59,15.87,15.87,0,0,1,2.14,2.77,34,34,0,0,1,2,3.57,24.41,24.41,0,0,1,1.43,3.66,11.21,11.21,0,0,1,.54,3.21,8.82,8.82,0,0,1-.72,3.48,9.2,9.2,0,0,1-3,3.49,36.41,36.41,0,0,1-9.64,4.64q-6.25,2.15-15.9,2.14a61,61,0,0,1-13.93-1.78,36,36,0,0,1-13.92-6.79,38.28,38.28,0,0,1-10.72-13.84q-4.29-8.83-4.28-23.12,0-13.58,4.46-22.15a39.77,39.77,0,0,1,11.07-13.57,39,39,0,0,1,14-6.87,54.83,54.83,0,0,1,13.3-1.88,54.12,54.12,0,0,1,13.66,1.61,34.7,34.7,0,0,1,10.27,4.29,15.92,15.92,0,0,1,4.73,4.1,8,8,0,0,1,1.34,4.65,16,16,0,0,1-1.6,6.16,28.91,28.91,0,0,1-4.11,6.69,34.54,34.54,0,0,0-8.39-6.07,25.28,25.28,0,0,0-12.33-3q-11.77,0-16.78,7.23t-5,18.48a51.3,51.3,0,0,0,1.07,10.71,23.92,23.92,0,0,0,3.66,8.75,18.34,18.34,0,0,0,6.7,5.9A21.79,21.79,0,0,0,1261.33,111.25Z"/><path class="cls-1" d="M1375.43,83.93a65.38,65.38,0,0,1-2.23,17.14,38.75,38.75,0,0,1-7.32,14.47,36.65,36.65,0,0,1-13.13,10q-8,3.75-19.46,3.75t-19.38-3.67A35.23,35.23,0,0,1,1301,115.8a39.52,39.52,0,0,1-7.33-14.28,62.09,62.09,0,0,1-2.32-17.06A54.86,54.86,0,0,1,1294,67.23,41.83,41.83,0,0,1,1302,53a37,37,0,0,1,13.3-9.74A45.85,45.85,0,0,1,1334,39.64q11.25,0,19.2,3.57a34.33,34.33,0,0,1,12.85,9.65A38.54,38.54,0,0,1,1373.2,67,63.51,63.51,0,0,1,1375.43,83.93Zm-24.47.18a63.5,63.5,0,0,0-.71-9.56,24.86,24.86,0,0,0-2.68-8.3,16.19,16.19,0,0,0-5.35-5.8,17.4,17.4,0,0,0-17.24.09,17.05,17.05,0,0,0-5.53,6,27.57,27.57,0,0,0-3,8.3,49.67,49.67,0,0,0-.89,9.47,59.24,59.24,0,0,0,.8,9.64,29.73,29.73,0,0,0,2.77,8.66,16,16,0,0,0,5.45,6.16,15.24,15.24,0,0,0,8.66,2.32,15.62,15.62,0,0,0,8.84-2.32,16.06,16.06,0,0,0,5.44-6.16,28,28,0,0,0,2.68-8.66A66.48,66.48,0,0,0,1351,84.11Z"/><path class="cls-1" d="M1413.82,126.61h-24.46V42.14l2.14-.35a24.26,24.26,0,0,1,2.5-.27q1.43-.09,3.39-.09a22.45,22.45,0,0,1,9.91,2,9.69,9.69,0,0,1,5.27,7.23,28.82,28.82,0,0,1,9.29-7.59q6.24-3.48,17-3.48,10,0,14.91,3.57a22.51,22.51,0,0,1,7.23,8.4,34.73,34.73,0,0,1,10.36-8.31q6.6-3.64,16.79-3.66,12.67,0,18.66,5.36a20.83,20.83,0,0,1,7,12.86,78.93,78.93,0,0,1,1,8.93c.18,3.21.27,6.37.27,9.46v50.36h-24.29V77.32q0-3.93-.17-7.14a14.16,14.16,0,0,0-1.34-5.54,8.08,8.08,0,0,0-3.58-3.57,14.73,14.73,0,0,0-6.69-1.25,19.28,19.28,0,0,0-8.84,2.14,14.54,14.54,0,0,0-5.8,4.65,104.27,104.27,0,0,1,.53,10.53v49.47h-24.28V77.32c0-2.62-.07-5.06-.18-7.32a14.15,14.15,0,0,0-1.43-5.8,8.81,8.81,0,0,0-3.75-3.75,15.32,15.32,0,0,0-7.14-1.34,17.68,17.68,0,0,0-10.27,2.77q-4,2.76-4,6.87Z"/></g></g></g></svg></a>
        
      </div>
                              <div class="mpp-header-editions d-flex justify-content-center mt-1">
                                                              <p class="english m-0 mpp-cursor"><span style="max-width:100%;" class="">
<a href="/" target="_self" class="" style="" >
ENGLISH</a></span></p>
                                            <p class="english m-0 mpp-cursor"><span style="max-width:100%;" class="">
<a href="https://www.mathrubhumi.com/" target="_self" class="" style="" >
MALAYALAM</a></span></p>
                                            <p class="english m-0 mpp-cursor"><span style="max-width:100%;" class="">
<a href="https://www.mathrubhumi.com/print-edition/" target="_self" class="" style="" >
PRINT EDITION</a></span></p>
                                                      </div>
            </div>
        </div>
        <hr class="d-none d-sm-block m-0"  />
        <div class="mpp-header-section-fixed-menus">
            <div class="mpp-header-section-menus mpp-header-container d-flex align-items-center justify-content-between py-3 py-md-0">
                <div class="mpp-header-section-menu-icon d-flex align-items-center justify-content-start">
                    <i class="fas fa-bars" data-bs-toggle="offcanvas" data-bs-target="#offcanvasTop" aria-controls="offcanvasTop"></i>
                                        <div class="logo-mob ms-3 d-block d-sm-none d-md-none d-lg-none d-xl-none">
                                <a href="/" class="d-block d-sm-none d-md-none d-lg-none d-xl-none" ><svg xmlns="http://www.w3.org/2000/svg" style=" width: 100%;" viewBox="0 0 1515.07 129.64"><defs><style>.cls-1{fill:#066da3;}.cls-2{isolation:isolate;}</style></defs><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1" d="M99.93,2.57H26.65A26.73,26.73,0,0,0,0,29.22V102.5a26.73,26.73,0,0,0,26.65,26.65H99.93a26.73,26.73,0,0,0,26.65-26.65V29.22A26.73,26.73,0,0,0,99.93,2.57ZM87.74,103,84.33,54.07l-15,33.49H56.68l-14.54-32L38.94,103H24.51l5.4-73.26a25.63,25.63,0,0,1,3.25-.66,27.81,27.81,0,0,1,4.46-.33,8.36,8.36,0,0,1,5.62,1.7A12.35,12.35,0,0,1,46.43,35L63.18,74.34,80,35.35a11.34,11.34,0,0,1,3.86-5.07,9.22,9.22,0,0,1,5.29-1.54,32.39,32.39,0,0,1,4.4.27,13.49,13.49,0,0,1,3.2.72L102,103Z"/><g class="cls-2"><path class="cls-1" d="M190.64,126.61H166.18V42.14l2.14-.35a24.89,24.89,0,0,1,2.5-.27q1.43-.09,3.39-.09a22.42,22.42,0,0,1,9.91,2,9.69,9.69,0,0,1,5.27,7.23,28.93,28.93,0,0,1,9.29-7.59q6.24-3.48,17-3.48,10,0,14.91,3.57a22.45,22.45,0,0,1,7.24,8.4,34.81,34.81,0,0,1,10.35-8.31q6.6-3.64,16.79-3.66,12.68,0,18.66,5.36a20.78,20.78,0,0,1,7.05,12.86,74.59,74.59,0,0,1,1,8.93c.18,3.21.27,6.37.27,9.46v50.36H267.61V77.32c0-2.62-.07-5-.18-7.14a14.16,14.16,0,0,0-1.34-5.54,8.11,8.11,0,0,0-3.57-3.57,14.81,14.81,0,0,0-6.7-1.25A19.28,19.28,0,0,0,247,62a14.54,14.54,0,0,0-5.8,4.65,101.42,101.42,0,0,1,.53,10.53v49.47H217.43V77.32q0-3.93-.18-7.32a14.15,14.15,0,0,0-1.43-5.8,8.7,8.7,0,0,0-3.75-3.75,15.32,15.32,0,0,0-7.14-1.34,17.68,17.68,0,0,0-10.27,2.77q-4,2.76-4,6.87Z"/><path class="cls-1" d="M378.85,105.89q0,13.94,4.11,20.54a34.63,34.63,0,0,1-6,1.78,30.32,30.32,0,0,1-5.81.54q-6.42,0-9.73-2.5a11.22,11.22,0,0,1-4.19-7.14,32.2,32.2,0,0,1-10.36,7,38.74,38.74,0,0,1-15.72,2.86,36,36,0,0,1-9.64-1.34,25.11,25.11,0,0,1-8.75-4.38,22.69,22.69,0,0,1-6.43-8.12,27.9,27.9,0,0,1-2.5-12.41q0-9.11,4.38-14.82a31.06,31.06,0,0,1,11-9,49.47,49.47,0,0,1,14.29-4.55,133.54,133.54,0,0,1,14.1-1.61q2.14-.18,4.2-.18h3.84V69.29q0-6.8-3.66-9.65T340.1,56.79a35.1,35.1,0,0,0-13.66,2.5A109.72,109.72,0,0,0,314.75,65a26,26,0,0,1-4-6.7,16.14,16.14,0,0,1-1.52-5.44q0-2.32,2.77-4.74a25.74,25.74,0,0,1,7.59-4.28,62.06,62.06,0,0,1,11.07-3,72.57,72.57,0,0,1,13.21-1.16,58.67,58.67,0,0,1,16.34,2,25.4,25.4,0,0,1,10.89,6.07,23,23,0,0,1,6,10.27,51.84,51.84,0,0,1,1.78,14.37ZM356,85.18h-2.5a17.41,17.41,0,0,0-2.5.18,86.49,86.49,0,0,0-8.84,1.16,28.82,28.82,0,0,0-7.77,2.5,15.48,15.48,0,0,0-5.54,4.55,11.88,11.88,0,0,0-2.14,7.32,12.89,12.89,0,0,0,2.86,8.48q2.85,3.5,9.64,3.49a22.55,22.55,0,0,0,6.43-.9,21.68,21.68,0,0,0,5.36-2.32,14,14,0,0,0,3.66-3.12,5.22,5.22,0,0,0,1.34-3.13Z"/><path class="cls-1" d="M397.6,113.75a30.9,30.9,0,0,1-1.6-7.5q-.36-3.93-.36-7.86V15.54l2.68-.36c.83-.12,1.72-.21,2.68-.27s1.9-.09,2.85-.09a30.77,30.77,0,0,1,5.72.54,13.25,13.25,0,0,1,5.18,2.14,11.86,11.86,0,0,1,3.75,4.38,15.79,15.79,0,0,1,1.42,7.23v12.5h25V59.82h-25V98q0,12.49,10.18,12.5a13.75,13.75,0,0,0,4.73-.81,32.55,32.55,0,0,0,4.11-1.78,17,17,0,0,0,3.13-2.06c.83-.71,1.42-1.25,1.78-1.6a61.72,61.72,0,0,1,4.11,6.78,12.1,12.1,0,0,1,1.43,5.36,7.05,7.05,0,0,1-1.88,4.55,18.43,18.43,0,0,1-5.27,4.11,32.78,32.78,0,0,1-8.21,3,44.63,44.63,0,0,1-10.53,1.17q-11.25,0-17.33-4.29A23,23,0,0,1,397.6,113.75Z"/><path class="cls-1" d="M511.17,77.32q0-3.93-.27-7.32a16.14,16.14,0,0,0-1.42-5.8,8.2,8.2,0,0,0-3.75-3.75,15.92,15.92,0,0,0-7.24-1.34,22.06,22.06,0,0,0-11.34,2.77q-4.72,2.76-4.73,6.87v57.86H458.14V.71A15.89,15.89,0,0,1,461,.27,50,50,0,0,1,466.35,0a30.66,30.66,0,0,1,5.71.54,14,14,0,0,1,5.18,2.05A11,11,0,0,1,481,6.88a15.78,15.78,0,0,1,1.43,7.23V49.64A33.08,33.08,0,0,1,486,46.25a26.85,26.85,0,0,1,5.18-3.3,30.42,30.42,0,0,1,7.06-2.41,42.2,42.2,0,0,1,9.19-.9q12.68,0,18.75,5A22.86,22.86,0,0,1,534,57.86a57.72,57.72,0,0,1,1.16,8.93c.18,3.21.27,6.37.27,9.46v50.36H511.17Z"/><path class="cls-1" d="M576.17,50.54a27,27,0,0,1,3-3.58,24,24,0,0,1,4.37-3.57,26.17,26.17,0,0,1,5.63-2.68,20.57,20.57,0,0,1,6.69-1.07,31,31,0,0,1,4.56.36,15.84,15.84,0,0,1,4.46,1.34,8.67,8.67,0,0,1,3.3,2.68,6.89,6.89,0,0,1,1.25,4.19,25.85,25.85,0,0,1-2,8.93,69,69,0,0,1-3.93,8.75,27.07,27.07,0,0,0-6.07-3.84,17.66,17.66,0,0,0-7.14-1.34A13.78,13.78,0,0,0,581,63.93a9.79,9.79,0,0,0-3.75,7.68v55H553V42.14l2.14-.35a24.26,24.26,0,0,1,2.5-.27q1.42-.09,3.39-.09a20.8,20.8,0,0,1,9.91,2.23A10,10,0,0,1,576.17,50.54Z"/><path class="cls-1" d="M692.77,126.61H676.52c-3,0-4.85-.81-5.62-2.41a16.74,16.74,0,0,1-1.16-7.06,28.67,28.67,0,0,1-9.29,7.59q-6.26,3.48-17,3.48-12.69,0-18.75-5A22.8,22.8,0,0,1,616.88,110a56.53,56.53,0,0,1-1.16-8.93c-.18-3.21-.27-6.37-.27-9.46V42.14a16.3,16.3,0,0,1,2.86-.44,50,50,0,0,1,5.36-.27,31.52,31.52,0,0,1,5.71.53A14.26,14.26,0,0,1,634.56,44a11,11,0,0,1,3.75,4.28,15.85,15.85,0,0,1,1.43,7.24v35c0,2.74.09,5.2.27,7.41a16,16,0,0,0,1.42,5.71,8.2,8.2,0,0,0,3.75,3.75,16.05,16.05,0,0,0,7.24,1.34A22.06,22.06,0,0,0,663.76,106q4.72-2.76,4.73-6.87v-57a16.3,16.3,0,0,1,2.86-.44,49.84,49.84,0,0,1,5.35-.27,27.15,27.15,0,0,1,5.72.62,13.63,13.63,0,0,1,5.17,2.33A12.1,12.1,0,0,1,691.34,49a16.82,16.82,0,0,1,1.43,7.41Z"/><path class="cls-1" d="M734.56,47.5a30.22,30.22,0,0,1,7.85-5.27q5.19-2.58,13.4-2.59a42.88,42.88,0,0,1,13.3,2.06,27.6,27.6,0,0,1,11.25,7,36,36,0,0,1,7.86,13.13q2.94,8.12,2.94,20.26,0,13.94-3.21,23t-8.3,14.37A28.41,28.41,0,0,1,768.22,127a39.62,39.62,0,0,1-12.77,2.15,32.77,32.77,0,0,1-9.91-1.34,36.11,36.11,0,0,1-7-3,27.51,27.51,0,0,1-4.37-3,18.08,18.08,0,0,1-1.79-2,8.06,8.06,0,0,1-1.42,4.73c-1,1.37-2.62,2.06-5,2.06H710.27V.71a16.3,16.3,0,0,1,2.86-.44A49.89,49.89,0,0,1,718.49,0a32.11,32.11,0,0,1,5.8.54,12.55,12.55,0,0,1,5.18,2.14,12.18,12.18,0,0,1,3.66,4.37,15.85,15.85,0,0,1,1.43,7.24Zm31.25,35a55.07,55.07,0,0,0-.9-10.27A24.34,24.34,0,0,0,762,64.11a15,15,0,0,0-5.54-5.36,17,17,0,0,0-8.48-2q-7.5,0-10.45,2.85a8.78,8.78,0,0,0-2.94,6.43v38.75a24.14,24.14,0,0,0,5.09,3.48,18.54,18.54,0,0,0,9.19,2.06q9.1,0,13-7.24T765.81,82.5Z"/><path class="cls-1" d="M858.12,77.32c0-2.62-.08-5.06-.26-7.32a16.35,16.35,0,0,0-1.43-5.8,8.2,8.2,0,0,0-3.75-3.75,15.9,15.9,0,0,0-7.23-1.34,22,22,0,0,0-11.34,2.77c-3.16,1.84-4.73,4.13-4.73,6.87v57.86H805.09V.71A16.3,16.3,0,0,1,808,.27,49.84,49.84,0,0,1,813.3,0,30.77,30.77,0,0,1,819,.54a14.07,14.07,0,0,1,5.18,2.05A11.11,11.11,0,0,1,828,6.88a15.78,15.78,0,0,1,1.43,7.23V49.64A33.08,33.08,0,0,1,833,46.25a26.75,26.75,0,0,1,5.17-3.3,30.58,30.58,0,0,1,7.06-2.41,42.3,42.3,0,0,1,9.2-.9q12.68,0,18.74,5A22.86,22.86,0,0,1,881,57.86a56.53,56.53,0,0,1,1.16,8.93c.18,3.21.27,6.37.27,9.46v50.36H858.12Z"/><path class="cls-1" d="M977.23,126.61H961c-3,0-4.85-.81-5.63-2.41a16.9,16.9,0,0,1-1.16-7.06,28.62,28.62,0,0,1-9.28,7.59q-6.25,3.48-17,3.48-12.68,0-18.75-5A22.84,22.84,0,0,1,901.34,110a56.53,56.53,0,0,1-1.16-8.93c-.18-3.21-.27-6.37-.27-9.46V42.14a16.3,16.3,0,0,1,2.86-.44,49.84,49.84,0,0,1,5.35-.27,31.63,31.63,0,0,1,5.72.53A14.26,14.26,0,0,1,919,44a11.15,11.15,0,0,1,3.75,4.28,15.86,15.86,0,0,1,1.42,7.24v35c0,2.74.09,5.2.27,7.41a16.23,16.23,0,0,0,1.43,5.71,8.11,8.11,0,0,0,3.75,3.75,16,16,0,0,0,7.23,1.34A22,22,0,0,0,948.21,106c3.16-1.84,4.73-4.13,4.73-6.87v-57a16.3,16.3,0,0,1,2.86-.44,50,50,0,0,1,5.36-.27,27.05,27.05,0,0,1,5.71.62,13.67,13.67,0,0,1,5.18,2.33A12.1,12.1,0,0,1,975.8,49a17,17,0,0,1,1.43,7.41Z"/><path class="cls-1" d="M1019.19,126.61H994.73V42.14l2.14-.35a24.57,24.57,0,0,1,2.5-.27q1.43-.09,3.39-.09a22.42,22.42,0,0,1,9.91,2,9.69,9.69,0,0,1,5.27,7.23,28.82,28.82,0,0,1,9.29-7.59q6.24-3.48,17-3.48,10,0,14.91,3.57a22.33,22.33,0,0,1,7.23,8.4,34.86,34.86,0,0,1,10.36-8.31q6.6-3.64,16.79-3.66,12.68,0,18.66,5.36a20.83,20.83,0,0,1,7,12.86,76.7,76.7,0,0,1,1,8.93c.18,3.21.27,6.37.27,9.46v50.36h-24.28V77.32c0-2.62-.07-5-.18-7.14a14.16,14.16,0,0,0-1.34-5.54,8.11,8.11,0,0,0-3.57-3.57,14.81,14.81,0,0,0-6.7-1.25,19.28,19.28,0,0,0-8.84,2.14,14.54,14.54,0,0,0-5.8,4.65,104.27,104.27,0,0,1,.53,10.53v49.47H1046V77.32q0-3.93-.18-7.32a14.15,14.15,0,0,0-1.43-5.8,8.7,8.7,0,0,0-3.75-3.75,15.32,15.32,0,0,0-7.14-1.34,17.68,17.68,0,0,0-10.27,2.77q-4,2.76-4,6.87Z"/><path class="cls-1" d="M1162.4,13.57a12.11,12.11,0,0,1-3.84,9.29,13.74,13.74,0,0,1-18.48,0,12.25,12.25,0,0,1-3.75-9.29,12.52,12.52,0,0,1,3.75-9.37,13.49,13.49,0,0,1,18.48,0A12.37,12.37,0,0,1,1162.4,13.57Zm-.18,114.11a10.57,10.57,0,0,1-3.21.53c-1.67.12-3.45.18-5.36.18q-7,0-11.34-2.94c-2.92-2-4.37-5.92-4.37-11.88V42.14a16.29,16.29,0,0,1,2.85-.44,50.16,50.16,0,0,1,5.36-.27,31.63,31.63,0,0,1,5.72.53A14.14,14.14,0,0,1,1157,44a11,11,0,0,1,3.75,4.28,15.72,15.72,0,0,1,1.43,7.24Z"/><path class="cls-1" d="M1203.65,115.89a13.51,13.51,0,0,1-3.57,9.56,13.92,13.92,0,0,1-19.2,0,13.32,13.32,0,0,1-3.66-9.56,12.52,12.52,0,0,1,3.75-9.37,14.07,14.07,0,0,1,18.93,0A12.52,12.52,0,0,1,1203.65,115.89Z"/><path class="cls-1" d="M1261.33,111.25a26.89,26.89,0,0,0,7.14-.89,27.85,27.85,0,0,0,5.71-2.24,24.2,24.2,0,0,0,4.29-2.85,23.48,23.48,0,0,0,2.68-2.59,15.87,15.87,0,0,1,2.14,2.77,34,34,0,0,1,2,3.57,24.41,24.41,0,0,1,1.43,3.66,11.21,11.21,0,0,1,.54,3.21,8.82,8.82,0,0,1-.72,3.48,9.2,9.2,0,0,1-3,3.49,36.41,36.41,0,0,1-9.64,4.64q-6.25,2.15-15.9,2.14a61,61,0,0,1-13.93-1.78,36,36,0,0,1-13.92-6.79,38.28,38.28,0,0,1-10.72-13.84q-4.29-8.83-4.28-23.12,0-13.58,4.46-22.15a39.77,39.77,0,0,1,11.07-13.57,39,39,0,0,1,14-6.87,54.83,54.83,0,0,1,13.3-1.88,54.12,54.12,0,0,1,13.66,1.61,34.7,34.7,0,0,1,10.27,4.29,15.92,15.92,0,0,1,4.73,4.1,8,8,0,0,1,1.34,4.65,16,16,0,0,1-1.6,6.16,28.91,28.91,0,0,1-4.11,6.69,34.54,34.54,0,0,0-8.39-6.07,25.28,25.28,0,0,0-12.33-3q-11.77,0-16.78,7.23t-5,18.48a51.3,51.3,0,0,0,1.07,10.71,23.92,23.92,0,0,0,3.66,8.75,18.34,18.34,0,0,0,6.7,5.9A21.79,21.79,0,0,0,1261.33,111.25Z"/><path class="cls-1" d="M1375.43,83.93a65.38,65.38,0,0,1-2.23,17.14,38.75,38.75,0,0,1-7.32,14.47,36.65,36.65,0,0,1-13.13,10q-8,3.75-19.46,3.75t-19.38-3.67A35.23,35.23,0,0,1,1301,115.8a39.52,39.52,0,0,1-7.33-14.28,62.09,62.09,0,0,1-2.32-17.06A54.86,54.86,0,0,1,1294,67.23,41.83,41.83,0,0,1,1302,53a37,37,0,0,1,13.3-9.74A45.85,45.85,0,0,1,1334,39.64q11.25,0,19.2,3.57a34.33,34.33,0,0,1,12.85,9.65A38.54,38.54,0,0,1,1373.2,67,63.51,63.51,0,0,1,1375.43,83.93Zm-24.47.18a63.5,63.5,0,0,0-.71-9.56,24.86,24.86,0,0,0-2.68-8.3,16.19,16.19,0,0,0-5.35-5.8,17.4,17.4,0,0,0-17.24.09,17.05,17.05,0,0,0-5.53,6,27.57,27.57,0,0,0-3,8.3,49.67,49.67,0,0,0-.89,9.47,59.24,59.24,0,0,0,.8,9.64,29.73,29.73,0,0,0,2.77,8.66,16,16,0,0,0,5.45,6.16,15.24,15.24,0,0,0,8.66,2.32,15.62,15.62,0,0,0,8.84-2.32,16.06,16.06,0,0,0,5.44-6.16,28,28,0,0,0,2.68-8.66A66.48,66.48,0,0,0,1351,84.11Z"/><path class="cls-1" d="M1413.82,126.61h-24.46V42.14l2.14-.35a24.26,24.26,0,0,1,2.5-.27q1.43-.09,3.39-.09a22.45,22.45,0,0,1,9.91,2,9.69,9.69,0,0,1,5.27,7.23,28.82,28.82,0,0,1,9.29-7.59q6.24-3.48,17-3.48,10,0,14.91,3.57a22.51,22.51,0,0,1,7.23,8.4,34.73,34.73,0,0,1,10.36-8.31q6.6-3.64,16.79-3.66,12.67,0,18.66,5.36a20.83,20.83,0,0,1,7,12.86,78.93,78.93,0,0,1,1,8.93c.18,3.21.27,6.37.27,9.46v50.36h-24.29V77.32q0-3.93-.17-7.14a14.16,14.16,0,0,0-1.34-5.54,8.08,8.08,0,0,0-3.58-3.57,14.73,14.73,0,0,0-6.69-1.25,19.28,19.28,0,0,0-8.84,2.14,14.54,14.54,0,0,0-5.8,4.65,104.27,104.27,0,0,1,.53,10.53v49.47h-24.28V77.32c0-2.62-.07-5.06-.18-7.32a14.15,14.15,0,0,0-1.43-5.8,8.81,8.81,0,0,0-3.75-3.75,15.32,15.32,0,0,0-7.14-1.34,17.68,17.68,0,0,0-10.27,2.77q-4,2.76-4,6.87Z"/></g></g></g></svg></a>
        
      </div>
                                      <div class="offcanvas offcanvas-top" tabindex="-1" id="offcanvasTop" aria-labelledby="offcanvasTopLabel">
                        <div class="offcanvas-body">
                            <div class="mpp-container">
                                <div class="offcanvas-header p-0 pb-3">
                                    <i class="fas fa-times mpp-cursor cursor mpp-close" data-bs-dismiss="offcanvas"></i>
                                </div>
                                <div class="mpp-header-section-top mpp-border-radius d-flex align-items-center mpp-header-section-top-container" >
                                                                                                                                                                                                                                                                      <a href="/just-in" target="_self" title="JustIn"><div class="mpp-header-section-top-card">
                                            <div class="mpp-header-section-top-card-img d-flex align-items-center justify-content-center">
                                                <img src="/image/contentid/policy:1.7028883:1644639746/just%20in.png?$p=e72a0f9&q=0.6" alt="JustIn" />
                                            </div>
                                            <h3 class="english mt-2">JustIn</h3>
                                        </div></a>
                                                                                                                                                                                                                                    <a href="https://tv.mathrubhumi.com/" target="_blank" title="Live TV"><div class="mpp-header-section-top-card">
                                            <div class="mpp-header-section-top-card-img d-flex align-items-center justify-content-center">
                                                <img src="/image/contentid/policy:1.7028876:1644638887/live%20TV.png?$p=0c3e74f&q=0.6" alt="Live TV" />
                                            </div>
                                            <h3 class="english mt-2">Live TV</h3>
                                        </div></a>
                                                                                                                                                                                                                                    <a href="https://www.mbibooks.com/" target="_self" title="BuyBooks"><div class="mpp-header-section-top-card">
                                            <div class="mpp-header-section-top-card-img d-flex align-items-center justify-content-center">
                                                <img src="/image/contentid/policy:1.7028877:1644639166/buy%20books.png?$p=687d573&q=0.6" alt="BuyBooks" />
                                            </div>
                                            <h3 class="english mt-2">BuyBooks</h3>
                                        </div></a>
                                                                                                                                                                                                                                    <a href="/news/columns" target="_self" title="Columns"><div class="mpp-header-section-top-card">
                                            <div class="mpp-header-section-top-card-img d-flex align-items-center justify-content-center">
                                                <img src="/image/contentid/policy:1.7028878:1644639386/column.png?$p=b3ed174&q=0.6" alt="Columns" />
                                            </div>
                                            <h3 class="english mt-2">Columns</h3>
                                        </div></a>
                                                                                                                                                                                                                                    <a href="/features" target="_self" title="Features"><div class="mpp-header-section-top-card">
                                            <div class="mpp-header-section-top-card-img d-flex align-items-center justify-content-center">
                                                <img src="/image/contentid/policy:1.7028880:1644639555/feature.png?$p=1e8e204&q=0.6" alt="Features" />
                                            </div>
                                            <h3 class="english mt-2">Features</h3>
                                        </div></a>
                                                                                                                                                                                                                                    <a href="/discover" target="_self" title="Discover"><div class="mpp-header-section-top-card">
                                            <div class="mpp-header-section-top-card-img d-flex align-items-center justify-content-center">
                                                <img src="/image/contentid/policy:1.7028881:1644639639/discover.png?$p=2ab626a&q=0.6" alt="Discover" />
                                            </div>
                                            <h3 class="english mt-2">Discover</h3>
                                        </div></a>
                                                                                                      </div>
                                <div class="mt-3 mpp-header-section-top mpp-border-radius">
                                    <div class="mpp-header-section-menus">
                                        <div class="mpp-header-setion-menu-list d-flex flex-wrap">
                                                                                                                                      <ul class="mpp-header-list-group my-2">
                                                                                                        <li class="english">
                                                        <span style="max-width:100%;" class="">
<a href="/news" target="_self" class="" style="" >
Latest News</a></span>                                                      </li>
                                                                                                        <li class="english">
                                                        <span style="max-width:100%;" class="">
<a href="/news/kerala" target="_self" class="" style="" >
Kerala News</a></span>                                                      </li>
                                                                                                        <li class="english">
                                                        <span style="max-width:100%;" class="">
<a href="/news/india" target="_self" class="" style="" >
India</a></span>                                                      </li>
                                                                                                        <li class="english">
                                                        <span style="max-width:100%;" class="">
<a href="/news/world" target="_self" class="" style="" >
World</a></span>                                                      </li>
                                                                                                        <li class="english">
                                                        <span style="max-width:100%;" class="">
<a href="/news/columns" target="_self" class="" style="" >
Columns</a></span>                                                      </li>
                                                                                                  </ul>
                                              <div class="mpp-vr-2"></div>                                                                                            <ul class="mpp-header-list-group my-2">
                                                                                                        <li class="english">
                                                        <span style="max-width:100%;" class="">
<a href="/movies-music/news" target="_self" class="" style="" >
Movie News</a></span>                                                      </li>
                                                                                                        <li class="english">
                                                        <span style="max-width:100%;" class="">
<a href="/movies-music/review" target="_self" class="" style="" >
Movie Review</a></span>                                                      </li>
                                                                                                        <li class="english">
                                                        <span style="max-width:100%;" class="">
<a href="/movies-music/music" target="_self" class="" style="" >
Music</a></span>                                                      </li>
                                                                                                        <li class="english">
                                                        <span style="max-width:100%;" class="">
<a href="/movies-music/interview" target="_self" class="" style="" >
Interview</a></span>                                                      </li>
                                                                                                        <li class="english">
                                                        <span style="max-width:100%;" class="">
<a href="/movies-music/trivia" target="_self" class="" style="" >
Trivia</a></span>                                                      </li>
                                                                                                  </ul>
                                              <div class="mpp-vr-2"></div>                                                                                            <ul class="mpp-header-list-group my-2">
                                                                                                        <li class="english">
                                                        <span style="max-width:100%;" class="">
<a href="/sports/news" target="_self" class="" style="" >
Sports News</a></span>                                                      </li>
                                                                                                        <li class="english">
                                                        <span style="max-width:100%;" class="">
<a href="/sports/badminton" target="_self" class="" style="" >
Badminton</a></span>                                                      </li>
                                                                                                        <li class="english">
                                                        <span style="max-width:100%;" class="">
<a href="/sports/cricket" target="_self" class="" style="" >
Cricket</a></span>                                                      </li>
                                                                                                        <li class="english">
                                                        <span style="max-width:100%;" class="">
<a href="/sports/football" target="_self" class="" style="" >
Football</a></span>                                                      </li>
                                                                                                        <li class="english">
                                                        <span style="max-width:100%;" class="">
<a href="/sports/tennis" target="_self" class="" style="" >
Tennis</a></span>                                                      </li>
                                                                                                  </ul>
                                              <div class="mpp-vr-2"></div>                                                                                            <ul class="mpp-header-list-group my-2">
                                                                                                        <li class="english">
                                                        <span style="max-width:100%;" class="">
<a href="/features/agriculture" target="_self" class="" style="" >
Agriculture</a></span>                                                      </li>
                                                                                                        <li class="english">
                                                        <span style="max-width:100%;" class="">
<a href="/features/books" target="_self" class="" style="" >
Books</a></span>                                                      </li>
                                                                                                        <li class="english">
                                                        <span style="max-width:100%;" class="">
<a href="/news/education" target="_self" class="" style="" >
Education</a></span>                                                      </li>
                                                                                                        <li class="english">
                                                        <span style="max-width:100%;" class="">
<a href="/features/food" target="_self" class="" style="" >
Food</a></span>                                                      </li>
                                                                                                  </ul>
                                              <div class="mpp-vr-2"></div>                                                                                            <ul class="mpp-header-list-group my-2">
                                                                                                        <li class="english">
                                                        <span style="max-width:100%;" class="">
<a href="/features/health" target="_self" class="" style="" >
Health</a></span>                                                      </li>
                                                                                                        <li class="english">
                                                        <span style="max-width:100%;" class="">
<a href="/news/money" target="_self" class="" style="" >
Money</a></span>                                                      </li>
                                                                                                        <li class="english">
                                                        <span style="max-width:100%;" class="">
<a href="/features/science" target="_self" class="" style="" >
Science</a></span>                                                      </li>
                                                                                                        <li class="english">
                                                        <span style="max-width:100%;" class="">
<a href="/features/technology" target="_self" class="" style="" >
Technology</a></span>                                                      </li>
                                                                                                  </ul>
                                              <div class="mpp-vr-2"></div>                                                                                            <ul class="mpp-header-list-group my-2">
                                                                                                        <li class="english">
                                                        <span style="max-width:100%;" class="">
<a href="/multimedia/videos" target="_self" class="" style="" >
Videos</a></span>                                                      </li>
                                                                                                        <li class="english">
                                                        <span style="max-width:100%;" class="">
<a href="/multimedia/photos" target="_self" class="" style="" >
Photogalley</a></span>                                                      </li>
                                                                                                        <li class="english">
                                                        <span style="max-width:100%;" class="">
<a href="/features/specials" target="_self" class="" style="" >
Specials</a></span>                                                      </li>
                                                                                                        <li class="english">
                                                        <span style="max-width:100%;" class="">
<a href="/discover" target="_self" class="" style="" >
Discover</a></span>                                                      </li>
                                                                                                  </ul>
                                                                                                                                                                            </div>
                                    </div>
                                </div>
                              <div class="mpp-container py-4">

                                <div class="mpp-header-footer">
  <div class="mpp-header-footer-top d-flex justify-content-between d-none d-sm-flex">
    <!--<button class="btn-default mpp-header-btn english">
      Our Network
    </button>-->
    <!--div class="">
    <button class="btn-default mpp-header-btn mpp-header-btn2 text-black english mx-3">
      Subscribe
    </button>
  	<button class="btn-default mpp-header-btn mpp-header-btn2 text-black english">
      sign In
    </button> 
    </div-->
  </div>
  <div class="mpp-header-network-menus">
    <ul class="mpp-header-network-list-group d-none d-sm-flex d-flex justify-content-center flex-wrap">
      <li class="english mpp-cursor mb-3"><a href="https://english.mathrubhumi.com/">English</a></li>
      <li class="english mpp-cursor"><a href="https://www.mathrubhumi.com/print-edition/">Print</a></li>
      <li class="english mpp-cursor"><a href="https://www.mathrubhumi.com/gulf">Gulf</a></li>
      <li class="english mpp-cursor"><a href="https://www.mathrubhumi.com/nri ">NRI</a></li>
      <li class="english mpp-cursor"><a href="https://epaper.mathrubhumi.com/" target="_blank">e-Paper</a></li>
      <li class="english mpp-cursor"><a href="https://tv.mathrubhumi.com/" target="_blank">Mathrubhumi News</a></li>
      <li class="english mpp-cursor"><a href="https://clubfm.in/" target="_blank" >Club FM</a></li>
      <li class="english mpp-cursor"><a href="https://www.mbiseed.com/" target="_blank">Seed</a></li>
      <li class="english mpp-cursor"><a href="https://silverbullet.in/" target="_blank">Silver Bullet</a></li>
      <li class="english mpp-cursor"><a href="https://www.findhome.com/" target="_blank">FindHome</a></li>
      <li class="english mpp-cursor"><a href="https://www.mathrubhumimediaschool.com/" target="_blank">Media School</a></li>
      <li class="english mpp-cursor"><a href="https://www.mbifl.com/" target="_blank">MBIFL</a></li>
      <li class="english mpp-cursor"><a href="https://redmic.in/" target="_blank">Redmic</a></li>
    </ul>
  </div>
  <div class="mpp-header-network-social d-flex justify-content-center mt-4 flex-wrap align-items-center">
    <div class="mpp-footer-social-icons d-flex justify-content-center align-items-center mpp-cursor" >
      <a href="https://www.facebook.com/mathrubhumienglish" target="_blank" aria-label="Facebook"><i class="fab fa-facebook-f"></i></a>
    </div>
    <div class="mpp-footer-social-icons d-flex justify-content-center align-items-center mpp-cursor">
      <a href="https://twitter.com/mathrubhumieng" target="_blank" aria-label="Twitter"><i class="fab fa-twitter"></i></a>
    </div>
    <div class="mpp-footer-social-icons d-flex justify-content-center align-items-center mpp-cursor">
      <a href="https://www.youtube.com/user/mathrubhumionline?sub_confirmation=1" target="_blank" aria-label="Youtube"><i class="fab fa-youtube"></i></a>
    </div>
    <div class="mpp-footer-social-icons d-flex justify-content-center align-items-center mpp-cursor">
      <a href="https://www.instagram.com/mathrubhumidotcom/" target="_blank" aria-label="Instagram"><i class="fab fa-instagram"></i></a>
    </div>
    <div class="mpp-footer-social-icons d-flex justify-content-center align-items-center mpp-cursor">
      <a href="https://t.me/mathrubhumienglish" target="_blank" aria-label="Telegram"><i class="fab fa-telegram"></i></a>
    </div>
    <div class="mpp-header-network-social-app">
      <a href="https://itunes.apple.com/in/app/mathrubhumi/id520404360" target="_blank"><img src="/filedelivery/policy:1.7028997:1644651561/AS.jpg" class="img-fluid mpp-cursor" style="border-radius:4px" /></a>
      <a href="https://play.google.com/store/apps/details?id=gmms.mathrubhumi.basic" target="_blank"><img src="/filedelivery/policy:1.7028998:1644651648/gp.jpg" class="img-fluid mpp-cursor" style="border-radius:4px" /></a>
    </div>
  </div>
  <ul class="mpp-header-network-sub-list-group d-flex mt-4 d-flex justify-content-center flex-wrap d-none d-sm-flex">
    <li class="english mpp-cursor"><a href="https://epaper.mathrubhumi.com/" target="_blank">e-Paper</a></li>
    <li class="english mpp-cursor"><a href="https://www.mathrubhumi.com/subscription" target="_blank">Subscription</a></li>
    <li class="english mpp-cursor"><a href="https://buybooks.mathrubhumi.com/" target="_blank">Buy Bbooks</a></li>
    <li class="english mpp-cursor"><a href="https://www.mathrubhumi.com/magazines" target="_blank">Magazines</a></li>
    <li class="english mpp-cursor"><a href="https://media.mathrubhumi.com/classifieds/classifieds.php" target="_blank">Classifieds</a></li>
    <li class="english mpp-cursor"><a href="https://archives.mathrubhumi.com/home.html" target="_blank">Archives</a></li>
    <li class="english mpp-cursor"><a href="https://secure.mathrubhumi.com/bookmyad/" target="_blank">BookMyAd</a></li>
  </ul>
</div>
<div class="d-flex justify-content-center mpp-footer-copyright">
  <h6 class="english">
    &copy; Copyright Mathrubhumi 2022. All rights reserved.
  </h6>
</div>        
        
</div>
                            </div>
                        </div>
                    </div>
                    <ul class="mpp-menu-list-type english d-flex align-items-center m-0 p-0 d-md-flex d-xs-none d-lg-flex d-none d-sm-flex">
                                                                          <li><span style="max-width:100%;" class="">
<a href="/" target="_self" class="" style="" >
Home</a></span></li>
                                                    <li><span style="max-width:100%;" class="">
<a href="/news" target="_self" class="" style="" >
News</a></span></li>
                                                    <li><span style="max-width:100%;" class="">
<a href="/movies-music" target="_self" class="" style="" >
Movies & Music</a></span></li>
                                                    <li><span style="max-width:100%;" class="">
<a href="/news/education" target="_self" class="" style="" >
Education</a></span></li>
                                                    <li><span style="max-width:100%;" class="">
<a href="/sports" target="_self" class="" style="" >
Sports</a></span></li>
                                                    <li><span style="max-width:100%;" class="">
<a href="/features/travel" target="_self" class="" style="" >
Travel</a></span></li>
                                                    <li><span style="max-width:100%;" class="">
<a href="/features/food" target="_self" class="" style="" >
Food</a></span></li>
                                                    <li><span style="max-width:100%;" class="">
<a href="/news/columns" target="_self" class="" style="" >
Columns</a></span></li>
                                                    <li><span style="max-width:100%;" class="">
<a href="/multimedia" target="_self" class="" style="" >
Gallery</a></span></li>
                                                    <li><span style="max-width:100%;" class="">
<a href="/discover" target="_self" class="" style="" >
Discover</a></span></li>
                                                                  </ul>
                </div>
                <div class="mpp-header-section-menu-list d-flex align-items-center justify-content-between">
                    <div class="mpp-header-sponsor mx-2 d-none d-sm-flex">
                                          </div>
                    <div class="mpp-header-login d-flex align-items-center ">
                                              
                                <i zoomdSearch='{"trigger":"OnClick"}' class="fas fa-search mx-3 mpp-header-login-icon"></i>
        
                                                    <div class="btn-group d-flex align-items-center">
                                                                              
                                <div class="toggle-switch cursor ms-3" tabindex="0">
  <input type="checkbox" name="my_checkbox" value="yes" id="checkbox-id" onclick="changeTheme()" class="cursor"/>
  <label for="checkbox-id" class="mpp-cursor cursor">
    <div class="area" aria-hidden="true">
      <div class="background">
        <div class="handle"></div>
      </div>
    </div>
  </label>
</div>
        
                                                          
                            
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class="row-cols-lg-1">
          
                              
<div class="mpp-header-trending-container ">
  <div class="mpp-header-container mpp-header-trending d-flex">
    <h6 class="english m-0 mt-1 d-none d-sm-block">Trending Topics:</h6>
    <div class="d-flex mpp-header-trending-topics">

              
            
                                    
            <div class="mpp-header-trending-btn mpp-border mpp-border-radius">
              <a href="https://english.mathrubhumi.com/topics/tag/kannur_bomb_explosion">
                <h3 class="english m-0">Kannur Bomb Blast</h3>
              </a>
            </div>

        
            
                                    
            <div class="mpp-header-trending-btn mpp-border mpp-border-radius">
              <a href="https://english.mathrubhumi.com/topics/tag/rescue_mission">
                <h3 class="english m-0">Rescue Mission</h3>
              </a>
            </div>

        
            
                                    
            <div class="mpp-header-trending-btn mpp-border mpp-border-radius">
              <a href="https://english.mathrubhumi.com/topics/tag/lok_ayukta">
                <h3 class="english m-0">Lok Ayukta</h3>
              </a>
            </div>

              
    </div>
  </div>
</div>

          
              </div>
    </div>
</div>
<script>
    $(document).ready(function () {
        $(".logo-desk img").addClass("mpp-header-logo-desktop");
        $(".logo-mob img").addClass("d-block d-sm-none mpp-mobile-logo");
    });
</script>    <div class="mpp-container wide-top">
          
                                                                                                    
    
    <!-- breaking text start -->



    <div class="mpp-element-breaking d-flex flex-wrap leftdiv116 mb-3 align-items-md-center">
        <div class="mpp-badge-round mpp-element-badge-breaking">
            <h6 class="text-white m-0 mpp-badge-round-label english d-flex align-items-center">Maintenance</h6>
        </div>
        <div class="mpp-element-breaking-heading">
            <ul id="marqueeflash3219" class="marqueeflash">
                                                            
                            
                        
                        <li><a    href="" >
                            <h1 class="malayalam cursor">
                                We are upgrading to serve you better
                            </h1></a>
                        </li>
                                            
                            
                        
                        <li><a    href="" >
                            <h1 class="malayalam cursor">
                                Some content may not be available to our visitors for some time
                            </h1></a>
                        </li>
                                                </ul>

        </div>
    </div>
    <!-- breaking text end -->

        <script>
        $(document).ready(function () {
            $('#marqueeflash3219').marquee({
                yScroll:"bottom",pauseSpeed:1500,scrollSpeed:8
            });
        });
    </script>
                                            <!-- element 1 start -->
                                              
    <div class="mpp-element-container" id="slick3255">
                                                    
                        

                                    

                                    
                        

    <div class="mpp-element-card mpp-border mpp-border-radius">
        <a href="#">
            <div class="mpp-element-card-body d-flex mpp-hover">
                <div class="mpp-element-card-inner-content d-flex">
                    <div
                            class="
                  mpp-element-card-img mpp-border-radius
                  position-relative
                  mpp-image-zoom
                ">

                        <a href="https://english.mathrubhumi.com/topics/tag/coronavirus" >
                                                <picture>
                            <source media="(min-width:768px)" srcset="/image/contentid/policy:1.7029488:1644731473/covid.jpg?$p=d11a64c&f=16x9&w=100&q=0.6">
                            <source media="(max-width:767px)" srcset="/image/contentid/policy:1.7029488:1644731473/covid.jpg?$p=d11a64c&f=1x1&w=100&q=0.6">
                            <img alt="coronavirus" class="img-fluid" src="/image/contentid/policy:1.7029488:1644731473/covid.jpg?$p=d11a64c&f=16x9&w=100&q=0.6"  >
                        </picture>
                        </a>
                                                                 </div>
                    <div class="malayalam mpp-element-card-content mpp-hover">

                        <h3 class="mpp-element-heading m-0">
                            <a href="https://english.mathrubhumi.com/topics/tag/coronavirus" >
                            Covid - 19
                            </a>
                        </h3>

                        <a href="https://english.mathrubhumi.com/topics/tag/coronavirus" ><p class="mpp-element-content">
                            COVID-19 cases in country
                        </p></a>
                    </div>
                </div>
                            </div>
        </a>
    </div>
                                                    
                        

                                    

                                    
                        

    <div class="mpp-element-card mpp-border mpp-border-radius">
        <a href="#">
            <div class="mpp-element-card-body d-flex mpp-hover">
                <div class="mpp-element-card-inner-content d-flex">
                    <div
                            class="
                  mpp-element-card-img mpp-border-radius
                  position-relative
                  mpp-image-zoom
                ">

                        <a href="https://english.mathrubhumi.com/topics/tag/assembly_election_2022" >
                                                <picture>
                            <source media="(min-width:768px)" srcset="/image/contentid/policy:1.7029475:1644727885/New%20Project.jpg?$p=8ce1a8e&f=16x9&w=100&q=0.6">
                            <source media="(max-width:767px)" srcset="/image/contentid/policy:1.7029475:1644727885/New%20Project.jpg?$p=8ce1a8e&f=1x1&w=100&q=0.6">
                            <img alt="Assembly Election" class="img-fluid" src="/image/contentid/policy:1.7029475:1644727885/New%20Project.jpg?$p=8ce1a8e&f=16x9&w=100&q=0.6"  >
                        </picture>
                        </a>
                                                                 </div>
                    <div class="malayalam mpp-element-card-content mpp-hover">

                        <h3 class="mpp-element-heading m-0">
                            <a href="https://english.mathrubhumi.com/topics/tag/assembly_election_2022" >
                            Assembly Election 2022
                            </a>
                        </h3>

                        <a href="https://english.mathrubhumi.com/topics/tag/assembly_election_2022" ><p class="mpp-element-content">
                            Assembly Election 2022 in Five States
                        </p></a>
                    </div>
                </div>
                            </div>
        </a>
    </div>
                                                                                                    
                        

                                    

                                    
                        

    <div class="mpp-element-card mpp-border mpp-border-radius">
        <a href="#">
            <div class="mpp-element-card-body d-flex mpp-hover">
                <div class="mpp-element-card-inner-content d-flex">
                    <div
                            class="
                  mpp-element-card-img mpp-border-radius
                  position-relative
                  mpp-image-zoom
                ">

                        <a href="/news/columns/m-g-radhakrishnan-1.6441622" >
                                                <picture>
                            <source media="(min-width:768px)" srcset="/image/contentid/policy:1.6393912:1644341114/image.JPG?$p=66a25a7&f=16x9&w=100&q=0.6">
                            <source media="(max-width:767px)" srcset="/image/contentid/policy:1.6393912:1644341114/image.JPG?$p=66a25a7&f=1x1&w=100&q=0.6">
                            <img alt="Udupi College Hijab Row" class="img-fluid" src="/image/contentid/policy:1.6393912:1644341114/image.JPG?$p=66a25a7&f=16x9&w=100&q=0.6"  >
                        </picture>
                        </a>
                                                                 </div>
                    <div class="malayalam mpp-element-card-content mpp-hover">

                        <h3 class="mpp-element-heading m-0">
                            <a href="/news/columns/m-g-radhakrishnan-1.6441622" >
                            View from my window
                            </a>
                        </h3>

                        <a href="/news/columns/m-g-radhakrishnan-1.6441622" ><p class="mpp-element-content">
                            Poisoning Children
                        </p></a>
                    </div>
                </div>
                            </div>
        </a>
    </div>
                                                                                                    
                        

                                    

                                    
                        

    <div class="mpp-element-card mpp-border mpp-border-radius">
        <a href="#">
            <div class="mpp-element-card-body d-flex mpp-hover">
                <div class="mpp-element-card-inner-content d-flex">
                    <div
                            class="
                  mpp-element-card-img mpp-border-radius
                  position-relative
                  mpp-image-zoom
                ">

                        <a href="/news/kerala/crime-against-women-in-kerala-increases-as-2021-sees-highest-number-of-cases-in-6-years-1.6438657" >
                                                <picture>
                            <source media="(min-width:768px)" srcset="/image/contentid/policy:1.7007944:1644503660/image.jpg?$p=0f6e831&f=16x9&w=100&q=0.6">
                            <source media="(max-width:767px)" srcset="/image/contentid/policy:1.7007944:1644503660/image.jpg?$p=0f6e831&f=1x1&w=100&q=0.6">
                            <img alt="crime against women" class="img-fluid" src="/image/contentid/policy:1.7007944:1644503660/image.jpg?$p=0f6e831&f=16x9&w=100&q=0.6"  >
                        </picture>
                        </a>
                                                                 </div>
                    <div class="malayalam mpp-element-card-content mpp-hover">

                        <h3 class="mpp-element-heading m-0">
                            <a href="/news/kerala/crime-against-women-in-kerala-increases-as-2021-sees-highest-number-of-cases-in-6-years-1.6438657" >
                            Crime against women in Kerala
                            </a>
                        </h3>

                        <a href="/news/kerala/crime-against-women-in-kerala-increases-as-2021-sees-highest-number-of-cases-in-6-years-1.6438657" ><p class="mpp-element-content">
                            2021 sees highest number of cases in 6 years
                        </p></a>
                    </div>
                </div>
                            </div>
        </a>
    </div>
    


</div>
<script type="text/javascript">
    $(document).ready(function () {
        $("#slick3255").slick({
            dots: false,
            infinite: true,
            speed: 2000,
            slidesToShow: 1,
            variableWidth: true,
            arrows: false,
            autoplay: true,
            autoplaySpeed: 2000,
            swipeToSlide:true,
            responsive: [
                {
                    breakpoint: 340,
                    settings: {
                        slidesToShow: 2,
                        slidesToScroll: 1,
                        infinite: true,
                        dots: false,
                        variableWidth: true,
                        autoplay: true,
                        autoplaySpeed: 2000,
                    },
                },
            ],
            responsive: [
                {
                    breakpoint: 998,
                    settings: {
                        slidesToShow: 2,
                        slidesToScroll: 1,
                        infinite: true,
                        dots: false,
                        variableWidth: true,
                        autoplay: true,
                        autoplaySpeed: 2000,
                    },
                },
            ],
        });
    });
</script>


<!-- element 1 end -->        
          </div>
  <hr class="d-none d-sm-block" />
  
<div class="mpp-container">
  
       

                            <div class="my-3">                                              










                                                        
                                                                                                      

    
            

        
                                                                                      
                                                                                                                          
                                        
        
                                                                                                                                                                                                                                
        
                                                                                                                      
    
                                                                                                                                                                                 
<div class="row">
<div class="col-xl-5 col-lg-5 col-md-6 col-sm-6 mpp-main-element-left p-sm-0" >
    <div class="mpp-main-element-news-card mpp-hover " >

        <div class="order-xl-1 order-lg-1 order-md-1 order-3">
            <a href="/news/kerala/hc-allows-govt-to-go-ahead-with-social-impact-study-of-k-rail-silverline-project-1.7042702" >
                <h1 class="malayalam" >
                    HC allows Kerala govt to go ahead with social impact study of K-Rail SilverLine project
                </h1>
            </a>
        </div>

        <div class=" mpp-main-element-news-card-img position-relative mpp-border-radius mpp-image-zoom-home order-xl-2 order-lg-2 order-md-2 order-1 mpp-border-sm-radius"
        >
            <a href="/news/kerala/hc-allows-govt-to-go-ahead-with-social-impact-study-of-k-rail-silverline-project-1.7042702" >

                                    <img alt="HC" class="img-fluid" src="/image/contentid/policy:1.5831550:1644513815/image.jpg?$p=0f6e831&f=16x9&w=440&q=0.6" />
                                <div class="position-absolute top-0 start-0">
                                    </div>
                <div
                        class="
                position-absolute
                bottom-0
                start-0
                mpp-badge-icon
                d-flex
                align-items-center
              "
                >
                    <i class="fas  fas fa-book-open text-white"></i>
                    <p class="text-white m-0 px-1 english">1 min</p>
                </div>
            </a>
        </div>
        <!-- <div class="mpp-main-element-content mt-3"> -->
        <div class="mpp-content-section mb-2 mt-3 order-xl-3 order-lg-3 order-md-3 order-2 mpp-main-section-mobile-top"
        >
            <div class="mpp-content-top-section-13 d-flex english">
                <a href="/news" class="mpp-current-item"> <p class="m-0 text-uppercase">News</p></a>
                <span class="px-2 m-0">|</span>
                <p class="mpp-current-item m-0 english">
                    <a href="/news/kerala" class="mpp-current-item text-uppercase">

                        Kerala
                    </a>
                </p>

            </div>
            <div class="mpp-content-top-btn-container ">
                <a href="/news/kerala" class="mpp-current-item" ><button class="mpp-content-top-btn">See All</button></a>
            </div>
        </div>




        <div class="mpp-main-element-content-details mt-2 order-xl-4 order-lg-4 order-md-4 order-4 "
        >
            <a href="/news/kerala/hc-allows-govt-to-go-ahead-with-social-impact-study-of-k-rail-silverline-project-1.7042702" >

                <h2 class="malayalam">
                    Kochi: In a major relief to the state government, a Kerala high court division bench on Monday stayed its single bench order to stop the survey for the ..
                </h2>

                <ul class="mpp-main-element-sub-point malayalam">
                                                            
                </ul>
            </a>
        </div>
        <div class="mpp-content-section-bottom mpp-content-section mpp-main-section-main-mobile-bottom mb-2 order-xl-5 order-lg-5 order-md-5  order-5 "
        >
            <div class="mpp-content-bottom-time d-flex">
                <p class="m-0 english">18 min ago</p>
                <span class="px-2"></span>
                <a href="/topics/tag/k_rail_project-0x2d5f"><p class="m-0 english">#k-rail project</p></a>
            </div>
                                                                                                                   
                                                                                       
<div class="mpp-content-bottom-icons mpp-icons">
    <i class="fas fa-bookmark pt-1"></i>
    <i class="fas fa-share-alt cursor pt-1" data-bs-toggle="offcanvas" data-bs-target="#offcanvasBottom" aria-controls="offcanvasBottom" onclick="shareModal(`/image/contentid/policy:1.5831550:1644513815/image.jpg?$p=0f6e831&f=16x9&w=311&q=0.6`,`HC allows Kerala govt to go ahead with social impact study of K-Rail SilverLine project`,`18 min ago`,`https://english.mathrubhumi.com/news/kerala/hc-allows-govt-to-go-ahead-with-social-impact-study-of-k-rail-silverline-project-1.7042702`)"></i>
    <div class="dropdown d-none d-sm-block">
        <i class="fas fa-ellipsis-v cursor"  id="dropdownMenuButton1" data-bs-toggle="dropdown" aria-expanded="false" onclick="moreOptions(`https://english.mathrubhumi.com/news/kerala/hc-allows-govt-to-go-ahead-with-social-impact-study-of-k-rail-silverline-project-1.7042702`,`/news/kerala`,`is_article`,``,``,30127042702)"></i>
        <ul class="dropdown-menu dropdown-menu-lg-end dropdown-menu-sm-end dropdown-menu-md-end p-0 py-2 mpp-more-ul" aria-labelledby="dropdownMenuButton1" id="mpp-more-options-30127042702">
            <!-- more options -->
        </ul>
    </div>
    <i class="fas fa-ellipsis-v cursor d-block d-sm-none"  id="dropdownMenuButton1"  data-bs-toggle="offcanvas" data-bs-target="#offcanvas-30127042702" aria-controls="offcanvas" onclick="moreOptions(`https://english.mathrubhumi.com/news/kerala/hc-allows-govt-to-go-ahead-with-social-impact-study-of-k-rail-silverline-project-1.7042702`,`/news/kerala`,`is_article`,``,``,30127042702)"></i>

    <div class="offcanvas offcanvas-bottom d-block d-sm-none" tabindex="-1" id="offcanvas-30127042702" aria-labelledby="offcanvasBottomLabel">
        <div class="offcanvas-body small">
            <div class="d-flex justify-content-end mpp-element-share-icon-mobile">
                <i class="fas fa-times float-end p-2 mb-2 cursor mpp-cursor" data-bs-dismiss="offcanvas" aria-label="Close" ></i>
            </div>
            <ul class="list-group list-group-flush mpp-more-options-mobile" id="mpp-more-options-mobile-30127042702">
                <!-- more options -->
            </ul>
        </div>
    </div>
</div>
        </div>
        <!-- </div> -->
    </div>
            <hr class="d-none d-sm-block" />
    

            <div class="mpp-main-element-news-sub-container">
                    
                                                                                                
                                                                                                                                                                                        


                    

                                                            

                                        
                                                                                                                                                                                      
                                                                                                                                                                    
                                                
                        
                        
                                                                                                                                                                              
                                        
                                                                                                                      
                    
                                                                                                                                                                                                 
                                                                                                        <div class="mpp-main-element-news-sub-card mpp-hover  video " >
                                                        <div class="mpp-content-section mb-2   order-xl-3 order-lg-3 order-md-3 order-2 "
                            >
                                <div class="mpp-content-top-section-13 d-flex english">
                                    <a href="/news" class="mpp-current-item"> <p class="m-0 text-uppercase">News</p></a>
                                    <span class="px-2 m-0">|</span>
                                    <p class="mpp-current-item m-0 english">
                                        <a href="/news/kerala" class="mpp-current-item text-uppercase">

                                            Kerala
                                        </a>
                                    </p>

                                </div>
                                <div class="mpp-content-top-btn-container ">
                                    <a href="/news/kerala" class="mpp-current-item" ><button class="mpp-content-top-btn">See All</button></a>
                                </div>
                            </div>
                            <div
                                    class="
                mpp-main-element-news-sub-card-content  mpp-hover
                mt-md-3 mt-sm-2
                d-flex
                justify-content-between
              "
                            >
                                <!-- <a href="./elements/storyMain.html"> -->

                                <div class="mpp-main-element-news-sub-card-content-details2 ">
                                    <a href="/news/kerala/bomb-blast-amid-marriage-in-kannur-police-arrests-four-youths-kerala-1.7042677" >

                                        <h2 class="malayalam">
                                            Police arrests four over Kannur bomb blast case 
                                        </h2>
                                        <p class="malayalam">
                                            Kannur: Police took four youth into custody in relation to the bomb blast during a marriage party at Thottada. Jishnu (26), an Echoor native, was killed ..
                                        </p>
                                    </a>
                                </div>
                                <div
                                        class="
                  mpp-main-element-news-sub-card-img
                  position-relative
                  mpp-border-radius mpp-image-zoom                 "
                                >

                                    <a href="/news/kerala/bomb-blast-amid-marriage-in-kannur-police-arrests-four-youths-kerala-1.7042677" >

                                                                                    <picture>
                                                <source media="(min-width:426px)" srcset="/image/contentid/policy:1.7042678:1644807934/image%20(5).jpg?$p=f7977ee&f=16x11&w=115&q=0.6">
                                                 <source media="(max-width:425px)" srcset="/image/contentid/policy:1.7042678:1644807934/image%20(5).jpg?$p=f7977ee&f=1x1&w=100&q=0.6">                                                 <img alt="Kannur bomb blast" class="img-fluid" src="/image/contentid/policy:1.7042678:1644807934/image%20(5).jpg?$p=f7977ee&f=16x11&w=115&q=0.6"  >
                                            </picture>
                                                                            </a>
                                    <div class="position-absolute top-0 start-0">
                                                                            </div>
                                    <div
                                            class="
                    position-absolute
                    bottom-0
                    start-0
                    mpp-badge-icon-small
                    d-flex
                    align-items-center
                  "
                                    >
                                        <i class="far  far fa-play-circle text-white " ></i>
                                        <p class="text-white m-0 px-1 english" >00:25</p>
                                    </div>
                                </div>
                                <!-- </a> -->
                            </div>
                            <div
                                    class="mpp-content-section-bottom mpp-content-section mt-4 mb-4"
                            >
                                <div class="mpp-content-bottom-time d-flex">
                                    <p class="m-0 english">2 hr ago</p>
                                    <span class="px-2"></span>
                                    <a href="/topics/tag/kannur_bomb_explosion"><p class="m-0 english">#kannur bomb explosion</p></a>
                                </div>
                                                                                                                                                   
                                                                                       
<div class="mpp-content-bottom-icons mpp-icons">
    <i class="fas fa-bookmark pt-1"></i>
    <i class="fas fa-share-alt cursor pt-1" data-bs-toggle="offcanvas" data-bs-target="#offcanvasBottom" aria-controls="offcanvasBottom" onclick="shareModal(`/image/contentid/policy:1.7042678:1644807934/image%20(5).jpg?$p=f7977ee&f=16x9&w=311&q=0.6`,`Police arrests four over Kannur bomb blast case`,`2 hr ago`,`https://english.mathrubhumi.com/news/kerala/bomb-blast-amid-marriage-in-kannur-police-arrests-four-youths-kerala-1.7042677`)"></i>
    <div class="dropdown d-none d-sm-block">
        <i class="fas fa-ellipsis-v cursor"  id="dropdownMenuButton1" data-bs-toggle="dropdown" aria-expanded="false" onclick="moreOptions(`https://english.mathrubhumi.com/news/kerala/bomb-blast-amid-marriage-in-kannur-police-arrests-four-youths-kerala-1.7042677`,`/news/kerala`,`is_video`,``,``,30127042677)"></i>
        <ul class="dropdown-menu dropdown-menu-lg-end dropdown-menu-sm-end dropdown-menu-md-end p-0 py-2 mpp-more-ul" aria-labelledby="dropdownMenuButton1" id="mpp-more-options-30127042677">
            <!-- more options -->
        </ul>
    </div>
    <i class="fas fa-ellipsis-v cursor d-block d-sm-none"  id="dropdownMenuButton1"  data-bs-toggle="offcanvas" data-bs-target="#offcanvas-30127042677" aria-controls="offcanvas" onclick="moreOptions(`https://english.mathrubhumi.com/news/kerala/bomb-blast-amid-marriage-in-kannur-police-arrests-four-youths-kerala-1.7042677`,`/news/kerala`,`is_video`,``,``,30127042677)"></i>

    <div class="offcanvas offcanvas-bottom d-block d-sm-none" tabindex="-1" id="offcanvas-30127042677" aria-labelledby="offcanvasBottomLabel">
        <div class="offcanvas-body small">
            <div class="d-flex justify-content-end mpp-element-share-icon-mobile">
                <i class="fas fa-times float-end p-2 mb-2 cursor mpp-cursor" data-bs-dismiss="offcanvas" aria-label="Close" ></i>
            </div>
            <ul class="list-group list-group-flush mpp-more-options-mobile" id="mpp-more-options-mobile-30127042677">
                <!-- more options -->
            </ul>
        </div>
    </div>
</div>

                                <div class="offcanvas offcanvas-bottom" tabindex="-1" id="offcanvasBottom" aria-labelledby="offcanvasBottomLabel">
                                    <div class="offcanvas-header d-block ">
                                        <div class="" id="mpp-share-offcanvas">
                                            <!-- share content -->
                                        </div>
                                    </div>
                                </div>


                            </div>
                        </div>
                    



                                                                        <hr class="d-none d-sm-block" />
                        
                    
                                                
                                                                                                
                                                                                                                                                                                                          


                    

                                                            

                                        
                                                                                                                                                                                      
                                                                                                                                                                                                          
                                                        
                        
                        
                                                                                                                                                                                                                              
                                        
                                                                                                                      
                    
                                                                                                                                                                                                 
                                                                                                        <div class="mpp-main-element-news-sub-card mpp-hover " >
                                                        <div class="mpp-content-section mb-2   order-xl-3 order-lg-3 order-md-3 order-2 "
                            >
                                <div class="mpp-content-top-section-13 d-flex english">
                                    <a href="/news" class="mpp-current-item"> <p class="m-0 text-uppercase">News</p></a>
                                    <span class="px-2 m-0">|</span>
                                    <p class="mpp-current-item m-0 english">
                                        <a href="/news/india" class="mpp-current-item text-uppercase">

                                            India
                                        </a>
                                    </p>

                                </div>
                                <div class="mpp-content-top-btn-container ">
                                    <a href="/news/india" class="mpp-current-item" ><button class="mpp-content-top-btn">See All</button></a>
                                </div>
                            </div>
                            <div
                                    class="
                mpp-main-element-news-sub-card-content  mpp-hover
                mt-md-3 mt-sm-2
                d-flex
                justify-content-between
              "
                            >
                                <!-- <a href="./elements/storyMain.html"> -->

                                <div class="mpp-main-element-news-sub-card-content-details2 ">
                                    <a href="/news/india/kerala-political-violence-no-riots-in-up-last-five-years-yogi-defends-controversial-kerala-remark-1.7042694" >

                                        <h2 class="malayalam">
                                            Kerala unsafe due to political violence, no riots in UP last 5 years: Yogi defends Kerala remark
                                        </h2>
                                        <p class="malayalam">
                                            Lucknow (Uttar Pradesh): Countering the fume that racked up over his remark that Uttar Pradesh can become like West Bengal and Kerala if BJP is not voted ..
                                        </p>
                                    </a>
                                </div>
                                <div
                                        class="
                  mpp-main-element-news-sub-card-img
                  position-relative
                  mpp-border-radius mpp-image-zoom                 "
                                >

                                    <a href="/news/india/kerala-political-violence-no-riots-in-up-last-five-years-yogi-defends-controversial-kerala-remark-1.7042694" >

                                                                                    <picture>
                                                <source media="(min-width:426px)" srcset="/image/contentid/policy:1.4894892:1644619418/image.jpg?$p=0f6e831&f=16x11&w=115&q=0.6">
                                                 <source media="(max-width:425px)" srcset="/image/contentid/policy:1.4894892:1644619418/image.jpg?$p=0f6e831&f=1x1&w=100&q=0.6">                                                 <img alt="Yogi" class="img-fluid" src="/image/contentid/policy:1.4894892:1644619418/image.jpg?$p=0f6e831&f=16x11&w=115&q=0.6"  >
                                            </picture>
                                                                            </a>
                                    <div class="position-absolute top-0 start-0">
                                                                            </div>
                                    <div
                                            class="
                    position-absolute
                    bottom-0
                    start-0
                    mpp-badge-icon-small
                    d-flex
                    align-items-center
                  "
                                    >
                                        <i class="far  fas fa-book-open text-white " ></i>
                                        <p class="text-white m-0 px-1 english" >5 min</p>
                                    </div>
                                </div>
                                <!-- </a> -->
                            </div>
                            <div
                                    class="mpp-content-section-bottom mpp-content-section mt-4 mb-4"
                            >
                                <div class="mpp-content-bottom-time d-flex">
                                    <p class="m-0 english">58 min ago</p>
                                    <span class="px-2"></span>
                                    <a href="/topics/tag/up_polls_2022"><p class="m-0 english">#up polls 2022</p></a>
                                </div>
                                                                                                                                                           
                                                                                       
<div class="mpp-content-bottom-icons mpp-icons">
    <i class="fas fa-bookmark pt-1"></i>
    <i class="fas fa-share-alt cursor pt-1" data-bs-toggle="offcanvas" data-bs-target="#offcanvasBottom" aria-controls="offcanvasBottom" onclick="shareModal(`/image/contentid/policy:1.4894892:1644619418/image.jpg?$p=0f6e831&f=16x9&w=311&q=0.6`,`Kerala unsafe due to political violence, no riots in UP last 5 years: Yogi defends Kerala remark`,`58 min ago`,`https://english.mathrubhumi.com/news/india/kerala-political-violence-no-riots-in-up-last-five-years-yogi-defends-controversial-kerala-remark-1.7042694`)"></i>
    <div class="dropdown d-none d-sm-block">
        <i class="fas fa-ellipsis-v cursor"  id="dropdownMenuButton1" data-bs-toggle="dropdown" aria-expanded="false" onclick="moreOptions(`https://english.mathrubhumi.com/news/india/kerala-political-violence-no-riots-in-up-last-five-years-yogi-defends-controversial-kerala-remark-1.7042694`,`/news/india`,`is_article`,``,``,30127042694)"></i>
        <ul class="dropdown-menu dropdown-menu-lg-end dropdown-menu-sm-end dropdown-menu-md-end p-0 py-2 mpp-more-ul" aria-labelledby="dropdownMenuButton1" id="mpp-more-options-30127042694">
            <!-- more options -->
        </ul>
    </div>
    <i class="fas fa-ellipsis-v cursor d-block d-sm-none"  id="dropdownMenuButton1"  data-bs-toggle="offcanvas" data-bs-target="#offcanvas-30127042694" aria-controls="offcanvas" onclick="moreOptions(`https://english.mathrubhumi.com/news/india/kerala-political-violence-no-riots-in-up-last-five-years-yogi-defends-controversial-kerala-remark-1.7042694`,`/news/india`,`is_article`,``,``,30127042694)"></i>

    <div class="offcanvas offcanvas-bottom d-block d-sm-none" tabindex="-1" id="offcanvas-30127042694" aria-labelledby="offcanvasBottomLabel">
        <div class="offcanvas-body small">
            <div class="d-flex justify-content-end mpp-element-share-icon-mobile">
                <i class="fas fa-times float-end p-2 mb-2 cursor mpp-cursor" data-bs-dismiss="offcanvas" aria-label="Close" ></i>
            </div>
            <ul class="list-group list-group-flush mpp-more-options-mobile" id="mpp-more-options-mobile-30127042694">
                <!-- more options -->
            </ul>
        </div>
    </div>
</div>

                                <div class="offcanvas offcanvas-bottom" tabindex="-1" id="offcanvasBottom" aria-labelledby="offcanvasBottomLabel">
                                    <div class="offcanvas-header d-block ">
                                        <div class="" id="mpp-share-offcanvas">
                                            <!-- share content -->
                                        </div>
                                    </div>
                                </div>


                            </div>
                        </div>
                    



                    
                    </div>
                    </div>
                    <div class="col-lg-4 col-xl-4 col-md-6  col-sm-5
            mpp-main-element-middle
            p-sm-0
          "
                    >
                    
                                                
                                                                                                
                                                                                                                                                                                                                                                                


                    

                                                            

                                        
                                                                                                                                                                                      
                                                                                                                                                                                                          
                                                
                        
                        
                                                                                                                                                                                                                                                                                                                              
                                        
                                                                                                                      
                    
                                                                                                                                                                                                 
                                                                                                        <div class="mpp-main-element-news-sub-card mpp-hover " >
                                                        <div class="mpp-content-section mb-2   order-xl-3 order-lg-3 order-md-3 order-2 "
                            >
                                <div class="mpp-content-top-section-13 d-flex english">
                                    <a href="/news" class="mpp-current-item"> <p class="m-0 text-uppercase">News</p></a>
                                    <span class="px-2 m-0">|</span>
                                    <p class="mpp-current-item m-0 english">
                                        <a href="/news/kerala" class="mpp-current-item text-uppercase">

                                            Kerala
                                        </a>
                                    </p>

                                </div>
                                <div class="mpp-content-top-btn-container ">
                                    <a href="/news/kerala" class="mpp-current-item" ><button class="mpp-content-top-btn">See All</button></a>
                                </div>
                            </div>
                            <div
                                    class="
                mpp-main-element-news-sub-card-content  mpp-hover
                mt-md-3 mt-sm-2
                d-flex
                justify-content-between
              "
                            >
                                <!-- <a href="./elements/storyMain.html"> -->

                                <div class="mpp-main-element-news-sub-card-content-details2 ">
                                    <a href="/news/kerala/another-man-goes-up-cheradu-hills-locals-voice-protest-against-trespassers-1.7042669" >

                                        <h2 class="malayalam">
                                            Another man hikes Cheradu hills; locals voice protest against trespassers
                                        </h2>
                                        <p class="malayalam">
                                            Malampuzha: Just days after Babu’ s rescue mission, another man goes trekking to Cheradu Koormbachi hills. A resident and coconut tree climber Radhakrishnan ..
                                        </p>
                                    </a>
                                </div>
                                <div
                                        class="
                  mpp-main-element-news-sub-card-img
                  position-relative
                  mpp-border-radius mpp-image-zoom                 "
                                >

                                    <a href="/news/kerala/another-man-goes-up-cheradu-hills-locals-voice-protest-against-trespassers-1.7042669" >

                                                                                    <picture>
                                                <source media="(min-width:426px)" srcset="/image/contentid/policy:1.7042670:1644804106/image%20(7).jpg?$p=d6afbcb&f=16x11&w=115&q=0.6">
                                                 <source media="(max-width:425px)" srcset="/image/contentid/policy:1.7042670:1644804106/image%20(7).jpg?$p=d6afbcb&f=1x1&w=100&q=0.6">                                                 <img alt="Cheradu Hills" class="img-fluid" src="/image/contentid/policy:1.7042670:1644804106/image%20(7).jpg?$p=d6afbcb&f=16x11&w=115&q=0.6"  >
                                            </picture>
                                                                            </a>
                                    <div class="position-absolute top-0 start-0">
                                                                            </div>
                                    <div
                                            class="
                    position-absolute
                    bottom-0
                    start-0
                    mpp-badge-icon-small
                    d-flex
                    align-items-center
                  "
                                    >
                                        <i class="far  fas fa-book-open text-white " ></i>
                                        <p class="text-white m-0 px-1 english" >1 min</p>
                                    </div>
                                </div>
                                <!-- </a> -->
                            </div>
                            <div
                                    class="mpp-content-section-bottom mpp-content-section mt-4 mb-4"
                            >
                                <div class="mpp-content-bottom-time d-flex">
                                    <p class="m-0 english">3 hr ago</p>
                                    <span class="px-2"></span>
                                    <a href="/topics/tag/cheradu_hills"><p class="m-0 english">#cheradu hills</p></a>
                                </div>
                                                                                                                                                   
                                                                                       
<div class="mpp-content-bottom-icons mpp-icons">
    <i class="fas fa-bookmark pt-1"></i>
    <i class="fas fa-share-alt cursor pt-1" data-bs-toggle="offcanvas" data-bs-target="#offcanvasBottom" aria-controls="offcanvasBottom" onclick="shareModal(`/image/contentid/policy:1.7042670:1644804106/image%20(7).jpg?$p=d6afbcb&f=16x9&w=311&q=0.6`,`Another man hikes Cheradu hills; locals voice protest against trespassers`,`3 hr ago`,`https://english.mathrubhumi.com/news/kerala/another-man-goes-up-cheradu-hills-locals-voice-protest-against-trespassers-1.7042669`)"></i>
    <div class="dropdown d-none d-sm-block">
        <i class="fas fa-ellipsis-v cursor"  id="dropdownMenuButton1" data-bs-toggle="dropdown" aria-expanded="false" onclick="moreOptions(`https://english.mathrubhumi.com/news/kerala/another-man-goes-up-cheradu-hills-locals-voice-protest-against-trespassers-1.7042669`,`/news/kerala`,`is_article`,``,``,30127042669)"></i>
        <ul class="dropdown-menu dropdown-menu-lg-end dropdown-menu-sm-end dropdown-menu-md-end p-0 py-2 mpp-more-ul" aria-labelledby="dropdownMenuButton1" id="mpp-more-options-30127042669">
            <!-- more options -->
        </ul>
    </div>
    <i class="fas fa-ellipsis-v cursor d-block d-sm-none"  id="dropdownMenuButton1"  data-bs-toggle="offcanvas" data-bs-target="#offcanvas-30127042669" aria-controls="offcanvas" onclick="moreOptions(`https://english.mathrubhumi.com/news/kerala/another-man-goes-up-cheradu-hills-locals-voice-protest-against-trespassers-1.7042669`,`/news/kerala`,`is_article`,``,``,30127042669)"></i>

    <div class="offcanvas offcanvas-bottom d-block d-sm-none" tabindex="-1" id="offcanvas-30127042669" aria-labelledby="offcanvasBottomLabel">
        <div class="offcanvas-body small">
            <div class="d-flex justify-content-end mpp-element-share-icon-mobile">
                <i class="fas fa-times float-end p-2 mb-2 cursor mpp-cursor" data-bs-dismiss="offcanvas" aria-label="Close" ></i>
            </div>
            <ul class="list-group list-group-flush mpp-more-options-mobile" id="mpp-more-options-mobile-30127042669">
                <!-- more options -->
            </ul>
        </div>
    </div>
</div>

                                <div class="offcanvas offcanvas-bottom" tabindex="-1" id="offcanvasBottom" aria-labelledby="offcanvasBottomLabel">
                                    <div class="offcanvas-header d-block ">
                                        <div class="" id="mpp-share-offcanvas">
                                            <!-- share content -->
                                        </div>
                                    </div>
                                </div>


                            </div>
                        </div>
                    



                                                                        <hr class="d-none d-sm-block" />
                        
                    
                                                
                                                                                                
                                                                                                                                                                                                                                              


                    

                                                            

                                        
                                                                                                                                                                                      
                                                                                                                                                                                                          
                                                        
                        
                        
                                                                                                                                                                                                                                                                              
                                        
                                                                                                                      
                    
                                                                                                                                                                                                 
                                                                                                        <div class="mpp-main-element-news-sub-card mpp-hover " >
                                                        <div class="mpp-content-section mb-2   order-xl-3 order-lg-3 order-md-3 order-2 "
                            >
                                <div class="mpp-content-top-section-13 d-flex english">
                                    <a href="/news" class="mpp-current-item"> <p class="m-0 text-uppercase">News</p></a>
                                    <span class="px-2 m-0">|</span>
                                    <p class="mpp-current-item m-0 english">
                                        <a href="/news/kerala" class="mpp-current-item text-uppercase">

                                            Kerala
                                        </a>
                                    </p>

                                </div>
                                <div class="mpp-content-top-btn-container ">
                                    <a href="/news/kerala" class="mpp-current-item" ><button class="mpp-content-top-btn">See All</button></a>
                                </div>
                            </div>
                            <div
                                    class="
                mpp-main-element-news-sub-card-content  mpp-hover
                mt-md-3 mt-sm-2
                d-flex
                justify-content-between
              "
                            >
                                <!-- <a href="./elements/storyMain.html"> -->

                                <div class="mpp-main-element-news-sub-card-content-details2 ">
                                    <a href="/news/kerala/man-set-rented-house-ablaze-cooking-gas-cylinder-exploded-destroying-the-house-1.7042697" >

                                        <h2 class="malayalam">
                                            House destroyed from cylinder explosion as man set rented house ablaze; owner says 'no complaint'
                                        </h2>
                                        <p class="malayalam">
                                            Mavelikkara: A man set his rented house ablaze and the cooking gas cylinder exploded destroying the house here. Thekkethil K Sabu (46), living in Kandiyoor ..
                                        </p>
                                    </a>
                                </div>
                                <div
                                        class="
                  mpp-main-element-news-sub-card-img
                  position-relative
                  mpp-border-radius mpp-image-zoom                 "
                                >

                                    <a href="/news/kerala/man-set-rented-house-ablaze-cooking-gas-cylinder-exploded-destroying-the-house-1.7042697" >

                                                                                    <picture>
                                                <source media="(min-width:426px)" srcset="/image/contentid/policy:1.7042698:1644814771/image%20(7).jpg?$p=d6afbcb&f=16x11&w=115&q=0.6">
                                                 <source media="(max-width:425px)" srcset="/image/contentid/policy:1.7042698:1644814771/image%20(7).jpg?$p=d6afbcb&f=1x1&w=100&q=0.6">                                                 <img alt="House collapses when gas cylinder exploded" class="img-fluid" src="/image/contentid/policy:1.7042698:1644814771/image%20(7).jpg?$p=d6afbcb&f=16x11&w=115&q=0.6"  >
                                            </picture>
                                                                            </a>
                                    <div class="position-absolute top-0 start-0">
                                                                            </div>
                                    <div
                                            class="
                    position-absolute
                    bottom-0
                    start-0
                    mpp-badge-icon-small
                    d-flex
                    align-items-center
                  "
                                    >
                                        <i class="far  fas fa-book-open text-white " ></i>
                                        <p class="text-white m-0 px-1 english" >1 min</p>
                                    </div>
                                </div>
                                <!-- </a> -->
                            </div>
                            <div
                                    class="mpp-content-section-bottom mpp-content-section mt-4 mb-4"
                            >
                                <div class="mpp-content-bottom-time d-flex">
                                    <p class="m-0 english">38 min ago</p>
                                    <span class="px-2"></span>
                                    <a href="/topics/tag/alappuzha"><p class="m-0 english">#alappuzha</p></a>
                                </div>
                                                                                                                                                           
                                                                                       
<div class="mpp-content-bottom-icons mpp-icons">
    <i class="fas fa-bookmark pt-1"></i>
    <i class="fas fa-share-alt cursor pt-1" data-bs-toggle="offcanvas" data-bs-target="#offcanvasBottom" aria-controls="offcanvasBottom" onclick="shareModal(`/image/contentid/policy:1.7042698:1644814771/image%20(7).jpg?$p=d6afbcb&f=16x9&w=311&q=0.6`,`House destroyed from cylinder explosion as man set rented house ablaze; owner says 'no complaint'`,`38 min ago`,`https://english.mathrubhumi.com/news/kerala/man-set-rented-house-ablaze-cooking-gas-cylinder-exploded-destroying-the-house-1.7042697`)"></i>
    <div class="dropdown d-none d-sm-block">
        <i class="fas fa-ellipsis-v cursor"  id="dropdownMenuButton1" data-bs-toggle="dropdown" aria-expanded="false" onclick="moreOptions(`https://english.mathrubhumi.com/news/kerala/man-set-rented-house-ablaze-cooking-gas-cylinder-exploded-destroying-the-house-1.7042697`,`/news/kerala`,`is_article`,``,``,30127042697)"></i>
        <ul class="dropdown-menu dropdown-menu-lg-end dropdown-menu-sm-end dropdown-menu-md-end p-0 py-2 mpp-more-ul" aria-labelledby="dropdownMenuButton1" id="mpp-more-options-30127042697">
            <!-- more options -->
        </ul>
    </div>
    <i class="fas fa-ellipsis-v cursor d-block d-sm-none"  id="dropdownMenuButton1"  data-bs-toggle="offcanvas" data-bs-target="#offcanvas-30127042697" aria-controls="offcanvas" onclick="moreOptions(`https://english.mathrubhumi.com/news/kerala/man-set-rented-house-ablaze-cooking-gas-cylinder-exploded-destroying-the-house-1.7042697`,`/news/kerala`,`is_article`,``,``,30127042697)"></i>

    <div class="offcanvas offcanvas-bottom d-block d-sm-none" tabindex="-1" id="offcanvas-30127042697" aria-labelledby="offcanvasBottomLabel">
        <div class="offcanvas-body small">
            <div class="d-flex justify-content-end mpp-element-share-icon-mobile">
                <i class="fas fa-times float-end p-2 mb-2 cursor mpp-cursor" data-bs-dismiss="offcanvas" aria-label="Close" ></i>
            </div>
            <ul class="list-group list-group-flush mpp-more-options-mobile" id="mpp-more-options-mobile-30127042697">
                <!-- more options -->
            </ul>
        </div>
    </div>
</div>

                                <div class="offcanvas offcanvas-bottom" tabindex="-1" id="offcanvasBottom" aria-labelledby="offcanvasBottomLabel">
                                    <div class="offcanvas-header d-block ">
                                        <div class="" id="mpp-share-offcanvas">
                                            <!-- share content -->
                                        </div>
                                    </div>
                                </div>


                            </div>
                        </div>
                    



                                                                        <hr class="d-none d-sm-block" />
                        
                    
                                                
                                                                                                
                                                                                                                                                                                                          


                    

                                                            

                                        
                                                                                                                                                                                      
                                                                                                                                                                                                          
                                                
                        
                        
                                                                                                                                                                                                                              
                                        
                                                                                                                      
                    
                                                                                                                                                                                                 
                                                                                                        <div class="mpp-main-element-news-sub-card mpp-hover " >
                                                        <div class="mpp-content-section mb-2   order-xl-3 order-lg-3 order-md-3 order-2 "
                            >
                                <div class="mpp-content-top-section-13 d-flex english">
                                    <a href="/news" class="mpp-current-item"> <p class="m-0 text-uppercase">News</p></a>
                                    <span class="px-2 m-0">|</span>
                                    <p class="mpp-current-item m-0 english">
                                        <a href="/news/india" class="mpp-current-item text-uppercase">

                                            India
                                        </a>
                                    </p>

                                </div>
                                <div class="mpp-content-top-btn-container ">
                                    <a href="/news/india" class="mpp-current-item" ><button class="mpp-content-top-btn">See All</button></a>
                                </div>
                            </div>
                            <div
                                    class="
                mpp-main-element-news-sub-card-content  mpp-hover
                mt-md-3 mt-sm-2
                d-flex
                justify-content-between
              "
                            >
                                <!-- <a href="./elements/storyMain.html"> -->

                                <div class="mpp-main-element-news-sub-card-content-details2 ">
                                    <a href="/news/india/india-adds-new-covid-19-cases-monday-active-cases-fall-below-5-lakh-after-37-days-1.7042690" >

                                        <h2 class="malayalam">
                                            India adds 34,113 COVID-19 cases, active cases fall below 5 lakh after 37 days
                                        </h2>
                                        <p class="malayalam">
                                            New Delhi: India on Monday reported 34,113 fresh coronavirus infections that took its tally to 4,26,65,534, while active cases dropped below 5 lakh after ..
                                        </p>
                                    </a>
                                </div>
                                <div
                                        class="
                  mpp-main-element-news-sub-card-img
                  position-relative
                  mpp-border-radius mpp-image-zoom                 "
                                >

                                    <a href="/news/india/india-adds-new-covid-19-cases-monday-active-cases-fall-below-5-lakh-after-37-days-1.7042690" >

                                                                                    <picture>
                                                <source media="(min-width:426px)" srcset="/image/contentid/policy:1.5065714:1644602037/image.jpg?$p=0f6e831&f=16x11&w=115&q=0.6">
                                                 <source media="(max-width:425px)" srcset="/image/contentid/policy:1.5065714:1644602037/image.jpg?$p=0f6e831&f=1x1&w=100&q=0.6">                                                 <img alt="covid" class="img-fluid" src="/image/contentid/policy:1.5065714:1644602037/image.jpg?$p=0f6e831&f=16x11&w=115&q=0.6"  >
                                            </picture>
                                                                            </a>
                                    <div class="position-absolute top-0 start-0">
                                                                            </div>
                                    <div
                                            class="
                    position-absolute
                    bottom-0
                    start-0
                    mpp-badge-icon-small
                    d-flex
                    align-items-center
                  "
                                    >
                                        <i class="far  fas fa-book-open text-white " ></i>
                                        <p class="text-white m-0 px-1 english" >2 min</p>
                                    </div>
                                </div>
                                <!-- </a> -->
                            </div>
                            <div
                                    class="mpp-content-section-bottom mpp-content-section mt-4 mb-4"
                            >
                                <div class="mpp-content-bottom-time d-flex">
                                    <p class="m-0 english">1 hr ago</p>
                                    <span class="px-2"></span>
                                    <a href="/topics/tag/coronavirus"><p class="m-0 english">#coronavirus</p></a>
                                </div>
                                                                                                                                                   
                                                                                       
<div class="mpp-content-bottom-icons mpp-icons">
    <i class="fas fa-bookmark pt-1"></i>
    <i class="fas fa-share-alt cursor pt-1" data-bs-toggle="offcanvas" data-bs-target="#offcanvasBottom" aria-controls="offcanvasBottom" onclick="shareModal(`/image/contentid/policy:1.5065714:1644602037/image.jpg?$p=0f6e831&f=16x9&w=311&q=0.6`,`India adds 34,113 COVID-19 cases, active cases fall below 5 lakh after 37 days`,`1 hr ago`,`https://english.mathrubhumi.com/news/india/india-adds-new-covid-19-cases-monday-active-cases-fall-below-5-lakh-after-37-days-1.7042690`)"></i>
    <div class="dropdown d-none d-sm-block">
        <i class="fas fa-ellipsis-v cursor"  id="dropdownMenuButton1" data-bs-toggle="dropdown" aria-expanded="false" onclick="moreOptions(`https://english.mathrubhumi.com/news/india/india-adds-new-covid-19-cases-monday-active-cases-fall-below-5-lakh-after-37-days-1.7042690`,`/news/india`,`is_article`,``,``,30127042690)"></i>
        <ul class="dropdown-menu dropdown-menu-lg-end dropdown-menu-sm-end dropdown-menu-md-end p-0 py-2 mpp-more-ul" aria-labelledby="dropdownMenuButton1" id="mpp-more-options-30127042690">
            <!-- more options -->
        </ul>
    </div>
    <i class="fas fa-ellipsis-v cursor d-block d-sm-none"  id="dropdownMenuButton1"  data-bs-toggle="offcanvas" data-bs-target="#offcanvas-30127042690" aria-controls="offcanvas" onclick="moreOptions(`https://english.mathrubhumi.com/news/india/india-adds-new-covid-19-cases-monday-active-cases-fall-below-5-lakh-after-37-days-1.7042690`,`/news/india`,`is_article`,``,``,30127042690)"></i>

    <div class="offcanvas offcanvas-bottom d-block d-sm-none" tabindex="-1" id="offcanvas-30127042690" aria-labelledby="offcanvasBottomLabel">
        <div class="offcanvas-body small">
            <div class="d-flex justify-content-end mpp-element-share-icon-mobile">
                <i class="fas fa-times float-end p-2 mb-2 cursor mpp-cursor" data-bs-dismiss="offcanvas" aria-label="Close" ></i>
            </div>
            <ul class="list-group list-group-flush mpp-more-options-mobile" id="mpp-more-options-mobile-30127042690">
                <!-- more options -->
            </ul>
        </div>
    </div>
</div>

                                <div class="offcanvas offcanvas-bottom" tabindex="-1" id="offcanvasBottom" aria-labelledby="offcanvasBottomLabel">
                                    <div class="offcanvas-header d-block ">
                                        <div class="" id="mpp-share-offcanvas">
                                            <!-- share content -->
                                        </div>
                                    </div>
                                </div>


                            </div>
                        </div>
                    



                                                                        <hr class="d-none d-sm-block" />
                        
                    
                                                
                                                                                                
                                                                                                                                                    


                    

                                                            

                                        
                                                                                                                                                                                      
                                                                                                                                                                                                          
                                                
                        
                        
                                                                                                                                                                                                                                                                                                                              
                                        
                                                                                                                      
                    
                                                                                                                                                                                                 
                                                                                                        <div class="mpp-main-element-news-sub-card mpp-hover " >
                                                        <div class="mpp-content-section mb-2   order-xl-3 order-lg-3 order-md-3 order-2 "
                            >
                                <div class="mpp-content-top-section-13 d-flex english">
                                    <a href="/news" class="mpp-current-item"> <p class="m-0 text-uppercase">News</p></a>
                                    <span class="px-2 m-0">|</span>
                                    <p class="mpp-current-item m-0 english">
                                        <a href="/news/kerala" class="mpp-current-item text-uppercase">

                                            Kerala
                                        </a>
                                    </p>

                                </div>
                                <div class="mpp-content-top-btn-container ">
                                    <a href="/news/kerala" class="mpp-current-item" ><button class="mpp-content-top-btn">See All</button></a>
                                </div>
                            </div>
                            <div
                                    class="
                mpp-main-element-news-sub-card-content  mpp-hover
                mt-md-3 mt-sm-2
                d-flex
                justify-content-between
              "
                            >
                                <!-- <a href="./elements/storyMain.html"> -->

                                <div class="mpp-main-element-news-sub-card-content-details2 ">
                                    <a href="/news/kerala/kerala-to-procure-vegetables-from-tamil-nadu-at-reasonable-rate-agriculture-kerala-economy-1.7042683" >

                                        <h2 class="malayalam">
                                            Kerala to procure vegetables from Tamil Nadu at reasonable rate 
                                        </h2>
                                        <p class="malayalam">
                                            Kottayam: By recognising the Kerala government’ s move to procure vegetables directly, Tamil Nadu had directed the farmers’  companies in the state to ..
                                        </p>
                                    </a>
                                </div>
                                <div
                                        class="
                  mpp-main-element-news-sub-card-img
                  position-relative
                  mpp-border-radius mpp-image-zoom                 "
                                >

                                    <a href="/news/kerala/kerala-to-procure-vegetables-from-tamil-nadu-at-reasonable-rate-agriculture-kerala-economy-1.7042683" >

                                                                                    <picture>
                                                <source media="(min-width:426px)" srcset="/image/contentid/policy:1.7042685:1644812015/valiyangadi%20vegetable%20market%20palakkad.jpg?$p=ddf2b71&f=16x11&w=115&q=0.6">
                                                 <source media="(max-width:425px)" srcset="/image/contentid/policy:1.7042685:1644812015/valiyangadi%20vegetable%20market%20palakkad.jpg?$p=ddf2b71&f=1x1&w=100&q=0.6">                                                 <img alt="vegetables" class="img-fluid" src="/image/contentid/policy:1.7042685:1644812015/valiyangadi%20vegetable%20market%20palakkad.jpg?$p=ddf2b71&f=16x11&w=115&q=0.6"  >
                                            </picture>
                                                                            </a>
                                    <div class="position-absolute top-0 start-0">
                                                                            </div>
                                    <div
                                            class="
                    position-absolute
                    bottom-0
                    start-0
                    mpp-badge-icon-small
                    d-flex
                    align-items-center
                  "
                                    >
                                        <i class="far  fas fa-book-open text-white " ></i>
                                        <p class="text-white m-0 px-1 english" >1 min</p>
                                    </div>
                                </div>
                                <!-- </a> -->
                            </div>
                            <div
                                    class="mpp-content-section-bottom mpp-content-section mt-4 mb-4"
                            >
                                <div class="mpp-content-bottom-time d-flex">
                                    <p class="m-0 english">1 hr ago</p>
                                    <span class="px-2"></span>
                                    <a href="/topics/tag/tamil_nadu"><p class="m-0 english">#tamil nadu</p></a>
                                </div>
                                                                                                                                                   
                                                                                       
<div class="mpp-content-bottom-icons mpp-icons">
    <i class="fas fa-bookmark pt-1"></i>
    <i class="fas fa-share-alt cursor pt-1" data-bs-toggle="offcanvas" data-bs-target="#offcanvasBottom" aria-controls="offcanvasBottom" onclick="shareModal(`/image/contentid/policy:1.7042685:1644812015/valiyangadi%20vegetable%20market%20palakkad.jpg?$p=ddf2b71&f=16x9&w=311&q=0.6`,`Kerala to procure vegetables from Tamil Nadu at reasonable rate `,`1 hr ago`,`https://english.mathrubhumi.com/news/kerala/kerala-to-procure-vegetables-from-tamil-nadu-at-reasonable-rate-agriculture-kerala-economy-1.7042683`)"></i>
    <div class="dropdown d-none d-sm-block">
        <i class="fas fa-ellipsis-v cursor"  id="dropdownMenuButton1" data-bs-toggle="dropdown" aria-expanded="false" onclick="moreOptions(`https://english.mathrubhumi.com/news/kerala/kerala-to-procure-vegetables-from-tamil-nadu-at-reasonable-rate-agriculture-kerala-economy-1.7042683`,`/news/kerala`,`is_article`,``,``,30127042683)"></i>
        <ul class="dropdown-menu dropdown-menu-lg-end dropdown-menu-sm-end dropdown-menu-md-end p-0 py-2 mpp-more-ul" aria-labelledby="dropdownMenuButton1" id="mpp-more-options-30127042683">
            <!-- more options -->
        </ul>
    </div>
    <i class="fas fa-ellipsis-v cursor d-block d-sm-none"  id="dropdownMenuButton1"  data-bs-toggle="offcanvas" data-bs-target="#offcanvas-30127042683" aria-controls="offcanvas" onclick="moreOptions(`https://english.mathrubhumi.com/news/kerala/kerala-to-procure-vegetables-from-tamil-nadu-at-reasonable-rate-agriculture-kerala-economy-1.7042683`,`/news/kerala`,`is_article`,``,``,30127042683)"></i>

    <div class="offcanvas offcanvas-bottom d-block d-sm-none" tabindex="-1" id="offcanvas-30127042683" aria-labelledby="offcanvasBottomLabel">
        <div class="offcanvas-body small">
            <div class="d-flex justify-content-end mpp-element-share-icon-mobile">
                <i class="fas fa-times float-end p-2 mb-2 cursor mpp-cursor" data-bs-dismiss="offcanvas" aria-label="Close" ></i>
            </div>
            <ul class="list-group list-group-flush mpp-more-options-mobile" id="mpp-more-options-mobile-30127042683">
                <!-- more options -->
            </ul>
        </div>
    </div>
</div>

                                <div class="offcanvas offcanvas-bottom" tabindex="-1" id="offcanvasBottom" aria-labelledby="offcanvasBottomLabel">
                                    <div class="offcanvas-header d-block ">
                                        <div class="" id="mpp-share-offcanvas">
                                            <!-- share content -->
                                        </div>
                                    </div>
                                </div>


                            </div>
                        </div>
                    



                                                                        <hr class="d-none d-sm-block" />
                        
                    
                                                
                                                                                                
                                                                                                                                                                      


                    

                                                            

                                        
                                                                                                                                                                                      
                                                                                                                                                                                                          
                                                
                        
                        
                                                                                                                                                                                                                                                                                                                              
                                        
                                                                                                                      
                    
                                                                                                                                                                                                 
                                                                                                        <div class="mpp-main-element-news-sub-card mpp-hover " >
                                                        <div class="mpp-content-section mb-2   order-xl-3 order-lg-3 order-md-3 order-2 "
                            >
                                <div class="mpp-content-top-section-13 d-flex english">
                                    <a href="/news" class="mpp-current-item"> <p class="m-0 text-uppercase">News</p></a>
                                    <span class="px-2 m-0">|</span>
                                    <p class="mpp-current-item m-0 english">
                                        <a href="/news/india" class="mpp-current-item text-uppercase">

                                            India
                                        </a>
                                    </p>

                                </div>
                                <div class="mpp-content-top-btn-container ">
                                    <a href="/news/india" class="mpp-current-item" ><button class="mpp-content-top-btn">See All</button></a>
                                </div>
                            </div>
                            <div
                                    class="
                mpp-main-element-news-sub-card-content  mpp-hover
                mt-md-3 mt-sm-2
                d-flex
                justify-content-between
              "
                            >
                                <!-- <a href="./elements/storyMain.html"> -->

                                <div class="mpp-main-element-news-sub-card-content-details2 ">
                                    <a href="/news/india/assembly-polls-2022-goa-uttarakhand-up-phase-2-polling-begins-1.7042672" >

                                        <h2 class="malayalam">
                                            Assembly polls 2022: Goa, Uttarakhand, UP phase 2 polling begins
                                        </h2>
                                        <p class="malayalam">
                                            Lucknow: Voting for Assembly elections in Goa and parts of Uttar Pradesh began on Monday.The Bhartiya Janata Party (BJP) is the incumbent government in ..
                                        </p>
                                    </a>
                                </div>
                                <div
                                        class="
                  mpp-main-element-news-sub-card-img
                  position-relative
                  mpp-border-radius mpp-image-zoom                 "
                                >

                                    <a href="/news/india/assembly-polls-2022-goa-uttarakhand-up-phase-2-polling-begins-1.7042672" >

                                                                                    <picture>
                                                <source media="(min-width:426px)" srcset="/image/contentid/policy:1.7042681:1644811257/PTI02_14_2022_000007B.jpg?$p=e25040f&f=16x11&w=115&q=0.6">
                                                 <source media="(max-width:425px)" srcset="/image/contentid/policy:1.7042681:1644811257/PTI02_14_2022_000007B.jpg?$p=e25040f&f=1x1&w=100&q=0.6">                                                 <img alt="Assembly elections" class="img-fluid" src="/image/contentid/policy:1.7042681:1644811257/PTI02_14_2022_000007B.jpg?$p=e25040f&f=16x11&w=115&q=0.6"  >
                                            </picture>
                                                                            </a>
                                    <div class="position-absolute top-0 start-0">
                                                                            </div>
                                    <div
                                            class="
                    position-absolute
                    bottom-0
                    start-0
                    mpp-badge-icon-small
                    d-flex
                    align-items-center
                  "
                                    >
                                        <i class="far  fas fa-book-open text-white " ></i>
                                        <p class="text-white m-0 px-1 english" >2 min</p>
                                    </div>
                                </div>
                                <!-- </a> -->
                            </div>
                            <div
                                    class="mpp-content-section-bottom mpp-content-section mt-4 mb-4"
                            >
                                <div class="mpp-content-bottom-time d-flex">
                                    <p class="m-0 english">1 hr ago</p>
                                    <span class="px-2"></span>
                                    <a href="/topics/tag/assembly_election_2022"><p class="m-0 english">#assembly election 2022</p></a>
                                </div>
                                                                                                                                                   
                                                                                       
<div class="mpp-content-bottom-icons mpp-icons">
    <i class="fas fa-bookmark pt-1"></i>
    <i class="fas fa-share-alt cursor pt-1" data-bs-toggle="offcanvas" data-bs-target="#offcanvasBottom" aria-controls="offcanvasBottom" onclick="shareModal(`/image/contentid/policy:1.7042681:1644811257/PTI02_14_2022_000007B.jpg?$p=e25040f&f=16x9&w=311&q=0.6`,`Assembly polls 2022: Goa, Uttarakhand, UP phase 2 polling begins`,`1 hr ago`,`https://english.mathrubhumi.com/news/india/assembly-polls-2022-goa-uttarakhand-up-phase-2-polling-begins-1.7042672`)"></i>
    <div class="dropdown d-none d-sm-block">
        <i class="fas fa-ellipsis-v cursor"  id="dropdownMenuButton1" data-bs-toggle="dropdown" aria-expanded="false" onclick="moreOptions(`https://english.mathrubhumi.com/news/india/assembly-polls-2022-goa-uttarakhand-up-phase-2-polling-begins-1.7042672`,`/news/india`,`is_article`,``,``,30127042672)"></i>
        <ul class="dropdown-menu dropdown-menu-lg-end dropdown-menu-sm-end dropdown-menu-md-end p-0 py-2 mpp-more-ul" aria-labelledby="dropdownMenuButton1" id="mpp-more-options-30127042672">
            <!-- more options -->
        </ul>
    </div>
    <i class="fas fa-ellipsis-v cursor d-block d-sm-none"  id="dropdownMenuButton1"  data-bs-toggle="offcanvas" data-bs-target="#offcanvas-30127042672" aria-controls="offcanvas" onclick="moreOptions(`https://english.mathrubhumi.com/news/india/assembly-polls-2022-goa-uttarakhand-up-phase-2-polling-begins-1.7042672`,`/news/india`,`is_article`,``,``,30127042672)"></i>

    <div class="offcanvas offcanvas-bottom d-block d-sm-none" tabindex="-1" id="offcanvas-30127042672" aria-labelledby="offcanvasBottomLabel">
        <div class="offcanvas-body small">
            <div class="d-flex justify-content-end mpp-element-share-icon-mobile">
                <i class="fas fa-times float-end p-2 mb-2 cursor mpp-cursor" data-bs-dismiss="offcanvas" aria-label="Close" ></i>
            </div>
            <ul class="list-group list-group-flush mpp-more-options-mobile" id="mpp-more-options-mobile-30127042672">
                <!-- more options -->
            </ul>
        </div>
    </div>
</div>

                                <div class="offcanvas offcanvas-bottom" tabindex="-1" id="offcanvasBottom" aria-labelledby="offcanvasBottomLabel">
                                    <div class="offcanvas-header d-block ">
                                        <div class="" id="mpp-share-offcanvas">
                                            <!-- share content -->
                                        </div>
                                    </div>
                                </div>


                            </div>
                        </div>
                    



                                            
                    
                    
                    </div>

                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
                                                
            
<div class=" col-lg-3 col-xl-3 col-md-12 col-sm-12
            mpp-main-element-right mpp-main-element-right2
            p-sm-0
          "  >
            <div
                class="
              mpp-main-element-sponsor-container
              col-md-5 col-lg-12  col-sm-5               order-lg-1 order-md-3 order-sm-3
            "
        >

              <div id='Desktop_Section_Right_Ad_1'>
  <script>
    googletag.cmd.push(function () { googletag.display('Desktop_Section_Right_Ad_1'); });
  </script>
</div>

        </div>
    

            <div
                class="
              mpp-main-element-right-news
              col-md-6 col-lg-12 col-sm-6
              order-lg-3 order-md-1
            "
        >
            <div class="mpp-main-element-right-news-card malayalam mpp-hover m-0">
                <ul class="mb-0 p-0" style="list-style-type: none">
                                                                
                                                                                    
                            
                            <li >
                                <div class="d-flex">
                                    <i class="fas fa-circle mt-1 me-2" style="font-size: 10px;"></i>
                                    <a href="/news/india/pslv-c52-lifts-off-with-earth-observation-and-2-small-satellites-1.7042663">
                                        <h1 class="malyalam m-0">
                                            PSLV-C52 lifts off with earth observation and 2 small satellites
                                        </h1>
                                    </a>
                                </div>
                                                                    <hr>
                                                            </li>
                                                                    
                                                                                    
                            
                            <li >
                                <div class="d-flex">
                                    <i class="fas fa-circle mt-1 me-2" style="font-size: 10px;"></i>
                                    <a href="/news/kerala/covid-19-asymptomatic-patients-after-three-days-are-removed-from-active-list-1.7042680">
                                        <h1 class="malyalam m-0">
                                            Covid-19: Asymptomatic patients after 3 days are now removed from 'active list'
                                        </h1>
                                    </a>
                                </div>
                                                                    <hr>
                                                            </li>
                                                                    
                                                                                    
                            
                            <li >
                                <div class="d-flex">
                                    <i class="fas fa-circle mt-1 me-2" style="font-size: 10px;"></i>
                                    <a href="/news/kerala/kseb-hikes-salary-without-govt-s-nod-finance-dept-seeks-explanation-kerala-1.7042671">
                                        <h1 class="malyalam m-0">
                                            KSEB hikes salary without govt’s nod; Finance dept seeks explanation 
                                        </h1>
                                    </a>
                                </div>
                                                                    <hr>
                                                            </li>
                                                                    
                                                                                    
                            
                            <li >
                                <div class="d-flex">
                                    <i class="fas fa-circle mt-1 me-2" style="font-size: 10px;"></i>
                                    <a href="/news/kerala/whatsapp-support-survey-scam-police-warn-not-to-share-otp-with-anyone-cyber-crimes-1.7042674">
                                        <h1 class="malyalam m-0">
                                            'WhatsApp Support Survey' is a scam, do not share OTP with anyone, police warn
                                        </h1>
                                    </a>
                                </div>
                                                                    <hr>
                                                            </li>
                                                                    
                                                                                    
                            
                            <li >
                                <div class="d-flex">
                                    <i class="fas fa-circle mt-1 me-2" style="font-size: 10px;"></i>
                                    <a href="/news/kerala/family-of-kerala-youth-who-went-missing-in-atlantic-ocean-seeks-mea-s-help-1.7042666">
                                        <h1 class="malyalam m-0">
                                            Family of Kerala youth who went missing in Atlantic ocean seeks MEA's help
                                        </h1>
                                    </a>
                                </div>
                                                            </li>
                                                            </ul>
            </div>
        </div>
    



</div>
</div>
<!-- main element end -->
</div>
                                <div class='row my-3'  >
  <div class="mpp-width-856 col-lg-9 col-md-12 p-sm-0">
                  <style>
    @media screen and (max-width: 425px) {
        .mpp-video-special-news-sub-card {
            display: flex;
            flex-direction: column;
        }
        .mpp-video-special-container1 {
            order: 2;
        }
        .mpp-video-special-container2 {
            order: 1;
            flex-direction: column-reverse !important;
        }
        .mpp-video-special-container3 {
            order: 3;
        }
        .mpp-video-special-img {
            width: 100% !important;
            height: 200px !important;
        }
        .mpp-video-special-content-details {
            width: 100% !important;
            margin-top: 10% !important;
        }
        .mpp-video-special-content-section {
            margin-top: -130px !important;
        }
    }
</style>

        
<script>var moreUrls = [];</script>

                                         <!-- more stories start -->

<div class="mpp-width-856">
                
  
                                                                                                                       
  
                                                                                                                                                              
    
                                                                                                                                              
                                                                                                                                                                                                                                                             
                                                                   
    
              <!-- advt start -->
              <!-- advt start -->

        <div class="mpp-element-inline-news-sub-card mpp-hover  " >
            <div class="d-flex ">
                <div class="mpp-element-test"></div>
                <div class="mpp-content-section  mpp-element-inline-content-section">
                    <div class="align-items-center mpp-content-top-section-16 d-flex english">
                        <a href="/news">
                            <p class="m-0 text-uppercase">News</p>
                        </a>
                        <span class="px-2 m-0">|</span>
                        <p class="mpp-current-item m-0">
                            <a class="mpp-current-item text-uppercase" href="/news/education">Education</a>
                        </p>
                    </div>
                    <div class="mpp-content-top-btn-container ">
                        <a href="/news/education">
                            <button class="mpp-content-top-btn-big">See All</button>
                        </a>
                    </div>
                </div>
            </div>

            <div class="mpp-element-inline-news-sub-card-content  mpp-hover d-flex justify-content-between">
                <div class="mpp-element-inline-news-sub-card-content-details ">
                    <a href="/news/education/young-professionals-department-of-telecommunications-india-government-1.7029540" >
                        <h1 class="malayalam">Young Professionals Department of Telecommunications: Apply by February 23</h1>
                        <p class="malayalam">Department of Telecommunications, Ministry of Communications, Government of India has invited application for engagement ..</p>
                    </a>
                </div>
                <div class="mpp-element-inline-news-sub-card-img  position-relative mpp-border-radius mpp-image-zoom">
                    <a href="/news/education/young-professionals-department-of-telecommunications-india-government-1.7029540" >
                                              <picture>
                            <source media="(min-width:768px)" srcset="/image/contentid/policy:1.6004544:1644492337/image.jpg?$p=0f6e831&f=16x9&w=264&q=0.6">
                             <source media="(max-width:767px)" srcset="/image/contentid/policy:1.6004544:1644492337/image.jpg?$p=0f6e831&f=1x1&w=100&q=0.6">
                                                        <img class="img-fluid" src="/image/contentid/policy:1.7008860:1644492057/PLACE%20HOLDER.png?$p=3c3fa3a&q=0.6" data-src="/image/contentid/policy:1.6004544:1644492337/image.jpg?$p=0f6e831&f=16x9&w=264&q=0.6" alt="telecom" >
                        </picture>
                      
                        <div class="position-absolute top-0 start-0">
                                                  </div>
                        <div class="position-absolute bottom-0 start-0 mpp-badge-icon d-flex align-items-center">
                            <i class=" fas fa-book-open text-white"></i>
                            <p class="text-white m-0 px-1 english">1 min</p>
                        </div>
                    </a>
                </div>
            </div>
            <div class="d-flex ">
                <div class="mpp-element-test"></div>

                <div class="mpp-content-section-bottom mpp-content-section mpp-element-inline-news-bottom-section">
                    <div class="mpp-content-bottom-time d-flex">
                        <p class="m-0 english">15 hr ago</p>
                        <span class="px-2"></span>
                        <a href="/topics/tag/department_of_telecommunications">
                            <span class="english">#department of telecommunications</span>
                        </a>
                    </div>
                                                                                                                       
                                                                                       
<div class="mpp-content-bottom-icons mpp-icons">
    <i class="fas fa-bookmark pt-1"></i>
    <i class="fas fa-share-alt cursor pt-1" data-bs-toggle="offcanvas" data-bs-target="#offcanvasBottom" aria-controls="offcanvasBottom" onclick="shareModal(`/image/contentid/policy:1.6004544:1644492337/image.jpg?$p=0f6e831&f=16x9&w=311&q=0.6`,`Young Professionals Department of Telecommunications: Apply by February 23`,`15 hr ago`,`https://english.mathrubhumi.com/news/education/young-professionals-department-of-telecommunications-india-government-1.7029540`)"></i>
    <div class="dropdown d-none d-sm-block">
        <i class="fas fa-ellipsis-v cursor"  id="dropdownMenuButton1" data-bs-toggle="dropdown" aria-expanded="false" onclick="moreOptions(`https://english.mathrubhumi.com/news/education/young-professionals-department-of-telecommunications-india-government-1.7029540`,`/news/education`,`is_article`,``,``,31597029540)"></i>
        <ul class="dropdown-menu dropdown-menu-lg-end dropdown-menu-sm-end dropdown-menu-md-end p-0 py-2 mpp-more-ul" aria-labelledby="dropdownMenuButton1" id="mpp-more-options-31597029540">
            <!-- more options -->
        </ul>
    </div>
    <i class="fas fa-ellipsis-v cursor d-block d-sm-none"  id="dropdownMenuButton1"  data-bs-toggle="offcanvas" data-bs-target="#offcanvas-31597029540" aria-controls="offcanvas" onclick="moreOptions(`https://english.mathrubhumi.com/news/education/young-professionals-department-of-telecommunications-india-government-1.7029540`,`/news/education`,`is_article`,``,``,31597029540)"></i>

    <div class="offcanvas offcanvas-bottom d-block d-sm-none" tabindex="-1" id="offcanvas-31597029540" aria-labelledby="offcanvasBottomLabel">
        <div class="offcanvas-body small">
            <div class="d-flex justify-content-end mpp-element-share-icon-mobile">
                <i class="fas fa-times float-end p-2 mb-2 cursor mpp-cursor" data-bs-dismiss="offcanvas" aria-label="Close" ></i>
            </div>
            <ul class="list-group list-group-flush mpp-more-options-mobile" id="mpp-more-options-mobile-31597029540">
                <!-- more options -->
            </ul>
        </div>
    </div>
</div>
                </div>

            </div>
        </div>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
    <div id="more-infinite-scroll-3159">
    </div>
    
</div>

          

<!-- more stories end -->            </div>
<div class="col-lg-3 p-sm-0 col-md-12 mpp-main-element-right">
                                                          
      
<div class="mpp-element-right-container mt-3">
      <div class="mpp-element-right-side mpp-border-radius" >
                                                      
                                                                                                                                              
                                                                                                                                                                                        <!-- element right full card width with lable and icon start  foreach-->
          <div class="mpp-element-right-side-card mpp-hover">
                            <div class="mpp-content-section">
                    <div class="mpp-content-top-section-13 d-flex english text-uppercase">
                        <a href="/news"><p class="m-0 text-uppercase">News</p></a>
                      <span class="px-2 m-0">|</span>
                          <p class="mpp-current-item m-0"><a class="mpp-current-item text-uppercase" href="/news/education">Education</a></p>                    </div>
                    <div class="mpp-content-top-btn-container  ">
                        <a href="/news/education"><button class="mpp-content-top-btn">See All</button></a>
                    </div>
                </div>
                                                                     <div class="mpp-element-right-side-content d-flex justify-content-between mt-2 " >
                  <div class="mpp-element-right-side-content-img position-relative mpp-border-radius mpp-image-zoom "><a href="/news/education/pgdba-1.6441807" >

                                            <img class="img-fluid" src="/image/contentid/policy:1.7008860:1644492057/PLACE%20HOLDER.png?$p=3c3fa3a&q=0.6&f=16x11&w=104" data-src="/image/contentid/policy:1.7029453:1644718009/exam.jpg?$p=9ad3178&q=0.6&f=16x11&w=104" alt="exam" />
                                                                                                                                                                                                                                      
                        <div class="position-absolute bottom-0 start-0 mpp-badge-icon-small d-flex align-items-center">
                            <i class="fas  fas fa-book-open text-white"></i>
                            <p class="text-white m-0 px-1 english">2 min</p>
                        </div>

                  </a>
                  </div>
                  <div class="mpp-element-right-side-content-details"><a href="/news/education/pgdba-1.6441807" >
                      <h1 class="malayalam m-0">
                        IIM-IIT-ISI Joint Post Graduate Diploma in Business Analytics: Apply by February 15
                      </h1>
                      <p class="malayalam mt-2">
                                                                                                                                                                                                                                                                                       Applications have been invited for admission to the Post Graduate Diploma in Business Analytics (PGDBA) 2022-2024, being conducted jointly by Indian Institute ..
                      </p>
                  </a>
                  </div>

              </div>
          </div>
                    </div>
</div>            </div>
  </div>                          <div id="infinite-scroll-gallery">
                                        <script>var urls = ["/section/columns-ad-7.3162", "/section/more-stories-trending-7.3215", "/section/movie-7.3165", "/section/more-stories-leisure-7.3216", "/section/gallery-7.3168", "/section/more-stories-7.3232", "/section/districts-7.3192", "/section/more-stories-for-you-7.3207", "/section/more-stories-all-7.3235"];</script>
                  </div>
              
                
        </div>
<div class="mpp-footer-container"><div class="mpp-container py-4">

                                <div class="mpp-header-footer">
  <div class="mpp-header-footer-top d-flex justify-content-between d-none d-sm-flex">
    <!--<button class="btn-default mpp-header-btn english">
      Our Network
    </button>-->
    <!--div class="">
    <button class="btn-default mpp-header-btn mpp-header-btn2 text-black english mx-3">
      Subscribe
    </button>
  	<button class="btn-default mpp-header-btn mpp-header-btn2 text-black english">
      sign In
    </button> 
    </div-->
  </div>
  <div class="mpp-header-network-menus">
    <ul class="mpp-header-network-list-group d-none d-sm-flex d-flex justify-content-center flex-wrap">
      <li class="english mpp-cursor mb-3"><a href="https://english.mathrubhumi.com/">English</a></li>
      <li class="english mpp-cursor"><a href="https://www.mathrubhumi.com/print-edition/">Print</a></li>
      <li class="english mpp-cursor"><a href="https://www.mathrubhumi.com/gulf">Gulf</a></li>
      <li class="english mpp-cursor"><a href="https://www.mathrubhumi.com/nri ">NRI</a></li>
      <li class="english mpp-cursor"><a href="https://epaper.mathrubhumi.com/" target="_blank">e-Paper</a></li>
      <li class="english mpp-cursor"><a href="https://tv.mathrubhumi.com/" target="_blank">Mathrubhumi News</a></li>
      <li class="english mpp-cursor"><a href="https://clubfm.in/" target="_blank" >Club FM</a></li>
      <li class="english mpp-cursor"><a href="https://www.mbiseed.com/" target="_blank">Seed</a></li>
      <li class="english mpp-cursor"><a href="https://silverbullet.in/" target="_blank">Silver Bullet</a></li>
      <li class="english mpp-cursor"><a href="https://www.findhome.com/" target="_blank">FindHome</a></li>
      <li class="english mpp-cursor"><a href="https://www.mathrubhumimediaschool.com/" target="_blank">Media School</a></li>
      <li class="english mpp-cursor"><a href="https://www.mbifl.com/" target="_blank">MBIFL</a></li>
      <li class="english mpp-cursor"><a href="https://redmic.in/" target="_blank">Redmic</a></li>
    </ul>
  </div>
  <div class="mpp-header-network-social d-flex justify-content-center mt-4 flex-wrap align-items-center">
    <div class="mpp-footer-social-icons d-flex justify-content-center align-items-center mpp-cursor" >
      <a href="https://www.facebook.com/mathrubhumienglish" target="_blank" aria-label="Facebook"><i class="fab fa-facebook-f"></i></a>
    </div>
    <div class="mpp-footer-social-icons d-flex justify-content-center align-items-center mpp-cursor">
      <a href="https://twitter.com/mathrubhumieng" target="_blank" aria-label="Twitter"><i class="fab fa-twitter"></i></a>
    </div>
    <div class="mpp-footer-social-icons d-flex justify-content-center align-items-center mpp-cursor">
      <a href="https://www.youtube.com/user/mathrubhumionline?sub_confirmation=1" target="_blank" aria-label="Youtube"><i class="fab fa-youtube"></i></a>
    </div>
    <div class="mpp-footer-social-icons d-flex justify-content-center align-items-center mpp-cursor">
      <a href="https://www.instagram.com/mathrubhumidotcom/" target="_blank" aria-label="Instagram"><i class="fab fa-instagram"></i></a>
    </div>
    <div class="mpp-footer-social-icons d-flex justify-content-center align-items-center mpp-cursor">
      <a href="https://t.me/mathrubhumienglish" target="_blank" aria-label="Telegram"><i class="fab fa-telegram"></i></a>
    </div>
    <div class="mpp-header-network-social-app">
      <a href="https://itunes.apple.com/in/app/mathrubhumi/id520404360" target="_blank"><img src="/filedelivery/policy:1.7028997:1644651561/AS.jpg" class="img-fluid mpp-cursor" style="border-radius:4px" /></a>
      <a href="https://play.google.com/store/apps/details?id=gmms.mathrubhumi.basic" target="_blank"><img src="/filedelivery/policy:1.7028998:1644651648/gp.jpg" class="img-fluid mpp-cursor" style="border-radius:4px" /></a>
    </div>
  </div>
  <ul class="mpp-header-network-sub-list-group d-flex mt-4 d-flex justify-content-center flex-wrap d-none d-sm-flex">
    <li class="english mpp-cursor"><a href="https://epaper.mathrubhumi.com/" target="_blank">e-Paper</a></li>
    <li class="english mpp-cursor"><a href="https://www.mathrubhumi.com/subscription" target="_blank">Subscription</a></li>
    <li class="english mpp-cursor"><a href="https://buybooks.mathrubhumi.com/" target="_blank">Buy Bbooks</a></li>
    <li class="english mpp-cursor"><a href="https://www.mathrubhumi.com/magazines" target="_blank">Magazines</a></li>
    <li class="english mpp-cursor"><a href="https://media.mathrubhumi.com/classifieds/classifieds.php" target="_blank">Classifieds</a></li>
    <li class="english mpp-cursor"><a href="https://archives.mathrubhumi.com/home.html" target="_blank">Archives</a></li>
    <li class="english mpp-cursor"><a href="https://secure.mathrubhumi.com/bookmyad/" target="_blank">BookMyAd</a></li>
  </ul>
</div>
<div class="d-flex justify-content-center mpp-footer-copyright">
  <h6 class="english">
    &copy; Copyright Mathrubhumi 2022. All rights reserved.
  </h6>
</div>        
        
</div>
</div>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>    <!-- <script>-->
<script>(function($,d){$.each(readyQ,function(i,f){$(f)});$.each(bindReadyQ,function(i,f){$(d).bind("ready",f)})})(jQuery,document)</script>
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>

<script type="text/javascript" src="/js/slick.min.js"></script>

<link href="/css/mpp-bootstrap-bottom.css" rel="stylesheet" />
<link href="/css/mpp-slick-bottom.css" rel="stylesheet" />
<link href="/css/mpp-style-bottom.css" rel="stylesheet" />

<script src="/js/script.js"></script>

<script>
    let theme = localStorage.getItem("theme");
    if (theme === "dark") {
        darkMode();
        document.getElementById("checkbox-id").checked = true;
    } else {
        lightMode();
        document.getElementById("checkbox-id").checked = false;
    }
    function changeTheme() {
        const checked = document.getElementById("checkbox-id").checked;
        // var x = window.matchMedia("(max-width: 425)");
        if (checked ) {
            localStorage.setItem("theme", "dark");
            darkMode();
        } else {
            localStorage.setItem("theme", "light");
            lightMode();
        }
    }
    const a = window.matchMedia("(prefers-color-scheme: dark)");

    if(a.matches){
        document.getElementById("checkbox-id").checked = true;
        localStorage.setItem("theme", "dark");
        darkMode();


    }else{
        document.getElementById("checkbox-id").checked = false;
        localStorage.setItem("theme", "light");
        lightMode();

    }

    function darkMode() {
        $("body").addClass("dark-mode");
        $("body").css("background-color", "#121212");
        // $('.mpp-mobile-logo').attr('src','https://sv1.mathrubhumi.com/stat/prototype/assets/logo-m-w.svg');
        // $('.mpp-header-logo-desktop').attr('src','https://sv1.mathrubhumi.com/stat/prototype/assets/images/logo-desk-svg.png');

        $(".mpp-header-trending-container").css(
                "background",
                "none"
        );
        $(".mpp-element-card").css("background-color", "var(--section-white");
        $("h1").css("color", "var(--section-heading)");
        $("h2").css("color", "var(--section-heading)");
        $("h3").css("color", "var(--section-heading)");
        $("h4").css("color", "var(--section-heading)");
        $("h5").css("color", "var(--section-heading)");
        $("h6").css("color", "var(--section-heading)");
        $(".mpp-header-network-list-group li a").css(
                "color",
                "var(--section-tag)"
        );
        $("button").css("color", "var(--section-heading)");
        $("a.btn").css("color", "var(--section-heading)");
        $(".mpp-footer-container").css(
                "background-color",
                "var(--section-white)"
        );
        $(".offcanvas").css("background-color", "var(--mobile-bg)");
        $(".mpp-header-section-top").css(
                "background-color",
                "var(--section-white)"
        );
        $(".mpp-main-element-ahort-breaking-heading h1").css("color","var(--section-label-background)")
    }

    function lightMode() {
        $("body").removeClass("dark-mode");
        // $('.mpp-mobile-logo').attr('src','https://sv1.mathrubhumi.com/stat/prototype/assets/logo-m-b.svg');
        // $('.mpp-header-logo-desktop').attr('src','https://sv1.mathrubhumi.com/stat/prototype/assets/images/logo-desk.svg')

        $("body").css("background-color", "white");
        $(".mpp-header-trending-container").css(
                "background-color",
                "var(--mobile-bg"
        );
        $(".mpp-element-card").css("background-color", "var(--section-white");
        $(".mpp-footer-container").css("background-color", "var(--mobile-bg");
        $(".offcanvas").css("background-color", "var(--section-white)");
        $(".mpp-header-section-top").css(
                "background-color",
                "var(--mobile-bg)"
        );
        $(".mpp-main-element-ahort-breaking-heading h1").css("color","var(--section-label-background)")

    }
</script>

<!-- header -->
<script type="text/javascript">
    $(window).resize(function () {
        var width = $(window).width();
        if (width <= 425) {
            // $("#show").hide();
        }
    });
</script>

<script src="/js/jquery-lazyloadtxt.js"></script>
<script src="https://js.mathrubhumi.com/polopoly/js/jquery-infiniteScroll_1.2.js"></script>
    <script>
      // $('img').lazyLoadXT({show: true});
      $("#infinite-scroll-gallery").infiniteScroll({
          preloaderColor: "#007bff",
          files: urls,
          beforeLoadNewContent: function () {  },
          afterLoadNewContent: function () {
              $("img").lazyLoadXT({ show: true });
            //  var playPromise = document.getElementById("video-temp1").play()
            //  playPromise.then(_ => {
                  // Automatic playback started!
                  // Show playing UI.
                  // We can now safely pause video...
                  if ($(window).width() > 425) {
                      $(".video").hover(function(e) {
                          console.log(this);
                          $("video", this).get(0).play();

                      }, function(e) {
                          $("video", this).get(0).pause();
                      });
                      // var figure = $(".video").click(mobileVideo)
                      console.log("testtttttttt");



                  } else {
                      // change functionality for larger screens
                  }
                  // document.getElementById("video-1").pause();
         //     })
         //              .catch(error => {
         //                  // Auto-play was prevented
         //                  // Show paused UI.
         //                  // document.getElementById("video-1").pause();
         //              });
              $(window).scroll(function () {
                          if ($(window).width() < 525) {
                              var videoClasses = document.getElementsByClassName("video")

                              for (i = 0; i < videoClasses.length; i++) {
                                  var dataVideo
                                  //console.log(document.querySelectorAll('[data-video-id="videoKZXs8ja3177"]').offsetTop);
                                  // if(videoClasses[i].getAttribute("data-video-id") == "videoKZXs8ja31771"){
                                  //     console.log($("#videoKZXs8ja31771").offset().top);
                                  // }
                                      $vidid = videoClasses[i].getAttribute("data-video-id");
                                  if($('#'+$vidid).length){

                                      if ($('#'+$vidid).offset().top - $(window).scrollTop() < 300 && $('#'+$vidid).offset().top - $(window).scrollTop() > 120  ) {

                                          // $('video').trigger('play');
                                          dataVideo = videoClasses[i].getAttribute('data-video-id')
                                          $("#" + dataVideo).trigger('play');
                                          //console.log("aaaaaaaaa")
                                      }
                                      else {
                                          dataVideo = videoClasses[i].getAttribute('data-video-id')

                                          $("#" + dataVideo).trigger('pause');

                                      }
                                  }


                              }
                          }

              }); },
          onEnd: function () {  }
      });
      $('#infinite-scroll-gallery').bind('scroll', function(){
          if($(this).scrollTop() + $(this).innerHeight() >= $(this)[0].scrollHeight){
              var new_div = '<div class="new_block"></div>';
          } else {
          }
      });
  </script>
  
<script>
    $("img").lazyLoadXT({ show: true });
</script>

<!-- font awsome -->
<script src="https://kit.fontawesome.com/3f211f12a8.js" crossorigin="anonymous"></script>

<!-- <script src="/js/jquery.newsTicker.js"></script>
    <script>
      $(document).ready(function (){

          var nt_example1 = $("#marquee116").newsTicker({
              row_height: 55,
              max_rows: 1,
              duration: 4000
          });

      });
  </script> -->
<script src="/js/jquery.marquee.js"></script>
<script>
    $(document).ready(function () {

        const a = window.matchMedia("(prefers-color-scheme: dark)");
        if(a.matches){
            $("body").addClass("dark-mode");
           // $('.mpp-mobile-logo').attr('src','./assets/logo-m-w.svg');

            $("body").css("background-color", "#121212");

            $(".mpp-header-trending-container").css("background","none");
            $(".mpp-element-card").css("background-color","var(--section-white")
            $("h1").css("color", "var(--section-heading)");
            $("h2").css("color", "var(--section-heading)");
            $("h3").css("color", "var(--section-heading)");
            $("h4").css("color", "var(--section-heading)");
            $("h5").css("color", "var(--section-heading)");
            $("h6").css("color", "var(--section-heading)");
            $(".mpp-header-network-list-group li a").css("color", "var(--section-tag)");
            $("button").css("color", "var(--section-heading)");
            $("a.btn").css("color", "var(--section-heading)");
            $(".mpp-footer-container").css("background-color","var(--section-white)")
            $(".offcanvas").css("background-color","var(--mobile-bg)")
            $(".mpp-header-section-top").css("background-color","var(--section-white)")

        }
    })
</script>

<script src="/js/socialshare.min.js"></script>

<script>
    var mybutton = document.getElementById("myBtn");

    // When the user scrolls down 20px from the top of the document, show the button
    window.onscroll = function() {scrollFunction()};

    function scrollFunction() {
        if (document.body.scrollTop > 1000 || document.documentElement.scrollTop > 1000) {
            mybutton.style.display = "block";
        } else {
            mybutton.style.display = "none";
        }

    }
    function topFunction() {
        document.body.scrollTop = 0;
        document.documentElement.scrollTop = 0;
    }
</script>
<script>
    $(window).scroll(function (event) {
        var st = $(this).scrollTop();

        var width = $(window).width();
        var height = $(window).height();

        if ((width >= 100)) {

            if(st>=150){
                $('.mpp-header-section-fixed-menus').addClass('mpp-header-fixed-section');

                $('.mpp-header-section-fixed-menus').removeClass('mpp-header-container');


            }else{
                $('.mpp-header-section-fixed-menus').removeClass('mpp-header-fixed-section');
                //$('.mpp-header-section-fixed-menus').addClass('mpp-header-container');

            }
        }else{
            $('.mpp-header-section-fixed-menus').removeClass('mpp-header-fixed-section');
           // $('.mpp-header-section-fixed-menus').addClass('mpp-header-container');

        }
    })
</script>

  <script type="text/javascript">
    $(document).ready(function () {
        $(".mpp-header-section-top-container").slick({
            dots: false,
            speed: 300,
            slidesToShow: 10,
            slidesToScroll: 3,
            variableWidth: false,
                                                arrows: false,
                    autoplay: false,
                    infinite: false,
                            

            autoplaySpeed: 2000,
            swipeToSlide:true,

            responsive: [
                {
                    breakpoint: 340,
                    settings: {
                        slidesToShow: 2,
                        slidesToScroll: 2,
                        infinite: false,
                        dots: false,
                        variableWidth: true,
                        autoplay: true,
                        autoplaySpeed: 2000,
                    },
                },
            ],
            responsive: [
                {
                    breakpoint: 998,
                    settings: {
                        slidesToShow: 3,
                        slidesToScroll: 3,
                        infinite: false,
                        dots: false,
                        variableWidth: true,
                        autoplay: true,
                        autoplaySpeed: 2000,
                    },
                },
            ],
        });
    });
</script>

<!-- element 8 -->
<script type="text/javascript">
    if ($(window).width() < 600) {
        $(".mpp-element-foryou-container").slick({
            dots: false,
            arrows: false,
            slidesToShow: 6,

            responsive: [
                {
                    breakpoint: 600,
                    settings: {
                        slidesToShow: 3,
                        slidesToScroll: 1,
                        infinite: true,
                        dots: false,
                        variableWidth: true,
                        // autoplay: true,
                        // autoplaySpeed: 2000,
                        arrows: false,
                        autoplay: true,
                        autoplaySpeed: 2000,
                    },
                },

            ],
        });

        $(".mpp-header-trending-topics").slick({
            dots: false,
            arrows: false,
            slidesToShow: 5,
            variableWidth: true,
            responsive: [
                {
                    breakpoint: 600,
                    settings: {
                        slidesToShow: 3,
                        slidesToScroll: 1,
                        infinite: true,
                        dots: false,
                        variableWidth: true,
                        // autoplay: true,
                        // autoplaySpeed: 2000,
                        arrows: false,
                        autoplay: true,
                        autoplaySpeed: 2000,
                    },
                },

            ],
        });
    }
</script>
<script type="text/javascript">
    $(".mpp-section-main-menus").slick({
        autoplay: true,
        autoplaySpeed: 3000, //  Slide Delay
        speed: 800, // Transition Speed
        slidesToShow: 3, // Number Of Carousel
        slidesToScroll: 1, // Slide To Move
        pauseOnHover: true,
        appendArrows: $(".mpp-section-main-header div.mpp-section-main-header-i div.mpp-element-slick-sub-arrows"),
        prevArrow: '<p class="pp2 m-0 mpp-cursor cursor"><i class="fas fa-arrow-circle-left"></i></p>',
        nextArrow: '<p class="nn2 m-0 mx-1 mpp-cursor cursor"><i class="fas fa-arrow-circle-right"></i></p>',
        variableWidth: true,
        swipeToSlide: true,
        responsive: [
            {
                breakpoint: 360,
                settings: {
                    slidesToShow: 1,
                    slidesToScroll: 1,
                    infinite: true,
                    variableWidth: true
                },
            },
            {
                breakpoint: 640,
                settings: {
                    slidesToShow: 1,
                    slidesToScroll: 1,
                    infinite: true,
                    variableWidth: true
                },
            },
        ]
    });
</script>
  <script type="text/javascript">
  (function() {
    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
    po.src = 'https://apis.google.com/js/platform.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  })();
</script>
  <script type="text/javascript">
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>  <script type="text/javascript">
(function () {
$(document).bind('atexFbInit', function() {
  if (console.log) {
    console.log('atexFbInit complete; FB Object is Available');
  }

  });
} ());
</script>
      <script type='text/javascript'>  (function(){    var logUrl = '/logger/p.gif?d=/2.629';    var referrer = document.referrer;    if (referrer && referrer.length > 0) {      logUrl += '&referrer=' + referrer;    }    document.write('<img src="' + logUrl + '" />');  })();</script>  
      <div class="offcanvas offcanvas-bottom" tabindex="-1" id="offcanvasBottom" aria-labelledby="offcanvasBottomLabel">
    <div class="offcanvas-header d-block ">
        <div class="" id="mpp-share-offcanvas">
            <!-- share content -->
        </div>
    </div>
</div>



<div class="outer_push" style="display: none;">
    <div class="push-wrapper">
        <div class="push-contents">
            <div class="push-logo">
                <img class="imgrlw" src="//secure.mathrubhumi.com/fcm-demo/img/logo-m.png" alt="Mathrubhumi">
            </div>
            <div class="push-text">
                <p class="alertp" style="font-weight:normal">Click on ‘Get News Alerts’ to get the latest news alerts from </p>
                <img class="imgrlw" src="//secure.mathrubhumi.com/fcm-demo/img/mathrubhumi-letter.png" alt="Mathrubhumi">
                <div class="push-btn-group">
                    <div>
                        <button type="button" class="btn-1 moe-block-class" id="notregister">Not now</button>
                        <button type="button" class="btn-2 moe-allow-class" id="register">Get News Alerts</button>
                    </div>
                </div>
            </div>
        </div>

    </div>
</div>
<div id="token"></div>
<div id="msg"></div>
<div id="notis"></div>
<div id="err"></div>

<style>
    .push-contents {
        display: flex;
        padding: 20px;
        width: 315px;
        height: 100%;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 10px;
        opacity: 1;
        left: 50%;
        position: absolute;
        margin-left: -155px;
    }
    p.alertp{margin:0;padding:0;font-size:12px;line-height: 17px!important;}
    .push-logo {max-width: 20%;}
    .push-text { max-width: 72%;padding-left: 29px;font-size: 14px;font-family: "Roboto", sans-serif;font-weight: 300 !important;}
    .imgrlw{max-width:100%;height:auto;width:auto;}
    button#notregister, button#register {background: #FFFFFF 0% 0% no-repeat padding-box;color: #000!important; border: 1px solid #EEEEEE;border-radius: 10px;opacity: 1;font-family: "Roboto", sans-serif; margin-top: 8px; text-transform: uppercase;font-size: 10px;line-height: 22px;padding: 0px 7px;}
    .outer_push {
        width: 100%;
        background: rgba(0,0,0,.5);
        position: fixed;
        z-index: 10000000;
        top: 0;
        padding-bottom: 5px;
        font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
        left: 0;
        height: 100%;
        margin: 0 auto;
        max-height: 170px;
    }.push-wrapper {
         max-width: 470px;
         margin: 0 auto;
         font-family: 'Fira-Sans',sans-serif;
         position: relative;
         height: 132px;
     }
    @media screen and (max-width: 767px) {
        .outer_push {
            max-height: 100%;
        }
    }
</style>
<script type="text/javascript">

    !function(n,t,c,e,u){function r(n){try{f=n(u)}catch(n){return h=n,void i(p,n)}i(s,f)}function i(n,t){for(var c=0;c<n.length;c++)d(n[c],t);
    }function o(n,t){return n&&(f?d(n,f):s.push(n)),t&&(h?d(t,h):p.push(t)),l}function a(n){return o(!1,n)}function d(t,c){
        n.setTimeout(function(){t(c)},0)}var f,h,s=[],p=[],l={then:o,catch:a,_setup:r};n[e]=l;var v=t.createElement("script");
        v.src=c,v.async=!0,v.id="_uasdk",v.rel=e,t.head.appendChild(v)}(window,document,'https://web-sdk.urbanairship.com/notify/v1/ua-sdk.min.js',
            'UA', {
                appKey: 'WiDAeZDyRNidHGc7D5IHjA',
                token: 'MTpXaURBZVpEeVJOaWRIR2M3RDVJSGpBOnItVXFYemQ3dUNoMDVlVHZIU2xvSU03dWlnTmU3aGU3bU9hcnB2NFhZM0E',
                vapidPublicKey: 'BKSj0ZE2y9fG6FJReRddKO-br-U0nsVnUysX9W-LGHOZt686q6AGix60bv-j97x6lLtAMc6I6cM6X7nCSsiIVqA=',
                workerUrl: '/js/push-worker.js',
            });
    $(document).ready(function() {
        var visitcount = getCookie("visitcount");
        if (visitcount) {
            var visitcount=parseInt(visitcount)+1;
            setCookie("visitcount", visitcount, 100);
        } else {
            visitcount = 1;
            setCookie("visitcount", visitcount, 100);
        }
        var width = $(window).width();
        function showAlertbox(){
            UA.then(function(sdk) {
                if(sdk.channel==null){
                    if (document.cookie && document.cookie.indexOf('notnowcount') != -1) {

                    } else {
                        if(visitcount >3){
                            if(visitcount >3){
                                if (Notification.permission === 'granted') {
                                    //do something
                                }
                                else if (Notification.permission === 'default') {
                                    $(".outer_push").css("display","block");
                                    document.getElementById('register').addEventListener('click', function(){
                                        $(".outer_push").css("display","none");
                                        sdk.register(); // Returns Channel object
                                    });
                                }

                            }
                        }
                    }
                }

                document.getElementById('notregister').addEventListener('click', function(){
                    $(".outer_push").css("display","none");
                    var notnowcount = getCookie("notnowcount");
                    if (notnowcount) {
                        var notnowcount=parseInt(notnowcount)+1;
                        setCookie("notnowcount", notnowcount, 3);
                    } else {
                        notnowcount = 1;
                        setCookie("notnowcount", notnowcount, 3);
                    }
                });
            });
        }
        const myTimeout = setTimeout(showAlertbox, 5000);
        function setCookie(name,value,days) {
            var expires = "";
            if (days) {
                var date = new Date();
                date.setTime(date.getTime() + (days*24*60*60*1000));
                expires = "; expires=" + date.toUTCString();
            }
            document.cookie = name + "=" + (value || "")  + expires + "; path=/";
        }
        function getCookie(name) {
            var nameEQ = name + "=";
            var ca = document.cookie.split(';');
            for(var i=0;i < ca.length;i++) {
                var c = ca[i];
                while (c.charAt(0)==' ') c = c.substring(1,c.length);
                if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
            }
            return null;
        }
        function eraseCookie(name) {
            document.cookie = name+'=; Max-Age=-99999999;';
        }
    });

</script>
</body>
</html>
  