/*.footer1{
    background-color: #f1f1f1 !important;
}*/
body {
  font-family: 'Oswald', sans-serif;
  background-image: url(../images/bg/bg-light-noise.jpg) !important;
  background-repeat: repeat;
  color: #444444;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.footer1{
  
  background-image: url("../../img/bg/bg-pattern-chakras.jpg");
  background-size: auto;
}

.bg-theme-colored-transparent-8,.btn-theme-colored2-8{
  background-color:#EF9A51 !important;
}

.upcoming-events{
   border:1px solid #E67C3C;
   border-radius:10px;
}
.shade-theme-colored2{background-color:#f5cb9fe6 !important;}
.menuzord-menu > li > a {
  color:#000 !important;
}.menuzord-menu > li > a:focus ,.menuzord.blue .menuzord-menu > li:hover > a,.menuzord.blue .menuzord-menu ul.dropdown li:hover > a{
  color:#E38248 !important;
}
.menuzord-menu > li.active > a:before, .menuzord.blue .menuzord-menu > li:hover > a:before {
  background: #E38248 !important
  
}
.gallery-isotope.gutter-small .gallery-item {
  padding: 0px 15px 30px 15px !important;
}
.class-time td img{
  transition: .5s ease;
  border: 1px solid #D4611B;
}
.class-time td img:hover{
   transform: translateY(-10px);
   border-width:2px;
   padding:   2px;
}
.comment:hover{
 transform: translateY(-10px); 
}

.wizard-content-left {
background-blend-mode: darken;
background-color: rgba(0, 0, 0, 0.45);
background-image: url("https://i.ibb.co/X292hJF/form-wizard-bg-2.jpg");
background-position: center center;
background-size: cover;
height: 100vh;
padding: 30px;
}
.wizard-content-left h1 {
color: #ffffff;
font-size: 38px;
font-weight: 600;
padding: 12px 20px;
text-align: center;
}

.form-wizard {
color: #888888;
padding: 30px;
}
.form-wizard .wizard-form-radio {
display: inline-block;
margin-left: 5px;
position: relative;
}
.form-wizard .wizard-form-radio input[type="radio"] {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
background-color: #dddddd;
height: 25px;
width: 25px;
display: inline-block;
vertical-align: middle;
border-radius: 50%;
position: relative;
cursor: pointer;
}
.form-wizard .wizard-form-radio input[type="radio"]:focus {
outline: 0;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked {
background-color: #E67C3C;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
content: "";
position: absolute;
width: 10px;
height: 10px;
display: inline-block;
background-color: #ffffff;
border-radius: 50%;
left: 1px; 
right: 0;
margin: 0 auto;
top: 8px;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
content: "";
display: inline-block;
webkit-animation: click-radio-wave 0.65s;
-moz-animation: click-radio-wave 0.65s;
animation: click-radio-wave 0.65s;
background: #000000;
content: '';
display: block;
position: relative;
z-index: 100;
border-radius: 50%;
}
.form-wizard .wizard-form-radio input[type="radio"] ~ label {
padding-left: 10px;
cursor: pointer;
}
.form-wizard .form-wizard-header {
text-align: center;
}
.form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit {
background-color: #d65470;
color: #ffffff;
display: inline-block;
min-width: 100px;
min-width: 120px;
padding: 10px;
text-align: center;
}
.form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus {
color: #ffffff;
opacity: 0.6;
text-decoration: none;
}
.form-wizard .wizard-fieldset {
display: none;
}
.form-wizard .wizard-fieldset.show {
display: block;
}
.form-wizard .wizard-form-error {
display: none;
background-color: #d70b0b;
position: absolute;
left: 17px;
right: 0;
bottom: 0;
height: 2px;
width: 92%;

}
.form-wizard .form-wizard-previous-btn {
background-color: #E67C3C;
}
.form-wizard .form-control  {
font-weight: 300;
height: auto !important;
padding: 15px;
color: #888888;
background-color: #ffffff;
/* border: none; */

border-radius: 0;
/* box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 2px; */
height: 45px;
border: 1px solid #eeeeee;
}
.form-wizard .select2-selection  {
font-weight: 300;
height: auto !important;
padding: 11px;
color: #888888;
background-color: #ffffff;
/* border: none; */

border-radius: 0;
/* box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 2px; */
height: 45px;
border: 1px solid #eeeeee;
} 
.select2-container--default .select2-selection--single .select2-selection__arrow b {
      margin-top: 8px;
}
.form-wizard .form-control:focus,.form-wizard .select2-selection :focus {
box-shadow: none;
}
.form-wizard .form-group {
/* position: relative; */
margin: 15px 0;
}
.form-wizard .wizard-form-text-label {
/* position: absolute; */
left: 28px;
top: 16px;
/*font-size: 20px;*/
transition: 0.2s linear all;
color: #000;
}
.form-wizard .focus-input .wizard-form-text-label {
color: #080707;
top: -18px;
transition: 0.2s linear all;
/* font-size: 12px; */
}
.form-wizard .form-wizard-steps {
margin: 30px 0;
}
.form-wizard .form-wizard-steps li {
width: 20%;
float: left;
position: relative;
}
.form-wizard .form-wizard-steps li::after {
background-color: #f3f3f3;
content: "";
height: 5px;
left: 0;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 100%;
border-bottom: 1px solid #dddddd;
border-top: 1px solid #dddddd;
}
.form-wizard .form-wizard-steps li span {
background-color: #dddddd;
border-radius: 50%;
display: inline-block;
height: 40px;
line-height: 40px;
position: relative;
text-align: center;
width: 40px;
z-index: 1;
}
.form-wizard .form-wizard-steps li:last-child::after {
width: 50%;
}
.form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
background-color: #d65470;
color: #ffffff;
}
.form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
background-color: #d65470;
left: 50%;
width: 50%;
border-color: #d65470;
}
.form-wizard .form-wizard-steps li.activated::after {
width: 100%;
border-color: #d65470;
}
.form-wizard .form-wizard-steps li:last-child::after {
left: 0;
}
.form-wizard .wizard-password-eye {
position: absolute;
right: 32px;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
}
@keyframes click-radio-wave {
0% {
  width: 25px;
  height: 25px;
  opacity: 0.35;
  position: relative;
}
100% {
  width: 60px;
  height: 60px;
  margin-left: -15px;
  margin-top: -15px;
  opacity: 0.0;
}
}
@media screen and (max-width: 767px) {
.wizard-content-left {
  height: auto;
}
}


