:root {
  --mmt-blue: #60C4E0;
  --mmt-blue_hover: #3a9ab5;
  --mmt-red: #E34141;
  --mmt-red_hover: #db0000;
  --mmt-green: #4DC644;
  --mmt-green_hover: #349e23;
  --mmt-yellow: #FFD000;
  --mmt-yellow_hover: #FCBE00;
  --mmt-gold: #FFCF00;
  --mmt-gold_hover: #e7be0d;
  --mmt-lime: #CCD600;
  --mmt-lime_hover: #a6ad0e;
  --mmt-orange: #F59C00;
  --mmt-orange_hover: #c98000;
  --mmt-pink: #E3417E;
  --mmt-pink_hover: #d3045e;
  --mmt-dark: #616161;
  --mmt-dark_hover: #4f4f4f;
  --mmt-light: #9D9D9C;
  --mmt-light_hover: #6d6d6d;
  --input-padding-x: .75rem;
  --input-padding-y: .75rem;
  --login-heading: clamp(1.75rem, 5vw, 1.8rem);
  --login-text: clamp(1.25rem, 3vw, 1.5rem);
  --contact-heading: clamp(1.75rem, 3vw, 2.5rem);
  --main-heading: clamp(1.6rem, 5vw, 2.6rem);
  --info-heading: clamp(1.2rem, 5vw, 2rem);
  --splash-heading: clamp(1.5rem, 5vw, 2.6rem);
  --menu-text: clamp(0.75rem, 3.5vw, 1rem);
  --menu-para: clamp(1rem, 3.5vw, 1.125rem);
  --navbar-text: clamp(0.875rem, 3.5vw, 1.125rem);
  --content-h2: clamp(1.5rem, 3.5vw, 2.25rem);
  --content-h3: clamp(1.35rem, 3.5vw, 1.5rem);
  --content-h4: clamp(1.125rem, 2.5vw, 1.35rem);
  --content-p: clamp(1rem, 3.5vw, 1.2rem);
  --music-p: clamp(0.8rem, 3.5vw, 1rem);
  --content-li: clamp(1rem, 3.5vw, 1.2rem);
  --content-pre: clamp(0.7rem, 3.5vw, 1.25rem);
  --owl-arrows: clamp(-5%, 3.5vw, -20%);
  --owl-nav: clamp(20rem, 3.5vw, 64rem);
  --landing-para: clamp(1.4rem, 1.1vw, 1.9rem);
  --landing-h3: clamp(1.25rem, 2.5vw, 2rem);
  --main-la: clamp(1rem, 1.5vw, 1.25rem);


}

html {
  position: relative;
  min-height: 100%;
}


/*html,
  body {
    height: 100%;
    var(--fs-body);
  }
  */

body {
  font-family: 'Gill Sans MT';
  line-height: 1.25;
  /*margin-bottom: 90px;*/
}

.debug {
  display: block;
  border: 1px solid #F00;
}

.img-responsive {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}



.mma-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.mma-main {
  display: flex;
  justify-content: center;
  margin: 0 10px;
}

.mma-main-contact {
  /* display: flex; */
  /*justify-content: center;*/
  margin: 0 -10px 0 10px;
}

.mma-content {
  flex-basis: 100%;
  width: 100%;
}

.mma-margins {
  margin-top: 10px;
  margin-bottom: 10px;

}

.error404 {
  font-family: 'Montserrat', sans-serif;
  font-size: 120px;
  font-weight: 900;
  margin: 0px;
  color: #262626;
  text-transform: uppercase;
  letter-spacing: -20px;
  margin-left: -10px;
}

.error404>span {
  text-shadow: -5px 0px 0px #fff;
}

.mma-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mma-nav button {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}
.mma_head.navbar-nav li a
.mma-nav button:hover {
  opacity: 0.8;
}

.mma-nav button:focus {
  outline: none;
}

.mma-nav button img {
  width: 100%;
  height: auto;
  max-width: 80px;
}

.btn-mma {
  color: #fff;
  background-color: #e3417e;
  border-color: #e3417e;
  line-height: 1;
}

.btn-mma:hover {
  color: #fff;
  background-color: #5ec4e0;
  border-color: #5ec4e0;
}

.input-mma {
  resize: none;
  padding: 5px 10px;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  outline: none;
  border: 1px solid #D93C85;
  background: #FFFFFF;
  font-size: 22px;
}

.input-mma:focus {
  color: #495057;
  background-color: #fff;
  border-color: #D93C85;
  outline: 0;
}

.control {
  display: block;
  position: relative;
  font-weight: 700;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 4px 0 0;
  padding: 0;
  line-height: normal;
}

.control_indicator {
  position: absolute;
  top: -5px;
  left: 80px;
  height: 35px;
  width: 34px;
  background: #d93c85;
  border: 1px solid #000000;
  border-radius: 48px;
}

.control_indicator::after {
  box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}

.control-radio .control_indicator::after {
  left: 8px;
  top: 8px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ffffff;
  transition: background 250ms;
}

.control input:checked~.control_indicator::after {
  display: block;
}


/********************
  LOADER DESIGN
  *********************/
.mma-loader {
  position: relative;
  width: 70px;
}

.box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: #d93c85;
  box-sizing: border-box;
  overflow: hidden;
  padding: 20px;
}

.box:before {
  content: '';
  position: absolute;
  top: 0;
  /*left:-100%;*/
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: 0.5s;
  pointer-events: none;
  left: -50%;
  transform: skewX(-15deg);
}

.box .content {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;

}

.box span:nth-child(1) {
  transform: rotate(0deg);
}

.box span:nth-child(2) {
  transform: rotate(90deg);
}

.box span:nth-child(3) {
  transform: rotate(180deg);
}

.box span:nth-child(4) {
  transform: rotate(270deg);
}

.box span:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  animation: animate 4s linear infinite;
}

@keyframes animate {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }

  50% {
    transform: scaleX(1);
    transform-origin: left;
  }

  50.1% {
    transform: scaleX(1);
    transform-origin: right;

  }

  100% {
    transform: scaleX(0);
    transform-origin: right;

  }
}

/********************
  LOGIN PAGES
  *********************/
.login-page-container {
    height: 600px;
}

.logo-login {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: 250px;
  margin: 0 auto 1.5rem;
}

.login {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 480px;
}

.login_box {
  box-sizing: border-box;
  padding: 10px;
  padding-bottom: 0;
  /* border: 2px solid #d93c85; */
  min-height: 410px;
  overflow-y: auto;
}

.contact-us {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 480px;
}

.login h2 {
  font-size: var(--login-heading);
  font-weight: bold;
  margin: 2rem auto 1rem;
  color: #FFF;
}

.contact-us h2 {
  font-size: var(--contact-heading);
  font-weight: bold;
  margin: 2rem auto 1rem;
  color: #FFF;
}

.login p {
  font-size: var(--login-text);
  margin-bottom: 2rem;
  color: #FFF;
  line-height: 26px;
}

.contact-form {
  width: 300px;
  height: 1000px;
  padding: 15px 10px;
  font-family: "Lato", Helvetica, Arial, "sans-serif"
}

.login-form {
  width: 300px;
  height: 460px;
  padding: 15px 10px;
  font-family: "Lato", Helvetica, Arial, "sans-serif"
}

.login-form-group {
  position: relative;
  margin-bottom: 1rem;
}

.login-form-group .input-group {
  border: 2px solid #2a5f9b;
  border-radius: 4px;
}

.login-form-group>input,
.login-form-group>label {
  padding: var(--input-padding-y) var(--input-padding-x);
}

.login-form-group>label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.login-form-group .input-group-text {
  padding: 10px 15px;
  font-size: 24px;
  color: #495057;
  text-align: center;
  background-color: #f7f1f2;
  border: 1px solid #ced4da;
  border-radius: 4px 0px 0px 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.login-form-group .input-group-text i {
  color: #d93c85;
  font-size: 22px;
  padding-top: 0;
}

.login-form-group .form-control {
  font-size: 20px;
  color: #d93c85;
}

.login-form-group input:not(:placeholder-shown)~label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

.login-form-group select {
  height: 44px !important;
}

.input-group>.custom-file {
  height: 44px;
}

.login-form-group .custom-file-label {
  font-size: 20px !important;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  height: 45px;
  margin-bottom: 0;
  display: block;
  padding: 0.375rem 0.75rem;
  line-height: 34px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.login-form-group .custom-file-label::after {
  color: #FFF;
  background-color: #5ec4e0;
  border: none;
  height: 44px;
}

.login-links a {
  color: #000;
  font-size: 18px;
}

.login-links a:hover {
  text-decoration: underline;
}

#main-form p {
  font-size: 18px;
  width: 80%;
  margin: 30px auto 0;
}

.login-box h3 {
  display: block;
  color: #839ac1;
}

.login-box a {
  display: block;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
}

.login-box-text p {
  margin: 20px 20px 15px;
  font-size: 17px;
  color: #fff;
}

.login-box a:hover {
  text-decoration: underline;
}

/********************
  MMA HOME
  *********************/


.mma-header .navbar {
  /* padding: 0; */
}

.navbar-brand {
  /*margin: 5px 0;*/
}

.navbar-brand img {
  width: auto;
  height: 50px;
}



button.navbar-toggler {
  padding: 0.25rem 0.5rem;
  background: #283366;
}

button.navbar-toggler:focus {
  outline: none;
}

button.navbar-toggler:hover {
  background: #FFF;
}

.mma-header .navbar-toggler i {
  font-size: 30px;
  color: #fff;
}

.mma-header .navbar-toggler:hover i,
.mma-header .navbar-toggler:focus i {
  color: #283366;
}

.collapse.show {
  border-top: solid 1px rgb(100, 129, 178);
}

.mma-header .navbar-nav {
  flex-direction: row;
  justify-content: space-between;
}

.mma_head.navbar-nav li {
  text-align: left;
  margin: 5px 0px;
  width: fit-content;
}

.mma_head.navbar-nav li a {
  font-size: var(--navbar-text);
  display: inline-block;
  padding: 5px 15px;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid transparent;
  /*
  margin-top: 22px !important;*/
}

.mma_head.navbar-nav li:last-child {
  border: 1px solid #6481B2;
  border-radius: 40px;
}

.mma_head.navbar-nav li a:hover,
.mma_head.navbar-nav li a:active,
.mma_head.navbar-nav li a.active {
  background-color: #6481B2;
  color: #FFFFFF;
  border: 1px solid #6481B2;
  border-radius: 30px;
  /* opacity: 0.8; */

}

.login-form-group button,
.login-btn {
  color: #fff;
  margin-top: 0px;
  font-size: 24px;
  font-family: sans-serif;
  border-radius: 30px;
  padding: 4px 36px;
  line-height: 34px;
  background-color: #7A79B6;
  border: none;
}

.login-form-group button:hover,
.login-btn:hover {
  background-color: #1D17BF;
  text-decoration: none;
}

.login-links a {
  color: #000;
  font-size: 18px;
}

.login-links a:hover {
  text-decoration: underline;
}

/* .mma-footer {
  display: block;
  margin: 30px 10px 0px;
  background-color: #FFFFFF;
  border-top: 1px solid #D93C85;
} */

.footer_border {

  margin: 0 auto;
  width: 100%;
}

.footer_border img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-logo {
  text-align: center;
}

.footer-logo img {
  width: 200px;
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}

.social-icons {
  margin-top: 5px;
  text-align: center;
  font-size: 30px;
}

.social-icons-landing {
  margin-top: 5px;
  /*text-align: center;*/
  font-size: 30px;
}

.social-icons a {
  border-radius: 50%;
  padding: 7.5px 0 0 0;
  display: inline-block;
  width: 30px;
  line-height: 1;
  height: 30px;
  text-align: center;
  color: rgb(40, 51, 102);
  background-color: rgb(255, 255, 255);
  border: 2px solid transparent;
  font-size: 14px;
}

.social-icons a:hover {
  /*border: 2px solid rgb(255, 255, 255);*/
  color: rgb(255, 255, 255);
  /*font-size: 18px;*/
  background: transparent;
}

.social-icons-landing a {
  border-radius: 50%;
  padding: 8px 0 0 0;
  display: inline-block;
  width: 35px;
  line-height: 1;
  height: 35px;
  text-align: center;
  color: rgb(40, 51, 102);
  background-color: rgb(255, 255, 255);
  border: 2px solid transparent;
  font-size: 16px;
}

.social-icons-landing a:hover {
  border: 2px solid rgb(255, 255, 255);
  color: #fff;
  /*font-size: 18px;*/
  background: rgb(40, 51, 102);
}

h1.main-heading {
  text-align: center;
  font-size: var(--main-heading);
  color: #5b6b87;
  margin: 20px 10px 10px;
  font-weight: lighter;
}

h1.info-heading {
  text-align: center;
  font-size: var(--info-heading);
  color: #5b6b87;
  margin: 15px 0;
  font-weight: 400;
}

.la {
  color: #1d478e !important;
  font-size: var(--main-la) !important;

}

h3.splash-heading {
  text-align: center;
  font-size: var(--splash-heading);
  color: #15B7E2;
}

img.splash-img {
  display: block;
  margin: 10px auto;
  width: 75%;
  max-width: 420px;
  height: auto;
}

/* .owl-dots {*/
/*  display: none;*/
/*} */

.owl-nav {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -61%);
  min-width: 300px;
  width: 100%;
}

