@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  /* scrollbar-width: thin !important; */
}

body {
  margin: 0;
  font-family: "Jost", sans-serif;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.active-bg {
  background: #008cba !important;
}
.contact-form-secton .text-col {
  display: flex;
  align-items: center;
}

.arm_cancel_subscription_button {
  min-height: 34px !important;
}

.post-438
  .arm_paid_post_current_membership_container
  .arm_current_membership_heading_main,
.post-438
  .arm_current_membership_container
  .arm_current_membership_heading_main {
  display: none !important;
}

.woocommerce .quantity .qty {
  border: 1px solid #000 !important;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  z-index: 999;
  position: relative;
}

.arm_no_plan {
  display: flex !important;
  width: 100% !important;
  text-align: center !important;
}

input[type="number"] {
  -moz-appearance: textfield;
}

::placeholder {
  color: #adacac;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #adacac;
}

::-ms-input-placeholder {
  color: #adacac;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.post-472 .entry-title,
.post-469 .entry-title,
.post-468 .entry-title,
.post-470 .entry-title,
.post-60 h2,
h3.arm_setup_form_title {
  display: none !important;
}

.entry-title {
  padding-top: 10px;
  padding-bottom: 10px;
}

.row-d {
  display: flex;
  flex-wrap: wrap;
}

.container {
  max-width: 1300px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
  box-sizing: border-box;
}

#today {
  position: relative;
  color: #fff;
  z-index: 1;
  font-weight: 400 !important;
  font-size: 14px;
  text-align: center;
  line-height: 17px;
  padding: 5px;
  border-radius: 50%;
  background-color: var(--primary-color);
}

#wp-calendar tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  padding: 3px 5px;
  font-style: normal;
  text-transform: capitalize;
  color: #555;
  font-weight: 500;
  font-size: 13px;
}

main {
  /*  padding-left: 65px;*/
  margin-top: 60px;
}

p,
a,
i,
label {
  font-size: 16px;
  color: #a9aaa9;
  margin: 0;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: var(--primary-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
  color: #26272b;
  margin: 0;
}

.arm_active span.arm_module_plan_cycle_price {
  color: #fff !important;
}

.arm_setup_form_2
  .arm_plan_skin1.arm_setup_column_item:hover
  span.arm_module_plan_cycle_price {
  color: #fff;
}

/* 
.
.
.
.
*/
/* Global Css */
:root {
  --primary-color: #008cba;
  --header-height: 3rem;
  --nav-width: 68px;
  --first-color: #4723d9;
  --first-color-light: #afa5d9;
  --white-color: #f7f6fb;
  --body-font: "Nunito", sans-serif;
  --normal-font-size: 1rem;
  --z-fixed: 100;
}
.mptt-shortcode-wrapper .mptt-shortcode-table {
  background: #c0c0c0;
}

.btn-bg,
.arm_paid_post_buy_now_link {
  text-decoration: none;
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
  color: #fff;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 12px;
  font-weight: 500;
  border-radius: 30px !important;
  transition: 0.3s;
  display: inline-block;
}

.btn-bg:hover,
.arm_paid_post_buy_now_link:hover {
  background-color: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}

.btn-outline {
  background-color: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}

.btn-outline a {
  color: var(--primary-color) !important;
}

.btn-outline:hover {
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
  color: #fff !important;
}

.btn-outline:hover a {
  color: #fff !important;
}

.product .entry-title {
  display: none;
}

.section-heading-container .sub-heading {
  font-size: 26px;
  line-height: 40px;
  font-weight: 500;
  color: #008cba;
  position: relative;
  width: max-content;
  padding-right: 70px;
}

.mixitup-item a {
  position: relative;
  color: #fff;
}

.mixitup-item {
  position: relative;
  background-color: var(--primary-color);
  color: #fff;
  margin-bottom: 10px;
}

.section-heading-container .sub-heading::after {
  content: "";
  background: #ccc;
  width: 50px;
  height: 2px;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.section-heading-container .heading {
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  color: #26272b;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 20px;
}

.section-heading-container .paragraph {
  font-size: 19px;
  line-height: 30px;
  font-weight: 400;
}

.section-heading-container .section-btn-gorup {
  margin-top: 30px;
}

.section-heading-container .section-btn-gorup .left-btn {
  margin-right: 20px;
}

/* Global Css End */
/* 
.
.
.
*/
/* Navbar start */
.header .bx {
  font-size: 35px;
}

.header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  background-color: #fafafa;
  z-index: var(--z-fixed);
  z-index: 999;
  transition: 0.5s;
}

.header_toggle {
  color: var(--first-color);
  font-size: 1.5rem;
  cursor: pointer;
}

.header_img {
  position: fixed;
  left: 46%;
  right: 50%;
  height: 51px !important;
}

.l-navbar {
  display: none !important;
  position: fixed;
  top: 0;
  left: -30%;
  width: var(--nav-width);
  height: 100vh;
  background-color: #fafafa;
  padding: 0.5rem 1rem 0 0;
  transition: 0.5s;
  z-index: var(--z-fixed);
}

.l-navbar.sidebarNavhideshow {
  display: flex !important;
  width: 250px;
}

.nav {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.nav_logo,
.nav_link {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  column-gap: 1rem;
  padding: 0.5rem 0 0.5rem 1.5rem;
}

.nav_list {
  overflow: hidden;
}

div.nav_list li.menu-item a {
  color: #26272b;
  position: relative;
  margin-bottom: 10px;
  transition: 0.3s;
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  column-gap: 1rem;
  padding: 0.5rem 0 0.5rem 1.5rem;
}

div.nav_list li.menu-item.current-menu-item a,
div.nav_list li.menu-item.current-menu-item a i {
  color: #008cba;
}

.nav_logo {
  margin-bottom: 2rem;
}

.nav_logo-icon {
  font-size: 1.25rem;
  color: var(--white-color);
}

.nav_logo-name {
  color: var(--white-color);
  font-weight: 700;
}

.nav_link {
  position: relative;
  color: var(--first-color-light);
  margin-bottom: 1.5rem;
  transition: 0.3s;
}

.nav_link:hover {
  color: var(--white-color);
}

.nav_icon {
  font-size: 1.25rem;
}

.sidebar-show {
  left: 0;
}

.body-pd {
  padding-left: 0;
}

.active {
  color: var(--white-color);
}

.active::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 32px;
  background-color: var(--white-color);
}

.height-100 {
  height: 100vh;
}

.nav_list .nav_name,
.nav_list .nav_icon {
  color: #26272b;
}

.nav_list .active .nav_name,
.nav_list .active .nav_icon {
  color: var(--primary-color);
}

/*#header .header-content.header_toggle{
    margin-right: 240px;
}*/
#header .header-content {
  height: 100%;
  display: flex;
  align-items: center;
}

button.btn-bg li.menu-item {
  list-style-type: none;
}

button.btn-bg li.menu-item a {
  color: #fff;
  transition: 0.3s;
}

button.btn-bg:hover li.menu-item a {
  color: var(--primary-color);
}

#header .btn-bg {
  /*border-radius: 0 !important;
  padding: 8px 25px;*/
}

#header .btn-primary {
  text-decoration: none;
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
  color: #fff;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 12px;
  font-weight: 500;
  border-radius: 30px !important;
  transition: 0.3s;
  display: inline-block;
}

#header .header-content input[type="search"] {
  padding: 7px;
  height: 40px;
}

#header .header-content input[type="search"]:focus {
  outline: none;
}

.header_img img {
  /*width: 100%;*/
  height: 100%;
  object-fit: contain;
  max-width: 200px;
}

.nav-bar .modal-content {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 50px;
  position: relative;
}

.nav-bar .modal-content .modal-content-main {
  width: 100%;
  text-align: center;
}

.nav-bar .modal-content button.close {
  text-align: center;
  background: transparent;
  border: none;
  padding: 0;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 35px;
  top: 35px;
}

.nav-bar .modal-content button.close span {
  font-size: 45px;
  line-height: 45px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-bar .modal-content .modal-content-main h2 {
  margin-bottom: 30px;
}

.nav-bar .modal-content .modal-content-main .form-control {
  margin-bottom: 10px;
  height: 50px;
  border-radius: 2px;
}

.nav-bar .modal-content .modal-content-main .form-control:focus {
  box-shadow: none;
  outline: none;
}

.nav-bar .modal-content .modal-content-main input[type="submit"] {
  background-color: var(--primary-color);
  border: none;
  padding: 10px 40px;
  border-radius: 2px;
  color: #fff;
  margin-top: 12px;
}

.nav-bar .modal-content .modal-content-main .SignInFormDivider {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 10px;
}

.nav-bar .modal-content .modal-content-main .SignInFormDivider::after {
  position: absolute;
  content: "";
  background-color: rgb(197, 209, 215);
  height: 1px;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.nav-bar .modal-content .modal-content-main .SignInFormDivider p {
  background-color: #fff;
  z-index: 9;
  padding: 0 20px;
}

.arm_popup_member_form,
.arm_popup_member_setup_form {
  top: 20% !important;
  margin-top: 0 !important;
}

/* Navbar End */

/* search bar */
#header .header_content .openBtn {
  background: #f1f1f1;
  border: none;
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
  background-color: transparent;
  margin-right: 20px;
}

#header .header_content .openBtn:hover {
  background: transparent;
}

#header .header_content .overlay {
  height: 60px;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  background-color: #fff;
}

#header .header_content .overlay-content {
  position: relative;
  top: 10px;
  width: 90%;
  text-align: center;
  margin: auto;
}

#header .header_content .overlay input[type="search"] {
  font-size: 17px;
  border: none;
  float: left;
  width: calc(100% - 70px);
  background: #f5f5f5;
}

#header .header_content .overlay input[type="search"]:hover {
  background: #f1f1f1;
}

#header .header_content .overlay button {
  float: left;
  width: 70px;
  padding: 5px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
  height: 40px;
}

#header .header_content .overlay button:hover {
  background: #bbb;
}

