@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
:root {
  --bs-blue: #06317f;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #06317f;
  --bs-secondary: #22d9eb;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body {
  font-family: "Poppins", sans-serif;
}

nav {
  background-color: #fff;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  z-index: 99;
}

nav .navbar-brand img {
  width: 254px;
}

nav .navbar-nav {
  margin-left: auto;
}

nav .nav-item {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 2rem 1rem;
}

.nav_info_cotnainer {
  padding: 1rem;
  background-color: var(--bs-primary);
  color: #fff;
  font-size: 0.8rem;
}

.nav_info_cotnainer .info_content {
  display: flex;
  align-items: center;
}

.nav_info_cotnainer .info_content .divider {
  margin-left: 1rem;
}

.nav_info_cotnainer .info_content .info_social {
  margin-left: 1rem;
}

.nav_info_cotnainer .info_content .info_social i {
  margin-right: 0.5rem;
}

.nav_info_cotnainer .info_mobile {
  flex-grow: 1;
}

.nav_info_cotnainer .info_mobile a {
  text-decoration: none;
  color: #fff;
}

.nav_info_cotnainer .info_opening {
  display: inline-flex;
}

.nav_info_cotnainer .info_opening .bi-clock {
  margin-right: 1rem;
}

@media screen and (max-width: 768px) {
  .nav_info_cotnainer .info_opening {
    display: none;
  }
}

.navbar .megamenu {
  padding: 1rem;
}

.has-megasubmenu i {
  margin-left: 1rem;
}

.megasubmenu {
  margin-left: 0.1rem;
}

.megasubmenu ul {
  padding: 1rem 1rem 1rem 0;
  display: flex;
  flex-wrap: wrap;
}

.megasubmenu ul li {
  margin-left: 1rem;
  padding: 1rem;
  width: 46%;
  position: relative;
}

.megasubmenu ul li ::after {
  content: ">";
  position: absolute;
  right: 0;
}

.megasubmenu ul li a {
  text-transform: capitalize;
  font-size: 0.9rem;
  text-decoration: none;
  color: #3c3c3c;
  font-weight: 400;
}

.megasubmenu ul li:hover a {
  text-decoration: underline;
  color: #1ebdc2;
}

@media (min-width: 992px) {
  .megasubmenu {
    left: 100%;
    top: 0;
    box-shadow: 0 2px 14px #0000001a;
    border: none;
  }
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .dropdown-menu .dropdown-toggle::after {
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
  }
  .megasubmenu {
    left: 100%;
    top: 0;
    min-height: 100%;
    min-width: 500px;
  }
  .dropdown-menu > li:hover .megasubmenu {
    display: block;
  }
}

/* ============ desktop view .end// ============ */
.dropdown-menu {
  padding: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1ebdc2 !important;
}

.sm-menu {
  border-radius: 0px;
  border: 0px;
  top: 97%;
  box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}

.dropdown-item {
  color: #3c3c3c;
  font-size: 0.9rem;
  padding: 1rem 2rem;
  border-top: solid 1px #ebebeb;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2196f3;
}

.navbar-toggler {
  outline: none !important;
}

.navbar-tog {
  color: #1ebdc2;
}

.megamenu-li {
  position: static;
}

.megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px;
}

.megamenu h6 {
  margin-left: 21px;
  padding-bottom: 1rem;
}

.megamenu i {
  width: 20px;
}

.footer-logo {
  width: 260px;
  background-color: #fff;
  padding: 1rem;
  border-radius: 0.3rem;
}

footer {
  background: #3c3f42;
}

footer a {
  color: #21d9eb;
}

footer h4 {
  font-size: 19px;
  font-weight: 700;
}

footer p {
  line-height: 13px;
  line-height: 1.8;
  font-size: 14px;
}

footer a:focus {
  outline: none;
}

footer .container-custom {
  max-width: 1124px;
}

@media (min-width: 992px) {
  footer {
    background: url(../images/footer-bg.jpg) no-repeat #3c3f42;
    background-size: cover;
  }
}

.foot-contact-block {
  background: #3c3f42;
  padding: 40px;
  border-radius: 3px;
  border-top: 4px solid #21d9eb;
  margin: -4px 0 0;
}

@media (min-width: 992px) {
  .foot-contact-block {
    background: #3c3f42;
  }
}

.foot-contact-block img {
  margin: 0 0 25px;
}

.foot-contact-block p {
  color: #dededebd;
  font-weight: 300;
  font-size: 14px;
  margin: 0 0 25px;
}

