html,
body {
  font-family: "Roboto", sans-serif;
  background-color: #f6f6f6;
  box-sizing: border-box;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  padding: 0px;
}
/* Let's get this party started */

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: #fff;
}

/* Track */

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* Handle */

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #b4b4b4;
  position: relative;
  z-index: 999999;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.overflowAuto {
  overflow: auto;
}

#mainContent ::-webkit-scrollbar-thumb:window-inactive {
  background: #494848;
}
#mainContent {
  height: calc(100vh - 140px);
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  #mainContent {
    align-items: flex-start;
  }
}
@media only screen and (min-width: 360px) and (max-width: 768px) {
  .shareIcon {
    max-width: 20px !important;
  }
  .closeBtn {
    font-size: 12px !important;
  }
}

.min-h-100 {
  min-height: calc(100vh - 140px);
}
.mainCard {
  padding: 30px;
  border-radius: 10px;
  width: 570px;
  box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 25%);
  border: 0px solid rgba(0, 0, 0, 0.125);
  /* margin: 60px 0px;      */
  /* top: 30px; */
  /* height: 410px; */
}

.mainCard h1 {
  font-size: 22px;
  color: #007c7c;
  margin-bottom: 15px;
  font-weight: 700;
}

.mainCard p {
  font-size: 12px;
  font-weight: 500;
  color: #5a5a75;
  /* text-transform: capitalize !important; */
}

.mainCard .form-control {
  border: 0px;
  border-bottom: 1.5px solid #c3c3c3;
  border-radius: 0;
  outline: none;
  box-shadow: 0 0 0 0 rgb(0 123 255 / 25%);
  padding: 0;
}
.mainCard label {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}

.red {
  color: #f00;
  font-weight: bold;
}
.optional {
  font-size: 10px;
}
.getOtp {
  margin: auto;
  background-color: #007c7c;
  padding: 10px 50px;
  border-radius: 5px;
  display: table;
  font-size: 14px;
  border: 0px;
  font-weight: 600;
}
.getOtp:hover,
.getOtp:active,
.getOtp:not(:disabled):not(.disabled):active {
  background-color: #007c7c;
}

.mainOtp {
  width: 350px;
  margin: auto;
  border: 1px solid #c3c3c3;
  padding: 5px 10px;
  display: flex;
  border-radius: 5px;
}

.btnResend {
  font-weight: 500;
  font-size: 14px;
  color: #007c7c;
  background-color: #fff;
  border: none;
}
.btnResend:focus {
  box-shadow: 0 0 0 0 rgb(0 123 255 / 25%);
}
.closeBtn {
  display: table;
  margin: auto;
  padding: 10px 20px;
  font-size: 14px;
  color:#fcfcfc ;
  font-weight: 700;
  display: flex;
  box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 15%);
  border-radius: 22px;
  background:#007c7c;
  align-items: center;
}
button.closeBtn:hover {
  background: #007c7c;
  opacity:0.8
}

.error {
  color: #f00;
  font-weight: 500;
}

.mainCard img {
  margin: auto;
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.vaccinate {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}
.notVaccinated {
  color: #f00;
}
.partiallyVaccinated {
  color: #eca324;
}
.vaccinated {
  color: #41ad49;
}

/* Header css start  */
.headerBg {
  background: #017e7e;
  height: 70px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
  /* margin-bottom:30px; */
}
.mainHeader {
  background-color: #045d5d;
  height: 50px;
  align-items: center;
  display: flex;
  position: relative;
  z-index: 10;
  padding: 5px 0;
}
.logo1 {
  float: left;
  height: auto;
  width: 20px;
  margin-top: 4px;
  margin-right: 8px;
}
.govindia {
  float: left;
  color: #fff;
  font-weight: 400;
  position: relative;
  top: 0;
  min-width: 200px;
  line-height: 1.7;
}

.mainTitle {
  display: block;
  min-width: 200px;
  font-size: 12px;
}

.cowinLogo img {
  width: 124px;
}

.emblemGovLogo img {
  width: 30px;
  float: left;
  margin-right: 10px;
}
.emblemGovLogo {
  display: flex;
  align-items: center;
  max-width: 198px;
  white-space: break-spaces;
  font-size: 15px;
  color: #012060;
}

/* span.mainTitle {
    display: block;
    line-height: 1.9;
    font-size: 12px;
} */
.mainTitle a {
  color: #fff;
  text-decoration: none;
}
.navHead {
  justify-content: space-between;
}

.midCenterCol {
  height: 70px;
  display: flex;
  align-items: center;
}

.midCenterCol .navbar {
  padding: 5px 0 !important;
}

.midCenterCol .menunavigation ul li {
  text-transform: uppercase;
}
.menunavigation ul li:nth-last-child(2) {
  border-right: none;
}
.menunavigation ul li:last-child {
  border-right: none;
  margin-left: 20px;
}
.menunavigation ul li a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  /* @media only screen and (min-width: 992px) and (max-width: 1023px) {
    font-size: 12px;
  } */
  /* @media only screen and (min-width: 1024px) and (max-width: 1200px) {
    font-size: 16px;
  } */
}
.menunavigation ul li a:hover {
  color: #fcbf02 !important;
}
.newMenu {
  background: none;
  border: none;
  color: #fff !important;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  /* // text-transform: uppercase; */
  letter-spacing: 1px;
  padding: 0px 20px;
  text-decoration: none;
}
/* span.tooltipDiv .abhanoteIcon {
              z-index:101;
              svg{
                fill:#fff ;
                &:hover{
                    fill:#fcbf02 !important;
                }
               
              }
            } */

