html {
  scroll-behavior: smooth;
}

.kidneytranskauvery {

  height: 72vh;
  background-size: cover;
}

section.kidneytranskauvery .col-md-6 {
  height: 72vh;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

section.kidneytranskauvery .container {
  max-width: 90%;
}

section.kidneytranskauvery h2 {
  color: #962067;
  font-size: 2.5rem;
}

section.kidneytranskauvery p {
  color: #525050;
  line-height: 1.85;
  /* font-size: 16px; */
  font-size: 16px;
}

.infrastructure_tech_sub {
  display: flex;
  width: 100%;
  padding-left: 6%;
  padding-right: 2%;
}

.infrastructure_tech_sub img {
  width: 39%;
}

.infrasright {
  /* width: 70%; */
  /* background-image: linear-gradient(to right, #ee2e65, rgba(61, 15, 96, 0.85)); */
  background: url(../images/infratechbg.png) 0 0 no-repeat;
  margin-top: 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  padding: 5%;
  margin-left: -1px;
}

section.infrastructure_tech {
  padding: 50px 0;
}

.infrasright p {
  color: #fff;
  line-height: 1.85;
  font-size: 16px;
}

.infrasright h2 {
  color: #fff;
  font-size: 2.5rem;
}

section.infrastructure_tech .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.accordion-box {
  margin-bottom: 2px;
  border-bottom: 1px solid #6E6E6E;
  padding-left: 5%;
  position: relative;
  display:none;
}

.accordion.accordion-faq {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
}

.accordion.accordion-faq .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  color: #6E6E6E;
  padding: 1.75rem 10px;
  font-size: 1.25rem;
  cursor: pointer;
  text-decoration: none;
  text-align: left;
  font-weight: bold;
  width: 90%;
}

.accordion.accordion-faq .accordion-header.active-accordion {
  background-color: transparent;
  color: #962067;
  /* font-size: 1.5rem; */
  padding-bottom: 0.75rem;
  padding-top: 0;
}

/* .accordion.accordion-faq .accordion-header:after {
  content: '';
  background-image: url(../images/plus.png);
  top: 0;
  right: 0;
} */

/* .accordion.accordion-faq .accordion-header.active-accordion:after {
  content: '\2212';
} */
.accordion.accordion-faq .accordion-header:after {
  content: '';
  top: 38%;
  right: 6%;
  position: absolute;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url(../images/plus.png);
}

.accordion.accordion-faq .accordion-header.active-accordion:after {
  background-image: url(../images/minus.png);
  top: 17%;
}

.accordion.accordion-faq .accordion-body {
  /* height: 150px; */
  overflow: auto;
  display: none;
  position: relative;
  /* border: solid 2px #0a806c; */
  border-top: none;
  text-align: left;
  font-size: 14px;
  border: 0;
}

.accordion.accordion-faq .accordion-content-flex {
  height: 100%;
  padding: 10px;
  padding-top: 0;
  width: 85%;
  line-height: 1.65;
  font-size: 16px;
  color: #525050;
}

section.specialties_faq .container {
  max-width: 90%;
}

section.specialties_faq {
  background: rgba(217, 217, 217, 0.30);
  padding: 7.5% 0;
  position: relative;
}

.accordion.accordion-faq .accordion-box.active {
  /* border: 1px solid; */
  border: 1px solid rgba(150, 32, 103, 0.30);
  border-radius: 10px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #fff;
}

.accordion-box.active:not(:first-child) {
  margin-top: 1.75rem;
}

section.specialties_faq h2 {
  color: #962067;
  font-size: 2.5rem;
}

section.specialties_faq p {
  color: #525050;
  line-height: 1.85;
  /* font-size: 16px; */
  font-size: 16px;
}

section.specialties_faq .row .col-md-3 {
  flex: 0 0 30%;
  max-width: 28%;
}

section.specialties_faq .row .col-md-9 {
  flex: 0 0 70%;
  max-width: 72%;
}

.banner-video {
  background: url(../images/Group\ 27342.png) 0 0 no-repeat;
  background-size: 100% 100%;
  height: 110vh;
  padding: 3% 0;
}

img.logo-kauvery {
  height: 13vh;
}

section.banner-video .container {
  max-width: 100%;
  padding: 0 2.2% 0 5%;
}

