/* FONT FAMILY */

/* 


    font-family: 'Lato', sans-serif;

    font-family: 'Rajdhani', sans-serif;
     
    font-family: 'Saira', sans-serif;

/* COLOR CODE */

@import url("https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Rajdhani:wght@300;400;500;600;700&display=swap");

:root {
  --primary-color: #de0a7c;
  --secondary-color: #007cb0;
  --third-color: #8cc536;
  --forth-color: #00a840;
  --basic-color: #333;
  --hover-color: #00a840;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Rajdhani", sans-serif;
}

body {
  background-color: fff;
  font-family: "Rajdhani", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rajdhani", sans-serif;
}

p {
  font-family: "Lato", sans-serif;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
}

/* =========================MENU STARTS====================== */

/*================= MENU END=============================== */

/* ====================slider main==================================== */

.slider-main .carousel-caption h5 {
  font-size: 75px;
  font-weight: 600;
  margin: 15px 0 35px 0;
  font-family: "Saira", sans-serif !important;
  letter-spacing: 0;
  line-height: 80px;
}

.slider-main .carousel-caption span {
  color: var(--forth-color);
  font-family: "Saira", sans-serif !important;
}

.slider-main .carousel-caption p {
  font-size: 22px;
  font-family: "Saira", sans-serif !important;
}

.slider-top-heading {
  font-size: 22px;
  margin-top: 10px;
  color: #fff !important;
  font-weight: 400;
  font-family: "Saira", sans-serif !important;
}

.slider-main .carousel-caption .img-icon {
  margin-right: 5px;
}

.carousel-caption {
  left: 10%;
  top: 13%;
  text-align: left;
}

.carousel-caption a {
  background: var(--forth-color);
  padding: 10px 30px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  transition: transform 0.3s ease;
  font-family: "Saira", sans-serif !important;
}

.carousel-caption a:hover {
  background: #fff;
  color: var(--forth-color);
  transform: translateY(-20%);
}

/* RIGHT SECTION */

.page-content {
  position: relative;
  top: -160px;
}

.quickLinks-wrap {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 102;
  width: 98px;
  align-items: center;
  pointer-events: none;
}

body>.quickLinks-wrap {
  top: 0;
}
.slider-main .img-fluid{
    width:100%;
}