.yellowloginbtn {
  border: #fff solid 2px;
  color: #fff !important;
  padding: 9px 25px !important;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  text-align: center;
  display: block;
  font-size: 16px;

  @media only screen and (min-width: 320px) and (max-width: 991px) {
    padding: 9px 25px !important;

    font-size: 16px;
  }
  @media screen and (max-width: 1024px) and (min-width: 1024px) {
    border-radius: 20px;
  }
}
.yellowloginbtn span {
  display: block;
  font-size: 10px;
}

.yellowloginbtn:hover {
  border: 2px solid #fcbf02;
}

.menunavigation {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.menunavigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  display: flex;
  align-items: center;
}
.menunavigation ul li {
  font-weight: 400;
  display: inline-block;
  align-items: center;
  /* margin: 0 5px 0 0; */
  vertical-align: middle;
}
.menunavigation ul li:last-child {
  margin-right: 0;
  border-right: none;
}

/* Header css end  */

/* footer css start  */
.footerText {
  background-color: #015158;
  /* padding: 20px; */
  font-size: 15px;
  margin: 0;
  color: #fff;
  font-weight: 400;
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: center;
  /* position: fixed;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0; */
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
  position: relative;
  /* margin-top:30px; */
}

/* footer css end  */
@media only screen and (min-width: 320px) and (max-width: 359px) {
  .headerBg {
    height: 60px;
  }
  .cowinLogo img {
    width: 70px;
  }
  .emblemGovLogo {
    max-width: 50%;
    white-space: normal;
    display: flex;
    align-items: center;
    margin: 0;
  }
  .emblemGovLogo img {
    width: 20px;
    position: relative;
    top: 0px;
  }
  span.mainTitle {
    display: block;
    line-height: 1.1;
  }
  .mainTitle a {
    font-size: 10px;
  }
  .mainCard {
    padding: 10px;
    top: 0px;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 25%);
  }
  .mainOtp {
    width: 100%;
  }
  #mainContent {
    overflow: auto;
    background-color: #fff;
  }
  .thumbPoster1 h6,
  .thumbPoster2 h6,
  .thumbPoster3 h6,
  .thumbPoster4 h6 {
    font-size: 6px !important;
    display: flex;
    align-items: flex-end;
  }
  .thumbPoster1 h6 {
    width: 53px !important;
    bottom: 3px !important;
  }
  .thumbPoster2 h6 {
    width: 22% !important;
    bottom: 8px !important;
    height: 16%;
  }
  .thumbPoster3 h6 {
    width: 25% !important;
    bottom: 5px !important;
    height: 16%;
  }
  .thumbPoster4 h6 {
    width: 25% !important;
    bottom: 8px !important;
    height: 16%;
  }
  .userStatus {
    background-color: #f5f5f5;
    padding: 20px 15px !important;
  }
  .mobilePadding {
    padding: 5px;
  }
  .mt-4 {
    margin-top: 0.5rem !important;
  }
  .mb-4 {
    margin-bottom: 0.5rem !important;
  }
  .socialIcons img {
    margin-right: 0px !important;
  }
  .urlLink {
    width: calc(100% - 86px);
  }
  .copyLink {
    margin-left: -2px !important;
  }
  .title h4 {
    font-size: 17px !important;
  }
  .mainCard .closeIcon {
    right: 20px !important;
    top: 15px !important;
  }
  .shareIcon {
    max-width: 20px !important;
  }
  .closeBtn {
    font-size: 11px !important;
  }
}
@media only screen and (min-width: 360px) and (max-width: 480px) {
  .mainOtp {
    width: 100%;
  }
  #mainContent {
    overflow: auto;
    background-color: #fff;
  }
  .mainCard {
    padding: 10px;
    top: 0px;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 25%);
  }
  .fully-img h6 {
    bottom: 22px;
    position: absolute;
    font-size: 10px;
    color: #fff;
  }
  .thumbPoster1 h6,
  .thumbPoster2 h6,
  .thumbPoster3 h6,
  .thumbPoster4 h6 {
    font-size: 6px !important;
    display: flex;
    align-items: flex-end;
  }
  .thumbPoster1 h6 {
    width: 64px !important;
  }
  .thumbPoster2 h6 {
    width: 22% !important;
    bottom: 8px !important;
    height: 16%;
  }
  .thumbPoster3 h6 {
    width: 25% !important;
    bottom: 5px !important;
    height: 16%;
  }
  .thumbPoster4 h6 {
    width: 25% !important;
    bottom: 8px !important;
    height: 16%;
  }
  /* .userStatus { */
    /* background-color: #f5f5f5; */
    /* padding: 20px 15px !important; */
  /* } */
  .mobilePadding {
    padding: 5px;
  }
  .mt-4 {
    margin-top: 0.5rem !important;
  }
  .mb-4 {
    margin-bottom: 0.5rem !important;
  }
  .socialIcons img {
    margin-right: 0px !important;
  }
  .urlLink {
    width: calc(100% - 104px);
  }
  .mainCard .closeIcon {
    right: 30px !important;
    top: 15px !important;
  }
}

