@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");

@media print {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

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

  ::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555;
  }

  body {
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS";
  }
  @font-face {
    font-family: "Trebuchet MS";
    src: url("../fonts/TrebuchetMS-Bold.woff2") format("woff2"),
      url("../fonts/TrebuchetMS-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Trebuchet MS";
    src: url("../fonts/TrebuchetMS.woff2") format("woff2"),
      url("../fonts/TrebuchetMS.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "bc-novatica-cyr";
    src: url("https://use.typekit.net/af/d008cd/00000000000000007735b6d3/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n6&v=3")
        format("woff2"),
      url("https://use.typekit.net/af/d008cd/00000000000000007735b6d3/30/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n6&v=3")
        format("woff"),
      url("https://use.typekit.net/af/d008cd/00000000000000007735b6d3/30/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n6&v=3")
        format("opentype");
    font-display: swap;
    font-style: normal;
    font-weight: 600;
  }
  sup {
    font-size: 13px;
    /* color: green; */
  }
  ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
  }
  .menu__inner__section > li > a.active {
    background: #fff;
    color: #000;
    border-radius: 5px;
  }

  .main__container {
    max-width: 1200px;
    margin: auto;
  }

  .over__Section {
    max-width: 1000px;
    margin: auto;
    position: relative;
  }

  .logo__section > ul > li:first-child img {
    background: #fff;
    border-radius: 100%;
  }

  .logo__section > ul > li > div > span {
    vertical-align: top;
    margin: 20px 0px 0 20px;
    display: inline-block;
  }

  .logo__section > ul > li > div > span > img {
    max-width: 120px;
  }

  .banner__section > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .logo__section > ul {
    display: flex;
  }
  .logo__section > ul > li {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 35px;
  }

  .banner__section > img:last-child {
    display: none;
  }

  .text__align__center,
  .over__Section .text__align__center > p {
    text-align: center;
  }

  .over__Section .text__align__center > p {
    font-size: 20px;
  }

  .text__align__center > h3 {
    font-size: 22px;
    padding-bottom: 15px;
  }

  .logo__section > ul > li img {
    height: 70px;
  }
  .header__section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
  }
  .logo__section {
    position: absolute;
    z-index: 9;
    bottom: 15px;
    transform: translateX(-50%);
    left: 50%;
  }
  .logo__section > ul > li > span {
    color: #fff;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
  }

  .menu__inner__section > li:last-child > a {
    background: #e9511d;
    border-radius: 5px;
    color: #fff;
  }
  .header--logo__section > a > img {
    max-width: 100px;
  }

  .print__joseph,
  .print__tapan {
    margin-top: 50px !important;
  }
  .print__saru {
    margin-top: 40px !important;
  }
  .sprint__ajay_prakash {
    margin-top: 80px !important;
  }
  .print__tashwinder {
    margin-top: 60px !important;
  }
  .print__seventy {
    margin-top: 70px !important;
  }
  .print__ghosh {
    margin-top: 20px !important;
  }

  .menu__inner__section > li:last-child:hover > a {
    background: #e9511d;
    color: #fff;
  }
  .partnership_logo > span:last-child a:last-child {
    margin-top: 8px;
  }

  .overview button {
    text-align: center;
    margin: auto;
    display: block;
    background-color: aquamarine;
    color: #fff;
    padding: 15px;
    cursor: pointer;
  }
  .overview button {
    text-align: center;
    margin: auto;
    display: block;
    background-color: aquamarine;
    color: #fff;
    padding: 15px;
    border: 0;
    font-size: 16px;
    border-radius: 5px;
  }

  .menu__inner__section {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .menu__inner__section > li > a {
    color: #fff;
    padding: 10px 12px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 5px;
    font-family: "bc-novatica-cyr";
    font-size: 14px;
  }

  .menu__inner__section > li > a:hover {
    background-color: #fff;
    border-radius: 5px;
    color: #000;
  }
  .overview {
    padding: 30px 0;
  }

  .overview h2 {
    text-transform: capitalize;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 25px;
    font-family: "bc-novatica-cyr";
  }
  .over__Section h3 {
    color: orange;
    font-size: 20px;
    font-family: "bc-novatica-cyr";
    font-weight: 600;
  }
  .all_time {
    color: green;
    padding: 15px 0 0;
  }
  .over__Section > span {
    font-size: 12px;
    padding-bottom: 30px;
    display: block;
  }
  .over__sec--head > span {
    font-size: 17px;
    font-weight: 700;
    color: #4a8ffd;
    display: block;
    padding-bottom: 5px;
  }
  .heading__setting--output {
    font-weight: 700;
    font-size: 16px;
    font-family: "Trebuchet MS";
    /* padding-bottom: 5px; */
  }
  .over__Section > ul > li {
    padding: 5px 0px;
    font-size: 15px;
    line-height: 24px;
    position: relative;
  }
  .over__Section > ul > li:before {
    content: "";
    background: #000;
    height: 2px;
    width: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  .over__Section > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .overview p {
    font-size: 15px;
    line-height: 22px;
    /* padding-bottom: 20px; */
    text-align: justify;
    font-family: "Trebuchet MS";
  }
  .over__Section_desc {
    margin: 0 auto 15px;
  }
  .over__Section p span {
    /* display: block; */
    color: #06bae3;
    font-size: 16px;
    font-weight: bold;
  }
  .banner__section {
    height: 100%;
    overflow: hidden;
    background: url(../images/background.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
  }

  .banner__section {
    height: 100%;
    overflow: hidden;
    background: url(../images/background.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  .banner__section h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    /*margin-top: 50px;*/
  }
  .speaker_head {
    color: #ff7041;
    font-weight: bold;
    font-size: 18px !important;
  }
  .fix__video__issue.banner__agenda .banner__section h1 {
    margin-top: 50px;
  }
  .banner__section video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }

  .remark__content__section > h2 > a {
    color: blue;
  }
  .remark__content__section_profile {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 15px auto auto;
    flex-wrap: wrap;
  }
  .remark__content__section_profile_block {
    display: flex;
    max-width: 34%;
    align-items: center;
    margin: 0 8px 20px;
  }
  .remark__content__section_profile.single_speaker
    .remark__content__section_profile_block {
    max-width: 100%;
  }
  .remark__content__section_profile.double-speaker
    .remark__content__section_profile_block,
  .remark__content__section_profile.four-speaker
    .remark__content__section_profile_block {
    max-width: 47%;
    width: 47%;
  }
  .remark__content__section_profile.three-speaker
    .remark__content__section_profile_block {
    max-width: 47%;
    width: 47%;
  }

  .remark__content__section > h2 > span {
    color: #888;
  }

  .profile_block_image {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 10px;
    box-shadow: rgb(0 0 0 / 10%) 0 0 15px 0;
    border-radius: 100%;
  }
  .profile_block_image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 100%;
    padding: 5px;
  }
  .profile_block_info {
    display: inline-block;
    /*overflow: hidden;*/
  }
  .remark__content__section_profile span.profile_block_info p {
    font-size: 16px;
    text-align: left;
  }
  /*.remark__content__section_profile span.profile_block_info p:nth-child(2),*/
  .chanage__color {
    color: #4a8ffd;
  }
  /*
.menu__Section,
.menu__inner__section {
  height: 72px;
}
*/
  .menu__Section {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 9;
  }

  .fix__video__issue {
    position: relative;
    height: 380px;
  }

  .fix__video__issue.banner__agenda {
    height: 280px;
  }

  .overview button {
    text-align: center;
    margin: 30px auto 0;
    display: block;
    color: #fff;
    padding: 15px 25px;
    border: 0;
    font-size: 16px;
    border-radius: 5px;
    background: #402935;
    background: -moz-linear-gradient(
      -45deg,
      #402935 0%,
      #1f1860 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      -45deg,
      #402935 0%,
      #1f1860 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      135deg,
      #402935 0%,
      #1f1860 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#402935', endColorstr='#1f1860',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  }

  .remark_section {
    max-width: 1000px;
    padding: 50px 30px;
    box-shadow: 2px 0px 10px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 0px 10px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 0px 10px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin: 15px auto 0;
  }
  .remark__content__section > p > span,
  .remark__content__section > h3 > span,
  .remark__content__section span.speak {
    color: #4a8ffd;
    font-weight: 600;
  }
  .remark__content__section > p,
  .remark__content__section > h3 {
    color: #4a8ffd;
  }
  .remark__content__section > h3 {
    font-weight: 700;
    font-size: 15px;
    padding: 0 0 5px 0;
  }
  .remark__content__section > p {
    font-size: 15px;
    line-height: 22px;
  }

  .remark__content__section > p.black__color {
    color: #000;
  }

  .remark__content__section span.speak {
    display: block;
    padding: 5px 0;
  }

  .remark__content__section > ul > li {
    font-size: 15px;
    padding: 5px 0;
    color: #6d679e;
  }
  .remark__content__section > ul > li > span {
    color: #000;
  }
  .remark_content {
    display: flex;
    /* margin-bottom: 40px; */
  }
  .remark__content__section > h2 {
    font-size: 16px;
    padding-bottom: 5px;
    /* font-family: "Trebuchet MS";
  font-weight: 700; */
  }
  .remark__content__section > h2 > span {
    color: #888;
  }
  .remark__content__section > h2 > a {
    text-decoration: none;
    color: blue;
  }
  .remark__content__section > h2 > a:hover {
    text-decoration: underline;
    color: #6d679e;
  }
  .remark__content__section > h2 > i {
    font-size: 11px;
    font-weight: normal;
  }
  .remark_content > div:first-child {
    flex: 0 0 14%;
    max-width: 14%;
    border-right: 1px dashed #4a8ffd;
    padding-bottom: 40px;
    margin-right: 25px;
    padding-right: 20px;
  }
  .remark_content > div:last-child {
    padding-bottom: 40px;
    position: relative;
  }
  .remark_content > div:last-child:before {
    content: "";
    background: #4a8ffd;
    width: 13px;
    height: 13px;
    display: block;
    border-radius: 100%;
    position: absolute;
    left: -35px;
    border: 4px solid #c4dbff;
  }
  /* .remark_content div + span {
  width: 14px;
  height: 14px;
  background: #4a8ffd;
  border-radius: 50%;
  position: relative;
  margin: 0 20px;
  border-right: 1px dashed #4a8ffd;
}
.remark_content div + span:before {
  content: "";
  height: 70px;
  width: 1px;
  display: block;
  text-align: center;
  margin: 0 auto;
  border-left: 1px dashed #4a8ffd;
}
.remark_content div + span:after {
  content: "";
  width: 24px;
  height: 24px;
  background: #4a8ffd;
  display: block;
  top: -5px;
  position: absolute;
  border-radius: 50%;
  left: -5px;
  right: 0;
  text-align: center;
  opacity: 0.4;
} */

  .top--logo--section {
    padding: 5px 0;
    background: rgba(0, 0, 0, 0.5);
    /*border-bottom: 1px solid #eee;*/
  }

  .top--logo--section_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .top--logo__section__left {
    display: flex;
    align-items: center;
  }
  .top--logo__section__left > div {
    padding: 0 10px;
  }
  .top--logo__section__left > div > a > img {
    max-height: 40px;
  }

  .partnership_logo {
    color: #fff;
    font-size: 15px;
    flex: 0 0 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .partnership_logo > span:last-child {
    display: flex;
    align-items: center;
  }
  .partnership_logo > span > a > img.gift {
    max-width: 35px;
    border-radius: 5px;
  }

  .partnership_logo > span > a > img {
    max-width: 90px;
    object-fit: contain;
    margin: 0 10px;
  }

  .footer__section {
    background: #261d70;
    padding: 10px 0;
    color: #fff;
    clear: both;
  }
  .footer__section__div {
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "bc-novatica-cyr";
  }
  .footer__section__div > ul {
    display: flex;
  }
  .footer__section__div > div {
    font-size: 14px;
    font-weight: 600;
  }
  .footer__section__div > a {
    font-weight: 600;
  }
  .footer__section__div > ul > li > a {
    padding: 0 5px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-right: 1px solid #fff;
  }
  .footer__section__div > ul > li:last-child > a {
    border-right: 0;
  }

  div.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #221a6a;
    right: 0;
    left: 0;
    max-width: 100%;
  }
  div.sticky > .header__section {
    max-width: 1200px;
    margin: auto;
    padding: 10px 0;
  }
  .sticky .menu__inner__section > li:last-child > a {
    background-color: #e9511d;
  }

  #menu__section > li {
    position: relative;
  }
  ul#menu__section > li:hover ul {
    display: block;
  }
  ul#menu__section > li > ul {
    display: none;
    position: absolute;
    background: #fff;
    padding: 10px 0;
    border-radius: 5px;
    left: -200px;
    width: 100%;
    min-width: 300px;
    top: 30px;
  }
  ul#menu__section > li > ul > li {
    padding: 10px;
    border-bottom: 1px solid #eee;
  }
  ul#menu__section > li > ul > li:hover {
    background: #f5f5f5;
  }
  ul#menu__section > li > ul > li > a sup {
    color: green;
  }
  ul#menu__section > li > ul > li > a {
    padding-left: 10px;
  }
  #menu__section > li ul li:last-child sup {
    color: #606060;
  }
  ul#menu__section > li > ul > li:first-child:hover {
    background: #fff;
  }
  ul#menu__section > li > ul > li > a {
    text-decoration: none;
    color: #000;
  }

  ul#menu__section > li > ul > li:last-child {
    border: 0;
  }
  ul#menu__section > li > ul > li > span {
    font-weight: 600;
  }
  .ifsc > a > span {
    color: #fff;
    padding-left: 7px;
    font-size: 11px;
    font-family: "bc-novatica-cyr";
    font-weight: 600;
  }

  .top--logo__section__left > div > a {
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  .partnership_logo > span {
    font-size: 11px;
    font-family: "bc-novatica-cyr";
    font-weight: 600;
  }
  .top--logo__section__left > div:first-child a {
    cursor: text;
  }

  div#countdown {
    position: absolute;
    bottom: 0;
    /* background: rgba(255, 255, 255, 0.8); */
    z-index: 8;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
  }

  div#countdown .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    color: #221a6a;
  }

  div#countdown > div {
    margin: 0 8px;
    max-width: 70px;
  }

  div#countdown .wrapper span.time {
    font-size: 35px;
    font-family: "bc-novatica-cyr";
    font-weight: 600;
  }

  div#countdown .wrapper span.labels {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .register__fixed {
    position: fixed;
    right: 0;
    z-index: 9;
    transform: translateY(-50%);
    top: 70%;
    background: #8e5355;
    max-width: 200px;
    padding: 15px;
    border-radius: 5px 0 0 5px;
  }

  .register__fixed > span {
    position: absolute;
    top: -10px;
    left: -10px;
    background: #fff;
    width: 20px;
    height: 20px;
    font-family: "Trebuchet MS";
    font-size: 14px;
    display: block;
    border-radius: 100%;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  }
  .register__fixed > p {
    font-size: 13px;
    text-align: center;
    color: #fff;
    padding-bottom: 10px;
  }
  .register__fixed > a {
    display: block;
    background: #fff;
    text-decoration: none;
    padding: 8px;
    text-align: center;
    border-radius: 5px;
    color: #000;
    max-width: 130px;
    margin: auto;
    font-family: "bc-novatica-cyr";
    font-size: 14px;
    font-weight: 600;
  }
  .remark__content__section_profile span.profile_block_info p > i {
    font-size: 11px;
  }
  p.chanage__color > i {
    color: #000;
  }

  .remark_content > div > p {
    display: flex;
    justify-content: space-between;
    padding-bottom: 7px;
  }

  .remark_content > div > p span.red {
    color: #ff7041;
  }

  .remark_content > div > p span.green {
    color: #00b34d;
  }
  .footer__section__div > ul {
    display: none !important;
  }

  .banner__section > ul {
    position: absolute;
    bottom: 40px;
    display: flex;
    color: #fff;
    /* max-width: 1200px; */
    width: 100%;
    margin: auto;
    justify-content: center;
  }

  .banner__section > ul > li {
    padding: 0 20px;
    border-right: 1px solid #fff;
    line-height: 11px;
  }

  .banner__section > ul > li:last-child {
    border: 0;
  }

  .call-for-action-container {
    width: 950px;
    margin: 0 auto;
  }
  .call-for-action-container > p {
    margin-bottom: 10px;
  }
  .call-for-action-container > div p {
    margin-bottom: 5px;
  }
  .call-for-action-rewards + div {
    text-align: center;
    margin-top: 20px;
  }
  .call-for-action-container > div a {
    color: #fff;
    margin-top: 15px;
    display: inline-block;
    background: #e9511d;
    padding: 10px 15px;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 5px;
    text-transform: uppercase;
  }
  .call-for-action-rewards {
    box-shadow: 2px 0px 10px 5px rgb(0 0 0 / 10%);
    padding: 30px;
    border-radius: 18px;
    margin: 45px auto 0;
  }
  .call-for-action-rewards h4 {
    font-size: 18px;
    color: #4033b5;
    margin-bottom: 15px;
  }
  .call-for-action-container p span {
    color: #e7512b;
    margin-right: 7px;
  }

  /*a.download__button {
    position: absolute;
    right: 0;
    background: #e9511d;
    padding: 10px 15px;
    color: #fff;
    font-size: 15px;
    font-family: 'bc-novatica-cyr';
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    top: 0;
    display: none;
}*/

  .rewards__section > ul {
    display: flex;
    justify-content: space-between;
  }
  .rewards__section > ul > li {
    flex: 0 0 20%;
    max-width: 20%;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .rewards__section > ul {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
  }

  .rewards__section {
    padding: 60px 0;
  }
  .rewards__section > h2 {
    text-align: center;
    padding-bottom: 50px;
    font-family: "bc-novatica-cyr";
    font-size: 30px;
    font-weight: 600;
    color: #221a6a;
  }
  .rewards__section > ul > li > p {
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
  }
  .reward__section__image {
    width: 100px;
    height: 100px;
    border: 1px solid #ddd;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .show__price__count {
    background: #ecf1f9;
    padding: 50px;
  }

  .show__price__count > ul > li > div {
    background: #fff;
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 0 11px 3px rgb(0 0 0 / 13%);
  }

  .show__price__count > ul {
    display: flex;
    justify-content: center;
  }
  .show__price__count > ul > li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 20px;
  }

  .show__price__count > h3 {
    text-align: center;
    padding-bottom: 30px;
  }
  .show__price__count > ul > li > div > p {
    text-align: center;
    padding-top: 10px;
  }

  .show__price__count > ul > li > div > h4 {
    font-size: 27px;
    font-family: "bc-novatica-cyr";
    color: #e9511d;
  }
  .regsiter__now__btn__section > a {
    background: #e9511d;
    text-decoration: none;
    color: #fff;
    padding: 12px 20px;
    display: inline-block;
    margin-top: 30px;
    border-radius: 5px;
    font-family: "bc-novatica-cyr";
    font-weight: 600;
  }
  .register__fixed,
  a.download__button {
    display: none !important;
  }
  div.sticky {
    position: static !important;
  }

  .print_col-section {
    margin-top: 30px !important;
  }
  .print_col-section_ashi,
  .print_col-section_tan {
    margin-top: 70px !important;
  }
  .print_col-section_tamal {
    margin-top: 20px !important;
  }

  .remark__content__section > h2 > span {
    color: #888;
  }

  @media (max-width: 767px) {
    .show__price__count {
      padding: 20px;
    }
    .rewards__section > h2 {
      max-width: unset !important;
      padding-bottom: 20px !important;
      font-size: 20px !important;
    }

    .rewards__section > ul,
    .show__price__count > ul {
      flex-wrap: wrap;
    }
    .rewards__section > ul > li,
    .show__price__count > ul > li {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .rewards__section > ul > li,
    .show__price__count > ul > li {
      margin-bottom: 15px;
    }

    a.download__button {
      padding: 7px 10px;
      font-size: 12px;
    }

    .banner__section > ul {
      bottom: 20px;
    }
    .banner__section > ul {
      flex-direction: column;
      text-align: center;
    }
    .banner__section > ul > li {
      padding: 5px 0;
    }

    div#countdown .wrapper {
      padding: 10px;
    }

    div#countdown .wrapper span.time {
      font-size: 20px;
    }
    .top--logo--section {
      display: none;
    }
    .banner__section h1 {
      font-size: 22px;
    }

    .top--logo__section__left > div:first-child {
      margin-bottom: 10px;
    }
    .ifsc > a > span {
      font-size: 11px;
    }
    .top--logo__section__left {
      display: flex;
      align-items: flex-start;
      flex-direction: column;
    }

    div.sticky > .header__section {
      padding: 10px;
    }

    .header--logo__section > a > img {
      max-width: 100px;
    }
    .top--logo--section_inner {
      flex-direction: column;
    }
    .top--logo__section__left > div > a > img {
      max-height: 30px;
    }
    .partnership_logo > span > a > img {
      max-width: 70px;
      margin: 0 5px;
    }

    .partnership_logo > span {
      font-size: 12px;
      font-family: "Roboto Condensed";
    }
    .header__section {
      padding: 10px;
    }
    .partnership_logo > span > a > img {
      margin: 0 5px;
    }
    .menu__inner__section > li:last-child > a {
      background: #fff;
      border-radius: 5px;
      color: #000;
    }

    .menu__inner__section > li:last-child:hover > a {
      background: #fff;
      color: #000;
    }

    .fix__video__issue {
      height: 30vh;
    }
    .fix__video__issue.banner__agenda .banner__section h1 {
      margin-top: 0;
    }
    .banner__section video {
      width: 100%;
    }
    ul.menu__inner__section > li > a {
      color: #000;
    }
    .bar1,
    .bar2,
    .bar3 {
      width: 30px;
      height: 3px;
      background-color: #fff;
      margin: 5px 0;
      transition: 0.4s;
      display: block;
    }

    .menu__inner__section.add {
      display: flex;
    }

    .change .bar1 {
      -webkit-transform: rotate(-45deg) translate(-8px, 6px);
      transform: rotate(-45deg) translate(-8px, 6px);
    }

    .change .bar2 {
      opacity: 0;
    }

    .change .bar3 {
      -webkit-transform: rotate(45deg) translate(-5px, -3px);
      transform: rotate(45deg) translate(-5px, -3px);
    }

    .qwerty {
      position: absolute;
      right: 20px;
      top: 15px;
      display: none;
    }
    /* .qwerty > span {
    width: 30px;
    height: 3px;
    background-color: black;
    margin: 5px 0;
    display: block;
     position: absolute; 
     right: 0;
  } */
    ul.menu__inner__section.add {
      display: flex;
    }
    ul.menu__inner__section {
      display: none;
      flex-direction: column;
      position: absolute;
      z-index: 99;
      top: 60px;
      background: #fff;
      width: 100%;
      /* text-align: left; */
      justify-content: flex-start;
      height: auto;
      left: 0;
    }
    ul.menu__inner__section > li {
      padding: 15px 0;
      width: 100%;
      border-bottom: 1px solid #eee;
    }
    .overview p {
      padding: 0;
      font-size: 13px;
      text-align: left;
    }
    .remark__content__section > h3 {
      font-size: 13px;
    }
    .overview {
      padding: 15px;
    }
    .overview h2 {
      padding-bottom: 5px;
      font-size: 15px;
      max-width: 250px;
    }
    .remark_content > div:first-child {
      padding-bottom: 20px;
      flex: 0 0 100px;
      max-width: 100px;
    }
    .remark_content > div:last-child {
      padding-bottom: 20px;
    }
    .remark_section {
      padding: 15px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
    }
    .overview button {
      position: fixed;
      text-align: center;
      left: 0;
      right: 0;
      width: 100%;
      border-radius: 0;
      bottom: 0;
    }
    .all_time {
      padding: 5px 0 0px 0;
      font-size: 14px;
    }
    .logo__section > ul > li > div {
      display: flex;
    }
    .banner__section > img {
      display: none;
    }
    .banner__section > img:last-child {
      display: block;
      object-fit: contain;
      position: absolute;
      left: 0;
      right: 0;
      text-align: center;
      margin: 0 auto;
      top: -50px;
      max-width: 220px;
    }
    .logo__section > ul > li {
      padding: 0 10px;
    }

    .over__Section h3 {
      font-size: 14px;
    }
    .over__Section > span {
      padding-bottom: 15px;
    }
    .remark__content__section > ul > li {
      font-size: 13px;
    }
    .remark__content__section_profile_block,
    .remark__content__section_profile.double-speaker
      .remark__content__section_profile_block,
    .remark__content__section_profile.four-speaker
      .remark__content__section_profile_block,
    .remark__content__section_profile.three-speaker
      .remark__content__section_profile_block {
      max-width: 100%;
      width: 100%;
      box-sizing: border-box;
    }
    .footer__section__div,
    .footer__section__div > ul {
      display: block;
      text-align: center;
    }
    ul#menu__section > li > ul {
      position: static;
      padding: 0;
    }
    .register__fixed > p {
      font-size: 11px;
    }
    .register__fixed > a {
      max-width: 100px;
      font-size: 12px;
    }
    .register__fixed {
      padding: 10px;
    }
    .call-for-action-container {
      width: 100%;
    }
  }
  @media (max-width: 360px) {
    .remark__content__section_profile_block {
      display: block;
      text-align: center;
    }
    .remark__content__section_profile span.profile_block_info p {
      text-align: center;
    }
  }
}

