
.marquee {
    margin-bottom: 10px;
}

.marquee_data {
    font-size: 1.1em;
    /* display: -webkit-box; */
    display: -ms-flexbox;
   /*  display: flex; */
    margin-top: 10px;
    margin-bottom: 10px;
}

.marquee_data>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    padding: 5px 12px;
    border: 1px solid #8a8787;
    border-radius: 5px;
    background: #003679;
    color: #1b1515;
}

.marquee_data>div:hover {
    background: #ffbb38;
    color: black;
    cursor: pointer;
}

.marquee_data .st_name {
    margin-right: 8px;
    white-space: nowrap;
}

.marquee_data .st_number {
    color: white;
}

.marquee_data>div:not(:last-child) {
    margin-right: 10px;
}
#stateCount.jctkr-wrapper {
    overflow: initial;
}

#stateCount .views-row {
    position: relative;
    max-width: 80%;
    margin-left: 10%;
    margin-top: 2%;
}

#stateCount .views-row:hover .st_all_counts {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}



.s_list li {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 40px;
}

.s_list li a:hover,
.mygovshare-list li a:hover {
    opacity: 0.8;
}

.social_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block_smedia {
    width: 48%;
    text-align: center;
}

.block_smedia h3 {
    margin-top: 10px;
}

.stretched-link::after,
.guide_list li a:after,
.social_item a:after,
.progress-block a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.progress-block.cbg-2 a::after {
    display: none;
}

.stretched-link:hover {
    color: #1456ee;
}

.more_info {
    font-weight: 700;
    margin-bottom: 25px;
}

.more_info a {
    color: #55acee;
}

.more_info a:hover {
    color: #764e9a;
}

.dis_note i {
    background: url(../images/covid/icons.png) 0 -239px no-repeat;
    width: 20px;
    height: 29px;
    display: inline-block;
    vertical-align: text-bottom;
}

.dis_note a {
    color: #3092d1;
    text-decoration: underline;
}

.dis_note a:hover {
    text-decoration: none;
}

.myth_block {
    padding-top: 20px;
}

#myth_model h2 {
    text-transform: inherit;
    margin-bottom: 20px;
}

#myth_model h2 span {
    display: block;
    color: #f0a530;
    text-transform: uppercase;
    font-size: 0.75em;
    width: 100%;
}

.myth_blockquote h3 {
    font-size: 1.286em;
    color: #f0a530;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif;
}

.myth_blockquote {
    margin-bottom: 20px;
    background: #f0f9fe;
    padding: 20px;
    /*font-size:1.1em;*/
}

.myth_blockquote .fact_btn {
    background: #1d3a7c;
    padding: 10px 25px;
    border-radius: 24px;
    font-size: 1.143em;
}

.myth_blockquote .fact_btn:hover {
    background-color: #153d98;
}

.myth_blockquote p {
    font-size: 1.143em;
}

.myth_blockquote p strong {
    color: #3092d1;
}

.myth_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;*/
}

.myth_list li {
    width: 33.33%;
    font-size: 0.9em;
    margin-bottom: 15px;
    padding: 0 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.myth_icon {
    min-width: 48px;
    margin-right: 14px;
}

.myth_text {
    color: #575757;
}


/* 23-3-2020*/

ul.ctabs {
    margin: 0px;
    padding: 35px;
    list-style: none;
    display: none;
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    z-index: 9;
    background: #fff;
    box-shadow: 0 0 2px #ccc;
}

ul.ctabs li {
    background: none;
    color: #222;
    cursor: pointer;
    float: left;
    width: 16.66%;
    padding-bottom: 15px;
}

ul.ctabs.type-2 li {
    width: 25%;
}

ul.ctabs li.active a {
    border-bottom: 1px solid #ccc;
    color: #1d3a7c;
}

.tab-content {
    display: none;
    padding: 15px 0;
}

.tab-content h3 {
    margin-bottom: 20px;
}

.tab-content.current {
    display: inherit;
}

.state_book {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.stg_item a small {
    color: #ef981c;
    display: block;
    font-weight: 400;
}

.state_book::after {
    content: "";
    width: 32%;
}

.stg_item {
    padding: 10px;
    border-radius: 5px;
    width: 32%;
    position: relative;
    transition: all 0.3s ease 0s;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    font-weight: 700;
}

.stg_item a {
    color: #4c4c4c;
}

.stg_item:hover {
    background: #dbecf2;
}

.more_stut {
    min-width: 125px;
    padding: 8px 10px;
    margin-left: 15px;
    color: #282828;
    background: #ccc;
    display: none;
}

.more_stut:hover {
    background: #000;
    color: #fff;
}

.ctab li {
    position: relative;
}

.ctab i {
    background: #f92d53;
    width: 16px;
    height: 16px;
    font-size: 11px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 17px;
    position: relative;
    left: -5px;
    top: -10px;
    display: inline-block;
    font-style: normal;
}

#myth_model {
    position: fixed;
    width: 80%;
    max-width: 100%;
    max-height: 92%;
    height: 75%;
    overflow-y: auto !important;
    overflow-x: hidden;
    margin: auto;
    left: 0px;
    right: 0px;
    z-index: 999999;
    top: 0px;
    bottom: 0px;
    background: #fff;
    padding: 20px;
    display: none;
}

#myth_model.show {
    display: block;
}

