@import url(https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap);
:root {
  --colors-bg-grey: #edeeee;
  --colors-text-grey: #8c8d90;
  --colors-primary: #034b9f;
  --colors-secondary: #f9a60c;
  --colors-yellow: #fff200;
  --colors-green: #009244;
  --colors-purple: #571289;
  --colors-orange: #ef5a29;
  --colors-red: #9a1e60;
}

@font-face {
  font-family: "CustomFontThin";
  src: url("../fonts/content-font-thin.woff2");
}
@font-face {
  font-family: "CustomFontLight";
  src: url("../fonts/content-font-light.woff2");
}
@font-face {
  font-family: "HeadingFont";
  src: url("../fonts/heading-font.woff2");
}
:root {
  --font-thin: "CustomFontThin";
  --font-light: "CustomFontLight";
  --font-heading: "HeadingFont";
}

body,
html {
  font-family: var(--font-thin);
}

body,
html {
  width: 100vw;
  overflow-x: hidden;
}

.o-main-layout {
  width: 100%;
  max-width: 600px;
  margin: 0px auto;
  height: 100%;
  min-height: 100vh;
  background-color: var(--colors-bg-grey);
}

.o-main-layout--bg-primary {
  background-color: var(--colors-primary);
}

.o-main-layout--bg-white {
  background-color: white;
}

.o-main-header {
  background: var(--colors-secondary);
  padding: 0.7rem 1rem;
}

.main-banner-bottom {
  margin-top: -27.5%;
}

.page-content {
  width: 100%;
  min-height: 450px;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/india-bg.png");
}

.info-row {
  justify-content: space-between;
  margin-bottom: 8px;
}

.info-row__chart {
  width: 37.5%;
  padding: 1rem;
}

.info-row__content {
  width: 62.5%;
  padding: 1rem;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
}

.dashed-border {
  height: 2px;
  width: 100%;
  border: 4px solid dashed;
}

.custom-progress {
  border-radius: 0px !important;
  height: 5px;
  background-color: var(--colors-bg-grey);
}

.custom-progress .progress-bar {
  background-color: var(--colors-primary);
}

.proceed-btn {
  background-color: var(--colors-secondary);
  border: 1px solid var(--colors-secondary);
  color: white;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 24px;
  height: 45px;
}

.proceed-btn:focus {
  background: white;
  color: var(--colors-secondary);
  box-shadow: none;
  border: 1px solid var(--colors-secondary);
}

.tabs-group {
  display: flex;
  display: flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1rem 0;
}

.tabs-group-button {
  width: calc(50% - 8px);
  margin-bottom: 8px;
}

.tabs-group-button {
  box-shadow: 0px 1px 0px 0px #fff6af;
  background-color: transparent;
  border-radius: 6px;
  border: 1px solid #ffaa22;
  display: inline-block;
  cursor: pointer;
  color: var(--colors-primary);
  font-family: Arial;
  font-size: 15px;
  line-height: 2.2;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffee66;
  opacity: 1;
}

.tabs-group-button:active {
  position: relative;
  top: 1px;
}

.tabs-group-button.active {
  background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
  background-color: #ffec64;
}

.procced-footer {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), 0 6px 6px rgba(0, 0, 0, 0.23);
  background-color: rgba(255, 255, 255, 0.7) !important;
  position: fixed;
  z-index: 1000;
  left: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
}

.cchart title {
  display: none;
}

.cchart g[filter] {
  display: none !important;
}

.single-bg-page {
  height: calc(100vh - 60px);
  width: 100vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.single-bg-page .main-banner {
  width: 100%;
  height: calc(100vh - 202px) !important;
  background-size: cover;
  background-position: center center;
  background-position-y: 0% !important;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 0px !important;
}
.single-bg-page .main-banner-bottom {
  position: absolute;
  left: 0;
  margin-top: 0px !important;
  display: none;
}
.single-bg-page .main-content {
  padding: 16px 12px !important;
  font-size: 1.6rem !important;
  font-family: "Playfair Display", serif !important;
}
.single-bg-page .main-banner-bottom {
  /* IE 9 */
  transform: rotate(180deg) !important;
}

@media screen and (max-width: 600px) {
  .single-bg-page {
    height: calc(100vh - 60px) !important;
  }
  .single-bg-page .main-banner {
    height: calc(100vh - 202px - 60px) !important;
  }
}
.main-content {
  font-weight: bold;
  opacity: 0;
  perspective: 200px;
}
.main-content span {
  transform: rotateY(-90deg);
  opacity: 0;
}

.ex2 {
  opacity: 0;
  perspective: 200px;
}
.ex2 span {
  transform: rotateY(-90deg) rotateX(45deg);
  transform-origin: -50% 75%;
  opacity: 0;
}

.rupee-currency-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1rem;
  justify-content: center;
  align-items: center;
}
.rupee-currency-section .rupee-100 {
  width: 100%;
  max-width: 50%;
}
.rupee-currency-section .currency-title {
  font-weight: bold;
  font-size: 1rem;
}
.rupee-currency-section .rupee-100-title {
  color: var(--colors-red);
}
.rupee-currency-section .rupee-32-title {
  color: var(--colors-orange);
}
.rupee-currency-section .dashed-row {
  width: 100%;
  border: 1px dashed grey;
  margin: 24px 0px;
}
.rupee-currency-section .rupee-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.rupee-currency-section .rupee-row img {
  width: 100%;
  max-height: 90px;
}
.rupee-currency-section .rupee-row .symbol {
  font-size: large;
  font-weight: bold;
  color: var(--colors-orange);
  margin: 0px 8px;
}

