
/*==================================
      Comman
==================================*/  

.left-custom-padding-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.left-custom-padding-31 {
  margin-left: 30px;
  margin-right: 30px;
}

.left-custom-padding {
  margin-left: 20px;
  margin-right: 20px;
}

.left-custom-padding-22 {
  margin-left: 20px;
  margin-right: 20px;
}


.left-custom-margin {
  margin-left: 80px;
  margin-right: 80px;
}

.left-custom-margin-120 {
  margin-left: 120px;
  margin-right: 120px;
}


.relative {
  position: relative;
}
.relative-2 {
 position: relative;
 z-index: -2; 
}


.mt-4-cus {
  margin-top: 1.5rem !important;
}
.mt-4-cus-20 {
  margin-top: 1.5rem !important;
}

.mt-5-cus {
  margin-top: 3.2rem !important;
}


.para {
 font-size: 24px;
  font-family: "Mriya Grotesk";
  margin: 0;
  line-height: 32px;
} 

.para-21 {
  font-size: 21px;
  font-family: "Mriya Grotesk";
  margin: 0; 
}
.para-48 {
  font-size: 48px;
  font-family: "Mriya Grotesk";
  margin: 0; 
  line-height: 1.3;
}

.para-21-100 {
  font-size: 21px;
  font-family: "Mriya Grotesk";
  margin: 0;
  margin-left: 100px; 
}


.heading-2a {
  font-weight: 900;
  font-size: 65px;
  margin-top: 4rem;
  text-align: center;
}

.heading-2 {
  font-family: "Mriya Grotesk";
  font-size: 42px; 
  text-align: center;
  margin-bottom: 0px;
  font-weight: 700;
  text-transform: uppercase;
}

.heading-3 { 
  font-weight: 500;
  font-size: 120px;
  font-family: "Greemicaly"; 
  text-align: center;
  margin-top: 50px;
}

.hindi-slok {
  color: #E31F33;
  text-align: center; 
  font-size: 16px; 
  font-weight: 400; 
  text-transform: uppercase;
  margin-top: 3px;
}

.english-slok {
    color: #3B5343;
    text-align: center; 
    font-size: 16px;
    font-style: italic;
    font-weight: 700;  
}

.english-slok-2 {
    color: #1E1E1E;
    text-align: center; 
    font-size: 16px; 
}

.bullet-list li {
  margin-top: 1.5rem; 
  font-weight: 900;
  font-size: 21px;  
}

.bullet-list-2 li { 
  font-weight: 900;
  font-size: 21px;
}
.bullet-list-3 li { 
  margin-top: .2rem;
  font-size: 21px;
}


.bold-italic {
  font-weight: 900;
  font-style: italic;
}

.bold {
  font-weight: 900;
}


.youtube-video {
  height: 430px;
}

.customScrollBar::-webkit-scrollbar {
   width: 4px;
   height: 10px;
 }
 
 /* Track */
.customScrollBar::-webkit-scrollbar-track {
   /* background: #f1f1f1;  */
   box-shadow: inset 0 0 5px grey;
   border-radius: 10px;
 }
  
 /* Handle */
.customScrollBar::-webkit-scrollbar-thumb {
   background: #b0b5c0;
   /*#4A5568*/    
   border-radius: 10px;
 }



 .crousel-scroll {  
  grid-column-gap: 1.5rem;
  overflow-x: scroll;
  grid-auto-flow: column;
  justify-content: flex-start;
  padding: 0 80px 16px 80px;
}

.order1 { order: 1; }
.order2 { order: 2; }