/*print fixed*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS";
}
@font-face {
  font-family: "Trebuchet MS";
  src: url("../fonts/TrebuchetMS-Bold.woff2") format("woff2"),
    url("../fonts/TrebuchetMS-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Trebuchet MS";
  src: url("../fonts/TrebuchetMS.woff2") format("woff2"),
    url("../fonts/TrebuchetMS.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "bc-novatica-cyr";
  src: url("https://use.typekit.net/af/d008cd/00000000000000007735b6d3/30/l?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n6&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/d008cd/00000000000000007735b6d3/30/d?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n6&v=3")
      format("woff"),
    url("https://use.typekit.net/af/d008cd/00000000000000007735b6d3/30/a?primer=7fa3915bdafdf03041871920a205bef951d72bf64dd4c4460fb992e3ecc3a862&fvd=n6&v=3")
      format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}
sup {
  font-size: 13px;
  /* color: green; */
}
ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.menu__inner__section > li > a.active {
  background: #fff;
  color: #000;
  border-radius: 5px;
}

.main__container {
  max-width: 1200px;
  margin: auto;
}

.over__Section {
  max-width: 1000px;
  margin: auto;
  position: relative;
}

.logo__section > ul > li:first-child img {
  background: #fff;
  border-radius: 100%;
}

.logo__section > ul > li > div > span {
  vertical-align: top;
  margin: 20px 0px 0 20px;
  display: inline-block;
}

