@font-face {
  font-family: "poppinsregular";
  src: url("../fonts/Poppins-Regular.ttf");
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "poppinsbold";
  src: url("../fonts/Poppins-Bold.ttf");
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "poppinsmedium";
  src: url("../fonts/Poppins-Medium.ttf");
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "poppinslight";
  src: url("../fonts/Poppins-Light.ttf");
  src: url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

div,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
a,
label {
  font-family: "poppinsregular";
  font-weight: normal;
}

.kidneytranskauvery {
  background: url(../images/neuro.png) 0 0 no-repeat;
  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;
}

.accordion.accordion-faq {
  /* font-family: Arial, Helvetica, sans-serif; */
  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: 17vh;
}

section.banner-video .container {
  max-width: 100%;
  padding: 0 2.2% 0 6%;
}

section.banner-video h1 {
  font-size: 4rem;
  color: #fff;
  font-family: poppinslight;
  padding-top: 18%;
  line-height: 1.25;
}

section.banner-video h1 span {
  font-family: poppinsbold;
}

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);
  font-family: poppinslight;
  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);
  font-family: poppinslight
}

section.banner-video form h6 {
  color: #FCDC4D;
  margin-bottom: 0.25rem;
}

section.banner-video form h4 {
  color: #fff;
  font-family: 'poppinsbold';
  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);
  font-family: poppinslight;
  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-family: 'poppinslight';
  font-size: 13px;
  margin-top: 20px;
}

section.banner-video form select option {
  color: #000;
}

img.frameinfograph {
  position: absolute;
  width: 49%;
  bottom: -114px;
  left: 0;
}

.main-footer {
  background: #EE2D67;
  z-index: 1;
  height: 120px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion.accordion-faq .accordion-header span {
  font-family: 'poppinsmedium';
}

.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: 45vh;
  background-image: linear-gradient(to right, transparent 4%, #ee2e65 25%, rgba(61, 15, 96, 0.85) 100%);
}

.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: 100%;
}

.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: 0% 0px 0rem;
  z-index: 9;
  background-color: #fff;
}

ul.scrolling-procedures {
  list-style: none;
  padding-inline-start: 3.25rem;
  transform: inherit;
  width: 78%;
  margin-left: auto;
}

.procedurelist {
  height: 750px;
  overflow: auto;
  transform: scaleX(-1);
  width: 100%;
  margin-top: 3rem;
}

ul.scrolling-procedures li {
  margin-bottom: 2rem;
}

ul.scrolling-procedures li a {
  font-size: 1.25rem;
}

.procedurelist::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f5f5f5;
}

.procedurelist::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}

.procedurelist::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ffc30f;
} */

section.our-procedure .container {
  max-width: 90%;
}

section.our-procedure {
  padding: 4% 0px 100px 0;
  background-color: #fff;
  /* background: url(../images/Rectangle8368.png) bottom no-repeat; */
}

.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%;
  /* margin-top: 3rem; */
}

ul.scrolling-procedures li {
  margin-bottom: 2rem;
}

ul.scrolling-procedures li a {
  font-size: 1.25rem;
  color: #6E6E6E;
  font-family: 'poppinsmedium';
}

.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;
  /* margin-left: -2%; */
  position: relative;
  top: -42px;
  left: -54px;
}

.boxwhite img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.descriptionright {
  width: 70%;
  align-self: center;
  /* padding-left: 6%; */
  /* margin-left: -50px; */
  /* width: 105%; */
  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;
  /* background: #ddd; */
  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;
}

.main-section-stick .right-side div {
  /* background: #999; */
  /* height: 250px; */
}

.main-section-stick .right-side div+div {
  /* margin-top: 50px; */
}

.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;
  /* padding: 20px; */
  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 {
  /* padding: 0 1.5rem; */
  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 {
    /* background-size: 100% 100%; */
    position: relative;
    height: auto;
    padding: 38px 0;
    padding-bottom: 0;
    /* background-position: right; */
  }

  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;
  }

  .accordion-box {
    /* padding-left: 0; */
  }

  .accordion.accordion-faq .accordion-header {
    /* padding-left: 0;s */
  }
}


@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;
  }
}

