.callbtn .callbotton {
    position: fixed;
    transform: all .5s ease;
    background-color: #2562d3;
    display: block;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    border-right: none;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    bottom: 219px;
    right: 50px;
    border: 0;
    z-index: 9999;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.callbtn .callbotton:before {
    content: "";
    position: absolute;
    z-index: -1;
    right: -35px;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background-color: #0082ca;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.callbtn .callbotton:focus {
    border: none;
    outline: none;
}


.whatsapp .wtsapp {
    position: fixed;
    transform: all .5s ease;
    background-color: #25d366;
    display: block;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    border-right: none;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    bottom: 25px;
    right: 50px;
    border: 0;
    z-index: 9999;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.whatsapp .wtsapp:before {
    content: "";
    position: absolute;
    z-index: -1;
    right: -35px;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.whatsapp .wtsapp:focus {
    border: none;
    outline: none;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.sendmail .mail {
    position: fixed;
    transform: all .5s ease;
    background-color: #f17705ed;
    display: block;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    border-right: none;
    color: #fff;
    font-weight: 700;
    font-size: 23px;
    bottom: 120px;
    right: 50px;
    border: 0;
    z-index: 9999;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.sendmail .mail:before {
    content: "";
    position: absolute;
    z-index: -1;
    right: -35px;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background-color: #f17705ed;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.sendmail .mail:focus {
    border: none;
    outline: none;
}

.ayur_img1 {
    width: auto;
    border-radius: 30px;
}

.priciple {
    widows: 25px;
}

/* style for blog */
.section_padding {
    padding: 107px 0;
}

.section_heading {
    margin-bottom: 30px;
}

.section_heading h2 {
    color: #222;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 30px;
    text-transform: uppercase;
}

.section_heading h2 span {
    color: orangered;
}

.section_heading p {
    font-size: 16px;
    margin: 10px 0 5px;
}

.single-blog {
    transition: all 0.30s ease 0s;
}

.single-blog:hover {
    transform: translateY(-10px);
}

.single-blog .post-img {
    position: relative;
}

.single-blog .post-img img {
    max-width: 100%;
    height: auto;
}

.single-blog .post-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(255, 69, 0, 0.6);
    transition: all 0.30s ease 0s;
}

.single-blog:hover .post-img:after {
    opacity: 1;
}

.single-blog .single_blog {
    border-top: none;
    padding: 25px 20px 25px;
    background: #effeeb;
    position: relative;
}

.single-blog .post-title {
    margin: 0 0 15px 0px;
    font-size: 20px;
    color: #333;
    display: inline-block;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.single-blog .blog-text {
    font-size: 15px;
    line-height: 23px;
    margin: 7px 0 10px;
}

.icon-area {
    list-style: none;
    font-size: 14px;
    padding: 0;
}

.icon-area>li {
    display: inline-block;
    margin-right: 5px;
    color: #555;
    font-style: italic;
}

.icon-area>li i {
    color: orangered;
    margin-right: 5px;
    font-size: 14px;
}

.btn-area a {
    background: linear-gradient(to right, #ff512f, #f09819);
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 11px 22px;
    margin: 10px 0px 10px;
    border: none;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.2s ease-in-out 0s;
}

/* end style for blog */

/* style for testimonials */
.container-button {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "bt-1 bt-2 bt-3"
        "bt-4 bt-5 bt-6";
    position: fixed;
    perspective: 800;
    bottom: 25px;
    left: 29px;
    padding: 0;
    width: 135px;
    height: 47px;
    transition: all 0.3s ease-in-out;
    z-index: 9999;
}

.container-button:active {
    transform: scale(0.95);
}

.testi_hover {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 200;
}

.bt-1 {
    grid-area: bt-1;
}

.bt-2 {
    grid-area: bt-2;
}

.bt-3 {
    grid-area: bt-3;
}

.bt-4 {
    grid-area: bt-4;
}

.bt-5 {
    grid-area: bt-5;
}

.bt-6 {
    grid-area: bt-6;
}

.bt-1:hover~button {
    transform: rotateX(15deg) rotateY(-15deg) rotateZ(0deg);
    box-shadow: -2px -2px #18181888;
}

.bt-1:hover~button::after {
    animation: shake 0.5s ease-in-out 0.3s;
    text-shadow: -2px -2px #18181888;
}

.bt-3:hover~button {
    transform: rotateX(15deg) rotateY(15deg) rotateZ(0deg);
    box-shadow: 2px -2px #18181888;
}

.bt-3:hover~button::after {
    animation: shake 0.5s ease-in-out 0.3s;
    text-shadow: 2px -2px #18181888;
}

.bt-4:hover~button {
    transform: rotateX(-15deg) rotateY(-15deg) rotateZ(0deg);
    box-shadow: -2px 2px #18181888;
}

.bt-4:hover~button::after {
    animation: shake 0.5s ease-in-out 0.3s;
    text-shadow: -2px 2px #18181888;
}

.bt-6:hover~button {
    transform: rotateX(-15deg) rotateY(15deg) rotateZ(0deg);
    box-shadow: 2px 2px #18181888;
}

.bt-6:hover~button::after {
    animation: shake 0.5s ease-in-out 0.3s;
    text-shadow: 2px 2px #18181888;
}

.testi_hover:hover~button::before {
    background: transparent;
}

.testi_hover:hover~button::after {
    content: "Feedback Please?";
    top: -250%;
    transform: translate(-50%, 0);
    font-size: 24px;
    color: #f19c2b;
}

.add_testi {
    position: absolute;
    padding: 0;
    width: 135px;
    height: 47px;
    background: transparent;
    font-size: 17px;
    font-weight: 900;
    border: 3px solid #f39923;
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
}

.add_testi::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 135px;
    height: 47px;
    background-color: #f5ae51;
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

.add_testi::after {
    content: "Review Us";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 135px;
    height: 47px;
    background-color: transparent;
    font-size: 17px;
    font-weight: 900;
    line-height: 47px;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}

@keyframes shake {
    0% {
        left: 45%;
    }

    25% {
        left: 54%;
    }

    50% {
        left: 48%;
    }

    75% {
        left: 52%;
    }

    100% {
        left: 50%;
    }
}

#TestiModel .modal-content {
    background-color: #effeeb;
}

/* style testimonials ends */

.yoga_header {
    margin-bottom: 2%;
    text-decoration: underline;
    text-transform: capitalize;
}

.service-item img {
    height: 200px;
}

.register_btn {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
}

.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-container {
    margin-bottom: 25px;
}

.popup_dialog {
    margin-left: 16%
}

.popup_content {
    width: 170%;
}

@media screen and (max-width: 900px) {

    .popup_dialog {
        margin-left: 2%
    }

    .popup_content {
        width: 80%;
    }
}


.consult_img {
    width: 100px;
}


.card_counter {
    box-shadow: 2px 2px 10px #DADADA;
    margin: 5px;
    padding: 20px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
}

.card_counter:hover {
    box-shadow: 4px 4px 20px #DADADA;
    transition: .3s linear all;
}

.card_counter.primary {
    background-color: #83da61;
    color: #FFF;
}

.card_counter.danger {
    background-color: #cfe548;
    color: #FFF;
}

.card_counter.success {
    background-color: #e8c83c;
    color: #FFF;
}

.card_counter.info {
    background-color: #f9b82f;
    color: #FFF;
}

.card_counter i {
    font-size: 5em;
    opacity: 0.2;
}

.card_counter .count-numbers {
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 32px;
    display: block;
}

.card_counter .count-name {
    position: absolute;
    right: 35px;
    top: 65px;
    font-style: italic;
    text-transform: capitalize;
    opacity: 0.5;
    display: block;
    font-size: 18px;
}


#provide_div {
    max-width: 200%;
}

@media (max-width: 767px) {
    #provide_div {
        max-width: 100%;
        margin-top: -20%;
    }
}

/* banner img */
#banner_img {
    width: 25px;
    height: 100px;
}

.hero-slider {
    height: auto;
}

#banner-hero-session {
    padding-bottom: 35%;
}

@media (max-width: 767px) {
    #banner-hero-session {
        padding-bottom: 0%;
    }
}