.logo__section > ul > li > div > span > img {
  max-width: 120px;
}

.banner__section > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.logo__section > ul {
  display: flex;
}
.logo__section > ul > li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 35px;
}

.press__release > a {
  color: #fff;
  padding: 0 5px;
  font-weight: bold;
}

.press__release {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  background: #221a6a;
  /*  font-weight: 600;*/
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.press__release > a > img {
  max-width: 20px;
  margin: 0 10px;
}

.press__release > span {
  font-size: 15px;
  position: absolute;
  right: 30px;
  font-family: arial;
  top: 50%;
  transform: translateY(-50%);
  /* border: 1px solid #fff;*/
  color: #fff;
  width: 25px;
  border-radius: 100%;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
}

ul#menu__section > li > ul > li:nth-child(2) > a, ul#menu__section > li > ul > li:nth-child(2) > a > sup, ul#menu__section > li > ul > li:nth-child(3) > a, ul#menu__section > li > ul > li:nth-child(3) > a > sup, ul#menu__section > li > ul > li:nth-child(4) > a, ul#menu__section > li > ul > li:nth-child(4) > a > sup {
  color: grey;
}

/*.banner__section.margin__give> h1{ padding-top: 100px; }*/

.banner__section > img:last-child {
  display: none;
}

.text__align__center,
.over__Section .text__align__center > p {
  text-align: center;
}

