@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");

@font-face {
  font-family: "montserratbold";
  src:
    url("../fonts/montserrat-bold-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montserratsemibold";
  src:
    url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-style: normal;
}

@font-face {
  font-family: "montserratextrabold";
  src:
    url("../fonts/montserrat-extrabold-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montserratlight";
  src:
    url("../fonts/montserrat-light-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montserratmedium";
  src:
    url("../fonts/montserrat-medium-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montserratregular";
  src:
    url("../fonts/montserrat-regular-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montserratthin";
  src:
    url("../fonts/montserrat-thin-webfont.woff2") format("woff2"),
    url("../fonts/montserrat-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "montserratregular";
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}
.spcl-img {
  height: 280px;
}
.gallery-item--thumb img {
  width: 100%;
  height: 306px;
  object-fit: cover;
}
h1 {
  font-family: "montserratextrabold";
  font-weight: normal;
  font-size: 2.3rem !important;
  color: #2ab7d4 !important;
}

h2 {
  font-family: "montserratextrabold";
  font-weight: normal;
  color: #4e4e4e;
  font-size: 2.3rem !important;
}

h3 {
  font-family: "montserratbold";
  font-size: 1.4rem !important;
}
h3 span {
  color: #2ab7d4;
}
h4 {
  font-family: "montserratsemibold";
  color: #4e4e4e !important;
  font-size: 1.2rem !important;
}
ul,
li {
  padding: 0px;
  margin: 0px;
}
h2 span {
  color: #2ab7d4;
}
p {
  font-size: 1.1rem !important;
  margin-bottom: 0.6rem !important;
}
.text-white {
  color: #fff;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(to right, rgb(42 183 212), rgb(60 173 205));
}
::-webkit-scrollbar-track {
  background: #dedede;
}

.main-header {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 99;
  border-top: 10px solid #2ab7d4;
}
.header-top {
  position: relative;
}
.auto-container {
  position: static;
  max-width: 1400px;
  padding: 0px 105px;
  margin: 0 auto;
  width: 100%;
}
.header-top .inner-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-box .navbar {
  margin: 0 auto !important;
}
.main-box .navbar .container-fluid {
  gap: 14px;
}
.navbar-collapse {
  justify-content: flex-end;
}
.navbar-nav {
  align-items: center;
  flex-wrap: nowrap;
}
.navbar-nav .nav-item a {
  text-decoration: none !important;
  font-family: "montserratsemibold";
  font-size: 15px;
}
.navbar-nav .nav-item a:hover {
  color: #2ab7d4 !important;
  transition: 0.3s;
}
.dropdown-menu {
  background: #fff none repeat scroll 0 0;
  border: 1px solid transparent !important;
  border-radius: 2px;
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
  padding: 0;
  width: 244px;
}
.navbar-nav .nav-item .dropdown-menu li {
  padding: 3px 7px;
  background: transparent;
}
.navbar-nav .nav-item .dropdown-menu li a {
  padding: 6px 8px;
  color: rgba(0, 0, 0, 0.42) !important;
  transition: 0.4s;
  display: block;
}
.navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #fff !important;
  background: #2ab7d4;
  transition: 0.4s;
  padding-left: 12px;
}

.header-top .top-left {
  position: relative;
}
.header-top .top-left dl,
ol,
ul {
  margin-bottom: 0rem !important;
}
.header-top .top-left .contact-list {
  position: relative;
  padding: 15px 0;
}
.header-top .top-left .contact-list li {
  position: relative;
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: #777777;
  font-weight: 400;
  margin-right: 30px;
  list-style: none;
  font-family: "montserratbold";
}
.header-top .top-left .contact-list li:last-child {
  margin-right: 0;
}
.header-top .top-right {
  position: relative;
  float: right;
}
.social-icons {
  list-style: none;
  display: inline-block;
}
.social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.social-icons li a {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  line-height: 24px;
  text-align: center;
  border: 1px solid #2ab7d4;
  color: #2ab7d4 !important;
  background: transparent;
  display: inline-block;
  transition: 0.3s;
  margin: 0 3px;
  font-size: 13px;
  font-family: "montserratmedium";
}
.social-icons li a:hover {
  background: #2ab7d4 !important;
  color: #fff !important;
}
.main-header .header-lower {
  position: relative;
}
.main-header .main-box {
  position: relative;
  display: -webkit-box;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 12px;
}
.main-header .main-box:before {
  position: absolute;
  left: 0%;
  right: 0%;
  height: 100%;
  background: #f5f5f5;
  content: "";
  border-radius: 50px;
  border: 1px solid #dddde1;
}
.main-header .logo {
  position: relative;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-right: clamp(2rem, 5vw, 6rem);
}
.main-header .logo img {
  width: 244px;
}
.main-menu {
  position: static;
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.main-menu .navigation {
  position: static;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.main-menu .navigation > li {
  position: relative;
  margin-right: 30px;
  padding: 20px 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main-header .search-btn {
  position: relative;
  height: 40px;
  width: 40px;
  background: #ffffff;
  border-radius: 50%;
  line-height: 40px;
  font-size: 14px;
  color: #222222;
  box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}
button {
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
  min-width: auto;
}
.top-num-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #01b0f3;
  text-align: center;
  line-height: 30px;
  right: 20px;
  top: 20px;
  border: 2px solid #fff;
}
.top-num-icon label {
  color: #fff;
  font-family: "montserratbold";
  font-size: 1rem;
}

/*Navbar Search*/
.search-container {
  position: relative;
  display: inline-block;
  margin: 0;
  height: 36px;
  width: 40px;
  vertical-align: bottom;
}

.mglass {
  display: inline-block;
  pointer-events: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.searchbutton {
  position: absolute;
  font-size: 22px;
  width: 32px;
  height: 32px;
  line-height: 34px;
  color: #fff;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  background: #2ab7d4;
  border-radius: 50%;
  top: 0px;
}

.search:focus + .searchbutton {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  background-color: white;
  color: black;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
}

.search {
  position: absolute;
  left: 42px;
  background-color: #e9e9e9;
  outline: none;
  border-radius: 30px;
  border: none;
  padding: 0;
  width: 0;
  height: 100%;
  z-index: 10;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

.search:focus {
  width: 184px;
  /* Bar width+1px */
  padding: 0 16px;
}

.expandright {
  left: 4px;
  right: 20px;
  top: -6px;
}
.expandright:focus {
  padding: 0 0 0 16px;
}

.btn-close {
  position: absolute;
  top: -20px;
  right: -26px;
  opacity: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 1;
  background: transparent url("../images/close-icon.png") center/0.6em auto
    no-repeat;
  background-color: #fff;
}

/*common-btn*/

.common-btn {
  background: #2ab7d4;
  color: #fff;
  text-align: center;
  padding: 7px 20px;
  margin-top: 10px;
  text-decoration: none;
  outline: none;
  transition: 0.3s;
  display: inline-block;
  border: 1px solid transparent;
  margin-right: 7px;
  cursor: pointer;
  border-radius: 30px;
}
.common-btn:hover,
.common-btn:focus {
  text-decoration: none;
  outline: none;
  color: #2ab7d4;
  background: transparent;
  border: 1px solid #2ab7d4;
}

/*common-btn-2*/

.common-btn-2 {
  background: transparent;
  color: #fff;
  text-align: center;
  padding: 7px 20px;
  margin-top: 10px;
  text-decoration: none;
  outline: none;
  transition: 0.3s;
  display: inline-block;
  border: 1px solid #fff;
  margin-right: 7px;
  cursor: pointer;
  border-radius: 30px;
}
.common-btn-2:hover,
.common-btn-2:focus {
  text-decoration: none;
  outline: none;
  color: #2ab7d4;
  background: #fff;
}

/*blog-btn*/

.blog-btn {
  background: #2ab7d4;
  font-size: 15px;
  color: #fff;
  padding: 5px 15px;
  margin-top: 10px;
  text-decoration: none;
  outline: none;
  transition: 0.3s;
  display: inline-block;
  border: 1px solid transparent;
  cursor: pointer;
  border-radius: 30px;
}
.blog-btn:hover,
.blog-btn:focus {
  text-decoration: none;
  outline: none;
  color: #2ab7d4;
  background: transparent;
  border: 1px solid #2ab7d4;
}

#bannercrsl .carousel-caption {
  position: absolute;
  bottom: 32%;
  left: 10%;
  color: #fff;
  text-align: left;
}
#bannercrsl .carousel-caption h2 {
  font-size: 2.5rem !important;
  color: #2ab7d4;
  line-height: 45px;
}

#bannercrsl .carousel-caption span {
  color: #4e4e4e;
  font-size: 22px;
  font-family: "montserratsemibold";
}

/*About*/

.about-us {
  background: url(../images/about-us-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.about-text {
  padding-left: 2rem;
}

/*about-page*/

.lf-t-member ul li {
  list-style: initial;
}

/*blue-green-border*/

.blue-border {
  height: 100%;
  border-bottom: 5px solid #1386b2;
  border-radius: 14px;
}
.green-border {
  height: 100%;
  border-bottom: 7px solid #2ab7d4;
  border-radius: 14px;
}

/*award-recg*/

.award-recg {
  background: url(../images/testimorial-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.award-recg h2 {
  text-align: center;
  line-height: 45px;
}

/*take-care*/

.take-cares {
  background: url(../images/testimorial-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.take-cares h2 {
  text-align: center;
  line-height: 45px;
}

.take-cares h2 {
  text-align: center;
  line-height: 45px;
}

#carouselExampleCaptions .carousel-inner {
  padding: 60px;
}
#carouselExampleCaptions .carousel-caption {
  right: auto;
  left: auto;
  bottom: auto;
  text-align: center;
  color: #000;
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 65px;
  padding-bottom: 20px;
  position: relative;
  box-shadow: 5px 0px 15px 0px #ccc;
}
#carouselExampleCaptions .carousel-item img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -50px;
  z-index: 1;
}
#carouselExampleCaptions .carousel-caption h5 {
  color: #2ab7d4;
  font-family: "montserratbold";
  font-size: 21px;
  margin-bottom: 0px;
}
#carouselExampleCaptions .carousel-caption small {
  color: #575757;
  font-size: 15px;
  margin-top: 0px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  color: #2ab7d4;
  background: #000;
  width: 30px;
  height: 25px;
}

/*Bottom to Top*/
button.scroltop:focus {
  outline: 0 !important;
}
button.scroltop {
  border-color: #efbb20;
  border-radius: 50%;
  background: #2ab7d4;
  border-style: solid;
  border-width: 0;
  bottom: 10px;
  color: #fff !important;
  cursor: pointer !important;
  display: none;
  height: 50px;
  line-height: 50px;
  margin: 0;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 50px;
  z-index: 999;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
}
button.scroltop:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  content: "";
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  background: inherit;
  -webkit-transition:
    -webkit-transform 0.2s,
    opacity 0.3s;
  -moz-transition:
    -moz-transform 0.2s,
    opacity 0.3s;
  transition:
    transform 0.2s,
    opacity 0.3s;
}
button.scroltop:after {
  border: 1px dashed;
  background: 0 0;
  transform: scale(1.2);
  transition: all 0.5s;
}
button.scroltop:after {
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
}
/* Box Shadow */
button.scroltop {
  box-shadow: -4px 4px 24px -10px #196730;
}
button.scroltop:after {
  border-color: #2ab7d4 !important;
}

/*image-decoration*/

.spcl-img {
  border: 2px solid white;
  padding: 3px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
}
/*patients-story*/

.patients-story {
  background: url(../images/health-blog-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.patients-story .card {
  border: 1px solid #fff;
  border-radius: 14px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
}
.patients-story .card img {
  border-radius: 7px;
  object-fit: cover;
  object-position: top;
  display: inline-block;
}
.play-icon-btn {
  position: absolute;
  display: inline-block;
  top: 36%;
  left: 0%;
  right: 0;
  text-align: center;
}
.patients-story .card a img {
  display: inline-block;
  animation: zoom-in-zoom-out 2s ease infinite;
}
.patients-story .card .info {
  margin: 1rem auto;
}
.patients-story .card .info a {
  text-decoration: none;
  color: #2ab7d4;
}
.patients-story .card .info a:hover {
  color: #575757;
  transition: 0.3s;
}

/*Modal CSS*/
/*Modal Close BUtton*/
.modal-body {
  position: relative;
}
.modal-close-btn i {
  color: #fff;
  font-size: 24px;
}
.modal-close-btn {
  position: absolute;
  top: 5px !important;
  right: 5px;
  background: transparent !important;
  background-colr: transparent !important;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  opacity: 1;
}
.bg-color-black {
  background: #000;
}
.modal-body .btn-close {
  right: -40px;
  top: -35px;
  color: #fff;
  position: absolute;
  font-size: 26px;
  z-index: 2;
  padding: 0px 5px 8px 5px;
  background: transparent;
  opacity: 1;
}
.modal-body .btn-close:hover {
  color: #d70e0e !important;
}

/*Our Blog*/
.latest-blog {
  padding: 40px 0;
  background: url(../images/health-blog-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-image {
  width: 100%;
  transition: 0.5s all ease-in-out;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.latest-blog .media {
  overflow: hidden;
  margin: 0 auto;
  text-align: left;
}
.latest-blog .card-body {
  text-align: left;
}

.latest-blog .card:hover .blog-image {
  transform: scale(1.5);
}

.latest-blog .card {
  position: relative;
  border-radius: 10px;
}

.latest-blog .card-body p {
  margin-bottom: 0;
  line-height: 20px;
  color: #777777;
}

.latest-blog .media {
  position: relative;
}
.latest-blog .slick-slide img {
  display: inline-block;
}
.post-date {
  position: absolute;
  top: 30px;
  right: 30px;
  display: inline-block;
  width: 70px;
  background: #fff;
  box-shadow: 5px 0px 15px 0px #ccc;
}
.post-date label {
  display: block;
  padding: 7px;
}
.post-date span {
  display: block;
  background: #2ab7d4;
  color: #fff;
  padding: 5px;
  text-align: center;
}

/*CSS for Multi Image Slider*/

.items {
  width: 100%;
  margin: 0px auto;
  margin-top: 10px;
}

.slick-dots {
  display: none !important;
}

.slick-slide {
  margin: 10px;
  border-radius: 0;
}

.coe-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 auto;
  box-shadow: 5px 0px 15px 0px #ccc;
}

.slick-dots li {
  margin: 0;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #2ab7d4;
}
.slick-dots li button:before {
  font-size: 14px;
}
.slick-slide.card {
  border: 0;
  text-align: center;
  box-shadow: 5px 0px 15px 0px #ccc;
}
.slick-slide.card label {
  color: #6a6a6a;
  font-size: 13px;
}
.slick-slide.card .card-title {
  color: #2ab7d4;
  font-size: 1.1rem;
  font-family: "montserratsemibold";
  font-weight: normal;
  margin-bottom: 0;
}
.slick-slide.card .card-title a {
  color: #1ea6c2;
  text-decoration: none;
}
.center-of-excellence .media {
  padding-top: 20px;
}
.slick-prev,
.slick-next {
  color: #2ab7d4;
  background: #1a9cb7;
  width: 30px;
  height: 30px;
}
.slick-prev:hover,
.slick-next:hover {
  color: #2ab7d4;
  background: #2ab7d4;
}
.slick-prev:focus,
.slick-next:focus {
  color: #2ab7d4;
  background: #2ab7d4;
}

/*Counter*/

.counter-achive {
  padding: 15px 0;
  background: #2ab7d4;
  background-repeat: no-repeat;
  background-size: cover;
}

.counter-achive ul li {
  display: inline-block;
  text-align: center;
  border-right: 1px solid #fff;
}
.counter-achive ul li:last-child {
  border-right: 1px solid transparent;
}
.counter-achive ul li:before {
  background: transparent;
  border: 1px solid transparent;
}
.counter-achive ul li img {
  font-size: 30px;
}
.counter-achive ul li img:hover {
  transform: rotate(360deg);
  transition: 0.8s;
}
.counter-achive ul li .digit-count {
  margin-left: 7.3rem;
}
.counter-achive ul li label {
  font-size: 23px;
  font-family: "montserratbold";
  font-weight: normal;
}
.counter-achive ul li span {
  font-size: 17px;
}
.counter-achive ul li label,
.counter-achive ul li span {
  display: block;
  color: #fff;
}

/*lets-go*/

.lets-go {
  background: #00448e;
  color: #fff;
}
.lets-go h3 {
  font-family: "montserratextrabold";
}
.lets-go a {
  text-decoration: none;
  text-align: right;
}
.lets-go-btn {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 17px;
  transition: 0.3s;
}
.lets-go-btn:hover {
  background: #fff;
  color: #01a0e4;
}

/*CSS for Footer*/
footer {
  padding: 60px 0;
  background: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #dedede;
  padding-bottom: 0;
  position: relative;
}

footer p {
  color: #dedede;
}

footer h5 {
  color: #ffffff;
  font-family: "montserratbold";
  font-weight: normal;
  font-size: 20px;
  border-bottom: 1px dashed #585858;
  padding-bottom: 10px;
}

.footer-list,
.footer-list-1 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-list li,
.footer-list-1 li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 7px;
  position: relative;
  padding-left: 24px;
  font-size: 1.1rem;
}

.footer-list-1 li {
  padding-left: 0;
}

.footer-list li:before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  background: transparent;
  font-weight: bold;
  border: 2px solid transparent;
  position: absolute;
  font-size: 1rem;
  border-radius: 50%;
  color: #fff;
  left: 0;
  top: 0px;
}

.footer-list li a {
  color: #dedede;
  text-decoration: none;
  transition: 0.4s;
  display: block;
}

.footer-list li a:hover {
  text-decoration: none;
  color: #2ab7d4;
  padding-left: 10px;
}

.footer-list li i,
.footer-list-1 li i {
  margin-right: 5px;
}

.copyright {
  background: rgb(0 0 0 / 48%);
  padding: 15px 0;
  margin-top: 40px;
}

.footer-list-1 a {
  transition: 0.4s;
  text-decoration: none;
  color: #fff;
}
.footer-list-1 a:hover {
  text-decoration: none;
  color: #2ab7d4;
  padding-left: 10px;
}

footer .form-control {
  border-radius: 0;
  background: #000;
}
.social-icons-2 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.social-icons-2 li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.social-icons-2 li a {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  line-height: 25px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  display: inline-block;
  transition: 0.4s;
  margin: 0 3px;
  font-size: 13px;
  font-family: "montserratmedium";
}
.social-icons-2 li a:hover {
  border: 1px solid #2ab7d4;
  background: #2ab7d4;
  color: #fff;
}

#carouselExampleCaptions .carousel-inner {
  padding: 60px 0;
}
.carousel-control-next,
.carousel-control-prev {
  width: 9% !important;
}

/*Inner Page*/
.internal-banner {
  position: relative;
}
.internal-page-heading {
  position: absolute;
  right: 0;
  left: 0;
  top: 30%;
  text-align: center;
}
.breadcrumb {
  margin-bottom: 0;
}
.breadcrum-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 0;
  z-index: 0;
  background: rgb(0 0 0 / 60%);
}
.breadcrumb-item.active {
  color: #b4b4b4 !important;
}
.breadcrum-bg ol li a {
  color: #fff !important;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}

/*contact-us*/

.contact-us {
  margin-top: 3.8rem;
}
.contact-us i {
  font-size: 4.3rem;
}
.contact-us i:hover {
  transform: rotate(360deg);
  transition: 0.7s;
}
.contact-us p {
  font-size: 1.2rem;
}
.how-it-works-box {
  cursor: pointer;
  padding: 5px;
  text-align: center;
  transition: 0.3s;
  height: 100%;
  background: #fff;
  color: #000;
  border-bottom: 3px solid #2ab7d4;
}

.w-80 {
  width: 80%;
  margin: 0 auto;
}
.form-control {
  border: 1px solid #2ab7d461 !important;
}
.how-it-works-text {
  padding: 15px;
  padding-top: 20px;
}
.how-it-works-text label {
  color: #2ab7d4;
  padding: 15px auto;
  font-family: "montserratbold";
}
.sc-shadow {
  box-shadow: 5px 0px 15px 0px #ccc;
}

.how-it-works-text p {
  margin-top: 7px;
  margin-bottom: 18px;
  line-height: 25px;
  font-size: 0.9rem;
  color: #000;
  transition: 0.3s;
}
.how-it-works-text i {
  color: #2ab7d4;
  display: block;
  font-size: 36px;
  padding-bottom: 12px;
  transition: 0.3s;
}
.header-appointment-wrap {
  flex: 0 0 auto;
  margin-left: 8px;
}
.header-appointment-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: linear-gradient(135deg, #22c1dc 0%, #0c9fbc 100%);
  color: #fff;
  font-family: "montserratbold";
  font-size: 12px;
  line-height: 1;
  padding: 9px 13px;
  box-shadow: 0 10px 22px rgba(18, 168, 196, 0.24);
  transition: 0.3s;
  white-space: nowrap;
}
.header-appointment-btn:hover,
.header-appointment-btn:focus {
  background: linear-gradient(135deg, #109ab6 0%, #087d98 100%);
  color: #fff;
  transform: translateY(-1px);
}
.header-appointment-btn i {
  font-size: 14px;
}
.modal .form-label {
  font-weight: 600;
}
.modal .common-btn {
  background: #2ab7d4;
  border: none;
  color: #fff;
  padding: 8px 18px;
}
.how-it-works-box:hover {
  background: #2ab7d4;
}
.how-it-works-box:hover i {
  color: #fff;
}
.how-it-works-box:hover label {
  color: #fff;
}
.how-it-works-box:hover p {
  color: #fff;
}
.how-it-works-text span {
  font-family: "montserratbold";
  display: block;
}

/*single-page-theme*/

.common-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.common-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 7px;
  position: relative;
  padding-left: 24px;
  font-family: "montserratmedium";
  color: #4d5e67;
}
.common-list li:before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  background: transparent;
  font-weight: bold;
  border: 2px solid transparent;
  position: absolute;
  font-size: 0.9rem;
  border-radius: 50%;
  color: #2ab7d4;
  left: 0;
  top: 0px;
}

.checked-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.checked-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 7px;
  position: relative;
  padding-left: 24px;
  font-family: "montserratmedium";
  color: #4d5e67;
}
.checked-list li:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  background: transparent;
  font-weight: bold;
  border: 2px solid transparent;
  position: absolute;
  font-size: 0.9rem;
  border-radius: 50%;
  color: #2ab7d4;
  left: 0;
  top: 0px;
}

.round-checked-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.round-checked-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 7px;
  position: relative;
  padding-left: 24px;
  font-family: "montserratmedium";
  color: #4d5e67;
}
.round-checked-list li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  background: transparent;
  font-weight: bold;
  border: 2px solid transparent;
  position: absolute;
  font-size: 0.9rem;
  border-radius: 50%;
  color: #2ab7d4;
  left: 0;
  top: 0px;
}

.star-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.star-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 7px;
  position: relative;
  padding-left: 24px;
  font-family: "montserratmedium";
  color: #4d5e67;
}
.star-list li:before {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  background: transparent;
  font-weight: bold;
  border: 2px solid transparent;
  position: absolute;
  font-size: 0.9rem;
  border-radius: 50%;
  color: #2ab7d4;
  left: 0;
  top: 0px;
}
.pdf-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pdf-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 7px;
  position: relative;
  padding-left: 24px;
  font-family: "montserratmedium";
  color: #4d5e67;
}
.pdf-list li:before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  background: transparent;
  font-weight: bold;
  border: 2px solid transparent;
  position: absolute;
  font-size: 0.9rem;
  border-radius: 50%;
  color: #2ab7d4;
  left: 0;
  top: 0px;
}
.right-card-img {
  padding: 1.1rem !important;
  align-items: center;
}
/*order list*/