.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.75);
    transition: all .3s ease 0s;
    z-index: 99999;
}

body {
    position: relative;
}

.closePop {
    cursor: pointer;
}

.tab-block {
    display: none;
}

.info_advisary {
    margin-bottom: 40px;
}

.tabs_menu {
    box-shadow: 0 0 3px #ccc;
    background: #f8f8f8;
    position: absolute;
    right: 0px;
    top: 100%;
    width: 300px;
    display: none;
}

.tabs_menu li {
    border-bottom: 1px solid #fff;
}

.tabs_menu a {
    color: #616161;
    display: block;
    padding: 8px 10px;
    background: #f8f8f8;
}

.tabs_menu a:hover {
    background: #fff;
}

.tabs_menu .active a {
    background: #1d3a7c;
    color: #fff;
}

.tab_area {
    width: 100%;
}

.guide_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
}

.vbtn {
    padding: 6px 10px;
    display: inline-block;
    background-color: #e51f3b;
    border-radius: 6px;
    color: #fff;
    font-size: 0.8em;
}

.guide_list li:hover .vbtn {
    background-color: #bd132b;
}

.guide_list1 .vbtn {
    padding: 6px 10px;
    display: inline-block;
    background-color: #e51f3b;
    border-radius: 6px;
    color: #fff;
    font-size: 0.8em;
}

.guide_list1 .vbtn:hover {
    background-color: #bd132b;
}

.guide_list li small {
    color: #878787;
    padding: 0 5px;
}

.guide_list li {
    position: relative;
}

.guide_list li a {
    color: #000;
}

.guide_list li:hover a {
    color: #0f70ce;
    text-decoration: underline;
}

#myth_model .closePop {
    right: 14px;
    top: 5px;
    width: 32px;
    height: 32px;
    background: url(../images/covid/icons.png) 0px -204px no-repeat;
}

#myth_model .closePop {
    opacity: 0.8;
}

.event-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about_corona h3 {
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
}

.spread {
    margin-bottom: 36px;
}

.spread h3 {
    color: #fa7c01;
}

.prevention h3 {
    color: #5e8e12;
}

.about_corona {
    margin: 30px 0 30px;
    background: #fff1b0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.corona_right {
    width: 50%;
    text-align: center;
    padding: 50px 5%;
}

.symptoms {
    width: 50%;
    border-right: 1px solid #fff;
    padding: 40px 15px 15px;
}

.guide_list1 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 10px;
}

.active_state {
    display: none;
}

.adv_link {
    display: none;
    cursor: pointer;
}

.h-next {
    background: url(../images/covid/icons.png) -34px 0 no-repeat;
    min-width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
}

.h-prev {
    background: url(../images/covid/icons.png) -34px -36px no-repeat;
    min-width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
}


/* Update block style*/

.update_block {
    padding: 30px 0;
    background: #f2f6ec;
}

.info-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.info-tab li {
    margin: 0 5px;
}

.info-tab li a {
    padding: 9px 10px;
    display: block;
    border-radius: 5px;
    text-align: center;
}

.info-tab li a.active,
.info-tab li a:hover {
    color: #fff;
    background: #006;
    box-shadow: 0px 2px 2px #939090;
}

.info_block {
    display: none;
    padding: 20px 0;
}

.info_block:first-child {
    display: block;
}



.dropdown-text,
.select_text {
    background: #fff;
    display: inline-block;
    padding: 12px 10px;
    min-width: 260px;
    position: relative;
    cursor: pointer;
}

.dropdown-text:after,
.select_text:after {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 10px;
    height: 10px;
    content: "";
    background: url(../images/covid/icons.png) -37px -70px no-repeat;
}

.info_header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.info_header:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    border-bottom: 1px solid #ccc;
    z-index: 1;
}

.last_update_time {
    background: #f3f6ed;
    padding: 5px;
    position: relative;
    z-index: 2;
    font-size: 0.857em;
    font-style: italic;
}

.filter-text {
    text-transform: uppercase;
    margin-right: 10px;
}

.pdf-icon {
    background: url(../images/covid/icons.png) 0 -273px no-repeat;
    min-width: 53px;
    height: 48px;
    margin-right: 10px;
    display: inline-block;
}

.stg_item:hover .pdf-icon {
    /*background-position: 0 -113px;*/
}

