.banner_sec {
  background: #fff;
}
.space_req {
  padding-top: 50px;
}

.banner_sec img {
  width: 100%;
}

.sec1_div {
  background: #fff;

  padding-top: 12px;

  padding-bottom: 12px;
}

.sec1_block {
  border: 1px solid lightgrey;

  padding: 0px 15px;
}

h3.sec1_head {
  font-size: 17px;

  font-weight: 600;

  color: #000;
}

p.sec1_body {
  margin-bottom: 0px;

  padding: 10px 0px;

  border-bottom: 1px solid lightgrey;

  color: grey;
}

p.sec1_body_bottom {
  padding: 10px 0px;

  color: grey;
}

p.sec1_fields input {
  width: 45%;

  margin-left: 10px;

  padding: 5px;

  margin-right: 10px;
}

p.sec1_fields textarea {
  width: 93%;

  margin-left: 10px;

  padding: 5px;

  margin-right: 10px;
}

p.sec1_apt button {
  margin-left: 10px;

  border: none;

  padding: 7px 15px;

  font-size: 12px;

  font-weight: 600;

  color: grey;

  background: #dcd9d9;
}

p.sec1_apt {
  margin-bottom: 13px;
}

h3.sec5_head {
  color: #000;

  text-align: center;

  font-weight: 600;
}

p.sec5_body {
  padding: 0px 20px;

  margin-bottom: 30px;
}

p.sec5_sub button {
  background: #8bc34a;

  border: none;

  padding: 5px 15px;

  font-size: 14px;

  color: white;
}

p.sec5_sub {
  text-align: center;
}

.icon_head {
  font-size: 20px;

  color: #000;

  font-weight: 800;

  padding: 11px 10px;
}

.icon_box {
  height: 200px;

  width: 240px;

  margin: 25px;

  padding: 15px;

  background: white;
}

.data_icon {
  font-size: 12px;
}

.abt_data {
  font-size: 15px;

  padding: 15px 0px;
}

.abt_box {
  margin: 25px 0px 25px 25px !important;

  padding: 5% 10% !important;

  background: white;

  /* height: 450px; */
}

.abt_head {
  font-weight: 400;

  color: black;
}

h2.about_us_head {
  color: #000000;

  font-size: 28px;

  /* margin-top: 80px; */

  margin-bottom: 35px;

  font-weight: 600;
}

p.spec_img {
  position: relative;

  bottom: 30px;

  margin-bottom: 0px;
}

p.spec_img img {
  background: #0097a2;

  border-radius: 100px;

  width: 40%;
}

p.spec_head {
  color: #000000;

  font-size: 22px;

  height: 60px;

  font-weight: bold;

  position: relative;

  bottom: 20px;
}

p.spec_desc {
  height: 100px;

  color: #170000;

  font-size: 14px;
}

ul.spec_block {
  list-style: none;

  padding-left: 0px;

  display: flex;

  text-align: center;

  margin: 60px 0px;
}

ul.spec_block li {
  width: 24%;

  margin: 0px 10px;

  background: #fff;

  padding: 0px 10px;
}

p.know_m a {
  color: black;

  font-size: 15px;

  font-weight: 600;

  border: 1px solid black;

  padding: 6px 15px;

  border-radius: 22px;
}

p.know_m {
  margin-bottom: 25px;
}

.mobile_view {
  display: none;
}

.desktop_view {
  display: block;
}

.get_in_touch {
  padding-top: 60px;
}

.doc_sec {
  border: 1px solid lightgrey;

  background: #fff;

  /*width: 80%;*/
}

ol.mydoc_slider {
  bottom: -50px;
}

ol.mydoc_slider li,
ol.mypat_slider li {
  background: grey;
}

ol.mydoc_slider li.active,
ol.mypat_slider li.active {
  background: #5397a2;
}

p.doc_img img {
  width: 100%;
}

p.doc_name {
  font-size: 18px;

  font-weight: 600;
}

p.doc_city {
  margin-top: 20px;

  margin-bottom: 20px;

  font-weight: 600;
}

p.know_more a {
  background: #5397a2;

  color: white;

  padding: 7px 15px;

  border-radius: 20px;
}