section.banner-video h1 {
  font-size: 2.25rem;
  color: #fff;
  margin-bottom: 1rem;
  padding-top: 12%;
  /* line-height: 1.25; */
}

section.banner-video form {
  background-color: rgba(81, 28, 116, .75);
  padding: 10%;
  width: 95%;
  margin-left: auto;
  margin-top: 1.25rem;
}

section.banner-video form input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(167, 100, 210, 1);
  border-radius: 0;
  padding-left: 0;
  margin-bottom: 1.5rem;
  color: rgba(216, 156, 255, 1);
  padding-bottom: 1rem;
  height: auto;
}

section.banner-video form input:focus {
  background-color: transparent;
  color: rgba(216, 156, 255, 1);
}

section.banner-video form input::placeholder {
  color: rgba(216, 156, 255, 1);
}

section.banner-video form h6 {
  color: #FCDC4D;
  margin-bottom: 0.25rem;
}

section.banner-video form h4 {
  color: #fff;
  font-size: 1.75rem;
  margin-bottom: 2rem;
}

section.banner-video form select {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(167, 100, 210, 1);
  border-radius: 0;
  padding-left: 0;
  margin-bottom: 1.5rem;
  width: 100%;
  color: rgba(216, 156, 255, 1);
  padding-bottom: 1rem;
  height: auto;
}

section.banner-video form button {
  background-color: rgba(237, 46, 101, 1);
  color: #fff;
  width: 100%;
  border: 0;
  font-size: 1.3rem;
  border-radius: 8px;
  height: 50px;
  margin-top: 1.75rem;
}

section.banner-video form label {
  color: #f6f6f6;
  font-size: 13px;
  margin-top: 20px;
}

section.banner-video form select option {
  color: #000;
}

img.frameinfograph {
  position: absolute;
  width: 49%;
  bottom: -114px;
  left: 0;
  z-index:-1;
}

.main-footer {
  background: #EE2D67;
  z-index: 1;
  height: 120px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}



.our-doctors {
  background-color: #FFF8FC;
  padding: 75px 0;
}

section.our-doctors .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  padding-left: 6%;
}

.card-main {
  background-image: linear-gradient(to right, #ee2e65, rgba(61, 15, 96, 0.85));
  position: relative;
  display: flex;
  height: 37vh;
}

.card-main img {
  max-width: 48%;
  margin-top: -15%;
  margin-left: -14.5%;
}

.card-right {
  align-self: center;
  color: #fff;
  padding: 0 3%;

}

.card-outer {
  padding-top: 82px;
  padding-left: 13%;
}

.card-right h3 {
  font-size: 1.5rem;
}

.card-right h6 {
  color: #FCDC4D;
}

.card-right p {
  width: 85%;
}

.card-right button {
  background: transparent;
  color: #fff;
  border: .5px solid #fff;
  font-size: 12px;
  padding: 3% 4.5%;
  border-radius: 30px;
  margin-right: 7px;
}

section.our-procedure .container {
  max-width: 90%;
}

section.our-procedure {
  padding: 4% 0px 100px 0;
  background-color: #fff;
}

.sticky {
  position: sticky;
  top: -40px;
  z-index: 9;
  background-color: #fff;
}

ul.scrolling-procedures {
  list-style: none;
  padding-inline-start: 2.75rem;
  transform: inherit;
  width: 90%;
  margin-left: auto;
}

.procedurelist {
  height: 100%;
  overflow: auto;
  transform: scaleX(-1);
  width: 100%;
}

ul.scrolling-procedures li {
  margin-bottom: 2rem;
}

ul.scrolling-procedures li a {
  font-size: 1.25rem;
  color: #6E6E6E;
}

.procedurelist::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f5f5f5;
}

.procedurelist::-webkit-scrollbar {
  width: 6px;
  background-color: #D9D9D9;
  border-radius: 12px
}

.procedurelist::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background-color: #962067;
}

.our-procedure-right {
  background-color: rgba(217, 217, 217, 0.30);
  display: flex;
  width: 100%;
  padding: 0rem 3rem 0rem 0;
  margin-top: 3%;
  margin-bottom: 85px;
}

.boxwhite {
  width: 61%;
  border: 16px solid #FFF;
  height: 55vh;
  position: relative;
  top: -42px;
  left: -54px;
}

