.ads,.close,.firstnameFirstChar,.flex,.flex-c,.flex-cc,.flex-ccw,.flex-j,.flex-jc,.flex-jcw,.flex-js,.flex-jsw,.flex-s,.flex-sc,.flex-scw,.flex-ss,.flex-ssw,.footer .footlogo,.footer .footnav,.footer .twoList,.hzitem,.hzitem .hz-conwrap .hzcontent .lft .hzprice_tag .hzdiscount,.icon,.icon a,.icon span,.linePart,.scrollList,.searchSec .searchBox,.social,.subscribeFrame .subscribePopup,.subscribeFrame .subscribePopup .row,.subscribeFrame .subscribePopup .row .hz,.subscribeFrame .subscribePopup ul,.tags .scroll ul,.threeCol,.topRight,.twoCol,.webAds,figure img,ul.breadcrumb {
    display: flex
}

.flex-j,.flex-jc,.flex-jcw,.flex-js,.flex-jsw,.footer .footlogo,.footer .footnav,.footer .twoList,.subscribeFrame .subscribePopup ul,.threeCol,.twoCol {
    justify-content: space-between
}

.flex-jc,.flex-jcw,.footer .footlogo,.subscribeFrame .subscribePopup ul {
    align-items: center
}

.flex-jcw {
    flex-wrap: wrap
}

.flex-js,.flex-jsw,.footer .twoList {
    align-items: start
}

.flex-jsw,.footer .twoList {
    flex-wrap: wrap
}

.flex-s,.flex-sc,.flex-scw,.flex-ss,.flex-ssw,.scrollList,.subscribeFrame .subscribePopup .row {
    justify-content: flex-start
}

.flex-ss,.flex-ssw,.scrollList {
    align-items: flex-start
}

.flex-sc,.flex-scw,.subscribeFrame .subscribePopup .row {
    align-items: center
}

.flex-scw,.flex-ssw {
    flex-wrap: wrap
}

.flex-c {
    justify-content: center
}

.ads,.close,.firstnameFirstChar,.flex-cc,.flex-ccw,.hzitem .hz-conwrap .hzcontent .lft .hzprice_tag .hzdiscount,.icon,.icon a,.icon span,.linePart,.searchSec .searchBox,.subscribeFrame .subscribePopup,.subscribeFrame .subscribePopup .row .hz,.tags .scroll ul,.topRight,.webAds,figure img {
    justify-content: center;
    align-items: center
}

.flex-ccw {
    flex-wrap: wrap
}

.btn {
    border-radius: 30px;
    padding: 6px 20px;
    font-size: .75rem;
    outline: 1px solid
}

.btnDark {
    background: #000;
    color: #fff;
    border-color: #000
}

.btnDark:hover,.btnPrimary {
    background: #ed1c24;
    color: #fff;
    border-color: #ed1c24
}

.btnPrimary:hover {
    background: #000;
    color: #fff;
    border-color: #000
}

.btnOutline {
    color: #000;
    border-color: #000
}

.btnOutline:hover {
    background: #ed1c24;
    color: #fff;
    border-color: #ed1c24
}

.icon,.s {
    width: 16px;
    height: 16px
}

.m {
    width: 24px;
    height: 24px
}

.l {
    width: 32px;
    height: 32px
}

:root {
    --index: calc(1vw + 1vh);
    --transition: cubic-bezier(.1,.7,0,1)
}

* {
    margin: 0;
    padding: 0;
    outline: 0
}

html {
    scroll-behavior: smooth
}

body.hidden {
    overflow: hidden
}

::-webkit-scrollbar {
    width: 8px;
    height: 3px
}

::-webkit-scrollbar-track {
    background: transparentred
}

::-webkit-scrollbar-track:hover {
    background: rgba(0,0,0,.05)
}

::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background: #ed1c24
}

.scrollShow::-webkit-scrollbar {
    width: 8px;
    height: 5px
}

.scrollShow::-webkit-scrollbar-track {
    background: rgba(0,0,0,.05)
}

.scrollShow::-webkit-scrollbar-thumb:hover {
    background: #ed1c24
}

@media only screen and (max-width: 1100px) {
    .scrollShow::-webkit-scrollbar {
        width:8px;
        height: 5px
    }

    .scrollShow::-webkit-scrollbar-track {
        background: rgba(0,0,0,.05)
    }

    .scrollShow::-webkit-scrollbar-thumb:hover {
        background: #ed1c24
    }
}

:lang(en) .mainNav li a {
    font-weight: 700
}

ul li {
    list-style: none
}

img {
    border: none;
    max-width: 100%;
    font-size: 0
}

.h5,h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
    margin-bottom: 25px
}

h1 {
    font-size: 1.875rem
}

h2 {
    font-size: 1.5rem
}

h3,h4,p {
    font-size: 19px;
}

.h5,h5 {
    font-size: .9375rem
}

h6 {
    font-size: .875rem
}

p {
    margin-bottom: 20px;
    clear: both
}

.relative {
    position: relative
}

.hide-b {
    display: none
}

.account-container {
    background: #fff;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 0 10px rgba(0,0,0,.06);
    border-radius: 10px
}

a {
    text-decoration: none;
    background: no-repeat center 100%;
    background-image: linear-gradient(#ed1c24,#ed1c24);
    background-size: 0 1px;
    transition: background-size .3s ease;
    color: #000
}

a:hover {
    /*background-size: 100% 1px*/
}

a:active {
    color: #ed1c24
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

.heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px
}

.heading h2 {
    margin-bottom: 0
}

.heading .appLink {
    width: auto
}

.loginBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 7px 25px;
    width: 100%;
    border-radius: 4px;
    transition: all .3s ease;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    box-sizing: border-box;
    font-size: 12px;
    text-transform: uppercase
}

@media only screen and (max-width: 768px) {
    .loginBtn {
        padding:5px 20px;
        font-size: 12px;
        border-radius: 40px
    }
}

.loginBtn.auto {
    width: 200px
}

