@font-face {
  font-family: "AzoSans-Regular";
  src: url("/fonts/AzoSans-Regular.ttf");
}

@font-face {
  font-family: "AzoSans-Bold";
  src: url("/fonts/AzoSans-Bold.ttf");
}

@font-face {
  font-family: "AzoSans-Medium";
  src: url("/fonts/AzoSans-Medium.ttf");
}

@font-face {
  font-family: "AzoSans-Light";
  src: url("/fonts/AzoSans-Light.ttf");
}

.azosans-bold {
  font-family: "AzoSans-Bold";
}

.azoSans-medium {
  font-family: "AzoSans-Medium";
}

/*====== START DARK ======*/
a {
  transition: 0.2s;
}

.dark {
  background: #2d2b4b;
  font-family: "AzoSans-Light";
}

.dark .btn-primary {
  background: linear-gradient(206.57deg, #aaffa9 16.67%, #11ffbd 100%);
  color: #2d2b4b;
  transition: all 0.3s;
}

.dark .btn-primary:hover {
  background: linear-gradient(206.57deg, #13daa3 16.67%, #13daa3 100%);
}

.dark .color-light-green {
  color: #33ffb8;
}

.dark .bg-light-green {
  background: #33ffb8;
}

.dark .mid-login {
  padding: 40px 100px 20px;
}

.dark .modal-content,
.dark .mid-login,
.nice-dv.text-center,
.msy-box,
.fractions-main {
  background: #201e40;
}

.dark .modal-backdrop {
  background: rgba(45, 43, 75, 0.75);
}

.dark .color-light {
  color: #9b98c6;
}

.dark ::placeholder {
  color: #9b98c6;
}

.color-white,
.dark p,
.dark,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark a {
  color: #fff;
}

.dark .btn.btn-outline-primary {
  border: 1.95757px solid #41ffb7;
  box-sizing: border-box;
  border-radius: 3.91513px;
  color: #41ffb7 !important;
  font-family: "AzoSans-Regular";
  background: transparent !important;
}

.dark .btn.btn-outline-primary:hover {
  background: linear-gradient(
    206.57deg,
    #aaffa9 16.67%,
    #11ffbd 100%
  ) !important;
  color: #2d2b4b !important;
}

/*====== END DARK ======*/
.dark .btn {
  border-radius: 3.79066px;
  padding: 12px 40px;
  font-family: "AzoSans-Bold";
  border: 0;
  font-size: 16px;
}

.sign-wrap {
  width: 100%;
  max-width: 490px;
}

.form-control {
  padding: 10px 20px;
  height: 44px;
}

.pmalert.alert {
  padding: 0;
  font-size: 12px;
  padding-right: 15px;
  margin-bottom: 8px;
}

.pmalert.alert.alert-dismissible .close {
  top: 0px;
  right: 0px;
  font-weight: 500;
  opacity: 1;
  color: #dc3545;
  text-shadow: none;
}

.bg-none {
  background: transparent !important;
}

.select-sub {
  margin: 40px auto;
  max-width: 750px;
}

.select-sub .box .innrer {
  background: #3d3a61;
  border-radius: 6px;
  padding: 25px 15px;
  border: 2px solid #3d3a61;
}

.select-sub .box .innrer p {
  color: #9b98c6;
  margin: 0;
}

.select-sub .box .innrer h4 {
  font-family: "AzoSans-Bold";
  font-size: 17px;
}

.select-sub .box .innrer h4 span {
  font-family: "AzoSans-Regular";
}

.select-sub .box {
  position: relative;
}

.select-sub .box input[type="radio"] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}

.select-sub .box input[type="radio"]:checked + .innrer {
  border-color: #26ffba;
}

.btnwidth-set {
  margin: auto;
  max-width: 290px;
  width: 100%;
}

.w200 {
  max-width: 200px;
  margin: auto;
}

.msy-box {
  border-radius: 6px;
  padding: 40px 30px;
  margin-bottom: 50px;
}

.msy-box p {
  margin: 0;
  color: #9b98c6;
  font-size: 18px;
  min-height: 81px;
}

.msy-box h5 {
  font-family: "AzoSans-Bold";
  font-size: 24px;
  margin-bottom: 30px;
  min-height: 90px;
}

.ipad-container {
  max-width: 720px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.select-song .box {
  position: relative;
}

.select-song .box input[type="radio"] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.select-song .box input[type="radio"]:checked + .innrer {
  box-shadow: 0 0 0 2px #26ffba;
}

.select-song .box img {
  width: 100%;
  height: 210px;
  border-radius: 6px;
}

.select-song .box .innrer {
  position: relative;
  border-radius: 6px;
}

.select-song .box article {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: linear-gradient(
    180deg,
    rgba(100, 95, 175, 0.0001) 0%,
    rgba(0, 0, 0, 0.956863) 98.32%,
    #2b2b57 100%
  );
  mix-blend-mode: normal;
  border-radius: 6px;
}

.select-song .box article p {
  font-size: 20px;
}

.select-song.ipad-conent {
  margin-bottom: 70px;
}

.fix-img {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 210px;
}

.top-space {
  margin-top: 100px;
}

.min-header {
  background: #23213b;
}

.min-header ul {
  margin: 0;
  padding: 0;
  display: flex;
}

.min-header li {
  display: block;
  flex: 1;
  text-align: center;
}

.min-header li a.active {
  border-bottom: 2.57046px solid #33ffb8;
  color: #33ffb8;
  font-family: "AzoSans-Bold";
}

.min-header li a:hover {
  border-bottom: 2.57046px solid #33ffb8;
}

.min-header li a {
  padding: 25px 20px 15px;
  display: inline-block;
  font-size: 16px;
  transition: all 0.2s;
  border-bottom: 2.57046px solid transparent;
  text-decoration: none;
}

.subul {
  padding: 0;
  margin: 30px 0;
}

.subul li {
  display: block;
  margin-bottom: 20px;
}

.subul li a,
.subul li .panel-heading {
  display: flex;
  align-items: center;
  background: #3e3573bf;
  border-radius: 6px;
  padding: 15px 20px;
  text-decoration: none;
  cursor: pointer;
}

.subul li a .icon,
.subul li .panel-heading .icon {
  background: #2d2b4b;
  border-radius: 50%;
  padding: 10px;
  height: 68px;
  width: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 68px;
  margin-right: 15px;
}

.subul li a img,
.subul li .panel-heading img {
  height: 40px;
  width: 40px;
  object-fit: contain;
}

.subul li a h4,
.subul li .panel-heading h4 {
  font-family: "AzoSans-Bold";
  margin-bottom: 4px;
}

.subul li a p,
.subul li .panel-heading p {
  margin: 0;
}

.subul li a > div,
.subul li .panel-heading > div {
  flex: 1;
}

.subul li a i,
.subul li .panel-heading i {
  font-size: 24px;
}

.subul .pro {
  display: flex;
  align-items: center;
}

.subul .pro .progress {
  margin-left: 20px;
  height: 8px;
  background: #2d2b4b;
  width: 300px;
}

.fractions {
  text-align: center;
  max-width: 300px;
  margin: auto;
}

.fractions h2 {
  margin-bottom: 15px;
}

.fractions p {
  margin-bottom: 20px;
  margin-top: 15px;
  font-size: 18px;
}

.fractions .btn {
  min-width: 210px;
}

.fractions-main {
  padding: 40px 0;
}

.nice-dv.text-center {
  padding: 60px 0;
}

.unlocked-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 30px 0;
}

.unlocked-ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: "AzoSans-Bold";
  width: 118px;
  background: #3e3974;
  margin: 10px;
  height: 118px;
  border-radius: 50%;
  font-size: 20px;
}