.owl-next,
.owl-prev {
  margin: 0;
  position: absolute;
  top: 50%;
}

.owl-next {
  right: 10px;
}

.owl-prev {
  left: 10px;
}

.owl-next .owl-btn,
.owl-prev .owl-btn,
.owl-next .owl-btn:focus,
.owl-prev .owl-btn:focus {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.btn-login {
  font-size: 24px;
  padding: 4px 54px;
  line-height: 40px;
}


.btn-login {
  margin-top: 2px;
  font-size: 21px;
  font-family: sans-serif;
  border-radius: 30px;
  padding: 4px 35px;
  line-height: 30px;
  background-color: #21346E;
  border: 2px solid white;
  margin-bottom: 20px;
  color: white;
}

.owl-next .owl-btn:hover,
.owl-prev .owl-btn:hover,
.owl-next .owl-btn:focus:hover,
.owl-prev .owl-btn:focus:hover {
  opacity: 0.8;
}

.owl-next img,
.owl-prev img {
  display: block;
  width: 25px;
  height: auto;
  margin: 0 auto;
}

button.owl-prev.disabled,
button.owl-next.disabled {
  display: none;
}

.btn-style-none {
  background: none !important;
  color: inherit !important;
  border: none !important;
  font: inherit !important;
  cursor: pointer !important;
  outline: inherit !important;
}

.btn-style-none img {
  display: block;
  width: 100%;
  height: auto;
}

.btn-style-none:hover img {
  opacity: 0.8;
}

.mma_menu {
  justify-content: center;
  display: flex;
  height: auto !important;
}

.mma_menu2,
.mma_menu2 .row {
  justify-content: flex-start;
  /*display: flex;*/
}

.mma_menu .col-6:nth-child(odd),
.mma_menu2 .row .col-6:nth-child(odd) {
  justify-content: flex-end;
  display: flex;
}

.mma_menu .col-6:nth-child(even),
.mma_menu2 .row .col-6:nth-child(even) {
  justify-content: flex-start;
  display: flex;
}

.menu_but {
  position: relative;
  margin: 0 auto 30px;
}

.menu_but:hover {
  opacity: 0.8;
  text-decoration: none;
}

.menu_but-overlay {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 140px;
  /*min-height: 100px;*/
  /*max-width: 190px;*/
  /*max-height: 242px;*/
  aspect-ratio: 1/1.102;
  /*border: 10px black !important;*/
  /*box-shadow: 0 14px 8px -8px rgba(0, 0, 0, 0.45);*/
  transition: box-shadow 0.3s ease;
}

.menu_bg {
  background: #00F;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-height: 90px;
  justify-content: center;
  align-items: center;
  font-size: var(--menu-text);
  line-height: 1.1;
  color: #616161;
  font-weight: bold;
}

[style*="--menu-bg"]::before {
  content: "";
  display: block;
  padding-bottom: calc(100% / (var(--menu-bg)));

}

.menu_icon {
  background: #E8E7E9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-height: 64px;
  overflow: hidden;
}

[style*="--menu-img"]::before {
  content: "";
  display: block;
  padding-bottom: calc(100% / (var(--menu-img)));

}

.menu_icon img,
.menu_icon video {
  width: 100%;
  height: auto;
  object-fit: fill;
  object-position: center center;
  /*max-height: 130px;
    align-self: stretch;*/
}

.outer_badge-left {
  position: absolute;
  top: 15px;
  left: 0px;
  background-color: #fff;
  width: 90px;
  height: 25px;
}

.menu_badge-left {
  position: absolute;
  top: 10px;
  left: -1px;
  display: block;
  width: 85px;
  height: 25px;
  padding: 8px 20px;
  color: #fff;
  background-color: #f00;
  box-shadow: 4px 2px 4px #c9c9c9;
  z-index: 10;
}

.menu_badge-left h3 {
  font-size: 13px;
  text-align: center;
  line-height: 10px;
}

.outer_badge-right {
  position: absolute;
  top: 15px;
  right: 0px;
  background-color: #fff;
  width: 118px;
  height: 25px;
}

.menu_badge-right {
  position: absolute;
  top: 10px;
  right: -1px;
  display: block;
  width: 113px;
  height: 25px;
  padding: 8px 20px;
  color: #fff;
  background-color: #f00;
  box-shadow: -3px 3px 4px #c9c9c9;
  z-index: 10;
}

.menu_badge-right h3 {
  font-size: 13px;
  text-align: center;
  line-height: 10px;
}


.menu_badge-left,
.menu_badge-right {
  max-height: 30px;
}


.menu_txt {
  font-size: var(--content-h4);
  color: #616161;
  background-color: #E8E7E9;
  display: flex;
  justify-content: center;
  padding: 4px 0;
}

.menu_para {
  font-size: var(--menu-para);
  line-height: 1.1;
  color: #616161;
  margin-top: 7px;
  display: flex;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

[style*="--menu-head"]::before {
  content: "";
  display: block;
  padding-bottom: calc(100% / (var(--menu-head)));

}

.menu_border {
  display: flex;
  width: 100%;
  height: 3px;
  background: transparent;
}

.menu_border .mind {
  background: #e3417e
}

.menu_border .body {
  background: #5ec4e0
}

.menu_border .soul {
  background: #fecf00
}

.menu_border .toolkit {
  background: #303030
}

.menu_border .default {
  background: rgb(237, 236, 237)
}

.menu_border .green {
  background: #35C025 !important
}

.menu_border .grey {
  background: #E8E7E9
}

.menu_border .halloween {
  background: #fe8801
}

.menu_border .spare,
.menu_border .spare_2 {
  background: #757575
}

.menu_border .border-full {
  width: 100%;
  display: flex;
}

.menu_border .border-half {
  width: 50%;
  display: flex;
}

.menu_border .border-quater {
  width: 33.3333%;
  display: flex;
}

/********************
  POPUP STYLES
  *********************/
#close_popup {
  width: 30px;
  height: 30px;
  background: url('../images/sprite.png') 2px 1px no-repeat;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -2px;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}

#expand_popup {
  background: url('../images/sprite.png') 0 -29px no-repeat;
  cursor: pointer;
  width: 28px !important;
  height: 28px !important;
  position: absolute;
  right: 12px;
  text-indent: -10000px;
  top: 10px;
  z-index: 20000;
}

#expand_popup:hover {
  background: url('../images/sprite.png') 0 -56px no-repeat;
}

#expand_popup.contracted {
  background: url('../images/sprite.png') 0 -84px no-repeat;
}

#expand_popup.contracted:hover {
  background: url('../images/sprite.png') 0 -113px no-repeat;
}

.swal2-popup.swal2-modal.swal2-show.popup-expanded {
  width: 65% !important;
  transition: width .5s;
}

.swal2-popup.swal2-modal.swal2-show {
  padding: 10px;
  border: 5px solid rgba(0, 0, 0, 0.65);
  border-radius: 8px;
  transition: width .5s;
}


.swal2-content {
  padding: 0 !important;
}

.swal2-content video {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: top center;
  max-height: 500px;
  /* align-self: stretch; */
}

.swal2-footer {
  border-top: 0px solid black !important;
  margin-bottom: 10px !important;
  font-size: 12px !important;
  font-weight: 700;
  color: black !important;
  justify-content: start !important;
  padding: 0 3px !important;
}

#swal_close_button {
  margin-left: auto;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  position: absolute;
  right: 7px;
  bottom: 7px;
}