body>.quickLinks-wrap .quickLinks {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body>.quickLinks-wrap .quickLinks:not(.stuck) .quickLinks-open {
  display: none;
}

body>.quickLinks-wrap .quickLinks.stuck {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

body:not(.touch) .quickLinks.stuck {
  transition: transform 0.75s;
}

.quickLinks:not(.stuck) {
  transform: translateY(0) !important;
}

.quickLinks {
  width: 98px;
  z-index: 102;
  right: 0;
  pointer-events: auto;
  transform: translateY(-100px);
}

.quickLinks:not(.stuck)>.container {
  padding: 0;
}

.quickLinks:not(.stuck)>.container>.row {
  flex-direction: column;
}

.quickLinks:not(.stuck)>.container>.row>.col {
  width: 100%;
  min-height: inherit;
  z-index: 9999999;
}

.quickLinks:not(.stuck)>.container>.row>.col.col-close {
  display: none;
}

.quickLinks .col>.link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3px 12px;
  min-height: 98px;
  background-color: #26a7eb;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  transition: background-color 0.3s;
  font-weight: 500;
}

@media (max-width: 1023px) {
  .quickLinks .col>.link {
    font-size: 10px;
  }
}

.quickLinks .col>.link>[class*="icon-"] {
  font-size: 38px;
  line-height: 1.3em;
}

body:not(.touch) .quickLinks .col>.link:hover,
.quickLinks .col>.link.active {
  text-decoration: none;
  color: #26a7eb;
  background-color: #fff !important;
  box-shadow: inset 0 8px 8px rgba(0, 0, 0, 0.05);
}

.quickLinks.stuck {
  position: fixed;
  width: 100%;
  max-width: 100vw;
  top: 0;
}

.quickLinks.stuck .col>.link {
  min-height: 98px;
}

.quickLinks.closed.stuck {
  transform: translateY(-30px) !important;
}

.quickLinks .col-close {
  max-width: 38px;
  flex: 38px;
  color: #26a7eb;
  background-color: #fff !important;
  box-shadow: inset 0 8px 8px rgba(0, 0, 0, 0.05);
}

.quickLinks .col-close a {
  display: block;
  position: relative;
  z-index: 1;
  text-decoration: none;
  width: 38px;
  height: 95px;
  text-shadow: none;
  font-size: 12px;
  color: #787878;
}

.quickLinks .col-close a:hover {
  text-decoration: none;
}

.quickLinks .col-close a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.quickLinks .link-drop {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: #f5f5f5;
  color: #424242;
  /* padding: 30px; */
  padding: 20px 25px;
  top: 100%;
  left: 0;
  width: 390px;
  max-width: 100vw;
  transform: translateY(-20px);
  z-index: -1;
  transition: opacity 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  pointer-events: none;
  text-align: left;
  text-transform: none;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1229px) {
  .quickLinks .link-drop {
    width: 357px;
  }
}

.quickLinks .link-drop-title {
  text-transform: none;
  margin-bottom: 18px;
}

.quickLinks .link-drop-title>[class*="icon-"] {
  position: relative;
  top: 3px;
  font-size: 25px;
  line-height: 1em;
  color: #26a7eb;
  padding-right: 10px;
}

.quickLinks .link-drop .row-table {
  width: 100%;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  color: #787878;
}

.quickLinks .link-drop .row-table tr:not(:last-child) {
  border-bottom: 1px solid #ededed;
}

.quickLinks .link-drop .row-table td {
  padding: 5px 0;
}

.quickLinks .link-drop .row-table td:last-child {
  text-align: right;
  color: #444;
  padding-right: 5px;
  padding-left: 5px;
}

.quickLinks .link-drop p {
  font-size: 15px;
  line-height: 24px;
}

.quickLinks:not(.stuck) .link-drop {
  left: -390px !important;
  top: 0;
  right: auto !important;
  transform: translateY(20px);
}

@media (max-width: 1229px) {
  .quickLinks:not(.stuck) .link-drop {
    left: -357px !important;
  }
}

.quickLinks .col:nth-last-child(2) .link-drop {
  left: auto;
  right: 0;
}

.quickLinks:not(.stuck) .col:nth-last-child(3) .link-drop,
.quickLinks:not(.stuck) .col:nth-last-child(2) .link-drop,
.quickLinks:not(.stuck) .col:nth-last-child(1) .link-drop {
  bottom: 0;
  top: auto;
  transform: translateY(-20px);
}

.quickLinks .google-map {
  width: 390px;
  max-width: 100vw;
  height: 312px;
}

@media (max-width: 1229px) {
  .quickLinks .google-map {
    width: 357px;
  }
}

.quickLinks ul.icn-list li .phone {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #424242;
  position: relative;
  top: -2px;
}

.quickLinks ul.icn-list li {
  padding-left: 24px;
}

.quickLinks ul.icn-list li>[class*="icon"] {
  top: 6px;
  font-size: 14px;
}

.quickLinks .col:nth-child(1)>.link {
  background-color: #17a8ea;
}

.quickLinks .col:nth-child(2)>.link {
  background-color: #26a7eb;
}

.quickLinks .col:nth-child(3)>.link {
  background-color: #32acec;
}

.quickLinks .col:nth-child(4)>.link {
  background-color: #51b8ef;
}

.quickLinks .col:nth-child(5)>.link {
  background-color: #63bef1;
}

.quickLinks .col:nth-child(6)>.link {
  background-color: #7cc8f3;
}

.quickLinks .col:nth-child(7)>.link {
  background-color: #7ed0ff;
}

.quickLinks.stuck .link-drop {
  top: -1000%;
}

@media (min-width: 1024px) {

  body:not(.touch) .quickLinks .col:hover .link-drop,
  body.touch .col.hovered .link-drop {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%) !important;
    transition-delay: 0s, 0s, 0s, 0.3s;
    pointer-events: auto;
  }

  .quickLinks.stuck .col:hover .link-drop {
    top: 100%;
  }
}

.link-drop-title {
  text-transform: none;
  margin-bottom: 15px;
}

.link-drop-title>[class*="icon-"] {
  position: relative;
  top: 3px;
  font-size: 25px;
  line-height: 1em;
  color: #26a7eb;
  padding-right: 10px;
}

.link-drop .row-table {
  width: 100%;
  max-width: 400px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.link-drop .row-table i {
  color: #787878;
  font-style: normal;
}

.link-drop .row-table tr:not(:last-child) {
  border-bottom: 1px solid #ededed;
}

.link-drop .row-table td {
  padding: 5px 0;
}

.link-drop .row-table td:last-child {
  text-align: right;
}

.header-quickLinks .quickLinks,
.header-quickLinks .quickLinks.stuck {
  transform: translateY(0) !important;
}

@media (max-width: 1023px) {
  .quickLinks .col>.link>[class*="icon-"] {
    font-size: 30px;
  }

  .quickLinks.stuck .col>.link {
    min-height: 76px;
  }
}

@media (max-width: 767px) {
  .quickLinks .col>.link>[class*="icon-"] {
    font-size: 18px;
  }

  .quickLinks.stuck .col>.link {
    min-height: 36px;
  }
}

.quickLinks-top .link-drop {
  background-color: #f5f5f5;
  color: #424242;
  padding: 15px;
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%) !important;
  transition-delay: 0s, 0s, 0.3s;
  pointer-events: auto;
}

