*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
  }
  
  html {
    height: 15px;
  }
  
  .flex-box {
    display: flex;
    justify-content: space-between;
  }
  
  .flex {
    display: flex;
    justify-content: flex-start;
  }
  
  .mybtn{
      display:flex;
      justify-content:center;
  }
  
  .errorlist{
      color:red;
  }
  
  .scroll {
    width: 50px;
    height: 50px;
    background-color: #BE262C;
    border: 2px solid #BE262C;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 200;
    border-radius: 100%;
  }
  
  .scroll:hover {
    background: #084A84;
    border: 2px solid #BE262C;
  }
  
  .scroll i{
    color: #fff;
    font-size: 1.5rem;
    margin: 12px 15px;
  }
  
  .whatsapp {
    width: 50px;
    height: 50px;
    background-color: #32cc24;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 200;
    border-radius: 100%;
  }
  
  .whatsapp i {
    color: #fff;
    font-size: 1.5rem;
    margin: 12px 15px;
  }
  
  .caller{
      position:fixed;
       top: 43%;
      right:0;
      background:#00A2A3;
      color:#fff;
      z-index:2000;
      padding:0.5rem 1rem;
      text-decoration:none;
      font-size:1rem;
      transform:translatex(65%);
      transition:0.5s ease;
      border-radius:0.5rem 0;
  }
  
    .caller i{
        font-size:1.2rem;
        margin-right:0.5rem;
    }
  
  .caller:hover{
      color:#fff;
       transform:translatex(0%);
  }
  
  .sender{
      position:fixed;
       top: 50%;
      right:0;
      background-color: #32cc24;
      color:#fff;
      z-index:2000;
      padding:0.5rem 1.2rem;
      text-decoration:none;
      font-size:1rem;
      transform:translatex(75%);
      transition:0.5s ease;
      border-radius:0 0.5rem;
  }
  
    .sender i{
        font-size:1.2rem;
        margin-right:0.5rem;
        position:relative;
        left:-0.3rem;
    }
  
  .sender:hover{
      color:#fff;
       transform:translatex(0%);
  }
 

  /* carousel-slider starts here  */

 
  .carousel-background {
    width:100%;
    height:100vh;
    background-position: center top;
    background-size: cover;
    position: relative;
  }

  .carousel-item .first{
    background-image: url(../img/hind.png);
  }
  
  .carousel-item .second{
    background-image: url(../img/image2.jpg);
  }
  
  .carousel-item .third{
    background-image: url(../img/image3.jpg);
  }
  
  .carousel-item {
    position: relative;
  }
  
  .carousel-caption {
    z-index: 10;
    color: white;
  }
  
  .carousel-caption h1 {
    font-size: 2.5rem;
    font-weight: 700;
  }
  
  .carousel-caption p {
    font-size: 1.25rem;
    /*color:#00a2a3;*/
  }

.back-btn{
     opacity:0;
    background-color: #084A84;
    color:#fff;
    position: absolute;
    top:60%;
    left:2rem;
    height:45px;
    width:45px;
    font-size:1.5rem;
    transform: translatex(30px);
    z-index: 10;
    border-radius:100%;
  }

.next-btn{
    opacity:0;
    background-color: #084A84;
    color:#fff;
    position: absolute;
    top:60%;
    right:2rem;
    height:45px;
    width:45px;
    font-size:1.5rem;
    transform: translatex(-30px);
    z-index: 10;
     border-radius:100%;
  }

  .carousel:hover .back-btn{
    opacity:25;
    transform: translatex(0px);
    transition:all .5s ease;
  }

  .carousel:hover  .next-btn{
    opacity:25;
    transform: translatex(0px);
    transition:all .5s ease;
  }

.carousel-caption{
    position: absolute;
    top:0;
    left:0;
    bottom: 0;
    width:100%;
    /*background-color: rgba(0, 0, 0, 0.5);*/
  }

  .carousel-caption .content{
    position: absolute;
    top:60%;
    left:50%;
    transform: translate(-50%,-50%);
    width:60%;
    margin:0 auto;
  }
  
  
  /*partners starts here */
  
   .partners{
       position:absolute;
       bottom:1.5rem;
       width:100%;
   }
  
  .partners h4{
      font-size:1.2rem;
      background:rgba(255,255,255,0.8);
      padding:0.5rem 1rem;
      border-radius:0.5rem;
      box-shadow:5px 5px 10px 3px rgba(0,0,0,0.2);
      color:#000;
      font-weight:700;
  }
  
  
  /* achievement starts here  */


  .achievement{
    width:100%;
    /*padding: 0;*/
  }
  
  .achievement .item{
      width:100%;
  }
  
.achievement .inner .left img, .achievement .inner .right img{
  width:30%;
  border:1px solid #dfdfdf;
  padding:0.5rem;
  border-radius:0.5rem;
}

.achievement .inner .shape{
  margin-top: 4rem;
}

.achievement .inner .shape .left, .achievement .inner .shape .right{
  margin-bottom:2.5rem;
}

.achievement .inner .shape h4{
  font-size: 1.3rem;
  font-weight: 700;
  margin-top:1rem;
}



  
/* Video starts here  */


