@import url('https://fonts.googleapis.com/css2?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');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

.margin_top_class {
  margin-top: 6%;
}

body {
  overflow-x: hidden !important;
}

:root {
  --primary: #20265b;
  --secondary: #302f2f;
  --black: #000000;
  --lightblack: #252b42;
  --white: #ffffff;
}
.text-center {
  text-align: center !important;
}
li {
  list-style-type: none;
}

.SringeriHospital h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.showPopupBtn {
  z-index: 99999999999 !important;
  cursor: pointer;
  animation-name: bounce;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  position: fixed;
  top: 90%;
  right: 2%;
  justify-content: center;
  background-color: var(--primary);
  border-radius: 20px;
  align-items: center;
  z-index: 999;
}
.subHeadingWhyChoose {
  font-size: 20px;
}

.cardForWellness h6 {
  color: #20265b;
  font-size: 13.01px;
  font-weight: 400;
  line-height: 13.01px;
  text-align: left;
}

hr {
  margin: 0px !important;
}

html {
  --scrollbarBG: white;
  --thumbBG: var(--primary);
  overflow-x: hidden !important;
}

body::-webkit-scrollbar {
  width: 7px;
}

/* body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
} */
body::-webkit-scrollbar-track {
  background: var(--thumbBG);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--scrollbarBG);
  border-radius: 10px;
  border: 4px solid var(--scrollbarBG);
}

/* main */
.cardForBanner {
  margin: 0% 3%;
}

.multi_speciality_section {
  background-color: #dbf0ff;
  position: relative;
  /*top: -200px;*/
  /* z-index: -10; */
  height: 100%;
  /*padding-top: 10%;*/
  padding-bottom: 130px;
}

/* .appoinment_container, .cancerCare-Contain{
  position: relative;
  top: 150px;
} */
.BookAppoinmentIcon {
  height: 90px;
}

.booking_online {
  border-radius: 13px;
  background: #fac79c;
  box-shadow: 5px 11px 63.3px 0px rgba(0, 0, 0, 0.19);
  width: 276px !important;
  height: 290px;
  flex-shrink: 0;
  z-index: 9;
}

.booking_online>h2 {
  color: #7d5e44;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  /* 125% */
}

.booking_content {
  color: #454545;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.512px;
  /* 139.375% */
}

.health_Package {
  border-radius: 13px;
  background: #fc969c;
  box-shadow: 5px 11px 63.3px 0px rgba(0, 0, 0, 0.19);
  width: 276px !important;
  height: 290px;
  flex-shrink: 0;
}

.health_Package>h2 {
  color: #804145;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  /* 125% */
}

.health_record {
  border-radius: 13px;
  background: #b4c2f3;
  box-shadow: 5px 11px 63.3px 0px rgba(0, 0, 0, 0.19);
  width: 276px !important;
  height: 290px;
  flex-shrink: 0;
}
.insurance {
  border-radius: 13px;
  background: #bbf9d2;
  box-shadow: 5px 11px 63.3px 0px rgba(0, 0, 0, 0.19);
  /* width: 276px !important; */
  height: 290px;
  flex-shrink: 0;
}

.health_package_content {
  color: #454545;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.512px;
  /* 139.375% */
}
.insurance>h2 {
  color: #454545;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  /* 125% */
}

.health_record>h2 {
  color: #616b8f;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  /* 125% */
}

.health_content {
  color: #454545;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 290px;
  line-height: 19.512px;
  /* 139.375% */
}

.view_btn {
  width: 276px !important;
  height: 60px;
  z-index: -2;
  flex-shrink: 0;
  background: #ffffff;
  box-shadow: 0px 4px 63.3px 0px rgba(0, 0, 0, 0.15);
  color: #335e98;
  text-align: center;
  font-family: Roboto;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  /* 108.696% */
}

.view_btn>p {}

.scope_Service {
  margin-top: -300px;
}
.ourscopetitle{
  text-align: center;
}
.our_scope {
  border-radius: 50px;
  background: #dde7ff;
      margin-top: 15%;
}

.our_scope p {
  color: #6a6a6a;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.5px;
  /* 157.5% */
}

.our_scope h3 {
  color: #19438c;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  /* 104.545% */
}

