@media(min-width: 1920px){
  .container-fluid {
    padding: 0px 20px;
    max-width: 1900px;
    margin: 0 auto;
  }
}




@media(max-width: 1024px){


.intro-info a {
    padding: 10px 14px;
    font-size: 16px;
}

.intro-info p {
    font-size: 16px;
}
.headeing h2 {
    font-size: 30px;
}

.latest-video iframe {
    border-radius: 10px;
    height: 200px;
}
.intro-sec iframe {
    height: 600px;
}
}




@media(max-width: 991px){
.header-logo img {
    width: 240px;
    height: auto;
}

.navigation-bar .navbar-toggler {
    position: absolute;
    right: 0;
    z-index: 999;
}

header .container{
    flex-direction: row-reverse;
}

.account-bar {
    position: absolute;
}
.account-bar {
    right: 70px;
    position: absolute;
}


#hamburger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}
#hamburger .line {
  fill: none;
  stroke: #000;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
#hamburger .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
#hamburger .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
#hamburger .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
#hamburger.open .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
#hamburger.open .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
#hamburger.open .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}


.navigation-bar .navbar-collapse{
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    width: 80%;
    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
    background: #f2f2f2;
     
}
.navigation-bar .navbar-collapse.show {
    padding: 0px 0px;
    visibility: visible;
    transform: translateX(0);
    top: 0px;
}
.navigation-bar .navbar-collapse ul li.nav-item{
    padding: 0px 10px;
}
.navigation-bar .navbar-collapse ul.navbar-nav {
    padding-top: 70px;
}
.about-info {
    margin-bottom: 50px;
}ul#menu-header-menu {
    align-items: flex-start !important;
    padding-left: 30px;
}ul#menu-header-menu li {
    line-height: 44px;
}

.page-template-about-template .about-us-img {
    margin-top: 40px;
}

.page-template-about-template .about-info {
    margin-top: 40px;
}
.donation_button a {
    font-weight: 600 !important;
    background: #000;
    padding: 14px 40px !important;
    border-radius: 50px;
    animation: shadow-pulse 2s infinite;
    color: #fff !important;
}
.donation_button {
    margin-top: 10px;
}
.key-features-info {
    padding-top: 20px;
}





}


@media(max-width: 820px)
{
.intro-sec iframe {
    height: 530px;
}
}


@media(max-width: 767px)
{

  .header-logo img {
        width: 70%;
    }
.benefits-yoga-info h3 {
    font-size: 28px;
}

.about-info h3{
  font-size: 28px;
}
.about-sec h3 {
    font-size: 21px;
}
.breadcrumb-section {
    padding: 40px 0 30px;
}.breadcrumb li {
    font-size: 14px;
}
.page-template-about-template .about-info {
    margin-top: 20px;
}.about-info h3 {
        font-size: 24px;
        font-weight: 700;
    }
    .footer_sec{
        margin-bottom: 20px;
    }
.single-service-content h2 {
    font-size: 24px;
    margin: 20px 0px;
    font-weight: 600;
}
}


@media(max-width: 476px)
{
    
.latest-video iframe {
    border-radius: 10px;
    height: 260px;
}
.about-us {
    padding-bottom: 20px;
}
.benefits-yoga-info h3 {
    font-size: 24px;
}
.about-info h3{
  font-size: 24px;
}    .intro-sec iframe {
        height: 230px;
    }
     .intro-sec .post-content h4.post-title {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 30px;
    }
.about-us-img {
    margin-bottom: 30px;
}

    .headeing h2 {
        font-size: 25px;
    }

  
    .header-logo img {
    width: 100%;
}ul#menu-header-menu li {
    line-height: 36px;
}
.donation_button {
    margin-top: 5px;
}.donation_button a {
    border-radius: 5px;
    animation: inherit;
}
.footer_sec h4 {
    margin-bottom: 8px;
}
	.benefits-yoga-info {
    padding: 40px 20px;
}section.error-page img {
    width: 80%;
    margin-bottom: 20px;
}ul.feature-buttons {
    width: 90%;
}a.website_button {
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 12px 15px;
    display: inline-block;
    border-radius: 7px;
    font-weight: 500;
    font-size: 16px;
}
}

