@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css");
.research_wrapper_new .video_reviews:hover@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Exo:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html{
    scroll-behavior: smooth;
}
p {
    font-family: "Exo", sans-serif !important;
}
#myBtn{
     background: #fff0;
     padding:0 !important;
}
.marquee {
  z-index: 999 !important;
}
.cancer_new_page_wrap {
  background-image: url(../images-new/hero-banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin-top: 100px;
  background-position: bottom;
}
.asthma_page_bg{
  background-image: url(../images-new/asthma_bg.webp);
}
.bp_page_bg{
  background-image: url(../images-new/bp_bg.webp);
}
.back_pain_page_bg{
  background-image: url(../images-new/back_pain_bg.webp);
}
.diabetes_page_bg{
  background-image: url(../images-new/diabetes_bg.webp);
}
.eyes_page_bg{
  background-image: url(../images-new/eyes_bg.webp);
}
.heart_page_bg{
  background-image: url(../images-new/heart_bg.webp);
}
.infertility_page_bg{
  background-image: url(../images-new/infertility_bg.webp);
}
.joint_pain_page_bg{
  background-image: url(../images-new/joint_Pain_bg.webp);
}
.kidney_page_bg{
  background-image: url(../images-new/kidney_bg.webp);
}
.liver_page_bg{
  background-image: url(../images-new/liver_bg.webp);
}
.migraine_page_bg{
  background-image: url(../images-new/migraine_bg.webp);
}
.skin_page_bg{
  background-image: url(../images-new/skin_bg.webp);
}
.piles_page_bg{
  background-image: url(../images-new/piles_bg.webp);
}
.cancer_location_banner{
    background-image: url(../images-new/cancer_location_bg.webp);
}
.kidney_location_bg{
    background-image: url(../images-new/kidney_location_bg.webp);
}
.cancer_new_page_wrap.diabetes_page{
    background-image:none;
}
.no_background {
  background-image: none;
}
.no_background .green_bold_head {
  color: #ffffff;
  font-weight: 600;
  background: #254a28;
  padding: 5px 10px;
}
.cancer_new_page_wrap .row {
  align-items: center;
  display: flex;
  padding: 48px 0;
}
.cancer_new_page_wrap h3 {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 46px;
  margin: 0;
}
.cancer_new_page_wrap h1 {
  font-family: "Exo", sans-serif;
  font-size:40px;
  line-height: 70px;
  font-weight: 600;
  margin: 0;
  padding: 10px 0;
}
.cancer_new_page_wrap p {
  font-size: 22px;
  line-height: 35px;
  font-weight: 500;
  color: #444444;
  margin: 0;
}
.cancer_new_page_wrap h1 strong {
  background-color: #254a28;
  color: #fff;
  padding: 8px 10px;
}
.treatment_stories_wrap {
  padding: 50px 0;
  background-color: #f3fbf4;
  margin-bottom: 50px;
}
.treatment_stories_wrap h2 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 10px;
}
.slick-slider .slick-track {
  display: flex;
  justify-content: center;
  /*gap:24px;*/
  /*margin-bottom:30px;*/
  margin-top: 10px;
}
.treatment_stories_wrap .treatment_two_box {
  display: flex;
  align-items: center;
  width: auto;
  justify-content: space-evenly;
  margin: 0 12px;
}
.treatment_stories_wrap .treatment_two_box .treatement_boxx {
  box-shadow: 1px 2px 5px #c5c5c5;
  border-radius: 10px;
  padding: 16px;
  background-color: #fff;
  width: 100%;
  cursor:pointer;
}
.treatment_stories_wrap .treatment_two_box .treatement_boxx img {
  width: 100%;
  border-radius: 10px;
}
.treatment_stories_wrap .treatment_two_box .treatement_boxx h3 {
  font-size: 24px;
  color: #000;
  text-align: center;
  padding-top: 20px;
}
.treatment_stories_wrap .new_btn {
  text-align: center;
  margin: 0 auto;
  display: block;
  max-width: 216px;
  background-color: #254a28;
  color: #fff;
  border-radius: 10px;
  min-height: 55px;
  line-height: 55px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 40px;
}
.treatment_stories_wrap button.slick-prev.slick-arrow, .treatment_stories_wrap button.slick-next {
    background: #254a28;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #fff;
    box-shadow: 0 -4px 14px 0 rgb(0 0 0 / 15%) !important;
    z-index: 2;
}
.treatment_stories_wrap button.slick-prev.slick-arrow {
    transform: rotate(180deg);
    left:0;
}
.treatment_stories_wrap button.slick-next.slick-arrow {
    right:0;
}
.treatment_stories_wrap button.slick-prev.slick-arrow:before, .treatment_stories_wrap button.slick-next.slick-arrow:before {
    background-image: url(../images-new/Forward.png);
    background-size: 24px;
    font-size: 24px;
    opacity: 1;
    color: transparent;
}
.slick-dots li button:before {
    color: transparent !important;
}
g.highcharts-exporting-group {
  display: none;
}
.video_desc_wrap .row {
    background-color: #f3fbf4;
    border-radius: 10px;
    padding: 20px;
    align-items: center;
    margin: 30px 0 0;
}
.video_desc_wrap .success_stories_wrapper .row {
    padding: 0;
}
.video_desc_wrap ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.video_desc_wrap ul li {
  background-color: #fff;
  border-radius: 10px;
  padding: 14px 0;
  color: #444444;
  font-size: 16px;
  font-weight: 600;
  font-family: "Exo", sans-serif;
  list-style: none;
  position: relative;
  padding-left: 65px;
  box-shadow: 1px 2px 4px rgb(0 0 0 / 25%);
  min-height: 70px;
}
.video_desc_wrap ul li:before {
  content: "";
  position: absolute;
  width: 41px;
  height: 41px;
  background-color: #254a28;
  border-radius: 50%;
  left: 10px;
  top: 15px;
  color: #fff;
  font-size: 27px;
  text-align: center;
  background-image: url(../images-new/Vector.png);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center center;
}
.video_desc_wrap h2,
.research_wrapper_new h2,
.video_wrapper_new h2,
.webinar_wrapper_new h2,
.about_acharya_jii_wrapper h2,
.awards_wrapper h2,
.herbs_wrapper h2 {
  font-size: 36px;
  color: #000;
  text-align: center;
  font-weight: 600;
  font-family: "Exo", sans-serif;
  text-transform: capitalize;
}
.award_box {
    margin-top: 30px;
}
.video_desc_wrap h2 {
  padding-top: 0;
}
.video_new_iframe .modal-dialog {
  max-width: 1080px;
}
.video_new_iframe .modal-dialog iframe {
    min-height: 580px;
}
.video_new_iframe .modal-dialog .modal-header button.close {
  position: absolute;
  right: -8px;
  background-color: #ccc;
  width: 40px;
  height: 40px;
  font-size: 28px;
  top: -10px;
  border-radius: 50%;
  z-index: 999;
  padding:0;
}
.video_new_iframe .modal-dialog .modal-header button.close span {
    color: #000;
}
.fixed_form {
  /*background-color: #F3FBF4;*/
  background-image: none;
}
.form_fixed.btn .offcanvas-header {
  position: absolute;
  right: 0;
  z-index: 999;
}
.form_fixed.btn div#enquire_form_fixed .offcanvas-body.small {
  padding-top: 0;
  box-shadow: 0 0 14px 0 rgb(0 0 0 / 15%);
  overflow-y: hidden;
}
.fixed_form .input-field {
  border-color: #f5f5f5;
  border-radius: 10px;
}
.fixed_form .appointment-btnss {
    border-radius: 10px;
    background-color: #254a28;
}
.fixed_form label {
  font-size: 18px;
}
.map_location_wrapper h2 {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  font-family: "Exo", sans-serif;
  color: #444444;
  padding-bottom: 47px;
}
.map_location_wrapper {
  padding-top: 50px;
  padding-bottom: 20px;
  position: relative;
}
/* Research css starts here */
.research_colab ul li {
  display: inline-block;
  list-style: none;
}
.research_colab marquee {
  padding-top: 20px;
}
.research_colab .new_page_heading {
    text-align: center;
    background-color: #e2f5e5;
    border-radius: 10px;
    border: 2px #21702e dashed;
    font-size: 36px;
    font-family: "Exo", sans-serif;
    font-weight: bold;
    padding: 27px 15px;
    margin: 50px 0px 20px;
}