.owl-carousel.tslider .owl-nav button,
.owl-carousel.social_list .owl-nav button,
.owl-carousel.state_slider .owl-nav button {
    font-size: 2em;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 100%;
    text-indent: -9999px;
    background: #d6d6d6 url(../images/covid/icons.png) 0 0 no-repeat;
}

.owl-carousel.tslider .owl-nav button:hover,
.owl-carousel.social_list .owl-nav button:hover,
.owl-carousel.state_slider .owl-nav button:hover {
    background-color: #425fdc;
}

.owl-carousel.tslider .owl-nav .owl-prev,
.owl-carousel.social_list .owl-nav .owl-prev,
.owl-carousel.state_slider .owl-nav .owl-prev {
    position: absolute;
    left: -45px;
    top: 43%;
    background-position: 14px -59px;
}

.owl-carousel.tslider .owl-nav .owl-next,
.owl-carousel.social_list .owl-nav .owl-next,
.owl-carousel.state_slider .owl-nav .owl-next {
    position: absolute;
    right: -45px;
    top: 43%;
    background-position: 16px -91px;
}

.owl-carousel.tslider .owl-nav .owl-prev:hover,
.owl-carousel.social_list .owl-nav .owl-prev:hover,
.owl-carousel.state_slider .owl-nav .owl-prev:hover {
    background-position: 13px -125px;
}

.owl-carousel.tslider .owl-nav .owl-next:hover,
.owl-carousel.social_list .owl-nav .owl-next:hover,
.owl-carousel.state_slider .owl-nav .owl-next:hover {
    background-position: 16px -157px;
}

.tslider .owl-dots,
.social_list .owl-dots,
.state_slider .owl-dots {
    display: none;
}

.main_btn_wrap>span {
    display: none;
}

.covid {
    font-family: 'Roboto', sans-serif;
}

.covid #main-container .region.region-content {
    padding: 0px;
    margin: 0px;
}

body.node-type-simple-page .covid #main-container .inner-content h1#page-title {
    padding: 15px 0 25px;
    margin: 0px;
}

.covid h1#page-title:after {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../images/covid/icons.png) -26px -92px;
}

.owl-carousel .owl-nav button.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

.contact_info span.mailto {
    display: none;
}

.invest-india-banner,
.invest-india-hi {
    text-align: center;
    margin-top: 15px;
}


/*.noslider{display:block;}
.noslider .stg_item{width:31%;}*/

.state-media {
    max-width: 135px;
    width: 45%;
    margin-right: 10px;
    border-radius: 5px;
}

body.color-white-to-black .contact_info a,
body.color-white-to-black .info-tab li a {
    color: inherit!important;
}

body.color-white-to-black .update_block {
    background: #201e1e;
}

body.color-white-to-black .last_update_time,
body.color-white-to-black .dropdown {
    background: #000;
}

body.color-white-to-black .update_block .container,
body.color-white-to-black .tabs_menu a {
    background: none;
}

body.color-white-to-black .dropdown-text {
    background: #605656;
}

body.color-white-to-black ul.ctabs,
body.color-white-to-black .tabs_menu {
    background: #3e3535;
}

.arogya_bhav,
.arogya_bhav_hi {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.arogya_bhav a {
    max-width: 32.33%;
    margin-bottom: 10px;
}

.mbanner {
    display: none;
}

.mygov_social_hub {
    padding-bottom: 145px;
    background: url(../images/covid/social_bg.png) center bottom no-repeat;
    position: relative;
}

.social_list {
    padding: 0 40px;
}

.social_item {
    border-radius: 10px;
    padding: 30px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.social_item a {
    color: #fff;
}

.social_item a:hover:after {
    background: rgba(0, 0, 0, 0.2);
}

.social_item i {
    background-image: url(../images/covid/social_hub.png);
    background-repeat: no-repeat;
    width: 63px;
    height: 63px;
    margin: 0 auto 10px;
    display: block;
}

.s1 {
    background: #209c2e;
}

.s1 i {
    background-position: 0px -1px;
}

.s2 {
    background: #1b7acd;
}

.s2 i {
    background-position: -73px -1px;
}

.s3 {
    background: #2e4780;
}

.s3 i {
    background-position: -145px 0;
}

.s4 {
    background: #5599d0;
}

.s4 i {
    background-position: -222px 0;
}

.s5 {
    background: #8014a4;
}

.s5 i {
    background-position: 0 -77px;
}

.s6 {
    background: #237dc1;
}

.s6 i {
    background-position: -75px -79px;
}

.s7 {
    background: #0b648f;
}

.s7 i {
    background-position: -154px -80px;
}

.s8 {
    background: #d42428;
}

.s8 i {
    background-position: -228px -77px;
}

.s9 {
    background: #040303;
}

.s9 i {
    background-position: -296px 0;
}

.s10 {
    background: #db330b;
}

.s10 i {
    background-position: -300px -77px;
}

.s11 {
    background: #ba22bf;
}

.s11 i {
    background-position: -2px -153px;
}

.s12 {
    background: #e33535;
}

.s12 i {
    background-position: -75px -153px;
}

.s13 {
    background: #a50e14;
}

.s13 i {
    background-position: -152px -150px;
}

.channel_text {
    position: absolute;
    bottom: 10px;
    text-align: center;
    color: #fff;
    width: 100%;
}


.st_all_counts {
    position: absolute;
    left: 0px;
    bottom: 100%;
    z-index: 999;
    transform: translateY(10px);
    -moz-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    background: yellow;
    border: 1px solid #8a8787;
    border-radius: 5px;
    padding: 8px;
    width: 170px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    margin-bottom: 10px;
    opacity: 0;
    visibility: hidden;
}


.information_block {
    overflow: hidden;
}

.st_all_counts>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.8em;
}

.st_all_counts small {
    font-size: 1em;
}

.contribution {
    margin-bottom: 20px;
}

.location_name {
    color: #120808;
    text-align: left;
}

.corona_confirm {
    color: #3fcbdb;
}

.corona_recovered {
    color: #0d9922;
}

.corona_deceased {
    color: #a81d18;
}

.d_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    border-bottom: 1px solid #efefef;
    padding: 10px 0;
}

