/*  Header  */

html{

  width: 100%;

  overflow-x: hidden;

}

body{

  font-family: 'Ubuntu', sans-serif;

  overflow-x: hidden;

  width: 100%;

  background: #FFFFFF!important;



}

header{

  position: relative;

}

nav {

  position: absolute;

  display: flex;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  height: 70px;

  background: #a1b0b500;

  /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); */

  z-index: 99;

}

nav .navbar {

  height: 100%;

  /* max-width: 1250px; */

  width: 100%;

  display: flex;

  align-items: center;

  justify-content: space-between;

  margin: auto;

  /* background: red; */

  padding: 0 0px;

}

.navbar .logo a {

  font-size: 30px;

  color: #fff;

  text-decoration: none;

  font-weight: 600;

}

.navbar .logo img {

  max-height: 50px;

}



nav .navbar .nav-links {

  line-height: 70px;

  height: 100%;

}

nav .navbar .links {

  display: flex;

}



.links li a span::after {

  content: "";

  background-color: red;

  width: 0;

  height: 2px;

  position: absolute;

  left: 0;

  top: 80%;

  transition: all 0.3s linear;

}



.links li a.active {

  color: red!important;

}

.links li a.active span::after {

  content: "";

  background-color: red;

  width: 90%;

  height: 2px;

  position: absolute;

  left: 0;

  top: 80%;

  transition: all 0.3s linear;

}

.links li a:hover {

  color: red!important;

}

.links li a span:hover::after {

  width: 100%;

}

.links li.active a span::after {

  width: 100%;

}



nav .navbar .links li {

  position: relative;

  font-weight: 300;

  display: flex;

  align-items: center;

  justify-content: space-between;

  list-style: none;

  padding: 0 20px;

}

nav .BtnReadMore {

  margin-top: 10px;

}

nav .navbar .links li a {

  height: 100%;

  text-decoration: none;

  white-space: nowrap;

  color: #fff;

  font-size: 15px;

  font-weight: 500;

}

.links li:hover .htmlcss-arrow,

.links li:hover .js-arrow {

  transform: rotate(180deg);

}



nav .navbar .links li .arrow {

  /* background: red; */

  height: 100%;

  width: 22px;

  line-height: 70px;

  text-align: center;

  display: inline-block;

  color: #fff;

  transition: all 0.3s ease;

}

nav .navbar .links li .sub-menu {

  position: absolute;

  top: 70px;

  left: 0;

  line-height: 40px;

  background: #a1b0b5;

  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);

  border-radius: 0 0 4px 4px;

  display: none;

  z-index: 2;

}

nav .navbar .links li:hover .htmlCss-sub-menu,

nav .navbar .links li:hover .js-sub-menu {

  display: block;

}

.navbar .links li .sub-menu li {

  padding: 0 22px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.5);

}

.navbar .links li .sub-menu a {

  color: #fff;

  font-size: 15px;

  font-weight: 500;

}

.navbar .links li .sub-menu .more-arrow {

  line-height: 40px;

}

.navbar .links li .htmlCss-more-sub-menu {

  /* line-height: 40px; */

}

.navbar .links li .sub-menu .more-sub-menu {

  position: absolute;

  top: 0;

  left: 100%;

  border-radius: 0 4px 4px 4px;

  z-index: 1;

  display: none;

}

.links li .sub-menu .more:hover .more-sub-menu {

  display: block;

}

.navbar .search-box {

  position: relative;

  height: 40px;

  width: 40px;

}

.navbar .search-box i {

  position: absolute;

  height: 100%;

  width: 100%;

  line-height: 40px;

  text-align: center;

  font-size: 22px;

  color: #fff;

  font-weight: 600;

  cursor: pointer;

  transition: all 0.3s ease;

}

.navbar .search-box .input-box {

  position: absolute;

  right: calc(100% - 40px);

  top: 80px;

  height: 60px;

  width: 300px;

  background: #a1b0b5;

  border-radius: 6px;

  opacity: 0;

  pointer-events: none;

  transition: all 0.4s ease;

}

.navbar.showInput .search-box .input-box {

  top: 65px;

  opacity: 1;

  pointer-events: auto;

  background: #a1b0b5;

}

.search-box .input-box::before {

  content: "";

  position: absolute;

  height: 20px;

  width: 20px;

  background: #a1b0b5;

  right: 10px;

  top: -6px;

  transform: rotate(45deg);

}

.search-box .input-box input {

  position: absolute;

  top: 50%;

  left: 50%;

  border-radius: 4px;

  transform: translate(-50%, -50%);

  height: 35px;

  width: 280px;

  outline: none;

  padding: 0 15px;

  font-size: 16px;

  border: none;

}

.navbar .nav-links .sidebar-logo {

  display: none;

}

.navbar .fa-bars {

  display: none;

}



/* Header Title Section */

.top_line {

  width: 100%;

  border-top: 2px solid black;

}

.bottom_line {

  width: 100%;

  border-bottom: 2px solid black;

}



.headTitleSec {

  display: flex;

  margin-top: 130px;

  margin-bottom: 50px;

}

.headTitleSec h1 {

  color: black;

  font-size: 50px;

  line-height: 40px;

  margin: 0;

  margin-top: -3px;

}

.headTitleSec-mob{

   display: none;

}



/* Banner Section */

.Banner_Img{

  width: 100%;

  object-fit: cover;

  position: relative;

}

.BannerOverflow{

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  background: linear-gradient(270deg, rgba(0, 0, 0, 0.30) -2.25%, rgba(0, 0, 0, 0.00) -2.24%, rgba(0, 0, 0, 0.30) 102.25%);

}