.que-div {
  background: #201e40;
  margin: auto;
  max-width: 600px;
  text-align: center;
  padding: 0 15px 40px;
}

.que-div .light {
  border: 1px solid #41ffb7;
  display: inline-block;
  border-radius: 50%;
  padding: 10px;
  margin-top: -40px;
}

.que-div h1 {
  background: linear-gradient(206.57deg, #aaffa9 16.67%, #11ffbd 100%);
  color: #2d2b4b;
  font-family: "AzoSans-Bold";
  font-size: 26px;
  margin: auto;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 67px;
  border-radius: 50%;
}

.que-div h4 {
  font-family: "AzoSans-Bold";
  margin: 40px 0;
}

.que-div .box {
  position: relative;
  background: #3e3974;
  border-radius: 4px;
  padding: 10px;
}

.que-div .box input[type="radio"] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.que-div .box h5 {
  font-family: "AzoSans-Bold";
  margin: 0;
}

.your-answer {
  background: #3e3974;
  padding: 20px;
  border-radius: 4px;
  max-width: 330px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.your-answer h5 {
  text-align: left;
  margin: 0;
  font-size: 24px;
}

.your-answer p {
  margin-bottom: 6px;
}

.recently-play {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: calc(100vh - 67px);
  background: url("images/big.png"),
    linear-gradient(
      180deg,
      rgba(60, 255, 183, 0.25) 0%,
      rgba(189, 189, 189, 0) 100%
    );
  background-position: center bottom;
  background-repeat: no-repeat;
}

.play-box .col1 {
  padding: 15px;
  border-radius: 6px 6px 0 0;
}

.play-box .col1 h5 {
  margin: 0;
  font-size: 14px;
  color: #00aeef;
  letter-spacing: 1px;
}

.dark .play-box .btn {
  /* padding: 8px 16px; */
  margin: 12px 0;
}

.play-box .col1 h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 110px;
  margin: 0;
}

.play-box .col1 h4 span {
  font-family: "AzoSans-Regular";
}

.play-box .col2 {
  background: #383660;
  padding: 10px 40px;
  height: 125px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.play-box .col2 a {
  padding: 10px 0;
}

.primg-col {
  flex: 0 1;
}

.primg {
  background: #3e3974;
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #33ffb8;
}

.primg img {
  height: 90px;
  width: 90px;
  object-fit: contain;
}

.pro-bg {
  background: #3d3a61;
  padding: 50px 0 30px;
}

.badges-star {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.badges-star li:first-child {
  margin-left: 0;
}

.badges-star li {
  background: #8986b1;
  width: 68px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 68px;
  margin-bottom: 20px;
}

.avtar-modal .modal-dialog {
  max-width: 690px;
}

.mavtar-ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.mavtar-ul li {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  margin: 15px;
  border-radius: 50%;
}

.mavtar-ul li input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.mavtar-ul li input[type="radio"]:checked + .box,
.mavtar-ul li:hover .box {
  box-shadow: 0 0 0 2px #33ffb8;
}

.mavtar-ul .box {
  background: #3e3974;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

.mavtar-ul .box img {
  height: 65px;
  width: 65px;
  object-fit: contain;
}

.songs-container {
  padding: 20px;
  background: #342d69;
}

.sub-subjects-with-song .subul .songs-container {
  display: none;
}

.sub-subjects-with-song .subul .open .songs-container {
  display: block;
}

.sub-subjects-with-song .subul .open a i,
.sub-subjects-with-song .subul .open .panel-heading i {
  transform: rotate(90deg);
}

.songs-container .play-box .col1 h5 {
  text-align: center;
}

.songs-container .play-box .songs-free {
  color: #00aeef;
}

.songs-container .play-box .songs-premium {
  color: #ed6f82;
}

.songs-container .play-box {
  margin-bottom: 15px;
}

.badges-star li.active {
  border: 3px solid #33f5b3;
}

.badges-star li {
  padding: 5px;
  overflow: hidden;
}

.badges-star li img {
  width: 100%;
}

.color-light-red {
  color: red !important;
}

.d_none {
  display: none;
}
.quiz-span {
  min-height: 18px;
  line-height: 18px;
  display: flex;
  justify-content: center;
}

.shop-bg-title {
  background: #3d3a61;
  padding: 25px 0 25px;
}

.shop-bg-title .coin-img {
  width: 20px;
}

.shop-bg-title .user-coin {
  font-size: 20px;
}

.single-shop-item {
  margin-right: 20px;
  background: antiquewhite;
  padding-top: 7px;
  margin-bottom: 25px;
}

.single-shop-item .shop-image {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 10px 5px;
  overflow: hidden;
  display: inline-block;
  background: #181721;
}

.single-shop-item .shop-image img {
  width: 100%;
}

.single-shop-item .shop-coin {
  background: #3d3a61;
  padding: 10px;
}

.single-shop-item .shop-coin {
  background: #3d3a61;
  padding: 10px;
  font-weight: bold;
}

.single-shop-item .shop-coin .shop-coin-img {
  padding-right: 10px;
}

.single-shop-item .shop-coin .shop-coin-img img {
  width: 18px;
}

.single-shop-item .shop-item-overlay {
  position: absolute;
  top: 0;
  width: 74%;
  background: #987b3b87;
  height: 86%;
  text-align: center;
}

.single-shop-item .shop-item-overlay span {
  top: 45%;
  position: absolute;
  left: 30%;
  font-weight: bold;
}

.badges-img {
  width: 100px;
}

.loader_img {
  width: 80px;
}

.song-tutorial-play {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: calc(100vh);
  /*background: url(../img/big.png), linear-gradient(180deg, rgba(60, 255, 183, 0.25) 0%, rgba(189, 189, 189, 0) 100%);*/
  background-position: center center;
  background-repeat: no-repeat;
}

.song-tutorial-play::after {
  content: "";
  background: #2d2b4bb5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.song-tutorial-name-contain {
  background: #2c2a4b;
}

.song-tutorial-play .song-tutorial-play-contain {
  z-index: 3;
}

.songs_eq .card {
  background: #201e40;
}

.songs_eq .card .card-title {
  margin-bottom: 0;
}

.songs_eq .card .card-title {
  margin-bottom: 0;
}

.songs_eq .hint-text {
  font-size: 14px;
  float: right;
  padding-top: 6px;
  padding-left: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 14px;
}

.songs_eq .keyboard-cotainer {
  background: #201e40;
}

.wron-key-div {
  position: fixed;
  background: #00000073;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.customer-show-coin .coin-img img {
  width: 20px;
}

.customer-show-coin .coin-title {
  float: right;
  padding-left: 10px;
  font-weight: bold;
  font-size: 18px;
}

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.song-point-coint-show .song-point-coint-2 img {
  width: 25px;
}

.song-point-coint-show .song-point-coint-1 {
  font-size: 30px;
}

.song-point-coint-show .song-point-coint-2 {
  font-size: 30px;
}

.song-point-coint-show .song-point-coint-3 {
  font-weight: bold;
  font-size: 18px;
}

.song-point-coint-show {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}

.dark-bg {
  background: #201e40;
}

#mmc_play,
#mmc_stopplay {
  max-width: 160px;
  padding: 6px 20px;
}

.subscribe-row .subscribe-top-sec {
  font-size: 18px;
}

.font-bold {
  font-weight: bold;
}

.font-color-purple {
  color: #8383f8;
}

.subscribe-right-1 {
  font-size: 40px;
  line-height: 40px;
}

.subscribe-row {
  font-size: 18px;
}

.sub-package1 {
  border: 5px solid #33ffb8;
  border-radius: 7px;
  padding: 18px;
  background: #8383f8;
}

.sub-package2 {
  margin: 20px 0px;
  border-radius: 20px;
  padding: 18px;
  background: #8383f8;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.sub-package1 .pakage-info {
  line-height: 18px;
  font-size: 16px;
}

.subscribe-pacakges {
  margin-right: 140px;
}

.subscribe-pacakges .col-sm-6 {
  padding: 0;
}

.pakage-info-head {
  font-size: 22px;
  border-bottom: 1px solid #33ffb8;
}

.pakage-info-btn {
  position: absolute;
  width: 001;
  text-align: center;
  background: #ccc;
  width: 85%;
  margin-bottom: 0;
  padding-bottom: 15px !important;
  padding-top: 15px;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 18px;
  color: #000;
  border-radius: 6px;
}

.pakage-info-btn a {
  color: #000;
}

.sub-package2 .pakage-info {
  position: unset;
}

.songs-container .play-box h4 a {
  background: none;
  text-align: center;
  display: block;
}

.songs-container .play-box {
  text-align: center;
}

#results .play-box h4 a {
  background: none;
  text-align: center;
  display: block;
}

#results .play-box h4 a span {
  display: block;
}

/*Keyboard Color Code*/

.Blue .black {
  box-shadow: 0px 0px 5px #101010;
  background: #101010;
}

.Pink .black {
  box-shadow: 0px 0px 5px #0c3cbc;
  background: #0c3cbc;
}

.Brown .black {
  box-shadow: 0px 0px 5px #940032;
  background: #940032;
}

.Green .black {
  box-shadow: 0px 0px 5px #cb018b;
  background: #cb018b;
}

.Light_Blue .black {
  box-shadow: 0px 0px 5px #01859a;
  background: #01859a;
}

.Green .black {
  box-shadow: 0px 0px 5px #00983e;
  background: #00983e;
}

.Orange .black {
  box-shadow: 0px 0px 5px #ce8e08;
  background: #ce8e08;
}

.Pink_8 .black {
  box-shadow: 0px 0px 5px #d60f0a;
  background: #d60f0a;
}

.Red .black {
  box-shadow: 0px 0px 5px #592b07;
  background: #592b07;
}

.Yellow .black {
  box-shadow: 0px 0px 5px #015345;
  background: #015345;
}

.Blue .black:hover {
  box-shadow: 0px 0px 5px #101010;
  background: #101010;
}

.Pink .black:hover {
  box-shadow: 0px 0px 5px #0c3cbc;
  background: #0c3cbc;
}

.Brown .black:hover {
  box-shadow: 0px 0px 5px #940032;
  background: #940032;
}

.Green .black:hover {
  box-shadow: 0px 0px 5px #cb018b;
  background: #cb018b;
}

.Light_Blue .black:hover {
  box-shadow: 0px 0px 5px #01859a;
  background: #01859a;
}

.Green .black:hover {
  box-shadow: 0px 0px 5px #00983e;
  background: #00983e;
}

.Orange .black:hover {
  box-shadow: 0px 0px 5px #ce8e08;
  background: #ce8e08;
}

.Pink_8 .black:hover {
  box-shadow: 0px 0px 5px #d60f0a;
  background: #d60f0a;
}

.Red .black:hover {
  box-shadow: 0px 0px 5px #592b07;
  background: #592b07;
}

.Yellow .black:hover {
  box-shadow: 0px 0px 5px #015345;
  background: #015345;
}

/*** ***/
.plan-info {
  background: #3e3874;
  border: 2px solid #a9ffaa;
  border-radius: 5px;
  padding: 40px 30px;
}

.dark .color-light-green2 {
  color: #b0ffa9;
}

.subs-new-design .pakage-info-btn {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 15px 40px;
  letter-spacing: 0;
  width: auto;
  border-radius: 30px;
}

.subs-new-design .pakage-info-btn button {
  letter-spacing: 0px;
}

.subs-new-design .sm-text {
  font-size: 14px;
}

.size16 {
  font-size: 16px;
}

.size18 {
  font-size: 18px;
}

.b-value {
  display: inline-block;
  position: absolute;
  top: -26px;
  left: 50%;
  margin-left: -102px;
  background: #3e3874;
  border: 2px solid #a9ffaa;
  border-radius: 30px;
  padding: 11px 30px;
  text-align: center;
  color: #b0ffa9;
  font-size: 14px;
}

.sm-links a {
  font-size: 12px;
  margin: 0 15px;
}

button.packg {
  background: none;
  border: none;
  color: #000;
  font-weight: bold;
  letter-spacing: 0px;
  font-size: 18px;
  font-size: 16px;
  padding: 10px 35px;
  border-radius: 30px;
}

.pakage-info.edi {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding: 0px;
  letter-spacing: 0;
  width: auto;
  border-radius: 30px;
}

.song-box {
  display: flex;
}

.song-box .img-box {
  width: 100px;
  margin-right: 10px;
}

.or-span {
  display: inline-block;
  position: relative;
}

.or-span:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 10px;
  left: -60px;
}

