body {
  /* letter-spacing: 0.5px; */
  font-family: 'Roboto', sans-serif;
}
/* body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
} */
.responsive-img {
  width: 80%;
  height: 100%;
  object-fit: cover;
  
}

.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.image-box {
  flex: 1;
}

.image-box img {
  width: 100%;
 
  margin-top: 10px;
}


.container-fluid {
  margin: 0 !important;
  padding-left: 0px !important;
  padding-right: 0 px !important;
}

.topsec_img {
  width: 100%;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/mainbackground.jpg);
  object-fit: cover;


}

.topsec_img-bg {
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  height: 400px;
}

.topsec_img-bg h1 {
  color: white;
  /* display: flex; */
  font-size: 65px;
  font-weight: 800;
  padding-top: 100px;
  line-height: 1.3;
  letter-spacing: 1px;

}

.topsec_img-bg h6 {
  color: #fff;
  /* display: flex; */
  font-size: 20px;
  font-weight: 700;
  padding-top: 10px;

}

.aboutsec_two {
  margin-top: -5px;
}

.aboutsec_two_box1 {
  position: relative;
  background-color: #053485;
  padding: 40px 30px;
  color: #fff;
  overflow: hidden;
}

.aboutsec_two_box2 {
  background-color: #194f90;
  padding: 40px 30px;
  color: #fff;
}

.aboutsec_two_box3 {
  background-color: #13ade5;
  padding: 40px 30px;
  color: #fff;
}

.aboutsec_three {
  padding-top: 50px;

}

.aboutsec_three_rightsec {

  padding-left: 30px;
  margin-top: 10px;
  flex: 1;
}

.aboutsec_three_rightsec h5 {
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: rgb(14, 13, 13);
  font-weight: 600;
  text-decoration: underline;
  letter-spacing: 2px;

}

.aboutsec_three_rightsec h3 {
  font-size: 16px;
  line-height: 1.3;
  color: rgb(14, 13, 13);
  text-transform: capitalize;
  font-weight: 600;

  letter-spacing: 1px;

}

.aboutsec_three_rightsec_para {
  color: rgb(39, 37, 37);
  font-size: 14px;

  line-height: 1.8em;

  letter-spacing: 1px;

  padding-bottom: 10px;
}

.aboutsec_three_rightsec_faicone {
  font-size: 12px;
  background-color: #28b6f6;
  margin-right: 8px;
  color: #fff;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;

}

.aboutsec_three_rightsec_faiconepara {
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
  color: #6c757d;
  text-transform: capitalize;

}

.aboutsec_four {
  padding-top: 100px;
}

.aboutsec_four_contents {
  padding-top: 60px;
}

.aboutsec_four_bgimg {
  background-image: url(../images/yogabgimg1.webp);
  background-repeat: no-repeat;
  background-size: cover;

  /* width: 100%; */
  background-position: center;
  object-fit: contain;
  opacity: 4px;
}

.aboutsec_four_bg {
  /*  background-color: rgba(0, 0, 0, 0.89); */

  background-color: #2f4f89e0;
  height: 500px;
}

.aboutsec_four_lefthead1 {
  color: #13ADE5;
  padding-top: 50px;
  font-weight: 700;
}

.aboutsec_four_lefthead2 {
  color: #000;
  line-height: 1.25em;
  margin-bottom: 30px;
  font-size: 37pxpx;
  text-transform: capitalize;
  font-weight: bold;

  letter-spacing: 1px;
  position: relative;

  padding-top: 30px;
  color: #fff;
}

.aboutsec_four_rightpara {
  padding-top: 50px;
  max-width: 78%;
  color: #fff;
  font-size: 18px;
}

.btn-secondary_aboutsec_four {
  background-color: #fff !important;
  text-align: center !important;
  border: none;
  outline: none;
  color: #13ADE5 !important;
  font-size: 14px;
  font-weight: 600;
  height: 55px;
  padding: 0 25px;
  letter-spacing: 1px;
  border-radius: 3px;
  position: relative;
  margin-top: 15px;
  box-shadow: inset 0 0 0 0 #13ADE5;
  transition: ease-out 0.3s;

}

