body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}
.rnd-btn {
  background-color: #88b04b;
  border-radius: 20px;
  color: black;
  margin: 5px;
  padding: 8px 30px !important;
  text-decoration: none;
}

.rnd-btn2 {
  background-color: #88b04b;
  border-radius: 10px;
  padding: 15px 20px;
  text-decoration: none;
  color: white;
}

.navtabs{
  color:black;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px 3px white;
}

.rnd-btn3 {
  border-radius: 10px;
  color: black;
  padding: 15px 20px;
  text-decoration: none;
}

.welcome {
  height: 80vh;
  padding: 0 20px;
  min-height: 300px;
}

.welcome h1 {
  font-weight: bold;
}

.welcome_intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 300px;
}

.carousel_1{
  background-color: #bbd78f;height: 100%;display: flex;align-items: center;justify-content: center;
}

.carousel_2{
  width: 75%;background-color: white;border-radius:20px;padding: 15px;font-weight: bolder;border:5px solid green;margin:5px;font-size:15px;box-shadow:5px 5px 10px black; font-style: italic;
}

.carousel_3{
  display:block;text-align:right;
}

.p_wid {
  width: 75%;
}
.wlm_content {
  padding: 10px 30px;
  text-align: left;
}

.img2 {
  width: 50px;
  margin: 5px;
}

.img3 {
  width: 100%;
  height: 75vh;
}

.yoga_girl_img {
  width: 100%;
  border-radius: 20px;
}

.wlm_links a {
  text-align: left;
}

.wlm_links {
  display: flex;
  column-gap: 20px;
  row-gap: 10px;
  flex-wrap: wrap;
}

.firstimg div {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.cards_inner {
  text-align: center;
}

.cards_inner p {
  font-size: 15px;
}

.cards_inner h5 {
  font-weight: bold;
}

.third_row h4 {
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 30px;
}

.third_row p {
  margin-top: 5px;
}

.third_row span {
  color: grey;
  font-weight: bold;
  margin-top: 20px;
}

.third_r {
  padding: 0 80px;
  margin-bottom: 20px;
}

.yoga_full {
  overflow-x: auto;
  white-space: nowrap;
}

.yoga_cap {
  width: 350px;
  display: inline-block;
  margin: 10px;
  text-align: center;
  font-weight: bold;
}

.testinomials{
  width: 250px;
  display: inline-block;
  margin: 10px;
  text-align: center;
  font-weight: bold;
}

.yoga_cap img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 2px 2px 10px;
}

.yoga_cap p {
  margin-top: 15px;
}

.begin_card {
  background-color: #316008;
  border-radius: 20px;
  height: 400px;
  color: white !important;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 15px;
  padding: 20px;
  text-align: center;
}

.footer_des {
  background-color: #316008;
  min-height: 400px;
  color: white !important;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 15px;
  padding: 20px;
  text-align: left;
  margin: 30px 0;
}

.footer_des p {
  font-weight: normal;
}

.ft1 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px 0;
}

.consult_choose {
  display: flex;
  width: 100%;
  margin: 10px 0;
}

.consult_choose li {
  margin-bottom: 10px;
}

.consult_choose h2 {
  margin-bottom: 20px;
  font-weight: bold;
  color: #88b04b;
}

.ft1 span {
  display: block;
  font-size: 15px;
}

.ft1_inner {
  padding: 5px;
}

.ft1_inner span {
  padding: 5px;
  text-decoration:none;
  color:white;
}

.ft1_inner div {
  display: inline-block;
  vertical-align: top;
}

.ft2_inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.ft2_inner a {
  text-decoration: none;
  color: black;
  font-size: 15px;
  font-weight:bold;
}

.ft2_inner div {
  padding: 20px 20px;
}

.row1 {
  height: 40vh;
  align-items: center;
}

.col_row2 {
  position: relative;
  margin: 10px;
  color: white;
  border-radius: 20px;
}

.row2 {
  justify-content: center;
  height: 50vh;
  padding: 10px;
  margin-bottom: 50px;
}