#header .header_content .overlay-content form {
  position: relative;
}

#header .header_content .overlay .closebtn {
  position: absolute;
  right: -35px;
  font-size: 40px;
  cursor: pointer;
  color: #000;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
}

#header .header_content .overlay .closebtn i {
  font-size: 25px;
}

#header .header_content .overlay .closebtn:hover {
  color: #ccc;
}

#header .header-content a {
  height: 100%;
}

/* search bar end */
/* 
.
.
.
.
*/
/* --------- Banner design start ----------- */
.home-banner-section {
  background-image: url("../images/home-banner4.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -5px;
}

.home-banner-section .bg {
  height: 725px;
}

.home-banner-section .btn-bg {
  margin-bottom: 150px;
}

.home-banner-section .cont-banner {
  display: flex;
  height: 725px;
  align-items: end;
}

.home-banner-section .section-heading-container .heading {
  color: #fff;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

.home-banner-section .section-heading-container .paragraph {
  color: #fff;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.home-banner-section .banner-content {
  text-align: center;
  width: 100%;
}

.home-banner-section .section-heading-container .sub-heading {
  margin: 0 auto;
}

.home-banner-section .send-gift {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-top: 50px;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  display: block;
  width: max-content;
}

/* --------- Banner design end ----------- */
/* 
.
.
.
.
.
.
*/
/* --------- benefits-of-yoga-section start ----------- */
.benefits-of-yoga-section {
  padding: 80px 0;
  /* background-color: #f5f5f5; */
}

.benefits-of-yoga-section .container {
  /* max-width: 1180px; */
}

.benefits-of-yoga-section .row-d {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-top: 50px;
}

.global-h4 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: #26272b;
}

.benefits-of-yoga-section .content-card {
  border-radius: 5px;
  overflow: hidden;
}

.benefits-of-yoga-section .content-card img {
  width: 100%;
  transition: all 300ms ease-in 0s;
}

.benefits-of-yoga-section .content-card .benefits-card-body {
  text-align: center;
  padding: 20px 15px;
  border: 2px solid #eeeeee;
  position: relative;
}

.benefits-of-yoga-section .content-card .img-col {
  overflow: hidden;
}

.benefits-of-yoga-section .content-card .global-h4 {
  margin-bottom: 7px;
}

.benefits-of-yoga-section .content-card:hover img {
  transform: scale(1.1);
}

.benefits-of-yoga-section .content-card .benefits-card-body:before {
  background: rgba(0, 0, 0, 0.5)
    linear-gradient(130deg, #26272b, rgb(44, 179, 198)) repeat scroll 0 0;
  background: -moz-linear-gradient(130deg, #26272b, rgb(44, 179, 198)) repeat
    scroll 0 0;
  background: -webkit-gradient(130deg, rgb(44, 179, 198), #26272b) repeat scroll
    0 0;
  background: -webkit-linear-gradient(130deg, rgb(44, 179, 198), #26272b) repeat
    scroll 0 0;
  background: -o-linear-gradient(130deg, #26272b, rgb(44, 179, 198)) repeat
    scroll 0 0;
  background: -ms-linear-gradient(130deg, rgb(44, 179, 198), #26272b) repeat
    scroll 0 0;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: all 300ms ease-in 0s;
  width: 0%;
}

.benefits-of-yoga-section .content-card:hover .benefits-card-body:before {
  width: 100%;
}

/* --------- benefits-of-yoga-section end ----------- */
/* 
.
.
.
.
.
.
*/
/* --------- popular-yoga-courses-section start ----------- */
.popular-yoga-courses-section {
  padding: 80px 0;
  z-index: 1;
  position: relative;
  background-color: #fff;
}
.archivesec #dropdown-main-cont {
  margin-bottom: 20px;
}
button.btn-bg.btn-outline.btnFreeclass a {
  line-height: 0;
}

.popular-yoga-courses-section .row-d.box-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-top: 60px;
}

.popular-yoga-courses-section .section-heading-container .heading {
  margin-bottom: 50px;
}

.popular-yoga-courses-section ul.row-d {
  margin: 0;
  padding: 0;
  justify-content: center;
}

.popular-yoga-courses-section .content img {
  width: 100%;
}

.popular-yoga-courses-section .mixitup-item,
.videotutorials .mixitup-item {
  list-style: none;
  margin-right: 10px;
  cursor: pointer;
  background-color: #f7f6fb;
  color: #26272b;
  font-size: 13px;
  font-weight: 600;
  line-height: 26px;
  padding: 8px 20px 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 5px !important;
}

.popular-yoga-courses-section .mixitup-control-active,
.videotutorials .mixitup-control-active {
  position: relative;
  background-color: #008cba;
  color: #fff;
}

.popular-yoga-courses-section .mixitup-control-active::before {
  position: absolute;
  content: "";
  background-color: lightgray;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 5px !important;
  left: -7px;
  top: -7px;
  opacity: 1;
}

.popular-yoga-courses-section .mixitup-item:last-child {
  margin-right: 0;
}
#yogaarchieve,
#yogaclasses,
#teacherabout,
#teacherclasses,
#teacherplaylists {
  border-radius: 35px !important;
}

.popular-yoga-courses-section .box-item img {
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
}

/* boxbox grid*/
.popular-yoga-courses-section .box-item {
  border-radius: 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 80px;
  margin-top: 80px;
}

/* boxbox grid*/
.popular-yoga-courses-section .box-item .img-col {
  position: relative;
}

.popular-yoga-courses-section .box-item .img-col::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transform: scaleY(0.5);
  transform-origin: 0;
  transition: all 0.3s ease 0s;
  border-radius: 15px;
}

.popular-yoga-courses-section .content-card:hover .img-col::before {
  opacity: 1;
  transform: scaleY(1);
}

.popular-yoga-courses-section .box-item .content-card {
  position: relative;
}

.popular-yoga-courses-section .box-item .top-text {
  position: absolute;
  top: 0;
  margin: 15px;
  background-color: #008cba;
  border-radius: 25px;
  padding: 5px 20px;
  color: #fff;
  font-weight: 500;
}

.popular-yoga-courses-section .box-item .global-h4 {
  position: absolute;
  background-color: #fff;
  color: #26272b;
  box-shadow: 0 1px 0 #eee;
  font-size: 18px;
  font-weight: 500;
  border-radius: 30px;
  left: 0;
  text-align: center;
  bottom: -23px;
  margin: 0 auto;
  padding: 15px 0;
  z-index: 1;
  right: 0;
  width: 83%;
  transition: all 0.3s ease 0s;
}

.popular-yoga-courses-section .box-item .global-h4::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 0%;
  background-color: var(--primary-color);
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 25px;
}

.popular-yoga-courses-section .content-card:hover .global-h4::before {
  height: 100%;
}

.popular-yoga-courses-section .content-card:hover .global-h4 {
  color: #fff;
}

.popular-yoga-courses-section .popular-get-into {
  margin-top: 100px;
}

.popular-yoga-courses-section .popular-get-into p,
.popular-yoga-courses-section .popular-get-into a {
  font-size: 21px;
  line-height: 28px;
  font-weight: 500;
}

.popular-yoga-courses-section .popular-get-into a {
  text-decoration: underline;
  color: #008cba;
}

/* --------- popular-yoga-courses-section end ----------- */
/* 
.
.
.
. 
.
.
*/
/* --------- yoga-poses-section css start ----------- */
.yoga-poses-section {
  padding: 80px 0;
}
.popular-yoga-courses-section-filter .container,
.yoga-poses-section .container,
.breadcrumbs-section#tutorial-page-breadcrumbs .container {
  max-width: 1600px;
}
.home #yogaclasseslist .container {
  max-width: 1300px;
}
section.yoga-poses-section.yoga-poses-home .container {
  max-width: 1300px;
}

section.yoga-poses-section.yoga-poses-home #video-class-card {
  padding-top: 30px;
}

section.yoga-poses-section.yoga-poses-home #video-class-card .content {
  grid-template-columns: repeat(3, 1fr);
}

#tutorial-page-breadcrumbs .section-heading-container {
  max-width: 500px !important;
}

#bottom_section_hero {
  padding: 235px 0 !important;
}

#bottom_section_hero .inner_content {
  display: flex;
  justify-content: flex-end;
}

#bottom_section_hero .content {
  max-width: 300px;
}

.yoga-poses-section
  .poses-box-list
  .content-card:hover
  .benefits-card-body
  .global-h4,
.yoga-poses-section .poses-box-list .content-card:hover .benefits-card-body a {
  color: var(--primary-color);
}

.yoga-poses-section .poses-box-list .content-card:hover .img-col img {
  transform: scale(1.1);
}

.yoga-poses-section .box-menu,
.popular-yoga-courses-section-filter .box-menu {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}