/* Then style the iframe to fit in the container div with full height and width */
.iframe-container {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  text-align: center;
  padding-top: 56.5%;
  /* padding-top: 56.25%;
     16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


.iframe-page {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  text-align: center;
  height: 420px;
  overflow-y: auto;
  /*padding-top: 52.5%;
    padding-top: 56.25%;
     16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.iframe-page iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/********************
  MMA BODY / MIND / SOUL & OTHER
  *********************/

.img-mind,
.img-body,
.img-soul {
  position: relative;
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 0rem auto 2rem;
}

.box-mbs {
  border: 2px solid #e3417e;
  padding: 10px;
}

.box-mbs h3 {
  color: #e3417e;
  font-size: var(--content-h3);
  margin-bottom: 6px;
  /*font-weight: bold;*/
}

.box-mbs pre {
  font-size: var(--content-pre);
  margin-bottom: 0;
}

/********************
  RADIO & MUSIC
  *********************/
.box-text {
  border: 2px solid #e3417e;
  padding: 10px;
}

.box-text h3 {
  color: #e3417e;
  font-size: var(--content-h3);
  margin-bottom: 6px;
  /*font-weight: bold;*/
}

.box-text p {
  margin-bottom: 1rem;
  font-size: var(--content-p);
  text-align: justify;
}

.box-text ul {
  margin: 0px 0 0;
  padding: 0;
  padding-left: 20px;
}

.box-text ul li {
  font-size: var(--content-li);
  margin-bottom: 5px;
}

.box-text ul li:last-child {
  margin-bottom: 0px;
}

.imageBox {
  margin: 20px auto;
}

.imageHolder {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 10px;
}

.imageHolder img.radioBgImage {
  width: 100%;
  height: auto;
}

.imageHolder img.playIcon {
  width: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.music-title {
  display: block;
  margin-top: 10px;
  font-size: var(--content-p);
  text-align: center;
}

.playing-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 24px;
  float: left;
  margin-bottom: 10px;
  background: #D93C85;
  color: #fff;
  padding: 5px;
}

.playing-title.memb_lft_next_tit {
  background: #0EBAE5;
}

.playing-title span {
  margin: 0 5px;
  font-size: var(--music-p);
}

/********************
  Memory Box
  *********************/
.memory_box-text {
  border: 2px solid #e3417e;
  padding: 10px;
}

.memory_box-text h3 {
  color: #e3417e;
  font-size: var(--content-h3);
  margin-bottom: 6px;
  /*font-weight: bold;*/
}

.memory_box-text p {
  margin-bottom: 1rem;
  font-size: var(--content-p);
  text-align: justify;
}

.memory_box-text ul {
  margin: 0px 0 0;
  padding: 0;
  padding-left: 20px;
}

.memory_box-text ul li {
  font-size: var(--content-li);
  margin-bottom: 5px;
}

.memory_box-text ul li:last-child {
  margin-bottom: 0px;
}

.img-box {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #dceaf7;
  text-align: center;
}

.img-box.single-image {
  margin-bottom: 10px;
}

.img-box img {
  width: 100%;
  height: auto;
}

.img-box img.thumbnail-play-button {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25%;
  height: auto;
}

.img-title {
  display: block;
  margin-top: 7px;
  /*max-height: 40px;*/
  font-size: var(--content-h3);
  text-align: center;
}

.img-thumbnails {
  display: flex;
  justify-content: space-evenly;
  /*height: 90px;*/
  margin: 8px auto 10px;
  padding: 0;
}

.img-thumbnails li {
  overflow: hidden;
  border: 3px solid transparent;
  /*
    margin: 0 auto;*/
  height: 95px;
}

.img-thumbnails li img {
  display: block;
  width: 100%;
  height: 100%;
}

.img-thumbnails li:first-child {
  margin-left: 0;
}

.img-thumbnails li:last-child {
  margin-right: 0;
}

.img-thumbnails li:active {
  border-color: #D93C85;
}


/********************
  quizes
  *********************/
.quiz {
  border: 1px solid #d93c85;
  padding: 0 10px;
  margin: 20px 10px;
}

h2.quiz-heading {
  margin: 20px auto;
  text-align: center;
  font-size: var(--content-h2);
  color: #D93C85;
}

.quizes {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.answer_surround {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.answer_left {
  margin: 10px;
  padding: 10px;
  width: 52px;
  height: 50px;
  text-align: center;
  font-size: var(--content-h2);
  border: 1px solid #D93C85;
  color: #000000;
  text-decoration: none;
}

.answer_right {
  margin: 10px;
  text-align: left;
  font-size: var(--content-h2);
  color: #000000;
  text-decoration: none;
  width: 100%;
}

.question_cont {
  border: 1px solid #D93C85;
  margin: 10px 10px 0 0;
  width: 90%;
  float: right;
}

.qcontent {
  display: block;
  position: relative;
  overflow: hidden;
  height: 190px;
}

.qcontent a img {
  width: 100%;
  height: 100%;
}

.qcontent a img.quiz_play-icon {
  width: 100%;
  height: auto;
  max-width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.qcontent a img.quiz_audio-icon {
  width: 100%;
  height: auto;
  max-width: 290px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.qcontent a video {
  width: auto;
  height: 100%;
  margin: 0;
  position: relative;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.audio-controls {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.qplay {
  padding: 10px 5px;
  text-align: center;
  font-size: var(--content-h3);
  line-height: 1.25;
  background-color: #D93C85;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}

.answer_cont_info {
  margin-top: 10px;
}

.answer_cont_info p {
  font-size: var(--content-h4);
}

.congrats {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 420px;
}

.congrats img {
  display: block;
  max-width: 215px;
  height: auto;
  margin: 0px auto 20px;
}

.congrats h3 {
  font-size: var(--content-h3);
}

.previewed-image {
  cursor: zoom-in;
}

.previewed-image:-webkit-full-screen {
  cursor: zoom-out;
}

.previewed-image:-moz-full-screen {
  cursor: zoom-out;
}

.previewed-image:-ms-fullscreen {
  cursor: zoom-out;
}

.previewed-image:fullscreen {
  cursor: zoom-out;
}

.result_box {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 2px solid #d93c85;
  width: 100%;
  height: 320px;
  margin: 0 0 25px;
  padding: 10px;
}

.result_box h3 {
  background: #d93c85;
  font-size: 24px;
  font-weight: normal;
  line-height: 35px;
  text-align: center;
  color: #FFF;
  margin: 0 0 20px;
  padding: 0;
}

.result_box h4 {
  margin: 5px auto 25px;
  padding: 0;
  font-size: 21px;
  font-weight: normal;
  color: #d93c85;
  text-align: center;
}

#danger {
  transform: translate(44px, 23px);
  border-radius: 100px;
  z-index: 9;
  margin-top: -22px;
  margin-left: 16px;
  position: relative;
  height: 25px;
  width: 25px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#Pending {
  display: inline-block;
  padding: 0.5em 1em;
  color: #ffffff;
  font-size: 75%;
  position: relative;
  font-weight: 700;
  bottom: 8px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.result_box h4 span {
  color: #000;
}

.result_box p {
  margin: 20px 0 0px;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.more_results {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.more_results a {
  width: 49%;
  background: #d93c85;
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  color: #FFF;
  margin: 0;
  padding: 10px 0;
}

.result50 {
  max-height: 410px;
  overflow-y: auto;
  padding: 10px 0;
}

.result50 div {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.result50 div span {
  font-weight: bold;
}

/********************
  Story Submission
  *********************/
.userfile {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border: 1px solid #D93C85;
  padding: 5px;
  margin-bottom: 15px;
}

.userfile input {
  margin-bottom: 0px;
}

div.upload_file {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.userfile label {
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff;
  padding: 5px;
  cursor: pointer;
}

.submitstory {
  width: 100px;
  height: 30px;
  background-color: #D93C85;
  font-weight: bold;
  color: #FFFFFF;
  border: 1px solid #D93C85;
  border-radius: 5px;
  cursor: pointer;
  font-size: 13px;
  margin: 10px auto 0;
}

/********************
  DOCS & ACTIVITY REPORTING
  *********************/
.mma_box {
  box-sizing: border-box;
  padding: 10px;
  padding-bottom: 0;
  border: 2px solid #d93c85;
  min-height: 410px;
  margin-bottom: 20px;
  overflow-y: auto;
}

.ar_box {
  box-sizing: border-box;
  padding: 10px;
  padding-bottom: 0;
  border: 2px solid #d93c85;
  max-height: 475px;
  margin-bottom: 20px;
  overflow-y: auto;
  overflow-x: hidden;
}

.ar_notes {
  background-color: #d93c85;
  color: #FFF;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}

.ar_notes h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ar_notes p {
  font-size: 14px;
  margin-bottom: 10px;
}

.ar_notes p:last-child {
  margin-bottom: 0px;
}

.tbl-report {
  max-height: 320px;
  overflow-y: auto;
}

.tbl-step2 {
  max-height: 420px;
  overflow-y: auto;
}

.login_box .form-control,
.mma_box .form-control,
.ar_box .form-control,
.table-report .form-control,
.mma-input {
  color: #5f5e5e;
  background-color: rgba(255, 255, 255, .5);
  /*line-height: 1.25;*/
  height: 34px !important;
  padding: 0.275rem 0.75rem;
  border-width: 2px;
}

.mma-input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #8682bb;
}

.table-report .record-rows-div .form-control {
  padding: 0.275rem 0.5rem;
}

.mma_box .form-group {
  margin-bottom: .75rem;
}

/*.mma_box .form-group .select2-container, .ar_box .form-group .select2-container{
  min-width: 290px;
}*/

.select2-dropdown {
  margin-left: -10px !important;
}

.select2-container {
  width: 100% !important;
  line-height: 1.45;
  margin-left: 10px;
  margin-right: 10px;
}

.ar_box .select2-container {
  width: 100% !important;
  line-height: 1.45;
  margin-left: 10px !important;
  margin-right: 10px !important;

}

.select2-selection__placeholder {
  color: #d93c85 !important;
}

.select2-selection__choice__display {
  margin-left: 15px;
  padding: 0px 2px;

}

.select2-container .select2-search--inline {
  float: left;
  position: absolute;
  left: 5px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  border: 2px solid #d93c85 !important;
}

.select2-container--default .select2-selection--multiple {
  padding-bottom: 0px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 0px;
  background-color: #e8e7e9;
  color: #44546a;
  padding: 5px 7.5px;
}

.table thead th:first-child,
.table tbody td:first-child {
  text-align: left;
}

.table-report,
.table-report thead th,
.table-report tbody td {
  border-color: #d93c85;
  vertical-align: middle;
  text-align: center;
}

.table tbody td.mbs {
  color: #d93c85;
}

#search_resutl thead th,
#ar_tracker_table thead th,
#records_table thead th,
#custom_activity_table thead th {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 2px solid #d93c85;
  opacity: .82;
}

.radio_btn {
  display: flex;
  justify-content: space-between;
}

.radio_btn .option {
  background: unset;
  height: 34px;
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 0px;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 0 5px;
  border: 2px solid #d93c85;
  transition: all 0.3s ease;
}

input[type="radio"] {
  display: none;
}

#option-1:checked:checked~.option-1,
#option-3:checked:checked~.option-3,
#option-2:checked:checked~.option-2 {
  border-color: #d93c85;
  background: #d93c85;
}

#option-4:checked:checked~.option-4 {
  border-color: #d93c85;
  background: #d93c85;
}

#option-1:checked:checked~.option-1 .dot,
#option-3:checked:checked~.option-3 .dot,
#option-2:checked:checked~.option-2 .dot {
  background: #fff;
}

#option-4:checked:checked~.option-4 .dot {
  background: #fff;
}

#option-1:checked:checked~.option-1 .dot::before,
#option-3:checked:checked~.option-3 .dot::before,
#option-2:checked:checked~.option-2 .dot::before {
  opacity: 1;
  transform: scale(1);
}

#option-4:checked:checked~.option-4 .dot::before {
  opacity: 1;
  transform: scale(1);
}

.wrapper .option span {
  font-size: 20px;
  color: #d93c85;
}

#option-1:checked:checked~.option-1 span,
#option-3:checked:checked~.option-3 span,
#option-2:checked:checked~.option-2 span {
  color: #fff;
}

#option-4:checked:checked~.option-4 span {
  color: #fff;
}

.edit_activity {
  margin-bottom: 5px;
}

.userfile {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border: 2px dashed #D93C85;
  padding: 5px;
  margin-bottom: 15px;
}

div.upload_file {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}

.userfile label {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff;
  padding: 5px;
  cursor: pointer;
}

.list-view {
  list-style: none;
  margin: 0;
  padding: 0
}


#list_view_first {
  cursor: all-scroll;
}

.d-flex label {
  width: 100px;
  line-height: 34px;
  margin-bottom: 0;
}

.character_error {
  color: #dc3545;
  display: block;
  position: absolute;
  top: 135px;
  left: 10px;
}

.move_note {
  margin-top: 15px;
  color: #dc3545;
  display: block;
  font-weight: bold;
  font-size: 17px;
}

textarea#activity_feedback {
  height: 162px !important;
  resize: none;
}

.activity_text_box {
  background-color: #d93c85;
  color: #FFF;
  width: 100%;
  padding: 16px;
  min-height: 385px;
}

.upload_file img {
  width: 33.333%;
}

.ar3_col1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.5%;
  flex: 0 0 16.5%;
  max-width: 16.5%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.ar3_col1 .select2-container {
  width: 95% !important;
}

.ar3_col2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14%;
  flex: 0 0 14%;
  max-width: 14%;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.ar3_col3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 11%;
  flex: 0 0 11%;
  max-width: 11%;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.ar3_col4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 9%;
  flex: 0 0 9%;
  max-width: 9%;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.ar3_col5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 9%;
  flex: 0 0 9%;
  max-width: 9%;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.ar3_col6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.ar3_col7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.ar3_col8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.ar3_col9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8%;
  flex: 0 0 8%;
  max-width: 8%;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.ar3_col10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 92%;
  flex: 0 0 92%;
  max-width: 92%;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  margin-top: 10px;
}

.ar3_col11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8%;
  flex: 0 0 8%;
  max-width: 8%;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.ar3_col11 i {
  font-size: 20px;
  color: #0F3F88;
  margin-top: 15px;
}

.ar3_header {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  text-align: center;
}

.ar3_heading {
  border: 1px solid #ffffff;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: #d93c85;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.record-rows {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 0px 10px 5px;
  width: 99.9%;
}

.report_box {
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #d93c85;
  height: 450px;
  overflow-y: auto;
}

.report_box .form-control,
.table-report .form-control,
.mma-input {
  color: #d93c85;
  border-color: #d93c85;
  /* line-height: 1.25; */
  resize: none;
  height: 34px;
  border: 2px solid #d93c85;
}

.bootstrap-timepicker-widget table td input {
  min-width: 50px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #d93c85;
  ;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #d93c85;
  ;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


i.fas.fa-angle-right {
  color: white;
}

.table tbody td.tab-sep {
  background-color: #faeaf6;
  border-top: 2px solid #d93c85;
  border-bottom: 2px solid #d93c85;
  line-height: 3px;
  padding: 5px;
}

input.form-control.tr-feedback {
  font-size: 18px;
}

.summary_box {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 2px solid #d93c85;
  width: 100%;
  margin-bottom: 15px;
}

.summary_box h3 {
  background: #d93c85;
  font-size: 24px;
  font-weight: normal;
  line-height: 35px;
  text-align: center;
  color: #FFF;
  margin: 0;
  padding: 0;
}

.summary_box_inner {
  padding: 10px;
  height: 170px
}

.resident_list,
.performance {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.resident_list>div,
.performance>div {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}

.resident_list h4,
.performance h4 {
  margin: 5px 0 0;
  padding: 0;
  font-size: 21px;
  font-weight: normal;
  color: #d93c85;
  text-align: center;
}

.resident_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  max-height: 140px;
  overflow-y: auto;
}

.resident_list ul li {
  margin: 0 5px 5px 0px;
  line-height: 1.2rem;
}

.resident_list ul li span {
  font-weight: bold;
  color: #5ec4e0;
  float: right;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #d93c85;
  line-height: 32px;
}

.sum_tbl .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 24px;
  font-weight: normal;
  line-height: 35px;
  text-align: center;
  color: #FFF;
}

.sum_tbl .select2-container--default .select2-selection--single {
  background-color: #d93c85;
  border: none;
  border-radius: 0px;
  color: #FFF;
  height: 36px;
}

.sum_tbl .select2-container--default .select2-selection--single {
  color: #FFF;
}

.sum_tbl .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
  right: 8px;
}

.sum_tbl .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #FFF transparent transparent transparent;
  border-width: 8px 6px 0 6px;
}

.sum_tbl .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #FFF transparent;
  border-width: 0 6px 8px 6px;
}