.our_scope h1>span {
  color: #14478A;
  text-align: right;
  font-size: 42px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.service_item {
  width: 180px !important;
  height: 160px;
  flex-shrink: 0;
  border-radius: 30px 0px;
  background: white;
  box-shadow: 4px 4px 34.6px 0px rgba(0, 0, 0, 0.16);
  position: relative;
  /* Ensure that pseudo-elements are positioned correctly */
  transition: all 0.3s ease;
  /* Added for smooth transitions */
}



.packageContain {
  scrollbar-width: thin;
  scrollbar-color: #d1d1cf #ffffff;
  overflow-y: scroll;
  height: 370px;
  border-radius: 9.709px;
  border: 0.971px solid #aebcc3;
}

.service_item:hover svg {
  /* -webkit-filter: grayscale(0); */
  /* filter: invert(100%); */
  fill: white;
  stroke: white;
  color: white;
  /* fill: var(--white);
  stroke: var(--white);
  color: var(--white); */
}

/* .service_item:hover {
  box-shadow: 0 5px 35px 0px rgba(0,0,0,.1);
} */

.service_item:hover .hover-img {
  display: flex !important;
  margin: auto;
}

.service_item:hover .default_img {
  display: none;
}



.bg-pack1 {
  border: 1px solid #e18616;
  /* background-color: #f1e4ff; */
  background-color: #F6E9D9;
  width: 35%;
  border-radius: 20px;
}

.bg-pack2 {
  border: 1px solid #9ad2f5;
  background-color: #BDE3FD;
  width: 35%;
  border-radius: 20px;
}

.packageContain2 {
  border: 1px solid #a2bda8 !important;
  background-color: #BDE3FD !important;
}

.bg-pack3 {
  border: 1px solid #61df98;
  background-color: #C3EAD4;
  width: 35%;
  border-radius: 20px;
}

.packageContain3 {
  border: 1px solid #97c0c1 !important;
  background-color: #C3EAD4 !important;
}

.packageContain4 {
  border: 1px solid #bbaa97 !important;
  background-color: #e4d3f7 !important;
}

.bg-pack4 {
  border: 1px solid #a76be7;
  background-color: #F3E8FF;
  width: 35%;
  border-radius: 20px;
}

/* .service_item:hover::before,
.service_item:hover::after {
  content: '';
  position: absolute;
  border: 2px solid #425fc8;
} */

.service_item:hover::before {
  top: -4%;
  left: -3%;
  width: 40%;
  height: 40%;
  border-bottom: none;
  border-right: none;
  border-top-left-radius: 30px;
}

.service_item:hover::after {
  bottom: -4%;
  /* Adjust to ensure smooth connection */
  right: -3%;
  /* Adjust to ensure smooth connection */
  width: 40%;
  /* Adjust size as needed */
  height: 40%;
  /* Adjust size as needed */
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 30px;
  /* Adjust curvature as needed */
}

.service_item:hover {
  background: linear-gradient(230deg,
      #dde6ff -11.45%,
      #3352c1 103.53%) !important;
  /* height: 20%; */
  /* border-top-left-radius: 30%; */
  transition: all 0.3s ease;
  /* Added for smooth transitions */
  transform: scale(1.1) !important;
}

.service_item:hover h2 {
  color: #ffffff !important;
}

.service_item:not(:hover) {
  opacity: 0.7;
}

.service_item h2 {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.wellnesOffering_title>span {
  color: #14478A;
  text-align: right;
  font-size: 42px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.explorecard {
  border-radius: 24.391px;
  border: 0.813px solid #fcd3bf;
  height: 330px;
}

.explorecard>h2 {
  color: #20265b;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.464px;
  /* 119.243% */
}

.explorecard>p {
  color: #302f2f;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.415px;
  /* 167.25% */
}

.explorecard>p>span {
  color: #20265b;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18.293px;
  /* 140.715% */
}

.blessing-bg {
  position: relative;
  border-radius: 43px;
  background: #fff6d8;
  z-index: 10;
}

.blessing-bg::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60px;
  /* Adjust the distance from the bottom */
  background-color: #fff6d8;
  border-radius: 50%;
  width: 277px;
  height: 277px;
  z-index: -9;
}

.blessing_content h3 {
  color: #20265b;
  text-align: center;
  font-size: 28.456px;
  font-style: normal;
  font-weight: 600;
  line-height: 34.147px;
  /* 120% */
}

.blessing_content h2>span {
  color: #14478A;
  font-size: 42px;
  font-style: normal;
  font-weight: 900;
  line-height: 48px;
  /* 114.286% */
}

.blessing_content p {
  color: #302f2f;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 37.5px;
  /* 187.5% */
}

/* .service_bg:nth-child(1){
    background-image: url("https://equitasbank.s3.ap-south-1.amazonaws.com/Hospital/hospitalNew/services1.jpg");
background-repeat: no-repeat;
background-size: cover;  
}
  .service_bg:nth-child(3){
    background-image: url("https://equitasbank.s3.ap-south-1.amazonaws.com/Hospital/hospitalNew/services2.jpg");
background-repeat: no-repeat;
background-size: cover;  
}
.service_bg:nth-child(2){
    background-image: url("https://equitasbank.s3.ap-south-1.amazonaws.com/Hospital/hospitalNew/services3.jpg");
background-repeat: no-repeat;
background-size: cover;  
}
.service_bg{
    background-image: url("https://equitasbank.s3.ap-south-1.amazonaws.com/Hospital/hospitalNew/services4.jpg");
background-repeat: no-repeat;
background-size: cover;  
} */
.our_patient>span {
  color: #14478A;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 50px;
  /* 125% */
}

.ServeAreas:nth-child(2) {
  border-radius: 17.182px;
  background: #f9e8d6;
  width: 262.882px;
  height: 261.645px;
  flex-shrink: 0;
  margin: 4px 10px 10px 10px;
}

.ServeAreas:nth-child(4) {
  border-radius: 17.182px;
  background: #bde3fd;
  width: 262.882px;
  height: 261.645px;
  flex-shrink: 0;
  margin: 4px 10px 10px 10px;
}

.ServeAreas:nth-child(1) {
  border-radius: 17.182px;
  background: #f1e4ff;
  width: 262.882px;
  height: 261.645px;
  flex-shrink: 0;
  margin: 4px 10px 10px 10px;
}

.ServeAreas:nth-child(3) {
  border-radius: 17.182px;
  background: #c3ead4;
  width: 262.882px;
  height: 261.645px;
  flex-shrink: 0;
  margin: 4px 10px 10px 10px;
}

.ServeAreas h2 {
  color: #20265b;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.ServeAreas h2 span {
  color: #636363;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.ServeAreas_desp {
  color: #444f6f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.we_serve_btn {
  color: #fff;
  text-align: center;
  width: 113px;
  height: 24px;
  flex-shrink: 0;
  font-size: 13.745px;
  font-style: normal;
  font-weight: 400;
  /* line-height: 24.742px; */
  /* 180% */
  border-radius: 20px;
  border: 1px solid #a39281;
  background: #a39281;


  display: flex;
  align-items: center;
  justify-content: center;
}

.we_serve_btn2 {
  color: #fff;
  text-align: center;
  width: 113px;
  height: 24px;
  flex-shrink: 0;
  font-size: 13.745px;
  font-style: normal;
  font-weight: 400;
  /* line-height: 24.742px; */
  /* 180% */
  border-radius: 20px;
  border: 1px solid #7a97aa;
  background: #7a97aa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.we_serve_btn3 {
  color: #fff;
  text-align: center;
  width: 113px;
  height: 24px;
  flex-shrink: 0;
  font-size: 13.745px;
  font-style: normal;
  font-weight: 400;
  /* line-height: 24.742px; */
  /* 180% */
  border-radius: 20px;
  background: #aea0bc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.we_serve_btn4 {
  color: #fff;
  text-align: center;
  width: 113px;
  height: 24px;
  flex-shrink: 0;
  font-size: 13.745px;
  font-style: normal;
  font-weight: 400;
  /* line-height: 24.742px; */
  /* 180% */
  border-radius: 20px;
  background: #85aa95;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .team_bg_logo {
  background-image: url(https://equitasbank.s3.ap-south-1.amazonaws.com/Hospital/hospitalNew/swan_bg.png);
  background-repeat: no-repeat;
  background-position: center;
} */
.director_contain {
  width: 221px;
}

.teamlist {
  border-radius: 15.314px;
  background: #d7efff;
  background-image: url('../assets/image_97.png');
  background-repeat: no-repeat;
  background-position: right;
  background-size: 60% 100%;
  position: relative;
  width: 280px !important;
  height: 349px;
  flex-shrink: 0;
  opacity: 0px;
}

.teamlist1 {
  border-radius: 15.314px;
  background: #d7efff;
  background-image: url('../assets/image_97.png');
  background-repeat: no-repeat;
  background-position: right;
  background-size: 60% 100%;
  position: relative;

  flex-shrink: 0;
  opacity: 0px;
}

.teamlist {
  /* content: "";
  position: absolute;
  top: 0%;
  left: -42%;
  width: 100%;
  height: 100%;
  background-image: url("../assets/sideimg.png");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15.314px; */
  display: flex;
  height: 330px;
  /* justify-content: center;
  align-items: center; */
}

.teamlist h3 {
  color: #19438c;
  border-radius: 15.413px;
  background: #d7efff;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  /* 104.545% */
}

.teamlist1 h3 {
  color: #19438c;
  border-radius: 15.413px;
  background: #d7efff;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  /* 104.545% */
}

.teamlist h6 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  /* 143.75% */
}

.teamlist1 h6 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  /* 143.75% */
}

.blog_contain h2 {
  color: #20265b;
  font-size: 17.886px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.041px;
  /* 140% */
}

.sub_text {
  margin-top: -7.5%;
  font-weight: 400 !important;
  font-size: 12px !important;
}

.blog_contain p {
  color: #302f2f;
  font-size: 13.008px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.415px;
  /* 180% */
}

.blog_title>span {
  color: #14478A;
  text-align: center;
  font-size: 34.147px;
  font-style: normal;
  font-weight: 600;
  line-height: 40.976px;
  /* 120% */
}.testimonial_title>span {
  color: #14478A;
  text-align: center;
  font-size: 40.147px;
  font-style: normal;
  font-weight: 600;
  line-height: 50.976px;
  /* 120% */
}


/* main */
/* footer */
.footer {
  border-radius: 24.391px;
  background: #20265b;
}

.backGroundCard {
  background-image: url('https://equitashospital.s3.ap-south-1.amazonaws.com/FrameForCardSection.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 28px;
}

.cardForBanner {
  z-index: 99;
}

.backGroundCard h1 {
  font-size: 35px;
  font-weight: 400;
}

.doctorDesign {
  z-index: 999;
  position: relative;
}

.doctorDesign p {
  color: #1f1f1f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  min-height: 36px;
  line-height: 20.512px;
  /* 139.375% */
}

.doctorDesign h6 {
  background-color: #b3c8ff;
  width: 98%;
  padding: 8px;
  border-radius: 20px;
  color: #1f1f1f;
  font-size: 14px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  line-height: 19.512px;
  /* 139.375% */
}

.specialisedPtag {
  color: #6a6a6a;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.5px;
  /* 157.5% */
}

.doctorDesign a {
  color: #000;
}

.specailsed_doctor_contain {
  border-radius: 19px;
  width: 255px!important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 420px;
  flex-shrink: 0;
  background: #e8eeff;
  margin: 10px;
  background-image: url('../assets/image_97.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.book-appoinment {
  border: 1px solid #A6CDFF !important;
}

/* .doctorDesign ::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top:68%;
  left: 0;
  background-image: url('https://equitasbank.s3.ap-south-1.amazonaws.com/Hospital/SpecialistAfterImg.svg');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: -1;
} */
.ourdoctortitle{
  text-align: center;
}
.doctorDesign h3 {
  color: #20265b;
  font-size: 18px;
  font-style: normal;
  height: 30px;
  font-weight: 600;
  line-height: 21.464px;
  /* 107.319% */
}

.doctorDesign img {
  text-align: center;
}

.OurSpecialisedDoctors h1 span {
  color: #14478A;
  text-align: right;
  font-size: 42px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.OurSpecialisedDoctors h2 {
  color: #20265b;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
}

.footer h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.footer p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 180%;
  /* padding-left: 10px; */
}

.footer h6 {
  color: #FFF;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 140% */
}

.footer a {
  text-decoration: none;
}

.footer hr {
  border: 1px solid #fff;
  opacity: 0.8;
  background: #fff;
}

.whyChooseSection {
  color: #20265b;
  font-size: 20px;
  font-weight: 400;
}

.whyChooseSection span {
  color: #20265b;
  font-size: 20px;
  font-weight: 700;
}

/*  */
.section-padding {
  width: 1370px;
  margin: 0 auto;
  padding: 30px 0;
}

.owl-item .item {
  transform: translate3d(0, 0, 0);
}

.screenshot_slider .owl-item .item img {
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.7);
}

.screenshot_slider .owl-item.center .item img {
  transform: scale(1.05);
}

.screenshot_slider .owl-nav {
  text-align: center;
  display: none;
}

.screenshot_slider .owl-nav button {
  font-size: 24px !important;
  margin: 10px;
  /* color: #033aff !important; */
}

.SringeriHospital h2 {
  color: #20265b;
  font-size: 36px;
  font-weight: 900;
  line-height: 52px;
  text-align: left;
}

.SringeriHospital p {
  font-size: 13.01px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.Cancer_Care p {
  color: #20265b;
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 14.63px;
  text-align: left;
}

.treatments_Count_Contain {
  border-radius: 24.391px;
  border: 0.813px solid #f5f5f3;
  background: #fff;
  z-index: 99;
  position: absolute;
  z-index: 999;
  bottom: 15%;
  left: 1%;
  width: 241.557px;
  height: 78.904px;
  flex-shrink: 0;
  box-shadow: 0px 0px 48.781px 0px rgba(32, 38, 91, 0.1);
}

.modal-content {
  /* background-color: transparent !important; */
  /* backdrop-filter: blur(10px) !important; */
  border: none !important;
  border-radius: none !important;
}

.modal-header .btn-close {
  background-color: gray;
}

.modal-contentt {
  background-color: transparent !important;
  backdrop-filter: blur(10px) !important;
  border: none !important;
  border-radius: none !important;
}

.modal-headerr .btn-close {
  background-color: gray;
}

.modal-header {
  border-bottom: none !important;
}

.btn-close {
  color: #ffffff !important;
  font-size: 20px;
}

.modlal_filter {
  backdrop-filter: blur(10px) !important;
  /* transition: 1s!important; */
}

.treatments_video_contain {
  position: absolute;
  top: 0%;
  z-index: 300;
  left: 7%;
  width: 35%;
}

.treatments_Count_Contain p {
  color: #20265b;
  font-size: 13.008px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.415px;
  /* 180% */
}

.treatments_Count_Contain h2 {
  color: #20265b;
  font-size: 28.456px;
  font-style: normal;
  font-weight: 700;
  line-height: 34.147px;
  /* 120% */
}


.main_section {
  background-color: white !important;
  border-radius: 10px;
  width: 20% !important;
}

.Booking {
  background-color: #fac79c;
  border-radius: 10px;
  box-shadow: 5px 11px 63.3px 0px #00000030;
 height: 290px;
}

.Booking h2 {
  color: #7d5e44;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
}

.Booking p {
  color: #454545;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.51px;
  text-align: center;
  min-height: 50px;
}

.health_content {
  background-color: #fc969c;
  border-radius: 10px;
  box-shadow: 5px 11px 63.3px 0px #00000030;
}

.health_content h2 {
  color: #804145;
  font-size: 20px;

  font-weight: 600;
  line-height: 25px;
  text-align: center;
}

.health_content p {
  color: #454545;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.51px;
  text-align: center;
  min-height: 50px;
}

.Health_record {
  border-radius: 10px;
  box-shadow: 5px 11px 63.3px 0px #00000030;
  background-color: #b4c2f3;
  height: 290px;
}

.Health_record h2 {
  color: #616b8f;
  font-size: 20px;

  font-weight: 600;
  line-height: 25px;
  text-align: center;
}

.Health_record p {
  color: #454545;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.51px;
  text-align: center;
  min-height: 50px;
}

.view_more {
  font-size: 18px;
  color: #335e98;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
}

/* .slick-slide {
	transform: scale(0.8);
	transition: all 0.4s ease-in-out;
	padding: 40px 0;
}
.slick-slide .centerimg {
	max-width: 100%;
	transition: all 0.4s ease-in-out;
}
.slick-center {
	transform: scale(1.1);
} */
.fa-circle-check:before {
  content: '\f058';
  color: #2ecc71;
}

.HealthPackage {
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: #f4f4f4;
  /* width: 323.025px; */
  flex-shrink: 0;
}

.master_health_contain {
  padding: 4% 0%;
}

.Master_Health_title span {
  color: #14478A;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 114.286% */
}

.packageContain {
  border-radius: 10px;
  border: 0.3px solid #000;
  /* background: #f3e8ff; */
  background: #F6E9D9;
}

.packageContain li {
  color: #6a6a6a;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 31.5px;
  /* 225% */
}

/* li::marker {
  list-style-image: url("../assets/tickicon.svg")!important;
  font-size:1rem; 
} */
.packageContain>li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  /* Adjust as needed to give space for the image */
}

.packageContain>li::before {
  content: url("../assets/tickicon.svg");
  position: absolute;
  left: 0px;
  top: -4px;
  width: 20px;
  /* Control the size of the image */
  height: 20px;
  /* Ensure aspect ratio is maintained */
  background-size: contain;
  /* Ensure the image scales correctly */
  background-repeat: no-repeat;
  /* Prevent tiling of the image */
  font-size: 30px;
  /* This can be removed if not needed */
}


.packageContain li span {
  padding: 10px;
}

.packageExecute {
  color: #f5f8fa;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 40px;
  /* 250% */
  border-radius: 30px;
  background-color: #14478a;
  text-transform: capitalize;
}

.price_btn {
  border-radius: 100px;
  border: 1px solid #14478a;
  background-color: #14478a;
  color: #ffffff;
  display: flex;
  width: 100%;
  height: 48px;
  padding: 12px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}


.cl_now_btn {
  border-radius: 100px;
  background: #14478a;
  width: 100%;
  height: 50.904px;
  padding: 12px 30px;
  justify-content: center;
  align-items: center;
  color: var(--white);
  text-align: center;
  gap: 10px;
  flex-shrink: 0;
}





.cl_now_btn {
  border: 1px solid #14478a;
  border-radius: 100px;
  width: 100%;
  height: 48px;
  /* padding: 12px 30px; */
  font-weight: bold;
  cursor: pointer;
  color: #14478a;
  transition: all 1000ms;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  /* outline: 2px solid #2c9caf; */
}

.cl_now_btn:hover {
  color: #ffffff !important;
  transform: scale(1);
  /* outline: 2px solid #70bdca;
   box-shadow: 4px 5px 17px -4px #268391; */
}

.cl_now_btn::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #20265b;
  transform: skewX(45deg);
  z-index: -1;
  transition: width 800ms;
}

.cl_now_btn:hover::before {
  width: 250%;

}




.actual_price_btn {
  color: #14478a;
  font-size: 16px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: strikethrough;
}

.slick-slide {
  transition: transform 0.3s ease;
}

.slick-center .centerimg {
  transform: scale(1.2);
}

.god_img {
  width: 18%;
}

.doctorDesign {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 80px;
}

.Sp_Service {
  /* background-color: #f0da69; */
  color: #14478A;
  margin-top: 3%;
  font-size: 22px;
  font-weight: 700;
  padding: 10px;
  border-radius: 20px;
  width: 20%;
}





.SringeriHospital button {
  border: 1px solid #000000;
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: bold;
  letter-spacing: normal !important;
  /* text-transform: uppercase; */
  cursor: pointer;
  color: #20265B;
  transition: all 1000ms;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  /* outline: 2px solid #2c9caf; */
}

.SringeriHospital button:hover {
  color: #ffffff !important;
  /* transform: scale(1); */
  /* outline: 2px solid #70bdca; */
  /* box-shadow: 4px 5px 17px -4px #268391; */
}

.SringeriHospital button::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #20265b;
  transform: skewX(45deg);
  z-index: -1;
  transition: width 700ms;
}

.SringeriHospital button:hover::before {
  width: 250%;

}

.blogs_button button {
  border: 1px solid #000000;
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: bold;
  letter-spacing: normal !important;
  /* text-transform: uppercase; */
  cursor: pointer;
  color: #20265B;
  transition: all 1000ms;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  /* outline: 2px solid #2c9caf; */
}

.blogs_button button:hover {
  color: #ffffff !important;
  transform: scale(1);
  /* outline: 2px solid #70bdca; */
  /* box-shadow: 4px 5px 17px -4px #268391; */
}

.blogs_button button::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #20265b;
  transform: skewX(45deg);
  z-index: -1;
  transition: width 700ms;
}

