@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;display=swap');

@font-face {
  font-family: proxi-black;
  src: url(../otf/proxima_nova_black.otf);
}
@font-face {
  font-family: proxi-bold;
  src: url(../otf/proxima_nova_bold.otf);
}
@font-face {
  font-family: proxi-exbold;
  src: url(../otf/proxima_nova_extrabold.otf);
}
@font-face {
  font-family: proxi-light;
  src: url(../otf/proxima_nova_light.otf);
}
@font-face {
  font-family: proxi-medium;
  src: url(../otf/fonnts.com-proxima_nova_excn_medium.otf);
}
@font-face {
  font-family: proxi-regular;
  src: url(../otf/proxima_nova_regular.otf);
}
@font-face {
  font-family: proxi-semibold;
  src: url(../otf/proxima_nova_semibold.otf);
}
@font-face {
  font-family: proxi-thin;
  src: url(../otf/proxima_nova_thin.otf);
}
:root{
  --theme-font-900: proxi-black; 
  --theme-font-800: proxi-exbold; 
  --theme-font-700: proxi-bold;
  --theme-font-600: proxi-semibold; 
  --theme-font-500: proxi-medium; 
  --theme-font-400: proxi-regular;
  --theme-font-300: proxi-light;
  --theme-font-100: proxi-thin;
  --transition: all 0.5s;
  --theme-heading: #333333;
  --theme-black: #000000;
  --button-text: #690A2C;
  --theme-white: #FFFFFF; 
}

html, body{
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: var(--theme-font-400);
  overflow-x: hidden;
}
figure{
  margin: 0;
}
ul{
  padding: 0;
  margin: 0;
}
ul li{
  list-style-type: none;
}
b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 20px 0;
}
p a:hover{
  color: #41924d;
}
p a:hover i{
  color: #41924d;
}
p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px 0;
  padding: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}
a{
  transition: all 0.5s;
  color: #000000;
}
/* Start Form Input */

input[type=checkbox] {
  position: relative;
	border: 2px solid #000;
	border-radius: 2px;
	background: none;
	cursor: pointer;
	line-height: 0;
	margin: 0 .6em 0 0;
	outline: 0;
	padding: 0 !important;
	vertical-align: text-top;
	height: 20px;
	width: 20px;
	-webkit-appearance: none;
  opacity: .5;
}

input[type=checkbox]:hover {
  opacity: 1;
}

input[type=checkbox]:checked {
  background-color: #000;
  opacity: 1;
}

input[type=checkbox]:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="number"],
select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  outline: none !important;
}

textarea {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  color: #000;
  outline: none !important;
}

select {
  width: 100%;
  background: url(../sort-down.html) no-repeat calc(100% - 16px) center
    transparent;
  background-color: #ffffff;
  background-size: 12px;
  padding-right: 42px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
}


::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #000;
}

::-moz-placeholder {
  opacity: 1;
  color: #000;
}

:-moz-placeholder {
  opacity: 1;
  color: #000;
}
a{
  display: inline-block;
  transition: var(--transition);
  color: var(--default-black);
  text-decoration: none;
}
blockquote{
  margin: 0;
}
a:hover{
  color: #41924d;
}
button.navbar-toggler:focus-visible,
button.navbar-toggler:focus{
  box-shadow: none;
  outline: none;
}
.bg_theme{
  background-color: #F9F9F9;
}
@media only screen and (min-width: 1280px){
  .container, .container-md {
    /*max-width: 1440px;*/
	  max-width: 1280px;
  }
}
/* Added by Abhijit */
@media only screen and (min-width: 1600px){
  .container, .container-md {
    max-width: 1440px;
  }
  .main_container{
    max-width: 1400px;
  }
}
/* Added by Abhijit */
h1{
  font-size: 81px;
  font-family: var(--theme-font-700);
  line-height: 90px;
}
h2{
  color: var(--theme-heading);
  font-family: var(--theme-font-600);
  font-size: 54px;
  line-height: 60px;
  font-weight: 600;
}
h3{
  color: var(--theme-heading);
  font-family: var(--theme-font-600);
  font-size: 24px;
  line-height: 30px;
}
h4{
  color: var(--theme-heading);
  font-family: var(--theme-font-600);
  font-size: 24px;
  line-height: 30px;
}