.over__Section .text__align__center > p {
  font-size: 20px;
}

.text__align__center > h3 {
  font-size: 22px;
  padding-bottom: 15px;
}

.logo__section > ul > li img {
  height: 70px;
}
.header__section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.logo__section {
  position: absolute;
  z-index: 9;
  bottom: 15px;
  transform: translateX(-50%);
  left: 50%;
}
.logo__section > ul > li > span {
  color: #fff;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}

.menu__inner__section > li:last-child > a {
  background: #e9511d;
  border-radius: 5px;
  color: #fff;
}
.header--logo__section > a > img {
  max-width: 80px;
}

.menu__inner__section > li:last-child:hover > a {
  background: #e9511d;
  color: #fff;
}
.partnership_logo > span:last-child a:last-child {
  margin-top: 8px;
}

.overview button {
  text-align: center;
  margin: auto;
  display: block;
  background-color: aquamarine;
  color: #fff;
  padding: 15px;
  cursor: pointer;
}
.overview button {
  text-align: center;
  margin: auto;
  display: block;
  background-color: aquamarine;
  color: #fff;
  padding: 15px;
  border: 0;
  font-size: 16px;
  border-radius: 5px;
}

.menu__inner__section {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.menu__inner__section > li > a {
  color: #fff;
  padding: 10px 12px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 5px;
  font-family: "bc-novatica-cyr";
  font-size: 14px;
}

.menu__inner__section > li > a:hover {
  background-color: #fff;
  border-radius: 5px;
  color: #000;
}
.overview {
  padding: 30px 0;
}
.overview h2 {
  text-transform: capitalize;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 25px;
  font-family: "bc-novatica-cyr";
}
.over__Section h3 {
  color: orange;
  font-size: 20px;
  font-family: "bc-novatica-cyr";
  font-weight: 600;
}
.all_time {
  color: green;
  padding: 15px 0 0;
}
.over__Section > span {
  font-size: 12px;
  padding-bottom: 30px;
  display: block;
}
.over__sec--head > span {
  font-size: 17px;
  font-weight: 700;
  color: #4a8ffd;
  display: block;
  padding-bottom: 5px;
}
.heading__setting--output {
  font-weight: 700;
  font-size: 16px;
  font-family: "Trebuchet MS";
  /* padding-bottom: 5px; */
}
.over__Section > ul > li {
  padding: 5px 0px;
  font-size: 15px;
  line-height: 24px;
  position: relative;
}
.over__Section > ul > li:before {
  content: "";
  background: #000;
  height: 2px;
  width: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.over__Section > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.overview p {
  font-size: 15px;
  line-height: 22px;
  /* padding-bottom: 20px; */
  text-align: justify;
  font-family: "Trebuchet MS";
}
.over__Section_desc {
  margin: 0 auto 15px;
}
.over__Section p span {
  /* display: block; */
  color: #06bae3;
  font-size: 16px;
  font-weight: bold;
}
.banner__section {
  height: 100%;
  overflow: hidden;
  background: url(../images/background.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}

.banner__section {
  height: 100%;
  overflow: hidden;
  background: url(../images/background.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}
.banner__section h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  margin-top: 50px;
}
.speaker_head {
  color: #ff7041;
  font-weight: bold;
  font-size: 18px !important;
}
.fix__video__issue.banner__agenda .banner__section h1 {
  margin-top: 50px;
}
.banner__section video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.remark__content__section > h2 > a {
  color: blue;
}
.remark__content__section_profile {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 15px auto auto;
  flex-wrap: wrap;
}
.remark__content__section_profile_block {
  display: flex;
  max-width: 34%;
  align-items: center;
  margin: 0 8px 20px;
  position: relative;
}
.remark__content__section_profile.single_speaker
  .remark__content__section_profile_block {
  max-width: 100%;
  width: 100%;
}
.remark__content__section_profile.double-speaker
  .remark__content__section_profile_block,
.remark__content__section_profile.four-speaker
  .remark__content__section_profile_block {
  max-width: 47%;
  width: 47%;
}
.remark__content__section_profile.three-speaker
  .remark__content__section_profile_block {
  max-width: 47%;
  width: 47%;
}

.profile_block_image {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  box-shadow: rgb(0 0 0 / 10%) 0 0 15px 0;
  border-radius: 100%;
}
.profile_block_image img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 100%;
  padding: 5px;
}
.profile_block_info {
  display: inline-block;
  /*overflow: hidden;*/
}
.remark__content__section_profile span.profile_block_info p {
  font-size: 16px;
  text-align: left;
}
/*.remark__content__section_profile span.profile_block_info p:nth-child(2),*/
.chanage__color {
  color: #4a8ffd;
}
/*
.menu__Section,
.menu__inner__section {
  height: 72px;
}
*/
.menu__Section {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 9;
}

.fix__video__issue {
  position: relative;
  height: 380px;
}

.fix__video__issue.banner__agenda {
  height: 280px;
}

.overview button {
  text-align: center;
  margin: 30px auto 0;
  display: block;
  color: #fff;
  padding: 15px 25px;
  border: 0;
  font-size: 16px;
  border-radius: 5px;
  background: #402935;
  background: -moz-linear-gradient(
    -45deg,
    #402935 0%,
    #1f1860 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    #402935 0%,
    #1f1860 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    #402935 0%,
    #1f1860 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#402935', endColorstr='#1f1860',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.remark_section {
  max-width: 1000px;
  padding: 50px 30px;
  box-shadow: 2px 0px 10px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 0px 10px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 0px 10px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 35px auto 0;
}
.remark__content__section > p > span,
.remark__content__section > h3 > span,
.remark__content__section span.speak {
  color: #4a8ffd;
  font-weight: 600;
}
.remark__content__section > p,
.remark__content__section > h3 {
  color: #4a8ffd;
}
.remark__content__section > h3 {
  font-weight: 700;
  font-size: 15px;
  padding: 0 0 5px 0;
}
.remark__content__section > p {
  font-size: 15px;
  line-height: 22px;
}

.remark__content__section > p.black__color {
  color: #000;
}

.remark__content__section span.speak {
  display: block;
  padding: 5px 0;
}

.remark__content__section > ul > li {
  font-size: 15px;
  padding: 5px 0;
  color: #6d679e;
}
.remark__content__section > ul > li > span {
  color: #000;
}
.remark_content {
  display: flex;
  /* margin-bottom: 40px; */
}
.remark__content__section > h2 {
  font-size: 16px;
  padding-bottom: 5px;
  /* font-family: "Trebuchet MS";
  font-weight: 700; */
}
.remark__content__section > h2 > a {
  text-decoration: none;
  color: blue;
}
.remark__content__section > h2 > a:hover {
  text-decoration: underline;
  color: #6d679e;
}
.remark__content__section > h2 > i {
  font-size: 11px;
  font-weight: normal;
}
.remark_content > div:first-child {
  flex: 0 0 14%;
  max-width: 14%;
  border-right: 1px dashed #4a8ffd;
  padding-bottom: 40px;
  margin-right: 25px;
  padding-right: 20px;
}
.remark_content > div:last-child {
  padding-bottom: 40px;
  position: relative;
  width: 100%;
}
.remark_content > div:last-child:before {
  content: "";
  background: #4a8ffd;
  width: 13px;
  height: 13px;
  display: block;
  border-radius: 100%;
  position: absolute;
  left: -35px;
  border: 4px solid #c4dbff;
}
/* .remark_content div + span {
  width: 14px;
  height: 14px;
  background: #4a8ffd;
  border-radius: 50%;
  position: relative;
  margin: 0 20px;
  border-right: 1px dashed #4a8ffd;
}
.remark_content div + span:before {
  content: "";
  height: 70px;
  width: 1px;
  display: block;
  text-align: center;
  margin: 0 auto;
  border-left: 1px dashed #4a8ffd;
}
.remark_content div + span:after {
  content: "";
  width: 24px;
  height: 24px;
  background: #4a8ffd;
  display: block;
  top: -5px;
  position: absolute;
  border-radius: 50%;
  left: -5px;
  right: 0;
  text-align: center;
  opacity: 0.4;
} */

.top--logo--section {
  padding: 5px 0;
  background: rgba(0, 0, 0, 0.5);
  /*border-bottom: 1px solid #eee;*/
}

.top--logo--section_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top--logo__section__left {
  display: flex;
  align-items: center;
}
.top--logo__section__left > div {
  padding: 0 10px;
}
.top--logo__section__left > div > a > img {
  max-height: 40px;
}

.partnership_logo {
  color: #fff;
  font-size: 15px;
  flex: 0 0 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partnership_logo > span:last-child {
  display: flex;
  align-items: center;
}
.partnership_logo > span > a > img.gift {
  max-width: 35px;
  border-radius: 5px;
}

.partnership_logo > span > a > img {
  max-width: 90px;
  object-fit: contain;
  margin: 0 10px;
}

.footer__section {
  background: #261d70;
  padding: 10px 0;
  color: #fff;
  clear: both;
}
.footer__section__div {
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "bc-novatica-cyr";
}
.footer__section__div > ul {
  display: flex;
}
.footer__section__div > div {
  font-size: 14px;
  font-weight: 600;
}
.footer__section__div > a {
  font-weight: 600;
}
.footer__section__div > ul > li > a {
  padding: 0 5px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  border-right: 1px solid #fff;
}
.footer__section__div > ul > li:last-child > a {
  border-right: 0;
}

div.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #221a6a;
  right: 0;
  left: 0;
  max-width: 100%;
}
div.sticky > .header__section {
  max-width: 1200px;
  margin: auto;
  padding: 10px 0;
}
.sticky .menu__inner__section > li:last-child > a {
  background-color: #e9511d;
}

#menu__section > li {
  position: relative;
}
ul#menu__section > li:hover ul {
  display: block;
}
ul#menu__section > li > ul {
  display: none;
  position: absolute;
  background: #fff;
  padding: 10px 0;
  border-radius: 5px;
  left: -200px;
  width: 100%;
  min-width: 310px;
  top: 30px;
}

ul#menu__section > li > ul > li {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
ul#menu__section > li > ul > li:hover {
  background: #f5f5f5;
}
ul#menu__section > li > ul > li > a sup {
  color: green;
}
ul#menu__section > li > ul > li > a {
  padding-left: 10px;
}
#menu__section > li ul li:last-child sup {
  /*  color: #606060;*/
}
ul#menu__section > li > ul > li:first-child:hover {
  background: #fff;
}

