@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
body {
  font-family: "Sora", sans-serif !important;
  background: #fff;
  font-size: 15px;
  cursor: default;
  overflow-x: hidden !important;
}

::-moz-selection {
  color: #fff;
  background: #00a8bc;
}

::selection {
  color: #fff;
  background: #00a8bc;
}

::-moz-selection {
  color: #fff;
  background: #00a8bc;
}

::-webkit-selection {
  color: #fff;
  background: #00a8bc;
}

* {
  outline: none !important;
  text-decoration: none !important;
  list-style: none;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.btn-primary {
  background-color: #00a8bc !important;
  padding: 15px 40px;
  border: none !important;
  font-weight: 500;
  position: relative;
  border-radius: 10px;
  font-size: 1.1rem;
}

.btn-outline-secondary {
  border-color: #e5e5e5;
  padding: 15px 30px 15px 35px;
  font-weight: 500;
  position: relative;
  border-radius: 10px;
  font-size: 1.1rem;
  color: #282828;
}
.btn-outline-secondary i {
  font-size: 1rem;
}

.heilight {
  background-color: #e8e828 !important;
  color: #282828 !important;
}

.btn-primary.btn-lg {
  padding: 15px 40px !important;
  padding-right: 55px !important;
}

.container {
  max-width: 1390px;
}

p {
  font-size: 21px;
}

.fluid-block {
  width: 100%;
  float: left;
  padding: 70px 0;
}

.title-div {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 60px;
  padding-bottom: 40px;
}
.title-div h2 {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 42px;
}
.title-div small {
  font-size: 16px;
  color: #08363b;
}
.title-div::after {
  position: absolute;
  content: "";
  width: 129px;
  height: 23px;
  background: url(../images/waves.png) no-repeat center center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.title-div {
  max-width: 950px;
  margin-bottom: 30px !important;
  padding-bottom: 0 !important;
}
.title-div h2 {
  margin-bottom: 0 !important;
  letter-spacing: -3px;
}
.title-div h2 span {
  color: #00a8bc;
}

.icon-btn {
  position: relative;
  padding: 5px 5px 5px 30px !important;
  background: #e8e828 !important;
  color: #282828 !important;
  border-radius: 50px !important;
}
.icon-btn .icon {
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  font-size: 2.3rem;
  color: #535353;
  transition: all 0.2s ease-out;
}
.icon-btn:hover .icon {
  background: #08363b;
  color: #fff;
  margin-left: 10px;
}

header {
  float: left;
  width: 100%;
  background-color: #ceeaf9;
}
header .top-bar ul li a {
  fill: #15616a;
  transition: all 0.1s ease-out;
}
header .top-bar ul li a:hover {
  fill: #00a8bc;
}
header .top-bar .right-head-infos {
  font-size: 21px;
}
header .top-bar .right-head-infos .timings {
  max-width: 200px;
  text-align: right;
  line-height: 1.2;
  font-size: 19px;
}
header .top-bar .right-head-infos .call {
  fill: #00a8bc;
  font-weight: bold;
  font-size: 26px;
  color: #535353;
}
header .top-bar .right-head-infos .btn-primary {
  border-radius: 60px !important;
  font-size: 21px !important;
  font-weight: 600 !important;
  padding: 12px 30px;
  color: #08363b !important;
  fill: #08363b !important;
}
header .navbar {
  padding: 15px !important;
  border-radius: 30px;
}
header .navbar .nav-link {
  font-size: 20px;
  font-weight: 500;
  color: #282828;
  padding: 10px 20px !important;
  box-shadow: none !important;
}
header .navbar .nav-item:hover .nav-link {
  color: #00a8bc !important;
}
header .navbar .dropdown-toggle::after {
  background: url(../images/down-arrow.jpg) no-repeat center center;
  border: none !important;
  width: 15px;
  height: 15px;
  position: relative;
  top: 6px;
}
header .navbar .dropdown {
  position: relative;
}
header .navbar .dropdown:hover > .dropdown-menu {
  display: block !important;
  animation: slideDown 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
header .navbar .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  border: none;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  margin-top: 0;
  animation: none;
}
header .navbar .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
header .navbar .dropdown-item {
  font-size: 16px;
  padding: 12px 20px;
  transition: all 0.2s ease;
  color: #282828;
}
header .navbar .dropdown-item:hover {
  background-color: #e8e828;
  color: #08363b;
  padding-left: 24px;
}

.banner-section {
  float: left;
  width: 100%;
  position: relative;
  background: #ceeaf9;
}
.banner-section::after {
  position: absolute;
  content: "The Clinic";
  color: #fff;
  opacity: 0.2;
  font-size: 205px;
  text-align: right;
  right: 0;
  bottom: 170px;
  width: 650px;
  line-height: 0.9;
  font-weight: 500;
}
.banner-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 65px;
  background: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.banner-section .banner-caption {
  max-width: 600px;
  position: relative;
  z-index: 1;
}
.banner-section .banner-caption h1 {
  font-size: 66px;
  color: #08363b;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -4px;
}
.banner-section .banner-caption p {
  font-size: 22px;
  color: #535353;
  font-weight: 300;
}
.banner-section .banner-model {
  max-width: 559px;
  position: relative;
  z-index: 1;
  height: 650px;
}
.banner-section .banner-model img {
  width: 100%;
  position: absolute;
  left: -100px;
  bottom: 0;
}
.banner-section .banner-form {
  padding: 20px 20px 20px 45px;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.13);
  min-height: 117px;
  z-index: 1;
  position: relative;
}
.banner-section .banner-form .field {
  border-left: solid 2px #d5e0d9;
  padding: 0 30px;
}
.banner-section .banner-form .field:first-child {
  border-left: none;
  padding-left: 0;
}
.banner-section .banner-form .field label {
  font-size: 20px;
  font-weight: 500;
  color: #949494;
}
.banner-section .banner-form .field .form-select, .banner-section .banner-form .field .form-control {
  border: none !important;
  padding: 0;
  font-size: 18px;
  color: #282828;
  font-weight: 300;
  box-shadow: none !important;
}
.banner-section .banner-form .doctor-field {
  width: 350px;
}
.banner-section .banner-form .circle-btn {
  width: 88px;
  height: 88px;
  background: #00a8bc;
  border-radius: 100% !important;
  fill: #fff;
}

.about-section .caption {
  max-width: 900px;
  margin-bottom: 60px;
}
.about-section .caption p {
  font-weight: 300;
  color: #535353;
}
.about-section .box-content img {
  margin-bottom: 40px;
  width: 100%;
}
.about-section .box-content h3 {
  letter-spacing: -2px;
  font-size: 32px;
  font-weight: 600;
  color: #282828;
}
.about-section .box-content .designation {
  font-size: 20px;
  color: #535353;
  font-weight: 300;
  display: block;
}

.services-section .services-wrap {
  background: #08363b;
  border-radius: 30px;
  padding: 60px;
}
.services-section .services-wrap .title-div h2 {
  color: #fff;
}
.services-section .services-wrap .caption p {
  color: #fff;
  font-weight: 300;
  margin: 0;
}
.services-section .services-wrap .nav-pills {
  border: solid 1px #fff;
  padding: 5px;
  border-radius: 50px;
  max-width: 400px;
  float: right;
  margin: 0 !important;
}
.services-section .services-wrap .nav-pills .nav-item .nav-link {
  border-radius: 50px;
  font-size: 21px;
  color: #fff;
  font-weight: 500;
}
.services-section .services-wrap .nav-pills .nav-item .nav-link.active {
  background: #e8e828;
  color: #282828;
}
.services-section .services-wrap .card {
  min-height: 257px;
  transition: all 0.15s ease-out;
}
.services-section .services-wrap .card:hover {
  transform: translateY(-5px);
}
.services-section .services-wrap .card .card-body {
  padding: 35px;
}
.services-section .services-wrap .card .card-body .icon {
  height: 80px;
}
.services-section .services-wrap .card .card-body h3 {
  letter-spacing: -1px;
  font-weight: 500;
  font-size: 24px;
}
.services-section .services-wrap .card .card-body p {
  line-height: 1.4;
  color: #535353;
  font-size: 21px;
  font-weight: 300;
  margin: 0;
}

/* Doctor Services Checklist Section */
.dr-services-checklist-section {
  background: #f7f4f0;
}
.dr-services-checklist-section .dr-checklist-header h2 {
  font-size: 45px;
  font-weight: 500;
  color: #08363b;
  letter-spacing: -2px;
  margin-bottom: 10px;
}
.dr-services-checklist-section .dr-checklist-header h2 span {
  color: #00a8bc;
}
.dr-services-checklist-section .dr-checklist-header p {
  font-size: 20px;
  color: #535353;
  font-weight: 300;
}
.dr-checklist-item {
  padding: 18px 20px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: all 0.2s ease-out;
  min-height: 80px;
}
.dr-checklist-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,168,188,0.12);
}
.dr-checklist-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  width: 38px;
  height: 38px;
  background: #e6f7ef;
  border-radius: 50%;
  color: #4caf72;
  flex-shrink: 0;
  margin-top: 2px;
}
.dr-checklist-text {
  font-size: 18px;
  font-weight: 400;
  color: #282828;
  line-height: 1.4;
  margin: 0;
}