@media (max-width:767px){
    section.our-doctors .container {
    padding: 0 20px;
}

.card-main img {
    max-width: 100%;
    margin-left: 0;
    margin-top: -4px;
    height: 325px;
    object-fit: cover;
    object-position:top
}

.card-main {
    flex-direction: column;
    height: auto;
}

.card-outer {
    padding-left: 0;
}

.card-right {
    padding: 5%;
    align-self: auto;
}
.card-main {
    background: transparent;
}

.card-right {
    background-image: linear-gradient(to right, #ee2e65, rgba(61, 15, 96, 0.85));
}
}


/* */
.owl-recognize .item .card-outer {
    padding-left: 0;
    padding-top: 0;
    box-shadow: 4px 1px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    background-color: #fff;
    padding: 1rem 5% 1rem;
    width: 100%;
}

.owl-recognize .item .card-outer img {
    width: 100%;
}

.owl-recognize {
    padding: 4rem 8% 2rem;
}

section.carousel-recognize {
    background-color: rgba(255, 221, 187, 0.2);
    padding: 5% 0;
}

.owl-recognize .item .card-outer h6 {
    font-size: 1.15vw;
    margin-bottom: 8%;
    font-weight: 500;
    font-family: poppins;
}

.owl-recognize .item .card-outer span {
    font-size: 14px;
    color: #58595B;
    font-family: poppins;
}

.recg-head {
    display: flex;
    justify-content: space-between;
    width: 85%;
}

.recg-head h3 {
    width: 75%;
    font-size: 2vw;
    color: #962067;
    font-family: Segoe UI;
    font-weight: 700;
}

.recg-head p {
    width: 75%;
    color: #58595B;
    font-family: tahoma;
}

section.carousel-recognize .container {
    max-width: 93%;
}

.owl-recognize .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    top: 35%;
}

.owl-recognize .owl-nav .owl-next {
    position: absolute;
    top: 0;
    right: 0%;
    top: 35%;
}

.owl-recognize .owl-nav button {
    background-color: #FFf !important;
    width: 60px;
    height: 60px;
    border-radius: 50% !important;
}

.owl-recognize .owl-nav button:hover {
    background-color: rgba(150, 32, 103, .1) !important;
}

.owl-recognize .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #962067;
}

.owl-recognize .owl-dots .owl-dot.active span {
    background: #962067;
}

.owl-recognize .owl-dots {
    margin-top: 4rem;
}

.owl-recognize .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
}

.owl-recognize .owl-stage-outer {
    padding-bottom: 10px;
}

.owl-recognize .owl-dots .owl-dot:hover span {
    background: transparent;
}

.owl-recognize .owl-dots .owl-dot.active:hover span {
    background: #962067;
}

@media (max-width:767px) {
    .recg-head {
        flex-direction: column;
    }

    .recg-head h3 {
        font-size: 1.35rem;
        width: 100%;
        margin-bottom: 20px;
    }

    .recg-head p {
        width: 100%;
    }

    .owl-recognize .item .card-outer h6 {
        font-size: 18px;
    }

    .owl-recognize {
        padding: 2rem 0% 5rem;
    }

    .owl-recognize .item .card-outer {
        width: 100%;
    }

    .owl-recognize .owl-dots {
        display: none;
    }

    .owl-recognize .owl-nav .owl-next {
        top: auto;
        bottom: 35px;
        right: 35%;
    }

    .owl-recognize .owl-nav .owl-prev {
        top: auto;
        bottom: 35px;
        left: 30%;
    }

    .owl-recognize .owl-nav button img {
        width: auto !important;
    }

    .owl-recognize .owl-nav button {
        width: 40px;
        height: 40px;
    }

    .owl-recognize .owl-nav {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    section.carousel-recognize {
        padding: 50px 0 20px;
    }
}

img.spec-img-left {
    margin-bottom: 0 !important;
    width: 100%;
    height: 100% !important;
}

section.orthop-sec12 .col-md-5 {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
}

@media (min-width:1500px) {
    .bordgradout p {
        font-size: 15px;
    }

    .recg-head p {
        font-size: 17px
    }

    .owl-recognize .item .card-outer span {
        font-size: 16px
    }
}

@media (min-width:1700px) {
    .bordgradout p {
        font-size: 17px;
    }

    .recg-head p {
        font-size: 19px
    }

    .owl-recognize .item .card-outer span {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .recg-head h3 {
        font-size: 1.5rem;
    }

    section.orthop-sec12 h2 {
        width: 100%;
    }

    .fancybox-is-sliding .fancybox-slide,
    .fancybox-slide--current,
    .fancybox-slide--next,
    .fancybox-slide--previous {
        height: 450px !important;
    }

    .fancybox-slide {
        transform: translate(-50%, -50%);
        top: 50% !important;
        left: 50% !important;
    }
}
.card-right button a {
    color: #fff;
}
/* */
