@charset "UTF-8";

body {min-width:0px !important;}
/*#################### START index page ####################  */

.mu-welcome_logo-wrapper .mu_title-sm{
  margin-bottom: 25px;
}
.mu-img_shadow{
  box-shadow: 0px 4px 8px rgb(0 0 0 / 25%);
  margin-bottom: 35px;
}
.mu-welcome_content-block .mu_title-sm{
  margin-bottom: 18px;
}
.mu-subjects_block {
  display: flex;
  flex-wrap: wrap;
  /* margin: 0 -15px; */
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.mu-subjects_box {
  max-width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.5s ease;
}
.mu-subjects_innerbox{
  box-shadow: 4px 0px 8px rgba(0, 0, 0, 0.15), 0px 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  /* overflow: hidden; */
}

/*
.mu-subjects_innerbox:hover{ filter: brightness(70%);}
.mu-subjects_innerbox:hover .mu-subject_link{  
  transform: none; margin: 0 !important; 
  padding: 0; font-size: 18px; 
  transition: all 0.5s ease; 
  -webkit-transform: none;
}
*/

.carousel_cat_block .mu-subjects_box a:hover .mu-subjects_innerbox { filter: brightness(70%);}
.carousel_cat_block .mu-subjects_box a:hover .mu-subjects_innerbox .mu-subject_link{  
  transform: none; margin: 0 !important; 
  padding: 0; font-size: 18px; 
  transition: all 0.5s ease; 
  -webkit-transform: none;
}

.mu-subject_link {
  position: absolute;
  bottom: 16px;
  left: 16px; 
  padding: 0 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #F0F0F0;
  margin: 0;
}
.mu-subject_link:hover {
  /*font-size: 20px;
  font-weight: 500;*/
  padding: 0;
  margin: 0 !important;
  transform: none !important;
  -webkit-transform: none;
  color:#fff !important;
}
.mu-subject_img {
  width: 184px;
  height: 184px;
  /* object-fit: contain; */
  object-fit: none;
  /* object-position: top; */
}

.mu-login_box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px 18px 23px 18px;
  background: rgb(240, 240, 240, .2);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  width: fit-content;
}
.maestro-login{
  max-width: 368px;
  margin: 0 0 0 auto;
}
.mu-welcome_logo-wrapper{
  margin-bottom: 50px;
}
.mu-login_box .form-control{
  width: 336px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #1D1D1D;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 4px 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color:#1D1D1D;
}
.mu-login_box .form-control::placeholder{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color:#1D1D1D;
}
.mu-login_box a{
  display: block;
}
.login-btn_block{
  text-align: center;
  margin-top: 10px;
}
/*.login-btn_block .account-btn{
  text-align: center;
  padding: 13px 100px;
  margin: 10px 0 8px 0;
}*/
.apply-text{
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #1D1D1D;
  margin: 10px 0px;
}
.apply-text a{
  display: inline-block !important;
  color: #0d6efd; text-decoration: underline;
}
.forgot-password{
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-decoration-line: underline;
  color: #575757;
  display: block;
  margin-bottom: 10px;
}
.maestro-login .mu_title-sm{
  /*margin-top: 70px;*/
}
/* START button style homescreen*/
.btn.account-btn {
  background: #B80A17;
  box-shadow: -4px -4px 8px rgba(0, 0, 0, 0.1), 4px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  line-height: 48px;
  height: 48px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  width: 65%;
  margin: 0 auto;
  display: block;
  text-align: center;
  border: 0;
  padding:0;
}

/* ENDS button style homescreen */

/* Start Pick a Subscription That Fits Your Needs  */