.foot-contact-block h4 {
  color: #dededebd;
  margin: 0 0 15px;
  font-weight: 400;
}

.foot-contact-block h4 i {
  background: #21d9eb;
  color: #fff;
  padding: 7px;
  font-size: 13px;
  margin-right: 14px;
  border-radius: 4px;
  vertical-align: text-top;
}

.foot-contact-block .fa-phone {
  transform: rotate(90deg);
}

.foot-link-box {
  margin: 25px 0;
}

@media (min-width: 768px) {
  .foot-link-box {
    margin: 60px 0;
  }
}

.foot-link-box h4 {
  position: relative;
  color: #21d9eb;
  padding: 0 0 20px;
  margin: 0 0 18px;
}

.foot-link-box h4:after {
  position: absolute;
  content: '';
  width: 45px;
  height: 3px;
  background: #3c3f42;
  left: 0;
  bottom: 0;
}

.foot-link-box ul {
  padding: 0;
  margin: 0;
}

.foot-link-box ul li {
  list-style: none;
  line-height: 2;
}

.foot-link-box ul li a {
  color: #dededebd;
  font-size: 13px;
  transition: 0.3s;
  font-weight: 300;
}

.foot-link-box ul li a:hover {
  color: #21d9eb;
}

.foot-link-box ul li a i {
  margin-right: 14px;
}

.footlink-box_btn a {
  font-size: 14px;
  text-transform: unset;
  width: 100%;
  margin: 0 0 15px;
}

.footlink-box_btn ul {
  margin: 20px 0 0;
}

.footlink-box_btn ul li {
  display: inline-block;
}

.copyright {
  border-top: 1px solid #3c3f42;
  padding: 25px 0;
}

.copyright p {
  color: #dededebd;
  font-size: 13px;
  margin: 0;
  display: inline-block;
}

#scroll {
  float: right;
  background: #21d9eb;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  transition: 0.3s;
}

#scroll:hover {
  transform: translateY(-4px);
  background: #2aa6b3;
}

#scroll i {
  padding: 11px 0;
  color: #fff;
  font-size: 12px;
}

#carousel_home_banner .carousel-inner img {
  height: 75vh;
  object-fit: cover;
  object-position: center;
}

#carousel_home_banner .carousel-caption {
  left: 15%;
  text-align: left;
  color: #000;
  top: 35%;
}

#carousel_home_banner .carousel-caption h1 {
  font-weight: 700;
  font-size: 3.2rem;
  color: var(--bs-primary);
  margin-bottom: 1rem;
}

#carousel_home_banner .carousel-caption h1 span {
  color: var(--bs-secondary);
}

#carousel_home_banner .carousel-caption p {
  width: 45%;
  line-height: 2rem;
  color: #7d8187;
}

#carousel_home_banner .carousel-caption .Ih_button {
  background-color: #06317f;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  border: 1px solid #06317f;
  transition: all 0.2s;
  padding: 0.6rem 1.6rem;
  margin-top: 1rem;
}

#carousel_home_banner .carousel-caption .Ih_button:hover {
  background-color: #fff;
  color: #06317f;
  border: 1px solid #06317f;
}

@media screen and (max-width: 768px) {
  #carousel_home_banner .carousel-caption h1 {
    font-size: 2.4rem;
  }
  #carousel_home_banner .carousel-caption p {
    width: 100%;
    color: #7d8187;
  }
  #carousel_home_banner .carousel-caption p .btn-primary {
    background-color: var(--bs-primary);
    margin-top: 1rem;
    padding: 0.2rem;
  }
}

.testimonial {
  padding: 3rem 0 3rem;
}

.testimonial .disp-mob {
  display: none;
}

@media only screen and (max-width: 600px) {
  .testimonial .disp-mob-desk {
    display: none;
  }
  .testimonial .disp-mob {
    display: block;
  }
  .testimonial .service-mob {
    margin-left: 10px !important;
  }
  .testimonial .our-exp {
    font-size: 24px;
  }
}

.testimonial h2 {
  font-size: 34px;
  font-weight: 500;
}

@media (min-width: 576px) {
  .testimonial h2 {
    font-size: 40px;
  }
}

.testimonial p {
  line-height: 13px;
  line-height: 1.8;
  font-size: 14px;
}

.testimonial .quaternary-br-color {
  border: 12px solid #fbf1fb !important;
}

.testimonial .heading-style1 {
  margin: 0 0 30px;
}

.testimonial .heading-style1 span {
  color: #06317f;
  font-style: italic;
  position: relative;
  font-weight: 500;
  font-size: 13px;
}

