/* Gilroy Fonts */
@font-face {
  font-family: "Gilroy-Black";
  src: url("../fonts/Gilroy-Black.woff") format("woff");
  font-weight: 900;
}

@font-face {
  font-family: "Gilroy-ExtraBold";
  src: url("../fonts/Gilroy-ExtraBold.woff") format("woff");
  font-weight: 800;
}

@font-face {
  font-family: "Gilroy-Bold";
  src: url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
}

@font-face {
  font-family: "Gilroy-SemiBold";
  src: url("../fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
}

@font-face {
  font-family: "Gilroy-Medium";
  src: url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
}

@font-face {
  font-family: "Gilroy-Regular";
  src: url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Gilroy-Light";
  src: url("../fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
}

@font-face {
  font-family: "Gilroy-UltraLight";
  src: url("../fonts/Gilroy-UltraLight.woff") format("woff");
  font-weight: 200;
}

@font-face {
  font-family: "Gilroy-Thin";
  src: url("../fonts/Gilroy-Thin.woff") format("woff");
  font-weight: 100;
}

body {
  font-family: "Gilroy-Regular";
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin: 0px;
  background: #fff;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px 0px;
}

h1 {
  font-family: "Gilroy-SemiBold";
  font-size: 42px;
  line-height: 50px;
}

h2 {
  font-family: "Gilroy-Bold";
  font-size: 48px;
  line-height: 55px;
}

h3 {
  font-family: "Gilroy-SemiBold";
  font-size: 36px;
  line-height: 40px;
  color: var(--bs-secondary-color);
  text-transform: capitalize;
}

h4 {
  font-family: "Gilroy-SemiBold";
  font-size: 20px;
  line-height: 24px;
}

h5 {
  font-family: "Gilroy-Medium";
  font-size: 24px;
  line-height: 20px;
}

h6 {
  font-family: "Gilroy-Medium";
  font-size: 16px;
  line-height: 22px;
}

p {
  font-family: "Gilroy-Regular";
  font-size: 16px;
  line-height: 30px;
}

a {
  text-decoration: none;
  display: inline-block;
  transition: all 0.5s ease-in-out;
}

a:hover {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

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

.box-shadow-1 {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}

.box-shadow-2 {
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1);
}

.box-shadow-3 {
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
}

.swiper-wrapper {
  height: unset;
}

/********* Date show in mobile ***********/
input,
select,
textarea {
  appearance: none;
}

input[type="date"][placeholder]:invalid::-webkit-datetime-edit,
input[type="month"][placeholder]:invalid::-webkit-datetime-edit,
input[type="week"][placeholder]:invalid::-webkit-datetime-edit {
  display: none;
}

input[type="date"][placeholder]:invalid::before,
input[type="month"][placeholder]:invalid::before,
input[type="week"][placeholder]:invalid::before {
  content: "Select Date*";
}

input[type="time"][placeholder]:invalid::-webkit-datetime-edit,
input[type="datetime-local"][placeholder]:invalid::-webkit-datetime-edit {
  display: none;
}

input[type="time"][placeholder]:invalid::before,
input[type="datetime-local"][placeholder]:invalid::before {
  content: "Select Date*";
}

.booking_modal_wrapper .form-control {
  justify-content: space-between;
}

/* comman button */
.btn {
  display: inline-block;
  font-family: "Gilroy-Medium";
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  background-color: var(--bs-primary-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 14px 44px;
  border-radius: 0px;
  transition: all 0.5s ease-in-out;
}

.btn-primary:hover {
  background-color: var(--bs-white-color);
  transition: all 0.5s ease-in-out;
  color: var(--bs-primary-color);
  border-color: var(--bs-primary-color);
}

/* .btn-primary a { margin-left: 14px; } */
.btn-primary a img {
  transition: all 0.5s ease-in-out;
}

/* .btn-color{color: var(--bs-secondary-color);border-color: var(--bs-secondary-color);} */
.btn-primary:hover img {
  filter: grayscale(100%) brightness(20%) sepia(100%) hue-rotate(-180deg) saturate(680%) contrast(0.6);
  transition: all 0.5s ease-in-out;
}

.btn-secondary {
  background-color: var(--bs-success-color);
  color: var(--bs-white-color);
  padding: 18px 49px;
}

.btn-secondary:hover {
  background-color: var(--bs-white-color);
  color: var(--bs-primary-color);
}

.btn-secondary:hover img {
  filter: grayscale(100%) brightness(20%) sepia(100%) hue-rotate(-180deg) saturate(680%) contrast(0.6);
  transition: all 0.5s ease-in-out;
}

.btn-secondary:focus {
  color: #fff;
  background-color: var(--bs-secondary-color);
  border-color: var(--bs-primary-color);
}

.btn-light {
  font-family: "Gilroy-SemiBold";
  font-size: 18px;
  line-height: 18px;
  background-color: transparent;
  border: 1.5px solid var(--bs-white-color);
  padding: 15px 20px;
}

.btn-light img {
  margin-left: 14px;
}

.btn-light:hover {
  background-color: var(--bs-secondary-color);
  color: var(--bs-white-color);
}

button:focus {
  outline: none;
}

.btn-primary:focus {
  color: #fff;
  background-color: var(--bs-secondary-color);
  border-color: var(--bs-primary-color);
}

.btn-check:focus+.btn,
.btn:focus {
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none !important;
}

.cursor-point {
  cursor: pointer;
}

:root {
  /* text-color */
  --bs-primary-color: #32519f;
  --bs-secondary-color: #fc6a32;
  --bs-success-color: #0080ca;
  --bs-info-color: #72cbff;
  --bs-black-color: #000;
  --bs-dark-color: #00000080;
  --bs-white-color: #fff;
  --bs-dark-white-color: #ffffffcc;
  --bs-gray-color: #868686;
  --bs-white-dark-color: #ffffff80;
  --bs-black-opacity: #000000b3;
  --bs-dark-gray-color: #ededed;
  --bs-black-gray-opacity: #000000b3;
}

/* text-color */
.primary-color {
  color: var(--bs-primary-color);
}

.success-color {
  color: var(--bs-success-color);
}

.info-color {
  color: var(--bs-info-color);
}

.black-color {
  color: var(--bs-black-color);
}

.dark-color {
  color: var(--bs-dark-color);
}

.white-color {
  color: var(--bs-white-color);
}

.dark-white-color {
  color: var(--bs-dark-white-color);
}

.gray-color {
  color: var(--bs-gray-color);
}

.white-dark-color {
  color: var(--bs-white-dark-color);
}

.black-opacity {
  color: var(--bs-black-opacity);
}

.black-gray-opacity {
  color: var(--bs-black-gray-opacity);
}

/* background-color */
.primary-bg {
  background-color: var(--bs-primary-color);
}

.secondary-bg {
  background-color: var(--bs-secondary-color);
}

.success-bg {
  background-color: var(--bs-success-color);
}

.secondary-color {
  color: var(--bs-secondary-color);
}

.info-bg {
  background-color: var(--bs-info-color);
}

.white-bg {
  background-color: var(--bs-white-color);
}

.black-bg {
  background-color: var(--bs-black-color);
}

.dark-bg {
  background-color: var(--bs-dark-color);
}

.gray-bg {
  background-color: var(--bs-gray-color);
}

.dark_background-color {
  background-color: #efefef66;
}

.dark-gray-bg-color {
  background-color: var(--bs-dark-gray-color);
}

.form-bg {
  background: rgba(189, 189, 189, 0.1);
}

.form-table {
  background-color: rgba(50, 81, 159, 0.1);
}

/* avtar */
.user-avtar {
  border-radius: 50%;
  overflow: hidden;
  background-color: #f1f1f1;
  cursor: pointer;
}

.user-avtar img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.avtar-37 {
  height: 37px;
  width: 37px;
}

img {
  object-fit: cover;
}

.mt-120 {
  margin-top: 120px;
}

.comman_section {
  margin-top: 120px;
}

.comman_mx {
  margin: 0px 93px;
}

.font-18 {
  font-family: "Gilroy-Medium";
  font-size: 18px;
  line-height: 30px;
}

.font-20 {
  font-family: "Gilroy-Medium";
  font-size: 20px;
  line-height: 20px;
}

.font-24 {
  font-family: "Gilroy-SemiBold";
  font-size: 24px;
  line-height: 24px;
  color: var(--bs-primary-color);
  padding-bottom: 20px;
}

.bold {
  font-weight: bold;
}

.testimonials_video iframe {
  width: 100%;
}

/* comman-background */
.comman-background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .container-fluid {max-width: 1440px;padding: 0 15px;width: 100%;margin: 0 auto;} */

/* .container{width: 100%;max-width: 1110px;padding: 0;} */

/* body{max-width: 1440px;width: 100%;margin: 0 auto;} */
.comman_mt-50 {
  margin-top: 50px;
}

.comman_mt-30 {
  margin-top: 30px;
}

.comman_mt-25 {
  margin-top: 25px;
}

.comman_mt-20 {
  margin-top: 20px;
}

.comman_mt-15 {
  margin-top: 15px;
}

.comman_mt-5 {
  margin-top: 5px;
}

/* opd timing */
.font600 {
  font-family: "Gilroy-SemiBold";
}

.text-upper {
  text-transform: uppercase;
}

.banner_wrapper img {
  width: 100%;
}

/* main-header */
.main_header-section nav.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
  background: var(--bs-white-color);
  transition: 0.3s ease-in-out;
  box-shadow: 0px 0px 10px 3px #00000014;
}

.menu_bar li.nav-item:nth-child(7) {
  display: none;
}

.menu_bar li.nav-item:nth-child(8) {
  display: none;
}

.fixed_height {
  overflow: auto;
  height: 100vh;
  align-items: baseline;
}

.no-scroll {
  overflow: hidden;
}

.btn-read {
  margin: 25px 0 0 0;
}

/* *******top_nav************* */
.nav-bg {
  display: inline-flex;
}

.top_nav_wrapper {
  padding: 12px 0px;
}

.top_nav_wrap li a {
  color: var(--bs-white-color);
  transition: all 0.5s ease-in-out;
}

.top_nav_wrap li a:hover {
  color: var(--bs-secondary-color);
}

.top_nav_wrap li {
  padding: 0px 20px;
  border-right: 1px solid var(--bs-white-dark-color);
  font-size: 14px;
  line-height: 14px;
  font-family: "Gilroy-Medium";
}

.top_nav_wrap li:nth-child(3) {
  border-right: 0px;
}

.trisha_mail a {
  font-size: 14px;
  line-height: 14px;
  font-family: "Gilroy-Medium";
}

.trisha_mail a:hover {
  color: var(--bs-secondary-color);
}

/* **********navbar*********** */
.nav-item .dropdown-menu {
  display: none !important;
  transition: all 0.5s ease-in-out;
}

.nav-item:hover .dropdown-menu {
  display: block !important;
  transition: all 0.5s ease-in-out;
}

.navbar-expand-lg .navbar-collapse {
  display: inline !important;
  margin-left: 41px;
}

.navbar {
  padding: 15px 88px;
  transition: 0.3s ease-in-out;
}

.menu_bar .dropdown-toggle::after {
  content: "\F282";
  font-family: bootstrap-icons;
  border: 0;
  vertical-align: bottom;
  color: var(--bs-success-color) !important;
}

.menu_bar .nav-link {
  color: var(--bs-success-color) !important;
  padding: 0px !important;
  font-family: "Gilroy-Medium";
  line-height: 16px;
  transition: all 0.5s ease-in-out;
}

.menu_bar .nav-item {
  padding: 8px 0px;
}

.menu_bar .nav-link:hover {
  color: var(--bs-secondary-color) !important;
  transition: all 0.5s ease-in-out;
}

.menu_bar .dropdown-toggle.show {
  color: var(--bs-secondary-color) !important;
}

.menu_bar .dropdown-menu {
  border-bottom: 3px solid var(--bs-secondary-color) !important;
  box-shadow: 0px 0px 50px rgba(148, 148, 148, 0.2);
  border: transparent;
}

.menu_bar .dropdown-item {
  color: var(--bs-dark-color);
  padding: 10px 24px;
  transition: all 0.5s ease-in-out;
}

.menu_bar .dropdown-item:hover {
  color: var(--bs-success-color);
  transition: all 0.5s ease-in-out;
}

.emergrncy_btn {
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  margin-left: 28px;
  padding: 8px 12px;
}

.emergrncy_btn:hover {
  color: var(--bs-white-color);
  background-color: var(--bs-secondary-color);
  transition: all 0.5s ease-in-out;
}

.emergrncy_btn img {
  margin-right: 15px;
}

.emergency_contact h5 {
  font-size: 12px;
  line-height: 12px;
}

.emergency_contact h4 {
  font-size: 14px;
  line-height: 14px;
  margin-top: 5px;
}

/* ********************banner_section************************** */

/* karan banner img*/
.banner_title h5 {
  font-size: 34px;
  line-height: 40px;
}

.banner_title h2 {
  margin-left: -38px;
  padding: 15px 0px;
}

/* karan banner img end*/
.banner_swiper .swiper-pagination-bullet {
  border: 1px solid var(--bs-black-color);
  background-color: transparent;
  opacity: 1;
  width: 10px;
  height: 10px;
}

.banner_swiper .swiper-pagination-bullet-active {
  background-color: var(--bs-secondary-color);
  border: transparent;
}

.banner_section {
  position: relative;
}

.book_appointment a {
  border-radius: 10px 10px 0px 0px;
  padding: 14px 25px;
  color: var(--bs-white-color);
  background-color: var(--bs-primary-color);
}

.book_appointment {
  z-index: 999;
  position: fixed;
  top: 50%;
  right: -95px;
  transform: rotate(-90deg);
}

.book_appointment a:hover {
  color: var(--bs-primary-color);
  background-color: var(--bs-white-color);
}

.booking_modal_wrapper {
  margin-right: 26px;
}

.success-color {
  font-family: "Gilroy-Medium";
}

.booking_modal_wrapper .form-control {
  font-family: "Gilroy-Medium";
  font-size: 16px;
  line-height: 16px;
  border: 1.5px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  padding: 20px 30px;
  margin: 15px 0px;
}

.booking_modal_wrapper p {
  padding: 15px 0px;
}

.date_select {
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.book_btn {
  margin-top: 21px;
}

.booking_modal-content {
  border: 0;
  border-radius: 0;
}

.booking_modal-body {
  padding: 40px 23px;
}

.booking_modal_wrapper .form-select {
  background-image: url("../images/form_select-icon.png");
  background-size: 13px 8px;
  background-position: right 30px center;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
}

.quick_contact_wrapper {
  background-image: url("../images/booking_bg-img.png");
  background-position: top;
  padding: 55px 35px;
  position: relative;
}

.quick_contact_wrapper h2 {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 16px;
}

.quick_contact_wrapper::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 350px;
  background-color: var(--bs-secondary-color);
  left: 0;
}

.quick_contact_wrap {
  padding: 55px 0px;
}

.quick_contact_wrap li a {
  color: var(--bs-white-color);
  font-size: 14px;
  line-height: 15px;
  font-family: "Gilroy-SemiBold";
  margin-left: 5px;
  letter-spacing: 0.01em;
}

.quick_contact_wrap li a:hover {
  color: var(--bs-secondary-color);
}

.quick_contact_wrap li {
  color: var(--bs-white-color);
  font-size: 14px;
  line-height: 16px;
  font-family: "Gilroy-SemiBold";
  display: flex;
  /* flex-wrap: wrap; */
}

.quick_contact_wrap li:nth-child(2) {
  padding: 16px 0px;
}

.here_logo {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 999;
}

.network_icons {
  position: fixed;
  top: 43%;
  left: 0;
  z-index: 999;
}

.network_icons ul li a {
  color: white;
  background-color: #32519f;
  font-size: 23px;
  width: 50px;
  height: 50px;
  border-radius: 0px 5px 5px 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.network_icons ul li a:hover {
  color: white;
  background-color: #fc6a32;
}

/* **********************trisha_hospital-section******************** */
.trisha_hospital_wrapper {
  padding-left: 36px;
}

.trisha_hospital_wrapper h1 {
  padding: 20px 0px;
}

/* .trisha_hospital_wrapper p { padding-bottom: 40px; font-weight: 600; } */

/* ***********************choose_us-section****************************** */
.choose_us-section {
  background-image: url("../images/hospital_bg.png");
  height: 330px;
}

.choose_us_wrapper {
  padding: 70px 0px 35px 0px;
}

.choose_us_wrapper h3 {
  padding-bottom: 20px;
}

/* ******* */
.choose_us_wrap {
  padding: 25px 0px;
}

.choose_us_wrap h5 {
  padding-top: 15px;
  font-size: 16px;
  line-height: 20px;
}

.choose_us_swiper {
  padding-bottom: 45px;
}

.choose_us_swiper .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  border-radius: 4px;
}

.choose_us_swiper .swiper-pagination-bullet-active {
  background: var(--bs-success-color);
}

/* **********************doctors_meet-section*************************** */
.doctors_meet-section {
  padding: 65px 0px;
  position: relative;
}

.doctor_swiper {
  position: unset;
}

.doctor_card {
  border: none;
}

.doctor_card .card-body {
  padding: 25px 0px;
}

.doctor_card .card-body h5 {
  font-size: 20px;
  line-height: 24px;
}

.our_doctors_wrapper {
  padding-bottom: 50px;
}

/* ***** Promo Section Start - Optimized By Kaushal ***** */

.promo-section {
  padding: 50px 0 100px;
}

.promo_wrapper.text-center {
  padding-top: 0;
  padding-bottom: 60px;
}

.promo_wrapper p {
  font-family: "Gilroy-Medium";
  font-size: 16px;
  line-height: 28px;
  width: 100%;
  padding-top: 10px;
}

.promo-images-wrapper {
  --bs-gutter-x: 60px;
  --bs-gutter-y: 60px;
}

.promo-images-wrapper .promo-image .badge {
  position: absolute;
  top: 19px;
  left: -34px;
  background: #d21919;
  color: #fff;
  padding: 6px 14px;
  border-radius: 0;
  font-size: 14px;
  font-weight: bold;
  min-width: 150px;
  transform: rotateZ(-40deg);
  text-transform: uppercase;
}

.promo-images-wrapper .promo-image {
  max-width: 600px;
  max-height: 770px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  padding: 8px;
  background-color: #fff;
  box-shadow: 0 4px 17px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

/* Images */
.promo-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.terms-title {
  line-height: normal;
  margin-bottom: 10px;
}

.terms-page .terms-list .terms-single-list {
  display: block;
  font-size: 18px;
  line-height: normal;
}

.terms-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 25px;
}

@media (max-width: 1199.98px) {
  .promo_wrapper.text-center {
    padding-bottom: 40px;
  }

  .promo-images-wrapper {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px;
  }
}

@media (max-width: 991.98px) {
  .promo-section {
    padding: 40px 0 60px;
  }

  .promo_wrapper.text-center {
    padding-bottom: 30px;
  }

  .promo_wrapper p {
    font-size: 14px;
    line-height: 20px;
  }

  .promo-images-wrapper {
    --bs-gutter-x: 25px;
    --bs-gutter-y: 25px;
  }
}

@media (max-width: 767px) {
  .promo-images-wrapper {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
  }
}

/* ***** End Promo Section ***** */

/* **********************medical_services-section***************************** */
.medical_services-section {
  position: relative;
}

.medical_services-wrapper p {
  font-family: "Gilroy-Medium";
  font-size: 16px;
  line-height: 28px;
  width: 100%;
  max-width: 918px;
  margin: 0 auto;
  padding-top: 10px;
}

.medical_services-wrap {
  position: relative;
  display: inline-flex;
  width: 100%;
}

.medical_text_box {
  padding: 30px;
  margin: 0px 20px;
  position: absolute;
  top: 75%;
}

.medical_text_box a {
  color: var(--bs-primary-color);
}

.medical_text_box a:hover {
  color: var(--bs-black-color);
}

.medical_text_box a img {
  transition: all 0.3s ease-in-out;
}

.medical_img {
  width: 100%;
  height: 230px;
}

.medical_img img {
  width: 100%;
  height: 100%;
}

.medical_text_box a:hover img {
  filter: invert(50%) grayscale(100%) brightness(70%) contrast(4);
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}

.medical_text_box p {
  padding: 15px 0px 25px 0px;
  font-size: 14px;
  line-height: 22px;
  color: #000000b3;
}

.medical_services-swiper {
  height: 570px;
  padding: 50px 0px;
  position: unset;
}

.medical_services-swiper .swiper-slide {
  height: 100%;
}

.comman_swiper-btn .swiper-button-prev:after,
.comman_swiper-btn .swiper-button-next::after {
  font-family: bootstrap-icons;
  color: var(--bs-success-color);
}

.comman_swiper-btn .swiper-button-prev:after {
  content: "\F12F";
}

.comman_swiper-btn .swiper-button-next::after {
  content: "\F138";
}

.comman_swiper-btn .swiper-button-next {
  right: 80px;
}

.comman_swiper-btn .swiper-button-prev {
  left: 80px;
}

.comman_swiper-btn .swiper-button-next,
.comman_swiper-btn .swiper-button-prev {
  top: 53%;
}

/* ********************robotics_section************************* */
.robotics_section {
  background-image: url("../images/icu_doctor-imgs.jpg");
  height: 556px;
  padding-top: 183px;
}

.robotics_wrapper p {
  padding: 20px 0px 30px 0px;
  width: 100%;
  max-width: 771px;
  font-family: "Gilroy-Medium";
  font-size: 18px;
  line-height: 28px;
}

/* **********************our_gallery-section**************************** */
.gallery_wrapper a {
  font-family: "Gilroy-Medium";
  font-size: 24px;
  line-height: 24px;
  margin: 30px 0px;
}

.gallery_wrapper a img {
  margin-left: 15px;
  width: 17px;
}

.gallery_wrapper a:hover {
  color: var(--bs-black-color);
}

.gallery_wrapper a:hover img {
  filter: invert(50%) grayscale(100%) brightness(70%) contrast(4);
}

.mobile_more_btn a {
  font-family: "Gilroy-Medium";
  font-size: 24px;
  line-height: 24px;
  margin-top: 50px;
  display: none;
}

.mobile_more_btn a img {
  margin-left: 15px;
  width: 17px;
}

/* **********************health_checkup-section********************* */
.health_checkup-section {
  background-image: url("../images/health_checkup-bg.jpg");
  padding: 85px 0px;
}

.health_checkup_wrapper p {
  width: 100%;
  max-width: 855px;
  font-family: "Gilroy-Medium";
  font-size: 20px;
  line-height: 30px;
  padding: 20px 0px 40px 0px;
}

/* ********************our_client-section************************ */
.our_client-section {
  position: relative;
}

.our_client_wrapper h4 {
  padding-top: 20px;
  font-size: 18px;
  text-transform: uppercase;
}

.client_wrap {
  padding: 46px 32px 38px 32px;
  border: 1px solid rgba(15, 48, 99, 0.1);
}

.client_text {
  color: #000000b3;
  padding: 25px 0px 20px 0px;
  border-bottom: 1px solid #0000001a;
  height: 196px;
}

.client_name {
  padding: 21px 21px 0px;
}

.client_name h6 {
  padding-top: 5px;
}

.our_client-swiper {
  padding: 50px 0px;
  position: unset;
}

/* *****************testimonials_section************************ */
.testimonials_section {
  position: relative;
}

.testimonials_swiper {
  position: unset;
}

.testimonials_title h4 {
  padding: 50px 0px;
  font-size: 18px;
  text-transform: uppercase;
}

.video_title {
  padding: 25px 35px;
}

.video_title h6 {
  padding-top: 5px;
}

.testimonials_wrapper {
  width: 100%;
}

/* ********************opd_section*********************** */
.opd_section {
  background-image: url("../images/hospital_bg.png");
  background-position: top;
}

.opd_wrapper {
  padding: 61px 0px;
}

.opd_title p {
  font-family: "Gilroy-Medium";
  font-size: 20px;
  width: 100%;
  max-width: 715px;
  padding-top: 20px;
}

/* *****************emergency_service-section******************** */
.emergency_title h3 {
  font-size: 24px;
  line-height: 25px;
  padding-bottom: 15px;
}

.emergency_wrap {
  padding: 59px 50px;
  width: 100%;
}

.emergency_title {
  margin-left: 30px;
}

.emergency_title h4 a {
  color: var(--bs-white-color);
}

/* .emergency_title h4 a:hover{
    color: var(--bs-primary-color);
    transition: all .5s ease-in-out;
} */

/* ********************footer_section***************************** */
.footer_wrapper {
  display: block;
}

.mobile_footer_wrap {
  display: none;
}

.footer_section {
  padding: 70px 0px 100px 0px;
}

.footer_wrap p {
  font-family: "Gilroy-Medium";
  font-size: 12px;
  line-height: 18px;
  padding-top: 20px;
  width: 100%;
  max-width: 225px;
}

.logo_wrap_2 {
  margin-left: 15px;
}

.comman_footer h4 {
  margin-bottom: 10px;
}

.footer_links li a {
  font-family: "Gilroy-Medium";
  font-size: 16px;
  line-height: 22px;
  color: var(--bs-dark-color);
  padding-top: 15px;
}

.footer_links li {
  position: relative;
}

.footer_links li a:hover::before {
  position: absolute;
  content: "";
  top: 23px;
  left: 0px;
  width: 10px;
  height: 2px;
  background-color: var(--bs-secondary-color);
  transition: all 0.5s ease-in-out;
}

.footer_links li a:hover {
  color: var(--bs-secondary-color);
  padding-left: 20px;
}

.contact_links li a {
  font-family: "Gilroy-Medium";
  font-size: 16px;
  line-height: 22px;
  color: var(--bs-dark-color);
  padding-top: 32px;
  display: flex;
  letter-spacing: 0.2px;
  word-break: break-word;
}

/* .contact_links li a:hover{
    color: var(--bs-secondary-color);
} */
.contact_links li a i {
  color: var(--bs-primary-color);
  font-size: 20px;
  line-height: 25px;
  margin-right: 18px;
  transition: all 0.5s ease-in-out;
}

.contact_links li a:hover i {
  color: var(--bs-secondary-color);
  transition: all 0.5s ease-in-out;
}

.footer_mobile_dropdown {
  display: none;
}

/* **************copyright_wrapper****************** */
.copyright_wrapper {
  padding: 14px 0px;
}

.copyright_text h6 {
  font-family: "Gilroy-Regular";
}

.copyright_icon li:nth-child(2) {
  margin: 0px 20px;
}

.copyright_icon li a {
  color: var(--bs-white-dark-color);
}

.copyright_icon li a:hover {
  color: var(--bs-secondary-color);
}

.gallery__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery__item a {
  height: 100%;
  width: 100%;
}

.our_gallery {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-auto-rows: 220px;
  grid-auto-flow: dense;
  /* background-color: #fff;
        color: #444; */
}

.gallery__item-vert {
  grid-column: 1 / 3;
}

.gallery__item-hor {
  grid-column: 3;
  grid-row: 1 / 3;
}

/****************************** opd-timing-page**************************** */
.opd-head h1 {
  color: #fff;
  font-size: 60px;
  line-height: 60px;
}

.opd-banner {
  background-image: url("../images/opd-banner.png");
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
}

.opd-timing-box {
  padding: 120px 0px;
}

.opd-docters-2-name {
  display: none;
}

.opd-categories-name.opd-inline-2 {
  margin-bottom: 15px;
}

.opd-main-calenders {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
  /* border-top: 2px solid #FC6A32; */
}

.opd-new-div-2 {
  border-bottom: 2px solid var(--bs-secondary-color);
}

.opd-time.opd-inline h5 {
  width: 210px;
  text-align: center;
}

.opd-banner {
  display: flex;
  align-items: center;
  justify-content: start;
}

.opd-time.opd-inline {
  font-size: 24px;
  line-height: 24px;
  font-family: "Gilroy-SemiBold";
}

.opd-time.opd-inline {
  max-width: 239px;
  width: 100%;
  text-align: center;
}

.opd-docters-name.opd-inline {
  max-width: 280px;
  width: 100%;
}

.intens-1,
.intens-2 {
  display: none;
}

.opd-time h5 {
  font-weight: 600;
}

.opd-box-div ul li {
  width: 40px;
  height: 40px;
  margin: 0px 7px;
  border-radius: 5px;
  color: #fff;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.selected {
  background-color: var(--bs-success-color);
}

.unselected {
  background-color: #b8b8b8;
}

.opd-space {
  padding: 0;
}

.opd-title.text-center h3 {
  margin-bottom: 34px;
}

.opd-box-div-2 {
  margin: 0px 7px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  /* align-items: center; */
  /* justify-content: center; */
  padding: 9px 0px;
  font-size: 24px;
}

.opd-box-div-2 a:hover {
  background-color: #b8b8b8;
}

.opd-timing h3 {
  font-size: 36px;
  line-height: 36px;
}

/* feedback form */
.feedback-head h1 {
  color: #fff;
  font-size: 60px;
  line-height: 60px;
}

.feedback-banner {
  height: 350px;
}

.feedback-banner {
  display: flex;
  align-items: center;
  justify-content: start;
}

.feedback-form {
  padding-bottom: 50px;
}

.feedback-title {
  margin-top: 100px;
}

.feedback-main .form-check-input {
  border-color: rgba(0, 128, 202, 1);
  width: 24px;
  height: 24px;
}

.btn-send {
  margin-top: 25px;
}

.feedback-box {
  width: 100%;
  height: 12px;
  background-color: var(--bs-primary-color);
  max-width: 12px;
}

.feeback-questions {
  display: flex;
  align-items: center;
}

.feedback-que {
  margin-left: 30px;
}

.options-div {
  display: flex;
  margin-left: -3px;
  padding-bottom: 50px;
}

.feedback-main .form-check-input:focus {
  box-shadow: none;
  border: none;
}

.form-check {
  margin-right: 103px;
  display: flex;
  align-items: center;
}

.form-check-label {
  margin-left: 20px;
}

.feeback-questions {
  padding-bottom: 30px;
}

.custom01 input[type="radio"] {
  display: none;
}

.custom01 {
  display: flex;
  width: 100%;
  align-items: center;
}

.custom01 label {
  position: relative;
  display: inline-block;
  padding: 15px 103px 3px 50px;
  cursor: pointer;
  margin-left: 40px;
  font-size: 24px;
  font-family: "Gilroy-Regular";
  line-height: 24px;
}

.custom01 label::before {
  position: absolute;
  content: "";
  top: 54%;
  left: 1px;
  width: 24px;
  height: 24px;
  margin-top: -8px;
  background: var(--bs-white-color);
  border: 2px solid var(--bs-success-color);
  border-radius: 100%;
}

.custom01 input[type="radio"]:checked+label::after {
  position: absolute;
  content: "";
  top: 64%;
  left: 7px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: var(--bs-secondary-color);
  border-radius: 100%;
}

.main-form {
  background: rgba(189, 189, 189, 0.1);
  margin-top: 70px;
  margin-bottom: 50px;
  padding: 50px 65px;
}

.form-control {
  padding: 25px 50px;
}

.form-2 {
  margin-bottom: 20px;
}

.feedback-que h5 {
  font-family: "Gilroy-SemiBold";
  line-height: 24px;
}

.main-form input,
input::placeholder {
  font-size: 20px;
  line-height: 20px;
}

.contact-form input,
input::placeholder {
  font-size: 16px;
  line-height: 16px;
}

/* *********************************bursitis****************************** */
.bursitis-img {
  height: 350px;
}

.bursitis-banner .breadcrumb {
  font-size: 20px;
  line-height: 24px;
  font-family: "Gilroy-SemiBold";
}

.bursitis-banner .breadcrumb-item+.breadcrumb-item::before {
  color: #000;
}

.bursitis-div.comman_section {
  padding-bottom: 50px;
}

.bursitis-1 {
  margin-bottom: 50px;
}

.bursitis-1 p {
  font-size: 18px;
  line-height: 35px;
  font-family: "Gilroy-Regular";
  color: rgba(0, 0, 0, 0.7);
  margin-top: 10px;
}

.sign-img .font-18 {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
  padding-left: 45px;
}

.treat-1 {
  padding-bottom: 25px;
}

.treat-space {
  margin-bottom: 120px;
}

ul li h4 {
  position: relative;
}

/* .bursitis-1 ul li h4::before{
        content: '\F287';
        font-family: bootstrap-icons;
        font-size: 12px;
        padding-right: 20px;
        color: var(--bs-primary-color);

    } */
li.circle-img::before {
  content: "\F287" !important;
  font-family: bootstrap-icons !important;
  font-size: 12px !important;
  padding-right: 20px !important;
  color: var(--bs-primary-color) !important;
}

li.bursitis-1 {
  position: relative;
  align-items: center;
  display: flex;
}

li.bursitis-1::before {
  content: "\F633" !important;
  font-family: bootstrap-icons !important;
  color: var(--bs-secondary-color) !important;
  font-size: 30px !important;
  padding-right: 16px !important;
}

.right-brusitis li {
  margin-bottom: 25px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 18px;
}

.bold-bursitis span {
  font-weight: bold;
}

.anter-space {
  margin: 20px 0px;
}

.bursitis-2 {
  position: relative;
}

.bursitis-2 h6 {
  font-family: "Gilroy-SemiBold";
  line-height: 25px;
  font-size: 18px;
}

.bursitis-3 {
  position: absolute;
  top: 30px;
  left: 0;
  margin: 0 30px;
}

.bursitis-3 h6 {
  padding-bottom: 20px;
}

.bursitis-3 .btn-secondary {
  padding: 13px 19px;
  font-size: 14px;
}

.img-bratis {
  width: 100%;
  margin: 50px 0;
  height: 170px;
}

/* contact us */
.contact_touch-us li a img {
  filter: invert(26%) grayscale(100%) brightness(60%) contrast(3);
  transition: all 0.5s ease-in-out;
}

.contact-div {
  margin-top: 100px;
}

.contact-title a {
  font-size: 20px;
  line-height: 24px;
}

.contact-form input,
textarea {
  border: none;
}

.contact-title:nth-child(3) a {
  color: #000;
}

.contact-us-img-banner .row {
  align-items: center;
}

.contact_touch-us li a span {
  margin-right: 30px;
  background: #ffffff;
  border: 1px solid rgba(50, 81, 159, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0px 4px 20px rgba(10, 27, 70, 0.1);
  transition: all 0.5s ease-in-out;
}

.contact_touch-us li a {
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Gilroy-Medium";
}

.contact_touch-us li a:hover span {
  background: #0080ca;
  transition: all 0.5s ease-in-out;
}

.contact_touch-us li a:hover span img {
  filter: brightness(100%);
  transition: all 0.5s ease-in-out;
}

.contact-img-2 h3 {
  font-family: "Gilroy-SemiBold";
}

.contact-img-2 h2 {
  padding-bottom: 60px;
}

.contact-form {
  background: #bdbdbd1a;
  padding: 48px 65px;
}

.contact-control {
  padding: 17px 0px;
  padding-left: 30px;
  width: 100%;
  margin-bottom: 30px;
  font-family: "Gilroy-Regular";
}

.contact-1 {
  padding-top: 150px;
}

.table-head {
  font-size: 24px;
  line-height: 24px;
  font-family: "Gilroy-SemiBold";
}

.table-head th {
  padding: 13px 0px;
}

.table-space td {
  padding: 16px 0px;
  line-height: 18px;
  font-family: "Gilroy-Medium";
}

.table-space tr td:nth-child(2) a {
  color: #000;
}

.table-space tr td:nth-child(3) a {
  color: #0080ca;
}

.map-wrapper {
  padding: 150px 0px;
}

.map-img iframe {
  width: 100%;
  height: 280px;
}

.fb-bg {
  padding: 78px 0px;
  background: rgba(189, 189, 189, 0.1);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 20px 0px;
}

.social-main a {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 20px 0px;
  margin-left: 40px;
}

/* ************************ Pateint Services */
.pateint-services {
  margin-bottom: 170px;
}

.pateint-head-name {
  font-size: 24px;
  line-height: 29px;
  font-family: "Gilroy-SemiBold";
}

.pateint-head {
  border-bottom: 1px dashed #c4c4c4;
  padding-bottom: 20px;
}

.pateint-head h5 {
  padding-bottom: 0px !important;
}

.pateint-main {
  margin-top: 100px;
}

.pateint-main ul li a {
  padding-top: 30px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 21px;
  display: flex;
}

.pateint-main ul li span {
  margin-right: 20px;
}

/* facilities services */
.facilities-services {
  padding: 100px 0px;
}

.facilities-main ul li {
  margin-bottom: 30px;
  font-family: "Gilroy-Medium";
  font-size: 20px;
  line-height: 25px;
  display: flex;
  align-items: baseline;
  color: var(--bs-black-opacity);
}

.facilities-main span {
  margin-right: 30px;
}

.facilities-main img {
  width: 10px;
  height: 10px;
}

.facilities-time p,
.black-opacity {
  line-height: 30px;
  font-size: 20px;
}

.facilities-para {
  margin-bottom: 30px;
}

.facilities-para span {
  font-size: 22px;
  line-height: 35px;
}

.facilities-name li {
  padding-bottom: 30px;
  display: flex;
  align-items: baseline;
  font-size: 18px;
  line-height: 18px;
  font-family: "Gilroy-Medium";
}

p.facilities-para.black-opacity {
  font-size: 18px;
  line-height: 35px;
}

.facilities-para-2 p {
  max-width: 500px;
  width: 100%;
}

.circle-img img {
  margin-right: 20px;
}

/* medicliam */
.medicliam-services {
  margin: 100px 0px;
}

.mediclaim-para-2 {
  font-size: 18px;
  line-height: 30px;
  margin-top: 50px;
}

.mediclaim-empanelled .black-opacity {
  padding: 20px 0px;
  font-size: 24px;
  line-height: 35px;
  max-width: 950px;
  width: 100%;
  font-family: "Gilroy-Medium";
  margin: 0 auto;
}

.mediclaim-para-3 {
  font-size: 24px;
  line-height: 35px;
  padding-bottom: 60px;
  font-family: "Gilroy-Medium";
}

.medicliam-time .medicliam-para {
  margin-bottom: 30px;
}

.mediclaim-main ul li {
  margin-bottom: 20px;
  font-family: "Gilroy-Medium";
  font-size: 18px;
  line-height: 18px;
  display: flex;
}

.medicliam-head {
  margin-left: 30px;
}

.mediclaim-main {
  margin-left: 49px;
}

.mediclaim-main span {
  margin-right: 20px;
}

.mediclaim-main img {
  width: 10px;
  height: 10px;
}

.medicliam-name li {
  padding-bottom: 30px;
  display: flex;
  font-size: 18px;
  line-height: 18px;
  font-family: "Gilroy-Medium";
}

/* *************************** About Us ******************************** */
.about-banner-title {
  font-size: 60px;
  line-height: 60px;
}

.about-main-wrapper {
  padding: 76px 0px;
}

.about-bg {
  background-color: var(--bs-white-color);
  padding: 36px 63px;
  transition: all 0.5s ease-in-out;
}

.about-para-inner {
  font-size: 18px;
  line-height: 35px;
  padding-top: 15px;
}

.trisha_hospital_wrapper span {
  font-size: 24px;
  line-height: 40px;
  font-family: "Gilroy-Medium";
  color: rgba(0, 0, 0, 0.7);
}

.head-about {
  font-size: 42px;
  line-height: 50px;
  padding-top: 20px;
}

.about-services {
  margin-bottom: 120px;
}

.about-info-1 {
  margin: 0px 30px;
}

.about-img-vision::after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid red;
}

.about-img-1 img {
  filter: invert(30%) grayscale(100%) brightness(80%) contrast(4);
  transition: all 0.5s ease-in-out;
  width: 100%;
  max-width: 64px;
}

.about-bg:hover {
  background-color: var(--bs-secondary-color);
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.about-bg:hover img {
  filter: grayscale(0);
  transition: all 0.5s ease-in-out;
}

.about-head h5 {
  font-size: 42px;
  line-height: 42px;
  margin: 77px 0px 0px 71px;
  position: relative;
  padding-bottom: 20px;
}

.about-head h5::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 3px;
  background-color: var(--bs-white-color);
  bottom: 0px;
  left: 10px;
}

.about-card {
  margin-top: 37px;
}

.about-main {
  margin-left: 71px;
}

.our-vision-bg {
  background-color: var(--bs-white-color);
  padding: 39px 48px 53px 54px;
}

.about-img-1 {
  padding-bottom: 20px;
}

.about-info p {
  max-width: 305px;
  width: 100%;
  padding-top: 25px;
  border-top: 1px solid #b7b7b7;
  margin: 25px 0px;
  font-size: 18px;
  line-height: 30px;
}

.about-img-service {
  margin-top: 50px;
}

.about-img-service ul li {
  margin-top: 30px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  display: flex;
}

.about-img-service ul {
  margin-left: 25px;
}

.about-img-service span {
  margin-right: 20px;
}

.card-bg {
  background-color: #ededed;
}

.about-head-title {
  color: var(--bs-success-color);
}

/* events */
.event-para {
  bottom: 25px;
  left: 25px;
  right: 0;
}

.event-para p {
  font-size: 16px;
  line-height: 22px;
  font-family: "Gilroy-Medium";
}

.event-wrap-space {
  margin-bottom: 50px;
  height: 350px !important;
}

.event_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

/* .events_img img{
      transition: all .7s ease-in-out;
    } */
.events_img {
  position: relative;
  height: 100%;
}

.events_img a,
.events_img img {
  height: 100%;
}

.events_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000b3;
}

.events_wrap:hover .event_btn {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.events_wrap {
  height: 230px;
  margin-top: 30px;
}

/* certificate */
.certificate_wrapper h5 {
  padding: 30px 0px;
  text-align: center;
}

.certificate_wrapper p {
  font-size: 20px;
  line-height: 35px;
}

.certificate_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.certificate_wrap:hover .certificate_btn {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.certificate-para-2 {
  padding-top: 30px;
  padding-bottom: 100px;
}

.certificate_img {
  width: 100%;
  max-width: 550px;
  height: 550px;
}

.certificate_img img {
  width: 100%;
  height: 100%;
}

.certificate_btn {
  /* background-color: #fff; */
  border-radius: 50%;
}

.certificate_btn a {
  width: 70px;
  border-radius: 50%;
  height: 70px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.certificate_btn a img {
  /* filter: invert(0%) grayscale(100%) brightness(70%) contrast(4); */
  filter: invert(30%) grayscale(100%) brightness(70%) contrast(4);
  transition: all 0.3s ease-in-out;
}

.certificate_btn a:hover {
  background-color: #0080ca;
  transition: all 0.3s ease-in-out;
}

.certificate_btn a:hover img {
  filter: grayscale(0%);
  transition: all 0.3s ease-in-out;
}

/* orthopedic */
.orthopedic-div {
  margin-bottom: 50px;
}

.img-orthopedic {
  margin: 50px 0px;
  height: 170px;
}

.orthopedic-dark {
  font-size: 18px !important;
  line-height: 35px;
}

.doctor_card-orthopedic {
  background: #ededed;
  border-bottom: 2px solid #0080ca;
  padding: 25px;
}

.orthopedic-main-box.d-flex.flex-column {
  position: sticky;
  top: -380px;
}

.orthopedic-head {
  margin-top: 50px;
}

.orthopedic-head span {
  font-size: 24px;
  line-height: 40px;
  font-family: "Gilroy-SemiBold";
}

.orthopedic-head p {
  font-size: 18px;
  line-height: 35px;
  font-family: "Gilroy-Regular";
  padding-bottom: 50px;
}

.orthopedic-trauma-1 {
  padding-bottom: 30px;
}

.right-orthopedic {
  margin-bottom: 25px;
}

.orthopedic-3 {
  position: absolute;
  top: 75px;
  left: 0;
  margin: 0 30px;
}

.orthopedic-3 h6 {
  padding-bottom: 20px;
}

.orthopedic-3 .btn-secondary {
  padding: 13px 19px;
  font-size: 14px;
}

/* ent */
.ENT-img-banner.comman_mx {
  padding-bottom: 164px;
}

/* .ENT-1 li{
        padding-bottom: 25px;
    } */
.ENT-head h3 {
  margin-top: 50px;
}

.ENT-head p {
  margin: 20px 0px 10px;
}

/* .sign-line li{
        position: relative;
        align-items: center;
        display: flex;
        padding-left: 40px;
    }
    .sign-line li::before{
        content: "\F633";
        font-family: bootstrap-icons;
        color: var(--bs-secondary-color);
        font-size: 30px;
       padding-right: 16px;
       height: 100%;
       display: inline-block;
       position: absolute;
       left: 0;
       top: 0;
       .sign-img-orthopedic li{
           position: relative;
           align-items: center;
           display: flex;
           padding-left: 40px;
        }
    } */
.brusitis-para-main .bursitis-1 ul li {
  position: relative;
  align-items: center;
  display: flex;
  padding-left: 40px;
}

/* .sign-img-orthopedic li::before{
        content: "\F633";
        font-family: bootstrap-icons;
        color: var(--bs-secondary-color);
        font-size: 30px;
       padding-right: 16px;
       height: 100%;
       display: inline-block;
       position: absolute;
       left: 0;
       top: 0;
    } */
.brusitis-para-main .bursitis-1 ul li::before {
  content: "\F633";
  font-family: bootstrap-icons;
  color: var(--bs-secondary-color);
  font-size: 30px;
  padding-right: 16px;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

li.circle-img::before {
  content: "\F287" !important;
  font-family: bootstrap-icons !important;
  font-size: 12px !important;
  padding-right: 20px !important;
  color: var(--bs-primary-color) !important;
}

.book_appointment-close {
  background: url(../images/close_btn.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: -20px;
  width: 40px;
  height: 40px;
  top: -20px;
  opacity: 1;
  z-index: 999;
  width: 100%;
  max-width: 40px;
}

.book_appointment-close.btn-close:focus {
  box-shadow: none;
}

/* *********************Gallery***************** */
.gallery_btn {
  font-family: "Gilroy-SemiBold";
  font-size: 24px;
  line-height: 24px;
  padding: 18px 62px;
}

.video_btn {
  border: 1px solid #00000033;
  color: var(--bs-dark-color);
  background: var(--bs-white-color);
}

.video_btn:hover {
  background: var(--bs-white-color);
  color: var(--bs-primary-color);
}

.gallery_section-wrap {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-auto-rows: 300px;
  grid-auto-flow: dense;
  margin-top: 60px;
}

.gallery__item-4 {
  grid-area: span 2 / span 1;
}

.gallery__item-3 {
  grid-area: span 1 / span 2;
}

.gallery__item-5 {
  grid-area: span 2 / span 1;
}

.gallery__item-8 {
  grid-area: span 1 / span 2;
}

.gallery__item-9 {
  grid-area: span 1 / span 2;
}

.gallery__item-12 {
  grid-area: span 1 / span 2;
}

/* *********************Robotic Knee*************** */
.robotic-head-2 h4 {
  font-size: 24px;
  line-height: 24px;
}

.robotic-wrap.comman_section {
  margin-bottom: 120px;
}

/* **********Urology*********** */
.sign-img-urology li {
  margin-top: 25px;
}

.urology-main-section .comman-section {
  margin-bottom: 95px;
}

/* **************** Neuro Surgical */
.neuro-main-section.comman_section {
  margin-bottom: 120px;
}

.neauro-head h3 {
  text-transform: none;
}

.doctor_card_comman {
  padding: 25px;
  background-color: #ededed;
}

.card-body-comman {
  margin-top: 25px !important;
}

.commans-title {
  font-size: 24px !important;
}

/* intensive unit */
.inensive-care-1 {
  margin-top: 40px;
}

.intensive-care ul li {
  margin-bottom: 25px;
}

.intensive-care-1 h5 {
  margin-top: 40px;
}

/* nephrology */
.nephrology-space {
  margin-top: 25px;
}

.nephrology-main-section {
  margin-bottom: 120px;
}

/* Orthamology */
.orthamology-main-section {
  margin-bottom: 172px;
}

.orthamology-head h3 {
  margin-bottom: 30px;
}

.sign-orthamology li {
  margin-bottom: 25px;
}

.physiotherapy.comman_section {
  margin-bottom: 120px;
}

/* carpel tunnel */
.treatment-1 .font-24 {
  padding-bottom: 20px;
}

/* cervical spondylsis */
.cervical-spondylosis.comman_section {
  margin-bottom: 120px;
}

.follow-last {
  padding-bottom: 50px;
}

/* Knee arthoscopy */
button.accordion-button {
  color: rgba(0, 0, 0, 0.7) !important;
  font-weight: 500 !important;
}

.frequently-title h4 {
  margin-bottom: 30px;
}

.frequently_asked {
  margin-bottom: 120px;
}

.frequently-main .accordion-button::after {
  filter: grayscale(100%) brightness(30%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(0.8) !important;
}

.frequently_asked button.accordion-button {
  line-height: 0px !important;
  font-size: 18px !important;
}

.frequently_asked .accordion-button:focus {
  border-color: #000 !important;
  box-shadow: none !important;
}

.frequently_asked .accordion-button:not(.collapsed) {
  background-color: #fff !important;
}

.frequently-main .accordion-item {
  margin-bottom: 20px !important;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* .clubfoot-1 ul li h4 { margin-left: 40px !important; } */
.frequently_asked .accordion-body p {
  font-size: 16px !important;
  line-height: 12px !important;
}

.bi-telephone::before {
  content: "\f5c1";
  font-weight: 600 !important;
}

.bi-envelope::before {
  content: "\f32f";
  font-weight: 600 !important;
}

.bi-geo-alt::before {
  content: "\f3e8";
  font-weight: 600 !important;
}

.card {
  border-radius: 0px !important;
}

/* Desktop End */

/* ***********************************Responsive************************************************ */
@media (max-width: 1399px) {
  .navbar {
    padding: 15px 0px;
  }

  .opd_timing_btn {
    padding: 18px 35px;
  }

  .client_text {
    height: 250px;
  }

  .medical_services-swiper {
    height: 630px;
  }

  .opd_title p {
    max-width: 530px;
  }

  .emergency_wrap {
    padding: 40px 25px;
  }

  .emergency_title {
    margin-left: 20px;
  }

  .our_gallery {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  }

  .bursitis-3 {
    position: absolute;
    top: 12px;
    left: 0px;
  }

  .bursitis-3 .btn-secondary {
    padding: 6px 10px;
    font-size: 14px;
  }

  .orthopedic-3 {
    position: absolute;
    top: 80px;
    left: 0px;
  }

  .orthopedic-3 .btn-secondary {
    padding: 6px 10px;
    font-size: 14px;
  }

  .about-main {
    margin-left: 0px;
  }

  .orthopedic-div .comman_mx,
  .urology-img-banner,
  .comman_mx,
  .neauro-img-banner {
    margin: 0;
  }
}

@media (max-width: 1199px) {

  .emergrncy_btn {
    margin-left: 0;
    padding: 5px 5px;
  }

  .menu_bar .nav-link {
    font-size: 14px;
  }

  .emergrncy_btn img {
    margin-right: 5px;
  }

  .choose_us_wrapper {
    padding: 50px 0px 30px 0px;
  }

  .choose_us_wrapper h3 {
    padding-bottom: 10px;
  }

  .emergency_wrap {
    padding: 20px 12px;
  }

  .comman_swiper-btn .swiper-button-next {
    right: 50px;
  }

  .comman_swiper-btn .swiper-button-prev {
    left: 50px;
  }

  .robotic-img-banner.comman_mx {
    margin: 0;
  }

  .choose_us_wrap h5 {
    font-size: 16px;
    line-height: 20px;
  }

  .our_gallery {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    grid-auto-rows: 150px;
  }

  .footer_section .comman_mx {
    margin: 0;
  }

  /* ***************feedback-main */
  h5 {
    font-size: 22px;
  }

  .custom01 label {
    padding: 15px 70px 3px 50px;
  }

  .bursitis-3 {
    position: absolute;
    top: 29px;
    left: 9px;
  }

  .quick_contact_wrapper {
    padding: 55px 25px;
  }

  .quick_contact_wrap li {
    flex-wrap: wrap;
  }

  .booking_modal-body li a {
    margin-left: 18px;
    margin-top: 10px;
  }

  /* mediclaim */
  .mediclaim-services .comman_mx {
    margin: 0;
  }

  /* about us */
}

@media (max-width: 1100px) {
  .about-bg {
    padding: 20px 50px;
  }

  .pateint-head h5 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .menu_bar li.nav-item:nth-child(7) {
    display: block;
  }

  .menu_bar li.nav-item:nth-child(8) {
    display: block;
  }

  .banner_title h5 {
    font-size: 22px;
    line-height: 30px;
  }

  .banner_title h2 {
    font-size: 22px;
    line-height: 22px;
    margin-left: 0;
  }

  .nav-item .dropdown-menu {
    display: none !important;
  }

  .nav-item:hover .dropdown-menu {
    display: unset !important;
  }

  .menu_bar .dropdown-toggle::after {
    transform: rotate(-90deg);
    transition: all 0.3s ease-in-out;
    margin-left: 12px;
    color: var(--bs-black-opacity) !important;
  }

  .menu_bar .dropdown-toggle.show::after {
    transform: rotate(0deg);
    color: var(--bs-primary-color) !important;
    transition: all 0.3s ease-in-out;
  }

  .menu_bar .nav-item .dropdown-menu {
    display: none !important;
  }

  .menu_bar .nav-item .dropdown-menu.show {
    display: block !important;
  }

  .navbar-expand-lg .navbar-collapse {
    margin-left: 0px;
  }

  .menu_bar .dropdown-item {
    padding: 10px 34px;
  }

  .footer_section h4 {
    font-size: 17px;
  }

  .menu_bar .nav-link {
    color: var(--bs-black-opacity) !important;
  }

  /* .menu_bar .dropdown-toggle.show {
            color: var(--bs-primary-color) !important;
            background-color: #0080ca33;
        } */

  /*   
        .navbar-light .navbar-nav .nav-link {
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        } */

  .navbar-light .navbar-toggler-icon {
    background-image: none !important;
  }

  .navbar-toggler-icon {
    width: 22px;
    height: 3px;
    background-color: var(--bs-primary-color);
    display: block;
    position: relative;
    border-radius: 25px;
  }

  .navbar-toggler-icon::before {
    content: "";
    position: absolute;
    top: -7px;
    width: 22px;
    height: 3px;
    background-color: var(--bs-primary-color);
    display: block;
    border-radius: 25px;
  }

  .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    top: 7px;
    width: 22px;
    height: 3px;
    background-color: var(--bs-primary-color);
    display: block;
    border-radius: 25px;
  }

  .is-active .navbar-toggler-icon::before {
    background-color: var(--bs-black-color);
    transform: translateY(7px) rotate(45deg);
    transition-delay: 0.2s;
  }

  .is-active .navbar-toggler-icon {
    background-color: transparent;
    transition-delay: 0.2s;
    animation: smallbig 0.6s forwards;
  }

  .is-active .navbar-toggler-icon::after {
    background-color: var(--bs-black-color);
    transform: translateY(-7px) rotate(-45deg);
    transition-delay: 0.2s;
  }

  @keyframes smallbig {

    0%,
    100% {
      transform: scale(1);
    }

    50% {
      transform: scale(0);
    }
  }

  .menu_bar .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 15px 24px;
  }

  .footer_mobile_dropdown .dropdown .dropdown-toggle::after {
    margin-left: 12px;
  }

  .footer_mobile_dropdown .dropdown ul li a.dropdown-item {
    border-bottom: 1px solid #00000033;
  }

  .footer_mobile_dropdown .dropdown-item {
    padding: 0;
  }

  /* header */
  .certificate_btn {
    opacity: 1;
  }

  .comman_section {
    margin-top: 80px;
  }

  .comman_mx {
    margin: 0px;
  }

  .main-form {
    margin-top: 35px;
    margin-bottom: 25px;
  }

  .top_nav_wrap li {
    padding: 0px 15px;
  }

  .collapse:not(.show) {
    display: none !important;
  }

  .header_logo a {
    width: 100%;
    max-width: 70px;
    height: 100%;
  }

  .header_logo a img {
    width: 100%;
  }

  .nabh_header {
    margin-left: 10px;
  }

  .navbar-light .navbar-toggler-icon {
    background-image: url("../images/navbar_btn.svg");
  }

  /* .navbar-light .navbar-toggler-icon{
            background-image: url('../images/btn-close-head.svg');
        } */
  .navbar-light .navbar-toggler {
    border-color: transparent;
    color: transparent;
  }

  .navbar-toggler {
    padding: 0;
  }

  .menu_bar {
    padding: 0px;
    align-items: unset !important;
    margin-top: 20px;
  }

  .opd-head h1 {
    color: #fff;
    font-size: 50px;
    line-height: 50px;
  }

  .choose_us_wrapper {
    padding: 30px 0px;
  }

  .menu_bar .nav-link {
    font-size: 16px;
  }

  .menu_bar .dropdown-menu {
    box-shadow: none;
    border-bottom: none !important;
  }

  .emergency_wrapper {
    flex-direction: column;
  }

  .trisha_hospital_wrapper {
    padding-left: 0;
  }

  .doctor_swiper {
    margin: 0px 70px;
  }

  .medical_services-swiper {
    height: 660px;
    margin: 0px 70px;
  }

  .our_client-swiper {
    margin: 0px 70px;
  }

  .testimonials_swiper {
    margin: 0px 70px;
  }

  .opd_title p {
    max-width: 405px;
  }

  .emergency_title {
    margin-left: 27px;
  }

  .emergency_wrap {
    padding: 26px 37px;
  }

  .doctors_meet-section {
    margin-top: 130px;
  }

  .our_gallery {
    grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
    grid-gap: 20px;
  }

  input,
  input::placeholder {
    font-size: 16px !important;
    line-height: 16px !important;
  }

  .options-div {
    display: flex;
    margin-left: 19px;
    padding-bottom: 50px;
  }

  .opd-box-div-2 ul li {
    margin-right: 8px;
  }

  .opd-banner {
    height: 300px;
    background-position: right;
  }

  /* opd timing */
  .opd-text-name-2 {
    visibility: visible;
  }

  .opd-new-div-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .opd-docters-cal {
    display: none;
  }

  .opd-docters-2-name {
    display: block;
  }

  .opd-categories-name.opd-inline-2 {
    margin-bottom: 0px;
  }

  .opd-categories-name h5 {
    font-size: 20px;
    line-height: 16px;
  }

  .opd-docters-name h5 {
    font-size: 17px;
  }

  .opd-box-div-2 {
    margin: 10px 5px;
    padding: 0;
  }

  .opd-timing-box {
    padding: 50px 0px;
  }

  /* ***************karan 17Nov****************** */
  .opd-time.opd-inline {
    font-size: 17px;
  }

  .opd-new-div-2 {
    padding: 10px 0px;
  }

  /* ***************karan 17Nov****************** */
  .opd-box-div-2 ul li {
    width: 30px;
    height: 30px;
    /* margin: 9px 0px; */
    border-radius: 5px;
    color: #fff;
    text-align: center;
    /* align-items: center; */
    /* justify-content: center; */
    padding: 5px 0px;
    font-size: 18px;
  }

  .comman-2 ul li {
    background-color: #b8b8b8;
  }

  .intens-1,
  .intens-2 {
    display: block;
  }

  /* **************feedback */
  .feedback-head h1 {
    font-size: 45px;
    line-height: 45px;
  }

  .custom01 label {
    position: relative;
    display: inline-block;
    padding: 15px 65px 3px 50px;
    cursor: pointer;
    margin-left: 20px;
    font-size: 24px;
  }

  .font-18.btn-msg {
    font-size: 15px;
  }

  .contact-form {
    padding: 25px 35px;
  }

  .contact-img-2 h2 {
    font-size: 40px;
  }

  .contact-1 {
    padding-top: 80px;
  }

  .map-wrapper {
    padding: 80px 0px;
  }

  .fb-bg {
    padding: 40px 0px;
  }

  h3 {
    font-size: 28px;
    line-height: 24px;
  }

  .bursitis-3 {
    position: absolute;
    top: 37px;
    left: 105px;
  }

  .bursitis-img {
    height: 300px;
  }

  .booking_modal_wrapper {
    margin-right: 0px;
  }

  .quick_contact_wrap li {
    align-items: end;
  }

  .contact-control {
    padding-left: 10px;
  }

  .pateint-head h5 {
    font-size: 18px;
    line-height: 18px;
  }

  .pateint-main ul li a {
    font-size: 18px;
    line-height: 22px;
  }

  .pateint-main {
    margin-top: 75px;
  }

  .facilities-name li {
    font-size: 16px;
    line-height: 16px;
  }

  .facilities-main ul li {
    font-size: 18px;
    line-height: 18px;
  }

  .font-20 {
    font-size: 17px;
    line-height: 20px;
  }

  p.facilities-para.black-opacity {
    font-size: 16px;
    line-height: 22px;
  }

  .facilities-para span {
    font-size: 20px;
    line-height: 22px;
  }

  /* medicliam */
  .mediclaim-empanelled .black-opacity,
  .mediclaim-para-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .medicliam-time p,
  .black-opacity {
    line-height: 30px;
    font-size: 18px;
  }

  .medicliam-name li {
    font-size: 16px;
    line-height: 16px;
  }

  .mediclaim-main ul li {
    font-size: 17px;
    line-height: 17px;
  }

  .about-main_wrapper {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .about-head h5 {
    margin: 0;
  }

  .our-vision-main-2 {
    text-align: center;
  }

  .our-vision-bg {
    margin-top: 30px;
  }

  .about-head h5 {
    margin-bottom: 30px;
  }

  .about-head h5::before {
    transform: translateX(-50%);
    left: 50%;
  }

  /* ***********Orthopedic */
  .orthopedic-3 {
    position: absolute;
    top: 80px;
    left: 9px;
  }

  .ENT-img-banner.comman_mx {
    padding-bottom: 100px;
  }

  /* ****** Neuro surgical */
  .neauro-head h3 {
    font-size: 19px;
  }
}

@media (max-width: 767px) {

  /* *************karan 17 Nov****************** */
  .opd-box-div ul li {
    width: 20px;
    height: 20px;
    margin: 0px 3px;
    font-size: 10px;
  }

  .opd-time.opd-inline {
    text-align: end;
  }

  /* *************karan 17 Nov****************** */

  .banner_title {
    text-align: center;
    margin: 40px 0px;
  }

  .gallery_section-wrap {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    grid-gap: 20px;
  }

  /* .footer_mobile_dropdown .dropdown-menu{
            padding: 20px 16px 20px 0px;
        }
         */

  .btn {
    font-size: 16px;
    line-height: 16px;
    padding: 10px 30px;
  }

  .btn-secondary {
    padding: 10px 30px;
  }

  button img {
    width: 12px;
  }

  .footer_mobile_dropdown .dropdown-item {
    padding: 20px 16px 20px;
  }

  .quick-spc-1 {
    margin: 60px 0px;
  }

  .quick-spc {
    margin-top: 60px;
  }

  .feedback-banner {
    background-position: right;
  }

  .top_nav_wrapper {
    display: none !important;
  }

  .comman_section {
    margin-top: 50px;
  }

  .trisha_hospital_wrapper {
    text-align: center;
  }

  .hospital_img-about {
    margin-top: 30px;
  }

  .choose_us_wrapper p {
    line-height: 23px;
  }

  .doctors_meet-section {
    margin-top: 130px;
  }

  .our_doctors_wrapper {
    justify-content: center !important;
  }

  .doctor_view_btn {
    margin: 40px auto 0px auto;
  }

  .medical_services-swiper {
    height: 530px;
  }

  .robotics_section {
    padding-top: 60px;
  }

  .client_text {
    height: 300px;
  }

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

  .opd_title p {
    max-width: 100%;
    padding: 10px 0px;
  }

  .our_doctors_title {
    text-align: center;
  }

  .gallery__item-hor {
    grid-column: 1/3;
    grid-row: 4 / 2;
  }

  .gallery_wrapper {
    text-align: center;
  }

  .footer_wrap p {
    max-width: 100%;
  }

  .comman_footer {
    margin-top: 30px;
  }

  .trisha_contact {
    margin-top: 30px;
  }

  .btn-read {
    padding: 12px 20px;
    font-size: 18px;
    line-height: 18px;
    margin: 40px 0px;
  }

  /* feedback-form  */
  .options-div {
    padding-bottom: 30px;
    display: block;
  }

  .feedback-head h1 {
    font-size: 40px;
    line-height: 40px;
  }

  h5 {
    font-size: 20px;
  }

  .patient-add {
    margin-top: 20px;
  }

  .custom01 label {
    position: relative;
    display: inline-block;
    padding: 15px 25px 3px 50px;
    cursor: pointer;
    margin-left: 20px;
    font-size: 20px;
  }

  .custom01 input[type="radio"]:checked+label::after {
    margin-top: -5px;
    top: 65%;
    left: 8px;
    width: 10px;
    height: 10px;
  }

  .booking_modal_wrapper .form-control {
    padding: 22px 35px;
  }

  .book_appointment-close {
    background: url(../images/close_btn.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: -20px;
    height: 30px;
    top: -20px;
    opacity: 1;
    z-index: 999;
    width: 100%;
    max-width: 30px;
  }

  .cervical-spondylosis.comman_section {
    margin-bottom: 0px;
  }

  .treat-space {
    margin-bottom: 60px;
  }

  .quick-spc {
    margin-top: 30px;
  }

  .bursitis-wrapper .bursitis-2 {
    margin-bottom: 60px;
  }

  .bursitis-3 {
    position: absolute;
    top: 37px;
    left: 19px;
  }

  .bursitis-img {
    height: 250px;
  }

  .bursitis-1 {
    margin-bottom: 35px;
  }

  .about_view_all-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .table-head {
    font-size: 18px;
    line-height: 18px;
  }

  .social-main a {
    padding: 20px;
    margin-left: 10px;
  }

  .social-icon {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .social-icons-all {
    padding-top: 20px;
  }

  .fb-bg {
    padding: 27px 0px;
  }

  .font-18 {
    font-size: 16px;
  }

  .table-head {
    font-size: 16px;
  }

  .img-click-1 {
    display: none;
  }

  .click-btn-img {
    display: block;
  }

  /* certificate */
  .certificate_wrapper h5 {
    padding: 30px 0px 10px 0px;
    font-size: 18px;
    line-height: 18px;
  }

  .orthopedic-main-box .orthopedic-wrapper {
    order: 2;
  }

  .orthopedic-main-box .doctor_card-orthopedic {
    order: 1;
  }

  .orthopedic-main-box .bursitis-2 {
    order: 3;
  }

  .quick_contact_wrapper {
    margin-top: 30px;
  }

  /* events */
  .event_btn {
    opacity: 1;
  }

  .opd-banner {
    height: 250px;
  }
}

@media (max-width: 575px) {

  /* *************karan 17 Nov****************** */
  .opd-time.opd-inline {
    font-size: 12px;
  }

  /* *************karan 17 Nov****************** */

  .banner_title {
    margin: 20px 0px;
  }

  .faux-heading a img {
    width: 45px;
    height: 45px;
  }

  .gallery_section-wrap {
    grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
    grid-auto-rows: 140px;
    grid-gap: 12px;
  }

  .gallery_btn {
    font-size: 18px;
    line-height: 18px;
    padding: 11px 31px;
  }

  .gallery_section-wrap {
    margin-top: 30px;
  }

  /* header-nav */
  .menu_bar .nav-link {
    font-size: 14px;
    line-height: 14px;
  }

  .menu_bar .dropdown-item {
    font-size: 14px;
    line-height: 14px;
    color: #00000080;
  }

  .choose_us_wrapper p {
    width: 100%;
    height: 140px;
  }

  .opd_timing_btn {
    padding: 8px 17px;
    font-size: 12px;
  }

  .opd-banner {
    height: 130px;
  }

  .network_icons {
    display: none;
  }

  .choose_us_wrapper p {
    font-size: 12px;
    line-height: 20px;
  }

  .choose_us-section {
    height: 279px;
  }

  .btn-read {
    padding: 8px 14px;
    font-size: 14px;
    line-height: 14px;
    margin: 30px 0px;
  }

  .footer_wrapper {
    display: none;
  }

  .mobile_footer_wrap {
    display: block;
  }

  .comman_footer {
    display: none;
  }

  .trisha_contact {
    display: none;
  }

  .footer_mobile_dropdown {
    display: block;
  }

  .footer_mobile_dropdown .dropdown-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    color: var(--bs-primary-color);
    padding: 20px 0px;
    font-family: "Gilroy-SemiBold";
    font-size: 20px;
    line-height: 20px;
    border-bottom: 1px solid #d6d6d6;
  }

  /* .footer_mobile_dropdown .dropdown-toggle.show{
            border-bottom: 0px;
        } */
  .footer_mobile_dropdown .dropdown-toggle.show::after {
    transform: rotate(-180deg);
  }

  .footer_mobile_dropdown .dropdown-toggle::after {
    background-image: url("../images/drop_link-btn.png");
    background-repeat: no-repeat;
    width: 100%;
    max-width: 22px;
    height: 22px;
    border: 0;
  }

  .btn-warning:hover {
    border-color: red;
    border-color: transparent;
    border-bottom: 1px solid #d6d6d6;
  }

  .btn-warning:focus {
    border-color: transparent;
    border-bottom: 1px solid #d6d6d6;
    box-shadow: none;
  }

  .btn-warning:active:focus {
    box-shadow: none;
  }

  .footer_mobile_dropdown .dropdown-menu.show {
    width: 100%;
    position: static !important;
    transform: unset !important;
    /* border-bottom: 1px solid #d6d6d6; */
  }

  .footer_mobile_dropdown .dropdown-menu {
    border: 0;
    border-radius: 0;
  }

  .footer_mobile_dropdown .dropdown-item {
    font-family: "Gilroy-Medium";
    font-size: 16px;
    line-height: 22px;
    color: var(--bs-dark-color);
    white-space: unset;
  }

  .bursitis-3 .btn-secondary {
    padding: 13px 19px;
    font-size: 14px;
  }

  .bursitis-2 .quick-spc-1 {
    margin-bottom: 50px;
  }

  .quick-spc {
    margin-top: 30px;
  }

  .contact_links li a {
    padding: 4px 16px;
  }

  .header_logo .navbar-brand {
    width: 100%;
    max-width: 45px;
  }

  h2 {
    font-size: 20px;
    line-height: 22px;
  }

  h3 {
    font-size: 24px;
    line-height: 24px;
  }

  h4 {
    font-size: 18px;
    line-height: 18px;
  }

  .trisha_hospital_wrapper h1 {
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0px;
  }

  .trisha_hospital_wrapper p {
    padding-bottom: 0px;
    font-size: 12px;
    line-height: 20px;
  }

  .trisha_hospital_wrapper span {
    font-size: 12px;
    line-height: 20px;
  }

  .choose_us_wrap {
    padding: 17px 0px;
  }

  .choose_us_wrap h5 {
    padding-top: 10px;
    font-size: 12px;
    line-height: 12px;
  }

  .our_doctors_wrapper {
    padding-bottom: 40px;
  }

  .doctors_meet-section {
    padding: 32px 0px;
  }

  .comman_swiper-btn .swiper-button-next {
    right: 15px;
  }

  .comman_swiper-btn .swiper-button-prev {
    left: 15px;
  }

  .comman_swiper-btn .swiper-button-next:after,
  .comman_swiper-btn .swiper-button-prev:after {
    font-size: 30px;
  }

  .book_appointment-close {
    right: -10px;
    top: -10px;
  }

  .doctor_logo {
    width: 100%;
    max-width: 32px;
    margin: 0 auto;
    height: 32px;
  }

  .doctor_logo img {
    width: 100%;
    height: 32px;
  }

  .doctor_swiper {
    margin: 0 40px;
  }

  .medical_services-wrapper p {
    font-size: 12px;
    line-height: 20px;
  }

  /*Ended*/
  .medical_services-swiper {
    margin: 0px 40px;
    padding: 30px 0px;
    height: 430px;
  }

  .medical_img {
    height: 179px;
  }

  .medical_text_box {
    padding: 20px;
    margin: 0px 15px;
  }

  .medical_text_box p {
    font-size: 12px;
    line-height: 18px;
    padding: 10px 0px 15px 0px;
  }

  .robotics_section {
    padding-top: 42px;
  }

  .robotics_wrapper {
    text-align: center;
  }

  .robotics_wrapper p {
    font-size: 12px;
    line-height: 18px;
    text-align: start;
    padding: 15px 0px 20px 0px;
  }

  .robotics_section {
    height: 335px;
  }

  .health_checkup-section {
    padding: 34px 0px;
    text-align: center;
  }

  .health_checkup_wrapper p {
    padding: 10px 0px 20px 0px;
    font-size: 12px;
    line-height: 18px;
  }

  .our_client_wrapper h4 {
    padding-top: 10px;
    font-size: 14px;
  }

  .our_client-swiper {
    margin: 0px 40px;
  }

  .quote_logo {
    width: 100%;
    max-width: 30px;
  }

  .quote_logo img {
    width: 100%;
  }

  .client_wrap {
    padding: 30px 16px 25px 16px;
  }

  .client_text {
    height: 205px;
  }

  .client_text p {
    font-size: 12px;
    line-height: 20px;
  }

  .client_name {
    padding: 15px 15px 0px;
  }

  .client_name h4 {
    font-size: 14px;
    line-height: 14px;
  }

  .client_name h6 {
    font-size: 12px;
    line-height: 12px;
    padding-top: 8px;
  }

  .testimonials_swiper {
    margin: 0px 40px;
  }

  .testimonials_title h4 {
    padding: 0px 0px 30px;
    font-size: 14px;
    line-height: 22px;
  }

  .opd_title p {
    font-size: 12px;
    line-height: 18px;
  }

  .opd_wrapper {
    padding: 23px 0px;
  }

  .emergency_title h3 {
    font-size: 20px;
    line-height: 21px;
  }

  .emergency_title h4 {
    font-size: 14px;
    line-height: 14px;
  }

  .emergency_logo {
    width: 100%;
    max-width: 40px;
    height: 40px;
  }

  .emergency_logo a {
    width: 100%;
    height: 100%;
  }

  .emergency_logo img {
    width: 100%;
    height: 100%;
  }

  .footer_section {
    padding: 50px 0px;
  }

  .footer_wrap p {
    max-width: 100%;
    padding-top: 10px;
  }

  .contact-title a {
    font-size: 12px;
    line-height: 14px;
  }

  .copyright_wrap {
    flex-direction: column-reverse;
  }

  .copyright_text h6 {
    font-size: 12px;
    line-height: 14px;
    padding-top: 20px;
  }

  .copyright_wrapper {
    padding: 20px 0px;
  }

  .gallery_wrapper a {
    display: none;
  }

  .our_gallery {
    grid-template-columns: repeat(auto-fit, minmax(178px, 1fr));
    grid-auto-rows: 110px;
    grid-gap: 10px;
  }

  .gallery_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .our_gallery-section {
    margin-top: 0;
  }

  .mobile_more_btn a {
    display: block;
  }

  .booking_modal_wrapper .book_btn {
    margin-top: 10px;
  }

  .sign-img-orthopedic li::before {
    font-size: 21px !important;
    margin-top: 5px !important;
  }

  /* opd timing */
  .opd-categories-name h5 {
    font-size: 16px;
    line-height: 16px;
  }

  .opd-box-div-2 {
    margin: 9px 0px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    /* align-items: center; */
    /* justify-content: center; */
    padding: 5px 0px;
    font-size: 14px;
  }

  .opd-docters-name h5 {
    font-size: 12px;
  }

  .opd-head h1 {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
  }

  .opd-timing h3 {
    font-size: 24px;
    line-height: 24px;
  }

  .opd-box-div-2 {
    margin: 10px 3px;
    padding: 0;
  }

  .opd-box-div-2 ul li {
    width: 20px;
    height: 20px;
    /* margin: 9px 0px; */
    border-radius: 5px;
    color: #fff;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 10px;
  }

  /* feedback-form */
  h5 {
    font-size: 16px;
  }

  .feedback-head h1 {
    font-size: 24px;
    line-height: 24px;
  }

  .form-check-input:checked {
    background-color: #fc6a32;
    border-color: #0d6efd;
    width: 16px !important;
    height: 16px !important;
  }

  .custom01 label {
    position: relative;
    display: inline-block;
    padding: 15px 12px 3px 40px;
    cursor: pointer;
    margin-left: 20px;
    font-size: 16px;
  }

  .custom01 {
    display: block;
    width: 100%;
    align-items: center;
  }

  /* form */
  .main-form {
    background: rgba(189, 189, 189, 0.1);
    padding: 38px 20px;
  }

  input,
  input::placeholder {
    font-size: 14px !important;
    line-height: 14px !important;
  }

  .custom01 label::before {
    top: 60%;
    left: 3px;
    width: 20px;
    height: 20px;
    margin-top: -8px;
  }

  .feedback-form {
    padding-bottom: 30px;
  }

  .feedback-title {
    margin-top: 50px;
  }

  .feeback-questions {
    padding-bottom: 15px;
  }

  /* bursitis */
  .bursitis-banner .breadcrumb {
    font-size: 12px;
    line-height: 18px;
  }

  .quick-spc-1 {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .bursitis-1 p {
    font-size: 14px;
    line-height: 28px;
  }

  .sign-img .font-18 {
    font-family: "Gilroy-Medium";
    color: rgba(0, 0, 0, 0.7);
  }

  .right-brusitis li {
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 18px;
  }

  .font-18 {
    font-size: 16px;
  }

  .anter-space {
    margin: 10px 0px;
  }

  .bursitis-img {
    height: 190px;
  }

  .bursitis-1 {
    margin-bottom: 25px;
  }

  p.bold-bursitis {
    font-size: 14px;
    line-height: 25px;
  }

  .book_appointment a {
    padding: 7px 16px;
    font-size: 14px;
    line-height: 16px;
    margin: 35px 16px;
  }

  .sign-img .font-18 {
    font-size: 14px;
    line-height: 25px;
  }

  .sign-img .treatment-head {
    font-size: 14px;
    line-height: 14px;
  }

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

  input,
  input::placeholder {
    font-size: 14px !important;
    line-height: 14px !important;
  }

  .booking_modal-body {
    padding: 40px 0px 60px 0px;
  }

  .booking_modal_wrapper .form-control {
    font-size: 14px;
  }

  .bursitis-img {
    height: 130px;
  }

  .bursitis-1 {
    margin-bottom: 10px;
  }

  .bursitis-1 p {
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
  }

  .bursitis-1 .font-24 {
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 15px;
  }

  /* contact */
  .booking_modal_wrapper .form-control {
    padding: 18px 0px 18px 20px;
    margin: 10px 0px 0px;
  }

  .booking_modal_wrapper h3,
  .booking_modal_wrapper p {
    text-align: center;
  }

  .contact-control {
    margin-bottom: 10px;
    padding-left: 20px;
  }

  .table-head th {
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
  }

  .table-space td {
    font-size: 10px;
    line-height: 10px;
    padding: 10px 0px;
    font-family: "Gilroy-Regular";
  }

  .contact-1 {
    padding-top: 50px;
  }

  .contact-img-2 h3 {
    font-size: 20px;
    line-height: 20px;
  }

  .contact-img-2 h2 {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 30px;
  }

  .contact_touch-us li a {
    font-size: 14px;
    line-height: 20px;
  }

  .contact_touch-us li a span {
    margin-right: 10px;
    max-width: 32px;
    width: 100%;
    height: 32px;
  }

  .contact_touch-us img {
    height: 100%;
    max-height: 18px;
  }

  img.call01 {
    max-width: 13px;
    height: 13px;
    width: 100%;
  }

  .contact-form {
    padding: 30px 15px;
  }

  .contact-1 h3 {
    padding-bottom: 20px !important;
  }

  .map-wrapper {
    padding: 50px 0px;
  }

  .social-main a {
    padding: 18px;
    margin-left: 24px;
  }

  .social-main img {
    width: 24px;
    height: 24px;
  }

  .contact-head h1 {
    font-size: 24px;
    line-height: 28px;
  }

  .contact-title li {
    font-size: 14px;
    line-height: 14px;
  }

  .bursitis-banner .breadcrumb-item+.breadcrumb-item::before {
    margin-top: 2px;
  }

  /* pateint services  */
  .pateint-main {
    margin-top: 50px;
  }

  .pateint-head {
    padding-bottom: 20px;
  }

  .pateint-head h5 {
    font-size: 20px;
    line-height: 20px;
  }

  .pateint-main ul li a {
    font-size: 16px;
    line-height: 21px;
    padding-top: 20px;
  }

  .pateint-services {
    margin-bottom: 100px;
  }

  .facilities-services .comman_mx {
    margin: 0px;
  }

  /* facilities-services */
  .facilities-services {
    padding: 50px 0px;
  }

  .facilities-main ul li {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
  }

  .facilities-main img {
    width: 6px;
    height: 6px;
  }

  .font-20 {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 0px;
  }

  .facilities-time p,
  .black-opacity {
    font-size: 14px;
    line-height: 24px;
    padding-top: 0px;
  }

  p.facilities-para.black-opacity {
    font-size: 12px;
    line-height: 25px;
  }

  .facilities-para span {
    font-size: 16px;
    line-height: 25px;
  }

  .facilities-name li {
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 24px;
  }

  .circle-img img {
    width: 10px;
    height: 10px;
  }

  /* mediclaim */
  .medicliam-services {
    margin: 50px 0px;
  }

  .medicliam-time p,
  .black-opacity {
    line-height: 25px;
    font-size: 16px;
  }

  .medicliam-time .medicliam-para {
    margin-bottom: 20px;
  }

  .medicliam-name li {
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 24px;
  }

  .medicliam-time p,
  .black-opacity {
    line-height: 25px;
    font-size: 12px;
  }

  .mediclaim-para-2 {
    margin-top: 20px;
  }

  .mediclaim-empanelled .black-opacity {
    padding: 10px 0px;
  }

  .mediclaim-empanelled h3 {
    font-size: 20px;
    line-height: 20px;
  }

  .mediclaim-empanelled .black-opacity {
    font-size: 12px;
    line-height: 20px;
  }

  .mediclaim-para-3 {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 30px;
    font-family: "Gilroy-Medium";
  }

  .medicliam-head {
    margin-top: 50px;
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 20px !important;
  }

  .mediclaim-main ul li {
    font-size: 14px;
    line-height: 14px;
  }

  .medicliam-time span {
    font-size: 16px;
    line-height: 24px;
  }

  .medicliam-services .comman_mx {
    margin-left: 0;
  }

  /* about */
  .card-body .card-title {
    font-size: 12px;
    line-height: 12px;
  }

  .card-body .card-head {
    font-size: 10px;
    line-height: 10px;
  }

  /* about */
  .about-main-wrapper {
    padding: 40px 0px;
  }

  .about-head h5 {
    font-size: 24px;
    line-height: 24px;
  }

  .about-bg h5 {
    font-size: 14px;
    line-height: 14px;
  }

  .about-head-inner {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    font-family: "Gilroy-SemiBold";
  }

  .trisha_about-us_wrapper h1 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
  }

  .about-para-inner {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    padding-top: 10px;
  }

  .hospital_img-about {
    margin-top: 30px;
  }

  .about-img-service ul li {
    font-size: 14px;
    line-height: 16px;
    margin-top: 20px;
  }

  .about-services {
    margin-bottom: 50px;
  }

  .about_view_btn {
    padding: 7px 25px !important;
  }

  .about_view_all-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  h5.about-txt {
    font-size: 20px;
    line-height: 20px;
  }

  .about-info p {
    font-size: 12px;
    line-height: 20px;
  }

  .about-bg {
    padding: 12px 29px;
  }

  .about-img-1 {
    padding-bottom: 10px;
  }

  .about-info-1 {
    margin: 0px 20px;
  }

  .about-info p {
    margin: 15px 0px;
  }

  .our-vision-bg {
    margin-top: 33px;
  }

  .about-img-1 img {
    width: 100%;
    max-width: 32px;
  }

  .our-vision-bg {
    padding: 31px 41px;
  }

  .about-title h3 {
    font-size: 20px;
    line-height: 20px;
  }

  .head-about {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  /* events */
  .event-para p {
    font-size: 14px;
    line-height: 20px;
  }

  /* certificate */
  .certificate_wrapper p {
    font-size: 12px;
    line-height: 25px;
  }

  .certificate_img {
    width: 100%;
    max-width: 250px;
    height: 250px;
  }

  .certificate_btn a {
    width: 40px;
    height: 40px;
  }

  .certificate-para-2 {
    padding-bottom: 50px;
  }

  /* orthopedic */
  .orthopedic-head-title h1 {
    font-size: 24px;
    line-height: 29px;
    color: #fff;
  }

  .orthopedic-head h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .orthopedic-head span {
    font-size: 14px;
  }

  .orthopedic-head p {
    font-size: 12px;
    line-height: 22px;
  }

  .orthopedic-dark {
    font-size: 12px !important;
  }

  .orthopedic-trauma-1 {
    font-size: 18px !important;
  }

  .sign-img-orthopedic .font-18 {
    font-size: 14px;
  }

  .right-orthopedic {
    padding-bottom: 15px;
  }

  .orthopedic-div {
    margin-bottom: 0px;
  }

  .orthopedic-3 h6 {
    font-size: 18px;
    line-height: 25px;
  }

  .orthopedic-3 .btn-secondary {
    padding: 13px 19px !important;
  }

  .orthopedic-best {
    display: flex;
  }

  /* ENT */
  .ENT-head h3 {
    margin-top: 30px;
    font-size: 20px;
    line-height: 20px;
  }

  .ENT-head p {
    font-size: 12px;
    line-height: 22px;
  }

  .ENT-1 li {
    padding-bottom: 15px;
    font-size: 14px;
  }

  /* event */
  .event_btn img {
    width: 100%;
    max-width: 40px;
  }

  /* robotic-knee */
  .robotic-wrap.comman_section {
    margin-bottom: 50px;
  }

  .robotic-head {
    margin-top: 30px;
  }

  .robotic-head h3 {
    font-size: 20px;
    line-height: 20px;
  }

  .robotic-head p {
    font-size: 14px;
    line-height: 22px;
  }

  .robotic-head-2 h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .robotic-head-2 p {
    font-size: 12px;
    line-height: 22px;
  }

  .card-robotic {
    font-size: 24px;
  }

  .body-robotic h6 {
    font-size: 16px;
  }

  .comman_mt-50 {
    margin-top: 30px;
  }

  .comman_mt-30 {
    margin-top: 20px;
  }

  .comman_mt-15 {
    margin-top: 10px;
  }

  .robotic-crumb .breadcrumb .breadcrumb-item a {
    font-size: 12px;
    line-height: 14px;
  }

  /* urology */
  .urology-head,
  .neauro-head,
  .nephrology-head p {
    font-size: 12px;
    line-height: 22px;
  }

  .sign-img-urology li {
    margin-top: 15px;
  }

  /* neauro */
  .neuro-main-section.comman_section {
    margin-bottom: 20px;
  }

  .neauro-head p {
    margin-bottom: 50px;
  }

  .sign-nephrology li {
    font-size: 14px;
    line-height: 14px;
  }

  /* care unit */
  .care-unit-head h3 {
    font-size: 20px;
    line-height: 20px;
  }

  .intensive-care h5 {
    font-size: 18px;
    margin-top: 20px;
  }

  .intensive-care ul li {
    font-size: 14px;
    margin-bottom: 15px;
  }

  /* orthamology */
  .sign-orthamology li {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .orthamology-main-section .comman_section {
    margin-bottom: 50px;
  }

  /* imagine center */
  .sign-imagine-center li {
    margin-bottom: 15px;
  }

  .imagine-center-main {
    margin-bottom: 50px;
  }

  /* physiotherapy */
  .sign-img-physiotherapy li {
    margin-bottom: 20px;
  }

  .physiotherapy.comman_section {
    margin-bottom: 50px;
  }

  .comman_mt-20 {
    margin-top: 15px;
  }

  .physiotherapy-1 p {
    font-size: 12px;
  }

  .physiotherapy-head p,
  .pathology-head p,
  .operation-theatre-head p,
  .neauro-head p,
  .urology-head p,
  .intensive-care p {
    font-size: 12px;
  }

  .sign-line li::before {
    font-size: 20px;
  }

  .sign-img-urology li {
    font-size: 14px;
  }

  .sign-img .font-18 {
    padding-left: 30px;
  }

  .comman_mt-15 {
    margin-bottom: 25px;
  }

  .nephrology-main-section {
    margin-bottom: 50px;
  }

  /* care of casts */
  .care-of-caste-1 h3 {
    font-size: 20px;
    line-height: 20px;
  }

  .care-of-caste-1 .font-24 {
    font-size: 18px;
  }

  .care-of-caste-1 p {
    font-size: 12px;
  }

  .frequently_main .accordion-button {
    font-size: 12px;
    padding: 13px 0px !important;
  }

  .frequently-asked .accordion-body p {
    font-size: 10px !important;
    line-height: 12px !important;
  }

  .frequently-asked .accordion-item h4 {
    font-size: 12px !important;
  }

  .frequently_asked .accordion-item button h4 {
    font-size: 12px !important;
  }
}

.frequently_asked .accordion-body {
  padding: 13px !important;
}

.frequently_asked .accordion-body p {
  font-size: 10px;
  line-height: 12px;
}

.frequently-main .accordion-item {
  margin-bottom: 10px !important;
}

@media (max-width: 374px) {
  .client_text {
    height: 285px;
  }

  .choose_us_wrapper p {
    width: 100%;
    height: 230px;
    font-size: 14px;
    line-height: 21px;
  }

  .opd-head h1 {
    color: #fff;
    font-size: 24px;
    line-height: 28.63px;
  }

  .opd-docters-name h5 {
    font-size: 12px;
  }

  .opd-time.opd-inline {
    font-size: 12px;
  }

  .opd-box-div-2 {
    margin: 10px 3px;
    padding: 0;
  }

  .feedback-head h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .form-control {
    padding: 12px 25px;
  }

  .feedback-head h1 {
    font-size: 24px;
    line-height: 24px;
  }

  /* brusistis */
  .bursitis-banner .breadcrumb {
    font-size: 12px;
    line-height: 12px;
  }

  .treat-space {
    margin-bottom: 30px;
  }

  .quick-spc {
    margin: 30px 0px;
  }

  .bursitis-div.comman_section {
    padding-bottom: 25px;
  }

  .me-3 {
    margin-right: 10px !important;
  }
}

/* ***************DIWALI POP-UP*********
.diwali-banner-close {
    position: absolute;
    right: -10px;
    z-index: 1;
    top: -10px;
    background-color: #fff;
    border-radius: 100%;
    padding: 9px;
    opacity: 1;
} */

.title-info {
  margin-right: 15px;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 0px;
  margin-bottom: 57px;
}

.title-img img {
  border-radius: 50%;
}

.list-news-1 li {
  margin-top: 25px;
}

.list-view-news ul li a {
  color: #000;
}

.tags-div h4 {
  margin-top: 50px;
  margin-bottom: 10px;
}

.news-img-banner .form-control {
  padding: 17px 55px;
  padding-left: 26px;
}

.search-box.button .btn.btn-primary:hover {
  background-color: #32519f !important;
}

h3.font-24 {
  line-height: 35px;
}

.news-info a {
  color: #0080ca;
  padding: 15px 0px;
}

.news-desc h5 {
  padding: 25px 0px;
}

.news-img-banner .input-group button {
  height: 60px;
}

.news-img-banner .btn {
  padding: 14px 16px;
}

.title-name {
  margin: 0 15px;
}

/* .list-news ul li{margin: 30px 0px;} */
.list-news ul li a {
  color: rgba(0, 0, 0, 0.5);
}

.list-news ul li a:hover {
  color: #fc6a32;
}

.list-tags li:first-child {
  margin-top: 30px !important;
}

/* .list-news h4::after{border-bottom: 1px solid red;} */
.list-tags li {
  padding: 17px 20px;
  margin: 10px 0px;
  border: 1px solid;
  width: auto;
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  border: 1px solid #ddd;
}

a.black-clr {
  color: #000;
}

.list-view-news ul li a {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #000;
  margin-top: 30px;
}

.title-date.font-16 {
  color: rgba(0, 0, 0, 0.5);
  margin-top: 15px;
}

.news-head h4 {
  max-width: 665px;
  width: 100%;
}

.list-news h4.primary-color {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 50px;
  padding-bottom: 10px;
}

.news-info img {
  margin-left: 5px;
}

.pagination a.active {
  background-color: #32519f;
  color: white;
}

.news-desc a {
  color: rgba(0, 128, 202, 1);
}

/* Desktop End */
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li a.disabled {
  color: var(--bs-black-color);
  text-decoration: none;
}

.navigation li {
  display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li a.disabled {
  background-color: #fff;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
  background-color: #32519f;
  color: var(--bs-white-color);
}

.derm_color {
  color: var(--bs-pink);
}

.sticky-sec {
  position: sticky;
  top: 100px;
}

.dermatology-slider .brusitis-para-main .bursitis-1 ul li:before {
  background-repeat: no-repeat;
  content: "\f3de";
  font-weight: 900;
  font-size: 16px;
}

/*---------------------------- Special Offers Slider by Kaushal ----------------------------*/
/* Special Offers Section Styles */
.special_offers-section {
  padding: 60px 0;
  background-color: #fff;
}

.special_offers-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.offers_wrapper {
  text-align: center;
  margin-bottom: 50px;
}

.offers_wrapper h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
}

.offers_wrapper p.dark-color {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 600px;
  margin: 0 auto;
}

/* Swiper Container */
.special_offers-swiper {
  position: relative;
  padding: 20px 0 60px 0;
  overflow: hidden;
}

.special_offers-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.special_offers-swiper .swiper-slide {
  height: auto;
  display: flex;
}

/* Offer Card Styles */
.special_offers-wrap {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.special_offers-wrap:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* Image Container - Updated for better image display */
.special_offers_img {
  position: relative;
  width: 100%;
  height: 280px;
  /* Increased height for better visibility */
  overflow: hidden;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.special_offers_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* Changed from 'cover' to 'contain' to show full image */
  object-position: center;
  transition: transform 0.3s ease;
  display: block;
  padding: 10px;
  /* Add padding to ensure image doesn't touch edges */
  box-sizing: border-box;
}

.special_offers-wrap:hover .special_offers_img img {
  transform: scale(1.02);
  /* Reduced scale to prevent image from being cut off */
}

/* Alternative layout for images that need full visibility */
.special_offers_img.full-image {
  height: 280px;
  border-radius: 15px 15px 0 0;
}

.special_offers_img.full-image img {
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
}

/* Offer Badge */
.offer-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(45deg, #ff6b6b, #ee5a24);
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  z-index: 10;
  text-transform: uppercase;
}

/* Text Content */
.special_offers_text_box {
  padding: 20px 25px;
  /* Reduced top/bottom padding */
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
  min-height: 120px;
  /* Reduced minimum height */
}

.special_offers_text_box h4 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 8px;
  /* Reduced gap between title and excerpt */
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 3.6em;
  /* Ensure consistent title height */
}

.special_offers_text_box p {
  color: #6c757d;
  line-height: 1.6;
  font-size: 0.95rem;
  flex-grow: 1;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Limit excerpt to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Read More Button (Optional) */
.read-more-btn {
  margin-top: 15px;
  display: inline-block;
  color: #007bff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.read-more-btn:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* Swiper Navigation Buttons */
.special_offers-swiper .swiper-button-next,
.special_offers-swiper .swiper-button-prev {
  background: #007bff;
  color: white !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
  transition: all 0.3s ease;
  margin-top: -25px;
}

.special_offers-swiper .swiper-button-next:hover,
.special_offers-swiper .swiper-button-prev:hover {
  background: #0056b3;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
}

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

.special_offers-swiper .swiper-button-next {
  right: 10px;
}

.special_offers-swiper .swiper-button-prev {
  left: 10px;
}

/* Swiper Pagination */
.special_offers-swiper .swiper-pagination {
  bottom: 20px;
}

.special_offers-swiper .swiper-pagination-bullet {
  background: #007bff;
  opacity: 0.3;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.special_offers-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #007bff;
  transform: scale(1.2);
}

.special_offers-swiper .swiper-pagination-bullet:hover {
  opacity: 0.7;
}

/* No Offers Message */
.no-offers-message {
  text-align: center;
  padding: 60px 20px;
  color: #6c757d;
  font-size: 1.1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .special_offers-section {
    padding: 40px 0;
  }

  .offers_wrapper h3 {
    font-size: 2rem;
  }

  .offers_wrapper p.dark-color {
    font-size: 1rem;
    padding: 0 15px;
  }

  .special_offers_img {
    height: 220px;
    /* Increased from 200px */
  }

  .special_offers_img img {
    padding: 8px;
  }

  .special_offers_text_box {
    padding: 15px 20px;
    /* Reduced padding for mobile */
    min-height: 100px;
    /* Reduced minimum height */
  }

  .special_offers_text_box h4 {
    font-size: 1.2rem;
    margin-bottom: 6px;
    /* Reduced gap for mobile */
    min-height: 2.4em;
  }

  .special_offers_text_box p {
    font-size: 0.9rem;
    -webkit-line-clamp: 2;
  }

  .special_offers-swiper .swiper-button-next,
  .special_offers-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }

  .special_offers-swiper .swiper-button-next::after,
  .special_offers-swiper .swiper-button-prev::after {
    font-size: 16px;
  }

  .offer-badge {
    top: 10px;
    right: 10px;
    padding: 4px 10px;
    font-size: 0.75rem;
  }
}

@media (max-width: 480px) {
  .special_offers-section .container {
    padding: 0 15px;
  }

  .offers_wrapper {
    margin-bottom: 30px;
  }

  .offers_wrapper h3 {
    font-size: 1.8rem;
  }

  .special_offers_img {
    height: 200px;
    /* Increased from 180px */
  }

  .special_offers_img img {
    padding: 5px;
  }

  .special_offers_text_box {
    padding: 12px 15px;
    /* Further reduced padding */
    min-height: 90px;
    /* Reduced minimum height */
  }

  .special_offers_text_box h4 {
    font-size: 1.1rem;
    margin-bottom: 5px;
    /* Further reduced gap for small mobile */
    min-height: 2.2em;
  }

  .special_offers_text_box p {
    font-size: 0.85rem;
    -webkit-line-clamp: 2;
  }

  .special_offers-swiper .swiper-button-next,
  .special_offers-swiper .swiper-button-prev {
    width: 35px;
    height: 35px;
    margin-top: -17px;
  }

  .special_offers-swiper .swiper-button-next::after,
  .special_offers-swiper .swiper-button-prev::after {
    font-size: 14px;
  }
}

/* Additional hover effects */
.special_offers_text_box h4 {
  transition: color 0.3s ease;
}

.special_offers-wrap:hover .special_offers_text_box h4 {
  color: #007bff;
}

/* Loading state for images - Updated */
.special_offers_img::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  z-index: 1;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.special_offers_img:not(.loaded)::before {
  opacity: 1;
}

.special_offers_img img {
  position: relative;
  z-index: 2;
}

.special_offers_img img.loaded {
  opacity: 1;
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

/* Image fit alternatives for different image types */
.special_offers_img.fit-cover img {
  object-fit: cover;
  padding: 0;
}

.special_offers_img.fit-contain img {
  object-fit: contain;
  padding: 15px;
}

.special_offers_img.fit-scale img {
  object-fit: scale-down;
  padding: 10px;
}

/*---------------------------- END ----------------------------*/
/*---------------------------- Offer Form by Kaushal ----------------------------*/
/* Your existing Voucher Form Styles */
#voucher-form {
  max-width: 500px;
  margin: 0 auto;
  padding: 30px;
  background-color: #f9f9f9;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  font-family: "Arial", sans-serif;
  background: linear-gradient(135deg, #f9f9f9, #e9ecef);
}

#voucher-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
  font-size: 14px;
}

#voucher-form input[type="text"],
#voucher-form input[type="email"],
#voucher-form select {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}

#voucher-form input[type="text"]:focus,
#voucher-form input[type="email"]:focus,
#voucher-form select:focus {
  border-color: #007bff;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
  outline: none;
}

/* FIXED CHECKBOX STYLES - CRITICAL */
#voucher-form input[type="checkbox"] {
  width: auto !important;
  height: auto !important;
  margin-right: 10px !important;
  display: inline-block !important;
  position: relative !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  clip: auto !important;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  appearance: checkbox !important;
}

#voucher-form label[for="terms"] {
  display: flex !important;
  align-items: center !important;
  font-weight: normal !important;
  color: #555 !important;
  margin-bottom: 20px !important;
  cursor: pointer !important;
}

#voucher-form button[type="submit"] {
  width: 100%;
  padding: 15px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

#voucher-form button[type="submit"]:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}

#voucher-form button[type="submit"]:active {
  transform: translateY(0);
}

#voucher-form button[type="submit"]:disabled {
  background-color: #6c757d !important;
  cursor: not-allowed !important;
  transform: none !important;
}

#voucher-form input[type="text"]::placeholder,
#voucher-form input[type="email"]::placeholder {
  color: #aaa;
}

/* Message styles for AJAX responses */
.voucher-message {
  padding: 15px;
  margin: 15px 0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: normal;
}

.voucher-success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.voucher-error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  #voucher-form {
    padding: 20px;
    margin: 10px;
  }
}

/* Required field asterisk styling */
#voucher-form label span[style*="color: red"] {
  color: #dc3545 !important;
  font-weight: bold;
}

#postexcerpt textarea {
  border: 2px solid #00000048 !important;
}

/*---------------------------- END ----------------------------*/

/* voucher-custom-form design start */
#voucher-form.voucher-custom-form {
  margin: 80px auto !important;
  position: relative;
  background: url("../images/voucher-custom-form-bg.png");
  background-size: cover;
  border-radius: 12px !important;
  background-color: unset !important;
  padding: 37px 51px;
  max-width: 620px;
}

