:root {
    --white: #fff;
    --black: #000;
    --primary: #08649a;
    --red: #da251d;
    --lightred: #f8e5e5;
    --gray: #f5f3f3;
    --graydark: #ccc;
    --gray-900: #222;
    --skyblue: #e0f1f8;
    --orange: #f58220;
    --yellow: #fff204;
    --darkyellow: #cec303;
    --transition: all 0.3s ease-in-out;
    --light-grey: #f0efef
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

li,
ul {
    list-style: none
}


body {
    font-family: Poppins, sans-serif;
    font-size: 12px;
    color: var(--black);
    line-height: 1.8;
    background-color: #ffffff
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

a {
    color: var(--black);
    text-decoration: none;
    background: no-repeat 0 100%;
    background-image: linear-gradient(var(--primary), var(--primary));
    background-size: 0 1px;
    transition: var(--transition)
}

a:hover {
    color: #9d0505;
    background-size: 100% 1px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    text-transform: capitalize
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 18px
}

h3 {
    font-size: 16px
}

.mainContent h1.head {
    font-size: 0;
    height: 0;
    margin: 0
}

p:empty {
    display: none
}

.centered {
    padding-right: calc((100% - 1075px)/ 2);
    padding-left: calc((100% - 1075px)/ 2)
}

.stickybar {
    position: -webkit-sticky;
    position: sticky;
    top: 20px
}

.btn {
    padding: 0 25px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    min-height: 30px;
    border-radius: 3px;
    background-color: #9D0505;
    background-image: none;
    border: 0;
    transition: var(--transition);
    cursor: pointer
}

.btn,
.btn:hover {
    color: var(--white)
}

.btn:hover {
    background-color: var(--black)
}

.btn svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    fill: var(--white)
}

.btn.secondary {
    background-color: var(--black)
}

.topheading {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.mb30 {
    margin-bottom: 30px
}

.mt30 {
    margin-top: 30px
}

.heading {
    justify-content: space-between;
    padding: 0;
    margin-bottom: 15px
}

.heading,
.heading a {
    display: flex;
    align-items: center;
    margin: auto;
}

.heading a {
    position: relative;
    background-image: none
}

.heading a svg {
    width: 18px;
    height: 18px;
    margin-left: 5px;
    position: relative;
    top: 0;
    transition: all .3s ease
}

.heading a:hover {
    background-size: 0 0
}

.heading a:hover svg {
    fill: var(--primary);
    margin-left: 12px
}

.wrapper {
    width: 100%;
    position: relative
}



.header,
.header .top-bar {
    position: relative;
    /* width: 100% */
}

.header .top-bar {
    padding-top: 2px;
    padding-bottom: 2px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: var(--black);
    align-items: center;
    z-index: 99
}




.header .top-link {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap
}

.header .top-link>li {
    padding-top: 6px;
    padding-bottom: 6px;
    margin-left: 20px
}

.header .top-link>li>a {
    font-size: 10px;
    display: block;
    color: var(--white);
    text-transform: uppercase
}

.header .top-link>li>a:hover {
    color: var(--primary)
}

.header .logo {
    width: 145px;
    height: 30px;
    background-image: none
}

.header .logo svg {
    width: 100%;
    height: 30px
}



.menuscroll {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    z-index: 9
}

.focusSide {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    height: 58px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid var(--gray)
}

.focusSide .title {
    padding-right: 12px;
    margin-right: 14px;
    flex: 0 0 auto;
    position: relative;
    font-weight: 600;
    font-size: 18px;
}

.focusSide .title:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 0;
    height: 0;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent var(--black);
    border-style: solid
}

.focusSide .focus-link {
    padding: 7px 0;
    list-style: none;
    display: flex;
    flex: 1 1;
    overflow-x: auto
}

.focusSide .focus-link>li {
    margin-right: 10px
}

.focusSide .focus-link>li>a {
    padding: 5px 15px;
    color: var(--black);
    font-size: 15px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    background-color: var(--gray);
    min-height: 24px;
    background-image: none;
    border-radius: 10px
}

.focusSide .focus-link>li>a:hover {
    color: var(--gray);
    background-color: var(--black)
}

.big-ad {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    position: relative;
    background: #f9f9f9
}

.big-ad,
.big-ad:after {
    display: flex;
    justify-content: center
}

.big-ad:after {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    top: 1px;
    bottom: 0;
    content: "advertisement";
    text-transform: uppercase;
    font-size: 7px;
    color: #888;
    height: 10px;
    line-height: 10px
}



.newsShare {
    padding: 15px 0;
    border-top: 1px solid var(--gray);
    border-bottom: 1px solid var(--gray);
    width: 100%
}



.card-story {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.card-story figure {
    margin-right: 20px;
    width: 170px;
    flex: 0 0 auto
}

.card-story figure img {
    width: 100%
}

.card-story .text {
    flex: 1 1
}

.card-story .title {
    font-size: 14px;
    font-weight: 600;
    background: no-repeat 0 100%;
    background-image: linear-gradient(var(--primary), var(--primary));
    background-size: 0 1px;
    display: unset;
    transition: var(--transition)
}

.card-story .full-width {
    margin-top: 8px;
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.card-story .national {
    margin-right: 15px;
    color: var(--primary);
    text-transform: uppercase;
    font-size: 9px
}

.card-story .time {
    color: #848484;
    text-transform: uppercase;
    font-size: 9px
}

.card-story:hover .title {
    color: var(--primary);
    background-size: 100% 1px
}


.Newsarea {
    padding-bottom: 65px;
    margin-bottom: 40px;
    position: relative;
    width: 100%
}

.Newsarea:after,
.Newsarea:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #9d0505;
}

.Newsarea:after {
    bottom: 7px;
    height: 5px
}

.Newsarea .main-block {
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap
}

.Newsarea h2 {
    margin-bottom: 0
}

.Newsarea .block {
    padding: 0 20px;
    width: 33.33%;
    border-right: 1px solid #9d0505;
}

.Newsarea .block:last-child {
    border-right: 0
}

.Newsarea .item {
    padding: 15px 0;
    width: 100%
}

.Newsarea .item:last-child {
    padding-bottom: 0
}

.card-news,
.Newsarea .card-news .title {
    background-image: none
}

.card-news {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.card-news figure {
    margin-right: 15px;
    width: 135px;
    flex: 0 0 auto
}

.center-left .card-news figure {
    margin-right: 15px;

    n.card-news figure {
        margin-right: 15px;
        width: 135px;
        flex: 0 0 auto
    }

    .card-news figure {
        margin-right: 15px;
        width: 135px;
        flex: 0 0 auto
    }

    .card-news figure {
        margin-right: 15px;
        width: 135px;
        flex: 0 0 auto
    }

    .card-news figure {
        margin-right: 15px;
        width: 135px;
        flex: 0 0 auto
    }

    .card-news figure {
        margin-right: 15px;
        width: 135px;
        flex: 0 0 auto
    }

    .card-news figure {
        margin-right: 15px;
        width: 135px;
        flex: 0 0 auto
    }

    .card-news figure {
        margin-right: 15px;
        width: 135px;
        flex: 0 0 auto
    }

    width: 200px;
    flex: 0 0 auto
}

.card-news figure img {
    width: 100%
}

.card-news .text {
    flex: 1 1
}

.card-news .title {
    font-size: 12px;
    max-height: 67px;
    display: block;
    overflow: hidden;
    font-weight: 600
}

.center-left .card-news .title {
    font-size: 20px;
    max-height: 67px;
    display: block;
    overflow: hidden;
    font-weight: 600
}

.card-news .title,
.card-news .title span {
    background: no-repeat 0 100%;
    background-image: linear-gradient(var(--primary), var(--primary));
    background-size: 0 1px;
    transition: var(--transition)
}

.card-news .full-width {
    margin-top: 8px;
    width: 100%;
    font-weight: 300;
    display: flex;
    flex-wrap: wrap
}

.card-news .national {
    margin-right: 15px;
    color: var(--primary);
    text-transform: uppercase;
    font-size: 9px
}

.card-news .time {
    color: var(--black);
    font-size: 9px
}

.card-news .subtitle {
    margin-bottom: 2px;
    font-size: 9px;
    text-transform: uppercase;
    color: var(--primary);
    margin-top: 5px
}

.card-news:hover .title,
.card-news:hover .title span {
    color: var(--primary);
    background-size: 100% 1px
}


.webStory {
    padding-bottom: 50px;
    /* margin-bottom: 40px;
    position: relative;
    width: 100% */
}

/* .webStory:after,.webStory:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color:#9d0505
} */

.webStory:after {
    bottom: 7px;
    height: 5px
}

.webStory .block {
    display: flex;
    align-items: flex-start;
    gap: 20px
}

.webStory .item {
    width: 16.667%
}

.webstory-card {
    width: 100%;
    height: 100%;
    display: block;
    color: var(--black);
    position: relative;
    background-image: none
}

.webstory-card figure {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.webstory-card img {
    width: 100%;
    height: auto
}

.webstory-card img:before {
    content: "";
    position: absolute;
    top: var(--b);
    right: var(--b);
    bottom: var(--b);
    left: var(--b);
    z-index: -1;
    background: var(--c);
    transition: transform .3s
}

.webstory-card img:hover:before {
    transform: scale(1.2)
}

.webstory-card .caption {
    padding-top: 15px;
    width: 100%
}

.webstory-card .subtitle {
    padding-bottom: 5px;
    position: relative;
    font-size: 9px;
    display: block;
    text-transform: uppercase;
    color: #da251d
}

.webstory-card .title {
    font-weight: 600;
    transition: all .3s ease-in-out;
    display: unset;
    line-height: 1.5;
    background: no-repeat 0 100%;
    background-image: linear-gradient(var(--primary), var(--primary));
    background-size: 0 1px
}

.webstory-card:hover {
    text-decoration: none
}

.webstory-card:hover .title {
    background-size: 100% 1px
}




iframe[src*="www.youtube.com"],
iframe[src*=instagram],
iframe[src*=twitter] {
    box-shadow: 0 0 10px rgba(0, 0, 0, .149) !important;
    border-radius: 10px !important;
    margin: 30px auto !important
}

iframe[src*="www.youtube.com"] {
    width: 100%;
    height: auto !important;
    aspect-ratio: 16/9;
    box-shadow: 0 0 10px #00000026
}





@keyframes active {
    0% {
        transform: translate(-50%, -50%) scale(.1);
        opacity: 1
    }

    70% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0
    }

    to {
        opacity: 0
    }
}



.astronews {
    padding-bottom: 65px;
    margin-bottom: 40px;
    position: relative;
    width: 100%
}

.astronews:after,
.astronews:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000
}

.astronews:after {
    bottom: 7px;
    height: 5px
}

.astronews h2 {
    margin-bottom: 10px
}

.astronews .block {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap
}

.astronews .item {
    padding: 0 10px;
    margin-bottom: 15px;
    width: 25%
}

.astronews .item:nth-child(2n) .icon {
    background-color: antiquewhite
}

.astronews .astro {
    padding: 20px 10px;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: 5px 5px 24px 0 rgba(0, 0, 0, .05);
    background-color: #fff
}

.astronews .icon {
    padding-bottom: 5px;
    margin: 0 auto 18px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: darksalmon;
    border-radius: 50%;
    border: 5px solid #9d0505;
}

.astronews .icon img {
    height: 70px
}

.astronews .title {
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    text-align: center
}

.astronews .astro span {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 300
}

.astronews .astro.is-active {
    color: #da251d;
    background-size: 100% 1px
}

.astronews:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.astronews:last-child:after,
.astronews:last-child:before {
    display: none
}

.astronews.small .item {
    width: 16.66%
}

.astronews.small .icon {
    padding-bottom: 10px;
    width: 70px;
    height: 70px
}

.rashi {
    padding-bottom: 65px;
    margin-bottom: 40px;
    position: relative;
    width: 100%
}

.rashi:after,
.rashi:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #9d0505
}

.rashi:after {
    bottom: 7px;
    height: 5px
}

.rashi:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.rashi:last-child:after,
.rashi:last-child:before {
    display: none
}

.rashi .astronews .item {
    width: 16.66%
}



.GutterAdsRHS {
    left: inherit;
    right: 0;
    margin-left: 0;
    margin-right: -10px
}

.banner_D {
    display: block;
    clear: both;
    margin-bottom: 15px
}

.banner_M {
    display: none
}

.banner_D img,
.banner_M img {
    width: 100%;
    height: auto
}

iframe.frameVideo[src*="www.youtube.com"] {
    margin: 0 !important
}

@media screen and (max-width: 1199px) {


    .Newsarea .main-block {
        margin: 0 -15px
    }

    .Newsarea .block {
        padding: 0 15px;
        width: 100%;
    }



    .astronews.small .astro {
        padding-left: 5px;
        padding-right: 5px
    }

    .astronews.small .item span {
        font-size: 10px
    }
}

@media(max-width: 1266px) @media screen and (min-device-width: 1200px) and (max-device-width:1366px) {
    .centered {
        padding-right: calc((100% - 1000px)/ 2);
        padding-left: calc((100% - 1000px)/ 2)
    }

}

@media screen and (max-width: 1105px) {
    .centered {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width: 991px) {

    .header .top-link {
        flex: 1 1;
        white-space: nowrap;
        flex-wrap: unset;
        overflow-x: auto;
        overflow-y: hidden
    }


    .card-news figure {
        width: 100px
    }


    .webStory .block {
        padding-bottom: 15px;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        display: inherit
    }

    .webStory .item {
        margin-right: 20px;
        width: 200px;
        white-space: normal;
        display: inline-block
    }

    .rashi .astronews .item {
        width: 20%
    }

    .footer {
        padding-bottom: 99px
    }
}

@media screen and (max-width: 767px) {
    .centered {
        padding-left: 20px;
        padding-right: 20px
    }

    .mobilefull {
        padding-left: 0;
        padding-right: 0
    }

    main {
        overflow: hidden
    }

    h1 {
        font-size: 22px
    }

    .header .logo {
        width: 140px
    }

    .focusSide .title {
        display: none
    }

    .big-ad {
        padding: 20px 0;
        margin: 20px 0
    }


    .swiper-backface-hidden .swiper-slide {
        padding: 10px 10px 0;
        font-size: 13px;
        line-height: 1.6;
        text-align: center
    }


    iframe[src*="www.youtube.com"],
    iframe[src*=instagram],
    iframe[src*=twitter] {
        width: 100% !important
    }

    .Newsarea .main-block {
        margin: 0
    }

    .Newsarea .block {
        padding: 0 0 42px;
        margin-bottom: 30px;
        position: relative;
        width: 100%;
        border-right: 0
    }

    .Newsarea .block:after,
    .Newsarea .block:before {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        width: 100%;
        height: 1px;
        background-color: var(--black)
    }

    .Newsarea .block:after {
        bottom: 7px;
        height: 5px
    }

    .Newsarea .block:last-child {
        padding: 0;
        margin: 0
    }

    .Newsarea .block:last-child:after,
    .Newsarea .block:last-child:before {
        display: none
    }

    .Newsarea .item {
        border-bottom: 1px solid var(--gray)
    }

    .Newsarea .item:last-child {
        padding-bottom: 15px;
        border-bottom: 0
    }

    .card-news figure {
        width: 135px
    }


    .astronews .item {
        width: 33.33%
    }

    .astronews.small .item {
        width: 25%
    }

    .rashi .astronews .item {
        width: 33.33%
    }


    .banner_D {
        display: none
    }

    .banner_M {
        display: block;
        margin-bottom: 15px
    }
}

@media screen and (max-width: 479px) {
    .btn {
        padding-left: 15px;
        padding-right: 15px
    }





    .card-story figure,
    .mainContent .center .card-news figure {
        width: 100px
    }

    .listingSide .image {
        margin-right: 15px;
        width: 120px
    }



    .astronews .item,
    .astronews.small .item,
    .rashi .astronews .item {
        width: 33.333%
    }



    @font-face {
        font-family: __Poppins_3e9f6d;
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url(../media/87c72f23c47212b9-s.woff2) format("woff2");
        unicode-range: U+0900-097f, U+1cd0-1cf9, U+200c-200d, U+20a8, U+20b9, U+25cc, U+a830-a839, U+a8e0-a8ff
    }

    @font-face {
        font-family: __Poppins_3e9f6d;
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url(../media/591327bf3b62a611-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-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
    }

    @font-face {
        font-family: __Poppins_3e9f6d;
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url(../media/916d3686010a8de2-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: __Poppins_3e9f6d;
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: url(../media/20b8b8f6f47c1e10-s.woff2) format("woff2");
        unicode-range: U+0900-097f, U+1cd0-1cf9, U+200c-200d, U+20a8, U+20b9, U+25cc, U+a830-a839, U+a8e0-a8ff
    }

    @font-face {
        font-family: __Poppins_3e9f6d;
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: url(../media/f93b79c1ea023ab6-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-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
    }

    @font-face {
        font-family: __Poppins_3e9f6d;
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: url(../media/9a881e2ac07d406b-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: __Poppins_Fallback_3e9f6d;
        src: local("Arial");
        ascent-override: 92.33%;
        descent-override: 30.78%;
        line-gap-override: 8.79%;
        size-adjust: 113.73%
    }

    .__className_3e9f6d {
        font-family: __Poppins_3e9f6d, __Poppins_Fallback_3e9f6d;
        font-style: normal
    }

    .heading span {

        background: #9D0505;
        padding: 8px;
        color: #fff;
    }

    .marque h2 {
        background: black;
        padding: 10px 0px 10px;
        border-radius: 10px;
        width: 100px;
        text-align: center;
    }

    .b-0 {
        bottom: 0;
    }

    .bg-shadow {
        background: rgba(76, 76, 76, 0);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
        background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
    }

    .top-indicator {
        right: 0;
        top: 1rem;
        bottom: inherit;
        left: inherit;
        margin-right: 1rem;
    }

    .overflow {
        position: relative;
        overflow: hidden;
    }

    .zoom img {
        transition: all 0.2s linear;
    }

    .zoom:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    /* body { padding-top: 50px; } */

    #myCarousel .carousel-caption {
        left: 0;
        right: 0;
        bottom: 0;
        text-align: left;
        padding: 10px;
        background: rgba(0, 0, 0, 0.6);
        text-shadow: none;
    }

    #myCarousel .list-group {
        position: absolute;
        top: 0;
        right: 0;
    }

    #myCarousel .list-group-item {
        border-radius: 0px;
        cursor: pointer;
    }

    #myCarousel .list-group .active {
        background-color: #eee;
    }

    @media (min-width: 992px) {
        #myCarousel {
            padding-right: 33.3333%;
        }

        #myCarousel .carousel-controls {
            display: none;
        }
    }

    @media (max-width: 991px) {

        .carousel-caption p,
        #myCarousel .list-group {
            display: none;
        }
    }


    footer img {
        height: 80px;
    }

    .time {
        font-size: 12px !important;
    }

    @media only screen and (max-width: 600px) {
        .card-text {
            font-size: 16px;
            font-weight: 600;
            text-align: justify;
        }

        .justi {
            justify-content: center;
        }

        .card-text span {
            font-size: small;
        }

        .text-title>a>h2 {
            font-size: 15px !important;
            line-height: normal;
        }
    }






    .astronews .iconrashi {
        padding-bottom: 5px;
        margin: 0 auto 18px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        width: 40px;
        height: 40px;
        background-color: darksalmon;
        border-radius: 50%;
        border: 2px solid #9d0505;
    }