.breadcrumb-new{
    background: rgb(16,143,229);
    background: linear-gradient(90deg, rgba(16,143,229,1) 0%, rgba(25,206,171,1) 100%);
    padding: 30px 0px;
}
.breadcrumb-text{
    color:#fff;
}
.breadcrumb-text a{
    color:#fff;
    text-decoration: none;
}
.page-title{
    font-size: 25px;
    color: #fff;
    margin-top: 15px;
}
.chj-form label{
    display:block;
}
.agree-tandc{
  display:flex;
}
.tandc-label{
  margin-left:10px;
}
.tac-check{
  position:relative;
  top: 4px;
}
.chj-form .tandc-label a{
  text-decoration:none;
}
.chj-input{
    border: none;
    border-bottom: 1px Solid #cbcbcb;
    width: 100%;
    appearance: none;
}
.half-part {
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 10px;
}
.submit-btn2{
    background-color: #1092e1;
    border: 1px solid #1092e1;
    padding: 12px 50px;
    color: #fff;
    font-size: 18px;
    border-radius: 70px;
}
.chj-input:focus{
    border-bottom: 1px Solid #139dd9;
}
.chj-fillup-form{
    padding-top:40px;
    padding-bottom: 30px;
}
.form-sec-heading{
  font-size: 32px;
  margin-bottom: 10px;
  color: #108ee3;
  font-weight: 600;
}
.contact-details{
  margin-bottom: 50px;
}
.chj-form .contact-details:last-child{
  margin-bottom: 20px!important;
}
.frm-rw{
    margin-top: 20px;
}
label .imp{
    color:red;
}
label{
font-weight: 500;
font-size: 15px;
}
.contact-details select{
  padding:3px 10px!important;
}
.contact-details select option:first-child{
  display: none;
}
body .dropdown-menu {
    border-radius: 0;
  }
  body .multiselect-native-select {
    position: relative;
  }
  body .multiselect-native-select select {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px -1px -1px -3px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    left: 50%;
    top: 30px;
  }
  body .multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  body .multiselect-container .input-group {
    margin: 5px;
  }
  body .multiselect-container li {
    padding: 0;
  }
  body .multiselect-container li .multiselect-all label {
    font-weight: 700;
  }
  body .multiselect-container li a {
    padding: 0;
  }
  body .multiselect-container li a label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 20px 3px 40px;
  }
  body .multiselect-container li a label input[type=checkbox] {
    margin-bottom: 5px;
  }
  body .multiselect-container li a label.radio {
    margin: 0;
  }
  body .multiselect-container li a label.checkbox {
    margin: 0;
  }
  body .multiselect-container li.multiselect-group label {
    margin: 0;
    padding: 3px 20px 3px 20px;
    height: 100%;
    font-weight: 700;
  }
  body .multiselect-container li.multiselect-group-clickable label {
    cursor: pointer;
  }
  body .btn-group .btn-group .multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  body .form-inline .multiselect-container label.checkbox {
    padding: 3px 20px 3px 40px;
  }
  body .form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px;
  }
  body .form-inline .multiselect-container li a label.checkbox input[type=checkbox] {
    margin-left: -20px;
    margin-right: 0;
  }
  body .form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0;
  }
  body .btn {
    border-radius: 0;
    padding: 10px 0;
  }
  body .btn-primary {
    background-color: #ff0000;
    border: none;
    border-radius: 0;
    padding: 11px 15px;
    text-transform: uppercase;
  }

  .multiselect-native-select .btn-group{
      width:100%!important;
  }
  .multiselect-native-select .btn-group .multiselect{
    border: none;
    border-radius:none;
    border-bottom: 1px Solid #cbcbcb;
  }

  .multiselect-native-select .btn-group .dropdown-toggle.custom-select {
    height: auto!important;
    padding: 0!important;
    border-radius: 0px!important;
    text-align: left!important;
    background-color: #fff;
    background-image:none;
}
.small{
    font-size: 11px;
}
#file-upload-filename {
  background-color: #fff;
  padding: 5px 15px;
  color: #a0a0a0;
  font-size: 14px;
  border: 1px solid #ced4da;
  height: 50px;
  line-height: 38px;
  cursor: pointer;
}
.img-icon1 {
  right: 12px;
  position: absolute;
  top: 14px;
}
input[type=file] {
  z-index: -1;
  position: absolute;
  opacity: 0;
}



