@font-face {
  font-family: 'Austin Hairline Roman';
  src: url('fonts/AUSTINHAIRLINE-ROMAN.eot');
  src: url('fonts/AUSTINHAIRLINE-ROMAN.eot?#iefix') format('embedded-opentype'),
       url('fonts/AUSTINHAIRLINE-ROMAN.woff2') format('woff2'),
       url('fonts/AUSTINHAIRLINE-ROMAN.woff') format('woff'),
       url('fonts/AUSTINHAIRLINE-ROMAN.ttf')  format('truetype'),
       url('fonts/AUSTINHAIRLINE-ROMAN.svg#Austin Hairline Roman') format('svg');
}

/* @font-face {
  font-family: 'National';
  src: url('fonts/NATIONAL-LIGHT.eot');
  src: url('fonts/NATIONAL-LIGHT.eot?#iefix') format('embedded-opentype'),
       url('fonts/NATIONAL-LIGHT.woff2') format('woff2'),
       url('fonts/NATIONAL-LIGHT.woff') format('woff'),
       url('fonts/NATIONAL-LIGHT.ttf')  format('truetype'),
       url('fonts/NATIONAL-LIGHT.svg#National') format('svg');
} */

@font-face {
  font-family: 'National';
  src: url('fonts/NATIONAL-BOOK.eot');
  src: url('fonts/NATIONAL-BOOK.eot?#iefix') format('embedded-opentype'),
       url('fonts/NATIONAL-BOOK.woff2') format('woff2'),
       url('fonts/NATIONAL-BOOK.woff') format('woff'),
       url('fonts/NATIONAL-BOOK.ttf')  format('truetype'),
       url('fonts/NATIONAL-BOOK.svg#National') format('svg');
}

@font-face {
  font-family: 'Kohinoor';
  src: url('fonts/KOHINOOR-BOOK.eot');
  src: url('fonts/KOHINOOR-BOOK.eot?#iefix') format('embedded-opentype'),
       url('fonts/KOHINOOR-BOOK.woff2') format('woff2'),
       url('fonts/KOHINOOR-BOOK.woff') format('woff'),
       url('fonts/KOHINOOR-BOOK.ttf')  format('truetype'),
       url('fonts/KOHINOOR-BOOK.svg#Kohinoor') format('svg');
}