#banner_img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    /* Aspect ratio of 16:9 (divided height by width) */
    background-size: 100% 100%;
    background-position: center;
}


/* Adjust the height and padding-bottom as needed for different aspect ratios */

/* Responsive styles */
@media (max-width: 768px) {
    #banner_img {
        padding-bottom: 75%;
        /* Adjust the aspect ratio for smaller screens */
    }

    #aboutus_row {
        width: 50%;
        margin-left: 23%;
    }

    #PopupModal {
        margin-left: 10%;
    }

    #logo_div {
        width: 80%;
    }
}

.yoga_button{
  margin-left: 1%;
}

.dr_button{
  margin-left: 10%;
}

.banner_title{
  color:rgb(60, 243, 60);
}

/* dr button start */

@media (max-width: 768px) {
    .dr_button {
        padding-bottom: 10%;
        margin-left: 0%;
    }

    .yoga_button {
      padding-left: 3%;
      padding-bottom: 10%;
      margin-left: 0%;
    }

    .consult_img {
        width: 67px;
    }

    .logo_consult_img {
      margin-left: 32%;
      /* max-width: 38%; */
      margin-bottom: 6%;
    }
}

/* .btn{
  color: #000;
  background: linear-gradient(135deg, #d83b2b 0%, #c03223 22%, #af291b 22%, #9f2519 28%, #8e2117 28%, #7d1d14 72%, #6d1a12 72%, #5c1610 100%);
  background-size: 200% 100%;
  background-position: 0 0;
  font-family:'Archivo', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  padding: 13px 20px 12px;
  border-radius: 32px;
  border: none;
  position: relative;
  z-index: 1;
  transition: all 0.6s ease 0s;
}
.btn:hover{ 
  color: #fff; 
  background-position: 100% 0;
}
.btn:before{ 
  content:"";
  background-color:#effeeb;
  border-radius: 50px;
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  transition: all 0.5s;
  z-index: -1;
}
.btn:hover:before{ opacity: 0; }
@media only screen and (max-width: 767px){
  .btn{ margin-bottom: 30px; }
} */

/* .treats{
    left: 115px;
    top: 1135px;
    display: block;
    background: rgba(255,255,255,1);
    border-style: solid;
    border-width: 1px;
    border-color: #89c461;
    border-radius: 0px;
    z-index: 18;
    width: 348px;
    height: 86px;
    position: absolute;
} */

.list-container {
    max-width: 500px;
    margin: 0 auto;
}

.list-item {
    border: 1px solid green;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 16px;
    margin-right: 19px;
    position: relative;
    font-size: 20px;
    color: #7d7f85;
    position: relative;
    text-align: center;
}
/* 
.list-item::before {
    content: "\2192";
    font-size: 20px;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
} */

/* privacy policy */

.privacy_div{
    padding-top: 6%;
}

@media (max-width: 768px) {
    .list-container {
        max-width: 90%;
        margin-left: auto; 
        margin-right: auto;
    }
}

.read-more-treats{
    margin-left: 44%;
    margin-top: 5%;
}

.hide_content{
    display: none;
}

.google_tag{
    display:none;
    visibility:hidden
}

.text_center{
    text-align: center;
}
.margin_value{
    margin-right: -258px;
}