h5{
  color: var(--theme-heading);
  font-family: var(--theme-font-600);
  font-size: 24px;
  line-height: 30px;
}
p{
  color: #333;
  font-family: var(--theme-font-400);
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 12px;
}

.theme_learn_more{
  padding: 4px 0 2px;
  color: #333;
  font-family: var(--theme-font-600);
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
  /*border-bottom: 1px solid #333333;*/
	text-decoration: underline;
}
.read_more_button a{
  color: #333;
  font-family: var(--theme-font-600);
  font-size: 16px;
  font-style: italic;
  line-height: 100%;
  gap: 10px;
  display: flex;
  justify-content: end;
  text-align: right;
}
.read_more_button a:hover{
  text-decoration: underline;
}

/* navbar*/
.main_container{
  max-width: 1280px;
}
.top_menu_bar{
  padding: 10px 0 20px 0;
}
.top_menu_bar .theme_button_login,
.top_menu_bar .theme_button_join{
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  font-family: var(--theme-font-600);
  font-size: 16px;
  line-height: 24px;

  justify-content: center;
}
.top_menu_bar .theme_button_join{
  padding: 10px 16px;
  border-radius: 30px;
  color: #690A2C;
border: 1px solid #690A2C;
min-width: 80px;
text-transform: capitalize;
}
.top_menu_bar .navigation{
  flex-wrap: nowrap;
}
.top_menu_bar .theme_button_join:hover{
  background-color: var(--button-text);
  color: var(--theme-white);
}
.top_menu_bar .get_user_button_box{
  display: flex;
  align-items: center;
  gap: 20px;

}
.top_menu_bar .main_menu_wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.top_menu_bar .main_menu_wrapper ul{
  margin: 0 auto;
  gap: 5px 12px;
}
.main_menu_bar ul li ul{
  padding-left: 0;
}
.main_menu_bar ul li ul.dropdown-menu{

  max-width: 220px;
    border: none;
    box-shadow: 0px 0px 20px 10px #00000010;
}
.main_menu_bar ul li ul.dropdown-menu li a{
  padding: 5px 10px;
  text-align: center;
  width: 100%;
  display: block;

}
.top_menu_bar .main_menu_wrapper ul li ul.dropdown-menu{

  border: none;
    box-shadow: none;
    background: #F9F9F9;
    border-radius: 0;
    right: -150%;
    max-width: 250px;
    top: calc(-100% - -25px);
    left: initial;
}
.top_menu_bar .main_menu_wrapper ul li ul.dropdown-menu li a{
  padding: 5px 10px;
  border-bottom: 1px solid #979797;
}
.dropdown-toggle::after{
  border: none;
  content: '\f078';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.top_menu_bar .site_logo{
  width: 140px;
  height: 80px;
}
.site_logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main_menu_bar{
  padding: 30px 0 10px 0;
}


.main_menu_bar .menu_main{
  margin: 0 auto;
  gap:  0 12px;
}
.main_menu_bar .menu_main li a,
.top_menu_bar .header_top_menu ul li a{
  color: #333;
  font-family: var(--theme-font-600);
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 5px;
}
.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: 18px;
  height: 18px;
}
.main_menu_bar .menu_main li a:hover,
.top_menu_bar .header_top_menu ul li a:hover,
.top_menu_bar .theme_button_login:hover{
  text-decoration: underline;
}
.navbar-brand {
  padding: 0;
  margin: 0;
  width: 95px;
  display: inline-block;
}

.navbar {
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  border: none;
  border-radius: 0;
}

.main-head .navigation .hs_cos_wrapper_type_menu{
  margin-left: auto;
} 
.main-head .navigation .active-branch ul{
  display: flex; 
  align-items: center;
}
.main-head .navigation .navbar-brand{
  width: 165px;
  height: 50px;
}
.main-head .navigation .navbar-brand img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.main-head .navigation .active-branch ul>li:not(.hs-menu-depth-2) {
  position: relative;
  list-style: none;
}