.testimonial-section {
  min-height: 700px;
}
.testimonial-section .title-div {
  max-width: 100% !important;
  margin-bottom: 80px !important;
}
.testimonial-section .profile-pic {
  width: 61px;
  height: 61px;
  border-radius: 100%;
}
.testimonial-section .profile-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-section .profile-info h3 {
  font-size: 23px;
  font-weight: 600;
  color: #282828;
  margin: 0;
}
.testimonial-section .profile-info .designation {
  font-size: 19px;
  color: #535353;
}
.testimonial-section .ratings img {
  width: auto !important;
}
.testimonial-section .message {
  font-size: 18px;
  color: #282828;
  font-weight: 400;
}

.owl-nav {
  width: 100%;
  display: flex;
  align-content: space-between;
  justify-content: space-between;
  height: 56px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.owl-prev, .owl-next {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  text-align: center;
  background: #fff;
  box-shadow: 0 2px 5px 4px rgba(0, 0, 0, 0.08);
  border: none !important;
  color: #282828 !important;
  font-size: 2.5rem;
  position: relative;
  line-height: 56px;
  transition: all 0.2s ease-out;
}

.owl-prev {
  left: -75px;
}

.owl-next {
  right: -75px;
}

.owl-prev:hover, .owl-next:hover {
  background: #00a8bc !important;
  color: #fff !important;
  border-color: transparent;
}

.blog-section {
  background: #f2f2f2;
  padding-top: 120px !important;
}
.blog-section .card {
  background: none !important;
}
.blog-section .card .card-img {
  overflow: hidden !important;
}
.blog-section .card .card-img img {
  transition: all 0.2s ease-out;
}
.blog-section .card .small-title {
  font-size: 17px;
  text-transform: uppercase;
  color: #535353;
  font-weight: 500;
}
.blog-section .card h3 {
  font-size: 25px;
  font-weight: 500;
  color: #08363b;
  margin-bottom: 15px;
  transition: 0.15s ease-out;
}
.blog-section .card .date {
  font-size: 18px;
  color: #949494;
  text-transform: uppercase;
}
.blog-section .card:hover h3 {
  color: #00a8bc;
}
.blog-section .card:hover .card-img img {
  transform: scale(1.05);
}

footer {
  background: url(../images/footer-bg.jpg) no-repeat center center fixed;
  background-size: cover;
  float: left;
  width: 100%;
}
footer .footer-top {
  padding: 100px 0;
}
footer .footer-top .note {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 30px;
  opacity: 0.8;
  padding-right: 55px;
}
footer .footer-top .social {
  display: flex;
  align-items: center;
  gap: 15px;
}
footer .footer-top .social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 49px;
  border-radius: 20px !important;
  border: solid 1px #fff;
  transition: all 0.2s ease-out;
}
footer .footer-top .social li a svg {
  fill: #fff;
  transition: all 0.2s ease-out;
}
footer .footer-top .social li a:hover {
  background: #00a8bc;
  border-color: transparent;
}
footer .footer-top .social li a:hover svg {
  fill: #fff;
}
footer .footer-top h3 {
  font-size: 25px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}