.badge-primary {
  background: var(--colors-primary);
  padding: 0.5rem;
  border-radius: 6px;
  font-weight: bold;
}

.iframe-styling {
  width: 100vw;
  max-width: 600px;
  height: 100vh;
  border: 0px;
  margin-bottom: 1rem;
}

:root {
  --dcolor-primary: #f9a61c;
  --dcolor-secondary: #034ea2;
  --dcolor-light: #fff;
  --dcolor-grey: #e9e9e9;
  --dcolor-dark-grey: #7f7f7f;
  --dcolor-light-grey: #d8d8d8;
  --dcolor-red: #dc3545;
}

.disease-page .quote {
  display: flex;
  flex-direction: column;
  color: var(--dcolor-dark-grey);
}
.disease-page .quote .text {
  padding: 0.2rem 1.2rem;
  margin: 0.2rem auto;
  text-align: center;
  color: var(--dcolor-secondary);
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: -1rem;
}
.disease-page .quote .fa-quote-right {
  margin-left: auto;
  margin-top: -1rem;
}
.disease-page .untimely-deaths {
  text-align: center;
  font-size: 1.2rem;
  color: var(--dcolor-dark-grey);
}
.disease-page .untimely-deaths span {
  color: var(--dcolor-red);
}
.disease-page .deaths {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  margin: 1.5rem 0;
}
.disease-page .deaths .death-block {
  width: 33.3%;
  text-align: center;
}
.disease-page .deaths .death-block img {
  height: 35px;
  margin-bottom: 0.4rem;
}
.disease-page .deaths .death-block .type {
  color: var(--dcolor-dark-grey);
}
.disease-page .deaths .death-block:first-child {
  padding-right: 0.4rem;
}
.disease-page .deaths .death-block:first-child .count {
  color: var(--dcolor-red);
}
.disease-page .deaths .death-block:nth-child(2) {
  padding: 0px 0.4rem;
  border-left: 1px dashed grey;
  border-right: 1px dashed grey;
}
.disease-page .deaths .death-block:nth-child(2) .count {
  color: var(--dcolor-secondary);
}
.disease-page .deaths .death-block:last-child {
  padding-left: 0.4rem;
}
.disease-page .deaths .death-block:last-child .count {
  color: green;
}
.disease-page .pincode-ttl-deaths {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 1.5rem;
  color: var(--dcolor-dark-grey);
}
.disease-page .pincode-ttl-deaths .totalDeaths {
  text-align: right;
  color: var(--dcolor-red);
}
.disease-page .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.disease-page .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}


.blue-message-box {
  background: #03489d;
  border-radius: 10px;
  color: #fff;
  font-family: "VAG Rounded Std Bold", serif;
  font-size: 25px;
  padding: 10px 15px;
  -webkit-box-shadow: 0px 13px 14px 0px rgba(184, 182, 184, 1);
  -moz-box-shadow: 0px 13px 14px 0px rgba(184, 182, 184, 1);
  box-shadow: 0px 13px 14px 0px rgba(184, 182, 184, 1);
  margin-bottom: 10px;
}

.headerbg_orange {
  background: #ef5a29;
  border-radius: 10px;
  color: #fff;
  font-family: "VAG Rounded Std Bold", serif;
  position: absolute;
  top: 30px;
  font-size: 25px;
  padding: 5px;
  width: 80%;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
}


@media only screen and (max-width: 561px) {
  .blue-message-box, .headerbg_orange {
    font-size: 15px;
  }
}