@media only screen and (min-width: 360px) and (max-width: 639px) {
  .emblemGovLogo {
    max-width: 52%;
    white-space: normal;
    display: flex;
    align-items: center;
    margin: 0;
  }
  span.mainTitle {
    display: block;
    line-height: 1.2;
  }
  .cowinLogo img {
    width: 100px;
  }
  .emblemGovLogo img {
    width: 27px;
  }
  .mainTitle a {
    font-size: 12px;
  }
  #mainContent {
    overflow: auto;
    background-color: #fff;
  }
  .mainCard {
    padding: 10px;
    top: 0px;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 25%);
  }

  .close_icon {
    right: 15px !important;
  }
}
@media only screen and (min-width: 567px) and (max-width: 570px) {
  #mainContent {
    overflow: auto;
    background-color: #fff;
  }
  .mainCard {
    padding: 30px;
    top: 0px;
    margin-top: 20px !important;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 25%);
  }
  /* .mainCard h1{
        margin-top: 30%;
    } */
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
  #mainContent {
    overflow: auto;
    background-color: #fff;
    height: auto !important;
  }

  .mainCard {
    padding: 30px;
    top: 0px;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 25%);
  }
  /* .mainCard h1{
        margin-top: 20%;
    } */
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .userStatus {
    padding: 20px 15px !important;
  }
  .thumbPoster1 h6 {
    width: 150px !important;
    bottom: 8px !important;
  }
  .thumbPoster2 h6 {
    width: 73px !important;
    bottom: 15px !important;
  }
  .thumbPoster3 h6 {
    bottom: 8px !important;
  }
  .thumbPoster4 h6 {
    width: 100px !important;
    bottom: 15px !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1365px) {
  .thumbPoster1 h6,
  .thumbPoster2 h6,
  .thumbPoster3 h6,
  .thumbPoster4 h6 {
    font-size: 3px !important;
  }
  .thumbPoster1 h6 {
    width: 56px !important;
    bottom: 3px !important;
  }
  .thumbPoster2 h6 {
    width: 32px !important;
    bottom: 3px !important;
  }
  .thumbPoster3 h6 {
    width: 32px !important;
    bottom: 3px !important;
  }
  .thumbPoster4 h6 {
    width: 42px !important;
    bottom: 3px !important;
  }
  .urlLink {
    width: calc(100% - 104px);
  }
  .copyLink {
    margin-left: 0px !important;
  }
}

