<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header {
  background: #FFF;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1)
}
header .headerMidder {
  overflow: hidden
}
header .headerMidder ul.topNav {
  border-radius: 0px 0px 0px 50px;
  background: var(--blue);
  padding: 2px 0 2px 40px;
  gap: 16px;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  width: calc(100% - 300px);
  margin-left: auto
}
@media (max-width: 1199px) {
  header .headerMidder ul.topNav {
    width: calc(100% - 140px)
  }
}
header .headerMidder ul.topNav:after {
  content: '';
  right: -1000%;
  height: 100%;
  width: 1000%;
  background-color: var(--blue);
  position: absolute;
  top: 0
}
header .headerMidder ul.topNav li .commonBtn {
  background-color: var(--light-red)
}
header .headerMidder ul.topNav li a, header .headerMidder ul.topNav li .dropdown-toggle {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif
}
header .headerMidder ul.topNav li a:hover, header .headerMidder ul.topNav li .dropdown-toggle:hover {
  color: var(--white)
}
header nav {
  padding: 0 !important
}
header nav a.navbar-brand {
  margin-top: -37px
}
@media (max-width: 1269px) {
  header nav a.navbar-brand {
    width: 180px
  }
}
@media (max-width: 1199px) {
  header nav a.navbar-brand {
    width: 150px;
    margin-top: 0
  }
}
header nav ul li button.dropdown-toggle {
  background-color: transparent !important;
  border: 0 !important;
  font-weight: 600;
  font-family: 'Roboto', sans-serif
}
@media (max-width: 991px) {
  header nav ul li button.dropdown-toggle {
    width: 100%;
    text-align: left
  }
}
header nav ul li button.dropdown-toggle:hover {
  background: var(--blue) !important
}
@media (max-width: 991px) {
  header nav ul li button.dropdown-toggle:hover {
    background-color: transparent !important;
    color: var(--blue) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }
}
header nav ul li button.dropdown-toggle:after {
  content: none !important
}
header nav ul li .mega-menu {
  -webkit-box-shadow: 0 10px 10px #0000001f;
  box-shadow: 0 10px 10px #0000001f;
  padding: 20px 10px !important;
  border: 0;
  border-radius: 0;
  min-width: 220px
}
header nav ul li .mega-menu p.menuHeading {
  border-bottom: 2px solid var(--blue);
  padding-bottom: 2px;
  margin-bottom: 10px;
  min-height: 27px;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  color: var(--blue)
}
header nav ul li .mega-menu p.contant {
  color: #616161;
  font-size: 14px
}
header nav ul li .mega-menu a {
  text-decoration: none;
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 8px;
  border-bottom: 1px solid #e3e3e3;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: 'Roboto', sans-serif
}
@media (max-width: 991px) {
  header nav ul li .mega-menu a {
    width: 100%;
    border: 0
  }
}
header nav ul li .mega-menu a:hover {
  background: var(--blue);
  color: #fff
}
header nav ul li .mega-menu a:hover img {
  -webkit-filter: brightness(100);
  filter: brightness(100)
}
header nav ul li .mega-menu a img {
  margin-right: 6px;
  width: 14px
}
@media (max-width: 991px) {
  header nav ul li .mega-menu {
    position: static !important;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 !important;
    top: 0
  }
}
header nav ul li .smallMenu {
  width: 220px;
  left: -60px !important;
  padding: 0 !important
}
@media (max-width: 991px) {
  header nav ul li .smallMenu {
    width: 100%;
    left: 0px !important
  }
}
header nav ul.navLinks {
  margin-top: 3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media (max-width: 991px) {
  header nav ul.navLinks {
    margin: 20px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
@media (max-width: 991px) {
  header nav ul.navLinks li {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }
}
header nav ul.navLinks li .commonBtn {
  background-color: var(--blue)
}
header nav ul.navLinks li a.nav-link, header nav ul.navLinks li .dropdown-toggle {
  color: var(--dark-grey);
  border-radius: 12px;
  padding: 8px 15px !important;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0
}
@media (max-width: 1199px) {
  header nav ul.navLinks li a.nav-link, header nav ul.navLinks li .dropdown-toggle {
    padding: 8px 8px !important
  }
}
header nav ul.navLinks li a.nav-link:hover, header nav ul.navLinks li .dropdown-toggle:hover {
  background: var(--blue);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  color: var(--white)
}
@media (max-width: 991px) {
  header nav ul.navLinks li a.nav-link:hover, header nav ul.navLinks li .dropdown-toggle:hover {
    background-color: transparent !important;
    color: var(--blue) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }
}
header nav ul.navLinks li.searchNav {
  margin-right: 20px
}
header nav ul.navLinks li.searchNav a.nav-link, header nav ul.navLinks li.searchNav .dropdown-toggle {
  border-radius: 0;
  border-right: 1px solid #ccc;
  padding: 4px 12px !important
}
header nav ul.navLinks li.searchNav a.nav-link:hover, header nav ul.navLinks li.searchNav .dropdown-toggle:hover {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}
@media (max-width: 991px) {
  header nav ul.navLinks li.bookbtn {
    border: 0;
    margin-top: 4px
  }
}
header nav ul.navLinks li.dropdown:hover .mega-menu {
  display: block;
  left: 0;
  width: 100%
}
@media (max-width: 991px) {
  .mob-po-rel {
    position: relative !important
  }
}
@media (max-width: 991px) {
  nav.navbar {
    border-top: 1px solid #f9f9f9
  }
}
.subhover {
  position: relative
}
.subhover .onhoverCol {
  -webkit-box-shadow: 0 0 10px #c4c4c480;
  box-shadow: 0 0 10px #c4c4c480;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  min-width: 180px;
  padding: 0 0;
  z-index: 1
}
@media (max-width: 991px) {
  .subhover .onhoverCol {
    width: 100%;
    top: 35px;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    margin-bottom: 6px;
    margin-top: 1px
  }
}
.subhover .onhoverCol h5 {
  border-bottom: 1px solid #e3e3e3;
  padding: 9px 5px;
  font-size: 16px;
  font-weight: 500;
  background-color: #008fc5;
  color: #fff;
  margin-bottom: 0
}
@media (max-width: 991px) {
  .subhover .onhoverCol h5 {
    padding: 6px 5px;
    font-size: 15px
  }
}
.subhover .onhoverCol ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 8px;
    text-transform: capitalize;	
}
.subhover:hover .onhoverCol {
  display: block;
}
button.navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
footer {
  background: var(--light-grey);
  padding-top: 25px
}
footer .footercCol .navbar-brand img {
  margin-bottom: 12px
}
footer .footercCol h6 {
  color: var(--dark-grey);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0
}
footer .footercCol p {
  color: var(--dark-grey);
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none
}
footer .footercCol .newsletter {
  position: relative;
  max-width: 340px;
  margin: 20px 0
}
footer .footercCol .newsletter input {
  height: 32px;
  width: 100%;
  border: 1px solid var(--dark-grey);
  border-radius: 5px;
  color: #0f0f0fec;
  font-weight: 600;
  font-size: 13px;
  padding: 2px 16px
}
footer .footercCol .newsletter .subscribe {
  border-radius: 0px 4px 4px 0px;
  border: 1px solid var(--red);
  background: var(--red);
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  padding: 2px 16px;
  border: 1px solid var(--dark-grey);
  border-left: 0
}
footer .footerLinks {
  margin-bottom: 24px
}
footer .footerLinks h6 {
  color: var(--dark-grey);
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 10px;
  padding-bottom: 5px;
  position: relative
}
footer .footerLinks h6:after {
  content: '';
  width: 100px;
  height: 1px;
  background-color: var(--dark-grey);
  position: absolute;
  left: 0;
  bottom: 0
}
footer .footerLinks p, footer .footerLinks a {
  color: var(--dark-grey);
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none
}
footer .footerLinks ul li {
  line-height: normal
}
footer .footerLinks .socialIcon li:not(:last-child) a img {
  margin-right: 15px
}
footer .copyRight {
  text-align: center;
  border-top: 2px solid var(--dark-grey);
  padding: 15px 0
}
@media (max-width: 575px) {
  footer .copyRight {
    padding: 10px 0
  }
}
footer .copyRight p {
  font-size: 16px;
  color: var(--dark-grey)
}
@media (max-width: 575px) {
  footer .copyRight p {
    font-size: 14px
  }
}
footer ul li a:hover {
  color: var(--blue)
}
@font-face {
  font-family: 'Helvetica';
  src: url("../font/Helvetica.woff2") format("woff2"), url("../font/Helvetica.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: 'Helvetica';
  src: url("../font/Helvetica-Bold.woff2") format("woff2"), url("../font/Helvetica-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap
}
body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  font-family: 'Helvetica';
  color: var(--dark-grey)
}
@media (max-width: 575px) {
  body {
    font-size: 15px;
    line-height: 25px
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif
}
p {
  padding: 0;
  margin: 0
}
a {
  text-decoration: none;
}
@media (min-width: 1270px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1350px) {
  .container {
    max-width: 1320px;
  }
}
input:focus, input:focus-visible {
  outline: 0;
}
.sectonMt {
  margin: 60px 0;
}
@media (max-width: 575px) {
  .sectonMt {
    margin: 40px 0;
  }
}
.bg-light-blue {
  background-color: var(--light-blue)
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover
}
.emergancyBtn {
  -webkit-animation: glowing 1000ms infinite;
  animation: glowing 1000ms infinite
}
@media (max-width: 575px) {
  .emergancyBtn {
    padding: 2px 6px !important;
    border-radius: 5px !important;
    font-size: 13px !important;
    height: 28px !important
  }
}
@media (max-width: 575px) {
  .emergancyBtn img {
    width: 12px !important
  }
}
@-webkit-keyframes glowing {
  0% {
    background-color: var(--light-red);
    color: var(--white)
  }
  50% {
    background-color: #b80000
  }
  100% {
    background-color: var(--light-red)
  }
}
.commonBtn {
  background-color: var(--red);
  height: 35px;
  padding: 4px 10px;
  border-radius: 7px;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500
}
.commonBtn img {
  margin: 0 3px;
  width: 15px
}
.commonBtn:hover {
  background-color: var(--reddark);
  color: var(--white)
}
button.knowMore {
  width: 190px;
  height: 50px;
  padding: 10px 20px;
  border: 2px solid var(--red);
  border-radius: 12px;
  background-color: transparent;
  font-size: 20px;
  font-weight: 500;
  color: var(--red)
}
@media (max-width: 991px) {
  button.knowMore {
    width: auto;
    height: 40px;
    font-size: 16px;
    border-radius: 8px;
    padding: 2px 16px
  }
}
@media (max-width: 575px) {
  button.knowMore {
    width: auto;
    height: 36px;
    font-size: 15px;
    border-radius: 8px !important;
    padding: 2px 12px
  }
}
button.getBackBtn {
  border-radius: 12px;
  background: var(--white);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border: 0
}
.btnred {
  border-radius: 12px !important;
  background: var(--red) !important;
  color: #fff !important
}
h2.siteHeading {
  color: #0F0F0F;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
  position: relative;
  padding-bottom: 12px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 10px
}
@media (min-width: 575px) {
  h2.siteHeading {
    padding-bottom: 16px;
    font-size: 30px
  }
}
h2.siteHeading:after {
  content: '';
  background-color: var(--red);
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0
}
h2.siteHeading .highLights {
  border-radius: 0px 12px 12px 0px;
  background: var(--red);
  padding: 0 8px 0 2px;
  color: var(--white)
}
h2.siteHeading.fs-28 {
  font-size: 26px
}
@media (min-width: 575px) {
  h2.siteHeading.fs-28 {
    font-size: 28px
  }
}
p.subText {
  max-width: 1230px;
  text-align: center
}
.banner .bannerSlider_main {
  background-color: var(--black)
}
.banner .bannerSlider_main .bannerSlider .item {
  color: var(--white)
}
.banner .bannerSlider_main .bannerSlider .item .bannerSlideSingle {
  position: relative
}
.banner .bannerSlider_main .bannerSlider .item .bannerSlideSingle .bannerContantCol {
  position: relative;
  height: 460px;
  padding: 60px 0
}
@media (max-width: 991px) {
  .banner .bannerSlider_main .bannerSlider .item .bannerSlideSingle .bannerContantCol {
    height: 140px;
  }
}

.banner .bannerSlider_main .bannerSlider .item .bannerSlideSingle img {
  position: absolute;
  top: 0;
  left: 0;
  /*height: 460px;
  -o-object-fit: cover;
  object-fit: cover*/
}
@media (max-width: 991px) {
  .banner .bannerSlider_main .bannerSlider .item .bannerSlideSingle img {
    height: 280px;
  }
}
@media (max-width: 767px) {
	.banner .bannerSlider_main .bannerSlider .item .bannerSlideSingle {
		height:165px;
	}
  .banner .bannerSlider_main .bannerSlider .item .bannerSlideSingle img {
    height: 140px;
	  margin-top:30px;
  -o-object-fit: cover;
  object-fit: cover	  
  }
}
.banner .bannerSlider_main .bannerSlider .item h1 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 12px;
  max-width: 514px
}
@media (max-width: 991px) {
  .banner .bannerSlider_main .bannerSlider .item h1 {
    font-size: 38px
  }
}
@media (max-width: 991px) {
  .banner .bannerSlider_main .bannerSlider .item h1 {
    font-size: 30px
  }
}
.banner .bannerSlider_main .bannerSlider .item p.mxdef {
  max-width: 610px
}
.banner .bannerSlider_main .bannerSlider .item p {
  font-size: 20px;
  font-weight: 400;
  max-width: 576px
}
@media (max-width: 991px) {
  .banner .bannerSlider_main .bannerSlider .item p {
    font-size: 18px
  }
}
@media (max-width: 991px) {
  .banner .bannerSlider_main .bannerSlider .item p {
    font-size: 15px
  }
}
.banner .bannerSlider_main .bannerSlider .item p span.bgTxt {
  font-weight: bold;
  font-size: 22px
}
@media (max-width: 991px) {
  .banner .bannerSlider_main .bannerSlider .item p span.bgTxt {
    font-size: 20px
  }
}
@media (max-width: 991px) {
  .banner .bannerSlider_main .bannerSlider .item p span.bgTxt {
    font-size: 16px
  }
}
.banner .bannerSlider_main .bannerSlider .item .contant {
  max-width: 500px;
  font-size: 20px;
  font-weight: 400;
  max-width: 576px
}
@media (max-width: 991px) {
  .banner .bannerSlider_main .bannerSlider .item .contant {
    font-size: 18px
  }
}
@media (max-width: 991px) {
  .banner .bannerSlider_main .bannerSlider .item .contant {
    font-size: 15px
  }
}
.banner .bannerSlider_main .bannerSlider .owl-dots {
  position: absolute;
  bottom: 10px;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  right: 0;
  left: 0;
  padding: 0 14px
}
@media (min-width: 576px) {
  .banner .bannerSlider_main .bannerSlider .owl-dots {
    max-width: 540px;
    padding: 0
  }
}
@media (min-width: 768px) {
  .banner .bannerSlider_main .bannerSlider .owl-dots {
    max-width: 720px;
    bottom: 80px
  }
}
@media (min-width: 992px) {
  .banner .bannerSlider_main .bannerSlider .owl-dots {
    max-width: 960px;
    bottom: 120px
  }
}
@media (min-width: 1200px) {
  .banner .bannerSlider_main .bannerSlider .owl-dots {
    max-width: 1200px
  }
}
.banner .bannerSlider_main .bannerSlider .owl-dots button.owl-dot {
  margin: 0 5px
}
.banner .bannerSlider_main .bannerSlider .owl-dots button.owl-dot span {
  background-color: var(--blue);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.banner .bannerSlider_main .bannerSlider .owl-dots button.owl-dot.active span {
  background-color: var(--white)
}
.banner .bookAppointmentForm {
  max-width: 950px;
  margin: -60px auto 0px;
  border-radius: 12px;
  padding: 30px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  background-image: url("../img/img_SearchDoctor.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #e1f1f8;
  position: relative;
  z-index: 1
}
@media (max-width: 991px) {
  .banner .bookAppointmentForm {
    padding: 20px 20px
  }
}
@media (max-width: 767px) {
  .banner .bookAppointmentForm {
    padding: 30px 20px;
    margin: 10px auto 0px
  }
}
.banner .bookAppointmentForm .form-field .searchField input {
  border-radius: 12px;
  border: 2px solid var(--dark-grey);
  padding: 8px 8px 8px 40px;
  font-size: 15px;
  color: var(--dark-grey);
  height: 48px;
  font-weight: 500;
  width: 100%;
  background-color: transparent
}
@media (max-width: 991px) {
  .banner .bookAppointmentForm .form-field .searchField input {
    font-size: 14px;
    padding: 8px 8px 8px 30px
  }
}
@media (max-width: 767px) {
  .banner .bookAppointmentForm .form-field .searchField input {
    height: 40px
  }
}
.banner .bookAppointmentForm .form-field .searchField input::-webkit-input-placeholder {
  color: var(--dark-grey)
}
.banner .bookAppointmentForm .form-field .searchField input:-ms-input-placeholder {
  color: var(--dark-grey)
}
.banner .bookAppointmentForm .form-field .searchField input::-ms-input-placeholder {
  color: var(--dark-grey)
}
.banner .bookAppointmentForm .form-field .searchField input::placeholder {
  color: var(--dark-grey)
}
.banner .bookAppointmentForm .form-field .searchField img {
  position: absolute;
  top: 23px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 10px;
  width: 19px;
  height: 19px
}
@media (max-width: 991px) {
  .banner .bookAppointmentForm .form-field .searchField img {
    left: 8px;
    width: 16px;
    height: 16px
  }
}
.banner .bookAppointmentForm .form-field .searchField .btnBookApp {
  border-radius: 12px;
  background: var(--red);
  border: 0;
  padding: 10px 13px;
  height: 48px;
  color: var(--white);
  font-weight: 500;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media (max-width: 991px) {
  .banner .bookAppointmentForm .form-field .searchField .btnBookApp {
    font-size: 14px;
    white-space: pre
  }
}
@media (max-width: 767px) {
  .banner .bookAppointmentForm .form-field .searchField .btnBookApp {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    border-radius: 8px
  }
}
.specialities .specialSlder .owl-stage-outer {
  padding: 20px 0 0
}
.specialities .specialSlder .specCol {
  border-radius: 12px;
  border: 1px solid var(--blue);
  background: var(--light-grey);
  padding: 12px 10px;
  -webkit-transition: .3s;
  transition: .3s
}
@media (min-width: 576px) {
  .specialities .specialSlder .specCol {
    padding: 12px
  }
}
.specialities .specialSlder .specCol .imgCell {
  width: 56px;
  height: 56px;
  background-color: var(--red);
  border-radius: 50%;
  margin: 0 auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.specialities .specialSlder .specCol .imgCell img {
  width: 30px;
  height: 30px
}
.specialities .specialSlder .specCol p {
  color: var(--blue);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical
}
@media (min-width: 576px) {
  .specialities .specialSlder .specCol p {
    font-size: 16px
  }
}
.specialities .specialSlder .specCol:hover {
  border-radius: 12px;
  background: var(--blue);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  position: relative;
  top: -6px;
  -webkit-transition: .3s;
  transition: .3s
}
.specialities .specialSlder .specCol:hover .imgCell {
  background-color: var(--white)
}
.specialities .specialSlder .specCol:hover .imgCell img {
  -webkit-filter: grayscale(10000%) sepia(10000000%) hue-rotate(291deg) saturate(10000000000%);
  filter: grayscale(10000%) sepia(10000000%) hue-rotate(291deg) saturate(10000000000%)
}
.specialities .specialSlder .specCol:hover p {
  font-weight: 700;
  color: var(--white);
  -webkit-transition: all;
  transition: all
}
.specialities .specialSlder .owl-dots {
  text-align: center;
  margin-top: -10px
}
.specialities .specialSlder .owl-dots button.owl-dot {
  margin: 0 5px
}
.specialities .specialSlder .owl-dots button.owl-dot span {
  background-color: var(--dark-grey);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.specialities .specialSlder .owl-dots button.owl-dot.active span {
  background-color: var(--blue)
}
.specialities .specialSlder.smallSliderSpecial {
  margin-left: 20px;
  max-width: 400px;
  width: 100%
}
.specialities .specialSlder.smallSliderSpecial .owl-stage-outer {
  margin-bottom: 10px
}
.specialities .specialSlder.smallSliderSpecial .specCol {
  border-radius: 12px;
  border: 1px solid var(--blue);
  background: var(--light-grey);
  padding: 12px 10px;
  -webkit-transition: .3s;
  transition: .3s;
  width: 160px;
  margin: 0 auto
}
@media (max-width: 575px) {
  .specialities .specialSlder.smallSliderSpecial .specCol {
    max-width: 100px
  }
}
@media (min-width: 576px) {
  .specialities .specialSlder.smallSliderSpecial .specCol {
    padding: 12px
  }
}
.specialities .specialSlder.smallSliderSpecial .specCol .imgCell {
  width: 36px;
  height: 36px;
  background-color: var(--red);
  border-radius: 50%;
  margin: 0 auto 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.specialities .specialSlder.smallSliderSpecial .specCol .imgCell img {
  width: 22px;
  height: 22px
}
.specialities .specialSlder.smallSliderSpecial .specCol p {
  color: var(--blue);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical
}
@media (min-width: 576px) {
  .specialities .specialSlder.smallSliderSpecial .specCol p {
    font-size: 12px
  }
}
.specialities .specialSlder.smallSliderSpecial .specCol:hover {
  border-radius: 12px;
  background: var(--blue);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  top: -6px;
  -webkit-transition: .3s;
  transition: .3s
}
.specialities .specialSlder.smallSliderSpecial .specCol:hover .imgCell {
  background-color: var(--white)
}
.specialities .specialSlder.smallSliderSpecial .specCol:hover .imgCell img {
  -webkit-filter: grayscale(10000%) sepia(10000000%) hue-rotate(291deg) saturate(10000000000%);
  filter: grayscale(10000%) sepia(10000000%) hue-rotate(291deg) saturate(10000000000%)
}
.specialities .specialSlder.smallSliderSpecial .specCol:hover p {
  font-weight: 700;
  color: var(--white);
  -webkit-transition: all;
  transition: all
}
.specialities .specilSelect {
  border-radius: 12px;
  border: 1px solid var(--blue);
  background: var(--light-grey);
  padding: 9px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px
}
@media (max-width: 575px) {
  .specialities .specilSelect {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }
}
.specialities .specilSelect .contCell {
  font-size: 18px;
  font-weight: 500
}
.specialities .specilSelect .contCell span {
  color: #008FC5;
  font-size: 20px
}
@media (max-width: 575px) {
  .specialities .specilSelect .contCell span {
    font-size: 16px
  }
}
@media (max-width: 575px) {
  .specialities .specilSelect .contCell {
    font-size: 16px
  }
}
.specialities .specilSelect select {
  width: 190px;
  height: 38px;
  border-radius: 12px;
  border: 2px solid var(--blue);
  padding: 4px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--blue);
  background-image: url("../img/ic_dropdwn.svg");
  background-position: 92% 50%;
  background-repeat: no-repeat
}
@media (max-width: 575px) {
  .specialities .specilSelect select {
    width: 100%
  }
}
.specialities .specilSelect select:focus {
  outline: 0
}
.accessWorldHealth {
  padding: 20px 0 130px;
  border: 1px solid var(--light-grey);
  background: var(--light-blue)
}
@media (max-width: 575px) {
  .accessWorldHealth {
    padding: 20px 0
  }
}
.accessWorldHealth .wlhealthSlider {
  position: relative
}
.accessWorldHealth .wlhealthSlider .item .whlCont h4 {
  color: var(--blue);
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 30px
}
@media (min-width: 576px) {
  .accessWorldHealth .wlhealthSlider .item .whlCont h4 {
    font-size: 24px
  }
}
.accessWorldHealth .wlhealthSlider .item .whlImg {
  border-radius: 15px;
  overflow: hidden
}
.accessWorldHealth .wlhealthSlider .item .whlImg img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover
}
@media (min-width: 992px) {
  .accessWorldHealth .wlhealthSlider .item .whlImg img {
    height: 400px
  }
}
.accessWorldHealth .wlhealthSlider .owl-nav {
  display: none !important
}
@media (min-width: 576px) {
  .accessWorldHealth .wlhealthSlider .owl-nav {
    display: block !important
  }
}
.accessWorldHealth .wlhealthSlider .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 22px;
  height: 34px;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 20px
	  font-size:50px;
}
.accessWorldHealth .wlhealthSlider .owl-nav button span {
  display: none
}
.accessWorldHealth .wlhealthSlider .owl-nav button.owl-prev {
  right: unset;
  left: -30px;
  background-image: url("../img/ic_slide-left.svg")
}
@media (min-width: 992px) {
  .accessWorldHealth .wlhealthSlider .owl-nav button.owl-prev {
    right: 425px;
    left: unset
  }
}
@media (min-width: 1200px) {
  .accessWorldHealth .wlhealthSlider .owl-nav button.owl-prev {
    right: 515px
  }
}
@media (min-width: 1270px) {
  .accessWorldHealth .wlhealthSlider .owl-nav button.owl-prev {
    right: 545px
  }
}
@media (min-width: 1350px) {
  .accessWorldHealth .wlhealthSlider .owl-nav button.owl-prev {
   left: -40px
  }
}
.accessWorldHealth .wlhealthSlider .owl-nav button.owl-next {
  right: -30px;
  background-image: url("../img/ic_slide-right.svg")
}
@media (min-width: 992px) {
  .accessWorldHealth .wlhealthSlider .owl-nav button.owl-next {
    right: 8px
  }
}
.whyTrustSec {
  margin-top: 20px
}
@media (min-width: 576px) {
  .whyTrustSec {
    margin-top: 0px
  }
}
.whyTrustSec .whyTrstInner {
  background: var(--white);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  padding: 30px 40px 72px;
  margin-top: -82px;
  margin-bottom: 60px
}
@media (max-width: 575px) {
  .whyTrustSec .whyTrstInner {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 20px 0px 0px;
    margin-top: 0px;
    margin-bottom: 10px
  }
}
.whyTrustSec .whyTrstInner .whyTrstSlider {
  margin-top: 30px;
  padding: 0 5px
}
.whyTrustSec .whyTrstInner .whyTrstSlider .trstBx {
  border-radius: 12px;
  border: 1px solid var(--mid-grey);
  background: var(--light-grey);
  padding: 15px;
  text-align: center;
  position: relative;
  cursor: pointer
}
.whyTrustSec .whyTrstInner .whyTrstSlider .trstBx img {
  width: 66px;
  height: 66px;
  margin: 12px auto 15px
}
@media (min-width: 576px) {
  .whyTrustSec .whyTrstInner .whyTrstSlider .trstBx img {
    width: 75px;
    height: 75px
  }
}
.whyTrustSec .whyTrstInner .whyTrstSlider .trstBx p {
  color: var(--blue);
  font-weight: 600
}
.whyTrustSec .whyTrstInner .whyTrstSlider .trstBx .onHover {
  border-radius: 12px;
  border: 1px solid var(--blue);
  background: var(--blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: translateY(101%);
  transform: translateY(101%);
  -webkit-transition: .3s;
  transition: .3s
}
.whyTrustSec .whyTrstInner .whyTrstSlider .trstBx .onHover p {
  color: var(--white);
  padding: 0 20px;
  font-size: 14px
}
.whyTrustSec .whyTrstInner .whyTrstSlider .trstBx:hover .onHover {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: .3s;
  transition: .3s
}
.whyTrustSec .whyTrstInner .whyTrstSlider .owl-nav {
  display: none !important
}
@media (min-width: 576px) {
  .whyTrustSec .whyTrstInner .whyTrstSlider .owl-nav {
    display: block !important
  }
}
.whyTrustSec .whyTrstInner .whyTrstSlider .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
  height: 32px;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 18px
}
.whyTrustSec .whyTrstInner .whyTrstSlider .owl-nav button span {
  display: none
}
.whyTrustSec .whyTrstInner .whyTrstSlider .owl-nav button.owl-prev {
  left: -20px;
  background-image: url("../img/ic_slide-left.svg")
}
.whyTrustSec .whyTrstInner .whyTrstSlider .owl-nav button.owl-next {
  right: -20px;
  background-image: url("../img/ic_slide-right.svg")
}
.whyTrustSec .whyTrstInner .whyTrstSlider .owl-dots {
  display: block !important;
  text-align: center;
  margin-top: 22px;
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0
}
@media (max-width: 575px) {
  .whyTrustSec .whyTrstInner .whyTrstSlider .owl-dots {
    position: static;
    margin-top: 10px
  }
}
.whyTrustSec .whyTrstInner .whyTrstSlider .owl-dots button.owl-dot {
  margin: 0 5px
}
.whyTrustSec .whyTrstInner .whyTrstSlider .owl-dots button.owl-dot span {
  background-color: var(--dark-grey);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.whyTrustSec .whyTrstInner .whyTrstSlider .owl-dots button.owl-dot.active span {
  background-color: var(--blue)
}
.awards-sect {
  background-color: #e2362d;
}
.awards-sect iframe{
	border-radius: 10px;
    width: 370px;
    height: 315px;
    margin: 14px 0;
}
.awards-sect-1 iframe{
	border-radius: 10px;
    width: 370px;
    height: 205px;
    margin: 14px 0;
}
.awards-sect .gtbkContent {
  padding: 65px 0;
}
.awards-sect .gtbkContent h5 {
    font-size: 65px;
    font-weight: 700;
    max-width: 500px;
	color:#fff;
	text-shadow: 3px 0px 3px #000;
}
.awards-sect-1 .gtbkContent h5 {
    font-size: 35px;
    font-weight: 700;
	line-height:40px;
    max-width: 100%;
	text-transform:uppercase;
	color:#fff;
	text-shadow: 3px 0px 3px #000;
}
.awards-sect .gtbkContent p {
	color:#fff;
	text-shadow: 3px 0px 3px #000;
	font-size: 24px;
    line-height: 35px;
}
@media (max-width: 767px) {
  .awards-sect-1 .gtbkContent h5 {
	  font-size: 55px !important;
	  line-height:60px;
  }	
	.awards-sect-1 iframe{
		border-radius: 10px;
    	width: 100% !important;
	}	
  .awards-sect .gtbkContent h5 {
    font-size: 60px;
  }
	.awards-sect .gtbkContent p{
		font-size:25px;
		line-height:35px;
	}	
	.awards-sect iframe{
		border-radius: 10px;
    	width: 100%;
	}
}
.getBackCell {
  background-image: url("../img/doctor-with-stethoscope.png");
  background-color: var(--red);
  color: var(--white);
  background-size: cover;
  background-repeat: no-repeat;
}
.getBackCell .gtbkContent {
  padding: 45px 0;
}
@media (max-width: 575px) {
  .getBackCell .gtbkContent {
    padding: 40px 0 10px
  }
}
.getBackCell .gtbkContent h5 {
  font-size: 28px;
  font-weight: 700;
  max-width: 500px
}
@media (max-width: 767px) {
  .getBackCell .gtbkContent h5 {
    font-size: 24px
  }
}
@media (max-width: 575px) {
  .getBackCell .gtbkContent h5 {
    font-size: 20px
  }
}
.getBackCell .gtbkContent .getBackBtn {
  margin-top: 20px
}
.getBackCell .colImg {
  margin-top: 15px
}
@media (max-width: 575px) {
  .getBackCell .colImg {
    margin-top: 7px
  }
}
.getBackCell .colImg img {
  height: 289px;
  -o-object-fit: cover;
  object-fit: cover
}
.CritiAisNews .newscellCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.CritiAisNews .newscellCont p {
  margin-bottom: 20px
}
.CritiAisNews .newscellCont img {
  height: 274px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}
@media (max-width: 575px) {
  .CritiAisNews .newscellCont img {
    height: 114px
  }
}
.CritiAisNews .newsListRight .newsListsingle {
  border-radius: 12px;
  background: var(--white);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  gap: 16px
}
@media (max-width: 575px) {
  .CritiAisNews .newsListRight .newsListsingle {
    gap: 12px
  }
}
.CritiAisNews .newsListRight .newsListsingle:last-child {
  margin-bottom: 0
}
.CritiAisNews .newsListRight .newsListsingle img {
  width: 94px;
  height: 115px;
  -o-object-fit: cover;
  object-fit: cover
}
@media (max-width: 575px) {
  .CritiAisNews .newsListRight .newsListsingle img {
    width: 74px;
    height: 95px
  }
}
.CritiAisNews .newsListRight .newsListsingle .lsitCont {
  padding-right: 10px
}
.CritiAisNews .newsListRight .newsListsingle .lsitCont h6 {
  color: var(--black);
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}
@media (max-width: 575px) {
  .CritiAisNews .newsListRight .newsListsingle .lsitCont h6 {
    font-size: 15px;
    line-height: 22px
  }
}
.CritiAisNews .newsListRight .newsListsingle .lsitCont a {
  color: var(--blue);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none
}
.patientsDesk {
  background-color: var(--light-blue);
  padding: 30px 0px
}
.patientsDesk .patientcontent p {
  text-align: right;
  max-width: 474px;
  margin-left: auto
}
@media (max-width: 575px) {
  .patientsDesk .patientcontent p {
    text-align: left
  }
}
.patientsDesk .patientcontent .readmore {
  border-radius: 12px;
  border: 2px solid var(--blue);
  background: var(--blue);
  color: var(--white);
  margin-top: 40px
}
@media (max-width: 767px) {
  .patientsDesk .patientcontent .readmore {
    margin-top: 20px
  }
}
.realPatientStory .owl-nav{
	font-size:60px;
}
.realPatientStory p.mxPcol {
  max-width: 890px;
  text-align: center;
  margin: 0 auto 30px
}
.realPatientStory .patientStory .owl-stage-outer {
  padding: 100px 0px 40px
}
@media (max-width: 767px) {
  .realPatientStory .patientStory .owl-stage-outer {
    padding: 8px 0
  }
}
.realPatientStory .patientStory .owl-stage-outer .patientTestimonial {
  border-radius: 18px;
  padding: 22px 22px;
  text-align: center;
  background: var(--light-grey)
}
.realPatientStory .patientStory .owl-stage-outer .patientTestimonial .pImg {
  text-align: center;
  margin-bottom: 20px
}
.realPatientStory .patientStory .owl-stage-outer .patientTestimonial .pImg img {
  width: 80px;
  height: 80px;
  border-radius: 200px;
  border: 3px solid rgba(62, 102, 223, 0.3);
  margin: 0 auto
}
.realPatientStory .patientStory .owl-stage-outer .patientTestimonial h6 {
  color: var(--red);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0
}
@media (max-width: 767px) {
  .realPatientStory .patientStory .owl-stage-outer .patientTestimonial h6 {
    font-size: 18px
  }
}
.realPatientStory .patientStory .owl-stage-outer .patientTestimonial span {
  color: #808080;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px
}
.realPatientStory .patientStory .owl-stage-outer .patientTestimonial p {
  min-height: 100px;
  color: var(--dark-grey);
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-top: 15px
}
@media (max-width: 767px) {
  .realPatientStory .patientStory .owl-stage-outer .patientTestimonial p {
    min-height: auto;
    -webkit-line-clamp: unset;
    margin-top: 5px
  }
}
.realPatientStory .patientStory .owl-stage-outer .owl-item.center {
  -webkit-transform: scaleX(1.4);
  transform: scaleX(1.4);
  z-index: 9;
  top: -86px
}
@media (max-width: 767px) {
  .realPatientStory .patientStory .owl-stage-outer .owl-item.center {
    top: 0;
    -webkit-transform: none;
    transform: none
  }
}
.realPatientStory .patientStory .owl-stage-outer .owl-item.center .patientTestimonial {
  background: var(--white);
  border: 1px solid var(--red);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 22px 22px 30px
}
@media (max-width: 767px) {
  .realPatientStory .patientStory .owl-stage-outer .owl-item.center .patientTestimonial {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 14px 14px 14px
  }
}
.realPatientStory .patientStory .owl-stage-outer .owl-item.center .patientTestimonial p {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px
}
.realPatientStory .patientStory .owl-stage-outer .owl-item.center .innerPtMonial {
  -webkit-transform: scaleX(0.71425);
  transform: scaleX(0.71425);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: calc(100% + 120px);
  margin-left: -60px
}
@media (max-width: 767px) {
  .realPatientStory .patientStory .owl-stage-outer .owl-item.center .innerPtMonial {
    -webkit-transform: none;
    transform: none;
    width: 100%;
    margin: 0
  }
}
.realPatientStory .patientStory .owl-nav {
  display: none !important
}
@media (min-width: 576px) {
  .realPatientStory .patientStory .owl-nav {
    display: block !important;
    position: relative;
    max-width: 220px;
    margin: 0 auto;
    height: 26px;
    bottom: 90px
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .realPatientStory .patientStory .owl-nav {
    bottom: 0
  }
}
.realPatientStory .patientStory .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 10px
}
.realPatientStory .patientStory .owl-nav button span {
  display: none
}
.realPatientStory .patientStory .owl-nav button.owl-prev {
  left: 0px;
  background-image: url("../img/ic_slide-left.svg")
}
.realPatientStory .patientStory .owl-nav button.owl-next {
  right: 0px;
  background-image: url("../img/ic_slide-right.svg")
}
.realPatientStory .patientStory .owl-dots {
  display: block !important;
  text-align: center;
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  max-width: 180px;
  margin: 0 auto
}
@media (max-width: 767px) {
  .realPatientStory .patientStory .owl-dots {
    bottom: 0
  }
}
@media (max-width: 575px) {
  .realPatientStory .patientStory .owl-dots {
    position: static;
    margin-top: 10px
  }
}
.realPatientStory .patientStory .owl-dots button.owl-dot {
  margin: 0 5px
}
.realPatientStory .patientStory .owl-dots button.owl-dot span {
  background-color: var(--mid-grey);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.realPatientStory .patientStory .owl-dots button.owl-dot.active span {
  background-color: var(--blue)
}
.ourDoctor {
  background-color: var(--light-blue);
  padding: 30px 0px 10px 0px
}
.ourDoctor .subTextdoc {
  max-width: 885px;
  margin: 0 auto;
  text-align: center
}
.ourDoctor .doctorslider {
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media (max-width: 575px) {
  .ourDoctor .doctorslider {
    padding: 0
  }
}
.ourDoctor .doctorslider .Doctorimgbor {
  border: 15px solid var(--blue);
  border-bottom: 0
}
.ourDoctor .doctorslider .Doctorimgbor img {
  position: relative;
  width: 352px;
  height: 352px;
  top: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
  -o-object-position: bottom;
  object-position: bottom
}
@media (max-width: 475px) {
  .ourDoctor .doctorslider .Doctorimgbor img {
    height: auto;
    width: 100%
  }
}
.ourDoctor .doctorslider .doctorName {
  background-color: var(--blue);
  text-align: center;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 10px 0px;
  margin-top: -1px
}
.ourDoctor .doctorslider .doctorName h6 {
  font-weight: 800;
  font-size: 20px;
  text-transform: capitalize !important
}
@media (max-width: 575px) {
  .ourDoctor .doctorslider .doctorName h6 {
    font-size: 16px
  }
}
.ourDoctor .doctorslider .doctorName p {
  font-weight: 800;
  font-size: 16px
}
@media (max-width: 575px) {
  .ourDoctor .doctorslider .doctorName p {
    font-size: 15px
  }
}
.ourDoctor .doctorslider .owl-stage-outer {
  padding-top: 10px
}
.ourDoctor .doctorslider .owl-nav {
  display: none !important
}
@media (min-width: 576px) {
  .ourDoctor .doctorslider .owl-nav {
    display: block !important
  }
}
.ourDoctor .doctorslider .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
  height: 27px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-size: 17px !important
}
.ourDoctor .doctorslider .owl-nav button span {
  display: none
}
.ourDoctor .doctorslider .owl-nav button.owl-prev {
  left: 0px;
  background-image: url("../img/ic_slide-left.svg")
}
.ourDoctor .doctorslider .owl-nav button.owl-next {
  right: 0px;
  background-image: url("../img/ic_slide-right.svg")
}
.ourDoctor .doctorslider .owl-dots {
  display: none !important;
  text-align: center;
  margin-top: 22px;
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
}
@media (max-width: 575px) {
  .ourDoctor .doctorslider .owl-dots {
    position: static;
    margin-top: 10px
  }
}
.ourDoctor .doctorslider .owl-dots button.owl-dot {
  margin: 0 5px
}
.ourDoctor .doctorslider .owl-dots button.owl-dot span {
  background-color: var(--dark-grey);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.ourDoctor .doctorslider .owl-dots button.owl-dot.active span {
  background-color: var(--blue)
}
.recentBlogSec .blogCont {
  width: 330px;
  position: relative;
  z-index: 2
}
@media (max-width: 991px) {
  .recentBlogSec .blogCont {
    width: 100%;
    margin-bottom: 20px
  }
}
@media (max-width: 575px) {
  .recentBlogSec .blogCont {
    text-align: center
  }
}
@media (max-width: 575px) {
  .recentBlogSec .blogCont h2 {
    margin: 0 auto 20px !important
  }
}
.recentBlogSec .recBlogSlider .owl-stage-outer:before {
  content: '';
  width: 100px;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #fff;
  z-index: 1
}
@media (max-width: 991px) {
  .recentBlogSec .recBlogSlider .owl-stage-outer:before {
    content: none
  }
}
.recentBlogSec .recBlogSlider .owl-stage-outer .owl-item.cloned {
  -webkit-filter: opacity(0.8);
  filter: opacity(0.8)
}
@media (max-width: 991px) {
  .recentBlogSec .recBlogSlider .owl-stage-outer .owl-item.cloned {
    -webkit-filter: none;
    filter: none
  }
}
.recentBlogSec .recBlogSlider .owl-stage-outer .blogList .blogImg img {
  height: 210px;
  -o-object-fit: cover;
  object-fit: cover
}
.recentBlogSec .recBlogSlider .owl-stage-outer .blogList p {
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000
}
.recentBlogSec .recBlogSlider .owl-nav {
  display: none !important
}
@media (min-width: 576px) {
  .recentBlogSec .recBlogSlider .owl-nav {
    display: block !important;
    position: relative;
    max-width: 220px;
    margin-right: auto;
    margin-left: -290px;
    height: 26px;
    bottom: 60px
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .recentBlogSec .recBlogSlider .owl-nav {
    bottom: 0;
    margin: 20px auto 0
  }
}
.recentBlogSec .recBlogSlider .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 10px
}
.recentBlogSec .recBlogSlider .owl-nav button span {
  display: none
}
.recentBlogSec .recBlogSlider .owl-nav button.owl-prev {
  left: 0px;
  background-image: url("../img/ic_slide-left.svg")
}
.recentBlogSec .recBlogSlider .owl-nav button.owl-next {
  right: 0px;
  background-image: url("../img/ic_slide-right.svg")
}
.recentBlogSec .recBlogSlider .owl-dots {
  display: block !important;
  text-align: center;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  max-width: 180px;
  margin-right: auto;
  margin-left: -275px
}
@media (max-width: 991px) {
  .recentBlogSec .recBlogSlider .owl-dots {
    bottom: 0;
    margin: 20px auto 0
  }
}
@media (max-width: 575px) {
  .recentBlogSec .recBlogSlider .owl-dots {
    position: static;
    margin-top: 10px
  }
}
.recentBlogSec .recBlogSlider .owl-dots button.owl-dot {
  margin: 0 5px
}
.recentBlogSec .recBlogSlider .owl-dots button.owl-dot span {
  background-color: var(--black);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.recentBlogSec .recBlogSlider .owl-dots button.owl-dot.active span {
  background-color: var(--blue)
}
.faqsec .faqinner {
  background-color: var(--light-blue);
  padding: 30px 0px
}
.faqsec .faqinner button.accordion-button {
  padding: 11px 50px;
  font-weight: 800;
  font-size: 16px;
  color: var(--dark-grey)
}
.faqsec .faqinner button.accordion-button span {
  margin-right: 8px
}
@media (max-width: 575px) {
  .faqsec .faqinner button.accordion-button {
    padding: 10px 10px;
    font-size: 14px
  }
}
.faqsec .faqinner .accordion {
  background-color: var(--light-grey)
}
.faqsec .faqinner .accordion-body {
  padding: 11px 50px;
  color: var(--white);
  opacity: 0.6000000238418579;
  max-width: 930px;
  font-size: 14px;
  line-height: 20px;
  padding-top: 0
}
@media (max-width: 575px) {
  .faqsec .faqinner .accordion-body {
    padding: 10px 10px
  }
}
.faqsec .faqinner .accordion-button::after {
  content: '+';
  color: var(--dark-grey);
  background-image: none;
  background-color: var(--mid-light-grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 400;
  width: 30px;
  height: 30px
}
.faqsec .faqinner .accordion-button:not(.collapsed)::after {
  content: '-';
  color: var(--blue);
  background-color: #fff;
  font-size: 30px
}
.faqsec .faqinner .accordion-item {
  border: 0 !important;
  margin-bottom: 5px
}
.faqsec .faqinner button.accordion-button[aria-expanded="true"] {
  background: var(--blue);
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--white);
  border-radius: 0
}
.faqsec .faqinner .accordion-collapse.collapse.show, .faqsec .faqinner .accordion-collapse.collapsing {
  background: var(--blue);
  border: 0
}
.stickySocialIcons {
  width: 37px;
  position: fixed;
  top: 140px;
  right: 0;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  padding: 12px 0;
  z-index: 9
}
.stickySocialIcons ul {
  gap: 6px
}
.stickySocialIcons ul li img {
  width: 19px;
  height: 19px
}
.faqsec .faqinner .accordion-body span {
  color: var(--white) !important;
  line-height: 20px !important;
  font-family: 'Helvetica' !important;
  font-size: 14px !important
}
.specialities_main {
  margin: 60px 0px
}
.specialities_main .specCol {
  border-radius: 12px;
  border: 1px solid var(--blue);
  background: var(--light-grey);
  padding: 12px 10px;
  -webkit-transition: .3s;
  transition: .3s;
  height: 100%
}
@media (min-width: 576px) {
  .specialities_main .specCol {
    padding: 12px
  }
}
.specialities_main .specCol .imgCell {
  width: 56px;
  height: 56px;
  background-color: var(--red);
  border-radius: 50%;
  margin: 0 auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.specialities_main .specCol .imgCell img {
  width: 30px;
  height: 30px
}
.specialities_main .specCol p {
  color: var(--blue);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical
}
@media (min-width: 576px) {
  .specialities_main .specCol p {
    font-size: 16px
  }
}
.specialities_main .specCol:hover {
  border-radius: 12px;
  background: var(--blue);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  position: relative;
  top: -6px;
  -webkit-transition: .3s;
  transition: .3s
}
.specialities_main .specCol:hover .imgCell {
  background-color: var(--white)
}
.specialities_main .specCol:hover .imgCell img {
  -webkit-filter: grayscale(10000%) sepia(10000000%) hue-rotate(291deg) saturate(10000000000%);
  filter: grayscale(10000%) sepia(10000000%) hue-rotate(291deg) saturate(10000000000%)
}
.specialities_main .specCol:hover p {
  font-weight: 700;
  color: var(--white);
  -webkit-transition: all;
  transition: all
}
.commonTab ul {
  gap: 20px;
  overflow: auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 2px
}
.commonTab ul li button {
  height: 44px;
  padding: 4px 16px 4px 16px;
  color: var(--dark-grey);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 7px !important;
  border: 1px solid var(--dark-grey) !important;
  white-space: nowrap
}
.commonTab ul li button:hover {
  color: var(--dark-grey)
}
.commonTab ul li button.active {
  background-color: var(--blue) !important;
  color: var(--white) !important;
  border: 1px solid var(--blue) !important
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px
}
::-webkit-scrollbar-track {
  background: #f1f1f1
}
::-webkit-scrollbar-thumb {
  background: #008fc5
}
::-webkit-scrollbar-thumb:hover {
  background: #008fc5
}
.opiTabCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media (max-width: 767px) {
  .opiTabCont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
  }
}
.opiTabCont .tababoutimg {
  border: 1px solid var(--blue);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 178px
}
@media (max-width: 575px) {
  .opiTabCont .tababoutimg {
    max-width: 80px;
    height: 80px
  }
}
.opiTabCont .tababoutimg img {
  padding: 18px
}
.opiTabCont .tababoutcontent p {
  max-width: 1039px;
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-grey);
  margin-bottom: 8px
}
@media (max-width: 575px) {
  .opiTabCont .tababoutcontent p {
    font-size: 15px
  }
}
.opiTabCont .tababoutcontent h6 {
  font-size: 18px;
  font-weight: 800;
  color: var(--dark-grey);
  margin-bottom: 9px
}
@media (max-width: 575px) {
  .opiTabCont .tababoutcontent h6 {
    font-size: 16px
  }
}
.opiTabCont .tababoutcontent ul li {
  list-style: lower-latin;
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-grey)
}
@media (max-width: 575px) {
  .opiTabCont .tababoutcontent ul li {
    font-size: 15px
  }
}
.itemTrstBx {
  padding: 0 30px
}
@media (max-width: 475px) {
  .itemTrstBx {
    padding: 0 10px
  }
}
.itemTrstBx .trstBx {
  border-radius: 12px;
  border: 1px solid var(--mid-grey);
  background: var(--light-grey);
  padding: 20px;
  text-align: center;
  position: relative;
  cursor: pointer;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.itemTrstBx .trstBx img {
  width: 66px;
  height: 66px;
  margin: 12px auto 15px
}
@media (min-width: 576px) {
  .itemTrstBx .trstBx img {
    width: 75px;
    height: 75px
  }
}
.itemTrstBx .trstBx p {
  color: var(--blue);
  font-weight: 600
}
.itemTrstBx .trstBx .onHover {
  border-radius: 12px;
  border: 1px solid var(--blue);
  background: var(--blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: translateY(101%);
  transform: translateY(101%);
  -webkit-transition: .3s;
  transition: .3s
}
.itemTrstBx .trstBx .onHover p {
  color: var(--white);
  padding: 0 20px;
  font-size: 14px
}
.itemTrstBx .trstBx:hover .onHover {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: .3s;
  transition: .3s
}
.itemTrstBx .owl-nav {
  display: none !important
}
@media (min-width: 576px) {
  .itemTrstBx .owl-nav {
    display: block !important
  }
}
.itemTrstBx .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 24px;
  height: 31px;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 18px !important;
  background-repeat: no-repeat !important
}
.itemTrstBx .owl-nav button span {
  display: none
}
.itemTrstBx .owl-nav button.owl-prev {
  left: 0px;
  background-image: url("../img/ic_slide-left.svg")
}
.itemTrstBx .owl-nav button.owl-next {
  right: 0px;
  background-image: url("../img/ic_slide-right.svg")
}
.itemTrstBx .owl-dots {
  display: block !important;
  text-align: center;
  margin-top: 0px;
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0
}
@media (max-width: 575px) {
  .itemTrstBx .owl-dots {
    position: static;
    margin-top: 10px
  }
}
.itemTrstBx .owl-dots button.owl-dot {
  margin: 0 5px
}
.itemTrstBx .owl-dots button.owl-dot span {
  background-color: var(--dark-grey);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.itemTrstBx .owl-dots button.owl-dot.active span {
  background-color: var(--blue)
}
#suggestionContainer {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto
}
.suggestion-item {
  cursor: pointer;
  padding: 5px;
  border: 1px solid #ccc;
  color: #877373
}
.hoverSimpBx:hover {
  background-color: var(--blue);
  border-color: var(--blue)
}
.hoverSimpBx:hover p {
  color: var(--white) !important
}
.arrivingAh {
  padding: 30px 0
}
.surgicalsec.reqDocument .surgicalcontent {
  padding: 28px 20px 20px 20px
}
.surgicalsec.reqDocument .surgicalcontent h6 {
  padding-left: 0
}
.surgicalsec.reqDocument .surgicalcontent ul {
  padding-left: 20px;
  margin-bottom: 0
}
.surgicalsec.reqDocument .surgicalcontent ul li:last-child {
  margin-bottom: 0
}
.surgicalsec.reqDocument .surgicalimg img {
  border-radius: 0;
  border: 0
}
.bookappform select {
  background-image: url("../img/selectVector.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 97% 50%
}
.privacypolicy {
  margin-top: 40px
}
@media (max-width: 767px) {
  .privacypolicy {
    margin-top: 20px
  }
}
.privacypolicy p {
  margin-bottom: 14px
}
@media (max-width: 767px) {
  .privacypolicy p {
    margin-bottom: 10px
  }
}
.privacypolicy ul {
  margin-bottom: 14px;
  padding-left: 18px
}
@media (max-width: 767px) {
  .privacypolicy ul {
    margin-bottom: 10px
  }
}
.privacypolicy ul li {
  margin-bottom: 14px;
  color: var(--dark-grey);
  font-size: 16px
}
@media (max-width: 767px) {
  .privacypolicy ul li {
    margin-bottom: 10px
  }
}
.privacypolicy h6 {
  font-weight: 800;
  font-size: 16px;
  color: var(--fdark-grey)
}
.disclaimersec {
  margin-top: 40px
}
@media (max-width: 767px) {
  .disclaimersec {
    margin-top: 20px
  }
}
.disclaimersec p {
  margin-bottom: 12px
}
@media (max-width: 767px) {
  .disclaimersec p {
    margin-bottom: 10px
  }
}
.disclaimersec ul {
  margin-bottom: 12px;
  padding-left: 18px
}
@media (max-width: 767px) {
  .disclaimersec ul {
    margin-bottom: 10px
  }
}
.disclaimersec ul li {
  margin-bottom: 12px;
  color: var(--dark-grey);
  list-style: auto;
  font-size: 16px
}
@media (max-width: 767px) {
  .disclaimersec ul li {
    margin-bottom: 10px
  }
}
.ul-circle ul li {
  list-style: disc !important
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 43px !important;
  padding: 0 6px 0 8px
}
div#suggestionspecialityContainer {
  position: absolute;
  top: 100%;
  z-index: 1;
  background-color: #fff;
  width: 100%;
  max-height: 250px;
  overflow: auto
}
.bookappform {
  height: auto
}
div#suggestionContainer {
  position: absolute;
  top: 100%;
  z-index: 1;
  background-color: #008fc5;
  width: 100%;
  max-height: 250px;
  overflow: auto
}
.TesticontantCol {
  border-radius: 18px;
  border: 1px solid var(--mid-grey, #ABABAB);
  padding: 30px 20px;
  text-align: center;
  position: relative
}
.TesticontantCol .imgCol img {
  border-radius: 200px;
  border: 3px solid var(--blue, #008FC5);
  width: 78px;
  height: 78px;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover
}
.TesticontantCol h6 {
  color: #FE5656;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
  margin: 10px 0 0
}
.TesticontantCol span {
  color: #808080;
  font-weight: 500
}
.TesticontantCol .contentMain {
  margin-top: 20px;
  padding-top: 20px;
  position: relative
}
.TesticontantCol .contentMain:after {
  content: '';
  background-color: #E6E6E6;
  max-width: 280px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto
}
.TesticontantCol button.youtubeVideo {
  background-color: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px
}
.masonry {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  -webkit-column-fill: initial;
  column-fill: initial
}
@media (min-width: 575px) {
  .masonry {
    -webkit-column-count: 2;
    column-count: 2
  }
}
@media (min-width: 1024px) {
  .masonry {
    -webkit-column-count: 3;
    column-count: 3
  }
}
.masonry .brick {
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
  width: 100%
}
.patientVideoTestimonial .modal-header {
  background-color: white !important;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1;
  border: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px
}
.patientVideoTestimonial .modal-header button.btn-close {
  margin: 0;
  padding: 0;
  opacity: 1
}
.patientVideoTestimonial .modal-content {
  background-color: transparent;
  border: 0
}
.patientVideoTestimonial .videoCol iframe {
  width: 100%;
  height: 300px
}
@media (max-width: 575px) {
  .patientVideoTestimonial .videoCol iframe {
    height: auto
  }
}
button.youtubeVideo {
  background-color: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px
}
div#suggestiondoctorContainer {
  position: absolute;
  top: 100%;
  z-index: 1;
  background-color: #fff;
  width: 100%;
  max-height: 250px;
  overflow: auto
}
.symcontent img {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important
}
.doctorall .Doctorimgbor img {
  top: 0px !important
}
.doctorall .doctorName {
  margin-top: -1px !important
}
div#suggestionLocationContainer {
  position: absolute;
  top: 100%;
  z-index: 1;
  background-color: #fff;
  width: 100%;
  max-height: 250px;
  overflow: auto
}
.location-suggestion-item {
  cursor: pointer;
  padding: 5px;
  border: 1px solid #ccc;
  color: #877373
}
.bookAppointmentForm .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.smallSliderSpecial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px
}
.smallSliderSpecial .owl-nav {
  display: none
}
.heath-check-sec .healthcontent.cstmField .owl-nav {
  display: none !important
}
.heath-check-sec .healthcontent.cstmField button.owl-dot {
  margin: 0 5px
}
.heath-check-sec .healthcontent.cstmField button.owl-dot span {
  background-color: var(--dark-grey);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.heath-check-sec .healthcontent.cstmField button.owl-dot.active span {
  background-color: #008fc5
}
.diseaseimg {
  height: 100%
}
.diseaseimg img {
  height: 100%
}
a.close {
  color: #000000;
  font-size: 24px;
  position: absolute;
  right: 9px;
  top: 0px
}
.alert.alert-success.alert-dismissible {
  position: relative
}
.currentopenings .opening-content {
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 15px 10px;
  gap: 10px
}
.currentopenings .opening-content .title_opening h6 {
  color: var(--blue);
  font-weight: 800;
  font-size: 20px;
  text-align: center
}
.currentopenings .opening-content p {
  color: var(--mid-grey)
}
.innerBannerSec {
  background-image: url("../img/img_blog-bg.png");
  min-height: 250px;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}
@media (max-width: 767px) {
  .innerBannerSec {
    padding: 30px 0
  }
}
.innerBannerSec h4 {
  color: var(--dark-grey);
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 0;
	margin-top:70px;
	text-transform: capitalize;
}
@media (max-width: 767px) {
  .innerBannerSec h4 {
    font-size: 28px
  }
}
@media (max-width: 575px) {
  .innerBannerSec h4 {
    font-size: 24px
  }
}
.innerBannerSec .bannerFormInner {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 14px;
  margin: 30px auto 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media (min-width: 768px) {
  .innerBannerSec .bannerFormInner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    gap: 26px
  }
}
.innerBannerSec .bannerFormInner .widFieldCol {
  max-width: 400px;
  width: 100%
}
.innerBannerSec .bannerFormInner .widFieldCol.mxWidthAuto {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content
}
.innerBannerSec .bannerFormInner .widFieldCol .form-field .searchField input {
  border-radius: 12px;
  border: 2px solid var(--dark-grey);
  padding: 8px 8px 8px 40px;
  font-size: 15px;
  color: var(--dark-grey);
  height: 48px;
  font-weight: 500;
  width: 100%;
  background-color: transparent
}
@media (max-width: 991px) {
  .innerBannerSec .bannerFormInner .widFieldCol .form-field .searchField input {
    font-size: 14px;
    padding: 8px 8px 8px 30px
  }
}
@media (max-width: 767px) {
  .innerBannerSec .bannerFormInner .widFieldCol .form-field .searchField input {
    height: 40px
  }
}
.innerBannerSec .bannerFormInner .widFieldCol .form-field .searchField input::-webkit-input-placeholder {
  color: var(--dark-grey)
}
.innerBannerSec .bannerFormInner .widFieldCol .form-field .searchField input:-ms-input-placeholder {
  color: var(--dark-grey)
}
.innerBannerSec .bannerFormInner .widFieldCol .form-field .searchField input::-ms-input-placeholder {
  color: var(--dark-grey)
}
.innerBannerSec .bannerFormInner .widFieldCol .form-field .searchField input::placeholder {
  color: var(--dark-grey)
}
.innerBannerSec .bannerFormInner .widFieldCol .form-field .searchField img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 10px;
  width: 19px;
  height: 19px
}
@media (max-width: 991px) {
  .innerBannerSec .bannerFormInner .widFieldCol .form-field .searchField img {
    left: 8px;
    width: 16px;
    height: 16px
  }
}
.innerBannerSec .bannerFormInner .widFieldCol .form-field .searchField .btnBookApp {
  border-radius: 12px;
  background: var(--blue);
  border: 0;
  padding: 10px 13px;
  height: 48px;
  color: var(--white);
  font-weight: 400;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%
}
@media (max-width: 991px) {
  .innerBannerSec .bannerFormInner .widFieldCol .form-field .searchField .btnBookApp {
    font-size: 14px;
    white-space: pre
  }
}
@media (max-width: 767px) {
  .innerBannerSec .bannerFormInner .widFieldCol .form-field .searchField .btnBookApp {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    border-radius: 8px;
    width: 100%
  }
}
.blogTabs {
  margin-bottom: 60px
}
.blogTabs .tabsList ul {
  gap: 30px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 12px;
  margin-bottom: 60px
}
@media (max-width: 767px) {
  .blogTabs .tabsList ul {
    gap: 9px;
    margin-bottom: 20px
  }
}
.blogTabs .tabsList ul li button {
  height: 44px;
  padding: 4px 24px 4px 24px;
  color: var(--dark-grey);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  border-radius: 7px;
  border: 1px solid var(--dark-grey);
  white-space: nowrap
}
@media (max-width: 767px) {
  .blogTabs .tabsList ul li button {
    height: 35px;
    padding: 4px 8px 4px 8px;
    font-size: 12px;
    min-width: 50px
  }
}
.blogTabs .tabsList ul li button.active {
  background-color: var(--blue);
  color: var(--white);
  border: 1px solid var(--blue)
}
.leftBlogList .recentBlog h5 {
  color: var(--dark-grey);
  font-size: 32px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 14px
}
@media (max-width: 767px) {
  .leftBlogList .recentBlog h5 {
    font-size: 28px
  }
}
@media (max-width: 575px) {
  .leftBlogList .recentBlog h5 {
    font-size: 24px
  }
}
.leftBlogList .recentBlog .newsListsingle {
  border-radius: 12px;
  background: var(--white);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  gap: 16px
}
@media (max-width: 575px) {
  .leftBlogList .recentBlog .newsListsingle {
    gap: 12px
  }
}
.leftBlogList .recentBlog .newsListsingle:last-child {
  margin-bottom: 0
}
.leftBlogList .recentBlog .newsListsingle img {
  width: 84px;
  height: 115px;
  -o-object-fit: cover;
  object-fit: cover
}
@media (max-width: 575px) {
  .leftBlogList .recentBlog .newsListsingle img {
    width: 74px;
    height: 95px
  }
}
.leftBlogList .recentBlog .newsListsingle .lsitCont {
  padding-right: 10px
}
.leftBlogList .recentBlog .newsListsingle .lsitCont h6 {
  color: var(--black);
  font-family: Helvetica;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}
@media (max-width: 575px) {
  .leftBlogList .recentBlog .newsListsingle .lsitCont h6 {
    font-size: 15px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
  }
}
.leftBlogList .recentBlog .newsListsingle .lsitCont a {
  color: var(--blue);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none
}
.mb-columnrev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse
}
@media (min-width: 992px) {
  .mb-columnrev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row
  }
}
.blogbx {
  border-radius: 12px;
  background: var(--white, #FFF);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15)
}
.blogbx img {
  border-radius: 12px 12px 0px 0px;
  width: 100%;
  height: 264px;
  -o-object-fit: cover;
  object-fit: cover
}
@media (max-width: 575px) {
  .blogbx img {
    height: 180px
  }
}
.blogbx .blog_content {
  padding: 8px 13px
}
.blogbx .blog_content h6 {
  font-size: 16px;
  color: #0F0F0F;
  font-weight: 400;
  opacity: 0.5;
  margin-bottom: 8px
}
@media (max-width: 575px) {
  .blogbx .blog_content h6 {
    font-size: 14px;
    margin-bottom: 5px
  }
}
.blogbx .blog_content h5 a {
  color: #0F0F0F;
  font-weight: 700;
  font-size: 27px;
  line-height: 130%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 300px;
  margin-bottom: 8px;
  min-height: 108px
}
@media (max-width: 575px) {
  .blogbx .blog_content h5 a {
    font-size: 18px;
    min-height: auto;
    margin-bottom: 5px
  }
}
.blogbx .blog_content p {
  color: #0F0F0F;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  opacity: 0.5;
  margin-bottom: 8px
}
@media (max-width: 575px) {
  .blogbx .blog_content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px
  }
}
.blogbx .blog_content span {
  color: #0F0F0F;
  font-size: 16px;
  opacity: 0.5;
  font-weight: 400
}
@media (max-width: 575px) {
  .blogbx .blog_content span {
    font-size: 14px
  }
}
.blogbx .blog_content .blog_comment .btn {
  border: 0;
  padding: 5px
}
.blogbx .blog_content .blog_comment .btn i {
  font-size: 20px
}
@media (max-width: 575px) {
  .blogbx .blog_content .blog_comment .btn i {
    font-size: 14px
  }
}
.blogbx .blog_content .blog_comment button.btn:hover {
  color: var(--blue)
}
.internationalpatientssec {
  background-image: url("../img/internationalpatient.png")
}
.interpara {
  font-size: 15px;
  font-weight: 400
}
.overviewsec p {
  color: var(--black);
  font-weight: 400;
  text-align: center;
  font-size: 15px
}
@media (max-width: 767px) {
  .overviewsec p {
    text-align: left
  }
}
.overviewsec .overviewcontent ul li {
  margin-bottom: 10px
}
.treatmentJourney {
  background-color: var(--light-blue);
  padding: 40px 0px
}
.treatmentJourney .trstBx {
  border-radius: 12px;
  border: 1px solid var(--mid-grey);
  background: var(--light-grey);
  padding: 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 100%;
  margin-top: 30px
}
.treatmentJourney .trstBx img {
  width: 66px;
  height: 66px;
  margin: 12px auto 15px
}
@media (min-width: 576px) {
  .treatmentJourney .trstBx img {
    width: 75px;
    height: 75px
  }
}
.treatmentJourney .trstBx p {
  color: var(--blue);
  font-weight: 600
}
.treatmentJourney .trstBx .onHover {
  border-radius: 12px;
  border: 1px solid var(--blue);
  background: var(--blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: translateY(101%);
  transform: translateY(101%);
  -webkit-transition: .3s;
  transition: .3s
}
.treatmentJourney .trstBx .onHover p {
  color: var(--white);
  padding: 0 20px;
  font-size: 14px
}
.treatmentJourney .trstBx:hover .onHover {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: .3s;
  transition: .3s
}
.treatmentJourney .reasonContent {
  text-align: center
}
@media (max-width: 575px) {
  .treatmentJourney .reasonContent {
    text-align: left
  }
}
.treatmentJourney .reasonContent span {
  font-size: 25px;
  font-weight: 800;
  line-height: 40px;
  color: var(--dark-grey);
  display: block;
  margin-bottom: 20px;
  margin-top: 30px
}
@media (max-width: 575px) {
  .treatmentJourney .reasonContent span {
    margin-bottom: 0px;
    margin-top: 15px;
    line-height: 23px;
    font-size: 18px
  }
}
.treatmentJourney .reasonContent p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: var(--dark-grey)
}
@media (max-width: 575px) {
  .treatmentJourney .reasonContent p {
    line-height: 25px;
    font-size: 14px
  }
}
.surgicalsec .surgicalcontent {
  background-color: var(--light-blue);
  padding: 28px 0px 20px 0px;
  border-left: 6px solid var(--red)
}
@media (max-width: 575px) {
  .surgicalsec .surgicalcontent {
    border-left: none
  }
}
.surgicalsec .surgicalcontent h6 {
  font-weight: 800;
  color: var(--dark-grey);
  font-size: 20px;
  padding-left: 25px;
  margin-bottom: 15px
}
.surgicalsec .surgicalcontent ul li {
  margin-bottom: 14px
}
.surgicalsec .surgicalimg img {
  border: 3px solid var(--blue);
  border-radius: 12px
}
.whatcriticare .whyContent h6 {
  font-weight: 800;
  font-size: 27px;
  color: var(--dark-grey);
  text-align: center
}
@media (max-width: 767px) {
  .whatcriticare .whyContent h6 {
    text-align: left;
    font-size: 18px;
    margin-bottom: 0
  }
}
.whatcriticare .whyContent p {
  font-weight: 400;
  font-size: 16px;
  color: var(--dark-grey);
  text-align: center
}
@media (max-width: 767px) {
  .whatcriticare .whyContent p {
    text-align: left;
    font-size: 14px
  }
}
.criticarepatient {
  margin-bottom: 60px
}
@media (max-width: 767px) {
  .criticarepatient {
    margin-bottom: 30px
  }
}
.criticarepatient p.siteHeading {
  color: #0F0F0F;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  position: relative;
  padding-bottom: 12px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 20px auto 10px
}
@media (max-width: 767px) {
  .criticarepatient p.siteHeading {
    line-height: 20px
  }
}
.criticarepatient p.siteHeading::after {
  content: '';
  background-color: var(--red);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 50px;
  left: 0
}
@media (max-width: 767px) {
  .criticarepatient p.siteHeading::after {
    bottom: 7px
  }
}
.criticarepatient .trstBx {
  border-radius: 12px;
  border: 1px solid var(--mid-grey);
  background: var(--light-grey);
  padding: 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 100%
}
.criticarepatient .trstBx img {
  width: 66px;
  height: 66px;
  margin: 12px auto 15px
}
@media (min-width: 576px) {
  .criticarepatient .trstBx img {
    width: 75px;
    height: 75px
  }
}
.criticarepatient .trstBx p {
  color: var(--blue);
  font-weight: 600
}
.criticarepatient .trstBx .onHover {
  border-radius: 12px;
  border: 1px solid var(--blue);
  background: var(--blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: translateY(101%);
  transform: translateY(101%);
  -webkit-transition: .3s;
  transition: .3s
}
.criticarepatient .trstBx .onHover p {
  color: var(--white);
  padding: 0 20px;
  font-size: 14px
}
.criticarepatient .trstBx:hover .onHover {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: .3s;
  transition: .3s
}
.realPatientStory.intrealsec .owl-dots {
  display: none !important
}
.aboutbannersec {
  background-image: url("../img/aboutbanner(2).png")
}
h6.about-inner-head {
  font-weight: 700;
  font-size: 22px;
  color: #0F0F0F;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px
}
@media (max-width: 575px) {
  h6.about-inner-head {
    font-size: 18px;
    text-align: left
  }
}
.Aboutsec h2 {
  margin: 40px auto 24px auto
}
.Aboutsec .about_contentsec {
  background-color: var(--light-blue);
  padding: 40px 0px
}
@media (max-width: 575px) {
  .Aboutsec .about_contentsec {
    padding: 20px 0
  }
}
.Aboutsec .about_contentsec .aboutinnerContent p {
  font-size: 16px;
  color: var(--dark-grey);
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 10px
}
@media (max-width: 575px) {
  .Aboutsec .about_contentsec .aboutinnerContent p {
    font-size: 15px;
    line-height: 22px
  }
}
.Aboutsec .about_contentsec img {
  border-radius: 20px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.Aboutsec .about_contentsec .owl-dots {
  text-align: center;
  margin-top: 10px
}
.Aboutsec .about_contentsec .owl-dots button.owl-dot {
  margin: 0 5px
}
.Aboutsec .about_contentsec .owl-dots button.owl-dot span {
  background-color: var(--dark-grey);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.Aboutsec .about_contentsec .owl-dots button.owl-dot.active span {
  background-color: var(--blue)
}
.Missionsec {
  background-color: var(--white);
  padding: 60px 0px
}
.Missionsec .mission_content p {
  text-align: center;
  font-size: 16px;
  color: var(--dark-grey);
  font-weight: 400
}
@media (max-width: 575px) {
  .Missionsec .mission_content p {
    font-size: 15px;
    text-align: left
  }
}
.visionsec {
  background-color: var(--light-blue);
  padding: 40px 0px
}
.visionsec .vision_content p {
  text-align: center;
  font-size: 16px;
  color: var(--dark-grey);
  font-weight: 400
}
@media (max-width: 575px) {
  .visionsec .vision_content p {
    font-size: 15px;
    text-align: left
  }
}
.qualitysec {
  background-color: var(--white);
  padding: 60px 0px
}
.qualitysec .qualityp {
  max-width: 1107px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px
}
.qualitysec .qualitycontent h6 {
  font-weight: 800;
  font-size: 25px;
  text-align: center
}
@media (max-width: 575px) {
  .qualitysec .qualitycontent h6 {
    font-size: 20px;
    text-align: left
  }
}
.qualitysec .qualitycontent p {
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 30px
}
@media (max-width: 575px) {
  .qualitysec .qualitycontent p {
    text-align: left;
    margin-bottom: 20px
  }
}
.foundersec {
  background-color: var(--light-blue);
  padding: 40px 0px
}
.foundersec .founderinner {
  margin-top: 30px
}
.foundersec .founderinner .doctorData {
  background-color: var(--white)
}
.foundersec .founderinner .Doctorimgbor {
  border: 15px solid var(--red);
  border-bottom: 0
}
.foundersec .founderinner .Doctorimgbor img {
  position: relative;
  width: 352px;
  height: 352px;
  top: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
  -o-object-position: bottom;
  object-position: bottom
}
.foundersec .founderinner .doctorName {
  background-color: var(--red);
  text-align: center;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 10px 0px;
  margin-top: -1px
}
.foundersec .founderinner .doctorName h6 {
  font-weight: 800;
  font-size: 20px;
  text-transform: capitalize
}
@media (max-width: 575px) {
  .foundersec .founderinner .doctorName h6 {
    font-size: 16px
  }
}
.foundersec .founderinner .doctorName p {
  font-weight: 800;
  font-size: 16px
}
@media (max-width: 575px) {
  .foundersec .founderinner .doctorName p {
    font-size: 15px
  }
}
.foundersec .founderName h6 {
  color: var(--red);
  font-size: 25px;
  font-weight: 800;
  margin-top: 20px;
  text-transform: capitalize
}
@media (max-width: 575px) {
  .foundersec .founderName h6 {
    font-size: 20px
  }
}
.foundersec .founderName h5 {
  color: var(--dark-grey);
  font-weight: 700;
  font-size: 22px
}
@media (max-width: 575px) {
  .foundersec .founderName h5 {
    font-size: 16px
  }
}
.foundersec .founderName p {
  color: var(--dark-grey);
  font-size: 15px;
  font-weight: 700
}
@media (max-width: 575px) {
  .foundersec .founderName p {
    font-size: 15px
  }
}
.ethossec {
  background-color: var(--white);
  padding: 60px 0px
}
.ethossec .ethosp {
  max-width: 1100px;
  margin: 0 auto
}
.ethossec .aboutab {
  margin-top: 20px
}
.ethossec .aboutab .tabsList ul {
  gap: 30px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 12px;
  margin-bottom: 10px
}
@media (max-width: 767px) {
  .ethossec .aboutab .tabsList ul {
    gap: 9px;
    margin-bottom: 20px
  }
}
.ethossec .aboutab .tabsList ul li button {
  height: 44px;
  padding: 4px 10px 4px 10px;
  color: var(--dark-grey);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  border-radius: 7px;
  border: 1px solid var(--dark-grey);
  white-space: nowrap
}
@media (max-width: 767px) {
  .ethossec .aboutab .tabsList ul li button {
    height: 35px;
    padding: 4px 8px 4px 8px;
    font-size: 12px;
    min-width: 50px
  }
}
.ethossec .aboutab .tabsList ul li button.active {
  background-color: var(--blue);
  color: var(--white);
  border: 1px solid var(--blue)
}
.ethossec .abouttabcontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px
}
@media (max-width: 767px) {
  .ethossec .abouttabcontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }
}
.ethossec .abouttabcontent .tababoutimg {
  border: 1px solid var(--blue);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 184px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 199px
}
@media (max-width: 575px) {
  .ethossec .abouttabcontent .tababoutimg {
    max-width: 100px;
    height: 100px
  }
}
.ethossec .abouttabcontent .tababoutcontent p {
  max-width: 1039px;
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-grey);
  margin-bottom: 8px
}
@media (max-width: 575px) {
  .ethossec .abouttabcontent .tababoutcontent p {
    font-size: 15px
  }
}
.ethossec .abouttabcontent .tababoutcontent h6 {
  font-size: 18px;
  font-weight: 800;
  color: var(--dark-grey);
  margin-bottom: 9px
}
@media (max-width: 575px) {
  .ethossec .abouttabcontent .tababoutcontent h6 {
    font-size: 16px
  }
}
.ethossec .abouttabcontent .tababoutcontent ul li {
  list-style: lower-latin;
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-grey)
}
@media (max-width: 575px) {
  .ethossec .abouttabcontent .tababoutcontent ul li {
    font-size: 15px
  }
}
.foundermessage {
  background-color: var(--white);
  padding: 60px 0px 10px 0
}
.foundermessage p {
  font-size: 15px;
  font-weight: 500;
  color: var(--dark-grey);
  text-align: center
}
@media (max-width: 767px) {
  .foundermessage p {
    text-align: left
  }
}
.booksection {
  margin: 60px 0
}
@media (max-width: 767px) {
  .booksection {
    margin: 40px 0
  }
}
.booksection .bookcontent h6 {
  font-weight: 800;
  font-size: 30px;
  color: var(--dark-grey)
}
@media (max-width: 767px) {
  .booksection .bookcontent h6 {
    font-size: 20px
  }
}
.booksection .bookcontent p {
  max-width: 321px
}
@media (max-width: 767px) {
  .booksection .bookcontent p {
    font-size: 15px
  }
}
.bookappform {
  background-color: var(--blue);
  padding: 20px 40px
}
@media (max-width: 575px) {
  .bookappform {
    padding: 20px 10px
  }
}
.bookappform label {
  color: var(--white);
  font-weight: 400;
  font-size: 16px
}
.bookappform input {
  height: 45px;
  border-radius: 7px;
  color: var(--blue);
	margin-bottom:10px;
}
@media (max-width: 767px) {
  .bookappform input {
    margin-bottom: 10px;
    height: 40px
  }
}
.bookappform input::-webkit-input-placeholder {
  color: var(--blue);
  font-weight: 400;
  font-size: 16px
}
.bookappform input:-ms-input-placeholder {
  color: var(--blue);
  font-weight: 400;
  font-size: 16px
}
.bookappform input::-ms-input-placeholder {
  color: var(--blue);
  font-weight: 400;
  font-size: 16px
}
.bookappform input::placeholder {
  color: var(--blue);
  font-weight: 400;
  font-size: 16px
}
@media (max-width: 767px) {
  .bookappform input::-webkit-input-placeholder {
    font-size: 15px
  }
  .bookappform input:-ms-input-placeholder {
    font-size: 15px
  }
  .bookappform input::-ms-input-placeholder {
    font-size: 15px
  }
  .bookappform input::placeholder {
    font-size: 15px
  }
}
.bookappform select {
  height: 45px;
  border-radius: 7px;
  color: var(--blue)
}
@media (max-width: 767px) {
  .bookappform select {
    margin-bottom: 10px;
    height: 40px
  }
}
.bookappform .form-select {
  background-image: url("../img/selectVector.png");
  background-repeat: no-repeat;
  background-size: auto
}
.bookappform input[type="time"] {
  position: relative
}
.bookappform input[type="time"]::-webkit-calendar-picker-indicator {
  display: block;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: transparent;
  content: 'Time:';
  margin-right: .6em;
  color: #9d9d9d
}
.bookappform textarea {
  height: 160px;
  resize: none
}
@media (max-width: 767px) {
  .bookappform textarea {
    height: auto
  }
}
.bookappform textarea::-webkit-input-placeholder {
  color: var(--blue);
  font-weight: 400;
  font-size: 16px
}
.bookappform textarea:-ms-input-placeholder {
  color: var(--blue);
  font-weight: 400;
  font-size: 16px
}
.bookappform textarea::-ms-input-placeholder {
  color: var(--blue);
  font-weight: 400;
  font-size: 16px
}
.bookappform textarea::placeholder {
  color: var(--blue);
  font-weight: 400;
  font-size: 16px
}
@media (max-width: 767px) {
  .bookappform textarea::-webkit-input-placeholder {
    font-size: 15px
  }
  .bookappform textarea:-ms-input-placeholder {
    font-size: 15px
  }
  .bookappform textarea::-ms-input-placeholder {
    font-size: 15px
  }
  .bookappform textarea::placeholder {
    font-size: 15px
  }
}
.bookappform .selectphone select {
  width: 77px;
  border-right: 0;
  border-radius: 10px 0px 0px 10px;
  background-color: #F9F9F9
}
.bookappform .selectphone input {
  border-left: 0
}
.bookappform button.btn.btnbookappbnt {
  background-color: var(--white);
  color: var(--blue);
  font-size: 18px;
  font-weight: 600
}
@media (max-width: 575px) {
  .bookappform button.btn.btnbookappbnt {
    font-size: 14px
  }
}
.btncontactNow {
  background-color: var(--white);
  color: var(--blue);
  font-size: 18px;
  font-weight: 600;
  padding: 5px 40px
}
@media (max-width: 575px) {
  .btncontactNow {
    font-size: 14px
  }
}
.btncontactNow:hover {
  background-color: var(--white);
  color: var(--blue)
}
.booksection .alert.alert-success.alert-dismissible {
  background: #ffffff !important;
  color: #008fc5 !important
}
.booksection a.close {
  position: absolute;
  right: 18px;
  top: 3px;
  font-size: 20px;
  font-weight: 600;
  color: #008fc5
}
.iti.iti--allow-dropdown {
  width: 100% !important
}
.cardiologybanner {
  background-image: url("../img/cardiologybanner.png")
}
.bookAppointmentForm {
  max-width: 950px;
  margin: -60px auto 0px;
  border-radius: 12px;
  padding: 30px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  background-image: url("../img/img_SearchDoctor.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #e1f1f8;
  position: relative;
  z-index: 1
}
@media (max-width: 991px) {
  .bookAppointmentForm {
    padding: 20px 20px
  }
}
@media (max-width: 767px) {
  .bookAppointmentForm {
    padding: 30px 20px;
    margin: 10px auto 0px
  }
}
.bookAppointmentForm .form-field .searchField input {
  border-radius: 12px;
  border: 2px solid var(--dark-grey);
  padding: 8px 8px 8px 40px;
  font-size: 15px;
  color: var(--dark-grey);
  height: 48px;
  font-weight: 500;
  width: 100%;
  background-color: transparent
}
@media (max-width: 991px) {
  .bookAppointmentForm .form-field .searchField input {
    font-size: 14px;
    padding: 8px 8px 8px 30px
  }
}
@media (max-width: 767px) {
  .bookAppointmentForm .form-field .searchField input {
    height: 40px
  }
}
.bookAppointmentForm .form-field .searchField input::-webkit-input-placeholder {
  color: var(--dark-grey)
}
.bookAppointmentForm .form-field .searchField input:-ms-input-placeholder {
  color: var(--dark-grey)
}
.bookAppointmentForm .form-field .searchField input::-ms-input-placeholder {
  color: var(--dark-grey)
}
.bookAppointmentForm .form-field .searchField input::placeholder {
  color: var(--dark-grey)
}
.bookAppointmentForm .form-field .searchField img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 10px;
  width: 19px;
  height: 19px
}
@media (max-width: 991px) {
  .bookAppointmentForm .form-field .searchField img {
    left: 8px;
    width: 16px;
    height: 16px
  }
}
.bookAppointmentForm .form-field .searchField .btnBookApp {
  border-radius: 12px;
  background: var(--red);
  border: 0;
  padding: 10px 13px;
  height: 48px;
  color: var(--white);
  font-weight: 500;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media (max-width: 991px) {
  .bookAppointmentForm .form-field .searchField .btnBookApp {
    font-size: 14px;
    white-space: pre
  }
}
@media (max-width: 767px) {
  .bookAppointmentForm .form-field .searchField .btnBookApp {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    border-radius: 8px
  }
}
.vascularsec .vascularsecinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px
}
@media (max-width: 575px) {
  .vascularsec .vascularsecinner {
    gap: 10px;
    margin-top: 20px
  }
}
.vascularsec .vascularsecinner .vascularbtn {
  padding: 11px 12px;
  border-radius: 7px;
  border: 1px solid var(--dark-grey);
  font-size: 18px;
  color: var(--dark-grey);
  font-weight: 500;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media (max-width: 575px) {
  .vascularsec .vascularsecinner .vascularbtn {
    padding: 4px 6px;
    font-size: 13px;
    max-width: 127px
  }
}
.vascularsec .vascularsecinner .vascularbtn:hover {
  background-color: var(--blue);
  color: var(--white);
  border: 1px solid var(--blue)
}
.heartdiseasesec {
  background-color: var(--light-blue);
  padding: 22px 0px
}
.heartdiseasesec p {
  color: var(--dark-grey);
  font-weight: 400;
  font-size: 16px;
  line-height: 31px
}
@media (max-width: 767px) {
  .heartdiseasesec p {
    font-size: 15px
  }
}
.heartdiseasesec .diseaseimg {
  height: 100%
}
.heartdiseasesec .diseaseimg img {
  height: 100%
}
.youthdisease .youthcontent h6 {
  font-weight: 800;
  font-size: 27px;
  color: var(--dark-grey);
  margin: 10px 0px;
  text-align: center
}
@media (max-width: 767px) {
  .youthdisease .youthcontent h6 {
    text-align: left;
    font-size: 18px
  }
}
.youthdisease .youthcontent p {
  font-size: 16px;
  font-weight: 400;
  color: var(--dark-grey);
  text-align: center
}
@media (max-width: 767px) {
  .youthdisease .youthcontent p {
    text-align: left;
    font-size: 15px
  }
}
.heartdiseasesym {
  background-image: url("../img/symsheartdisease.png");
  background-color: var(--red);
  color: var(--white);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15px 0px
}
.heartdiseasesym .siteHeading {
  color: var(--white)
}
.heartdiseasesym .siteHeading::after {
  content: '';
  background-color: var(--white);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0
}
.heartdiseasesym .symcontent .whitebg {
  background-color: #fff;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 auto
}
.heartdiseasesym .symcontent h6 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-top: 8px
}
.heartRisk .surgicalcontent {
  background-color: var(--light-blue);
  padding: 28px 0px 20px 0px;
  height: 100%;
  border-left: 6px solid var(--red)
}
@media (max-width: 575px) {
  .heartRisk .surgicalcontent {
    border: 0;
    padding: 15px 10px
  }
}
.heartRisk .surgicalcontent h6 {
  font-weight: 800;
  color: var(--dark-grey);
  font-size: 20px;
  padding-left: 25px;
  margin-bottom: 15px
}
@media (max-width: 767px) {
  .heartRisk .surgicalcontent h6 {
    font-size: 18px
  }
}
.heartRisk .surgicalcontent ul li {
  margin-bottom: 14px
}
.heartRisk .surgicalimg {
  height: 100%
}
.heartRisk .surgicalimg img {
  border: 3px solid var(--blue);
  border-radius: 12px;
  height: 100%
}
.conceredsec .youthcontent h6 {
  font-weight: 800;
  font-size: 27px;
  color: var(--dark-grey);
  margin: 10px 0px;
  text-align: center
}
@media (max-width: 767px) {
  .conceredsec .youthcontent h6 {
    text-align: left;
    font-size: 18px
  }
}
.conceredsec .youthcontent p {
  font-size: 16px;
  font-weight: 400;
  color: var(--dark-grey);
  text-align: center
}
@media (max-width: 767px) {
  .conceredsec .youthcontent p {
    text-align: left;
    font-size: 15px
  }
}
.conceredsec .youthcontent p span {
  color: var(--blue);
  font-weight: 700
}
.cardiovsec .aboutab {
  margin-top: 20px
}
.cardiovsec .aboutab .tabsList ul {
  gap: 30px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 12px;
  margin-bottom: 10px
}
@media (max-width: 767px) {
  .cardiovsec .aboutab .tabsList ul {
    gap: 9px;
    margin-bottom: 20px
  }
}
.cardiovsec .aboutab .tabsList ul li button {
  height: 44px;
  padding: 4px 10px 4px 10px;
  color: var(--dark-grey);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  border-radius: 7px;
  border: 1px solid var(--dark-grey);
  white-space: nowrap
}
@media (max-width: 767px) {
  .cardiovsec .aboutab .tabsList ul li button {
    height: 35px;
    padding: 4px 8px 4px 8px;
    font-size: 12px;
    min-width: 50px
  }
}
.cardiovsec .aboutab .tabsList ul li button.active {
  background-color: var(--blue);
  color: var(--white);
  border: 1px solid var(--blue)
}
.cardiovsec .abouttabcontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px
}
@media (max-width: 767px) {
  .cardiovsec .abouttabcontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }
}
.cardiovsec .abouttabcontent .tababoutimg {
  border: 1px solid var(--blue);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 60px
}
.cardiovsec .abouttabcontent .tababoutimg img{
	width:50px;
}
@media (max-width: 575px) {
  .cardiovsec .abouttabcontent .tababoutimg {
    max-width: 100px;
    height: 100px
  }
}
.cardiovsec .abouttabcontent .tababoutcontent p {
  max-width: 1039px;
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-grey);
  margin-bottom: 8px
}
@media (max-width: 575px) {
  .cardiovsec .abouttabcontent .tababoutcontent p {
    font-size: 15px
  }
}
.cardiovsec .abouttabcontent .tababoutcontent h6 {
  font-size: 18px;
  font-weight: 800;
  color: var(--dark-grey);
  margin-bottom: 9px
}
@media (max-width: 575px) {
  .cardiovsec .abouttabcontent .tababoutcontent h6 {
    font-size: 16px
  }
}
.cardiovsec .abouttabcontent .tababoutcontent ul li {
  list-style: circle;
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-grey)
}
.cardiovsec .abouttabcontent .tababoutcontent ul li::marker{
	font-size:16px;
}
@media (max-width: 575px) {
  .cardiovsec .abouttabcontent .tababoutcontent ul li {
    font-size: 15px
  }
}
.stent {
  background-image: url("../img/stentbg.png");
  background-color: var(--red);
  color: var(--white);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0px
}
.stent .siteHeading {
  color: var(--white)
}
.stent .siteHeading::after {
  content: '';
  background-color: var(--white);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0
}
.teamexpert {
  background-image: url("../img/teambanner.png");
  background-color: var(--red);
  color: var(--white);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15px 0px
}
.teamexpert .siteHeading {
  color: var(--white)
}
.teamexpert .siteHeading::after {
  content: '';
  background-color: var(--white);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0
}
.doctorall .doctorData {
  background-color: var(--light-blue)
}
.doctorall .Doctorimgbor {
  border: 15px solid var(--blue);
  border-bottom: 0
}
.doctorall .Doctorimgbor img {
  position: relative;
  width: 352px;
  height: 352px;
  top: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
  -o-object-position: bottom;
  object-position: bottom
}
.doctorall .doctorName {
  background-color: var(--blue);
  text-align: center;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 10px 0px;
  margin-top: -1px
}
.doctorall .doctorName h6 {
  font-weight: 800;
  font-size: 20px;
  text-transform: capitalize
}
@media (max-width: 575px) {
  .doctorall .doctorName h6 {
    font-size: 16px
  }
}
.doctorall .doctorName p {
  font-weight: 800;
  font-size: 16px
}
@media (max-width: 575px) {
  .doctorall .doctorName p {
    font-size: 15px
  }
}
.andheriEast {
  background-image: url("../img/img_Andheri-East.png")
}
.hospitalImgslider .item img {
  height: 300px
}
@media (max-width: 575px) {
  .hospitalImgslider .item img {
    height: auto;
    border-radius: 10px
  }
}
.hospMainCont .row p a {
  text-decoration: none;
  color: #000
}
.hospitalAddress .addressBar {
  background-color: var(--light-blue);
  padding: 25px 25px;
  border-left: 8px solid var(--red);
  height: 100%
}
@media (max-width: 575px) {
  .hospitalAddress .addressBar {
    padding: 18px 15px;
    border-top: 4px solid var(--red);
    border-left: 0
  }
}
.hospitalAddress .addressBar h5 {
  max-width: 420px
}
.hospitalAddress .addImg {
  height: 100%
}
.hospitalAddress .addImg img {
  height: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover
}
.emergencybanner {
  background-image: url("../img/emergencybanner.png")
}
.medicalemergency .medicalimg {
  height: 100%
}
.medicalemergency .medicalimg img {
  height: 100%
}
@media (max-width: 767px) {
  .medicalemergency .medicalimg img {
    height: 100%
  }
}
.medicalemergency .medicalContent .List {
  gap: 60px
}
@media (max-width: 767px) {
  .medicalemergency .medicalContent .List {
    gap: 20px
  }
}
.medicalemergency .medicalContent .List ul {
  padding-left: 15px
}
.medicalemergency .medicalContent .List ul li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
  color: var(--dark-grey)
}
@media (max-width: 575px) {
  .medicalemergency .medicalContent .List ul li {
    font-size: 12px;
    margin-bottom: 8px
  }
}
.medicalemergency .medicalContent h6 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--dark-grey)
}
@media (max-width: 575px) {
  .medicalemergency .medicalContent h6 {
    font-size: 16px
  }
}
.emergencyservices {
  background-color: var(--light-blue);
  padding: 30px 0px 30px 0px
}
.emergencyresponse .emergencyrescontent {
  text-align: center
}
@media (max-width: 767px) {
  .emergencyresponse .emergencyrescontent {
    text-align: left
  }
}
.emergencyresponse .emergencyrescontent h6 {
  font-size: 28px;
  font-weight: 800;
  color: var(--dark-grey)
}
@media (max-width: 767px) {
  .emergencyresponse .emergencyrescontent h6 {
    font-size: 18px
  }
}
.emergency-sec-end {
  background-color: var(--extra-light-red);
  padding: 60px 0px
}
.emergency-sec-end .whitebg {
  background-color: var(--white);
  width: 70px;
  height: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%
}
.emergency-sec-end p {
  color: var(--white);
  font-weight: 700;
  text-align: center;
  margin-top: 8px
}
.opinionCont {
  padding: 60px 0
}
.whtSecOp .opCont p {
  text-align: left
}
.whtSecOp .imgWCol {
  height: 100%
}
.whtSecOp .imgWCol img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
section.metterOpi {
  background-color: var(--light-blue);
  padding: 30px 0 20px
}
.critiHospitalHelps .hpBx {
  text-align: center
}
.critiHospitalHelps .hpBx h3 {
  font-weight: 800
}
.seekOpinion {
  background-color: var(--light-blue);
  padding: 35px 0
}
.seekOpinion ul li {
  margin-bottom: 10px;
  font-weight: 500
}
.blogdetaisec {
  background-image: url("../img/blogdetailbanner.png")
}
.paininnerContent {
  border: 1px solid var(--red);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 40px 60px;
  gap: 25px;
  position: relative;
  height: 100%
}
@media (max-width: 767px) {
  .paininnerContent {
    padding: 20px 10px
  }
}
.paininnerContent h6 {
  font-weight: 800;
  color: var(--dark-grey);
  font-size: 28px
}
.paininnerContent:hover {
  background-color: var(--light-grey)
}
.paininnerContent:hover::after {
  border-bottom: 6px solid var(--red);
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  left: 0
}
.factors {
  background-color: var(--light-blue);
  padding: 30px 0px
}
.blog-date-cate {
  gap: 30px
}
.blog-date-cate span {
  font-size: 18px
}
.blog-date-cate .category_content h6 {
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 0
}
.doctorbio {
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(transparent));
  background: linear-gradient(90deg, transparent 0%, transparent 100%);
  padding: 15px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s
}
.doctorbio:hover {
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  background: -webkit-gradient(linear, left top, right top, from(#2096E3), to(#0B63DF));
  background: linear-gradient(90deg, #2096E3 0%, #0B63DF 100%);
  padding: 15px
}
.doctorbio:hover .doctoebg {
  border-radius: 0
}
.doctorbio:hover .doctorDetail h6, .doctorbio:hover .doctorDetail p {
  color: #fff
}
.doctorbio:hover .doctorDetail a.btnbook {
  opacity: 1
}
.doctorbio .doctoebg {
  background-color: var(--light-blue);
  border-radius: 20px;
  margin-bottom: 20px
}
.doctorbio .doctorDetail h6 {
  font-size: 20px;
  color: var(--dark-grey);
  font-weight: 800;
  margin-bottom: 0px;
  text-transform: capitalize
}
.doctorbio .doctorDetail p {
  font-weight: 600
}
.doctorbio .doctorDetail a.btnbook {
  background-color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-top: 18px;
  opacity: 0
}
.doctorDetail .doctorebg img {
  background-color: var(--light-blue);
  border-radius: 20px;
  width: 100%
}
.doctorDetail .availability {
  background-color: var(--light-grey);
  border-radius: 20px;
  padding: 13px 20px 27px 20px
}
.doctorDetail .availability .availabilitycontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px
}
.doctorDetail .availability .availabilitycontent h6 {
  color: var(--black);
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 0
}
@media (max-width: 767px) {
  .doctorDetail .availability .availabilitycontent h6 {
    font-size: 18px
  }
}
.doctorDetail .availability .time-slot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.doctorDetail .availability .time-slot p {
  color: var(--mid-grey)
}
.doctorDetail .availability .requestAppbtn {
  border-radius: 12px;
  background: var(--gradient, linear-gradient(90deg, #2096E3 0%, #0B63DF 100%));
  color: var(--white);
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  max-width: 252px;
  padding: 10px 13px
}
.doctorDetail .doctordetailform {
  border-radius: 12px;
  border: 1px solid var(--red);
  background: var(--white);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2)
}
.doctorDetail .doctordetailform .doctornamebg {
  border-radius: 11px 11px 0px 0px;
  background: var(--light-grey);
  padding: 30px 50px
}
@media (max-width: 767px) {
  .doctorDetail .doctordetailform .doctornamebg {
    padding: 16px
  }
}
.doctorDetail .doctordetailform .doctornamebg h6 {
  font-size: 30px;
  font-weight: 800;
  color: var(--black);
  text-transform: capitalize
}
@media (max-width: 767px) {
  .doctorDetail .doctordetailform .doctornamebg h6 {
    font-size: 20px
  }
}
.doctorDetail .doctordetailform .doctornamebg span {
  font-size: 25px;
  color: var(--blue);
  font-weight: 700;
  text-transform: capitalize
}
@media (max-width: 767px) {
  .doctorDetail .doctordetailform .doctornamebg span {
    font-size: 18px
  }
}
.doctorDetail .doctordetailform .qualificationContent {
  margin-top: 30px;
  padding: 10px 20px 10px 40px
}
@media (max-width: 767px) {
  .doctorDetail .doctordetailform .qualificationContent {
    margin-top: 10px;
    padding: 10px
  }
}
.doctorDetail .doctordetailform .qualificationContent h6 {
  color: var(--red);
  font-weight: 700;
  font-size: 30px
}
@media (max-width: 767px) {
  .doctorDetail .doctordetailform .qualificationContent h6 {
    font-size: 18px
  }
}
.doctorDetail .doctordetailform .qualificationContent ul {
  padding-left: 23px
}
.doctorDetail .doctordetailform .qualificationContent ul li {
  color: var(--black);
  font-weight: 400;
  font-size: 16px
}
@media (max-width: 575px) {
  .doctorDetail .doctordetailform .qualificationContent ul li {
    font-size: 14px
  }
}
.doctorcontactform.doctordetailform {
  padding: 30px
}
@media (max-width: 767px) {
  .doctorcontactform.doctordetailform {
    padding: 10px
  }
}
.doctorcontactform.doctordetailform input {
  color: var(--mid-grey)
}
.doctorcontactform.doctordetailform input::-webkit-input-placeholder {
  color: var(--mid-grey)
}
.doctorcontactform.doctordetailform input:-ms-input-placeholder {
  color: var(--mid-grey)
}
.doctorcontactform.doctordetailform input::-ms-input-placeholder {
  color: var(--mid-grey)
}
.doctorcontactform.doctordetailform input::placeholder {
  color: var(--mid-grey)
}
.doctorcontactform.doctordetailform textarea::-webkit-input-placeholder {
  color: var(--mid-grey)
}
.doctorcontactform.doctordetailform textarea:-ms-input-placeholder {
  color: var(--mid-grey)
}
.doctorcontactform.doctordetailform textarea::-ms-input-placeholder {
  color: var(--mid-grey)
}
.doctorcontactform.doctordetailform textarea::placeholder {
  color: var(--mid-grey)
}
.doctorcontactform.doctordetailform label {
  color: var(--mid-grey)
}
.doctorcontactform.doctordetailform select {
  color: var(--mid-grey)
}
.doctorcontactform.doctordetailform .bookappform {
  background-color: var(--white)
}
.doctorcontactform.doctordetailform .bookappform button.btn.btnbookappbnt {
  background-color: var(--blue);
  color: var(--white)
}
div#suggestionContainer {
  position: absolute;
  top: 100%;
  z-index: 1;
  background-color: #fff;
  width: 100%;
  max-height: 250px;
  overflow: auto
}
.aginaWhat .diseasecontent p {
  line-height: 30px
}
.anginasubtext {
  max-width: 1035px;
  margin: 0 auto
}
.cardiovsec.angina {
  background-color: var(--light-blue);
  padding: 30px 0px
}
.heartdiseasesym.anginasym .symcontent h6 {
  margin-top: 13px;
  margin-bottom: 13px
}
.heartdiseasesym.anginasym .symcontent p {
  max-width: 226px;
  margin: 0 auto
}
.anginarisk .surgicalcontent {
  padding: 30px
}
.anginarisk .surgicalcontent h6 {
  padding-left: 0
}
.anginarisk .owl-dots {
  text-align: center;
  margin-top: 10px
}
.anginarisk .owl-dots button.owl-dot {
  margin: 0 5px
}
.anginarisk .owl-dots button.owl-dot span {
  background-color: var(--mid-grey);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.anginarisk .owl-dots button.owl-dot.active span {
  background-color: var(--blue)
}
.crsbanner {
  background-image: url("../img/crsbanner.png")
}
.crssec {
  background-color: var(--light-blue);
  padding: 30px 0px
}
.crssec .paininnerContent {
  gap: 0px
}
.crssec .paininnerContent:hover {
  background: var(--light-grey, #F9F9F9);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent
}
.crssec .paininnerContent h6 {
  margin-top: 10px
}
.initicrs .crs-inner-content h6 {
  font-size: 25px;
  color: var(--blue);
  font-weight: 800;
  text-align: center
}
@media (max-width: 767px) {
  .initicrs .crs-inner-content h6 {
    font-size: 20px;
    text-align: left
  }
}
.initicrs .crs-inner-content p {
  text-align: center;
  max-width: 360px
}
@media (max-width: 767px) {
  .initicrs .crs-inner-content p {
    text-align: left
  }
}
.newstentContent .newstentinnerContent p {
  text-align: center;
  margin-bottom: 15px
}
@media (max-width: 575px) {
  .newstentContent .newstentinnerContent p {
    text-align: left;
    margin-bottom: 10px
  }
}
.Typesstent .surgicalcontent {
  padding: 20px;
  height: 100%
}
.Typesstent .surgicalcontent h6 {
  padding-left: 0
}
@media (max-width: 575px) {
  .Typesstent .surgicalcontent h6 {
    margin-bottom: 6px
  }
}
.stentemer .medicalContent ul li {
  font-size: 16px;
  color: var(--dark-grey);
  font-weight: 700 !important;
  margin-bottom: 47px !important
}
@media (max-width: 767px) {
  .stentemer .medicalContent ul li {
    margin-bottom: 20px !important
  }
}
@media (max-width: 575px) {
  .stentemer .medicalContent ul li {
    margin-bottom: 5px !important
  }
}
.stentemer .medicalContent ul li:last-child {
  margin-bottom: 0 !important
}
.stentprices {
  background-color: var(--light-blue);
  padding: 30px 0px
}
.stentprices .stentpricesbox {
  border-radius: 12px;
  border: 1px solid var(--mid-grey, #ABABAB);
  background: var(--light-grey, #F9F9F9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  margin: 30px 0px
}
@media (max-width: 767px) {
  .stentprices .stentpricesbox {
    margin: 10px 0px
  }
}
.stentprices .stentpricesbox h6 {
  margin-top: 20px;
  color: var(--blue);
  font-size: 18px;
  font-weight: 700
}
.stentprices .stentpricesbox p {
  color: var(--dark-grey);
  font-size: 16px;
  font-weight: 700
}
@media (min-width: 992px) {
  .paymentoption .paymentbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 14%
  }
}
.paymentoption .paymentcontent {
  background-color: var(--light-blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto
}
.paymentoption h6 {
  color: var(--red);
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin-top: 10px
}
.stentbenefits {
  background-image: url("../img/symsheartdisease.png");
  background-color: var(--red);
  color: var(--white);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0px
}
.stentbenefits .siteHeading {
  color: var(--white)
}
.stentbenefits .siteHeading::after {
  background-color: var(--white)
}
.stentbenefits .benefitsContent h6 {
  color: var(--white);
  font-weight: 800;
  font-size: 25px;
  text-align: center
}
@media (max-width: 767px) {
  .stentbenefits .benefitsContent h6 {
    font-size: 20px
  }
}
@media (max-width: 575px) {
  .stentbenefits .benefitsContent h6 {
    text-align: left
  }
}
.stentbenefits .benefitsContent p {
  text-align: center;
  max-width: 353px
}
@media (max-width: 575px) {
  .stentbenefits .benefitsContent p {
    text-align: left
  }
}
.stentemer {
  background-color: var(--white)
}
.stentemer .trstBx {
  border-radius: 12px;
  border: 1px solid var(--mid-grey);
  background: var(--light-grey);
  padding: 30px 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 100%;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.stentemer .trstBx .onHover {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 15px;
  color: #fff
}
.career-banner .contant {
  margin-top: 30px
}
.career-banner .apply-now-career {
  background-color: var(--red);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  border-radius: 12px;
  padding: 10px 30px;
  margin-top: 30px;
  margin-bottom: 30px
}
.careerContent .medicalContent span {
  color: var(--blue);
  font-weight: 700
}
.careerhealth {
  padding: 30px 0px;
  background-color: var(--light-blue)
}
.careerhealth .careerhealthcontent {
  text-align: center
}
.careerhealth .careerhealthcontent h6 {
  color: var(--dark-grey);
  font-weight: 800;
  font-size: 25px;
  margin-top: 12px
}
.careerhealth .careerhealthcontent p {
  max-width: 580px;
  margin: 0 auto
}
.careerewhy .whyContentbox {
  border-radius: 8px;
  border: 1px solid var(--mid-grey);
  background: var(--white);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}
.careerewhy .whyContentbox .iconbg {
  background-color: var(--light-blue);
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--blue);
  border-radius: 50%;
  margin-top: -60px
}
@media (max-width: 767px) {
  .careerewhy .whyContentbox .iconbg {
    width: 60px;
    height: 60px
  }
}
.careerewhy .whyContentbox h6 {
  color: var(--blue);
  font-weight: 800;
  font-size: 25px;
  text-align: center;
  margin-top: 20px
}
@media (max-width: 767px) {
  .careerewhy .whyContentbox h6 {
    font-size: 20px
  }
}
.careerewhy .whyContentbox p {
  color: var(--mid-grey);
  text-align: center
}
.apply-form {
  background-color: var(--light-blue);
  padding: 30px 0px
}
.apply-form .doctordetailform.doctorcontactform .careerform {
  background-color: var(--light-blue)
}
.apply-form .doctordetailform.doctorcontactform .careerform input {
  background-color: var(--light-blue)
}
.apply-form .doctordetailform.doctorcontactform .careerform textarea {
  background-color: var(--light-blue)
}
.apply-form .doctordetailform.doctorcontactform .careerform .iti__selected-flag {
  background-color: #F9F9F9;
  border: 1px solid #ABABAB;
  border-radius: 5px 0px 0px 5px
}
.apply-form .doctordetailform.doctorcontactform .careerform select {
  background-color: var(--light-blue)
}
.healthcheckupbannersec {
  background-image: url("../img/healthbannernew.png")
}
.heath-check-sec .healthcontent {
  background-color: var(--light-blue);
  padding: 30px 0px
}
.heath-check-sec .healthcontent h6 {
  margin-bottom: 17px;
  font-size: 24px;
  color: var(--black);
  font-weight: 500
}
.heath-check-sec .healthcontent .health-inner-content h5 {
  font-size: 24px;
  color: var(--black);
  font-weight: 800
}
.heath-check-sec .healthcontent .health-inner-content p {
  max-width: 427px
}
.heath-check-sec .healthcontent .owl-nav {
  display: none !important
}
.heath-check-sec .healthcontent .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 22px;
  height: 34px;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 20px
}
.heath-check-sec .healthcontent .owl-nav button span {
  display: none
}
.heath-check-sec .healthcontent .owl-nav button.owl-prev {
  right: unset;
  left: -30px;
  background-image: url("../img/ic_slide-left.svg")
}
@media (min-width: 992px) {
  .heath-check-sec .healthcontent .owl-nav button.owl-prev {
    right: 425px;
    left: unset
  }
}
@media (min-width: 1200px) {
  .heath-check-sec .healthcontent .owl-nav button.owl-prev {
    right: 515px
  }
}
@media (min-width: 1270px) {
  .heath-check-sec .healthcontent .owl-nav button.owl-prev {
    right: 760px
  }
}
.heath-check-sec .healthcontent .owl-nav button.owl-next {
  right: -30px;
  background-image: url("../img/ic_slide-right.svg")
}
@media (min-width: 992px) {
  .heath-check-sec .healthcontent .owl-nav button.owl-next {
    right: -30px
  }
}
.heath-check-sec .healthcontent img {
  border-radius: 20px
}
.healthservice label {
  color: var(--dark-grey);
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 8px
}
.healthservice select {
  border: 2px solid var(--dark-grey);
  border-radius: 12px;
  color: var(--mid-grey)
}
.heatlhplansec .paininnerContent {
  text-align: justify;
  padding: 30px 20px;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset
}
.heatlhplansec .paininnerContent ul {
  padding-left: 0px
}
.heatlhplansec .paininnerContent ul li {
  list-style: none
}
.heatlhplansec .paininnerContent h5 {
  font-weight: 800;
  font-size: 25px;
  color: var(--red);
  text-align: center
}
.heatlhplansec .paininnerContent h4 {
  color: var(--blue);
  font-weight: 700;
  font-size: 19px;
  text-transform: capitalize
}
.heatlhplansec .paininnerContent:hover .totalamountbtn {
  display: block
}
.heatlhplansec .totalamountbtn {
  border-radius: 7px;
  background: var(--red);
  color: var(--white);
  padding: 5px 20px;
  border: 0;
  display: none
}
:root {
  --blue: #008FC5;
  --light-blue: #EBF9FF;
  --white: #fff;
  --red: #F9313B;
  --reddark: #d01a23;
  --dark-grey: #0F0F0F;
  --light-grey: #F9F9F9;
  --light-red: #FE5656;
  --extra-light-red: #fb7f85;
  --mid-grey: #ABABAB;
  --black: #000;
  --mid-light-grey: #D9D9D9
}
.banner {
  margin-top: 90px;
}

.owl-carousel .nav-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 54px;
	color: #008fc5;
	cursor: pointer;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.7);
	padding: 0 10px;
	border-radius: 50%;
	height:38px;
}
.owl-carousel .nav-arrow.prev {
  left: -60px;
}
.owl-carousel .nav-arrow.next {
  right: -60px;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
.owl-carousel .owl-nav button {
  pointer-events: auto;
  background: none;
  border: none;
  outline: none;
}
.owl-carousel.owl-drag .owl-item h4 {
	font-size: 18px;
    text-transform: uppercase;
    text-align: left;
}
@media (max-width: 600px){
	.btn-success a{
		color:#fff;
	}	
iframe {
    width: 100%;
    height: 260px;
}
.owl-carousel .nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: #008fc5;
  cursor: pointer;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 10px;
  border-radius: 50%;
	height:30px;
}	
.stickySocialIcons{
	display:none;	
	}	
	.owl-carousel .nav-arrow.next,.owl-carousel .nav-arrow.prev{
	display:none;
	}
}
.img-responsive{display:block;max-width:100%;height:auto}

.realPatientStory .item{
	margin-bottom:15px;
}

</pre></body></html>