@media (max-width: 1023px) {
  .quickLinks.stuck {
    position: relative !important;
    transform: translateY(0);
  }

  .quickLinks>.container {
    padding: 0;
  }

  .quickLinks .col-close {
    display: none;
  }

  .header-quickLinks .quickLinks {
    position: relative !important;
    transform: translateY(0);
    width: 100%;
    max-width: 100vw;
    top: 0;
  }

  .header-quickLinks .quickLinks:not(.stuck)>.container>.row {
    flex-direction: row;
  }
}

.quickLinks .quickLinks-open {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-left: 45px solid rgba(38, 167, 235, 0.25);
  transform: rotate(-45deg);
  right: -10px;
  top: -20px;
  cursor: pointer;
}

.quickLinks .quickLinks-open span {
  position: absolute;
  user-select: none;
  top: -16px;
  right: 20px;
  z-index: 1;
  color: #424242;
  font-size: 30px;
  transform: rotate(45deg);
}

.quickLinks.closed .quickLinks-open {
  top: 70px;
  opacity: 1;
  pointer-events: auto;
}

body:not(.touch) .quickLinks.closed .quickLinks-open:hover {
  border-left: 45px solid rgba(38, 167, 235, 0.5);
}

body:not(.touch) .quickLinks.closed .quickLinks-open:hover span {
  color: #fff;
}

.page-content .quickLinks:not(.stuck) .quickLinks-open {
  display: none !important;
}

.quickLinks ul.icn-list .phone {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #444;
}

.slider-form {
  background-color: #26a7eb !important;
}

.slider-form i {
  color: #fff !important;
}

.slider-form .form-control {
  background-color: #eee;
  border-radius: 0;
}

.slider-form .slider-form-btn {
  border-radius: 0;
}

/* RIGHT SECTION */

/* =====================slider ends=================================== */

/* ========================aboutus-section start ======================== */

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

.aboutus-content {
  padding: 20px 0;
}

.aboutus-section .aboutus-content h2 {
  font-size: 16px;
  color: rgb(148, 147, 147);
}

.aboutus-section .aboutus-content h3 {
  font-size: 40px;
  font-weight: 800;
  color: var(--secondary-color);
}

.aboutus-section .aboutus-content p {
  font-size: 16px;
  color: rgb(148, 147, 147);
  padding: 0px;
}

.aboutus-section .aboutus-content h4 {
  font-size: 21px;
  font-weight: 700;
  color: var(--secondary-color);
}

.icon-content-section .icon-content i {
  background-color: var(--primary-color);
  font-size: 10px;
  color: #fff;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  text-align: center;
  line-height: 14px;
}

.icon-content-section .icon-content {
  padding: 10px 0;
}

.aboutus-button .bt1 {
  padding: 10px 30px;
  margin-right: 15px;
  background-color: transparent;
  border: 1px solid var(--primary-color);
  transition: 1s;
}

.aboutus-button {
  margin-top: 25px;
}

.aboutus-button .bt2 {
  padding: 10px 30px;
  background-color: var(--secondary-color);
  border: none;
  transition: 1s;
}

.aboutus-button .bt1 a {
  color: var(--primary-color);
  font-weight: 600;
  text-decoration: none;
}

.aboutus-button .bt1:hover {
  background-color: var(--primary-color);
}

.aboutus-button .bt1:hover a {
  color: #fff;
}

.aboutus-button .bt2:hover {
  background-color: var(--primary-color);
}

.aboutus-button .bt2 a {
  font-weight: 600;
  text-decoration: none;
  color: #fff;
}

.aboutus-img .experienced-box {
  background: aqua;
  width: 55%;
  padding: 18px 19px;
  position: absolute;
  bottom: 152px;
  left: 59px;
  background-color: #fff;
}

.aboutus-img .experienced-box i {
  font-size: 50px;
  margin-right: 25px;
  margin-top: 14px;
  color: var(--secondary-color);
}

.aboutus-img .experienced-box span {
  font-size: 28px;
  top: 39px;
  margin-top: -27px;
  position: absolute;
}

.aboutus-section .aboutus-img img {
  position: relative;
}

.aboutus-img .experienced-box h2 {
  font-size: 60px;
  font-weight: 700;
  color: rgb(7, 7, 46);
}

.aboutus-img .experienced-box h3 {
  font-size: 22px;
  color: #7d7979;
  margin-top: -12px;
}

.aboutus-img {
  margin-top: 50px;
}

/*=================== aboutus-section end========================= */

/* =================service-section start =====================*/

.service-section {
  padding: 50px 0;
  position: relative;
  background: #f6f7f9;
}

.heading-main {
  padding-bottom: 30px;
}

.heading-main h5 {
  color: var(--primary-color);
}