.boxwhite img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.descriptionright {
  width: 70%;
  align-self: center;
  margin-left: -1.25rem;
}

.descriptionright h3 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

.descriptionright p {
  font-size: 14px;
  color: #525050;
}

.procedurerightdes {
  /* height: 98vh; */
  overflow: hidden;
  padding-left: 5%;
}

p.proceddescript {
  width: 35%;
  font-size: 14px;
  color: #525050;
}

section#our-procedure-section h2 {
  color: #962067;
  font-size: 2.5rem;
}

section#our-doctors-section h2 {
  color: #962067;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  margin-bottom: 1.5rem;
}

.doctorloctabs {
  margin-bottom: 2rem;
}

.doctorloctabs button {
  border: 0.5px solid #404040;
  background: transparent;
  color: #404040;
  border-radius: 20px;
  /* padding: 10px 2rem; */
  margin-right: 20px;
  width: 12rem;
  height: 40px;
}

.doctorloctabs button.active {
  color: #962067;
  border: 0.5px solid #962067;
}

/* */
.left-side {
  width: 30%;
  height: 95vh;
  display: inline-block;
  float: left;
  position: sticky;
  top: 50px;
}



.section.sectiontest {
  height: 250px;
  background: #bbb;
  text-align: center;
  padding: 20px 0;
}

.main-section-stick {
  width: 100%;
  margin: 50px auto;
  clear: both;
}

.main-section-stick:before,
.main-section-stick:after {
  content: "";
  display: table;
  clear: both;
}

.main-section-stick .right-side {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  float: right;
}

.sectiontest a {
  background: #000;
  color: #fff;
  padding: 15px;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.sectiontest a:hover:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #bbb;
  position: absolute;
  left: 0;
  bottom: 4px;
}

.sectiontest .box {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sectiontest .box span {
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}

.sectiontest .box span:nth-child(2) {
  animation-delay: -0.2s;
}

.sectiontest .box span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}

section#our-doctors-section .owl-nav button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

section#our-doctors-section .owl-nav {
  position: absolute;
  top: -32%;
  right: 4%;
}

section#our-doctors-section .owl-nav button:hover {
  background-color: rgba(150, 32, 103, .1)
}

footer.main-footer a {
  color: #fff;
}

a.footer-non-anchor {
  cursor: auto !important;
  padding-right: 3rem;
}


@media (max-width:767px) {
  .banner-video {
    height: fit-content;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 60px;
  }

  img.logo-kauvery {
    height: 100px;
  }

  section.banner-video h1 {
    font-size: 2rem;
    padding-top: 44px;
  }

  section.banner-video form {
    width: 100%;
  }

  section.banner-video .container {
    padding: 0 22px;
  }

  .infrastructure_tech_sub {
    flex-direction: column;
    padding: 0 22px;
  }

  .infrasright {
    margin-top: 0;
  }

  .infrastructure_tech_sub img {
    width: 100%;
  }

  section.banner-video form h4 {
    font-size: 1.5rem;
  }

  section.kidneytranskauvery h2 {
    font-size: 1.75rem;
  }

  section.kidneytranskauvery .col-md-6 {
    height: auto;
  }

  section.kidneytranskauvery .col-md-6 {
    padding: 0;
  }

  .infrasright h2,
  section#our-procedure-section h2,
  section#our-doctors-section h2 {
    font-size: 1.75rem;
  }


  p.proceddescript {
    width: 100%;
    margin-bottom: 0rem;
  }

  .main-section-stick .left-side {
    display: none;
  }

  .main-section-stick .right-side {
    width: 100%;
  }

  .our-procedure-right {
    flex-direction: column;
    padding: 0;
    margin-bottom: 40px;
    margin-top: 0;
  }

  .boxwhite {
    width: 100%;
    top: 0;
    left: 0;
    height: auto;
    border: 0;
  }

  .procedurerightdes {
    padding-left: 0;
  }

  .descriptionright {
    width: 100%;
    margin-left: 0;
    padding: 25px;
  }



  section.our-procedure .container {
    padding: 0;
  }

  section.our-procedure {
    padding-bottom: 0;
  }


  section#our-doctors-section .owl-nav {
    position: static;
  }

  .doctorloctabs button {
    font-size: 14px;
  }

  .doctorloctabs {
    display: flex;
  }

  .kidneytranskauvery {
    position: relative;
    height: auto;
    padding: 38px 0;
    padding-bottom: 0;
  }

  section#our-doctors-section {
    padding: 50px 0;
  }

  section#our-doctors-section .owl-nav button img {
    width: auto !important;
  }

  .card-outer {
    padding-top: 45px;
  }

  section#our-doctors-section .owl-nav button {
    width: 40px;
    height: 40px;
    margin-top: 30px;
  }

  .card-right button {
    margin-bottom: 10px;
  }

  .card-right h3 {
    font-size: 1rem;
  }

  .card-right p {
    font-size: 14px;
  }

  section.specialties_faq .row .col-md-3,
  section.specialties_faq .row .col-md-9 {
    flex: auto;
    max-width: max-content;
  }

  section.specialties_faq h2 {
    font-size: 1.75rem;
  }

  .accordion.accordion-faq .accordion-header {
    font-size: 1.1rem;
  }

  img.frameinfograph {
    display: none;
  }

  .main-footer {
    flex-direction: column;
    text-align: center;
  }

  .main-footer a {
    padding-right: 0;
    padding-bottom: 10px;
  }

}


