@media only screen and (width: 1366px) {
  #menu li {
    padding: 6px 0;
    font-size: 16px;
  }

  #menu .m-top {
    margin-top: 22px;
  }

  #me-button {
    margin-top: 34px;

    padding: 11px 113px;
  }

  #menu {

    height: 106vh;
  }
}

@media only screen and (max-width: 1199px) {
  .award-content {
    width: 100%;
  }
}

@media screen and (max-width: 1150px) {
  .timeline {
    width: 80vw;
  }

  /* .timeline .checkpoint{
          width: 100%;
          transform: none;
          padding-left: 0;
          padding-right: 0;
          border: none;
      }

      .timeline .checkpoint::before{
          width: 3px;
          height: 4em;
          top: -2em;
          left: 50%;
          transform: translateX(-50%);
      }

      .timeline .checkpoint div::before{
          top: 0.5em;
          left: 50%;
          transform: translateX(-50%);
  } */
}

.checkpoint h2,
.checkpoint p {
  padding: 5px 0 0;
  margin: 0;
}

.start__image {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.end__image {
  position: absolute;
  bottom: -234px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.table_wrapper {
  position: relative;
}

@media (max-width: 1199px) {
  .quick-links li {
    font-size: 11px;
  }

  section.footer {
    padding-top: 200px !important;
  }
}

@media (max-width: 900px) {



  /* ............thankyou page ..... */

  .mobile-bg {
    display: none;
  }

  .thankyou img {

    width: 100%;


    height: 100vh;
  }

  .thankyou {
    position: relative;

  }



  .thank-you-outer-box .inner-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    max-width: 653px;
    width: 100%;
    padding: 30px 20px;
    /* height: 640px; */
  }

  .thank-you-outer-box .content-outer-box {
    padding: 22px 10px 22px;
    border: 1px solid #566636;
  }

  .thank-you-outer-box .img-logo-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }

  .thank-you-outer-box .img-logo-box .th-logo {
    width: 83px;
    height: 56px;
    padding-bottom: 6px;
  }

  .thank-you-outer-box .img-logo-box .line-pic {
    width: 267px;
    height: 1px;
  }

  .thank-you-outer-box .img-logo-box p {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    padding-top: 6px;
    /* identical to box height, or 32px */

    margin-bottom: 18px;
    /* Primary Color */

    color: #8F9B47;
  }


  .thank-you-outer-box .content-2 h2 {
    font-weight: 500;
    font-size: 50px;
    line-height: 33px;
    /* identical to box height, or 100% */
    margin-bottom: 50px;
    text-align: center;

    color: #000000;
  }

  .thank-you-outer-box .content-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .thank-you-outer-box .content-2 p {
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;

    margin-bottom: 26px;
    /* or 150% */

    text-align: center;

    /* Black */

    color: #000000;
  }


  a.thankyou-button {
  
    
    font-size: 14px;
    line-height: 19px;
    text-align: center;
   
    padding: 16px 32px;

    transition: 0.3s ease-in-out;
    cursor: pointer;
  }

  /* ............thankyou  end..... */


.header-logo{
  width: 33%;
}

  header .header-button a.button {
    display: none;
  }

  header .header-icons {
    width: 33%;
  }

  .banner-heading h2 {
    margin-bottom: 0;
  }

  .banner-heading {
    gap: 16px;
  }

  .header-logo {
    /* width: auto; */
    text-align: center;
  }
  .header-button{
    display: none;
  }
  .side-menu{
    width: 33%;
  }

  .toggle-img {
    position: absolute;
    top: -11px;
    left: -14px;
  }

  .mainContainer {
    grid-template-columns: 100%;
  }

  .cardbox {
    grid-template-columns: 100%;
    padding: 0px 20%;
    column-gap: 10px;
    row-gap: 10px;
  }

  .cards img {
    height: auto;
    border-radius: 4px;
    border-radius: 4px;
  }

  .cardboxpro {
    grid-template-columns: 100%;
    padding: 0px 20%;
  }

  .cardboxhos {
    grid-template-columns: 100%;
    padding: 0px 20%;
  }

  .cardboxhosaward {
    grid-template-columns: 1fr 1fr;
    padding: 0px 10%;
  }

  #myBtn {
    bottom: 60px;
    right: 13px;
    padding: 4px 10px;
  }
}

