@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tenor+Sans&family=Yatra+One&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Outfit", sans-serif;

}

:root {
  --main-color: #021E5D;
  --second-color: #7C3964;
  --text-color: #021E5D;
  --second-text-color: #7C3964;
  --white-color: #fff;
}

p {
  font-size: 16px !important
}

a {
  text-decoration: none;
}

.title_section {
  padding: 4rem 0rem;
}

.title_p {
  font-size: 19px;
  line-height: 28px;
}

.title {
  font-size: 3rem;
  color: var(--text-color);
}

.title_h3 {
  color: #C45494;
  font-size: 43px;
}

.title_span {
  color: var(--second-color);
  font-size: 2.2rem;
}

.title_span1 {
  color: var(--second-color);
  font-size: 2.8rem;
}

.title_span11 {
  color: var(--second-color);
  font-size: 2.2rem;
}

.title_button a {
  background: rgb(196, 84, 148);
  background: linear-gradient(97deg, rgba(196, 84, 148, 1) 0%, rgba(13, 93, 125, 1) 100%);
  padding: 12px 20px;
  text-decoration: none;
  color: #fff;
  border-radius: 12px;
}

.contact-title h2 {
  color: var(--text-color);
  font-weight: 700;
}

.contact-title span {
  color: #7C3964;
  font-weight: 700;

}

header .head {
  background-color: var(--main-color);
}

header .head p {
  color: #fff;
  font-size: 15px;
}

header .head a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

header .head .dropdown-menu a {
  color: #000;
  font-size: 18px;
  text-decoration: none;
}

header .navbar ul li {
  padding: 0px 5px;
}

header .navbar ul li a {
  color: #000;
  font-size: 1rem;
}

header .navbar ul li .active {
  color: var(--text-color);
}

header .navbar ul li a:hover {
  color: var(--main-color);
}

.dropdown-menu li a {
  background-color: #fff;

}

.dropdown-menu li a:hover {
  background-color: var(--main-color);
  ;
  color: #fff !important;
}


header .navbar .button {
  background-color: var(--main-color);
  text-decoration: none;
  padding: 10px 10px;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  width: 22%;
}

header .navbar .button img {
  width: 11%;
  padding: 0px;
}

/* From Uiverse.io by Ali-Tahmazi99 */
/* From uiverse.io by @Ali-Tahmazi99 */
button {
  display: inline-block;
  padding: 10px;
  margin: 10px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #03045e;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in;
  z-index: 1;
}

button::before,
button::after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  transform: skew(15deg);
  transition: all 0.5s;
  overflow: hidden;
  z-index: -1;
}

button::before {
  left: -10px;
  background: #021E5D;
}

button::after {
  right: -10px;
  background: #7C3964;
}

button:hover::before,
button:hover::after {
  width: 58%;
}

button:hover span {
  color: #fff !important;
  transition: 0.3s;
}

button span {
  color: black !important;
  font-size: 18px;
  transition: all 0.3s ease-in;
}

button span a {
  color: #000;
}

button:hover span a {
  color: #fff;
}



/*footer
{
  background: #01164d;
background: linear-gradient(150deg, rgba(1, 22, 77, 1) 23%, rgba(0, 40, 143, 0.96) 42%, rgba(7, 44, 133, 1) 66%, rgba(7, 60, 184, 1) 95%);
}*/
footer h5 {
  font-size: 18px;
  color: var(--text-color);
}

footer ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}



footer ul li a {
  text-decoration: none;
  color: #7C3964;
  font-size: 14px;
}

footer ul li a i {
  color: var(--text-color);
  font-weight: 700;
}

.copy-right {
  background-color: var(--main-color);
  padding: 12px 0px;
  border-top: 1px solid #f2f2f2;
  font-size: 0.8rem;
}

.social_link ul li {
  background-color: var(--text-color);
  margin: 0.3rem;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  align-items: center;

}

.social_link ul li a i {
  color: #fff !important;
  font-size: 15px;
}

.social_link ul li:hover {
  background-color: #7C3964;
}


.counter-section {
  background-color: #AFCAD4;
}

.counter-section .counter-box .counter-img {
  background-color: var(--main-color);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  text-align: center;
  padding: 10px;
}

.counter-section .counter-box {
  padding: 20px 8px;
  border-radius: 12px;
  background-color: #fff;
}

.counter-section .counter-text h5 {
  font-size: 28px;
  color: var(--text-color);
}


.about-section img {
  border: solid 3px #0D5D7D;
  border-radius: 31px;
}

.service-section .service-image {
  width: 60px;
  margin: auto;
}

.service-section .shadow {
  padding: 20px 10px;
  height: 150px;
}

.service-content {

  font-size: 17px;
  line-height: 1.9;

}

.service-content h2 {

  font-size: 34px;
  margin: 35px 0 15px;
  color: #192c27;

}