@media (min-width:1500px) {
  section.banner-video h1 {
    font-size: 4.5rem;
  }

  section.banner-video form h4 {
    font-size: 2rem;
  }

  section.banner-video form h6 {
    font-size: 1.25rem;
  }

  section.banner-video form input {
    font-size: 18px;
  }


  section.banner-video form {
    width: 91%;
  }

  section.kidneytranskauvery h2,
  .infrasright h2,
  section#our-procedure-section h2,
  section#our-doctors-section h2,
  section.specialties_faq h2 {
    font-size: 2.75rem;
  }

  section.kidneytranskauvery p,
  .infrasright p {
    font-size: 18px;
  }

  .infrasright {
    margin-top: 61px;
  }


  p.proceddescript {
    font-size: 16px;
  }

  ul.scrolling-procedures li a {
    font-size: 1.35rem;
  }

  .descriptionright h3 {
    font-size: 1.75rem;
  }

  .descriptionright p,
  .doctorloctabs button {
    font-size: 16px;
  }

  .card-right h3 {
    font-size: 1.75rem;
  }

  .card-right p,
  section.specialties_faq p,
  .accordion.accordion-faq .accordion-content-flex,
  .card-right h6,
  footer.main-footer a {
    font-size: 18px;
  }

  .card-right button {
    font-size: 13px;
  }

  .accordion.accordion-faq .accordion-header {
    font-size: 1.55rem;
    width: 85%;
  }
}

@media (min-width:1700px) {
  section.banner-video h1 {
    font-size: 5rem;
  }

  section.banner-video form h4 {
    font-size: 2.25rem;
  }

  section.banner-video form h6 {
    font-size: 1.35rem;
  }

  section.banner-video form input,
  section.banner-video form select {
    font-size: 20px;
  }


  section.banner-video form {
    width: 91%;
  }

  section.kidneytranskauvery h2,
  .infrasright h2,
  section#our-procedure-section h2,
  section#our-doctors-section h2,
  section.specialties_faq h2 {
    font-size: 3.25rem;
  }

  section.kidneytranskauvery p,
  .infrasright p {
    font-size: 20px;
  }

  .infrasright {
    margin-top: 61px;
  }


  p.proceddescript {
    font-size: 18px;
  }

  ul.scrolling-procedures li a {
    font-size: 1.6rem;
  }

  .descriptionright h3 {
    font-size: 2rem;
  }

  .descriptionright p,
  .doctorloctabs button {
    font-size: 18px;
  }

  .card-right h3 {
    font-size: 2rem;
  }

  .card-right p,
  section.specialties_faq p,
  .accordion.accordion-faq .accordion-content-flex,
  .card-right h6,
  footer.main-footer a {
    font-size: 20px;
  }

  .card-right button {
    font-size: 14px;
  }

  .accordion.accordion-faq .accordion-header {
    font-size: 1.65rem;
    width: 85%;
  }

  .infrasright p {
    width: 85%;
  }

  section.banner-video form label {
    font-size: 16px;
  }
}
