@font-face {
  font-family: "VAG Rounded Std Bold";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/VAG-Rounded-Std-Bold_47297.ttf") format("woff2");
}

@font-face {
  font-family: "VAG Rounded Std Light";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/VAG-Rounded-Std-Light_47298.ttf") format("woff2");
}

@font-face {
  font-family: "Indian Rupee";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/IndianRupee.ttf") format("woff2");
}

html,
body {
  width: 100%;
  height: 100%;
  color: #58595b !important;
  background: white url("../img/download.png") repeat !important;
  background-blend-mode: color;
  font-family: "VAG Rounded Std Light" !important;
  font-size: 15px;
}

* {
  box-sizing: border-box;
}

a,
a:hover {
  text-decoration: none;
  color: #58595b;
}

.mainWrapper {
  background: #fff;
  padding: 0px;
  /*width: calc(100vh*69/116)!important;*/
  max-width: 600px;
  margin: auto !important;
  height: 100vh;
  position: relative;
}

.headerbg {
  background: #03489d;
  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;
}

.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;
}

.mapbg {
  background: #fff url("../img/map.png") no-repeat;
  background-size: contain;
  padding-bottom: 10px;
}

.fsmall {
  font-size: 85%;
}

.footerbg {
  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;
}

.headertext {
  color: #03489d;
  font-size: 25px;
  text-align: left;
  font-family: "VAG Rounded Std Bold";
}

.text-blue {
  color: #03489d;
}

.fs-19 {
  font-size: 19px;
}
.fs-20 {
  font-size: 20px;
}

.fontVAGBold {
  font-family: "VAG Rounded Std Bold" !important;
}

.barimgs img {
  width: 64px;
}

.orangecard {
  background: #ef5a29;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  font-size: 18px;
  font-family: "VAG Rounded Std Bold";
  padding: 10px;
  align-items: center;
  justify-content: center;
  display: flex;
  min-height: 145px;
}

/* page 8 ribbon */
.text-ribbons > div {
  background-color: #ccc;
  color: #fff;
  padding: .5em 1em .5em 1.5em;
  border-radius: 4px 4px 54px 4px;
  margin:1em 0;
  position: relative;
}

.text-ribbons > div > span {
  border: 5px solid #fff;
  border-radius: 100%;
  font-size: 18px;
  line-height: 25px;
  width: 25px;
  display: block;
  position: absolute;
  top: -15px;
  left: -15px;
  text-align: center;
  background: #ccc;
  box-sizing: content-box;
}
.text-ribbons > div:nth-child(1), .text-ribbons > div:nth-child(1) > span{
  background: #f8327a;
}
.text-ribbons > div:nth-child(2), .text-ribbons > div:nth-child(2) > span{
  background: #1ab698;
}
.text-ribbons > div:nth-child(3), .text-ribbons > div:nth-child(3) > span{
  background: #9a55e4;
}
.text-ribbons > div:nth-child(4), .text-ribbons > div:nth-child(4) > span{
  background: #35b9e8;
}
/* end of page 8 ribbon */


@media only screen and (max-width: 600px) {
  .headerbg,
  .footerbg,
  .headertext,
  .headerbg_orange {
    font-size: 15px;
  }
  .text-ribbon span{
    font-size: 12px;
    line-height: 1em;
    padding-top:2px;
  }
  .dflex-none {
    display: block !important;
    margin-bottom: 20px;
  }
  .mbsm-10 {
    margin-bottom: 10px;
  }
  .barimgs img {
    width: 40px !important;
  }
}