.testimonial .heading-style1 h2 {
  font-weight: 600;
}

.testimonial .testi-slider .slick-track {
  margin: 49px 0 0;
}

.testimonial .testi-slider .slick-slide {
  margin: 0 12px;
}

.testimonial .testi-slider .slick-slide:focus {
  box-shadow: none;
  outline: none;
}

.testimonial .testi-slider .slick-dots {
  text-align: center;
  bottom: -40px;
  pointer-events: all;
}

.testimonial .testi-slider .slick-dots li {
  margin: 0;
}

.testimonial .testi-slider .slick-dots li button:before {
  font-size: 10px;
  color: #06317f;
}

.testimonial .testimonial-wrap {
  position: relative;
  border: 12px solid #e4f1f0;
  padding: 35px;
}

.testimonial .testimonial-wrap ul {
  padding: 0;
  margin: 0;
}

.testimonial .testimonial-wrap ul li {
  list-style: none;
  display: inline-block;
}

.testimonial .testimonial-wrap ul li i {
  color: #f9c863;
  font-size: 14px;
  margin: 0 0 14px;
}

.testimonial .testimonial-wrap p {
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 10px;
}

.testimonial .testi-img-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 6px solid #fff;
  box-shadow: 0 0 23px -11px #4d72d0;
  margin: -83px 0 20px;
}

.testimonial .testi-styled-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.testimonial .testi-name {
  position: relative;
  margin-top: 50px;
  color: #06317f;
  font-weight: 500;
  font-size: 14px;
}

.heading > * {
  margin-bottom: 1.5rem;
}

.heading .title {
  color: #06317f;
  font-weight: 700;
}

.heading .sub-title {
  line-height: 1.7rem;
  color: #7d8187;
  padding-left: 6rem;
  padding-right: 6rem;
}

@media (max-width: 767px) {
  .heading .sub-title {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.accordion-flush .accordion-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item {
  background-color: transparent;
}

.accordion-button {
  font-weight: 600;
  color: #696377;
  background-color: transparent;
  font-size: 0.9rem;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #eceff4;
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #696377;
  background-color: #eceff4;
  box-shadow: none;
}

.accordion-white-focus-bg .accordion-button:not(.collapsed) {
  color: #696377;
  background-color: #f7f7f7;
  box-shadow: none;
}

.accordion-body {
  line-height: 1.5rem;
  color: #7d8187;
  font-size: 0.9rem;
}

.accordion-body h6 {
  color: #06317f;
}

.accordion-body > *:not(:last-child) {
  margin-bottom: 0.5rem;
}

.shadow-center {
  animation: shadow-center 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes shadow-center {
  0% {
    transform: scale(0);
    transform: translateZ(0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(2);
    transform: translateZ(50px);
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
  }
}

.breadcrum-container {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.breadcrumb li:not(:first-child) {
  margin-left: 0.4em;
}

.breadcrumb li:not(:first-child):before {
  content: ">";
  margin-right: 0.4em;
}

.section_2 {
  background-color: #21d9eb;
  padding: 2.6rem;
  color: #fff;
  text-align: center;
}

.section_2 h1 {
  font-weight: 600;
  margin: 0.6rem 0;
}

.section_2 .section_2_book {
  margin-top: 1rem;
}

.section_2 .section_2_book .custom_btn {
  background-color: #06317f;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  border: 1px solid #06317f;
  transition: all 0.2s;
  padding: 0.6rem 2rem;
}

.section_2 .section_2_book .custom_btn:hover {
  background-color: #fff;
  color: #06317f;
  border: 1px solid #06317f;
}

.section_3 .row {
  align-items: center;
}

.section_3 .about__container_image {
  width: 80%;
  margin: auto;
  margin-bottom: 2rem;
}

.section_3 .about__container_image img {
  width: 100%;
}

.section_3 .about__list_items {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr 1fr;
}

.section_3 .about__header h1 {
  font-weight: 700;
  color: #06317f;
}

.section_3 .about__header h1 span {
  color: #21d9eb;
}

.section_3 .about__header p {
  margin: 2rem 0;
  line-height: 1.8rem;
  color: #7d8187;
}

.section_3 .about__title img {
  width: 18px;
}

.section_3 .about__title span {
  margin-left: 0.6rem;
  font-weight: 600;
  color: #06317f;
  font-size: 1.1rem;
}

.section_3 .about__item p {
  margin-top: 1rem;
  line-height: 1.6rem;
  color: #7d8187;
}

@media screen and (max-width: 768px) {
  .section_3 .about__list_items {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
}

#section-4 {
  background-image: url(../images/other-brands/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3rem 0px 3rem 0px;
}

#section-4 .container {
  max-width: 1040px;
}

#section-4 .row {
  margin: 3rem auto 0;
}

#section-4 .row a {
  text-decoration: none;
}

@media (max-width: 767px) {
  #section-4 .row .col:nth-child(2) {
    margin-top: 5rem;
  }
}

#section-4 .card {
  border: none;
  border-radius: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

#section-4 .card .card-body {
  text-align: center;
  padding: 2rem;
}

@media (max-width: 767px) {
  #section-4 .card .card-body {
    padding: 1rem;
  }
}