.or-span:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 10px;
  right: -60px;
}

.plan-info.in-modal {
  padding: 20px 30px;
}

.size14 {
  font-size: 14px;
}

.offer-ul li {
  width: 50%;
  float: left;
  padding-right: 1px;
  font-size: 13px;
}

.form-des .form-control {
  color: #000;
  padding: 12px 10px 8px 14px;
  height: 44px;
  font-size: 13px;
  background-color: #eeebfe;
}

.ipad-container.n-width {
  max-width: 900px;
}

.pay_songs_image.img-ad {
  height: 240px;
  overflow: hidden;
}
.sm-show-btn {
  display: none !important;
}
.md-show-btn {
  display: block !important;
}
.title_link{
  cursor: pointer;
} 

@media (min-width: 1280px) and (max-width: 1400px) {
  /* ===== Piano Hint ===== */

  .piano_hint {
    /* margin-right: 60px !important; */
  }

  .piano_hint_ans {
    /* top: 42px !important;
        left: 1101px !important; */
  }

  .piano_hint_notification {
    /* top: 37px !important;
        left: 1103px !important; */
  }
}

@media (max-width: 767px) {
  .xs-text-center {
    text-align: center !important;
  }

  .mobile-pl-15 {
    padding-left: 15px !important;
  }

  .offer-ul li {
    width: 100%;
  }

  /* ===== Your Profile ===== */

  .pro-bg {
    padding: 20px 0 0px;
  }

  /* ===== Subjects ===== */

  .min-header li {
    flex: none;
  }

  .min-header ul {
    justify-content: space-between;
  }

  .min-header li a {
    padding: 10px;
    font-size: 14px;
  }

  .primg {
    width: 100px;
    height: 100px;
  }

  .badges-star {
    justify-content: center;
  }

  .subul .pro .progress {
    width: 100%;
  }

  a .disabled {
    pointer-events: none;
  }

  .primg img {
    height: 75px;
    width: 75px;
    margin-left: 15px;
  }

  /* ===== Subjects Fractions ===== */

  .dark .play-box .btn {
    display: flex;
    justify-content: space-around;
  }

  /* ===== Subjects ===== */

  .sub-subjects-with-song .container {
    padding-right: 40px;
    padding-left: 40px;
  }

  .panel-heading div h4 {
    font-size: 16px;
    margin-bottom: 0 !important;
  }

  .subul li a i,
  .subul li .panel-heading i {
    font-size: 18px;
  }

  .ipad-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .sub_title {
    font-size: 16px;
  }

  .pro span {
    font-size: 13px;
  }

  .subul li a .icon,
  .subul li .panel-heading .icon {
    height: 55px;
    width: 55px;
    flex: 0 0 55px;
  }

  .subul li a img,
  .subul li .panel-heading img {
    height: 25px;
    width: 25px;
  }

  .songs-container {
    padding: 20px 40px;
  }

  .play-box .col1 h4 {
    font-size: 16px;
  }

  .stripePaymentContainer {
    width: 80% !important;
  }
  .min-header {
  /* display: none; */
  }
  .max-header{
    display: none;
  }
  .sm-show-btn {
    display: block !important;
  }
  .md-show-btn {
    display: none !important;
  }
}

.anchor-btn {
  padding: 0;
  background-color: transparent;
  border: 0 !important;
  appearance: none;
  width: 12px;
  margin-left: auto;
  cursor: pointer;
}
.main-container {
  padding: 30px 0px;
}
.ui-provider {
  display: none;
}
.sl-spinner1{
  height:100% !important;
}

.mobileContent{
  display: none;
}
@media screen and (max-width: 991px) {
  .mobileContent{
    display: block;
  }
  .desktopContent{
    display: none;
  }
  .mobileDisabled{
    pointer-events: none;
    opacity: 0.7;
  }
}