footer .footer-top .footer-menu li a {
  display: inline-block;
  padding: 8px 0;
  color: #fff;
  font-weight: 300;
  opacity: 0.5;
  font-size: 20px;
  transition: all 0.1s ease-out;
}
footer .footer-top .footer-menu li a:hover {
  opacity: 1;
}
footer .footer-top .contacts {
  padding-right: 0;
  opacity: 0.3;
}
footer .footer-top .contact-numbers li {
  width: 100%;
  display: inline-block;
}
footer .footer-top .contact-numbers li a {
  display: inline-block;
  padding: 8px 0;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
  transition: all 0.1s ease-out;
  text-decoration: underline !important;
}
footer .footer-top .contact-numbers li a:hover {
  opacity: 1;
}
footer .footer-bottom {
  display: inline-block;
  width: 100%;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  padding: 30px 0;
  font-size: 18px;
  color: #fff;
  opacity: 0.6;
  font-weight: 300;
}

.inner-header {
  background: #fff !important;
  box-shadow: 0 5px 15px -1px rgba(0, 0, 0, 0.08) !important;
  position: relative;
  z-index: 1;
}
.inner-header .navbar {
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 15px 0 !important;
}

.dotor-details-blog {
  background: #fff;
}
.dotor-details-blog .caption {
  max-width: 700px;
  margin-bottom: 60px;
}
.dotor-details-blog .caption p {
  font-weight: 300;
  color: #535353;
}