.video{
    padding:3rem 0;
    position: relative;
    padding-bottom: 0;
}

.video .inner{
    width:100%;
    position: relative;
}

  .video .image{
    width:100%;
    margin:0 auto;
    height:70vh;
    background-image: url(../img/video-bg.jpg);
    background-size: contain;
    background-repeat:no-repeat;
    background-position: center center;
    object-fit: cover;
  }

  .video .image .shadow{
    width:100%;
    height:100%;
     position: absolute;
     top:0;
     left:0;
     /*background-color: rgba(21, 231, 133, 0.6);*/
  }

  .video img{
    width:100%;
  }
 
  /*.video-icon {*/
  /*  width: 80px;*/
  /*  height: 80px;*/
  /*  position: absolute;*/
  /*  top:43%;*/
  /*  left:15%;*/
  /*  transform: translate(-50%,-50%);*/
  /*  background-color: #ffff;*/
  /*  border-radius: 50%;*/
  /*  display: flex;*/
  /*  align-items: center;*/
  /*  justify-content: center;*/
  /*  color: #BE262C;*/
  /*  font-size: 24px;*/
  /*  cursor: pointer;*/
  /*  animation: pulse 2.5s infinite;*/
  /*}*/
  
  /* Box-shadow animation */
  /*@keyframes pulse {*/
  /*  0% {*/
  /*    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);*/
  /*  }*/
  /*  70% {*/
  /*    box-shadow: 0 0 15px 15px rgba(255, 0, 0, 0);*/
  /*  }*/
  /*  100% {*/
  /*    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);*/
  /*  }*/
  /*}*/
  
  /* Optional: Hover effect */
  /*.video-icon:hover {*/
  /*  animation: pulse-hover 0.8s infinite;*/
  /*}*/
  
  /*@keyframes pulse-hover {*/
  /*  0% {*/
  /*    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.9);*/
  /*  }*/
  /*  70% {*/
  /*    box-shadow: 0 0 20px 20px rgba(255, 0, 0, 0);*/
  /*  }*/
  /*  100% {*/
  /*    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);*/
  /*  }*/
  /*}*/

  .video .content{
      width:100%;
    padding-top:1.5rem;
    position: relative;
  }
  
    .video .inner span{
    color:#fff;
    background-color: #00A2A3;
    padding:0.1rem 0.5rem;
    border-radius:0.5rem;
    font-weight:500;
}

  .video .content h2{
    font-size:2rem;
    margin-bottom:1.5rem;
    font-weight: 700;
  }

  .video .content p{
    text-align: justify;
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .video .content button{
    margin-bottom:2rem;
  }


  /* img-content starts here  */

  .boxes{
    width:100%;
    padding-bottom: 2rem;
  }

  .boxes .img-content{
    width:100%;
    display: flex;
    justify-content: space-around;
    margin-top:2rem;
  }

  .boxes .img-content h3{
    font-size: 1.5rem;
    font-weight: 700;
  }

  .boxes .img-content p{
    font-size: 1rem;
  }

  .boxes .first{
    background-color: #FDFFF4;
    border:1px solid #F1F5DE;
    padding:1.5rem 0;
  }
  
  .boxes .second{
    background-color: #EDFAFF;
    border:1px solid #D1F1FF;
    padding:1.5rem 0;
  }
  
  .boxes .third{
    background-color: #F8F7FF;
    border:1px solid #E9E6FF;
    padding:1.5rem 0;
  }
  
  .boxes .fourth{
    background-color:#FFF6F4;
    border:1px solid #F7E9E5;
    padding:1rem 0;
  }

  /* Provide starts here  */


  .provide {
    width: 100%;
    padding-top:4rem;
    padding-bottom:2rem;
    background-color: #F6F3EE;
  }
  .provide .title{
    width:65%;
    margin:0 auto;
  }

  .provide .title h3{
    font-weight: 1.5rem;
    font-weight: 700;
    margin-bottom:1rem;
  }

  .provide .title p{
    font-size: 1rem;
    line-height: 1.8rem;
    margin-bottom: 1.8rem;
  }

  .provide .inner {
    width: 85%;
    margin:0 auto;
    margin-top:2rem;
  }
  .provide .inner .part {
    width: 100%;
  }
  .provide .inner .part .image {
    width:100%;
    border: 4px solid #084A84;
    border-top-left-radius: 2.5rem;
    z-index: -1;
    overflow: hidden;
  }
  .provide .inner .part img:hover {
    transform: scale(1.15);
    
  }
  .provide .inner .part img {
    width: 100%;
    border-top-left-radius: 2rem;
    z-index: -1;
    transition: 1s ease;
  }
  
  .nephrology{
    width:110%;
  }
  
  .provide .inner .part .content {
    width: 93%;
    margin: 0 auto;
    padding: 1rem 1.5rem;
    text-align: center;
    background-color: #fff;
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    top: -2rem;
    z-index: 100;
  }
  .provide .inner .part .content h3 {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
    text-align: center;
    color: #084A84;
    line-height:2rem;
  }
  .provide .inner .part .content p {
    font-size: 1rem;
    text-align: left;
    line-height: 2rem;
  }
  
  .hidden{
      display:none;
  }

  /* Card-section starts here  */
  
  .card-part{
      width:100%;
  }
  
  .card-part .number {
    width: 100%;
    position: relative;
    margin-top: 2rem;
    margin-left:0.1rem;
    margin-bottom:1rem;
  }
  .card-part .number .part {
    width: 100%;
    position: relative;
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.2);
    padding: 0.8rem 1.5rem;
    background-color: #fff;
  }
  .card-part .number .part h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #084A84;
  }
  .card-part .number .part p {
    font-size: 1rem;
     position:relative;
     left:1.5rem;
  }
  .card-part .number .part1::before {
    content: "01";
    width: 2.5rem;
    padding: 0.5rem;
    position: absolute;
    top: 1.8rem;
    left: 0.5rem;
    font-size: 1rem;
    font-weight: 800;
    background: #BE262C;
    color: #fff;
    text-align: center;
  }
  .card-part .number .part2::before {
    content: "02";
    width: 2.5rem;
    padding: 0.5rem;
    position: absolute;
    top: 1.8rem;
    left: 0.5rem;
    font-size: 1rem;
    font-weight: 800;
    background: #084A84;
    color: #fff;
    text-align: center;
  }
  .card-part .number .part3::before {
    content: "03";
    width: 2.5rem;
    padding: 0.5rem;
    position: absolute;
    top: 1.8rem;
    left: 0.5rem;
    font-size: 1rem;
    font-weight: 800;
    color: #284795;
    background-color: #EEF2F6;    ;
    text-align: center;
  }
  
  /* Myaccordion starts here */