/* @media only screen and (min-width: 730px) and (max-width: 737px) {
    .mainCard {
        top: 85px;
       
    }
    #mainContent{
        overflow: auto;
    }
} */
@media only screen and (min-width: 800px) and (max-width: 814px) {
  .mainCard {
    top: 20px;
    margin-bottom: 50px;
  }
  #mainContent {
    overflow: auto;
  }
}

@media only screen and (min-width: 820px) and (max-width: 824px) {
  .mainCard {
    top: 20px;
    margin-bottom: 50px;
  }
  #mainContent {
    overflow: auto;
  }
}
@media only screen and (min-width: 844px) and (max-width: 914px) {
  #mainContent {
    height: auto !important;
  }
  .mainCard {
    margin-bottom: 40px;
  }
}
.card {
    background: #fff;
    border-radius: 4px;
    /* padding: 15px; */
    box-shadow: 0px 2px 5px #a2aeb5;   
}

.mainCard .closeIcon {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 5% !important;
  cursor: pointer;
}
.close_icon {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 24px;
  width: 5% !important;
  cursor: pointer;
}
.close_icon:before,
.close_icon:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #707070;
  transition: all 0.3s ease-in-out;
}
.close_icon:before {
  transform: rotate(45deg);
}
.close_icon:after {
  transform: rotate(-45deg);
}
.close_icon:hover::before,
.close_icon:hover::after {
  background-color: red;
}
.shareIcon {
  margin: 0 !important;
  width: 24px !important;
  padding-right: 10px;
}
.badgePanel {
  width: 226px;
  margin: 0 auto;
  position: relative;
}
.badgePanel h6 {
  bottom: 60px;
  position: absolute;
  font-size: 13px;
  color: #fff;
  width: 61%;
  left: 0;
  right: 0;
  margin: auto;
}

/* --- share status ---*/
.title h4 {
  font-size: 22px;
  font-weight: 500;
  color: #017e7e;
}
.userStatus h1 {
  font-size: 26px;
  color: #515151;
  font-weight: 500;
}
.userStatus h4 {
  font-size: 20px;
  color: #515151;
  font-weight: 400;
}
.userStatus h6 {
    font-size: 14px;
    color: #7c8391;
    margin-top: 0;
    font-weight: 500;
}
.infoText {
  font-size: 12px;
  color: #939393;
  font-weight: 500;
}
.urlLink {
  color: #017e7e;
  /* font-weight: 500; */
  float: left;
  overflow: hidden;
  font-size: 13px;
  cursor: pointer;
  width: calc(100% - 114px);
  margin-top: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
a.urlLink:hover {
  text-decoration: none;
  color: #1f497d;
}
.copyLink {
  color: #fff;
  padding: 8px 12px;
  /* margin-right: 5px; */
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #017E7E;
  border:none;
  border-radius : 2px;
}

.copyLink svg {
  width: 14px;
  margin-right: 5px;
  vertical-align: middle;
}

.sharePoster {
  /* border: 1px solid #939393; */
  /* border-radius: 5px; */
  padding: 0 5px;
}
.sharePoster img {
  /* border: 1px solid #012060; */
  cursor: pointer;
  border-radius: 4px;
}
.sharePoster.active {
  /* border: 2px solid #1f497d; */
}
.sharePoster img {
  /* border: 1px solid #012060; */
}
.thumbPoster1,
.thumbPoster2,
.thumbPoster3,
.thumbPoster4 {
  position: relative;
}
.thumbPoster1 h6,
.thumbPoster2 h6,
.thumbPoster3 h6,
.thumbPoster4 h6 {
  display: flex;
  align-items: flex-end;
}
.thumbPoster1 h6 {
  position: absolute;
  bottom: 5px;
  text-align: left;
  margin: 0;
  left: 50%;
  font-weight: 500;
  font-size: 9px;
  width: 100px;
}
.thumbPoster2 h6 {
  position: absolute;
  bottom: 5px;
  text-align: left;
  margin: 0;
  left: 75%;
  font-weight: 500;
  font-size: 9px;
  width: 24%;
  height: 16%;
}
.thumbPoster3 h6 {
  position: absolute;
  bottom: 5px;
  text-align: left;
  margin: 0;
  left: 69%;
  font-weight: 500;
  font-size: 9px;
  width: 25%;
  height: 16%;
  color: #fff;
}
.thumbPoster4 h6 {
  position: absolute;
  bottom: 5px;
  text-align: left;
  margin: 0;
  left: 22%;
  font-weight: 500;
  font-size: 9px;
  width: 25%;
  height: 16%;
  color: #000;
}

.thumbPoster4.fully-vaccinated h6 {
  color: #fff;
}
.thumbPoster4.partially-vaccinated h6 {
  color: #111;
}

.setPadding {
  padding: 5px;
}
.bottomText {
  font-size: 15px;
  color: #939393;
  font-weight: 500;
  padding: 15px 0;
}
.backIcon {
  width: 15px;
  margin-right: 10px;
  margin-top: -3px;
  cursor: pointer;
}
.shareSocialPanel img {
    width:12px;
    vertical-align: top;
}
.socialIcons img {
  width: 12px;
  vertical-align: top;
  margin-top: 2px;
  border-radius: 4px;
}
.shareSocialPanel h6 {
    font-size: 14px;
    margin-left: 5px;
    color: #7c8391;
    margin-top: 0;
    font-weight: 500;
}

.shareSocialPanel span{
    color: #7c8391;
    font-size: 12px;
    display: block;
    /* margin-left: 5px; */
    margin-top: 10px;
}
.socialIcons img {
  width: 30px;
  height: 30px;
  margin-right: 4px;
  cursor: pointer;
}
.form-check-input {
  position: absolute;
  bottom: -16px;
  right: 0;
  left: 0;
  margin: auto;
}
.form-check input[type="radio"] {
  visibility: hidden;
}
.form-check input[type="radio"] + *::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 14px;
  height: 14px;
  margin-right: 0.3rem;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.16rem;
  border-color: #002060;
  position: absolute;
  /* bottom: -16px; */
  /* right: 0; */
  background-color: #fff;
  left: 20px;
  top:20px;
  margin: auto;
  z-index: 1;
  /* top:15px; */
}
.form-check input[type="radio"]:checked + *::before {
  background: radial-gradient(
    #1f497d 0%,
    #1f497d 40%,
    transparent 50%,
    transparent
  );
  border-color: #1f497d;
}
.form-check input[type="radio"]:checked + * {
  color: #1f497d;
}