.diet-preference-container {
display: flex;
justify-content: space-between;
}

.diet-option {
width: 48%; /* Adjust the width as needed */
}

.wizard-fieldset h5{

}

@media only screen and (min-width: 1000px) {
  .upcoming-events{
      min-height:250px;
      max-height:250px;
  }
}
.upcoming-events:hover{
   border-radius:10px;
  border:1.4px solid #E67C3C;
  /*text-shadow: 2px 2px 4px #000000;   */
  box-shadow: 10px 10px 5px #dacfcf ;
}


#home-about {
  background-image: url(../images/bg/pattern-bg-01.png);
  background-repeat: repeat;
}
.benefit-yoga-img::before {
    background-image: url(../images/bg/benifits_img_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    left: 50%;
    right: 0;
    bottom: -150px;
    z-index: 1;
    background-size: cover;
    height: 364px;
    width: 100%;
    transform: translateX(-50%);
}
.benefit-yoga-img img {
    position: relative;
    z-index: 99;
}
.line-bottom-title {
  position: relative;
}
.line-bottom-title:after {
  content: "";
  position: absolute;
  background-image: url(../images/bg/flower-title.png);
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  height: 40px;
  right: 0;
  bottom: 70px;
  z-index: 99;
}

.nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
     color: #fff;
    background-color: #E67C3C;
    border-color: #E67C3C;
}