/* ---------- facy Radio buttons ---------- */
.im-buttons label, h5 label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.65;
  }
  .im-buttons label span, h5 label span {
    display: inline-block;
  }
  
  .radio {
    margin: 16px 0;
    display: inline-block;
    cursor: pointer;
  }
  .radio input[type="radio"] {
    display: none;
  }
  .radio input + span:after {
    border: #1681d8 2px solid;
  }
  .radio input + span {
    line-height: 22px;
    height: 22px;
    padding-left: 22px;
    position: relative;
  }
  .radio input + span:not(:empty) {
    padding-left: 30px;
    margin-left: 20px;
  }
  .radio input + span:before, .radio input + span:after {
    content: "";
    width: 22px;
    height: 22px;
    display: block;
    border-radius: 50%;
    left: 0;
    top: 0;
    position: absolute;
  }
  .radio input + span:before {
    transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
  }
  .radio input + span:before {
    background: #1681d8;
  }
  .radio input + span:after {
    background: rgb(255, 255, 255);
    transform: scale(0.78);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
  }
  .radio input:checked + span:before {
    transform: scale(1.04);
  }
  .radio input:checked + span:after {
    transform: scale(0.4);
    transition: transform 0.3s ease;
  }
  .radio input:checked + span:before {
    background: rgb(255, 255, 255);
    border: 2px solid #1681d8;
  }
  .radio input:checked + span:after {
    background: #1681d8;
  }
  .radio:hover input + span:before {
    transform: scale(0.92);
  }
  .radio:hover input + span:after {
    transform: scale(0.74);
  }
  .radio:hover input:checked + span:after {
    transform: scale(0.4);
  }
  .other-field{
      display:flex;
  }

  .half-part .multiselect-native-select .multiselect-container.dropdown-menu{
    max-height:300px;
    overflow-y: scroll;
  }

  .half-part .multiselect-native-select .multiselect-container.dropdown-menu::-webkit-scrollbar-track
{
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.half-part .multiselect-native-select .multiselect-container.dropdown-menu::-webkit-scrollbar
{
	width: 7px;
	background-color: #F5F5F5;
}

.half-part .multiselect-native-select .multiselect-container.dropdown-menu::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #108fe5;
}

.custom-select:focus{
  box-shadow:none;
}

.other-input{
  width: 100%;
  border: none;
  border-bottom: 1px Solid #cbcbcb;
  margin-top:20px;
}

/* ---------------inner page ------------------ */
.prsn-img{
  width: 300px;
  margin: 100px auto;
  border-radius: 20px;
  overflow: hidden;
}

/* ---------------integrrtive page-------------------------- */

.verticle-middle{
  align-items: center;
  justify-content: center;
}
.int-txt{
  margin-bottom: 10px;
  font-size: 28px;
}
.tagtxt{
  font-size:17px;
  color:#333;
  margin-bottom: 0px;
}
.card-box{
  padding: 40px;
  border-radius: 20px;
  margin-top: 40px;
  background-image: linear-gradient(to right top, rgb(16 143 229 / 20%), rgb(0 164 232 / 20%), rgb(0 181 220 / 20%), rgb(0 195 198 / 20%), rgb(25 206 171 / 20%));
  color: #333;
  font-weight: 500;
}
.book-btn2{
    /*background-color: #1090e5;
    border: 1px solid #118ee2;*/
    background-color: #003f7d ;
    border:none;
    padding: 12px 40px;
    padding: 10px 35px;
    border-radius: 50px;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
}
.consult-pnls-bx{ 
  margin-left: 50px;
}


