ul.raga-study-details-menu {
    display: flex;
    position: sticky;
    top: 30px;
    justify-content: space-around;
}
[data-tooltip] {
    display: inline-block;
    position: relative;
    cursor: help;
    padding: 4px;
}
/* Tooltip styling */
[data-tooltip]:before {
    content: attr(data-tooltip);
    display: none;
    position: absolute;
    border-radius: 8px;
background: #FFF;

box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    font-size: 20px !important;
	color:#6B4C24;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.4;
    min-width: 240px;
    text-align: center;
    border-radius: 4px;
	font-family: "CormorantInfant-SemiBold";
}
/* Dynamic horizontal centering */
[data-tooltip-position="top"]:before {
    left: -90px;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

[data-tooltip-position="top"]:before {
    bottom: 100%;
    margin-bottom: 6px;
}

[data-tooltip]:after {
    content: '';
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

[data-tooltip-position="top"]:after{
    left: 50%;
    margin-left: -6px;
}


[data-tooltip-position="top"]:after {
    bottom: 100%;
    border-width: 6px 6px 0;
    border-top-color: #fff;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    display: block;
    z-index: 50;
}

.dashboard-container {
  margin: 0px auto;
  position: relative;
  background: #EFF1E4;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 1140px;
  display: flex;
  align-items: stretch;
}
.dashboard-container .col {
  display: flex;
  flex-direction: column;
  justify-content: top;
}
.dashboard-container .col:first-child {
  background: #AD9897;
}

.dashboard-container nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  /*align-items: stretch;*/
  /*background: #AD9897;*/
  color: #6C5D5D;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
  width: 150px;
}

.dashboard-container nav a {
  position: relative;
  padding: 20px;
  text-align: center;
  width: 100%;
  cursor: pointer;
}

.dashboard-container nav a:hover,
.dashboard-container nav a.selected {
  background: #6C5D5D;
  color: #AD9897;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
/* tabs triangle */
.dashboard-container .triangle-container {
    position: absolute !important;
    z-index: 10;
    top: 0;
    left: 99.6%;
    width: 30px !important;
    background: transparent !important;
    height: 100%;
}

.dashboard-container .triangle-container img {
    position: absolute;
    height: 100%;
    left: 0;
    width: 30px;
}



.dashboard-container .tabs .content {
  padding: 20px 20px 20px 60px;
  position: relative;
  color: #6C5D5D;
  transition: opacity 0.1s linear 0s;
  display: none;
}

.dashboard-container .tabs .content.visible {
  display: block;
}

.dashboard-container .tabs .content p { padding-bottom: 2px;}

.dashboard-container .tabs .content p:last-of-type { padding-bottom: 0px; }

.aWrap .svg-inline--fa {
  color: white !important;
}

/* (B) WRAPPER */
.aWrap {
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* allow buttons to wrap into another row on small screens */
  /* flex-wrap: wrap; */
  width: 550px;
  padding: 10px 30px;
  margin: 5px 0;
  border-radius: 10px;
  gap: 1rem;
	margin: 20px auto 40px;
}

.aWrap,
.aWrap * {
  box-sizing: border-box;
}


.aPlay {
  padding: 0;
  margin: 0;
  background: 0;
  border: 0;
  cursor: pointer;
}


.aCron {
  font-size: 14px;
  color: #71717A;
  margin: 0 10px;
}

.aWrap input[type="range"] {
  appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
  width: 150px;
  padding: 0;
  margin: 0;
  background: 0;
}

.range,
.range-volume {
  position: relative;
  display: flex;
  align-items: center;
}

.range input,
.range-volume input {
  position: relative;
  z-index: 1;
}

.range .change-range,
.range-volume .change-range {
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 0px;
  background-color: #197694;
  border-radius: 10px 0 0 10px;
}

.range-volume .change-range {
  height: 3px;
  width: 95%;
}

.under-ranger {
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 100%;
  background-color: #E4E4E7;
  border-radius: 10px;
}

.range-volume .under-ranger {
  height: 3px;
}

.aWrap input[type="range"]::-webkit-slider-thumb {
  appearance: none;
}

.aWrap input[type="range"]::-webkit-slider-runnable-track {
  background: transparent;
  height: 3px;
  border-radius: 10px;
}


.aWrap input[type="range"]::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  position: relative;
  cursor: pointer;
  margin-top: -6px;
	border:3px solid #D4D4D8;
}

.aWrap input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  position: relative;
  cursor: pointer;
  margin-top: -5px;
}

.aVolIco {
 	margin: -5px 10px 0;
  cursor: pointer;
}

input.aVolume {
  width: 100px !important;
}

.aVolume::-webkit-slider-runnable-track {
  height: 10px !important;
}

.aVolume::-webkit-slider-thumb {
  margin-top: -6px !important;
}

.aVolume::-moz-range-thumb {
  margin-top: -6px !important;
}

.volume-container {
  display: flex;
  align-items: center;
	margin-top: 5px;
}

.single-raga_container .classroomCard .inner-section {
    overflow: visible;
}
.single-raga_container .classroomCard .outter-section {
    overflow: visible;
}
.sangeettooltip[data-tooltip]:before {
  min-width: 560px;
}

.main-nav ul.main-nav-list li ul.sub-menu {
    position: absolute;
    margin-top: 20px;
}

body.page-id-797 h1.entry-title,
body.page-id-3 h1.entry-title{
	    font-family: "CormorantInfant-SemiBold";
    line-height: 120%;
	font-size: 48px;
	padding:50px 0 30px;
}

body.page-id-797 .entry-content p,
body.page-id-3 .entry-content p{
	    font-family: "CormorantInfant-Medium";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
	margin-bottom:10px;
}