#voucher-form.voucher-custom-form::after {
  background-image: url("../images/voucher-custom-form-label.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  right: 0;
  width: 180px;
  height: 180px;
  top: -85px;
  right: -75px;
}

#voucher-form.voucher-custom-form .voucher-custom-subtitle {
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
}

#voucher-form.voucher-custom-form .voucher-custom-title {
  font-size: 20px;
  line-height: 100%;
}

#voucher-form.voucher-custom-form .voucher-custom-field,
#voucher-form.voucher-custom-form .voucher-custom-select {
  border-color: #0000004D;
  padding: 14px 20px;
  background: transparent;
}

#voucher-form.voucher-custom-form .voucher-custom-field::placeholder,
#voucher-form.voucher-custom-form .voucher-custom-select:required:invalid {
  color: #00000080;
}

#voucher-form.voucher-custom-form .voucher-custom-select {
  background-image: url("../images/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 14px;
}

#voucher-form.voucher-custom-form .voucher-custom-checkbox {
  width: 20px !important;
  height: 20px !important;
}

#voucher-form.voucher-custom-form .voucher-custom-agree {
  font-size: 16px;
  color: #000000 !important;
  margin-bottom: 0 !important;
  width: fit-content;
}

#voucher-form.voucher-custom-form button[type="submit"] {
  background: var(--bs-success-color);
  font-size: 16px;
  transition: all 0.5s ease-in-out;
}

