.tutors-list_page svg {
  display: block;
}

.searchlist_header__title {
  text-align: center;
}
.searchlist_header__title h2 {
  margin: 0 0 13px;
}
.searchlist_header__title p {
  color: #161D27;
  font-family: BuenosAiresRegular;
}

.searchList__outer {
  background: #fff1eb;
  border-radius: 10px;
  padding: 34px;
}

.set-mt {
  margin-top: 20px;
}

.search_titleline h3 {
  font-size: 35px;
  margin: 0;
}

.search_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.w1 {
  width: 20%;
}

.w2 {
  width: 80%;
}

.search_result__Elements {
  display: flex;
  -moz-column-gap: 45px;
       column-gap: 45px;
}

.search_result {
  margin-top: 45px;
}

.searchPanel_Inner {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  background: #FFF4EE;
  width: 100%;
  padding: 12px 24px;
}
.searchPanel_Inner input {
  background-color: transparent;
  border: none;
  width: 100%;
}
.searchPanel_Inner input::-moz-placeholder {
  color: #6C6A6A;
}
.searchPanel_Inner input:-ms-input-placeholder {
  color: #6C6A6A;
}
.searchPanel_Inner input::placeholder {
  color: #6C6A6A;
}
.searchPanel_Inner input:focus-visible {
  outline: none;
}

.searchPanel_icon img {
  display: block;
}

.searchPrice select {
  width: 100%;
  border: none;
  color: #161D27;
  border-bottom: 1px solid #F9F0F0;
  padding: 8px 3px;
  font-family: "BuenosAiresRegular";
}
.searchPrice select:focus-visible {
  outline: none;
}

.searchselect_price {
  margin-top: 15px;
  margin-bottom: 20px;
}

.cardImg img {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
}

.star_select {
  display: flex;
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.star_select span {
  cursor: pointer;
}
.star_select span svg {
  display: block;
}

.starOuter {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.select__starLayer p {
  font-size: 15px;
  font-weight: 600;
  color: #161D27;
}

.cardDetails {
  padding: 20px 20px 25px;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.08);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.card_layerouter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card_layerouter_star span svg {
  display: block;
}

.aboutbold {
  font-family: "BuenosAiresBold";
  color: #161D27;
}

.view_item {
  color: #FD6727;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-family: "BuenosAiresBold";
}

.card_details_block {
  margin-top: 10px;
}
.card_details_block p {
  font-family: "BuenosAiresBold";
  font-size: 14px;
}

.itemDataLayer {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 57px;
       column-gap: 57px;
  row-gap: 50px;
}

.cardItem {
  flex: 0 0 360px;
}

.item_datasearch {
  margin: 20px 0;
}

.searchPanel_teacher__inner {
  background: #F7F7F7;
  padding: 5px 24px;
}
.searchPanel_teacher__inner input {
  font-size: 14px;
  height: 32px;
}
.actiondate h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  text-transform: capitalize;
  color: #161D27;
}

.cardImg::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2509803922);
  border-radius: 30px 30px 0 0;
}

