@media only screen and (max-width: 1280px){
  .about_learning_yoga{
    gap: 15px 75px;
  }
  .about_learning_yoga .service_box{
    width: calc(100%/3 - 50px);
  }
}
@media only screen and (max-width: 1199px){
  h1{
    font-size: 64px;
    line-height: 72px;
  }
  h2{
    font-size: 48px;
    line-height: 56px;
  }

  .main_menu_bar .menu_main{
    gap: 0 8px;
  }
  /*home*/
  .home_banner{
    padding: 150px 0;
    min-height: 600px;
  }
  .banner_content{
    width: 75%;
  }
  .about_learning_yoga {
    gap: 15px 30px;
  }
  .about_learning_yoga .service_box {
    width: calc(100% / 3 - 20px);
  }
  .about_work_sec .theme_heading h2 {
    margin-bottom: 30px;
  }
  .fight_yoga_content{
    padding-left: 0;
  }
  .fight_with_yoga .main_pic{
    padding-right: 0;
  }
  .fight_yoga_content p.qouated_line{
    margin: 10px 0 15px 0;
  }
  .our_benefits{
    gap: 20px 40px;
    padding-top: 100px;
  }
  .benefits_box p{
    width: 100%;
  }
  .theme_bg_box{
    padding-top: 0;
  }

  .fight_with_yoga {
    padding-bottom: 100px;
  }
  .our_benefits .benefits_box {
    width: calc(100% / 2 - 20px);
    padding: 20px;
  }
  /*CTA Section*/
  .our_CTA{
    padding: 110px 0;
  }
  .our_CTA .cta_content p{
    margin: 10px 0 15px 0;
  }
  .about_us_sec .theme_heading h2{
    margin-bottom: 25px;
  }
  /*about start*/
  .theme_other_banner{
    min-height: 400px;
  }
  .our_activeness .about_learning_yoga {
    gap: 15px 30px;
  }
  .theme_main_accordian .question_head{
    padding: 0 0 15px 0;
  }
  .theme_main_accordian .answer_box{
    padding: 10px 0 30px 0;
  }
  .foundational_com .main_pic{
    padding-left: 0;
    margin-top: 25px;
  }
  .foundational_com .theme_main_accordian{
    padding-right: 0;
  }
  .foundational_com .theme_main_accordian .question_box:not(:last-child) {
    margin-bottom: 35px;
  }
  .foundational_com .theme_heading,
  .educational_provide_sec .theme_heading{
    margin-bottom: 40px;
  }
  /*about end*/

  /*Credentials for Yoga Professionals Start*/
  .earn_credentials_sec {
    padding-bottom: 60px;
  }
  .earn_credentials_sec .fight_yoga_content{
    padding-right: 0;
    margin-top: 0;
  }
  /*Credentials for Yoga Professionals END*/

  /*Code of Conduct start*/
  .code_conduct_pol_sec h4{
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .code_con_sec_content{
    padding: 60px 0;
  }
  .code_con_sec_content  .theme_heading{
    margin-bottom: 25px;
  }

  /*Code of Conduct end*/

  /*404 start*/
  .not_get_404_sec h1{
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 25px;
  }
  .not_get_404_sec .banner_buttons{
    gap: 15px;
    margin-top: 25px;
  }
  /*404 end*/

  /*sresponsive*/
  .common_padding {
    padding: 60px 0;
  }

  .liabilities_wrapper {
    padding-top: 80px;
  }

  .financial_planning_wrapper {
    padding-bottom: 80px;
  }

  .mini_details_wrapper {
    padding: 50px 0 20px;
  }
  .featured_workshop_wrapper .fight_yoga_content{
    padding-left: 0;
  }
  .membership_details_wrapper .benefits_box{
    padding: 0;
    padding-right: 20px;
  }
  .member_about_wrapper .ask_anything .question_box:not(:last-child){
    margin-bottom: 30px;
  }
  .other_banner_content{
    width: 75%;
  }
}
@media (min-width: 991px) {
  .main-head .nav-item.dropdown:hover .dropdown-menu{
    display: block;
  }
  .main-head .nav-item.dropdown:hover .dropdown-toggle::after{
    transform: rotate(180deg);
  }

}
@media (max-width: 991px) {
  h1{
    font-size: 56px;
    line-height: 64px;
  }
  h2{
    font-size: 36px;
    line-height: 40px;
  } 
  .navbar-toggler-2{
    order: 1;
  }

  .navbar-toggler {
      border: none!important;
      -webkit-box-shadow: none!important;
      box-shadow: none!important;
      height: 25px;
      outline: none!important;
      padding: 0;
      position: relative;
      width: 33px
  }

  .stick,.stick:after,.stick:before {
      background: #333333;
      border-radius: 5px;
      height: 2.5px;
      left: 0;
      position: absolute;
      top: auto;
      -webkit-transition: all .6s;
      -o-transition: all .6s;
      transition: all .6s;
      width: 30px
  }
  
  .main_menu_bar ul li ul.dropdown-menu{
  border: none;
  padding: 0;
  box-shadow: none;
  padding-left: 10px;
  background: transparent;
}
.main_menu_bar ul li .dropdown-toggle.show::after{
  transform: rotate(180deg);
}
.main_menu_bar ul li ul.dropdown-menu li a{
  text-align: left;
}
.dropdown-toggle::after{
  right: 0;
  position: absolute;
}

  .stick:before {
      content: "";
      left: 0;
      top: -10px
  }

  .stick:after {
      content: "";
      left: 0;
      top: 10px
  }

  .stick.open {
      background: transparent;
      -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
      transform: translateX(-50px)
  }

  .stick.open:before {
      background: #000;
      left: 2px;
      -webkit-transform: rotate(45deg) translate(42px,-28px);
      -ms-transform: rotate(45deg) translate(42px,-28px);
      transform: rotate(45deg) translate(42px,-28px)
  }

  .stick.open:after {
      background: #000;
      left: 2px;
      -webkit-transform: rotate(-45deg) translate(42px,28px);
      -ms-transform: rotate(-45deg) translate(42px,28px);
      transform: rotate(-45deg) translate(42px,28px)
  }

  .navbar-nav .clickD {
      right: 10px!important;
      top: 8px;
      -webkit-transform: rotate(0)!important;
      -ms-transform: rotate(0)!important;
      transform: rotate(0)!important
  }

  .main-head .navigation .active-branch ul>li:not(.hs-menu-depth-2) {
      margin: 0
  }

  .navbar-nav .clickD.toggled {
      -webkit-transform: rotate(180deg)!important;
      -ms-transform: rotate(180deg)!important;
      transform: rotate(180deg)!important
  }

  .main-head .navigation .active-branch ul {
      margin-top: 80px
  }

  .main-head .navigation .active-branch ul>li:not(.hs-menu-depth-2) {
      border-bottom: none;
      border-top: 1px solid rgba(0,0,0,.2);
      padding: 15px;
      width: 100%
  }

  .main-head .navigation .active-branch ul li.hs-item-has-children>ul {
      align-items: flex-start;
      box-shadow: none;
      margin-top: 0;
      position: relative;
      top: 0;
      width: 100%
  }

  .main-head .navigation .active-branch ul {
      flex-direction: column
  }

  .main-head .navigation .active-branch ul li.hs-item-has-children>ul>li {
      border: none
  }

  .main-head .navigation .active-branch ul .active-branch ul,.main-head .navigation .active-branch ul>li>.sub-menu .sub-menu {
      border: none;
      left: inherit;
      position: relative;
      right: inherit;
      top: inherit;
      width: 100%
  }

  .main-head .navigation .active-branch ul>li.menu-item-has-children {
      padding-right: 0
  }

  .main-head .navigation .active-branch ul>li {
      margin: 0;
      padding: 0
  }

  .main-head .navigation .active-branch ul li.menu-item-has-children>a {
      padding-right: 30px!important
  }

  .main-head .navigation .active-branch ul>li:last-child {
      border-bottom: none
  }

  .main-head .navigation .active-branch ul>li:not(.hs-menu-depth-1)>a {
      display: inline-block;
      padding: 10px 20px;
      width: 100%
  }

  .main-head .navigation .active-branch ul .active-branch ul>li>a {
      padding-left: 40px
  }

  .main-head .navigation .active-branch ul>li {
      border-bottom: 1px solid rgba(0,0,0,.2);
      border-top: 1px solid rgba(0,0,0,.2)
  }

  .sub-menu .sub-menu>li>a {
      padding-left: 60px
  }

  .sub-menu .sub-menu .sub-menu>li>a {
      padding-left: 80px
  }

  .main-head .navigation .active-branch ul>li>a:after {
      bottom: 0
  }
  
 
  .top_menu_bar .main_menu_wrapper ul li ul.dropdown-menu{
    padding: 0;
    box-shadow: none;
    right: 0;
    top: 100%;
    width: 200px;
  }
  .navbar-collapse {
      background: #fff;
      height: 100%!important;
      margin: 0;
      overflow-y: auto;
      position: fixed;
      right: 0;
      top: 0;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition: inherit!important;
      -o-transition: inherit!important;
      transition: inherit!important;
      width: 290px;
      z-index: 100
  }

  .navbar-collapse,.navbar-collapse.collapsing,.navbar-collapse.show {
      display: block!important;
      -webkit-transition: transform .2s ease-in-out!important;
      -webkit-transition: -webkit-transform .2s ease-in-out!important;
      transition: -webkit-transform .2s ease-in-out!important;
      -o-transition: transform .2s ease-in-out!important;
      transition: transform .2s ease-in-out!important;
      transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out!important
  }

  .navbar-collapse.collapsing,.navbar-collapse.show {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0)
  }

  .navbar-collapse .navbar-nav {
      margin: 80px 0 0!important;
      padding: 0 0 40px
  }

  .navbar-collapse .navbar-toggler {
      display: block;
      overflow: hidden;
      position: absolute;
      right: 20px;
      top: 20px
  }

  #navoverlay.open {
      background-color: rgba(0,0,0,.4);
      pointer-events: all;
      -webkit-transition: background-color .5s linear;
      -o-transition: background-color .5s linear;
      transition: background-color .5s linear
  }

  body.open-nav,html.open-nav {
      height: 100%;
      overflow: hidden!important
  }
  .main-head .navigation ul li a{
      color: #000000;
  }
  .main-head.top_menu_bar .navigation ul li a{
    padding: 5px 12px;
    font-size: 13px;
  }
  .main-head .navigation ul li:last-child{
      margin: 0;
  }
  .main-head .navigation ul.navbar-nav{
      width: 100%;
      padding: 30px;
  }
 .main_menu_bar .menu_main{
  gap: 0 8px;
 }
 .main-head.main_menu_bar{
  padding: 0;
 }

 .top_menu_bar{
  padding: 10px 0;
 }
 .top_menu_bar .main_menu_wrapper ul{
  gap: 0;
 }
 .top_menu_bar .navbar-toggler-1{
  order: 1;
  margin-left: 0;

 }
 .top_menu_bar .get_user_button_box{
  gap: 10px;
 }
 .top_menu_bar .theme_button_login, .top_menu_bar .theme_button_join{
  font-size: 13px;
 }
 .main_menu_bar .menu_main li a img, .top_menu_bar .header_top_menu ul li a img, .top_menu_bar .theme_button_login img{
  width: 16px;
  height: 16px;
 }
 .top_menu_bar .main_menu_wrapper{
  order: 0;
  margin-left: auto;
  width: auto;
 }
 .top_menu_bar .navigation{
  gap: 0 12px;
 }
 .top_menu_bar .site_logo{
  width: 120px;
  height: 60px;
 }
 .top_menu_bar .theme_button_join{
  padding: 6px 16px;
 }
 .common_pad{
  padding: 75px 0;
 }
 .how_work_sec,
 .about_work_sec {
   padding-top: 0;
 }
 /*Home*/
 .banner_content{
    width: 100%;
  }
  .home_banner{
    padding: 120px 0;
    min-height: 500px;
  }
  .home_banner p,
  .fight_yoga_content p.qouated_line{
    font-size: 20px;
    line-height: 28px;
    margin: 15px 0 25px 0;
  }
  .site_main_heading p {
    font-size: 20px;
    line-height: 26px;
  }
  .how_work_sec,
  .about_work_sec {
    padding-top: 0;
  }
  .about_learning_yoga {
    gap: 15px 10px;
  }
  .about_learning_yoga .service_box {
    width: calc(100% / 3 - 7px);
  }
  .about_learning_yoga .service_box .serv_icon {
    width: 50px;
    margin: 0 auto 15px auto;
    height: 50px;
  }
  .learn_about_yoga{
    margin-top: 20px;
  }
  .fight_yoga_content{
    margin-top: 25px;
  }
  .fight_yoga_content p.qouated_line {
    margin: 10px 0 10px 0;
  }
  .our_benefits {
    gap: 20px;
    padding-top: 50px;
  }
  .theme_bg_box{
    padding-top: 0;
  }
  .our_benefits .benefits_box{
    min-height: 300px;
    width: calc(100% / 2 - 10px);
  }
  .benefits_box .heading_with_icon {   
    margin-bottom: 15px;
  }
  /* .heading_with_icon .head_icon {
    width: 50px;
    height: 50px;
  } */
  .our_activeness .service_box p{
    font-size: 18px;
    line-height: 26px;
  }
  .our_activeness .about_learning_yoga {
    gap: 15px 12px;
  }
  .our_activeness .about_learning_yoga .service_box {
    width: calc(100% / 3 - 8px);
    padding: 20px 10px;
  }
  /*CTA Section*/
   /*CTA Section*/
   .our_CTA{
    padding: 80px 0;
  }
  .our_CTA .cta_content p{
    margin: 10px 0 15px 0;
    font-size: 20px;
    line-height: 26px;
  }
  .about_us_sec .theme_heading h2{
    margin-bottom: 15px;
  }
  /*Education start*/
  .theme_another_content p{
    font-size: 24px;
    line-height: 30px;
  }
  .educational_provide_sec .main_pic{
    margin: 0 0 25px 0;
  }
  /*Education end*/

  
  /*sresponsive*/

  .common_padding {
    padding: 50px 0;
  }

  .common_mb {
    margin-bottom: 30px;
  }



  .theme_sub_heading :is(h2, h3, h4, h5, h6) {
    font-size: 28px;
  }

  .profession_liabilities {
    padding-bottom: 25px;
  }

  .music_wrapper {
    padding-top: 25px;
  }

  .featured_workshop_wrapper .fight_yoga_content {
    padding-left: 0;
  }

  .mb_review_person img {
    width: 200px;
    height: 200px;
  }

  /* .mb_review_card_area {
    padding: 30px 20px 210px;
  } */
  .mb_review_card_area {
    padding: 30px 20px 285px;
  }

  .member_about_wrapper .ask_anything .question_box:not(:last-child) {
    margin-bottom: 30px;
  }

  .price_with_accordian_wrapper .fight_yoga_content {
    margin-bottom: 50px;
  }

  .register_page_details_with_img {
    margin-bottom: 60px;
  }

  /*Credentials for Yoga Professionals start*/
  .teacher_training_CTA h2{
    margin-bottom: 10px;
  } 
  .teacher_training_CTA .theme_button{
    margin-top: 15px;
  }
  .about_yoga_shchool .col-lg-6:first-child .fight_yoga_content{
    margin-top: 0;
  }
  /*Credentials for Yoga Professionals end*/

  /*Yoga Alliance Policies Start*/
  .ethic_content_theme_box{
    gap: 20px 20px;
  }
  .ethic_content_theme_box .ethic_con_box{
    width: calc(100% / 2 - 10px);
  }
  .de_pol_sec .de_pol_content h1{
    margin-bottom: 25px;
  }
  /*Yoga Alliance Policies end*/

  /*The Ethical Commitment start*/
  .creadential_yoga_rev .theme_heading{
    margin-bottom: 25px;
  }
  /*The Ethical Commitment end*/
  /*Code of Conduct start*/
  .code_conduct_page{
    padding-bottom: 20px;
  }
  .code_conduct_pol_sec {
    padding: 25px 0 25px 0;
  }
  .code_conduct_pol_sec h4{
    padding: 8px;
  }
  .guidance_code_sec {
    padding-bottom: 40px;
  }
  .code_conduct_pol_sec h4,
  .theme_main_yoga h4{
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 25px;
  }

  /*Code of Conduct end*/

  /*404 start*/
   .not_get_404_sec h1{
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .not_get_404_sec .banner_buttons{
    gap: 15px;
    margin-top: 15px;
  }
  .not_get_404_sec{
    height: calc(100vh - 118px);
  }
  /*404 end*/
  
}
@media only screen and (max-width: 767px){
  .main-head.top_menu_bar .navigation ul li a{
    padding: 5px 6px;
    font-size: 12px;
    line-height: 16px;
  }
  .top_menu_bar .theme_button_login, .top_menu_bar .theme_button_join{
    font-size: 12px;
    line-height: 16px;
  }
  .top_menu_bar .theme_button_join { 
    padding: 5px 7px;
    min-width: 60px;
    line-height: 16px;
  }
  h1{
    font-size: 36px;
    line-height: 48px;
  }
  h2{
    font-size: 30px;
    line-height: 36px;
  }
  p{
    margin-bottom: 12px;
  } 
  .theme_button{
    padding: 12px 20px;
   }
   .common_pad,
  .common_padding{
    padding: 60px 0;
   }
   .how_work_sec,
  .about_work_sec {
    padding-top: 0;
  }
  /*Home*/
  .home_banner{
    padding: 100px 0;
    min-height: 400px;
  }
  .home_banner p{    
    margin: 10px 0 15px 0;
  } 
  .about_us_sec .theme_heading h2{
    margin-bottom: 10px;
  }
  .about_learning_yoga .service_box {
    width: 100%;
  }
  .about_learning_yoga .service_box h3{
    max-width: 100%;
  }
  .about_work_sec .theme_heading h2 {
    margin-bottom: 15px;
  }
  .fight_with_yoga .main_pic{
    height: 320px;
  }
  .our_benefits .benefits_box{
    width: 100%;
  }
  .foundational_com .theme_main_accordian .question_box:not(:last-child) {
    margin-bottom: 25px;
  }
  .foundational_com .theme_heading,
  .educational_provide_sec .theme_heading{
    margin-bottom: 25px;
  }
  .theme_sim_content .theme_button {
    margin-top: 20px;
  }
  .theme_sim_con_sec .theme_sim_content h2 {
    margin-bottom: 20px;
  }
  /*CTA Section*/
  .our_CTA{
    padding: 60px 0;
  }
  /*about start*/
  .theme_other_banner{
    min-height: 390px;
  }
  .our_activeness .about_learning_yoga .service_box {
    width: calc(100% / 2 - 8px);
    padding: 20px 10px;
  }
  /*about end*/
  /*Education start*/
  /* .theme_another_content p{
    font-size: 20px;
    line-height: 28px;
  } */
  /*Education end*/

  /*Yoga Alliance Policies Start*/

  .ethic_content_theme_box{
    gap: 15px;
  }
  .ethic_content_theme_box .ethic_con_box{
    width: 100%;
  }
  .de_pol_sec .de_pol_content h1{
    margin-bottom: 15px;
  }
  .yoga_policy_direction ul li:not(:last-child){
    margin-bottom: 3px;
  }
  /*Yoga Alliance Policies end*/
  
  /*The Ethical Commitment start*/
  .creadential_yoga_rev .theme_heading{
    margin-bottom: 15px;
  }
  .creadential_yoga_rev .theme_heading h3{
    font-size: 24px;
    line-height: 30px;
  }

  /*The Ethical Commitment end*/
  

  /*sresponsive*/
  .sub_page_banner h1 {
    margin-bottom: 20px;
  }

  .benefit_that_support_wrapper {
    padding-bottom: 25px;
  }

  .benefit_of_everypath_wrapper {
    padding-top: 25px;
  }

  .theme_sub_heading {
    margin-bottom: 25px;
  }

  .theme_sub_heading :is(h2, h3, h4, h5, h6) {
    font-size: 24px;
  }

  .box_small_heading h4 {
    margin-bottom: 10px;
  }

  .mb_review_card_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .register_accordian_wrapper .theme_another_content>p {
    margin-bottom: 20px;
  }

  .register_page_details_with_img {
    margin-bottom: 40px;
  }

  .price_with_accordian_wrapper .due_price_amt {
    margin-top: 0;
  }
  .price_due_sec .due_price_amt .due_amt {
    font-size: 18px;
  }
  .total_price_list_area > h4 {
    margin-bottom: 20px;
  }

  /*Code of Conduct start*/
  .code_conduct_page{
    padding-bottom: 20px;
  }
  .code_conduct_pol_sec {
    padding: 20px 0 20px 0;
  }
  .guidance_code_sec {
    padding-bottom: 30px;
  }
  .guide_main_code .code_conduct_in {
    margin-bottom: 20px;
  }
  .code_conduct_pol_sec h4 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  /*Code of Conduct end*/

  /*Footer*/
  .site_footer{
    padding: 32px 0;
  }
  .footer_box_wrapper{
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px 20px;
  }
  .footer_box{
    order: 1;
    margin-bottom: 15px;
  }
  .footer_box.footer_logo_box {
    order: 0;
    width: 100%;
    margin-bottom: 0;
  }
  .policy_maker, .policy_maker ul{
    gap: 5px 20px;
    flex-wrap: wrap;
  }
  .price_due_sec .due_price_amt {
    padding: 12px;
    margin-top: 25px;
  }

  /*404 start*/
  .not_get_404_sec h1{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .not_get_404_sec .banner_buttons{
    gap: 12px;
    margin-top: 10px;
  }
  .not_found_content {
    max-width: 350px;
  }
  /*404 end*/
  .other_banner_content{
    width: 100%;
  }
}
@media only screen and (max-width: 575px){
  .stick, .stick:after, .stick:before{
    width: 25px;
  }
  .stick:before {
    top: -8px;
  }
  .stick:after {
    top: 8px;
  }
  h1{
    font-size: 30px;
    line-height: 36px;
  }
  h2{
    font-size: 28px;
    line-height: 32px;
  }
  /* h3,h4,h5{
    font-size: 18px;
    line-height: 26px;
  }  */

  .common_pad,
  .common_padding{
    padding: 50px 0;
   }
  .how_work_sec,
  .about_work_sec {
    padding-top: 0;
  }
  .top_menu_bar .site_logo {
    width: 100px;
    height: 50px;
  }
  .top_menu_bar .navigation {
    gap: 0 8px;
  }
  .top_menu_bar .get_user_button_box {
    gap: 10px;
  }
  .top_menu_bar .theme_button_join{
    min-width: 60px;

  }
  .top_menu_bar .theme_button_login, .top_menu_bar .theme_button_join{
    font-size: 14px;
    line-height: 20px;
    gap: 5px;
  }
  .theme_button{
    padding: 10px 18px;
    font-size: 15px;
    line-height: 23px;
   }
  /*Home*/
    .home_banner{
      padding: 100px 0;
      min-height: 350px;
    }
    .home_banner p{
      font-size: 18px;
      line-height: 26px;
    } 
    .site_main_heading p {
      font-size: 18px;
      line-height: 26px;
    }
    .about_learning_yoga .service_box .serv_icon {
      margin: 0 auto 24px auto;
    }
  /*about start*/

    .theme_sim_content .theme_button {
      margin-top: 15px;
    }
    .theme_sim_con_sec .theme_sim_content h2 {
      margin-bottom: 15px;
    }
  /*about end*/

  
  /*Credentials for Yoga Professionals start*/
  .teacher_training_CTA h2{
    margin-bottom: 5px;
  } 
  .teacher_training_CTA .theme_button{
    margin-top: 10px;
  }
  /*Credentials for Yoga Professionals end*/

    /*CTA Section*/
    .our_CTA{
      padding: 40px 0;
    }
    .our_CTA .cta_content p{
      margin: 5px 0 10px 0;
    }

  /*Code of Conduct start*/
  .code_conduct_page{
    padding-bottom: 20px;
  }
  .code_conduct_pol_sec {
    padding: 20px 0 20px 0;
  }
  .guidance_code_sec {
    padding-bottom: 30px;
  } 
  /*Code of Conduct end*/
    
  /*404 start*/
  .not_get_404_sec{
    height: calc(100vh - 108px);
  }
  /*404 end*/

  /*mobile view*/
  .get_user_button_box .theme_button_join{
    display: none;
  }
  .policy_maker{
    flex-direction: column;
  }
  .theme_other_mobile_banner{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 390px;
  }
  .theme_other_mobile_banner img{
    width: 100%;
    max-height: 390px;
    min-height: 390px;
  }
  .theme_other_banner {
    min-height: 390px;
    position: relative;
    background-image: none !important;
  }
  .theme_other_banner .container{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);    
  }
  .theme_other_banner .other_banner_content{
    padding-left: 30px;
  }
  .theme_other_banner .other_banner_content h1{
    font-size: 36px;
    line-height: 40px;
  }

}
@media only screen and (max-width: 479px){
  h1{
    font-size: 28px;
    line-height: 32px;
  }
  .theme_heading h2{
    font-size: 28px;
    line-height: 32px;
  }
  .theme_button{
    padding: 8px 15px;
    font-size: 13px;
   }
   .common_pad,
   .common_padding{
    padding: 48px 0;
   }
   .how_work_sec,
  .about_work_sec {
    padding-top: 0;
  }
  .fight_with_yoga .main_pic {
    height: 280px;
  }
   
   .site_main_heading p {
    font-size: 16px;
    line-height: 24px;
  }
  .our_CTA .cta_content p{
    font-size: 16px;
    line-height: 24px;
  }
  /*about start*/
  .our_activeness .about_learning_yoga .service_box {
    width: 100%;
  }
  /*about end*/
    /*Education start*/
    /* .theme_another_content p{
      font-size: 18px;
      line-height: 26px;
    } */
    /*Education end*/
    /*Code of Conduct start*/
    .code_conduct_page{
      padding-bottom: 20px;
    }
    .code_conduct_pol_sec {
      padding: 15px 0 15px 0;
    }
    .guidance_code_sec {
      padding-bottom: 0;
    } 
    .guidance_code_sec ul li{
      margin-left: 20px;
    }
    .fight_yoga_content p {
      margin-bottom: 10px;
    }

    /*Code of Conduct end*/
    /*sresponsive*/
    .mini_details_wrapper {
      padding: 50px 0 20px;
    }

 

}
@media only screen and (max-width: 575px){
  .about_learning_yoga .service_box {
    width: 100%;
  }
  

  /*newly added for mobile mockup*/
 
  h1 {
    font-size: 54px;
    line-height: 60px;
  }
  .home_banner{
    background-image: none !important;
    height: 120vh;
    max-height: 760px;
  }

  .theme_button {
    padding: 14px 20px;
    font-size: 16px;
  }
  .home_banner .mobile_banner{
    height: 120vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 760px;
    z-index: 0;
  }
  .home_banner .mobile_banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(51, 51, 51, 0.50);
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .home_banner .mobile_banner img{
    max-height: 760px;
    width: 100%;
    object-fit: cover;
    object-position: top right;
    height: 100%;
  }
  .home_banner .container{
    position: absolute;
    bottom: 40px;
  }
  .home_banner .banner_content{
    text-align: center;
  }
  .home_banner .banner_buttons{
    justify-content: center;
    gap: 12px 10px;

  }
  .banner_content p{
    display: none;
  }
  .dk_base_btn{
    display: none;
  }
  .top_menu_bar{
    border-bottom: 1px solid #979797;
    background: #FFF;
    padding: 8px 0;
  }
  .dk_logo{
    display: none;
  }
  .top_menu_bar .site_logo{
    width: 40px;
    height: 40px; 
  }
  .de_pol_sec .de_pol_content h1{
    font-size: 36px;
    line-height: 40px;
    color: #690A2C;
    text-align: center;
    margin-bottom: 40px;
  }
  .ethic_content_theme_box .ethic_con_box{
    padding: 24px;
  }
  .main_menu_bar{
    padding: 10px 0;
  }
  .about_us_sec .theme_heading p{
    text-align: left;
    font-size: 24px;
    line-height: 28px;
  }
  .common_pad .theme_heading h2{
    margin-bottom: 35px;
  }
  .our_CTA .cta_content h2{
    margin-bottom: 24px;
  }
  .our_CTA .cta_content .theme_more_another{
    margin-top: 25px;
    width: 100%;
  }
  .footer_box_wrapper .footer_logo_box{
    display: none;
  }
  .footer_box_wrapper{
    flex-direction: column;
  }
  .copy_right{
    padding: 40px 0 20px 0;
  }
  .copy_right p {
    font-size: 14px;
    line-height: 20px;
  }
  .copy_right .policy_maker{
    margin-top: 30px;
  }
  .copy_right .policy_maker ul{
    margin-bottom: 20px;
  }
  .fight_yoga_content h2{
    margin: 30px 0 20px 0;
  }
  .question_head h3{
    font-size: 20px;
    line-height: 28px;
  }
  .theme_sim_con_sec .theme_button{
    width: 100%;
  }
  .ask_anything .question_box{
    margin-bottom: 24px;
  }
  .theme_main_accordian .question_head {
    padding: 0 0 20px 0;
  }
  .home_banner.other_mobile_banner_section{
    max-height: 390px;
  }
  .mobile_banner.other_mobile_ban_set{
    max-height: 390px;
  }
  .other_mobile_banner_section .sub_page_banner h1{
    font-size: 36px;
    line-height: 40px;
  }
  .other_mobile_banner_section .sub_page_banner .banner_buttons {
    margin-top: 80px;
  }
  .other_mobile_banner_section .sub_page_banner .banner_buttons .theme_button{
    width: 100%;
  }
  .theme_another_content{
    margin-bottom: 20px  !important;
  }
  .theme_another_content .accordian_details_para p{
    font-size: 16px;
    line-height: 24px;
  }
  .register_teacher_yoga_wrapper .main_pic,
  .register_page_details_with_img .main_pic,
  .featured_workshop_wrapper .main_pic{
    margin-bottom: 0 !important;
  }
  .due_wrapper h4{
    font-size: 18px;
    line-height: 28px;
  }
  .mobile_banner.other_mobile_ban_set img{
    object-position: center center;
  }
  .teacher_training_CTA .theme_button,
  .search_for_more_area .theme_button {
    width: 100%;
  }
  .benefit_that_support_wrapper .theme_another_content {
    padding-bottom: 20px ;
  }
}
@media only screen and (min-width: 576px){
  .mobile_base_btn{
    display: none;
  }
  .mobile_banner{
    display: none;
  }
  .mb_logo{
    display: none;
  }
  .theme_other_mobile_banner{
    display: none;
  }

}