a {
  text-decoration: none !important;
  color: #4d5e67;
}
ol {
  margin: 0;
  padding: 0;
  padding-left: 1.2rem !important;
  margin-top: 15px;
}
ol li {
  margin: 0;
  padding: 0;
  margin-bottom: 7px;
  position: relative;
  padding-left: 5px;
}
ol li a {
  color: #4d5e67;
}
ol li a:hover {
  color: #2ab7d4;
}
.speak-info {
  background: rgb(0 0 0 / 84%);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5px 5px;
  text-align: left;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.speak-info label {
  font-size: 0.8rem;
  color: #fff;
}

/*Sidebar*/
.sidebar-right {
  padding: 15px;
  box-shadow: 6px 0px 15px 1px #dcdcdc;
}
.sidebar-right h3 a {
  font-size: 0.9rem;
}
.sidebar-right h3 a:hover {
  color: #2ab7d4;
}
.link-red {
  text-decoration: none;
  color: #f13b3b;
  font-size: 1rem;
  font-weight: bold;
  font-family: "montserratregular";
  transition: 0.3s;
}
.common-list li a {
  font-size: 0.9rem;
  color: #575757;
}
.play-icon {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  text-align: center;
}

/*Photo Gallery CSS*/

.image-gallery {
  padding: 50px 0;
}
.gallery-item--thumb img {
  width: 100%;
}

.gallery-item:hover .gallery-item--thumb:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.gallery-item:hover .gallery-item--thumb a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 50%;
}