.yoga-poses-section ul.row-d {
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

.yoga-poses-section .yoga-poses-form-cont,
.popular-yoga-courses-section-filter .yoga-poses-form-cont {
  max-width: 280px;
  width: 100%;
  position: relative;
}

.yoga-poses-section .yoga-poses-form-cont .search,
.popular-yoga-courses-section-filter .search {
  padding: 7px;
  padding-left: 35px;
  position: relative;
  background-color: rgba(245, 247, 247, 1);
  border: none;
  height: 40px;
  border-radius: 3px !important;
  /* max-width: 270px; */
  width: 100%;
}

.yoga-poses-section .yoga-poses-form-cont button,
.popular-yoga-courses-section-filter .yoga-poses-form-cont button {
  background-color: transparent;
  border: none;
  padding: 0;
  width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yoga-poses-section .yoga-poses-form-cont .xmark {
  position: absolute;
  right: 10px;
}

section.yoga-poses-section.yoga-poses-home {
  background-color: #f9f9fb;
}

.yoga-poses-section .yoga-poses-form-cont .search-icon,
.popular-yoga-courses-section-filter .yoga-poses-form-cont .search-icon {
  position: absolute;
  z-index: 9;
  left: 10px;
}

.yoga-poses-section .yoga-poses-form-cont .search:focus,
.popular-yoga-courses-section-filter .yoga-poses-form-cont .search:focus {
  outline: none;
}
.teachers_details .mixitup-item,
.yoga-poses-section .mixitup-item {
  list-style: none;
  margin-right: 10px;
  cursor: pointer;
  background-color: #f7f6fb;
  color: #26272b;
  font-size: 13px;
  font-weight: 600;
  line-height: 26px;
  padding: 8px 20px 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 5px !important;
}

.yoga-poses-section .mixitup-control-active::before {
  position: absolute;
  content: "";
  background-color: lightgray;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 5px !important;
  left: -7px;
  top: -7px;
  opacity: 1;
}

.yoga-poses-section .mixitup-control-active {
  position: relative;
  background-color: var(--primary-color);
  color: #fff;
}

.yoga-poses-section .row-d.poses-box-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}

.yoga-poses-section .poses-box-list .content {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  margin-top: 35px;
}

.yoga-poses-section .poses-box-list img {
  width: 100%;
  object-fit: cover;
  height: 260px;
  object-position: bottom center;
  transition: 0.3s;
}

.yoga-poses-section .poses-box-list .content-card {
  position: relative;
  overflow: hidden;
}

.yoga-poses-section .poses-box-list .content-card .benefits-card-body {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 30px;
}

.yoga-poses-section
  .poses-box-list
  .content-card
  .benefits-card-body
  .global-h4 {
  margin-bottom: 15px;
  transition: 0.3s;
}

.yoga-poses-section .poses-box-list .content-card .benefits-card-body a {
  transition: 0.3s;
}

/* --------- yoga-poses-section css end ----------- */
/* 
.
.
.
.
.
.
*/
/* --------- class-schedule-section css start ----------- */
.class-schedule-section {
  padding: 80px 0;
}

.class-schedule-section .section-heading-container {
  margin-bottom: 50px;
}

.class-schedule-section .section-heading-container p {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  font-size: 19px;
  line-height: 30px;
}

/* --------- class-schedule-section css end ----------- */
/* 
.
.
.
.
.
.
*/
/* --------- all-series-section css start ----------- */
.all-series-section {
  padding: 80px 0;
  background-color: #f9f9fb;
}

.all-series-section .row-d {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  padding-top: 30px;
}

.all-series-section .content {
}

.all-series-section .content .bg {
  position: relative;
}

.all-series-section .content .bg:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  position: absolute;
  transition: 0.3s;
}

.all-series-section .content .inner-text .global-h4 {
  position: absolute;
  right: 50%;
  transform: translate(50%);
  top: 50%;
  color: #fff;
  text-transform: uppercase;
  transition: 0.3s;
}

.all-series-section .content:hover .inner-text .global-h4 {
  color: var(--primary-color);
}

.all-series-section .content:hover .bg:before {
  background: rgba(0, 0, 0, 0.4);
}

.all-series-section .content img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

/* --------- all-series-section css end ----------- */
/* 
.
.
.
.
.
.
*/
/* --------- get-inspired-section css start ----------- */
.common-small-heading {
  font-size: 24px;
  line-height: 1.1em;
  color: #26272b;
  font-weight: 500;
  margin: 0;
}

.get-inspired-section .get-inspired-col .section-heading-container .heading,
.get-inspired-section .content p {
  color: #008cba;
}

.get-inspired-section .section-heading-container .heading {
  font-size: 40px;
}

.get-inspired-section {
  background-color: #f9f9fb;
}

.get-inspired-section .content {
  display: block;
  border: solid 1px #b6cdcd;
  border-radius: 4px;
  padding: 30px;
  /* min-height: 170px; */
  height: 100%;
}

.get-inspired-section .content .common-small-heading {
  margin-bottom: 30px;
  font-weight: 500;
  color: #008cba;
}