.d_label {
    font-size: 1.4em;
    font-weight: 700;
    border-bottom: 1px solid #797c7e;
}

.d_block>div {
    min-width: 120px;
}

.state_slider {
    margin-bottom: 30px;
}

.information_block {
    margin-bottom: 20px;
}

.statewise_title {
    padding: 15px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #ece9e7;
}

.information_block h3 {
    font-size: 1.6em;
    margin-bottom: 0px;
    font-weight: 700;
}

.statewise_title a {
    background: url(../images/covid/icons.png) -73px -261px no-repeat;
    display: block;
    width: 26px;
    height: 26px;
}

.state_record {
    display: none;
}

.statewise_title .minus_icon {
    background-position: -72px -232px;
    display: none;
}

.statewise_title.on .plus_icon {
    display: none;
}

.statewise_title.on .minus_icon {
    display: block;
}

#state-covid-data {
    font-size: 1em;
}

#state-covid-data_paginate,
#state-covid-data_length {
    display: none;
}

table.dataTable thead th,
table.dataTable tfoot th {
    padding-left: 10px;
    padding-right: 10px;
}

table.dataTable th {
    background-color: #fff;
    color: #000;
    border-left-color: #ddd;
    border-right: none;
    border-bottom: none;
    font-size: 1.1em;
}

table.dataTable th:first-child {
    border-left: none;
}

table.dataTable tr td:nth-child(1),
table.dataTable thead th:nth-child(1) {
    color: #120808;
}

table.dataTable tr td:nth-child(2),
table.dataTable thead th:nth-child(2),
.tick-confirmed {
    color: #3fcbdb;
}

table.dataTable tr td:nth-child(3),
table.dataTable thead th:nth-child(3),
.tick-active {
    color: #1377d9;
}

table.dataTable tr td:nth-child(4),
table.dataTable thead th:nth-child(4),
.tick-discharged {
    color: #0d9922;
}

table.dataTable tr td:nth-child(5),
table.dataTable thead th:nth-child(5),
.tick-death {
    color: #ea261f;
}

table.dataTable tr td {
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.dt-more-container {
    text-align: center;
    margin: 15px 0 30px;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
    border-color: #ddd;
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom-color: #ddd;
}

table.dataTable tfoot {
    display: none;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #ccc;
    vertical-align: middle;
    width: 220px;
}

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 10px;
}


/*table.dataTable, table.dataTable th, table.dataTable td{box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}*/


/*#state-covid-data_wrapper{overflow-x: auto;}*/

table.dataTable.no-footer {
    border-color: #ddd;
}

.latest_notify {
    position: absolute;
    right: 160px;
    top: -50px;
    z-index: 10;
}

.latest_notify h4,
.hotspot-list a {
    cursor: pointer;
    font-size: 1em;
    padding: 7px 30px 7px 15px;
    background-color: #1d3a7c;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    cursor: pointer;
    font-size: 0.941em;
}

.latest_notify h4:hover,
.hotspot-list a:hover {
    background: #4562a6;
}

.latest_notify h4:after {
    content: "";
    background: url(../images/covid/icons.png)-32px -181px no-repeat;
    width: 14px;
    height: 18px;
    position: absolute;
    right: 6px;
    top: 11px;
}

.ln-block {
    position: absolute;
    right: -50px;
    top: 43px;
    width: 300px;
    box-shadow: 0 0px 3px #000;
    background: #fff;
    padding: 5px 10px 10px;
    display: none;
    font-size: 0.9em;
    border-radius: 5px;
}

.ln-block:after {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 35%;
    border-bottom: 11px solid #fff;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
}