.gallery-item:hover .gallery-item--content p {
  color: #fff;
}

.gallery-item--thumb {
  position: relative;
}

.gallery-item--thumb:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(25 198 255 / 80%);
  z-index: 100;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.gallery-item--thumb a {
  position: absolute;
  left: 50%;
  top: 65%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 200;
  font-size: 30px;
  color: #fff;
  width: 100px;
  height: 100px;
  border: 1px dashed #fff;
  text-align: center;
  line-height: 100px;
  border-radius: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.gallery-item--content {
  margin-top: 20px;
}

.gallery-item--content h4 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 17px;
}

.gallery-item--content p {
  font-size: 14px;
  line-height: 24px;
  padding: 0px 20px;
  color: #7a8a9e;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.slick-dotted.slick-slider {
  margin-bottom: 12px;
}

.items-hfix.slick-slider .slick-track,
.items-hfix.slick-slider .slick-list {
  display: flex;
  margin-bottom: 20px;
}

/* him pan css */
.dr-deepknr h2 {
  color: #2ab7d4;
  text-transform: uppercase;
}

/*For Tablet and iPad Screens*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .breadcrum-bg {
    padding: 5px 0;
  }
  .slick-prev {
    left: 0% !important;
    z-index: 99;
  }
  .slick-next {
    right: 0% !important;
  }
  .slick-slide.card .card-title {
    font-size: 1rem;
  }
  .counter-achive ul li .digit-count {
    margin-left: 2rem;
    margin-top: 0.3rem;
  }
  .counter-achive ul li {
    border-right: 0px solid #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .counter-achive ul li:nth-child(3) {
    border-bottom: 0px solid #fff;
  }
  .counter-achive ul li:nth-child(4) {
    border-bottom: 0px solid #fff;
  }
  .counter-achive .col {
    flex: auto;
    width: 50%;
    max-width: 42%;
  }
  .main-header .logo img {
    width: 150px;
  }
  .main-header .logo {
    /* margin-left: 9.6rem; */
  }
  .main-header .main-box {
    padding-left: 14px;
  }
  .navbar-toggler:focus {
    box-shadow: none !important;
  }
  .navbar-light .navbar-toggler {
    border-color: rgb(103 191 133 / 78%) !important;
  }
  .navbar-toggler {
    /* margin-top: -2.8rem; */
    margin-left: 0px;
    padding: 2px !important;
    font-size: 1rem !important;
  }
  .auto-container {
    padding: 0px 18px;
    width: 100%;
  }
  .social-icons {
    padding: 0;
    list-style: none;
    display: flex;
  }
  .circle-bg {
    margin: 0 auto;
    text-align: center;
    width: 76%;
  }
  .common-btn,
  .common-btn-2,
  .blog-btn {
    padding: 4px 10px;
    margin-top: 0px;
    font-size: 14px;
  }
  .take-cares .carousel-caption {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  #carouselExampleCaptions .carousel-caption h5 {
    font-size: 1rem;
  }
  #bannercrsl .carousel-caption span {
    font-size: 16px;
    line-height: 16px;
  }
  #bannercrsl .carousel-caption {
    right: 30%;
    top: 28%;
    left: 11%;
    padding: 0px;
    margin: 0 auto;
  }
  #bannercrsl .carousel-caption h2 {
    font-size: 1.1rem !important;
    line-height: 1.1rem !important;
  }

  .about-text h4 {
    font-size: 1.1rem !important;
  }
  .about-text h3 {
    font-size: 1.1rem !important;
  }
  .about-text h1 {
    font-size: 1.6rem !important;
  }
  .about-text {
    padding-left: 1.3rem;
  }
  h4 {
    font-size: 1rem !important;
  }
  h2 {
    font-size: 1.3rem !important;
    line-height: 1.1rem !important;
  }
  h1 {
    font-size: 1.5rem !important;
  }
  li {
    font-size: 0.9rem;
  }
  p {
    font-size: 0.9rem !important;
  }
  footer {
    background-position: center;
  }
  .footer-list,
  .footer-list-1 {
    margin-bottom: 22px !important;
  }
  footer h5 {
    padding-bottom: 4px;
  }
  .footer-list li,
  .footer-list-1 li {
    font-size: 1rem !important;
  }
  .desktop-view-only {
    display: none;
  }
  .main-header .main-box {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .internal-page-heading h1 {
    font-size: 1.3rem !important;
  }
}