.get-inspired-section .get-inspired-col .row-d {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.get-inspired-section input[type="email"] {
  padding: 7px;
  height: 45px;
  border: none;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  border-radius: 3px;
}

.get-inspired-section input[type="email"]:focus {
  box-shadow: none;
  outline: none;
}

.get-inspired-section .get-inspired-form-col {
  background-image: url("../images/get-inspired-section.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.get-inspired-section .get-col-same {
  padding: 80px 0;
}

/* .get-inspired-section .get-inspired-col {
  width: 70%;
} */
.get-inspired-section
  .get-inspired-form-col
  .section-heading-container
  .heading {
  color: #fff;
}

.get-inspired-section .get-inspired-form-col p {
  color: rgba(255, 255, 255, 0.7);
}

.get-inspired-section .checkbox-cont input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.get-inspired-section .checkbox-cont input:focus {
  outline: none;
}

.get-inspired-section form .btn-bg {
  margin-top: 30px;
  max-width: 170px;
  width: 100%;
}

/* --------- get-inspired-section css end ----------- */
/* 
.
.
.
.
.
.
*/
/* --------- our-yoga-shop-section css start ----------- */
.our-yoga-shop-section {
  padding: 80px 0;
}

/* --------- our-yoga-shop-section css end ----------- */
/* 
.
.
.
.
.
.
*/
/* --------- .footer-section css start ----------- */
.footer {
  padding: 80px 0;
  /*  padding-left: 65px;*/
  background-color: #fafafa;
  padding-bottom: 60px;
}

.footer .global-h4,
.footer span {
  margin-bottom: 20px;
}

.footer p,
.footer a,
.footer span {
  font-weight: 500;
}

.footer .container {
  max-width: 1460px;
}

.footer .first-col .btn-bg {
  border-radius: 0 !important;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  max-width: 300px;
}

.footer .first-col .btn-bg i {
  color: var(--primary-color);
  margin-left: 7px;
  transition: 0.3s;
}

.footer .first-col .btn-bg:hover i {
  color: #fff;
}

.footer .footer-social {
  margin-top: 15px;
}

.footer .footer-social ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .footer-social ul li {
  list-style-type: none;
  margin-right: 50px;
}

.footer .footer-social ul li:last-child {
  margin-right: 0;
}

.footer .footer-social ul li i {
  font-size: 25px;
  background-color: var(--primary-color);
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  border: 2px solid var(--primary-color);
  transition: 0.3s;
}

.footer .footer-social ul li i:hover {
  background-color: transparent;
  color: var(--primary-color);
}

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

.footer ul li {
  list-style-type: none;
}

.footer .last-col .btn-bg {
  border-radius: 0 !important;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
}

.footer .last-col .btn-bg:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.footer .review-cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 15px;
}

.footer .row-d {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer .last-col input[type="email"] {
  padding: 7px;
  height: 40px;
  border: none;
  border-right: none;
  max-width: 210px;
  width: 100%;
}

.footer .last-col input[type="email"]:focus {
  box-shadow: none;
  outline: none;
}

/* .footer .last-col .input-con-main {
  margin-top: 10px;
} */
.footer .last-col i {
  color: #fff;
}

.footer .last-col .review-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer .last-col .review-item img {
  height: 25px;
  width: 60px;
  object-fit: contain;
  margin-bottom: 5px;
}

.footer .social-footer {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #e5e5e5;
}

.footer .social-footer ul {
  display: flex;
}

.footer .social-footer ul li:not(:last-child) {
  margin-right: 10px;
}

.footer .social-footer ul li a {
  /* padding: 10px;s */
  /* background: #666666; */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
}

.footer .social-footer ul li a i {
  font-size: 22px;
  color: #26272b;
}

.footer .social-footer small,
.footer .social-footer small a {
  font-size: 13px;
}

.footer .social-footer small a {
  color: var(--primary-color);
}

.footer .social-footer ul li a:hover i {
  color: var(--primary-color);
}

/* --------- all-series-section-section css end ----------- */
/* 
.
.
.
.
.
.
.
*/
/* ==========================================
=============== Contact page ================
============================================= */
.breadcrumbs-section {
  background-image: url("../images/breadcrumbs-image.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -5px;
}

.breadcrumbs-section-footer {
  background-image: url("../images/bottom_banner_image_flipped.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -5px;
}

.breadcrumbs-section .bg {
  padding-top: 150px;
  padding-bottom: 50px;
}

.details-google-map-section {
}

.details-google-map-section .row-d {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.details-google-map-section .text-col {
  background-color: var(--primary-color);
  padding: 50px;
  padding-top: 70px;
}

.details-google-map-section .text-col .content h3 {
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
}

.details-google-map-section .text-col .content h3::before {
  position: absolute;
  content: "";
  background-color: #fff;
  height: 3px;
  width: 80px;
  bottom: 0;
}

.details-google-map-section .text-col .content .address,
.details-google-map-section .text-col .content p,
.details-google-map-section .text-col .content a {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
}

.details-google-map-section .text-col .content .address {
  margin-top: 20px;
  margin-bottom: 30px;
}

.google-map .content {
  line-height: 0;
}

.form-section {
  padding: 80px 0;
}

.form-section .container {
  max-width: 1180px;
}

.form-section .section-heading-container p {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  font-size: 19px;
  line-height: 30px;
}

.form-section .form-main {
  margin-top: 50px;
}

.form-section .form-main input,
.form-section .form-main textarea {
  border: 1px solid #cccccc;
  padding: 15px;
  border-radius: 0 !important;
  width: 100%;
  box-sizing: border-box;
  height: 60px;
}

.form-section .form-main textarea {
  height: 150px;
  margin-bottom: 35px;
}

.form-section .form-main input:focus,
.form-section .form-main textarea:focus {
  outline: none;
}

.form-section .form-main .input-group {
  display: flex;
  margin-bottom: 35px;
  column-gap: 4%;
}

.form-section .form-main .input-group div {
  width: 48%;
}

.form-section .form-main .btn-submit-cont {
  text-align: right;
}

.form-section .form-main input[type="submit"] {
  max-width: 160px;
  width: 100%;
  padding: 12px 25px;
  border-radius: 30px !important;
  background-color: var(--primary-color);
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  border: 0;
}

.contact-form-secton {
  padding: 80px 0;
}

.contact-form-secton .text-col,
.contact-form-secton .form-col {
  width: 50%;
}

.contact-form-secton .text-col .last-p {
  margin-top: 30px;
}

.contact-form-secton .text-col .last-p a {
  text-decoration: underline;
  transition: 0.3s;
}

.contact-form-secton .text-col .last-p a:hover {
  text-decoration: none;
}

.contact-form-secton .text-col .inner-content {
  padding-right: 50px;
}

.contact-form-secton form {
  box-sizing: border-box;
  width: 100%;
  background: #f4f4f4;
  padding: 48px 68px 63px 56px;
}

.contact-form-secton form .input-group-main:not(:last-child) {
  margin-bottom: 15px;
}

.contact-form-secton form .input-fild {
  width: 100%;
  box-sizing: border-box;
  height: 48px;
  background: #fff;
  border: 1px solid transparent;
  padding: 8px;
  border-radius: 2px;
}

.contact-form-secton form .input-fild:focus {
  outline: none;
}

.contact-form-secton form .input-fild.btn {
  width: max-content;
  background-color: var(--primary-color);
  border: none;
  outline: none;
  line-height: 48px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 0 25px;
  border-radius: 25px;
}

.contact-form-secton form textarea.input-fild {
  height: 144px;
}

.contact-form-secton form label {
  margin-bottom: 3px;
}

/* 
.
.
.
.
.
.
.
*/
/* ==========================================
=============== Single page =================
============================================= */
.single-details-section img {
  width: 100%;
}

.single-details-section {
  padding: 80px 0;
}

.single-details-section .details-img-col {
  width: 74%;
}

.single-details-section .details-small-col {
  width: 23%;
  margin-left: 3%;
}

.single-details-section .img-details-description {
  width: 30%;
}

.single-details-section .img-details-description {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 55px;
}

.single-details-section .img-details-description .content img,
.single-details-section .img-details-description .content i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.single-details-section .img-details-description .content .global-h4 {
  color: var(--primary-color);
  margin-bottom: 5px;
}

.single-details-section .single-mian-img-big {
  border-radius: 15px;
  overflow: hidden;
}

.single-details-section .information-schedule {
  margin-top: 60px;
  border-top: 1px solid #cccccc;
  padding-top: 35px;
}

.single-details-section .information-schedule .content {
  width: 50%;
}

.single-details-section .information-schedule .information {
  padding-right: 15px;
}

.single-details-section .information-schedule .information .inner-content {
  box-shadow: 0 0 20px rgb(51 51 51 / 30%);
  border-radius: 10px;
  padding: 30px;
}

.single-details-section .information-schedule .schedule {
  padding-left: 15px;
}

.single-details-section .global-h4.common_h4 {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 25px;
}

.single-details-section p.common-p {
  line-height: 35px;
  font-size: 18px;
  margin-bottom: 10px;
}

.single-details-section p.common-p:last-child {
  margin: 0;
}

.single-details-section .introduction-theclass {
  margin-top: 55px;
}

.single-details-section .introduction-theclass .check-h4-cont {
  padding-top: 25px;
}

.single-details-section .introduction-theclass .check-h4-cont i {
  color: var(--primary-color);
  font-size: 20px;
  margin-right: 15px;
}

.single-details-section .double-image-col {
  margin: 50px 0;
}

.single-details-section .double-image-col .img-col {
  width: 50%;
}

.single-details-section .double-image-col .left .inner-col {
  padding-right: 15px;
}

.single-details-section .double-image-col .right .inner-col {
  padding-left: 15px;
}

.single-details-section .double-image-col .img-col img {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 12px 18px -6px rgb(0 0 0 / 30%);
  height: 285px;
  object-fit: cover;
  object-position: center center;
}

.missing-content {
  color: red;
  font-weight: 500;
  font-size: 25px;
  text-align: center;
}

.single-details-section .details-small-col .shadow-container {
  border-radius: 5px;
  box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
  padding: 20px;
  margin-bottom: 30px;
}

.single-details-section .details-small-col .shadow-container:last-child {
  margin-bottom: 0;
}

.single-details-section .details-small-col form {
  max-width: 280px;
  width: 100%;
  position: relative;
}

.single-details-section .details-small-col form .search {
  padding: 10px;
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  height: 40px;
  border-radius: 25px !important;
  width: 100%;
}

.single-details-section .details-small-col form .search:focus {
  outline: none;
}

.single-details-section .details-small-col form .search-btn {
  position: absolute;
  z-index: 9;
  right: 0;
  background-color: var(--primary-color);
  border: none;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #fff;
  border-radius: 25px !important;
}

.single-details-section .details-small-col .global-h4.common_h4 {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  position: relative;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.single-details-section .details-small-col .global-h4.common_h4:after {
  content: "";
  border-top: 3px solid var(--primary-color);
  display: block;
  position: absolute;
  bottom: -2px;
  width: 30px;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.single-details-section
  .details-small-col
  .shadow-container:hover
  .global-h4.common_h4:after {
  width: 60px;
}

.single-details-section .details-small-col .shadow-container a {
  color: #2d2d2d;
  font-weight: 500;
  line-height: 28px;
}

.single-details-section .details-small-col .shadow-container a:hover {
  color: var(--primary-color);
}

.single-details-section ul {
  margin: 0;
  padding: 0;
}

.single-details-section ul li {
  list-style-type: none;
}

.single-details-section .details-small-col .shadow-container ul li {
  margin-top: 20px;
}

/* Poses page */

.poses-single-page.single-details-section .introduction-theclass {
  margin-top: 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.poses-single-page .poses-ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.poses-single-page .poses-ul li:last-child {
  margin-bottom: 0;
}

.poses-single-page .poses-ul li i {
  font-size: 7px;
  line-height: 35px;
  margin-right: 15px;
}

.poses-single-page.single-details-section
  .introduction-theclass.introduction-margin {
  margin-top: 30px;
}

.poses-single-page .details-small-col .video-col {
  margin-top: 50px;
}

.poses-single-page .details-small-col .video-col .global-h4 {
  margin-bottom: 10px;
}

.poses-single-page .details-small-col .video-col video {
  width: 100%;
  height: auto;
}

.poses-design-single-page .yoga-poses-section {
  padding-top: 0;
}

.poses-design-single-page .yoga-poses-section .container {
  max-width: 1300px;
}

.poses-design-single-page .yoga-poses-section .row-d.poses-box-list {
  grid-template-columns: repeat(3, 1fr);
}

.single-details-section.yoga-poses-section .poses-box-list .content {
  grid-template-columns: repeat(3, 1fr);
}

.poses-design-single-page .single-details-section.pose-pose {
  padding-bottom: 60px;
}

/* 
.
.
.
.
.
.
.
*/
/* ==========================================
=============== Single page =================
============================================= */
.price-and-packages.class-schedule-section {
  background-color: #fff;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

.yoga-poses-section .box-menu .categories-btn-top ul {
  display: flex;
}

.yoga-poses-section .box-menu .categories-btn-top ul li:not(:last-child) {
  margin-right: 20px;
}

.yoga-poses-section .dropdown-main-cont {
  margin-bottom: 40px;
}

.yoga-poses-section .dropdown-main-cont .dropdown:not(:last-child) {
  margin-right: 20px;
}
#myDropdown button {
  border-radius: 3px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}
.yoga-poses-section .dropdown-main-cont .dropdown .btn-secondary {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  color: #26272b;
  border-radius: 3px;
}

.yoga-poses-section .dropdown-main-cont .dropdown-mian-menu,
.popular-yoga-courses-section-filter .dropdown-main-cont .dropdown-mian-menu,
#vdo-boxlist .dropdown-mian-menu {
  padding: 20px;
  min-width: 500px;
}

.yoga-poses-section .dropdown-main-cont .dropdown-mian-menu .dropdown-item {
  padding-left: 10px;
}

.yoga-poses-section
  .dropdown-main-cont
  .dropdown-mian-menu
  .dropdown-item:hover {
  background-color: transparent;
}

.yoga-poses-section
  .dropdown-main-cont
  .dropdown-menu
  .dropdown-item-cont
  input[type="checkbox"]:checked {
  /* accent-color: var(--primary-color); */
  color: #fff;
}
.popular-yoga-courses-section-filter .dropdown-main-cont .yg-drop-main,
.popular-yoga-courses-section-filter .dropdown-main-cont .btn-cont,
.yoga-poses-section .dropdown-main-cont .yg-drop-main,
.yoga-poses-section .dropdown-main-cont .btn-cont,
#myDropdown .btn-cont {
  gap: 20px;
}

.popular-yoga-courses-section-filter .dropdown-main-cont .btn-cont .global-h4,
.yoga-poses-section .dropdown-main-cont .btn-cont .global-h4,
.dropdown-main-cont .btn-cont .global-h4,
#myDropdown button {
  background-color: transparent;
  border: none;
  color: var(--primary-color);
}
.yoga-poses-section .poses-box-list .content video {
  width: 100%;
}

.yoga-poses-section .box-menu .categories-btn-top ul .global-h4 {
  padding: 10px 13px;
  border-radius: 30px;
  display: block;
}

.yoga-poses-section .box-menu .categories-btn-top ul .global-h4.active {
  background-color: var(--primary-color);
  color: #fff;
}

.yoga-poses-section
  .dropdown-main-cont
  .dropdown-menu
  .dropdown-item-cont:not(:last-child) {
  margin-bottom: 8px;
}
.popular-yoga-courses-section-filter .box-item {
  grid-template-columns: repeat(4, 1fr);
}
#video-class-card .content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}

#video-class-card .img-col {
  position: relative;
  transition: all 0.3s ease 0s;
}

#video-class-card .img-col img {
  height: 200px;
  width: 100%;
  object-position: center;
  transition: all 0.3s ease 0s;
  object-fit: cover;
}

#video-class-card .img-col .img-container {
  position: relative;
}

#video-class-card .img-col .img-container::before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

#video-class-card .time-levels {
  position: absolute;
  bottom: 0;
  width: max-content;
  padding: 10px;
  top: unset;
  /* z-index: 9; */
}

#video-class-card .time-levels.left {
  left: 0;
}