.date_picker {
  position: relative;
}

.date_picker p {
  margin: 0;
  position: absolute;
  top: 7px;
  left: 20px;
  font-size: 1rem;
  color: #d93c85;
}

.date_picker input {
  padding-left: 93px;
}

.reprts_mh {
  min-height: 300px;
  max-height: 450px;
  overflow-y: auto;
}

.records_mh {
  min-height: 410px;
  max-height: 410px;
  overflow-y: auto;
}

.tracker_mh {
  min-height: 410px;
  max-height: 410px;
  overflow-y: auto;
}

h4.avg_exp {
  display: block;
  font-size: 21px;
  font-weight: normal;
  line-height: 35px;
  text-align: center;
  color: #d93c85;
  margin: 0 0 15px;
  padding: 0;
}

h4.avg_exp span {
  color: #4A4A4A;
}

.graph_exp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 85%;
  margin: 5px auto 0;
}

.graph_exp div {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

.graph_exp img {
  width: 50px;
  height: auto;
  margin: 0 15px;
}

.clock {
  width: 95px;
  height: 100px;
  background-image: url(../images/clock.png);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 21px;
  color: #333;
  margin: 5px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pie {
  --p: 20;
  --b: 12px;
  --c: #5ec4e0;
  --w: 95px;

  width: var(--w);
  aspect-ratio: 1;
  position: relative;
  display: inline-grid;
  margin: 5px;
  place-content: center;
  font-size: 18px;
  font-weight: bold;
  font-family: sans-serif;
  color: #5ec4e0
}

.pie:before,
.pie:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.pie:before {
  inset: 0;
  background:
    radial-gradient(farthest-side, var(--c) 98%, #0000) top/var(--b) var(--b) no-repeat,
    conic-gradient(var(--c) calc(var(--p)*1%), #0000 0);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
  mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
}

.pie:after {
  inset: calc(50% - var(--b)/2);
  background: var(--c);
  transform: rotate(calc(var(--p)*3.6deg)) translateY(calc(50% - var(--w)/2));
}

.animate {
  animation: p 1s .5s both;
}

.no-round:before {
  background-size: 0 0, auto;
}

.no-round:after {
  content: none;
}

@keyframes p {
  from {
    --p: 0
  }
}

/* Pie Chart */
.progress-pie-chart {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ccc;
  position: relative;
}

.progress-pie-chart.gt-50 {
  background-color: #d93c85;
}

.ppc-progress {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  width: 100px;
  height: 100px;
  clip: rect(0, 100px, 100px, 50px);
}

.ppc-progress .ppc-progress-fill {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  width: 100px;
  height: 100px;
  clip: rect(0, 100px, 100px, 0);
  background: #d93c85;
  transform: rotate(60deg);
}

.gt-50 .ppc-progress {
  clip: rect(0, 50px, 100px, 0);
}

.gt-50 .ppc-progress .ppc-progress-fill {
  clip: rect(0, 100px, 100px, 50px);
  background: #CCC;
}

.ppc-percents {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 80px/2);
  top: calc(50% - 80px/2);
  width: 80px;
  height: 80px;
  background: #FFF;
  text-align: center;
  display: table;
}

.ppc-percents span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #d93c85;
}

.pcc-percents-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.progress-pie-chart {
  margin: 5px auto 0;
}

/********************
  LIVE SESSION
  *********************/
.video-fluid {
  width: 100%;
  height: auto;
}

.vid-comands {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-flow: row;
  flex-wrap: wrap;
  width: 90%;
  margin: 0px auto;
}

.prog_bar {
  background: #FFF;
  display: block;
  margin: 10px auto;
  width: 100%;
  height: 11px;
  border: 2px solid #616161;
}

.prog {
  animation-name: example;
  animation-duration: 13s;
  height: 7px;
  background: #0f0;
  display: block;
  animation-timing-function: linear;
  animation-play-state: paused;
}

@keyframes example {
  from {
    width: 0%;
  }

  to {
    width: 100%
  }
}

.vid-ctrl {
  display: block;
  position: relative;
  text-align: center;
  font-size: 18px;
  color: #616161;
  font-weight: bold;
  text-decoration: none;
  line-height: 15px;
  margin: 0 0 10px;
  height: 95px;
}

.vid-ctrl a {
  display: block;
  margin: 5px;
  font-size: 18px;
  color: #616161;
  font-weight: bold;
  text-decoration: none;
  line-height: 15px;
}

.vid-ctrl img,
.vid-ctrl a img {
  width: 50px;
  height: auto;
  margin: 0 auto 5px;
  display: block;
}

.video-area img {
  display: block;
  margin: 10px auto;
  width: 100%;
  height: auto;
}

.live-comands2,
.live-comands3 {
  display: none;
}

.live-comands,
.live-comands4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.livevideo_box {
  padding: 0 0px;
  min-height: 170px !important;
  height: auto !important;
}

#story_table thead th {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 2px solid #d93c85;
  opacity: .82;
}

.table-reports {
  max-height: 0px !important;
}


/********************
Landing page
*********************/
/********************
Home page
*********************/

.home-page-margins {
  margin: 0;
}

.page-divs {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.home-box {
  /* background: url('../images/info_pages_bg.png'); */
  background-color: #ffffff;
  padding: 7px 10px 0px 10px;
}

.home-box img {
  width: 100%;
}

.home-box h3 {
  font-size: 24px;
  font-weight: lighter;
  color: #51279d;
  margin-bottom: 20px;
}

.home-box span {
  color: #1D17BF;
}

.home-box p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
  color: black;
}

.home_btn {
  color: #fff;
  margin-top: 25px;
  margin-right: 10px;
  font-size: 16px;
  font-family: sans-serif;
  border-radius: 30px;
  padding: 4px 34px;
  line-height: 30px;
  background-color: #344399;
  border: black solid 1px;
}

.home_btn:hover {
  background-color: #F3F1FC;
  color: black;
  border-radius: 30px;
  opacity: 0.8;
}

.home-box h4 {
  line-height: 24px;
  color: #295094;
  margin-bottom: 30px;
}

.about-box h4 {
  line-height: 24px;
  color: #295094;
  margin-bottom: 28px;
}



.circle.filled {
  position: absolute;
  top: 1px;
  right: 0px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: conic-gradient(from 90deg, #364399 75%, transparent 0);
  transform: rotate(180deg);
}

.circular-image {
  width: 450px !important;
  height: 450px !important;
  clip-path: circle(40%);
}

.carousel-inner {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.home-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* Adjust the width of the home-image div */
  height: auto;
  /* Adjust the height of the home-image div */
  border: none;
  /* Optional: Add border for visualization */
}


.home-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top center;
}

.align-items-start {
  align-items: normal !important;
}

.images_thumbs {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  /* background: url('../images/info_pages_bg.png'); */
  background-color: #f3f1fc;
  height: 100%;
}

.images_thumbs img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.images_thumbs p {
  font-size: 32px;
  text-align: center;
}

.images_thumbs span {
  color: #1D17BF;
}

.landing-thumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  overflow-x: auto;
  margin-right: -10px;
  justify-content: center;
}

.landing-thumbs li {
  width: 31%;
  box-sizing: border-box;
  margin-right: 4px;
}

/********************
  New About US Page
  *********************/
.about-us-box {
  padding: 10px 5px;
  position: relative;
  color: #FFF;
}

.about-us-box h4,
.about-us-box h5,
.training-box h4,
.training-box h5,
.radio-box h4,
.radio-box h5 {
  color: #FFF !important;
}

.landing-page p {
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 0;
}

.about-us-image .btn-about-us {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  font-family: sans-serif;
  border-radius: 30px;
  padding: 10px 40px;
  line-height: 1;
  background-color: #344399;
  border: 1px solid black;
  color: white;
  width: 100%;
}



.landing-page-image {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  font-family: sans-serif;
  border-radius: 30px;
  padding: 10px 40px;
  line-height: 1;
  background-color: #344399;
  border: 1px solid black;
  color: white;
  width: 100%;
}

.about-us-image .btn-about-us:hover {
  background-color: #F3F1FC;
  color: black;
}


.about-us-image {
  position: relative;
  height: 555px;
}

.about-us-image img {
  width: 90%;
  /* height: 85%; */
  object-fit: cover;
  border-top-left-radius: 0;
  border-top-left-radius: 0;
  text-align: center;
}


.landing-page-images {
  position: relative;
  text-align: center;
  height: 555px;
}

.landing-page-images img {
  width: 90%;
  /* height: 85%; */
  object-fit: cover;
  border-top-left-radius: 0;
  border-top-left-radius: 0;
}

.about-us-margins {
  margin: 0 !important;
}

/********************
  About US Page
  *********************/

.about-margins {
  margin: 0;
}

.page-divs {
  margin: 0;
  padding: 0;
}