.ln-block:before {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    width: 16px;
    height: 16px;
    top: -8px;
    right: 35%;
    z-index: -1;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.9);
    margin-right: 3px;
}

.lnr {
    border-bottom: 1px solid #eee;
    padding: 7px 0px;
}

.lnr a {
    color: #4c4c4c;
}

.lnr a:hover {
    text-decoration: underline;
}

.lnr span {
    color: #ef981c;
    display: block;
    margin-top: 3px;
    font-style: italic;
}

.lnr a .ext {
    display: none;
}

.ln-block>a {
    margin-top: 5px;
    float: right;
    color: #03F;
    border-bottom: 3px double;
}

.epass_block {
    position: relative;
    border: 1px solid #aeaeae;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.epass_pic {
    padding: 20px;
    background: #f9e8a3;
    width: 45%;
    max-width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotspot-list {
    position: absolute;
    right: 362px;
    top: -50px;
    font-style: italic;
    font-size: 0.8em;
    text-align: right;
}

.hotspot-list a {
    display: block;
    font-size: 1.176em;
    font-style: initial;
    padding-right: 15px;
    margin-bottom: 2px;
    text-align: center;
}

.card_list h2 {
    text-align: center;
    display: block;
    font-size: 2em;
}

.card_list h2:before {
    display: none;
}

.card_list h2 span {
    font-size: 0.7em;
    font-weight: 400;
    display: block;
    text-transform: none;
}

.card_list {
    margin-bottom: 20px;
    padding-top: 20px;
    /* overflow:initial !important;*/
}

.card_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    list-style: disc inside;
    padding: 20px 0 20px 30px;
    width: 100%;
}

.card_list li {
    padding: 4px 0;
    color: #21859d;
    font-size: 1.2em;
    width: 20%;
}

.card_list li a {
    font-size: 0.9em;
    color: #080a0b;
}

.card_list li a:hover {
    color: #0c587d;
}

.close_list {
    background: url(../images/covid/icons.png) -30px -145px no-repeat;
    min-width: 18px;
    height: 18px;
    cursor: pointer;
    position: absolute;
    right: -8px;
    top: -11px;
}

.close_list:hover {
    opacity: 0.8;
}

.helpline_contact {
    position: absolute;
    left: 15px;
    top: -22px;
    font-weight: 700;
    color: #e51f3b;
}

.helpline_contact a {
    color: #e51f3b;
}

.color-white-to-black .hotspot-list a,
.color-white-to-black .hotspot-list a:hover {
    color: #000 !important;
}

.color-white-to-black .helpno_list .st-name {
    color: #fff;
}

.aarogya-menu {
    position: absolute;
    left: 357px;
    top: -53px;
}

.helpno_list {
    display: none;
}

.helpno_list li {
    width: 50%;
    padding-right: 15px;
}

.helpno_list ul {
    list-style-position: outside;
    padding: 20px 20px 20px 50px;
}

.helpno_list .st-name {
    color: #000;
}

.arogya_bhav::after {
    content: "";
    width: 32.33%;
}

.share_corona_page {
    position: absolute;
    right: 15px;
    top: -50px;
    padding-top: 0px;
}