#video-class-card .time-levels.right {
  right: 0;
}

#video-class-card .time-levels a span {
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 30px;
  line-height: 12px;
  display: block;
  color: #fff;
}

#video-class-card .time-levels.left a span {
  background-color: rgba(84, 85, 84, 0.6);
}

#video-class-card .time-levels.right a span {
  background-color: var(--primary-color);
}

#video-class-card .content-card:hover .img-container::before {
  opacity: 1;
  transition: all 0.3s ease 0s;
}

#video-class-card .content-card:hover .img-col,
#video-class-card .content-card:hover .img-container img {
  height: 150px;
}

#video-class-card .description {
  padding-top: 15px;
}

#video-class-card .description .content__subtitle {
  font-size: 13px;
  color: var(--primary-color);
  line-height: 13px;
  font-weight: 500;
  display: block;
  padding-top: 12px;
  padding-bottom: 10px;
}

#video-class-card .description .content__tags {
  line-height: 12px;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  display: block;
  color: #666666;
}

#video-class-card .description .hover-paragraph {
  display: none;
  padding-top: 8px;
}

#video-class-card .content-card:hover .hover-paragraph {
  display: block;
}

#video-class-card .content-card:hover .content__subtitle__mian {
  display: none;
}

#video-class-card .content-card {
  min-height: 340px;
}

#tutorial-page-box-menu .mixitup-item {
  list-style: none;
  margin-right: 10px;
  cursor: pointer;
  letter-spacing: 0.5px;
  padding: 5px 13px;
  border-radius: 30px !important;
  display: block;
  background-color: transparent;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: #26272b;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0 !important;
  height: 40px;
}

#tutorial-page-box-menu .mixitup-control-active {
  background-color: var(--primary-color);
  color: #fff;
}

#tutorial-page-box-menu .mixitup-control-active::before {
  display: none;
}

#yoga-tutorial-single-page .single-details-section {
  padding: 0 !important;
}

#yoga-tutorial-single-page .video-section video,
#yoga-tutorial-single-page .video-section iframe {
  width: 100%;
  height: 650px;
  object-fit: cover;
}

#yoga-tutorial-single-page .video-section .video-full-text {
  margin-top: 15px;
}

#yoga-tutorial-single-page .video-section.yoga-poses-section {
  padding-bottom: 0 !important;
}

/* Dropdown btn */
#dropdown-main-cont #dropdown {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  color: #26272b;
  border-radius: 3px;
  cursor: pointer;
  padding: 7px 15px;
}

#dropdown-main-cont .dropbtn i {
  margin-left: 7px;
}

#dropdown-main-cont .dropdown {
  position: relative;
  display: inline-block;
}

#dropdown-main-cont .dropdown-content {
  /*display: none;*/
  position: absolute;
  background-color: #fff;
  overflow: auto;
  z-index: 1;
  border: 1px solid #e5e5e5;
  margin-top: 10px;
}

.content-hide {
  display: none;
}

#dropdown-main-cont .dropdown-content a {
  padding: 8px 16px;
  text-decoration: none;
  display: block;
}

#dropdown-main-cont .show {
  display: block;
  border-radius: 3px;
}

#dropdown-main-cont .item-contaier {
  margin-top: 15px;
}

#dropdown-main-cont #show-nav {
  width: max-content;
}

#dropdown-main-cont #show-nav:not(:last-child) {
  margin-right: 20px;
}

#dropdown-main-cont .dropdown-mian-menu .item-contaier {
  height: 110px;
  overflow: scroll;
  margin-top: 30px;
  overflow-x: hidden;
}

#dropdown-main-cont .dropdown-mian-menu .item-contaier .inner-content {
  width: 50%;
}

/*Pagination CSS*/
.current,
.page-numbers {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #dfe3e8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  margin-right: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #212b36;
  cursor: pointer;
}

.current {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.prev-pag {
  background: #919eab;
}

/*Pagination CSS end*/

#commentform textarea {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #cccccc;
  padding: 8px;
  border-radius: 2px;
  height: 210px;
  margin: 15px 0;
}

#commentform textarea:focus {
  outline: none;
}

#commentform .form-submit .submit {
  width: max-content !important;
  background-color: var(--primary-color) !important;
  border: none !important;
  outline: none !important;
  line-height: 48px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #fff !important;
  padding: 0 25px !important;
  border-radius: 25px !important;
}

.comment-list {
  margin-top: 15px;
}

.comment-list .comment,
.comment-list .review {
  padding: 10px;
  background: #f2f2f2;
  border-radius: 5px;
}

.comment-list .comment:not(:last-child),
.comment-list .review:not(:last-child) {
  margin-bottom: 20px;
}

.comment-list .avatar {
  width: auto;
}

.comment-list .children {
  margin-top: 15px;
}

.comment-list .children .comment:not(:last-child),
.comment-list .children .review:not(:last-child) {
  margin-bottom: 20px;
}

#details_class {
  margin-top: 25px;
}

#details_class #inner-item {
  padding-top: 15px;
  padding-bottom: 25px;
  border-bottom: 1px solid #cccccc;
}

#details_class #inner-item .inner-child {
  display: flex;
  justify-content: space-between;
  padding-right: 7px;
}

.single-details-section
  .information-schedule
  .information
  .inner-content
  #btn-container
  .btn-bg,
.arm_paid_post_buy_now_link {
  margin-top: 30px;
  width: 100%;
}

#details_class #inner-item h4,
#details_class #inner-item h4 a,
#details_class #inner-item h4,
#details_class #inner-item h4 span {
  font-size: 18px;
  line-height: 18px;
}

#details_class #inner-item .date-number a {
  color: var(--primary-color);
}

#wp-calendar {
  width: 100%;
}

#wp-calendar #today {
  max-width: 34px;
  height: 34px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#comments {
  padding-top: 30px;
}

#post-377 .entry-title,
#post-415 .entry-title,
#post-438 .entry-title,
#post-414 .entry-title,
#post-444 .entry-title,
#post-59 .entry-title,
#post-60 .entry-title {
  display: none !important;
}

#header .mobile-free-plan-menu {
  display: none !important;
}

/*#mobile-search-icon {
  display: none !important;
}*/
.woocommerce div.product form.cart {
  display: flex;
  max-width: 220px;
  width: 100%;
  margin-top: 20px;
}

.woocommerce div.product form.cart div.quantity {
  width: 40%;
}

.woocommerce div.product form.cart .button {
  width: 60%;
  height: 100%;
}

.woocommerce div.product form.cart div.quantity .qty {
  width: 100%;
  height: 100%;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 6px;
}

.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
  margin-top: 1px !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  margin-top: 20px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce ul.products li.product .button,
.woocommerce .cart .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 30px;
}
.crisp-client .cc-tlyw .cc-nsge .cc-qfnu {
  background-color: #008cba !important;
}
.arm_setup_form_1 .arm_module_gateway_option .arm_setup_check_circle,
.arm_setup_form_2 .arm_module_gateway_option .arm_setup_check_circle {
  border-color: #008cba !important;
  color: #008cba !important;
}
.arm_setup_form_1
  .arm_plan_skin1.arm_setup_column_item:hover
  .arm_module_plan_option
  .arm_module_plan_price_type,
.arm_setup_form_1
  .arm_plan_skin1.arm_setup_column_item.arm_active
  .arm_module_plan_option
  .arm_module_plan_price_type,
.arm_setup_form_3
  .arm_plan_skin1.arm_setup_column_item:hover
  .arm_module_plan_option
  .arm_module_plan_price_type,
.arm_setup_form_3
  .arm_plan_skin1.arm_setup_column_item.arm_active
  .arm_module_plan_option
  .arm_module_plan_price_type,
.arm_setup_form_2
  .arm_plan_skin1.arm_setup_column_item:hover
  .arm_module_plan_option
  .arm_module_plan_price_type,
.arm_setup_form_2
  .arm_plan_skin1.arm_setup_column_item.arm_active
  .arm_module_plan_option
  .arm_module_plan_price_type {
  background-color: #008cba !important;
  border: 1px solid #008cba !important;
}
.arm_setup_column_item.arm_active .arm_module_plan_option {
  border: 1px solid #008cba !important;
}
.arm_setup_form_1 .arm_setup_column_item:hover .arm_module_plan_option,
.arm_setup_form_1 .arm_setup_column_item.arm_active .arm_module_plan_option,
.arm_setup_form_1 .arm_setup_column_item:hover .arm_module_gateway_option,
.arm_setup_form_1 .arm_setup_column_item.arm_active .arm_module_gateway_option,
.arm_setup_form_1 .arm_setup_column_item:hover .arm_module_payment_cycle_option,
.arm_setup_form_1
  .arm_setup_column_item.arm_active
  .arm_module_payment_cycle_option,
.arm_setup_form_2 .arm_setup_column_item:hover .arm_module_plan_option,
.arm_setup_form_2 .arm_setup_column_item.arm_active .arm_module_plan_option,
.arm_setup_form_2 .arm_setup_column_item:hover .arm_module_gateway_option,
.arm_setup_form_2 .arm_setup_column_item.arm_active .arm_module_gateway_option,
.arm_setup_form_2 .arm_setup_column_item:hover .arm_module_payment_cycle_option,
.arm_setup_form_2
  .arm_setup_column_item.arm_active
  .arm_module_payment_cycle_option {
  border: 1px solid #008cba !important;
}
/*.armfa .armfa-check {
  border-color: #008CBA !important;

}*/
.arm_setup_form_container
  .arm_setup_form_1
  .arm_setup_column_item.arm_active
  .arm_module_plan_option
  .arm_module_plan_name,
.arm_setup_form_1 .arm_setup_column_item.arm_active .arm_module_plan_name,
.arm_setup_form_container
  .arm_setup_form_3
  .arm_setup_column_item.arm_active
  .arm_module_plan_option
  .arm_module_plan_name,
