@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  font-family: "Roboto", sans-serif;
  color: #000000;
  background-color: #fefefe;
  overflow-x: hidden;
}
.mobile_manu {
  display: none;
}
.onlinewhatapps {
  position: fixed;
  bottom: 35px;
  right: 35px;
  z-index: 77;
  cursor: pointer;
}
.onlinewhatapps img {
  width: 40px;
  filter: drop-shadow(0 5px 5px #d9efe21f);
}
/* ============== */
/* ============== */
/* ============== */
.popuppage {
  position: fixed;
  bottom: 90px;
  right: 35px;
  background-color: #eefff8;

  z-index: 99;
  border-radius: 8px;
  padding: 15px;
  border: 1px solid #62d2a22e;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 10px 20px #e9e7e7;
}
.popuppage .cross {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 10px;
  opacity: 0.5;
  cursor: pointer;
  transition: 0.1s;
}
.popuppage .cross:hover {
  opacity: 1;
  transform: scale(1.2) rotate(180deg);
}
.popuppage .psction {
  /* display: flex; */
  padding: 10px;
}
.popuppage .psction .item {
  display: flex;
  border-bottom: 1px solid #eaeaeaae !important;
  /* justify-content: space-between; */

  padding: 10px;
  align-items: center !important;
  gap: 10px;
  /* background-color: pink; */
}
.popuppage .psction .item:last-child {
  border-bottom: none;
}

.popuppage .psction .item:hover {
  background-color: #cbffe9;
  border-radius: 10px;
  border-bottom: 1px solid transparent !important;
}
.popuppage .psction .item:hover h6 {
  color: black;
}
.popuppage .psction .item img {
  width: 30px;
}
.popuppage .psction .item .wht {
  width: 24px;
}
.popuppage .psction .item h6 {
  /* background-color: gold; */
  font-size: 13px;
  font-weight: 500;
  color: gray;
  padding: 0;
  margin: 0;
}

/* ================= */
/* ================= */
.booking_form,
.booking_form2,
.booking_form3 {
  width: 100vw;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.335);
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  z-index: 998 !important;
  top: 0;
  left: 0;
}
.scrollpop {
  width: 30%;
  min-width: 360px;

  background-color: #09798c;
  border: 1px solid #ffffff;
  border-radius: 10px;
  overflow-y: auto;
}
.form {
  padding: 40px;
  /* margin: 10px 0 !important; */
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  position: relative;

  color: #fff;
  /* z-index: 999 !important; */
  /* min-height: 500px; */
}

.form img {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
  filter: brightness(0) invert(3) !important;
  cursor: pointer;
  z-index: 10;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  background-color: white;
  border-radius: 5px;
  cursor: pointer;
  padding: 5px;
}
input[type="time"]::-webkit-calendar-picker-indicator {
  background-color: white;
  border-radius: 5px;
  cursor: pointer;
  padding: 5px;
}
.title {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -1px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
  color: white;
}

.title::before {
  width: 18px;
  height: 18px;
}

.title::after {
  width: 18px;
  height: 18px;
  animation: pulse 1s linear infinite;
}

.title::before,
.title::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  left: 0px;
  background-color: #30b89c;
}

.message,
.signin {
  font-size: 14.5px;
  color: #ffffffb3;
}

.signin {
  text-align: center;
}

.signin a:hover {
  text-decoration: underline royalblue;
}

.signin a {
  color: #ffffff80;
}

.flex {
  display: flex;
  width: 100%;
  gap: 6px;
}
.flex label {
  width: 100%;
}

.form label {
  position: relative;
}
::placeholder {
  color: #ffffff80;
}

.form label .input {
  background-color: #333;
  color: #fff;
  width: 100%;
  padding: 10px;
  outline: 0;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 10px;
}
select {
  background-color: transparent;
  color: #fff;
  width: 100%;
  padding: 10px;
  outline: 0;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 10px;
}
select option {
  color: black;
}

.form label .input + span {
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 0.9em;
  cursor: text;
  transition: 0.3s ease;
}

.form label .input:placeholder-shown + span {
  top: 12.5px;
  font-size: 0.9em;
}

.form label .input:focus + span,
.form label .input:valid + span {
  color: white;
  top: 0px;
  font-size: 0.7em;
  font-weight: 600;
}

.input {
  font-size: medium;
  background-color: transparent !important;
}

.submit {
  border: none;
  outline: none;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  transform: 0.3s ease;
  background-color: #1fab89;
}

.submit:hover {
  background-color: #00bfff96;
}