.acd-contents{
  margin-top: 50px;
}
.content-1head{
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
  /*color: #108fe5;*/
  color: #000;
}
.ggl-review-heading a{
  color: #000;
  text-decoration: none;
  line-height: 1;
}
.content-2head{
  margin-top: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: #75659b;
  letter-spacing: 1px;
}
.par1{
  font-size: 18px;
  color: #5b5b5b;
  letter-spacing: 1px;
  line-height: 24px;
  margin-top: 0px;
}
.lists-details li span{
  /* font-size:20px;
  color:#292929; */
  font-size: 18px;
  color: #5b5b5b;
}
.par2{
  font-size: 18px;
  font-weight: 600;
}
.par2 strike{
  font-size:14px;
}
.red-strike{
  color:red;
}
.old-acd-amt{
  position: relative;
  font-size:14px;
}
.old-acd-amt::after{
  border-bottom: 2px solid red;
  content: "";
  left: 0;
  line-height: 1em;
  margin-top: calc(0.125em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}
.dr-profile-link a img{
    width:100%;
}
.dr-profile-link{
  text-align: center;
}
.dr-profile-link a p{
    color: #222;
    font-weight: 600;
    margin-top: 7px;
}
.dr-profile-link a{
  text-decoration:none;
}
.shilpa-img{
  position:relative;
}
.shilpa-img img{
  position: absolute;
  width: 120%!important;
  right: -2px;
}
.drs-img{
  width:70px;
  height:70px;
  overflow: hidden;
  border-radius: 100%;
  box-shadow: 0px 0px 43px -19px grey;
  margin: 0 auto;
}
.vishal-img{
  position:relative;
}
.vishal-img img{
  position: absolute;
  width: 190%!important;
  right: -27px;
  top: -8px;
}
.book-btn1{
    /*background-color: #ffe711;
    border: 1px solid #ffe711;*/
    background-color: #003f7d ;
    border:none;
    color:#fff;
    padding: 12px 40px;
    padding: 10px 35px;
    border-radius: 50px;
    font-weight: 500;
    cursor: pointer;
}
.ay-img{
  margin: 60px 0px;
}
.exercixe-img{
  width: 100%;
  margin: 20px auto;
}
.anti-cancer-diet-row{
  background-color:#f1f1f1;
  padding-top:60px;
}
.ayurveda-row{
  padding-top:60px;
}
.acdt-img{
  margin:40px 0px;
}
.emotional-counseling-row{
  background-color:#f1f1f1;  
  padding-top: 50px;
}
.fa-ul.list-of.dr-spel .fa-li {
  left: -2em !important;
}
.fa-ul.list-of.dr-spel li p{
  margin-bottom: 0px;
}
.box-style-dr-details{
  margin-top: 40px;
}
.success-stories-row{
  padding:30px 0px;
}
.stories-box{
  width: 320px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto;
}
.story-name{
  font-size: 18px;
    font-weight: 700;
    margin-top: 11px;
    text-align: center;
    color: #222;
}
.scstr{
  margin-bottom: 40px;
  margin-top:20px;
}
.apint-sec, .drs-sec{
  text-align:center;
}
.con-cll {
  display: -webkit-inline-box;
}
.confused-text #line1 {
  font-weight: 500;
}
.confused-text {
  font-size: 28px;
  font-weight: 400;
  line-height: 54px;
}
 /* Text Animation End **/

 .shine-btn{
	position:relative;
	overflow:hidden;
}
.shine-btn:after{
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255,255,255,0.5) 50%, rgba(229, 172, 142, 0));
  transform: rotateZ(60deg) translate(-5em, 12em);
}
/*This activates the sheen once the button has been hovered*/
.shine-btn:hover::after{
  animation: sheen 1s forwards;
}
@keyframes sheen {
  100% {
    transform: rotateZ(60deg) translate(1em, -12em);
  }
}
.btn-y {
  /*background-color: #ffe711;
  border: 1px solid #ffe711;*/
  background-color: #003f7d ;
  border:none;
  padding: 15px 28px;
  border-radius: 50px;
  font-size: 20px;
  color: #fff;
  margin-left: 20px;
  cursor: pointer;
}
.stll{
  padding-top: 40px;
  padding-bottom: 15px;
  border-bottom: 2px dotted lightgrey;
}