.main-head .navigation .active-branch ul > li:not(.hs-menu-depth-2) {
  margin: 0 15px;
  padding: 20px 0;
  position: relative;
}

.main-head .navigation .active-branch ul > li:last-child {
  margin-right: 0;
}

.main-head .navigation .active-branch ul> li:first-child {
  margin-left: 0;
}

.main-head .navigation .active-branch ul > li > a {
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #000000;
  line-height: 1.2;
  position: relative;
  font-weight: 400;
  font-family: var(--dmsan-font);
  font-size: 16px;
  padding-bottom: 5px;
}
.main-head .navigation .active-branch ul > li > a:hover{
  color: var(--button-color);
}
.main-head .navigation .active-branch ul > li > a::before,
.main-head .navigation .active-branch ul > li.active > a::before{
  content: "";
  width: 20px;
  height: 1px;
  background: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-head .navigation .active-branch ul > li.active > a::before{
  background: var(--black-color);
}
.footer_link_list .active-branch ul li.active a{
    color: var(--button-color);  
}
.main-head .navigation .active-branch ul > li.active > a::before{
    background: var(--button-color);
}
.main-head .navigation .active-branch .hs-item-has-children:hover .hs-menu-children-wrapper{
  display: block;
}
.main-head .navigation .active-branch ul > li.active > a:hover:before{
  width: 75%;
  background: var(--button-color);
}
.main-head .navigation .active-branch ul > li.active > a,
.main-head .navigation .active-branch ul > li > a:hover,
.main-head .navigation .active-branch ul > li.menu-item-has-children:hover > a {
  color: var(--button-color);
}

/* navbar submenu*/

.main-head .navigation .active-branch ul li.hs-item-has-children > ul{
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  border-radius: 0;
  width: 180px;
  padding: 12px 20px;
  display: none;
  border-radius: 5px;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
}

.main-head .navigation .active-branch ul li.hs-item-has-children > a {
  color: #000;
  display: block;
  width: 100%;
  padding: 8px 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
}



.main-head .navigation .active-branch ul li.hs-item-has-children > a:hover,
.main-head .navigation .active-branch ul li.hs-item-has-children:hover > a,
.main-head .navigation .active-branch ul li.hs-item-has-children:hover > a {
  color: var(--button-color);
}

.main-head .navigation .active-branch ul li.hs-item-has-children,
.navigation ul li.dropcustom_minus{
  position: relative;
}
.main-head .navigation .active-branch ul li.hs-item-has-children a{
  padding: 0;
  line-height: 30px;
}
/* .main-head .navigation ul li.dropmenu_custom:hover .sub-menu{
  display: block;
} */

.navbar-nav > li:last-child > .sub-menu {
  right: 0;
  left: inherit;
  padding: 0;
}

/* 2nd level submenu */
.navbar-nav > li > .sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

/* for push-menu */
.navbar-collapse .navbar-toggler {
  display: none;
}

#navoverlay.open {
  display: block;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0 !important;
  z-index: 99;
  -webkit-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}
.main_menu_bar .dropdown-menu li a{
  padding: 0;
  padding-bottom: 10px;
}
.top_menu_bar ul li .dropdown-toggle.show::after{
  transform: rotate(180deg);
}
.main_menu_bar .dropdown-menu li .nav-link.dropdown-toggle.show::after{
  transform: rotate(180deg);
}

.theme_button{
  padding: 15px 20px;
  border-radius: 30px;
  background: var(--button-text);
  color: var(--theme-white);
  font-family: var(--theme-font-600);
  font-size: 16px;
  line-height: 24px;
  border: 1px solid transparent;
  transition: var(--transition);
  text-align: center;
}
.theme_button:hover{
  border-color: var(--button-text);
  background-color: var(--theme-white);
  color: var(--button-text);
}
.theme_another_button{
  border-color: var(--button-text);
  background-color: var(--theme-white);
  color: var(--button-text);
}
.theme_another_button:hover{
  color: var(--theme-white);
  background-color: var(--button-text);
}
.common_pad{
  padding: 60px 0;
}
/* Home */
.backgound_main{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home_banner{
  padding: 200px 0;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 85vh;
}
.home_banner::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.50);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner_content{
  width: 45%;
}
.banner_content h1{
  color: var(--theme-white);
}
.home_banner p{
  color: #FFF;
  font-family: var(--theme-font-400);
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin: 25px 0 40px 0;
}
.banner_buttons{
  display: flex;
  gap: 8px 10px;
  flex-wrap: wrap;
}
.theme_heading.site_main_heading{
  max-width: 880px;
  margin: 0 auto;
  width: 100%;
}
.about_us_sec .theme_heading h2{
  margin-bottom: 35px;
}