@keyframes pulse {
  from {
    transform: scale(0.9);
    opacity: 1;
  }

  to {
    transform: scale(1.8);
    opacity: 0;
  }
}
/* ================= */
/* ================= */
/* ================= */
/* ================= */
/* ================= */
.layout_padding {
  padding: 60px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.layout_margin-top {
  margin-top: 90px;
}

.layout_margin-bottom {
  margin-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*header section*/
.hero_areaa {
  height: 100vh;

  width: 100%;
  /* background-color: red; */
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero_areaa .mySwiper {
  width: 100%;
  height: 100%;
}
.hero_areaa .mySwiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.hero_areaa .mySwiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;

  /* background-color: gold; */
  display: flex;
  /* justify-content: space-around; */

  align-items: center;
  text-align: center;
  position: relative;
}
.hero_areaa .mySwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  object-fit: cover;
  top: 0%;
  left: 0;
}
.hero_areaa .mySwiper .swiper-wrapper .swiper-slide .detail-box {
  z-index: 2;
  color: white;
  margin-left: 6%;
  background-color: rgba(14, 14, 14, 0.324);
  padding: 40px;
  border-radius: 30px;
  backdrop-filter: blur(5px);
}
.hero_areaa .mySwiper .swiper-wrapper .swiper-slide .detail-box .hbotton a {
  display: inline-block;
  padding: 10px 15px;
  background-color: #0b0b0b;
  color: white !important;

  border-radius: 5px;

  transition: all 0.3s;
}

/* =================== */
/* =================== */
/* =================== */
/* =================== */
.sub_page .hero_area {
  min-height: auto;
  /* background-color: #589d8d; */

  background-color: #178066;
}

.sub_page .hero_area .hero_bg_box {
  display: none;
}
/* =================== */
/* =================== */
/*******************header_sec********************/
.header_sec {
  width: 100%;

  background: #09798c !important;
  /* display: flex; */
  padding: 10px;
  /* color: #a70404; */
}

.header_sec .header_sec_cnt {
  width: 100%;

  margin: 0 auto;

  display: flex;
  text-align: center;

  justify-content: space-between;
  align-items: center;
}

.header_sec .header_sec_cnt a {
  color: #e1e1e1;
  font-size: 20px;
}

.header_sec .header_sec_cnt .mail_sec i {
  color: #e1e1e1;
}

.header_sec .header_sec_cnt .location_sec {
  display: flex;
  align-items: center;
}
.header_sec .header_sec_cnt .social_link {
  display: flex;
  align-items: center;
  gap: 20px;
}

/****************header_top**************/
/* =================== */
.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after,
.custom_nav-container .navbar-toggler span {
  background-color: white !important;
}
.header_section {
  background: #ffffff;

  z-index: 5;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}
.navbar-brand img {
  height: 80px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
}

.custom_nav-container {
  padding: 0;
  /* background-color: gold; */
  /* height: max-content; */
  /* background-color: red; */
  padding: 10px 5vw;
  /* width: 150%; */
}

.custom_nav-container .navbar-nav {
  margin-left: auto;

  height: 100% !important;
  align-items: center;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 8px 12px;

  /* border: 2px solid #09798c; */
  color: white;
  margin: 0 10px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* color: red; */
  font-weight: 600;
  text-wrap: nowrap;
  background-color: #09798c;
}
.custom_nav-container .navbar-nav .nav-item .nav-link:hover {
  background-color: #0b9bb4;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: -22px;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #08798c !important;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #08798c !important;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}
.appint {
  text-wrap: nowrap;
  margin-left: 1.5%;
  display: inline-block;
  padding: 7px 10px;
  background-color: #28cb84;
  color: white !important;
  border-radius: 5px;
  font-size: 18px;
  transition: all 0.3s;
  /* background-color: #09798c; */
  font-weight: 600;
}
.appint:hover {
  background-color: #0b9db7;
}

.slider_section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 161px 0 157px 0;
  background-size: cover;
  background-color: gold;
}

.slider_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #1fab89;
}
.detail-box h5 {
  font-weight: 800;
  font-size: 15px;
}
.gallery-image img {
  width: 100%;
  height: 200px;
  border-radius: 15px;
}
.detail-box h6 {
  font-size: 12px;
}
.department_section .detail-box p {
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  color: #4c4c4c;
}
.detail-box-2 p {
  font-size: 14px !important;
}
.heading_containerr h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}
.slider_section .detail-box h1 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
}

.slider_section .detail-box p {
  color: #fefefe;
  font-size: 17px;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 25px;
  /* background-color: gold; */
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: max-content;
  padding: 10px;
  font-weight: bold;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #ffffff;
  color: #059775;

  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #ffffff;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: transparent;
  color: #ffffff;
}

