@import url("https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Gupter:wght@400;500;700&family=Noto+Sans: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;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
  --white: #fff;
  --black: #000;
--Greeny-Blue:#39B49B;
--Blue-Koi:#6399C7;
--Soft-Peach:#EDEDED;
--Bleu-De-France:#238DE9;
--Snow-Drift:#F9F9F9;
--Blue-Chill:#1D8E96;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

nav.navbar.WhiteNav {
  background-color:var(--Greeny-Blue)!important;
  position: fixed;
  width: 100%;
  z-index: 999;
  transition: .6s;
  padding: 12px 0;
  box-shadow: 0 0 2px #ccc;
  top: 0;
  color: var(--white);
  }
  nav.navbar.WhiteNav h2{
    color: var(--white);
  }
  nav.navbar.WhiteNav .nav-item .nav-link {
    color: var(--white);
  }

  .TransparentNav #BrandLogo, .WhiteNav #WhiteLogo {
  display: none;
  }
  .WhiteNav .navbar-brand.white-logo{
  display: none;
  }
  .WhiteNav #BrandLogo {
  display: block;
  }
  .navbar-brand img {
  max-width: 100%;
  height: auto;
  }
/*  */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
 
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.top-head {
  width: 100%;
  background:var(--Blue-Chill);
}
.top-section {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  color: var(--white);
  margin-bottom: 0;
}
.top-section li {
  list-style: none;
}
.top-section ul {
  display: flex;
  margin-bottom: 0;
}
.top-section ul li {
  margin-right: 12px;
}

.top-section a{
  text-decoration: none;
  color: var(--white);
}
.top-section .fontSize-buttons--list a i{
border: 1px solid var(--white);
padding: 6px;
border-radius: 100px;
margin-right: 8px;
}
.top-section .left-social-icon a{
  margin-right: 4px; 
}
.top-section .left-social-icon a i{
  font-size: 16px;
  padding-top: 6px;
}
.top-section .left-social-icon ul{
  margin-bottom: 0;
}
.top-section p{
  margin-bottom: 0;
}
.fontSize-buttons--list button{
  border: transparent;
  background: transparent;
  font-weight: 500;
  color: var(--white);
}
/* navbar */
.pmch-navbar .dropdown-menu{
  top:57px;
  border-radius: 0;
  padding: 0;
}
.pmch-navbar .dropdown-menu li a{
  padding: 8px 12px;
}
.pmch-navbar .dropdown-item.active,.pmch-navbar .dropdown-item:active {
  color: var(--black);
  text-decoration: none;
  background-color: var(--Light-Peach);
}
.pmch-navbar{
  padding: 12px 0!important;
}
.pmch-navbar img {
  max-width: 340px;
}
.menu-bg .navbar-nav .nav-item .nav-link {
  /* font-size: 0.8rem; */
  /* text-transform: uppercase; */
  font-weight: 600;
  color: var(--Cloudy-Grey);
}
.menu-bg .navbar-nav .nav-item {
  margin-left: 16px;;
}
.menu-bg .navbar-nav .nav-item .nav-link.active {
  color: var(--Blue-Chill);
}
.WhiteNav .menu-bg .navbar-nav .nav-item .nav-link.active {
  color: var(--black);
}
/* hero section start */
.hero-section {
  background-color: var(--Desert-Storm);
}

.hero-section .owl-carousel .owl-nav button.owl-next,
.hero-section .owl-carousel .owl-nav button.owl-prev {
  width: 60px;
  height: 60px;
  position: absolute;
 
  background: var(--white) !important;
  border-radius: 100px;
}
.hero-section .owl-carousel .owl-nav button.owl-next span,
.hero-section .owl-carousel .owl-nav button.owl-prev span {
  font-size: 24px;
  line-height: 20px;
  color: var(--black);
}
/* d-flex justify-content-center align-items-center */
.hero-section .owl-carousel .owl-nav button.owl-next,
.hero-section .owl-carousel .owl-nav button.owl-prev {
  top:350px;
}
.hero-section .owl-carousel .owl-nav button.owl-next {
  right: 20px;
}
.hero-section .owl-carousel .owl-nav button.owl-prev {
  left: 20px;
}
.hero-section .owl-theme .owl-nav {
  margin-top: 0px !important;
}
/* hero section end */
.headline h2{
  text-align: center;
margin-bottom: 60px;
color: var(--Deep-Rose);
}