.loginBtn:hover {
    border: 1px solid #ed1c24;
    background: #ed1c24;
    box-shadow: 0 0 5px rgba(0,0,0,.125)
}

.shortVideoHome {
    position: relative;
    margin-top: 30px;
    margin-bottom: 50px
}

@media only screen and (max-width: 768px) {
    .shortVideoHome {
        margin:0 -25px
    }
}

.shortVideoHome>div {
    position: relative;
    z-index: 1
}

.shortVideoHome:before {
    background-color: rgba(255,0,198,.08);
    height: 250px;
    width: 100%;
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 0
}

.active {
    color: #ed1c24;
    fill: #ed1c24!important
}

.mShow {
    display: none!important
}

.dShow {
    display: block
}

@media only screen and (max-width: 1100px) {
    .mShow {
        display:block!important
    }

    .dShow {
        display: none!important
    }
}

.close {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0
}

.close:after,.close:before {
    width: 30px;
    height: 1px;
    content: "";
    display: block;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 15px;
    right: 0
}

.close:before {
    transform: rotate(-45deg)
}

.close:after {
    transform: rotate(45deg)
}

body {
    background: #fff;
    font-size: 1rem
}

.icon {
    fill: rgba(0,0,0,.5)
}

.icon svg {
    width: 100%;
    height: 100%
}

.icon a,.icon span {
    width: 16px;
    height: 16px
}

.icon.rgt {
    position: absolute;
    top: 0;
    right: 0
}

.icon.bookmark {
    cursor: pointer
}

.inline {
    position: absolute;
    top: 0;
    right: 0
}

.bookmarkfill svg {
    fill: #ed1c24
}

.icon.icVideo svg {
    fill: #fff!important
}

.expert {
    color: #fff;
    font-size: .65rem;
    text-transform: uppercase;
    top: 5px;
    left: 5px;
    padding: 3px 7px;
    position: absolute;
    z-index: 9;
    background: linear-gradient(135deg,#ed1c24 1%,#e73c7e 50%,#af3bd9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ccee7752",endColorstr="#cc23d5ab",GradientType=1)
}

figure {
    margin-bottom: 10px
}

figure,figure img {
    position: relative;
    overflow: hidden
}

figure img {
    width: 100%;
    height: 100%;
    height: auto;
    font-size: 0;
    line-height: 0;
    object-fit: cover
}

figure i.video {
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%);
    width: 40px;
    height: 30px;
    border-radius: 15px;
    display: flex;
    align-items: center
}

figure i.video svg {
    width: 40px;
    height: 40px;
    fill: #ed1c24
}

.txtPart {
    position: relative
}

.layout {
    width: 100%;
    clear: both;
    padding: 0 0 15px
}

@media only screen and (max-width: 1100px) {
    .layout {
        width:calc(100% - 50px);
        padding: 0 25px
    }
}

ul.dropdown {
    position: absolute;
    top: 34px;
    right: 0;
    display: none;
    background: #fff;
    min-width: 120px;
    padding-top: 0;
    z-index: 11;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    border: 1px solid #000
}

@media only screen and (max-width: 768px) {
    ul.dropdown {
        right:-5px
    }
}

ul.dropdown li {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 5px 10px
}

ul.dropdown li:last-child {
    border-bottom-width: 0
}

ul.dropdown li a {
    font-size: 12px;
    background-size: 0 0;
    padding: 5px
}

.triangle {
    position: absolute;
    top: 20px;
    right: -2px;
    z-index: 10;
    height: 14px;
    overflow: hidden;
    width: 30px;
    background: transparent;
    display: none;
    z-index: 12
}

.triangle:after {
    content: "";
    display: block;
    z-index: 20;
    width: 15px;
    transform: rotate(45deg) translateY(0) translatex(10px);
    height: 15px;
    background: #fff;
    border-radius: 2px 0 0 0;
    box-shadow: 0 0 20px rgba(0,0,0,.2)
}

.languageModel {
    z-index: 999999;
    align-items: center;
    justify-content: center
}

.languageModel,.languageModel .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.languageModel .overlay {
    background-color: rgba(0,0,0,.5);
    z-index: 1;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

.languageModel .langcol {
    width: 250px;
    padding: 50px 30px 30px;
    background-color: #fff;
    border: 1px solid #000;
    position: relative;
    border-radius: 10px;
    text-align: center;
    z-index: 2
}

.languageModel .langcol h3 {
    font-size: 15px
}

.languageModel .langcol .closeBtn {
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer
}

.languageModel .langcol .closeBtn svg {
    width: 14px;
    height: 14px
}

.languageModel .langcol ul {
    width: 80%;
    margin: 0 auto
}

.languageModel .langcol ul li {
    padding-bottom: 10px
}

.languageModel .langcol ul li a {
    border: 1px solid gray;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    border-radius: 40px;
    font-size: 13px;
    background-size: 0 0
}

.languageModel .langcol ul li a.selected,.languageModel .langcol ul li a:hover {
    background-color: #ed1c24;
    color: #fff;
    border-color: #ed1c24
}

.menu.hindi li a,.menu.hindi li span {
    font-size: 18px;
    font-weight: 400
}

.menu.english li a,.menu.english li span {
    font-size: 14px;
    font-weight: 700
}

.menu.tamil li a,.menu.tamil li span {
    font-size: 15px;
    font-weight: 600
}

.moreNav {
    position: relative
}

.moreNav>span {
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    align-items: center
}

.moreNav>span svg {
    width: 14px!important;
    height: 14px!important
}

.moreNav .triangle {
    top: 46px;
    right: 8px
}

.moreNav ul {
    top: 60px
}

.moreNav ul li a {
    text-transform: capitalize!important;
    padding: 10px!important
}

.prime a:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(https://www.jagranimages.com/herzindagi/primehub.svg) 0 0 no-repeat;
    background-size: 100%;
    margin-right: 5px
}

.event a {
    position: relative
}

.event a:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background-color: #ed1c24;
    animation: animate 2s linear infinite;
    position: absolute;
    right: 8px;
    top: 8px
}