.mshare-list {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    display: block;
    padding-top: 5px;
    transition: all 0.3s ease 0s;
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

.mshare-list li a {
    width: 32px;
    height: 32px;
    padding: 7px;
}

.mshare-list li {
    display: block;
    margin-right: 0px;
}

.share_corona_page .share-icon {
    width: 32px;
    height: 32px;
    display: block;
    padding: 7px 6px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.share_corona_page .share-icon:after {
    content: "";
    background: url(../images/covid/icons.png) -79px -1px no-repeat;
    display: block;
    width: 19px;
    height: 19px;
}

.share_corona_page:hover .share-icon {
    background-color: #1d3a7c;
}

.share_corona_page:hover .share-icon:after {
    background-position: -80px -30px;
}

.share_corona_page:hover .mshare-list {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.covid-lang {
    position: absolute;
    right: 56px;
    top: -49px;
}

.covid-lang select {
    border: 1px solid #ccc;
}

@media all and (max-width:1260px) {
    .owl-carousel.tslider .owl-nav .owl-prev,
    .owl-carousel.social_list .owl-nav .owl-prev,
    .owl-carousel.state_slider .owl-nav .owl-prev {
        left: -15px;
    }
    .owl-carousel.tslider .owl-nav .owl-next,
    .owl-carousel.social_list .owl-nav .owl-next,
    .owl-carousel.state_slider .owl-nav .owl-next {
        right: -15px;
    }
}

@media all and (max-width:1179px) {
    /* .aarogya-menu{position:static; text-align:center; padding-top:10px;}*/
    .hotspot-list {
        position: static;
        margin-top: 10px;
        float: left;
    }
    .latest_notify {
        position: static;
        margin-top: 10px;
        float: right;
    }
    .aarogya-menu {
        left: auto;
        right: 140px;
        top: -55px;
    }
}

@media all and (max-width:1000px) {
    .progress-icon {
        min-width: 65px;
    }
    .progress-text-area {
        margin-left: 10px;
    }
    .progress-block {
        width: 48.5%;
    }
    .progress-block:nth-child(3) {
        border-right: none;
    }
    .covi-19-graph {
        overflow-x: auto;
        overflow-y: hidden;
    }
}

@media all and (max-width:959px) {
    .progress-text-area .heading-p {
        font-size: 0.9em;
    }
    .iblock {
        flex-direction: column;
        text-align: center;
        margin-bottom: 0px;
    }
    .iblock img {
        margin-bottom: 5px;
    }
    .iblock_text {
        padding-left: 0px;
        max-width: 100%;
    }
    .myth_list li {
        width: 50%;
    }
    .more_stut {
        margin: 10px 0 0 0;
    }
    ul.ctabs li {
        width: 33.33%;
    }
    .owl-carousel.tslider .owl-nav button,
    .owl-carousel.social_list .owl-nav button,
    .owl-carousel.state_slider .owl-nav button {
        transform: scale(0.7);
        -moz-transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }
    .owl-carousel.tslider .owl-nav .owl-prev,
    .owl-carousel.social_list .owl-nav .owl-prev,
    .owl-carousel.state_slider .owl-nav .owl-prev {
        left: -17px;
    }
    .owl-carousel.tslider .owl-nav .owl-next,
    .owl-carousel.social_list .owl-nav .owl-next,
    .owl-carousel.state_slider .owl-nav .owl-next {
        right: -17px;
    }
    .information_row {
        padding-bottom: 15px;
    }
    ul.ctabs.type-2 li {
        width: 33.33%;
    }
    .epass_pic {
        align-items: start;
    }
    .card_list li {
        width: 33.33%;
    }
    .helpno_list li {
        width: 100%;
    }
}

@media all and (max-width:800px) {
    .progress-icon {
        padding-left: 20px;
    }
}

@media all and (max-width:767px) {
    .event-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .activity-block .event-item {
        width: 100%;
    }
    .event-item p {
        margin-bottom: 0px;
    }
    /*.event-block{flex-wrap:wrap;}*/
    .event-wrapper {
        margin-top: 20px;
    }
    .event-item-block {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .myth_list li {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .myth_block {
        margin-bottom: 25px;
    }
    .myth_list li:last-child {
        margin-bottom: 0px;
    }
    .state_book::after {
        content: "";
        width: 48%;
    }
    /*.stg_item{width:48%;}*/
    .lockdown_head {
        flex-wrap: wrap;
    }
    .lockdown_head h2 {
        padding: 0px;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
        border: none;
        text-align: left;
    }
    .more_stut {
        margin: 10px 0 0;
    }
    .tabs_menu {
        padding: 30px 10px;
        min-width: 200px;
    }
    .about_corona {
        flex-wrap: wrap;
    }
    .about_corona>div {
        width: 100%;
        padding: 15px 10px;
        border: none;
        text-align: center;
    }
    #myth_model {
        height: 90%;
    }
    .about_corona h3 {
        text-align: center;
    }
    .prevention {
        padding-bottom: 20px;
    }
    .more_stut {
        margin: 0 0 0 10px;
        background: #000 url(../front_assets/images/menu_icon.png) center center no-repeat;
        background-size: 17px auto;
        text-indent: -1000px;
        overflow: hidden;
        width: 44px;
        min-width: 0px;
    }
    .more_stut:hover {
        background: #4f4a4a url(../front_assets/images/menu_icon.png) center center no-repeat;
        background-size: 17px auto;
    }
    .ctabs .tab-link {
        width: 100%;
        border-top: 1px solid #fff;
    }
    .lockdown_head {
        padding: 0px;
        padding-bottom: 10px;
        margin-bottom: 0px;
        position: relative;
    }
    .active_state {
        margin-left: auto;
        font-weight: 700;
    }
    .color-white-to-black .more_stut {
        background-color: #4f4a4a
    }
    .myth_blockquote {
        padding: 15px;
        font-size: 1em;
    }
    .tab_area {
        margin-top: 10px;
    }
    ul.ctabs {
        position: static;
    }
    .tabs_menu {
        width: 100%;
        display: none;
        left: 0px;
        position: static;
        z-index: 100;
        padding: 0px;
    }
    .tabs_menu .active a {
        background: none;
    }
    .guide_list li>div {
        padding-bottom: 5px;
    }
    .guide_list .vbtn {
        padding-bottom: 5px;
        display: none;
    }
    .tabs_menu li a {
        padding: 8px 15px;
    }
    .tabs_menu li {
        font-weight: normal;
    }
    .tabs_menu li.active a {
        text-decoration: none;
        background: rgba(0, 0, 0, 0.5)
    }
    .info_block {
        padding: 20px 0 0;
    }
    .progress-block {
        width: 100%;
    }
    .owl-carousel .owl-dots,
    .tslider .owl-dots,
    .social_list .owl-dots {
        text-align: center;
        display: block;
    }
    .owl-carousel .owl-dots button.owl-dot,
    .tslider .owl-dots button.owl-dot {
        width: 8px;
        height: 8px;
        display: inline-block;
        margin: 0 5px;
        border-radius: 50%;
        background: #ccc;
    }
    .owl-carousel .owl-dots .owl-dot.active,
    .tslider .owl-dots .owl-dot.active {
        background: #000;
    }
    .tslider .owl-dots {
        display: none;
    }
    .owl-carousel.tslider .owl-nav .owl-next,
    .owl-carousel.tslider .owl-nav .owl-prev {
        position: static;
        display: inline-block;
        transform: scale(0.7);
    }
    .main_btn_wrap {
        display: flex;
        align-items: center;
        padding: 10px 0;
        background: #e2e2e2;
        margin: 0 -15px;
    }
    .update_block {
        padding: 15px 0 20px;
    }
    .info-tab {
        white-space: nowrap;
        overflow: hidden;
        width: calc(100% - 60px);
    }
    .information_row {
        flex-wrap: wrap;
        border: none;
        justify-content: space-between;
        padding: 5px 0 10px;
        margin-bottom: 0px;
    }
    .info_title {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0px;
    }
    .iblock {
        margin: 0px 0 10px;
        flex-basis: 49%;
    }
    /*.iblock img{display:none;}*/
    ul.ctabs {
        padding: 15px;
    }
    .info_header {
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 5px;
        margin-right: 0px;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: end;
    }
    .last_update_time {
        width: 100%;
        margin-top: 2px;
    }
    .info_header:after {
        display: none;
    }
   
    .stg_item {
        width: 49%
    }
    .update_block h2 {
        padding-left: 10px;
    }
    body.color-white-to-black .last_update_time,
   
    body.color-white-to-black .main_btn_wrap {
        background: #444141;
    }
    body.node-type-simple-page .covid #main-container .inner-content h1#page-title {
        margin: 0px;
    }
    .mbanner {
        display: inline-block;
    }
    .dbanner {
        display: none;
    }
    .tslider .owl-nav {
        text-align: center;
    }
    .social_list {
        padding: 0px;
    }
    .social_list .owl-nav {
        display: none;
    }
    .social_item {
        margin-bottom: 15px;
    }
    .mygov_social_hub {
        background-size: auto 90px;
        padding-bottom: 80px;
    }
    .social_item {
        padding: 10px 5px 15px;
    }
    .social_item i {
        margin-bottom: 0px;
        transform: scale(0.7);
        -moz-transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }
    .main_btn_wrap>span {
        display: inline-block;
    }
    .arogya_bhav a {
        max-width: 100%;
        margin-bottom: 10px;
    }
    .state_slider .owl-nav {
        display: none;
    }
    .state_slider .owl-dots {
        padding-top: 15px;
    }
    .information_block {
        margin-bottom: 5px;
    }
    .covid h1#page-title::after {
        position: relative;
        top: -12px;
    }
    .epass_block {
        flex-wrap: wrap;
    }
    .epass_pic {
        width: 100%;
        padding: 10px;
        max-width: 100%;
    }
    .epass_pic img {
        max-width: 70px;
    }
    .card_list {
        padding-top: 0px;
    }
    .aarogya-menu {
        max-width: 210px;
        top: -52px;
    }
    .arogya_bhav a {
        width: 100%;
        margin: 0px;
    }
    .arogya_bhav .owl-dots {
        margin-top: 10px;
    }
    .helpno_list li {
        font-size: 1em;
    }
    .helpno_list ul {
        padding: 15px 15px 15px 30px;
    }
    .arogya_bhav::after {
        display: none;
    }
    .aarogya-menu {
        text-align: center;
        max-width: 100%;
        padding-top: 10px;
        position: static;
    }
}

@media all and (max-width:600px) {
    .corona_fight h3,
    .mygov_champions_area h2 {
        font-size: 1.4em;
        line-height: 1.3;
    }
    #myth_model h2 {
        margin-bottom: 10px;
    }
    .progress-icon {
        padding-left: 0px;
    }
    .progress-block:nth-child(2) {
        border-right: none;
    }
    .progress-block:nth-child(3) {
        border-right: 1px solid #ffffff;
    }
    .progress-block:nth-child(4) {
        border-right: none;
    }
    .progress-block:nth-child(5) {
        border-right: 1px solid #ffffff;
    }
    .s_list li {
        width: 35px;
        margin-bottom: 0px;
    }
    .block_smedia {
        width: 100%;
    }
    .block_smedia:first-child {
        margin-bottom: 25px;
    }
    .myth_block h2 {
        font-size: 1.4em;
    }
    .myth_block h2 span {
        font-size: 0.7em;
    }
    .dis_note i {
        transform: scale(0.8);
    }
    .myth_blockquote .fact_btn {
        padding: 6px 12px;
        margin: 0 auto;
        width: 106px;
        display: block;
    }
    ul.ctabs li {
        width: 50%;
    }
    .stg_item {
        width: 100%
    }
    ul.ctabs.type-2 li {
        width: 50%;
    }
    .d_label {
        font-size: 1em;
    }
    .d_block {
        font-size: 0.9em;
    }
    .d_block>div {
        min-width: 65px;
    }
    .d_block>div.location_name {
        min-width: 95px;
    }
    .information_block h3 {
        font-size: 1.2em;
    }
    .d_block {
        padding: 7px 0px;
    }
    .dataTables_wrapper .dataTables_filter input {
        width: 78%;
    }
    .latest_notify {
        float: left;
        width: 48%;
        position: static;
        margin-top: 14px;
    }
    .ln-block {
        left: 0px;
        right: auto;
        top: 30px;
    }
    .ln-block::after {
        right: auto;
        left: 20px;
    }
    .ln-block::before {
        right: auto;
        left: 23px;
    }
    .hotspot-list {
        position: static;
        float: right;
        margin-top: 14px;
        width: 48%;
    }
}

@media all and (max-width:500px) {
    .event-item {
        width: 100%;
        padding-bottom: 20px;
        margin: auto;
    }
    .progress-text-area {
        margin-left: 0px;
    }
    .info-heading {
        margin-bottom: 5px;
    }
    .logo-m {
        width: 100%;
        text-align: center;
    }
    .logo-two {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .logo-m img {
        max-width: 100%;
    }
    .guide_list li {
        flex-wrap: wrap;
        padding: 6px 10px;
    }
    .guide_list1 li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }
    .guide_list1 .vbtn {
        margin-left: auto;
    }
    .guide_list1 li p {
        margin-bottom: 6px
    }
    .vbtn {
        margin-top: 6px;
    }
    .guide_list .vbtn {
        margin-top: 0px;
    }
    .corona_fight h3:before {
        margin-right: 4px;
    }
    .corona_fight h3:after {
        margin-left: 4px;
    }
    .pa_title {
        font-size: 2em;
    }
    .state_book::after {
        content: "";
        width: 100%;
    }
    .stg_item {
        width: 100%;
    }
    .tabs_menu {
        padding: 0px;
    }
    .tabs_menu .active a {
        background-size: 8px auto;
        background-position: 96% center;
    }
    ul.ctabs li {
        width: 100%;
    }
    #socialblock {
        margin-bottom: 20px;
    }
    ul.ctabs.type-2 li {
        width: 100%;
    }
    .arogya_bhav a {
        max-width: 100%;
    }
    .arogya_bhav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    table.dataTable th {
        /*padding-left:5px; padding-right:18px;*/
        box-sizing:content-box;
    }
    .weblink_list li {
        width: 50%;
    }
    .weblink_list ul {
        padding: 10px 0 10px 15px;
    }
    .weblink_list li a {
        font-size: 0.8em;
    }
}