.about-box {
  /* background: url('../images/info_pages_bg.png'); */
  background-color: #ffffff;
  padding: 10px 5px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.about-us {
  margin: 0 !important;
}

.about-us h3 {
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #295094;
}

.about-box p {
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 0;
  color: black;
  text-align: left;
}

.about-us span {
  color: #839ac1;
}

.carousel-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.our_partner {
  display: flex;
}

.our_partner img {
  margin-right: 30px;
  margin-left: 30px;
}

.icon-images {
  min-width: 150px;
  height: auto;
}

.intro-video {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-top-left-radius: 0;
  border-top-left-radius: 0;
}


/********************
  Joining Page
  *********************/

.joining-margins {
  margin: 0 10px;
}

.signup-form {
  height: 580px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  background-color: rgba(230, 229, 239, 0.75);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.signup-form::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('../images/joining_pic.png');
  background-size: cover;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  z-index: -1;
  opacity: 0.5;
}

.signup-form form {
  max-height: 490px;
  padding-right: 15px;
  display: block;
  width: 90%;
  overflow-y: auto;
}
.contact-inputs{
    height: 45px;
    padding: 7px 0.75rem !important;
    line-height: 1.5 !important;
}
.ds_form-control {
  display: block;
  width: 100%;
  padding: 9px 0.75rem;
  font-size: 18px;
  line-height: 0.5;
  color: #fff;
  background-color: unset;
  background-clip: padding-box;
  border: 2px solid #fff;
  resize: none;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ds_form-control:focus,
.ds_form-control:focus-visible {
  color: #495057;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
  outline: none;
}


input[type="radio"] {
  display: block;
}

.signup-form label {
  font-size: 17px;
  color: #5F5E5E;
  margin-top: 5px;
}

.signup-form ::placeholder {
  font-size: 18px;
  color: #5F5E5E;
  display: block;
  font-weight: lighter;
  margin-bottom: 0;
}

.signup-form form::-webkit-scrollbar {
  width: 10px;
}

.signup-form form::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 5px;
}

.signup-form form::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.signup-form .form-control {
  color: #5F5E5E;
  background: none;
  padding: 5px;
  padding-left: 0;
  border: none;
  border-bottom: 1px solid #5F5E5E;
  font-size: 21px;
  border-radius: 0;
  line-height: 1;
  resize: none;
}

textarea.form-control {
  width: 100%;
  height: 70px;
  background-color: transparent;
  border: 1px solid #5F5E5E;
  padding: 5px;
  line-height: 1.5;
  border-radius: 5px;
}

.joining-page-divs {
  /* background: url('../images/info_pages_bg.png'); */
  background-color: #f3f1fc;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 25px;
  color: #5F5E5E;
}

.joining-steps {
  margin-bottom: 30px;
  color: #898989;
  /* align-items: end; */
}

.joining-steps img {
  height: 40px;
}

.joining-steps h6 {
  color: #7A79B6;
  font-size: 16px;
  margin-bottom: 5px;
}

.joining-steps h4 {
  font-size: 22px;
  margin-bottom: 0;
}

.joining-steps p {
  font-size: 16px;
  margin-bottom: 0;
}

/********************
   Contact US
  *********************/

.contact-margins {
  margin: 20px 0 0 0;
  overflow: hidden;
  background-color: unset;
}

.contact-left-div {
  /* background: url('../images/purple-bg.jpg'); */
  background-color: unset;
  border-radius: 0px;
  /*border-top-right-radius: 4px;*/
  /*border-bottom-left-radius: 4px;*/
  padding: 0px;
  color: #5F5E5E;
  text-align: center;
  display: flex;
  align-items: center;
  margin-top: 0;

}


.contact-left-div img {
  height: auto;
  width: 100%;
}

.contact-right-div h2 {
  font-size: 21px;
  color: #ffff;
  text-align: center;
  margin-bottom: 20px;
}

.contact-us-thumbs {
  list-style: none;
}

.contact-info {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.contact-info img {
  height: 30px;
  margin-right: 25px;
}

.info-steps h4 {
  color: #7A79B6;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
}

.info-steps span {
  font-size: 18px;
  color: #898989;
  line-height: 30px;
}

.contact-right-div {
  display: flex;
  justify-content: center;
  /*align-items: center;*/
  padding: 10px;
  padding-right: 0;
  margin-top: 34px;

}

.contact-right-div::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: none;
  background-size: cover;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  z-index: -1;
  opacity: .5
}

.contact-right-div ::placeholder {
  display: block;
  font-size: 18px;
  color: #5F5E5E;
  font-weight: lighter;
  margin-bottom: 0;
}

textarea.ds_form-control {
  height: 157px;
}

.btn-contact {
  margin-top: 10px;
  font-size: 18px;
  /*font-weight: bold;*/
  font-family: sans-serif;
  border-radius: 22px !important;
  padding: 5px 40px 1px !important;
  line-height: 34px;
  background-color: #fff !important;
  border: #21346D solid 2px !important;
  color: #21346D !important;
}

.signup-form button,
.btn-login {
  margin-top: 10px;
  font-size: 24px;
  font-family: sans-serif;
  padding: 4px 35px;
  line-height: 34px;
  cursor: pointer;
  /*border: none;*/
}

.signup-form button:hover,
.btn-login:hover {
  background-color: #fff;
  color: #283366;
  /*opacity: 0.8;*/
}

.btn-contact:hover {
  background-color: unset !important;
  color: #FFF !important;
  opacity: 0.8;
  border: #fff solid 2px !important;

}

.contact-us-form {
  display: block;
  width: 100%;
  padding-left: 75px;
  padding-right: 75px;
  /*background-color: #21346D;*/
  /* padding-right: 30px; */
  /* height: 460px; */
}

.contact-right-div h3 {
  color: #364399;
  margin-bottom: 45px;
}

.contact-left-div h3 {
  margin: 0px;
  font-size: 36px;
  /* width: 90%; */
  color: #21346D;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}

.contact-steps {
  margin: 14px;
  color: #898989;
  /* align-items: center; */

}

/********************
   Resource Page
  *********************/



.resource-image .btn-resource {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  font-family: sans-serif;
  border-radius: 30px;
  padding: 10px 40px;
  line-height: 1;
  background-color: #344399;
  border: 1px solid black;
  color: white;
  width: 100%;
}

.resource-image .btn-resource:hover {
  background-color: #F3F1FC;
  color: black;
}

.lifestyle-image img {
  width: 80%;
}

.training-image .btn-training {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  font-family: sans-serif;
  border-radius: 30px;
  padding: 10px 40px;
  line-height: 1;
  background-color: #344399;
  border: 1px solid black;
  color: white;
  width: 100%;
}

.training-image .btn-training:hover {
  background-color: #F3F1FC;
  color: black;
}

.circle-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 5px 40px 5px;
}

.circle-button {
  border-radius: 30px;
  border: 3px solid #344399;
  background-color: transparent;
  cursor: pointer;
  color: #344399;
  /* height: 70px;
  width: 70px; */
  padding: 8px 22px;
  margin: 1px;
  font-size: 14px;
}

.circle-button:hover {
  background-color: #283366;
  border-color: #283366;
  color: #ffff;
}

.circle-button-active {
  background-color: #283366;
  border-color: #283366;
  color: #ffff;
}

.circle-button-white {
  border-radius: 30px;
  border: 3px solid #ffff;
  background-color: transparent;
  cursor: pointer;
  color: #ffff;
  /* height: 70px;
  width: 70px; */
  padding: 8px 22px;
  margin: 1px;
  font-size: 14px;
}

.circle-button-white:hover,
.circle-button-active-white {
  background-color: #fff;
  border-color: #fff;
  color: #283366;
}

button:focus {

  outline: none;
}

.radio-box {
  padding: 10px 5px;
  position: relative;
  color: #fff;
}

.training-box {
  padding: 10px 5px;
  position: relative;
  color: #FFF;
}

.resource-image img {
  width: 80%;
  height: auto;
  object-fit: cover;
  border-top-left-radius: 0;
}

.about-video {
  width: 100%;
  height: 425px;
  object-fit: contain;
  border-top-left-radius: 0;
}

.resource-image {
  height: 555px;
  position: relative;
}

.resource-margins {
  margin: 0 !important;
}

/********************
   Training
  *********************/




.training-box ul {
  margin: 20px 40px;
  padding: 0;
}

.training-box ul li {
  font-size: 20px;
  line-height: 24px;
  color: white;
  padding-left: 15px;
}

.training-box {
  padding: 10px 5px;
  position: relative;
  color: #FFF;
}

.training-image img {
  width: 100%;
  height: 85%;
  object-fit: cover;
  border-top-left-radius: 0;
  border-top-left-radius: 0;
}

.training-image {
  height: 555px;
}

.training-margins {
  margin: 0 !important;
}

.training-video {
  width: 100%;
  height: 85%;
  object-fit: cover;
  border-top-left-radius: 0;
}


/********************
   Care
  *********************/

.care-image .btn-care {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  font-family: sans-serif;
  border-radius: 30px;
  padding: 10px 40px;
  line-height: 1;
  background-color: #344399;
  border: 1px solid black;
  color: white;
  width: 100%;
}

.care-image .btn-care:hover {
  background-color: #F3F1FC;
  color: black;
}

.care-circle-button {
  border-radius: 30px;
  border: 3px solid #ffff;
  background-color: transparent;
  cursor: pointer;
  color: #ffff;
  /* height: 70px;
  width: 70px; */
  padding: 8px 22px;
  margin: 1px;
  font-size: 12px;
}

.care-circle-button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #3449B1;
}

.care-box {
  padding: 10px 5px;
  position: relative;
  color: #000;
}

.care-image img {
  width: 70%;
  /* height: 85%; */
  object-fit: cover;
  border-top-left-radius: 0;
}

.care-image {
  height: 555px;
  position: relative;
}

.care-margins {
  margin: 0 !important;
}

.landing-page h4 {
  line-height: 24px;
  font-size: 1.5rem;
  margin-bottom: 25px;
  color: #295094;
}

.landing-page h5 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #283366;
  margin-bottom: 20px;
}

/********************
  Landing Page
  *********************/
.container-landing-fluid {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0;
  margin-left: auto;
}

#about-section,
#radio-bg-section {
  background-color: #283366;
  background-image: linear-gradient(90deg, #3f4d9c 0%, #283366 60%);
  background-size: cover;
  background-position: center;
}

.banner-row {
  height: 600px;
}

#training-bg-section {
  background-color: #0a1761;
  background-image: linear-gradient(90deg, #a569e9 0%, #0a1761 80%);
  background-size: cover;
  background-position: center;
}

#resource-bg-section {
  background-image: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);
  background-size: cover;
  background-position: center;

}

#care-bg-section {
  background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
  background-size: cover;
  background-position: center;
}

#contact-bg-section {
  background-image: url('/images/contact-section-bg.png');
  background-size: cover;
  background-position: bottom left;
}