/* about section */
.about-section{
  margin: 40px 0;
}
.about-img img{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.offer-section img{
  width: 100%;
  border: 1px solid var(--Soft-Peach)
}
.panchkarma-section{
  margin: 60px 0;
padding: 60px 40px;
  width: 100%;
  height: auto;
  background: url(../images/background-saibalaji.webp) no-repeat border-box center/cover;
}
.panchkarama-content{
padding: 40px;
  background: var(--white);
  opacity: .6px;

}
.panchkarama-content a{
  text-decoration: none;
  color: var(--Bleu-De-France)
}
.panchkarama-content h5{
  color: var(--Bleu-De-France);
}
.bookBtn{
line-height: 30px;
  text-decoration: none;
  color: var(--white)!important;
  background: var(--Greeny-Blue);
  border-radius: 40px;
  padding: 12px 20px;
}
.appointBtn{
  margin-top: 20px;
}
.treatment-section{
  margin-bottom: 40px;
}
.treatment-section .treatment-card {
  text-align: center;
  /* background: var(--Soft-Peach); */
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  padding: 40px 20px;
  margin: 40px 0;
  transition: .6s;
  
}
.treatment-section .treatment-card:hover{
  background:var(--Snow-Drift);
  margin-top: -8px;
  transition: .6s;
}
.treatment-section .treatment-card img{
  max-width: 80px;
  padding: 8px;
  border-radius: 100px;
  margin-bottom: 20px;
  border: 1px solid var(--Greeny-Blue);
}
.treatment-section .treatment-card h5{
  color: var(--Blue-Koi);
  margin-bottom: 12px;
}
.treatment-section .treatment-card p{
  margin-bottom: 30px;
}
.panchkarmaimg img{
  width: 100%;
}
.headline h3{
  
  font-size: 2.2rem;
  margin-bottom: 50px;
  position: relative;

}
.headline h3::after{
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background: var(--Greeny-Blue);
  height: 2px;
  width: 100px;
}
.treatment-section .item{
  margin: 20px;
}
.treatment-card .timag{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.testimonial-card{
  /* background: var(--white);
  padding: 20px 60px;
  position: relative;
  min-height: 200px;
  border: 1px solid var(--Snow-Drift);
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  margin: 20px 0;
  min-height: 280px; */
  border-radius: 20px;
  background-color: #D6D2F1;
  padding: 40px;
}

.testimonial-card::before{
  position: absolute;
  content: "";
  background: url(../images/quote.svg) no-repeat center / 35px;
  top: 20px;
  left: 0;
  width: 100px;
  height: 33px;
  z-index: 1;


}
/* .testimonial-card::after{
  position: absolute;
  bottom: -10px;
  left: 40px;
  width: 24px;
  height: 24px;
  content: '';
  background: var(--Soft-Peach);
  rotate: 50deg;
} */
 .tesimonial-img img{
  width: 100%;
 }
.testimonial-profile img{
  width: 60px!important;
  border-radius: 100px;
}
.testimonial-profile ul{
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.testimonial-profile ul li{
  list-style: none;
  margin-right: 20px;
}
.testimonial-profile h4{
  font-size: 1.2rem;
  color: var(--black);
}
.tesimonial-img img{
  width: 100%;
  border-radius: 12px;
  margin-bottom: 20px;
}
.left-testimonial{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.left-testimonial button{
  width: 40px!important;
  height: 40px!important;
  border: 1px solid var(--Blue-Chill)!important;
}
.inner-testimonial-box p{
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis; 
 font-family:'Lucida Sans', 'Lucida Sans Regular';
 font-size: .95rem;
 line-height: 24px;
 color: #504f4f; */
 font-size: 1.2rem;
    color: #3f4966;
    margin-bottom: 20px;
}
.inner-testimonial-box h4{
  margin-top:20px;
  margin-bottom: 8px;
  font-size: 1.5rem;
  color: var(--Bleu-De-France);
}
p{
  line-height: 30px;
}
.our-doctor-img img{
  width: 100%;
}
.our-doctor-section{
  margin: 80px 0;
}
.common-section{
  background: var(--Greeny-Blue);
}
.common-section .commom-headline h4{
  color: var(--white);
  margin-bottom: 0;
  padding: 12px 0;
}
.common-section .commom-headline h4{
  color: var(--white);
  margin-bottom: 0;
  padding: 12px 0;
}
.common-breadcrumb ol{
  margin-bottom: 0;
  padding: 8px 0;
}
.common-breadcrumb a{
  text-decoration: none;
  color: var(--Greeny-Blue);
}
.card-image{
  margin-bottom: 20px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.card-image img{
  width: 100%;

}
.card-image a{
  text-decoration: none;
  color: var(--black);
  text-align: center;
  line-height: 30px;
}
.card-image h6{
padding: 20px 0;
}
/* footer */
footer{
  background: var(--Greeny-Blue);
  padding: 40px 0;
  color: var(--white);
}
footer h3{
  color: var(--Soft-Peach);
  font-size: 1.5rem;
}
.footer-content ul{
  padding-left: 0;
  margin-bottom: 0;
}
.footer-content ul li{
  list-style: none;
  margin-bottom: 8px;
}
.footer-content ul li a{
  text-decoration: none;
  color: var(--Snow-Drift);
}
.footer-content h5{
  position: relative;
  margin-bottom: 20px;
  
}
.footer-content h5::after{
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  background: var(--white);
  height: 1px;
  width: 80px;

}
.footer-content i{
  margin-right: 8px;
}
.copyright-section{
  width: 100%;
  padding: 12px 0;

}
.copyright-section p{
  margin-bottom: 0;
  text-align: center;
}
.copyright-section p a{
 text-decoration: none;
 color: var(--Greeny-Blue);
}
.makeAppointtBtn{
  text-decoration: none;
  color: var(--white);
  background: var(--Greeny-Blue);
  border-radius: 30px;
  padding: 8px 20px;
}
nav.navbar.WhiteNav .makeAppointtBtn{
background: var(--white);
color: var(--Blue-Koi);
}
.contact-social-icon ul{
  padding-left: 0;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
 
}
.contact-social-icon p{
  margin-bottom: 0;
}
.contact-social-icon a{
  text-decoration:none;
  color: var(--Blue-Chill);
}
.contact-social-icon ul li{
  list-style: none;
  margin-right: 20px;
}
.contact-social-icon ul li img{
  border: 1px dotted var(--Greeny-Blue);
  padding: 12px;
  border-radius: 100px;
  background: var(--Greeny-Blue);
  max-width: 60px;
}
.contact-section{
  padding: 40px 0;
}
.company-location iframe{
  width: 100%;
  height: 350px;
}
.right-contact input,.right-contact textarea{
margin-bottom: 18px;
}
.right-contact .form-control{
  padding: 12px;
  border-radius: 0;
}
.right-contact .submitBtn{
  background: var(--Greeny-Blue);
  padding: 10px;
  border: 0;
  color: var(--white);
  font-size: 1.1rem;
}
.right-contact h4{
  margin-bottom: 12px;
}
.appointment-card{
  margin-bottom: 40px;
}
.appointment-card input,.appointment-card textarea,.appointment-card select{
  margin-bottom: 18px;
  }
.appointment-card .form-control{

  padding: 12px;
  border-radius: 0;
}
.appointment-card .form-select{
  padding: 12px;
  border-radius: 0;
}
.make-appointment{
  padding: 60px 0;
}
.make-appointment .submitBtn{
  background: var(--Greeny-Blue);
  padding: 10px;
  border: 0;
  color: var(--white);
  font-size: 1.1rem;
}
.make-appointment h6{
  margin-bottom: 20px;
}
.form-control:focus ,.form-select:focus{
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow:none;
}
.make-appointment option{
  padding: 12px!important;
}
.booking-img img{
  width: 100%;
  margin-bottom: 16px;
}
.facilities-card {
  text-align: center;
  margin-bottom: 30px;
}
.facilities-card .facilitiesimg img{
  max-width: 60px;
  margin-bottom: 20px;
}
.facilities-card .facilitiesimg{
  text-align: center;
}
.panchakarma-card{
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  /* padding: 20px; */
  margin: 20px 0;
  min-height: 620px;
}
.panchakarma-card img{
  width: 100%;
  margin-bottom: 20px;
  /* border-radius: 8px; */
}
.panchakarma-card .treatmentContent{
padding: 0 20px;
}
.panchakarma-section{
  padding: 40px 0;
}
.gallery-section{
  padding: 40px 0;
}
.treatmentBtn{
  text-decoration: none;
  color: var(--white)!important;
  background: var(--Blue-Koi);
  padding: 12px;
  text-align: center;
  font-size: .9rem;
  margin-bottom: 20px;
border-radius: 6px;
}
.panchkarama-content.diseases-content{
background: transparent;
}
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  outline: none;
  font-size: 30px;
  font-weight: 600;
  color: var(--Snow-Drift);
  background: transparent;
  border: 0;
}
.panchkarma-section.panchakarm-sec{
margin-bottom: 0;
}
.thank-section{
  width: 100%;
  height: 50vh;
  background: var(--Snow-Drift);
}
.thank-contact{
  height: auto;
  text-align: center;
 padding-top: 180px;
}
.thank-contact h2{
  color: var(--Blue-Koi);
}
.saibanner img{
  width: 100%;
}
.saibanner{
  margin: 20px 0;
}
/* media gallery */
@media(max-width:2560px){

}
@media(max-width:1440px){
  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 250px;
}
  .treatment-section .treatment-card {
    min-height: 360px;
  }
  .thank-contact {
    padding-top: 110px;
}
}
@media(max-width:1200px){
  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 200px;
    width: 40px;
    height: 40px;
}
.treatment-section .treatment-card h5{
  font-size: 1.1rem;
}
.treatment-section .treatment-card p{
  line-height: 24px;
}
.left-testimonial{
  margin-bottom: 20px;

}
.inner-testimonial-box h4 {
  font-size: 1.3rem;
}
.inner-testimonial-box p {
  font-size: 1rem;
}
.testimonial-profile h4 {
  font-size: 1rem;
}
}
@media(max-width:992px){
  .menu-bg {
    background: var(--white);
    color: var(--black);
  }
  .menu-bg .navbar-nav .nav-item .nav-link.active {
    color: var(--Blue-Chill);
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler {
  border: 0;
}
.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
  top: 170px;
}
.our-doctor-img img {
  margin-bottom: 20px;

}
.our-doctor-section {
  margin: 40px 0;
}
.headline h3 {
  
  font-size: 2rem;
  margin-bottom: 40px;
}
nav.navbar.WhiteNav .nav-item .nav-link{
  color: var(--black);
  font-weight: 500;
}
.footer-content{
  margin-bottom: 20px;
}
.offcanvas-title {
  font-size: 24px;
  columns: var(--Greeny-Blue);
}
.about-section {
  margin: 20px 0;
}

.panchkarma-section {
  margin: 20px 0
}
.panchakarma-card {
  padding-bottom: 20px;
  min-height: auto;
}
.treat-sec.treatment-section .treatment-card {
  margin: 0 0 20px 0;
}
.treat-sec.treatment-section .treatment-card {
  min-height: auto;
}
.menu-bg .navbar-nav .nav-item {
  border-bottom: 1px solid var(--Snow-Drift);
}

}
@media(max-width:900px){
  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 145px;
}
}
@media(max-width:768px){
  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 128px;
}
.top-section{
  display: block;
}
.top-section .left-social-icon ul {
  margin-bottom: 16px;
}
.panchkarma-section {
  padding: 40px 0 ;
  margin: 40px 0;
}
.company-logo{
  font-size: 1.5rem;
}
.makeAppointtBtn {
  padding: 6px 12px;
}
.treatment-section .treatment-card{
  margin: 0;
}
}
@media(max-width:640px){
  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 100px;
}
}
@media(max-width:575px){
  .fontSize-buttons--list {
    display: block!important;
  }
  .fontSize-buttons--list li{
    margin-bottom: 8px;
  }
  .top-section .fontSize-buttons--list a i {
    padding: 4px
  }
  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 78px;
}
p {
  line-height: 24px;
  font-size: .9rem;
  margin-bottom: 12px;
}
.bookBtn {
  line-height: 24px;
  padding: 8px 12px;
}
.headline h3 {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.facilities{
  margin-bottom: 30px;
}
.treatment-section .treatment-card {
  min-height: 272px;
}
}
@media(max-width:470px){
.company-logo {
 font-size: 1.8rem;
  margin-right: 55px;
  margin-bottom: 8px;
  color: var(--Greeny-Blue); 
}
.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
  top: 65px;
}
}
@media(max-width:425px){
  .company-logo {
    margin-right: 0;
  }
  .panchkarama-content {
    padding: 30px 20px
  }
  .makeAppointtBtn {
    padding: 4px 8px;
}
.panchakarma-section {
  padding: 20px 0;
}
.thank-section {
  height: 40vh;
}
.thank-contact h2{
  font-size: 1.3rem;
}
.testimonial-profile h4 {
  font-size: 1rem;
  margin-bottom: 0;
}
.testimonial-profile img {
  width: 35px !important;
}
.testimonial-card {
  padding:12px;
  /* margin: 20px 0; */
  min-height: 224px;
}
.testimonial-card::before{
content: none;
}
.our-doctor-section {
  margin: 20px 0;
}
.treatment-section .item {
  margin: 0;
}
}
@media(max-width:375px){
  .hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
    top: 50px;
    width:30px;
    height: 30px;
}
.treatment-section .treatment-card{
  padding: 20px 8px;
}
.top-section .left-social-icon ul {
  margin-bottom: 6px;
}
.company-logo {
  font-size: 1.5rem;
}
.testimonial-profile h4 {
  font-size: .8rem;
}.treatment-section {
  margin-bottom: 0;
}
.inner-testimonial-box h4 {
  font-size: 1.1rem;
}
}
/* end */