.BannerOverflows{

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  background: linear-gradient(270deg, rgba(0, 0, 0, 0.30) -2.25%, rgba(0, 0, 0, 0.536) -2.24%, rgba(0, 0, 0, 0.567) 102.25%);

}

.inner-text{

  position: absolute;

  width: 70%;

  top: 40%;

  left: 15%;

  padding: 20px;

}

.inner-text .BtnReadMore{

display: inline;

  margin-top: 20px;

  position: inherit;

}

.inner-text-2{

  position: absolute;

  width: 70%;

  bottom: 7%;

  left: 5%;

  padding: 20px;

}

.inner-text-2 h1{

  color: var(--1, #FFF);

  font-family: Ubuntu;

  font-size: 30px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

  letter-spacing: -0.3px;

}

.inner-text-2 p{

  color: var(--1, #FFF);

  font-family: Ubuntu;

  font-size: 14px;

  font-style: normal;

  font-weight: 400;

  line-height: 30px; /* 214.286% */

  letter-spacing: -0.14px;

}

.inner-text-2 a{

  text-decoration: none;

  color: white;

}

.inner-text h1{

  color: #FAFDFF;



font-family: Ubuntu;

font-size: 50px;

font-style: normal;

font-weight: 700;

line-height: 60px; /

}





/* Slider Section */

 .owl-carousel-service-offer .item {

  height: 500px;

}

.owl-carousel-service-offer img {

  object-fit: cover;

  height: 100%;

  object-position: right;

  height: 100%;

}

.owl-carousel .owl-item {

  height: 100% !important;

}

.inner-text{

  position: absolute;

  width: 70%;

  top: 35%;

  left: 10%;

  padding: 20px;

}

.inner-text h1{

  color: #FAFDFF;



font-family: Ubuntu;

font-size: 50px;

font-style: normal;

font-weight: 700;

line-height: 60px; 

width: 65%;

}



.owl-next {

  position: absolute;

  top: 50%;

  right: 15px;

}

.owl-next i {

  font-size: 30px;

}

.owl-prev i {

  font-size: 30px;

}

.owl-prev {

  position: absolute;

  top: 50%;

  left: 15px;

} 



/* Featured Image Section */

.featuredImageSec {

  position: relative;

}

.featuredImageSec img {

  object-fit: cover;

  object-position: right;

  height: 100%;

  width: 100%;

  transition: all 1s ease-out;

}

.featuredImageSec .overlay {

  width: 100%;

  height: 100%;



  background: transparent;

  position: absolute;

  top: 0;

  right: 29px;

  left: 0px;

  transition: all 1s ease-out;

  /* border-radius: 20px; */

}

.featuredImageSec:hover .overlay {

  opacity: 0.5;

  background: black;

  /* border-radius: 20px; */

  transition: all 1s ease-out;

}

.featuredImageSec:hover img {

  /* border-radius: 20px; */

  transition: all 1s ease-out;

}

.featuredImageSec h3 {

  display: none;

  position: absolute;

  top: 30%;

  left: 30px;

  transition: all 1s ease-out;

}

.featuredImageSec:hover h3 {

  color: #fff;

  display: block;

  transition: all 1s ease-out;

}



.featuredImageSec h6 {

  display: none;

  position: absolute;

  top: 40%;

  left: 30px;

  right: 50px;

  transition: all 2s ease-out;

}

.featuredImageSec:hover h6 {

  color: #fff;

  display: block;

  transition: all 2s ease-out;

}

.featuredImageSec {

    padding: 0;

overflow: hidden;

}

.featuredImageSec:hover img {

    transform: scale(1.5);

    overflow: hidden;

}





/* <!-- About Slider --> */



.slider-container {

  width: 100%;

  height: 100vh;

  display: flex;

  overflow: hidden;

  position: relative;

  background: black;

}



.slider {

  display: flex;

  transition: transform 0.5s ease-in-out;

  flex-direction: column;

  position: relative;

}



.slide {

  min-width: 100vw;

  min-height: 100vh;

  cursor: pointer;

  transition: opacity 0.5s, background-color 0.5s;

  position: relative;

}





.hidden {

  opacity: 0;

  transition: opacity .25s ease-in-out;

  -moz-transition: opacity .25s ease-in-out;

  -webkit-transition: opacity .25s ease-in-out;

  pointer-events: none; /* Optional: Disable interaction with hidden slide */

}



.SliderBG{

  background: rgb(0,0,0);

  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 75%, rgba(229,28,34,1) 75%);

}

.SlideCont{

  /* flex: 0 0 auto;

  display: flex;

  align-items: center; */

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: flex-start;

  

}

.SlideCont h2{

  color: var(--1, #FFF);

  font-family: Ubuntu;

  font-size: 50px;

  font-style: normal;

  font-weight: 700;

  line-height: 65px; /* 130% */

  width: 50%;

}

.BtnReadMore{

  color: var(--4, var(--1, #FFF));

text-align: center;

font-family: Ubuntu;

font-size: 14px;

font-style: normal;

font-weight: 500;

line-height: normal;

text-decoration: none;

padding: 12px 40px;

border-radius: 5px;

background: var(--1, #E51C22);



margin-top: 46px;

}

.SlideManImg{

  position: absolute;

  right: 7.5%;

  bottom: 0;



  max-height: -webkit-fill-available;

}



/* WHY */

.why{

  padding-bottom: 50px;

}

.why h6{

  color: var(--1, #E51C22);

font-family: Ubuntu;

font-size: 18px;

font-style: normal;

font-weight: 700;

line-height: 25px; /* 138.889% */

text-align: center;

padding-top: 127px;

padding-bottom: 22px;

}

.why h2{

  color: var(--Font, #101111);

  font-family: Ubuntu;

  font-size: 40px;

  font-style: normal;

  font-weight: 700;

  line-height: 50px; /* 125% */

  text-align: center;

      margin-bottom: 20px;

}

.why .circleRow{

display: flex;

justify-content: space-between;

}

.why .circle1{

  border-radius: 50%;

  background: var(--2, #000);



  text-align: center;

  /* padding: 106px 172px 107px 138px; */

  padding: 106px 140px 107px 90px;

  width: 39.3%;

}

.why .circle2{

  text-align: center; 

  /* padding: 106px 145px 107px 165px; */

  padding: 106px 90px 107px 140px;

  width: 39.3%;

  border-radius: 50%;

  background: var(--2, #000);

 

}

.why .circle3{



  text-align: center;

  

  width: 40%;

  padding: 106px 131px;

  border-radius: 50%;

  background: var(--1, #E51C22);



  position: absolute;

  top: 50%;

  transform: translate(-50%, -50%);

  left: 50%;

}

.why h3{

  color: var(--4, var(--1, #FFF));

text-align: center;

font-family: Ubuntu;

font-size: 30px;

font-style: normal;

font-weight: 700;

line-height: 25px; /* 83.333% */

}

.why h5{

  color: var(--4, var(--1, #FFF));

  text-align: center;

  font-family: Ubuntu;

  font-size: 14px;

  font-style: normal;

  font-weight: 400;

  line-height: 24px; /* 171.429% */

  padding-top: 27px;

}



.test-ttl h6{

  color: var(--1, #E51C22);

  font-family: Ubuntu;

  font-size: 18px;

  font-style: normal;

  font-weight: 700;

  line-height: 25px; /* 138.889% */

  text-align: center;

  padding-top: 127px;

  padding-bottom: 22px;

}

.test-ttl h2{

  color: var(--Font, #101111);

  font-family: Ubuntu;

  font-size: 40px;

  font-style: normal;

  font-weight: 700;

  line-height: 50px; /* 125% */

  text-align: center;

  padding-bottom: 30px;

}

.testimonial{

  background-color: black;

  padding:20px 50px;

}

.testimonial .item{

  margin: 50px 50px 0 0;

  background-color: white;

  border-radius: 10px;

  height: 320px!important;

}

.testimonial .inner-texts{

  padding: 20px;

}

.testimonial .inner-texts h3{

  color: #5D5E60;

text-align: justify;

font-family: 'Ubuntu';

font-size: 15px;

font-style: normal;

font-weight: 400;

line-height: 25px; /* 166.667% */

  background-color: white;

  padding-bottom: 20px;

  border-bottom: 1px solid red;

  margin-bottom:20px;

}

.test-img{

  width: 59px!important;

  height: 59px!important;

  border-radius: 50%;

}

.test-right-img{

  width: 54.976px!important;

  height: 42.171px!important;

  flex-shrink: 0;

}

.profile{

  display: flex;

  justify-content: space-between;

}

.profile-img{

  display: flex;

}

.test-name{

  color:  #E51C22;

  font-family: Ubuntu;

  font-size: 18px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

  padding-left: 10px;

}

.test-position{

  color: #5D5E60;

  font-family: Ubuntu;

  font-size: 14px;

  font-style: normal;

  font-weight: 400;

  line-height: normal;

  padding-left: 3px;

}

.owl-item.active.center .item{

  margin: 50px 50px 0 0;

  background-color: red;

  border-radius: 10px;

  height: 320px!important;

}

.owl-item.active.center .item svg{

  fill: var(--1, #FFF)!important;

}

.owl-item.active.center .item svg{

  fill: var(--1, #FFF)!important;

}

.owl-item .item svg{

  fill:  #ff0000;

}

.owl-item.active.center .item .test-name{

  color: var(--1, #FFF)!important;

}

.owl-item.active.center .item .test-position{

  color: var(--1, #FFF)!important;

}

.owl-item.active.center .item .inner-texts h3{

  color: white;

  background-color: red;

  padding-bottom: 20px;

  border-bottom: 1px solid white;

}

.owl-dot{

  width: 20px !important;

  font-size: 18px!important;

  color: rgb(255, 255, 255) !important;

  display: inline flow-root list-item!important;

  text-align: center!important;

}

.owl-dot.active{

  width: 20px !important;

  font-size: 18px!important;

  color: red !important;

  display: inline flow-root list-item!important;

  text-align: center!important;

}

.owl-dots{

  margin: auto;

  text-align: center;

}

.contact h6{

  color: var(--1, #E51C22);

  font-family: Ubuntu;

  font-size: 18px;

  font-style: normal;

  font-weight: 700;

  line-height: 25px; /* 138.889% */

  text-align: center;

  padding-top: 127px;

  padding-bottom: 22px;

}

.contact h2{

  color: var(--Font, #101111);

  font-family: Ubuntu;

  font-size: 40px;

  font-style: normal;

  font-weight: 700;

  line-height: 50px; /* 125% */

  text-align: center;

  padding-bottom: 30px;

}

.contact p{

  color: #101111;

  text-align: center;

  font-family: Ubuntu;

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 26px; /* 144.444% */

  padding-bottom: 30px;

}

.contact .BtnReadMore{

  text-align: center;

  display: block;

  width: 200px;

  margin: 0 auto 50px auto;

}

.words{

  padding: 70px 0;

}

.words img{

  border-radius: 15px;

}

.words h6{

  color: var(--1, #E51C22);

font-family: Ubuntu;

font-size: 18px;

font-style: normal;

font-weight: 700;

line-height: 25px; /* 138.889% */

  padding-bottom: 12px;

}

.words h2{

  color: #000;

font-family: Ubuntu;

font-size: 40px;

font-style: normal;

font-weight: 700;

line-height: 50px; /* 125% */

  padding-bottom: 10px;

}

.words p{

  color: #101111;

text-align: justify;

font-family: Ubuntu;

font-size: 18px;

font-style: normal;

font-weight: 400;

line-height: 28px; /* 155.556% */

padding-right: 30px;

}



/* Footer */

footer{

    padding: 50px 0 20px 0;

    background: #000000;

}

footer p{

  color: var(--1, #FFF);

font-family: Ubuntu;

font-size: 16px;

font-style: normal;

font-weight: 400;

line-height: 28px;

opacity: 0.8;

}

footer ul{

    text-decoration: none;

    list-style: none;

    margin: 0;

    padding: 0;

}

footer ul li a{

  color: var(--1, #FFF);

font-family: Ubuntu;

font-size: 15px;

font-style: normal;

font-weight: 400;

line-height: 41px; /* 273.333% */

}



footer{

  color: #cbcbcb;

}

footer img{

  width: 160px;

}

footer h3{

  color: var(--1, #E51C22);

font-family: Ubuntu;

font-size: 18px;

font-style: normal;

font-weight: 700;

line-height: 150%; /* 27px */

}

footer .abt-ttl{

  color: white;

}



.footer2{

  margin-top: 20px;

}

.footer2{

  border-top: 1px solid #cbcbcb;;

}

.footer2 p{

  color: var(--1, #FFF);

font-family: Ubuntu;

font-size: 14px;

font-style: normal;

font-weight: 500;

line-height: 29px; /* 207.143% */

  padding-top: 30px;

}

.footer2 img{

  width: 30px;

  padding: 30px 12px 0 0;

}





/* Joint_Replacement_Sec */



.Joint_Replacement_Sec{

  padding-top: 126px;

  padding-bottom: 55px;



}

.Joint_Replacement_Sec h2{

  font-family: Ubuntu;

font-size: 30px;

font-weight: 700;

line-height: 34px;

letter-spacing: -0.01em;

text-align: center;

color: #E51C22;

padding-bottom: 16px;

margin: 0;

}

.Joint_Replacement_Sec p{

  font-family: Ubuntu;

font-size: 18px;

font-weight: 400;

line-height: 26px;

letter-spacing: 0em;

text-align: center;

color: #101111;

margin: 0;

}



.Joint_Replacement_Sec .detail_desc{

padding-bottom: 20px;

}

.Joint_Replacement_Sec .detail_Title_desc{

  padding-bottom: 65px;

}

.Joint_Replacement_Sec .detail_desc h3{

  font-family: Ubuntu;

  font-size: 24px;

  font-weight: 500;

  line-height: 50px;

  letter-spacing: 0em;

  text-align: left;

  color: #000000;

  margin: 0;

  

}



.Joint_Replacement_Sec .detail_desc p{

  font-family: Ubuntu;

  font-size: 17px;

  font-weight: 400;

  line-height: 28px;

  letter-spacing: 0em;

  text-align: justify;

color: #101111;  

margin: 0;

}

.Joint_Replacement_Sec .detail_desc .DescImageSec img{

padding-left: 55px;

border-radius: 15px;

width: 100%;



}

.Joint_Replacement_Sec .detail_desc .DescImageSec{

  display: flex;

  align-items: center;

  justify-content: flex-start;

}

.OtherServicesSec {

padding-top: 55px;

padding-bottom: 110px;

}

.OtherServicesSec h2{

font-family: Ubuntu;

font-size: 24px;

font-weight: 500;

line-height: 50px;

letter-spacing: 0em;

text-align: left;

color: #000000;

margin-bottom: 20px;

}

.OtherServicesImg{

  border-radius: 15px;

  width: 100%;

  height: 100%;

  object-fit: cover;

  min-height: 447px;

}

.OtherServicesSec .overlay{

  border-radius: 15px;



  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(229, 28, 34, 0.7);

  z-index: 1;

  transition: all 1s;

  -webkit-transition: all 1s;

}

.OtherServicesImgCont{

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  z-index: 2;

  text-align: center;

}

.OtherServicesImgCont h3{

  font-family: Ubuntu;

font-size: 37px;

font-weight: 500;

line-height: 43px;

letter-spacing: 0em;

text-align: center;

color: #FFFFFF;

min-width: 500px;

}

.OtherServicesImgCont .Btn_book{

  background: #FFFFFF;

  padding: 12px 40px;

  color:#E51C22;

  margin-top: 40px;

border: none;

border-radius: 5px;

}

.OtherServicesLinkSec{

  padding-left: 65px;

}

.OtherServicesLinks{

  padding: 15px 19px;

  display: flex;

  justify-content: space-between;

  margin: 10px 0;

}

.OtherServicesLinks h6{

  font-family: Ubuntu;

font-size: 16px;

font-weight: 700;

line-height: 32px;

letter-spacing: 0em;

text-align: left;

color: #E51C22;

margin: 0;

}



.OtherServicesLinks .arrow{

  border: 1px solid #E51C22;

  border-radius: 50%;

  width: 30px;

  height: 30px;

  display: flex;

  justify-content: center;

  align-items: center;

}

.OtherServicesLinks.active {

  background: #E51C22;

  border-radius: 5px;

}

.OtherServicesLinks.active h6{

 color: #FFFFFF;

}



.OtherServicesLinks.active .arrow{

 background: #FFF;

}



.OtherServicesLinks:hover {

  background: #E51C22;

  border-radius: 5px;

}

.OtherServicesLinks:hover h6{

 color: #FFFFFF;

}



.OtherServicesLinks:hover .arrow{

 background: #FFF;

}



a{

  text-decoration: none;

  color: inherit;

}



/* contactSec */



.contactSec{

  padding: 110px 0px 112px 0px;

}

.contactFormSec{

  padding-right: 100px;

  display: flex;

  align-items: center;

}

.contactSec h6{

  font-family: Ubuntu;

  font-size: 15px;

  font-weight: 700;

  line-height: 17px;

  letter-spacing: 0em;

  text-align: left;

  color: #E51C22;

  margin-bottom: 19px;

  

}

.contactSec h2{

  font-family: Ubuntu;

  font-size: 35px;

  font-weight: 500;

  line-height: 50px;

  letter-spacing: 0em;

  text-align: left;

color: #000000;  

margin-bottom: 19px;

}

.contactSec input{

  border: 1px solid #D4DBDC;

  padding: 16px 0px 16px 38px;

  font-family: Ubuntu;

font-size: 16px;

font-weight: 400;

line-height: 18px;

letter-spacing: 0em;

text-align: left;

color: #5D5E60;

margin-bottom: 17px;

width: 100%;

border-radius: 15px;

}

.contactSec textarea{

margin-bottom: 48px;

min-height: 154px;

padding: 16px 0px 16px 38px;

width: 100%;

border-radius: 15px;

border: 1px solid #D4DBDC;

}

.contactSec button{

 background: #E51C22;

 padding: 12px 52px;

 color: #FFFFFF;

 font-family: Ubuntu;

font-size: 14px;

font-weight: 500;

line-height: 16px;

letter-spacing: 0em;

text-align: center;

border-radius: 5px;

border: none;



}

.contactContSec{

  border-radius: 15px;

  background: #E51C22;

  box-shadow: 0px 6px 20px 0px #0000001A;

  padding: 127px 138px;

}

.contactContSec .addCont{

display: flex;

margin-bottom: 50px;



}

.contactContSec .addCont img{

  width: 20px;

}

.contactContSec .addCont h2{

  font-family: Ubuntu;

  font-size: 16px;

  font-weight: 700;

  line-height: 26px;

  letter-spacing: -0.01em;

  text-align: left;

color: #FFFFFF;  

margin-left: 15px;

margin-bottom: 6px;

}

.contactContSec .addCont p{

  font-family: Ubuntu;

font-size: 14px;

font-weight: 400;

line-height: 25px;

letter-spacing: 0em;

text-align: left;

color: #FFFFFF;

margin-left: 15px;

margin-bottom: 0;

width: 70%;

}

.ContSocialMedia h2{

  font-family: Ubuntu;

font-size: 16px;

font-weight: 700;

line-height: 26px;

letter-spacing: -0.01em;

text-align: left;

color: #FFFFFF;

}

.SocialMediaDiv{



}

.SocialMediaDiv a{

  margin-right: 28px;

}

.locationMap iframe{

  width: 100%;

  height: 457px;

  border-radius: 15px;

  margin-top: 112px;

}

.mega_menu .sub_menu{

  display: none;

}

.mega_menu:hover .sub_menu{

display: block;

}

.sub_menu{

position: absolute;

top: 60px;

z-index: 5;

padding: 0;



}

.sub_menu li:hover a::after {

    content: "";

    background-color: red;

    width: 90%;

    height: 2px;

    position: absolute;

    left: 0;

    top: 80%;

    transition: all 0.3s linear;

  

}

.sub_menu li a{

  line-height: 30px!important;

}







.Mobile-Slidecontainer{

  display: none!important;

}









.HomeAboutSec{

  padding: 128px 0;

}

.HomeAboutSec h6{

  font-family: Ubuntu;

font-size: 18px;

font-weight: 700;

line-height: 25px;

text-align: center;

color: #E51C22;

margin-bottom: 22px;

}

.HomeAboutSec h2{

  font-family: Ubuntu;

  font-size: 40px;

  font-weight: 700;

  line-height: 50px;

  text-align: center;

  color: #000000;  

  margin-bottom: 10px;

}

.HomeAboutSec p{

  font-family: Ubuntu;

font-size: 18px;

font-weight: 400;

line-height: 28px;

text-align: center;

color: #000000;

margin-bottom: 46px!important;

}

.HomeAboutSec a{

  padding: 12px 40px;

  background: #E51C22;

  font-family: Ubuntu;

font-size: 14px;

font-weight: 500;

line-height: 16.09px;

text-align: center;

color: #FFFFFF;

border-radius: 5px;



}

/* Responsive Media */



@media (max-width: 1399px) {

  .inner-text h1{

  width: 75%;

  }

  .why .circle2 {

    text-align: center;

    /* padding: 100px 5% 100px 10%; */

    padding: 80px 5% 80px 11%;

    width: 460px;

    height: 460px;



  }

  .why .circle1 {

    /* padding: 100px 10% 100px 5%; */

    padding: 80px 11% 80px 4%;

    width: 460px;

    height: 460px;



  }

  .why .circle3 {

    /* padding: 10% 6%; */

    padding: 7% 9%;

    width: 460px;

    height: 460px;



  }

  .contactContSec {

    padding: 100px 104px;

}

.contactContSec .addCont p {

  width: 90%;

}

.contactContSec .addCont {

  margin-bottom: 30px;

}

}

@media (max-width: 1199px) {

  .inner-text h1 {

    width: 85%;

    font-size: 45px;



}

  .why h3 {

    font-size: 25px;

  }

  .why h5 {

    font-size: 12px;

  }



  .why .circle2 {

    padding: 50px 5% 50px 13%;

    width: 400px;

    height: 400px;

  }

  .why .circle1 {

    padding: 50px 13% 50px 5%;

    width: 400px;

    height: 400px;

  }

  .why .circle3 {

    padding: 7.7% 6%;



    width: 400px;

    height: 400px;

  }

  .why h5 {

    padding-top: 10px;

}

  nav .navbar .links li a {

    font-size: 14px;

}

nav .navbar .links li {

  padding: 0 10px;

}

.links li a.active span::after {

  width: 80%;

  left: 10px;

  top: 80%;

}

.contactFormSec {

  padding-right: 50px;

}

.contactSec h2 {

  font-size: 30px;

  line-height: 40px;

}

.ContSocialMedia h2 {

  font-size: 16px;

}

.OtherServicesImgCont h3 {

  font-size: 35px;

  line-height: 40px;

  min-width: 400px;

}



}

@media (max-width: 992px) {

  .Joint_Replacement_Sec {

    padding-top: 60px;

    padding-bottom: 0px;

  }

  .OtherServicesSec {

    padding-top: 55px;

    padding-bottom: 55px;

}

  .Joint_Replacement_Sec p {

    font-size: 16px;

    line-height: 25px;

}

.Joint_Replacement_Sec .detail_desc p {

  font-size: 16px;

  line-height: 25px;

}

.inner-text h1 {

  font-size: 35px;

  line-height: 50px;

}

.SlideCont h2 {

  font-size: 30px;

  font-weight: 700;

  line-height: 50px;

  width: 50%;

}

.SlideManImg {

  right: 0.5%;

}

.HomeAboutSec {

  padding: 80px 0;

}

.HomeAboutSec h2 {

  font-size: 30px;

  line-height: 40px;

}

.HomeAboutSec p {

  font-family: Ubuntu;

  font-size: 16px;

  font-weight: 400;

  line-height: 25px;

}

.words h2 {

    font-size: 30px;

    line-height: 40px;

}

}

@media (max-width: 991px) {

  .why .circle1,  .why .circle2 ,.why .circle3 {

width: 100%;

height: auto;



position: relative;

top: 0%;

transform: translate(0%, 0%);

left: 0%;

 

padding: 32% 22%;

margin-bottom: 15px;



  }

  .words img{

    border-radius: 15px;

         width: 100%;

  }

  .why h3 {

    font-size: 40px;

  }

  .why h5 {

    font-size: 20px;

}

.owl-item.active.center .item

{

  margin: 50px 0px 0 0!important;

}

.contactContSec {

  padding: 55px 45px;

}

.contactSec h2 {

  font-size: 25px;

  line-height: 30px;

}

.ContSocialMedia h2 {

  font-size: 16px;

}

.Joint_Replacement_Sec .detail_desc .DescImageSec img {

  padding-left: 0px;

}

}





@media (max-width: 920px) {

  nav .navbar {

    max-width: 100%;

    padding: 0 25px;

  }

  .banner{

    display: flex;

    flex-direction: column-reverse!important;

  }

.fa-bars{

  cursor: pointer;

}

  nav .navbar .logo a {

    font-size: 27px;

  }

  nav .navbar .links li {

    padding: 0 10px;

    white-space: nowrap;

  }

  nav .navbar .links li a {

    font-size: 15px;

  }

  .headTitleSec{

    display: none;

  }

  .headTitleSec-mob{

    margin-top: 100px;

    display: block;

    text-align: center;

    margin-bottom: 20px;

  }

  .featuredImageSec {

    padding: 10px;

  }

  .contactContSec {

    padding: 55px 45px;

    margin-top: 35px;

}

.locationMap iframe {

  width: 100%;

  height: 257px;

  border-radius: 15px;

  margin-top: 80px;

}

.contactSec {

  padding: 110px 12px 112px 13px;

}

.SocialMediaDiv a {

  margin-right: 18px;

}

.Banner_Img {

  min-height: 250px;

}





}



/* Navbar Responsive */

@media (max-width: 992px) {

  nav {

    /* position: relative; */

  }

  .navbar .fa-bars {

    display: block;

  }

  nav .BtnReadMore

{

  display: none;

}

  nav .navbar .nav-links {

    position: fixed;

    top: 0;

    left: -100%;

    display: block;

    max-width: 270px;

    width: 100%;

    background: #a1b0b5;

    line-height: 40px;

    padding: 20px;

    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);

    transition: all 0.5s ease;

    z-index: 1000;

  }

  .navbar .nav-links .sidebar-logo {

    display: flex;

    align-items: center;

    justify-content: space-between;

  }

  .sidebar-logo .logo-name {

    font-size: 25px;

    color: #fff;

  }

  .sidebar-logo i,

  .navbar .fa-bars {

    font-size: 25px;

    color: #fff;

  }

  nav .navbar .links {

    display: block;

    margin-top: 20px;

  }

  nav .navbar .links li .arrow {

    line-height: 40px;

  }

  nav .navbar .links li {

    display: block;

  }



  nav .navbar .links li .sub-menu {

    position: relative;

    top: 0;

    box-shadow: none;

    display: none;

  }

  nav .navbar .links li .sub-menu li {

    border-bottom: none;

  }

  .navbar .links li .sub-menu .more-sub-menu {

    display: none;

    position: relative;

    left: 0;

  }

  .navbar .links li .sub-menu .more-sub-menu li {

    display: flex;

    align-items: center;

    justify-content: space-between;

  }

  .links li:hover .htmlcss-arrow,

  .links li:hover .js-arrow {

    transform: rotate(0deg);

  }

  .navbar .links li .sub-menu .more-sub-menu {

    display: none;

  }

  .navbar .links li .sub-menu .more span {

    /* background: red; */

    display: flex;

    align-items: center;

    /* justify-content: space-between; */

  }



  .links li .sub-menu .more:hover .more-sub-menu {

    display: none;

  }

  nav .navbar .links li:hover .htmlCss-sub-menu,

  nav .navbar .links li:hover .js-sub-menu {

    display: none;

  }

  .navbar .nav-links.show1 .links .htmlCss-sub-menu,

  .navbar .nav-links.show3 .links .js-sub-menu,

  .navbar .nav-links.show2 .links .more .more-sub-menu {

    display: block;

  }

  .navbar .nav-links.show1 .links .htmlcss-arrow,

  .navbar .nav-links.show3 .links .js-arrow {

    transform: rotate(180deg);

  }

  .navbar .nav-links.show2 .links .more-arrow {

    transform: rotate(90deg);

  }

  .sub_menu {

    position: relative;

    top: 0px;

    z-index: 5;

    padding: 0;

}

}









@media (max-width: 767px) {

  .inner-text {

    padding: 0 20px;

}

.inner-text h1 {

  width: 95%;

}

  .why .circle1, .why .circle2, .why .circle3 {

    padding: 22% 16%;

  }

  .inner-text h1 {

    font-size: 30px;

    line-height: 45px;

}

  .inner-text .BtnReadMore {

    display: inline;

    margin-top: 2px;

    position: inherit;

    padding: 6px 20px;

}

.SlideCont h2 {

  font-size: 30px !important;

  line-height: 43px;

  width: 60%;

}

.footer2 p {

  padding-top: 10px;

}

.why h6 {

  

  padding-top: 77px;

  padding-bottom: 22px;

}

.owl-item.active.center .item {

  margin: 50px 50px 0 0;

  background-color: red;

  border-radius: 10px;

  height: 400px!important;

}



.SlideManImg {

  right: -15.5%;

}

.owl-item.active.center .item {

  height: 250px !important;

}

.owl-item .item {

  height: 250px !important;

}

}























@media (max-width: 600px) {

  .footerSec-2 {

    padding-top: 25px;

  }

 





    .SlideManImg {

      right: -22.5%;

      height: 500px;

  }

  .inner-text h1 {

    font-size: 25px;

    line-height: 35px;

}

.inner-text {

  width: 70%;

  top: 26%;

  left: 6%;

  padding: 20px;

}

footer {

  padding: 30px 0;

}

  

}









@media (max-width: 575px) {

  .inner-text {

    width: 80%;

}

  .Slidecontainer{

    display: none!important;

  }

  .Mobile-Slidecontainer{

    display: block!important;

  }

  .why .circle1, .why .circle2, .why .circle3 {

    padding: 15% 15%;

    width: 80%;

  }

  .why .circleRow {

    display: flex;

    justify-content: center;

}

.why h5 {

  font-size: 14px;

}

.why h3 {

  font-size: 30px;

}

.inner-text-2 h1 {

  font-size: 25px;

}

.owl-item.active.center .item {

  height: 350px !important;

}

.owl-item .item {

  height: 350px !important;

}

.contact h6 {

  padding-top: 40px;

}

.test-ttl h6 {

  padding-top: 40px;

}

.test-ttl h2 {

  font-size: 30px;

  line-height: 40px;

}

.why h2 {

  font-size: 30px;

  line-height: 41px;

  margin-bottom: 25px;



}

.contact h2 {

  font-size: 30px;

  line-height: 40px;

}

.contact p {

  text-align: justify;

  padding: 20px;

}



.SlideCont {

  display: flex;

  flex-direction: column;

  justify-content: flex-start;

  align-items: flex-start;

  padding: 50px 20px !important

}

.SlideCont h2 {

  width: 100%;

}

}



@media (max-width: 475px) {



  .why .circle1, .why .circle2, .why .circle3 {

    padding: 14% 9%;

    width: 95%;

    border-radius: 20px;

}

.why h5 {

  font-size: 12px;

  padding-top: 10px;

}

.inner-text {

  width: 85%;

  top: 27%;

  left: 8%;

  padding: 0px;

}

.SlideCont h2 {

  font-size: 25px !important;

  line-height: 35px;

}

.SlideManImg {

  right: 0.5%;

  height: 400px;

}

.test-ttl h6 {

  padding-top: 10px;

}

}



@media (max-width: 400px) {



.SlideCont h2 {

  font-size: 20px !important;

  line-height: 35px;

  width: 80%;

}

.SlideCont {

  justify-content: flex-start;

  align-items: flex-start;

  padding-top: 50px !important;

}

.BtnReadMore {

  font-size: 12px;

}

.BtnReadMore {

  font-size: 12px;

  padding: 8px 20px;

  margin-top: 20px;

}

}



@media (max-width: 370px) {

  nav .navbar .nav-links {

    max-width: 100%;

  }



  .why .circle1, .why .circle2, .why .circle3 {

    padding: 14% 9%;

    width: 95%;

}

.why h5 {

  font-size: 12px;

  padding-top: 10px;

}

.inner-text h1 {

  font-size: 20px;

  line-height: 29px;

}

.inner-text {

  top: 35%;

}

.owl-item.active.center .item {

  height: 400px !important;

}

.owl-item .item {

  height: 400px !important;

}

}



































/* Gallery Section Styles */
.drks_gallery_section {
  padding: 128px 0;
  background: #000000;
  font-family: 'Ubuntu', sans-serif;
}

.drks_gallery_container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Gallery Header Styles */
.drks_gallery_header {
  text-align: center;
  margin-bottom: 60px;
}

.drks_gallery_subtitle {
  color: #E51C22;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 22px;
}

.drks_gallery_title {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 20px;
}

/* Gallery Grid Styles */
.drks_gallery_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin: 0 auto;
}

/* Gallery Item Styles */
.drks_gallery_item {
  position: relative;
  overflow: hidden;
  border: 3px solid #E51C22;
  border-radius: 10px;
  transition: all 0.4s ease;
}

.drks_gallery_item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(229, 28, 34, 0.3);
}

.drks_gallery_img_wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #000000;
}

.drks_gallery_img_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.drks_gallery_item:hover img {
  transform: scale(1.1);
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .drks_gallery_container {
      max-width: 960px;
  }
}

@media (max-width: 992px) {
  .drks_gallery_grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
  }
  
  .drks_gallery_title {
      font-size: 35px;
      line-height: 45px;
  }

  .drks_gallery_container {
      max-width: 720px;
  }
}

@media (max-width: 768px) {
  .drks_gallery_container {
      max-width: 540px;
  }
}

@media (max-width: 576px) {
  .drks_gallery_grid {
      grid-template-columns: 1fr;
      gap: 15px;
  }
  
  .drks_gallery_title {
      font-size: 30px;
      line-height: 40px;
  }
  
  .drks_gallery_section {
      padding: 60px 0;
  }
  
  .drks_gallery_subtitle {
      font-size: 16px;
      margin-bottom: 15px;
  }

  .drks_gallery_container {
      padding: 0 10px;
  }
}





















.drks_quote_section {
  padding: 100px 0;
  background: #FFFFFF;
  font-family: 'Ubuntu', sans-serif;
}

.drks_quote_container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.drks_quote_content {
  text-align: center;
  position: relative;
}

.drks_quote_icon {
  margin-bottom: 30px;
  opacity: 0.9;
}

.drks_quote_text {
  font-size: 36px;
  line-height: 1.4;
  color: #101111;
  font-weight: 500;
  margin: 0 0 40px 0;
  position: relative;
  font-style: italic;
}

.drks_quote_author {
  margin-top: 30px;
}

.drks_quote_author h4 {
  color: #E51C22;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.drks_quote_author p {
  color: #5D5E60;
  font-size: 18px;
  margin: 0;
  font-weight: 400;
}

/* Red line decorative elements */
.drks_quote_content::before,
.drks_quote_content::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 3px;
  background: #E51C22;
  left: 50%;
  transform: translateX(-50%);
}

.drks_quote_content::before {
  top: -20px;
}

.drks_quote_content::after {
  bottom: -20px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .drks_quote_text {
      font-size: 28px;
  }
  
  .drks_quote_author h4 {
      font-size: 20px;
  }
  
  .drks_quote_author p {
      font-size: 16px;
  }
}

@media (max-width: 576px) {
  .drks_quote_section {
      padding: 60px 0;
  }

  .drks_quote_text {
      font-size: 24px;
  }
  
  .drks_quote_content::before,
  .drks_quote_content::after {
      width: 60px;
  }
}
























/* Dr. Anand KS About Section Styles */
.drks_about_main_section {
  padding: 70px 0;
  background: #FFFFFF;
  font-family: 'Ubuntu', sans-serif;
  width: 100%;
  overflow: hidden;
}

.drks_about_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.drks_about_content_wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
  width: 100%;
}

/* Left Content Styles */
.drks_about_text_content {
  flex: 1;
  max-width: 58.33%;
}

.drks_about_subtitle {
  color: #E51C22;
  font-family: Ubuntu;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
  padding-bottom: 12px;
}

.drks_about_main_title {
  color: #000000;
  font-family: Ubuntu;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  margin: 0;
  padding-bottom: 10px;
}

.drks_about_description {
  color: #101111;
  text-align: justify;
  font-family: Ubuntu;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  padding-right: 30px;
  padding-bottom: 30px;
}

.drks_about_read_more_btn {
  color: #FFFFFF;
  text-align: center;
  font-family: Ubuntu;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  padding: 12px 40px;
  border-radius: 5px;
  background: #E51C22;
  display: inline-block;
  transition: all 0.3s ease;
}

.drks_about_read_more_btn:hover {
  background: #c41017;
  color: #FFFFFF;
  text-decoration: none;
  transform: translateY(-2px);
}

/* Right Image Styles */
.drks_about_image_content {
  flex: 1;
  max-width: 41.67%;
}

.drks_about_image_wrapper {
  width: 100%;
  position: relative;
}

.drks_about_doctor_image {
  width: 100%;
  height: auto;
  border-radius: 15px;
  object-fit: cover;
  display: block;
}

/* Responsive Media Queries */
@media (max-width: 1199px) {
  .drks_about_main_title {
    font-size: 35px;
    line-height: 45px;
  }
  
  .drks_about_description {
    font-size: 17px;
    line-height: 26px;
    padding-right: 20px;
  }
  
  .drks_about_content_wrapper {
    gap: 40px;
  }
}

@media (max-width: 992px) {
  .drks_about_main_section {
    padding: 50px 0;
  }
  
  .drks_about_main_title {
    font-size: 30px;
    line-height: 40px;
  }
  
  .drks_about_description {
    font-size: 16px;
    line-height: 25px;
    padding-right: 15px;
  }
  
  .drks_about_content_wrapper {
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .drks_about_content_wrapper {
    flex-direction: column;
    gap: 30px;
  }
  
  .drks_about_text_content,
  .drks_about_image_content {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  
  .drks_about_description {
    padding-right: 0;
    text-align: left;
  }
  
  .drks_about_main_title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (max-width: 576px) {
  .drks_about_main_section {
    padding: 40px 0;
  }
  
  .drks_about_container {
    padding: 0 12px;
  }
  
  .drks_about_main_title {
    font-size: 25px;
    line-height: 35px;
  }
  
  .drks_about_subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  
  .drks_about_description {
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 25px;
  }
  
  .drks_about_read_more_btn {
    font-size: 13px;
    padding: 10px 30px;
  }
}

@media (max-width: 400px) {
  .drks_about_main_title {
    font-size: 22px;
    line-height: 32px;
  }
  
  .drks_about_description {
    font-size: 14px;
    line-height: 22px;
  }
  
  .drks_about_read_more_btn {
    font-size: 12px;
    padding: 8px 25px;
  }
}