.myaccordion {
  width: 100%;
  background-color: #00A2A3;
}
.myaccordion .inner {
  width: 82%;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 3rem;
}
.myaccordion .inner .accordion-item {
  margin-top: 2rem;
}
.myaccordion .inner .accordion-item .accordion-body li {
  margin-top: 1rem;
}
.myaccordion .title {
  width: 100%;
  padding-top: 3rem;
  color:#fff;
}
.myaccordion .title h3 {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
}


  /* Our Doctors starts here  */

  .doctors{
    background-color: #F6F3EE    width: 100%;
  }

  .doctors .title{
    width:65%;
    margin:0 auto;
  }

  .doctors .title h3{
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom:1rem;
    margin-top:3rem;
    color:#084A84;
  }

  .doctors .title p{
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .doctors .inner{
    width: 90%;
    margin:0 auto;
    padding:3rem 0;
  }
  
   .doctors .inner .image{
       width:100%;
       overflow:hidden;
        border-radius: 1rem;
   }

  .doctors .inner img{
    width: 100%;
    border-radius: 1rem;
    transition: 1s ease;
  }
  
    .doctors .inner img:hover{
         transform: scale(1.15);
    }

  .doctors .owl-prev, .doctors .owl-next{
    position:absolute;
    top:10%;
    font-size:1rem !important;
    color: #000000 !important;
    background: #ffff !important;
  }
  
  .doctors .owl-next{
    width:40px;
    height:40px;
    border-radius: 100% !important;
    right:0rem;
    top:30%;
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.2);
    cursor:pointer !important;
  }
  
  .doctors .owl-prev{
    width:40px;
    height:40px;
    border-radius: 100% !important;
    left:0rem;
    top:30%;
    cursor:pointer !important;
    color: #000000 !important;
    background: #ffff !important;
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.2);
  }
 
  .doctors .inner .item{
    background-color: #ebebeb;
    border:15px solid #ebebeb;
    border-radius: 1rem;
    padding-bottom: 1.5rem;
  }
.doctors h3{
    font-size: 1.3rem;
    font-weight: 800;
    margin-top:1rem;
  }
  .doctors .item .more{
    text-align: center;
    transform: translateX(40%);
    margin-top: 1rem;
  }
 
  /* videos starts here  */

.videos{
  width:100%;
  padding:3rem 0;
  padding-bottom:4.5rem;
  background:#00A2A3;
}

.videos h3{
  font-size: 2.5rem;
  font-weight: 800;
  text-align: center;
  color:#fff;
}

.videos p{
  font-size:1rem;
  text-align: center;
  margin-bottom: 2.5rem;;
  color:#fff;
}

.videos .inner{
  width:82%;
  margin:0 auto;
}

.videos .owl-prev{
  left:0;
  cursor:pointer !important;
  color: #fff !important;
  background: none !important;
}

.videos .owl-next{
  right:0;
  cursor:pointer !important;
  color: #fff !important;
  background: none !important;
}

.videos .item{
  position:relative;
  box-shadow: 5px 5px 10px 5px rgba(75, 0, 15, 0.4);
    margin-bottom:1.5rem;
}

.videos .item .youtube{
  background:none;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  font-size:4rem;
  color:#F70000;
  width:15%;

}

/* videos ends here  */
.testimonial {
  width: 100%;
  background-color: #F6F3EE;
  padding: 3rem 0;
  padding-bottom: 5rem;
}
.testimonial .title {
  width: 100%;
}
.testimonial .title h3 {
  font-size: 1.5rem;
  color: #113D48;
  font-weight: 800;
}
.testimonial .title p {
  font-size: 1rem;
  margin-top: 0.5rem;
}
.testimonial .title i {
  color: #F5BD3F;
  font-size: 1.8rem;
}
.testimonial .title img {
  width: 10%;
}