.section-home,
.section-about,
.section-training,
.section-resources,
.section-contact {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.section-home {
  color: #535C85;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-title-blue {
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  color: #21346D;
  text-align: center;
  padding: 35px 0 25px 0 !important;
  margin: 0px auto;
}

.page-title-white {
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  padding: 35px 0 25px 0 !important;
  position: relative;
  margin: 0px auto;
}

.page-title-blue,
.page-title-white {
  position: relative;
}

.about-us-image .btn-resource,
.training-image .btn-resource,
.resource-image .btn-resource {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  font-family: sans-serif;
  border-radius: 30px;
  padding: 10px 40px;
  line-height: 1;
  background-color: #344399;
  border: 1px solid black;
  color: white;
  width: 100%;
}

.about-us-image .btn-resource:hover,
.training-image .btn-resource:hover,
.resource-image .btn-resource:hover {
  background-color: #F3F1FC;
  color: black;
}

.banner-text-container {
  text-align: left;
  width: 40%;
  margin-left: 10%;
}

.contact-us-section {
  background-color: unset;
}

.owl-nav {
  display: none;
}

.owl-dots {
  display: block;
}

.banner-text-heading {
  font-size: 4.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.contact-text-heading {
  display: none;
  font-size: 40px;
  color: white;
  font-weight: 600;
  padding-bottom: 20px;
  font-style: italic;
  text-align: center;
}

.banner-text-body {
  color: #21346D;
  margin-bottom: 30px;
}

.btn-home {
  font-size: 18px;
  padding: 12px 30px;
  line-height: 1;
  margin-top: 20px;
  display: inline-block;
  border-radius: 30px;
  border: 3px solid #344399;
  background-color: transparent;
  cursor: pointer;
  color: #344399;
  margin: 1px;
}

.btn-home:hover {
  background-color: #283366;
  border-color: #283366;
  color: #ffff;
}

.text-section {
  flex: 1;
  z-index: 3;
  text-align: left;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-section h1 {
  font-size: 3em;
  color: #21346D;
}

.text-section p {
  font-size: 1.2em;
  margin: 20px 0;
  color: #21346D;
}

.text-section .btn {
  margin-top: 10px;
  padding: 15px 30px;
  font-size: 20px;
  border: 2px solid #21346D;
  border-radius: 25px;
  color: #21346D;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}

.text-section .btn:hover {
  background: #21346D;
  color: #fff;
}

.image-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-left: 40px;
  position: relative;
}

.image-frame {
  border: 5px solid white;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  transform: rotate(-10deg);
}

.image-frame img {
  width: 100%;
  height: auto;
  display: block;
}

.image1 {
  transform: rotate(30deg);
  width: 300px;
  z-index: 2;
}

.image2 {
  transform: rotate(-15deg);
  width: 300px;
  z-index: 2;
}

.owl-carousel .owl-item img {
  transform: rotate(0deg);
}

.banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  height: auto;
}

.banner-1 {
  background-image: url('/images/training.png');
  background-size: cover;
}

.banner-2 {
  background-image: url('/images/lifestyle.png');
  background-size: cover;
}

.banner-3 {
  background-image: url('/images/care.png');
  background-size: cover;
}

.banner-4 {
  background-image: url('/images/dancesing-2.png');
  background-size: cover;
}

.banner-5 {
  background-image: url('/images/radio2.png');
  background-size: cover;
}

.banner-6 {
  background-image: url('/images/workforce.png');
  background-size: cover;
}

.image-section {
  position: relative;
  width: 100%;
}

.image-frame img,
.image-frame video {
  display: block;
  width: 100%;
  height: auto;
}


.main_head_blue h2 span:first-child,
.main_head_blue h2 span:last-child {
  width: 50%;
  top: 15px;
  -moz-background-size: 100% 2px;
  background-size: 100% 2px;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
}

.main_head_blue h2 span {
  display: table-cell;
  position: relative;
}

.main_head_blue h2 span:nth-child(2) {
  padding: 0px 15px;
  width: auto;
  white-space: nowrap;
}

.main_head_blue h2 span:first-child {

  background-image: linear-gradient(90deg, transparent, #283366);
}

.main_head_blue h2 span:last-child {

  background-image: linear-gradient(90deg, #283366, transparent);
}

.main_head_white h2 span:first-child,
.main_head_white h2 span:last-child {
  width: 50%;
  top: 15px;
  -moz-background-size: 100% 2px;
  background-size: 100% 2px;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
}

.main_head_white h2 span {
  display: table-cell;
  position: relative;
}

.main_head_white h2 span:nth-child(2) {
  padding: 0px 15px;
  width: auto;
  white-space: nowrap;
}

.main_head_white h2 span:first-child {
  background-image: linear-gradient(90deg, transparent, #ffffff);
}

.main_head_white h2 span:last-child {
  background-image: linear-gradient(90deg, #ffffff, transparent);
}

.circle-image-right {
  position: absolute;
  bottom: 0px;
  right: 10px;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  border: 6px solid white;
}

.circle-image-left {
  position: absolute;
  bottom: 0px;
  left: 10px;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  border: 6px solid white;
}

.oval-video {
  width: 100%;
  height: 280px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 8px solid white;
  margin: 10px auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.banner-overlay {
  position: absolute;

  width: 100%;
  z-index: 1;
  transform: translateY(-74%);
}

.banner-overlay img {
  height: 120px;
  width: 100%;
}

.section-divider {
  width: 100%;
  position: relative;
  width: 100%;
}

.divider-white {
  background-color: #a1a9c0;
  width: 100%;
  height: 5px;
}

.divider-blue {
  background-color: #283366;
  width: 100%;
  height: 5px;
}

.divider-logo-container {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 75px;
  padding: 10px;
  z-index: 2;
}

.divider-logo {
  height: 100%;
}

.form-group {
  margin-bottom: 10px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.survey-dropdown {
  margin-bottom: 10px !important;
}

.source {
  color: white;
}

.form-group label {
  border-radius: 0.5rem;
}

.radio_btn {
  width: 100%;
}

.radio_btn .option {
  border: 2px solid #fff;
  height: 43px;
}

.image-responsive {
  height: auto;
  width: 100%;
  margin-bottom: 30px;
}

textarea.ds_form-control {
  height: 127px;
}

textarea.ds_form-control:focus::placeholder {
  color: #21346E;
}

input[type="radio"] {
  display: none;
}

#option-1:checked:checked~.option-1,
#option-2:checked:checked~.option-2 {
  border-color: #fff;
  background: #fff;
  color: #21346E;
}

#option-1:checked:checked~.option-1 span,
#option-2:checked:checked~.option-2 span {
  color: #21346E;
}

.ds_form-control {
  font-weight: 400;
}

.contact-margins {
  background-image: none;
}

::placeholder {
  color: white;
  opacity: 1;
}

input:focus::placeholder {
  color: #21346E;
}

::-ms-input-placeholder {
  color: white;
}

input:focus::-ms-input-placeholder {
  color: #21346E;
}

.text-center {
  text-align: end !important
}

.contact-inner-section {
  padding-bottom: 80px;
}

.page-title-white {
  padding: 45px 0 15px 0;
}

.cookies-pages-text-box {
  padding-bottom: 100px;
}

.contact-box{
    text-align: right;
}
.password-box{
    text-align: left;
}
.contact-success-msg{
    color: #a4de94;
    display: block;
    width: 70%;
    margin-top: -34px;
    border-radius: 10px;
    font-weight: 600;
}


@media only screen and (min-width: 321px) and (max-width: 480px) {
  .mma_head.navbar-nav li a {
    padding: 5px 8px;
    font-size: 18px;
  }
  .mma_head.navbar-nav li .nav-button:hover{
    padding: 5px 15px;
  }
  .mma_head.navbar-nav li {
    margin: 10px 0px;
  }

  .mma_head.navbar-nav li a img {
    width: 60px;
  }

  .logo-login {
    max-width: 300px;
  }

  .login {
    min-height: 670px;
  }

  .login-form {
    width: 320px;
  }

  .contact-form {
    width: 320px;
  }

  .contact-left-div {
    padding: 0px;
  }

  .contact-left-div h3 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .login-form-group .form-control {
    font-size: 24px;
  }

  .login-form-group button {
    font-size: 23px;
  }

  .owl-nav {
    min-width: 120%;
  }

  .owl-next img,
  .owl-prev img {
    width: 35px;
  }

  .owl-prev {
    left: -10%;
  }

  .owl-next {
    right: -10%;
  }

  .menu_icon {
    max-height: 100px;
  }

  .menu_bg {
    max-height: 150px;
  }

  .signup-form .form-control {
    font-size: 11px;
  }

  .images_thumbs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    height: auto;
  }

  .images_thumbs img {
    width: 100%;
    margin-bottom: 5px;
  }

  .images_thumbs p {
    font-size: 10px;
    margin-bottom: 5px;
  }

  .about-box {
    padding: 15px 10px 30px 10px;
  }


  .training-box ul li {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 0;

  }


  .landing-page p {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 0;
    /*text-align: justify;*/
  }

  .contact-left-div img {
    object-fit: contain;
    height: auto;
  }

  .contact-us-form {
    padding-left: 0px;
  }

  .contact-right-div h2 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 27px;
  }

  .btn-home {
    font-size: 1.2rem;
    padding: 10px 20px;
    margin-top: 0;
  }

  #resource-bg-section,
  #care-bg-section {
    background-size: cover;
    background: #ffffff;
  }

  #contact-bg-section {
    background: #283366;
    background-size: cover;
  }

  .banner-row {
    height: 840px;
    flex-direction: column-reverse;
  }

  .image1,
  .image2 {
    width: 250px;
  }

  .text-section h1 {
    font-size: 2.2em;
  }

  .banner-text-heading {
    padding-bottom: 5px;
  }

  .banner-text-body {
    font-size: 1.2rem;
  }

  .image-section {
    padding-left: 10px;
    margin: 60px 0 30px 0;
  }

  .text-section .btn {
    margin-bottom: 20px;
  }
  .landing-sections-container{
      height: 340px;
  }
  .circle-image-right {
    width: 130px;
    height: 130px;
    border: 4px solid white;
  }
  .circle-image-left{
    border: 4px solid white;
  }
  .oval-video {
    height: 270px;
    border: 4px solid white;
  }
  .login-page-container {
    height: 620px;
  }
}


@media only screen and (min-width: 576px) {
  .collapse.show {
    border-top: none;
  }

  .home-box {

    padding: 7px 0px 0px 30px;
  }

  .mma-header .navbar-nav {
    justify-content: flex-end;
    width: 100%;
    gap: 15px;
  }

  .menu_icon img,
  .menu_icon video

  {
    object-fit: cover;
    min-height: 108px;
  }
 .menu_icon canvas
  {
    min-height: 108px;
  }

  .mma-footer {
    border-top: none;
    margin: 15px 10px 0px;
  }

  .footer-logo {
    text-align: right;
  }

  .footer-logo img {
    width: 280px;
    margin-top: 15px;
  }

  .social-icons {
    text-align: left;
  }

  .social-icons a {
    width: 35px;
    height: 35px;
    font-size: 16px;
    padding: 8px 0 0;
  }

  #main-form p {
    font-size: 21px;
  }

  .menu_bg {
    max-height: 195px;
  }

  .menu_border {
    height: 6px;
  }

  .resident_list,
  .performance {
    flex-direction: row;
  }

  .graph_exp {
    flex-direction: row;
    width: 85%;
  }

  .livevideo_box {
    height: 320px !important;
  }

  .vid-ctrl img,
  .vid-ctrl a img {
    width: 100%;
  }

  .step-heading h3 {
    font-size: 18px;
  }

  .step-content h4 {
    font-size: 22px;
  }

  .step-content p {
    font-size: 16px;
  }


  .images_thumbs {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .images_thumbs img {
    width: 100%;
    margin-bottom: 10px;
  }

  .circle-button {
    /* height: 100px;
    width: 100px; */
    font-size: 16px;
  }

  .landing-page p {
    font-size: 18px;
    line-height: 21px;
    /*text-align: justify;*/
  }
}

@media only screen and (min-width: 481px) and (max-width: 600px) {

  .mma_head.navbar-nav li a img {
    width: 55px;
  }


  .error404 {
    font-size: 152px;
    letter-spacing: -25px;
    margin-left: -20px;
  }

  .login {
    min-height: 800px;
  }

  .owl-next img,
  .owl-prev img {
    width: 50px;
  }

  .owl-prev {
    left: -80px;
  }

  .owl-next {
    right: -80px;
  }

  .menu_border {
    height: 4px;
  }

  .menu_icon {
    max-height: 130px;
  }

  .menu_bg {
    max-height: 195px;
  }
  .landing-thumbs li {
    width: 32%;
  }

  .images_thumbs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    height: auto;
  }

  .images_thumbs p {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .images_thumbs img {
    width: 100%;
    margin-bottom: 5px;
  }

  .about-box {
    padding: 15px 10px 30px 10px;
  }


  .mma_head.navbar-nav li a {
    padding: 5px 15px;
  }

  .about-box p {
    font-size: 20px;
    line-height: 21px;
    text-align: justify;
  }


  .landing-page p {
    font-size: 20px;
    line-height: 21px;
  }

  .circle-button {
    font-size: 14px;
  }

  .contact-left-div {
    padding: 0px;
  }

  .contact-left-div h3 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .contact-left-div img {
    object-fit: contain;
    height: auto;
  }

  .contact-us-form {
    padding-left: 0px;
  }

  .contact-right-div h2 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 28px;
  }

  .banner-text {
    font-size: 2.8rem;
  }

  #resource-bg-section,
  #care-bg-section {
    background-size: cover;
  }

  #contact-bg-section {
    background: #283366;
    background-size: cover;
  }

  .banner-row {
    height: 840px;
    flex-direction: column-reverse;
  }

  .image1,
  .image2 {
    width: 250px;
  }

  .text-section h1 {
    font-size: 2.2em;
  }

  .banner-text-heading {
    padding-bottom: 5px;
  }

  .banner-text-body {
    font-size: 1.2rem;
  }

  .image-section {
    padding-left: 10px;
    margin: 60px 0 30px 0;
  }

  .text-section .btn {
    margin-bottom: 20px;
  }

  .circle-image-left {
    left: 0;
    width: 150px;
    height: 150px;
  }

  .oval-video {

    height: 370px;
    margin: 10px auto;
  }
    .landing-sections-container{
      height: 440px;
  }
  .circle-image-right {
    right: 0;
    width: 150px;
    height: 150px;
  }
        .login-page-container {
    height: 620px;
}

}

@media (max-width: 435px) {

  .page-title-blue,
  .page-title-white {
    font-size: 20px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {

  .error404 {
    font-size: 152px;
    letter-spacing: -30px;
    margin-left: -20px;
  }

  .error404>span {
    text-shadow: -8px 0px 0px #fff;
  }

  .navbar-brand img {
    width: auto;
    height: 60px;
  }

  .login {
    min-height: 1024px;
  }

  .mma_head.navbar-nav li {
    margin-left: -4px;
    margin-right: 2px;
  }

  .mma_head.navbar-nav li a img {
    width: 60px;
  }

  .owl-nav {
    top: 38%;
  }

  .owl-next img,
  .owl-prev img {
    width: 65px;
  }

  .owl-prev {
    left: -90px;
  }

  .owl-next {
    right: -90px;
  }

  .menu_border {
    height: 6px;
  }

  .menu_icon {
    max-height: 130px;
  }


  .box-text,
  .memory_box-text {
    margin: 10px auto;
    width: 100%;
  }
  .step {
    margin-bottom: 15px;
  }


  .home-box h3 {
    font-size: 36px;
  }

  .images_thumbs {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 10px;
    width: 100%;
  }

  .images_thumbs img {
    height: auto;
    object-fit: cover;
    width: 100%;
    margin-bottom: 3px;
  }

  .images_thumbs p {
    font-size: 21px;
    text-align: center;
    margin-bottom: 3px;
  }

  .about-box {
    padding: 15px 10px 30px 10px;
  }

  .circle-buttons {
    gap: 15px;
  }

  .mma_head.navbar-nav li a {
    padding: 5px 8px;
  }

  .contact-left-div {
    padding: 0px;
  }

  .contact-left-div h3 {
    margin-bottom: 20px;
    font-size: 32px;
    width: 100%;
  }

  .contact-left-div img {
    object-fit: contain;
    height: auto;
  }

  .contact-us-form {
    padding-left: 0px;
  }

  .contact-right-div h2 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 28px;
  }

  #resource-bg-section,
  #care-bg-section {
    background-size: cover;
    background-position: center;
  }

  #contact-bg-section {
    background: #283366;
    background-size: cover;
  }

  .banner-row {
    height: 840px;
    flex-direction: column-reverse;
  }

  .image1,
  .image2 {
    width: 250px;
  }

  .text-section h1 {
    font-size: 2.8em;
  }

  .banner-text-heading {
    padding-bottom: 5px;
  }

  .banner-text-body {
    font-size: 1.4rem;
  }

  .image-section {
    padding-left: 10px;
    margin: 60px 0 30px 0;
  }

  .text-section .btn {
    margin-bottom: 20px;
  }

  .circle-image-right {
    right: 0;
    width: 170px;
    height: 170px;
  }

  .circle-image-left {
    left: 0;
    width: 170px;
    height: 170px;
  }

  .oval-video {
    height: 370px;
    margin: 10px auto;
  }

  .banner-text {
    font-size: 2.8rem;
  }
  .landing-sections-container{
     height: 460px;
    }
    .login-page-container {
    height: 620px;
    }


  .training-box p {
    /*text-align: justify;*/
  }

  .landing-page p {
    /*text-align: justify;*/
  }

  /*  .about-us-box, .text-box {*/
  /*    height: 400px;*/
  /*}*/

}
 @media(max-width:767px){
     .banner-row {
         height: 340px;
     }
}
 @media(max-width:767.98px){
     .image-section{
         display: none;
     }
 }