#section-4 .card .card-body > * {
  margin-bottom: 1.2rem;
}

#section-4 .card .card-body img {
  margin-top: -4rem;
}

#section-4 .card .card-body .card-title {
  font-size: 1.4rem;
  color: #21d9eb;
  font-weight: 600;
}

#section-4 .card .card-body .card-text {
  line-height: 1.5rem;
  color: #7d8187;
}

#section-4 .card .card-body .IH-button {
  background-color: #fff;
  color: #06317f;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  border: 1px solid #fff;
  transition: all 0.2s;
}

#section-4 .card .card-body .IH-button:hover {
  background-color: #06317f;
  color: #fff;
  border: 1px solid #fff;
}

.section_5 {
  background: #1745a0 url(../images/section_5_bg.png);
}

.section_5 .circle_wrapper {
  position: relative;
  display: block;
  margin: 2rem auto;
  background-color: transparent;
  color: #fff;
  text-align: center;
  width: 240px;
  padding: 2rem 1rem;
}

.section_5 .circle_wrapper::after {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #21d9eb;
  content: "";
}

.section_5 .circle_wrapper .circle__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section_5 .circle_wrapper .circle__wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.section_5 .circle_wrapper .circle__content {
  display: table-cell;
  padding: 1rem;
  vertical-align: middle;
}

.section_5 .circle_wrapper .circle__content h2 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
}

@media screen and (max-width: 768px) {
  .section_5 .circle_wrapper {
    padding: 0 1rem;
  }
}

#section-6 {
  background-image: url(../images/eye-service/bg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3rem 0px 3rem 0px;
}

#section-6 .row {
  margin: 4rem auto 0;
}

@media (max-width: 767px) {
  #section-6 .row .col:not(:last-child) {
    margin-bottom: 3rem;
  }
}

@media (max-width: 1024px) {
  #section-6 .row .col {
    margin-bottom: 3rem;
  }
}

#section-6 .card {
  border: none;
  cursor: pointer;
  border-radius: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

#section-6 .card:hover {
  animation: shadow-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

#section-6 .card .card-body {
  text-align: center;
}

#section-6 .card .card-body > * {
  margin-bottom: 1rem;
}

#section-6 .card .card-body img {
  width: auto;
  margin-top: -3rem;
}

#section-6 .card .card-body .card-title {
  color: #06317f;
  font-weight: 600;
}

#section-6 .card .card-body .card-text {
  line-height: 1.5rem;
  color: #7d8187;
}

#section-6 .card .card-body a {
  color: #3a51a9;
  font-weight: 500;
}

.our-doctors-list {
  padding: 4rem 0 7rem;
}

@media (max-width: 767px) {
  .our-doctors-list {
    padding: 3rem 0 3rem;
  }
}

.our-doctors-list .row {
  margin-top: 3rem;
}

.our-doctors-list p {
  line-height: 13px;
  line-height: 1.8;
  font-size: 16px;
}

.our-doctors-list .blue {
  background: #ccdaf2;
}

.our-doctors-list .green {
  background: #eceff4;
}

.our-doctors-list .yellow {
  background: #f5f1eb;
}

.our-doctors-list .doctors-slider .slick-slide {
  margin: 0 12px;
}

.our-doctors-list .doctors-slider .slick-next {
  right: 47%;
  top: 110%;
}