.sharePoster .form-check {
  padding-left: 0 !important;
}
.copied {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  color: #333;
  position: absolute;
  right: 0;
  top: -18px;
  width: 80px;
  text-align: center;
}
.hr {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
/* .userStatus{
    padding-top: 25px;
} */
.tagline {
  color: #707070;
}
@media screen and (min-width: 991px) {
  .container-fluid {
    padding: 0 30px;
  }
}

.status-badge {
    width: 48px;
    height: 48px;
    margin: auto;
    display: block;
}
.avatar-intro h1 {
    font-size: 20px;
    line-height: 1.2;
}
.avatar-intro p {
    font-weight: 500;
    margin-top: 5px;
    line-height: 1.5;
    font-size: 14px;
}
.status {
    font-size: 20px;
    margin-left: 15px;
}
.fully {
    color: #2E9A00;
}
.partially {
    color: #d19106;
}
.copy-link-box {
    border:1px dashed #017E7E;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding:5px 5px 5px 10px ;
    /* ion-button {
        font-size:12px;
        --border-radius:2px;
        margin-right: 6px;
        span{
            margin-top: 2px;
        }
    } */
}
/*  language dropdown and accessibility css */
.accessNavigationWrapper ul {
  margin: 0;
  padding: 0;
}
.access-navigation {
  /* display: flex;
    position: relative;
    right: 6%; */
  margin: 0;
  padding: 0;
  /* @media only screen and (min-width: 1000px) and (max-width: 1450px) {
    right: 0%;
    } */
}
.access-navigation li {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 3px;
  /* @media only screen and (min-width: 320px) and (max-width: 375px) {
           margin-right: 0;
         } */
}
.access-navigation li .skip_to_main {
  font-size: 100%;
}

.access-navigation li.fontsBtn {
  text-align: center;
  color: #fff;
  cursor: pointer;

  /* .access-navigation li.Abtn button {
            border: 1.5px solid $white !important;
          } */
}
.access-navigation li.fontsBtn:hover,
.access-navigation li.fontsBtn:focus {
  background: none;
}
.access-navigation li.fontsBtn button {
  background: transparent;
  border: 0;
  color: #fff;
  text-decoration: none;
  width: 40px;
  height: 29px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 22px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  /* @media only screen and (min-width: 768px) and (max-width: 1000px) {
                width: 35px;
                height: 25px;
                font-size: 13px;
              } */
}
.access-navigation li.fontsBtn button:hover,
.access-navigation li.fontsBtn button:hover:focus {
  background: none;
  border: 1px solid rgba(255, 255, 255, 1);
}

.access-navigation li a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
  display: block;
  font-weight: 400;
  /* @media only screen and (min-width: 768px) and (max-width: 1000px) {
            font-size: 13px;
          } */
}