.service-content h3 {

  font-size: 26px;
  margin: 25px 0 12px;
  color: #192c27;

}

.service-content p {

  margin-bottom: 18px;
  color: #666;

}

.service-content ul {

  padding-left: 20px;

}

.service-content li {

  margin-bottom: 10px;

}

.service-item {

  display: flex;
  gap: 15px;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  transition: .3s;

}

.service-item:hover {

  background: #f8f8f8;

}

.service-item img {

  width: 80px;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;

}

.service-item h6 {

  margin-bottom: 5px;
  color: #222;
  font-weight: 600;

}

.service-item small {

  color: #7C3964;

}

.choose-section {
  background: url(../images/background/background-img2.jpg);
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  /* Add this for overlay positioning */
}

.doctor-image-box img {
  border: 3px solid var(--main-color);
  border-top-right-radius: 100px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 10px;
}

.doctor-image-box img:hover {
  border-top-left-radius: 100px;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 0px;
}

.choose-section .title_section {
  position: relative;
  /* Ensure it appears above the overlay */
  z-index: 2;
  background: rgb(196, 84, 148);
  background: linear-gradient(97deg, rgba(196, 84, 148, 0.08184523809523814) 0%,
      rgba(192, 84, 148, 0.08744747899159666) 100%);
  padding: 10% 0px;
}


.galler-section .galler-box img {
  border-radius: 31px;
  border-left: solid 2px #0D5D7D;
  border-bottom: solid 2px #0D5D7D;
}

.galler-section .video-box img {
  border-radius: 31px;
  border-top: solid 2px #0D5D7D;
  border-right: solid 2px #0D5D7D;
}

.video-box {
  position: relative;
  display: inline-block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: #C45494;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  animation: pulse 1.5s infinite;
}

.play-button::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid white;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.7;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}


.happy-parent .parent-text {
  background-color: rgba(243, 248, 253, 0.30196078431372547);
  padding: 20px;
  border: 2px solid #02505640;
  border-radius: 27px;
  color: #000000;
  height: 270px;
}



.parent-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.owl-carousel .owl-item img {
  width: 70px !important;
  height: 70px !important;
  border-radius: 50%;
}

.faq-section .accordion-item {
  border: none;
  margin-bottom: 18px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
}

.faq-section .accordion-button {
  background: #fff;
  color: #222;
  font-weight: 600;
  font-size: 17px;
  padding: 20px 24px;
  box-shadow: none;
  transition: all .3s ease;
}

/* Keep same color when accordion is open */
.faq-section .accordion-button:not(.collapsed) {
  background: #fff !important;
  color: #222 !important;
  box-shadow: none;
}

/* Hover effect only */
.faq-section .accordion-button:hover {
  background: #f8f9fa;
  color: var(--main-color);
  /* Or use #222 if you don't want text color to change */
}

.faq-section .accordion-button:focus {
  box-shadow: none;
}

/* Keep arrow normal */
.faq-section .accordion-button::after {
  filter: none;
}

.faq-section .accordion-body {
  background: #fff;
  color: #666;
  padding: 22px 24px;
  line-height: 1.8;
}

@media(max-width:768px) {

  .faq-section .accordion-button {
    padding: 18px;
    font-size: 15px;
  }

  .faq-section .accordion-body {
    padding: 18px;
    font-size: 14px;
  }

}

.about-slider a {
  text-decoration: none;
  color: #000;
}

.about-slider h5 {
  font-size: 35px;
}


.mission-section h5 {
  font-size: 35px;
  color: var(--main-color);
}

.mission-section .shadow {
  padding: 20px 10px;
  border-radius: 15px;
  background-color: #fff;
}


.contact-section i {
  color: #091289;
}

.contact-section .shadow {
  height: 225px;
}



figure {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 31px;
}

/* Shine */
.hover14 figure {
  position: relative;
}

.hover14 figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.hover14 figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}



@media only screen and (max-width:1024px) {
  header .navbar ul li {
    padding: 0px 0px;
    font-size: 25px;

  }


}

@media only screen and (max-width:900px) {
  header .navbar .button {
    font-size: 15px;
    width: auto;
  }

  .contact-section .shadow {
    height: 240px;
  }


  .emergency-button {
    text-align: left !important;
  }

  header .navbar .button img {
    width: 3%;
  }

}


@media only screen and (max-width:500px) {

  header .navbar .button img {
    width: 5%;
  }

  .title_span1 {
    color: var(--second-color);
    font-size: 1.8rem;
  }

  .service-section .shadow {
    padding: 20px 10px;
    height: auto !important;
  }

  .counter-section .counter-box {
    padding: 20px 75px;
  }

  .contact-section .shadow {
    height: auto;
  }

}

.services_link {
  border: 1px solid #025056;
  padding: 0.5rem;
  border-radius: 10px;
  background-color: #EEF7FC;
}