.testimonial .inner{
  width:85%;
  margin:0 auto;
}

.testimonial .inner h3{
  font-size: 2.4rem;
  font-weight: 700;
}

.testimonial .inner p{
  font-size: 1rem;
  margin-bottom:2rem;
}

.testimonial .inner .item{
  width:100%;
  position: relative;
}

.testimonial .inner .item img{
  width:20%;
  border-radius: 50%;
  margin-left:2rem;
}

.testimonial .inner .item .content{
  position:relative;
  top:1.3rem;
  left:1rem;
}

.testimonial .inner .item .image{
  width:100%;
}

.testimonial .inner .item p{
  background-color:black;
  color:#fff;
  padding:2rem 3rem;
  position: relative;
  border-radius:1rem;
}

.testimonial .inner .item p::after{
  content:"";
  width:45px;
  height:45px;
  background-color:black;
  position: absolute;
  bottom:-0.5rem;
  left:5rem;
  transform: rotate(45deg);
  z-index:-1;
}

.testimonial .inner .item .content h4{
  font-size:1.2rem;
  font-weight: 600;
}
.testimonial .inner .item .content span{
  font-size:1rem;
  font-weight:400;
  position: relative;
  top:-0.5rem;
}
/*FAQ starts here*/

.faq{
  width:100%;
  padding:4rem 0;
}

.faq .inner{
  width:99%;
  margin:0 auto;
}

/*.box{*/
/*  width:100%;*/
/*}*/