.screenReaderBtn {
  background: rgba(41, 67, 123, 1);
  color: #fff;
  border: 0;
  cursor: pointer;
  height: 26px;
  font-size: 90%;
  border-radius: 1px;
  width: 118px;
}




/* FOOTER CSS */


/* .container-fluid{
    padding:0 15px;
    @media screen and (min-width:991px) {
      padding:0 30px;
    }
  } */
  .footerContainer{
    background: #007C7C ;
    color:#fff;
    position: relative;
    padding:30px 0  0px 0;
}
@media only screen and (min-width:320px) and (max-width:767px){
    .vaccinationServices {
    padding-bottom:20px;
    }
    .bottomFooter p {
        text-align: center;
    }
}
/* .footerContainer .helpline {margin-top:40px;} */
     /* @media only screen and (width: 768px) {
       .helpline {margin-top:10px;}
     } */
    
     .vaccinationServices  h4{
        text-align:left;
        font-size:14px;
        font-weight: 600;
        /* color:#76BFBF; */
        color:#99D9D9;
        text-transform: uppercase;
        margin-bottom:22px;
     }
     .vaccinationServices h4::after{
          content: "";
        display: block;
        /* //border-bottom-color: #76BFBF; */
        border-bottom-color:#99D9D9;
        border-bottom-width: 5px;
        border-bottom-style:solid;
        width: 22px;
        position: relative;
        bottom: -4px; 
        }
      
        .vaccinationServices ul{
        list-style-type: none;
        text-align: left;
        padding:0;
        margin: 0;
        }
        .vaccinationServices ul li{
          margin-bottom: 10px;
          font-weight: 300;
        }
        /* .lang-ml .footerContainer .vaccinationServices ul li a {
          font-size: 9px;
        } */
        .vaccinationServices ul li a{
          color:#fff;
          font-size:12px;
          font-weight: 400;
          /* &:hover, &:focus {text-decoration: underline;} */
  
        }
        .vaccinationServices ul a:hover,
        .vaccinationServices ul a:focus {text-decoration: underline;}
  
      
      /* @media only screen and (min-width: 320px) and (max-width: 767px) {
       margin-bottom: 20px;
          } */
    
    .supportList ul{
      /* // border-right: 1px solid #000; */
  
      @media only screen and (min-width: 320px) and (max-width: 991px) {
        border-right:none;
          }
    }
  
        
    .contactusCol .helpline p{
          
          font-size:12px;
          font-weight: 400;
    }
    .contactusCol .helpline a{
            color:#fff;
            font-weight: 400;
            font-size:12px;
          }
        
        /* @media only screen and (min-width: 320px) and (max-width: 767px) {
          margin-top:0 !important;
            }
        // @media only screen and (min-width: 768px) and (max-width: 991px) {
        //   display: flex; margin-top: 10px;
        //   p {margin-right: 20px;}
        // } */
      
      /* @media only screen and (min-width: 768px) and (max-width: 991px) {
        margin-top:20px;
        } */
        .contactusCol .helpline h4{
          font-weight: 600;
          /* //color:#76BFBF; */
          color:#99D9D9;
          text-transform: uppercase;
        }
    
  
    .footerLogos {
      /* @media only screen and (min-width: 320px) and (max-width: 1000px){
        display: flex;
        align-items: center;
        justify-content: center;
      } */
      margin: 0; padding: 0; margin-top: 0px; text-align: center;
    }
    .footerLogos li {
        list-style-type: none; 
        display: inline-block;
        padding:0 15px;

    }
    .footerLogos li:first-child {margin-bottom: 15px;}
    .footerLogos img {
      
          height: 40px;
          vertical-align: middle;
        }
        /* @media only screen and (min-width: 320px) and (max-width: 767px) {
          display: inline-block;
          :first-child {
            height: 70px;
            margin-bottom: 0px;
          }
  
        } */
        .footerLogos li:nth-child(2) img {
            height: 60px;
        }
    .miniFooter{
      background-color: #015158 ;
      padding:5px 0;
      margin-top:25px;
    }
    .bottomFooter{
      /* //align-items:flex-end; */
      align-items:center;
    }
      .bottomFooter p{
        margin:0;
        font-weight: 400;
        font-size:12px;
      }
      .bottomFooter a{
        color:#fff;
        font-weight: 400;
        font-size:12px;
      }
      .bottomFooter .bottomFooterLinks1{
        text-align: end;
      }
      /* .bottomFooter::after{
          content: "";
          display: inline-block;
          border-bottom-color:#007C7C;
          border-right-width: 1px;
          border-right-style:solid;
          height: 14px;
          position: relative;
          vertical-align: middle;
          right:-13px;
        } */
      
      /* @media only screen and (min-width: 320px) and (max-width: 767px) {
        .copyrightCol{
          display: flex;
          order:3;
          justify-content: center;
          margin-top: 15px;
        }
        .logosCol{
          display: flex;
          order:1;
          justify-content: center;
          margin-top: 15px;
        }
          .bottomFooterCol{
            display: inline-block;
            order:2;
            margin-top: 15px;
            //justify-content: center;
          //   .bottomFooterLinks1,
          //   .bottomFooterLinks2
          //   {
          //     justify-content: center;
          //     text-align: center;
          // }
         
          // .newfooterLinks{
          //   ul{
          //    padding:0;
          //    li{
          //      list-style: none;
          //      display:inline-block;
          //      padding:10px 0;
          //    }
              
          //   }
          // }
        }
  
      }
    }
  }
  
  
  .nhaImg{
    height: 40px !important;
    @media only screen and (min-width:320px) and (max-width:767px){
      height:50px !important;
    }
  }
  
  ul.contact_numbers {
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 15px 0;
    border: solid #fff;
    border-width: 1px 0;
  
    li {
      display: inline-block;
      white-space: nowrap;
      padding: 5px 10px;
      font-size: 13px;
      @media only screen and (min-width:320px) and (max-width:360px){
        padding: 5px 0px;
        font-size: 11px;
      }
      width: 50%;
  
      span {
        font-weight: 500;
        font-size: 12px;
      }
    }
  }
  */
    .helplineContacts h4{
      text-align:left;
      font-size:14px;
      font-weight: 600;
      /* //color:#76BFBF; */
      color:#99D9D9;
      margin-bottom: 5px;
      @media only screen and (min-width:320px) and (max-width:359px){
        font-size:10px;
      }
      @media only screen and (min-width:360px) and (max-width:414px){
        font-size:12px;
      }
    }
    .helplineContacts ul{
      border: solid #015158;
      border-width: 1px 0 0 0;
      list-style-type: none;
      text-align: left;
      padding:15px 0 ;
      margin: 0;
      display: flex;
      justify-content: space-between;

    }
    .helplineContacts ul  li{
        margin-bottom: 10px;
        font-weight: 300;
        @media only screen and (min-width:320px) and (max-width:359px){
          font-size:10px;
        }
        @media only screen and (min-width:320px) and (max-width:359px){
          font-size:12px;
        }
      }
      .helplineContacts ul li a{
        color:#fff;
        font-size:12px;
        font-weight: 400;
        
    }
    .helplineContacts ul li a:hover, 
    .helplineContacts ul li a:focus {text-decoration: underline;}
  /* Language  menu */
  a.language-menu {
    color:#fff !important;
    font-size: 12px;
  }
  .language-menu-dropdown {
      max-width: 185px;
      padding-top:0 !important;
  }
  .language-menu-dropdown a {
      padding: 10px 20px;
  }
  .language-menu-dropdown a:hover {
      background: rgba(0,0,0,.04);
      /* padding: 0 20px; */
  }
  .dropdown-item {
    font-size: 14px;
    color:#000;
    line-height: 30px;
    /* height: 40px; */
    font-weight: 600;
  }
  .newregisterBtn button {
    background: #fff0;
    float: right;
    padding: 5px;
    height: 40px;
    position: relative;
    top: 3px;
    border: 0px solid #fff0;
  }
    .registerIcon1,
    .registerIcon2,
    .registerIcon3 {
      background-color: #fff;
      width: 5px;
      height: 5px;
      margin-bottom: 5px;
      border-radius: 10px;
      display: flex;
    }
    

    /* mobile menu */
    .registerMenuTabDropdowns{
        right:0;
        left:auto;
        top:82%;
    }
    .registerIcon1,
      .registerIcon2,
      .registerIcon3 {
        background-color: #fff;
        width: 5px;
        height: 5px;
        margin-bottom: 5px;
        border-radius: 10px;
        display: flex;
      }
     .registerMenuTab::after {
          display: none;
      }

