/* Font famaly  */
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

:root {
  --primary-font: "Raleway", sans-serif;
  --secondary-font: "Roboto", sans-serif;
  --accent-font: "Lato", sans-serif;
  --primary-color: #0186c8;
  --secondary-color: #e72b2c;
  --accent1-color: #6bb32c;
  --accent2-color: #1a1a1a;
  --accent3-color: #bac5c7;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: var(--secondary-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary-font);
}

.icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

body {
  background: rgb(255, 255, 255);
}

.section-title .section-name {
  box-shadow: 1px 2px 4px #0000001a, 0 0.5px 1px #00000026;
}

.section-title .section-name .dot {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: var(--accent1-color);
}

.section-title .section-name span {
  font-weight: 400;
}

.section-title .section-heading {
  width: 300px;
  margin: auto;
}

.section-title .section-heading .heading {
  font-weight: 500;
  letter-spacing: -1.38px;
}

.section-title .section-heading .heading span {
  font-weight: 700;
  font-family: var(--accent-font);
  font-style: italic;
  letter-spacing: -1.38px;
}

button:focus {
  box-shadow: none !important;
}

.dot {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: white;
}

/* read more btn */

.read-more {
  min-height: 40px;
  border: 1px solid var(--accent1-color);
  color: var(--accent1-color);
  border-radius: 7px;
  display: block;
  position: relative;
  overflow: hidden;
}

.read-more::before {
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: var(--accent1-color);
  top: 0px;
  left: 0px;
  z-index: -1;
}

.read-more:hover::before {
  width: 100%;
}

.read-more:hover {
  color: white;
}

.read-more:hover {
  background-color: #529205;
  /* padding: 5px 25px !important; */
}

.btn:focus {
  box-shadow: none;
}

a:focus {
  box-shadow: none;
}

/*-----------------------hero section ----------------------------*/
.hero-section {
  background: url("../src/bg-slider/bg-img1.jpg");
  height: 700px;
  width: 100%;
  background-size: cover;
}