.faq-container {
  width:100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.faq-item {
  width:100%;
  margin-bottom: 10px;
  font-size: 1rem;
}

.faq-question {
  width: 100%;
  text-align: left;
  color: #000000;
  padding: 15px;
  border:none;
  background: none;
  border-bottom: 1px solid #392a57;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.faq-question .plus {
  font-size: 20px;
}

.faq-answer {
  display: none;
  background-color:none;
  padding: 15px;
  border-bottom-left-radius: 4px;
   border-bottom-left-radius: 4px;
  margin-top: 15px;
  text-align: left;
}

.faq .control{
  width:100%;
  border-bottom:1px solid #392a57;
}

.faq h2 {
  text-align: center;
  margin-bottom: 3rem;
}

.faq .control button{
  border:none;
  padding:1rem;
  width:100%;
  font-size: 1rem;
  font-weight: 700;
}

.box{
  display: none;
}

.visible{
  display: block;
}

.active-button{
  background-color: #00A2A3;
  color:#fff;
}

.faq img{
  width:100%;
  margin-top:7rem;
}

/* reviews starts here  */


.reviews {
  width: 100%;
  background-image: url(../img/reviews-bg.jpg);
  background-size: cover;
  background-position: center center;
  padding: 3rem 0;
  margin-top: 3rem;
  padding-bottom:5rem;
  position:relative;
}
.reviews .title {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.reviews .title h3 {
  color: #fff;
  font-weight: 800;
  font-size: 2rem;
}

.reviews .title p{
    color:#ffff;
    font-size:1rem;
}
.reviews .inner {
  width: 82%;
  margin: 0 auto;
  padding-top: 3rem;
  margin-top: 3rem;
  margin-bottom: 3.5rem;
}
.reviews .image{
  width:100%;
}
.reviews .inner .part{
  width: 100%;
  padding-top: 1rem;
}
.reviews .inner .part p {
  margin-left: 2rem;
}
.reviews .inner .part2 {
  width: 100%;
  padding: 1rem;
  border: none;
  border-left: 1px solid #B5BCC9;
  border-right: 1px solid #B5BCC9;
}
.reviews .inner .part2 p {
  position: relative;
  left:2rem;
}
.reviews .inner .left {
  width: 100%;
  color: #fff;
}
.reviews .inner .left img {
  width: 30%;
}
.reviews .inner .left span {
  font-size: 2rem;
  font-weight: 800;
}
.reviews .inner .left .left-top {
  border-bottom: 1px solid #B5BCC9;
}
.reviews .inner .left .left-bottom {
  border-bottom: 1px solid #B5BCC9;
}
.reviews .inner .right {
  width: 100%;
  position: relative;
  margin-left: 2rem;
}
.reviews .inner .right img {
  width: 100%;
}
.reviews .inner .right .title {
  width: 100%;
}
.reviews .inner .right .title h4 {
  font-size: 1.5rem;
  font-weight: 700;
}
.reviews .inner .right .title p {
  font-size: 1rem;
  font-weight: 400;
}
.reviews .inner .right .right-index {
  width: 93%;
  background-color: #fff;
  border-radius: 0.5rem;
  position: absolute;
  top: -3rem;
  padding: 1rem;
}
.reviews .inner .right .right-index .part {
  border-bottom: 1px solid #B5BCC9;
  padding: 0.4rem;
}
.reviews .inner .right .right-index .part p {
  font-size: 1rem;
  font-weight: 800;
}
.reviews .inner .right .right-index .part .social {
  border-left: 1px solid #B5BCC9;
  border-right: 1px solid #B5BCC9;
  padding: 0 0.8rem;
  margin-left: 3rem;
  margin-right: 0rem;
}
.reviews .inner .right .right-index .part .social i {
  color: #F5BD3F;
}
.reviews .inner .right .right-index .none {
  border: none;
}
.reviews .google{
    position:absolute;
    bottom:1.5rem;
    left:50%;
    transform:translate(-50%, -50%);
    margin-top:2rem;
    border:none;
    background:#BE262C;
    color:#fff;
    padding:0.5rem 1rem;
    border-radius:0.5rem;
}


/* shedule starts here  */

.shedule {
  width: 100%;
  padding: 5rem 0;
}
.shedule .inner {
  width: 100%;
}
.shedule .inner img {
  width: 100%;
}
.shedule .inner .left {
  width: 100%;
  position: relative;
  right: -1.5rem;
}
.shedule .inner .left span {
  color: #BE262C;
  font-size: 1.2rem;
  font-weight: 600;
}
.shedule .inner .left h3 {
  font-size: 3rem;
  color: #084A84;
  font-weight: 800;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.shedule .inner .left p {
  font-size: 1rem;
  font-weight: 500;
  color: #084A84;
  margin-bottom: 1.5rem;
  border-left: 2px solid #BE262C;
  padding: 0 1rem;
}
.shedule .timing {
  width: 100%;
  background-color: #EEF2F6;
  padding: 1rem 0;
  margin-top: 2.5rem;
}
.shedule .timing .day {
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  padding: 0.5rem 2rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.shedule .timing .day h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #084A84;
  margin-top: 0.5rem;
}
.shedule .timing .day p {
  font-size: 1rem;
  margin-top: 0.5rem;
}


/* Breadcrumb starts here  */


.about-breadcrumb {
  width: 100%;
  padding-top: 8rem;
  background-image: url(../img/bg-bread--.png);
  background-position: center center;
  background-size: cover;
  position: relative;
}
.about-breadcrumb p {
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}
.about-breadcrumb p a {
  color: #fff;
  text-decoration: none;
}
.about-breadcrumb p i {
  margin: 0 1.5rem;
}
.about-breadcrumb h1 {
  font-size: 2.5rem;
  color: #fff;
}
.about-breadcrumb .inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*background:rgba(0,0,0,5);*/
  z-index:1;
}
.about-breadcrumb .inner .title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


/* About-pg-1 starts here  */


.about-pg-1 {
  width: 100%;
}
.about-pg-1 .inner {
  padding: 5rem 0;
}
.about-pg-1 .inner .left {
  width: 95%;
}
.about-pg-1 .inner .left img {
  width: 100%;
}
.about-pg-1 .inner .right {
  width: 100%;
  margin-top:0rem;
}
.about-pg-1 .inner .right span {
  color: #BE262C;
  font-size: 1.2rem;
  font-weight: 600;
}
.about-pg-1 .inner .right h2 {
  font-size: 2.5rem;
  color: #084A84;
  font-weight: 800;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}
.about-pg-1 .inner .right p {
  font-size: 1rem;
  line-height: 2rem;
  margin-bottom: 1.7rem;
  text-align:justify;
}
.about-pg-1 .inner .right .para {
  font-size: 1.2rem;
  color: #084A84;
  font-weight: 700;
  border-left: 2px solid #BE262C;
  padding-left: 1.5rem;
  text-align:left;
}

/* About-pg-2 starts here  */

.about-pg-2 {
  width:100%;
}

.about-pg-2 .number {
  width: 100%;
  position: relative;
  margin-bottom: 4rem;
}
.about-pg-2 .number .part {
  width: 100%;
  position: relative;
  box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.2);
  padding: 0.8rem 1.5rem;
}
.about-pg-2 .number .part h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #084A84;
}
.about-pg-2 .number .part p {
  font-size: 1rem;
   position:relative;
   left:1.5rem;
}
.about-pg-2 .number .part1::before {
  content: "01";
  width: 2.5rem;
  padding: 0.5rem;
  position: absolute;
  top: 1.8rem;
  left: 0.5rem;
  font-size: 1rem;
  font-weight: 800;
  background: #BE262C;
  color: #fff;
  text-align: center;
}
.about-pg-2 .number .part2::before {
  content: "02";
  width: 2.5rem;
  padding: 0.5rem;
  position: absolute;
  top: 1.8rem;
  left: 0.5rem;
  font-size: 1rem;
  font-weight: 800;
  background: #084A84;
  color: #fff;
  text-align: center;
}
.about-pg-2 .number .part3::before {
  content: "03";
  width: 2.5rem;
  padding: 0.5rem;
  position: absolute;
  top: 1.8rem;
  left: 0.5rem;
  font-size: 1rem;
  font-weight: 800;
  color: #ffff;
  background-color: #49A010;
  text-align: center;
}

 
/* Values starts here  */


.values {
  width: 100%;
  background-color: #fff;
  padding-top: 5rem;
  padding-bottom:3rem;
}