.about_learning_yoga{
  display: flex;
  gap: 15px 120px;
  flex-wrap: wrap;
}
.about_work_sec .theme_heading h2{
  margin-bottom: 60px;
}
.about_learning_yoga .service_box{
  width: calc(100%/3 - 80px);
  padding: 24px 24px;
  text-align: center;
  border-radius: 16px;
  background: #F9F9F9;
}
.about_learning_yoga .service_box h3{
  margin: 0 auto;
  max-width: 75%;
}
.about_learning_yoga .service_box .serv_icon{
  width: 64px;
  margin: 0 auto 25px auto;
  height: 64px;
}
.about_learning_yoga .service_box .serv_icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.learn_about_yoga{
  margin-top: 40px;
}
.how_work_sec{
  padding-bottom: 120px;
}
.site_main_heading p{
  font-size: 24px;
  line-height: 30px;

}
.fight_with_yoga{
  padding: 80px 0px 120px 0px;
  background: #F9F9F9;
}
.fight_with_yoga .main_pic{
  height: 450px;
  width: 100%;
  padding-right: 23px;
}
.fight_with_yoga .main_pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.fight_yoga_content{
  padding-left: 23px;
}
.fight_yoga_content ul li{
  margin-left: 30px;
  margin-bottom: 5px;
  list-style-type: disc;
  line-height: 100%;
}
.fight_yoga_content ul li a{
  text-decoration: underline;
  font-family: var(--theme-font-600);
  font-style: italic;
}
.fight_yoga_content p.qouated_line{
  color: #333;
  font-family: var(--theme-font-600);
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin: 16px 0 20px 0;
}
.our_benefits{
  padding-top: 150px;
  display: flex;
  gap: 80px 120px;
  flex-wrap: wrap;
}
.benefit_of_everypath_area .main_pic img{
  object-position: top center;
}
.our_benefits .benefits_box{
  width: calc(100% / 2 - 65px);
  padding: 30px 30px;
  border-radius: 16px;
  background: #FFF;
  position: relative;
  min-height: 350px;
}
.our_benefits .benefits_box .read_more_button{
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.benefits_box .heading_with_icon{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
  gap: 10px;
}
.benefits_box p{
  padding-bottom: 25px;
  width: 87%;
}
.heading_with_icon .head_icon{
  width: 64px;
  height: 64px;
}
.heading_with_icon .head_icon img{
  width: 100%;
  max-height: 100%;
}

.our_CTA{
  padding: 130px 0;
  background: var(--button-text);
}
.our_CTA .cta_content{
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.our_CTA .cta_content h2{
  color: var(--theme-white);
}
.our_CTA .cta_content p{
  color: #FFF;
  font-family: var(--theme-font-400);
  font-size: 24px;
  line-height: 30px;
  margin: 25px 0 40px 0;
}
.theme_more_another:hover{
  background: transparent;
  color: var(--theme-white);
  border-color: var(--theme-white);
}

/*about start*/
.theme_other_banner{
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1280px){

  .other_banner_content{
    max-width: 70%;
  }
}
  .theme_other_banner h1{
  color: #FFF;
}
@media only screen and (min-width: 1400px){
  .theme_other_banner h1{
    font-family: var(--theme-font-600);
    font-size: 108px;
    line-height: 120px;
  }
}

.ask_anything .question_box {
  margin-bottom: 20px;
}



.ask_anything .question_head {
  display: flex;
  cursor: pointer;
  gap: 15px;
}

.ask_anything:first-child .question_head {
  padding-top: 0;

}

.ask_anything .question_head h3 {
  margin: 0;
}
.ask_anything .question_box .answer_box {
  display: none;
}
.ask_anything .question_head.active .faq_icon {
  transform: rotate(180deg);
}
.ask_anything .question_head.active .faq_icon img {
  transform: rotateZ(180deg);
}

.our_story_sec{
  background-color: var(--theme-white);
  padding: 120px 0;
}
.our_activeness{
  padding: 80px 0;
  background: #F9F9F9;
}
h6{
  color: #333;
  font-family: var(--theme-font-600);
  font-size: 16px;
  line-height: 24px;
}
.our_activeness .service_box{
  background-color: var(--theme-white);
}
.our_activeness .about_learning_yoga{
  gap: 15px 120px;
}
.our_activeness .service_box{
  width: calc(100% / 3 - 80px);
  padding: 40px 25px;
}
.our_activeness .service_box p{
  color: #333;
  font-size: 24px;
  line-height: 30px;
  max-width: 85%;
  margin: 0 auto;
}
.foundational_com{
  background-color: var(--theme-white);
}
.foundational_com .theme_heading,
.educational_provide_sec .theme_heading{
  margin-bottom: 60px;
}

.foundational_com .theme_main_accordian{
  padding-right: 23px;
}
.theme_main_accordian .read_more_button{
  margin-top: 24px;
}
.foundational_com .main_pic{
  padding-left: 23px;
  padding-right: 0;

}
.foundational_com .theme_main_accordian .question_box:not(:last-child){
  margin-bottom: 60px;
}
.theme_main_accordian .answer_box{
  position: relative;
}

.theme_main_accordian .question_box{

  border-bottom: 1px solid #979797;
}

.theme_main_accordian .question_head{
  padding: 8px 24px 16px 20px;
}
.theme_main_accordian .question_head .faq_icon i{
  font-size: 15px;
  color: #979797;;
}
.theme_main_accordian .answer_box{
  padding: 8px 24px 50px 20px;
}
.theme_main_accordian .question_head{
  justify-content: space-between;
}
.theme_main_accordian .question_box.active{
  border-color: transparent;
}
.theme_main_accordian .question_box.active .answer_box{
  border-bottom: 1px solid #979797;

}

.theme_sim_con_sec{
  padding: 80px 0;
  background: #F9F9F9;
}
.theme_sim_con_sec .theme_sim_content{
  max-width: 900px;
  margin: 0 auto;
}
.theme_sim_con_sec .theme_sim_content h2{
  margin-bottom: 25px;
  text-align: center;
}
.theme_sim_content .theme_button{
  margin-top: 40px;
}
.more_main_acco {
  padding: 80px 0 120px 0;
}
.more_main_acco .theme_heading h2{
  margin-bottom: 40px;
}
.more_main_acco .theme_main_accordian{
  max-width: 900px;
  margin: 0 auto;
}

/*about end*/
/*Education start*/
.educational_provide_sec{
  background-color: #F9F9F9;
}
.theme_site_true_line{
  padding: 80px 0;
}
.theme_another_content{
  max-width: 800px;
  margin: 0 auto;
}
.theme_another_content p{
  color: #333;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}
.price_due_sec .due_box_price{
  max-width: 550px;
  margin: 0 auto;
}
.price_due_sec .due_box_price h3{
  text-align: center;
}
.price_due_sec .due_price_amt{
  display: flex;
  align-items: center;
  border: 1px solid #979797;
  padding: 15px;
  justify-content: space-between;
  margin-top: 35px;
}
.price_due_sec .due_price_amt .due_amt{
  font-size: 24px;
  line-height: 30px;
  font-family: var(--theme-font-600);
}
/*Education end*/

/*Credentials for Yoga Professionals Start*/
.our_credentials_sec {
  padding-bottom: 80px;
  background-color: var(--theme-white);
}


.earn_credentials_sec{
  padding: 60px 0;
}
@media only screen and (min-width: 1280px){
  .earn_credentials_sec .fight_yoga_content,
  .about_yoga_shchool  .fight_yoga_content{
    max-width: 75%;
  }
}
.earn_credentials_sec .fight_yoga_content,
.about_yoga_shchool  .fight_yoga_content{
  padding-right: 23px;
  padding-left: 0;
}
.about_yoga_shchool{
  padding: 60px 0 80px 0;
  background-color: var(--theme-white);
}
.about_yoga_shchool .fight_yoga_content{
  padding-right: 0;
}
.teacher_training_sec{
  padding: 140px 0;
}
.teacher_training_sec .cta_content{
  max-width: 800px;
  margin: 0 auto;
}
.teacher_training_CTA h2{
  margin-bottom: 24px;
  text-align: center;
}
.teacher_training_CTA .theme_button{
  margin-top:30px;
}
.creadential_yoga_rev{
  padding: 140px 0;
}
.theme_bg_box{
  padding-top: 0;
}
.theme_bg_box .benefits_box{
  background: #F9F9F9;
}

/*Credentials for Yoga Professionals end*/

/*Yoga Alliance Policies Start*/
.de_pol_sec{
  padding: 80px 0 40px 0;
}
.de_pol_sec h1{
  color: #690A2C;
}
.code_conduct_page.de_pol_sec .de_pol_content h1{
  color: #333333;
}
.de_pol_sec .de_pol_content h1{
  margin-bottom: 40px;
}
.policy_con_w{
  max-width: 800px;
  margin: 0 auto;
}
.policy_acc_sec{
  padding-bottom: 80px;
}
.yoga_policy_direction ul li a{
  padding: 8px;
  color: #333;
  border-bottom: 1px solid #333;
  font-family: var(--theme-font-600);
  font-size: 16px;
  font-style: italic;
  line-height: 20px;

}
.yoga_policy_direction ul li a:hover{
  color: #41924d;
}
.policy_acc_sec .yoga_de_pol_content p{
  font-style: italic;
}
.box_qa_content_sec{
  padding: 120px 0;
}

.ethic_content_theme_box{
  display: flex;
  gap: 20px 30px;
  flex-wrap: wrap;
}
.ethic_content_theme_box .ethic_con_box{
  border-radius: 16px;
  background: #F9F9F9;
  padding: 30px;
  position: relative;
  min-height: 320px;
  width: calc(100% / 3 - 20px);
  
} 
.wellness_growth .main_pic img{
  border-radius: 0;
}
.wellness_bene{
  background-color: #FFFFFF;
}
.wellness_bene .our_benefits .benefits_box{
  background-color: #F9F9F9;
}

@media only screen and (min-width: 1280px){
  .ethic_content_theme_box{
    gap: 20px 120px;
  }
  .ethic_content_theme_box .ethic_con_box{
    width: calc(100% / 3 - 80px);
  }
  .ethic_content_theme_box .ethic_con_box h3{
    margin-bottom: 15px;
    max-width: 80%;
  }
  .financial_planning_wrapper .benefits_box p{
    width: 86.5%;
  }
  .explore_more_wrapper .benefits_box p{
    width: 88%;
  }
  .wellness_growth  .fight_yoga_content h3{
    font-size: 36px;
    line-height: 40px;
  }
}
.wellness_growth .fight_yoga_content ul li a{
  font-family: var(--theme-font-400);
}
@media only screen and (min-width: 1280px){
  .financial_planning_wrapper .benefits_box p {
    width: 90.5%;
  }
}
.ethic_content_theme_box .ethic_con_box p{
  padding-bottom: 20px;
  width: 95%;
}
.ethic_con_box .read_more_button{
  position: absolute;
  bottom: 24px;
  right: 24px;
}


/*Yoga Alliance Policies end*/

/*The Ethical Commitment start*/

.com_ethical_teaching{
  padding: 80px 0;
}
.com_ethical_teaching .theme_heading h2{
  text-align: center;
  margin-bottom: 24px;
}
.com_ethical_teaching .theme_heading p{
  max-width: 800px;
  margin: auto;
}
.creadential_yoga_rev .theme_heading{
  margin-bottom: 50px;
}
@media only screen and (min-width: 1280px){
  .com_ethical_teaching  .ask_anything .question_box,
  .educational_provide_sec   .theme_main_accordian .question_box{
    margin-bottom: 50px;
  }
}
/*The Ethical Commitment end*/

/*Code of Conduct start*/
.code_conduct_page{
  padding-bottom: 20px;
}
.code_conduct_page h1{
  font-family: var(--theme-font-600);
}
.code_conduct_pol_sec{
  padding: 20px 0 20px 0;
}
.code_conduct_pol_sec h4{
  color: var(--button-text);
  font-family: var(--theme-font-600);
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 24px;
}
.code_conduct_pol_sec ol{
  padding-left: 15px;
}
.guidance_code_sec{
  padding-bottom: 60px;
}
.guidance_code_sec h5{
  color: #333;
  font-family: var(--theme-font-700);
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}
.guide_main_code .code_conduct_in{
  margin-bottom: 25px;
}
.guidance_code_sec ul li{
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 3px;
}
.code_con_sec_content{
  padding: 80px 0;
}
.code_con_sec_content  .theme_heading{
  margin-bottom: 40px;
}
/*Code of Conduct end*/

/*404 start*/
@media only screen and (min-width: 1200px){
  .not_get_404_sec{
    min-height: 1150px;
  }
}
.not_get_404_sec{
  height: calc(100vh - 170px);
  display: flex;
  padding-top: 160px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;

}
.not_found_content{
  max-width: 450px;
}
.not_get_404_sec h1{
  color: #333;
  font-family: var(--theme-font-600);
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 30px;
}
.not_get_404_sec .banner_buttons{
  margin-top: 30px;
  gap: 20px 40px;
}
/*404 end*/



/* COMMON AREA  */

.common_padding {
  padding: 80px 0;
}

.small_container {
  max-width: 800px;
  margin: 0 auto;
}

.common_mb {
  margin-bottom: 80px;
}
.common_bg_color{
  background-color: #F9F9F9;
}

.theme_sub_heading {
  margin-bottom: 48px;
}

.theme_sub_heading :is(h2, h3, h4, h5, h6) {
  font-size: 36px;
  font-family: var(--theme-font-600);
  color: var(--theme-heading);
}

.sub_page_banner {
  width: 100%;
  max-width: 940px;
}
.theme_main_yoga h4{
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 35px;
}
.theme_main_yoga p{
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.theme_banner_com{
  height: 95vh;
}
.sub_page_banner h1 {
  margin-bottom: 40px;
}

.fight_yoga_content :is(h3, h4, h5, h6) {
  color: #333;
  font-family: var(--theme-font-600);
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.fight_yoga_content p {
  margin-bottom: 15px;
}

.fight_yoga_content ul li{
  list-style: disc;
}
.fight_yoga_content .theme_learn_more{
  margin-top: 40px;
}
.main_pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.featured_workshop_wrapper .fight_yoga_content {
  padding-left: 80px;
}



/*BENEFIT CARE PAGE*/
/* BENEFIT OF EVERYPATH  */

.benefit_of_everypath_wrapper {
  background-color: #fff;
}

.benefit_pg_card_wrapper {
  row-gap: 80px;
}

.benefit_pg_card_wrapper .benefits_box {
  background-color: #F9F9F9;
}

/*PROFESSIONAL RESOURCE PAGE*/

 .financial_planning_wrapper{
  padding-bottom: 120px;
 }

 .small_card_wrapper{
  row-gap: 40px;
 }
 .small_card_wrapper  .benefits_box {
  width: calc(100% / 3 - 80px);
  background-color: #F9F9F9;
 }

 .liabilities_wrapper {
  padding-top: 120px;
  padding-bottom: 60px;
 }
 .box_small_heading h4{
  margin-bottom: 25px;
 }
 .search_for_more_area:has(.search_details_area){
  max-width: 450px;
  margin: 0 auto;
 }
 .search_details_area{
  margin-bottom: 40px;
 }
 .search_details_area p{
  margin-bottom: 15px;
 }


/*KNOWLEGDE SEEKER*/

.discount_partner_wrapper .theme_another_content p{
  font-family:var(--theme-font-600) ;
}
.additional_resourse_wrapper{
  padding-top: 40px;
}

/*WELLNESS*/
.mental_resource_wrapper {
  padding-top: 80px;
  padding-bottom: 60px;
}
.discount_wrapper {
  padding-top: 60px;
  padding-bottom: 80px;
}

/*MEMBERSHIP PAGE*/
.small_two_card .benefits_box .read_more_button {
  right: unset;
  left: 20px;
}

.small_two_card .benefits_box {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  background-color: transparent;
}
.mb_review_card_wrapper{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 9%;
}
.member_about_wrapper .ask_anything .question_box:not(:last-child) {
  margin-bottom: 55px;
}

.member_about_wrapper .theme_main_accordian .question_head {
  padding-left: 0;
  padding-right: 0;
}
.mb_review_card_area {
  padding: 30px 20px 340px;
  position: relative;
  border-radius: 16px;
}
.mb_review_card_area > h4{
  font-family: var(--theme-font-400);
}
.mb_review_person{
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.mb_review_person img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}
.member_about_wrapper .theme_heading{
  margin-bottom: 40px;
}
.member_about_wrapper .theme_heading p{
  max-width: 800px;
  text-align: left;
}
.register_accordian_wrapper .theme_another_content >p{
  color: #690A2C;
  font-family: var(--theme-font-600);
  margin-bottom: 40px;
}
.register_accordian_wrapper .theme_another_content{
  margin-bottom: 40px;
}
.register_accordian_wrapper .theme_another_content h4{
  color: #690A2C;
}
.register_page_details_with_img{
  margin-bottom: 120px;
}
.fight_with_yoga  .small_two_card .benefits_box{
  min-height: unset;
}

.price_with_accordian_wrapper .due_price_amt{
  margin-top: 0;
}
.price_with_accordian_wrapper .due_price_amt h4{
  text-transform: uppercase;
}
.price_with_accordian_wrapper .due_price_amt:not(:first-child){
  border-top: none;
}
.total_price_list_area > h4{
  margin-bottom: 40px;
}

.register_teacher_yoga_wrapper{
  background-color: #fff;
}
.no_border_price_wrapper .due_price_amt{
  border-right: none;
  border-left: none;
  border-top: none;
}
.no_border_price_wrapper .due_price_amt:last-child{
  border-bottom: none;
  background-color: #F9F9F9;
}
.second_price_wrapper .due_price_amt:last-child{
  background-color: transparent;
  border-bottom: 1px solid #979797;
}
.total_price_list_area p.mt-3{
  font-style: italic;
}
/*site footer*/

.site_footer{
  padding: 40px 0 80px 0;
  border-top: 1px solid #979797;
  background: #F9F9F9;  
}
.site_footer .footer_box .footer_site_logo{
  max-width: 80px;
  height: 80px;
}
.footer_box .footer_site_logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer_box_wrapper{
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.footer_box .social_media_box{
  display: flex;
  gap: 16px;  
}
.footer_box ul{
  margin-top: 15px;
}
.footer_box ul li:not(:last-child){
  margin-bottom: 10px;
}
.footer_box ul li a{
  color: #333;
  font-family: var(--theme-font-600);
  font-size: 16px;
  line-height: 24px;
  /*font-weight: 600;*/
}
.footer_box ul li a:hover,
.policy_maker ul li a:hover{
  text-decoration: underline;
}
.footer_box .social_media_box li a{
  font-size: 24px;
  transform: translateY(0) scale(1);
}
.footer_box .social_media_box li a:hover{
  transform: scale(1.2) translateY(-5px);
  
}
.copy_right{
  padding: 20px 0 25px 0;
}
.copy_right_content{
  max-width: 900px;
  margin: 0 auto;
}
.policy_maker,
.policy_maker ul{
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
.policy_maker img{
  max-width: 120px;
  max-height: 60px;
}
.policy_maker ul li a{
  color: #333;
  font-family: var(--theme-font-600);
  font-size: 16px;
  line-height: 24px;
  /*font-weight: 600;*/
}


a.theme_button_dash {
  color: #B4341D;
  font-family: var(--theme-font-600);
  font-weight: normal;
    font-style: normal;
}
a.theme_button_dash:hover {
  text-decoration: underline;
}
.userProperties p {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.userProperties p strong {
  font-family: var(--theme-font-600);
  font-weight: normal;
    font-style: normal;
  margin-right: 5px;
}
.userProperties_main {
  display: flex;
    align-items: center;
    flex-direction: column;
}