.service-section .heading-main h2 {
  text-align: left;
  font-size: 40px;
  font-weight: 800;
  line-height: 42px;
  color: var(--secondary-color);
}

.service-section .service-content-section {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  transition: border 0.1s ease-in;
  background-color: #fff;
}

.service-section .service-content-section:hover {
  border: 1px solid var(--secondary-color);
}

.service-content-section .icon-service i {
  font-size: 60px;
  color: rgb(136, 133, 133);
}

.service-content-section h4 {
  font-size: 25px;
  font-weight: 600;
  color: var(--secondary-color);
  padding: 15px 0;
}

.service-section .service-content-section p {
  color: rgb(141, 138, 138);
  padding-bottom: 50px;
}

.service-content-section a {
  font-size: 15px;
  text-decoration: none;
  font-weight: 700;
  color: var(--secondary-color);
}

.service-content-section:hover a {
  text-decoration: none;
}

.service-content-section a i {
  margin-left: 5px;
}

.service-section .service-right-content h3 {
  font-size: 60px;
  font-weight: 900;
  color: var(--secondary-color);
}

.service-section .service-right-content p {
  color: rgb(141, 138, 138);
}

.service-slider-section .owl-nav {
  position: absolute;
  right: 0;
  top: -15%;
  font-size: 25px;
  color: var(--secondary-color);
}

.service-slider-section .owl-nav i {
  background-color: #fff;
  padding: 11px 40px;
  border-radius: 25px;
}

.service-slider-section .owl-nav .owl-prev {
  left: -180px;
  position: absolute;
}

.service-slider-section .owl-nav .owl-next {
  position: absolute;
  right: 0;
  background: #ddd;
}

/* ======================service-section end====================== */

/* =======================experienced-doctor-section start =====================*/

.experienced-doctors-section {
  padding: 50px 0;
  background-color: #eee;
  padding-bottom: 0;
  text-align: center;
  position: relative;
}

.doctor-icon {
  position: absolute;
  top: -2%;
  left: -10%;
}

.experienced-doctor-content {
  padding-bottom: 0;
  padding-left: 50px;
  /* position: absolute; */
}

.experienced-doctor-content img {
  /* margin-left: -63px; */
}

.experienced-doctor-content h2 {
  font-size: 19px;
  font-weight: 800;
  color: var(--primary-color);
  z-index: 99999;
}

.experienced-doctor-content h3 {
  font-size: 40px;
  font-weight: 800;
  color: var(--secondary-color);
  z-index: 99999;
}

.experienced-doctor-content p {
  font-size: 18px;
  color: #534c4c;
  padding: 15px 0;
  z-index: 99999;
}

.experienced-doctor-content .b1 {
  border: none;
  background-color: var(--secondary-color);
  padding: 12px 25px;
  margin-right: 30px;
  transition: 1s;
}

.experienced-doctor-content button a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}

.experienced-doctor-content .b2 {
  border: none;
  padding: 12px 40px;
  background-color: #fff;
  transition: 1s;
  margin: 35px auto;
}

.experienced-doctor-content .b2 a {
  font-weight: 700;
  color: var(--basic-color);
}

.experienced-doctor-content .b1:hover {
  background-color: var(--primary-color);
}

.experienced-doctor-content .b2:hover {
  background-color: var(--primary-color);
}

.experienced-doctor-content .b2:hover a {
  color: #fff;
}

.doctor-img-detail img {
  width: 80%;
  height: 80%;
  border-radius: 50%;
}

.doctor-img-detail {
  background-color: #fff;
  text-align: center;
  padding: 31px 10px;
  /* margin-bottom: -9px; */
  min-height: 400px;
  margin-top: 40px;
}

.image-margin {
  /* margin-top: 40px; */
  margin: 40px auto;
}

.doctors-img .doctor-img-detail h3 {
  font-size: 21px;
  font-weight: 800;
  padding-top: 25px;
}

.doctors-img .doctor-img-detail h4 {
  font-size: 15px;
  font-weight: 600;
  color: var(--secondary-color);
}

.experienced-doctors-section .owl-prev {
  position: absolute !important;
  top: 46.2% !important;
  left: 0 !important;
  font-size: 25px !important;
  /* background: #EEE !important; */
  width: 30px !important;
  color: #333 !important;
  display: grid;
  justify-content: center;
  align-items: center;
  background: #fff !important;
}

.experienced-doctors-section .owl-next {
  position: absolute !important;
  top: 46.2% !important;
  right: 0 !important;
  font-size: 25px !important;
  /* background: #EEE !important; */
  background: #fff !important;
  width: 30px !important;
  color: #333 !important;
  display: grid;
  justify-content: center;
  align-items: center;
}

/* 
.experienced-doctors-section .owl-nav, .owl-dots {
  margin: 30px auto;
} */

/* =============================experienced-doctor-section end===================== */

/* ===========================Counter Section starts======================= */