.arm_setup_form_3 .arm_setup_column_item.arm_active .arm_module_plan_name,
.arm_setup_form_container
  .arm_setup_form_2
  .arm_setup_column_item.arm_active
  .arm_module_plan_option
  .arm_module_plan_name,
.arm_setup_form_2 .arm_setup_column_item.arm_active .arm_module_plan_name,
.arm_setup_form_4
  .arm_module_plans_ul
  .arm_setup_column_item.arm_active
  .arm_module_plan_option
  .arm_module_plan_name,
.arm_setup_form_4 .arm_setup_column_item.arm_active .arm_module_plan_name {
  color: #008cba !important;
}

.wp-element-button {
  background: #008cba !important;
  color: #fff !important;
  min-height: 32px;
}

a.added_to_cart.wc-forward {
  margin-left: 10px;
}

/* teachers_page */
.teachers_details .top_icon i {
  color: #008cba;
  font-size: 22px;
}
.teachers_details .teachers_identity {
  padding-top: 20px;
  padding-bottom: 40px;
  border-bottom: 0.5px solid #d9d9d9;
}
.teachers_details .teachers_image {
  max-width: 178px;
  width: 100%;
}
.teachers_details .teachers_image img {
  height: auto;
  display: block;
  /* max-width: 178px; */
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.teachers_details .teachers_name {
  font-size: 2rem;
  color: #545554;
  line-height: 46px;
  font-weight: 700;
}
.teachers_details .follow__btn {
  border: 2px solid #deeae9;
  padding: 4px 20px;
  color: #38bba0;
  margin-left: 20px;
  font-size: 14px;
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  display: block;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}
.teachers_details .follow__btn:hover {
  border: 2px solid #38bba0;
}
.teachers_details .teachers_data {
  margin-left: 50px;
}
.teachers_details .teachers_data_p {
  line-height: 28px;
  color: #545554;
  /* font-family: "pt-serif"; */
  font-weight: 400;
  font-size: 18px;
  margin: 30px 0;
}
.teachers_details .teachers_data .tags_a {
  display: inline-block;
  background: #f4f4f4;
  border-radius: 11px;
  padding: 0 9px;
  font-size: 13px;
  color: #989898;
  line-height: 22px;
  font-family: "sofia-pro", sans-serif;
  font-weight: 500;
}
.teachers_details .paragraph__container p,
.teachers_details .paragraph__container .italic_p {
  line-height: 28px;
  color: #545554;
  font-weight: 400;
  font-size: 18px;
  transition: 0.3s;
}
.teachers_details .paragraph__container p:not(:last-child) {
  margin-bottom: 1.8125em;
}
.teachers_details .paragraph__container .italic_p {
  font-style: italic;
}
.teachers_details .paragraph__container p a {
  color: #008cba;
}
.teachers_details .paragraph__container p a:hover {
  text-decoration: underline;
}
.teachers_details .paragraph__container {
  margin-top: 25px;
}
.teachers_details .user_shared_icons {
  margin-top: 50px;
  margin-bottom: 88px;
}
.teachers_details .user_shared_icons a {
  padding: 12px;
  background: #f4f4f4;
  line-height: 12px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.teachers_details .user_shared_icons a i {
  font-size: 20px;
  color: #545554;
}
.teachers_card_list .teachers_image {
  max-width: 118px;
  height: 118px;
  width: 100%;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #38bba0;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.teachers_card_list .teachers_image img {
  width: 100%;
  object-fit: cover;
  height: auto;
}
.teachers_card_list .follow__btn {
  border: 2px solid #deeae9;
  padding: 4px 20px;
  color: #38bba0;
  font-size: 14px;
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  display: block;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  width: max-content;
  margin: 0 auto;
}
.teachers_card_list .follow__btn:hover {
  border: 2px solid #38bba0;
}
.teachers_card_list .teachers_name {
  --tw-text-opacity: 1;
  color: rgba(84, 85, 84, 1);
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.teachers_card_list .teachers_designation {
  --tw-text-opacity: 1;
  color: rgba(146, 152, 151, 1);
  font-size: 0.75rem;
  line-height: 1rem;
  font-style: italic;
  padding-bottom: 0.7rem;
  padding-top: 0.2rem;
}
.teachers_card_list .card_item {
  width: 25%;
  margin-bottom: 70px;
}
.teachers_card_list .card_item .inner__content {
  padding: 12.5px;
}
.teachers_card_list .guest_teachers {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 70px;
}
/* 
.
.
.
.
.
.
.
=============================================
=============== Responsive ==================
=============================================
.
.
.
.
.
.
.

*/
/*@media only screen and (max-width: 2000px) {
  .home-banner-section .btn-bg {
    margin-bottom: 150px;
  }
}*/
@media only screen and (max-width: 1900px) {
  #video-class-card .content {
    grid-template-columns: repeat(3, 1fr);
  }
  .home-banner-section .btn-bg {
    margin-bottom: 165px;
  }
}
@media only screen and (max-width: 1600px) {
  #video-class-card .content {
    grid-template-columns: repeat(3, 1fr);
  }
  .home-banner-section .btn-bg {
    margin-bottom: 180px;
  }
}

/* 1600 end */

@media only screen and (max-width: 1500px) {
  .get-inspired-section .get-inspired-form-col {
    padding: 80px 50px;
  }
}

/* 1500 end */

@media only screen and (max-width: 1400px) {
  .get-inspired-section .get-inspired-form-col {
    padding: 80px 40px;
  }
  .home-banner-section .btn-bg {
    margin-bottom: 50px;
  }
}

/* 1400 end */

@media only screen and (max-width: 1300px) {
  .benefits-of-yoga-section .row-d {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .popular-yoga-courses-section .row-d.box-list {
    grid-column-gap: 40px;
    grid-row-gap: 50px;
  }

  .popular-yoga-courses-section .box-item {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
  }

  .all-series-section .row-d {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .details-google-map-section .text-col {
    padding: 35px;
    padding-top: 50px;
  }

  .get-inspired-section .content a {
    padding: 25px;
  }

  .get-inspired-section .get-inspired-col .row-d {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  #video-class-card .content__subtitle__mian,
  #video-class-card .hover-paragraph {
    /* min-height: 85px; */
  }

  #video-class-card .content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  #yoga-tutorial-single-page .video-section video,
  #yoga-tutorial-single-page .video-section iframe {
    height: 550px;
  }
  /*.home-banner-section .btn-bg {
    margin-bottom: 200px;
  }*/
  .teachers_card_list .card_item {
    width: 33.3333%;
  }
}

/* 1300 end */

@media only screen and (max-width: 1200px) {
  .home-banner-section .btn-bg {
    margin-bottom: 50px;
  }
  .footer .row-d {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .footer .content {
    /* margin: 0 auto; */
  }

  .footer .social-footer .row-d {
    display: flex;
  }

  .details-google-map-section .text-col .content .address,
  .details-google-map-section .text-col .content p,
  .details-google-map-section .text-col .content a {
    font-size: 16px;
    line-height: 22px;
  }

  #video-class-card .content__subtitle__mian,
  #video-class-card .hover-paragraph {
    /* min-height: 110px; */
  }

  #video-class-card .content-card {
    min-height: 340px;
  }
}

/* 1200 end */

@media only screen and (max-width: 1100px) {
  .yoga-poses-section .box-menu {
    flex-direction: column;
    justify-content: unset;
    row-gap: 15px;
  }

  #header .header_content .overlay-content {
    width: 85%;
  }

  #tutorial-page-box-menu {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  /*.home-banner-section .btn-bg {
    margin-bottom: 205px;
  }*/
}

/* 1100 end */

@media only screen and (max-width: 1024px) {
  /*#header .header-content.header_toggle{
		margin-right: 173px;
	}*/
  .section-heading-container .heading {
    font-size: 40px;
    line-height: 40px;
  }

  .section-heading-container .paragraph {
    font-size: 17px;
    line-height: 25px;
  }

  .section-heading-container .sub-heading {
    font-size: 24px;
    line-height: 35px;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .benefits-of-yoga-section .row-d {
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
    margin: 0 auto;
    margin-top: 40px;
  }

  .benefits-of-yoga-section {
    padding: 70px 0;
  }

  .popular-yoga-courses-section .row-d.box-list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
    margin: 0 auto;
    margin-top: 40px;
  }

  .popular-yoga-courses-section .box-item {
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
    margin: 0 auto;
    margin-top: 60px;
  }

  .popular-yoga-courses-section {
    padding: 70px 0;
  }

  .popular-yoga-courses-section .section-heading-container .heading {
    margin-bottom: 35px;
  }

  .popular-yoga-courses-section .popular-get-into {
    margin-top: 70px;
  }

  .yoga-poses-section {
    padding: 70px 0;
  }

  .yoga-poses-section .box-menu {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .yoga-poses-section .row-d.poses-box-list {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 600px;
    margin: 0 auto;
  }

  .yoga-poses-section .poses-box-list .content {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 40px;
  }

  .yoga-poses-section .mixitup-item {
    margin-bottom: 10px;
  }

  .class-schedule-section {
    padding: 70px 0;
  }

  .all-series-section .row-d {
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
    margin: 0 auto;
  }

  .all-series-section {
    padding: 70px 0;
  }

  .footer {
    padding-top: 70px;
    /*    padding-left: 65px;*/
  }

  .details-google-map-section .row-d {
    grid-template-columns: repeat(2, 1fr);
  }

  .form-section {
    padding: 70px 0;
  }

  .get-inspired-section .row-d.main {
    flex-direction: column;
  }

  .get-inspired-section .get-inspired-col {
    padding: 70px 0;
    max-width: 600px;
    margin: 0 auto;
  }

  .get-inspired-section .get-inspired-col .row-d {
    grid-template-columns: repeat(2, 1fr);
  }

  .get-inspired-section input[type="email"] {
    height: 42px;
    margin-top: 30px;
    margin-bottom: 17px;
    max-width: 250px;
  }

  .get-inspired-section .section-heading-container .heading {
    font-size: 35px;
  }

  .our-yoga-shop-section {
    padding: 70px 0;
  }

  .single-details-section {
    padding: 70px 0;
  }

  .poses-design-single-page .yoga-poses-section .row-d.poses-box-list {
    max-width: unset;
  }

  .yoga-poses-section .poses-box-list .content {
    max-width: unset;
  }

  #header .btn-primary {
    margin-right: 15px;
  }

  .contact-form-secton {
    padding: 70px 0;
  }

  .contact-form-secton .text-col .inner-content {
    padding-right: 25px;
  }

  .contact-form-secton form {
    padding: 45px 35px;
  }

  #tutorial-page-box-menu {
    max-width: 100%;
  }

  #video-class-card .content {
    grid-template-columns: repeat(2, 1fr);
  }

  #video-class-card .content-card {
    min-height: 320px;
  }
  .popular-yoga-courses-section-filter .dropdown-main-cont .dropdown-mian-menu,
  .yoga-poses-section .dropdown-main-cont .dropdown-mian-menu,
  .archivesec .dropdown-main-cont .dropdown-mian-menu {
    min-width: 340px !important;
  }

  #yoga-tutorial-single-page .video-section video,
  #yoga-tutorial-single-page .video-section iframe {
    height: 450px;
  }

  .single-details-section.yoga-poses-section .poses-box-list .content {
    grid-template-columns: repeat(2, 1fr);
  }

  #woocommerce_parent > .woocommerce {
    max-width: 600px;
    margin: 0 auto;
  }

  section.yoga-poses-section.yoga-poses-home #video-class-card .content {
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
    margin: 0 auto;
  }

  #woocommerce_parent > .woocommerce ul.products {
    display: flex;
    gap: 5%;
    flex-wrap: wrap;
  }

  #woocommerce_parent > .woocommerce ul.products::before {
    display: none;
  }

  #woocommerce_parent > .woocommerce ul.products li.product {
    width: 47.5%;
    margin-right: 0 !important;
  }
  .teachers_card_list .card_item {
    width: 50%;
    margin-bottom: 50px;
  }
}