@media (max-width: 991.98px) {

body {
    overflow-x: hidden;
}

.para-48 {
  font-size: 28px;
  line-height: 1.2;
}

.left-custom-padding-22 {
  margin-left: 0px;
  margin-right: 0px;
}

.para-21-100 {
  font-size: 14px; 
  margin-left: 20px; 
}

.heading-2a {
  font-size: 32px;
  margin-top: 2rem;
}

.left-custom-mobile {
  margin-left: 20px;
  margin-right: 20px;
}
.left-custom-margin {
  margin-left: 20px;
  margin-right: 20px;
}
.left-custom-margin-120 {
  margin-left: 20px;
  margin-right: 20px;
}

.left-custom-padding-30 {
  margin-left: 20px;
  margin-right: 20px;
}
.left-custom-padding-31 {
  margin-left: 0px;
  margin-right: 0px;
}


.d-xs-none {
    display: none !important;
  }
.d-xs-block {
    display: block !important;
  }
.youtube-video {
   height: 330px;
}
.para {
  font-size: 14px;
  line-height: 20px;
}
.mt-4-cus-20 {
  margin-top: 21px !important;
}
.mt-4-cus {
  margin-top: 1rem !important;
}
.mt-5-cus {
  margin-top: 1.5rem !important;
}
.heading-3-md {  
  font-size: 40px;  
  font-weight: 400; 
  font-family: "Greemicaly"; 
  text-align: left;
  margin-left: 3rem;
  line-height: 32px;
}
.heading-3 {  
  font-size: 40px; 
  line-height: 32px;
}
.heading-2 {   
  font-size: 32px;
}
.heading-icon {
  width: 162px;
}
.hindi-slok { 
  font-size: 14px;  
}
.english-slok { 
    font-size: 14px; 
}
.english-slok-2 { 
    font-size: 14px; 
}

.crousel-scroll {  
  grid-column-gap: 1rem; 
  padding: 0 20px 10px 20px;
}
.customScrollBar::-webkit-scrollbar {
   width: 0px;
   height: 4px;
 }

 .customScrollBar::-webkit-scrollbar-track {
   /* background: #f1f1f1;  */
   box-shadow: inset 0 0 5px transparent;
   border-radius: 10px;
 }


/*.customScrollBar::-webkit-scrollbar {
  display: none;
}*/

 .bullet-list li {
  margin-top: 1rem;  
  font-size: 14px;
}
.bullet-list-2 li {  
  font-size: 14px;
}
.bullet-list-3 li {
  font-size: 14px;
}

.para-21 {
  font-size: 14px;  
}

.order1 { order: 2; }
.order2 { order: 1; }
 

}





@media (max-width: 600px) {

  body {
    overflow-x: hidden;
}

.youtube-video {
   height: 210px;
}


  ./*d-xs-none {
    display: none !important;
  }
  .d-xs-block {
    display: block !important;
  }*/


}





/* ============================================================
              Section  1
============================================================ */
.booknow-div {
  position: absolute;
  right: 21px;
  bottom: 70px;
}
.booknow {
  cursor: pointer;
  background: #FACB27;
  font-size: 28px;
  border: 2px solid;
  border-radius: 8px;
  padding: 8px 50px;
}
.booknow-2 {
  cursor: pointer;
  background: #FACB27;
  font-weight: 900;
  font-size: 22px;
  border: 2px solid;
  border-radius: 8px;
  padding: 4px 50px;
}
.booknow-2-top {
  margin-top: 25px;
  position: relative;
  z-index: 10;
}
.booknow-2-top-1 {
  margin-top: 10px;
  position: relative;
  z-index: 10;
}

 .section-1 {
  margin-top: 50px;
  margin-bottom: 0px;
}
 

.sec1-box-01 {
  background: #F5F5F5;
  /*border-radius: 10px;*/
  padding: 90px 120px;
  position: relative;
  z-index: 5;
}