.right-section {
  background-color: #1ab9e0;
  padding: 15px 25px;
}

.about-medical .about-head {
  margin-top: 40px;
  margin-bottom: 47px;
  margin-left: 0px;
}

.about-medical .col-md-5 {
  padding-right: 0;
}

.about-medical .col-md-5 img {
  width: 100%;
  height: 100%;
}

.about-medical .col-md-7 {
  padding-left: 0;
}

.about-medical .about-head h3 {
  font-size: 20px;
  color: #fff;
}

.about-medical .about-head h4 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 85px;
}

.about-medical .icon-section .media {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px;
}

.about-medical .icon-section .media-b {
  border-right: none;
}

.about-medical .icon-section2 .media-b {
  border-right: none !important;
}

.about-medical .media img {
  margin-right: 20px;
  width: 23%;
  margin-top: 10px;
}

.about-medical .media-body h5 {
  color: #fff;
  font-size: 64px;
  font-weight: 900;
  margin-bottom: 0;
  line-height: 57px;
}

.about-medical .media-body p {
  color: #fff;
  font-size: 16px;
}

.about-medical .right-section .col-md-4 {
  padding-left: 0;
  padding-right: 0;
}

.right-section .icon-section {
  padding: 0px 0px;
}

.right-section .icon-section2 {
  padding: 0 80px;
  margin-bottom: 47px;
}

.about-medical .icon-section2 .media {
  border-right: 1px solid #fff;
  padding-left: 17px;
  padding-bottom: 25px;
}

.media-border {
  border-bottom: none !important;
}

.about-medical .media-border {
  margin-bottom: 42px;
}

/* ================Counter Section ends======================= */

/*================== facilities section start =-================*/

.facilities-section {
  background-image: url(../img/bg-11.png);
  padding: 90px 0px;
  background-color: #f0f0f0;
}

.facilities-section h3 {
  color: #fff;
  text-align: center;
  color: #1ab9e0;
  margin-bottom: 10px;
  font-size: 21px;
}

.facilities-section h4 {
  color: var(--basic-color);
  text-align: center;
  margin-bottom: 60px;
  font-size: 47px;
  font-weight: 700;
}

.facilities-section h5 {
  color: var(--basic-color);
  font-size: 22px;
  font-weight: 600;
}

.facilities-section p {
  color: var(--basic-color);
  opacity: 0.8;
}

.facilities-section .media img {
  margin-right: 25px;
}

.facilities-section .media-main {
  border-right: 1px solid #d2d2d2;
}

.facilities-section hr {
  background: #fff;
}

.facilities-section .media {
  margin-bottom: 30px;
}

.my-border {
  border-bottom: 1px solid #d2d2d2 !important;
  width: 90%;
  margin-bottom: 35px;
  opacity: 0.7;
}

/* =====================facilities section end =====================*/

/* facilities lower section start */

/* facilities lower section end */

/*=============================== testimonial-section start ==========================*/

.testimonial-section {
  text-align: center;
  position: relative;
  background-image: url("../img/testimonial-background-img.png");
  padding: 50px 0;
}

.testimonial-section .client-img img {
  border-radius: 100%;
  width: 70px;
  transition: transform 0.5s ease;
  animation: topdown 8s ease-in-out infinite;
  display: none;
}

@keyframes topdown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}

/*
.client-img {
  display: none;
} */

.testimonial-section .client-img1 {
  position: absolute;
  top: 8%;
  left: 100px;
}

.testimonial-section .client-img2 {
  top: 8%;
  position: absolute;
  right: 12%;
}

.testimonial-section .client-img3 {
  position: absolute;
  bottom: 10%;
  left: 10%;
  width: 45px;
}

.testimonial-section .client-img4 {
  position: absolute;
  top: 50%;
  right: 2%;
  width: 45px;
}

.testimonial-section .client-img5 {
  position: absolute;
  right: 13%;
  bottom: 3%;
}

.testimonial-section h2 {
  font-size: 20px;
  font-weight: 700;
  color: var(--secondary-color);
}

.testimonial-section h3 {
  font-size: 50px;
  font-weight: 800;
  color: rgb(7, 7, 46);
}

.testimonial-section p {
  font-size: 22px;
  color: rgb(149, 147, 147);
  font-style: italic;
  margin-left: 20%;
  margin-right: 20%;
}

.testimonial-section h4 {
  font-size: 15px;
  font-weight: 800;
  color: var(--secondary-color);
}

.testimonial-section .client-review-img img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  border: solid 5px var(--secondary-color);
  display: none;
}

.testimonial-section .client-review-img {
  padding: 35px 0;
  display: grid;
  place-items: center;
}

.owl-nav,
.owl-dots {
  margin-top: 5px;
  text-align: center;
}

.owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.owl-dot.active {
  background-color: #3fbbc0 !important;
}