.services_link ul {
  padding-left: 0rem;
}

.services_link ul li {
  list-style-type: none;
  /* margin: 0.5rem;*/
  padding: 0.5rem;
}

.services_link ul li:hover {
  background-color: var(--main-color);
}

/*.services_details
{
	margin: 1rem;
}*/
.services_details img {
  border-radius: 10px;
  margin-bottom: 1.5rem;
}

.services_link ul li a {
  text-decoration: none;
  display: flex;
  color: #000;
  font-weight: 500;
  justify-content: space-between;
  align-items: center;
}

.services_link ul li a:hover {

  color: #fff;

}

.social_link a {
  margin: 0.5rem;
  /*	color: #fff;*/
  font-size: 1.1rem;
}

@media only screen and (max-width:400px) {

  .counter-section .counter-box {
    padding: 20px 34px;
  }

}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  border-radius: 8px;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.popup-header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 25px;
}

@media only screen and (max-width:600px) {

  .popup {
    display: none;
    /* Initially hidden */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    border-radius: 8px;
  }

  .title_span {
    color: #0D5D7D;
    font-size: 34px;
  }

  .title {
    font-size: 36px;
    color: var(--main-color);
    font-weight: 700;
  }

  .head {
    display: none;
  }

  .title_p {
    font-size: 14px;
    line-height: 25px;
  }

  footer ul li a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
  }

}



.head_scroll {
  background: #07362A;

  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
}

.scroll-wrapper {
  display: flex;
  white-space: nowrap;
  animation: scroll 30s linear infinite;
}

.scroll-wrapper p {
  color: #fff;
  font-weight: 600;

  margin: 0;
  padding-right: 100px;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.service_box {
  padding: 15px 15px 15px;
  background-color: rgba(243, 248, 253, 0.30196078431372547);
  border: 2px solid #84456e2b;
  margin-bottom: 30px;
  border-radius: 15px;
  height: 300px;
}


.service_box a {
  color: var(--second-color);
}

.service_box2 {
  padding: 15px 15px 15px;
  background-color: rgba(243, 248, 253, 0.30196078431372547);
  border: 2px solid #84456e2b;

  border-radius: 15px;
  /* height: 300px; */
}


.service_box2 a {
  color: var(--second-color);
}

.services_img img {
  border-radius: 15px;
}

.services_body {
  padding: 0.8rem;
}

.services_body strong {
  color: var(--text-color);
  font-size: 1.1rem;
}

.services_body p {
  padding-top: 0.3rem;
}

.about_box img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}



.services_link1 {
  background: var(--main-color);
  color: #fff;
  border-radius: 30px;
  padding: 0.6rem 1.5rem;
  font-weight: 600;
}

.services_link1:hover {
  background: transparent;
  border: 2px solid var(--main-color);
  color: var(--main-color);
  transition: .5s;
}

.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

.breadcrumb-area {
  /*  padding-bottom: 20px;*/
}

.breadcrumb-area .breadcrumb-wrap {
  margin: 0 12px;
  padding: 122px 0 125px;
}

.breadcrumb-area .breadcrumb-wrap .br-shape-one {
  bottom: 70px;
  left: 50px;
}

.breadcrumb-area .breadcrumb-wrap .br-shape-two {
  top: 50px;
  right: 40px;
}

.breadcrumb-area .breadcrumb-wrap.bg-1 {
  background-image: url(../images/br-bg-1.jpg);
}

.breadcrumb-area .breadcrumb-wrap.bg-2 {
  background-image: url(../img/bg.png);
  border-radius: 15px;
  background-size: cover;
  background-position: center;
}

.breadcrumb-area .breadcrumb-wrap.bg-3 {
  background-image: url(../img/breadcrumb/br-bg-3.jpg);
}

.breadcrumb-area .breadcrumb-wrap.bg-4 {
  background-image: url(../img/breadcrumb/br-bg-4.jpg);
}

.breadcrumb-area .breadcrumb-wrap.bg-5 {
  background-image: url(../img/breadcrumb/br-bg-5.jpg);
}

.breadcrumb-area .breadcrumb-wrap.bg-6 {
  background-image: url(../img/breadcrumb/br-bg-6.jpg);
}

.breadcrumb-area .breadcrumb-wrap.bg-7 {
  background-image: url(../img/breadcrumb/br-bg-7.jpg);
}

.breadcrumb-area .breadcrumb-wrap.bg-8 {
  background-image: url(../img/breadcrumb/br-bg-8.jpg);
}

.breadcrumb-area .breadcrumb-wrap.bg-9 {
  background-image: url(../img/breadcrumb/br-bg-9.jpg);
}

.breadcrumb-area .breadcrumb-wrap.bg-10 {
  background-image: url(../img/breadcrumb/br-bg-10.jpg);
}

