/*==== navbar css ====*/
.profile-section .nav-item .nav-link {
    display: flex;
    align-items: center;
    padding: 0;
    color: #000;
}
.profile-section .nav-item .nav-link span {
    line-height: 1.6rem;
    margin: 0;
}
.fixheader .profile-section .nav-item .nav-link span {
    font-size: 1rem;
    line-height: 1.2rem;
}
.profile-section .nav-item .nav-link small {
    font-size: 70%;
}
.custom-navbar.shadow {
    box-shadow: 0 0.3rem 0.4rem rgba(0, 0, 0, .15)!important;
}

.custom-navbar .navbar-brand { 
    display: table;
    padding: 0;
}

.custom-navbar .navbar-brand .logo {
    display: table-cell;
    vertical-align: middle;
}
.custom-navbar .navbar-brand .logo img {
    width: 60px;
    transition: all .8s;
}
.fixheader .custom-navbar .navbar-brand .logo img {
    width: 40px;
    transition: all .8s;
}
.custom-navbar .navbar-brand h1 {
    padding-left: .8rem;
    display: table-cell;
    vertical-align: middle;
    line-height: 2rem;
    transition: all .8s;
    font-size: 1.45rem;
}
.fixheader .custom-navbar .navbar-brand h1 { 
    font-size: 1.15rem;
    line-height: 1.5rem;
    transition: all .8s;
}
.custom-navbar .navbar-brand h1 small {
    display: block;
}
.menu-bar {
    padding: 0;
    z-index:1;
}
.menu-bar .navbar-nav .nav-link 
{
    display: flex;
    min-height: 60px;
    justify-content: center;
    flex-direction: column;
    padding: .5rem 1.5rem;
    color: #fff;
    text-align: center;
    line-height: 1.4rem;
    border-right: solid 1px #326179;
}

}
.menu-bar  .logout-btn {
    color: #fff;
    text-decoration: underline;
}
.menu-bar  .logout-btn:hover {
    text-decoration: none;
}
.menu-bar .navbar-nav .nav-link.active {
    background-color: #f1b80b;
}
.language-btn .btn-outline-secondary {
    color: #191919;
}

.language-btn .btn-outline-secondary:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning {
    background-color: #ffd910;
    border-color: #ffd910;
}

.btn-warning:hover {
    color: #212529;
    background-color: #efc905;
    border-color: #efc905;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    background-color: #efc905;
    border-color: #efc905;
}
/*==== end ====*/

.banner-section {
    background: url("../img/COVID-19.jpg") no-repeat left top;
    /* height: 500px;*/
    display: flex;
    align-items: center;
    position: relative;
}

.banner-section::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgba(7, 51, 76, 0.60);
}

.banner-section .border-right {
    border-right-width: 2px !important;
}

.banner-section h2 span small {
    display: block;
    font-size: 75%;
}

.banner-section p {
    font-size: 1.1rem;
}

.notice-btn a {
    text-transform: uppercase;
    text-decoration: underline;
}

.banner-content {
    min-height: 150px;
}

.seocnd-banner .second-banner-content {
    display: table;
    height: 100%;
    width: 100%;
}

.seocnd-banner .second-banner-content .lnk-box {
    display: table;
    width: 90%;
    margin: .8rem auto;
    position: relative;
}

.seocnd-banner .second-banner-content h5 {
    text-align: center;
    border: solid 1px #2b5e7b;
    padding: 1rem;
    border-radius: 4px;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.05rem;
    color: #dedeea;
    font-weight: normal;
}

.seocnd-banner .second-banner-content .lnk-box:hover h5 {
    background-color: rgba(37, 93, 123, 0.5);
}


/* .seocnd-banner .second-banner-content a {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
} */