p.know_more {
  margin: 15px 0px;
}
/*Why choose*/
  .why-choose {
    background: #fdf2f2;
    padding: 60px 20px;
    text-align: center;
  }
  .why-choose h2 {
    font-weight: 700;
    margin-bottom: 20px;
  }
  .divider {
    width: 50px;
    height: 3px;
    background: #e63946;
    margin: 10px auto 40px;
    border-radius: 5px;
  }
  .feature-card {
    border: 2px solid #ff7a7a;   /* Thicker border */
    border-radius: 12px;
    padding: 25px 20px;
    background: #fff;
    transition: 0.3s;
    height: 100%;
  }
  .feature-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transform: translateY(-5px);
  }
  .feature-card i {
    font-size: 40px;
    margin-bottom: 15px;
    color: #e63946;
  }
  .feature-card h5 {
    font-size: 1.25rem;  /* Increased font size */
    font-weight: 700;    /* Bold */
    margin-bottom: 10px;
  }
  .consult-box {
    margin-top: 40px;
  }
.btn-consult {
  background: #e63946;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
}

.btn-consult a {
  color: #fff;              /* force white text */
  text-decoration: none;    /* remove underline */
  font-size: 1rem;
  display: block;           /* make the whole button clickable */
}

.btn-consult a:hover {
  color: #fff;              /* keep white on hover */
}


    /* why choose*/
    /*Map*/
        .map-container {
      width: 100%;
      height: 300px;
      border-radius: 10px;
      overflow: hidden;
    }
.section-title-a {
  text-align: center;
  font-weight: 700;   /* bold */
  font-size: 2rem;    /* bigger heading */
  margin-bottom: 10px;
}

.section-title-a::after {
  content: "";
  display: block;
  width: 50px;              /* underline length */
  height: 3px;              /* thickness */
  background: #e63946;      /* red color */
  margin: 8px auto 0;       /* space + center */
  border-radius: 2px;       /* rounded edges */
}

    .map-container iframe {
      width: 100%;
      height: 100%;
      border: 0;
      pointer-events: none; /* Prevent scrolling inside iframe */
    }
    .map-container:hover iframe {
      pointer-events: auto; /* Allow interaction when hovered */
    }
  
    .content-text {
      font-size: 1.1rem;
      line-height: 1.7;
      color: #333;
    }
    .btn-custom {
  background: #e63946;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
}

.btn-custom a {
  color: #fff;              /* white text */
  text-decoration: none;    /* remove underline */
  font-size: 1rem;
  display: block;           /* make whole button clickable */
}

.btn-custom a:hover {
  color: #fff;              /* keep white on hover */
}