/* ============================testimonial-section end======================== */

/********************** service-page-section  start****************************/

.service-page-section {
  background-image: url("../img/service-section-img/service-detail-img.jpg");
  height: 300px;
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.service-page-section h2 {
  font-size: 60px;
  position: absolute;
  font-weight: 800;
  color: var(--secondary-color);
  bottom: 145px;
  left: 191px;
}

.page-breadcrumb {
  position: relative;
  display: inline-block;
  padding-left: 120px;
  padding-right: 25px;
  z-index: 8;
  bottom: -75%;
}

.page-breadcrumb li {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  padding-right: 0px;
  margin-right: 5px;
  padding-right: 10px;
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  z-index: 10;
}

.page-breadcrumb::before {
  position: absolute;
  left: 95px;
  top: 0;
  right: 0;
  background: #ffffff;
  content: "";
  height: 101%;
  transform: skew(-35deg);
  box-shadow: 0 8px 29px rgba(0, 0, 0, 0.35);
  width: 69%;
  z-index: 1;
  bottom: 0;
}

.page-breadcrumb::after {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--secondary-color);
  content: "";
  height: 100%;
  transform: skew(0deg);
  width: 40%;
  left: 0;
  padding: 0;
}

.neurology-service-section {
  padding: 50px 0;
}

.service-right-section h2 {
  font-size: 40px;
  font-weight: 800;
  color: #000;
  padding: 10px 0;
}

.neurology-content-section h3 {
  font-size: 32px;
  font-weight: 700;
  padding: 15px 0;
  color: var(--secondary-color);
}

.neurology-content-section h4 {
  font-size: 22px;
  color: var(--secondary-color);
  font-weight: 600;
}

.neurology-content-section p span {
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 600;
}

.neurology-content-section p {
  color: #555;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}

.neurology-content-section ul li {
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  font-weight: 600;
  padding-left: 25px;
  margin-bottom: 11px;
  list-style: square;
}

.department-address-section {
  background-image: url("../img/service-section-img/department-address-img.jpg");
  padding: 45px 30px 40px;
  color: #fff;
}

.department-address-section h3 {
  font-size: 34px;
  font-weight: 900;
}

.department-address-section .address-box-section h3 {
  font-size: 22px;
  font-weight: 700;
}

.address-box-section {
  padding: 10px 0;
}

.department-address-section .address-box-section i {
  margin-right: 10px;
  font-size: 22px;
}

/* service-page-section */

/**************************** service-page-section end ***********************/

/* ===========================footer Starts============================ */

.footer-section {
  background-image: url(../img/bg-11.png);
  background-size: cover;
  margin-top: 50px;
  color: #333;
  padding-top: 50px;
}

.footer-section .footer-in {
  margin-bottom: 30px;
}

.footer-section .media img {
  margin-right: 25px;
}

.footer-section hr {
  border-top: 1px solid #007cb0;
}

.footer-section .footer-link ul {
  list-style: none;
}

.footer-section .footer-link ul li {
  line-height: 34px;
}

.footer-section .footer-link ul li a {
  color: #333;
  text-decoration: none;
}

.footer-section .footer-link ul li i {
  color: #007cb0;
}

.footer-section .footer-social ul li {
  list-style: none;
  display: inline-block;
}

.footer-section .footer-social ul li i {
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #007cb0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.footer-section .col-md-3 {
  margin-top: -16px;
  padding: 72px 59px;
}

.footer-section .col-md-12 {
  text-align: center;
  padding: 6px 0;
}

.footer-section .col-md-12 h4 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 12px;
  padding: 10px;
}

.footer-section img {
  width: 30%;
}

.footer-section .col-md-4 .media img {
  width: 72px;
}

.footer-section .media-body h5 {
  font-size: 24px;
  font-weight: 600;
  color: #007cb0;
  text-transform: capitalize;
}

.footer-section .footer-link .media h2 {
  font-size: 16px;
  color: #007cb0;
}

.footer-section .footer-link .media-body h6 {
  margin-left: 20px;
}

.footer-section .lower-footer .col-md-4 {
  padding: 60px 77px;
}

.footer-section .lower-footer .col-md-4 h3 {
  margin-bottom: 19px;
}

.footer-section .lower-footer .media {
  margin-bottom: 20px;
}

.footer-section .lower-footer h3 {
  color: #007cb0;
  font-weight: 600;
  font-size: 25px;
}

/* ===========================footer Ends============================ */

/* ===========copyrights starts=========================== */

.last-section {
  background-color: #007cb0;
}

.last-section a {
  color: #fff;
  text-decoration: none;
  font-family: "Lato", sans-serif;
}

.last-section p {
  padding: 10px 0;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
}

/* ===========copyrights endss=========================== */

/*+++++++++++++++++++++++++ about inner section start++++++++++++++++++ */