ul#menu__section > li > ul > li > a {
  text-decoration: none;
  color: #000;
}

ul#menu__section > li > ul > li:first-child > a sup, ul#menu__section > li > ul > li:first-child > a {
  color: grey;
}

ul#menu__section > li > ul > li:last-child {
  border: 0;
}
ul#menu__section > li > ul > li > span {
  font-weight: 600;
}
.ifsc > a > span {
  color: #fff;
  padding-left: 7px;
  font-size: 11px;
  font-family: "bc-novatica-cyr";
  font-weight: 600;
}

.top--logo__section__left > div > a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.partnership_logo > span {
  font-size: 11px;
  font-family: "bc-novatica-cyr";
  font-weight: 600;
}
.top--logo__section__left > div:first-child a {
  cursor: text;
}

div#countdown {
  position: absolute;
  bottom: 0;
  /* background: rgba(255, 255, 255, 0.8); */
  z-index: 8;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}

div#countdown .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  color: #221a6a;
}

div#countdown > div {
  margin: 0 8px;
  max-width: 70px;
}

div#countdown .wrapper span.time {
  font-size: 35px;
  font-family: "bc-novatica-cyr";
  font-weight: 600;
}

div#countdown .wrapper span.labels {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.register__fixed {
  position: fixed;
  right: 0;
  z-index: 9;
  transform: translateY(-50%);
  top: 70%;
  background: #8e5355;
  max-width: 200px;
  padding: 15px;
  border-radius: 5px 0 0 5px;
}