.main-content-section {
  background: #f4f4f4;
  padding-top: 0 !important;
}
.main-content-section .card {
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1) !important;
}
.main-content-section .card .card-img {
  border-radius: 0 !important;
}
.main-content-section .card .card-img img {
  width: 100%;
  transition: all 0.2s ease-out;
}
.main-content-section .card .social-icons ul li a {
  fill: #15616a;
  transition: all 0.1s ease-out;
}
.main-content-section .card .social-icons ul li a:hover {
  fill: #00a8bc;
}
.main-content-section .breadcrumb .breadcrumb-item {
  font-size: 17px;
  color: #535353;
}
.main-content-section .breadcrumb .breadcrumb-item a {
  color: #282828;
}
.main-content-section .left-content .card-body {
  padding: 35px !important;
}
.main-content-section .left-content .title i {
  font-size: 30px;
  color: #08363b;
}
.main-content-section .left-content .title h3 {
  font-size: 29px;
  font-weight: bold;
  color: #08363b;
  letter-spacing: -1px;
}
.main-content-section .left-content .heading {
  font-size: 29px;
  color: #08363b;
  margin-bottom: 30px;
  border-bottom: solid 1px #949494 !important;
  padding-bottom: 5px;
  letter-spacing: -1px;
}
.main-content-section .left-content p {
  font-size: 20px;
}
.main-content-section .left-content p strong {
  font-weight: 600;
  font-size: 21px;
}
.main-content-section .left-content .sub-title {
  font-size: 21px;
  color: #00a8bc;
  margin-top: 15px;
}
.main-content-section .left-content a {
  color: #282828;
}
.main-content-section .left-content hr {
  margin-bottom: 40px;
  border-top-color: #949494;
  opacity: 1;
}
.main-content-section .left-form .form-control, .main-content-section .left-form .form-select {
  padding: 13px 25px;
  border: solid 1px #c4c4c4 !important;
  background-color: #fcfcfc;
  border-radius: 15px;
  font-size: 19px;
  color: #949494;
  box-shadow: none !important;
  background-size: 16px;
  background-position: center right 25px;
}
.main-content-section .left-form .form-control:focus, .main-content-section .left-form .form-select:focus {
  border-color: #282828 !important;
  color: #282828 !important;
}
.main-content-section .left-form .form-control::-moz-placeholder {
  color: #949494 !important;
  opacity: 1 !important;
}
.main-content-section .left-form .form-control::placeholder {
  color: #949494 !important;
  opacity: 1 !important;
}
.main-content-section .left-form .btn-primary {
  border-radius: 15px !important;
  font-size: 22px !important;
}
.main-content-section .right-content .card-body {
  padding: 35px;
}
.main-content-section .right-content .dr-name {
  font-size: 45px;
  font-weight: bold;
  color: #08363b;
  letter-spacing: -3px;
}
.main-content-section .right-content .degree {
  font-size: 24px;
  color: #15616a;
  font-weight: 600;
}
.main-content-section .right-content .designation {
  font-size: 22px;
  font-weight: 500;
  color: #535353;
  line-height: 1.4;
}
.main-content-section .right-content .contents p {
  font-size: 20px;
  font-weight: 300;
}
.main-content-section .right-content .contents ul li {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 5px;
}
.main-content-section .right-content .contents .bulletic {
  margin-left: 20px;
}
.main-content-section .right-content .contents .bulletic li {
  list-style: disc !important;
}
.main-content-section .right-content .contents h2 {
  font-weight: bold !important;
  font-size: 45px !important;
  color: #08363b;
  letter-spacing: -3px;
}
.main-content-section .right-content .iconic-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px !important;
  font-size: 19px !important;
  font-weight: 500 !important;
}
.main-content-section .right-content .iconic-list li::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 21px;
  background: url(../images/finger.png) no-repeat center center;
  left: 0;
  top: 5px;
}
.main-content-section .right-content .iconic-list li .bulletic {
  margin: 15px 0 15px 20px !important;
}
.main-content-section .right-content .iconic-list li .bulletic li {
  padding-left: 0 !important;
}
.main-content-section .right-content .iconic-list li .bulletic li::before {
  display: none !important;
}
.main-content-section .before-after {
  background: #15616a !important;
  padding-top: 25px !important;
}
.main-content-section .before-after .title-div h2 {
  color: #fff !important;
}
.main-content-section .before-after .title-div p {
  color: #fff !important;
}
.main-content-section .before-after .slider-container {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 800px;
  border-radius: 0;
  overflow: hidden;
}
.main-content-section .before-after .before-image,
.main-content-section .before-after .after-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.main-content-section .before-after {
  /* Styling the Before/After text */
}
.main-content-section .before-after .before-text,
.main-content-section .before-after .after-text {
  position: absolute;
  font-size: 19px;
  font-weight: 700;
  color: #15616a;
  z-index: 4;
  padding: 5px 20px;
  background-color: #fff;
  border-radius: 10px;
  letter-spacing: -1px;
  transition: opacity 0.3s ease-in-out;
}
.main-content-section .before-after {
  /* Before text */
}
.main-content-section .before-after .before-text {
  left: 20px; /* Position text to the left */
  top: 20px;
  z-index: 5;
}
.main-content-section .before-after {
  /* After text */
}
.main-content-section .before-after .after-text {
  right: 20px; /* Position text to the right */
  top: 20px;
  z-index: 3;
}
.main-content-section .before-after {
  /* Hide the After text initially */
}
.main-content-section .before-after .after-image .after-text {
  visibility: visible;
  z-index: 3;
}
.main-content-section .before-after .after-image {
  clip-path: inset(0 50% 0 0);
}
.main-content-section .before-after .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0px;
  height: 100%;
  background-color: #fff;
  cursor: pointer;
  z-index: 2;
}
.main-content-section .before-after .slider-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  z-index: 1;
  border: solid 1px #fff;
}
.main-content-section .before-after .pulse-container {
  position: relative;
  display: inline-block;
}
.main-content-section .before-after .pulse-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px; /* Larger than the SVG */
  height: 70px;
  border-radius: 50%;
  background-color: #ffffff; /* Color of the pulse */
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}
.main-content-section .before-after .slider-line svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}
.main-content-section .before-after {
  /* Prevent text/image selection while dragging */
}
.main-content-section .before-after .slider-container,
.main-content-section .before-after .before-image img,
.main-content-section .before-after .after-image img {
  user-select: none; /* Disable selection on most browsers */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}