.breadcrumb-area .breadcrumb-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;

  z-index: -1;
  border-radius: 20px;
}

.breadcrumb-area .breadcrumb-wrap .br-menu li {
  margin-right: 5px;
  padding-right: 13px;
  font-weight: 500;
  color: #000;
}

.breadcrumb-area .breadcrumb-wrap .br-menu li:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "|";
  font-size: 13px;
  color: #000;
  transform: translateY(-50%) rotate(8deg);
}

.breadcrumb-area .breadcrumb-wrap .br-menu li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.breadcrumb-area .breadcrumb-wrap .br-menu li:last-child:after {
  display: none;
}

.breadcrumb-area .breadcrumb-wrap .br-menu li a {
  color: var(--whiteColor);
}

.breadcrumb-area .breadcrumb-wrap .br-menu li a:hover {
  color: var(--secondaryColor);
}

.rotate {
  animation: rotation 20s infinite linear;
}

.bounce {
  animation: float 1500ms infinite ease-in-out;
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}


.cursor {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  transition: all 150ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 999;
  border: 1px solid #7C3964;
}

.cursor-inner {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 0.9;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  background-color: var(--main-color);
  z-index: 999;
}

.hover {
  border-color: transparent;
  opacity: 0.8;
  width: 3px;
  height: 3px;
  z-index: 999;
  background-color: #008F9C;
}

.cursorinnerhover {
  width: 15px;
  height: 15px;
  opacity: 0.5;
}

.blog-box {
  padding: 25px 25px 25px;
  background-color: #fff;
  border: 2px solid #7c39641f;
 
  border-radius: 15px;
}

.blog-title h4 {
  padding-top: 1rem;
  font-weight: 600;
  font-size: 1.3rem;
  color: var(--text-color);
}

.blog-title strong i {
  color: var(--second-color);
}




.choose-section {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  padding: 60px 0;
}

.choose-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  color: #e74c3c;
}

.choose-card {
  background: #fff;
  border: none;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.choose-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
}

.choose-icon {
  font-size: 40px;
  color: #ff5722;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.choose-card:hover .choose-icon {
  transform: rotate(10deg) scale(1.1);
  color: #e64a19;
}

.choose-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.form_content strong {
  font-size: 2.2rem;
  font-weight: 600;
  color: #091289;
}

.form_content span {
  font-size: 1.7rem;
  font-weight: 600;
  color: #000;
}

.form_content p {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  padding-top: 0.8rem;
}

.form_content1 {
  background: linear-gradient(90deg, rgba(242, 96, 30, 1) 13%, rgba(239, 56, 38, 1) 46%, rgba(237, 27, 36, 1) 73%);
  padding: 0.5rem 0rem;
}

.form_content1 p {
  color: #fff;
  padding-left: 1rem;
  font-weight: 700;
  font-size: 1.3rem;
}

.form_content1 a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  padding-left: 1rem;
}

/* doctor css */

.doctor-card2 {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  height: 520px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
}

.doctor-card2 img {
  width: 100%;
  object-fit: cover;
  transition: .5s;
}

.doctor-card2:hover img {
  transform: scale(1.08);
}

.doctor-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 35px;
  color: #fff;

  background: linear-gradient(to top,
      rgba(0, 0, 0, .92) 0%,
      rgba(0, 0, 0, .70) 45%,
      rgba(0, 0, 0, .15) 85%,
      transparent 100%);
}

.doctor-overlay h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.doctor-overlay p {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 600;
}

.doctor-overlay span {
  display: block;
  font-size: 15px;
  line-height: 1.7;
  opacity: .95;
}

@media(max-width:991px) {


  .doctor-overlay {
    padding: 25px;
  }

  .doctor-overlay h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width:600px) {
  .form_content1 p {
    color: #fff;
    padding-left: 1rem;
    font-weight: 700;
    font-size: 0.9rem;
  }

  .form_content1 a {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    padding-left: 1rem;
  }
}

.contact_box_size {
  width: 50px;
  height: 50px;
  background-color: #F4F6F8;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact_box_size i {
  font-size: 20px;
  color: var(--text-color);
}

.contact_box_size p {
  font-size: 12px;
}

.section-title {
  color: var(--text-color);
  letter-spacing: 2px;
  font-size: 2.5rem;
}

.blog-card {
  overflow: hidden;
  border-radius: 15px;
  position: relative;
}

.blog-img {
  overflow: hidden;
  position: relative;
}

.blog-img img {
  width: 100%;
  display: block;
  transition: transform 0.6s ease, filter 0.6s ease;
}

/* Overlay Animation */
.blog-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(-25deg);
  transition: 0.7s;
}

/* Hover Effects */
.blog-card:hover .blog-img img {
  transform: scale(1.12) rotate(2deg);
  filter: brightness(0.8);
}

.blog-card:hover .blog-img::after {
  left: 120%;
}