.btn-secondary_aboutsec_four:hover {
  box-shadow: inset 300px 0 0 0 #13ADE5;
  color: #fff !important;
}

.aboutsec_four_box1 {
  background-color: #fff;
  margin-left: 2px;
  margin-top: 40px;
  margin-right: 2px;
  padding: 40px;

}

.bg-light {
  box-shadow: inset 0 0 0 0 #13ADE5;
  transition: ease-out 0.3s;
}

.bg-light:hover {
  box-shadow: inset 100% 0 0 0 #13ADE5;
}

.aboutsec_four_box1 h3 {

  font-size: 22px;
  color: #053485;
  font-weight: bold;

}

.aboutsec_four_box1 p {
  color: #000;
  text-align: justify;
}

.imgoverlay {
  position: relative;
  width: 100%;
  height: 220px;
  /* Same as the image height */
  overflow: hidden;
}

.imgoverlay img {
  width: 100%;
  height: 100%;
  display: block;
}

.overlayCross {
  position: absolute;
  /* Position relative to the imgoverlay */
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: rgba(19, 173, 229, 0.8);
  /* Slight transparency for overlay */
  border-radius: 20px;
  display: flex;
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */
  opacity: 0;
  /* Initially hidden */

  transition: all 0.4s ease;
  /* Smooth transition */
}

.imgoverlay:hover .overlayCross {
  width: 100%;
  height: 100%;
  opacity: 1;
  /* Fully visible on hover */
}

.small-image {
  width: 50px;
  /* Adjust the size of the small image */
  height: 50px;
  /* Adjust the size of the small image */
  object-fit: contain;
  /* Ensures proper scaling */
}

/* carousel */

.about_Thirdsec_carousel {
  margin-top: -200px;
}






.carouseldoctorname {
  color: #000;
  font-weight: bold;
  padding-top: 40px;
  font-size: 27px;
  text-align: left;
}

.carouselcardiologyhead {
  color: #13C5DD;
  text-align: left;
  font-weight: 500;
  font-style: italic !important;
}

.carouselpara {
  text-align: left;
  padding-top: 8px;
  color: grey;
  padding-bottom: 20px;

}

.about_sec_first_rigtsection {
  margin-left: 30px;
}

@media screen and (max-width: 800px) {
  .fa_icones {
    visibility: hidden;
  }
}

/* carousel end */

.aboutsec_five {
  margin-top: 20px;
  padding-top: 30px;
}

.aboutsec_five_lefthead1 {
  color: #13ADE5;
  padding-top: 50px;
  font-weight: bold;
  letter-spacing: 1px;
}

.aboutsec_five_lefthead2 {
  line-height: 1.25em;
  margin-bottom: 30px;
  font-size: 35px;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  letter-spacing: 1px;
  padding-top: 15px;
  color: #1A3D7D;
  line-height: 1.6;
}

.aboutsec_five_rightpara {
  padding-top: 60px;
  max-width: 78%;
  color: #647589;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 1px;
}

.aboutsec_five_btn {
  background-color: #13ADE5;
  text-align: center !important;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  min-width: 180px;
  height: 55px;

  padding: 0 25px;
  letter-spacing: 1px;
  border-radius: 3px;
  box-shadow: inset 0 0 0 0 #053485;
  transition: ease-out 0.3s;

}

.aboutsec_five_btn:hover {
  box-shadow: inset 300px 0 0 0 #053485;
  color: #fff !important;
}

.aboutsec_five_images {
  padding-top: 50px;
}

.imgcenter {
  display: block;
  margin: auto !important;
}

.image-container {
  position: relative;
  width: 80%;
  height: 290px;
  overflow: hidden;
  border: 2px solid #ddd;
  border-radius: 10px;
}

.image-container img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}

.image-container:hover img {
  transform: scale(1.14);
  /* Slightly zoom the image */
}

.social-icons {
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #0077cc;
  padding: 10px;
  border-radius: 5px;
  transition: left 0.3s ease-in-out;
}