@keyframes animate {
    0% {
        box-shadow: 0 0 0 0 rgba(255,0,64,.7),0 0 0 0 rgba(255,0,64,.7)
    }

    40% {
        box-shadow: 0 0 0 6px rgba(255,0,64,0),0 0 0 0 rgba(255,0,64,.7)
    }

    80% {
        box-shadow: 0 0 0 6px rgba(255,0,64,0),0 0 0 5px rgba(255,0,64,0)
    }

    to {
        box-shadow: 0 0 0 0 rgba(255,0,64,0),0 0 0 5px rgba(255,0,64,0)
    }
}

.login {
    text-transform: uppercase;
    letter-spacing: 1px
}

.login:hover {
    color: #fff!important
}

.topRight .search {
    width: 1.25rem;
    height: 1.25rem;
    display: block
}

.topRight .link {
    display: flex;
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 15px
}

.topRight .link svg {
    width: 18px;
    height: 18px;
    margin-right: 5px
}

.topRight .link:hover {
    background-size: 0 0;
    color: #ed1c24
}

.topRight .link:hover svg {
    fill: #ed1c24
}

.search img {
    cursor: pointer;
    width: 1.25rem;
    height: 1.25rem
}

.footer {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 20px;
    grid-template-areas: "a b" "c b";
    width: 100%;
    padding: 20px 0;
    clear: both;
    margin-top: 20px;
    font-size: .9rem
}

@media only screen and (max-width: 1100px) {
    .footer {
        grid-template-areas:"a" "b" "c";
        padding: 0 25px;
        width: calc(100% - 50px)
    }
}

@media only screen and (max-width: 768px) {
    .footer {
        gap:0;
        padding-bottom: 15px
    }

    .footer .footBox+.footBox {
        border-top: 1px solid rgba(0,0,0,.05);
        padding-top: 20px
    }
}

.footer .footBox:first-child {
    grid-area: a
}

.footer .footBox:first-child:nth-child(2) {
    grid-area: b;
    border-left: 1px solid rgba(0,0,0,.05)
}

.footer .footBox:first-child:nth-child(3) {
    grid-area: c
}

.footer .footlogo {
    width: 11.25rem;
    height: 3.1875rem;
    margin-bottom: 10px
}

.footer .footlogo a,.footer .footlogo svg {
    width: 100%;
    height: 100%
}

.footer .twoList {
    columns: 2;
    width: 100%
}

.footer .twoList li {
    width: 45%
}

@media only screen and (max-width: 768px) {
    .footer .twoList {
        columns:1
    }

    .footer .twoList li {
        width: 100%
    }
}

.footer .footnav {
    width: 100%
}

@media only screen and (max-width: 768px) {
    .footer .footnav {
        flex-wrap:wrap
    }

    .footer .footnav ul {
        width: 100%
    }
}

.footer .footnav ul {
    min-width: 250px
}

.footer .footnav ul+ul {
    border-left: 1px solid rgba(0,0,0,.05);
    padding-left: 15px
}

@media only screen and (max-width: 768px) {
    .footer .footnav ul+ul {
        padding-left:0;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-left: none
    }
}

.footer .footnav li a {
    padding: 3px 0;
    color: var(--colr-dark);
    display: inline-block
}

@media only screen and (max-width: 768px) {
    .footer .footnav li a {
        padding:5px 0
    }
}

.footer .footCopy {
    clear: both;
    margin-top: 0
}

.footer .footCopy a {
    color: #ed1c24
}

.footer .footCopy p {
    font-size: .75rem;
    margin-bottom: 0
}

.footSocial {
    padding-left: 10%
}

@media only screen and (max-width: 768px) {
    .footSocial {
        padding-left:0
    }
}

.footSocial .h5 {
    margin-bottom: 8px;
    font-size: .9rem;
    font-weight: 600
}

.footSocial .appHide {
    width: 150px!important
}

.footSocial .appHide img {
    border-radius: 5px
}

.footSocial p {
    margin-top: 20px
}

.social {
    gap: 10px
}

.social a {
    width: 1.25rem;
    height: 1.25rem;
    padding: 10px;
    display: block;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.5)
}

.social a img,.social a svg {
    width: 100%;
    height: 100%
}

.social a:hover {
    border: 1px solid #ed1c24;
    background: #ed1c24
}

#videoplayer {
    margin: 20px 0
}

#gdprbx {
    display: none;
    padding: 16px;
    position: fixed;
    right: 10px;
    background: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,.26);
    border: 1px solid #000;
    z-index: 99;
    width: 340px;
    box-sizing: border-box;
    bottom: 10px
}

#gdprbx .closegdper {
    background: #ed1c24;
    font-weight: 600;
    padding: 10px 12px;
    color: #fff!important;
    width: 60px;
    text-align: center;
    display: block;
    border: none;
    margin-top: 20px
}

.cookiebox {
    padding: 0;
    font-size: 12px;
    line-height: 17px
}

.cookiebox a {
    color: #000;
    border-bottom: 1px solid #ed1c24
}

#gdprbx.show {
    display: block
}

@media(max-width: 728px) {
    #gdprbx {
        border-top:1px solid #000!important;
        border: none;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 999
    }
}

.container {
    /*max-width: 81.25rem;*/
    width: 100%;
    margin: 0 auto
}

@media only screen and (max-width: 768px) {
    .container {
        padding-left:0;
        padding-right: 0;
        width: 100%
    }
}

@media only screen and (max-width: 1100px) {
    .container {
        padding-left:0;
        padding-right: 0;
        width: 100%
    }
}

.linePart {
    display: flex;
    justify-content: center;
    height: 3px;
    /*border-top: 1px solid #ed1c24;*/
    border-bottom: 2px solid #ddd;
    margin: 30px auto!important;
}

@media only screen and (max-width: 1100px) {
    .mobThick {
        margin:10px auto!important
    }
}

.scroll {
    overflow-x: scroll;
    overflow-y: hidden
}

.appLink {
    width: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: .3s;
    position: relative;
    font-size: .875rem
}

