@charset "utf-8";

/* font-family: "Poppins", system-ui;

 font-family: "Mulish", system-ui;

*/
@import url('https://fonts.googleapis.com/css2?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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
/* font-family: "Quicksand", sans-serif; */

html {
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  min-height: 100%;
  max-width: 100%;
  font-family: "Poppins", sans-serif;
  color: #222;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  font-size: 20px;
  background: #fff;
  position: relative;
  line-height: 1.2;
}

h1, h2, h3, h4, h5, h6, p, ul, li, img, a, input, select, div {
  margin: 0px;
  padding: 0px;
  outline: none !important;
  box-shadow: none;
  border: 0px;
  list-style: none;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, header, img, a, span, small, :before, :after {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

* {
  -webkit-overflow-scrolling: touch;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.blockTxt {
  display: block;
}

.blockTxtP {
  display: block;
}

.spaceTopMragin {
  margin-top: 70px;
}

.spaceTop {
  padding-top: 70px;
}

.spaceBottom {
  padding-bottom: 70px;
}

.spaceBoth {
  padding-top: 70px;
  padding-bottom: 70px;
}

.mt5 {
  margin-top: 50px;
}

.mt3 {
  margin-top: 30px;
}

.strong {
  font-weight: 700;
}

.hidden {
  overflow: hidden;
}

.lightGray {
  background-color: #f8faff;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.flexRow {
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
  margin-left: -15px;
  margin-right: -15px;
}

.blackOverlay {
  position: relative;
}

.blackOverlay:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

*:focus {
  outline: none;
}

.clear {
  clear: both;
}

.clearFix:after {
  content: "";
  display: block;
  clear: both;
}

::-webkit-input-placeholder {
  opacity: 1;
}

:-moz-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

h1, h2 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 30px 0;
  font-family: "Quicksand", sans-serif;
}

h3 {
  font-size: 25px;
  line-height: 1.2;
  margin: 0 0 25px 0;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

h4 {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 22px 0;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

h5 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 20px 0;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

h6 {
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 18px 0;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

p {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 25px 0;
  font-weight: 400;
}

p:last-child {
  margin-bottom: 0
}

p.large {
  font-size: 22px
}

.centerImg {
  text-align: center;
  margin: 0 auto 10px auto;
}

.centerImg img {
  vertical-align: top;
}

.txtUppercase {
  text-transform: uppercase;
}

.purple {
  color: #952081;
}

.mb-50 {
  margin-bottom: 50px
}

.mb-0 {
  margin-bottom: 0px
}

.justify-center {
  justify-content: center;
}

.align-end {
  align-items: flex-end;
}

.largeBtn,

.smallBtn {
  color: #fff;
  background-color: #79286B;
  margin-top: 30px;
  position: relative;
  border-radius: 10px;
  border: 2px solid #79286B;
  font-size: 18px;
  display: inline-block;
  overflow: hidden;
  padding: 20px 30px;
  font-weight: 700;
  text-align: center;
  min-width: 245px;
}

.smallBtn {
  min-width: 172px;
  padding: 12px 5px;
}

.largeBtn:hover,

.smallBtn:hover {
  background-color: #FFE7F7;
  color: #79286B;
  text-decoration: none;
}

.largeBtn span,

.smallBtn span {
  -webkit-transition: all 0s ease 0s;
  -moz-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}

.containerSmall .largeBtn {
  margin-top: 15px;
}

.containerSmall {
  max-width: 994px;
  margin-left: auto;
  margin-right: auto;
}

.container {
  max-width: 1400px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  clear: both;
  display: flex;
  flex-wrap: wrap;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-custom {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.pinkBg {
  background-color: #FFE7F7;
}

button.close {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #79286B;
  z-index: 1;
  opacity: 1;
  border-radius: 50%;
  width: 25px;
  aspect-ratio: 1/1;
  color: #fff;
  line-height: 1;
  box-shadow: none;
  text-shadow: none;
  font-size: 24px;
  font-weight: 400;
}

button.close:hover {
  background: #FFE7F7;
  color: #79286B;
}

.close:focus, .close:hover {
  color: inherit;
  text-decoration: none;
  opacity: inherit;
  background: inherit;
  outline: none;
}

@media (min-width: 768px) {

  .col-12 {
    width: 100%;
  }

  .col-11 {
    width: 91.66666667%;
  }

  .col-10 {
    width: 83.33333333%;
  }

  .col-9 {
    width: 75%;
  }

  .col-8 {
    width: 66.66666667%;
  }

  .col-7 {
    width: 58.33333333%;
  }

  .col-6 {
    width: 50%;
  }

  .col-5 {
    width: 41.66666667%;
  }

  .col-4 {
    width: 33.33333333%;
  }

  .col-3 {
    width: 25%;
  }

  .col-2 {
    width: 16.66666667%;
  }

  .col-1 {
    width: 8.33333333%;
  }

}



.fixedFooter {
  background: #952081;
  border-top: 1px solid #fff;
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px;
}

.fixedFooter .largeBtn {
  margin: 0;
  border-radius: 5px;
  padding: 10px 15px;
  display: block;
  min-width: inherit;
  ;
  background: #FFE7F7;
  color: #79286B
}

.fixedFooter .largeBtn img {
  width: 30px
}

.fixedFooter .largeBtn:hover {
  background: #fff;
}


.hamburgerIcon {
  position: relative;
  width: 40px;
  height: 40px;
  background: #952081;
  display: none;
}

.hamburgerIcon span {
  display: block;
  position: absolute;
  height: 1px;
  width: 60%;
  background: #fff;
  opacity: 1;
  left: 20%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.hamburgerIcon span:nth-child(1) {
  top: 12px;
}

.hamburgerIcon span:nth-child(2),
.hamburgerIcon span:nth-child(3) {
  top: 20px;
}

.hamburgerIcon span:nth-child(4) {
  top: 28px;
}

.hamburgerIcon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.hamburgerIcon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburgerIcon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburgerIcon.open span:nth-child(4) {
  top: 28px;
  width: 0%;
  left: 50%;
}

/*.headerInfoContactMobile a {font-size: 0px; background-color: #eeeeee; margin: 0; padding: 0; line-height: 40px; width: 40px; text-align: center; border-radius: 3px; display: inline-block; vertical-align: top; color: #fff; font-weight: 300; min-height: inherit; }
.headerInfoContactMobile a img {margin: 0; float: none; display: inline-block; vertical-align: middle; width: auto; height: 20px; }
*/


.navBar {}

.navBar ul {
  display: flex;
  gap: 20px;
}

.navBar ul li {
  display: flex;
  padding-right: 20px;
  border-right: 1px solid;
  font-family: "Quicksand", sans-serif;
}

.navBar ul li:last-child {
  border-right: none;
}

.navBar ul li a {
  font-weight: 600
}

header {
  position: sticky;
  top: 0px;
  width: 100%;
  z-index: 2;
  /* background: #964488; */
  background: #952081;
  max-width: 100%;
  overflow: hidden;
}

.headerInfoContact {
  width: 100%;
  padding: 10px 0;
  line-height: 1;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.headerInfoRight {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.headerPhone {
  padding: 5px 15px 5px 50px;
  max-width: auto;
  min-height: 50px;
  color: #952081 !important;
  background-color: #fff;
  border-radius: 25px;
  display: inline-flex;
  flex-wrap: wrap;
  position: relative;
  text-decoration: none;
  align-items: center;
  font-family: "Poppins", system-ui;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

.headerPhone:hover {
  text-decoration: none;
  color: #952081;
}

.headerPhone span {
  margin: 0 10px 0 0;
  display: inline-flex;
  align-items: center;
  color: inherit;
  justify-content: center;
  position: absolute;
  left: 10px;
}

.headerPhone span img {
  width: 30px
}

.headerPhone small {
  display: block;
  color: inherit;
  width: 100%;
  font-weight: 700;
  font-size: 120%;
}

.headerPhone1 small {
  display: inline;
}

.headerPhoneNew {
  color: #fff;
  font-weight: 700;
}

.headerPhoneNew span, .headerPhoneNew small {
  font-size: 100%;
  font-weight: 700;
}

.headerPhoneNew span img {
  width: 52px;
  margin: 0 0px 0 -10px;
  border: 2px solid #fff;
  padding: 5px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
}

.headerPhoneNew a,

.headerPhoneNew a:hover {
  color: #fff;
  text-decoration: none;
}



.whatsappBtn {
  background-color: #36bc4a;
  color: #fff;
  max-width: 250px;
}

.whatsappBtn:hover {
  text-decoration: none;
  color: #fff;
}

.whatsappBtn small {
  color: #fff;
  font-weight: 500;
}




.logo {
  margin: 0;
  width: 200px;
  position: relative;
}

.logo a {
  display: block;
}

.logo img {
  width: 100%;
  margin: 0;
}



.herobanner {
  width: 100%;
  position: relative;
  aspect-ratio: 3/1.12;
  font-size: 40px
}

.herobanner img {
  position: absolute;
  left: 0;
  top: 0;
}

.heroBannertext {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  max-width: 460px
}

.heroBannertext h1 {
  font-size: 140%;
  font-weight: 800;
  color: #79286B
}

.heroBannertext h1 span {
  display: block;
  font-weight: 400;
  font-size: 70%;
  color: #000
}

.heroBannertext p {
  font-size: 50%;
  font-weight: 400;
  color: #000;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #fff;
}

.heroBannertext a {}

.herobanner.herobannerInner {
  aspect-ratio: 3/1.12;
}

.herobanner.herobannerInner img {
  opacity: 1
}

.heroBannertextWhyUs {
  background: #79286B;
  border-top: 1px solid #fff;
  padding: 30px 0;
}

.heroBannertextWhyUs ul {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.heroBannertextWhyUs ul li {
  border-radius: 500px;
  background-color: #ffe7f7;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  padding: 20px;
  padding-left: 80px;
  color: #79286b;
  position: relative;
}

/*.heroBannertextWhyUs ul li:before{ font-size: 80%; counter-increment: my-sec-counter; content: counter(my-sec-counter) ; position: absolute; left: 2px; top: 2px; height: calc(100% - 4px); aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center; font-weight: 700; aspect-ratio: 1/1; background:  #79286B; color: #fff; border-radius: 50%;}*/
.heroBannertextWhyUs ul li span {
  position: absolute;
  left: 2px;
  top: 2px;
  height: calc(100% - 4px);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  aspect-ratio: 1/1;
  background: #79286B;
  color: #fff;
  border-radius: 50%;
  padding: 10px
}

.services-section-four {
  position: relative;
}

.services-section-four .upper-section {
  position: relative;
  padding: 70px 0px 70px;
  background-position: center bottom;
}



.services-section-four .upper-section .title-column {
  position: relative;
}

.services-section-four .upper-section .title-column .inner-column {
  position: relative;
  color: #fff;
}

.services-section-four .upper-section .text-column {
  position: relative;
}

.services-section-four .upper-section .text-column .inner-column {
  position: relative;
}

.services-section-four .upper-section .text-column .text {
  position: relative;
  color: #d1d1d1;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 400;
  padding-left: 50px;
  margin-top: 55px;
  border-left: 4px solid #ed2124;
}

.services-section-four .upper-section .text-column .text span {
  position: relative;
  color: #ffffff;
  font-weight: 600;
}

.services-section-four .lower-section {
  position: relative;
  margin-top: 0;
  z-index: 1;
}

.services-section-four .tab-btns {
  position: relative;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
  background: #e2e7ea;
  height: 16px;
  border-radius: 30px
}

.services-section-four .tab-btns li {
  position: relative;
  float: left;
  width: 282px;
  border-radius: 30px;
  margin: 0px;
  height: 16px;
  cursor: pointer;
  transition: all 500ms ease;
}

.services-section-four .tab-btns li.active-btn:before {
  right: 0px;
}

.services-section-four .tab-btns li:before {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  content: "";
  right: -283px;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  background-color: #00487b;
}

.services-section-four .tab-btns li:last-child:before {
  display: none;
}

.services-section-four .tabs-box .row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
}

.services-section-four .tabs-box .tab {
  position: relative;
  display: none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.services-section-four .tabs-box .tab.active-tab {
  display: block;
}

.services-section-four .tabs-box .tab {
  transform: scale(0.9, 0.9) translateY(0px);
}

.services-section-four .tabs-box .tab.active-tab {
  transform: scale(1) translateY(0px);
}

.service-block-three {
  position: relative;
}

.service-block-three .inner-box {
  position: relative;
  padding: 40px;
  padding-top: 0;
  margin-top: 100px;
  background-color: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}

.service-block-three .inner-box .image {
  position: relative;
  overflow: hidden;
  width: 150px;
  margin: auto auto -100px auto;
  transform: translateY(-50%);
}

.service-block-three .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.service-block-three .inner-box .lower-content {
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  margin-top: 40px
}

.service-block-three .inner-box .lower-content .icon-outer {
  position: absolute;
  left: -20px;
  top: -20px;
}

.service-block-three .inner-box .lower-content .icon-outer:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 110px;
  height: 110px;
  opacity: 0;
  border-radius: 50%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: rgba(255, 255, 255, 0.40);
}

.service-block-three .inner-box:hover .lower-content .icon-outer:before {
  opacity: 1;
}

.service-block-three .inner-box .lower-content .icon-outer .icon {
  position: relative;
  width: 95px;
  height: 95px;
  color: #ffffff;
  text-align: center;
  line-height: 95px;
  display: block;
  font-size: 42px;
  padding-left: 12px;
  padding-top: 8px;
  border-radius: 50px;
  background-color: #ed2124;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.service-block-three .inner-box:hover .lower-content .icon-outer .icon {
  color: #ed2124;
  background-color: #ffffff;
}

.service-block-three .inner-box h5 {
  position: relative;
  color: #79286B;
  font-size: 25px;
  margin: 0 0 25px 0;
}

.service-block-three .inner-box h5 span {
  display: table;
  margin: 5px auto 0;
  background-color: #ed2124;
  color: #fff;
  border-radius: 2px;
  padding: 5px 10px;
}

.service-block-three .inner-box .service-list {
  position: relative;
  margin-top: 10px;
}

.service-block-three .inner-box .service-list li {
  position: relative;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 16px;
  padding-left: 22px;
  font-weight: 400;
}

.service-block-three .inner-box .service-list li:last-child {
  margin-bottom: 0px;
}

.service-block-three .inner-box .service-list li:before {
  position: absolute;
  content: "\f178";
  left: 0px;
  top: 0px;
  color: #ed2124;
  font-size: 10px;
  font-weight: 600;
  font-family: "FontAwesome";
}

.service-block-three .inner-box .read-more {
  position: absolute;
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 15px;
  text-align: center;
  background-color: #ed2124;
  width: 100%;
  bottom: 0;
  left: 0;
}

.sec-title_title {
  position: relative;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sec-title_heading {
  line-height: 1.2;
  font-size: 50px;
  color: #000;
  position: relative;
}



.directorVerdict {
  background-color: #FFE7F7;
  position: relative;
  margin-top: 3rem;
  padding: 5rem 0;
}

/* .directorVerdict:before {
  content: "";
  position: absolute;
  width: 100%;
  background: url(../images/bg-1.svg) no-repeat 0 0;
  background-size: 100%;
  padding: 10%;
  transform: translateY(-99%);
} */

.directorVerdict h2 {
  /* margin-top: -15% */
}

.directorVerdict h4 {
  font-size: 1.6rem;
  color: #ffffff;
  margin-bottom: 26px;
  font-weight: 400;
  text-align: left;
}

.directorVerdict h4 span {
  display: block;
  font-style: italic;
  font-size: 1rem;
  color: #e0b1d1;
  font-weight: 400;
}



.darkColor .sec-title_title {
  color: #ed2124;
}

.darkColor .sec-title_heading {
  color: #222;
}

.services-section-part {
  color: #fff;
}

.doctorsLists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  margin-top: 50px
}

.doctorsListSlider {
  flex-wrap: initial;
}

.doctorsLists .row {
  justify-content: center;
}

.doctorsLists .row .col-lg-4 .doctorsList {
  background-color: #fafafa;
  border: 1px dashed #ED1C24;
  padding-top: 25px;
  margin-left: 0;
  margin-right: 0;
  border-radius: 0 45px 0 45px;
}

.doctorsLists>.doctorsList {
  flex: 0 0 calc(33.33% - 20px) !important;
}

.doctorsLists .doctorsList {
  text-align: left;
  background: #fcf1ff;
  border: 1px solid #e8cce3;
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 1rem;
}

.doctorsLists .doctorsList .doctor_box_img {
  width: 200px;
  overflow: hidden;
  margin: auto;
  border: 1px solid #e8cce3;
  border-radius: 12px;
}

.doctorsLists .doctorsList .doctor_box_img img {
  width: 100%;
  height: auto;
}

.doctorsLists .doctorsList .doctor_box_content {
  flex: 1 0 0;
  margin-bottom: 20px;
  padding: 20px;
}

.doctorsLists .doctorsList .doctor_box_content p {
  font-size: 16px;
}

.doctorsLists .doctorsList .doctor_box_icon {
  position: relative;
  z-index: 0;
}

.owl-stage {
  display: flex;
}

.doctorsLists .doctorsList .doctor_box_title {
  font-weight: 500;
  font-size: 22px;
  color: #79286B;
  margin-bottom: 20px
}

.doctorsLists .doctorsList .doctor_box_title span {
  display: block;
  font-style: italic;
  font-size: 75%;
  color: #000
}

.doctorsLists {
  padding: 0 30px;
}

.doctorsLists .owl-nav button.owl-next,

.doctorsLists .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #79286B;
  font-size: 50px;
  line-height: 1;
  outline: none
}

.doctorsLists .owl-nav button.owl-next {
  left: auto;
  right: 0px;
}

.doctorsLists .owl-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 5px
}

.doctorsLists .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
}

.doctorsLists .owl-dots .owl-dot.active {
  background-color: #79286B;
}



.about-box {
  padding-left: 100px;
}

.stepSection2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 35px;
  margin: 60px 0 50px 0;
}

.stepSection2 li {
  width: 100%;
  display: flex;
  align-content: flex-start;
  font-size: 22px;
}

.stepSection2 li span {
  min-width: 14px;
  max-width: 14px;
  display: block;
  margin: 0 10px 0 0;
}

.stepSection2 li span img {
  width: 100%;
}



.listOfCourses {
  max-width: 100%;
}

.listOfCourses ul {
  text-align: left;
  gap: 30px;
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.listOfCourses ul li {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e8cce3;
  width: 100%;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.listOfCourses ul li:hover {
  background-color: #fcf1ff;
}

.listOfCourses ul li img {
  width: 70px;
  margin-bottom: 20px;
}

.listOfCourses ul li span {
  width: 100%;
  display: block;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}

.listOfCourses ul li p {
  font-weight: 400;
  margin-top: 0.6rem;
  font-size: 0.9rem;
}


.facilitiesAmenities {
  max-width: 100%;
}

.facilitiesAmenities ul {
  text-align: left;
  gap: 30px;
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.facilitiesAmenities ul li {
  background: #ffe7f7;
  display: flex;
  align-items: center;
  border-radius: 5px;
  font-weight: 400;
  overflow: hidden;
}

.facilitiesAmenities ul li img {
  width: 50%;
  height: 100%;
  object-fit: cover;
}

.facilitiesAmenities ul li span {
  width: 100%;
  display: block;
  padding: 20px;
  color: #79286B;
  font-size: 120%;
}

.whyChooseEvss {
  max-width: 100%;
}

.whyChooseEvss ul {
  text-align: left;
  gap: 30px;
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.whyChooseEvss ul li {
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px 0px rgb(121 40 107 / 30%);
  border-radius: 5px;
  text-align: left;
  font-weight: 700;
}

.whyChooseEvss ul li:hover {
  border-color: #79286B
}

.whyChooseEvss ul li span {
  width: 80px;
  margin-bottom: 15px;
  border-radius: 50%;
  border: 1px solid #79286B;
  padding: 15px;
  display: inline-block;
}

.whyChooseEvss ul li img {
  width: 100%;
}

.whyChooseEvss ul li h3 {
  color: #79286B;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.whyChooseEvss ul li p {
  width: 100%;
  position: relative;
  display: block;
  margin: 5px 0 0 0;
  color: #485156;
  padding-left: 20px;
}

.whyChooseEvss ul li p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  aspect-ratio: 1/1;
  background: url(../images/list-arrow.svg) no-repeat 0 0;
  background-size: 100%;
}


.gallerySection1 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.gallerySection1 .galleryLeft1 {
  width: 29.5%;
  display: flex;
  flex-wrap: wrap;
}

.gallerySection1 .galleryCenter1 {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

.gallerySection1 .galleryRight1 {
  width: 29.5%;
  display: flex;
  flex-wrap: wrap;
}

.galleryTwoCal {
  width: 100%;
  padding: 0 5px;
}

.galleryLarge {
  overflow: hidden;
  width: 100%;
  padding-bottom: 120%;
  position: relative;
  overflow: hidden;
  background-color: #ccc;
  margin-bottom: 5px;
}

.gallerySmall1 {
  overflow: hidden;
  width: 100%;
  padding-bottom: calc(89.4% - 10px);
  position: relative;
  overflow: hidden;
  background-color: #ddd;
  margin-bottom: 10px;
}

.galleryLarge,

.gallerySmall,

.gallerySmall1,

.gallerySmall2 {
  height: 280px;
  padding: 14px;
  background: #fff;
  border-radius: 10px;
  font-weight: 700;
  border: 1px solid #e8cce3;
}

.gallerySection1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.galleryTwoCal1 {
  width: 50%;
  padding: 0 5px;
}



.embryoTransfer .stepSection2 {
  gap: 10px;
  margin: 0 0 50px 0;
}

.embryoTransfer h3 {
  margin: 0 0 40px 0;
  background-color: #79286B;
  display: inline-block;
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
}

.embryoTransfer h3 span {
  display: block;
  font-size: 70%
}

.embryoTransfer p {
  font-weight: 700;
  font-style: italic;
  margin: -25px 0 50px 0;
}

.embryoTransfer p span {
  color: #79286B;
}



.awards {
  width: 100%;
  background: url(../images/bg2.jpg) no-repeat top center;
  background-size: 100% 100%;
}

.awardsLists {
  max-width: 80%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50px;
  padding: 100px;
  gap: 50px;
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.awards .sec-title_heading span {
  position: relative;
}

.awards .sec-title_heading .awardsPic {
  max-width: 150px;
}

.awards .sec-title_heading .awardsPic.right {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}



.testimonialsMain {
  position: relative;
}



.testimonialsBanner {
  display: flex;
  overflow: hidden;
}

.testimonialsBanner>li {
  flex: 0 0 calc(33.33% - 10px);
  margin: 0 5px;
}

.pt-testimonial-box.pt-style-3 {
  background: #fff;
  padding: 45px;
  border-radius: 3px;
  position: relative;
}

.pt-testimonial-content {
  color: #666;
  min-height: 150px;
  max-height: 150px;
  overflow: auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-media {
  display: flex;
  position: relative;
  margin-top: 30px;
  align-items: center;
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-media .pt-testimonial-img img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-media .pt-testimonial-img {
  margin-right: 15px;
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-media .pt-testimonial-meta {
  align-self: center;
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-media .pt-testimonial-meta h5 {
  color: #070707;
  margin: 0 0 5px 0;
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-media .pt-testimonial-meta span {
  color: #ed2124;
  letter-spacing: 0.04em;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-media .pt-testimonial-icon i {
  color: #ff0000;
  font-size: 64px;
  line-height: 72px;
  position: absolute;
  right: 0;
  bottom: 110px;
  z-index: 1;
  opacity: 0.1;
}

.pt-testimonial-box.pt-style-3 .pt-testimonial-star {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.1em;
  color: #ff9529;
  margin-bottom: 15px;
}

.pt-testimonial-greybg .pt-testimonial-box.pt-style-3 {
  background: #ccc;
  padding: 30px;
  border-radius: 3px;
}

.pt-testimonial-greybg .pt-testimonial-box.pt-style-3 .pt-testimonial-media .pt-testimonial-icon i {
  bottom: 0;
  font-size: 56px;
  line-height: 64px;
}

.pt-testimonial-bg-transparent .pt-testimonial-box.pt-style-3 {
  background: transparent;
  padding: 0px;
  border-radius: 3px;
  color: #fff;
}

.pt-testimonial-bg-transparent .pt-testimonial-box.pt-style-3 .pt-testimonial-media .pt-testimonial-icon i {
  color: #fff;
}



.testimonialsBanner {
  position: relative;
}

.testimonialsBanner .owl-nav button.owl-next,

.testimonialsBanner .owl-nav button.owl-prev {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-10%);
  color: #79286B;
  font-size: 50px;
  line-height: 1;
  outline: none;
  background-color: transparent;
  border: 0
}

.testimonialsBanner .owl-nav button.owl-next {
  left: auto;
  right: 0px;
}





.photoGallery {
  width: 100%;
}

.photoGallery ul {
  gap: 30px;
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.photoGallery ul li {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e8cce3;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: rgb(255 255 255);
  padding: 1rem;
}

.photoGallery ul li:last-child {
  display: none;
}



.videoGallery {
  width: 100%;
}

.videoGallery ul {
  /* gap: 30px; */
  /* display: grid; */
  /* flex-wrap: wrap; */
  /* grid-template-columns: repeat(3, minmax(0, 1fr)); */
}

.videoGallery ul li {
  border-radius: 10px;
  overflow: hidden;
  background-color: #000;
}

.videoGallery video {
  width: 100%;
  aspect-ratio: 16/9;
  height: 100%;
  object-fit: cover;
}



.videoBanner {
  width: 100%;
}

.videoBanner video {
  width: 100%;
  aspect-ratio: 1/0.566;
  background: url(../images/video-bg.jpg) no-repeat 0 0;
  background-size: cover;
}





footer {
  background-color: #952081;
  color: #fff;
  padding: 0 0 0px 0;
  font-size: 16px;
  margin-bottom: 5rem;
}

footer .col-sm-12 {
  padding-top: 50px;
}

footer .footerLogo img {
  width: 80%;
}

footer h4 {
  font-size: 30px;
}

footer a {
  color: inherit;
}

footer a:hover {
  color: inherit;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

footer ul.footerinfo {
  position: relative;
  padding-left: 30px;
}

footer ul.footerinfo li {
  position: relative;
  margin-bottom: 15px;
  font-weight: 500
}

footer ul.footerinfo li a {
  font-weight: 400;
}

footer ul.footerinfo li img {
  width: 20px;
  margin: 0 10px 0 -30px;
}



footer ul.footerNav {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0;
}

footer ul.footerNav li {
  width: 100%;
  display: flex;
  align-content: flex-start;
}

footer ul.footerNav li a {
  font-weight: 400;
  width: 100%;
  display: flex;
  align-content: flex-start;
}

footer ul.footerNav li span {
  min-width: 15px;
  max-width: 15px;
  display: block;
  margin: 0 10px 0 0;
}

footer ul.footerNav li span img {
  width: 100%;
}



footer ul.footerinfo.location {
  justify-content: center;
  font-size: 130%;
  text-align: center;
}

footer ul.footerinfo.location li {
  display: flex;
  align-content: center;
  font-size: 1rem;
  font-weight: 300;
  text-align: left;
  line-height: 1.5;
}

footer ul.footerinfo.location li span {
  min-width: 50px;
}

footer ul.footerinfo.location li span img {
  width: 100%;
}

.teamListSlider .slick-track {
  gap: 3rem;
  display: flex;
}

.teamListSlider .doctorsList {
  background: #7b7b7b;
  border-radius: 24px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.teamListSlider .doctorsList .doctor_box_content {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgb(0 0 0 / 41%);
  padding: 20px;
  backdrop-filter: blur(20px);
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  min-height: 6rem;
}

.teamListSlider .doctorsList .doctor_box_content h4.doctor_box_title {
  font-size: 1rem;
  font-weight: 400;
  color: #ffff;
  margin: 0;
}

.teamListSlider .doctorsList .doctor_box_content h4.doctor_box_title span {
  margin-top: 0.5rem;
  display: block;
  font-weight: 300;
}

.teamListSlider .doctorsList .doctor_box_img {
  height: 360px;
  border: 1px solid #efefef;
  overflow: hidden;
}

.doctor_box_img:hover img {
  transform: scale(1.2);
}

.teamListSlider .custom-prev,
.teamListSlider .custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  color: #fff;
  border: none;
  padding: 15px 15px;
  cursor: pointer;
  z-index: 10;
}

.teamListSlider .custom-prev {
  left: 0px;
}

.teamListSlider .custom-next {
  right: 0px;
}

.teamListSlider .doctor_box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {}

@media (max-width: 1400px) {
  .heroBannertextWhyUs ul li {
    font-size: 20px;
    padding-left: 65px
  }
}


@media (max-width: 1199px) {

  .herobanner {
    font-size: 30px;
  }

  .about-box {
    padding-left: 0;
  }

  .doctorsLists .doctorsList .doctor_box_img {
    width: 150px;
    margin: 0
  }

  .doctorsLists .doctorsList {
    align-items: flex-start;
  }

  .listOfCourses ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .awardsLists {
    max-width: 100%;
    padding: 50px;
  }

  .heroBannertextWhyUs ul {
    gap: 15px
  }

  .heroBannertextWhyUs ul li {
    font-size: 17px;
    padding-left: 80px;
  }

}



@media (max-width: 991px) {

  body {
    font-size: 16px;
  }

  .spaceTopMragin {
    margin-top: 50px;
  }

  .spaceTop {
    padding-top: 50px;
  }

  .spaceBottom {
    padding-bottom: 50px;
  }

  .spaceBoth {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  h1, h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  p {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .sec-title_heading {
    font-size: 40px;
  }

  p.large {
    font-size: 20px;
  }

  .herobanner {
    aspect-ratio: 3/1.5;
  }

  .herobanner img {
    width: auto;
    height: 100%;
    max-width: inherit;
    left: auto;
    right: 0
  }

  .doctorsLists .doctorsList .doctor_box_content p {
    font-size: 14px;
  }

  .stepSection2 {
    gap: 10px;
    margin: 30px 0;
  }

  .stepSection2 li {
    font-size: 16px;
  }

  .heroBannertextWhyUs {
    padding: 30px 0;
  }

  .heroBannertextWhyUs ul {
    gap: 10px
  }

  .heroBannertextWhyUs ul li {
    font-size: 14px;
  }


}





@media (max-width: 767px) {

  body {
    font-size: 16px;
  }

  h1, h2 {
    font-size: 30px;
    margin: 0 0 20px 0;
  }

  h3 {
    font-size: 27px;
    margin: 0 0 30px 0;
  }

  h4 {
    font-size: 24px;
    margin: 0 0 30px 0;
  }

  h5 {
    font-size: 22px;
    margin: 0 0 30px 0;
  }

  h6 {
    font-size: 20px;
    margin: 0 0 30px 0;
  }

  p {
    font-size: 16px;
    margin: 0 0 30px 0;
  }

  .mobileSpaceBottom {
    margin-bottom: 30px;
  }

  .blockTxtP {
    display: inline;
  }

  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    width: 100%;
  }

  .servicesLists-2 .col-4 {
    width: 100%;
  }

  .spaceTopMragin {
    margin-top: 30px;
  }

  .spaceTop {
    padding-top: 30px;
  }

  .spaceBottom {
    padding-bottom: 30px;
  }

  .spaceBoth {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  h1, h2 {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
  }

  h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 18px;
  }

  p {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .herobanner {
    aspect-ratio: 3/2;
    background: #fff;
  }

  .heroBannertext {
    width: 100%;
    max-width: 100%;
    text-align: center;
    left: 0;
    padding: 15px;
  }

  .herobanner img {
    opacity: 0.6;
  }

  .headerInfoContact a {
    font-size: 14px;
  }

  .logo {
    width: 150px
  }

  .about-box {
    padding-bottom: 0
  }

  .directorVerdict h2 {
    margin-top: 0;
  }

  .doctorsLists .doctorsList .doctor_box_img {
    width: 80px;
  }

  .doctorsLists .doctorsList .doctor_box_img img {
    max-width: 80px;
    width: 100%;
  }

  .facilityAvailable .row .col-sm-12.col-md-5 {
    order: 1;
  }



  .stepSection2 {
    gap: 20px;
  }

  .listOfCourses ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fixedFooter .largeBtn {
    flex: 1;
  }

  .awardsLists {
    grid-template-columns: auto;
    display: flex;
    justify-content: center;
  }

  .awardsLists div {
    width: calc(50% - 25px);
  }

  .herobanner {
    font-size: 25px;
  }

  .heroBannertext {
    background: rgba(255, 255, 255, 0.6);
    width: calc(100% - 20px);
    left: 10px;
  }

  .heroBannertext p {
    font-size: 60%;
    font-weight: 700;
  }

  .headerInfoContact a,

  /*.headerInfoContact a:first-child{font-size: 0; line-height: 0}*/

  .headerInfoContact .headerPhone {
    padding: 0;
    /* width: 50px; height: 50px;*/
    display: flex;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: nowrap;
  }

  .headerInfoContact .headerPhone span {
    position: static;
    margin: 0;
  }

  .headerInfoContact .headerPhone small {
    text-align: left;
  }

  .headerInfoContact span img {
    width: 48px;
    margin-right: 0rem;
    margin-left: 0;
  }

  .headerInfoContact a.headerPhone {
    width: 170px;
  }

  .headerInfoContact .headerInfoRight>span {
    margin-right: 0;
    display: flex;
    gap: 1rem;
  }



  .facilitiesAmenities ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  /*.heroBannertextWhyUs{right: 1.5vw}
.heroBannertextWhyUs ul li{    margin-top: 1.5vw;    font-size: 3.2vw; padding-left: 6vw; font-weight: 700}
.heroBannertextWhyUs ul li:before{font-size: 100%;}
.heroBannertextWhyUs ul li:before{height: calc(100% - 2px); left: 1px; top: 1px;}*/
  .heroBannertextWhyUs ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .heroBannertextWhyUs ul li {
    font-size: 17px;
    padding-left: 65px;
    font-weight: 800;
  }

  .whyChooseEvss ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .facilitiesAmenities ul li {
    min-height: 132px;
  }

  .facilitiesAmenities ul li img {
    width: 30%;
  }

  .hamburgerIcon {
    display: block;
  }

  header {
    overflow: visible;
  }

  .headTop {
    overflow: hidden;
  }

  .navBar {
    display: none;
    position: absolute;
    width: calc(100% + 30px);
    top: 100%;
    background: #952081;
    border-top: 1px solid #fff;
    left: -15px;
    padding: 20px 30px;
  }

  .navBar ul {
    flex-wrap: wrap;
    gap: 0;
  }

  .navBar ul li {
    display: flex;
    padding: 0;
    border: 0;
    margin: 0;
    width: 100%;
  }

  .navBar ul li a {
    display: block;
    padding: 15px 0;
    width: 100%;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
  }
}

.navBar.active {
  display: block;
  /* toggle class */
}

.hamburgerIcon {
  cursor: pointer;
  padding: 10px;
}


@media (max-width: 479px) {
  .logo {
    width: 120px;
  }

  .sec-title_heading {
    font-size: 30px;
  }

  .herobanner {
    aspect-ratio: 3/3;
  }

  .services-section-four .tabs-box .row {
    row-gap: 10px;
  }

  .listOfCourses ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .listOfCourses ul li {
    font-size: 14px;
    padding: 10px;
  }

  .gallerySection1 .galleryCenter1 {
    width: 100%;
  }

  .awards .sec-title_heading .awardsPic {
    width: 50px;
  }

  .awardsLists {
    padding: 20px;
    border-radius: 20px;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .photoGallery ul {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .doctorsLists .doctorsList {
    flex-wrap: wrap;
  }

  .doctorsLists .doctorsList .doctor_box_content {
    flex: auto;
    width: 100%;
  }

  .doctorsLists .doctorsList .doctor_box_img {
    margin: auto;
  }

  .fixedFooter .largeBtn {
    padding: 10px;
    font-size: 4vw;
  }

  .fixedFooter .largeBtn img {
    width: 5vw;
  }

  .photoGallery ul li:last-child {
    display: block;
  }

  .awardsLists div {
    width: calc(50% - 5px);
  }

  .headerPhone {
    font-size: 12px;
    min-height: 44px;
    font-weight: 600;
  }

  .headerPhone small {
    font-size: 100%;
  }

  .videoGallery ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .whyChooseEvss ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .whyChooseEvss ul li p {
    font-size: 18px;
  }
}


/* new UI css */

.ndm-carousel-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 700px;
  /* FIXED HEIGHT */
}

.ndm-carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.ndm-carousel-slide {
  min-width: 100%;
  position: relative;
  height: 700px;
  /* SAME HEIGHT */
}

.ndm-carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* important */
}

/* Overlay */
.ndm-carousel-overlay {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 650px;
}

.ndm-carousel-overlay h2 {
  margin-bottom: 10px;
  font-size: clamp(24px, 5vw, 3.5rem);
  color: #952081;
  font-weight: 500;
  text-align: left;
}

.ndm-carousel-overlay p {
  font-size: clamp(1rem, 5vw, 1.6rem);
  margin-bottom: 15px;
}

.ndm-carousel-overlay button {
  padding: 10px 20px;
  background: #ff4d4d;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
}

/* Arrow Buttons */
.ndm-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

.ndm-carousel-btn:hover {
  background: #952081;
}

.ndm-carousel-btn svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
}

.ndm-prev-btn {
  left: 15px;
}

.ndm-next-btn {
  right: 15px;
}


.features-list {
  display: flex;
  margin: 2rem 0 0 0;
  padding: 0;
  gap: 3.5rem;
}

.features-list li {
  list-style: none;
  font-size: 1.2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.features-list li h2 {
  font-size: 1rem;
  font-weight: 700;
  color: #213360;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-direction: column;
}

.features-list li h2 img {
  width: auto;
  height: 2.5rem;
}

.features-list li .feature__icon {
  background-color: #fff;
  border-radius: 50%;
  padding: 1.4rem;
}

.feature__icon img {
  width: 3.5rem;
}

.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.headTop {
  background: #ffffff;
  padding: 0.5rem;
  color: #fff;
  border-top: 3px solid #952081;
}

.headTop .innerSec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.contact__list {
  display: flex;
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  gap: 2rem;
  font-family: "Quicksand", sans-serif;
}

ul.contact__list li {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.03rem;
}

ul.contact__list li a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.03rem;
}

ul.contact__list li i {
  color: #e9addf;
  font-size: 1.2rem;
}

.headTop .social-icons {
  display: flex;
  gap: 0.5rem;
}

.headTop .social-icons li a {
  background: rgb(233 173 223 / 25%);
  border-radius: 4px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #952081;
  text-decoration: none;
}

.headTop .social-icons li:hover a {
  background: #952081;
  color: #fff;
  text-decoration: none;
}

.counterList {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 0rem;
  z-index: 1;
  position: relative;
}

.counterList li {
  display: flex;
  border: 1px solid #952081;
  border-radius: 10px;
  flex: 1;
  padding: 1.2rem 0.5rem;
  background: #952081;
  font-size: clamp(1rem, 5vw, 1.2rem);
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  gap: 0.5rem;
  color: #fff;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.counterList li strong {
  display: contents;
}

.counterList li img {
  max-width: 3.5rem;
  width: 100%;
  filter: brightness(0) invert(1);
}



.ndm-awards-slider {
  display: flex;
}

.ndm-awards-slider .slick-slide {
  /* width: 240px;
  height: 240px;
  border: 1px solid #e8cce3;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: rgb(255 255 255 / 28%);
  margin: 0 10px;
  border-radius: 10px;
  padding: 10px !important */
}

.ndm-awards-slider .slick-slide img {
  width: 100%;
}


.whatsapp {
  position: fixed;
  width: 64px;
  height: 64px;
  bottom: 40px;
  right: 25px;
  background-color: #25d366;
  color: #fff;
  text-align: center;
  z-index: 1000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 67px;
  border-radius: 50%;
}

.copyrightTxt {
  text-align: center;
  padding: 1rem;
  background: rgb(0 0 0 / 40%);
  font-size: 0.75rem;
  line-height: 1.5;
  margin: 2rem 0 0;
  color: #ffe7f7;
}

.newSection {
  flex: 1;
  color: #952081;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
  display: flex;
  max-width: 850px;
  align-items: center;
  gap: 2.5rem;
}

.newSection .badge {
  background: #952081;
  border-radius: 25px;
  color: #fff;
  padding: 0.3rem 0.7rem;
  font-size: 1rem;
  max-width: max-content;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.newSection img {
  width: 1.6rem;
}


.ndm-marquee {
  overflow: hidden;
  white-space: nowrap;
}

.ndm-marquee-track {
  display: inline-block;
  animation: ndmMarquee 15s linear infinite;
}

.ndm-marquee span {
  font-size: 1rem;
  margin-right: 12px;
  color: #952081;
  font-weight: 600;
}

/* smooth continuous scroll */
@keyframes ndmMarquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}



.videoSec {
  display: flex;
  gap: 2rem;
}

.videoSec ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex: 4;
}

.videoSec ul li {
  border-radius: 10px;
  overflow: hidden;
  background-color: #000;
  height: 100%;
  flex: 4;
}

.videoSec ul.thumSec {
  flex: 2;
}

.videoSec ul.thumSec li {
  height: 162px;
}

.directorSec {
  display: flex;
  gap: 2rem;
}

.directorSec .about-box {
  width: 60%;
  margin: 0;
  background: #952081;
  border-radius: 1.5rem;
  padding: 2rem;
  color: #fff;
  display: flex;
  gap: 1rem;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.directorSec .about-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: auto;
  object-position: right;
  right: -5rem;
  mask-image: linear-gradient(to right, transparent 45%, black 70%, black 100%);
}

.directorSec .about-box p {
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
  line-height: 1.5;
  font-weight: 300;
}

.directorSec .rightawardSec {
  width: 40%;
  margin: 0;
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 2rem;
  color: #fff;
  display: flex;
  gap: 1rem;
  align-items: center;
  border: 2px solid rgb(149 32 129 / 42%);
}

.directorSec .rightawardSec .ndm-awards-slider {
  max-width: 100%;
}

.directorSec .rightawardSec .ndm-awards-slider .slick-track {
  align-items: center;
  display: flex;
}

.directorSec .rightawardSec .ndm-awards-slider .slick-slide {
  padding: 2rem;
}

.directorSec .rightawardSec .awardSlider {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.directorSec .about-box .leftSec {
  flex: 3;
  text-align: left;
  position: relative;
}

.directorSec .about-box .leftSec a {
  border-radius: 25px;
  background: #59104d;
  padding: 0.6rem 1.5rem;
  font-size: 1.1rem;
  color: #fff;
}

.directorSec .about-box .leftSec a:hover {
  background: #ffffff;
  color: #59104d;
}

.directorSec .about-box .ïmgsec {
  flex: 2;
  flex: 2;
  margin-right: 0rem;
  margin-bottom: -2rem;
}




.gallerySectionNew {}

.machinesGallery {
  flex: 1;
}

.machinesGallery {
  padding: 1rem;
  background: #ffffff;
  border-radius: 15px;
  border: 1px solid #e8d8e2;
}

.journeyGallery {
  padding: 1rem;
  background: #952081;
  border-radius: 15px;
  border: 1px solid #e8d8e2;
}

.machines-slider img, .journey-slider img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}



.thumb-slider-machines img, .thumb-slider-journey img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  cursor: pointer;
}

.thumb-slider-machines .slick-slide {
  margin: 5px;
}

.thumb-slider-machines .slick-slide {
  border: 4px solid #ebc6de;
}

.thumb-slider-machines .slick-current {
  border: 5px solid #c702a6;
  /* active thumbnail */
}

.thumb-slider-journey .slick-slide {
  border: 4px solid #ebc6de;
  margin: 5px;
}

.thumb-slider-journey .slick-current {
  border: 5px solid #ffffff;
}

.thumb-slider-machines .slick-track, .thumb-slider-journey .slick-track {
  display: flex !important;
}

.thumb-slider-machines .slick-slide, .thumb-slider-journey .slick-slide {
  float: none !important;
}

.gallerySectionNew .slick-next:before, .gallerySectionNew .slick-prev:before {}

.gallerySectionNew .slick-prev:before {
  content: "←";
  /* left arrow */
  color: #ffffff;
  font-size: 25px;
  font-family: auto;
}

.gallerySectionNew .slick-next:before {
  content: "→";
  /* right arrow */
  color: #ffffff;
  font-size: 25px;
  font-family: auto;
}

.slick-next:before {
  content: "→";
  /* right arrow */
  color: #000;
  font-size: 25px;
}

.gallerySectionNew .slick-next, .gallerySectionNew .slick-prev {
  top: -150%;
  width: 40px;
  height: 40px;
  background: #000000;
}

.gallerySectionNew .slick-next:hover, .gallerySectionNew .slick-prev:hover {
  background: #000000;
}

.gallerySectionNew .slick-prev {
  left: -17px;
}

.gallerySectionNew .slick-next {
  right: -17px;
}

.faq {
  padding: 20px 20px 60px;
}

.faq-container {
  max-width: 1100px;
  margin: auto;
}

.faq-heading {
  text-align: center;
  margin-bottom: 40px;
}

.faq-heading h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.faq-heading p {
  color: #777;
}

.faq-flex {
  display: flex;
  gap: 40px;
  align-items: start;
}

.faq-left img {
  width: 100%;
  border-radius: 12px;
}

/* FAQ Accordion */
.faq-item {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid #cdaec8;
}

.faq-question {
  padding: 15px 20px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 20px;
}

.faq-item.active .faq-question::after {
  content: "-";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease;
  padding: 0 20px;
  color: #555;
}

.faq-item.active .faq-answer {
  max-height: max-content;
  padding: 10px 20px 20px;
  color: #fff;
  font-size: 1rem;
}

.faq-left {
  flex: 3;
}

.faq-right {
  flex: 4;
}

.faq-item.active {
  background: #952081;
  color: #fff;
}

.faq-answer ul {
  margin: 0.7rem 0 0 1rem;
  font-size: 90%;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

ul li {
  list-style: disc;
}

.stickyFooter {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #ffe7f7;
  box-shadow: 0px 0px 10px rgb(149 32 129 / 57%);
  z-index: 99;
}

.stickyFooter .headerPhone.callBtn {
  font-size: 120%;
  font-weight: 500;
  border: 2px solid #952081;
}

a.headerPhone.locationBtn {
  background: #952081;
  color: #fff !important;
  font-weight: 500 !important;
}

a.headerPhone.locationBtn small {
  font-weight: 500 !important;
}

.servicesList {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.servicesList li {
  list-style: none;
}

.beforeAfterSec {
  gap: 1rem;
  display: flex;
  flex-direction: column;
}

.beforeAfterSec .secRow {
  display: flex;
  border: 1px solid #e1e1e1;
  border-radius: 1.5rem;
  overflow: hidden;
}

.beforeAfterSec .secRow .beforeCol, .beforeAfterSec .secRow .afterCol {
  flex: 1;
  padding: 2rem;
}

.beforeAfterSec .secRow h3 {
  background-color: #952081;
  color: #fff;
  border-radius: 25px;
  padding: 10px 20px;
  font-size: 1.5rem;
  font-weight: 400;
  max-width: max-content;
  margin: auto 0 2rem;
  display: block;
}

.beforeAfterSec .secRow li {
  width: 100%;
  display: flex;
  align-content: flex-start;
  font-size: 1rem;
}

.beforeAfterSec .secRow .beforeCol {
  background: #ffe7f7;
}

.beforeAfterSec .secRow .afterCol {
  background: #ffffff;
}

.beforeAfterSec .secRow:nth-child(2) .beforeCol {
  background: #ffffff;
}

.beforeAfterSec .secRow:nth-child(2) .afterCol {
  background: #ffe7f7;
}

.aboutBullet {
  margin: 60px 0 50px 0;
  list-style: none;
  counter-reset: item;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.aboutBullet li .badge {
  background: #952081;
  color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 500;
}

.aboutBullet li {
  font-size: 22px;
  list-style: none;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  line-height: 1.5;
}

/* .aboutBullet li {
  font-size: 22px;
  counter-increment: item;
  margin-bottom: 10px;
  padding-left: 2.3rem;
  line-height: 1.4;
  list-style: none;
}


.aboutBullet li::before {
  content: counter(item) " ";
  font-weight: bold;
  margin-right: 8px;
  margin-left: -2.3rem;
  font-weight: 500;
  color: #b64aa3;
} */

/* Responsive */
@media (max-width: 768px) {
  .faq-flex {
    flex-direction: column;
  }

  .stickyFooter .headerPhone.callBtn {
    display: none;
  }

  .beforeAfterSec .secRow {
    flex-direction: column;
  }

  footer {
    padding-bottom: 5rem;
  }
}

@media (max-width: 767px) {
  .directorSec .about-box img {
    position: relative;
    right: 0;
    mask-image: linear-gradient(to right, transparent 0%, black 00%, black 100%);
    border-radius: 1rem;
  }

  .directorSec .about-box .leftSec {
    padding-bottom: 1.5rem;
  }

  .reverseCol {
    flex-direction: column-reverse;
    display: flex;
  }

  .headTop .container-fluid, header .container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .ndm-carousel-overlay {
    position: static;
    transform: none;
    padding: 1.5rem 1.5rem 0;
    text-align: left;
  }

  .ndm-carousel-slide {
    height: auto;
  }

  .ndm-carousel-slide img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    object-position: right;
  }

  .features-list li h2 img {

  }

  .features-list {
    display: flex;
    margin: 1.5rem 0 0 0;
    padding: 0;
    gap: 2.5rem;
    flex-wrap: wrap;
  }

  .ndm-carousel-btn {
    position: absolute;
    top: 14%;
  }

  .ndm-carousel-wrapper {
    height: auto;
  }

  .counterList {
    flex-wrap: wrap;
  }

  .counterList li {
    flex: 1 0 45%;
  }

  .videoSec {
    flex-direction: column;
  }

  .videoSec ul {
    order: 0;
  }

  .videoSec ul.thumSec {
    order: 1;
  }

  .newSection {
    gap: 1.5rem;
  }

  .directorSec {
    flex-direction: column;
  }

  .directorSec .about-box, .directorSec .rightawardSec {
    width: 100%;
  }

  .directorSec .rightawardSec .ndm-awards-slider .slick-slide {
    padding: 0 2rem;
  }

  .directorSec .about-box {
    flex-direction: column;
  }

  .directorSec .about-box .ïmgsec {
    margin-right: -70px;
    margin-bottom: -2rem;
    width: 70%;
  }

  .navBar.MoBView {
    display: block !important;
  }

  .navBar {
    display: none !important;
  }
}

.navBar.MoBView.active {
  display: block !important;
}

.navBar.MoBView {
  display: none !important;
}

.navBar.active {
  display: block !important;
}