.whatsapp_float {
  position: fixed !important;
  right: 16px !important;
  bottom: 92px !important;
  z-index: 1040 !important;
  width: 64px;
  height: 64px;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.whatsapp_float a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.whatsapp_float .Call_btn {
  display: block;
  width: 64px !important;
  height: 64px;
  object-fit: contain;
}
.call_floating {
  bottom: 166px !important;
}
.mobile-appointment-float {
  display: none;
}
@media only screen and (max-width: 767px) {
  .whatsapp_float {
    right: 12px !important;
    bottom: 86px !important;
    width: 58px;
    height: 58px;
  }
  .call_floating {
    /* bottom: 154px !important; */
  }
  .whatsapp_float .Call_btn {
    width: 58px !important;
    height: 58px;
  }
  .mobile-appointment-float {
    position: fixed;
    right: 12px;
    left: 12px;
    bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    z-index: 1041;
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #22c1dc 0%, #0b9fbd 100%);
    color: #fff;
    font-family: "montserratbold";
    font-size: 14px;
    line-height: 1;
    box-shadow: 0 12px 28px rgba(8, 126, 152, 0.32);
  }
  .mobile-appointment-float i {
    font-size: 16px;
  }
  .header-appointment-wrap {
    margin: 12px 0 8px;
    width: 100%;
  }
  .header-appointment-btn {
    width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .main-header .logo {
    margin-right: 1.5rem;
  }
  .main-header .logo img {
    width: 220px;
  }
  .navbar-nav .nav-item a {
    font-size: 14px;
  }
  .header-appointment-btn {
    font-size: 11px;
    padding: 9px 11px;
  }
}

li.nav-item {
  margin-left: -2px;
}

/* Premium spacing and layout polish */
.about-us,
.key-pross,
.patients-story,
.award-recg,
.take-cares,
.latest-blog {
  position: relative;
}

.about-us {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}
.about-us .row {
  align-items: center;
}
.about-text {
  max-width: 780px;
}
.about-text h1,
.about-text h3,
.about-text h4 {
  letter-spacing: 0;
}
.about-text p {
  margin-top: 14px;
  line-height: 1.78;
  color: #425865;
}
.circle-bg {
  max-width: 390px;
}

section.counter-achive {
  padding: 24px 0;
  box-shadow: 0 12px 28px rgba(42, 183, 212, 0.18);
}
section.counter-achive ul li {
  padding-top: 8px;
  padding-bottom: 8px;
}

.key-pross,
.patients-story,
.award-recg,
.take-cares,
.latest-blog {
  padding-top: 74px !important;
  padding-bottom: 74px !important;
}
.key-pross h2,
.patients-story h2,
.award-recg h2,
.take-cares h2,
.latest-blog h2 {
  margin-bottom: 30px;
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.key-pross .card,
.patients-story .card,
.latest-blog .card {
  overflow: hidden;
  border: 1px solid rgba(25, 112, 135, 0.12);
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(20, 55, 70, 0.12);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}
.key-pross .card:hover,
.patients-story .card:hover,
.latest-blog .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(20, 55, 70, 0.17);
}
.spcl-img {
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(20, 55, 70, 0.14);
}
.key-pross .card {
  margin-bottom: 28px !important;
}
.key-pross .card .spcl-img,
.patients-story .card .position-relative > img,
.award-recg .spcl-img {
  height: 210px;
  object-fit: cover;
}
.key-pross .card h4 {
  margin: 0;
  padding: 14px 12px 16px;
  font-size: 15px;
  line-height: 1.35;
}
.patients-story .card .info {
  min-height: 72px;
  padding: 0 12px;
}
.patients-story .3-col-items .slick-list {
  height: auto !important;
  padding-bottom: 22px;
}
.patients-story .3-col-items .slick-track {
  display: flex;
  align-items: stretch;
}
.patients-story .3-col-items .slick-slide {
  height: auto;
}
.patients-story .3-col-items .slick-slide > div,
.patients-story .3-col-items .card {
  height: 100%;
}
.patients-story .card .position-relative > img {
  height: 185px;
}
.patients-story .card .info {
  min-height: 112px;
  margin: 0;
  padding: 18px 14px 22px;
}
.patients-story .card .info h4 {
  margin-bottom: 8px;
  line-height: 1.25;
}
.patients-story .card .info p {
  line-height: 1.45;
}
.slick-slide {
  margin: 12px;
}

.common-table.take-cares .table-responsive {
  border-radius: 12px;
  box-shadow: 0 16px 38px rgba(7, 50, 67, 0.18);
}
.common-table.take-cares .table {
  margin-bottom: 0;
}
.common-table.take-cares .table th,
.common-table.take-cares .table td {
  padding: 13px 14px;
  vertical-align: middle;
}

.award-recg .gallery-item {
  padding: 6px;
}
.award-recg .gallery-item label {
  display: block;
  min-height: 36px;
  line-height: 1.35;
}
.award-recg.awards-section {
  background:
    radial-gradient(
      circle at 12% 10%,
      rgba(42, 183, 212, 0.14),
      transparent 30%
    ),
    linear-gradient(180deg, #f8fcfd 0%, #eef7fa 100%);
}
.award-recg.awards-section h2 {
  color: #233845;
}
.award-recg.awards-section h2 span,
.award-recg.awards-section h2 .text-white {
  color: #2ab7d4 !important;
}
.award-recg.awards-section .gallery-item label,
.award-recg.awards-section .text-white {
  color: #24424f !important;
}
.award-recg.awards-section .common-btn-2 {
  background: #2ab7d4;
  border-color: #2ab7d4;
  color: #fff;
}
.award-recg.awards-section .common-btn-2:hover,
.award-recg.awards-section .common-btn-2:focus {
  background: #fff;
  color: #2ab7d4;
  border-color: #2ab7d4;
}

.take-cares.testimonials-section {
  background:
    linear-gradient(135deg, rgba(5, 53, 70, 0.9), rgba(42, 183, 212, 0.78)),
    url(../images/testimorial-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.take-cares.testimonials-section h2 {
  color: #fff;
}
.take-cares.testimonials-section h2 span {
  color: #d8fbff !important;
}

#carouselExampleCaptions .carousel-inner {
  padding: 70px 60px 54px;
}
#carouselExampleCaptions .carousel-caption {
  border-radius: 12px;
  box-shadow: 0 14px 32px rgba(20, 55, 70, 0.14);
}

.latest-blog {
  padding-top: 72px;
  padding-bottom: 76px;
}
.latest-blog .card {
  height: 100%;
}
.blog-image {
  height: 205px;
  object-fit: cover;
}
.latest-blog .card-body {
  padding: 18px;
}
.latest-blog .card-body p {
  line-height: 1.55;
}

@media only screen and (max-width: 991px) {
  .about-us,
  .key-pross,
  .patients-story,
  .award-recg,
  .take-cares,
  .latest-blog {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .about-text {
    padding-left: 0;
  }
  .key-pross .card .spcl-img,
  .patients-story .card .position-relative > img,
  .award-recg .spcl-img,
  .blog-image {
    height: 190px;
  }
}

@media only screen and (max-width: 767px) {
  .key-pross h2,
  .patients-story h2,
  .award-recg h2,
  .take-cares h2,
  .latest-blog h2 {
    margin-bottom: 22px;
    font-size: 1.45rem !important;
    line-height: 1.25 !important;
  }
  .key-pross .card .spcl-img,
  .patients-story .card .position-relative > img,
  .award-recg .spcl-img,
  .blog-image {
    height: auto;
  }
  #carouselExampleCaptions .carousel-inner {
    padding: 62px 0 42px;
  }
  #carouselExampleCaptions .carousel-caption {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}

/* Homepage premium refresh */
.banner {
  position: relative;
  overflow: hidden;
}
.banner .carousel-item {
  position: relative;
}
.banner .carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(4, 31, 42, 0.72) 0%,
    rgba(8, 60, 76, 0.48) 38%,
    rgba(8, 60, 76, 0.16) 68%,
    rgba(8, 60, 76, 0) 100%
  );
  pointer-events: none;
}
.banner .carousel-control-prev,
.banner .carousel-control-next {
  z-index: 3;
}
#bannercrsl .carousel-caption {
  z-index: 2;
  bottom: 24%;
  left: 8%;
  max-width: 680px;
}
.hero-content-panel {
  display: inline-block;
  max-width: 670px;
  padding: 0;
  border-left: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.hero-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #e9fbff !important;
  font-family: "montserratbold";
  font-size: 12px !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}
.hero-content-panel h2 {
  margin-bottom: 12px;
  color: #fff !important;
  font-size: clamp(2.5rem, 4.1vw, 4.8rem) !important;
  line-height: 1.08 !important;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.28);
}
.hero-content-panel p {
  max-width: 520px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px !important;
  line-height: 1.7;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.22);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.hero-actions .common-btn,