.slider_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider_section .img-box img {
  width: 100%;
  max-width: 375px;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
}

.department_section {
  position: relative;
}

.department_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
}

.department_section .box .img-box {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  background-color: #62d2a2;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.department_section .box .img-box img {
  max-width: 55px;
  max-height: 55px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.department_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;

  background: #1fab89;
  padding: 15px 0px;
  border-radius: 5px;

  color: #ffffff;
  width: 240px;
  margin-top: 15px;
  text-wrap: nowrap;
}
.department_section .box .detail-box h5:hover {
  background: #20c89e;
}

.department_section .box .detail-box a {
  color: #1fab89;
  font-weight: 600;
}

.department_section .box .detail-box a:hover {
  color: #62d2a2;
}

.department_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.department_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #62d2a2;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #62d2a2;
}

.department_section .btn-box a:hover {
  background-color: transparent;
  color: #62d2a2;
}

.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about_section .img-box img {
  width: 100%;
  border-radius: 15px;
}

.about_section .detail-box h3 {
  font-weight: bold;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #62d2a2;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #62d2a2;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #62d2a2;
}

.doctor_section {
  background: #21c69d;
}

.doctor_section .doctor_card {
  border: 3px solid red;
}

.doctor_section .heading_container {
  color: #ffffff;
}

.doctor_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  margin-top: 13px;
  border-radius: 10px;
  overflow: hidden;
}

.doctor_section .box .img-box {
  width: 100%;
  /* height: 150px; */
}

.doctor_section .box .img-box img {
  width: 100%;
  height: 180px;
  /* object-fit: cover; */
  color: red;
}

.doctor_section .box .detail-box {
  width: 100%;
  padding: 10px;
  text-align: center;
  position: relative;
  border-radius: 10px;
}

.doctor_section .box .detail-box .social_box {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 150%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 10px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.doctor_section .box .detail-box .social_box a {
  color: #62d2a2;
  margin: 0 10px;
}

.doctor_section .box .detail-box .social_box a:hover {
  color: #1fab89;
}

.doctor_section .box:hover .social_box {
  top: 0;
  opacity: 1;
}

.doctor_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.doctor_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #1fab89;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #1fab89;
}

.doctor_section .btn-box a:hover {
  background-color: transparent;
  color: #1fab89;
}
.doctors-heading h2 {
  color: #178066;
  font-size: 26px;
  font-weight: bold;
}
.doctors__detail {
  background-color: #178066;
  border-radius: 10px;
  padding: 0;
}
.doctors__detail .experience {
  color: rgb(221, 221, 221);
  font-size: 14px;
}
.doctors__detail h5 {
  color: white;
  font-size: 20px;
}
.doctors__detail h6 {
  color: #f3f3f3;
  font-size: 16px;
}
.doctors__detail p {
  color: #f9e0a1;
  font-size: 16px;
  margin-bottom: 0;
}
.image-box-2 {
  border-radius: 15px 15px 0 0;
  border: 1px solid gray;
}
.image-box-2 img {
  border-radius: 15px 15px 0 0;
}
.box-3 {
  margin-top: 27px;
}
.contact_section {
  position: relative;
}

.contact_section .heading_container {
  margin-bottom: 25px;
}

.contact_section .heading_container h2 {
  text-transform: uppercase;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 20px;
  outline: none;
  color: #101010;
  background: #eeeeee;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #000000;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #000000;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #000000;
}

.contact_section .form_container input::placeholder {
  color: #000000;
}
.contact_section .form_container textarea.message-box::placeholder {
  color: #000000;
}

.contact_section .form_container textarea.message-box {
  min-width: 100%;
  border: none;

  height: 175px;

  padding-left: 10px;
  padding-top: 10px;
  outline: none;
  color: #101010;
  background: #eeeeee;
}

.contact_section .form_container button {
  width: 100%;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  background-color: #1fab89;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #1fab89;
}

.contact_section .form_container button:hover {
  background-color: transparent;
  color: #1fab89;
}

.contact_section .map_container {
  height: 368px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0;
}

.contact_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

.client_section .heading_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 45px;
  border-radius: 15px;
}

.client_section .box .img-box {
  margin-bottom: 15px;
  min-width: 145px;
  max-width: 145px;
  overflow: hidden;
}

.client_section .box .img-box img {
  width: 100%;
  border-radius: 100%;
  border: 7px solid rgba(255, 255, 255, 0.45);
}

.client_section .box .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.client_section .box .detail-box .name img {
  width: 25px;
  margin-bottom: 5px;
}

.client_section .box .detail-box .name h6 {
  color: #62d2a2;
  font-size: 20px;
}