.main-content-section .before-after .slider-handle,
.main-content-section .before-after .slider-line {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.inner-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #ceeaf9;
  padding: 50px 0;
  min-height: 300px;
}
.inner-banner h1 {
  font-size: 52px;
  font-weight: bold;
  color: #08363b;
  letter-spacing: -2px;
}
.inner-banner .breadcrumb .breadcrumb-item {
  font-size: 19px;
  color: #535353;
}
.inner-banner .breadcrumb .breadcrumb-item a {
  color: #282828;
}

.main-blog-section .card .card-body {
  padding: 30px !important;
}
.main-blog-section .card {
  margin-bottom: 30px;
}
.main-blog-section .card .date {
  position: absolute;
  right: 30px;
  bottom: -32px;
  background: #08363b;
  padding: 7px;
  color: #fff;
  text-align: center;
  width: 60px;
  border-radius: 7px;
}
.main-blog-section .card .date hr {
  margin: 0.2rem;
}
.main-blog-section .card .text-primary {
  color: #08363b !important;
  letter-spacing: -1px;
  font-weight: 500;
}
.main-blog-section .card a.title {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  color: #282828;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.25;
  transition: all 0.1s ease-out;
}
.main-blog-section .card a.title:hover {
  color: #08363b;
}
.main-blog-section .card p {
  font-size: 15.2px;
  color: #535353;
  line-height: 1.6;
}
.main-blog-section .card .card-bottom {
  border-top: solid 1px #e3e3e3;
  padding-top: 20px;
  margin-top: 25px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #535353;
}
.main-blog-section .card .card-bottom a {
  color: #535353;
  transition: all 0.2s ease-out;
}
.main-blog-section .card .card-bottom a:hover {
  color: #08363b;
}
.main-blog-section .pagination .page-link {
  color: #08363b;
  box-shadow: none !important;
}
.main-blog-section .right-panel .card-body {
  padding: 25px;
}
.main-blog-section .right-panel .search .btn {
  padding: 15px 20px;
  border-radius: 0 10px 10px 0 !important;
}
.main-blog-section .right-panel .search .form-control {
  border-radius: 10px;
  box-shadow: none !important;
}
.main-blog-section .right-panel .title {
  margin-bottom: 15px;
}
.main-blog-section .right-panel .title h3 {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #282828;
  position: relative;
  padding-bottom: 15px;
}
.main-blog-section .right-panel .title h3::after {
  position: absolute;
  content: "";
  height: 2px;
  background: #08363b;
  left: 0;
  right: 10px;
  bottom: 0;
}
.main-blog-section .right-panel .category-list li {
  border-bottom: solid 1px #e3e3e3;
  padding: 10px 0;
}
.main-blog-section .right-panel .category-list li a {
  font-size: 15px;
  color: #535353;
  transition: all 0.15s ease-out;
}
.main-blog-section .right-panel .category-list li a:hover {
  color: #08363b;
}
.main-blog-section .right-panel .category-list li:last-child {
  border-bottom: none;
}
.main-blog-section .right-panel .tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.main-blog-section .right-panel .tags ul li {
  margin-bottom: 12px;
}
.main-blog-section .right-panel .tags ul li a {
  font-size: 15px;
  padding: 8px 12px;
  border: solid 1px #e3e3e3;
  color: #535353;
  transition: all 0.15s ease-out;
}
.main-blog-section .right-panel .tags ul li a:hover {
  background-color: #08363b;
  color: #fff;
  border-color: #08363b;
}