.hero-actions .common-btn-2 {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding: 10px 19px;
  font-family: "montserratsemibold";
}
.hero-actions .common-btn-2 {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  box-shadow: 0 10px 24px rgba(10, 55, 72, 0.14);
}
.hero-actions .common-btn-2:hover,
.hero-actions .common-btn-2:focus {
  background: #fff;
  color: #0d7890;
  border-color: #fff;
}

.doctor-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 16px 0 14px;
}
.doctor-trust-badges span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid rgba(42, 183, 212, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #174558;
  font-family: "montserratsemibold";
  font-size: 12px;
  box-shadow: 0 8px 22px rgba(20, 85, 110, 0.06);
}
.doctor-trust-badges i {
  color: #2ab7d4;
}

.specialties-section {
  background:
    radial-gradient(
      circle at 88% 8%,
      rgba(42, 183, 212, 0.13),
      transparent 28%
    ),
    linear-gradient(180deg, #f8fbfd 0%, #eef5f8 100%);
}
.specialties-section h2 span,
.patients-story h2 span,
.latest-blog h2 span {
  color: #2ab7d4;
}
.specialties-section .card {
  background: #fff;
}
.specialties-section .card h4 a {
  color: #0a819d;
  text-decoration: none;
}

.opd-section {
  background:
    linear-gradient(135deg, rgba(5, 53, 70, 0.86), rgba(42, 183, 212, 0.78)),
    url(../images/testimorial-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.opd-section h2 {
  color: #fff;
}
.opd-section h2 span {
  color: #d9fbff !important;
}
.opd-section .table-responsive {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(5, 53, 70, 0.22);
  box-shadow: 0 18px 44px rgba(5, 53, 70, 0.24);
}
.opd-section .table {
  margin-bottom: 0;
}
.opd-section .table thead {
  background: rgba(5, 53, 70, 0.72);
}
.opd-section .table th,
.opd-section .table td {
  padding: 14px 15px;
  border-color: rgba(255, 255, 255, 0.26);
}
.opd-section .table tbody tr {
  background: rgba(255, 255, 255, 0.04);
}

.patients-story:not(.specialties-section) {
  background:
    radial-gradient(
      circle at 12% 14%,
      rgba(42, 183, 212, 0.1),
      transparent 28%
    ),
    linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%);
}

.latest-blog {
  background: linear-gradient(180deg, #f6f9fb 0%, #eef4f7 100%);
}
.latest-blog .card-title a {
  color: #16495d;
  text-decoration: none;
}
.latest-blog .blog-btn {
  box-shadow: 0 9px 20px rgba(42, 183, 212, 0.18);
}

@media only screen and (max-width: 991px) {
  #bannercrsl .carousel-caption {
    left: 5%;
    right: 5%;
    bottom: 12%;
    max-width: none;
  }
  .hero-content-panel {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .banner .carousel-item,
  .banner .carousel-item > img {
    min-height: 430px;
  }
  .banner .carousel-item > img {
    object-fit: cover;
    object-position: center right;
  }
  .banner .carousel-item::before {
    background: linear-gradient(
      90deg,
      rgba(4, 31, 42, 0.82) 0%,
      rgba(8, 60, 76, 0.62) 100%
    );
  }
  #bannercrsl .carousel-caption {
    top: auto;
    bottom: 13%;
    left: 5%;
    right: 5%;
  }
  .hero-content-panel {
    padding: 0;
    border-radius: 0;
  }
  .hero-kicker {
    font-size: 11px !important;
  }
  .hero-content-panel h2 {
    font-size: 1.75rem !important;
    line-height: 1.15 !important;
  }
  .hero-content-panel p {
    font-size: 13px !important;
  }
  .hero-actions .common-btn,
  .hero-actions .common-btn-2 {
    width: 100%;
  }
}

/*  */
.modal-dialog {
  max-width: 520px;
}

.modal-content {
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
  background: #fff;
}

.modal-body {
  padding: 36px 34px 30px;
  position: relative;
  background: linear-gradient(180deg, #f7fcfd 0%, #ffffff 100%);
}

.close-btn {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #2ab7d4;
  color: #fff;
  font-size: 26px;
  line-height: 34px;
  z-index: 9;
  transition: 0.3s;
}

.close-btn:hover {
  background: #1598b4;
  transform: rotate(90deg);
}

.modal-title,
.modal-body > h3,
.wpcf7-form h3 {
  text-align: center;
  color: #2ab7d4 !important;
  font-family: "montserratextrabold";
  font-size: 26px !important;
  margin-bottom: 24px !important;
}

.wpcf7-form h3 {
  display: none;
}

.contact-form-box .mb-3 {
  margin-bottom: 14px !important;
}

.contact-form-box p {
  margin: 0 !important;
}

.modal-body .form-control {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(42, 183, 212, 0.25) !important;
  border-radius: 14px;
  padding: 12px 16px;
  background: #fff;
  color: #333;
  font-size: 15px;
  box-shadow: 0 8px 20px rgba(15, 87, 110, 0.06);
  transition: 0.3s;
}

.modal-body .form-control:focus {
  border-color: #2ab7d4 !important;
  box-shadow: 0 0 0 4px rgba(42, 183, 212, 0.14);
  outline: none;
}

.modal-body textarea.form-control {
  min-height: 110px;
  resize: none;
}

.modal-body select.form-control {
  cursor: pointer;
}

.modal-body .common-btn,
.modal-body .wpcf7-submit {
  width: 100%;
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #2ab7d4 0%, #0b91ad 100%);
  color: #fff;
  font-family: "montserratbold";
  font-size: 16px;
  letter-spacing: 0.3px;
  box-shadow: 0 14px 30px rgba(42, 183, 212, 0.32);
  transition: 0.3s;
}

.modal-body .common-btn:hover,
.modal-body .wpcf7-submit:hover {
  background: linear-gradient(135deg, #1598b4 0%, #06758e 100%);
  transform: translateY(-2px);
  color: #fff;
}

.wpcf7-spinner {
  display: block;
  margin: 12px auto 0;
}

.wpcf7-response-output {
  margin: 15px 0 0 !important;
  border-radius: 12px;
  padding: 10px 14px !important;
  font-size: 14px;
}

.wpcf7-not-valid-tip {
  font-size: 13px;
  margin-top: 5px;
}

@media only screen and (max-width: 575px) {
  .modal-dialog {
    margin: 14px;
  }

  .modal-body {
    padding: 32px 20px 24px;
  }

  .modal-title,
  .modal-body > h3 {
    font-size: 22px !important;
  }
}