#voucher-form.voucher-custom-form button[type="submit"]:hover {
  transform: translate(0);
  background-color: var(--bs-primary-color);
}

@media (max-width: 1799.98px) {
  #voucher-form.voucher-custom-form::after {
    width: 160px;
    height: 160px;
    top: -66px;
    right: -60px;
  }
}

@media (max-width: 1599.98px) {
  #voucher-form.voucher-custom-form::after {
    width: 150px;
    height: 150px;
    top: -57px;
    right: -50px;
  }
}

@media (max-width: 1399.98px) {
  #voucher-form.voucher-custom-form::after {
    width: 140px;
    height: 140px;
    top: -50px;
  }

  #voucher-form.voucher-custom-form .voucher-custom-title {
    font-size: 19px;
  }

  #voucher-form.voucher-custom-form .voucher-custom-subtitle {
    font-size: 28px;
  }
}

@media (max-width: 991.98px) {
  #voucher-form.voucher-custom-form {
    margin: 60px auto !important;
  }

  #voucher-form.voucher-custom-form::after {
    width: 130px;
    height: 130px;
  }
}

@media (max-width: 767px) {
  #voucher-form.voucher-custom-form {
    margin: 60px auto !important;
    max-width: unset;
    width: 85%;
    padding: 50px 20px;
  }

  #voucher-form.voucher-custom-form::after {
    width: 100px;
    height: 100px;
    right: -24px;
  }

  #voucher-form.voucher-custom-form .voucher-custom-title {
    font-size: 17px;
  }

  #voucher-form.voucher-custom-form .voucher-custom-subtitle {
    font-size: 20px;
  }

  #voucher-form.voucher-custom-form .voucher-custom-field,
  #voucher-form.voucher-custom-form .voucher-custom-select {
    padding: 12px;
    font-size: 16px !important;
  }

  #voucher-form.voucher-custom-form button[type="submit"] {
    padding: 11px;
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  #voucher-form.voucher-custom-form {
    width: 90%;
  }

  #voucher-form.voucher-custom-form::after {
    width: 80px;
    height: 80px;
    right: -15px;
  }
}

/* voucher-custom-form design end */