/* Mantra css starts here */
.mantra_wrapper {
  background-image: url(../images-new/mantra_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  margin-top: 50px;
  background-position: center bottom;
}
.mantra_wrapper .row {
  align-items: center;
}

/* Causes css starts here */
.causes_wrapper h2,
.modern_wrapper h2 {
  font-size: 36px;
  text-align: center;
  color: #000;
  font-family: "Exo", sans-serif;
  font-weight: 600;
  padding-top: 16px;
}
.causes_wrapper h2.cause-heading {
  margin-top: 16px;
  margin-bottom: 36px;
  padding: 0;
}
.causes_wrapper .cause_box {
  box-shadow: 0 0 14px 0 rgb(0 0 0 / 25%);
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-radius: 15px;
}
.causes_wrapper .cause_box img {
  width: 100%;
}
.causes_wrapper .cause_box h3 {
    text-align: center;
    margin: 0;
    padding: 15px 5px 0;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    font-family: "Exo", sans-serif;
}
.causes_wrapper .new_btn {
  text-align: center;
  margin: 0 auto;
  display: block;
  max-width: 216px;
  background-color: #254a28;
  color: #fff;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  text-decoration: none;
}
/* Research Paper starts here */
.modern_wrapper .modern_science_inner {
  display: flex;
}
.modern_wrapper {
  padding-top: 48px;
}
.research_wrapper_new .video_reviews img {
    object-fit: contain;
    object-position: top;
}
.modern_wrapper h2 {
  background: #e2f5e5;
  padding-top: 50px;
  padding-bottom: 20px;
  background: linear-gradient(to bottom, rgb(226 245 229), rgb(255 255 255));
}
.modern_wrapper .modern_science_inner .modern_medicion_box {
  box-shadow: 0 0 14px 0 rgb(0 0 0 / 15%);
  border-radius: 10px;
  margin-bottom: 10px;
}
.modern_wrapper .modern_science_inner .modern_medicion_box p {
  font-size: 19px;
  text-align: center;
  color: #000;
  padding: 10px 0 0 0;
  font-weight: 600;
  font-family: "Exo", sans-serif;
}
.modern_wrapper .modern_science_inner .modern_medicion_box img {
  margin: 0 auto;
  width: 100%;
}
.modern_wrapper .modern_science_inner .modern_medicion_box h3 {
  font-size: 24px;
  text-align: center;
  color: #000;
  font-weight: 600;
  font-family: "Exo", sans-serif;
  padding: 15px 9px;
  min-height: 83px;
}
.modern_wrapper
  .modern_science_inner
  .modern_medicion_box
  span.small_text_inner {
  text-align: center;
  display: block;
  min-height: 30px;
}
.modern_wrapper .modern_science_inner button.slick-next.slick-arrow,
.modern_wrapper .modern_science_inner button.slick-prev.slick-arrow {
  box-shadow: 0 4px 14px 0 rgb(0 0 0 / 15%);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #fff;
  z-index: 2;
}
.modern_wrapper .modern_science_inner button.slick-next.slick-arrow {
  right: 0;
}
.modern_wrapper .modern_science_inner button.slick-prev.slick-arrow {
  left: 0;
}
.modern_wrapper .modern_science_inner button.slick-next.slick-arrow:focus, .herbs_wrapper button.slick-next.slick-arrow:focus, .herbs_wrapper button.slick-prev.slick-arrow:focus {
  box-shadow: 0 4px 14px 0 rgb(0 0 0 / 15%) !important;
}
.modern_wrapper .modern_science_inner button.slick-next.slick-arrow:before {
  background-image: url(../images-new/Forward.png);
  background-size: 24px;
  font-size: 24px;
  opacity: 1;
  color: transparent;
}

.modern_wrapper button.slick-prev.slick-arrow:before {
    background-image: url(../images-new/Forward.png);
    background-size: 24px;
    font-size: 24px;
    opacity: 1;
    color: transparent;
}
.modern_wrapper button.slick-prev.slick-arrow {
  transform: rotate(180deg);
}
.modern_wrapper button.slick-prev.slick-arrow {
  top: 50%;
  box-shadow: 0 -4px 14px 0 rgb(0 0 0 / 15%) !important;
}
.modern_wrapper .modern_science_inner button.slick-prev.slick-arrow:focus {
  box-shadow: 0 4px 14px 0 rgb(0 0 0 / 15%) !important;
}
.patient_data_wrapper .slider-item {
  /*border: 2px #ff5757 solid;*/
  border-radius: 10px;
}
.patient_data_wrapper .slider-item h2 {
  color: #ff2b2b;
}
.patient_data_wrapper .h-100 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.slick-initialized .slick-slide {
  display: block;
  margin: 0 10px;
}
.head-large {
    font-size: 62px;
    margin-top: 7px !important;
}
.page_heading_wrapper .new_page_heading, .four_pillars_mantras_wrapper .new_page_heading {
    text-align: center;
    background-color: #e2f5e5;
    border-radius: 10px;
    /*border: 2px #21702e dashed;*/
    font-size: 40px;
    font-family: "Exo", sans-serif;
    font-weight: bold;
    padding: 25px 10px;
}
.four_pillars_mantras_wrapper .new_page_heading {
  font-size: 36px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.four_pillar_heading {
    text-align: center;
    background-color: #e2f5e5;
    border-radius: 10px;
    border: 2px #21702e dashed;
    padding: 30px 10px;
    margin: 50px 0;
    font-size:22px;
}
.four_pillar_heading h2 {
  font-size: 36px;
  font-family: "Exo", sans-serif;
  font-weight: bold;
  padding-top: 0 !important;
}
.four_pillar_heading p {
  font-size: 22px;
  color: #444444;
  font-family: "Exo", sans-serif;
  font-weight: 500;
  padding: 0 20px;
}
.pillar_videos ul li {
  border: 1px #e3e3e3 solid;
  box-shadow: none;
}
.pillar_videos ul li h3 {
  color: #444444;
  font-size: 20px;
  font-weight: bold;
  font-family: "Exo", sans-serif;
}
.pillar_videos ul li p {
  color: #444444;
  font-size: 16px;
  padding-top: 5px;
  font-weight: 600;
  padding-right: 10px;
}
.pillar_videos ul li {
  padding-left: 50px;
}
.pillar_videos ul li:before {
  width: 20px;
  height: 20px;
  left: 20px;
  top: 15px;
  background-size: 11px;
}
.pillar_videos .therapy_heading {
  /*color: #254A28;*/
  /*text-align: center;*/
  /*font-weight: bold;*/
  /*font-size: 30px;*/
  /*position: relative;*/
  /*padding-bottom: 20px;*/
  /*padding-top: 30px;*/

  display: flex;
  align-items: center;
  justify-content: center;
  color: #2d5b2d; /* dark green */
  font-weight: bold;
  font-size: 30px;
  padding: 0 0 10px 0;
}
.pillar_videos .therapy_heading:before,
.pillar_videos .therapy_heading:after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #2d5b2d;
  margin: 0 10px;
}
/*.pillar_videos .therapy_heading:before {*/
/*    content: '';*/
/*    background-color: #254A28;*/
/*    width: 37%;*/
/*    height: 2px;*/
/*    position: absolute;*/
/*    left: 15px;*/
/*    z-index: 100;*/
/*    top: 48px;*/
/*}*/
/*.pillar_videos .therapy_heading:after {*/
/*    content: '';*/
/*    background-color: #254A28;*/
/*    width: 37%;*/
/*    height: 2px;*/
/*    position: absolute;*/
/*    right: 15px;*/
/*    z-index: 100;*/
/*    top: 48px;*/
/*}*/
.success_stories_wrapper {
  background-color: #f3fbf4;
  margin-top: 30px;
}
.success_stories_wrapper {
  background-color: #f3fbf4;
  margin-top: 50px;
  padding-bottom: 50px;
  padding-top: 50px;
}
.video_desc_wrap h2 {
  font-size: 36px;
  color: #000;
  text-align: center;
  font-weight: 600;
  /*padding-top:30px;*/
  font-family: "Exo", sans-serif;
}

.journey_video img, .webinar_imgg img {
    width: 100%;
}
.four_pillar_heading h2 {
  padding-top: 0 !important;
}
.four_pillar_heading.panchkarma-heading {
  margin-top: 50px;
  margin-bottom: 40px;
}
.success_stories_wrapper .video_reviews img {
    width: 100%;
    height: 300px;
    object-position: center;
    object-fit: cover;
}
  .border-anima-green {
    /**** height: 100%; *********/
    width: 100%;
    background: linear-gradient(90deg, #21702e 50%, transparent 50%),
      linear-gradient(90deg, #21702e 50%, transparent 50%),
      linear-gradient(0deg, #21702e 50%, transparent 50%),
      linear-gradient(0deg, #21702e 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 16px 2px, 16px 2px, 2px 16px, 2px 16px;
    background-position: 0% 0%, 100% 100%, 0% 100%, 100% 0px;
    padding: 10px;
    animation: dash 30s linear infinite;
  }
  
.disease_img_box .you_tube_strip {
    background-color: #FF5151;
    padding: 7px 0;
    position: relative;
    top: -5px;
    border-radius: 0 0 10px 10px;
}
.disease_img_box .you_tube_strip .you_tube_inner {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items:center;
}
.disease_img_box .you_tube_strip .you_tube_inner h3 {
    color: #FFF;
    font-size: 24px;
    line-height: 45px;
}
.disease_img_box:hover {
    transform: translateY(-8px);
}
.awards_wrapper .awards_inner {
    padding-top: 30px;
}
.awards_wrapper h3 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding-top: 15px;
}
.awards_wrapper .cause_box {
    box-shadow: 0 0 14px 0 rgb(0 0 0 / 15%);
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-radius: 10px;
}
.awards_wrapper .cause_box img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.custom-accordion .accordion-body {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
}

/*Location Page CSS starts here*/
.cancer-loca_specific_wrap {
    background-color: #F3FBF4;
    padding: 50px 0;
    margin-bottom: 50px;
}
.cancer-loca_specific_wrap h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    padding-bottom: 30px;
}
.cancer-loca_specific_wrap img {
    width: 100%;
}
.location_specific_info ul {
    margin-left: 0;
}
.loc_mb_40{
    margin-bottom:40px;
}
.cancer-loca_specific_wrap .location_specific_info li {
    font-size: 18px;
    color: #444444;
    line-height: 34px;
    position: relative;
    font-weight: 500;
    padding-bottom: 20px;
    font-family: "Exo", sans-serif;
}
.cancer-loca_specific_wrap .location_specific_info li:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #254A28;
    border-radius: 50%;
    left: -30px;
    top: 8px;
    background-image: url(../images-new/loca_arrow.png);
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: center center;
}
.cancer-loca_specific_wrap .row {
    align-items: center;
}
.loca_testimonial {
    background-color: #F3FBF4;
    margin-top: 50px;
    padding: 40px 0;
}
.loca_testimonial h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    padding-bottom: 20px;
}
/*.loca_testimonial .loca_review_box {*/
/*    max-width: 633px;*/
/*    min-height:500px;*/
/*    background-image: url(../images-new/testimonial_new_bg.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100%;*/
/*    background-position: center center;*/
/*}*/
.loca_testimonial .loca_review_box {
    max-width: 633px;
    height: auto;
    background-image: url(../images-new/testimonial_new_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    border-radius: 30px;
    padding: 80px 26px 20px;
    border: 3px #254A28 solid;
    position: relative;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}
.loca_testimonial .loca_review_box .loc_review_bottom {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 22px;
}
.loca_testimonial .loca_review_box p {
    color: #444444;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.loca_testimonial .loca_review_box .loc_review_bottom img {
    max-width: 74px;
    border-radius:50%;
}
.loca_testimonial .loca_review_box .loc_review_bottom h4 {
    margin: 0;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.loca_testimonial .loca_review_box:before {
    content: '';
    position: absolute;
    background-image: url(../images-new/new_left_icon.png);
    width: 58px;
    height: 42px;
    left: 20px;
    top: 25px;
}
.loca_testimonial .loca_review_box:after {
    content: '';
    position: absolute;
    background-image: url(../images-new/new_right_icon.png);
    width: 58px;
    height: 42px;
    right: 20px;
    bottom: 20px;
}
.loca_testimonial button.slick-prev.slick-arrow, .loca_testimonial button.slick-next.slick-arrow {
    background-color: #254A28;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    z-index: 99;
}
.about_acharya_location{
    background-image:none !important;
}
.award_location_wrapper {
    background-color: #F3FBF4;
}
.award_location_wrapper .cause_box {
    background-color: #FFF;
}
.form_fixed.btn .offcanvas-header button.btn-close:hover, .form_fixed.btn .offcanvas-header button.btn-close:focus {
    background-color: transparent;
}
/*Location Page CSS ends here*/
@media (max-width: 1200px){
    .success_stories_wrapper .video_reviews img {
        height:200px;
    }
}
.success_stories_wrapper .video_reviews a{
    text-decoration:none;
}
.success_stories_wrapper .video_reviews h3 {
  text-align: center;
  font-size: 24px;
  color: #000;
  padding-top: 20px;
  font-family: "Exo", sans-serif;
  padding-bottom: 20px;
}
.research_wrapper_new {
  background-color: transparent;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 0;
}
.research_wrapper_new .video_reviews h3 {
  font-size: 18px;
      margin: 20px;
    padding: 0;
  padding-top:15px;
   display: -webkit-box;
    -webkit-line-clamp: 2;        /* limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;             /* hide the rest */
    text-overflow: ellipsis; 
}
.research_wrapper_new h2 {
  padding-bottom: 38px;
}
.video_wrapper_new h2 {
  padding-bottom: 20px;
  padding-top: 50px;
}
.webinar_wrapper_new {
  background-image: url(../images-new/webinar_bgg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
}
.journey_video {
  text-align: center;
  position:relative;
}
.webinar_wrapper_new p {
  color: #444444;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
}
.webinar_wrapper_new .webinar_imgg {
  position: relative;
}
.webinar_wrapper_new p {
  color: #444444;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
}
.webinar_wrapper_new .webinar_imgg .webinar_btnn {
    position: absolute;
    bottom: -37px;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #fff;
    max-width: max-content;
    padding: 10px 20px;
    margin: 0 auto;
    border-radius: 20px;
    color: #274c2a;
    font-size: 36px;
    font-weight: bold;
    border: 5px #254a28 solid;
    /* border: 5px solid; */
    /* border-image: linear-gradient(45deg, #254A28, #FFF, #254A28) 1; */
}
.webinar_wrapper_new .webinar_register {
  text-align: center;
  margin: 0 auto;
  display: block;
  background-color: #254a28;
  color: #fff;
  max-width: 193px;
  margin-top: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  font-size: 20px;
}
.video_reviews,
.disease_img_box {
  cursor: pointer;
}
.about_acharya_jii_wrapper {
  background-image: url(/images-new/about_bgg.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 0 0 50px 0;
  margin-top: 50px;
}
.about_acharya_jii_wrapper ul {
  margin: 0;
  padding: 0;
}
.about_acharya_jii_wrapper ul li {
  font-size: 18px;
  line-height: 25px;
  padding-bottom: 20px;
  position: relative;
  padding-left: 35px;
  font-weight:600;
  font-family: "Exo", sans-serif !important;
}
.about_acharya_jii_wrapper ul li:last-child {
    padding-bottom: 0;
}
.about_acharya_jii_wrapper ul li:before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  background-color: #254a28;
  border-radius: 100%;
  left: 0;
  background-size: 8px;
  background-image: url(../images-new/right_arrow_small.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.about_acharya_jii_wrapper .row {
  align-items: center;
}
.about_acharya_jii_wrapper h2 {
  padding-bottom: 20px;
  padding-top: 50px;
}
.awards_wrapper p {
    text-align: center;
    color: #000;
    font-size: 24px;
    font-weight: 500;
    padding-top: 15px;
}
.awards_wrapper .cause_box p {
    font-size: 18px;
    padding: 10px 10px 0;
}
.awards_wrapper  .cause_box p {
    font-size: 18px;
    font-weight: 600;
}
.insurance_wrapper {
  padding-top: 50px;
  padding-bottom:50px;
}
.insurance_slider .slide img {
    width: 100%;
}
.herbs_wrapper button.slick-next.slick-arrow, .herbs_wrapper button.slick-prev.slick-arrow {
      background: #fff;
      box-shadow: 0 4px 14px 0 rgb(0 0 0 / 15%);
      width: 40px;
      height: 40px;
      border-radius: 100%;
      display:block !important;
}
.herbs_wrapper button.slick-next.slick-arrow {
  right: 0;
}
.herbs_wrapper button.slick-prev.slick-arrow {
  left: 0;
}
.herbs_wrapper .ayurvdic-treatment-slider .slick-next:before,
.herbs_wrapper .ayurvdic-treatment-slider .slick-prev:before {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.herbs_wrapper .ayurvdic-treatment-slider .slick-next:before, .herbs_wrapper .ayurvdic-treatment-slider .slick-prev:before {
    background-image: url(../images-new/Forward.png);
    background-size: 25px;
    width: 25px;
    height: 25px;
    background-position: center center;
    top: 8px;
    left: 0px;
}
.herbs_wrapper .ayurvdic-treatment-slider .slick-prev:before {
  transform: rotate(180deg);
}
.herbs_wrapper .slider-item.white_bg {
  border-radius: 10px;
  padding-top: 10px;
}
.herbs_wrapper h2 {
  padding-bottom: 10px;
}
.new_faq_wrapper h2 {
  background: linear-gradient(to bottom, rgb(226 245 229), rgb(255 255 255));
  font-size: 36px;
  color: #000;
  text-align: center;
  font-weight: 600;
  padding-top: 50px;
  font-family: "Exo", sans-serif;
  text-transform: capitalize;
  padding-bottom: 28px;
}
.new_faq_wrapper .faq_box {
  box-shadow: 0 0 14px 0 rgb(0 0 0 / 15%);
  text-align: center;
  margin-bottom: 25px;
  padding-top: 0;
  border-radius: 10px;
}
.new_faq_wrapper .faq_box h3 {
  padding: 25px 20px;
  font-size: 20px;
  font-weight: 600;
}
.new_faq_wrapper .faq_box img {
  width: 100%;
  border-radius: 10px;
}
/*.fixed_form {*/
/*    position: fixed;*/
/*    z-index: 999;*/
/*    bottom: 0;*/
/*    box-shadow: 0 0 14px 0 rgb(0 0 0 / 15%);*/
/*    width:100%;*/
/*}*/
.form_fixed.btn {
  position: relative;
}
.form_fixed.btn button.btn.btn-primary {
  position: fixed;
  top: 50%;
  right: -10px;
  z-index: 1000;
  max-width: max-content;
  margin: 0 auto;
  background-color: #254a28;
  border-color: #254a28;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form_fixed.btn div#enquire_form_fixed {
  position: fixed;
  width: 100%;
  height: 160px;
  bottom: 0;
}
/*.form_fixed.btn div#enquire_form_fixed {*/
/*    width: 500px;*/
/*    height: 500px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: 0 auto;*/
/*    border-radius: 100%;*/
/*    top: 30%;*/
/*}*/

.form_fixed.btn div#enquire_form_fixed h2 {
  line-height: 0;
  padding-bottom: 10px;
  padding-top: 10px;
}

/*marquee slider css starts here*/
.research_colab_slider {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.slide-track {
  display: flex;
  animation: scroll 20s linear infinite;
}

.slide {
  flex: 0 0 auto;
  margin-right: 20px;
}
.modern_wrapper .modern_science_inner li.slick-active,
.insurance_wrapper .insurance_slider li.slick-active {
  width: 10px;
}
.awards_wrapper {
  padding-top: 54px;
}
.awards_wrapper .subheading {
  padding-bottom: 20px;
}
.awards_wrapper .row .award_box img {
  width: 100%;
}
.highlight-btn {
  background: linear-gradient(45deg, #ff416c, #ff4b2b);
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  animation: pulse 1.8s infinite;
}
.causes_wrapper h2 {
  padding-bottom: 10px;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(255, 65, 108, 0.4);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 25px rgba(255, 65, 108, 0.8);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(255, 65, 108, 0.4);
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*marquee slider css ends here*/

.mobile_form {
  display: none;
}
.footer-bottom {
  padding-bottom: 10px;
}
.app_wrapper img {
    width: 100%;
    object-fit: contain;
}
.site-footer .footer-links a:hover {
    color: #eb7839;
}
.footer-links a {
    transition: 0.5s ease;
}
.mobile {
  display: none;
}
.disease_img_box {
    overflow: hidden;
    border-radius: 10px;
}
.you_tube_btn{
    position: relative;
}
.you_tube_btn:before {
    position: absolute;
    content: '';
    width: 77px;
    height: 77px;
    background-color: #FFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    margin: 0 auto;
    z-index: 100;
}
.you_tube_btn:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #FF0000;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    z-index: 100;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
}
.disease_img_box img{
    width:100%;
}
.disease_img_box img {
    transition: transform 0.8s ease-in-out;
    border-radius: 10px 10px 0 0;
}

.disease_img_box {
    transition: transform 0.8s ease-in-out;
}
.research_colab_slider .slide {
  margin-right: 0;
}
.treatment_stories_wrap .treatment_two_box {
  justify-content: normal;
  padding: 0;
}
.success_stories_wrapper h2 {
    font-size: 36px;
    color: #000;
    text-align: center;
    font-weight: 600;
    /* padding-top: 30px; */
    font-family: "Exo", sans-serif;
    padding-bottom: 10px;
}
.success_stories_wrapper .video_reviews a.read_more_research_btn {
    display: none;
}
.success_stories_wrapper .video_reviews:hover  a.read_more_research_btn {
    display: block;
}
.google_translator_btnn{
    position:absolute; 
    top:29px; 
    right:10px; 
    z-index:9999;
}
.success_stories_wrapper .video_reviews {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 14px 0 rgb(0 0 0 / 15%);
    overflow: hidden;
    transition: all 0.7s ease-in-out;
    position: relative;
}

/* Hide read more button initially */
.success_stories_wrapper .video_reviews a.read_more_research_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #254a28;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 10px;
    display: none;
    transition: all 0.7s ease-in-out;
    z-index: 2;
}

/* Show button on hover */
.success_stories_wrapper .video_reviews:hover a.read_more_research_btn {
    display: block;
}

/* Optional: dim image on hover */
.success_stories_wrapper .video_reviews:hover img {
    opacity: 0.4;
    transition: 0.7s;
}
/*.success_stories_wrapper .video_reviews:hover{*/
/*    background-color:#000;*/
/*}*/
 
.about_acharya_jii_wrapper a.know_acharya_ji_btn {
    color: #FFF;
    background-color: #254A28;
    padding: 12px 30px;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
    text-align: center;
    max-width: 274px;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 600;
}
.webinar_wrapper_new .webinar_imgg img {
    border-radius: 20px;
}
.video_desc_wrap .success_stories_wrapper .video_reviews:hover img {
    opacity: 1;
}


/* Play Button */
  .play-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 95px;
    height: 95px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    backdrop-filter: blur(6px);
    background: #FFF;
    /*border: 2px solid #FF0000;*/
    box-shadow: 0 0 25px #FF0000,
                0 0 45px #FF0000;
    cursor: pointer;
    transition: 0.28s;
  }
 
  .play-circle:hover {
    transform: translate(-50%, -50%) scale(1.12);
    box-shadow: 0 0 40px #FF0000;
  }
 
  .play-circle svg {
    width: 36px;
    height: 36px;
    fill: #FF0000;
    filter: drop-shadow(0 0 8px #FF0000);
  }
 
  /* Ripple Animation */
  .play-circle::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid #FF0000;
    animation: ripple 1.8s infinite;
  }
 
  @keyframes ripple {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.9); opacity: 0; }
  }

.new_faq_wrapper {
    padding-bottom: 40px;
}

@media (max-width: 1399px){
.cancer_new_page_wrap h1 {
    font-size: 40px;
}
.head-large {
    font-size: 52px;
}
}

@media (max-width: 1199px) {
    .cancer_new_page_wrap h1 {
        font-size: 33px;
        line-height: 52px;
    }
    .head-large {
        font-size: 42px;
    }
    
    .video_new_iframe .modal-dialog {
  max-width: unset;
}
.video_new_iframe .modal-dialog iframe {
    min-height: unset;
}
}
@media (max-width: 1099px){
.cancer_new_page_wrap h1 {
    font-size: 30px;
    line-height: 50px;
}
    .head-large {
        font-size: 32px;
    }
}
/* All Tablets */
@media (min-width: 600px) and (max-width: 1024px) {
  .cancer_new_page_wrap h1 {
    font-size: 25px;
    line-height: 38px;
  }
  .cancer_new_page_wrap p {
    font-size: 16px;
    line-height: 30px;
  }
  .cancer_new_page_wrap img {
    width: 100%;
  }
  .treatment_stories_wrap h2,
  .video_desc_wrap h2,
  .causes_wrapper h2,
  .modern_wrapper h2,
  .research_wrapper_new h2,
  .video_wrapper_new h2,
  .about_acharya_jii_wrapper h2,
  .map_location_wrapper h2,
  .herbs_wrapper h2,
  .new_faq_wrapper h2 {
    font-size: 22px;
  }
  .treatment_stories_wrap .treatment_two_box {
    justify-content: center;
  }
  .video_desc_wrap ul li:before {
    width: 30px;
    height: 30px;
    background-size: 14px;
  }
  .video_desc_wrap ul li {
    padding-left: 60px;
    padding-right: 20px;
  }
  .mantra_wrapper img {
    width: 100%;
  }
  .causes_wrapper .cause_box h3 {
    font-size: 16px;
  }
  .modern_wrapper {
    padding-top: 30px;
  }
  .causes_wrapper .new_btn {
    margin-top: 10px;
  }
  .modern_wrapper
    .modern_science_inner
    .modern_medicion_box
    span.small_text_inner {
    min-height: unset;
  }
  .modern_wrapper .modern_science_inner .modern_medicion_box h3 {
    font-size: 20px;
    min-height: 50px;
  }
  .page_heading_wrapper .new_page_heading,
  .four_pillars_mantras_wrapper .new_page_heading {
    font-size: 30px;
  }
  .causes_wrapper h2 {
    padding-bottom: 10px;
  }
  .four_pillar_heading p {
    font-size: 16px;
    color: #444444;
    font-family: "Exo", sans-serif;
    font-weight: 500;
    padding: 0 20px;
  }
  .success_stories_wrapper .video_reviews h3 {
    font-size: 16px;
  }
  /*.video_desc_wrap .row {*/
  /*  flex-direction: column;*/
  /*}*/
  .video_desc_wrap ul {
    padding-top: 20px;
  }
  .success_stories_wrapper .row {
    flex-direction: row;
  }
  .webinar_wrapper_new h2 {
    font-size: 25px;
  }
  .webinar_wrapper_new p {
    font-size: 28px;
  }
  .webinar_wrapper_new .webinar_imgg img {
    width: 100%;
  }
  .video_wrapper_new {
    padding-top: 54px;
    padding-bottom: 48px;
  }
  .video_wrapper_new .journey_video img {
    width: 100%;
  }

  .about_acharya_jii_wrapper img, .awards_wrapper .award_box img {
    width: 100%;
  }

}
@media screen and (max-width: 991px) {
    .video_desc_wrap .row {
        flex-direction: column;
    }
    .column_reverse .col-xl-7 {
        order: 2;
    }
    .disease_img_box {
        padding-bottom: 0;
    }
    .video_desc_wrap .row .col-xs-6 {
        width: 100%;
    }
    .video_desc_wrap .success_stories_wrapper .row {
        flex-direction: row;
    }
    header.site-header form.d-flex.d-lg-none.d-block.order-lg-3.order-2 .phn-btn {
        top: 23px !important;
    }
    .four_pillar_heading {
         font-size: 20px;
    }
    .about_acharya_jii_wrapper .col-12 {
        margin-bottom: 20px;
    }
    .about_acharya_jii_wrapper ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .about_acharya_jii_wrapper .row {
        flex-direction: column-reverse;
    }
    .page_heading_wrapper .new_page_heading, .four_pillars_mantras_wrapper .new_page_heading {
        padding: 30px 10px;
    }
    .about_acharya_jii_wrapper .col-12 {
        width: 100%;
    }
    .about_acharya_jii_wrapper h2 {
        padding-top: 30px;
    }
    .about_acharya_jii_wrapper {
        padding: 0;
    }
    .research_wrapper_new {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .research_wrapper_new h2 {
        padding-bottom: 20px;
    }
    .success_stories_wrapper {
        margin-top: 30px;
        padding-top: 30px;
    }
    .video_desc_wrap .row {
        padding: 10px;
    }
    .loca_testimonial .loca_review_box:after {
        width: 35px;
        height: 35px;
        right: 20px;
        bottom: 2px;
        background-size: 35px;
        background-repeat: no-repeat;
    }
}
@media screen and (max-width: 767px) {
  .mobile_form {
    display: block;
  }
  .desktop {
    display: none;
  }
  .mobile_form {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
  }
  .you_tube_btn:after {
    top: 44%;
}
.you_tube_btn:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 17px solid #FF0000;
}
.you_tube_btn:before {
    width: 50px;
    height: 50px;
    top: 44%;
}
.disease_img_box .you_tube_strip .you_tube_inner h3 {
    color: #FFF;
    font-size: 18px;
    line-height: 40px;
}
.disease_img_box .you_tube_strip .you_tube_inner .u_tube_icon img {
    max-width: 32px;
}
.disease_img_box .you_tube_strip {
    padding: 3px 0;
}
  .herbs_wrapper button.slick-prev.slick-arrow::before, .herbs_wrapper button.slick-next.slick-arrow::before{
      display:block !important;
      opacity:1 !important;
      visibility:visible !important;
  }
  .mobile_form .enquire-form {
    background-color: #fff;
    box-shadow: 0 14px 54px #000000;
  }
  .mobile_form .enquire-form .input-field::placeholder {
    color: #000 !important;
  }
  .mobile_form .enquire-form .input-field {
    background-color: #fff;
    color: #000 !important;
  }
  .cancer_new_page_wrap {
    height: auto;
  }
  .cancer_new_page_wrap img {
    width: 100%;
  }
  .cancer_new_page_wrap h1 {
    font-size: 31px;
    line-height: 45px;
    text-align:center;
  }
.cancer_new_page_wrap p {
    font-size: 17px;
    line-height: 25px;
    text-align: center;
}
  .research_colab {
    padding-top: 10px;
  }
  .treatment_stories_wrap {
    padding: 30px 0;
    margin-bottom: 30px;
}
.mantra_wrapper {
    padding-bottom: 30px;
}
.four_pillar_heading {
    margin: 20px 0 50px;
}
  .research_colab .new_page_heading {
    font-size: 25px;
  }
  .treatment_stories_wrap h2,
  .causes_wrapper h2,
  .video_desc_wrap h2,
  .modern_wrapper h2,
  .research_wrapper_new h2 {
    font-size: 25px;
    /*padding: 5px;*/
  }
  .modern_wrapper h2 {
    padding: 25px 5px 5px 5px;
  }
  .treatment_stories_wrap .treatment_two_box .treatement_boxx h3 {
    font-size: 19px;
    min-height: 50px;
  }
  .treatment_stories_wrap .treatment_two_box .treatement_boxx {
    padding: 0;
    margin: 0 4px;
  }
  .video_desc_wrap .disease_img_box img {
    width: 100%;
  }
  .mantra_wrapper {
    background-size: cover;
  }
  .mantra_wrapper img {
    width: 100%;
  }
  /*.mantra_wrapper .row {*/
  /*    gap: 55px;*/
  /*}*/
.page_heading_wrapper .new_page_heading, .four_pillars_mantras_wrapper .new_page_heading {
    font-size: 25px;
    padding: 15px;
}
  .four_pillar_heading p {
    font-size: 20px;
  }
  /*.pillar_videos .therapy_heading:before, .pillar_videos .therapy_heading:after{*/
  /*    display:none;*/
  /*}*/
  .pillar_videos .therapy_heading {
    font-size: 25px;
  }
  .disease_img_box {
    padding-bottom: 0;
    cursor: pointer;
  }
  .video_desc_wrap .row {
    gap: 20px;
  }
  .four_pillar_heading {
    padding: 15px;
  }
  .pillar_videos ul li {
    padding-right: 30px;
  }
  .four_pillar_heading h2 {
    padding-top: 0;
  }
  .pillar_videos .therapy_heading {
    padding-top: 16px;
    padding-bottom: 0;
  }
  .success_stories_wrapper .video_reviews {
    margin-bottom: 0;
  }
  .video_desc_wrap h2,
  .research_wrapper_new h2,
  .video_wrapper_new h2,
  .webinar_wrapper_new h2,
  .about_acharya_jii_wrapper h2,
  .awards_wrapper h2,
  .herbs_wrapper h2,
  .new_faq_wrapper h2 {
    font-size: 25px;
  }
  .webinar_wrapper_new p {
    font-size: 17px;
  }
  .webinar_wrapper_new .webinar_imgg img {
    width: 100%;
  }
  .about_acharya_jii_wrapper img {
    width: 100%;
  }
  .new_faq_wrapper .faq_box h3 {
    font-size: 20px;
    padding: 10px;
  }
  .awards_wrapper p {
    font-size: 17px;
  }
  .enquire-form h2 {
    padding-top: 4px;
    padding-bottom: 0px;
    color: #000;
  }
  .treatment_stories_wrap button.slick-next {
    right: 6px;
  }
  .treatment_stories_wrap button.slick-prev.slick-arrow {
    left: 6px;
    z-index: 400;
  }
  .pillar_videos .therapy_heading {
    margin: 0;
  }
  .form_fixed.btn div#enquire_form_fixed .enquire-form {
    background-color: transparent;
  }
  .form_fixed.btn div#enquire_form_fixed h2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .form_fixed.btn div#enquire_form_fixed {
    height: 160px;
  }
    .research_wrapper_new .video_reviews {
        margin-bottom: 20px;
    }
  .video_desc_wrap ul li:before {
    width: 30px;
    height: 30px;
    background-size: 13px;
    left: 10px;
    top: 12px;
  }
  .video_desc_wrap ul li {
    padding-left: 55px;
    padding-right: 10px;
  }
  .modern_wrapper h2 {
    padding-bottom: 20px;
  }
  .modern_wrapper .modern_science_inner .modern_medicion_box h3 {
    font-size: 17px;
    line-height: 25px;
  }
  .pillar_videos ul li h3 {
    font-size: 18px;
  }
  .awards_wrapper .award_box img {
    width: 100%;
  }
  .new_faq_wrapper .faq_box h3 {
    font-size: 17px;
    line-height: 25px;
  }
  .footer-bottom {
    padding-bottom: 180px;
  }
  .success_stories_wrapper h2 br {
    display: none;
  }
  .new_faq_wrapper .faq_box img {
    border-radius: 10px;
  }
  .map_location_wrapper {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
  }
  .map_location_wrapper h2 {
    font-size: 25px;
    padding-bottom: 0;
  }
  .header-logo img {
    max-width: 47px;
  }
  .phn-btn a {
    font-size: 12px;
  }
  .mobile {
    display: block;
  }
  #chartdiv {
    height: 354px !important;
  }
  .footer-top .app_wrapper img {
    width: 100%;
    height: 100%;
  }
  .research_colab_slider .slide {
    margin-right: 0;
  }
  .research_colab_slider .slide img {
    height: 100px;
  }
  /*.video_desc_wrap .column_reverse {*/
  .webinar_wrapper_new .webinar_imgg .webinar_btnn {
    bottom: -20px;
    padding: 6px 20px;
    font-size: 18px;
    border: 1px #254a28 solid;
}
.google_translator_btnn{
    top:0;
}
.header_call_wrap .phn-btn {
    padding: 4px 2px;
}
.play-circle {
    width: 50px;
    height: 50px;
}
.cancer-loca_specific_wrap .loca_building {
    width: 100%;
}
}
@media screen and (max-width: 575px) {
    .cancer_new_page_wrap .row {
        padding: 20px 0 0;
    }
    .video_desc_wrap .row {
        gap: 20px;
    }
    .about_acharya_jii_wrapper ul {
        display: grid;
        grid-template-columns: 1fr;
    }
    .research_colab .new_page_heading {
        margin: 30px 0px 20px;
    }
    .causes_wrapper .cause_box h3 {
        padding: 10px 10px 0;
        font-size: 19px;
    }
    .success_stories_wrapper .video_reviews h3 {
        font-size: 19px;
    }
    .treatment_stories_wrap h2 {
        padding-bottom: 0;
    }
    .success_stories_wrapper {
        margin-top: 20px;
        padding-top: 20px;
    }
    .fixed_form .appointment-btnss {
    font-size: 12px;
    height: 34px;
    line-height: 15px;
    min-width: 100px;
    width: 100px !important;
}
.enquire-form h2 {
    padding-top: 0;
    font-size: 15px;
}
.enquire-form .container.custom-container {
    padding: 3px 10px;
}
.enquire-form .enquire-field {
    margin-bottom: 0px !important;
}
.mobile-frm-btn {
    justify-content: center;
    margin-bottom: 3px;
}
#booking_now .row.align-items-end {
    padding: 0 20px;
}
.mantra_wrapper img {
    width: 50%;
}
.mantra_wrapper .col-xs-12 {
    text-align: center;
}
.mantra_wrapper .col-xs-12:last-child img {
     width: 100%;
}
}

@media screen and (max-width: 440px) {
  .cancer_new_page_wrap h1 {
    font-size: 26px;
  }
  .header_call_wrap {
    flex-wrap: wrap;
}
.phn_no_on_mobile {
    display: none !important;
}
.research_colab .new_page_heading {
    padding: 15px;
}
}