/* Colors */
/* Fonts */
@font-face {
  font-family: "Dear Joe 7";
  src: url("../fonts/dearjoe-7-TRIAL.otf"); }
@font-face {
  font-family: "Satoshi Variable";
  src: url("../fonts/Satoshi-Variable.ttf"); }
@font-face {
  font-family: "Satoshi Regular";
  src: url("../fonts/Satoshi-Regular.otf"); }
@font-face {
  font-family: "Satoshi Medium";
  src: url("../fonts/Satoshi-Medium.otf"); }
/* Tags */
h1, h2, h3, h4, h5, h6, p {
  font-family: "Satoshi Regular";
  font-size: 1em; }

section {
  margin-bottom: 5em; }

/* Width */
.w-35 {
  width: 35%; }

.w-40 {
  width: 40%; }

.w-45 {
  width: 45%; }

.w-50 {
  width: 50%; }

.w-55 {
  width: 55%; }

.w-60 {
  width: 60%; }

.w-65 {
  width: 65%; }

/* Display */
.d-none {
  display: none; }

/* Background */
.bg-cream {
  background: #f4dc95; }

.bg-traditional-texture {
  background: url("../../images/auspicious-day.jpg"); }

.color-cream {
  color: #f4dc95; }

/* Site's System (ss) */
.ss-row {
  display: inline-flex;
  width: 100%; }

/* Components */
.ss-btn {
  font-family: "Satoshi Regular";
  font-size: 0.9em;
  background: #185967;
  color: #fff;
  border: none;
  border-radius: 2em;
  padding: 0.4em 2.3em;
  padding-bottom: 0.8em;
  margin-top: 2em;
  text-decoration: none;
  cursor: pointer; }

.ss-btn2 {
  font-family: "Satoshi Medium";
  font-size: 0.9em;
  background: #dbba57;
  color: #fff;
  border: none;
  border-radius: 2em;
  padding: 0.4em 2.3em;
  padding-bottom: 0.8em;
  margin-top: 2em;
  text-decoration: none; }

/* Site's style */
.main-banner {
  background: url("../../images/swamiji-red-bg.jpg");
  background-size: cover;
  background-position: 70% 30%;
  min-height: 80vh;
  color: #fff;
  padding-top: 2.5em;
  padding-left: 4em;
  position: relative;
  z-index: 5000; }
  .main-banner h1 {
    font-family: "Dear Joe 7";
    font-size: 4em;
    margin-top: 0em;
    margin-bottom: 0em; }
  .main-banner a {
    font-family: "Satoshi Regular";
    font-size: 1.1em;
    color: #fff;
    background: #dbba57;
    border: none;
    padding: 0.5em 2.2em;
    border-radius: 3em;
    text-decoration: none;
    display: block;
    width: fit-content;
    margin-top: 4em; }
  .main-banner img {
    width: 180px; }
  .main-banner .content-wrap {
    padding-top: 4em;
    padding-bottom: 10em; }
  .main-banner .datetime-head {
    font-family: "Satoshi Regular";
    font-size: 1.1em;
    font-weight: 400;
    display: inline-flex;
    margin-top: 1em;
    margin-bottom: 0em; }
  .main-banner .time-wrap {
    margin-top: 0.25em;
    margin-left: 0.5em; }
  .main-banner .event-desc-head {
    font-size: 1.4em;
    margin-top: 0.75em; }
  .main-banner .virtual-event-head {
    font-family: "Satoshi Medium";
    letter-spacing: 5px; }

.date-sp {
  font-size: 1.4em;
  font-weight: 700; }

/* What to expect */
.yt-thumbnail-img {
  height: 400px;
  width: 115%;
  margin: 4em;
  margin-right: 4em; }

.yt-thumbnail-img-bg {
  background: url("../../images/yt-thumbnail.png");
  background-size: cover;
  background-position: 0% 58%;
  height: 400px;
  width: 115%;
  margin-top: 4em;
  margin-bottom: 4em;
  margin-left: -15%;
  text-align: center; }
  .yt-thumbnail-img-bg img {
    width: 100px;
    margin-top: 18%; }

.what-to-exp-section {
  background: #fff;
  margin-top: 5em; }
  .what-to-exp-section .bg-traditional-texture {
    padding-right: 4em; }
  .what-to-exp-section .content-wrap {
    padding-top: 4em;
    padding-left: 6em;
    padding-right: 10em; }
    .what-to-exp-section .content-wrap h3 {
      font-family: "Satoshi Regular";
      font-size: 2.5em;
      color: #484848;
      width: 75%;
      margin-top: 0em;
      margin-bottom: 0.5em; }
    .what-to-exp-section .content-wrap h5 {
      font-size: 0.8em;
      color: #7d610d;
      letter-spacing: 2px;
      margin-top: 4em;
      margin-bottom: 0.5em; }
    .what-to-exp-section .content-wrap p {
      color: #484848;
      line-height: 1.4;
      margin-top: 1.5em;
      margin-bottom: 3em; }
    .what-to-exp-section .content-wrap a {
      padding-top: 0.6em;
      padding-bottom: 0.8em; }

/* end What to expect */
/* Where is happiness section */
.where-is-happiness-section {
  margin-top: 6em; }
  .where-is-happiness-section .content-wrap {
    padding-top: 10em;
    padding-left: 4em;
    padding-right: 2em; }
    .where-is-happiness-section .content-wrap h3 {
      font-family: "Satoshi Regular";
      font-size: 2.5em;
      color: #484848;
      width: 85%;
      margin-top: 0em;
      margin-bottom: 0.5em; }
    .where-is-happiness-section .content-wrap p {
      color: #484848;
      width: 95%;
      line-height: 1.3;
      margin-bottom: 3em; }
  .where-is-happiness-section .happiness-img {
    width: 100%; }
  .where-is-happiness-section .ss-btn2 {
    padding-top: 0.6em; }

/* end Where is happiness section */
/* Conquer your mind section */
.conquer-your-mind-section {
  margin-top: 6em; }
  .conquer-your-mind-section .content-wrap {
    padding-top: 5.5em;
    padding-left: 7em;
    padding-right: 2em; }
    .conquer-your-mind-section .content-wrap h5 {
      font-size: 2.5em;
      font-weight: 800;
      color: #484848;
      letter-spacing: 2px;
      margin-top: 1em;
      margin-bottom: 0.5em; }
    .conquer-your-mind-section .content-wrap p {
      color: #484848;
      width: 70%;
      line-height: 1.3;
      margin-bottom: 3em; }
    .conquer-your-mind-section .content-wrap a {
      padding-top: 0.6em;
      padding-bottom: 0.6em; }
  .conquer-your-mind-section .happiness-img {
    width: 107%; }

/* end Conquer your mind section */
/* The master section */
.the-master-section {
  margin-top: 6em;
  margin-left: 4em; }
  .the-master-section .content-wrap {
    height: inherit;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    padding-left: 2.5em;
    padding-right: 2em;
    border-top: 2.5px solid #f4dc95;
    border-right: 2.5px solid #f4dc95;
    border-bottom: 2.5px solid #f4dc95;
    margin-right: 4em; }
    .the-master-section .content-wrap h3 {
      font-family: "Satoshi Regular";
      font-size: 2em;
      color: #484848;
      width: 85%;
      margin-top: 0em;
      margin-bottom: 0.5em; }
    .the-master-section .content-wrap h5 {
      font-size: 0.8em;
      color: #7d610d;
      letter-spacing: 2px;
      margin-top: 0em;
      margin-bottom: 0.5em; }
    .the-master-section .content-wrap h6 {
      font-size: 0.75em;
      font-weight: 800;
      color: #4e4e4e;
      letter-spacing: 2px;
      margin-bottom: 1.4em; }
    .the-master-section .content-wrap p {
      font-size: 0.9em;
      color: #484848;
      width: 95%;
      line-height: 1.7;
      margin-top: 2em;
      margin-bottom: 3em; }
    .the-master-section .content-wrap img {
      width: 95%; }
  .the-master-section .the-master-left-banner {
    background: url("../../images/the-master.jpeg");
    background-position: 55% 0%;
    background-size: cover;
    height: 100%;
    text-align: center;
    cursor: pointer; }
    .the-master-section .the-master-left-banner img {
      width: 100px;
      margin-top: 32%; }

/* end The master section */
/* Guru Purnima section */
.guru-purnima-section {
  margin-top: 6em;
  margin-left: 4em; }
  .guru-purnima-section .bg-traditional-texture {
    padding-top: 3em;
    padding-bottom: 0em;
    padding-right: 1.5em; }
  .guru-purnima-section .content-wrap {
    height: 98%;
    padding-left: 2.5em;
    padding-right: 0em;
    margin-right: 1em; }
    .guru-purnima-section .content-wrap h3 {
      font-family: "Satoshi Regular";
      font-size: 2.5em;
      color: #484848;
      width: 85%;
      margin-top: 0em;
      margin-bottom: 0.5em; }
    .guru-purnima-section .content-wrap h5 {
      font-size: 0.8em;
      color: #7d610d;
      letter-spacing: 2px;
      margin-top: 0em;
      margin-bottom: 0.5em; }
    .guru-purnima-section .content-wrap h6 {
      font-size: 0.75em;
      font-weight: 800;
      color: #4e4e4e;
      margin-bottom: 1em; }
    .guru-purnima-section .content-wrap p {
      font-size: 1em;
      color: #484848;
      width: 65%;
      line-height: 1.5; }
    .guru-purnima-section .content-wrap img {
      width: 95%; }
    .guru-purnima-section .content-wrap .sanskrit-gp-head {
      font-size: 1.75em;
      margin-top: 5em; }
  .guru-purnima-section .the-master-img {
    height: 90%;
    width: 115%;
    margin-left: -7em; }

/* end Guru Purnima section */
/* Quote 1 section */
.quote1-section {
  background: url("../../images/quote1.jpg");
  background-size: cover;
  padding-top: 17%;
  padding-bottom: 15%;
  text-align: center; }
  .quote1-section h2 {
    font-family: "Dear Joe 7";
    font-size: 3em;
    font-weight: 300;
    color: #fff;
    line-height: 1.5; }

/* end Quote 1 section */
/* Registration Section */
.registration-section {
  background: #f4dc95;
  color: #185967;
  padding-left: 5em;
  padding-bottom: 5em;
  margin-bottom: 0em; }
  .registration-section h1 {
    font-family: "Dear Joe 7";
    font-size: 3em;
    font-weight: 100;
    margin-top: 0.5em;
    margin-bottom: 0.15em; }
  .registration-section h2 {
    font-size: 2.5em;
    margin-top: 2em;
    margin-bottom: 0.5em; }
  .registration-section h5 {
    font-size: 0.8em;
    letter-spacing: 2px;
    margin-top: 0em; }
  .registration-section input {
    background: #f4dc95;
    width: 75%;
    border: 1.5px solid #185967;
    padding-top: 0.45em;
    padding-bottom: 0.45em;
    padding-left: 0.45em;
    margin-top: 1em; }
  .registration-section button {
    padding-top: 0.6em;
    margin-top: 1em; }
    .registration-section button:disabled {
      opacity: 0.5; }
  .registration-section p {
    color: #3d3d3d;
    font-size: 10px;
    margin-top: 3em; }
  .registration-section input[type="checkbox"] {
    width: initial;
    float: left; }
  .registration-section .tnc-para {
    float: right;
    margin-top: 2.35em;
    margin-left: 1em; }
  .registration-section .tnc-wrap {
    display: inline-flex; }
  .registration-section .w-55 {
    padding-top: 6em; }
  .registration-section .w-45 {
    padding-right: 5em; }
  .registration-section .swamiji-heading {
    font-size: 1em;
    letter-spacing: 1px; }
  .registration-section input::placeholder {
    font-family: "Satoshi Regular"; }

.error-msg-wrap {
  font-size: 0.95em;
  border-radius: 4px;
  width: fit-content;
  background: #fff;
  padding: 0.15em 4.5em;
  background: #ff4a4a;
  padding-top: 0.50em;
  padding-bottom: 0.50em; }
  .error-msg-wrap .error-msg-para {
    font-family: "Satoshi Regular";
    font-size: 0.95em !important;
    color: #fff;
    margin-top: 0em !important;
    margin-bottom: 0em; }

/* end Registration Section */
/* Footer */
footer {
  background: #3d3d3d;
  padding-top: 2.5em;
  padding-bottom: 2em;
  padding-left: 5em; }
  footer img {
    width: 12.5%; }
  footer p {
    font-size: 0.9em;
    color: #fff; }

/* end Footer */
.video-player-modal {
  position: fixed;
  z-index: 5000;
  top: 0em;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  text-align: center; }
  .video-player-modal iframe {
    height: 75%;
    width: 50%;
    margin-top: 5%;
    transition: opacity 2s linear; }
  .video-player-modal button {
    font-family: "Satoshi Regular";
    font-size: 0.9em;
    background: #ff2f2f;
    color: #fff;
    border: none;
    border-radius: 2em;
    padding: 0.4em 2.3em;
    padding-bottom: 0.8em;
    margin-top: 2em;
    text-decoration: none;
    cursor: pointer; }

.privacy-policy-wrap {
  position: fixed;
  height: auto;
  width: auto;
  right: 0px;
  bottom: 0px;
  background: #000;
  color: #FFF !important;
  padding: 20px;
  padding-top: 1em;
  z-index: 5002;
  overflow-y: auto;
  width: 30%;
  right: 2em;
  bottom: 2em; }

.privacy-policy-wrap h4 {
  font-family: 'Helvetica Neue',Helvetica,Sans-serif;
  font-size: 12px;
  margin-bottom: 0px; }

.privacy-policy-wrap p {
  font-family: 'Helvetica Neue',Helvetica,Sans-serif;
  font-size: 12px; }

.privacy-policy-wrap a {
  font-family: 'Helvetica Neue',Helvetica,Sans-serif;
  font-size: 12px;
  color: #FFF;
  text-decoration: underline; }

.privacy-policy-wrap .btn-wrap {
  text-align: left; }

.privacy-policy-wrap .accept-btn {
  background: none;
  color: #fff;
  border: none;
  padding: 3px 0px;
  cursor: pointer;
  font-size: 13px;
  margin-right: 1.3em; }

.privacy-policy-wrap .review-btn {
  background: none;
  color: #fff;
  border: none;
  padding: 3px 0px;
  margin-right: 20px;
  cursor: pointer; }

.privacy-policy-wrap button {
  font-family: 'Helvetica Neue',Helvetica,Sans-serif;
  font-size: 12px;
  line-height: 1em;
  font-weight: normal;
  font-style: normal;
  border-bottom: 1px solid #777 !important; }

.privacy-policy-wrap a {
  float: right;
  margin-right: 1em; }

@media only screen and (max-width: 768px) {
  .ss-row {
    display: flex;
    flex-direction: column; }

  .w-35, .w-40, .w-45, .w-50, .w-55, .w-60, .w-65 {
    width: 100%; }

  section {
    margin-bottom: 2.5em; }

  .m-d-none {
    display: none; }

  /* Main banner - mobile */
  .main-banner {
    background: url("../../images/auspicious-day.jpg");
    margin-top: 0em;
    min-height: initial;
    padding-top: 0em;
    padding-left: 0em;
    padding-right: 0em; }
    .main-banner .logo-wrap {
      padding-left: 1.25em;
      margin-bottom: 2em; }
    .main-banner .content-wrap {
      padding-top: 0em;
      padding-bottom: 0.5em; }
      .main-banner .content-wrap h1 {
        font-size: 2.6em; }
      .main-banner .content-wrap a {
        text-align: center;
        padding-top: 0.6em;
        padding-bottom: 0.6em;
        padding-left: 0em;
        padding-right: 0em;
        width: 79%;
        margin: 0px auto;
        border-radius: 4em;
        margin-bottom: 2em; }
      .main-banner .content-wrap h5 {
        font-size: 1em;
        margin-top: 0em; }
      .main-banner .content-wrap .virtual-event-head {
        font-size: 0.7em;
        letter-spacing: 2px; }
      .main-banner .content-wrap .event-desc-head {
        font-size: 1em;
        margin-top: 1em; }
    .main-banner .text-content-wrap {
      padding-top: 2.5em;
      padding-bottom: 3em;
      padding-left: 2em;
      padding-right: 3em; }

  .main-banner-m img {
    width: 125px;
    margin-top: 2em; }
  .main-banner-m .logo-wrap {
    padding-bottom: 2em; }

  .main-banner-img {
    background: url("../../images/swamiji-red-bg.jpg");
    background-size: cover;
    background-position: 45% 0%;
    height: 50vh;
    margin-top: 0em; }

  .main-banner-section {
    margin-bottom: 0em; }

  /* end Main banner - mobile */
  /* What to exp section - Mobile */
  .what-to-exp-section {
    margin-top: 0em; }
    .what-to-exp-section .ss-row {
      flex-direction: column-reverse; }
    .what-to-exp-section .bg-traditional-texture {
      background: none;
      padding-top: 0em;
      padding-bottom: 0em;
      padding-left: 0em;
      padding-right: 0em; }
      .what-to-exp-section .bg-traditional-texture .yt-thumbnail-img-bg {
        margin-top: 0em;
        margin-bottom: 0em;
        margin-left: 0%; }
    .what-to-exp-section .w-45 {
      text-align: center;
      padding-top: 0em;
      padding-bottom: 0em; }
    .what-to-exp-section .content-wrap {
      padding: 0em; }
      .what-to-exp-section .content-wrap h3 {
        font-size: 2.2em;
        letter-spacing: -1.5px;
        width: 90%; }
      .what-to-exp-section .content-wrap a {
        background: white;
        color: #185967;
        border: 2px solid #185967;
        margin-top: 0em;
        border-radius: 4em;
        width: 79%;
        padding-top: 0.6em;
        padding-bottom: 0.6em;
        margin: 0px auto; }
    .what-to-exp-section .text-content-wrap {
      padding: 2em;
      padding-top: 3em;
      padding-bottom: 2.5em; }
      .what-to-exp-section .text-content-wrap h5 {
        font-size: 0.6em;
        margin-top: 0em; }
      .what-to-exp-section .text-content-wrap p {
        font-size: 0.9em;
        margin-bottom: 0em; }
    .what-to-exp-section .ss-btn {
      font-size: 1.1em;
      width: 100%;
      display: block;
      text-align: center;
      border-radius: 0px;
      padding-top: 0.6em;
      padding-bottom: 0.6em;
      padding-left: 0px;
      padding-right: 0px;
      margin-bottom: 0em; }

  .yt-thumbnail-img {
    width: 80%;
    margin: 0px auto; }

  .yt-thumbnail-img-bg {
    width: 100%;
    height: auto;
    background-position: 130% 50%; }
    .yt-thumbnail-img-bg img {
      width: 65px;
      margin-top: 4em;
      margin-bottom: 4em; }

  .video-player-modal iframe {
    height: 50%;
    width: 75%;
    margin-top: 25%; }

  /* end What to exp section - Mobile */
  /* Where is happiness section - Mobile */
  .where-is-happiness-section {
    margin-top: 0em; }
    .where-is-happiness-section .content-wrap {
      padding: 0em; }
      .where-is-happiness-section .content-wrap h3 {
        font-size: 2.2em;
        letter-spacing: -1.5px; }
      .where-is-happiness-section .content-wrap h5 {
        margin-top: 0em; }
      .where-is-happiness-section .content-wrap p {
        font-size: 0.9em;
        width: 100%; }
    .where-is-happiness-section .text-content-wrap {
      padding-top: 2em;
      padding-left: 2em;
      padding-right: 2em; }
    .where-is-happiness-section .ss-row {
      display: flex;
      flex-direction: column-reverse; }
    .where-is-happiness-section .ss-btn2 {
      font-size: 1.1em;
      width: 100%;
      display: block;
      text-align: center;
      border: 4px solid #dbba57;
      border-radius: 0px;
      padding-top: 0.6em;
      padding-bottom: 0.6em;
      padding-left: 0px;
      padding-right: 0px;
      margin-bottom: 0em;
      border-radius: 4em;
      width: 75%;
      margin: 0px auto; }

  /* end Where is happiness section - Mobile */
  /* Conquer your mind section - Mobile */
  .conquer-your-mind-section {
    margin-top: 0em; }
    .conquer-your-mind-section .content-wrap {
      padding-top: 0em;
      padding-left: 0em;
      padding-right: 0em;
      padding-bottom: 1em; }
      .conquer-your-mind-section .content-wrap h3 {
        width: 90%; }
      .conquer-your-mind-section .content-wrap h5 {
        font-size: 2.2em;
        letter-spacing: -1.5px;
        margin-top: 0em; }
      .conquer-your-mind-section .content-wrap p {
        font-size: 0.9em;
        width: 100%;
        margin-bottom: 2.5em; }
      .conquer-your-mind-section .content-wrap a {
        background: #fff;
        color: #edc550;
        border: 2px solid #edc550;
        font-size: 1.1em;
        padding-top: 0.6em;
        padding-bottom: 0.6em;
        border-radius: 4em;
        width: 79%;
        margin: 0px auto; }
    .conquer-your-mind-section .text-content-wrap {
      padding-top: 2em;
      padding-left: 2em;
      padding-right: 2em; }
    .conquer-your-mind-section .happiness-img {
      width: 100%;
      margin-top: 1em; }
    .conquer-your-mind-section .ss-btn2 {
      width: 100%;
      display: block;
      text-align: center;
      border-radius: 0px;
      padding-left: 0px;
      padding-right: 0px;
      margin-bottom: 0em; }

  /* end Conquer your mind section - Mobile */
  /* The master section - Mobile */
  .the-master-section {
    margin-top: 3em;
    margin-left: 0em;
    margin-bottom: 0em; }
    .the-master-section .content-wrap {
      border: none;
      padding-left: 2em;
      padding-bottom: 0em;
      margin-top: 0.3em;
      margin-right: 0em; }
      .the-master-section .content-wrap h3 {
        font-size: 2.2em;
        letter-spacing: -1.5px; }
      .the-master-section .content-wrap p {
        font-size: 0.9em;
        width: 100%; }
    .the-master-section .the-master-left-banner img {
      width: 65px;
      margin-bottom: 25%;
      margin-right: inherit; }

  /* end The master section - Mobile */
  /* Guru Purnima section - Mobile */
  .guru-purnima-section {
    margin-top: 1.4em;
    margin-left: 0em;
    margin-bottom: 0em; }
    .guru-purnima-section .w-55 {
      margin-top: -1em; }
    .guru-purnima-section .ss-row {
      flex-direction: column-reverse; }
    .guru-purnima-section .bg-traditional-texture {
      background: none;
      text-align: center;
      padding-top: 2em;
      padding-right: 0em; }
    .guru-purnima-section .the-master-img {
      width: 100%;
      margin-left: 0em; }
    .guru-purnima-section .content-wrap {
      background: url("../../images/auspicious-day.jpg");
      padding-top: 4em;
      padding-bottom: 2.5em;
      padding-left: 2em;
      padding-right: 2em;
      margin-right: 0em; }
      .guru-purnima-section .content-wrap h3 {
        font-size: 2.2em;
        letter-spacing: -1.5px;
        color: #fff; }
      .guru-purnima-section .content-wrap h5 {
        color: #fff;
        margin-top: 0em; }
      .guru-purnima-section .content-wrap p {
        font-size: 0.9em;
        color: #fff;
        width: 100%;
        line-height: 1.5; }
      .guru-purnima-section .content-wrap .sanskrit-gp-head {
        font-size: 1.5em;
        color: #fff;
        margin-top: 0em; }

  /* end Guru Purnima section - Mobile */
  /* Quote1 section - Mobile */
  .quote1-section {
    background: url("../../images/mobile/quote.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 56%;
    padding-bottom: 23%;
    padding-left: 0em;
    text-align: left; }
    .quote1-section h2 {
      font-size: 1.5em;
      padding-left: 1em;
      padding-right: 1em; }

  /* end Quote1 section - Mobile */
  /* Registration section - Mobile */
  .registration-section {
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 3.5em; }
    .registration-section h1 {
      font-size: 2.6em; }
    .registration-section h2 {
      margin-top: 1em; }
    .registration-section input {
      width: 95%; }
    .registration-section input[type="checkbox"] {
      width: initial;
      margin-top: 0em;
      margin-right: 0.60em; }
    .registration-section button {
      font-size: 1.1em;
      padding-left: 2em;
      padding-right: 2em;
      margin-top: 1.5em; }
    .registration-section .w-45 {
      padding-right: 0em; }
      .registration-section .w-45 h2 {
        letter-spacing: -1px; }
    .registration-section .w-55 {
      padding-top: 3em; }
    .registration-section .tnc-para {
      margin-top: 0.2em;
      margin-left: 0em; }
    .registration-section .tnc-wrap {
      margin-top: 1em; }
    .registration-section .swamiji-heading {
      font-size: 1em;
      margin-top: 0em; }
    .registration-section .vir-event-heading {
      font-size: 0.7em;
      letter-spacing: 2px; }
    .registration-section .date-head-wrap {
      font-size: 1em; }
    .registration-section .time-footer-txt {
      font-weight: 400; }

  /* end Registration section - Mobile */
  footer {
    text-align: center;
    padding-left: 0em; }
    footer img {
      width: 50%; }
    footer p {
      font-size: 0.75em;
      margin-top: 1.25em; }

  .privacy-policy-wrap {
    width: 50%;
    font-size: 10px; } }
@media only screen and (min-width: 768px) {
  .d-d-none {
    display: none; } }

/*# sourceMappingURL=index.css.map */