.client_section .carousel_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  position: unset;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  background-color: #62d2a2;
  background-position: center;
  border-radius: 5px;
  margin: 0 2.5px;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #1fab89;
}

.client_section .carousel-control-next {
  left: initial;
}

.footer_section {
  background: #178066;
  color: #ffffff;
  padding: 60px 0 15px 0;
  position: relative;
}

.footer_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.footer_section .footer_col {
  margin-bottom: 30px;
}

.footer_section .footer_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer_section .footer_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.footer_section .footer_contact .contact_link_box a i {
  margin-right: 5px;
}

.footer_section .footer_contact .contact_link_box a:hover {
  color: #cdd6ac;
}

.footer_section .footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer_section .footer_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.footer_section .footer_social a:hover {
  color: #cdd6ac;
}

.footer_section .footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer_section .footer_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 15px;
  color: #ffffff;
}

.footer_section .footer_links a:hover {
  color: #cdd6ac;
}

.footer_section form input {
  border: none;
  background-color: #fefefe;
  width: 100%;
  height: 45px;
  color: #000000;
  outline: none;
  border-radius: 5px;
  padding: 0 15px;
}

.footer_section form input::-webkit-input-placeholder {
  color: #777;
}

.footer_section form input:-ms-input-placeholder {
  color: #777;
}

.footer_section form input::-ms-input-placeholder {
  color: #777;
}

.footer_section form input::placeholder {
  color: #777;
}

.footer_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #62d2a2;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #62d2a2;
  margin-top: 15px;
}

.footer_section form button:hover {
  background-color: transparent;
  color: #62d2a2;
}

.footer_section .footer-info {
  text-align: center;
}

.footer_section .footer-info p {
  color: #ffffff;
  padding-top: 25px;
  margin: 0;
}

.footer_section .footer-info p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */

.department-banner {
  background-color: #178066;
  padding: 42px 0;
}
.career h2 {
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #178066;
  font-size: 27px;
}
.career img {
  border-radius: 15px;
}
.btn-box2 a {
  padding: 5px 13px;
  background-color: #ffffff;
  color: #178066;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #ffffff;
  margin-top: 12px;
  font-size: 12px;
}
.search {
  margin-top: -6px;
}
.input p {
  font-size: 10px;
  color: red;
  font-weight: bold;
}
.btn-submit {
  display: inline-block;
  padding: 10px 45px;
  background-color: #62d2a2;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #62d2a2;
}
.btn-submit:hover {
  background-color: transparent;
  color: #62d2a2;
}
.controls {
  background-color: #eeeeee;
  height: 50px;
  border: none;
}
.controls:focus {
  background-color: #eeeeee;
  border: none;
  box-shadow: none;
}
.controlss {
  background-color: #eeeeee;
  height: 50px;
  border: none;
}
.controlss:focus {
  background-color: #eeeeee;
  border: none;
  box-shadow: none;
}
.input ::placeholder {
  font-size: 14px;
  color: black;
}
.apply-form h2 {
  color: #178066;
  font-weight: 800;
}
@media screen and (max-width: 992px) {
  .navbar-brand img {
    height: 70px;
  }
  .slider_section {
    padding: 97px 0 106px 0;
  }
  .slider_section .detail-box h1 {
    font-size: 25px;
  }
  .slider_section .detail-box .btn-box .btn1 {
    padding: 7px 5px;
  }
  .slider_section .detail-box p {
    font-size: 15px;
  }
  .doctors-heading h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .navbar-collapse {
    margin-top: 0px !important;
    background: #e7fcf8;
  }
  .doctor_section .box .img-box img {
    height: auto;
  }
}

@media (max-width: 576px) {
  .section_heading {
    font-size: 25px !important;
  }
  .header_sec_cnt {
    margin: auto;
    display: unset !important;
  }
  .heline {
    font-size: 13px !important;
    text-align: center !important;
    text-wrap: nowrap;
    margin: auto;
  }
}
/* ============================ */
/* ============================ */
/* ============================ */

.services_section .detail-box{


flex-direction: column;
padding: 0;
margin-bottom: 25px;
}

.services_section .detail-box img{
margin: auto;
width: 70px !important;
}
.services_section .detail-box:hover p{
color: rgb(227, 227, 227);
}
.services_section .detail-box .services_heading{
font-size: 20px;
margin: auto;
padding: 10px 0;

}
.services_section .detail-box  p{
line-height: 150%;
text-wrap: balance;
font-size: 17px;
width: 100%;
}
/* ============================ */
/* ============================ */

.ddsection .box{
border: 1px solid #09798C;
padding: 10px;
}
.ddsection .box h5{
padding: 0 !important;
}
/* ============================ */
/* ============================ */