.cardImg_img {
  max-height: 300px;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.set_mttop {
  text-align: center;
  margin-bottom: 20px;
}

.searchPanel_date__inner {
  background-color: #fff;
}
.searchPanel_date__inner input {
  width: 100%;
  border: none;
  color: #161D27;
  border-bottom: 1px solid #F9F0F0;
  padding: 8px 0;
  background-color: #fff;
}

.moreBtn {
  background-color: #161D27;
  color: #fff;
  border-radius: 30px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: center;
  font-size: 14px;
  max-width: 125px;
  width: 100%;
}
.moreBtn:hover {
  color: #F7F7F7;
}
.moreBtn span svg {
  display: block;
}

.search_result__Elements select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.applyBtn {
  background-color: #FD6727;
  color: #fff;
  padding: 15px 40px;
  border-radius: 30px;
}

.applyBtnouter {
  display: flex;
}

.btnapplylight {
  color: #6C6A6A;
  border: 1px solid #EBEBEB;
  background-color: #fff;
}

.applyBtnouter {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #F9F0F0;
  padding: 8px 3px;
  font-family: "BuenosAiresRegular";
}

.searchselect {
  position: relative;
  padding-right: 15px;
}
.searchselect span {
  font-weight: 600;
}
.searchselect select {
  border: none;
  color: #161D27;
  padding: 0 5px;
  background-color: #fff;
}
.searchselect select:focus-visible {
  outline: none;
}

.iconArrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.iconArrow svg {
  display: block;
}

.hearticon {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 1;
}
.hearticon img {
  width: 25px;
  height: 25px;
  border-radius: unset;
  -o-object-fit: contain;
     object-fit: contain;
}

.cardImg {
  position: relative;
}

.search_quantity {
  height: 100%;
}
.search_quantity .quantity {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.search_quantity input[type=number]::-webkit-inner-spin-button,
.search_quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.search_quantity input[type=number] {
  -moz-appearance: textfield;
}
.search_quantity .quantity select {
  width: 230px;
  height: 100%;
  line-height: 1.65;
  border: none;
  padding: 0;
  margin: 0;
  padding-left: 20px;
}
.search_quantity .quantity select:focus {
  outline: 0;
}
.search_quantity .quantity-nav {
  position: relative;
  height: 42px;
  padding-right: 15px;
}
.search_quantity .quantity-button {
  position: relative;
  cursor: pointer;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.search_quantity .quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  font-size: 0;
}
.search_quantity .quantity-button.quantity-down {
  position: absolute;
  bottom: 0px;
  height: 50%;
  font-size: 0;
}

.search_layerItem {
  display: flex;
  align-items: center;
  border-radius: 30px;
  background-color: transparent;
  font-family: "BuenosAiresRegular";
}
.search_layerItem input:focus-visible {
  outline: none;
}

.search_subject {
  height: 100%;
}
.search_subject input {
  border: none;
  height: 100%;
  padding-left: 35px;
  border-radius: 50px 0 0 50px;
}

.set_arrowValue {
  position: relative;
}

.arrow_prices {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.searcOuterBlock {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.quantity-up {
  position: relative;
  font-size: 0;
}
.quantity-up::after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  background: url(/public/assets/images/sarrow1.svg) no-repeat;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.quantity-down {
  position: relative;
  font-size: 0;
}
.quantity-down::after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  background: url(/public/assets/images/sarrow2.svg) no-repeat;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.btn_search .rubicon-btn {
  background: #161D27;
  padding: 20px 49px 20px 49px;
  font-size: 20px;
}
.btn_search .rubicon-btn .arrowSearch {
  padding-left: 15px;
}
.btn_search .rubicon-btn .arrowSearch svg {
  display: block;
}

.nameItemInner {
  position: absolute;
  bottom: 35px;
  left: 16px;
  z-index: 1;
}
.nameItemInner h6 {
  font-size: 18px;
  color: #fff;
}
.nameItemInner p {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.flagImgIcon img {
  width: 20px;
  border-radius: unset;
}

.rangevalue label {
  color: #161D27;
  font-weight: 500;
  font-family: "BuenosAiresRegular";
}

.rangeElements .middle {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-top: 25px;
}
.rangeElements .slider {
  position: relative;
  z-index: 1;
  height: 4px;
  margin: 0 15px;
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
}
.rangeElements .slider > .track {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #E8E6E6;
}
.rangeElements .slider > .range {
  position: absolute;
  z-index: 2;
  left: 25%;
  right: 25%;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #FD6727;
}
.rangeElements .slider > .thumb {
  position: absolute;
  z-index: 3;
  width: 30px;
  height: 30px;
  background-color: #FD6727;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(98, 0, 238, 0.1);
  transition: box-shadow 0.3s ease-in-out;
}
.rangeElements .slider > .thumb.left {
  left: 25%;
  transform: translate(-15px, -13px);
}
.rangeElements .slider > .thumb.right {
  right: 25%;
  transform: translate(15px, -13px);
}
.rangeElements input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 2;
  height: 4px;
  width: 100%;
  opacity: 0;
    top: 0;
    left: 0;
}
.rangeElements input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 30px;
  height: 30px;
  border-radius: 0;
  border: 0 none;
  background-color: red;
  -webkit-appearance: none;
  cursor: pointer;
}

.paginationItem {
  display: flex;
  justify-content: center;
  margin: 70px 0 70px;
}
.paginationItem .pagination {
  margin: 0;
}
.paginationItem .page-item.active .page-link {
  background-color: #161D27;
  border-color: #161D27;
}
.paginationItem .page-link {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50% !important;
  border-color: #E9E9E9;
  color: #6C6A6A;
  border-color: #E9E9E9;
  font-family: "BuenosAiresRegular";
}
.paginationItem .pagination {
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.modalcontrol .modal {
  z-index: 9999;
}

header {
  z-index: 999;
}
.more_filter{
  z-index: 9999;
}
.more_filter_Inner__sets .modal-header {
  border: none;
  padding: 20px 40px 0 25px;
}
.more_filter_Inner__sets .modal-body {
  padding: 20px 25px 0 25px;
}

.more_filter_Inner {
  max-width: 500px;
  margin: 1.75rem auto;
  max-width: 1600px;
}
.more_filter_Inner .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 30px;
}

.modal-title_24 {
  font-size: 24px;
}

.ptsetl {
  padding: 0 50px;
}

.modalBlockitem {
  display: flex;
  padding: 0 0 40px;
}

.modalLeftLayer {
  background-color: #FFF4EE;
  padding: 27px 0px;
  width: 17%;
  font-family: "BuenosAiresRegular";
}
.modalLeftLayer .form-check-input:checked {
  background-color: #161D27;
  border-color: #161D27;
  border-radius: 2px;
}
.modalLeftLayer .active {
  background: #fff;
  color: #161D27;
}
.modalLeftLayer .active .form-check {
  color: #000;
}
.modalLeftLayer .form-check {
  padding: 3px 40px;
  color: #161D27;
  margin-bottom: 10px;
  cursor: pointer;
}
.modalLeftLayer .form-check.active .form-check-label {
  color: #161D27;
}

.modalrightLayer {
  width: 83%;
  padding: 0px 20px 0 50px;
}
.modalrightLayer .searchPanel_teacher__inner {
  background: #F7F7F7;
  padding: 11px 24px;
  background: #fff;
  border: 1px solid #E8E6E6;
}
.modalrightLayer .searchPanel_teacher__inner input {
  background: #fff;
}

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

.labBtn {
  color: #6C6A6A;
  border: 1.5px solid #E8E6E6;
  border-radius: 50px;
  padding: 8px 20px;
}

.labelbuttonblock {
  margin-top: 25px;
  max-height: 400px;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 14px;
       column-gap: 14px;
  row-gap: 14px;
  padding: 10px 5px;
}

.labBtn.active {
  background-color: #161D27;
  color: #fff;
}

.leftarrow {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.filterBtn_outer {
  display: none;
}

.crossIcon {
  display: none;
}

.hearticon:hover {
  transform: scale(1.1);
}

.searchdate_teacher {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.searchdate_teacher .moreBtnouter.modalcontrol {
  display: flex;
  justify-content: flex-end;
}

.w_Teacher {
  flex: 0 0 50%;
}

.actiondate h3 {
  color: #161D27;
}

.scrolblock {
  overflow: hidden;
}

.weekDate {
  margin-top: 20px;
}
.weekDate ul {
  margin: 0;
  padding: 0;
  display: flex;
  border: 1px solid #F9F0F0;
  border-radius: 30px;
}
.weekDate ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 10px;
}
.weekDate ul li:first-child {
  border-radius: 30px 0px 0px 30px;
}
.weekDate ul li:last-child {
  border-radius: 0px 30px 30px 0px;
}
.weekDate ul li a {
  font-size: 14px;
}

.active_stage {
  background-color: #FD6727;
}
.active_stage a {
  color: #fff;
}

.weektimebtnouter .weekActive_btn {
  flex: 0 0 31%;
  text-align: center;
  padding: 10px;
  border: 1px solid #FD6727;
  border-radius: 30px;
  color:#FD6727 !important;
}
.weektimebtnouter .weekActive_btn a {
  color: #FD6727;
}

.weektime {
  margin: 25px 0 0;
}
.weektime ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.weektime ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.btn__apply {
  border: none;
}
.btn__apply .applyBtn {
  padding: 15px 50px;
}

/**************   Global css   **************/
.white_bg {
  background-color: #fff;
}

.inner-padding {
  padding: 70px 0;
}

.font-18 {
  font-size: 18px;
  font-weight: 400;
  color: #161D27;
}

.font-12 {
  font-size: 12px;
  line-height: 13px;
}

.font-15 {
  font-size: 15px;
  line-height: 18px;
}

.font-14 {
  font-size: 14px;
  line-height: 20px;
}

.font-10 {
  font-size: 10px;
  line-height: 14px;
}

.font-20 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

.font-24 {
  font-size: 24px !important;
  line-height: 34px;
}

.font-30 {
  font-size: 30px;
  font-weight: 700;
  line-height: 43px;
}

.gray-clr {
  color: #6a6a6a;
}

a {
  display: inline-block;
}

/**************   Global css   **************/
.Tutors_Profile .tab {
  overflow: hidden;
  display: flex;
  justify-content:left;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin-bottom: 35px;
}

.light-btn {
  color: #fd6727 !important;
  background-color: #fff;
  border: 1px solid #E8E6E6;
}

.light-btn:hover {
  background-color: #fd6727;
  color: #fff !important;
  border: 1px solid transparent;
}

/* Style the tab content */
.Tutors_Profile .tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.tabs_inner {
  max-width: 1023px;
  margin-right: auto;
}

/**************  Left side bar   **************/
.left_side_bar {
  max-width: 452px;
  height: auto;
  margin-left: auto;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0 37px 0;
  padding: 40px 55px;
  position: -webkit-sticky;
  position: sticky;
  top: 95px;
}
.class-group-Profile .left_side_bar {
  top: 30px;
}
.left-icon {
  position: relative;
}

.left-icon-list {
  position: absolute;
  right: 0;
  top: 0;
}

.left-icon-list li {
  padding-bottom: 15px;
}

.profile_pic {
  padding: 0% 0 0;
}

/**************  Left side bar   **************/
.profile-text i,
.review_starts i {
  font-size: 10px;
}

.profile_table {
  padding-top: 3%;
}

.profile_table tr td {
  padding-bottom: 3%;
}

.profile_btn .light-btn,
.profile_btn .light-btn:hover,
.three_btns .light-btn,
.three_btns .light-btn:hover {
  border-color: #161D27;
  color: #161D27 !important;
  display: flex;
  align-items: center;
  background-color: #fff;
}

.profile_btn {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin:3% 0 4%;
}

.orange-text {
  color: #fd6727 !important;
}

.black-bg {
  background-color: #000;
}

.About-Ashlynn {
  margin: 35px 0;
}

.Teaching-Qualifications {
  margin: 40px 0 0px;
}

.Qualifications-type {
  margin: 40px 0 32px;
}

.Qualifications-type h4 span,
.Teaching_Expertise h4 span {
  position: relative;
}

.Qualifications-type h4 span::before,
.Teaching_Expertise h4 span::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  background-color: #FD6727;
  width: 112px;
  height: 2px;
  transform: translateY(-50%);
}

.Qualifications-type .three_sec {
  max-width: 883px;
  width: 100%;
  display: flex;
  margin-left: auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #E8E6E6;
}

.Qualifications-type:last-child .three_sec {
  border: 0;
}

.left_div,
.right_div {
  flex: 0 40%;
  max-width: 280px;
}

.right_div {
  margin-left: auto;
}

.lession-price {
  padding: 20px 66px 40px 66px;
  background: #FFF4EE;
  border-radius: 10px;
}

/* .lession-price .d-flex>div {
    flex: 0 50%;
} */
select.teacher-profile-selection {
  max-width: 215px;
  height: 40px;
  width: 100%;
  margin-left: 10px;
  border-color: transparent;
  padding: 10px 17px;
  border-radius: 4px;
  font-size: 14px;
}

.lession-select.text-end,
.lession-select select {
  color: #6C6A6A;
}

.l-slider-item {
  background: #FFFFFF;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  padding: 24px 42px;
  max-width: 420px;
  width: 100%;
  border-radius: 30px;
}

.l-slider-title {
  margin-bottom: 20px;
}

.l-slider-box .inner-slider {
  border: 1px solid #E8E6E6;
  border-radius: 20px;
  width: 156px;
  /* width: 100%; */
  height: 150px;
  gap: 10px;
}

.lession-slider {
  gap: 35px;
  flex-wrap: wrap;
}

.slider-box-wrap > div {
  max-width: 50%;
  width: 100%;
}

.Q-title p {
  color: #161D27;
  font-family: "BuenosAiresRegular";
}

.schedule-table {
  background-image: url(/public/assets/images/schedule-table.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: c;
  width: 100%;
  height: 823px;
  margin: 50px 0;
}

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

.online_Tutorinng_Platform {
  border: 1px solid #E8E6E6;
  border-radius: 10px;
  padding: 38px 42px;
}

section.Teaching_Expertise {
  background-color: rgba(232, 230, 230, 0.2);
  padding: 85px 0;
}

.five_list ul {
  /*max-width: 20%;*/
  width: 100%;
}

.five_list ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
  width: 300px;
  float: left;
}

.five_list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  background-image: url(/public/assets/images/tick.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%);
  background-position: center left;
}

.review_sec {
  padding: 85px 0;
}

.client_reivews {
  padding: 30px 25px;
  border: 1px solid #E8E6E6;
  border-radius: 20px;
  margin-bottom: 25px;
}

.bookipic img {
  width: 50px !important;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.review_like {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 345px;
  width: 100%;
}

.slider_videoSlide {
  padding: 100px 0;
}

.slider_videoSlide_owl .owl-nav {
  display: block !important;
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slider_videoSlide_owl button.owl-next {
  background: #FD6727 !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  right: -50px;
}
.slider_videoSlide_owl button.owl-next span {
  font-size: 23px;
  color: #fff;
  position: relative;
  top: -3px;
}
.slider_videoSlide_owl button.owl-prev {
  background: #FD6727 !important;
  width: 30px;
  height: 30px;
  font-size: 23px;
  border-radius: 50%;
  position: relative;
  left: -50px;
}
.slider_videoSlide_owl button.owl-prev span {
  font-size: 23px;
  color: #fff;
  position: relative;
  top: -3px;
}
.slider_videoSlide_owl .owlItemInner {
  max-width: 100%;
  width: 100%;
}

.slider_videoSlide_container {
  padding: 5px 50px;
}

.iconclock {
  width: 20px !important;
}

.lession-price button.owl-next {
  background: #FD6727 !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  right: -50px;
}
.lession-price button.owl-next span {
  font-size: 23px;
  color: #fff;
  position: relative;
  top: -3px;
}
.lession-price button.owl-prev {
  background: #FD6727 !important;
  width: 30px;
  height: 30px;
  font-size: 23px;
  border-radius: 50%;
  position: relative;
  left: -50px;
}
.lession-price button.owl-prev span {
  font-size: 23px;
  color: #fff;
  position: relative;
  top: -3px;
}
.lession-price .owl-nav {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
td.sidebar-profile-td1 {
  font-size: 16px;
  font-family: 'BuenosAiresRegular';
}

td.sidebar-profile-td2 {

  font-size: 15px;
  font-family: 'BuenosAiresRegular';
}
.profile-text a {
  font-family: 'BuenosAiresRegular';
}
/* Accordian  */

.custom-accordian .accordion-button:not(.collapsed) {
  color:  #161D27;
  background-color: #e7f1ff00;
  box-shadow: none;
  border-bottom: 1px solid #F9F0F0;
}
.custom-accordian .accordion-button::after {
  filter: brightness(0);
}
.custom-accordian .accordion-item {
  border: none;
}
.custom-accordian .accordion-body {
  padding: 1rem 0;
}
.custom-accordian .accordion-button {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  text-transform: capitalize;
  color: #161D27;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.custom-accordian .rangevalue label {
  padding-left: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  color: #161D27;
}
.weekDate ul .weekActive {
  border: none;
  background: none;
  height: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
  color: #6C6A6A;
}

.weekDate ul {
  align-items: center;
  justify-content:center;
  overflow: hidden;
}

button.weekActive.active_stage {
  background: #fd7e27;
  color: #fff;
}
button.weekActive_btn{
  background: none;
}
button.weekActive_btn.active_stage {
  color: #fff !important;
  background: #fd7e27;
}


/* Filter  */

.form-check.checked-ac {
  background: #fff;
  color: #161D27;
}