@media only screen and (min-width: 768px) {

  .mma_head.navbar-nav li a {
    /* padding: 8px 13px; */
  }

  .error404 {
    font-size: 252px;
    letter-spacing: -40px;
    margin-left: -20px;
  }

  .collapse.show {
    border-top: none;
  }

  .owl-nav {
    top: 36%;
  }

  .owl-next img,
  .owl-prev img {
    width: 65px;
  }

  .owl-prev {
    left: -100px;
  }

  .owl-next {
    right: -100px;
  }

  h2.quiz-heading {
    margin: 20px 10px;
    height: 60px;
    display: grid;
    align-content: center;
  }

  .answer_left {
    margin: 10px 10px 20px;
    padding: 10px;
    width: 62px;
    height: 60px;
  }

  .answer_right {
    margin: 10px;
  }

  .result_box {
    margin: 0;
  }

  .more_results a {
    font-size: 24px;
  }

  #main-form p {
    width: 60%;
  }

  .mma_box {
    max-height: 410px;
    margin-bottom: 0px;
  }

  .ar_box {
    /*max-height: 410px;*/
    margin-bottom: 0px;
  }

  textarea#activity_feedback {
    height: 168px !important;
  }

  .graph_exp {
    width: 75%;
  }

  .edit_activity {
    margin-bottom: 0px;
  }

  .livevideo_box {
    height: 430px !important;
  }

  /*#main-form img {*/
  /*  width: 150px;*/
  /*}*/

  .footer-logo img {
    margin-top: 10px;
  }

  .signup-form {
    height: 485px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
  }

  .signup-form::before {
    border-bottom-left-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
  }

  .signup-form form {
    padding-right: 15px;
  }

  .joining-page-divs {
    height: 485px;
    border-top-right-radius: 0;
  }

  .carousel-inner {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .home-image {
    height: 355px;
    object-fit: cover;
  }

  .home-box h3 {
    font-size: 36px;
  }

  .images_thumbs img {
    margin-bottom: 3px;
  }

  .images_thumbs p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 3px;
  }

  .landing-thumbs li {
    width: 19%;
    margin-right: 7px;
  }

  .about-box {
    height: 490px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0px;
    padding: 7px 10px 30px 30px;
  }

  .about-us-image {
    height: 490px;
    margin-bottom: 0px;
  }


  .about-us-image img {
    border-top-right-radius: 0;
  }

  .landing-page-images {
    height: 490px;
    margin-bottom: 0px;
  }


  .landing-page-images img {
    border-top-right-radius: 0;
  }

  .intro-video {
    border-top-right-radius: 0;
  }

  .about-box h3 {
    text-align: left;
    font-size: 22px;
  }

  .contact-right-div h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .bottom-info-steps {
    margin-right: -110px;
  }

  .home-box h4 {
    line-height: 22px;
    margin-bottom: 16px;
    font-size: 1.3rem;
  }

  .home-box p {
    font-size: 20px;
    line-height: 21px;
  }

  .home-box {
    height: 555px;
  }

  .home_btn {
    margin-top: 10px;
    font-size: 14px;
  }

  .intro-video {
    height: 555px;

  }

  .circle-button {
    /* height: 75px;
    width: 75px; */
    font-size: 14px;
  }

  .resource-box {
    /* height: 505px; */
  }

  .resource-image {
    /* height: 600px; */
  }

  .care-box {
    /* height: 505px; */
  }

  .care-image {
    /* height: 600px; */
  }

  .training-box {
    /* height: 505px; */
  }

  .training-image {
    /* height: 600px; */
  }


  .about-us-image {
    /* height: 600px; */
  }

  .landing-page-images {
    height: 600px;
  }

  .circle-buttons {
    gap: 15px;
    padding: 30px 5px 40px 5px;
  }

  .contact-left-div h3 {
    margin-bottom: 20px;
    font-size: 32px;
  }


  .contact-left-div img {
    object-fit: fill;
  }

  .contact-us-form {
    padding-right: 75px;
  }

  .contact-right-div h2 {
    margin-top: 0;
    font-size: 28px;
  }

  #training-bg-section {
    background-size: cover;
    background-position: center;
  }

  #resource-bg-section {
    background-size: cover;
    background-position: center;
  }

  #care-bg-section {
    background-size: cover;
    background-position: center;
  }

  #contact-bg-section {
    background-image: url('/images/contact-section-bg.png');
    background-size: cover;
    background-position: center;

  }

  .page-title-white,
  .page-title-blue {
    width: 80%;
  }

  .banner-row {
    flex-direction: row;
  }

  .circle-image-right {
    right: 9px;
    width: 190px;
    height: 190px;
  }

  .circle-image-left {
    left: 9px;
    width: 190px;
    height: 190px;
  }

  .oval-video {
    height: 500px;
  }
    .landing-sections-container {
        height: 590px;
    }
  .image-responsive {
    display: none;
    width: 91%;
    margin-bottom: 0;
  }

  .contact-margins {
    background-size: 64%;
    background-position: left top;
    background-repeat: no-repeat;
    margin-top: 30px;
  }
  .login-page-container {
    height: 620px;
}
}

@media(min-width:768px) {

  .text-section {
    justify-content: center;
  }
}

@media only screen and (min-width: 767px)
/*
  and (max-width : 1024px)*/

  {
  .login {
    min-height: 750px;
  }

  .contact-us {
    min-height: 1050px;
  }

  .contact-form {
    width: 1000px;
  }

  .mma-container {
    max-width: 1000px;
  }

  /*
    .mma-header .navbar-nav {
        justify-content: end;
        width: 100%;
    }*/
  .mma_head.navbar-nav li {
    margin-left: -7px;
    margin-right: 3px;
  }

  .mma_head.navbar-nav li:last-child {
    margin-right: 0px;
  }

  .mma_head.navbar-nav li a img {
    width: 80px;
  }

  .navbar-expand-sm .navbar-nav {
    margin-left: auto;
    order: 2;
  }

  .menu_border {
    height: 6px;
  }

  .menu_icon {
    max-height: 108px;
  }

  .ar_box {
    max-height: 410px;
  }

  .ar_notes p {
    font-size: 14.7px;
  }

  .ar_notes h3 {
    margin-top: 7px;
  }

  .ar_box .form-group {
    margin-bottom: .5rem;
  }

  .ar3_col11 i {
    margin-top: 17px;
  }

  #contact-form {
    padding: 10px 0 10px 0;
  }

}
@media(max-width:990px){

.contact-box,
.password-box{
    text-align: center;
}

}
@media only screen and (min-width: 992px) {
   
    .mma-content {
        min-height: 590px;
    }
  .intro-video {
    margin-top: 7px;
    height: 543px;
  }

  .joining-steps h4 {
    font-size: 24px;
  }

  .joining-steps p {
    font-size: 18px;
  }

  .navbar-brand img {
    width: auto;
    height: 80px;
  }

  .menu_icon img,
  .menu_icon video,
  {
    object-fit: cover;
  }

  .menu_badge-left,
  .menu_badge-right {
    max-height: 40px;
  }

  #main-form p {
    width: 50%;
    margin: 50px auto 0;
  }

  .login-page-container{
      height: 600px;
  }

  .owl-nav {
    top: 33%;
  }

  .img-mind,
  .img-body,
  .img-soul {
    margin: 0rem auto 0rem;
  }

  .box-mbs {
    margin: 0px auto;
    height: 385px;
  }

  h1.main-heading {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .quiz {
    min-height: 410px;
  }

  .qcontent {
    height: 240px;
  }

  .answer_left {
    margin: 10px 10px 20px;
    padding: 15px;
    width: 82px;
    height: 80px;
  }

  .answer_right {
    margin: 10px 20px;
  }

  .result_box {
    /*height: 350px;*/
    font-size: 18px;
  }

  .result_box h3 {
    padding: 5px 0px;
  }

  .result_box h4 {
    margin: 5px auto 15px;
    font-size: 24px;
  }

  .page-container,
  .mma_menu2 {
    min-height: 420px;
  }

  .mma_menu .col-6:nth-child(odd),
  .mma_menu2 .col-6:nth-child(odd) {
    display: block;
  }

  .mma_menu .col-6:nth-child(even),
  .mma_menu2 .col-6:nth-child(even) {
    display: block;
  }

  .imageHolder {
    width: 100%;
    height: 290px;
  }

  .imageHolder img.radioBgImage {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .playing-title {
    height: 50px;
  }

  .playing-title.memb_lft_next_tit {
    margin-bottom: 0;
  }

  .img-box.single-image {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }

  .img-box {
    width: 100%;
    height: 270px;
  }

  .img-box img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .img-thumbnails {
    margin-bottom: 0;
  }

  .img-thumbnails li {
    width: 125px;
    /*
        height: auto;*/
  }

  .img-thumbnails li img {
    width: 100%;
    height: 100%;
  }

  .box-text {
    margin: 0px auto;
    height: 410px;
    overflow-y: auto;
  }

  .memory_box-text {
    margin: 0px auto;
    height: 410px;
    overflow-y: auto;
  }

  .vid-comands {
    width: 50%;
  }

  .live-comands .vid-ctrl,
  .live-comands .vid-ctrl a {
    margin: 0 0px;
  }

  .live-comands4 {
    display: none;
  }

  .live-comands2,
  .live-comands3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .livevideo_box {
    height: 410px !important;
  }

  .signup-form form {
    height: 398px;
    overflow: auto;
    padding-right: 15px;
  }

  .signup-form ::placeholder {
    font-size: 14px;
  }

  .home-box {
    height: 555px;
  }

  .home-image {
    height: 495px;
  }

  .images_thumbs p {
    font-size: 18px;
    color: #51279d
  }

  .landing-thumbs li {
    margin-right: 9px;
  }

  .about-box h3 {
    font-size: 27px;
  }

  .about-box p {
    font-size: 21px;
    line-height: 23px;
    text-align: justify;
  }

  .about-box h4 {
    font-size: 1.7rem;
  }

  .contact-right-div h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .contact-info img {
    height: 40px;
  }

  .info-steps h4 {
    font-size: 20px;
  }
  
  .contact-left-div {
    height: 650px;
  }

  .contact-right-div ::placeholder {
    font-size: 14px;
  }

  .home_btn {
    margin-top: 20px;
    font-size: 16px;
  }

  .home-box h4 {
    line-height: 26px;
    margin-bottom: 16px;
    font-size: 1.7rem;
  }

  .circle-button {
    font-size: 16px;
  }
  .about-us-box,
  .text-box {
    height: 600px;
  }

  .landing-page-images {
    text-align: right;
    height: 425px;
  }

  .landing-page-training-images {
    text-align: left;
    height: 425px;
  }


  .landing-page h4 {
    font-size: 1.75rem;
  }

  .landing-page p {
    font-size: 18px;
    line-height: 23px;
  }

  #contact-form {
    padding: 10px 0 10px 0;
  }

  .page-title-white,
  .page-title-blue {
    width: 60%;
  }

  .contact-inner-section {
    padding-bottom: 50px;
  }

  #about-section,
  #resource-bg-section,
  #training-bg-section,
  #care-bg-section,
  #contact-bg-section {
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
      .oval-video {
        height: 390px;
    }
    .landing-sections-container{
        height: 500px;
    }

}

@media only screen and (min-width: 1200px) {

  .about-us-box,
  .text-box {
    height: 500px;
  }

}