@media(max-width:767px) {
  /* thank you page */
     /* ..........thank-you................. */



     .thankyou {
      position: relative;

  }



  .thank-you-outer-box .inner-box {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: white;
      max-width: 336px;
      width: 100%;
      padding: 14px 10px;

      height: 520px;
  }

  .thank-you-outer-box .content-outer-box {
      padding: 7px 10px 7px;
      border: 1px solid #566636;
  }

  .thank-you-outer-box .img-logo-box {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;

  }

  .thank-you-outer-box .img-logo-box .th-logo {
      width: 83px;
      height: 56px;
      padding-bottom: 6px;
  }

  .thank-you-outer-box .img-logo-box .line-pic {
      width: 267px;
      height: 1px;
  }

  .thank-you-outer-box .img-logo-box p {
      font-weight: 400;
      font-size: 16.221px;
      line-height: 160%;
      padding-top: 6px;
      /* identical to box height, or 32px */

      margin-bottom: 12px;
      /* Primary Color */

      color: #8F9B47;
  }


  .thank-you-outer-box .content-2 h2 {
      font-weight: 500;
      font-size: 30px;
      line-height: 33px;
      /* identical to box height, or 100% */
      margin-bottom: 26px;
      text-align: center;

      color: #000000;
  }

  .thank-you-outer-box .content-2 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }

  .thank-you-outer-box .content-2 p {
      font-weight: 400;
      font-size: 12px;
      line-height: 20px;

      margin-bottom: 10px;
      /* or 150% */

      text-align: center;

      /* Black */

      color: #000000;
  }


  a.thankyou-button {
      
      font-weight: 500;
      font-size: 12px;
      line-height: 19px;
      text-align: center;
      text-decoration: none;
      
      padding: 13px 29px;

     
      transition: 0.3s ease-in-out;
      cursor: pointer;
  }
  .error-page.thank-you-outer-box .inner-box{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    max-width: 336px;
    width: 100%;
    padding: 14px 10px;
  
    height: auto;
  }

  /* ..........thank-you................. */

 

  #myBtn {
    bottom: 60px;
    right: 13px;
  }

  .blank-div {
    height: 0;
  }

  header .header-button a.button {
    display: none;
  }

  hr {
    margin-bottom: 10px;
    margin-top: 0;
  }

  #menu .m-top {
    margin-top: 20px;
  }

  header .header-icons {
    width: 33%;
  }

  .header.sticky,
  header {
    height: 50px;
  }

  /* .header {
    padding-top: 7px;
  } */

  #menu {
    padding: 60px 20px;
    padding-bottom: 0;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    text-align: center;
  }

  ul#menu-header-menu li {
    text-align: start;
  }

  #menuToggle a {
    font-family: Canto;
    font-size: 16px;
    line-height: 24px;
  }

  #menu .input-box .asl_m .proinput input.orig {
    padding: 4px 0 !important;
  }



  #me-button {
    margin-top: 40px
  }

  .bottom-text p {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 28px;
  }

  .toggle-img {
    position: absolute;
    top: -11px;
    left: 0;
  }

  #me-button {
    padding: 10px;
    width: 80vw;
  }

  /* 
  #menu {
    position: absolute;
    width: 110vw;
  } */
  #menu li {
    padding: 8px 0;
    font-size: 16px;
  }

  ul#menu-header-menu li {
    border-bottom: 1px solid var(--Rectangle-9119, #999);
  }

  h1 {
    font-size: 40px;
    line-height: 46px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
  }

  .founder-vision .col-md-5 {
    background: transparent;
    box-shadow: none;
    transform: translateX(0%);

  }

  section.founder-vision {
    padding: 20px 0px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .green {
    font-size: 28px !important;
  }

  .desktop-none {
    display: block;
  }

  .desktop-none img {
    width: 100%;
    margin: 20px 0px;
  }

  .desktop-show {
    display: none;
  }

  .found-p {
    padding: 30px 0px;
  }

  .luxury-ayurveda .col-md-6 img {
    width: 100%;
  }

  .luxury-ayurveda .col-md-5 {
    box-shadow: none;
    background: none;
  }

  .h4-font {
    padding: 20px 0px;
  }

  .leadership-details p {
    padding: 20px 0px;
    padding-top: 10px;
  }

  .directors .container {
    padding: 0px 24px;
  }

  .live-breathe {
    padding: 50px 0px;
  }

  .svg-grup p,
  .svg-grup span {
    font-size: 12px;
  }

  .right-blog {
    margin-top: 20px;
  }

  .read-btn svg {
    margin-left: 10px;

  }

  header .header-button a.button {
    padding: 10px 20px;
  }



  /* header */
  header .header_content {
    padding: 0 0;
  }

  .header-logo img {
    width: 100px;
  }
  .header.sticky .header-logo img {
    width: 70px;
  }

  /* .header-icons span.z-index {
    display: none;
  } */
  /* .header-icons a {
    display: none;
  } */

  a.button {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.182px;
    white-space: normal;
    padding: 10px 40px;
  }



  /* footer */
  .bottom-bar {
    padding: 25px 0;
    padding-bottom: 71px;
  }

  .bottom-bar a {
    font-size: 11px;
    line-height: 128%;
    margin: 0 11px;
  }

  section.footer {
    padding-top: 218px !important;
    background-position-x: center;
  }

  .footer-content span {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
  }

  .footer-content p {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  footer ul {
    padding: 0;
    margin-top: 0px;
  }

  .link-one {
    margin-top: 24px;
  }

  .link-two {
    margin-top: 50px;
  }

  .sub-heading li {
    margin: 4px 0;
  }

  .contact-details-list {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 576px) {
  .section1 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 400px) {

  .cardboxhosaward {
    grid-template-columns: 1fr;
    padding: 0px 20%;
  }
}