.row3 {
  padding: 20px 100px;
  height: 80vh;
  background-color: #faffe8;
  text-shadow: 1px 1px 3px;
}

.row3 li {
  padding: 20px;
}

.row4 {
  padding: 40px;
}

.row6 {
  padding: 40px 100px;
  background-color: #faffe8;
  margin-top: 50px;
}

.col_row5_inner {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid grey;
  border-radius: 5px;
  height: 100%;
  width: 100%;
  padding: 5px;
  align-items: center;
}

.col_row5_inner h2,
.col_row5_inner p,
.col_row5_inner span {
  padding: 10px;
}

.grid_row5 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.grid_row5 div {
  padding: 10px;
}

.col_row6_2 h5 {
  font-weight: bold;
  margin-bottom: 20px;
}

.col_row6 {
  padding-bottom: 70px;
}

.yoga_action {
  padding: 50px;
}

.about_img {
  padding: 50px 100px;
}
.col_row6_txt {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

.about_img_back {
  height: 500px;
  width: 100%;
  position: relative;
  border-radius: 15px;
  box-shadow: 3px 3px 5px;
  background: linear-gradient(rgb(52, 52, 52), rgba(32, 32, 32, 0.5)),
    url(../images/yoga4.webp) no-repeat center center;
}
.sub_payment {
  flex: 1;
  border-radius: 5px;
  align-content: center;
  background-color: #faffe8;
  text-align: center;
  font-weight: bold;
  padding: 10px;
}

.sub_payment_txt {
  flex: 2;
}

.questions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 100px;
  justify-content: space-between;
}

.grid_box {
  border: 1px solid grey;
  padding: 20px;
  border-radius: 20px;
  width: 100%;
}

#booking_confirm{
  color:red;
  font-style: italic;
  font-size: 15px;
  font-weight: bold;
  padding:10px;
}

.appointment_card{
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  border-radius: 10px;
}

.appointment_card p{
  margin:5px;
}

.appointment_card span{
  font-weight: bold;
}

.appointment_card p{
  white-space: nowrap;
}

.card1,.card2{
  flex:1;
  padding: 10px;
}

.form_gaps {
  margin: 10px;
}

.h5tagproduct {
  font-weight: bold;
}

.ptagproduct {
  font-weight: bolder;
  color: #cd1f22;
}

.meetkanshi_card{
  flex:4;
  min-width: 300px;
}
.meetkanshi_button{
flex:1;
min-width: 115px;
align-self: center;
text-align: center;
}

#delete_section span{
  width:60px;
    }

@media screen and (max-width: 768px) {
  .welcome {
    background: url(../images/img1.webp) no-repeat center center;
    background-size: cover;
  }
  .wlm_content {
    background-color: rgba(255, 255, 255, 0.8);
  }

  #choose_us {
    background-color: #effff2;
  }


  .row3 {
    padding: 20px;
    min-height: 50vh;
    height: 70vh;
  }

  #last_name {
    margin-top: 10px;
  }
}

@media screen and (max-width: 576px) {
  .third_r {
    padding: 0 60px;
  }
  .yoga_cap {
    width: 300px;
  }

  .ft1_inner span {
    font-size: 10px !important;
  }

  .ft1_inner img {
    width: 40px;
  }

  .footer_des {
    padding: 0;
  }

  .yoga_action {
    padding: 30px 20px;
  }

  .about_img {
    padding: 0;
  }
  .col_row6_txt {
    width: 100%;
  }

  .about_img_back {
    height: 400px;
  }

  .row2 {
    height: 65vh;
  }
}

@media screen and (max-width: 470px) {
  .yoga_cap {
    width: 200px;
  }

  .p_wid {
    width: 85%;
  }

  .wlm_content {
    padding: 10px 20px;
  }

  .third_r {
    padding: 0 20px;
  }

  .row6 {
    padding: 10px;
  }
  .questions {
    justify-content: center;
  }
  #delete_section span{
width:30px;
  }
}