.specs-bg-1 {
  position: absolute;
  background: url(https://res.cloudinary.com/dcchvssli/image/upload/v1754929801/Intersect_xy7jbt.webp) no-repeat;
  background-size: contain;  
  background-position: center;  
  width: 842px;
  height: 441px;  
  left: 50%;
  top: 36%;
  transform: translate(-50%, -50%);  
  opacity: .05;
  /*z-index: -1;*/
}

.sec1-grid-1 {
    grid-template-columns: auto 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 20px; 
    align-items: center;
}

.sec1-grid-1-top {
  margin-top: 50px;
} 

.headign-33 {  
  font-family: Mriya Grotesk;
  font-size: 36px;  
  font-weight: 900;
  margin: 0px; 
}

.para-28 {  
  font-size: 28px;  
  font-family: "Mriya Grotesk";
  margin: 0;
  margin-top: 10px; 
}
 

@media (max-width: 991.98px) { 

.booknow {   
  font-size: 18px;  
  padding: 6px 15px;
}

.booknow-div {  
  bottom: -22px;
}
.booknow-2 {
  font-size: 18px;
  padding: 4px 20px;
}
.booknow-2-top {
  margin-top: 30px;
}
.booknow-2-top-1 {
  margin-top: 20px;
}
.section-1 {
  margin-top: 80px; 
}
.specs-bg-1 {   
  width: 362px;
  height: 371px;   
  top: 20%;
}


.sec1-grid-1 {
    grid-template-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    margin-top: 20px;
}


.sec1-box-01 { 
  width: 100%;
  padding: 30px 20px;
}

 

.headign-33 {  
  font-size: 22px;
}


.para-28 {  
  font-size: 17px;
}
.para-20 { 
  font-size: 17px; 
}




}


/* ============================================================
              Section 2
============================================================ */

.section-2 {
  margin-bottom: 100px;
  background: #D0CBBA;
  padding: 50px 120px;
} 

.sec2-grid-2 {
  margin-top: 40px;
  grid-template-columns: 1fr 1.5fr;
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  align-items: center;
}

.sec2-grid-2a {
  margin-top: 40px;
  grid-template-columns: 1.5fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  align-items: center;
}




@media (max-width: 991.98px) {

.section-2 {
  margin-bottom: 50px;
  padding: 20px 20px;
} 

.sec2-grid-2 {
  margin-top: 20px;
  grid-template-columns: 1fr;
  grid-row-gap: 20px;
  align-items: center;
}

.sec2-grid-2a {
  margin-top: 30px;
  grid-template-columns: 1fr;
  grid-row-gap: 10px; 
}


}
 


/* ============================================================
             Section 3
============================================================ */


.section-3 {
  margin-top: 60px;
  margin-bottom: 50;
} 

.sec3-grid-1 {
  margin-top: 50px;
  grid-template-columns: 1fr 1.7fr;
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  align-items: center;
}


@media (max-width: 991.98px) {

.section-3 {
  margin-top: 50px;
} 
.sec3-grid-1 {
  margin-top: 30px;
  grid-template-columns: 1fr; 
}
 
.sec3-box-01 {
  padding: 16px;
  order: -1;
} 
.sec3-grid-2 { 
  grid-template-columns: auto 1fr;
  grid-column-gap: 20px; 
}

 }

/* ============================================================
             Section 4
============================================================ */

.section-4 {
  margin-bottom: 100px;
  margin-top: 50px;
  background: #D0CBBA;
  padding: 50px 120px;
} 

.sec4-grid-1 {
  margin-top: 40px;
  grid-template-columns: 1fr 1.5fr;
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  align-items: center;
}

.sec4-grid-1a {
  margin-top: 40px;
  grid-template-columns: 1.5fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  align-items: center;
}

@media (max-width: 991.98px) {

.section-4 {
  margin-bottom: 50px;
  margin-top: 30px;
  padding: 20px 20px;
} 

.sec4-grid-1 {
  margin-top: 20px;
  grid-template-columns: 1fr;
  grid-row-gap: 10px;
}

.sec4-grid-1a {
  margin-top: 30px;
  grid-template-columns: 1fr;
  grid-row-gap: 10px;
}

 }
 

/* ============================================================
             Section 5
============================================================ */

 .section-5 {
  margin-top: 60px;
  margin-bottom: 50;
} 

.sec5-grid-1 {
  margin-top: 50px;
  grid-template-columns: 1fr 1.7fr;
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  align-items: center;
}



/* ============================================================
             2nd crousel Section 6
============================================================ */
.section-6 {
  margin-top: 66px;
  margin-bottom: 54px;
}
.sec-6-scroll img {
  width: 475px;
}

@media (max-width: 991.98px) { 
.section-6 {
  margin-top: 44px;
  margin-bottom: 70px;
}
.sec-6-scroll img {
  width: 296px;
}

}

/* ============================================================
             3nd crousel Section 8
============================================================ */
.section-8 {
  margin-top: 76px;
  margin-bottom: 54px;
}
.sec-8-scroll img {
  width: 515px;
}

@media (max-width: 991.98px) {
  .sec-8-scroll img {
    width: 296px;
  }
  .section-8 {
  margin-top: 36px;
  margin-bottom: 75px;
}


 }

 



/* ============================================================
              Flexible Partnership Section 7
============================================================ */

.section-7 {
 margin-top: 60px;
  margin-bottom: 50px;
} 

.booknow-div-02 { 
  margin-top: 30px;
}
.booknow-black {
  cursor: pointer;
  background: #000000;
  color: #FACB27;
  font-size: 20px; 
  border-radius: 8px;
  padding: 4px 60px;
}


.sec7-grid-1 {
  margin-top: 50px;
  grid-template-columns: 1fr 1.7fr;
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  align-items: center;
}



@media (max-width: 991.98px) {
 


.section-7 {
  margin-top: 50px;
  margin-bottom: 40px;
} 

.booknow-div-02 { 
  margin-top: 20px;
}
.booknow-black { 
  font-size: 18px; 
  border-radius: 6px;
  padding: 4px 50px;
}
.sec7-grid-1 {
  margin-top: 50px;
  grid-template-columns: 1fr;
  grid-row-gap: 20px;
}

 }


/* ============================================================
             Section 9
============================================================ */

.section-9 {
  margin-bottom: 60px;
} 

.sec-9-box-1 {
  background: #FACB27;
  padding: 30px 70px;
  border-radius: 30px;
}

.specs-bg-9-1 {
  position: absolute;
  background: url(https://res.cloudinary.com/dcchvssli/image/upload/v1754929801/Intersect_xy7jbt.webp) no-repeat;
  background-size: contain;  
  background-position: center;  
  width: 622px;
    height: 331px;
    left: 50%;
    top: 43%;
  transform: translate(-50%, -50%);  
  opacity: .05;
  /*z-index: -1;*/
}


@media (max-width: 991.98px) {
 
 .section-9 {
  margin-bottom: 60px;
} 

.sec-9-box-1 { 
  padding: 30px 20px;
  border-radius: 20px;
}

.specs-bg-9-1 {
   
  width: 296px;
  height: 270px;   
  top: 20%;
  /*z-index: -1;*/
}


 } 

/* ============================================================
            Section 10
============================================================ */
.section-10 {
  margin-bottom: 50px;
  margin-top: 50px;
  background: #F5F5F5;
  padding: 50px 120px;
}


/* font-family: "Greemicaly"; */


.sec10-grid-1 {  
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 40px;
  margin-top: 65px;
}

.sec-10-heading4 {
  font-family: "Greemicaly";
  text-align: center;
  font-size: 50px;
  margin-top: 15px;
  margin-bottom: 0px;
  font-weight: 400;
}



/*.sec10-box-top-2 {
  position: relative;
  z-index: 2;  
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  
  margin-top: -78px;
}*/
 

@media (max-width: 991.98px) {

.section-10 {
  padding: 30px 20px;
}

 .sec10-grid-1 {  
  grid-template-columns: 1fr;
  grid-row-gap: 30px;
  margin-top: 40px;
}

.sec-10-heading4 {
  font-family: "Greemicaly";
  text-align: center;
  font-size: 30px;
  margin-top: 10px;
}



 }

 @media (max-width: 600px) { 

  

}




/* ============================================================
             WHere will I stay? Section 11
============================================================ */

.section-11 {
  margin-top: 34px;
  background: #E0DDD3;
  padding: 26px 47px 64px 47px;
}
.sec11top-1 {
  margin-top: 56px;
}

.grid-section-11 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 32px;
  margin-top: 86px;
}
 
.sec11-box {
  background: white;
  padding: 28px 20px;
  border-radius: 20px;
}

.heading-stay-3 { 
  font-weight: 400;
  font-size: 60px;
  font-family: "Greemicaly"; 
  text-align: center;
  margin-bottom: 35px;
}

.sec11-para {
    color: #1E1E1E; 
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 21px;
    margin: 0;
}

.img-fluid-custom {
  max-width: 65%;
  height: auto;
}

.img-fluid-custom-2 {
 max-width: 50%;
  height: auto; 
}

@media (max-width: 991.98px) { 
.section-11 {
  margin-top: 75px;
  padding: 48px 20px;
}
.sec11top-1 {
  margin-top: 36px;
}

.grid-section-11 {
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-top: 36px;
}

.heading-stay-3 {  
  font-size: 50px; 
  margin-bottom: 30px;
}

.sec11-para {
    font-size: 18px;
}
.sec11-box { 
  padding: 20px 12px;
  border-radius: 20px;
}

}

@media (max-width: 600px) {  
.grid-section-11 {
  grid-template-columns: 1fr;
  grid-gap: 20px;
}

.heading-stay-3 {  
  font-size: 36px; 
  margin-bottom: 12px;
}
.sec11-para {
    font-size: 16px;
}


}


/* ============================================================
             ENERGY EXCHANGE Section 12
============================================================ */

.section-12 {
  margin-top: 54px;
}
.sec12top-1 {
  margin-top: 54px;
}

.grid-section-12a {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 32px;
  margin-top: 50px;
}

.sec12-b1 {
  background: #E31F33;
  color: #fff;
  padding: 36px;
  border-radius: 5px;
  text-align: center;
}
.sec12-b2 {
  background: #FACB27;
  padding: 36px;
  border-radius: 5px;
  text-align: center;
}
.sec12-b3 {
  background: #FACB27;
  padding: 36px;
  border-radius: 5px;
  text-align: center;
}

.para-32 {
  font-size: 32px;
  margin: 0px;
  font-weight: 900;
}

.para-24 {
  font-size: 24px;
  margin: 0px;
  font-weight: 600;
}

.grid-section-12 {
  grid-template-columns: 1fr 1fr;
  grid-gap: 52px;
  margin-top: 69px;
}
.sec12-box-1 {
  border-radius: 5px;
  background: #FACB27;
  padding: 27px 20px 39px 20px;
}

.sec12-box-2 {
  border-radius: 5px;
  background: #FD8105;
  padding: 27px 20px 39px 20px;
}
.sec12-border-b {
  border-bottom: 1px solid #000;
  padding-bottom: 9px;
}

.grid-subsec-12 {
  grid-template-columns: 35px 1fr;
  grid-row-gap: 24px;
  margin-top: 24px;
  margin-bottom: 45px;
  align-items: center;
}

.sec12-para21 {
    color: #1E1E1E; 
    font-size: 21px; 
    margin: 0;
}
.sec12-icon {
  width: 23px;
  height: 23px;
}
.btn-dark { 
    font-size: 21px; 
    padding: 9px 36px;
    font-weight: 700;
    transition: all .2s ease-in-out; 
}
.btn-dark:hover { 
  transform: scale(1.1);
}

.para-head-1 {  
    font-size: 24px; 
    font-weight: 900; 
    margin: 0;
}
.para-head-2 {  
    font-size: 24px; 
    font-weight: 900; 
    margin: 0;
}


@media (max-width: 991.98px) { 
  .section-12 {
  margin-top: 36px;
}
.grid-section-12a {
  grid-template-columns: 1fr;
  grid-gap: 26px;
  margin-top: 30px;
}

.para-32 {
  font-size: 24px; 
}

.para-24 {
  font-size: 18px; 
}

.sec12-b1 {   
  padding: 25px;
}
.sec12-b2 {
  padding: 25px;
}
.sec12-b3 {
padding: 25px;
}



.grid-section-12 {
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-top: 38px;
}
.sec12-box-1 { 
  padding: 17px 13px;
}
.sec12-box-2 { 
  padding: 17px 13px;
}
.para-head-1 {  
    font-size: 18px; 
}

.grid-subsec-12 {
  grid-row-gap: 20px; 
}

.sec12-para21 { 
    font-size: 16px; 
}

 }

@media (max-width: 600px) {  

.grid-section-12 {
  grid-template-columns: 1fr;
  grid-gap: 32px; 
}
.grid-subsec-12 {
  grid-row-gap: 15px; 
  margin-bottom: 27px;
}
.sec12-para21 { 
    font-size: 14px; 
}

.btn-dark { 
    font-size: 16px; 
    padding: 6px 66px; 
}

}  
 

/* ============================================================
             ENERGY EXCHANGE Section 13
============================================================ */

.section-13 {
  margin-top: 92px;
}

.sections13-grid {
    grid-template-columns: 1fr 2fr;
    grid-gap: 100px;
    margin-top: 50px;
    position: relative;
    z-index: 5;
}

.sec13-top-dev {
  margin-top: 1.5rem;
}

.sec13-bg-1 {
  position: absolute;
  background: url(https://res.cloudinary.com/dcchvssli/image/upload/v1755019872/half-yoga_rc6l7u.webp) no-repeat;
  background-size: contain;  
  background-position: center;  
  width: 474px;
  height: 560px;  
  left: -8%;
  /*z-index: -1;*/
}


@media (max-width: 991.98px) { 
 .sections13-grid {
    grid-template-columns: 1fr;
    grid-gap: 50px;
    margin-top: 25px;
}



 } 

/* ============================================================
             My Certification? Section 14
============================================================ */

.section-14 {
  margin-top: 120px;
  background: #E0DDD3;
  padding: 50px;
}

.sec14-pw { 
  width:935px;
  margin-left: auto;
margin-right: auto;
margin-top: 14px;
} 

.sections14-grid {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 100px;
    grid-row-gap: 50px;
    margin-top: 58px;
}

.sec14-heading-4 {
    text-align: center;
    font-family: Mriya Grotesk;
    font-size: 24px;
    font-style: italic;
    font-weight: 900;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}



@media (max-width: 991.98px) { 

.section-14 {
  margin-top: 50px;
  padding: 20px;
}

.sec14-pw { 
  width: 100%;
} 


.sections14-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
    margin-top: 30px;
}

.sec14-heading-4 {
    font-size: 20px;
    margin-bottom: .8rem;
}


.sec14-p-left {
  padding-left: 10px;
}
.sec14-p-right {
  padding-right: 10px;
}

.sec14top-1 {
  margin-top: 36px;
}

.vegan-icons {
  width: 238px;
}


 }

/* ============================================================
             24X7 Helpdesk Section 15
============================================================ */

.section-15 {
  margin-top: 30px;
  margin-bottom: 90px;

}

.sec-15-icon {
  width: 21px;
}

.sec-15-para {
 font-size: 24px;
  font-family: "Mriya Grotesk";
  margin: 0;
  line-height: 32px;
  font-weight: 700;
}

.sec-15-grid-1 {
  grid-template-columns: auto 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 14px;
}

.sec15top-1 {
  margin-top: 67px;
}
.sec15top-2 {
  margin-top: 96px;
  margin-bottom: 70px;
}

@media (max-width: 991.98px) { 

  .sec-15-para {
     font-size: 16px; 
}


.section-15 {
  margin-top: 36px;
}
.sec15top-1 {
  margin-top: 26px;
}
.sec15top-3 {
  margin-top: 57px;
}

.sec15top-2 {
  margin-top: 46px;
  margin-bottom: 30px;
}

.sec-15-grid-1 {
  grid-column-gap: 40px;
  grid-row-gap: 12px;
}

.section-15 {
  margin-top: 40px;
  margin-bottom: 40px;

}



 }




/* ============================================================
             Section 31
============================================================ */

.booknow-2a {
  cursor: pointer;
  background: #FACB27;
  font-weight: 900;
  font-size: 22px;
  border: 2px solid;
  border-radius: 8px;
  padding: 4px 50px;
}
.booknow-2a-top {
  margin-top: 25px;
  position: relative;
  z-index: 10;
}
.booknow-2a-top-1 {
  margin-top: 10px;
  position: relative;
  z-index: 10;
}

.section-31 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.sec31-grid-1 {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    margin-top: 80px;
}
.sec31-flex-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
    justify-content: center;
    display: flex;     
}
.sec31-box-01 {
  background: #f3f3f3;
  border-radius: 2px;
  padding: 20px 10px;
  position: relative;
  z-index: 5;
  width: 410px;
  height: 218px;
}
.specs-31-bg-1 {
  position: absolute;
  background: url(https://res.cloudinary.com/dcchvssli/image/upload/v1757252589/light-yellow_xmympl.webp) no-repeat;
  background-size: contain;  
  background-position: center;  
  width: 343px;
  height: 172px;  
  left: 50%;
  top: 61%;
  transform: translate(-50%, -50%);  
  /*opacity: .1; */
}

.specs-31-bg-2 {
  position: absolute;
  background: url(https://res.cloudinary.com/dcchvssli/image/upload/v1757251938/light-pink_ifsysp.webp) no-repeat;
  background-size: contain;  
  background-position: center;  
  width: 343px;
  height: 172px;  
  left: 50%;
  top: 61%;
  transform: translate(-50%, -50%);  
  /*opacity: .1; */
}
.para-28a { 
  text-align: center;
  font-family: Mriya Grotesk;
  font-size: 28px;
  margin-bottom: 5px;
  position: relative;
  z-index: 9;
  line-height: 1.1;
}
.para-20a { 
  text-align: center;
  font-family: Mriya Grotesk;
  font-size: 20px; 
  margin: 0rem;
  position: relative;
  z-index: 9; 
}


@media (max-width: 991.98px) { 

.booknow-2a {
  font-size: 18px;
  padding: 4px 20px;
}
.booknow-2a-top {
  margin-top: 30px;
}
.booknow-2a-top-1 {
  margin-top: 20px;
}
.section-31 {
  margin-top: 40px;
  margin-bottom: 50px;
}

.sec31-grid-1 {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    margin-top: 80px;
}

.sec31-flex-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
    justify-content: center;
    display: grid;     
}
.sec31-box-01 { 
  width: 100%;
  height: 200px;
}
.specs-31-bg-1 {   
  width: 324px;
  height: 163px;  
  top: 59%; 
}
.specs-31-bg-2 { 
  width: 324px;
  height: 163px;  
  top: 59%; 
}

.para-28a {  
  font-size: 21px;
}
.para-20a { 
  font-size: 17px; 
}

}



.section-20 {

  margin-top: 50px;
}






/* accordian */

.list-accordian-1 {
  font-size: 24px;
  padding-left: 46px !important;
  margin-top: 15px;
  margin-bottom: 2px; 
  font-weight: 600;
}
.list-accordian-3 {
  font-size: 21px;
  padding-left: 76px !important;
  margin-bottom: 2px; 
}
.list-accordian-2 {
  font-size: 21px;
  padding-left: 66px !important;
  margin-bottom: 2px; 
}

@media (max-width: 600px) {
  .list-accordian-1 {
    font-size: 16px;
  }

  .list-accordian-2 {
    font-size: 14px;
  }

  .list-accordian-3 {
    font-size: 14px;
  }
}


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/

/*change mg*/
/*.faq .faq-list {
  padding: 0 100px;
}*/

.faq .faq-list ul {
  padding: 0;
  list-style: none;
  padding-left: 0px;
}

.faq .faq-list li + li {
  margin-top: 2px;
}

/*change mg*/
.faq .faq-list li {
  padding: 20px 20px 20px 1px;
  /*background: #fff;*/
  border-bottom: 1px solid #1E1E1E; 
  /*border-radius: 4px;*/
  position: relative;
}
/*change mg*/
.faq .faq-list a {
  display: block;
  position: relative;
  font-size: 24px; 
  font-weight: 700;
  padding: 0 30px 0px 3px;
  outline: none;
  cursor: pointer; 
  color: #000;
  text-transform: uppercase;
  /*border-bottom: 2px dashed #969696;
  padding-bottom: 20px;*/
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #87c1ea;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 10px;
}

.faq .faq-list p {
  margin-bottom: 0;
  /*padding: 10px 0 0 0;*/
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #2487ce;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

.ml-50 {
  margin-left: -50px;
}

.icon-50 {
  width: 50px;
}

@media (max-width: 991.98px) {
.faq .faq-list a {
  font-size: 16px;
}

.icon-50 {
  width: 28px;
}
.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  top:  1px;

 }


 }

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

@media (max-width: 600px) { 
.faq .faq-list li {
  padding: 20px 1px;
 }

 .faq .faq-list ul {
  padding-left: 1px;
 }

}

/*--------------------------------------------------------------
# end Frequently Asked Questions
--------------------------------------------------------------*/
  

/*.animate-shadow {
  box-shadow: 5px 1px 15px #888888;
}*/


.button-animate{
    width:320px;;
    height:60px; 
    border-style: none;
    letter-spacing: 3px;  
    outline: none;
    cursor: pointer;
    position: relative; 
    padding-top: 20px;
    overflow: hidden;
    transition: all .5s;
    /*box-shadow: 0px 1px 2px rgba(0,0,0,.2);*/
}
.button-animate span{
    position: absolute;
    display: block;
}
.button-animate span:nth-child(1){
    height: 3px;
    width:100%;
    top:1px;
    left:-320px;
    background: linear-gradient(to right, rgba(0,0,0,0), #f6e58d);
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    animation: span1 2s linear infinite;
    animation-delay: 1s;
}

@keyframes span1{
    0%{
        left:-320px
    }
    100%{
        left:320px;
    }
}
.button-animate span:nth-child(2){
    height: 60px;
    width: 3px;
    top:-59px;
    right:0px;
    background: linear-gradient(to bottom, rgba(0,0,0,0), #f6e58d);
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    animation: span2 2s linear infinite;
    animation-delay: 2s;
}
@keyframes span2{
    0%{
        top:-60px;
    }
    100%{
        top:60px;
    }
}
.button-animate span:nth-child(3){
    height:3px;
    width:320px;
    right:-320px;
    bottom: -1px;
    background: linear-gradient(to left, rgba(0,0,0,0), #f6e58d);
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    animation: span3 2s linear infinite;
    animation-delay: 3s;
}
@keyframes span3{
    0%{
        right:-320px;
    }
    100%{
        right: 320px;
    }
}

.button-animate span:nth-child(4){
    height:60px;
    width:3px;
    bottom:-59px;
    left:0px;
    background: linear-gradient(to top, rgba(0,0,0,0), #f6e58d);
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    animation: span4 2s linear infinite;
    animation-delay: 4s;
}
@keyframes span4{
    0%{
        bottom: -60px;
    }
    100%{
        bottom:60px;
    }
}



 
.ytp-pause-overlay {
  display: none !important;
}

.teachlink {
  color:  blue !important;
}

.teachlink:hover {
  text-decoration: underline;  
}