.values .title {
  width: 60%;
  margin: 0 auto;
}
.values .title h3 {
  font-size: 2rem;
  color: #084A84;
  font-weight: 900;
}
.values .inner {
  width: 100%;
  color: #fff;
}
.values .inner img {
  width: 20%;
}
.values .inner .content {
  background-color: #00A2A3;
  padding: 1rem;
  margin-top: 2rem;
}
.values .inner .content h4 {
  font-size: 1.3rem;
  margin-top: 1rem;
}
.values .inner .content p {
  font-size: 1rem;
  border-left: 4px solid #BE262C;
  padding-left: 1.5rem;
  margin-top: 1rem;
}

/* About-pg-3 starts here  */


/*about-pg-2 starts here*/



.about-pg-3{
  width:100%;
  background-color:#F6F6F6 ;
  padding-bottom:5rem;
}

.about-pg-3 .inner{
  padding:0 3%;
}

.about-pg-3 .inner .title{
  padding:3rem 0;
}

.about-pg-3 .inner img{
  width:100%;
  border-radius: 1rem;
  transition:  all 1s ease-in-out;
}

.about-pg-3 .inner .line hr{
  width:10%;
  position: relative;
  top:1.8rem;
}

.about-pg-3 .inner .line p{
  margin-left:5rem;
  color: #4AAB3D;
  font-size:1rem;
}


.about-pg-3 .image-text {
  width:100%;
  position: relative;
}

.about-pg-3 .image-text h2{
  font-family: "Albert Sans", sans-serif; 
  font-weight: 800;
  background-color: #084A84 ;
  display: inline-block;
  padding:1.5rem 2rem;
  border-bottom-left-radius: 0.5rem;
  border-top-right-radius:0.5rem;
  position:absolute;
  bottom:3.2rem;
  left:0;
  z-index:100;
  color:#fff;
}


.about-pg-3 .inner .title h2{
  font-size:1.6rem;
  font-family: "Exo 2", sans-serif;
  font-weight: bold;
  line-height:2.4rem;
}

.about-pg-3 .inner .right{
  width:80%;
  margin:0 auto;
  padding:2rem;
  margin-top:3rem;
}

.about-pg-3 .inner .right p{
  font-size: 1rem;
  line-height: 1.8rem;
  text-align: justify;
}

.about-pg-3 .image-text h4{
  margin-top:2rem;
  font-size:1.5rem;
  font-weight:900;
  color:#084A84;
}

.about-pg-3 img:hover{
  transform: scale(1.1);
  border-radius: 1rem;
}

.zoom{
  overflow: hidden;
  border-radius: 1rem;
}


/*myth-part starts here */


.myth{
  width:100%;
  background-color:#00A2A3;
  padding:4rem 0;
}

.myth hr{
  height:2px;
  background:#392a57;
  width:30%;
  margin:0 auto;
}

.accordion{
  width:82%;
  margin:0 auto;
}

.accordion-button p{
  position:relative;
  top:0.5rem;
}

.myth .title{
  color:#fff;
  width:100%;
 
}

.myth .title h3{
   font-size:2.5rem;
  font-weight:700;
  margin-bottom:2rem;
}

.myth p{
    position:relative;
    top:-1rem;
}

.myth .inner{
  width:82%;
  margin:0 auto;
}

.myth .inner .accordion-item{
  margin-top:2rem;
  border-radius: 0.5rem;
  padding:0;
}

/*myth-part ends here */

.about-pg-4 {
  width: 100%;
  background-color:#F6F6F6 ;
}
.about-pg-4 .title {
  width: 99%;
  margin:0 auto;
}
.about-pg-4 .title h3 {
  font-size: 2rem;
  margin-top: 4rem;
  font-weight: 800;
  color: #084A84;
}
.about-pg-4 .inner {
  width: 82%;
  margin: 0 auto;
  padding-bottom: 4rem;
  border-bottom:1px solid gray;
}
.about-pg-4 .inner .part {
  width: 100%;
  padding: 2rem 0;
  margin-top: 2rem;
  border-radius: 0.5rem;
  background-color: #00A2A3;
  color:#fff;
}
.about-pg-4 .inner .part p {
  font-size: 1rem;
  font-weight: 600;
}
.about-pg-4 .inner .part .image {
  width: 80px;
  height: 80px;
  padding: 1rem;
  border:1px solid #fff;
  border-radius: 50%;
  margin-left: 37%;
  margin-bottom: 1rem;
}
.about-pg-4 .inner .part .image img {
  width: 80%;
  position: relative;
  top: 0.3rem;
}
.about-pg-4 .inner .part .image .unic {
  position: relative;
  left: 0.2rem;
}
.about-pg-4 .inner .part .image:hover {
  background-color: #BE262C;
  transition: 0.3s ease;
}
.about-pg-4 .inner .part:hover {
  transform: translateY(-1rem);
  transition: 0.5s ease;
}


/* Service-pg-1 starts here  */

.service-pg-1{
  width:100%;
}

.service-pg-1-bg{
    background:#F6F6F6;
}

.service-pg-1 .title{
  margin-top:3rem;
}

.service-pg-1 .title h1{
  font-size: 2.5rem;
  font-weight: 600;
  color:#084A84;
  margin-bottom:1.3rem;
}

.service-pg-1 .title p{
  font-size: 1rem;
  line-height:1.8rem;
}

.service-pg-1 .right-side{
    padding-left:0;
}