/* 1024 end */

@media only screen and (max-width: 989px) {
  .single-details-section .details-img-col {
    width: 100%;
  }
  /*.home-banner-section .btn-bg {
    margin-bottom: 208px;
  }*/
  .single-details-section .details-small-col {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }

  .single-details-section .information-schedule .content {
    width: 100%;
  }

  .single-details-section .information-schedule .information {
    padding-right: 0;
  }

  .single-details-section .information-schedule .schedule {
    padding-left: 0;
    padding-top: 30px;
  }

  #wp-calendar {
    width: 100%;
  }

  #wp-calendar #today {
    max-width: 34px;
    height: 34px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* 989 end */

/* min widht nav css start*/
@media screen and (min-width: 768px) {
  body {
    margin: calc(var(--header-height) + 1rem) 0 0 0;
    padding-left: calc(var(--nav-width) + 2rem);
    padding-left: calc(var(--nav-width) + 0);
  }

  .header {
    height: calc(var(--header-height) + 1rem);
    height: 60px;
    padding: 0 2rem 0 calc(var(--nav-width) + 2rem);
    padding: 5px 25px;
  }

  .header_img {
    /* width: 40px;
    height: 40px; */
  }

  .poseSmall {
    display: none;
  }

  .l-navbar {
    display: none !important;
    left: 0;
    padding: 1rem 1rem 0 0;
    padding-top: 76px;
  }

  .l-navbar.sidebarNavhideshow .l-navbar.sidebar-show {
    display: block !important;
  }

  .sidebar-show {
    width: calc(var(--nav-width) + 156px);
  }

  .body-pd {
    padding-left: 0;
    padding-left: 0;
  }
}

/* min widht nav css end*/

@media only screen and (max-width: 767px) {
  .home-banner-section .btn-bg {
    margin-bottom: 30px;
  }
  .arm_current_membership_container table td:before,
  .arm_login_history_container table td:before,
  .arm_paid_post_current_membership_container table td:before,
  .arm_paid_post_transactions_container table td:before,
  .arm_transactions_container table td:before {
    width: 0 !important;
  }

  .l-navbar.sidebarNavhideshow {
    display: flex !important;
    width: 250px;
  }

  .l-navbar.sidebarNavhideshow .l-navbar.sidebar-show {
    display: block !important;
    width: 250px;
  }

  section.yoga-poses-section.yoga-poses-home #video-class-card .content {
    grid-template-columns: repeat(1, 1fr);
    max-width: 470px;
  }

  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100% !important;
  }

  #woocommerce_parent > .woocommerce {
    max-width: 470px;
    margin: 0 auto;
  }

  .header_content .btn-bg {
    padding: 10px 20px;
  }

  /*#header .header-content.header_toggle{
		margin-right: 108px;
	}*/

  #bottom_section_hero .inner_content {
    justify-content: center;
  }

  #bottom_section_hero .inner_content .menu-join-us-container,
  .hero_bottom_text {
    text-align: center !important;
  }

  #bottom_section_hero {
    padding: 150px 0 !important;
  }

  .l-navbar {
    padding-top: 100px;
  }

  .nav-bar .modal-content {
    padding: 25px;
  }

  .nav-bar .modal-content button.close {
    right: 10px;
    top: 10px;
  }

  .nav-bar .modal-content .modal-content-main .form-control {
    height: 45px;
  }

  .section-heading-container .sub-heading {
    font-size: 22px;
    line-height: 30px;
  }

  .home-banner-section .section-heading-container .heading {
    font-size: 35px;
    line-height: 36px;
  }

  .section-heading-container .heading {
    font-size: 30px;
    line-height: 32px;
  }

  .section-heading-container .paragraph {
    font-size: 16px;
    line-height: 22px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  main {
    padding-left: 0;
  }

  .home-banner-section .bg {
    height: 550px;
  }

  .home-banner-section .cont-banner {
    height: 550px;
  }

  .benefits-of-yoga-section .row-d {
    grid-template-columns: repeat(1, 1fr);
    max-width: 470px;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .benefits-of-yoga-section {
    padding: 60px 0;
  }

  .popular-yoga-courses-section .row-d.box-list {
    grid-template-columns: repeat(1, 1fr);
    max-width: 470px;
  }

  .popular-yoga-courses-section .box-item {
    grid-template-columns: repeat(1, 1fr);
    max-width: 470px;
  }

  .popular-yoga-courses-section {
    padding: 60px 0;
  }

  .popular-yoga-courses-section .mixitup-item {
    margin-bottom: 10px;
  }

  .popular-yoga-courses-section .popular-get-into p,
  .popular-yoga-courses-section .popular-get-into a {
    font-size: 18px;
    line-height: 22px;
  }

  .yoga-poses-section {
    padding: 60px 0;
  }

  .yoga-poses-section .row-d.poses-box-list {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    max-width: 470px;
  }

  .yoga-poses-section .poses-box-list .content {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    max-width: 470px;
    margin-top: 25px;
  }

  .yoga-poses-section .box-menu {
    max-width: 470px;
  }

  .class-schedule-section {
    padding: 60px 0;
  }

  .class-schedule-section .section-heading-container p {
    font-size: 16px;
    line-height: 21px;
  }

  .all-series-section .row-d {
    grid-template-columns: repeat(1, 1fr);
    max-width: 470px;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-top: 10px;
  }

  .all-series-section {
    padding: 60px 0;
  }

  .footer {
    padding-left: 0;
  }

  .footer {
    padding: 60px 0;
  }

  .footer .row-d {
    max-width: 470px;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .footer .content {
    margin: unset;
  }

  .footer .first-col .btn-bg {
    max-width: 270px;
  }

  .footer .footer-social ul {
    justify-content: start;
  }

  .footer .footer-social ul li {
    margin-right: 30px;
  }

  .details-google-map-section .text-col .content h3 {
    font-size: 25px;
    padding-bottom: 5px;
  }

  .details-google-map-section .text-col .content h3::before {
    height: 2px;
    width: 70px;
  }

  .form-section {
    padding: 60px 0;
  }

  .form-section .form-main input,
  .form-section .form-main textarea {
    padding: 12px;
    height: 50px;
  }

  .form-section .form-main .input-group {
    margin-bottom: 25px;
  }

  .form-section .form-main textarea {
    height: 150px;
    margin-bottom: 25px;
  }

  .form-section .section-heading-container p {
    font-size: 18px;
    line-height: 22px;
  }

  .get-inspired-section .get-inspired-col .row-d {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .get-inspired-section .get-inspired-col {
    max-width: 470px;
    padding: 60px 0;
  }

  .get-inspired-section .section-heading-container .heading {
    font-size: 30px;
    text-align: center;
  }

  .our-yoga-shop-section {
    padding: 60px 0;
  }

  .single-details-section {
    padding: 60px 0;
  }

  .single-details-section .double-image-col .left .inner-col {
    padding-right: 0;
    padding-bottom: 30px;
  }

  .single-details-section .double-image-col .right .inner-col {
    padding-left: 0;
  }

  .single-details-section .double-image-col > .d-flex {
    flex-direction: column;
  }

  .single-details-section .double-image-col .img-col {
    width: 100%;
  }

  .single-details-section .img-details-description {
    flex-direction: column;
    row-gap: 25px;
  }

  .poses-design-single-page .yoga-poses-section .row-d.poses-box-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .yoga-poses-section .poses-box-list .content {
    grid-template-columns: repeat(1, 1fr);
  }

  .poses-design-single-page .yoga-poses-section .poses-box-list img {
    height: 330px;
  }

  .poses-design-single-page
    .single-details-section
    .details-small-col
    .img-col
    img {
    height: 450px;
    object-fit: cover;
    object-position: bottom center;
  }

  #header .header_content .overlay-content {
    width: 80%;
  }

  .footer .review-cont {
    max-width: 315px;
  }

  .footer .global-h4,
  .footer span {
    margin-bottom: 15px;
  }

  .contact-form-secton .row-d {
    flex-direction: column;
    max-width: 470px;
    margin: 0 auto;
  }

  .contact-form-secton .text-col,
  .contact-form-secton .form-col {
    width: 100%;
  }

  .contact-form-secton .text-col .inner-content {
    padding-right: 0;
    padding-bottom: 25px;
  }

  .contact-form-secton {
    padding: 60px 0;
  }

  #video-class-card .content {
    grid-template-columns: repeat(1, 1fr);
    max-width: 470px;
    margin: 0 auto;
  }

  #tutorial-page-box-menu {
    max-width: 470px;
    flex-direction: column;
  }

  .yoga-poses-section .dropdown-main-cont {
    max-width: 470px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .popular-yoga-courses-section-filter .dropdown-main-cont,
  .yoga-poses-section .dropdown-main-cont {
    margin-bottom: 40px;
    flex-direction: column;
    gap: 15px;
  }

  .popular-yoga-courses-section-filter .dropdown-main-cont #video-form1,
  .yoga-poses-section .dropdown-main-cont #video-form1,
  #video-form1 {
    flex-wrap: wrap;
  }
  .popular-yoga-courses-section-filter #dropdown-main-cont #dropdown,
  .yoga-poses-section #dropdown-main-cont #dropdown,
  .archivesec #dropdown-main-cont #dropdown {
    margin-bottom: 10px;
  }

  #yoga-tutorial-single-page .video-section video,
  #yoga-tutorial-single-page .video-section iframe {
    height: 330px;
  }

  .single-details-section.yoga-poses-section .poses-box-list .content {
    grid-template-columns: repeat(1, 1fr);
  }

  .single-details-section .information-schedule .information .inner-content {
    padding: 20px;
  }

  #details_class #inner-item h4,
  #details_class #inner-item h4 a,
  #details_class #inner-item h4,
  #details_class #inner-item h4 span {
    font-size: 17px;
    line-height: 17px;
  }

  #details_class #inner-item {
    padding-top: 10px;
  }

  #details_class #inner-item:not(:last-child) {
    padding-bottom: 20px;
  }

  .single-details-section
    .information-schedule
    .information
    .inner-content
    #btn-container
    .btn-bg {
    margin-top: 25px;
    padding: 12px;
  }

  #header .btn-primary {
    margin-right: 0;
  }

  #header .header_content.header-content .menu-free-plan-menu-container {
    display: none !important;
  }

  .menu-free-plan-menu-container {
    width: 100%;
  }

  #header .mobile-free-plan-menu {
    display: block !important;
    width: 100%;
  }

  #header .mobile-free-plan-menu .btn-bg {
    width: 100%;
  }

  #header {
    flex-wrap: wrap;
    padding: 0;
  }

  #header .header_content.header-content {
    margin-right: 1rem;
  }

  #header .header_toggle.header-content {
    margin-left: 1rem;
  }

  div.nav_list li.menu-item a {
    margin-bottom: 5px;
  }
  .teachers_details .teachers_identity {
    flex-direction: column;
  }
  .teachers_details .teachers_data {
    margin-left: 0;
    margin-top: 25px;
  }
  .teachers_details .teachers_name {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
  .teachers_details .teachers_image {
    margin: 0 auto;
    max-width: 128px;
  }
  .name_container.d-flex {
    align-items: center;
    flex-direction: column;
  }
  .teachers_details .follow__btn {
    margin: 0;
    margin-top: 15px;
  }
  .teachers_details .teachers_data_p {
    text-align: center;
    max-width: 600px;
    margin: 30px auto;
  }
  .teachers_details .tags_container {
    justify-content: center;
  }
  .teachers_card_list .card_item {
    width: 100%;
    margin-bottom: 50px;
  }
  .popular-yoga-courses-section-filter .dropdown-main-cont .dropdown-mian-menu,
  .yoga-poses-section .dropdown-main-cont .dropdown-mian-menu,
  .archivesec .dropdown-main-cont .dropdown-mian-menu {
    min-width: 280px !important;
    width: 280px !important;
  }
  #dropdown-main-cont .dropdown-content {
    left: unset;
  }
  .section-heading-container .sub-heading::after {
    display: none;
  }
  .section-heading-container .sub-heading {
    padding-right: 0;
  }
  .yoga-poses-section .poses-box-list .content-card {
    display: none !important;
  }
}