.doctor-section {
  position: relative;
  padding: 20px 0;
  overflow: hidden;
}

/* Orange Background Strip */
/*      .doctor-section::before{
            content:"";
            position:absolute;
            top:50%;
            left:0;
            transform:translateY(-50%);
            width:100%;
            height:240px;
            background:var(--main-color);
            z-index:0;
        }*/

.section-title {
  text-align: center;
  font-size: 52px;
  font-weight: 700;
  color: #1d2a39;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.doctor-card {
  /*            background:#fffcfb;*/
  /*            border:8px solid var(--second-color);*/
  padding: 50px;
  position: relative;
  z-index: 2;
  transition: 0.4s;
}

.doctor-card:hover {
  transform: translateY(-8px);
  /*            box-shadow:0 20px 40px rgba(0,0,0,0.12);*/
}

.doctor-name {
  font-size: 48px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 10px;
}

.doctor-degree {
  font-size: 20px;
  font-weight: 600;
  color: #000;

}

.doctor-specialist {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 25px;
}

.doctor-content p {
  font-size: 20px;
  line-height: 1.9;
  color: #1d1d1d;
  margin-bottom: 18px;
}

.doctor-image-box {
  /*            border:3px solid var(--second-color);*/
  padding: 8px;
  background: #fff;
  /*            border-radius :8px;*/
  overflow: hidden;
  transition: 0.4s;
}

.doctor-image-box:hover {
  transform: scale(1.03);
}

.doctor-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.doctor-image-box:hover img {
  transform: scale(1.03);
}

@media(max-width:992px) {

  .doctor-card {
    padding: 30px;
  }

  .doctor-name {
    font-size: 38px;
  }

  .doctor-degree,
  .doctor-specialist {
    font-size: 22px;
  }

  .doctor-content p {
    font-size: 17px;
  }

  .doctor-image-box {
    margin-top: 30px;
  }
}

@media(max-width:576px) {

  .section-title {
    font-size: 38px;
  }

  .doctor-name {
    font-size: 30px;
  }

  .doctor-degree,
  .doctor-specialist {
    font-size: 18px;
  }

  .doctor-content p {
    font-size: 15px;
    line-height: 1.8;
  }

  .doctor-card {
    padding: 20px;
  }
}

.about_row_box {

  padding: 3rem 1rem;
}

.areas_of_expertise img {
  border-radius: 50%;
  border-top: 8px solid var(--second-color);
}



/* ==================== COUNTER SECTION ==================== */
.counter-section {
  position: relative;
  padding: 40px 0;
  background: var(--main-color);
  overflow: hidden;
}

/* Animated Background Pattern */
.counter-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(20, 184, 166, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(245, 158, 11, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 50% 80%, rgba(239, 68, 68, 0.06) 0%, transparent 50%);
  animation: bgPulse 8s ease-in-out infinite;
}

@keyframes bgPulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }
}

/* Floating Medical Crosses */
.medical-cross {
  position: absolute;
  opacity: 0.05;
  color: #fff;
  animation: floatCross 20s linear infinite;
  pointer-events: none;
}

@keyframes floatCross {
  0% {
    transform: translateY(100vh) rotate(0deg);
    opacity: 0;
  }

  10% {
    opacity: 0.05;
  }

  90% {
    opacity: 0.05;
  }

  100% {
    transform: translateY(-100vh) rotate(360deg);
    opacity: 0;
  }
}

/* Section Header */
.section-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 24px;
  background: var(--second-color);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  color: #f2f2f2;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  animation: fadeInDown 1s ease-out;
}

.section-badge i {
  font-size: 1rem;
}

.section-title {

  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
  animation: fadeInUp 1s ease-out 0.2s both;
}

.section-title span {
  color: #00eafe;
  position: relative;
}

.section-title span::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #fff, #f2f2f2);
  border-radius: 2px;
  animation: underlineGrow 1.5s ease-out 1s both;
}

@keyframes underlineGrow {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.section-subtitle {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.8;
  animation: fadeInUp 1s ease-out 0.4s both;
}

/* Counter Cards */
.counter-card {

  backdrop-filter: blur(20px);
  border: 1px solid #ffffff0f;
  border-radius: 24px;
  padding: 40px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  animation: fadeInUp 1s ease-out both;
  height: 100%;
}

.counter-card:nth-child(1) {
  animation-delay: 0.2s;
}

.counter-card:nth-child(2) {
  animation-delay: 0.4s;
}

.counter-card:nth-child(3) {
  animation-delay: 0.6s;
}

.counter-card:nth-child(4) {
  animation-delay: 0.8s;
}

.counter-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #fff, var(--main-color));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.counter-card:hover::before {
  transform: scaleX(1);
}

.counter-card:hover {
  transform: translateY(-15px);
  background: var(--second-color);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3), 0 0 60px rgba(20, 184, 166, 0.1);
}