.about-inner-header-section {
  background-image: url(../img/about-section/about-img.jpg);
  padding: 80px 0px;
}

.about-inner-header-section h3 {
  font-size: 60px;
  color: #fff;
}

.about-inner-header-section h4 {
  font-size: 20px;
  color: #fff;
}

.about-inner-main {
  margin-top: 40px;
}

.about-inner-main-right {
  margin-left: 74px;
  margin-top: 10px;
}

.about-inner-main-right h3 {
  font-size: 40px;
  color: #007cb0;
  font-weight: 700;
}

.about-inner-main-right h3::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 203px;
  background: #1ae38f;
  top: 7%;
  left: 91px;
  transform: translateY(-50%);
}

.about-inner-main-right h4 {
  font-size: 33px;
  margin-top: 36px;
  color: steelblue;
}

.about-inner-main-right h5 {
  font-size: 28px;
  color: #007cb0;
  font-weight: 700;
}

.about-inner-main .about-inner-img img {
  margin-top: 21px;
  margin-bottom: 30px;
}

.about-inner-main-right p b {
  color: #1ae38f;
}

/* +++++++++++++++about inner section end ++++++++++++++++++*/

/*=================-- best-hospital-in-patna-section start -==========*/

.service-page-section {
  background-image: url("../img/service-section-img/service-detail-img.jpg");
  height: 300px;
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.service-page-section h2 {
  font-size: 60px;
  position: absolute;
  font-weight: 800;
  color: var(--secondary-color);
  bottom: 145px;
  left: 191px;
}

.page-breadcrumb {
  position: relative;
  display: inline-block;
  padding-left: 140px;
  padding-right: 25px;
  z-index: 8;
  bottom: -75%;
}

.page-breadcrumb li {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  margin-right: 10px;
  padding-right: 10px;
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  z-index: 10;
}

.page-breadcrumb::before {
  position: absolute;
  left: 95px;
  top: 0;
  right: 0;
  background: #ffffff;
  content: "";
  height: 101%;
  transform: skew(-35deg);
  box-shadow: 0 8px 29px rgba(0, 0, 0, 0.35);
  width: 65%;
  z-index: 1;
  bottom: 0;
}

.page-breadcrumb::after {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--secondary-color);
  content: "";
  height: 100%;
  transform: skew(0deg);
  width: 40%;
  left: 0;
  padding: 0;
}

.neurology-service-section {
  padding: 50px 0;
}

.service-right-section h2 {
  font-size: 40px;
  font-weight: 800;
  color: #000;
  padding: 10px 0;
}

.neurology-content-section h3 {
  font-size: 32px;
  font-weight: 700;
  padding: 15px 0;
  color: var(--secondary-color);
}

.neurology-content-section p {
  color: #555;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}

.neurology-content-section ul li {
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  font-weight: 600;
  padding-left: 25px;
  margin-bottom: 11px;
  list-style: outside;
}

.department-address-section {
  background-image: url("../img/service-section-img/department-address-img.jpg");
  padding: 45px 30px 40px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.department-address-section h3 {
  font-size: 34px;
  font-weight: 900;
}

.department-address-section .address-box-section h3 {
  font-size: 22px;
  font-weight: 700;
}

.address-box-section {
  padding: 10px 0;
}

.address-box-section p {
  font-size: 14px;
}

.department-address-section .address-box-section i {
  margin-right: 10px;
  font-size: 22px;
}

/*=================-- best-hospital-in-patna-section end -==========*/

/* doctor list section start */

.neurology-content-section .my-table tr th {
  vertical-align: middle;
}

/* doctor list section end */

/* gallery-section start */

.gallery-section img {
  width: 300px;
  height: 200px;
}

.gallery-section {
  padding: 20px 0;
}

.gallery-section h2 {
  font-weight: 700;
  color: var(--secondary-color);
}

/* gallery-section end */

/*book appointment section start  */

.neurology-service-section form {
  padding: 0;
  background-color: #fff;
}

.neurology-service-section form h4 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #007cb0;
}

.neurology-service-section .form-section {
  border: solid 1px #d4d4d4;
  padding: 30px;
}

.neurology-service-section .form-section label {
  margin-left: 10px;
  font-weight: 500;
}

.neurology-service-section .form-section .form-button {
  text-align: center;
}

.neurology-service-section .form-section .form-button a {
  color: #fff;
}

.neurology-service-section .btn-default {
  background-color: #007cb0;
}

/* Book Appointment section end */

.slider-main .slide-a1 img {
  width: 100%;
}

/***************** covid-page start *******************/

/*about-section of covid start*/

.about-covid .covid-about-img img {
  width: 100%;
}

.about-covid {
  padding: 50px 0;
}

.about-covid .about-covid-content {
  margin-left: 50px;
}

.about-covid .about-covid-content h2 {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-color);
}