.qr-code{
  width: 180px;
  margin: 0 auto;
  background-color: #fff;
  padding: 6px;
  border-radius: 13px;
  margin-top: 17px;
  box-shadow: 0px 0px 21px -15px rgb(0 0 0 / 50%);
}

.qr-head{
  text-align: center;
  font-size: 17px;
  font-weight: 500;
}
.bottom-tagline{
  width:100%;
  text-align: center;
  font-weight: 500;
  margin-top: auto;
}

.payment-tagline{
  font-size: 19px;
  line-height: 30px;
  font-weight: 600;
}
.payment-options-area{
  padding: 70px 30px;
}
.upi-details{
  font-size: 20px;
  font-weight: 500;
  color: #108fe5;
  line-height: 31px;
  margin-bottom: 4px;
}
.bank-transfer-details{
  margin-top: 30px;
}
.bank-details-heading{
  font-size: 20px;
  font-weight: 500;
  line-height: 31px;
}
.bnk-details{
  font-size: 16px;
}
.list-style-none {
  list-style-type: none;
}
.payment-options{
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 0px 29px -13px rgba(0,0,0,0.73);
  -webkit-box-shadow: 0px 0px 29px -13px rgba(0,0,0,0.73);
  -moz-box-shadow: 0px 0px 29px -13px rgba(0,0,0,0.73);
  margin-top: 40px;
}

.payment-options-page{
  background-color: #f1f2f7;
  padding: 70px 0px;
}
.pay-opt{
  background-color: #f3f5ff;
}
.qr-code-box{
  padding: 60px 0px;
  text-align: center;
}
.payment-option{
  width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background-color: #108fe5;
    border-radius: 50px;
    margin-right: 10px;
}
.step1{
  display: inline-flex;
    text-align: center;
    margin: 0 auto;
}
.payment-option.left-opt{
  float: left;
  margin-right: 10px;
}
.crdtit-card-btn{
    background-color: #108fe5;
    color: #fff;
    border: 1px solid transparent;
    padding: 5px 17px;
    border-radius: 50px;
    cursor: pointer;
}

/* -------------------------------take apoointment page-------------------------------- */
.form-box-ap{
  width: 550px;
  text-align: center;
  margin: 0px auto;
  /* box-shadow: 0px 0px 10px grey; */
  padding: 20px 40px;
  border-radius: 10px;
  border: 1px solid rgb(128 128 128 / 23%);
  background-color: #fff;
}
.appnt-inputs{
  width: 100%;
  height: 45px;
  padding: 0px 20px;
  border-radius: 7px;
  border: 1px solid #c3c3c3;
}
.appoint-field{
  margin: 20px 0px;
}
.appnt-submit{
  width: 50%;
  height: 45px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #108fe5;
  color: #fff;
  cursor: pointer;
}
.appnt-page{
  background-color: #f1f2f7;
  padding: 50px 0px;
}


