@font-face {
  font-family: roboto_bold;
  src: url(../fonts/Roboto-Bold.ttf); }
@font-face {
  font-family: roboto_regular;
  src: url(../fonts/Roboto-Regular.ttf); }
@font-face {
  font-family: khand_bold;
  src: url(../fonts/Khand-Bold.ttf); }
/* devanagari */
@font-face {
  font-family: "Noto Sans Devanagari";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/notosansdevanagari/v25/TuG7UUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHN5TV_9qo.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09; }
/* latin-ext */
@font-face {
  font-family: "Noto Sans Devanagari";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/notosansdevanagari/v25/TuG7UUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHN6jV_9qo.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: "Noto Sans Devanagari";
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/notosansdevanagari/v25/TuG7UUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHN5DV_.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
* {
  font-family: roboto_regular; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

body {
  margin: 0; }

* {
  box-sizing: border-box; }

.hidden-xs {
  display: block; }
  @media (max-width: 767px) {
    .hidden-xs {
      display: none !important; } }

.btn_agm {
  position: relative;
  display: inline-flex;
  background-color: #ffffff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.25);
  letter-spacing: 0px;
  border-radius: 50px;
  text-align: center;
  color: #005298;
  font-size: 16px;
  padding: 8px 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer; }
  .btn_agm:hover {
    background-color: #72bd44;
    color: #ffffff; }
  .btn_agm.btn_agm1 {
    color: #ffffff;
    background-color: #72bd44; }
    .btn_agm.btn_agm1:hover {
      color: #005298;
      background-color: #ffffff; }

#agm_page {
  overflow-x: hidden; }
  #agm_page .agm_main_section {
    display: flex; }
    @media (max-width: 767px) {
      #agm_page .agm_main_section {
        flex-direction: column; } }
    #agm_page .agm_main_section #agmLeft {
      width: 35%;
      padding: 25px; }
      @media screen and (max-width: 1200px) {
        #agm_page .agm_main_section #agmLeft {
          width: 40%;
          padding: 40px 30px; } }
      @media (max-width: 767px) {
        #agm_page .agm_main_section #agmLeft {
          width: 100%;
          padding: 20px 36px 30px; } }
      #agm_page .agm_main_section #agmLeft .transforming_together_img {
        width: 80%; }
        @media (max-width: 767px) {
          #agm_page .agm_main_section #agmLeft .transforming_together_img {
            margin: 0;
            width: 100%; } }
      #agm_page .agm_main_section #agmLeft .flx_bx .logo {
        width: 200px;
        padding-bottom: 25px; }
        @media screen and (max-width: 767px) {
          #agm_page .agm_main_section #agmLeft .flx_bx .logo {
            width: 150px;
            padding: 0px 0px 30px; } }
      #agm_page .agm_main_section #agmLeft .mainn_head {
        font-family: roboto_bold;
        font-size: 24px;
        line-height: 1.2;
        font-weight: 700;
        color: #005298;
        margin: 0;
        width: fit-content; }
        @media (max-width: 1199px) {
          #agm_page .agm_main_section #agmLeft .mainn_head {
            font-size: 30px; } }
        @media (max-width: 767px) {
          #agm_page .agm_main_section #agmLeft .mainn_head {
            padding: 0; } }
      #agm_page .agm_main_section #agmLeft .para_text_main {
        font-size: 14px;
        font-family: roboto_regular;
        color: #000;
        margin: 10px 0 20px; }
        @media (max-width: 767px) {
          #agm_page .agm_main_section #agmLeft .para_text_main {
            padding: 0; } }
      #agm_page .agm_main_section #agmLeft .btm_btns a {
        display: flex;
        gap: 10px;
        font-size: 14px;
        line-height: 1.4;
        color: #005298;
        border-bottom: 1px solid #005298;
        text-decoration: none;
        width: max-content;
        padding: 10px 0; }
    #agm_page .agm_main_section #agmRight {
      width: 65%;
      padding: 25px;
      position: relative;
      background-color: #005298; }
      @media screen and (max-width: 1200px) {
        #agm_page .agm_main_section #agmRight {
          width: 70%; } }
      @media screen and (max-width: 991px) {
        #agm_page .agm_main_section #agmRight {
          padding: 30px 20px; } }
      @media (max-width: 767px) {
        #agm_page .agm_main_section #agmRight {
          width: 100%;
          padding: 30px 20px; } }
      @media screen and (max-width: 767px) {
        #agm_page .agm_main_section #agmRight .selectBox {
          display: none; } }
      #agm_page .agm_main_section #agmRight .timer_main {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        @media screen and (max-width: 991px) {
          #agm_page .agm_main_section #agmRight .timer_main {
            flex-direction: column-reverse;
            align-items: flex-end;
            gap: 20px; } }
        @media screen and (max-width: 767px) {
          #agm_page .agm_main_section #agmRight .timer_main {
            align-items: flex-start; } }
        #agm_page .agm_main_section #agmRight .timer_main .CountTimer {
          display: flex;
          gap: 20px; }
          #agm_page .agm_main_section #agmRight .timer_main .CountTimer .DateBx {
            font-size: 26px;
            line-height: 1;
            font-weight: 900;
            color: #fff;
            display: flex;
            flex-direction: column;
            padding: 8px;
            text-align: center;
            width: 66px;
            height: 58px;
            border-radius: 10px;
            border: 1px solid #71b32f;
            background: #4e96e2;
            background: linear-gradient(90deg, rgba(78, 150, 226, 0.2) 0%, rgba(171, 214, 99, 0.2) 100%); }
            #agm_page .agm_main_section #agmRight .timer_main .CountTimer .DateBx span {
              font-size: 10px;
              line-height: 1.4;
              font-weight: 500;
              text-transform: uppercase; }
      #agm_page .agm_main_section #agmRight .br_lf .para_text {
        font-size: 20px;
        line-height: 1.4;
        padding: 20px 0 10px;
        margin: 0;
        color: #fff; }
        #agm_page .agm_main_section #agmRight .br_lf .para_text span {
          font-size: 24px;
          line-height: 1.4;
          font-family: roboto_bold; }
      #agm_page .agm_main_section #agmRight .br_lf .DateBox {
        display: flex;
        padding-bottom: 20px; }
        @media screen and (max-width: 991px) {
          #agm_page .agm_main_section #agmRight .br_lf .DateBox {
            flex-direction: column;
            gap: 15px; } }
        #agm_page .agm_main_section #agmRight .br_lf .DateBox .Date {
          display: flex;
          gap: 10px; }
          #agm_page .agm_main_section #agmRight .br_lf .DateBox .Date p {
            font-size: 20px;
            line-height: 1.4;
            color: #fff;
            margin: 0; }
          #agm_page .agm_main_section #agmRight .br_lf .DateBox .Date:first-child {
            padding-right: 25px;
            border-right: 1px solid rgba(255, 255, 255, 0.4); }
            @media screen and (max-width: 991px) {
              #agm_page .agm_main_section #agmRight .br_lf .DateBox .Date:first-child {
                padding: 0;
                border: 0; } }
          #agm_page .agm_main_section #agmRight .br_lf .DateBox .Date:last-child {
            padding-left: 25px; }
            @media screen and (max-width: 991px) {
              #agm_page .agm_main_section #agmRight .br_lf .DateBox .Date:last-child {
                padding: 0; } }
      #agm_page .agm_main_section #agmRight .br_lf .btn_sec {
        display: flex;
        gap: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(78, 150, 226, 0.3); }
        @media screen and (max-width: 991px) {
          #agm_page .agm_main_section #agmRight .br_lf .btn_sec {
            flex-direction: column; } }
        @media screen and (max-width: 767px) {
          #agm_page .agm_main_section #agmRight .br_lf .btn_sec {
            padding-bottom: 30px; } }
        @media screen and (max-width: 991px) {
          #agm_page .agm_main_section #agmRight .br_lf .btn_sec .btn_agm {
            width: fit-content; } }
      #agm_page .agm_main_section #agmRight .br_lf .flex_box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 20px; }
        @media screen and (max-width: 767px) {
          #agm_page .agm_main_section #agmRight .br_lf .flex_box {
            flex-direction: column;
            gap: 30px;
            padding-top: 30px; } }
        #agm_page .agm_main_section #agmRight .br_lf .flex_box .flex_left {
          position: relative;
          width: 40%; }
          @media screen and (max-width: 767px) {
            #agm_page .agm_main_section #agmRight .br_lf .flex_box .flex_left {
              width: 100%; } }
          #agm_page .agm_main_section #agmRight .br_lf .flex_box .flex_left .play_icon {
            position: absolute;
            right: 15px;
            bottom: 15px; }
          #agm_page .agm_main_section #agmRight .br_lf .flex_box .flex_left .image1 {
            width: 100%;
            border-radius: 10px; }
        #agm_page .agm_main_section #agmRight .br_lf .flex_box .flex_right {
          width: 55%; }
          @media screen and (max-width: 767px) {
            #agm_page .agm_main_section #agmRight .br_lf .flex_box .flex_right {
              width: 100%; } }
          #agm_page .agm_main_section #agmRight .br_lf .flex_box .flex_right h4 {
            font-size: 25px;
            line-height: 1.2;
            color: #72bd44;
            margin: 0px 0 15px 0; }
          #agm_page .agm_main_section #agmRight .br_lf .flex_box .flex_right p {
            font-size: 14px;
            line-height: 1.4;
            margin: 0 0 15px 0;
            color: #ffffff; }
          #agm_page .agm_main_section #agmRight .br_lf .flex_box .flex_right .btn_agm {
            margin-top: 5px; }
            @media screen and (max-width: 767px) {
              #agm_page .agm_main_section #agmRight .br_lf .flex_box .flex_right .btn_agm {
                margin-top: 10px; } }