.about-covid .about-covid-content h3 {
  font-size: 30px;
  font-weight: 700;
  color: var(--secondary-color);
}

.about-covid .about-covid-content span {
  color: var(--forth-color);
  font-weight: 600;
  font-size: 17px;
}

.about-covid .about-covid-content p {
  line-height: 28px;
}

.about-covid .about-covid-content ul li {
  padding: 4px 0;
  font-weight: 600;
  font-size: 18px;
}

/*about-section of covid end*/

/*covid-symtoms start*/

.covid-symtoms .covid-symtoms-rightside img {
  width: 100%;
}

.covid-symtoms .covid-symtoms-rightside {
  padding-top: 80px;
}

.covid-symtoms {
  text-align: center;
  background-image: url(../img/covid-img/covid-systoms-bg.jpg);
  background-size: cover;
  padding: 60px 20px;
  padding-bottom: 0;
}

.covid-symtoms h2 {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
}

.covid-symtoms h3 {
  font-weight: 700;
  color: var(--secondary-color);
}

.covid-symtoms p {
  padding: 10px 20%;
  margin-bottom: 60px;
}

.symtoms-image {
  padding: 20px 0;
}

.symtoms-image h4 {
  font-size: 25px;
  font-weight: 600;
  color: var(--secondary-color);
  text-align: center;
  padding-top: 15px;
}

/*covid-symtoms end*/

/*covid- hand wash process start*/

.handwash-process .covid-handwash-image img {
  width: 100%;
}

.covid-handwash-image {
  margin-top: 70px;
}

.handwash-process {
  background-color: #f0f6ff;
  margin: 30px 0;
  padding-top: 70px;
  text-align: center;
}

.handwash-process h2 {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
}

.handwash-process h3 {
  font-size: 45px;
  font-weight: 600;
  color: var(--secondary-color);
}

.handwash-process p {
  padding: 0 17%;
  margin-bottom: 30px;
}

.covid-handwash-image .handwash-step img {
  width: 100%;
}

.covid-handwash-image .handwash-step {
  background-color: #fff;
  padding: 40px 30px;
  margin: 10px;
}

.covid-handwash-image .handwash-step h4 {
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  padding-top: 10px;
  color: var(--secondary-color);
}

.covid-handwash-image .handwash-step:hover {
  background-color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 2, 68, 0.12);
}

/*covid hand wash process end */

/************** covid-page end *******************/

;
/*-------Responsive CSS----------*/

@media screen and (max-width: 1299px) {
  .about-medical .about-head {
    margin-left: 0;
  }

  .right-section .icon-section {
    padding: 0;
  }
}

@media screen and (max-width: 1199px) {
  .slider-main .carousel-caption h5 {
    font-size: 65px;
  }

  .about-medical .about-head {
    margin-left: 0;
  }

  .right-section .icon-section {
    padding: 0;
  }

  .about-medical .media-body p {
    font-size: 16px;
  }

  .quickLinks .col>.link {
    font-size: 14px !important;
  }

  .testimonial-section h3 {
    font-size: 40px;
  }

  .facilities-section h5 {
    font-size: 19px;
  }

  .footer-section .lower-footer .col-md-4 {
    padding: 0px 15px;
  }

  .footer-section .col-md-3 {
    margin-top: 0;
    padding: 0px 15px;
  }

  .footer-section .media img {
    margin-right: 15px;
  }

  .footer-section .media-body h5 {
    font-size: 22px;
  }

  .footer-section .media p {
    font-size: 13px;
  }
}

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

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

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

  /* service-page-section */
  .service-page-section h2 {
    font-size: 30px;
    left: 42px;
  }

  .service-right-section h2 {
    font-size: 28px;
  }

  .neurology-content-section h3 {
    font-size: 28px;
  }

  .neurology-content-section ul li {
    margin: 10px;
    padding-left: 0;
  }

  /* covid page start */
  .about-covid .about-covid-content h3 {
    font-size: 21px;
  }

  .about-covid .about-covid-content h2 {
    font-size: 15px;
  }

  .about-covid .about-covid-content p {
    line-height: 22px;
  }

  .about-covid .about-covid-content ul li {
    padding: 1px 0;
    font-size: 16px;
  }

  .about-covid .covid-about-img img {
    margin-bottom: 25px;
  }

  .covid-symtoms p {
    padding: 0;
    margin-bottom: 35px;
  }

  .symtoms-image h4 {
    font-size: 22px;
  }

  .handwash-process h3 {
    font-size: 28px;
  }

  .handwash-process p {
    padding: 10px;
  }

  .covid-symtoms h3 {
    font-size: 28px;
  }

  .about-covid .about-covid-content h2 {
    font-size: 22px;
  }

  /*covid page end*/
  .doctor-icon {
    display: none;
  }

  .experienced-doctor-content .b2 {
    margin-top: 30px;
  }
}
 