@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
.inner-banner {
  background-image: url(../images/banner-inner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: min(433px, 24.0555555556% - (58px + 15%));
  margin: 0;
  padding-bottom: 6%;
  position: relative;
}
.inner-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.inner-banner .about-us-hero-content {
  /* max-width: 1340px; */
  /* width: 95%; */
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative;
  z-index: 1;
}
.inner-banner .about-us-hero-text {
  padding: 40px;
  margin-right: 5%;
  border-radius: 2px;
  color: white;
}
.inner-banner__content {
  position: relative;
  z-index: 1;
}
.inner-banner__content h1 {
  font-weight: 700;
}

.about-us-content img {
  width: 100%;
  border-radius: 5px;
}

.about-us-content-text h3 {
  font-size: 1.75rem;
  line-height: 1.2;
  color: #004aad;
  font-weight: 700;
}

.about-location {
  line-height: 1.4;
}
.about-location h1 {
  color: #004aad;
  font-weight: 700;
}

.contact-info {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-info .icon {
  font-size: 24px;
  color: #6b69d5;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f6;
  border-radius: 50%;
  margin-right: 15px;
}

.contact-info .info-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .contact-info {
    margin-top: 30px;
  }
}
body {
  font-family: "Inter", sans-serif;
}

.bg-theme-color {
  background: #4CAF50;
}

.modal-bg {
  background-image: linear-gradient(#6d6bd9, #14182f);
}
.modal-bg input.form-control {
  background: #6b69d5;
  border: 1px solid #ffffff;
  color: #fff;
  padding: 10px 15px;
}
.modal-bg textarea.form-control {
  background: #6b69d5;
  border: 1px solid #ffffff;
  color: #fff;
  padding: 10px 15px;
}
.modal-bg ::-moz-placeholder {
  color: #fff;
}
.modal-bg ::placeholder {
  color: #fff;
}

.btn-buy-now {
  background-image: linear-gradient(#6d6bd9, #6d6bd9);
  padding: 15px 30px;
  color: #fff;
  text-decoration: none;
  border: 0px solid #6d6bd9;
  font-weight: 600;
  font-size: 20px;
}

.text-secondary-color {
  color: #6d6bd9;
}

h4.text-secondary-color {
  font-size: 46px;
  font-weight: 700;
}

.header {
  background-color: #004aad;
  position: relative;
  z-index: 1000;
}
.header__top ul {
  margin-bottom: 0px;
  padding-left: 0px;
}
.header__top ul li {
  list-style-type: none;
  color: #fff;
}
.header__top ul li a {
  color: #fff;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: rgb(139, 195, 74);
}

.navbar {
  position: relative;
  z-index: 1000;
}
.navbar .appointment {
  background-color: #4CAF50;
  padding: 14px 45px 14px 30px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
}
.navbar img {
  height: 60px;
}
.navbar ul li a {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 27px;
  color: #004aad;
}

.banner {
  position: relative;
  z-index: 99;
}
.banner .items {
  height: 600px;
}
.banner img {
  width: 100%;
}
.banner__content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 999;
}
.banner__content--text {
  padding: 40px;
  border-right: 0px;
  display: inline-block;
}
.banner__content--text h1 {
  font-size: 70px;
  font-weight: 700;
  font-family: "PT Serif", serif;
  text-transform: uppercase;
  color: #004aad;
}
.banner__content--text h4 {
  font-family: "PT Serif", serif;
  font-size: 36px;
  font-weight: 700;
  color: #004aad;
}

.shop-glass {
  background-color: #f3f3f3;
  position: relative;
  z-index: 999;
}
.shop-glass .nav .nav-link {
  display: inline-block;
  padding: 14px 0;
  border-radius: 0px;
  font-size: 18px;
  font-weight: regular;
  cursor: pointer;
  width: 260px;
  text-align: center;
  background-image: linear-gradient(#fff, #fff);
  color: #000;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
}
.shop-glass .nav .active {
  background-image: linear-gradient(#8BC34A, #4CAF50);
  color: #fff;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
  font-weight: 600;
}
.shop-glass a {
  text-decoration: none;
}
.shop-glass p {
  color: #000;
}
.shop-glass .product {
  background-color: #fff;
  padding: 25px;
  height: 100%;
  outline: solid 1px #dadada;
}
.shop-glass .product__img img {
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.shop-glass .product:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}
.shop-glass .product strong {
  background-color: #4CAF50;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
}
.shop-glass a.brand {
  /* background: red; */
  display: block;
  border: 1px solid #000000;
  padding: 8px 20px;
  border-radius: 5px;
  color: #000;
}
.shop-glass a.brand:hover {
  background-color: #fff;
}

.banner-middle {
  background-color: #f3f3f3;
}
.banner-middle__details {
  overflow: hidden;
  border-radius: 5px;
}
.banner-middle__details img {
  width: 100%;
}

.navbar {
  position: relative;
  z-index: 1000;
  background: #ffffff !important;
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 20px;
}

.owl-nav i {
  font-size: 2rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.services {
  background-color: #f3f3f3;
}
.services h1 {
  font-size: 30px;
  font-weight: 700;
  color: #4caf50;
  margin-bottom: 30px;
}
.services__content {
  background-color: #fff;
  padding: 25px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  outline: solid 1px #dadada;
}
.services__content img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
.services__content h2 {
  margin: 25px 0 0;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  color: black;
}
.services__content p {
  margin: 10px 0 20px;
  line-height: 1.3;
}
.services__content .btn-learn-more {
  background-color: #4CAF50;
  border: 2px solid #4CAF50;
  padding: 0.35em 1.5em;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}
.services__content:hover {
  transform: translateY(-5px);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}

.appointment-btn {
  background-color: #8BC34A;
  border: 1px solid #8bc34a;
  padding: 0.35em 1.5em;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}

.footer {
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.74);
  z-index: 0;
  pointer-events: none;
}
.footer > * {
  position: relative;
  z-index: 1;
}
.footer__heading strong {
  font-size: 32px;
  line-height: 39px;
  color: #fff;
  font-weight: 600;
}
.footer__heading ul {
  margin-bottom: 0px;
  padding-left: 0px;
}
.footer__heading ul li {
  list-style-type: none;
  color: #fff;
}
.footer__heading ul li a {
  color: #ccc;
  font-size: 26px;
  font-weight: 500;
}
.footer .f-link-list__items strong {
  color: #b0aff1;
  padding-bottom: 20px;
  display: block;
  text-transform: uppercase;
}
.footer .f-link-list__items li {
  list-style-type: none;
}
.footer .f-link-list__items li a {
  color: #fff;
  text-decoration: none;
  line-height: 36px;
}
.footer .border-top-blue {
  border-top: 1px solid #fbfbfb;
}

.doctors {
  background-color: #f3f3f3;
}
.doctors h1 {
  font-size: 30px;
  font-weight: 700;
  color: #4caf50;
  margin-bottom: 30px;
}
.doctors .doctor-details {
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.doctors .doctor-details:hover {
  transform: translateY(-5px);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}
.doctors .doctor-details img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.doctors .doctor-details .box-body {
  background-color: #ffffff;
  color: #000 !important;
}
.doctors .doctor-details .box-body p {
  margin-top: 0;
  margin-bottom: 0rem;
}
.doctors .doctor-details .box-body h3 {
  font-size: 20px;
  font-weight: 700;
}

.product-details {
  font-family: "Segoe UI", sans-serif;
}
.product-details .color-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.2s ease;
}
.product-details .color-circle.active, .product-details .color-circle:hover {
  border-color: #333;
}
.product-details .color-circle.bg-orange {
  background-color: orange;
}
.product-details .color-circle.bg-purple {
  background-color: purple;
}
.product-details .progress-bar {
  border-radius: 50px;
}

.testimonial-card {
  background: #6d6bd9;
  background-color: #6d6bd9;
  border: none;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.testimonial-card .owl-carousel .owl-item {
  padding: 15px;
}
.testimonial-card .testimonial-img {
  width: 100px !important;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1400px) {
  .navbar ul li a {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 27px;
    color: #28305f;
  }
  .appointment-btn {
    padding: 0.35em 0.5em;
    color: #fff;
  }
}
@media (max-width: 1200px) {
  .navbar img {
    height: 40px;
  }
  .appointment-btn {
    font-size: 14px;
  }
  .navbar ul li a {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .banner img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
  .banner__content--text {
    border: 15px solid white;
    padding: 40px;
    border-right: 0px;
    display: inline-block;
    background: rgba(237, 237, 237, 0.4784313725);
    border: none;
  }
  .navbar ul li a {
    font-size: 16px;
    line-height: 15px;
  }
  .inner-banner .about-us-hero-text {
    width: 60%;
    padding: 30px;
  }
  .about-us-hero-text h1 {
    font-size: 26px;
  }
  .inner-banner {
    padding: 4% 0;
  }
  .banner .items {
    height: auto;
  }
}
@media (max-width: 768px) {
  .banner__content--text h1 {
    font-size: 40px;
  }
  .banner__content--text h4 {
    font-size: 24px;
  }
  .product-details .color-circle {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 576px) {
  .banner__content--text {
    width: 100%;
  }
  .banner__content--text h1 {
    font-size: 42px;
  }
  .banner__content--text h4 {
    font-size: 18px;
  }
  .banner img {
    height: 250px;
  }
  .navbar img {
    height: 40px;
  }
  body {
    font-size: 14px;
  }
  .shop-glass .nav .nav-link {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 0px;
    font-size: 14px;
  }
  .services h1 {
    font-size: 22px;
    font-weight: 700;
    color: #28305f;
    margin-bottom: 10px;
  }
  .doctors h1 {
    font-size: 22px;
    font-weight: 700;
    color: #28305f;
    margin-bottom: 10px;
  }
  .footer__heading strong {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
  }
  .footer .f-link-list__items strong {
    color: #b0aff1;
    padding-bottom: 10px;
    padding-top: 10px;
    display: block;
    text-transform: uppercase;
  }
  .footer__heading a {
    font-size: 22px;
  }
  .footer ul {
    padding-left: 0px;
  }
  .inner-banner .about-us-hero-text {
    width: 90%;
    padding: 30px;
  }
  .banner__content {
    position: relative;
    top: 50%;
    /* left: 0; */
    /* right: 0; */
    transform: translateY(0%);
    z-index: 999;
    background: #567594;
  }
  .banner__content--text {
    border: 15px solid white;
    padding: 40px;
    border-right: 0px;
    display: inline-block;
    background: rgb(86, 117, 148);
    border: none;
  }
}/*# sourceMappingURL=style.css.map */