.hide {
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -o-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8) !important; }

.close {
  position: absolute;
  right: 0;
  top: 10px;
  width: 20px;
  height: 20px;
  font-size: 0;
  cursor: pointer; }
  @media (max-width: 767px) {
    .close {
      top: 15px; } }

.close:before,
.close:after {
  content: "";
  position: absolute;
  background: #fff;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -webkit-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in; }
  @media (max-width: 767px) {
    .close:before,
    .close:after {
      top: -5px !important; } }

.close:after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.banner-pop-up {
  position: fixed;
  top: 0px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  place-content: center;
  background-color: rgba(0, 0, 0, 0.6); }

.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  background-color: #005298;
  max-width: 500px;
  padding: 20px;
  border-radius: 10px; }
  @media (max-width: 767px) {
    .popup {
      width: 95%; } }
  .popup .pop-body {
    text-align: center;
    margin-top: 10px; }
    .popup .pop-body .btn_agm {
      margin-bottom: 10px;
      display: block;
      box-shadow: unset; }

.popup-header {
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  font-family: roboto_bold;
  margin-bottom: 20px;
  color: #fff; }
  .popup-header .btn_vedanta_default {
    position: absolute;
    left: 20px;
    bottom: 0;
    text-transform: capitalize; }
    @media (max-width: 767px) {
      .popup-header .btn_vedanta_default {
        left: 10px;
        bottom: 10px;
        margin: 0;
        padding: 5px 10px; } }
  @media (max-width: 767px) {
    .popup-header img {
      width: 100%; } }

.hi * {
  font-family: "Noto Sans Devanagari" !important; }

.selectBox {
  text-align: end; }
  .selectBox select {
    display: inline-block !important;
    position: relative !important;
    height: 38px !important;
    width: 100px !important;
    background-color: #ffffff !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    padding: 0 10px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background: #ffffff !important;
    background-image: url(https://sites.tinglabs.in/projects/vedanta-frontend/img/chevron-green.png) !important;
    background-repeat: no-repeat !important;
    background-position: 90% !important;
    border: 0; }
    @media (max-width: 992px) {
      .selectBox select {
        height: 28px !important; } }
    @media (max-width: 767px) {
      .selectBox select {
        border: 1px solid #000; } }
    .selectBox select:focus {
      border: none;
      outline: 0; }

#selectBx {
  text-align: end; }
  @media (max-width: 767px) {
    #selectBx {
      width: 100px; } }
  #selectBx .selectBox {
    display: inline-block; }

@media (max-width: 767px) {
  .flx_bx {
    display: flex;
    justify-content: space-between; } }
@media (max-width: 767px) {
  .flx_bx #selectBx {
    order: 2; } }
@media (max-width: 767px) {
  .flx_bx .logo {
    order: 1; } }

/*# sourceMappingURL=agm2.css.map */