.social-icons a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
}

.social-icons a:hover {
  color: #ffd700;
}

.image-container:hover .social-icons {
  left: 10px;
}

.aboutsec_five_images h2 {
  text-align: center;
  font-size: 23px;
  padding-top: 32px;
  color: #053485;
  font-weight: bold;
}

.aboutsec_five_images p {
  text-align: center;
  font-size: 16px;
  padding-top: 7px;
  color: #13ADE5;
  font-weight: bold;
}

.aboutsec_five_images h2:hover {
  columns: #13ADE5;
}

.aboutsec_six_bg {
  width: 100%;
  height: 80vh;
  background: linear-gradient(to left, #2f4f89e0 80%, transparent 20%);
  padding-top: 40px;
  margin-top: 80px;



}

.aboutsec_six_img {
  width: 100%;
  height: 80vh;
  /* Adjust height as needed */
  background: url('../images/yogapos14.jpg');
  /* Background image */
  background-size: 80% 100%;
  /* Ensures the image covers only 80% of the width */
  background-repeat: no-repeat;
  /* Prevents repeating */
  background-position: right;
  /* Aligns the image to the left */
}

.aboutsec_six_bg_right {
  padding-left: 20px;
  padding-top: 30px !important;
}

.aboutsec_six_bg_right p {
  padding-top: 40px !important;
  color: #fff !important;

}

.aboutsec_six_bg_right h5 {
  color: #fff !important;
  font-size: 22px;
  padding-top: 10px;
}


.aboutsec_seven {
  margin-top: 50px;
}

.aboutsec_seven_lefthead1 {
  color: #13ADE5;
  padding-top: 50px;
  font-weight: bold;
  letter-spacing: 1px;
}

.aboutsec_seven_lefthead2 {
  line-height: 1.25em;
  margin-bottom: 30px;
  font-size: 35px;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  letter-spacing: 1px;
  padding-top: 15px;
  color: #1A3D7D;
  line-height: 1.6;
}

.aboutsec_seven_rightpara {
  padding-top: 60px;
  max-width: 78%;
  color: #647589;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 1px;
}

.aboutsec_seven_btn {
  background-color: #13ADE5;
  text-align: center !important;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  min-width: 180px;
  height: 55px;

  padding: 0 25px;
  letter-spacing: 1px;
  border-radius: 3px;
  box-shadow: inset 0 0 0 0 #053485;
  transition: ease-out 0.3s;

}

.aboutsec_seven_btn:hover {
  box-shadow: inset 300px 0 0 0 #053485;
  color: #fff !important;
}

.btn-secondary {
  background-color: #13ADE5;
  text-align: center !important;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  min-width: 180px;
  height: 55px;

  padding: 0 25px;
  letter-spacing: 1px;
  border-radius: 3px;

  position: relative;
  line-height: 55px;
  display: inline-block;
  text-transform: capitalize;
  transition: 0.6s cubic-bezier(.25, 1, .5, 1);
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
  margin-top: 15px;
}

.aboutsec_seven_images {
  padding-top: 70px;
}

.aboutsec_seven_images h2 {
  padding-left: 20px;
  font-size: 21px;
  padding-top: 30px;
  color: #053485;
  font-weight: bold;
}

.aboutsec_seven_images p {
  padding-left: 20px;
  font-size: 17px;
  padding-top: 10px;
  color: #647589;
  font-weight: bold;
}

@media (max-width: 768px) {
  .hero-inner{
    margin-top: -50px !important;
  }
  .about_Thirdsec_carousel {
    margin-top: 40px !important;
  }

  .aboutsec_six_img {
    visibility: hidden;
  }

  .aboutsec_six_img {
    visibility: hidden;
  }

  .aboutsec_six_bg_left {
    visibility: visible !important;
  }

  .aboutsec_six_bg_right p {
    visibility: visible !important;
    color: #000 !important;
    font-size: 18px !important;
    padding-left: 5px;
  }

  .aboutsec_four_bg {
    height: 550px !important;
  }
}