.seocnd-banner .second-banner-content i {
    display: block;
    color: #ffd910;
    font-size: 2rem;
    margin: 0 0 .4rem 0;
}
.varticla-align 
{
    vertical-align:middle !important;
}
.call-btn {
    min-width: 120px;
    font-size: 1.2rem;
    margin-left: 1rem;
    padding: .25rem 1rem;
}

.bg-warning {
    background-color: #ffd910 !important;
}
.bg-primary {
    background-color: #143e54!important;
}
.input-highlight {
    background-color: #fdfeff;
}

.list-item {
    padding-left: 20px;
    margin-bottom: 0;
}

.list-item li {
    padding-bottom: 15px;
    position: relative;
    list-style: none;
}

.list-item li:last-child {
    padding-bottom: 0;
}

.list-item li:after {
    position: absolute;
    font-size: 12px;
    color: #7b8286;
    left: -22px;
    top: 5px;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.portlet-box .card-header {
    font-size: 1rem;
}

.corona-info {
    background-color: #eff0f2;
}

.corona-info .info-box {
    display: flex;
    /*justify-content: left;
     flex-direction: column;
    text-align: center; */
    align-items: center;
    width: 100%;
    height: 140px;
    padding: 15px;
    margin: 0 auto 25px auto;
    border-right: solid 1px #e3e1e1;
    background: rgb(227, 225, 225);
    background: linear-gradient(90deg, rgba(227, 225, 225, 1) 0%, rgba(239, 240, 242, 1) 100%);
    color: #284b73;
}

.corona-info .info-box a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.corona-info .info-box h4 {
    margin: 0;
    padding: 15px;
    font-weight: bold;
}

.corona-info .info-box span {
    border-left: solid 3px #ffd910;
    padding-left: 5px;
    font-size: 80%;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.corona-info .info-box small {
    display: block;
    margin: 0 0 5px 0;
    font-size: 62%;
    color: #616161;
}

.more-link {
    text-align: center;
    text-transform: uppercase;
}

.more-link a {
    text-decoration: underline;
    color: #000;
}

.more-link a:hover {
    text-decoration: none;
}

.search-panel {
    padding: 1rem 1rem 1rem 1rem;
    background-color: #f8f9fa;
    margin-bottom: 1.5rem;
    border: solid 1px #efefef;
}

.search-panel .form-group:last-child {
    margin-bottom: 0;
}

.corona-info.inner-info .info-box {
    background: #fff;
    border: solid 1px #f7d87e;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 4px;
    padding: 20px;
    height: 150px;
}

.corona-info.inner-info .info-box h4 {
    padding: 0;
    margin-bottom: 10px;
}

.corona-info.inner-info .info-box span {
    border: 0;
    padding: 0;
}


/* ---- map section ---- */

.map-section {
    padding: 2rem 0;
}

.map-section .nav-tabs {
    background-color: #ffc107;
    border-bottom: 1px solid #ffc107;
}

.map-section .nav-tabs .nav-link {
    border-radius: 0;
    color: #FFF;
    font-size: 1.2rem;
}

.map-section .nav-tabs .nav-link::after {
    content: "";
    position: absolute;
}

.map-section .nav-tabs .nav-item.show .nav-link,
.map-section .nav-tabs .nav-link.active,
.map-section .nav-tabs .nav-link:focus {
    background-color: #143e54;
    border-color: #143e54 #143e54 #143e54;
}

.map-section .nav-tabs .nav-link:hover {
    border-color: #ffc107 #ffc107 #ffc107;
    background-color: #ecb715;
}

.map-section .nav-tabs .nav-item {
    width: 33.333%;
    text-align: center;
    text-transform: uppercase;
}

.map-section .tab-content {
    max-height: 500px;
    overflow: hidden;
    border-left: solid 1px #f1f1f1;
    border-right: solid 1px #f1f1f1;
    border-bottom: solid 1px #f1f1f1;
}


/* end */


/*---- Relief Fund Section ----*/

.cm-relief-fund {
    position: relative;
    min-height: 450px;
    width: 100%;
    padding: 20px 0;
    background-image: linear-gradient(to right, #143e54 0% 60%, #fec107 60% 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom right, left bottom;
    overflow: hidden;
}

.cm-relief-fund:before {
    content: '';
    position: absolute;
    left: 0;
    height: 310px;
    width: 417px;
    background-image: url(../img/hand-bg.png);
    background-repeat: no-repeat;
    z-index: 0;
    background-size: 70%;
    bottom: -92px;
}

.cm-relief-fund:after {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    width: 540px;
    background-image: url(../img/ylw-bg.png);
    background-repeat: no-repeat;
    z-index: 1;
    background-size: cover;
    top: 0;
    bottom: 0;
}

.cm-relief-fund-content {
    position: relative;
    color: #fff;
    padding-right: 56%;
    display: flex;
    align-items: center;
    height: 100vh;
}

.cm-relief-fund-content .ylw-text {
    color: #fec107;
    font-size: 1.4rem;
}

.cm-relief-fund-content .ylw-text span {
    font-weight: bold;
}

.cm-relief-fund-content label {
    display: block;
}

.cm-relief-fund-content .form-control {
    /* margin-bottom: 1.5rem;*/
    /* font-size: 0.8em;*/
    /*min-height: 37px;*/
    background-color: rgba(255, 255, 255, 0.45);
    color: #000;
    border: solid 1px #497a94;
}

.cm-relief-fund-content:after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: 0;
    height: 603px;
    width: 540px;
    background-image: url(../img/naveen-sm.png);
    background-repeat: no-repeat;
    z-index: 2;
}

.accountdetails {
    display: none;
}

.fund-content-btn .btn {
    min-height: 54px;
    line-height: 120%;
    display: inline-flex;
    align-items: center;
    padding: 6px 20px;
    font-size: 0.9rem;
    margin-right: 10px;
    margin-bottom: 15px;
    justify-content: center;
}


/*.fund-submit {
    padding: 5px 20px;
    margin-bottom: 15px;
}*/


/*---- end ----*/


/*---- uniquery form ----*/

.enquiry-box-custom {
    border: 1px solid #e1e1e1;
    padding: 50px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.enquiry-details {
    margin: 30px 0px;
    background: #f2f2f2;
    padding: 40px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.enquiry-details span {
    font-weight: bold;
}

.enquiry-box-custom .mt-30 {
    margin-top: 30px;
}

.en-submit {
    padding: 6px 30px;
    text-transform: uppercase;
}


/*---- end ----*/


/*---- Map Section ----*/

.map-section {
    position: relative;
    overflow: hidden;
}

.district-map#map {
    height: 550px;
}

.map-left-sec-design {
    position: absolute;
    top: 6%;
    right: 0%;
    z-index: 9999;
    transition: .9s;
    border-radius: 20px 0px 0px 20px;
}

.map-left-sec-design.active {
    right: -320px;
}

.map-left-sec-design .card-header {
    display: flex;
    align-items: center;
}

.map-left-sec-design .card-header h4 {
    float: left;
}

.map-left-sec-design .card-header h4 small {
    font-size: 52%;
    display: block;
}

.map-left-sec-design .card-header i {
    float: left;
    border-radius: 50%;
    background-color: #61bfa5;
    color: #fff;
    line-height: 45px;
    width: 45px;
    margin-right: 15px;
    font-size: 2rem;
    text-align: center;
}


/*
.map-left-sec-design .card-body {
  padding: 2rem 1rem 2rem 2rem ;
}
*/

.map-left-sec-design .card-body .list-group-item {
    border-left: 0;
    border-right: 0;
    display: table;
    width: 100%;
    padding: .4rem 0;
}

.map-left-sec-design .card-body .list-group-item p,
.map-left-sec-design .card-body .list-group-item span.badge {
    display: table-cell;
    vertical-align: middle;
}

.map-left-sec-design .card-body .list-group-item p {
    font-size: .9rem;
    line-height: 1.2rem;
    font-weight: 600;
}

.map-left-sec-design .card-body .list-group-item p small {
    font-size: 80%;
    display: block;
}

.map-left-sec-design .card-body .list-group-item span.badge {
    text-align: right;
    font-size: 1.4rem;
}

.map-left-sec-design .card-body .list-group-item:first-child {
    padding-top: 0;
    border-top: 0;
}

.map-left-sec-design .card-body .list-group-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.outer-toggle-div {
    top: 20px;
    position: absolute;
    display: block;
    right: 100%;
    background-color: #f5f5f5;
    color: #2f2f2f;
    font-weight: bold;
    font-size: 0.91rem;
    width: auto;
    white-space: nowrap;
    border-radius: 10px 0px 0px 10px;
    padding: 0 0px 0 0;
}

.outer-toggle-div span {
    padding: 0 10px;
    display: none;
}

.map-left-sec-design.active .outer-toggle-div {
    padding: 0;
    box-shadow: -2px 0px 14px rgba(0, 0, 0, 0.45);
}

.outer-toggle-div i {
    font-size: 1.2rem;
    line-height: 48px;
    padding: 0 0.8rem;
    border-radius: 10px 0px 0px 10px;
    background-color: #fcd71b;
    color: #000;
}

.outer-toggle-div:hover {
    text-decoration: none;
}

.outer-toggle-div img {
    float: right;
}

.outer-toggle-div.active {
    transition: .9s;
    text-align: center;
}

.outer-toggle-div.active span {
    display: inline-block;
}

.inner-toggle-div {
    background: #fff;
    box-shadow: -2px 0px 14px rgba(0, 0, 0, 0.18);
    width: 320px;
    border-radius: 1.25rem 0 0 1.25rem;
    overflow: hidden;
}

.inner-toggle-div a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}


/*---- end ----*/


/*---- hotelier css ----*/

.hotelier-section {
    background-color: rgba(6, 51, 76, 0.08);
}

.hotelier-section .text-muted {
    color: #46484a!important;
}


/*end*/

.bg-drakblue {
    background-color: rgba(7, 51, 76, 1) !important;
}

.text-warning {
    color: #ffd910 !important;
}
.text-info {
    color: #17a2b8!important;
}
.or-div {
    padding-right: 1.4rem;
}


/*Map CSS*/


/*****POPUP STYLE*****/

.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    border: 1px solid #cccccc;
    border-radius: 12px;
    bottom: 12px;
    left: -50px;
    min-width: 120px;
    text-align: center;
    font-size: 14px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.ol-popup .heading {
    padding: 5px 10px;
    background-color: #efefef;
    font-weight: bold;
    margin: auto;
    line-height: 28px;
}

.ol-popup .heading span {
    font-size: 1.4em;
}

.ol-popup .info-body {
    padding: 10px;
    text-transform: uppercase;
}

.ol-popup .info-body span {
    font-size: 2em;
    font-weight: bold;
    display: block;
}

.ol-popup table {
    width: 100%;
}

.ol-popup:after,
.ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}

.ol-popup td {
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
}

.ol-popup th span {
    display: block;
    margin-bottom: 0;
}

.ol-popup th {
    text-align: center;
    font-weight: normal;
    font-size: 90%;
    border-right: solid 1px #e8e8e8;
}

.ol-popup th:last-child {
    border-right: 0;
}

.hoverClass {
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 10;
    position: absolute;
    visibility: hidden;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.hoverClass button {
    margin-top: 200px;
    padding: 10px;
    border: none;
    border: 1px solid black;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    color: white;
    font-size: 24px;
}


/*End*/


/*
.map-tooltip {width: 300px;box-shadow: -2px 0px 14px rgba(0, 0, 0, 0.45);}
.map-tooltip .card-header {padding: 0.2rem 0.8rem;}
*/


/*end*/


/*scrollbar*/

.custom-scroll {
    overflow: auto;
}

.custom-scroll::-webkit-scrollbar {
    width: 8px;
}

.custom-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background: #888;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/*end*/

.portlet1 {
    height: 290px;
}

.mapinfo-scroll {
    height: 283px;
}

.blink-text {
    color: #fff;
}

.blinking {
    color: #ffd910;
}

.overly-loader {
    display: flex;
    align-items: center;
    text-align: center;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
}

.overly-loader i {
    margin: auto;
    font-size: 5rem;
    color: #fff;
}


/*==== footer css ====*/

footer {
    background-color: #d8dde0;
}

footer ul {
    padding-left: 20px;
    margin-bottom: 0;
}

footer li {
    position: relative;
    list-style: none;
    padding: 5px 0;
}

footer li:after {
    position: absolute;
    font-size: 12px;
    color: #7b8286;
    left: -22px;
    top: 9px;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

footer li a {
    color: #1773ad;
}

footer {
    -webkit-box-shadow: 0px -4px 5px -2px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px -4px 5px -2px rgba(0, 0, 0, 0.08);
    box-shadow: 0px -4px 5px -2px rgba(0, 0, 0, 0.08);
}


/*==== end ====*/

@media only screen and (max-width: 1440px) {
    .banner-section h2 {
        font-size: 1.8rem;
        line-height: 2rem;
    }
    .banner-section h2 span small {
        font-size: 65%;
    }
}

@media only screen and (max-width: 1024px) {
    .corona-info .info-box {
        padding: 15px;
    }
    .corona-info .info-box small {
        font-size: 62%;
    }
}

@media only screen and (max-width: 800px) {
    .banner-content {
        min-height: 168px;
    }
    .banner-content p br {
        display: none;
    }
    .banner-section .btn {
        font-size: 0.7rem;
    }
    .or-div {
        padding-right: .4rem;
    }
    .banner-section h2 {
        font-size: 1.4rem;
    }
    .custom-navbar .navbar-brand h1 {
        font-size: 1.35rem;
        line-height: 1.6rem;
    }
    .custom-navbar .navbar-brand .logo img {
        width: 52px;
    }
    .card-header {
        font-size: 1rem;
    }
    .corona-info .info-box {
        width: 100%;
        height: 112px;
        padding: 10px;
    }
    .corona-info .info-box span {
        font-size: 75%;
    }
    .corona-info .info-box h4 {
        padding: 4px;
    }
    .corona-info .info-box small {
        font-size: 58%;
    }
    .portlet-section .card-header {
        font-size: 1rem;
    }
    .portlet-section .card-body {
        padding: 0.75rem;
    }
    /* relief fund */
    .cm-relief-fund {
        padding: 20px 0px 118px 0px;
        min-height: auto;
        background: #143e54;
        background-image: none;
    }
    .cm-relief-fund-content:after,
    .cm-relief-fund:after {
        display: none;
    }
    .cm-relief-fund-content {
        padding-right: 0;
        height: 100%;
        display: block;
    }
    /*  */
    /* enquery */
    .enquiry-box-custom,
    .enquiry-details {
        padding: 15px;
    }
    .en-submit {
        padding: 6px 15px;
    }
    /*  */
}

@media only screen and (max-width: 600px) {
    .seocnd-banner .second-banner-content .lnk-box {
        width: 100%;
        margin: 0;
    }
    .seocnd-banner .second-banner-content h5 {
        font-size: 0.85rem;
        padding: 0.4rem;
        border-radius: 0;
    }
    .seocnd-banner .second-banner-content h5 br {
        display: none;
    }
    /* relief fund */
    .mb-ifsc {
        margin-bottom: 1.5rem;
        display: block;
    }
    .fund-content-btn .btn {
        width: 100%;
        min-height: auto;
        padding: 15px 20px;
    }
    .cm-relief-fund-content {
        padding-top: 0;
    }
    .cm-relief-fund {
        padding: 15px 0px 15px 0px;
    }
    /*  */
    /* enquery  */
    .enquiry-box-custom .mt-30 {
        margin-top: 0px;
    }
    .enquiry-box-custom .form-control {
        margin-bottom: 1.5rem;
    }
    /*  */
    .hoverClass {
        display: none;
    }
    .inner-toggle-div {
        width: 305px;
    }
    .portlet1 {
        overflow: inherit;
        height: inherit;
    }
    .custom-navbar .navbar-brand .logo img {
        width: 40px;
    }
    .language-btn .btn {
        padding: 5px;
        font-size: 0.7rem;
        line-height: 1.5;
        border-radius: 0;
        float: left;
        margin: 0 4px;
    }
    .card {
        margin-bottom: 20px;
    }
    .card-header {
        font-size: 1rem;
    }
    .card-header h4 {
        font-size: 1.2rem;
    }
    .custom-navbar .navbar-brand h1 {
        font-size: 1rem;
        line-height: 1.4rem;
        padding-left: 0.3rem;
    }
    .banner-section {
        height: auto;
        background-size: cover;
        text-align: center;
    }
    .banner-section h2 {
        font-size: 1.6rem;
        text-align: center !important;
        line-height: 1.6rem;
        grid-template: 1100px;
    }
    .banner-section p {
        text-align: center !important;
        font-size: 1rem;
    }
    .banner-section h3 {
        font-size: 1.1rem;
    }
    .banner-section h3 br {
        display: none;
    }
    .banner-section .btn {
        padding: 5px;
    }
    .banner-section .or-div {
        display: block;
        text-align: center;
        padding: 5px 0;
    }
    .banner-section h5 {
        margin-top: 1rem !important;
        font-size: 1rem;
    }
    .corona-info .info-box {
        width: 100%;
        margin-bottom: 15px;
    }
    .login-info {
        position: absolute;
        right: 15px;
        top: 18px;
        display: flex;
        flex-flow: column;
    }
    .menu-bar .navbar-nav .nav-link 
    {
        min-height:inherit;
        text-align: left;
        border-bottom: solid 1px #255269;
    }
    .menu-bar .navbar-nav .nav-link br 
    {
        display:none;
    }

}

@media only screen and (max-width: 480px) {
    .h3,
    h3 {
        font-size: 1.15rem;
    }
    .or-div {
        display: block;
    }
    body {
        font-size: 0.9rem;
    }
    .custom-navbar .navbar-brand h1 {
        font-size: 0.9rem;
    }
    .registar-btn .btn {
        margin-bottom: 5px;
    }
    .banner-section h2 {
        font-size: 1.2rem;
    }
    .banner-section p {
        font-size: 0.9rem;
    }
    .seocnd-banner .btn {
        margin-bottom: 5px;
    }
    .map-left-sec-design {
        right: 0;
    }
    .inner-toggle-div {
        width: 305px;
    }
    .inner-toggle-div .card {
        margin-bottom: 0;
    }
    .outer-toggle-div {
        top: -22px;
        right: 89.5%;
        border-radius: 0;
        font-size: .75rem;
    }
    .map-left-sec-design.active .outer-toggle-div {
        right: 103.5%;
    }
    .outer-toggle-div i {
        border-radius: 0;
        line-height: 37px;
        padding: 0 0.7rem;
        font-size: 1.1rem;
    }
    .card-header h4 {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 375px) {
    .custom-navbar .navbar-brand .logo img {
        width: 36px;
    }
    .corona-info .info-box h4 {
        padding: 0px;
    }
    .corona-info .info-box span {
        font-size: 70%;
    }
}

/* @media only screen and (max-width: 375px) {
    .custom-navbar .navbar-brand h1 {
        font-size: 0.8rem;
        line-height: 1.2rem;
    }
} */