@font-face {
  font-family: 'poppinsregular';
  src: url('fonts/poppins-regular-webfont.woff2') format('woff2'),
       url('fonts/poppins-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'playfair_displayregular';
  src: url('fonts/playfairdisplay-regular-webfont.woff2') format('woff2'),
       url('fonts/playfairdisplay-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body, html {
  height: 100%;
  margin: 0;
  font-family: 'National';
}
h1, h2, h3, h4, h5 {
  /* font-family: 'Austin Hairline Roman'; */
  font-family: 'playfair_displayregular';
  font-style: normal;
  font-weight: 400;
}
p {
  font-family: 'National';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.main-page-title-container {
  padding-top: 20px;
}
h1.main-page-title {
  font-size: 34px;
  line-height: 41px;
  /* identical to box height */
  color: #020202;
  text-align: center;
  font-family: 'Austin Hairline Roman';
}
.main-page-caption {
  font-family: 'National';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  color: #888888;
  text-align: center;
}
.category-cart {
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.background-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(6, 6, 6, 0.6) 100%);
} 
.category-cart .background-overlay {
  padding: 8px 15px;
}
.category-details-banner .background-overlay {
  padding: 20px 16px;
  min-height: 150px;
}
.page-category-list-container .col-md-6:nth-child(even) .category-cart {
  margin-left: 5px;
}
.page-category-list-container .col-md-6:nth-child(odd) .category-cart {
  margin-right: 5px;
}
.cart-category-title {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin-top: 18px;
  font-weight: 400;
  font-style: normal;
}
.cart-category-subtitle {
  font-style: italic;
  font-weight: 470;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  font-family: "National";
  margin-bottom: 20px;
}
.category-cart p,
.category-details-banner p {
  font-family: 'National';
  font-style: italic;
  font-weight: 480;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  /*display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 50px;*/
}
.cart-category-description {
  text-align: center;
}
.card-title {
  /* font-family: 'National'; */
  font-family: 'playfair_displayregular';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* min-height: 48px; */
}
p.card-text {
  color: #090808;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-category-list-section {
  margin: auto;
}
.page-category-list-container {
  margin-top: 30px;
  margin-bottom: 30px;
}
.category {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  cursor: pointer;
}
.category-details-tabs-section .category {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
/* .page-category-list-container .category-1 {
  background-image: url('images/category-img-1.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.page-category-list-container .category-2 {
  background-image: url('images/category-img-2.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.page-category-list-container .category-3 {
  background-image: url('images/category-img-3.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.page-category-list-container .category-4 {
  background-image: url('images/category-img-4.png');
  background-repeat: no-repeat;
  background-size: cover;
} */
.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
}
p.footer-text {
  font-family: 'poppinsregular';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  /* identical to box height */
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
.footer-text a {
  color: #FF7259;
  text-decoration: underline;
  text-underline-position: under;
}
.body-inner-page {
    padding-top: 72px;
}
.page-header .fa-angle-left {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  cursor: pointer;
}
/*************** category detials page css starts here *****************/
.category-details-header {
  display: flex;
  vertical-align: middle;
  align-items: center;
  padding: 20px 5px;
}

.page-heading {
  /* font-family: 'Austin Hairline Roman'; */
  font-family: 'playfair_displayregular';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: normal;
  color: #000000;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 40px;
}
.page-header {
  border-bottom: 2px solid #A4A4A4;
  z-index: 1;
  background: #fff;
}
.category-details-page-title {
  margin: 0px 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 24px;
}
.category-details-banner {
    margin: 10px 0px;
}
.category-details-banner .cart-category-title{
  font-size: 20px;
  line-height: 27px;
  color: #FFFFFF;
  letter-spacing: normal;
  margin-top: 0px;
  word-wrap: break-word;
  font-weight: 700;
}
.category-details-description {
    text-align: left;
    margin-bottom: 0px;
}

  .tab-regular .nav.nav-tabs {
      border-bottom: transparent;
  }

  .tab-regular .nav.nav-tabs .nav-item {}

  .tab-regular .nav.nav-tabs .nav-link {
      display: block;
      padding: 17px 49px;
      color: #71748d;
      /* background-color: #dddde8; */
      margin-right: 0px;
      border-color: #dddde8;
  }

  .tab-regular .nav-tabs .nav-link.active {
      background-color: #fff;
      border-color: #e6e6f2 #e6e6f2 #fff;
      color: #5969ff;
  }

  /* .tab-regular .tab-content {
      background-color: #fff;
      padding: 30px;
      border: 1px solid #e6e6f2;
      border-radius: 4px;
      border-top-left-radius: 0px
  } */

  .category-details-nav-tabs .tab-regular .nav.nav-tabs .nav-item {
      width: 33.33%;
      vertical-align: middle;
      align-items: center;
      display: flex;
  }
  .category-details-nav-tabs .tab-regular .nav-tabs .nav-link {
      /* font-family: 'Austin Hairline Roman'; */
      font-family: 'playfair_displayregular';
      font-style: normal;
      font-weight: 600;
      font-size: 15px;
      line-height: normal;
      letter-spacing: normal;
      text-transform: capitalize;
      padding: 10px 0px;
      text-align: center;
      border-radius: 0px;
      border: none;
      margin: 4px 4px;
      vertical-align: middle;
      align-items: center;
      width: 100%;
  }
  .category-details-nav-tabs .tab-regular .nav-tabs .nav-link.active {
      color: #FFFFFF;
      background: #555555;
  }
  .category-details-nav-tabs .tab-regular .tab-content {
      margin-top: 16px;
  }


  .category-details-nav-tabs .nav-tabs {
      top: 72px;
      padding: 0px;
      background-color: #EBEBEB;
  }
  .category-details-tabs-section .card-body {
    margin-top: 0px;
    background: #FFF;
    padding: 10px 12px 15px 12px;
  }
  /* .tab-content {
  padding: 16px;
  } */
  
  .sticky {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1;
  background: #fff;
  }
  
  /*.listen-tab-pane-detials .listen-audio-card,
  .sound-healing-tab-pane-details .sound-healing-card {
      margin-bottom: 20px;
      border-radius: 0px;
      border: 1px solid #C4C4C4;
      cursor: pointer;
  }*/
  .listen-audio-card,
  .sound-healing-card {
      margin-bottom: 20px;
      border-radius: 0px;
      border: 1px solid #C4C4C4;
      cursor: pointer;
  }
  /*.listen-tab-pane-detials .listen-audio-card .card-body,
  .sound-healing-tab-pane-details .sound-healing-card .card-body {
      border-top: 1px solid #C4C4C4;
      padding: 10px 12px 15px 12px;
  }*/
  .listen-audio-card .card-body,
  .sound-healing-card .card-body {
      border-top: 1px solid #C4C4C4;
      padding: 10px 12px 15px 12px;
  }
  /*.watch-tab-pane-details .watch-video-card {
      margin-bottom: 20px;
      border-radius: 0px;
      border: 1px solid #C4C4C4;
  }*/
  .watch-video-card {
      margin-bottom: 20px;
      border-radius: 0px;
      border: 1px solid #C4C4C4;
  }
  /*.watch-tab-pane-details .watch-video-card .card-body {
      border-top: 1px solid #C4C4C4;
      padding: 10px 12px 15px 12px;
  }*/
  .watch-video-card .card-body {
      border-top: 1px solid #C4C4C4;
      padding: 10px 12px 15px 12px;
  }
  .tab-content .background-overlay {
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(6, 6, 6, 0.3) 100%);
  }
  .play-icon-white {
      width: 28px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
  }
  
  /* .sticky + .tab-content {
  padding-top: 90px;
  } */

  .inner-page-footer .card{
      border-radius: 0px;
  }
  .inner-page-footer p.footer-text {
      font-size: 16px;
      color: #FF7259;
      text-align: left;
      margin-bottom: 8px;
  }
  .inner-page-footer p.card-text {
      font-family: 'poppinsregular';
      font-size: 14px;
      line-height: 21px;
      color: #090808;
      font-weight: 500;
  }
  .inner-page-footer .card-body a {
      color: #FF7259;
      text-decoration: none;
  }
  .inner-page-footer {
      position: static;
  }
  .inner-page-footer .card {
      border: 1px solid #C4C4C4;
  }
  .category .cart-image-section {
    position: relative;
    height: 150px;
  }
/*************** category detials page css ends here *******************/
/*************** content detials page css starts here ***********/
.noborder {
    border: none;
}
.content-details-header {
  box-shadow: 0px 0px rgb(0 0 0 / 15%);
  -webkit-box-shadow: 0px 0px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 0px rgba(0, 0, 0, 0.15);
}
.blurred-bg-image {
  /* Add the blur effect */
  filter: blur(24px);
  -webkit-filter: blur(24px);
  height: 100%; 
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  /* margin-top: -82px;
  margin-bottom: 100px; */
  /* vertical-align: middle;
  align-items: center;
  display: flex;
  width: 100%;
  text-align: center;
  background: rgb(248 248 248 / 81%); */
}
.video-blurred-bg-image {
  filter: blur(70px);
  -webkit-filter: blur(70px);
  height: 100%; 
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.category-content-details-container {
  /* top: 86px;
  position: absolute;
  width: 100%;
  padding: 15px;
  margin: auto;
  right: 0;
  left: 0; */
  height: auto;
  padding-top: 20px;
}
.video-details-details-container {
  /*top: 86px;
  position: absolute;
  width: 100%;
  padding: 15px;
  margin: auto;
  right: 0;
  left: 0;*/
}
.content-detials-description {
    padding: 15px 0px;
    margin-bottom: 30px;
    min-height: 250px;
    overflow: auto;
    max-height: 250px;
}
.video-details-details-container .content-detials-description {
  padding: 0px 0px;
  min-height: 120px;
  max-height: 120px;
}
.content-detials-description p {
  font-size: 18px;
  line-height: 22px;
  color: #060606;
  font-weight: 480;
}
.content-details-banner {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
    align-items: center;
    display: flex;
    width: 100%;
}
.video-details-banner {
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  /* vertical-align: middle;
  align-items: center;
  display: flex; */
  width: 100%;
}
.category-content-details-container .bg-overlay {
  height: 100%;
  vertical-align: middle;
  align-items: center;
  display: flex;
  width: 100%;
  text-align: center;
  background: rgba(60, 58, 58, 0.62);
  
}
.video-details-details-container .bg-overlay {
  height: 100%;
  /* vertical-align: middle;
  align-items: center;
  display: flex; */
  display: block;
  width: 100%;
  text-align: center;
  background: rgba(60, 58, 58, 0.62);
}
.content-details-banner .bg-banner-title {
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  margin-bottom: 0px;
  word-break: break-word;
  padding: 10px 10px;
}
.footer-powered-by-logo {

}
.footer-powered-by-text {
    text-align: center;
    font-family: 'poppinsregular';
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 10px;
}
.start-btn {
  background: #555555;
  border: none;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #fff;
  /* font-family: 'Austin Hairline Roman'; */
  font-family: 'playfair_displayregular';
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 400;
}
.video-bg-banner-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}
.video-bg-banner-title,
.video-bg-author-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}
.video-bg-banner-title {
  padding: 0px 0px 10px 0px;
  margin-bottom: 0px;
}
.video-bg-author-name {
  padding: 10px 0px;
  margin-bottom: 0px;
}
.video-banner-detials {
    width: 50%;
    float: right;
}
/********************* play audio page css starts here ***************/
.play-audio-page {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 10%;
  background-attachment: fixed;
}
.audio-page-1-footer {
    position: relative;
    margin: 20px 0px;
}
.white-transparent-overlay {
  background: rgba(251, 251, 251, 0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 0px;
  bottom: 0;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  padding: 15px 15px;
  height: 44%;
}
h1.audio-content-title{
  font-size: 32px;
  line-height: 38px;
  color: #030303;
  margin-bottom: 24px;
}
.audio-content-category {
  font-style: italic;
  font-size: 20px;
  line-height: 16px;
}
.content-duration,
.current-duration {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #060606;
}
.play-audio-page .footer-powered-by-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 0px;
}
.play-audio-page .fa-times-circle,
.play-audio-page .fa-times {
  right: 0px;
  position: fixed;
  margin: 22px 27px;
  width: 23px;
  height: 23px;
  font-size: 23px !important;
}
.play-audio-page .close {

}
.close-circle-transparent {
    background-image: url('images/close-circle-transparent.png');
    width: 23px;
    height: 23px;
    right: 0;
    position: absolute;
    margin: 20px 20px;
}
.close-page {
  background-image: url(images/close-icon.png);
  width: 14px;
  height: 14px;
  position: absolute;
  background-repeat: no-repeat;
  right: 0;
  margin: 20px 15px;
  font-size: 30px;
  /* background-size: 20px; */
}
.img-responsive {
    width: 100%;
}
.audio-content-design-2 {
    padding: 50px 0px;
    padding-bottom: 24px;
}
.audio-content-cover-img {
  
  background-size: cover;
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: left;
}
.play-audio-page-2 h1.audio-content-title {
    text-align: center;
}
.play-audio-page-2 .audio-content-category {
    text-align: center;
}
.play-audio-page-2 .footer {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
}
.common-modal {
    top: 0px;
}
.common-modal .modal-content {
  border-radius: 0;
  outline: 0;
  background: #fff;
  border: 0.970105px solid #C4C4C4;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 999;
  height: 96vh;
}
.common-modal .modal-header {
    border: none;
}
.common-modal .modal-title {
  font-family: 'National';
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #060606;
  padding: 0px 50px;
  margin-bottom: 30px;
}
.common-modal .modal-footer-content {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #060606;
  padding: 0px 50px;
}
.common-modal .modal-footer {
    padding: 0px 0px;
    border: none;
    padding-bottom: 60px;
}
.common-modal a {
    width: 100%;
    padding: 0px 0px;
}
.common-modal .listen-audio-card {
  margin-bottom: 20px;
  border-radius: 0px;
  border: 1px solid #C4C4C4;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}
.common-modal .card-body {
  border-top: 2px solid #C4C4C4;
  padding: 12px 16px;
  margin-top: 0px;
  background: #FFF;
}
.common-modal .modal-header .close {
  font-size: 30px;
  opacity: 1;
  outline: none;
}
.video-page-modal {
    top: 10px;
}
.video-page-modal .modal-content {
  height: 95vh;
}
.common-modal .modal-dialog {
    margin-top: 0px;
}

/**************audio track css starts here **************/
#contentAudioMusic {
   display: none; 
}
.seek_slider {
    margin: 0px 0;
    width: 100%;
}
/* .player {
  
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
} */

/* .details {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 25px;
} */

.track-art {
  margin: 25px;
  height: 250px;
  width: 250px;
  background-image: url("https://images.pexels.com/photos/262034/pexels-photo-262034.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260");
  background-size: cover;
  border-radius: 15%;
}

.now-playing {
  font-size: 1rem;
}

.track-name {
  font-size: 3rem;
}

.track-artist {
  font-size: 1.5rem;
}

.buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.playpause-track
/*, 
.prev-track,
.next-track */
{
  margin: 10px 60px;
  opacity: 0.8;
  /* Smoothly transition the opacity */
  transition: opacity .2s;
}


.playpause-track:hover,
.prev-track:hover,
.next-track:hover {
  opacity: 1.0;
}

/* .slider_container {
  width: 75%;
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
} */

/* Modify the appearance of the slider */
.seek_slider,
.volume_slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 5px;
  background: #CBCACA;
  border-radius: 20px;
  /* opacity: 0.7; */
  -webkit-transition: .2s;
  transition: opacity .2s;
  width: 100%;

  background: linear-gradient(to right, #434343 0%, #434343 0%, #CBCACA 0%, #CBCACA 0%);
    outline: none;
    transition: background 450ms ease-in;
}

/* Modify the appearance of the slider thumb */
.seek_slider::-webkit-slider-thumb,
.volume_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 10px;
  /* width: 104px; */
  height: 3px;
  background: #555555;
  border-radius: 20px;
  cursor: pointer;
  /* border-radius: 50%; */
  
}
.seek_slider {
  background: linear-gradient(to right, #434343 0%, #434343 0%, #CBCACA 0%, #CBCACA 0%);
  /* border: solid 2px #CBCACA; */
  /* border-radius: 8px; */
  height: 7px;
  width: 400px;
  outline: none;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
}

.seek_slider::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-appearance: none;
  cursor: pointer;
  /* background: #CBCACA; */
}