/* Icon Circle */
.icon-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  position: relative;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.6), rgba(245, 158, 11, 0.2));
  border: 2px solid rgba(255, 255, 255, 0.1);
  transition: all 0.5s ease;
}

.counter-card:hover .icon-circle {
  transform: scale(1.1) rotate(10deg);
  border-color: rgba(20, 184, 166, 0.5);
  box-shadow: 0 0 30px rgba(20, 184, 166, 0.3);
}

.icon-circle i {
  font-size: 2.5rem;
  color: #fff;
  transition: all 0.5s ease;
}

.counter-card:hover .icon-circle i {
  color: #f2f2f2;
}

/* Pulse Ring Animation */
.icon-circle::after {
  content: '';
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 2px solid rgba(20, 184, 166, 0.8);
  animation: pulseRing 2s ease-out infinite;
}

@keyframes pulseRing {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

/* Counter Number */
.counter-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.counter-number .number {
  background: linear-gradient(135deg, #fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.counter-number .suffix {
  font-size: 2rem;
  color: #f2f2f2;
  font-weight: 700;
}

.counter-label {
  font-size: 1.125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
}

.counter-desc {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}

/* Progress Ring */
.progress-ring-container {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
}

.progress-ring {
  transform: rotate(-90deg);
}

.progress-ring-circle {
  fill: none;
  stroke: rgba(255, 255, 255, 0.1);
  stroke-width: 3;
}

.progress-ring-progress {
  fill: none;
  stroke: var(--secondary);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 126;
  stroke-dashoffset: 126;
  transition: stroke-dashoffset 2s ease-out;
}

.counter-card:hover .progress-ring-progress {
  stroke-dashoffset: 0;
}

/* Progress Ring */
.progress-ring-container {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
}

.progress-ring {
  transform: rotate(-90deg);
}

.progress-ring-circle {
  fill: none;
  stroke: rgba(255, 255, 255, 0.1);
  stroke-width: 3;
}

.progress-ring-progress {
  fill: none;
  stroke: var(--second-color);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 126;
  stroke-dashoffset: 126;
  transition: stroke-dashoffset 2s ease-out;
}

.counter-card:hover .progress-ring-progress {
  stroke-dashoffset: 0;
}

.why-why-us {
  width: 50px;
  height: 50px;
  background: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border-top: 5px solid var(--second-color);
}

.why-why-us span {
  color: #fff;
  font-weight: 600;
}

.why-img {
  overflow: hidden;
  position: relative;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border-top: 8px solid var(--main-color);
  border-bottom: 8px solid var(--main-color);
  transition: 0.4s ease;
}

.why-img .image {
  width: 100%;
  transition: 0.5s ease;
  display: block;
}

/* Hover Effect */
.why-img:hover {
  border-bottom: 8px solid var(--second-color);
  border-top: 8px solid var(--second-color);
}

.why-img:hover .image {
  transform: scale(1.1);
}

.gallerySlider {
  padding-bottom: 60px;
}

.gallerySlider figure {
  overflow: hidden;
  border-radius: 15px;
  margin: 0;
}

.gallerySlider img {
  width: 100%;
  /*  height:320px;
    object-fit:cover;*/
  transition: 0.5s;
}

.gallerySlider figure:hover img {
  transform: scale(1.1);
}

/* Navigation */
.swiper-button-next,
.swiper-button-prev {
  color: #7C3964;
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
}

/* Pagination */
.swiper-pagination-bullet {
  background: #7C3964;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  width: 25px;
  border-radius: 20px;
}

.happy-parent {
  background: var(--main-color);
}

.testimonialSwiper {
  overflow: hidden;
  padding: 20px 0 60px;
}

.testimonialSwiper .swiper-wrapper {
  align-items: stretch;
}

.testimonialSwiper .swiper-slide {
  height: auto;
  transform: scale(.82);
  opacity: .35;
  transition: all .5s ease;
}

.testimonialSwiper .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}

.testimonial-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}

.testimonial-card img {
  width: 55px;
  height: 55px;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial-card p {
  margin: 0;
  color: #666;
  line-height: 1.8;
}

@media (max-width:991px) {

  .testimonial-card {
    padding: 25px;
  }

  .testimonial-card h5 {
    font-size: 18px;
  }

  .testimonial-card p {
    font-size: 15px;
  }
}

@media (max-width:767px) {

  .testimonialSwiper {
    padding-bottom: 40px;
  }

  .testimonialSwiper .swiper-slide {
    transform: scale(.95);
    opacity: .6;
  }

  .testimonialSwiper .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
  }

  .testimonial-card {
    padding: 20px;
  }

  .testimonial-card p {
    font-size: 14px;
  }

  .why-why-us {
    width: 90px !important;
  }
}

.text-warning {
  color: #FFC107 !important;
}

