.btn.btn-primary {
  border-radius: 60px;
  border-radius: 49.194px;
  background: linear-gradient(90deg, #0060bf 0%, #3e76e1 100%);
  box-shadow: 0 3.28px 24.597px 0 #4179d5, 0 -3.28px 12.299px 0 #2d538d inset;
  color: #fff;
  text-align: center;
  border: none;
  padding: 20px 40px;
  transition: all 0.5s ease-in-out;
  font-weight: 800;
  font-size: 22px;
  line-height: 128%;
  letter-spacing: 0%;
  text-transform: uppercase;
  box-shadow: 0px -3.28px 12.3px 0px #2d538d inset;
  box-shadow: 0px 3.28px 24.6px 0px #4179d5;
  transition: all 0.5s ease-in-out;
}

.btn.btn-primary:hover {
  background: linear-gradient(90deg, #0060bf 0%, #3e76e1 100%);
  transform: scale(1.03);
}

.btn.btn-primary:active:focus,
.btn.btn-primary:focus {
  box-shadow: none;
}

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

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

/* Banner start here */
.banner {
  background: url(../images/banner.png) no-repeat center center;
  background-size: cover;
  padding: 100px 0;
  height: 863px;
}

.banner .banner-text h1 {
  font-family: "Montserrat", sans-serif;
  color: var(--white);
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  /* 70.8px */
  margin-bottom: 33px;
}

.banner .banner-text h1 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 65px;
  line-height: 98%;
  color: #8cbe5a;
}

.banner .banner-text {
  margin-top: 130px;
}

.banner-text p {
  font-weight: 500;
  font-size: 18px;
  line-height: 138%;
  margin-bottom: 39px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 148%;
  letter-spacing: 0%;
  text-align: center;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

main.page-section {
  overflow: hidden;
}

.btn.btn-primary.banner-button-contact {
  margin-right: 25px;
  border-radius: 49.194px;
  background: linear-gradient(90deg, #0060bf 0%, #3e76e1 100%);
  box-shadow: 0 3.28px 24.597px 0 #4179d5, 0 -3.28px 12.299px 0 #2d538d inset;
}

.d-flex.banner-feature--text {
  margin-bottom: 42px;
  gap: 18px;
}

/* Banner end here */

/* Slider */

.slick-slide {
  margin: 0px 10px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Content start here */

.clients {
  padding: 60px 0;
}

.btn.btn-primary.btn-fast-audit {
  font-size: 20px;
  font-weight: 900;
  max-width: 362px;
  width: 100%;
}

/* Content ends here */
/* service start here */

.service-we-offer {
  background: url(../images/service-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0;
  position: relative;
}

.service-we-offer h2 {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 98%;
  margin-bottom: 12px;
}

.service-we-offer p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  margin-bottom: 74px;
}

.service-we-offer .service-widget-col {
  background: linear-gradient(180deg, rgba(4, 33, 2, 0) 0%, #062f03 100%);
  width: 100%;
  height: 100%;
}

.service-we-offer .service-widget {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.service-we-offer .service-widget-img {
  margin-bottom: 0;
}

.service-we-offer .service-widget-img img {
  border-radius: 10px;
  width: 100%;
  height: 378px;
  object-fit: cover;
}

.service-we-offer .service-widget h5 {
  color: #fff;
  font-style: normal;
  line-height: normal;
  position: absolute;
  /* bottom: 50px; */
  left: 32px;
  top: 75%;
  z-index: 1;
  font-weight: 800;
  font-size: 28px;
  line-height: 134%;
  letter-spacing: 0%;
}

.overlay {
  opacity: 0.8;
  background: linear-gradient(to top, #000 16.64%, rgba(0, 0, 0, 0) 74.13%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.row.service-we-offer-row {
  row-gap: 25px;
}

.service-widget:hover .overlay {
  opacity: 0.8;
  background: linear-gradient(to top, #2161a4 7.64%, rgba(0, 0, 0, 0) 92.13%);
  backdrop-filter: blur(264.8218994140625px);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  /* transition: transform 0.4s ease; */
  /* transform: scale(1.1); */
}

.service-widget:hover {
  /* transition: transform 0.4s ease; */
  transform: scale(1.1);
  border-radius: 10px;
  box-shadow: 0px 0px 0px 10px #ffffff4d;
}

.google--img {
  text-align: center;
  margin-top: 60px;
}

/* service ends here */
/* trust-indicators starts here */
.stat-box {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.stat-box h2 {
  font-weight: 700;
  color: #1f5faa;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.stat-box .number {
  font-size: 48px;
  color: #2161a4;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 124%;
  /* 74.4px */
}

.stat-box .percent,
.stat-box .plus,
.stat-box .small-text {
  /* font-size: 26px; */
  color: #7bb542;
  margin-left: 4px;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
  margin-top: 7px;
}

.stat-box .small-text {
  font-size: 29px;
  color: #7bb542;
  margin-top: 12px;
}

.stat-box p {
  margin: 0;
  font-size: 15px;
  color: #333;
  font-weight: 600;
}

/* trust-indicators ends here */

/* testimonial-v2 ends here */
.testimonials-ver2 h2 {
  font-weight: 800;
  font-size: 48px;
  line-height: 98%;
  text-align: center;
  margin-bottom: 50px;
}

.testimonials-ver2--slider-img img {
  height: 450px;
  width: 100%;
  /* max-width: 400px; */
  object-fit: cover;
  border-radius: 10px;
}

.testimonials-ver2--slider-content {
  background: #e8fff0;
  border-radius: 14px;
  padding: 70px 60px 60px 60px;
  box-shadow: 0px 4px 10.9px 0px #00000040;
}

.testimonials-ver2--slider-single {
  margin-bottom: 50px;
}

.testimonials-ver2--slider-content h4 {
  font-weight: 800;
  font-size: 33.03px;
  line-height: 134%;
  vertical-align: bottom;
  margin-top: 20px;
}

.testimonials-ver2--slider-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 148%;
  margin-bottom: 24px;
}

.testimonials-ver2--slider-content h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
}

.testimonial_Slider_arrows.slick-prev.pull-left.slick-arrow {
  position: absolute;
  right: 15%;
  border: 0px;
  bottom: 5%;
  z-index: 1;
  width: 68px;
  height: 50px;
  background: url(../images/testimonials-left-arrow.png) no-repeat center center;
  background-size: 25%;
  background-color: #fff;
  border-radius: 12px 0 0 12px;
}

.testimonial_Slider_arrows img {
  display: none;
}

.testimonial_Slider_arrows.slick-next.pull-right.slick-arrow {
  position: absolute;
  right: 12%;
  border: 0px;
  bottom: 5%;
  z-index: 1;
  width: 68px;
  height: 50px;
  background: url(../images/testimonials-right-arrow.png) no-repeat center center;
  background-size: 25%;
  background-color: #fff;
  border-radius: 0 12px 12px 0;
}

.testimonial-btn {
  padding: 22px 162px !important;
}

.user-img img {
  border-radius: 18px;
  border: 2.23px solid #fff;
  width: 48px;
  height: 48px;
  box-shadow: -24.87px 0px 19.34px 0px #0000000a;
}

.what-widget-bottom {
  gap: 15px;
  border-top: 1px solid #ededed;
  padding: 20px;
}

.user-img {
  margin: 0px;
}

.what-people-widget {
  border-radius: 14px;
  border: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: 0 4px 33.2px 0 rgba(0, 0, 0, 0.11);
  margin-top: 35px;
  margin-bottom: 35px;
  height: 100%;
  min-height: 298px;
  display: flex;
  flex-direction: column;
}

.what-widget-top {
  padding: 40px 28px 0;
  flex: 1;
}

.what-people-widget p {
  color: #121410;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 148%;
  /* 25.16px */
}

.what-widget-bottom h5 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 7px;
}

.what-widget-bottom p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* testimonial-v2 ends here */

/* about starts here */

.about-us {
  padding: 30px 0 80px;
  background: url(../images/about-us-bg.png) no-repeat center center;
  background-size: 60%;
  background-position: center 70px;
}

.about-us .about-widget-pill {
  padding: 10px 0;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 136%;
  margin-bottom: 20px;
  display: inline-flex;
}

.about-us .about-widget-pill img {
  width: 14px;
  height: 14px;
  margin-right: 9px;
}

.about-us h2 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%;
  /* 45.6px */
  margin-bottom: 20px;
}

.d-flex.about-points {
  margin-top: 80px;
}

.about-us p {
  color: #000;
  /* font-family: "Roboto", sans-serif; */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.about-us-img {
  margin-bottom: 0;
}

.d-flex.about-points {
  background: #fff;
  width: max-content;
  padding: 22px 25px;
  border-radius: 53px;
  box-shadow: 5.07px 5.07px 8.45px 0px #0000000a;
  gap: 15px;
}

.d-flex.about-points span {
  font-weight: 800;
  font-size: 18.59px;
  line-height: 118%;
  margin-left: 15px;
}

/* about ends here */
.why-choose {
  position: relative;
  background: url(../images/why-choose-us-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
  overflow: hidden;
  height: 995px;
  margin-top: 30px;
}

.why-choose h2 {
  font-weight: 800;
  font-size: 48px;
  line-height: 98%;
  text-align: center;
  margin-bottom: 46px;
}

.why-card h5 {
  font-weight: 800;
  font-size: 26px;
  line-height: 118%;
  margin-bottom: 17px;
}

.why-card p {
  font-weight: 400;
  font-size: 18px;
  line-height: 138%;
}

.why-card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0px 0px 160px 4px #629c28;
  z-index: 1;
}

.why-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 4px;
  /* border thickness */
  border-radius: 16px;

  background: linear-gradient(180deg, #2161a4 0%, rgba(33, 97, 164, 0) 100%);

  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}

.why-img {
  max-width: 420px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.icon {
  margin-bottom: 40px;
  margin-top: 10px;
}

.why-choose-inner {
  position: relative;
}

.why-choose-inner-1 {
  position: absolute;
  width: inherit;
  top: 30px;
  left: 40px;
}

.why-choose-inner-2 {
  position: absolute;
  width: inherit;
  top: 350px;
  left: -60px;
}

.why-choose-inner-3 {
  position: absolute;
  width: inherit;
  top: 30px;
  right: 40px;
}

.why-choose-inner-4 {
  position: absolute;
  width: inherit;
  top: 350px;
  right: -60px;
}

.why-choose-text {
  display: inline-flex;
  padding: 6px 16px 6px 10px;
  align-items: center;
  gap: 10px;
  border-radius: 60px;
  border: 1px solid #ececec;
}

.why-choose-text h6 {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 114%;
  /* 13.68px */
  text-transform: uppercase;
  margin-bottom: 0;
}

.why-choose-text img {
  width: 24px;
  height: 24px;
}

.specialist-section {
  background: #ffffff;
}

.specialist-img {
  max-width: 420px;
  border-radius: 12px;
}

.specialist-section-sub-heading.mb-3.px-3.py-2 {
  font-weight: 400;
  font-size: 12px;
  line-height: 113.99999999999999%;
  text-transform: uppercase;
  border: 1px solid #ececec;
  border-radius: 60px;
}

.specialist-section h1 {
  font-size: 48px;
  line-height: 98%;
}

.specialist-section p {
  font-size: 16px;
  line-height: 138%;
  color: #000000;
}

.specialist-section li {
  font-weight: 600;
  font-size: 16px;
  line-height: 148%;
  text-align: center;
}

/* Footer start here */

.footer {
  margin-bottom: 20px;
}

.footer .footer-logo img {
  max-width: 213px;
  width: 100%;
  height: 79px;
}

.removal-across-brisbane {
  background: url(../images/enovating-eyecare-bg-design.png) no-repeat center center;
  background-size: cover;
  padding: 0;
  border-radius: 36px;
  border-radius: 14px;
  background-color: #11467d;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
  margin-top: 90px;
  background-size: 88%;
  background-position: 498% 9px;
  margin-bottom: 50px;
}

.removal-across-brisbane h3 {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 98%;
  margin-bottom: 40px;
}

.removal-across-brisbane p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 138%;
  margin-bottom: 30px;
}

.removal-across-brisbane-img {
  margin-top: 19px;
}

.removal-across-brisbane .removal-across-brisbane-img img {
  max-width: 902px;
  width: 100%;
  height: 556px;
  margin-left: -140px;
  margin-top: -59px;
}

.removal-across-brisbane ul {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
  gap: 14px;
}

.removal-across-brisbane ul li {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  display: flex;
  align-items: center;
  gap: 7px;
}

.removal-across-brisbane ul .check-icon img {
  width: 18px;
  height: 18px;
}

.removal-across-brisbane .why-choose-us-rating {
  display: flex;
  flex-direction: column;
}

.removal-across-brisbane .why-choose-us-rating .star-rating {
  margin-top: 50px;
}

.removal-across-brisbane .star-rating {
  padding: 6px 13px 6px 13px;
  border-radius: 60px;
  gap: 9px;
  height: 40px;
}

.removal-across-brisbane .star-rating .google-icon img {
  width: 100%;
  height: 20px;
  max-width: 20px;
}

.removal-across-brisbane .star-rating .star-img {
  margin-right: 5px;
}

.removal-across-brisbane .star-rating .star-img img {
  width: 100%;
  max-width: 15px;
  height: 15px;
}

.removal-across-brisbane .star-rating h6 {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  font-family: var(--font-inter);
}

.removal-across-brisbane .star-rating h6 a {
  color: var(--secondary);
}

.removal-across-brisbane .star-rating .rating-border {
  color: var(--secondary);
}

.removal-across-brisbane .star-rating p {
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 25.2px */
}

.removal-across-brisbane .col-lg-7.col-md-7.col-sm-6.col-12.d-flex {
  position: relative;
}

.removal-across-brisbane-rating {
  position: absolute;
  right: 26px;
  bottom: 30px;
}

.removal-across-brisbane-widget {
  padding: 90px 60px 80px 0;
}

.removal-across-brisbane-widget .btn.btn-primary {
  border-radius: 118px;
  background: linear-gradient(180deg, #7bb542 0%, #6faa34 100%);
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.2) inset,
    0px 0px 10px rgba(0, 0, 0, 0.2) inset;
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 128%;
  text-transform: uppercase;
}

.footer-widget {
  padding: 30px 35px;
  border-radius: 14px;
  background: linear-gradient(#f2ffe4, #e9f8ff);
  height: 100%;
}

.footer-widget h5 {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 118%;
  /* 30.68px */
  margin-bottom: 30px;
}

.footer-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-widget ul li {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 138%;
  display: flex;
  gap: 10px;
  margin-bottom: 6px;
}

.footer-widget-content {
  display: flex;
  flex-direction: column;
}

.footer-widget ul li a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}

.footer-widget-icon img {
  width: 22px;
  max-width: 22px;
  height: 22px;
}

.footer-widget-container .col-12:nth-child(1) .footer-widget {
  background: url(../images/footer-widget-bg-1.png) no-repeat center center;
}

.footer-widget-container .col-12:nth-child(2) .footer-widget {
  background: url(../images/footer-widget-bg-2.png) no-repeat center center;
}

.footer-widget-container .col-12:nth-child(3) .footer-widget {
  background: url(../images/footer-widget-bg-3.png) no-repeat center center;
}

.footer-widget-container .col-12:nth-child(2) .footer-widget h5 {
  color: #fff;
}

.footer-widget-container .col-12:nth-child(2) .footer-widget ul li,
.footer-widget-container .col-12:nth-child(2) .footer-widget ul li a {
  color: #fff;
}

.footer-widget-container .col-12:nth-child(2) .footer-widget ul li:last-child {
  text-align: right;
  margin-top: 20px;
  display: flex;
  /* align-items: flex-end; */
  justify-content: flex-end;
}

.footer-widget-container .col-12:nth-child(3) .footer-widget h5 {
  color: #fff;
}

.footer-widget-container .col-12:nth-child(3) .footer-widget ul li,
.footer-widget-container .col-12:nth-child(3) .footer-widget ul li a {
  color: #fff;
}

.footer-widget-container .col-12:nth-child(1),
.footer-widget-container .col-12:nth-child(3) {
  width: 30%;
}

.footer-widget-container .col-12:nth-child(2) {
  width: 40%;
}

.footer-widget-container .col-12:nth-child(3) .footer-widget-content {
  display: block;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.68);
}

.footer-widget-container .col-12:nth-child(3) .footer-widget-content strong {
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}

.footer-widget-container .col-12:nth-child(3) .footer-widget ul li {
  margin-bottom: 16px;
}

.footer-logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}

.footer-logo img {
  width: 195px;
  height: 76px;
  aspect-ratio: 195 / 76;
}

.page-footer {
  background: url(../images/footer-bg.png) no-repeat bottom center;
  background-size: cover;
  background-position: top;
}

.google-star-rating {
  display: flex;
  align-items: center;
  gap: 5px;
}

.google-star-rating .google-rating-logo img {
  width: 30px;
  height: 30px;
}

.google-star-rating .google-rating-logo img {
  width: 30px;
  height: 30px;
}

.google-star-rating .star-icon img {
  width: 90px;
}

.google-star-rating p {
  color: #121410;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 14px */
  text-transform: uppercase;
  margin-bottom: 0;
}

.testimonials-ver2--slider-content {
  position: relative;
}

.testimonials-ver2--slider-content:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 253px;
  height: 92px;
  background: url(../images/quote-icon.png) no-repeat center center;
  background-size: cover;
}

.testimonials-ver2--slider-img {
  position: relative;
}

.testimonial-google-logo {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.testimonial-google-logo img {
  width: 40px;
  height: 40px;
}

.google-rating-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 37px 0;
}

.loved-patient {
  display: flex;
  align-items: center;
  gap: 7px;
}

.loved-patient .loved-paitent-img img {
  max-width: 105px;
  width: 100%;
}

.loved-patient h6 {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 114%;
  /* 13.68px */
  text-align: left;
  margin-bottom: 0;
}

.about-us-img {
  position: relative;
}

.about-us-img:after {
  content: "";
  position: absolute;
  bottom: -260px;
  right: -240px;
  width: 624px;
  height: 540px;
  background: url(../images/about-gradient.png) no-repeat center center;
  background-size: cover;
}

.about-us-img img {
  position: relative;
  z-index: 1;
}

.about-us-img {
  max-width: 517px;
  margin-left: auto;
  margin-right: auto;
}

.service-we-offer:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -480px;
  width: 624px;
  height: 540px;
  background: url(../images/eye-care-service-design-left.png) no-repeat center center;
  background-size: cover;
}

.service-we-offer:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -480px;
  width: 624px;
  height: 540px;
  background: url(../images/eye-care-service-design-right.png) no-repeat center center;
  background-size: cover;
}

.trust-indicators {
  position: relative;
}

.doc-info h6 {
  color: #121410;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 118%;
  margin-bottom: 10px !important;
}

.doc-info .text-primary {
  color: #2161a4 !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 118%;
  /* 30.68px */
}

.feature-icon img {
  max-width: 18px;
  height: 18px;
}

.clients .container {
  position: relative;
}

.clients .container:before {
  content: "";
  position: absolute;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%);
  width: 230px;
  height: 139px;
  top: -30px;
  left: -50px;
  z-index: 99;
}