.register__fixed > span {
  position: absolute;
  top: -10px;
  left: -10px;
  background: #fff;
  width: 20px;
  height: 20px;
  font-family: "Trebuchet MS";
  font-size: 14px;
  display: block;
  border-radius: 100%;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
.register__fixed > p {
  font-size: 13px;
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
}
.register__fixed > a {
  display: block;
  background: #fff;
  text-decoration: none;
  padding: 8px;
  text-align: center;
  border-radius: 5px;
  color: #000;
  max-width: 130px;
  margin: auto;
  font-family: "bc-novatica-cyr";
  font-size: 14px;
  font-weight: 600;
}
.remark__content__section_profile span.profile_block_info p > i {
  font-size: 11px;
}
p.chanage__color > i {
  color: #000;
}

.remark_content > div > p {
  display: flex;
  justify-content: space-between;
  padding-bottom: 7px;
}

.remark_content > div > p span.red {
  color: #ff7041;
}

.remark_content > div > p span.green {
  color: #00b34d;
}
.footer__section__div > ul {
  display: none !important;
}

.banner__section > ul {
  position: absolute;
  bottom: 40px;
  display: flex;
  color: #fff;
  /* max-width: 1200px; */
  width: 100%;
  margin: auto;
  justify-content: center;
}

.banner__section > ul > li {
  padding: 0 20px;
  border-right: 1px solid #fff;
  line-height: 11px;
}

.banner__section > ul > li:last-child {
  border: 0;
}

.call-for-action-container {
  width: 950px;
  margin: 0 auto;
}
.call-for-action-container > p {
  margin-bottom: 10px;
}
.call-for-action-container > div p {
  margin-bottom: 5px;
}
.call-for-action-rewards + div {
  text-align: center;
  margin-top: 20px;
}
.call-for-action-container > div a {
  color: #fff;
  margin-top: 15px;
  display: inline-block;
  background: #e9511d;
  padding: 10px 15px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 5px;
  text-transform: uppercase;
}
.call-for-action-rewards {
  box-shadow: 2px 0px 10px 5px rgb(0 0 0 / 10%);
  padding: 30px;
  border-radius: 18px;
  margin: 45px auto 0;
}
.call-for-action-rewards h4 {
  font-size: 18px;
  color: #4033b5;
  margin-bottom: 15px;
}
.call-for-action-container p span {
  color: #e7512b;
  margin-right: 7px;
}
.buttons__role {
  position: absolute;
  right: 0;
  top: 0;
}

a.download__button {
  background: #e9511d;
  padding: 10px 15px;
  color: #fff;
  font-size: 15px;
  font-family: "bc-novatica-cyr";
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;

  display: inline-block;
}

.rewards__section > ul {
  display: flex;
  justify-content: space-between;
}
.rewards__section > ul > li {
  flex: 0 0 20%;
  max-width: 20%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.rewards__section > ul {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}

.rewards__section {
  padding: 60px 0;
}
.rewards__section > h2 {
  text-align: center;
  padding-bottom: 50px;
  font-family: "bc-novatica-cyr";
  font-size: 30px;
  font-weight: 600;
  color: #221a6a;
}
.rewards__section > ul > li > p {
  text-align: center;
  padding-top: 10px;
  font-size: 14px;
}
.reward__section__image {
  width: 100px;
  height: 100px;
  border: 1px solid #ddd;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.show__price__count {
  background: #ecf1f9;
  padding: 50px;
}

.show__price__count > ul > li > div {
  background: #fff;
  padding: 30px 20px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 0 11px 3px rgb(0 0 0 / 13%);
}

.show__price__count > ul {
  display: flex;
  justify-content: center;
}
.show__price__count > ul > li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 20px;
}

.show__price__count > h3 {
  text-align: center;
  padding-bottom: 30px;
}
.show__price__count > ul > li > div > p {
  text-align: center;
  padding-top: 10px;
}

.show__price__count > ul > li > div > h4 {
  font-size: 27px;
  font-family: "bc-novatica-cyr";
  color: #e9511d;
}
.regsiter__now__btn__section > a {
  background: #e9511d;
  text-decoration: none;
  color: #fff;
  padding: 12px 20px;
  display: inline-block;
  margin-top: 30px;
  border-radius: 5px;
  font-family: "bc-novatica-cyr";
  font-weight: 600;
}

.remark__content__section > h2 > span {
  color: #888;
}

.overlay__section {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.over__Section__innersection__inner {
  width: 100%;
  /* height: 100%; */
  border-radius: 10px;
  padding: 20px;
  background: #fff;
  position: relative;
}
.over__Section__innersection {
  max-width: 600px;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.overlay__section {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 9;
}

.over__section__close {
  position: absolute;
  right: -30px;
  font: normal normal 30px cursive;
  color: #fff;
  top: 0;
  font-style: normal;
}

.remark__content__section_profile_block > button,
.remark__content__section_profile > button {
  /*position: absolute;
    right: 0;
    top: 10px;*/
  margin: 0;
  background: #e9511d;
  padding: 10px 15px;
  text-transform: capitalize;
}

.over__Section__innersection__inner > video {
  width: 100%;
}
#menu__section > li ul li:last-child sup
/*ul#menu__section > li > ul > li:nth-child(3) a sup*/{
  color: red;
}
/*ul#menu__section > li > ul > li:nth-child(3) a {
    color: #000;
}*/

@media (max-width: 767px) {
  .show__price__count {
    padding: 20px;
  }
  .rewards__section > h2 {
    max-width: unset !important;
    padding-bottom: 20px !important;
    font-size: 20px !important;
  }

  .rewards__section > ul,
  .show__price__count > ul {
    flex-wrap: wrap;
  }
  .rewards__section > ul > li,
  .show__price__count > ul > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .rewards__section > ul > li,
  .show__price__count > ul > li {
    margin-bottom: 15px;
  }

  a.download__button {
    padding: 7px 10px;
    font-size: 12px;
  }

  .banner__section > ul {
    bottom: 20px;
  }
  .banner__section > ul {
    flex-direction: column;
    text-align: center;
  }
  .banner__section > ul > li {
    padding: 5px 0;
  }

  div#countdown .wrapper {
    padding: 10px;
  }

  div#countdown .wrapper span.time {
    font-size: 20px;
  }
  .top--logo--section {
    display: none;
  }
  .banner__section h1 {
    font-size: 22px;
    margin-top: 0;
  }

  .top--logo__section__left > div:first-child {
    margin-bottom: 10px;
  }
  .ifsc > a > span {
    font-size: 11px;
  }
  .top--logo__section__left {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  div.sticky > .header__section {
    padding: 10px;
  }

  .header--logo__section > a > img {
    max-width: 80px;
  }
  .top--logo--section_inner {
    flex-direction: column;
  }
  .top--logo__section__left > div > a > img {
    max-height: 30px;
  }
  .partnership_logo > span > a > img {
    max-width: 70px;
    margin: 0 5px;
  }

  .partnership_logo > span {
    font-size: 12px;
    font-family: "Roboto Condensed";
  }
  .header__section {
    padding: 10px;
    position: relative;
  }
  .partnership_logo > span > a > img {
    margin: 0 5px;
  }
  .menu__inner__section > li:last-child > a {
    background: #fff;
    border-radius: 5px;
    color: #000;
  }

  .menu__inner__section > li:last-child:hover > a {
    background: #fff;
    color: #000;
  }

  .fix__video__issue {
    height: 40vh;
  }
  .fix__video__issue.banner__agenda .banner__section h1 {
    margin-top: 0;
  }
  .banner__section video {
    width: 100%;
  }
  ul.menu__inner__section > li > a {
    color: #000;
  }
  .bar1,
  .bar2,
  .bar3 {
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.4s;
    display: block;
  }

  .menu__inner__section.add {
    display: flex;
  }

  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 6px);
    transform: rotate(-45deg) translate(-8px, 6px);
  }

  .change .bar2 {
    opacity: 0;
  }

  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -3px);
    transform: rotate(45deg) translate(-5px, -3px);
  }

  .qwerty {
    position: absolute;
    right: 20px;
    top: 15px;
  }
  /* .qwerty > span {
    width: 30px;
    height: 3px;
    background-color: black;
    margin: 5px 0;
    display: block;
     position: absolute; 
     right: 0;
  } */
  ul.menu__inner__section.add {
    display: flex;
  }
  .press__release > span {
    right: 10px;
  }
  ul.menu__inner__section {
    display: none;
    flex-direction: column;
    position: absolute;
    z-index: 99;
    top: 60px;
    background: #fff;
    width: 100%;
    /* text-align: left; */
    justify-content: flex-start;
    height: auto;
    left: 0;
  }
  ul.menu__inner__section > li {
    padding: 15px 0;
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .overview p {
    padding: 0;
    font-size: 13px;
    text-align: left;
  }
  .remark__content__section > h3 {
    font-size: 13px;
  }
  .overview {
    padding: 15px;
  }
  .overview h2 {
    padding-bottom: 5px;
    font-size: 15px;
    max-width: 250px;
  }
  .remark_content > div:first-child {
    padding-bottom: 20px;
    flex: 0 0 100px;
    max-width: 100px;
  }
  .remark_content > div:last-child {
    padding-bottom: 20px;
  }
  .remark_section {
    padding: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
  }
  /*  .overview button {
    position: fixed;
    text-align: center;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 0;
    bottom: 0;
  }*/
  .all_time {
    padding: 5px 0 0px 0;
    font-size: 14px;
  }
  .logo__section > ul > li > div {
    display: flex;
  }
  .banner__section > img {
    display: none;
  }
  .banner__section > img:last-child {
    display: block;
    object-fit: contain;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: -50px;
    max-width: 220px;
  }
  .logo__section > ul > li {
    padding: 0 10px;
  }

  .over__Section h3 {
    font-size: 14px;
  }
  .over__Section > span {
    padding-bottom: 15px;
  }
  .remark__content__section > ul > li {
    font-size: 13px;
  }
  .remark__content__section_profile_block,
  .remark__content__section_profile.double-speaker
    .remark__content__section_profile_block,
  .remark__content__section_profile.four-speaker
    .remark__content__section_profile_block,
  .remark__content__section_profile.three-speaker
    .remark__content__section_profile_block {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  .footer__section__div,
  .footer__section__div > ul {
    display: block;
    text-align: center;
  }
  ul#menu__section > li > ul {
    position: static;
    padding: 0;
  }
  .register__fixed > p {
    font-size: 11px;
  }
  .register__fixed > a {
    max-width: 100px;
    font-size: 12px;
  }
  .register__fixed {
    padding: 10px;
  }
  .call-for-action-container {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .remark__content__section_profile_block {
    display: block;
    text-align: center;
  }
  .remark__content__section_profile span.profile_block_info p {
    text-align: center;
  }
}
