.inner-page {
  padding: 30px 0 0 0;
  margin-top: 100px;
}
.inner-page .bottom-details {
  background-color: #f8f8f8;
  padding-top: 40px;
  padding-bottom: 40px;
}
.inner-page .bottom-details .border-b {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 15px;
}
.inner-page .bottom-details .heading {
  font-size: 15px;
  margin-bottom: 15px;
}
.inner-page .bottom-details .list li {
  font-size: 12px;
  background: #ebebeb;
  padding: 5px 10px;
  border-radius: 24px;
}
.inner-page .bottom-details .list li a {
  color: #000;
}
.inner-page .bottom-details .list li + li {
  margin-left: 15px;
}
.inner-page .bottom-details .pagination .page-item {
  width: 25px;
  height: 25px;
}
.inner-page .bottom-details .pagination .page-item a {
  border: none;
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 0;
  text-align: center;
}
.inner-page .bottom-details .pagination .page-item.active {
  background-color: #1d7368;
  color: #fff;
  border-radius: 5px;
}
.inner-page .bottom-details .pagination .page-item + .page-item {
  margin-left: 10px;
}
.inner-page .bottom-details .bottom-btn {
  padding: 10px;
  border-top: 1px solid #f0f0f0;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 14px;
  position: relative;
}
.inner-page .bottom-details .bottom-btn:after {
  position: absolute;
  width: 1px;
  content: "";
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f0f0f0;
}
.inner-page .bottom-details .bottom-btn a {
  color: #000;
}
.inner-page .bottom-details .bottom-btn a img {
  width: 17px;
  height: 17px;
  margin-right: 5px;
}
.inner-page .bottom-details .classes {
  padding: 10px;
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.inner-page .bottom-details .classes .classes-img {
  width: 90px;
  height: 70px;
}
.inner-page .bottom-details .classes .classes-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner-page .bottom-details .classes .classes-details {
  margin-left: 10px;
  width: calc(100% - 94px);
}
.inner-page .bottom-details .classes .classes-details .heading-top img {
  width: 15px;
  height: 15px;
  margin-left: 15px;
}
.inner-page .bottom-details .classes .classes-details .sub-name {
  padding: 1px 8px;
  font-size: 12px;
  background: #ebebeb;
  margin-top: 5px;
  border-radius: 5px;
}
.inner-page .bottom-details .classes .classes-details .price-one {
  font-size: 12px;
  margin-top: 5px;
}
.inner-page .bottom-details .classes .classes-details .play-btn {
  width: 18px;
  height: 18px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  border-radius: 50%;
}
.inner-page .bottom-details .classes .classes-details .play-btn svg {
  width: 8px;
  height: 8px;
  display: inline-block;
  fill: #2a7367;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.inner-page .bottom-details .classes .classes-details h4 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 4px;
  line-height: 1;
}
.inner-page .bottom-details .classes .classes-details p {
  font-size: 12px;
  color: gray;
  margin-top: 2px;
  margin-bottom: 5px;
  line-height: 1;
}
.inner-page .bottom-details .classes .classes-details p span {
  color: #000;
}
.inner-page .bottom-details .classes .classes-details .rating svg {
  width: 12px;
  height: 12px;
  display: block;
}
.inner-page .bottom-details .classes .classes-details .rating p {
  font-size: 11px;
  margin: 0 0 0 5px;
  line-height: 1;
}
.inner-page .bottom-details .classes .classes-details .rating li + li {
  margin-left: 2px;
}
.inner-page .bottom-details .details .short-by {
  font-size: 14px;
  font-weight: 600;
}
.inner-page .bottom-details .details h2 {
  font-size: 15px;
  margin-bottom: 0;
}
.inner-page .bottom-details .details select {
  padding: 8px 6px;
  background: #eff3f2;
  border: none;
  width: 160px;
  margin-left: 10px;
  border-radius: 5px;
  font-size: 14px;
}
.inner-page .bottom-details .details select:focus-visible {
  outline: none;
  border: none;
}
.inner-page .inner-heading {
  margin-bottom: 25px;
  margin-top: 25px;
}
.inner-page .inner-heading .text-center {
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0;
}
.inner-page .inner-menu.new .catagory-drop {
  background-color: #fff;
  padding: 15px 10px 10px 15px;
  border-radius: 10px;
  height: 70px;
}
.inner-page .inner-menu.new .catagory-drop .demo-select {
  display: flex;
  margin-top: 7px;
  font-size: 12px;
  margin-bottom: 2px;
}
.inner-page .inner-menu.new .catagory-drop .dropdown {
  padding: 0;
  height: auto;
}
.inner-page .inner-menu.new .catagory-drop .rating-heading.new {
  margin-left: 28px;
}
.inner-page .inner-menu.new .catagory-drop .rating-heading {
  margin-left: 25px;
}
.inner-page .inner-menu.new .catagory-drop .rating-heading h3 {
  font-size: 12px;
  color: #999;
  margin-bottom: 7px;
  margin-top: 0px;
}
.inner-page .inner-menu.new .catagory-drop .dropdown.catagory {
  padding: 0;
  background-color: transparent;
}
.inner-page .inner-menu.new .catagory-drop .list {
  margin-left: 25px;
}
.inner-page .inner-menu.new .catagory-drop .list ul {
  margin-top: 2px;
}
.inner-page .inner-menu.new .catagory-drop .list ul li + li {
  margin-left: 5px;
}
.inner-page .inner-menu.new .catagory-drop .list ul li {
  font-size: 12px;
  padding: 0px 5px;
  background: #f2f2f2;
  border-radius: 2px;
  font-weight: 300;
}
.inner-page .inner-menu.new .catagory-drop .list ul li a {
  color: #999;
  display: flex;
  align-items: center;
}
.inner-page .inner-menu.new .catagory-drop .list ul li a svg {
  width: 8px;
  height: 8px;
  fill: #6e6e6e;
  margin-left: 5px;
}
.inner-page .inner-menu.new .location.new {
  padding: 0;
  display: contents;
}
.inner-page .inner-menu.new .location.new h3 {
  margin-left: 0;
}
.inner-page .inner-menu.new .dropdown button img {
  width: 15px;
  height: 15px;
}
.inner-page .inner-menu.new .dropdown.new button img {
  width: 17px;
  height: 17px;
}
.inner-page .inner-menu {
  background-color: #f8f8f8;
  padding: 15px 20px;
  border: 1px solid #efefef;
  border-radius: 7px;
  margin-bottom: 35px;
}
.inner-page .inner-menu .filter {
  margin-bottom: 15px;
}
.inner-page .inner-menu .filter .heading h2 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.inner-page .inner-menu .filter .apply-filter .clear {
  font-size: 13px;
}
.inner-page .inner-menu .filter .apply-filter .clear a {
  color: #ce8564;
}
.inner-page .inner-menu .filter .apply-filter .apply a {
  font-size: 13px;
  padding: 5px 15px;
  background: #1d7368;
  color: #fff;
  border-radius: 5px;
  margin-left: 15px;
}
.inner-page .inner-menu .toggle-switch {
  background-color: #fff;
  padding: 10px 10px;
  border-radius: 10px;
  position: relative;
  align-items: center;
}
.inner-page .inner-menu .toggle-switch .form-switch {
  margin-bottom: 0;
  margin-left: 15px;
}
.inner-page .inner-menu .toggle-switch h4 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 15px;
}
.inner-page .inner-menu .mobile-menu {
  width: 40px;
  height: 40px;
  background: #fff;
  padding: 6px 6px 6px 6px;
  border: 1px solid #ce8564;
  border-radius: 5px;
}
.inner-page .inner-menu .mobile-menu img {
  width: 35px;
  height: 25px;
}
.inner-page .inner-menu .location {
  background-color: #fff;
  padding: 10px 10px;
  height: 43px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  position: relative;
}
.inner-page .inner-menu .location svg {
  position: absolute;
  top: 27%;
  color: #191919;
  left: 13px;
  width: 15px;
}
.inner-page .inner-menu .location h3 {
  font-size: 12px;
  margin-left: 40px;
  margin-bottom: 0;
}
.inner-page .inner-menu .location .close {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 11px;
  height: 11px;
  transform: translateY(-50%);
}
.inner-page .inner-menu .location .close svg {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  left: 0;
  width: 11px;
  height: 11px;
}
.inner-page .inner-menu .search {
  position: relative;
}
.inner-page .inner-menu .search input {
  background-color: #ffffff;
  border: none !important;
  color: #000000;
  font-size: 13px;
  height: 43px;
  padding-left: 40px;
  border-radius: 10px;
}
.inner-page .inner-menu .search input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(0, 0, 0);
  opacity: 1;
  /* Firefox */
}
.inner-page .inner-menu .search input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(0, 0, 0);
  opacity: 1;
  /* Firefox */
}
.inner-page .inner-menu .search svg {
  position: absolute;
  top: 31%;
  color: #191919;
  left: 13px;
  width: 15px;
}
.inner-page .inner-menu .search .close {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 11px;
  height: 11px;
  transform: translateY(-50%);
}
.inner-page .inner-menu .search .close svg {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  left: 0;
  width: 11px;
  height: 11px;
}
.inner-page .inner-menu .dropdown-toggle::after {
  display: none;
}
.inner-page .inner-menu .dropdown {
  background-color: #fff;
  padding: 10px 10px;
  border-radius: 10px;
  position: relative;
  height: 43px;
}
.inner-page .inner-menu .dropdown .dropdown-menu {
  transform: translate3d(0px, 38px, 0px);
}
.inner-page .inner-menu .dropdown button {
  background: #fff;
  font-size: 13px;
  color: #000;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  width: 100%;
}
.inner-page .inner-menu .dropdown button img {
  width: 14px;
  margin-right: 10px;
}
.inner-page .inner-menu .dropdown button svg {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(-50%, -50%);
}
.inner-page .inner-menu .dropdown .menu {
  display: none;
}
.inner-page .inner-menu .dropdown .menu1 {
  display: none;
}
.inner-page .inner-menu .dropdown a {
  color: black;
}

input input:focus + .slider {
  box-shadow: 0 0 1px #007bff;
}

input:checked + .slider:before {
  transform: translateX(1.4em);
  background-color: #fff;
}/*# sourceMappingURL=innerstyle.css.map */