.blog-details .card h2 {
  font-size: 24px !important;
  font-weight: bold;
}
.blog-details .card p {
  font-size: 16px;
  line-height: 1.7;
}
.blog-details .post-info {
  padding-bottom: 30px;
  color: #535353;
  font-size: 15px;
}
.blog-details .post-info i {
  margin-right: 5px;
  color: #08363b;
}
.blog-details .post-info a {
  color: #535353;
  transition: all 0.15s ease-out;
}
.blog-details .post-info a:hover {
  color: #08363b;
}
.blog-details ul{ margin-bottom: 20px !important;}
.blog-details ul li{ list-style: disc !important; margin-left: 20px !important;}
.blog-details ol{ margin-bottom: 20px !important;}
.blog-details ol li{ list-style: decimal !important; margin-left: 20px !important;}

.contact-section {
  float: left;
  width: 100%;
  padding: 80px 0;
}

.contact-section h2 {
  font-size: 36px;
  font-weight: 700;
}

.contact-form {
  display: inline-block;
  width: 100%;
  padding-right: 30px;
  margin-top: 30px;
}

.contact-form fieldset {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

.contact-form label {
  font-weight: 600;
  font-size: 19px;
  margin-bottom: 5px;
}

.contact-form .form-control {
  padding: 25px;
  border-color: #192d35;
  height: 60px;
  font-size: 19px;
  color: #192d35;
}

.contact-form textarea {
  height: auto !important;
}

.contact-form .form-control:focus {
  box-shadow: 0 0px 15px 1px rgba(25, 45, 53, 0.2);
  border-color: transparent;
}

.contact-section p {
  font-size: 19px;
  color: #535353;
}

.contact-box {
  display: inline-block;
  width: 100%;
  padding: 30px;
  background: #f5f5f5;
  border-radius: 4px;
  margin-bottom: 30px;
}

.contact-box h4 {
  margin-bottom: 20px;
  font-weight: 600;
}

.contact-box p {
  color: #3f484b;
  line-height: 30px;
  font-size: 17px;
}

.contact-box p a {
  color: #0089cf;
  font-weight: 700;
}

.contact-box p a:hover {
  text-decoration: underline !important;
}

.contact-box .btn-primary {
  position: relative;
  padding: 14px 30px;
  padding-right: 50px;
  display: inline-block;
  border-radius: 20px !important;
}

.contact-box .btn-primary ion-icon {
  position: absolute;
  font-size: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 5px;
}

.contact-info {
  display: inline-block;
  width: 100%;
  margin: 80px 0 0;
}

.contact-info h4 {
  font-weight: 700;
  margin-bottom: 20px;
}

.contact-info p {
  line-height: 26px;
}

.more-info {
  margin-top: 40px;
}

.contact-info .btn-link {
  padding: 0;
  font-weight: 700;
  color: #0089cf;
  font-size: 18px;
  position: relative;
}

.contact-info .btn-link ion-icon {
  position: absolute;
  top: 5px;
  margin-left: 8px;
}

.contact-info .btn-link:hover {
  text-decoration: underline !important;
}

.more-info ul li {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 6px;
}

.more-info ul li a {
  display: inline-block;
  font-size: 14px;
  color: #192d35;
  font-weight: 500;
  padding: 6px 10px;
  background: #f7f7f7;
  transition: all 0.2s ease-out;
}

.more-info ul li a:hover {
  background: #0089cf;
  color: #fff;
}

.contact-banner {
  background: url(../images/contact-bg.jpg);
}

.contact-box iframe {
  border-radius: 15px;
}

.img-fluid {
  width: 100%;
}

.banner-section .banner-form .circle-btn span {
  display: none !important;
}

@media (max-width: 1100px) {
  header .navbar .nav-link {
    font-size: 18px !important;
  }
  .banner-section .banner-caption {
    max-width: 500px !important;
    padding-right: 50px;
  }
  .banner-section .banner-caption h1 {
    font-size: 68px;
  }
  .banner-form .field .form-select {
    padding-right: 40px !important;
  }
  .banner-section .banner-form .doctor-field {
    width: auto !important;
    max-width: 350px !important;
  }
}
@media (max-width: 991px) {
  header .top-bar .right-head-infos .btn-primary {
    font-size: 16px !important;
    padding: 10px 25px !important;
  }
  header .top-bar .right-head-infos .btn-primary svg {
    width: 24px !important;
    height: 24px !important;
  }
  header .top-bar .right-head-infos .call {
    font-size: 16px;
  }
  header .top-bar .right-head-infos .call svg {
    width: 24px !important;
    height: 24px !important;
  }
  header .top-bar .right-head-infos .timings {
    font-size: 16px;
  }
  .navbar-toggler {
    order: 2 !important;
  }
  .services-section .services-wrap .card {
    margin-bottom: 25px !important;
  }
  .blog-section .card {
    margin-bottom: 40px;
  }
  .about-section, .services-section {
    padding-bottom: 0 !important;
  }
  .testimonial-section {
    min-height: auto !important;
  }
  .footer-top h3 {
    margin-top: 40px;
  }
  .services-wrap .caption {
    margin-bottom: 40px !important;
  }
  .services-section .services-wrap {
    padding: 40px;
  }
  .about-section .box-content h3 {
    font-size: 24px;
  }
  .navbar-toggler {
    position: absolute;
    right: 25px;
    top: 25px;
  }
  .navbar .nav-item {
    width: 100% !important;
  }
  header .navbar .nav-link {
    padding-left: 0 !important;
  }
  .navbar-nav {
    margin-top: 20px !important;
  }
  .navbar .nav-item {
    border-bottom: solid 1px #e3e3e3;
  }
  .navbar .nav-item:last-child {
    border-bottom: none !important;
  }
  .fields-group {
    flex-wrap: wrap !important;
  }
  .fields-group .field {
    flex: 0 0 100% !important;
    box-sizing: border-box;
  }
  .banner-section .banner-form .field {
    border: none !important;
    margin-bottom: 30px;
    padding: 0 !important;
    border-bottom: solid 2px #e3e3e3 !important;
    padding-bottom: 10px !important;
  }
  .banner-section .banner-form .doctor-field {
    max-width: none !important;
  }
  .banner-section .banner-form {
    border-radius: 15px !important;
    padding: 25px !important;
  }
  .banner-form {
    flex-direction: column !important;
  }
  .banner-section .banner-form .circle-btn {
    width: auto !important;
    height: auto !important;
    border-radius: 20px !important;
    font-size: 22px;
    color: #fff;
    padding: 15px 40px !important;
  }
  .banner-section .banner-form .circle-btn svg {
    width: 28px;
    height: 28px;
  }
  .banner-section .banner-form .circle-btn span {
    display: inline !important;
  }
  .blog-section {
    padding: 60px 0 !important;
  }
}
@media (max-width: 767px) {
  .services-section .services-wrap {
    padding: 20px;
  }
  .title-div h2 {
    font-size: 36px !important;
  }
  .about-section .box-content {
    margin-bottom: 40px !important;
    display: block;
  }
  .services-section .services-wrap .nav-pills .nav-item .nav-link {
    font-size: 15px;
    padding: 5px 12px !important;
  }
  .services-section {
    padding-top: 0 !important;
  }
  .services-section .services-wrap .card .card-body {
    padding: 25px;
  }
  .services-wrap .text-center.mt-5 {
    margin-top: 0 !important;
  }
  .banner-section .banner-model {
    max-width: 390px;
    margin: auto;
    height: 380px;
  }
  .banner-section .banner-model img {
    left: 0;
  }
  .banner-section .banner-caption {
    max-width: 100% !important;
    padding: 30px 0 !important;
    text-align: center !important;
  }
  .banner-section .banner-caption h1 {
    font-size: 42px !important;
    letter-spacing: -2px;
  }
  .top-bar, .right-head-infos {
    flex-direction: column !important;
    gap: 0.5rem 1.5rem !important;
  }
  header .top-bar .right-head-infos .timings {
    max-width: none !important;
  }
  .navbar-brand {
    max-width: 200px !important;
  }
  .services-section .services-wrap .card .card-body {
    text-align: center !important;
  }
  .services-section .services-wrap .nav-pills {
    float: none !important;
    justify-content: center !important;
    width: auto !important;
  }
  .inner-banner {
    min-height: 100px;
  }
  .inner-banner h1 {
    font-size: 36px !important;
  }
  .breadcrumb {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .main-blog-section .card .card-body {
    padding: 20px !important;
  }
  .contact-form {
    padding-right: 0 !important;
    margin-bottom: 50px;
  }
  .contact-box {
    padding: 20px !important;
  }
  .contact-section h2 {
    font-size: 26px !important;
  }
}/*# sourceMappingURL=style.css.map */