.hero-section .hero-container {
  background: linear-gradient(135deg,
      color-mix(in srgb, #021418, transparent 10%) 0%,
      color-mix(in srgb, #021418, transparent 50%) 100%);
}

.navbar-section {
  background-color: white;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  /* transition: all 0.3s ease-in-out; */
  /* overflow: hidden; */
}

.navbar-section .logo img {
  height: 45px;
}

.navbar-section .large-screen-logo {
  border-radius: 10px;
  overflow: hidden;
  padding-left: 5px;
}

.navbar-container ul .nav-li .nav-alink {
  text-decoration: none;
  font-family: var(--accent-font);
  color: #496268;
  font-weight: 600;
  font-size: 15.5px;
}

.navbar-container ul .active-link .nav-alink {
  color: var(--primary-color);
  transition: all 0.3s ease-in-out;
}

.navbar-container ul .nav-li {
  position: relative;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.navbar-container ul .nav-li::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 0%;
  background-color: var(--primary-color);
  transition: all 0.3s ease-in-out;
}

.navbar-container ul .nav-li:hover .nav-alink {
  color: var(--primary-color);
}

.navbar-container ul .active-link::before {
  width: 100%;
}

.navbar-container ul li:hover::before {
  width: 100%;
}

.navbar-section .contact-btn button {
  background: linear-gradient(45deg, #0186c8, #0cadfd);
  color: white;
  transition: all 0.3s ease-in-out;
}

.navbar-section .contact-btn button:hover {
  background: linear-gradient(45deg, #006ea5, #0186c9);
}

.navbar-section .contact-btn .search-icon {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: #1b434b;
  color: #049ebb;
}

#navbarmodel .modal-header .logo-icon {
  height: 50px;
}

.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 0px !important;
  z-index: 1000;
}

/* -----------------------navbar-drop-down -------------------------*/

.drop-down .drop-down-menu {
  position: absolute;
  background-color: white;
  width: 180px;
  padding: 10px 0px;
  left: -50%;
  /* top: 100%; */
  border-radius: 10px;
  display: none;
  z-index: 100;
  box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 90%);
  transition: all 0.3s ease-in-out;
}

.drop-down-menu ul .drop-li .drop-alink {
  text-decoration: none;
  color: #496268;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  font-weight: 500;
}

.drop-down-menu ul .drop-li {
  transition: all 0.3s ease-in-out;
  padding: 5px 15px;
  width: 100%;
}

.drop-down-menu ul .drop-li:hover {
  background-color: #e0f1f8;
}

.drop-down-menu ul .drop-li .drop-alink {
  width: 100%;
  display: inline-block;
}

.drop-down-menu ul .drop-li:hover .drop-alink {
  color: var(--primary-color);
}

.drop-down:hover .drop-down-menu {
  display: block;
  /* top: 95%; */
}

.drop-down-menu .sub-dropdown {
  position: relative;
}

.sub-dropdown-menu {
  position: absolute;
  background-color: white;
  width: 300px;
  padding: 10px 0px;
  left: -50%;
  display: none;
  border-radius: 10px;
  /* z-index: 10; */
  box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 90%);
  left: 98%;
  top: 0%;
}

.sub-dropdown-menu ul {
  transition: all 0.3s ease-in-out;
  padding: 5px 15px;
  width: 100%;
  /* border-top: 1px solid #dee2e6; */
}

.sub-dropdown-menu ul .sub-li {
  transition: all 0.3s ease-in-out;
  padding: 5px 15px;
  width: 100%;
}

.sub-dropdown-menu ul .sub-li:hover {
  background-color: #e0f1f8;
}

.sub-dropdown-menu ul .sub-li .sub-alink {
  text-decoration: none;
  color: #496268;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  display: inline-block;
}

.sub-dropdown-menu ul .sub-li:hover .sub-alink {
  color: var(--primary-color);
}

.drop-down-menu .sub-dropdown:hover .sub-dropdown-menu {
  display: block;
  /* top: 95%; */
}

.Services-dropdown {
  width: 300px !important;
}

.specilities-dropdown {
  width: 300px !important;
  height: 400px;
  overflow-y: scroll;
}

/*--------------------------------model navbar--------------------*/
.modal-navbar ul .mode-li {
  transition: all 0.3s ease-in-out;
  padding: 3px 5px;
  margin-bottom: 10px;
}

.modal-navbar ul .mode-li:hover {
  background-color: #e0f1f8;
}

.modal-navbar ul .mode-li .mode-alink {
  color: #496268;
  text-decoration: none;
  font-size: 17px;
  font-family: var(--accent-font);
  transition: all 0.3s ease-in-out;
}

.modal-navbar ul .mode-li:hover .mode-alink {
  color: var(--primary-color);
}

.modal-navbar .collapse ul .drop-li {
  padding: 3px 5px;
  transition: all 0.3s ease-in-out;
}

.modal-navbar .collapse ul .drop-li:hover {
  background-color: #e0f1f8;
}

.modal-navbar .collapse ul .drop-li .drop-alink {
  color: #496268;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-family: var(--accent-font);
}

.modal-navbar .collapse ul .drop-li:hover .drop-alink {
  color: var(--primary-color);
}

.modal-navbar .collapse ul .sub-li {
  padding: 3px 5px;
  transition: all 0.3s ease-in-out;
}

.modal-navbar .collapse ul .sub-li:hover {
  background-color: #e0f1f8;
}

.modal-navbar .collapse ul .sub-li .sub-alink {
  color: #496268;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  font-family: var(--accent-font);
}

.modal-navbar .collapse ul .sub-li:hover .sub-alink {
  color: var(--primary-color);
}

.modal-navbar .collapse .card-body {
  background-color: none !important;
  padding: 0px 10px !important;
  border: none !important;
}

/* ---------------------------small screen hambar------------------*/
.small-screen-hambar .icon {
  font-size: 25px;
  /* font-weight: bold; */
  color: #496268;
}

.small-screen-hambar .search-icon {
  background-color: #eefafd;
  border-radius: 50%;
  font-size: 20px;
  height: 40px;
  width: 40px;
}

.navbar-section .logo .small-logo {
  border-radius: 10px;
  padding-left: 5px;
  overflow: hidden;
}

/*-----------------------hero content----------------------*/
.badge {
  background: linear-gradient(45deg, #62bb21, #6bff02);
  color: white;
  font-weight: 300;
  font-size: 16px;
}

.hero-content h1 {
  color: white;
  font-weight: 700;
  font-size: 3.5rem;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  max-width: 600px;
  color: white;
}

.hero-content .hero-contact-section .contact button {
  /* background: linear-gradient(45deg, #0186C8, #0cadfd); */
  border: 2px solid var(--primary-color);
  background-color: transparent;
  color: #0cadfd;
  transition: all 0.3s ease-in-out;
  padding: 13px 20px;
}


.hero-content .hero-contact-section .contact button:hover {
  background: var(--primary-color);
  color: white;
}

.hero-content .hero-contact-section .contact .apt-btn {
  background: var(--primary-color);
  color: white;
}

.hero-content .hero-contact-section .contact .apt-btn:hover {
  background: #026ca1;
  border: 2px solid #026ca1;
}

.hero-content .contact-cards .con-card .icon {
  font-size: 40px;
  color: #05a7f8;
}

.hero-content .contact-cards .con-card {
  color: white;
}

.hero-content .contact-cards .con-card .info span {
  font-weight: 300;
}

.hero-content .contact-cards .con-card .info h3 {
  font-weight: 600;
  font-size: 24px;
}

/* ------------------facilities section----------------------------- */
.facilities-section {
  transform: translatey(-110px);
}

.faci-card {
  height: 180px;
  background-color: color-mix(in srgb, #11262a, transparent 20%);
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  color: white;
}

.faci-card .icon {
  background-color: #1b434b;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  font-size: 40px;
  color: var(--primary-color);
  margin: auto;
}

.faci-card .card-title h5 {
  color: white;
}

/*-------------------------------------about section----------------------*/
.home-about-content .heading {
  font-weight: 700;
  /* color: #112401; */
  color: #18444c;
  /* font-size: 50px; */
}

.home-about-content p {
  color: rgb(56 56 56);
  text-align: justify;
}

.home-about-content .lead-para {
  color: #737576;
  font-size: 17px;
}

.about-counter .counder-card .icon {
  color: var(--accent1-color);
  font-size: 30px;
  height: 50px;
  min-width: 50px;
  border-radius: 10px;
  /* background-color: #2b3820; */
  background-color: color-mix(in srgb, #d7f8bc, transparent 20%);
}

.about-counter .counder-card .counder-state h3 {
  font-weight: 800;
  font-size: 50px;
  font-family: var(--accent-font);
  color: #18444c;
}

.about-counter .counder-card .counder-state span {
  color: var(--accent1-color);
  font-size: 20px;
  font-weight: 600;
}

.about-counter .counder-card .info h5 {
  color: #545e63;
  font-weight: 300;
  margin-top: 6px;
}

.home-about-content .about-btn .btn {
  border-radius: 5px;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}

.home-about-content .about-btn .read-more {
  background-color: var(--primary-color);
  color: white;
  transition: all 0.3s ease-in;
}

.home-about-content .about-btn .read-more:hover {
  background-color: #02689b;
  border: 2px solid #02689b;
}

.home-about-content .about-btn .hospi-btn {
  transition: all 0.3s ease-in;
}

.home-about-content .about-btn .hospi-btn:hover {
  background-color: var(--primary-color);
  color: white;
}

.about-img {
  border-radius: 15px;
  /* overflow: hidden; */
  position: relative;
  box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 90%);
}

.about-img img {
  border-radius: 15px;
  object-fit: cover;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.about-img img:hover {
  border-radius: 15px;
  object-fit: cover;
  box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 80%);
  transform: scale(1.1);
}

.about-img .odd {
  height: 380px;
}

.bottom-side-card {
  right: 10%;
  bottom: -5%;
}

.bottom-side-card .bottom-card {
  background-color: var(--primary-color);
  width: 200px;
  border-radius: 10px;
}

.bottom-side-card .bottom-card .icon {
  color: var(--primary-color);
  font-size: 25px;
  height: 40px;
  width: 40px;
  border-radius: 10px;
  /* background-color: #2b3820; */
  background-color: color-mix(in srgb, #11262a, transparent 20%);
}

.bottom-side-card .bottom-card h3 {
  color: white;
  font-weight: 700;
  font-family: var(--secondary-font);
  font-size: 35px;
}

.bottom-side-card .bottom-card .state-info span {
  color: white;
  font-weight: 700;
  font-family: var(--secondary-font);
  font-size: 35px;
}

.bottom-side-card .bottom-card .info span {
  color: #d8d9da;
  font-weight: 300;
  margin-top: 6px;
  font-size: 18px;
}

/*-------------------------accreditation section-----------------------*/
.accreditations-section {
  margin-top: 100px !important;
  background-color: #effafc;
  /* background-color: #d3f4f8; */
}

.accreditation-card {
  /* background:#fff; */
  /* padding:10px; */
}

.accreditation-card img {
  height: 40px;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}

.accreditation-card img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.section-title h3 {
  font-weight: 700;
  font-size: 32px;
  color: rgb(24 68 76);
}

.section-title h3 span {
  font-weight: 300;
  color: var(--primary-color);
}

/*---------------------doctor section----------------------------*/
.doctor-section {
  margin-top: 100px !important;
}

a {
  text-decoration: none;
}

.doctor-card-wrapper {
  position: relative;
  transition: all 0.3s ease-in-out;
}

.doctor-card {
  min-height: 580px;
  border-radius: 15px;
  border: 1px solid #e5fafa;
  /* padding: 10px; */
  /* margin: 5px; */
  box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 80%);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}


.doctor-card:hover {
  box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 80%);
  transform: translatey(-10px);
}

.doctor-card .card-img {
  height: 350px;
  width: 100%;
  overflow: hidden;
}

.doctor-card .card-img img {
  transition: all 0.3s ease-in-out;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.doctor-card:hover img {
  transform: scale(1.05);
}

.doctor-card .card-name-container .card-name .heading {
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #18444c;
  font-size: 21px;
}

.doctor-card .card-name-container .card-name .department {
  font-size: 18px;
  font-weight: 600;
  word-break: break-all;
  color: var(--primary-color);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.doctor-card .card-info .card-desc p {
  color: rgb(68, 68, 68);
  font-size: 17px;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* font-weight: 400; */
}



.doctor-card .appoint-btn {
  height: 40px;
  color: white;
  border-radius: 7px;
  border: none;
  border: 2px solid var(--primary-color);
  font-size: 18px;

}

.doctor-card .appoint-btn:hover {
  box-shadow: none;
  transform: translatey(-2px);
}

.doctor-card .appoint-btn {
  background: var(--primary-color);
  color: white;
  transition: all 0.3s ease-in-out;
}

.doctor-card .appoint-btn:hover {
  background: #016191;
  border-color: #016191;
}

.doctor-card .get-btn {
  bottom: 15px;
}


/*--------------------------hospital section------------------------*/
.hospital-card-wrapper .hospital-card {
  height: 700px;
}

.hospital-card {
  /* height: 690px; */
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 85%);
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.hospital-card:hover {
  transform: translatey(-5px);
}

.hospital-card .hospi-img {
  height: 300px;
  width: 100%;
  overflow: hidden;
}

.hospital-card .hospi-img img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.hospital-card:hover img {
  transform: scale(1.05);
  overflow: hidden;
}

.hospital-card .hospi-img img {
  object-fit: cover;
}

.hospital-card .hospi-img .hospi-info {
  background: linear-gradient(transparent,
      transparent,
      color-mix(in srgb, #11262a, transparent 0%));
}

.hospital-card .features-hospi-card .feature-card .icon {
  background-color: color-mix(in srgb, #d7f8bc, transparent 20%);
  color: #6bb32c;
  font-size: 25px;
  height: 60px;
  min-width: 60px;
  border-radius: 10px;
}

.hospital-card .features-hospi-card .feature-card .info {
  /* word-wrap: break-word; */
}

.hospital-card .features-hospi-card .feature-card .info .title {
  color: #18444c !important;
  font-weight: 600;
}

.hospital-card .features-hospi-card .feature-card .info .title a {
  color: #18444c !important;
  font-weight: 600;
}

.hospital-card .features-hospi-card .feature-card .hospital-info .title {
  color: #18444c;
  font-size: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hospital-card .features-hospi-card .feature-card .hospital-info .hospital-desc>* {
  display: none;
}

.hospital-card .features-hospi-card .feature-card .hospital-info .hospi-desc>* {
  display: none;
}

.hospital-card .features-hospi-card .feature-card .hospital-info .hospital-desc>p:first-of-type {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hospital-card .features-hospi-card .feature-card .hospital-info .hospi-desc>p:first-of-type {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.hospital-card .features-hospi-card .feature-card .info .location-info {
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hospital-contact-btn {
  bottom: 20px;
  width: 90%;
}

.hospital-contact-btn .buttons {
  /* border: 2px solid var(--primary-color); */
  color: var(--primary-color);
  border-radius: 5px;
}

.hospital-contact-btn .buttons .apt-btn {
  background-color: var(--primary-color);
  transition: all 0.3s ease-in;
  color: white;
}

.hospital-contact-btn .buttons .apt-btn:hover {
  background-color: #026ca1;
  border: 2px solid #026ca1;
  color: white;
}

.hospital-contact-btn .learn-more {
  transition: all 0.3s ease-in;
  background-color: #e8fcd9;
  border: 2px solid var(--accent1-color);
  color: var(--accent1-color) !important;
}

.hospital-contact-btn .learn-more:hover {
  color: white;
  background-color: #d0f5b4;
  padding-right: 30px !important;
}


.hospital-card .hospi-img .exp-badge {
  right: 4%;
  bottom: 10%;
  text-align: center;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0186c8 0%, #15acf7 100%);
}

.hospital-card .hospi-img .exp-badge h3 {
  font-family: var(--secondary-font);
  color: white;
  font-family: 700;
}

.hospital-card .hospi-img .exp-badge span {
  color: rgb(225, 222, 222);
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
}

.hospitals-slider .swiper-pagination {
  top: 90% !important;
}

/* swiper-pagination-bullet-active */
.hospitals-slider .swiper-pagination .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  transform: rotate(45deg);
  opacity: 1;
  background-color: transparent;
  border: 2px solid var(--primary-color);
  border-radius: 3px;
}

.hospitals-slider .swiper-pagination .swiper-pagination-bullet-active {
  box-shadow: 0px 0px 15px 3px var(--primary-color);
  background-color: var(--primary-color);
}

.hospitals-slider {
  padding-bottom: 100px !important;
}

.hospitals-slider .swiper-button-prev,
.swiper-button-next {
  background-color: #f2f8f9;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #dee2e6;
  transition: all 0.3s ease-in-out;
}

.hospitals-slider .swiper-button-prev:hover,
.swiper-button-next:hover {
  background: var(--primary-color);
}

.hospitals-slider .swiper-button-prev::after,
.swiper-button-next::after {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 800;
}

.hospitals-slider .swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
  color: white;
}

.hospitals-slider .swiper-button-prev {
  left: 88% !important;
  top: 90% !important;
}

.hospitals-slider .swiper-button-next {
  right: 2% !important;
  top: 90% !important;
}

/*---------------------------hospital page--------------------- */

.hodpitals-page .hospital-card .features-hospi-card .feature-card .hospital-info .hospital-desc>p:first-of-type {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  /* text-align: justify; */
}

.hodpitals-page .hospital-card-wrapper .hospital-card {
  height: 560px;
}

.get-btn {
  bottom: 10px;
}

.get-btn .btn {
  transition: all 0.3s ease-in-out;
}

.get-btn .btn:hover {
  transform: translatey(-2px);
}

.get-btn .appoint-btn {
  background-color: var(--primary-color);
  color: white;
  border-radius: 7px;
  transition: all 0.3s ease-in-out;
}

.get-btn .appoint-btn:hover {
  background-color: #0056b3;
}

/*-----------------------------emergency-alert-wrapper---------------------------- */
.emergency-alert-wrapper {
  background-color: var(--primary-color);
  color: #ffffff;
  border-radius: 15px;
  padding: 10px;
}

.emergency-container .icon {
  height: 60px;
  min-width: 60px;
  background-color: color-mix(in srgb, #ffffff, transparent 85%);
  border-radius: 50%;
  color: white;
  font-size: 25px;
}

.emergency-container .info h4 {
  font-weight: 600;
  font-size: 27px;
}

.emergency-alert-wrapper .emer-btn button {
  background-color: white;
  font-weight: 500;
  color: var(--primary-color);
}

.emergency-alert-wrapper .emer-btn button a {
  color: var(--primary-color);
}

/*---------------------------cta-section-----------------*/
.cta-section {
  background-color: #e7f7fa;
}

.cta-container h2 {
  color: #18444c;
  font-weight: 600;
}

.cta-container p {
  color: #485054;
}

.cta-container .cta-btn .buttons button {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  font-weight: 600;
}

.cta-container .cta-btn .buttons .apt-btn {
  background-color: var(--primary-color);
  color: white;
}

/*---------------------------Contact section----------------------*/
.home-contact-section {
  background: #e0f4f7;
  padding: 10px 0px;
}


.contact-form-wrapper {
  padding: 20px 15px;
}



.contact-info-wrapper .info-card {
  box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 90%);
  padding: 10px 10px 10px 15px;
  border-radius: 10px;
  border-left: 3px solid var(--primary-color);
  background-color: #fff;
  backdrop-filter: blur(5px);
  transition: all 0.3s ease-in;
}

.contact-info-wrapper .info-card:hover {
  transform: translatey(-5px);
  box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 80%);
}

.contact-info-wrapper .info-card .icon {
  border: 1.2px solid #b8e8ef;
  color: var(--primary-color);
  font-size: 23px;
  border-radius: 10px;
  /* padding: 15px 20px; */
  height: 60px;
  min-width: 60px;
}

.contact-info-wrapper .info-card .info {
  padding: 0px 10px;
}

.contact-info-wrapper .info-card .info h5 {
  color: #18444c;
  font-weight: 600;
}

.contact-info-wrapper .info-card .info span {
  color: #000;
  font-size: 15.5px;
}

/* Contact Form Wrapper */
.contact__form {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  max-width: 900px;
  margin: 40px auto;
}

/* Form Group Spacing */
.contact__form .form-group,
.contact__form .form-group-2 {
  margin-bottom: 20px;
}

/* Inputs */
.contact__form .form-control {
  height: 50px;
  padding: 10px 15px;
  font-size: 15px;
  border-radius: 6px;
  border: 1px solid #b8e8ef;
  transition: 0.3s;
}

textarea.form-control {
  height: auto;
  resize: none;
}

/* Focus */
.contact__form .form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.15rem rgba(0, 123, 255, 0.25);
}

/* Error State */
.has-error .form-control {
  border-color: #dc3545;
}

.has-error span {
  color: #dc3545;
  font-size: 13px;
}

/* Button */
.btn-main {
  background: #007bff;
  color: #fff;
  padding: 12px 40px;
  border-radius: 30px;
  font-size: 16px;
  border: none;
  transition: 0.3s;
}

.btn-main:hover {
  background: #0056b3;
}


/* Form Group Spacing */
.appoinment-form .form-group,
.appoinment-form .form-group-2 {
  margin-bottom: 20px;
}

/* Input & Select */
.appoinment-form .form-control {
  height: 50px;
  border-radius: 8px;
  border: 1px solid #c5e9ef;
  padding: 10px 15px;
  font-size: 15px;
  transition: all 0.3s ease;
  /* background-color: #eaf9fc; */
}

/* Textarea */
.appoinment-form textarea.form-control {
  height: auto;
  resize: none;
}

/* Focus Effect */
.appoinment-form .form-control:focus {
  border-color: #afecf7;
  box-shadow: 0 0 0 0.15rem #c5e9ef;
}

/* Error State */
.has-error .form-control {
  border-color: #dc3545;
}

.has-error small,
.has-error span {
  color: #dc3545;
  font-size: 13px;
}

/* Submit Button */
.appoinment-form .btn-main {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  padding: 12px 35px;
  font-size: 16px;
  border-radius: 50px;
  border: none;
  transition: all 0.3s ease;
}

/* Button Hover */
.appoinment-form .btn-main:hover {
  background: linear-gradient(135deg, #0056b3, #003f7f);
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 767px) {
  .appoinment-form {
    padding: 20px;
  }
}

.contact-section .contact-desc {
  color: #2c5a60;
}

.contact-section .social-icons-wrapper .icon {
  height: 40px;
  width: 40px;
  font-size: 18px;
  border: 1px solid rgb(255 255 255);
  color: #fff;
  background: #62bb21;
  border-radius: 50%;
}

.contact-section .social-icons-wrapper .icon:hover {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  cursor: pointer;
}

.appoint-svg {
  width: 100%;
}

.appoint-svg img {
  width: 100%;
  object-fit: cover;
}

.mod-submit-btn {
  background: linear-gradient(45deg, #0186c8, #013650);
  transition: all 0.3s ease-in;
  color: white;
  border: none;
}

.mod-submit-btn:hover {
  background: #013650;
  color: white;
}

.mod-submit-btn:focus {
  box-shadow: none;
  outline: none;
}

.contact-page-form {
  border-left: 3px solid var(--primary-color);
  overflow: hidden;
  border-radius: 15px;
}

.contact-page-form form {
  box-shadow: none;
}

.contact-page-form form .form-control {
  background-color: #f5fcfd;
}

/*---------------------------tabib india--------------------------*/
.tabib-india {
  margin-top: 100px !important;
}

.tabib-india-wrapper .content .title .heading {
  /* letter-spacing: -1px !important; */
  font-weight: 600;
  color: var(--primary-color);
}

.tabib-india-wrapper .content .title p {
  color: rgb(77, 98, 108);

}

.tabib-services-cards-wrapper {}



.tabib-services-cards-wrapper .section-btn .btn {
  background: linear-gradient(90deg, #0186c8, #1caef7);
  color: white;
  border: none;
}

.tabib-services-card {
  border-radius: 10px;
  position: relative;
  box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 80%);
  transition: all 0.3s ease-in-out;
}

.tabib-services-card:hover {
  box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 70%);
  transform: translatey(-5px);
}

.row>div:nth-child(1) .tabib-services-card {
  border-bottom: 6px solid var(--accent1-color);
}

.row>div:nth-child(1) .tabib-services-card .icon {
  box-shadow: 0px 8px 25px color-mix(in srgb, var(--accent1-color), transparent 70%);
  background-color: #dbfac2;
  color: var(--accent1-color);
}

.row>div:nth-child(2) .tabib-services-card {
  border-bottom: 6px solid #ff3131;
}

.row>div:nth-child(2) .tabib-services-card .icon {
  box-shadow: 0px 8px 25px color-mix(in srgb, var(#ff3131), transparent 70%);
  background-color: #fcc1c1;
  color: #ff3131;
}

.row>div:nth-child(3) .tabib-services-card {
  border-bottom: 6px solid var(--primary-color);
}

.row>div:nth-child(3) .tabib-services-card .icon {
  box-shadow: 0px 8px 25px color-mix(in srgb, var(--primary-color), transparent 70%);
  background-color: #c3e8fa;
  color: var(--primary-color);
}

.row>div:nth-child(4) .tabib-services-card {
  border-bottom: 6px solid #18444c;
}

.row>div:nth-child(4) .tabib-services-card .icon {
  box-shadow: 0px 8px 25px color-mix(in srgb, #18444c, transparent 70%);
  background-color: #c9f1f8;
  color: #18444c;
}

.row>div:nth-child(5) .tabib-services-card {
  border-bottom: 6px solid #ffd700;
}

.row>div:nth-child(5) .tabib-services-card .icon {
  box-shadow: 0px 8px 25px color-mix(in srgb, #ffd700, transparent 70%);
  background-color: #faf2c5;
  color: #ffd700;
}

.tabib-services-card .shadow-icon {
  position: absolute;
  top: -85px;
  right: -81px;
  z-index: -1;
  color: rgb(233, 233, 233);
  font-size: 150px;
  display: none;
}

.tabib-services-card .card-title .icon {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  font-size: 30px;
  margin-bottom: 15px;

}

.tabib-services-card .card-title .info .heading {
  /* letter-spacing: -1px; */
  font-size: 20px;
  font-weight: 600 !important;
  color: #18444c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}


.tabib-services-card .card-info p {
  color: rgb(70, 89, 98);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.section-btn button {
  background: linear-gradient(90deg, #0186c8, #1caef7);
  color: white;
  border: none;
}

/*------------------------testimonials section-------------------*/
.patients-card-wrapper .patient-card {
  border-radius: 15px;
  box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 80%);
  transition: all 0.3s ease-in-out;
  min-height: 300px;
}

.patients-card-wrapper .patient-card:hover {
  box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 70%);
  transform: translatey(-5px);
}

.patient-card .review-stars {
  margin-bottom: 15px;
}

.patient-info-wrapper {
  bottom: 25px;
}

.patient-card .review-stars .icon {
  font-size: 20px;
  color: #ffd700;
}

.patient-card .patient-details .card-img {
  padding: 3px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #c1e9fc;
}

.patient-card .patient-details .card-img img {
  /* padding: 5px; */
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.patient-card .patient-details .info h5 {
  color: #18444c;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.patient-card .review-desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.patient-card .quote {
  position: absolute;
  right: 10px;
}

.patient-card .quote .icon {
  font-size: 50px;
  color: #c1e9fc;
}

.patients-slider {
  padding-bottom: 80px !important;
}

.patients-slider .swiper-button-prev,
.swiper-button-next {
  background-color: #f2f8f9;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #dee2e6;
  transition: all 0.3s ease-in-out;
}

.patients-slider .swiper-button-prev:hover,
.swiper-button-next:hover {
  background: var(--primary-color);
}

.patients-slider .swiper-button-prev::after,
.swiper-button-next::after {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 800;
}

.patients-slider .swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
  color: white;
}

.patients-slider .swiper-button-prev {
  left: 88% !important;
  top: 90% !important;
}

.patients-slider .swiper-button-next {
  right: 2% !important;
  top: 90% !important;
}

/*---------------------------footer section---------------------------*/
.footer-section {
  background-color: #e9f6f8;
  /* border: 2px solid red; */
}

.footer-about .about-logo h4 {
  font-weight: 700;
  color: #18444c;
}

.footer-about .about-desc p {
  color: rgb(77, 98, 108);
}

.footer-about .about-social .social-icons-wrapper .icon {
  height: 40px;
  width: 40px;
  font-size: 18px;
  border: 1px solid rgb(77, 98, 108);
  color: rgb(77, 98, 108);
  border-radius: 50%;
}

.footer-about .about-social .social-icons-wrapper .icon:hover {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  cursor: pointer;
}

.footer-card .card-title .heading {
  color: #18444c;
  font-weight: 600;
  letter-spacing: -1px;
}

.footer-about .footer-about-desc .desc {
  font-size: 15px;
  color: rgb(77, 98, 108);
}

.footer-about .footer-about-desc .desc .dot {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: rgb(77, 98, 108);
}

.footer-card .card-links ul li {
  transform: translatex(-18px);
  transition: all 0.3s ease-in-out;
}

.footer-card .service-footer-link ul li {
  transform: translatex(0px) !important;
  transition: all 0.3s ease-in-out;
}

.footer-card .service-footer-link ul li:hover {
  transform: translatex(10px) !important;
}


.footer-card .card-links ul li:hover {
  transform: translatex(0px);
}

.footer-card .card-links ul li a i {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  color: var(--primary-color);
}

.footer-card .card-links ul li:hover a i {
  opacity: 1;
}

.footer-card .card-links ul li a {
  color: rgb(77, 98, 108);
  font-size: 15px;
  transition: all 0.3s ease-in-out;
  /* line-height: 1; */
}

.footer-card .card-links ul li:hover a {
  color: var(--primary-color);
}

.footer-contact .card-title .title {
  letter-spacing: -1px;
  color: #18444c;
  font-weight: 600;
}

.footer-contact-card .contact-card .icon {
  height: 30px;
  min-width: 30px;
  font-size: 16px;
  border: 1px solid rgb(77, 98, 108);
  color: rgb(77, 98, 108);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.footer-contact-card .contact-card .icon:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
  transform: translatey(-2px);
}

.footer-contact-card .contact-card .info span {
  color: rgb(77, 98, 108);
}

.copyright-row p {
  color: rgb(77, 98, 108);
  font-size: 15px;
}

.copyright-row p:nth-last-child {
  font-size: 14px;
}

.copyright-row p span {
  color: var(--primary-color);
}

/*------------------------------header page------------------*/

.header-page {
  background: none;
}

.header-page .hero-container {
  height: 100px;
}

.hero-container {
  background: #eaf6f8;
}

.page-navigation-wrapper .navigation-manu {
  max-width: 80%;
  margin: auto;
  word-break: break-all;
}

.header-page-container .page-navigation-wrapper span {
  color: color-mix(in srgb, #2c3031, transparent 30%);
  font-size: 0.9rem;
}

.header-page-container .page-navigation-wrapper span a {
  color: color-mix(in srgb, #2c3031, transparent 30%);
}

.header-page-container .page-navigation-wrapper .current-page {
  color: var(--primary-color);
}

.header-page-container .page-title h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #18444c;
}

/*--------------------------------- about pgae ----------------------*/
.about-page-desc {
  background-color: #fbfbfb;
}

.about-page-desc h4 {
  /* font-size: 2.5rem; */
  margin-bottom: 1rem;
  font-weight: 700;
  color: #18444c;
}

.about-page-desc .about-desc p {
  color: color-mix(in srgb, #2c3031, transparent 20%);
  font-size: 18px;
}

.about-tabib .tabib-services-in-india {
  border-radius: 10px;
  border-left: 3px solid var(--primary-color);
  box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 90%);
}

.about-tabib .about-aim-container {
  border-radius: 10px;
  border-left: 3px solid var(--primary-color);
  box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 90%);
}

.about-tabib .tabib-services-in-india h4 {
  margin-bottom: 1rem;
  font-weight: 700;
  color: #18444c;
}

.about-tabib .tabib-services-in-india p {
  color: color-mix(in srgb, #2c3031, transparent 20%);
  font-size: 17px;
}

.about-tabib .tabib-services-in-india .services h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  color: #18444c;
}

.about-tabib .tabib-services-in-india .services ul li span {
  color: color-mix(in srgb, #2c3031, transparent 10%);
  font-size: 16px;
}

.about-tabib .tabib-services-in-india .services ul li .icon {
  color: var(--primary-color);
  font-size: 18px;
}

.about-tabib .about-aim-container h4 {
  margin-bottom: 1rem;
  font-weight: 700;
  color: #18444c;
}

.about-tabib .about-aim-container p {
  color: color-mix(in srgb, #2c3031, transparent 20%);
  font-size: 17px;
}

.about-tabib .about-aim-container .about-btn button {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}

.about-tabib .about-aim-container .about-btn button:nth-child(1) {
  background-color: var(--primary-color);
  color: white;
  border: 2px solid var(--primary-color);
  /* border: none; */
}

.about-tabib .about-aim-container .about-btn button:hover:nth-child(1) {
  background-color: #006ea5;
  color: white;
  border: 2px solid #006ea5;
  /* border: none; */
}

.about-tabib .about-aim-container .about-btn button:hover:nth-child(2) {
  background-color: var(--primary-color);
  color: white;
}

.about-tabib .about-aim-container .about-social .social-icons-wrapper .icon {
  height: 40px;
  width: 40px;
  font-size: 18px;
  border: 1px solid rgb(77, 98, 108);
  color: rgb(77, 98, 108);
  border-radius: 50%;
}

.about-tabib .about-aim-container .about-social .social-icons-wrapper .icon:hover {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  cursor: pointer;
}

/*----------------------------doctors page-----------------------*/
.doctors-page .doctor-card .card-img {
  height: 350px;
  overflow: hidden;
}

.nav-pills {
  border-bottom: 1px solid rgb(223, 223, 223);
}

.nav-pills .nav-item .nav-link {
  color: rgb(19, 73, 87);
  font-weight: 500;
  padding: 10px !important;
  margin: 0px;
  transition: none;
  background-color: transparent;
  border-radius: 0px;
  box-shadow: none !important;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

.nav-pills .nav-item .nav-link i {
  font-size: 20px;
}

.nav-pills .nav-item .nav-link:hover {
  margin: 0px;
  padding: 10px !important;
  border: none;
  outline: none;
  transition: none;
}

.nav-pills .nav-item .active {
  border: none;
  background-color: transparent !important;
  font-weight: 500;
  border-bottom: 3px solid rgb(19, 73, 87) !important;
  box-shadow: none !important;
  opacity: 1;
}

.tab-content .search1 .form-label {
  color: #042a3d;
}

.tab-content .search1 .form-control {
  background-color: #d8f3f8;
  border: 1px solid #b1edf8;
  border-radius: 5px;
}

.tab-content .search1 .form-control:focus {
  border: 1px solid #c6e4f8;
  box-shadow: none;
}

.tab-content .search1 .btn {
  background: rgb(19, 73, 87);
  color: white;
  cursor: pointer;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .doctors-page-search .nav-tabs .nav-link {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

}

/*-------------------Hospitals page---------------------*/


.hodpitals-page .hospital-card-wrapper .hospi-img .hospital-contact {
  bottom: 20px;
  right: 10px;
}

.hodpitals-page .hospital-card-wrapper .hospi-img .hospital-contact .contact-card {
  background: linear-gradient(50deg, #0186c8, #25acf0);
  color: white;
  box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 80%);
}

.hodpitals-page .hospital-card-wrapper .hospi-img .hospital-contact .contact-card .icon {
  font-size: 20px;
}

.hodpitals-page .hospital-card-wrapper .hospi-img .hospital-contact .contact-card .info span {
  font-size: 14px;
  font-weight: 300;
}

.hodpitals-page .hospital-card-wrapper .hospi-img .hospital-contact .contact-card .info h5 {
  font-size: 20px;
  font-family: var(--secondary-font);
  font-weight: 600;
  /* color: red; */
}

.hodpitals-page .hospital-card-wrapper .hospi-img img {
  height: 100%;
  width: 100%;
  border-radius: 0px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.hodpitals-page .hospital-card-wrapper:hover img {
  transform: scale(1.05);
}

.hodpitals-page .hospital-card-wrapper .info .heading {
  margin-bottom: 1rem;
  font-weight: 700;
  color: #18444c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hodpitals-page .hospital-card-wrapper .info p {
  color: color-mix(in srgb, #2c3031, transparent 20%);
  font-size: 16.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.hodpitals-page .hospital-card-wrapper .card-btns button {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}

.hodpitals-page .hospital-card-wrapper .card-btns button:nth-child(1) {
  background-color: var(--primary-color);
  color: white;
  border: 2px solid var(--primary-color);
  /* border: none; */
}

.hodpitals-page .hospital-card-wrapper .card-btns button:hover:nth-child(1) {
  background-color: #006ea5;
  color: white;
  border: 2px solid #006ea5;
  /* border: none; */
}

.hodpitals-page .hospital-card-wrapper .card-btns button:hover:nth-child(2) {
  background-color: var(--primary-color);
  color: white;
}

.hodpitals-page .hospital-card-wrapper .hosital-features ul li span {
  color: color-mix(in srgb, #2c3031, transparent 10%);
  font-size: 15px;
}

.hodpitals-page .hospital-card-wrapper .hosital-features ul li .icon {
  color: var(--primary-color);
  font-size: 18px;
}

/*-----------------------------medical update page---------------------*/
.update-card-wrapper {}

.update-card .update-img {
  height: 200px;
  border-radius: 15px;
  box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 80%);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 1;
}

.update-card .update-img:hover {
  box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 75%);
  transform: translatey(-5px);
}

.update-card .update-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in;
}

.update-card-wrapper:hover img {
  transform: scale(1.05);
}

.update-card .update-info .heading {
  margin-bottom: 1rem;
  font-weight: 700;
  color: #18444c;
}

.update-card .update-info {
  z-index: 2;
  border-radius: 15px;
  backdrop-filter: blur(10px);
  /* box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 80%); */
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 1;
}
.update-card .update-info .lead{
  color: #1f5963 !important;
}
.update-card .update-info .dot{
  background-color: #1f5963;
}

.update-card .update-info p {
  color: color-mix(in srgb, #2c3031, transparent 20%);
  font-size: 16.5px;
}

/*----------------------------Treatement estimates page ------------*/
.treatment-card-wrapper {
  border-radius: 5px;
  box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 80%);
  overflow: hidden;
}

.treatment-card-wrapper .treatment-list .caption {
  background-color: #1e5761;
  color: white;
}

.treatment-card-wrapper .treatment-list .caption h5 {
  font-weight: 600;
}

.treatment-card-wrapper .treatment-list .lists ul li {
  padding: 8px 15px;
  transition: all 0.3s ease-in-out;
}

.treatment-card-wrapper .treatment-list .lists ul li:hover {
  background-color: #ddecf3;
}

.treatment-card-wrapper .treatment-list .lists ul li .icon {
  font-size: 20px;
  color: #1e5761;
}

.treatment-card-wrapper .treatment-list .lists ul li a {
  color: color-mix(in srgb, #2c3031, transparent 20%);
  font-size: 16.5px;
  transition: all 0.3s ease-in-out;
}

.treatment-card-wrapper .treatment-list .lists ul li:hover a {
  color: var(--primary-color);
}

/*-------------------------------Services page------------------------------------*/
.web-service-card {
  border-radius: 15px;
  overflow: hidden;
  min-height: 440px;
  box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 85%);
  transition: all 0.3s ease-in-out;
  border: 1px solid #def6fa;
}

.web-service-card .card-icon .icon {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0186c8, #23b3fb, #0186c8);
  color: white;
  font-size: 35px;
  box-shadow: 0px 8px 25px color-mix(in srgb, var(--primary-color), transparent 70%);
}

.web-service-card:hover {
  box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 80%);
  transform: translatey(-5px);
}

.web-service-card .card-img {
  height: 200px;
  box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 90%);
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  border: 1px solid #e1f1f8;
}

.web-service-card .card-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.web-service-card:hover img {
  transform: scale(1.02);
}

.web-service-card .heading {
  /* margin-bottom: 1rem; */
  font-weight: 700;
  font-size: 18px;
  color: #18444c;
}

.web-service-card .info p {
  color: color-mix(in srgb, #2c3031, transparent 20%);
  font-size: 15.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.web-service-card .btn .learn-more {
  background-color: color-mix(in srgb, #d7f8bc, transparent 20%);
  color: #6bb32c;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #6bb32c;
}

.web-service-card .btn .learn-more:hover {
  background-color: color-mix(in srgb, #d1fead, transparent 0%);
  color: #6bb32c;
  transform: translatey(-2px);
}

.web-service-card .btn .meet-btn {
  background-color: var(--primary-color);
  color: white;
  transition: all 0.3s ease-in-out;
}

.web-service-card .btn .meet-btn:hover {
  background-color: #006ea5;
}

/*--------------------------------services-details-page---------------------*/

.services-details-page {
  margin-top: 100px !important;
}

.service-details-wrapper .service-img {
  height: 250px;
  width: 100%;
  padding: 10px;
  position: relative;
}

.service-details-wrapper .service-img img {
  box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 80%);
}

.service-details-wrapper .service-img::before {
  content: "";
  position: absolute;
  height: 60%;
  width: 60%;
  background-color: #d4ecf8;
  left: -5%;
  bottom: -5%;
  z-index: -1;
}

.service-details-wrapper .service-img::after {
  content: "";
  position: absolute;
  height: 60%;
  width: 60%;
  background-color: #d4ecf8;
  right: -5%;
  top: -5%;
  z-index: -1;
}

.service-details-wrapper .service-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.service-details-wrapper .service-info {
  border-radius: 15px;
  border-left: 3px solid var(--primary-color);
  box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 80%);
}

.service-details-wrapper .service-info .heading {
  margin-bottom: 1rem;
  font-weight: 700;
  color: #18444c;
}

.service-details-wrapper .service-info p {
  color: color-mix(in srgb, #2c3031, transparent 20%);
  font-size: 15.5px;
}

/*-----------------------Doctor profile page---------------*/
.doctor-card-wrapper .card-img .exp-card {
  right: 10px;
  bottom: 10px;
}

.doctor-card-wrapper .card-img .exp-card .exp-info {
  height: 110px;
  width: 110px;
  background: linear-gradient(135deg, #0186c8, #32b5f7, #0186c8);
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 80%);
  flex-direction: column;
}

.doctor-card-wrapper .card-img .exp-card .exp-info h2 {
  font-weight: 600;
  font-family: var(--secondary-font);
}

.doctor-card-wrapper .card-img .exp-card .exp-info span {
  line-height: 1;
  font-weight: 300;
  font-size: 14px;
}

.doctor-card .card-info .btns .review-btn {
  background-color: color-mix(in srgb, #d7f8bc, transparent 20%);
  color: #6bb32c;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #6bb32c;
}

.doctor-card .card-info .btns .review-btn:hover {
  background-color: color-mix(in srgb, #d1fead, transparent 0%);
  color: #6bb32c;
  transform: translatey(-2px);
}

.doctor-card .card-info .btns .appoint-btn {
  background-color: var(--primary-color);
  color: white;
  transition: all 0.3s ease-in-out;
}

.doctor-card .card-info .btns .appoint-btn:hover {
  transform: translatey(-2px);
  background-color: #006ea5;
  color: white;
}

.doctor-card .card-info .doctor-name .heading {
  margin-bottom: 1rem;
  font-weight: 700;
  color: #18444c;
}

.doctor-card .card-info .doctor-name h5 {
  color: var(--primary-color);
}

.doctor-card .card-info .profile-datails ul li .icon {
  color: var(--accent1-color);
  font-size: 30px;
  height: 50px;
  min-width: 50px;
  border-radius: 10px;
  /* background-color: #2b3820; */
  background-color: color-mix(in srgb, #d7f8bc, transparent 20%);
}

.doctor-card .card-info .profile-datails ul li small {
  color: color-mix(in srgb, #2c3031, transparent 20%);
  font-weight: 300;
}

.doctor-card .card-info .profile-datails ul li p {
  font-weight: 600;
  font-family: var(--accent-font);
  font-size: 18px;
}

.doctor-profile-info {
  border-radius: 15px;
  border-left: 3px solid var(--primary-color);
  box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 80%);
}

.doctor-profile-info .heading {
  margin-bottom: 1rem;
  font-weight: 700;
  color: #18444c;
}

.doctor-profile-info p {
  color: color-mix(in srgb, #2c3031, transparent 20%);
  font-size: 16px;
}


/*-------------------------------Team profile page-------------------------------*/
.profile-card {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 80%);
  overflow: hidden;
}

.profile-card .profile-name-details {
  background-color: #64af08;
  height: 150px;
}

.profile-name-details .profile-name {
  color: white;
  font-size: 20px;
  font-weight: 600;
}

.profile-name-details .profile-designation {
  color: rgb(231, 231, 231);

}

.profile-img .img {
  height: 150px;
  width: 150px;
  /* border-radius: 10px; */
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #18444c;
  background-color: white;
  margin: auto;
  transform: translatey(-40px);
}

.profile-img .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.profile-contact-details .icon {
  color: #18444c;
  font-size: 20px;
}

.profile-contact-details p {
  color: #272727;
  word-break: break-all;
  /* font-size: 20px;   */
}

/*----------------------profile-full-info --------------*/

.profile-full-info {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 80%);
  overflow: hidden;

}

.profile-full-info .info-title {
  background-color: var(--primary-color);
}

.profile-full-info .info-title h6 {
  font-size: 20px;
  color: white;
}

.profile-full-info .info-title .icon {
  font-size: 20px;
  color: rgb(231, 231, 231);
}

.profile-full-info .info-cards .info-card .icon {
  color: #18444c;
  font-size: 25px;
}

.profile-full-info .info-cards .info-card .info h6 {
  color: #0f2b30;
  font-weight: 600;
}

.profile-full-info .info-cards .info-card .info p {
  font-size: 15px;
}

.profile-full-info .info-cards {}

.profile-full-info .info-cards .btns .review-btn {
  background-color: color-mix(in srgb, #d7f8bc, transparent 20%);
  color: #6bb32c;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #6bb32c;
}

.profile-full-info .info-cards .btns .review-btn:hover {
  background-color: color-mix(in srgb, #d1fead, transparent 0%);
  color: #6bb32c;
  transform: translatey(-2px);
}

.profile-full-info .info-cards .btns .appoint-btn {
  background-color: #18444c;
  color: white;
  transition: all 0.3s ease-in-out;
  border: none;
}

.profile-full-info .info-cards .btns .appoint-btn:hover {
  transform: translatey(-2px);
  background-color: #13373d;
  color: white;
}

.profile-full-info .about-info h2 {
  color: #18444c;
  font-size: 25px;
  font-weight: 500;
}

.profile-about-info {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 18px 30px color-mix(in srgb, #2c3031, transparent 85%);
  border-bottom: 4px solid #2b7d8b;
  overflow: hidden;
}

.profile-about-info h4 {
  color: #18444c;
  /* border-top: 1px solid rgb(209, 209, 209); */
  /* padding-top: 10px; */
  /* font-size: 22px; */
  font-weight: 600;
}

.profile-about-info .about-text p {
  font-size: 16px;
}

.rating-star .icon i {
  font-size: 22px;
  color: #ffd700;
}

/*------------------------hospital details page ----------------------------*/
/* Optional: only add border between cards, not after the last one */
.doctor-card:last-child {
  border-bottom: none;
}

.doctor-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.object-fit-cover {
  object-fit: cover;
}

/* Custom styling for doctor card buttons */
.custom-btn {
  border-radius: 50px;
  /* rounded pill style */
  padding: 6px 16px;
  /* adjust padding */
  font-weight: 500;
  /* slightly bolder text */
  transition: all 0.3s ease;
  /* smooth hover effects */
}

/* Outline primary hover effect */
.custom-btn.btn-outline-primary:hover {
  background-color: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}

/* Success button hover */
.custom-btn.btn-success:hover {
  background-color: #198754;
  border-color: #198754;
}

/* Optional: make them full width on small screens */
@media (max-width: 576px) {
  .custom-btn {
    width: 100%;
    text-align: center;
  }
}

/* Style the doctor info list */
.doctor-info li {
  line-height: 1.8;
  font-size: 0.95rem;
  margin-bottom: 8px;
}

.doctor-info li i {
  width: 20px;
  text-align: center;
}

.doctor-info li strong {
  color: #0d6efd;
}

/*--------------------------specilities page -------------------------*/
.speci-card-wrapper {
  position: relative;
}

.speci-card-wrapper .speci-card {
  /* border-left: 3px solid #014d74; */
  border-radius: 15px;
  box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 80%);
  transition: all 0.3s ease-in-out;
  text-align: center;
  /* position: relative; */
  overflow: hidden;
  background-color: #f5fbfd;
  min-height: 320px;
  /* position: relative; */
}

.speci-card-wrapper .speci-card .get-btn {
  position: absolute;
  width: 90%;
  bottom: 20px;
}

.speci-card-wrapper .speci-card:hover {
  box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 75%);
  transform: translatey(-5px);
}

.speci-card-wrapper .speci-card .icon {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  color: #18444c;
  font-size: 45px;
  border: 1px solid #18444c;
  box-shadow: 0px 8px 25px color-mix(in srgb, var(--primary-color), transparent 70%);
  margin: auto;
}

.speci-card-wrapper .speci-card .heading {
  margin-bottom: 1rem;
  font-weight: 500;
  color: #18444c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.speci-card-wrapper .speci-card .desc {
  color: color-mix(in srgb, #2c3031, transparent 20%);
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* ---------------------------specilities info page ------------------------*/

.specilities-info-wrapper .info-nav-tabs .nav-item button {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background-color: #c2e5f6;
}

.specilities-info-wrapper .info-nav-tabs .nav-item .active {
  border: 1px solid var(--primary-color);
  color: white;
  background-color: var(--primary-color);
}

.over-view-info-wrapper .over-view-card {
  border-left: 3px solid var(--primary-color);
  border-radius: 15px;
  box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 90%);
  transition: all 0.3s ease-in-out;
}

.over-view-info-wrapper .over-view-card .heading {
  margin-bottom: 1rem;
  font-weight: 700;
  color: #18444c;
}

.over-view-info-wrapper .over-view-card p {
  color: color-mix(in srgb, #2c3031, transparent 20%);
  font-size: 17px;
}

.hospital-overview .hospi-img {
  height: 400px;
  border-radius: 15px;
  overflow: hidden;
}

.hospital-overview .hospi-img img {
  transition: all 0.3s ease-in-out;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hospital-overview .hospi-img:hover img {
  transform: scale(1.05);
}

.hospital-overview .hospi-img .over-shadow {
  top: 0px;
  left: 0px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.656));
}


.hospital-overview .hospi-img .over-shadow .heading {
  margin-bottom: 1rem;
  font-weight: 700;
  color: white;
}

.hospital-overview .hospi-img .over-shadow h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 30px;
  color: #eef4f5;
}

.hospital-overview .hospi-img .over-shadow .icon {
  height: 40px;
  min-width: 40px;
  background-color: #1b434bed;
  border-radius: 50%;
  font-size: 20px;
  color: white;
}

.hospital-overview .hospi-img .over-shadow span {
  color: rgb(218, 218, 218);
  font-weight: 400;
}

.Accredited-section {
  background-color: #eff6f7;
  border-left: 4px solid #2b7d8b;
  border-radius: 15px !important;
  height: 400px;
  box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 75%);
}

.Accredited-section h5 {
  color: #2b7d8b;
  font-size: 25px;
  font-weight: 700;
}


/*-----------------------------treatment details page------------------------*/


/* Treatment Cost Box */
.well {
  background: #ffffff;
  border-left: 4px solid #223a66;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  font-size: 15px;
  line-height: 1.7;
}

/* Hospital Card */
.schedule-widget {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 80%);
  transition: transform 0.3s ease;
}

.schedule-widget:hover {
  box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 75%);
  transform: translateY(-5px);
}


/* Hospital Image */
.department-img {
  height: 250px;
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
}

.department-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: all 0.3s ease;
}

.schedule-widget:hover img {
  transform: scale(1.05);
}

/* Hospital Content */
.sidebar-widget .department-content {
  height: 250px;
  color: #1f5963;
}

.department-content {
  color: #1f5963;
}

.department-content h4 {
  font-weight: 700;
  color: #1f5963;

  border-bottom: 1px solid rgb(233, 233, 233);
}

.department-content p {
  color: color-mix(in srgb, #2c3031, transparent 20%);
  font-size: 16px;
}

.department-content .department-btn {
  bottom: 8px;
}

.department-content .department-btn .btn {
  border: none !important;
  color: white;
  border-radius: 1px !important;
}

.department-content .department-btn .btn:focus {
  box-shadow: none !important;
}

.department-content .department-btn .btn:hover {
  color: white !important;
}

.department-content .department-btn .apt-btn {
  background-color: #0056b3 !important;
}

.department-content .department-btn .rew-btn {
  background-color: #0e4f5f !important;
}

.department-content .department-btn .rank-btn {
  background-color: #62bb21 !important;
}

/* Accreditation */
.list-unstyled img {
  margin-right: 5px;
}

.department-content-section .contact-card .icon {
  min-width: 50px;
  height: 50px;
  border-radius: 2px;
  color: var(--primary-color);
  background-color: #d3e7fa;
  font-size: 22px;
}

.department-content-section .contact-li .icon {
  background-color: rgb(250, 211, 211);
  color: red;
}

.department-content-section .contact-card .info h6 {
  font-size: 14px;
  font-weight: 600;
  color: #0e4f5f;
}

.department-content-section .contact-card .info span {
  font-size: 18px;
  color: black;
}

/* Sidebar Info */
.sidebar-contatct-info {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
}

.sidebar-contatct-info h3 {
  color: #e12454;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {
  .department-img {
    margin-bottom: 15px;
  }
}

/*------------------appointment model--------------*/
#appointmentmodel .modal-header h3 {
  font-weight: 700;
  color: #021418;
  border-left: 4px solid var(--primary-color);
  padding-left: 8px;
}

#reviewModel .modal-header h3 {
  font-weight: 700;
  color: #021418;
  border-left: 4px solid var(--primary-color);
  padding-left: 8px;
}

/* -------------------search page--------------------*/
.search-page {
  transform: translatey(-70px);
}

.search-page .search-input-wrapper .form h4 {
  font-weight: 500;
  color: #18444c;
}

.search-page .search-input-wrapper .form .input {
  height: 50px;
  background-color: white;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.search-page .search-input-wrapper .form .input:hover {
  border: 1px solid var(--primary-color) !important;
}

.search-page .search-input-wrapper .form .input input {
  background-color: transparent;
}

.search-page .search-input-wrapper .form .input input:focus {
  outline: none;
}

.search-page .search-input-wrapper .form .input .search-icon {
  right: 4px;
  top: 4px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: white;
}

.search-result-container {
  width: 100%;
  /* overflow-y: scroll; */
}

.search-result-container .table-cotnainer {
  border-radius: 15px;
  overflow-y: scroll;
}

.search-result-container .table-cotnainer .table {
  width: 100%;
  overflow-x: scroll;
}

.search-result-container .table-cotnainer .table {
  width: 100%;
  overflow-x: scroll;
}

.search-result-container .table-cotnainer .table thead {
  background-color: var(--primary-color);
}

.search-result-container .table-cotnainer .table thead tr {
  color: white;
}

.search-result-container .table-cotnainer .table thead tr th {
  text-transform: uppercase;
  font-family: var(--accent-font);
  font-size: 20px;
  font-weight: 500;
}

.search-result-container .table-cotnainer .table tbody tr td .read-more {
  background-color: #7dd233;
  transition: all 0.3s ease-in-out;
  height: 40px;
  width: 40px;
  color: white;
  font-size: 20px;
}

.search-result-container .table-cotnainer .table tbody tr td .read-more:hover {
  background-color: #397802;
  transform: translate(5px);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.profile-social-links .icon {
  height: 40px;
  width: 40px;
  font-size: 18px;
  border: 1px solid rgb(77, 98, 108);
  color: rgb(77, 98, 108);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.profile-social-links .icon:hover {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  cursor: pointer;
}

.profile-social-links .icon i {
  transition: all 0.5s ease-in-out;
}

.profile-social-links .icon:hover i {
  transform: rotatey(360deg);
}

/***************************************/
.about-section h1 {
  font-size: 32px;
  font-weight: 700;
  color: #18444c;
}


/*========================== contact page =======================*/
.contact-page .contact-info .contact-info-wrapper {
  background-color: none !important;
}



/* Patients testimonials page  */
/* .patient-page .patients-card-wrapper{

} */

.patient-page .patient-card .patient-details .info h4 {
  word-wrap: break-word;
  font-size: 20px;
  /* word-break: break-all; */
}

.patient-page .patient-video {
  overflow: hidden;
  /* background-color: #cccfcf; */
  /* padding: 20px 0px; */
  border-radius: 15px;
  min-height: 300px;
}

.patient-page .patient-video iframe {
  height: 210px;
  border-radius: 15px;
  object-fit: cover;
}


/*======================all specility page===========================*/

.service-block-wapper {
  box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 80%);
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease-in;
  background-color: #f3fafd;
}

.service-block-wapper .img {
  border: 1px solid #0d4b4b;
  border-radius: 50%;
  height: 100px;
  overflow: hidden;
  width: 100px;
  transition: all 0.3s ease-in;
  background-color: white;
  box-shadow: 0px 8px 25px color-mix(in srgb, var(--primary-color), transparent 70%);
  position: relative;
}

.service-block-wapper .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.service-block-wapper:hover img {
  transform: scale(1.05);
}

.service-block-wapper:hover {
  transform: translatey(-5px);
  box-shadow: 0 5px 30px color-mix(in srgb, #2c3031, transparent 75%);
}

.service-block-wapper .content .title-color {
  color: #18444c;
  word-break: break-all;
  word-wrap: break-word;

}

.service-block {
  min-height: 250px;
  position: relative;
}

.service-block .get-btn {
  position: absolute;
  width: 100%;
  bottom: 15px;
}

.service-block .get-btn .btn {
  transition: all 0.3s ease-in-out;
  border-radius: 7px;
}

.service-block .get-btn .btn:hover {
  transform: translatey(-3px);
}

.service-block .get-btn .read-more:focus {
  box-shadow: none;
}

.service-block .get-btn .read-more {
  height: 40px;
  border: 1px solid var(--accent1-color);
  color: var(--accent1-color);
  border-radius: 7px;
  display: block;
  position: relative;
  overflow: hidden;
}

.service-block .get-btn .read-more::before {
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: var(--accent1-color);
  top: 0px;
  left: 0px;
  z-index: -1;
}

.service-block .get-btn .read-more:hover::before {
  width: 100%;
}

.service-block .get-btn .read-more:hover {
  color: white;
}

.service-block .get-btn .read-more:hover {
  background-color: #529205;
  /* padding: 5px 25px !important; */
}

.service-block .get-btn .apt-btn {
  height: 40px;
  background-color: var(--primary-color);
  color: white;
}

.service-block .get-btn .apt-btn:hover {
  background-color: #00689c;
  color: white;
}