@media only screen and (min-width: 1800px) {

  .mma-container {
    max-width: 1350px;
  }

  .mma_head.navbar-nav li a {
    padding: 10px 30px;
  }

  .menu_icon img,
  .menu_icon video,
  .menu_icon canvas
  {
    max-height: 152px;
  }
  .menu_icon canvas
  {
    min-height: 152px;
  }

  .menu_badge-left,
  .menu_badge-right {
    max-height: 50px;
  }

  .mma_head.navbar-nav li a img {
    width: 100px;
  }

  .mma_head.navbar-nav li a {
    font-size: 21px;
  }

    .login-page-container{
        height: 700px;
    }
  h1.main-heading {
    font-size: 55px;
    padding: 5px;
  }

  h1.info-heading {
    font-size: 45px;
    margin: 20px 0;
  }

  img.splash-img {
    max-width: 550px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mma-margins {
    margin-top: 20px;
    margin-bottom: 20px;

  }

  .mbs-nav .owl-nav {
    top: 42.5%;
  }

  .owl-next img,
  .owl-prev img {
    width: 90px;
  }

  .owl-prev {
    left: -125px;
  }

  .owl-next {
    right: -125px;
  }

  .menu_but {
    margin: 0 auto 40px;
  }

  .menu_but-overlay {
    width: 350px;
    height: 190px;
    /*max-height: 242px;*/
  }

  /*.menu_icon {*/
  /*  max-height: 165px;*/
  /*}*/
  .menu_icon {
    max-height: 150px;
  }

  .menu_txt {
    font-size: 26px;
    padding: 3px 0;
  }

  .menu_para {
    font-size: 18px;
    line-height: 1.225;
  }

  .menu_border {
    height: 8px;
  }

  .footer-logo img {
    width: 400px;
  }

  .page-container,
  .mma_menu2 {
    min-height: 525px;
  }

  .iframe-container {
    padding-top: 56.6%;
  }

  .mma_menu .col-6:nth-child(2n+1),
  .mma_menu2 .row .col-6:nth-child(2n+1),
  .mma_menu .col-6:nth-child(2n),
  .mma_menu2 .row .col-6:nth-child(2n) {
    justify-content: center;
  }

  .img-box {
    width: 100%;
    height: 355px;
  }

  .imageHolder {
    width: 100%;
    height: 385px;
  }

  .img-thumbnails li {
    width: 170px;
    height: 110px;
  }

  img.playIcon {
    width: 90px;
    height: 90px;
    margin: 15px auto;
  }

  .playing-title {
    height: 60px;
  }

  .playing-title span {
    margin: 0 5px;
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .img-title,
  .music-title {
    margin-top: 15px;
    font-size: 30px;
  }

  .box-text,
  .memory_box-text {
    padding: 20px;
    height: 525px;
  }

  .box-text p {
    font-size: 1.4rem;
  }

  .memory_box-text p {
    font-size: 1.5rem;
  }

  .box-text h3,
  .memory_box-text h3 {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .box-text ul

  /*, .memory_box-text ul*/
    {
    max-height: 220px;
    overflow: hidden;
  }

  .box-text .radioco_history5 ul {
    max-height: 230px;
    overflow: hidden;
  }

  .box-text ul li,
  .memory_box-text ul li {
    font-size: 1.4rem;
  }

  .img-mind,
  .img-body,
  .img-soul {
    max-width: 517px;
  }

  .box-mbs {
    padding: 20px;
    height: 525px;
  }

  .box-mbs pre {
    font-size: 24px;
    line-height: 1.4;
  }

  .quiz {
    padding: 20px;
    min-height: 525px;
  }

  .qcontent {
    height: 290px;
  }

  .question_cont {
    margin: 20px 10px 10px;
  }

  .answer_left {
    margin: 20px 10px 24px;
    padding: 20px;
    width: 84px;
    height: 84px;
  }

  .result_box {
    height: 445px;
    font-size: 21px;
    padding: 20px;
  }

  .result_box h3 {
    padding: 10px 0px;
    font-size: 30px;
  }

  .result_box h4 {
    margin: 5px auto 40px;
    font-size: 30px;
  }

  .result50 {
    max-height: 525px;
  }

  .result50 div {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .mma_box {
    padding: 20px;
    min-height: 550px;
    padding-bottom: 0;
  }

  .ar_box {
    padding: 20px;
    min-height: 550px;
    padding-bottom: 0;
  }

  #main-form,
  .login_box {
    padding: 20px;
  }

  #main-form p {
    font-size: 24px;
    width: 50%;
  }
  .report_box,
  .iframe-page {
    height: 525px;
  }

  .tbl-report {
    max-height: 420px;
  }

  .tbl-step2 {
    max-height: 525px;
  }

  .graph_exp {
    width: 60%;
    font-size: 20px;
  }

  .graph_exp img {
    width: 75px;
    height: auto;
    margin: 0 15px;
  }

  .select2-container .select2-search--inline .select2-search__field {
    height: 25px !important;
  }

  .list-view li {
    width: 370px;
  }

  .list-view li span {
    font-size: 20px;
    line-height: 34px;
  }

  .list-view li img {
    width: 12px;
    margin-top: 10px;
  }

  .summary_box h3,
  .sum_tbl .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 30px;
    line-height: 45px;
  }

  .sum_tbl .select2-container--default .select2-selection--single {
    height: 45px;
  }

  .summary_box_inner {
    padding: 15px;
    height: 200px;
  }

  .ar_notes {
    padding: 20px;
    height: 505px;
  }

  .ar_notes h3 {
    font-size: 30px;
    margin-bottom: 1.5rem;
  }

  .ar_notes p {
    font-size: 18.5px;
    margin-bottom: 1rem;
    margin-top: 0px;
    line-height: 25px;
  }

  .select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: 5px;
  }

  .select2-container .select2-selection--multiple {
    min-height: 40px !important;
  }

  h4.avg_exp,
  .resident_list h4,
  .performance h4 {
    font-size: 26px;
  }

  .login_box .form-control,
  .mma_box .form-control,
  .ar_box .form-control,
  .table-report .form-control,
  .mma-input,
  .radio_btn .option {
    height: 46px !important;
    font-size: 24px;
  }

  .select2-container .select2-selection--single,
  .select2-container .select2-selection--multiple {
    min-height: 40px;
    font-size: 20px;
  }

  .d-flex label {
    line-height: 40px;
  }

  .resident_list ul {
    max-height: 160px;
  }

  .resident_list ul li {
    line-height: 1.4rem;
    font-size: 20px;
  }

  .ar3_col11 i {
    margin-top: 20px;
    font-size: 24px;
  }

  .pie {
    --b: 14px;
    --c: #5ec4e0;
    --w: 120px;
    font-size: 24px;
  }

  .clock {
    width: 125px;
    height: 125px;
    font-size: 24px;
  }

  textarea#activity_feedback {
    height: 138px !important;
  }

  .character_error {
    top: 110px;
  }

  .date_picker p {
    top: 6px;
    font-size: 20px;
  }

  .date_picker input {
    padding-left: 110px;
  }

  .reprts_mh {
    min-height: 420px;
  }

  .records_mh {
    min-height: 510px;
    max-height: 510px;
  }

  .tracker_mh {
    min-height: 525px;
    max-height: 525px;
  }

  .mma_box .form-group {
    margin-bottom: 1rem;
  }

  .ar_box .form-group {
    margin-bottom: 1rem;
  }

  .livevideo_box {
    height: 525px !important;
  }

  .vid-ctrl,
  .vid-ctrl a {
    font-size: 24px;
    height: 125px;
  }

  .vid-ctrl img,
  .vid-ctrl a img {
    width: 90px;
    max-width: 100%;
  }

  #danger {
    position: relative;
    transform: translate(70px, 22px) !important;
    z-index: 9;
    margin-top: -22px;
    margin-left: 16px;
    height: 25px;
    width: 25px;
    border-radius: 100px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .step {
    margin-bottom: 20px;
  }

  .step-content {
    margin-top: 10px;
  }

  .step-heading h3 {
    font-size: 21px;
    margin-bottom: 10px;
    margin-right: 480px;
  }

  .step-content h4 {
    font-size: 30px;
  }

  .step-content p {
    font-size: 22px;
  }

  .step img {
    height: 45px;
  }

  .signup-form {
    height: 605px;
  }

  .signup-form form {
    height: 500px;
    overflow: none;
  }

  .signup-form ::placeholder {
    font-size: 8px;
  }



  .ds_form-control {
    padding: 7px 0.75rem;
    font-size: 24px;
  }

  textarea.ds_form-control {
    height: 172px;
  }

  .joining-page-divs {
    height: 605px;
    padding: 50px;
  }

  .joining-steps {
    margin-bottom: 40px;

  }

  .joining-steps h6 {
    font-size: 20px;
  }

  .joining-steps h4 {
    font-size: 28px;
  }

  .joining-steps p {
    font-size: 20px;
  }

  .joining-steps img {
    height: 50px;
  }

  .home-box {
    height: 685px;
    padding: 0 0 0 40px;
  }

  .intro-video {
    height: 685px;
  }

  .home-image {
    height: 460px;
  }

  .home-box h3 {
    font-size: 40px;
  }

  .home-box p {
    font-size: 24px;
    line-height: 28px;
  }
  .landing-page-images {
    height: 678px;
    text-align: right;
  }

  .landing-page-training-images {
    text-align: left;
    height: 425px;
  }

  .circle-button {
    font-size: 18px;
  }

  .images_thumbs {
    max-width: 100%;
    height: auto;
  }

  .images_thumbs img {
    height: auto;
    margin-bottom: 12px;
    width: 100%;
  }

  .images_thumbs p {
    font-family: sans-serif;
    font-size: 21px;
    text-align: center;
    color: #295094;
    line-height: 0.5;
    margin-bottom: 12px;
  }

  .landing-thumbs li {
    margin-right: 13px;
  }

  .landing-thumbs li:last-child {
    margin-right: 5px;
  }

  .about-box {
    height: 600px;
  }

  .about-us-image {
    height: 600px;
  }

  .landing-page-images {
    height: 600px;
    text-align: right;
  }

  .landing-page-training-images {
    text-align: left;
    height: 425px;
  }

  .about-box h4 {
    font-size: 2.2rem;
  }

  .contact-left-div {
    height: 470px;
  }

  .contact-left-div h3 {
    font-size: 40px;
  }


  .contact-right-div {
    height: 530px;
  }

  .contact-right-div h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .contact-us-thumbs {
    list-style: none;
  }

  .signup-form button {
    font-size: 24px;
    padding: 4px 31px;
    line-height: 40px;
  }

  .contact-steps {
    margin: 0px;
  }

  .bottom-info-steps {
    margin-right: -100px;
  }

  .contact-info {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }

  .contact-info img {
    margin-right: 25px;
    height: 45px;
  }

  .info-steps h4 {
    font-size: 25px;
    line-height: 40px;
  }

  .info-steps span {
    font-size: 22px;
    line-height: 30px;
  }

  .contact-right-div ::placeholder {
    font-size: 18px;
  }

  .login-box p {
    margin: 20px 20px 15px;
    font-size: 21px;
    color: #fff;
  }

  .login-box a {
    font-size: 21px;
    line-height: 30px;
  }

  .home_btn {
    margin-top: 30px;
    font-size: 24px;
    padding: 14px 40px;
  }

  .home-box h4 {
    line-height: 38px;
    margin-bottom: 20px;
    font-size: 2.2rem;
  }

  .about-us-box,
  .text-box {
    height: 700px;
  }

  .landing-page h4 {
    font-size: 2.2rem;
  }

  .landing-page h5 {
    font-size: 1.5rem;
  }

  .landing-page p {
    font-size: 22px;
    line-height: 28px;
  }

  .about-video {
    height: auto;
    max-height: 90%;
  }

  .training-video {
    height: auto;
    max-height: 90%;

  }

  .btn-contact {
    line-height: 36px;
    font-size: 24px;
  }

  .contact-right-div {
    height: 640px;
  }

  .contact-left-div {
    height: 910px;
    margin-top: 10px;
  }

  .contact-steps {
    margin: 18px;
  }

  .circle-button {
    /* height: 60px;
    width: 200px; */
    font-size: 19px;
  }

  .resource-wrapper {
    height: 450px;
  }

  .main-resource-image {
    top: 45px;
    left: 45px;
    width: 475px;
  }

  .image1,
  .image2 {
    width: 420px;
  }

  .text-section h1 {
    font-size: 4.8em;
  }

  .banner-text-heading {
    padding-bottom: 5px;
  }

  .banner-text-body {
    font-size: 1.9rem;
  }

  .text-section .btn {
    margin-bottom: 20px;
    padding: 15px 40px;
    font-size: 24px;
  }

  .btn-home {
    font-size: 25px;
    padding: 15px 30px;
  }

  textarea.ds_form-control {
    height: 242px;
  }

  .source {
    font-size: 20px;
  }

  .footer-copyright-text {
    font-size: 22px;
  }
  .landing-sections-container{
      height: 700px;
  }


}

@media (min-width: 1800px) {
     
    .mma-content {
        min-height: 700px;
    }
  .container-landing {
    max-width: 1465px;
  }

  .banner {
    height: 800px;
  }

  .footer_border {
    height: auto;
  }

  .mma-footer {
    margin: -1px;
  }

  .circle-image-right {
    right: 20px;
    width: 250px;
    height: 250px;
    bottom: 30px;
  }

  .circle-image-left {
    left: 20px;
    width: 250px;
    height: 250px;
    bottom: 30px;
  }

  .oval-video {
    height: 500px;
  }

  .container {
    max-width: 1320px;
  }

}

.dropdown-menu {
  padding: 0;
}
@media only screen and (max-width: 580px){
    .social-icons-landing {
        text-align: center;
    }
}