.clients .container:after {
  content: "";
  position: absolute;
  background: linear-gradient(to left,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%);
  width: 230px;
  height: 139px;
  top: -30px;
  right: -50px;
  z-index: 99;
}

.testimonials .container-fluid {
  position: relative;
}

.testimonials .container-fluid:before {
  content: "";
  position: absolute;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%);
  width: 230px;
  height: 359px;
  top: 0;
  left: 0;
  z-index: 99;
}

.testimonials .container-fluid:after {
  content: "";
  position: absolute;
  background: linear-gradient(to left,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%);
  width: 230px;
  height: 359px;
  top: 0;
  right: 0;
  z-index: 99;
}

/* Header start here */

.page-header .navbar-brand img {
  width: 167px;
  height: 65px;
}

.page-header {
  margin: auto;
  width: 100%;
  padding: 0 12px;
  border-radius: 60px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.14),
    0 24px 80px 0 rgba(22, 30, 49, 0.22);
  top: 21px;
}

.header-location-content {
  display: flex;
  align-items: center;
}

.page-header .btn-phone-number {
  border-radius: 60px;
  background: linear-gradient(90deg, #486d1c 0%, #74c406 137.88%);
  max-height: 68px;
  text-align: left;
  color: #fff;
  padding: 0 18px 0 0;
  text-decoration: none;
}

.page-header .btn-phone-number .phone-icon img {
  max-width: 80px;
  height: 80px;
  width: 100%;
  object-fit: cover;
}

.phone-icon {
  margin-left: -3px;
}

.page-header .btn-phone-content .no-call-charges {
  color: #fff;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 128%;
  /* 20.48px */
}

.page-header .btn-phone-content .phone-number {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
}

.page-header .btn-phone-content {
  display: flex;
  flex-direction: column;
  margin-left: -6px;
}

.header-location-content p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 114%;
  margin-bottom: 0;
  margin-right: 12px;
}

.header-location-content .location-pill {
  border-radius: 30px;
  background: linear-gradient(111deg, #fbfdff 36.05%, #9cd663 249.31%);
  display: inline-flex;
  padding: 6px 14px 6px 8px;
  align-items: center;
  gap: 6px;
  color: #2161a4;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 114%;
  /* 18.24px */
}

.header-location {
  gap: 79px;
}

.header-location-content .location-pill span {
  font-weight: 600;
}

.header-location-content:last-child .location-pill span {
  color: #7bb542;
}

.specialist-section .col-lg-6.text-center.position-relative img {
  max-width: 700px;
}

.testimonials-slider-space {
  margin-top: clamp(2rem, 4vw + 1rem, 5.5rem);
}

.cta-sticky {
  opacity: 0;
  visibility: hidden;
}