/* menu links display queries */
.tabOnly {
    display:none;
}
@media only screen and (max-width: 990px) {
.tabOnly {
    display:block;
}
}
.noDesktop {
    display: none;
}
            @media only screen and (min-width: 320px) and (max-width: 990px) {
                .noMobile {
                    display: none !important;
                }
                .noDesktop {
                    display: block;
                }
            }
/* register button for mobile  */
.loginBtnMobile {
    position: absolute;
    top: 18px;
    right: 45px;
  
    /* @media only screen and (min-width: 767px) and (max-width: 990px) {
      right: 45px;
      top:15px;
    } */
}
  
    .loginBtnMobile a {
      border: #fff solid 2px;
      color: #fff !important;
      padding: 9px 25px !important;
      text-decoration: none;
      border-radius: 30px;
      font-weight: 500 !important;
      line-height: 1.5 !important;
      text-align: center;
      font-size: 12px !important;
  
      @media only screen and (min-width: 320px) and (max-width: 414px) {
        padding: 5px 14px !important;
      }
    }

    .share_link.email img {
        width: 32px;
    }
    @media only screen and (min-width: 320px) and (max-width: 767px) {
    li.mobile-hide {
          display: none;
        }
    }

    /* ******************boostrap carousel css */
    @media (max-width: 768px) {
        .carousel-inner {
          display: flex;
        }
        .carousel-item {
          margin-right: 0;
          flex: 0 0 100%;
          display: block;
        }
        .carousel-control-prev{
            left:70% !important;
        } 
      }
      @media (max-width: 480px) {
        .carousel {
            padding-bottom:20px;
        }
        .carousel-item {
          margin-right: 0;
          flex: 0 0 100%;
          display: block;
        }
        .carousel-control-prev{
            left:70% !important;
            margin-bottom: 15px;
        } 
        .sharePoster {
            padding: 0 10px;
          }
          .shareSocialPanel h6 {
           margin-top: 25px;
        }
        .socialIcons img {
            width: 40px;
            height: 40px;
          }
          .share_link {
              padding:5px
          }
          .share_link {
              margin-top: 5px;
              display: inline-block;
          }
          .share_link.email img{
           width: 42px;
           height: 42px;
        }
      }
      @media screen and (min-width:481px) and (max-width: 767px) {
      
        .carousel-item {
          margin-right: 0;
          flex: 0 0 50%;
          display: block;
        }
        .carousel-control-prev{
            left:70% !important;
        } 
      }
      @media (min-width: 768px) {
        .carousel-inner {
          display: flex;
        }
        .carousel-item {
          margin-right: 0;
          flex: 0 0 33.333%;
          display: block;
        }
        .carousel-inner{
            padding: 0;
        }
      }
      
      
    .carousel-control-prev, .carousel-control-next{
        background-color: #fff;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        top: 100%;
        transform: translateY(-50%);
        border:1px solid #c8c4e7;
        cursor: pointer;
    } 
            @media screen and (min-width:768px){
                .carousel-control-prev, .carousel-control-next{
                    display:none;
                }
            }
    .carousel-control-prev {
        left:90%;
    }
    .carousel-control-prev:hover {
        border-color: #017e7e;
    }
    .carousel-control-prev-icon{
        /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); */
        filter: invert(100%);
    }
    .carousel-control-next {
        right: 3%;
    } 
    .carousel-control-next-icon{
        /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); */
        filter: invert(100%);
    }
    .visually-hidden {
        position: absolute!important;
        width: 1px!important;
        height: 1px!important;
        padding: 0!important;
        margin: -1px!important;
        overflow: hidden!important;
        clip: rect(0,0,0,0)!important;
        white-space: nowrap!important;
        border: 0!important;
    }