.seek_slider:hover,
.volume_slider:hover {
  opacity: 1.0;
}

.seek_slider {
  width: 100%;
}

.volume_slider {
  width: 30%;
}

.current-time,
.total-duration {
  padding: 0px;
}

i.fa-volume-down,
i.fa-volume-up {
  padding: 10px;
}

i.fa-play-circle,
i.fa-pause-circle,
i.fa-step-forward,
i.fa-step-backward {
  cursor: pointer;
}
.play-audio-page-2 .fa-play-circle,
.play-audio-page-2 .fa-pause-circle {
  border-radius: 40px;
  height: 54px;
  width: 54px;
  /* color: #fff; */
  padding: 0px;
  font-size: 52px;
  cursor: pointer;
} 
.play-audio-page-2 .fa-play {
    letter-spacing: -4px;
}
.play-audio-page-2 .fa-play,
.play-audio-page-2 .fa-pause {
  background: #555555;
  border-radius: 40px;
  height: 54px;
  width: 54px;
  color: #fff;
  padding: 17px 17px;
  font-size: 20px;
  cursor: pointer;
}

.play-audio-page-2 .backward-sec-icon {
  /* background-image: url('images/backward-sec-icon-2.png'); */
  cursor: pointer;;
}
.play-audio-page-2 .forward-sec-icon {
  /* background-image: url('images/forward-sec-icon-2.png'); */
  cursor: pointer;
}
.play-audio-page-2 .media-controls {
  text-align: center;
  justify-content: center;
  display: flex;
  vertical-align: middle;
  align-items: center;
  margin: 10px 0px;
}