.appLink:hover {
    background-size: 0 0;
    color: #ed1c24
}

.appLink:before {
    background-color: #ed1c24!important;
    background-image: url(https://images.herzindagi.info/svg/rgtArrowLight.svg);
    background-size: 17px;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    overflow: hidden;
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.appLink:hover:before {
    animation: rgtMove .5s ease
}

@keyframes rgtMove {
    0% {
        background-position-x: center
    }

    49% {
        background-position-x: 40px
    }

    50% {
        background-position-x: -40px
    }

    to {
        background-position-x: center
    }
}

.articlePage {
    padding-top: 10px
}

.articlePage h1,.articlePage h2 {
    text-transform: capitalize
}

@media only screen and (max-width: 768px) {
    .articlePage h1 {
        font-size:1.5rem
    }
}

.iframeBox {
    position: relative;
    height: 0;
    min-height: 500px;
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
    margin-bottom: 30px
}

.iframeBox iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-shadow: 0 0 10px rgba(0,0,0,.149)
}

.twoCol {
    gap: 40px;
    border-top: 1px solid rgba(0,0,0,.03)
}

@media only screen and (max-width: 1100px) {
    .twoCol {
        gap:20px
    }
}

@media only screen and (max-width: 768px) {
    .twoCol {
        gap:10px
    }
}

.twoCol .colCen {
    width: calc(100% - 380px);
    border-right: 1px solid rgba(0,0,0,.05);
    padding-right: 40px
}

.twoCol .colRgt {
    width: 300px;
    margin-top: 20px
}

@media only screen and (max-width: 1100px) {
    .twoCol {
        flex-wrap:wrap
    }

    .twoCol .colCen {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(0,0,0,.05);
        padding-right: 0
    }

    .twoCol .colRgt {
        width: 100%
    }
}

.threeCol {
    border-top: 1px solid rgba(0,0,0,.03)
}

.threeCol .colLft,.threeCol .colRgt {
    width: 300px
}

.threeCol .colCen {
    width: calc(50.77% - 40px);
    border-left: 1px solid rgba(0,0,0,.05);
    border-right: 1px solid rgba(0,0,0,.05);
    padding: 0 20px;
    margin: 0 auto
}

@media only screen and (max-width: 1100px) {
    .threeCol {
        flex-wrap:wrap
    }

    .threeCol .colLft {
        width: 100%
    }

    .threeCol .colCen {
        width: 100%;
        padding: 0;
        border: 0
    }

    .threeCol .colRgt {
        width: 100%
    }
}

.eventAds {
    text-align: center
}

.eventAds .mShow {
    width: 320px;
    margin: 10px auto
}

.eventAds .dShow {
    width: 728px;
    margin: 10px auto
}

.ads {
    width: 300px;
    height: 250px;
    background: rgba(0,0,0,.04)
}

.anchorAds {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 52px 0 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.webAds {
    min-height: 250px;
    background: rgba(0,0,0,.03);
    position: relative
}

.webAds:before {
    content: "advertisement";
    text-transform: uppercase;
    font-size: .6rem;
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -37px;
    color: rgba(0,0,0,.3)
}

.webAds.center {
    margin: 0 auto
}

@media only screen and (max-width: 768px) {
    .webAds {
        display:none!important
    }
}

.mobAds {
    min-width: 300px;
    min-height: 250px;
    background: rgba(0,0,0,.05);
    display: none!important;
    align-items: center;
    justify-content: center;
    position: relative
}

.mobAds:before {
    content: "advertisement";
    text-transform: uppercase;
    font-size: .6rem;
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -37px;
    color: rgba(0,0,0,.3)
}

@media only screen and (max-width: 768px) {
    .mobAds {
        margin:25px auto;
        display: flex!important
    }
}

.adsPush {
    min-width: 728px;
    min-height: 90px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center
}

@media only screen and (max-width: 768px) {
    .adsPush {
        display:none
    }
}

.adsCenter {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.adsCenter .webAds {
    min-width: 300px
}

.fullAds {
    width: 100%!important;
    margin-top: 20px;
    padding: 10px;
    background-color: transparent
}

.fullAds>div {
    width: auto
}

.stickyads {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

@media only screen and (max-width: 768px) {
    .stickyads {
        margin-left:-25px;
        margin-right: -25px;
        width: calc(100% + 40px)
    }
}

.eventBan {
    width: 100%;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.eventBan a {
    background-image: none
}

.twitter-tweet {
    margin: 30px auto!important
}

@media only screen and (max-width: 768px) {
    .twitter-tweet {
        max-width:100%!important
    }
}

.twitter-tweet iframe {
    box-shadow: 0 0 10px rgba(0,0,0,.149)!important;
    border-radius: 10px!important
}

ul.breadcrumb {
    column-gap: 15px;
    font-size: .7rem;
    margin: 20px auto 10px
}

@media only screen and (max-width: 768px) {
    ul.breadcrumb {
        flex-wrap:wrap
    }
}

ul.breadcrumb li {
    margin: 10px 0;
    position: relative;
    text-transform: uppercase
}

@media only screen and (max-width: 768px) {
    ul.breadcrumb li {
        margin:3px 0
    }
}

ul.breadcrumb li a {
    font-size: 15px
}

@media only screen and (max-width: 768px) {
    ul.breadcrumb li a {
        font-size:9px
    }
}

ul.breadcrumb li:last-child,ul.breadcrumb li:last-child a {
    color: #ed1c24
}

ul.breadcrumb li+li:before {
    content: "/";
    position: absolute;
    left: -11px;
    top: 0;
    color: #ddd;
    font-weight: 300;
    font-size: 13px;
    display: block;
    width: 4px;
    height: 18px
}

.disclaimercol {
    position: relative;
    padding-right: 80px
}

@media only screen and (max-width: 768px) {
    .disclaimercol {
        padding-right:0
    }
}

.disclaimer {
    width: 50px;
    height: 50px;
    right: 0;
    bottom: 0;
    position: absolute;
    clear: both;
    box-shadow: 0 0 20px rgba(0,0,0,.05);
    border: 1px solid #000;
    padding: 10px;
    box-sizing: border-box;
    z-index: 1;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

@media only screen and (max-width: 768px) {
    .disclaimer {
        bottom:inherit;
        top: 34px;
        width: 100%;
        width: calc(100% - 30px);
        padding: 10px 15px
    }
}

.disclaimer .texthead {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.disclaimer .text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px
}

.disclaimer .text span {
    padding-top: 2px;
    margin-left: 3px
}

.disclaimer .text svg {
    width: 18px;
    height: 18px
}

.disclaimer strong {
    font-size: .7rem;
    clear: both;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between
}

.disclaimer strong b {
    font-weight: 400;
    font-size: 1rem;
    line-height: .7rem;
    display: flex;
    align-items: center
}

.disclaimer p {
    font-size: .55rem;
    margin-top: 5px;
    margin-bottom: 10px
}

.pageHeaingSearch {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.nonveg,.veg {
    width: 22px;
    height: 22px;
    line-height: 0;
    float: right;
    display: block;
    position: relative
}

.nonveg:after,.veg:after {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 2px;
    display: block;
    content: ""
}

.veg {
    outline: 1px solid green
}

.veg:after {
    background: green
}

.nonveg {
    outline: 1px solid red
}

.nonveg:after {
    background: red
}

.sponsored {
    color: #fff;
    text-transform: uppercase;
    float: right;
    margin-top: 3px;
    padding: 2px 7px;
    z-index: 9;
    background: linear-gradient(135deg,#ed1c24 1%,#e73c7e 50%,#af3bd9)
}

.categoryTag,.sponsored {
    font-size: .5rem
}

.categoryTag a {
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #ed1c24
}

.tags {
    clear: both;
    text-align: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 5px
}

@media only screen and (max-width: 768px) {
    .tags {
        overflow:scroll;
        white-space: nowrap;
        flex-wrap: nowrap
    }
}

.tags h3 {
    margin-bottom: 0;
    font-size: 1rem;
    width: 50px;
    text-align: left
}

.tags .scroll {
    display: flex;
    flex-wrap: nowrap
}

.tags .scroll ul {
    gap: 10px
}

.tags a {
    color: #000;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.8);
    border-radius: 30px;
    padding: 4px 15px;
    line-height: 19px;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    font-weight: 400
}

.tags a:active,.tags a:hover {
    background: #000;
    color: #fff
}

.searchSec {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background: #f6f6f3
}

.searchSec .closeFeed {
    position: fixed;
    right: 10px;
    top: 10px
}

.searchSec .searchBox {
    width: 100%;
    height: 100vh
}

.searchSec form {
    width: 90%;
    text-align: center;
    flex-wrap: wrap;
    max-width: 600px
}

.searchSec .h1 {
    padding: 20px 0;
    text-align: center
}

.searchSec input[type=text] {
    padding: 15px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    background: transparent;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 25px
}

.searchSec input[type=submit] {
    padding: 15px 40px;
    border: none;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    border-radius: 30px
}

.navigation {
    padding: 60px 25px 40px;
    height: calc(100vh - 100px);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #f6f6f3;
    z-index: 1002;
    overflow-y: scroll
}

.navigation .container {
    position: relative;
    z-index: 999
}

.navigation .hamburgerNavHead {
    padding: 10px 0;
    background: hsla(60,14%,96%,.8);
    border-bottom: 1px solid rgba(0,0,0,.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 50px);
    position: fixed;
    top: 0;
    left: 25px;
    z-index: 1
}

.navigation h4 {
    font-size: 1rem;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 10px 0
}

.navigation h4,.navigation h4 a {
    color: var(--colr-dark)
}

.navList {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.navList .navBox {
    padding: 15px 20px 15px 0;
    width: calc(25% - 20px);
    font-size: .85rem;
    line-height: 1.6;
    max-width: inherit
}

.navList .navBox li {
    margin: 12px 5px 20px 20px;
    display: block
}

.navList .navBox li a {
    position: relative;
    color: #000
}

.navList .navBox li a:before {
    width: 10px;
    height: 6px;
    content: "";
    position: absolute;
    left: -20px;
    top: 5px;
    background: url(https://www.jagranimages.com/images/arrow-down.svg) no-repeat 0 0;
    transform: rotate(-90deg);
    display: block;
    background-size: 8px 8px
}

.navList .navBox:first-child {
    padding-left: 0
}

.navList .navBox:last-child {
    padding-right: 0
}

@media only screen and (max-width: 1100px) {
    .navList .navBox {
        width:calc(33% - 20px)
    }
}

@media only screen and (max-width: 768px) {
    .navList .navBox {
        width:calc(50% - 20px)
    }
}

.downloadAppNav {
    background: #000;
    justify-content: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 7px 0
}

.downloadAppNav,.downloadAppNav a {
    color: #fff;
    display: flex;
    gap: 20px;
    align-items: center
}

.downloadAppNav b {
    width: 20px;
    height: 20px;
    margin: 5px 0;
    display: block
}

.videoShort a {
    position: fixed;
    bottom: 60px;
    right: 15px;
    width: 20px;
    height: 20px;
    padding: 15px;
    background: #ed1c24;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255,0,198,.5);
    z-index: 9;
    border: 2px solid #f6f6f3
}

.videoShort a img {
    width: 100%;
    height: 100%;
    transform-origin: 50% 5em;
    position: relative
}

@keyframes wiggle {
    0% {
        top: -3px
    }

    50% {
        top: 3px
    }

    to {
        top: -3px
    }
}

.lock a {
    background: #ed1c24!important;
    color: #fff
}

i#correct_count {
    color: #090
}

i#wrong_count {
    color: red
}

.videoIframe {
    margin: 0 0 25px;
    position: relative;
    height: 0;
    display: block;
    padding-bottom: 56.25%
}

.videoIframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.loadMore {
    width: 100%;
    margin: 20px 0 10px;
    display: flex;
    justify-content: center
}

.loadMore .btn {
    text-transform: uppercase;
    padding: 10px 20px;
    border: 0;
    font-weight: 600;
    cursor: pointer
}

li.bookmark .re-bookmark {
    padding-right: 30px
}

a.bookmark {
    position: relative
}

.re-bookmark a.bookmark {
    position: absolute!important;
    right: 0
}

a.bookmark.active svg {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0
}

.scrollList {
    gap: 20px
}

.scrollList li {
    min-width: 220px
}

.scrollList li figure,.scrollList li img {
    width: 100%
}

.more-article {
    margin: 25px 0 30px
}

.more-article h4 {
    margin-bottom: 10px;
    font-size: 1.2rem
}

.more-article li {
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e1
}

.more-article li:last-child {
    border-bottom: 0
}

.more-article li figure {
    margin-bottom: 0;
    width: 100px;
    object-fit: cover
}

.more-article li figure img {
    height: 70px
}

.more-article li .txt-part {
    width: calc(100% - 115px)
}

.more-article li .txt-part h3 {
    font-size: .85rem;
    line-height: 1.5;
    margin-bottom: 0
}

.firstnameFirstChar svg {
    width: 18px;
    height: 18px;
    margin-right: -2px
}

.feedbackPopup {
    width: 100%;
    top: 0;
    z-index: 9992;
    transition: .3s;
    justify-content: flex-end;
    box-shadow: -4px 0 20px 4px rgba(0,0,0,.1)
}

.feedbackConent,.feedbackPopup {
    height: 100vh;
    position: fixed;
    right: 0;
    display: flex
}

.feedbackConent {
    z-index: 2;
    max-width: 450px;
    padding: 50px 30px 30px;
    width: 450px;
    box-sizing: border-box;
    background-color: #fff;
    flex-direction: column
}

.feedbackConent .feedbackbox .closeFeed .close {
    border: none
}

.feedbackConent .feedbackbox .closeFeed .close:hover {
    background-color: transparent
}

.feedbackConent .outpurbox {
    height: 100%
}

.feedbackConent h4 {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 18px
}

.feedbackConent h4 svg {
    fill: #000!important;
    width: 24px!important;
    height: 24px!important
}

.feedbackConent>h5 {
    display: flex;
    align-items: center;
    font-size: 15px;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.feedbackConent>h5 svg {
    fill: #000!important
}

.feedbackConent textarea {
    width: calc(100% - 30px);
    padding: 10px 15px 30px;
    margin-bottom: 15px;
    border: 1px solid #e9e9e1;
    border-radius: 8px;
    outline: none;
    transition: all .3s ease
}

.feedbackConent textarea:focus,.feedbackConent textarea:hover {
    border: 1px solid #ddd;
    box-shadow: 0 0 5px rgba(0,0,0,.125)
}

.feedbackConent #output {
    overflow-y: scroll
}

.feedbackConent .hr {
    background-color: #e5e5e5;
    height: 1px;
    border: none
}

.feedbackConent .response {
    display: flex;
    justify-content: flex-end;
    column-gap: 10px;
    font-size: .85rem;
    bottom: 0;
    z-index: 9;
    position: relative;
    margin-bottom: 30px
}

.feedbackConent input[type=button] {
    width: 100px
}

.feedbackConent b.closeFeed {
    position: relative;
    width: 100%;
    display: block
}

.feedbackConent .close {
    position: absolute;
    top: -30px;
    right: 0
}

@media only screen and (max-width: 768px) {
    .feedbackConent {
        width:100%;
        box-sizing: border-box
    }
}

[data-theme=light] {
    --background-color: #fff;
    --text-color: #000
}

[data-theme=dark] {
    --background-color: #000;
    --text-color: #fff
}

.animated-div {
    opacity: 0;
    transform: translateY(200px);
    transition: opacity 1s,transform 1s;
    margin-bottom: 0
}

.animated-div.animate {
    opacity: 1;
    transform: translateY(0)
}

.animated-div.animate-first {
    animation-delay: 1s;
    transform: translateY(0)
}

:root {
    --hue: 223;
    --bg: hsl(var(--hue),10%,90%);
    --fg: hsl(var(--hue),10%,10%);
    --primary: hsl(var(--hue),90%,50%);
    --trans-dur: 0.3s;
    --trans-timing: cubic-bezier(0.76,0.05,0.24,0.95);
    --trans-timing-in: cubic-bezier(0.76,0.05,0.86,0.06);
    --trans-timing-out: cubic-bezier(0.05,0.76,0.06,0.86)
}

.switch {
    position: relative
}

.switch__icon,.switch__input {
    display: block;
    cursor: pointer
}

.switch__icon {
    position: absolute;
    top: .25em;
    right: .25em;
    width: .75em;
    height: .75em;
    transition: opacity calc(var(--trans-dur)/2),transform calc(var(--trans-dur)/2)
}

.switch__icon polyline {
    transition: stroke-dashoffset calc(var(--trans-dur)/2)
}

.switch__icon--light,.switch__icon--light polyline {
    transition-delay: calc(var(--trans-dur)/2);
    transition-timing-function: var(--trans-timing-out)
}

.switch__icon--dark {
    opacity: 0;
    transform: translateX(-.75em) rotate(30deg) scale(.75);
    transition-timing-function: var(--trans-timing-in)
}

.switch__input {
    background-color: #ed1c24;
    border-radius: .75em;
    box-shadow: 0 0 0 .125em .125em .125em .25em rgba(255,0,198,0) rgba(255,0,198,.2);
    outline: transparent;
    position: relative;
    width: 3em;
    height: 1.5em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    transition: background-color var(--trans-dur) var(--trans-timing),box-shadow .15s linear
}

.switch__input:focus-visible {
    box-shadow: 0 0 0 .125em hsl(var(--hue),90%,50%),.125em .125em .25em hsla(var(--hue),90%,10%,.2)
}

.switch__input:after,.switch__input:before {
    content: "";
    display: block;
    position: absolute
}

.switch__input:before {
    background-color: #ed1c24;
    border-radius: inherit;
    inset: 0;
    transition: background-color var(--trans-dur) var(--trans-timing)
}

.switch__input:after {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: .05em .05em .05em hsla(var(--hue),90%,10%,.1);
    top: .25em;
    left: .25em;
    width: 1em;
    height: 1em;
    transition: background-color var(--trans-dur) var(--trans-timing),transform var(--trans-dur) var(--trans-timing);
    z-index: 1
}

.switch__input:checked,.switch__input:checked:before {
    background-color: #ed1c24
}

.switch__input:checked:after {
    background-color: #000;
    transform: translateX(1.5em)
}

.switch__input:checked~.switch__icon--light,.switch__input:checked~.switch__icon--light polyline {
    transition-delay: 0s;
    transition-timing-function: var(--trans-timing-in)
}

.switch__input:checked~.switch__icon--light {
    opacity: 0;
    transform: translateX(-.75em) rotate(-30deg) scale(.75)
}

.switch__input:checked~.switch__icon--light polyline {
    stroke-dashoffset: 1.5
}

.switch__input:checked~.switch__icon--dark {
    opacity: 1;
    transform: translateX(-1.2em);
    transition-delay: calc(var(--trans-dur)/2);
    transition-timing-function: var(--trans-timing-out)
}

.switch__sr {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px
}

.static {
    font-size: .9rem;
    line-height: 1.8
}

.static h1 {
    border-bottom: 1px solid rgba(0,0,0,.05);
    margin-bottom: 15px;
    padding-bottom: 10px
}

.static h2,.static h4 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 700
}

.static h4 {
    font-size: 1.2rem
}

.static p {
    font-size: .9rem
}

.static ul.dots {
    float: left;
    margin: 0 0 30px;
    padding: 0 0 0 30px;
    width: 100%
}

.static ul.dots li {
    list-style: disc
}

.static .address,.static .address ul {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 20px
}

.static .address li {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.static .address li b,.static .address li i {
    width: 100%;
    display: block
}

.static .address li svg {
    height: 60px;
    width: 100px
}

.static .address li h2 {
    font-size: 3rem;
    text-transform: capitalize
}

@media only screen and (max-width: 1100px) {
    .static .address {
        justify-content:space-around;
        flex-wrap: wrap
    }

    .static .address h2 {
        line-height: 1.2;
        text-align: center;
        width: 100%
    }
}

.lftPad30 {
    padding-left: 30px
}

.l {
    font-size: 1.2rem;
    margin-left: -20px
}

.l,.m {
    color: #000
}

.m {
    font-size: 1rem;
    background: rgba(255,0,198,.2);
    padding: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 600;
    margin-right: 10px;
    margin-left: -7px
}

.dotList {
    border-left: 3px solid rgba(255,0,198,.2);
    padding-left: 30px;
    margin-left: 10px
}

.dotList li {
    margin: 8px 0;
    position: relative
}

.dotList li:before {
    background-color: #fff;
    width: 9px;
    height: 9px;
    position: absolute;
    left: -36px;
    top: 7px;
    content: "";
    line-height: 0;
    border-radius: 50%;
    outline: 2px solid rgba(255,0,198,.4)
}

.hzitem {
    box-shadow: 0 0 2px 0 rgba(0,0,0,.19);
    border-radius: 5px;
    padding: 15px 10px;
    box-sizing: border-box;
    margin: 20px 2px
}

.hzitem img {
    width: 100%;
    height: auto
}

.hzitem .hz-imgwrap {
    width: 20%;
    height: 100px;
    position: relative;
    box-sizing: border-box
}

.hzitem .hz-imgwrap img {
    max-height: 90px;
    width: auto;
    height: auto;
    max-width: 95%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.hzitem .hz-conwrap {
    width: 80%
}

.hzitem .hz-conwrap h3.title {
    margin: 0 0 5px
}

.hzitem .hz-conwrap h3.title a {
    color: rgba(0,0,0,.8);
    font-size: 18px;
    line-height: 24px
}

.hzitem .hz-conwrap .hzcontent {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap
}

.hzitem .hz-conwrap .hzcontent .lft a {
    display: block
}

.hzitem .hz-conwrap .hzcontent .lft a.btn {
    display: inline-block;
    background-color: #ed1c24;
    color: #fff
}

.hzitem .hz-conwrap .hzcontent .lft a.btn:hover {
    background-color: rgba(0,0,0,.8)
}

.hzitem .hz-conwrap .hzcontent .lft .hzprice_tag {
    font-size: 20px;
    color: rgba(0,0,0,.8);
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0
}

.hzitem .hz-conwrap .hzcontent .lft .hzprice_tag b {
    margin-left: 10px;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    text-decoration: line-through
}

.hzitem .hz-conwrap .hzcontent .lft .hzprice_tag .hzdiscount {
    height: 40px;
    width: 40px;
    background: #ed1c24;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    position: absolute;
    top: 2px;
    right: -45px;
    z-index: 1
}

.hzitem .hz-conwrap .hzcontent .rgt {
    width: 20%;
    display: flex;
    align-items: flex-end
}

.hzitem .hz-conwrap .hzcontent .rgt .hz-icon {
    display: block;
    padding: 2px;
    line-height: 0
}

.nodata {
    display: flex;
    justify-content: center
}

.nodata .data {
    text-align: center;
    border: 1px dashed rgba(0,0,0,.3);
    padding: 40px 40px 30px;
    border-radius: 10px
}

.nodata .data h3 {
    color: rgba(0,0,0,.6);
    margin-bottom: 10px;
    font-size: 20px
}

.nodata .data p {
    font-size: 14px;
    color: rgba(0,0,0,.6)
}

.nodata .data svg {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    fill: rgba(0,0,0,.3)
}

.subscribeFrame {
    z-index: 99;
    display: block
}

.subscribeFrame,.subscribeFrame .mask {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100vh
}

.subscribeFrame .mask {
    background: rgba(0,0,0,.8);
    z-index: 9;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px)
}

.subscribeFrame .subscribePopup {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    max-width: 350px;
    position: fixed;
    left: calc(50% - 650px);
    top: 0;
    z-index: 9;
    flex-wrap: wrap
}

@media only screen and (max-width: 768px) {
    .subscribeFrame .subscribePopup {
        left:0;
        max-width: 100%;
        top: 0
    }
}

.subscribeFrame .subscribePopup .row {
    gap: 15px;
    padding: 25px
}

.subscribeFrame .subscribePopup .row .hz {
    width: 40px;
    height: 40px;
    padding: 5px;
    background: #000;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    border-radius: 50%
}

.subscribeFrame .subscribePopup .row .hz svg {
    width: 40px;
    height: 40px
}

.subscribeFrame .subscribePopup .row p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0
}

.subscribeFrame .subscribePopup ul {
    color: #fff;
    width: 100%;
    padding: 0 15px 15px;
    gap: 10px
}

.subscribeFrame .subscribePopup ul li {
    width: 50%;
    text-align: center
}

.subscribeFrame .subscribePopup ul li button {
    border: 0;
    width: 100%;
    padding: 12px 0;
    background: transparent;
    cursor: pointer;
    font-size: 12px
}

.subscribeFrame .subscribePopup ul li:first-child button {
    border: 1px solid #000
}

.subscribeFrame .subscribePopup ul li:first-child button:hover {
    background-color: rgba(0,0,0,.05)
}

.subscribeFrame .subscribePopup ul li:last-child button {
    background-color: rgba(0,0,0,.9);
    color: #fff
}

.subscribeFrame .subscribePopup ul li:last-child button:hover {
    background-color: #000
}

@font-face {
    font-family: __poppins_aef761;
    src: url(../font/a633d24ba0befb11-s.p.woff) format("woff");
    font-display: swap;
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: __poppins_aef761;
    src: url(../font/a993c54aab87ff2e-s.p.woff2) format("woff2");
    font-display: swap;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: __poppins_aef761;
    src: url(../font/74cbb8f8ac06f4f5-s.p.woff2) format("woff2");
    font-display: swap;
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: __poppins_aef761;
    src: url(../font/1b41582df91a2d98-s.p.woff2) format("woff2");
    font-display: swap;
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: __poppins_Fallback_aef761;
    src: local("Arial");
    ascent-override:92.83%;descent-override:30.94%;line-gap-override:8.84%;size-adjust:113.11%}

.__className_aef761 {
    font-family: __poppins_aef761,__poppins_Fallback_aef761
}

@font-face {
    font-family: __Hind_Madurai_659b38;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../font/0f988d53b2f1424c-s.woff2) format("woff2");
    unicode-range: U+0964-0965,U+0b82-0bfa,U+200c-200d,U+20b9,U+25cc
}

@font-face {
    font-family: __Hind_Madurai_659b38;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../font/f2829b631bf8ff02-s.woff2) format("woff2");
    unicode-range: U+0100-02af,U+0304,U+0308,U+0329,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff
}

@font-face {
    font-family: __Hind_Madurai_659b38;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../font/70186eb99643df05-s.p.woff2) format("woff2");
    unicode-range: U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd
}

@font-face {
    font-family: __Hind_Madurai_659b38;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../font/3968760fd8ece0a3-s.woff2) format("woff2");
    unicode-range: U+0964-0965,U+0b82-0bfa,U+200c-200d,U+20b9,U+25cc
}

@font-face {
    font-family: __Hind_Madurai_659b38;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../font/4c6c315ad7ef160c-s.woff2) format("woff2");
    unicode-range: U+0100-02af,U+0304,U+0308,U+0329,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff
}

@font-face {
    font-family: __Hind_Madurai_659b38;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../font/9a36a762d2852da3-s.p.woff2) format("woff2");
    unicode-range: U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd
}

@font-face {
    font-family: __Hind_Madurai_659b38;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../font/6437c9a719d2631a-s.woff2) format("woff2");
    unicode-range: U+0964-0965,U+0b82-0bfa,U+200c-200d,U+20b9,U+25cc
}