.swiper-scrollbar,
.swiper-pagination {
  display: none !important;
}

/* ========================= */
.faq-section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

/* Paw Background */
/*.faq-section::before{
    content:" 🩺  🩺 🩺 🩺 🩺 🩺 🩺 🩺";
    position:absolute;
    inset:0;
    font-size:90px;
    line-height:220px;
    letter-spacing:120px;
    opacity:0.05;
    z-index:0;
}*/

/* ========================= */
.section-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--main-color);
  color: #fff;
  padding: 10px 35px;
  border-radius: 50px;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
}

.section-tag::before,
.section-tag::after {
  content: "";
  width: 18px;
  height: 18px;
  background: var(--main-color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.section-tag::before {
  left: -8px;
}

.section-tag::after {
  right: -8px;
}

/* ========================= */
.section-title11 h5 {
  font-size: 60px;
  font-weight: 800;
  color: var(--main-color);
  margin-bottom: 60px;
}

.section-title11 span {
  color: var(--second-color);
  font-style: italic;
  position: relative;
}

.section-title11 span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: var(--second-color);
  left: 0;
  bottom: 5px;
}

/* ========================= LEFT BOX */
.help-box {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 25px;
  padding: 60px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: 0.4s;
  animation: fadeUp 1s ease;
}

.help-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.help-icon {
  width: 90px;
  height: 90px;
  margin: auto;
  background: #02505629;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 45px;
  color: var(--main-color);
  margin-bottom: 25px;
}

.help-box h3 {
  font-size: 25px;
  color: #071b4f;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}

.help-box p {
  font-size: 19px;
  line-height: 1.8;
  color: #5d6779;
  margin-bottom: 35px;
}

.contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--main-color);
  color: #fff;
  text-decoration: none;
  padding: 16px 35px;
  border-radius: 60px;
  font-weight: 600;
  font-size: 18px;
  transition: 0.4s;
}

.contact-btn:hover {
  background: var(--second-color);
  color: #fff;
  transform: translateY(-5px);
}

.header-logo {
  height: 90px;
}

/* ========================= INFO BOX */
.info-box {
  margin-top: 30px;
  background: var(--main-color);
  border-radius: 25px;
  padding: 35px;
  position: relative;
  overflow: hidden;
  animation: fadeUp 1.2s ease;
}

.info-box::before {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  right: -40px;
  bottom: -40px;
}

.info-flex {
  display: flex;
  align-items: center;
  gap: 25px;
}