.mu_subscription-sec{
  /* padding: 230px 0 127px 0; */
  padding: 20px 0 120px 0;
}
.mu_subscription-block .mu_title-sm{
  margin-bottom: 30px;
}
.mu_subscription-list{
  margin: 0 auto;
  padding: 0;
  max-width: 350px;
}
.mu_subscription-list li{
  list-style-type: none;
  /*background: #FFFFFF;
  border: 2px solid #B80A17;
  box-sizing: border-box;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.05);
  border-radius: 8px;*/
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.408px;
  color: #B80A17;
  /*padding: 9px 40px;*/
  margin-bottom: 15px;
}
.mu_subscription-list li:last-child{
  margin-bottom: 0;
}
.mu_subscription-link{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.408px;
  background: #FFFFFF;
  border: 2px solid #B80A17;
  box-sizing: border-box;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  color: #000000;
  display: block;
  /* padding: 9px 40px; */
  padding: 9px 15px;
  transition: all 0.2s ease-in-out 0s; 
  /* max-height:45px; */
  max-height: auto;
  overflow: hidden;
  /*text-align: center;*/
}
.mu_subscription-link span{ color:#B80A17}
/* .mu_subscription-list li a.mu_subscription-link:hover{ transform: scale(1.1);} */
/* Ends Pick a Subscription That Fits Your Needs  */

/*#################### ENDS index page ####################  */

/*#################### START student_homescreen2 student_homescreen3 page ####################  18-8-21 updated */
/*  START How do you want section  */

.subject-select_list{
  margin: 0;
  padding: 0;
}
.subject-select_list .subject-select_item{
  list-style-type: none;
  max-width: 400px;
  background: #FFFFFF;
  border: 3px solid #B80A17;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 80px 16px 28px 16px;
  display: block;
  cursor: pointer;
}/* 18-8-21 added + change*/

.subject-select_list .subject-select_item + .subject-select_item{
  margin-top: 38px;
}
.subject-select_list .subject_select-link{
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #B80A17;
  display: block;
  /*background: #FFFFFF;
  border: 3px solid #B80A17;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 80px 16px 28px 16px;*/
}/* 18-8-21 added + change*/

.subject-select_list .subject-select_item.demand, .subject-select_list .subject-select_item:hover, .subject-select_list .subject-select_item.demand:focus, .subject-select_list .subject-select_item:focus{ transform: scale(1.03); transition: all 0.5s ease;  color: #B80A17;
  -webkit-transition: all 0.5s ease; /*color: #fff; background: #B80A17; border: 3px solid #fff;*/}/* 18-8-21 added + change*/
.subject-select_list .subject-select_item:hover .subject_select-link, .subject-select_list .subject-select_item.demand .subject_select-link.active, .subject-select_list .subject_select-link:hover{ color: #B80A17 !important}/* 18-8-21 added + change*/
/* START custom dropdown css */

.subject-select_list .mu_subscription-list{
  display: none;
  margin-top: 25px;
}

/* ENDS custom dropdown css  */

.mu_session-imgBlock{
  display: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.mu_session-imgBlock.show{
  display: block;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.animate_img{top: 0; right:0; opacity: 0; position: absolute; animation: load_up 2s forwards;  -webkit-animation: load_up 2s forwards; /*margin:-40px 0 0 0*/;}
.mu-welcome_right-block{ position: relative;}

/* -- new box design -- */
.welcome_right_imgBox {
  display: flex;
  position: relative;
  min-height: 600px;
  max-height: 600px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.animate_img.page_inner_big_img {
  position: absolute;
  /* top: 0; */
  right: 0;
  opacity: 0;
  bottom: 0;
  margin: 0 auto;
  max-height: 600px;
  max-width: 100%;
  display: flex;
  object-fit: contain;
  object-position: center;
  
  animation: load_up 2s forwards;
  -webkit-animation: load_up 2s forwards;
}
/* -- new box design -- */

/*#################### ENDS student_homescreen2 student_homescreen3 page ####################  18-8-21 updated*/

/*##################################### START maestro_student page ############################# added 18-8-21*/

.innerPage_wrapper{ padding:23px 0; position: relative; min-height: 700px;}
/* .maestrowrap_wrapper h1{ font-size:36px; font-weight:400; line-height: 37px; color:#000; padding: 0 0 10px 0;} */
/* .maestro_searchcont{ border: 2px solid #b3b3b3; border-radius:6px; background:#ffff;  height:40px; display: flex; flex-wrap: wrap; width:100%; } */
/* .maestro_searchcont input[type=text]{ color:#656565; font-size:14px; font-weight:400; padding:0 10px; height:40px; line-height: 40px; border:0; background:transparent; width:87%;} */
/* .maestro_searchcont input[type=text]::placeholder{color:#656565; opacity: 1;} */
/* .maestro_searchcont button i{ color:#787878; font-size: 20px; width:10%; } */
/* .maestro_searchcont button{ border:0; background:transparent; } */
/* .maestro_alr_search{ display: flex; justify-content: flex-end;} */
/* .maestrowrap_tabcontent{} */


/*  START top sec   */
.innerTop_filterSearch_sec {
  margin: 8px 0 0 0;
}/*changed 18-8-21 */
.innerPage_bg {
  padding: 25px 0 25px;
}

.innerTop_filterSearch_sec ul.tabBtn_sec {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.innerTop_headerBg h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 42px;
  color: #000000;
}
.maestro_searchcont { 
  border: 2px solid #b3b3b3; 
  border-radius:6px; 
  background:#ffff;  
  height:40px; line-height: 40px; 
  display: flex; 
  flex-wrap: wrap; 
  width:100%; 
}/* added 18-8-21*/
.maestro_searchcont input[type=text] { 
  color:#656565; 
  font-size:14px; 
  font-weight:400; 
  padding:0 10px; 
  height:37px; 
  line-height: 37px; 
  border:0; 
  background:transparent; 
  width:calc(100% - 40px);
}/* changed 18-8-21*/
.maestro_searchcont input[type=text]::placeholder { 
  color:#656565; 
  opacity: 1;
}
.topSearchBtn {
  width: 40px;
  text-align: center;
}
.topSearchBtn i {
  color:#787878; 
  font-size: 20px; 
}
/*  ENDS top sec   */

/* START top filter search section  */
ul.tabBtn_sec {
  overflow: hidden;

  
}
ul.tabBtn_sec li {
  display: inline-block;
  width: auto;
  /* margin: 0 8px 0 0; */
  margin: 0 8px 8px 0;
}/* change 18-8-21 */
.buttonAppearanceNone {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;

  cursor: pointer;
  border: 0px none;
  background: none;
  text-align: center;
}
.matstroTabBtn {
  min-width: 56px;
  min-height: 32px;
  padding: 0px 3px;
  background: #FFFFFF;
  color: #000;
  border-style: solid;
  border-width: 2px;
  border-color: #000000;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;

  font-size: 14px;
  line-height: inherit;
  /* line-height: 1; */
  /* line-height: 16px; */

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.matstroTabBtn:hover,
.matstroTabBtn:focus,
.matstroTabBtn:active {
  box-shadow: 1px 1px 60px -50px rgba(0,0,0,0.75) inset;
  -webkit-box-shadow: 1px 1px 60px -50px rgba(0,0,0,0.75) inset;
  -moz-box-shadow: 1px 1px 60px -50px rgba(0,0,0,0.75) inset;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.matstroTabBtn.matstroTabBtn_1 {
  color: #B80A17;
  border: 2px solid #B80A17;
}
.matstroTabBtn.matstroTabBtn_2 {
  color: #305459;
  border: 2px solid #305459;
}
.matstroTabBtn.matstroTabBtn_3 {
  color: #C28A09;
  border: 2px solid #C28A09;
}
.matstroTabBtn.matstroTabBtn_4 {
  color: #553C53;
  border: 2px solid #553C53;
}
.matstroTabBtn.matstroTabBtn_5 {
  color: #834142;
  border: 2px solid #834142;
}

.maestro_dateTime_drop {
  display: inline-block;
  vertical-align: middle;
  margin: 0 11px 0 0;
}/* change 18-8-21*/
.maestro_dateTime_drop.dropdown .dropdown-menu {
  background: #F0F0F0;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.maestro_dateTime_drop.dropdown ul.dropdown-menu >li > a {
  font-size: 16px;
  line-height: 19px;
  color: #000000;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.maestro_dateTime_drop.dropdown ul.dropdown-menu > li > a:hover {
  color:#B80A17;
  background: transparent;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.maestro_dateTime_fromTo {
  display: inline-block;
  vertical-align: middle;
}
.maestro_dateTime_fromTo span {
  padding:0 3px;
}/* change 18-8-21*/

.anyDayBtn:hover { box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); color: #8d0812; }/* added 18-8-21*/ 
.anyDayBtn:hover svg { fill: #8d0812; }/* added 18-8-21*/
.anyDayBtn{ font-size: 14px; font-weight: 400; padding: 4px; 
  min-width: 100px; 
  text-align: left;
}/* added 18-8-21*/
.anyDayBtn svg{ margin-right: 3px; margin-top: -2px;}/* added 18-8-21*/
.anyDayBtn img {
  margin: -3px 1px 0 0;
  display: inline-block;
  vertical-align: middle;
  height:17px;
}/* change 18-8-21*/
.inputAppearanceNone {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;

  background: transparent;
  border: none;
  box-shadow: none;
}
.maestro_dateTime_fromTo input {
  width: 112px;
  height: 32px;
  padding: 5px 10px;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;

  font-size: 14px;
  color: #000000;
}
.maestro_dateTime_fromTo input::placeholder {
  color:#000000; 
  opacity: 1;
}
.maestro_clearall_drop {
  text-align: right;
  padding: 5px 0 0 0;
}
.clearAllDropMenu {
  background: #F0F0F0;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 16px;
  /* min-width:  160px; */
  min-width:  180px;

  transform: translate(0, 0) !important;
  top: 25px !important;
  left: auto !important;
  right: 0 !important;
}
.maestro_clearall_drop button{ padding: 0 7px;} 
.maestro_clearall_drop button:hover {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  color:#8d0812;
}

.clearAllDropMenu > ul {
  overflow: hidden; padding: 12px 0;
}
.clearAllDropMenu > ul > li {
  list-style: none !important; padding-bottom: 5px;
 
}
.clearAllDropMenu > ul > li::marker{ display: none !important;}
.clearAllDropMenu > ul > li .form-check-input:checked, .checkBox-wrapper_reg .form-check-input:checked  {
  background-color: #B80A17;
  border-color: #B80A17;
}
.clearAllDropMenu_ulButton_sec {
  text-align: right;
  padding: 0 0 10px;
}
.clearAllDropMenu_ulButton_sec button {
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  text-decoration: underline;
}
.clearAllDropMenu_ulButton_sec button:hover{ color: #b80a17; opacity: 0.9;}
.clearAllDropMenu_ulButton_sec_nodisplay{ 
  /* display: none; */
  padding: 5px 0 0;
}
.clearAllDropMenu_ulButton_sec_nodisplay button{ 
  /* display: none; */
}

.form-check .form-check-input { margin-left: 0; margin-right: 10px; }
.form-check { padding-left: 5px; padding-right: 10px;}

/* ENDS top filter search section  */


hr.innerTop_filterSearch_sec_borderBottom {
  margin: 16px 0;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}

/* END top filter search section  */

/* #### STARTS bottom part  #### */
.innerPageContent_maestro {
  padding: 10px 0 50px;
}

/* START Card box design  */

.innerPageContent_maestro ul {
  overflow: hidden;
}
.innerPageContent_maestro > ul > li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin: 0 0 22px 0; 
}/*change 18-8-21*/
.innerPageContent_maestro > ul > li:nth-child(3n-1)  {
  margin: 0 1.5% 22px;
}/*change 18-8-21*/

.maestroCard_blockBg {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 16px 16px;
}
.heartWish_btn_box {
  position: absolute;
  right: 16px;
  top: 16px;
}
button.heartWish_btn {
  padding: 3px 3px;
}
button.heartWish_btn i {
  color: #000000; font-weight: 600;
}

button.heartWish_btn:hover i/*,
/*button.heartWish_btn:focus i,
button.heartWish_btn:active i*/ {
  color:#B80A17;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* 
Added a class 'added' for to apply CSS to the heart sign when a favourite has been added.
Done Date:- 27 Sept 2021
By :- Rajashree
*/
button.heartWish_btn.added i {
  color: #B80A17; font-weight: 600;
}
button.heartWish_btn.added:hover i/*,
/*button.heartWish_btn.added:focus i,
button.heartWish_btn.added:active i*/ {
  color:#000000;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* Added favourite CSS end */
.maestroCard_imgNameBlock {
  display: flex;
  flex-direction: row;
}
.maestroCard_left_img {
  max-width: 80px;
}
.maestroCard_left_img a {
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  display: flex;
}
.maestroCard_left_img img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  object-fit: contain;
  object-position: center;
}
.maestroCard_RightContent {
  width: calc(100% - 80px);
  padding: 0 0px 10px 15px;
}
.maestroCard_RightContent h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
  color: #1D1D1D;
  padding: 0 40px 0 0;
}
.maestroCard_userName {
  padding: 0 40px 0 0;
}
.maestroCard_userName a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
  color: #1D1D1D;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.maestroCard_userName a:hover,
.maestroCard_userName a:focus,
.maestroCard_userName a:active {
  color: #B80A17;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.startRating_sec {
  padding: 0 40px 0 0;
}
.startRating_sec i {
  color: #B80A17;
  padding-right: 3px;
}
.startRating_sec .form-check i {
  color: #212529;
}
.startRating_sec .form-check:hover i {
  color: #B80A17;
}
.maestroCard_smallTagTAb > ul > li {
  list-style: none;
  display: inline-block;
  width: auto;
  margin-right: 4px;
}
.maestroCard_smallTagTAb > ul > li .mastroTabTag {
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  padding: 2px 3px;
  color: #000;
  border: 1px solid #000;
  box-sizing: border-box;
  border-radius: 3px;
  background: #fff;
}
.maestroCard_smallTagTAb > ul > li:hover .mastroTabTag{ box-shadow: 1px 1px 60px -50px rgba(0,0,0,0.75) inset;
  -webkit-box-shadow: 1px 1px 60px -50px rgba(0,0,0,0.75) inset;
  -moz-box-shadow: 1px 1px 60px -50px rgba(0,0,0,0.75) inset;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;}
  .maestroCard_smallTagTAb > ul > li:hover .mastroTabTag a, .maestroCard_smallTagTAb > ul > li .mastroTabTag a:hover{ color: inherit !important;}
.maestroCard_smallTagTAb > ul > li .mastroTabTag a{ display: block;}
.maestroCard_smallTagTAb > ul > li .mastroTabTag.mastroTabTag_1 {
  color: #B80A17;
  border: 1px solid #B80A17;
}
.maestroCard_smallTagTAb > ul > li .mastroTabTag.mastroTabTag_2 {
  color: #305459;
  border: 1px solid #305459;
}
.maestroCard_smallTagTAb > ul > li .mastroTabTag.mastroTabTag_3 {
  color: #C28A09;
  border: 1px solid #C28A09;
}
.maestroCard_smallTagTAb > ul > li .mastroTabTag.mastroTabTag_4 {
  color: #553C53;
  border: 1px solid #553C53;
}
.maestroCard_smallTagTAb > ul > li .mastroTabTag.mastroTabTag_5 {
  color: #834142;
  border: 1px solid #834142;;
}

.availableStatus_chatBtn_sec {
  display: flex;
  justify-content: space-between;
}
.availableStatus_chatBtn_sec .availableStatus_left {
  float: left;
  padding: 0 10px 0 0;
  width: 100%;
}
.availableStatus_chatBtn_sec .mastroChat_right {
  float: right;
}
.availableStatus_chatBtn_sec .mastroChat_right button.mastroChat_btn {
  display: inline-block;
  vertical-align: middle;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.availableStatus_chatBtn_sec .mastroChat_right button.mastroChat_btn i {
  color: #000000;
}
.availableStatus_chatBtn_sec .mastroChat_right button.mastroChat_btn:hover i,
.availableStatus_chatBtn_sec .mastroChat_right button.mastroChat_btn:focus i,
.availableStatus_chatBtn_sec .mastroChat_right button.mastroChat_btn:active i {
  color: #B80A17;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.availableStatus_chatBtn_sec .mastroChat_right .mastroCard_flag {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 0 0 15px;
  width: 25px;
  height: 25px;
}
.availableStatus_chatBtn_sec .mastroChat_right img {
  max-width: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}
.availableStatus_chatBtn_sec .availableStatus_left span.availableStatus_icon {
  font-size: 10px;
  color: #00A438;
  margin: 0 3px 0 0;
}
.availableStatus_chatBtn_sec .availableStatus_left span.availableStatus_text {
  font-weight: normal;
  font-size: 10px;
  line-height: 1.2;
  color: #1D1D1D;
}
.availableStatus_chatBtn_sec .availableStatus_left span.unavailableStatus_icon {
  font-size: 10px;
  color: #FF0000;
  margin: 0 3px 0 0;
}

.maestroCard_bioBlock p {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.3;
  color: #000000;
  text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
   /* min-height:46px; */
   min-height:38px;
   overflow:hidden;
}

/* ENDs Card box design  */

/* #### ENDS bottom part  #### */
/*##################################### ENDS maestro_student page #############################*/
.pagination {
  margin-left: 0px !important;
}
.pagination li {
  margin: 0px !important;
}
.pagination li button {
  margin-right: 10px;
}
/* ################## START inner-maestro-schedule-01 page ############################## */
/* START inner top Time Zone sec  */
.session_timezone_block {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.session_timezone_block .sessionTime_label {
  font-size: 16px;
  line-height: 1.5;
  color: #B80A17;
  margin: 0 3px 0 0;
}
.selectOptionReset {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;

  background-color: transparent;
  border: none;
  box-shadow: none;
}
.sessionTime_selectOption {
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
}
.sessionTime_dropdown select option, .sessionTime_dropdown select option:hover {
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
}
.sessionTime_dropdown select {
  background-image: url(../images/select-option-dropicon.svg);
  background-size: 12px 7px; 
  padding: 9px 30px 9px 7px !important;
  cursor: pointer; 
}
.sessionTime_dropdown select:hover {
  background-image: url(../images/select-option-dropicon_hover.svg);
  background-size: 12px 7px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  color:#8d0812;
}

/*.sessionTime_dropdown select:hover{border-color: #747474;
outline: 0;
box-shadow: 0 0 0 .25rem rgba(116,116,116,.25);}*/
/* inner top Time Zone sec end */
/* inner session profile -- start */
.innerPageContent_sessionProfile_bg {
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  /* padding: 35px 80px 80px; */
  padding: 35px 100px 39px;
  margin: 26px 0;
}

.maestroCard_imgNameBlock.sessionProfile_imgNameBlock {
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.05); */
  /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15); */
}
.maestroCard_imgNameBlock.sessionProfile_imgNameBlock .maestroCard_userName {
  padding: 0 0 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.maestroCard_imgNameBlock.sessionProfile_imgNameBlock .maestroCard_RightContent h3 {
  font-size: 24px;
  line-height: 28px;
  color: #1D1D1D;
  padding: 0 10px 0 0;
  display: inline-block;
}
.maestroCard_userName_span {
  margin: 0 0 0 0;
}/* changed 18-8-21*/
.maestroCard_userName_span img{ height:13px}/*18-8-21 added*/
.maestroCard_userName_span.mastroCard_flagicon {
  display: inline-block;
  width: 20px;
  object-fit: contain;
}
.maestroCard_userName_span.maestroCard_userName_userIcon {
  color: rgba(0, 0, 255, 0.91);
}


.studentPro_linkSecBg {
  padding: 20px 0 20px;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.05);*/
  background:url(../images/student_tabborder.png) no-repeat left bottom;
  background-size: 100% auto;
 
}
.studentPro_linkSecBg ul{ display: flex;
  align-items: stretch; /* Default */
  justify-content: space-between;
  width: 100%;}
.studentPro_linkSecBg ul li {
  list-style: none;
  display: block;
    flex: 0 1 auto; /* Default */ padding: 0 10px;
   text-align: left; 
}
.studentPro_linkSecBg ul li i{ color:#1D1D1D; font-weight: 600; font-size: 18px;}
.studentPro_linkSecBg ul li a {
  font-size: 18px;
  line-height: 1.5;
  color: #1D1D1D;
  font-weight: 400;
  border-bottom: 4px solid transparent;

  text-wrap: nowrap;
  display: flex;
  gap: 5px;
  /* justify-content: center; */
  justify-content: flex-start;
  align-items: center;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.studentPro_linkSecBg ul li:hover a i, .studentPro_linkSecBg ul li.active a i { color: #B80A17;}

  .studentPro_linkSecBg ul li.active a {
    color: #B80A17;
    border-bottom: 4px solid #B80A17;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }/* change 18-8-21*/

.studentPro_linkSecBg ul li:hover a {
  color: #B80A17;
  border-bottom: 4px solid transparent;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}/* change 18-8-21*/
/*.studentPro_linkSecBg ul li.active a {
  color: #B80A17;
  font-weight: bold;
}  change 18-8-21 */
.studentPro_linkSecBg ul li.in_active {
  opacity: 0.3;
  pointer-events: none;
}
.row.sessionBook_topFilter {
  margin: 0px;
}
.dayTimeBadge_secBg{ margin-top:20px}
.sessBook_dateTime_sec {
  padding: 15px 0 15px;
}
.sessionBook_topFilter_dateClrBtn {
  display: inline-block;
  vertical-align: bottom;
}
.clearAllBtnSmall {
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  margin: 0 0 0 10px;
  color: #000;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.clearAllBtnSmall:hover,
.clearAllBtnSmall:focus,
.clearAllBtnSmall:active {
  color: #B80A17;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.week_sliderBtn_sec {
  min-height: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
}
.dateWeek_arrowBtn {
  width: 15px;
  color: #1D1D1D;
}
.dateWeek_arrowBtn:hover { color:#8d0812/*color: #000; opacity: 0.7;*/ }/* added 18-8-21*/
.in_active.dateWeek_arrowBtn { opacity: 0.5; }
.in_active.dateWeek_arrowBtn:hover { color:#8d0812; opacity: 1;}/* added 18-8-21*/
.dateWeek {
  padding: 0 10px;
}
/* session day time badge section start */
.dayTimeBadge_row {
  display: flex;
  margin: 0 0 2px 0;
  /* padding: 7px 10px 0; */
  padding: 0 0 0 0;
  height: 47px !important;
}/*added 18-8-21*/
.dayTimeBadge_row_active{background: radial-gradient(64.97% 5442.37% at 42.06% 100%, #F0F0F0 0%, rgba(255, 255, 255, 0) 100%);}/*added 18-8-21*/
.dayTimeBadge_left {
  display: inline-block;
  width: 60px;
}
.dayTimeBadge_right {
  display: inline-block;
  width: calc(100% - 65px);
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: thin;
  border-radius:6px
}
.dropdown-menu ul li { list-style-type: none;}
.dayTimeBadge_right::-webkit-scrollbar-track { background-color:#f0f0f0; }
.dayTimeBadge_right::-webkit-scrollbar-thumb { background-color: #cdcdcd; border-radius:6px; }
.dayTimeBadge_right::-webkit-scrollbar { width: 5px; height: 5px; }
.dayTimeBadge_dayBadge > span,
.dayTimeBadge_dayBadge > sup {
  color: #000000; 
}

.dayTimeBadge_dayBadge.dayActive > span,
 .dayTimeBadge_dayBadge.dayActive > span.badgeDay {
  color: #B80A17;
  font-weight:700;
  font-size:18px;
  text-align: left;
}
.dayTimeBadge_dayBadge.dayActive > sup, .dayTimeBadge_dayBadge.dayActive > sup.badgeDate {
  color: #B80A17;
  font-weight:500;
  font-size:10px;
}
.dayTimeBadge_dayBadge span.badgeDay {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  padding: 5px 0 5px 0px;
  text-align: left;
  /* color: #000000; */
}
.dayTimeBadge_dayBadge sup.badgeDate {
  font-weight: normal;
  font-size: 10px;
  line-height: 10px; vertical-align: super;
  /* color: #000000; */

}
ul.ulBadgeTime {
  /* overflow: hidden; */
}
ul.ulBadgeTime > li {
  list-style: none;
  display: inline-block;
  width: auto;
  margin: 0 8px 8px 0;
  min-width:63px
}
ul.ulBadgeTime > li:last-child {
  margin-right:0px;
}
.liBadgeTime_boxBg {
  position: relative;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background: #fff;
}
.badge.badgeTime {
  border: 2px solid #FFFFFF;
/* 
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
   */
  flex: none;
  order: 0;
  flex-grow: 0;
  /* margin: 0px 8px; */

  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.liBadgeTime_boxBg.active .badge.badgeTime, .liBadgeTime_boxBg:hover .badge.badgeTime {
  border: 2px solid #B80A17;
  color: #B80A17; cursor: pointer;
}
.liBadgeTime_boxBg.in_active .badge.badgeTime {
  opacity: 0.3;
  pointer-events: none;
}
.liBadgeTime_boxBg:hover .badgeTime_popUi_bg.badgeTime_dropdown.maestroCard_smallTagTAb {
  display: block;
  opacity: 1;
   z-index: 1;
}
.liBadgeTime_boxBg.in_active:hover .badgeTime_popUi_bg.badgeTime_dropdown.maestroCard_smallTagTAb {
  display: none;
  opacity: 1;
   z-index: 1;
}/* added 18-8-21*/
.badgeTime_popUi_bg.badgeTime_dropdown.maestroCard_smallTagTAb { 
  position: absolute;
  display: none;
  /* min-width: 180px; */
  width: 160px;
  min-height: auto;

  background: #F0F0F0;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  max-width: 140px;
  padding: 10px 10px;
  z-index: 9;
}

.badgeTime_popUi_bg.badgeTime_dropdown.maestroCard_smallTagTAb.show {
  z-index: 1;
  display: block;
  top: 100%;
  margin: 5px 0 0 10px;
}

.badgeTime_popUi_bg.maestroCard_smallTagTAb.dropdown-menu.show {
    /* background: #F0F0F0; */
    /* background: #dddddd;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    max-width: 140px;
    padding: 10px 10px; */
}

.badgeTime_popUi_bg > ul {
  
}
/* session day time badge section end */
.dayTimeBadge_secBg_bottomText {
  text-align: right;
}
.dayTimeBadge_secBg_bottomText span {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  color: #1D1D1D;
}
.dayTimeBadge_secBg_bottomBookBtn {
  text-align: center;
}
.dayTimeBadge_secBg_bottomBookBtn button.sessionBookBtn {
  width: 248px;
  height: 48px;
  padding: 10px 20px;
  box-shadow: -4px -4px 8px rgba(0, 0, 0, 0.1), 4px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  color: #F7F8F9;
  background: #B80A17;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dayTimeBadge_secBg_bottomBookBtn button.sessionBookBtn:hover,
.dayTimeBadge_secBg_bottomBookBtn button.sessionBookBtn:focus,
.dayTimeBadge_secBg_bottomBookBtn button.sessionBookBtn:active {
  background: #8d0812;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}/* changed 18-8-21*/
.maestro_gaparrowwrap{ margin: 7px 0 10px;}/*changed 20-8-21 */
.maestroscbooking_arrowc{ display: flex;
  justify-content: center;}
/* inner session profile -- end */

/* ################## ENDS inner-maestro-schedule-01 page ############################## */

/*####################### START Registration page  ############################## */

.mu-registration_sec{
  padding: 40px 0 40px 0;
  /* background: url(../images/registration_logo.png) no-repeat bottom left; */
  /* margin-bottom: 160px; */
  position: relative;
}
.mu_animation{
  position: relative;
  overflow: hidden;
}
.mu_block-box{
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
}
.mu-registration_img {
  position:absolute;
    top:100%;
    opacity:0;
    animation:load_up 2s forwards;
    -webkit-animation:load_up 2s forwards;
}
@keyframes load_up{
  from{opacity:0;top:100%}
  /* to{opacity:1;top:20%;} */
  to{opacity:1;top:5%;}
  
}@-webkit-keyframes load_up{
  from{opacity:0;top:100%}
  /* to{opacity:1;top:20%;} */
  to{opacity:1;top:5%;}
  
}
.mu-registration_sec .mu_title-sm{
  margin-bottom: 25px;
}
.mu-login_box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 22px 16px 38px 16px;
  background: rgb(240, 240, 240, .2);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  max-width: 368px;
}
.mu-welcome_logo-wrapper{
  margin-bottom: 50px;
}
.maestro-login {
  max-width: 368px;
  margin: 0 0 0 auto;
}
.mu-login_box .form-control{
  width: 336px;
  height: 40px;
  border: 1px solid #1D1D1D;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 0px 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  color:#1D1D1D;
  background: #fff ;
  padding: 0 10px;
 /*background: #FFFFFF url(../images/star.png) no-repeat 98% 5%;*/
}
.mu-login_box .form-control::placeholder{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  color:#1D1D1D;
}
.mu-login_box a{
  display: block;
}
.login-btn_block{
  text-align: center;
}

.mu-login_box .form-label{
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #1D1D1D;
  margin: 4px 0 0 0;
}
.mu-login_box .input-wraper{
  margin-bottom: 11px;
}
.mu-login_box .form-check-label{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #1D1D1D;
  word-break: break-word;
}
.checkBox-wrapper .form-label{
  margin-bottom: 11px;
}
.checkBox{
  margin-left: 26px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
 
} /* added 18-8-21*/
.checkBox .form-check {
  flex: 0 0 50%;
  max-width: 50%;
  margin-right: 0;
}
.form-check-input[type=checkbox]{
  width: 18px;
  height: 18px;
  border-radius: 4px;
}
.checkBox-wrapper .form-check-input.form-check-input[type=checkbox]{
  border: 2px solid #1D1D1D;
}
/*.form-check-input:checked[type=checkbox]{
  background-color: transparent;
  background: url(../images/check.png) no-repeat center center;
  border-color: #B80A17 !important;
}*/
.Privacy-policy .form-check-label, .Privacy-policy .form-check-label a{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #1D1D1D;
}
.Privacy-policy .form-check-label a{
  display: inline-block;
  border-bottom: 1px solid #1c1c1c21;
}
.Privacy-policy{ margin: 6px 0 33px 0; background: url(../images/registration_border.png) no-repeat left top; background-size: auto; background-size: 100% auto; padding-top: 18px;}/* added 18-8-21*/

/*####################### ENDS Registration page  ############################## */

/* #################### START booking_session page ###########################  added 18-8-21  */

.mainwrap_pad{ padding-bottom:70px; background-color: #E5E5E5; border:1px solid transparent}
.booking_left_imgcont{ position:relative} 
/*.booking_left_imgcont img{ margin-top:35%; width:80%;    
}*/ 
/* Chrome, Safari, Opera */
@-webkit-keyframes moveit {
from {bottom: 0;}
to {top: 50%;}
}

/* Standard syntax */
@keyframes moveit {
from {bottom: 0;}
to {top: 50%;}
}
.booking_rightbox{ background: #E5E5E5; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05); border-radius: 20px; padding: 20px 16px 25px 16px;
   width:86%; 
   margin:20px 0 0 0}

@media(min-width:767px){

  .innerPage_wrapper.login_minheight .booking_rightbox {
    min-width: 390px;
   }
   .innerPage_wrapper .booking_rightbox {
    min-width: 90%;
   }

}

.booking_rightbox h2{ color:#000; font-size: 36px; line-height: 37px; font-weight: 500; padding:0 0 15px 0;}
.booking_textfeild{ border: 1px solid #1D1D1D; border-radius:5px; box-sizing: border-box; border-radius: 5px; height:40px; line-height: 40px; color:#000; background: #fff; width:100%; padding:0 10px; margin: 0 0 15px 0; }
 .booking_textfeild::placeholder{ color:#9A9999; opacity: 1; font-size: 14px; line-height: 40px;}
.booking_referal_box{ border:0px solid #fff; background:url(../images/booking_borderbg.png) repeat-x left bottom ; padding: 0 0 18px 0; margin: 0 0 20px 0; background-size: auto 10px; }/* added 18-8-21 */
.booking_leftbox label{ color:#1D1D1D; font-size: 16px; font-weight: 400; display: block; padding: 0 0 7px 0;}
.booking_lselectdrp_cont{ width:22%; float:left; position: relative;}
.booking_rtxtfld_cont{ width:75%; float:right;}
.booking_selectbox{ border: 1px solid #1D1D1D; border-radius:5px; box-sizing: border-box; border-radius: 5px; height:40px; line-height: 40px; color:#1D1D1D;  width:100%; padding:0 15px; appearance: none; background: #fff url(../images/booking_dropdwn.png) no-repeat right center; }
.booking_selectbox option{ background-size: 32px auto;}
.saudiar{ background:url(../images/Flag_of_Saudi_Arabia.png) no-repeat; background-size: 32px 22px; width:32px;}
.booking_confirmtext{ color:#1D1D1D; font-size: 16px; font-weight:300; line-height: 19px; margin-bottom: 20px;}
.booking_chekbox input[type=checkbox]{ border:1px solid #C5D0DB; width:20px; height:20px; margin: 0 10px 0 0;}
.booking_chekbox span{ color:#1D1D1D; font-size: 12px; font-weight:300; display: inline-block; vertical-align: top; padding: 2px 0 0 0;}
.booking_chekbox span a{ text-decoration: underline; color:#1D1D1D;}
.booking_chekbox{ margin:0 0 15px 0;}
.booking_orwrap{ text-align: center; position: relative; margin:21px 0 16px 0;}
.booking_orwrap h5{ position: relative; display: inline-block; padding: 0 10px; background-color: #e5e5e5; color:#1D1D1D; font-size: 16px; line-height: 17px; text-transform: uppercase; font-weight: 300;}
.booking_orwrap:before{ width:100%; height:1px; background: #1D1D1D; top:11px; left:0; content: ""; position: absolute;}
.booking_continue h5{ color:#1D1D1D; font-size: 16px; margin:0 0 20px 0; text-align: left; }
.booking_continue a{ display: inline-block; padding: 0 22px;}
.booking_continue a img{ height:32px;}
.booking_continue a img:hover{ filter: brightness(70%);}
.booking_continue{ text-align: center;}
.btn.booking_sendbtn{ background: #B80A17; box-shadow: -4px -4px 8px rgba(0, 0, 0, 0.1), 4px 4px 8px rgba(0, 0, 0, 0.1); border-radius: 6px; line-height: 48px; height:48px; color:#fff; font-size: 17px; font-weight: 500; width:65%; margin: 0 auto; display: block; text-align: center; border:0; padding: 0; }
.btn.booking_sendbtn:hover, .btn.booking_sendbtn:focus, .btn.account-btn:hover, .btn.account-btn:focus, .mc-header_navbar .btn.account-btn:hover, .mc-header_navbar .btn.account-btn:focus{ background: #8d0812; color: #ffffff; border:none; }/*18-8-21 change*/
.form-check .form-check-input:checked { background-color: #B80A17; border-color: #B80A17; }
.booking_checkboxcontent{ margin: 18px 0 28px 0;}
.booking_checkboxcontent.form-check a{ text-decoration: underline; color: #1D1D1D;} 
.booking_checkboxcontent.form-check label{ font-size: 12px; font-weight: 300; color: #1D1D1D;}

/* #################### ENDS booking_session page ########################### added 18-8-21*/

/* #################### START my_account page ########################### 18-8-21 change */

.myaccont_wrap{ background: #FFFFFF; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); border-radius: 20px; padding:15px 60px 60px 60px; width: 87%;  margin: 62px auto 24px;}
.myaccont_wrap h2{ font-size: 24px; font-weight: 500px; text-align: center; color:#1D1D1D; background: url(../images/application_headingborder.svg) repeat-x left bottom; background-size: 100% auto;  padding: 0 0 17px 0; margin: 0 0 17px 0; font-family: Roboto;}
.myaccount_innercontgrey{ padding:40px 70px; background: #F0F0F0; border-radius: 20px; width: 80%; margin: 0 auto; }
.myaccount_link a{ display: block; background: #FFFFFF; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); border-radius: 10px; margin-bottom:15px; font-size: 16px; color:#1D1D1D; font-weight: 500; line-height: 18px; padding: 15px 20px; text-decoration: none; font-family: Roboto; }
.referal_cont{ font-size: 16px; color:#000000; padding: 0 0 0 0; text-align: center;}
.referal_cont span{ font-weight: 500; font-size: 16px; color:#000; display: inline-block; padding-right: 13px;}
.referal_cont img:hover{ /*opacity: 0.7;*/ opacity:0.7 ; box-shadow: 0 0 0px #000000 !important;    -webkit-filter: grayscale(1);
  filter: grayscale(1);}
.logoutbtn{ background: #FFFFFF; width:50%; border: 1px solid #B80A17; box-sizing: border-box; border-radius: 4px; margin: 27px auto 0; display: block; font-size:16px; font-weight: 400; color: #B80A17; line-height: 40px;}
.logoutbtn:hover{ color: #ffffff; background: #B80A17;}
.w_16{ width:16px;}
/* #################### END my_account page ########################### 18-8-21 change */

/* #################### START dashboard page ########################### updated 18-8-21*/

.Dashboard_maestrowrap{ padding:30px 15px; }
.Dashboard_maestrowrap h2{font-weight: 700; font-size: 34px; line-height: 35px; padding:0 0 23px 0;}
.Dashboard_maestrowrap h2 span{ color:#1D1D1D; font-size: 15px; line-height: 17px; font-weight: 400; display: block; padding: 3px 0 0px 0;}
.Dashboard_maestrowrap span{ color:#1D1D1D; font-size: 15px; line-height: 17px; font-weight: 400; display: block; padding: 3px 0 0px 19px;}
.subcribe_cont span{
  padding:0;
}
.subcribe_cont #select2-id_select2_example-container{
  padding: 10px 0;
}
.Dashboard_inerdashboard_box1{ background: #FFFFFF; border-radius: 20px; width:100%; padding:20px 12px; min-height: 329px; 
  /* margin-bottom: 30px; */
}
.Dashboard_inerdashboard_box2{ background: #FFFFFF; border-radius: 20px; width:100%; padding:20px 12px; min-height: 448px; 
  /* margin-bottom: 30px; */
}
.Dashboard_inerdashboard_box3{ background: #FFFFFF; border-radius: 20px; width:100%; padding:20px 12px; min-height: 264px; 
  height: 100%;
  /* margin-bottom: 30px; */
}
.Dashboard_compltebox{ background: #FFFFFF; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); border-radius: 20px; padding:15px 10px; min-height: 92px; font-weight: 400;  font-size: 18px; color:#1D1D1D; }
.Dashboard_compltebox p{font-weight: 400;  font-size: 18px; color:#1D1D1D; line-height: 22px; margin: 0; padding: 0;}
.Dashboard_compltebox a{ text-decoration: underline; color: #1D1D1D;}
.Dashboard_inerdashboard_box2_textcont{ padding: 25px 0;}
.Dashboard_inerdashboard_box2_textcont p{font-weight: 400;  font-size: 18px; color:#1D1D1D; line-height: 24px;}
.dashboard_box2_filterwrap{ position: relative;}
.dashboard_numbertab{ width: auto; max-width: 140px; min-width: 120px; margin: 0 auto; position: relative;}
.dashboard_numbertab_leftar{ left:0; top:0; position: absolute;}
.dashboard_numbertab_leftar img{ width:8px; height:15px}
.dashboard_numbertab_leftar img:hover{ opacity: 0.8;}
.dashboard_numbertab_rightar{ right:0; top:0; position: absolute;}
.dashboard_numbertab_rightar img{ width:8px; height:15px}
.dashboard_numbertab_rightar img:hover{ opacity: 0.8;}
.dashboard_numbertab_midwrp{ width:auto; margin: 0 auto; font-size: 14px; color: #1D1D1D; font-weight: 400; text-align: center; padding: 3px 0 0 0 ;}
.Dashboard_inerdashboard_box3 p{font-weight: 400;  font-size: 18px; color:#1D1D1D;}
.dashboardedit_wrap{ position: absolute; right:0; text-align: right; top:0;}
.dashboardedit_wrap a{ display: inline-block; margin-left: 5px; }
.dashboardedit_wrap a img{ height:18px;}
.dashboardedit_wrap a img:hover{ opacity: 0.6;}
.dashboard_box3_redtext{  padding: 0 0 20px 0; display: flex; align-items: stretch; justify-content: space-between;}
.box3totases_red{ color:#B80A17; font-size:16px; font-weight: 500; line-height: 18px; text-align: left;}
.jointext{  text-align: right; font-size: 14px; color: #000; font-weight: 400; }
.dashboard_box3_cancelltext{ padding: 0 0 20px 0;}
.dashboard_box3_cancelltext h4{ color:#1D1D1D; font-weight: 500; font-size: 16px; line-height: 18px; padding: 0 0 0 0 ; margin: 0; }
.dashboard_box3_cancell_inner{ display: inline-block; padding-left: 14px; padding-bottom: 7px; color:#1D1D1D; font-weight: 400; font-size: 16px; line-height: 18px;}
.more_dashboard{ font-size: 10px; font-weight: 400; text-align:right; text-decoration: underline; }
.more_dashboard a{font-size: 10px; font-weight: 400; text-decoration: underline; display: inline-block; color: #000;}
.more_dashboard a:hover{color:#8d0812; text-decoration: underline;}
/* #################### ENDS dashboard page ###########################  updated 18-8-21 */

/* #################### START maestro schdule page ########################### updated 18-8-21*/

.maestroscdule_confm{ padding:25% 0;}
.maestroscdule_confm h4{ font-size: 24px; color:#1D1D1D; font-weight: 400; padding: 0 0 15px 0; margin: 0; text-align:center;}
.codebox_w{ display: flex; justify-content: center; margin: 35px 0 32px;} 
.code_textfeild{ border:1px solid #1D1D1D; width: 46px; height:57px; text-align: center; padding: 0 7px; margin: 0 5px; border-radius:5px;}

.cancelbtn:hover, .cancelbtn:focus{ background: #8d0812; border: 2px solid #8d0812; color: #ffffff;}
.cancelbtn{ background: #FFFFFF; border: 2px solid #B80A17; box-sizing: border-box; box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.05); border-radius: 6px; font-size: 16px; color: #B80A17 ; line-height:45px;  padding:0 15px; /*width:70%;*/ margin: 0 auto; display: block;} 
.receive_text{ color:#1D1D1D; font-size: 12px; line-height: 14px; text-align:center; margin: 30px 0 0 0; display: block; }
.receive_text a{ color:#1D1D1D;}
.receive_text span{ color:#bdbdbd; }
.receive_text span a{ color:#bdbdbd; text-decoration: underline; }
.booking_left_imgcont img.booksesing_w{ top: auto; bottom: 0;
  left: 0; right: 0; margin: 0 auto; opacity: 0;
  position: absolute;
  animation: load_up 2s forwards;
  -webkit-animation: load_up 2s forwards;
  /* margin: -40px 0 0 0;*/
  }
/* #################### ENDS maestro schdule page ########################### */


/* #################### START register_free_session page ########################### */

.registerfree_box1{ background: #FFFFFF; border-radius: 20px; padding: 20px 12px; height:100%; margin: 0 0 0 0; min-height: auto!important;
  max-height: none!important;}
  .admission_hpopp{padding-bottom: 6px;}
.registerfree_inergreybox{ background: #F0F0F0; padding: 23px 11px; box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.15), 0px 4px 8px rgba(0, 0, 0, 0.15); border-radius: 20px; min-height: 136px; margin:0 0 25px 0;}
.registerfree_inergreybox h3{font-size: 16px; line-height: 25px; color: #1D1D1D; font-weight: 500; padding: 0 0 10px 0;}/* change 18-8-21*/
.registerfree_subscribe_sess h5{ color:#B80A17; font-weight: 500; font-size:16px; text-align: center; padding: 0 0 12px 0;}
.registerfree_subscribe_sess ul li{ list-style-type: none;}
.registerfree_subscribe_sess ul li a{  display:block; border:2px solid #B80A17; border-radius:8px; width:100%; padding: 10px 10px; color:#000; font-size: 16px; line-height: 18px; transition: all 0.2s ease-in-out 0s; margin-bottom:10px; text-align: left; }
.registerfree_subscribe_sess ul li a span{ color:#B80A17; display: inline-block;}
.registerfree_subscribe_sess ul li a.mu_subscription-link {
  /* padding: 9px 40px !important; */
  /* padding: 9px 20px !important; */
    padding: 9px 10px !important;
}
.registerfree_subscribe_sess ul li a.mu_subscription-link span {padding: 0px !important;}
/* .registerfree_subscribe_sess ul li a:hover{ transform: scale(1.1);} */
.registerfree_subscribe_datewrapp{ margin-top:20px;}
.registerfree_date_box{ padding: 15px 5px;}
.registerfree_date_box h4{ color:#000; font-size: 16px; font-weight: 400; line-height: 17px;}
.registerfree_date_box h4 sup{ font-size: 10px; color:#000; font-weight: 400; padding-bottom: 5px;vertical-align: super;}
.registerfree_date_box.active h4{ color:#B80A17; font-size: 16px; font-weight: 700;}
.registerfree_date_box.active h4 sup{ font-size: 10px; color:#B80A17; font-weight: 400; }
.registerfree_date_box.active{background: radial-gradient(64.97% 5442.37% at 42.06% 100%, #F0F0F0 0%, rgba(255, 255, 255, 0) 100%);}
.registerfree_smtext_r{ text-align: right; font-size: 10px; color: #1D1D1D; font-weight: 400; margin: 10px 0 0 0;}

/* #################### ENDS register_free_session page ########################### */

/* #################### START subscriped_nosession page ########################### */

.schdule_newbutton:hover, .schdule_newbutton:focus{ background: #8d0812; border: 2px solid #8d0812; color: #ffffff;}
.schdule_newbutton{ background: #FFFFFF; border: 2px solid #B80A17; box-sizing: border-box; box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.05); border-radius: 6px; font-size: 16px; color: #B80A17 ; 
  /* line-height:1.5;   */
  line-height:1.2;  
  padding:10px 15px; width:73%; margin: 0 auto; display: block;} 
/* #################### ENDS subscriped_nosession page ########################### */

/* #################### START subscriped_after_a_while page ########################### change 18-8-21*/

.subscribed_prc_boxh{ height:74%; margin-bottom: 24px;}
.subscribed_prc_boxpiano{ background: #FFFFFF; border-radius: 20px; padding: 30px 20px; margin: 0 0 30px 0;}
.subscribed_categsubsc{  display:block; border-radius:8px; width:100%; padding: 10px 10px 10px 20px; text-align: left !important; color:#fff; font-size: 16px; line-height: 18px; transition: all 0.2s ease-in-out 0s; margin-bottom:10px; text-align: center; }
.subscribed_categsubsc:hover{ filter: brightness(80%);/*transform: scale(1.1); color:#ffffff !important;*/ color:#fff !important;}
/* #################### ENDS subscriped_after_a_while page ########################### change 18-8-21 */

/* #################### START subscription page (page removed by client) ########################### */
.subscription_rightbox_wbg{background: #FFFFFF; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); border-radius: 20px;}
.subscription_subsbox{ margin: 17% 0 46% 0;}
.subscription_subsbox ul li{ list-style-type: none; border:2px solid #B80A17; border-radius:8px; width:100%; padding: 10px 10px; color:#000; font-size: 16px; line-height: 18px; transition: all 0.2s ease-in-out 0s; margin-bottom:10px; text-align: left;display:block; }

.subscription_subsbox ul li a{  display:block; /*border:2px solid #B80A17; border-radius:8px; width:100%; padding: 10px 10px; color:#000; font-size: 16px; line-height: 18px; transition: all 0.2s ease-in-out 0s; margin-bottom:10px; text-align: left;*/ }
.subscription_subsbox ul li a span{ color:#B80A17}
.subscription_subsbox ul li span{ color:#B80A17}
.subscription_subsbox ul li a:hover, .subscription_ ul li:hover{ transform: scale(1.1);}
.subscription_buybtn{ border:2px solid #B80A17; border-radius:8px; color: #B80A17; font-size: 16px; line-height: 18px; padding: 7px 18px; display: inline-block !important; }
.subscription_rightbx_plce{ text-align: right;}

/* #################### ENDS subscription page (page removed by client) ########################### */

/* #################### START checkout page ########################### */
.checkout_wbox1{ background: #FFFFFF; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); border-radius: 20px; padding: 20px 15px ; margin-bottom: 20px;}
.checkout_wbox1 h4{ font-weight: bold; font-size: 16px; line-height: 18px; color: #B80A17; padding: 0 0 15px 0;}
.checkout_crse_list{}
.checkout_al_r{ text-align: right;}
.checkout_crse_list .row{ margin-bottom: 15px;}
.checkout_rewardscont h4{ font-size:16px; color: #000; font-weight: 500; padding: 0 0 5px 0; margin: 0;}
.checkout_rewardscont h4 span{ font-size:11px; font-weight: 300; color:#000; display: block; }
.checkout_coupenbox{ background: #FFFFFF; border: 1px solid #575757; box-sizing: border-box; border-radius: 4px; padding:0 10px; height:40px; width:100%; line-height: 40px; font-weight: 300; font-size: 16px;  }
.checkout_capply_btn{ border:2px solid #B80A17; background: #fff; box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1); border-radius: 6px; color: #B80A17; font-size: 16px; line-height: 37px; height:40px; font-weight: 500; padding: 0 0; width:58px; text-align: center; display: inline-block !important; text-align: center; }
.checkout_capply_btn:hover, .checkout_capply_btn:focus{ /*transform: scale(1.1);*/ border:2px solid #8d0812; background:#8d0812; color:#fff;}
.applywrp_inp{ margin-bottom: 10px;}
.applywrp_inp .col-md-7{ padding-right: 0}
.applywrp_inp small{ font-weight:300; color:#000; font-size: 10px; vertical-align: bottom; margin-left: 5px; line-height: 11px;}
.checkout_greentext{ color:#01952B; font-weight: 500; font-size: 18px; line-height: 20px; text-align: right; margin-top: 23px; }
.checkout_card_detwrap label.radio{ position: relative; color:#4a4a4a; font-size:16px; 
  margin-bottom: 10px; 
  margin-right: 10px;
} /*change 18-8-21*/
.checkout_card_detwrap label.radio input{ position: absolute; opacity: 0; }
.checkout_card_detwrap label.radio input:focus{ outline: none; border: 0;}/* 18-8-21 added*/
.checkout_card_detwrap label.radio span{ position:relative; display: block; padding-left:33px; color:#000; 
  font-size:14px;
  line-height: 1.5;
  font-weight: 400; 
}
.checkout_card_detwrap label.radio span a{  color:#000; font-size:16px; font-weight: 400; }
.checkout_card_detwrap label.radio span img{ height:20px; width:auto; margin-right: 10px;}
.checkout_card_detwrap label.radio span:before{ content: ''; position:absolute; width:24px; height:24px; display: block; border-radius: 100%; background: #ffffff; border:solid 2px #e7e7e7; left:0px; top:0px; cursor: pointer; }
.checkout_card_detwrap label.radio input[type=radio]:checked:hover + span:before{ background: url(../images/radiobtn_hover.png) no-repeat; background-size: 100% 100%; width: 26px; height: 26px; outline: none; border: 0px;}
.checkout_card_detwrap label.radio input[type=radio]:checked + span:before{ background: url(../images/radiobtn_hover.png) no-repeat; background-size: 100% 100%; width: 26px; height: 26px; outline: none; border: 0px; /*background: #B80A17; border: solid 2px #575757; padding: 2px; outline: none; */border-radius:100%; }/*change 18-8-21*/
.checkout_card_detwrap label.radio input[type=radio]:hover + span:before{  background: #ffffff; border:solid 2px #B80A17;   border-radius:100%; }/*added 18-8-21*/
.checkout_card_detwrap label.radio.full{ width:100%; display: inline-block; }
.checkout_applecard_buttoncont button{ height:auto; margin:0 auto; display: block; border: 0px; background: transparent;}
.checkout_applecard_buttoncont button img{ height:auto; width: 80%; margin:0 auto; display: block; border: 0px;}
.checkout_applecard_buttoncont button:hover, .checkout_applecard button:focus{ outline: none; opacity: 0.8;}
/* #################### ENDS checkout page ########################### */

/* #################### START checkout_ordercomplete page ########################### */

.checkout_oc_wrapmain{ background: #FFFFFF; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); border-radius: 20px; padding: 30px 20px; text-align: center; margin:38px 0 50% 0;}
.checkout_oc_wrapmain img{ width:60px; height:60px; display: block; margin: 0 auto 20px;}
.checkout_oc_wrapmain p{ color:#1D1D1D; font-size:16px; font-weight:400; line-height: 1.5; }
.checkout_oc_wrapmain p span{ color: #1D1D1D; display: block; padding: 5px 0 0 0; font-weight: 700;}
.checkout_oc_wrapmain a.checkout_oc_homeret{ color: #3f3030; font-size: 16px; text-decoration: underline; display: inline-block; margin: 30px 0 0 0;}

/* #################### END checkout_ordercomplete page ########################### */

/* #################### START maestro_profile_student page & myaccount maestro page ########################### */

.profilest_wrapst{ padding: 35px 0 0;}
.profilest_rightcont{ padding: 20px 0 20px 3%; position: relative;}
.inner_tab_myaccount_mainwrp .profilest_rightcont {
  padding: 20px 15px 20px 15px;
}
.profilest_rightcont h5{ color:#000; font-size:16px; line-height: 18px; font-weight: 700; padding: 0 0 10px 0; margin: 0; }
.profilest_rightcont ul{ padding: 0 0 20px 14px; margin: 0; display: block !important;}
.profilest_rightcont ul::after { border: 0px solid #FFFFFF; box-shadow: none; content: none !important; }
.profilest_rightcont ul li:before{ content:"\f111"; font-family:'FontAwesome'; color:#000; font-size: 7px; position: absolute; left:0; top:6px;}
.profilest_rightcont ul li{ position: relative; font-size:16px; font-weight:400; line-height: 1.2; color:#000; list-style: none; padding: 0 0 5px 26px;}
.profilest_rightcont p{ font-size:16px; font-weight:400; line-height: 1.2; color:#000; margin: 0 0 20px 0; padding: 0;}
.maestrostudent_pricon{ position: absolute; right:0; top:0;}
.maestrostudent_pricon:hover span, .maestrostudent_pricon:hover svg{ color:#8d0812; fill:#8d0812 !important}
.maestrostudent_pricon svg{ height:15px !important; height: 15px !important;}
.maestrostudent_pricon img{ height:16px;}
.maestrostudent_pricon span{ color:#000; font-size: 16px; font-weight: 400; display: inline-block; text-decoration: underline; margin-left: 6px;}
.profileicon_student_w{ /*width:12px;*/ margin-left: 7px;}
.mps_gapbot{ padding: 35px 100px 0;}
/* #################### ENDS maestro_profile_student page & myaccount maestro page ########################### */
/* #################### STARTS courses page ########################### 18-8-21 updated*/
.course_box{ border-radius:20px; box-shadow: -4px -4px 8px rgba(0, 0, 0, 0.1), 4px 4px 8px rgba(0, 0, 0, 0.1); padding: 16px 18px 18px; 
  position: relative;  
  top:0;
  margin: 0; 
  /* height: 120px; */
  min-height: fit-content;
}
.course_box.course_videolistwrap{height: auto;}
.course_box:hover{ filter: brightness(80%);}
.course_box_wishlist{ position: absolute; right:20px; top:18px; height:18px; width:20px;transition: all 0.2s ease-in-out 0s;z-index: 9; }
.course_box_wishlist a{ transition: all 0.2s ease-in-out 0s;}
.course_box_wishlist a img:hover{ transform: scale(1.1);}
.course_box h4{ color:#F7F8F9; font-size:24px; line-height: 25px; font-weight: 700; padding: 0 25px 8px 0; margin: 0;display: inline-block;cursor: pointer; }
.course_box h4 i{ color:#fff; font-size: 16px; margin-left: 15px; font-weight: 400;}
.course_box h4 i:hover{ color:#8d0812;  }
.course_box_inerwrap{ display: flex; flex-wrap: wrap; /*align-items: stretch; justify-content: space-between;*/}
.couse_profileimg{ width:30%; margin: 0 10px 0 0; 
  /* height: 59px;  */
  /* text-align: center;  */
   text-align: left; 
  }
.couse_profileimg img{ 
  border-radius: 4px; 
  /* width:auto; height: 100%; */
  height: auto;
  max-width: 100%;
  max-height: 65px;
  object-fit: contain;
  object-position: center;
}
.couse_profiledescription{ width:50%; margin: 0 10px 0 0; position: relative; padding: 0 0 30px 0; 
  height:100%; 
  max-height: 80px;
}
.couse_profiledescription p{ color:#F7F8F9; font-size: 12px; font-weight: 400; margin: 0; padding: 0; line-height: 16px; 
  overflow: hidden; text-overflow: ellipsis; 
  display: -webkit-box; 
  /* number of lines to show */ 
  /*
  -webkit-line-clamp: 2; 
  line-clamp: 2; 
*/
  -webkit-line-clamp: 1; 
  line-clamp: 1; 
  -webkit-box-orient: vertical;
}
.couse_profiledescription p span {
  color:#F7F8F9;
}
.blog_profiledescription{ width:40%; margin: 0 10px 0 0; position: relative; padding: 0 0 30px 0; height:100%; }
.blog_profiledescription p{ font-size: 12px; font-weight: 400; margin: 0; padding: 0; line-height: 16px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; /* number of lines to show */ line-clamp: 2; -webkit-box-orient: vertical;}
.couse_profiledescription_buttomtext{ position: absolute; left:0; bottom: 0; color:#F7F8F9; font-size: 12px; font-weight: 500;}
.couse_buybtn_content{ width:20%; margin: 0 0 0 0; height:100%; position: relative; }
.course_buybtn{ background: #FFFFFF; border: 2px solid #B80A17; color:#B80A17; font-size: 16px; font-weight: 500; box-sizing: border-box; box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1); border-radius: 6px; height:38px; 
  line-height: 35px; 
  padding: 0 15px; position: absolute; bottom: 20px; right:20px; transition: all 0.2s ease-in-out 0s;}
.course_buybtn:hover, .course_buybtn:focus{ transform: none; background: #8d0812; color: #ffffff;  border:2px solid #8d0812;}
.course_mwrap{ padding: 0 0 0 0;} /* change 18-8-21 */
.course_mwrap .col-md-4, .course_mwrap .col-md-6{ margin-bottom: 0; position: relative; }
.course_srth img{ height:17px}
.course_srth img:hover{ opacity: 0.8;}
.course_srth.dropdown-toggle::after{display: none;}
svg.iconcolor_ch2wishlist{ fill:#F7F8F9 !important}
svg.iconcolor_ch2wishlist:hover, a.active svg.iconcolor_ch2wishlist{ fill:#8d0812 !important}
svg.iconcolor_ch2rightarrow{ fill:#F7F8F9 !important; margin-left: 20px;}
svg.iconcolor_ch2rightarrow:hover{ fill:#8d0812 !important}
.closebtn{ position:absolute; right:0; top:0;}



/*.course_mwrap ul{
  display: grid;
  grid-template-columns: 20% 20% 20% 20%;
  grid-template-rows: masonry;
}
.course_mwrap ul li{     list-style: none;
  display: inline-block;
  width: 32%;
  margin: 0 0 22px 0; position: relative;
}*/
.course_mainwrapbox{ margin-bottom: 24px; position: relative;}
.admission_hpopp .course_mainwrapbox{float: left; width: 100%;}

/*START course details section*/
  .couse_profileimg_detailsmainwrap{ position: relative; top:0; left:0; right:0; margin:0 auto; display: none; width: 100%; padding: 20px 18px 20px 18px;  /*margin-top: -146px;*/ z-index: 99; border-radius: 20px 20px 20px 20px; }
  .couse_profileimg_detailsmainwrap h4{ color:#F7F8F9; font-size:24px; line-height: 25px; font-weight: 700; padding: 0 25px 8px 0; margin: 0;cursor: pointer; display: inline-block; }
  .couse_profileimg_detailsmainwrap h4 i{ color:#fff; font-size: 16px; margin-left: 15px; font-weight: 400; display: inline-block; line-height: 12px;
    margin-top: 6px; vertical-align: top;}
  .couse_profileimg_detailsmainwrap h4 i:hover{ color:#8d0812;  }
  .couse_profileimg_detailsmainwrap:hover .course_box:hover { filter: none;}
  /*.couse_profileimg_detailsmainwrap:hover{ filter: brightness(90%);}*/
  .couse_profileimg_detailsmainwrap h6{ font-size: 12px; color: #fff; font-weight: 500; padding: 0 0 15px 0; margin: 0; }
  .couse_profileimg_detailsmainwrap h5{ font-size: 16px; color: #fff; font-weight: 700; padding: 0 0 7px 0; margin: 0; }
  .couse_profileimg_detailsmainwrap img{ width:100%; border-radius: 4px; margin-bottom: 10px; }
  
  .couse_profileimg_detailsmainwrap p{ color:#F7F8F9; font-size: 16px; font-weight: 400; margin: 0; padding: 0 0 20px 0; line-height: 1.2;word-wrap: break-word; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none;}
  .couse_profileimg_detailsmainwrap p span {
    color:#F7F8F9;
  }
  .couse_profileimg_detailsmainwrap ul{ padding: 0 0 20px 14px; margin: 0;}
  .couse_profileimg_detailsmainwrap ul li:before{ content:"\f111"; font-family:'FontAwesome'; color:#fff; font-size: 7px; position: absolute; left:0; top:6px;}
  .couse_profileimg_detailsmainwrap ul li{ position: relative; display:block; font-size:16px; font-weight:400; line-height: 1.2; color:#ffff; list-style: none; padding: 0 0 3px 26px;}
  .couse_profileimg_details_sartext{ padding: 40px 0 0 0; text-align: right;}
  .couse_profileimg_details_sartext p{ font-size: 12px; color: #fff; font-weight: 500; display: inline-block; vertical-align: top; padding: 12px 0 0 0; margin: 0 10px 0 0; line-height: 15px;}
  .couse_profileimg_details_sartext .course_buybtn{ background: #FFFFFF; border: 2px solid #B80A17; color:#B80A17; font-size: 16px; font-weight: 500; box-sizing: border-box; box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1); border-radius: 6px; height:38px; line-height: 35px; transition: all 0.2s ease-in-out 0s;display: inline-block; vertical-align: top; position: relative; top:0; bottom:0; right:0; }
  .couse_profileimg_details_sartext .course_buybtn:hover, .couse_profileimg_details_sartext .course_buybtn:focus{ transform: none; background: #8d0812;
    color: #ffffff; border:2px solid #fff;}
  .couse_profileimg_detailsmainwrap .course_box_wishlist { position: absolute; right: 20px; top: 23px;}  
  
/*.h_course{ min-height: 800px; }*/
/*END course details section*/
/* #################### ENDS courses page  ########################### */ 
/* #################### Starts courses maestro page  ########################### */

.couse_profiledescription_maestro{ width:100%; margin: 0 10px 0 0; position: relative; padding: 0 0 0 0; 
  height:100%; 
  max-height: 80px;
}

.couse_profiledescription_maestro p{ color:#F7F8F9; font-size: 12px; font-weight: 400; margin: 0; padding: 0; line-height: 16px;}
.couse_details_hgap {margin-top: -117px;}
/* #################### ENDS courses maestro page  ########################### */
/* #################### Starts application page  ########################### */
.application_wrapmain { background: #FFFFFF; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); border-radius: 20px; padding: 15px 60px 60px 60px; width: 87%; margin: 62px auto 24px; }
.application_formwrpmain{  margin: 0; padding:0 0 0}
.application_wrapmain h3{  font-size: 24px; font-weight:500;  padding:0 0 0 0; margin: 11px 0 20px 0; text-align: center;  }
.application_dotsbox ul{ text-align: center; padding: 0 0 12px 0; margin: 0;}
.application_dotsbox ul li{ list-style: none; display: inline-block;}
.application_dotsbox ul li a{ background: #C4C4C4; width:14px; height: 14px; border-radius:100%; display: inline-block; margin: 0 4px; }
.application_dotsbox ul li a.active, .application_dotsbox ul li a:hover{ background: #B80A17;}
.application_innergrey{ background: #F0F0F0; width:69%; margin: 0 auto; border-radius:20px; padding: 32px 15% 32px 15%;}
.application_frmcontent h3{ font-size: 16px; font-weight: 500; background: url(../images/application_headingborder.svg) repeat-x left bottom; background-size: auto 7px; padding: 0 0 15px 0; margin: 0 0 15px 0; }
.application_frmcontent h4{ color:#B80A17; font-size: 16px; font-weight: 700; margin: 0 0 15px 0;}
.application_frmcontent .row{ margin-left:-3px; margin-right:-3px; margin-bottom: 10px; }
.application_frmcontent .col-md-4, .application_frmcontent .col-md-8, .application_frmcontent .col-md-12, .application_frmcontent .col-md-5, .application_frmcontent .col-md-7{ padding-left:3px; padding-right:3px; }
.application_frmcontent label{ font-size: 15px; line-height: 18px; padding:11px 0 0 0;}
.application_frmcontent label.application_label{ font-size: 15px; line-height: 18px; padding:0 0 7px 0;}

.application_radiocont label.radio{ position: relative; color:#4a4a4a; font-size:16px; margin-bottom: 10px; } /*change 18-8-21*/
.application_radiocont label.radio input{ position: absolute; opacity: 0; }
.application_radiocont label.radio input:focus{ outline: none; border: 0;}/* 18-8-21 added*/
.application_radiocont label.radio span{ position:relative; display: block; padding-left:33px; color:#000; font-size:16px; font-weight: 400;padding-top: 5px !important; }
.application_radiocont label.radio span a{  color:#000; font-size:16px; font-weight: 400; }
.checkout_card_detwrap label.radio span img{ height:20px; width:auto; margin-right: 10px;}
.application_radiocont label.radio span:before{ content: ''; position:absolute; width:24px; height:24px; display: block; border-radius: 100%; background: #ffffff; border:solid 2px #e7e7e7; left:0px; top:0px; cursor: pointer; }
.application_radiocont label.radio input[type=radio]:checked:hover + span:before{ background: url(../images/radiobtn_hover.png) no-repeat; background-size: 100% 100%; width: 26px; height: 26px; outline: none; border: 0px;}
.application_radiocont label.radio input[type=radio]:checked + span:before{ background: url(../images/radiobtn_hover.png) no-repeat; background-size: 100% 100%; width: 26px; height: 26px; outline: none; border: 0px; /*background: #B80A17; border: solid 2px #575757; padding: 2px; outline: none; */border-radius:100%; }/*change 18-8-21*/
.application_radiocont label.radio input[type=radio]:hover + span:before{  background: #ffffff; border:solid 2px #B80A17;   border-radius:100%; }/*added 18-8-21*/
.application_radiocont label.radio.full{ width: auto; display: inline-block; margin-right: 10px;}
.application_dropdownselect{ border: 1px solid #1D1D1D; border-radius: 5px; box-sizing: border-box; border-radius: 5px; height: 40px; line-height: 40px; color: #000;
  background: #fff; width: 100%; 
  /* padding: 0 10px;  */
  padding: 0 25px 0 10px !important;
  margin: 0 0 0 0; appearance: none; -webkit-appearance: none; background: #fff url(../images/application_dropdown.svg) no-repeat 98% center; }

  .textfeild_mendatorsy_star{ 
    /* background-color: #fff; */
    background-image: url(../images/red_mendatory_star.svg) no-repeat 99% 3px; 
  }
  .application_borderd{ background: url(../images/application_headingborder.svg) repeat-x left top; background-size: auto 7px; padding: 0 0 15px 0;}
  .application_textarea{ border: 1px solid  #1D1D1D; height:110px; width:100%; border-radius: 5px; box-sizing: border-box; border-radius: 5px; line-height: 18px; color: #000; background: #fff; width: 100%; padding: 10px 10px; resize: none;}
  .application_textarea::placeholder{ color:#9A9999; opacity: 1; font-size: 10px; line-height: 14px;}
  .applicationbtn{ width:100% !important; margin: 20px 0 0 0 !important;}
  .application_file{ background: #fff; border: 2px solid #B80A17; height:40px; line-height: 40px; width:108px; color: #B80A17; text-align: center; }
  .application_frmcontent .booking_textfeild{ margin: 0 0 0 0;}
  .app_fileup{ position: relative; display: block;}
  .app_fileup::before { content: "Upload"; position: absolute; background: #fff; border: 2px solid #B80A17; height:40px; line-height: 40px; width:108px; color: #B80A17; text-align: center; right:0; top:0; border-radius:5px;
    transition: all 0.3s ease;
  }
.app_fileup input { opacity: 0 !important; width: 108px !important; height: 40px !important; display: inline-block; }
.app_fileup:hover::before {
  border: 2px solid #B80A17;
  background-color: #B80A17;
  color: #fff;
  transition: all 0.3s ease;
}
.app_filtext{ display: block; font-size: 14px; padding: 7px 0 0 0; text-align: right;}
.application_addtext{ display: block; color: #1D1D1D; font-size: 16px;}
.gap_textarea{ margin-bottom: 10px;}
.application_frmcontent small { font-weight: 300; color: #000; font-size: 10px; vertical-align: middle; margin-right: 3px; line-height: 11px; }
.application_uploadfile{ display: inline-block;}
.mt_50{ margin-top: 50px;}
.mt_20{ margin-top: 20px;}
/* #################### ENDS application page  ########################### */ 

/* #################### Starts Maestro Profile Maestro Edit & myaccount maestro page  ########################### */
.maestro-edit { padding-bottom: 20px; }
.maestro-edit  textarea {border: 1px solid #1D1D1D; border-radius: 5px; box-sizing: border-box; border-radius: 5px; height: 116px;  color: #000; background: #fff; width: 100%; padding:10px; margin: 0 0 15px 0; resize: none; font-size: 14px; color: #1D1D1D;}
.maestro-edit select {border: 1px solid #1D1D1D; border-radius: 5px; box-sizing: border-box; border-radius: 5px; height: 40px;  color: #000; background: #fff url(../images/icon-select-arrow.svg) no-repeat 97% 16px; width: 100%; padding: 0 10px; margin: 0 0 15px 0; resize: none; color: #1D1D1D;
 -webkit-appearance: none; -moz-appearance:    none; appearance:   none; }

.maestro-edit .divider {border: 1px solid #FFFFFF; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15); margin-bottom: 15px;}
.maestro-edit .btn-add {font-weight: 500; font-size: 16px; line-height: 20px; color: #B80A17; margin-bottom: 10px; display: inline-block; }

.remove_div {
  margin: 0 0 15px 0;
}

.maestro-edit .left { padding-right: 35px; }
.maestro-edit .left .divider { margin-bottom: 10px; }
.maestro-edit .left .col-lg-9 { padding-right: 35px; padding-left: 0; position: relative; width: 73%; }
.maestro-edit .left .col-lg-3 { width: 27%; }
.maestro-edit .left .col-lg-3 label { margin-top: 7px; }
.maestro-edit .icon-eye { position: absolute; right: 13px; top: 9px; width: 15px; height: 15px; }

.maestro-edit .clearfix {padding-right: 23px; position: relative;}
.maestro-edit .clearfix .icon-eye { right: 0; }

.personalinfo_wrapmainr.maestro-edit .clearfix {
  padding-right: 0px;
}

.maestro-edit .checkout_card_detwrap label.radio { margin-bottom: 15px; width: 45%; }

.maestro-edit .video {align-items: end; margin-bottom: 10px;}
.maestro-edit .video .col-lg-7 { padding-right: 33px; text-align: right; }

.maestro-edit .profilest_rightcont { padding: 0 0 0 50px; position: relative; }
.maestro-edit .profilest_rightcont:before { content: ""; width: 1px; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15); height: 100%; position: absolute; left: 0; top: 0; }

.maestro-edit .gray-box {padding: 15px;}
.maestro-edit .gray-box.active {background: #F0F0F0; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05); border-radius: 20px;  margin-bottom: 22px;}

.maestro-edit .select2-container--default .select2-selection--single .select2-selection__arrow { right: 5px; }

.maestro-edit .btn-replace { border:2px solid #B80A17; background: #fff; box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1); border-radius: 6px; color: #B80A17; font-size: 16px; line-height: 37px; height:40px;  padding: 0px 20px;  text-align: center; display: inline-block; text-align: center; cursor: pointer; }
.maestro-edit .btn-replace:hover {border:2px solid #8d0812; background:#8d0812; color:#fff!important;}

.maestro-edit .btn-save {border:2px solid #B80A17; background: #B80A17; box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1); border-radius: 6px; color: #fff; font-size: 16px; line-height: 37px; height:40px;  padding: 0px 20px; width: 336px; margin: 20px auto;  text-align: center; display: block; text-align: center; cursor: pointer;}
.maestro-edit .btn-save:hover {border:2px solid #8d0812; background: #8d0812; color:#fff;}


.maestro-edit .btn-guitar { font-size: 16px; font-weight: 500; color: #305459; margin-right: 10px; }
.maestro-edit .btn-delete { font-size: 16px; font-weight: 400; color: #1D1D1D; text-decoration: underline; margin-right: 25px; }

.maestro-edit h6 {font-size: 16px; font-weight: 500; color: #1D1D1D;  padding: 0 0 15px; margin: 0;}
.maestro-edit .registered-courses .col-lg-5 { text-align: right; }
.maestro-edit .registered-courses .col-lg-7 { text-align: right; padding-right: 33px; }

.maestroCard_left_img.replace { position: relative; }
.maestroCard_left_img.replace .replace-txt { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 50%; background: rgba(255,255,255,0.6); color: #B80A17; font-size: 12px; display: flex; align-items: center; justify-content: center; cursor: pointer; }

/* #################### ENDS Maestro Profile Edit & myaccount maestro page ########################### */

/* #################### Starts Maestro home approved page  & Sudent website home ########################### */

.registerfree_subscribe_datewrapp .dayTimeBadge_row { padding: 7px 5px 0; margin: 0 0 5px 0; }
.registerfree_subscribe_datewrapp .dayTimeBadge_left { display: inline-block; width: 55px; }
.registerfree_subscribe_datewrapp .dayTimeBadge_right { display: inline-block; width: calc(100% - 55px); }
.registerfree_subscribe_datewrapp .badge {  display: inline-block; padding: .35em .45em;}
.maestrohomeappr_textcont p{ margin-bottom: 18px;}
.maestrohomeappr_textcont ul{ padding:0 0 0 11px; margin: 0;}
.maestrohomeappr_textcont ul li:before{ content:"\f111"; font-family:'FontAwesome'; color:#1D1D1D; font-size: 5px; position: absolute; left:0; top:7px;
  display: none;
}
.maestrohomeappr_textcont ul li{ position: relative; display:block; font-size:16px; font-weight:400; line-height: 1.2; color:#1D1D1D; font-size: 16px; list-style: none; 
/* padding: 0 0 13px 17px; */
padding: 0 0 13px 25px;
list-style: none;
/* display: inline-flex; */
/* gap: 10px; */
}
.maestrohomeappr_textcont ul li a{ color:#6285ff; text-decoration: underline;}
.maestrohomeappr_textcont ul li small{ font-size: 10px; font-weight: 400;color:#1D1D1D;}
.maestrohomeappr_textcont ul li span {
  display: inline-flex;
  padding: 0 10px 0 0;
  position: absolute;
    top: 1px;
    left: 0;
}
.cencelses_mast_stu { display: inline-block !important;}

/* #################### ENDS Maestro home approved page & Sudent website home  ########################### */

/* #################### Starts Maestro  Create schedule page  ########################### */
.maestro_crsc_textlist{ padding:0 0 19px 0;}
.maestro_crsc_textlist::after { content: ""; display: block; border: 1px solid #FFFFFF; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15); margin:16px 0 0 0;}
.crschdule_textweekly{ color:#B80A17; font-size: 18px; text-align: center; line-height: 20px; font-weight: 500; padding: 0 0 0 0;}
.gapschd{ padding-top: 5%;}
.btn-red_schdule { background: #B80A17; border:0;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  line-height: 37px;
  height: 40px;
  padding: 0px 20px;
  text-align: center;
  display: inline-block;
  text-align: center;
  cursor: pointer; display: inline-block; margin-left: 10px;
}
.btn-red_schdule:hover, .btn-red_schdule:focus  { background: #8d0812; color: #fff;}
.crt_sch_butnwrap{ text-align: center; margin: 30px 0 0 0;}
/* #################### Ends Maestro  Create schedule page  ########################### */

/* #################### Starts Maestro Payout & myaccount maestro page  ########################### */

.payout h2:after {/*content: ""; border: 1px solid #FFFFFF; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15); display: block; margin-top: 10px;*/}
.payout .method label, .payout .country label {margin-top: 7px;}
.payout .payoutcont {width: 350px; margin: 0 auto; }
.payout .method .col-lg-5 {width: 40%;}
.payout .method .col-lg-7 {width: 60%; padding-left: 0;}
.payout .country .col-lg-5 {width: 27%;}
.payout .country .col-lg-7 {width: 73%; padding-left: 0;}
.payout .payoutcont .txt ul { padding: 5px 0 0 25px; background: none !important; display: block !important; }
.payout .payoutcont .txt ul:after{ content: none !important;}
.select-field {border: 1px solid #1D1D1D; border-radius: 5px; box-sizing: border-box; border-radius: 5px; height: 40px; color: #000; background: #fff url(../images/icon-select-arrow.svg) no-repeat 97% 16px; width: 100%; padding: 0 20px 0 10px; margin: 0 0 15px 0;  color: #1D1D1D; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.divider-line {border: 1px solid #FFFFFF; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15); margin-bottom: 15px;}
.area-field {border: 1px solid #1D1D1D; border-radius: 5px; box-sizing: border-box; border-radius: 5px; height: 90px; color: #000; background: #fff; width: 100%; padding: 10px; margin: 0 0 15px 0; resize: none;}
.payout .select2-container--default .select2-selection--single .select2-selection__arrow {right: 5px;}
.btn-red {border:2px solid #B80A17; background: #B80A17; box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1); border-radius: 6px; color: #fff; font-size: 16px; line-height: 37px; height:40px;  padding: 0px 20px; width: 100%; display: block; text-align: center; cursor: pointer;}
.btn-red:hover {border:2px solid #8d0812; background: #8d0812; color:#fff;}


.payout .myaccount_innercontgrey.step3 { padding-left: 15px; padding-right: 15px; }
.payout .myaccount_innercontgrey.step3 .method {max-width: 375px; margin: 0 auto;}
.payout .myaccount_innercontgrey.step3 .payoutcont {width: 100%;}
.payout .myaccount_innercontgrey.step3 .divider-line {max-width: 350px; margin: 0 auto 15px;}
.payout .myaccount_innercontgrey.step3 .btn-red {max-width: 350px; margin: 0 auto;}

.payout .swift-code .select-field{ margin-top: 24px; }
.payout .swift-code .col-lg-2 label {margin-top: 31px;}

.payout .pay-option { align-items: flex-end; margin-bottom: 15px; }
.payout .pay-option .checkout_card_detwrap label span { font-size: 16px; font-weight: 500; color: #B80A17; }

.payout .pay-option .col-lg-3 { text-align: right; }
.payout .btn-remove { font-size: 10px; color: #1D1D1D; text-decoration: underline; }

.payout .btn-add {font-size: 16px; font-weight: 500; color: #B80A17; border:0; cursor: pointer; background: transparent;}
.payout .btn-add:hover {color: #8d0812;}
/* #################### ENDS Maestro Payout & myaccount maestro page ########################### */



/* #################### Starts Maestro Change Password  ########################### */

.change-password-row { position: relative; }
.change-password-row span { position: absolute; right: 5px; top: 2px; font-weight: 500; color: #B80A17; }
.changepassword_innercontgrey { padding: 40px 7%; background: #FAFAFA; border-radius: 20px; width: 50%; margin: 0 auto; }
/* #################### ENDS Maestro Change Password  ########################### */



/* #################### Starts Maestro Apply  ########################### */

.apply-course label {margin-top: 7px;}
.apply-course .col-lg-5 {width: 22%;}
.apply-course .col-lg-7 {width: 78%; padding-left: 0;}
.apply-txt { margin-bottom: 15px; }

.apply-upload { align-items: center; margin-bottom: 15px; }
.apply-upload label {
  height: 22px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical; 
}

.btn-white { border:2px solid #B80A17; background: #fff; box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1); border-radius: 6px; color: #B80A17; font-size: 16px; line-height: 37px; height:40px;  padding: 0px 20px;  text-align: center; display: inline-block; text-align: center; cursor: pointer; }
.btn-white:hover {border:2px solid #8d0812; background:#8d0812; color:#fff!important;}
.apply-upload .col-lg-7{ text-align: right; }
.btn-ctr {font-size: 16px;  color: #1D1D1D; border:0; cursor: pointer;}
.btn-ctr:hover {color: #8d0812;}
.file-size { font-size: 10px; padding-right: 5px; 
  display: flex;
  justify-content: flex-end;
}

.apply-txt-video { margin-top: 50px; margin-bottom: 15px; }

.apply-txt-video a { color: #0038ff; text-decoration: underline; }

/* #################### ENDS Maestro Apply  ########################### */
/* #################### Starts Sudent website home  ########################### */
.student-home-box { height: 75%; margin-bottom: 24px; }
.student-date-box { margin-bottom: 25px; }
.student-date-box .box {border-radius: 20px; padding: 7px 15px 40px; cursor: pointer;}
.student-date-box .margin-top { margin-top: -35px;
  position: relative;
  z-index: 1;
}
.student-date-box .box-shadow {box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.15), 0px 4px 8px rgba(0, 0, 0, 0.15);}


.akamu_upcomingsessioncontainer {
  padding: 15px 15px 15px !important;
}

.date-row { display: flex; color: #fff; }
.date-row .day { width: 60%; }
.date-row .time {width: 40%; text-align: right; padding-left: 10px; }

.date-row .day.lg { font-size: 24px; line-height: 110%; }

.pic-row {display: flex; padding-top: 10px;
  align-items: flex-end;
}
.pic-row .title { color: #fff; font-size: 24px; font-weight: 700; line-height: 110%; width: 60%;}
.pic-row .pic { width: 40%; text-align: right; position: relative; }
.pic-row .pic img { margin-bottom: -40px; }

.percentage-bar { width: 25%;  display: flex; align-items: center; position: absolute; right: 20px; 
  top: 10px; 
  /* top: 20px;  */
}
.percentage-bar .percentage { 
  width: 35px; 
  font-size: 12px; color: #fff; padding-right: 5px; }
.percentage-bar .bar { width: calc(100% - 30px); background-color: #1f3133; height: 7px; border-radius: 10px; position: relative;}
.percentage-bar .bar span {background-color: #fff; height: 7px; border-radius: 10px; position: absolute; left: 0; top: 0; display: block;}

.video-title { color: #F7F8F9; font-size: 16px; line-height: 110%; padding-bottom: 5px; white-space: nowrap;
  width: 100%;  overflow: hidden;  text-overflow: ellipsis;}

.btn-cal {position: absolute; bottom: 0px;right: 20px; background-color: transparent; border:0; cursor: pointer;}

.student-home-wrapper .couse_profileimg_detailsmainwrap { 
  /* margin-top: -120px; */
  margin-top: -136px;
}
.student-home-wrapper .course_videolistwrapbox {
   /* margin-top: -120px; */
   margin-top: -136px;
   }

.student-home-wrapper .course_box_inerwrap { position: relative; }

.student-home-wrapper .course_box h4  { width: 75%; }

.student-home-wrapper .course_box_inerwrap { margin-bottom: 20px; }
.student-home-wrapper .course_box_inerwrap:last-child { margin-bottom: 0; }
.student-home-wrapper .couse_profiledescription { padding-bottom: 0; }

.student-home-wrapper .course-details { margin-top: 0; }

.student-home-wrapper .course-details .couse_profileimg_details_sartext { padding: 0; text-align: left; color: #fff; }
.student-home-wrapper .course-details .top-heading, .top-heading { display: flex; }
.student-home-wrapper .course-details .top-heading .left, .student-home-wrapper .course-details .top-heading .right, .top-heading .left, .top-heading .right {width: 50%;}
.student-home-wrapper .course-details .top-heading .right { text-align: right; }
.top-heading .left, .top-heading .right{ font-size: 12px; color: #fff; font-weight: 500; padding: 0 0 15px 0; margin: 0; }
.student-home-wrapper .course-details .top-heading .right { text-align: right; }

/* #################### ENDS Sudent website home  ########################### */

/* #################### Starts free session home  ########################### */

.free-session-home .pic-row .pic .course_buybtn { position: relative; right: 0; bottom: 0; }

/* #################### ENDS free session home  ########################### */


.applePay_text {
  margin: 0 0 0 5px;
}

/* #################### Starts Chat student website  ######################### */
.chat_boxinner{background: #FFFFFF; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); border-radius: 20px; margin-bottom: 24px; position: relative; padding: 15px 12px;} 
.chat_leftimg{ width:65px; }
.chat_leftimg img{ width:49px; height:49px; border-radius: 100%; }
.chat_rightbox{width: calc(100% - 70px);}
.chat_inrcontentwrp{ display: flex;}
.chat_rightbox h4.active{ color:#B80A17;}
.chat_rightbox h4{ color:#1D1D1D; font-size: 16px; font-weight: 500; padding: 0 50px 3px 0;}
.chat_rightbox p{ margin: 0; padding: 0 0 10px 0; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.chat_redactive{ position: absolute; right:14px; top:16px; background-color: #B80A17; width:10px; height:10px; border-radius:100%; }
.chat_rightmainwrap{ background-color: #fff; box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.05); border-radius: 0 20px 20px 0;}
.chat_right_toppart{ box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.05); border-radius: 0px 20px 0px 0px; width:100%; display: flex; align-items: center; padding: 5px 5%;}
.chat_right_toppart img{ width:49px; height:49px; border-radius: 100%; margin-right: 15px;}
.back_icon_span {
  margin: 0 15px 0 0;
}
.chat_right_toppart p{ font-size: 16px; line-height: 18px; font-weight: 500; color:#1D1D1D; }
.chat_right_midpart{  display:block; padding: 30px 5%; min-height: 339px; }
.chat_text-box { 
  /* width:60%;  */
  width:75%; 
  word-wrap: break-word;
}
.chat_text-box.chat_left {float: left;}
.chat_text-box.chat_right {float: right; text-align: right;}
.chat_text-box p{ background-color: #F0F0F0; border-radius: 10px; font-size: 16px; 
  /* line-height: 18px;  */
  line-height: 1.3;
  font-weight: 400; padding: 5px 10px; margin-bottom: 20px; display: inline-block;
  word-wrap: break-word;
  max-width: 100%;
}
.chat_text-box.chat_left p { text-align: left; }
.chat_text-box.chat_right p { text-align: right; }
/*.chat_right_midpartleft{  width:60%; float: left;}
.chat_right_midpartleft p{ background-color: #F0F0F0; border-radius: 10px; font-size: 16px; line-height: 18px; font-weight: 400; padding: 5px 10px; text-align: left; margin-bottom: 20px; display: inline-block;}
.chat_right_midpartright{  width:60%; float: right; text-align: right; }
.chat_right_midpartright p{ background-color: #F0F0F0; border-radius: 10px; padding: 5px 10px;font-size: 16px; line-height: 18px; font-weight: 400; text-align: right; margin-bottom: 20px; display: inline-block;}*/
.chat_right_bottompart{ background: #FFFFFF; box-shadow: 0px -4px 5px rgba(0, 0, 0, 0.05); border-radius: 0px 0px 20px 0px; display: flex; width:100%; justify-content: space-between; align-items: stretch; padding: 15px 30px;}
.chat_textfeild{ background: #FFFFFF; border: 1px solid #1D1D1D; box-sizing: border-box; border-radius: 5px; height: 40px; line-height: 40px; width:90%; padding: 0 15px; font-size: 16px; color:#1D1D1D; margin-right: 15px; }
.chat_textfeild::placeholder{ color:#9A9999; opacity: 1;}
.chat_sendbtn{ color:#1D1D1D; font-size:16px; line-height:40px; border:0; background: transparent; }
.chat_sendbtn:hover, .chat_sendbtn:focus{ outline: none; color:#8d0812}
/* #################### ENDS Chat student website  ######################### */
/* #################### Starts fav student website  ######################### */
.fav_toplinksec{ background: url(../images/application_headingborder.svg) repeat-x left bottom; background-size: 100% auto;  padding: 0 0 23px 0;  width:80%; margin: 0 auto 3px;}
.fav_toplinksec ul { display: flex; align-items: stretch; justify-content: space-around;  }
.fav_toplinksec ul li { list-style: none; display: block;  padding: 0 10px; text-align: left; }

.fav_toplinksec ul li a {
  font-size: 18px;
  line-height: 1.5;
  color: #1D1D1D;
  font-weight: 400;
  border-bottom: 4px solid transparent;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fav_toplinksec ul li:hover a i, .fav_toplinksec ul li.active a i { color: #B80A17;}

.fav_toplinksec ul li.active a {
    color: #B80A17;
    border-bottom: 4px solid #B80A17;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

.fav_toplinksec ul li:hover a {
  color: #B80A17;
  border-bottom: 4px solid transparent;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
svg.iconcolor_ch2wishlistfav{ fill:#B80A17 !important}
svg.iconcolor_ch2wishlistfav:hover, a.active svg.iconcolor_ch2wishlistfav{ fill:#8d0812 !important}
button.heartWish_btnred i { color: #B80A17; font-weight: 600; }
button.heartWish_btnred:hover i, button.heartWish_btnred:focus i { color: #8d0812 ; }
.fav_mastright.maestroCard_RightContent{ padding: 0 0px 0 15px;}
/* #################### ENDS fav student website  ######################### */ 
/* #################### Starts Maestro Home Screen Coming Session  ########################### */

.mar-top-24 { margin-top: 24px; }

.btn-course {background: #FFFFFF; border: 2px solid #B80A17; color: #B80A17; font-size: 16px; font-weight: 500; box-sizing: border-box; box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1); border-radius: 6px; height: 38px; line-height: 35px; padding: 0 15px; transition: all 0.2s ease-in-out 0s;}
.btn-course:hover { transform: none; background: #8d0812; color: #ffffff; border: 2px solid #8d0812;}

.btn-inactive { opacity: 0.4; pointer-events: none;  }

/* #################### ENDS Maestro Home Screen Coming Session  ########################### */

/* #################### Starts Maestro Home Screen Session Expanded  ########################### */

.session-expanded-space { padding-top: 10px; padding-bottom: 10px; }
.session-expanded-cancel {
   width: 224px; 
   /* width: auto; */
   margin: 0 auto; 
  }
.session-expanded-cancel .btn-white { width: 100%; }
.session-expanded-cancel .txt { font-size: 10px; color: #F7F8F9;margin-top: 2px; }
.session-contact-txt {font-size: 10px; color: #F7F8F9; text-align: right; padding-top: 10px;}
.session-contact-txt a {color: #F7F8F9; text-decoration: underline;}
.session-contact-txt a:hover {color: #fff!important; text-decoration: none;}

/* #################### ENDS Maestro Home Screen Session Expanded  ########################### */ 


/* #################### Starts Maestro  home screen session expanded from the schedule  ########################### */

.schedule-modal { box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15); border-radius: 20px; padding: 25px; position: absolute; z-index: 99; background: #fff; left: 0; top: 39px;}
.schedule-modal .modal-body { padding: 0; }
.schedule-modal .registerfree_inergreybox { margin: 0; max-width: 336px; min-width: 336px; }
.schedule-modal .btn-close { width: 15px; height: 15px; padding: 0; opacity: 1; position: absolute; top: 10px; right: 10px; }
.schedule-modal .btn-close:focus{ outline: none; box-shadow: none;}

.modal_social_share {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal_social_share .startRating_sec {
  padding: 0 0 0 0;
}


/* #################### ENDS Maestro  home screen session expanded from the schedule  ########################### */


/* #################### Starts Maestro  performance expanded  ########################### */

.performance-row { display: flex;
   /* align-items: center; */
    padding-bottom: 15px; }
.performance-row .booking_textfeild { margin: 0; width: 80px; }
.performance-row label { font-weight: 500; padding-right: 5px; }
.performance-row .dash {padding: 0 5px; }

.btn-clear-sm { border:0; font-size: 10px; color: #000; cursor: pointer; padding-left: 5px; background-color: transparent; }
.btn-clear-sm:hover { color: #8d0812; }

/* #################### ENDS Maestro  Maestro  performance expanded  ########################### */

/* #################### Starts Maestro  home screen session expanded from the schedule  ########################### */

.schedule-modal { box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15); border-radius: 20px; padding: 25px; position: absolute; z-index: 199; background: #fff; left: 40%; top: 20%; display: none; margin: 0 auto;}
.schedule-modal .modal-body { padding: 0; }
.schedule-modal .registerfree_inergreybox { margin: 0; max-width: 336px; min-width: 336px; }
.schedule-modal .btn-close { width: 15px; height: 15px; padding: 0; opacity: 1; position: absolute; top: 10px; right: 10px; }
.schedule-modal .btn-close:focus{ outline: none; box-shadow: none;}
.dashboard_numbertab .leftarrowbookbtn{left: 0; top: 0; position: absolute;}
.dashboard_numbertab .rightarrowbookbtn{right: 0; top: 0; position: absolute;}
/* #################### ENDS Maestro  home screen session expanded from the schedule  ########################### */


/* #################### Starts Maestro  Edit My Schedule ########################### */

.edit-my-schedule-header h2 {font-size: 24px; color: #1D1D1D; text-align: center; padding: 0 0 30px; }

.edit-my-schedule-header:after { content: ""; display: block; border: 1px solid #FFFFFF; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15); }

.edit-my-schedule-header .session-txt { padding-bottom: 15px; align-items: center; }
.edit-my-schedule-header .session-txt .icon-hold { padding-right: 5px; }
.edit-my-schedule-header .session-txt .col-md-5 { text-align: right; }

.edit-my-schedule .week_sliderBtn_sec { justify-content: center; }
.edit-my-schedule .sessBook_week_sec { position: relative; padding-top: 10px; }
.edit-my-schedule .sessBook_week_sec .filter-icon { position: absolute; top: 10px; right: 0; }

.schedule-info-txt { width: 40%; margin-top: -50px; padding-left: 10px; }
.schedule-info-txt ul { list-style: none; margin: 0; padding: 0; }
.schedule-info-txt ul li {padding-bottom: 5px; font-size: 14px; line-height: 100%; position: relative;
  line-height: 1.2;
  margin: 2px 0;
}
.schedule-info-txt ul li.weekly {padding: 0 0 0 15px;}
.schedule-info-txt ul li.weekly:before {content: ""; display: block; width: 12px; height: 12px; border: 2px solid #B80A17; border-radius: 2px; position: absolute; top: 0; left: 0; }

.schedule-info-txt ul li.temporary {padding: 0 0 0 15px;}
.schedule-info-txt ul li.temporary:before {content: ""; display: block; width: 12px; height: 12px; border: 2px solid #1D1D1D; border-radius: 2px; position: absolute; top: 0; left: 0; }

.add-schedule-btn {text-align: center; padding-top: 40px;}

/* #################### ENDS Maestro  Edit My Schedule  ########################### */


/* #################### Starts Maestro  home on hold ########################### */

.hold-row { display: flex; }
.hold-row .left{width: 70%;}
.hold-row .right{width: 30%; text-align: right;}

.hold-row .btn-change { border: 0; background-color: transparent; color: #000; text-decoration: underline; }
.hold-row .btn-change:hover{color: #8d0812;}
.hold_blurbox{ background: rgba(196, 196, 196, 0.1); filter: blur(1.6px); cursor:none }
/* #################### ENDS Maestro home on hold ########################### */
/* #################### Starts Maestro schdule home student ########################### */
.arowwrp_home{ position: relative; padding-left: 24px; padding-right: 24px;}
.arowwrp_home h4{ cursor: default;}
.arrowleft_homemaestro{ position: absolute; left: 5px; top:40%; margin: 0;}
.arrowleft_homemaestro i{ color: #fff; font-size: 13px; font-weight: 300;}
.arrowright_homemaestro{ position: absolute; right: 5px; top:40%; margin: 0;}
.arrowright_homemaestro i{ color: #fff; font-size: 13px; font-weight: 300;}
/* #################### ENDS Maestro schdule home student ########################### */
/* #################### Starts myaccount student page ########################### */
.myaccount_stud_wrp{ 
  /* width:42%; margin: 0 auto; */
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  

}

.myaccount_stud_wrp.myProfile_form_block {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;

  padding: 10px 0 30px;
  max-width: 350px;
}

.myaccount_stud_wrp.myProfile_form_block form.myProfile_form {
  /* width: 320px; */
  /* width: 350px; */
  width: 100%;
}
.myProfile_form_block .sessionTime_dropdown {
  /* max-width: 320px; */
  width: 100%;
}

.myaccount_stud_wrp.myaccount_stud_wrp_subscription {
  justify-content: space-evenly;
}
.myaccount_stud_wrp.myaccount_stud_wrp_course {
  justify-content: space-between;
}
.myaccount_stud_wrp.myaccount_stud_wrp_course .course_mainwrapbox {
  width: 48%;
}
.mywallet_innerbox_bg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;

  margin: 20px 0 0 0;
}



.myaccount_stud_wrp label.dateprgap{ padding-top: 5px;}
.myaccount_stud_myprgwrp{ padding: 0 8px;}
.myaccount_stud_myprgwrp .col-md-4{ padding-left: 5px; padding-right: 5px;}
.myaccount_stud_myprg_box{ background: #FFFFFF; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); border-radius: 20px; padding:15px 0;
  margin: 0px 0 20px;
}
.myprg_inrcont{ padding: 0 12px 14px; position: relative;}
.myprg_inrcont_nopadbot{ padding: 0 12px 0; }
.myprg_inrcont label {display: inline;}
.myprg_inrcont h3{ color: #B80A17; font-size: 15px; line-height: 16px; font-weight: 500; 
  /* padding:0 60px 15px 0;  */
  padding:0 0px 15px 0; 
  margin: 0;}
.myprg_inrcont h4{ color: #1D1D1D; font-size: 15px; line-height: 16px; font-weight: 500; padding:0 0 2px 0; margin: 0;}
.myprg_inrcontrighttext { color: #000000; font-size: 14px; font-weight: 400; position: absolute; top: 0; right:10px;}
.myprg_inrcont p{ color: #1D1D1D; 
  font-size: 16px; 
  /* line-height: 17px;  */
  line-height: 1.5; 
  padding:0 0 0 0; margin: 0;
  display: flex;
}
.myprg_inrcont .prg_bytext{ display: inline-block; vertical-align: top; padding: 0 0 0 6%; line-height: 17px;  font-size: 16px;}
.myaccount_stud_myprgwrp .divider{border: 1px solid rgba(255, 255, 255, 0.5); box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15); margin: 0 0 15px 0; }
.performance-row.myaccst_3box .booking_textfeild { margin: 0; width: 22%; height: 30px; line-height: 30px; padding: 0 5px; }
.myaccst_3box{ padding:0 12px;}
.prevbox{ background: #FFFFFF; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); border-radius: 20px; margin-bottom: 20px; padding: 20px 15px;}
.prevbox h4{ color: #B80A17; font-size: 16px; font-weight: 500; line-height: 17px; padding: 0 0 10px 0; margin: 0;}
.prevbox p{  line-height: 17px; padding:0; 
  /* margin: 0; */
  margin: 3px 0;
}
.prevbox_rightbtn{ text-align: right;}
.purchasebtn{ background: #FFFFFF; border: 2px solid #B80A17; box-sizing: border-box; box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1); border-radius: 6px; height:30px; line-height: 26px; color:#B80A17; padding: 0 10px; font-size: 16px; font-weight: 500;}
.purchasebtn:hover{ border: 2px solid #8d0812; background: #8d0812; color: #fff;}
.myaccount_stud_wrp .course_buybtn{ height: 30px; line-height: 26px;}
/* #################### Ends myaccount student page ########################### */

/* #################### Starts myaccount maestro page & myaccount student page ########################### */
.myaccount_tabwrap ul:after{ border: 1px solid #FFFFFF; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15); content: ""; width:100%; margin: 12px 0 0 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
}
.myaccount_tabwrap ul:not(.mu_subscription-list){ display: flex; justify-content: space-between; width:100%;  border:0;
  flex-wrap: nowrap;
  flex-direction: row;
}
.myaccount_tabwrap ul li .nav-link{ color:#1D1D1D; font-size:18px; 
  /* font-weight:400;  */
  font-weight: bold; 
  padding: 0; line-height: 20px; display: inline-block; border-bottom:4px solid transparent; border-right:0; border-left:0; border-top:0; margin: 0 0%; transition: all 0.3s ease-in-out;}
.myaccount_tabwrap ul li .nav-link:hover, .myaccount_tabwrap ul li .nav-link:focus,.myaccount_tabwrap ul li .nav-link.active{ border-bottom: 4px solid #B80A17; color:#B80A17; font-weight:700; border-top:0; border-left:0; border-right:0; outline: none;transition: all 0.3s ease-in-out;}
.scrtabs-tabs-fixed-container {
  display: flex;
  align-items: center;
}
.scrtabs-tabs-fixed-container ul.nav-tabs > li { white-space: normal; display: inline-block; padding: 0 20px; transition: all 0.3s ease-in-out; }
.inner_tab_myaccount_mainwrp{ background: #FAFAFA; box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15); border-radius: 0px 0px 20px 20px; width:89%; margin: 0 auto; padding: 20px 15px;}

.scrtabs-tab-scroll-arrow {
  color: #000000 !important;
  cursor: pointer !important;
  font-size: 20px !important;
  line-height: 1 !important;
  font-weight: bold !important;
  margin-bottom: -1px !important;
  border-top: 1px solid #ddd !important;
  height: 36px !important;
  
}
.scrtabs-tab-scroll-arrow .arrow-left:after, 
.scrtabs-tab-scroll-arrow .arrow-right:after {
  position: absolute;
  top: -5px;
  left: auto;
}

.scrtabs-tab-scroll-arrow:hover { background-color: transparent; }
.primg_gap{ margin-bottom: 20px;}
.prmwrp{ position: relative;}
.maestroCard_left_img:hover .maestroCard_left_imghover{ display: block;}
.maestroCard_left_imghover{ position: absolute; left:0; top:0; display: none; z-index: 99;}
.accountvidcont img{ width:100%; height: 80px; object-fit: cover;}
.maestroCard_left_imghover img{ width:100%; height: 80px; object-fit: cover;}
.accountvidcont{position: relative;}
.accountvidcont:hover .accountvidconthover{ display: block;}
.accountvidconthover{position: absolute; left:0; top:0; display: none; z-index: 99;}
.accountvidconthover .replace-txtvideo { position: absolute; bottom: 8px; right: 9px; color: #B80A17; font-size: 12px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.accountvidconthover img{ width:100%;}
.sm_vidtext{ color:#1D1D1D; font-size: 10px; line-height: 13px; }
.sm_vidtext span{ color:#1D1D1D; font-size: 10px; line-height: 13px; display: block; }
.personal_onclick{ color: #1D1D1D; font-size: 16px; position: relative; display: inline-block;color: #1D1D1D; padding-right: 30px;padding-bottom: 8px; cursor: pointer; }
.personal_onclick.active{ width:100%; color: #B80A17;}
.personal_onclick:after{ color: #1D1D1D; font-size: 16px;content: ""; background:url(../images/arrow_right_black.svg) no-repeat; position: absolute; top:5px; right: 0; width:9px; height:12px }
.personal_onclick.active:after{ color: #1D1D1D; font-size: 16px; background:url(../images/arrow_right_red.svg) no-repeat; position: absolute; 
  /* top:0; right: 0;  */
  top: 5px !important; right: 0;
}
.registered_ourses_wrapmainr{ padding: 40px 0 15px;}
.registered_ourses_wrapmainr .registered-courses{ padding: 0 0 15px;}
.inner_tab_myaccount_mainwrp .maestro-edit .gray-box { padding: 0; }
.payout .payoutwrp_tab .payoutcont { width: 80%; margin: 0 auto; min-height: 300px; }
.inner_tab_myaccount_mainwrp .maestro-edit .btn-save{ margin-top: 0; margin-bottom: 0;}
.myaccnttab_certificatecont_mainwrp{ width:50%; margin:0 auto}
.innerbox_certificate{ background: #FFFFFF; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15); border-radius: 10px; padding: 15px 10px; margin-bottom: 18px;}
.innerbox_certificate h4{ font-size: 18px; font-weight: 500; line-height: 19px; padding: 5px 0 0px 0; margin: 0;}
.certificategap{ margin-bottom: 18px !important;}
.innerbox_certificate p{ padding: 0; margin: 0;}
.certbtn_wrp.maestro-edit{ padding-bottom: 5px;}
/* .certbtn_wrp.maestro-edit .btn-replace {line-height: 33px; height: 33px; margin-right: 5px;} */
.cert_pdfwrp{ display: flex; flex-wrap: wrap; margin-bottom: 15px; padding-bottom: 0; align-items: center;}
.cert_pdfwrp_left{ width: 70%; text-align: left;}
.cert_pdfwrp_right{ width: 30%; text-align: right;}
.cert_pdfwrp_right a{ display: inline-block; text-align: right;}
/* #################### Ends myaccount maestro page & myaccount student page ########################### */
 

/* #################### Starts myaccount maestro page ########### same type copy css  ################ */

.myaccount_tabwrap ul:after{ border: 1px solid #FFFFFF; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15); content: ""; width:100%; margin: 12px 0 0 0;}
.myaccount_tabwrap ul:not(.mu_subscription-list){ display: flex; justify-content: center; width:100%; border:0;}
.myaccount_tabwrap ul li .nav-link{ color:#1D1D1D; font-size:18px; font-weight:400; padding: 0; line-height: 20px; display: inline-block; border-bottom:4px solid transparent; border-right:0; border-left:0; border-top:0; margin: 0 0%; transition: all 0.3s ease-in-out;}
.myaccount_tabwrap ul li .nav-link:hover, .myaccount_tabwrap ul li .nav-link:focus,.myaccount_tabwrap ul li .nav-link.active{ border-bottom: 4px solid #B80A17; color:#B80A17; font-weight:700; border-top:0; border-left:0; border-right:0; outline: none;transition: all 0.3s ease-in-out;}
.scrtabs-tabs-fixed-container ul.nav-tabs > li { white-space: normal; display: inline-block; padding: 0 20px; transition: all 0.3s ease-in-out; }
.inner_tab_myaccount_mainwrp{ background: #FAFAFA; box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15); border-radius: 0px 0px 20px 20px; width:89%; margin: 0 auto; padding: 20px 15px;}



.primg_gap{ margin-bottom: 20px;}
.prmwrp{ position: relative;}
.maestroCard_left_img:hover .maestroCard_left_imghover{ display: block;}
.maestroCard_left_imghover{ position: absolute; left:0; top:0; display: none; z-index: 99;}
.accountvidcont img{ width:100%; height: 80px; object-fit: cover;}
.maestroCard_left_imghover img{ width:100%; height: 80px; object-fit: cover;}
.accountvidcont{position: relative;}
.accountvidcont:hover .accountvidconthover{ display: block;}
.accountvidconthover{position: absolute; left:0; top:0; display: none; z-index: 99;}
.accountvidconthover .replace-txtvideo { position: absolute; bottom: 8px; right: 9px; color: #B80A17; font-size: 12px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.accountvidconthover img{ width:100%;}
.sm_vidtext{ color:#1D1D1D; font-size: 10px; line-height: 13px; }
.sm_vidtext span{ color:#1D1D1D; font-size: 10px; line-height: 13px; display: block; }
.personal_onclick{ color: #1D1D1D; font-size: 16px; position: relative; display: inline-block;color: #1D1D1D; padding-right: 30px;padding-bottom: 8px; cursor: pointer; }
.personal_onclick.active{ width:100%; color: #B80A17;}
.personal_onclick:after{ color: #1D1D1D; font-size: 16px;content: ""; background:url(../images/arrow_right_black.svg) no-repeat; position: absolute; top:5px; right: 0; width:9px; height:12px }
.personal_onclick.active:after{ color: #1D1D1D; font-size: 16px; background:url(../images/arrow_right_red.svg) no-repeat; position: absolute; top:0; right: 0; }
.registered_ourses_wrapmainr{ padding: 40px 0 15px;}
.registered_ourses_wrapmainr .registered-courses{ padding: 0 0 15px;}
.inner_tab_myaccount_mainwrp .maestro-edit .gray-box { padding: 0; }
.payout .payoutwrp_tab .payoutcont { width: 80%; margin: 0 auto; min-height: 300px; }
.inner_tab_myaccount_mainwrp .maestro-edit .btn-save{ margin-top: 0; margin-bottom: 0;}
.myaccnttab_certificatecont_mainwrp{ width:50%; margin:0 auto}
.innerbox_certificate{ background: #FFFFFF; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15); border-radius: 10px; padding: 15px 10px; margin-bottom: 18px;}
.innerbox_certificate h4{ font-size: 18px; font-weight: 500; line-height: 19px; padding: 5px 0 0px 0; margin: 0;}
.certificategap{ margin-bottom: 18px !important;}
.innerbox_certificate p{ padding: 0; margin: 0;}
.certbtn_wrp.maestro-edit{ padding-bottom: 5px;}
.certbtn_wrp.maestro-edit .btn-replace {
  /* line-height: 33px;  */
  line-height: 1.3;
  height: 33px; 
  margin-right: 10px;
  margin-top: 10px;
}
.cert_pdfwrp{ display: flex; flex-wrap: wrap; margin-bottom: 15px; padding-bottom: 0; align-items: center;}
.cert_pdfwrp_left{ width: 70%; text-align: left;}
.cert_pdfwrp_right{ width: 30%; text-align: right;}
.cert_pdfwrp_right a{ display: inline-block; text-align: right;}
*/
/* #################### Ends myaccount maestro page ########################### */
/* #################### Starts my wallet page ########################### */
.mywalletwrapm{ width:80%; margin: 0 auto; padding: 40px 0 0 0;}
.mywalletwrapm h2{ color: #1D1D1D; font-size: 24px; line-height: 25px; font-weight: 500; margin: 0 0 30px 0;}
.mywalletwrapm h2::after{ border: 1px solid rgba(255,255,255,0.6); box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16); margin: 10px 0; content: ""; width:100%; display: block; }
.mywalletinercont{
   /* width: 80%; */ width: 90%;
    margin: 0 auto;
}
.mywallet_innerbox{ background: #FFFFFF; border-radius: 20px; padding: 15px 15px; margin-bottom: 22px;
  min-width: 45%;
}
.mywallet_innerbox h4{ color: #B80A17; font-weight: 500; font-size: 16px; line-height: 18px; padding: 0 0 10px 0; margin: 0;}
.mywalletwrapm h5{ color: #000000; font-weight: 500; font-size: 16px; line-height: 18px; padding: 0 0 10px 0; margin: 0;}
.mywallet_innerbox p{ font-size: 16px;color:#1D1D1D; line-height: 18px;font-weight: 400;}
.mywallet_innerbox p.jointext {
  width: 70px;
  margin-left: 5px;
}
.mywallet_innerbox p span{ font-size: 18px;color:#1D1D1D; line-height: 18px; display: inline-block; font-weight: 400;}
.mywallet_innerbox p span.badge.badgeTime {
  font-size: 12px !important;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mywallet_innerbox span{ font-size: 12px; font-weight: 500; line-height: 15px; display: block;}
.requestbtn{ border: 2px solid #B80A17; background: #fff; box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1); border-radius: 6px; color: #B80A17; font-size: 16px; line-height: 37px; height: 40px; padding: 0px 20px; text-align: center; display: block; text-align: center; cursor: pointer; width:80%; margin: 8px auto 0; }
.requestbtn:hover { border: 2px solid #8d0812; background: #8d0812; color: #fff !important; }

/* #################### Ends my wallet page ########################### */

/* #################### Starts 11-10-21 ########################### */
.login_minheight{ min-height: 700px;}
/* #################### Ends 11-10-21 ########################### */

/* #################### START subscriped_after_a_while page ########################### change 18-8-21*/

.subscribed_prc_boxh{ 
  /* height:74%;  */
  height:100%; 
  /* margin-bottom: 20px; */
}
.subscribed_prc_boxh1 { 
  /* height: 70%;  */
  height: 100%; 
  /* margin-bottom: 20px; */
}

.subscribed_prc_boxpiano{ background: #FFFFFF; border-radius: 20px; padding: 30px 20px; margin: 0 0 30px 0; padding-bottom: 20px;}
.subscribed_categsubsc{  display:block; border-radius:8px; width:100%; padding: 10px 10px 10px 20px; text-align: left !important; color:#fff; font-size: 16px; line-height: 18px; transition: all 0.2s ease-in-out 0s; /*margin-bottom:10px;*/ text-align: center; }
.subscribed_categsubsc:hover{ filter: brightness(80%);/*transform: scale(1.1); color:#ffffff !important;*/ color:#fff !important;}
/* #################### ENDS subscriped_after_a_while page ########################### change 18-8-21 */


/* #################### starts student testimonials page ########################### */

.student-testimonials { padding: 40px 30px 0; }
.student-testimonials-logo { padding-bottom: 40px; }
.student-testimonials h2 {  font-size: 24px; color: #1D1D1D; margin-bottom: 15px; }
.student-testimonials-header .heading-right{ align-items: center; }
.student-testimonials-header button { float: right; 
  /* margin-bottom: 15px;  */
}

.student-testimonials-content .txt { padding-right: 70px; }
.student-testimonials-content .txt-bottom { display: flex; align-items: center; font-size: 16px; color: #474747; font-weight: 300; }
.student-testimonials-content .txt-bottom .left { width: 30%; padding-right: 10px; }
.student-testimonials-content .txt-bottom .right { font-size: 12px; text-align: right; width: 70% }
.student-testimonials-content .btn-more {color: #474747;}
.student-testimonials-content .btn-more:after{content: "\f105"; font-family: FontAwesome; margin-left: 10px;}
.student-testimonials-content .btn-more:hover {color: #8d0812;}
.student-testimonials-content p, .testimonials-left-content p { font-size: 16px; color: #474747; font-weight: 300; padding-bottom: 15px; }

.student-testimonials-content:after { content: ""; display: block; border: 1px solid #FFFFFF; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);margin: 15px 0;}

.testimonials-left-content { padding: 50px 30px; }

.student-testimonials-pic {padding: 0 30px; margin-bottom: -80px;}

/* ############### Ends student testimonials page #################### */

/* #################### Starts student contact page  ########################### */

.student-contact-us {padding: 40px 60px; background: #F0F0F0; border-radius: 20px; width: 55%; margin: 0 auto;}
.mandatory-row { position: relative; }
.mandatory-row span { position: absolute; right: 5px; top: 2px; font-weight: 500; color: #B80A17; }
.student-area-field {border: 1px solid #1D1D1D; border-radius: 5px; box-sizing: border-box; border-radius: 5px; height: 120px; color: #000; background: #fff; width: 100%; padding: 10px; margin: 0 0 15px 0; resize: none; font-size: 12px;}
.student-contact-us button { max-width: 250px; margin: 0 auto; }

.student-contact-us .booking_textfeild::placeholder { font-size: 12px; }

.share-opinion-txt { text-align: center; padding-bottom: 15px; }

.student-contact-us.share-opinion button { max-width: 100%;}

.student-contact-us textarea.student-area-field {
  font-size: 14px;
}

/* #################### Ends student contact page ########################### */

/*############## NOTIFICATION CUSTOM BADGE PILL DATE:- 03-12-2021 ###################*/
span.badge.badge-primary-active {
  background:#B80A17;
  color:#fff;
  margin:0px 4px;
}
a label {
  cursor: inherit;
}


/*############## Modal box ###################*/

.modal-dialog  .modal-content{
  border-radius: 20px;
  border: none;
}
.modal .modal-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)!important;
}
.modal-dialog .modal-footer{
  justify-content: center;
  border-top: none;
  padding-top: 0;
  padding-bottom: 25px;
}
.modal-dialog .modal-footer .btn-primary{
  background: #FFFFFF;
  border: 2px solid #B80A17;
  box-sizing: border-box;
  box-shadow: 4px 4px 8px rgb(0 0 0 / 10%);
  border-radius: 6px;
  color:#B80A17;
}
.modal-dialog .modal-footer .btn-secondary{
  background-color: transparent;
  color:#B80A17;
  border: none;
}
.modal-backdrop{
  background: rgba(29, 29, 29, 0.2);
    backdrop-filter: blur(5px);
}

@media (min-width: 576px){
  .modal-dialog {
    width: 388px;
  }
}
@media (max-width: 575px){
  .modal .modal-dialog{
    width: 288px;
    margin: 0 auto;
  }
}


/* ---- session page structure -- start --- */
.session_sec_bg {
    background-color: #ebebeb;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.session_sec_bg main {
  background: none !important;
}


/* ---- session page structure -- start --- */


.inner_page_hero_sec {
  padding: 40px 0 0 0;
}

.carousel_cat_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;

  min-height: 460px;
  padding: 10px 10px;
  
}

.carousel_cat_block .mu-subjects_box {
  width: calc(50% - 50px);
  padding: 0 0 0 0;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.5s ease;
  border-radius: 20px;
  overflow: hidden !important;
}

.carousel_cat_block .mu-subject_img {
  height: 184px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.carousel_cat {
  /* display: none; */
}

.carousel_cat .carousel-control-prev {
  top: 50% !important;
  transform: none !important;
  margin-top: -40px;
  left: 0 !important;
  height: 40px;
  width: auto;
}
.carousel_cat .carousel-control-next {
  top: 50% !important;
  transform: none !important;
  margin-top: -40px;
  right: 0 !important;
  height: 40px;
  width: auto;
}
.carousel_cat .carousel-control-prev-icon {
  background-image: url(../images/dashboard_numbertab_leftarrow.png) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 40px;
}
.carousel_cat .carousel-control-next-icon {
  background-image: url(../images/dashboard_numbertab_rightarrow.png) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 40px;
}
.carousel_cat .carousel-control-next {
  right: 0px
}

.carousel_cat ol.carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: none;
  left: 0;
  right: 0;
  width: 100%;
  margin: 10px 0 0 0;
}
.carousel_cat ol.carousel-indicators li {
  display: flex;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #000;
  margin: 3px 3px;
}

/* #################### For Arabic website -- start  ######################### */

@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100;200;300;400;500;600;700;800;900&display=swap');

body.ar{
  direction: rtl;
  font-family: 'Noto Kufi Arabic', sans-serif !important;
}

body.ar header.before_login_header .navbar-expand-lg {
  /* flex-direction: row-reverse; */
}

body.ar .mc-header_navbar .top_headerleft .nav-item .nav-link {
  padding: 2px 26px 2px 0;
}
body.ar .mc-header_navbar .nav-item .nav-link.ar {
  font-family: 'Noto Kufi Arabic', sans-serif !important;
}
body.ar .myaccount_popupcont{
  right: auto;
  left: -18px;
  padding: 20px 10px;
}
body.ar .myaccount_popupcont a, body.ar .referal_contaccount, body.ar .studentPro_linkSecBg ul li{
  text-align: right;
}

body.ar .booking_continue h5 {
  text-align: right;
}

body.ar .percentage-bar{
  right: auto;
  left: 20px;
}
body.ar .course_box h4, body.ar .couse_profileimg_detailsmainwrap h4{
  padding: 0 0 8px 25px;
}
body.ar .course_box h4 i{
  margin-right: 15px;
  transform: rotate(180deg);
}
body.ar .myaccount_popupcont_topcontimg {
  margin-right: 0px;
  margin-left: 10px;
}
body.ar .modal-header .btn-close{
  margin: 0;
}
body.ar .anyDayBtn svg{
  margin-left: 3px;
  margin-right: 0;
}
body.ar .maestro_clearall_drop{
  text-align: left;
}
body.ar .text_align_right {
  text-align: left;
}
body.ar .registerfree_smtext_r {
  text-align: left;
}
body.ar .maestroCard_userName, body.ar .startRating_sec {
  /* padding: 0 0px 0 40px; */
}
body.ar .maestroCard_RightContent .maestroCard_userName, 
body.ar .maestroCard_RightContent .startRating_sec {
  padding: 0 0px 0 40px;
}
.maestroCard_userName {

}
body.ar .more_dashboard {
  text-align: left;
}
body.ar .btn-clear-sm {
  padding-left: 0px;
  padding-right: 5px;
}

body.ar .dropdown-toggle::after {
  margin-left: auto;
  margin-right: 3px;
}

body.ar .heartWish_btn_box{
  right: auto;
  left: 16px;
}
body.ar .availableStatus_chatBtn_sec .mastroChat_right .mastroCard_flag{
  margin: 0 15px 0 0;
}
body.ar .maestroCard_RightContent {
  padding: 0 15px 10px 0;
}
body.ar .maestroCard_imgNameBlock.sessionProfile_imgNameBlock .maestroCard_RightContent h3{
  padding: 0 0 0 10px;
}
body.ar .availableStatus_chatBtn_sec .availableStatus_left span.availableStatus_icon {
  margin: 0 0 0 3px;
}
body.ar .week_sliderBtn_sec{
  justify-content: flex-start;
}
body.ar .sessionBook_topFilter .week_sliderBtn_sec{
  justify-content: center;
}
body.ar .week_sliderBtn_sec .buttonAppearanceNone{
  transform: rotate(177deg);
}
body.ar .profilest_rightcont ul {
  padding: 0 14px 20px 0;
}
body.ar .profilest_rightcont ul li{
  padding: 0 26px 5px 0;
}
body.ar .profilest_rightcont ul li:before, body.ar .badgeTime_popUi_bg.badgeTime_dropdown.maestroCard_smallTagTAb{
  left: auto;
  right: 0;
}
body.ar .booking_lselectdrp_cont{
  float: right;
}
body.ar .booking_rtxtfld_cont{
  float: left;
}
body.ar .notification_innerbox h4{
  padding: 0 0px 3px 50px;
  text-align: right;
}
body.ar .notification_del {
  right: auto;
  left: 8px;
}
body.ar .notification_innerbox{
  text-align: right;
}
body.ar .notification_rightsmalltext {
  text-align: left;
}

body.ar .edit-my-schedule .sessBook_week_sec .filter-icon{
  right: auto;
  left: 0;
}
body.ar .mu_app-link li:first-child {
  margin-right: 0;
  margin-left: 18px;
}
body.ar .personal_onclick{
  padding-left: 30px;
  padding-right: 0;
}
body.ar .personal_onclick:after{
  top: 7px;
  right: auto;
  left: 0;
  transform: rotate(182deg);
}
body.ar .checkout_card_detwrap label.radio span{
  padding-right: 33px;
    padding-left: 0;
}
body.ar .checkout_card_detwrap label.radio span:before{
  left: auto;
    right: 0;
}
body.ar .maestro-edit select{
  /* background-position: 5% 16px; */
  background-position: 10px 16px;
}
body.ar .select2-container--default .select2-selection--single .select2-selection__rendered{
  text-align: right;
}
body.ar .maestro-edit .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: auto;
  left: 5px;
}
body.ar .couse_profileimg_detailsmainwrap ul li{
  padding: 0 26px 3px 0;
}
body.ar .couse_profileimg_detailsmainwrap ul li:before{
  left: auto;
  right: 0;
  top: 6px;
}
body.ar .dashboardedit_wrap {
  right: auto;
  left: 0;
  text-align: left;
}
body.ar .btn-cal{
  right: auto;
  left: 20px;
}
body.ar .course-list > div > ul li label input {
  margin-left: 10px;
  margin-right: 0;
}
body.ar .registerfree_subscribe_sess ul li a.mu_subscription-link{
  max-height: fit-content;
}
body.ar .select2-container--default .select2-selection--single .select2-selection__arrow{
  right: auto;
  left: 1px;
}
body.ar .course_buybtn{
  right: auto !important;
  left: 10px;
}
body.ar .course_box h4 {
  font-size: 18px !important;
  padding: 0 0 8px 25px !important;
}
body.ar .couse_profiledescription {
  margin: 0 0 0 10px;
}
body.ar .couse_profiledescription_buttomtext{
  left: auto;
  right: 0;
}
body.ar .course_box_wishlist {
  right: auto;
  left: 16px;
}

body.ar .couse_profileimg_details_sartext{
  text-align: left;
}
body.ar .couse_profileimg_details_sartext P{
  margin-right: 0!important;
  margin-left: 10px!important;
}
body.ar .couse_profileimg_detailsmainwrap ul li{
  padding: 0 26px 3px 0!important;
}
body.ar .clearAllDropMenu{
  left: 0 !important;
  right: auto !important;
}
body.ar .form-check .form-check-input{
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
body.ar  .applePay_text {
  margin: 0 5px 0 0px;
}
body.ar .checkout_card_detwrap label.radio span img {
  margin-right: auto;
  margin-left: 10px;
}
body.ar ul.navbar-nav.me-auto.top_headerleft {
  flex-grow: 1;
}
body.ar .top_headerright {
  /* margin-left: 10px !important; */
}
body.ar .notification_mainwrp {
  left: -18px !important;
  right: auto !important;
}
body.ar .notification_innerbox p {
  padding: 0 0 10px 20px;
}

body.ar .mandatory-row span {
  right: auto;
  left: 5px;
}
body.ar .select-field {
  background-position: left 5px center;
}
body.ar ul.tabBtn_sec li {
  margin: 0 0 8px 8px;
}
body.ar .maestro_dateTime_drop {
  margin: 0 0 0 10px;
}
body.ar .pagination li button {
  margin-right: 0px;
  margin-left: 10px;
}
body.ar .student-testimonials-content .txt {
  padding-right: 0px;
  padding-left: 20px;
}
body.ar .availableStatus_chatBtn_sec .mastroChat_right {
  float: left;
}
body.ar .booking_textfeild {
  text-align: right;
}
body.ar .myprg_inrcontrighttext {
  right: auto;
  left: 10px;
}
body.ar .myprg_inrcont h6 {
  display: flex;
}
body.ar .myprg_inrcont h3 {
  text-align: right;
  /* padding: 0 0 5px 60px; */
  padding: 0 0 15px 0px;
  display: flex;
}
body.ar .myprg_inrcont h4 {
  display: flex;
}
body.ar .myprg_inrcont .prg_bytext {
  display: flex;
  padding: 0 6% 0 0;
}
body.ar .scrtabs-tab-scroll-arrow .arrow-left:after, 
body.ar .scrtabs-tab-scroll-arrow .arrow-right:after {
  position: absolute;
  top: -5px;
  left: -17px;
}
body.ar .myaccount_tabwrap ul:not(.mu_subscription-list) {
  display: flex;
  /* flex-direction: row-reverse; */
  flex-wrap: nowrap;
}

@media (max-width: 1199px){

  body.ar .myaccount_tabwrap ul:not(.mu_subscription-list) {
    direction: rtl;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .scrtabs-tabs-fixed-container ul.nav-tabs > li {
    display: flex;
  }

}

body.ar .form-select {
  background-position: left 5px center;
  padding: 10px 5px 10px 22px;
}
body.ar .sessionTime_dropdown select {
  background-size: 12px 7px; 
  padding: 9px 7px 9px 30px !important;
}
body.ar .certbtn_wrp.maestro-edit .btn-replace {
  margin-right: 0px;
  margin-left: 10px;
}
body.ar .checkout_card_detwrap label.radio {
  margin-right: 0px;
  margin-left: 10px;
}
body.ar .student-testimonials-content .txt-bottom .right {
  text-align: left;
  direction: ltr;
}
body.ar .student-testimonials-content .txt-bottom .left {
  padding-right: 0px;
  padding-left: 10px;
}
body.ar .select-field {
  padding: 0 10px 0 20px;
}
body.ar .application_dropdownselect {
  padding: 0 10px 0 25px !important;
  background-position: 7px 17px !important;
}
body.ar .student-testimonials-header button {
  float: left;
}
body.ar .prevbox_rightbtn {
  text-align: left;
}
body.ar .applywrp_inp small {
  margin-left: auto;
  margin-right: 5px;
}
body.ar .checkout_al_r {
  text-align: left;
}
body.ar .pic-row .pic {
  text-align: left;
}
body.ar .apply-upload .col-lg-7 {
  text-align: left;
}
body.ar .schedule-info-txt ul li.weekly {
  padding: 0px 18px 0 0;
}
body.ar .schedule-info-txt ul li.weekly:before {
  left: auto;
  right: 0px;
}
body.ar .schedule-info-txt ul li.temporary {
  padding: 0 18px 0 0;
}
body.ar .schedule-info-txt ul li.temporary:before {
  left: auto;
  right: 0px;
}
body.ar .dayTimeBadge_secBg_bottomText {
  text-align: left;
}
body.ar .set_hold_block {
  text-align: left;
  display: flex;
  justify-content: end;
  align-items: center;
}
body.ar .edit-my-schedule-header .session-txt .icon-hold {
  padding-right: 0px;
  padding-left: 5px;
}
body.ar .couse_profileimg {
  text-align: right;
  margin: 0 0 0 10px;
}
body.ar .percentage-bar .percentage {
  padding-right: 0;
  padding-left: 15px;
}

body.ar .carousel {
  direction: ltr;
}

/* chat arabic -- start */
body.ar .chat_right_toppart img {
  margin-right: 0px;
  margin-left: 15px;
}
body.ar .chat_rightbox h4 {
  padding: 0 0px 3px 50px;
}
body.ar .chat_text-box.chat_left {
  float: right;
}
body.ar .chat_text-box.chat_right {
  float: left;
}
body.ar .chat_text-box {
  text-align: right;
}
body.ar .chat_text-box.chat_right {
  text-align: left;
}
body.ar .back_icon_span {
  margin: 0 0 0 15px;
}
body.ar .back_icon_span i {
  transform: rotate(180deg);
  top: 2px;
  position: relative;
  margin: 0px 0 0 5px;
}
/* chat arabic -- end */

/* #################### For Arabic website -- end  ######################### */

@media (min-width: 992px){
  body.ar header .navbar-nav {
    align-items: center;
    margin-left: auto;
    margin-right: 0!important;
  }
}

.tags {
  border: 1px solid #bfbbbb;
  padding: 4px;
  border-radius: 6px;
  background: #fff;
  text-transform: capitalize;
}


/* ZOOM UI Button */
.footer__btns-container div[feature-type="pasue-stop-record"], 
.footer__btns-container div[feature-type="record"], 
.footer__btns-container div[feature-type="security"],
.footer__btns-container div[feature-type="newLTT"],
.footer__btns-container div[feature-type="settings"],
.footer__btns-container div[feature-type="more"]
 {
  display: none !important;
}
.recording-indication__rec-icon {
    display: none !important;
}
.leave-meeting-options__inner button:nth-child(2){
  display: none !important;
}