.service-pg-1 img{
  width:100%;
  height:70vh;
  border-top-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
  padding:0.5rem;
}

.service-pg-1 .inner{
  width:95%;
  margin:0 auto;
  padding:2rem 0;
}

.service-pg-1 .inner .left{
  border: 1px dotted gray;
  border-top-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
  position: relative;
}

.service-pg-1 .inner .image{
  border: 3px solid #01CAB8;
  width:92%;
  margin:0 auto;
  height:88%;
  position: absolute;
  top:1.5rem;
  left: 1.5rem;
  border-top-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
}

.service-pg-1 .inner .right{
  width:100%;
}

.service-pg-1 .inner .right ul li{
  margin-top:1.5rem;
  list-style-type: none;
  font-size: 0.9rem;
}

.service-pg-1 .inner .right h3{
  font-size: 1.5rem;
    font-weight: 700;
  color:#084A84;
  line-height: 2.5rem;
  margin-left:2rem;
}

.service-pg-1 .inner i{
  color:#084A84;
  margin-right: 0.6rem;
}


/* Cards starts here  */


/*cards starts here */

.cards{
  width: 100%;
  background:#084A84;
}
.cards .inner {
  width: 82%;
  margin:0 auto;
  padding:4rem 0;
}
 
.nephrology{
  width:110%;
}

.cards .inner .content {
  width: 100%;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  text-align: center;
  background-color: #fff;
  box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.2);
  /* z-index: 100; */
  /* overflow:hidden; */
}
.cards .inner .content h3 {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  text-align: center;
  color: #084A84;
  line-height:2rem;
}
.cards .inner .content p {
  font-size: 1rem;
  text-align: left;
  line-height: 2rem;
}

#drop{
    text-align:center;
    cursor:pointer;
    font-weight:500;
}

 .hideu{
  display:none;
 }

.cards .inner i{
    color:#BE262C;
    margin-left:0.3rem;
}
.cards .inner .content .less{
    display:none;
}

.cards .inner .content .less1{
    text-align:center;
    font-size: 1rem;
    line-height: 2rem;
    cursor:pointer;
}

.cards .inner .content .less2{
  text-align:center;
  font-size: 1rem;
  line-height: 2rem;
  cursor:pointer;
}

.cards .inner .content .less3{
  text-align:center;
  font-size: 1rem;
  line-height: 2rem;
  cursor:pointer;
}
.cards .inner .content .less4{
    text-align:center;
    font-size: 1rem;
    line-height: 2rem;
    cursor:pointer;
}

.cards .inner .content .less5{
  text-align:center;
  font-size: 1rem;
  line-height: 2rem;
  cursor:pointer;
}

.cards .inner .content .less6{
  text-align:center;
  font-size: 1rem;
  line-height: 2rem;
  cursor:pointer;
}
.cards .inner .content .less7{
    text-align:center;
    font-size: 1rem;
    line-height: 2rem;
    cursor:pointer;
}

.cards .inner .content .less8{
  text-align:center;
  font-size: 1rem;
  line-height: 2rem;
  cursor:pointer;
}

.cards .inner .content .less9{
  text-align:center;
  font-size: 1rem;
  line-height: 2rem;
  cursor:pointer;
}
.cards .inner .content .less10{
  text-align:center;
  font-size: 1rem;
  line-height: 2rem;
  cursor:pointer;
}
.cards .inner .content .less11{
  text-align:center;
  font-size: 1rem;
  line-height: 2rem;
  cursor:pointer;
}
.cards .inner .content .less12{
  text-align:center;
  font-size: 1rem;
  line-height: 2rem;
  cursor:pointer;
}

.unhide{
    display:block;
}

/* Gallery starts here  */