/****************page 1 *************/
  .play-audio-page .media-controls {
      text-align: center;
      justify-content: center;
      display: flex;
      vertical-align: middle;
      align-items: center;
      margin: 10px 0px;
  }
  .play-audio-page .fa-play,
  .play-audio-page .fa-pause {
      background: #fff;
      border-radius: 40px;
      height: 54px;
      width: 54px;
      color: #000;
      padding: 17px 17px;
      font-size: 20px;
      cursor: pointer;
  }
  .play-audio-page .fa-play {
      letter-spacing: -4px;
  }
  .play-audio-page .seek_slider, .play-audio-page .volume_slider {
      /* background: #706F6F; */
      width: 100%;
  }
  /* Modify the appearance of the slider thumb */
  .play-audio-page .seek_slider::-webkit-slider-thumb,
  .play-audio-page .volume_slider::-webkit-slider-thumb {
      background: #434343;
  }
  .play-audio-page .backward-sec-icon,
  .play-audio-page .forward-sec-icon {
      cursor: pointer;
  }

  /**********loader css starts here ***********/
  .loader_overlay {
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    text-align: center;
    display: none;
  }
  .loader_overlay_content {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .loader_overlay img {
    width: 50px;
  }
  .loader_overlay_content p {
    margin: 0;
    color: #fff;
    font-size: 20px;
  }
/****************loader css ends here *******/

.content-details-page-bg-img {
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  /* backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px); */
  padding-top: 0px;
}
.content-details-page-bg-img .blur {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  filter: blur(50px);
  -webkit-filter: blur(50px);
  height: 100vh;
  width: 100%;
  top: 0;
  bottom: 0;
}
.audio-content-detail {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999999;
  top: 72px;
}
.video-content-detail {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999999;
  top: 72px;
}
.start-button-container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 60px;
}
.content-details-page-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
.common-modal .footer-content {
  width: 100%;
}
.home-footer-title {
  font-style: normal;
  font-weight: 250;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.1em;
  color: #000000;
  margin-bottom: 12px;
}