.our-doctors-list .doctors-slider .slick-next:before {
  font-size: 32px;
  color: #9e9a9a;
  font-family: none;
  content: url(https://balanced-plus.web.app/images/arrow-right.png);
}

.our-doctors-list .doctors-slider .slick-prev {
  left: 47%;
  top: 110%;
}

.our-doctors-list .doctors-slider .slick-prev:before {
  font-size: 32px;
  color: #9e9a9a;
  font-family: none;
  content: url(https://balanced-plus.web.app/images/arrow-left.png);
}

.our-doctors-list .team-img_block {
  padding: 20px;
  text-align: center;
  transition: 0.3s;
  margin: 0 0 25px;
}

.our-doctors-list .team-img_block:hover {
  background: #4d72d0;
  transition: 0.3s;
  color: #fff;
}

.our-doctors-list .team-img_block a {
  text-decoration: none;
}

.our-doctors-list .team-img_block img {
  margin: 0 auto 16px;
  width: 100%;
}

.our-doctors-list .team-img_block h4 {
  color: #06317f;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.our-doctors-list .team-img_block h4,
.our-doctors-list .team-img_block p {
  margin: 0;
}

.our-doctors-list .team-img_block p {
  font-size: 13px;
  color: #212527;
  transition: 0.3s;
}

.our-doctors-list .team-img_block:focus {
  outline: none;
}

.our-doctors-list .team-img_block.green:hover {
  background: #00ccff;
  color: #fff;
}

.our-doctors-list .team-img_block.green:hover h4 {
  color: #fff;
}

.our-doctors-list .team-img_block.green:hover p {
  color: #fff;
}

.our-doctors-list .team-img_block.blue:hover {
  background: #1a76d1;
  color: #fff;
}

.our-doctors-list .team-img_block.blue:hover h4 {
  color: #fff;
}

.our-doctors-list .team-img_block.blue:hover p {
  color: #fff;
}

.our-doctors-list .team-img_block.yellow:hover {
  background: #c0b099;
  color: #fff;
}

.our-doctors-list .team-img-socila-block {
  position: relative;
}

.our-doctors-list .social-icons {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 16%;
  opacity: 0;
  transition: 0.3s;
  right: 13%;
}

.our-doctors-list .social-icons li {
  list-style: none;
  width: 36px;
  height: 36px;
  background: #fff;
  box-shadow: 0 0 13px -9px rgba(0, 0, 0, 0.75);
  border-radius: 50%;
  margin: 0 0 14px;
}

.our-doctors-list .social-icons li a {
  padding: 6px 0;
  display: block;
  color: #000;
  transition: 0.2s;
}

.our-doctors-list .social-icons li a:hover {
  color: #4d72d0;
}

.our-doctors-list .social-icons li a i {
  font-size: 13px;
}

.our-doctors-list .team-img_block:hover .social-icons {
  opacity: 1;
}

.banner {
  height: 250px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .banner {
    margin-top: 11rem;
  }
}

.banner h1 {
  color: #fff;
}

#aboutUsBanner {
  background-image: url(../images/about-us-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.about-us-section .row {
  align-items: center;
}

@media (max-width: 1024px) {
  .about-us-section .row {
    align-items: flex-start;
  }
}

.about-us-section .about-us-img {
  width: 80%;
  margin: auto;
}

@media (max-width: 1024px) {
  .about-us-section .about-us-img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .about-us-section .about-us-img {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.about-us-section .about-us-img img {
  width: 100%;
}

.about-us-section .about-us-body > * {
  margin-bottom: 1.2rem;
}

.about-us-section .about-us-body h5 {
  font-size: 0.9rem;
  color: #21d9eb;
  margin-bottom: 0.5rem;
}

.about-us-section .about-us-body h3 {
  color: #06317f;
  font-weight: 700;
  line-height: 2rem;
}

.about-us-section .about-us-body p {
  line-height: 1.6rem;
  color: #7d8187;
}

@media (max-width: 767px) {
  .vision-section .row {
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .vision-section .about-us-img {
    margin-bottom: 2rem;
  }
}

.vision-section .about-us-img img {
  width: 100%;
}

.vision-section .vision-body {
  width: 80%;
  margin: auto;
}

@media (max-width: 1024px) {
  .vision-section .vision-body {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .vision-section .vision-body {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.vision-section .vision-body > * {
  margin-bottom: 1.2rem;
}

.vision-section .vision-body h5 {
  font-size: 0.9rem;
  color: #21d9eb;
  margin-bottom: 0.5rem;
}

.vision-section .vision-body h3 {
  color: #06317f;
  font-weight: 700;
  line-height: 2rem;
}

.vision-section .vision-body p {
  line-height: 1.6rem;
  color: #7d8187;
}

.vision-section .vision-body .accordion-flush .accordion-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.vision-section .vision-body .accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.vision-section .vision-body .accordion-button {
  font-weight: 600;
  color: #696377;
}

.vision-section .vision-body .accordion-button:focus {
  z-index: 3;
  border-color: #eceff4;
  outline: 0;
  box-shadow: none;
}

.vision-section .vision-body .accordion-button:not(.collapsed) {
  color: #696377;
  background-color: #eceff4;
  box-shadow: none;
}

.vision-section .vision-body .accordion-body {
  line-height: 1.5rem;
  color: #7d8187;
}

.insurances {
  background-image: url(../images/other-brands/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 3rem 0px 3rem 0px;
}

.insurances .container > * {
  margin-bottom: 1.2rem;
}

.insurances .container h3 {
  color: #06317f;
}

.insurances .container p {
  color: #7d8187;
  line-height: 1.6rem;
}

#ourDoctorsBanner {
  background-image: url(../images/our-doctors-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.our-doctors .container {
  max-width: 1040px;
}

.our-doctors .row .col:last-child {
  margin: 1.5rem auto 0px;
}

.our-doctors .card {
  border: none;
  box-shadow: 0 0.125rem 0.4rem rgba(0, 0, 0, 0.075);
}

.our-doctors .card .card-body {
  text-align: center;
}

.our-doctors .card .card-body h5 {
  color: #06317f;
  font-weight: 500;
}

.our-doctors .card .card-body p {
  line-height: 1.6rem;
  color: #7d8187;
}

.doctors-section {
  background-color: #f7f7f7;
}

.doctors-section .doctors-profile-wrapper {
  padding: 0 1.5rem;
}

@media (max-width: 1024px) {
  .doctors-section .doctors-profile-wrapper {
    padding: 0;
    margin-bottom: 2rem;
  }
}

.doctors-section .doctors-profile-wrapper .card {
  border: none;
}

.doctors-section .doctors-profile-wrapper .card .card-body {
  padding: 1.4rem;
}

.doctors-section .doctors-profile-wrapper .card .card-body > * {
  margin-bottom: 1.2rem;
}

.doctors-section .doctors-profile-wrapper .card .card-body .card-title {
  color: #06317f;
  font-weight: 600;
}

.doctors-section .doctors-profile-wrapper .card .card-body .card-text {
  font-weight: 500;
}

.doctors-section .doctors-profile-wrapper .card .card-body p {
  line-height: 1.5rem;
  font-size: 0.9rem;
}

.doctors-section .doctors-details-wrapper {
  padding: 0 1.5rem;
}

@media (max-width: 1024px) {
  .doctors-section .doctors-details-wrapper {
    padding: 0;
  }
}

.doctors-section .doctors-details-wrapper > * {
  margin-bottom: 1.2rem;
}

.doctors-section .doctors-details-wrapper .doctor-title h3 {
  color: #06317f;
  margin-bottom: 0.5rem;
}

.doctors-section .doctors-details-wrapper .doctor-title p {
  line-height: 1.5rem;
  font-weight: 500;
}

.doctors-section .doctors-details-wrapper .doctor-content p {
  color: #7d8187;
  font-size: 0.9rem;
  line-height: 1.5rem;
}

.doctors-section .doctors-details-wrapper .doctor-content > p:not(:last-child) {
  margin-bottom: 0.8rem;
}

.doctors-section .doctors-details-wrapper li {
  padding-left: 1.3rem;
  margin-bottom: 1rem;
  line-height: 1.4rem;
  color: #7d8187;
  font-size: 0.9rem;
}

.doctors-section .doctors-details-wrapper li:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: -1.3rem;
  width: 1.3rem;
  color: #06317f;
}

.doctors-section .doctors-details-wrapper .accordion li:before {
  content: "\f101";
}

.eyes-gray-bg {
  background-color: #eceff4;
}

@media (max-width: 767px) {
  #yourEyes .row {
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  #yourEyes .eyes-gray-bg .row {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .eyes-content-wrapper {
    margin-top: 1.2rem;
  }
}

.eyes-content-wrapper > *:not(:last-child) {
  margin-bottom: 0.8rem;
}

.eyes-content-wrapper .eyes-title {
  color: #06317f;
}

.eyes-content-wrapper .eyes-sub-title {
  color: #06317f;
  font-weight: 600;
}

.eyes-content-wrapper .eyes-desc {
  line-height: 1.5rem;
  font-size: 0.9rem;
  color: #7d8187;
}

.eyes-content-wrapper li {
  padding-left: 1.3rem;
  margin-bottom: 0.5rem;
  line-height: 1.5rem;
  color: #7d8187;
  font-size: 0.9rem;
}

.eyes-content-wrapper li:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: -1.3rem;
  width: 1.3rem;
  color: #06317f;
}

.eyes-content-wrapper li ul li:before {
  content: "\f101";
}

.eyes-content-wrapper .eyes-button {
  margin-top: 1rem;
  background-color: #21d9eb;
  color: #06317f;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  border: 1px solid #21d9eb;
  transition: all 0.2s;
}

.eyes-content-wrapper .eyes-button:hover {
  background-color: #06317f;
  color: #21d9eb;
  border: 1px solid #21d9eb;
}

.eyes-img-wrapper {
  position: relative;
}

.eyes-img-wrapper img {
  width: 100%;
}

.eyes-img-wrapper .hotspot-container {
  position: absolute;
  width: 22px;
  height: 22px;
  margin-top: -12px;
  margin-left: -12px;
  z-index: 200;
  cursor: pointer;
  transition: z-index 0.3s ease 0.1s;
}

.eyes-img-wrapper .hotspot-container::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ff0101;
  border-radius: 50%;
  transform: scale(1);
  transition: transform 0.3s ease;
  animation: PulseAnimation 1s ease infinite;
}

.eyes-img-wrapper .hotspot-container::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.35);
}

.eyes-img-wrapper .hotspot-wrapper {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  background-color: #fff;
  color: #06317f;
  margin-top: 10px;
  padding: 5px;
  border-radius: 5px;
  overflow: hidden;
  transform: translateX(-50%) scale(1);
  box-shadow: 7px 15px 70px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease 0.1s;
  z-index: 3;
}

.eyes-img-wrapper .hotspot-wrapper.hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) scale(0.85);
}

.eyes-img-wrapper .hotspot-wrapper .hotspot-title {
  color: #06317f;
  font-size: 1.1rem;
  font-weight: 500;
  white-space: nowrap;
}

.gray-bg {
  background-color: #f7f7f7;
}

#staffBanner {
  background-image: url(../images/staff/staff-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.staff-img-container .container {
  max-width: 840px;
}

.staff-img-container img {
  width: 100%;
}

.director-profile-wrapper .card {
  border: none;
}

.director-profile-wrapper .card img {
  width: 100%;
}

.director-profile-wrapper .card .card-body {
  padding: 1.4rem;
  text-align: center;
}

.director-profile-wrapper .card .card-body > *:not(:last-child) {
  margin-bottom: 0.8rem;
}

.director-profile-wrapper .card .card-body .card-title {
  color: #06317f;
  font-weight: 600;
}

.director-profile-wrapper .card .card-body .card-text {
  font-weight: 500;
}

.director-profile-wrapper .card .card-body p {
  line-height: 1.5rem;
  font-size: 0.9rem;
}

.staff-role-container {
  background-color: #eceff4;
}

.staff-role-container .container {
  max-width: 840px;
  margin: auto;
}

@media (max-width: 767px) {
  .staff-role-container .row > *:last-child {
    margin-top: 1.5rem;
  }
}

.staff-role-container h3 {
  color: #06317f;
}

.staff-role-container .staff-roles {
  margin-top: 1rem;
}

.staff-role-container .staff-roles > * {
  display: table;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  color: #06317f;
  flex-direction: column;
  font-weight: 500;
}

.staff-role-container .staff-roles :nth-child(even) {
  background-color: #ccdaf2;
}

.staff-role-container .staff-roles :nth-child(odd) {
  background-color: #dadfe8;
}

@media (max-width: 767px) {
  #services .row {
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  #services .eyes-gray-bg .row {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .service-content-wrapper {
    margin-top: 1.2rem;
  }
}

.service-content-wrapper > *:not(:last-child) {
  margin-bottom: 1.2rem;
}

.service-content-wrapper .service-title {
  color: #06317f;
}

.service-content-wrapper .service-sub-title {
  color: #06317f;
  font-weight: 600;
}

.service-content-wrapper .service-desc {
  line-height: 1.5rem;
  font-size: 0.9rem;
  color: #7d8187;
}

.service-content-wrapper li {
  padding-left: 1.3rem;
  margin-bottom: 0.5rem;
  line-height: 1.5rem;
  color: #7d8187;
  font-size: 0.9rem;
}

.service-content-wrapper li:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: -1.3rem;
  width: 1.3rem;
  color: #06317f;
}

.service-content-wrapper li ul li:before {
  content: "\f101";
}

.service-content-wrapper .service-button {
  background-color: #21d9eb;
  color: #06317f;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  border: 1px solid #21d9eb;
  transition: all 0.2s;
}

.service-content-wrapper .service-button:hover {
  background-color: #06317f;
  color: #21d9eb;
  border: 1px solid #21d9eb;
}

.service-content-wrapper .service-list {
  background-color: #eceff4;
  padding: 1rem;
  margin: 0.5rem 0.1rem;
}

.service-content-wrapper .service-list p {
  color: #06317f;
  font-size: 0.9rem;
  line-height: 1.7rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.service-img-wrapper {
  text-align: right;
}

.service-img-wrapper img {
  width: 90%;
}

@media (max-width: 767px) {
  .service-img-wrapper img {
    width: 100%;
  }
}

.eyes-gray-bg .service-list {
  background-color: #f7f7f7;
  padding: 1rem;
  margin: 0.5rem 0.1rem;
}

.eyes-gray-bg .service-img-wrapper {
  text-align: left;
}

.eyes-gray-bg .service-img-wrapper img {
  width: 90%;
}

@media (max-width: 767px) {
  .eyes-gray-bg .service-img-wrapper img {
    width: 100%;
  }
}

.contact-us-container .container {
  max-width: 1200px;
}

.contact-us-container .contact-heading {
  line-height: 1.5rem;
}

.contact-us-container .contact-heading .container > * {
  margin-bottom: 1rem;
}

.contact-us-container .contact-heading a {
  text-decoration: none;
}

.contact-us-container .map-details-container {
  margin-bottom: 3rem;
}

.contact-us-container .map-details-container iframe {
  width: 100%;
  height: 300px;
}

@media (max-width: 1024px) {
  .contact-us-container .map-details-container iframe {
    height: 350px;
  }
}

@media (max-width: 767px) {
  .contact-us-container .map-details-container iframe {
    height: 300px;
  }
}

.contact-us-container .map-details-container .contact-details-wrapper {
  background-color: #fff;
  border-radius: 5px;
  margin: 0;
}

.contact-us-container .map-details-container .contact-details-wrapper .map-section {
  padding: 0;
}

.contact-us-container .map-details-container .contact-details-wrapper .details-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}

@media (max-width: 767px) {
  .contact-us-container .map-details-container .contact-details-wrapper .details-section {
    padding: 1rem;
  }
}

.contact-us-container .map-details-container .contact-details-wrapper .details-section h3 {
  color: #06317f;
  font-size: 1.4rem;
  font-weight: 600;
}

.contact-us-container .map-details-container .contact-details-wrapper .details-section p {
  line-height: 1.5rem;
}

.contact-us-container .map-details-container .contact-details-wrapper .details-section a {
  color: inherit;
  text-decoration: none;
}

.contact-us-container .map-details-container .contact-details-wrapper .details-section > * {
  margin-bottom: 0.8rem;
}

.contact-icons-wrapper .row > * {
  text-align: center;
}

.contact-icons-wrapper .row .card {
  align-items: center;
  padding: 1rem;
  background-color: #05317e;
}

.contact-icons-wrapper .row .card img {
  width: 75px;
  height: 75px;
}

.contact-icons-wrapper .row .card .card-text,
.contact-icons-wrapper .row .card .card-text a {
  color: #fff;
  text-decoration: none;
}

.form-container {
  background-color: #eceff4;
}

.form-container .other-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 4rem;
}

@media (max-width: 767px) {
  .form-container .other-details {
    padding-right: 1rem;
  }
}

.form-container .other-details > *:not(:last-child) {
  margin-bottom: 1rem;
}

.form-container .other-details h3 {
  font-size: 1.4rem;
  color: #06317f;
  margin-bottom: 1rem;
}

.form-container .other-details p {
  line-height: 1.5rem;
}

.form-container .form-wrapper {
  background-color: #fff;
  padding: 3rem;
}

@media (max-width: 767px) {
  .form-container .form-wrapper {
    margin-top: 2rem;
    padding: 2rem;
  }
}

.form-container .form-wrapper h3 {
  font-size: 1.4rem;
  color: #06317f;
  margin-bottom: 1rem;
}

.form-container .form-wrapper p {
  margin-bottom: 1.2rem;
  line-height: 1.4rem;
}

.form-container .form-wrapper label {
  line-height: 1.7rem;
}

.form-container .form-wrapper .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #21d9eb;
  outline: 0;
  box-shadow: none;
}

.form-container .form-wrapper .form-submit {
  background-color: #1a76d1;
}
/*# sourceMappingURL=index.css.map */