@media all and (max-width:450px) {
    .filter-text {
        line-height: 22px;
    }
    .event-item {
        width: 100%;
        padding-bottom: 15px;
        margin: auto;
    }
    .progress-text-area {
        font-size: 0.8em;
    }
    .progress-block:nth-child(2) {
        border-right: none;
    }
    .progress-block:nth-child(3) {
        border-right: none;
    }
    .progress-block:nth-child(4) {
        border-right: none;
    }
    .progress-block:nth-child(5) {
        border-right: none;
    }
    .share_corona_page .share-icon {
        transform: scale(0.8);
    }
    .mshare-list li a {
        width: 24px;
        height: 24px;
        padding: 5px;
    }
    .mshare-list li {
        margin-right: 2px;
    }
    .latest_notify {
        position: relative;
        margin-top: 10px;
        left: 0px;
        top: 0px;
    }
    .ln-block {
        top: 42px;
        width: 100%;
    }
    .hotspot-list {
        margin-top: 15px;
    }
    .card_list li {
        flex-wrap: wrap;
    }
    .card_list .state_n {
        min-width: 100%;
        margin-bottom: 5px;
    }
    body.node-type-simple-page .covid #main-container .inner-content h1#page-title {
        font-size: 17px;
    }
    .hotspot-list,
    .latest_notify {
        width: 100%;
    }
    .latest_notify {
        margin-bottom: 10px;
    }
    .covid-lang {
        position: static;
        width: 28%;
        float: right;
        margin-top: 10px;
    }
    .aarogya-menu {
        float: left;
        width: 70%;
    }
    .covid-lang select {
        width: 100%;
    }
}