.blogs_button button:hover::before {
  width: 250%;

}

.draggable {
  padding: 0px 0px !important;
}
.wrapper {
  /* padding-top: 100px;
  width: 400px;
  height: 200px;
  margin: 0 auto; */
  position: relative;
  overflow: hidden;
  width: 180px !important;
  height: 160px;
  flex-shrink: 0;
  border-radius: 30px 0px;
  background: white;
  box-shadow: 4px 4px 34.6px 0px rgba(0, 0, 0, 0.16);
  position: relative;
  /* Ensure that pseudo-elements are positioned correctly */
  transition: all 0.3s ease;
}

.main-element {
  position: absolute;
  top: 1%;
  left: 1%;
  display: block;
  height: 98%;
  border-radius: 30px 0px;
  width: 98%;
  margin: auto;
  align-self: center;
  background: #fff;
  z-index: 1;
}

.wrapper:hover .main-element {
  background: linear-gradient(230deg,
      #dde6ff -11.45%,
      #3352c1 103.53%) !important;
  /* height: 20%; */
}

.wrapper:hover .border {
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: -9;
  height: 200%;
  width: 200%;
  transform: rotate(0deg);
  overflow: hidden;
  /* background: linear-gradient(90deg, #64c3e1 0%, #eb64dd 100%); */
  background: linear-gradient(to right, #fff 20%, #fff 40%, #20265b 50%, #20265b 55%, #fff 70%, #fff 100%);
  background-size: 200% auto;
  animation: shine 3s linear infinite;
}

@keyframes shine {
  to {
    background-position: 200% center;
  }
}

.wrapper h2,
img {
  z-index: 999;
  position: relative;
}

/* Hover effect for images */
.wrapper:hover .default_img {
  display: none;
}

.wrapper:hover .hover-img {
  display: block;
}


.trustee_height {
  height: 25px !important;
}

.line-height-remove {
  line-height: normal !important;
  min-height: auto !important;
}




.CardHeightOfkEYpeople {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 3rem 0;
  list-style-type: none;
}

.slick-dots li {
  margin: 0 0.25rem;
}

.slick-dots button {
  display: block;
  width: 10px !important;
  height: 4px !important;
  padding: 0;
  border: none;
  border-radius: 20px;
  background-color: #D9D9D9 !important;

  transition: 0.4s linear;
  text-indent: -9999px;
}

.slick-dots li.slick-active button {
  background-color: #20265B !important;
  width: 26px !important;
  height: 4px !important;
}


.li_style li {
  list-style-type: circle;
  /* padding-right: 20px; */
  text-align: left;
  color: #072E68;
  text-align: justify;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;




}

.li_style {
  padding-left: 4rem !important;
  margin-bottom: -15px;
  margin-top: -5px;
}
.li_style_commit li {
  list-style-type: circle;
  /* padding-right: 20px; */
  text-align: left;
  color: #494949;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;




}

.li_style_commit {
  padding-left: 1rem !important;
  /* margin-bottom: -15px;
  margin-top: -5px; */
}
.fs_knowmore{
  font-size: 14px;
}

.floatbtn {
  color: #fff !important;
  /* font-feature-settings: 'clig' off, 'liga' off; */
  font-size: 18px!important;
  padding: 10px 30px!important;
  font-weight: 400;
  background-color:#E80036!important;
  transform: rotate(-90deg);
  position: fixed;
  top: 50%;
  left: -100px;
  z-index: 100;
  /* margin: 0px; */
  border: none!important;
}

/* fixed package */
.bottom-navbar {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
  display: none;
  /* background: linear-gradient(169deg,  #e61e29  0% ,var(--primary) 100%); */
  /* background: linear-gradient(169deg, #007dbc 0%, #b41e85 100%); */
  background-color: var(--primary);
  border-top:1px solid #ffffff;
  font-family: 'Red Hat Display', sans-serif;
}
.bottom-navbar__container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  list-style: none;
  padding: 1em 0 0 0;
  font-size: 0.65em;
  font-weight: 600;
}
.bottom-navbar__container li a, .bottom-navbar__container li span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.bottom-navbar__container li a svg, .bottom-navbar__container li span svg {
  width: 2em;
  height: auto;
  border-radius: 50%;
  box-sizing: content-box;
}
.bottom-navbar__container li a p, .bottom-navbar__container li span p {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  /* font-size: 10px; */
}
.review-container{
  /* background-color: #DBE5FF!important; */
  padding: 20px;
  border-radius: 20px;
}
.review_contain{
/* background-color: #DBE5FF!important; */
background-color: #ffffffff!important;
/* box-shadow:0.8px 0.8px 2px 2px #d8d5d5; */
padding: 20px!important;
/* border-radius:0px 0px 70px 0px!important; */
margin: 20px!important;
min-height: 300px !important;
border-radius: 12.164px;
border: 12.164px solid #C8DEFF;
background: var(--Gray-00, #FFF);

}

.review_contain h2{
  color: #072E68;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.review_contain h6{
font-size: 12px;
}
.stars {
  color: gold;
  font-size: 24px;
}
.starsrate {
  color: gold;
  font-size: 18px;
}
.empty-star {
  color: lightgray;
}
.like {
  font-size: 24px;
  cursor: pointer;
  color: #ff5e5e;
}
.review-content{
  color: #061C3D;
font-size: 45.629px;
font-style: normal;
font-weight: 700;
line-height: 54.755px; /* 120% */
letter-spacing: -0.913px;
}
.left-arrow-testi:hover{
transform: scale(1.1);
}
.right-arrow-testi:hover{
  transform: scale(1.1);
}

.typecontainer {
  gap: 10px;
  width: 100% !important;
  margin: auto;
  border-radius: 24.391px;
  /* padding: 51px 406px 36px 406px; */
  gap: 527px;
  background: var(--new, linear-gradient(128deg, #DEE7FF 4.69%, #FAE4FF 109.8%));
}

.type_card {
  border-radius: 24.391px;
  margin: 10px;
  padding: 10px;
  /* border: 2px solid #B3C8FF; */
  background: #FFF;
  display: flex;
  width: 280px;
  padding: 22px 53.241px 22.376px 33.352px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 17.887px;
}


.type_card h1 {
  color: #20265B;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 21.464px;
  /* 107.319% */
}

.type_title {
  color: #20265B;
  text-align: center;
  font-family: Roboto;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 600px) {
.type_card {
    padding: 14px!important;
    display: flex !important;
    align-items: center;
}
.type_card h1 {
   
    margin-top: -20px;
}
.type_card h1{
  font-size: 12px;
}
.type_title {
font-size: 24px!important;
}
.slick-next-type{
  z-index: 200;
  left: -8% !important;
  top: 43% !important;
  cursor: pointer;
  position: absolute;
}
.slick-prev-type{
  z-index: 200;
  left: 92% !important;
  top: 43% !important;
  cursor: pointer;
  position: absolute;
}

}
@media screen and (max-width: 480px) {
  .HealthPackage {
    width: 95%;
    margin: auto;
  }

  .trustee_height {
    height: 38px !important;
  }

  /* .price_btn {
    width: 215px;
  }

  .cl_now_btn {
    width: 215px;
  } */

  .BookAppoinmentIcon {
    width: 50% !important;
  }

  /* .wrapper:hover .main-element:nth-child(ev) {
    border-radius: 20% 0% 20% 0%;
}

.wrapper:hover .main-element:nth-child(even) {
    border-radius: 0% 20% 0% 20%;
} */
.specailsed_doctor_contain{
  width: 100% !important;
}
}

@media screen and (max-width: 898px) {
  .bottom-navbar {
      display: inline-block;
 }
}
  
@media screen and (max-width: 765px) {
  .main_section {
    width: 90% !important;
  }
    .review-container{
    padding: 5px;
  }
  .review_contain{
    padding:5px!important;
    margin: 3px!important;
  }
  .testimonial_title>span{
    font-size: 28.147px !important;
    line-height: 36.976px !important;
  }
.blessing-bg::after {

  bottom: -20px;

}
.floatbtn {
  font-size: 14px !important;
}
  .doctorDesign a {
    color: #000;
    font-size: 11px;
  }

  .doctorDesign {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
  }

  .multi_speciality_section {
    background-color: #dbf0ff;
    position: relative;
    /*top: -80px;*/
    z-index: unset;
    /* height: 100%; */
    /*padding-top: 20%;*/
    padding-bottom: 130px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .scope_Service {
    margin-top: -200px;
  }

  .treatments_Count_Contain {
    border-radius: 10px;
    border: 0.813px solid #f5f5f3;
    background: #fff;
    z-index: 999;
    position: absolute;
    bottom: -8%;
    left: 11%;
    width: 185.557px;
    height: 72.904px;
    flex-shrink: 0;
    box-shadow: 0px 0px 48.781px 0px rgba(32, 38, 91, 0.1);
  }

  .treatments_Count_Contain h2 {
    color: #20265b;
    font-size: 14px;
    padding-top: 5px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.147px;
  }

  .treatments_Count_Contain p {
    color: #20265b;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 10px;
  }

  .treatments_Count_Contain img {
    width: 100%;
  }

  .ServeAreas h2 {
    font-size: 13px;
  }

  .ServeAreas h2 span {
    font-size: 13px;
  }

  .ServeAreas_desp {
    font-size: 12px;
  }

  .keyPeople h1>span {
    font-size: 22px;
  }

  .heart_img {
    width: 30px;
  }

  .scope_Service {
    position: relative;
  }

  .cardForBanner img {
    border-radius: 10px;
  }

  .cardForBanner {
    z-index: 99;
  }

  .SringeriHospital h2 {
    color: #20265b;
    font-size: 20px;
    font-weight: 900;
    line-height: 140%;
  }

  .our_scope h1>span {
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
  }

  .our_scope p {
    font-size: 14px;
    line-height: 150%;
  }

  /* .service_item {
    border-radius: 30px 0px 30px 0px;
  } */
  .whyChooseSection {
    font-size: 18px;
    line-height: unset;
  }

  .wellnesOffering_title>span {
    font-size: 22px;
    line-height: 135%;
  }

  .blessing_content h2>span {
    font-size: 18px;
    line-height: 135%;
  }

  .blessing_content p {
    font-size: 14px;
    line-height: 150%;
  }

  .god_img {
    width: 40%;
    padding: 20px 0 40px 0;
  }

  .Master_Health_title span {
    font-size: 22px;

    line-height: 135%;
  }

  .service_item {
    width: 130px !important;
  }

  .service_item h2 {
    font-size: 13px;
  }

  .our_patient span {
    font-size: 22px !important;
  }

  .our_patient>span {
    line-height: 135%;
  }

  .OurSpecialisedDoctors h1 span {
    font-size: 22px;
  }

  .ServeAreas:nth-child(1) {
    border-radius: 17.182px;
    background: #f1e4ff;
    width: 40%;
    height: auto;
    flex-shrink: 0;
    margin: 4px 10px 10px 10px;
  }

  .ServeAreas:nth-child(2) {
    border-radius: 17.182px;
    /* background: #f1e4ff; */
    width: 40%;
    height: auto;
    flex-shrink: 0;
    margin: 4px 10px 10px 10px;
  }

  .Sp_Service {
    width: 50%;
  }

  .ServeAreas:nth-child(3) {
    border-radius: 17.182px;
    /* background: #f1e4ff; */
    width: 40%;
    height: auto;
    flex-shrink: 0;
    margin: 4px 10px 10px 10px;
  }

  .keyPeople h1 {
    font-size: 18px
  }

  .keyPeople h5 {
    font-size: 14px
  }



  .footer p {
    font-size: 14px
  }

  .slick-dots li button {
    padding: 3px !important;
  }

  .ServeAreas:nth-child(4) {
    border-radius: 17.182px;
    /* background: #c3ead4;  */
    width: 40%;
    height: auto;
    flex-shrink: 0;
    margin: 4px 10px 10px 10px;
  }

  .blog_img {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .wrapper {
    width: 47% !important;
  }
  .blessing-bg::after {
    bottom: -20px; 
  }
  .BookAppoinmentIcon {
    height: auto;
  }

  .packageExecute {
    line-height: 25px;
    padding: 10px;
  }

  .packageContain li {
    line-height: 22px;
  }

  .service_item {
    height: 140px;
  }

  .service_item:hover {
    transform: scale(1) !important
  }

  .treatments_video_contain {
    top: -8%;
    right: 0%;
    width: 35%;
  }

  /* Apply border-radius to odd div elements */
  .service_item:nth-child(odd) {
    border-radius: 30px 0px 30px 0px;

  }




  .service_item:nth-child(even) {
    border-radius: 0px 30px 0px 30px;

  }

  .mainelmenth1 {

    border-radius: 30px 0px 30px 0px;

  }

  .mainelmenth2 {
    border-radius: 0px 30px 0px 30px;

  }

  .floatbtn{
    background-color: unset !important;
  }



  .our_scope {
    border-radius: 15px;
        margin-top: 30%;
  }

  .subHeadingWhyChoose {
    font-size: 14px;
  }

  .explorecard>h2 {
    font-size: 14px;

    line-height: 140%;
  }

  .explorecard>p {

    font-size: 12px;
    line-height: 150%;
  }

  .explorecard>p>span {
    font-size: 14px;

    line-height: 140%;
  }

  .explorecard {

    height: auto;
  }


  .blessing_content h3 {
    font-size: 18px;
    line-height: 5px;
  }

  .blessing_content h2 {

    line-height: 5px;

  }

  .packageContain li {

    font-size: 12px;

  }

  .price_btn {

    font-size: 18px;

  }

  .cl_now_btn {
    font-size: 18px;
  }

  .Sp_Service {
    font-size: 14px;
  }

  .keyPeople {
    border-radius: 18px !important;
  }

  /* .main-element {
    border-radius: unset;
  } */

  .HealthPackage {

    width: auto;

  }

  .sub {
    margin-top: -0.5%;

  }

  .doctorDesign h3 {
    font-size: 14px;
    height: 30px;
    /* margin-bottom: -10px !important; */
    display: flex;
    align-items: self-end;
    justify-content: center;

  }

  .doctorDesign h6 {
    font-size: 10px;
    width: 96% !important;
    line-height: normal !important;


  }

  .doctorDesign p {
    font-size: 11px;
    line-height: 15px;
  }

  .doctorDesign img {

    width: 70%;
  }

  .specailsed_doctor_contain {
    margin: 0px;
  /* height: 320px !important; */
    height: 100% !important;
  }

  .blog_title>span {

    font-size: 22px;

  }

  .blog_contain h2 {
    font-size: 14px;

  }

  .blog_contain p {

    font-size: 12px;

  }

  .line-height-remove {
    line-height: normal !important;
    min-height: auto !important;
  }
  .li_style {
    padding-left: 1rem !important;
  }

}
@media (max-width: 1240px) and (min-width: 600px) {
  .margin_top_class_mob{
    margin-top: 10%!important;
  }
}
@media (max-width: 1280px) {
  /*.margin_top_class {*/
  /*  margin-top: 12%!important;*/
  /*}*/
  .book-appoinment{
    width: 100%!important;
  }
.nav-link span{
  font-size: 14px!important;
}
.site-navbar .site-navigation .site-menu > li > a > span{
  margin: 0px 0px !important;
}
.doctorDesign h3{
  height: 40px!important;
}
}
@media only screen and (min-device-width: 766px) and (max-device-width: 1025px) and (orientation:portrait) {
  .margin_top_class {
    margin-top: 21%!important;
  }
.multi_speciality_section{
  top: -130px;
  padding-bottom: 175px;
}
  .book-appoinment{
    width: 100%!important;
  }
.nav-link span{
  font-size: 14px!important;
}
.site-navbar .site-navigation .site-menu > li > a > span{
  margin: 0px 0px !important;
}
.doctorDesign h3{
  height: 40px!important;
}
.doctorDesign {
  grid-template-columns: repeat(2, 1fr);
}
}


/* 
@media (max-width: 1280px) and (min-width: 600px) {
  .margin_top_class {
    margin-top: 20%!important;}
} */
.slick-prev-testi,
.slick-next-testi{
    cursor: pointer;
}
  .navigation-testmonials {
    display: flex;
    gap: 10px;
}
.slick-prev-type{
  z-index: 200;
  left: 100%;
  top: 54% ;
  cursor: pointer;

  position: absolute;
}

.slick-next-type{
  z-index: 200;
  left: -4%;
  top: 54%;
  cursor: pointer;
  position: absolute;
}

.right-arrow-type{
  width: 30px !important;
}
.left-arrow-type{
  width: 30px !important;
}