/****************** footer daily journey carousel css starts **************/
.daily-journey-grey-btn {
  left: 16px;
  background: #555555;
  margin-right: 8px;
}
.daily-journey-list-title {
  font-family: 'Austin Hairline Roman';
  font-style: normal;
  font-weight: 250;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  padding: 10px 10px;
  white-space: nowrap;
  margin-bottom: 0px;
}
.scrolling-wrapper{
  overflow-x: auto;
  padding-top: 0px;
  padding-bottom: 10px; 
  width: 100%;
  margin: auto;
}
.card-block {
  height: 250px;
  background-color: #fff;
  border: none;
  background: linear-gradient(to left bottom, rgba(#ff4057, 0.8), rgb(51, 51, 102) 90%), url('https://source.unsplash.com/1024x1024?mountains');
  background-position: center;
  background-size: cover;
  box-shadow: 0 20px 50px hsla(240%, 43%, 40%, 0.35);
  transition: all 0.2s ease-in-out !important;
}
.card-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 70px hsla(240%, 43%, 40%, 0.5);
}
/*******************************************************************/
/*************** Daily Journey CSS Starts Here *********************/
.daily-journey-title {
    font-style: normal;
    font-weight: 250;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.1em;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 0px;
}
.daily-journeys-page .category-details-nav-tabs .tab-content {
  margin-top: 0px;
}
.daily-journeys-page .dj-cart-category-title {
    font-style: normal;
    font-weight: 250;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
}
.daily-journeys-page .category-details-tabs-section .category {
  margin-bottom: 15px;
  border-radius: 0px;
}
.daily-journeys-page .card {
  border: 1px solid #C4C4C4;
}
.daily-journeys-page .listen-audio-card .card-body {
  border-top: 1px solid #C4C4C4;
}

.hidden {
  display: none;
}

/*******************************************************************/
@supports (backdrop-filter: none) {
   .video-page-bg {
     backdrop-filter: blur(10px);
   }
}

@supports not (backdrop-filter: none) {
  .video-page-bg {
     backdrop-filter: blur(10px);
     background-image: url('images/blurred-background.jpg');     
  }
}
@media not all and (min-resolution:.001dpcm) { 
  @supports (-webkit-appearance:none) {

  }
}
@media only screen and (max-width:340px) {
  .category-details-nav-tabs .tab-regular .nav-tabs .nav-link {
    margin: 4px 0px;
  }
}
@media only screen and (max-width:767px){
/*.category-cart p, 
.category-details-banner p,  
.cart-category-description {
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      min-height: 70px;
  }*/
  .play-icon-white {
      top: 50%;
  }
  .content-details-banner {
      height: 150px;
  }
  .video-details-banner {
    height: 200px;
  }
  .play-audio-page-2 .footer {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      margin-bottom: 0px;
  }
  .common-modal .modal-body .listen-audio-card {
      margin-bottom: 20px;
      border-radius: 0px;
      border: 1px solid #C4C4C4;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: left;
  }
  .common-modal .modal-dialog {
      margin-top: 0px;
      height: 100%;
  }
  .category .cart-image-section {
    height: 124px;
  }
 .content-detials-description {
    max-height: 250px;
  }
  .video-details-details-container .content-detials-description {
      padding: 0px 0px;
      min-height: 160px;
      max-height: 160px;
  }
  .category-content-details-container {
      height: auto;
      padding-top: 20px;
  }
  .content-details-page-footer {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
  }
  .start-button-container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 60px;
  }
  .video-page-modal {
    height: 95%;
  }
  .video-page-modal .modal-content {
      height: 100%;
  }
  .common-modal .modal-header {
    padding: 10px 15px;
  }
  .modal-body {
    overflow: auto;
    padding-top: 0px;
  }
  .common-modal .modal-title {
    padding: 0px;
  }
  .common-modal .modal-footer-content {
    padding: 0px;
  }
  .page-category-list-container .col-md-6:nth-child(even) .category-cart {
    margin-left: 0px;
  }
  .page-category-list-container .col-md-6:nth-child(odd) .category-cart {
    margin-right: 0px;
  }
  .page-category-list-container {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width:767px) and (orientation: landscape) {
  .category-details-tabs-section .category {
      background-repeat: no-repeat !important;
      background-size: cover !important;
  }
  .category-details-tabs-section .card-body {
    margin-top: 0px;
      background: #FFF;
  }
  .play-icon-white {
    top: 50%;
  }
  .white-transparent-overlay {
      height: 60%;
      overflow: auto;
  }
  .play-audio-page .footer-powered-by-text {
      position: relative;
  }
  .play-audio-page-2 .footer {
      position: relative;
  }
  .common-modal {
      top: 0px;
  }
  .common-modal .modal-content {
      height: 95vh;
      overflow: auto;
  }
  .common-modal .modal-dialog {
      max-width: 96%;
  }
  .category .cart-image-section {
    height: 200px;
}
  .content-details-page-footer {
    position: relative;
  }
  .video-content-detail .content-details-page-footer {
    position: fixed;
    bottom: 0;
  }
  .content-details-page-bg-img {
    height: 100vw;
  }
  .start-button-container {
    position: initial;
  }
  .video-content-detail .start-button-container {
    position: fixed;
    bottom: 60px;
  }
  .category-content-details-container {
    height: 100vh;
  }
}
@media only screen and (max-width: 320px){
  .play-audio-page-2 .footer {
      position: relative;
      left: 0;
      right: 0;
      bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width:1024px){
  footer {
      position: fixed;
      bottom: 0;
      width: 100%;
  }
  .category-details-tabs-section .category {
      background-repeat: no-repeat !important;
      background-size: cover !important;
  }
  .category-details-tabs-section .card-body {
    margin-top: 0px;
      background: #FFF;
  }
  .play-icon-white {
    top: 50%;
  }
  .audio-content-cover-img {
      height: 500px;
  }
  .play-audio-page-2 .footer {
      position: fixed;
  }
  .audio-page-1-footer {
      position: fixed;
  }
  .category .cart-image-section {
    position: relative;
    height: 150px;
  }
  .video-details-details-container .content-detials-description {
    min-height: auto;
    max-height: 100%;
  }
  .common-modal .footer-content {
      width: 100%;
      position: fixed;
      bottom: 0;
      margin: auto;
      padding: 30px 15px;
      left: 0;
      right: 0;
  }
  .common-modal .modal-content {
    height: 96vh;
    overflow-y: auto;
  }
  .common-modal .modal-dialog {
      margin-top: 20px;
  }
}
@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation: landscape) {
  .play-audio-page-2 .footer {
      position: relative;
  }
  .video-details-details-container .video-details-banner {
    height: 180px;
  }
  .video-page-bg {
    height: 100vw;
  }
  .start-button-container {
      position: relative;
      left: 0;
      right: 0;
      bottom: 0px;
  }
  .content-details-page-footer {
      position: relative;
      bottom: 0;
  }
  .common-modal .footer-content {
    position: relative;
  }
  footer {
      position: relative;
      bottom: 0;
      width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width:1366px){
  footer {
      position: relative;
      bottom: 0;
      width: 100%;
  }
  .category-details-tabs-section .category {
      background-repeat: no-repeat !important;
      background-size: cover !important;
  }
  .category-details-tabs-section .card-body {
    margin-top: 0px;
      background: #FFF;
  }
  .play-icon-white {
    top: 50%;
  }
  .white-transparent-overlay {
      height: 35%;
  }
  .audio-content-cover-img {
      height: 350px;
  }
  .play-audio-page-2 .footer {
      position: fixed;
  }
  .video-details-details-container .content-detials-description {
    min-height: auto;
    max-height: 100%;
  }
  .common-modal .modal-content {
    height: 96vh;
    overflow-y: auto;
  }
  .common-modal .modal-dialog {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width:1366px) and (orientation: landscape){
  .play-icon-white {
    top: 50%;
  }
  .white-transparent-overlay {
      height: 50%;
  }
  .audio-content-cover-img {
      height: 350px;
  }
  .play-audio-page-2 .footer {
      position: relative;
  }
  .video-details-details-container .content-detials-description {
    min-height: 140px;
    max-height: 140px;
  }
  .video-details-details-container .video-details-banner {
    height: 180px;
  }
}

@media only screen and (min-width: 1366px) {
  .video-details-details-container .content-detials-description {
    min-height: 200px;
    max-height: 200px;
  }
}
.go-home-btn {
color: #fff;
background-color: #FF7259;
border-color: #FF7259;
}
.go-home-btn:hover, 
.go-home-btn:focus,
.go-home-btn:visited,
.go-home-btn:not(:disabled):not(.disabled).active,
.go-home-btn:not(:disabled):not(.disabled):active,
.show>.go-home-btn.dropdown-toggle {
color: #fff;
background-color: #FF7259;
border-color: #FF7259;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem #FF7259;
}



/***************************** video page css starts here ***************/
.video-play-page figure {
max-width:100%;
width:100%;
height:100%;
margin: 0;
}
.video-play-page video {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
overflow: hidden;
}
.video-play-page {
  width: 100%;
  height: 100%;
  margin: 0;
}
/* .video-js .vjs-tech, */
/* .video-js {
  position: relative;
  width: 100%;
  margin: 0;
  height: 100vh;
} */

.video-play-page .media-controls {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
/* display: none; */
}
.video-container .media-controls .buttons {
cursor: pointer;
}
.video-play-page .fa-play, .video-play-page .fa-pause {
background: #fff;
border-radius: 40px;
height: 54px;
width: 54px;
color: #000;
padding: 18px 18px;
font-size: 20px;
cursor: pointer;
text-align: center;
}
.video-play-page .fa-play{
letter-spacing: -4px;
}
.video-play-page .fa-pause {
letter-spacing: 0px;
}

.video-play-page .progress,
.play-audio-page .progress,
.play-audio-page-2 .progress {
display: flex;
height: 7px;
overflow: hidden;

background: #706F6F;
border-radius: 20px;
width: 100%;
margin: 0;
cursor: pointer;
vertical-align: middle;
align-items: center;
}
.play-audio-page-2 .progress {
background: #CBCACA;
}
.video-play-page .progress progress,
.play-audio-page .progress progress,
.play-audio-page-2 .progress progress {
width: 100%;
display: flex;
height: 5px;
overflow: hidden;
border-radius: 20px;
vertical-align: middle;
align-items: center;
}

@-moz-document url-prefix() {
  .video-play-page .progress progress,
  .play-audio-page .progress progress,
  .play-audio-page-2 .progress progress {
    height: 5px;
  }
}
.video-play-page .progress progress,
.play-audio-page .progress progress,
.play-audio-page-2 .progress progress {
position: relative;
}

/* .progress progress::before,
.progress progress::after {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
} */
/* 
.progress progress::before {
width: 100%;
background: burlywood;
}

.progress progress::after {
width: 75%;
background: brown;
} */

.video-play-page progress[value]::-webkit-progress-bar,
.play-audio-page progress[value]::-webkit-progress-bar,
.play-audio-page progress[value]::-moz-progress-bar
 {
background: #706F6F;
border-radius: 20px;
}

.play-audio-page-2 progress[value]::-webkit-progress-bar {
background: #CBCACA;
border-radius: 20px;
}
.play-audio-page-2 progress[value]::-moz-progress-bar {
  background: #CBCACA;
}
.video-play-page progress[value]::-webkit-progress-value,
.play-audio-page progress[value]::-webkit-progress-value,
.play-audio-page progress[value]::-moz-progress-bar {
background: #fff;
border-radius: 20px; 
}
.play-audio-page-2 progress[value]::-webkit-progress-value {
background: #555555;
border-radius: 20px;
}

.play-audio-page-2 progress[value]::-moz-progress-bar {
background: #555555;
}
.video-play-page .progress-bar-controls,
.play-audio-page .progress-bar-controls,
.play-audio-page-2 .progress-bar-controls {
width: 96%;
margin: auto;
position: absolute;
left: 0;
right: 0;
bottom: 40px;
z-index: 99999;
margin-bottom: 0px;
margin-top: 0px;
}
.video-play-page .content-duration, 
.video-play-page .current-duration {
color: #fff;
}
.video-play-page .video-container {
width: 100%;
position: relative;
background-color: #000;
height: 100vh;
}
.video-page-modal {
z-index: 99999;
}
.video-play-page .video-top-back-button {
  /* position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  width: 100%;
  display: none; */
  position: fixed;
  top: 0px;
  right: 0;
  display: block;
  width: 40px;
  float: right;
}
.video-top-back-button .fa-angle-left {
  color: #fff;
  font-size: 30px;
  padding-left: 20px;
  cursor: pointer;
}
.video-play-page .video-overlay {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(5, 5, 5, 0.4);
  display: none;
}
.video-page-bg {
backdrop-filter: blur(90px);
-webkit-backdrop-filter: blur(90px);
background-color: rgba(255, 255, 255, 0.6);
}
.video-close {
  position: relative;
  margin: 8px;
  font-size: 30px;
  float: right;
  line-height: 40px;
  right: 10px;
  background: #fff;
  border-radius: 40px;
  height: 40px;
  width: 40px;
  color: #000;
  padding: 0px 0px;
  cursor: pointer;
  text-align: center;
}
.video-play-page .media-controls .forward-track,
.video-play-page .media-controls .backward-track,
.video-play-page .media-controls .previous-track,
.video-play-page .media-controls .next-track
 {
    background: #fff;
    border-radius: 40px;
    padding: 10px;
    opacity: 0.8;
    transition: opacity .2s;
    cursor: pointer;
}
.video-play-page .media-controls .previous-track.disable, 
.video-play-page .media-controls .next-track.disable 
{
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    background: #f8f9fa;
}
/*****new added css ******/
.kids-category-list-section {
  margin: auto;
  margin-top: 16px;
}
.kids-section-title {
  font-size: 22px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 5px;
}
.kids-section-title-description {
  font-weight: 480;
  font-size: 16px;
  line-height: 19px;
  color: #090808;
}

.cookie-popup {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 30%;
    padding: 30px;
    background-color: hsl(210,8%,20%);
    z-index: 9999;
    color: #fff;
}
.cookie-popup .msg-wrap p {
  color: #fff;
}
.cookie-popup button.btn-primary {
  width: 100%;
  border-radius: 5px;
  padding: 6px 6px;
  outline: none;
  border: 0;
}
.privacy-policy-link {
  color:#115cfa;
  text-decoration: none;
}
.btn-reject {
  background-color: hsl(205,47%,97%);
  color: hsl(205,47%,42%);
  margin-top: 10px;
}

.video-player-content-title {
    position: fixed;
    top: 0px;
    /* right: 0; */
    display: flex;
    width: 100%;
    float: left;
    left: 0;
    padding: 20px 15px;
    background-color: rgba(43, 51, 63, 0.7);
    font-size: 15px;
}

@media only screen and (max-width: 767px){
  .cookie-popup {
    bottom: 2px;
    right: 0px;
    left: 0px;
    width: 98%;
    padding: 15px;
    margin: auto;
  }
  .video-close {
    height: 30px;
    width: 30px;
    padding: 0px 0px;
    margin: 0;
    font-size: 32px;
    line-height: 32px;
  }
  .video-player-content-title {
    padding: 18px 15px;
  }
.video-play-page figure {
    position: absolute;
    top: 18%;
    border: 0;
    left: 0;
    right: 0;
    height: auto;
}
.video-play-page {
    overflow: hidden;
}
.video-play-page .progress-bar-controls {
    bottom: 20px;
}
/* .video-play-page .prev-track, .next-track */
.video-play-page .playpause-track {
    margin: 0px 30px;
}
.video-play-page .fa-play, .video-play-page .fa-pause {
    height: 40px;
    width: 40px;
    padding: 13px 13px;
    font-size: 17px;
}
.video-play-page .video-top-back-button {
  top: 10px;
}
.video-top-back-button .fa-angle-left {
  padding-left: 15px;
}
.video-play-page .video-container {
  height: 100%;
}
/* .video-js .vjs-tech {
  position: relative;
  width: 100%;
  margin: 0;
  height: auto;
}
.video-play-page  .video-js {
  height: 30%;
} */
.video-play-page .media-controls .forward-track, 
.video-play-page .media-controls .backward-track,
.video-play-page .media-controls .previous-track,
.video-play-page .media-controls .next-track
{
  padding: 6px;
}
}

/* video{
  object-fit: cover;
} */

/* .video-play-page .video-js {
  width: 100%;
  height: 100%;
} */
.video-play-page .video-id-dimensions {
  width: 100%;
  height: 100vh;
}
.video-play-page .backward-sec-icon,
.video-play-page .forward-sec-icon,
.video-play-page .previous-sec-icon,
.video-play-page .next-sec-icon
{
    width: 22px;
}
.video-play-page .next-sec-icon,
.video-play-page .previous-sec-icon {
    height: 22px;
    color: #000;
    font-size: 18px;
    line-height: 22px;
}
@media only screen and (max-width: 767px){
  .video-play-page .video-js {
      /* width: 100%;
      height: 200px; */
      /*height: 100vh;*/
  }
  /*.video-play-page figure {
      top: 0;
  }*/
}
@media only screen and (max-width: 767px) and (orientation: portrait){
  .video-play-page .video-id-dimensions {
    width: 100%;
    height: 100vh;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape){
  /* .video-play-page .video-js {
      width: 100%;
      height: 100vh;
  } */
  .video-play-page figure {
      top: 0;
  }
  .video-play-page .video-js {
    height: 100%;
  }
  .video-play-page .video-id-dimensions {
    width: 100%;
    height: 100vh;
  }
}
/************* video page code ends here *************/


.share-with-us-title {
  font-family: 'playfair_displayregular';
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #141414;
  text-align: center;
  margin-bottom: 1rem;
}
.share-with-us-section {
  width: 100%;
    vertical-align: middle;
    align-items: center;
    display: flex;
    margin: auto;
    height: 85vh;
}
.share-with-us-container {
  /* height: 85vh; */
  width: 100%;
  padding-top: 0px;
}
.share-with-us-page .main {
    height: 85vh;
    display: flex;
    width: 100%;
    margin: auto;
}
.share-with-us-bg-img {
  width: 100%;
  height: 100%;
}
.share-with-us-page .footer {
  padding: 0;
  height: 15vh;
}
.share-with-us-form-section {
  display: block;
  width: 82%;
  margin: auto;
}
.share-with-us-form-section input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #C7C7C7;
  font-family: 'National';
  font-style: normal;
  font-weight: 480;
  font-size: 14px;
  line-height: 17px;
  /* color: #C7C7C7; */
  padding: 8px;
  margin-bottom: 0px;
  outline: none;
}
.share-with-us-form-section input::-webkit-input-placeholder { /* Edge */
  color: #C7C7C7;
}

.share-with-us-form-section input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #C7C7C7;
}

.share-with-us-form-section input::placeholder {
  color: #C7C7C7;
}


.share-with-us-form-section input[type=button],
.share-with-us-form-section button:disabled {
  background: #555555;
  color: #fff;
  font-family: 'playfair_displayregular';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin-top: 10px;
}
.share-with-us-form-section input[type=button]:disabled,
.share-with-us-form-section button:disabled {
  opacity: 0.5;
}
.section-name {
  margin-top: 20px;
  font-size: 18px;
}
em {
  display: none;
  font-size: 13px;
  color: #ff0000;
  line-height: 1.5rem;
}
.form-group {
  margin-bottom: 10px;
}

.video-content-title {
   position:absolute;
  top:30%;
  left:20%;
  z-index:1;
}
.video-content-title h2 {
  color: white;
  font-size: 20px;
  align-self: center;
  margin: 10px 0px
}
#video-content {
  position: relative;
}
.title-label {
   position: absolute;
   z-index: 9;
   color: blue;
   margin-top: 5px;
   margin-left: 5px;
}
.overlay {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: rgb(28 28 28 / 25%);
    pointer-events: none;
}
                    
@media only screen and (max-width: 767px) and (orientation: landscape){
  .share-with-us-page .footer {
    height: auto;
  }
  .share-with-us-section {
    height: 100vh;
  }
  .share-with-us-container {
    height: 100%;
  }
}