@font-face {
    font-family: __Hind_Madurai_659b38;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../font/daeff688de1e2f86-s.woff2) format("woff2");
    unicode-range: U+0100-02af,U+0304,U+0308,U+0329,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff
}

@font-face {
    font-family: __Hind_Madurai_659b38;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../font/c46b718c72db4bb2-s.p.woff2) format("woff2");
    unicode-range: U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd
}

@font-face {
    font-family: __Hind_Madurai_Fallback_659b38;
    src: local("Arial");
    ascent-override:100.92%;descent-override:40.90%;line-gap-override:0.00%;size-adjust:97.30%}

.__className_659b38 {
    font-family: __Hind_Madurai_659b38,__Hind_Madurai_Fallback_659b38;
    font-style: normal
}

@font-face {
    font-family: __Playfair_Display_db66cc;
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url(../font/ae80e08d9fcae03a-s.woff2) format("woff2");
    unicode-range: U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116
}

@font-face {
    font-family: __Playfair_Display_db66cc;
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url(../font/4486f70b101e60d9-s.woff2) format("woff2");
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab
}

@font-face {
    font-family: __Playfair_Display_db66cc;
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url(../font/3e57fe4abb1c4cae-s.woff2) format("woff2");
    unicode-range: U+0100-02af,U+0304,U+0308,U+0329,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff
}

@font-face {
    font-family: __Playfair_Display_db66cc;
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url(../font/dcc209c0b1ab30af-s.p.woff2) format("woff2");
    unicode-range: U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd
}

@font-face {
    font-family: __Playfair_Display_Fallback_db66cc;
    src: local("Times New Roman");
    ascent-override:97.38%;descent-override:22.59%;line-gap-override:0.00%;size-adjust:111.11%}

.__className_db66cc {
    font-family: __Playfair_Display_db66cc,__Playfair_Display_Fallback_db66cc;
    font-style: normal
}