.call-icon {
  width: 80px;
  height: 80px;
  background: var(--second-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: #fff;
}

.info-box span {
  color: #fff;
  opacity: 0.8;
  display: block;
  margin-bottom: 5px;
}

.info-box h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

/* ========================= FAQ */
.accordion-item {
  border: none;
  border-radius: 18px !important;
  overflow: hidden;
  margin-bottom: 25px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
  animation: fadeLeft 1s ease;
}

.accordion-button {
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  color: #071b4f;
  padding: 28px 30px;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  background: #fff;
  color: #071b4f;
}

.accordion-button::after {
  background-image: none;
  content: "+";
  width: 30px;
  height: 30px;
  background: var(--second-color);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
}

.accordion-button:not(.collapsed)::after {
  content: "−";
  background: var(--main-color);
}

.accordion-body {
  padding: 0 30px 30px;
  font-size: 15px;
  line-height: 1.8;
  color: #5d6779;
}

/* ========================= ANIMATION */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ========================= RESPONSIVE */
@media(max-width:1200px) {

  .section-title {
    font-size: 48px;
  }

  .accordion-button {
    font-size: 22px;
  }

  .help-box h3 {
    font-size: 32px;
  }
}

@media(max-width:991px) {

  .faq-section {
    padding: 70px 0;
  }

  .section-title {
    font-size: 38px;
  }

  .help-box {
    margin-bottom: 40px;
  }

  .accordion-button {
    font-size: 20px;
    padding: 22px;
  }
}

@media(max-width:576px) {

  .section-title {
    font-size: 30px;
  }

  .accordion-button {
    font-size: 17px;
  }

  .help-box h3 {
    font-size: 26px;
  }

  .help-box p {
    font-size: 16px;
  }

  .info-box h4 {
    font-size: 24px;
  }

  .info-flex {
    flex-direction: column;
    text-align: center;
  }
}

.services_img {
  overflow: hidden;
  border-radius: 10px;
}

.services_img img {
  width: 100%;
  transition: transform 0.5s ease;
}

.services_img:hover img {
  transform: scale(1.1);
}

.title_heading {
  color: var(--text-color);
  font-weight: 700;
  font-size: 3rem;
}


@media(max-width:576px) {
  .title_heading {
    font-size: 1.9rem;
  }

  .header-logo {
    height: 80px;
  }

  .doctor-section {

    padding: 32px 0;

  }
}

.enquire-box {
  background: #fff;
  padding: 40px;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.contact-title h3 {
  font-size: 34px;
}

.form-label {
  font-weight: 600;
  color: #222;
  margin-bottom: 8px;
}

.form-control,
.form-select {

  height: 52px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  padding: 12px 16px;
  box-shadow: none;
  transition: .3s;

}

textarea.form-control {
  height: auto;
  resize: none;
}

.form-control:focus,
.form-select:focus {

  border-color: var(--main-color);
  box-shadow: 0 0 0 .15rem rgba(13, 110, 253, .15);

}

.form-select option:hover {
  background: #7C3964 !important;
  color: #fff;
}

.form-select option:checked {
  background: #7C3964;
  color: #fff;
}

@media(max-width:768px) {

  .enquire-box {
    padding: 25px;
  }

  .contact-title h3 {
    font-size: 28px;
  }

}

/* doctor css */
.doctor-hero {
  background: #F8F8FB;
}

.breadcrumb a {
  color: #7C3964;
  text-decoration: none;
}

.doctor-image {

  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .08);

}

.doctor-image img {

  border-radius: 15px;

}

.doctor-tag {

  display: inline-block;
  padding: 8px 18px;
  background: #c55ea021;
  color: #000;
  border-radius: 30px;
  font-size: 14px;

}

.doctor-name {

  font-size: 48px;
  font-weight: 700;

}

.doctor-degree {

  color: #7C3964;
  font-weight: 600;
  font-size: 20px;

}

.doctor-description {

  color: #666;
  line-height: 1.8;

}


.appointment-btn {

  background: #7C3964;
  color: #fff;
  padding: 14px 30px;
  border-radius: 50px;

}

.call-btn {

  border: 2px solid #7C3964;
  color: #7C3964;
  padding: 14px 30px;
  border-radius: 50px;

}

.appointment-btn:hover {

  background: #652D51;
  color: #fff;

}

.call-btn:hover {

  background: #7C3964;
  color: #fff;

}

.qualification-box {

  background: #fff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .08);

}

.qualification-box ul {

  list-style: none;
  padding: 0;
  margin: 0;

}

.qualification-box li {

  padding: 12px 0;
  border-bottom: 1px solid #eee;

}


@media(max-width:991px) {

  .doctor-name {

    font-size: 38px;

  }

  .doctor-info {

    justify-content: center;

  }

}

@media(max-width:768px) {

  .doctor-name {

    font-size: 32px;

  }

  .section-title {

    font-size: 30px;

  }

  .info-box {

    width: 100%;

  }

}

/* Consultation */

.timing-box {

  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  overflow: hidden;

}

.timing-row {

  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 30px;
  border-bottom: 1px solid #eee;

}

.timing-row strong {

  color: #7C3964;

}

/* Why Choose */

.choose-card {

  background: #fff;
  padding: 35px;
  text-align: center;
  border-radius: 15px;
  transition: .35s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06);

}

.choose-card:hover {

  transform: translateY(-8px);

}

.choose-icon {

  width: 75px;
  height: 75px;
  margin: auto;
  margin-bottom: 20px;
  background: #F6EDF3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;

}

.choose-card h5 {

  margin-bottom: 15px;
  font-weight: 700;

}

.choose-card p {

  color: #666;
  margin: 0;

}

/* Sticky Box */

.sticky-doctor-box {

  position: fixed;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 280px;
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, .15);
  z-index: 999;

}

.sticky-doctor-box h4 {

  font-weight: 700;
  margin-bottom: 12px;

}

.sticky-doctor-box p {

  color: #666;
  margin-bottom: 25px;

}

.sticky-call,
.sticky-book {

  display: block;
  text-align: center;
  padding: 14px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 12px;

}

.sticky-call {

  background: #7C3964;
  color: #fff;

}

.sticky-book {

  border: 2px solid #7C3964;
  color: #7C3964;

}

.sticky-call:hover {

  background: #5f284d;
  color: #fff;

}

.sticky-book:hover {

  background: #7C3964;
  color: #fff;

}

@media(max-width:992px) {

  .sticky-doctor-box {

    display: none;

  }

}

@media(max-width:768px) {

  .timing-row {

    padding: 18px;
    font-size: 14px;

  }

  .choose-card {

    padding: 25px;

  }

}

/* blog details */

.blog-details img {
  border-radius: 12px;
}

.blog-content {
  font-size: 17px;
  line-height: 1.9;
  color: #555;
}

.blog-content h2,
.blog-content h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #7C3964;
  font-weight: 700;
}

.blog-content p {
  margin-bottom: 18px;
}

.blog-content ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.blog-content li {
  margin-bottom: 8px;
}

.card h4 {
  color: #7C3964;
  font-weight: 700;
}

.card a:hover {
  color: #7C3964 !important;
}