.gallery {
  width: 100%;
  padding:2rem 0;
}
.gallery .top-img {
  width: 85%;
  margin: 0 auto;
  margin-top:1.5rem;
}
.gallery .top-img .img {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0.5rem;
}
.gallery .top-img .img img {
  width: 100%;
  border-radius: 0.5rem;
  transition: 0.5s ease;
}
.gallery .bottom-img {
  width: 82%;
  margin: 0 auto;
}
.gallery .bottom-img .img {
  width: 98%;
  margin: 0 auto;
  padding: 1rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
.gallery .bottom-img .img img {
  width: 100%;
  border-radius: 0.5rem;
    transition: 0.5s ease;
}

.gallery .bottom-img img:hover {
  transform: scale(1.05);

}

.gallery .top-img img:hover{
  transform: scale(1.05);
  
}

.gallery .img:hover {
  transition: 0.5s ease;
}

/*Contact-pg-2 starts here */

.contact-pg-2 {
  width: 100%;
  background-color: #F7F7F7;
}
.contact-pg-2 .inner {
  width: 82%;
  margin: 0 auto;
  padding: 4rem 0;
}
.contact-pg-2 .inner span{
    border-bottom:2px solid #084A84;
    padding-bottom:0.5rem;
    color:#00A2A3;
}
.contact-pg-2 .inner .left {
  width: 90%;
  margin-right: 3rem;
}
.contact-pg-2 .inner .left h3 {
  font-size: 2rem;
  font-weight: 800;
  color: #084A84;
  margin-bottom: 1.5rem;
  margin-top: 2.5rem;
}
.contact-pg-2 .inner .left p {
  font-size: 1rem;
  margin-bottom: 3rem;
}
.contact-pg-2 .inner .right {
  width: 100%;
}
.contact-pg-2 .inner .right .content {
  padding-left: 3rem;
  border-left: 2px solid #BE262C;
  border-bottom: 2px solid #BE262C;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.contact-pg-2 .inner .right .content i {
  font-size: 1rem;
  color: #BE262C;
  margin-right: 0.5rem;
}
.contact-pg-2 .inner .right .content .one::before {
  content: "1";
  padding: 0.5rem 1rem;
  padding: 0.5rem 1rem;
  background-color: #BE262C;
  position: absolute;
  left: -4.5rem;
  top: -0.3rem;
  border-radius: 100%;
  color: #fff;
}
.contact-pg-2 .inner .right .content .two::before {
  content: "2";
  padding: 0.5rem 1rem;
  background-color: #BE262C;
  position: absolute;
  left: -4.5rem;
  top: -0.3rem;
  border-radius: 100%;
  color: #fff;
}
.contact-pg-2 .inner .right .content .three::before {
  content: "3";
  padding: 0.5rem 1rem;
  background-color: #BE262C;
  position: absolute;
  left: -4.5rem;
  top: -0.3rem;
  border-radius: 100%;
  color: #fff;
}
.contact-pg-2 .inner .right h3 {
  font-size: 2rem;
  font-weight: 800;
  color: #084A84;
  margin-bottom: 1rem;
}
.contact-pg-2 .inner .right h4 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #084A84;
  margin-top: 1.5rem;
  position: relative;
}
.contact-pg-2 .inner .right p {
  margin-top: 1rem;
}
.contact-pg-2 .inner .right iframe {
  width: 100%;
}

#yourname {
  width: 48%;
  display: inline-block;
}

#youremail {
  width: 48%;
  display: inline-block;
  margin-left: 3%;
}

#yournum {
  width: 48%;
   display: inline-block;
}

#selector {
  width: 48%;
   display: inline-block;
  margin-left: 3%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#yourmessage {
  margin-bottom: 2.5rem;
  padding-bottom: 3rem;
}


/*Appointment starts here */


.appointment {
  width: 100%;
}
.appointment .inner {
  width: 82%;
  margin: 0 auto;
  padding: 4rem 0;
}
.appointment .inner .left {
  width: 100%;
  border-radius: 0.5rem;
  border: 2px solid #FF0000;
  padding: 2rem;
}
.appointment .inner .left h3 {
  font-size: 2rem;
  color: #084A84;
  font-weight: 800;
}

.appointment .inner .left p{
  font-size: 1rem;
  line-height:1.8rem;
  font-weight: 800;
}
.appointment .inner .left label {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #084A84;
  font-weight: 800;
  font-size: 1rem;
}
.appointment .inner .right {
  width: 100%;
  border-radius: 0.5rem;
  padding: 2rem;
}
.appointment .inner .right hr {
  width: 80%;
  border: none;
  background-color: #FF0000;
  height: 2px;
}
.appointment .inner .right .img-content {
  flex-shrink: 0;
  width: 100%;
}
.appointment .inner .right .img-content img {
  width: 30%;
  margin-right: 1rem;
  border-radius: 0.5rem;
}
.appointment .inner .right h4 {
  font-size: 1.5rem;
  color: #084A84;
  font-weight: 800;
}
.appointment .inner .right p {
  font-size: 1rem;
  margin-top: 1rem;
}


/*Special starts here*/



.special{
    width:100%;
    margin-top:4rem;
}

.special img{
    width:100%;
}

.special .inner{
    padding:3rem 0;
    padding-top:0rem;
}

.special .inner span{
    color:#fff;
    background-color: #00A2A3;
    padding:0.5rem;
    border-radius:0.5rem;
    font-size:1rem;
    font-weight:600;
}

.special .inner h4{
    padding:0.5rem;
    font-size:1rem;
    font-weight:600;
    color: #00A2A3;
}

.special .inner h1{
    font-size:2.5rem;
    font-weight:800;
    color:#084A84;
    margin-top:1.5rem;
    margin-bottom:1.5rem;
}

.special .inner .right {
    padding-left:3rem;
    margin-top:3rem;
}

.special .inner .right p{
    font-size:1rem;
    color:black;
    line-height:1.8rem;
}

.special .inner .right img{
    width:20%;
    border-radius:2rem;
    margin-right:3rem;
}

.special .inner .right ul{
    margin-top:1.5rem;
}

.special .inner .right ul li{
    font-size: 1rem;
    font-weight: 500;
}

.special .inner .right .img-list{
    margin-bottom:1.5rem;
}
 
.special h5{
    color:#fff;
    font-size:1rem;
    font-weight:500;
    margin-top:0.3rem;
}

.special h5::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    transform: scalex(1);
    background-color: #00A2A3;
    z-index:-100;
}

.about-pg-bottom .inner{
    width:100%;
}

.more-bt:hover h5::before{
    transform: scalex(0);
    transition: 0.5s ease;
}

.more-bt i{
    margin-left:1rem;
}