.counter_sec {
  background: linear-gradient(to right, #0d39a6, #125ac0);
  padding: 18px 0px;
}
ul.counter_ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
ul.counter_ul li {
  display: inline-block;
  width: 19%;
}
p.count_image {
  text-align: center;
  font-weight: 600;
  color: white;
  font-size: 22px;
}
p.count_text {
  text-align: center;
  color: white;
  font-weight: 600;
  margin-bottom: 0px;
}
p.cust_tabs {
  background: #5397a2;
  color: white;
  margin-bottom: 0px;
  font-size: 20px;
  cursor: pointer;
  padding: 8px 10px;
}
p.pat_name {
  color: #5397a2;
  font-size: 22px;
  margin-bottom: 30px;
}
p.pat_name span {
  color: black;
  padding: 20px 25px;
  background: lightgrey;
  border-radius: 50px;
  margin-right: 15px;
}
p.pat_desc {
  padding: 0px 10px;
  height: 50px;
}
.patients_sec {
  padding: 45px 15px;
  margin: 35px 0px;
  background: #fff;
}
ol.mydoc_slider li,
ol.mypat_slider li {
  background: grey;
}
ol.mydoc_slider li.active,
ol.mypat_slider li.active {
  background: #5397a2;
}
.testmonials {
  background-image: url(../img/slider_bottom.jpg) !important;
  height: 510px;
  background-size: cover;
}
div#myCarousel_test ol.carousel-indicators {
  bottom: -60px;
}
h2.guest_room {
  font-size: 40px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
h2.guest_room:after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: white;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
p.test_img {
  text-align: center;
  margin-top: 30px;
}
p.test_img img {
  width: 10%;
  border-radius: 60px;
}
p.test_info {
  width: 50%;
  margin: 0 auto;
  color: white;
  font-size: 18px;
  height: 140px;
}
p.test_info .fa-quote-left {
  font-size: 42px;
  text-align: left;
}
p.test_info .fa-quote-right {
  font-size: 42px;
  float: right;
}
p.test_title {
  width: 50%;
  margin: 0 auto;
  text-align: right;
  color: white;
  font-weight: 600;
  font-size: 20px;
}

@media (min-width: 1251px) and (max-width: 1350px) {
}

@media (min-width: 1025px) and (max-width: 1250px) {
  .sec1_block {
    padding: 0px 10px !important;
  }

  .abt_data {
    font-size: 13px;
  }

  .icon_box {
    height: 200px;

    width: 100%;

    margin: 25px 0px;
  }
}

@media (min-width: 991px) and (max-width: 1024px) {
  .icon_box {
    height: 200px;

    width: 100%;

    margin: 25px 0px;
  }

  .abt_data {
    font-size: 13px;
  }

  .sec1_block {
    padding: 0px 10px !important;
  }

  .doc_sec {
    height: 435px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  p.sec1_fields input {
    width: 42%;
  }

  p.spec_desc {
    height: 130px;
  }

  .icon_box {
    height: 200px;

    width: 100%;

    margin: 25px 0px;
  }

  .sec1_block {
    padding: 0px 10px !important;
  }

  .abt_data,
  p.sec1_body,
  p.sec1_body_bottom {
    font-size: 13px;
  }

  .doc_sec {
    height: 441px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  p.test_img img {
    width: 20%;
  }
  p.test_info,
  p.test_title {
    width: 90%;
  }
  .doc_sec {
    width: unset !important;
  }

  .get_in_touch {
    padding-top: 0px;
  }

  .mobile_view {
    display: block;
  }

  .desktop_view {
    display: none;
  }

  ul.spec_block {
    display: block;
  }

  ul.spec_block li {
    width: 100%;

    margin: 55px 0px !important;
  }

  h2.about_us_head {
    font-size: 22px;

    margin-top: 20px;

    margin-bottom: 20px;
  }

  p.spec_img img {
    width: 20%;
  }

  p.know_m {
    height: 40px;
  }

  .icon_box {
    height: 200px;

    width: 100%;

    margin: 10px auto;
  }

  .abt_box {
    height: auto !important;
  }

  ul.spec_block {
    display: unset !important;
  }

  div#myCarousel_docs_mob {
    text-align: center;
  }

  p.sec1_fields input {
    width: 100%;

    margin: 0px 10px 10px 0px;
  }

  p.sec1_fields textarea {
    width: 100%;

    margin: 0px;
  }
}

@media (min-width: 100px) and (max-width: 480px) {
  .abt_box {
    height: auto !important;
  }

  .doc_sec {
    width: unset !important;
  }

  .get_in_touch {
    padding-top: 0px;
  }

  p.sec1_fields {
    margin-bottom: 0px;
  }

  p.sec1_fields input {
    width: 100%;

    margin: 0px 10px 10px 0px;
  }

  p.sec1_fields textarea {
    width: 100%;

    margin: 0px;
  }

  p.know_m {
    height: 40px;
  }

  ul.spec_block li {
    width: 100%;

    margin: 55px 0px !important;
  }

  .icon_box {
    height: 200px;

    width: 100%;

    margin: 10px auto;
  }

  .abt_box {
    height: auto !important;
  }

  ul.spec_block {
    display: unset !important;
  }

  .mobile_view {
    display: block;
  }

  .desktop_view {
    display: none;
  }

  p.spec_img img {
    width: 20%;
  }

  div#myCarousel_docs_mob {
    text-align: center;
  }
  ul.counter_ul li {
    display: block;
    width: 50%;
    float: left;
  }

  p.test_img img {
    width: 20%;
  }
  p.test_info,
  p.test_title {
    width: 90%;
  }
  p.pat_name {
    font-size: 15px;
  }
  p.test_info {
    font-size: 13px;
  }
}

@media only screen and (max-width: 600px) {
  li.equl_space {
    margin-top: 0px !important;
  }
}
li.equl_space {
  margin-top: 22px;
}

@media screen and (min-width: 768px) {
  #myCarousel_pat .carousel-indicators {
    bottom: 0px !important;
  }
}