/* 767 end */

@media only screen and (max-width: 520px) {
  /*#header .header-content.header_toggle{
		margin-right: 90px;
	}*/
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .details-google-map-section .row-d {
    grid-template-columns: repeat(1, 1fr);
  }

  .form-section .form-main .input-group {
    flex-direction: column;
    row-gap: 25px;
    column-gap: 0;
  }

  .form-section .form-main .input-group div {
    width: 100%;
  }

  .form-section .container {
    max-width: 470px;
  }

  .get-inspired-section .get-inspired-form-col .bg {
    max-width: 470px;
    margin: 0 auto;
  }

  .get-inspired-section .content a {
    padding: 20px;
  }

  .single-details-section .global-h4.common_h4 {
    font-size: 18px;
    line-height: 23px;
  }

  .single-details-section p.common-p {
    line-height: 28px;
    font-size: 16px;
  }

  .single-details-section .check-h4-cont .global-h4 {
    font-size: 16px;
  }

  .single-details-section .details-small-col .shadow-container a {
    line-height: 22px;
  }

  .single-details-section .details-small-col .shadow-container ul li {
    margin-top: 12px;
  }

  .poses-design-single-page .yoga-poses-section .poses-box-list img {
    height: 300px;
  }

  .poses-design-single-page
    .single-details-section
    .details-small-col
    .img-col
    img {
    height: 300px;
  }

  #header .header_content .overlay-content {
    width: 75%;
  }

  #header .header_content .overlay .closebtn {
    right: -25px;
  }

  .header_img img {
    max-width: 170px;
  }

  #header .btn-primary {
    margin-left: 0;
    white-space: nowrap;
  }

  .contact-form-secton form {
    padding: 35px 25px;
  }

  #yoga-tutorial-single-page .video-section video,
  #yoga-tutorial-single-page .video-section iframe {
    height: 230px;
  }

  #details_class #inner-item h4,
  #details_class #inner-item h4 a,
  #details_class #inner-item h4,
  #details_class #inner-item h4 span {
    font-size: 16px;
    line-height: 16px;
  }

  .single-details-section .information-schedule .information .inner-content {
    padding: 15px;
  }
  #dropdown-main-cont .dropdown-content {
    left: 4%;
  }
  /*#mobile-search-icon {
    display: block !important;
    position: absolute;
    left: 115px;
  }*/
}

/* 520 end */

@media only screen and (max-width: 370px) {
  /*#header .header-content.header_toggle{
		margin-right: 70px;
	}*/
  .footer .row-d {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer .content {
    text-align: center;
  }

  .footer .social-footer .row-d {
    justify-content: center;
  }
  .popular-yoga-courses-section-filter .dropdown-main-cont .dropdown-mian-menu,
  .yoga-poses-section .dropdown-main-cont .dropdown-mian-menu {
    min-width: 270px;
    padding: 15px;
  }

  #dropdown-main-cont .dropdown-mian-menu .item-contaier {
    flex-direction: column;
  }

  #tutorial-page-box-menu .mixitup-item {
    margin-right: 8px;
    padding: 5px 8px;
    font-size: 15px;
  }

  #yoga-tutorial-single-page .video-section video,
  #yoga-tutorial-single-page .video-section iframe {
    height: auto;
  }

  #mobile-search-icon {
    left: 85px;
  }
}

/* 370 end */

/* Membership && Woocommerce plugin form CSS */
input#input_0,
input#input_1,
input#input_2,
input#input_3,
input#input_4,
input.woocommerce-Input {
  padding-left: 10px;
}

section.related.products h2 {
  margin-bottom: 10px;
}

/* Accordian/Dictionary */

.dictionary .accordion-button {
  background-color: #fff !important;
}

.dictionary .accordion-button:focus {
  box-shadow: none;
}

.dictionary .accordion-body {
  background: #fafafa;
}

.dictionary .accordion-button:not(.collapsed) {
  color: var(--primary-color);
}
span.jumpTo {
  margin-left: 5px;
}

.arm_setup_form_3 .arm_setup_column_item:hover .arm_module_plan_option {
  border: 1px solid #008cba !important;
}
.arm_setup_form_3
  .arm_plan_skin1.arm_setup_column_item:hover
  .arm_module_plan_option
  .arm_module_plan_price_type,
.arm_setup_form_4
  .arm_plan_skin1.arm_setup_column_item.arm_active
  .arm_module_plan_option
  .arm_module_plan_price_type {
  background-color: #008cba !important;
  border: 1px solid #008cba !important;
}
.arm_setup_form_3
  .arm_plan_skin1.arm_setup_column_item:hover
  span.arm_module_plan_cycle_price {
  color: #fff !important;
}
.arm_setup_form_3 .arm_setup_form_inner_container .arm_setup_check_circle,
.arm_setup_form_4 .arm_setup_form_inner_container .arm_setup_check_circle {
  border-color: #008cba !important;
  color: #008cba !important;
}
.arm_setup_form_3 .arm_setup_column_item.arm_active .arm_module_gateway_option,
.arm_setup_form_4 .arm_setup_column_item.arm_active .arm_module_gateway_option {
  border: 1px solid #008cba !important;
}
#myDropdown .dropdown-item-cont {
  flex-wrap: wrap;
}
#myDropdown .dropdown-item-cont .filteritem {
  display: flex;
  align-items: center;
}
.yoga-poses-section .dropdown-main-cont .dropdown-mian-menu,
.popular-yoga-courses-section-filter .dropdown-main-cont .dropdown-mian-menu,
#vdo-boxlist .dropdown-mian-menu {
  width: 520px;
}
#dropdown-main-cont .dropdown-mian-menu .item-contaier .inner-content {
  width: 100%;
}


.teacherClassessingle{
  padding: 30px 0 0;
}