/* site fonts 
font-family: 'Saira Semi Condensed', sans-serif;
font-family: 'Crete Round', serif;
*/

/*
.form-control::-webkit-input-placeholder { color: #959595; }
.form-control:-moz-placeholder { color:#959595; opacity:1;}
.form-control::-moz-placeholder { color:#959595; opacity:1;}
.form-control:-ms-input-placeholder { color: #959595; }
*/

/*-------- custom gutter -----*/

@import url("https://fonts.googleapis.com/css2?family=Crete+Round&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Saira+Semi+Condensed:wght@400;500;600;700;800;900&display=swap");
.gutter-20.row {
  margin-right: -10px;
  margin-left: -10px;
}

.row.gutter-20 > [class^="col-"],
.row.gutter-20 > [class^=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.gutter-10.row {
  margin-right: -10px;
  margin-left: -10px;
}

.row.gutter-10 > [class^="col-"],
.row.gutter-10 > [class^=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.gutter-5.row {
  margin-right: -2.5px;
  margin-left: -2.5px;
}

.gutter-5 > [class^="col-"],
.gutter-0 > [class^=" col-"] {
  padding-right: 2.5px;
  padding-left: 2.5px;
}

.gutter-0.row {
  margin-right: 0;
  margin-left: 0;
}

.gutter-0 > [class^="col-"],
.gutter-0 > [class^=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.paddingless {
  padding: 0 !important;
}

.marginless {
  margin: 0 !important;
}

/*-------- custom gutter // ends -----*/

/*-------- custom resets -----*/

:root {
  font-size: 16px;
}

body {
  line-height: 1;
  background-color: #f5f6f6;
  font-family: "Arial";
  font-family: "Montserrat", sans-serif;
  font-family: "Open Sans";
}

p {
  line-height: 1.25rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

a {
  color: #00a86b;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0.2s;
}

a:hover,
a:focus {
  color: #00a86b;
  text-decoration: none;
  outline: none;
}

button,
.btn {
  box-shadow: none;
  text-decoration: none;
  outline: none;
  border: none;
}

button:hover,
button:focus,
button:active,
button:visited,
.btn:hover,
.btn:focus,
.btn:active,
.btn:visited,
.btn:active:focus,
button:active:focus {
  box-shadow: none;
  text-decoration: none;
  outline: none;
}

input {
  outline: 0;
  border: none;
}

.marginauto {
  margin: 0 auto;
  float: none;
}

.rmarginbtm {
  margin-bottom: 0 !important;
}

.rmargintop {
  margin-top: 0 !important;
}

.rmarginleft {
  margin-left: 0 !important;
}

.rmarginrgt {
  margin-right: 0 !important;
}

.xmargintop {
  margin-top: 27px;
}

.imgresponsive {
  width: 100%;
}

.alignright {
  text-align: right;
}

.container-fluid.paddingless.align-items-normal {
  align-items: normal;
}

.c--font-14 {
  font-size: 1.076rem;
}

.c--font-15 {
  font-size: 1.153rem;
}

.c--font-16 {
  font-size: 1.23rem;
}

.c--font-17 {
  font-size: 1.307rem;
}

.c--font-18 {
  font-size: 1.384rem;
}

.c--font-19 {
  font-size: 1.461rem;
}

.c--font-20 {
  font-size: 1.538rem;
}

.c--font-21 {
  font-size: 1.615rem;
}

.c--font-22 {
  font-size: 1.692rem;
}

.c--font-23 {
  font-size: 1.769rem;
}

.c--font-24 {
  font-size: 1.846rem;
}

.c--font-25 {
  font-size: 1.923rem;
}

.c--font-26 {
  font-size: 2rem;
}

.c--font-27 {
  font-size: 2.076rem;
}

.c--font-28 {
  font-size: 2.153rem;
}

.c--font-29 {
  font-size: 2.23rem;
}

.c--font-30 {
  font-size: 2.307rem;
}

.min-width-50 {
  min-width: 50px;
}

.min-width-80 {
  min-width: 80px;
}

.min-width-100 {
  min-width: 100px;
}

.min-width-120 {
  min-width: 120px;
}

.min-width-140 {
  min-width: 140px;
}

.min-width-160 {
  min-width: 160px;
}

.min-width-180 {
  min-width: 180px;
}

.min-width-200 {
  min-width: 200px;
}

.min-width-220 {
  min-width: 220px;
}

.min-width-240 {
  min-width: 240px;
}

.min-width-260 {
  min-width: 260px;
}

.min-width-280 {
  min-width: 280px;
}

.min-width-300 {
  min-width: 300px;
}

.min-width-320 {
  min-width: 320px;
}

.min-width-340 {
  min-width: 340px;
}

.min-width-360 {
  min-width: 360px;
}

.min-width-380 {
  min-width: 380px;
}

.min-width-400 {
  min-width: 400px;
}

.width-50 {
  width: 50px;
}

.width-80 {
  width: 80px;
}

.width-100 {
  width: 100px;
}

.width-120 {
  width: 120px;
}

.width-140 {
  width: 140px;
}

.width-160 {
  width: 160px;
}

.width-180 {
  width: 180px;
}

.width-200 {
  width: 200px;
}

.width-220 {
  width: 220px;
}

.width-240 {
  width: 240px;
}

.width-260 {
  width: 260px;
}

.width-280 {
  width: 280px;
}

.width-300 {
  width: 300px;
}

.width-320 {
  width: 320px;
}

.width-340 {
  width: 340px;
}

.width-360 {
  width: 360px;
}

.width-380 {
  width: 380px;
}

.width-400 {
  width: 400px;
}

/*-------- custom resets // ends -----*/

.sitemenu .dropdown-menu.show {
  display: block;
  -webkit-animation: c-dropdown-fade-in 0.3s ease 1,
    c-dropdown-move-up 0.3s ease-out 1;
  animation: c-dropdown-fade-in 0.3s ease 1, c-dropdown-move-up 0.3s ease-out;
}

@-webkit-keyframes c-dropdown-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes c-dropdown-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes c-dropdown-move-up {
  from {
    margin-top: 10px;
  }
  to {
    margin-top: 0;
  }
}

@keyframes c-dropdown-move-up {
  from {
    margin-top: 10px;
  }
  to {
    margin-top: 0;
  }
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: thin dotted #333 !important;
  outline: 0 auto -webkit-focus-ring-color !important;
  outline-offset: 0;
}

.customselectholder .dropdown-item.active,
.customselectholder .dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color: #e1e1e1;
}

.customselectholder .dropdown-item {
  padding: 8px;
  font-size: 14px;
}

.customselectholder .dropdown-menu {
  margin: 0;
  border-radius: 0;
}

.customselectholder.sortingmenu .dropdown-menu {
  left: auto !important;
  right: 0 !important;
}

.customselectholder .bootstrap-select > .dropdown-toggle {
  height: 30px;
  color: #797979;
  font-size: 14px;
  border: 0;
  background: #fff;
  border-radius: 0;
  padding-left: 12px;
  width: 100%;
  line-height: 16px;
  border: 1px solid rgb(235, 235, 235);
}

.customselectholder .wpcf7-form-control-wrap.patient-city {
  display: block;
}

.customselectholder .bootstrap-select:not(.input-group-btn),
.customselectholder .bootstrap-select[class*="col-"] {
  display: block;
}

.slick-slide:focus {
  outline: 0;
}

@font-face {
  font-family: "eb-garamond-regular";
  src: url("../fonts/eb-garamond-regular.woff2") format("woff2");
}

@font-face {
  font-family: "eb-garamond-500italic";
  src: url("../fonts/eb-garamond-500italic.woff2") format("woff2");
}

@font-face {
  font-family: "Saira Semi Condensed", sans-serif;
  src: url("../fonts/MissionGothic-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "MissionGothic-Light";
  src: url("../fonts/MissionGothic-Light.woff2") format("woff2");
}

@font-face {
  font-family: "MissionGothic-Bold";
  src: url("../fonts/MissionGothic-Bold.woff2") format("woff2");
}

/*
font-family: 'Muli-Light';
font-family: 'Muli-ExtraLight';
font-family: 'Muli-Bold';
font-family: 'Muli-SemiBold';
font-family: 'Muli-Regular';
font-family: 'Open Sans', sans-serif;
*/

.wrapper {
}

.site-header {
  transition: all 0.5s;
  background: #fff;
  height: 90px;
  position: static;
  top: 0;
}

.sitemenu-toggler {
  position: absolute;
  right: 0;
  display: none;
}

.site-header.header-onscroll {
  height: 64px;
}

.site-header-inner {
  height: 100%;
}

.site-header-inner.navbar {
  padding: 0;
}

.logo {
}

.logo svg,
.logo img {
  max-height: 65px;
}

.menu-button {
  position: relative;
  top: 3px;
  margin-left: 21px;
  height: 20px;
  cursor: pointer;
}

.site-header-inner .breadcrumb {
  margin-bottom: 0;
  background: none;
}

.site-name {
  text-align: center;
}

.site-name h1 {
  color: #0f6ea8;
  font-size: 32px;
  margin: 0;
  font-family: "Crete Round", serif;
}

.site-navigation {
  background-color: #0f6ea8;
}

.site-navigation ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.site-navigation ul li {
  font-size: 16px;
  text-transform: uppercase;
  list-style: none;
}

.site-navigation .site-header-inner div > ul > li > a {
  color: #fff;
  padding: 25px 0;
  display: block;
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 600;
}

.site-navigation .site-header-inner div > ul > li .dropdown-item {
  color: #626262;
  padding: 10px;
  display: block;
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 600;
  margin: 5px 0;
  display: block;
}

.user-menu-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.user-menu-button .dropdown-item {
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
}

.user-menu-button .dropdown-item.active,
.user-menu-button .dropdown-item:active {
  background-color: #1770ac;
}

.user-menu-button .image-holder {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
}

.user-menu-button .image-holder img {
  width: 100%;
  height: 100%;
}

.user-menu-button .user-login {
  padding: 25px 0;
  display: block;
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: rgba(23, 28, 33, 0.87);
  margin-left: 15px;
  text-transform: uppercase;
}

.user-menu-button .user-login span {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.filter-header {
  border-radius: 0 0 4px 4px;
  background: white;
  box-shadow: 0 2px 8px 0 rgba(23, 28, 33, 0.1);
  height: 130px;
  padding-left: 30px;
  padding-right: 30px;
}

.filter-header.store-filter {
  height: 78px;
}

.makesticky {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  z-index: 100;
}

.filter-header-top {
}

.filter-header-top .guiders-slider {
  margin-top: 15px;
}

.filter-header-top .guiders-slider .guider-label {
  width: 44px;
  height: 43px;
  margin-right: 0;
  margin-left: 0;
  overflow: hidden;
  border-radius: 100%;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}

.filter-header-top .guiders-slider .guider-label input {
  visibility: hidden;
  height: 0;
  position: absolute;
}

.filter-header-top .guiders-slider .guider-label svg,
.filter-header-top .guiders-slider .guider-label img {
  width: 100%;
  height: 100%;
}

.each-guider-holder {
  display: inline-block;
  width: calc(100% - 56px);
  padding: 0;
}

.filter-header-top .guiders-slider .each-guider {
  margin: 0;
  padding: 0;
}

.filter-header-top .guiders-slider .each-guider {
  margin: 0 0;
  padding: 0;
  position: relative;
}

.filter-header-top .guiders-slider .each-guider .per-circle {
  overflow: hidden;
  border-radius: 100%;
  list-style: none;
  margin: 0 5px;
}

.filter-header-top .guiders-slider .each-guider .per-circle img {
  width: 48px;
  max-height: 48px;
  border-radius: 100%;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}

.filter-header-top .guiders-slider .each-guider .slick-prev:before,
.filter-header-top .guiders-slider .each-guider .slick-next:before {
  display: none;
}

.filter-header-top .guiders-slider .each-guider i {
  color: #313131;
  font-size: 19px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}

.filter-header-top .guiders-slider .each-guider .slick-arrow {
  position: absolute;
  top: 22px;
  z-index: 1000;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  line-height: 54px;
  color: #e1e1e1;
  width: 10px;
}

.filter-header-top .guiders-slider .slick-next {
  right: 0;
}

.filter-header-top .guiders-slider .slick-prev {
  left: -4px;
}

.filter-header-top .guiders-search {
  position: relative;
  margin-top: 15px;
}

.filter-header-top .guiders-search input {
  color: #3e3e3e;
  font-size: 14px;
  background-color: #f5f6f6;
  border-radius: 30px;
  height: 46px;
  padding: 3px 0px;
  width: 100%;
  font-family: "Saira Semi Condensed", sans-serif;
  padding-left: 20px;
  padding-right: 50px;
}

.filter-header-top .guiders-search button {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  right: 3px;
  top: 3px;
  background: #a1a1a1;
  color: #fff;
}

.filter-header-top .customselect {
  margin-top: 16px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.filter-header-top .customselect .btn-light,
.filter-header-top
  .customselect
  .btn-light:not(:disabled):not(.disabled).active,
.filter-header-top
  .customselect
  .btn-light:not(:disabled):not(.disabled):active,
.filter-header-top .customselect .show > .btn-light.dropdown-toggle {
  background: none;
  font-size: 12px;
  text-transform: uppercase;
  box-shadow: none !important;
  height: 43px;
  line-height: 34px;
}

.filter-header-top .customselect .bootstrap-select > .dropdown-toggle:after {
  margin-top: 3px;
}

.filter-header-top .customselect .bootstrap-select .dropdown-menu li a {
  font-size: 14px;
  font-weight: 300;
  height: 58px;
  line-height: 48px;
  text-transform: uppercase;
}

.filter-header-top .customselect .bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background: #f5f6f6;
}

.filter-header-top
  .customselect
  .bootstrap-select
  .dropdown-menu
  li.selected
  a {
  background: #eaeaea;
}

.filter-header-top .customselect .bootstrap-select .bs-ok-default:after {
  content: "\f00c";
  display: block;
  width: auto;
  height: auto;
  border-style: solid;
  border-width: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

.filter-header-bottom .customswitchbutton {
  margin-top: 10px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  line-height: 36px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-header-bottom .customswitchbutton .title {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  color: #999;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.customswitchbutton .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 9px;
  margin-top: 7px;
  margin-right: 7px;
}

.customswitchbutton .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.customswitchbutton .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.customswitchbutton .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0px;
  bottom: -6px;
  background-color: #3a3a3a;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.customswitchbutton input:checked + .slider {
  background-color: #0f6ea8;
}

.customswitchbutton input:focus + .slider {
  box-shadow: 0 0 1px #3a3a3a;
}

.customswitchbutton input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.customswitchbutton .slider.round {
  border-radius: 34px;
}

.customswitchbutton .slider.round:before {
  border-radius: 50%;
}

.header-video {
  width: 100%;
}

.clear-filter {
  text-align: right;
  padding-top: 19px;
}

.filter-buttons {
  text-align: center;
  margin-top: 10px;
}

.filter-buttons button {
  height: 43px;
  width: 150px;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-align: center;
  color: #3e3e3e;
  padding-left: 14px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 3px 12px;
  border-radius: 32px;
  margin: 0 5px;
}

.filter-buttons button.submit-filter {
  background: #1770ac;
  color: #fff;
}

.filter-buttons button.clear-filter {
  background-color: rgba(216, 216, 216, 0.73);
}

.main-content {
  padding-bottom: 60px;
}

.filtered-list {
}

.filtered-list .filtered-item {
  margin-top: 24px;
}

.filtered-list .filtered-item .filtered-item-inner {
  background: #fff;
}

.filtered-list .filtered-item .filtered-item-inner .video-holder {
  position: relative;
}

.filtered-list .filtered-item .filtered-item-inner .video-holder img {
  width: 100%;
  max-width: 500;
  margin: 0 auto;
  display: block;
}

.filtered-list .filtered-item .filtered-item-inner .video-holder .video-time {
  width: 72px;
  height: 31px;
  background-color: #f9f9f9;
  font-size: 14px;
  letter-spacing: 0.9px;
  color: #3e3e3e;
  margin-left: 16px;
  margin-bottom: 16px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  bottom: 0px;
  left: 0;
  line-height: 30px;
}

.filtered-list .filtered-item .filtered-item-inner .video-content {
  padding: 18px 40px 62px;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.filtered-list .filtered-item .filtered-item-inner .video-content h4 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
  height: auto;
  color: rgba(23, 28, 33, 0.87);
}

.filtered-list .filtered-item .filtered-item-inner .video-content h4 a {
  color: rgba(23, 28, 33, 0.87);
}

.filtered-list .filtered-item .filtered-item-inner .video-content .video-tags {
}

.filtered-list
  .filtered-item
  .filtered-item-inner
  .video-content
  .video-tags
  span {
  font-size: 14px;
  line-height: 34px;
  display: block;
  color: #3e3e3e;
}

.filtered-list
  .filtered-item
  .filtered-item-inner
  .video-content
  .video-guider-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-top: 24px;
}

.filtered-list
  .filtered-item
  .filtered-item-inner
  .video-content
  .video-guider-thumb
  img {
  width: 38px;
  height: 38px;
  margin-right: 6px;
  border-radius: 100%;
  overflow: hidden;
}

.filtered-list .filtered-item .filtered-item-inner .video-content .guider-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #626262;
  font-family: "eb-garamond-500italic";
  font-style: italic;
}

.level-tabs {
}

.level-tabs .levels-holder {
  margin: 0;
  padding: 0;
  overflow: auto;
  height: auto;
  max-height: 51px;
}

.level-tabs .levels-holder .jspPane {
  display: flex;
}

.jspContainer {
  height: 51px !important;
}

.jspHorizontalBar {
  background: red;
  bottom: 0;
  height: 7px;
}

.level-tabs .levels-holder .jspPane div {
  text-align: center;
  box-sizing: border-box;
  list-style: none;
  width: 200px;
  flex: 0 0 200px;
  height: 46px;
  max-height: 46px;
}

.level-tabs .levels-holder .jspPane div a {
  padding: 15px 10px;
  color: #fff;
  display: block;
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 600;
  background-color: #222d35;
  border-left: 1px solid #2e3d48;
  border-right: 1px solid #2e3d48;
  position: relative;
}

.level-tabs .levels-holder .jspPane div a.locked {
  color: #626262;
}

.level-tabs .levels-holder .jspPane div a.locked:before {
  content: "\f023";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  top: 10px;
  right: 10px;
}

.signup-header {
  padding-top: 60px;
  padding-bottom: 25px;
  text-align: center;
}

.signup-header h4 {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: "Saira Semi Condensed", sans-serif;
  margin-bottom: 10px;
  color: #0f6ea8;
}

.signup-header h3 {
  margin: 15px 0;
  font-size: 48px;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: "Saira Semi Condensed", sans-serif;
}

/* Nabeel */

.meditation-header {
  padding-top: 25px;
  text-align: center;
}

.meditation-header h3 {
  margin: 15px 0;
  font-size: 48px;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: "Saira Semi Condensed", sans-serif;
}

.meditation-header h4 {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: "Saira Semi Condensed", sans-serif;
  margin-bottom: 10px;
  color: #0f6ea8;
}

.feedback-image {
  border-radius: 100%;
  overflow: hidden;
  display: block;
  width: 50px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #000 !important;
}

/* END-NABEEL*/

.regitrstion-form {
  box-shadow: 12px 12px 60px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 40px;
}

.regitrstion-form .input-holder {
  margin-bottom: 20px;
}

.regitrstion-form .input-holder > label {
  font-size: 14px;
  line-height: 34px;
  display: block;
  color: #3e3e3e;
  display: block;
  font-family: "Saira Semi Condensed", sans-serif;
  margin-bottom: 2px;
  margin-left: 2px;
  font-weight: 600;
}

.regitrstion-form .input-holder .form-control,
.regitrstion-form .input-holder .form-control:focus {
  color: #3e3e3e;
  font-size: 13px;
  background-color: #f5f6f6;
  border-radius: 30px;
  height: 46px;
  padding: 3px 0px;
  width: 100%;
  font-family: "Saira Semi Condensed", sans-serif;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: none;
  outline: 0;
  border: 1px solid #ced4da !important;
}

.regitrstion-form .input-holder textarea.form-control,
.regitrstion-form .input-holder textarea.form-control:focus {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.regitrstion-form .input-holder .select-holder {
}

.regitrstion-form .input-holder .select-holder .btn-light,
.regitrstion-form
  .input-holder
  .select-holder
  .btn-light:not(:disabled):not(.disabled).active,
.regitrstion-form
  .input-holder
  .select-holder
  .btn-light:not(:disabled):not(.disabled):active,
.regitrstion-form
  .input-holder
  .select-holder
  .show
  > .btn-light.dropdown-toggle {
  background: none;
  box-shadow: none !important;
  line-height: 40px;
  color: #3e3e3e;
  font-size: 14px;
  background-color: #f5f6f6;
  border-radius: 30px;
  height: 46px;
  padding: 3px 0px;
  width: 100%;
  font-family: "Saira Semi Condensed", sans-serif;
  padding-left: 20px;
  border: 1px solid #ced4da;
}

.regitrstion-form
  .input-holder
  .select-holder
  .bootstrap-select
  > .dropdown-toggle:after {
  margin-top: 1px;
  position: absolute;
  right: 17px;
}

.regitrstion-form
  .input-holder
  .select-holder
  .bootstrap-select
  .dropdown-menu
  li
  a {
  font-size: 14px;
  font-weight: 300;
  height: 58px;
  line-height: 48px;
  text-transform: uppercase;
}

.regitrstion-form
  .input-holder
  .select-holder
  .bootstrap-select
  .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background: #f5f6f6;
}

.regitrstion-form
  .input-holder
  .select-holder
  .bootstrap-select
  .dropdown-menu
  li.selected
  a {
  background: #eaeaea;
}

.regitrstion-form
  .input-holder
  .select-holder
  .bootstrap-select
  .bs-ok-default:after {
  content: "\f00c";
  display: block;
  width: auto;
  height: auto;
  border-style: solid;
  border-width: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

.regitrstion-form .submit-btn button {
  height: 43px;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-align: center;
  color: #3e3e3e;
  padding-left: 14px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 3px 0;
  border-radius: 32px;
  margin: 0 auto;
  background: #1770ac;
  color: #fff;
  display: block;
  width: 100%;
}

.landingpage-header {
  /* background-image: url(../images/landingpage-banner.jpg);
  background-size: cover;*/
  height: 100vh;
}

.landingpage-header .container {
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  /* max-width: 400px; */
  width:100%;
}

.landingpage-header .iframeholder {
  width: 100%;
  height: 100vh;
}

.landingpage-header .iframeholder iframe {
  width: 100%;
  height: 100vh;
}

.landingpage-header .iframeholder #videoblock {
  width: 100%;
  height: 100vh;
}

.landingpage-header-inner {
}

.landingpage-header-inner .inner-content {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: space-around;
  align-items: center;
  /* max-width: 400px; */
  max-width: 100%;
  margin: 0 auto;
}

.landingpage-header-inner .inner-content .top-part {
}

.landingpage-header-inner .inner-content .top-part img {
  /*  width: 150px; */
  width: 180px;
  display: block;
  margin: 0 auto 20px;
}

.landingpage-header-inner .inner-content .top-part p {
  color: #fff;
  font-size: 50px;
  text-align: center;
  line-height: 55px;
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 600;
}

.landingpage-header-inner .inner-content .bottom-part {
}

.landingpage-header-inner .inner-content .bottom-part .start-trail {
  width: 270px;
  max-width: 390px;
  font-size: 16px;
  letter-spacing: 1.5px;
  color: #171c21;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: rgb(254, 229, 142);
  color: rgb(23, 28, 33);
  font-family: "Saira Semi Condensed", sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
}

.landingpage-header-inner .inner-content .bottom-part .login-button {
  margin-top: 20px;
  display: block;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 20px;
  color: #000;
  text-decoration: underline;
  text-align: center;
  font-weight: bold;
}

.trainner-quote {
  height: 100vh;
  background-image: url(../images/beach-workout.jpeg);
  background-position: center top;
  background-size: cover;
  position: relative;
}

.trainner-quote .content {
  z-index: 1;
  /*  max-width: 445px; */
  width: 60%;
  text-align: center;
  color: rgb(117, 117, 117);
  font-family: "eb-garamond-500italic";
  margin: auto;
  font-size: 20px;
  line-height: 35px;
  font-style: italic;
  font-weight: 700;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 30%;
  left: 50%;
}

.trainner-quote .content blockquote::before {
  content: open-quote;
  font-size: 40px;
}

.trainner-quote .content blockquote::after {
  content: close-quote;
  font-size: 40px;
}

.trainner-quote .content .trainner-name {
  font-family: "eb-garamond-500italic";
  font-style: italic;
  font-size: 16px;
}

.landingpage-video-section-bg {
  background: #222d35;
  padding-bottom: 60px;
}

.landingpage-video-section {
  border-radius: 5px;
  overflow: hidden;
  margin-top: 60px;
}

.landingpage-video-section .video-holder {
  position: relative;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
}

.landingpage-video-section .video-holder a {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}

.landingpage-video-section .video-holder a:before {
  /* content: "\f144"; */
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 48px;
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #fff;
}

.landingpage-video-section .video-holder a img {
  width: 100%;
}

.landingpage-video-section .content {
  background: #fff;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
  padding: 24px;
}

.landingpage-video-section .content h3 {
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  font-family: "Crete Round", serif;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.landingpage-video-section .content ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.landingpage-video-section .content li,
.landingpage-video-section .content p {
  color: #3e3e3e;
  font-family: "Saira Semi Condensed", sans-serif;
  margin-top: 10px;
  font-size: 14px;
}

.landingpage-video-section .content .take-alook i {
  margin-right: 5px;
}

.landingpage-video-section .content .take-alook {
  background: #1770ac;
  width: 100%;
  font-size: 16px;
  letter-spacing: 1.5px;
  color: #fff;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-family: "Saira Semi Condensed", sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 20px;
}

.members-reviews {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
}

.members-reviews-header {
  text-align: center;
}

.members-reviews-header h3 {
  font-size: 40px;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
  font-family: "Crete Round", serif;
  font-weight: 600;
}

.members-reviews-header p {
  color: #3e3e3e;
  font-family: "Saira Semi Condensed", sans-serif;
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 40px;
}

.members-testimonials {
  position: relative;
}

.members-testimonials .each-review {
  padding: 15px;
}

.members-testimonials .slick-list {
  padding-top: 15px;
}

.members-testimonials .each-review .each-review-inner {
  background-color: #f5f6f6;
  border-radius: 5px;
  box-shadow: 0 5px 9px 2px rgba(0, 0, 0, 0.1);
}

.members-testimonials .each-review .review-head {
  background: #1770ac;
  padding: 38px 10px 20px 10px;
  text-align: center;
  position: relative;
  border-radius: 5px 5px 0 0;
}

.members-testimonials .each-review .review-head img {
  border-radius: 100%;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  position: absolute;
  width: 50px;
  top: -27px;
  left: 0;
  right: 0;
}

.members-testimonials .each-review .review-head h4 {
  color: #fff;
  font-family: "Saira Semi Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 22px;
  margin: 0 0 10px;
}

.members-testimonials .each-review .review-head h5 {
  color: #fff;
  font-family: "Saira Semi Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}

.members-testimonials .each-review .review-head h5 span {
  color: #fee58e;
}

.review-bottom {
  padding: 25px;
  border-radius: 0 0 5px 5px;
}

.review-bottom p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.2px;
  color: #626262;
  font-family: "eb-garamond-500italic";
  font-style: italic;
  text-align: center;
}

.members-testimonials .slick-arrow {
  font-size: 40px;
  color: #3a3a3a;
}

.members-testimonials .slick-prev:before,
.members-testimonials .slick-next:before {
  display: none;
}

.our-products {
  padding-top: 60px;
  padding-bottom: 60px;
}

.our-products-header {
  text-align: center;
}

.our-products-header h3 {
  font-size: 40px;
  letter-spacing: 1.5px;
  margin-bottom: 45px;
  font-family: "Crete Round", serif;
  font-weight: 600;
}

.our-trainers {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
}

.our-trainers-header {
  text-align: center;
}

.our-trainers-header h3 {
  font-size: 40px;
  letter-spacing: 1.5px;
  margin-bottom: 45px;
  font-family: "Crete Round", serif;
  font-weight: 600;
}

.trainer-image-slider {
}

.each-trainer-image {
}

.each-trainer-image .content {
  padding: 15px;
}

.each-trainer-image .content .image-holder {
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
}

.each-trainer-image .content .image-holder img {
  width: 100%;
}

.trainer-image-slider .slick-slide {
  opacity: 0.3;
}

.trainer-image-slider .slick-current.slick-active {
  opacity: 1;
}

.trainer-image-slider .slick-current.slick-active .image-holder {
  border: 2px solid #1770ac;
}

.trainer-detail-slider {
}

.trainer-detail-slider .each-trainer-detail {
}

.trainer-detail-slider .each-trainer-detail .content {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}

.trainer-detail-slider .each-trainer-detail .content h5 {
  font-size: 20px;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Crete Round", serif;
  font-weight: 600;
}

.trainer-detail-slider .each-trainer-detail .content p {
  color: #3e3e3e;
  font-family: "Saira Semi Condensed", sans-serif;
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
}

.trainer-detail-slider .each-trainer-detail .content span {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #626262;
  font-family: "eb-garamond-500italic";
  font-style: italic;
}

.pricing-section {
  padding-top: 60px;
  padding-bottom: 60px;
  /* background: #fff; */
}

.pricing-section .pricing-section-header {
  text-align: center;
}

.pricing-section .pricing-section-header h3 {
  font-size: 40px;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
  font-family: "Crete Round", serif;
  font-weight: 600;
}

.pricing-section .pricing-section-header p {
  color: #3e3e3e;
  font-family: "Saira Semi Condensed", sans-serif;
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 40px;
}

.pricing-section .pricing-table {
  box-shadow: 12px 12px 60px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 48px 32px;
  border-radius: 10px;
  background: #fff;
}

.pricing-section .pricing-table h4 {
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  font-family: "Crete Round", serif;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 40px;
  height: 110px;
}

.pricing-section .pricing-table .price {
  color: #3e3e3e;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 40px;
  margin-bottom: 16px;
  display: block;
}

.pricing-section .pricing-table .lead {
  color: #f48460;
}

.pricing-section .pricing-table .pricing-table-button {
  height: 43px;
  width: 150px;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-align: center;
  color: #3e3e3e;
  padding-left: 14px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 3px 12px;
  border-radius: 32px;
  margin: 0 auto 15px;
  background: #1770ac;
  color: #fff;
  line-height: 38px;
  display: block;
  border: 1px solid #1770ac;
}

.pricing-section .pricing-table .pricing-table-button:hover {
  background: none;
  color: #3e3e3e;
}

.pricing-section .pricing-table ul {
  line-height: 26px;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.pricing-section .pricing-table ul li {
  padding: 4px 0;
  color: #3e3e3e;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 14px;
}

.footer {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #1770ac;
}

.footer .social-links {
}

.footer .social-links ul {
  margin: 0;
  padding: 0;
}

.footer .social-links ul li {
  font-size: 28px;
  color: #fff;
  display: inline-block;
  margin: 0 10px;
}

.footer .social-links ul li a {
  color: #fff;
}

.footer .footer-menu {
  margin-top: 40px;
}

.footer .footer-menu ul {
  margin: 0;
  padding: 0;
}

.footer .footer-menu ul li {
  color: #fff;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px;
}

.footer .footer-menu ul li a {
  color: #fff;
}

.footer p {
  color: #fff;
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 16px;
  margin-top: 40px;
}

.footer .footer-logo {
  text-align: center;
  margin-top: 40px;
}

.footer .footer-logo img {
  display: block;
  width: 150px;
  margin: 0 auto;
}

.faq-page {
  box-shadow: 12px 12px 60px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 20px 0;
}

.sidebar-inner {
}

.sidebar-inner ul {
  margin: 0;
  padding: 0;
}

.sidebar-inner ul li {
  display: block;
  border-top: 1px solid #ededed;
}

.sidebar-inner ul li a {
  padding: 20px 15px;
  background: #f5f6f6;
  color: #3a3a3a;
  display: block;
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.sidebar-inner ul li:first-child {
  border-top: 0;
}

.accordian-holder {
}

.accordian-holder p {
  color: #3e3e3e;
  font-family: "Saira Semi Condensed", sans-serif;
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
}

.accordian-holder .card-header {
  padding: 5px;
  background: #1770ac;
}

.accordian-holder .card-header h5 {
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  font-family: "Crete Round", serif;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 20px;
  color: #fff;
}

.accordian-holder .card-header h5 button {
  color: #fff;
}

.accordian-holder .card-body p {
  color: #3e3e3e;
  font-family: "Saira Semi Condensed", sans-serif;
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
}

.accordian-holder .card-body ul {
  margin: 0 0 0 20px;
  padding: 0;
}

.accordian-holder .card-body ul li {
  color: #3e3e3e;
  font-family: "Saira Semi Condensed", sans-serif;
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
}

.questionary {
}

.questionary {
  box-shadow: 12px 12px 60px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 40px;
}

.questionary .per-question {
  border-top: 1px solid #ededed;
  margin-top: 20px;
  padding-top: 20px;
}

.questionary .per-question:first-child {
  border: 0;
  margin-top: 0;
  padding-top: 0;
}

.questionary .per-question h5 {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0;
  font-family: "Saira Semi Condensed", sans-serif;
  margin-bottom: 20px;
  color: #212529;
}

.answer-holder .custom-checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  display: block;
  color: #3e3e3e;
  padding-left: 35px;
  cursor: pointer;
}

.answer-holder .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.answer-holder .custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

.answer-holder .custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.answer-holder .custom-checkbox input:checked ~ .checkmark {
  background-color: #0f6ea8;
}

.answer-holder .custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.answer-holder .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.answer-holder .custom-checkbox .checkmark:after {
  left: 7px;
  top: 3px;
  height: 11px;
  width: 7px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.js-video-button {
  cursor: pointer;
}

.landingp-page-header {
  display: none;
}

.landingp-page-header.make-sticky {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.landingp-page-header.make-sticky.site-header {
  transition: all 0.5s;
  /*background: rgba(255, 255, 255, 0.8);*/
  background: #fff;
  height: 68px;
}

.landingp-page-header.make-sticky .logo svg,
.landingp-page-header.make-sticky .logo img {
  /* max-height: 48px; */
  max-height: 55px;
}

.landingp-page-header.make-sticky .site-name h1 {
  color: #0f6ea8;
  font-size: 26px;
}

.landingp-page-header.make-sticky .user-menu-button .image-holder {
  width: 44px;
  height: 44px;
}

.locked-videos {
  position: relative;
}

.locked-videos:before {
  content: "\f023";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000;
  font-size: 19px;
  z-index: 1;
}

.locked-videos img {
  filter: grayscale(100) brightness(0.5);
}

.filtered-list .filtered-item .filtered-item-inner .video-content.price-box {
  padding-bottom: 18px;
}

.filtered-list
  .filtered-item
  .filtered-item-inner
  .video-content.price-box
  .video-tags
  span {
  font-size: 18px;
}

.view-more-products {
  padding-top: 60px;
}

.view-more-products a {
  height: 43px;
  width: 150px;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-align: center;
  color: #3e3e3e;
  padding-left: 14px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 3px 12px;
  border-radius: 32px;
  margin: 0 auto 15px;
  background: #1770ac;
  color: #fff;
  line-height: 38px;
  display: block;
  border: 1px solid #1770ac;
}

.view-more-products a:hover {
  background: none;
  color: #3e3e3e;
}

.subscription-success-badge {
  border-radius: 10px;
  padding: 1px 15px 3px 15px;
  background-color: #28a745;
  color: #fff;
}

.subscription-fail-badge {
  border-radius: 10px;
  padding: 1px 15px 3px 15px;
  background-color: #dc3545;
  color: #fff;
}

.as-seen {
  min-height: 200px;
  background-color: #fff !important;
}

.as-seen img {
  height: 150px;
  margin: auto;
}

.as-seen h3 {
  font-size: 40px;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
  font-family: "Crete Round", serif;
  font-weight: 600;
  margin: auto;
  text-align: center;
}

.book-cover{
  background-image: url("/assets/images/books/cover.webp");
  height: 65vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.heading-title {
  font-size: 40px;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
  font-family: "Crete Round", serif;
  font-weight: 600;
  margin: auto;
  text-align: center;
}

.buy-book-button{
  padding:10px;
}

.buy-book-button i{
  margin-left:10px;
}

.book-content h6, button{
  text-align: center;
}


@media only screen and (max-width: 1480px) {
}

@media only screen and (min-width: 1480px) {
}

@media only screen and (min-width: 1181px) {
}

@media only screen and (min-width: 1020px) {
}

@media only screen and (max-width: 1280px) {
  html {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1600px) {
}

@media only screen and (min-width: 1900px) {
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
}

@media only screen and (min-width: 991px) {
}

@media only screen and (max-width: 1180px) {
  .filter-header {
    height: auto;
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1180px) {
}

@media only screen and (min-width: 992px) and (max-width: 1079px) {
}

@media only screen and (max-width: 991px) {
  .sitemenu-toggler {
    display: block;
    z-index: 1000;
    color: #0f6ea8;
  }
  .site-navigation ul {
    flex-direction: column;
  }
  .site-navigation .site-header-inner div > ul > li > a {
    padding: 15px 0;
  }
}

@media only screen and (max-width: 767px) {
  /*Mobile*/

  .site-header {
    height: auto;
    text-align: center;
  }
  .site-header .logo {
    margin-top: 10px;
  }
  .site-name {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .site-header .text-right {
    text-align: center !important;
  }
  .user-menu-button {
    justify-content: center;
  }
  .filter-header-top .guiders-slider .each-guider .per-circle img {
    max-width: 48px;
    max-height: 48px;
    display: block;
    margin: 0 auto;
  }
  .level-tabs ul {
    overflow-x: scroll;
  }
  .level-tabs ul li {
    min-width: 127px;
  }
  .header-video {
    width: auto;
  }
  .wrapper {
    overflow-x: hidden;
  }

  .as-seen {
    min-height: 150px !important;
  }

  .as-seen img {
    width: 100%;
    height: auto;
    padding: 10px;
  }

  .book-cover{
    background-size: contain;
    height: 300px;
  }

  .book-content{
    margin-bottom:50px;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 410px;
    margin: 1.75rem auto;
  }
}

@media only screen and (max-width: 576px) {
}

@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 420px) {
}

@media only screen and (max-width: 380px) {
}

@media only screen and (max-width: 330px) {
}

@media only screen and (max-width: 330px) {
}