/* --------------------------------Survibors Profile page--------------------------- */
.profile-dp{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  margin-right: 30px;
}
.profile-row{
  display:flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.survivors-profile-name{
  color: #333;
  font-size: 30px;
  margin-bottom:0px;
}
.survivors-more-details{
  color:#333;
  font-size:21px;
  margin-bottom:0px;
}
.survivors-location{
  color:#999;
  font-size:16px;
  font-size: 17px;
}
.details-titls{
  color:#333;
  font-size:30px;
}
.details-desc{
  font-size:15px;
  color:#666;
}
.dts-icons{
  margin-right:10px;
}
.survivers-filed-details{
  border-top: 1px solid #b9b9b9;
    padding: 20px 0px;
}
.field-label{
  color:#666;
  font-size:15px;
}
.field-details{
  color:#333;
  font-size:17px;
}
.dtls-row{
  margin: 35px 0px;
}

/* --------------------------------other pages------------------------------- */
.medium-heading {
  font-size: 27px;
  font-weight: 700;
}
.small-description {
  font-size: 20px;
  font-style: italic;
}
.img-responsive{
  width:100%;
}



/* stories css */
.con-cll {
  display: -webkit-inline-box;
}
.confused-text {
  font-size: 28px;
  font-weight: 400;
  line-height: 54px;
}
.confused-text #line1 {
  font-weight: 500;
}
/*.btn-y {
  background-color: #ffe711;
  padding: 15px 28px;
  border-radius: 50px;
  font-size: 20px;
  color: #333;
  margin-left: 20px;
  border: 1px solid #ffe711;
  cursor: pointer;
}*/
.shine-btn {
  position: relative;
  overflow: hidden;
}
.zen-blog {
  padding: 60px 0;
}
.ggl-review-heading {
  text-align: center;
  font-size: 45px;
  color: #0b578b;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}
.center-auto {
  margin: 10px auto;
}
.slick-prev, .slick-next {
  border-radius: 20px !important;
  width: 32px !important;
  height: 32px !important;
  line-height: 28px !important;
  border: 2px solid #d4d4d4 !important;
  font-weight: 600;
}
.slick-next {
  right: -12px !important;
}
.slick-prev {
  left: -12px !important;
}
.slick-prev:before, .slick-next:before {
  font-family: monospace !important;
  line-height: unset !important;
  opacity: 1 !important;
}
.slick-prev:before {
  content: '<' !important;
  color: #d4d4d4 !important;
  font-size: 20px !important;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.slick-next:before {
  content: '>' !important;
  color: #d4d4d4 !important;
  font-size: 20px !important;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.btn-blue1 {
  /*background-color: #108fe5;
  border: 1px solid #108fe5;*/
  background-color: #003f7d ;
  border:none;
  color: #fff;
  padding: 12px 35px;
  border-radius: 50px;
}
.slick-list {
  margin: 0 -16px !important;
}
.slick-initialized .slick-slide, .reviewa-g .slick-slide {
  padding: 20px;
}

.news-box {
  background: #fff !important;
  border: 2px solid #fff;
  border-radius: 30px;
  display: flex;
  align-items: start;
}
.news-box, .g-review-slide {
  box-shadow: 0 5px 22px #6f8fea29;
}
.img-blur-wrap {
  position: relative;
  overflow: hidden;
  overflow: hidden;
}
.news_image_wrapper, .news-img {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.news-img .img-blur-bg {
  background-size: auto, cover;
  filter: blur(5px);
  width: 100%;
  height: 198px;
  position: absolute;
  z-index: 1;
}

.news-img .img-blur {
  background-size: auto, 400px;
  filter: none;
  z-index: 2;
  position: relative;
  max-width: 400px;
  height: 100%;
  margin: 0 auto;
  box-shadow: 0px 20px 40px #000;
  display: flex;
}
.img-blur img {
  margin: auto;
  width: auto;
  height: 130px;
}
.news-name {
  text-align: left;
  font: normal normal 500 22px/28px Poppins;
  letter-spacing: 0;
  color: #333333;
  margin: 10px 5px 5px 10px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-name a {
  color: #333;
}
.border-image {
  background-image: url(https://zenonco-web-image.s3.ap-south-1.amazonaws.com/assets/images/zenonco_new/images/underline.svg);
  width: 245px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 8px;
}
.center-auto {
  margin: 10px auto;
}
/* stories css */


/* ------------------Responsive------------------ */

@media (min-width: 1366px){
  .container {
     max-width: 1260px;
  }
}

  /* Responsive */

  .col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 20px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}


  @media (max-width: 1199px) and (min-width: 992px){
  .upi-details{
    font-size: 17px;
    margin-bottom: 4px;
  }
  .bank-details-heading {
    font-size: 18px;
}
.consult-pnls-bx {
  margin-left: 20px;
}
.int-txt {
  font-size: 24px;
}
.book-btn2{
  font-size: 14px;
}
}

@media (max-width: 991px) and (min-width: 768px){
  .payment-options-area {
    padding: 50px 10px;
}
.upi-details {
  font-size: 13px;
  margin-bottom: 4px;
}
.payment-options-area {
  padding: 40px 10px;
}
.bank-details-heading {
  margin-bottom: 0px;
}
.qr-head {
  font-size: 14px;
}
.bottom-tagline{
  font-size: 11px;
}
.bnk-details {
  font-size: 12px;
}
.qr-code-box {
  padding: 30px 0px;
}
.bank-details-heading {
  font-size: 16px;
}
.consult-pnls-bx {
  margin-left: 0px;
}
.int-txt{
  font-size: 17px;
}
.tagtxt{
  font-size: 14px;
}
.book-btn2{
  font-size: 13px;
  padding: 5px 12px;
}
}

@media (max-width: 767px){
  .qr-code-box {
    padding: 30px 0px;
}
.payment-options-area {
  padding: 30px 30px;
}
.payment-options-page {
  background-color: #f1f2f7;
  padding: 30px 0px;
}
.res-spacing{
  margin-top:30px;
}
.dtls-row {
  margin: 0px 0px;
}
.details-titls{
  font-size: 26px;
}
.consult-pnls-bx {
  margin-left: 0;
  text-align: center;
}
.verticle-middle .col-md-3{
  text-align: center!important;
}
.book-btn2{
  display: block;
  margin: 20px auto 10px;
}
  .confused-text{
    text-align: center;
  }
  .con-cll {
    display: inline-block;
    text-align:  center;
  }
  .btn-y{
    margin-left: 0;
    font-size: 16px;
    padding: 10px 35px;
  }
  .ay-img{margin: 0;}
  .exercixe-img{margin-top: 20px; margin-bottom: 0;}
  .anti-cancer-diet-row{padding-top: 0;}
  .acdt-img{margin: 25px 0 0;}
  .ay-img1{margin-top: -60px;}
  .ayurveda-row{padding-top: 0;}
  .emotional-counseling-row{padding-top: 0;}
  .zen-blog{padding: 25px 0;}
  .content-1head{text-align:center;}
  .par1, .lists-details li span{font-size:16px; letter-spacing: 1px;}
  .stll{padding-top:10px;}
}

@media (max-width: 540px) and (min-width:425px){
  .upi-details{
    font-size: 18px;
  }
  .bnk-details {
    font-size: 13px;
    padding-left: 29px;
}
}

@media (max-width: 540px){
  .content-1head{
    font-size: 21px;
    line-height: 37px;
  }
  .apint-sec{
    margin-bottom: 20px;
  }
  .acd-contents {
    margin-top: 20px;
}
.survivors-profile-name{
  font-size: 24px;
}
.survivors-more-details{
  font-size: 15px;
}
.survivors-location{
  font-size: 14px;
}
.profile-dp{
  width: 100px;
  height: 100px;
  margin: auto;
}
.details-titls{ 
  font-size: 20px;
  text-indent: -34px;
  padding-left: 34px;
  margin-bottom: 0px;
}
.details-titls img{
  width: 20px;
  margin-right: 5px;
}
.dtls-row {
  margin: 0px 0px;
  padding-left: 14px;
}
.res-spacing {
    margin-top: 10px;
    border-bottom: 1px dotted rgb(128 128 128 / 50%);
    padding: 10px 0px 10px 16px;
}
.res-spacing:last-child{
  border-bottom:none;
}
.profile-row{
  display: block;
  text-align: center;
} 
.details-desc{
  padding-left: 30px;
}
}

@media (max-width: 424px){
  .payment-options {
    width: 100%;
  }
  .card-box{
    padding: 20px;
  }
  .int-txt{
    font-size: 20px;
    line-height: 26px
  }
  .tagtxt{
    font-size: 14px;
  }
  .bnk-details{
    font-size: 14px;
  }
}

@media (max-width: 360px){
  .payment-options {
    width: 100%;
  }
  .upi-details{
    font-size: 14px;
    margin-bottom: 0px;
  }
  .bank-details-heading{
    font-size: 17px;
    margin-bottom: 0px;
  }
  .bnk-details {
    font-size: 13px;
    padding: 6px 0px 0px 15px;
}
.bottom-tagline{
  font-size: 13px;
}
}
