/* Template: Aria - Business HTML Landing Page Template
   Author: Inovatik
   Created: Jul 2019
   Description: Master CSS file
*/

/*****************************************
Table Of Contents:

01. General Styles
02. Preloader
03. Header
04. Schedule Form
05. Intro -what is falun gong 
06. Description -Five Exercises
07. Testimonials
08. Around World
09. F&Q
10. Footer
11. Copyright
12. Back To Top Button
13. Media Queries
******************************************/

/*****************************************
Colors:

- Backgrounds - light gray #fbfbfb
- Background - dark blue #153e52
- Backgrounds navbar, footer - dark gray #113448
- Buttons, bullets, icons - green #14bf98/ #56bfc3
- Headings text - black #484a46
- Body text - gray #787976
- Body text - light gray #dfe5ec
******************************************/

/******** import Warnock font ********/
@font-face {
    font-family: 'iCiel-Medium';
    src: url('../webfonts/iCiel Medium.ttf') format('truetype'), /* Safari, Android, iOS */
  }
  @import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@600&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&display=swap');
  
  /*Calendly style*/
  a._2F38v___branding-Container__cls1._1HStU___branding-Container__isPhone {
      display: none !important;
  }
  div._2DyJO___side_panel-InnerPaddingContainer__cls1 {
      display: none !important;
  }
  
  /******************************/
  /*     01. General Styles     */
  /******************************/
  body,
  html {
      width: 100%;
      height: 100%;
  }
  
  body, p {
      color: #787976; 
      font-family: "canada-type-gibson", sans-serif;
      font-weight: 200;
      font-style: normal;  
  }
  #page-region {
      width: 90%;
      transform: scale(1);
  }
  
  .p-large {
  /*	font: 400 1.125rem/1.625rem "Open Sans", sans-serif;*/
      font-family: "canada-type-gibson", sans-serif;
      font-weight: 400;
      font-style: normal; 
  }
  
  .p-small {
      font: 400 0.875rem/1.375rem "canada-type-gibson", sans-serif;
  }
  
  .p-heading {
      margin-bottom: 3.5rem;
  /*	text-align: center;*/
  }
  .p-thankyou {
      text-align: left;
      color: #f5b700;
      padding:  2rem 2% 0;
      font: 600 1.75rem/2.125rem "canada-type-gibson", sans-serif;
  }
  .p-contact {
      color: #dfe5ec;
      font-size: 16px;
      padding: 1rem 2% 0;
      font-weight: 400;
  }
  @media only screen and (max-width: 500px) {
      .p-thankyou {
          padding: 1rem 9% 0;
      }
      .p-contact {
          padding: 0.5rem 9%;
      }
  }
  .p-register-status {
      color: #f5b700;
      font-size: 26px;
      font-weight: 600;
      text-decoration: underline;
  }
  .copyright .p-small {
      opacity: 0.8;
      font-weight: 200;
  }
  .firstp-small {
      padding-bottom: 1rem;
  }
  .li-space-lg li {
      margin-bottom: 0.375rem;
  }
  
  .indent {
      padding-left: 1.25rem;
  }
  
  h1 {
      color: #23408f;
      font: 700 2.5rem/3rem "canada-type-gibson", sans-serif;
  }
  
  h2 {
      color: #23408f;
      font: 700 1.75rem/2.125rem "canada-type-gibson", sans-serif;
  }
  
  h3 {
      color: #23408f;
      font: 700 1.375rem/1.75rem "canada-type-gibson", sans-serif;
  }
  
  h4 {
      color: #23408f;
      font: 700 1.25rem/1.625rem "canada-type-gibson", sans-serif;
  }
  
  h5 {
      color: #23408f;
      font: 700 1.125rem/1.5rem "canada-type-gibson", sans-serif;
  }
  
  h6 {
      color: #23408f;
      font: 700 1rem/1.375rem "canada-type-gibson", sans-serif;
  }
  
  a {
      color: inherit;
      text-decoration: none;
  }
  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #787976;
    opacity: 1; /* Firefox */
  }
  
  #termsofuse {
      text-decoration: underline;
      vertical-align: middle;
  }
  
  a:hover {
      color: inherit;
      text-decoration: none;
  }
  
  a.green {
  /*	color: #14bf98;*/
      color: #56bfc3;
  }
  
  a.white,
  .white {
      color: #dfe5ec;
  }
  
  .testimonial-text {
      font-style: italic;
  }
  
  .testimonial-author {
      font: 700 1rem/1.375rem "canada-type-gibson", sans-serif;
  }
  
  strong {
      color: #484a46;
  }
  
  .section-title {
      font: 500 0.8125rem/1.125rem "canada-type-gibson", sans-serif;
  }
  
  .btn-solid-reg {
      display: inline-block;
      padding: 1.1875rem 1.875rem 1.1875rem 1.875rem;
      border: 0.125rem solid #56bfc3;
      border-radius: 0.25rem;
      background-color: #56bfc3;
      color: #fff;
      font: 700 0.75rem/0 "canada-type-gibson", sans-serif;
      text-decoration: none;
      transition: all 0.2s;
  }
  
  .btn-solid-reg:hover {
      background-color: transparent;
      color: #56bfc3;
      text-decoration: none;
  }
  
  .btn-solid-lg {
      display: inline-block;
      padding: 1.375rem 2.125rem 1.375rem 2.125rem;
      border: 0.125rem solid #56bfc3;
      border-radius: 0.25rem;
      background-color: #56bfc3;
      color: #fff;
      font: 700 0.75rem/0 "canada-type-gibson", sans-serif;
      text-decoration: none;
      transition: all 0.2s;
  }
  
  .btn-solid-lg:hover {
      background-color: transparent;
      color: #56bfc3;
      text-decoration: none;
  }
  
  .btn-outline-reg {
      display: inline-block;
      padding: 1.1875rem 1.875rem 1.1875rem 1.875rem;
      border: 0.125rem solid #787976;
      border-radius: 0.25rem;
      background-color: transparent;
      color: #787976;
      font: 700 0.75rem/0 "canada-type-gibson", sans-serif;
      text-decoration: none;
      transition: all 0.2s;
  }
  
  .btn-outline-reg:hover {
      background-color: #787976;
      color: #fff;
      text-decoration: none;
  }
  
  .btn-outline-lg {
      display: inline-block;
      padding: 1.375rem 2.125rem 1.375rem 2.125rem;
      border: 0.125rem solid #787976;
      border-radius: 0.25rem;
      background-color: transparent;
      color: #787976;
      font: 700 0.75rem/0 "canada-type-gibson", sans-serif;
      text-decoration: none;
      transition: all 0.2s;
  }
  
  .btn-outline-lg:hover {
      background-color: #787976;
      color: #fff;
      text-decoration: none;
  }
  
  .btn-outline-sm {
      display: inline-block;
      padding: 1rem 1.625rem 0.9375rem 1.625rem;
      border: 0.125rem solid #787976;
      border-radius: 0.25rem;
      background-color: transparent;
      color: #787976;
      font: 700 0.75rem/0 "canada-type-gibson", sans-serif;
      text-decoration: none;
      transition: all 0.2s;
  }
  
  .btn-outline-sm:hover {
      background-color: #787976;
      color: #fff;
      text-decoration: none;
  }
  
  .form-group {
      position: relative;
      margin-bottom: 0.75rem;
  }
  
  .form-group.has-error.has-danger {
      margin-bottom: 0.625rem;
  }
  
  .form-group.has-error.has-danger .help-block.with-errors ul {
      margin-top: 0.375rem;
  }
  
  .label-control {
      position: absolute;
      top: 0.8125rem;
      left: 1.375rem;
      color: #787976;
      opacity: 1;
      font: 400 0.875rem/1.375rem "canada-type-gibson", sans-serif;
      cursor: text;
      transition: all 0.2s ease;
  }
  
  
  /* IE10+ hack to solve lower label text position compared to the rest of the browsers */
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
      .label-control {
          top: 0.9375rem;
      }
  }
  
  .form-control-input:focus + .label-control,
  .form-control-input.notEmpty + .label-control,
  .form-control-textarea:focus + .label-control,
  .form-control-textarea.notEmpty + .label-control {
      top: 0.125rem;
      opacity: 1;
      font-size: 0.75rem;
      font-weight: 500;
  }
  
  .form-control-input,
  .form-control-select {
      display: block; /* needed for proper display of the label in Firefox, IE, Edge */
      width: 100% !important;
      padding-top: 1.25rem;
      padding-bottom: 0.25rem;
      padding-left: 1.3125rem !important;
      border: 1px solid #dadada;
      border-radius: 0.25rem !important;
      background-color: #fff;
      color: #787976;
      font: 400 0.875rem/1.375rem "canada-type-gibson", sans-serif;
      transition: all 0.2s;
      -webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
      height: 3rem !important;
  }
  .form-control-input,
  .form-control-select {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
      height: 3rem !important;
      padding-left: 1.3125rem !important;
  }
  
  /* IE10+ hack to solve lower label text position compared to the rest of the browsers */
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
      .form-control-input {
          padding-top: 1.25rem;
          padding-bottom: 0.75rem;
          line-height: 1.75rem;
      }
  
      .form-control-select {
          padding-top: 0.875rem;
          padding-bottom: 0.75rem;
          height: 3.125rem;
          line-height: 2.125rem;
      }
  }
  
  select {
  /*     you should keep these first rules in place to maintain cross-browser behavior */
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      background-image: url('../images/down-arrow.png');
      background-position: 96% 50%;
      background-repeat: no-repeat;
      outline: none;
  }
  
  select::-ms-expand {
      display: none; /* removes the ugly default down arrow on select form field in IE11 */
  }
  
  .form-control-textarea {
      display: block; /* used to eliminate a bottom gap difference between Chrome and IE/FF */
      width: 100%;
      height: 8rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
      padding-top: 1.25rem;
      padding-left: 1.3125rem;
      border: 1px solid #dadada;
      border-radius: 0.25rem;
      background-color: #fff;
      color: #787976;
      font: 400 1rem/1.5625rem "canada-type-gibson", sans-serif;
      transition: all 0.2s;
  }
  
  .form-control-input:focus,
  .form-control-select:focus,
  .form-control-textarea:focus {
      border: 1px solid #a1a1a1;
      outline: none; /* Removes blue border on focus */
  }
  
  .form-control-input:hover,
  .form-control-select:hover,
  .form-control-textarea:hover {
      border: 1px solid #a1a1a1;
  }
  
  .checkbox {
      font: 400 0.875rem/1.375rem "canada-type-gibson", sans-serif;
  }
  
  input[type='checkbox'] {
      vertical-align: -15%;
      margin-right: 0.375rem;
  }
  
  /* IE10+ hack to raise checkbox field position compared to the rest of the browsers */
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
      input[type='checkbox'] {
          vertical-align: -9%;
      }
  }
  
  .form-control-submit-button {
      display: inline-block;
      width: 100%;
      line-height: 3.5rem;
      vertical-align: middle;
      border: 0.125rem solid #f5b700;
      border-radius: 3.125rem;
      background-color: #f5b700;
      color: white;
      font-family:"canada-type-gibson", sans-serif;
      font-weight: 600;
      font-size: 16px;
      text-transform: uppercase;
      cursor: pointer;
      transition: all 0.2s;
      letter-spacing: 1px;
  }
  .form-control-submit-button a{
      letter-spacing: 1px;
  }
  
  .form-control-submit-button:hover {
      background-color: transparent;
      color: #ffcb08;
      border-color: #ffcb08;
  }
  
  /* Form Success And Error Message Formatting */
  #lmsgSubmit.h3.text-center.tada.animated,
  #cmsgSubmit.h3.text-center.tada.animated,
  #pmsgSubmit.h3.text-center.tada.animated,
  #lmsgSubmit.h3.text-center,
  #cmsgSubmit.h3.text-center,
  #pmsgSubmit.h3.text-center {
      display: block;
      margin-bottom: 0;
      color: #b93636;
      font: 400 1.125rem/1rem "canada-type-gibson", sans-serif;
  }
  
  .help-block.with-errors .list-unstyled {
      color: #787976;
      font-size: 0.75rem;
      line-height: 1.125rem;
      text-align: left;
  }
  
  .help-block.with-errors ul {
      margin-bottom: 0;
  }
  /* end of form success and error message formatting */
  
  /* Form Success And Error Message Animation - Animate.css */
  @-webkit-keyframes tada {
      from {
          -webkit-transform: scale3d(1, 1, 1);
          -ms-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
      }
      10%, 20% {
          -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
          -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
          transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
      }
      30%, 50%, 70%, 90% {
          -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
          -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
          transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
      }
      40%, 60%, 80% {
          -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
          -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
          transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
      }
      to {
          -webkit-transform: scale3d(1, 1, 1);
          -ms-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
      }
  }
  
  @keyframes tada {
      from {
          -webkit-transform: scale3d(1, 1, 1);
          -ms-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
      }
      10%, 20% {
          -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
          -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
          transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
      }
      30%, 50%, 70%, 90% {
          -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
          -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
          transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
      }
      40%, 60%, 80% {
          -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
          -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
          transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
      }
      to {
          -webkit-transform: scale3d(1, 1, 1);
          -ms-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
      }
  }
  
  .tada {
      -webkit-animation-name: tada;
      animation-name: tada;
  }
  
  .animated {
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
  }
  /* end of form success and error message animation - Animate.css */
  
  /* Fade-move Animation For Lightbox - Magnific Popup */
  /* at start */
  .my-mfp-slide-bottom .zoom-anim-dialog {
      opacity: 0;
      transition: all 0.2s ease-out;
      -webkit-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
      -ms-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
      transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
  }
  
  /* animate in */
  .my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
      opacity: 1;
      -webkit-transform: translateY(0) perspective(37.5rem) rotateX(0); 
      -ms-transform: translateY(0) perspective(37.5rem) rotateX(0); 
      transform: translateY(0) perspective(37.5rem) rotateX(0); 
  }
  
  /* animate out */
  .my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
      opacity: 0;
      -webkit-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg); 
      -ms-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg); 
      transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg); 
  }
  
  /* dark overlay, start state */
  .my-mfp-slide-bottom.mfp-bg {
      opacity: 0;
      transition: opacity 0.2s ease-out;
  }
  
  /* animate in */
  .my-mfp-slide-bottom.mfp-ready.mfp-bg {
      opacity: 0.8;
  }
  /* animate out */
  .my-mfp-slide-bottom.mfp-removing.mfp-bg {
      opacity: 0;
  }
  /* end of fade-move animation for lightbox - magnific popup */
  
  /* Fade Animation For Image Slider - Magnific Popup */
  @-webkit-keyframes fadeIn {
      from {
          opacity: 0;
      }
      to {
          opacity: 1;
      }
  }
  
  @keyframes fadeIn {
      from {
          opacity: 0;
      }
      to {
          opacity: 1;
      }
  }
  
  .fadeIn {
      -webkit-animation: fadeIn 0.6s;
      animation: fadeIn 0.6s;
  }
  
  @-webkit-keyframes fadeOut {
      from {
          opacity: 1;
      }
      to {
          opacity: 0;
      }
  }
  
  @keyframes fadeOut {
      from {
          opacity: 1;
      }
      to {
          opacity: 0;
      }
  }
  
  .fadeOut {
      -webkit-animation: fadeOut 0.8s;
      animation: fadeOut 0.8s;
  }
  /* end of fade animation for image slider - magnific popup */
  
  .small-h2 {
      font-size: 18px;
  }
  
  
  /*************************/
  /*     02. Preloader     */
  /*************************/
  .spinner-wrapper {
      position: fixed;
      z-index: 999999;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #113448;
  }
  
  .spinner {
      position: absolute;
      top: 50%; /* centers the loading animation vertically one the screen */
      left: 50%; /* centers the loading animation horizontally one the screen */
      width: 3.75rem;
      height: 1.25rem;
      margin: -0.625rem 0 0 -1.875rem; /* is width and height divided by two */ 
      text-align: center;
  }
  
  .spinner > div {
      display: inline-block;
      width: 1rem;
      height: 1rem;
      border-radius: 100%;
      background-color: #fff;
      -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
      animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  }
  
  .spinner .bounce1 {
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s;
  }
  
  .spinner .bounce2 {
      -webkit-animation-delay: -0.16s;
      animation-delay: -0.16s;
  }
  
  @-webkit-keyframes sk-bouncedelay {
      0%, 80%, 100% { -webkit-transform: scale(0); }
      40% { -webkit-transform: scale(1.0); }
  }
  
  @keyframes sk-bouncedelay {
      0%, 80%, 100% { 
          -webkit-transform: scale(0);
          -ms-transform: scale(0);
          transform: scale(0);
      } 40% { 
          -webkit-transform: scale(1.0);
          -ms-transform: scale(1.0);
          transform: scale(1.0);
      }
  }
  
  /********************************/
  /*     region dropdown menu     */
  /********************************/
  #region-dropdown {
      z-index: 999;
      position: absolute;
      height: 53px;
      line-height:16px;
      background-color: rgba(35, 64, 143, 0.95);
      vertical-align: middle;
  }
  #region-dropdown ul {
      list-style-type: none;
      overflow: hidden;
      margin: 0;
      padding: 0;
  }
  #region-dropdown li {
      float: left;
  }
  #region-dropdown li a, .dropdown-btn {
      width: 100%;
      display: inline-block;
      color: #dfe5ec;
      font-size: 16px;
      font-weight: 400;
      line-height: 23px;
      text-align: center;
      padding: 15px 60px;
      text-decoration: none;
  }
  #region-dropdown .arrow {
    border: solid #dfe5ec;
    border-width: 0 1.5px 1.5px 0;
    display: inline-block;
    padding: 3px;
    margin: 3px;
  }
  #region-dropdown .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  #region-dropdown li.dropdown {
      display: inline-block;
  }
  
  #region-dropdown .dropdown-content {
      display: none;
      min-width: 50vw;
      top: 100px;
      left: 0;
      background-color: #f9f9f9;
      min-width: 166px;
      box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
      z-index: 999;
  }
  #region-dropdown .dropdown-content a {
      width: 100%;
      color: #23408f;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
      text-align: left;
      border-bottom: 0.5px #CCCCCC solid;
  }
  #region-dropdown .dropdown-content a:hover {
      background-color: #EEEEEE;
  }
  #region-dropdown .dropdown:hover .dropdown-content {
      display: block;
  }
  
  /* mobile version */
  @media only screen and (max-width: 500px) {
      /*region dropdown menu*/
      #region-dropdown {
           width: 150px;
      }
      #region-dropdown li a, .dropdown-btn {
          width: 150px;
          font-size: 14px;
          padding: 15px 0;
      }
  }
  
  /*********************/
  /*    03. Header     */
  /*********************/
  .header {
      margin: 0 auto;
      background:url('../images/banner_1600.jpg') center center no-repeat;
      background-size: cover;
  }
  
  .header .header-content {
      padding-top: 0rem;
  }
  
  #header .text-container {
      margin-bottom: 6.25rem;
  }
      /* Header condition from media query */
      #header .text-container {
          width: 60%;
          justify-content: right;
          right: 0;
          margin-left: 44%;
      }
      #header .text-container p{
          text-align: left;
          max-width: 90%; 
      }
      
      .header .header-content {
          padding-top: 13rem;
          padding-bottom: 7.5rem;
      }
  
  #header h1 {
      margin-bottom: 0rem;
      color: #23408f;
      font-size: 50px;
      line-height: 63px;
      /* Gibson font here */
      font-weight: 550;
      font-style: normal;
  /*    font-family: 'Source Serif Pro', serif;*/
  /*    font-family: 'Playfair Display', serif;*/
  }
  
  #header .p-large {
      margin-top: 1rem;
      margin-bottom: 0.75rem;
      color: #23408f;
      font-size: 20px;
      font-weight: 300;
  }
  #header h2 {
      text-align: left;
      font-size: 20px;
  }
  .header .btn-solid-lg {
      margin-right: 0.5rem;
      margin-bottom: 1.25rem;
  }
      /* Header */
      .header .header-content {
          padding-top: 14rem;
          padding-bottom: 15rem;
      }
  
      .header .text-container {
          margin-top: 0rem;
      }
      /* end of header */
  
  
  /************************/
  /*     04. Benefits     */
  /************************/
  .cards-1 {
      padding-top: 0rem;
      padding-bottom: 2.875rem;
  }
  
  .cards-1 .card {
      margin-bottom: 2.5rem;
      margin-right: 0;
      padding: 0;
      border: none;
      text-align: left;
      display: flex;
      flex-flow: row nowrap;
  }
  
  .cards-1 .fa-stack {
      flex-grow: 1;
      flex-basis: 0;
      line-height: 6rem;
      text-align: left;
  }
  
  .cards-1 .fa-stack img {
      width: 60px;
      vertical-align: top;
  }
  
  .cards-1 .card-body {
      text-align: left;
      padding: 0;
      flex-grow: 8;
      flex-basis: 0;
      margin: 0;
  }
  .cards-1 .card-body p{
      margin: 0;
      padding: 0;
      font-weight: 300;
      font-size: 18px;
      line-height: 25px;
  }
  .cards-1 h4.card-title {
      margin-bottom: 0.625rem;
      font-weight: 500;
      font-size: 22px;
      font-style: normal;
  }
      /* Description */
      .cards-1 {
          padding-top: 4.75rem;
          z-index: 1;
      }
      .cards-1 .card {
  /*		display: inline-block;*/
  /*		max-width: 30rem;*/
          text-align: left;
          vertical-align: top;
          display: flex;
          flex-flow: row wrap; 
      }
      .cards-1 div.fa-stack {
          text-align: right;
          margin-right: 1.5rem;
          flex: 1;
      }
      .cards-1 div.card-body {
          flex: 2;
      }
      
      .cards-1 div.card:nth-child {
          margin-right: 2.5rem;
          margin-left: 2.5rem;
      }
      /* end of description */
  
  
  /*************************************/
  /*     04. Schedule Form -Call Me    */
  /*************************************/
  #callMe .card {
      padding: 0;
      text-align: left;
      width: 100%;
  }
  #callMe .yellow {
      color: #f5b700;
  }
  #mc-embedded-subscribe-form p {
      text-align: left;
      color: white;
      font-size: 13px;
      font-weight: 350;
      line-height: 16px;
      opacity: 0.75;
      padding-bottom: 0.5rem;
      margin: 0;
  }
  #mc-embedded-subscribe-form {
      text-align: center;
      margin: 0 auto;
      padding: 1.75rem 1.75rem 0;
  }
  .form-1 {
      padding-top: 2rem;	
  }
  div#callMe.form-1 {
      padding-top: 0;	
  }
  #callMe .col-lg-6 {
      padding: 0;
      margin: 0;
  }
  #form-container {
      max-width: 26rem;
      background-color: #23408f;
      padding: 3.5rem 3rem 3rem; 
      margin-top: -8.75rem;
      margin-left: 3rem;
      z-index: 2;
  }
  #form-container .white {
      text-align: center;
      padding: 0.5rem 0 1rem;
      margin: 0;
  }
  p.white {
      font-size: 16px;
      font-weight: 400;
  }
  div.form-group checkbox {
      text-align: center;
      justify-content: center;
  }
  #crediencial {
      clear: both;
      color: white !important;
      text-align: left;
      width: 150%;
      margin-left: -9%;
      letter-spacing: -0.25px;
  }
  #form-container p{
      text-align: left;
  }
  
  .form-1 .text-container {
      margin-bottom: 4rem;
  }
  
  .form-1 .section-title {
      margin-bottom: 0.5rem;
  }
  
  .form-1 h2 {
      margin-bottom: 1.375rem;
      color: #fff;
  }
  
  .form-1 .list-unstyled .fas {
      font-size: 0.5rem;
      line-height: 1.375rem;
  }
  
  .form-1 .list-unstyled .media-body {
      margin-left: 0.625rem;
  }
  
  .form-1 .label-control {
      color: #787976;
  }
  
  .form-1 .form-control-input,
  .form-1 .form-control-select {
      border: 1px solid #39728f;
      color: #787976;
      margin-top: 0.5rem;
      margin-bottom: 1.75rem;
  }
  
  .form-1 .form-control-textarea {
      border: 1px solid #39728f;
      background-color: #2a5d77;
      color: #fff;
  }
  
  .form-1 .form-control-input:focus,
  .form-1 .form-control-input:hover,
  .form-1 .form-control-select:focus,
  .form-1 .form-control-select:hover,
  .form-1 .form-control-textarea:focus,
  .form-1 .form-control-textarea:hover {
      border: 1px solid #fff;
  }
  
  #lmsgSubmit.h3.text-center.tada.animated,
  #lmsgSubmit.h3.text-center {
      color: #fff;
  }
  
  .form-1 .help-block.with-errors .list-unstyled {
      color: #dfe5ec;
  }
  
  .form-message {
      padding-bottom: 1rem;
  }
  #lmsgSubmit.h3.text-center {
      color: #f5b700  !important;
  }
  /*#mc_embed_signup .button {*/
  #mc_embed_signup {
      margin-top: 1.5rem;
  }
  #register-btn {
      clear: both;
      padding: 0.7rem !important;
      width: 100%  !important;
  /*    height: 3.125rem  !important;*/
      line-height: 3.125rem  !important;
      vertical-align: middle  !important;
      border: 0.125rem solid #f5b700  !important;
      border-radius: 3.125rem  !important;
      background-color: #f5b700  !important;
      color: white  !important;
      font: 0.75rem/1.75rem "canada-type-gibson", sans-serif  !important;
      font-weight: 600  !important;
      font-size: 18px  !important;
      text-transform: uppercase  !important;
      cursor: pointer  !important;
      transition: all 0.2s  !important;
      letter-spacing: 1px  !important;
  /*    margin-top: 1rem;*/
  }
  /*
  #mc_embed_signup div.response {
      margin: 0 0 1em  !important;
      padding: 0  !important;
      font-weight: bold;
      float: left;
      top: -1em;
      z-index: 1;
      width: 100%  !important;
  }
  */
  /*
  #mc_embed_signup div#mce-responses {
       margin: 0  !important; 
  }
  #mc_embed_signup #mce-success-response {
      color: #f5b700 !important;
      display: none;
  }
  */
  input#mce-PHONE.form-control-input {
      width: 100 !important;
  }
  #mc_embed_signup .mc-field-group {
       width: 100% !important; 
  }
  
  /*****************************************/
  /*     05. Intro -what is falun gong     */
  /*****************************************/
  #intro {
      background: url("../images/what_is_flg_bg-revised.jpg") top center no-repeat;
      background-size: cover;
      text-align: left;
  }
  h2.bigwhite {
      color: white;
      font-weight: 1000;
      font-size: 49px;
      text-align: left;
      line-height: 70px;
  }
  .basic-1 {
      padding-top: 4rem;
      padding-bottom: 1.75rem;
      position: relative; 
  }
  .basic-1 .text-container {
      padding: 3rem 18%;
      margin: 0;
  }
  .basic-1 .text-container h2,.basic-1 .text-container p{
      max-width: 35.85rem;
  }
  .basic-1 .text-container p{
      padding-top: 1rem;
      padding-bottom: 1rem;
      color: white;
      font-size: 24px;
      line-height: 30px;
      text-shadow: 2px 2px 12px #414140;
  }
  .basic-1 .text-container img {
      width: 525px;
      padding-bottom: 2.5rem;
      opacity: 0.75;
  }
  .basic-1 .section-title {
      margin-bottom: 0.5rem;
  }
  
  .basic-1 h2 {
      margin-bottom: 1.375rem;
  }
  
  .basic-1 .testimonial-author {
      color: #484a46;
  }
  
  /* Hover Animation */
  .basic-1 .image-container {
      margin: 0 auto;
      overflow: hidden;
      border-radius: 0.25rem;
  }
  
  .basic-1 .image-container img {
      margin: 0;
      border-radius: 0.25rem;
      transition: all 0.3s;
  }
  
  .basic-1 .image-container:hover img {
      -moz-transform: scale(1.15);
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  } 
  /* end of hover animation */
  
  #intro-video-div {
      padding: 2.75rem 5rem 0.25rem;
  }
  .video-container {
      text-align: center;
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%;
  }
  .video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
  
  /*****************************/
  /*     06. Five Exercises    */
  /*****************************/
  .h2-title {
      font-size: 36px;
      line-height: 50px;
  }
  #exercise-div {
      padding: 1.75rem 3rem 1.75rem;
      text-align: center;
      margin: 0 auto;
  }
  #exercise-div h2{
      padding-top: 3rem;
  }
  #exercise-container {
      display: flex; 
      flex-flow: row wrap;
      padding: 3rem 3rem 0;
  }
  .exercise {
      flex-basis: 0;
      flex-flow: 1;
  }
  #exercise-container img{
      width:300px;
  }
  #exercise-div button {
      width: 300px;
      margin: 1rem auto;
  }
  h2{
      text-align: center;
  }
  
  #exercise-div .accordion span .circle-numbering {
      display: inline-block;
      width: 2.25rem;
      height: 2.25rem;
      margin-right: 0.875rem;
      border: 0.125rem solid #f5b700;
      border-radius: 50%;
      background-color: #f5b700;
      color: #fff;
      font: 700 1rem/2.125rem "canada-type-gibson", sans-serif;
      text-align: center;
      vertical-align: top;
      cursor: default;
      transition: all 0.2s ease;
  }
  #exercise-div .accordion .item:hover span[aria-expanded="false"] .circle-numbering {
      border: 0.125rem solid #f5b700;
      background-color: #f5b700;
      color: #fff;
  }
  #exercise-div .accordion .accordion-title {
      display: inline-block;
      width: 80%;
      height: auto;
      margin-top: 0.125rem;
      margin-bottom: 0;
      color: #23408f;
      font: 400 "canada-type-gibson", sans-serif;
      font-size: 18px;
      line-height: 22px;
      vertical-align: middle;
      transition: all 0.2s ease;
      cursor: default;
  }
  #exercise-div .accordion .accordion-body {
      font-size: 16px;
      font-weight: 300;
      line-height: 20px;
  }
  #exercise-div .accordion-container {
      display: flex;
      flex-flow: row wrap;
      max-width: 100%;
  }
  #exercise-div .accordion-container .item {
      flex: 1;
      text-align: left;
      margin-left: 0.25rem;
      margin-right: 0.25rem;
  }
  img.exercise-img {
      width: 150px !important;
  }
  img#img1 {
      padding-top: 1.5rem;
      padding-bottom: 0.25rem;
      margin-left: -1.2rem;
      width: 150px !important;
  }
  img#img2 {
      width: 87px !important;
      padding-top: 0.25rem;
      margin-right: 1rem;
  }
  img#img3 {
      width: 78px !important;
      padding-bottom: 0.25rem;
      margin-right: 1rem;
  }
  img#img4 {
      width: 80px !important;
      padding-top: 1.3rem;
      margin-bottom: -0.25rem;
      margin-right: 1rem;
  }
  img#img5 {
      width: 150px !important;
      padding-bottom: 2.1rem !important;
      padding-top: 4.5rem;
      margin-right: 1rem;
  }
  .img-div {
      text-align: center;
  }
  div.exer1ong {
      padding-top: 0.5rem;
  }
  @media (min-width: 993px) {
      div.exershot {
          padding-top: 0.5rem;
      }
  }
  /****************************/
  /*     07. Testimonials     */
  /****************************/
  #Testimonials {
      padding-top: 1.75rem;
      padding-bottom: 3rem;
  }
  .test-flex {
      display: flex;
      flex-flow: row wrap;
  }
  .test-video {
      width: 12rem;
      flex-grow:1;
      flex-basis: 0;
      padding: 2.75rem 5rem 0.25rem;
  }
  .test-text {
      flex-grow: 1;
      flex-basis: 0;
  }
  div.test-text .testimonial-text {
      position: relative;
      padding: 2.5rem 2rem;
      padding-bottom: 1.75rem;
      border-radius: 0.5rem;
      -webkit-box-shadow: 0 1.5rem 4rem rgba(0,0,0,0.03);
      box-shadow: 0 1.5rem 1.5rem rgba(0,0,0,0.03);
  }
  
  div.testimonial-text p:before {
      content: '“';
      position: absolute;
      font-size: 3em;
      color: #cfd1d0;
      font-weight: 600;
      left: 0.6em;
      top: -1.5rem;
  }
  .test-text .testimonial-author {
      margin-left: 0.5rem;
  }
  .plain-text {
      flex: 1;
  }
  .plain-text .testimonial-text p{
      border-radius: 0.5rem;
      padding: 0 2.3em;
      margin: 0.75rem 1.25rem;
      vertical-align: middle;
      font-size: 17px !important;
      font-weight: 300;
      color: #333333;
      -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
      transition: -webkit-box-shadow 0.2s ease-in-out;
      transition: box-shadow 0.2s ease-in-out;
      transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
      line-height: 1.5;
  }
  div.text-bubble {
      width: 90%;
  }
  #plain-text-container {
      margin-top: 1.75rem;
      text-align: left;
      font-size: 17px;
  }
  
  .testimonial-text {
      position: relative;
  }
  .plain-text .testimonial-author {
      z-index: 5;
      padding-left: 3.75rem;
  } 
  .testimonial-author {
      color: #23408f !important;
      padding-top: 0.5rem;
      font-weight: 400;
      letter-spacing: 1px;
  }
  
  
  /****************************/
  /*   08. Around the world   */
  /****************************/
  #around-world {
      margin-top: 0.5rem;
      padding-top: 3.25rem;
      padding-bottom: 2rem;
      background: #f3f4f4;
  }
  .br-on-mobile {
      display: none;
  }
  .slider {
      padding-top: 1.375rem;
      padding-bottom: 0;
  /*	background-color: #fbfbfb;*/
  }
  
  .slider .slider-container {
      position: relative;
  }
  
  .slider .swiper-container {
      position: static;
      width: 90%;
      text-align: center;
  }
  
  #around-world .slider .swiper-button-prev:focus,
  #around-world .slider .swiper-button-next:focus {
      /* even if you can't see it chrome you can see it on mobile device */
      outline: none;
  }
  
  .slider .swiper-button-prev {
      left: -0.5rem;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23787976'%2F%3E%3C%2Fsvg%3E");
      background-size: 1.125rem 1.75rem;
  }
  
  .slider .swiper-button-next {
      right: -0.5rem;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23787976'%2F%3E%3C%2Fsvg%3E");
      background-size: 1.125rem 1.75rem;
  }
  
  .slider .card {
      position: relative;
      border: none;
      background-color: transparent;
      margin-right: 0;
      margin-left: auto;
      margin: 0.5rem;
  }
  
  .slider .card-image {
      height: 13rem;
      width: auto;
      margin-right: auto;
      margin-bottom: 0.25rem;
      margin-left: auto;
      text-align: center;
  }
  
  .slider .card .card-body {
      padding-bottom: 0;
      padding-top: 0.25rem;
      text-align: center;
  }
  
  .slider .testimonial-text {
      margin-bottom: 0.625rem;
      text-decoration: none;
      color: black;
      font-style: normal;
  }
  
  .slider .testimonial-author {
      color: #484848;
      letter-spacing: 20;
      font-size: 14px;
  }
  
  /*******************************/
  /*     09. FAQ (Details 1)     */
  /*******************************/
  #h2-faq {
      font-size: 26px !important;
      font-weight: 500;
  }
  .accordion .accordion-container {
      max-width: 90%;
      margin: 0 auto;
      padding-top: 0;
      padding-bottom: 1.5rem;
  }
  
  .accordion h2 {
      margin-bottom: 1.625rem;
  }
  
  .accordion .item {
      margin-bottom: 2rem;
  }
  
  .accordion h4 {
      margin-bottom: 0;
  }
  
  .accordion span[aria-expanded="true"] .circle-numbering,
  .accordion span[aria-expanded="false"] .circle-numbering {
      display: inline-block;
      width: 2.25rem;
      height: 2.25rem;
      margin-right: 0.875rem;
      border: 0.125rem solid #23408f;
      border-radius: 50%;
      background-color: #23408f;
      color: #fff;
      font: 700 1rem/2.125rem "canada-type-gibson", sans-serif;
      text-align: center;
      vertical-align: middle;
      cursor: pointer;
      transition: all 0.2s ease;
  }
  
  .accordion span[aria-expanded="false"] .circle-numbering {
      border: 0.125rem solid #484a46;
      background-color: transparent;
      color: #484a46;
  }
  .accordion .item:hover span[aria-expanded="false"] .circle-numbering {
      border: 0.125rem solid #23408f;
      background-color: #23408f;
      color: #fff;
  }
  .accordion .accordion-title {
      display: inline-block;
      width: 70%;
      margin-top: 0;
      margin-bottom: 0;
      padding: 0;
      color: #484a46;
      vertical-align: middle;
      cursor: pointer;
      transition: all 0.2s ease;
      font-size: 20px;
  }
  
  .accordion .item:hover .accordion-title {
      color: #23408f;
  }
  
  .accordion span[aria-expanded="true"] .accordion-title {
      color: #23408f;
  }
  
  .accordion .accordion-body {
      margin-left: 3.125rem;
  }
      .accordion .accordion-container {
  /*		max-width: 100%;*/
          padding-bottom: 0;
      }
      div#accordionOne.accordion-container {
          max-width: 30%;
          padding-bottom: 0;
      }
  
      .accordion .accordion-title {
          width: 85%;
      }
  
  
  /**********************/
  /*     10. Footer     */
  /**********************/
  #footer {
      padding: 3rem 4rem 1rem;
      text-align: center;
      position: relative;
      margin-top: 3.75rem;
  }
  #footer p{
      font-family: canada-type-gibson, sans-serif;
      font-weight: 200;
      font-style: normal;   
  }
  #footer::before {
      content: "";
      position: absolute;
      top: 0; 
      left: 0;
      width: 100%; 
      height: 100%;  
      opacity: 0.51; 
      z-index: -1;
      background: url("../images/nordcloud-cloud.jpg") center center no-repeat;
      background-size: cover;
  }
  p.date {
      font-size: 26px;
      color: #23408f;
      font-weight: 300 !important;
      padding-top: 1.25rem;
      margin-bottom: 0;
  }
  p.time {
      font-size: 18px;
      padding: 2px;
      margin: 0;
      letter-spacing: 1px;
  }
  p.footernote {
      font-size: 12px;
      margin-top: -1.75rem;
  }
  .s-br-on-mobile {
      display: none;
  }
  
  /*************************/
  /*     11. Copyright     */
  /*************************/
  .copyright {
      padding-top: 2.5rem;
      padding-bottom: 2rem;
      background-color: #23408f;
      text-align: center;
      vertical-align: bottom;
  }
  .copyright p,
  .copyright a {
      color: #dfe5ec;
      text-decoration: none;
      vertical-align: middle;
      margin-bottom: 0;
      padding: 0;
      font-size: 14px;
      line-height: 1.5rem;
  }
  
  /**********************************/
  /*     12. Back To Top Button     */
  /**********************************/
  a.back-to-top {
      position: fixed;
      z-index: 999;
      right: 0.75rem;
      bottom: 0.75rem;
      display: none;
      width: 2.625rem;
      height: 2.625rem;
      border-radius: 1.875rem;
      background: #23408f url("../images/up-arrow.png") no-repeat center 47%;
      background-size: 1.125rem 1.125rem;
      border-color: white;
      text-indent: -9999px;
  }
  a:hover.back-to-top {
      background-color: #f5b700; 
  }
  
  .ytp-embed:not(.ad-showing) .ytp-title-text {
      display: none !important;
  }
  .ytp-title-enable-channel-logo .ytp-title-text {
      display: none !important;
  }
  .ytp-title-text {
      display: none !important;
  }
  .ytp-title-text {
      display: none !important;
  }
  a.ytp-title-link yt-uix-sessionlink {
      display: none !important;
  }
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /**********************************/
  /*     14. Terms of Use Pop-up    */
  /**********************************/	
  #termsofuse, #privacypolicy {
      text-decoration: underline;
      vertical-align: middle;
      cursor: pointer;
  }
  .terms-div span {
      color: #23408f;
      text-decoration: underline;
      cursor: pointer;
  }
  /* Modal Content */
  .modal-content {
      width: 60%;
      position: relative;
      background-color: #fefefe;
      margin: auto;
  }
  div.terms-div{
      padding: 2rem 4rem 2rem 3rem;
      margin: 0;
      height: 90%;
  }
  div.pravicy-div {
      display: none;
      padding: 2rem 4rem 2rem 3rem;
      margin: 0;
      height: 90%;
  }
  
  /* The Close Button */
  .closebox {
  position: fixed;
      top: 1rem;
      right: 16%;
    color: #aaaaaa;
    text-align: right;
    font-size: 28px;
    font-weight: bold;
      padding-top: 1rem;
  }
  
  .closebox:hover,
  .closebox:focus {
    color: #23408f;
    text-decoration: none;
    cursor: pointer;
  }
  
  
  /*****************************/
  /*     13. Media Queries     */
  /*****************************/	
              /* mobile version */
              @media only screen and (max-width: 500px) {
                  body {
                      overflow-x: hidden;
                  }
                  h2 {
                      font-size: 20px;
                  }
                  h2.h2-title {
                      line-height: 40px !important;
                  }
                .header {
                  height: 32rem;
                  background: url('../images/DAN-no%20bird-long.jpg') no-repeat;
                  background-size: cover;
                  background-position: bottom left;
                  padding: 0.75rem;
                }
                  #header h1 {
                      padding-top: 2.5rem;
                      font-size: 37px;
                      line-height: 45px;
                      margin: 0;
                      font-weight: 550;
                  }
                  #header h2 
                  {
                      font-size: 15px !important; 
                  }
                  #header h2.master 
                  {
                      font-size: 15px; 
                      margin-top: -8px;
                  }
                  #header .p-large {
                      width: 100%;
                      font-size: 16px;
                      margin: 0;
                      padding: 1.25rem 0;
                  }
                  .header .header-content {
                      padding-top: 0.75rem;
                      padding-bottom: 7.5rem;
                  }
                  #header .text-container {
                      width: 100%;
                      margin-left: 4%;
                  }
                  #header .text-container p{
                      text-align: left;
                      max-width: 90%; 
                  }
                  #header .col-lg-12 {
                      width: 100%;
                  }
  
                  /* call me form */
                  #callMe .container .row {
                      display: flex;
                      flex-flow: column;
                  }
                  #callMe .container .row :first-child {
                      order: 2;
                  }
                  #callMe .row :nth-child(2) {
                      order: 1;
                  }
              /*    form*/
                  h2.white {
                      font-size: 30px;
                  }
                  #crediencial {
                      width: 110%;
                      margin-left: 0;
                      text-align: center;
                  }
                  #form-container {
                      margin: 0 !important;
                      padding: 3rem 2rem 1.75rem!important;
                  }
                  div.thankyou-div {
                      padding: 3rem !important;
                  }
                  #mc-embedded-subscribe-form {
                      padding: 1rem 3rem !important;
                  }
              /*    benefits*/
                  .benefits {
                      padding: 3.75rem 1rem 0;
                  }
                  .benefits .card-body {
                      padding-left: 6rem;
                  }
                  .benefits .fa-stack {
                      position: absolute;
                      left: 1rem;
                  }
                  #callMe .card {
                      position: relative;
                      order: 2;
                  }
  
              /*    Intro-what is falun gong*/
                  h2.bigwhite {
                      font-size: 30px;
                      line-height: 40px;
                  }
                  div#intro {
                      background: url("../images/mobile-what_is_flg_bg-revised.jpg") left top no-repeat;
                      background-size: 500%;
                      text-align: center;
                  }
                  div#intro.basic-1 {
                      padding: 3.75rem 1rem 2rem;
                      margin-top: -3rem;
                  }
                  div#intro .text-container {
                      padding: 0;
                  }
                  div#intro .text-container h2{
                      padding-left: 0.5rem;
                  }
                  div#intro .text-container p{
                      padding: 0 0.5rem;
                      text-align: left !important;
                      font-size: 20px;
                  }
                  div#intro .text-container img{
                      width: 95%;
                      padding-top: 2rem;
                  }
                  div#intro-video-div {
                      padding: 0;
                  }
                  div#intro-video-container.container {
                      padding: 0 !important;
                      margin: 0;
                  }
  
              /*    Five Exercises*/
                  h2.h2-title {
                      font-size: 26px;
                      line-height: 30px !important;
                      padding: 1rem;
                      padding-left: 0;
                      padding-right: 0;
                  }
                  div.exer1ong {
                      padding-top: 0.1rem;
                  }
                  #exercise-div h2 {
                      padding-top: 3rem;
                      padding-bottom: 0;
                      margin-bottom: 0;
                  }
                  #exercise-container {
                      display: flex;
                      flex-flow: row wrap;
                      margin: 0;
                      padding: 1.75rem 2rem;
                  }
                  #exercise-div .form-group {
                      padding-top: 3rem;
                  }
                  img#img5 {
                      padding-bottom: 0.5rem !important;
                  }
                  .exercise {
                      flex-basis: 0;
                  }
                  .exercise-img img {
                      width: 300px;
                  }
                  img.exercise-img {
                      width: 400px;
                  }
                  #exercise-div {
                      padding: 0rem;
                      margin: 0;
                      text-align: center;
                  }
                  #exercise-div .accordion-container {
                      margin-left: 2%;
                      margin-right: 2%;
                  }
                  div#exercise-div .item {
                      display:contents;
                  }
                  .img-div {
                      text-align: center;
                      width: 100%;
                      margin-top: 2rem;
                  }
                  #exercise-div .accordion .accordion-title {
                      letter-spacing: -1px;
                      width: 300px !important;
                      vertical-align: middle;
                      padding-left: 0.5rem;  
                      line-height: 2.25rem;
                  }
                  div#exercise-div .accordion span.circle-numbering {
                      margin-right: 0;
                      vertical-align: middle;
                  }
                  div#exercise-div .accordion-body {
                      padding-left: 0;
                  }
                  div#exercise-div .accordion .accordion-body {
                      margin-left: 2.725rem;
                      font-size: 16px;
                  }
                  div#img1 {
                      margin-top: 0;
                  }
  
  
              /*    Testimonials*/
                  div#Testimonials.container {
                      padding-top: 1rem;
                  }
                  .test-video {
                      padding: 0;
                      margin-top: 0.5rem;
                  }
                  .test-flex {
                      margin-top: 0;
                  }
                  #Testimonials .col-lg-12 {
                      padding: 0;
                  }
                  #plain-text-container{
                      display: block;
                      text-align: left;
                      text-align: center;
                  }
                  .plain-text {
                      padding: 1rem 0;
                  }
                  .plain-text .testimonial-text p {
                      height: auto;
                      text-align: left;
                      margin: 0 1.25rem;
                      padding: 1.95rem;
                      padding-bottom: 0.75rem;
                  }
                  .plain-text {
                      padding: 0;
                  }
                  div.testimonial-text p:before {
                      left: 0.5em;
                      top: 0.25rem !important;
                  }
                  .plain-text .testimonial-author {
                      z-index: 5;
                      text-align: left;
  /*                    padding-right: 1rem;*/
                      padding-top: 0;
                      margin-top: 0;
                  }
  
              /*    around the world*/
                  #around-world {
                      padding: 2rem 0 1rem;
                      margin: 1rem 0;
                  }
                  .br-on-mobile {
                      display: inherit;
                  }
                  div.slider {
                      padding: 0;
                      padding-top: 1rem;
                  }
                  div.slider h2.section-title {
                      margin-bottom: 2rem;
                  }
  
              /*    F&Q*/
                  div#accordionOne.accordion-container {
                      max-width: 80% !important;
                      padding-bottom: 0;
                  }
                  div#details {
                      margin-top: 0;
                      padding-top: 0.75rem;
                  }
                  .item .accordion-title {
                      font-size: 18px;
                      width: 80%;
                  }
                  #details .accordion .accordion-container {
                      width: 100% !important;
                      padding-bottom: 0;
                  }
                  #accordionOne.accordion-container {
                      padding-top: 0;
                  }
                  .accordion .accordion-body {
                      margin-left: 3.25rem;
                  }
  
                  .copyright {
                      padding-top: 1.5rem;
                      padding-bottom: 1.25rem;
                      background-color: #23408f;
                      text-align: center;
                      vertical-align: middle;
                  }
                  .copyrighttext {
                      margin-top: 1rem;
                  }
                  .hide-on-mobile {
                      display: none;
                  }
                  #footer {
                      padding-left: 0.5rem;
                      padding-right: 0.5rem;
                  }
                  .modal-content {
                      width: 90%;
                  }
                  /* The Close Button */
                  .closebox {
                      position: fixed;
                      top: 1rem;
                      right: 10%;
                  }
  
              }
  
  @media (max-width: 375px) {
      #intro .container {
          padding: 0 !important;
      }
  }
  
  @media (max-width: 361px) {
      .s-br-on-mobile {
           display: block;
          }
      .s-hide-on-mobile {
          display: none;
      }
  }
  
  /* Min-width width 768px */
  @media (min-width: 768px) {	
      .header .header-content {
          padding-top: 10rem;
          padding-bottom: 15rem;
      }
  }
  /* end of min-width width 768px */
  
  
  @media all and (max-width: 992px) and (min-width: 501px)  {
        .header {
          height: 32rem;
          background: url('../images/DAN-no%20bird-long.jpg') no-repeat;
          background-size: cover;
          background-position: bottom left;
          padding: 0.75rem;
        }
                  #header h1 {
                      padding-top: 10%;
                      font-size: 37px;
                      line-height: 45px;
                      margin: 0;
                      font-weight: 500;
                      padding-left: 40%;
                  }
                  #header .p-large {
                      width: 100%;
                      font-size: 16px;
                      margin: 0;
                      padding: 1.25rem 0;
                      padding-left: 40%;
                  }
                  .header .header-content {
                      padding-top: 0.75rem;
                      padding-bottom: 7.5rem;
                  }
                  #header .text-container {
                      width: 100%;
                      margin-left: 4%;
                  }
                  #header .text-container p{
                      text-align: left;
                      max-width: 90%; 
                  }
                  #header .col-lg-12 {
                      width: 100%;
                  }
  
                  /* call me form */
                  #callMe .container .row {
                      display: flex;
                      flex-flow: column;
                  }
                  #callMe .container .row :first-child {
                      order: 2;
                  }
                  #callMe .row :nth-child(2) {
                      order: 1;
                  }
              /*    form*/
                  h2.white {
                      font-size: 30px;
                  }
                  #form-container {
                      margin-top: -2.5rem !important;
                  }
      
              /*    benefits*/
                  .benefits {
                      padding: 3.75rem 1rem 0;
                  }
                  .benefits .card-body {
                      padding-left: 6rem;
                  }
                  .benefits .fa-stack {
                      position: absolute;
                      left: 1rem;
                  }
                  #callMe .card {
                      position: relative;
                      order: 2;
                  }
  
              /*    Intro-what is falun gong*/
                  h2.bigwhite {
                      font-size: 30px;
                      line-height: 40px;
                  }
                  div#intro {
                      background: url("../images/what_is_flg_bg-revised.jpg") left top no-repeat;
                      background-size: 500%;
                      text-align: center;
                  }
                  div#intro.basic-1 {
                      padding: 3.75rem 1rem 2rem;
                      margin-top: -3rem;
                  }
                  div#intro .text-container {
                      padding: 0;
                  }
                  div#intro .text-container h2{
                      padding-left: 0.5rem;
                  }
                  div#intro .text-container p{
                      padding: 0 0.5rem;
                      text-align: left !important;
                      font-size: 20px;
                  }
                  div#intro .text-container img{
                      width: 95%;
                      padding-top: 2rem;
                  }
                  div#intro-video-div {
                      padding: 0;
                  }
      
          #exercise-div .accordion-container {
              margin-left:5%;
              margin-right:5%;
          }
  }
  
  /* Min-width width 992px */
  @media (max-width: 992px) {
      
      /* General Styles */
      .p-heading {
          width: 65%;
      }
      /* end of general styles */
      
      .header {
          height: 32rem;
          background: url('../images/DAN-no%20bird-long.jpg') no-repeat;
          background-size: cover;
          background-position: center left;
          padding: 0.75rem;
        }
      
      /* Five Exercises*/
          h2.h2-title {
              font-size: 26px;
              line-height: 30px !important;
              padding: 1rem;
              padding-left: 0;
              padding-right: 0;
          }
          #intro-video-div {
              padding: 2.75rem 8rem 0.25rem;
          }
          div.exer1ong {
              padding-top: 0.1rem;
          }
          #exercise-div h2 {
              padding-top: 3rem;
              padding-bottom: 0;
              margin-bottom: 0;
          }
          #exercise-container {
              display: flex;
              flex-flow: row wrap;
              margin: 0;
              padding: 1.75rem 2rem;
          }
          img#img4 {
              padding-top: 1rem;
          }
          img#img5 {
              padding-bottom: 0.5rem !important;
              padding-top: 1rem;
          }
          .exercise {
              flex-basis: 0;
          }
          .exercise-img img {
              width: 300px;
          }
          img.exercise-img {
              width: 400px;
          }
          #exercise-div {
              width: 100%;
              padding: 0rem;
              margin: 0 auto;
              text-align: center;
          }
          div#exercise-div .item {
              display:contents;
          }
          .img-div {
              text-align: center;
              width: 100%;
              margin-top: 2rem;
          }
          #exercise-div .accordion .accordion-title {
              letter-spacing: -1px;
              font-size: 17px !important;
              width: 300px !important;
              vertical-align: middle;
              padding-left: 0.5rem;  
              line-height: 2.25rem;
          }
          div#exercise-div .accordion span.circle-numbering {
              margin-right: 0;
              vertical-align: middle;
          }
          div#exercise-div .accordion-body {
              padding-left: 0;
              font-size: 15px;
          }
          div#exercise-div .accordion .accordion-body {
              margin-left: 2.725rem;
              font-size: 15px;
          }
          div#img1 {
              margin-top: 0;
          }
  
      /*    benefits*/
          .benefits {
              padding: 0 1rem;
          }
          .benefits .card-body {
              padding-left: 6rem;
          }
          .benefits .fa-stack {
              position: absolute;
              left: 1rem;
          } 
          #plain-text-container{
              display: block;
              text-align: left;
              text-align: center;
          }
          .plain-text {
              padding: 1rem 0;
          }
          .plain-text .testimonial-text p {
              height: auto;
              text-align: left;
              margin: 0 1.25rem;
              padding: 1.95rem;
              padding-bottom: 0.75rem;
          }
  }
  /* end of min-width width 992px */
  @media all and (max-width: 1600px) and (min-width: 768px)  {
      #intro-video-div {
          padding: 2.75rem 5rem 0.25rem;
      }
          #Testimonials .test-video {
          margin: 1rem 8rem;
      }
  }
  
  /* Min-width width 1200px */
  @media (max-width: 1200px) {
      #header {
          background: url('../images/DAN-no%20bird-long.jpg') no-repeat;
          background-size: cover;
          background-position: bottom left;
          padding: 0.75rem;
      }
      #intro-video-container {
          padding: 0 3rem;
      }
  }
  
  @media (max-width: 1500px) {
      
      /* General Styles */
      .p-heading {
          width: 55%;
      }
      /* end of general styles */
      
      .basic-1 .text-container {
          padding: 3rem 10%;
          margin: 0;
      }
  
      /* Details 1 */
      #details {
          text-align: center;
          padding-top: 4rem;
      }
      #details .item {
          text-align: left;
      }
      /* end of details 1 */
  
      /* Call Me */
      .form-1 .text-container {
          margin-top: 1.375rem;
          margin-right: 1.75rem;
          margin-left: 3rem
      }
  
      .form-1 form {
          margin-left: 1.75rem;
          margin-right: 1.75rem
      }
      /* end of call me */
      
      #intro-video-div {
          padding: 2.75rem 5rem 0.25rem;
      }
      
      #exercise-div .accordion .accordion-title {
          display: inline-block;
          width: 70%;
          margin-top: 0.125rem;
          margin-bottom: 0;
          color: #23408f;
          font: 400 16px "canada-type-gibson", sans-serif;
          line-height: 22px;
          vertical-align: middle;
          transition: all 0.2s ease;
          cursor: default;
          letter-spacing: 0.5px;
      }
      #exercise-div .accordion .accordion-body {
          font-size: 14px;
          line-height: 20px;
      }
      #exercise-container {
          padding: 0;
      }
      
      div#accordionOne.accordion-container {
          max-width: 70%;
          padding-bottom: 0;
      }
      
      /*    Testimonials*/
      div#Testimonials.container {
          padding-top: 1rem;
      }
      .test-video {
          padding: 0;
          margin-top: 0.5rem;
      }
      .test-flex {
          margin-top: 0;
      }
      #Testimonials .col-lg-12 {
          padding: 0;
      }
      div.testimonial-text p:before {
          left: 0.5em;
          top: -1.5rem;
      }
      .plain-text .testimonial-author {
          z-index: 5;
          text-align: left;
  /*        padding-right: 1rem;*/
          padding-top: 0;
          margin-top: 0;
      }
      
      /*Footer */
      .footer .text-container.about {
          margin-right: 5rem;
      }
  }
  /* end of min-width width 1200px */
  
  @media (min-width: 1500px) {
      #crediencial {
          width: 100%;
          margin-left: 0;
      }
  }
  
  /* Min-width width 1600px */
  @media (min-width: 1600px) {
      /* Details 1 */
      #details {
          text-align: center;
          padding-top: 2.5rem;
      }
      #details .item {
          text-align: left;
      }
      /* end of details 1 */
  }
  /* end of min-width width 1200px */
  @media all and (max-width: 320px) {
      .header {
          height: 32rem;
          background: url('../images/DAN-no%20bird-long.jpg') no-repeat;
          background-size: cover;
          background-position: bottom left;
          padding: 0.75rem;
        }
      #header h1 {
              padding-top: 5%;
              font-size: 37px;
              line-height: 45px;
              margin: 0;
              font-weight: 500;
          }
      #header .p-large {
          width: 100%;
          font-size: 16px;
          margin: 0;
          padding: 1.25rem 0;
      }
      .header .header-content {
          padding-top: 0.75rem;
          padding-bottom: 7.5rem;
      }
      #header .text-container {
          padding-top: 3em;
          width: 100%;
          margin-left: 4%;
      }
      .br-on-desktop {
          display: none;
      }
      
      #exercise-div .accordion .accordion-title {
          font-size: 15px !important;
          width: 30ch !important;
      }
      #exercise-div .accordion .accordion-body {
          font-size: 14px !important;
      }
  }
  @media all and (max-width: 331px) {
      .header {
          height: 32rem;
          background: url('../images/DAN-no%20bird-long.jpg') no-repeat;
          background-size: cover;
          background-position: bottom left;
          padding: 0.75rem;
        }
                  #header h1 {
                      padding-top: 5%;
                      font-size: 32px;
                      line-height: 40px;
                      margin: 0;
                      font-weight: 500;
                  }
                  #header .p-large {
                      width: 100%;
                      font-size: 16px;
                      margin: 0;
                      padding: 1.25rem 0;
                  }
                  .header .header-content {
                      padding-top: 0.75rem;
                      padding-bottom: 7.5rem;
                  }
                  #header .text-container {
                      width: 100%;
                      margin-left: 4%;
                  }
                      div#intro {
                      background: url("../images/mobile-what_is_flg_bg-revised.jpg") left top no-repeat;
                      background-size: cover;
                      text-align: center;
                  }
                  /*    F&Q   */
                  div#accordionOne.accordion-container {
                      max-width: 80% !important;
                      padding-bottom: 0;
                  }
                  div#details {
                      margin-top: 0;
                      padding-top: 0.75rem;
                  }
                  .item .accordion-title {
                      font-size: 18px;
                      width: 75%;
                  }
                  #details .accordion .accordion-container {
                      width: 100% !important;
                      padding-bottom: 0;
                  }
                  #accordionOne.accordion-container {
                      padding-top: 0;
                  }
                  .accordion .accordion-body {
                      margin-left: 3.25rem;
                  }
  }
  
  @media (max-width: 280px) {
      #header .text-container {
          padding-top: 1.75em;
      }
      #exercise-div .accordion .accordion-title {
          width: 25ch !important;
          font-size: 15px !important;
      }
      #exercise-div .accordion .accordion-body {
          font-size: 14px;
      }
  }
  
  /***social media sharing button***/
  span.fb-share-button {
      display:inline-block; 
      vertical-align:middle; 
      background: #4267b2;
      border-radius:3px;
      width: 75px;
      height:26px; 
      padding-top: 2px;
  }
  span.fb-btn-f{
      display:inline-block;
      background: white;
      border-radius:20px;
      width:20px;
      height:20px;
      font-weight:800;
      color: #4267b2;
      line-height:20px;
      vertical-align:middle;
      font-size:18px;
  }
  span.fb-btn-share {
      color: white;
  }
  @media (max-width: 768px) {
      span.fb-share-button {
          margin-top: 0.5rem;
      }
  }
  
  .form-1 {
      padding-bottom: 0 !important;
  }
  
  /*adjust chinese version 05,30,2021*/
  h2.white {
      font-size: 28px;
  }
  
  @media only screen and (max-width: 500px){
  div#intro .text-container p {
      padding: 0 0.5rem;
      text-align: left !important;
      font-size: 18px;
  }
  }
  
  #exercise-div button {
      width: 200px;
      margin: 1rem auto;
  }
  
  .form-control-submit-button {
      display: inline-block;
      width: 200px;
  }
  
  @media only screen and (max-width: 500px){
      #header h1 {
          font-size: 30px;
          line-height: 45px;
          margin: 0;
          font-weight: 550;
      }
  }
  
  .basic-1 .text-container p {
      font-size: 20px;
  }
  
  .form-control-submit-button {
      font-size: 18px;
  }
  
  .cards-1 .card {
      margin-bottom: 3.5rem;
  }
  
  @media (max-width: 992px)
  .benefits .card-body {
      padding-left: 7rem;
      padding-top: 0.5rem;
  }
  